.small-text {
  font-size: 14px;
  line-height: 150%;
}
@media (max-width: 1200px) {
  .small-text {
    font-size: 12.6px;
  }
}
.small-text p {
  margin: 19px 0;
}

.large-text {
  font-size: 20px;
  line-height: 140%;
  font-weight: 500;
}
@media (max-width: 1200px) {
  .large-text {
    font-size: 18px;
  }
}
.large-text p {
  margin: 19px 0;
}

.larger-text {
  font-size: 22px;
  line-height: 140%;
}
@media (max-width: 1200px) {
  .larger-text {
    font-size: 19.8px;
  }
}

.large-heading,
.hero-heading {
  font-size: 55px;
  line-height: 130%;
  font-weight: 500;
  color: #FFFFFF;
}
@media (max-width: 1400px) {
  .large-heading,
.hero-heading {
    font-size: 44px;
  }
}
@media (max-width: 1200px) {
  .large-heading,
.hero-heading {
    font-size: 38.5px;
  }
}
@media (max-width: 991px) {
  .large-heading,
.hero-heading {
    font-size: 33px;
  }
}
@media (max-width: 767px) {
  .large-heading,
.hero-heading {
    font-size: 32px;
    line-height: 140%;
  }
}
.large-heading:first-child,
.hero-heading:first-child {
  margin-top: 0;
}
.large-heading:last-child,
.hero-heading:last-child {
  margin-bottom: 0;
}
.large-heading + .button,
.hero-heading + .button {
  margin-top: 4px;
}

.h1,
h1 {
  font-size: 44px;
  line-height: 130%;
  font-weight: bold;
  color: #FFFFFF;
  margin: 56px 0 28px 0;
}
@media (max-width: 1200px) {
  .h1,
h1 {
    font-size: 35.2px;
  }
}
@media (max-width: 991px) {
  .h1,
h1 {
    font-size: 30.8px;
  }
}
@media (max-width: 767px) {
  .h1,
h1 {
    font-size: 24px;
    line-height: 30px;
  }
}
.h1:first-child,
h1:first-child {
  margin-top: 0;
}
.h1:last-child,
h1:last-child {
  margin-bottom: 0;
}

.h2,
h2 {
  font-size: 32px;
  line-height: 140%;
  font-weight: 500;
  color: #FFFFFF;
  margin: 52px 0 26px 0;
}
@media (max-width: 1200px) {
  .h2,
h2 {
    font-size: 25.6px;
  }
}
@media (max-width: 991px) {
  .h2,
h2 {
    font-size: 22.4px;
  }
}
@media (max-width: 767px) {
  .h2,
h2 {
    font-size: 22px;
  }
}
.h2 + p,
h2 + p {
  margin-top: 0;
}
.h2:first-child,
h2:first-child {
  margin-top: 0;
}
.h2:last-child,
h2:last-child {
  margin-bottom: 0;
}

.h3,
h3 {
  font-size: 24px;
  line-height: 125%;
  font-weight: bold;
  color: #FFFFFF;
  margin: 38px 0 19px 0;
}
@media (max-width: 1200px) {
  .h3,
h3 {
    font-size: 21.6px;
  }
}
@media (max-width: 991px) {
  .h3,
h3 {
    font-size: 19.2px;
  }
}
.h3:first-child,
h3:first-child {
  margin-top: 0;
}
.h3:last-child,
h3:last-child {
  margin-bottom: 0;
}

.h4,
h4 {
  font-size: 22px;
  line-height: 140%;
  font-weight: 500;
  color: #FFFFFF;
  margin: 52px 0 26px 0;
}
@media (max-width: 1200px) {
  .h4,
h4 {
    font-size: 19.8px;
  }
}
@media (max-width: 991px) {
  .h4,
h4 {
    font-size: 17.6px;
  }
}
@media (max-width: 767px) {
  .h4,
h4 {
    font-size: 18px;
  }
}
.h4:first-child,
h4:first-child {
  margin-top: 0;
}
.h4:last-child,
h4:last-child {
  margin-bottom: 0;
}

