@charset "UTF-8";
html {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.headingbgwh h1 span, .headingbgwh h2 span, .headingbgwh h3 span {
  /*  background: rgba(255,255,255,0.7);
  padding: 10px 40px;*/
  display: inline-block;
}

.fl-menu-mobile-toggle:hover, .fl-menu-mobile-toggle.fl-active {
  background: none !important;
}

header .menu li a.active {
  color: orange !important;
}

.biggericons .fl-module-content .fl-icon i {
  font-size: 33px;
}
.biggericons .fl-module-content .fl-icon i:before {
  font-size: 33px;
}

.centertext {
  text-align: center;
}

.narrower {
  text-align: center;
  max-width: 800px;
  margin: 0 auto;
}

.ribbon {
  width: 200px;
  background: white;
  position: absolute;
  color: #333;
  text-align: center;
  line-height: 50px;
  letter-spacing: 1px;
  z-index: 999;
  top: 25px;
  right: -50px;
  left: auto;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  font-size: 16px;
  font-weight: bold;
  box-shadow: 0px 0px 5px #666;
}

.be-slideupwrap {
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
  background: #6cab43;
  padding: 25px 15px;
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
}

.be_slideupdesc {
  color: #FFF;
  display: none;
  font-weight: 300;
  line-height: 1.5em;
  margin-bottom: 0;
  margin-top: 10px;
}
.be_slideupdesc p:last-child {
  margin-bottom: 0;
}

.be-slideup {
  position: relative;
  display: block;
  min-height: 400px;
  width: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.be-slideup a {
  color: #FFF;
}
.be-slideup h2 {
  color: #FFF;
}
.be-slideup h2 a {
  color: #FFF;
}
.be-slideup:hover .be-slideupwrap {
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
  padding: 30px 20px;
}
.be-slideup:hover .be-slideupwrap:before {
  -moz-transform: scale(0.9999);
  -webkit-transform: scale(0.9999);
  border-color: transparent transparent #6cab43 #6cab43;
  border-style: solid;
  border-width: 35px 186px;
  content: "";
  display: block;
  height: 0;
  position: absolute;
  top: -70px;
  left: 0;
  width: 0;
  transition: all 0.3s linear;
}
.be-slideup:hover .be_slideupdesc {
  display: block;
}

@media all and (max-width: 320px) {
  .be-slideup {
    min-height: 300px;
  }
}
.fl-heading-text {
  letter-spacing: 2px;
  font-weight: 700;
}

.uabb-text-editor h1, .uabb-text-editor h2, .uabb-text-editor h3, .uabb-text-editor h4, .uabb-text-editor h5, .uabb-text-editor h6 {
  font-weight: 700;
  color: #8d9744 !important;
  margin-bottom: 20px !important;
  font-family: "Poppins", serif !important;
  letter-spacing: 2px;
}
.uabb-text-editor h5 {
  color: #3f384b !important;
  text-transform: uppercase !important;
}
.uabb-text-editor p {
  font-size: 18px !important;
}

.uabb-tabs-desc ul li {
  font-size: 18px !important;
}

.uabb-text-editor span, .uabb-text-editor h4 {
  font-family: "Libre Caslon Text", serif !important;
  font-weight: normal !important;
  letter-spacing: 0px;
  font-style: italic;
  text-transform: none !important;
}
.uabb-text-editor span.large-text {
  font-size: 20px !important;
  font-style: unset !important;
}

.uabb-tabs-desc h4 {
  margin-top: 40px !important;
}

.uabb-text-editor hr {
  width: 470px;
  color: #edf0f1;
  height: 1px;
  margin-left: 0;
  margin-right: 0;
}

.fl-rich-text h1, .fl-rich-text h2, .fl-rich-text h3, .fl-rich-text h4, .fl-rich-text h5, .fl-rich-text h6 {
  font-weight: 700;
  color: #8d9744;
  margin-bottom: 20px;
  font-family: "Poppins", serif;
}
.fl-rich-text span {
  letter-spacing: 0px !important;
}

.fl-heading-text span, .uabb-post-heading span {
  font-family: "Libre Caslon Text", serif;
  font-style: italic;
  font-weight: normal !important;
  letter-spacing: 0px !important;
}

.fl-heading-text span.heading-sm, .uabb-post-heading span.heading-sm {
  font-size: 34px;
}

.u-overlap-col, .u-text-overlap, .u-tabs__sticky {
  position: relative;
  z-index: 999;
}

a {
  transition: 0.3s background, 0.3s color;
}

.fl-rich-text ul, .uabb-tabs-desc ul {
  list-style-type: none;
  padding-left: 20px;
}

.fl-rich-text ul li, .uabb-tabs-desc ul li {
  position: relative;
  padding-left: 0;
  margin-bottom: 10px;
}

.fl-rich-text ul li:before, .uabb-tabs-desc ul li:before {
  position: absolute;
  top: 0;
  left: -20px;
  font-family: "Poppins";
  content: "›";
  color: #8d9744;
  font-weight: 600;
}

.u-bullets__gray li:before {
  color: #B5B5B5 !important;
}

.uabb-tab-link {
  padding: 5px 20px !important;
}

.uabb-tabs-nav .uabb-tab-title, .uabb-tabs-nav h5 {
  letter-spacing: 2px;
  line-height: 1em !important;
}

@media only screen and (min-width: 992px) {
  .u-taste-col h1.fl-heading {
    margin-right: -100px !important;
  }
  .u-tabs__sticky .uabb-tabs-nav {
    padding: 40px 20px;
    background: #3f384b;
    position: sticky;
    top: 0;
  }
  .u-authority-col {
    margin-left: -231px;
    position: relative;
    align-self: flex-start;
    margin-top: 50px;
    z-index: 999;
    margin-left: -231px;
    position: relative;
    align-self: flex-start;
    margin-top: 50px;
    z-index: 999;
  }
  .u-joining-col {
    margin-right: -120px;
    position: relative;
    align-self: flex-start;
    margin-top: 50px;
    z-index: 999;
  }
  .u-joining-col--large {
    margin-right: -200px !important;
    margin-top: 30px;
    z-index: 999;
  }
  .c-authority__img img {
    height: 480px !important;
    object-fit: cover;
  }
  .c-trusted_authority__img img {
    height: 420px !important;
    object-fit: cover;
  }
  .u-indpenedent-col {
    margin-right: -120px;
    position: relative;
    align-self: flex-start;
    margin-top: 70px;
    z-index: 999;
  }
  .c-independent-img img {
    height: 440px !important;
    object-fit: cover;
  }
  .u-expert-col {
    margin-left: -95px;
    position: relative;
    align-self: center;
    z-index: 999;
  }
  .c-expert__img {
    align-self: center;
  }
  .c-expert__img img {
    height: 417px !important;
    object-fit: cover;
  }
  .u-standards-col {
    margin-left: -125px;
    position: relative;
    align-self: center;
    z-index: 999;
  }
  .c-joining__img {
    align-self: center;
  }
  .c-joining__img img {
    height: 480px !important;
    object-fit: cover;
  }
  .u-standards__stats {
    margin-top: -80px;
  }
  .u-producers-col {
    margin-right: -120px;
    position: relative;
    align-self: flex-start;
    margin-top: -50px;
    z-index: 999;
  }
}
@media only screen and (min-width: 768px) {
  .u-sticky-col {
    /*position: absolute;
    align-items: flex-start;
    right: 0;*/
    margin-right: calc((100% - 100vw) / 2);
    width: calc((100vw - 100%) / 2 + 29%);
  }
  .u-sticky-img {
    position: sticky;
    top: 0;
    margin-left: auto;
    max-width: 300px;
    margin-top: -100px;
  }
  .u-sticky-img img {
    height: 600px !important;
    object-fit: cover;
  }
}
.u-newsletter-signup form input {
  font-family: "Roboto", "serif";
  border: none;
  box-shadow: 0 0 10px rgba(109, 109, 109, 0.29);
  padding: 16px 15px;
  width: 350px;
  font-size: 18px !important;
  font-weight: 300;
}
.u-newsletter-signup form input[type=button] {
  padding: 20px 30px;
  font-style: italic;
  width: auto;
  font-size: 20px !important;
  margin-left: -2px;
}

:root {
  --headerHeight:100px;
}

@media screen and (max-width: 600px) {
  :root {
    --headerHeight:72px;
  }
  .u-newsletter-signup form input[type=button] {
    margin-left: 0;
  }
}
.u-wc {
  max-width: 1210px;
  padding: 0 20px;
  margin: 0 auto;
}

.c-mainHeader {
  position: absolute;
  top: 40px;
  left: 20px;
  right: 20px;
  z-index: 9999;
}

.c-mainHeader__wrapper {
  background: white;
  max-width: 1170px;
  padding: 0 30px;
  margin: 0 auto;
  display: flex;
  height: var(--headerHeight);
  align-items: center;
  box-shadow: 0 2px 20px rgba(0, 0, 0, 0.1);
}

.c-mainHeader__menus {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  min-width: 0;
  flex-grow: 1;
  flex-shrink: 0;
}

@media screen and (max-width: 1070px) {
  .c-mainHeader {
    top: 0;
    right: 0;
    left: 0;
    position: fixed;
  }
  .c-mainHeader__menus {
    visibility: hidden;
    opacity: 0;
    transition: 0.3s opacity, 0s visibility 0.3s;
    position: absolute;
    top: var(--headerHeight);
    background: white;
    flex-direction: column;
    box-shadow: 0 2px 20px rgba(0, 0, 0, 0.1);
    left: 0;
    right: 0;
    padding-bottom: 0;
    align-items: stretch;
    height: calc(100vh - var(--headerHeight));
  }
  .c-mainHeader__menus--active {
    opacity: 1;
    visibility: visible;
    transition-delay: 0s;
  }
}
@media screen and (max-width: 600px) {
  .c-mainHeader__logo {
    max-width: 230px;
  }
  .c-mainHeader__wrapper {
    padding: 0 20px;
  }
}
.nav-icon {
  margin-left: auto;
  display: none;
  width: 28px;
  height: 16px;
  position: relative;
  transform: rotate(0deg);
  transition: 0.5s ease-in-out;
  cursor: pointer;
  z-index: 10;
}
.nav-icon span {
  display: block;
  position: absolute;
  height: 2px;
  width: 100%;
  background: #332D3D;
  opacity: 1;
  left: 0;
  transform: rotate(0deg);
  transition: 0.3s ease-in-out;
}
.nav-icon span:nth-child(1) {
  top: 0px;
  transform-origin: left center;
}
.nav-icon span:nth-child(2) {
  top: 8px;
  transform-origin: left center;
}
.nav-icon span:nth-child(3) {
  top: 16px;
  transform-origin: left center;
}
.nav-icon.open span {
  background: #8d9744;
}
.nav-icon.open span:nth-child(1) {
  transform: rotate(45deg);
  top: -2px;
  left: 5px;
}
.nav-icon.open span:nth-child(2) {
  width: 0%;
  opacity: 0;
}
.nav-icon.open span:nth-child(3) {
  transform: rotate(-45deg);
  top: 18px;
  left: 5px;
}

@media screen and (max-width: 1070px) {
  .nav-icon {
    display: block;
  }
}
@media screen and (min-width: 1071px) {
  .c-megaMenu {
    position: relative;
    margin-left: auto;
    margin-right: 40px;
    padding-right: 20px;
  }
  .c-megaMenu:after {
    content: "";
    position: absolute;
    right: 0;
    top: 25px;
    bottom: 25px;
    background: #EDF0F1;
    width: 1px;
  }
  .c-megaMenu__parent {
    list-style-type: none;
    display: flex;
    align-items: center;
    margin: 0;
    padding: 0;
  }
  .c-megaMenu__parent a {
    font-family: "Roboto", sans-serif;
    font-weight: 300;
    font-size: 18px;
    color: #1F2226;
    padding: 0 32px;
    text-decoration: none;
    height: var(--headerHeight);
    position: relative;
    display: flex;
    align-items: center;
    letter-spacing: 0.01em;
    text-align: center;
    line-height: 1.2;
  }
  .c-megaMenu__parent a:after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 5px;
    background: transparent;
    transition: 0.3s background;
  }
  .c-megaMenu__parent a:hover:after {
    background: #332D3D;
  }
}
@media screen and (min-width: 1071px) {
  .c-megaMenu__drop {
    position: absolute;
    z-index: -1;
    top: 100%;
    left: 0;
    background: white;
    box-shadow: 0 2px 20px rgba(0, 0, 0, 0.1);
    padding: 22px 0 0;
    display: flex;
    width: 485px;
    visibility: hidden;
    opacity: 0;
    transform: translateY(8px);
    transition: 0.3s opacity, 0s visibility, 0.3s transform;
  }
  .c-megaMenu:hover .c-megaMenu__drop {
    visibility: visible;
    opacity: 1;
    transform: none;
    transition-delay: 0s;
  }
  .c-megaMenu__col {
    width: 50%;
    display: flex;
    flex-direction: column;
  }
  .c-megaMenu__colTitle {
    display: none;
  }
}
.c-menuBtn {
  width: 100%;
  text-align: left;
  font-family: "Libre Caslon Text", serif;
  font-style: italic;
  display: block;
  margin-top: auto;
  padding: 20px 32px;
  font-size: 18px;
  color: white;
  background: #332D3D;
  text-decoration: none;
  transition: 0.3s background;
}
.c-menuBtn:focus {
  color: white;
  text-decoration: none;
}
.c-menuBtn:hover {
  background: #8D9744;
  color: white;
  text-decoration: none;
}

@media screen and (min-width: 1071px) {
  .c-megaMenu__col:nth-of-type(2) .c-menuBtn {
    margin-left: -16px;
    width: calc(100% + 16px);
  }
}
.c-mainMenu {
  list-style-type: none;
  padding: 0;
  margin: 0 0 22px 0;
}
.c-mainMenu a {
  display: block;
  padding: 8px 32px;
  font-size: 18px;
  font-weight: 300;
  line-height: 1.2;
  font-family: "Roboto", sans-serif;
  color: #1F2226;
}
.c-mainMenu > li:last-child > a {
  margin-top: 24px;
}
.c-mainMenu > li:last-child > a:before {
  content: "";
  position: absolute;
  top: -12px;
  left: 32px;
  right: 32px;
  height: 1px;
  background: #EDF0F1;
}
.c-mainMenu .menu-item-has-children > a:after {
  content: "";
  background: url("imgs/icon-submenu.png") no-repeat center center/7px 11px;
  width: 7px;
  height: 11px;
  margin-left: 4px;
  display: inline-block;
}
.c-mainMenu li {
  position: relative;
}

@media screen and (min-width: 1071px) {
  .c-megaMenu__col:nth-of-type(1) .c-mainMenu a {
    padding: 8px 16px 8px 32px;
  }
  .c-megaMenu__col:nth-of-type(2) .c-mainMenu a {
    padding: 8px 32px 8px 16px;
  }
}
@media screen and (min-width: 1071px) {
  .c-megaMenu__col:nth-of-type(2) .c-mainMenu > li:last-child > a:before {
    left: 16px;
    right: 32px;
  }
}
@media screen and (min-width: 1071px) {
  .c-mainMenu .sub-menu {
    position: absolute;
    z-index: 2;
    left: 100%;
    top: -20px;
    padding: 22px 0;
    width: 300px;
    background: white;
    box-shadow: 0 2px 20px rgba(0, 0, 0, 0.1);
    list-style-type: none;
    visibility: hidden;
    opacity: 0;
    transition: 0.3s opacity, 0s visibility 0.3s;
  }
  .c-mainMenu li:hover > .sub-menu {
    opacity: 1;
    visibility: visible;
    transition-delay: 0s;
  }
  .c-mainMenu .sub-menu a {
    padding: 8px 32px !important;
  }
}
@media screen and (min-width: 1071px) {
  .c-wineryMenu {
    display: none !important;
  }
}
.c-wineryMenu {
  display: flex;
}
.c-wineryMenu .c-menuBtn {
  text-align: center;
}

.c-secondaryMenu {
  flex-shrink: 0;
}
.c-secondaryMenu ul {
  list-style-type: none;
  display: flex;
  align-items: center;
  margin: 0;
  padding: 0;
}
.c-secondaryMenu ul li:not(:last-child) {
  margin-right: 30px;
}
.c-secondaryMenu a {
  font-family: "Roboto", sans-serif;
  font-weight: 300;
  font-size: 18px;
  color: #1F2226;
  text-decoration: none;
}
.c-secondaryMenu a:hover, .c-secondaryMenu a:focus, .c-secondaryMenu a:active {
  text-decoration: none;
  opacity: 0.8;
}

@media screen and (min-width: 1071px) {
  .c-mainMenu .sub-menu {
    display: block !important;
  }
}
@media screen and (max-width: 1070px) {
  .c-megaMenu__parent, .c-megaMenu__col .c-menuBtn {
    display: none;
  }
  .c-mainMenu .c-megaMenu__col {
    padding: 0 20px;
  }
  .c-mainMenu a {
    font-size: 16px;
    padding: 8px 20px;
  }
  .c-mainMenu .menu-item-has-children > a:after {
    display: none;
  }
  .c-mainMenu__dropToggle {
    display: inline-block;
    background: url("imgs/icon-submenu.png") no-repeat center center/7px 11px;
    width: 22px;
    height: 14px;
    margin-left: 4px;
    transition: 0.3s transform;
  }
  .c-mainMenu__dropToggle--active {
    transform: rotate(90deg);
  }
  .c-mainMenu > li:last-child > a::before {
    left: 20px;
    right: 20px;
  }
  .c-mainMenu .sub-menu {
    list-style-type: none;
    margin: 0;
    padding: 0 0 0 30px;
    display: none;
  }
  .c-secondaryMenu {
    margin-top: auto;
    flex-shrink: 0;
    margin-left: 20px;
    margin-right: 20px;
    max-width: calc(100% - 40px);
    border-top: 1px solid #ececec;
    padding: 20px 0;
  }
  .c-megaMenu {
    max-height: 100%;
    overflow: auto;
    padding-top: 24px;
  }
  .c-menuBtn {
    font-size: 14px;
    padding: 20px 12px;
  }
  .c-megaMenu__colTitle {
    display: block;
    color: #8D9744;
    font-size: 22px;
    font-family: "Libre Caslon Text", serif;
    font-style: italic;
    padding: 0 20px 8px;
  }
  .c-megaMenu__colTitle:hover {
    text-decoration: underline;
  }
}
@media screen and (max-width: 400px) {
  .c-secondaryMenu {
    padding: 16px 0;
  }
  .c-secondaryMenu a {
    font-size: 13px;
  }
}
.c-mainFooter__top {
  background: #332D3D;
  color: white;
  padding: 40px 0;
}

.c-mainFooter__bottom {
  background: #1F2226;
  color: white;
  padding: 30px 0;
  font-family: "Roboto", sans-serif;
}
.c-mainFooter__bottom p {
  margin: 0;
  font-weight: 300;
  font-size: 14px;
  color: #EDF0F1;
}

.c-footerNav {
  display: flex;
  flex-wrap: wrap;
}

.c-footerNav__col {
  width: calc((100% - 60px) / 4);
  margin-right: 20px;
}
.c-footerNav__col:nth-of-type(4n) {
  margin-right: 0;
}

@media screen and (max-width: 800px) {
  .c-footerNav__col {
    width: calc((100% - 20px) / 2);
    margin-right: 20px;
  }
  .c-footerNav__col:nth-of-type(2n) {
    margin-right: 0;
  }
}
@media screen and (max-width: 550px) {
  .c-footerNav__col {
    width: 100%;
    margin: 0;
  }
}
.c-footerNav ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.c-footerNav ul li {
  margin: 0 0 12px 0;
  padding: 0;
}
.c-footerNav ul ul {
  margin-bottom: 12px;
}
.c-footerNav ul ul li {
  margin-bottom: 0;
}
.c-footerNav ul a {
  color: #EDF0F1;
  font-family: "Libre Caslon Text", serif;
  font-style: italic;
  font-size: 19px;
  text-decoration: none;
}
.c-footerNav ul a:hover {
  color: #dddddd;
}
.c-footerNav ul ul a {
  font-family: "Roboto", sans-serif;
  font-size: 14px;
  font-style: normal;
}

.u-taste-col {
  position: relative;
  z-index: 2;
}
.u-taste-col h1.fl-heading span {
  display: block;
}

.u-purple-bg .fl-heading span {
  color: #bdc174 !important;
}
.u-purple-bg .fl-heading span span {
  text-transform: none;
  color: white !important;
}

.u-reports-btn .uabb-btn-one {
  border-radius: 0 !important;
}
.u-reports-btn .uabb-btn-one span {
  font-style: italic !important;
}

@media only screen and (min-width: 600px) {
  .u-regions-col img {
    width: 400px !important;
    height: 100px !important;
    object-fit: cover;
  }
  .u-regions-col .fl-rich-text {
    position: relative !important;
    z-index: 999 !important;
  }
}
@media only screen and (max-width: 600px) {
  .u-newsletter-signup form input {
    width: 100% !important;
  }
}
.uabb-tabs {
  display: flex;
  align-items: flex-start;
}

.slick-dots {
  padding: 0;
}

.u-owaa-img {
  box-shadow: 0 0 20px rgba(109, 109, 109, 0.29);
}

.u-opacity-img img {
  z-index: -1;
}
.u-opacity-img .fl-photo-content:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 10;
  background: -moz-linear-gradient(45deg, rgb(2, 0, 36) 0%, rgba(51, 45, 61, 0.2) 40%, rgba(51, 45, 61, 0) 100%);
  background: -webkit-linear-gradient(45deg, rgb(2, 0, 36) 0%, rgba(51, 45, 61, 0.2) 40%, rgba(51, 45, 61, 0) 100%);
  background: linear-gradient(45deg, rgb(2, 0, 36) 0%, rgba(51, 45, 61, 0.2) 40%, rgba(51, 45, 61, 0) 100%);
  pointer-events: none;
}

