/*** IMPORTS ***/
/***
*
* VARIABLES
*
***/
@font-face {
  font-family: 'Gotham-Black';
  src: url("../fonts/Gotham-Black.woff2") format("woff2"), url("../fonts/Gotham-Black.woff") format("woff");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'Gotham-Bold';
  src: url("../fonts/Gotham-Bold.woff2") format("woff2"), url("../fonts/Gotham-Bold.woff") format("woff");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'Gotham-Medium';
  src: url("../fonts/Gotham-Medium.woff2") format("woff2"), url("../fonts/Gotham-Medium.woff") format("woff");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'Gotham-Light';
  src: url("../fonts/Gotham-Light.woff2") format("woff2"), url("../fonts/Gotham-Light.woff") format("woff");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'Gotham-Book';
  src: url("../fonts/Gotham-Book.woff2") format("woff2"), url("../fonts/Gotham-Book.woff") format("woff");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'FontAwesome';
  src: url("../fonts/fontawesome-webfont.woff2") format("woff2"), url("../fonts/fontawesome-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal; }

.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.fa-facebook-square:before {
  content: "\f082"; }

.fa-twitter:before {
  content: "\f099"; }

.fa-instagram:before {
  content: "\f16d"; }

.fa-youtube:before {
  content: "\f167"; }

.fa-external-link-square:before {
  content: "\f14c"; }

.fa-external-link:before {
  content: "\f08e"; }

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  font-size: 100%;
  font: inherit;
  padding: 0;
  border: 0;
  margin: 0;
  vertical-align: baseline; }

body {
  line-height: 1; }

ol, ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after, q:before, q:after {
  content: '';
  content: none; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block; }

.clear {
  clear: both; }

.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important; }

* {
  box-sizing: border-box; }

.b-col-item__hidden {
  display: none !important; }

em {
  font-style: italic; }

.no-select::selection {
  background: none; }

.table {
  display: table; }

.table-cell {
  display: table-cell;
  vertical-align: middle; }

.center-v {
  position: absolute;
  transform: translateY(-50%);
  top: 50%; }

.center-h {
  position: absolute;
  transform: translateX(-50%);
  left: 50%; }

.center-both {
  position: absolute;
  transform: translate(-50%, -50%);
  left: 50%;
  top: 50%; }

.wrapper {
  max-width: 1260px;
  padding: 0 40px;
  height: 100%;
  width: 100%;
  margin: 0 auto;
  position: relative; }
  .wrapper:after {
    clear: both;
    content: '';
    display: block; }
  @media (max-width: 480px) {
    .wrapper {
      padding: 0 20px; } }

input {
  -webkit-appearance: none;
  border-radius: 0;
  outline: none; }
  input::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */ }
  input::-moz-placeholder {
    /* Firefox 19+ */ }
  input:-ms-input-placeholder {
    /* IE 10+ */ }
  input:-moz-placeholder {
    /* Firefox 18- */ }

html, body {
  font-size: 10px; }

body {
  line-height: 1;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.004);
  overflow-x: hidden; }
  body.locked {
    overflow: hidden; }

a {
  text-decoration: none;
  color: inherit;
  display: inline-block;
  cursor: pointer; }

p {
  color: #111111;
  font-family: "Gotham-Book", sans-serif;
  font-size: 1.4rem;
  letter-spacing: .04em; }

img {
  display: block; }

h1 {
  line-height: 1.25; }

h2 {
  line-height: 1.45; }

.container {
  height: 100%;
  width: 100%;
  max-width: 1400px;
  padding: 0 40px;
  position: relative;
  overflow: hidden;
  margin: 0 auto; }
  @media (max-width: 959px) {
    .container {
      padding: 0 20px; } }
  @media (max-width: 480px) {
    .container {
      padding: 0 17px; } }

.btn {
  width: 145px;
  height: 44px;
  border: 2px solid;
  text-transform: capitalize;
  border-radius: 22px;
  font-family: "Gotham-Medium", sans-serif;
  font-size: 1.3rem;
  cursor: pointer;
  text-align: center;
  padding: 15px 0;
  transition: all .2s ease-in-out;
  position: relative;
  z-index: 2; }

.socials a {
  color: #ce1f40;
  display: inline-block;
  margin-right: 33px;
  font-size: 21px;
  margin-bottom: 0;
  line-height: 0;
  letter-spacing: 0; }
  .socials a:last-child {
    margin-right: 0; }

.menu-triggers li.active .mega-menu {
  visibility: visible;
  opacity: 1;
  transition: visibility 0s .15s, opacity .2s .15s ease-out; }
  .menu-triggers li.active .mega-menu .faders {
    opacity: 1;
    transition: opacity 0s 0s; }

.menu-triggers li.active-hovering .mega-menu {
  z-index: 3;
  visibility: visible;
  opacity: 1;
  transition: visibility 0s .2s, opacity 0s 0s, z-index 0s .2s; }
  .menu-triggers li.active-hovering .mega-menu .faders {
    opacity: 1;
    transition: opacity .25s .15s ease-out; }

.menu-triggers li.menu-closed .mega-menu {
  z-index: 1;
  transition: visibility .25s .4s, opacity .25s .4s, z-index 0s .2s;
  opacity: 0;
  visibility: hidden; }

.menu-triggers li.menu-closed .faders {
  opacity: 0;
  transition: opacity .2s 0s ease-in-out; }

.menu-triggers li.menu-fully-closed .mega-menu {
  transition: visibility .25s .0s, opacity .25s .0s;
  opacity: 0;
  visibility: hidden; }

.yellow-menu {
  position: fixed;
  opacity: 0;
  visibility: hidden;
  width: 100%;
  min-height: 100vh;
  top: 0;
  background-color: #fedb00; }
  @media (max-width: 767px) {
    .yellow-menu {
      height: 100vh; } }
  .yellow-menu .wrapper {
    width: 100%;
    max-width: 960px;
    position: relative;
    display: block;
    margin: 0 auto;
    height: 100vh; }
  .yellow-menu .big-items {
    position: absolute;
    top: calc(50% + 41px);
    left: 30px;
    transform: translateY(-50%); }
    @media (max-width: 767px) {
      .yellow-menu .big-items {
        position: relative;
        left: auto;
        left: initial;
        transform: none;
        padding-top: 130px;
        top: 0;
        margin-left: -2px; } }
    .yellow-menu .big-items .mobile-li .fa-external-link {
      font-size: 17px;
      position: relative;
      bottom: -1px; }
    .yellow-menu .big-items > li {
      margin-bottom: 35px; }
      .yellow-menu .big-items > li:last-child {
        margin-bottom: 0; }
      .yellow-menu .big-items > li.mobile-li {
        display: none; }
        @media (max-width: 767px) {
          .yellow-menu .big-items > li.mobile-li {
            display: block; } }
        .yellow-menu .big-items > li.mobile-li.open .list-wrapper {
          max-height: 285px;
          opacity: 1;
          transition: max-height .3s ease-in-out, opacity .3s .2s; }
      .yellow-menu .big-items > li.desktop-li {
        display: block; }
        @media (max-width: 767px) {
          .yellow-menu .big-items > li.desktop-li {
            display: none; } }
      .yellow-menu .big-items > li a, .yellow-menu .big-items > li .mobile-dd {
        font-family: "Gotham-Bold", sans-serif;
        cursor: pointer;
        font-size: 7.4rem;
        color: #fff;
        margin-bottom: 0;
        display: block; }
        @media (max-width: 767px) {
          .yellow-menu .big-items > li a, .yellow-menu .big-items > li .mobile-dd {
            font-size: 4.4rem; } }
      .yellow-menu .big-items > li .list-wrapper {
        max-height: 0;
        padding-left: 2px;
        opacity: 0;
        overflow: hidden;
        transition: max-height .3s ease-in-out, opacity .3s 0s; }
      .yellow-menu .big-items > li li a {
        font-size: 2.2rem;
        color: #ce1f40;
        margin-bottom: 18px; }
      .yellow-menu .big-items > li li:first-child {
        margin-top: 15px; }
      .yellow-menu .big-items > li li:last-child a {
        margin-bottom: 0; }
  .yellow-menu .site-meta {
    position: absolute;
    top: calc(50% + 29px);
    width: 248px;
    right: 30px;
    transform: translateY(-50%); }
    @media (max-width: 767px) {
      .yellow-menu .site-meta {
        top: auto;
        top: initial;
        transform: none;
        right: auto;
        right: initial;
        bottom: 0;
        margin: 60px 0 30px;
        position: relative; } }
    .yellow-menu .site-meta > a {
      font-family: "Gotham-Bold", sans-serif;
      font-size: 1rem;
      color: #000;
      letter-spacing: .2em;
      text-transform: uppercase;
      margin-bottom: 35px;
      display: block;
      line-height: 1.7; }
      .yellow-menu .site-meta > a:last-of-type {
        margin-bottom: 60px; }
      .yellow-menu .site-meta > a:first-of-type {
        margin-top: 30px; }
      .yellow-menu .site-meta > a.lang {
        display: inline-block; }
        @media (max-width: 767px) {
          .yellow-menu .site-meta > a.lang {
            display: none; } }
      @media (max-width: 767px) {
        .yellow-menu .site-meta > a {
          display: inline-block;
          margin-bottom: 25px;
          margin-right: 18px; }
          .yellow-menu .site-meta > a:first-child {
            display: none; }
          .yellow-menu .site-meta > a:nth-child(2) {
            padding-left: 1px; }
          .yellow-menu .site-meta > a:last-of-type {
            margin-bottom: 0; }
          .yellow-menu .site-meta > a:first-of-type {
            margin-top: 0; } }
      .yellow-menu .site-meta > a.es {
        margin-left: 35px;
        position: relative; }
        .yellow-menu .site-meta > a.es:after {
          content: '';
          position: absolute;
          left: -20px;
          top: -1px;
          height: 100%;
          background-color: #111111;
          width: 1px; }

.util-bar, .mega-holder {
  padding: 0 75px;
  width: 100%;
  position: relative;
  z-index: 21; }
  @media (max-width: 1260px) {
    .util-bar, .mega-holder {
      max-width: 1260px;
      padding: 0 40px;
      margin: 0 auto; } }
  @media (max-width: 480px) {
    .util-bar, .mega-holder {
      padding: 0 20px; } }

.util-bar {
  height: 30px;
  background-color: #fedb00;
  font-family: "Gotham-Book", sans-serif;
  font-size: .9rem;
  letter-spacing: 0;
  text-transform: uppercase; }
  .util-bar ul {
    height: 100%;
    width: 100%;
    font-family: "Gotham-Medium", sans-serif; }
  .util-bar li:not(.language) {
    float: right;
    padding: 0 15px;
    position: relative; }
    @media (max-width: 395px) {
      .util-bar li:not(.language) {
        padding: 0 10px 0 9px; } }
    @media (max-width: 335px) {
      .util-bar li:not(.language) {
        padding: 0 6px 0 5px; } }
    .util-bar li:not(.language):after {
      content: '';
      position: absolute;
      height: 10px;
      width: 1px;
      background-color: #000;
      left: 0;
      top: 50%;
      margin-top: -6px; }
    .util-bar li:not(.language):last-child:after {
      content: none; }
  .util-bar li:nth-child(2) {
    padding-right: 0; }
  .util-bar a {
    padding: 11px 0; }
  .util-bar .language {
    float: left; }

header {
  z-index: 9;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%; }

.chute-album {
  display: none !important; }

.mega-holder {
  background-color: #fff;
  height: 80px; }
  @media (max-width: 600px) {
    .mega-holder {
      height: 60px; } }
  .mega-holder:after {
    content: '';
    display: block;
    clear: both; }
  .mega-holder nav {
    position: absolute;
    right: 75px;
    top: 0;
    height: 100%; }
    @media (max-width: 1260px) {
      .mega-holder nav {
        right: 40px; } }
    @media (max-width: 480px) {
      .mega-holder nav {
        right: 20px; } }
    .mega-holder nav > ul {
      height: 100%;
      display: flex;
      align-items: center; }
      .mega-holder nav > ul span {
        height: 100%; }
      .mega-holder nav > ul li {
        height: 100%;
        display: inline-block;
        font-family: "Gotham-Medium", sans-serif;
        font-size: 1.1rem;
        text-transform: uppercase;
        letter-spacing: .14em;
        padding: 0 40px 0;
        color: #ce1f40;
        cursor: pointer; }
        .mega-holder nav > ul li.swag-shop {
          padding: 0; }
          .mega-holder nav > ul li.swag-shop .fa-external-link {
            position: absolute;
            right: 20px;
            top: 50%;
            transform: translateY(-50%);
            margin-top: -1px; }
          .mega-holder nav > ul li.swag-shop a {
            padding: 0 40px 0;
            height: 100%;
            width: 100%;
            position: relative; }
            @media (max-width: 959px) {
              .mega-holder nav > ul li.swag-shop a {
                padding: 0 20px 0; } }
        .mega-holder nav > ul li span {
          display: block;
          height: auto;
          top: 50%;
          transform: translateY(-50%); }
        .mega-holder nav > ul li:first-child {
          padding: 0 40px 0 60px; }
          @media (max-width: 959px) {
            .mega-holder nav > ul li:first-child {
              padding: 0 20px 0 40px; } }
          @media (max-width: 767px) {
            .mega-holder nav > ul li:first-child {
              padding: 0 10px 0 20px; } }
        .mega-holder nav > ul li:nth-child(n + 2) {
          margin-left: -2px; }
        @media (max-width: 959px) {
          .mega-holder nav > ul li {
            padding: 0 20px 0; } }
        @media (max-width: 767px) {
          .mega-holder nav > ul li {
            display: none; } }
        @media (max-width: 600px) {
          .mega-holder nav > ul li {
            font-size: .9rem; } }
        .mega-holder nav > ul li span {
          position: relative; }
          .mega-holder nav > ul li span:after {
            content: '';
            position: absolute;
            width: 80%;
            height: 1px;
            bottom: -6px;
            opacity: 0;
            left: 10%;
            transition: opacity .25s ease-out;
            background: #ce1f40; }
        .mega-holder nav > ul li.active span:after, .mega-holder nav > ul li.active-hovering span:after {
          opacity: 1;
          transition: opacity .25s ease-in; }
  .mega-holder .logo {
    position: absolute;
    width: 95px;
    top: 50%;
    left: 75px;
    transform: translateY(-50%); }
    .mega-holder .logo img {
      width: 100%; }
      @media (max-width: 600px) {
        .mega-holder .logo img {
          width: 68px; } }
    @media (max-width: 1260px) {
      .mega-holder .logo {
        left: 39px; } }
    @media (max-width: 480px) {
      .mega-holder .logo {
        left: 19px; } }
  .mega-holder .hammy {
    width: 19px;
    height: 12px;
    position: relative;
    display: inline-block;
    margin-left: 120px;
    cursor: pointer; }
    .mega-holder .hammy:after {
      content: '';
      position: absolute;
      left: -15px;
      top: -15px;
      width: calc(100% + 30px);
      height: calc(100% + 30px);
      background: none; }
    @media (max-width: 1024px) {
      .mega-holder .hammy {
        margin-left: 40px; } }
    @media (max-width: 767px) {
      .mega-holder .hammy {
        margin-left: 30px; } }
    @media (max-width: 600px) {
      .mega-holder .hammy {
        margin-left: 20px; } }
  .mega-holder .hor-bar {
    width: 20px;
    position: absolute;
    height: 2px;
    background-color: #ce1f40;
    overflow: hidden; }
    .mega-holder .hor-bar span {
      background-color: #fedb00;
      height: 100%;
      width: 100%;
      position: absolute;
      left: 0;
      top: 0;
      transform: translateX(100%); }
    .mega-holder .hor-bar:first-child {
      top: 0; }
    .mega-holder .hor-bar:nth-child(2) {
      top: 5px; }
    .mega-holder .hor-bar:nth-child(3) {
      top: 10px; }
  .mega-holder .x-bar {
    width: 20px;
    height: 2px;
    background: transparent;
    position: absolute;
    transform-origin: 50%;
    left: 0;
    top: 50%;
    margin-top: -1px;
    overflow: hidden;
    display: none; }
    .mega-holder .x-bar span {
      background-color: #ce1f40;
      height: 100%;
      width: 100%;
      position: absolute;
      left: 0;
      top: 0;
      transform: translateX(100%); }
    .mega-holder .x-bar:nth-child(4) {
      transform: rotate(-45deg); }
    .mega-holder .x-bar:nth-child(5) {
      transform: rotate(45deg); }
  .mega-holder.viewing-menu {
    overflow: visible; }

.img-grow {
  transform: scale(1.01);
  transform-origin: 50%; }

#crmx-wrapper {
  margin-top: 110px;
  overflow-x: hidden; }
  @media (max-width: 600px) {
    #crmx-wrapper {
      margin-top: 90px; } }

