/* ===================
VARIABLES & MIXINS
=================== */
/* Base Styles */
.breadcrumb,
.home-container-box,
.home-bottom-slots,
.home-promo-boxes,
.home-social-box {
  display: none;
}

#home-main-banner,
#home-main-trending,
#home-main-tiles,
#home-main-ambassador,
#home-main-email,
#home-main-bottom {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-align: center;
  line-height: 0;
  font-size: 10px;
}

@media (min-width: 322px) {
  #home-main-banner,
  #home-main-trending,
  #home-main-tiles,
  #home-main-ambassador,
  #home-main-email,
  #home-main-bottom {
    font-size: 0.521vw;
  }
}

@media (min-width: 1920px) {
  #home-main-banner,
  #home-main-trending,
  #home-main-tiles,
  #home-main-ambassador,
  #home-main-email,
  #home-main-bottom {
    font-size: 10px;
  }
}

@media (min-width: 322px) {
  #home-main-banner .desktop-only,
  #home-main-trending .desktop-only,
  #home-main-tiles .desktop-only,
  #home-main-ambassador .desktop-only,
  #home-main-email .desktop-only,
  #home-main-bottom .desktop-only {
    display: block !important;
  }
}

#home-main-banner *,
#home-main-trending *,
#home-main-tiles *,
#home-main-ambassador *,
#home-main-email *,
#home-main-bottom * {
  font-size: 1em;
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
  line-height: 1;
  text-decoration: none;
}

@media (min-width: 322px) {
  #home-main-banner .ag-site-width,
  #home-main-trending .ag-site-width,
  #home-main-tiles .ag-site-width,
  #home-main-ambassador .ag-site-width,
  #home-main-email .ag-site-width,
  #home-main-bottom .ag-site-width {
    min-width: 960px;
    max-width: 1920px;
    margin: 0 auto;
  }
}

#home-main-banner section,
#home-main-trending section,
#home-main-tiles section,
#home-main-ambassador section,
#home-main-email section,
#home-main-bottom section {
  position: relative;
}

#home-main-banner ul,
#home-main-trending ul,
#home-main-tiles ul,
#home-main-ambassador ul,
#home-main-email ul,
#home-main-bottom ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

#home-main-banner img,
#home-main-trending img,
#home-main-tiles img,
#home-main-ambassador img,
#home-main-email img,
#home-main-bottom img {
  display: block;
  width: 100%;
  min-width: 0;
}

#home-main-banner h1,
#home-main-banner h2,
#home-main-banner h3,
#home-main-banner h4,
#home-main-banner a,
#home-main-trending h1,
#home-main-trending h2,
#home-main-trending h3,
#home-main-trending h4,
#home-main-trending a,
#home-main-tiles h1,
#home-main-tiles h2,
#home-main-tiles h3,
#home-main-tiles h4,
#home-main-tiles a,
#home-main-ambassador h1,
#home-main-ambassador h2,
#home-main-ambassador h3,
#home-main-ambassador h4,
#home-main-ambassador a,
#home-main-email h1,
#home-main-email h2,
#home-main-email h3,
#home-main-email h4,
#home-main-email a,
#home-main-bottom h1,
#home-main-bottom h2,
#home-main-bottom h3,
#home-main-bottom h4,
#home-main-bottom a {
  padding: 0;
  margin: 0;
  font-family: "Tungsten-Medium", Arial, "Helvetica Neue", Helvetica, sans-serif;
  line-height: 1;
  text-transform: uppercase;
}

#home-main-banner h4,
#home-main-banner h5,
#home-main-banner p,
#home-main-trending h4,
#home-main-trending h5,
#home-main-trending p,
#home-main-tiles h4,
#home-main-tiles h5,
#home-main-tiles p,
#home-main-ambassador h4,
#home-main-ambassador h5,
#home-main-ambassador p,
#home-main-email h4,
#home-main-email h5,
#home-main-email p,
#home-main-bottom h4,
#home-main-bottom h5,
#home-main-bottom p {
  padding: 0;
  margin: 0;
  font-family: "GT-Pressura-Mono-Regular", Arial, "Helvetica Neue", Helvetica, sans-serif;
  line-height: 1;
}

#home-main-banner a,
#home-main-trending a,
#home-main-tiles a,
#home-main-ambassador a,
#home-main-email a,
#home-main-bottom a {
  font-size: 1em;
  display: block;
}