.u-left-opacity-img .fl-photo-content:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 10;
  background: -moz-linear-gradient(90deg, rgb(51, 45, 61) 0%, rgba(51, 45, 61, 0.01) 25%);
  background: -webkit-linear-gradient(90deg, rgb(51, 45, 61) 0%, rgba(51, 45, 61, 0.01) 25%);
  background: linear-gradient(90deg, rgb(51, 45, 61) 0%, rgba(51, 45, 61, 0.01) 25%);
}

.u-right-opacity-img .fl-photo-content:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 10;
  background: -moz-linear-gradient(90deg, rgba(51, 45, 61, 0.01) 75%, rgb(51, 45, 61) 100%);
  background: -webkit-linear-gradient(90deg, rgba(51, 45, 61, 0.01) 75%, rgb(51, 45, 61) 100%);
  background: linear-gradient(90deg, rgba(51, 45, 61, 0.01) 75%, rgb(51, 45, 61) 100%);
}

.u-img-shadow {
  box-shadow: 0 0 20px rgba(109, 109, 109, 0.29);
}

.u-link-ani-1 .fl-button-text, .u-link-ani-1 .fl-rich-text, .u-link-ani-1 .uabb-button-text {
  transition: 0.3s all;
  display: inline-block;
}
.u-link-ani-1 .fl-button:hover .fl-button-text, .u-link-ani-1:hover .fl-rich-text, .u-link-ani-1 .uabb-button-text:hover {
  transform: translateX(8px);
}

