@charset "UTF-8";
body:before {
  content: '{ "current": "large" }';
  display: none; }

@media (min-width: 48.063em) and (max-width: 75em) {
  body:before {
    content: '{ "current": "medium" }'; } }

@media (min-width: 0em) and (max-width: 48em) {
  body:before {
    content: '{ "current": "small" }'; } }

.wf-loading {
  visibility: hidden; }

.wf-active {
  visibility: visible; }

@font-face {
  font-family: "Montserrat";
  src: url(../fonts/Montserrat-Light.eot);
  src: url(../fonts/Montserrat-Light.eot?#iefix) format("embedded-opentype"), url(../fonts/Montserrat-Light.otf) format("otf"), url(../images/Montserrat-Light.svg#Montserrat-Light) format("svg"), url(../fonts/Montserrat-Light.ttf) format("truetype"), url(../fonts/Montserrat-Light.woff) format("woff"), url(../fonts/Montserrat-Light.woff2) format("woff2");
  font-display: fallback;
  font-weight: 300; }

@font-face {
  font-family: "Montserrat";
  src: url(../fonts/Montserrat-Regular.eot);
  src: url(../fonts/Montserrat-Regular.eot?#iefix) format("embedded-opentype"), url(../fonts/Montserrat-Regular.otf) format("otf"), url(../images/Montserrat-Regular.svg#Montserrat-Regular) format("svg"), url(../fonts/Montserrat-Regular.ttf) format("truetype"), url(../fonts/Montserrat-Regular.woff) format("woff"), url(../fonts/Montserrat-Regular.woff2) format("woff2");
  font-display: fallback;
  font-weight: 400; }

@font-face {
  font-family: 'Montserrat';
  src: url(../fonts/Montserrat-Medium.eot);
  src: url(../fonts/Montserrat-Medium.eot?#iefix) format("embedded-opentype"), url(../fonts/Montserrat-Medium.otf) format("otf"), url(../images/Montserrat-Medium.svg#Montserrat-Medium) format("svg"), url(../fonts/Montserrat-Medium.ttf) format("truetype"), url(../fonts/Montserrat-Medium.woff) format("woff"), url(../fonts/Montserrat-Medium.woff2) format("woff2");
  font-display: fallback;
  font-weight: 500; }

@font-face {
  font-family: 'Montserrat-SemiBold';
  src: url(../fonts/Montserrat-SemiBold.eot);
  src: url(../fonts/Montserrat-SemiBold.eot?#iefix) format("embedded-opentype"), url(../fonts/Montserrat-SemiBold.otf) format("otf"), url(../images/Montserrat-SemiBold.svg#Montserrat-SemiBold) format("svg"), url(../fonts/Montserrat-SemiBold.ttf) format("truetype"), url(../fonts/Montserrat-SemiBold.woff) format("woff"), url(../fonts/Montserrat-SemiBold.woff2) format("woff2");
  font-display: fallback;
  font-weight: 600; }

@font-face {
  font-family: "Montserrat";
  src: url(../fonts/Montserrat-Bold.eot);
  src: url(../fonts/Montserrat-Bold.eot?#iefix) format("embedded-opentype"), url(../fonts/Montserrat-Bold.otf) format("otf"), url(../images/Montserrat-Bold.svg#Montserrat-Bold) format("svg"), url(../fonts/Montserrat-Bold.ttf) format("truetype"), url(../fonts/Montserrat-Bold.woff) format("woff"), url(../fonts/Montserrat-Bold.woff2) format("woff2");
  font-display: fallback;
  font-weight: 700; }

@font-face {
  font-family: "icon";
  src: url(../fonts/icon.ttf) format("truetype"), url(../fonts/icon.woff) format("woff"), url(../images/icon.svg#icon) format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block; }

[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "icon" !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.icon-cheveron-up:before {
  content: ""; }

.icon-cheveron-down:before {
  content: ""; }

.icon-cheveron-right:before {
  content: ""; }

.icon-cheveron-left:before {
  content: ""; }

.icon-close:before {
  content: ""; }

.icon-minus:before {
  content: ""; }

.icon-plus:before {
  content: ""; }

.icon-envelope:before {
  content: ""; }

.icon-shopping-cart:before {
  content: ""; }

.icon-long-arrow-right:before {
  content: ""; }

.icon-long-arrow-left:before {
  content: ""; }

.icon-location:before {
  content: ""; }

.icon-phone:before {
  content: ""; }

.icon-telephone:before {
  content: ""; }

.icon-contact:before {
  content: ""; }

.icon-support:before {
  content: ""; }

.icon-call:before {
  content: ""; }

.icon-linkedin:before {
  content: ""; }

.icon-youtube:before {
  content: ""; }

.icon-twitter:before {
  content: ""; }

.icon-facebook:before {
  content: ""; }

.icon-brand:before {
  content: ""; }

.icon-social:before {
  content: ""; }

.icon-search:before {
  content: ""; }

.icon-filter_list:before {
  content: ""; }

.icon-check:before {
  content: ""; }

.icon-account_circle:before {
  content: ""; }

*:focus {
  outline: 0; }

html {
  -webkit-text-size-adjust: 100%;
  /* Prevent font scaling in landscape while allowing user zoom */ }

html, body {
  height: 100%; }

*, div {
  box-sizing: border-box; }

img {
  display: inline-block;
  vertical-align: middle; }

.clearit {
  clear: both;
  font-size: 1px;
  line-height: 1px; }

.site-header {
  padding: 0; }
  .site-header .wrapper {
    padding-left: calc(50% - 700px);
    padding-right: calc(50% - 700px);
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-top: 16px;
    padding-bottom: 16px; }
    @media only screen and (max-width: 1450px) {
      .site-header .wrapper {
        padding-left: 32px;
        padding-right: 32px; } }
    @media only screen and (max-width: 600px) {
      .site-header .wrapper {
        padding-left: 16px;
        padding-right: 16px; } }
    .site-header .wrapper.sticky {
      position: fixed;
      top: 0;
      width: 100%;
      background: #ffffff;
      z-index: 100; }
  .site-header .util-top {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center; }

.logo {
  padding: 0; }
  .logo img {
    width: 250px; }
    @media (min-width: 0em) and (max-width: 48em) {
      .logo img {
        width: 130px; } }

.main-navigation {
  display: flex;
  align-items: center;
  flex: 1 1 auto; }
  @media (min-width: 0em) and (max-width: 48em) {
    .main-navigation {
      flex: 0 0 auto; } }
  .main-navigation a {
    font-size: 18px;
    text-transform: uppercase;
    font-weight: 500;
    margin-left: 32px; }
    .main-navigation a:hover {
      text-decoration: none; }
    .main-navigation a.account {
      position: relative;
      padding-left: 40px; }
      @media (min-width: 0em) and (max-width: 48em) {
        .main-navigation a.account {
          display: none; } }
      .main-navigation a.account:before {
        /* use !important to prevent issues with browser extensions that change fonts */
        font-family: "icon" !important;
        speak: never;
        font-style: normal;
        font-weight: normal;
        font-variant: normal;
        text-transform: none;
        line-height: 1;
        /* Better Font Rendering =========== */
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        content: "";
        font-size: 28px;
        position: absolute;
        left: 0;
        top: 50%;
        transform: translateY(-50%);
        color: #465B78; }
    .main-navigation a.cart {
      position: relative;
      padding-left: 37px; }
      @media (min-width: 0em) and (max-width: 48em) {
        .main-navigation a.cart {
          display: none; } }
      .main-navigation a.cart:before {
        /* use !important to prevent issues with browser extensions that change fonts */
        font-family: "icon" !important;
        speak: never;
        font-style: normal;
        font-weight: normal;
        font-variant: normal;
        text-transform: none;
        line-height: 1;
        /* Better Font Rendering =========== */
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        content: "";
        font-size: 25px !important;
        position: absolute;
        left: 0;
        top: 50%;
        transform: translateY(-50%);
        color: #465B78;
        font-size: 18px; }
    .main-navigation a.oauthloginbutton {
      margin-left: 32px !important;
      margin-bottom: 0;
      width: auto !important;
      min-width: 1px !important;
      color: #121212 !important;
      background: none;
      border: 0;
      padding: 0 0 0 40px !important;
      text-align: left;
      font-size: 18px !important;
      height: 24px; }
      .main-navigation a.oauthloginbutton:hover, .main-navigation a.oauthloginbutton:focus, .main-navigation a.oauthloginbutton:active {
        border: 0;
        background: none; }
      .main-navigation a.oauthloginbutton > i:first-child {
        border: 0;
        width: 23px !important;
        height: 23px;
        line-height: 22px;
        background: #465B78;
        border-radius: 50%;
        color: #ffffff;
        top: 50%;
        transform: translateY(-50%);
        font-size: 16px !important; }
  .main-navigation .search {
    margin: 0 0 0 auto;
    position: relative;
    transition: width ease 0.3s; }
    .main-navigation .search form {
      margin: 0; }
    .main-navigation .search .open {
      display: inline-block;
      width: 40px;
      height: 40px;
      line-height: 45px;
      background: #028EA5;
      border-radius: 50%;
      color: #ffffff;
      text-align: center;
      text-decoration: none;
      position: relative;
      z-index: 0;
      transition: all ease 0.3s; }
      .main-navigation .search .open:hover {
        background: #028EA5; }
      .main-navigation .search .open i {
        font-size: 20px; }
    .main-navigation .search .close {
      position: absolute;
      left: 0;
      top: 0;
      z-index: 10;
      height: 40px;
      width: 40px;
      line-height: 40px;
      opacity: 0;
      pointer-events: none;
      background: #ffffff;
      padding: 0 10px;
      color: #028EA5;
      transition: left ease 0.3s; }
    .main-navigation .search input[type="text"] {
      position: absolute;
      right: 0;
      top: 0;
      width: 0;
      height: 40px;
      line-height: 40px;
      padding: 0 50px 0 16px;
      border-radius: 35px;
      box-shadow: none;
      border: 0;
      font-size: 16px;
      transition: width ease 0.3s; }
    @media (min-width: 0em) and (max-width: 48em) {
      .main-navigation .search {
        display: none; } }

#password-grant-modal {
  display: none; }

main > div .oauthloginbutton {
  padding: 10px 40px 10px 40px !important;
  text-align: center !important;
  color: #ffffff !important; }
  main > div .oauthloginbutton > i:first-child {
    line-height: 1 !important;
    border: 0 !important;
    top: 50%;
    transform: translateY(-50%); }

.main-navigation .search.open .close {
  opacity: 1;
  left: -350px;
  pointer-events: auto; }

.main-navigation .search.open input[type="text"] {
  width: 350px;
  border: 2px solid #028EA5; }

.main-navigation .search.closed input[type="text"] {
  width: 0; }

.alert-bar {
  padding-left: calc(50% - 700px);
  padding-right: calc(50% - 700px);
  display: flex;
  justify-content: space-between;
  background: #465B78;
  color: #ffffff;
  padding-top: 16px; }
  @media only screen and (max-width: 1450px) {
    .alert-bar {
      padding-left: 32px;
      padding-right: 32px; } }
  @media only screen and (max-width: 600px) {
    .alert-bar {
      padding-left: 16px;
      padding-right: 16px; } }
  @media (min-width: 0em) and (max-width: 48em) {
    .alert-bar {
      position: fixed;
      bottom: 0;
      left: 0;
      width: 100%;
      z-index: 100; } }
  .alert-bar p {
    color: #ffffff;
    padding: 0 0 16px 0; }
    @media (min-width: 0em) and (max-width: 48em) {
      .alert-bar p {
        font-size: 12px; } }
    .alert-bar p:first-child {
      padding-right: 48px; }
  .alert-bar a {
    color: #ffffff;
    text-decoration: underline; }
    .alert-bar a.close {
      text-decoration: none; }

.mobile-nav {
  position: relative;
  z-index: 100003;
  padding: 10px 0;
  margin: 0 0 0 32px;
  height: 44px;
  transition: bordfer ease 0.3s; }
  @media (min-width: 0em) and (max-width: 48em) {
    .mobile-nav {
      display: block;
      border: 0;
      padding: 7px 0 0 0;
      margin: 0; } }
  .mobile-nav a {
    color: #000000;
    background: none;
    border: 0;
    padding: 0 74px 0 0;
    margin: 0;
    display: block !important;
    position: relative;
    border-radius: 0;
    font-size: 18px;
    font-weight: 500;
    text-decoration: none; }
    @media only screen and (max-width: 1000px) {
      .mobile-nav a {
        padding-right: 35px;
        height: 44px; } }
    .mobile-nav a:before {
      display: none; }
    .mobile-nav a:hover, .mobile-nav a:active, .mobile-nav a:focus {
      background: none !important;
      text-decoration: none; }
    .mobile-nav a .menu {
      padding-top: 4px; }
    .mobile-nav a span {
      display: block;
      position: absolute;
      height: 4px;
      width: 55px;
      background: #000000;
      opacity: 1;
      right: 0;
      top: 0;
      -webkit-transform: rotate(0deg);
      -moz-transform: rotate(0deg);
      -o-transform: rotate(0deg);
      transform: rotate(0deg);
      -webkit-transition: .25s ease-in-out;
      -moz-transition: .25s ease-in-out;
      -o-transition: .25s ease-in-out;
      transition: .25s ease-in-out; }
      @media only screen and (max-width: 1000px) {
        .mobile-nav a span {
          width: 35px; } }
      .mobile-nav a span:nth-child(1) {
        top: 0; }
      .mobile-nav a span:nth-child(2), .mobile-nav a span:nth-child(3) {
        top: 10px; }
      .mobile-nav a span:nth-child(4) {
        top: 20px; }
    .mobile-nav a.open span {
      background-color: #000000; }
    .mobile-nav a.open span:nth-child(1) {
      top: 0;
      width: 0%;
      right: 50%;
      opacity: 0; }
    .mobile-nav a.open span:nth-child(2) {
      -webkit-transform: rotate(45deg);
      -moz-transform: rotate(45deg);
      -o-transform: rotate(45deg);
      transform: rotate(45deg);
      height: 4px; }
    .mobile-nav a.open span:nth-child(3) {
      -webkit-transform: rotate(-45deg);
      -moz-transform: rotate(-45deg);
      -o-transform: rotate(-45deg);
      transform: rotate(-45deg);
      height: 4px; }
    .mobile-nav a.open span:nth-child(4) {
      top: 0;
      width: 0%;
      right: 50%;
      opacity: 0; }
    @media only screen and (max-width: 1000px) {
      .mobile-nav a div {
        display: none; } }

.global-mobile-nav {
  color: #f7f7f7;
  right: -100%;
  width: auto;
  position: fixed;
  text-align: left;
  top: 93px;
  transition: right 0.2s ease-in-out;
  z-index: 100002;
  filter: drop-shadow(0px 10px 20px rgba(0, 0, 0, 0.25)); }
  @media (min-width: 0em) and (max-width: 48em) {
    .global-mobile-nav {
      width: 100%;
      background: #465B78; } }
  .global-mobile-nav.open {
    right: 0; }
  .global-mobile-nav .global-mobile-bg {
    background-color: none;
    height: 100%;
    max-height: calc(100vh - 93px);
    overflow: auto;
    overflow-x: hidden;
    margin-right: calc(50vw - 700px); }
    @media only screen and (max-width: 1450px) {
      .global-mobile-nav .global-mobile-bg {
        padding-right: 0;
        margin-right: 0; } }
    @media only screen and (max-width: 600px) {
      .global-mobile-nav .global-mobile-bg {
        padding-right: 0;
        margin-right: 0; } }
    @media (min-width: 0em) and (max-width: 48em) {
      .global-mobile-nav .global-mobile-bg {
        flex-direction: column;
        height: calc(100vh - 75px);
        max-height: calc(100vh - 75px);
        overflow: auto;
        padding-bottom: 0; } }
  .global-mobile-nav .navigation > ul {
    margin: 0;
    list-style: none; }
    @media (min-width: 0em) and (max-width: 48em) {
      .global-mobile-nav .navigation > ul {
        padding: 0 0 170px 0; } }
    .global-mobile-nav .navigation > ul > li {
      padding: 0;
      margin: 0;
      text-align: left;
      border-bottom: 1px solid #263C5A;
      position: relative; }
      @media (min-width: 0em) and (max-width: 48em) {
        .global-mobile-nav .navigation > ul > li {
          padding: 0 10vw; } }
      @media only screen and (max-width: 600px) {
        .global-mobile-nav .navigation > ul > li {
          padding: 0; } }
      .global-mobile-nav .navigation > ul > li:last-child {
        border: 0; }
      .global-mobile-nav .navigation > ul > li:after {
        content: ''; }
      .global-mobile-nav .navigation > ul > li:before {
        display: none; }
      .global-mobile-nav .navigation > ul > li > button {
        display: none; }
      .global-mobile-nav .navigation > ul > li a {
        color: #ffffff;
        padding: 27px 45px;
        font-family: "Montserrat", "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
        display: block;
        width: 100%;
        font-size: 18px;
        font-weight: 500;
        text-decoration: none;
        text-transform: uppercase;
        position: relative; }
        .global-mobile-nav .navigation > ul > li a:before {
          content: '';
          position: absolute;
          left: 0;
          top: 27px;
          width: 0;
          height: calc(100% - 56px);
          background: #FFA43D;
          transition: all ease 0.3s; }
        .global-mobile-nav .navigation > ul > li a:active, .global-mobile-nav .navigation > ul > li a:focus, .global-mobile-nav .navigation > ul > li a:hover, .global-mobile-nav .navigation > ul > li a.active {
          color: #FFA43D;
          /*transform: translateX(32px);
                    &:before {
                        width: 3px;
                    } */ }
      .global-mobile-nav .navigation > ul > li.menu-item-has-children > button {
        display: block;
        position: absolute;
        right: 40px;
        top: 27px;
        width: 30px;
        height: 30px;
        background: none;
        border: 0;
        cursor: pointer; }
        .global-mobile-nav .navigation > ul > li.menu-item-has-children > button:after {
          /* use !important to prevent issues with browser extensions that change fonts */
          font-family: "icon" !important;
          speak: never;
          font-style: normal;
          font-weight: normal;
          font-variant: normal;
          text-transform: none;
          line-height: 1;
          /* Better Font Rendering =========== */
          -webkit-font-smoothing: antialiased;
          -moz-osx-font-smoothing: grayscale;
          content: "";
          font-size: 30px;
          position: absolute;
          right: 0;
          top: 0;
          color: #ffffff; }
        @media (min-width: 0em) and (max-width: 48em) {
          .global-mobile-nav .navigation > ul > li.menu-item-has-children > button {
            right: 10px; } }
      .global-mobile-nav .navigation > ul > li.menu-item-has-children.current-menu-item .sub-menu, .global-mobile-nav .navigation > ul > li.current-menu-ancestor .sub-menu, .global-mobile-nav .navigation > ul > li.open .sub-menu {
        background: #263C5A; }
        .global-mobile-nav .navigation > ul > li.menu-item-has-children.current-menu-item .sub-menu li.menu-item-type-custom a:after, .global-mobile-nav .navigation > ul > li.current-menu-ancestor .sub-menu li.menu-item-type-custom a:after, .global-mobile-nav .navigation > ul > li.open .sub-menu li.menu-item-type-custom a:after {
          background: #263C5A; }
      .global-mobile-nav .navigation > ul > li.open > button:after {
        content: ""; }
      .global-mobile-nav .navigation > ul > li.current-menu-item > a, .global-mobile-nav .navigation > ul > li.active > a {
        color: #ffffff;
        transform: translateX(32px);
        width: calc(100% - 32px);
        padding-left: 32px; }
        .global-mobile-nav .navigation > ul > li.current-menu-item > a:before, .global-mobile-nav .navigation > ul > li.active > a:before {
          width: 3px; }
      .global-mobile-nav .navigation > ul > li .sub-menu {
        display: none;
        padding: 0 0 16px 0;
        margin: 0; }
        .global-mobile-nav .navigation > ul > li .sub-menu li {
          padding: 0; }
          .global-mobile-nav .navigation > ul > li .sub-menu li button {
            display: none; }
          .global-mobile-nav .navigation > ul > li .sub-menu li a {
            padding: 16px 32px 0 45px; }
          .global-mobile-nav .navigation > ul > li .sub-menu li:before {
            display: none; }
          .global-mobile-nav .navigation > ul > li .sub-menu li.menu-item-type-custom {
            padding: 22px 32px 0 32px; }
            .global-mobile-nav .navigation > ul > li .sub-menu li.menu-item-type-custom a {
              padding: 12px 13px;
              border: 2px solid #8CC63F;
              text-transform: none;
              font-size: 16px; }
              .global-mobile-nav .navigation > ul > li .sub-menu li.menu-item-type-custom a:hover {
                color: #8CC63F; }
                .global-mobile-nav .navigation > ul > li .sub-menu li.menu-item-type-custom a:hover:after {
                  color: #ffffff; }
              .global-mobile-nav .navigation > ul > li .sub-menu li.menu-item-type-custom a:after {
                content: 'Training';
                position: absolute;
                left: 32px;
                top: 0;
                padding: 0 5px;
                transform: translateY(-50%);
                text-transform: uppercase;
                background: #465B78;
                color: #ffffff; }
              .global-mobile-nav .navigation > ul > li .sub-menu li.menu-item-type-custom a:before {
                /* use !important to prevent issues with browser extensions that change fonts */
                font-family: "icon" !important;
                speak: never;
                font-style: normal;
                font-weight: normal;
                font-variant: normal;
                text-transform: none;
                line-height: 1;
                /* Better Font Rendering =========== */
                -webkit-font-smoothing: antialiased;
                -moz-osx-font-smoothing: grayscale;
                content: "";
                position: absolute;
                right: 10px;
                left: auto;
                top: 50%;
                transform: translateY(-50%);
                height: auto;
                width: auto;
                background: none; }
      .global-mobile-nav .navigation > ul > li.current-menu-item .sub-menu, .global-mobile-nav .navigation > ul > li.current-menu-ancestor .sub-menu {
        display: block; }
      .global-mobile-nav .navigation > ul > li.current-menu-ancestor .sub-menu li.current-menu-item > a, .global-mobile-nav .navigation > ul > li.current-menu-ancestor .sub-menu li.current-page-ancestor > a, .global-mobile-nav .navigation > ul > li.current-page-ancestor .sub-menu li.current-menu-item > a, .global-mobile-nav .navigation > ul > li.current-page-ancestor .sub-menu li.current-page-ancestor > a {
        padding-left: 64px; }
        .global-mobile-nav .navigation > ul > li.current-menu-ancestor .sub-menu li.current-menu-item > a:before, .global-mobile-nav .navigation > ul > li.current-menu-ancestor .sub-menu li.current-page-ancestor > a:before, .global-mobile-nav .navigation > ul > li.current-page-ancestor .sub-menu li.current-menu-item > a:before, .global-mobile-nav .navigation > ul > li.current-page-ancestor .sub-menu li.current-page-ancestor > a:before {
          width: 3px;
          top: 16px;
          left: 32px;
          height: calc(100% - 16px); }
  .global-mobile-nav .navigation {
    width: 400px;
    height: 100%;
    padding-top: 0;
    background: #465B78; }
    @media only screen and (max-width: 1000px) {
      .global-mobile-nav .navigation {
        flex: 0 0 auto; } }
    @media (min-width: 0em) and (max-width: 48em) {
      .global-mobile-nav .navigation {
        padding-top: 0;
        width: 100%; } }
  .global-mobile-nav .shop {
    flex: 1 1 auto;
    display: flex;
    align-items: center;
    padding: 64px 32px 0 96px;
    position: relative; }
    @media only screen and (max-width: 1250px) {
      .global-mobile-nav .shop {
        padding-right: 32px; } }
    @media (min-width: 0em) and (max-width: 48em) {
      .global-mobile-nav .shop {
        padding: 32px 32px 0 32px;
        flex: 0 0 auto; } }
    @media only screen and (max-width: 600px) {
      .global-mobile-nav .shop {
        padding: 0 16px 0 16px; } }
    .global-mobile-nav .shop ul {
      padding: 0;
      min-width: 350px; }
      @media only screen and (max-width: 1000px) {
        .global-mobile-nav .shop ul {
          min-width: 1px; } }
      .global-mobile-nav .shop ul li {
        border-bottom: 0;
        padding: 27px 0; }
        @media (min-width: 0em) and (max-width: 48em) {
          .global-mobile-nav .shop ul li {
            padding: 16px 0; } }

/*.logged-in .global-mobile-nav {
    top: 126px !important;    
}    */
.mobile-overlayer {
  display: none;
  position: fixed;
  z-index: 100;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: transparent; }

.site-footer {
  background: #000000;
  padding: 96px 0 64px 0; }
  @media (min-width: 0em) and (max-width: 48em) {
    .site-footer {
      padding: 32px 0 0 0; } }
  .site-footer .wrapper {
    padding-left: calc(50% - 700px);
    padding-right: calc(50% - 700px);
    display: flex;
    justify-content: space-between; }
    @media only screen and (max-width: 1450px) {
      .site-footer .wrapper {
        padding-left: 32px;
        padding-right: 32px; } }
    @media only screen and (max-width: 600px) {
      .site-footer .wrapper {
        padding-left: 16px;
        padding-right: 16px; } }
    @media only screen and (max-width: 1250px) {
      .site-footer .wrapper {
        flex-wrap: wrap;
        justify-content: center; } }
    @media (min-width: 0em) and (max-width: 48em) {
      .site-footer .wrapper {
        flex-direction: column; } }
    .site-footer .wrapper > div {
      padding-right: 32px;
      flex: 1; }
      @media only screen and (max-width: 1000px) {
        .site-footer .wrapper > div {
          flex: 0 1 50%; } }
      @media (min-width: 0em) and (max-width: 48em) {
        .site-footer .wrapper > div {
          padding-right: 0; } }
      .site-footer .wrapper > div:last-child {
        padding-right: 0; }
      .site-footer .wrapper > div.util-column {
        flex: 0 1 300px; }
        @media only screen and (max-width: 1000px) {
          .site-footer .wrapper > div.util-column {
            flex: 0 1 50%; } }
      .site-footer .wrapper > div:nth-child(3n+2) h5 {
        border-color: #8CC63F; }
      .site-footer .wrapper > div:nth-child(3n) h5 {
        border-color: #008FA0; }
      .site-footer .wrapper > div:nth-child(3n+1) h5 {
        border-color: #FFA43D; }
  .site-footer p, .site-footer li, .site-footer td, .site-footer a:not(.btn), .site-footer h5 {
    color: #ffffff; }
  .site-footer a:hover {
    text-decoration: underline; }
  .site-footer h5 {
    text-transform: uppercase;
    padding: 5px 0 5px 29px;
    margin-bottom: 16px;
    border-left: 3px solid #FFA43D; }
  .site-footer .btn {
    min-width: 1px;
    width: 100%; }
    @media (min-width: 0em) and (max-width: 48em) {
      .site-footer .btn {
        max-width: 250px;
        margin-left: 32px;
        margin-right: 16px;
        width: calc(100% - 48px); } }
    .site-footer .btn.is-style-outline {
      border: 1px solid #ffffff !important;
      color: #ffffff;
      font-size: 18px;
      padding: 8px 20px;
      margin-right: 0; }
      .site-footer .btn.is-style-outline:hover, .site-footer .btn.is-style-outline:active, .site-footer .btn.is-style-outline:focus {
        background: #ffffff !important;
        color: #000000; }
  .site-footer p {
    font-size: 16px;
    position: relative; }
    .site-footer p.tel {
      padding-left: 96px; }
      @media (min-width: 0em) and (max-width: 48em) {
        .site-footer p.tel {
          padding-left: 32px; } }
      .site-footer p.tel:before {
        /* use !important to prevent issues with browser extensions that change fonts */
        font-family: "icon" !important;
        speak: never;
        font-style: normal;
        font-weight: normal;
        font-variant: normal;
        text-transform: none;
        line-height: 1;
        /* Better Font Rendering =========== */
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        content: "";
        font-size: 20px;
        position: absolute;
        left: 45px;
        top: 0; }
        @media (min-width: 0em) and (max-width: 48em) {
          .site-footer p.tel:before {
            left: 0; } }
      .site-footer p.tel a {
        padding-left: 0; }
        .site-footer p.tel a:before {
          display: none; }
    .site-footer p.address {
      text-transform: uppercase;
      padding-left: 96px;
      line-height: 1.3;
      font-weight: 500; }
      @media (min-width: 0em) and (max-width: 48em) {
        .site-footer p.address {
          padding-left: 32px; } }
      .site-footer p.address:before {
        /* use !important to prevent issues with browser extensions that change fonts */
        font-family: "icon" !important;
        speak: never;
        font-style: normal;
        font-weight: normal;
        font-variant: normal;
        text-transform: none;
        line-height: 1;
        /* Better Font Rendering =========== */
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        content: "";
        font-size: 20px;
        position: absolute;
        left: 45px;
        top: 0; }
        @media (min-width: 0em) and (max-width: 48em) {
          .site-footer p.address:before {
            left: 0; } }
    .site-footer p.util {
      padding-left: 96px;
      display: flex; }
      @media (min-width: 0em) and (max-width: 48em) {
        .site-footer p.util {
          padding-left: 32px; } }
      .site-footer p.util a {
        font-size: 12px;
        padding: 0 32px 0 0;
        text-decoration: underline; }
  .site-footer ul li {
    font-size: 16px;
    text-transform: uppercase;
    padding: 0 0 16px 32px; }
    .site-footer ul li:before {
      display: none; }
  .site-footer ul.social {
    display: flex;
    justify-content: center; }
    @media (min-width: 0em) and (max-width: 48em) {
      .site-footer ul.social {
        justify-content: flex-start;
        padding: 0 16px;
        max-width: 300px; } }
    @media only screen and (max-width: 400px) {
      .site-footer ul.social {
        justify-content: space-between; } }
    .site-footer ul.social li {
      padding: 0 16px;
      font-size: 32px; }
      .site-footer ul.social li a {
        font-size: 32px; }
      .site-footer ul.social li a:hover {
        text-decoration: none; }
      @media only screen and (max-width: 400px) {
        .site-footer ul.social li {
          padding: 0 8px; } }

img:not([src]) {
  opacity: 0; }

* {
  box-sizing: border-box; }

html, body {
  height: 100%; }

body {
  padding: 0;
  margin: 0;
  font-size: 16px;
  color: #121212;
  font-family: "Montserrat", "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif, "HelveticaNeueETW01-55Rg";
  background: #ffffff;
  -webkit-print-color-adjust: exact;
  overflow-y: scroll;
  overflow-x: hidden; }
  body.menu-open {
    /*main {
            opacity: 0.15;
        } */ }
    @media (min-width: 0em) and (max-width: 48em) {
      body.menu-open {
        position: fixed;
        width: 100%; } }
  body.modal-open {
    overflow: hidden; }


  p.is-style-small-text, li.is-style-small-text, td.is-style-small-text {
    font-size: 14px; }
  p.is-style-large-text, li.is-style-large-text, td.is-style-large-text {
    font-size: 28px; }
  @media (min-width: 0em) and (max-width: 48em) {
    p, li, td {
      font-size: 16px; } }

a {
  color: #121212;
  text-decoration: none;
  transition: all 0.3s ease; }
  a:hover {
    color: #121212;
    text-decoration: none; }

*:focus {
  outline: 0; }


  ul > li:last-child {
    padding-bottom: 0; }
  ul > li ul {
    margin: 16px 0 0 0; }
  ul > li ol {
    margin: 16px 0 0 20px; }

ol {
  margin-left: 20px; }
  ol li {
    padding-bottom: 16px; }
    ol li:last-child {
      padding-bottom: 0; }
  ol ul {
    margin: 16px 0 0 0; }
  ol ol {
    margin: 16px 0 0 20px; }

ol.custom {
  list-style: none;
  margin-left: 0;
  counter-reset: item; }
  ol.custom li {
    padding: 0 0 10px 0; }
    ol.custom li:before {
      content: counter(item) ". ";
      counter-increment: item;
      display: inline-block;
      width: 30px;
      height: 30px;
      font-size: 20px;
      border: 2px solid #000000;
      border-radius: 50%;
      padding: 4px;
      margin-right: 5px;
      text-align: center; }

img {
  max-width: 100%;
  height: auto;
  border: 0; }

h1, .is-style-h1 {
  color: #000000;
  font-family: Montserrat, Helvetica Neue, Helvetica, Roboto, Arial, sans-serif;
  font-size: 69px;
  margin: 0 0 32px 0;
  line-height: 1.1;
  letter-spacing: -0.72px; }
  h1 a, h1 a:hover, .is-style-h1 a, .is-style-h1 a:hover {
    color: inherit;
    border-bottom: none !important; }
  @media (min-width: 0em) and (max-width: 48em) {
    h1, .is-style-h1 {
      font-size: 61px; } }
  @media only screen and (max-width: 600px) {
    h1, .is-style-h1 {
      font-size: 35px; } }

h2, .is-style-h2 {
  color: #000000;
  font-family: Montserrat, Helvetica Neue, Helvetica, Roboto, Arial, sans-serif;
  font-size: 44px;
  line-height: 1.2;
  margin: 0 0 32px 0;
  letter-spacing: -0.72px;
  font-weight: 500; }
  h2 a, h2 a:hover, .is-style-h2 a, .is-style-h2 a:hover {
    color: inherit;
    border-bottom: none !important; }
  h2.is-style-bold, .is-style-h2.is-style-bold {
    font-weight: 700;
    margin: 0 0 10px 0; }
  @media (min-width: 0em) and (max-width: 48em) {
    h2, .is-style-h2 {
      font-size: 39px; } }
  @media only screen and (max-width: 600px) {
    h2, .is-style-h2 {
      font-size: 30px; } }

h3, .is-style-h3 {
  color: #000000;
  font-family: Montserrat, Helvetica Neue, Helvetica, Roboto, Arial, sans-serif;
  font-size: 28px;
  margin: 0 0 32px 0;
  line-height: 1.4;
  letter-spacing: -0.72px;
  font-weight: 500; }
  h3 a, h3 a:hover, .is-style-h3 a, .is-style-h3 a:hover {
    color: inherit;
    border-bottom: none !important; }
  @media (min-width: 0em) and (max-width: 48em) {
    h3, .is-style-h3 {
      font-size: 25px; } }
  @media only screen and (max-width: 600px) {
    h3, .is-style-h3 {
      font-size: 20px; } }

h4, .is-style-h4 {
  color: #121212;
  font-family: Montserrat, Helvetica Neue, Helvetica, Roboto, Arial, sans-serif;
  font-size: 22px;
  margin: 0 0 32px 0;
  line-height: 1.2;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: -0.72px; }
  h4.is-style-underline, .is-style-h4.is-style-underline {
    position: relative;
    margin-bottom: 40px; }
    h4.is-style-underline:after, .is-style-h4.is-style-underline:after {
      content: '';
      position: absolute;
      left: 0;
      bottom: -8px;
      width: 100%;
      border-bottom: 3px solid #008FA0; }
  h4 a, h4 a:hover, .is-style-h4 a, .is-style-h4 a:hover {
    color: inherit;
    border-bottom: none !important; }
  @media (min-width: 0em) and (max-width: 48em) {
    h4, .is-style-h4 {
      font-size: 20px; } }

h5, .is-style-h5 {
  color: #000000;
  font-family: Montserrat, Helvetica Neue, Helvetica, Roboto, Arial, sans-serif;
  font-size: 18px;
  line-height: 1.2;
  font-weight: 600;
  margin: 0 0 32px 0; }

.align-center {
  text-align: center; }

.align-right {
  text-align: right; }

.alignleft {
  float: left;
  margin: 0 32px 10px 0; }

.alignright {
  float: right;
  margin: 0 0 10px 32px; }

.upper {
  text-transform: uppercase; }

.hidden {
  display: none; }

.hidden-important {
  display: none !important; }

.page-wrap input[type="text"], .page-wrap input[type="password"], .page-wrap input[type="email"], .page-wrap input[type="tel"], .page-wrap textarea, .page-wrap select, .nf-form-content input:not([type="button"]), .nf-form-content input, .standards-search input {
  color: #121212;
  font-size: 16px;
  font-family: "Montserrat", "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif, "HelveticaNeueETW01-55Rg";
  box-shadow: none;
  border: 1px solid #000000;
  color: #000000;
  line-height: 45px;
  border-radius: 6px;
  padding: 0 16px;
  margin: 0 0 16px 0;
  background: #ffffff; }
  .page-wrap input[type="text"][type="submit"], .page-wrap input[type="text"][type="button"], .page-wrap input[type="password"][type="submit"], .page-wrap input[type="password"][type="button"], .page-wrap input[type="email"][type="submit"], .page-wrap input[type="email"][type="button"], .page-wrap input[type="tel"][type="submit"], .page-wrap input[type="tel"][type="button"], .page-wrap textarea[type="submit"], .page-wrap textarea[type="button"], .page-wrap select[type="submit"], .page-wrap select[type="button"], .nf-form-content input:not([type="button"])[type="submit"], .nf-form-content input:not([type="button"])[type="button"], .nf-form-content input[type="submit"], .nf-form-content input[type="button"], .standards-search input[type="submit"], .standards-search input[type="button"] {
    cursor: pointer;
    width: auto;
    height: auto;
    background: #FFA43D;
    border: 1px solid #FFA43D;
    text-transform: uppercase;
    font-weight: 500;
    color: #121212;
    padding: 0 20px; }
    .page-wrap input[type="text"][type="submit"]:hover, .page-wrap input[type="text"][type="button"]:hover, .page-wrap input[type="password"][type="submit"]:hover, .page-wrap input[type="password"][type="button"]:hover, .page-wrap input[type="email"][type="submit"]:hover, .page-wrap input[type="email"][type="button"]:hover, .page-wrap input[type="tel"][type="submit"]:hover, .page-wrap input[type="tel"][type="button"]:hover, .page-wrap textarea[type="submit"]:hover, .page-wrap textarea[type="button"]:hover, .page-wrap select[type="submit"]:hover, .page-wrap select[type="button"]:hover, .nf-form-content input:not([type="button"])[type="submit"]:hover, .nf-form-content input:not([type="button"])[type="button"]:hover, .nf-form-content input[type="submit"]:hover, .nf-form-content input[type="button"]:hover, .standards-search input[type="submit"]:hover, .standards-search input[type="button"]:hover {
      background: #FFA43D; }

.page-wrap label {
  padding: 0 25px 10px 0;
  display: inline-block; }

.page-wrap form {
  margin-bottom: 36px;
  flex-wrap: wrap; }

.page-wrap .woocommerce form {
  display: block; }

form.standards-search {
  display: flex;
  align-items: flex-end;
  flex-wrap: nowrap; }
  @media (min-width: 0em) and (max-width: 48em) {
    form.standards-search {
      flex-wrap: wrap; } }
  form.standards-search > div:first-child {
    flex: 1 1 auto; }
    @media (min-width: 0em) and (max-width: 48em) {
      form.standards-search > div:first-child {
        flex: 1 100%; } }
  form.standards-search > div:last-child {
    flex: 0 0 300px;
    padding-right: 0;
    position: relative; }
    @media (min-width: 0em) and (max-width: 48em) {
      form.standards-search > div:last-child {
        flex: 1 100%; } }
  form.standards-search > div {
    flex: 1 1 auto;
    padding: 0 25px 15px 0; }
    @media (min-width: 0em) and (max-width: 48em) {
      form.standards-search > div {
        padding-bottom: 0; } }
    form.standards-search > div input[type="text"] {
      height: 47px; }
    form.standards-search > div p {
      padding: 0 0 5px 0; }
    @media (min-width: 0em) and (max-width: 48em) {
      form.standards-search > div {
        flex: 1 100%;
        position: relative;
        padding-right: 0; }
        form.standards-search > div.btn-area:after, form.standards-search > div:nth-child(2):after {
          /* use !important to prevent issues with browser extensions that change fonts */
          font-family: "icon" !important;
          speak: never;
          font-style: normal;
          font-weight: normal;
          font-variant: normal;
          text-transform: none;
          line-height: 1;
          /* Better Font Rendering =========== */
          -webkit-font-smoothing: antialiased;
          -moz-osx-font-smoothing: grayscale;
          content: "";
          position: absolute;
          right: 15px;
          top: -50px;
          color: #FFA43D;
          font-size: 22px;
          pointer-events: none; }
        form.standards-search > div input[type="text"] {
          padding-right: 50px; }
        form.standards-search > div input[type="submit"] {
          float: right;
          background: none !important;
          color: #FFA43D;
          border: 0 !important;
          height: 47px;
          width: 47px;
          line-height: 47px;
          margin-top: -62px;
          padding: 0;
          margin-right: 1px;
          font-size: 0px; } }
  form.standards-search .load-more-container {
    position: absolute;
    right: 0;
    width: 100%;
    transform: translate(100%, calc(-100% - 15px)); }
    @media (min-width: 0em) and (max-width: 48em) {
      form.standards-search .load-more-container {
        transform: translate(0, -75px); } }

.standards-search select {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  appearance: none;
  outline: 0;
  box-shadow: none;
  border: 0 !important;
  background: transparent !important;
  border: 1px solid #000000 !important;
  background-image: none;
  padding: 0 15px;
  color: #000000;
  cursor: pointer;
  position: relative;
  z-index: 5; }

.standards-search select::-ms-expand {
  display: none; }

.standards-search .select {
  position: relative;
  display: flex;
  width: 100%;
  height: 47px;
  line-height: 47px;
  background: #f5f5f5;
  overflow: hidden;
  border-radius: 6px;
  margin: 0 0 16px 0; }

.standards-search .select::after {
  content: "";
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "icon" !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: absolute;
  top: 1px;
  right: 1px;
  padding: 0 15px;
  background: #f5f5f5;
  border-left: 1px solid #d0d0d0;
  color: #000000;
  height: 43px;
  line-height: 43px;
  cursor: pointer;
  pointer-events: none;
  border-radius: 0 6px 6px 0;
  transition: .25s all ease; }

.standards-search .select:hover::after {
  color: #7FADE4; }

.standards-search .select:before {
  content: '';
  position: absolute;
  top: 1px;
  left: 1px;
  padding: 0 15px;
  background: #f5f5f5;
  width: 100%;
  height: 100%; }

.expandable-content form {
  display: flex;
  flex-wrap: wrap; }
  .expandable-content form > div {
    width: 50%;
    padding-bottom: 32px; }
    .expandable-content form > div:nth-child(2n+1) {
      padding-right: 32px; }
      @media only screen and (max-width: 900px) {
        .expandable-content form > div:nth-child(2n+1) {
          padding-right: 0; } }
    .expandable-content form > div.submit {
      width: 100%;
      display: flex; }
    @media only screen and (max-width: 900px) {
      .expandable-content form > div {
        width: 100%; } }
  .expandable-content form label {
    padding: 0 0 5px 0; }
  .expandable-content form select {
    border: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    background: #fff url(../images/arrows.png) right center no-repeat;
    width: 100%;
    text-indent: 0.01px;
    text-overflow: "";
    font-size: 16px;
    padding: 0 70px 0 16px;
    height: 60px;
    line-height: 60px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    box-shadow: none;
    margin: 0;
    cursor: pointer; }
  .expandable-content form input[type="text"] {
    border: 0;
    height: 60px;
    line-height: 60px; }
  .expandable-content form p {
    clear: both;
    width: 100%; }
  .expandable-content form .load-more-container {
    width: auto;
    padding: 0; }
    .expandable-content form .load-more-container .fp-loading {
      width: 80px; }

.page-wrap .nf-field-container {
  margin: 0; }

.page-wrap .nf-form-content {
  max-width: 100%;
  margin: 0;
  padding: 0; }
  .page-wrap .nf-form-content .nf-field-label label {
    font-weight: 400; }
    .page-wrap .nf-form-content .nf-field-label label:before {
      border-radius: 6px; }
  .page-wrap .nf-form-content input:not([type="button"]) {
    border: 0;
    border-radius: 6px;
    height: 60px;
    line-height: 60px;
    padding: 0 16px;
    margin: 0 0 8px 0;
    background: #F2F2F2; }
  .page-wrap .nf-form-content input[type="button"], .page-wrap .nf-form-content input[type="button"]:hover, .page-wrap .nf-form-content input[type="button"]:active, .page-wrap .nf-form-content input[type="button"]:focus {
    background: #4277B6;
    border: 1px solid #4277B6;
    color: #ffffff !important;
    line-height: 60px;
    height: 60px;
    padding: 0 20px;
    min-width: 250px; }
    @media (min-width: 0em) and (max-width: 48em) {
      .page-wrap .nf-form-content input[type="button"], .page-wrap .nf-form-content input[type="button"]:hover, .page-wrap .nf-form-content input[type="button"]:active, .page-wrap .nf-form-content input[type="button"]:focus {
        width: 100%; } }
  .page-wrap .nf-form-content textarea {
    border: 0;
    padding: 0 16px;
    margin: 0 0 8px 0;
    background: #F2F2F2; }
  .page-wrap .nf-form-content .list-select-wrap .nf-field-element > div {
    background: #F2F2F2;
    border-radius: 6px;
    border: 0;
    height: 60px;
    line-height: 60px;
    padding: 0; }
    .page-wrap .nf-form-content .list-select-wrap .nf-field-element > div::after {
      height: 60px;
      line-height: 60px;
      right: 16px; }
  .page-wrap .nf-form-content select.ninja-forms-field:not([multiple]) {
    height: 60px;
    padding: 0 64px 0 16px;
    border: 0; }
  .page-wrap .nf-form-content .nf-error.field-wrap .nf-field-element::after {
    height: 60px;
    width: 60px;
    line-height: 60px;
    top: 0;
    right: 0; }
  .page-wrap .nf-form-content .nf-error .nf-error-msg {
    font-size: 12px; }
  .page-wrap .nf-form-content .nf-field-container {
    padding-bottom: 16px; }
  .page-wrap .nf-form-content nf-fields-wrap {
    display: flex;
    flex-wrap: wrap; }
    .page-wrap .nf-form-content nf-fields-wrap nf-field {
      width: 100%;
      padding-right: 32px; }
      @media (min-width: 0em) and (max-width: 48em) {
        .page-wrap .nf-form-content nf-fields-wrap nf-field {
          padding-right: 0; } }
      .page-wrap .nf-form-content nf-fields-wrap nf-field.half {
        width: 50%; }
        @media (min-width: 0em) and (max-width: 48em) {
          .page-wrap .nf-form-content nf-fields-wrap nf-field.half {
            width: 100%; } }

.page-wrap .listcheckbox-wrap .nf-field-element li:before, .page-wrap .list-radio-wrap .nf-field-element li:before {
  display: none; }

.page-wrap .listcheckbox-wrap .nf-field-element label, .page-wrap .list-radio-wrap .nf-field-element label {
  margin-left: 0 !important; }
  .page-wrap .listcheckbox-wrap .nf-field-element label::before, .page-wrap .list-radio-wrap .nf-field-element label::before {
    opacity: 1;
    border-radius: 6px; }

.page-wrap .checkbox-wrap label:after {
  border-radius: 6px !important; }

.page-wrap .list-radio-wrap .nf-field-element ul li label:before {
  top: 3px;
  left: 0;
  bottom: auto; }

.page-wrap .nf-before-form-content {
  margin: 0 0 25px 0; }

main > div > .nf-form-cont {
  margin-top: 96px; }
  @media (min-width: 0em) and (max-width: 48em) {
    main > div > .nf-form-cont {
      margin-top: 48px; } }

.page-wrap .content-block-frame[class*='background-color'] .nf-form-content input:not([type="button"]), .page-wrap .content-block-frame[class*='background-color'] .nf-form-content textarea, .page-wrap .content-block-frame[class*='background-color'] .nf-form-content .list-select-wrap .nf-field-element > div {
  background: #ffffff; }

.is-style-has-callout .nf-form-content input:not([type="button"]) {
  border: 1px solid #121212;
  height: 45px;
  line-height: 45px; }

.is-style-has-callout .nf-form-content input[type="button"], .is-style-has-callout .nf-form-content input[type="button"]:hover, .is-style-has-callout .nf-form-content input[type="button"]:active, .is-style-has-callout .nf-form-content input[type="button"]:focus {
  margin: 0;
  width: 100%;
  background: #FFA43D;
  border: 1px solid #FFA43D;
  color: #121212 !important;
  line-height: 45px;
  padding: 0 16px; }

.is-style-has-callout .nf-form-content .nf-field-container {
  padding-bottom: 0; }

.is-style-has-callout .nf-form-content nf-fields-wrap nf-field {
  padding-right: 0; }

.is-style-has-callout *::-moz-placeholder {
  color: #000000; }

.is-style-has-callout ::-webkit-input-placeholder {
  color: #000000; }

.is-style-has-callout :-ms-input-placeholder {
  color: #000000; }

*::-moz-placeholder {
  color: #CBCBCB; }

::-webkit-input-placeholder {
  color: #CBCBCB; }

:-ms-input-placeholder {
  color: #CBCBCB; }

.invisible {
  opacity: 0; }

.clearit {
  clear: both;
  padding: 0;
  height: 1px;
  line-height: 1px; }

sup, sub {
  vertical-align: baseline;
  position: relative;
  top: -.6em;
  font-size: 10px; }

.show-desktop {
  display: block; }
  @media (min-width: 0em) and (max-width: 48em) {
    .show-desktop {
      display: none; } }

.show-mobile {
  display: none; }
  @media (min-width: 0em) and (max-width: 48em) {
    .show-mobile {
      display: block; } }

/* layout */
.page-wrap {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  min-height: 100vh;
  width: 100%; }
  .page-wrap header {
    flex-shrink: 0;
    -webkit-flex-shrink: 0; }
  
    
      @media only screen and (max-width: 1450px) {
        .page-wrap main:not(#main) > div {
          padding-left: calc(50% - 600px + 96px);
          padding-right: calc(50% - 600px + 96px); } }
      @media only screen and (max-width: 1250px) {
        .page-wrap main:not(#main) > div {
          padding-left: 132px;
          padding-right: 132px; } }
      @media (min-width: 0em) and (max-width: 48em) {
        .page-wrap main:not(#main) > div {
          padding-left: 32px;
          padding-right: 32px; } }
      @media only screen and (max-width: 600px) {
        .page-wrap main:not(#main) > div {
          padding: 0 16px; } }
  .page-wrap footer {
    flex-shrink: 0;
    -webkit-flex-shrink: 0; }

@media (min-width: 48.063em) {
  .fixMinHeight {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 100%; } }

.wrapper {
  /*@include set-wrapper($wrapper-padding, $row-max);   */
  transition: padding ease 0.3s; }

main > div .full, main > div .alignfull:not(.wp-block-buttons), .woocommerce-account.logged-in main > div .woocommerce {
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  max-width: 100vw;
  width: 100vw;
  /*.alignwide, .wide {
        margin-left: calc(25% - 25vw);
        margin-right: calc(25% - 25vw);
        max-width: 100vw;
        margin-bottom: $global-spacing;
        @media only screen and (max-width: $row-max) {   
            margin-left: -16px;
            margin-right: -16px;     
        }
        .wrapper  {       
            padding-left: calc(50% - 600px );  
            padding-right: calc(50% - 600px ); 
            @media only screen and (max-width: $row-max) {   
                padding-left: $wrapper-padding-mobile;
                padding-right: $wrapper-padding-mobile;
            }       
        }  
    }  */ }
  main > div .full > .wrapper, main > div .full .woocommerce-MyAccount-content, main > div .alignfull:not(.wp-block-buttons) > .wrapper, main > div .alignfull:not(.wp-block-buttons) .woocommerce-MyAccount-content, .woocommerce-account.logged-in main > div .woocommerce > .wrapper, .woocommerce-account.logged-in main > div .woocommerce .woocommerce-MyAccount-content {
    padding-left: calc(50% - 600px);
    padding-right: calc(50% - 600px); }
    main > div .full > .wrapper .woocommerce-customer-details--phone, main > div .full .woocommerce-MyAccount-content .woocommerce-customer-details--phone, main > div .alignfull:not(.wp-block-buttons) > .wrapper .woocommerce-customer-details--phone, main > div .alignfull:not(.wp-block-buttons) .woocommerce-MyAccount-content .woocommerce-customer-details--phone, .woocommerce-account.logged-in main > div .woocommerce > .wrapper .woocommerce-customer-details--phone, .woocommerce-account.logged-in main > div .woocommerce .woocommerce-MyAccount-content .woocommerce-customer-details--phone {
      margin: 10px 0 5px 30px; }
    main > div .full > .wrapper .woocommerce-customer-details--email, main > div .full .woocommerce-MyAccount-content .woocommerce-customer-details--email, main > div .alignfull:not(.wp-block-buttons) > .wrapper .woocommerce-customer-details--email, main > div .alignfull:not(.wp-block-buttons) .woocommerce-MyAccount-content .woocommerce-customer-details--email, .woocommerce-account.logged-in main > div .woocommerce > .wrapper .woocommerce-customer-details--email, .woocommerce-account.logged-in main > div .woocommerce .woocommerce-MyAccount-content .woocommerce-customer-details--email {
      margin: 0px 0 5px 30px; }
    @media only screen and (max-width: 1450px) {
      main > div .full > .wrapper, main > div .full .woocommerce-MyAccount-content, main > div .alignfull:not(.wp-block-buttons) > .wrapper, main > div .alignfull:not(.wp-block-buttons) .woocommerce-MyAccount-content, .woocommerce-account.logged-in main > div .woocommerce > .wrapper, .woocommerce-account.logged-in main > div .woocommerce .woocommerce-MyAccount-content {
        padding-left: calc(50% - 600px + 96px);
        padding-right: calc(50% - 600px + 96px); } }
    @media only screen and (max-width: 1250px) {
      main > div .full > .wrapper, main > div .full .woocommerce-MyAccount-content, main > div .alignfull:not(.wp-block-buttons) > .wrapper, main > div .alignfull:not(.wp-block-buttons) .woocommerce-MyAccount-content, .woocommerce-account.logged-in main > div .woocommerce > .wrapper, .woocommerce-account.logged-in main > div .woocommerce .woocommerce-MyAccount-content {
        padding-left: 132px;
        padding-right: 132px; } }
    @media (min-width: 0em) and (max-width: 48em) {
      main > div .full > .wrapper, main > div .full .woocommerce-MyAccount-content, main > div .alignfull:not(.wp-block-buttons) > .wrapper, main > div .alignfull:not(.wp-block-buttons) .woocommerce-MyAccount-content, .woocommerce-account.logged-in main > div .woocommerce > .wrapper, .woocommerce-account.logged-in main > div .woocommerce .woocommerce-MyAccount-content {
        padding-left: 32px;
        padding-right: 32px; } }
    @media only screen and (max-width: 600px) {
      main > div .full > .wrapper, main > div .full .woocommerce-MyAccount-content, main > div .alignfull:not(.wp-block-buttons) > .wrapper, main > div .alignfull:not(.wp-block-buttons) .woocommerce-MyAccount-content, .woocommerce-account.logged-in main > div .woocommerce > .wrapper, .woocommerce-account.logged-in main > div .woocommerce .woocommerce-MyAccount-content {
        padding-left: 16px;
        padding-right: 16px; } }
    main > div .full > .wrapper .wrapper, main > div .full .woocommerce-MyAccount-content .wrapper, main > div .alignfull:not(.wp-block-buttons) > .wrapper .wrapper, main > div .alignfull:not(.wp-block-buttons) .woocommerce-MyAccount-content .wrapper, .woocommerce-account.logged-in main > div .woocommerce > .wrapper .wrapper, .woocommerce-account.logged-in main > div .woocommerce .woocommerce-MyAccount-content .wrapper {
      padding: 0; }

.full .rich-heading.full {
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  max-width: 100vw;
  width: 100vw; }
  .full .rich-heading.full .wrapper {
    padding-left: calc(50% - 600px);
    padding-right: calc(50% - 600px); }
    @media only screen and (max-width: 1450px) {
      .full .rich-heading.full .wrapper {
        padding-left: calc(50% - 600px + 96px);
        padding-right: calc(50% - 600px + 96px); } }
    @media only screen and (max-width: 1250px) {
      .full .rich-heading.full .wrapper {
        padding-left: 132px;
        padding-right: 132px; } }
    @media (min-width: 0em) and (max-width: 48em) {
      .full .rich-heading.full .wrapper {
        padding-left: 32px;
        padding-right: 32px; } }
    @media only screen and (max-width: 600px) {
      .full .rich-heading.full .wrapper {
        padding-left: 16px;
        padding-right: 16px; } }

figure.wp-block-embed, figure.wp-block-table {
  margin-bottom: 32px; }

.page-wrap figure.wp-block-embed, .page-wrap figure.wp-block-table {
  margin: 0 0 96px 0; }

.wp-block-quote, blockquote {
  margin: 0 0 32px 0;
  padding: 0;
  border: 0; }
  .wp-block-quote p, blockquote p {
    font-size: 30px;
    font-weight: 500;
    color: #4DB1BD; }
  .wp-block-quote cite, blockquote cite {
    font-weight: 300;
    font-style: normal; }

.wp-block-separator, hr {
  border: 0;
  border-top: 1px solid #626475;
  margin-bottom: 32px;
  opacity: 1;
  width: 100% !important; }
  .wp-block-separator.is-style-wide, hr.is-style-wide {
    max-width: 100vw; }

.has-navy-background-color hr, .has-navy-background-color .wp-block-separator {
  border-top: 1px solid #ffffff; }

.wp-block-image figure {
  margin: 0 0 32px 0; }
  .wp-block-image figure.alignleft {
    margin: 0 32px 32px 0; }
    @media (min-width: 0em) and (max-width: 48em) {
      .wp-block-image figure.alignleft {
        float: none;
        margin-right: 0; } }
  .wp-block-image figure.alignright {
    margin: 0 0 32px 32px; }
    @media (min-width: 0em) and (max-width: 48em) {
      .wp-block-image figure.alignright {
        float: none;
        margin-left: 0; } }

.wp-block-image {
  margin: 0 0 32px 0; }

.wp-block-columns {
  margin-bottom: 0; }
  .wp-block-columns .wp-block-column:not(:first-child) {
    padding-left: 32px;
    margin-left: 0; }
    @media (min-width: 0em) and (max-width: 48em) {
      .wp-block-columns .wp-block-column:not(:first-child) {
        padding-left: 0; } }
  @media (min-width: 0em) and (max-width: 48em) {
    .wp-block-columns {
      display: block; } }

figure.wp-block-table, .wp-block-table, .woocommerce-account .woocommerce-orders-table, .woocommerce-table--order-downloads, .woocommerce-table--order-details {
  border-collapse: collapse; }
  figure.wp-block-table th, .wp-block-table th, .woocommerce-account .woocommerce-orders-table th, .woocommerce-table--order-downloads th, .woocommerce-table--order-details th {
    background: #028EA5;
    color: #ffffff;
    text-align: left;
    padding: 16px; }
    figure.wp-block-table th a, .wp-block-table th a, .woocommerce-account .woocommerce-orders-table th a, .woocommerce-table--order-downloads th a, .woocommerce-table--order-details th a {
      color: #ffffff;
      border: 0;
      display: inline-block; }
      figure.wp-block-table th a.asc, figure.wp-block-table th a.desc, .wp-block-table th a.asc, .wp-block-table th a.desc, .woocommerce-account .woocommerce-orders-table th a.asc, .woocommerce-account .woocommerce-orders-table th a.desc, .woocommerce-table--order-downloads th a.asc, .woocommerce-table--order-downloads th a.desc, .woocommerce-table--order-details th a.asc, .woocommerce-table--order-details th a.desc {
        padding-right: 25px;
        position: relative; }
        figure.wp-block-table th a.asc:after, figure.wp-block-table th a.desc:after, .wp-block-table th a.asc:after, .wp-block-table th a.desc:after, .woocommerce-account .woocommerce-orders-table th a.asc:after, .woocommerce-account .woocommerce-orders-table th a.desc:after, .woocommerce-table--order-downloads th a.asc:after, .woocommerce-table--order-downloads th a.desc:after, .woocommerce-table--order-details th a.asc:after, .woocommerce-table--order-details th a.desc:after {
          content: '';
          position: absolute;
          right: 0;
          top: 50%;
          transform: translateY(-50%);
          font-size: 20px; }
      figure.wp-block-table th a.asc:after, .wp-block-table th a.asc:after, .woocommerce-account .woocommerce-orders-table th a.asc:after, .woocommerce-table--order-downloads th a.asc:after, .woocommerce-table--order-details th a.asc:after {
        /* use !important to prevent issues with browser extensions that change fonts */
        font-family: "icon" !important;
        speak: never;
        font-style: normal;
        font-weight: normal;
        font-variant: normal;
        text-transform: none;
        line-height: 1;
        /* Better Font Rendering =========== */
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        content: ""; }
      figure.wp-block-table th a.desc:after, .wp-block-table th a.desc:after, .woocommerce-account .woocommerce-orders-table th a.desc:after, .woocommerce-table--order-downloads th a.desc:after, .woocommerce-table--order-details th a.desc:after {
        /* use !important to prevent issues with browser extensions that change fonts */
        font-family: "icon" !important;
        speak: never;
        font-style: normal;
        font-weight: normal;
        font-variant: normal;
        text-transform: none;
        line-height: 1;
        /* Better Font Rendering =========== */
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        content: ""; }
    @media (min-width: 0em) and (max-width: 48em) {
      figure.wp-block-table th, .wp-block-table th, .woocommerce-account .woocommerce-orders-table th, .woocommerce-table--order-downloads th, .woocommerce-table--order-details th {
        display: block;
        width: 100%; } }
  figure.wp-block-table td, .wp-block-table td, .woocommerce-account .woocommerce-orders-table td, .woocommerce-table--order-downloads td, .woocommerce-table--order-details td {
    border-bottom: 1px solid #C4C4C4;
    padding: 13px;
    text-align: left;
    font-size: 16px;
    font-weight: 300; }
    figure.wp-block-table td a, .wp-block-table td a, .woocommerce-account .woocommerce-orders-table td a, .woocommerce-table--order-downloads td a, .woocommerce-table--order-details td a {
      border: none; }
      figure.wp-block-table td a:hover, .wp-block-table td a:hover, .woocommerce-account .woocommerce-orders-table td a:hover, .woocommerce-table--order-downloads td a:hover, .woocommerce-table--order-details td a:hover {
        text-decoration: underline; }
    figure.wp-block-table td:first-child, .wp-block-table td:first-child, .woocommerce-account .woocommerce-orders-table td:first-child, .woocommerce-table--order-downloads td:first-child, .woocommerce-table--order-details td:first-child {
      font-weight: 400; }
      @media (min-width: 0em) and (max-width: 48em) {
        figure.wp-block-table td:first-child, .wp-block-table td:first-child, .woocommerce-account .woocommerce-orders-table td:first-child, .woocommerce-table--order-downloads td:first-child, .woocommerce-table--order-details td:first-child {
          font-weight: 500;
          font-size: 20px; } }
    @media (min-width: 0em) and (max-width: 48em) {
      figure.wp-block-table td, .wp-block-table td, .woocommerce-account .woocommerce-orders-table td, .woocommerce-table--order-downloads td, .woocommerce-table--order-details td {
        display: block;
        width: 100%;
        border: 0;
        font-size: 14px;
        border-bottom: 1px solid #C4C4C4; }
        figure.wp-block-table td:last-child, .wp-block-table td:last-child, .woocommerce-account .woocommerce-orders-table td:last-child, .woocommerce-table--order-downloads td:last-child, .woocommerce-table--order-details td:last-child {
          border: 0; } }
  figure.wp-block-table thead tr, .wp-block-table thead tr, .woocommerce-account .woocommerce-orders-table thead tr, .woocommerce-table--order-downloads thead tr, .woocommerce-table--order-details thead tr {
    background: #028EA5; }
    @media (min-width: 0em) and (max-width: 48em) {
      figure.wp-block-table thead tr, .wp-block-table thead tr, .woocommerce-account .woocommerce-orders-table thead tr, .woocommerce-table--order-downloads thead tr, .woocommerce-table--order-details thead tr {
        display: block;
        padding: 25px; }
        figure.wp-block-table thead tr th, .wp-block-table thead tr th, .woocommerce-account .woocommerce-orders-table thead tr th, .woocommerce-table--order-downloads thead tr th, .woocommerce-table--order-details thead tr th {
          padding: 5px 0;
          text-align: center; }
          figure.wp-block-table thead tr th:not(:first-child), .wp-block-table thead tr th:not(:first-child), .woocommerce-account .woocommerce-orders-table thead tr th:not(:first-child), .woocommerce-table--order-downloads thead tr th:not(:first-child), .woocommerce-table--order-details thead tr th:not(:first-child) {
            font-size: 14px;
            font-weight: 300; } }
  figure.wp-block-table tbody tr, .wp-block-table tbody tr, .woocommerce-account .woocommerce-orders-table tbody tr, .woocommerce-table--order-downloads tbody tr, .woocommerce-table--order-details tbody tr {
    border-bottom: 1px solid #ddd; }
    figure.wp-block-table tbody tr:hover, .wp-block-table tbody tr:hover, .woocommerce-account .woocommerce-orders-table tbody tr:hover, .woocommerce-table--order-downloads tbody tr:hover, .woocommerce-table--order-details tbody tr:hover {
      background: #BBBBBB; }
    figure.wp-block-table tbody tr:nth-child(2n), .wp-block-table tbody tr:nth-child(2n), .woocommerce-account .woocommerce-orders-table tbody tr:nth-child(2n), .woocommerce-table--order-downloads tbody tr:nth-child(2n), .woocommerce-table--order-details tbody tr:nth-child(2n) {
      background: #DDF1F4; }
      figure.wp-block-table tbody tr:nth-child(2n):hover, .wp-block-table tbody tr:nth-child(2n):hover, .woocommerce-account .woocommerce-orders-table tbody tr:nth-child(2n):hover, .woocommerce-table--order-downloads tbody tr:nth-child(2n):hover, .woocommerce-table--order-details tbody tr:nth-child(2n):hover {
        background: #BBBBBB; }
    @media (min-width: 0em) and (max-width: 48em) {
      figure.wp-block-table tbody tr, .wp-block-table tbody tr, .woocommerce-account .woocommerce-orders-table tbody tr, .woocommerce-table--order-downloads tbody tr, .woocommerce-table--order-details tbody tr {
        display: block;
        padding: 0; } }
  figure.wp-block-table figcaption, .wp-block-table figcaption, .woocommerce-account .woocommerce-orders-table figcaption, .woocommerce-table--order-downloads figcaption, .woocommerce-table--order-details figcaption {
    padding: 8px 0;
    font-size: 14px;
    font-style: italic; }

.woocommerce-checkout .woocommerce-table--order-details th {
  background: none;
  color: #121212; }

.woocommerce-checkout .woocommerce-table--order-details thead tr {
  background: none; }

.woocommerce-checkout .woocommerce-table--order-details tbody tr:hover {
  background: none; }

.wp-block-gallery li {
  padding-left: 0; }
  .wp-block-gallery li:before {
    display: none; }

.main-hero {
  position: relative;
  display: flex;
  background: #000000;
  max-height: 600px; }
  .main-hero:after {
    content: '';
    width: 1px;
    padding-bottom: 30%; }
  .main-hero .img {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center top;
    background-repeat: no-repeat; }
    .main-hero .img:after {
      content: '';
      position: absolute;
      left: 0;
      top: 0;
      width: 100%;
      height: 100%;
      background: linear-gradient(to right, #028EA5 15%, transparent); }
  .main-hero .wrapper {
    /*padding-left: calc(50% - 700px ) !important;  
       padding-right: calc(50% - 700px ) !important;  
      
       @media only screen and (max-width: $row-max-l) {   
            padding-left: 32px !important;  
            padding-right:  32px !important;
       } 
          
       @media only screen and (max-width: 600px) {   
            padding-left: $wrapper-padding-mobile !important;
            padding-right: $wrapper-padding-mobile !important;
        }  */
    width: 100%;
    position: relative;
    z-index: 11;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding-top: 64px;
    padding-bottom: 32px; }
    .main-hero .wrapper p, .main-hero .wrapper h1, .main-hero .wrapper h2, .main-hero .wrapper h3 {
      color: #ffffff;
      max-width: 800px; }
    .main-hero .wrapper .btn {
      margin-bottom: 16px; }
  .main-hero.is-style-short .wrapper h1, .main-hero.is-style-short .wrapper p {
    text-align: left;
    max-width: 1000px; }
  @media only screen and (max-width: 1250px) {
    .main-hero.is-style-short .wrapper {
      padding-right: 200px !important; } }
  @media only screen and (max-width: 600px) {
    .main-hero.is-style-short .wrapper {
      padding-right: 32px !important; } }
  .main-hero.is-style-short .wrapper:only-child {
    background: #465B78; }
    .main-hero.is-style-short .wrapper:only-child .btn.is-style-outline, .main-hero.is-style-short .wrapper:only-child .btn.is-style-arrow, .main-hero.is-style-short .wrapper:only-child .btn.is-style-outline:hover, .main-hero.is-style-short .wrapper:only-child .btn.is-style-arrow:hover {
      color: #ffffff !important; }
    @media only screen and (max-width: 1250px) {
      .main-hero.is-style-short .wrapper:only-child {
        padding-right: 32px !important; } }
  .main-hero.is-style-short .img {
    left: auto;
    right: 0;
    width: 35%;
    min-width: 700px;
    z-index: 10;
    background-position: right top; }
    .main-hero.is-style-short .img:after {
      background: linear-gradient(to right, #000000, transparent); }
      @media (min-width: 0em) and (max-width: 48em) {
        .main-hero.is-style-short .img:after {
          background: rgba(0, 0, 0, 0.7);
          mix-blend-mode: multiply; } }
  .main-hero.is-style-short:after {
    padding-bottom: 16%; }
  .main-hero .crumb a {
    border: none;
    text-transform: uppercase;
    color: #ffffff; }
    .main-hero .crumb a:hover {
      border-bottom: 1px solid #FFA43D; }

.branding-about .main-hero {
  background: #465B78; }
  .branding-about .main-hero .img:after {
    background: linear-gradient(to right, #465B78 35%, transparent); }
  .branding-about .main-hero.is-style-short .wrapper:only-child {
    background: #465B78; }
  .branding-about .main-hero.is-style-short .img:after {
    background: linear-gradient(to right, #465B78, transparent); }
    @media (min-width: 0em) and (max-width: 48em) {
      .branding-about .main-hero.is-style-short .img:after {
        background: rgba(70, 91, 120, 0.9);
        mix-blend-mode: multiply; } }

.search .main-hero, .search .main-hero.is-style-short .wrapper:only-child, .search-results .main-hero, .search-results .main-hero.is-style-short .wrapper:only-child {
  background: #000000 !important; }

.search-result-count {
  margin: 0 0 32px 0; }

@media (min-width: 0em) and (max-width: 48em) {
  .woocommerce-result-count {
    padding: 0; } }

.branding-resources .main-hero {
  background: #028EA5; }
  .branding-resources .main-hero .img:after {
    background: linear-gradient(to right, #028EA5 35%, transparent); }
  .branding-resources .main-hero.is-style-short .wrapper:only-child {
    background: #028EA5; }
  .branding-resources .main-hero.is-style-short .img:after {
    background: linear-gradient(to right, #028EA5, transparent); }

@media (min-width: 0em) and (max-width: 48em) and (min-width: 0em) and (max-width: 48em) {
  .branding-resources .main-hero.is-style-short .img:after {
    background: rgba(2, 142, 165, 0.9);
    mix-blend-mode: multiply; } }

.branding-membership .main-hero {
  background: #626475; }
  .branding-membership .main-hero .img:after {
    background: linear-gradient(to right, #626475 40%, transparent); }
  .branding-membership .main-hero.is-style-short .wrapper:only-child {
    background: #626475; }
  .branding-membership .main-hero.is-style-short .img:after {
    background: linear-gradient(to right, #626475, transparent); }
    @media (min-width: 0em) and (max-width: 48em) {
      .branding-membership .main-hero.is-style-short .img:after {
        background: rgba(98, 100, 117, 0.9);
        mix-blend-mode: multiply; } }

.branding-conferences .main-hero {
  background: #4277B6; }
  .branding-conferences .main-hero .img:after {
    background: linear-gradient(to right, #4277B6 35%, transparent); }
  .branding-conferences .main-hero.is-style-short .wrapper:only-child {
    background: #4277B6; }
  .branding-conferences .main-hero.is-style-short .img:after {
    background: linear-gradient(to right, #4277B6, transparent); }

@media (min-width: 0em) and (max-width: 48em) and (min-width: 0em) and (max-width: 48em) {
  .branding-conferences .main-hero.is-style-short .img:after {
    background: rgba(66, 119, 182, 0.9);
    mix-blend-mode: multiply; } }

.branding-news .main-hero {
  background: #263C5A; }
  .branding-news .main-hero .img:after {
    background: linear-gradient(to right, #263C5A 35%, transparent); }
  .branding-news .main-hero.is-style-short .wrapper:only-child {
    background: #263C5A; }
  .branding-news .main-hero.is-style-short .img:after {
    background: linear-gradient(to right, #263C5A, transparent); }
    @media (min-width: 0em) and (max-width: 48em) {
      .branding-news .main-hero.is-style-short .img:after {
        background: linear-gradient(to right, #263C5A 0, #263C5A 350px, transparent); } }
  @media (min-width: 0em) and (max-width: 48em) and (min-width: 0em) and (max-width: 48em) {
    .branding-news .main-hero.is-style-short .img:after {
      background: rgba(38, 60, 90, 0.9);
      mix-blend-mode: multiply; } }

.home .main-hero {
  max-height: 100%;
  background: #ffffff; }
  .home .main-hero .wrapper {
    padding-bottom: 364px;
    padding-top: 140px;
    padding-left: calc(50% - 600px) !important;
    padding-right: calc(50% - 600px) !important; }
    @media only screen and (max-width: 1250px) {
      .home .main-hero .wrapper {
        padding-left: 132px !important;
        padding-right: 132px !important; } }
    @media (min-width: 0em) and (max-width: 48em) {
      .home .main-hero .wrapper {
        padding-bottom: 300px;
        padding-top: 64px;
        padding-left: 32px !important;
        padding-right: 32px !important; } }
    @media only screen and (max-width: 600px) {
      .home .main-hero .wrapper {
        padding-left: 16px !important;
        padding-right: 16px !important; } }
  .home .main-hero .btn {
    padding: 8px 30px; }
  .home .main-hero:after {
    padding-bottom: 36%; }
  .home .main-hero .img {
    clip-path: polygon(0 50%, 0 0, 100% 0, 100% 100%, calc(50% - 550px) 100%); }
    @media only screen and (max-width: 1250px) {
      .home .main-hero .img {
        clip-path: polygon(0 70%, 0 0, 100% 0, 100% 100%, calc(50% - 300px) 100%); } }
    @media (min-width: 0em) and (max-width: 48em) {
      .home .main-hero .img {
        clip-path: polygon(0 80%, 0 0, 100% 0, 100% 100%, calc(50% - 250px) 100%); } }
    @media only screen and (max-width: 600px) {
      .home .main-hero .img {
        clip-path: unset; } }
    .home .main-hero .img:after {
      content: '';
      position: absolute;
      left: 0;
      top: 0;
      width: 100%;
      height: 100%;
      background: rgba(0, 0, 0, 0.6); }

.main-hero + * {
  margin-top: 96px !important; }
  @media (min-width: 0em) and (max-width: 48em) {
    .main-hero + * {
      margin-top: 48px !important; } }

.main-hero + .back, .main-hero + .subnav, .main-hero + .is-style-page-anchors, .main-hero + .crumb {
  margin-top: 36px !important; }
  @media (min-width: 0em) and (max-width: 48em) {
    .main-hero + .back, .main-hero + .subnav, .main-hero + .is-style-page-anchors, .main-hero + .crumb {
      margin-top: 36px !important; } }

.main-hero + .tabs.is-style-tab-navigation {
  margin-top: 0 !important; }

.dues-calculator .wrapper form div {
  width: 100%; }

.dues-calculator .wrapper > div {
  display: flex;
  width: 100%; }
  .dues-calculator .wrapper > div input[type="text"] {
    background: #f1f1f1; }
  @media (min-width: 0em) and (max-width: 48em) {
    .dues-calculator .wrapper > div {
      display: block; } }
  .dues-calculator .wrapper > div > div {
    padding-right: 25px; }
    @media (min-width: 0em) and (max-width: 48em) {
      .dues-calculator .wrapper > div > div {
        padding-right: 0; } }

.content-block-frame {
  padding-top: 96px;
  padding-bottom: 64px;
  min-height: 296px;
  background-size: cover;
  display: flex;
  align-items: center;
  justify-content: center; }
  @media (min-width: 0em) and (max-width: 48em) {
    .content-block-frame {
      padding-top: 32px;
      padding-bottom: 1px;
      min-height: 150px; } }
  .content-block-frame .wrapper {
    width: 100%; }
  .content-block-frame.has-navy-background-color {
    background-color: #465B78; }
  .content-block-frame.full.has-navy-background-color {
    background-image: url(../images/tubes.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover; }
  .content-block-frame.has-light-green-background-color {
    background: #EBF5DD; }
  .content-block-frame.has-light-blue-background-color {
    background: #DDF1F4; }
  .content-block-frame.has-light-grey-background-color {
    background: #F2F2F2; }
  .content-block-frame.is-style-up {
    background: #ffffff;
    position: relative;
    z-index: 30;
    border-top-right-radius: 300px 300px;
    margin-top: -270px !important;
    min-height: 300px;
    padding-top: 64px !important;
    padding-bottom: 0 !important; }
    .content-block-frame.is-style-up > .wrapper {
      padding-right: 100px;
      padding-left: 96px; }
      @media only screen and (max-width: 1250px) {
        .content-block-frame.is-style-up > .wrapper {
          padding-left: 92px; } }
      @media (min-width: 0em) and (max-width: 48em) {
        .content-block-frame.is-style-up > .wrapper {
          padding-left: 32px; } }
      @media only screen and (max-width: 600px) {
        .content-block-frame.is-style-up > .wrapper {
          padding-right: 50px;
          padding-left: 16px; } }
    @media (min-width: 0em) and (max-width: 48em) {
      .content-block-frame.is-style-up {
        margin-left: -16px;
        margin-right: -16px;
        border-top-right-radius: 200px 200px; } }
  .content-block-frame:not(.full) {
    padding-top: 96px;
    padding-bottom: 64px;
    margin-left: -96px;
    margin-right: -96px; }
    @media (min-width: 0em) and (max-width: 48em) {
      .content-block-frame:not(.full) {
        padding-top: 32px;
        padding-bottom: 0;
        margin-left: -32px;
        margin-right: -32px; } }
    @media only screen and (max-width: 600px) {
      .content-block-frame:not(.full) {
        margin-left: -16px;
        margin-right: -16px; } }
    .content-block-frame:not(.full).has-navy-background-color, .content-block-frame:not(.full).has-light-green-background-color, .content-block-frame:not(.full).has-light-blue-background-color, .content-block-frame:not(.full).has-light-grey-background-color {
      border-radius: 6px;
      margin-bottom: 96px; }
      @media (min-width: 0em) and (max-width: 48em) {
        .content-block-frame:not(.full).has-navy-background-color, .content-block-frame:not(.full).has-light-green-background-color, .content-block-frame:not(.full).has-light-blue-background-color, .content-block-frame:not(.full).has-light-grey-background-color {
          margin-left: -32px;
          margin-right: -32px;
          margin-bottom: 0; } }
      @media only screen and (max-width: 600px) {
        .content-block-frame:not(.full).has-navy-background-color, .content-block-frame:not(.full).has-light-green-background-color, .content-block-frame:not(.full).has-light-blue-background-color, .content-block-frame:not(.full).has-light-grey-background-color {
          margin-left: -16px;
          margin-right: -16px; } }
      .content-block-frame:not(.full).has-navy-background-color > .wrapper, .content-block-frame:not(.full).has-light-green-background-color > .wrapper, .content-block-frame:not(.full).has-light-blue-background-color > .wrapper, .content-block-frame:not(.full).has-light-grey-background-color > .wrapper {
        padding-left: 96px;
        padding-right: 96px; }
        @media only screen and (max-width: 1250px) {
          .content-block-frame:not(.full).has-navy-background-color > .wrapper, .content-block-frame:not(.full).has-light-green-background-color > .wrapper, .content-block-frame:not(.full).has-light-blue-background-color > .wrapper, .content-block-frame:not(.full).has-light-grey-background-color > .wrapper {
            padding-left: 96px;
            padding-right: 96px; } }
        @media (min-width: 0em) and (max-width: 48em) {
          .content-block-frame:not(.full).has-navy-background-color > .wrapper, .content-block-frame:not(.full).has-light-green-background-color > .wrapper, .content-block-frame:not(.full).has-light-blue-background-color > .wrapper, .content-block-frame:not(.full).has-light-grey-background-color > .wrapper {
            padding-left: 32px;
            padding-right: 32px; } }
        @media only screen and (max-width: 600px) {
          .content-block-frame:not(.full).has-navy-background-color > .wrapper, .content-block-frame:not(.full).has-light-green-background-color > .wrapper, .content-block-frame:not(.full).has-light-blue-background-color > .wrapper, .content-block-frame:not(.full).has-light-grey-background-color > .wrapper {
            padding-left: 16px;
            padding-right: 16px; } }

.content-block-frame.has-light-grey-background-color:last-child {
  padding-top: 64px;
  padding-bottom: 32px;
  min-height: 1px; }
  @media (min-width: 0em) and (max-width: 48em) {
    .content-block-frame.has-light-grey-background-color:last-child {
      padding-top: 32px;
      padding-bottom: 0; } }

.content-block-frame.has-navy-background-color + *:not(.content-block-frame.full), .content-block-frame.has-light-green-background-color + *:not(.content-block-frame.full), .content-block-frame.has-light-blue-background-color + *:not(.content-block-frame.full), .content-block-frame.has-light-grey-background-color + *:not(.content-block-frame.full) {
  margin-top: 96px; }
  @media (min-width: 0em) and (max-width: 48em) {
    .content-block-frame.has-navy-background-color + *:not(.content-block-frame.full), .content-block-frame.has-light-green-background-color + *:not(.content-block-frame.full), .content-block-frame.has-light-blue-background-color + *:not(.content-block-frame.full), .content-block-frame.has-light-grey-background-color + *:not(.content-block-frame.full) {
      margin-top: 48px; } }

.content-block-frame.has-navy-background-color .hdr, .content-block-frame.has-light-green-background-color .hdr, .content-block-frame.has-light-blue-background-color .hdr, .content-block-frame.has-light-grey-background-color .hdr {
  margin-left: -96px;
  margin-right: -96px; }
  @media only screen and (max-width: 600px) {
    .content-block-frame.has-navy-background-color .hdr, .content-block-frame.has-light-green-background-color .hdr, .content-block-frame.has-light-blue-background-color .hdr, .content-block-frame.has-light-grey-background-color .hdr {
      margin-left: 0;
      margin-right: 0; } }

.content-block-frame + .content-block-frame:not(.has-navy-background-color):not(.has-light-green-background-color):not(.has-light-blue-background-color):not(.has-light-grey-background-color) {
  padding-top: 0; }

.content-block-frame.has-navy-background-color.full + .has-navy-background-color.full, .content-block-frame.has-light-green-background-color + .has-light-green-background-color, .content-block-frame.has-light-blue-background-color + .has-light-blue-background-color, .content-block-frame.has-light-grey-background-color.full + .has-light-grey-background-color.full {
  /*padding-top: 0;*/ }

.main-hero + .content-block-frame:not(.has-navy-background-color):not(.has-light-green-background-color):not(.has-light-blue-background-color):not(.has-light-grey-background-color) {
  padding-top: 0; }

.is-style-colored.full + *:not(.content-block-frame.full) {
  margin-top: 96px; }
  @media (min-width: 0em) and (max-width: 48em) {
    .is-style-colored.full + *:not(.content-block-frame.full) {
      margin-top: 48px; } }

main > div > .content-block-frame:not(.has-navy-background-color):not(.has-light-green-background-color):not(.has-light-blue-background-color):not(.has-light-grey-background-color) {
  padding-top: 0; }
  @media (min-width: 0em) and (max-width: 48em) {
    main > div > .content-block-frame:not(.has-navy-background-color):not(.has-light-green-background-color):not(.has-light-blue-background-color):not(.has-light-grey-background-color) {
      padding-left: 32px;
      padding-right: 32px; } }
  @media only screen and (max-width: 600px) {
    main > div > .content-block-frame:not(.has-navy-background-color):not(.has-light-green-background-color):not(.has-light-blue-background-color):not(.has-light-grey-background-color) {
      padding-left: 16px;
      padding-right: 16px; } }

main > div > *:not(.full):not(.alignfull):not(.edit-fp-block):not(.woocommerce-message):last-child {
  margin-bottom: 92px; }
  @media (min-width: 0em) and (max-width: 48em) {
    main > div > *:not(.full):not(.alignfull):not(.edit-fp-block):not(.woocommerce-message):last-child {
      margin-bottom: 48px; } }

main > div > p:not(.full):not(.alignfull):not(.edit-fp-block):last-child {
  margin-bottom: 64px; }
  @media (min-width: 0em) and (max-width: 48em) {
    main > div > p:not(.full):not(.alignfull):not(.edit-fp-block):last-child {
      margin-bottom: 16px; } }

main > div > *:not(.crumb):not(.subnav):not(.is-style-page-anchors):not(.content-block-frame):not(.is-style-intro) + .full, main > div > *:not(.crumb):not(.subnav):not(.is-style-page-anchors):not(.content-block-frame):not(.is-style-intro) + .cta-with-img {
  margin-top: 92px; }
  @media (min-width: 0em) and (max-width: 48em) {
    main > div > *:not(.crumb):not(.subnav):not(.is-style-page-anchors):not(.content-block-frame):not(.is-style-intro) + .full, main > div > *:not(.crumb):not(.subnav):not(.is-style-page-anchors):not(.content-block-frame):not(.is-style-intro) + .cta-with-img {
      margin-top: 32px; } }

main > div > .content-block-frame + .full {
  margin-top: 100px; }

main > div > p:not(.crumb):not(.subnav):not(.is-style-page-anchors):not(.is-style-intro) + .full, main > div > p:not(.crumb):not(.subnav):not(.is-style-page-anchors):not(.is-style-intro) + .cta-with-img {
  margin-top: 64px; }
  @media (min-width: 0em) and (max-width: 48em) {
    main > div > p:not(.crumb):not(.subnav):not(.is-style-page-anchors):not(.is-style-intro) + .full, main > div > p:not(.crumb):not(.subnav):not(.is-style-page-anchors):not(.is-style-intro) + .cta-with-img {
      margin-top: 16px; } }

main > div > .wp-block-columns {
  margin-bottom: 32px; }

.has-navy-background-color .wrapper h1, .has-navy-background-color .wrapper h2, .has-navy-background-color .wrapper h3, .has-navy-background-color .wrapper h4, .has-navy-background-color .wrapper h5, .has-navy-background-color .wrapper p, .has-navy-background-color .wrapper li, .has-navy-background-color .wrapper .is-style-arrow, .has-navy-background-color .wrapper .is-style-arrow:hover, .has-navy-background-color .wrapper .is-style-outline, .has-navy-background-color .wrapper .is-style-outline:hover, .has-navy-background-color .wrapper .is-style-arrow .wp-block-button__link, .has-navy-background-color .wrapper .is-style-arrow .wp-block-button__link:hover, .has-navy-background-color .wrapper .is-style-outline .wp-block-button__link, .has-navy-background-color .wrapper .is-style-outline .wp-block-button__link:hover,
.has-navy-background-color .wrapper .is-style-links-list li a, .has-navy-background-color .wrapper a:not(.btn):not(.wp-block-button__link), .has-navy-background-color .wrapper cite {
  color: #ffffff !important; }

.has-navy-background-color .wrapper .article-cards h1, .has-navy-background-color .wrapper .article-cards h2, .has-navy-background-color .wrapper .article-cards h3, .has-navy-background-color .wrapper .article-cards h4, .has-navy-background-color .wrapper .article-cards h5, .has-navy-background-color .wrapper .article-cards p, .has-navy-background-color .wrapper .article-cards .is-style-arrow, .has-navy-background-color .wrapper .article-cards .is-style-arrow .wp-block-button__link {
  color: #121212; }

.has-navy-background-color .wrapper .hdr:after {
  border-top-color: #263C5A; }

.has-navy-background-color .wrapper .hdr:before {
  background-color: #263C5A; }

.has-navy-background-color .wrapper .rich-heading {
  background-color: #263C5A; }
  .has-navy-background-color .wrapper .rich-heading:after {
    border-top-color: #263C5A; }

.has-light-blue-background-color .wrapper .hdr:after {
  border-top-color: #028EA5; }

.has-light-blue-background-color .wrapper .hdr:before {
  background-color: #028EA5; }

.has-light-blue-background-color .wrapper .rich-heading {
  background-color: #028EA5; }
  .has-light-blue-background-color .wrapper .rich-heading:after {
    border-top-color: #028EA5; }

.has-light-grey-background-color .wrapper .hdr:after {
  border-top-color: #626475; }

.has-light-grey-background-color .wrapper .hdr:before {
  background-color: #626475; }

.has-light-grey-background-color .wrapper .rich-heading {
  background-color: #626475; }
  .has-light-grey-background-color .wrapper .rich-heading:after {
    border-top-color: #626475; }

.is-style-date {
  font-size: 14px;
  font-weight: 300;
  padding: 0 0 16px 0;
  text-transform: uppercase; }

.is-style-title {
  font-size: 20px;
  line-height: 1.3;
  font-weight: 600;
  padding: 0 0 16px 0; }
  .is-style-title a:not(.button) {
    border: 0 !important; }
    .is-style-title a:not(.button):hover {
      text-decoration: underline; }

h2 + .is-style-date, h3 + .is-style-date, h4 + .is-style-date {
  margin-top: -16px; }

.is-style-intro {
  text-align: center;
  font-size: 28px;
  color: #008FA0;
  font-weight: 700;
  line-height: 1.4;
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto; }
  @media (min-width: 0em) and (max-width: 48em) {
    .is-style-intro {
      font-size: 25px; } }
  @media only screen and (max-width: 600px) {
    .is-style-intro {
      font-size: 20px; } }

.categories {
  position: relative;
  padding-left: 35px;
  padding-right: 36px; }
  .categories:before {
    content: '';
    position: absolute;
    left: 0;
    top: -3px;
    width: 25px;
    height: 25px;
    background-image: url(../images/icon-category.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center; }

.calendar {
  position: relative;
  padding-left: 36px; }
  .calendar:before {
    content: '';
    position: absolute;
    left: 0;
    top: -3px;
    width: 25px;
    height: 25px;
    background-image: url(../images/icon-calendar.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center; }

.event {
  border-bottom: 2px solid #BFBFBF;
  margin: 0 0 32px 0; }
  .event a:not(.button) {
    border: 0; }
  .event .more {
    font-size: 12px; }
    .event .more a:not(.button) {
      color: #2E61A8;
      border-bottom: 1px solid #2E61A8;
      font-weight: 500; }

.has-navy-background-color .event .more a {
  border-color: #ffffff; }

.back a, a.back {
  border: 0;
  position: relative;
  padding-left: 36px; }
  .back a:before, a.back:before {
    /* use !important to prevent issues with browser extensions that change fonts */
    font-family: "icon" !important;
    speak: never;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    color: #FFA43D;
    font-size: 30px; }
  .back a:hover, a.back:hover {
    color: #FFA43D; }

.crumb a {
  border: 0;
  position: relative;
  text-transform: uppercase; }
  .crumb a:hover {
    color: #FFA43D; }

.subnav, .is-style-page-anchors {
  text-align: center; }
  .subnav a, .is-style-page-anchors a {
    border: 0;
    padding: 0 16px;
    font-weight: 500;
    text-transform: uppercase; }
    .subnav a:hover, .is-style-page-anchors a:hover {
      color: #FFA43D; }

main > div > .featured-article {
  margin-bottom: 96px; }
  @media (min-width: 0em) and (max-width: 48em) {
    main > div > .featured-article {
      margin-bottom: 16px; } }

main > div > .section-block {
  margin-bottom: 96px; }
  @media (min-width: 0em) and (max-width: 48em) {
    main > div > .section-block {
      margin-bottom: 16px; } }

main > div > .is-style-intro {
  padding-bottom: 96px; }
  @media (min-width: 0em) and (max-width: 48em) {
    main > div > .is-style-intro {
      padding-bottom: 48px; } }

main > div > .slider-holder .slick-slider {
  margin: 0 -96px 128px -96px !important; }
  @media (min-width: 0em) and (max-width: 48em) {
    main > div > .slider-holder .slick-slider {
      margin-left: 0 !important;
      margin-right: 0 !important;
      margin-bottom: 96px !important; } }

main > div > .cards {
  margin-bottom: 48px; }

main > div > .cta-with-img {
  margin-bottom: 96px; }
  main > div > .cta-with-img > .wrapper {
    padding: 0; }
  @media only screen and (max-width: 1000px) {
    main > div > .cta-with-img {
      margin-bottom: 64px; } }
  @media (min-width: 0em) and (max-width: 48em) {
    main > div > .cta-with-img {
      margin-bottom: 32px !important; } }

main > div > .expandable-content {
  margin-bottom: 32px; }
  @media (min-width: 0em) and (max-width: 48em) {
    main > div > .expandable-content {
      margin-bottom: 48px; } }

main > div > .wp-block-columns {
  margin-bottom: 96px; }
  @media (min-width: 0em) and (max-width: 48em) {
    main > div > .wp-block-columns {
      margin-bottom: 48px; } }
  main > div > .wp-block-columns:last-child {
    margin-bottom: 0; }

.featured-article .wrapper {
  display: flex;
  align-items: flex-end;
  width: 100%;
  padding: 0; }
  @media only screen and (max-width: 1000px) {
    .featured-article .wrapper {
      flex-direction: column;
      align-items: stretch; } }
  @media (min-width: 0em) and (max-width: 48em) {
    .featured-article .wrapper {
      padding-left: 0;
      padding-right: 0; } }
  .featured-article .wrapper .img {
    flex: 0 0 300px;
    border-radius: 6px;
    padding-bottom: 27%;
    margin-bottom: 32px;
    min-height: 300px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center top; }
    .featured-article .wrapper .img img {
      border-radius: 6px; }
    @media only screen and (max-width: 1000px) {
      .featured-article .wrapper .img {
        flex: 1 100%;
        width: 100%;
        padding-bottom: 75%;
        min-height: 1px; } }
  .featured-article .wrapper .blurb {
    padding: 0 32px 0 0;
    flex: 1 1 auto; }
    .featured-article .wrapper .blurb .is-style-small-text {
      font-weight: 500; }
      .featured-article .wrapper .blurb .is-style-small-text img {
        margin-left: 36px;
        margin-right: 5px; }
        .featured-article .wrapper .blurb .is-style-small-text img:first-child {
          margin-left: 0; }
    .featured-article .wrapper .blurb .wp-block-button:last-child {
      margin-bottom: 32px; }
    @media only screen and (max-width: 1000px) {
      .featured-article .wrapper .blurb {
        padding: 0;
        order: 3; }
        .featured-article .wrapper .blurb .btn, .featured-article .wrapper .blurb .wp-block-button, .featured-article .wrapper .blurb .wp-block-button .wp-block-button__link {
          width: 100%; } }

.featured-article.right .wrapper .blurb {
  order: 3;
  padding: 0 0 0 32px; }
  @media only screen and (max-width: 1000px) {
    .featured-article.right .wrapper .blurb {
      padding: 0; } }

.featured-article.is-style-full-stretch-img .wrapper {
  align-items: stretch; }
  .featured-article.is-style-full-stretch-img .wrapper .img {
    flex: 0 0 400px;
    max-width: 50%; }
    @media only screen and (max-width: 1000px) {
      .featured-article.is-style-full-stretch-img .wrapper .img {
        flex: 0 0 auto;
        max-width: 100%; } }

@media only screen and (max-width: 1450px) {
  .wp-block-column .featured-article .wrapper {
    flex-direction: column;
    align-items: stretch; }
    .wp-block-column .featured-article .wrapper .blurb {
      order: 3; } }

article.featured-article {
  background: #F2F2F2;
  border-radius: 6px;
  padding: 48px 48px 16px 48px;
  margin: 0 0 32px 0;
  border: none; }
  @media (min-width: 0em) and (max-width: 48em) {
    article.featured-article {
      padding: 32px 32px 0 32px; } }
  @media only screen and (max-width: 1000px) {
    article.featured-article {
      padding: 16px 16px 0 16px; } }
  article.featured-article .wrapper {
    align-items: flex-start; }

.has-navy-background-color article.featured-article {
  background: #ffffff; }
  .has-navy-background-color article.featured-article .wrapper p, .has-navy-background-color article.featured-article .wrapper h3, .has-navy-background-color article.featured-article .wrapper a:not(.btn):not(.wp-block-button__link) {
    color: #121212 !important; }

.has-navy-background-color .articles-list article.featured-article:nth-child(2n) .wrapper p, .has-navy-background-color .articles-list article.featured-article:nth-child(2n) .wrapper h3, .has-navy-background-color .articles-list article.featured-article:nth-child(2n) .wrapper a:not(.btn):not(.wp-block-button__link) {
  color: #ffffff !important; }

.has-light-green-background-color .articles-list article.featured-article:nth-child(2n+1), .has-light-blue-background-color .articles-list article.featured-article:nth-child(2n+1), .has-light-grey-background-color .articles-list article.featured-article:nth-child(2n+1) {
  background: #ffffff; }

.articles-list {
  margin-bottom: 96px; }
  @media (min-width: 0em) and (max-width: 48em) {
    .articles-list {
      margin-bottom: 48px; } }
  .articles-list article.featured-article:nth-child(2n) {
    border: 1px solid #CCCCCC;
    background: none; }
  .articles-list article:last-child {
    margin: 0; }

.is-style-has-callout {
  display: flex;
  align-items: flex-start !important; }
  @media only screen and (max-width: 1250px) {
    .is-style-has-callout article.featured-article .wrapper {
      flex-direction: column; }
      .is-style-has-callout article.featured-article .wrapper .img {
        padding-bottom: 65%;
        width: 100%; }
      .is-style-has-callout article.featured-article .wrapper .blurb {
        order: 3; } }
  .is-style-has-callout ul li:before {
    background: #121212;
    width: 3px;
    height: 3px; }
  .is-style-has-callout input[type="submit"] {
    width: 100%; }

.is-style-has-callout .full {
  position: relative;
  margin-top: 48px;
  margin-left: 0;
  margin-right: 0;
  width: auto;
  padding-top: 64px;
  padding-bottom: 32px; }
  @media only screen and (max-width: 1000px) {
    .is-style-has-callout .full {
      margin-top: 0; } }
  .is-style-has-callout .full:after {
    content: '';
    position: absolute;
    z-index: -1;
    left: calc(50% - 50vw);
    top: 0;
    height: 100%;
    width: 200vw;
    background: #F2F2F2; }
  @media only screen and (max-width: 1250px) {
    .is-style-has-callout .full .wrapper {
      padding-left: 0;
      padding-right: 0; } }
  .is-style-has-callout .full p.is-style-small-text {
    font-weight: 500; }
  .is-style-has-callout .full.has-light-grey-background-color:after {
    background: #F2F2F2; }
  .is-style-has-callout .full.has-navy-background-color:after {
    background: #465B78; }
  .is-style-has-callout .full.has-light-green-background-color:after {
    background: #EBF5DD; }
  .is-style-has-callout .full.has-light-blue-background-color:after {
    background: #DDF1F4; }

@media (min-width: 0em) and (max-width: 48em) {
  .wp-block-columns.is-style-cta {
    text-align: center; }
    .wp-block-columns.is-style-cta .wp-block-buttons {
      justify-content: center; } }

.section-block {
  margin: 0 0 32px 0; }
  @media (min-width: 0em) and (max-width: 48em) {
    .section-block {
      margin: 0; } }
  .section-block .wrapper {
    display: flex;
    align-items: center;
    width: 100%; }
    @media (min-width: 0em) and (max-width: 48em) {
      .section-block .wrapper {
        flex-direction: column; } }
    .section-block .wrapper .img {
      flex: 0 0 50%;
      background-size: 100% auto;
      background-position: center center;
      padding-bottom: 0;
      display: flex;
      flex-direction: column;
      justify-content: center;
      align-items: center; }
      @media only screen and (max-width: 1250px) {
        .section-block .wrapper .img {
          flex: 0 0 50%; } }
      .section-block .wrapper .img img {
        width: 100%;
        height: auto; }
        @media only screen and (max-width: 1250px) {
          .section-block .wrapper .img img {
            width: 100%;
            height: auto;
            max-height: 100%; } }
      @media (min-width: 0em) and (max-width: 48em) {
        .section-block .wrapper .img {
          flex: 1 100%;
          margin: 0 0 32px 0;
          background-size: contain; } }
    .section-block .wrapper .blurb {
      padding: 0 64px 0 0;
      flex: 1 1 auto; }
      @media (min-width: 0em) and (max-width: 48em) {
        .section-block .wrapper .blurb {
          padding: 0;
          order: 3; }
          .section-block .wrapper .blurb .btn, .section-block .wrapper .blurb .wp-block-button, .section-block .wrapper .blurb .wp-block-button .wp-block-button__link {
            width: 100%;
            margin-right: 0; } }
  .section-block.right .wrapper .blurb {
    order: 3;
    padding: 0 0 0 64px; }
    .section-block.right .wrapper .blurb:only-child {
      padding: 0; }
    @media (min-width: 0em) and (max-width: 48em) {
      .section-block.right .wrapper .blurb {
        padding: 0; } }
  .section-block.is-style-overflow {
    margin-top: -32px;
    margin-bottom: -32px; }
    @media (min-width: 0em) and (max-width: 48em) {
      .section-block.is-style-overflow {
        margin: 0; } }
    .section-block.is-style-overflow .wrapper {
      align-items: stretch; }
      .section-block.is-style-overflow .wrapper .img {
        flex: 0 0 auto;
        max-width: 50%;
        margin-top: -96px;
        margin-bottom: -64px; }
        .section-block.is-style-overflow .wrapper .img img {
          /*max-height: 550px;*/ }
        @media only screen and (max-width: 1450px) {
          .section-block.is-style-overflow .wrapper .img {
            flex: 0 0 50%; }
            .section-block.is-style-overflow .wrapper .img img {
              width: 100%;
              height: auto;
              max-height: 100%; } }
        @media (min-width: 0em) and (max-width: 48em) {
          .section-block.is-style-overflow .wrapper .img {
            margin: 0 0 32px 0;
            flex: 1 100%;
            max-width: 100%; }
            .section-block.is-style-overflow .wrapper .img img {
              max-width: 70%;
              width: auto;
              max-height: 400px; } }

.article-cards {
  margin: 0 0 64px 0; }
  @media (min-width: 0em) and (max-width: 48em) {
    .article-cards {
      margin: 0; } }
  .article-cards .wrapper {
    display: flex;
    flex-wrap: wrap; }
    .article-cards .wrapper > div, .article-cards .wrapper > a {
      width: calc(33.33% - 16px);
      margin: 0 16px 32px 0;
      border-radius: 6px;
      overflow: hidden;
      border-bottom: 0;
      background: #F2F2F2; }
      .article-cards .wrapper > div h1, .article-cards .wrapper > div h2, .article-cards .wrapper > div h3, .article-cards .wrapper > div h4, .article-cards .wrapper > div h5, .article-cards .wrapper > div p, .article-cards .wrapper > div li, .article-cards .wrapper > div a:not(.btn):not(.wp-block-button__link), .article-cards .wrapper > a h1, .article-cards .wrapper > a h2, .article-cards .wrapper > a h3, .article-cards .wrapper > a h4, .article-cards .wrapper > a h5, .article-cards .wrapper > a p, .article-cards .wrapper > a li, .article-cards .wrapper > a a:not(.btn):not(.wp-block-button__link) {
        color: #121212 !important; }
      .article-cards .wrapper > div .blurb, .article-cards .wrapper > a .blurb {
        padding: 32px 32px 0 32px; }
        .article-cards .wrapper > div .blurb p, .article-cards .wrapper > a .blurb p {
          font-size: 14px;
          line-height: 2; }
      .article-cards .wrapper > div:first-child, .article-cards .wrapper > a:first-child {
        margin-left: auto; }
      .article-cards .wrapper > div:last-child, .article-cards .wrapper > a:last-child {
        margin-right: auto; }
      .article-cards .wrapper > div:first-child:nth-last-child(n+3):first-child, .article-cards .wrapper > div:first-child:nth-last-child(n+3) ~ a:first-child, .article-cards .wrapper > a:first-child:nth-last-child(n+3):first-child, .article-cards .wrapper > a:first-child:nth-last-child(n+3) ~ a:first-child {
        margin-left: 0; }
      .article-cards .wrapper > div:first-child:nth-last-child(n+3):last-child, .article-cards .wrapper > div:first-child:nth-last-child(n+3) ~ a:last-child, .article-cards .wrapper > a:first-child:nth-last-child(n+3):last-child, .article-cards .wrapper > a:first-child:nth-last-child(n+3) ~ a:last-child {
        margin-right: 0; }
      @media only screen and (max-width: 1250px) {
        .article-cards .wrapper > div, .article-cards .wrapper > a {
          width: calc(50% - 8px); }
          .article-cards .wrapper > div:first-child:nth-last-child(3):nth-child(3), .article-cards .wrapper > div:first-child:nth-last-child(3) ~ a:nth-child(3), .article-cards .wrapper > a:first-child:nth-last-child(3):nth-child(3), .article-cards .wrapper > a:first-child:nth-last-child(3) ~ a:nth-child(3) {
            display: none; }
          .article-cards .wrapper > div:first-child:nth-last-child(n+4):nth-child(n+3), .article-cards .wrapper > div:first-child:nth-last-child(n+4) ~ a:nth-child(n+3), .article-cards .wrapper > a:first-child:nth-last-child(n+4):nth-child(n+3), .article-cards .wrapper > a:first-child:nth-last-child(n+4) ~ a:nth-child(n+3) {
            display: block; }
          .article-cards .wrapper > div:nth-child(2n), .article-cards .wrapper > a:nth-child(2n) {
            margin-right: 0; } }
      @media (min-width: 0em) and (max-width: 48em) {
        .article-cards .wrapper > div, .article-cards .wrapper > a {
          width: 100%;
          max-width: 400px;
          margin: 0 0 32px 0;
          margin-left: auto !important;
          margin-right: auto !important; }
          .article-cards .wrapper > div:nth-child(n+3), .article-cards .wrapper > a:nth-child(n+3) {
            display: block; } }
      .article-cards .wrapper > div .img, .article-cards .wrapper > a .img {
        display: block;
        padding-bottom: 60%;
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center top; }
  .article-cards.is-style-tall-img .wrapper > div .img, .article-cards.is-style-tall-img .wrapper > a .img {
    padding-bottom: 90%; }
  .article-cards.is-style-no-img .wrapper .blurb {
    padding-bottom: 32px; }
  .article-cards.is-style-no-img .wrapper > div, .article-cards.is-style-no-img .wrapper > a {
    border: 1px solid #000000;
    background: rgba(255, 255, 255, 0.5); }

.has-navy-background-color .article-cards .wrapper > div, .has-navy-background-color .article-cards .wrapper > a, .has-light-green-background-color .article-cards .wrapper > div, .has-light-green-background-color .article-cards .wrapper > a, .has-light-blue-background-color .article-cards .wrapper > div, .has-light-blue-background-color .article-cards .wrapper > a, .has-light-grey-background-color .article-cards .wrapper > div, .has-light-grey-background-color .article-cards .wrapper > a {
  background: #ffffff; }

.is-style-has-callout .article-cards .wrapper > div, .is-style-has-callout .article-cards .wrapper > a, .product-layout .description .article-cards .wrapper > div, .product-layout .description .article-cards .wrapper > a {
  width: calc(50% - 16px); }
  .is-style-has-callout .article-cards .wrapper > div h4, .is-style-has-callout .article-cards .wrapper > a h4, .product-layout .description .article-cards .wrapper > div h4, .product-layout .description .article-cards .wrapper > a h4 {
    font-size: 20px; }
  @media (min-width: 0em) and (max-width: 48em) {
    .is-style-has-callout .article-cards .wrapper > div, .is-style-has-callout .article-cards .wrapper > a, .product-layout .description .article-cards .wrapper > div, .product-layout .description .article-cards .wrapper > a {
      width: 100%; } }

.cards {
  margin: 0 0 16px 0; }
  .cards .wrapper {
    display: flex;
    flex-wrap: wrap; }
    .cards .wrapper > div, .cards .wrapper > a {
      width: calc(33.33% - 11px);
      margin: 0 16px 16px 0;
      border: 2px solid #008FA0;
      padding: 32px;
      border-radius: 6px;
      text-align: center;
      display: flex;
      justify-content: center;
      align-items: center;
      max-width: 380px; }
      @media (min-width: 0em) and (max-width: 48em) {
        .cards .wrapper > div, .cards .wrapper > a {
          width: 100%;
          margin-right: auto;
          margin-left: auto; } }
      .cards .wrapper > div:first-child, .cards .wrapper > a:first-child {
        margin-left: auto; }
      .cards .wrapper > div:last-child, .cards .wrapper > a:last-child {
        margin-right: auto; }
      .cards .wrapper > div:first-child:nth-last-child(n+3):first-child, .cards .wrapper > div:first-child:nth-last-child(n+3) ~ div:first-child, .cards .wrapper > a:first-child:nth-last-child(n+3):first-child, .cards .wrapper > a:first-child:nth-last-child(n+3) ~ div:first-child {
        margin-left: 0; }
        @media (min-width: 0em) and (max-width: 48em) {
          .cards .wrapper > div:first-child:nth-last-child(n+3):first-child, .cards .wrapper > div:first-child:nth-last-child(n+3) ~ div:first-child, .cards .wrapper > a:first-child:nth-last-child(n+3):first-child, .cards .wrapper > a:first-child:nth-last-child(n+3) ~ div:first-child {
            margin-left: auto; } }
      .cards .wrapper > div:first-child:nth-last-child(n+3):last-child, .cards .wrapper > div:first-child:nth-last-child(n+3) ~ div:last-child, .cards .wrapper > a:first-child:nth-last-child(n+3):last-child, .cards .wrapper > a:first-child:nth-last-child(n+3) ~ div:last-child {
        margin-right: 0; }
        @media (min-width: 0em) and (max-width: 48em) {
          .cards .wrapper > div:first-child:nth-last-child(n+3):last-child, .cards .wrapper > div:first-child:nth-last-child(n+3) ~ div:last-child, .cards .wrapper > a:first-child:nth-last-child(n+3):last-child, .cards .wrapper > a:first-child:nth-last-child(n+3) ~ div:last-child {
            margin-right: auto; } }
      .cards .wrapper > div:after, .cards .wrapper > a:after {
        content: '';
        width: 1px;
        display: inline-block;
        padding-bottom: 50%; }
      .cards .wrapper > div:nth-child(3n), .cards .wrapper > a:nth-child(3n) {
        margin-right: 0; }
        @media (min-width: 0em) and (max-width: 48em) {
          .cards .wrapper > div:nth-child(3n), .cards .wrapper > a:nth-child(3n) {
            margin-right: auto; } }
      .cards .wrapper > div:hover, .cards .wrapper > a:hover {
        text-decoration: none;
        background: #DDF1F4; }
      .cards .wrapper > div h4, .cards .wrapper > a h4 {
        font-weight: 600;
        margin: 0;
        max-width: 200px; }
        @media only screen and (max-width: 1200px) {
          .cards .wrapper > div h4, .cards .wrapper > a h4 {
            font-size: 16px; } }
        @media (min-width: 0em) and (max-width: 48em) {
          .cards .wrapper > div h4, .cards .wrapper > a h4 {
            font-size: 20px; } }
      .cards .wrapper > div img, .cards .wrapper > a img {
        max-width: 60px;
        height: auto;
        margin: 10px 0 0 0; }
        @media (min-width: 0em) and (max-width: 48em) {
          .cards .wrapper > div img, .cards .wrapper > a img {
            max-width: 100px; } }

.hdr, .is-style-hdr {
  margin-bottom: 96px;
  color: #ffffff;
  padding: 32px 0 32px 0;
  position: relative;
  z-index: 10; }
  .hdr > *, .hdr h1, .hdr h2, .hdr h3, .hdr h4, .is-style-hdr > *, .is-style-hdr h1, .is-style-hdr h2, .is-style-hdr h3, .is-style-hdr h4 {
    color: #ffffff;
    margin: 0; }
  @media (min-width: 0em) and (max-width: 48em) {
    .hdr, .is-style-hdr {
      margin-bottom: 64px;
      padding-right: 0;
      padding-left: 0; } }
  .hdr:after, .is-style-hdr:after {
    content: '';
    position: absolute;
    left: 50%;
    bottom: 0;
    top: auto;
    right: auto;
    transform: translate(-50%, 100%);
    border-left: 20px solid transparent;
    border-right: 20px solid transparent;
    border-top: 20px solid #8CC63F; }
  .hdr:before, .is-style-hdr:before {
    content: '';
    position: absolute;
    z-index: -1;
    left: 0;
    top: 0;
    background: #8CC63F;
    width: 100%;
    height: 100%;
    margin-left: 0;
    margin-right: 0; }
  @media (min-width: 0em) and (max-width: 48em) {
    .hdr.has-logo, .hdr.is-style-psm-logo, .is-style-hdr.has-logo, .is-style-hdr.is-style-psm-logo {
      padding-top: 115px; } }
  .hdr.has-logo:before, .hdr.is-style-psm-logo:before, .is-style-hdr.has-logo:before, .is-style-hdr.is-style-psm-logo:before {
    background-image: url(../images/psm-logo-white.png);
    background-position: right calc(50% - 600px) center;
    background-repeat: no-repeat; }
    @media only screen and (max-width: 1450px) {
      .hdr.has-logo:before, .hdr.is-style-psm-logo:before, .is-style-hdr.has-logo:before, .is-style-hdr.is-style-psm-logo:before {
        background-position: right calc(50% - 600px + 96px) center; } }
    @media only screen and (max-width: 1250px) {
      .hdr.has-logo:before, .hdr.is-style-psm-logo:before, .is-style-hdr.has-logo:before, .is-style-hdr.is-style-psm-logo:before {
        background-position: right 32px center; } }
    @media (min-width: 0em) and (max-width: 48em) {
      .hdr.has-logo:before, .hdr.is-style-psm-logo:before, .is-style-hdr.has-logo:before, .is-style-hdr.is-style-psm-logo:before {
        background-position: top 32px center;
        background-size: 200px auto; } }
  .hdr *, .is-style-hdr * {
    z-index: 10; }
  @media (min-width: 0em) and (max-width: 48em) {
    .hdr, .is-style-hdr {
      font-size: 30px;
      text-align: center; } }

.rich-heading {
  margin-bottom: 96px;
  margin-top: 64px;
  color: #ffffff;
  padding: 32px 0 32px 0;
  position: relative;
  background: #8CC63F;
  z-index: 10;
  clear: both; }
  .rich-heading > *, .rich-heading h1, .rich-heading h2, .rich-heading h3, .rich-heading h4 {
    color: #ffffff;
    margin: 0; }
    @media (min-width: 0em) and (max-width: 48em) {
      .rich-heading > *, .rich-heading h1, .rich-heading h2, .rich-heading h3, .rich-heading h4 {
        font-size: 25px; } }
  @media (min-width: 0em) and (max-width: 48em) {
    .rich-heading {
      margin-bottom: 64px;
      padding-right: 0;
      padding-left: 0; } }
  .rich-heading:after {
    content: '';
    position: absolute;
    left: 50%;
    bottom: 0;
    top: auto;
    right: auto;
    transform: translate(-50%, 100%);
    border-left: 20px solid transparent;
    border-right: 20px solid transparent;
    border-top: 20px solid #8CC63F; }
  @media (min-width: 0em) and (max-width: 48em) {
    .rich-heading.is-style-psm-logo {
      padding-top: 100px; } }
  .rich-heading.is-style-psm-logo:before {
    content: '';
    position: absolute;
    right: calc(50% - 600px);
    top: 50%;
    width: 200px;
    height: 100px;
    transform: translateY(-50%);
    background: url(../images/psm-logo-white.png) center center no-repeat;
    background-size: contain; }
    @media only screen and (max-width: 1450px) {
      .rich-heading.is-style-psm-logo:before {
        right: calc(50% - 600px + 96px); } }
    @media only screen and (max-width: 1250px) {
      .rich-heading.is-style-psm-logo:before {
        right: 132px; } }
    @media (min-width: 0em) and (max-width: 48em) {
      .rich-heading.is-style-psm-logo:before {
        right: auto;
        left: 50%;
        top: 0;
        transform: translateX(-50%); } }
  @media only screen and (max-width: 1250px) {
    .rich-heading.is-style-psm-logo .wrapper {
      padding-right: 350px !important; } }
  @media (min-width: 0em) and (max-width: 48em) {
    .rich-heading.is-style-psm-logo .wrapper {
      padding-right: 32px !important; } }
  .rich-heading * {
    z-index: 10; }
  @media (min-width: 0em) and (max-width: 48em) {
    .rich-heading {
      text-align: center; } }

.full .hdr {
  padding-left: 0; }
  .full .hdr:before {
    width: 100vw;
    height: 100%;
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw); }

@media only screen and (max-width: 600px) {
  h3.hdr {
    font-size: 30px; } }

.content-block-frame .hdr:first-child, .content-block-frame .rich-heading:first-child {
  margin-top: -96px; }
  @media (min-width: 0em) and (max-width: 48em) {
    .content-block-frame .hdr:first-child, .content-block-frame .rich-heading:first-child {
      margin-top: -32px; } }

.is-style-links-list {
  margin-bottom: 32px; }
  .is-style-links-list li {
    padding: 0; }
    .is-style-links-list li:before {
      display: none; }
    .is-style-links-list li a {
      background: none;
      border: none;
      padding: 16px 40px 16px 0;
      position: relative;
      max-width: 550px;
      min-width: 1px;
      display: block;
      text-transform: uppercase; }
      @media only screen and (max-width: 1000px) {
        .is-style-links-list li a {
          max-width: 100%; } }
      .is-style-links-list li a:after {
        /* use !important to prevent issues with browser extensions that change fonts */
        font-family: "icon" !important;
        speak: never;
        font-style: normal;
        font-weight: normal;
        font-variant: normal;
        text-transform: none;
        line-height: 1;
        /* Better Font Rendering =========== */
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        content: "";
        position: absolute;
        right: 0;
        top: 50%;
        font-size: 25px;
        transform: translateY(-50%);
        transition: all ease 0.3s; }
      .is-style-links-list li a:before {
        content: '';
        position: absolute;
        left: 0;
        bottom: 0;
        height: 2px;
        width: 100%;
        background: #FFA43D; }
      .is-style-links-list li a:hover, .is-style-links-list li a:active, .is-style-links-list li a:focus {
        background: none;
        text-decoration: none; }
        .is-style-links-list li a:hover:after, .is-style-links-list li a:active:after, .is-style-links-list li a:focus:after {
          right: -10px; }

.is-style-check-list li {
  padding-left: 30px;
  font-size: 14px; }
  .is-style-check-list li:before {
    /* use !important to prevent issues with browser extensions that change fonts */
    font-family: "icon" !important;
    speak: never;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "";
    font-size: 20px;
    color: #008FA0;
    width: auto;
    height: auto;
    background: none;
    top: 0; }

.cta-with-img {
  margin: 0 0 32px 0;
  margin-right: calc(50% - 50vw);
  margin-left: calc(50% - 50vw); }
  @media only screen and (min-width: 2500px) {
    .cta-with-img {
      margin-right: -400px;
      margin-left: -400px; } }
  .cta-with-img .wrapper {
    display: flex;
    align-items: center; }
    @media only screen and (max-width: 1000px) {
      .cta-with-img .wrapper {
        flex-direction: column; } }
    .cta-with-img .wrapper .img {
      flex: 0 0 50%;
      border-radius: 6px 0 0 6px;
      padding-bottom: 30%;
      background-repeat: no-repeat;
      background-position: center top;
      background-size: cover; }
      @media only screen and (min-width: 2500px) {
        .cta-with-img .wrapper .img {
          border-radius: 6px; } }
      @media only screen and (min-width: 2500px) {
        .cta-with-img .wrapper .img {
          padding-bottom: 0;
          min-height: 600px; } }
      @media only screen and (max-width: 1250px) {
        .cta-with-img .wrapper .img {
          padding-bottom: 40%; } }
      @media only screen and (max-width: 1000px) {
        .cta-with-img .wrapper .img {
          width: 100%;
          padding-bottom: 50%;
          border-radius: 0; } }
    .cta-with-img .wrapper .blurb {
      padding-right: 64px;
      padding-left: calc(50% - 692px);
      flex: 0 0 50%; }
      @media only screen and (max-width: 1450px) {
        .cta-with-img .wrapper .blurb {
          padding-left: calc(50% - 600px - 96px); } }
      @media only screen and (max-width: 1450px) {
        .cta-with-img .wrapper .blurb {
          padding-left: 36px; } }
      @media only screen and (max-width: 1000px) {
        .cta-with-img .wrapper .blurb {
          order: 3;
          padding-right: 36px;
          padding-left: 36px;
          padding-top: 32px; } }
      @media (min-width: 0em) and (max-width: 48em) {
        .cta-with-img .wrapper .blurb {
          padding-left: 32px;
          padding-right: 32px; } }
      .cta-with-img .wrapper .blurb .is-style-links-list li a {
        text-transform: none; }
  .cta-with-img.right .wrapper .blurb {
    order: 3;
    padding-left: 64px;
    padding-right: calc(50% - 692px); }
    @media only screen and (max-width: 1450px) {
      .cta-with-img.right .wrapper .blurb {
        padding-right: calc(50% - 600px - 96px); } }
    @media only screen and (max-width: 1450px) {
      .cta-with-img.right .wrapper .blurb {
        padding-right: 36px;
        padding-left: 36px; } }
    @media (min-width: 0em) and (max-width: 48em) {
      .cta-with-img.right .wrapper .blurb {
        padding-left: 32px;
        padding-right: 32px; } }
  .cta-with-img.right .wrapper .img {
    border-radius: 0 6px 6px 0; }
    @media only screen and (min-width: 2500px) {
      .cta-with-img.right .wrapper .img {
        border-radius: 6px; } }
    @media only screen and (max-width: 1000px) {
      .cta-with-img.right .wrapper .img {
        border-radius: 0; } }

h1 + .cta-with-img, h2 + .cta-with-img, h3 + .cta-with-img, h4 + .cta-with-img {
  margin-top: 92px; }

.cta-block {
  display: flex;
  justify-content: space-between;
  align-items: center; }
  .cta-block > div:first-child:not(:only-child) {
    padding-right: 96px; }
    @media only screen and (max-width: 1000px) {
      .cta-block > div:first-child:not(:only-child) {
        padding-right: 0; } }
  .cta-block > div:last-child:not(:only-child) {
    flex: 0 0 250px;
    text-align: right; }
    .cta-block > div:last-child:not(:only-child) .btn {
      margin-right: 0; }
    @media only screen and (max-width: 1000px) {
      .cta-block > div:last-child:not(:only-child) {
        flex: 0 auto; } }
  @media only screen and (max-width: 1000px) {
    .cta-block {
      flex-direction: column;
      align-items: center; }
      .cta-block div {
        text-align: center; } }

.expandable-content {
  margin: 0 0 32px 0;
  clear: both; }
  .expandable-content > li {
    margin: 0 0 16px 0;
    padding: 0;
    background: #F2F2F2;
    border-radius: 6px; }
    .expandable-content > li:before {
      display: none; }
    .expandable-content > li.expanded a.title {
      border-bottom: 3px solid #CACACA; }
      .expandable-content > li.expanded a.title:after {
        content: ""; }
    .expandable-content > li a.title {
      font-family: "Montserrat", "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
      font-weight: 500;
      font-size: 18px;
      line-height: 1.1;
      border: 0;
      padding: 24px 60px 24px 0;
      margin: 0 36px;
      display: block;
      position: relative; }
      .expandable-content > li a.title:after {
        /* use !important to prevent issues with browser extensions that change fonts */
        font-family: "icon" !important;
        speak: never;
        font-style: normal;
        font-weight: normal;
        font-variant: normal;
        text-transform: none;
        line-height: 1;
        /* Better Font Rendering =========== */
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        content: "";
        font-family: Ionicons;
        position: absolute;
        right: 0;
        top: 50%;
        font-size: 30px;
        width: 40px;
        height: 40px;
        line-height: 40px;
        text-align: center;
        border: 2px solid #FFA43D;
        border-radius: 50%;
        transform: translateY(-50%); }
      .expandable-content > li a.title:hover {
        text-decoration: none; }
    .expandable-content > li .expanded-content {
      padding: 32px 32px 1px 32px;
      display: none; }
      .expandable-content > li .expanded-content > ul, .expandable-content > li .expanded-content > ol {
        margin-bottom: 32px;
        margin-top: 0; }

.has-light-grey-background-color .expandable-content > li {
  background: #ddd; }

.has-light-blue-background-color .expandable-content > li, .has-light-green-background-color .expandable-content > li {
  background: #ffffff; }

.has-navy-background-color .expandable-content > li {
  background: #fff; }
  .has-navy-background-color .expandable-content > li h2, .has-navy-background-color .expandable-content > li h3, .has-navy-background-color .expandable-content > li h4, .has-navy-background-color .expandable-content > li h5, .has-navy-background-color .expandable-content > li p, .has-navy-background-color .expandable-content > li li, .has-navy-background-color .expandable-content > li a:not(.btn):not(.wp-block-button__link), .has-navy-background-color .expandable-content > li a.title {
    color: #121212 !important; }

.position {
  font-size: 20px;
  color: #2E61A8;
  font-weight: 500; }
  .position a {
    color: #2E61A8;
    border-bottom: 0; }

.tel {
  color: #2E61A8;
  font-weight: 500;
  padding: 0 0 10px 32px;
  position: relative; }
  .tel:before {
    /* use !important to prevent issues with browser extensions that change fonts */
    font-family: "icon" !important;
    speak: never;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "";
    font-size: 20px;
    position: absolute;
    left: 0;
    top: 2px; }
  .tel a {
    color: #2E61A8;
    border: none; }
    .tel a:hover {
      text-decoration: underline; }
  .tel:last-child {
    padding: 0 0 32px 0; }

.email {
  color: #2E61A8;
  font-weight: 500;
  padding: 0 0 10px 32px;
  position: relative; }
  .email:before {
    /* use !important to prevent issues with browser extensions that change fonts */
    font-family: "icon" !important;
    speak: never;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "";
    font-size: 20px;
    position: absolute;
    left: 0;
    top: 4px; }
  .email a {
    color: #2E61A8;
    border: none; }
    .email a:hover {
      text-decoration: underline; }
  .email:last-child {
    padding: 0 0 32px 32px; }

h4 + .position, h4 + .tel, h4 + .email {
  margin-top: -25px; }

.info-text {
  display: flex; }
  .info-text h4 {
    font-size: 18px; }
  @media (min-width: 0em) and (max-width: 48em) {
    .info-text {
      display: block; }
      .info-text h4 {
        margin-bottom: 16px; } }
  .info-text .label {
    flex: 0 0 250px; }
  .info-text strong {
    font-weight: 500; }

.bio-list {
  margin: 0 0 32px 0;
  display: flex;
  flex-wrap: wrap; }
  .bio-list li {
    padding: 0;
    width: 100%;
    text-align: left; }
    .bio-list li:before {
      display: none; }
    .bio-list li:first-child:nth-last-child(n+4), .bio-list li:first-child:nth-last-child(n+4) ~ li {
      width: 50%;
      padding-right: 96px; }
      @media only screen and (max-width: 1000px) {
        .bio-list li:first-child:nth-last-child(n+4), .bio-list li:first-child:nth-last-child(n+4) ~ li {
          padding-right: 32px; } }
      @media (min-width: 0em) and (max-width: 48em) {
        .bio-list li:first-child:nth-last-child(n+4), .bio-list li:first-child:nth-last-child(n+4) ~ li {
          width: 100%; } }
      .bio-list li:first-child:nth-last-child(n+4):nth-child(2n), .bio-list li:first-child:nth-last-child(n+4) ~ li:nth-child(2n) {
        border-left: 1px solid #cccccc;
        padding-right: 0;
        padding-left: 96px; }
        @media only screen and (max-width: 1000px) {
          .bio-list li:first-child:nth-last-child(n+4):nth-child(2n), .bio-list li:first-child:nth-last-child(n+4) ~ li:nth-child(2n) {
            padding-left: 64px; } }
        @media (min-width: 0em) and (max-width: 48em) {
          .bio-list li:first-child:nth-last-child(n+4):nth-child(2n), .bio-list li:first-child:nth-last-child(n+4) ~ li:nth-child(2n) {
            border: 0;
            padding-left: 0; } }
  .bio-list.rows {
    display: block; }
    .bio-list.rows li {
      display: flex;
      margin: 0 0 96px 0; }
      @media (min-width: 0em) and (max-width: 48em) {
        .bio-list.rows li {
          display: block;
          margin: 0 0 48px 0; } }
      .bio-list.rows li:first-child:nth-last-child(n+4), .bio-list.rows li:first-child:nth-last-child(n+4) ~ li {
        width: 100%;
        padding: 0; }
        .bio-list.rows li:first-child:nth-last-child(n+4):nth-child(2n), .bio-list.rows li:first-child:nth-last-child(n+4) ~ li:nth-child(2n) {
          border: 0;
          padding-left: 0; }
      .bio-list.rows li > div {
        flex: 0 0 50%;
        padding-left: 64px;
        border-left: 1px solid #ccc; }
        @media only screen and (max-width: 1000px) {
          .bio-list.rows li > div {
            flex: 0 0 300px; } }
        @media (min-width: 0em) and (max-width: 48em) {
          .bio-list.rows li > div {
            flex: 1 100%;
            border-bottom: 1px solid #ccc;
            border-left: 0;
            padding: 0 16px 48px 16px; } }
        .bio-list.rows li > div:only-child {
          flex: 0 0 100%; }
        .bio-list.rows li > div p {
          padding-bottom: 16px; }
          .bio-list.rows li > div p:last-child {
            padding: 0; }
      .bio-list.rows li > a {
        flex: 1 1 auto;
        border: 0;
        padding: 32px 96px 32px 0;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center; }
        @media (min-width: 0em) and (max-width: 48em) {
          .bio-list.rows li > a {
            padding: 0 0 16px 0;
            align-items: flex-start; } }
        .bio-list.rows li > a img {
          max-width: 100%;
          width: auto; }
          @media only screen and (max-width: 1000px) {
            .bio-list.rows li > a img {
              width: 100%; } }
          @media (min-width: 0em) and (max-width: 48em) {
            .bio-list.rows li > a img {
              width: auto; } }

h2 + .bio-list {
  padding-top: 32px; }

.wp-block-columns.is-style-colored {
  display: flex;
  margin-bottom: 96px; }
  @media only screen and (max-width: 1000px) {
    .wp-block-columns.is-style-colored {
      display: block; } }
  @media (min-width: 0em) and (max-width: 48em) {
    .wp-block-columns.is-style-colored {
      margin-left: -32px;
      margin-right: -32px;
      margin-bottom: 48px; } }
  @media only screen and (max-width: 600px) {
    .wp-block-columns.is-style-colored {
      margin-left: -16px;
      margin-right: -16px; } }
  .wp-block-columns.is-style-colored > div.wp-block-column {
    padding: 96px 96px 64px 96px;
    margin: 0;
    flex: 1; }
    @media (min-width: 0em) and (max-width: 48em) {
      .wp-block-columns.is-style-colored > div.wp-block-column {
        padding: 32px 32px 1px 32px; } }
    .wp-block-columns.is-style-colored > div.wp-block-column h2, .wp-block-columns.is-style-colored > div.wp-block-column h3, .wp-block-columns.is-style-colored > div.wp-block-column h4, .wp-block-columns.is-style-colored > div.wp-block-column p, .wp-block-columns.is-style-colored > div.wp-block-column a:not(.btn):not(.wp-block-button__link) {
      color: #ffffff; }
    .wp-block-columns.is-style-colored > div.wp-block-column:nth-child(2n) {
      background: #028EA5;
      padding-right: calc(50% - 600px); }
      @media only screen and (max-width: 1250px) {
        .wp-block-columns.is-style-colored > div.wp-block-column:nth-child(2n) {
          padding-right: 132px;
          padding-left: 132px; } }
      @media (min-width: 0em) and (max-width: 48em) {
        .wp-block-columns.is-style-colored > div.wp-block-column:nth-child(2n) {
          padding-right: 32px;
          padding-left: 32px; } }
      @media only screen and (max-width: 600px) {
        .wp-block-columns.is-style-colored > div.wp-block-column:nth-child(2n) {
          padding-right: 16px;
          padding-left: 16px; } }
    .wp-block-columns.is-style-colored > div.wp-block-column:nth-child(2n+1) {
      background: #263C5A;
      padding-left: calc(50% - 600px); }
      @media only screen and (max-width: 1250px) {
        .wp-block-columns.is-style-colored > div.wp-block-column:nth-child(2n+1) {
          padding-left: 132px;
          padding-right: 132px; } }
      @media (min-width: 0em) and (max-width: 48em) {
        .wp-block-columns.is-style-colored > div.wp-block-column:nth-child(2n+1) {
          padding-left: 32px;
          padding-right: 32px; } }
      @media only screen and (max-width: 600px) {
        .wp-block-columns.is-style-colored > div.wp-block-column:nth-child(2n+1) {
          padding-right: 16px;
          padding-left: 16px; } }
  .wp-block-columns.is-style-colored.full {
    margin-bottom: 0; }

.wp-block-columns.is-style-has-callout {
  margin: 0 0 32px 0; }
  .wp-block-columns.is-style-has-callout .wp-block-column {
    flex: 1 1 auto; }
    .wp-block-columns.is-style-has-callout .wp-block-column:last-child:not(:only-child) {
      flex: 0 0 400px;
      box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.25);
      padding: 48px 32px;
      margin: 0;
      background: #ffffff;
      z-index: 10; }
    .wp-block-columns.is-style-has-callout .wp-block-column:first-child:not(:only-child) {
      padding-right: 64px; }
      @media only screen and (max-width: 1000px) {
        .wp-block-columns.is-style-has-callout .wp-block-column:first-child:not(:only-child) {
          padding-right: 0;
          margin-bottom: 48px; } }
  @media only screen and (max-width: 1000px) {
    .wp-block-columns.is-style-has-callout {
      display: block; } }

.wp-block-columns.is-style-separator {
  display: flex; }
  @media (min-width: 0em) and (max-width: 48em) {
    .wp-block-columns.is-style-separator {
      display: block; } }
  .wp-block-columns.is-style-separator .wp-block-column {
    flex: 1;
    padding: 0 25px;
    border-left: 2px solid #CCCCCC; }
    @media (min-width: 0em) and (max-width: 48em) {
      .wp-block-columns.is-style-separator .wp-block-column {
        padding: 0;
        border: 0; } }
    .wp-block-columns.is-style-separator .wp-block-column:first-child {
      border: 0;
      padding-left: 0;
      text-align: center;
      display: flex;
      flex-direction: column;
      align-items: center;
      justify-content: center; }
      @media (min-width: 0em) and (max-width: 48em) {
        .wp-block-columns.is-style-separator .wp-block-column:first-child {
          display: block;
          text-align: left; } }

.main-hero + .content-block-frame .wrapper .wp-block-columns.is-style-has-callout:first-child, .back + .content-block-frame .wrapper .wp-block-columns.is-style-has-callout:first-child, .crumb + .content-block-frame .wrapper .wp-block-columns.is-style-has-callout:first-child {
  margin-top: -48px; }
  @media only screen and (max-width: 1000px) {
    .main-hero + .content-block-frame .wrapper .wp-block-columns.is-style-has-callout:first-child, .back + .content-block-frame .wrapper .wp-block-columns.is-style-has-callout:first-child, .crumb + .content-block-frame .wrapper .wp-block-columns.is-style-has-callout:first-child {
      margin-top: 0; } }

.author {
  display: flex; }
  @media only screen and (max-width: 500px) {
    .author {
      display: block; } }
  .author p {
    font-weight: 500; }
  .author > div:first-child:not(:only-child) {
    flex: 0 0 150px;
    padding-right: 16px; }
    @media only screen and (max-width: 500px) {
      .author > div:first-child:not(:only-child) {
        text-align: center; } }
    .author > div:first-child:not(:only-child) img {
      width: 100%; }
      @media only screen and (max-width: 500px) {
        .author > div:first-child:not(:only-child) img {
          max-width: 150px;
          margin: 0 auto 16px auto; } }

.social {
  display: flex;
  align-items: center; }
  .social li {
    padding: 0 16px 0 0;
    margin: 0; }
    .social li:before {
      display: none; }
    .social li a {
      border: 0;
      font-size: 22px; }
    .social li.mail a {
      color: #8F8F8F; }
    .social li.linkedin a {
      color: #007BB8;
      font-size: 24px; }
    .social li.facebook a {
      color: #3A5A97; }
    .social li.twitter a {
      color: #25A4EF; }

.box {
  display: flex;
  background: #F2F2F2;
  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.25);
  margin: 0 0 64px 0; }
  @media (min-width: 0em) and (max-width: 48em) {
    .box {
      margin: 0 0 48px 0;
      display: block; } }
  .box div:first-child:not(:last-child) {
    padding: 0;
    flex: 0 0 350px; }
    .box div:first-child:not(:last-child) img {
      width: 100%; }
  .box div:last-child {
    padding: 64px 32px 32px 32px; }
    @media (min-width: 0em) and (max-width: 48em) {
      .box div:last-child {
        padding: 32px 16px 0 16px; } }

.pagination, .woocommerce-pagination {
  text-align: center;
  display: flex;
  justify-content: center; }
  .pagination .nav-links, .pagination ul.page-numbers, .woocommerce-pagination .nav-links, .woocommerce-pagination ul.page-numbers {
    display: flex; }
  .pagination .page-numbers, .woocommerce-pagination .page-numbers {
    display: inline-block;
    width: 32px;
    height: 32px;
    line-height: 32px  !important;
    border: 1px solid #DFE3E8;
    border-radius: 4px !important;
    text-align: center;
    font-weight: 700 !important;
    font-size: 14px !important;
    margin: 0 4px !important;
    padding: 0 !important; }
    .pagination .page-numbers span, .woocommerce-pagination .page-numbers span {
      display: none; }
    .pagination .page-numbers.current, .woocommerce-pagination .page-numbers.current {
      color: #4DB1BD !important;
      background: #ffffff !important;
      border: 1px solid #4DB1BD !important; }
    .pagination .page-numbers.next, .pagination .page-numbers.prev, .woocommerce-pagination .page-numbers.next, .woocommerce-pagination .page-numbers.prev {
      position: relative;
      font-size: 0 !important; }
      .pagination .page-numbers.next:before, .pagination .page-numbers.prev:before, .woocommerce-pagination .page-numbers.next:before, .woocommerce-pagination .page-numbers.prev:before {
        /* use !important to prevent issues with browser extensions that change fonts */
        font-family: "icon" !important;
        speak: never;
        font-style: normal;
        font-weight: normal;
        font-variant: normal;
        text-transform: none;
        line-height: 1;
        /* Better Font Rendering =========== */
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        position: absolute;
        left: 50%;
        top: 50%;
        font-size: 18px;
        color: #C4CDD5;
        transform: translate(-50%, -50%); }
    .pagination .page-numbers.next:before, .woocommerce-pagination .page-numbers.next:before {
      content: ""; }
    .pagination .page-numbers.prev:before, .woocommerce-pagination .page-numbers.prev:before {
      content: ""; }

.woocommerce-pagination ul.page-numbers {
  border: 0 !important;
  display: flex !important;
  flex-wrap: wrap;
  width: auto !important;
  height: auto !important; }
  .woocommerce-pagination ul.page-numbers li {
    border: 0 !important;
    overflow: initial !important;
    padding: 0 0 10px 0 !important; }
    .woocommerce-pagination ul.page-numbers li:before {
      display: none; }

.wc-block-components-pagination {
  text-align: center;
  display: flex;
  justify-content: center;
  margin: 0 0 32px 0; }
  .wc-block-components-pagination button {
    display: inline-block;
    width: 32px;
    height: 32px;
    line-height: 32px  !important;
    border: 1px solid #DFE3E8 !important;
    border-radius: 4px !important;
    text-align: center;
    font-weight: 700 !important;
    font-size: 14px !important;
    margin: 0 4px !important;
    padding: 0 !important;
    min-width: 1px !important;
    cursor: pointer;
    background: #ffffff !important; }
    .wc-block-components-pagination button.wc-block-pagination-page--active {
      color: #4DB1BD !important;
      background: #ffffff !important;
      border: 1px solid #4DB1BD !important; }
    .wc-block-components-pagination button.wc-block-components-pagination-page--arrow {
      position: relative;
      font-size: 0 !important; }
      .wc-block-components-pagination button.wc-block-components-pagination-page--arrow:before {
        /* use !important to prevent issues with browser extensions that change fonts */
        font-family: "icon" !important;
        speak: never;
        font-style: normal;
        font-weight: normal;
        font-variant: normal;
        text-transform: none;
        line-height: 1;
        /* Better Font Rendering =========== */
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        content: "";
        position: absolute;
        left: 50%;
        top: 50%;
        font-size: 18px;
        color: #C4CDD5;
        transform: translate(-50%, -50%); }
    .wc-block-components-pagination button.wc-block-components-pagination-page--arrow:last-child:before {
      content: "" !important; }

.fp-loading {
  position: absolute;
  width: 100%;
  text-align: center; }
  .fp-loading span {
    display: inline-block;
    width: 20px;
    height: 20px;
    border: 3px solid #4DB1BD;
    border-left: 0;
    border-right: 0;
    border-radius: 50%;
    animation: loading-rotate 0.7s infinite linear; }

.load-more-container {
  min-height: 50px;
  position: relative; }

@keyframes loading-rotate {
  0% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(360deg); } }

.wp-block-table {
  position: relative; }
  .wp-block-table .load-more-container {
    display: none;
    position: absolute;
    width: 100%;
    height: 100%;
    padding: 0;
    background: rgba(255, 255, 255, 0.6);
    opacity: 0;
    transition: opacity ease 0.3s; }
    .wp-block-table .load-more-container.visible {
      opacity: 1;
      display: block; }
    .wp-block-table .load-more-container .fp-loading {
      width: 80px;
      left: 50%;
      top: 50px;
      transform: translateX(-50%); }

.clickable {
  cursor: pointer; }

#cookie-notice {
  font-family: "Montserrat", "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif !important; }
  #cookie-notice .cookie-notice-container #cn-notice-text {
    font-family: "Montserrat", "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif !important; }
  #cookie-notice .cn-button {
    background: #4DB1BD;
    font-family: "Montserrat", "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif !important; }

.tabs {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 32px 0 64px 0; }
  @media (min-width: 0em) and (max-width: 48em) {
    .tabs {
      margin: 0 0 32px 0; } }
  .tabs .tab-content {
    width: 100%;
    order: 40;
    background: #F2F2F2;
    border-radius: 0 0 6px 6px;
    padding: 64px 32px 32px 32px;
    display: none; }
    .tabs .tab-content p:not([class*="is-style"]) {
      font-size: 16px; }
    @media (min-width: 0em) and (max-width: 48em) {
      .tabs .tab-content {
        order: initial; } }
  .tabs .tab {
    padding: 16px;
    max-width: 180px; }
    @media (min-width: 0em) and (max-width: 48em) {
      .tabs .tab {
        width: 100%;
        max-width: 100%;
        border-bottom: 1px solid #465B78; } }
    .tabs .tab a {
      font-weight: 500;
      border: 0;
      color: #626475;
      text-align: center;
      display: block; }
      .tabs .tab a:hover {
        color: #465B78; }
    .tabs .tab.active {
      background: #465B78;
      border-radius: 6px 6px 0 0; }
      .tabs .tab.active a {
        color: #ffffff; }
      .tabs .tab.active + .tab-content {
        display: block; }

.tabs.is-style-tab-navigation {
  justify-content: flex-start;
  background: #F2F2F2;
  margin: 0; }
  .tabs.is-style-tab-navigation .tab-content {
    background: #ffffff;
    padding-left: 0;
    padding-right: 0; }
    .tabs.is-style-tab-navigation .tab-content .wp-block-table {
      margin: 0 0 32px 0; }
    @media (min-width: 0em) and (max-width: 48em) {
      .tabs.is-style-tab-navigation .tab-content {
        padding-top: 32px; } }
  .tabs.is-style-tab-navigation .tab {
    max-width: 100%;
    padding: 0 48px 0 0;
    position: relative; }
    @media (min-width: 0em) and (max-width: 48em) {
      .tabs.is-style-tab-navigation .tab {
        padding: 0; } }
    .tabs.is-style-tab-navigation .tab:before {
      content: '';
      position: absolute;
      left: calc(50% - 50vw);
      top: 0;
      width: 150vw;
      height: 100%;
      background: #F2F2F2;
      border-bottom: 1px solid #ADADAD; }
    .tabs.is-style-tab-navigation .tab a {
      color: #666;
      border-bottom: 2px solid transparent;
      padding: 16px 0 16px 0;
      font-size: 20px;
      position: relative;
      z-index: 10; }
    .tabs.is-style-tab-navigation .tab.active {
      background: none; }
      .tabs.is-style-tab-navigation .tab.active a {
        background: none;
        color: #000000;
        border-bottom: 2px solid #008FA0; }

/* products styles */
.product-layout {
  display: flex;
  align-items: flex-start;
  padding: 96px 0 0 0; }
  @media only screen and (max-width: 1200px) {
    .product-layout {
      display: block;
      padding: 32px 0 0 0; } }
  .product-layout .summary {
    width: 420px !important;
    min-height: 600px;
    float: none !important;
    background: #FFFFFF;
    box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.25);
    padding: 32px;
    margin: -64px 0 0 0;
    position: relative;
    z-index: 10; }
    @media only screen and (max-width: 1200px) {
      .product-layout .summary {
        margin: 0;
        width: 100% !important; } }
    .product-layout .summary.is-subscription .wc-memberships-variation-member-discount {
      display: none; }
    .product-layout .summary .woocommerce-product-gallery__trigger, .product-layout .summary .woocommerce-product-details__short-description {
      display: none; }
    .product-layout .summary .woocommerce-product-gallery {
      float: none !important;
      width: 100% !important; }
      .product-layout .summary .woocommerce-product-gallery .flex-control-nav {
        list-style: none;
        display: flex;
        margin: 16px 0 32px 0 !important; }
        .product-layout .summary .woocommerce-product-gallery .flex-control-nav li {
          border: 1px solid #626475;
          margin-right: 10px !important; }
          .product-layout .summary .woocommerce-product-gallery .flex-control-nav li:last-child {
            margin-right: 0 !important; }
    .product-layout .summary .woocommerce-info {
      padding: 16px; }
      .product-layout .summary .woocommerce-info:before {
        display: none; }
    .product-layout .summary .flex-viewport {
      border: 1px solid #626475; }
      .product-layout .summary .flex-viewport figure {
        margin: 0 0 32px 0; }
    .product-layout .summary form.cart {
      margin: 0 !important; }
      .product-layout .summary form.cart .button.single_add_to_cart_button {
        padding-top: 0;
        padding-bottom: 0;
        margin: 0;
        width: 100%;
        float: none;
        font-size: 16px; }
        .product-layout .summary form.cart .button.single_add_to_cart_button:before {
          content: "";
          /* use !important to prevent issues with browser extensions that change fonts */
          font-family: "icon" !important;
          speak: never;
          font-style: normal;
          font-weight: normal;
          font-variant: normal;
          text-transform: none;
          line-height: 1;
          /* Better Font Rendering =========== */
          -webkit-font-smoothing: antialiased;
          -moz-osx-font-smoothing: grayscale;
          font-size: 20px;
          margin-right: 10px;
          vertical-align: -0.1em; }
      .product-layout .summary form.cart .cart.bundle_data {
        width: 100%; }
      .product-layout .summary form.cart .variations label {
        font-weight: 400 !important; }
      .product-layout .summary form.cart .bundle_availability p.stock {
        margin: 0; }
    .product-layout .summary .product_meta {
      padding-top: 32px; }
      .product-layout .summary .product_meta p {
        font-size: 16px;
        padding-bottom: 16px; }
      .product-layout .summary .product_meta .posted_in {
        font-weight: 700; }
        .product-layout .summary .product_meta .posted_in a {
          font-weight: 400; }
    .product-layout .summary .bundle_error {
      margin-bottom: 16px !important; }
    .product-layout .summary .woocommerce-info {
      margin: 16px 0 0 0; }
      .product-layout .summary .woocommerce-info ul li:before {
        display: none; }
    .product-layout .summary .product_title {
      font-size: 22px;
      font-weight: 500; }
    .product-layout .summary .price {
      font-size: 22px !important;
      font-weight: 700;
      display: flex;
      flex-wrap: wrap;
      color: #121212;
      padding: 0; }
      .product-layout .summary .price del, .product-layout .summary .price ins {
        width: 100%; }
      .product-layout .summary .price del {
        order: 3;
        opacity: 1 !important;
        font-size: 22px;
        text-decoration: none !important;
        margin: 0 0 16px 0; }
        .product-layout .summary .price del:before {
          content: 'Non-Member Price ';
          font-size: 18px;
          color: #121212;
          font-weight: 400; }
      .product-layout .summary .price ins {
        text-decoration: none;
        margin: 0 0 16px 0; }
        .product-layout .summary .price ins:before {
          content: 'Member Price';
          font-size: 18px;
          color: #121212;
          font-weight: 400; }
      .product-layout .summary .price > .woocommerce-Price-amount.amount {
        width: 100%;
        float: none;
        margin: 0 0 16px 0; }
        .product-layout .summary .price > .woocommerce-Price-amount.amount span {
          float: none; }
        .product-layout .summary .price > .woocommerce-Price-amount.amount bdi {
          float: right; }
        .product-layout .summary .price > .woocommerce-Price-amount.amount:before {
          content: 'Non-Member Price ';
          font-size: 18px;
          color: #121212;
          font-weight: 400; }
      .product-layout .summary .price span {
        color: #000000;
        float: right; }
        .product-layout .summary .price span span {
          float: none; }
    .product-layout .summary .woocommerce-variation {
      display: flex;
      align-items: center;
      justify-content: space-between; }
      .product-layout .summary .woocommerce-variation.single_variation {
        justify-content: flex-start; }
        .product-layout .summary .woocommerce-variation.single_variation .woocommerce-variation-price, .product-layout .summary .woocommerce-variation.single_variation .woocommerce-variation-price .price {
          width: 100%; }
          .product-layout .summary .woocommerce-variation.single_variation .woocommerce-variation-price .woocommerce-Price-amount, .product-layout .summary .woocommerce-variation.single_variation .woocommerce-variation-price .price .woocommerce-Price-amount {
            display: flex;
            justify-content: space-between; }
    .product-layout .summary .variations td, .product-layout .summary .single_variation_wrap p {
      padding: 0; }
    .product-layout .summary select {
      border: 2px solid #FFA43D;
      -webkit-appearance: none;
      -moz-appearance: none;
      background: #fff url(../images/arrow-dropdown.png) right center no-repeat;
      width: 100%;
      text-indent: 0.01px;
      text-overflow: "";
      text-transform: uppercase;
      font-size: 16px;
      margin: 0 0 5px 0;
      padding: 0 70px 0 16px;
      height: 50px;
      line-height: 50px;
      -moz-box-sizing: border-box;
      -webkit-box-sizing: border-box;
      box-sizing: border-box;
      box-shadow: none;
      cursor: pointer; }
    .product-layout .summary button, .product-layout .summary button:hover {
      background: #FFA43D !important;
      border: 0;
      height: 50px;
      line-height: 50px;
      padding: 0 10px;
      border-radius: 6px;
      min-width: 100%;
      width: 100%;
      font-size: 14px;
      color: #000000 !important; }
    .product-layout .summary button.button.disabled {
      padding: 0 10px; }
    .product-layout .summary input[type="number"] {
      border: 2px solid #FFA43D;
      border-radius: 6px;
      height: 50px; }
    .product-layout .summary .single_variation_wrap {
      width: 100%; }
    .product-layout .summary .variations {
      width: 100%; }
      .product-layout .summary .variations td {
        display: block; }
        .product-layout .summary .variations td.label {
          padding: 0; }
    .product-layout .summary .reset_variations {
      font-size: 14px; }
    .product-layout .summary .quantity {
      margin: 0 0 32px 0 !important; }
  .product-layout .description {
    width: calc(100% - 420px);
    padding: 0 64px 0 0; }
    @media only screen and (max-width: 1200px) {
      .product-layout .description {
        width: 100%;
        padding: 0; } }
    .product-layout .description:only-child {
      width: 100%; }
    .product-layout .description h2 {
      font-size: 36px; }
      .product-layout .description h2:last-child {
        margin-bottom: 32px; }
      @media (min-width: 0em) and (max-width: 48em) {
        .product-layout .description h2 {
          font-size: 30px; } }
    .product-layout .description .intro {
      position: relative;
      margin: 0 0 32px 0;
      padding: 32px 0 1px 0; }
      .product-layout .description .intro .crumb {
        font-size: 14px; }
      .product-layout .description .intro div.is-style-small-text {
        margin: 0 0 32px 0; }
        .product-layout .description .intro div.is-style-small-text img {
          vertical-align: -0.4em; }
        .product-layout .description .intro div.is-style-small-text p {
          display: inline;
          font-weight: 700; }
      .product-layout .description .intro > * {
        position: relative;
        z-index: 10; }
      .product-layout .description .intro:before {
        content: '';
        position: absolute;
        margin-left: calc(50% - 50vw);
        left: 0;
        top: 0;
        width: 150vw;
        height: 100%;
        background: #F2F2F2; }

/*

Product Variations here
*/
.bundled_product.bundled_product_summary.product {
  border: 1px solid #f0f0f0;
  padding: 8px;
  width: 100%; }

.bundle_wrap .additional-copy {
  padding-bottom: 20px;
  font-size: 14px; }

.bundle_wrap .additional-heading {
  margin-bottom: 3px; }

.bundle_wrap .additional-heading + .bundle_price {
  padding-top: 20px; }

.price > span {
  display: flex;
  justify-content: space-between; }

.price > span .woocommerce-Price-currencySymbol {
  margin-left: auto; }

.product-layout .summary .woocommerce-grouped-product-list {
  margin: 0 0 16px 0; }
  .product-layout .summary .woocommerce-grouped-product-list tr {
    display: flex;
    flex-wrap: wrap;
    border-bottom: 1px solid #626475;
    padding: 15px 0 10px; }
    .product-layout .summary .woocommerce-grouped-product-list tr .woocommerce-grouped-product-list-item__label {
      width: 70%;
      padding-left: 0 !important;
      padding-bottom: 0 !important; }
    .product-layout .summary .woocommerce-grouped-product-list tr .woocommerce-grouped-product-list-item__price {
      width: 30%;
      text-align: right; }
      .product-layout .summary .woocommerce-grouped-product-list tr .woocommerce-grouped-product-list-item__price .stock {
        font-size: 14px;
        padding: 0; }
      .product-layout .summary .woocommerce-grouped-product-list tr .woocommerce-grouped-product-list-item__price .woocommerce-Price-amount {
        font-weight: 700; }
    .product-layout .summary .woocommerce-grouped-product-list tr .woocommerce-grouped-product-list-item__quantity {
      width: 100% !important;
      order: 4;
      text-align: left !important; }
      .product-layout .summary .woocommerce-grouped-product-list tr .woocommerce-grouped-product-list-item__quantity .quantity {
        margin: 0 !important; }
      .product-layout .summary .woocommerce-grouped-product-list tr .woocommerce-grouped-product-list-item__quantity .button {
        width: 100%;
        font-size: 14px; }

.related.products h2, .up-sells.products h2, .bundle.products h2 {
  font-size: 28px; }

@media (min-width: 0em) and (max-width: 48em) {
  .related.products ul.products, .up-sells.products ul.products, .bundle.products ul.products {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between; }
    .related.products ul.products:before, .related.products ul.products:after, .up-sells.products ul.products:before, .up-sells.products ul.products:after, .bundle.products ul.products:before, .bundle.products ul.products:after {
      display: none; } }

.related.products ul.products li, .up-sells.products ul.products li, .bundle.products ul.products li {
  float: none;
  width: 100%;
  border: 1px solid #626475;
  border-radius: 6px;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  padding: 16px;
  margin: 0 0 32px 0; }
  @media (min-width: 0em) and (max-width: 48em) {
    .related.products ul.products li, .up-sells.products ul.products li, .bundle.products ul.products li {
      width: 100% !important;
      flex-direction: column;
      float: none !important;
      margin: 0 0 16px 0 !important; } }
  @media only screen and (max-width: 600px) {
    .related.products ul.products li, .up-sells.products ul.products li, .bundle.products ul.products li {
      width: 100% !important; } }
  .related.products ul.products li a.woocommerce-LoopProduct-link, .up-sells.products ul.products li a.woocommerce-LoopProduct-link, .bundle.products ul.products li a.woocommerce-LoopProduct-link {
    font-size: 16px;
    border: 0;
    padding: 0 25px 0 0;
    width: calc(100% - 200px); }
    @media (min-width: 0em) and (max-width: 48em) {
      .related.products ul.products li a.woocommerce-LoopProduct-link, .up-sells.products ul.products li a.woocommerce-LoopProduct-link, .bundle.products ul.products li a.woocommerce-LoopProduct-link {
        width: 100%; } }
    .related.products ul.products li a.woocommerce-LoopProduct-link img, .up-sells.products ul.products li a.woocommerce-LoopProduct-link img, .bundle.products ul.products li a.woocommerce-LoopProduct-link img {
      display: none; }
    .related.products ul.products li a.woocommerce-LoopProduct-link p:last-child, .up-sells.products ul.products li a.woocommerce-LoopProduct-link p:last-child, .bundle.products ul.products li a.woocommerce-LoopProduct-link p:last-child {
      padding-bottom: 0; }
      @media (min-width: 0em) and (max-width: 48em) {
        .related.products ul.products li a.woocommerce-LoopProduct-link p:last-child, .up-sells.products ul.products li a.woocommerce-LoopProduct-link p:last-child, .bundle.products ul.products li a.woocommerce-LoopProduct-link p:last-child {
          padding-bottom: 10px; } }
  .related.products ul.products li .button, .up-sells.products ul.products li .button, .bundle.products ul.products li .button {
    margin: 0;
    background: none;
    border: 2px solid #FFA43D;
    border-radius: 6px;
    font-size: 14px;
    padding: 15px 30px;
    margin: 0 !important;
    text-transform: uppercase;
    white-space: nowrap;
    width: 200px;
    text-align: center; }
    @media (min-width: 0em) and (max-width: 48em) {
      .related.products ul.products li .button, .up-sells.products ul.products li .button, .bundle.products ul.products li .button {
        width: 100%; } }
    .related.products ul.products li .button:hover, .up-sells.products ul.products li .button:hover, .bundle.products ul.products li .button:hover {
      background: #FFA43D;
      color: #000000; }
  .related.products ul.products li .price, .up-sells.products ul.products li .price, .bundle.products ul.products li .price {
    display: none; }
  .related.products ul.products li:before, .up-sells.products ul.products li:before, .bundle.products ul.products li:before {
    display: none; }

@media (min-width: 0em) and (max-width: 48em) {
  .woocommerce .woocommerce-ordering {
    width: 100%; } }

select.wc-block-sort-select__select, .woocommerce .woocommerce-ordering select {
  border: 2px solid #FFA43D;
  -webkit-appearance: none;
  -moz-appearance: none;
  background: #fff url(../images/arrow-dropdown.png) right center no-repeat;
  text-indent: 0.01px;
  text-overflow: "";
  text-transform: uppercase;
  font-size: 16px;
  margin: 0 0 5px 0;
  padding: 0 70px 0 16px;
  height: 50px;
  line-height: 50px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  box-shadow: none;
  cursor: pointer;
  width: auto;
  max-width: 100%; }
  @media (min-width: 0em) and (max-width: 48em) {
    select.wc-block-sort-select__select, .woocommerce .woocommerce-ordering select {
      width: 100%; } }

.wc-block-all-products .wc-block-sort-select {
  text-align: right; }

.wc-block-all-products .wc-block-grid__products li {
  display: flex;
  flex-direction: column;
  margin: 0 0 32px 0;
  text-align: left; }
  .wc-block-all-products .wc-block-grid__products li:before {
    display: none; }
  .wc-block-all-products .wc-block-grid__products li h2 {
    font-size: 18px;
    text-align: left;
    font-weight: 500; }
  .wc-block-all-products .wc-block-grid__products li .wp-block-button {
    margin: auto 0 0 0;
    width: 100%; }
    .wc-block-all-products .wc-block-grid__products li .wp-block-button .wp-block-button__link {
      width: 100%; }
  .wc-block-all-products .wc-block-grid__products li .wc-block-grid__product-price {
    margin: 0 0 16px 0; }

ul.products {
  display: flex;
  flex-wrap: wrap; }
  @media (min-width: 0em) and (max-width: 48em) {
    ul.products {
      justify-content: space-between; } }
  ul.products li {
    float: none;
    display: flex;
    flex-direction: column;
    margin: 0 0 32px 0; }
    @media only screen and (max-width: 480px) {
      ul.products li {
        width: 100% !important; } }
    ul.products li:before {
      display: none; }
    ul.products li a {
      border: 0; }
      ul.products li a img {
        border: 1px solid #626475;
        padding: 10px; }
    ul.products li h2 {
      font-size: 18px !important;
      text-align: left; }
    ul.products li .button {
      margin: auto 0 0 0 !important; }
    ul.products li .price {
      color: #121212 !important;
      font-weight: 700 !important; }

.woocommerce .woocommerce-form, .woocommerce .woocommerce-ResetPassword {
  background: #FFFFFF;
  box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.25);
  max-width: 400px;
  border: 0;
  padding: 32px; }
  @media (min-width: 0em) and (max-width: 48em) {
    .woocommerce .woocommerce-form, .woocommerce .woocommerce-ResetPassword {
      max-width: 100%; } }
  .woocommerce .woocommerce-form .form-row, .woocommerce .woocommerce-ResetPassword .form-row {
    width: 100%; }
    .woocommerce .woocommerce-form .form-row label, .woocommerce .woocommerce-ResetPassword .form-row label {
      font-size: 14px;
      padding: 0; }
    .woocommerce .woocommerce-form .form-row [type="checkbox"]:not(:checked), .woocommerce .woocommerce-form .form-row [type="checkbox"]:checked, .woocommerce .woocommerce-ResetPassword .form-row [type="checkbox"]:not(:checked), .woocommerce .woocommerce-ResetPassword .form-row [type="checkbox"]:checked {
      position: relative;
      left: auto; }
  .woocommerce .woocommerce-form .woocommerce-LostPassword, .woocommerce .woocommerce-ResetPassword .woocommerce-LostPassword {
    width: 100%;
    text-align: center;
    font-size: 16px; }
  .woocommerce .woocommerce-form .woocommerce-form-login__submit, .woocommerce .woocommerce-form .button, .woocommerce .woocommerce-form .button:hover, .woocommerce .woocommerce-form .button:active, .woocommerce .woocommerce-form .button:focus, .woocommerce .woocommerce-ResetPassword .woocommerce-form-login__submit, .woocommerce .woocommerce-ResetPassword .button, .woocommerce .woocommerce-ResetPassword .button:hover, .woocommerce .woocommerce-ResetPassword .button:active, .woocommerce .woocommerce-ResetPassword .button:focus {
    background: #FFA43D !important;
    border: 1px solid #FFA43D;
    width: 100%;
    color: #000000;
    font-size: 16px;
    height: 45px;
    line-height: 45px;
    padding: 0 15px !important;
    border-radius: 6px;
    margin: 15px 0 0 0; }

.woocommerce-notices-wrapper li:before {
  display: none; }

.woocommerce .wc-memberships-member-discount {
  display: none; }

.woocommerce table.my_account_orders {
  font-size: 16px; }

.woocommerce .woocommerce-Addresses.col2-set .col-1, .woocommerce .woocommerce-Addresses.col2-set .col-2 {
  width: 100% !important;
  float: none; }

.woocommerce .woocommerce-Addresses.col2-set .col-1 {
  border-bottom: 1px solid #F2F2F2;
  padding-bottom: 32px;
  margin-bottom: 32px; }

.woocommerce-MyAccount-content .woocommerce-EditAccountForm fieldset {
  width: 100%;
  margin: 10px 0 32px 0; }

.woocommerce-MyAccount-content .woocommerce-EditAccountForm span em {
  font-size: 13px; }

.woocommerce-MyAccount-content .woocommerce-EditAccountForm button {
  background: #FFA43D !important;
  border: 1px solid #FFA43D;
  width: 100%;
  color: #000000;
  font-size: 16px;
  height: 45px;
  line-height: 45px;
  padding: 0 15px !important;
  border-radius: 6px;
  margin: 15px 0 0 0; }

.woocommerce-cart .woocommerce-flex {
  display: flex;
  flex-wrap: wrap;
  margin-left: -100px;
  margin-right: -100px; }
  @media only screen and (max-width: 1450px) {
    .woocommerce-cart .woocommerce-flex {
      margin-left: 0;
      margin-right: 0; } }
  .woocommerce-cart .woocommerce-flex .woocommerce {
    margin: 0; }
  .woocommerce-cart .woocommerce-flex .woocommerce-notices-wrapper {
    width: 100%; }
  .woocommerce-cart .woocommerce-flex table.shop_table_responsive tr:nth-child(2n) td, .woocommerce-cart .woocommerce-flex .woocommerce-page table.shop_table_responsive tr:nth-child(2n) td {
    background: none; }
  .woocommerce-cart .woocommerce-flex .woocommerce-cart-form {
    width: calc(100% - 432px);
    margin: 0 32px 0 0;
    background: #F2F2F2;
    border-radius: 6px; }
    @media only screen and (max-width: 1450px) {
      .woocommerce-cart .woocommerce-flex .woocommerce-cart-form {
        width: 100%;
        margin: 0 0 32px 0; } }
    .woocommerce-cart .woocommerce-flex .woocommerce-cart-form table.shop_table {
      padding: 0 32px; }
      @media (min-width: 0em) and (max-width: 48em) {
        .woocommerce-cart .woocommerce-flex .woocommerce-cart-form table.shop_table {
          padding: 0 16px; } }
      .woocommerce-cart .woocommerce-flex .woocommerce-cart-form table.shop_table th {
        display: none;
        text-align: right; }
      .woocommerce-cart .woocommerce-flex .woocommerce-cart-form table.shop_table td {
        border: 0; }
    .woocommerce-cart .woocommerce-flex .woocommerce-cart-form td.product-name {
      font-weight: 400; }
      .woocommerce-cart .woocommerce-flex .woocommerce-cart-form td.product-name a {
        border: 0;
        display: block;
        font-size: 25px;
        font-weight: 700;
        line-height: 1.4; }
        @media only screen and (max-width: 1450px) {
          .woocommerce-cart .woocommerce-flex .woocommerce-cart-form td.product-name a {
            display: block;
            font-size: 20px; } }
        .woocommerce-cart .woocommerce-flex .woocommerce-cart-form td.product-name a:hover {
          text-decoration: underline; }
      .woocommerce-cart .woocommerce-flex .woocommerce-cart-form td.product-name .prod-title {
        font-size: 20px; }
        @media only screen and (max-width: 1450px) {
          .woocommerce-cart .woocommerce-flex .woocommerce-cart-form td.product-name .prod-title {
            font-size: 18px; } }
    .woocommerce-cart .woocommerce-flex .woocommerce-cart-form .button.button, .woocommerce-cart .woocommerce-flex .woocommerce-cart-form button.button:hover {
      border: 0;
      font-size: 16px; }
    .woocommerce-cart .woocommerce-flex .woocommerce-cart-form table.cart img {
      width: 200px;
      box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.4);
      border: 1px solid #121212; }
    .woocommerce-cart .woocommerce-flex .woocommerce-cart-form table.cart .product-thumbnail {
      min-width: 200px;
      width: 200px; }
    .woocommerce-cart .woocommerce-flex .woocommerce-cart-form .woocommerce-cart-form__cart-item.cart_item {
      display: flex;
      flex-wrap: wrap;
      border-bottom: 1px solid rgba(0, 0, 0, 0.2) !important;
      padding: 0 0 16px 0; }
      .woocommerce-cart .woocommerce-flex .woocommerce-cart-form .woocommerce-cart-form__cart-item.cart_item:nth-last-child(2) {
        border: 0 !important; }
      .woocommerce-cart .woocommerce-flex .woocommerce-cart-form .woocommerce-cart-form__cart-item.cart_item td.product-remove {
        width: 100%;
        text-align: right; }
        .woocommerce-cart .woocommerce-flex .woocommerce-cart-form .woocommerce-cart-form__cart-item.cart_item td.product-remove:empty {
          display: none; }
        .woocommerce-cart .woocommerce-flex .woocommerce-cart-form .woocommerce-cart-form__cart-item.cart_item td.product-remove a.remove {
          color: #121212 !important;
          font-size: 35px;
          display: inline-block;
          margin-right: -30px;
          border: 1px solid transparent;
          font-size: 0;
          width: 40px;
          height: 40px;
          position: relative; }
          @media (min-width: 0em) and (max-width: 48em) {
            .woocommerce-cart .woocommerce-flex .woocommerce-cart-form .woocommerce-cart-form__cart-item.cart_item td.product-remove a.remove {
              margin-right: -20px; } }
          .woocommerce-cart .woocommerce-flex .woocommerce-cart-form .woocommerce-cart-form__cart-item.cart_item td.product-remove a.remove:before {
            /* use !important to prevent issues with browser extensions that change fonts */
            font-family: "icon" !important;
            speak: never;
            font-style: normal;
            font-weight: normal;
            font-variant: normal;
            text-transform: none;
            line-height: 1;
            /* Better Font Rendering =========== */
            -webkit-font-smoothing: antialiased;
            -moz-osx-font-smoothing: grayscale;
            content: "";
            position: absolute;
            left: 50%;
            top: 50%;
            transform: translate(-50%, -50%);
            font-size: 20px; }
          .woocommerce-cart .woocommerce-flex .woocommerce-cart-form .woocommerce-cart-form__cart-item.cart_item td.product-remove a.remove:hover {
            background: none;
            border: 1px solid #121212; }
      .woocommerce-cart .woocommerce-flex .woocommerce-cart-form .woocommerce-cart-form__cart-item.cart_item td.product-name {
        width: calc(100% - 300px); }
        @media (min-width: 0em) and (max-width: 48em) {
          .woocommerce-cart .woocommerce-flex .woocommerce-cart-form .woocommerce-cart-form__cart-item.cart_item td.product-name {
            width: 100%;
            text-align: left !important; }
            .woocommerce-cart .woocommerce-flex .woocommerce-cart-form .woocommerce-cart-form__cart-item.cart_item td.product-name:before {
              display: none; } }
        .woocommerce-cart .woocommerce-flex .woocommerce-cart-form .woocommerce-cart-form__cart-item.cart_item td.product-name a.remove {
          width: auto;
          height: auto;
          color: #121212 !important;
          font-size: 16px;
          display: inline-block;
          text-decoration: underline;
          font-weight: 400;
          border-radius: 0;
          margin-left: 16px; }
          .woocommerce-cart .woocommerce-flex .woocommerce-cart-form .woocommerce-cart-form__cart-item.cart_item td.product-name a.remove:hover {
            background: none; }
        .woocommerce-cart .woocommerce-flex .woocommerce-cart-form .woocommerce-cart-form__cart-item.cart_item td.product-name p {
          padding: 0 0 6px 0; }
          .woocommerce-cart .woocommerce-flex .woocommerce-cart-form .woocommerce-cart-form__cart-item.cart_item td.product-name p:empty {
            display: none; }
        .woocommerce-cart .woocommerce-flex .woocommerce-cart-form .woocommerce-cart-form__cart-item.cart_item td.product-name dl.variation {
          margin-bottom: 0;
          display: none; }
        .woocommerce-cart .woocommerce-flex .woocommerce-cart-form .woocommerce-cart-form__cart-item.cart_item td.product-name > div:not(.bundled-product-name) {
          display: flex;
          align-items: center;
          float: left;
          font-size: 16px; }
        .woocommerce-cart .woocommerce-flex .woocommerce-cart-form .woocommerce-cart-form__cart-item.cart_item td.product-name .bundled_table_item_indent {
          padding-left: 0; }
        .woocommerce-cart .woocommerce-flex .woocommerce-cart-form .woocommerce-cart-form__cart-item.cart_item td.product-name .quantity input[type="number"] {
          border: 2px solid #FFA43D;
          border-radius: 6px;
          height: 50px;
          margin-left: 10px; }
        @media (min-width: 0em) and (max-width: 48em) {
          .woocommerce-cart .woocommerce-flex .woocommerce-cart-form .woocommerce-cart-form__cart-item.cart_item td.product-name:before {
            display: none; } }
      .woocommerce-cart .woocommerce-flex .woocommerce-cart-form .woocommerce-cart-form__cart-item.cart_item td.product-price, .woocommerce-cart .woocommerce-flex .woocommerce-cart-form .woocommerce-cart-form__cart-item.cart_item td.product-quantity {
        display: none; }
      .woocommerce-cart .woocommerce-flex .woocommerce-cart-form .woocommerce-cart-form__cart-item.cart_item td.product-subtotal {
        width: 100px;
        font-weight: 700;
        font-size: 22px; }
        .woocommerce-cart .woocommerce-flex .woocommerce-cart-form .woocommerce-cart-form__cart-item.cart_item td.product-subtotal .tax_label {
          display: block;
          font-size: 14px; }
        @media (min-width: 0em) and (max-width: 48em) {
          .woocommerce-cart .woocommerce-flex .woocommerce-cart-form .woocommerce-cart-form__cart-item.cart_item td.product-subtotal:before {
            display: none; } }
      .woocommerce-cart .woocommerce-flex .woocommerce-cart-form .woocommerce-cart-form__cart-item.cart_item.bundled_table_item {
        padding-left: 100px; }
        @media (min-width: 0em) and (max-width: 48em) {
          .woocommerce-cart .woocommerce-flex .woocommerce-cart-form .woocommerce-cart-form__cart-item.cart_item.bundled_table_item {
            padding-left: 0; } }
        .woocommerce-cart .woocommerce-flex .woocommerce-cart-form .woocommerce-cart-form__cart-item.cart_item.bundled_table_item .product-thumbnail {
          min-width: 100px;
          width: 100px; }
        .woocommerce-cart .woocommerce-flex .woocommerce-cart-form .woocommerce-cart-form__cart-item.cart_item.bundled_table_item .product-name .bundled-product-name a {
          font-size: 20px; }
          @media only screen and (max-width: 1450px) {
            .woocommerce-cart .woocommerce-flex .woocommerce-cart-form .woocommerce-cart-form__cart-item.cart_item.bundled_table_item .product-name .bundled-product-name a {
              font-size: 16px; } }
    .woocommerce-cart .woocommerce-flex .woocommerce-cart-form td.actions {
      vertical-align: bottom !important; }
      .woocommerce-cart .woocommerce-flex .woocommerce-cart-form td.actions .button.button {
        border: 1px solid #4277B6;
        background: none;
        font-size: 14px;
        padding: 1em; }
        .woocommerce-cart .woocommerce-flex .woocommerce-cart-form td.actions .button.button:hover {
          background: #4277B6;
          color: #ffffff !important; }
        .woocommerce-cart .woocommerce-flex .woocommerce-cart-form td.actions .button.button[aria-disabled*="true"] {
          background: none;
          color: #121212 !important; }
  .woocommerce-cart .woocommerce-flex .wc-proceed-to-checkout a.checkout-button {
    background: #4277B6;
    color: #ffffff;
    font-size: 14px;
    border: 1px solid #4277B6;
    width: 100%; }
    .woocommerce-cart .woocommerce-flex .wc-proceed-to-checkout a.checkout-button:hover, .woocommerce-cart .woocommerce-flex .wc-proceed-to-checkout a.checkout-button:active, .woocommerce-cart .woocommerce-flex .wc-proceed-to-checkout a.checkout-button:focus {
      background-color: #465B78;
      border: 1px solid #465B78;
      color: #ffffff !important; }
  .woocommerce-cart .woocommerce-flex .cart-collaterals {
    width: 400px;
    background: #F2F2F2;
    padding: 32px 32px 0 32px;
    border-radius: 6px; }
    @media only screen and (max-width: 1450px) {
      .woocommerce-cart .woocommerce-flex .cart-collaterals {
        width: 100%; } }
    .woocommerce-cart .woocommerce-flex .cart-collaterals button.button {
      min-width: 1px !important;
      background: none;
      border: 1px solid #4277B6;
      font-size: 14px;
      padding: 10px 1em; }
      .woocommerce-cart .woocommerce-flex .cart-collaterals button.button:hover {
        background: #4277B6;
        color: #ffffff !important; }
      .woocommerce-cart .woocommerce-flex .cart-collaterals button.button:last-child {
        margin-right: 0; }
    .woocommerce-cart .woocommerce-flex .cart-collaterals table.shop_table {
      table-layout: fixed; }
    .woocommerce-cart .woocommerce-flex .cart-collaterals .select2-container .select2-selection--single {
      height: 45px;
      line-height: 45px;
      border: 1px solid #121212;
      text-align: left;
      font-size: 16px; }
    .woocommerce-cart .woocommerce-flex .cart-collaterals .select2-container--default .select2-selection--single .select2-selection__rendered {
      height: 45px;
      line-height: 45px;
      color: #121212; }
    .woocommerce-cart .woocommerce-flex .cart-collaterals .select2-container--default .select2-selection--single .select2-selection__arrow {
      height: 45px; }
    .woocommerce-cart .woocommerce-flex .cart-collaterals .cart_totals {
      width: 100%;
      float: none; }
      .woocommerce-cart .woocommerce-flex .cart-collaterals .cart_totals h2 {
        font-size: 38px;
        font-weight: 700;
        text-align: center;
        border-bottom: 1px solid rgba(0, 0, 0, 0.2);
        padding-bottom: 16px; }
      .woocommerce-cart .woocommerce-flex .cart-collaterals .cart_totals .cart-subtotal th, .woocommerce-cart .woocommerce-flex .cart-collaterals .cart_totals .order-total th {
        padding: 0 0 16px 0;
        vertical-align: top;
        font-weight: 500;
        text-align: left;
        font-size: 16px;
        width: auto; }
      .woocommerce-cart .woocommerce-flex .cart-collaterals .cart_totals .cart-subtotal td, .woocommerce-cart .woocommerce-flex .cart-collaterals .cart_totals .order-total td {
        padding: 0 0 16px 0;
        text-align: right;
        font-size: 22px;
        font-weight: 700; }
        .woocommerce-cart .woocommerce-flex .cart-collaterals .cart_totals .cart-subtotal td .tax_label, .woocommerce-cart .woocommerce-flex .cart-collaterals .cart_totals .order-total td .tax_label {
          display: block;
          font-size: 14px; }
        @media (min-width: 0em) and (max-width: 48em) {
          .woocommerce-cart .woocommerce-flex .cart-collaterals .cart_totals .cart-subtotal td:before, .woocommerce-cart .woocommerce-flex .cart-collaterals .cart_totals .order-total td:before {
            font-size: 16px;
            font-weight: 500; } }
      .woocommerce-cart .woocommerce-flex .cart-collaterals .cart_totals .shipping th, .woocommerce-cart .woocommerce-flex .cart-collaterals .cart_totals .fee th, .woocommerce-cart .woocommerce-flex .cart-collaterals .cart_totals .tax-rate th {
        padding: 0 0 16px 0;
        font-weight: 500;
        text-align: left;
        border: 0;
        width: auto;
        font-size: 16px; }
      .woocommerce-cart .woocommerce-flex .cart-collaterals .cart_totals .shipping td, .woocommerce-cart .woocommerce-flex .cart-collaterals .cart_totals .fee td, .woocommerce-cart .woocommerce-flex .cart-collaterals .cart_totals .tax-rate td {
        padding: 0 0 16px 0;
        text-align: right;
        font-size: 18px;
        font-weight: 700;
        border: 0;
        width: 50%; }
        @media (min-width: 0em) and (max-width: 48em) {
          .woocommerce-cart .woocommerce-flex .cart-collaterals .cart_totals .shipping td, .woocommerce-cart .woocommerce-flex .cart-collaterals .cart_totals .fee td, .woocommerce-cart .woocommerce-flex .cart-collaterals .cart_totals .tax-rate td {
            width: 100%; }
            .woocommerce-cart .woocommerce-flex .cart-collaterals .cart_totals .shipping td:before, .woocommerce-cart .woocommerce-flex .cart-collaterals .cart_totals .fee td:before, .woocommerce-cart .woocommerce-flex .cart-collaterals .cart_totals .tax-rate td:before {
              font-size: 16px;
              font-weight: 500; } }
      .woocommerce-cart .woocommerce-flex .cart-collaterals .cart_totals .shipping .woocommerce-shipping-methods li label {
        display: block !important;
        padding: 0 20px 0 0;
        font-size: 14px;
        line-height: 1.4; }
        .woocommerce-cart .woocommerce-flex .cart-collaterals .cart_totals .shipping .woocommerce-shipping-methods li label .amount {
          font-weight: 700;
          display: block; }
      .woocommerce-cart .woocommerce-flex .cart-collaterals .cart_totals .shipping .woocommerce-shipping-methods li:before {
        display: none; }
      .woocommerce-cart .woocommerce-flex .cart-collaterals .cart_totals .shipping .woocommerce-shipping-methods li input:not[type="hidden"] + label {
        padding: 0 20px 0 0;
        display: block !important;
        font-weight: 400;
        font-size: 16px; }
        .woocommerce-cart .woocommerce-flex .cart-collaterals .cart_totals .shipping .woocommerce-shipping-methods li input:not[type="hidden"] + label .amount {
          font-size: 18px;
          display: block; }
      .woocommerce-cart .woocommerce-flex .cart-collaterals .cart_totals .shipping .woocommerce-shipping-methods li [type="radio"]:checked + label::before, .woocommerce-cart .woocommerce-flex .cart-collaterals .cart_totals .shipping .woocommerce-shipping-methods li [type="radio"]:not(:checked) + label::before {
        left: auto;
        right: 0;
        top: 4px; }
      .woocommerce-cart .woocommerce-flex .cart-collaterals .cart_totals .shipping .woocommerce-shipping-methods li [type="radio"]:checked + label::after {
        right: 0;
        left: auto;
        top: 4px; }
      .woocommerce-cart .woocommerce-flex .cart-collaterals .cart_totals .shipping .woocommerce-shipping-destination, .woocommerce-cart .woocommerce-flex .cart-collaterals .cart_totals .shipping .woocommerce-shipping-calculator {
        margin: 0 0 0 -100%;
        padding: 0;
        width: 200%;
        font-size: 13px;
        display: block; }
        @media (min-width: 0em) and (max-width: 48em) {
          .woocommerce-cart .woocommerce-flex .cart-collaterals .cart_totals .shipping .woocommerce-shipping-destination, .woocommerce-cart .woocommerce-flex .cart-collaterals .cart_totals .shipping .woocommerce-shipping-calculator {
            margin: 0;
            width: 100%; } }
        .woocommerce-cart .woocommerce-flex .cart-collaterals .cart_totals .shipping .woocommerce-shipping-destination a, .woocommerce-cart .woocommerce-flex .cart-collaterals .cart_totals .shipping .woocommerce-shipping-calculator a {
          font-weight: 400;
          margin: 0; }
      .woocommerce-cart .woocommerce-flex .cart-collaterals .cart_totals .order-total {
        border-top: 1px solid rgba(0, 0, 0, 0.2); }
        .woocommerce-cart .woocommerce-flex .cart-collaterals .cart_totals .order-total th, .woocommerce-cart .woocommerce-flex .cart-collaterals .cart_totals .order-total td {
          padding-top: 16px; }
        .woocommerce-cart .woocommerce-flex .cart-collaterals .cart_totals .order-total th {
          font-size: 20px;
          font-weight: 700; }
        .woocommerce-cart .woocommerce-flex .cart-collaterals .cart_totals .order-total td {
          font-size: 30px; }
          .woocommerce-cart .woocommerce-flex .cart-collaterals .cart_totals .order-total td .includes_tax {
            display: block;
            font-size: 14px; }
          @media (min-width: 0em) and (max-width: 48em) {
            .woocommerce-cart .woocommerce-flex .cart-collaterals .cart_totals .order-total td:before {
              font-size: 20px;
              font-weight: 700; } }
  .woocommerce-cart .woocommerce-flex table.shop_table {
    border: 0; }

.woocommerce .select2-container .select2-selection--single {
  height: 45px;
  line-height: 45px;
  border: 1px solid #121212;
  text-align: left;
  font-size: 16px; }

.woocommerce .select2-container--default .select2-selection--single .select2-selection__rendered {
  height: 45px;
  line-height: 45px;
  color: #121212; }

.woocommerce .select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 45px; }

@media (min-width: 0em) and (max-width: 48em) {
  .woocommerce form .form-row-last, .woocommerce form .form-row-first {
    width: 100%; } }

.select2-container--default .select2-results > .select2-results__options li {
  font-size: 14px; }
  .select2-container--default .select2-results > .select2-results__options li:before {
    display: none; }

.woocommerce_checkout.content-block-frame {
  padding: 48px 32px 32px 32px;
  border-radius: 6px; }
  .woocommerce_checkout.content-block-frame h2, .woocommerce_checkout.content-block-frame h3 {
    font-weight: 700; }
  .woocommerce_checkout.content-block-frame .wp-block-separator, .woocommerce_checkout.content-block-frame hr {
    border-top: 1px solid rgba(0, 0, 0, 0.2); }
  .woocommerce_checkout.content-block-frame .wp-block-button .wp-block-button__link {
    background: #4277B6;
    border: 1px solid #4277B6;
    color: #ffffff !important;
    font-size: 16px;
    font-weight: 700; }
    .woocommerce_checkout.content-block-frame .wp-block-button .wp-block-button__link:hover {
      color: #ffffff !important;
      background: #465B78;
      border: 1px solid #465B78; }

.woocommerce_checkout.content-block-frame .shop_table.order_details, form.woocommerce-checkout .shop_table.woocommerce-checkout-review-order-table {
  border: 0; }
  .woocommerce_checkout.content-block-frame .shop_table.order_details thead th, form.woocommerce-checkout .shop_table.woocommerce-checkout-review-order-table thead th {
    display: none; }
  .woocommerce_checkout.content-block-frame .shop_table.order_details tbody tr, form.woocommerce-checkout .shop_table.woocommerce-checkout-review-order-table tbody tr {
    display: flex;
    padding-bottom: 16px; }
    .woocommerce_checkout.content-block-frame .shop_table.order_details tbody tr td, form.woocommerce-checkout .shop_table.woocommerce-checkout-review-order-table tbody tr td {
      width: 50%;
      font-size: 14px;
      padding: 0 0 6px 0;
      border: 0; }
      .woocommerce_checkout.content-block-frame .shop_table.order_details tbody tr td.product-total, form.woocommerce-checkout .shop_table.woocommerce-checkout-review-order-table tbody tr td.product-total {
        text-align: right; }
        .woocommerce_checkout.content-block-frame .shop_table.order_details tbody tr td.product-total .amount, form.woocommerce-checkout .shop_table.woocommerce-checkout-review-order-table tbody tr td.product-total .amount {
          font-weight: 700;
          font-size: 22px; }
        .woocommerce_checkout.content-block-frame .shop_table.order_details tbody tr td.product-total .product-quantity, form.woocommerce-checkout .shop_table.woocommerce-checkout-review-order-table tbody tr td.product-total .product-quantity {
          font-size: 12px;
          font-weight: 400; }
      .woocommerce_checkout.content-block-frame .shop_table.order_details tbody tr td.product-name a, form.woocommerce-checkout .shop_table.woocommerce-checkout-review-order-table tbody tr td.product-name a {
        border: 0; }
        .woocommerce_checkout.content-block-frame .shop_table.order_details tbody tr td.product-name a:hover, form.woocommerce-checkout .shop_table.woocommerce-checkout-review-order-table tbody tr td.product-name a:hover {
          text-decoration: underline; }
      .woocommerce_checkout.content-block-frame .shop_table.order_details tbody tr td.product-name dl.variation dd p, form.woocommerce-checkout .shop_table.woocommerce-checkout-review-order-table tbody tr td.product-name dl.variation dd p {
        padding: 0;
        font-size: 12px; }
      .woocommerce_checkout.content-block-frame .shop_table.order_details tbody tr td.product-name dl.variation dt, form.woocommerce-checkout .shop_table.woocommerce-checkout-review-order-table tbody tr td.product-name dl.variation dt {
        font-size: 12px; }
      .woocommerce_checkout.content-block-frame .shop_table.order_details tbody tr td.product-name .wc-item-meta, form.woocommerce-checkout .shop_table.woocommerce-checkout-review-order-table tbody tr td.product-name .wc-item-meta {
        display: none; }
    .woocommerce_checkout.content-block-frame .shop_table.order_details tbody tr.bundled_table_item, form.woocommerce-checkout .shop_table.woocommerce-checkout-review-order-table tbody tr.bundled_table_item {
      display: flex; }
      .woocommerce_checkout.content-block-frame .shop_table.order_details tbody tr.bundled_table_item .product-name, form.woocommerce-checkout .shop_table.woocommerce-checkout-review-order-table tbody tr.bundled_table_item .product-name {
        width: 100%; }
      .woocommerce_checkout.content-block-frame .shop_table.order_details tbody tr.bundled_table_item .product-total, form.woocommerce-checkout .shop_table.woocommerce-checkout-review-order-table tbody tr.bundled_table_item .product-total {
        display: none; }
  .woocommerce_checkout.content-block-frame .shop_table.order_details tfoot tr, form.woocommerce-checkout .shop_table.woocommerce-checkout-review-order-table tfoot tr {
    display: flex; }
    .woocommerce_checkout.content-block-frame .shop_table.order_details tfoot tr th, form.woocommerce-checkout .shop_table.woocommerce-checkout-review-order-table tfoot tr th {
      text-align: left;
      font-size: 14px;
      vertical-align: top;
      font-weight: 500;
      width: 50%;
      padding: 0 0 5px 0;
      border: 0; }
    .woocommerce_checkout.content-block-frame .shop_table.order_details tfoot tr td, form.woocommerce-checkout .shop_table.woocommerce-checkout-review-order-table tfoot tr td {
      padding: 0 0 5px 0;
      font-size: 14px;
      text-align: right;
      font-weight: 500;
      width: 50%;
      border: 0; }
      .woocommerce_checkout.content-block-frame .shop_table.order_details tfoot tr td .amount, form.woocommerce-checkout .shop_table.woocommerce-checkout-review-order-table tfoot tr td .amount {
        font-size: 22px;
        font-weight: 700; }
      .woocommerce_checkout.content-block-frame .shop_table.order_details tfoot tr td .shipped_via, form.woocommerce-checkout .shop_table.woocommerce-checkout-review-order-table tfoot tr td .shipped_via {
        display: block; }
      .woocommerce_checkout.content-block-frame .shop_table.order_details tfoot tr td ul#shipping_method li, form.woocommerce-checkout .shop_table.woocommerce-checkout-review-order-table tfoot tr td ul#shipping_method li {
        margin: 0;
        line-height: 1; }
        .woocommerce_checkout.content-block-frame .shop_table.order_details tfoot tr td ul#shipping_method li:before, form.woocommerce-checkout .shop_table.woocommerce-checkout-review-order-table tfoot tr td ul#shipping_method li:before {
          display: none; }
        .woocommerce_checkout.content-block-frame .shop_table.order_details tfoot tr td ul#shipping_method li label, form.woocommerce-checkout .shop_table.woocommerce-checkout-review-order-table tfoot tr td ul#shipping_method li label {
          display: inline-block;
          font-size: 14px;
          padding: 0; }
        .woocommerce_checkout.content-block-frame .shop_table.order_details tfoot tr td ul#shipping_method li input:not[type="hidden"] + label, form.woocommerce-checkout .shop_table.woocommerce-checkout-review-order-table tfoot tr td ul#shipping_method li input:not[type="hidden"] + label {
          padding: 0 20px 0 0;
          display: block !important;
          font-weight: 400;
          font-size: 16px; }
          .woocommerce_checkout.content-block-frame .shop_table.order_details tfoot tr td ul#shipping_method li input:not[type="hidden"] + label .amount, form.woocommerce-checkout .shop_table.woocommerce-checkout-review-order-table tfoot tr td ul#shipping_method li input:not[type="hidden"] + label .amount {
            font-size: 18px;
            display: block; }
        .woocommerce_checkout.content-block-frame .shop_table.order_details tfoot tr td ul#shipping_method li [type="radio"]:checked + label::before, .woocommerce_checkout.content-block-frame .shop_table.order_details tfoot tr td ul#shipping_method li [type="radio"]:not(:checked) + label::before, form.woocommerce-checkout .shop_table.woocommerce-checkout-review-order-table tfoot tr td ul#shipping_method li [type="radio"]:checked + label::before, form.woocommerce-checkout .shop_table.woocommerce-checkout-review-order-table tfoot tr td ul#shipping_method li [type="radio"]:not(:checked) + label::before {
          left: auto;
          right: 0; }
        .woocommerce_checkout.content-block-frame .shop_table.order_details tfoot tr td ul#shipping_method li [type="radio"]:checked + label::after, form.woocommerce-checkout .shop_table.woocommerce-checkout-review-order-table tfoot tr td ul#shipping_method li [type="radio"]:checked + label::after {
          right: 0;
          left: auto; }
    .woocommerce_checkout.content-block-frame .shop_table.order_details tfoot tr:last-child, form.woocommerce-checkout .shop_table.woocommerce-checkout-review-order-table tfoot tr:last-child {
      align-items: center;
      border-top: 1px solid rgba(0, 0, 0, 0.2);
      margin-top: 26px; }
      .woocommerce_checkout.content-block-frame .shop_table.order_details tfoot tr:last-child th, form.woocommerce-checkout .shop_table.woocommerce-checkout-review-order-table tfoot tr:last-child th {
        font-size: 20px;
        padding-top: 16px; }
      .woocommerce_checkout.content-block-frame .shop_table.order_details tfoot tr:last-child td, form.woocommerce-checkout .shop_table.woocommerce-checkout-review-order-table tfoot tr:last-child td {
        font-size: 30px;
        font-weight: 700;
        padding-top: 16px; }
        .woocommerce_checkout.content-block-frame .shop_table.order_details tfoot tr:last-child td .amount, form.woocommerce-checkout .shop_table.woocommerce-checkout-review-order-table tfoot tr:last-child td .amount {
          font-size: 30px; }
    .woocommerce_checkout.content-block-frame .shop_table.order_details tfoot tr:first-child, form.woocommerce-checkout .shop_table.woocommerce-checkout-review-order-table tfoot tr:first-child {
      border-top: 1px solid rgba(0, 0, 0, 0.2); }
      .woocommerce_checkout.content-block-frame .shop_table.order_details tfoot tr:first-child th, .woocommerce_checkout.content-block-frame .shop_table.order_details tfoot tr:first-child td, form.woocommerce-checkout .shop_table.woocommerce-checkout-review-order-table tfoot tr:first-child th, form.woocommerce-checkout .shop_table.woocommerce-checkout-review-order-table tfoot tr:first-child td {
        padding-top: 32px; }

.woocommerce-js .wp-block-columns .wp-block-column[style*="33.33%"] {
  width: 400px;
  flex-basis: 400px !important; }
  .woocommerce-js .wp-block-columns .wp-block-column[style*="33.33%"] h2 {
    font-size: 30px;
    margin: 0 0 16px 0; }
  @media only screen and (max-width: 1000px) {
    .woocommerce-js .wp-block-columns .wp-block-column[style*="33.33%"] {
      width: 100%;
      margin: 32px 0 0 0;
      padding: 0; } }

.woocommerce-js .wp-block-columns .wp-block-column .content-block-frame {
  margin-left: 0;
  margin-right: 0; }
  .woocommerce-js .wp-block-columns .wp-block-column .content-block-frame.full {
    width: 100%; }
  .woocommerce-js .wp-block-columns .wp-block-column .content-block-frame .wrapper {
    padding-left: 0;
    padding-right: 0; }

@media only screen and (max-width: 1000px) {
  .woocommerce-js .wp-block-columns {
    display: block; } }

.woocommerce-address-fields__field-wrapper {
  padding-bottom: 16px; }

.woocommerce-notices-wrapper:not(:empty) {
  margin-top: 32px; }

form.woocommerce-checkout {
  margin-top: 32px;
  display: flex !important;
  justify-content: space-between; }
  @media only screen and (max-width: 1000px) {
    form.woocommerce-checkout {
      display: block !important; } }
  form.woocommerce-checkout #customer_details {
    width: calc(100% - 432px);
    background: #F2F2F2;
    padding: 64px 16px 32px 32px; }
    @media only screen and (max-width: 1000px) {
      form.woocommerce-checkout #customer_details {
        width: 100%; } }
    form.woocommerce-checkout #customer_details h3 {
      font-size: 48px;
      font-weight: 700;
      margin: 0 0 16px 0; }
      form.woocommerce-checkout #customer_details h3 label {
        font-weight: 700; }
      @media (min-width: 0em) and (max-width: 48em) {
        form.woocommerce-checkout #customer_details h3 {
          font-size: 30px; } }
    form.woocommerce-checkout #customer_details label {
      padding: 0;
      font-weight: 500;
      min-height: 36px; }
    form.woocommerce-checkout #customer_details input[type="text"], form.woocommerce-checkout #customer_details input[type="tel"], form.woocommerce-checkout #customer_details input[type="email"] {
      border: 0; }
    form.woocommerce-checkout #customer_details textarea {
      padding: 10px 16px;
      border: 0; }
    form.woocommerce-checkout #customer_details .select2-container .select2-selection--single {
      height: 45px;
      line-height: 45px;
      border: none;
      text-align: left;
      font-size: 16px; }
    form.woocommerce-checkout #customer_details .select2-container--default .select2-selection--single .select2-selection__rendered {
      height: 45px;
      line-height: 45px;
      padding: 0 16px;
      color: #121212; }
    form.woocommerce-checkout #customer_details .select2-container--default .select2-selection--single .select2-selection__arrow {
      height: 45px; }
    form.woocommerce-checkout #customer_details .woocommerce-billing-fields__field-wrapper, form.woocommerce-checkout #customer_details .woocommerce-shipping-fields__field-wrapper {
      display: flex;
      align-items: flex-end;
      flex-wrap: wrap; }
      form.woocommerce-checkout #customer_details .woocommerce-billing-fields__field-wrapper .form-row, form.woocommerce-checkout #customer_details .woocommerce-shipping-fields__field-wrapper .form-row {
        margin: 0 0 16px 0;
        padding: 0 16px 0 0;
        width: 50%; }
        @media only screen and (max-width: 1300px) {
          form.woocommerce-checkout #customer_details .woocommerce-billing-fields__field-wrapper .form-row, form.woocommerce-checkout #customer_details .woocommerce-shipping-fields__field-wrapper .form-row {
            width: 100%; } }
        form.woocommerce-checkout #customer_details .woocommerce-billing-fields__field-wrapper .form-row.validate-postcode, form.woocommerce-checkout #customer_details .woocommerce-billing-fields__field-wrapper .form-row.validate-phone, form.woocommerce-checkout #customer_details .woocommerce-shipping-fields__field-wrapper .form-row.validate-postcode, form.woocommerce-checkout #customer_details .woocommerce-shipping-fields__field-wrapper .form-row.validate-phone {
          width: 25% !important; }
          @media only screen and (max-width: 1300px) {
            form.woocommerce-checkout #customer_details .woocommerce-billing-fields__field-wrapper .form-row.validate-postcode, form.woocommerce-checkout #customer_details .woocommerce-billing-fields__field-wrapper .form-row.validate-phone, form.woocommerce-checkout #customer_details .woocommerce-shipping-fields__field-wrapper .form-row.validate-postcode, form.woocommerce-checkout #customer_details .woocommerce-shipping-fields__field-wrapper .form-row.validate-phone {
              width: 100% !important; } }
        form.woocommerce-checkout #customer_details .woocommerce-billing-fields__field-wrapper .form-row.address-field:not(.update_totals_on_change), form.woocommerce-checkout #customer_details .woocommerce-shipping-fields__field-wrapper .form-row.address-field:not(.update_totals_on_change) {
          /*width: 100%;*/ }
    form.woocommerce-checkout #customer_details.col2-set .col-1 {
      float: none;
      width: 100%; }
    form.woocommerce-checkout #customer_details.col2-set .col-2 {
      float: none;
      width: 100%;
      padding-top: 32px; }
  form.woocommerce-checkout #order_review_heading {
    display: none; }
  form.woocommerce-checkout .woocommerce-checkout-review-order {
    width: 400px;
    background: #F2F2F2;
    border-radius: 6px;
    padding: 64px 32px 32px 32px; }
    @media only screen and (max-width: 1000px) {
      form.woocommerce-checkout .woocommerce-checkout-review-order {
        width: 100%;
        margin-top: 32px; } }
    form.woocommerce-checkout .woocommerce-checkout-review-order:before {
      content: 'Order Summary';
      font-size: 30px;
      font-weight: 700;
      border-bottom: 1px solid rgba(0, 0, 0, 0.2);
      width: 100%;
      display: block;
      padding: 0 0 16px 0;
      margin: 0 0 16px 0; }
    form.woocommerce-checkout .woocommerce-checkout-review-order #payment.woocommerce-checkout-payment {
      background: none; }
      form.woocommerce-checkout .woocommerce-checkout-review-order #payment.woocommerce-checkout-payment ul.payment_methods {
        border: 0;
        padding: 0; }
        form.woocommerce-checkout .woocommerce-checkout-review-order #payment.woocommerce-checkout-payment ul.payment_methods li {
          padding: 0; }
          form.woocommerce-checkout .woocommerce-checkout-review-order #payment.woocommerce-checkout-payment ul.payment_methods li:before {
            display: none; }
          form.woocommerce-checkout .woocommerce-checkout-review-order #payment.woocommerce-checkout-payment ul.payment_methods li label {
            font-size: 22px;
            font-weight: 700;
            padding: 0;
            /*&:before, &:after {
                            display: none;
                        } */ }
            form.woocommerce-checkout .woocommerce-checkout-review-order #payment.woocommerce-checkout-payment ul.payment_methods li label img {
              margin: 0;
              max-height: 20px; }
          form.woocommerce-checkout .woocommerce-checkout-review-order #payment.woocommerce-checkout-payment ul.payment_methods li .payment_box {
            background: none;
            padding: 0; }
            form.woocommerce-checkout .woocommerce-checkout-review-order #payment.woocommerce-checkout-payment ul.payment_methods li .payment_box p {
              font-size: 14px; }
            form.woocommerce-checkout .woocommerce-checkout-review-order #payment.woocommerce-checkout-payment ul.payment_methods li .payment_box label {
              font-size: 16px;
              font-weight: 500; }
            form.woocommerce-checkout .woocommerce-checkout-review-order #payment.woocommerce-checkout-payment ul.payment_methods li .payment_box:before {
              display: none; }
          form.woocommerce-checkout .woocommerce-checkout-review-order #payment.woocommerce-checkout-payment ul.payment_methods li.wc_payment_method label {
            padding: 0 0 0 20px; }
            form.woocommerce-checkout .woocommerce-checkout-review-order #payment.woocommerce-checkout-payment ul.payment_methods li.wc_payment_method label:before, form.woocommerce-checkout .woocommerce-checkout-review-order #payment.woocommerce-checkout-payment ul.payment_methods li.wc_payment_method label:after {
              top: 16px; }
      form.woocommerce-checkout .woocommerce-checkout-review-order #payment.woocommerce-checkout-payment .form-row {
        padding: 0; }
      form.woocommerce-checkout .woocommerce-checkout-review-order #payment.woocommerce-checkout-payment button.button, form.woocommerce-checkout .woocommerce-checkout-review-order #payment.woocommerce-checkout-payment button.button:active, form.woocommerce-checkout .woocommerce-checkout-review-order #payment.woocommerce-checkout-payment button.button:focus {
        background: #4277B6;
        border: 1px solid #4277B6;
        margin: 0;
        width: 100%;
        font-weight: 700;
        color: #ffffff !important;
        font-size: 16px; }
        form.woocommerce-checkout .woocommerce-checkout-review-order #payment.woocommerce-checkout-payment button.button:hover, form.woocommerce-checkout .woocommerce-checkout-review-order #payment.woocommerce-checkout-payment button.button:active:hover, form.woocommerce-checkout .woocommerce-checkout-review-order #payment.woocommerce-checkout-payment button.button:focus:hover {
          background: #465B78;
          color: #ffffff !important; }
    form.woocommerce-checkout .woocommerce-checkout-review-order .woocommerce-privacy-policy-text p {
      font-size: 16px; }
  form.woocommerce-checkout .woocommerce-NoticeGroup {
    width: 100%; }

.woocommerce-error li {
  line-height: 1; }
  .woocommerce-error li:before {
    display: none; }

.woocommerce .woocommerce-breadcrumb {
  margin-top: 32px; }

form.standards-search.with-filters {
  margin: 0; }
  form.standards-search.with-filters > div {
    padding-bottom: 0; }
    form.standards-search.with-filters > div input[type="text"] {
      min-width: 400px; }
      @media only screen and (max-width: 1000px) {
        form.standards-search.with-filters > div input[type="text"] {
          min-width: 200px; } }
    @media (min-width: 0em) and (max-width: 48em) {
      form.standards-search.with-filters > div input[type="submit"] {
        margin-top: -45px;
        position: relative;
        z-index: 50; } }

form.standards-search .filter {
  padding: 0;
  flex: 1 1 100% !important;
  text-align: right;
  position: relative; }
  form.standards-search .filter div.product-filter {
    opacity: 0;
    pointer-events: none;
    position: absolute;
    z-index: 50;
    right: 0;
    bottom: 0;
    transform: translateY(100%);
    background: #F2F7FA;
    box-shadow: 0px 4px 11px rgba(0, 0, 0, 0.25);
    width: 500px;
    padding: 32px 32px 0 32px;
    transition: opacity 0.3s ease; }
    @media (min-width: 0em) and (max-width: 48em) {
      form.standards-search .filter div.product-filter {
        width: 100%; } }
    form.standards-search .filter div.product-filter.active {
      display: flex;
      opacity: 1;
      pointer-events: auto; }
    form.standards-search .filter div.product-filter label {
      font-size: 16px; }
    form.standards-search .filter div.product-filter ul {
      flex: 1; }
      form.standards-search .filter div.product-filter ul li {
        text-align: left;
        padding: 0; }
        form.standards-search .filter div.product-filter ul li:before {
          display: none; }
      form.standards-search .filter div.product-filter ul [type="checkbox"]:not(:checked) + label::before {
        border: 1px solid #000000; }
      form.standards-search .filter div.product-filter ul [type="checkbox"]:not(:checked) + label::after {
        content: ''; }
      form.standards-search .filter div.product-filter ul [type="checkbox"]:checked + label::before {
        background: #FFA43D;
        border: 0; }
      form.standards-search .filter div.product-filter ul [type="checkbox"]:checked + label::after {
        content: ''; }
  form.standards-search .filter button.product-filter {
    margin-right: 0;
    background: #ffffff;
    border: 2px solid #FFA43D;
    padding: 0 20px;
    height: 47px;
    line-height: 47px;
    text-transform: none;
    font-weight: 500;
    cursor: pointer; }
    @media (min-width: 0em) and (max-width: 48em) {
      form.standards-search .filter button.product-filter {
        width: 100%; } }
    form.standards-search .filter button.product-filter:hover {
      background: #FFA43D; }
    form.standards-search .filter button.product-filter:before {
      /* use !important to prevent issues with browser extensions that change fonts */
      font-family: "icon" !important;
      speak: never;
      font-style: normal;
      font-weight: normal;
      font-variant: normal;
      text-transform: none;
      line-height: 1;
      /* Better Font Rendering =========== */
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      content: "";
      font-size: 25px;
      vertical-align: -0.2em;
      margin: 0 5px 0 0; }
  form.standards-search .filter div.product-filter.active + button.product-filter {
    background: #FFA43D;
    color: #ffffff !important; }
    form.standards-search .filter div.product-filter.active + button.product-filter:before {
      content: "";
      font-size: 18px;
      vertical-align: -0.1em; }

.active-filters {
  text-align: right;
  margin-bottom: 36px; }
  @media (min-width: 0em) and (max-width: 48em) {
    .active-filters {
      margin-top: 16px;
      text-align: center; } }
  .active-filters a {
    display: inline-block;
    border: 2px solid #FF941A;
    border-radius: 49px;
    font-weight: 500;
    font-size: 14px;
    padding: 7px 35px 7px 16px;
    margin: 0 0 5px 10px;
    cursor: pointer;
    position: relative; }
    @media (min-width: 0em) and (max-width: 48em) {
      .active-filters a {
        margin: 0 5px 5px 5px; } }
    .active-filters a:after {
      /* use !important to prevent issues with browser extensions that change fonts */
      font-family: "icon" !important;
      speak: never;
      font-style: normal;
      font-weight: normal;
      font-variant: normal;
      text-transform: none;
      line-height: 1;
      /* Better Font Rendering =========== */
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      content: "";
      position: absolute;
      right: 10px;
      top: 50%;
      transform: translateY(-50%); }
    .active-filters a:hover {
      background: #FFA43D; }

.page-wrap button, .page-wrap .btn, .btn, .page-wrap input[type="button"], .wp-block-button .wp-block-button__link, .woocommerce a.button, .woocommerce button.button,
.woocommerce-account .woocommerce-MyAccount-content .wp-block-columns .wp-block-column a[title*="Order"], .your-last-order a[title*="Order"] {
  background: #FFA43D;
  border: 1px solid #FFA43D;
  border-radius: 6px;
  color: #000000;
  font-family: "Montserrat", "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif !important;
  font-weight: 500;
  font-size: 16px;
  text-decoration: none;
  text-align: center;
  padding: 16px 20px;
  margin: 0 32px 0 0;
  transition: all 200ms ease-out;
  display: inline-block;
  box-shadow: none;
  text-transform: uppercase;
  -webkit-appearance: none; }
  @media only screen and (max-width: 1250px) {
    .page-wrap button, .page-wrap .btn, .btn, .page-wrap input[type="button"], .wp-block-button .wp-block-button__link, .woocommerce a.button, .woocommerce button.button,
    .woocommerce-account .woocommerce-MyAccount-content .wp-block-columns .wp-block-column a[title*="Order"], .your-last-order a[title*="Order"] {
      min-width: 1px; } }
  .page-wrap button:hover, .page-wrap button:active, .page-wrap button:focus, .page-wrap .btn:hover, .page-wrap .btn:active, .page-wrap .btn:focus, .btn:hover, .btn:active, .btn:focus, .page-wrap input[type="button"]:hover, .page-wrap input[type="button"]:active, .page-wrap input[type="button"]:focus, .wp-block-button .wp-block-button__link:hover, .wp-block-button .wp-block-button__link:active, .wp-block-button .wp-block-button__link:focus, .woocommerce a.button:hover, .woocommerce a.button:active, .woocommerce a.button:focus, .woocommerce button.button:hover, .woocommerce button.button:active, .woocommerce button.button:focus,
  .woocommerce-account .woocommerce-MyAccount-content .wp-block-columns .wp-block-column a[title*="Order"]:hover,
  .woocommerce-account .woocommerce-MyAccount-content .wp-block-columns .wp-block-column a[title*="Order"]:active,
  .woocommerce-account .woocommerce-MyAccount-content .wp-block-columns .wp-block-column a[title*="Order"]:focus, .your-last-order a[title*="Order"]:hover, .your-last-order a[title*="Order"]:active, .your-last-order a[title*="Order"]:focus {
    background-color: #FF8125;
    border: 1px solid rgba(255, 164, 61, 0.8);
    color: #000000 !important;
    text-decoration: none !important; }
  .page-wrap button.is-style-outline, .page-wrap .btn.is-style-outline, .btn.is-style-outline, .page-wrap input[type="button"].is-style-outline, .wp-block-button .wp-block-button__link.is-style-outline, .woocommerce a.button.is-style-outline, .woocommerce button.button.is-style-outline,
  .woocommerce-account .woocommerce-MyAccount-content .wp-block-columns .wp-block-column a[title*="Order"].is-style-outline, .your-last-order a[title*="Order"].is-style-outline {
    background: none;
    border: 1px solid #FFA43D; }
    .page-wrap button.is-style-outline:hover, .page-wrap button.is-style-outline:active, .page-wrap button.is-style-outline:focus, .page-wrap .btn.is-style-outline:hover, .page-wrap .btn.is-style-outline:active, .page-wrap .btn.is-style-outline:focus, .btn.is-style-outline:hover, .btn.is-style-outline:active, .btn.is-style-outline:focus, .page-wrap input[type="button"].is-style-outline:hover, .page-wrap input[type="button"].is-style-outline:active, .page-wrap input[type="button"].is-style-outline:focus, .wp-block-button .wp-block-button__link.is-style-outline:hover, .wp-block-button .wp-block-button__link.is-style-outline:active, .wp-block-button .wp-block-button__link.is-style-outline:focus, .woocommerce a.button.is-style-outline:hover, .woocommerce a.button.is-style-outline:active, .woocommerce a.button.is-style-outline:focus, .woocommerce button.button.is-style-outline:hover, .woocommerce button.button.is-style-outline:active, .woocommerce button.button.is-style-outline:focus,
    .woocommerce-account .woocommerce-MyAccount-content .wp-block-columns .wp-block-column a[title*="Order"].is-style-outline:hover,
    .woocommerce-account .woocommerce-MyAccount-content .wp-block-columns .wp-block-column a[title*="Order"].is-style-outline:active,
    .woocommerce-account .woocommerce-MyAccount-content .wp-block-columns .wp-block-column a[title*="Order"].is-style-outline:focus, .your-last-order a[title*="Order"].is-style-outline:hover, .your-last-order a[title*="Order"].is-style-outline:active, .your-last-order a[title*="Order"].is-style-outline:focus {
      background-color: #FF8125; }
  .page-wrap button.is-style-light, .page-wrap .btn.is-style-light, .btn.is-style-light, .page-wrap input[type="button"].is-style-light, .wp-block-button .wp-block-button__link.is-style-light, .woocommerce a.button.is-style-light, .woocommerce button.button.is-style-light,
  .woocommerce-account .woocommerce-MyAccount-content .wp-block-columns .wp-block-column a[title*="Order"].is-style-light, .your-last-order a[title*="Order"].is-style-light {
    background: #ffffff;
    border: 1px solid transparent;
    -webkit-box-shadow: inset 2px 2px 8px -6px #000000;
    box-shadow: inset 2px 2px 8px -6px #000000; }
    .page-wrap button.is-style-light:hover, .page-wrap button.is-style-light:active, .page-wrap button.is-style-light:focus, .page-wrap .btn.is-style-light:hover, .page-wrap .btn.is-style-light:active, .page-wrap .btn.is-style-light:focus, .btn.is-style-light:hover, .btn.is-style-light:active, .btn.is-style-light:focus, .page-wrap input[type="button"].is-style-light:hover, .page-wrap input[type="button"].is-style-light:active, .page-wrap input[type="button"].is-style-light:focus, .wp-block-button .wp-block-button__link.is-style-light:hover, .wp-block-button .wp-block-button__link.is-style-light:active, .wp-block-button .wp-block-button__link.is-style-light:focus, .woocommerce a.button.is-style-light:hover, .woocommerce a.button.is-style-light:active, .woocommerce a.button.is-style-light:focus, .woocommerce button.button.is-style-light:hover, .woocommerce button.button.is-style-light:active, .woocommerce button.button.is-style-light:focus,
    .woocommerce-account .woocommerce-MyAccount-content .wp-block-columns .wp-block-column a[title*="Order"].is-style-light:hover,
    .woocommerce-account .woocommerce-MyAccount-content .wp-block-columns .wp-block-column a[title*="Order"].is-style-light:active,
    .woocommerce-account .woocommerce-MyAccount-content .wp-block-columns .wp-block-column a[title*="Order"].is-style-light:focus, .your-last-order a[title*="Order"].is-style-light:hover, .your-last-order a[title*="Order"].is-style-light:active, .your-last-order a[title*="Order"].is-style-light:focus {
      background-color: #ffffff; }
  .page-wrap button.is-style-arrow, .page-wrap .btn.is-style-arrow, .btn.is-style-arrow, .page-wrap input[type="button"].is-style-arrow, .wp-block-button .wp-block-button__link.is-style-arrow, .woocommerce a.button.is-style-arrow, .woocommerce button.button.is-style-arrow,
  .woocommerce-account .woocommerce-MyAccount-content .wp-block-columns .wp-block-column a[title*="Order"].is-style-arrow, .your-last-order a[title*="Order"].is-style-arrow {
    background: none;
    border: none;
    padding-right: 40px;
    padding-left: 0;
    position: relative;
    min-width: 1px; }
    .page-wrap button.is-style-arrow:after, .page-wrap .btn.is-style-arrow:after, .btn.is-style-arrow:after, .page-wrap input[type="button"].is-style-arrow:after, .wp-block-button .wp-block-button__link.is-style-arrow:after, .woocommerce a.button.is-style-arrow:after, .woocommerce button.button.is-style-arrow:after,
    .woocommerce-account .woocommerce-MyAccount-content .wp-block-columns .wp-block-column a[title*="Order"].is-style-arrow:after, .your-last-order a[title*="Order"].is-style-arrow:after {
      /* use !important to prevent issues with browser extensions that change fonts */
      font-family: "icon" !important;
      speak: never;
      font-style: normal;
      font-weight: normal;
      font-variant: normal;
      text-transform: none;
      line-height: 1;
      /* Better Font Rendering =========== */
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      content: "";
      position: absolute;
      right: 0;
      top: 50%;
      font-size: 25px;
      transform: translateY(-50%);
      transition: all ease 0.3s; }
    .page-wrap button.is-style-arrow:before, .page-wrap .btn.is-style-arrow:before, .btn.is-style-arrow:before, .page-wrap input[type="button"].is-style-arrow:before, .wp-block-button .wp-block-button__link.is-style-arrow:before, .woocommerce a.button.is-style-arrow:before, .woocommerce button.button.is-style-arrow:before,
    .woocommerce-account .woocommerce-MyAccount-content .wp-block-columns .wp-block-column a[title*="Order"].is-style-arrow:before, .your-last-order a[title*="Order"].is-style-arrow:before {
      content: '';
      position: absolute;
      left: 0;
      bottom: 0;
      height: 2px;
      width: 100%;
      background: #FFA43D; }
    .page-wrap button.is-style-arrow:hover, .page-wrap button.is-style-arrow:active, .page-wrap button.is-style-arrow:focus, .page-wrap .btn.is-style-arrow:hover, .page-wrap .btn.is-style-arrow:active, .page-wrap .btn.is-style-arrow:focus, .btn.is-style-arrow:hover, .btn.is-style-arrow:active, .btn.is-style-arrow:focus, .page-wrap input[type="button"].is-style-arrow:hover, .page-wrap input[type="button"].is-style-arrow:active, .page-wrap input[type="button"].is-style-arrow:focus, .wp-block-button .wp-block-button__link.is-style-arrow:hover, .wp-block-button .wp-block-button__link.is-style-arrow:active, .wp-block-button .wp-block-button__link.is-style-arrow:focus, .woocommerce a.button.is-style-arrow:hover, .woocommerce a.button.is-style-arrow:active, .woocommerce a.button.is-style-arrow:focus, .woocommerce button.button.is-style-arrow:hover, .woocommerce button.button.is-style-arrow:active, .woocommerce button.button.is-style-arrow:focus,
    .woocommerce-account .woocommerce-MyAccount-content .wp-block-columns .wp-block-column a[title*="Order"].is-style-arrow:hover,
    .woocommerce-account .woocommerce-MyAccount-content .wp-block-columns .wp-block-column a[title*="Order"].is-style-arrow:active,
    .woocommerce-account .woocommerce-MyAccount-content .wp-block-columns .wp-block-column a[title*="Order"].is-style-arrow:focus, .your-last-order a[title*="Order"].is-style-arrow:hover, .your-last-order a[title*="Order"].is-style-arrow:active, .your-last-order a[title*="Order"].is-style-arrow:focus {
      background: none; }
      .page-wrap button.is-style-arrow:hover:after, .page-wrap button.is-style-arrow:active:after, .page-wrap button.is-style-arrow:focus:after, .page-wrap .btn.is-style-arrow:hover:after, .page-wrap .btn.is-style-arrow:active:after, .page-wrap .btn.is-style-arrow:focus:after, .btn.is-style-arrow:hover:after, .btn.is-style-arrow:active:after, .btn.is-style-arrow:focus:after, .page-wrap input[type="button"].is-style-arrow:hover:after, .page-wrap input[type="button"].is-style-arrow:active:after, .page-wrap input[type="button"].is-style-arrow:focus:after, .wp-block-button .wp-block-button__link.is-style-arrow:hover:after, .wp-block-button .wp-block-button__link.is-style-arrow:active:after, .wp-block-button .wp-block-button__link.is-style-arrow:focus:after, .woocommerce a.button.is-style-arrow:hover:after, .woocommerce a.button.is-style-arrow:active:after, .woocommerce a.button.is-style-arrow:focus:after, .woocommerce button.button.is-style-arrow:hover:after, .woocommerce button.button.is-style-arrow:active:after, .woocommerce button.button.is-style-arrow:focus:after,
      .woocommerce-account .woocommerce-MyAccount-content .wp-block-columns .wp-block-column a[title*="Order"].is-style-arrow:hover:after,
      .woocommerce-account .woocommerce-MyAccount-content .wp-block-columns .wp-block-column a[title*="Order"].is-style-arrow:active:after,
      .woocommerce-account .woocommerce-MyAccount-content .wp-block-columns .wp-block-column a[title*="Order"].is-style-arrow:focus:after, .your-last-order a[title*="Order"].is-style-arrow:hover:after, .your-last-order a[title*="Order"].is-style-arrow:active:after, .your-last-order a[title*="Order"].is-style-arrow:focus:after {
        right: -10px; }
  @media (min-width: 0em) and (max-width: 48em) {
    .page-wrap button, .page-wrap .btn, .btn, .page-wrap input[type="button"], .wp-block-button .wp-block-button__link, .woocommerce a.button, .woocommerce button.button,
    .woocommerce-account .woocommerce-MyAccount-content .wp-block-columns .wp-block-column a[title*="Order"], .your-last-order a[title*="Order"] {
      font-size: 16px; } }

p.btn {
  margin: 0 auto 32px auto; }
  p.btn.is-style-outline {
    background: #ffffff;
    padding: 8px 20px;
    width: 100%; }

.wp-block-button .wp-block-button__link {
  margin-right: 0; }

.wp-block-button.is-style-outline .wp-block-button__link {
  background: none;
  border: 1px solid #FFA43D; }
  .wp-block-button.is-style-outline .wp-block-button__link:hover, .wp-block-button.is-style-outline .wp-block-button__link:active, .wp-block-button.is-style-outline .wp-block-button__link:focus {
    background-color: #FF8125; }

.wp-block-button.is-style-light .wp-block-button__link {
  background: #ffffff;
  border: none;
  -webkit-box-shadow: inset 2px 2px 8px -6px #000000;
  box-shadow: inset 2px 2px 8px -6px #000000; }
  .wp-block-button.is-style-light .wp-block-button__link:hover, .wp-block-button.is-style-light .wp-block-button__link:active, .wp-block-button.is-style-light .wp-block-button__link:focus {
    background-color: #ffffff; }

.wp-block-button.is-style-arrow .wp-block-button__link {
  background: none;
  border: none;
  padding-right: 40px;
  padding-left: 0;
  position: relative;
  min-width: 1px; }
  .wp-block-button.is-style-arrow .wp-block-button__link:after {
    /* use !important to prevent issues with browser extensions that change fonts */
    font-family: "icon" !important;
    speak: never;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "";
    position: absolute;
    right: 0;
    top: 50%;
    font-size: 25px;
    transform: translateY(-50%);
    transition: all ease 0.3s; }
  .wp-block-button.is-style-arrow .wp-block-button__link:before {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    height: 2px;
    width: 100%;
    background: #FFA43D; }
  .wp-block-button.is-style-arrow .wp-block-button__link:hover, .wp-block-button.is-style-arrow .wp-block-button__link:active, .wp-block-button.is-style-arrow .wp-block-button__link:focus {
    background: none; }
    .wp-block-button.is-style-arrow .wp-block-button__link:hover:after, .wp-block-button.is-style-arrow .wp-block-button__link:active:after, .wp-block-button.is-style-arrow .wp-block-button__link:focus:after {
      right: -10px; }

.wp-block-buttons {
  margin: 0 0 16px 0; }
  .wp-block-buttons .wp-block-button {
    margin: 0 0 16px 0; }
    .wp-block-buttons .wp-block-button .wp-block-button__link {
      margin-right: 16px; }
    .wp-block-buttons .wp-block-button:last-child {
      margin-right: 0; }

.wp-block-button {
  margin-bottom: 32px; }

.ptlab .img {
  padding-bottom: 100px;
  background-size: contain;
  background-repeat: no-repeat;
  background-color: #ffffff;
  border-top: 32px solid #ffffff;
  border-bottom: 32px solid #ffffff;
  border-left: 32px solid #ffffff; }

.ptlab .info-text {
  display: flex;
  flex-direction: column;
  flex: 1; }
  .ptlab .info-text > div {
    text-align: center;
    color: #008FA0;
    font-size: 22px; }
  .ptlab .info-text .label {
    flex: 1 1 auto;
    background: #DDF1F4;
    text-align: center;
    font-size: 16px;
    padding: 5px;
    color: #121212; }

.ptlab .infos {
  display: flex;
  margin: 0 0 64px 0; }
  @media only screen and (max-width: 1000px) {
    .ptlab .infos {
      display: block; } }

.ptlab-details {
  display: flex;
  justify-content: space-between;
  margin: 0 0 16px 0; }
  @media only screen and (max-width: 1000px) {
    .ptlab-details {
      flex-direction: column; } }
  .ptlab-details h4 {
    margin: 0 0 16px 0;
    font-size: 28px;
    font-weight: 500; }
  .ptlab-details p {
    padding: 0 0 16px 0; }
  .ptlab-details > div {
    max-width: 50%; }
    @media only screen and (max-width: 1000px) {
      .ptlab-details > div {
        max-width: 100%; } }
  .ptlab-details .period {
    display: flex;
    justify-content: flex-end;
    font-size: 14px;
    text-decoration: underline; }
    @media only screen and (max-width: 1000px) {
      .ptlab-details .period {
        justify-content: flex-start; } }
    .ptlab-details .period .label {
      padding-right: 16px; }
  .ptlab-details .approved i {
    background: #ffffff;
    font-size: 22px;
    color: #018DA8;
    vertical-align: -0.2em;
    margin-right: 5px; }
  .ptlab-details .number {
    text-align: right;
    font-weight: 500; }
    @media only screen and (max-width: 1000px) {
      .ptlab-details .number {
        text-align: left; } }

.ptlab-hdr {
  background: #018DA8;
  color: #ffffff;
  font-weight: 500;
  padding: 10px 20px; }
  @media only screen and (max-width: 1000px) {
    .ptlab-hdr {
      text-align: center; } }

/* my account */
.woocommerce-account.logged-in .woocommerce, .woocommerce-account.logged-in .wp-block-group {
  margin-top: 0 !important;
  margin-bottom: 0 !important; }

.woocommerce-account.logged-in .woocommerce-MyAccount-navigation {
  float: none;
  width: 100%;
  max-width: 100%; }
  .woocommerce-account.logged-in .woocommerce-MyAccount-navigation ul {
    margin: 0;
    display: flex;
    justify-content: center;
    border-bottom: 1px solid #ADADAD; }
    @media (min-width: 0em) and (max-width: 48em) {
      .woocommerce-account.logged-in .woocommerce-MyAccount-navigation ul {
        flex-wrap: wrap; } }
    .woocommerce-account.logged-in .woocommerce-MyAccount-navigation ul li {
      padding: 0 10px; }
      .woocommerce-account.logged-in .woocommerce-MyAccount-navigation ul li:before {
        display: none; }
      .woocommerce-account.logged-in .woocommerce-MyAccount-navigation ul li a {
        padding: 10px 10px 8px 10px;
        display: block;
        border: 0;
        color: #666;
        font-weight: 700; }
        .woocommerce-account.logged-in .woocommerce-MyAccount-navigation ul li a:hover {
          color: #000000; }
      .woocommerce-account.logged-in .woocommerce-MyAccount-navigation ul li.is-active a {
        border-bottom: 2px solid #465B78;
        color: #000000; }
      .woocommerce-account.logged-in .woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--back-to-memberships {
        font-size: 14px;
        padding-left: 20px;
        border-bottom: 1px solid #F2F2F2;
        margin-bottom: 15px; }
        .woocommerce-account.logged-in .woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--back-to-memberships a:before {
          /* use !important to prevent issues with browser extensions that change fonts */
          font-family: "icon" !important;
          speak: never;
          font-style: normal;
          font-weight: normal;
          font-variant: normal;
          text-transform: none;
          line-height: 1;
          /* Better Font Rendering =========== */
          -webkit-font-smoothing: antialiased;
          -moz-osx-font-smoothing: grayscale;
          content: "";
          position: absolute;
          left: 0;
          top: 4px; }

.woocommerce-account.logged-in .woocommerce-MyAccount-content {
  float: none;
  width: 100%;
  margin-bottom: 0;
  background: #ECF1F8;
  padding-top: 64px;
  padding-bottom: 32px; }
  .woocommerce-account.logged-in .woocommerce-MyAccount-content .wp-block-columns {
    flex-wrap: wrap;
    margin: 0; }
    .woocommerce-account.logged-in .woocommerce-MyAccount-content .wp-block-columns .wp-block-column {
      flex: 0 0 calc(33.33% - 22px);
      border: 1px solid #000000;
      background: rgba(255, 255, 255, 0.5);
      padding: 32px 32px 0 32px;
      border-radius: 6px;
      margin-bottom: 32px; }
      .woocommerce-account.logged-in .woocommerce-MyAccount-content .wp-block-columns .wp-block-column:not(:nth-child(3n+1)) {
        margin-left: 32px; }
        @media only screen and (max-width: 1000px) {
          .woocommerce-account.logged-in .woocommerce-MyAccount-content .wp-block-columns .wp-block-column:not(:nth-child(3n+1)) {
            margin-left: 0; } }
      .woocommerce-account.logged-in .woocommerce-MyAccount-content .wp-block-columns .wp-block-column > div {
        display: flex;
        flex-direction: column;
        height: 100%; }
      .woocommerce-account.logged-in .woocommerce-MyAccount-content .wp-block-columns .wp-block-column h2 {
        font-size: 22px; }
      .woocommerce-account.logged-in .woocommerce-MyAccount-content .wp-block-columns .wp-block-column p:last-child {
        text-align: center;
        margin: auto 0 0 0; }
      .woocommerce-account.logged-in .woocommerce-MyAccount-content .wp-block-columns .wp-block-column a[title*="Order"] {
        border: 1px solid #FFA43D;
        background: #ffffff;
        padding: 10px 20px;
        margin: 0 auto;
        min-width: 150px; }
  .woocommerce-account.logged-in .woocommerce-MyAccount-content .woocommerce-orders-table, .woocommerce-account.logged-in .woocommerce-MyAccount-content .woocommerce-table--order-downloads {
    border-radius: 0; }
    .woocommerce-account.logged-in .woocommerce-MyAccount-content .woocommerce-orders-table th, .woocommerce-account.logged-in .woocommerce-MyAccount-content .woocommerce-table--order-downloads th {
      background: #465B78;
      padding: 20px 16px; }
    .woocommerce-account.logged-in .woocommerce-MyAccount-content .woocommerce-orders-table td, .woocommerce-account.logged-in .woocommerce-MyAccount-content .woocommerce-table--order-downloads td {
      padding: 10px 16px;
      border: 0; }
      .woocommerce-account.logged-in .woocommerce-MyAccount-content .woocommerce-orders-table td .woocommerce-button, .woocommerce-account.logged-in .woocommerce-MyAccount-content .woocommerce-orders-table td .woocommerce-MyAccount-downloads-file, .woocommerce-account.logged-in .woocommerce-MyAccount-content .woocommerce-table--order-downloads td .woocommerce-button, .woocommerce-account.logged-in .woocommerce-MyAccount-content .woocommerce-table--order-downloads td .woocommerce-MyAccount-downloads-file {
        border-bottom: 1px solid #FFA43D; }
        .woocommerce-account.logged-in .woocommerce-MyAccount-content .woocommerce-orders-table td .woocommerce-button:hover, .woocommerce-account.logged-in .woocommerce-MyAccount-content .woocommerce-orders-table td .woocommerce-MyAccount-downloads-file:hover, .woocommerce-account.logged-in .woocommerce-MyAccount-content .woocommerce-table--order-downloads td .woocommerce-button:hover, .woocommerce-account.logged-in .woocommerce-MyAccount-content .woocommerce-table--order-downloads td .woocommerce-MyAccount-downloads-file:hover {
          color: #FFA43D;
          text-decoration: none; }
      .woocommerce-account.logged-in .woocommerce-MyAccount-content .woocommerce-orders-table td a:hover, .woocommerce-account.logged-in .woocommerce-MyAccount-content .woocommerce-table--order-downloads td a:hover {
        color: #FFA43D;
        text-decoration: none; }
    .woocommerce-account.logged-in .woocommerce-MyAccount-content .woocommerce-orders-table tr, .woocommerce-account.logged-in .woocommerce-MyAccount-content .woocommerce-table--order-downloads tr {
      background: #ffffff; }
      .woocommerce-account.logged-in .woocommerce-MyAccount-content .woocommerce-orders-table tr:nth-child(2n), .woocommerce-account.logged-in .woocommerce-MyAccount-content .woocommerce-table--order-downloads tr:nth-child(2n) {
        background: #DDF1F4; }
      .woocommerce-account.logged-in .woocommerce-MyAccount-content .woocommerce-orders-table tr:hover, .woocommerce-account.logged-in .woocommerce-MyAccount-content .woocommerce-table--order-downloads tr:hover {
        background: #F2F2F2 !important; }
      .woocommerce-account.logged-in .woocommerce-MyAccount-content .woocommerce-orders-table tr:nth-child(2n) td, .woocommerce-account.logged-in .woocommerce-MyAccount-content .woocommerce-table--order-downloads tr:nth-child(2n) td {
        background: none; }
  .woocommerce-account.logged-in .woocommerce-MyAccount-content .woocommerce-table--order-details {
    border-radius: 0; }
    .woocommerce-account.logged-in .woocommerce-MyAccount-content .woocommerce-table--order-details tbody th, .woocommerce-account.logged-in .woocommerce-MyAccount-content .woocommerce-table--order-details thead th {
      background: #465B78;
      padding: 20px 16px; }
    .woocommerce-account.logged-in .woocommerce-MyAccount-content .woocommerce-table--order-details tbody td, .woocommerce-account.logged-in .woocommerce-MyAccount-content .woocommerce-table--order-details thead td {
      padding: 10px 16px;
      border: 0; }
      .woocommerce-account.logged-in .woocommerce-MyAccount-content .woocommerce-table--order-details tbody td .woocommerce-button, .woocommerce-account.logged-in .woocommerce-MyAccount-content .woocommerce-table--order-details tbody td .woocommerce-MyAccount-downloads-file, .woocommerce-account.logged-in .woocommerce-MyAccount-content .woocommerce-table--order-details thead td .woocommerce-button, .woocommerce-account.logged-in .woocommerce-MyAccount-content .woocommerce-table--order-details thead td .woocommerce-MyAccount-downloads-file {
        border-bottom: 1px solid #FFA43D; }
        .woocommerce-account.logged-in .woocommerce-MyAccount-content .woocommerce-table--order-details tbody td .woocommerce-button:hover, .woocommerce-account.logged-in .woocommerce-MyAccount-content .woocommerce-table--order-details tbody td .woocommerce-MyAccount-downloads-file:hover, .woocommerce-account.logged-in .woocommerce-MyAccount-content .woocommerce-table--order-details thead td .woocommerce-button:hover, .woocommerce-account.logged-in .woocommerce-MyAccount-content .woocommerce-table--order-details thead td .woocommerce-MyAccount-downloads-file:hover {
          color: #FFA43D;
          text-decoration: none; }
      .woocommerce-account.logged-in .woocommerce-MyAccount-content .woocommerce-table--order-details tbody td a:hover, .woocommerce-account.logged-in .woocommerce-MyAccount-content .woocommerce-table--order-details thead td a:hover {
        color: #FFA43D;
        text-decoration: none; }
      .woocommerce-account.logged-in .woocommerce-MyAccount-content .woocommerce-table--order-details tbody td .wc-item-meta li, .woocommerce-account.logged-in .woocommerce-MyAccount-content .woocommerce-table--order-details thead td .wc-item-meta li {
        font-size: 14px;
        padding: 0; }
        .woocommerce-account.logged-in .woocommerce-MyAccount-content .woocommerce-table--order-details tbody td .wc-item-meta li p, .woocommerce-account.logged-in .woocommerce-MyAccount-content .woocommerce-table--order-details thead td .wc-item-meta li p {
          font-size: 14px;
          padding: 0; }
        .woocommerce-account.logged-in .woocommerce-MyAccount-content .woocommerce-table--order-details tbody td .wc-item-meta li:before, .woocommerce-account.logged-in .woocommerce-MyAccount-content .woocommerce-table--order-details thead td .wc-item-meta li:before {
          display: none; }
    .woocommerce-account.logged-in .woocommerce-MyAccount-content .woocommerce-table--order-details tbody tr, .woocommerce-account.logged-in .woocommerce-MyAccount-content .woocommerce-table--order-details thead tr {
      background: #ffffff; }
      .woocommerce-account.logged-in .woocommerce-MyAccount-content .woocommerce-table--order-details tbody tr:nth-child(2n), .woocommerce-account.logged-in .woocommerce-MyAccount-content .woocommerce-table--order-details thead tr:nth-child(2n) {
        background: #ffffff; }
      .woocommerce-account.logged-in .woocommerce-MyAccount-content .woocommerce-table--order-details tbody tr:hover, .woocommerce-account.logged-in .woocommerce-MyAccount-content .woocommerce-table--order-details thead tr:hover {
        background: #ffffff !important; }
      .woocommerce-account.logged-in .woocommerce-MyAccount-content .woocommerce-table--order-details tbody tr:nth-child(2n) td, .woocommerce-account.logged-in .woocommerce-MyAccount-content .woocommerce-table--order-details thead tr:nth-child(2n) td {
        background: none; }
    .woocommerce-account.logged-in .woocommerce-MyAccount-content .woocommerce-table--order-details tfoot tr {
      background: #DDF1F4; }
      .woocommerce-account.logged-in .woocommerce-MyAccount-content .woocommerce-table--order-details tfoot tr:nth-child(2n) {
        background: #ffffff; }
    .woocommerce-account.logged-in .woocommerce-MyAccount-content .woocommerce-table--order-details tfoot td {
      border-bottom: 0; }
    .woocommerce-account.logged-in .woocommerce-MyAccount-content .woocommerce-table--order-details tfoot th {
      background: none;
      color: #000000; }
  .woocommerce-account.logged-in .woocommerce-MyAccount-content .woocommerce-order-downloads h2, .woocommerce-account.logged-in .woocommerce-MyAccount-content .woocommerce-order-details h2 {
    font-size: 28px; }
  .woocommerce-account.logged-in .woocommerce-MyAccount-content .woocommerce-order-downloads > .shop_table, .woocommerce-account.logged-in .woocommerce-MyAccount-content .woocommerce-order-details > .shop_table {
    background: rgba(255, 255, 255, 0.5);
    border: 1px solid #000000; }
  .woocommerce-account.logged-in .woocommerce-MyAccount-content > form {
    border: 1px solid #000000;
    background: rgba(255, 255, 255, 0.5);
    padding: 32px 64px 32px 64px;
    border-radius: 6px;
    margin: 0 auto 32px auto; }
    @media (min-width: 0em) and (max-width: 48em) {
      .woocommerce-account.logged-in .woocommerce-MyAccount-content > form {
        padding: 32px 32px 16px 32px; } }

.woocommerce-account.logged-in .your-last-order {
  border: 1px solid #000000;
  background: rgba(255, 255, 255, 0.5);
  padding: 32px 64px 32px 64px;
  border-radius: 6px;
  margin: 0 auto 64px auto;
  max-width: 1000px;
  display: flex; }
  @media (min-width: 0em) and (max-width: 48em) {
    .woocommerce-account.logged-in .your-last-order {
      display: block;
      padding: 32px 32px 0 32px;
      margin-bottom: 32px; } }
  .woocommerce-account.logged-in .your-last-order > div:first-child:not(:last-child) {
    padding-right: 32px; }
    @media (min-width: 0em) and (max-width: 48em) {
      .woocommerce-account.logged-in .your-last-order > div:first-child:not(:last-child) {
        margin: 0 auto 16px auto;
        padding: 0;
        text-align: center; } }
  .woocommerce-account.logged-in .your-last-order h2 {
    font-size: 28px;
    margin: 0 0 16px 0; }
    @media (min-width: 0em) and (max-width: 48em) {
      .woocommerce-account.logged-in .your-last-order h2 {
        font-size: 25px; } }
  .woocommerce-account.logged-in .your-last-order h4 {
    font-weight: 500;
    margin: 0 0 20px 0; }
  .woocommerce-account.logged-in .your-last-order p {
    margin: 0 0 16px 0; }
  .woocommerce-account.logged-in .your-last-order a[title*="Order"] {
    border: 1px solid #FFA43D;
    background: #ffffff;
    padding: 10px 20px;
    margin: 0 auto;
    min-width: 150px; }
    @media (min-width: 0em) and (max-width: 48em) {
      .woocommerce-account.logged-in .your-last-order a[title*="Order"] {
        width: 100%; } }
    .woocommerce-account.logged-in .your-last-order a[title*="Order"]:hover {
      background: #FFA43D; }

.woocommerce-account.logged-in .woocommerce-account-info, .woocommerce-account.logged-in .woocommerce-account-addresses-sb, .woocommerce-account.logged-in .woocommerce-customer-details {
  border: 1px solid #000000;
  background: rgba(255, 255, 255, 0.5);
  padding: 32px 64px 32px 64px;
  border-radius: 6px;
  margin: 0 auto 32px auto; }
  @media (min-width: 0em) and (max-width: 48em) {
    .woocommerce-account.logged-in .woocommerce-account-info, .woocommerce-account.logged-in .woocommerce-account-addresses-sb, .woocommerce-account.logged-in .woocommerce-customer-details {
      padding: 32px 32px 16px 32px; } }
  .woocommerce-account.logged-in .woocommerce-account-info h2, .woocommerce-account.logged-in .woocommerce-account-addresses-sb h2, .woocommerce-account.logged-in .woocommerce-customer-details h2 {
    font-size: 22px; }
  .woocommerce-account.logged-in .woocommerce-account-info p, .woocommerce-account.logged-in .woocommerce-account-addresses-sb p, .woocommerce-account.logged-in .woocommerce-customer-details p {
    margin: 0 0 16px 0;
    padding: 0; }
    .woocommerce-account.logged-in .woocommerce-account-info p > span, .woocommerce-account.logged-in .woocommerce-account-addresses-sb p > span, .woocommerce-account.logged-in .woocommerce-customer-details p > span {
      width: 150px;
      display: inline-block; }
      @media (min-width: 0em) and (max-width: 48em) {
        .woocommerce-account.logged-in .woocommerce-account-info p > span, .woocommerce-account.logged-in .woocommerce-account-addresses-sb p > span, .woocommerce-account.logged-in .woocommerce-customer-details p > span {
          width: 100%; } }
    .woocommerce-account.logged-in .woocommerce-account-info p.email, .woocommerce-account.logged-in .woocommerce-account-addresses-sb p.email, .woocommerce-account.logged-in .woocommerce-customer-details p.email {
      padding: 0; }
      .woocommerce-account.logged-in .woocommerce-account-info p.email:before, .woocommerce-account.logged-in .woocommerce-account-addresses-sb p.email:before, .woocommerce-account.logged-in .woocommerce-customer-details p.email:before {
        display: none; }
  .woocommerce-account.logged-in .woocommerce-account-info .member-profile-buttons .btn, .woocommerce-account.logged-in .woocommerce-account-addresses-sb .member-profile-buttons .btn, .woocommerce-account.logged-in .woocommerce-customer-details .member-profile-buttons .btn {
    border: 1px solid #FFA43D;
    background: #ffffff; }
    .woocommerce-account.logged-in .woocommerce-account-info .member-profile-buttons .btn:hover, .woocommerce-account.logged-in .woocommerce-account-addresses-sb .member-profile-buttons .btn:hover, .woocommerce-account.logged-in .woocommerce-customer-details .member-profile-buttons .btn:hover {
      background: #FFA43D; }
  .woocommerce-account.logged-in .woocommerce-account-info .col2-set.addresses, .woocommerce-account.logged-in .woocommerce-account-addresses-sb .col2-set.addresses, .woocommerce-account.logged-in .woocommerce-customer-details .col2-set.addresses {
    display: flex; }
    @media (min-width: 0em) and (max-width: 48em) {
      .woocommerce-account.logged-in .woocommerce-account-info .col2-set.addresses, .woocommerce-account.logged-in .woocommerce-account-addresses-sb .col2-set.addresses, .woocommerce-account.logged-in .woocommerce-customer-details .col2-set.addresses {
        display: block; } }
    .woocommerce-account.logged-in .woocommerce-account-info .col2-set.addresses .col-1, .woocommerce-account.logged-in .woocommerce-account-info .col2-set.addresses .col-2, .woocommerce-account.logged-in .woocommerce-account-addresses-sb .col2-set.addresses .col-1, .woocommerce-account.logged-in .woocommerce-account-addresses-sb .col2-set.addresses .col-2, .woocommerce-account.logged-in .woocommerce-customer-details .col2-set.addresses .col-1, .woocommerce-account.logged-in .woocommerce-customer-details .col2-set.addresses .col-2 {
      flex: 1;
      padding-right: 32px;
      border: 0;
      padding-bottom: 0; }
    .woocommerce-account.logged-in .woocommerce-account-info .col2-set.addresses .title h3, .woocommerce-account.logged-in .woocommerce-account-info .col2-set.addresses .title a.edit, .woocommerce-account.logged-in .woocommerce-account-addresses-sb .col2-set.addresses .title h3, .woocommerce-account.logged-in .woocommerce-account-addresses-sb .col2-set.addresses .title a.edit, .woocommerce-account.logged-in .woocommerce-customer-details .col2-set.addresses .title h3, .woocommerce-account.logged-in .woocommerce-customer-details .col2-set.addresses .title a.edit {
      float: none;
      font-size: 22px; }
    .woocommerce-account.logged-in .woocommerce-account-info .col2-set.addresses address, .woocommerce-account.logged-in .woocommerce-account-addresses-sb .col2-set.addresses address, .woocommerce-account.logged-in .woocommerce-customer-details .col2-set.addresses address {
      font-style: normal;
      border: 0;
      padding: 0; }
      .woocommerce-account.logged-in .woocommerce-account-info .col2-set.addresses address a.edit, .woocommerce-account.logged-in .woocommerce-account-addresses-sb .col2-set.addresses address a.edit, .woocommerce-account.logged-in .woocommerce-customer-details .col2-set.addresses address a.edit {
        text-transform: uppercase; }

.modal-overlay-container {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: rgba(255, 255, 255, 0.7);
  z-index: 100004;
  backdrop-filter: blur(20px); }
  .modal-overlay-container.is-open {
    display: block; }

.modal-container {
  display: none;
  padding-left: calc(50% - 600px);
  padding-right: calc(50% - 600px);
  padding-top: 50px;
  padding-bottom: 50px;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow-x: hidden;
  overflow-y: auto;
  outline: 0; }
  @media only screen and (max-width: 1450px) {
    .modal-container {
      padding-left: calc(50% - 600px + 96px);
      padding-right: calc(50% - 600px + 96px); } }
  .modal-container > div {
    background: #F1F1F1;
    border-radius: 6px;
    box-shadow: 0px 4px 16px rgba(0, 0, 0, 0.25);
    width: 100%;
    max-width: 1200px;
    padding: 64px 32px 32px 64px;
    position: relative; }
    @media (min-width: 0em) and (max-width: 48em) {
      .modal-container > div {
        padding-left: 32px; } }
  .modal-container.is-open {
    display: block;
    z-index: 100005; }
  .modal-container .close {
    position: absolute;
    right: 64px;
    top: 40px;
    font-size: 45px;
    text-decoration: none;
    border: 0; }
    @media (min-width: 0em) and (max-width: 48em) {
      .modal-container .close {
        font-size: 30px;
        right: 32px; } }
  .modal-container .nf-form-content .nf-field-label label {
    font-weight: 500; }
  .modal-container .nf-form-content select {
    border: 0 !important;
    background: #ffffff !important; }
  .modal-container .nf-form-content textarea {
    border-radius: 6px; }
  .modal-container .nf-form-content input:not([type="button"]) {
    background: #ffffff !important; }

#TB_overlay {
  background: rgba(255, 255, 255, 0.9);
  backdrop-filter: blur(20px); }

div#TB_window {
  padding: 32px;
  background: #F1F1F1; }
  div#TB_window #TB_title {
    background: none;
    border: 0;
    height: auto; }
  div#TB_window #TB_ajaxWindowTitle {
    padding: 0; }
  div#TB_window #TB_ajaxContent {
    padding: 0; }
  div#TB_window .tb_footer {
    text-align: left; }
  div#TB_window .tb-close-icon {
    right: 32px; }
    div#TB_window .tb-close-icon:before {
      font-size: 30px;
      color: #121212; }
  @media (min-width: 0em) and (max-width: 48em) {
    div#TB_window .tbl_buttons {
      display: flex;
      flex-wrap: wrap;
      width: 100%; }
      div#TB_window .tbl_buttons > div {
        width: 100%;
        padding-bottom: 15px;
        margin-right: 0 !important; }
        div#TB_window .tbl_buttons > div .button {
          width: 100%;
          margin: 0 !important; } }


.page-wrap [type="checkbox"]:not(:checked) + label, .page-wrap [type="checkbox"]:checked + label {
  position: relative;
  padding-left: 30px;
  cursor: pointer; }

.page-wrap [type="checkbox"]:not(:checked) + label:before, .page-wrap [type="checkbox"]:checked + label:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 20px;
  height: 20px;
  background: #ffffff;
  border: 1px solid #121212; }

.page-wrap [type="checkbox"]:checked + label:before {
  background: #ffffff; }

.nf-form-content .checkbox-wrap .nf-field-label label::after, .nf-form-content .checkbox-wrap .nf-field-label label.nf-checked-label::after {
  border: 1px solid #121212;
  background: #ffffff;
  width: 20px;
  height: 20px; }

.nf-form-content .checkbox-wrap .nf-field-label label::before {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "icon" !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "";
  font-size: 16px;
  color: #121212;
  left: -25px !important;
  top: 1px; }

.page-wrap [type="checkbox"]:not(:checked) + label:after, .page-wrap [type="checkbox"]:checked + label:after {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "icon" !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "";
  position: absolute;
  top: 2px;
  left: 3px;
  background: none;
  border: 0;
  z-index: 10;
  line-height: 100%;
  font-size: 16px;
  transition: all .2s;
  color: #000000;
  font-weight: 300; }

.page-wrap [type="checkbox"]:not(:checked) + label:after {
  opacity: 0;
  transform: scale(0); }

.page-wrap [type="checkbox"]:checked + label:after {
  opacity: 1;
  transform: scale(1); }

.page-wrap [type="checkbox"]:disabled:not(:checked) + label:before, .page-wrap [type="checkbox"]:disabled:checked + label:before {
  box-shadow: none;
  border-color: #bbb;
  background-color: #ddd; }

.page-wrap [type="checkbox"]:disabled:checked + label:after {
  color: #999; }

.page-wrap [type="checkbox"]:disabled + label {
  color: #aaa; }

.page-wrap [type="checkbox"]:checked:focus + label:before, .page-wrap [type="checkbox"]:not(:checked):focus + label:before {
  border: 0;
  border: none; }



.page-wrap [type="radio"]:not(:checked) + label, .page-wrap [type="radio"]:checked + label {
  position: relative;
  padding-left: 20px;
  cursor: pointer; }

.page-wrap [type="radio"]:not(:checked) + label:before, .page-wrap [type="radio"]:checked + label:before {
  content: '';
  position: absolute;
  left: 0;
  top: 3px;
  width: 10px;
  height: 10px;
  background: #ffffff;
  border: 1px solid #121212;
  border-radius: 50%; }

.page-wrap [type="radio"]:checked + label:before {
  background: #ffffff; }

.page-wrap [type="radio"]:not(:checked) + label:after, .page-wrap [type="radio"]:checked + label:after {
  content: '';
  position: absolute;
  top: 3px;
  left: 0;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  border: 1px solid #121212;
  background: #121212;
  line-height: 100%;
  font-size: 10px;
  transition: all .2s;
  color: #000000;
  font-weight: 300; }

.page-wrap [type="radio"]:not(:checked) + label:after {
  opacity: 0;
  transform: scale(0); }

.page-wrap [type="radio"]:checked + label:after {
  opacity: 1;
  transform: scale(1); }

.page-wrap [type="radio"]:disabled:not(:checked) + label:before, .page-wrap [type="radio"]:disabled:checked + label:before {
  box-shadow: none;
  border-color: #bbb;
  background-color: #ddd; }

.page-wrap [type="radio"]:disabled:checked + label:after {
  color: #999; }

.page-wrap [type="radio"]:disabled + label {
  color: #aaa; }

.page-wrap [type="radio"]:checked:focus + label:before, .page-wrap [type="radio"]:not(:checked):focus + label:before {
  border: 1px solid #121212; }

/* responsive video */
.embed-container, .wp-block-embed__wrapper {
  height: 0;
  width: 100%;
  padding-bottom: 56.25%;
  overflow: hidden;
  position: relative;
  margin: 15px 0; }
  .embed-container object, .embed-container iframe, .wp-block-embed__wrapper object, .wp-block-embed__wrapper iframe {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0; }

@media print {
  .mobile-nav {
    display: none !important; } }