#home-main-banner .lp-cta, #home-main-banner .lp-cta-small, #home-main-banner .lp-cta-border,
#home-main-trending .lp-cta,
#home-main-trending .lp-cta-small,
#home-main-trending .lp-cta-border,
#home-main-tiles .lp-cta,
#home-main-tiles .lp-cta-small,
#home-main-tiles .lp-cta-border,
#home-main-ambassador .lp-cta,
#home-main-ambassador .lp-cta-small,
#home-main-ambassador .lp-cta-border,
#home-main-email .lp-cta,
#home-main-email .lp-cta-small,
#home-main-email .lp-cta-border,
#home-main-bottom .lp-cta,
#home-main-bottom .lp-cta-small,
#home-main-bottom .lp-cta-border {
  border: 1px solid #fff;
  font-family: "Tungsten-Medium", Arial, "Helvetica Neue", Helvetica, sans-serif;
  color: #dc4405;
  background-color: #fff;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-weight: 400;
  letter-spacing: 0.035em;
  text-transform: uppercase;
  font-size: 1.75em;
  min-width: 6.5em;
  height: 1.8em;
  line-height: 1.7em;
  padding: 0 0.5em;
  -webkit-transition: all 0.25s;
  transition: all 0.25s;
}

@media (min-width: 322px) {
  #home-main-banner .lp-cta, #home-main-banner .lp-cta-small, #home-main-banner .lp-cta-border,
  #home-main-trending .lp-cta,
  #home-main-trending .lp-cta-small,
  #home-main-trending .lp-cta-border,
  #home-main-tiles .lp-cta,
  #home-main-tiles .lp-cta-small,
  #home-main-tiles .lp-cta-border,
  #home-main-ambassador .lp-cta,
  #home-main-ambassador .lp-cta-small,
  #home-main-ambassador .lp-cta-border,
  #home-main-email .lp-cta,
  #home-main-email .lp-cta-small,
  #home-main-email .lp-cta-border,
  #home-main-bottom .lp-cta,
  #home-main-bottom .lp-cta-small,
  #home-main-bottom .lp-cta-border {
    border-width: 2px;
    font-size: 3.5em;
  }
}

#home-main-banner .lp-cta:hover, #home-main-banner .lp-cta-small:hover, #home-main-banner .lp-cta-border:hover,
#home-main-trending .lp-cta:hover,
#home-main-trending .lp-cta-small:hover,
#home-main-trending .lp-cta-border:hover,
#home-main-tiles .lp-cta:hover,
#home-main-tiles .lp-cta-small:hover,
#home-main-tiles .lp-cta-border:hover,
#home-main-ambassador .lp-cta:hover,
#home-main-ambassador .lp-cta-small:hover,
#home-main-ambassador .lp-cta-border:hover,
#home-main-email .lp-cta:hover,
#home-main-email .lp-cta-small:hover,
#home-main-email .lp-cta-border:hover,
#home-main-bottom .lp-cta:hover,
#home-main-bottom .lp-cta-small:hover,
#home-main-bottom .lp-cta-border:hover {
  border-color: #dc4405;
  background-color: #dc4405;
  color: #fff;
}

#home-main-banner .lp-cta-small,
#home-main-trending .lp-cta-small,
#home-main-tiles .lp-cta-small,
#home-main-ambassador .lp-cta-small,
#home-main-email .lp-cta-small,
#home-main-bottom .lp-cta-small {
  font-size: 1.25em;
}

@media (min-width: 322px) {
  #home-main-banner .lp-cta-small,
  #home-main-trending .lp-cta-small,
  #home-main-tiles .lp-cta-small,
  #home-main-ambassador .lp-cta-small,
  #home-main-email .lp-cta-small,
  #home-main-bottom .lp-cta-small {
    font-size: 2.8em;
  }
}

#home-main-banner .lp-cta-border,
#home-main-trending .lp-cta-border,
#home-main-tiles .lp-cta-border,
#home-main-ambassador .lp-cta-border,
#home-main-email .lp-cta-border,
#home-main-bottom .lp-cta-border {
  border: 1px solid #dc4405;
}