.h5,
h5 {
  font-size: 18px;
  line-height: 150%;
  font-weight: 500;
  color: #FFFFFF;
}
@media (max-width: 1200px) {
  .h5,
h5 {
    font-size: 16.2px;
  }
}
@media (max-width: 991px) {
  .h5,
h5 {
    font-size: 14.4px;
  }
}
.h5:first-child,
h5:first-child {
  margin-top: 0;
}
.h5:last-child,
h5:last-child {
  margin-bottom: 0;
}

.h6,
h6 {
  font-size: 16px;
  line-height: 150%;
  font-weight: 500;
  color: #FFFFFF;
}
@media (max-width: 1200px) {
  .h6,
h6 {
    font-size: 14.4px;
  }
}
@media (max-width: 991px) {
  .h6,
h6 {
    font-size: 12.8px;
  }
}
.h6:first-child,
h6:first-child {
  margin-top: 0;
}
.h6:last-child,
h6:last-child {
  margin-bottom: 0;
}

h1 strong,
h2 strong,
h3 strong,
h4 strong,

h5 strong,
h6 strong {
  color: #F6CA1D;
  font-weight: inherit;
}

a {
  text-decoration: underline;
  color: #FFFFFF;
}
a:hover {
  text-decoration: none;
}

.button {
  text-decoration: none;
  display: inline-block;
  font-weight: bold;
  color: #FFFFFF;
  line-height: 125%;
  padding: 20px 40px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border: 2px solid #E9414F;
  background-color: #E9414F;
  margin: 26px 0;
  text-transform: uppercase;
}
@media (max-width: 1200px) {
  .button {
    padding: 18px 32px;
  }
}
@media (max-width: 991px) {
  .button {
    margin: 20.8px 0;
  }
}
@media (max-width: 767px) {
  .button {
    margin: 18px 0;
    padding: 16px 30px;
  }
}
.button:after {
  content: "\e903";
  font-family: "icomoon";
  position: relative;
  width: 20px;
  display: inline-block;
  margin: -2px -30px -2px 10px;
  opacity: 0;
  -webkit-transition: all 0.2s ease-in-out !important;
  transition: all 0.2s ease-in-out !important;
}
.button:first-child {
  margin-top: 0;
}
.button:last-child {
  margin-bottom: 0;
}
@media (min-width: 1201px) {
  .button:hover {
    padding-right: 70px;
  }
  .button:hover:after {
    opacity: 1;
  }
}
.button.black {
  background-color: #1B1B1C;
  border-color: #1B1B1C;
}

.secondary-button {
  text-decoration: none;
  line-height: 125%;
  font-weight: bold;
  color: #FFFFFF;
  display: inline-block;
}
.secondary-button:after {
  content: "\e903";
  font-family: "icomoon";
  color: #E9414F;
  display: inline-block;
  margin-left: 18px;
  position: relative;
  top: 1px;
  -webkit-transition: all 0.2s ease-in-out !important;
  transition: all 0.2s ease-in-out !important;
}
@media (min-width: 1201px) {
  .secondary-button:hover {
    padding-right: 6px;
    color: #E9414F;
  }
  .secondary-button:hover:after {
    margin-left: 12px;
  }
}