.u-link-ani-2 {
  position: relative;
}
.u-link-ani-2 .fl-module-content {
  overflow: hidden;
}
.u-link-ani-2 .fl-photo:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: -moz-linear-gradient(45deg, rgb(2, 0, 36) 0%, rgba(51, 45, 61, 0.2) 40%, rgba(51, 45, 61, 0) 100%);
  background: -webkit-linear-gradient(45deg, rgb(2, 0, 36) 0%, rgba(51, 45, 61, 0.2) 40%, rgba(51, 45, 61, 0) 100%);
  background: linear-gradient(45deg, rgb(2, 0, 36) 0%, rgba(51, 45, 61, 0.2) 40%, rgba(51, 45, 61, 0) 100%);
  z-index: 10;
  display: block;
  pointer-events: none !important;
  transition: 0.3s top, 0.3s right;
}
.u-link-ani-2:hover .fl-photo:before {
  top: -100%;
  right: -100%;
}
.u-link-ani-2 img {
  transition: 0.3s transform;
}
.u-link-ani-2:hover img {
  transform: scale(1.1);
}
.u-link-ani-2 + .u-text-overlap {
  pointer-events: none;
  transition: 0.3s transform;
}

/* fix for text editing in beaver builder */
.fl-builder-edit .u-link-ani-2 + .u-text-overlap {
  pointer-events: initial;
}