@media (min-width: 322px) {
  #home-main-banner .lp-cta-border,
  #home-main-trending .lp-cta-border,
  #home-main-tiles .lp-cta-border,
  #home-main-ambassador .lp-cta-border,
  #home-main-email .lp-cta-border,
  #home-main-bottom .lp-cta-border {
    border-width: 2px;
  }
}

#home-main-banner .prescroll *,
#home-main-trending .prescroll *,
#home-main-tiles .prescroll *,
#home-main-ambassador .prescroll *,
#home-main-email .prescroll *,
#home-main-bottom .prescroll * {
  opacity: 0;
}

#home-main-banner .prescroll .background-img,
#home-main-trending .prescroll .background-img,
#home-main-tiles .prescroll .background-img,
#home-main-ambassador .prescroll .background-img,
#home-main-email .prescroll .background-img,
#home-main-bottom .prescroll .background-img {
  -webkit-transition-delay: 0;
          transition-delay: 0;
}

#home-main-banner .prescroll .section-overlay,
#home-main-trending .prescroll .section-overlay,
#home-main-tiles .prescroll .section-overlay,
#home-main-ambassador .prescroll .section-overlay,
#home-main-email .prescroll .section-overlay,
#home-main-bottom .prescroll .section-overlay {
  -webkit-transition-delay: 0.6s;
          transition-delay: 0.6s;
}

#home-main-banner .prescroll .home-tile-content,
#home-main-trending .prescroll .home-tile-content,
#home-main-tiles .prescroll .home-tile-content,
#home-main-ambassador .prescroll .home-tile-content,
#home-main-email .prescroll .home-tile-content,
#home-main-bottom .prescroll .home-tile-content {
  -webkit-transition-delay: 0.6s;
          transition-delay: 0.6s;
}

#home-main-banner .prescroll .actions,
#home-main-trending .prescroll .actions,
#home-main-tiles .prescroll .actions,
#home-main-ambassador .prescroll .actions,
#home-main-email .prescroll .actions,
#home-main-bottom .prescroll .actions {
  -webkit-transition-delay: 0.9s;
          transition-delay: 0.9s;
}

#home-main-banner .slick-slider .slick-arrow,
#home-main-trending .slick-slider .slick-arrow,
#home-main-tiles .slick-slider .slick-arrow,
#home-main-ambassador .slick-slider .slick-arrow,
#home-main-email .slick-slider .slick-arrow,
#home-main-bottom .slick-slider .slick-arrow {
  position: absolute;
  background: transparent;
  color: transparent;
  border: none;
  top: 0;
  bottom: 0;
  width: 2em;
  z-index: 2;
  overflow: hidden;
}

#home-main-banner .slick-slider .slick-prev,
#home-main-trending .slick-slider .slick-prev,
#home-main-tiles .slick-slider .slick-prev,
#home-main-ambassador .slick-slider .slick-prev,
#home-main-email .slick-slider .slick-prev,
#home-main-bottom .slick-slider .slick-prev {
  left: 0;
}

#home-main-banner .slick-slider .slick-next,
#home-main-trending .slick-slider .slick-next,
#home-main-tiles .slick-slider .slick-next,
#home-main-ambassador .slick-slider .slick-next,
#home-main-email .slick-slider .slick-next,
#home-main-bottom .slick-slider .slick-next {
  right: 0;
}

@media (max-width: 321px) {
  #home-main-banner .swap,
  #home-main-trending .swap,
  #home-main-tiles .swap,
  #home-main-ambassador .swap,
  #home-main-email .swap,
  #home-main-bottom .swap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}

/* END Base Styles */
/* Section Specific Styles */
#home-main-banner {
  /* END [ .hero ] */
  /* END [ .quicklinks ] */
}

#home-main-banner .hero {
  /* This section for when banner .hero-tiles are active, the above section for when it is one large banner */
  /* END [ .hero-tiles ] */
}

#home-main-banner .hero video {
  width: 100%;
}

#home-main-banner .hero .section-overlay {
  position: absolute;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  top: 15%;
  left: 50%;
}

@media (min-width: 322px) {
  #home-main-banner .hero .section-overlay {
    top: 40%;
  }
}

#home-main-banner .hero h1 {
  font-size: 4.5em;
  color: #000000;
  white-space: nowrap;
  line-height: .9;
}

@media (min-width: 322px) {
  #home-main-banner .hero h1 {
    font-size: 13.5em;
    margin-bottom: .15em;
  }
}