.alt-button {
  display: block;
  width: 48px;
  height: 48px;
  position: relative;
  overflow: hidden;
}
.alt-button i {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #E9414F;
  -webkit-transition: all 0.2s ease-in-out !important;
  transition: all 0.2s ease-in-out !important;
}
.alt-button i:nth-child(1) {
  left: -100%;
}
.alt-button i:nth-child(2) {
  left: 0;
}
.alt-button i:before {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
@media (min-width: 1201px) {
  .alt-button:hover i:nth-child(1) {
    left: 0%;
  }
  .alt-button:hover i:nth-child(2) {
    left: 100%;
  }
}

p {
  margin: 24px 0;
}
@media (max-width: 991px) {
  p {
    margin: 19.2px 0;
  }
}
/*p:first-child {
  margin-top: 0;
}*/
p:last-child {
  margin-bottom: 0;
}

ul,
ol {
  list-style: none;
  margin: 24px 0 24px 42px;
}
@media (max-width: 991px) {
  ul,
ol {
    margin: 19.2px 0 19.2px 33.6px;
  }
}
ul:first-child,
ol:first-child {
  margin-top: 0;
}
ul:last-child,
ol:last-child {
  margin-bottom: 0;
}
ul li,
ol li {
  padding: 8px 0 8px 24px;
  position: relative;
}
ul li:first-child,
ol li:first-child {
  padding-top: 0;
}
ul li:last-child,
ol li:last-child {
  padding-bottom: 0;
}

ul li:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 17px;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background-color: #F6CA1D;
}
ul li:first-child:before {
  margin-top: -8px;
}
ul.checklist {
  font-size: 22px;
  margin: 53px 0;
}
@media (max-width: 1200px) {
  ul.checklist {
    font-size: 19.8px;
  }
}
@media (max-width: 767px) {
  ul.checklist {
    font-size: 16px;
    line-height: 150%;
    margin: 45px 0 40px 0;
  }
}
ul.checklist:first-child {
  margin-top: 0;
}
ul.checklist:last-child {
  margin-bottom: 0;
}
ul.checklist li {
  padding: 14px 0 15px 48px;
}
@media (max-width: 1200px) {
  ul.checklist li {
    padding-left: 40px;
  }
}
@media (max-width: 767px) {
  ul.checklist li {
    padding: 12px 0 12px 32px;
  }
}
ul.checklist li:first-child {
  padding-top: 0;
}
ul.checklist li:first-child:before {
  margin-top: -14px;
}
ul.checklist li:last-child {
  padding-bottom: 0;
}
ul.checklist li:before {
  content: "\e902";
  font-family: "icomoon";
  background-color: transparent;
  color: #F6CA1D;
  border-radius: 0px;
  width: auto;
  height: auto;
  top: 13px;
}

ol {
  counter-reset: custom-ol-counter;
}
ol li {
  counter-increment: custom-ol-counter;
  padding-left: 24px;
}
ol li:before {
  content: counter(custom-ol-counter) ".";
  display: block;
  position: absolute;
  left: 0;
  top: 8px;
  color: #F6CA1D;
  font-weight: inherit;
  font-size: inherit;
  line-height: inherit;
  font-weight: 500;
}
ol li:first-child:before {
  margin-top: -8px;
}

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

#footer .footer-inner {
  position: relative;
  z-index: 2;
  padding-top: 14px; }
  #footer .footer-inner .footer-columns {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 0 -20px;
    position: relative;
    z-index: 2;
    position: relative;
    padding-left: 150px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }
    @media (max-width: 991px) {
      #footer .footer-inner .footer-columns {
        margin: 0 -10px;
        padding-left: 100px; } }
    @media (max-width: 767px) {
      #footer .footer-inner .footer-columns {
        padding-left: 82px;
        display: block;
        margin: 0; } }
    #footer .footer-inner .footer-columns .footer-col {
      padding: 0 20px;
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      box-sizing: border-box; }
      @media (max-width: 991px) {
        #footer .footer-inner .footer-columns .footer-col {
          padding: 0 10px; } }
      @media (max-width: 767px) {
        #footer .footer-inner .footer-columns .footer-col {
          padding: 0; } }
    #footer .footer-inner .footer-columns .footer-col-1 {
      flex-basis: 12%;
      position: absolute;
      left: 0;
      top: 0; }
      @media (max-width: 767px) {
        #footer .footer-inner .footer-columns .footer-col-1 {
          top: 5px; } }
    #footer .footer-inner .footer-columns .footer-col-2 {
      flex-basis: 19%; }
      @media (max-width: 1200px) {
        #footer .footer-inner .footer-columns .footer-col-2 {
          flex-basis: 30%; } }
      @media (max-width: 767px) {
        #footer .footer-inner .footer-columns .footer-col-2 {
          position: absolute;
          left: -2px;
          top: 86px; }
          #footer .footer-inner .footer-columns .footer-col-2 h4 {
            display: none; } }
    #footer .footer-inner .footer-columns .footer-col-3 {
      flex-basis: 24%; }
      @media (max-width: 1200px) {
        #footer .footer-inner .footer-columns .footer-col-3 {
          flex-basis: 34%; } }
      @media (max-width: 767px) {
        #footer .footer-inner .footer-columns .footer-col-3 {
          margin-bottom: 46px; } }
    #footer .footer-inner .footer-columns .footer-col-4 {
      flex-basis: 24%; }
      @media (max-width: 1200px) {
        #footer .footer-inner .footer-columns .footer-col-4 {
          flex-basis: 34%; } }
      @media (max-width: 767px) {
        #footer .footer-inner .footer-columns .footer-col-4 {
          margin-bottom: 46px; } }
    #footer .footer-inner .footer-columns .footer-col-5 {
      /*flex: 0 1 auto;*/
      flex-basis: 24%; }
      @media (max-width: 1200px) {
        #footer .footer-inner .footer-columns .footer-col-5 {
          flex-basis: 34%; } }
      @media (max-width: 767px) {
        #footer .footer-inner .footer-columns .footer-col-5 {
          margin-bottom: 46px; } }