.u-link-ani-2:hover + .u-text-overlap {
  transform: translateY(-8px);
}

.u-link-ani-3 .fl-col-content {
  background-size: 100% auto;
  background-position: center center;
  position: relative;
  transition: 0.3s background-size;
}
.u-link-ani-3 .fl-col-content:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 0;
  background: rgba(63, 56, 75, 0.85);
  transition: 0.3s background;
}
.u-link-ani-3:hover .fl-col-content {
  background-size: 130% auto;
}
.u-link-ani-3:hover .fl-col-content:after {
  background: rgb(63, 56, 75);
}
.u-link-ani-3 .fl-heading {
  transition: 0.3s transform;
}
.u-link-ani-3:hover .fl-heading {
  transform: scale(1.05);
}

.regional-appellation span {
  font-family: "Roboto", serif !important;
  font-size: 18px !important;
  font-style: initial !important;
}

/* disable parralax on mobile */
@media screen and (max-width: 768px) {
  .paradiv {
    transform: none !important;
  }
}
.slick-next:hover i, .slick-prev:hover i, .slick-next:focus i, .slick-prev:focus i, .slick-next:active i, .slick-prev:active i, .slick-next:focus-within i, .slick-prev:focus-within i {
  color: #8d9744 !important;
}

.uabb-post-wrapper .uabb-blog-post-content {
  padding: 15px !important;
}

.green-text {
  color: #8d9744;
  font-family: Roboto, Sans-Serif;
  font-weight: 400;
  font-size: 18px !important;
}