#home-main-banner .hero p {
  color: #000000;
}

@media (min-width: 322px) {
  #home-main-banner .hero p {
    font-size: 2.8em;
    line-height: 1.35;
  }
}

#home-main-banner .hero .actions {
  position: absolute;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  left: 50%;
  bottom: 5%;
}

@media (min-width: 322px) {
  #home-main-banner .hero .actions {
    bottom: 15%;
  }
  #home-main-banner .hero .actions .lp-cta, #home-main-banner .hero .actions .lp-cta-small, #home-main-banner .hero .actions .lp-cta-border {
    border: 2px solid #dc4405;
  }
}

#home-main-banner .hero.hero-tiles {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

@media (min-width: 322px) {
  #home-main-banner .hero.hero-tiles {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}

@media (max-width: 321px) {
  #home-main-banner .hero.hero-tiles .hero-small-tiles {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

#home-main-banner .hero.hero-tiles .hero-main {
  position: relative;
}

#home-main-banner .hero.hero-tiles .hero-main .tile-overlay {
  position: absolute;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  top: 20%;
  left: 50%;
  text-align: center;
  white-space: nowrap;
}

@media (min-width: 322px) {
  #home-main-banner .hero.hero-tiles .hero-main .tile-overlay {
    text-align: left;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    top: 50%;
    left: 10%;
  }
}

#home-main-banner .hero.hero-tiles .hero-main h2 {
  color: #fff;
  font-size: 6.5em;
  margin-bottom: 1em;
}

@media (min-width: 322px) {
  #home-main-banner .hero.hero-tiles .hero-main h2 {
    font-size: 13.5em;
    margin-bottom: .35em;
    line-height: .9;
  }
}

#home-main-banner .hero.hero-tiles .hero-tile {
  position: relative;
}

#home-main-banner .hero.hero-tiles .hero-tile .tile-overlay {
  position: absolute;
  text-align: center;
  bottom: 8%;
  left: 0;
  width: 100%;
  white-space: nowrap;
}

#home-main-banner .hero.hero-tiles .hero-tile .tile-overlay img {
  width: 85%;
  margin: auto;
}

@media (min-width: 322px) {
  #home-main-banner .hero.hero-tiles .hero-tile .tile-overlay .lp-cta-small {
    margin-left: 13em;
  }
}

#home-main-banner .hero.hero-tiles .hero-tile p {
  color: #fff;
  font-size: 1.1em;
  margin: .25em 0 1em;
  text-transform: none;
}

@media (min-width: 322px) {
  #home-main-banner .hero.hero-tiles .hero-tile p {
    font-size: 2.5em;
    margin: .1em 0 .75em;
  }
}

#home-main-banner .quicklinks {
  background: #eeeeef;
}

#home-main-banner .quicklinks ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  max-width: 920px;
  margin: 0 auto;
}

@media (min-width: 322px) {
  #home-main-banner .quicklinks ul li {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
}

#home-main-banner .quicklinks ul a {
  display: block;
  font-size: 2em;
  font-family: Tungsten-Medium;
  text-transform: uppercase;
  letter-spacing: 0.033em;
  color: #000;
  padding: 0.75em 0.25em;
}

@media (min-width: 322px) {
  #home-main-banner .quicklinks ul a {
    font-size: 4.275em;
    padding: 0.35em 0.25em;
  }
}

#home-main-banner .quicklinks ul a img {
  border-radius: 50%;
  margin-bottom: 0.25em;
}

/* END [ #home-main-banner ] */
#home-main-trending {
  padding: 2em 0;
}

#home-main-trending h3 {
  font-size: 2.4em;
  color: #000000;
  border-bottom: 0.05em solid #dc4405;
  margin: 0 .25em .75em;
  line-height: 1.3;
}

@media (min-width: 322px) {
  #home-main-trending h3 {
    font-size: 4.8em;
    margin: .75em 1.75em;
  }
}


#home-main-trending .lp-cta,
#home-main-trending .lp-cta-small,
#home-main-trending .lp-cta-border {
  position: absolute;
  top: 6%;
  right: 4.5%;
  border: 2px solid #dc4405;
}

#home-main-trending .trending-slider {
  position: relative;
  overflow: hidden;
  margin: 1em auto 0;
}

@media (min-width: 322px) {
  #home-main-trending .trending-slider {
    padding: 0 8em;
  }
}