@media (min-width: 768px) {
  #footer .social-icons {
    display: flex;
    flex-wrap: wrap;
    align-items: center; } }


.social-icons {
  padding-top: 7px;
}
.social-icons a {
  display: block;
  width: 39px;
  height: 39px;
  border-radius: 50%;
  background-color: #E9414F;
  position: relative;
  text-decoration: none;
  color: #FFFFFF;
  font-size: 12px;
  margin-bottom: 26px;
}
@media (max-width: 767px) {
  .social-icons a {
    width: 30px;
    height: 30px;
    margin-bottom: 19px;
  }
}
.social-icons a:hover {
  background-color: #AB45A1;
}
.social-icons a:first-child {
  margin-top: 0;
}
.social-icons a:last-child {
  margin-bottom: 0;
}
.social-icons a i {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

#footer-logo {
  display: block;
  max-width: 51px;
}
@media (max-width: 991px) {
  #footer-logo {
    max-width: 40px;
  }
}
@media (max-width: 767px) {
  #footer-logo {
    max-width: 27px;
  }
}
#footer-logo img {
  display: block;
  max-width: 100%;
  height: auto;
  margin: 0;
}

.footer-nav .footer-menu {
  list-style: none;
  padding: 0;
  margin: 0; }
  .footer-nav .footer-menu > li {
    display: block;
    padding: 0;
    margin: 0; }
    .footer-nav .footer-menu > li > a {
      font-size: 22px;
      line-height: 140%;
      font-weight: 500;
      color: #FFFFFF;
      margin: 52px 0 26px 0;
      display: inline-block;
      padding: 0;
      margin: 0;
      text-decoration: none; }
      @media (max-width: 1200px) {
        .footer-nav .footer-menu > li > a {
          font-size: calc(22px * 0.9); } }
      @media (max-width: 991px) {
        .footer-nav .footer-menu > li > a {
          font-size: calc(22px * 0.8); } }
      @media (max-width: 767px) {
        .footer-nav .footer-menu > li > a {
          font-size: 18px; } }
      .footer-nav .footer-menu > li > a:first-child {
        margin-top: 0; }
      .footer-nav .footer-menu > li > a:last-child {
        margin-bottom: 0; }
      .footer-nav .footer-menu > li > a[href="#"] {
        pointer-events: none; }
      @media (min-width: 1201px) {
        .footer-nav .footer-menu > li > a:hover {
          color: #E9414F; } }
    .footer-nav .footer-menu > li:nth-of-type(2) {
      margin-top: 46px; }
    .footer-nav .footer-menu > li:before {
      display: none; }
    .footer-nav .footer-menu > li ul {
      list-style: none;
      padding: 27px 0 0 0;
      margin: 0; }
      @media (max-width: 767px) {
        .footer-nav .footer-menu > li ul {
          padding-top: 22px; } }
      .footer-nav .footer-menu > li ul li {
        display: block;
        padding: 9px 0 9px 24px;
        margin: 0; }
        @media (max-width: 767px) {
          .footer-nav .footer-menu > li ul li {
            padding: 7px 0 7px 24px; } }
        .footer-nav .footer-menu > li ul li:first-child:before {
          top: 26px; }
          @media (max-width: 767px) {
            .footer-nav .footer-menu > li ul li:first-child:before {
              top: 23px; } }
        .footer-nav .footer-menu > li ul li:before {
          background-color: #E9414F;
          width: 4px;
          height: 4px;
          top: 18px; }
          @media (max-width: 767px) {
            .footer-nav .footer-menu > li ul li:before {
              top: 15px; } }
        .footer-nav .footer-menu > li ul li.current-menu-item > a {
          color: #E9414F; }
        .footer-nav .footer-menu > li ul li a {
          text-decoration: none; }
          @media (max-width: 767px) {
            .footer-nav .footer-menu > li ul li a {
              font-size: 16px; } }
          @media (min-width: 1201px) {
            .footer-nav .footer-menu > li ul li a:hover {
              color: #E9414F; } }


.podcasts {
  position: relative;
  padding-left: 150px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 117px 0 -20px 0;
}
@media (max-width: 1200px) {
  .podcasts {
    margin-top: 80px;
  }
}
@media (max-width: 767px) {
  .podcasts {
    padding-left: 82px;
    display: block;
    margin-top: 67px;
  }
}
.podcasts:before {
  content: "";
  display: block;
  position: absolute;
  left: -107px;
  top: -77px;
  width: 170px;
  height: 169px;
  background: transparent url(https://becomeframework.com/wp-content/themes/becoming-alliance/assets/img/footer-dots.svg) no-repeat left top;
  background-size: 100% auto;
}
@media (max-width: 1200px) {
  .podcasts:before {
    width: 136px;
    height: 135.2px;
    left: -24px;
    top: -38.5px;
  }
}
@media (max-width: 767px) {
  .podcasts:before {
    width: 87px;
    height: 86px;
    left: -40px;
    top: 6px;
  }
}
.podcasts h2 {
  padding: 0;
  margin: 0;
}
@media (max-width: 767px) {
  .podcasts h2 {
    margin-bottom: 28px;
  }
}
.podcasts a {
  display: inline-block;
}
@media (min-width: 1201px) {
  .podcasts a:hover {
    opacity: 0.5;
  }
}
@media (max-width: 991px) {
  .podcasts a {
    margin-left: 15px;
  }
  .podcasts a:nth-child(2) {
    margin-left: 0;
  }
}
@media (max-width: 767px) {
  .podcasts a {
    margin-left: 0;
  }
  .podcasts a:nth-child(2) {
    margin-bottom: 13px;
  }
}
.podcasts a img {
  max-height: 82px;
  width: auto;
  margin: 0;
}
@media (max-width: 1200px) {
  .podcasts a img {
    max-height: 64px;
  }
}
@media (max-width: 767px) {
  .podcasts a img {
    max-height: 50px;
  }
}

#header {
  width: 100%;
  z-index: 5;
  background-color: transparent;
  margin: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 0.2s ease-in-out !important;
  transition: all 0.2s ease-in-out !important;
}
.scrolled #header {
  background-color: #1B1B1C;
}

#header .header-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}
/*@media (max-width: 1400px) {
  #header .header-inner {
    height: 72px;
  }
}
@media (max-width: 1200px) {
  #header .header-inner {
    height: 62px;
  }
}
@media (max-width: 767px) {
  #header .header-inner {
    height: 53px;
  }
}*/
#header .header-inner .header-items {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
#header .header-inner .header-items .mini-cart {
  margin: 0 38px;
}
#header .header-inner .header-items .mini-cart .mini-cart-button {
  text-decoration: none;
  font-size: 22px;
  position: relative;
}
@media (min-width: 1201px) {
  #header .header-inner .header-items .mini-cart .mini-cart-button:hover i {
    opacity: 0.6;
  }
}
#header .header-inner .header-items .mini-cart .mini-cart-button .count {
  width: 18px;
  height: 18px;
  line-height: 18px;
  text-align: center;
  border-radius: 50%;
  font-size: 12px;
  background-color: #E9414F;
  border-radius: 50%;
  position: absolute;
  right: -2px;
  top: -4px;
  font-weight: normal;
}