html:not(.fl-builder-edit) .load-ani-fadeUp {
  opacity: 0;
  transform: translate3d(0, 100px, 0);
}
html:not(.fl-builder-edit) .load-ani-fadeDown {
  opacity: 0;
  transform: translate3d(0, -100px, 0);
}
html:not(.fl-builder-edit) .load-ani-fadeRight {
  opacity: 0;
  transform: translate3d(-100px, 0, 0);
}
html:not(.fl-builder-edit) .load-ani-fadeLeft {
  opacity: 0;
  transform: translate3d(100px, 0, 0);
}
html:not(.fl-builder-edit) .loadAnimateTrigger {
  opacity: 1;
  transform: translateZ(0);
  transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.275);
  transition-duration: 1s;
  transition-property: opacity, transform;
}

.load-ani-delay-50 {
  transition-delay: 50ms;
}

.load-ani-delay-100 {
  transition-delay: 100ms;
}

.load-ani-delay-150 {
  transition-delay: 150ms;
}

.load-ani-delay-200 {
  transition-delay: 200ms;
}

.load-ani-delay-250 {
  transition-delay: 250ms;
}

.load-ani-delay-300 {
  transition-delay: 300ms;
}

.load-ani-delay-350 {
  transition-delay: 350ms;
}

.load-ani-delay-400 {
  transition-delay: 400ms;
}

.load-ani-delay-450 {
  transition-delay: 450ms;
}

.c-wineResults__header, .c-wineryResults__header {
  display: inline-flex;
  align-items: center;
  padding-bottom: 20px;
  border-bottom: 1px solid #EDF0F1;
  margin-bottom: 48px;
}

.c-wineResults__count, .c-wineryResults__count {
  font-size: 18px;
  font-weight: 300;
  font-family: "Roboto";
  margin-left: 24px;
  margin-top: 4px;
}

.c-wineResults h2, .c-wineryResults h2 {
  font-size: 32px;
  line-height: 0.9;
  letter-spacing: 2px;
  color: #8d9744;
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  font-style: normal;
  text-transform: none;
  margin: 0;
  line-height: 1.2;
}

.c-wineResults h2 span, .c-wineryResults h2 span {
  font-family: "Libre Caslon Text", serif;
  font-style: italic;
  font-weight: normal !important;
  letter-spacing: 0px !important;
}

.c-wineResults__desc {
  font-family: "Roboto", sans-serif;
}

.c-wineResults__instruction {
  font-size: 28px;
  font-family: "Libre Caslon Text", serif;
  font-style: italic;
  font-weight: normal !important;
  letter-spacing: 0px !important;
  color: #6B6B6B;
  line-height: 1.25;
  max-width: 640px;
  margin-top: 48px;
}

.c-wineResults__pagination, .c-wineryResults__pagination {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 12px;
}

@media screen and (max-width: 600px) {
  .c-wineResults__header, .c-wineryResults__header {
    padding-bottom: 16px;
    margin-bottom: 32px;
  }
  .c-wineResults__count, .c-wineryResults__count {
    font-size: 14px;
    margin-left: 16px;
  }
  .c-wineResults h2, .c-wineryResults h2 {
    font-size: 22px;
  }
  .c-wineResult__instruction {
    font-size: 17px;
    margin-top: 24px;
  }
}
.c-wineList {
  margin-top: 48px;
  overflow-x: auto;
}

.c-wineList__wrap {
  min-width: 100%;
}

.c-wineList__thead {
  display: grid;
  grid-template-columns: 3fr 3fr 2fr 2fr 3fr 3fr;
  border-bottom: 1px solid #EDF0F1;
  padding: 4px 0;
}

.c-wineList__th:not(:last-child), .c-wineList__td:not(:last-child) {
  margin-right: 8px;
}

.c-wineList__th {
  font-family: "Poppins";
  font-weight: 700;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 0.1em;
}

.c-wineList__trow {
  display: grid;
  grid-template-columns: 3fr 3fr 2fr 2fr 3fr 3fr;
  border-bottom: 1px solid #EDF0F1;
  padding: 20px 0;
}
.c-wineList__trow .thead {
  font-family: "Poppins";
  font-weight: 700;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 0.1em;
}

.c-wineList__td {
  font-size: 14px;
}
.c-wineList__td .thead {
  display: none;
}

@media screen and (max-width: 800px) {
  .c-wineList__thead {
    display: none;
  }
  .c-wineList__trow {
    display: block;
  }
  .c-wineList__td {
    display: flex;
  }
  .c-wineList__td span {
    flex: 1;
  }
  .c-wineList__td .thead {
    display: block;
    padding-right: 2rem;
  }
}
@media screen and (max-width: 600px) {
  .c-wineList {
    margin-top: 32px;
  }
}
.c-wineriesList {
  display: flex;
  flex-wrap: wrap;
}

.c-winery {
  width: 45%;
  display: flex;
  align-items: center;
  margin-right: 10%;
}
.c-winery img {
  display: block;
  width: 120px;
  margin-right: 32px;
  flex-shrink: 0;
  height: 80px;
  object-fit: contain;
}
.c-winery:nth-child(2n) {
  margin-right: 0;
}
.c-winery:nth-child(n+3) {
  margin-top: 24px;
}

.c-winery__details h4 {
  color: #6B6B6B;
  font-size: 20px;
  margin: 0;
  font-family: "Libre Caslon Text", serif;
}
.c-winery__details p {
  margin: 0;
  font-family: "Roboto", sans-serif;
  font-size: 18px;
  color: #6B6B6B;
}

@media screen and (max-width: 900px) {
  .c-winery {
    width: 47%;
    margin-right: 6%;
  }
  .c-winery img {
    width: 80px;
    margin-right: 24px;
    height: 60px;
  }
  .c-winery__details h4 {
    font-size: 18px;
  }
  .c-winery__details p {
    font-size: 16px;
  }
}
@media screen and (max-width: 600px) {
  .c-wineriesList {
    display: block;
  }
  .c-winery {
    width: 100%;
  }
  .c-winery:nth-of-type(n + 2) {
    margin-top: 20px;
  }
  .c-winery img {
    width: 60px;
    margin-right: 20px;
    height: 50px;
  }
  .c-winery__details h4 {
    font-size: 16px;
  }
  .c-winery__details p {
    font-size: 14px;
  }
}
/* Wine search filter styles */
.c-wineInput {
  width: 100%;
}
.c-wineInput label, .c-wineInput .label {
  font-size: 14px;
  font-family: "Roboto", sans-serif;
  font-weight: 300;
  display: block;
  color: #6B6B6B;
  padding: 0 0 4px 20px;
  margin: 0;
}
.c-wineInput input[type=text], .c-wineInput select {
  height: 66px;
  line-height: 66px;
  padding: 0 20px;
  font-family: "Roboto", sans-serif;
  font-size: 18px;
  font-weight: 300;
  color: #6B6B6B;
  display: block;
  width: 100%;
  border-radius: 0;
  background: white;
  border: 1px solid #EDF0F1;
  margin-bottom: 8px;
  box-shadow: 0 0 10px 0px rgba(0, 0, 0, 0.03);
  transition: 0.3s opacity;
}
.c-wineInput input[type=text][disabled] {
  opacity: 0.5;
}
.c-wineInput select {
  background-image: url("imgs/select-arrow.svg");
  background-size: 16px 9px;
  background-repeat: no-repeat;
  background-position: calc(100% - 16px) center;
  -webkit-appearance: none;
  -moz-appearance: none;
}
.c-wineInput select[disabled] {
  opacity: 0.5;
}
.c-wineInput select::-ms-expand {
  display: none;
}