#home-main-trending .trending-slider .slick-arrow {
  position: absolute;
  background: transparent;
  color: transparent;
  border: none;
  top: 0;
  bottom: 0;
  width: 2em;
  z-index: 2;
  overflow: hidden;
  padding: 0 2.5em;
}

@media (min-width: 322px) {
  #home-main-trending .trending-slider .slick-arrow {
    width: 4em;
    padding: 0 5em;
  }
}

#home-main-trending .trending-slider .slick-prev {
  left: 0;
}

#home-main-trending .trending-slider .slick-next {
  right: 0;
}

#home-main-trending .trending-slider .slide {
  font-size: 1em;
  text-align: left;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0.25em;
}

@media (min-width: 322px) {
  #home-main-trending .trending-slider .slide {
    font-size: 2em;
  }
}

#home-main-trending .trending-slider .slide .image-wrapper {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: #eceef1;
  padding: 2em;
}

#home-main-trending .trending-slider .slide .image-wrapper img {
  height: 12em;
  width: auto;
  margin: 0 auto;
}

#home-main-trending .trending-slider .slide p {
  margin: 0.5em 0 0;
  font-size: 1.2em;
  line-height: 1.2;
}

@media (min-width: 322px) {
  #home-main-trending .trending-slider .slide p {
    font-size: 1.15em;
  }
}

#home-main-trending .trending-slider .slide .product-name {
  max-width: 10em;
  text-transform: none;
}

#home-main-trending .trending-slider .slide .fake-cta {
  font-size: 0.9em;
  color: #dc4405;
}

@media (min-width: 322px) {
  #home-main-trending .slick-arrow::after {
    content: '';
    position: absolute;
    height: 7em;
    width: 7em;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    top: 35%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
}

@media (min-width: 322px) {
  #home-main-trending .slick-prev::after {
    left: 35%;
    background-image: url("../images/arrow-prev.png");
  }
}

@media (min-width: 322px) {
  #home-main-trending .slick-next::after {
    left: 65%;
    background-image: url("../images/arrow-next.png");
  }
}

/* END [ #home-main-trending ] */
#home-main-tiles {
  /* END [ .home-tile ] */
}

@media (min-width: 322px) {
  #home-main-tiles .home-tiles {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-top: 1em;
    -webkit-box-pack: space-evenly;
        -ms-flex-pack: space-evenly;
            justify-content: space-evenly;
  }
}

#home-main-tiles .home-tile {
  position: relative;
  padding: 0 .6em .6em;
}

@media (min-width: 322px) {
  #home-main-tiles .home-tile {
    padding: 0;
    width: 48.5%;
    margin: 0 0 1%;
  }
}

#home-main-tiles .home-tile * {
  -webkit-transition: all .3s;
  transition: all .3s;
}

#home-main-tiles .home-tile .home-tile-content {
  position: absolute;
  top: 6%;
  left: 8%;
  white-space: nowrap;
  text-align: left;
}

@media (min-width: 322px) {
  #home-main-tiles .home-tile .home-tile-content {
    left: 7%;
  }
}

#home-main-tiles .home-tile h2 {
  color: #fff;
  font-size: 4.5em;
  line-height: .9;
}

@media (min-width: 322px) {
  #home-main-tiles .home-tile h2 {
    font-size: 13.5em;
  }
}

#home-main-tiles .home-tile h3 {
  color: #fff;
  font-size: 1.9em;
  text-transform: uppercase;
  margin: -0.5em 0 .5em;
}

@media (min-width: 322px) {
  #home-main-tiles .home-tile h3 {
    font-size: 5.8em;
  }
}

#home-main-tiles .home-tile p {
  color: #fff;
  font-size: 1.2em;
  text-transform: none;
  line-height: 1.2;
}

@media (min-width: 322px) {
  #home-main-tiles .home-tile p {
    font-size: 3.5em;
  }
}

#home-main-tiles .home-tile .tile-heading-img {
  width: 80%;
  margin: auto;
}

#home-main-tiles .home-tile .actions {
  position: absolute;
  right: 7%;
  bottom: 7%;
}

@media (min-width: 322px) {
  #home-main-tiles .home-tile .actions {
    right: 6%;
    bottom: 6%;
  }
}