#logo {
	display: block;
    max-width: 300px;
    position: relative;
    z-index: 10;
    width: 100%;
    margin: 1em auto;
}
@media (max-width: 1200px) {
  #logo {
    max-width: 160px;
  }
}

#logo img {
  display: block;
  max-width: 100%;
  height: auto;
  margin: 0;
}

@media (max-width: 1200px) {
  .nav:not(.language-picker) {
    position: fixed;
    left: 0;
    top: 0;
    padding: 0 24px 0 24px;
    width: 100%;
    background-color: #1B1B1C;
    z-index: 5;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    max-height: calc(var(--vh, 1vh) * 100);
    min-height: calc(var(--vh, 1vh) * 100);
    overflow: auto;
    -webkit-transition: all 0.2s ease-in-out !important;
    transition: all 0.2s ease-in-out !important;
  }
  .nav:not(.language-picker):before {
    content: "";
    display: block;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 62px;
    background-color: #1B1B1C;
    z-index: 2;
  }
}
@media (max-width: 1200px) and (max-width: 767px) {
  .nav:not(.language-picker):before {
    height: 53px;
  }
}
@media (max-width: 1200px) {
  .mobile-menu-open .nav:not(.language-picker) {
    opacity: 1;
    visibility: visible;
    pointer-events: all;
  }
}
@media (max-width: 1200px) {
  .nav:not(.language-picker) .menu {
    flex-direction: column;
    text-align: left;
    align-items: flex-start;
    padding: 96px 0 146px 30px;
  }
  .nav:not(.language-picker) .menu:before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 56px;
    height: 114px;
    background: transparent url(assets/img/blue-circle-left.svg) no-repeat left top;
    background-size: 100% auto;
    pointer-events: none;
  }
  .nav:not(.language-picker) .menu:after {
    content: "";
    display: block;
    position: absolute;
    right: 0px;
    top: 110px;
    width: 98px;
    height: 99px;
    background: transparent url(assets/img/purple-shapes-small.svg) no-repeat left top;
    background-size: 100% auto;
    z-index: 2;
    pointer-events: none;
  }
  .nav:not(.language-picker) .menu li {
    display: block;
    margin: 0;
    padding: 10px 0 9px 0;
    position: relative;
    z-index: 5;
  }
  .nav:not(.language-picker) .menu li.is-button {
    order: 99999;
    margin: 27px 0 0 0;
  }
  .nav:not(.language-picker) .menu li.is-button a {
    margin: 0;
  }
  .nav:not(.language-picker) .menu li a {
    display: block;
    padding: 5px 0;
    position: relative;
  }
  .nav:not(.language-picker) .menu li a span#cart-counter {
    width: 18px;
    height: 18px;
    line-height: 18px;
    text-align: center;
    border-radius: 50%;
    font-size: 12px;
    background-color: #E9414F;
    border-radius: 50%;
    display: inline-block;
    font-weight: normal;
    margin-left: 5px;
    position: relative;
    top: -2px;
  }
  .nav:not(.language-picker) .menu li ul {
    position: relative;
    left: auto;
    top: auto;
    white-space: initial;
    background-color: transparent;
    opacity: 1;
    visibility: visible;
    pointer-events: all;
    padding: 12px 0 10px 12px;
    display: none;
    -moz-transition: none !important;
    -webkit-transition: none !important;
    -o-transition: none !important;
    transition: none !important;
  }
  .nav:not(.language-picker) .menu li ul li {
    padding: 1px 0;
  }
}
.nav .menu {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.nav .menu li {
  padding: 0;
  margin: 0 40px 0 0;
  position: relative;
}
@media (min-width: 1201px) {
  .nav .menu li:hover ul {
    opacity: 1;
    visibility: visible;
    pointer-events: all;
  }
  .nav .menu li:hover > a {
    color: #E9414F;
  }
  .nav .menu li:hover > a i {
    transform: rotate(90deg);
  }
}
.nav .menu li:last-child {
  margin-right: 0;
}
.nav .menu li:before {
  display: none;
}
.nav .menu li.current-menu-ancestor > a, .nav .menu li.current-menu-parent > a, .nav .menu li.current-menu-item > a {
  color: #E9414F;
}
.nav .menu li a {
  text-decoration: none;
  font-size: 14px;
  line-height: 140%;
  font-weight: 500;
  color: #FFFFFF;
}
.nav .menu li a.button {
  font-size: 14px;
  line-height: 140%;
  font-weight: 500;
  padding: 9.5px 20px;
  margin: 0 0 0 20px;
}
@media (min-width: 1201px) {
  .nav .menu li a.button:hover {
    color: #ffffff;
    padding-right: 48px;
    margin-left: -8px;
  }
  .nav .menu li a.button:hover:after {
    color: #ffffff !important;
  }
}
@media (min-width: 1201px) {
  .nav .menu li a:hover {
    color: #E9414F;
  }
  .nav .menu li a:hover i {
    transform: rotate(90deg);
  }
}
.nav .menu li a i {
  position: relative;
  display: inline-block;
  margin-left: 9px;
  font-size: 7px;
  top: -1px;
  -moz-transition: none !important;
  -webkit-transition: none !important;
  -o-transition: none !important;
  transition: none !important;
  -moz-transition: transform 0.2s cubic-bezier(0.165, 0.84, 0.44, 1) !important;
  -webkit-transition: transform 0.2s cubic-bezier(0.165, 0.84, 0.44, 1) !important;
  -o-transition: transform 0.2s cubic-bezier(0.165, 0.84, 0.44, 1) !important;
  transition: transform 0.2s cubic-bezier(0.165, 0.84, 0.44, 1) !important;
}
.nav .menu li ul {
  position: absolute;
  left: -11px;
  top: 100%;
  list-style: none;
  white-space: nowrap;
  background-color: #1B1B1C;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  margin: 0;
  padding: 8px 36px 16px 11px;
  -webkit-transition: all 0.2s ease-in-out !important;
  transition: all 0.2s ease-in-out !important;
}
.nav .menu li ul li {
  display: block;
  padding: 5px 0;
  margin: 0;
}
.nav .menu li ul li:first-child {
  padding-top: 0;
}
.nav .menu li ul li:last-child {
  padding-bottom: 0;
}
.nav .menu li ul li:before {
  display: none;
}
.nav .menu li ul li a {
  display: block;
  font-weight: normal;
}
.nav .menu li ul li.current-menu-ancestor > a, .nav .menu li ul li.current-menu-parent > a, .nav .menu li ul li.current-menu-item > a {
  color: #E9414F;
}

.mobile-menu-button {
  display: block;
  position: absolute;
  right: -9px;
  top: 50%;
  text-decoration: none;
  color: #ffffff;
  z-index: 20;
  width: 40px;
  height: 40px;
  margin-top: -20px;
}
@media (max-width: 767px) {
  .mobile-menu-button {
    margin-top: -21px;
  }
}
.mobile-menu-button span.lines {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 21px;
  height: 20px;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.mobile-menu-button span.lines span {
  display: block;
  position: absolute;
  height: 3px;
  width: 100%;
  background: #FFFFFF;
  opacity: 1;
  left: 0;
  top: 0;
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: 0.2s ease-in-out;
  -o-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
}
.mobile-menu-button span.lines span:nth-child(1) {
  top: 0px;
  left: auto;
  right: 0;
}
.mobile-menu-button span.lines span:nth-child(2), .mobile-menu-button span.lines span:nth-child(3) {
  top: 8px;
}
.mobile-menu-button span.lines span:nth-child(4) {
  top: 16px;
}
.mobile-menu-button.active span.lines span {
  background-color: #FFFFFF;
}
.mobile-menu-button.active span.lines span:nth-child(1) {
  top: 7px;
  width: 0%;
  left: 50%;
}
.mobile-menu-button.active span.lines span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  width: 100%;
}
.mobile-menu-button.active span.lines span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  width: 100%;
}
.mobile-menu-button.active span.lines span:nth-child(4) {
  top: 7px;
  width: 0%;
  left: 50%;
}

  #page-wrapper {
    border-top: 102px solid #1B1B1C;
	text-align: center;
	padding-top: 3em;
	min-height:10em;}
    @media (max-width: 1400px) {
      #page-wrapper {
        border-top: 72px solid #1B1B1C; } }
    @media (max-width: 1200px) {
      #page-wrapper {
        border-top: 62px solid #1B1B1C; } }
    @media (max-width: 767px) {
      #page-wrapper {
        border-top: 53px solid #1B1B1C; padding: 3em 1em; } }