.c-wineSearchBtn {
  width: 100%;
  text-align: left;
  font-family: "Libre Caslon Text", serif;
  font-style: italic;
  padding: 20px 32px;
  height: 66px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  font-size: 20px;
  color: white;
  background: #332D3D;
  text-decoration: none;
  border: none;
  outline: none;
  border-radius: 0;
  transition: 0.3s background, 0.3s opacity;
  margin: 0 0 8px 0;
}
.c-wineSearchBtn[disabled] {
  pointer-events: none;
  opacity: 0.5;
}
.c-wineSearchBtn:hover {
  background: #8D9744;
  color: white;
  text-decoration: none;
  border: none;
}

/*Auto Complete Dropdown*/
.autocomplete-items {
  z-index: 99;
  top: 100%;
  left: 0;
  right: 0;
  margin-bottom: 2rem;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
}
.autocomplete-items div {
  padding: 10px;
  cursor: pointer;
  background-color: #fff;
  border-bottom: 1px solid #EDF0F1;
  transition: 0.2s all;
}
.autocomplete-items div.active {
  background: #8d9744;
  color: white;
}

/*Search suggestions*/
.s-suggest {
  margin: 0 0.25rem;
  display: inline-block;
}
.s-suggest:after {
  content: ",";
}
.s-suggest:last-child:after {
  content: none;
}

@media screen and (min-width: 901px) {
  .c-wineSearchForm__filters {
    display: flex;
    align-items: flex-end;
  }
  .c-winerySearchForm {
    display: flex;
    align-items: flex-start;
  }
  .c-winerySearchForm .c-wineSearchBtn {
    width: 135px;
  }
  .c-wineSearchForm .c-wineSearchBtn {
    width: 135px;
  }
  .c-winerySearchForm .c-wineInput:nth-of-type(2) {
    margin-left: 28px;
  }
  .c-winerySearchForm .c-wineInput:nth-of-type(2) label {
    padding-left: 0;
  }
  .c-winerySearchForm .c-wineInput:first-child {
    width: 330px;
    flex-shrink: 0;
  }
}
@media screen and (max-width: 900px) {
  .c-winerySearchForm .c-wineSearchBtn, .c-wineSearchForm .c-wineSearchBtn, .c-winerySearchForm .c-wineInput:nth-of-type(2) {
    margin-top: 16px;
  }
}
@media screen and (max-width: 600px) {
  .c-wineInput input[type=text], .c-wineInput select {
    height: 50px;
    line-height: 50px;
    padding: 0 16px;
    font-size: 16px;
  }
  .c-wineInput label {
    padding-left: 16px;
  }
  .c-wineSearchBtn {
    height: 50px;
    font-size: 17px;
  }
}
.c-appellationFilter {
  margin-top: 16px;
  width: 100%;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

@media screen and (max-width: 900px) {
  .c-appellationFilter {
    margin-top: 4px;
  }
}
.u-filer-selected {
  color: #8d9744 !important;
  font-weight: bold;
  font-size: 20px;
}

.c-appelation-filter {
  font-family: "Roboto", sans-serif;
  padding-right: 28px;
  font-size: 18px;
}
.c-appelation-filter:hover {
  color: #8d9744 !important;
}

.u-filer-not-selected {
  color: #6B6B6B !important;
}

@media screen and (max-width: 600px) {
  .c-appelation-filter {
    font-size: 17px !important;
    padding-right: 16px;
  }
}
.u-vqa-wine, .u-vqa-winery {
  cursor: pointer;
}

/* display default cursor when in beaver builder */
.fl-builder-edit .u-vqa-wine, .fl-builder-edit .u-vqa-winery {
  cursor: initial;
}

/* Appellation map styling */
.appellation-maps-background {
  position: relative;
  top: -195px;
  margin-bottom: -195px;
}

@media screen and (max-width: 1200px) {
  .u-overlap-col .fl-number-string, .u-overlap-col .fl-number-int {
    font-size: 36px !important;
  }
}
body #menu-ontario-appellations > li:last-child > a {
  font-weight: bold;
}
body .c-secondaryMenu {
  display: flex;
  justify-content: space-between;
}
body .course-login, body .course-profile {
  position: relative;
  margin-left: 40px !important;
  line-height: 100%;
  display: flex;
  align-items: center;
  margin-right: 0 !important;
}
body .course-login:before, body .course-profile:before {
  content: "";
  position: absolute;
  left: -20px;
  top: -7.75px;
  bottom: -7.75px;
  background: #EDF0F1;
  width: 1px;
}
body .course-login a, body .course-profile a {
  font-weight: bold;
}
body .course-profile {
  display: none;
}
body .course-login a {
  display: block;
  background-color: #332d3d !important;
  color: white !important;
  border-radius: 20px;
  padding: 10px;
  text-transform: none !important;
  font-weight: bold;
}
body .course-login a:before {
  content: "\f007";
  font-family: "Font Awesome 5 Free";
  padding-right: 8px;
  font-weight: normal;
  transition: 0.2s all;
}
body .course-login a:hover, body .course-login a:focus, body .course-login a:active {
  color: white !important;
  background: black !important;
}
body .course-login a:hover:before, body .course-login a:focus:before, body .course-login a:active:before {
  font-weight: bold;
}
@media screen and (min-width: 1071px) {
  body .c-megaMenu__parent a {
    padding: 0 15px;
  }
  body .c-secondaryMenu a:hover, body .c-secondaryMenu a:focus, body .c-secondaryMenu a:active {
    color: #1F2226;
  }
}
body.logged-in .course-login {
  display: none;
}
body.logged-in .course-profile {
  display: block;
}