#home-main-tiles .home-tile.tile-dark h2, #home-main-tiles .home-tile.tile-dark h3, #home-main-tiles .home-tile.tile-dark p {
  color: #000000;
}

#home-main-tiles .home-tile.tile-center .home-tile-content {
  width: 100%;
  left: 0;
  top: 8%;
  text-align: center;
}

@media (min-width: 322px) {
  #home-main-tiles .home-tile.tile-right .home-tile-content {
    text-align: right;
    left: unset;
    right: 7%;
  }
}

/* END [ #home-main-tiles ] */
#home-main-ambassador .home-ambassador {
  background-color: #f1f1f2;
  padding: 2em .5em 4em;
}

@media (min-width: 322px) {
  #home-main-ambassador .home-ambassador {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 7em 7em 4em 7em;
    text-align: left;
  }
  #home-main-ambassador .home-ambassador .column:first-of-type {
    width: 33%;
  }
  #home-main-ambassador .home-ambassador .column:last-of-type {
    width: 65%;
  }
}

#home-main-ambassador h2 {
  font-size: 5em;
  line-height: .9;
}

@media (min-width: 322px) {
  #home-main-ambassador h2 {
    font-size: 12.5em;
  }
}

#home-main-ambassador p {
  font-size: 1.45em;
  line-height: 1.3;
  margin: .75em 0 1.75em;
}

@media (min-width: 322px) {
  #home-main-ambassador p {
    font-size: 3em;
    margin: .75em 0 0;
  }
}

#home-main-ambassador .ambassador-about {
  font-size: 1.25em;
  margin: 1em 0 0;
}

@media (min-width: 322px) {
  #home-main-ambassador .ambassador-about {
    font-size: 2.5em;
    margin-top: .5em;
  }
}

#home-main-ambassador .video-wrapper {
  position: relative;
}

#home-main-ambassador .video-wrapper:hover .play-button {
  opacity: .8;
  -webkit-transition: all .3s;
  transition: all .3s;
}

#home-main-ambassador .ambassador-overlay {
  position: absolute;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  left: 65%;
  top: 45%;
  width: 38%;
}

@media (min-width: 322px) {
  #home-main-ambassador .ambassador-overlay {
    top: 50%;
    width: 35%;
  }
}

#home-main-ambassador .ambassador-overlay .play-button {
  width: 45%;
  margin: 1em auto 0;
}

@media (min-width: 322px) {
  #home-main-ambassador .ambassador-overlay .play-button {
    margin-top: 5em;
  }
}

/* END [ #home-main-abassador ] */
#home-main-email {
  margin-top: 1em;
}

@media (min-width: 322px) {
  #home-main-email {
    margin-top: 7em;
  }
}

#home-main-email .home-email {
  background: #f08649;
  text-align: center;
  padding: 1.5em 1em;
}

@media (min-width: 322px) {
  #home-main-email .home-email {
    width: 98%;
    margin: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    text-align: left;
    padding: 3em 0;
  }
}

#home-main-email h2 {
  color: #fff;
  font-size: 2.4em;
  text-transform: uppercase;
  margin-bottom: .1em;
  letter-spacing: .05em;
}

@media (min-width: 322px) {
  #home-main-email h2 {
    font-size: 7.4em;
  }
}

#home-main-email h3 {
  color: #fff;
  font-size: 1.4em;
  margin-bottom: 1em;
  letter-spacing: .04em;
  text-transform: none;
}

@media (min-width: 322px) {
  #home-main-email h3 {
    font-size: 3em;
    line-height: 1.2;
    margin-bottom: 0;
  }
}

#home-main-email a {
  font-family: "GT-Pressura-Mono-Regular", Arial, "Helvetica Neue", Helvetica, sans-serif;
  color: #fff;
  display: inline-block;
  border-bottom: 1px solid #fff;
  letter-spacing: .07em;
  font-size: 1em;
  font-family: "GT-Pressura-Mono-Light";
  margin-top: .5em;
  text-transform: none;
}

@media (min-width: 322px) {
  #home-main-email a {
    margin-left: 1em;
    font-size: 2em;
  }
}

@media (min-width: 322px) {
  #home-main-email .copy-wrapper {
    width: 23%;
    margin-right: 4%;
  }
}

@media (min-width: 322px) {
  #home-main-email .email-wrapper {
    width: 40%;
  }
}