.breadcrumbs {
  z-index: 2;
  padding-left: 76px;
  width: 100%;
  position: absolute;
  top: 25px;
  left: 0;
  letter-spacing: .04em;
  font-size: 1.1rem;
  font-family: "Gotham-Medium", sans-serif;
  color: #ffffff; }
  @media (max-width: 1260px) {
    .breadcrumbs {
      padding-left: 41px; } }
  @media (max-width: 480px) {
    .breadcrumbs {
      font-size: .9rem;
      padding-left: 20px; } }
  .breadcrumbs span {
    margin-left: 18px;
    float: left; }
    @media (max-width: 480px) {
      .breadcrumbs span {
        margin-left: 11px; } }
  .breadcrumbs a {
    margin-right: 12px;
    position: relative;
    float: left; }
    .breadcrumbs a:after {
      content: '';
      position: absolute;
      right: -15px;
      background-color: #fedb00;
      height: calc(100% + 1px);
      top: -2px;
      width: 1px; }
    .breadcrumbs a:nth-child(n + 2) {
      margin-left: 16px; }
    @media (max-width: 480px) {
      .breadcrumbs a {
        margin-right: 7px; } }
  @media (max-width: 480px) and (max-width: 480px) {
    .breadcrumbs a:nth-child(n + 2) {
      margin-left: 11px; } }
    @media (max-width: 480px) {
        .breadcrumbs a:after {
          right: -9px; } }

.mega-menu {
  z-index: 2;
  cursor: default;
  width: 100%;
  height: 470px;
  position: fixed;
  left: 0;
  background: #fff;
  top: 109px;
  transform: translate3d(0, 0, 0); }
  @media (max-width: 959px) {
    .mega-menu {
      top: 90px; } }
  .mega-menu .menu-col {
    width: 14%;
    height: 100%;
    float: left;
    position: relative; }
    @media (max-width: 959px) {
      .mega-menu .menu-col {
        width: 16%;
        margin-right: 2%; } }
    @media (max-width: 959px) {
      .mega-menu .menu-col.hide-small {
        display: none; } }
    .mega-menu .menu-col:not(.extras):not(.hide-small) {
      width: 17%; }
      @media (min-width: 1395px) {
        .mega-menu .menu-col:not(.extras):not(.hide-small) {
          width: 14%; } }
    .mega-menu .menu-col.extras {
      width: 17%;
      letter-spacing: 0;
      min-width: 120px; }
      @media (max-width: 959px) {
        .mega-menu .menu-col.extras {
          display: block;
          width: 20%;
          margin-right: 3%;
          padding-right: 3%; } }
  .mega-menu.lipcare-mega-menu .menu-col:not(.extras):not(.hide-small) {
    width: 22%; }
    @media (min-width: 1395px) {
      .mega-menu.lipcare-mega-menu .menu-col:not(.extras):not(.hide-small) {
        width: 14%; } }
    @media (min-width: 1200px) {
      .mega-menu.lipcare-mega-menu .menu-col:not(.extras):not(.hide-small) {
        width: 17%; } }
  .mega-menu .preview-text {
    transform: rotate(-90deg);
    transform-origin: top left;
    position: absolute;
    opacity: .38; }
    .mega-menu .preview-text img {
      width: 100%; }
    .mega-menu .preview-text.classic {
      bottom: -82px;
      width: 350px;
      left: -22px;
      height: auto;
      display: none; }
    .mega-menu .preview-text.daily {
      bottom: -57px;
      width: 390px;
      left: -3px;
      height: auto; }
    .mega-menu .preview-text.comfort {
      bottom: -50px;
      width: 390px;
      left: -2px;
      height: auto; }
    .mega-menu .preview-text.coldsore {
      bottom: 0;
      width: 52px;
      left: 30px;
      transform: none; }
  .mega-menu .preview-image {
    display: none;
    position: absolute;
    bottom: 5px;
    right: -50%; }
  .mega-menu .menu-product-display {
    opacity: 0; }
  .mega-menu .item-wrapper {
    position: absolute;
    top: 83px;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    padding-bottom: 15px; }
    .mega-menu .item-wrapper a {
      display: block;
      padding-right: 7%;
      line-height: 1.3; }
  .mega-menu .col-items, .mega-menu .footer-col-items {
    overflow: hidden;
    clear: left; }
  .mega-menu .extras:after {
    width: 1px;
    height: 270px;
    content: '';
    position: absolute;
    right: 20%;
    top: 51px;
    background: #ccc; }
    @media (max-width: 959px) {
      .mega-menu .extras:after {
        right: 0; } }
  .mega-menu .extras .item-wrapper {
    padding-left: 13%; }
  .mega-menu .extras a {
    font-family: "Gotham-Book", sans-serif;
    font-size: 1.4rem;
    color: #ce1f40;
    position: relative;
    max-width: 75%;
    line-height: 1.4;
    text-transform: capitalize;
    margin-bottom: 75px; }
    .mega-menu .extras a:last-child {
      margin-bottom: 0; }
    .mega-menu .extras a:after {
      content: '';
      position: absolute;
      top: -23px;
      left: 0;
      width: 30px;
      height: 1px;
      background-color: #ce1f40; }
  .mega-menu .tiles {
    width: 65%;
    display: inline-block;
    max-width: 970px;
    position: absolute;
    top: 82px; }
    @media (max-width: 959px) {
      .mega-menu .tiles {
        width: 75%; } }
    .mega-menu .tiles .tile {
      overflow: hidden;
      position: relative;
      height: 0;
      display: inline-block;
      background-position: 50%;
      margin-right: 4%;
      background-size: cover;
      width: 38%;
      padding-bottom: 24%; }
      @media (min-width: 768px) {
        .mega-menu .tiles .tile {
          width: 40%;
          padding-bottom: 22.5%; } }
      @media (min-width: 1024px) {
        .mega-menu .tiles .tile {
          width: 36%;
          padding-bottom: 20.5%; } }
      @media (min-width: 1300px) {
        .mega-menu .tiles .tile {
          width: 30%;
          padding-bottom: 17%; } }
      @media (max-width: 1300px) {
        .mega-menu .tiles .tile {
          margin-right: 2%; } }
      .mega-menu .tiles .tile:last-child {
        margin-right: 0; }
    .mega-menu .tiles .overlay {
      position: absolute;
      width: 100%;
      height: 100%;
      z-index: 2;
      background-color: rgba(0, 0, 0, 0.5); }
    .mega-menu .tiles .optional-title {
      line-height: 1.3;
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      font-size: 1.7rem;
      font-family: "Gotham-Bold", sans-serif;
      color: #fff;
      z-index: 3;
      text-transform: capitalize;
      letter-spacing: 0;
      width: 85%;
      text-align: center; }
  .mega-menu .b-mega-menu__category-desc {
    font-family: "Gotham-Book", sans-serif;
    font-size: 1.2rem;
    line-height: 1.35;
    letter-spacing: .02em;
    color: #4e4e4e;
    text-transform: none;
    margin-bottom: 15px;
    padding-right: 2em;
    margin-left: -1px; }

.col-header {
  line-height: 1.3;
  text-transform: capitalize;
  font-weight: bold;
  font-family: "Gotham-Bold", sans-serif;
  font-size: 1.7rem;
  letter-spacing: 0;
  position: relative;
  color: #ce1f40;
  margin-left: -1px;
  margin-bottom: 32px; }
  .col-header:after {
    content: '';
    pointer-events: none;
    position: absolute;
    top: -23px;
    left: 1px;
    width: 30px;
    height: 1px;
    background-color: #ce1f40; }

.col-item, .footer-col-item {
  font-family: "Gotham-Book", sans-serif;
  font-size: 1.3rem;
  letter-spacing: .02em;
  color: #4e4e4e;
  text-transform: capitalize;
  margin-bottom: 15px; }
  .col-item:last-child, .footer-col-item:last-child {
    margin-bottom: 0; }
  .col-item:hover, .footer-col-item:hover {
    text-shadow: .02em 0 0 #333, -.02em 0 0 #333; }

canvas {
  touch-action: auto !important; }

.input-cta.email-cta {
  background-size: cover;
  background-position: 75% 50%;
  position: relative;
  margin-bottom: 10px; }
  @media (max-width: 767px) {
    .input-cta.email-cta {
      background-position: 65% 50%; } }
  @media (max-width: 480px) {
    .input-cta.email-cta {
      background-position: 69% 50%; } }
  .input-cta.email-cta.no-bg {
    margin-bottom: 0; }
  .input-cta.email-cta .overlay {
    z-index: 1;
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.17); }

.input-cta .input-wrapper {
  color: #ce1f40; }

.input-cta.locate-cta {
  min-height: 350px;
  background: #fbdf2e; }
  .input-cta.locate-cta iframe {
    padding: 41px; }
  .input-cta.locate-cta h4 {
    margin-bottom: 36px; }

.input-cta h4 {
  font-size: 2.4rem;
  letter-spacing: .14em;
  font-family: "Gotham-Light", sans-serif;
  color: #fff;
  text-transform: uppercase;
  margin-bottom: 20px; }

.input-cta p {
  font-family: "Gotham-Book", sans-serif;
  font-size: 1.4rem;
  letter-spacing: .04em;
  line-height: 1.79;
  color: #fff;
  margin-bottom: 33px; }

.input-cta .input-wrapper {
  width: 100%;
  max-width: 400px;
  height: 47px;
  margin: 0 auto;
  position: relative; }

.input-cta input {
  width: 75%;
  height: 100%;
  position: absolute;
  left: 0;
  background-color: #fff;
  border: none;
  color: #ffffff;
  padding: 17px 10px 16px 30px;
  font-size: 1.6rem;
  font-family: "Gotham-Medium", sans-serif;
  letter-spacing: .08em; }

.input-cta .go {
  width: 25%;
  cursor: pointer;
  height: 100%;
  position: absolute;
  right: 0;
  background-image: url("../images/go-arrow.png");
  background-position: 50%;
  background-color: #ce1f40;
  background-repeat: no-repeat; }

.input-cta .placeholder-ish, .input-cta .placeholder-ish-locate {
  font-size: 1.3rem;
  font-family: "Gotham-Medium", sans-serif;
  letter-spacing: .08em;
  position: absolute;
  left: 29px;
  top: calc(50% + 1px);
  transform: translateY(-50%); }

.input-cta .section-wrapper {
  z-index: 2;
  left: 50%;
  transform: translateX(-50%);
  position: relative;
  display: inline-block;
  text-align: center;
  max-width: 495px;
  width: 100%;
  padding: 124px 0 125px; }
  @media (max-width: 767px) {
    .input-cta .section-wrapper {
      padding: 124px 30px 125px; } }

.tabs {
  font-family: "Gotham-Bold", sans-serif;
  font-size: 1.1rem;
  letter-spacing: .24em;
  text-transform: uppercase;
  position: absolute;
  top: -69px;
  color: #ef084b; }
  @media (max-width: 767px) {
    .tabs {
      font-size: 1rem;
      top: -62px; } }
  @media (max-width: 480px) {
    .tabs {
      top: -50px;
      font-size: .9rem; } }
  @media (max-width: 395px) {
    .tabs {
      width: 100%; } }
  .tabs span {
    position: relative; }
    .tabs span:after {
      position: absolute;
      content: '';
      bottom: -10px;
      width: 70%;
      height: 1px;
      opacity: 0;
      left: 50%;
      transform: translateX(-50%);
      transition: .2s opacity ease-in-out;
      background-color: #ef084b; }
      @media (max-width: 600px) {
        .tabs span:after {
          bottom: -7px; } }
  .tabs .tab {
    padding: 28px 55px 30px;
    float: left;
    background-color: transparent;
    cursor: pointer;
    transition: .2s background-color ease-in-out;
    position: relative; }
    @media (max-width: 767px) {
      .tabs .tab {
        padding: 25px 35px 27px; } }
    @media (max-width: 480px) {
      .tabs .tab {
        padding: 20px 25px 22px; } }
    @media (max-width: 395px) {
      .tabs .tab {
        padding: 20px 0 22px;
        text-align: center; }
        .tabs .tab:nth-child(1) {
          width: 28%; }
        .tabs .tab:nth-child(2) {
          width: 38%; }
        .tabs .tab:nth-child(3) {
          width: 34%; } }
    .tabs .tab.active {
      background-color: #ffffff; }
      .tabs .tab.active span:after {
        opacity: 1; }
    .tabs .tab:hover {
      background-color: #ffffff; }
      .tabs .tab:hover span:after {
        opacity: 1; }

.wpml-ls-statics-footer {
  display: none; }

.tab-content {
  position: relative;
  width: 100%;
  background-color: #ffffff;
  padding: 55px 0 70px; }
  .tab-content > div {
    display: none; }
    .tab-content > div .temp-img {
      width: 100%; }
    .tab-content > div.active {
      display: block; }

.longform-copy h5 {
  font-size: 2rem;
  font-family: "Gotham-Book", sans-serif;
  margin: 35px 0 10px;
  line-height: 1.6;
  color: #ce1f40; }

.longform-copy h4 {
  font-family: "Gotham-Medium", sans-serif;
  line-height: 1.64;
  color: #ce1f40;
  font-size: 2.8rem;
  margin-left: -1px;
  margin-top: 60px; }
  .longform-copy h4:first-child {
    margin-top: 0; }
  @media (max-width: 767px) {
    .longform-copy h4 {
      margin-top: 40px; } }

.longform-copy p, .longform-copy li {
  font-family: "Gotham-Book", sans-serif;
  font-size: 1.3rem;
  letter-spacing: 0;
  line-height: 1.9;
  color: #878787;
  margin-bottom: 35px;
  max-width: 800px; }
  .longform-copy p strong, .longform-copy li strong {
    font-weight: bold; }
  .longform-copy p a, .longform-copy li a {
    color: #ce1f40; }

.theredwhiteandblue {
  position: absolute;
  bottom: -54px;
  width: 52px;
  right: 0; }
  @media (max-width: 959px) {
    .theredwhiteandblue {
      bottom: -127px; } }
  @media (max-width: 767px) {
    .theredwhiteandblue {
      bottom: -107px; } }
  @media (max-width: 600px) {
    .theredwhiteandblue {
      bottom: -142px; } }
  @media (max-width: 480px) {
    .theredwhiteandblue {
      bottom: -211px;
      left: 0;
      right: auto; } }

footer {
  width: 100%;
  background-color: #fedb00;
  position: relative;
  padding: 108px 0; }
  @media (max-width: 767px) {
    footer {
      padding: 50px 0; } }
  @media (max-width: 480px) {
    footer {
      padding: 50px 0 100px; } }
  footer .wrapper .col-wrapper {
    display: flex; }
    @media (max-width: 959px) {
      footer .wrapper .col-wrapper {
        display: block; } }
  footer .logo-footer {
    position: relative;
    top: 0;
    width: 115px; }
  footer .copyright {
    bottom: 0;
    font-family: "Gotham-Book", sans-serif;
    font-size: 1.2rem;
    color: #111;
    letter-spacing: .02em; }
  footer .socials {
    margin: -23px 0 45px; }
    @media (max-width: 959px) {
      footer .socials {
        margin: 0px 0 45px; } }
    @media (max-width: 767px) {
      footer .socials {
        margin: 0px 0 25px; } }
  footer .left-hunk {
    height: 100%;
    overflow: hidden; }
  footer .right-hunk {
    height: 100%;
    margin-left: auto;
    display: flex; }
    @media (max-width: 959px) {
      footer .right-hunk {
        margin: 50px 0; } }
    @media (max-width: 600px) {
      footer .right-hunk {
        display: block; } }
  footer .footer-menu-col {
    display: inline-block;
    position: relative;
    text-align: left;
    margin-left: 90px; }
    @media (max-width: 1200px) {
      footer .footer-menu-col {
        margin-left: 45px; } }
    @media (max-width: 959px) {
      footer .footer-menu-col:first-child {
        margin-left: 0; } }
    @media (max-width: 600px) {
      footer .footer-menu-col {
        display: block;
        margin: 0 0 35px; }
        footer .footer-menu-col .col-header {
          margin-bottom: 14px; } }
    footer .footer-menu-col .col-header:after {
      content: none; }
    footer .footer-menu-col a {
      display: block; }
      footer .footer-menu-col a.lang {
        display: inline-block; }
      footer .footer-menu-col a.es {
        margin-left: 35px;
        position: relative; }
        footer .footer-menu-col a.es:after {
          content: '';
          position: absolute;
          left: -20px;
          top: -1px;
          height: 100%;
          background-color: #111111;
          width: 1px; }
  @media (max-width: 1024px) {
    footer .footer-col-item {
      font-size: 1.2rem; } }

.slider {
  width: 100%; }
  .slider .ugc-slide {
    margin: 0 5px;
    outline: none;
    height: 100%; }
    @media (max-width: 480px) {
      .slider .ugc-slide {
        margin: 0; } }
  .slider .next-arrow, .slider .prev-arrow {
    background-size: cover;
    position: absolute;
    background-image: url("../images/ui-slider-arrow.png");
    height: 12px;
    width: 7px;
    cursor: pointer;
    z-index: 3; }
    .slider .next-arrow:after, .slider .prev-arrow:after {
      content: '';
      width: 30px;
      height: 30px;
      position: absolute;
      left: -13px;
      top: -9px;
      background: none; }
  .slider .next-arrow {
    right: -5px;
    top: 50%;
    margin-top: -6px; }
    @media (max-width: 550px) {
      .slider .next-arrow {
        right: 0; } }
  .slider .prev-arrow {
    left: -5px;
    transform: rotate(180deg);
    top: 50%;
    margin-top: -6px; }
    @media (max-width: 550px) {
      .slider .prev-arrow {
        left: 0; } }

.ugc-section .slick-slider {
  padding: 0 30px; }

.ugc-section .wrapper {
  max-width: 1090px;
  padding-top: 85px;
  padding-bottom: 145px;
  width: 100%;
  text-align: center;
  margin: 0 auto; }
  @media (max-width: 480px) {
    .ugc-section .wrapper {
      padding-bottom: 110px; } }
  .ugc-section .wrapper > img {
    margin: 0 auto 25px;
    max-width: 100%; }

.ugc-section p {
  margin-bottom: 25px;
  line-height: 1.79;
  color: #ce1f40; }

.ugc-section a {
  font-family: "Gotham-Medium", sans-serif;
  font-size: 1.3rem;
  letter-spacing: .14em;
  text-transform: uppercase;
  margin-bottom: 40px;
  z-index: 3;
  position: relative; }

#four04 {
  background: #ce1f40;
  width: 100%;
  height: 100vh;
  position: relative; }
  #four04 .wrapper {
    display: block;
    width: 80%;
    position: relative;
    top: calc(50% + 55px);
    margin: 0 auto;
    max-width: 670px;
    transform: translateY(-50%);
    text-align: center; }
  #four04 img {
    width: 100%;
    display: block;
    margin-bottom: 50px; }
  #four04 p {
    font-family: "Gotham-Medium", sans-serif;
    font-size: 1.1rem;
    color: #fff; }

#gform_wrapper_3 {
  display: block !important; }

.longform-c .validation_error {
  margin: 10px 0; }
  .longform-c .validation_error code {
    font-size: 22px; }

.longform-c .ginput_container_date {
  position: relative; }
  .longform-c .ginput_container_date img {
    position: absolute;
    top: 0;
    right: 24px;
    display: none; }

.longform-c .intro-p {
  margin-bottom: 30px; }

.longform-c .p1, .longform-c .footnote {
  color: #ce1f40;
  font-size: 2rem;
  max-width: 85%;
  font-family: "Gotham-Book", sans-serif;
  line-height: 1.8;
  margin-top: 15px; }

.longform-c .footnote {
  margin-top: 5px; }

.longform-c .gform_wrapper .top_label .gfield_label {
  font-family: "Gotham-Bold", sans-serif;
  color: #1a1a1a;
  font-weight: 15px; }
  .longform-c .gform_wrapper .top_label .gfield_label .gfield_required {
    color: #1a1a1a; }

.longform-c .ginput_container_radio ul li {
  display: block;
  margin: 0; }

.longform-c input[type="text"], .longform-c select, .longform-c textarea {
  border: 1px solid #acacac;
  -webkit-appearance: none;
  background-color: transparent;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  font-size: 13px;
  color: black;
  padding: 15px 20px;
  width: 100%;
  border-radius: 0; }

.longform-c input[type="submit"] {
  width: 145px;
  height: 44px;
  border: 2px solid #ce1f40;
  text-transform: capitalize;
  border-radius: 22px;
  font-family: "Gotham-Medium", sans-serif;
  font-size: 1.3rem;
  text-align: center;
  padding: 15px 0;
  transition: all .2s ease-in-out;
  color: #ce1f40;
  background-color: transparent; }
  .longform-c input[type="submit"]:hover {
    background-color: #ce1f40;
    color: #FFFFFF;
    cursor: pointer; }

.longform-c input[type="radio"] {
  -webkit-appearance: radio; }

.longform-c input[type="checkbox"] {
  -webkit-appearance: checkbox;
  height: 12px;
  width: 12px;
  line-height: 12px;
  margin: 0 5px 0 0;
  background-size: cover; }
  .longform-c input[type="checkbox"]:checked {
    background-image: url(../images/carmex-checked.png);
    -webkit-appearance: none;
    margin: 0 5px 0 0; }

.longform-c .gfield_checkbox label {
  line-height: 14px;
  color: #1a1a1a; }

.longform-c select {
  background-image: url(../images/carmex-dropdown.png);
  background-repeat: no-repeat;
  background-position: 95% 50%; }

.longform-c .gfield_description.validation_message {
  display: none; }

.longform-c .screen-reader-text {
  clip: auto;
  display: block;
  color: #1a1a1a; }
  @media (max-width: 767px) {
    .longform-c .screen-reader-text {
      position: relative !important; } }

.longform-c .gform_hidden {
  display: none; }

.longform-c .gform_fields {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between; }
  .longform-c .gform_fields li {
    width: 48%;
    width: calc(50% - 25px);
    margin-bottom: 35px; }
    .longform-c .gform_fields li#field_3_21, .longform-c .gform_fields li.wide {
      width: 100%; }
    .longform-c .gform_fields li li {
      width: 100%;
      color: #1a1a1a; }
    .longform-c .gform_fields li.short {
      width: calc(100% / 3 - 25px); }
      @media (max-width: 767px) {
        .longform-c .gform_fields li.short {
          width: 100%;
          margin-bottom: 15px; } }
    .longform-c .gform_fields li h2 {
      color: #ce1f40;
      font-family: "Gotham-Book", sans-serif;
      font-size: 2rem;
      margin-top: 50px; }
    @media (max-width: 767px) {
      .longform-c .gform_fields li {
        width: 100%;
        margin-bottom: 15px; } }

.longform-c .gfield > div {
  display: table;
  width: 100%; }

.longform-c .gfield .ginput_container_radio {
  display: block; }

.intrinsic-ratio {
  position: relative;
  height: 0;
  width: 100%;
  padding-bottom: 56.25%; }
  .intrinsic-ratio > div,
  .intrinsic-ratio > iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }

.gform_confirmation_wrapper {
  font-size: 20px;
  font-family: "Gotham-Book", sans-serif; }

.ui-datepicker {
  font-family: "Gotham-Book", sans-serif;
  background-color: white;
  padding: 10px;
  font-size: 16px;
  box-shadow: 2px 2px 10px 0px #bdbdbd; }
  .ui-datepicker td {
    padding: 5px; }
  .ui-datepicker thead {
    font-weight: bold; }

.ui-datepicker-header {
  margin: 5px 0 10px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between; }
  .ui-datepicker-header .ui-datepicker-next, .ui-datepicker-header .ui-datepicker-prev {
    margin-bottom: 5px; }
  .ui-datepicker-header .ui-datepicker-title {
    width: 100%; }

.longform-c form .validation_error {
  margin: 0 0 15px 0;
  color: #ce1f40;
  font-size: 18px;
  margin-bottom: 15px;
  font-family: "Gotham-Book", sans-serif; }

/*** IMPORTS ***/
.home-hero {
  width: 100%;
  overflow: hidden;
  z-index: 2;
  position: relative; }
  .home-hero #sorta-vid {
    width: 100%;
    overflow: hidden;
    max-height: calc(100vh - 175px);
    position: relative; }
    .home-hero #sorta-vid canvas, .home-hero #sorta-vid .mobile-hero-img {
      width: 100%;
      height: auto; }
      @media (max-width: 959px) {
        .home-hero #sorta-vid canvas, .home-hero #sorta-vid .mobile-hero-img {
          width: 150%;
          margin-left: -25%; } }
  .home-hero .text-outline {
    max-width: 85%; }
  .home-hero .wrapper {
    max-width: 1264px;
    width: 100%;
    height: auto;
    margin: 0 auto;
    display: block;
    padding-left: 6%;
    position: absolute;
    z-index: 5;
    top: calc(50% - 30px);
    transform: translateY(-50%); }
    @media (max-width: 767px) {
      .home-hero .wrapper {
        top: 50%; } }

.img-grow {
  background-position: 50%;
  background-size: cover;
  z-index: 1;
  position: absolute;
  height: 100%;
  width: 100%;
  left: 0;
  top: 0; }

.hero-vid {
  width: 100%; }

.hero-tiles {
  background-color: #fbf9f7;
  position: relative;
  margin-top: -2px;
  z-index: 3; }
  .hero-tiles .wrapper {
    max-width: 1344px;
    position: relative;
    top: -60px;
    width: 100%;
    margin: 0 auto;
    display: block;
    height: 100%; }
    @media (max-width: 767px) {
      .hero-tiles .wrapper {
        top: -40px; } }
    @media (max-width: 600px) {
      .hero-tiles .wrapper {
        top: -25px; } }
  .hero-tiles .tile {
    position: relative;
    height: 0;
    padding-bottom: 15.9%;
    display: inline-block;
    width: calc((100% / 3) - 26px);
    margin: 0 12px;
    overflow: hidden; }
    @media (max-width: 959px) {
      .hero-tiles .tile {
        width: calc((100% / 3) - 12px);
        margin: 0 6px; } }
    @media (max-width: 767px) {
      .hero-tiles .tile {
        width: 80%;
        margin: 0 auto 32px;
        padding-bottom: 37%;
        display: block; } }
    @media (max-width: 600px) {
      .hero-tiles .tile {
        width: 100%;
        margin: 0 auto 32px;
        padding-bottom: 47%; } }
    @media (max-width: 480px) {
      .hero-tiles .tile {
        width: 100%;
        margin: 0 auto 25px;
        padding-bottom: 48.5%; } }
    .hero-tiles .tile:last-child {
      margin-right: 0; }
      @media (max-width: 767px) {
        .hero-tiles .tile:last-child {
          margin-right: auto; } }
  .hero-tiles .overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 2;
    background-color: rgba(0, 0, 0, 0.08); }
  .hero-tiles .title {
    position: absolute;
    top: 50%;
    text-align: center;
    padding: 0 20px;
    width: 100%;
    transform: translateY(-50%);
    font-size: 2rem;
    font-family: "Gotham-Medium", sans-serif;
    color: #fff;
    z-index: 3;
    text-transform: uppercase;
    letter-spacing: 0; }
    @media (max-width: 1024px) {
      .hero-tiles .title {
        font-size: 1.8rem; } }
    @media (max-width: 600px) {
      .hero-tiles .title {
        font-size: 1.6rem; } }

.home-products {
  padding-bottom: 525px;
  position: relative; }
  @media (max-width: 959px) {
    .home-products {
      padding-bottom: 50px; } }
  .home-products .products-wrapper {
    max-width: 935px;
    margin: 0 auto;
    position: relative;
    padding: 190px 0 0; }
    @media (max-width: 1024px) {
      .home-products .products-wrapper {
        padding: 150px 30px 0; } }
    @media (max-width: 959px) {
      .home-products .products-wrapper {
        padding: 110px 30px 0; } }
    @media (max-width: 480px) {
      .home-products .products-wrapper {
        padding: 110px 20px 0; } }
  .home-products:after, .home-products:before {
    content: '';
    width: 12px;
    background: #ebebeb;
    position: absolute;
    top: -200px;
    height: calc(100% + 200px); }
    @media (max-width: 767px) {
      .home-products:after, .home-products:before {
        content: none; } }
  .home-products:after {
    left: 0; }
  .home-products:before {
    right: 0; }

.home .ugc-section .wrapper > img {
  width: 183px; }

.home .product-holder {
  position: relative;
  display: inline-block; }
  .home .product-holder:nth-child(even) {
    float: right;
    transform: translateY(355px); }
    @media (max-width: 959px) {
      .home .product-holder:nth-child(even) {
        float: none;
        transform: none; } }
  .home .product-holder:nth-child(-n + 2) {
    margin-bottom: 330px; }
    @media (max-width: 959px) {
      .home .product-holder:nth-child(-n + 2) {
        margin-bottom: 200px; } }
  @media (max-width: 959px) {
    .home .product-holder {
      display: block;
      width: 390px;
      margin: 0 auto 200px; } }
  @media (max-width: 480px) {
    .home .product-holder {
      width: 100%; } }
  .home .product-holder .stack {
    position: relative;
    height: 355px;
    width: 375px; }
    .home .product-holder .stack:after {
      content: '';
      z-index: 1;
      position: absolute;
      left: 0;
      top: 0;
      width: 100%;
      height: 100%; }
    .home .product-holder .stack > * {
      position: absolute; }
    @media (max-width: 480px) {
      .home .product-holder .stack {
        width: 100%;
        height: 0;
        padding-bottom: 100%; } }
  .home .product-holder .meta-cta {
    padding-left: 35px; }
    @media (max-width: 959px) {
      .home .product-holder .meta-cta {
        padding-left: 0; } }
  .home .product-holder .title {
    font-family: "Gotham-Medium", sans-serif;
    font-size: 1.9rem;
    margin-top: 65px;
    margin-bottom: 8px;
    text-transform: capitalize; }
    @media (max-width: 959px) {
      .home .product-holder .title {
        margin-top: 50px; } }
  .home .product-holder .desc {
    font-family: "Gotham-Book", sans-serif;
    font-size: 1.4rem;
    letter-spacing: .04em;
    max-width: 305px;
    line-height: 1.79;
    margin-bottom: 29px; }
    @media (max-width: 959px) {
      .home .product-holder .desc {
        max-width: none; } }
  .home .product-holder .border {
    transform: translateZ(0px);
    border: 17px solid;
    width: 100%;
    height: 100%;
    z-index: 1; }
  .home .product-holder .flourish {
    pointer-events: none;
    transform: translateZ(15px);
    z-index: 2; }
  .home .product-holder canvas, .home .product-holder .flat-image {
    transform: translateZ(80px);
    z-index: 3;
    pointer-events: none; }
  .home .product-holder.classic-jar .flourish {
    width: 311px;
    bottom: 10px;
    left: -4px; }
    @media (max-width: 600px) {
      .home .product-holder.classic-jar .flourish {
        width: 97%;
        bottom: -2px;
        left: -22px; } }
  .home .product-holder.classic-jar canvas, .home .product-holder.classic-jar .flat-image {
    width: 330px;
    bottom: 15px;
    left: 46px; }
    @media (max-width: 600px) {
      .home .product-holder.classic-jar canvas, .home .product-holder.classic-jar .flat-image {
        width: 97%;
        bottom: 8%;
        left: 58%;
        transform: translateX(-50%); } }
  .home .product-holder.classic-jar .tag {
    left: -131px;
    bottom: 255px; }
  .home .product-holder.classic-jar .btn, .home .product-holder.classic-jar .tag, .home .product-holder.classic-jar .border, .home .product-holder.classic-jar .title {
    color: #ce1f40; }
  .home .product-holder.classic-jar .btn {
    border-color: #ce1f40; }
    .home .product-holder.classic-jar .btn:hover {
      background-color: #ce1f40;
      color: #FFFFFF; }
  .home .product-holder.cold-sore .flourish {
    width: 690px;
    bottom: -50%;
    left: -50%; }
    @media (max-width: 600px) {
      .home .product-holder.cold-sore .flourish {
        width: 200%;
        bottom: -50%;
        left: -50%; } }
  .home .product-holder.cold-sore canvas, .home .product-holder.cold-sore .flat-image {
    width: 490px;
    height: auto;
    bottom: -35px;
    left: 50%;
    transform: translateZ(35px) translateX(-50%); }
    @media (max-width: 600px) {
      .home .product-holder.cold-sore canvas, .home .product-holder.cold-sore .flat-image {
        width: 140%;
        bottom: -13%; } }
  .home .product-holder.cold-sore .tag {
    left: -160px;
    bottom: 274px; }
  .home .product-holder.cold-sore .btn, .home .product-holder.cold-sore .tag, .home .product-holder.cold-sore .border, .home .product-holder.cold-sore .title {
    color: #253e90; }
  .home .product-holder.cold-sore .btn {
    border-color: #253e90; }
    .home .product-holder.cold-sore .btn:hover {
      background-color: #253e90;
      color: #FFFFFF; }
  .home .product-holder.daily-care .flourish {
    width: 190px;
    bottom: -22px;
    right: -76px; }
    @media (max-width: 600px) {
      .home .product-holder.daily-care .flourish {
        width: 120px;
        bottom: -25px;
        right: -20px; } }
  .home .product-holder.daily-care canvas, .home .product-holder.daily-care .flat-image {
    height: 560px;
    bottom: -84px;
    left: -73px; }
    @media (max-width: 600px) {
      .home .product-holder.daily-care canvas, .home .product-holder.daily-care .flat-image {
        height: 155%;
        bottom: -22%;
        left: -20%; } }
  .home .product-holder.daily-care .tag {
    bottom: 230px;
    left: -112px; }
    @media (max-width: 959px) {
      .home .product-holder.daily-care .tag {
        left: -63px; } }
  .home .product-holder.daily-care .btn, .home .product-holder.daily-care .tag, .home .product-holder.daily-care .border, .home .product-holder.daily-care .title {
    color: #ef4e4d; }
  .home .product-holder.daily-care .btn {
    border-color: #ef4e4d; }
    .home .product-holder.daily-care .btn:hover {
      background-color: #ef4e4d;
      color: #FFFFFF; }
  .home .product-holder.comfort-care .flourish {
    width: 266px;
    bottom: -25px;
    right: -66px; }
    @media (max-width: 600px) {
      .home .product-holder.comfort-care .flourish {
        width: 160px;
        right: -18px; } }
  .home .product-holder.comfort-care canvas, .home .product-holder.comfort-care .flat-image {
    height: 620px;
    bottom: -110px;
    left: -33.5%; }
    @media (max-width: 600px) {
      .home .product-holder.comfort-care canvas, .home .product-holder.comfort-care .flat-image {
        height: 154%;
        bottom: -28%;
        left: -25.5%; } }
  .home .product-holder.comfort-care .tag {
    bottom: 245px;
    left: -127px; }
    @media (max-width: 959px) {
      .home .product-holder.comfort-care .tag {
        left: -78px; } }
  .home .product-holder.comfort-care .btn, .home .product-holder.comfort-care .tag, .home .product-holder.comfort-care .border, .home .product-holder.comfort-care .title {
    color: #8b1366; }
  .home .product-holder.comfort-care .btn {
    border-color: #8b1366; }
    .home .product-holder.comfort-care .btn:hover {
      background-color: #8b1366;
      color: #FFFFFF; }
  .home .product-holder .tag {
    position: absolute;
    transform: rotate(-90deg);
    font-size: 1.1rem;
    letter-spacing: .18em;
    font-family: "Gotham-Book", sans-serif;
    text-transform: uppercase; }
    @media (max-width: 1200px) {
      .home .product-holder .tag {
        display: none; } }

#newsletter.input-cta h4 {
  color: #d0273d;
  opacity: .91; }

#newsletter.input-cta p {
  color: #8b1366;
  opacity: .91; }

.project-carma {
  width: 100%;
  position: relative;
  background-color: #fedb00;
  margin-bottom: 10px; }
  .project-carma img {
    position: absolute;
    top: -134px;
    width: 258px;
    height: auto;
    left: 50%;
    transform: translateX(-50%); }
  .project-carma p {
    font-family: "Gotham-Book", sans-serif;
    font-size: 1.8rem;
    letter-spacing: .04em;
    line-height: 1.56; }
  .project-carma .section-wrapper {
    padding: 117px 0 62px;
    display: inline-block;
    left: 50%;
    transform: translateX(-50%);
    max-width: 392px;
    text-align: center;
    position: relative; }
  .project-carma .btn {
    margin-top: 30px;
    color: #ce1f40;
    border-color: #ce1f40; }
    .project-carma .btn:hover {
      background-color: #ce1f40;
      color: #ffffff; }

/*** IMPORTS ***/
.category-hero {
  position: relative;
  height: 540px; }
  @media (max-width: 767px) {
    .category-hero {
      height: 400px; }
      .comfort-container .category-hero {
        height: 540px; } }
  .category-hero canvas {
    position: absolute;
    top: -2%;
    right: 0;
    z-index: 2; }
    @media (max-width: 1200px) {
      .category-hero canvas {
        right: -5%; } }
    @media (max-width: 959px) {
      .category-hero canvas {
        height: 100%;
        top: 35%; } }
    @media (max-width: 767px) {
      .category-hero canvas {
        height: 90%;
        top: 44%; } }
    @media (max-width: 480px) {
      .category-hero canvas {
        height: 77%;
        top: 57.5%; } }
  .category-hero .breadcrumbs {
    z-index: 4; }
  .category-hero .wrapper {
    padding: 80px;
    z-index: 3; }
    @media (max-width: 959px) {
      .category-hero .wrapper {
        padding: 30px; } }
  .category-hero [class*="font-"] {
    display: none;
    top: 50%;
    position: absolute;
    transform: translateY(-50%); }
  .category-hero .family-placeholder {
    position: absolute;
    right: 3%;
    top: -2%;
    z-index: 2; }
    @media (max-width: 1230px) {
      .category-hero .family-placeholder {
        right: -8%; } }
    @media (max-width: 959px) {
      .category-hero .family-placeholder {
        height: 100%;
        top: auto;
        bottom: -32%; } }
    @media (max-width: 767px) {
      .category-hero .family-placeholder {
        height: 90%; } }
    @media (max-width: 480px) {
      .category-hero .family-placeholder {
        height: 77%;
        bottom: -30%; } }
  .category-hero h2 {
    font-family: "Gotham-Bold", sans-serif;
    color: #FFFFFF;
    font-size: 8.1rem;
    line-height: 1.17;
    max-width: 80%; }
    @media (max-width: 1024px) {
      .category-hero h2 {
        font-size: 7rem; } }
    @media (max-width: 959px) {
      .category-hero h2 {
        font-size: 6.5rem;
        max-width: none; } }
    @media (max-width: 767px) {
      .category-hero h2 {
        font-size: 5.5rem; } }
    @media (max-width: 600px) {
      .category-hero h2 {
        font-size: 4rem; } }
  .category-hero p {
    color: #FFFFFF;
    font-size: 1.4rem;
    letter-spacing: .04em;
    line-height: 1.78;
    margin-top: 16px;
    padding-left: 5px;
    max-width: 395px; }
    @media (max-width: 959px) {
      .category-hero p {
        padding-left: 0; } }
  .category-hero .hero-text {
    position: relative;
    top: 50%;
    left: 0;
    transform: translateY(-50%); }
    @media (max-width: 767px) {
      .category-hero .hero-text {
        top: 40%; } }

.classic-container .category-hero {
  background-color: #e92828; }
  .classic-container .category-hero .font-classic {
    display: block;
    opacity: .23;
    left: -4px;
    width: 67%; }
  .classic-container .category-hero .family-placeholder {
    right: 0; }
  @media (max-width: 1200px) {
    .classic-container .category-hero canvas {
      right: 0; } }

.classic-container .ugc-section {
  background-color: #b6e2e0; }
  .classic-container .ugc-section p:nth-of-type(1) {
    color: #ce1f40; }
  .classic-container .ugc-section p:nth-of-type(2) {
    color: #1a1a1a; }
  .classic-container .ugc-section .slider:after {
    content: '';
    background-image: url("../images/ugcflair_classic.png");
    position: absolute;
    height: 170%;
    width: 130%;
    top: -35%;
    left: -15%;
    z-index: 1;
    background-size: cover;
    background-position: 50%; }

.poy-sticker {
  display: none; }

.comfort-container .category-hero {
  background-color: #741b56; }
  .comfort-container .category-hero .font-comfort {
    display: block;
    width: calc(100% - 110px);
    left: -20px;
    opacity: .48; }
  .comfort-container .category-hero p {
    max-width: 470px;
    position: relative;
    display: inline-block;
    vertical-align: middle;
    padding-left: 40px;
    margin-top: -3px; }
    @media (max-width: 959px) {
      .comfort-container .category-hero p {
        padding-left: 19px; } }
    @media (max-width: 650px) {
      .comfort-container .category-hero p {
        max-width: 75%;
        padding-left: 22px; } }
    @media (max-width: 400px) {
      .comfort-container .category-hero p {
        display: block;
        max-width: 100%;
        padding-left: 0;
        margin-top: 15px; } }
  .comfort-container .category-hero h2 {
    margin-bottom: 20px; }
    @media (max-width: 959px) {
      .comfort-container .category-hero h2 {
        max-width: 80%; } }
  @media (max-width: 1140px) {
    .comfort-container .category-hero .family-placeholder {
      height: 120%;
      top: 15%; } }
  @media (max-width: 910px) {
    .comfort-container .category-hero .family-placeholder {
      height: 100%;
      top: 35%; } }
  @media (max-width: 845px) {
    .comfort-container .category-hero .family-placeholder {
      height: 80%;
      top: 45%; } }
  @media (max-width: 767px) {
    .comfort-container .category-hero .family-placeholder {
      top: 52%;
      height: 77%; } }
  @media (max-width: 480px) {
    .comfort-container .category-hero .family-placeholder {
      top: 59%;
      height: 75%; } }
  @media (max-width: 1140px) {
    .comfort-container .category-hero canvas {
      height: 120%;
      top: 20%;
      right: -2%; } }
  @media (max-width: 910px) {
    .comfort-container .category-hero canvas {
      height: 100%;
      top: 35%; } }
  @media (max-width: 845px) {
    .comfort-container .category-hero canvas {
      height: 80%;
      top: 45%; } }
  @media (max-width: 767px) {
    .comfort-container .category-hero canvas {
      top: 52%;
      height: 77%; } }
  @media (max-width: 480px) {
    .comfort-container .category-hero canvas {
      top: 59%;
      height: 75%; } }
  .comfort-container .category-hero .poy-sticker {
    display: inline-block;
    vertical-align: middle;
    width: 100px; }
    @media (max-width: 650px) {
      .comfort-container .category-hero .poy-sticker {
        width: 24%; } }
    @media (max-width: 400px) {
      .comfort-container .category-hero .poy-sticker {
        display: block;
        position: absolute;
        bottom: 0;
        transform: translateY(120%); } }
  @media (max-width: 959px) {
    .comfort-container .category-hero .hero-text {
      top: 40%; } }

.comfort-container .ugc-section {
  background-color: #fcedf2; }
  .comfort-container .ugc-section p:nth-of-type(1) {
    color: #7b1443; }
  .comfort-container .ugc-section p:nth-of-type(2) {
    color: #67403a; }
  .comfort-container .ugc-section .wrapper img {
    margin-bottom: 1px; }

.daily-container .category-hero {
  background-color: #00a096; }
  .daily-container .category-hero .font-daily {
    display: block;
    opacity: .35;
    width: 95%;
    left: -25px; }
  .daily-container .category-hero p {
    max-width: 475px; }

.daily-container .ugc-section {
  background-color: #ffa367; }
  .daily-container .ugc-section p:nth-of-type(1), .daily-container .ugc-section p:nth-of-type(2) {
    color: #ffffff; }
  .daily-container .ugc-section .slider:after {
    content: '';
    background-image: url("../images/ugcflair_daily.png");
    position: absolute;
    width: 386px;
    top: -100px;
    background-size: cover;
    z-index: 1;
    height: 244px;
    right: -185px; }
  .daily-container .ugc-section .wrapper img {
    margin-bottom: 2px; }

.internal-products {
  position: relative;
  z-index: 4;
  padding: 125px 0 200px; }
  @media (max-width: 767px) {
    .internal-products {
      padding: 75px 0 100px; } }
  .internal-products h3 {
    text-align: center;
    letter-spacing: .14em;
    line-height: 1.65;
    font-size: 1.3rem;
    text-transform: uppercase;
    font-family: "Gotham-Medium", sans-serif;
    padding-bottom: 28px;
    margin-top: 23px;
    position: relative; }
    .internal-products h3:after {
      content: '';
      bottom: 6px;
      left: 50%;
      width: 15px;
      height: 1px;
      margin-left: -7.5px;
      position: absolute; }
  .classic-container .internal-products h3 {
    color: #ce1f40; }
    .classic-container .internal-products h3:after {
      background-color: #ce1f40; }
  .comfort-container .internal-products h3 {
    color: #8b1366; }
    .comfort-container .internal-products h3:after {
      background-color: #8b1366; }
  .daily-container .internal-products h3 {
    color: #02aca1; }
    .daily-container .internal-products h3:after {
      background-color: #02aca1; }
  .coldsore-container .internal-products h3 {
    color: #253e90; }
    .coldsore-container .internal-products h3:after {
      background-color: #253e90; }
  .internal-products .products-wrapper {
    max-width: 1272px;
    margin: 0 auto;
    padding: 0 40px; }
    @media (max-width: 1200px) {
      .internal-products .products-wrapper {
        padding: 0; } }
    @media (max-width: 767px) {
      .internal-products .products-wrapper {
        padding: 35px 0 0; } }
    @media (max-width: 600px) {
      .internal-products .products-wrapper {
        padding: 30px 0 0; } }
    .internal-products .products-wrapper:after {
      content: '';
      display: block;
      clear: both; }
  .internal-products .product-holder {
    width: calc((100% / 3) - 15px);
    float: left;
    margin-bottom: 12px;
    padding: 12px;
    border: 1px solid transparent; }
    .internal-products .product-holder:nth-child(3n + 2) {
      position: relative;
      bottom: -50px;
      margin: 0 22px; }
    @media (max-width: 959px) {
      .internal-products .product-holder {
        padding: 6px; } }
    @media (max-width: 767px) {
      .internal-products .product-holder {
        padding: 0;
        width: 48%;
        float: none;
        margin-bottom: 20px;
        border: none; }
        .internal-products .product-holder:nth-child(3n + 2) {
          position: relative;
          bottom: 0;
          margin: 0; }
        .internal-products .product-holder:nth-child(2n + 2) {
          float: right; } }
    @media (max-width: 480px) {
      .internal-products .product-holder {
        width: 100%;
        float: none;
        padding: 0;
        border: none; } }
    .internal-products .product-holder h4 {
      font-family: "Gotham-Medium", sans-serif;
      font-size: 1.7rem;
      margin-top: 23px;
      text-align: center;
      padding-bottom: 17px;
      border-bottom: 1px solid #e1e1e1; }
    .classic-container .internal-products .product-holder h4 {
      color: #ce1f40; }
    .comfort-container .internal-products .product-holder h4 {
      color: #8b1366; }
    .daily-container .internal-products .product-holder h4 {
      color: #02aca1; }
    .coldsore-container .internal-products .product-holder h4, .single-post.coldsore .internal-products .product-holder h4 {
      color: #253e90; }
    .everydaycare-container .internal-products .product-holder h4, .single-post.everyday-care .internal-products .product-holder h4 {
      color: #02aca1; }
    .ingredients .internal-products .product-holder h4 {
      color: #ce1f40; }
    .internal-products .product-holder p {
      font-family: "Gotham-Book", sans-serif;
      font-size: 1.3rem;
      color: #1a1a1a;
      letter-spacing: .04em;
      line-height: 1.6;
      margin-top: 18px;
      margin-bottom: 40px;
      text-align: center;
      padding: 0 20px;
      opacity: 0; }
      @media (max-width: 959px) {
        .internal-products .product-holder p {
          padding: 0 12px; } }
  .mobile .internal-products .product-holder p {
    opacity: 1; }

.thumbs {
  position: absolute;
  bottom: 24px;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  padding: 0 10%;
  opacity: 0; }
  .thumbs.alt {
    transform: none;
    bottom: 15px;
    position: absolute;
    left: 0;
    display: flex;
    justify-content: center; }
    .thumbs.alt div {
      max-width: 70px;
      padding-bottom: 70px; }
  .thumbs div {
    float: left;
    width: calc((100% / 3) - 7px);
    border: 1px solid transparent;
    padding-bottom: 30.18%;
    background-size: cover;
    height: 0; }
    .thumbs div:hover {
      border-color: #ce1f40; }
    .thumbs div:nth-child(2) {
      margin: 0 10px; }

.mobile .product-holder .thumbs {
  display: none; }

.featured-image {
  background-size: cover;
  background-position: 50%;
  position: relative;
  height: 0;
  padding-bottom: 123.5%;
  background-color: #fafafa;
  background-repeat: no-repeat; }

.static-image, .hover-image {
  width: 100%;
  height: 100%;
  position: absolute;
  background-size: contain;
  background-position: 50%;
  background-repeat: no-repeat; }

.hover-image {
  display: none;
  height: 96%; }
  .hover-image img {
    height: 100%;
    margin: 0 auto; }

@keyframes pulse_animation {
  0% {
    transform: scale(1) translate3d(0, 0, 0); }
  10% {
    transform: scale(1.01) translate3d(0, 0, 0); }
  20% {
    transform: scale(1.02) translate3d(0, 0, 0); }
  30% {
    transform: scale(1.03) translate3d(0, 0, 0); }
  40% {
    transform: scale(1.04) translate3d(0, 0, 0); }
  50% {
    transform: scale(1.05) translate3d(0, 0, 0); }
  60% {
    transform: scale(1.04) translate3d(0, 0, 0); }
  70% {
    transform: scale(1.03) translate3d(0, 0, 0); }
  80% {
    transform: scale(1.02) translate3d(0, 0, 0); }
  90% {
    transform: scale(1.01) translate3d(0, 0, 0); }
  100% {
    transform: scale(1) translate3d(0, 0, 0); } }

.top-product-area canvas, .top-product-area .static-frame, .top-product-area .after-holder, .top-product-area .before-holder {
  position: relative;
  width: 100%;
  left: 12.5vw;
  top: -60px; }
  @media (min-width: 1385px) {
    .top-product-area canvas, .top-product-area .static-frame, .top-product-area .after-holder, .top-product-area .before-holder {
      left: 36%; } }
  @media (max-width: 1200px) {
    .top-product-area canvas, .top-product-area .static-frame, .top-product-area .after-holder, .top-product-area .before-holder {
      left: 10vw;
      top: -20px; } }
  @media (max-width: 959px) {
    .top-product-area canvas, .top-product-area .static-frame, .top-product-area .after-holder, .top-product-area .before-holder {
      top: -45px;
      left: 6.5vw; } }
  @media (max-width: 600px) {
    .top-product-area canvas, .top-product-area .static-frame, .top-product-area .after-holder, .top-product-area .before-holder {
      left: 0;
      width: 80%;
      margin: 0 auto;
      display: block;
      top: -45px; } }

.top-product-area .after-holder {
  height: 100%;
  width: 100%;
  position: absolute;
  z-index: 2;
  opacity: 0;
  transition: .4s .3s opacity ease-in-out; }
  .top-product-area .after-holder:after {
    content: '';
    width: 80px;
    height: 50px;
    position: absolute;
    bottom: -60px;
    left: 50%;
    transform: translateX(-50%);
    background-image: url("../images/360-rotate.png");
    background-size: cover; }
    @media (max-width: 1024px) {
      .top-product-area .after-holder:after {
        width: 70px;
        height: 44px; } }
    @media (max-width: 959px) {
      .top-product-area .after-holder:after {
        width: 60px;
        height: 37px;
        bottom: -40px; } }
    @media (max-width: 600px) {
      .top-product-area .after-holder:after {
        bottom: 13px; } }

.top-product-area .before-holder {
  height: 100%;
  width: 100%;
  position: absolute;
  z-index: 2;
  opacity: 1;
  transition: .35s 0s opacity ease-in-out; }
  .top-product-area .before-holder.pulse:after {
    animation-name: pulse_animation;
    animation-duration: 1300ms;
    transform-origin: 50% 50%;
    animation-iteration-count: infinite;
    animation-timing-function: linear; }
  .top-product-area .before-holder:after {
    content: '';
    width: 89px;
    height: 50px;
    position: absolute;
    bottom: -60px;
    left: 50%;
    margin-left: -44.5px;
    background-image: url("../images/360-loading.png");
    background-size: cover; }
    @media (max-width: 1024px) {
      .top-product-area .before-holder:after {
        width: 77px;
        margin-left: -38.5px;
        height: 44px; } }
    @media (max-width: 959px) {
      .top-product-area .before-holder:after {
        width: 65px;
        margin-left: -32.5px;
        height: 37px;
        bottom: -40px; } }
    @media (max-width: 600px) {
      .top-product-area .before-holder:after {
        bottom: 13px; } }

.top-product-area .static-frame {
  position: absolute;
  z-index: 1; }
  @media (max-width: 600px) {
    .top-product-area .static-frame {
      left: 50%;
      transform: translateX(-50%); } }

.top-product-area .rotate-icon {
  opacity: 0;
  position: absolute;
  right: 45px;
  width: 80px;
  bottom: 0;
  transition: .5s opacity ease-in-out; }
  @media (max-width: 1200px) {
    .top-product-area .rotate-icon {
      left: 68%;
      bottom: -25px;
      width: 65px;
      right: auto; } }
  @media (max-width: 959px) {
    .top-product-area .rotate-icon {
      left: 84%;
      bottom: 35px;
      width: 75px; } }

.product-holder:hover {
  border-color: #e1e1e1; }
  .product-holder:hover .thumbs {
    opacity: 1; }
  .product-holder:hover p {
    opacity: 1; }

.coldsore-container .input-cta:not(.locate-cta) .section-wrapper {
  padding-top: 15px; }

.three-60 {
  width: 100%;
  height: 185%;
  background-size: cover;
  top: -180px;
  left: 80px;
  position: absolute; }
  @media (max-width: 959px) {
    .three-60 {
      height: 100%;
      top: 0;
      left: 0;
      background-position: center;
      background-repeat: no-repeat;
      background-size: contain; } }
  .three-60:after {
    content: '';
    background-size: cover;
    width: 77px;
    height: 48px;
    background-image: url(../images/dev/360_icon.png);
    position: absolute;
    bottom: 15px;
    z-index: 2;
    left: 54%; }
    @media (max-width: 959px) {
      .three-60:after {
        left: 50%;
        transform: translateX(-50%);
        bottom: 0; } }

.single-product .tabbed-area {
  padding: 165px 0 130px;
  background-color: #f8f4f1; }
  .single-product .tabbed-area .wrapper {
    padding: 0 100px;
    background-color: #ffffff; }
    @media (max-width: 1260px) {
      .single-product .tabbed-area .wrapper {
        padding: 0 40px; } }
    @media (max-width: 480px) {
      .single-product .tabbed-area .wrapper {
        padding: 0 20px; } }

.single-product .tabs {
  right: 0; }

#pr-stars {
  display: none; }

.top-product-area {
  position: relative; }
  .top-product-area canvas {
    z-index: 1; }
  .top-product-area .wrapper {
    height: auto;
    padding-top: 155px;
    padding-bottom: 105px; }
    @media (max-width: 767px) {
      .top-product-area .wrapper {
        padding-bottom: 105px;
        padding-top: 120px; } }
    @media (max-width: 600px) {
      .top-product-area .wrapper {
        padding-top: 95px; } }
  .top-product-area .left, .top-product-area .right {
    position: relative;
    width: 50%;
    float: left; }
    @media (max-width: 767px) {
      .top-product-area .left, .top-product-area .right {
        width: 100%;
        float: none; } }
  .top-product-area .left .static-image, .top-product-area .left .hover-image {
    margin-left: 0;
    width: calc(100% - 115px);
    top: 0;
    height: 440px;
    background-repeat: no-repeat;
    padding-bottom: 0; }
    @media (max-width: 959px) {
      .top-product-area .left .static-image, .top-product-area .left .hover-image {
        left: 10%; } }
    @media (max-width: 767px) {
      .top-product-area .left .static-image, .top-product-area .left .hover-image {
        width: 100%;
        padding-bottom: 0;
        background-size: auto 100%; } }
    @media (max-width: 600px) {
      .top-product-area .left .static-image, .top-product-area .left .hover-image {
        margin-left: 0;
        width: 100%;
        margin-top: 0;
        max-height: 440px;
        max-width: 440px;
        position: relative;
        left: 0; } }
    .top-product-area .left .static-image.alt, .top-product-area .left .hover-image.alt {
      position: relative;
      width: 100%;
      left: 12.5vw;
      top: -60px;
      height: initial;
      height: auto;
      position: relative; }
      .top-product-area .left .static-image.alt:before, .top-product-area .left .hover-image.alt:before {
        display: block;
        content: "";
        width: 100%;
        padding-top: 100%; }
      .top-product-area .left .static-image.alt > .content, .top-product-area .left .hover-image.alt > .content {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0; }
      @media (min-width: 1385px) {
        .top-product-area .left .static-image.alt, .top-product-area .left .hover-image.alt {
          left: 36%; } }
      @media (max-width: 1200px) {
        .top-product-area .left .static-image.alt, .top-product-area .left .hover-image.alt {
          left: 10vw;
          top: -20px; } }
      @media (max-width: 959px) {
        .top-product-area .left .static-image.alt, .top-product-area .left .hover-image.alt {
          top: -85px;
          left: 21vw; } }
      @media (max-width: 600px) {
        .top-product-area .left .static-image.alt, .top-product-area .left .hover-image.alt {
          left: 0;
          width: 80%;
          margin: 0 auto;
          top: -45px; } }
      .top-product-area .left .static-image.alt img, .top-product-area .left .hover-image.alt img {
        max-width: 100%;
        max-height: 100%;
        margin: 0 auto; }
  .top-product-area h1 {
    font-family: "Gotham-Bold", sans-serif;
    font-size: 4.8rem;
    margin-left: -2px; }
    @media (max-width: 600px) {
      .top-product-area h1 {
        font-size: 3.8rem; } }
  .classic-container .top-product-area h1, .classic-container .top-product-area .btn {
    color: #ce1f40; }
  @media (max-width: 480px) {
    .top-product-area .btn {
      display: block; } }
  .coldsore-container .top-product-area h1 {
    color: #2babe2; }
  .coldsore-container .top-product-area .btn {
    color: #253e90; }
  .comfort-container .top-product-area h1, .comfort-container .top-product-area .btn {
    color: #8b1366; }
  .daily-container .top-product-area h1, .daily-container .top-product-area .btn {
    color: #02aca1; }
  .top-product-area .right {
    z-index: 3; }
    @media (max-width: 767px) {
      .top-product-area .right {
        margin-top: 35px; } }
    @media (max-width: 600px) {
      .top-product-area .right {
        margin-top: -10px; } }
    .top-product-area .right .more-info-trigger {
      font-family: "Gotham-Medium", sans-serif;
      font-size: 1.3rem;
      letter-spacing: .04em;
      display: inline-block;
      margin-bottom: 10px;
      position: relative;
      cursor: pointer; }
      .top-product-area .right .more-info-trigger:after {
        content: '+';
        position: absolute;
        right: -15px;
        top: 0; }
    .top-product-area .right .more-info {
      max-height: 0;
      opacity: 0;
      transition: .3s .1s max-height ease, .2s 0s opacity ease-in-out; }
      .top-product-area .right .more-info p {
        margin-bottom: 12px;
        font-size: 1.2rem;
        margin-top: 12px;
        line-height: 1.9; }
        .top-product-area .right .more-info p:last-child {
          margin-bottom: 35px; }
    .top-product-area .right.more-info-open .more-info-trigger:after {
      content: '-'; }
    .top-product-area .right.more-info-open .more-info {
      max-height: 200px;
      opacity: 1;
      transition: .3s .1s max-height ease, .2s .12s opacity ease-in-out; }
    .top-product-area .right .stars {
      background-size: cover;
      float: right;
      width: 105px;
      height: 11px;
      background-image: url("../images/dev/temp-stars.png"); }
    .top-product-area .right .content-wrapper {
      max-width: 420px;
      float: right;
      position: relative; }
      @media (max-width: 959px) {
        .top-product-area .right .content-wrapper {
          max-width: 90%; } }
      @media (max-width: 767px) {
        .top-product-area .right .content-wrapper {
          float: none;
          max-width: 80%; } }
      @media (max-width: 600px) {
        .top-product-area .right .content-wrapper {
          max-width: 100%; } }
      .top-product-area .right .content-wrapper > p {
        font-size: 1.4rem;
        letter-spacing: 0;
        color: #4f4f4f;
        margin-top: 25px;
        padding-bottom: 32px;
        margin-bottom: 20px;
        line-height: 1.64;
        font-family: "Gotham-Medium", sans-serif;
        border-bottom: 1px solid #dfdfe0; }
        .top-product-area .right .content-wrapper > p.disclaimer {
          margin-bottom: 0;
          margin-top: 40px;
          padding-bottom: 0;
          font-style: italic;
          font-size: 1.2rem;
          letter-spacing: 0;
          line-height: 1.9;
          border-bottom: none; }
          .top-product-area .right .content-wrapper > p.disclaimer span {
            font-family: "Gotham-Medium",sans-serif;
            font-size: 1.4rem;
            color: #4f4f4f;
            font-style: normal; }
        @media (max-width: 767px) {
          .top-product-area .right .content-wrapper > p {
            margin-top: 15px; } }
    .top-product-area .right .btn.btncoupon {
      margin-left: 29px; }
      @media (max-width: 959px) {
        .top-product-area .right .btn.btncoupon {
          margin-left: 5px; } }
      @media (max-width: 600px) {
        .top-product-area .right .btn.btncoupon {
          margin: 20px 0 0 0; } }
    .top-product-area .right .locate-btn {
      display: inline-block; }
  .top-product-area .breadcrumbs a {
    color: #cccccc; }
  .top-product-area .breadcrumbs span {
    color: #646464; }
  .top-product-area .featured-image {
    width: 100%;
    background-color: transparent;
    height: auto;
    display: flex;
    padding-bottom: 0; }
  .top-product-area .static-image, .top-product-area .hover-image {
    height: 0;
    padding-bottom: 140%;
    top: -65%;
    display: none;
    width: 100%;
    background-size: cover; }
  @media (max-width: 959px) {
    .top-product-area .hover-image {
      height: 100%;
      top: 0; } }
  .top-product-area #proxyTrigger {
    width: 100%;
    max-width: 440px;
    position: relative; }
    @media (max-width: 1200px) {
      .top-product-area #proxyTrigger {
        max-width: 350px; } }
    @media (max-width: 767px) {
      .top-product-area #proxyTrigger {
        left: 15vw; } }
    @media (max-width: 600px) {
      .top-product-area #proxyTrigger {
        left: 12vw;
        top: 25px; } }
    .top-product-area #proxyTrigger:before {
      display: block;
      content: "";
      width: 100%;
      padding-top: 100%; }
    .top-product-area #proxyTrigger > .content {
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0; }
  @media (max-width: 767px) {
    .top-product-area.jar .right {
      margin-top: 0; } }
  @media (max-width: 600px) {
    .top-product-area.jar .right {
      margin-top: -25px; } }
  @media (max-width: 600px) {
    .top-product-area.jar .wrapper {
      padding-top: 85px; } }
  .top-product-area.jar #proxyTrigger {
    top: -30px; }
    @media (max-width: 1200px) {
      .top-product-area.jar #proxyTrigger {
        top: -40px; } }
    @media (max-width: 959px) {
      .top-product-area.jar #proxyTrigger {
        max-width: 295px;
        top: -10px;
        left: 5vw; } }
    @media (max-width: 767px) {
      .top-product-area.jar #proxyTrigger {
        max-width: 400px;
        top: -40px;
        left: 15vw; } }
    @media (max-width: 600px) {
      .top-product-area.jar #proxyTrigger {
        max-width: 350px;
        top: -10px; } }
    @media (max-width: 410px) {
      .top-product-area.jar #proxyTrigger {
        max-width: 320px;
        left: 13.5vw;
        top: 0; } }
  .top-product-area .thumbs {
    width: 88px;
    height: calc(88px * 3 + 52px);
    padding: 0;
    transform: none;
    left: 0;
    top: 0;
    opacity: 1;
    z-index: 3; }
    @media (max-width: 600px) {
      .top-product-area .thumbs {
        width: 70px;
        height: auto;
        margin-bottom: 18px; } }
    .top-product-area .thumbs div {
      width: 88px;
      height: 0;
      padding-bottom: 100%;
      background-size: cover;
      display: block;
      float: none; }
      .top-product-area .thumbs div:nth-child(2) {
        margin: 23px 0; }
        @media (max-width: 600px) {
          .top-product-area .thumbs div:nth-child(2) {
            margin: 18px 0; } }
      @media (max-width: 959px) {
        .top-product-area .thumbs div {
          width: 75px;
          height: 0;
          padding-bottom: 83%; } }
      @media (max-width: 600px) {
        .top-product-area .thumbs div {
          width: 60px;
          padding-bottom: 0;
          height: 60px; } }

.crmx-container.coupons h1 {
  color: #ce1f40;
  font-size: 6.4rem;
  text-align: center;
  position: relative;
  margin-bottom: 40px;
  font-family: "Gotham-Bold",sans-serif; }
  @media (max-width: 480px) {
    .crmx-container.coupons h1 {
      font-size: 4.5rem; } }

.crmx-container.coupons .static-image {
  top: 25px; }

.crmx-container.coupons .internal-products .product-holder p {
  margin-bottom: 20px;
  opacity: 1; }

/*** IMPORTS ***/
.c-hero {
  height: calc(100vh - 110px);
  max-height: 800px;
  width: 100%;
  background-size: cover;
  background-position: 50%;
  position: relative; }
  @media (max-width: 600px) {
    .c-hero {
      background-position: 30% 50%; } }
  .c-hero .overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 1;
    background-color: rgba(0, 0, 0, 0.3); }
  .c-hero .copy-holder {
    font-family: "Gotham-Bold", sans-serif;
    z-index: 2;
    position: absolute;
    left: 50%;
    top: calc(50% - 65px);
    transform: translate(-50%, -50%);
    color: #ffffff;
    text-align: center;
    width: 85%;
    max-width: 920px; }
    @media (max-width: 767px) {
      .c-hero .copy-holder {
        top: calc(50% - 55px); } }
    .c-hero .copy-holder.csc {
      top: 38%; }
  .c-hero p {
    max-width: 715px;
    margin: 25px auto 0;
    font-size: 1.5rem;
    letter-spacing: .02em;
    line-height: 1.66;
    color: #ffffff;
    font-family: "Gotham-Bold", sans-serif; }
    .c-hero p.small {
      font-size: 1.5rem; }
      @media (max-width: 767px) {
        .c-hero p.small {
          font-size: 1.3rem; } }
      @media (max-width: 600px) {
        .c-hero p.small {
          font-size: 1.2rem; } }
  .c-hero h1 {
    font-size: 7.3rem;
    letter-spacing: .04em;
    text-transform: uppercase;
    line-height: 1.1; }
    @media (max-width: 959px) {
      .c-hero h1 {
        font-size: 7.3rem; } }
    @media (max-width: 767px) {
      .c-hero h1 {
        font-size: 5.5rem;
        line-height: 1.25; } }
    @media (max-width: 600px) {
      .c-hero h1 {
        font-size: 3rem; } }

.single-post .c-hero .copy-holder {
  top: calc(50% - 40px); }

.c-tabs {
  width: 100%;
  height: 80px;
  position: absolute;
  bottom: 0;
  z-index: 4;
  text-align: center; }
  @media (max-width: 600px) {
    .c-tabs {
      height: auto; } }
  .c-tabs .wrapper {
    padding: 0;
    transition: .3s background-color ease; }

.longform-c .wrapper {
  padding-top: 150px;
  padding-bottom: 150px; }
  @media (max-width: 767px) {
    .longform-c .wrapper {
      padding-top: 75px;
      padding-bottom: 75px; } }
  .longform-c .wrapper h1 {
    color: #ce1f40;
    font-size: 6.4rem;
    margin-left: -2px;
    font-family: "Gotham-Bold", sans-serif; }
    @media (max-width: 767px) {
      .longform-c .wrapper h1 {
        font-size: 4.8rem; } }
    @media (max-width: 600px) {
      .longform-c .wrapper h1 {
        font-size: 3.4rem; } }
    @media (max-width: 480px) {
      .longform-c .wrapper h1 {
        font-size: 3rem; } }
  .longform-c .wrapper .intro-p {
    color: #ce1f40;
    font-size: 2rem;
    max-width: 85%;
    font-family: "Gotham-Book", sans-serif;
    line-height: 1.8;
    margin-top: 15px; }
    @media (max-width: 767px) {
      .longform-c .wrapper .intro-p {
        font-size: 1.5rem; } }

.c-tab {
  color: #ffffff;
  display: inline-block;
  font-family: "Gotham-Medium", sans-serif;
  font-size: 1.1rem;
  text-transform: uppercase;
  letter-spacing: .14em;
  padding: 36px 7% 33px;
  cursor: pointer; }
  @media (max-width: 959px) {
    .c-tab {
      padding: 36px 5% 33px; } }
  @media (max-width: 600px) {
    .c-tab {
      display: block;
      padding: 18px 6% 17px; }
      .c-tab:last-child {
        padding: 18px 6% 26px; } }
  .c-tab span {
    position: relative; }
    .c-tab span:after {
      content: '';
      position: absolute;
      width: 80%;
      height: 1px;
      bottom: -6px;
      opacity: 0;
      left: 10%;
      transition: opacity .25s ease-out;
      background: #ffffff; }
  .c-tab:hover span:after {
    opacity: 1; }
  .c-tab.active span:after {
    opacity: 1; }

.sticky-c-body {
  border-bottom: 1px solid #ebebeb; }
  .sticky-c-body .left {
    float: left;
    width: 40%;
    height: 100%;
    padding: 100px 80px; }
    .sticky-c-body .left h2 {
      color: #a1a1a1;
      font-family: "Gotham-Light", sans-serif;
      font-size: 2.5rem;
      line-height: 1.5; }
    @media (max-width: 767px) {
      .sticky-c-body .left {
        float: none;
        width: 100%;
        padding: 80px 0px; } }
  .sticky-c-body .right {
    border-left: 1px solid #ebebeb;
    padding: 100px 80px;
    width: 60%;
    float: left; }
    @media (max-width: 767px) {
      .sticky-c-body .right {
        float: none;
        width: 100%;
        border-left: 0;
        padding: 80px 0px; } }

@media (max-width: 767px) {
  .ingredients .sticky-c-body .left {
    padding: 80px 0 50px; }
  .ingredients .sticky-c-body .right {
    padding: 0 0 80px; } }

.ingredients-panel {
  display: none; }
  .ingredients-panel.natural .internal-products .product-holder h4 {
    color: #86c762; }
  .ingredients-panel.natural h4, .ingredients-panel.natural h5, .ingredients-panel.natural .btn {
    color: #86c762; }
  .ingredients-panel.natural h3 {
    color: #86c762; }
    .ingredients-panel.natural h3:after {
      background-color: #86c762; }
  .ingredients-panel.relief .internal-products .product-holder h4 {
    color: #751b57; }
  .ingredients-panel.relief h4, .ingredients-panel.relief h5, .ingredients-panel.relief .btn {
    color: #751b57; }
  .ingredients-panel.relief h3 {
    color: #751b57; }
    .ingredients-panel.relief h3:after {
      background-color: #751b57; }
  .ingredients-panel.protection .internal-products .product-holder h4 {
    color: #253e90; }
  .ingredients-panel.protection h4, .ingredients-panel.protection h5, .ingredients-panel.protection .btn {
    color: #253e90; }
  .ingredients-panel.protection h3 {
    color: #253e90; }
    .ingredients-panel.protection h3:after {
      background-color: #253e90; }
  .ingredients-panel:after {
    content: '';
    clear: both;
    display: block; }
  .ingredients-panel h4 {
    margin-top: 80px; }
    .ingredients-panel h4:first-child {
      margin-top: 0; }
  .ingredients-panel .internal-products {
    clear: both; }

.crmx-container.ingredients.natural-open .ingredients-panel.natural {
  display: block; }

.crmx-container.ingredients.natural-open .c-tabs .wrapper {
  background-color: #86c762; }

.crmx-container.ingredients.relief-open .ingredients-panel.relief {
  display: block; }

.crmx-container.ingredients.relief-open .c-tabs .wrapper {
  background-color: #751b57; }

.crmx-container.ingredients.protection-open .ingredients-panel.protection {
  display: block; }

.crmx-container.ingredients.protection-open .c-tabs .wrapper {
  background-color: #253e90; }

.longform-copy.gfield_error, .longform-copy li.gfield_error {
  color: #ce1f40; }
  .longform-copy.gfield_error input, .longform-copy li.gfield_error input {
    border: 1px solid #ce1f40; }

h2.spacer {
  border-bottom: #00bff0 solid 1px;
  padding-bottom: 1em;
  margin-bottom: -1em; }

/*** IMPORTS ***/
.blog .internal-products {
  padding-top: 0;
  margin-top: -35px; }

.blog-repeater {
  width: 100%;
  position: relative;
  top: -150px;
  z-index: 2; }
  .blog-repeater .wrapper {
    background-color: #f7f7f7;
    padding-top: 80px;
    padding-bottom: 115px;
    height: auto; }
    @media (max-width: 767px) {
      .blog-repeater .wrapper {
        padding-top: 40px;
        padding-bottom: 75px; } }
  .blog-repeater .blog.tile {
    position: relative;
    height: 0;
    padding-bottom: 46%;
    display: block;
    width: 100%;
    margin-bottom: 32px;
    overflow: hidden; }
    .blog-repeater .blog.tile.hidden {
      display: none; }
    @media (max-width: 600px) {
      .blog-repeater .blog.tile {
        padding-bottom: 49%; } }
  .blog-repeater .btn {
    margin: 64px auto 0;
    color: #253e90;
    cursor: pointer; }
  .blog-repeater .title {
    position: absolute;
    top: 50%;
    text-align: center;
    padding: 0 20px;
    width: 100%;
    transform: translateY(-50%);
    font-size: 3.8rem;
    font-family: "Gotham-Bold", sans-serif;
    color: #fff;
    z-index: 3;
    line-height: 1.25;
    text-transform: uppercase;
    letter-spacing: 0; }
    @media (max-width: 959px) {
      .blog-repeater .title {
        font-size: 3.3rem; } }
    @media (max-width: 767px) {
      .blog-repeater .title {
        font-size: 2.8rem; } }
    @media (max-width: 600px) {
      .blog-repeater .title {
        top: 51%;
        font-size: 2rem; } }

.coldsore-vid-trigger {
  display: inline-block;
  left: 50%;
  position: relative;
  transform: translateX(-50%);
  margin-bottom: 28px;
  cursor: pointer; }
  .coldsore-vid-trigger img {
    display: inline-block;
    vertical-align: middle;
    transform: scale(1);
    transform-origin: 50%;
    transition: .3s transform ease-in; }
    @media (max-width: 355px) {
      .coldsore-vid-trigger img {
        display: none; } }
  .coldsore-vid-trigger:hover img {
    transform: scale(1.05); }
  .coldsore-vid-trigger p {
    display: inline-block;
    vertical-align: middle;
    position: relative;
    bottom: -2px;
    color: #ffffff;
    margin-left: 12px;
    font-family: "Gotham-Medium", sans-serif;
    font-size: 1.1rem;
    letter-spacing: .04em;
    text-transform: uppercase; }
    @media (max-width: 767px) {
      .coldsore-vid-trigger p {
        font-size: 1rem; } }
    @media (max-width: 600px) {
      .coldsore-vid-trigger p {
        font-size: .9rem; } }
    @media (max-width: 355px) {
      .coldsore-vid-trigger p {
        margin-left: 7px; }
        .coldsore-vid-trigger p:before {
          content: '+';
          position: absolute;
          left: -10px; } }
  .coldsore-vid-trigger > * {
    pointer-events: none;
    /* make sure we get the parent on click */ }

.single-post .c-hero h1 {
  font-size: 6.8rem;
  margin: 0 auto; }
  @media (max-width: 767px) {
    .single-post .c-hero h1 {
      font-size: 5.5rem; } }
  @media (max-width: 600px) {
    .single-post .c-hero h1 {
      font-size: 3rem; } }

.single-post .sticky-c-body {
  border-bottom: none; }
  .single-post .sticky-c-body .product-holder {
    width: 100%;
    float: none;
    display: block;
    padding: 0;
    margin: 30px 0 0 0;
    border: 1px solid transparent; }
    @media (max-width: 959px) {
      .single-post .sticky-c-body .product-holder {
        padding: 6px; } }
    @media (max-width: 767px) {
      .single-post .sticky-c-body .product-holder {
        width: 40%; } }
    @media (max-width: 550px) {
      .single-post .sticky-c-body .product-holder {
        width: 80%; } }
    @media (max-width: 480px) {
      .single-post .sticky-c-body .product-holder {
        width: 100%; } }
    .single-post .sticky-c-body .product-holder h4 {
      font-family: "Gotham-Medium", sans-serif;
      font-size: 1.7rem;
      margin-top: 23px;
      text-align: center;
      padding-bottom: 17px;
      color: #253e90;
      border-bottom: 1px solid #e1e1e1; }
    .single-post .sticky-c-body .product-holder p {
      font-family: "Gotham-Book", sans-serif;
      font-size: 1.3rem;
      color: #1a1a1a;
      letter-spacing: .04em;
      line-height: 1.6;
      margin-top: 18px;
      margin-bottom: 40px;
      text-align: center;
      padding: 0 20px;
      opacity: 1; }
      @media (max-width: 959px) {
        .single-post .sticky-c-body .product-holder p {
          padding: 0 12px; } }
  .single-post .sticky-c-body .left h2, .single-post .sticky-c-body .right h5 {
    color: #ce1f40;
    line-height: 1.6;
    margin-top: 0; }
    @media (max-width: 767px) {
      .single-post .sticky-c-body .left h2, .single-post .sticky-c-body .right h5 {
        line-height: 1.4; } }
  .single-post .sticky-c-body .left, .single-post .sticky-c-body .right {
    padding-top: 145px; }
    @media (max-width: 1024px) {
      .single-post .sticky-c-body .left, .single-post .sticky-c-body .right {
        padding: 100px 40px; } }
  .single-post .sticky-c-body .left .btn {
    display: block;
    color: #253e90;
    border-color: #253e90;
    margin: 20px auto 0; }
    @media (max-width: 767px) {
      .single-post .sticky-c-body .left .btn {
        margin: 0 0 20px; } }
  @media (max-width: 767px) {
    .single-post .sticky-c-body .left {
      padding: 100px 0 0; } }
  @media (max-width: 767px) {
    .single-post .sticky-c-body .right {
      padding: 20px 0 100px; } }
  .single-post .sticky-c-body .wrapper {
    background-color: #f7f7f7;
    margin-top: -70px;
    z-index: 2; }
  .single-post .sticky-c-body .right img {
    max-width: 100%;
    height: auto; }

.single-post .blog-repeater {
  clear: both;
  top: auto;
  padding: 115px 85px;
  position: relative; }
  @media (max-width: 767px) {
    .single-post .blog-repeater {
      padding: 85px 25px; } }
  @media (max-width: 600px) {
    .single-post .blog-repeater {
      padding: 55px 0; } }
  .single-post .blog-repeater:after {
    content: '';
    left: -40px;
    width: calc(100% + 80px);
    position: absolute;
    top: 0;
    height: 1px;
    background-color: #d7d7d7; }
  .single-post .blog-repeater .wrapper {
    margin-top: 0;
    padding: 0; }

.single-post .optional-video {
  width: 110%;
  height: 0;
  left: -5%;
  padding-bottom: 60%;
  position: relative;
  overflow: hidden; }
  .single-post .optional-video .vid-overlay {
    position: absolute;
    background-color: #fedb00;
    width: 100%;
    height: 100%;
    z-index: 1;
    cursor: pointer; }
    .single-post .optional-video .vid-overlay:after {
      width: 80px;
      height: 80px;
      background-image: url(../images/dev/play-icons.png);
      background-size: cover;
      position: absolute;
      content: '';
      top: 50%;
      left: 50%;
      margin: -40px 0 0 -40px;
      transition: transform .5s .1s; }
  .single-post .optional-video iframe {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0; }

.single-post .optional-video-title {
  color: #ce1f40;
  font-size: 2rem;
  font-family: "Gotham-Book", sans-serif;
  margin-top: 120px;
  margin-bottom: 35px; }

/* Body lock */
.scroll-lock {
  overflow: hidden; }

/* Modal styles */
.crmx-modal {
  background: rgba(0, 0, 0, 0.6);
  z-index: 100;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow-y: scroll;
  opacity: 0;
  visibility: hidden;
  transition: 0s .4s visibility, .3s 0s opacity;
  pointer-events: none; }
  .crmx-modal .crmx-modal-inner {
    position: relative;
    width: 100%;
    max-width: 700px;
    /* PowerReviews form max-width */
    background: #fff;
    padding: 50px 30px;
    margin: 60px auto; }
  .crmx-modal.visible {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    transition: 0s 0s visibility, .4s 0s opacity; }
  .crmx-modal .crmx-modal-content {
    width: 100%;
    position: relative; }
  .crmx-modal .crmx-modal-close {
    position: absolute;
    top: 15px;
    right: 15px;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 48px;
    color: #1a1a1a;
    border: none;
    background: transparent;
    cursor: pointer;
    line-height: 0.3em;
    outline: none; }
    @media (max-width: 480px) {
      .crmx-modal .crmx-modal-close {
        line-height: 1;
        right: 0;
        top: -4px; } }