.ld-course-list-content .ld-course-list-items > .ld_course_grid {
  margin-bottom: 30px;
}
.ld-course-list-content .ld-course-list-items > .ld_course_grid .course {
  box-shadow: 0 0 10px rgba(109, 109, 109, 0.29);
  border: none !important;
  height: 100%;
}
.ld-course-list-content .ld-course-list-items > .ld_course_grid .course > a {
  position: relative;
  overflow: hidden;
  display: block;
}
.ld-course-list-content .ld-course-list-items > .ld_course_grid .course > a:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  transition: all 0.2s ease-in;
  background: -moz-linear-gradient(45deg, rgb(2, 0, 36) 0%, rgba(51, 45, 61, 0.2) 40%, rgba(51, 45, 61, 0) 100%);
  background: -webkit-linear-gradient(45deg, rgb(2, 0, 36) 0%, rgba(51, 45, 61, 0.2) 40%, rgba(51, 45, 61, 0) 100%);
  background: linear-gradient(45deg, rgb(2, 0, 36) 0%, rgba(51, 45, 61, 0.2) 40%, rgba(51, 45, 61, 0) 100%);
  pointer-events: none;
}
.ld-course-list-content .ld-course-list-items > .ld_course_grid .course > a:hover:before, .ld-course-list-content .ld-course-list-items > .ld_course_grid .course > a:focus:before, .ld-course-list-content .ld-course-list-items > .ld_course_grid .course > a:active:before {
  scale: 1.5;
}
.ld-course-list-content .ld-course-list-items > .ld_course_grid .course .ribbon {
  z-index: 2;
  transform: none;
  top: -9px;
  left: -9px;
  font-size: 1.5rem;
  display: inline-block;
  height: auto;
  width: auto;
  max-width: 200px;
  font-weight: normal;
  line-height: 120%;
  padding: 10px;
  background-color: #8d9744 !important;
  font-family: "Poppins", serif;
  box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.2);
}
.ld-course-list-content .ld-course-list-items > .ld_course_grid .course .ribbon:before {
  content: none;
}
.ld-course-list-content .ld-course-list-items > .ld_course_grid .course .caption {
  padding: 30px;
}
.ld-course-list-content .ld-course-list-items > .ld_course_grid .course .entry-title {
  font-size: 2.5rem;
}
.ld-course-list-content .ld-course-list-items > .ld_course_grid .course .entry-content {
  font-size: 1.6rem;
}
.ld-course-list-content .ld-course-list-items > .ld_course_grid .course .ld_course_grid_button {
  margin-top: 30px !important;
}
.ld-course-list-content .ld-course-list-items > .ld_course_grid .course .ld_course_grid_button .btn-primary {
  background-color: #3f384b;
  width: auto;
  text-align: left;
  font-family: "Libre Caslon Text", serif;
  font-style: italic;
  margin-top: auto;
  padding: 20px 32px;
  font-size: 18px;
  color: white;
  text-decoration: none;
  transition: 0.3s background;
}
.ld-course-list-content .ld-course-list-items > .ld_course_grid .course .ld_course_grid_button .btn-primary:hover, .ld-course-list-content .ld-course-list-items > .ld_course_grid .course .ld_course_grid_button .btn-primary:focus, .ld-course-list-content .ld-course-list-items > .ld_course_grid .course .ld_course_grid_button .btn-primary:active {
  background-color: #1F2226;
}

.single-sfwd-courses .fl-post-title {
  font-weight: bold;
  text-transform: uppercase;
  line-height: 120%;
}
.single-sfwd-courses .fl-post-title em {
  font-size: 3rem;
  color: #ccc;
  display: block;
  font-family: "Libre Caslon Text", serif;
}
.single-sfwd-courses .fl-row-fixed-width {
  max-width: 1200px;
}