#home-main-email .email-signup-offer-wrap form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

#home-main-email #homepage-signup-offer-email {
  border: none;
  font-size: 1.4em;
  width: 84%;
  background: #ffffff;
  font-family: 'GT-Pressura-Mono-Regular';
  padding: 10px;
  line-height: 1;
  height: auto;
  color: #54585a;
}

@media (min-width: 322px) {
  #home-main-email #homepage-signup-offer-email {
    width: 91%;
    font-size: 2.8em;
  }
}

#home-main-email .email-signup-offer-wrap button {
  width: 16%;
  background-color: #54585a;
  color: #fff;
  font-size: 3em;
  padding: 0;
  position: relative;
  font-family: "GT-Pressura-Mono-Regular";
}

@media (min-width: 322px) {
  #home-main-email .email-signup-offer-wrap button {
    width: 10%;
    font-size: 5em;
  }
}

#home-main-email .email-signup-offer-wrap button::after {
  content: ">";
  position: absolute;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  top: 43%;
  left: 50%;
}

@media (min-width: 322px) {
  #home-main-email .email-signup-offer-wrap button::after {
    top: 39%;
  }
}

#home-main-email .email-signup-offer-wrap button.disabled {
  color: #757a7d;
}

#home-main-email .email-signup-offer-wrap button.loading::after {
  content: "";
}

#home-main-email .email-signup-offer-wrap button.loading {
  background-color: #54585a;
  background-image: url("../images/icon-waiting.gif");
  background-repeat: no-repeat;
  background-size: .5em;
  background-position: top .35em left .5em;
}

@media (min-width: 322px) {
  #home-main-email .email-signup-offer-wrap button.loading {
    background-size: .5em;
    background-position: top .4em left .55em;
  }
}

#home-main-email .email-offer-success-msg {
  color: #fff;
  font-size: 1.1em;
  margin-bottom: .75em;
}

@media (min-width: 322px) {
  #home-main-email .email-offer-success-msg {
    font-size: 2.5em;
    margin-top: .5em;
  }
}

#home-main-email .email-offer-applied-msg {
  font-size: 1.1em;
  color: #fff;
  border-color: #fff;
  width: 75%;
  padding: .25em 0;
  margin: auto;
}

@media (min-width: 322px) {
  #home-main-email .email-offer-applied-msg {
    font-size: 2.5em;
    width: 65%;
    margin: 0 0 .25em;
  }
}

#home-main-email .email-offer-applied-msg::before {
  width: .9em;
  height: .9em;
}

/* END [ #home-main-email ] */
#home-main-bottom {
  /* END [ .home-bottom-links ] */
}

#home-main-bottom .home-bottom {
  padding: 0;
}

#home-main-bottom h3 {
  font-size: 2.4em;
  color: #000000;
  border-bottom: 0.05em solid #dc4405;
  margin: 0 .25em .75em;
  line-height: 1.3;
  text-transform: none;
}

@media (min-width: 322px) {
  #home-main-bottom h3 {
    font-size: 4.8em;
    margin: .75em 1.75em;
  }
}

@media (min-width: 322px) {
  #home-main-bottom .home-bottom-links {
    max-width: 98%;
    margin: auto;
  }
}

#home-main-bottom .home-bottom-links ul {
  padding: 2em 2.5em 1em;
}

@media (min-width: 322px) {
  #home-main-bottom .home-bottom-links ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding: 4em 0 0;
  }
}

@media (min-width: 322px) {
  #home-main-bottom .home-bottom-links ul li {
    width: 23%;
  }
}

#home-main-bottom .home-bottom-links ul li a {
  background-color: #54585a;
  color: #fff;
  font-family: "GT-Pressura-Mono-Regular", Arial, "Helvetica Neue", Helvetica, sans-serif;
  font-size: 1.8em;
  padding: 1em 0;
  margin-bottom: .75em;
  -webkit-transition: all .25s;
  transition: all .25s;
  text-transform: none;
}

#home-main-bottom .home-bottom-links ul li a:hover {
  background-color: #dc4405;
}

@media (min-width: 322px) {
  #home-main-bottom .home-bottom-links ul li a {
    font-size: 3em;
    padding: .75em 0;
    margin-bottom: 0;
  }
}

/* END [ #home-main-bottom ] */
/*# sourceMappingURL=home-styles-20200608.css.map */