.learndash-wrapper .ld-progress .ld-progress-heading {
  width: 100%;
}
.learndash-wrapper .ld-progress .ld-progress-bar {
  background: rgba(0, 0, 0, 0.1) !important;
}
.learndash-wrapper .ld-tabs .ld-tabs-navigation:after {
  background-color: rgba(0, 0, 0, 0.2) !important;
}
.learndash-wrapper .ld-tabs .ld-tabs-navigation .ld-tab:after {
  background-color: rgba(0, 0, 0, 0) !important;
}
.learndash-wrapper .ld-course-status, .learndash-wrapper .order-overview {
  background-color: white !important;
  box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.2);
  border: none;
  font-family: "Poppins", serif;
  padding: 20px !important;
  border-radius: 0 !important;
}
.learndash-wrapper .ld-course-status .ld-course-status-label, .learndash-wrapper .order-overview .ld-course-status-label {
  font-family: "Poppins", serif;
  text-transform: uppercase;
  font-weight: bold;
  color: rgb(109, 109, 109);
}
.learndash-wrapper .ld-course-status .ld-status,
.learndash-wrapper .btn-join {
  display: inline-block;
  width: auto;
  padding: 10px 20px !important;
  border-radius: 0 !important;
  font-size: 2rem !important;
}
.learndash-wrapper .ld-item-list .ld-item-list-item {
  border-radius: 0 !important;
  border: none;
}
.learndash-wrapper .ld-item-list .ld-item-list-item .ld-progress {
  background: transparent !important;
}
.learndash-wrapper .ld-item-list .ld-item-list-item .ld-item-contents {
  padding-top: 0 !important;
}
.learndash-wrapper .ld-course-status-action {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}
.learndash-wrapper .ld-course-status-action .ld-text {
  display: none !important;
}
.learndash-wrapper .ld-table-list-title a {
  display: flex;
  gap: 10px;
  line-height: 120%;
}
.learndash-wrapper .learndash-registration-wrapper {
  max-width: 800px;
}
.learndash-wrapper .ldregister, .learndash-wrapper .registration-login-form form {
  margin-top: 30px;
  justify-content: space-between;
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
}
.learndash-wrapper .ldregister p, .learndash-wrapper .ldregister .learndash-registration-field, .learndash-wrapper .registration-login-form form p, .learndash-wrapper .registration-login-form form .learndash-registration-field {
  flex: 1 100%;
}
@media screen and (min-width: 978px) {
  .learndash-wrapper .ldregister p, .learndash-wrapper .ldregister .learndash-registration-field, .learndash-wrapper .registration-login-form form p, .learndash-wrapper .registration-login-form form .learndash-registration-field {
    flex: 1 45%;
  }
}
.learndash-wrapper .ldregister .ld_captcha_el {
  flex: 1 100%;
  justify-content: flex-start;
}
.learndash-wrapper .show-password-reset-link {
  font-size: 1.2rem;
  font-family: "Poppins", serif;
  text-transform: uppercase;
  text-align: center;
  display: block;
  margin-bottom: 20px;
  margin-top: 40px;
}
.learndash-wrapper .show-register-form {
  text-align: center;
}
.learndash-wrapper .show-register-form a {
  background-color: #8d9744;
  color: #fff;
  padding: 10px 20px;
  text-transform: uppercase;
  font-family: "Poppins", serif;
}
.learndash-wrapper .show-register-form a:hover, .learndash-wrapper .show-register-form a:focus, .learndash-wrapper .show-register-form a:active {
  background-color: white;
  color: #8d9744;
}
.learndash-wrapper label {
  font-family: "Poppins", serif;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 1.2rem;
}
.learndash-wrapper input:not([type=submit]), .learndash-wrapper textarea, .learndash-wrapper select {
  background-color: white !important;
  border: none !important;
  font-family: "Poppins", sans-serif;
  border-radius: 0 !important;
  border-top: 3px solid white !important;
  padding: 15px !important;
}
.learndash-wrapper input:not([type=submit]):focus, .learndash-wrapper input:not([type=submit]):active, .learndash-wrapper textarea:focus, .learndash-wrapper textarea:active, .learndash-wrapper select:focus, .learndash-wrapper select:active {
  background-color: white !important;
  border-top-color: #332D3D !important;
}
.learndash-wrapper .ld-alert {
  font-size: 1.4rem;
}
.learndash-wrapper .ld-alert-certificate.ld-alert-success {
  background: #332d3d !important;
  color: white;
  font-weight: bold;
  font-size: 1.5rem;
  border: none;
  border-radius: 0;
  box-shadow: 0 9px 15px rgba(0, 0, 0, 0.1);
}
.learndash-wrapper .ld-alert-certificate.ld-alert-success .ld-button:not(.ld-button-reverse):not(.learndash-link-previous-incomplete):not(.ld-button-transparent) {
  background-color: white !important;
  color: #332d3d !important;
  border-radius: 0 !important;
  font-family: "Poppins", sans-serif;
  text-transform: uppercase;
}
.learndash-wrapper #wp-submit {
  background-color: #3f384b;
  text-align: center;
  display: inline-block;
  width: auto !important;
  font-family: "Libre Caslon Text", serif;
  font-style: italic;
  padding: 20px 32px;
  font-size: 18px;
  color: white;
  text-decoration: none;
  transition: 0.3s background;
  border: none !important;
  margin: 10px auto !important;
}
.learndash-wrapper #wp-submit:hover, .learndash-wrapper #wp-submit:focus, .learndash-wrapper #wp-submit:active {
  background-color: #1F2226;
}
.learndash-wrapper .login-remember {
  margin-top: 20px;
}
.learndash-wrapper .login-remember label {
  display: flex !important;
  gap: 10px;
  align-items: center;
}
.learndash-wrapper .login-remember input {
  width: 25px !important;
  height: 25px !important;
  margin: 0 !important;
}
.learndash-wrapper .wpProQuiz_questionListItem label {
  display: flex !important;
  align-items: center;
  font-family: "Poppins", serif;
  text-transform: none;
  font-size: 1.6rem !important;
  font-weight: normal;
}
.learndash-wrapper .wpProQuiz_questionListItem label.is-selected {
  border-color: #8d9744 !important;
  font-weight: bold;
}
.learndash-wrapper .learndash_mark_complete_button:hover, .learndash-wrapper .learndash_mark_complete_button:active, .learndash-wrapper .learndash_mark_complete_button:focus {
  border: none !important;
}
.learndash-wrapper .ld-course-step-back {
  margin-top: 5px !important;
  font-family: "Poppins", serif;
}
.learndash-wrapper .ld-alert-warning {
  font-weight: bold;
}
.learndash-wrapper .wpProQuiz_results .btn-primary, .learndash-wrapper .wpProQuiz_results .ld-button, .learndash-wrapper .ld-alert-warning .btn-primary, .learndash-wrapper .ld-alert-warning .ld-button {
  background-color: #3f384b;
  width: auto;
  text-align: left;
  font-family: "Libre Caslon Text", serif;
  font-style: italic;
  margin-top: auto;
  padding: 20px 32px;
  font-size: 18px;
  color: white;
  text-decoration: none;
  transition: 0.3s background;
}
.learndash-wrapper .wpProQuiz_results .btn-primary:hover, .learndash-wrapper .wpProQuiz_results .btn-primary:focus, .learndash-wrapper .wpProQuiz_results .btn-primary:active, .learndash-wrapper .wpProQuiz_results .ld-button:hover, .learndash-wrapper .wpProQuiz_results .ld-button:focus, .learndash-wrapper .wpProQuiz_results .ld-button:active, .learndash-wrapper .ld-alert-warning .btn-primary:hover, .learndash-wrapper .ld-alert-warning .btn-primary:focus, .learndash-wrapper .ld-alert-warning .btn-primary:active, .learndash-wrapper .ld-alert-warning .ld-button:hover, .learndash-wrapper .ld-alert-warning .ld-button:focus, .learndash-wrapper .ld-alert-warning .ld-button:active {
  background-color: #1F2226;
}
.learndash-wrapper .learndash_checkout_buttons {
  margin: 0;
}
.learndash-wrapper #learndash-registration-wrapper #btn-join, .learndash-wrapper #learndash-registration-wrapper .btn-join {
  float: none;
  margin: 0;
  width: 100%;
  font-size: 2rem !important;
}
.learndash-wrapper #learndash-registration-wrapper .order-overview .coupon-form input {
  border: 1px solid rgba(0, 0, 0, 0.09) !important;
}
.learndash-wrapper #learndash-registration-wrapper .order-overview .order-overview-return {
  text-align: center;
}

.learndash-wrapper .ld-modal {
  z-index: 99999;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  max-height: 90vh;
  margin: 0 auto;
  transform: none;
  margin-top: 30px !important;
}
.learndash-wrapper .ld-modal input[type=text], .learndash-wrapper .ld-modal input[type=password] {
  border: 1px solid rgba(0, 0, 0, 0.1) !important;
}
.learndash-wrapper .ld-modal .ld-login-modal-branding {
  display: none;
}
.learndash-wrapper .ld-modal .ld-login-modal-register {
  position: relative;
}
.learndash-wrapper .ld-modal .ld-login-modal-register:before {
  content: "";
  background-image: url(https://vqaontario.ca/wp-content/uploads/2022/02/PEC-SideBar-3F1A6310-scaled.jpg);
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background-size: cover;
  opacity: 0.3;
  position: absolute;
}
.learndash-wrapper .ld-modal .ld-login-modal-register .ld-login-modal-wrapper {
  position: relative;
  z-index: 2;
}

.ld_captcha_el {
  display: flex !important;
  justify-content: center;
  margin-bottom: 20px;
}

.ld-item-search-wrapper {
  background: white !important;
}
.ld-item-search-wrapper:before {
  background: white !important;
}
.ld-item-search-wrapper h4 {
  display: none;
}
.ld-item-search-wrapper input {
  border: 1px solid rgba(0, 0, 0, 0.1) !important;
}

.fl-full-width .fl-page {
  overflow: hidden;
}

.nsl-container {
  display: flex !important;
  justify-content: center;
  flex-wrap: wrap !important;
}

.notice {
  width: 100%;
  padding: 20px;
  font-weight: bold;
  background: #332d3d;
  color: white;
  text-align: center;
}
