@charset "UTF-8";

/**
  * SET UP STYLESHEETS
  * --------------------------------------------------------
  * config: setting and variables
  * defaults: resets and base styles
  * hamburgers: hamburger menu library
  * helpers: mixins, functions, extends, and utility classes
  */

@font-face {
  font-family: "icomoon";
  src: url("/fonts/icomoon/icomoon.eot?loy1ix");
  src: url("/fonts/icomoon/icomoon.eot?loy1ix#iefix") format("embedded-opentype"), url("/fonts/icomoon/icomoon.ttf?loy1ix") format("truetype"), url("/fonts/icomoon/icomoon.woff?loy1ix") format("woff"), url("/fonts/icomoon/icomoon.svg?loy1ix#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}

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

.icon-check:before {
  content: "\E916";
}

.icon-compare:before {
  content: "\E917";
}

.icon-full-view:before {
  content: "\E918";
}

.icon-image:before {
  content: "\E91B";
}

.icon-pause:before {
  content: "\E91C";
}

.icon-reset:before {
  content: "\E91D";
}

.icon-search:before {
  content: "\E91E";
}

.icon-small-arrow:before {
  content: "\E91F";
}

.icon-tool-tip:before {
  content: "\E920";
}

.icon-video:before {
  content: "\E921";
}

.icon-chevron-left:before {
  content: "\E900";
}

.icon-chevron-down:before {
  content: "\E901";
}

.icon-chevron-right:before {
  content: "\E902";
}

.icon-chevron-up:before {
  content: "\E903";
}

.icon-star:before {
  content: "\E904";
}

.icon-profile:before {
  content: "\E905";
}

.icon-profile-logged-in:before {
  content: "\E905";
}

.icon-profile-logged-in:after {
  content: "\E901";
}

.icon-shopping-bag:before {
  content: "\E906";
}

.icon-phone:before {
  content: "\E907";
}

.icon-youtube:before {
  content: "\E908";
}

.icon-facebook:before {
  content: "\E909";
}

.icon-twitter:before {
  content: "\E90A";
}

.icon-pinterest:before {
  content: "\E90B";
}

.icon-linkedin:before {
  content: "\E90C";
}

.icon-instagram:before {
  content: "\E90D";
}

.icon-close:before {
  content: "\E90E";
}

.icon-rdi-logo-stacked:before {
  content: "\E90F";
}

.icon-rdi-logo:before {
  content: "\E910";
}

.icon-diamond:before {
  content: "\E911";
}

.icon-arrow-left:before {
  content: "\E912";
}

.icon-arrow-right:before {
  content: "\E913";
}

.icon-chat:before {
  content: "\E914";
}

.icon-contact:before {
  content: "\E915";
}

.icon-zoom-in:before {
  content: "\E919";
}

.icon-zoom-out:before {
  content: "\E91A";
}

.icon-create-account:before {
  content: "\E922";
}

progress,
sub,
sup {
  vertical-align: baseline;
}

button,
hr,
input {
  overflow: visible;
}

html {
  font-family: sans-serif;
  line-height: 1.15;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

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

audio,
canvas,
progress,
video {
  display: inline-block;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden],
template {
  display: none;
}

a {
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
}

a:active,
a:hover {
  outline-width: 0;
}

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

b,
strong {
  font-weight: bolder;
}

dfn {
  font-style: italic;
}

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

mark {
  background-color: #ff0;
  color: #000;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

img {
  border-style: none;
}

svg:not(:root) {
  overflow: hidden;
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

figure {
  margin: 1em 40px;
}

hr {
  box-sizing: content-box;
  height: 0;
}

button,
input,
optgroup,
select,
textarea {
  font: inherit;
  margin: 0;
}

optgroup {
  font-weight: 700;
}

button,
select {
  text-transform: none;
}

[type=submit],
[type=reset],
button,
[type=button] {
  -webkit-appearance: button;
}

[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner,
button::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring,
button:-moz-focusring {
  outline: ButtonText dotted 1px;
}

fieldset {
  border: 1px solid silver;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}

textarea {
  overflow: auto;
}

[type=checkbox],
[type=radio] {
  box-sizing: border-box;
  padding: 0;
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

[type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

[type=search]::-webkit-search-cancel-button,
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-input-placeholder {
  color: inherit;
  opacity: 0.54;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

* {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  box-sizing: border-box;
}

a {
  color: inherit;
  text-decoration: none;
  outline: none;
}

button,
[type=button] {
  -webkit-appearance: none;
  background: transparent;
  border: 0;
  color: inherit;
  line-height: 1;
  margin: 0;
  padding: 0;
}

img {
  outline: none;
  border: none;
}

h1,
h2,
h3,
h4,
h5,
h6,
h7,
h8,
h9,
p {
  margin: 0;
}

label,
input,
select,
textarea,
button,
fieldset {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 0;
  border: none;
  box-shadow: none;
  margin: 0;
  padding: 0;
}

ul,
ol,
dl {
  margin: 0;
  padding: 0;
}

/*!
 * Hamburgers
 * @description Tasty CSS-animated hamburgers
 * @author Jonathan Suh @jonsuh
 * @site https://jonsuh.com/hamburgers
 * @link https://github.com/jonsuh/hamburgers
 */

.hamburger {
  padding: 0px 0px;
  display: inline-block;
  cursor: pointer;
  transition-property: opacity, filter;
  transition-duration: 0s;
  transition-timing-function: linear;
  font: inherit;
  color: inherit;
  text-transform: none;
  background-color: transparent;
  border: 0;
  margin: 0;
  overflow: visible;
}

.hamburger:hover {
  opacity: 1;
}

.hamburger-box {
  width: 24px;
  height: 17px;
  display: inline-block;
  position: relative;
}

.hamburger-inner {
  display: block;
  top: 50%;
  margin-top: -1.5px;
}

.hamburger-inner,
.hamburger-inner::before,
.hamburger-inner::after {
  width: 24px;
  height: 3px;
  background-color: currentColor;
  border-radius: 0;
  position: absolute;
  transition-property: transform;
  transition-duration: 0.15s;
  transition-timing-function: ease;
}

.hamburger-inner::before,
.hamburger-inner::after {
  content: "";
  display: block;
}

.hamburger-inner::before {
  top: -7px;
}

.hamburger-inner::after {
  bottom: -7px;
}

/*
 * Arrow Turn
 */

.hamburger--arrowturn.is-active .hamburger-inner {
  transform: rotate(-180deg);
}

.hamburger--arrowturn.is-active .hamburger-inner::before {
  transform: translate3d(8px, 0, 0) rotate(45deg) scale(0.7, 1);
}

.hamburger--arrowturn.is-active .hamburger-inner::after {
  transform: translate3d(8px, 0, 0) rotate(-45deg) scale(0.7, 1);
}

/*
 * Arrow Turn Right
 */

.hamburger--arrowturn-r.is-active .hamburger-inner {
  transform: rotate(-180deg);
}

.hamburger--arrowturn-r.is-active .hamburger-inner::before {
  transform: translate3d(-8px, 0, 0) rotate(-45deg) scale(0.7, 1);
}

.hamburger--arrowturn-r.is-active .hamburger-inner::after {
  transform: translate3d(-8px, 0, 0) rotate(45deg) scale(0.7, 1);
}

/*
 * Squeeze
 */

.hamburger--squeeze .hamburger-inner {
  transition-duration: 0.075s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--squeeze .hamburger-inner::before {
  transition: top 0.075s 0.12s ease, opacity 0.075s ease;
}

.hamburger--squeeze .hamburger-inner::after {
  transition: bottom 0.075s 0.12s ease, transform 0.075s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--squeeze.is-active .hamburger-inner {
  transform: rotate(45deg);
  transition-delay: 0.12s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}

.hamburger--squeeze.is-active .hamburger-inner::before {
  top: 0;
  opacity: 0;
  transition: top 0.075s ease, opacity 0.075s 0.12s ease;
}

.hamburger--squeeze.is-active .hamburger-inner::after {
  bottom: 0;
  transform: rotate(-90deg);
  transition: bottom 0.075s ease, transform 0.075s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
}

@media screen and (min-width: 768px) {
  .hamburger {
    padding: 0px 0px;
    display: inline-block;
    cursor: pointer;
    transition-property: opacity, filter;
    transition-duration: 0s;
    transition-timing-function: linear;
    font: inherit;
    color: inherit;
    text-transform: none;
    background-color: transparent;
    border: 0;
    margin: 0;
    overflow: visible;
  }

  .hamburger:hover {
    opacity: 1;
  }

  .hamburger-box {
    width: 30px;
    height: 19px;
    display: inline-block;
    position: relative;
  }

  .hamburger-inner {
    display: block;
    top: 50%;
    margin-top: -1.5px;
  }

  .hamburger-inner,
  .hamburger-inner::before,
  .hamburger-inner::after {
    width: 30px;
    height: 3px;
    background-color: currentColor;
    border-radius: 0;
    position: absolute;
    transition-property: transform;
    transition-duration: 0.15s;
    transition-timing-function: ease;
  }

  .hamburger-inner::before,
  .hamburger-inner::after {
    content: "";
    display: block;
  }

  .hamburger-inner::before {
    top: -8px;
  }

  .hamburger-inner::after {
    bottom: -8px;
  }

  /*
   * Arrow Turn
   */

  .hamburger--arrowturn.is-active .hamburger-inner {
    transform: rotate(-180deg);
  }

  .hamburger--arrowturn.is-active .hamburger-inner::before {
    transform: translate3d(8px, 0, 0) rotate(45deg) scale(0.7, 1);
  }

  .hamburger--arrowturn.is-active .hamburger-inner::after {
    transform: translate3d(8px, 0, 0) rotate(-45deg) scale(0.7, 1);
  }

  /*
   * Arrow Turn Right
   */

  .hamburger--arrowturn-r.is-active .hamburger-inner {
    transform: rotate(-180deg);
  }

  .hamburger--arrowturn-r.is-active .hamburger-inner::before {
    transform: translate3d(-8px, 0, 0) rotate(-45deg) scale(0.7, 1);
  }

  .hamburger--arrowturn-r.is-active .hamburger-inner::after {
    transform: translate3d(-8px, 0, 0) rotate(45deg) scale(0.7, 1);
  }

  /*
   * Squeeze
   */

  .hamburger--squeeze .hamburger-inner {
    transition-duration: 0.075s;
    transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }

  .hamburger--squeeze .hamburger-inner::before {
    transition: top 0.075s 0.12s ease, opacity 0.075s ease;
  }

  .hamburger--squeeze .hamburger-inner::after {
    transition: bottom 0.075s 0.12s ease, transform 0.075s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }

  .hamburger--squeeze.is-active .hamburger-inner {
    transform: rotate(45deg);
    transition-delay: 0.12s;
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }

  .hamburger--squeeze.is-active .hamburger-inner::before {
    top: 0;
    opacity: 0;
    transition: top 0.075s ease, opacity 0.075s 0.12s ease;
  }

  .hamburger--squeeze.is-active .hamburger-inner::after {
    bottom: 0;
    transform: rotate(-90deg);
    transition: bottom 0.075s ease, transform 0.075s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
  }
}

.l-container {
  display: block;
  margin-left: auto;
  margin-right: auto;
  max-width: 1280px;
  min-width: 320px;
  padding-left: 20px;
  padding-right: 20px;
}

@media only screen and (min-width: 768px) {
  .l-container {
    padding-left: 40px;
    padding-right: 40px;
  }
}

@media only screen and (min-width: 1025px) {
  .l-container {
    padding-left: calc(50 / 1280 * 100%);
    padding-right: calc(50 / 1280 * 100%);
  }
}

@media only screen and (min-width: 1280px) {
  .l-container {
    padding-left: 50px;
    padding-right: 50px;
  }
}

.c-banner-product-search__container,
.l-container--large {
  max-width: 1600px;
  min-width: 320px;
}

@media only screen and (min-width: 1025px) {
  .c-banner-product-search__container,
  .l-container--large {
    padding-left: calc(5 / 1600 * 100%);
    padding-right: calc(5 / 1600 * 100%);
  }
}

@media only screen and (min-width: 1280px) {
  .c-banner-product-search__container,
  .l-container--large {
    padding-left: 50px;
    padding-right: 50px;
  }
}

.c-banner-social-callout__eyebrow,
.main-menu__blog__eyebrow {
  font-family: "Poppins", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 0.8571428571rem;
  letter-spacing: 2px;
  line-height: 1;
  text-transform: uppercase;
}

.blog-detail,
.c-carousel-product-detail__subtext,
.c-banner-two-column__body-copy,
.c-banner-list-details__info-copy,
.c-banner-image-list-callout__copy,
.c-banner-image-content-block__copy,
.c-banner-enroll__program-section__description,
.c-cardlist-listing__card-detail,
.c-cardlist-opposing__card__text,
body,
.u-typography--body {
  font-family: "Poppins", sans-serif;
  font-style: normal;
  font-weight: 300;
  font-size: 1rem;
  line-height: 28px;
}

@media only screen and (min-width: 768px) {
  .blog-detail,
  .c-carousel-product-detail__subtext,
  .c-banner-two-column__body-copy,
  .c-banner-list-details__info-copy,
  .c-banner-image-list-callout__copy,
  .c-banner-image-content-block__copy,
  .c-banner-enroll__program-section__description,
  .c-cardlist-listing__card-detail,
  .c-cardlist-opposing__card__text,
  body,
  .u-typography--body {
    font-size: 1.1428571429rem;
  }
}

@media only screen and (min-width: 768px) {
  .blog-detail,
  .c-carousel-product-detail__subtext,
  .c-banner-two-column__body-copy,
  .c-banner-list-details__info-copy,
  .c-banner-image-list-callout__copy,
  .c-banner-image-content-block__copy,
  .c-banner-enroll__program-section__description,
  .c-cardlist-listing__card-detail,
  .c-cardlist-opposing__card__text,
  body,
  .u-typography--body {
    line-height: 32px;
  }
}

.c-banner-image-featured__script-subtext,
.c-banner-enroll__cta-section__body-copy,
.main-menu__blog,
.menu--main-footer-children > .menu__item > .menu__anchor,
.menu--account > .menu__item > .menu__anchor,
.menu--main-desktop > .menu__item > .menu__anchor,
.c-card-overview__copy,
.c-cardlist-staggered__card-text,
.c-form-contact-us__address-group,
.c-form-contact-us__phone-line,
.u-typography--body-sm {
  font-family: "Poppins", sans-serif;
  font-style: normal;
  font-weight: 300;
  font-size: 1rem;
  line-height: 28px;
}

.c-modal-cart-prompt__item,
.c-banner-testimonial__copy,
.c-banner-summary__copy,
.c-banner-promo__text,
.c-banner-image-background-summary__copy,
.c-banner-dual-callout__copy,
.c-banner-breadcrumbs__page-tagline,
.main-menu__blog__heading,
.c-blog-post-preview__description,
.c-cardlist-advanced-listing__card-heading,
.c-cardlist-listing__card-title,
.c-cardlist-circle-image-condensed__banner-copy,
.c-form-contact-us__chat,
.c-form-contact-us__phone-heading,
.u-typography--body-lg {
  font-family: "Poppins", sans-serif;
  font-style: normal;
  font-weight: 300;
  font-size: 1.1428571429rem;
  line-height: 32px;
}

@media only screen and (min-width: 768px) {
  .c-modal-cart-prompt__item,
  .c-banner-testimonial__copy,
  .c-banner-summary__copy,
  .c-banner-promo__text,
  .c-banner-image-background-summary__copy,
  .c-banner-dual-callout__copy,
  .c-banner-breadcrumbs__page-tagline,
  .main-menu__blog__heading,
  .c-blog-post-preview__description,
  .c-cardlist-advanced-listing__card-heading,
  .c-cardlist-listing__card-title,
  .c-cardlist-circle-image-condensed__banner-copy,
  .c-form-contact-us__chat,
  .c-form-contact-us__phone-heading,
  .u-typography--body-lg {
    font-size: 1.2857142857rem;
  }
}

@media only screen and (min-width: 768px) {
  .c-modal-cart-prompt__item,
  .c-banner-testimonial__copy,
  .c-banner-summary__copy,
  .c-banner-promo__text,
  .c-banner-image-background-summary__copy,
  .c-banner-dual-callout__copy,
  .c-banner-breadcrumbs__page-tagline,
  .main-menu__blog__heading,
  .c-blog-post-preview__description,
  .c-cardlist-advanced-listing__card-heading,
  .c-cardlist-listing__card-title,
  .c-cardlist-circle-image-condensed__banner-copy,
  .c-form-contact-us__chat,
  .c-form-contact-us__phone-heading,
  .u-typography--body-lg {
    line-height: 36px;
  }
}

.c-banner-simple-page-heading__heading,
.c-banner-simple-image-heading__heading,
.c-banner-missing__content__heading-text,
.c-banner-mega-image-content__heading,
.c-banner-breadcrumbs__page-title,
.u-typography--h1 {
  font-family: "freight-big-pro", serif;
  font-style: normal;
  font-weight: 400;
  line-height: 1.2;
  font-size: 2.8571428571rem;
  line-height: 48px;
}

@media only screen and (min-width: 768px) {
  .c-banner-simple-page-heading__heading,
  .c-banner-simple-image-heading__heading,
  .c-banner-missing__content__heading-text,
  .c-banner-mega-image-content__heading,
  .c-banner-breadcrumbs__page-title,
  .u-typography--h1 {
    font-size: 4rem;
  }
}

@media only screen and (min-width: 768px) {
  .c-banner-simple-page-heading__heading,
  .c-banner-simple-image-heading__heading,
  .c-banner-missing__content__heading-text,
  .c-banner-mega-image-content__heading,
  .c-banner-breadcrumbs__page-title,
  .u-typography--h1 {
    line-height: 68px;
  }
}

.job-detail-container h1,
.c-banner-two-cards__heading,
.c-banner-social-callout__headline,
.c-banner-simple-cta__heading,
.c-banner-promo__heading,
.c-banner-product-search__headline,
.c-banner-paragraph-intro__heading,
.c-banner-paragraph-callout__button,
.c-banner-image-background-callout__heading,
.c-banner-enroll__program-section__title,
.c-blog-banner-cta__heading,
.c-cardlist-advanced-listing__heading,
.u-typography--h2 {
  font-family: "freight-big-pro", serif;
  font-style: normal;
  font-weight: 400;
  line-height: 1.2;
  font-size: 2.5714285714rem;
  line-height: 44px;
}

@media only screen and (min-width: 768px) {
  .job-detail-container h1,
  .c-banner-two-cards__heading,
  .c-banner-social-callout__headline,
  .c-banner-simple-cta__heading,
  .c-banner-promo__heading,
  .c-banner-product-search__headline,
  .c-banner-paragraph-intro__heading,
  .c-banner-paragraph-callout__button,
  .c-banner-image-background-callout__heading,
  .c-banner-enroll__program-section__title,
  .c-blog-banner-cta__heading,
  .c-cardlist-advanced-listing__heading,
  .u-typography--h2 {
    font-size: 3.4285714286rem;
  }
}

@media only screen and (min-width: 768px) {
  .job-detail-container h1,
  .c-banner-two-cards__heading,
  .c-banner-social-callout__headline,
  .c-banner-simple-cta__heading,
  .c-banner-promo__heading,
  .c-banner-product-search__headline,
  .c-banner-paragraph-intro__heading,
  .c-banner-paragraph-callout__button,
  .c-banner-image-background-callout__heading,
  .c-banner-enroll__program-section__title,
  .c-blog-banner-cta__heading,
  .c-cardlist-advanced-listing__heading,
  .u-typography--h2 {
    line-height: 52px;
  }
}

.blog-detail .cms-post-content .quote-callout,
.c-modal-diamond-preview__copy-title,
.c-carousel-linear-gallery__heading,
.c-carousel-product-detail__title,
.c-banner-two-column__title,
.c-banner-section-heading__header,
.c-banner-image-right-knockout__heading,
.c-banner-image-content-shadow__heading,
.c-banner-image-content-knockout__heading,
.c-banner-image-content-block__heading,
.c-banner-benefits-overview__title,
.c-blog-post-preview__title,
.c-blog-featured-post__content__title,
.c-card-overview__heading,
.c-cardlist-opposing__heading,
.c-cardlist-staggered__heading,
.u-typography--h3 {
  font-family: "freight-big-pro", serif;
  font-style: normal;
  font-weight: 400;
  line-height: 1.2;
  font-size: 2.4285714286rem;
  line-height: 42px;
}

@media only screen and (min-width: 768px) {
  .blog-detail .cms-post-content .quote-callout,
  .c-modal-diamond-preview__copy-title,
  .c-carousel-linear-gallery__heading,
  .c-carousel-product-detail__title,
  .c-banner-two-column__title,
  .c-banner-section-heading__header,
  .c-banner-image-right-knockout__heading,
  .c-banner-image-content-shadow__heading,
  .c-banner-image-content-knockout__heading,
  .c-banner-image-content-block__heading,
  .c-banner-benefits-overview__title,
  .c-blog-post-preview__title,
  .c-blog-featured-post__content__title,
  .c-card-overview__heading,
  .c-cardlist-opposing__heading,
  .c-cardlist-staggered__heading,
  .u-typography--h3 {
    font-size: 3rem;
  }
}

@media only screen and (min-width: 768px) {
  .blog-detail .cms-post-content .quote-callout,
  .c-modal-diamond-preview__copy-title,
  .c-carousel-linear-gallery__heading,
  .c-carousel-product-detail__title,
  .c-banner-two-column__title,
  .c-banner-section-heading__header,
  .c-banner-image-right-knockout__heading,
  .c-banner-image-content-shadow__heading,
  .c-banner-image-content-knockout__heading,
  .c-banner-image-content-block__heading,
  .c-banner-benefits-overview__title,
  .c-blog-post-preview__title,
  .c-blog-featured-post__content__title,
  .c-card-overview__heading,
  .c-cardlist-opposing__heading,
  .c-cardlist-staggered__heading,
  .u-typography--h3 {
    line-height: 52px;
  }
}

.u-typography--h4 {
  font-family: "freight-big-pro", serif;
  font-style: normal;
  font-weight: 400;
  line-height: 1.2;
  font-size: 1.5rem;
}

.u-typography--h5 {
  font-family: "freight-big-pro", serif;
  font-style: normal;
  font-weight: 400;
  line-height: 1.2;
  font-size: 1.25rem;
}

.u-typography--h6 {
  font-family: "freight-big-pro", serif;
  font-style: normal;
  font-weight: 400;
  line-height: 1.2;
  font-size: 1rem;
}

.c-social-share__headline,
.c-carousel-product-detail__contact-title,
.c-carousel-products__eyebrow,
.c-banner-two-column__subtitle,
.c-banner-two-cards__secondary__script,
.c-banner-thank-you__content__heading-text,
.c-banner-testimonial__signature,
.c-banner-simple-page-heading__eyebrow,
.c-banner-simple-image-heading__eyebrow,
.c-banner-product-search__subheadline,
.c-banner-mega-image-content__subheading,
.c-banner-image-callout__top-subheadline,
.c-blog-featured-post__content__featured-script,
.c-cardlist-staggered__script,
.u-typography--script {
  font-family: "beyond_infinityregular";
  font-style: normal;
  font-weight: 400;
  font-size: 2.5714285714rem;
  line-height: 1;
}

@media only screen and (min-width: 768px) {
  .c-social-share__headline,
  .c-carousel-product-detail__contact-title,
  .c-carousel-products__eyebrow,
  .c-banner-two-column__subtitle,
  .c-banner-two-cards__secondary__script,
  .c-banner-thank-you__content__heading-text,
  .c-banner-testimonial__signature,
  .c-banner-simple-page-heading__eyebrow,
  .c-banner-simple-image-heading__eyebrow,
  .c-banner-product-search__subheadline,
  .c-banner-mega-image-content__subheading,
  .c-banner-image-callout__top-subheadline,
  .c-blog-featured-post__content__featured-script,
  .c-cardlist-staggered__script,
  .u-typography--script {
    font-size: 3rem;
  }
}

.client-tools-detail .conclusion-banner__copy__script,
.c-banner-two-cards--list-heading .c-banner-two-cards__secondary__heading,
.c-banner-dual-callout__subtitle,
.c-banner-big-bottom-image__bottom-text,
.c-cardlist-opposing__script {
  font-family: "beyond_infinityregular";
  font-style: normal;
  font-weight: 400;
  font-size: 3.4285714286rem;
  line-height: 1;
}

@media only screen and (min-width: 768px) {
  .client-tools-detail .conclusion-banner__copy__script,
  .c-banner-two-cards--list-heading .c-banner-two-cards__secondary__heading,
  .c-banner-dual-callout__subtitle,
  .c-banner-big-bottom-image__bottom-text,
  .c-cardlist-opposing__script {
    font-size: 4.8571428571rem;
  }
}

.c-carousel-linear-gallery__eyebrow,
.c-banner-two-cards--list-heading .c-banner-two-cards__heading,
.c-banner-two-cards--image .c-banner-two-cards__heading,
.c-banner-staggered__heading,
.c-banner-promo__script,
.c-banner-mega-image-content--no-icon .c-banner-mega-image-content__script,
.c-banner-mega-image-content--no-cta .c-banner-mega-image-content__script,
.c-banner-image-list-callout__heading,
.c-banner-image-featured__script-text,
.c-banner-image-right-knockout__script,
.c-banner-image-content-shadow__subheading,
.c-banner-image-content-knockout__script,
.c-banner-image-callout__heading,
.c-banner-benefits-overview__script,
.c-blog-post-preview__script,
.c-cardlist-opposing__card__script,
.u-typography--script-large {
  font-family: "beyond_infinityregular";
  font-style: normal;
  font-weight: 400;
  font-size: 7.1428571429rem;
  line-height: 1;
}

@media only screen and (min-width: 768px) {
  .c-carousel-linear-gallery__eyebrow,
  .c-banner-two-cards--list-heading .c-banner-two-cards__heading,
  .c-banner-two-cards--image .c-banner-two-cards__heading,
  .c-banner-staggered__heading,
  .c-banner-promo__script,
  .c-banner-mega-image-content--no-icon .c-banner-mega-image-content__script,
  .c-banner-mega-image-content--no-cta .c-banner-mega-image-content__script,
  .c-banner-image-list-callout__heading,
  .c-banner-image-featured__script-text,
  .c-banner-image-right-knockout__script,
  .c-banner-image-content-shadow__subheading,
  .c-banner-image-content-knockout__script,
  .c-banner-image-callout__heading,
  .c-banner-benefits-overview__script,
  .c-blog-post-preview__script,
  .c-cardlist-opposing__card__script,
  .u-typography--script-large {
    font-size: 10.7142857143rem;
  }
}

@media only screen and (min-width: 768px) {
  .c-carousel-linear-gallery__eyebrow,
  .c-banner-two-cards--list-heading .c-banner-two-cards__heading,
  .c-banner-two-cards--image .c-banner-two-cards__heading,
  .c-banner-staggered__heading,
  .c-banner-promo__script,
  .c-banner-mega-image-content--no-icon .c-banner-mega-image-content__script,
  .c-banner-mega-image-content--no-cta .c-banner-mega-image-content__script,
  .c-banner-image-list-callout__heading,
  .c-banner-image-featured__script-text,
  .c-banner-image-right-knockout__script,
  .c-banner-image-content-shadow__subheading,
  .c-banner-image-content-knockout__script,
  .c-banner-image-callout__heading,
  .c-banner-benefits-overview__script,
  .c-blog-post-preview__script,
  .c-cardlist-opposing__card__script,
  .u-typography--script-large {
    line-height: 181px;
  }
}

.job-detail-container h2,
.c-banner-two-column__headline,
.c-banner-two-cards__list-item,
.c-banner-thank-you__content__heading-message,
.c-banner-staggered__subheading,
.c-banner-simple-page-heading__sub-heading,
.c-banner-section-heading__subheader,
.c-banner-paragraph-callout__subheading,
.c-banner-missing__content__heading-message,
.c-banner-list-details__info-title,
.c-banner-image-list-callout__subheading,
.c-banner-image-content-block__subheading,
.c-banner-image-callout__subheading,
.c-banner-enroll__cta-section__subheadline-copy,
.c-banner-enroll__program-section__heading,
.c-banner-benefits-overview--small-header .c-banner-benefits-overview__title,
.c-banner-benefits-overview__tagline,
.c-blog-card-small__title,
.c-card-media-link__title,
.c-card-media-video__title,
.c-card-media-download__title,
.c-cardlist-opposing__card__heading,
.c-cardlist-circle-image-condensed__card-heading,
.c-cardlist-circle-image__card-heading,
.c-cardlist-staggered__card-heading,
.c-cardlist-benefits__item-title,
.c-form-contact-us__form__heading-text,
.u-typography--subheadline {
  font-family: "Poppins", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 1.2857142857rem;
  letter-spacing: 0.5px;
  line-height: 26px;
}

@media only screen and (min-width: 768px) {
  .job-detail-container h2,
  .c-banner-two-column__headline,
  .c-banner-two-cards__list-item,
  .c-banner-thank-you__content__heading-message,
  .c-banner-staggered__subheading,
  .c-banner-simple-page-heading__sub-heading,
  .c-banner-section-heading__subheader,
  .c-banner-paragraph-callout__subheading,
  .c-banner-missing__content__heading-message,
  .c-banner-list-details__info-title,
  .c-banner-image-list-callout__subheading,
  .c-banner-image-content-block__subheading,
  .c-banner-image-callout__subheading,
  .c-banner-enroll__cta-section__subheadline-copy,
  .c-banner-enroll__program-section__heading,
  .c-banner-benefits-overview--small-header .c-banner-benefits-overview__title,
  .c-banner-benefits-overview__tagline,
  .c-blog-card-small__title,
  .c-card-media-link__title,
  .c-card-media-video__title,
  .c-card-media-download__title,
  .c-cardlist-opposing__card__heading,
  .c-cardlist-circle-image-condensed__card-heading,
  .c-cardlist-circle-image__card-heading,
  .c-cardlist-staggered__card-heading,
  .c-cardlist-benefits__item-title,
  .c-form-contact-us__form__heading-text,
  .u-typography--subheadline {
    font-size: 1.5rem;
  }
}

@media only screen and (min-width: 768px) {
  .job-detail-container h2,
  .c-banner-two-column__headline,
  .c-banner-two-cards__list-item,
  .c-banner-thank-you__content__heading-message,
  .c-banner-staggered__subheading,
  .c-banner-simple-page-heading__sub-heading,
  .c-banner-section-heading__subheader,
  .c-banner-paragraph-callout__subheading,
  .c-banner-missing__content__heading-message,
  .c-banner-list-details__info-title,
  .c-banner-image-list-callout__subheading,
  .c-banner-image-content-block__subheading,
  .c-banner-image-callout__subheading,
  .c-banner-enroll__cta-section__subheadline-copy,
  .c-banner-enroll__program-section__heading,
  .c-banner-benefits-overview--small-header .c-banner-benefits-overview__title,
  .c-banner-benefits-overview__tagline,
  .c-blog-card-small__title,
  .c-card-media-link__title,
  .c-card-media-video__title,
  .c-card-media-download__title,
  .c-cardlist-opposing__card__heading,
  .c-cardlist-circle-image-condensed__card-heading,
  .c-cardlist-circle-image__card-heading,
  .c-cardlist-staggered__card-heading,
  .c-cardlist-benefits__item-title,
  .c-form-contact-us__form__heading-text,
  .u-typography--subheadline {
    line-height: 32px;
  }
}

.client-tools-detail .conclusion-banner__copy__eyebrow,
.c-carousel-products__title,
.c-banner-testimonial__title,
.c-banner-summary__heading,
.c-banner-image-background-summary__heading,
.c-banner-enroll__cta-section__phone-number,
.c-blog-featured-post__content__category,
.c-card-media-link__category,
.c-card-media-video__category,
.c-card-media-download__category,
.c-card-overview__subheading,
.c-cardlist-opposing__eyebrow,
.c-cardlist-circle-image-condensed__banner-heading,
.u-typography--subheadline-cap {
  font-family: "Poppins", sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 1.1428571429rem;
  letter-spacing: 8px;
  line-height: 21px;
  text-transform: uppercase;
}

@media only screen and (min-width: 768px) {
  .client-tools-detail .conclusion-banner__copy__eyebrow,
  .c-carousel-products__title,
  .c-banner-testimonial__title,
  .c-banner-summary__heading,
  .c-banner-image-background-summary__heading,
  .c-banner-enroll__cta-section__phone-number,
  .c-blog-featured-post__content__category,
  .c-card-media-link__category,
  .c-card-media-video__category,
  .c-card-media-download__category,
  .c-card-overview__subheading,
  .c-cardlist-opposing__eyebrow,
  .c-cardlist-circle-image-condensed__banner-heading,
  .u-typography--subheadline-cap {
    font-size: 1.5rem;
  }
}

@media only screen and (min-width: 768px) {
  .client-tools-detail .conclusion-banner__copy__eyebrow,
  .c-carousel-products__title,
  .c-banner-testimonial__title,
  .c-banner-summary__heading,
  .c-banner-image-background-summary__heading,
  .c-banner-enroll__cta-section__phone-number,
  .c-blog-featured-post__content__category,
  .c-card-media-link__category,
  .c-card-media-video__category,
  .c-card-media-download__category,
  .c-card-overview__subheading,
  .c-cardlist-opposing__eyebrow,
  .c-cardlist-circle-image-condensed__banner-heading,
  .u-typography--subheadline-cap {
    letter-spacing: 10px;
  }
}

.blog-detail .cms-post-content ol,
.c-banner-benefits-overview__copy ol,
.u-typography--cms ol,
.blog-detail .cms-post-content ul,
.c-banner-benefits-overview__copy ul,
.u-typography--cms ul {
  list-style: none;
  padding-left: 10px;
}

@media only screen and (min-width: 768px) {
  .blog-detail .cms-post-content ol,
  .c-banner-benefits-overview__copy ol,
  .u-typography--cms ol,
  .blog-detail .cms-post-content ul,
  .c-banner-benefits-overview__copy ul,
  .u-typography--cms ul {
    padding-left: 15px;
  }
}

@media only screen and (min-width: 1025px) {
  .blog-detail .cms-post-content ol,
  .c-banner-benefits-overview__copy ol,
  .u-typography--cms ol,
  .blog-detail .cms-post-content ul,
  .c-banner-benefits-overview__copy ul,
  .u-typography--cms ul {
    padding-left: 30px;
  }
}

.blog-detail .cms-post-content ol,
.c-banner-benefits-overview__copy ol,
.u-typography--cms ol {
  counter-reset: count;
}

.blog-detail .cms-post-content ol li,
.c-banner-benefits-overview__copy ol li,
.u-typography--cms ol li {
  counter-increment: count;
}

.blog-detail .cms-post-content ol li::before,
.c-banner-benefits-overview__copy ol li::before,
.u-typography--cms ol li::before {
  font-family: "Poppins", sans-serif;
  font-style: normal;
  font-weight: 600;
  color: #7c99a1;
  content: counter(count) ".";
  padding-right: 12px;
  text-align: right;
}

.blog-detail .cms-post-content ul,
.c-banner-benefits-overview__copy ul,
.u-typography--cms ul {
  margin-left: 18px;
}

.blog-detail .cms-post-content ul li,
.c-banner-benefits-overview__copy ul li,
.u-typography--cms ul li {
  position: relative;
}

.blog-detail .cms-post-content ul li:before,
.c-banner-benefits-overview__copy ul li:before,
.u-typography--cms ul li:before {
  content: "";
  display: block;
  position: absolute;
  pointer-events: none;
  height: 4px;
  background-color: #15262e;
  border-radius: 100%;
  left: -16px;
  top: 14px;
  width: 4px;
}

@media only screen and (min-width: 768px) {
  .blog-detail .cms-post-content ul li:before,
  .c-banner-benefits-overview__copy ul li:before,
  .u-typography--cms ul li:before {
    top: 16px;
  }
}

@media only screen and (min-width: 768px) {
  .blog-detail .cms-post-content ul li,
  .c-banner-benefits-overview__copy ul li,
  .u-typography--cms ul li {
    padding-bottom: 10px;
  }

  .blog-detail .cms-post-content ul li:last-child,
  .c-banner-benefits-overview__copy ul li:last-child,
  .u-typography--cms ul li:last-child {
    padding-bottom: 0;
  }
}

.l-flex-row,
.c-form-group-container {
  align-items: flex-start;
  display: flex;
  flex: 0 1 auto;
  flex-direction: row;
  flex-wrap: wrap;
  margin-left: -10px;
  margin-right: -10px;
  min-width: 320px;
}

.l-flex-row--reverse {
  flex-direction: row-reverse;
}

[class*=l-flex-col] {
  flex-direction: column;
  flex: 0 1 auto;
  padding: 0 10px 20px;
}

.l-flex-col {
  flex: 1;
}

@media only screen and (min-width: 320px) {
  .l-flex-col-xs {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }

  .l-flex-col-xs-1 {
    flex-basis: 8.3333333333%;
    max-width: 8.3333333333%;
  }

  .l-flex-col-xs-offset-1 {
    margin-left: 8.3333333333%;
  }

  .l-flex-col-xs-2 {
    flex-basis: 16.6666666667%;
    max-width: 16.6666666667%;
  }

  .l-flex-col-xs-offset-2 {
    margin-left: 16.6666666667%;
  }

  .l-flex-col-xs-3 {
    flex-basis: 25%;
    max-width: 25%;
  }

  .l-flex-col-xs-offset-3 {
    margin-left: 25%;
  }

  .l-flex-col-xs-4 {
    flex-basis: 33.3333333333%;
    max-width: 33.3333333333%;
  }

  .l-flex-col-xs-offset-4 {
    margin-left: 33.3333333333%;
  }

  .l-flex-col-xs-5 {
    flex-basis: 41.6666666667%;
    max-width: 41.6666666667%;
  }

  .l-flex-col-xs-offset-5 {
    margin-left: 41.6666666667%;
  }

  .l-flex-col-xs-6 {
    flex-basis: 50%;
    max-width: 50%;
  }

  .l-flex-col-xs-offset-6 {
    margin-left: 50%;
  }

  .l-flex-col-xs-7 {
    flex-basis: 58.3333333333%;
    max-width: 58.3333333333%;
  }

  .l-flex-col-xs-offset-7 {
    margin-left: 58.3333333333%;
  }

  .l-flex-col-xs-8 {
    flex-basis: 66.6666666667%;
    max-width: 66.6666666667%;
  }

  .l-flex-col-xs-offset-8 {
    margin-left: 66.6666666667%;
  }

  .l-flex-col-xs-9 {
    flex-basis: 75%;
    max-width: 75%;
  }

  .l-flex-col-xs-offset-9 {
    margin-left: 75%;
  }

  .l-flex-col-xs-10 {
    flex-basis: 83.3333333333%;
    max-width: 83.3333333333%;
  }

  .l-flex-col-xs-offset-10 {
    margin-left: 83.3333333333%;
  }

  .l-flex-col-xs-11 {
    flex-basis: 91.6666666667%;
    max-width: 91.6666666667%;
  }

  .l-flex-col-xs-offset-11 {
    margin-left: 91.6666666667%;
  }

  .l-flex-col-xs-12 {
    flex-basis: 100%;
    max-width: 100%;
  }

  .l-flex-col-xs-offset-12 {
    margin-left: 100%;
  }

  /*
  .l-flex {

    &-start-xs {
      @include flex-row-alignment-horizontal(start);
    }

    &-center-xs {
      @include flex-row-alignment-horizontal(center);
    }

    &-end-xs {
      @include flex-row-alignment-horizontal(end);
    }

    &-top-xs {
      @include flex-row-alignment-vertical(top);
    }

    &-middle-xs {
      @include flex-row-alignment-vertical(middle);
    }

    &-bottom-xs {
      @include flex-row-alignment-vertical(bottom);
    }

    &-stretch-xs {
      @include flex-row-alignment-vertical(stretch);
    }

    &-around-xs {
      @include flex-row-spacing(space-around);
    }

    &-between-xs {
      @include flex-row-spacing(space-between);
    }

    &-first-xs {
      @include flex-column-order(first);
    }

    &-last-xs {
      @include flex-column-order(last);
    }

  }
  */
}

@media only screen and (min-width: 375px) {
  .l-flex-col-site-min {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }

  .l-flex-col-site-min-1 {
    flex-basis: 8.3333333333%;
    max-width: 8.3333333333%;
  }

  .l-flex-col-site-min-offset-1 {
    margin-left: 8.3333333333%;
  }

  .l-flex-col-site-min-2 {
    flex-basis: 16.6666666667%;
    max-width: 16.6666666667%;
  }

  .l-flex-col-site-min-offset-2 {
    margin-left: 16.6666666667%;
  }

  .l-flex-col-site-min-3 {
    flex-basis: 25%;
    max-width: 25%;
  }

  .l-flex-col-site-min-offset-3 {
    margin-left: 25%;
  }

  .l-flex-col-site-min-4 {
    flex-basis: 33.3333333333%;
    max-width: 33.3333333333%;
  }

  .l-flex-col-site-min-offset-4 {
    margin-left: 33.3333333333%;
  }

  .l-flex-col-site-min-5 {
    flex-basis: 41.6666666667%;
    max-width: 41.6666666667%;
  }

  .l-flex-col-site-min-offset-5 {
    margin-left: 41.6666666667%;
  }

  .l-flex-col-site-min-6 {
    flex-basis: 50%;
    max-width: 50%;
  }

  .l-flex-col-site-min-offset-6 {
    margin-left: 50%;
  }

  .l-flex-col-site-min-7 {
    flex-basis: 58.3333333333%;
    max-width: 58.3333333333%;
  }

  .l-flex-col-site-min-offset-7 {
    margin-left: 58.3333333333%;
  }

  .l-flex-col-site-min-8 {
    flex-basis: 66.6666666667%;
    max-width: 66.6666666667%;
  }

  .l-flex-col-site-min-offset-8 {
    margin-left: 66.6666666667%;
  }

  .l-flex-col-site-min-9 {
    flex-basis: 75%;
    max-width: 75%;
  }

  .l-flex-col-site-min-offset-9 {
    margin-left: 75%;
  }

  .l-flex-col-site-min-10 {
    flex-basis: 83.3333333333%;
    max-width: 83.3333333333%;
  }

  .l-flex-col-site-min-offset-10 {
    margin-left: 83.3333333333%;
  }

  .l-flex-col-site-min-11 {
    flex-basis: 91.6666666667%;
    max-width: 91.6666666667%;
  }

  .l-flex-col-site-min-offset-11 {
    margin-left: 91.6666666667%;
  }

  .l-flex-col-site-min-12 {
    flex-basis: 100%;
    max-width: 100%;
  }

  .l-flex-col-site-min-offset-12 {
    margin-left: 100%;
  }

  /*
  .l-flex {

    &-start-site-min {
      @include flex-row-alignment-horizontal(start);
    }

    &-center-site-min {
      @include flex-row-alignment-horizontal(center);
    }

    &-end-site-min {
      @include flex-row-alignment-horizontal(end);
    }

    &-top-site-min {
      @include flex-row-alignment-vertical(top);
    }

    &-middle-site-min {
      @include flex-row-alignment-vertical(middle);
    }

    &-bottom-site-min {
      @include flex-row-alignment-vertical(bottom);
    }

    &-stretch-site-min {
      @include flex-row-alignment-vertical(stretch);
    }

    &-around-site-min {
      @include flex-row-spacing(space-around);
    }

    &-between-site-min {
      @include flex-row-spacing(space-between);
    }

    &-first-site-min {
      @include flex-column-order(first);
    }

    &-last-site-min {
      @include flex-column-order(last);
    }

  }
  */
}

@media only screen and (min-width: 600px) {
  .l-flex-col-sm {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }

  .l-flex-col-sm-1 {
    flex-basis: 8.3333333333%;
    max-width: 8.3333333333%;
  }

  .l-flex-col-sm-offset-1 {
    margin-left: 8.3333333333%;
  }

  .l-flex-col-sm-2 {
    flex-basis: 16.6666666667%;
    max-width: 16.6666666667%;
  }

  .l-flex-col-sm-offset-2 {
    margin-left: 16.6666666667%;
  }

  .l-flex-col-sm-3 {
    flex-basis: 25%;
    max-width: 25%;
  }

  .l-flex-col-sm-offset-3 {
    margin-left: 25%;
  }

  .l-flex-col-sm-4 {
    flex-basis: 33.3333333333%;
    max-width: 33.3333333333%;
  }

  .l-flex-col-sm-offset-4 {
    margin-left: 33.3333333333%;
  }

  .l-flex-col-sm-5 {
    flex-basis: 41.6666666667%;
    max-width: 41.6666666667%;
  }

  .l-flex-col-sm-offset-5 {
    margin-left: 41.6666666667%;
  }

  .l-flex-col-sm-6 {
    flex-basis: 50%;
    max-width: 50%;
  }

  .l-flex-col-sm-offset-6 {
    margin-left: 50%;
  }

  .l-flex-col-sm-7 {
    flex-basis: 58.3333333333%;
    max-width: 58.3333333333%;
  }

  .l-flex-col-sm-offset-7 {
    margin-left: 58.3333333333%;
  }

  .l-flex-col-sm-8 {
    flex-basis: 66.6666666667%;
    max-width: 66.6666666667%;
  }

  .l-flex-col-sm-offset-8 {
    margin-left: 66.6666666667%;
  }

  .l-flex-col-sm-9 {
    flex-basis: 75%;
    max-width: 75%;
  }

  .l-flex-col-sm-offset-9 {
    margin-left: 75%;
  }

  .l-flex-col-sm-10 {
    flex-basis: 83.3333333333%;
    max-width: 83.3333333333%;
  }

  .l-flex-col-sm-offset-10 {
    margin-left: 83.3333333333%;
  }

  .l-flex-col-sm-11 {
    flex-basis: 91.6666666667%;
    max-width: 91.6666666667%;
  }

  .l-flex-col-sm-offset-11 {
    margin-left: 91.6666666667%;
  }

  .l-flex-col-sm-12 {
    flex-basis: 100%;
    max-width: 100%;
  }

  .l-flex-col-sm-offset-12 {
    margin-left: 100%;
  }

  /*
  .l-flex {

    &-start-sm {
      @include flex-row-alignment-horizontal(start);
    }

    &-center-sm {
      @include flex-row-alignment-horizontal(center);
    }

    &-end-sm {
      @include flex-row-alignment-horizontal(end);
    }

    &-top-sm {
      @include flex-row-alignment-vertical(top);
    }

    &-middle-sm {
      @include flex-row-alignment-vertical(middle);
    }

    &-bottom-sm {
      @include flex-row-alignment-vertical(bottom);
    }

    &-stretch-sm {
      @include flex-row-alignment-vertical(stretch);
    }

    &-around-sm {
      @include flex-row-spacing(space-around);
    }

    &-between-sm {
      @include flex-row-spacing(space-between);
    }

    &-first-sm {
      @include flex-column-order(first);
    }

    &-last-sm {
      @include flex-column-order(last);
    }

  }
  */
}

@media only screen and (min-width: 768px) {
  .l-flex-col-md {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }

  .l-flex-col-md-1 {
    flex-basis: 8.3333333333%;
    max-width: 8.3333333333%;
  }

  .l-flex-col-md-offset-1 {
    margin-left: 8.3333333333%;
  }

  .l-flex-col-md-2 {
    flex-basis: 16.6666666667%;
    max-width: 16.6666666667%;
  }

  .l-flex-col-md-offset-2 {
    margin-left: 16.6666666667%;
  }

  .l-flex-col-md-3 {
    flex-basis: 25%;
    max-width: 25%;
  }

  .l-flex-col-md-offset-3 {
    margin-left: 25%;
  }

  .l-flex-col-md-4 {
    flex-basis: 33.3333333333%;
    max-width: 33.3333333333%;
  }

  .l-flex-col-md-offset-4 {
    margin-left: 33.3333333333%;
  }

  .l-flex-col-md-5 {
    flex-basis: 41.6666666667%;
    max-width: 41.6666666667%;
  }

  .l-flex-col-md-offset-5 {
    margin-left: 41.6666666667%;
  }

  .l-flex-col-md-6 {
    flex-basis: 50%;
    max-width: 50%;
  }

  .l-flex-col-md-offset-6 {
    margin-left: 50%;
  }

  .l-flex-col-md-7 {
    flex-basis: 58.3333333333%;
    max-width: 58.3333333333%;
  }

  .l-flex-col-md-offset-7 {
    margin-left: 58.3333333333%;
  }

  .l-flex-col-md-8 {
    flex-basis: 66.6666666667%;
    max-width: 66.6666666667%;
  }

  .l-flex-col-md-offset-8 {
    margin-left: 66.6666666667%;
  }

  .l-flex-col-md-9 {
    flex-basis: 75%;
    max-width: 75%;
  }

  .l-flex-col-md-offset-9 {
    margin-left: 75%;
  }

  .l-flex-col-md-10 {
    flex-basis: 83.3333333333%;
    max-width: 83.3333333333%;
  }

  .l-flex-col-md-offset-10 {
    margin-left: 83.3333333333%;
  }

  .l-flex-col-md-11 {
    flex-basis: 91.6666666667%;
    max-width: 91.6666666667%;
  }

  .l-flex-col-md-offset-11 {
    margin-left: 91.6666666667%;
  }

  .l-flex-col-md-12 {
    flex-basis: 100%;
    max-width: 100%;
  }

  .l-flex-col-md-offset-12 {
    margin-left: 100%;
  }

  /*
  .l-flex {

    &-start-md {
      @include flex-row-alignment-horizontal(start);
    }

    &-center-md {
      @include flex-row-alignment-horizontal(center);
    }

    &-end-md {
      @include flex-row-alignment-horizontal(end);
    }

    &-top-md {
      @include flex-row-alignment-vertical(top);
    }

    &-middle-md {
      @include flex-row-alignment-vertical(middle);
    }

    &-bottom-md {
      @include flex-row-alignment-vertical(bottom);
    }

    &-stretch-md {
      @include flex-row-alignment-vertical(stretch);
    }

    &-around-md {
      @include flex-row-spacing(space-around);
    }

    &-between-md {
      @include flex-row-spacing(space-between);
    }

    &-first-md {
      @include flex-column-order(first);
    }

    &-last-md {
      @include flex-column-order(last);
    }

  }
  */
}

@media only screen and (min-width: 1025px) {
  .l-flex-col-lg {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }

  .l-flex-col-lg-1 {
    flex-basis: 8.3333333333%;
    max-width: 8.3333333333%;
  }

  .l-flex-col-lg-offset-1 {
    margin-left: 8.3333333333%;
  }

  .l-flex-col-lg-2 {
    flex-basis: 16.6666666667%;
    max-width: 16.6666666667%;
  }

  .l-flex-col-lg-offset-2 {
    margin-left: 16.6666666667%;
  }

  .l-flex-col-lg-3 {
    flex-basis: 25%;
    max-width: 25%;
  }

  .l-flex-col-lg-offset-3 {
    margin-left: 25%;
  }

  .l-flex-col-lg-4 {
    flex-basis: 33.3333333333%;
    max-width: 33.3333333333%;
  }

  .l-flex-col-lg-offset-4 {
    margin-left: 33.3333333333%;
  }

  .l-flex-col-lg-5 {
    flex-basis: 41.6666666667%;
    max-width: 41.6666666667%;
  }

  .l-flex-col-lg-offset-5 {
    margin-left: 41.6666666667%;
  }

  .l-flex-col-lg-6 {
    flex-basis: 50%;
    max-width: 50%;
  }

  .l-flex-col-lg-offset-6 {
    margin-left: 50%;
  }

  .l-flex-col-lg-7 {
    flex-basis: 58.3333333333%;
    max-width: 58.3333333333%;
  }

  .l-flex-col-lg-offset-7 {
    margin-left: 58.3333333333%;
  }

  .l-flex-col-lg-8 {
    flex-basis: 66.6666666667%;
    max-width: 66.6666666667%;
  }

  .l-flex-col-lg-offset-8 {
    margin-left: 66.6666666667%;
  }

  .l-flex-col-lg-9 {
    flex-basis: 75%;
    max-width: 75%;
  }

  .l-flex-col-lg-offset-9 {
    margin-left: 75%;
  }

  .l-flex-col-lg-10 {
    flex-basis: 83.3333333333%;
    max-width: 83.3333333333%;
  }

  .l-flex-col-lg-offset-10 {
    margin-left: 83.3333333333%;
  }

  .l-flex-col-lg-11 {
    flex-basis: 91.6666666667%;
    max-width: 91.6666666667%;
  }

  .l-flex-col-lg-offset-11 {
    margin-left: 91.6666666667%;
  }

  .l-flex-col-lg-12 {
    flex-basis: 100%;
    max-width: 100%;
  }

  .l-flex-col-lg-offset-12 {
    margin-left: 100%;
  }

  /*
  .l-flex {

    &-start-lg {
      @include flex-row-alignment-horizontal(start);
    }

    &-center-lg {
      @include flex-row-alignment-horizontal(center);
    }

    &-end-lg {
      @include flex-row-alignment-horizontal(end);
    }

    &-top-lg {
      @include flex-row-alignment-vertical(top);
    }

    &-middle-lg {
      @include flex-row-alignment-vertical(middle);
    }

    &-bottom-lg {
      @include flex-row-alignment-vertical(bottom);
    }

    &-stretch-lg {
      @include flex-row-alignment-vertical(stretch);
    }

    &-around-lg {
      @include flex-row-spacing(space-around);
    }

    &-between-lg {
      @include flex-row-spacing(space-between);
    }

    &-first-lg {
      @include flex-column-order(first);
    }

    &-last-lg {
      @include flex-column-order(last);
    }

  }
  */
}

@media only screen and (min-width: 1200px) {
  .l-flex-col-xl {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }

  .l-flex-col-xl-1 {
    flex-basis: 8.3333333333%;
    max-width: 8.3333333333%;
  }

  .l-flex-col-xl-offset-1 {
    margin-left: 8.3333333333%;
  }

  .l-flex-col-xl-2 {
    flex-basis: 16.6666666667%;
    max-width: 16.6666666667%;
  }

  .l-flex-col-xl-offset-2 {
    margin-left: 16.6666666667%;
  }

  .l-flex-col-xl-3 {
    flex-basis: 25%;
    max-width: 25%;
  }

  .l-flex-col-xl-offset-3 {
    margin-left: 25%;
  }

  .l-flex-col-xl-4 {
    flex-basis: 33.3333333333%;
    max-width: 33.3333333333%;
  }

  .l-flex-col-xl-offset-4 {
    margin-left: 33.3333333333%;
  }

  .l-flex-col-xl-5 {
    flex-basis: 41.6666666667%;
    max-width: 41.6666666667%;
  }

  .l-flex-col-xl-offset-5 {
    margin-left: 41.6666666667%;
  }

  .l-flex-col-xl-6 {
    flex-basis: 50%;
    max-width: 50%;
  }

  .l-flex-col-xl-offset-6 {
    margin-left: 50%;
  }

  .l-flex-col-xl-7 {
    flex-basis: 58.3333333333%;
    max-width: 58.3333333333%;
  }

  .l-flex-col-xl-offset-7 {
    margin-left: 58.3333333333%;
  }

  .l-flex-col-xl-8 {
    flex-basis: 66.6666666667%;
    max-width: 66.6666666667%;
  }

  .l-flex-col-xl-offset-8 {
    margin-left: 66.6666666667%;
  }

  .l-flex-col-xl-9 {
    flex-basis: 75%;
    max-width: 75%;
  }

  .l-flex-col-xl-offset-9 {
    margin-left: 75%;
  }

  .l-flex-col-xl-10 {
    flex-basis: 83.3333333333%;
    max-width: 83.3333333333%;
  }

  .l-flex-col-xl-offset-10 {
    margin-left: 83.3333333333%;
  }

  .l-flex-col-xl-11 {
    flex-basis: 91.6666666667%;
    max-width: 91.6666666667%;
  }

  .l-flex-col-xl-offset-11 {
    margin-left: 91.6666666667%;
  }

  .l-flex-col-xl-12 {
    flex-basis: 100%;
    max-width: 100%;
  }

  .l-flex-col-xl-offset-12 {
    margin-left: 100%;
  }

  /*
  .l-flex {

    &-start-xl {
      @include flex-row-alignment-horizontal(start);
    }

    &-center-xl {
      @include flex-row-alignment-horizontal(center);
    }

    &-end-xl {
      @include flex-row-alignment-horizontal(end);
    }

    &-top-xl {
      @include flex-row-alignment-vertical(top);
    }

    &-middle-xl {
      @include flex-row-alignment-vertical(middle);
    }

    &-bottom-xl {
      @include flex-row-alignment-vertical(bottom);
    }

    &-stretch-xl {
      @include flex-row-alignment-vertical(stretch);
    }

    &-around-xl {
      @include flex-row-spacing(space-around);
    }

    &-between-xl {
      @include flex-row-spacing(space-between);
    }

    &-first-xl {
      @include flex-column-order(first);
    }

    &-last-xl {
      @include flex-column-order(last);
    }

  }
  */
}

@media only screen and (min-width: 1280px) {
  .l-flex-col-site-max {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }

  .l-flex-col-site-max-1 {
    flex-basis: 8.3333333333%;
    max-width: 8.3333333333%;
  }

  .l-flex-col-site-max-offset-1 {
    margin-left: 8.3333333333%;
  }

  .l-flex-col-site-max-2 {
    flex-basis: 16.6666666667%;
    max-width: 16.6666666667%;
  }

  .l-flex-col-site-max-offset-2 {
    margin-left: 16.6666666667%;
  }

  .l-flex-col-site-max-3 {
    flex-basis: 25%;
    max-width: 25%;
  }

  .l-flex-col-site-max-offset-3 {
    margin-left: 25%;
  }

  .l-flex-col-site-max-4 {
    flex-basis: 33.3333333333%;
    max-width: 33.3333333333%;
  }

  .l-flex-col-site-max-offset-4 {
    margin-left: 33.3333333333%;
  }

  .l-flex-col-site-max-5 {
    flex-basis: 41.6666666667%;
    max-width: 41.6666666667%;
  }

  .l-flex-col-site-max-offset-5 {
    margin-left: 41.6666666667%;
  }

  .l-flex-col-site-max-6 {
    flex-basis: 50%;
    max-width: 50%;
  }

  .l-flex-col-site-max-offset-6 {
    margin-left: 50%;
  }

  .l-flex-col-site-max-7 {
    flex-basis: 58.3333333333%;
    max-width: 58.3333333333%;
  }

  .l-flex-col-site-max-offset-7 {
    margin-left: 58.3333333333%;
  }

  .l-flex-col-site-max-8 {
    flex-basis: 66.6666666667%;
    max-width: 66.6666666667%;
  }

  .l-flex-col-site-max-offset-8 {
    margin-left: 66.6666666667%;
  }

  .l-flex-col-site-max-9 {
    flex-basis: 75%;
    max-width: 75%;
  }

  .l-flex-col-site-max-offset-9 {
    margin-left: 75%;
  }

  .l-flex-col-site-max-10 {
    flex-basis: 83.3333333333%;
    max-width: 83.3333333333%;
  }

  .l-flex-col-site-max-offset-10 {
    margin-left: 83.3333333333%;
  }

  .l-flex-col-site-max-11 {
    flex-basis: 91.6666666667%;
    max-width: 91.6666666667%;
  }

  .l-flex-col-site-max-offset-11 {
    margin-left: 91.6666666667%;
  }

  .l-flex-col-site-max-12 {
    flex-basis: 100%;
    max-width: 100%;
  }

  .l-flex-col-site-max-offset-12 {
    margin-left: 100%;
  }

  /*
  .l-flex {

    &-start-site-max {
      @include flex-row-alignment-horizontal(start);
    }

    &-center-site-max {
      @include flex-row-alignment-horizontal(center);
    }

    &-end-site-max {
      @include flex-row-alignment-horizontal(end);
    }

    &-top-site-max {
      @include flex-row-alignment-vertical(top);
    }

    &-middle-site-max {
      @include flex-row-alignment-vertical(middle);
    }

    &-bottom-site-max {
      @include flex-row-alignment-vertical(bottom);
    }

    &-stretch-site-max {
      @include flex-row-alignment-vertical(stretch);
    }

    &-around-site-max {
      @include flex-row-spacing(space-around);
    }

    &-between-site-max {
      @include flex-row-spacing(space-between);
    }

    &-first-site-max {
      @include flex-column-order(first);
    }

    &-last-site-max {
      @include flex-column-order(last);
    }

  }
  */
}

@media only screen and (min-width: 1400px) {
  .l-flex-col-xxl {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }

  .l-flex-col-xxl-1 {
    flex-basis: 8.3333333333%;
    max-width: 8.3333333333%;
  }

  .l-flex-col-xxl-offset-1 {
    margin-left: 8.3333333333%;
  }

  .l-flex-col-xxl-2 {
    flex-basis: 16.6666666667%;
    max-width: 16.6666666667%;
  }

  .l-flex-col-xxl-offset-2 {
    margin-left: 16.6666666667%;
  }

  .l-flex-col-xxl-3 {
    flex-basis: 25%;
    max-width: 25%;
  }

  .l-flex-col-xxl-offset-3 {
    margin-left: 25%;
  }

  .l-flex-col-xxl-4 {
    flex-basis: 33.3333333333%;
    max-width: 33.3333333333%;
  }

  .l-flex-col-xxl-offset-4 {
    margin-left: 33.3333333333%;
  }

  .l-flex-col-xxl-5 {
    flex-basis: 41.6666666667%;
    max-width: 41.6666666667%;
  }

  .l-flex-col-xxl-offset-5 {
    margin-left: 41.6666666667%;
  }

  .l-flex-col-xxl-6 {
    flex-basis: 50%;
    max-width: 50%;
  }

  .l-flex-col-xxl-offset-6 {
    margin-left: 50%;
  }

  .l-flex-col-xxl-7 {
    flex-basis: 58.3333333333%;
    max-width: 58.3333333333%;
  }

  .l-flex-col-xxl-offset-7 {
    margin-left: 58.3333333333%;
  }

  .l-flex-col-xxl-8 {
    flex-basis: 66.6666666667%;
    max-width: 66.6666666667%;
  }

  .l-flex-col-xxl-offset-8 {
    margin-left: 66.6666666667%;
  }

  .l-flex-col-xxl-9 {
    flex-basis: 75%;
    max-width: 75%;
  }

  .l-flex-col-xxl-offset-9 {
    margin-left: 75%;
  }

  .l-flex-col-xxl-10 {
    flex-basis: 83.3333333333%;
    max-width: 83.3333333333%;
  }

  .l-flex-col-xxl-offset-10 {
    margin-left: 83.3333333333%;
  }

  .l-flex-col-xxl-11 {
    flex-basis: 91.6666666667%;
    max-width: 91.6666666667%;
  }

  .l-flex-col-xxl-offset-11 {
    margin-left: 91.6666666667%;
  }

  .l-flex-col-xxl-12 {
    flex-basis: 100%;
    max-width: 100%;
  }

  .l-flex-col-xxl-offset-12 {
    margin-left: 100%;
  }

  /*
  .l-flex {

    &-start-xxl {
      @include flex-row-alignment-horizontal(start);
    }

    &-center-xxl {
      @include flex-row-alignment-horizontal(center);
    }

    &-end-xxl {
      @include flex-row-alignment-horizontal(end);
    }

    &-top-xxl {
      @include flex-row-alignment-vertical(top);
    }

    &-middle-xxl {
      @include flex-row-alignment-vertical(middle);
    }

    &-bottom-xxl {
      @include flex-row-alignment-vertical(bottom);
    }

    &-stretch-xxl {
      @include flex-row-alignment-vertical(stretch);
    }

    &-around-xxl {
      @include flex-row-spacing(space-around);
    }

    &-between-xxl {
      @include flex-row-spacing(space-between);
    }

    &-first-xxl {
      @include flex-column-order(first);
    }

    &-last-xxl {
      @include flex-column-order(last);
    }

  }
  */
}

@media only screen and (min-width: 1600px) {
  .l-flex-col-container-max {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }

  .l-flex-col-container-max-1 {
    flex-basis: 8.3333333333%;
    max-width: 8.3333333333%;
  }

  .l-flex-col-container-max-offset-1 {
    margin-left: 8.3333333333%;
  }

  .l-flex-col-container-max-2 {
    flex-basis: 16.6666666667%;
    max-width: 16.6666666667%;
  }

  .l-flex-col-container-max-offset-2 {
    margin-left: 16.6666666667%;
  }

  .l-flex-col-container-max-3 {
    flex-basis: 25%;
    max-width: 25%;
  }

  .l-flex-col-container-max-offset-3 {
    margin-left: 25%;
  }

  .l-flex-col-container-max-4 {
    flex-basis: 33.3333333333%;
    max-width: 33.3333333333%;
  }

  .l-flex-col-container-max-offset-4 {
    margin-left: 33.3333333333%;
  }

  .l-flex-col-container-max-5 {
    flex-basis: 41.6666666667%;
    max-width: 41.6666666667%;
  }

  .l-flex-col-container-max-offset-5 {
    margin-left: 41.6666666667%;
  }

  .l-flex-col-container-max-6 {
    flex-basis: 50%;
    max-width: 50%;
  }

  .l-flex-col-container-max-offset-6 {
    margin-left: 50%;
  }

  .l-flex-col-container-max-7 {
    flex-basis: 58.3333333333%;
    max-width: 58.3333333333%;
  }

  .l-flex-col-container-max-offset-7 {
    margin-left: 58.3333333333%;
  }

  .l-flex-col-container-max-8 {
    flex-basis: 66.6666666667%;
    max-width: 66.6666666667%;
  }

  .l-flex-col-container-max-offset-8 {
    margin-left: 66.6666666667%;
  }

  .l-flex-col-container-max-9 {
    flex-basis: 75%;
    max-width: 75%;
  }

  .l-flex-col-container-max-offset-9 {
    margin-left: 75%;
  }

  .l-flex-col-container-max-10 {
    flex-basis: 83.3333333333%;
    max-width: 83.3333333333%;
  }

  .l-flex-col-container-max-offset-10 {
    margin-left: 83.3333333333%;
  }

  .l-flex-col-container-max-11 {
    flex-basis: 91.6666666667%;
    max-width: 91.6666666667%;
  }

  .l-flex-col-container-max-offset-11 {
    margin-left: 91.6666666667%;
  }

  .l-flex-col-container-max-12 {
    flex-basis: 100%;
    max-width: 100%;
  }

  .l-flex-col-container-max-offset-12 {
    margin-left: 100%;
  }

  /*
  .l-flex {

    &-start-container-max {
      @include flex-row-alignment-horizontal(start);
    }

    &-center-container-max {
      @include flex-row-alignment-horizontal(center);
    }

    &-end-container-max {
      @include flex-row-alignment-horizontal(end);
    }

    &-top-container-max {
      @include flex-row-alignment-vertical(top);
    }

    &-middle-container-max {
      @include flex-row-alignment-vertical(middle);
    }

    &-bottom-container-max {
      @include flex-row-alignment-vertical(bottom);
    }

    &-stretch-container-max {
      @include flex-row-alignment-vertical(stretch);
    }

    &-around-container-max {
      @include flex-row-spacing(space-around);
    }

    &-between-container-max {
      @include flex-row-spacing(space-between);
    }

    &-first-container-max {
      @include flex-column-order(first);
    }

    &-last-container-max {
      @include flex-column-order(last);
    }

  }
  */
}

.u-visually-hidden,
.c-form-file__input {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0.5rem;
  position: absolute;
  white-space: nowrap;
  width: 1px;
}

.u-bg--base-black {
  background-color: #000;
}

.u-bg--base-white {
  background-color: #fff;
}

.u-bg--brand-primary {
  background-color: #15262e;
}

.u-bg--brand-secondary {
  background-color: #7c99a1;
}

.u-bg--brand-tertiary {
  background-color: #bbd1cd;
}

.u-bg--brand-quaternary {
  background-color: #f1e1d7;
}

.u-bg--background-primary {
  background-color: #fff;
}

.u-bg--background-secondary {
  background-color: #fafafa;
}

.u-bg--background-tertiary {
  background-color: #e0e5e8;
}

.u-bg--background-quaternary {
  background-color: #e2e2e2;
}

.u-bg--button-primary {
  background-color: #15262e;
}

.u-bg--button-secondary {
  background-color: #fff;
}

.u-bg--button-tertiary {
  background-color: #7c99a1;
}

.u-bg--text-primary {
  background-color: #15262e;
}

.u-bg--text-secondary {
  background-color: #5e6572;
}

.u-bg--text-tertiary {
  background-color: #fff;
}

.u-bg--status-error {
  background-color: #e03b24;
}

.u-bg--status-remove {
  background-color: #e1233b;
}

.u-bg--status-success {
  background-color: #64a338;
}

.u-bg--status-info {
  background-color: #3865a3;
}

.u-bg--status-warning {
  background-color: #ffcc00;
}

.u-bg--accent-cream {
  background-color: #fffce9;
}

.u-bg--accent-ghost-white {
  background-color: #efeff2;
}

.u-bg--accent-dark-snow {
  background-color: #f5f5f5;
}

.u-bg--accent-darker-snow {
  background-color: #f8f8f8;
}

.u-bg--accent-bluewood {
  background-color: #263a43;
}

.u-bg--accent-light-pastel {
  background-color: #d3dfdd;
}

.u-bg--accent-dusty-gray {
  background-color: #979797;
}

.u-bg--accent-dark-gray {
  background-color: #6d7278;
}

.u-bg--accent-geyser {
  background-color: #cfd9de;
}

.u-bg--accent-silver {
  background-color: #c2c2c2;
}

.u-bg--accent-aztec {
  background-color: #0a1216;
}

.u-bg--accent-viking {
  background-color: #5DB7DE;
}

.u-bg--accent-buttery-white {
  background-color: #fffce9;
}

.u-bg--accent-light-silver {
  background-color: #d8d8d8;
}

.u-bg--accent-bay-leaf {
  background-color: #87b38d;
}

.u-bg--accent-golden-grass {
  background-color: #d99c2b;
}

.u-bg--accent-highlight {
  background-color: #fff3b0;
}

.u-bg--accent-jet-stream {
  background-color: #c4d4d1;
}

.u-bg--accent-nevada {
  background-color: #6d7278;
}

.u-bg--accent-onahau {
  background-color: #c5e9ff;
}

.u-bg--accent-bold-blue {
  background-color: #0692e1;
}

.u-bg--black {
  background-color: #000;
}

.u-bg--white {
  background-color: #fff;
}

.u-bg--transparent {
  background-color: transparent;
}

.u-margin--0 {
  margin: 0px;
}

.u-margin-vertical--0 {
  margin-bottom: 0px;
  margin-top: 0px;
}

.u-margin-horizontal--0 {
  margin-left: 0px;
  margin-right: 0px;
}

.u-margin-bottom--0 {
  margin-bottom: 0px;
}

.u-margin-top--0 {
  margin-top: 0px;
}

.u-margin-left--0 {
  margin-left: 0px;
}

.u-margin-right--0 {
  margin-right: 0px;
}

.u-margin--5 {
  margin: 5px;
}

.u-margin-vertical--5 {
  margin-bottom: 5px;
  margin-top: 5px;
}

.u-margin-horizontal--5 {
  margin-left: 5px;
  margin-right: 5px;
}

.u-margin-bottom--5 {
  margin-bottom: 5px;
}

.u-margin-top--5 {
  margin-top: 5px;
}

.u-margin-left--5 {
  margin-left: 5px;
}

.u-margin-right--5 {
  margin-right: 5px;
}

.u-margin--10 {
  margin: 10px;
}

.u-margin-vertical--10 {
  margin-bottom: 10px;
  margin-top: 10px;
}

.u-margin-horizontal--10 {
  margin-left: 10px;
  margin-right: 10px;
}

.u-margin-bottom--10 {
  margin-bottom: 10px;
}

.u-margin-top--10 {
  margin-top: 10px;
}

.u-margin-left--10 {
  margin-left: 10px;
}

.u-margin-right--10 {
  margin-right: 10px;
}

.u-margin--15 {
  margin: 15px;
}

.u-margin-vertical--15 {
  margin-bottom: 15px;
  margin-top: 15px;
}

.u-margin-horizontal--15 {
  margin-left: 15px;
  margin-right: 15px;
}

.u-margin-bottom--15 {
  margin-bottom: 15px;
}

.u-margin-top--15 {
  margin-top: 15px;
}

.u-margin-left--15 {
  margin-left: 15px;
}

.u-margin-right--15 {
  margin-right: 15px;
}

.u-margin--20 {
  margin: 20px;
}

.u-margin-vertical--20 {
  margin-bottom: 20px;
  margin-top: 20px;
}

.u-margin-horizontal--20 {
  margin-left: 20px;
  margin-right: 20px;
}

.u-margin-bottom--20 {
  margin-bottom: 20px;
}

.u-margin-top--20 {
  margin-top: 20px;
}

.u-margin-left--20 {
  margin-left: 20px;
}

.u-margin-right--20 {
  margin-right: 20px;
}

.u-margin--25 {
  margin: 25px;
}

.u-margin-vertical--25 {
  margin-bottom: 25px;
  margin-top: 25px;
}

.u-margin-horizontal--25 {
  margin-left: 25px;
  margin-right: 25px;
}

.u-margin-bottom--25 {
  margin-bottom: 25px;
}

.u-margin-top--25 {
  margin-top: 25px;
}

.u-margin-left--25 {
  margin-left: 25px;
}

.u-margin-right--25 {
  margin-right: 25px;
}

.u-margin--30 {
  margin: 30px;
}

.u-margin-vertical--30 {
  margin-bottom: 30px;
  margin-top: 30px;
}

.u-margin-horizontal--30 {
  margin-left: 30px;
  margin-right: 30px;
}

.u-margin-bottom--30 {
  margin-bottom: 30px;
}

.u-margin-top--30 {
  margin-top: 30px;
}

.u-margin-left--30 {
  margin-left: 30px;
}

.u-margin-right--30 {
  margin-right: 30px;
}

.u-margin--35 {
  margin: 35px;
}

.u-margin-vertical--35 {
  margin-bottom: 35px;
  margin-top: 35px;
}

.u-margin-horizontal--35 {
  margin-left: 35px;
  margin-right: 35px;
}

.u-margin-bottom--35 {
  margin-bottom: 35px;
}

.u-margin-top--35 {
  margin-top: 35px;
}

.u-margin-left--35 {
  margin-left: 35px;
}

.u-margin-right--35 {
  margin-right: 35px;
}

.u-margin--40 {
  margin: 40px;
}

.u-margin-vertical--40 {
  margin-bottom: 40px;
  margin-top: 40px;
}

.u-margin-horizontal--40 {
  margin-left: 40px;
  margin-right: 40px;
}

.u-margin-bottom--40 {
  margin-bottom: 40px;
}

.u-margin-top--40 {
  margin-top: 40px;
}

.u-margin-left--40 {
  margin-left: 40px;
}

.u-margin-right--40 {
  margin-right: 40px;
}

.u-margin--45 {
  margin: 45px;
}

.u-margin-vertical--45 {
  margin-bottom: 45px;
  margin-top: 45px;
}

.u-margin-horizontal--45 {
  margin-left: 45px;
  margin-right: 45px;
}

.u-margin-bottom--45 {
  margin-bottom: 45px;
}

.u-margin-top--45 {
  margin-top: 45px;
}

.u-margin-left--45 {
  margin-left: 45px;
}

.u-margin-right--45 {
  margin-right: 45px;
}

.u-margin--50 {
  margin: 50px;
}

.u-margin-vertical--50 {
  margin-bottom: 50px;
  margin-top: 50px;
}

.u-margin-horizontal--50 {
  margin-left: 50px;
  margin-right: 50px;
}

.u-margin-bottom--50 {
  margin-bottom: 50px;
}

.u-margin-top--50 {
  margin-top: 50px;
}

.u-margin-left--50 {
  margin-left: 50px;
}

.u-margin-right--50 {
  margin-right: 50px;
}

.u-margin--55 {
  margin: 55px;
}

.u-margin-vertical--55 {
  margin-bottom: 55px;
  margin-top: 55px;
}

.u-margin-horizontal--55 {
  margin-left: 55px;
  margin-right: 55px;
}

.u-margin-bottom--55 {
  margin-bottom: 55px;
}

.u-margin-top--55 {
  margin-top: 55px;
}

.u-margin-left--55 {
  margin-left: 55px;
}

.u-margin-right--55 {
  margin-right: 55px;
}

.u-margin--60 {
  margin: 60px;
}

.u-margin-vertical--60 {
  margin-bottom: 60px;
  margin-top: 60px;
}

.u-margin-horizontal--60 {
  margin-left: 60px;
  margin-right: 60px;
}

.u-margin-bottom--60 {
  margin-bottom: 60px;
}

.u-margin-top--60 {
  margin-top: 60px;
}

.u-margin-left--60 {
  margin-left: 60px;
}

.u-margin-right--60 {
  margin-right: 60px;
}

.u-margin--65 {
  margin: 65px;
}

.u-margin-vertical--65 {
  margin-bottom: 65px;
  margin-top: 65px;
}

.u-margin-horizontal--65 {
  margin-left: 65px;
  margin-right: 65px;
}

.u-margin-bottom--65 {
  margin-bottom: 65px;
}

.u-margin-top--65 {
  margin-top: 65px;
}

.u-margin-left--65 {
  margin-left: 65px;
}

.u-margin-right--65 {
  margin-right: 65px;
}

.u-margin--70 {
  margin: 70px;
}

.u-margin-vertical--70 {
  margin-bottom: 70px;
  margin-top: 70px;
}

.u-margin-horizontal--70 {
  margin-left: 70px;
  margin-right: 70px;
}

.u-margin-bottom--70 {
  margin-bottom: 70px;
}

.u-margin-top--70 {
  margin-top: 70px;
}

.u-margin-left--70 {
  margin-left: 70px;
}

.u-margin-right--70 {
  margin-right: 70px;
}

.u-margin--75 {
  margin: 75px;
}

.u-margin-vertical--75 {
  margin-bottom: 75px;
  margin-top: 75px;
}

.u-margin-horizontal--75 {
  margin-left: 75px;
  margin-right: 75px;
}

.u-margin-bottom--75 {
  margin-bottom: 75px;
}

.u-margin-top--75 {
  margin-top: 75px;
}

.u-margin-left--75 {
  margin-left: 75px;
}

.u-margin-right--75 {
  margin-right: 75px;
}

.u-margin--80 {
  margin: 80px;
}

.u-margin-vertical--80 {
  margin-bottom: 80px;
  margin-top: 80px;
}

.u-margin-horizontal--80 {
  margin-left: 80px;
  margin-right: 80px;
}

.u-margin-bottom--80 {
  margin-bottom: 80px;
}

.u-margin-top--80 {
  margin-top: 80px;
}

.u-margin-left--80 {
  margin-left: 80px;
}

.u-margin-right--80 {
  margin-right: 80px;
}

.u-margin--85 {
  margin: 85px;
}

.u-margin-vertical--85 {
  margin-bottom: 85px;
  margin-top: 85px;
}

.u-margin-horizontal--85 {
  margin-left: 85px;
  margin-right: 85px;
}

.u-margin-bottom--85 {
  margin-bottom: 85px;
}

.u-margin-top--85 {
  margin-top: 85px;
}

.u-margin-left--85 {
  margin-left: 85px;
}

.u-margin-right--85 {
  margin-right: 85px;
}

.u-margin--90 {
  margin: 90px;
}

.u-margin-vertical--90 {
  margin-bottom: 90px;
  margin-top: 90px;
}

.u-margin-horizontal--90 {
  margin-left: 90px;
  margin-right: 90px;
}

.u-margin-bottom--90 {
  margin-bottom: 90px;
}

.u-margin-top--90 {
  margin-top: 90px;
}

.u-margin-left--90 {
  margin-left: 90px;
}

.u-margin-right--90 {
  margin-right: 90px;
}

.u-margin--95 {
  margin: 95px;
}

.u-margin-vertical--95 {
  margin-bottom: 95px;
  margin-top: 95px;
}

.u-margin-horizontal--95 {
  margin-left: 95px;
  margin-right: 95px;
}

.u-margin-bottom--95 {
  margin-bottom: 95px;
}

.u-margin-top--95 {
  margin-top: 95px;
}

.u-margin-left--95 {
  margin-left: 95px;
}

.u-margin-right--95 {
  margin-right: 95px;
}

.u-margin--100 {
  margin: 100px;
}

.u-margin-vertical--100 {
  margin-bottom: 100px;
  margin-top: 100px;
}

.u-margin-horizontal--100 {
  margin-left: 100px;
  margin-right: 100px;
}

.u-margin-bottom--100 {
  margin-bottom: 100px;
}

.u-margin-top--100 {
  margin-top: 100px;
}

.u-margin-left--100 {
  margin-left: 100px;
}

.u-margin-right--100 {
  margin-right: 100px;
}

.u-margin--105 {
  margin: 105px;
}

.u-margin-vertical--105 {
  margin-bottom: 105px;
  margin-top: 105px;
}

.u-margin-horizontal--105 {
  margin-left: 105px;
  margin-right: 105px;
}

.u-margin-bottom--105 {
  margin-bottom: 105px;
}

.u-margin-top--105 {
  margin-top: 105px;
}

.u-margin-left--105 {
  margin-left: 105px;
}

.u-margin-right--105 {
  margin-right: 105px;
}

.u-margin--110 {
  margin: 110px;
}

.u-margin-vertical--110 {
  margin-bottom: 110px;
  margin-top: 110px;
}

.u-margin-horizontal--110 {
  margin-left: 110px;
  margin-right: 110px;
}

.u-margin-bottom--110 {
  margin-bottom: 110px;
}

.u-margin-top--110 {
  margin-top: 110px;
}

.u-margin-left--110 {
  margin-left: 110px;
}

.u-margin-right--110 {
  margin-right: 110px;
}

.u-margin--115 {
  margin: 115px;
}

.u-margin-vertical--115 {
  margin-bottom: 115px;
  margin-top: 115px;
}

.u-margin-horizontal--115 {
  margin-left: 115px;
  margin-right: 115px;
}

.u-margin-bottom--115 {
  margin-bottom: 115px;
}

.u-margin-top--115 {
  margin-top: 115px;
}

.u-margin-left--115 {
  margin-left: 115px;
}

.u-margin-right--115 {
  margin-right: 115px;
}

.u-margin--120 {
  margin: 120px;
}

.u-margin-vertical--120 {
  margin-bottom: 120px;
  margin-top: 120px;
}

.u-margin-horizontal--120 {
  margin-left: 120px;
  margin-right: 120px;
}

.u-margin-bottom--120 {
  margin-bottom: 120px;
}

.u-margin-top--120 {
  margin-top: 120px;
}

.u-margin-left--120 {
  margin-left: 120px;
}

.u-margin-right--120 {
  margin-right: 120px;
}

.u-margin--125 {
  margin: 125px;
}

.u-margin-vertical--125 {
  margin-bottom: 125px;
  margin-top: 125px;
}

.u-margin-horizontal--125 {
  margin-left: 125px;
  margin-right: 125px;
}

.u-margin-bottom--125 {
  margin-bottom: 125px;
}

.u-margin-top--125 {
  margin-top: 125px;
}

.u-margin-left--125 {
  margin-left: 125px;
}

.u-margin-right--125 {
  margin-right: 125px;
}

.u-margin--130 {
  margin: 130px;
}

.u-margin-vertical--130 {
  margin-bottom: 130px;
  margin-top: 130px;
}

.u-margin-horizontal--130 {
  margin-left: 130px;
  margin-right: 130px;
}

.u-margin-bottom--130 {
  margin-bottom: 130px;
}

.u-margin-top--130 {
  margin-top: 130px;
}

.u-margin-left--130 {
  margin-left: 130px;
}

.u-margin-right--130 {
  margin-right: 130px;
}

.u-margin--135 {
  margin: 135px;
}

.u-margin-vertical--135 {
  margin-bottom: 135px;
  margin-top: 135px;
}

.u-margin-horizontal--135 {
  margin-left: 135px;
  margin-right: 135px;
}

.u-margin-bottom--135 {
  margin-bottom: 135px;
}

.u-margin-top--135 {
  margin-top: 135px;
}

.u-margin-left--135 {
  margin-left: 135px;
}

.u-margin-right--135 {
  margin-right: 135px;
}

.u-margin--140 {
  margin: 140px;
}

.u-margin-vertical--140 {
  margin-bottom: 140px;
  margin-top: 140px;
}

.u-margin-horizontal--140 {
  margin-left: 140px;
  margin-right: 140px;
}

.u-margin-bottom--140 {
  margin-bottom: 140px;
}

.u-margin-top--140 {
  margin-top: 140px;
}

.u-margin-left--140 {
  margin-left: 140px;
}

.u-margin-right--140 {
  margin-right: 140px;
}

.u-margin--145 {
  margin: 145px;
}

.u-margin-vertical--145 {
  margin-bottom: 145px;
  margin-top: 145px;
}

.u-margin-horizontal--145 {
  margin-left: 145px;
  margin-right: 145px;
}

.u-margin-bottom--145 {
  margin-bottom: 145px;
}

.u-margin-top--145 {
  margin-top: 145px;
}

.u-margin-left--145 {
  margin-left: 145px;
}

.u-margin-right--145 {
  margin-right: 145px;
}

.u-margin--150 {
  margin: 150px;
}

.u-margin-vertical--150 {
  margin-bottom: 150px;
  margin-top: 150px;
}

.u-margin-horizontal--150 {
  margin-left: 150px;
  margin-right: 150px;
}

.u-margin-bottom--150 {
  margin-bottom: 150px;
}

.u-margin-top--150 {
  margin-top: 150px;
}

.u-margin-left--150 {
  margin-left: 150px;
}

.u-margin-right--150 {
  margin-right: 150px;
}

.u-margin-horizontal--auto {
  margin-left: auto;
  margin-right: auto;
}

.u-padding--0 {
  padding: 0px;
}

.u-padding-vertical--0 {
  padding-bottom: 0px;
  padding-top: 0px;
}

.u-padding-horizontal--0 {
  padding-left: 0px;
  padding-right: 0px;
}

.u-padding-bottom--0 {
  padding-bottom: 0px;
}

.u-padding-top--0 {
  padding-top: 0px;
}

.u-padding-left--0 {
  padding-left: 0px;
}

.u-padding-right--0 {
  padding-right: 0px;
}

.u-padding--5 {
  padding: 5px;
}

.u-padding-vertical--5 {
  padding-bottom: 5px;
  padding-top: 5px;
}

.u-padding-horizontal--5 {
  padding-left: 5px;
  padding-right: 5px;
}

.u-padding-bottom--5 {
  padding-bottom: 5px;
}

.u-padding-top--5 {
  padding-top: 5px;
}

.u-padding-left--5 {
  padding-left: 5px;
}

.u-padding-right--5 {
  padding-right: 5px;
}

.u-padding--10 {
  padding: 10px;
}

.u-padding-vertical--10 {
  padding-bottom: 10px;
  padding-top: 10px;
}

.u-padding-horizontal--10 {
  padding-left: 10px;
  padding-right: 10px;
}

.u-padding-bottom--10 {
  padding-bottom: 10px;
}

.u-padding-top--10 {
  padding-top: 10px;
}

.u-padding-left--10 {
  padding-left: 10px;
}

.u-padding-right--10 {
  padding-right: 10px;
}

.u-padding--15 {
  padding: 15px;
}

.u-padding-vertical--15 {
  padding-bottom: 15px;
  padding-top: 15px;
}

.u-padding-horizontal--15 {
  padding-left: 15px;
  padding-right: 15px;
}

.u-padding-bottom--15 {
  padding-bottom: 15px;
}

.u-padding-top--15 {
  padding-top: 15px;
}

.u-padding-left--15 {
  padding-left: 15px;
}

.u-padding-right--15 {
  padding-right: 15px;
}

.u-padding--20 {
  padding: 20px;
}

.u-padding-vertical--20 {
  padding-bottom: 20px;
  padding-top: 20px;
}

.u-padding-horizontal--20 {
  padding-left: 20px;
  padding-right: 20px;
}

.u-padding-bottom--20 {
  padding-bottom: 20px;
}

.u-padding-top--20 {
  padding-top: 20px;
}

.u-padding-left--20 {
  padding-left: 20px;
}

.u-padding-right--20 {
  padding-right: 20px;
}

.u-padding--25 {
  padding: 25px;
}

.u-padding-vertical--25 {
  padding-bottom: 25px;
  padding-top: 25px;
}

.u-padding-horizontal--25 {
  padding-left: 25px;
  padding-right: 25px;
}

.u-padding-bottom--25 {
  padding-bottom: 25px;
}

.u-padding-top--25 {
  padding-top: 25px;
}

.u-padding-left--25 {
  padding-left: 25px;
}

.u-padding-right--25 {
  padding-right: 25px;
}

.u-padding--30 {
  padding: 30px;
}

.u-padding-vertical--30 {
  padding-bottom: 30px;
  padding-top: 30px;
}

.u-padding-horizontal--30 {
  padding-left: 30px;
  padding-right: 30px;
}

.u-padding-bottom--30 {
  padding-bottom: 30px;
}

.u-padding-top--30 {
  padding-top: 30px;
}

.u-padding-left--30 {
  padding-left: 30px;
}

.u-padding-right--30 {
  padding-right: 30px;
}

.u-padding--35 {
  padding: 35px;
}

.u-padding-vertical--35 {
  padding-bottom: 35px;
  padding-top: 35px;
}

.u-padding-horizontal--35 {
  padding-left: 35px;
  padding-right: 35px;
}

.u-padding-bottom--35 {
  padding-bottom: 35px;
}

.u-padding-top--35 {
  padding-top: 35px;
}

.u-padding-left--35 {
  padding-left: 35px;
}

.u-padding-right--35 {
  padding-right: 35px;
}

.u-padding--40 {
  padding: 40px;
}

.u-padding-vertical--40 {
  padding-bottom: 40px;
  padding-top: 40px;
}

.u-padding-horizontal--40 {
  padding-left: 40px;
  padding-right: 40px;
}

.u-padding-bottom--40 {
  padding-bottom: 40px;
}

.u-padding-top--40 {
  padding-top: 40px;
}

.u-padding-left--40 {
  padding-left: 40px;
}

.u-padding-right--40 {
  padding-right: 40px;
}

.u-padding--45 {
  padding: 45px;
}

.u-padding-vertical--45 {
  padding-bottom: 45px;
  padding-top: 45px;
}

.u-padding-horizontal--45 {
  padding-left: 45px;
  padding-right: 45px;
}

.u-padding-bottom--45 {
  padding-bottom: 45px;
}

.u-padding-top--45 {
  padding-top: 45px;
}

.u-padding-left--45 {
  padding-left: 45px;
}

.u-padding-right--45 {
  padding-right: 45px;
}

.u-padding--50 {
  padding: 50px;
}

.u-padding-vertical--50 {
  padding-bottom: 50px;
  padding-top: 50px;
}

.u-padding-horizontal--50 {
  padding-left: 50px;
  padding-right: 50px;
}

.u-padding-bottom--50 {
  padding-bottom: 50px;
}

.u-padding-top--50 {
  padding-top: 50px;
}

.u-padding-left--50 {
  padding-left: 50px;
}

.u-padding-right--50 {
  padding-right: 50px;
}

.u-padding--55 {
  padding: 55px;
}

.u-padding-vertical--55 {
  padding-bottom: 55px;
  padding-top: 55px;
}

.u-padding-horizontal--55 {
  padding-left: 55px;
  padding-right: 55px;
}

.u-padding-bottom--55 {
  padding-bottom: 55px;
}

.u-padding-top--55 {
  padding-top: 55px;
}

.u-padding-left--55 {
  padding-left: 55px;
}

.u-padding-right--55 {
  padding-right: 55px;
}

.u-padding--60 {
  padding: 60px;
}

.u-padding-vertical--60 {
  padding-bottom: 60px;
  padding-top: 60px;
}

.u-padding-horizontal--60 {
  padding-left: 60px;
  padding-right: 60px;
}

.u-padding-bottom--60 {
  padding-bottom: 60px;
}

.u-padding-top--60 {
  padding-top: 60px;
}

.u-padding-left--60 {
  padding-left: 60px;
}

.u-padding-right--60 {
  padding-right: 60px;
}

.u-padding--65 {
  padding: 65px;
}

.u-padding-vertical--65 {
  padding-bottom: 65px;
  padding-top: 65px;
}

.u-padding-horizontal--65 {
  padding-left: 65px;
  padding-right: 65px;
}

.u-padding-bottom--65 {
  padding-bottom: 65px;
}

.u-padding-top--65 {
  padding-top: 65px;
}

.u-padding-left--65 {
  padding-left: 65px;
}

.u-padding-right--65 {
  padding-right: 65px;
}

.u-padding--70 {
  padding: 70px;
}

.u-padding-vertical--70 {
  padding-bottom: 70px;
  padding-top: 70px;
}

.u-padding-horizontal--70 {
  padding-left: 70px;
  padding-right: 70px;
}

.u-padding-bottom--70 {
  padding-bottom: 70px;
}

.u-padding-top--70 {
  padding-top: 70px;
}

.u-padding-left--70 {
  padding-left: 70px;
}

.u-padding-right--70 {
  padding-right: 70px;
}

.u-padding--75 {
  padding: 75px;
}

.u-padding-vertical--75 {
  padding-bottom: 75px;
  padding-top: 75px;
}

.u-padding-horizontal--75 {
  padding-left: 75px;
  padding-right: 75px;
}

.u-padding-bottom--75 {
  padding-bottom: 75px;
}

.u-padding-top--75 {
  padding-top: 75px;
}

.u-padding-left--75 {
  padding-left: 75px;
}

.u-padding-right--75 {
  padding-right: 75px;
}

.u-padding--80 {
  padding: 80px;
}

.u-padding-vertical--80 {
  padding-bottom: 80px;
  padding-top: 80px;
}

.u-padding-horizontal--80 {
  padding-left: 80px;
  padding-right: 80px;
}

.u-padding-bottom--80 {
  padding-bottom: 80px;
}

.u-padding-top--80 {
  padding-top: 80px;
}

.u-padding-left--80 {
  padding-left: 80px;
}

.u-padding-right--80 {
  padding-right: 80px;
}

.u-padding--85 {
  padding: 85px;
}

.u-padding-vertical--85 {
  padding-bottom: 85px;
  padding-top: 85px;
}

.u-padding-horizontal--85 {
  padding-left: 85px;
  padding-right: 85px;
}

.u-padding-bottom--85 {
  padding-bottom: 85px;
}

.u-padding-top--85 {
  padding-top: 85px;
}

.u-padding-left--85 {
  padding-left: 85px;
}

.u-padding-right--85 {
  padding-right: 85px;
}

.u-padding--90 {
  padding: 90px;
}

.u-padding-vertical--90 {
  padding-bottom: 90px;
  padding-top: 90px;
}

.u-padding-horizontal--90 {
  padding-left: 90px;
  padding-right: 90px;
}

.u-padding-bottom--90 {
  padding-bottom: 90px;
}

.u-padding-top--90 {
  padding-top: 90px;
}

.u-padding-left--90 {
  padding-left: 90px;
}

.u-padding-right--90 {
  padding-right: 90px;
}

.u-padding--95 {
  padding: 95px;
}

.u-padding-vertical--95 {
  padding-bottom: 95px;
  padding-top: 95px;
}

.u-padding-horizontal--95 {
  padding-left: 95px;
  padding-right: 95px;
}

.u-padding-bottom--95 {
  padding-bottom: 95px;
}

.u-padding-top--95 {
  padding-top: 95px;
}

.u-padding-left--95 {
  padding-left: 95px;
}

.u-padding-right--95 {
  padding-right: 95px;
}

.u-padding--100 {
  padding: 100px;
}

.u-padding-vertical--100 {
  padding-bottom: 100px;
  padding-top: 100px;
}

.u-padding-horizontal--100 {
  padding-left: 100px;
  padding-right: 100px;
}

.u-padding-bottom--100 {
  padding-bottom: 100px;
}

.u-padding-top--100 {
  padding-top: 100px;
}

.u-padding-left--100 {
  padding-left: 100px;
}

.u-padding-right--100 {
  padding-right: 100px;
}

.u-padding--105 {
  padding: 105px;
}

.u-padding-vertical--105 {
  padding-bottom: 105px;
  padding-top: 105px;
}

.u-padding-horizontal--105 {
  padding-left: 105px;
  padding-right: 105px;
}

.u-padding-bottom--105 {
  padding-bottom: 105px;
}

.u-padding-top--105 {
  padding-top: 105px;
}

.u-padding-left--105 {
  padding-left: 105px;
}

.u-padding-right--105 {
  padding-right: 105px;
}

.u-padding--110 {
  padding: 110px;
}

.u-padding-vertical--110 {
  padding-bottom: 110px;
  padding-top: 110px;
}

.u-padding-horizontal--110 {
  padding-left: 110px;
  padding-right: 110px;
}

.u-padding-bottom--110 {
  padding-bottom: 110px;
}

.u-padding-top--110 {
  padding-top: 110px;
}

.u-padding-left--110 {
  padding-left: 110px;
}

.u-padding-right--110 {
  padding-right: 110px;
}

.u-padding--115 {
  padding: 115px;
}

.u-padding-vertical--115 {
  padding-bottom: 115px;
  padding-top: 115px;
}

.u-padding-horizontal--115 {
  padding-left: 115px;
  padding-right: 115px;
}

.u-padding-bottom--115 {
  padding-bottom: 115px;
}

.u-padding-top--115 {
  padding-top: 115px;
}

.u-padding-left--115 {
  padding-left: 115px;
}

.u-padding-right--115 {
  padding-right: 115px;
}

.u-padding--120 {
  padding: 120px;
}

.u-padding-vertical--120 {
  padding-bottom: 120px;
  padding-top: 120px;
}

.u-padding-horizontal--120 {
  padding-left: 120px;
  padding-right: 120px;
}

.u-padding-bottom--120 {
  padding-bottom: 120px;
}

.u-padding-top--120 {
  padding-top: 120px;
}

.u-padding-left--120 {
  padding-left: 120px;
}

.u-padding-right--120 {
  padding-right: 120px;
}

.u-padding--125 {
  padding: 125px;
}

.u-padding-vertical--125 {
  padding-bottom: 125px;
  padding-top: 125px;
}

.u-padding-horizontal--125 {
  padding-left: 125px;
  padding-right: 125px;
}

.u-padding-bottom--125 {
  padding-bottom: 125px;
}

.u-padding-top--125 {
  padding-top: 125px;
}

.u-padding-left--125 {
  padding-left: 125px;
}

.u-padding-right--125 {
  padding-right: 125px;
}

.u-padding--130 {
  padding: 130px;
}

.u-padding-vertical--130 {
  padding-bottom: 130px;
  padding-top: 130px;
}

.u-padding-horizontal--130 {
  padding-left: 130px;
  padding-right: 130px;
}

.u-padding-bottom--130 {
  padding-bottom: 130px;
}

.u-padding-top--130 {
  padding-top: 130px;
}

.u-padding-left--130 {
  padding-left: 130px;
}

.u-padding-right--130 {
  padding-right: 130px;
}

.u-padding--135 {
  padding: 135px;
}

.u-padding-vertical--135 {
  padding-bottom: 135px;
  padding-top: 135px;
}

.u-padding-horizontal--135 {
  padding-left: 135px;
  padding-right: 135px;
}

.u-padding-bottom--135 {
  padding-bottom: 135px;
}

.u-padding-top--135 {
  padding-top: 135px;
}

.u-padding-left--135 {
  padding-left: 135px;
}

.u-padding-right--135 {
  padding-right: 135px;
}

.u-padding--140 {
  padding: 140px;
}

.u-padding-vertical--140 {
  padding-bottom: 140px;
  padding-top: 140px;
}

.u-padding-horizontal--140 {
  padding-left: 140px;
  padding-right: 140px;
}

.u-padding-bottom--140 {
  padding-bottom: 140px;
}

.u-padding-top--140 {
  padding-top: 140px;
}

.u-padding-left--140 {
  padding-left: 140px;
}

.u-padding-right--140 {
  padding-right: 140px;
}

.u-padding--145 {
  padding: 145px;
}

.u-padding-vertical--145 {
  padding-bottom: 145px;
  padding-top: 145px;
}

.u-padding-horizontal--145 {
  padding-left: 145px;
  padding-right: 145px;
}

.u-padding-bottom--145 {
  padding-bottom: 145px;
}

.u-padding-top--145 {
  padding-top: 145px;
}

.u-padding-left--145 {
  padding-left: 145px;
}

.u-padding-right--145 {
  padding-right: 145px;
}

.u-padding--150 {
  padding: 150px;
}

.u-padding-vertical--150 {
  padding-bottom: 150px;
  padding-top: 150px;
}

.u-padding-horizontal--150 {
  padding-left: 150px;
  padding-right: 150px;
}

.u-padding-bottom--150 {
  padding-bottom: 150px;
}

.u-padding-top--150 {
  padding-top: 150px;
}

.u-padding-left--150 {
  padding-left: 150px;
}

.u-padding-right--150 {
  padding-right: 150px;
}

.u-text--left {
  text-align: left;
}

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

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

.u-text--justify {
  text-align: justify;
}

.u-text--thin {
  font-weight: 100;
}

.u-text--extralight {
  font-weight: 200;
}

.u-text--light {
  font-weight: 300;
}

.u-text--book {
  font-weight: 350;
}

.u-text--normal {
  font-weight: 400;
}

.u-text--medium {
  font-weight: 500;
}

.u-text--semibold {
  font-weight: 600;
}

.u-text--bold {
  font-weight: 700;
}

.u-text--extrabold {
  font-weight: 800;
}

.u-text--black {
  font-weight: 900;
}

.u-text--italic {
  font-style: italic;
}

.u-text--underline {
  text-decoration: underline;
}

.u-text--no-underline {
  text-decoration: none;
}

.u-text--line-through {
  text-decoration: line-through;
}

.u-text--overline {
  text-decoration: overline;
}

.u-text--uppercase {
  text-transform: uppercase;
}

.u-text--lowercase {
  text-transform: lowercase;
}

.u-text--capitalize {
  text-transform: capitalize;
}

.u-text--base-black {
  color: #000;
}

.u-text--base-white {
  color: #fff;
}

.u-text--brand-primary {
  color: #15262e;
}

.u-text--brand-secondary {
  color: #7c99a1;
}

.u-text--brand-tertiary {
  color: #bbd1cd;
}

.u-text--brand-quaternary {
  color: #f1e1d7;
}

.u-text--background-primary {
  color: #fff;
}

.u-text--background-secondary {
  color: #fafafa;
}

.u-text--background-tertiary {
  color: #e0e5e8;
}

.u-text--background-quaternary {
  color: #e2e2e2;
}

.u-text--button-primary {
  color: #15262e;
}

.u-text--button-secondary {
  color: #fff;
}

.u-text--button-tertiary {
  color: #7c99a1;
}

.u-text--text-primary {
  color: #15262e;
}

.u-text--text-secondary {
  color: #5e6572;
}

.u-text--text-tertiary {
  color: #fff;
}

.u-text--status-error {
  color: #e03b24;
}

.u-text--status-remove {
  color: #e1233b;
}

.u-text--status-success {
  color: #64a338;
}

.u-text--status-info {
  color: #3865a3;
}

.u-text--status-warning {
  color: #ffcc00;
}

.u-text--accent-cream {
  color: #fffce9;
}

.u-text--accent-ghost-white {
  color: #efeff2;
}

.u-text--accent-dark-snow {
  color: #f5f5f5;
}

.u-text--accent-darker-snow {
  color: #f8f8f8;
}

.u-text--accent-bluewood {
  color: #263a43;
}

.u-text--accent-light-pastel {
  color: #d3dfdd;
}

.u-text--accent-dusty-gray {
  color: #979797;
}

.u-text--accent-dark-gray {
  color: #6d7278;
}

.u-text--accent-geyser {
  color: #cfd9de;
}

.u-text--accent-silver {
  color: #c2c2c2;
}

.u-text--accent-aztec {
  color: #0a1216;
}

.u-text--accent-viking {
  color: #5DB7DE;
}

.u-text--accent-buttery-white {
  color: #fffce9;
}

.u-text--accent-light-silver {
  color: #d8d8d8;
}

.u-text--accent-bay-leaf {
  color: #87b38d;
}

.u-text--accent-golden-grass {
  color: #d99c2b;
}

.u-text--accent-highlight {
  color: #fff3b0;
}

.u-text--accent-jet-stream {
  color: #c4d4d1;
}

.u-text--accent-nevada {
  color: #6d7278;
}

.u-text--accent-onahau {
  color: #c5e9ff;
}

.u-text--accent-bold-blue {
  color: #0692e1;
}

.u-text--black {
  color: #000;
}

.u-text--white {
  color: #fff;
}

.u-display--desktop-block {
  display: none;
}

@media only screen and (min-width: 1025px) {
  .u-display--desktop-block {
    display: block;
  }
}

.u-display--desktop-flex {
  display: none;
}

@media only screen and (min-width: 1025px) {
  .u-display--desktop-flex {
    display: flex;
  }
}

.u-display--desktop-inline-flex {
  display: none;
}

@media only screen and (min-width: 1025px) {
  .u-display--desktop-inline-flex {
    display: inline-flex;
  }
}

@media only screen and (min-width: 1025px) {
  .u-display--desktop-hide {
    display: none;
  }
}

.u-display--tablet-block {
  display: none;
}

@media only screen and (min-width: 768px) {
  .u-display--tablet-block {
    display: block;
  }
}

.u-display--tablet-inline {
  display: none;
}

@media only screen and (min-width: 768px) {
  .u-display--tablet-inline {
    display: inline-block;
  }
}

.u-display--tablet-flex {
  display: none;
}

@media only screen and (min-width: 768px) {
  .u-display--tablet-flex {
    display: flex;
  }
}

@media only screen and (min-width: 768px) {
  .u-display--mobile {
    display: none;
  }
}

/**
class to make an image scale and behave as if it where
a background image
*/

.u-img--object-fit {
  font-family: "object-fit: cover; object-position: 50% 50%;";
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  width: 100%;
}

.u-clip-path {
  height: 100%;
  width: 100%;
}

.u-clip-path__svg {
  height: 100%;
  width: 100%;
}

.u-clip-path__svg__polygon {
  fill: currentColor;
}

.u-color-bar {
  display: inline-block;
  position: relative;
  z-index: 1;
}

.u-color-bar::after {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  content: "";
  display: block;
  position: absolute;
  pointer-events: none;
  background-color: #7c99a1;
  bottom: 0;
  height: 15px;
  margin-bottom: 3%;
  opacity: 0.25;
  pointer-events: none;
  right: 0;
  width: calc(100% + 10px);
  z-index: -1;
}

html {
  font-size: 14px;
}

body {
  color: #15262e;
}

a,
button,
[role=button] {
  cursor: pointer;
  outline: 1px dashed transparent;
  transition: 0.25s ease;
}

a:focus,
button:focus,
[role=button]:focus {
  outline: 1px dashed currentColor;
}

a.is-disabled,
a[disabled],
button.is-disabled,
button[disabled],
[role=button].is-disabled,
[role=button][disabled] {
  background-color: #e2e2e2;
  color: #6d7278;
  opacity: 0.6;
  pointer-events: none;
}

a {
  color: #7c99a1;
  text-decoration: underline;
}

.cf::before,
.cf::after {
  content: "";
  display: table;
  clear: both;
}

img {
  display: block;
}

.ie11 html,
.ie11 body {
  overflow-x: hidden;
  overflow-y: auto;
}

/**
  * REMAINING STYLESHEETS
  * --------------------------------------------------------
  * components: styles for all developed components
  * page: page specific styles
  * toolkit: toolkit styles
  * animation: universal animation styles
  */

.c-buttons {
  margin-bottom: -10px;
  margin-top: -10px;
  display: block;
  font-size: 0;
  height: auto;
  max-width: 100%;
  width: auto;
}

.c-buttons > * {
  margin-bottom: 10px;
  margin-right: 15px;
  margin-top: 10px;
}

@media only screen and (min-width: 768px) {
  .c-buttons > * {
    margin-right: 20px;
  }
}

.c-buttons > *:last-child {
  margin-right: 0;
}

.c-buttons-centered {
  margin-bottom: -10px;
  margin-top: -10px;
  display: block;
  font-size: 0;
  height: auto;
  max-width: 100%;
  text-align: center;
  width: auto;
}

.c-buttons-centered > * {
  margin-bottom: 10px;
  margin-right: 15px;
  margin-top: 10px;
  margin-left: 7.5px;
  margin-right: 7.5px;
}

@media only screen and (min-width: 768px) {
  .c-buttons-centered > * {
    margin-right: 20px;
  }
}

@media only screen and (min-width: 768px) {
  .c-buttons-centered > * {
    margin-left: 10px;
    margin-right: 10px;
  }
}

.c-button,
.c-form-file__label {
  font-family: "Poppins", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 0.7142857143rem;
  border-radius: 2px;
  letter-spacing: 2px;
  line-height: 15px;
  padding-bottom: 15px;
  padding-left: 29.1px;
  padding-right: 29.1px;
  padding-top: 15px;
  text-transform: uppercase;
  transition: background-color 0.25s ease-in-out, color 0.25s ease-in-out;
  box-shadow: rgba(0, 0, 0, 0.1) 2px 2px 4px 0;
  cursor: pointer;
  display: inline-block;
  min-width: 150px;
  position: relative;
  text-align: center;
  text-decoration: none;
  vertical-align: middle;
}

@media only screen and (min-width: 768px) {
  .c-button,
  .c-form-file__label {
    font-size: 0.8571428571rem;
  }
}

.c-button:hover,
.c-form-file__label:hover {
  cursor: pointer;
}

@media only screen and (min-width: 768px) {
  .c-button,
  .c-form-file__label {
    line-height: 16.95px;
  }
}

.c-button--primary,
.c-form-file__label {
  background-color: #15262e;
  color: #fff;
}

.c-button--primary:hover,
.c-form-file__label:hover,
.c-button--primary:focus,
.c-form-file__label:focus,
.c-button--primary:active,
.c-form-file__label:active {
  background-color: #1f3743;
  color: "white";
}

.c-button--secondary {
  background-color: #fff;
  color: #5e6572;
}

.c-button--secondary:hover,
.c-button--secondary:focus,
.c-button--secondary:active {
  background-color: #7c99a1;
  color: "white";
}

.c-button--secondary:hover {
  color: #fff;
}

.c-button--tertiary {
  background-color: #7c99a1;
  color: #fff;
}

.c-button--tertiary:hover,
.c-button--tertiary:focus,
.c-button--tertiary:active {
  background-color: #7c99a1;
  color: "white";
}

.c-button--tertiary:hover {
  background-color: rgba(124, 153, 161, 0.9);
}

.c-button--gray {
  background-color: #979797;
  color: #fff;
}

.c-button--gray:hover,
.c-button--gray:focus,
.c-button--gray:active {
  background-color: #1f3743;
  color: "white";
}

.c-button--extrapad {
  padding-left: 40px;
  padding-right: 40px;
}

.c-button--fw {
  padding-left: 0px;
  padding-right: 0px;
  text-align: center;
  width: 100%;
}

.c-button-link {
  font-family: "Poppins", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 1rem;
  border-radius: 2px;
  letter-spacing: 1px;
  line-height: 15px;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  padding-top: 0;
  text-transform: capitalize;
  transition: background-color 0.25s ease-in-out, color 0.25s ease-in-out;
  cursor: pointer;
  display: inline-block;
  padding-bottom: 8px;
  padding-left: 0;
  padding-right: 13px;
  position: relative;
  text-align: center;
  text-decoration: none;
}

.c-button-link:hover {
  cursor: pointer;
}

@media only screen and (min-width: 768px) {
  .c-button-link {
    line-height: 16.95px;
  }
}

.c-button-link::before {
  content: "";
  display: block;
  position: absolute;
  pointer-events: none;
  border-top: solid 1px currentColor;
  bottom: 0;
  height: 0;
  left: 0;
  width: 100%;
}

.c-button-link::after {
  content: "";
  display: block;
  position: absolute;
  pointer-events: none;
  border-bottom: 1px solid currentColor;
  border-right: 1px solid currentColor;
  height: 6px;
  margin-top: -4px;
  right: 0;
  top: 50%;
  transform: translateY(-50%) rotate(-45deg);
  width: 6px;
}

.c-button-link--primary {
  color: #15262e;
  text-decoration: none;
}

.c-button-link--primary:hover {
  cursor: pointer;
  color: #7c99a1;
}

.c-button-link--secondary {
  color: #7c99a1;
  text-decoration: none;
}

.c-button-link--secondary:hover {
  cursor: pointer;
  color: #fff;
}

.c-button-link--secondary-dark {
  color: #7c99a1;
  text-decoration: none;
}

.c-button-link--secondary-dark:hover {
  cursor: pointer;
  color: #15262e;
}

.c-button-link--no-border {
  padding-bottom: 0;
}

.c-button-link--no-border::before {
  display: none;
}

.c-button-link--no-border::after {
  margin-top: 0;
}

.c-button-link--no-icon {
  padding-right: 0;
}

.c-button-link--no-icon::after {
  display: none;
}

.c-button-link--expand {
  color: #7c99a1;
  text-decoration: none;
  border-bottom: 1px solid #7c99a1;
  border-radius: 0;
}

.c-button-link--expand:hover {
  cursor: pointer;
  color: #6a8b94;
}

.c-button-link--expand::before,
.c-button-link--expand::after {
  background: #7c99a1;
  border: 0;
  bottom: 16px;
  content: "";
  display: block;
  height: 1px;
  left: auto;
  margin-top: 0;
  position: absolute;
  right: 0;
  top: auto;
  transition: transform 0.25s ease-in-out;
  transform: translateY(-50%);
  width: 9px;
}

.c-button-link--expand::after {
  transform: translateY(-50%) rotate(90deg);
}

.c-button-link--expand.is-active::after {
  transform: translate(0%, -50%) rotate(0deg);
}

.c-form-box {
  box-shadow: 20px 10px 20px 0 rgba(0, 0, 0, 0.1);
  margin-left: auto;
  margin-right: auto;
  max-width: 965px;
  padding: 30px;
  padding-bottom: calc(30px - 1rem);
}

@media only screen and (min-width: 768px) {
  .c-form-box {
    padding-bottom: calc(20px + 1rem);
    padding-top: 70px;
  }
}

@media only screen and (min-width: 1025px) {
  .c-form-box {
    padding-left: 60px;
    padding-right: 60px;
  }
}

.c-form__cancel {
  font-family: "Poppins", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 1rem;
  color: #15262e;
  text-decoration: underline;
  display: inline-block;
  vertical-align: middle;
}

.c-form__cancel:hover {
  cursor: pointer;
  color: #0b1519;
}

.c-form__submit {
  margin-right: 30px;
}

.c-form-section {
  display: block;
  font-size: 0;
  margin-bottom: calc(34px - 1rem);
}

@media only screen and (min-width: 768px) {
  .c-form-section {
    margin-bottom: calc(44px - 1rem);
  }
}

.c-form-section__title {
  font-family: "Poppins", sans-serif;
  font-style: normal;
  font-weight: 400;
  color: #15262e;
  display: block;
  font-size: 1.143rem;
  line-height: 21px;
  margin: 0;
  margin-bottom: 20px;
}

@media only screen and (min-width: 768px) {
  .c-form-section__title {
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 30px;
  }
}

.c-form-section__title--large {
  font-size: 1.714rem;
  line-height: 36px;
  margin-bottom: 15px;
}

@media only screen and (min-width: 768px) {
  .c-form-section__title--large {
    font-size: 2rem;
    line-height: 42px;
    margin-bottom: 25px;
  }
}

.c-form-group-container {
  min-width: 100%;
}

.c-form-group {
  position: relative;
}

.c-form-group::after {
  font-family: "Poppins", sans-serif;
  font-style: normal;
  font-weight: 400;
  content: attr(data-form-error-text);
  display: block;
  position: absolute;
  pointer-events: none;
  bottom: 0;
  color: #e03b24;
  display: none;
  font-size: 12px;
  left: 0;
  line-height: 30px;
  margin-left: 0.75rem;
}

.c-form-group__link {
  color: #15262e;
  text-decoration: underline;
  font-size: 0.8571428571rem;
  line-height: 2rem;
  margin-right: 0.75rem;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
}

.c-form-group__link:hover {
  cursor: pointer;
  color: #0b1519;
}

.c-form-group.has-error {
  padding-bottom: 2rem;
}

.c-form-group.has-error::after {
  display: block;
}

.c-form-group.has-error input,
.c-form-group.has-error select,
.c-form-group.has-error textarea {
  border-color: #e03b24;
  border-width: 2px;
  color: #e03b24;
}

.c-form-group.has-error select {
  padding-bottom: 16px;
  padding-top: 16px;
}

.c-form-instruction {
  line-height: 1.5em;
}

.c-form-instruction__list {
  padding: 0 0 0 20px;
  margin: 5px 0 10px;
}

.c-form-instruction__list__li {
  line-height: 2em;
  margin: 0 0 5px 20px;
  padding: 0 0 0 8px;
}

.c-form-footnote {
  font-size: 0.8571428571rem;
  color: #6D7278;
  line-height: 1.5em;
  margin-top: 10px;
}

.c-form-label {
  font-size: 0.9285714286rem;
  font-family: "Poppins", sans-serif;
  font-style: normal;
  font-weight: 400;
  color: #6D7278;
  display: block;
  line-height: 28px;
  margin-bottom: 5px;
}

@media only screen and (min-width: 768px) {
  .c-form-label {
    font-size: 1rem;
  }
}

.has-error .c-form-label {
  color: #e03b24;
}

.c-form-label__require {
  display: inline-block;
}

.c-form-label__tooltip {
  color: #15262e;
  display: inline-block !important;
  line-height: 1em;
  margin-left: 6px;
}

.c-form-input {
  font-family: "Poppins", sans-serif;
  font-style: normal;
  font-weight: 400;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-color: #fff;
  border: 1px solid #c2c2c2;
  border-radius: 2px;
  color: currentColor;
  display: block;
  font-size: 13px;
  font-weight: 400;
  line-height: 21px;
  max-height: 47px;
  padding: 11px 15px 11px;
  width: 100%;
}

.c-form-input:focus {
  outline: 1px dashed currentColor;
}

@media only screen and (min-width: 768px) {
  .c-form-input {
    font-size: 14px;
  }
}

.chosen-container .chosen-single {
  font-family: "Poppins", sans-serif;
  font-style: normal;
  font-weight: 400;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-color: #fff;
  border: 1px solid #c2c2c2;
  border-radius: 2px;
  color: currentColor;
  display: block;
  font-size: 13px;
  font-weight: 400;
  line-height: 21px;
  max-height: 47px;
  padding: 11px 15px 11px;
  width: 100%;
  background: #fff;
  box-shadow: none;
  line-height: 30px;
  padding-top: 8px;
  padding-bottom: 9px;
  min-height: 47px;
}

.chosen-container .chosen-single:focus {
  outline: 1px dashed currentColor;
}

@media only screen and (min-width: 768px) {
  .chosen-container .chosen-single {
    font-size: 14px;
  }
}

.chosen-container .chosen-single div {
  width: 27px;
}

.chosen-container .chosen-single div b {
  position: relative;
  background: none !important;
}

.chosen-container .chosen-single div b::after {
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 4px solid #bbd1cd;
  content: "";
  display: block;
  height: 0;
  pointer-events: none;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translate3d(0, -50%, 0);
  width: 0;
  will-change: transform;
  z-index: 1;
}

.chosen-container .chosen-single div b.chosen-container-active::after,
.chosen-container-active .chosen-container .chosen-single div b::after,
.no-js .chosen-container .chosen-single div b::after {
  border-bottom: 4px solid #bbd1cd;
  border-top: 0;
}

.chosen-container .chosen-single div b::after {
  margin-right: 15px;
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 144dpi), only screen and (min-resolution: 1.5dppx) {
  .chosen-container .chosen-single div b {
    background: none !important;
  }
}

.chosen-container .chosen-single.chosen-default,
.chosen-container .chosen-single.chosen-single {
  padding-right: 42px;
}

.chosen-container .chosen-single.chosen-default span,
.chosen-container .chosen-single.chosen-single span {
  color: #15262e;
  height: 100%;
  margin: 0;
}

.chosen-container .chosen-drop {
  background: #fff;
  border-color: #000;
  border-radius: 0;
  box-shadow: none;
}

.chosen-container .chosen-results {
  margin: 0;
  padding: 0;
  max-height: 190px;
}

.chosen-container .chosen-results li {
  font-size: 1.1428571429rem;
  color: #15262e;
  padding: 16px 20px;
}

.chosen-container .chosen-results li.highlighted {
  background: #fff;
  color: #15262e;
}

.chosen-container .chosen-results li.disabled-result {
  display: none;
}

.chosen-container-active.chosen-with-drop .chosen-single {
  background-image: none;
  border-color: #000;
  box-shadow: none;
}

.chosen-container-active.chosen-with-drop .chosen-single div b {
  background: none !important;
}

.chosen-container-active.chosen-with-drop .chosen-single div b::after {
  transform: translate3d(0, -50%, 0) scale(-1);
}

.chosen-container-active.chosen-with-drop .chosen-drop {
  border-top: 1px;
}

.chosen-container-single .chosen-single {
  border-radius: 0;
}

.has-error .chosen-container .chosen-single {
  border-color: #e03b24;
  border-width: 2px;
  color: #e03b24;
}

.has-error .chosen-container .chosen-single div b {
  position: relative;
}

.has-error .chosen-container .chosen-single div b::after {
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 4px solid #e03b24;
  content: "";
  display: block;
  height: 0;
  pointer-events: none;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translate3d(0, -50%, 0);
  width: 0;
  will-change: transform;
  z-index: 1;
}

.has-error .chosen-container .chosen-single div b.chosen-container-active::after,
.chosen-container-active .has-error .chosen-container .chosen-single div b::after,
.no-js .has-error .chosen-container .chosen-single div b::after {
  border-bottom: 4px solid #e03b24;
  border-top: 0;
}

.has-error .chosen-container .chosen-single div b::after {
  margin-right: 13px;
}

.has-error .chosen-container .chosen-single.chosen-single span {
  color: #e03b24;
}

.has-error .chosen-container .chosen-drop {
  border-color: #e03b24;
  border-width: 2px;
  margin-top: -2px;
}

.has-error .chosen-container-active.chosen-with-drop .chosen-single div b::after {
  transform: translate3d(0, -50%, 0) scale(-1);
}

.c-form-select__input-wrapper--caret-dropdown .chosen-container .chosen-single div b {
  border: 0;
  background: transparent url("/img/icons/arrowsmall-right.svg") right top no-repeat !important;
  transform: rotate(90deg);
  height: 16px;
  width: 8px;
  top: 50%;
  margin-top: -8px;
}

.c-form-select__input-wrapper--caret-dropdown .chosen-container .chosen-single div b::after {
  display: none;
}

.c-form-select__input-wrapper--caret-dropdown .chosen-container-active.chosen-with-drop-single div b {
  border: 0;
  background: transparent url("/img/icons/arrowsmall-right.svg") right top no-repeat !important;
  transform: rotate(270deg);
  height: 16px;
  width: 8px;
  top: 50%;
  margin-top: -8px;
}

.c-form-select__input-wrapper--caret-dropdown .chosen-container-active.chosen-with-drop-single div b::after {
  display: none;
}

.c-form-select {
  color: #15262e;
  display: block;
  position: relative;
  width: 100%;
}

.c-form-select__input {
  font-family: "Poppins", sans-serif;
  font-style: normal;
  font-weight: 400;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-color: #fff;
  border: 1px solid #c2c2c2;
  border-radius: 2px;
  color: currentColor;
  display: block;
  font-size: 13px;
  font-weight: 400;
  line-height: 21px;
  max-height: 47px;
  padding: 11px 15px 11px;
  width: 100%;
  cursor: pointer;
  font-size: 13px;
  line-height: 30px;
  padding: 8px 40px 9px 18px;
}

.c-form-select__input:focus {
  outline: 1px dashed currentColor;
}

@media only screen and (min-width: 768px) {
  .c-form-select__input {
    font-size: 14px;
  }
}

.c-form-select__input[disabled] {
  cursor: not-allowed;
  color: #757e8e;
}

@media only screen and (max-width: 767px) {
  .c-form-select__input > :first-child {
    display: none;
  }
}

.c-form-select__option {
  color: currentColor;
}

.c-form-select__option[disabled] {
  color: #757e8e;
}

.c-form-select__option:hover {
  background: #f5f5f5 !important;
}

.c-form-select__optgroup {
  color: currentColor;
}

.c-form-select__input-wrapper {
  position: relative;
  min-height: 50px;
  position: relative;
}

.c-form-select__input-wrapper::after {
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 4px solid #bbd1cd;
  content: "";
  display: block;
  height: 0;
  pointer-events: none;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translate3d(0, -50%, 0);
  width: 0;
  will-change: transform;
  z-index: 1;
}

.c-form-select__input-wrapper._open::after,
._open .c-form-select__input-wrapper::after,
.no-js .c-form-select__input-wrapper::after {
  border-bottom: 4px solid #bbd1cd;
  border-top: 0;
}

.has-error .c-form-select__input-wrapper {
  position: relative;
}

.has-error .c-form-select__input-wrapper::after {
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 4px solid #e03b24;
  content: "";
  display: block;
  height: 0;
  pointer-events: none;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translate3d(0, -50%, 0);
  width: 0;
  will-change: transform;
  z-index: 1;
}

.has-error .c-form-select__input-wrapper._open::after,
._open .has-error .c-form-select__input-wrapper::after,
.no-js .has-error .c-form-select__input-wrapper::after {
  border-bottom: 4px solid #e03b24;
  border-top: 0;
}

.c-form-select__input-wrapper::after {
  margin-right: 15px;
}

.c-form-select__input-wrapper.has-chosen::after {
  display: none;
}

.c-form-select__input-wrapper--caret-dropdown::after {
  border: 0px;
  background: transparent url("/img/icons/arrowsmall-right.svg") right top no-repeat;
  transform: rotate(90deg);
  height: 16px;
  width: 8px;
  top: 50%;
  margin-top: -8px;
}

.c-form-select__label {
  font-size: 0.9285714286rem;
  font-family: "Poppins", sans-serif;
  font-style: normal;
  font-weight: 400;
  color: #6D7278;
  display: block;
  line-height: 28px;
  margin-bottom: 5px;
}

@media only screen and (min-width: 768px) {
  .c-form-select__label {
    font-size: 1rem;
  }
}

.has-error .c-form-select__label {
  color: #e03b24;
}

.c-form-file__label {
  margin-right: 50px;
  min-height: 43px;
}

.c-form-file__name-wrap {
  display: inline-block;
  position: relative;
  vertical-align: middle;
}

.c-form-file__name {
  font-family: "Poppins", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 1rem;
  color: #bbd1cd;
  display: inline-block;
  line-height: 1.2;
  max-width: 165px;
  overflow: hidden;
  text-overflow: ellipsis;
  vertical-align: middle;
  white-space: nowrap;
}

.c-form-file__button {
  bottom: auto;
  display: none;
  font-size: 9px;
  height: 100%;
  line-height: 0;
  margin-right: -20px;
  position: absolute;
  right: 0;
  text-decoration: none;
  top: 50%;
  transform: translateY(-50%);
  width: 11px;
}

.c-form-file__button::after,
.c-form-file__button::before {
  content: "";
  display: block;
  position: absolute;
  pointer-events: none;
  background: #bbd1cd;
  height: 1px;
  left: 50%;
  top: 50%;
  transform-origin: center;
  width: 15px;
  z-index: 1;
}

.c-form-file__button::before {
  transform: translate(-50%, -50%) rotate(-45deg);
}

.c-form-file__button::after {
  transform: translate(-50%, -50%) rotate(45deg);
}

.c-form-textarea {
  font-family: "Poppins", sans-serif;
  font-style: normal;
  font-weight: 400;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-color: #fff;
  border: 1px solid #c2c2c2;
  border-radius: 2px;
  color: currentColor;
  display: block;
  font-size: 13px;
  font-weight: 400;
  line-height: 21px;
  max-height: 47px;
  padding: 11px 15px 11px;
  width: 100%;
  max-height: 1000px;
  min-height: 150px;
  resize: vertical;
}

.c-form-textarea:focus {
  outline: 1px dashed currentColor;
}

@media only screen and (min-width: 768px) {
  .c-form-textarea {
    font-size: 14px;
  }
}

.c-form-text {
  font-size: 1rem;
  color: #15262e;
  line-height: 21px;
  margin: 10px 0;
  padding: 0;
}

.c-form-text strong,
.c-form-text b {
  font-family: "Poppins", sans-serif;
  font-style: normal;
  font-weight: 700;
}

.c-form-text--helper {
  font-family: "Poppins", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 0.8571428571rem;
  color: #4c515c;
  font-style: italic;
}

.c-form-checkbox {
  display: block;
  margin-bottom: 15px;
  position: relative;
  width: 100%;
}

.c-form-checkbox__input:checked + .c-form-checkbox__label::after,
.c-form-checkbox__input:checked + .c-form-checkbox__label:hover::after {
  background-color: #15262e;
}

.c-form-checkbox__input:checked + .c-form-checkbox__label::before,
.c-form-checkbox__input:checked + .c-form-checkbox__label:hover::before {
  border-color: #15262e;
}

.c-form-checkbox__input:focus + .c-form-checkbox__label::before {
  outline: 1px dashed currentColor;
}

.c-form-checkbox__label {
  font-size: 1.1428571429rem;
  color: #4c515c;
  cursor: pointer;
  display: block;
  line-height: 18px;
  padding-left: 36px;
}

.c-form-checkbox__label:hover::after {
  background-color: #efeff2;
}

.c-form-checkbox__label::before {
  content: "";
  display: block;
  position: absolute;
  pointer-events: none;
  border: 1px solid #efeff2;
  border-radius: 2px;
  height: 18px;
  left: 0;
  top: 0;
  width: 18px;
}

.c-form-checkbox__label::after {
  content: "";
  display: block;
  position: absolute;
  pointer-events: none;
  background-color: transparent;
  height: 10px;
  left: 0;
  margin-left: 5px;
  margin-top: 5px;
  top: 0;
  transition: background-color 0.25s ease;
  width: 10px;
}

.c-form-fancy-checkbox {
  align-items: center;
  display: flex;
  flex-flow: row wrap;
  padding-bottom: 13px;
}

@media only screen and (min-width: 768px) {
  .c-form-fancy-checkbox:last-child {
    padding-bottom: 0;
  }
}

.c-form-fancy-checkbox__input {
  border: solid 1px #c2c2c2;
  border-radius: 2px;
  height: 20px;
  margin-right: 15px;
  padding: 0;
  position: relative;
  width: 20px;
}

.c-form-fancy-checkbox__input:before {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  font-size: 0.7142857143rem;
  box-shadow: none;
  bottom: 4px;
  display: none;
}

.c-form-fancy-checkbox__input:checked {
  background-color: #15262e;
  border-color: #15262e;
}

.c-form-fancy-checkbox__input:checked::before {
  display: block;
  color: #fff;
}

.c-form-fancy-checkbox__label {
  font-size: 1rem;
  color: #15262e;
  font-weight: 400;
  line-height: 1.5em;
  margin-right: 25px;
}

@media only screen and (min-width: 768px) {
  .c-form-fancy-checkbox__label {
    font-size: 1.1428571429rem;
  }
}

.c-form-fancy-checkbox__label:last-child {
  margin-right: 0px;
}

.c-form-fancy-checkbox__mb-spacer {
  flex: 0 0 100%;
  height: 10px;
}

@media only screen and (min-width: 768px) {
  .c-form-fancy-checkbox__mb-spacer {
    display: none;
  }
}

.c-form-radio {
  display: inline-block;
  padding-right: 40px;
  vertical-align: middle;
}

.c-form-radio__input:checked + .c-form-radio__label {
  font-family: "Poppins", sans-serif;
  font-style: normal;
  font-weight: 700;
  color: #15262e;
}

.c-form-radio__input:checked + .c-form-radio__label::before {
  border-color: #15262e;
  border-width: 7px;
  height: 6px;
  width: 6px;
}

.c-form-radio__input:focus + .c-form-radio__label::before {
  outline: 1px dashed currentColor;
}

.c-form-radio__label {
  color: #5e6572;
  cursor: pointer;
  display: block;
  font-size: 16px;
  line-height: 22px;
  padding-left: 29px;
  position: relative;
}

.c-form-radio__label::before {
  content: "";
  display: block;
  position: absolute;
  pointer-events: none;
  background-color: #fff;
  border: 1.5px solid #263a43;
  border-radius: 50%;
  height: 16px;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 16px;
}

.c-form-radio-alt {
  align-items: center;
  display: flex;
  flex-flow: row wrap;
  justify-content: flex-start;
  padding-bottom: 13px;
}

@media only screen and (min-width: 768px) {
  .c-form-radio-alt:last-child {
    padding-bottom: 0;
  }
}

.c-form-radio-alt__input {
  border: solid 1px #c2c2c2;
  border-radius: 100% 100%;
  box-sizing: content-box;
  cursor: pointer;
  flex: 0 0 18px;
  height: 18px;
  margin-right: 15px;
  outline: 0;
  padding: 0;
  position: relative;
  width: 18px;
}

.c-form-radio-alt__input::after {
  background-color: #fff;
  border-radius: 100% 100%;
  content: " ";
  display: block;
  height: 8px;
  left: 5px;
  opacity: 0;
  position: absolute;
  top: 5px;
  width: 8px;
}

.c-form-radio-alt__input:checked {
  background-color: #15262e;
  border-color: #15262e;
}

.c-form-radio-alt__input:checked::after {
  opacity: 1;
}

.c-form-radio-alt__label {
  font-size: 1rem;
  color: #15262e;
  font-weight: 400;
  line-height: 1.5em;
  margin-right: 25px;
}

@media only screen and (min-width: 768px) {
  .c-form-radio-alt__label {
    font-size: 1.1428571429rem;
  }
}

.c-form-radio-alt__label:last-child {
  margin-right: 0px;
}

.c-form-radio-alt__mb-spacer {
  flex: 0 0 100%;
  height: 10px;
}

@media only screen and (min-width: 768px) {
  .c-form-radio-alt__mb-spacer {
    display: none;
  }
}

.c-form-rate-table__row {
  margin-top: 10px;
}

@media only screen and (min-width: 768px) {
  .c-form-rate-table__row {
    align-items: center;
    display: flex;
    flex-flow: row nowrap;
    justify-content: flex-end;
    margin-right: auto;
    max-width: 570px;
  }

  .c-form-rate-table__row--nolabel {
    max-width: 430px;
  }
}

.c-form-rate-table__label {
  font-size: 1rem;
  flex: 1 1 auto;
  font-weight: 400;
  line-height: 1.35em;
  padding-bottom: 5px;
  width: auto;
}

@media only screen and (min-width: 768px) {
  .c-form-rate-table__label {
    margin-right: 15px;
    max-width: 225px;
    padding-bottom: 0px;
    text-align: right;
  }
}

.c-form-rate-table__rate {
  align-items: center;
  flex: 0 0 100%;
  display: flex;
  flex-flow: row wrap;
  justify-content: flex-start;
  width: 100%;
}

@media only screen and (min-width: 768px) {
  .c-form-rate-table__rate {
    flex: 0 0 330px;
    width: 330px;
  }
}

.c-form-rate-table__rate__input-container {
  flex: 0 0 calc(100% - 30px);
  width: calc(100% - 30px);
}

@media only screen and (min-width: 768px) {
  .c-form-rate-table__rate__input-container {
    flex: 0 0 300px;
    width: 300px;
  }
}

.c-form-rate-table__rate__percent {
  font-size: 1rem;
  flex: 0 0 30px;
  font-weight: 400;
  line-height: 2em;
  text-align: center;
  width: 30px;
}

.c-form-check-certifications {
  padding-left: 1px;
  padding-top: 1px;
  vertical-align: middle;
}

.c-form-check-certifications__input {
  display: none;
}

.c-form-check-certifications__label {
  font-size: 1rem;
  align-items: center;
  border: 1px solid #e0e5e8;
  cursor: pointer;
  display: inline-flex;
  font-weight: 400;
  height: 46px;
  line-height: 1.15em;
  justify-content: center;
  margin-left: -1px;
  margin-top: -1px;
  padding: 0px;
  position: relative;
  z-index: 1;
  text-transform: uppercase;
  vertical-align: middle;
  width: 75px;
}

.c-form-check-certifications__label__img {
  height: auto;
  max-height: 16px;
  max-width: 32px;
  width: auto;
}

.c-form-check-certifications .c-form-check-certifications__input:checked + label {
  background: #15262e;
  border-color: #15262e;
  color: #ffffff;
  z-index: 2;
}

.c-form-check-certifications .c-form-check-certifications__input:checked + label .c-form-check-certifications__label__rare-forever-text {
  fill: #fff;
}

.c-form--login-drop {
  border-bottom: 1px solid #e0e5e8;
  margin-bottom: 20px;
  max-width: 290px;
}

.c-form--login-drop .c-form__submit {
  font-size: 0.8571428571rem;
  width: 100%;
}

.c-form-contact-us {
  background: #f8f8f8;
  padding: 45px 0 50px;
}

@media only screen and (min-width: 768px) {
  .c-form-contact-us {
    padding: 75px 0 100px;
  }
}

@media only screen and (min-width: 1025px) {
  .c-form-contact-us {
    padding: 85px 0;
  }
}

.c-form-contact-us__container {
  display: block;
}

@media only screen and (min-width: 1025px) {
  .c-form-contact-us__container {
    align-items: top;
    display: flex;
    flex-flow: row-reverse wrap;
    justify-content: space-between;
    padding-left: 90px;
    padding-right: 125px;
  }
}

@media only screen and (min-width: 768px) {
  .c-form-contact-us__sidebar {
    align-items: flex-start;
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
    padding: 0 30px;
  }
}

@media only screen and (min-width: 1025px) {
  .c-form-contact-us__sidebar {
    box-sizing: content-box;
    display: block;
    flex: 0 0 320px;
    padding: 0 0 0 50px;
  }
}

.c-form-contact-us__sidebar__top {
  background: #E0E5E8;
  max-width: 320px;
}

@media only screen and (min-width: 768px) {
  .c-form-contact-us__sidebar__top {
    flex: 0 0 calc(50% - 40px);
    max-width: none;
  }
}

.c-form-contact-us__sidebar__top-inner {
  padding: 45px 35px;
}

@media only screen and (min-width: 768px) {
  .c-form-contact-us__sidebar__bottom {
    flex: 0 0 calc(50% - 5px);
  }
}

.c-form-contact-us__sidebar__bottom-inner {
  margin: 40px 0 0;
  padding: 0 35px;
}

@media only screen and (min-width: 768px) {
  .c-form-contact-us__sidebar__bottom-inner {
    margin-top: 0px;
  }
}

@media only screen and (min-width: 1025px) {
  .c-form-contact-us__sidebar__bottom-inner {
    margin-top: 25px;
  }
}

.c-form-contact-us__phone-icon {
  display: inline-block;
  margin: 0 12px 0 0;
  vertical-align: middle;
}

.c-form-contact-us__phone-heading {
  font-weight: 500;
  vertical-align: middle;
}

@media only screen and (min-width: 768px) {
  .c-form-contact-us__phone-heading {
    letter-spacing: 1px;
  }
}

.c-form-contact-us__phone-heading a {
  color: inherit;
  text-decoration: none;
}

.c-form-contact-us__phone-line {
  color: #5E6572;
}

.c-form-contact-us__phone-line a {
  color: inherit;
  text-decoration: none;
}

.c-form-contact-us__chat {
  padding: 20px 0 30px;
  vertical-align: middle;
}

.c-form-contact-us__chat a {
  color: inherit;
  text-decoration: none;
}

.c-form-contact-us__chat-icon {
  display: inline-block;
  margin-right: 10px;
  vertical-align: middle;
}

.c-form-contact-us__address-group {
  color: #5E6572;
  margin-bottom: 20px;
}

.c-form-contact-us__address-group .u-typography--h2,
.c-form-contact-us__address-group .u-typography--h3,
.c-form-contact-us__address-group .u-typography--subheadline {
  font-size: 1.1428571429rem;
  color: #15262e;
  letter-spacing: 0;
  line-height: 32px;
  margin-bottom: 10px;
}

@media only screen and (min-width: 768px) {
  .c-form-contact-us__address-group .u-typography--h2,
  .c-form-contact-us__address-group .u-typography--h3,
  .c-form-contact-us__address-group .u-typography--subheadline {
    font-size: 1.2857142857rem;
  }
}

@media only screen and (min-width: 768px) {
  .c-form-contact-us__address-group .u-typography--h2,
  .c-form-contact-us__address-group .u-typography--h3,
  .c-form-contact-us__address-group .u-typography--subheadline {
    line-height: 24px;
  }
}

.c-form-contact-us__form {
  background: #ffffff;
  margin-top: 50px;
  padding: 50px 30px;
}

@media only screen and (min-width: 768px) {
  .c-form-contact-us__form {
    margin-top: 75px;
  }
}

@media only screen and (min-width: 1025px) {
  .c-form-contact-us__form {
    flex: 1 1 20px;
    margin-top: 0px;
  }
}

.c-form-contact-us__form__heading {
  align-items: flex-end;
  display: flex;
  padding-bottom: 20px;
}

.c-form-contact-us__form__requirements {
  font-size: 12px;
  line-height: 26px;
  margin-left: 10px;
}

.c-form-contact-us__form__requirements--bottom {
  line-height: 1.5em;
  margin-left: 0;
  margin-bottom: 15px;
}

.c-form-contact-us__form-group-container {
  margin: 0 -15px 15px;
}

.c-form-contact-us__form-group-subheading {
  font-size: 1rem;
  line-height: 1.45em;
  padding: 5px 0;
  font-weight: 400;
}

@media only screen and (min-width: 768px) {
  .c-form-contact-us__form-group-subheading {
    font-size: 1.1428571429rem;
  }
}

@media only screen and (min-width: 768px) {
  .c-form-contact-us__form-group-subheading {
    padding: 8px 0;
  }
}

.c-form-contact-us__form-group {
  margin-top: 15px;
  padding: 0 15px;
}

.c-form-contact-us__form-group:first-child {
  margin-top: 0px;
}

@media only screen and (min-width: 768px) {
  .c-form-contact-us__form-group {
    margin-top: 0px;
  }
}

.c-form-contact-us__form-submit {
  margin-top: 10px;
}

.c-login-box {
  background: #f8f8f8;
  padding: 50px 20px 70px;
}

@media only screen and (min-width: 768px) {
  .c-login-box {
    padding: 60px 0 100px;
  }
}

@media only screen and (min-width: 1025px) {
  .c-login-box {
    padding-bottom: 120px;
  }
}

.c-login-box__container {
  margin: 0 auto;
  max-width: 400px;
  width: 100%;
}

.c-login-box__box {
  background: #fff;
  box-shadow: 2px 2px 4px 0px rgba(0, 0, 0, 0.1);
  padding: 20px 20px 40px;
}

@media only screen and (min-width: 768px) {
  .c-login-box__box {
    padding: 40px 30px 60px;
  }
}

.c-login-box__title {
  font-size: 1.2857142857rem;
  font-weight: 400;
  letter-spacing: 0.5px;
  line-height: 1.5em;
  margin-bottom: 12px;
}

@media only screen and (min-width: 768px) {
  .c-login-box__title {
    font-size: 1.5rem;
  }
}

@media only screen and (min-width: 768px) {
  .c-login-box__title {
    text-align: center;
    margin-bottom: 20px;
  }
}

.c-login-box__title--alt {
  display: block;
  padding-bottom: 20px;
  position: relative;
  text-align: left;
}

@media only screen and (min-width: 768px) {
  .c-login-box__title--alt {
    padding-bottom: 25px;
    text-align: left;
  }
}

.c-login-box__title--alt::after {
  background: #e0e5e8;
  bottom: 0px;
  content: "";
  display: block;
  height: 1px;
  left: -20px;
  overflow: hidden;
  position: absolute;
  right: -20px;
  width: auto;
}

@media only screen and (min-width: 768px) {
  .c-login-box__title--alt::after {
    left: -30px;
    right: -30px;
  }
}

.c-login-box__subheading {
  font-size: 1.1428571429rem;
  font-weight: 300;
  letter-spacing: 0.5px;
  line-height: 1.5em;
  margin-bottom: 15px;
  text-align: center;
}

.c-login-box__label-link {
  align-items: center;
  display: flex;
  flex-flow: row nowrap;
  justify-content: flex-start;
}

.c-login-box__label-link__a {
  font-size: 0.8571428571rem;
  color: #15262e;
  margin-bottom: 5px;
  margin-left: auto;
}

.c-login-box__form-group {
  padding-bottom: 10px;
}

.c-login-box__form-group--login-button {
  margin-top: 10px;
}

.c-login-box__form-group--bottom-links {
  margin: 15px 10px 0;
  padding-bottom: 0px;
  padding-top: 20px;
  position: relative;
}

.c-login-box__form-group--bottom-links::after {
  border-top: 1px solid #e0e5e8;
  content: " ";
  display: block;
  height: 1px;
  left: 0px;
  overflow: hidden;
  position: absolute;
  right: 0px;
  top: 0px;
}

.c-navigation-social {
  line-height: 0;
  list-style: none;
  margin: 0;
  padding: 0;
}

.c-navigation-social__item {
  display: inline-block;
  margin-right: 16px;
  vertical-align: middle;
}

.c-navigation-social__item:last-child {
  margin-right: 0;
}

.c-navigation-social__anchor {
  font-size: 1.0714285714rem;
  display: inline-block;
}

.c-navigation-social--primary .c-navigation-social__anchor {
  color: #15262e;
  text-decoration: none;
}

.c-navigation-social--primary .c-navigation-social__anchor:hover {
  cursor: pointer;
  color: #0b1519;
}

.c-navigation-social--secondary .c-navigation-social__anchor {
  color: #5e6572;
  text-decoration: none;
}

.c-navigation-social--secondary .c-navigation-social__anchor:hover {
  cursor: pointer;
  color: #505661;
}

.c-navigation-social--tertiary .c-navigation-social__anchor {
  color: #fff;
  text-decoration: none;
}

.c-navigation-social--tertiary .c-navigation-social__anchor:hover {
  cursor: pointer;
  color: #f0f0f0;
}

.c-navigation-breadcrumb {
  background-color: #fafafa;
}

.c-navigation-breadcrumb__crust {
  list-style-type: none;
  overflow: hidden;
  padding-bottom: 35px;
  padding-top: 15px;
  text-overflow: ellipsis;
  white-space: nowrap;
}

@media only screen and (min-width: 768px) {
  .c-navigation-breadcrumb__crust {
    padding-bottom: 41px;
    padding-top: 30px;
  }
}

@media only screen and (min-width: 1025px) {
  .c-navigation-breadcrumb__crust {
    padding-bottom: 60px;
  }
}

.c-navigation-breadcrumb__crumb {
  font-size: 0.7142857143rem;
  color: #7c99a1;
  display: inline;
}

@media only screen and (min-width: 768px) {
  .c-navigation-breadcrumb__crumb {
    font-size: 1rem;
  }
}

.c-navigation-breadcrumb__crumb::after {
  color: #6d7278;
  content: "/";
  padding: 0 5px;
}

.c-navigation-breadcrumb__crumb:last-child::after {
  content: "";
  padding: 0;
}

.c-navigation-breadcrumb__anchor.is-current {
  color: #15262e;
  text-decoration: none;
}

.c-navigation-interior {
  position: relative;
}

.c-navigation-interior__inner {
  background-color: #fff;
  position: relative;
  width: 100%;
  z-index: 999;
}

.c-navigation-interior__inner.is-fixed {
  position: fixed;
  left: 0;
  top: 0;
}

.c-navigation-interior__inner.is-fixed .c-navigation-interior__menu-anchor {
  opacity: 0.35;
}

.c-navigation-interior__inner.is-fixed .c-navigation-interior__menu-anchor.is-active {
  opacity: 1;
}

.c-navigation-interior__inner.is-condensed .c-navigation-interior__menu-toggle {
  padding-bottom: 20px;
  padding-top: 20px;
}

.c-navigation-interior__inner.is-condensed .c-navigation-interior__menu-list {
  top: 71px;
}

@media only screen and (min-width: 768px) {
  .c-navigation-interior__inner.is-condensed .c-navigation-interior__menu-toggle {
    padding-bottom: 0;
    padding-top: 0;
  }

  .c-navigation-interior__inner.is-condensed .c-navigation-interior__menu-list {
    top: 0;
  }

  .c-navigation-interior__inner.is-condensed .c-navigation-interior__menu-item {
    padding-bottom: 25px;
    padding-top: 25px;
  }

  .c-navigation-interior__inner.is-condensed .c-navigation-interior__menu-anchor {
    padding-bottom: 0;
  }

  .c-navigation-interior__inner.is-condensed .c-navigation-interior__menu-anchor:before {
    display: none;
  }

  .c-navigation-interior__inner.is-condensed .c-navigation-interior__menu-anchor.is-active:after {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    content: "";
    display: block;
    position: absolute;
    pointer-events: none;
    bottom: -25px;
    background-color: #d3dfdd;
    height: 2px;
    width: calc(100% - 6px);
  }
}

.c-navigation-interior__menu {
  height: 100%;
  text-align: center;
  width: 100%;
}

.c-navigation-interior__menu:before {
  content: "";
  display: block;
  position: absolute;
  pointer-events: none;
  background-image: linear-gradient(270deg, #FFFFFF 0%, rgba(255, 255, 255, 0) 100%);
  height: 100%;
  right: 0;
  top: 0;
  width: 40px;
  z-index: 1;
}

.c-navigation-interior__menu-toggle {
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.1);
  padding-bottom: 30px;
  padding-top: 30px;
  width: 100%;
}

@media only screen and (min-width: 768px) {
  .c-navigation-interior__menu-toggle {
    display: none;
  }
}

@media only screen and (min-width: 768px) {
  .c-navigation-interior__menu-toggle.is-expanded .c-navigation-interior__menu-toggle-label::before {
    display: none;
  }
}

.c-navigation-interior__menu-toggle-label-container {
  font-family: "Poppins", sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 1rem;
  letter-spacing: 1px;
  line-height: 16px;
  padding-right: 18px;
  position: relative;
}

.c-navigation-interior__menu-toggle-label-container.is-expanded:before {
  transform: rotate(180deg);
}

.c-navigation-interior__menu-toggle-label {
  display: inline-block;
  padding-bottom: 15px;
  position: relative;
}

.c-navigation-interior__menu-toggle-label:before {
  content: "";
  display: block;
  position: absolute;
  pointer-events: none;
  background-color: #d3dfdd;
  bottom: 0;
  height: 2px;
  left: 50%;
  transform: translateX(-50%);
  width: 40px;
}

.c-navigation-interior__menu-toggle-label:after {
  content: "";
  display: block;
  position: absolute;
  pointer-events: none;
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-top: 5px solid #15262e;
  display: block;
  height: 0;
  right: -18px;
  top: 7px;
  width: 0;
  z-index: 1;
}

.c-navigation-interior__menu-list {
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.1);
  background-color: #fff;
  left: 0;
  max-height: 0;
  overflow: hidden;
  position: absolute;
  top: 93px;
  transition: all 0.1s ease-in-out;
  width: 100%;
}

@media only screen and (min-width: 768px) {
  .c-navigation-interior__menu-list {
    display: flex;
    flex-wrap: nowrap;
    height: 100%;
    max-height: none;
    -ms-overflow-style: none;
    scrollbar-width: none;
    overflow-x: scroll;
    overflow-y: hidden;
    position: relative;
    top: 0;
  }

  .c-navigation-interior__menu-list::-webkit-scrollbar {
    display: none;
  }
}

@media only screen and (min-width: 1025px) {
  .c-navigation-interior__menu-list {
    justify-content: center;
  }
}

.c-navigation-interior__menu-item {
  display: block;
  transition: all 0.05s ease-in-out;
}

.c-navigation-interior__menu-item:last-child {
  padding-bottom: 30px;
}

@media only screen and (min-width: 768px) {
  .c-navigation-interior__menu-item {
    padding: 40px 41px;
    white-space: nowrap;
  }
}

.c-navigation-interior__menu-anchor {
  font-family: "Poppins", sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 1rem;
  color: #15262e;
  display: block;
  letter-spacing: 1px;
  opacity: 0.35;
  padding-bottom: 10px;
  padding-top: 10px;
  position: relative;
  text-decoration: none;
  transition: all 0.1s ease-in-out;
}

@media only screen and (min-width: 768px) {
  .c-navigation-interior__menu-anchor {
    opacity: 1;
    padding-bottom: 25px;
    padding-top: 0;
  }

  .c-navigation-interior__menu-anchor:before {
    content: "";
    display: block;
    position: absolute;
    pointer-events: none;
    background-color: #d3dfdd;
    bottom: 0;
    height: 2px;
    left: 50%;
    transform: translateX(-50%);
    width: 40px;
  }
}

.c-navigation-interior__menu-anchor.is-active {
  display: none;
}

@media only screen and (min-width: 768px) {
  .c-navigation-interior__menu-anchor.is-active {
    display: block;
    opacity: 1;
  }
}

.c-navigation-interior__menu-anchor.is-disabled {
  opacity: 0.35;
}

.c-navigation-icon-heading {
  background-color: #fafafa;
}

.c-navigation-icon-heading__container {
  align-items: center;
  display: flex;
  margin-left: auto;
  margin-right: auto;
  max-width: 1280px;
  padding: 30px 40px 25px;
  position: relative;
}

@media only screen and (min-width: 768px) {
  .c-navigation-icon-heading__container {
    padding-bottom: 29px;
    padding-top: 40px;
  }
}

@media only screen and (min-width: 1025px) {
  .c-navigation-icon-heading__container {
    padding-bottom: 40px;
    padding-left: 8.125%;
    padding-right: 8.125%;
    padding-top: 40px;
  }
}

.c-navigation-icon-heading__inner {
  height: 100%;
  position: relative;
  width: 100%;
}

.c-navigation-icon-heading__link {
  text-decoration: none;
}

.c-navigation-icon-heading__icon {
  font-size: 1.1428571429rem;
  left: 0;
  position: absolute;
  top: 0;
  transition: all 0.5s ease-in-out;
}

@media only screen and (min-width: 768px) {
  .c-navigation-icon-heading__icon {
    font-size: 1.2857142857rem;
  }
}

.c-navigation-icon-heading__icon:hover {
  left: -10px;
}

.c-navigation-icon-heading__header {
  font-family: "Poppins", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 1rem;
  display: none;
  line-height: 16px;
  text-transform: capitalize;
}

@media only screen and (min-width: 768px) {
  .c-navigation-icon-heading__header {
    display: block;
    padding-left: 79px;
  }
}

.c-navigation-interior-scroll {
  overflow: hidden;
}

.c-navigation-interior-scroll__container {
  margin-left: auto;
  margin-right: auto;
  max-width: 1280px;
  position: relative;
}

.c-navigation-interior-scroll__container::after {
  background: linear-gradient(to right, rgba(255, 255, 255, 0), rgb(255, 255, 255));
  content: " ";
  display: block;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  width: 20px;
}

.c-navigation-interior-scroll__nav {
  padding-left: 20px;
}

@media only screen and (min-width: 768px) {
  .c-navigation-interior-scroll__nav {
    padding-left: 70px;
  }
}

@media only screen and (min-width: 1025px) {
  .c-navigation-interior-scroll__nav {
    padding-left: 122px;
  }
}

.c-navigation-interior-scroll__a--stepper-link {
  color: #15262e !important;
}

.c-navigation-interior-scroll__a--stepper-link[disabled] {
  background: none;
}

.c-navigation-interior-scroll .c-navigation-interior-scroll__li.is-current .c-navigation-interior-scroll__a {
  color: #15262e;
}

.c-navigation-interior-scroll--centered {
  align-items: flex-start;
  display: flex;
  flex-flow: row nowrap;
  justify-content: center;
}

.c-navigation-interior-scroll--centered .c-navigation-interior-scroll__nav {
  flex: 0 0 auto;
  padding-left: 20px !important;
  padding-right: 20px !important;
}

.c-navigation-interior-scroll--centered .c-my-account-top-nav__nav.is-docked,
.c-navigation-interior-scroll--centered .is-docked.c-navigation-interior-scroll__nav {
  left: auto !important;
}

.c-cardlist-benefits__items {
  align-items: flex-start;
  display: flex;
  flex-wrap: wrap;
  font-size: 0;
  justify-content: center;
  margin: -25px -20px;
  text-align: center;
}

@media only screen and (min-width: 768px) {
  .c-cardlist-benefits__items {
    margin: -30px -14px;
  }
}

@media only screen and (min-width: 1025px) {
  .c-cardlist-benefits__items {
    flex-wrap: nowrap;
    margin: -30px -50px;
  }
}

.c-cardlist-benefits__item {
  display: inline-block;
  line-height: 0;
  max-width: 335px;
  padding: 25px 20px;
  text-align: center;
}

@media only screen and (min-width: 768px) {
  .c-cardlist-benefits__item {
    max-width: 328px;
    padding: 30px 14px;
  }
}

@media only screen and (min-width: 1025px) {
  .c-cardlist-benefits__item {
    max-width: 400px;
    padding-left: 50px;
    padding-right: 50px;
  }
}

.c-cardlist-benefits__item-icon {
  font-size: 1rem;
  color: #d3dfdd;
  display: inline-block;
  line-height: 1;
  margin-bottom: 20px;
}

.c-cardlist-benefits__item-text {
  font-size: 0.9285714286rem;
  line-height: 28px;
  margin-top: 10px;
}

@media only screen and (min-width: 768px) {
  .c-cardlist-benefits__item-text {
    font-size: 1rem;
  }
}

.c-cardlist-benefits__item-button {
  margin-top: 30px;
}

.c-cardlist-benefits--with-spacing {
  margin-bottom: 35px;
  margin-top: 40px;
  position: relative;
}

@media only screen and (min-width: 768px) {
  .c-cardlist-benefits--with-spacing {
    margin-bottom: 50px;
    margin-top: 75px;
  }
}

.c-cardlist-benefits--with-spacing .c-cardlist-benefits__items {
  margin-bottom: 0;
  margin-top: 0;
}

.c-cardlist-staggered__container {
  display: block;
  padding: 60px 0 70px;
}

@media only screen and (min-width: 768px) {
  .c-cardlist-staggered__container {
    padding-left: 9.1145833333%;
    padding-right: 17.3177083333%;
  }
}

@media only screen and (min-width: 1025px) {
  .c-cardlist-staggered__container {
    padding-bottom: 20px;
    padding-left: 3.90625%;
    padding-right: 3.90625%;
    padding-top: 100px;
  }
}

@media only screen and (min-width: 1280px) {
  .c-cardlist-staggered__container {
    padding-left: 50px;
    padding-right: 50px;
  }
}

.c-cardlist-staggered__top-container {
  padding-left: 40px;
  padding-right: 20px;
}

@media only screen and (min-width: 768px) {
  .c-cardlist-staggered__top-container {
    padding: 0;
  }
}

@media only screen and (min-width: 1025px) {
  .c-cardlist-staggered__top-container {
    display: flex;
    flex: 1;
    margin-top: 60px;
  }
}

.c-cardlist-staggered__script {
  color: #7c99a1;
  margin-top: 20px;
}

@media only screen and (min-width: 1025px) {
  .c-cardlist-staggered__copy-container {
    padding-left: 65px;
    padding-right: 65px;
    width: 50%;
  }
}

@media only screen and (min-width: 1025px) {
  .c-cardlist-staggered__copy-container:nth-child(odd) {
    margin-top: -60px;
    margin-bottom: 109px;
  }
}

.c-cardlist-staggered__copy {
  margin-top: 30px;
}

@media only screen and (min-width: 1025px) {
  .c-cardlist-staggered__copy {
    margin-top: 0;
  }
}

.c-cardlist-staggered__button {
  margin-top: 30px;
}

.c-cardlist-staggered__bottom-container {
  padding-top: 10px;
}

@media only screen and (min-width: 1025px) {
  .c-cardlist-staggered__bottom-container {
    align-items: flex-start;
    display: flex;
    padding-top: 0;
  }
}

.c-cardlist-staggered__card {
  overflow: hidden;
  margin-top: 40px;
  min-height: 433px;
  padding-left: 20px;
  padding-right: 20px;
  position: relative;
}

.c-cardlist-staggered__card:nth-child(odd) {
  background-color: #e0e5e8;
}

@media only screen and (min-width: 1025px) {
  .c-cardlist-staggered__card:nth-child(odd) {
    margin-right: 25px;
    margin-top: -33px;
  }
}

.c-cardlist-staggered__card:nth-child(even) {
  background-color: #d3dfdd;
}

@media only screen and (min-width: 1025px) {
  .c-cardlist-staggered__card:nth-child(even) {
    margin-left: 25px;
  }
}

@media only screen and (min-width: 1025px) {
  .c-cardlist-staggered__card {
    margin-top: 76px;
    width: 53.90625%;
  }
}

.c-cardlist-staggered__card:hover .c-cardlist-staggered__card-image-area {
  transform: translateY(-50%) scale(1.1);
}

.c-cardlist-staggered__card-copy-container {
  padding: 40px 20px 198px 20px;
}

@media only screen and (min-width: 768px) {
  .c-cardlist-staggered__card-copy-container {
    max-width: 290px;
    padding-bottom: 100px;
    padding-top: 60px;
    width: 54.7169811321%;
  }
}

@media only screen and (min-width: 1025px) {
  .c-cardlist-staggered__card-copy-container {
    width: 55.2380952381%;
  }
}

.c-cardlist-staggered__card-text {
  margin-top: 15px;
}

.c-cardlist-staggered__card-button {
  margin-top: 25px;
}

.c-cardlist-staggered__card-image-area {
  bottom: 0;
  right: 0;
  margin-bottom: -32px;
  position: absolute;
  transition: transform 1s ease-in-out;
  transform-origin: center;
  width: 100%;
  z-index: 2;
}

@media only screen and (min-width: 768px) {
  .c-cardlist-staggered__card-image-area {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    margin-bottom: 0;
    margin-right: -21.592920354%;
    margin-top: 0;
    left: auto;
    right: 0;
    width: auto;
  }
}

@media only screen and (min-width: 1025px) {
  .c-cardlist-staggered__card-image-area {
    left: 0;
    margin-left: 330px;
    margin-right: 0;
    right: auto;
  }
}

.c-cardlist-staggered__image {
  height: 190px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

@media only screen and (min-width: 768px) {
  .c-cardlist-staggered__image {
    height: auto;
    width: 350px;
  }
}

.c-cardlist-staggered__angle {
  height: 100%;
  position: absolute;
  top: 0;
  z-index: 1;
}

.c-cardlist-staggered__angle--left {
  left: 0;
}

.c-cardlist-staggered__angle--right {
  right: 0;
}

.c-cardlist-circle-image__container {
  overflow: hidden;
  padding-bottom: 15px;
  position: relative;
}

.c-cardlist-circle-image__cardlist-container,
.c-cardlist-circle-image-condensed__cardlist-container {
  margin-left: auto;
  margin-right: auto;
  margin-top: -110px;
  max-width: 1280px;
  padding-left: 20px;
  padding-right: 20px;
}

@media only screen and (min-width: 768px) {
  .c-cardlist-circle-image__cardlist-container,
  .c-cardlist-circle-image-condensed__cardlist-container {
    margin-top: -216px;
    padding-left: 122px;
    padding-right: 122px;
  }
}

@media only screen and (min-width: 1025px) {
  .c-cardlist-circle-image__cardlist-container,
  .c-cardlist-circle-image-condensed__cardlist-container {
    display: flex;
    padding-left: 90px;
    padding-right: 90px;
  }
}

.c-cardlist-circle-image__cards-left .c-cardlist-circle-image__card:nth-child(odd),
.c-cardlist-circle-image-condensed__cards-left .c-cardlist-circle-image__card:nth-child(odd) {
  background-color: #e0e5e8;
}

.c-cardlist-circle-image__cards-left .c-cardlist-circle-image__card:nth-child(even),
.c-cardlist-circle-image-condensed__cards-left .c-cardlist-circle-image__card:nth-child(even) {
  background-color: #d3dfdd;
}

@media only screen and (min-width: 1025px) {
  .c-cardlist-circle-image__cards-left,
  .c-cardlist-circle-image-condensed__cards-left {
    padding-right: 25px;
    width: 50%;
  }
}

.c-cardlist-circle-image__cards-right .c-cardlist-circle-image__card:nth-child(odd),
.c-cardlist-circle-image-condensed__cards-right .c-cardlist-circle-image__card:nth-child(odd) {
  background-color: #d3dfdd;
}

.c-cardlist-circle-image__cards-right .c-cardlist-circle-image__card:nth-child(even),
.c-cardlist-circle-image-condensed__cards-right .c-cardlist-circle-image__card:nth-child(even) {
  background-color: #e0e5e8;
}

@media only screen and (min-width: 1025px) {
  .c-cardlist-circle-image__cards-right,
  .c-cardlist-circle-image-condensed__cards-right {
    margin-top: 109px;
    padding-left: 25px;
    width: 50%;
  }
}

.c-cardlist-circle-image__card {
  margin-bottom: 25px;
  min-height: 298px;
  padding: 40px 40px 45px;
  position: relative;
  text-align: left;
  width: 100%;
}

@media only screen and (min-width: 768px) {
  .c-cardlist-circle-image__card {
    margin-bottom: 50px;
    padding: 60px 60px 100px;
  }
}

.c-cardlist-circle-image__card--bg-brand-tertiary {
  background-color: #bbd1cd;
}

.c-cardlist-circle-image__card--bg-light-pastel {
  background-color: #d3dfdd;
}

.c-cardlist-circle-image__card-heading {
  padding-right: 20px;
}

.c-cardlist-circle-image__card-copy {
  font-family: "Poppins", sans-serif;
  font-style: normal;
  font-weight: 300;
  font-size: 0.9285714286rem;
  line-height: 28px;
  padding-bottom: 20px;
  padding-top: 10px;
}

@media only screen and (min-width: 768px) {
  .c-cardlist-circle-image__card-copy {
    font-size: 1rem;
  }
}

@media only screen and (min-width: 768px) {
  .c-cardlist-circle-image__card-copy {
    padding-bottom: 30px;
    padding-top: 20px;
  }
}

.c-cardlist-circle-image__image-area {
  border-radius: 50%;
  bottom: -15px;
  height: 100px;
  overflow: hidden;
  position: absolute;
  right: 20px;
  width: 100px;
}

@media only screen and (max-width: 374px) {
  .c-cardlist-circle-image__image-area {
    right: 5px;
  }
}

@media only screen and (min-width: 768px) {
  .c-cardlist-circle-image__image-area {
    bottom: -25px;
    height: 150px;
    right: 40px;
    width: 150px;
  }
}

.c-cardlist-circle-image__image {
  font-family: "object-fit: cover; object-position: 50% 50%;";
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  width: 100%;
}

.c-cardlist-circle-image-condensed__container {
  overflow: hidden;
  padding-bottom: 45px;
  position: relative;
}

@media only screen and (min-width: 768px) {
  .c-cardlist-circle-image-condensed__container {
    padding-bottom: 8px;
  }
}

.c-cardlist-circle-image-condensed__banner-container {
  background-color: #fafafa;
  padding: 60px 40px 305px;
  position: relative;
  text-align: center;
}

@media only screen and (min-width: 768px) {
  .c-cardlist-circle-image-condensed__banner-container {
    padding: 75px 100px 326px;
  }
}

@media only screen and (min-width: 1025px) {
  .c-cardlist-circle-image-condensed__banner-container {
    padding-bottom: 382px;
    padding-left: 0;
    padding-right: 0;
  }
}

.c-cardlist-circle-image-condensed__banner-content {
  margin-left: auto;
  margin-right: auto;
  max-width: 800px;
  position: relative;
}

@media only screen and (min-width: 1025px) {
  .c-cardlist-circle-image-condensed__banner-content {
    padding-left: 40px;
    padding-right: 40px;
  }
}

.c-cardlist-circle-image-condensed__banner-heading {
  color: #15262e;
  padding-top: 40px;
}

.c-cardlist-circle-image-condensed__banner-subheading {
  font-family: "beyond_infinityregular";
  font-style: normal;
  font-weight: 400;
  font-size: 3.4285714286rem;
  color: #7c99a1;
  line-height: 48px;
  padding-top: 40px;
}

@media only screen and (min-width: 768px) {
  .c-cardlist-circle-image-condensed__banner-subheading {
    font-size: 4.8571428571rem;
  }
}

@media only screen and (min-width: 768px) {
  .c-cardlist-circle-image-condensed__banner-subheading {
    line-height: 56px;
  }
}

.c-cardlist-circle-image-condensed__banner-copy {
  color: #15262e;
  padding-top: 15px;
}

.c-cardlist-circle-image-condensed__cardlist-container {
  margin-top: -235px;
}

@media only screen and (min-width: 768px) {
  .c-cardlist-circle-image-condensed__cardlist-container {
    padding-left: 102px;
    padding-right: 101px;
  }
}

@media only screen and (min-width: 1025px) {
  .c-cardlist-circle-image-condensed__cardlist-container {
    margin-top: -282px;
    padding-left: 50px;
    padding-right: 50px;
  }
}

.c-cardlist-circle-image-condensed__card {
  margin-bottom: 25px;
  min-height: 298px;
  padding: 40px 40px 45px;
  position: relative;
  text-align: left;
  width: 100%;
}

@media only screen and (min-width: 768px) {
  .c-cardlist-circle-image-condensed__card {
    margin-bottom: 70px;
    min-height: 500px;
    padding-top: 50px;
  }
}

.c-cardlist-circle-image-condensed__card--bg-background-tertiary {
  background-color: #e0e5e8;
}

.c-cardlist-circle-image-condensed__card--bg-accent-pastel {
  background-color: #d3dfdd;
}

.c-cardlist-circle-image-condensed__card-overlay {
  background: rgba(255, 255, 255, 0.2);
  height: 100%;
  position: absolute;
  top: 0;
  width: 85px;
}

.c-cardlist-circle-image-condensed__card-overlay__svg-container {
  bottom: 0;
  position: absolute;
  overflow: hidden;
  top: 0;
}

.c-cardlist-circle-image-condensed__card-overlay__svg {
  height: calc(100% + 2px);
  position: absolute;
  top: -1px;
  width: calc(100% + 1px);
}

.c-cardlist-circle-image-condensed__card-overlay--left {
  left: 0;
  width: 87px;
}

@media only screen and (min-width: 768px) {
  .c-cardlist-circle-image-condensed__card-overlay--left {
    width: 253px;
  }
}

.c-cardlist-circle-image-condensed__card-overlay--left .c-cardlist-circle-image-condensed__card-overlay__svg-container {
  left: 100%;
  transform: scaleX(-1) scaleY(-1);
  width: 193px;
}

@media only screen and (min-width: 768px) {
  .c-cardlist-circle-image-condensed__card-overlay--left .c-cardlist-circle-image-condensed__card-overlay__svg-container {
    width: 223px;
  }
}

.c-cardlist-circle-image-condensed__card-overlay--right {
  right: 0;
  width: 87px;
}

@media only screen and (min-width: 768px) {
  .c-cardlist-circle-image-condensed__card-overlay--right {
    width: 143px;
  }
}

.c-cardlist-circle-image-condensed__card-overlay--right .c-cardlist-circle-image-condensed__card-overlay__svg-container {
  right: 100%;
  width: 193px;
}

@media only screen and (min-width: 768px) {
  .c-cardlist-circle-image-condensed__card-overlay--right .c-cardlist-circle-image-condensed__card-overlay__svg-container {
    width: 244px;
  }
}

.c-cardlist-circle-image-condensed__card-content {
  position: relative;
  z-index: 1;
}

.c-cardlist-circle-image-condensed__card-logo {
  height: auto;
  padding-bottom: 15px;
}

.c-cardlist-circle-image-condensed__card-logo--rare-and-forever {
  width: 208px;
}

.c-cardlist-circle-image-condensed__card-logo--you-me-we {
  width: 156px;
}

.c-cardlist-circle-image-condensed__card-heading {
  padding-right: 20px;
}

.c-cardlist-circle-image-condensed__card-copy {
  font-family: "Poppins", sans-serif;
  font-style: normal;
  font-weight: 300;
  font-size: 0.9285714286rem;
  line-height: 28px;
  padding-bottom: 20px;
  padding-top: 10px;
}

@media only screen and (min-width: 768px) {
  .c-cardlist-circle-image-condensed__card-copy {
    font-size: 1rem;
  }
}

@media only screen and (min-width: 768px) {
  .c-cardlist-circle-image-condensed__card-copy {
    padding-bottom: 30px;
    padding-top: 20px;
  }
}

.c-cardlist-circle-image-condensed__image-area {
  border-radius: 50%;
  bottom: -15px;
  height: 100px;
  overflow: hidden;
  position: absolute;
  right: 20px;
  width: 100px;
}

@media only screen and (max-width: 374px) {
  .c-cardlist-circle-image-condensed__image-area {
    right: 5px;
  }
}

@media only screen and (min-width: 768px) {
  .c-cardlist-circle-image-condensed__image-area {
    bottom: -25px;
    height: 150px;
    right: 40px;
    width: 150px;
  }
}

.c-cardlist-circle-image-condensed__image {
  font-family: "object-fit: cover; object-position: 50% 50%;";
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  width: 100%;
}

@media only screen and (min-width: 1025px) {
  .c-cardlist-opposing__container {
    margin: 0 auto;
    max-width: 100%;
  }
}

@media only screen and (min-width: 1280px) {
  .c-cardlist-opposing__container {
    max-width: 1280px;
  }
}

.c-cardlist-opposing__accent-image {
  left: -86px;
  position: absolute;
  top: -35px;
  transform: scaleX(-1) rotate(79deg);
}

@media only screen and (min-width: 768px) {
  .c-cardlist-opposing__accent-image {
    left: -105px;
    top: -49px;
  }
}

.c-cardlist-opposing__top-container {
  position: relative;
}

.c-cardlist-opposing__top-container-copy {
  margin: auto;
  position: relative;
  text-align: center;
  top: 40px;
  width: 78.6%;
}

.c-cardlist-opposing__card {
  max-width: 640px;
  overflow: hidden;
  position: relative;
  width: 100%;
}

@media only screen and (min-width: 768px) {
  .c-cardlist-opposing__card {
    height: 550px;
    max-width: none;
    width: 83.3333333333%;
  }
}

@media only screen and (min-width: 1025px) {
  .c-cardlist-opposing__card {
    width: 690px;
  }
}

@media only screen and (min-width: 1280px) {
  .c-cardlist-opposing__card {
    width: 640px;
  }
}

.c-cardlist-opposing__card__copy-container {
  padding: 40px 40px 0;
  position: relative;
}

@media only screen and (min-width: 768px) {
  .c-cardlist-opposing__card__copy-container {
    padding: 80px 120px 57px 50px;
  }
}

.c-cardlist-opposing__card__image {
  margin: 40px auto 0;
  position: relative;
  z-index: 2;
}

@media only screen and (min-width: 768px) {
  .c-cardlist-opposing__card__image {
    bottom: 0;
    margin: 0 -35px 0 auto;
    position: absolute;
    right: -15px;
  }
}

.c-cardlist-opposing__card__heading {
  color: #15262e;
}

.c-cardlist-opposing__card__script {
  color: #c4d4d1;
  left: 24px;
  position: relative;
  top: -20px;
}

@media only screen and (min-width: 768px) {
  .c-cardlist-opposing__card__script {
    top: -102px;
  }
}

.c-cardlist-opposing__card__button {
  margin-top: 25px;
  z-index: 2;
}

@media only screen and (min-width: 768px) {
  .c-cardlist-opposing__card__button {
    margin-top: 30px;
  }
}

.c-cardlist-opposing__card__button--stack {
  display: block;
  width: 150px;
}

@media only screen and (min-width: 768px) {
  .c-cardlist-opposing__card__button--stack {
    width: -moz-max-content;
    width: max-content;
  }
}

.c-cardlist-opposing__card__button--stack:nth-of-type(n+2) {
  margin-top: 15px;
}

@media only screen and (min-width: 768px) {
  .c-cardlist-opposing__card__button--stack:nth-of-type(n+2) {
    margin-top: 20px;
  }
}

.c-cardlist-opposing__card--first {
  background-color: #d3dfdd;
  margin-right: auto;
}

@media only screen and (min-width: 768px) {
  .c-cardlist-opposing__card--first {
    margin-right: auto;
  }
}

.c-cardlist-opposing__card--second {
  background-color: #e0e5e8;
  margin-left: auto;
}

@media only screen and (min-width: 768px) {
  .c-cardlist-opposing__card--second {
    margin-left: auto;
  }
}

@media only screen and (min-width: 1280px) {
  .c-cardlist-opposing__card--second {
    margin-left: 640px;
    top: -471px;
  }
}

.c-cardlist-opposing__top-image {
  margin: 60px auto 0;
}

.c-cardlist-opposing__bottom-container {
  margin-top: -221px;
  position: relative;
}

@media only screen and (min-width: 768px) {
  .c-cardlist-opposing__bottom-container {
    margin-top: -457px;
  }
}

@media only screen and (min-width: 1280px) {
  .c-cardlist-opposing__bottom-container {
    height: 700px;
  }
}

.c-cardlist-opposing__angle {
  height: 100%;
  position: absolute;
  top: 0;
  z-index: 1;
}

.c-cardlist-opposing__angle--first {
  left: -260px;
}

@media only screen and (min-width: 768px) {
  .c-cardlist-opposing__angle--first {
    left: -192px;
  }
}

.c-cardlist-opposing__angle--second {
  left: 103px;
}

@media only screen and (min-width: 768px) {
  .c-cardlist-opposing__angle--second {
    left: 193px;
  }
}

@media only screen and (min-width: 1025px) {
  .c-cardlist-opposing__angle--second {
    left: 263px;
  }
}

@media only screen and (min-width: 1280px) {
  .c-cardlist-opposing__angle--second {
    left: 203px;
  }
}

.c-cardlist-opposing__script {
  color: #7c99a1;
  margin-top: 30px;
}

@media only screen and (min-width: 768px) {
  .c-cardlist-opposing__script {
    margin-top: 40px;
  }
}

.c-cardlist-opposing__eyebrow {
  color: #15262e;
}

.c-cardlist-listing__inner {
  margin-left: auto;
  margin-right: auto;
  max-width: 1280px;
  padding-bottom: 70px;
}

@media only screen and (min-width: 768px) {
  .c-cardlist-listing__inner {
    padding-bottom: 100px;
    padding-left: 5.2083333333%;
    padding-right: 5.2083333333%;
  }
}

@media only screen and (min-width: 1025px) {
  .c-cardlist-listing__inner {
    padding-bottom: 120px;
    padding-left: 9.921875%;
    padding-right: 9.921875%;
  }
}

@media only screen and (min-width: 1280px) {
  .c-cardlist-listing__inner {
    padding-left: 127px;
    padding-right: 127px;
  }
}

.c-cardlist-listing__card {
  padding: 20px 35px 25px 40px;
  position: relative;
}

.c-cardlist-listing__card:nth-child(even) {
  background-color: #fafafa;
}

@media only screen and (min-width: 768px) {
  .c-cardlist-listing__card {
    padding-bottom: 20px;
    padding-left: 31px;
    padding-right: 29px;
  }

  .c-cardlist-listing__card:nth-child(even) {
    background-color: #fff;
  }

  .c-cardlist-listing__card:nth-child(odd) {
    background-color: #fafafa;
  }
}

@media only screen and (min-width: 1025px) {
  .c-cardlist-listing__card {
    padding-bottom: 32px;
    padding-left: 51px;
    padding-right: 48px;
    padding-top: 32px;
  }
}

.c-cardlist-listing__card--no-listing {
  background-color: #fafafa;
  display: block;
}

.c-cardlist-listing__card--no-listing .c-cardlist-listing__card-title {
  font-family: "Poppins", sans-serif;
  font-style: normal;
  font-weight: 500;
  padding-right: 0;
  text-align: center;
  width: 100%;
}

@media only screen and (min-width: 1025px) {
  .c-cardlist-listing__card-inner {
    display: flex;
  }
}

.c-cardlist-listing__card-link {
  color: #15262e;
  text-decoration: none;
}

.c-cardlist-listing__card-title {
  font-family: "Poppins", sans-serif;
  font-style: normal;
  font-weight: 400;
}

@media only screen and (min-width: 768px) {
  .c-cardlist-listing__card-title {
    padding-right: 72px;
  }
}

@media only screen and (min-width: 1025px) {
  .c-cardlist-listing__card-title {
    padding-right: 20.8198489752%;
    width: 56.4185544768%;
  }
}

@media only screen and (min-width: 1280px) {
  .c-cardlist-listing__card-title {
    padding-right: 193px;
    width: 523px;
  }
}

.c-cardlist-listing__card-details {
  padding-bottom: 20px;
}

@media only screen and (min-width: 768px) {
  .c-cardlist-listing__card-details {
    display: flex;
    flex: 1;
    flex-wrap: wrap;
    padding-bottom: 0;
  }
}

.c-cardlist-listing__card-detail {
  padding-top: 5px;
}

@media only screen and (min-width: 768px) {
  .c-cardlist-listing__card-detail {
    padding-right: 40px;
  }
}

@media only screen and (min-width: 1025px) {
  .c-cardlist-listing__card-detail {
    padding-right: 60px;
  }
}

.c-cardlist-listing__card-icon {
  font-size: 1.2857142857rem;
  color: #7c99a1;
  margin-right: 0;
  position: relative;
  transition: all 0.5s ease-in-out;
}

@media only screen and (min-width: 768px) {
  .c-cardlist-listing__card-icon {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: auto;
    right: 29px;
  }
}

@media only screen and (min-width: 1025px) {
  .c-cardlist-listing__card-icon {
    right: 48px;
  }
}

.c-cardlist-listing__card-icon:hover {
  margin-left: 20px;
}

@media only screen and (min-width: 768px) {
  .c-cardlist-listing__card-icon:hover {
    right: 9px;
  }
}

@media only screen and (min-width: 1025px) {
  .c-cardlist-listing__card-icon:hover {
    right: 28px;
  }
}

.c-cardlist-listing__no-listing {
  text-align: center;
}

.c-cardlist-listing__no-listing-button {
  margin-top: 30px;
}

.c-cardlist-advanced-listing__container {
  margin-left: auto;
  margin-right: auto;
  max-width: 1280px;
  padding: 70px 20px 0;
  position: relative;
}

@media only screen and (min-width: 768px) {
  .c-cardlist-advanced-listing__container {
    padding: 80px 40px 0;
  }
}

@media only screen and (min-width: 1025px) {
  .c-cardlist-advanced-listing__container {
    padding: 120px 90px 0;
  }
}

.c-cardlist-advanced-listing__heading {
  margin-bottom: 20px;
  position: relative;
  text-align: center;
}

@media only screen and (min-width: 768px) {
  .c-cardlist-advanced-listing__heading {
    margin-bottom: 30px;
  }
}

.c-cardlist-advanced-listing__heading::before {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  background-color: #d3dfdd;
  bottom: -20px;
  content: "";
  height: 2px;
  position: absolute;
  width: 40px;
}

@media only screen and (min-width: 768px) {
  .c-cardlist-advanced-listing__heading::before {
    bottom: -30px;
  }
}

.c-cardlist-advanced-listing__cards-container {
  padding-top: 30px;
}

@media only screen and (min-width: 768px) {
  .c-cardlist-advanced-listing__cards-container {
    padding-top: 60px;
  }
}

@media only screen and (min-width: 1025px) {
  .c-cardlist-advanced-listing__cards-container {
    padding-top: 50px;
  }
}

.c-cardlist-advanced-listing__card {
  border-bottom: 1px solid #c2c2c2;
  opacity: 1;
  padding-bottom: 30px;
  padding-left: 40px;
  padding-right: 40px;
  padding-top: 10px;
  position: relative;
  text-align: center;
  transition: opacity 0.25s ease-in-out;
}

@media only screen and (min-width: 768px) {
  .c-cardlist-advanced-listing__card {
    align-items: center;
    display: flex;
    justify-content: flex-start;
    padding-bottom: 14px;
    padding-left: 0;
    padding-right: 0;
    padding-top: 12px;
  }

  .c-cardlist-advanced-listing__card:first-child {
    padding-top: 0;
  }
}

@media only screen and (min-width: 1025px) {
  .c-cardlist-advanced-listing__card {
    padding-bottom: 15px;
    padding-top: 15px;
  }
}

.c-cardlist-advanced-listing__card--view-more {
  height: 0px;
  min-height: 0px;
  overflow: hidden;
  opacity: 0;
  padding: 0;
}

.c-cardlist-advanced-listing__card--view-more.is-active {
  display: block;
  height: 100%;
  min-height: 100%;
  opacity: 1;
  padding-bottom: 30px;
  padding-top: 40px;
}

@media only screen and (min-width: 768px) {
  .c-cardlist-advanced-listing__card--view-more.is-active {
    display: flex;
    padding-bottom: 14px;
    padding-top: 12px;
  }
}

@media only screen and (min-width: 1025px) {
  .c-cardlist-advanced-listing__card--view-more.is-active {
    padding: 0;
  }
}

.c-cardlist-advanced-listing__logo-area {
  height: auto;
  margin: 0 auto;
  max-width: 160px;
}

@media only screen and (min-width: 768px) {
  .c-cardlist-advanced-listing__logo-area {
    margin-left: 0;
    margin-right: 0;
  }
}

.c-cardlist-advanced-listing__copy-container {
  padding-bottom: 30px;
  padding-top: 10px;
  text-align: center;
}

@media only screen and (min-width: 768px) {
  .c-cardlist-advanced-listing__copy-container {
    margin-left: 20px;
    padding: 0;
    text-align: left;
    width: 37.0639534884%;
  }
}

@media only screen and (min-width: 1025px) {
  .c-cardlist-advanced-listing__copy-container {
    margin-left: 60px;
    width: 45.4545454545%;
  }
}

.c-cardlist-advanced-listing__card-heading {
  font-family: "Poppins", sans-serif;
  font-style: normal;
  font-weight: 400;
}

.c-cardlist-advanced-listing__card-subheading {
  padding-bottom: 5px;
}

.c-cardlist-advanced-listing__card-subheading:last-child {
  padding-bottom: 0;
}

.c-cardlist-advanced-listing__card-button {
  height: 100%;
}

@media only screen and (min-width: 768px) {
  .c-cardlist-advanced-listing__card-button-container {
    flex: 1;
    text-align: right;
  }
}

@media only screen and (min-width: 768px) {
  .c-cardlist-advanced-listing__card-button-container--learn-more {
    margin-right: 28px;
  }
}

@media only screen and (min-width: 768px) {
  .c-cardlist-advanced-listing__card-button-container--more-details {
    margin-right: 28px;
  }
}

.c-cardlist-advanced-listing__view-more-container {
  margin-top: 70px;
  text-align: center;
}

@media only screen and (min-width: 768px) {
  .c-cardlist-advanced-listing__view-more-container {
    margin-top: 80px;
  }
}

@media only screen and (min-width: 1025px) {
  .c-cardlist-advanced-listing__view-more-container {
    margin-top: 100px;
  }
}

.c-cardlist-advanced-listing__view-more-button.is-disabled {
  display: none;
}

.c-cardlist-overview-sequential {
  background-color: #fafafa;
}

.c-cardlist-overview-sequential__container {
  padding: 70px 0 60px;
}

@media only screen and (min-width: 768px) {
  .c-cardlist-overview-sequential__container {
    padding: 100px 0 100px;
  }
}

@media only screen and (min-width: 1025px) {
  .c-cardlist-overview-sequential__container {
    padding: 120px 0 120px;
  }
}

.c-cardlist-overview-sequential__card-container:nth-child(odd) > .c-card-overview > .c-card-overview__inner {
  background-color: #e0e5e8;
}

.c-cardlist-overview-sequential__card-container:nth-child(even) > .c-card-overview > .c-card-overview__inner {
  background-color: #d3dfdd;
}

.c-cardlist-overview-sequential__card-container:last-child .c-cardlist-overview-sequential__dots-container {
  display: none;
}

.c-cardlist-overview-sequential__dots-container {
  position: relative;
}

.c-cardlist-overview-sequential__dot {
  background-color: #15262e;
  border-radius: 1px;
  display: block;
  height: 4px;
  margin-bottom: 11px;
  margin-left: auto;
  margin-right: auto;
  width: 3px;
}

.c-cardlist-overview-sequential__dot:last-child {
  display: none;
}

@media only screen and (min-width: 768px) {
  .c-cardlist-overview-sequential__dot:last-child {
    display: block;
  }
}

.c-card-compare__item {
  margin-left: 8px;
  margin-right: 8px;
  min-width: 132px;
  outline: none;
  width: 160px;
}

@media only screen and (min-width: 768px) {
  .c-card-compare__item {
    margin-left: 10px;
    margin-right: 10px;
    width: 245px;
  }
}

@media only screen and (min-width: 1025px) {
  .c-card-compare__item {
    margin-left: 20px;
    margin-right: 20px;
  }

  .c-card-compare__item:first-child {
    margin-left: 0;
  }
}

.c-card-compare__image-area {
  margin-top: 16px;
  position: relative;
}

.c-card-compare__full-screen,
.c-product-table__details__preview-full-screen {
  background-color: rgba(255, 255, 255, 0.75);
  cursor: pointer;
  margin-right: 10px;
  margin-top: 10px;
  padding: 6px;
  position: absolute;
  right: 0;
  top: 0;
}

.c-card-compare__item-rows {
  border-width: 1px;
  border-color: #c2c2c2;
  border-style: solid;
  border-top: none;
}

.c-card-compare__item-row,
.c-card-compare__item-row-content-container {
  font-size: 0.8571428571rem;
  align-items: center;
  display: flex;
  flex-direction: column;
  line-height: 16px;
  padding-bottom: 7px;
  padding-top: 7px;
  text-align: center;
}

@media only screen and (min-width: 768px) {
  .c-card-compare__item-row,
  .c-card-compare__item-row-content-container {
    flex-direction: row;
    text-align: left;
  }
}

.c-card-compare__item-row:nth-child(odd),
.c-card-compare__item-row-content-container:nth-child(odd) {
  background-color: #f5f5f5;
}

.c-card-compare__item-row.is-wide,
.is-wide.c-card-compare__item-row-content-container {
  background-color: #e0e5e8;
  height: 100%;
  justify-content: center;
}

@media only screen and (min-width: 768px) {
  .c-card-compare__item-row.is-wide,
  .is-wide.c-card-compare__item-row-content-container {
    align-items: center;
    justify-content: flex-start;
    padding-bottom: 12px;
    padding-top: 12px;
  }
}

.c-card-compare__item-row.is-highlighted,
.is-highlighted.c-card-compare__item-row-content-container {
  background-color: #fffce9;
}

.c-card-compare__item-row--multiple-rows {
  display: block;
}

.c-card-compare__item-row-content-container {
  padding: 4px 0;
}

.c-card-compare__item-row-content-container:nth-child(odd) {
  background-color: transparent;
}

@media only screen and (min-width: 768px) {
  .c-card-compare__item-row-content-container {
    align-items: center;
    padding-bottom: 3px;
    padding-top: 3px;
  }
}

.c-card-compare__item-row-title {
  font-family: "Poppins", sans-serif;
  font-style: normal;
  font-weight: 400;
  line-height: 18px;
}

@media only screen and (min-width: 768px) {
  .c-card-compare__item-row-title {
    margin-left: 15px;
    margin-right: 10px;
    width: 97px;
  }
}

.c-card-compare__item-row-title.is-bold {
  font-family: "Poppins", sans-serif;
  font-style: normal;
  font-weight: 500;
}

.c-card-compare__item-row-title--secondary {
  font-size: 1rem;
  color: #7c99a1;
}

.c-card-compare__item-row-copy {
  font-family: "Poppins", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 0.9285714286rem;
  line-height: 16px;
}

.c-card-compare__item-row-copy.is-now {
  font-family: "Poppins", sans-serif;
  font-style: normal;
  font-weight: 500;
  color: #87b38d;
}

.c-card-compare__item-row-copy-link {
  font-size: 1rem;
  line-height: 16px;
  text-transform: uppercase;
}

.c-card-compare__remove-container {
  display: flex;
  justify-content: flex-end;
}

.c-card-compare__remove {
  font-size: 0.8571428571rem;
  align-items: center;
  cursor: pointer;
  display: flex;
  line-height: 14px;
  position: relative;
}

.c-card-compare__remove-icon {
  font-size: 0.5rem;
  color: #e1233b;
  margin-left: 5px;
}

.c-card-compare__item-button {
  display: flex;
  justify-content: center;
  margin-bottom: 10px;
  margin-top: 10px;
}

@media only screen and (min-width: 768px) {
  .c-card-compare__item-button {
    margin-bottom: 20px;
    margin-top: 15px;
  }
}

.c-card-compare__item-button-text.is-replaced {
  opacity: 0.5;
}

.c-card-overview {
  padding-left: 20px;
  padding-right: 20px;
}

@media only screen and (min-width: 768px) {
  .c-card-overview {
    padding-left: 34px;
    padding-right: 34px;
  }
}

@media only screen and (min-width: 1025px) {
  .c-card-overview {
    margin-left: auto;
    margin-right: auto;
    padding: 0;
    width: 54.6875%;
  }
}

@media only screen and (min-width: 1280px) {
  .c-card-overview {
    width: 700px;
  }
}

.c-card-overview__inner {
  background-color: #d3dfdd;
  overflow: hidden;
  padding: 40px 20px;
  position: relative;
  text-align: center;
}

@media only screen and (min-width: 768px) {
  .c-card-overview__inner {
    margin-left: auto;
    margin-right: auto;
    padding: 50px 0 70px;
  }
}

@media only screen and (min-width: 1025px) {
  .c-card-overview__inner {
    margin-left: auto;
    margin-right: auto;
  }
}

.c-card-overview__overlay {
  background: rgba(255, 255, 255, 0.2);
  height: 100%;
  left: 68px;
  position: absolute;
  top: 0;
  width: 100vw;
  z-index: 1;
}

@media only screen and (min-width: 768px) {
  .c-card-overview__overlay {
    left: 80px;
  }
}

.c-card-overview__svg-container {
  bottom: 0;
  overflow: hidden;
  position: absolute;
  top: 0;
  right: 100%;
  width: 122px;
  z-index: 1;
}

@media only screen and (min-width: 768px) {
  .c-card-overview__svg-container {
    width: 133px;
  }
}

.c-card-overview__svg {
  height: calc(100% + 2px);
  position: relative;
  top: -1px;
  width: calc(100% + 1px);
}

.c-card-overview__content {
  position: relative;
  z-index: 1;
}

@media only screen and (min-width: 768px) {
  .c-card-overview__content {
    margin-left: auto;
    margin-right: auto;
    width: 71.4285714286%;
  }
}

.c-card-overview__icon {
  font-size: 1.6428571429rem;
  color: #fff;
}

.c-card-overview__subheading {
  color: #15262e;
  padding-top: 30px;
}

.c-card-overview__heading {
  padding-top: 15px;
}

.c-card-overview__copy {
  font-size: 0.9285714286rem;
  padding-top: 10px;
}

@media only screen and (min-width: 768px) {
  .c-card-overview__copy {
    font-size: 1rem;
  }
}

.c-card-media-video {
  background: #f5f5f5;
  min-height: 100%;
  position: relative;
  transition: background-color 0.3s linear;
  width: 100%;
}

.c-card-media-video:hover {
  background-position: calc(100% - 25px) calc(100% - 25px);
  background-color: #e0e5e8;
}

.c-card-media-video__video-thumbnail {
  padding-top: 57.9096045198%;
  position: relative;
  width: 100%;
}

.c-card-media-video__video-thumbnail:after {
  background: transparent url("/img/icons/play-white.svg") 50% 50% no-repeat;
  content: " ";
  display: block;
  height: 40px;
  left: calc(50% - 20px);
  position: absolute;
  top: calc(50% - 20px);
  width: 40px;
  z-index: 3;
}

.c-card-media-video__video-thumbnail:hover {
  cursor: pointer;
}

.c-card-media-video__video-thumbnail__img {
  bottom: 0px;
  display: block;
  height: 100%;
  left: 0;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1;
}

.c-card-media-video__copy {
  padding: 20px;
}

@media only screen and (min-width: 768px) {
  .c-card-media-video__copy {
    padding: 27px;
  }
}

.c-card-media-download:hover {
  background-position: calc(100% - 25px) calc(100% - 25px);
  background-color: #e0e5e8;
}

.c-card-media-download__download-details {
  bottom: 40px;
  left: 25px;
  position: absolute;
}

.c-card-media-download__download-link {
  font-family: "Poppins", sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 1rem;
  align-items: center;
  display: flex;
  text-decoration: underline;
}

@media only screen and (min-width: 768px) {
  .c-card-media-download__download-link {
    font-size: 1.1428571429rem;
  }
}

.c-card-media-download__icon {
  height: 15px;
  margin-left: 8px;
  width: auto;
}

.c-card-media-download__download-size {
  color: #6d7278;
  line-height: 16px;
}

.c-card-media-link,
.c-card-media-download {
  background: #f5f5f5;
  min-height: 100%;
  padding: 30px 20px 30px;
  position: relative;
  transition: background-color 0.3s linear;
  width: 100%;
}

.c-card-media-link:hover,
.c-card-media-download:hover {
  background-position: calc(100% - 25px) calc(100% - 25px);
  background-color: #e0e5e8;
}

@media only screen and (min-width: 768px) {
  .c-card-media-link,
  .c-card-media-download {
    padding: 35px 25px 40px;
  }
}

@media only screen and (min-width: 1025px) {
  .c-card-media-link,
  .c-card-media-download {
    min-height: 395px;
  }
}

.c-card-media-link__category,
.c-card-media-video__category,
.c-card-media-download__category {
  font-size: 1rem;
  color: #7c99a1;
  letter-spacing: 2px;
  margin-bottom: 10px;
}

.c-card-media-link__title,
.c-card-media-video__title,
.c-card-media-download__title {
  max-height: 96px;
  overflow: hidden;
}

.c-card-media-link__media-link {
  font-family: "Poppins", sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 1rem;
  align-items: center;
  bottom: 40px;
  left: 25px;
  position: absolute;
  text-decoration: underline;
  display: flex;
}

@media only screen and (min-width: 768px) {
  .c-card-media-link__media-link {
    font-size: 1.1428571429rem;
  }
}

.c-card-media-link__icon {
  height: 11px;
  margin-left: 8px;
  width: auto;
}

.c-blog-featured-post {
  background: #f5f5f5;
  padding: 0 0 40px;
}

@media only screen and (min-width: 768px) {
  .c-blog-featured-post {
    padding: 60px 0 80px;
  }
}

@media only screen and (min-width: 1025px) {
  .c-blog-featured-post {
    padding: 60px 0 90px;
  }
}

.c-blog-featured-post__container {
  align-items: stretch;
  display: flex;
  flex-flow: row wrap;
  justify-content: stretch;
  padding: 0px;
}

@media only screen and (min-width: 768px) {
  .c-blog-featured-post__container {
    padding: 0 40px;
  }
}

@media only screen and (min-width: 1025px) {
  .c-blog-featured-post__container {
    padding: 0 50px;
  }
}

.c-blog-featured-post__image {
  flex: 0 0 100%;
}

@media only screen and (min-width: 1025px) {
  .c-blog-featured-post__image {
    flex: 0 0 50%;
  }
}

.c-blog-featured-post__image__img-container {
  height: auto;
  overflow: hidden;
  position: relative;
  width: 100%;
}

@media only screen and (min-width: 1025px) {
  .c-blog-featured-post__image__img-container {
    height: 100%;
    min-height: 550px;
    padding-top: 0px;
  }
}

.c-blog-featured-post__image__img-tag {
  height: auto;
  width: 100%;
}

@media only screen and (min-width: 1025px) {
  .c-blog-featured-post__image__img-tag {
    bottom: 0;
    height: 100%;
    left: 50%;
    position: absolute;
    top: 0;
    transform: translateX(-50%);
    width: auto;
  }
}

.c-blog-featured-post__content {
  align-items: center;
  background: #D3DFDD;
  box-sizing: content-box;
  display: flex;
  flex: 0 0 calc(100% - 80px);
  padding: 40px;
  position: relative;
}

@media only screen and (min-width: 768px) {
  .c-blog-featured-post__content {
    flex: 0 0 calc(100% - 140px);
    padding: 70px;
  }
}

@media only screen and (min-width: 1025px) {
  .c-blog-featured-post__content {
    flex: 0 0 calc(50% - 140px);
    padding: 70px;
  }
}

.c-blog-featured-post__content__overlay-container {
  bottom: 0px;
  left: 0px;
  overflow: hidden;
  position: absolute;
  right: 0px;
  top: 0px;
}

.c-blog-featured-post__content__overlay-positioner {
  bottom: -1px;
  left: 50%;
  position: absolute;
  top: -1px;
  width: 1px;
}

.c-blog-featured-post__content__overlay {
  background: rgba(255, 255, 255, 0.15);
  bottom: 0;
  position: absolute;
  top: 0;
  width: 100vw;
}

.c-blog-featured-post__content__overlay--left {
  right: 90px;
}

@media only screen and (min-width: 768px) {
  .c-blog-featured-post__content__overlay--left {
    right: 40px;
  }
}

.c-blog-featured-post__content__overlay__svg-container {
  height: 100%;
  overflow: hidden;
  top: 0;
  position: absolute;
}

.c-blog-featured-post__content__overlay__svg-container--left {
  left: 100%;
  width: 220px;
}

@media only screen and (min-width: 768px) {
  .c-blog-featured-post__content__overlay__svg-container--left {
    width: 130px;
  }
}

.c-blog-featured-post__content__overlay__svg {
  height: 100%;
  position: absolute;
  width: calc(100% + 1px);
}

.c-blog-featured-post__content__overlay__svg--left {
  left: -1px;
}

.c-blog-featured-post__content__inner {
  max-width: 450px;
  position: relative;
  width: 100%;
}

.c-blog-featured-post__content__category {
  color: #7c99a1;
  letter-spacing: 3px;
  line-height: 32px;
  margin-bottom: 15px;
}

.c-blog-featured-post__content__title {
  color: #15262e;
  padding-bottom: 15px;
}

.c-blog-featured-post__content__title a {
  color: inherit;
  text-decoration: none;
}

@media only screen and (min-width: 768px) {
  .c-blog-featured-post__content__title {
    padding-bottom: 0px;
  }
}

.c-blog-featured-post__content__blurb {
  color: #15262e;
  height: auto;
  line-height: 28px;
  margin-top: 0px;
  max-height: 168px;
  overflow: hidden;
}

@media only screen and (min-width: 768px) {
  .c-blog-featured-post__content__blurb {
    line-height: 32px;
    margin-top: 15px;
    max-height: 128px;
  }
}

.c-blog-featured-post__content__buttons {
  margin-top: 15px;
  position: relative;
  z-index: 2;
}

.c-blog-featured-post__content__featured-script {
  color: #c4d4d1;
  font-size: 100px;
  left: -15px;
  line-height: 80px;
  position: relative;
  top: -5px;
  z-index: 1;
}

@media only screen and (min-width: 768px) {
  .c-blog-featured-post__content__featured-script {
    line-height: 86px;
    font-size: 151px;
    top: 0px;
  }
}

@media only screen and (min-width: 1025px) {
  .c-blog-featured-post__content__featured-script {
    width: 300px;
  }
}

.c-blog-list {
  padding-bottom: 50px;
}

@media only screen and (min-width: 768px) {
  .c-blog-list {
    padding-bottom: 70px;
  }
}

.c-blog-list__tabs {
  background: #f5f5f5;
  padding: 20px 0 0;
  margin: 0 0 30px;
}

@media only screen and (min-width: 768px) {
  .c-blog-list__tabs {
    padding: 20px 0 20px;
    margin: 0 0 50px;
  }
}

.c-blog-list__tabs__heading {
  background-color: #7c99a1;
  background-image: url("/img/misc/tab-dropdown.svg");
  background-position: calc(100% - 25px) 50%;
  background-repeat: no-repeat;
  color: #fff;
  cursor: pointer;
  font-size: 14px;
  line-height: 20px;
  padding: 14px 10px;
  position: relative;
  text-align: center;
}

.c-blog-list__tabs__heading::after {
  border-top: 12px solid #7c99a1;
  border-left: 12px solid transparent;
  border-right: 12px solid transparent;
  bottom: -10px;
  content: " ";
  height: 0px;
  position: absolute;
  left: 50%;
  margin-left: -12px;
  overflow: hidden;
}

@media only screen and (min-width: 768px) {
  .c-blog-list__tabs__heading {
    display: none;
  }
}

.c-blog-list__tabs__tab-container {
  background: #E0E5E8;
  max-height: 0px;
  overflow: hidden;
  width: 100%;
}

.c-blog-list__tabs__tab-container.is-active {
  max-height: none;
  padding: 0 0 35px;
}

@media only screen and (min-width: 768px) {
  .c-blog-list__tabs__tab-container {
    align-items: flex-start;
    background: transparent;
    display: flex;
    flex-flow: row nowrap;
    height: 82px;
    justify-content: flex-start;
    margin-bottom: -40px;
    max-height: none !important;
    padding-bottom: 0px !important;
  }
}

.c-blog-list__tabs__tab {
  color: #5E6572;
  cursor: pointer;
  font-size: 14px;
  min-width: 100px;
  padding: 35px 18px 0;
  position: relative;
  text-align: center;
}

.c-blog-list__tabs__tab.is-active {
  color: #7c99a1;
  cursor: default;
  font-weight: 500;
}

@media only screen and (min-width: 768px) {
  .c-blog-list__tabs__tab {
    background: #E0E5E8;
    display: block;
    font-size: 16px;
    height: 62px;
    margin: 0 10px 0 0;
    padding: 17px 25px;
  }

  .c-blog-list__tabs__tab.is-active {
    background: #7c99a1;
    color: #fff;
    font-weight: normal;
  }

  .c-blog-list__tabs__tab.is-active::after {
    border-top: 14px solid #7c99a1;
    border-left: 14px solid transparent;
    border-right: 14px solid transparent;
    bottom: -12px;
    content: " ";
    height: 0px;
    position: absolute;
    left: 50%;
    margin-left: -14px;
    overflow: hidden;
  }
}

.c-blog-list__tab-panels {
  align-items: flex-start;
  display: flex;
  flex-flow: row nowrap;
  justify-content: flex-start;
  overflow: hidden;
}

.c-blog-list__tab-panels__container {
  width: 100%;
}

.c-blog-list__tab-panel {
  display: none;
  height: auto;
  opacity: 0;
  overflow: hidden;
  transform: scale(0.98, 0.98);
  transition: opacity 0.35s ease 0s, transform 0.35s ease 0s;
  width: 100%;
}

.c-blog-list__tab-panel.is-active {
  display: block;
}

.c-blog-list__tab-panel.is-animated {
  opacity: 1;
  transform: scale(1, 1);
}

.c-blog-list__posts {
  align-items: stretch;
  display: flex;
  flex-flow: row wrap;
  position: relative;
  justify-content: flex-start;
}

@media only screen and (min-width: 768px) {
  .c-blog-list__posts {
    margin: 0 -13px;
  }
}

@media only screen and (min-width: 1025px) {
  .c-blog-list__posts {
    margin: 0 -30px;
  }
}

.c-blog-list__posts__post {
  box-sizing: content-box;
  flex: 0 0 100%;
  padding: 0 0 25px;
}

@media only screen and (min-width: 768px) {
  .c-blog-list__posts__post {
    flex-basis: calc(50% - 26px);
    padding: 0 13px 35px;
  }
}

@media only screen and (min-width: 1025px) {
  .c-blog-list__posts__post {
    flex-basis: calc(33.3333% - 60px);
    padding: 0 30px 45px;
  }
}

.c-blog-list__posts__post--added-post {
  display: none;
}

@media only screen and (min-width: 1025px) {
  .c-blog-list__posts__post--added-post-show-desktop {
    display: block;
  }
}

.c-blog-list__loadmore {
  padding-top: 25px;
  width: 100%;
}

@media only screen and (min-width: 768px) {
  .c-blog-list__loadmore {
    padding-top: 35px;
  }
}

@media only screen and (min-width: 1025px) {
  .c-blog-list__loadmore {
    padding-top: 25px;
  }
}

@media only screen and (min-width: 1025px) {
  .c-blog-list__loadmore--hide-desktop {
    display: none;
  }
}

/*
STYLES FOR BLOG POST PREVIEW COMPONENT
.c-blog-post-preview

Description: A box container with a preview of a blog post. The card has a semi-transparent diagonal
  overlay. Content includes the post's title and meta description. If the preview is designated
  as a 'previous' or 'next' post, there will be a directional arrow and text indicating so.

Blade template file: /resources/views/components/blog/blog-post-preview.blade.php
*/

.c-blog-post-preview {
  background-color: #d3dfdd;
  overflow: hidden;
  padding: 40px;
  position: relative;
}

.c-blog-post-preview--previous {
  background-color: #d3dfdd;
}

@media only screen and (min-width: 768px) {
  .c-blog-post-preview--previous {
    padding: 80px 120px 14px 70px;
  }
}

.c-blog-post-preview--next {
  background-color: #e0e5e8;
}

@media only screen and (min-width: 768px) {
  .c-blog-post-preview--next {
    padding: 80px 121px 30px 69px;
  }
}

.c-blog-post-preview__overlay-container {
  bottom: 0;
  left: 0;
  overflow: hidden;
  position: absolute;
  right: 0;
  top: 0;
}

.c-blog-post-preview__overlay-positioner {
  bottom: 0;
  left: 50%;
  position: absolute;
  top: 0;
  width: 1px;
}

.c-blog-post-preview__overlay {
  background: rgba(255, 255, 255, 0.15);
  bottom: 0;
  position: absolute;
  top: 0;
  width: 100vw;
}

.c-blog-post-preview__overlay--left {
  right: 131px;
}

@media only screen and (min-width: 768px) {
  .c-blog-post-preview__overlay--left {
    right: 21px;
  }
}

.c-blog-post-preview__overlay--right {
  left: 80px;
}

@media only screen and (min-width: 768px) {
  .c-blog-post-preview__overlay--right {
    left: 64px;
  }
}

.c-blog-post-preview__overlay__svg-container {
  height: 100%;
  overflow: hidden;
  position: absolute;
  top: 0;
}

.c-blog-post-preview__overlay__svg-container--left {
  left: 100%;
  width: 220px;
}

@media only screen and (min-width: 768px) {
  .c-blog-post-preview__overlay__svg-container--left {
    width: 130px;
  }
}

.c-blog-post-preview__overlay__svg-container--right {
  right: 100%;
  width: 187px;
}

.c-blog-post-preview__overlay__svg {
  height: 100%;
  position: absolute;
  width: calc(100% + 1px);
}

.c-blog-post-preview__inner {
  color: #15262e;
  position: relative;
}

.c-blog-post-preview__title {
  color: inherit;
  display: block;
  text-decoration: none;
}

.c-blog-post-preview__description {
  margin: 20px 0 30px;
}

@media only screen and (min-width: 768px) {
  .c-blog-post-preview__description {
    margin: 20px 0 40px;
  }
}

.c-blog-post-preview__nav-arrow {
  display: inline-block;
  margin: 0;
  text-decoration: none;
  z-index: 5;
}

.c-blog-post-preview__nav-arrow__icon {
  color: #15262e;
  transition: 0.25s ease;
}

.c-blog-post-preview__nav-arrow.is-next:hover .c-blog-post-preview__nav-arrow__icon {
  margin-left: 11px;
}

.c-blog-post-preview__nav-arrow.is-prev:hover .c-blog-post-preview__nav-arrow__icon {
  margin-left: -11px;
}

.c-blog-post-preview__script {
  color: rgba(124, 153, 161, 0.18);
  line-height: 1;
  position: relative;
  top: 8px;
}

.c-blog-post-preview__script--previous {
  left: 58px;
}

@media only screen and (max-width: 374px) {
  .c-blog-post-preview__script--previous {
    left: 18px;
  }
}

@media only screen and (min-width: 768px) {
  .c-blog-post-preview__script--previous {
    left: 130px;
    top: -29px;
  }
}

.c-blog-post-preview__script--next {
  left: 150px;
}

@media only screen and (max-width: 374px) {
  .c-blog-post-preview__script--next {
    left: 134px;
  }
}

@media only screen and (min-width: 768px) {
  .c-blog-post-preview__script--next {
    left: 315px;
  }
}

.c-blog-card-small {
  background: #f5f5f5 url("/img/misc/arrow-long-right.png") calc(100% - 30px) calc(100% - 25px) no-repeat;
  min-height: 100%;
  padding: 30px 20px 55px;
  position: relative;
  transition: background-color 0.3s linear, background-position 0.3s ease;
  width: 100%;
}

@media only screen and (min-width: 768px) {
  .c-blog-card-small {
    padding: 35px 25px 55px;
  }
}

@media only screen and (min-width: 1025px) {
  .c-blog-card-small {
    background-position: calc(100% - 45px) calc(100% - 25px);
  }

  .c-blog-card-small:hover {
    background-position: calc(100% - 25px) calc(100% - 25px);
    background-color: #E0E5E8;
  }
}

.c-blog-card-small__a,
.c-card-media-download__a,
.c-card-media-link__a {
  color: #15262E;
  display: block;
  min-height: 295px;
  text-decoration: none;
}

@media only screen and (min-width: 768px) {
  .c-blog-card-small__a,
  .c-card-media-download__a,
  .c-card-media-link__a {
    min-height: 290px;
  }
}

.c-blog-card-small__blurb,
.c-card-media-download__blurb,
.c-card-media-link__blurb {
  height: auto;
  line-height: 28px;
  margin: 15px 0;
  max-height: 112px;
  overflow: hidden;
}

@media only screen and (min-width: 768px) {
  .c-blog-card-small__blurb,
  .c-card-media-download__blurb,
  .c-card-media-link__blurb {
    line-height: 32px;
    margin: 20px 0 15px;
    max-height: 128px;
  }
}

.c-blog-card-small--added-post {
  min-height: 0px;
  height: 0px;
  overflow: hidden;
  opacity: 0;
  top: 30px;
}

.c-blog-card-small--added-post.is-loaded {
  min-height: 100%;
  height: auto;
  top: 0;
  opacity: 1;
  transition: background-color 0.3s linear, background-position 0.3s ease, opacity 0.3s ease-out 0.1s, top 0.3s ease-out 0.1s;
}

@media only screen and (min-width: 1025px) {
  .c-blog-card-small--added-post-show-desktop {
    min-height: 100%;
    height: auto;
    top: 0;
    opacity: 1;
    transition: background-color 0.3s linear, background-position 0.3s ease;
  }
}

.c-blog-banner-cta {
  background: #EFEFF2;
  box-sizing: content-box;
  height: 345px;
  padding: 0px 0;
  margin: 0 auto;
  width: 100%;
}

@media only screen and (min-width: 768px) {
  .c-blog-banner-cta {
    height: 450px;
  }
}

.c-blog-banner-cta__container {
  align-items: center;
  display: flex;
  flex-flow: row wrap;
  height: 100%;
  justify-content: center;
  overflow: hidden;
  position: relative;
  width: 100%;
}

.c-blog-banner-cta__bg-img {
  font-family: "object-fit: cover; object-position: 50% 50%;";
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  width: 100%;
  display: none;
  height: 100%;
  right: -1px;
  position: absolute;
  top: 0;
  width: auto;
}

@media only screen and (min-width: 768px) {
  .c-blog-banner-cta__bg-img {
    display: block;
  }
}

.c-blog-banner-cta__overlay-container {
  bottom: 0px;
  left: 0px;
  overflow: hidden;
  position: absolute;
  right: 0px;
  top: 0px;
}

.c-blog-banner-cta__overlay-positioner {
  bottom: -1px;
  left: 50%;
  position: absolute;
  top: -1px;
  width: 1px;
}

.c-blog-banner-cta__overlay {
  background: rgba(219, 219, 227, 0.45);
  bottom: 0;
  right: 110px;
  position: absolute;
  top: 0;
  width: 100vw;
}

@media only screen and (min-width: 768px) {
  .c-blog-banner-cta__overlay {
    right: 260px;
  }
}

@media only screen and (min-width: 1025px) {
  .c-blog-banner-cta__overlay {
    right: 370px;
  }
}

.c-blog-banner-cta__overlay__svg-container {
  height: 100%;
  overflow: hidden;
  left: 100%;
  top: 0;
  position: absolute;
  width: 115px;
}

@media only screen and (min-width: 768px) {
  .c-blog-banner-cta__overlay__svg-container {
    width: 155px;
  }
}

.c-blog-banner-cta__overlay__svg {
  height: 100%;
  position: absolute;
  right: 0;
  width: calc(100% + 1px);
}

.c-blog-banner-cta__caption-positioner {
  box-sizing: content-box;
  padding: 40px;
  position: relative;
  text-align: center;
  width: calc(100% - 80px);
}

@media only screen and (min-width: 1025px) {
  .c-blog-banner-cta__caption-positioner {
    max-width: 1120px;
    padding: 40px 80px;
    width: calc(100% - 160px);
  }
}

@media only screen and (min-width: 768px) {
  .c-blog-banner-cta__caption-positioner__inner {
    margin: 0 auto 0 40px;
    max-width: 350px;
    padding-bottom: 40px;
  }
}

@media only screen and (min-width: 1025px) {
  .c-blog-banner-cta__caption-positioner__inner {
    max-width: 500px;
    padding-bottom: 0;
  }
}

.c-blog-banner-cta__heading {
  margin-bottom: 15px;
}

@media only screen and (min-width: 768px) {
  .c-blog-banner-cta__heading {
    margin-bottom: 20px;
  }
}

.c-blog-banner-cta__description {
  font-size: 1.1428571429rem;
  line-height: 2em;
  margin-bottom: 25px;
}

@media only screen and (min-width: 768px) {
  .c-blog-banner-cta__description {
    font-size: 1.2857142857rem;
  }
}

@media only screen and (min-width: 768px) {
  .c-blog-banner-cta__description {
    margin-bottom: 30px;
  }
}

@media only screen and (min-width: 768px) {
  .c-my-account-mobile-only {
    display: none;
  }
}

.c-my-account-button-fw {
  box-sizing: border-box;
  display: block;
  margin-bottom: 15px;
  margin-left: auto;
  margin-right: auto;
  max-width: 320px;
  width: calc(100% - 20px);
}

.c-my-account-button-fw:last-child {
  margin-bottom: 0;
}

.c-my-account-rewards {
  color: #15262E;
  font-weight: 400;
  line-height: 36px;
}

.c-my-account-rewards__icon {
  display: inline-block;
  margin-right: 4px;
}

.c-my-account-rewards__balance {
  font-size: 1.5rem;
}

.c-my-account-bonus__heading {
  font-size: 1.2857142857rem;
  display: inline-block;
  font-weight: 400;
  letter-spacing: 0.5px;
  line-height: 1.5em;
  margin-right: 4px;
}

@media only screen and (min-width: 768px) {
  .c-my-account-bonus__heading {
    font-size: 1.5rem;
  }
}

.c-my-account-bonus__heading__icon {
  display: inline-block;
  height: 15px;
  margin-right: 10px;
  width: 16px;
}

.c-my-account-bonus__p {
  font-size: 1rem;
  line-height: 2em;
  margin-top: 9px;
}

@media only screen and (min-width: 768px) {
  .c-my-account-bonus__p {
    font-size: 1.1428571429rem;
  }
}

.c-my-account-rewards-explanation__title {
  font-size: 1.1428571429rem;
  color: #15262e;
  font-weight: 400;
  line-height: 1.3em;
  margin-bottom: 12px;
}

@media only screen and (min-width: 768px) {
  .c-my-account-rewards-explanation__title {
    font-size: 1.2857142857rem;
  }
}

.c-my-account-rewards-explanation__short-desc {
  font-size: 0.9285714286rem;
  line-height: 2em;
  margin-bottom: 20px;
}

@media only screen and (min-width: 768px) {
  .c-my-account-rewards-explanation__short-desc {
    font-size: 1rem;
  }
}

.c-my-account-rewards-explanation__long-desc {
  font-size: 0.9285714286rem;
  line-height: 2em;
}

@media only screen and (min-width: 768px) {
  .c-my-account-rewards-explanation__long-desc {
    font-size: 1rem;
  }
}

.c-my-account-link-list__heading {
  align-items: center;
  display: flex;
  justify-content: flex-start;
  margin-bottom: 25px;
}

.c-my-account-link-list__heading__text {
  color: #6d7278;
  font-size: 0.8571rem;
  font-weight: 500;
  letter-spacing: 1.5px;
  line-height: 16px;
  text-transform: uppercase;
}

.c-my-account-link-list__heading__link {
  font-size: 1rem;
  line-height: 18px;
  margin-left: auto;
}

.c-my-account-link-list__link {
  align-items: center;
  color: #15262E;
  display: flex;
  font-size: 1.1429rem;
  font-weight: 500;
  justify-content: flex-start;
  line-height: 24px;
  margin-bottom: 28px;
  text-decoration: none;
}

.c-my-account-link-list__link__text {
  padding-right: 20px;
}

.c-my-account-link-list__link__text {
  text-decoration: underline;
}

.c-my-account-link-list__link__desc {
  color: #6d7278;
  display: block;
  font-size: 14px;
  font-weight: 400;
  line-height: 16px;
}

.c-my-account-link-list__link__img {
  margin-left: auto;
}

.c-my-account-link-list__link--has-desc {
  line-height: 28px;
  margin-bottom: 20px;
}

.c-my-account-link-list--mobile-expander .c-my-account-link-list__heading {
  margin-bottom: 0px;
  padding: 2px 20px 2px 0px;
  position: relative;
}

.c-my-account-link-list--mobile-expander .c-my-account-link-list__heading::before,
.c-my-account-link-list--mobile-expander .c-my-account-link-list__heading::after {
  background: #15262e;
  content: " ";
  height: 1px;
  overflow: hidden;
  position: absolute;
  right: 15px;
  top: 11px;
  transform: rotate(0deg);
  transition: transform 0.18s linear;
  width: 13px;
}

.c-my-account-link-list--mobile-expander .c-my-account-link-list__heading::after {
  transform: rotate(90deg);
}

.c-my-account-link-list--mobile-expander .c-my-account-link-list__heading.is-active::after {
  transform: rotate(0deg);
}

@media only screen and (min-width: 768px) {
  .c-my-account-link-list--mobile-expander .c-my-account-link-list__heading::before,
  .c-my-account-link-list--mobile-expander .c-my-account-link-list__heading::after {
    right: 15px;
    top: 11px;
  }
}

@media only screen and (min-width: 1025px) {
  .c-my-account-link-list--mobile-expander .c-my-account-link-list__heading {
    padding: 0px;
    margin-bottom: 25px;
  }

  .c-my-account-link-list--mobile-expander .c-my-account-link-list__heading::before,
  .c-my-account-link-list--mobile-expander .c-my-account-link-list__heading::after {
    display: none;
  }
}

.c-my-account-link-list--mobile-expander .c-my-account-link-list__links {
  padding-top: 25px;
}

@media only screen and (min-width: 1025px) {
  .c-my-account-link-list--mobile-expander .c-my-account-link-list__links {
    padding-top: 0;
  }
}

.c-my-account-link-list--mobile-expander .c-my-account-link-list__expander-container {
  max-height: 0px;
  overflow: hidden;
  transition: max-height 0.5s ease-in-out;
}

@media only screen and (min-width: 1025px) {
  .c-my-account-link-list--mobile-expander .c-my-account-link-list__expander-container {
    max-height: none !important;
  }
}

.c-my-account-link-list--limit-width {
  margin-right: auto;
  max-width: 300px;
  width: 100%;
}

.c-my-account-quicklinks__heading {
  align-items: center;
  display: flex;
  justify-content: flex-start;
  margin-bottom: 25px;
}

.c-my-account-quicklinks__heading__text {
  color: #6d7278;
  font-size: 0.8571rem;
  font-weight: 500;
  letter-spacing: 1.5px;
  line-height: 16px;
  text-transform: uppercase;
}

.c-my-account-quicklinks__heading__link {
  font-size: 1rem;
  line-height: 18px;
  margin-left: auto;
}

.c-my-account-quicklinks__links {
  align-items: top;
  display: flex;
  flex-flow: row wrap;
  justify-content: flex-start;
}

.c-my-account-quicklinks__link-group {
  flex: 0 0 100%;
}

@media only screen and (min-width: 1025px) {
  .c-my-account-quicklinks__link-group {
    flex: 0 0 195px;
    margin-right: 25px;
  }
}

.c-my-account-quicklinks__link {
  display: block;
  font-size: 1rem;
  font-weight: 400;
  line-height: 18px;
  margin-bottom: 15px;
}

.c-my-account-out-link {
  align-items: center;
  color: #15262e;
  display: flex;
  font-size: 1.1429rem;
  font-weight: 500;
  justify-content: flex-start;
  line-height: 21px;
  text-decoration: underline;
}

.c-my-account-out-link__img {
  display: block;
  margin-left: 8px;
  flex: 0 0 auto;
}

.c-my-account-inline-expander-button {
  border-bottom: 1px solid #7c99a1;
  color: #7c99a1;
  cursor: pointer;
  display: inline-block;
  font-size: 1rem;
  font-weight: 500;
  letter-spacing: 1px;
  line-height: 1.1429rem;
  padding: 0 20px 8px 0;
  position: relative;
  text-decoration: none;
}

.c-my-account-inline-expander-button::before,
.c-my-account-inline-expander-button::after {
  background: #7c99a1;
  content: " ";
  height: 1px;
  right: 0px;
  overflow: hidden;
  position: absolute;
  top: 8px;
  transform: rotate(0deg);
  transition: transform 0.18s linear;
  width: 9px;
}

.c-my-account-inline-expander-button::after {
  transform: rotate(90deg);
}

.c-my-account-inline-expander-button.is-active::after {
  transform: rotate(0deg);
}

.c-my-account-inline-expander-section {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.5s ease;
}

.c-my-account-video-modal {
  align-items: center;
  bottom: 0;
  display: flex;
  flex-flow: row nowrap;
  justify-content: center;
  height: 0px;
  left: 0;
  position: fixed;
  opacity: 0;
  overflow: hidden;
  transition: opacity 0.4s linear 0s, height 0.0001s linear 1s, z-index 0.0001s linear 1s;
  width: 100%;
  z-index: 0;
}

.c-my-account-video-modal__overlay {
  background: rgba(0, 0, 0, 0.5);
  cursor: pointer;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

.c-my-account-video-modal__positioner {
  align-items: center;
  display: flex;
  justify-content: flex-start;
  line-height: 21px;
  max-width: 1200px;
  padding: 0 0 56%;
  position: relative;
  text-decoration: underline;
  top: 150px;
  transition: top 0.0001s linear 0.5s;
  width: calc(100% - 80px);
}

@media only screen and (min-width: 1025px) {
  .c-my-account-video-modal__positioner {
    padding: 0;
    height: 675px;
  }
}

.c-my-account-video-modal__close {
  bottom: calc(100% + 10px);
  cursor: pointer;
  left: calc(100% + 10px);
  opacity: 0;
  transition: opacity 0.0001s linear 0.5s;
  position: absolute;
}

.c-my-account-video-modal__video {
  background: #000 url("/img/misc/loading.gif") 50% 50% no-repeat;
  background-size: 40px auto;
  bottom: 0;
  color: #fff;
  height: 100%;
  left: 0;
  opacity: 0;
  position: absolute;
  right: 0;
  transition: opacity 0.0001s linear 0.5s;
  top: 0;
  width: 100%;
}

.c-my-account-video-modal__video iframe {
  opacity: 0;
  transition: opacity 0.0001s linear 0.5s;
}

.c-my-account-video-modal.is-active {
  height: 100%;
  opacity: 1;
  transition: opacity 0.3s linear 0.1s, height 0.0001s linear 0s, z-index 0.0001s linear 0s;
  z-index: 9999;
}

.c-my-account-video-modal.is-active .c-my-account-video-modal__close {
  opacity: 1;
}

.c-my-account-video-modal.is-active .c-my-account-video-modal__positioner {
  top: 0;
  transition: top 0.5s ease-out 0s;
}

.c-my-account-video-modal.is-active .c-my-account-video-modal__video {
  opacity: 1;
  transition: opacity 0.3s linear 0.1s;
}

.c-my-account-video-modal.is-active .c-my-account-video-modal__video iframe {
  opacity: 1;
  transition: opacity 0.3s linear 2s;
}

.c-my-account-screen {
  background: #f5f5f5;
  min-height: 800px;
}

.c-my-account-screen__nav {
  background: #fff;
  border-top: 1px solid #e0e5e8;
  margin-bottom: 30px;
  overflow: hidden;
  position: relative;
}

.c-my-account-screen__nav__container {
  position: relative;
}

.c-my-account-screen__nav.is-scrollable::after {
  background: linear-gradient(to right, rgba(255, 255, 255, 0), rgb(255, 255, 255));
  content: " ";
  display: block;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  width: 20px;
}

.c-my-account-screen__main {
  overflow: hidden;
}

.c-my-account-screen__main__container {
  display: flex;
  flex-flow: row wrap;
}

.c-my-account-screen__main__sidebar {
  flex: 0 0 100%;
  margin-bottom: 30px;
  min-width: 0;
}

@media only screen and (min-width: 768px) {
  .c-my-account-screen__main__sidebar:not(.c-my-account-screen__main__sidebar--fw-medium) {
    flex: 0 0 300px;
  }
}

@media only screen and (min-width: 1025px) {
  .c-my-account-screen__main__sidebar {
    flex: 0 0 336px;
  }
}

.c-my-account-screen__main__bottom {
  flex: 0 0 100%;
  min-width: 0;
}

.c-my-account-screen__main__content {
  flex: 0 0 100%;
  margin-bottom: 50px;
  min-width: 0;
}

@media only screen and (min-width: 768px) {
  .c-my-account-screen__main__content:not(.c-my-account-screen__main__content--fw-medium) {
    flex: 1 1 20px;
    margin-left: 30px;
  }
}

@media only screen and (min-width: 1025px) {
  .c-my-account-screen__main__content {
    flex: 1 1 20px;
    margin-left: 50px;
  }
}

.c-my-account-screen__edit-panel {
  padding-bottom: 100px;
}

@media only screen and (min-width: 768px) {
  .c-my-account-screen__edit-panel {
    padding-bottom: 140px;
  }
}

.c-my-account-screen__edit-panel__container {
  max-width: 700px;
}

.c-my-account-top-nav,
.c-navigation-interior-scroll {
  height: 80px;
  position: relative;
  width: 100%;
}

.c-my-account-top-nav__nav,
.c-navigation-interior-scroll__nav {
  align-items: center;
  display: flex;
  flex-flow: row nowrap;
  height: 80px;
  justify-content: flex-start;
  left: 0;
  opacity: 0;
  position: absolute;
  top: 0;
  transition: opacity 0.12s ease;
  white-space: nowrap;
}

.c-my-account-top-nav__nav.is-docked,
.is-docked.c-navigation-interior-scroll__nav {
  left: 0px !important;
  opacity: 1;
}

.c-my-account-top-nav__nav.is-scrollable,
.is-scrollable.c-navigation-interior-scroll__nav {
  cursor: grab;
  opacity: 1;
}

.c-my-account-top-nav__welcome {
  color: #7C99A1;
  display: none;
  flex: 0 0 auto;
  font-weight: 400;
  margin-right: 75px;
}

@media only screen and (min-width: 1025px) {
  .c-my-account-top-nav__welcome {
    display: block;
  }
}

.c-my-account-top-nav__ul,
.c-navigation-interior-scroll__ul {
  align-items: center;
  display: flex;
  flex: 1 1 auto;
  flex-flow: row nowrap;
  justify-content: flex-start;
  white-space: nowrap;
}

.c-my-account-top-nav__li,
.c-navigation-interior-scroll__li {
  align-items: center;
  border-bottom: 3px solid transparent;
  border-top: 3px solid transparent;
  box-sizing: content-box;
  display: flex;
  flex: 0 0 auto;
  font-size: 1rem;
  height: 74px;
  line-height: 1.5em;
  margin-left: 40px;
}

.c-my-account-top-nav__li:first-child,
.c-navigation-interior-scroll__li:first-child {
  margin-left: 0px;
}

.c-my-account-top-nav__li.is-current,
.is-current.c-navigation-interior-scroll__li {
  border-bottom-color: #15262E;
}

.c-my-account-top-nav__a,
.c-navigation-interior-scroll__a {
  color: #5e6572;
  text-decoration: none;
  vertical-align: middle;
}

.c-my-account-top-nav__a img,
.c-navigation-interior-scroll__a img {
  display: inline-block;
  margin-right: 6px;
  vertical-align: middle;
}

.c-my-account-top-nav .c-my-account-top-nav__li.is-current .c-my-account-top-nav__a,
.c-navigation-interior-scroll .c-my-account-top-nav__li.is-current .c-my-account-top-nav__a,
.c-my-account-top-nav .is-current.c-navigation-interior-scroll__li .c-my-account-top-nav__a,
.c-navigation-interior-scroll .is-current.c-navigation-interior-scroll__li .c-my-account-top-nav__a,
.c-my-account-top-nav .c-my-account-top-nav__li.is-current .c-navigation-interior-scroll__a,
.c-navigation-interior-scroll .c-my-account-top-nav__li.is-current .c-navigation-interior-scroll__a,
.c-my-account-top-nav .is-current.c-navigation-interior-scroll__li .c-navigation-interior-scroll__a,
.c-navigation-interior-scroll .is-current.c-navigation-interior-scroll__li .c-navigation-interior-scroll__a {
  color: #15262E;
}

.c-my-account-sidebar-block {
  margin-left: auto;
  margin-right: auto;
  margin-top: 20px;
  max-width: 350px;
  position: relative;
  width: 100%;
}

@media only screen and (min-width: 768px) {
  .c-my-account-sidebar-block {
    margin-top: 30px;
  }
}

.c-my-account-sidebar-block--white {
  background: #fff;
  box-shadow: 2px 2px 4px 0px rgba(0, 0, 0, 0.1);
}

.c-my-account-sidebar-block--teal {
  background: #7c99a1;
  box-shadow: 2px 2px 4px 0px rgba(0, 0, 0, 0.1);
  color: #fff;
}

.c-my-account-sidebar-block--gray {
  background: #e0e5e8;
  box-shadow: 2px 2px 4px 0px rgba(0, 0, 0, 0.1);
}

.c-my-account-sidebar-block--no-max {
  max-width: none;
}

.c-my-account-sidebar-block:first-child {
  margin-top: 0px;
}

@media only screen and (min-width: 768px) {
  .c-my-account-sidebar-block:first-child {
    margin-top: 0px;
  }
}

.c-my-account-sidebar-block__overlay {
  background: rgba(255, 255, 255, 0.1);
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  width: 85px;
}

.c-my-account-sidebar-block__overlay__svg-container {
  bottom: 0;
  position: absolute;
  overflow: hidden;
  right: 100%;
  top: 0;
  width: 100px;
}

.c-my-account-sidebar-block__overlay__svg {
  height: calc(100% + 2px);
  position: absolute;
  top: -1px;
  width: calc(100% + 1px);
}

.c-my-account-sidebar-content-block {
  border-top: 1px solid #e0e5e8;
  padding: 20px 20px;
  position: relative;
  z-index: 2;
}

@media only screen and (min-width: 768px) {
  .c-my-account-sidebar-content-block {
    padding: 30px 30px;
  }
}

.c-my-account-sidebar-content-block:first-child {
  border-top: 0px;
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
  .c-my-account-sidebar-medium-split {
    align-items: stretch;
    display: flex;
    flex-flow: row nowrap;
    justify-content: flex-start;
    overflow: hidden;
    position: relative;
  }

  .c-my-account-sidebar-medium-split > .c-my-account-sidebar-block {
    flex: 0 0 calc(50% - 15px);
    margin: 0 0 30px 15px;
    max-width: none;
    width: auto;
  }

  .c-my-account-sidebar-medium-split > .c-my-account-sidebar-block:first-child {
    margin: 0 15px 30px 0;
  }

  .c-my-account-sidebar-medium-split > .c-my-account-sidebar-content-block {
    align-items: center;
    border-top: 0;
    box-sizing: content-box;
    display: flex;
    flex: 0 0 calc(50% - 60px);
    flex-direction: column;
    justify-content: center;
    position: relative;
  }

  .c-my-account-sidebar-medium-split > .c-my-account-sidebar-content-block:first-child::after {
    background: #e0e5e8;
    content: " ";
    display: block;
    height: 100%;
    overflow: hidden;
    position: absolute;
    right: 0px;
    top: 0;
    width: 1px;
  }

  .c-my-account-sidebar-medium-split > .c-my-account-sidebar-content-block > * {
    width: 100%;
  }
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
  .c-my-account-sidebar-buttons-side-by-side-medium {
    align-items: center;
    display: flex;
    flex-flow: row nowrap;
    justify-content: center;
  }

  .c-my-account-sidebar-buttons-side-by-side-medium > .c-my-account-button-fw {
    border-top: 0;
    box-sizing: content-box;
    flex: 0 0 260px;
    margin: 0 7px;
    position: relative;
    width: auto;
  }
}

.c-my-account-sidebar-title {
  font-size: 1.1428571429rem;
  align-items: center;
  color: #15262e;
  display: flex;
  font-weight: 400;
  justify-content: flex-start;
  line-height: 21px;
}

@media only screen and (min-width: 768px) {
  .c-my-account-sidebar-title {
    font-size: 1.2857142857rem;
  }
}

.c-my-account-sidebar-title__link {
  font-size: 1rem;
  line-height: 18px;
  margin-left: auto;
}

.c-my-account-sidebar-copy {
  color: #5E6572;
  font-size: 1rem;
  font-weight: 400;
  line-height: 18px;
}

.c-my-account-sidebar-copy--white {
  color: #fff;
}

.c-my-account-sidebar-copy h2 {
  font-size: 1.1428571429rem;
  align-items: center;
  color: #15262e;
  font-weight: 500;
  line-height: 21px;
  margin-bottom: 10px;
}

@media only screen and (min-width: 768px) {
  .c-my-account-sidebar-copy h2 {
    font-size: 1.2857142857rem;
  }
}

@media only screen and (min-width: 768px) {
  .c-my-account-sidebar-copy h2 {
    line-height: 24px;
  }
}

.c-my-account-sidebar-copy h3 {
  font-size: 1.1428571429rem;
  color: #15262e;
  font-weight: 500;
  line-height: 21px;
  margin-bottom: 10px;
}

.c-my-account-sidebar-copy h3:last-child {
  margin-bottom: 0px;
}

@media only screen and (min-width: 768px) {
  .c-my-account-sidebar-copy h3 {
    line-height: 24px;
  }
}

.c-my-account-sidebar-copy p {
  margin-bottom: 10px;
}

.c-my-account-sidebar-copy p:last-child {
  margin-bottom: 0px;
}

.c-my-account-sidebar-copy p a {
  font-weight: 400;
  text-decoration: none;
}

.c-my-account-sidebar-copy p b {
  font-weight: 500;
}

.c-my-account-sidebar-copy .c-my-account-button-fw {
  margin-top: 15px;
}

.c-my-account-sidebar-copy .c-my-account-button-fw:first-child {
  margin-top: 0;
}

.c-my-account-sidebar-profile-img {
  border: 1px solid #7C99A1;
  border-radius: 100% 100%;
  border-style: outset;
  display: inline-block;
  height: 70px;
  margin-bottom: 4px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% top;
     object-position: 50% top;
  width: 70px;
}

@media only screen and (min-width: 1025px) {
  .c-my-account-sidebar-toggle-tabs__container {
    background: #fff;
    box-shadow: 2px 2px 4px 0px rgba(0, 0, 0, 0.1);
    margin: 0 0;
    padding: 0px;
    max-width: none;
    width: 100%;
  }
}

.c-my-account-sidebar-toggle-tabs__title {
  font-size: 1.1428571429rem;
  font-weight: 400;
  text-align: center;
  padding: 0 0 20px;
}

@media only screen and (min-width: 768px) {
  .c-my-account-sidebar-toggle-tabs__title {
    font-size: 1.2857142857rem;
  }
}

@media only screen and (min-width: 1025px) {
  .c-my-account-sidebar-toggle-tabs__title {
    color: #15262e;
    line-height: 21px;
    padding: 30px 30px;
    text-align: left;
  }
}

.c-my-account-sidebar-toggle-tabs__credit-total {
  font-size: 1rem;
  font-weight: 500;
  text-align: center;
  padding: 0 0 20px;
}

@media only screen and (min-width: 768px) {
  .c-my-account-sidebar-toggle-tabs__credit-total {
    font-size: 1.1428571429rem;
  }
}

@media only screen and (min-width: 1025px) {
  .c-my-account-sidebar-toggle-tabs__credit-total {
    color: rgb(124, 153, 161);
    line-height: 21px;
    padding: 0px 30px 30px 30px;
    text-align: left;
  }
}

.c-my-account-sidebar-toggle-tabs__tab-positioner {
  height: 48px;
  position: relative;
  width: 100%;
}

@media only screen and (min-width: 768px) {
  .c-my-account-sidebar-toggle-tabs__tab-positioner {
    height: 60px;
  }
}

@media only screen and (min-width: 1025px) {
  .c-my-account-sidebar-toggle-tabs__tab-positioner {
    height: auto;
  }
}

.c-my-account-sidebar-toggle-tabs__tab-positioner.is-scrollable::after {
  background: linear-gradient(to right, rgba(245, 245, 245, 0), rgb(245, 245, 245));
  border-right: 100px solid #f5f5f5;
  content: " ";
  display: block;
  height: 100%;
  position: absolute;
  left: 100%;
  top: 0;
  width: 20px;
}

.c-my-account-sidebar-toggle-tabs__tab-group {
  align-items: center;
  display: flex;
  flex-flow: row nowrap;
  height: 48px;
  justify-content: flex-start;
  left: 0;
  position: absolute;
  top: 0;
  transition: opacity 0.12s ease;
  white-space: nowrap;
}

.c-my-account-sidebar-toggle-tabs__tab-group.is-initialized {
  opacity: 1;
}

@media only screen and (min-width: 768px) {
  .c-my-account-sidebar-toggle-tabs__tab-group {
    height: 60px;
  }
}

@media only screen and (min-width: 1025px) {
  .c-my-account-sidebar-toggle-tabs__tab-group {
    display: block;
    height: auto;
    position: static;
    opacity: 1;
    transition: none;
  }
}

.c-my-account-sidebar-toggle-tabs__tab-group.is-docked {
  left: 0px !important;
}

.c-my-account-sidebar-toggle-tabs__tab {
  font-size: 1rem;
  background: #fff;
  box-shadow: 2px 2px 4px 0px rgba(0, 0, 0, 0.1);
  color: inherit;
  display: inline-block;
  line-height: 18px;
  margin-left: 10px;
  padding: 15px 22px;
  text-decoration: none;
  white-space: nowrap;
}

@media only screen and (min-width: 768px) {
  .c-my-account-sidebar-toggle-tabs__tab {
    font-size: 1.1428571429rem;
  }
}

.c-my-account-sidebar-toggle-tabs__tab:first-child {
  margin-left: 0px !important;
}

@media only screen and (min-width: 768px) {
  .c-my-account-sidebar-toggle-tabs__tab {
    line-height: 20px;
    padding: 20px 30px;
  }
}

@media only screen and (min-width: 1025px) {
  .c-my-account-sidebar-toggle-tabs__tab {
    background-image: url("/img/icons/arrowsmall-right.svg");
    background-position: calc(100% - 20px) 50%;
    background-repeat: no-repeat;
    border-top: 1px solid #e0e5e8;
    box-sizing: border-box;
    box-shadow: none;
    display: block;
    margin-left: 0px;
    position: relative;
    text-align: left;
    width: 100%;
  }
}

.c-my-account-sidebar-toggle-tabs__tab.is-active {
  background-color: #7c99a1;
  border-color: #7c99a1 !important;
  color: #fff;
}

@media only screen and (min-width: 1025px) {
  .c-my-account-sidebar-toggle-tabs__tab.is-active {
    background-image: url("/img/icons/arrowsmall-right--white.svg");
  }
}

.c-my-account-sidebar-toggle-tabs__tab--no-arrow {
  background-image: none;
}

.c-my-account-sidebar-support-phone-link {
  font-size: 1.2857142857rem;
  color: #000;
  display: block;
  line-height: 26px;
  margin-top: 20px;
  text-decoration: none;
  vertical-align: middle;
}

.c-my-account-sidebar-support-phone-link__icon {
  font-size: 1.2857142857rem;
  display: inline-block;
  margin-right: 8px;
  position: relative;
  top: 0px;
  vertical-align: middle;
}

.c-my-account-large-rewards-summary__heading {
  font-size: 1.1428571429rem;
  color: #15262e;
  font-weight: 400;
  line-height: 2em;
  margin: 0;
  padding: 0;
  text-align: center;
}

@media only screen and (min-width: 768px) {
  .c-my-account-large-rewards-summary__heading {
    font-size: 1.2857142857rem;
  }
}

.c-my-account-large-rewards-summary__reward-line {
  font-size: 1.7142857143rem;
  color: #15262e;
  font-weight: 400;
  line-height: 56px;
  margin: 0;
  padding: 0;
  text-align: center;
  vertical-align: bottom;
}

@media only screen and (min-width: 768px) {
  .c-my-account-large-rewards-summary__reward-line {
    font-size: 2rem;
  }
}

.c-my-account-large-rewards-summary__icon {
  bottom: 18px;
  display: inline;
  height: 19.59px;
  position: relative;
  width: 18px;
}

@media only screen and (min-width: 768px) {
  .c-my-account-large-rewards-summary__icon {
    bottom: 21px;
    width: 21px;
  }
}

.c-my-account-large-rewards-summary__reward-number {
  font-size: 3.4285714286rem;
}

@media only screen and (min-width: 768px) {
  .c-my-account-large-rewards-summary__reward-number {
    font-size: 4rem;
  }
}

.c-my-account-large-rewards-summary__reward-meter {
  background: #15262e;
  height: 10px;
  position: relative;
  margin: 20px 0 10px;
}

@media only screen and (min-width: 768px) {
  .c-my-account-large-rewards-summary__reward-meter {
    margin-top: 25px;
  }
}

.c-my-account-large-rewards-summary__reward-meter__progress {
  background-color: rgba(255, 255, 255, 0.4);
  height: 100%;
  left: 0;
  position: absolute;
  transition: width 1.2s ease-out 0s;
  top: 0;
  width: 4px;
}

.c-my-account-large-rewards-summary__reward-meter__progress::after {
  background: #15262e;
  bottom: 0;
  content: " ";
  display: block;
  height: 15px;
  overflow: hidden;
  position: absolute;
  right: 0;
  width: 2px;
}

.c-my-account-large-rewards-summary__foot-note {
  font-size: 0.8571428571rem;
  color: #6D7278;
  font-weight: 400;
  letter-spacing: 0.25;
  line-height: 1.3333;
  margin: 0;
  padding: 0;
  text-align: center;
}

.c-my-account-large-rewards-breakdown {
  font-size: 1.7142857143rem;
  color: #15262e;
  padding: 0;
  text-align: center;
}

@media only screen and (min-width: 768px) {
  .c-my-account-large-rewards-breakdown {
    font-size: 2rem;
  }
}

.c-my-account-large-rewards-breakdown__desc {
  color: #6D7278;
  font-size: 1rem;
  font-weight: 400;
  letter-spacing: 0.5px;
  line-height: 1.2857;
  margin: 15px 0 0;
}

.c-my-account-large-rewards-breakdown__desc:first-child {
  margin-top: 0;
}

.c-my-account-large-rewards-breakdown__item {
  color: #15262e;
  font-size: 1rem;
  font-weight: 400;
  line-height: 36px;
  vertical-align: bottom;
}

.c-my-account-large-rewards-breakdown__item__symbol {
  bottom: 5px;
  padding-right: 3px;
  position: relative;
}

.c-my-account-large-rewards-breakdown__item__number {
  font-size: 1.5rem;
}

.c-my-account-main-row {
  align-items: stretch;
  display: flex;
  flex-flow: row wrap;
  justify-content: flex-start;
  margin: 0 auto;
  max-width: 350px;
  width: 100%;
}

.c-my-account-main-row--no-max {
  max-width: none;
}

@media only screen and (min-width: 768px) {
  .c-my-account-main-row {
    max-width: none;
    margin: 0 -10px;
    width: auto;
  }
}

.c-my-account-main-row__item {
  box-sizing: content-box;
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: 100%;
  padding-bottom: 20px;
}

@media only screen and (min-width: 768px) {
  .c-my-account-main-row__item {
    flex-basis: calc(100% - 20px);
    padding-left: 10px;
    padding-right: 10px;
  }
}

@media only screen and (min-width: 1025px) {
  .c-my-account-main-row__item {
    padding-bottom: 30px;
  }

  .c-my-account-main-row__item--half {
    flex-basis: calc(50% - 20px);
  }
}

.c-my-account-main-content-block {
  box-sizing: border-box;
  font-size: 1rem;
  height: 100%;
  padding: 10px 20px;
}

@media only screen and (min-width: 768px) {
  .c-my-account-main-content-block {
    padding: 10px 30px;
  }
}

.c-my-account-main-content-block--white {
  background: #fff;
  padding: 20px 20px;
}

@media only screen and (min-width: 768px) {
  .c-my-account-main-content-block--white {
    padding: 30px 30px;
  }
}

.c-my-account-main-content-block--teal {
  background: #e0e5e8;
  padding: 20px 20px;
}

@media only screen and (min-width: 768px) {
  .c-my-account-main-content-block--teal {
    padding: 30px 30px;
  }
}

.c-my-account-main-content-block--divider {
  border-top: 1px solid #c2c2c2;
}

.c-my-account-main-content-block .c-buttons--large-spacing > * {
  margin-right: 40px;
}

.c-my-account-main-content-block .c-buttons--large-spacing > *:last-child {
  margin-right: 0px;
}

.c-my-account-main-content-block__section-title {
  font-size: 1.1428571429rem;
  background: #e0e5e8;
  color: #15262e;
  font-weight: 400;
  line-height: 20px;
  text-align: left;
  padding: 15px 20px;
}

@media only screen and (min-width: 768px) {
  .c-my-account-main-content-block__section-title {
    font-size: 1.2857142857rem;
  }
}

@media only screen and (min-width: 1025px) {
  .c-my-account-main-content-block__section-title {
    line-height: 30px;
    padding: 15px 30px;
  }
}

.c-my-account-main-content-block__p {
  line-height: 24px;
}

.c-my-account-main-content-block__large-p {
  font-size: 1rem;
  line-height: 2em;
  margin: 0 0 30px;
}

@media only screen and (min-width: 768px) {
  .c-my-account-main-content-block__large-p {
    font-size: 1.1428571429rem;
  }
}

.c-my-account-main-content-block__large-p--no-margin {
  margin: 0;
}

.c-my-account-main-content-block__ul {
  margin: 0 0 20px 10px;
  padding: 0 0 0 10px;
}

.c-my-account-main-content-block__ul__li {
  color: #15262e;
  font-size: 1rem;
  font-weight: 300;
  line-height: 1.5em;
  padding: 0 0 10px 10px;
}

.c-my-account-main-content-block__ul--no-bottom-margin {
  margin-bottom: 0px;
}

#fedex-tracking-dialog {
  display: none;
  position: relative;
}

.tracking-nr-ui-dialog-body {
  background-color: #fff;
  box-shadow: 4px 4px 7px 4px rgba(0, 0, 0, 0.1);
}

.tracking-nr-ui-dialog-body .general-info {
  background-color: #e0e5e8;
}

.tracking-nr-ui-dialog-body .general-info b {
  font-weight: 700 !important;
}

.tracking-nr-ui-dialog-body .tracking-nr-ui-dialog-titlebar {
  background-color: #7c99a1 !important;
  text-align: center;
  cursor: move;
}

.tracking-nr-ui-dialog-body .tracking-nr-ui-dialog-titlebar-close {
  float: right;
  visibility: hidden;
}

.tracking-nr-ui-dialog-body .tracking-nr-ui-dialog-titlebar-close:after {
  visibility: visible;
  position: absolute;
  top: 0.3rem;
  right: 1rem;
  font-weight: 700;
  content: "X";
  font-size: 1.5rem;
}

.tracking-nr-ui-dialog-body .tracking-nr-ui-dialog-content {
  padding: 1rem 3rem;
}

.tracking-nr-ui-dialog-body .tracking-nr-ui-dialog-content table {
  width: 100%;
}

.tracking-nr-ui-dialog-body .tracking-nr-ui-dialog-content table.history > tbody > tr:nth-child(2n) {
  background-color: rgba(224, 229, 232, 0.2784313725);
}

.tracking-nr-ui-dialog-body .tracking-nr-ui-dialog-content table.history .date-col {
  text-align: center;
}

.tracking-nr-ui-dialog-body .tracking-nr-ui-dialog-content .history-day td:nth-child(2),
.tracking-nr-ui-dialog-body .tracking-nr-ui-dialog-content .history-day td:nth-child(3) {
  width: 45%;
}

.tracking-nr-ui-dialog-body .tracking-nr-ui-dialog-content .history-day td {
  border-top: 1px solid #e0e5e8;
  font-size: 1rem;
  font-weight: 400;
}

.tracking-nr-ui-dialog-body .tracking-nr-ui-dialog-loader {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}

.tracking-nr-ui-dialog-body .tracking-nr-ui-dialog-loader img {
  width: 60px;
  margin-left: -30px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-top: -30px;
}

.c-my-account-main-toggle-panels__panel {
  box-shadow: 2px 2px 4px 0px rgba(0, 0, 0, 0.1);
  height: 0px;
  overflow: hidden;
  transition: height 0.001s linear 0.3s, opacity 0.1s ease 0s;
}

.c-my-account-main-toggle-panels__panel.is-active {
  height: auto;
  transition: height 0.001s linear 0s, opacity 0.3s ease 0.05s;
}

.c-my-account-main-toggle-panels__panel__title {
  font-size: 1.2857142857rem;
  background: #7c99a1;
  color: #fff;
  font-weight: 400;
  line-height: 20px;
  padding: 20px;
  position: relative;
  text-align: center;
}

@media only screen and (min-width: 768px) {
  .c-my-account-main-toggle-panels__panel__title {
    font-size: 1.5rem;
  }
}

@media only screen and (min-width: 1025px) {
  .c-my-account-main-toggle-panels__panel__title {
    padding: 25px;
  }
}

.c-my-account-main-toggle-panels__panel__title--left {
  text-align: left;
}

@media only screen and (min-width: 768px) {
  .c-my-account-main-toggle-panels__panel__title--flex {
    align-items: center;
    flex-flow: row nowrap;
    justify-content: flex-start;
    display: flex;
  }
}

@media only screen and (max-width: 767px) {
  .c-my-account-main-toggle-panels__panel__title--flex .c-my-account-main-toggle-panels__panel__title-main-text {
    display: block;
    margin: 0 0 20px;
    text-align: center;
    width: 100%;
  }
}

.c-my-account-main-toggle-panels__panel__title-back {
  font-size: 0.9285714286rem;
  color: #fff;
  font-weight: 500;
  line-height: 18px;
  padding-left: 15px;
  position: relative;
}

.c-my-account-main-toggle-panels__panel__title-back::after {
  content: " ";
  background: transparent url("/img/icons/arrowsmall-right--white.svg") 50% 50% no-repeat;
  background-size: 5px 10px;
  height: 10px;
  left: 0;
  position: absolute;
  transform: scaleX(-1);
  top: calc(50% - 5px);
  width: 5px;
}

.c-my-account-main-toggle-panels__panel__title-back--mb-abs {
  height: 30px;
  position: absolute;
  left: 20px;
  top: 15px;
}

@media only screen and (min-width: 768px) {
  .c-my-account-main-toggle-panels__panel__title-back--mb-abs {
    height: auto;
    position: relative;
    top: 0;
    left: 0;
  }
}

.c-my-account-main-toggle-panels__panel__title-left {
  font-size: 0.9285714286rem;
  color: #fff;
  display: none;
  font-weight: 500;
  left: 30px;
  line-height: 20px;
  position: absolute;
  text-align: center;
  top: calc(50% + 2px);
  transform: translateY(-50%);
}

@media only screen and (min-width: 768px) {
  .c-my-account-main-toggle-panels__panel__title-left {
    display: block;
  }
}

.c-my-account-main-toggle-panels__panel__title-right {
  font-size: 0.8571428571rem;
  color: #fff;
  display: block;
  font-weight: 500;
  letter-spacing: 2px;
  margin-top: 15px;
  line-height: 30px;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  vertical-align: middle;
}

@media only screen and (min-width: 768px) {
  .c-my-account-main-toggle-panels__panel__title-right {
    margin-top: 0;
    position: absolute;
    right: 30px;
    top: calc(50% + 2px);
    transform: translateY(-50%);
  }
}

.c-my-account-main-toggle-panels__panel__title-add-icon {
  background: #15262e;
  border-radius: 100% 100%;
  display: inline-block;
  position: relative;
  height: 30px;
  width: 30px;
  vertical-align: middle;
}

.c-my-account-main-toggle-panels__panel__title-add-icon::before,
.c-my-account-main-toggle-panels__panel__title-add-icon::after {
  background: #fff;
  content: " ";
  height: 2px;
  overflow: hidden;
  position: absolute;
  right: 9px;
  top: 14px;
  transform: rotate(0deg);
  transition: transform 0.18s linear;
  width: 12px;
}

.c-my-account-main-toggle-panels__panel__title-add-icon::after {
  transform: rotate(90deg);
}

.c-my-account-main-toggle-panels__panel__title-add-icon--left-margin {
  margin-left: 10px;
}

.c-my-account-main-toggle-panels__panel__title-main-text {
  font-size: 1.1428571429rem;
  margin: 0 auto 0 calc(50% - 160px);
}

@media only screen and (min-width: 768px) {
  .c-my-account-main-toggle-panels__panel__title-main-text {
    font-size: 1.2857142857rem;
  }
}

.c-my-account-main-toggle-panels__panel__title-main-text .c-my-account-main-reward-alert__number {
  display: inline-block;
  margin-right: 8px;
}

.c-my-account-main-toggle-panels__panel__title-main-text--larger {
  margin: 0 auto 0 calc(50% - 190px);
}

.c-my-account-main-toggle-panels__panel__title-total {
  font-size: 1rem;
  background: #15262e;
  color: #fff;
  flex: 0 0 auto;
  line-height: 1.1429em;
  padding: 5px;
}

@media only screen and (min-width: 768px) {
  .c-my-account-main-toggle-panels__panel__title-total {
    font-size: 1.1428571429rem;
  }
}

@media only screen and (min-width: 768px) {
  .c-my-account-main-toggle-panels__panel__title-total {
    padding: 5px 10px;
  }
}

.c-my-account-main-toggle-panels__panel__title-search {
  background: #fff;
  box-sizing: border-box;
  display: block;
  margin: 0 auto;
  padding: 10px 30px 10px 12px;
  position: relative;
  width: 100%;
  max-width: 215px;
}

@media only screen and (min-width: 768px) {
  .c-my-account-main-toggle-panels__panel__title-search {
    box-sizing: content-box;
    flex: 0 0 172px;
    margin: 0;
    max-width: none;
    width: 172px;
  }
}

.c-my-account-main-toggle-panels__panel__title-search .icon-search {
  color: #000;
  height: 20px;
  font-size: 16px;
  line-height: 20px;
  position: absolute;
  right: 13px;
  top: calc(50% - 10px);
}

.c-my-account-main-toggle-panels__panel__title-search input {
  background: transparent;
  border: 0;
  display: block;
  font-size: 1rem;
  height: 20px;
  line-height: 20px;
  outline: 0;
  width: 100%;
}

.c-my-account-main-toggle-panels__panel__title-search input::-webkit-input-placeholder {
  color: #6D7278;
}

.c-my-account-main-toggle-panels__panel__title-search input:-ms-input-placeholder {
  color: #6D7278;
}

.c-my-account-main-toggle-panels__panel__title-search input:-moz-placeholder {
  color: #6D7278;
  opacity: 1;
}

.c-my-account-main-toggle-panels__panel__title-search input::-moz-placeholder {
  color: #6D7278;
  opacity: 1;
}

@media only screen and (min-width: 768px) {
  .c-my-account-main-split-medium {
    align-items: flex-start;
    display: flex;
    flex-flow: row wrap;
    justify-content: flex-start;
    margin: 0 -30px;
    overflow: hidden;
  }

  .c-my-account-main-split-medium__item {
    box-sizing: content-box;
    flex: 0 0 calc(50% - 60px);
    padding: 0 30px;
    width: calc(50% - 60px);
  }
}

.c-my-account-main-table {
  overflow: hidden;
}

.c-my-account-main-table__table {
  border-collapse: separate;
  color: #15262e;
  display: block;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.1429em;
  margin: 0px;
  padding: 0px;
  table-layout: fixed;
  width: 100%;
}

@media only screen and (min-width: 768px) {
  .c-my-account-main-table__table {
    display: table;
    line-height: 1.2856em;
  }
}

.c-my-account-main-table__table thead {
  display: none;
}

@media only screen and (min-width: 768px) {
  .c-my-account-main-table__table thead {
    display: table-header-group;
  }
}

.c-my-account-main-table__table tbody {
  display: block;
}

@media only screen and (min-width: 768px) {
  .c-my-account-main-table__table tbody {
    display: table-header-group;
  }
}

.c-my-account-main-table__table tfoot {
  display: block;
}

@media only screen and (min-width: 768px) {
  .c-my-account-main-table__table tfoot {
    display: table-footer-group;
  }
}

.c-my-account-main-table__table tr {
  background: #fff;
  border-top: 1px solid #e0e5e8;
  box-sizing: content-box;
  display: flex;
  flex-flow: row wrap;
  padding: 18px 0;
}

@media only screen and (min-width: 768px) {
  .c-my-account-main-table__table tr {
    background: none;
    border-top: 0;
    display: table-row;
    padding: 0px;
  }
}

.c-my-account-main-table__table tfoot tr {
  background: #e0e5e8;
}

@media only screen and (min-width: 768px) {
  .c-my-account-main-table__table tfoot tr {
    background: none;
  }
}

.c-my-account-main-table__table__cell {
  background: #fff;
  box-sizing: border-box;
  flex: 1 1 calc(50% - 50px);
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.1429em;
  padding: 7px 25px;
  position: relative;
  vertical-align: top;
}

@media only screen and (min-width: 768px) {
  .c-my-account-main-table__table__cell {
    border-top: 1px solid #e0e5e8;
    display: table-cell;
    padding: 20px 30px;
  }

  .c-my-account-main-table__table__cell:last-child:not(.c-my-account-main-table__table__cell--always-left) {
    text-align: right;
  }

  .c-my-account-main-table__table__cell--smaller-pad {
    padding-left: 12px;
    padding-right: 12px;
  }
}

.c-my-account-main-table__table__cell--mb-full {
  flex: 1 1 calc(100% - 50px);
}

@media only screen and (max-width: 767px) {
  .c-my-account-main-table__table__cell--mb-hide {
    display: none;
  }
}

.c-my-account-main-table__table__heading {
  padding: 20px 30px;
  background: #e0e5e8;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.1429em;
  text-align: left;
  vertical-align: top;
}

.c-my-account-main-table__table__heading--right {
  text-align: right;
}

.c-my-account-main-table__table__heading--smaller-pad {
  padding-left: 12px;
  padding-right: 12px;
}

.c-my-account-main-table__table__summary {
  padding: 20px 30px;
  box-sizing: border-box;
  flex: 1 1 auto;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  padding: 7px 25px;
  text-align: left;
}

@media only screen and (min-width: 768px) {
  .c-my-account-main-table__table__summary {
    background: #e0e5e8;
    display: table-cell;
    padding: 20px 30px;
  }
}

.c-my-account-main-table__table__summary--right {
  text-align: right;
}

.c-my-account-main-table__table__summary--bold {
  font-weight: 500;
}

.c-my-account-main-table__table__bold-text {
  font-size: 0.9285714286rem;
  font-weight: 500;
  line-height: 18px;
}

.c-my-account-main-table__table__edit-link {
  font-size: 1rem;
  display: inline-block;
  font-weight: 400;
  margin-left: 20px;
}

.c-my-account-main-table__table__edit-link:first-child {
  margin-left: 0px;
}

.c-my-account-main-table__table__edit-link--negative {
  color: #E25556;
}

.c-my-account-main-table__table__tag {
  background: rgba(168, 168, 168, 0.25);
  border-radius: 2px;
  color: #6D7278;
  display: inline-block;
  font-size: 1em;
  font-weight: 500;
  line-height: 18px;
  padding: 3px 6px;
  white-space: nowrap;
}

.c-my-account-main-table__table__tag--positive {
  background: rgba(135, 179, 141, 0.25);
  color: #87b38d;
}

.c-my-account-main-table__table__tag--negative {
  background: rgba(226, 85, 86, 0.25);
  color: #E25556;
}

@media only screen and (min-width: 768px) {
  .c-my-account-main-table__table__mb-label {
    display: none;
  }
}

.c-my-account-main-table__action-icon {
  background: #5E6572;
  border: 0;
  width: 30px;
  border-radius: 100% 100%;
  display: inline-block;
  height: 30px;
  margin: 0 0 0 20px;
  padding: 0;
  position: relative;
  overflow: hidden;
  outline: 0;
  text-decoration: none;
  width: 30px;
}

.c-my-account-main-table__action-icon:first-child {
  margin-left: 0;
}

@media only screen and (min-width: 1025px) {
  .c-my-account-main-table__action-icon {
    margin: 0 0 0 10px;
  }
}

.c-my-account-main-table__action-icon--positive {
  background: #87B38D;
}

.c-my-account-main-table__action-icon--negative {
  background: #E25556;
}

.c-my-account-main-table__action-icon__img {
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
}

.c-my-account-main-table--statement .c-my-account-main-lighter-text {
  font-weight: 400;
  color: #5E6572;
}

.c-my-account-main-table--statement tr:nth-child(odd) {
  background-color: #ffffff;
}

.c-my-account-main-table--statement tr:nth-child(odd) .c-my-account-main-table__table__cell {
  background-color: transparent;
}

@media only screen and (min-width: 768px) {
  .c-my-account-main-table--statement tr:nth-child(odd) {
    background-color: transparent;
  }

  .c-my-account-main-table--statement tr:nth-child(odd) .c-my-account-main-table__table__cell {
    background-color: #fff;
    border-top: 0;
    border-left: 1px solid #e0e5e8;
  }

  .c-my-account-main-table--statement tr:nth-child(odd) .c-my-account-main-table__table__cell:first-child {
    border-left: 0;
  }
}

.c-my-account-main-table--statement tr:nth-child(even) {
  background-color: #fafafa;
}

.c-my-account-main-table--statement tr:nth-child(even) .c-my-account-main-table__table__cell {
  background-color: transparent;
}

@media only screen and (min-width: 768px) {
  .c-my-account-main-table--statement tr:nth-child(even) {
    background-color: transparent;
  }

  .c-my-account-main-table--statement tr:nth-child(even) .c-my-account-main-table__table__cell {
    background-color: #fafafa;
    border-top: 0;
    border-left: 1px solid #e0e5e8;
  }

  .c-my-account-main-table--statement tr:nth-child(even) .c-my-account-main-table__table__cell:first-child {
    border-left: 0;
  }
}

.c-my-account-main-table--statement .c-my-account-main-table__table__cell,
.c-my-account-main-table--statement .c-my-account-main-table__table__summary {
  text-align: left;
}

@media only screen and (min-width: 768px) {
  .c-my-account-main-table--statement .c-my-account-main-table__table__cell,
  .c-my-account-main-table--statement .c-my-account-main-table__table__summary {
    display: table-cell;
    padding: 20px 15px;
    vertical-align: top;
  }
}

.c-my-account-main-table--statement .c-my-account-main-table__table__statement-row {
  display: block;
}

.c-my-account-main-table--statement .c-my-account-main-table__table__statement-row::after {
  content: " ";
  clear: both;
  display: block;
  height: 0px;
}

@media only screen and (min-width: 768px) {
  .c-my-account-main-table--statement .c-my-account-main-table__table__statement-row {
    display: table-row;
  }

  .c-my-account-main-table--statement .c-my-account-main-table__table__statement-row::after {
    display: none;
  }
}

.c-my-account-main-table--statement .c-my-account-main-table__table__statement-cell--left {
  float: left;
  width: 50%;
}

.c-my-account-main-table--statement .c-my-account-main-table__table__statement-cell--left .c-my-account-main-table__table__bold-text {
  padding-top: 14px;
}

.c-my-account-main-table--statement .c-my-account-main-table__table__statement-cell--left .c-my-account-main-table__table__bold-text:first-child {
  padding-top: 0px;
}

.c-my-account-main-table--statement .c-my-account-main-table__table__statement-cell--left .c-my-account-main-table__table__bold-text.c-my-account-main-table__table__bold-text--space-mobile {
  padding-top: 14px;
}

@media only screen and (min-width: 768px) {
  .c-my-account-main-table--statement .c-my-account-main-table__table__statement-cell--left .c-my-account-main-table__table__bold-text.c-my-account-main-table__table__bold-text--space-mobile {
    padding-top: 0px;
  }
}

.c-my-account-main-table--statement .c-my-account-main-table__table__statement-cell--left .c-my-account-main-table__table__statement-mb-label-spacer {
  padding-top: 14px;
}

@media only screen and (min-width: 768px) {
  .c-my-account-main-table--statement .c-my-account-main-table__table__statement-cell--left .c-my-account-main-table__table__statement-mb-label-spacer {
    display: none;
  }
}

@media only screen and (min-width: 768px) {
  .c-my-account-main-table--statement .c-my-account-main-table__table__statement-cell--left {
    float: none;
    width: auto;
  }

  .c-my-account-main-table--statement .c-my-account-main-table__table__statement-cell--left::after {
    content: " ";
    clear: both;
    display: block;
    height: 0px;
  }
}

.c-my-account-main-table--statement .c-my-account-main-table__table__statement-cell--right {
  float: left;
  width: 50%;
}

@media only screen and (min-width: 768px) {
  .c-my-account-main-table--statement .c-my-account-main-table__table__statement-cell--right {
    float: none;
    width: auto;
  }
}

@media only screen and (min-width: 768px) {
  .c-my-account-main-table--statement .c-my-account-main-table__table__statement-split {
    box-sizing: content-box;
    float: left;
    width: 48.5%;
  }

  .c-my-account-main-table--statement .c-my-account-main-table__table__statement-split:first-child {
    margin-right: 3%;
  }
}

.c-my-account-main-table--statement .c-my-account-main-table__table__statement-lg-summary {
  display: none;
}

@media only screen and (min-width: 768px) {
  .c-my-account-main-table--statement .c-my-account-main-table__table__statement-lg-summary {
    display: table-row-group;
  }
}

.c-my-account-main-table--statement .c-my-account-main-table__table__statement-lg-summary .c-my-account-main-table__table__statement-lg-summary-bottom .c-my-account-main-table__table__summary {
  background: #fff;
  border-left: 1px solid #e0e5e8;
}

.c-my-account-main-table--statement .c-my-account-main-table__table__statement-lg-summary .c-my-account-main-table__table__statement-lg-summary-bottom .c-my-account-main-table__table__summary:first-child {
  border-left: 0;
}

.c-my-account-main-table--statement .c-my-account-main-table__table__statement-sm-summary {
  display: block;
  width: 100%;
}

@media only screen and (min-width: 768px) {
  .c-my-account-main-table--statement .c-my-account-main-table__table__statement-sm-summary {
    display: none;
  }
}

.c-my-account-main-table--statement .c-my-account-main-table__table__statement-sm-summary tr {
  background: #e0e5e8;
}

.c-my-account-main-table--statement .c-my-account-main-table__table__statement-sm-summary .c-my-account-main-table__table__summary {
  background: #e0e5e8;
  border: none;
}

.c-my-account-main-table--statement .c-my-account-main-table__table__statement-sm-summary .c-my-account-main-table__table__statement-sm-summary-line {
  align-items: top;
  display: flex;
  flex-flow: row nowrap;
  line-height: 21px;
  width: 100%;
  margin-top: 12px;
}

.c-my-account-main-table--statement .c-my-account-main-table__table__statement-sm-summary .c-my-account-main-table__table__statement-sm-summary-line:first-child {
  margin-top: 0px;
}

.c-my-account-main-table--statement .c-my-account-main-table__table__statement-sm-summary .c-my-account-main-table__table__statement-sm-summary-line > *:first-child {
  margin-right: auto;
}

.c-my-account-main-table__negative-text {
  color: #E25556;
}

.c-my-account-sales-table-row-top__person {
  font-size: 0.8571428571rem;
  line-height: 16px;
  margin-top: 5px;
}

.c-my-account-sales-table-row-top.is-hidden {
  display: none !important;
}

.c-my-account-sales-table-row-top--mb-smallpad {
  padding-bottom: 0 !important;
}

.c-my-account-sales-table-row-bottom {
  border-top: 0px !important;
  padding: 0px !important;
}

@media only screen and (max-width: 767px) {
  .c-my-account-sales-table-row-bottom {
    border-top: 0px;
    padding: 0px;
  }
}

.c-my-account-sales-table-row-bottom > .c-my-account-main-table__table__cell {
  border-top: 0px;
  padding-top: 0px;
}

@media only screen and (min-width: 768px) {
  .c-my-account-sales-table-row-bottom > .c-my-account-main-table__table__cell {
    padding-bottom: 38px;
  }
}

@media only screen and (max-width: 767px) {
  .c-my-account-sales-table-row-bottom > .c-my-account-main-table__table__cell {
    padding-bottom: 1px !important;
    padding-top: 1px !important;
  }
}

.c-my-account-sales-table-row-bottom__subtable {
  margin: 15px 0;
}

.c-my-account-sales-table-row-bottom__subtable tr {
  background: none;
  border-top: 0;
  display: table-row;
  padding: 0px;
}

.c-my-account-sales-table-row-bottom__subtable td {
  padding-bottom: 5px;
}

.c-my-account-sales-table-row-bottom__subtable td:first-child {
  padding-right: 10px;
}

@media only screen and (min-width: 768px) {
  .c-my-account-sales-table-row-bottom__subtable {
    margin: 0px;
  }
}

@media only screen and (max-width: 767px) {
  .c-my-account-sales-table-row-bottom__mb-hide {
    display: none !important;
  }
}

.c-my-account-sales-table-expander {
  padding-right: 20px;
  position: absolute;
  right: 25px;
}

.c-my-account-sales-table-expander::before,
.c-my-account-sales-table-expander::after {
  background: #7c99a1;
  content: " ";
  height: 1px;
  right: 0px;
  overflow: hidden;
  position: absolute;
  top: 8px;
  transform: rotate(0deg);
  transition: transform 0.18s linear;
  width: 9px;
}

.c-my-account-sales-table-expander::after {
  transform: rotate(90deg);
}

.c-my-account-sales-table-expander.is-active::after {
  transform: rotate(0deg);
}

@media only screen and (min-width: 768px) {
  .c-my-account-sales-table-expander {
    display: none;
  }
}

.c-my-account-sales-table-expander-section {
  max-height: 0;
  overflow: hidden;
}

@media only screen and (min-width: 768px) {
  .c-my-account-sales-table-expander-section {
    max-height: none !important;
  }
}

.c-my-account-main-code-gen {
  padding: 10px 0;
}

.c-my-account-main-code-gen__label {
  color: #15262e;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.5em;
  margin: 0 0 20px;
}

.c-my-account-main-code-gen__radio {
  align-items: center;
  display: flex;
  justify-content: flex-start;
  margin: 15px 0;
}

.c-my-account-main-code-gen__radio__input {
  height: 0;
  opacity: 0;
  width: 0;
}

.c-my-account-main-code-gen__radio__display {
  border: 1px solid #c2c2c2;
  border-radius: 100% 100%;
  box-sizing: content-box;
  flex: 0 0 18px;
  margin-right: 10px;
  height: 18px;
  position: relative;
  width: 18px;
}

.c-my-account-main-code-gen__radio__display::after {
  background-color: #fff;
  border-radius: 100% 100%;
  content: " ";
  display: block;
  height: 8px;
  left: 5px;
  opacity: 0;
  position: absolute;
  top: 5px;
  width: 8px;
}

.c-my-account-main-code-gen__radio .c-my-account-main-code-gen__radio__input:checked + .c-my-account-main-code-gen__radio__display {
  background-color: #15262e;
  border-color: #15262e;
}

.c-my-account-main-code-gen__radio .c-my-account-main-code-gen__radio__input:checked + .c-my-account-main-code-gen__radio__display::after {
  opacity: 1;
}

.c-my-account-main-code-gen__radio__label {
  flex: 1 1 20px;
  font-size: 1rem;
  line-height: 1.1429em;
}

.c-my-account-main-code-gen__radio__label--bold {
  font-weight: 500;
}

.c-my-account-main-code-gen__code {
  font-size: 1rem;
  border: 1px solid #c2c2c2;
  line-height: 1.5em;
  min-height: 260px;
  padding: 10px 15px;
}

@media only screen and (min-width: 768px) {
  .c-my-account-main-code-gen__code {
    font-size: 1.1428571429rem;
  }
}

@media only screen and (min-width: 768px) {
  .c-my-account-main-code-gen__code {
    min-height: 120px;
  }
}

.c-my-account-main-code-gen__email {
  padding: 10px 0 0;
}

.c-my-account-main-code-gen__email__label {
  color: #6D7278;
  font-weight: 400;
  margin: 20px 0 5px;
}

.c-my-account-main-code-gen__email__input-row {
  align-items: top;
  display: block;
  flex-flow: row wrap;
  justify-content: flex-start;
}

@media only screen and (min-width: 768px) {
  .c-my-account-main-code-gen__email__input-row {
    display: flex;
  }
}

.c-my-account-main-code-gen__email__input-container {
  flex: 0 0 100%;
  margin-bottom: 20px;
}

@media only screen and (min-width: 768px) {
  .c-my-account-main-code-gen__email__input-container {
    flex: 1 1 20px;
    margin-bottom: 0px;
    margin-right: 20px;
  }
}

.c-my-account-main-code-gen__email__button {
  flex: 0 0 auto;
}

.c-my-account-main-reward-alert {
  font-size: 1.1428571429rem;
  align-items: center;
  background: #7c99a1;
  color: #fff;
  display: flex;
  flex-direction: column;
  font-weight: 400;
  justify-content: center;
  line-height: 20px;
  margin: 0 0 10px;
  padding: 15px 20px 20px;
  position: relative;
  text-align: center;
}

@media only screen and (min-width: 768px) {
  .c-my-account-main-reward-alert {
    align-items: center;
    flex-direction: row;
  }
}

.c-my-account-main-reward-alert__number {
  font-size: 1.1428571429rem;
  border-radius: 100% 100%;
  background: #15262e;
  height: 30px;
  line-height: 30px;
  width: 30px;
}

.c-my-account-main-reward-alert__text {
  margin: 10px 0;
}

@media only screen and (min-width: 768px) {
  .c-my-account-main-reward-alert__text {
    margin: 0 auto 0 10px;
  }
}

.c-my-account-main-reward-link {
  font-size: 1.2857142857rem;
  align-items: center;
  background: #fff;
  box-shadow: 2px 2px 4px 0px rgba(0, 0, 0, 0.1);
  color: #15262e;
  display: flex;
  flex-flow: row nowrap;
  font-weight: 400;
  margin: 5px 0 0 0;
  padding: 20px;
  position: relative;
  text-decoration: none;
}

@media only screen and (min-width: 768px) {
  .c-my-account-main-reward-link {
    font-size: 1.5rem;
  }
}

@media only screen and (min-width: 768px) {
  .c-my-account-main-reward-link {
    margin-top: 10px;
    padding: 20px 30px;
  }
}

.c-my-account-main-reward-link__text {
  margin: 0 auto 0 0;
  padding-bottom: 10px;
}

.c-my-account-main-reward-link__text__eyebrow {
  font-size: 0.9285714286rem;
  color: #7c99a1;
  letter-spacing: 1.85px;
  line-height: 18px;
  margin-bottom: 15px;
  text-transform: uppercase;
}

@media only screen and (min-width: 768px) {
  .c-my-account-main-reward-link__text__eyebrow {
    font-size: 1rem;
  }
}

@media only screen and (min-width: 768px) {
  .c-my-account-main-reward-link__text__eyebrow {
    letter-spacing: 2px;
    margin-bottom: 20px;
  }
}

.c-my-account-main-reward-link__text__number {
  font-size: 1.1428571429rem;
  font-weight: 500;
  line-height: 28px;
}

.c-my-account-main-videos {
  margin: 0 auto;
  padding: 10px 0;
}

@media only screen and (min-width: 768px) {
  .c-my-account-main-videos {
    max-width: 614px;
  }
}

@media only screen and (min-width: 1025px) {
  .c-my-account-main-videos {
    max-width: 620px;
  }
}

.c-my-account-main-videos__video-row {
  align-items: center;
  display: flex;
  flex-flow: column nowrap;
  justify-content: flex-start;
  position: relative;
}

@media only screen and (min-width: 768px) {
  .c-my-account-main-videos__video-row {
    align-items: flex-start;
    flex-flow: row wrap;
    margin: 0 -17px;
  }
}

@media only screen and (min-width: 1025px) {
  .c-my-account-main-videos__video-row {
    margin: 0 -20px;
  }
}

.c-my-account-main-videos__video-row__item {
  flex: 0 0 auto;
  margin: 0 0px 20px;
  position: relative;
  width: 290px;
}

@media only screen and (min-width: 768px) {
  .c-my-account-main-videos__video-row__item {
    box-sizing: content-box;
    flex: 0 0 calc(50% - 34px);
    min-width: 0;
    padding: 0 17px;
    width: calc(50% - 34px);
  }
}

@media only screen and (min-width: 768px) {
  .c-my-account-main-videos__video-row__item {
    flex: 0 0 calc(50% - 40px);
    padding: 0 20px;
    width: calc(50% - 40px);
  }
}

.c-my-account-main-videos__video-thumbnail {
  cursor: pointer;
  display: block;
  overflow: hidden;
  padding-bottom: 60.606%;
  position: relative;
  width: 100%;
}

.c-my-account-main-videos__video-thumbnail__img {
  border-radius: 10px;
  bottom: 0px;
  display: block;
  height: 100%;
  left: 0;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1;
}

.c-my-account-main-videos__video-thumbnail__title {
  bottom: 12px;
  color: #fff;
  left: 12px;
  right: 12px;
  position: absolute;
  z-index: 2;
}

.c-my-account-main-videos__video-thumbnail:after {
  background: transparent url("/img/icons/play-white.svg") 50% 50% no-repeat;
  content: " ";
  display: block;
  height: 40px;
  left: calc(50% - 20px);
  position: absolute;
  top: calc(50% - 20px);
  width: 40px;
  z-index: 3;
}

.c-my-account-edit-panel-block {
  margin-left: auto;
  margin-right: auto;
  margin-top: 30px;
  width: 100%;
}

.c-my-account-edit-panel-block--white {
  background: #ffffff;
  box-shadow: 2px 2px 4px 0px rgba(0, 0, 0, 0.1);
  width: 100%;
}

.c-my-account-edit-panel-block--teal {
  background: #e0e5e8;
  box-shadow: 2px 2px 4px 0px rgba(0, 0, 0, 0.1);
  width: 100%;
}

.c-my-account-edit-panel-block:first-child {
  margin-top: 0px;
}

.c-my-account-edit-panel-content-block {
  border-top: 1px solid #e0e5e8;
  padding: 20px 20px;
}

@media only screen and (min-width: 768px) {
  .c-my-account-edit-panel-content-block {
    padding: 30px 30px;
  }
}

.c-my-account-edit-panel-content-block:first-child {
  border-top: 0px;
}

.c-my-account-edit-panel-title {
  font-size: 1rem;
  align-items: center;
  color: #15262e;
  display: flex;
  font-weight: 500;
  justify-content: left;
  line-height: 24px;
  margin-bottom: 25px;
  position: relative;
}

@media only screen and (min-width: 768px) {
  .c-my-account-edit-panel-title {
    font-size: 1.2857142857rem;
  }
}

.c-my-account-edit-panel-title:last-child {
  margin-bottom: 0px;
}

.c-my-account-edit-panel-title__link {
  font-size: 1rem;
  font-weight: 400;
  line-height: 18px;
  margin-left: auto;
}

.c-my-account-edit-panel-title__back-button {
  position: absolute;
  left: 0px;
  top: 50%;
  transform: translateY(-50%);
}

.c-my-account-edit-panel-title--main {
  font-size: 1rem;
  font-weight: 400;
  line-height: 21px;
  margin-bottom: 0px;
}

@media only screen and (min-width: 768px) {
  .c-my-account-edit-panel-title--main {
    font-size: 1.2857142857rem;
  }
}

.c-my-account-edit-panel-title--toggle {
  font-size: 1rem;
  line-height: 1.5em;
}

@media only screen and (min-width: 768px) {
  .c-my-account-edit-panel-title--toggle {
    font-size: 1.1428571429rem;
  }
}

.c-my-account-edit-panel-title--center {
  justify-content: center;
}

.c-my-account-edit-panel-subtitle {
  font-size: 0.9285714286rem;
  color: #15262E;
  line-height: 2em;
  margin-top: 10px;
}

@media only screen and (min-width: 768px) {
  .c-my-account-edit-panel-subtitle {
    font-size: 1rem;
  }
}

.c-my-account-edit-panel-subtitle__list {
  margin: 0;
  padding: 0 0 0 12px;
}

.c-my-account-edit-panel-subtitle__list li {
  padding-left: 14px;
}

.c-my-account-edit-panel-section-title {
  font-size: 1rem;
  color: #15262e;
  font-weight: 500;
  line-height: 1.5em;
  margin: 15px 0;
}

@media only screen and (min-width: 768px) {
  .c-my-account-edit-panel-section-title {
    font-size: 1.1428571429rem;
  }
}

.c-my-account-edit-panel-label {
  font-size: 1rem;
  color: #5E6572;
  font-weight: 400;
  letter-spacing: 0.5;
  line-height: 18px;
  margin-bottom: 5px;
}

@media only screen and (min-width: 768px) {
  .c-my-account-edit-panel-label {
    margin-bottom: 10px;
  }
}

.c-my-account-edit-panel-label .c-form-label {
  margin: 0px;
}

.c-my-account-edit-panel-input {
  margin-bottom: 25px;
  margin-right: auto;
  max-width: 300px;
  width: 100%;
}

.c-my-account-edit-panel-input:last-child {
  margin-bottom: 10px;
}

.c-my-account-edit-panel-cancel {
  color: #15262E;
  font-size: 1rem;
  line-height: 1.2859em;
  padding: 10px 0;
}

.c-my-account-edit-check-box-toggle {
  display: none;
  opacity: 0;
}

.c-my-account-edit-check-box-toggle + label {
  background: #c2c2c2;
  border-radius: 10px;
  cursor: pointer;
  display: block;
  height: 20px;
  position: relative;
  transition: background-color 0.2s linear;
  width: 34px;
}

.c-my-account-edit-check-box-toggle + label::after {
  background: #fff;
  border-radius: 100% 100%;
  content: "";
  display: block;
  height: 16px;
  left: 2px;
  overflow: hidden;
  position: absolute;
  transition: left 0.3s ease-out;
  top: 2px;
  width: 16px;
}

.c-my-account-edit-check-box-toggle:checked + label {
  background: #7C99A1;
}

.c-my-account-edit-check-box-toggle:checked + label::after {
  left: 16px;
}

.c-my-account-edit-helper-box__title {
  font-size: 1.1428571429rem;
  color: #15262E;
  font-weight: 400;
  line-height: 21px;
  margin-bottom: 10px;
}

@media only screen and (min-width: 768px) {
  .c-my-account-edit-helper-box__title {
    font-size: 1.2857142857rem;
  }
}

@media only screen and (min-width: 768px) {
  .c-my-account-edit-helper-box__title {
    line-height: 24px;
  }
}

.c-my-account-edit-helper-box__title__img {
  float: left;
  height: 20px;
  margin-right: 10px;
  margin-top: 1px;
  width: auto;
}

@media only screen and (min-width: 768px) {
  .c-my-account-edit-helper-box__title__img {
    margin-top: 3px;
  }
}

.c-my-account-edit-helper-box__title::after {
  content: " ";
  clear: both;
  display: block;
  height: 0px;
}

.c-my-account-edit-helper-box__p {
  font-size: 0.9285714286rem;
  line-height: 21px;
  margin-bottom: 10px;
}

@media only screen and (min-width: 768px) {
  .c-my-account-edit-helper-box__p {
    font-size: 1rem;
  }
}

@media only screen and (min-width: 768px) {
  .c-my-account-edit-helper-box__p {
    line-height: 24px;
  }
}

.c-my-account-edit-helper-box__p:last-child {
  margin-bottom: 5px;
}

.c-my-account-edit-helper-box__contact {
  font-weight: 400;
}

.c-my-account-edit-helper-box__contact__phone-link {
  font-weight: 500;
  text-decoration: none;
}

.c-my-account-edit-helper-box__contact__email-link {
  text-decoration: underline;
}

.p-my-account--resources .c-my-account-screen__main__sidebar {
  margin-bottom: 10px;
}

@media only screen and (min-width: 768px) {
  .p-my-account--resources .c-my-account-screen__main__sidebar {
    margin-bottom: 20px;
  }
}

@media only screen and (min-width: 1025px) {
  .p-my-account--resources .c-my-account-screen__main__sidebar {
    margin-bottom: 30px;
  }
}

.p-my-account--resources-web-inv-link .c-my-account-screen__main__sidebar {
  margin-bottom: 10px;
}

@media only screen and (min-width: 768px) {
  .p-my-account--resources-web-inv-link .c-my-account-screen__main__sidebar {
    margin-bottom: 20px;
  }
}

@media only screen and (min-width: 1025px) {
  .p-my-account--resources-web-inv-link .c-my-account-screen__main__sidebar {
    margin-bottom: 30px;
  }
}

.p-my-account--resources-web-inv-link .c-form-radio-alt__label,
.p-my-account--resources-web-inv-link .c-form-fancy-checkbox__label {
  font-size: 1rem;
}

.p-my-account--resources-web-inv-link .c-form__submit {
  margin-top: 0px;
}

.p-my-account--resources-web-inv-link .c-my-account-edit-panel-cancel {
  font-size: 1rem;
  font-weight: 400;
  position: relative;
  top: 5px;
}

.p-my-account--resources-web-inv-link .c-stepper-panel__prev-next {
  background: #ffffff;
  border-top: 1px solid #e0e5e8;
  padding-top: 35px;
}

.p-my-account--rewards .c-my-account-screen__main__content {
  margin-bottom: 0px;
}

@media only screen and (min-width: 1025px) {
  .p-my-account--rewards .c-my-account-screen__main__content {
    margin-bottom: 50px;
  }
}

.p-my-account--videos .c-my-account-screen__main__sidebar {
  margin-bottom: 20px;
}

@media only screen and (min-width: 768px) {
  .p-my-account--videos .c-my-account-screen__main__sidebar {
    margin-bottom: 30px;
  }
}

.c-my-account-table-width-overrides--stock-purchases > th:nth-child(1),
.c-my-account-table-width-overrides--stock-purchases > td:nth-child(1) {
  width: 130px;
}

.c-my-account-table-width-overrides--stock-purchases > th:nth-child(2),
.c-my-account-table-width-overrides--stock-purchases > td:nth-child(2) {
  width: auto;
}

.c-my-account-table-width-overrides--stock-purchases > th:nth-child(3),
.c-my-account-table-width-overrides--stock-purchases > td:nth-child(3) {
  width: auto;
}

.c-my-account-table-width-overrides--stock-purchases > th:nth-child(4),
.c-my-account-table-width-overrides--stock-purchases > td:nth-child(4) {
  width: 100px;
}

.c-my-account-table-width-overrides--stock-purchases > th:nth-child(5),
.c-my-account-table-width-overrides--stock-purchases > td:nth-child(5) {
  width: auto;
}

.c-my-account-table-width-overrides--stock-purchases > th:nth-child(6),
.c-my-account-table-width-overrides--stock-purchases > td:nth-child(6) {
  width: 90px;
  padding-left: 0px;
}

@media only screen and (min-width: 1200px) {
  .c-my-account-table-width-overrides--stock-purchases > th:nth-child(1),
  .c-my-account-table-width-overrides--stock-purchases > td:nth-child(1) {
    width: 140px;
  }

  .c-my-account-table-width-overrides--stock-purchases > th:nth-child(2),
  .c-my-account-table-width-overrides--stock-purchases > td:nth-child(2) {
    width: auto;
  }

  .c-my-account-table-width-overrides--stock-purchases > th:nth-child(3),
  .c-my-account-table-width-overrides--stock-purchases > td:nth-child(3) {
    width: auto;
  }

  .c-my-account-table-width-overrides--stock-purchases > th:nth-child(4),
  .c-my-account-table-width-overrides--stock-purchases > td:nth-child(4) {
    width: auto;
  }

  .c-my-account-table-width-overrides--stock-purchases > th:nth-child(5),
  .c-my-account-table-width-overrides--stock-purchases > td:nth-child(5) {
    width: auto;
  }

  .c-my-account-table-width-overrides--stock-purchases > th:nth-child(6),
  .c-my-account-table-width-overrides--stock-purchases > td:nth-child(6) {
    width: auto;
  }
}

.c-my-account-table-width-overrides--review-pending-sales > th:first-child {
  width: 140px;
}

.c-my-account-table-width-overrides--review-pending-sales > th:last-child {
  width: 205px;
}

@media only screen and (min-width: 1025px) {
  .c-my-account-table-width-overrides--review-pending-sales > th:last-child {
    width: 180px;
  }
}

.menu {
  display: flex;
  flex-flow: column nowrap;
  line-height: 0;
  list-style: none;
  margin: 0;
  padding: 0;
}

.menu__item {
  display: block;
}

.menu__button {
  display: block;
}

.menu__anchor {
  color: #15262e;
  text-decoration: none;
  display: inline-block;
  position: relative;
}

.menu__anchor:hover {
  cursor: pointer;
  color: #0b1519;
}

.menu__anchor--starred {
  font-family: "Poppins", sans-serif;
  font-style: normal;
  font-weight: 400;
  color: #7c99a1;
  text-decoration: none;
  line-height: 1;
  padding-left: 18px;
}

.menu__anchor--starred:hover {
  cursor: pointer;
  color: #6a8b94;
}

.menu__anchor--starred::before {
  content: "\E904";
  display: block;
  position: absolute;
  pointer-events: none;
  font-family: "icomoon";
  font-size: 0.7142857143rem;
  color: inherit;
  left: 0;
  line-height: 1;
  top: 50%;
  transform: translateY(-50%);
}

.menu__anchor--split::after {
  content: "";
  display: block;
  position: absolute;
  pointer-events: none;
  background-color: #e0e5e8;
  bottom: 0px;
  height: 15px;
  right: 0;
  width: 1px;
}

.menu__anchor-icon {
  font-size: 1.4285714286rem;
  color: inherit;
  display: inline-block;
  vertical-align: middle;
}

.menu__anchor-icon::after {
  font-size: 0.7142857143rem;
  margin-left: 10px;
  vertical-align: middle;
}

.menu__item-group {
  -moz-column-count: 2;
       column-count: 2;
  -moz-column-gap: 30px;
       column-gap: 30px;
  margin: -5px 0;
  padding: 20px 0 15px;
}

.menu__item-group-child {
  display: block;
  padding: 5px 0;
}

.menu__item-group-anchor {
  color: #15262e;
  text-decoration: none;
  font-size: 1rem;
  display: inline-block;
  line-height: 28px;
  position: relative;
  padding-left: 30px;
  white-space: nowrap;
  z-index: 1;
}

.menu__item-group-anchor:hover {
  cursor: pointer;
  color: #7c99a1;
}

@media only screen and (max-width: 374px) {
  .menu__item-group-anchor {
    font-size: 0.8571428571rem;
  }
}

.menu__item-group-image-wrap {
  align-items: center;
  display: flex;
  height: 20px;
  justify-content: center;
  left: 0;
  pointer-events: none;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 20px;
  z-index: 1;
}

.menu__item-group-image {
  display: block;
  max-height: 100%;
  width: 100%;
}

.menu--mobile {
  padding-top: 10px;
}

.menu--mobile > .menu__item {
  padding: 10px 0;
}

.menu--mobile > .menu__item:last-child {
  padding-bottom: 0;
}

.menu--mobile > .menu__button {
  padding: 20px 0 10px;
}

.menu--mobile > .menu__item > .menu__anchor:not(.menu__anchor--starred) {
  font-family: "Poppins", sans-serif;
  font-style: normal;
  font-weight: 400;
  color: #6d7278;
  text-decoration: none;
  font-size: 1rem;
  line-height: 28px;
}

.menu--mobile > .menu__item > .menu__anchor:not(.menu__anchor--starred):hover {
  cursor: pointer;
  color: #5e6368;
}

.menu--sub-mobile {
  padding: 20px 30px;
}

@media only screen and (min-width: 768px) {
  .menu--sub-mobile {
    padding-left: 40px;
    padding-right: 40px;
  }
}

.menu--sub-mobile > .menu__item {
  padding: 10px 0;
}

.menu--sub-mobile > .menu__item > .menu__anchor {
  font-family: "Poppins", sans-serif;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
}

.menu--action-mobile {
  margin: -10px 0;
  padding-right: 120px;
  position: relative;
  z-index: 1;
}

@media only screen and (min-width: 768px) {
  .menu--action-mobile {
    padding-right: 0;
  }
}

.menu--action-mobile > .menu__item {
  padding: 10px 0;
}

.is-logged-in .menu--action-mobile > .menu__item:first-child > .menu__anchor {
  color: #7c99a1;
}

.menu--action-mobile > .menu__item > .menu__anchor {
  font-family: "Poppins", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 0.7857142857rem;
  align-items: center;
  display: inline-flex;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.menu--action-mobile > .menu__item > .menu__anchor > .menu__anchor-icon {
  margin-right: 18px;
}

.menu--main-desktop {
  align-items: flex-end;
  flex-flow: row nowrap;
  height: 100%;
}

.menu--main-desktop > .menu__item:hover > .menu__anchor {
  color: #7c99a1;
}

@media only screen and (min-width: 768px) {
  .menu--main-desktop > .menu__item {
    padding: 0 15px;
    padding-bottom: 34px;
  }
}

@media only screen and (min-width: 1025px) {
  .menu--main-desktop > .menu__item {
    padding: 0 10px 34px 0;
  }
}

@media only screen and (min-width: 1200px) {
  .menu--main-desktop > .menu__item {
    padding: 0 30px;
    padding-bottom: 34px;
  }
}

@media only screen and (min-width: 1280px) {
  .menu--main-desktop > .menu__item {
    padding: 0 25px;
    padding-bottom: 34px;
  }
}

.menu--main-desktop > .menu__item.has-mini-drop {
  position: relative;
}

.menu--main-desktop > .menu__item > .menu__anchor {
  font-family: "Poppins", sans-serif;
  font-style: normal;
  font-weight: 400;
  color: #15262e;
  text-decoration: none;
  letter-spacing: 2px;
  line-height: 1;
  text-transform: uppercase;
}

.menu--main-desktop > .menu__item > .menu__anchor:hover {
  cursor: pointer;
  color: #7c99a1;
}

.menu--main-desktop-drop {
  height: 100%;
  margin: -7.5px 0;
  max-width: 330px;
  min-width: 190px;
  padding-bottom: 45px;
  position: relative;
}

.menu--main-desktop-drop > .menu__item {
  padding: 7.5px 0;
}

.menu--main-desktop-drop > .menu__item > .menu__anchor:not(.menu__anchor--starred) {
  font-family: "Poppins", sans-serif;
  font-style: normal;
  font-weight: 400;
  color: #15262e;
  text-decoration: none;
  line-height: 28px;
}

.menu--main-desktop-drop > .menu__item > .menu__anchor:not(.menu__anchor--starred):hover {
  cursor: pointer;
  color: #7c99a1;
}

.menu--main-desktop-drop > .menu__button {
  bottom: 0;
  height: auto;
  left: 0;
  max-width: 100%;
  position: absolute;
  width: auto;
  z-index: 1;
}

.has-mini-drop .menu--main-desktop-drop {
  height: auto;
  margin: -2.5px 0;
  padding: 0;
}

.has-mini-drop .menu--main-desktop-drop > .menu__item {
  padding: 2.5px 30px;
}

.has-mini-drop .menu--main-desktop-drop > .menu__item > .menu__anchor {
  color: #6d7278;
  text-decoration: none;
  font-size: 1rem;
  line-height: 28px;
}

.has-mini-drop .menu--main-desktop-drop > .menu__item > .menu__anchor:hover {
  cursor: pointer;
  color: #7c99a1;
}

.menu--action-desktop {
  flex-flow: row nowrap;
}

@media only screen and (min-width: 768px) {
  .menu--action-desktop {
    align-items: flex-end;
    height: 100%;
  }
}

.menu--action-desktop > .menu__item:hover > .menu__anchor {
  color: #7c99a1;
}

@media only screen and (min-width: 768px) {
  .menu--action-desktop > .menu__item {
    padding-bottom: 34px;
  }
}

.is-logged-in .menu--action-desktop > .menu__item.has-mini-drop > .menu__anchor {
  color: #7c99a1;
}

.menu--action-desktop > .menu__item > .menu__anchor {
  font-family: "Poppins", sans-serif;
  font-style: normal;
  font-weight: 500;
  color: #15262e;
  text-decoration: none;
  font-size: 0.8571428571rem;
  align-items: center;
  display: inline-flex;
  flex-direction: row-reverse;
  letter-spacing: 1px;
  line-height: 1px;
  text-transform: uppercase;
}

.menu--action-desktop > .menu__item > .menu__anchor:hover {
  cursor: pointer;
  color: #7c99a1;
}

.menu--action-desktop > .menu__item > .menu__anchor > .menu__anchor-icon {
  margin: 0 13px 0 10px;
}

@media only screen and (min-width: 320px) {
  .menu--action-desktop > .menu__item > .menu__anchor > .menu__anchor-icon {
    line-height: 14px;
  }
}

@media only screen and (min-width: 375px) {
  .menu--action-desktop > .menu__item > .menu__anchor > .menu__anchor-icon {
    line-height: 14px;
  }
}

@media only screen and (min-width: 600px) {
  .menu--action-desktop > .menu__item > .menu__anchor > .menu__anchor-icon {
    line-height: 14px;
  }
}

@media only screen and (min-width: 768px) {
  .menu--action-desktop > .menu__item > .menu__anchor > .menu__anchor-icon {
    line-height: 1;
  }
}

@media only screen and (min-width: 1025px) {
  .menu--action-desktop > .menu__item > .menu__anchor > .menu__anchor-icon {
    line-height: 1;
  }
}

@media only screen and (min-width: 1200px) {
  .menu--action-desktop > .menu__item > .menu__anchor > .menu__anchor-icon {
    line-height: 1;
    margin: 0 15px 0 20px;
  }
}

.menu--account {
  margin: -2.5px 0;
}

.menu--account > .menu__item {
  padding: 2.5px 0;
}

.menu--account > .menu__item > .menu__anchor:not(.menu__anchor--starred) {
  font-family: "Poppins", sans-serif;
  font-style: normal;
  font-weight: 400;
  color: #6d7278;
  text-decoration: none;
}

.menu--account > .menu__item > .menu__anchor:not(.menu__anchor--starred):hover {
  cursor: pointer;
  color: #7c99a1;
}

.menu--account > .menu__item > .menu__anchor--starred {
  font-family: "Poppins", sans-serif;
  font-style: normal;
  font-weight: 600;
}

.header__primary__item.has-brand-logo {
  position: initial !important;
  /* left: 0px; */
  /* top: 50%; */
  transform: inherit !important;
}

.menu--sub-footer {
  flex-flow: row wrap;
  margin: -7.5px -12.5px;
  max-width: 100%;
}

.menu--sub-footer > .menu__item,
.menu--sub-footer > .menu__item > .menu__anchor {
  font-family: "Poppins", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 0.7857142857rem;
  color: #fff;
  letter-spacing: 1px;
  line-height: 16px;
  text-transform: uppercase;
}

.menu--sub-footer > .menu__item {
  opacity: 0.5;
  padding: 7.5px 12.5px;
  transition: opacity 0.25s ease-in-out;
}

.menu--sub-footer > .menu__item:first-child {
  pointer-events: none;
}

.menu--sub-footer > .menu__item:hover {
  opacity: 0.75;
}

.menu--sub-footer > .menu__item > .menu__anchor {
  color: #fff;
  text-decoration: none;
}

.menu--sub-footer > .menu__item > .menu__anchor:hover {
  cursor: pointer;
  color: #fff;
}

@media only screen and (min-width: 1025px) {
  .menu--main-footer > .menu__item {
    padding-bottom: 20px;
  }
}

.menu--main-footer > .menu__item > .menu__anchor {
  font-family: "Poppins", sans-serif;
  font-style: normal;
  font-weight: 400;
  color: #fff;
  text-decoration: none;
  letter-spacing: 2px;
  line-height: 19px;
  text-transform: uppercase;
}

.menu--main-footer > .menu__item > .menu__anchor:hover {
  cursor: pointer;
  color: #f0f0f0;
}

.menu--main-footer-children {
  margin: -5px 0;
}

.menu--main-footer-children > .menu__item {
  padding: 5px 0;
}

.menu--main-footer-children > .menu__item > .menu__anchor {
  color: #fff;
  text-decoration: none;
  opacity: 0.5;
}

.menu--main-footer-children > .menu__item > .menu__anchor:hover {
  cursor: pointer;
  color: #fff;
}

.menu--main-footer-children > .menu__item > .menu__anchor:hover {
  opacity: 1;
}

.menu--main-footer-children .is-hidden-on-footer {
  display: none;
}

.header {
  height: 80px;
  z-index: 600;
  background-color: #fff;
  position: relative;
}

.header .header__secondary {
  height: 35px;
}

.header .header__primary {
  height: 100%;
}

@media only screen and (min-width: 768px) {
  .header {
    height: 120px;
  }

  .header .header__primary {
    height: calc(120px - 35px);
  }
}

.header__cast {
  background-color: #fff;
  height: auto;
  left: 0;
  min-height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
  z-index: 1;
}

.header__secondary {
  background-color: #15262e;
}

@media only screen and (max-width: 767px) {
  .header__secondary {
    display: none;
  }
}

.header__secondary__item {
  align-items: center;
  display: inline-flex;
  flex: 0 1 auto;
}

.header__secondary__item:nth-child(1) {
  flex-grow: 1;
}

.header__secondary .header__container {
  padding: 0;
}

.header__primary__item {
  align-items: center;
  display: inline-flex;
  flex: 0 1 auto;
  justify-content: center;
}

.header__primary__item.has-brand-logo {
  height: 100%;
  padding-left: 0;
  width: auto;
  z-index: 1;
}

@media only screen and (min-width: 320px) {
  .header__primary__item.has-brand-logo {
    position: absolute;
    left: 25%;
    top: 50%;
    transform: translate(-25%, -50%);
  }
}

@media only screen and (min-width: 375px) {
  .header__primary__item.has-brand-logo {
    position: absolute;
    left: 25%;
    top: 50%;
    transform: translate(-25%, -50%);
  }
}

@media only screen and (min-width: 600px) {
  .header__primary__item.has-brand-logo {
    position: absolute;
    left: 25%;
    top: 50%;
    transform: translate(-25%, -50%);
  }
}

@media only screen and (min-width: 768px) {
  .header__primary__item.has-brand-logo {
    position: absolute;
    left: 16%;
    top: 50%;
    transform: translate(-16%, -50%);
  }
}

@media only screen and (min-width: 1025px) {
  .header__primary__item.has-brand-logo {
    position: absolute;
    left: 39%;
    top: 50%;
    transform: translate(-39%, -50%);
  }
}

@media only screen and (min-width: 1200px) {
  .header__primary__item.has-brand-logo {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
  }
}

.header__primary__item.has-mobile-menu {
  z-index: 2;
}

@media only screen and (min-width: 1025px) {
  .header__primary__item.has-mobile-menu {
    display: none;
  }
}

@media only screen and (max-width: 1024px) {
  .header__primary__item.has-main-menu {
    display: none;
  }
}

@media only screen and (min-width: 768px) {
  .header__primary__item.has-action-menu {
    padding-right: 25px;
  }
}

.header__container {
  align-items: normal;
  display: flex;
  flex-flow: row nowrap;
  height: 100%;
  justify-content: space-between;
  position: relative;
  z-index: 1;
}

@media only screen and (max-width: 1024px) {
  .header__container {
    padding-left: 0;
    padding-right: 0;
  }
}

.header__hamburger {
  line-height: 0;
  padding: 30px;
}

@media only screen and (min-width: 768px) {
  .header__hamburger {
    padding: 33px 40px;
  }
}

.header__hamburger-box {
  height: 20px;
  width: 30px;
}

.header__hamburger-inner {
  border-radius: 4px;
  height: 2px;
  width: 30px;
}

.header__hamburger-inner::before,
.header__hamburger-inner::after {
  border-radius: 4px;
  height: 2px;
  width: 30px;
}

.header__hamburger-inner::before {
  top: -8px;
}

.header__hamburger-inner::after {
  bottom: -8px;
}

.header__cta {
  font-family: "Poppins", sans-serif;
  font-style: normal;
  font-weight: 500;
  background-color: rgba(255, 255, 255, 0.25);
  color: #fff;
  text-decoration: none;
  font-size: 0.8571428571rem;
  align-items: center;
  display: inline-flex;
  height: 100%;
  justify-content: center;
  letter-spacing: 0.5px;
  line-height: 1;
  text-align: center;
  vertical-align: top;
  width: 120px;
}

.header__cta:hover {
  cursor: pointer;
  color: #fff;
  background-color: rgba(255, 255, 255, 0.4);
}

.header__social-nav {
  align-items: center;
  display: inline-flex;
  min-height: 100%;
  padding: 10px 25px;
}

.header__contact {
  font-size: 0;
  line-height: 0;
  list-style: none;
  margin: 0;
  padding: 0 10px;
}

@media only screen and (min-width: 1025px) {
  .header__contact {
    padding: 0 40px;
  }
}

.header__contact__item {
  display: inline-block;
  vertical-align: middle;
}

.header__contact__anchor {
  font-family: "Poppins", sans-serif;
  font-style: normal;
  font-weight: 400;
  color: #fff;
  text-decoration: none;
  font-size: 0.8571428571rem;
  align-items: center;
  display: inline-flex;
  justify-content: center;
  letter-spacing: 0.5px;
  line-height: 1;
  padding: 9px 10px;
  vertical-align: middle;
}

.header__contact__anchor:hover {
  cursor: pointer;
  color: #f0f0f0;
}

.header__contact__icon {
  display: inline-block;
  margin-right: 10px;
  vertical-align: middle;
}

.header__contact--mobile {
  padding: 0;
}

.header__contact--mobile .header__contact__anchor {
  color: #7c99a1;
  text-decoration: none;
  font-size: 0.8571428571rem;
  padding: 0;
}

.header__contact--mobile .header__contact__anchor:hover {
  cursor: pointer;
  color: #6a8b94;
}

@media only screen and (min-width: 768px) {
  .header__contact--mobile .header__contact__anchor {
    font-size: 0.7857142857rem;
  }
}

@media only screen and (min-width: 768px) {
  .header__contact--mobile {
    display: none;
  }
}

.header__brand {
  color: #15262e;
  text-decoration: none;
  font-size: 2.8571428571rem;
  line-height: 1;
  transition-property: color;
}

.header__brand:hover {
  cursor: pointer;
  color: #0b1519;
}

@media only screen and (min-width: 768px) {
  .header__brand {
    font-size: 1.4285714286rem;
  }
}

.main-menu {
  display: block;
  height: 100%;
  padding-left: 20px;
}

.main-menu__drop {
  background-color: #fff;
  border-top: 1px solid #e0e5e8;
  box-shadow: rgba(0, 0, 0, 0.05) -10px 10px 20px 0;
  height: 485px;
  left: 0;
  opacity: 0;
  overflow: hidden;
  padding: 25px 0 50px;
  pointer-events: none;
  position: absolute;
  right: 50px;
  top: 85px;
  transition: all 0.35s linear;
  visibility: hidden;
  width: 100vw;
  will-change: visibility, opacity;
  z-index: 1;
}

.menu > .menu__item:hover .main-menu__drop,
.menu > .menu__item.is-focused .main-menu__drop {
  opacity: 1;
  pointer-events: auto;
  visibility: visible;
}

@media only screen and (min-width: 1600px) {
  .main-menu__drop {
    margin-left: calc((100vw - 1600px) / 2 * -1);
  }
}

.main-menu__drop--mini {
  height: auto;
  margin-left: 0;
  padding: 20px 0;
  top: 48px;
  width: 250px;
}

.main-menu__drop--mini .menu > .menu__item:first-child {
  display: none;
}

.main-menu__drop--account {
  display: none;
  height: auto;
  left: auto;
  min-width: 400px;
  padding: 20px 30px 30px;
  width: auto;
}

@media only screen and (min-width: 1025px) {
  .main-menu__drop--account {
    display: block;
  }
}

.main-menu__drop-container {
  display: flex;
  flex-flow: column nowrap;
  min-height: 100%;
  padding: 0;
}

.main-menu__drop-inner {
  align-items: normal;
  flex-grow: 1;
  flex-wrap: nowrap;
  margin: 0 auto;
  width: 920px;
}

.main-menu__section {
  border-left: 1px solid #e0e5e8;
  position: relative;
}

.main-menu__section:first-child {
  border-left: 0;
}

.main-menu__section:last-child {
  flex-grow: 1;
  max-width: none;
  padding-right: 320px;
}

.main-menu__blog {
  margin-left: 50px;
  margin-top: 53px;
}

.main-menu__blog__eyebrow {
  color: #7c99a1;
  margin-bottom: 10px;
}

.main-menu__blog__heading {
  line-height: 28px;
}

.main-menu__blog__text {
  margin-top: 5px;
}

.main-menu__blog__button {
  color: #7c99a1;
  text-decoration: none;
  margin-top: 20px;
}

.main-menu__blog__button:hover {
  cursor: pointer;
  color: #6a8b94;
}

.main-menu__media {
  height: 250px;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 250px;
  z-index: 1;
}

.main-menu__content-nav {
  margin-left: 50px;
  margin-top: 43px;
}

.main-menu__account-heading {
  font-family: "Poppins", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 1.2857142857rem;
  letter-spacing: 0.5px;
  line-height: 32px;
  margin-bottom: 7.5px;
  padding-right: 80px;
}

.main-menu__signout {
  font-size: 0.8571428571rem;
  color: #15262e;
  text-decoration: underline;
  line-height: 2rem;
  margin-right: 30px;
  margin-top: 25px;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 2;
}

.main-menu__signout:hover {
  cursor: pointer;
  color: #0b1519;
}

.mobile-menu {
  height: 100vh;
  height: -webkit-fill-available;
  left: 0;
  pointer-events: none;
  position: fixed;
  right: 0;
  top: 0;
  transform: translate3d(-100%, 0, 0);
  transition: opacity 0.25s ease-in-out, transform 0.25s ease-in-out;
  transition-delay: 0s;
  width: 100%;
  will-change: transform, opacity;
}

.mobile-menu::after {
  content: "";
  display: block;
  position: absolute;
  pointer-events: none;
  background-color: rgba(0, 0, 0, 0.25);
  height: 100%;
  left: 0;
  opacity: 0;
  pointer-events: none;
  right: 0;
  transition: opacity 0s ease-in-out;
  transition-delay: 0s;
  top: 0;
  width: 100%;
  will-change: opacity;
  z-index: 0;
}

.mobile-menu.is-active {
  opacity: 1;
  pointer-events: auto;
  transform: translate3d(0, 0, 0);
}

.mobile-menu.is-active::after {
  opacity: 1;
  transition-delay: 0.25s;
  transition-duration: 0.25s;
}

.mobile-menu__foreground {
  background-color: #fff;
  display: flex;
  flex-flow: column nowrap;
  justify-content: space-between;
  height: 100%;
  overflow-x: hidden;
  overflow-y: scroll;
  position: relative;
  width: 100%;
  z-index: 1;
}

@media only screen and (min-width: 768px) {
  .mobile-menu__foreground {
    width: 450px;
  }
}

.mobile-menu__header {
  align-items: center;
  display: flex;
  justify-content: space-between;
  padding: 20px 30px;
}

@media only screen and (min-width: 768px) {
  .mobile-menu__header {
    padding: 30px;
    padding-left: 40px;
    padding-right: 40px;
  }
}

.mobile-menu__header__item {
  line-height: 0;
}

.mobile-menu__footer {
  padding: 20px 30px 30px;
  position: relative;
}

@media only screen and (min-width: 768px) {
  .mobile-menu__footer {
    padding-bottom: 50px;
    padding-left: 40px;
    padding-right: 40px;
  }
}

.mobile-menu__button {
  font-size: 1.7142857143rem;
  line-height: 1;
}

.mobile-menu__accordion,
.c-advanced-search-filters__accordion {
  border-bottom: 1px solid #e0e5e8;
}

.mobile-menu__accordion-section {
  border-top: 1px solid #e0e5e8;
  padding: 30px;
}

@media only screen and (min-width: 768px) {
  .mobile-menu__accordion-section {
    padding-left: 40px;
    padding-right: 40px;
  }
}

.mobile-menu__accordion-button,
.c-advanced-search-filters__accordion-button {
  font-family: "Poppins", sans-serif;
  font-style: normal;
  font-weight: 400;
  display: block;
  letter-spacing: 2px;
  line-height: 20px;
  position: relative;
  text-align: left;
  text-transform: uppercase;
  width: 100%;
  z-index: 1;
}

.mobile-menu__accordion-button::after,
.c-advanced-search-filters__accordion-button::after {
  content: "\E901";
  display: block;
  position: absolute;
  pointer-events: none;
  font-family: "icomoon";
  font-size: 1.1428571429rem;
  color: inherit;
  pointer-events: none;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  transition: color 0s ease-in-out;
  z-index: 1;
}

.mobile-menu__accordion-button.is-active,
.is-active.c-advanced-search-filters__accordion-button {
  color: #7c99a1;
}

.mobile-menu__accordion-button.is-active::after,
.is-active.c-advanced-search-filters__accordion-button::after {
  content: "\E903";
}

.mobile-menu__accordion-content,
.c-advanced-search-filters__accordion-content {
  max-height: 0px;
  overflow: hidden;
  transition: max-height 0.3125s ease-in-out;
}

.mobile-menu__accordion-content.is-active,
.is-active.c-advanced-search-filters__accordion-content {
  max-height: 1000px;
}

.mobile-menu__social-nav {
  bottom: 0;
  height: auto;
  margin-bottom: 30px;
  margin-right: 30px;
  position: absolute;
  right: 0;
  width: auto;
  z-index: 2;
}

@media only screen and (min-width: 768px) {
  .mobile-menu__social-nav {
    display: none;
  }
}

.footer {
  background-color: #15262e;
  color: #fff;
  padding-bottom: 25px;
  padding-top: 45px;
}

@media only screen and (min-width: 768px) {
  .footer {
    padding-top: 60px;
  }
}

.footer__section {
  text-align: center;
}

.footer__brand-area {
  line-height: 0;
  padding-bottom: 30px;
  position: relative;
}

.footer__brand-area::after {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  content: "";
  display: block;
  position: absolute;
  pointer-events: none;
  border-top: 1px solid #0a1216;
  bottom: 0;
  height: 0;
  pointer-events: none;
  width: calc(100% - 40px);
  z-index: 1;
}

@media only screen and (min-width: 768px) {
  .footer__brand-area {
    padding-bottom: 40px;
  }

  .footer__brand-area::after {
    width: calc(100% - 60px);
  }
}

@media only screen and (min-width: 1025px) {
  .footer__brand-area::after {
    width: calc(100% - 80px);
  }
}

.footer__brand {
  color: #fff;
  text-decoration: none;
  font-size: 1.4285714286rem;
  line-height: 1;
}

.footer__brand:hover {
  cursor: pointer;
  color: #f0f0f0;
}

.footer__partners-container {
  overflow: hidden;
  padding: 20px 0 25px;
  position: relative;
}

.footer__partners-container::after {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  content: "";
  display: block;
  position: absolute;
  pointer-events: none;
  border-top: 1px solid #0a1216;
  height: 0;
  pointer-events: none;
  top: 0;
  width: 100%;
  z-index: 1;
}

.footer__partners {
  align-items: center;
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  margin: -5px -14px;
}

@media only screen and (min-width: 768px) {
  .footer__partners {
    margin: -13px -23px;
  }
}

.footer__partner {
  align-items: center;
  display: inline-flex;
  flex: 0 0 auto;
  justify-content: center;
  margin: 5px 14px;
  max-width: 53px;
  min-height: 53px;
  overflow: hidden;
  position: relative;
}

@media only screen and (min-width: 768px) {
  .footer__partner {
    margin: 13px 23px;
    max-width: 76px;
    min-height: 76px;
  }
}

.footer__partner--wider {
  max-width: 83px;
}

@media only screen and (min-width: 768px) {
  .footer__partner--wider {
    max-width: 118px;
  }
}

.footer__partner-image {
  font-family: "object-fit: cover; object-position: 50% 50%;";
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  width: 100%;
  max-height: 100%;
  max-width: 100%;
}

.footer__social-nav {
  margin-top: 20px;
  text-align: left;
}

@media only screen and (min-width: 1025px) {
  .footer__social-nav {
    margin-top: 0;
    text-align: right;
  }
}

.footer__bottom {
  min-width: 0;
  padding-top: 20px;
  position: relative;
}

.footer__bottom::after {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  content: "";
  display: block;
  position: absolute;
  pointer-events: none;
  border-top: 1px solid #0a1216;
  height: 0;
  pointer-events: none;
  top: 0;
  width: 100%;
  z-index: 1;
}

.footer-menu {
  padding-bottom: 30px;
  padding-top: 5px;
  position: relative;
}

@media only screen and (min-width: 768px) {
  .footer-menu {
    padding-bottom: 40px;
    padding-top: 10px;
  }
}

@media only screen and (min-width: 1025px) {
  .footer-menu {
    align-items: normal;
    display: flex;
    flex-flow: row wrap;
    justify-content: center;
  }
}

.footer-menu__item {
  margin: 25px 0;
}

.footer-menu__item:first-child .menu.menu--main-footer-children .menu__item:first-child {
  display: none;
}

@media only screen and (min-width: 768px) {
  .footer-menu__item {
    margin: 30px 0;
  }
}

@media only screen and (min-width: 1025px) {
  .footer-menu__item {
    flex: 0 0 auto;
    margin-bottom: 10px;
    width: 21.186440678%;
  }
}

@media only screen and (min-width: 1200px) {
  .footer-menu__item {
    width: 250px;
  }
}

.footer-menu__children {
  display: none;
}

@media only screen and (min-width: 1025px) {
  .footer-menu__children {
    display: block;
  }
}

.footer-menu__award-image {
  margin-left: auto;
  margin-right: auto;
  margin-top: 40px;
  max-width: 140px;
}

@media only screen and (min-width: 768px) {
  .footer-menu__award-image {
    bottom: 0;
    left: 0;
    margin-bottom: 20px;
    margin-left: 30px;
    margin-top: 0;
    max-width: 186px;
    position: absolute;
    z-index: 1;
  }
}

@media only screen and (min-width: 1025px) {
  .footer-menu__award-image {
    margin-left: 40px;
  }
}

.c-banner-benefits-overview {
  overflow: hidden;
}

.c-banner-benefits-overview__top {
  align-items: normal;
  display: flex;
  flex-flow: row wrap;
}

@media only screen and (min-width: 1025px) {
  .c-banner-benefits-overview__top {
    padding-left: calc(40 / 1180 * 100%);
    padding-right: calc(40 / 1180 * 100%);
    padding-top: 100px;
  }
}

@media only screen and (min-width: 1280px) {
  .c-banner-benefits-overview__top {
    padding-left: 40px;
    padding-right: 40px;
  }
}

.c-banner-benefits-overview__top__section {
  flex: 0 0 auto;
  position: relative;
  width: 100%;
  z-index: 1;
}

.c-banner-benefits-overview__top__section:nth-child(1) {
  z-index: 2;
}

@media only screen and (min-width: 1025px) {
  .c-banner-benefits-overview__top__section {
    width: 50%;
  }
}

.c-banner-benefits-overview__bottom {
  padding: 70px 20px 80px;
}

@media only screen and (min-width: 768px) {
  .c-banner-benefits-overview__bottom {
    padding: 70px 30px 110px;
  }
}

@media only screen and (min-width: 1025px) {
  .c-banner-benefits-overview__bottom {
    padding-bottom: 120px;
    padding-left: calc(40 / 1180 * 100%);
    padding-right: calc(40 / 1180 * 100%);
    padding-top: 60px;
  }
}

@media only screen and (min-width: 1280px) {
  .c-banner-benefits-overview__bottom {
    padding-left: 40px;
    padding-right: 40px;
  }
}

.c-banner-benefits-overview__content {
  padding-left: 20px;
  padding-top: 100px;
  position: relative;
  z-index: 1;
}

@media only screen and (min-width: 768px) {
  .c-banner-benefits-overview__content {
    padding-left: 30px;
    padding-right: 108px;
    padding-top: 145px;
  }
}

@media only screen and (min-width: 1025px) {
  .c-banner-benefits-overview__content {
    padding-left: 0px;
    padding-right: 50px;
    padding-top: 70px;
  }
}

.c-banner-benefits-overview__script {
  color: #efeff2;
  left: 0;
  margin-left: -40px;
  margin-top: 50px;
  pointer-events: none;
  position: absolute;
  top: 0;
  white-space: nowrap;
  z-index: 0;
}

@media only screen and (min-width: 768px) {
  .c-banner-benefits-overview__script {
    margin-left: -32px;
    margin-top: 75px;
  }
}

@media only screen and (min-width: 1025px) {
  .c-banner-benefits-overview__script {
    margin-left: -72px;
    margin-top: 0;
  }
}

@media only screen and (min-width: 768px) {
  .c-banner-benefits-overview__title {
    max-width: 500px;
  }
}

.c-banner-benefits-overview__tagline {
  padding-top: 25px;
}

@media only screen and (min-width: 768px) {
  .c-banner-benefits-overview__tagline {
    padding-top: 30px;
  }
}

.c-banner-benefits-overview__copy {
  margin-top: 20px;
}

@media only screen and (min-width: 768px) {
  .c-banner-benefits-overview__copy {
    margin-top: 25px;
  }
}

@media only screen and (min-width: 1025px) {
  .c-banner-benefits-overview__copy {
    padding-right: 50px;
  }
}

.c-banner-benefits-overview__button {
  margin-top: 35px;
}

@media only screen and (min-width: 768px) {
  .c-banner-benefits-overview__button {
    margin-top: 40px;
  }
}

.c-banner-benefits-overview__images {
  padding-top: 75px;
  position: relative;
}

@media only screen and (min-width: 768px) {
  .c-banner-benefits-overview__images {
    padding-left: 30px;
    padding-right: 30px;
    padding-top: 85px;
  }
}

@media only screen and (min-width: 1025px) {
  .c-banner-benefits-overview__images {
    padding: 0;
  }
}

.c-banner-benefits-overview__color-box {
  background-color: #f1e1d7;
  position: absolute;
  bottom: 0;
  height: 117px;
  left: 0;
  margin-left: -20px;
  width: 235px;
  z-index: 1;
}

.c-banner-benefits-overview__color-box::after {
  content: "";
  display: block;
  position: absolute;
  pointer-events: none;
  border-style: solid;
  height: 0;
  opacity: 0.2;
  pointer-events: none;
  top: 0;
  width: calc(163px - 75px);
  z-index: 0;
}

.c-banner-benefits-overview__color-box::after {
  border-color: #fff transparent #fff transparent;
  border-width: 0 0 117px 75px;
  right: 0;
}

@media only screen and (min-width: 600px) {
  .c-banner-benefits-overview__color-box {
    background-color: #f1e1d7;
    position: absolute;
    height: 200px;
    width: 400px;
  }

  .c-banner-benefits-overview__color-box::after {
    content: "";
    display: block;
    position: absolute;
    pointer-events: none;
    border-style: solid;
    height: 0;
    opacity: 0.2;
    pointer-events: none;
    top: 0;
    width: calc(277px - 127px);
    z-index: 0;
  }

  .c-banner-benefits-overview__color-box::after {
    border-color: #fff transparent #fff transparent;
    border-width: 0 0 200px 127px;
    right: 0;
  }
}

@media only screen and (min-width: 768px) {
  .c-banner-benefits-overview__color-box {
    margin-left: 30px;
  }
}

@media only screen and (min-width: 1025px) {
  .c-banner-benefits-overview__color-box {
    margin-left: -30px;
  }
}

.c-banner-benefits-overview__lifestyle-image-wrap {
  margin-right: -20px;
  padding-left: 40px;
  position: relative;
  z-index: 0;
}

@media only screen and (min-width: 768px) {
  .c-banner-benefits-overview__lifestyle-image-wrap {
    margin-right: 0;
    padding-left: 128px;
  }
}

@media only screen and (min-width: 1025px) {
  .c-banner-benefits-overview__lifestyle-image-wrap {
    margin-left: auto;
    margin-right: 0;
    max-width: 500px;
    padding-left: 0;
  }
}

.c-banner-benefits-overview__lifestyle-image {
  min-height: 250px;
}

@media only screen and (min-width: 768px) {
  .c-banner-benefits-overview__lifestyle-image {
    min-height: 400px;
  }
}

.c-banner-benefits-overview__product-image-wrap {
  margin-left: -20px;
  margin-top: -60px;
  position: relative;
  width: 300px;
  z-index: 2;
}

@media only screen and (min-width: 600px) {
  .c-banner-benefits-overview__product-image-wrap {
    margin-top: -115px;
    width: 511px;
  }
}

@media only screen and (min-width: 768px) {
  .c-banner-benefits-overview__product-image-wrap {
    margin-left: 0;
  }
}

@media only screen and (min-width: 1025px) {
  .c-banner-benefits-overview__product-image-wrap {
    margin-left: -30px;
  }
}

.c-banner-benefits-overview--condensed .c-banner-benefits-overview__top {
  padding-bottom: 100px;
}

@media only screen and (min-width: 768px) {
  .c-banner-benefits-overview--condensed .c-banner-benefits-overview__top {
    padding-bottom: 150px;
    padding-right: 12px;
  }
}

@media only screen and (min-width: 1025px) {
  .c-banner-benefits-overview--condensed .c-banner-benefits-overview__top {
    padding-right: 40px;
  }
}

.c-banner-benefits-overview--condensed .c-banner-benefits-overview__script {
  margin-top: 70px;
}

@media only screen and (min-width: 768px) {
  .c-banner-benefits-overview--condensed .c-banner-benefits-overview__script {
    margin-top: 80px;
  }
}

@media only screen and (min-width: 1025px) {
  .c-banner-benefits-overview--condensed .c-banner-benefits-overview__script {
    margin-left: -62px;
    margin-top: 40px;
  }
}

.c-banner-benefits-overview--condensed .c-banner-benefits-overview__content {
  padding-top: 162px;
}

@media only screen and (min-width: 768px) {
  .c-banner-benefits-overview--condensed .c-banner-benefits-overview__content {
    padding-top: 233px;
  }
}

@media only screen and (min-width: 1025px) {
  .c-banner-benefits-overview--condensed .c-banner-benefits-overview__content {
    padding-top: 193px;
  }
}

.c-banner-benefits-overview--condensed .c-banner-benefits-overview__list-item {
  font-family: "Poppins", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 1.1428571429rem;
  line-height: 21px;
  letter-spacing: 0.4px;
  padding-bottom: 20px;
  max-width: 400px;
}

@media only screen and (min-width: 768px) {
  .c-banner-benefits-overview--condensed .c-banner-benefits-overview__list-item {
    font-size: 1.2857142857rem;
  }
}

.c-banner-benefits-overview--condensed .c-banner-benefits-overview__list-item::before {
  font-family: "icomoon" !important;
  content: "\E911";
  color: #d3dfdd;
  margin-right: 15px;
}

.c-banner-benefits-overview--condensed .c-banner-benefits-overview__button {
  margin-bottom: 21px;
  margin-top: 20px;
}

.c-banner-benefits-overview--condensed .c-banner-benefits-overview__product-image-wrap {
  bottom: 0;
  margin-right: -75px;
  margin-top: 0;
  position: absolute;
  right: 0;
  width: 153px;
}

@media only screen and (min-width: 768px) {
  .c-banner-benefits-overview--condensed .c-banner-benefits-overview__product-image-wrap {
    margin-right: 0;
    width: 261px;
  }
}

@media only screen and (min-width: 1025px) {
  .c-banner-benefits-overview--condensed .c-banner-benefits-overview__product-image-wrap {
    margin-right: -95px;
  }
}

.c-banner-benefits-overview--condensed .c-banner-benefits-overview__images {
  padding-top: 50px;
}

@media only screen and (min-width: 1025px) {
  .c-banner-benefits-overview--condensed .c-banner-benefits-overview__images {
    padding-top: 30px;
  }
}

.c-banner-benefits-overview--condensed .c-banner-benefits-overview__lifestyle-image-wrap {
  margin-right: 0;
  min-height: 295px;
  padding-left: 20px;
  padding-right: 20px;
}

@media only screen and (min-width: 768px) {
  .c-banner-benefits-overview--condensed .c-banner-benefits-overview__lifestyle-image-wrap {
    padding-left: 0;
    padding-right: 116px;
  }
}

@media only screen and (min-width: 1025px) {
  .c-banner-benefits-overview--condensed .c-banner-benefits-overview__lifestyle-image-wrap {
    padding-right: 0;
  }
}

@media only screen and (min-width: 1025px) {
  .c-banner-benefits-overview--small-header .c-banner-benefits-overview__top {
    padding-top: 20px;
  }
}

@media only screen and (min-width: 768px) {
  .c-banner-benefits-overview--small-header .c-banner-benefits-overview__script {
    margin-top: 20px;
  }
}

.c-banner-benefits-overview--small-header .c-banner-benefits-overview__title {
  max-width: none;
  padding-right: 30px;
}

@media only screen and (min-width: 768px) {
  .c-banner-benefits-overview--small-header .c-banner-benefits-overview__title {
    padding-right: 0;
  }
}

@media only screen and (min-width: 768px) {
  .c-banner-benefits-overview--small-header .c-banner-benefits-overview__content {
    padding-top: 150px;
  }
}

.c-banner-benefits-overview--small-header .c-banner-benefits-overview__images {
  padding-bottom: 80px;
}

@media only screen and (min-width: 768px) {
  .c-banner-benefits-overview--small-header .c-banner-benefits-overview__images {
    padding-bottom: 100px;
  }
}

@media only screen and (min-width: 1025px) {
  .c-banner-benefits-overview--small-header .c-banner-benefits-overview__images {
    padding-top: 93px;
  }
}

.c-banner-benefits-overview--small-header .c-banner-benefits-overview__color-box {
  display: none;
}

.c-banner-benefits-overview--small-header .c-banner-benefits-overview__bottom {
  display: none;
}

.c-banner-big-bottom-image {
  position: relative;
}

.c-banner-big-bottom-image__container {
  padding-top: 40px;
}

.c-banner-big-bottom-image__content-container {
  padding: 40px;
  text-align: center;
}

@media only screen and (min-width: 768px) {
  .c-banner-big-bottom-image__content-container {
    padding: 70px 70px 11px 70px;
  }
}

@media only screen and (min-width: 1025px) {
  .c-banner-big-bottom-image__content-container {
    margin-left: auto;
    margin-right: auto;
    padding-left: 0;
    padding-right: 0;
    width: 71.09375%;
  }
}

@media only screen and (min-width: 1280px) {
  .c-banner-big-bottom-image__content-container {
    width: 910px;
  }
}

.c-banner-big-bottom-image__accent-image {
  margin-left: -70px;
  max-width: 197px;
  position: absolute;
  transform: scaleY(-1) rotate(-90deg);
}

@media only screen and (min-width: 768px) {
  .c-banner-big-bottom-image__accent-image {
    margin-left: -103px;
    max-width: 262px;
  }
}

.c-banner-big-bottom-image__top-text {
  font-family: "Poppins", sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 1.2857142857rem;
  letter-spacing: 8px;
  line-height: 21px;
  text-transform: uppercase;
}

@media only screen and (min-width: 768px) {
  .c-banner-big-bottom-image__top-text {
    font-size: 1.5rem;
  }
}

@media only screen and (min-width: 768px) {
  .c-banner-big-bottom-image__top-text {
    letter-spacing: 10px;
  }
}

.c-banner-big-bottom-image__bottom-text {
  color: #7c99a1;
  line-height: 48px;
  padding-top: 30px;
}

@media only screen and (min-width: 768px) {
  .c-banner-big-bottom-image__bottom-text {
    line-height: 68px;
    padding-top: 40px;
  }
}

.c-banner-big-bottom-image__image-container {
  padding-left: 12px;
  padding-right: 13px;
}

@media only screen and (min-width: 768px) {
  .c-banner-big-bottom-image__image-container {
    margin-left: auto;
    margin-right: auto;
    max-width: 700px;
    padding: 0;
  }
}

.c-banner-big-bottom-image__image-area {
  padding-top: 53.4285714286%;
  position: relative;
}

.c-banner-big-bottom-image__image {
  font-family: "object-fit: cover; object-position: 50% 50%;";
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  width: 100%;
  left: 0;
  position: absolute;
  top: 0;
}

/*
STYLES FOR BANNER BREADCRUMBS COMPONENT
.c-banner-breadcrumbs

Description: Simple page heading banner with the page's breadcrumbs, title, and subtitle.

Blade template file: /resources/views/components/banner/banner-breadcrumbs.blade.php
*/

.c-banner-breadcrumbs {
  background: #15262e;
  position: relative;
  width: 100%;
}

.c-banner-breadcrumbs__crumb-container {
  position: relative;
}

.c-banner-breadcrumbs__crumb-container .c-navigation-breadcrumb {
  background-color: transparent;
}

@media only screen and (min-width: 768px) {
  .c-banner-breadcrumbs__crumb-container .c-navigation-breadcrumb__crust {
    padding-top: 30px;
  }
}

.c-banner-breadcrumbs__crumb-container .c-navigation-breadcrumb__crumb {
  color: #7c99a1;
}

.c-banner-breadcrumbs__crumb-container .c-navigation-breadcrumb__anchor {
  text-decoration: none;
}

.c-banner-breadcrumbs__crumb-container .c-navigation-breadcrumb__anchor.is-current {
  color: #fff;
}

.c-banner-breadcrumbs__page-info-wrap {
  padding-bottom: 75px;
  padding-top: 14px;
}

@media only screen and (min-width: 768px) {
  .c-banner-breadcrumbs__page-info-wrap {
    padding-bottom: 80px;
    padding-left: 3.125%;
    padding-right: 3.125%;
    padding-top: 31px;
  }
}

@media only screen and (min-width: 1280px) {
  .c-banner-breadcrumbs__page-info-wrap {
    padding-left: 90px;
  }
}

.c-banner-breadcrumbs__page-title {
  font-family: "freight-big-pro", serif;
  font-style: normal;
  font-weight: 350;
  color: #fff;
  padding-bottom: 5px;
}

.c-banner-breadcrumbs__page-tagline {
  color: #7c99a1;
}

.c-banner-breadcrumbs__overlay-container {
  background: #15262e;
  bottom: 0px;
  left: 0px;
  overflow: hidden;
  position: absolute;
  right: 0px;
  top: 0px;
}

@media only screen and (max-width: 767px) {
  .c-banner-breadcrumbs__overlay-container {
    display: none;
  }
}

.c-banner-breadcrumbs__overlay-positioner {
  bottom: -1px;
  left: 50%;
  position: absolute;
  top: -1px;
  width: 1px;
}

.c-banner-breadcrumbs__overlay {
  background: rgba(255, 255, 255, 0.03);
  bottom: 0;
  left: 187px;
  position: absolute;
  top: 0;
  width: 100vw;
}

@media only screen and (min-width: 1280px) {
  .c-banner-breadcrumbs__overlay {
    left: 318px;
  }
}

.c-banner-breadcrumbs__overlay__svg-container {
  height: 100%;
  overflow: hidden;
  top: 0;
  position: absolute;
  right: 100%;
  width: 132px;
}

@media only screen and (min-width: 1025px) {
  .c-banner-breadcrumbs__overlay__svg-container {
    width: 162px;
  }
}

.c-banner-breadcrumbs__overlay__svg {
  height: 100%;
  position: absolute;
  right: -1px;
  width: calc(100% + 1px);
}

.c-banner-dual-callout {
  position: relative;
}

.c-banner-dual-callout__top {
  background-color: #15262e;
  position: relative;
}

.c-banner-dual-callout__overlay--left {
  right: 84px;
}

.c-banner-dual-callout__overlay--right {
  left: 420px;
}

@media only screen and (min-width: 1025px) {
  .c-banner-dual-callout__overlay--right {
    left: 394px;
  }
}

.c-banner-dual-callout__overlay__svg-container--left {
  left: 100%;
  width: 149px;
}

.c-banner-dual-callout__overlay__svg-container--right {
  right: 100%;
  width: 485px;
}

.c-banner-dual-callout__overlay__svg--left {
  left: -1px;
}

.c-banner-dual-callout__overlay__svg--right {
  right: -1px;
}

.c-banner-dual-callout__top-content {
  padding: 60px 40px 130px;
  position: relative;
  text-align: center;
}

@media only screen and (min-width: 768px) {
  .c-banner-dual-callout__top-content {
    padding: 75px 100px 150px;
  }
}

@media only screen and (min-width: 1025px) {
  .c-banner-dual-callout__top-content {
    margin-left: auto;
    margin-right: auto;
    padding-left: 0;
    padding-right: 0;
    width: 62.5%;
  }
}

.c-banner-dual-callout__icon {
  font-size: 1.4285714286rem;
  color: #d3dfdd;
}

.c-banner-dual-callout__title {
  font-family: "Poppins", sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 1.1428571429rem;
  color: #fff;
  letter-spacing: 8px;
  line-height: 21px;
  padding-top: 40px;
  text-transform: uppercase;
}

@media only screen and (min-width: 768px) {
  .c-banner-dual-callout__title {
    font-size: 1.5rem;
  }
}

@media only screen and (min-width: 768px) {
  .c-banner-dual-callout__title {
    letter-spacing: 10px;
    padding-top: 50px;
  }
}

.c-banner-dual-callout__subtitle {
  color: #7c99a1;
  line-height: 48px;
  padding-top: 30px;
}

@media only screen and (min-width: 768px) {
  .c-banner-dual-callout__subtitle {
    line-height: 56px;
    padding-top: 46px;
  }
}

.c-banner-dual-callout__copy {
  color: #fff;
  padding-top: 15px;
}

@media only screen and (min-width: 1025px) {
  .c-banner-dual-callout__copy {
    padding-left: 12.5%;
    padding-right: 12.5%;
  }
}

.c-banner-dual-callout__image-container {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: -91px;
  height: auto;
  width: 300px;
}

@media only screen and (min-width: 768px) {
  .c-banner-dual-callout__image-container {
    bottom: -131px;
    width: 400px;
  }
}

.c-banner-dual-callout__image {
  height: 100%;
  width: 100%;
}

.c-banner-dual-callout__bottom {
  margin-left: auto;
  margin-right: auto;
  max-width: 1280px;
  position: relative;
}

.c-banner-dual-callout__bottom-content {
  padding: 111px 40px 20px;
  text-align: center;
}

@media only screen and (min-width: 768px) {
  .c-banner-dual-callout__bottom-content {
    padding-bottom: 30px;
    padding-left: 0;
    padding-right: 0;
    padding-top: 150px;
  }
}

@media only screen and (min-width: 1025px) {
  .c-banner-dual-callout__bottom-content {
    display: flex;
    justify-content: space-between;
    padding-bottom: 40px;
    padding-left: 7.03125%;
    padding-right: 7.03125%;
  }
}

.c-banner-dual-callout__card {
  padding-bottom: 60px;
}

@media only screen and (min-width: 768px) {
  .c-banner-dual-callout__card {
    margin-left: auto;
    margin-right: auto;
    width: 58.59375%;
  }
}

@media only screen and (min-width: 1025px) {
  .c-banner-dual-callout__card {
    margin-left: unset;
    margin-right: unset;
    width: 40.9090909091%;
  }
}

.c-banner-dual-callout__card-image {
  margin: 0 auto;
  max-height: 60px;
  height: 100%;
  width: auto;
}

.c-banner-dual-callout__card-image--shorter-height {
  max-height: 36px;
  margin-bottom: 12px;
  margin-top: 12px;
}

.c-banner-dual-callout__card-copy {
  padding-bottom: 35px;
  padding-top: 15px;
}

/*
STYLES FOR BANNER ENROLL
.c-banner-enroll

Description: Two column banner (stacked on mobile/tablet). One side is the description of a program, the other
  is contact info and a CTA to enroll in that program.

Blade template file: /resources/views/components/banner/banner-enroll.blade.php
*/

.c-banner-enroll,
.c-banner-enroll--content-only {
  max-width: 960px;
  position: relative;
}

@media only screen and (min-width: 1025px) {
  .c-banner-enroll,
  .c-banner-enroll--content-only {
    display: flex;
    justify-content: center;
    margin: 0 70px;
  }
}

@media only screen and (min-width: 1280px) {
  .c-banner-enroll,
  .c-banner-enroll--content-only {
    margin: 0 auto;
  }
}

.c-banner-enroll__shadow-accent {
  position: absolute;
  right: -94px;
  top: -50px;
  width: 179px;
}

@media only screen and (min-width: 768px) {
  .c-banner-enroll__shadow-accent {
    top: -90px;
    width: 238px;
  }
}

@media only screen and (min-width: 1025px) {
  .c-banner-enroll__shadow-accent {
    right: -153px;
  }
}

@media only screen and (min-width: 1280px) {
  .c-banner-enroll__shadow-accent {
    right: -256px;
  }
}

.c-banner-enroll__program-section {
  color: #15262e;
  margin: 0 40px 40px 34px;
}

@media only screen and (min-width: 768px) {
  .c-banner-enroll__program-section {
    margin: 0 158px 50px 94px;
  }
}

@media only screen and (min-width: 1025px) {
  .c-banner-enroll__program-section {
    flex: 1 0 450px;
    margin: 0 80px 0 0;
    max-width: 516px;
  }
}

@media only screen and (min-width: 1280px) {
  .c-banner-enroll__program-section {
    flex: 1 0 auto;
    margin-right: 144px;
  }
}

.c-banner-enroll__program-section__title {
  margin-bottom: 25px;
}

.c-banner-enroll__program-section__heading {
  margin-bottom: 15px;
}

.c-banner-enroll__cta-section {
  flex: 0 0 auto;
  margin: 40px 40px 0;
  text-align: center;
}

@media only screen and (min-width: 1025px) {
  .c-banner-enroll__cta-section {
    margin: 30px 0 0;
    max-width: 306px;
  }
}

.c-banner-enroll__cta-section__diamond-icon {
  color: #d3dfdd;
  font-size: 23px;
}

.c-banner-enroll__cta-section__content {
  color: #15262e;
  margin-top: 20px;
}

.c-banner-enroll__cta-section__subheadline-copy {
  padding: 15px 0 10px;
}

.c-banner-enroll__cta-section__phone-number {
  padding-bottom: 15px;
}

.c-banner-enroll__cta-section__button {
  margin-top: 30px;
}

@media only screen and (min-width: 1025px) {
  .c-banner-enroll--content-only .c-banner-enroll__program-section {
    margin: 0;
    max-width: 100%;
  }
}

@media only screen and (min-width: 1280px) {
  .c-banner-enroll--content-only .c-banner-enroll__program-section {
    margin: 0;
  }
}

.c-banner-highlighted-text__container {
  background-color: #fafafa;
  padding: 0 20px 25px;
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
}

@media only screen and (min-width: 768px) {
  .c-banner-highlighted-text__container {
    padding: 0 30px 30px;
  }
}

@media only screen and (min-width: 1025px) {
  .c-banner-highlighted-text__container {
    padding-left: 50px;
    padding-right: 50px;
  }
}

.c-banner-highlighted-text__copy {
  font-size: 0.8571428571rem;
  color: #6d7278;
  letter-spacing: 0;
  line-height: 18px;
}

@media only screen and (min-width: 768px) {
  .c-banner-highlighted-text__copy {
    font-size: 1rem;
  }
}

@media only screen and (min-width: 768px) {
  .c-banner-highlighted-text__copy {
    line-height: 28px;
  }
}

.c-banner-highlighted-text__highlighted {
  background-color: rgba(255, 243, 176, 0.25);
  padding-bottom: 3px;
  padding-top: 3px;
}

.c-banner-image-background-callout {
  margin-left: auto;
  margin-right: auto;
  max-width: 1280px;
  position: relative;
}

.c-banner-image-background-callout__inner {
  height: 450px;
  overflow: hidden;
  position: relative;
}

@media only screen and (min-width: 768px) {
  .c-banner-image-background-callout__inner {
    height: 550px;
    padding-left: 40px;
    padding-right: 40px;
  }
}

.c-banner-image-background-callout__content {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  padding: 80px 40px 0;
  text-align: center;
  top: 0;
  width: 100%;
}

@media only screen and (min-width: 768px) {
  .c-banner-image-background-callout__content {
    padding-left: 0;
    padding-right: 0;
    padding-top: 130px;
    max-width: 508px;
    width: 66.1458333333%;
  }
}

.c-banner-image-background-callout__subheading {
  font-size: 0.8571428571rem;
  color: #5e6572;
  line-height: 17px;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.c-banner-image-background-callout__heading {
  color: #15262e;
  padding-bottom: 30px;
  padding-top: 20px;
}

@media only screen and (min-width: 768px) {
  .c-banner-image-background-callout__heading {
    padding-bottom: 40px;
    padding-top: 30px;
  }
}

.c-banner-image-background-summary__container {
  overflow: hidden;
  position: relative;
  text-align: center;
  z-index: 1;
}

.c-banner-image-background-summary__content {
  padding-bottom: 60px;
  padding-left: 29px;
  padding-right: 40px;
  padding-top: 60px;
  position: relative;
  z-index: 1;
}

@media only screen and (min-width: 768px) {
  .c-banner-image-background-summary__content {
    margin-left: auto;
    margin-right: auto;
    padding: 75px 0 80px;
    width: 71.6145833333%;
  }
}

@media only screen and (min-width: 1025px) {
  .c-banner-image-background-summary__content {
    width: 46.875%;
  }
}

@media only screen and (min-width: 1280px) {
  .c-banner-image-background-summary__content {
    width: 600px;
  }
}

.c-banner-image-background-summary__icon {
  font-size: 1.6428571429rem;
}

.c-banner-image-background-summary__heading {
  color: #15262e;
  padding-top: 40px;
}

.c-banner-image-background-summary__subheading {
  font-family: "beyond_infinityregular";
  font-style: normal;
  font-weight: 400;
  font-size: 3.4285714286rem;
  color: #7c99a1;
  line-height: 48px;
  padding-left: 11px;
  padding-top: 30px;
}

@media only screen and (min-width: 768px) {
  .c-banner-image-background-summary__subheading {
    font-size: 4.8571428571rem;
  }
}

@media only screen and (min-width: 768px) {
  .c-banner-image-background-summary__subheading {
    line-height: 56px;
    padding-left: 0;
    padding-top: 45px;
  }
}

.c-banner-image-background-summary__copy {
  color: #15262e;
  padding-right: 11px;
  padding-top: 15px;
}

@media only screen and (min-width: 768px) {
  .c-banner-image-background-summary__copy {
    padding-right: 0;
  }
}

.c-banner-image-background-summary__image-area {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1;
}

.c-banner-image-background-summary__image {
  font-family: "object-fit: cover; object-position: 50% 50%;";
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  width: 100%;
}

.c-banner-image-background-summary__accent-image {
  bottom: 140px;
  position: absolute;
  right: -140px;
  z-index: 1;
}

@media only screen and (min-width: 768px) {
  .c-banner-image-background-summary__accent-image {
    right: -100px;
  }
}

@media only screen and (min-width: 1025px) {
  .c-banner-image-background-summary__accent-image {
    right: -50px;
  }
}

.c-banner-image-callout {
  position: relative;
}

.c-banner-image-callout__inner {
  margin-left: auto;
  margin-right: auto;
  max-width: 1280px;
  overflow: hidden;
}

@media only screen and (min-width: 1025px) {
  .c-banner-image-callout__inner {
    display: flex;
    padding-top: 100px;
  }
}

.c-banner-image-callout__top-content {
  padding: 70px 20px 30px;
}

@media only screen and (min-width: 768px) {
  .c-banner-image-callout__top-content {
    margin-left: auto;
    margin-right: auto;
    padding: 100px 0 0;
    width: 500px;
  }
}

@media only screen and (min-width: 1025px) {
  .c-banner-image-callout__top-content {
    margin-left: 7.03125%;
    margin-top: 32px;
    padding-top: 0;
  }
}

.c-banner-image-callout__image-area {
  left: 0;
  position: relative;
  top: 0;
  height: auto;
  width: 100%;
}

@media only screen and (min-width: 768px) {
  .c-banner-image-callout__image-area {
    left: 50px;
  }
}

.c-banner-image-callout__image {
  height: 100%;
  position: relative;
  width: 256px;
}

@media only screen and (min-width: 768px) {
  .c-banner-image-callout__image {
    height: 450px;
    width: 329px;
  }
}

.c-banner-image-callout__top-subheadline {
  color: #7c99a1;
  padding-top: 40px;
  text-align: center;
}

.c-banner-image-callout__bottom-content {
  padding-bottom: 100px;
  position: relative;
  text-align: center;
}

@media only screen and (min-width: 768px) {
  .c-banner-image-callout__bottom-content {
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 120px;
    width: 79.4270833333%;
  }
}

@media only screen and (min-width: 1025px) {
  .c-banner-image-callout__bottom-content {
    padding-bottom: 214px;
    margin-right: 7.03125%;
    text-align: left;
    width: 40%;
  }
}

.c-banner-image-callout__heading {
  color: #efeff2;
  margin-left: -20px;
  left: 0;
  position: absolute;
  top: 0;
  white-space: nowrap;
  z-index: 1;
}

@media only screen and (min-width: 768px) {
  .c-banner-image-callout__heading {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    margin-left: 0;
  }
}

@media only screen and (min-width: 1025px) {
  .c-banner-image-callout__heading {
    left: 0;
    right: -56px;
    transform: none;
  }
}

.c-banner-image-callout__subheading {
  padding: 50px 40px 10px;
  position: relative;
  z-index: 1;
}

@media only screen and (min-width: 768px) {
  .c-banner-image-callout__subheading {
    padding: 130px 0 15px;
  }
}

@media only screen and (min-width: 1025px) {
  .c-banner-image-callout__subheading {
    padding-left: 12.109375%;
  }
}

.c-banner-image-callout__copy {
  padding: 0 40px 35px;
}

@media only screen and (min-width: 768px) {
  .c-banner-image-callout__copy {
    padding-bottom: 40px;
  }
}

@media only screen and (min-width: 1025px) {
  .c-banner-image-callout__copy {
    padding-left: 12.4%;
    padding-right: 0;
  }
}

@media only screen and (min-width: 1025px) {
  .c-banner-image-callout__button {
    margin-left: 12.109375%;
  }
}

.c-banner-image-content-block__container {
  margin-left: auto;
  margin-right: auto;
  max-width: 1280px;
}

@media only screen and (min-width: 1025px) {
  .c-banner-image-content-block__container {
    display: flex;
  }
}

.c-banner-image-content-block__image-container {
  position: relative;
}

@media only screen and (min-width: 1025px) {
  .c-banner-image-content-block__image-container {
    width: 50%;
  }
}

.c-banner-image-content-block__image-padding {
  padding-top: 76%;
  position: relative;
}

@media only screen and (min-width: 768px) {
  .c-banner-image-content-block__image-padding {
    padding-top: 54.0364583333%;
  }
}

@media only screen and (min-width: 1025px) {
  .c-banner-image-content-block__image-padding {
    height: 100%;
    padding-top: 93.75%;
  }
}

.c-banner-image-content-block__image-area {
  height: 100%;
  overflow: hidden;
  position: absolute;
  top: 0;
  width: 100%;
}

.c-banner-image-content-block__image {
  height: 100%;
  min-width: 100%;
  left: 50%;
  position: relative;
  transform: translateX(-50%);
}

.c-banner-image-content-block__overlay {
  background: rgba(255, 255, 255, 0.03);
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100px;
}

@media only screen and (min-width: 768px) {
  .c-banner-image-content-block__overlay {
    width: 300px;
  }
}

.c-banner-image-content-block__svg-container {
  bottom: 0;
  left: 100%;
  position: absolute;
  overflow: hidden;
  top: 0;
  transform: scaleX(-1);
  width: 222px;
}

@media only screen and (min-width: 768px) {
  .c-banner-image-content-block__svg-container {
    width: 169px;
  }
}

.c-banner-image-content-block__svg {
  height: calc(100% + 2px);
  position: absolute;
  top: -1px;
  width: calc(100% + 1px);
}

.c-banner-image-content-block__content-container {
  background-color: #15262e;
  overflow: hidden;
  padding: 40px 40px 80px;
  position: relative;
  z-index: 1;
}

@media only screen and (min-width: 768px) {
  .c-banner-image-content-block__content-container {
    padding-bottom: 150px;
    padding-left: 70px;
    padding-right: 98px;
  }
}

@media only screen and (min-width: 1025px) {
  .c-banner-image-content-block__content-container {
    flex: 1;
    padding-right: 9.375%;
    padding-top: 70px;
  }
}

@media only screen and (min-width: 1280px) {
  .c-banner-image-content-block__content-container {
    padding-right: 120px;
  }
}

.c-banner-image-content-block__heading {
  color: #fff;
}

.c-banner-image-content-block__subheading {
  color: #7c99a1;
  padding-top: 10px;
}

.c-banner-image-content-block__copy {
  color: #fff;
  padding-bottom: 25px;
  padding-top: 10px;
}

@media only screen and (min-width: 768px) {
  .c-banner-image-content-block__copy {
    padding-bottom: 30px;
    padding-right: 48px;
    padding-top: 15px;
  }
}

@media only screen and (min-width: 1025px) {
  .c-banner-image-content-block__copy {
    padding-right: 0;
  }
}

.c-banner-image-content-knockout {
  overflow: hidden;
  position: relative;
}

.c-banner-image-content-knockout::before {
  content: "";
  display: block;
  position: absolute;
  pointer-events: none;
  background-color: #fafafa;
  height: 100%;
  left: 0;
  top: 0;
  width: 80%;
  z-index: 2;
}

@media only screen and (min-width: 768px) {
  .c-banner-image-content-knockout::before {
    width: 62.5%;
  }
}

@media only screen and (min-width: 1025px) {
  .c-banner-image-content-knockout::before {
    width: 62.5%;
  }
}

@media only screen and (min-width: 1600px) {
  .c-banner-image-content-knockout::before {
    width: 60%;
  }
}

.c-banner-image-content-knockout__container {
  padding-bottom: 124px;
  padding-top: 70px;
  position: relative;
  z-index: 2;
}

@media only screen and (min-width: 768px) {
  .c-banner-image-content-knockout__container {
    padding-bottom: 200px;
    padding-top: 100px;
  }
}

@media only screen and (min-width: 1025px) {
  .c-banner-image-content-knockout__container {
    padding-bottom: 209px;
    padding-top: 150px;
  }
}

.c-banner-image-content-knockout__top-image-area {
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  width: 88.0597014925%;
  z-index: 2;
}

@media only screen and (min-width: 768px) {
  .c-banner-image-content-knockout__top-image-area {
    margin: 0;
    width: 90.9090909091%;
  }
}

@media only screen and (min-width: 1025px) {
  .c-banner-image-content-knockout__top-image-area {
    width: 45.2079566004%;
  }
}

.c-banner-image-content-knockout__flex {
  display: block;
}

@media only screen and (min-width: 768px) {
  .c-banner-image-content-knockout__flex {
    padding-left: 30px;
    padding-right: 108px;
  }
}

@media only screen and (min-width: 1025px) {
  .c-banner-image-content-knockout__flex {
    display: flex;
    padding-left: 3.3898305085%;
    padding-right: 3.2203389831%;
  }
}

.c-banner-image-content-knockout__content {
  padding: 80px 20px 0;
  position: relative;
  z-index: 2;
}

@media only screen and (min-width: 768px) {
  .c-banner-image-content-knockout__content {
    padding: 111px 0 0 0;
  }
}

@media only screen and (min-width: 1025px) {
  .c-banner-image-content-knockout__content {
    flex: 1;
    padding-left: 9.2224231465%;
    padding-top: 81px;
  }
}

.c-banner-image-content-knockout__inner-content {
  position: relative;
  z-index: 2;
}

.c-banner-image-content-knockout__script {
  color: #efeff2;
  left: 0;
  margin-left: -40px;
  margin-right: auto;
  padding-top: 30px;
  position: absolute;
  top: 0;
  white-space: nowrap;
  z-index: 1;
}

@media only screen and (min-width: 768px) {
  .c-banner-image-content-knockout__script {
    margin-left: -62px;
    padding-top: 40px;
  }
}

@media only screen and (min-width: 1025px) {
  .c-banner-image-content-knockout__script {
    margin-left: 40px;
    padding-top: 10px;
  }
}

.c-banner-image-content-knockout__heading {
  padding-bottom: 20px;
  position: relative;
  z-index: 2;
}

@media only screen and (min-width: 768px) {
  .c-banner-image-content-knockout__heading {
    padding-bottom: 25px;
  }
}

.c-banner-image-content-knockout__buttons {
  align-items: flex-start;
  display: flex;
  flex-direction: column;
  padding-top: 25px;
}

@media only screen and (min-width: 768px) {
  .c-banner-image-content-knockout__buttons {
    align-items: center;
    flex-direction: row;
    padding-top: 30px;
  }
}

.c-banner-image-content-knockout__button:last-child {
  margin-top: 20px;
}

@media only screen and (min-width: 768px) {
  .c-banner-image-content-knockout__button:last-child {
    margin-top: 0;
    margin-left: 20px;
  }
}

.c-banner-image-content-knockout__bottom-image-area {
  bottom: 0;
  height: 210px;
  margin-right: -167px;
  position: absolute;
  right: 0;
  width: 336px;
  z-index: 2;
}

@media only screen and (min-width: 768px) {
  .c-banner-image-content-knockout__bottom-image-area {
    height: 300px;
    margin-right: -172px;
    width: 480px;
    z-index: 1;
  }
}

@media only screen and (min-width: 1025px) {
  .c-banner-image-content-knockout__bottom-image-area {
    margin-bottom: 5px;
    margin-right: -136px;
  }
}

.c-banner-image-content-shadow {
  position: relative;
}

.c-banner-image-content-shadow::before {
  display: none;
}

@media only screen and (min-width: 1025px) {
  .c-banner-image-content-shadow::before {
    content: "";
    display: block;
    position: absolute;
    pointer-events: none;
    background-color: #fafafa;
    display: block;
    height: 100%;
    left: 0;
    top: 0;
    width: 60.9375%;
  }
}

@media only screen and (min-width: 1280px) {
  .c-banner-image-content-shadow::before {
    width: calc(50% + 140px);
  }
}

.c-banner-image-content-shadow__container {
  overflow: hidden;
  margin-left: auto;
  margin-right: auto;
  max-width: 1280px;
  padding: 30px 20px 100px 40px;
  position: relative;
}

@media only screen and (min-width: 768px) {
  .c-banner-image-content-shadow__container {
    padding-bottom: 160px;
    padding-left: 9.1145833333%;
    padding-right: 12.7604166667%;
    padding-top: 40px;
  }
}

@media only screen and (min-width: 1025px) {
  .c-banner-image-content-shadow__container {
    display: flex;
    padding-bottom: 0;
    padding-left: 7.03125%;
    padding-right: 7.03125%;
  }
}

@media only screen and (min-width: 1280px) {
  .c-banner-image-content-shadow__container {
    padding-left: 90px;
    padding-right: 90px;
  }
}

.c-banner-image-content-shadow__image-container {
  padding-bottom: 50px;
  padding-right: 20px;
}

@media only screen and (min-width: 768px) {
  .c-banner-image-content-shadow__image-container {
    padding-bottom: 80px;
    padding-left: 40px;
    padding-right: 60px;
  }
}

@media only screen and (min-width: 1025px) {
  .c-banner-image-content-shadow__image-container {
    padding-left: 0;
    padding-right: 9.2727272727%;
    width: 54.7272727273%;
  }
}

@media only screen and (min-width: 1280px) {
  .c-banner-image-content-shadow__image-container {
    padding-right: 102px;
  }
}

.c-banner-image-content-shadow__image-area {
  padding-top: 100%;
  position: relative;
  z-index: 1;
}

.c-banner-image-content-shadow__image-area::before {
  content: "";
  display: block;
  position: absolute;
  pointer-events: none;
  background-color: #f1e1d7;
  height: 100%;
  left: -20px;
  top: 20px;
  width: 100%;
  z-index: 1;
}

@media only screen and (min-width: 768px) {
  .c-banner-image-content-shadow__image-area::before {
    left: -40px;
    top: 40px;
  }
}

.c-banner-image-content-shadow__image {
  font-family: "object-fit: cover; object-position: 50% 50%;";
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  width: 100%;
  left: 0;
  position: absolute;
  top: 0;
  z-index: 2;
}

.c-banner-image-content-shadow__content-container {
  position: relative;
}

@media only screen and (min-width: 1025px) {
  .c-banner-image-content-shadow__content-container {
    flex: 1;
    padding-bottom: 243px;
  }
}

.c-banner-image-content-shadow__subheading {
  color: #efeff2;
  left: 0;
  margin-left: -62px;
  position: absolute;
  top: 0;
  white-space: nowrap;
  z-index: 1;
}

.c-banner-image-content-shadow__heading {
  padding-top: 50px;
  position: relative;
  z-index: 1;
}

@media only screen and (min-width: 768px) {
  .c-banner-image-content-shadow__heading {
    padding-top: 70px;
  }
}

.c-banner-image-content-shadow__copy {
  padding-top: 20px;
  position: relative;
  z-index: 1;
}

@media only screen and (min-width: 768px) {
  .c-banner-image-content-shadow__copy {
    padding-right: 50px;
    padding-top: 25px;
  }
}

.c-banner-image-content-shadow__button {
  margin-top: 35px;
}

.c-banner-image-right-knockout {
  overflow: hidden;
  position: relative;
}

.c-banner-image-right-knockout::before {
  content: "";
  display: block;
  position: absolute;
  pointer-events: none;
  background-color: #fafafa;
  height: 100%;
  right: 0;
  top: 0;
  width: 100%;
  z-index: 2;
}

@media only screen and (min-width: 768px) {
  .c-banner-image-right-knockout::before {
    width: calc(100% - 140px);
  }
}

@media only screen and (min-width: 1025px) {
  .c-banner-image-right-knockout::before {
    width: 75%;
  }
}

.c-banner-image-right-knockout__container {
  padding: 70px 40px 60px;
  position: relative;
  z-index: 2;
}

@media only screen and (min-width: 768px) {
  .c-banner-image-right-knockout__container {
    padding: 100px 80px 100px;
  }
}

@media only screen and (min-width: 1025px) {
  .c-banner-image-right-knockout__container {
    padding-bottom: 209px;
    padding-left: 90px;
    padding-right: 90px;
    padding-top: 150px;
  }
}

.c-banner-image-right-knockout__images-area {
  height: 100%;
  position: relative;
  margin-left: auto;
  margin-right: 34px;
  width: 85.4237288136%;
}

@media only screen and (min-width: 768px) {
  .c-banner-image-right-knockout__images-area {
    margin-left: 0;
    margin-right: auto;
    width: 82.2368421053%;
  }
}

@media only screen and (min-width: 1025px) {
  .c-banner-image-right-knockout__images-area {
    width: 45.4545454545%;
  }
}

.c-banner-image-right-knockout__main-image-container {
  position: relative;
}

.c-banner-image-right-knockout__main-image-container::before {
  content: "";
  display: block;
  position: absolute;
  pointer-events: none;
  background-color: #e0e5e8;
  height: 100%;
  left: -21px;
  top: -21px;
  width: 100%;
  z-index: 1;
}

@media only screen and (min-width: 768px) {
  .c-banner-image-right-knockout__main-image-container::before {
    left: -40px;
    top: -40px;
  }
}

.c-banner-image-right-knockout__main-image {
  height: 100%;
  margin-left: auto;
  position: relative;
  width: 100%;
  z-index: 2;
}

.c-banner-image-right-knockout__knockout-image {
  bottom: -38px;
  position: absolute;
  right: -37px;
  width: 61.1111111111%;
  z-index: 2;
}

@media only screen and (min-width: 768px) {
  .c-banner-image-right-knockout__knockout-image {
    bottom: -76px;
    right: -98px;
    width: 333px;
  }
}

@media only screen and (min-width: 768px) {
  .c-banner-image-right-knockout__knockout-image {
    bottom: -90px;
    right: -81px;
    width: 359px;
  }
}

.c-banner-image-right-knockout__flex {
  display: block;
}

@media only screen and (min-width: 1025px) {
  .c-banner-image-right-knockout__flex {
    display: flex;
  }
}

.c-banner-image-right-knockout__content {
  padding-top: 104px;
  position: relative;
  z-index: 2;
}

@media only screen and (min-width: 768px) {
  .c-banner-image-right-knockout__content {
    padding-left: 86px;
    padding-top: 147px;
  }
}

@media only screen and (min-width: 1025px) {
  .c-banner-image-right-knockout__content {
    flex: 1;
    padding-left: 97px;
    padding-top: 31px;
  }
}

.c-banner-image-right-knockout__inner-content {
  position: relative;
  z-index: 2;
}

@media only screen and (min-width: 768px) {
  .c-banner-image-right-knockout__inner-content {
    padding-left: 62px;
    padding-right: 10px;
  }
}

@media only screen and (min-width: 1025px) {
  .c-banner-image-right-knockout__inner-content {
    padding: 0;
    width: 89.4632206759%;
  }
}

.c-banner-image-right-knockout__script {
  color: #efeff2;
  left: 0;
  margin-left: -60px;
  margin-right: auto;
  padding-top: 59px;
  position: absolute;
  top: 0;
  white-space: nowrap;
  z-index: 1;
}

@media only screen and (min-width: 768px) {
  .c-banner-image-right-knockout__script {
    margin-left: 86px;
    padding-top: 76px;
  }
}

@media only screen and (min-width: 1025px) {
  .c-banner-image-right-knockout__script {
    margin-left: 35px;
    margin-top: -40px;
    padding-top: 0;
  }
}

.c-banner-image-right-knockout__heading {
  position: relative;
  z-index: 2;
}

.c-banner-image-right-knockout__copy {
  padding-top: 10px;
}

@media only screen and (min-width: 768px) {
  .c-banner-image-right-knockout__copy {
    padding-top: 25px;
  }
}

.c-banner-image-right-knockout__button {
  margin-top: 35px;
}

@media only screen and (min-width: 768px) {
  .c-banner-image-right-knockout__button {
    margin-top: 40px;
  }
}

.c-banner-image-featured__container {
  background-color: #15262e;
  position: relative;
}

.c-banner-image-featured__flex {
  position: relative;
}

@media only screen and (min-width: 1025px) {
  .c-banner-image-featured__flex {
    display: flex;
    min-height: 600px;
    margin-top: 100px;
  }
}

.c-banner-image-featured__content {
  padding: 60px 20px 0 40px;
  position: relative;
}

@media only screen and (min-width: 768px) {
  .c-banner-image-featured__content {
    padding-left: 9.1145833333%;
    padding-right: 0;
    width: 80.7291666667%;
  }
}

@media only screen and (min-width: 1025px) {
  .c-banner-image-featured__content {
    padding-left: 7.03125%;
    padding-right: 9.609375%;
    padding-top: 100px;
    width: 42.421875%;
  }
}

@media only screen and (min-width: 1280px) {
  .c-banner-image-featured__content {
    padding-right: 6.484375%;
  }
}

.c-banner-image-featured__logo {
  height: 30px;
  margin-bottom: 20px;
  position: relative;
}

.c-banner-image-featured__copy {
  color: #fff;
  max-width: 100%;
}

@media only screen and (min-width: 1025px) {
  .c-banner-image-featured__copy {
    max-width: 400px;
  }
}

.c-banner-image-featured__script-container {
  margin-left: -20px;
  padding-bottom: 6px;
  padding-top: 20px;
  position: relative;
  z-index: 2;
}

@media only screen and (min-width: 768px) {
  .c-banner-image-featured__script-container {
    margin-bottom: -10px;
    padding-bottom: 0;
  }
}

@media only screen and (min-width: 1025px) {
  .c-banner-image-featured__script-container {
    bottom: 0;
    left: 0;
    margin-bottom: 0;
    margin-left: 11.0497237569%;
    position: absolute;
    width: 100%;
  }
}

@media only screen and (min-width: 1600px) {
  .c-banner-image-featured__script-container {
    margin-bottom: -31px;
  }
}

.c-banner-image-featured__script-text {
  color: #263a43;
  line-height: 100px;
}

@media only screen and (min-width: 768px) {
  .c-banner-image-featured__script-text {
    line-height: 181px;
  }
}

.c-banner-image-featured__script-subtext {
  bottom: 0;
  color: #e0e5e8;
  left: 0;
  padding-left: 20px;
  position: absolute;
  z-index: 1;
}

@media only screen and (min-width: 768px) {
  .c-banner-image-featured__script-subtext {
    margin-bottom: 70px;
    padding-left: 30px;
  }
}

.c-banner-image-featured__buttons {
  align-items: flex-start;
  display: flex;
  flex-direction: column;
  padding-top: 25px;
}

@media only screen and (min-width: 768px) {
  .c-banner-image-featured__buttons {
    align-items: center;
    flex-direction: row;
    flex-wrap: wrap;
  }
}

.c-banner-image-featured__button {
  margin-bottom: 30px;
}

@media only screen and (min-width: 768px) {
  .c-banner-image-featured__button:first-child {
    margin-right: 40px;
  }
}

.c-banner-image-featured__image {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  z-index: 1;
}

@media only screen and (min-width: 1025px) {
  .c-banner-image-featured__image {
    height: 100%;
    width: auto;
  }
}

.c-banner-image-featured__main-image-area {
  overflow: hidden;
  padding-top: 87.4666666667%;
  position: relative;
  width: 100%;
}

@media only screen and (min-width: 768px) {
  .c-banner-image-featured__main-image-area {
    padding-top: 57.2916666667%;
  }
}

@media only screen and (min-width: 1025px) {
  .c-banner-image-featured__main-image-area {
    flex: 1;
    min-height: 600px;
    padding-top: 46.875%;
  }
}

.c-banner-image-featured__middle-image {
  display: none;
}

@media only screen and (min-width: 1025px) {
  .c-banner-image-featured__middle-image {
    bottom: 0;
    display: block;
    left: 0;
    right: 0;
    margin: auto;
    min-width: 459px;
    position: absolute;
    width: 35.859375%;
    z-index: 2;
  }
}

@media only screen and (min-width: 1600px) {
  .c-banner-image-featured__middle-image {
    width: 35.8125%;
  }
}

.c-banner-image-featured__shape-container {
  background-color: #15262e;
  -webkit-clip-path: polygon(0 0, 0 12.8%, 100% 0);
          clip-path: polygon(0 0, 0 12.8%, 100% 0);
  color: #15262e;
  font-family: "polygon(0 0, 0 12.8%, 100% 0)";
  height: 100%;
  left: 0;
  overflow: hidden;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1;
}

@media only screen and (min-width: 768px) {
  .c-banner-image-featured__shape-container {
    -webkit-clip-path: polygon(0 0, 0 14.4%, 100% 0);
            clip-path: polygon(0 0, 0 14.4%, 100% 0);
    font-family: "polygon(0 0, 0 14.4%, 100% 0)";
  }
}

@media only screen and (min-width: 1025px) {
  .c-banner-image-featured__shape-container {
    -webkit-clip-path: polygon(0 0, 0 100%, 100% 100%);
            clip-path: polygon(0 0, 0 100%, 100% 100%);
    font-family: "polygon(0 0 , 0 100%, 100% 100%)";
    left: -0.6px;
    width: 31.4789687924%;
  }
}

.c-banner-image-list-callout__container {
  display: flex;
  flex-direction: column;
  overflow: hidden;
  margin-left: auto;
  margin-right: auto;
  max-width: 1280px;
  padding-bottom: 30px;
  padding-left: 20px;
  padding-right: 20px;
  position: relative;
}

@media only screen and (min-width: 768px) {
  .c-banner-image-list-callout__container {
    padding-bottom: 50px;
    padding-left: 40px;
    padding-right: 70px;
  }
}

@media only screen and (min-width: 1025px) {
  .c-banner-image-list-callout__container {
    flex-direction: row;
    padding-bottom: 80px;
    padding-left: 7.03125%;
    padding-right: 7.03125%;
  }
}

@media only screen and (min-width: 1280px) {
  .c-banner-image-list-callout__container {
    padding-left: 90px;
    padding-right: 90px;
  }
}

.c-banner-image-list-callout__content-container {
  position: relative;
}

@media only screen and (min-width: 1025px) {
  .c-banner-image-list-callout__content-container {
    flex: 1;
  }
}

.c-banner-image-list-callout__content {
  padding-left: 20px;
  padding-top: 50px;
  position: relative;
}

@media only screen and (min-width: 768px) {
  .c-banner-image-list-callout__content {
    padding-left: 0;
    padding-right: 78px;
    padding-top: 130px;
  }
}

@media only screen and (min-width: 1025px) {
  .c-banner-image-list-callout__content {
    padding-right: 90px;
  }
}

.c-banner-image-list-callout__heading {
  color: #efeff2;
  left: -40px;
  position: absolute;
  top: 0;
  white-space: nowrap;
}

@media only screen and (min-width: 768px) {
  .c-banner-image-list-callout__heading {
    left: -62px;
    overflow: hidden;
    text-overflow: ellipsis;
  }
}

@media only screen and (min-width: 1025px) {
  .c-banner-image-list-callout__heading {
    max-width: 650px;
  }
}

.c-banner-image-list-callout__subheading {
  color: #15262e;
}

.c-banner-image-list-callout__copy {
  padding-bottom: 25px;
  padding-top: 10px;
}

@media only screen and (min-width: 768px) {
  .c-banner-image-list-callout__copy {
    padding-top: 15px;
  }
}

@media only screen and (min-width: 1025px) {
  .c-banner-image-list-callout__copy {
    padding-bottom: 30px;
  }
}

.c-banner-image-list-callout__list-item {
  font-family: "Poppins", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 1.1428571429rem;
  line-height: 21px;
  letter-spacing: 0.4px;
  padding-bottom: 15px;
  max-width: 400px;
}

@media only screen and (min-width: 768px) {
  .c-banner-image-list-callout__list-item {
    font-size: 1.2857142857rem;
  }
}

@media only screen and (min-width: 1025px) {
  .c-banner-image-list-callout__list-item {
    padding-bottom: 20px;
  }
}

.c-banner-image-list-callout__list-item::before {
  font-family: "icomoon" !important;
  content: "\E911";
  color: #d3dfdd;
  margin-right: 15px;
}

.c-banner-image-list-callout__button {
  margin-top: 25px;
}

@media only screen and (min-width: 1025px) {
  .c-banner-image-list-callout__button {
    margin-top: 20px;
  }
}

.c-banner-image-list-callout__image-container {
  padding-top: 45px;
}

@media only screen and (min-width: 768px) {
  .c-banner-image-list-callout__image-container {
    padding-left: 64px;
    padding-right: 64px;
    padding-top: 65px;
  }
}

@media only screen and (min-width: 1025px) {
  .c-banner-image-list-callout__image-container {
    padding-left: 0;
    padding-right: 0;
    padding-top: 130px;
    width: 45.045045045%;
  }
}

@media only screen and (min-width: 1280px) {
  .c-banner-image-list-callout__image-container {
    width: 500px;
  }
}

.c-banner-image-list-callout__image-area {
  padding-top: 100%;
  position: relative;
}

@media only screen and (min-width: 1280px) {
  .c-banner-image-list-callout__image-area {
    padding-top: 500px;
  }
}

.c-banner-image-list-callout__image {
  font-family: "object-fit: cover; object-position: 50% 50%;";
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  width: 100%;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

.c-banner-image-list-callout--reversed .c-banner-image-list-callout__container {
  flex-direction: column-reverse;
  padding-bottom: 80px;
}

@media only screen and (min-width: 768px) {
  .c-banner-image-list-callout--reversed .c-banner-image-list-callout__container {
    padding-bottom: 100px;
  }
}

@media only screen and (min-width: 1025px) {
  .c-banner-image-list-callout--reversed .c-banner-image-list-callout__container {
    flex-direction: row-reverse;
    padding-bottom: 130px;
  }
}

@media only screen and (min-width: 1025px) {
  .c-banner-image-list-callout--reversed .c-banner-image-list-callout__content {
    padding-left: 95px;
    padding-right: 0;
  }
}

@media only screen and (min-width: 1025px) {
  .c-banner-image-list-callout--reversed .c-banner-image-list-callout__heading {
    left: 33px;
  }
}

.c-banner-list-details {
  position: relative;
}

@media only screen and (min-width: 1025px) {
  .c-banner-list-details {
    background-color: #fafafa;
  }
}

.c-banner-list-details__container {
  box-shadow: rgba(0, 0, 0, 0.1) 2px 2px 4px 0;
  margin-left: auto;
  margin-right: auto;
  max-width: 1280px;
}

@media only screen and (min-width: 1025px) {
  .c-banner-list-details__container {
    box-shadow: none;
    padding-bottom: 80px;
    padding-left: 50px;
    padding-right: 50px;
  }
}

.c-banner-list-details__inner {
  background-color: #fff;
  padding: 25px 20px 50px;
  position: relative;
}

@media only screen and (min-width: 768px) {
  .c-banner-list-details__inner {
    padding: 45px 40px 75px;
  }
}

@media only screen and (min-width: 1025px) {
  .c-banner-list-details__inner {
    box-shadow: rgba(0, 0, 0, 0.1) 2px 2px 4px 0;
    padding-left: 40px;
    padding-right: 40px;
  }
}

.c-banner-list-details__info-container {
  padding-bottom: 30px;
  position: relative;
}

@media only screen and (min-width: 768px) {
  .c-banner-list-details__info-container {
    display: flex;
  }
}

@media only screen and (min-width: 768px) {
  .c-banner-list-details__info {
    width: 50%;
  }
}

.c-banner-list-details__info:nth-child(even) {
  padding-top: 20px;
}

@media only screen and (min-width: 768px) {
  .c-banner-list-details__info:nth-child(even) {
    align-items: flex-end;
    display: flex;
    flex-direction: column;
    padding-top: 0;
  }
}

.c-banner-list-details__info-title {
  padding-bottom: 9px;
}

.c-banner-list-details__button:first-child {
  margin-right: 30px;
}

@media only screen and (min-width: 768px) {
  .c-banner-list-details__button:first-child {
    margin-bottom: 20px;
    margin-right: 0;
  }
}

.c-banner-list-details__specs {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  width: 100%;
}

@media only screen and (min-width: 768px) {
  .c-banner-list-details__specs {
    flex-wrap: wrap;
    margin-right: 20px;
    height: 400px;
  }
}

@media only screen and (min-width: 1025px) {
  .c-banner-list-details__specs {
    margin-right: -50px;
  }
}

.c-banner-list-details__spec {
  align-items: center;
  display: flex;
  height: 40px;
  max-width: 378.8px;
}

@media only screen and (min-width: 768px) {
  .c-banner-list-details__spec {
    height: 50px;
    margin-right: 20px;
  }
}

@media only screen and (min-width: 1025px) {
  .c-banner-list-details__spec {
    margin-right: 50px;
  }
}

.c-banner-list-details__spec:nth-child(odd) {
  background-color: #f5f5f5;
}

.c-banner-list-details__spec-title {
  font-family: "Poppins", sans-serif;
  font-style: normal;
  font-weight: 500;
  margin-left: 20px;
  margin-right: 41px;
}

@media only screen and (min-width: 768px) {
  .c-banner-list-details__spec-title {
    margin-right: 20px;
  }
}

.c-banner-list-details__spec-title span {
  font-weight: normal;
}

.c-banner-mega-image-content {
  background-color: #e0e5e8;
  overflow: hidden;
  position: relative;
}

@media only screen and (min-width: 1025px) {
  .c-banner-mega-image-content {
    background: transparent;
  }
}

.c-banner-mega-image-content__background {
  position: relative;
}

@media only screen and (min-width: 1025px) {
  .c-banner-mega-image-content__background {
    background-color: #e0e5e8;
  }
}

.c-banner-mega-image-content__foreground {
  padding-bottom: 50px;
  padding-top: 30px;
}

@media only screen and (min-width: 768px) {
  .c-banner-mega-image-content__foreground {
    padding-bottom: 70px;
    padding-top: 50px;
  }
}

@media only screen and (min-width: 1025px) {
  .c-banner-mega-image-content__foreground {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    z-index: 1;
  }
}

.c-banner-mega-image-content__media-container {
  height: 350px;
}

@media only screen and (min-width: 768px) {
  .c-banner-mega-image-content__media-container {
    height: 600px;
  }
}

@media only screen and (min-width: 1025px) {
  .c-banner-mega-image-content__media-container {
    height: 700px;
  }
}

.c-banner-mega-image-content__content {
  margin: 0 auto;
  max-width: 550px;
  text-align: center;
}

@media only screen and (min-width: 768px) {
  .c-banner-mega-image-content__content {
    max-width: 650px;
  }
}

.c-banner-mega-image-content__container {
  position: relative;
}

.c-banner-mega-image-content__subheading {
  color: #7c99a1;
  margin-top: 15px;
}

@media only screen and (min-width: 768px) {
  .c-banner-mega-image-content__subheading {
    margin-top: 20px;
  }
}

.c-banner-mega-image-content__buttons {
  margin-top: 30px;
}

.c-banner-mega-image-content__overlay-container {
  bottom: 0px;
  left: 0px;
  overflow: hidden;
  position: absolute;
  right: 0px;
  top: 0px;
}

.c-banner-mega-image-content__overlay {
  background: rgba(255, 255, 255, 0.1);
  bottom: 0;
  position: absolute;
  top: 0;
  width: 100vw;
}

.c-banner-mega-image-content__overlay--right {
  left: 46px;
}

@media only screen and (min-width: 768px) {
  .c-banner-mega-image-content__overlay--right {
    left: 255px;
  }
}

@media only screen and (min-width: 1025px) {
  .c-banner-mega-image-content__overlay--right {
    left: 275px;
  }
}

.c-banner-mega-image-content__overlay__svg-container--right {
  right: 100%;
  width: 124px;
}

@media only screen and (min-width: 768px) {
  .c-banner-mega-image-content__overlay__svg-container--right {
    width: 244px;
  }
}

@media only screen and (min-width: 1025px) {
  .c-banner-mega-image-content__overlay__svg-container--right {
    width: 212px;
  }
}

.c-banner-mega-image-content__overlay__svg--left {
  left: -1px;
}

.c-banner-mega-image-content__overlay__svg--right {
  right: -1px;
}

.c-banner-mega-image-content--no-cta {
  background-color: #15262e;
}

.c-banner-mega-image-content--no-cta .c-banner-mega-image-content__foreground {
  padding-bottom: 0px;
}

@media only screen and (min-width: 768px) {
  .c-banner-mega-image-content--no-cta .c-banner-mega-image-content__foreground {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    z-index: 1;
  }
}

.c-banner-mega-image-content--no-cta .c-banner-mega-image-content__diagonal {
  height: 100%;
  position: absolute;
  right: -300px;
  top: 0;
  z-index: 1;
}

@media only screen and (min-width: 768px) {
  .c-banner-mega-image-content--no-cta .c-banner-mega-image-content__diagonal {
    right: -39.0625%;
  }
}

@media only screen and (min-width: 1025px) {
  .c-banner-mega-image-content--no-cta .c-banner-mega-image-content__diagonal {
    right: -23.4375%;
  }
}

.c-banner-mega-image-content--no-cta .c-banner-mega-image-content__content {
  padding: 39px 0 73px;
}

.c-banner-mega-image-content--no-cta .c-banner-mega-image-content__script {
  font-family: "beyond_infinityregular";
  font-style: normal;
  font-weight: 400;
  color: rgba(255, 255, 255, 0.15);
  margin-left: -41px;
  position: absolute;
  top: 0px;
  white-space: nowrap;
}

@media only screen and (min-width: 768px) {
  .c-banner-mega-image-content--no-cta .c-banner-mega-image-content__script {
    line-height: 1;
  }
}

.c-banner-mega-image-content--no-cta .c-banner-mega-image-content__heading {
  font-family: "freight-big-pro", serif;
  font-style: normal;
  font-weight: 300;
  font-size: 2.8571428571rem;
  color: #fff;
  padding-top: 13px;
}

@media only screen and (min-width: 768px) {
  .c-banner-mega-image-content--no-cta .c-banner-mega-image-content__heading {
    font-size: 4rem;
  }
}

@media only screen and (min-width: 768px) {
  .c-banner-mega-image-content--no-cta .c-banner-mega-image-content__heading {
    position: relative;
    top: 20px;
  }
}

.c-banner-mega-image-content--no-cta .c-banner-mega-image-content__subheading {
  font-family: "Poppins", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 1.2857142857rem;
  color: #fff;
  letter-spacing: 0.5px;
  line-height: 26px;
  margin: 0 auto;
  padding-top: 23px;
}

@media only screen and (min-width: 768px) {
  .c-banner-mega-image-content--no-cta .c-banner-mega-image-content__subheading {
    font-size: 1.5rem;
  }
}

@media only screen and (min-width: 768px) {
  .c-banner-mega-image-content--no-cta .c-banner-mega-image-content__subheading {
    line-height: 32px;
    width: 450px;
  }
}

.c-banner-mega-image-content--no-cta .c-banner-mega-image-content__icon {
  color: #d3dfdd;
  font-size: 23px;
  padding-bottom: 50px;
  position: relative;
  top: 31px;
}

@media only screen and (min-width: 768px) {
  .c-banner-mega-image-content--no-cta .c-banner-mega-image-content__icon {
    top: 50px;
  }
}

.c-banner-mega-image-content--no-icon {
  background-color: #15262e;
}

@media only screen and (min-width: 768px) {
  .c-banner-mega-image-content--no-icon .c-banner-mega-image-content__media-container {
    height: 400px;
  }
}

@media only screen and (min-width: 1025px) {
  .c-banner-mega-image-content--no-icon .c-banner-mega-image-content__media-container {
    height: 400px;
  }
}

.c-banner-mega-image-content--no-icon .c-banner-mega-image-content__foreground {
  padding-bottom: 0px;
}

@media only screen and (min-width: 768px) {
  .c-banner-mega-image-content--no-icon .c-banner-mega-image-content__foreground {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    z-index: 1;
  }
}

.c-banner-mega-image-content--no-icon .c-banner-mega-image-content__diagonal {
  height: 100%;
  position: absolute;
  right: -300px;
  top: 0;
  z-index: 1;
}

@media only screen and (min-width: 768px) {
  .c-banner-mega-image-content--no-icon .c-banner-mega-image-content__diagonal {
    right: -39.0625%;
  }
}

@media only screen and (min-width: 1025px) {
  .c-banner-mega-image-content--no-icon .c-banner-mega-image-content__diagonal {
    right: -23.4375%;
  }
}

.c-banner-mega-image-content--no-icon .c-banner-mega-image-content__content {
  padding: 50px 0 60px;
}

@media only screen and (min-width: 768px) {
  .c-banner-mega-image-content--no-icon .c-banner-mega-image-content__content {
    padding-top: 72px;
  }
}

.c-banner-mega-image-content--no-icon .c-banner-mega-image-content__script {
  font-family: "beyond_infinityregular";
  font-style: normal;
  font-weight: 400;
  color: rgba(255, 255, 255, 0.15);
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  white-space: nowrap;
}

@media only screen and (min-width: 768px) {
  .c-banner-mega-image-content--no-icon .c-banner-mega-image-content__script {
    color: rgba(255, 255, 255, 0.35);
    line-height: 1;
  }
}

.c-banner-mega-image-content--no-icon .c-banner-mega-image-content__heading {
  font-family: "freight-big-pro", serif;
  font-style: normal;
  font-weight: 300;
  font-size: 2.8571428571rem;
  color: #fff;
}

@media only screen and (min-width: 768px) {
  .c-banner-mega-image-content--no-icon .c-banner-mega-image-content__heading {
    font-size: 4rem;
  }
}

@media only screen and (min-width: 768px) {
  .c-banner-mega-image-content--no-icon .c-banner-mega-image-content__heading {
    color: #15262e;
    position: relative;
  }
}

.c-banner-mega-image-content--no-icon .c-banner-mega-image-content__subheading {
  font-family: "Poppins", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 1.2857142857rem;
  color: #fff;
  letter-spacing: 0.5px;
  line-height: 26px;
  margin: 0 auto;
  padding: 10px 20px 0;
}

@media only screen and (min-width: 768px) {
  .c-banner-mega-image-content--no-icon .c-banner-mega-image-content__subheading {
    font-size: 1.5rem;
  }
}

@media only screen and (min-width: 768px) {
  .c-banner-mega-image-content--no-icon .c-banner-mega-image-content__subheading {
    color: #15262e;
    line-height: 32px;
    padding: 10px 0 0;
    width: 400px;
  }
}

@media only screen and (min-width: 1025px) {
  .c-banner-mega-image-content--no-icon .c-banner-mega-image-content__subheading {
    width: 100%;
  }
}

.c-banner-missing {
  background: #f8f8f8;
  padding: 50px 0;
}

.c-banner-missing__overlay {
  background: rgba(255, 255, 255, 0.25);
  bottom: 0;
  right: 120px;
  position: absolute;
  top: 0;
  width: 100vw;
}

@media only screen and (min-width: 768px) {
  .c-banner-missing__overlay {
    right: 220px;
  }
}

@media only screen and (min-width: 1025px) {
  .c-banner-missing__overlay {
    right: 160px;
  }
}

.c-banner-missing__content {
  padding: 0 40px 60px;
  position: relative;
  text-align: center;
  width: 100%;
}

@media only screen and (min-width: 1025px) {
  .c-banner-missing__content {
    padding-top: 60px;
  }
}

.c-banner-missing__content__heading-text {
  padding-bottom: 15px;
}

@media only screen and (min-width: 768px) {
  .c-banner-missing__content__heading-text {
    padding-bottom: 20px;
  }
}

.c-banner-missing__content__heading-message {
  padding-bottom: 30px;
}

@media only screen and (min-width: 768px) {
  .c-banner-missing__content__heading-message {
    margin-left: auto;
    margin-right: auto;
    max-width: 500px;
  }
}

.c-banner-missing__buttons {
  padding-bottom: 125px;
}

@media only screen and (min-width: 768px) {
  .c-banner-missing__buttons {
    padding-bottom: 190px;
  }
}

@media only screen and (min-width: 1025px) {
  .c-banner-missing__buttons {
    padding-bottom: 260px;
  }
}

.c-banner-paragraph-callout {
  position: relative;
}

.c-banner-paragraph-callout__container {
  overflow: hidden;
  position: relative;
}

.c-banner-paragraph-callout__accent-image {
  height: auto;
  margin-left: -99px;
  position: absolute;
  left: 0;
  top: 54px;
  transform: rotate(180deg);
  width: 179px;
}

@media only screen and (min-width: 768px) {
  .c-banner-paragraph-callout__accent-image {
    top: 164px;
    transform: scaleY(-1) rotate(-109deg);
    width: 262px;
  }
}

.c-banner-paragraph-callout__content-container {
  padding-bottom: 70px;
  padding-left: 10.6666666667%;
  padding-right: 10.6666666667%;
  padding-top: 80px;
  text-align: center;
}

@media only screen and (min-width: 768px) {
  .c-banner-paragraph-callout__content-container {
    padding-bottom: 100px;
    padding-left: 9.1145833333%;
    padding-right: 9.1145833333%;
    padding-top: 150px;
  }
}

@media only screen and (min-width: 1025px) {
  .c-banner-paragraph-callout__content-container {
    max-width: 700px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 0;
    padding-right: 0;
    padding-top: 173px;
    width: 54.6875%;
  }
}

@media only screen and (min-width: 1280px) {
  .c-banner-paragraph-callout__content-container {
    width: 700px;
  }
}

.c-banner-paragraph-callout__subheading {
  padding-top: 25px;
}

.c-banner-paragraph-callout__copy {
  padding-top: 20px;
}

@media only screen and (min-width: 768px) {
  .c-banner-paragraph-callout__copy {
    padding-top: 15px;
  }
}

.c-banner-paragraph-callout__button {
  margin-top: 30px;
}

@media only screen and (min-width: 768px) {
  .c-banner-paragraph-callout__button {
    margin-top: 40px;
  }
}

.c-banner-paragraph-callout--no-cta .c-banner-paragraph-callout__content-container {
  padding-bottom: 80px;
  padding-top: 40px;
}

@media only screen and (min-width: 768px) {
  .c-banner-paragraph-callout--no-cta .c-banner-paragraph-callout__content-container {
    padding-bottom: 130px;
    padding-top: 70px;
  }
}

@media only screen and (min-width: 768px) {
  .c-banner-paragraph-callout--no-cta .c-banner-paragraph-callout__accent-image {
    top: 70px;
  }
}

.c-banner-paragraph-callout--no-cta .c-banner-paragraph-callout__button {
  display: none;
}

.c-banner-paragraph-intro {
  position: relative;
}

.c-banner-paragraph-intro__container {
  background-color: #fafafa;
  overflow: hidden;
  position: relative;
}

.c-banner-paragraph-intro__accent-image {
  height: auto;
  margin-right: -97px;
  position: absolute;
  right: 0;
  top: 20px;
  width: 179px;
}

@media only screen and (min-width: 768px) {
  .c-banner-paragraph-intro__accent-image {
    width: 238px;
  }
}

.c-banner-paragraph-intro__content-container {
  padding-bottom: 60px;
  padding-left: 10.6666666667%;
  padding-right: 10.6666666667%;
  padding-top: 50px;
  text-align: center;
}

@media only screen and (min-width: 768px) {
  .c-banner-paragraph-intro__content-container {
    padding-bottom: 90px;
    padding-left: 9.1145833333%;
    padding-right: 9.1145833333%;
    padding-top: 80px;
  }
}

@media only screen and (min-width: 1025px) {
  .c-banner-paragraph-intro__content-container {
    max-width: 700px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 0;
    padding-right: 0;
    width: 54.6875%;
  }
}

@media only screen and (min-width: 1280px) {
  .c-banner-paragraph-intro__content-container {
    width: 700px;
  }
}

.c-banner-paragraph-intro__copy {
  padding-top: 20px;
}

.c-banner-product-search {
  background-color: #e0e5e8;
  height: 200px;
  overflow: hidden;
  padding: 30px 20px;
  position: relative;
  width: 100%;
  z-index: 1;
}

@media only screen and (min-width: 768px) {
  .c-banner-product-search {
    height: 70px;
    padding: 5px 40px;
  }
}

.c-banner-product-search__container {
  margin: 0 auto;
}

@media only screen and (min-width: 1025px) {
  .c-banner-product-search__container {
    position: relative;
  }
}

.c-banner-product-search__headline {
  margin-bottom: 10px;
}

.c-banner-product-search__subheadline {
  color: #7c99a1;
}

.c-banner-product-search__image {
  bottom: -20px;
  left: 50%;
  max-width: 180px;
  position: absolute;
  transform: translateX(-50%);
  z-index: 2;
}

@media only screen and (min-width: 768px) {
  .c-banner-product-search__image {
    bottom: -30px;
    left: auto;
    max-width: 300px;
    right: 40px;
    transform: none;
  }
}

@media only screen and (min-width: 1025px) {
  .c-banner-product-search__image {
    bottom: -100px;
    max-width: 350px;
    right: 150px;
  }
}

.c-banner-product-search__overlay-container {
  display: none;
}

@media only screen and (min-width: 768px) {
  .c-banner-product-search__overlay-container {
    display: block;
    height: 100%;
    overflow: hidden;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 315px;
    z-index: 1;
  }
}

@media only screen and (min-width: 1025px) {
  .c-banner-product-search__overlay-container {
    width: 100%;
    height: calc(100% + 150px);
    right: auto;
    left: calc(100% - 480px);
  }
}

.c-banner-product-search__overlay {
  min-width: 100%;
  min-height: 100%;
  left: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

.c-banner-promo {
  background-color: #e0e5e8;
  overflow: hidden;
  position: relative;
}

.c-banner-promo__container {
  position: relative;
}

.c-banner-promo__content {
  padding: 60px 20px 80px;
  position: relative;
  text-align: center;
}

@media only screen and (min-width: 768px) {
  .c-banner-promo__content {
    height: 100%;
    margin-left: auto;
    margin-right: 0;
    padding: 80px 30px 130px 0;
    text-align: left;
    width: 380px;
  }
}

@media only screen and (min-width: 1025px) {
  .c-banner-promo__content {
    margin-right: auto;
    padding: 90px 0 123px 116px;
    text-align: center;
    width: 616px;
    z-index: 2;
  }
}

.c-banner-promo__heading {
  padding: 0 10px;
}

@media only screen and (min-width: 768px) {
  .c-banner-promo__heading {
    padding: 0;
  }
}

@media only screen and (min-width: 1025px) {
  .c-banner-promo__heading {
    padding-left: 14%;
    padding-right: 14%;
  }
}

.c-banner-promo__text {
  padding: 15px 10px 0;
}

@media only screen and (min-width: 768px) {
  .c-banner-promo__text {
    padding: 20px 0 0;
  }
}

.c-banner-promo__button {
  margin-top: 25px;
}

@media only screen and (min-width: 768px) {
  .c-banner-promo__button {
    margin-top: 30px;
  }
}

.c-banner-promo__button--greenblue {
  background-color: #7c99a1;
}

.c-banner-promo__image-area {
  display: none;
}

@media only screen and (min-width: 768px) {
  .c-banner-promo__image-area {
    display: block;
    height: 100%;
    left: auto;
    margin-right: 485px;
    position: absolute;
    right: 0;
    top: 0;
    width: 442px;
    z-index: 2;
  }
}

@media only screen and (min-width: 1025px) {
  .c-banner-promo__image-area {
    margin-right: 74.921875%;
    width: 412px;
  }
}

@media only screen and (min-width: 1600px) {
  .c-banner-promo__image-area {
    margin-right: 74.921875%;
  }
}

.c-banner-promo__script {
  color: #cfd9de;
  display: none;
}

@media only screen and (min-width: 1025px) {
  .c-banner-promo__script {
    bottom: 0;
    display: block;
    left: 0;
    margin-left: 25.390625%;
    margin-right: auto;
    margin-bottom: -20px;
    overflow: hidden;
    padding: 0 20px;
    position: absolute;
    white-space: nowrap;
  }
}

@media only screen and (min-width: 768px) {
  .c-banner-promo--condensed .c-banner-promo__content {
    padding-left: 8.7209302326%;
    padding-right: 8.7209302326%;
    text-align: center;
    width: 100%;
  }
}

@media only screen and (min-width: 1025px) {
  .c-banner-promo--condensed .c-banner-promo__content {
    padding-left: 28.813559322%;
    padding-right: 28.813559322%;
  }
}

.c-banner-promo--condensed .c-banner-promo__heading {
  padding-left: 0;
  padding-right: 0;
}

.c-banner-promo--condensed .c-banner-promo__text {
  padding-left: 0;
  padding-right: 0;
}

@media only screen and (min-width: 768px) {
  .c-banner-promo--condensed .c-banner-promo__text {
    padding-left: 10.3873239437%;
    padding-right: 10.3873239437%;
  }
}

@media only screen and (min-width: 1025px) {
  .c-banner-promo--condensed .c-banner-promo__text {
    padding-left: 0;
    padding-right: 0;
  }
}

@media only screen and (min-width: 1025px) {
  .c-banner-promo--condensed .c-banner-promo__script {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 5px;
    margin-bottom: 0;
    margin-left: 0;
    padding: 0 40px;
  }
}

@media only screen and (min-width: 768px) {
  .c-banner-promo--two-image .c-banner-promo__image-area {
    display: none;
  }
}

@media only screen and (min-width: 1025px) {
  .c-banner-promo--two-image .c-banner-promo__image-area {
    display: block;
    margin: 0;
    position: absolute;
    top: 113px;
  }
}

@media only screen and (min-width: 1025px) {
  .c-banner-promo--two-image .c-banner-promo__image-area--left {
    left: -240px;
  }
}

@media only screen and (min-width: 1025px) {
  .c-banner-promo--two-image .c-banner-promo__image-area--right {
    right: -180px;
  }
}

.c-banner-promo--two-image .c-banner-promo__image--left {
  width: 465px;
}

@media only screen and (min-width: 768px) {
  .c-banner-promo--two-image .c-banner-promo__content {
    margin: 0 auto;
    min-width: 426px;
    padding: 80px 0 130px;
    text-align: center;
    width: 55.46875%;
  }
}

@media only screen and (min-width: 1025px) {
  .c-banner-promo--two-image .c-banner-promo__content {
    min-width: 500px;
    padding: 100px 0 113px;
    width: 39.0625%;
  }
}

.c-banner-promo--two-image .c-banner-promo__button-container {
  align-items: center;
  display: flex;
  flex-direction: column;
}

@media only screen and (min-width: 768px) {
  .c-banner-promo--two-image .c-banner-promo__button-container {
    flex-direction: row;
    justify-content: center;
  }
}

.c-banner-promo--two-image .c-banner-promo__button:last-child {
  margin-top: 15px;
}

@media only screen and (min-width: 768px) {
  .c-banner-promo--two-image .c-banner-promo__button:last-child {
    margin-top: 30px;
    margin-left: 20px;
  }
}

.c-banner-section-heading__inner {
  border-top: 1px solid #e0e5e8;
  margin-left: auto;
  margin-right: auto;
  max-width: 1280px;
  padding-bottom: 30px;
  padding-top: 34px;
  text-align: center;
  width: 80%;
}

@media only screen and (min-width: 768px) {
  .c-banner-section-heading__inner {
    padding-bottom: 50px;
    padding-top: 50px;
    width: 65.1041666667%;
  }
}

@media only screen and (min-width: 1025px) {
  .c-banner-section-heading__inner {
    border-top: none;
    padding-bottom: 30px;
    padding-top: 90px;
    width: 100%;
  }
}

.c-banner-section-heading__subheader {
  padding-bottom: 20px;
  padding-top: 20px;
}

@media only screen and (min-width: 768px) {
  .c-banner-section-heading__subheader {
    padding-bottom: 23px;
    padding-top: 10px;
  }
}

.c-banner-section-heading__icon {
  font-size: 1.4285714286rem;
  color: #d3dfdd;
}

.c-banner-section-heading--no-diamond .c-banner-section-heading__icon {
  display: none;
}

.c-banner-simple-cta {
  box-sizing: content-box;
  height: 450px;
  padding: 70px 0;
  margin: 0 auto;
  max-width: 1180px;
  width: 100%;
}

@media only screen and (min-width: 768px) {
  .c-banner-simple-cta {
    height: 550px;
    padding: 70px 0;
    width: calc(100% - 80px);
  }
}

@media only screen and (min-width: 1025px) {
  .c-banner-simple-cta {
    padding: 60px 0;
    width: calc(100% - 100px);
  }
}

.c-banner-simple-cta__container {
  align-items: center;
  background: #d3d3d3;
  display: flex;
  flex-flow: row wrap;
  height: 100%;
  justify-content: stretch;
  overflow: hidden;
  position: relative;
  width: 100%;
}

.c-banner-simple-cta__bg-img-container {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

.c-banner-simple-cta__bg-img {
  bottom: 0;
  height: 100%;
  left: 0;
  opacity: 0;
  position: absolute;
  width: auto;
}

@media only screen and (min-width: 768px) {
  .c-banner-simple-cta__bg-img {
    bottom: -68px;
    left: -161px;
    opacity: 1;
  }
}

@media only screen and (min-width: 1025px) {
  .c-banner-simple-cta__bg-img {
    bottom: 0;
    left: 0;
  }
}

.c-banner-simple-cta__shadow {
  display: none;
  position: absolute;
  right: -55px;
  top: 250px;
}

@media only screen and (min-width: 768px) {
  .c-banner-simple-cta__shadow {
    display: block;
  }
}

@media only screen and (min-width: 1025px) {
  .c-banner-simple-cta__shadow {
    right: 0;
    top: 68px;
  }
}

.c-banner-simple-cta__overlay-container {
  bottom: 0px;
  left: 0px;
  overflow: hidden;
  position: absolute;
  right: 0px;
  top: 0px;
}

.c-banner-simple-cta__overlay-positioner {
  bottom: -1px;
  left: 50%;
  position: absolute;
  top: -1px;
  width: 1px;
}

.c-banner-simple-cta__overlay {
  background: rgba(255, 255, 255, 0.1);
  bottom: 0;
  left: 118px;
  position: absolute;
  top: 0;
  width: 100vw;
}

@media only screen and (min-width: 768px) {
  .c-banner-simple-cta__overlay {
    left: 174px;
  }
}

@media only screen and (min-width: 1025px) {
  .c-banner-simple-cta__overlay {
    left: 308px;
  }
}

.c-banner-simple-cta__overlay__svg-container {
  height: 100%;
  overflow: hidden;
  right: 100%;
  top: 0;
  position: absolute;
  width: 238px;
}

@media only screen and (min-width: 768px) {
  .c-banner-simple-cta__overlay__svg-container {
    width: 293px;
  }
}

.c-banner-simple-cta__overlay__svg {
  height: 100%;
  position: absolute;
  right: -1px;
  width: calc(100% + 1px);
}

.c-banner-simple-cta__caption-positioner {
  flex: 1 1 auto;
  padding: 40px 72px;
  position: relative;
  text-align: center;
}

.c-banner-simple-cta__eyebrow {
  font-size: 0.8571428571rem;
  color: #787b8a;
  font-weight: 400;
  letter-spacing: 2px;
  line-height: 17px;
  margin-bottom: 20px;
  text-transform: uppercase;
}

@media only screen and (min-width: 768px) {
  .c-banner-simple-cta__eyebrow {
    font-size: 1rem;
  }
}

@media only screen and (min-width: 768px) {
  .c-banner-simple-cta__eyebrow {
    margin-bottom: 30px;
  }
}

.c-banner-simple-cta__heading {
  margin-bottom: 30px;
  margin-left: auto;
  margin-right: auto;
  max-width: 500px;
}

@media only screen and (min-width: 768px) {
  .c-banner-simple-cta__heading {
    margin-bottom: 40px;
  }
}

.c-banner-simple-cta__buttons {
  padding-bottom: 40px;
}

.c-banner-simple-cta--harold .c-banner-simple-cta__container {
  background: #a8a8a8;
}

.c-banner-simple-cta--karen .c-banner-simple-cta__container {
  background: #bbd1cd;
}

@media only screen and (min-width: 768px) {
  .c-banner-simple-cta--karen .c-banner-simple-cta__bg-img {
    bottom: 0;
    height: 86%;
    left: -110px;
  }
}

@media only screen and (min-width: 1025px) {
  .c-banner-simple-cta--karen .c-banner-simple-cta__bg-img {
    bottom: 0;
    height: 100%;
    left: -20px;
  }
}

.c-banner-simple-cta--ava .c-banner-simple-cta__container {
  background: #efeff2;
}

.c-banner-simple-cta--ava .c-banner-simple-cta__overlay {
  background: rgba(179, 179, 179, 0.1);
}

@media only screen and (min-width: 768px) {
  .c-banner-simple-cta--ava .c-banner-simple-cta__bg-img {
    bottom: 0;
    height: 86%;
    left: 0;
  }
}

@media only screen and (min-width: 1025px) {
  .c-banner-simple-cta--ava .c-banner-simple-cta__bg-img {
    bottom: 0;
    height: 100%;
  }
}

@media only screen and (min-width: 768px) {
  .c-banner-simple-cta--ava .c-banner-simple-cta__caption-positioner {
    flex: none;
    margin-left: auto;
    margin-right: auto;
    width: 82.5581395349%;
  }
}

@media only screen and (min-width: 1025px) {
  .c-banner-simple-cta--ava .c-banner-simple-cta__caption-positioner {
    width: 55.0847457627%;
  }
}

.c-banner-simple-image-heading {
  height: 350px;
  overflow: hidden;
  position: relative;
}

@media only screen and (min-width: 768px) {
  .c-banner-simple-image-heading {
    height: 468px;
  }
}

@media only screen and (min-width: 1025px) {
  .c-banner-simple-image-heading {
    height: 400px;
  }
}

.c-banner-simple-image-heading__overlay-container {
  bottom: 0px;
  left: 0px;
  overflow: hidden;
  position: absolute;
  right: 0px;
  top: 0px;
}

.c-banner-simple-image-heading__overlay-positioner {
  bottom: -1px;
  left: 50%;
  position: absolute;
  top: -1px;
  width: 1px;
}

.c-banner-simple-image-heading__overlay {
  background: rgba(239, 239, 242, 0.1);
  bottom: 0;
  position: absolute;
  top: 0;
  width: 100vw;
  z-index: 1;
}

.c-banner-simple-image-heading__overlay--left {
  right: 18px;
}

@media only screen and (min-width: 768px) {
  .c-banner-simple-image-heading__overlay--left {
    right: 23px;
  }
}

@media only screen and (min-width: 1025px) {
  .c-banner-simple-image-heading__overlay--left {
    right: 20px;
  }
}

.c-banner-simple-image-heading__overlay--right {
  left: 287px;
}

@media only screen and (min-width: 768px) {
  .c-banner-simple-image-heading__overlay--right {
    left: 322px;
  }
}

@media only screen and (min-width: 1025px) {
  .c-banner-simple-image-heading__overlay--right {
    left: 240px;
  }
}

.c-banner-simple-image-heading__overlay__svg-container {
  height: 100%;
  overflow: hidden;
  top: 0;
  position: absolute;
}

.c-banner-simple-image-heading__overlay__svg-container--left {
  left: 100%;
  width: 91px;
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
  .c-banner-simple-image-heading__overlay__svg-container--left {
    width: 107px;
  }
}

.c-banner-simple-image-heading__overlay__svg {
  height: 100%;
  position: absolute;
  width: calc(100% + 1px);
}

.c-banner-simple-image-heading__overlay__svg--left {
  left: -1px;
}

.c-banner-simple-image-heading__heading-container {
  height: 100%;
  padding-top: 105px;
  position: relative;
}

@media only screen and (min-width: 768px) {
  .c-banner-simple-image-heading__heading-container {
    padding-top: 152px;
  }
}

.c-banner-simple-image-heading__heading-positioner {
  text-align: center;
  width: 100%;
}

.c-banner-simple-image-heading__eyebrow-container {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 59px;
}

@media only screen and (min-width: 768px) {
  .c-banner-simple-image-heading__eyebrow-container {
    top: 48px;
  }
}

@media only screen and (min-width: 1025px) {
  .c-banner-simple-image-heading__eyebrow-container {
    top: 43px;
  }
}

.c-banner-simple-image-heading__image {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

.c-banner-simple-image-heading__eyebrow {
  font-size: 7.1428571429rem;
  color: rgba(255, 255, 255, 0.2);
  line-height: 100px;
  position: relative;
  white-space: nowrap;
}

@media only screen and (min-width: 768px) {
  .c-banner-simple-image-heading__eyebrow {
    font-size: 10.7142857143rem;
  }
}

@media only screen and (min-width: 768px) {
  .c-banner-simple-image-heading__eyebrow {
    line-height: 181px;
  }
}

.c-banner-simple-image-heading__heading {
  color: #fff;
  line-height: 1.25em;
  margin: 0 auto;
  max-width: 375px;
  width: 100%;
}

@media only screen and (min-width: 768px) {
  .c-banner-simple-image-heading__heading {
    max-width: 400px;
  }
}

@media only screen and (min-width: 1025px) {
  .c-banner-simple-image-heading__heading {
    max-width: 650px;
  }
}

.c-banner-simple-page-heading {
  height: 100%;
  min-height: 350px;
  overflow: hidden;
  position: relative;
}

@media only screen and (min-width: 768px) {
  .c-banner-simple-page-heading {
    min-height: 468px;
  }
}

@media only screen and (min-width: 1025px) {
  .c-banner-simple-page-heading {
    min-height: 400px;
  }
}

.c-banner-simple-page-heading__overlay-container,
.c-banner-summary__overlay-container,
.c-banner-dual-callout__overlay-container {
  background: #15262e;
  bottom: 0px;
  left: 0px;
  overflow: hidden;
  position: absolute;
  right: 0px;
  top: 0px;
}

.c-banner-simple-page-heading__overlay-positioner,
.c-banner-summary__overlay-positioner,
.c-card-overview__overlay-positioner,
.c-banner-dual-callout__overlay-positioner,
.c-banner-mega-image-content__overlay-positioner {
  bottom: -1px;
  left: 50%;
  position: absolute;
  top: -1px;
  width: 1px;
}

.c-banner-simple-page-heading__overlay,
.c-banner-summary__overlay,
.c-banner-dual-callout__overlay {
  background: rgba(255, 255, 255, 0.03);
  bottom: 0;
  position: absolute;
  top: 0;
  width: 100vw;
}

.c-banner-simple-page-heading__overlay--left {
  right: 18px;
}

@media only screen and (min-width: 768px) {
  .c-banner-simple-page-heading__overlay--left {
    right: 23px;
  }
}

@media only screen and (min-width: 1025px) {
  .c-banner-simple-page-heading__overlay--left {
    right: 20px;
  }
}

.c-banner-simple-page-heading__overlay--right {
  left: 287px;
}

@media only screen and (min-width: 768px) {
  .c-banner-simple-page-heading__overlay--right {
    left: 322px;
  }
}

@media only screen and (min-width: 1025px) {
  .c-banner-simple-page-heading__overlay--right {
    left: 240px;
  }
}

.c-banner-simple-page-heading__overlay__svg-container,
.c-banner-summary__overlay__svg-container,
.c-banner-dual-callout__overlay__svg-container,
.c-banner-mega-image-content__overlay__svg-container {
  height: 100%;
  overflow: hidden;
  top: 0;
  position: absolute;
}

.c-banner-simple-page-heading__overlay__svg-container--left {
  left: 100%;
  width: 91px;
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
  .c-banner-simple-page-heading__overlay__svg-container--left {
    width: 107px;
  }
}

.c-banner-simple-page-heading__overlay__svg-container--right {
  right: 100%;
  width: 320px;
}

@media only screen and (min-width: 768px) {
  .c-banner-simple-page-heading__overlay__svg-container--right {
    width: 375px;
  }
}

@media only screen and (min-width: 1025px) {
  .c-banner-simple-page-heading__overlay__svg-container--right {
    width: 311px;
  }
}

.c-banner-simple-page-heading__overlay__svg,
.c-banner-summary__overlay__svg,
.c-banner-dual-callout__overlay__svg,
.c-banner-mega-image-content__overlay__svg {
  height: 100%;
  position: absolute;
  width: calc(100% + 1px);
}

.c-banner-simple-page-heading__overlay__svg--left {
  left: -1px;
}

.c-banner-simple-page-heading__overlay__svg--right {
  right: -1px;
}

.c-banner-simple-page-heading__heading-container {
  align-items: center;
  display: flex;
  flex-flow: column nowrap;
  height: 100%;
  justify-content: center;
  position: relative;
  min-height: 350px;
  overflow: hidden;
}

@media only screen and (min-width: 768px) {
  .c-banner-simple-page-heading__heading-container {
    min-height: 468px;
  }
}

@media only screen and (min-width: 1025px) {
  .c-banner-simple-page-heading__heading-container {
    min-height: 400px;
  }
}

.c-banner-simple-page-heading__heading-positioner {
  text-align: center;
  width: 100%;
  padding-bottom: 50px;
  padding-top: 50px;
}

@media only screen and (min-width: 768px) {
  .c-banner-simple-page-heading__heading-positioner {
    padding-bottom: 50px;
    padding-top: 50px;
  }
}

.c-banner-simple-page-heading__eyebrow-container {
  position: relative;
}

.c-banner-simple-page-heading__eyebrow {
  color: rgba(124, 153, 161, 0.2);
  font-size: 80px;
  line-height: 0.5em;
  margin-bottom: -20px;
  position: relative;
  white-space: nowrap;
}

@media only screen and (min-width: 375px) {
  .c-banner-simple-page-heading__eyebrow {
    font-size: 100px;
    margin-bottom: -25px;
  }
}

@media only screen and (min-width: 768px) {
  .c-banner-simple-page-heading__eyebrow {
    font-size: 150px;
    margin-bottom: -30px;
  }
}

@media only screen and (min-width: 1025px) {
  .c-banner-simple-page-heading__eyebrow {
    font-size: 150px;
    margin-bottom: -30px;
  }
}

.c-banner-simple-page-heading__heading {
  color: #fff;
  line-height: 1.25em;
  margin: 0 auto;
  max-width: 375px;
  padding: 0 20px;
  width: 100%;
}

@media only screen and (min-width: 768px) {
  .c-banner-simple-page-heading__heading {
    max-width: 400px;
  }
}

@media only screen and (min-width: 1025px) {
  .c-banner-simple-page-heading__heading {
    max-width: 650px;
  }
}

.c-banner-simple-page-heading__sub-heading {
  color: #7c99a1;
  margin: 0 auto;
  max-width: 375px;
  padding-top: 0.6em;
  width: 100%;
}

@media only screen and (min-width: 768px) {
  .c-banner-simple-page-heading__sub-heading {
    max-width: 400px;
  }
}

@media only screen and (min-width: 1025px) {
  .c-banner-simple-page-heading__sub-heading {
    max-width: 650px;
  }
}

.c-banner-simple-page-heading__eyebrow--blog-detail {
  font-family: "Poppins", sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 1.1428571429rem;
  color: #7c99a1;
  letter-spacing: 8px;
  line-height: 21px;
  margin-bottom: 8px;
  text-transform: uppercase;
}

@media only screen and (min-width: 768px) {
  .c-banner-simple-page-heading__eyebrow--blog-detail {
    font-size: 1.5rem;
  }
}

@media only screen and (min-width: 768px) {
  .c-banner-simple-page-heading__eyebrow--blog-detail {
    letter-spacing: 10px;
  }
}

.c-banner-simple-page-heading__back-container {
  left: 40px;
  top: 29px;
  position: absolute;
  z-index: 5;
}

@media only screen and (min-width: 768px) {
  .c-banner-simple-page-heading__back-container {
    top: 40px;
  }
}

@media only screen and (min-width: 1280px) {
  .c-banner-simple-page-heading__back-container {
    left: 104px;
  }
}

.c-banner-simple-page-heading__back-anchor {
  text-decoration: none;
}

.c-banner-simple-page-heading__back-arrow {
  display: inline-block;
}

@media only screen and (min-width: 768px) {
  .c-banner-simple-page-heading__back-arrow {
    margin-right: 20px;
  }
}

.c-banner-simple-page-heading__back-text {
  font-family: "Poppins", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 1rem;
  color: #7c99a1;
  display: none;
  letter-spacing: 1px;
  line-height: 16px;
}

@media only screen and (min-width: 768px) {
  .c-banner-simple-page-heading__back-text {
    display: inline;
  }
}

.c-banner-simple-page-heading--more-spacing .c-banner-simple-page-heading__heading {
  max-width: 375px;
}

@media only screen and (min-width: 768px) {
  .c-banner-simple-page-heading--more-spacing .c-banner-simple-page-heading__heading {
    max-width: 600px;
  }
}

@media only screen and (min-width: 1025px) {
  .c-banner-simple-page-heading--more-spacing .c-banner-simple-page-heading__heading {
    max-width: 850px;
  }
}

/*
STYLES FOR BANNER SOCIAL CALLOUT COMPONENT
.c-banner-social-callout

Description: A banner with a diagonal SVG overlaid on the background, an image on the left
  side (tablet & desktop only), a tagline, and 4 icons linking to RDI's social media pages:
  Facebook, Twitter, Instagram, and Pinterest.

Blade template file: /resources/views/components/banner/banner-social-callout.blade.php
*/

.c-banner-social-callout {
  background-color: #fafafa;
  margin: 0 auto;
  overflow: hidden;
  padding: 85px 40px 143px;
  position: relative;
}

@media only screen and (max-width: 767px) {
  .c-banner-social-callout {
    max-width: 688px;
  }
}

@media only screen and (min-width: 768px) {
  .c-banner-social-callout {
    padding: 130px 60px 201px;
    width: 89.5833333333%;
  }
}

@media only screen and (min-width: 1025px) {
  .c-banner-social-callout {
    max-width: 1180px;
    width: 92.1875%;
  }
}

@media only screen and (min-width: 1200px) {
  .c-banner-social-callout {
    padding: 150px 265px 191px;
  }
}

.c-banner-social-callout__background-image {
  display: none;
  bottom: 0;
  height: 100%;
  left: -128px;
  position: absolute;
  width: auto;
}

@media only screen and (min-width: 768px) {
  .c-banner-social-callout__background-image {
    display: block;
  }
}

@media only screen and (min-width: 1200px) {
  .c-banner-social-callout__background-image {
    left: 0;
  }
}

.c-banner-social-callout__overlay-container {
  bottom: 0;
  left: 0;
  overflow: hidden;
  position: absolute;
  right: 0;
  top: 0;
}

.c-banner-social-callout__overlay-positioner {
  height: 100%;
  left: 50%;
  position: absolute;
  width: 1px;
}

.c-banner-social-callout__overlay {
  bottom: 0;
  position: absolute;
  right: -235px;
  top: 0;
  width: 100vw;
}

.c-banner-social-callout__overlay__svg-container {
  background-color: rgba(168, 168, 168, 0.11);
  height: 100%;
  position: absolute;
  right: -112px;
  top: 0;
  width: 241px;
}

@media only screen and (min-width: 768px) {
  .c-banner-social-callout__overlay__svg-container {
    right: -292px;
    width: 300px;
  }
}

@media only screen and (min-width: 1025px) {
  .c-banner-social-callout__overlay__svg-container {
    right: -344px;
  }
}

@media only screen and (min-width: 1200px) {
  .c-banner-social-callout__overlay__svg-container {
    right: -467px;
  }
}

.c-banner-social-callout__overlay__svg {
  height: 100%;
  position: absolute;
  right: 241px;
  width: calc(100% + 1px);
}

@media only screen and (min-width: 768px) {
  .c-banner-social-callout__overlay__svg {
    right: 300px;
  }
}

.c-banner-social-callout__shadow-accent {
  position: absolute;
  right: -79px;
  top: 60px;
  width: 168px;
}

@media only screen and (min-width: 768px) {
  .c-banner-social-callout__shadow-accent {
    right: -13px;
    top: 77px;
    width: 205px;
  }
}

.c-banner-social-callout__inner {
  position: relative;
  text-align: center;
}

.c-banner-social-callout__eyebrow {
  color: #5e6572;
  line-height: 17px;
  margin-bottom: 20px;
}

@media only screen and (min-width: 768px) {
  .c-banner-social-callout__eyebrow {
    margin-bottom: 30px;
  }
}

.c-banner-social-callout__headline {
  color: #15262e;
  margin-bottom: 40px;
}

@media only screen and (min-width: 768px) {
  .c-banner-social-callout__headline {
    margin-bottom: 50px;
  }
}

.c-banner-social-callout__icons__container {
  font-size: 0;
  text-align: center;
}

.c-banner-social-callout__icons__link {
  display: inline-block;
  margin-left: 40px;
  text-decoration: none;
}

.c-banner-social-callout__icons__link:first-child {
  margin-left: 0;
}

@media only screen and (max-width: 374px) {
  .c-banner-social-callout__icons__link {
    margin-left: 22px;
  }
}

@media only screen and (min-width: 768px) {
  .c-banner-social-callout__icons__link {
    margin-left: 60px;
  }
}

.c-banner-social-callout__icons__img {
  width: 43px;
}

@media only screen and (min-width: 768px) {
  .c-banner-social-callout__icons__img {
    width: 54px;
  }
}

.c-banner-social-callout--shorter-mobile {
  background-color: #efeff2;
}

@media only screen and (max-width: 767px) {
  .c-banner-social-callout--shorter-mobile {
    padding-bottom: 80px;
  }
}

.c-banner-social-callout--image-shift {
  background-color: #efeff2;
}

@media only screen and (max-width: 767px) {
  .c-banner-social-callout--image-shift {
    padding-bottom: 80px;
  }
}

@media only screen and (min-width: 768px) {
  .c-banner-social-callout--image-shift .c-banner-social-callout__background-image {
    display: block;
    height: 402px;
    left: 0;
    width: auto;
  }
}

@media only screen and (min-width: 1200px) {
  .c-banner-social-callout--image-shift .c-banner-social-callout__background-image {
    height: 100%;
  }
}

.c-banner-summary__container {
  background-color: #15262e;
  overflow: hidden;
  padding: 60px 40px 159px;
  position: relative;
  text-align: center;
}

@media only screen and (min-width: 768px) {
  .c-banner-summary__container {
    padding: 75px 100px 286px;
  }
}

@media only screen and (min-width: 1025px) {
  .c-banner-summary__container {
    padding-left: 0;
    padding-right: 0;
  }
}

.c-banner-summary__content {
  margin-left: auto;
  margin-right: auto;
  max-width: 600px;
  position: relative;
}

.c-banner-summary__overlay--left {
  right: 176px;
}

.c-banner-summary__overlay--right {
  left: 164px;
}

.c-banner-summary__overlay__svg-container--left {
  left: 100%;
  width: 375px;
}

.c-banner-summary__overlay__svg-container--right {
  right: 100%;
  width: 390px;
}

.c-banner-summary__overlay__svg--left {
  left: -1px;
}

.c-banner-summary__overlay__svg--right {
  right: -1px;
}

.c-banner-summary__icon,
.c-cardlist-circle-image-condensed__banner-icon {
  color: #d3dfdd;
}

.c-banner-summary__heading {
  color: #fff;
  padding-top: 40px;
}

.c-banner-summary__subheading {
  font-family: "beyond_infinityregular";
  font-style: normal;
  font-weight: 400;
  font-size: 3.4285714286rem;
  color: #7c99a1;
  line-height: 48px;
  padding-top: 40px;
}

@media only screen and (min-width: 768px) {
  .c-banner-summary__subheading {
    font-size: 4.8571428571rem;
  }
}

@media only screen and (min-width: 768px) {
  .c-banner-summary__subheading {
    line-height: 56px;
  }
}

.c-banner-summary__copy {
  color: #fff;
  padding-top: 15px;
}

.c-banner-summary--condensed .c-banner-summary__container {
  padding-bottom: 70px;
  padding-top: 55px;
}

@media only screen and (min-width: 768px) {
  .c-banner-summary--condensed .c-banner-summary__container {
    padding-bottom: 90px;
    padding-top: 85px;
  }
}

.c-banner-summary--condensed .c-banner-summary__icon,
.c-banner-summary--condensed .c-cardlist-circle-image-condensed__banner-icon {
  display: none;
}

.c-banner-summary--condensed .c-banner-summary__heading {
  padding-top: 0;
}

.c-banner-summary--condensed .c-banner-summary__overlay--left {
  right: 144px;
}

.c-banner-summary--condensed .c-banner-summary__overlay--right {
  left: 144px;
}

@media only screen and (min-width: 768px) {
  .c-banner-summary--condensed .c-banner-summary__overlay--right {
    left: 120px;
  }
}

.c-banner-summary--condensed .c-banner-summary__overlay__svg-container--left {
  width: 254px;
}

@media only screen and (min-width: 768px) {
  .c-banner-summary--condensed .c-banner-summary__overlay__svg-container--left {
    width: 257px;
  }
}

.c-banner-summary--condensed .c-banner-summary__overlay__svg-container--right {
  width: 295px;
}

@media only screen and (min-width: 768px) {
  .c-banner-summary--condensed .c-banner-summary__overlay__svg-container--right {
    width: 221px;
  }
}

.c-banner-staggered {
  position: relative;
}

.c-banner-staggered__inner {
  position: relative;
}

@media only screen and (min-width: 1025px) {
  .c-banner-staggered__inner {
    display: flex;
    margin-left: auto;
    margin-right: auto;
    max-width: 1280px;
    margin-top: -50px;
    padding-left: 5.3125%;
    padding-right: 5.3125%;
  }
}

@media only screen and (min-width: 1280px) {
  .c-banner-staggered__inner {
    padding-left: 68px;
    padding-right: 68px;
  }
}

.c-banner-staggered__card {
  padding-bottom: 40px;
  position: relative;
}

@media only screen and (min-width: 768px) {
  .c-banner-staggered__card {
    padding-bottom: 60px;
  }
}

@media only screen and (min-width: 1025px) {
  .c-banner-staggered__card {
    width: 50%;
  }

  .c-banner-staggered__card:nth-child(odd) {
    margin-right: 25px;
    padding-left: 1.9230769231%;
  }

  .c-banner-staggered__card:nth-child(even) {
    margin-left: 25px;
    margin-top: 108px;
    padding-right: 1.9230769231%;
  }
}

@media only screen and (min-width: 1025px) and (min-width: 1280px) {
  .c-banner-staggered__card:nth-child(odd) {
    padding-left: 22px;
  }

  .c-banner-staggered__card:nth-child(even) {
    padding-right: 22px;
  }
}

.c-banner-staggered__heading {
  color: #efeff2;
  position: absolute;
  left: -20px;
  top: 0;
  z-index: 1;
}

@media only screen and (min-width: 768px) {
  .c-banner-staggered__heading {
    left: 8px;
  }
}

@media only screen and (min-width: 1025px) {
  .c-banner-staggered__heading {
    left: 0;
  }
}

.c-banner-staggered__subheading {
  padding-left: 40px;
  padding-right: 20px;
  padding-top: 50px;
  position: relative;
  z-index: 1;
}

@media only screen and (min-width: 768px) {
  .c-banner-staggered__subheading {
    padding-left: 9.1145833333%;
    padding-right: 0;
    padding-top: 130px;
    width: 77.8645833333%;
  }
}

@media only screen and (min-width: 1025px) {
  .c-banner-staggered__subheading {
    padding-left: 7.5757575758%;
    width: 100%;
  }
}

.c-banner-staggered__copy {
  position: relative;
  padding: 10px 20px 40px 40px;
  z-index: 1;
}

@media only screen and (min-width: 768px) {
  .c-banner-staggered__copy {
    padding-bottom: 70px;
    padding-left: 9.1145833333%;
    padding-right: 0;
    width: 80.7291666667%;
  }
}

@media only screen and (min-width: 1025px) {
  .c-banner-staggered__copy {
    padding-left: 7.5757575758%;
    width: 100%;
  }
}

.c-banner-staggered__image-container {
  padding-left: 40px;
  padding-right: 40px;
}

@media only screen and (min-width: 768px) {
  .c-banner-staggered__image-container {
    padding-left: 9.1145833333%;
    padding-right: 13.0208333333%;
  }
}

@media only screen and (min-width: 1025px) {
  .c-banner-staggered__image-container {
    padding-left: 0;
    padding-right: 0;
  }
}

.c-banner-staggered__image-area {
  padding-top: 82.7118644068%;
  position: relative;
}

.c-banner-staggered__image {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

/*
STYLES FOR BANNER TESTIMONIAL
.c-banner-testimonial

Description: A testimonial banner with a quotation mark accent, background w/ diagonal SVG overlay, and optional
  portrait photo. The background has a overlaid SVG diagonal.

Modifiers/States:
  * --no-background: testimonial content and styling but with no background color/diagonal

Blade template file: /resources/views/components/banner/banner-testimonial.blade.php
*/

.c-banner-testimonial {
  background-color: #e0e5e8;
  overflow-y: visible;
  position: relative;
}

.c-banner-testimonial__container {
  position: relative;
}

.c-banner-testimonial__overlay-container {
  position: relative;
  overflow: hidden;
}

.c-banner-testimonial__card-overlay {
  background: rgba(255, 255, 255, 0.2);
  height: 100%;
  position: absolute;
  width: 85px;
}

.c-banner-testimonial__card-overlay__svg-container {
  bottom: 0;
  position: absolute;
  overflow: hidden;
  top: 0;
}

.c-banner-testimonial__card-overlay__svg {
  height: calc(100% + 2px);
  position: absolute;
  top: -1px;
  width: calc(100% + 1px);
}

.c-banner-testimonial__card-overlay--left {
  left: -208px;
  top: 0;
  width: 0;
}

@media only screen and (min-width: 768px) {
  .c-banner-testimonial__card-overlay--left {
    left: -75px;
  }
}

@media only screen and (min-width: 1025px) {
  .c-banner-testimonial__card-overlay--left {
    left: 0;
    width: 90px;
  }
}

.c-banner-testimonial__card-overlay--left .c-banner-testimonial__card-overlay__svg-container {
  left: 100%;
  transform: scaleX(-1) scaleY(-1);
  width: 268px;
}

@media only screen and (min-width: 1025px) {
  .c-banner-testimonial__card-overlay--left .c-banner-testimonial__card-overlay__svg-container {
    width: 240px;
  }
}

.c-banner-testimonial__card-overlay--right {
  bottom: 0;
  right: -208px;
  width: 0;
}

@media only screen and (min-width: 768px) {
  .c-banner-testimonial__card-overlay--right {
    width: 143px;
  }
}

@media only screen and (min-width: 1025px) {
  .c-banner-testimonial__card-overlay--right {
    right: 0;
    width: 90px;
  }
}

.c-banner-testimonial__card-overlay--right .c-banner-testimonial__card-overlay__svg-container {
  right: 100%;
  width: 268px;
}

@media only screen and (min-width: 1025px) {
  .c-banner-testimonial__card-overlay--right .c-banner-testimonial__card-overlay__svg-container {
    width: 240px;
  }
}

.c-banner-testimonial__inner {
  padding: 80px 0;
  position: relative;
  z-index: 1;
}

@media only screen and (min-width: 768px) {
  .c-banner-testimonial__inner {
    padding: 100px 60px;
  }
}

@media only screen and (min-width: 1025px) {
  .c-banner-testimonial__inner {
    padding-left: 18.75%;
    padding-right: 18.75%;
  }
}

.c-banner-testimonial__icon {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  height: auto;
  top: 50px;
  width: 100px;
  z-index: 1;
}

@media only screen and (min-width: 768px) {
  .c-banner-testimonial__icon {
    top: 70px;
  }
}

.c-banner-testimonial__title {
  position: relative;
  text-align: center;
  z-index: 2;
}

.c-banner-testimonial__copy {
  margin-top: 40px;
  text-align: center;
}

.c-banner-testimonial__signature {
  color: #7c99a1;
  margin-top: 30px;
  text-align: center;
}

.c-banner-testimonial__portrait-mobile {
  border-radius: 50%;
  margin: 30px auto 20px;
  width: 100px;
}

@media only screen and (min-width: 768px) {
  .c-banner-testimonial__portrait-mobile {
    display: none;
  }
}

.c-banner-testimonial__portrait {
  border-radius: 50%;
  bottom: -20px;
  left: 6.640625%;
  margin: 0;
  position: absolute;
  width: 150px;
  z-index: 5;
}

@media only screen and (max-width: 767px) {
  .c-banner-testimonial__portrait {
    display: none;
  }
}

@media only screen and (min-width: 1025px) {
  .c-banner-testimonial__portrait {
    left: 19.512195122%;
  }
}

@media only screen and (min-width: 1280px) {
  .c-banner-testimonial__portrait {
    left: 23.984375%;
  }
}

.c-banner-testimonial__position {
  font-family: "Poppins", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 0.8571428571rem;
  color: #7c99a1;
  letter-spacing: 1.5px;
  line-height: 16px;
  text-align: center;
}

.c-banner-testimonial__overlay {
  height: 549px;
  position: absolute;
  width: 100%;
}

@media only screen and (min-width: 768px) {
  .c-banner-testimonial__overlay {
    height: 100%;
    width: auto;
  }
}

.c-banner-testimonial__overlay--left {
  left: 0;
  top: 0;
  margin-left: -316px;
}

@media only screen and (min-width: 768px) {
  .c-banner-testimonial__overlay--left {
    margin-left: -155px;
  }
}

@media only screen and (min-width: 1025px) {
  .c-banner-testimonial__overlay--left {
    margin-left: 0;
  }
}

.c-banner-testimonial__overlay--right {
  bottom: 0;
  right: 0;
  margin-right: -316px;
}

@media only screen and (min-width: 768px) {
  .c-banner-testimonial__overlay--right {
    margin-right: -155px;
  }
}

@media only screen and (min-width: 1025px) {
  .c-banner-testimonial__overlay--right {
    margin-right: 0;
  }
}

.c-banner-testimonial--no-background {
  background-color: #fff;
}

.c-banner-testimonial--no-background .c-banner-testimonial__overlay {
  display: none;
}

.c-banner-thank-you {
  background: #f8f8f8;
  padding: 50px 0;
}

.c-banner-thank-you__container,
.c-banner-missing__container {
  align-items: center;
  display: flex;
  flex-flow: row wrap;
  height: 550px;
  margin: 0 auto;
  overflow: hidden;
  position: relative;
  width: 100%;
}

@media only screen and (min-width: 768px) {
  .c-banner-thank-you__container,
  .c-banner-missing__container {
    height: 700px;
    width: calc(100% - 80px);
  }
}

@media only screen and (min-width: 1025px) {
  .c-banner-thank-you__container,
  .c-banner-missing__container {
    max-width: 1180px;
    width: calc(100% - 100px);
  }
}

.c-banner-thank-you__img,
.c-banner-missing__img {
  height: 100%;
  left: 0px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% bottom;
     object-position: 50% bottom;
  position: absolute;
  top: 0px;
  width: 100%;
}

.c-banner-thank-you__overlay-container,
.c-banner-missing__overlay-container {
  bottom: 0px;
  left: 0px;
  overflow: hidden;
  position: absolute;
  right: 0px;
  top: 0px;
}

.c-banner-thank-you__overlay-positioner,
.c-banner-missing__overlay-positioner {
  bottom: -1px;
  left: 50%;
  position: absolute;
  top: -1px;
  width: 1px;
}

.c-banner-thank-you__overlay {
  background: rgba(255, 255, 255, 0.25);
  bottom: 0;
  right: 120px;
  position: absolute;
  top: 0;
  width: 100vw;
}

@media only screen and (min-width: 768px) {
  .c-banner-thank-you__overlay {
    right: 220px;
  }
}

@media only screen and (min-width: 1025px) {
  .c-banner-thank-you__overlay {
    right: 370px;
  }
}

.c-banner-thank-you__overlay__svg-container,
.c-banner-missing__overlay__svg-container {
  height: 100%;
  overflow: hidden;
  left: 100%;
  top: 0;
  position: absolute;
  width: 122px;
}

@media only screen and (min-width: 768px) {
  .c-banner-thank-you__overlay__svg-container,
  .c-banner-missing__overlay__svg-container {
    width: 160px;
  }
}

.c-banner-thank-you__overlay__svg,
.c-banner-missing__overlay__svg {
  height: 100%;
  position: absolute;
  left: -1px;
  width: calc(100% + 1px);
}

.c-banner-thank-you__content {
  padding: 40px;
  position: relative;
  text-align: center;
  width: 100%;
}

.c-banner-thank-you__content__heading-text {
  color: rgba(124, 153, 161, 0.2);
  font-size: 75px;
  line-height: 0.5em;
  margin-bottom: -15px;
  margin-left: -20px;
  margin-right: -20px;
}

@media only screen and (min-width: 375px) {
  .c-banner-thank-you__content__heading-text {
    font-size: 100px;
    margin-bottom: -25px;
  }
}

@media only screen and (min-width: 768px) {
  .c-banner-thank-you__content__heading-text {
    font-size: 150px;
    margin-bottom: -35px;
  }
}

.c-banner-thank-you__content__heading-message {
  padding-bottom: 30px;
}

.c-banner-thank-you__buttons {
  padding-bottom: 125px;
}

@media only screen and (min-width: 768px) {
  .c-banner-thank-you__buttons {
    padding-bottom: 190px;
  }
}

@media only screen and (min-width: 1025px) {
  .c-banner-thank-you__buttons {
    padding-bottom: 260px;
  }
}

.c-banner-two-cards__container {
  padding: 0;
}

.c-banner-two-cards__content {
  overflow: hidden;
  position: relative;
}

@media only screen and (min-width: 1025px) {
  .c-banner-two-cards__content {
    display: flex;
    height: 100%;
    margin: 0 auto;
  }
}

.c-banner-two-cards__primary {
  background-color: #fafafa;
}

@media only screen and (min-width: 1025px) {
  .c-banner-two-cards__primary {
    display: inline-block;
    width: 60.9375%;
  }
}

@media only screen and (min-width: 1280px) {
  .c-banner-two-cards__primary {
    width: calc(50% + 140px);
  }
}

.c-banner-two-cards__primary__content {
  padding: 60px 40px 100px;
}

@media only screen and (min-width: 768px) {
  .c-banner-two-cards__primary__content {
    box-sizing: content-box;
    padding: 60px 70px 100px;
    width: 510px;
  }
}

@media only screen and (min-width: 1025px) {
  .c-banner-two-cards__primary__content {
    margin-left: auto;
    margin-right: 17.9487179487%;
    padding: 130px 0 310px;
    width: 65.3846153846%;
  }
}

@media only screen and (min-width: 1280px) {
  .c-banner-two-cards__primary__content {
    margin-right: 140px;
    width: 510px;
  }
}

.c-banner-two-cards__heading {
  font-family: "freight-big-pro", serif;
  font-style: normal;
  font-weight: 300;
  color: #15262e;
}

.c-banner-two-cards__subheading {
  font-family: "Poppins", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 1.2857142857rem;
  letter-spacing: 0.5px;
  line-height: 26px;
  padding: 25px 0 15px;
}

@media only screen and (min-width: 768px) {
  .c-banner-two-cards__subheading {
    font-size: 1.5rem;
  }
}

@media only screen and (min-width: 768px) {
  .c-banner-two-cards__subheading {
    line-height: 32px;
  }
}

.c-banner-two-cards__cta {
  margin-top: 30px;
}

@media only screen and (min-width: 768px) {
  .c-banner-two-cards__cta {
    margin-top: 40px;
  }
}

.c-banner-two-cards__cta .c-button-link {
  width: 153px;
}

.c-banner-two-cards__button {
  display: block;
}

@media only screen and (min-width: 768px) {
  .c-banner-two-cards__button {
    display: inline-block;
  }
}

.c-banner-two-cards__button:first-child {
  margin-bottom: 30px;
  width: 150px;
}

@media only screen and (min-width: 768px) {
  .c-banner-two-cards__button:first-child {
    margin-bottom: 0;
    margin-right: 40px;
    width: 162px;
  }
}

@media only screen and (min-width: 1025px) {
  .c-banner-two-cards__secondary {
    display: inline-block;
    max-width: 500px;
    position: relative;
    width: 39.0625%;
  }
}

@media only screen and (min-width: 1280px) {
  .c-banner-two-cards__secondary {
    width: auto;
    max-width: none;
  }
}

.c-banner-two-cards__secondary__content {
  padding: 60px 0 75px;
}

@media only screen and (min-width: 1025px) {
  .c-banner-two-cards__secondary__content {
    margin-left: 10%;
    padding: 160px 0 75px;
    width: 60%;
  }
}

@media only screen and (min-width: 1280px) {
  .c-banner-two-cards__secondary__content {
    margin-left: 50px;
    width: 300px;
  }
}

.c-banner-two-cards__secondary__heading {
  display: none;
}

.c-banner-two-cards__secondary__script {
  color: #7c99a1;
  padding: 16px 0 0;
  text-align: center;
}

.c-banner-two-cards__secondary__accent-image {
  position: absolute;
  right: -98px;
  top: 20px;
  width: 179px;
}

@media only screen and (min-width: 768px) {
  .c-banner-two-cards__secondary__accent-image {
    width: 238px;
  }
}

@media only screen and (min-width: 1280px) {
  .c-banner-two-cards__secondary__accent-image {
    right: -248px;
  }
}

.c-banner-two-cards__list {
  list-style-type: none;
  text-align: center;
}

.c-banner-two-cards__list-item {
  color: #15262e;
  margin: auto;
  padding: 5px 40px 20px;
}

@media only screen and (min-width: 1025px) {
  .c-banner-two-cards__list-item {
    padding-left: 0;
    padding-right: 0;
  }
}

.c-banner-two-cards__list-item-copy {
  font-size: inherit;
  font-weight: normal;
}

.c-banner-two-cards__divider-line {
  position: relative;
}

.c-banner-two-cards__divider-line::after {
  background-color: #d3dfdd;
  height: 2px;
  left: 0%;
  opacity: 1;
  transform: translateX(-50%);
  width: 40px;
}

.c-banner-two-cards--image {
  position: relative;
}

@media only screen and (min-width: 1025px) {
  .c-banner-two-cards--image .c-banner-two-cards__content {
    height: 100%;
  }
}

.c-banner-two-cards--image .c-banner-two-cards__heading {
  color: #efeff2;
  margin-left: -14px;
  left: 0;
  position: absolute;
  top: 40px;
}

@media only screen and (min-width: 768px) {
  .c-banner-two-cards--image .c-banner-two-cards__heading {
    margin-left: 8px;
    top: 42px;
  }
}

@media only screen and (min-width: 1025px) {
  .c-banner-two-cards--image .c-banner-two-cards__heading {
    position: relative;
    top: 0;
  }
}

.c-banner-two-cards--image .c-banner-two-cards__subheading {
  position: relative;
  padding-top: 30px;
  z-index: 2;
}

@media only screen and (min-width: 1025px) {
  .c-banner-two-cards--image .c-banner-two-cards__subheading {
    margin-top: -50px;
    padding-top: 0;
  }
}

.c-banner-two-cards--image .c-banner-two-cards__button:first-child {
  margin-bottom: 20px;
  width: 207px;
}

.c-banner-two-cards--image .c-banner-two-cards__primary {
  height: 100%;
  position: relative;
}

.c-banner-two-cards--image .c-banner-two-cards__primary__content {
  position: relative;
  z-index: 1;
}

@media only screen and (min-width: 768px) {
  .c-banner-two-cards--image .c-banner-two-cards__primary__content {
    padding-top: 142px;
    width: 550px;
  }
}

@media only screen and (min-width: 1025px) {
  .c-banner-two-cards--image .c-banner-two-cards__primary__content {
    margin-right: 162px;
    padding-bottom: 255px;
    padding-top: 42px;
  }
}

@media only screen and (min-width: 1025px) {
  .c-banner-two-cards--image .c-banner-two-cards__copy,
  .c-banner-two-cards--image .c-banner-two-cards__cta,
  .c-banner-two-cards--image .c-banner-two-cards__subheading {
    padding-left: 62px;
  }
}

.c-banner-two-cards--image .c-banner-two-cards__primary__accent-image {
  bottom: -116px;
  margin-right: -113px;
  position: absolute;
  right: 0;
  width: 338px;
}

@media only screen and (min-width: 768px) {
  .c-banner-two-cards--image .c-banner-two-cards__primary__accent-image {
    width: 449px;
  }
}

@media only screen and (min-width: 1025px) {
  .c-banner-two-cards--image .c-banner-two-cards__primary__accent-image {
    bottom: 75px;
    margin-right: -84px;
  }
}

.c-banner-two-cards--image .c-banner-two-cards__secondary {
  position: relative;
}

.c-banner-two-cards--image .c-banner-two-cards__secondary__content {
  padding: 70px 40px 40px;
}

@media only screen and (min-width: 768px) {
  .c-banner-two-cards--image .c-banner-two-cards__secondary__content {
    padding-bottom: 60px;
  }
}

@media only screen and (min-width: 1025px) {
  .c-banner-two-cards--image .c-banner-two-cards__secondary__content {
    padding: 150px 0 191px;
  }
}

.c-banner-two-cards--image .c-banner-two-cards__secondary__heading {
  display: none;
}

.c-banner-two-cards--image .c-banner-two-cards__list {
  padding-top: 86px;
}

@media only screen and (min-width: 768px) {
  .c-banner-two-cards--image .c-banner-two-cards__list {
    padding-top: 0;
  }
}

.c-banner-two-cards--image .c-banner-two-cards__secondary__accent-image {
  top: 70px;
}

@media only screen and (min-width: 768px) {
  .c-banner-two-cards--image .c-banner-two-cards__secondary__accent-image {
    top: 100px;
  }
}

.c-banner-two-cards--list-heading {
  position: relative;
}

@media only screen and (min-width: 1025px) {
  .c-banner-two-cards--list-heading .c-banner-two-cards__content {
    height: 100%;
  }
}

.c-banner-two-cards--list-heading .c-banner-two-cards__heading {
  color: #efeff2;
  margin-left: -14px;
  left: 0;
  position: absolute;
  top: 40px;
}

@media only screen and (min-width: 768px) {
  .c-banner-two-cards--list-heading .c-banner-two-cards__heading {
    margin-left: 4.9479166667%;
    top: 50px;
  }
}

@media only screen and (min-width: 1025px) {
  .c-banner-two-cards--list-heading .c-banner-two-cards__heading {
    margin-left: 0;
    position: relative;
    top: 0;
  }
}

.c-banner-two-cards--list-heading .c-banner-two-cards__subheading {
  position: relative;
  padding-top: 40px;
  z-index: 2;
}

@media only screen and (min-width: 1025px) {
  .c-banner-two-cards--list-heading .c-banner-two-cards__subheading {
    margin-top: -50px;
    padding-top: 0;
  }
}

.c-banner-two-cards--list-heading .c-banner-two-cards__button:first-child {
  margin-bottom: 20px;
  width: 207px;
}

.c-banner-two-cards--list-heading .c-banner-two-cards__primary {
  position: relative;
}

.c-banner-two-cards--list-heading .c-banner-two-cards__primary__content {
  padding-bottom: 50px;
  padding-left: 10.6666666667%;
  padding-right: 5.3333333333%;
}

@media only screen and (min-width: 768px) {
  .c-banner-two-cards--list-heading .c-banner-two-cards__primary__content {
    padding-bottom: 65px;
    padding-left: 13.0208333333%;
    padding-top: 140px;
    width: 550px;
  }
}

@media only screen and (min-width: 1025px) {
  .c-banner-two-cards--list-heading .c-banner-two-cards__primary__content {
    margin-right: 162px;
    max-width: 572px;
    padding-left: 8.7179487179%;
    padding-top: 70px;
    width: 73.3333333333%;
  }
}

@media only screen and (min-width: 1025px) {
  .c-banner-two-cards--list-heading .c-banner-two-cards__copy,
  .c-banner-two-cards--list-heading .c-banner-two-cards__cta,
  .c-banner-two-cards--list-heading .c-banner-two-cards__subheading {
    padding-left: 62px;
  }
}

.c-banner-two-cards--list-heading .c-banner-two-cards__primary__accent-image {
  display: none;
}

.c-banner-two-cards--list-heading .c-banner-two-cards__secondary {
  position: relative;
}

.c-banner-two-cards--list-heading .c-banner-two-cards__secondary__heading {
  display: block;
  position: relative;
}

.c-banner-two-cards--list-heading .c-banner-two-cards__secondary__content {
  padding: 60px 40px 35px;
}

@media only screen and (min-width: 768px) {
  .c-banner-two-cards--list-heading .c-banner-two-cards__secondary__content {
    padding-bottom: 50px;
    padding-top: 80px;
  }
}

@media only screen and (min-width: 1025px) {
  .c-banner-two-cards--list-heading .c-banner-two-cards__secondary__content {
    padding: 150px 0 191px;
  }
}

.c-banner-two-cards--list-heading .c-banner-two-cards__secondary__heading {
  color: #7c99a1;
  text-align: center;
}

@media only screen and (min-width: 768px) {
  .c-banner-two-cards--list-heading .c-banner-two-cards__list {
    padding-top: 0;
  }
}

.c-banner-two-cards--list-heading .c-banner-two-cards__secondary__accent-image {
  top: 70px;
}

@media only screen and (min-width: 768px) {
  .c-banner-two-cards--list-heading .c-banner-two-cards__secondary__accent-image {
    top: 100px;
  }
}

.c-banner-two-cards--condensed-padding .c-banner-two-cards__button:first-child {
  margin-bottom: 0;
}

@media only screen and (min-width: 768px) {
  .c-banner-two-cards--condensed-padding .c-banner-two-cards__primary__content {
    padding-bottom: 130px;
  }
}

@media only screen and (min-width: 1025px) {
  .c-banner-two-cards--condensed-padding .c-banner-two-cards__primary__content {
    padding-bottom: 117px;
    padding-top: 120px;
  }
}

.c-banner-two-cards--condensed-padding .c-banner-two-cards__secondary__content {
  padding-bottom: 30px;
}

@media only screen and (min-width: 768px) {
  .c-banner-two-cards--condensed-padding .c-banner-two-cards__secondary__content {
    padding-bottom: 40px;
  }
}

@media only screen and (min-width: 1025px) {
  .c-banner-two-cards--condensed-padding .c-banner-two-cards__secondary__content {
    padding-bottom: 0;
  }
}

/*
STYLES FOR BANNER TWO COLUMN
.c-banner-two-column

Description: Two column banner at desktop size. Stacks vertically on mobile & tablet. The left column/top serves as
  an intro into the content in the right column/bottom.

Blade template file: /resources/views/components/banner/banner-two-column.blade.php
*/

.c-banner-two-column {
  margin: 50px 0 80px;
}

@media only screen and (min-width: 768px) {
  .c-banner-two-column {
    margin: 60px 0 120px;
  }
}

@media only screen and (min-width: 1025px) {
  .c-banner-two-column {
    display: flex;
    justify-content: center;
    margin: 100px auto 100px;
    max-width: 1280px;
    width: 100%;
  }
}

.c-banner-two-column__intro-section {
  padding-bottom: 40px;
  position: relative;
}

@media only screen and (min-width: 768px) {
  .c-banner-two-column__intro-section {
    padding-bottom: 60px;
  }
}

@media only screen and (max-width: 1024px) {
  .c-banner-two-column__intro-section {
    width: 100%;
  }
}

@media only screen and (min-width: 1025px) {
  .c-banner-two-column__intro-section {
    margin-right: 100px;
  }
}

@media only screen and (min-width: 1200px) {
  .c-banner-two-column__intro-section {
    margin-right: 125px;
  }
}

@media only screen and (min-width: 1280px) {
  .c-banner-two-column__intro-section {
    margin-right: 150px;
  }
}

.c-banner-two-column__intro-section__inner {
  padding-left: 35px;
}

@media only screen and (min-width: 768px) {
  .c-banner-two-column__intro-section__inner {
    padding-left: 70px;
  }
}

@media only screen and (min-width: 1025px) {
  .c-banner-two-column__intro-section__inner {
    padding-left: 85px;
  }
}

.c-banner-two-column__title {
  color: #15262e;
  padding-bottom: 20px;
}

.c-banner-two-column__subtitle {
  color: #7c99a1;
  padding-bottom: 50px;
}

@media only screen and (min-width: 768px) {
  .c-banner-two-column__subtitle {
    padding-bottom: 80px;
  }
}

@media only screen and (min-width: 1025px) {
  .c-banner-two-column__subtitle {
    padding-bottom: 90px;
  }
}

.c-banner-two-column__intro-image {
  left: 0;
  position: relative;
  width: 84%;
}

@media only screen and (min-width: 768px) {
  .c-banner-two-column__intro-image {
    width: 476px;
  }
}

.c-banner-two-column__content-section {
  color: #15262e;
  margin: 0 20px 0 40px;
}

@media only screen and (min-width: 768px) {
  .c-banner-two-column__content-section {
    margin-left: 70px;
    margin-right: 148px;
  }
}

@media only screen and (min-width: 1025px) {
  .c-banner-two-column__content-section {
    margin-left: 0;
    margin-right: 40px;
  }
}

@media only screen and (min-width: 1200px) {
  .c-banner-two-column__content-section {
    margin-right: 70px;
  }
}

@media only screen and (min-width: 1280px) {
  .c-banner-two-column__content-section {
    margin-right: 90px;
  }
}

.c-banner-two-column__headline {
  padding-bottom: 10px;
}

@media only screen and (min-width: 768px) {
  .c-banner-two-column__headline {
    padding-bottom: 15px;
  }
}

.c-banner-two-column__button-link {
  margin-top: 30px;
}

.c-compare-card-carousel {
  position: relative;
}

.c-compare-card-carousel__container {
  background-color: #fafafa;
  position: relative;
}

.c-compare-card-carousel__inner {
  padding-bottom: 120px;
  position: relative;
}

@media only screen and (min-width: 768px) {
  .c-compare-card-carousel__inner {
    background-color: #fff;
    box-shadow: 2px 2px 4px 0 rgba(0, 0, 0, 0.1);
  }
}

.c-compare-card-carousel__description {
  padding: 30px 20px;
}

@media only screen and (min-width: 768px) {
  .c-compare-card-carousel__description {
    padding-bottom: 30px;
    padding-left: 30px;
    padding-right: 0;
    padding-top: 40px;
  }
}

.c-compare-card-carousel__items-container {
  overflow: hidden;
  position: relative;
}

.c-compare-card-carousel__items {
  margin-left: 12px;
  margin-right: 12px;
  position: relative;
}

@media only screen and (min-width: 768px) {
  .c-compare-card-carousel__items {
    margin-left: 0;
    margin-right: 0;
    padding-left: 30px;
  }
}

@media only screen and (min-width: 1025px) {
  .c-compare-card-carousel__items {
    padding-left: 40px;
  }
}

.c-compare-card-carousel__arrows {
  width: 100%;
  z-index: 2;
}

.c-compare-card-carousel__arrow {
  font-size: 1.1428571429rem;
  background-color: rgba(21, 38, 46, 0.6);
  border-radius: 2px;
  color: #fafafa;
  padding: 27px 7px;
  position: absolute;
  top: 357px;
}

@media only screen and (min-width: 768px) {
  .c-compare-card-carousel__arrow {
    font-size: 1.4285714286rem;
    padding: 30px 10px;
    top: 292px;
  }
}

.c-compare-card-carousel__arrow--arrow-left {
  left: 0;
}

.c-compare-card-carousel__arrow--arrow-right {
  right: 0;
}

.c-compare-card-carousel__gradient {
  display: none;
}

@media only screen and (min-width: 768px) {
  .c-compare-card-carousel__gradient {
    display: block;
    height: 100%;
    opacity: 1;
    position: absolute;
    top: 0;
    width: 70px;
    z-index: 1;
  }
}

@media only screen and (min-width: 1025px) {
  .c-compare-card-carousel__gradient {
    display: none;
  }
}

.c-compare-card-carousel__gradient--left {
  left: 0;
}

.c-compare-card-carousel__gradient--left:before {
  content: "";
  display: block;
  position: absolute;
  pointer-events: none;
  background-image: linear-gradient(270deg, rgba(255, 255, 255, 0.8) 0%, rgba(255, 255, 255, 0) 100%);
  height: 100%;
  transform: scaleX(-1);
  width: 100%;
}

.c-compare-card-carousel__gradient--right {
  right: 0;
}

.c-compare-card-carousel__gradient--right:before {
  content: "";
  display: block;
  position: absolute;
  pointer-events: none;
  background-image: linear-gradient(270deg, rgba(255, 255, 255, 0.8) 0%, rgba(255, 255, 255, 0) 100%);
  height: 100%;
  width: 100%;
}

.c-compare-card-carousel__gradient.is-disabled {
  opacity: 0;
}

.slick-disabled {
  opacity: 0;
  pointer-events: none;
}

.c-carousel-products {
  background-color: #fafafa;
  padding-bottom: 70px;
  padding-top: 40px;
}

@media only screen and (min-width: 768px) {
  .c-carousel-products {
    padding-bottom: 90px;
    padding-top: 60px;
  }
}

@media only screen and (min-width: 768px) {
  .c-carousel-products {
    padding-bottom: 100px;
    padding-top: 70px;
  }
}

.c-carousel-products__container {
  text-align: center;
}

.c-carousel-products__eyebrow {
  color: #7c99a1;
  margin-bottom: 10px;
}

@media only screen and (min-width: 768px) {
  .c-carousel-products__eyebrow {
    margin-bottom: 13px;
  }
}

.c-carousel-products__title {
  padding-bottom: 30px;
}

@media only screen and (min-width: 768px) {
  .c-carousel-products__rotator-container {
    padding-left: calc(70px + (100vw - 768px) / 2);
    padding-right: calc(70px + (100vw - 768px) / 2);
  }
}

@media only screen and (min-width: 1025px) {
  .c-carousel-products__rotator-container {
    padding-left: calc(90 / 1280 * 100%);
    padding-right: calc(90 / 1280 * 100%);
  }
}

.c-carousel-products__rotator {
  line-height: 0;
  padding-bottom: 58px;
}

.c-carousel-products__rotator .slick-list,
.c-carousel-products__rotator .slick-track {
  backface-visibility: hidden;
  transform: translate3d(0, 0, 0);
}

.c-carousel-products__rotator .slick-slide {
  backface-visibility: hidden;
}

.c-carousel-products__rotator .c-carousel-products__item:focus {
  outline: none;
}

.c-carousel-products__rotator:not(.slick-initialized) .c-carousel-products__item:not(:first-child),
.no-js .c-carousel-products__rotator .c-carousel-products__item:not(:first-child) {
  display: none;
}

.c-carousel-products__rotator:not(.slick-initialized) .c-carousel-products__item:focus,
.no-js .c-carousel-products__rotator .c-carousel-products__item:focus {
  outline: none;
}

.c-carousel-products__rotator.slick-initialized .c-carousel-products__item:not(:first-child) {
  display: block;
}

@media only screen and (min-width: 768px) {
  .c-carousel-products__rotator {
    padding-bottom: 0;
  }

  .c-carousel-products__rotator::before,
  .c-carousel-products__rotator::after {
    content: "";
    display: block;
    position: absolute;
    pointer-events: none;
    bottom: 0;
    height: 100%;
    pointer-events: none;
    top: 0;
    width: 100px;
    z-index: 1;
  }

  .c-carousel-products__rotator::before {
    background-image: linear-gradient(90deg, #fafafa 0%, rgba(250, 250, 250, 0) 100%);
    left: 0;
  }

  .c-carousel-products__rotator::after {
    background-image: linear-gradient(-90deg, #fafafa 0%, rgba(250, 250, 250, 0) 100%);
    right: 0;
  }
}

@media only screen and (min-width: 1025px) {
  .c-carousel-products__rotator::before,
  .c-carousel-products__rotator::after {
    width: 200px;
  }
}

@media only screen and (min-width: 1200px) {
  .c-carousel-products__rotator::before,
  .c-carousel-products__rotator::after {
    width: 65px;
  }
}

.no-js .c-carousel-products__rotator,
.c-carousel-products__rotator:not(.slick-initialized) {
  padding-bottom: 0;
}

.no-js .c-carousel-products__rotator::before,
.no-js .c-carousel-products__rotator::after,
.c-carousel-products__rotator:not(.slick-initialized)::before,
.c-carousel-products__rotator:not(.slick-initialized)::after {
  display: none;
}

.c-carousel-products__rotator.has-other-items {
  display: flex;
  flex-flow: row wrap;
  align-items: flex-start;
  justify-content: space-around;
  margin-left: auto;
  margin-right: auto;
  max-width: 600px;
  padding-bottom: 0;
}

@media only screen and (min-width: 768px) {
  .c-carousel-products__rotator.has-other-items {
    max-width: 750px;
  }
}

.c-carousel-products__rotator.has-other-items .c-carousel-products__item:not(:first-child) {
  display: block;
}

.c-carousel-products__rotator.has-other-items .c-carousel-products__item {
  margin-left: 0;
  margin-right: 0;
}

.c-carousel-products__rotator.has-other-items .c-carousel-products__rotator-counter {
  display: none;
}

.c-carousel-products__button {
  margin-top: 40px;
}

@media only screen and (min-width: 768px) {
  .c-carousel-products__button {
    margin-top: 50px;
  }
}

.c-carousel-products__item {
  margin-left: auto;
  margin-right: auto;
  padding-left: 2.5px;
  padding-right: 2.5px;
  padding-top: 30px;
  width: 155px;
}

.c-carousel-products__item:hover {
  cursor: pointer;
}

@media only screen and (min-width: 1025px) {
  .c-carousel-products__item:hover .c-carousel-products__image-wrap {
    transform: scale(0.75);
  }
}

@media only screen and (min-width: 768px) {
  .c-carousel-products__item {
    padding-left: 7.5px;
    padding-right: 7.5px;
    width: 185px;
  }
}

@media only screen and (min-width: 1025px) {
  .c-carousel-products__item {
    padding-left: 12.5px;
    padding-right: 12.5px;
    width: 225px;
  }
}

.c-carousel-products__item.is-sliding .c-carousel-products__image-wrap {
  transform: scale(0.75);
}

.c-carousel-products__item.is-sliding.slick-current-clone-animate .c-carousel-products__image-wrap {
  transform: scale(0.75);
}

.c-carousel-products__image-wrap {
  height: 150px;
  margin-left: auto;
  margin-right: auto;
  opacity: 0.5;
  transform: scale(0.666);
  transform-origin: center top;
  transition: transform 0.5s ease-in-out, opacity 0s ease-in-out;
  width: 150px;
}

@media only screen and (min-width: 768px) {
  .c-carousel-products__image-wrap {
    height: 170px;
    opacity: 1;
    transform: scale(0.71);
    width: 170px;
  }
}

@media only screen and (min-width: 1025px) {
  .c-carousel-products__image-wrap {
    height: 200px;
    width: 200px;
  }
}

.slick-current.slick-active .c-carousel-products__image-wrap,
.slick-current-clone-animate .c-carousel-products__image-wrap {
  opacity: 1;
  transform: scale(1);
}

.no-js .c-carousel-products__image-wrap,
.c-carousel-products__rotator:not(.slick-initialized) .c-carousel-products__image-wrap {
  opacity: 1;
  transform: scale(1);
}

.c-carousel-products__image {
  font-family: "object-fit: cover; object-position: 50% 50%;";
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  width: 100%;
}

.c-carousel-products__item-button {
  margin-top: 20px;
  opacity: 0;
  pointer-events: none;
  transform: translate3d(0, 0, 0);
  transition: opacity 300ms ease-in-out, visibility 300ms ease-in-out;
  transition-delay: 0ms;
  visibility: hidden;
  will-change: transform, opacity, visibility;
}

.slick-current.slick-active .c-carousel-products__item-button,
.slick-current-clone-animate .c-carousel-products__item-button {
  opacity: 1;
  pointer-events: auto;
  transition: opacity 0.25s ease-in-out, visibility 0.25s ease-in-out;
  transition-delay: 600ms;
  visibility: visible;
}

.no-js .c-carousel-products__item-button,
.c-carousel-products__rotator:not(.slick-initialized) .c-carousel-products__item-button {
  opacity: 1;
  pointer-events: auto;
  visibility: visible;
}

.c-carousel-products__item-anchor {
  display: block;
  outline-offset: -1px;
  pointer-events: none;
}

.slick-current.slick-active .c-carousel-products__item-anchor,
.slick-current-clone-animate .c-carousel-products__item-anchor {
  pointer-events: auto;
}

.no-js .c-carousel-products__item-anchor,
.c-carousel-products__rotator:not(.slick-initialized) .c-carousel-products__item-anchor {
  pointer-events: auto;
}

.c-carousel-products__rotator-arrow {
  z-index: 10;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  font-size: 1.2857142857rem;
  bottom: 0;
  color: #7c99a1;
  line-height: 0;
}

@media only screen and (min-width: 768px) {
  .c-carousel-products__rotator-arrow {
    bottom: auto;
    margin-top: 80px;
    top: 0;
    transform: none;
  }
}

@media only screen and (min-width: 1025px) {
  .c-carousel-products__rotator-arrow {
    margin-top: 95px;
  }
}

.c-carousel-products__rotator-arrow.is-prev {
  margin-left: -80px;
}

@media only screen and (min-width: 768px) {
  .c-carousel-products__rotator-arrow.is-prev {
    left: 0;
    margin-left: -30px;
  }
}

@media only screen and (min-width: 1200px) {
  .c-carousel-products__rotator-arrow.is-prev {
    margin-left: -60px;
  }
}

@media only screen and (min-width: 1025px) {
  .c-carousel-products__rotator-arrow.is-prev:hover {
    margin-left: -50px;
  }
}

@media only screen and (min-width: 1200px) {
  .c-carousel-products__rotator-arrow.is-prev:hover {
    margin-left: -70px;
  }
}

.c-carousel-products__rotator-arrow.is-next {
  margin-left: 80px;
}

@media only screen and (min-width: 768px) {
  .c-carousel-products__rotator-arrow.is-next {
    left: auto;
    margin-left: auto;
    margin-right: -30px;
    right: 0;
  }
}

@media only screen and (min-width: 1200px) {
  .c-carousel-products__rotator-arrow.is-next {
    margin-right: -60px;
  }
}

@media only screen and (min-width: 1025px) {
  .c-carousel-products__rotator-arrow.is-next:hover {
    margin-right: -50px;
  }
}

@media only screen and (min-width: 1200px) {
  .c-carousel-products__rotator-arrow.is-next:hover {
    margin-right: -70px;
  }
}

.c-carousel-products__rotator-counter {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  font-family: "Poppins", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 0.8571428571rem;
  bottom: 0;
  color: #7c99a1;
  line-height: 1;
  margin-bottom: 3px;
  z-index: 1;
}

@media only screen and (min-width: 768px) {
  .c-carousel-products__rotator-counter {
    display: none;
  }
}

.c-carousel-product-detail {
  background-color: #fafafa;
}

.c-carousel-product-detail__container {
  padding-bottom: 40px;
}

@media only screen and (min-width: 768px) {
  .c-carousel-product-detail__container {
    padding-bottom: 50px;
  }
}

@media only screen and (min-width: 1200px) {
  .c-carousel-product-detail__container {
    align-items: flex-start;
    display: flex;
    padding-right: 80px;
  }
}

.c-carousel-product-detail__inner {
  margin-bottom: 25px;
  position: relative;
}

@media only screen and (min-width: 768px) {
  .c-carousel-product-detail__inner {
    margin-bottom: 40px;
  }
}

@media only screen and (min-width: 1200px) {
  .c-carousel-product-detail__inner {
    width: 36.5217391304%;
  }
}

@media only screen and (min-width: 600px) {
  .c-carousel-product-detail__gallery {
    width: 77.0348837209%;
  }
}

@media only screen and (min-width: 768px) {
  .c-carousel-product-detail__gallery {
    margin-left: 90px;
    width: 77.0348837209%;
  }
}

@media only screen and (min-width: 1200px) {
  .c-carousel-product-detail__gallery {
    width: 85.4838709677%;
  }
}

.c-carousel-product-detail__gallery-items {
  background-color: #7c99a1;
  position: relative;
}

.c-carousel-product-detail__gallery-items.is-not-initalized {
  height: 100%;
  padding-top: 80.8955223881%;
  width: 100%;
}

@media only screen and (min-width: 768px) {
  .c-carousel-product-detail__gallery-items.is-not-initalized {
    padding-top: 80.7823129252%;
  }
}

.c-carousel-product-detail__gallery-items.is-not-initalized .c-carousel-product-detail__gallery-item {
  position: absolute;
  padding-top: 0;
  top: 0;
}

.c-carousel-product-detail__gallery-item {
  position: relative;
}

.c-carousel-product-detail__image-container {
  position: relative;
  padding-top: 80.8955223881%;
  height: 100%;
}

@media only screen and (min-width: 768px) {
  .c-carousel-product-detail__image-container {
    padding-top: 80.7823129252%;
  }
}

.c-carousel-product-detail__image {
  position: absolute;
  top: 0;
  height: 100%;
  width: 100%;
}

.c-carousel-product-detail__image.is-active {
  display: block;
  opacity: 1;
}

.c-carousel-product-detail__image.is-disabled {
  opacity: 0;
}

.c-carousel-product-detail__image-area {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  transition: 0.1s ease-in-out;
  transition-property: height, width;
  width: 100%;
}

.c-carousel-product-detail__image-area[data-image-zoom="1"] {
  height: 100%;
  width: 100%;
}

.c-carousel-product-detail__image-area[data-image-zoom="2"] {
  cursor: grab;
  height: 125%;
  width: 125%;
}

.c-carousel-product-detail__image-area[data-image-zoom="2"]:active {
  cursor: grabbing;
}

.c-carousel-product-detail__image-area[data-image-zoom="3"] {
  cursor: grab;
  height: 150%;
  width: 150%;
}

.c-carousel-product-detail__image-area[data-image-zoom="3"]:active {
  cursor: grabbing;
}

.c-carousel-product-detail__gallery-thumbs {
  display: flex;
}

@media only screen and (min-width: 768px) {
  .c-carousel-product-detail__gallery-thumbs {
    flex-direction: column;
    max-width: 70px;
    left: 0;
    position: absolute;
    top: 0;
  }
}

.c-carousel-product-detail__gallery-thumb {
  height: 60px;
  margin-right: 18px;
  max-width: 60px;
  outline: none;
}

@media only screen and (min-width: 768px) {
  .c-carousel-product-detail__gallery-thumb {
    max-width: none;
    margin-bottom: 10px;
    margin-right: 0;
  }
}

.c-carousel-product-detail__gallery-thumb:last-child {
  margin-right: 0;
}

.c-carousel-product-detail__gallery-thumb:hover {
  cursor: pointer;
}

.c-carousel-product-detail__gallery-thumb.is-active {
  border: 2px solid #7c99a1;
}

.c-carousel-product-detail__arrow {
  color: #7c99a1;
}

.c-carousel-product-detail__arrow--is-prev {
  margin-right: 6px;
}

@media only screen and (min-width: 768px) {
  .c-carousel-product-detail__arrow--is-prev {
    margin-bottom: 2px;
    margin-right: 0;
  }
}

.c-carousel-product-detail__arrow--is-next {
  margin-left: 6px;
}

@media only screen and (min-width: 768px) {
  .c-carousel-product-detail__arrow--is-next {
    margin-left: 0;
    margin-top: 2px;
  }
}

.c-carousel-product-detail .slick-disabled {
  opacity: 0.35;
}

.c-carousel-product-detail__content {
  border-top: solid 1px #c2c2c2;
}

@media only screen and (min-width: 1200px) {
  .c-carousel-product-detail__content {
    border-top: none;
    margin-left: 5.2173913043%;
  }
}

.c-carousel-product-detail__title {
  margin-top: 20px;
}

.c-carousel-product-detail__subtext {
  margin-top: 10px;
}

.c-carousel-product-detail__specs {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  height: 250px;
  margin-right: -35px;
  margin-top: 20px;
  width: 89.3333333333%;
}

@media only screen and (min-width: 768px) {
  .c-carousel-product-detail__specs {
    height: 126px;
    width: 66.40625%;
  }
}

@media only screen and (min-width: 1025px) {
  .c-carousel-product-detail__specs {
    height: 168px;
  }
}

.c-carousel-product-detail__specs--loggedin {
  height: 250px;
  margin-bottom: 3px;
}

@media only screen and (min-width: 768px) {
  .c-carousel-product-detail__specs--loggedin {
    height: 126px;
  }
}

@media only screen and (min-width: 1025px) {
  .c-carousel-product-detail__specs--loggedin {
    height: 210px;
  }
}

.c-carousel-product-detail__spec {
  display: flex;
  margin-bottom: 3px;
  margin-right: 20px;
  width: 150px;
}

@media only screen and (max-width: 374px) {
  .c-carousel-product-detail__spec {
    width: 125px;
  }
}

@media only screen and (min-width: 768px) {
  .c-carousel-product-detail__spec {
    margin-right: 20px;
  }
}

.c-carousel-product-detail__spec-title {
  font-family: "Poppins", sans-serif;
  font-style: normal;
  font-weight: 500;
}

.c-carousel-product-detail__spec-copy {
  font-family: "Poppins", sans-serif;
  font-style: normal;
  font-weight: 400;
}

.c-carousel-product-detail__buttons {
  margin-top: 15px;
}

.c-carousel-product-detail__button:first-child {
  margin-right: 10px;
}

.c-carousel-product-detail__offer {
  font-size: 0.8571428571rem;
  color: #7c99a1;
  display: block;
  margin-bottom: 35px;
  margin-top: 20px;
}

@media only screen and (min-width: 768px) {
  .c-carousel-product-detail__offer {
    font-size: 1rem;
  }
}

.c-carousel-product-detail__price {
  font-family: "Poppins", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 1.2857142857rem;
  color: #7c99a1;
  line-height: 28px;
}

@media only screen and (min-width: 768px) {
  .c-carousel-product-detail__price {
    font-size: 1.5rem;
  }
}

@media only screen and (min-width: 768px) {
  .c-carousel-product-detail__price {
    line-height: 36px;
  }
}

.c-carousel-product-detail__contact {
  font-family: "Poppins", sans-serif;
  font-style: normal;
  font-weight: 500;
  border-top: solid 1px #c2c2c2;
  display: block;
}

@media only screen and (min-width: 768px) {
  .c-carousel-product-detail__contact {
    align-items: center;
    display: flex;
    padding-top: 25px;
  }
}

@media only screen and (min-width: 1200px) {
  .c-carousel-product-detail__contact {
    display: block;
  }
}

.c-carousel-product-detail__contact--loggedin .c-carousel-product-detail__contact-picture {
  border-radius: 50%;
  height: 100%;
  margin-right: 20px;
  width: 44px;
}

.c-carousel-product-detail__contact--loggedin .c-carousel-product-detail__contact-items-container {
  font-size: 0.8571428571rem;
  display: flex;
}

.c-carousel-product-detail__contact--loggedin .c-carousel-product-detail__contact-item-container {
  display: flex;
  flex-direction: column;
  line-height: 17px;
}

.c-carousel-product-detail__contact--loggedin .c-carousel-product-detail__contact-item-container:nth-child(even) {
  margin-right: 49px;
}

.c-carousel-product-detail__contact--loggedin .c-carousel-product-detail__contact-anchor {
  margin-right: 0;
  margin-bottom: 5px;
}

.c-carousel-product-detail__contact--loggedin .c-carousel-product-detail__contact-name {
  font-family: "Poppins", sans-serif;
  font-style: normal;
  font-weight: 500;
  margin-bottom: 5px;
}

.c-carousel-product-detail__contact-title {
  color: #7c99a1;
  padding-bottom: 10px;
  padding-top: 25px;
}

@media only screen and (min-width: 768px) {
  .c-carousel-product-detail__contact-title {
    align-self: stretch;
    margin-right: 30px;
    padding-bottom: 0;
    padding-top: 0;
  }
}

@media only screen and (min-width: 1025px) {
  .c-carousel-product-detail__contact-title {
    padding-bottom: 10px;
  }
}

.c-carousel-product-detail__contact-anchor {
  font-size: 0.8571428571rem;
  color: #15262e;
  margin-right: 20px;
  text-decoration: none;
}

.c-carousel-product-detail__contact-anchor:last-child {
  margin-right: 0;
}

.c-carousel-product-detail__contact-icon {
  margin-right: 10px;
}

.no-js .c-carousel-product-detail__gallery-items {
  position: relative;
  height: 100%;
  padding-top: 80.8955223881%;
  width: 100%;
}

@media only screen and (min-width: 768px) {
  .no-js .c-carousel-product-detail__gallery-items {
    padding-top: 80.7823129252%;
  }
}

.no-js .c-carousel-product-detail__gallery-item {
  position: absolute;
  padding-top: 0;
  top: 0;
}

.c-carousel-linear-gallery__inner {
  background-color: #e0e5e8;
  padding-bottom: 120px;
  padding-top: 50px;
  position: relative;
  text-align: center;
}

@media only screen and (min-width: 768px) {
  .c-carousel-linear-gallery__inner {
    padding-bottom: 130px;
    padding-top: 10px;
  }
}

.c-carousel-linear-gallery__eyebrow {
  color: rgba(124, 153, 161, 0.14);
  z-index: 1;
}

.c-carousel-linear-gallery__heading {
  margin-top: -45px;
  padding-bottom: 58px;
  z-index: 2;
}

@media only screen and (min-width: 768px) {
  .c-carousel-linear-gallery__heading {
    margin-top: -80px;
    padding-bottom: 73px;
  }
}

@media only screen and (min-width: 1025px) {
  .c-carousel-linear-gallery__heading {
    margin-top: -70px;
  }
}

.c-carousel-linear-gallery__carousel:before {
  content: "";
  display: block;
  position: absolute;
  pointer-events: none;
  background-image: linear-gradient(270deg, rgba(224, 229, 232, 0) 0%, rgba(224, 229, 232, 0.9) 100%);
  height: 100%;
  width: 10.1333333333%;
  z-index: 2;
}

@media only screen and (min-width: 768px) {
  .c-carousel-linear-gallery__carousel:before {
    opacity: 0;
  }
}

@media only screen and (min-width: 1025px) {
  .c-carousel-linear-gallery__carousel:before {
    opacity: 1;
    width: 13.046875%;
  }
}

@media only screen and (min-width: 1280px) {
  .c-carousel-linear-gallery__carousel:before {
    width: 167px;
  }
}

.c-carousel-linear-gallery__carousel:after {
  content: "";
  display: block;
  position: absolute;
  pointer-events: none;
  background-image: linear-gradient(270deg, rgba(224, 229, 232, 0) 0%, rgba(224, 229, 232, 0.9) 100%);
  height: 100%;
  left: auto;
  transform: scaleX(-1);
  right: 0;
  top: 0;
  width: 10.1333333333%;
  z-index: 2;
}

@media only screen and (min-width: 768px) {
  .c-carousel-linear-gallery__carousel:after {
    opacity: 0;
  }
}

@media only screen and (min-width: 1025px) {
  .c-carousel-linear-gallery__carousel:after {
    opacity: 1;
    width: 13.046875%;
  }
}

@media only screen and (min-width: 1280px) {
  .c-carousel-linear-gallery__carousel:after {
    width: 167px;
  }
}

.c-carousel-linear-gallery__carousel-item {
  opacity: 1;
  padding-left: 10px;
  padding-right: 10px;
  transition: opacity 0.25s ease-in;
}

.c-carousel-linear-gallery__carousel-item.is-disabled {
  opacity: 0.5;
}

@media only screen and (min-width: 768px) {
  .c-carousel-linear-gallery__carousel-item.is-disabled {
    opacity: 1;
  }
}

@media only screen and (min-width: 1025px) {
  .c-carousel-linear-gallery__carousel-item.is-disabled {
    opacity: 0.5;
  }
}

.c-carousel-linear-gallery__image-area {
  height: 261px;
  width: 261px;
}

@media only screen and (min-width: 1025px) {
  .c-carousel-linear-gallery__image-area {
    height: 288px;
    width: 288px;
  }
}

.c-carousel-linear-gallery__image {
  font-family: "object-fit: cover; object-position: 50% 50%;";
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  width: 100%;
}

.c-carousel-linear-gallery__arrow-container {
  color: #7c99a1;
  margin-left: auto;
  margin-right: auto;
  margin-top: 52px;
  min-height: 18px;
  position: relative;
  width: 178px;
}

@media only screen and (min-width: 768px) {
  .c-carousel-linear-gallery__arrow-container {
    margin-top: 48px;
  }
}

.c-carousel-linear-gallery__arrow {
  font-size: 1.2857142857rem;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  min-height: 18px;
  transition: all 0.5s ease-in-out;
}

.c-carousel-linear-gallery__arrow:nth-child(even) {
  right: 0;
  margin-left: 30px;
}

.c-carousel-linear-gallery__arrow:nth-child(even):hover {
  right: -20px;
}

.c-carousel-linear-gallery__arrow:nth-child(odd) {
  margin-right: 30px;
  left: 0;
}

.c-carousel-linear-gallery__arrow:nth-child(odd):hover {
  left: -20px;
}

.featured-carousel {
  --item-gap: 8%;
  position: relative;
  width: 100%;
  height: 300px;
  margin: 40px 0;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}

@media only screen and (max-width: 1024px) {
  .featured-carousel {
    --item-gap: 7%;
  }
}

@media only screen and (max-width: 767px) {
  .featured-carousel {
    --item-gap: 6%;
  }
}

@media only screen and (max-width: 599px) {
  .featured-carousel {
    --item-gap: 5%;
  }
}

.featured-carousel__track {
  position: relative;
  width: 100%;
  height: 100%;
  transition: transform 0.8s cubic-bezier(0.4, 0, 0.2, 1);
}

.featured-item {
  position: absolute;
  top: 50%;
  left: calc(50% + var(--rel-idx, 0) * var(--item-gap)) !important;
  transform: translate(-50%, -50%) scale(calc(1 - abs(var(--rel-idx, 0)) * 0.1));
  width: 220px;
  height: 220px;
  transition: all 0.8s cubic-bezier(0.4, 0, 0.2, 1);
  cursor: pointer;
}

.featured-item.is-center {
  transform: translate(-50%, -50%) scale(1.1);
  z-index: 100;
}

.featured-item.is-hidden {
  display: none;
  pointer-events: none;
}

.featured-item__image-wrap {
  width: 100%;
  height: 100%;
  border-radius: 4px;
  overflow: hidden;
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.12);
  background: transparent;
  padding: 0;
  border: none;
  transition: all 0.6s cubic-bezier(0.4, 0, 0.2, 1);
}

.is-center .featured-item__image-wrap {
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.25), 0 8px 24px rgba(0, 0, 0, 0.15);
  border: none;
}

.featured-item__image {
  width: 100%;
  height: 100%;
  border-radius: 2px;
  -o-object-fit: cover;
     object-fit: cover;
  transition: transform 0.6s cubic-bezier(0.4, 0, 0.2, 1);
}

.featured-item__image--zoom-in {
  transform: scale(1.7);
}

.featured-item__image--v360 {
  -o-object-fit: cover;
     object-fit: cover;
}

.featured-item__image--zoom-out {
  transform: scale(1);
}

.featured-item__label {
  position: absolute;
  bottom: -15px;
  left: 50%;
  transform: translateX(-50%);
  background: rgba(255, 255, 255, 0.98);
  -webkit-backdrop-filter: blur(8px);
          backdrop-filter: blur(8px);
  padding: 8px 16px;
  border-radius: 20px;
  font-size: 13px;
  font-weight: 700;
  color: #1a1a1a;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
  border: 1px solid rgba(255, 255, 255, 0.6);
  white-space: nowrap;
  z-index: 10;
  text-align: center;
  line-height: 1.3;
}

.is-center .featured-item__label {
  transform: translateX(-50%) scale(1.1);
  font-weight: 800;
}

.featured-item__weight {
  font-size: 14px;
  font-weight: 800;
  margin-bottom: 2px;
}

.featured-item__specs {
  font-size: 11px;
  font-weight: 600;
  opacity: 0.85;
}

.featured-item:hover:not(.is-center) {
  transform: translate(-50%, -50%) scale(0.95);
}

.featured-item:hover:not(.is-center) .featured-item__image-wrap {
  box-shadow: 0 16px 48px rgba(0, 0, 0, 0.22);
  border: none;
}

.featured-arrow {
  position: absolute;
  top: 50%;
  left: calc(50% + var(--idx, 0) * var(--item-gap)) !important;
  transform: translate(-50%, -50%);
  width: 50px;
  height: 50px;
  background: rgba(255, 255, 255, 0.95);
  border: 2px solid rgba(255, 255, 255, 0.9);
  border-radius: 12px;
  cursor: pointer;
  z-index: 200;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
  color: #7c99a1;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.15);
}

.featured-arrow--prev {
  --idx: var(--prev-idx, -3);
}

.featured-arrow--next {
  --idx: var(--next-idx, 3);
}

.featured-arrow:hover {
  background: rgb(255, 255, 255);
  transform: translate(-50%, -50%) scale(1.1);
  box-shadow: 0 12px 32px rgba(0, 0, 0, 0.2);
}

.featured-arrow:hover.featured-arrow--prev {
  transform: translate(-50%, -50%) scale(1.1) translateX(-5px);
}

.featured-arrow:hover.featured-arrow--next {
  transform: translate(-50%, -50%) scale(1.1) translateX(5px);
}

@media only screen and (max-width: 767px) {
  .featured-arrow {
    width: 40px;
    height: 40px;
  }
}

.featured-item,
.featured-arrow,
.featured-item__label {
  will-change: transform, left;
}

.featured-carousel {
  transform: translateZ(0);
}

.c-banner-mega-image-content__heading--featured {
  text-align: center;
  margin-bottom: 30px !important;
  font-size: 4.5rem !important;
  line-height: 1.1 !important;
  color: #7c99a1 !important;
  text-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}

@media only screen and (max-width: 599px) {
  .c-banner-mega-image-content__heading--featured {
    font-size: 3rem !important;
  }
}

.c-product-table__col--icons,
.c-product-table__col--id,
.c-product-table__col--compare {
  position: absolute;
  top: 20px;
  left: 20px;
}

@media only screen and (min-width: 1025px) {
  .c-product-table__col--icons,
  .c-product-table__col--id,
  .c-product-table__col--compare {
    position: static;
  }
}

.c-product-table {
  background-color: #fafafa;
}

.c-product-table__inner {
  margin-left: auto;
  margin-right: auto;
  max-width: 1280px;
  padding: 30px 0;
}

@media only screen and (min-width: 768px) {
  .c-product-table__inner {
    padding: 40px 20px;
  }
}

@media only screen and (min-width: 1025px) {
  .c-product-table__inner {
    padding: 40px 20px;
  }
}

@media only screen and (min-width: 1200px) {
  .c-product-table__inner {
    padding: 40px 40px;
  }
}

.c-product-table__header {
  display: block;
}

@media only screen and (min-width: 1025px) {
  .c-product-table__header {
    display: flex;
    flex-direction: row-reverse;
    justify-content: space-between;
  }
}

.c-product-table__tabs {
  display: flex;
  font-size: 0;
  justify-content: space-between;
}

@media only screen and (min-width: 768px) {
  .c-product-table__tabs {
    display: block;
  }
}

@media only screen and (min-width: 768px) and (min-width: 1025px) {
  .c-product-table__tabs {
    margin-top: 15px;
  }
}

.c-product-table__tab {
  font-family: "Poppins", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 0.8571428571rem;
  background-color: #efeff2;
  color: rgba(94, 101, 114, 0.7);
  display: inline-block;
  flex: 1;
  padding: 15px 5px;
  text-align: center;
}

@media only screen and (min-width: 768px) {
  .c-product-table__tab {
    font-size: 1.1428571429rem;
  }
}

.c-product-table__tab.is-active {
  background-color: #e0e5e8;
  color: #5e6572;
}

@media only screen and (min-width: 768px) {
  .c-product-table__tab {
    flex: none;
    margin-right: 10px;
    padding: 17px 22px;
    width: auto;
  }
}

.c-product-table__tab-title {
  display: inherit;
  font-size: inherit;
  font-weight: inherit;
}

.c-product-table__tab-icon {
  display: none;
}

@media only screen and (min-width: 768px) {
  .c-product-table__tab-icon {
    font-size: 0.8571428571rem;
    display: inline-block;
    margin-right: 10px;
  }
}

.c-product-table__tab-content {
  display: none;
  width: 100%;
}

.c-product-table__tab-content.is-active {
  display: block;
  background: #FFFFFF;
  box-shadow: 2px 2px 4px 0 rgba(0, 0, 0, 0.1);
}

.c-product-table__thead {
  display: none;
}

@media only screen and (min-width: 1025px) {
  .c-product-table__thead {
    display: flex;
    background-color: #e0e5e8;
    font-family: "Poppins", sans-serif;
    font-style: normal;
    font-weight: 500;
  }
}

.c-product-table__row-container:nth-child(even) {
  background-color: #f5f5f5;
}

.c-product-table__row-container:nth-child(even) + .c-product-table__row--detail {
  background-color: #f5f5f5;
}

.c-product-table__row {
  -moz-column-count: 2;
       column-count: 2;
  padding: 50px 20px 60px 70px;
  position: relative;
  width: 100%;
}

@media only screen and (min-width: 768px) {
  .c-product-table__row {
    -moz-column-count: 3;
         column-count: 3;
    padding: 50px 130px 20px 70px;
  }
}

@media only screen and (min-width: 1025px) {
  .c-product-table__row {
    -moz-column-count: inherit;
         column-count: inherit;
    padding: 0;
    display: flex;
  }

  .c-product-table__row:hover {
    background-color: #fffce9;
  }
}

.c-product-table__row--detail {
  display: block;
  max-height: 0;
  overflow: hidden;
  transition: all 0.25s ease;
  width: 100%;
  padding: 0;
  -moz-column-count: auto;
       column-count: auto;
}

.c-product-table__row--detail.is-active {
  max-height: 1000px;
}

.c-product-table__row.is-highlighted {
  background-color: rgba(255, 243, 176, 0.25);
}

.c-product-table__row.is-checked {
  background-color: rgba(197, 233, 255, 0.3);
  box-sizing: border-box;
  border: 1px solid #0692e1;
}

.c-product-table__row__expand {
  position: absolute;
  bottom: 20px;
  right: 20px;
  color: #7c99a1;
}

.c-product-table__row__expand span {
  text-decoration: underline;
  vertical-align: middle;
}

.c-product-table__row__expand::after {
  content: "+";
  display: inline-block;
  margin-left: 5px;
  font-size: 1.4em;
  line-height: 0;
  vertical-align: middle;
}

.c-product-table__row__expand.is-active::after {
  content: "\2013";
}

@media only screen and (min-width: 768px) {
  .c-product-table__row__expand {
    bottom: auto;
    top: 90px;
  }
}

@media only screen and (min-width: 1025px) {
  .c-product-table__row__expand {
    top: 50%;
    transform: translateY(-50%);
  }
}

.c-product-table__col {
  font-size: 1rem;
  line-height: 16px;
  margin-bottom: 7px;
}

.c-product-table__col[data-col]::before {
  font-family: "Poppins", sans-serif;
  font-style: normal;
  font-weight: 500;
  color: #15262e;
  content: attr(data-col) ":";
  display: inline-block;
  font-size: 13px;
  width: 60px;
}

.c-product-table__col[data-col]::before > ::before {
  display: none;
}

.c-product-table__col > i {
  color: #7c99a1;
}

.c-product-table__col--compare {
  width: 20px;
  font-size: 20px;
  text-align: center;
}

.c-product-table__col--remove {
  position: absolute;
  top: 20px;
  right: 20px;
}

@media only screen and (min-width: 1025px) {
  .c-product-table__col--remove {
    position: relative;
    right: 0;
    top: 0;
  }
}

.c-product-table__col--id {
  left: 70px;
}

.c-product-table__col--icons {
  top: auto;
  left: 40px;
  bottom: 20px;
}

@media only screen and (min-width: 768px) {
  .c-product-table__col--icons {
    right: 10px;
    top: 50px;
    bottom: auto;
    left: auto;
  }
}

@media only screen and (min-width: 1025px) {
  .c-product-table__col {
    padding: 20px 10px 20px 0;
    flex: 1 1 auto;
    margin: 0;
  }

  .c-product-table__col[data-col]::before {
    display: none;
  }

  .c-product-table__col:first-child {
    min-width: 44px;
    padding-left: 10px !important;
    flex: 0 0 3.254%;
    font-size: 13px;
  }

  .c-product-table__col:nth-child(2) {
    flex: 0 0 11.135%;
    max-width: 130px;
  }
}

@media only screen and (min-width: 1025px) and (min-width: 768px) {
  .c-product-table__col:nth-child(2) {
    font-size: 14px;
  }
}

@media only screen and (min-width: 1025px) and (min-width: 1025px) {
  .c-product-table__col:nth-child(2) {
    font-size: 13px;
  }
}

@media only screen and (min-width: 1025px) and (min-width: 1200px) {
  .c-product-table__col:nth-child(2) {
    font-size: 14px;
  }
}

@media only screen and (min-width: 1025px) {
  .c-product-table__col:nth-child(3) {
    flex: 0 0 6.728%;
    max-width: 110px;
  }
}

@media only screen and (min-width: 1025px) and (min-width: 768px) {
  .c-product-table__col:nth-child(3) {
    font-size: 14px;
  }
}

@media only screen and (min-width: 1025px) and (min-width: 1025px) {
  .c-product-table__col:nth-child(3) {
    font-size: 13px;
  }
}

@media only screen and (min-width: 1025px) and (min-width: 1200px) {
  .c-product-table__col:nth-child(3) {
    font-size: 14px;
  }
}

@media only screen and (min-width: 1025px) {
  .c-product-table__col:nth-child(4) {
    flex: 0 0 4.711%;
    max-width: 90px;
  }
}

@media only screen and (min-width: 1025px) and (min-width: 768px) {
  .c-product-table__col:nth-child(4) {
    font-size: 14px;
  }
}

@media only screen and (min-width: 1025px) and (min-width: 1025px) {
  .c-product-table__col:nth-child(4) {
    font-size: 13px;
  }
}

@media only screen and (min-width: 1025px) and (min-width: 1200px) {
  .c-product-table__col:nth-child(4) {
    font-size: 14px;
  }
}

@media only screen and (min-width: 1025px) {
  .c-product-table__col:nth-child(5) {
    flex: 0 0 4.271%;
    max-width: 79px;
  }
}

@media only screen and (min-width: 1025px) and (min-width: 768px) {
  .c-product-table__col:nth-child(5) {
    font-size: 14px;
  }
}

@media only screen and (min-width: 1025px) and (min-width: 1025px) {
  .c-product-table__col:nth-child(5) {
    font-size: 13px;
  }
}

@media only screen and (min-width: 1025px) and (min-width: 1200px) {
  .c-product-table__col:nth-child(5) {
    font-size: 14px;
  }
}

@media only screen and (min-width: 1025px) {
  .c-product-table__col:nth-child(6) {
    flex: 0 0 4.949%;
    max-width: 80px;
  }
}

@media only screen and (min-width: 1025px) and (min-width: 768px) {
  .c-product-table__col:nth-child(6) {
    font-size: 14px;
  }
}

@media only screen and (min-width: 1025px) and (min-width: 1025px) {
  .c-product-table__col:nth-child(6) {
    font-size: 13px;
  }
}

@media only screen and (min-width: 1025px) and (min-width: 1200px) {
  .c-product-table__col:nth-child(6) {
    font-size: 14px;
  }
}

@media only screen and (min-width: 1025px) {
  .c-product-table__col:nth-child(7) {
    flex: 0 0 3.254%;
    max-width: 60px;
  }
}

@media only screen and (min-width: 1025px) and (min-width: 768px) {
  .c-product-table__col:nth-child(7) {
    font-size: 14px;
  }
}

@media only screen and (min-width: 1025px) and (min-width: 1025px) {
  .c-product-table__col:nth-child(7) {
    font-size: 13px;
  }
}

@media only screen and (min-width: 1025px) and (min-width: 1200px) {
  .c-product-table__col:nth-child(7) {
    font-size: 14px;
  }
}

@media only screen and (min-width: 1025px) {
  .c-product-table__col:nth-child(8) {
    flex: 0 0 4.915%;
    max-width: 76px;
  }
}

@media only screen and (min-width: 1025px) and (min-width: 768px) {
  .c-product-table__col:nth-child(8) {
    font-size: 14px;
  }
}

@media only screen and (min-width: 1025px) and (min-width: 1025px) {
  .c-product-table__col:nth-child(8) {
    font-size: 13px;
  }
}

@media only screen and (min-width: 1025px) and (min-width: 1200px) {
  .c-product-table__col:nth-child(8) {
    font-size: 14px;
  }
}

@media only screen and (min-width: 1025px) {
  .c-product-table__col:nth-child(9) {
    flex: 0 0 3.474%;
  }
}

@media only screen and (min-width: 1025px) and (min-width: 768px) {
  .c-product-table__col:nth-child(9) {
    font-size: 14px;
  }
}

@media only screen and (min-width: 1025px) and (min-width: 1025px) {
  .c-product-table__col:nth-child(9) {
    font-size: 13px;
  }
}

@media only screen and (min-width: 1025px) and (min-width: 1200px) {
  .c-product-table__col:nth-child(9) {
    font-size: 14px;
  }
}

@media only screen and (min-width: 1025px) {
  .c-product-table__col:nth-child(10) {
    flex: 0 0 3.474%;
    max-width: 111px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
}

@media only screen and (min-width: 1025px) and (min-width: 768px) {
  .c-product-table__col:nth-child(10) {
    font-size: 14px;
  }
}

@media only screen and (min-width: 1025px) and (min-width: 1025px) {
  .c-product-table__col:nth-child(10) {
    font-size: 13px;
  }
}

@media only screen and (min-width: 1025px) and (min-width: 1200px) {
  .c-product-table__col:nth-child(10) {
    font-size: 14px;
  }
}

@media only screen and (min-width: 1025px) {
  .c-product-table__col:nth-child(11) {
    flex: 0 0 5.474%;
    max-width: 82px;
  }
}

@media only screen and (min-width: 1025px) and (min-width: 768px) {
  .c-product-table__col:nth-child(11) {
    font-size: 14px;
  }
}

@media only screen and (min-width: 1025px) and (min-width: 1025px) {
  .c-product-table__col:nth-child(11) {
    font-size: 13px;
  }
}

@media only screen and (min-width: 1025px) and (min-width: 1200px) {
  .c-product-table__col:nth-child(11) {
    font-size: 14px;
  }
}

@media only screen and (min-width: 1025px) {
  .c-product-table__col:nth-child(12) {
    flex: 0 0 4.994%;
    max-width: 71px;
  }
}

@media only screen and (min-width: 1025px) and (min-width: 768px) {
  .c-product-table__col:nth-child(12) {
    font-size: 14px;
  }
}

@media only screen and (min-width: 1025px) and (min-width: 1025px) {
  .c-product-table__col:nth-child(12) {
    font-size: 13px;
  }
}

@media only screen and (min-width: 1025px) and (min-width: 1200px) {
  .c-product-table__col:nth-child(12) {
    font-size: 14px;
  }
}

@media only screen and (min-width: 1025px) {
  .c-product-table__col:nth-child(13) {
    flex: 0 0 10%;
    font-size: 12px;
    max-width: 200px;
  }

  .c-product-table__col:nth-child(14) {
    flex: 0 0 3.994%;
    max-width: 71px;
  }
}

@media only screen and (min-width: 1025px) and (min-width: 768px) {
  .c-product-table__col:nth-child(14) {
    font-size: 14px;
  }
}

@media only screen and (min-width: 1025px) and (min-width: 1025px) {
  .c-product-table__col:nth-child(14) {
    font-size: 13px;
  }
}

@media only screen and (min-width: 1025px) and (min-width: 1200px) {
  .c-product-table__col:nth-child(14) {
    font-size: 14px;
  }
}

@media only screen and (min-width: 1025px) {
  .c-product-table__col:nth-child(15) {
    flex: 0 0 6%;
    max-width: 71px;
  }
}

@media only screen and (min-width: 1025px) and (min-width: 768px) {
  .c-product-table__col:nth-child(15) {
    font-size: 14px;
  }
}

@media only screen and (min-width: 1025px) and (min-width: 1025px) {
  .c-product-table__col:nth-child(15) {
    font-size: 13px;
  }
}

@media only screen and (min-width: 1025px) and (min-width: 1200px) {
  .c-product-table__col:nth-child(15) {
    font-size: 14px;
  }
}

@media only screen and (min-width: 1025px) {
  .c-product-table__col:nth-child(16) {
    flex: 0 0 5.994%;
    max-width: 71px;
  }
}

@media only screen and (min-width: 1025px) and (min-width: 768px) {
  .c-product-table__col:nth-child(16) {
    font-size: 14px;
  }
}

@media only screen and (min-width: 1025px) and (min-width: 1025px) {
  .c-product-table__col:nth-child(16) {
    font-size: 13px;
  }
}

@media only screen and (min-width: 1025px) and (min-width: 1200px) {
  .c-product-table__col:nth-child(16) {
    font-size: 14px;
  }
}

@media only screen and (min-width: 1025px) {
  .c-product-table__col:last-of-type {
    flex: 1 1 auto;
    max-width: none;
    padding-right: 95px;
    text-align: right;
    width: 100%;
  }
}

@media only screen and (min-width: 1025px) and (min-width: 768px) {
  .c-product-table__col:last-of-type {
    font-size: 14px;
  }
}

@media only screen and (min-width: 1025px) and (min-width: 1025px) {
  .c-product-table__col:last-of-type {
    font-size: 13px;
  }
}

@media only screen and (min-width: 1025px) and (min-width: 1200px) {
  .c-product-table__col:last-of-type {
    font-size: 14px;
  }
}

.c-product-table__col--thead {
  font-size: 0.9285714286rem;
}

@media only screen and (min-width: 1025px) {
  .c-product-table__col--thead:last-of-type {
    padding-right: 135px;
  }
}

.c-product-table__remove-product {
  font-size: 1.4285714286rem;
  color: #E25556;
  height: 17px;
  position: relative;
  width: 17px;
}

.c-product-table__remove-product::before,
.c-product-table__remove-product::after {
  background: #E25556;
  content: " ";
  display: block;
  height: 1px;
  left: 0px;
  overflow: hidden;
  position: absolute;
  top: 8px;
  transform: rotate(45deg);
  transform-origin: center center;
  width: 100%;
}

.c-product-table__remove-product::after {
  transform: rotate(-45deg);
}

.c-product-table__icons {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  align-content: space-between;
  color: #7c99a1;
}

.c-product-table__icons > * {
  display: block;
  margin-right: 10px;
}

.c-product-table__details {
  padding: 10px 20px 30px 20px;
}

@media only screen and (min-width: 768px) {
  .c-product-table__details {
    display: flex;
    padding: 10px 20px 40px 25px;
  }
}

@media only screen and (min-width: 1025px) {
  .c-product-table__details {
    padding-bottom: 25px;
    width: 100%;
  }
}

.c-product-table__details__preview {
  position: relative;
}

@media only screen and (min-width: 768px) {
  .c-product-table__details__preview {
    flex: 0 0 300px;
    margin-right: 40px;
  }
}

.c-product-table__details__preview-item {
  overflow: hidden;
  position: relative;
}

.c-product-table__details__preview-image-container {
  position: relative;
  padding-top: 80.8955223881%;
}

.c-product-table__details__preview-image-area {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  transition: 0.1s ease-in-out;
  transition-property: height, width;
  width: 100%;
}

.c-product-table__details__preview-image-area[data-image-zoom="1"] {
  height: 100%;
  width: 100%;
}

.c-product-table__details__preview-image-area[data-image-zoom="2"] {
  cursor: grab;
  height: 125%;
  width: 125%;
}

.c-product-table__details__preview-image-area[data-image-zoom="2"]:active {
  cursor: grabbing;
}

.c-product-table__details__preview-image-area[data-image-zoom="3"] {
  cursor: grab;
  height: 150%;
  width: 150%;
}

.c-product-table__details__preview-image-area[data-image-zoom="3"]:active {
  cursor: grabbing;
}

.c-product-table__details__preview-controls {
  display: flex;
  justify-content: center;
  margin-top: 9px;
}

.c-product-table__details__preview-full-screen {
  z-index: 2;
}

.c-product-table__details__preview-icon-zoom {
  font-size: 1.4285714286rem;
  background-color: #d8d8d8;
  border-radius: 2px;
  color: #6d7278;
  padding: 8px 10px;
}

.c-product-table__details__preview-icon-zoom.is-disabled {
  color: rgba(109, 114, 120, 0.5);
}

.c-product-table__details__preview-icon-zoom--left {
  margin-right: 10px;
}

.c-product-table__details__preview-icon-zoom--right {
  margin-left: 10px;
}

.c-product-table__details__preview-play-pause-container {
  background-color: #7c99a1;
  border-radius: 2px;
  cursor: pointer;
  height: 36px;
  position: relative;
  width: 40px;
}

.c-product-table__details__preview-icon {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.c-product-table__details__preview-icon.is-disabled {
  display: none;
}

.c-product-table__details__props {
  -moz-column-count: 2;
       column-count: 2;
  padding: 30px 15px 0px 50px;
}

@media only screen and (min-width: 768px) {
  .c-product-table__details__props {
    padding: 30px 15px 0px 0px;
  }
}

.c-product-table__details__props-row {
  -moz-column-break-inside: avoid;
       break-inside: avoid-column;
  overflow: hidden;
}

.c-product-table__details__label {
  font-family: "Poppins", sans-serif;
  font-style: normal;
  font-weight: 500;
  color: #15262e;
  font-size: 13px;
  line-height: 1;
  margin-bottom: 7px;
}

.c-product-table__details__value {
  color: #5e6572;
  line-height: 1;
  margin-bottom: 15px;
}

.c-product-table__details__value.is-now {
  font-family: "Poppins", sans-serif;
  font-style: normal;
  font-weight: 500;
  color: #87b38d;
}

.c-product-table__details__buttons {
  text-align: center;
}

@media only screen and (min-width: 768px) {
  .c-product-table__details__buttons {
    align-items: flex-start;
    display: flex;
    flex-direction: column;
    text-align: left;
  }
}

@media only screen and (min-width: 1025px) {
  .c-product-table__details__buttons {
    position: absolute;
    margin-top: 0px;
    top: 28px;
    right: 58px;
  }
}

.c-product-table__details__button {
  display: block;
  margin-top: 15px;
  width: 100%;
}

@media only screen and (min-width: 768px) {
  .c-product-table__details__button {
    width: auto;
  }
}

.c-product-table__details__download {
  margin-top: 20px;
}

.c-product-table--pdp {
  padding-bottom: 80px;
  padding-top: 53px;
}

@media only screen and (min-width: 768px) {
  .c-product-table--pdp {
    padding-bottom: 130px;
    padding-top: 60px;
  }
}

@media only screen and (min-width: 1025px) {
  .c-product-table--pdp {
    padding-top: 0;
  }
}

.c-product-table--pdp .c-product-table__header {
  flex-direction: row;
  justify-content: flex-start;
}

.c-product-table--pdp .c-product-table__inner {
  padding-top: 0;
}

.c-product-table--pdp .c-product-table__tabs {
  margin-top: 0;
}

.c-js-image-360__image {
  position: absolute;
  height: 100%;
  left: 0;
  top: 0;
  width: 100%;
  -o-object-fit: contain !important;
     object-fit: contain !important;
}

.c-js-image-360__image.is-active {
  opacity: 1;
}

.c-js-image-360__image.is-disabled {
  opacity: 0;
}

.c-js-image-magnifier {
  background-color: #E0E5E8;
  border: solid 1px black;
  height: 150px;
  position: absolute;
  left: 0;
  top: 0;
  width: 150px;
}

.c-js-image-magnifier.is-active {
  display: block;
}

.c-js-image-magnifier.is-disabled {
  display: none;
}

.c-image-controls {
  background-color: #e0e5e8;
  height: 50px;
  margin-bottom: 15px;
  position: relative;
  width: 100%;
}

@media only screen and (min-width: 768px) {
  .c-image-controls {
    height: 70px;
  }
}

.c-image-controls__icon-zoom {
  font-size: 1.4285714286rem;
  color: #6d7278;
  cursor: pointer;
  position: absolute;
  top: 15px;
}

@media only screen and (min-width: 768px) {
  .c-image-controls__icon-zoom {
    font-size: 1.8571428571rem;
  }
}

@media only screen and (min-width: 768px) {
  .c-image-controls__icon-zoom {
    top: 22px;
  }
}

.c-image-controls__icon-zoom--left {
  left: 20px;
}

@media only screen and (min-width: 768px) {
  .c-image-controls__icon-zoom--left {
    left: 30px;
  }
}

.c-image-controls__icon-zoom--right {
  right: 20px;
}

@media only screen and (min-width: 768px) {
  .c-image-controls__icon-zoom--right {
    right: 30px;
  }
}

.c-image-controls__icon-zoom.is-disabled {
  opacity: 0.5;
}

.c-image-controls__icon-play-pause {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  background-color: #7c99a1;
  border-radius: 1.6px;
  cursor: pointer;
  height: 30px;
  position: relative;
  width: 34px;
}

@media only screen and (min-width: 768px) {
  .c-image-controls__icon-play-pause {
    border-radius: 2px;
    height: 36px;
    width: 40px;
  }
}

.c-image-controls__icon-play-pause.is-disabled {
  display: none;
}

.c-image-controls__icon-play {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.c-image-controls__icon-play.is-disabled {
  display: none;
}

.c-image-controls__icon-pause {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  height: auto;
  width: 10px;
}

@media only screen and (min-width: 768px) {
  .c-image-controls__icon-pause {
    height: 16px;
    width: 11px;
  }
}

.c-image-controls__icon-pause.is-disabled {
  display: none;
}

.c-image-controls-condensed {
  display: flex;
  justify-content: center;
  margin-top: 9px;
}

.c-image-controls-condensed__icon-zoom {
  font-size: 1.4285714286rem;
  background-color: #d8d8d8;
  border-radius: 2px;
  color: #6d7278;
  padding: 8px 10px;
}

.c-image-controls-condensed__icon-zoom.is-disabled {
  color: rgba(109, 114, 120, 0.5);
}

.c-image-controls-condensed__icon-zoom--left {
  margin-right: 10px;
}

.c-image-controls-condensed__icon-zoom--right {
  margin-left: 10px;
}

.c-image-controls-condensed__icon-play-pause {
  background-color: #7c99a1;
  border-radius: 2px;
  cursor: pointer;
  height: 36px;
  position: relative;
  width: 40px;
}

.c-image-controls-condensed__icon {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.c-image-controls-condensed__icon.is-disabled {
  display: none;
}

/*
STYLES FOR IMAGE COLOR BOX BG COMPONENT
.c-image-color-box-bg

Description: An image with a solid color box positioned underneath it. The box is offset
  from the image's position such that the left side and bottom of the box are visible.

Blade template file: /resources/views/components/misc/image-color-box-bg.blade.php
*/

.c-image-color-box-bg {
  position: relative;
  width: 88.8%;
}

@media only screen and (max-width: 767px) {
  .c-image-color-box-bg {
    max-width: 623px;
  }
}

@media only screen and (min-width: 768px) {
  .c-image-color-box-bg {
    max-width: 865px;
    width: 81.1197916667%;
  }
}

.c-image-color-box-bg__image {
  margin-left: 18px;
  position: relative;
  width: calc(100% - 16px);
  z-index: 2;
}

@media only screen and (min-width: 768px) {
  .c-image-color-box-bg__image {
    margin-left: 28px;
    max-width: 825px;
    width: calc(100% - 30px);
  }
}

@media only screen and (min-width: 1200px) {
  .c-image-color-box-bg__image {
    margin-left: 39px;
  }
}

.c-image-color-box-bg__box {
  background-color: #d3dfdd;
  height: 100%;
  position: absolute;
  top: 15px;
  width: calc(100% - 10px);
  z-index: 0;
}

@media only screen and (min-width: 768px) {
  .c-image-color-box-bg__box {
    max-width: 839px;
    top: 29px;
    width: calc(100% - 19px);
  }
}

@media only screen and (min-width: 1200px) {
  .c-image-color-box-bg__box {
    top: 40px;
  }
}

.c-image-stack__container {
  text-align: center;
}

@media only screen and (min-width: 1025px) {
  .c-image-stack__container {
    display: flex;
    flex-flow: row nowrap;
    justify-content: space-around;
  }

@supports (justify-content: space-evenly) {
    .c-image-stack__container {
      justify-content: space-evenly;
    }
}
}

@media only screen and (min-width: 1200px) {
  .c-image-stack__container {
    justify-content: center;
  }
}

.c-image-stack__first__image {
  display: inline-block;
  margin-bottom: 30px;
  position: relative;
  width: 295px;
  z-index: 1;
}

@media only screen and (max-width: 374px) {
  .c-image-stack__first__image {
    width: 240px;
  }
}

@media only screen and (min-width: 768px) {
  .c-image-stack__first__image {
    width: 598px;
  }
}

@media only screen and (min-width: 1025px) {
  .c-image-stack__first__image {
    flex: 0 0 auto;
    width: 400px;
    z-index: 2;
  }
}

@media only screen and (min-width: 1200px) {
  .c-image-stack__first__image {
    width: 500px;
  }
}

.c-image-stack__second {
  display: inline-block;
  position: relative;
}

@media only screen and (min-width: 1200px) {
  .c-image-stack__second {
    margin-left: 100px;
  }
}

.c-image-stack__second__image {
  position: relative;
  width: 295px;
  z-index: 2;
}

@media only screen and (max-width: 374px) {
  .c-image-stack__second__image {
    width: 240px;
  }
}

@media only screen and (min-width: 768px) {
  .c-image-stack__second__image {
    width: 598px;
  }
}

@media only screen and (min-width: 1025px) {
  .c-image-stack__second__image {
    flex: 0 0 auto;
    width: 400px;
  }
}

@media only screen and (min-width: 1200px) {
  .c-image-stack__second__image {
    width: 500px;
  }
}

.c-image-stack__second__color-box {
  background-color: #f1e1d7;
  height: 266px;
  margin-left: 20px;
  position: absolute;
  top: 20px;
  width: 295px;
  z-index: 0;
}

@media only screen and (max-width: 374px) {
  .c-image-stack__second__color-box {
    height: 225px;
    width: 240px;
  }
}

@media only screen and (min-width: 768px) {
  .c-image-stack__second__color-box {
    height: 539px;
    margin-left: 40px;
    top: 40px;
    width: 598px;
  }
}

@media only screen and (min-width: 1025px) {
  .c-image-stack__second__color-box {
    height: 360px;
    margin-left: 40px;
    width: 400px;
  }
}

@media only screen and (min-width: 1200px) {
  .c-image-stack__second__color-box {
    height: 450px;
    width: 500px;
  }
}

.c-image-stack--more-padding {
  padding-bottom: 60px;
}

@media only screen and (min-width: 768px) {
  .c-image-stack--more-padding {
    padding-bottom: 100px;
  }
}

.c-modal {
  background-color: rgba(0, 0, 0, 0.25);
  bottom: 0;
  height: 100vh;
  left: 0;
  right: 0;
  opacity: 0;
  overflow-x: hidden;
  overflow-y: hidden;
  pointer-events: none;
  position: fixed;
  top: 0;
  transition: opacity 0.25s ease-in-out;
  width: 100vw;
  z-index: 900;
}

.c-modal.is-open {
  opacity: 1;
  pointer-events: all;
}

.c-modal-diamond-preview {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  margin-left: auto;
  margin-right: auto;
  max-width: 1400px;
  top: 5%;
  width: calc(100% - 20px);
  z-index: 900;
}

@media only screen and (min-width: 768px) {
  .c-modal-diamond-preview {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
  }
}

@media only screen and (min-width: 768px) {
  .c-modal-diamond-preview {
    padding-top: 65.1890482399%;
    max-height: 85vh;
    width: calc(100% - 100px);
  }
}

@media only screen and (min-width: 1025px) {
  .c-modal-diamond-preview {
    padding-top: 50%;
    width: calc(100% - 200px);
  }
}

@media only screen and (min-width: 1280px) {
  .c-modal-diamond-preview {
    padding-top: 800px;
  }
}

.c-modal-diamond-preview--banner-fit {
  padding-top: 0 !important;
  height: auto !important;
  max-height: 95vh !important;
  top: var(--banner-top-offset, 4vh) !important;
  transform: translateX(-50%) !important;
}

@media only screen and (min-width: 768px) {
  .c-modal-diamond-preview--banner-fit {
    max-height: 90vh !important;
    top: var(--banner-top-offset, 5vh) !important;
  }
}

@media only screen and (min-width: 1025px) {
  .c-modal-diamond-preview--banner-fit {
    max-height: 92vh !important;
    top: var(--banner-top-offset, 4vh) !important;
  }
}

.c-modal-diamond-preview--banner-fit .c-modal-diamond-preview__container {
  position: relative !important;
  height: auto !important;
}

.c-modal-diamond-preview--banner-fit .c-modal-diamond-preview__inner {
  max-height: 95vh !important;
  padding: 30px 20px 30px !important;
}

@media only screen and (min-width: 768px) {
  .c-modal-diamond-preview--banner-fit .c-modal-diamond-preview__inner {
    max-height: 90vh !important;
    padding: 40px !important;
  }
}

@media only screen and (min-width: 1025px) {
  .c-modal-diamond-preview--banner-fit .c-modal-diamond-preview__inner {
    max-height: 92vh !important;
  }
}

.c-modal-diamond-preview--banner-fit .c-modal-diamond-preview__product-wrapper .c-carousel-product-detail__gallery-item {
  min-height: 300px !important;
}

@media only screen and (min-width: 768px) {
  .c-modal-diamond-preview--banner-fit .c-modal-diamond-preview__product-wrapper .c-carousel-product-detail__gallery-item {
    min-height: 500px !important;
  }
}

@media only screen and (min-width: 1025px) {
  .c-modal-diamond-preview--banner-fit .c-modal-diamond-preview__product-wrapper .c-carousel-product-detail__gallery-item {
    min-height: 600px !important;
  }
}

.c-modal-diamond-preview--banner-fit .c-modal-diamond-preview__product-wrapper .c-carousel-product-detail__container {
  padding-bottom: 40px !important;
}

.c-modal-diamond-preview__inner {
  background-color: #fff;
  display: block;
  padding: 50px 20px 60px;
  border-radius: 20px;
  overflow: hidden;
  max-height: 85vh;
  overflow-y: auto;
}

@media only screen and (min-width: 768px) {
  .c-modal-diamond-preview__inner {
    display: flex;
    padding: 40px;
    border-radius: 24px;
  }
}

.c-modal-diamond-preview__container {
  height: 100%;
  position: absolute;
  top: 0;
  width: 100%;
}

.c-modal-diamond-preview__item {
  width: 100%;
}

@media only screen and (min-width: 768px) {
  .c-modal-diamond-preview__item {
    width: 40.8805031447%;
  }
}

.c-modal-diamond-preview__item-container {
  overflow: hidden;
  position: relative;
}

.c-modal-diamond-preview__image-container {
  padding-top: 83.3333333333%;
  position: relative;
}

.c-modal-diamond-preview__image-area {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  transition: 0.1s ease-in-out;
  transition-property: height, width;
  width: 100%;
}

.c-modal-diamond-preview__image-area[data-image-zoom="1"] {
  height: 100%;
  width: 100%;
}

.c-modal-diamond-preview__image-area[data-image-zoom="2"] {
  cursor: grab;
  height: 125%;
  width: 125%;
}

.c-modal-diamond-preview__image-area[data-image-zoom="2"]:active {
  cursor: grabbing;
}

.c-modal-diamond-preview__image-area[data-image-zoom="3"] {
  cursor: grab;
  height: 150%;
  width: 150%;
}

.c-modal-diamond-preview__image-area[data-image-zoom="3"]:active {
  cursor: grabbing;
}

@media only screen and (min-width: 768px) {
  .c-modal-diamond-preview__copy-content {
    padding-left: 45px;
    padding-top: 7.6923076923%;
  }
}

.c-modal-diamond-preview__subtext {
  padding-top: 15px;
}

.c-modal-diamond-preview__price {
  font-family: "Poppins", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 1.5rem;
  color: #7c99a1;
  line-height: 36px;
  padding-top: 15px;
}

.c-modal-diamond-preview__buttons {
  margin-top: 15px;
}

.c-modal-diamond-preview__close {
  font-size: 1.2857142857rem;
  cursor: pointer;
  position: absolute;
  right: 20px;
  top: 20px;
  z-index: 10;
  background-color: rgba(255, 255, 255, 0.9);
  border-radius: 50%;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
}

@media only screen and (min-width: 768px) {
  .c-modal-diamond-preview__close {
    font-size: 2rem;
  }
}

.c-modal-diamond-preview__close:hover {
  background-color: rgba(0, 0, 0, 0.1);
  transform: scale(1.1);
}

@media only screen and (min-width: 768px) {
  .c-modal-diamond-preview__close {
    right: 30px;
    top: 30px;
    width: 44px;
    height: 44px;
  }
}

.c-modal-diamond-preview__content {
  width: 100%;
  max-width: 100%;
}

.c-modal-diamond-preview__product-wrapper {
  width: 100%;
  max-width: 100%;
}

.c-modal-diamond-preview__product-wrapper .c-carousel-product-detail {
  max-width: 100%;
}

.c-modal-diamond-preview__product-wrapper .c-carousel-product-detail__container {
  max-width: 100%;
  padding-left: 0;
  padding-right: 0;
}

.c-modal-diamond-preview__product-wrapper .c-carousel-product-detail__inner {
  position: relative;
  margin-bottom: 25px;
}

@media only screen and (min-width: 768px) {
  .c-modal-diamond-preview__product-wrapper .c-carousel-product-detail__inner {
    margin-bottom: 40px;
  }
}

.c-modal-diamond-preview__product-wrapper .c-carousel-product-detail__gallery {
  margin-left: 0;
  width: 100%;
}

@media only screen and (min-width: 768px) {
  .c-modal-diamond-preview__product-wrapper .c-carousel-product-detail__gallery {
    margin-left: 90px;
    width: 77.0348837209%;
  }
}

.c-modal-diamond-preview__product-wrapper .c-carousel-product-detail__gallery-item {
  min-height: 400px;
  position: relative;
}

@media only screen and (min-width: 768px) {
  .c-modal-diamond-preview__product-wrapper .c-carousel-product-detail__gallery-item {
    min-height: 500px;
  }
}

.c-modal-diamond-preview__product-wrapper .c-carousel-product-detail__image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.c-modal-diamond-preview__product-wrapper .c-carousel-product-detail__image-area {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.c-modal-diamond-preview__product-wrapper .c-carousel-product-detail__gallery-thumbs {
  display: flex !important;
  max-width: 100%;
  flex-direction: row;
}

@media only screen and (min-width: 768px) {
  .c-modal-diamond-preview__product-wrapper .c-carousel-product-detail__gallery-thumbs {
    flex-direction: column !important;
    max-width: 70px !important;
    left: 0 !important;
    position: absolute !important;
    top: 0 !important;
  }
}

.c-modal-diamond-preview__product-wrapper .c-carousel-product-detail__gallery-thumb {
  height: 60px;
  margin-right: 18px;
  max-width: 60px;
  outline: none;
  flex-shrink: 0;
}

@media only screen and (min-width: 768px) {
  .c-modal-diamond-preview__product-wrapper .c-carousel-product-detail__gallery-thumb {
    max-width: none !important;
    margin-bottom: 10px !important;
    margin-right: 0 !important;
    width: 70px !important;
  }
}

.c-modal-diamond-preview__product-wrapper .c-carousel-product-detail__gallery-thumb:last-child {
  margin-right: 0;
}

@media only screen and (min-width: 768px) {
  .c-modal-diamond-preview__product-wrapper .c-carousel-product-detail__gallery-thumb:last-child {
    margin-bottom: 0 !important;
  }
}

@media only screen and (min-width: 768px) {
  .c-modal-diamond-preview__product-wrapper .c-carousel-product-detail__gallery-thumbs.slick-slider {
    flex-direction: column !important;
  }

  .c-modal-diamond-preview__product-wrapper .c-carousel-product-detail__gallery-thumbs .slick-track {
    flex-direction: column !important;
    width: 70px !important;
  }

  .c-modal-diamond-preview__product-wrapper .c-carousel-product-detail__gallery-thumbs .slick-slide {
    width: 70px !important;
    margin-bottom: 10px !important;
  }
}

.c-modal-diamond-preview__product-wrapper .c-carousel-product-detail__thumb-image {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.c-modal-diamond-preview__product-wrapper .slick-track {
  display: flex;
  align-items: center;
}

.c-modal-diamond-preview__product-wrapper .slick-slide {
  height: auto;
}

.c-modal-diamond-preview__product-wrapper .slick-slide img {
  max-width: 100%;
  height: auto;
}

.c-modal-cart-prompt,
.c-modal-alert-box {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  background-color: #fff;
  padding: 40px;
  width: calc(100% - 40px);
  z-index: 900;
}

@media only screen and (min-width: 768px) {
  .c-modal-cart-prompt,
  .c-modal-alert-box {
    padding: 50px;
    width: 500px;
  }
}

.c-modal-cart-prompt__text {
  font-size: 1rem;
  color: #5e6572;
  line-height: 16px;
  padding-bottom: 15px;
  padding-right: 38px;
}

@media only screen and (min-width: 768px) {
  .c-modal-cart-prompt__text {
    font-size: 1.1428571429rem;
  }
}

@media only screen and (min-width: 768px) {
  .c-modal-cart-prompt__text {
    padding-bottom: 25px;
    line-height: 23px;
  }
}

.c-modal-cart-prompt__item {
  border-bottom: solid 1px #c2c2c2;
  border-top: solid 1px #c2c2c2;
  padding: 10px 10px 20px 10px;
}

@media only screen and (min-width: 768px) {
  .c-modal-cart-prompt__item {
    display: flex;
    justify-content: space-between;
    padding-bottom: 25px;
  }
}

.c-modal-cart-prompt__item-subtext {
  font-size: 0.8571428571rem;
  color: #7c99a1;
  line-height: 14px;
}

@media only screen and (min-width: 768px) {
  .c-modal-cart-prompt__item-subtext {
    font-size: 1rem;
  }
}

@media only screen and (min-width: 768px) {
  .c-modal-cart-prompt__item-subtext {
    line-height: 16px;
  }
}

.c-modal-cart-prompt__item-price {
  font-family: "Poppins", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 1rem;
  color: #15262e;
  line-height: 18px;
  padding-top: 10px;
}

@media only screen and (min-width: 768px) {
  .c-modal-cart-prompt__item-price {
    font-size: 1.1428571429rem;
  }
}

@media only screen and (min-width: 768px) {
  .c-modal-cart-prompt__item-price {
    line-height: 21px;
  }
}

.c-modal-cart-prompt__total {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 15px 10px 30px 10px;
}

.c-modal-cart-prompt__total-text {
  font-family: "Poppins", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 0.7142857143rem;
  color: #5e6572;
  letter-spacing: 2px;
  line-height: 15px;
  text-transform: uppercase;
}

.c-modal-cart-prompt__total-price {
  font-family: "Poppins", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 1.1428571429rem;
  color: #15262e;
  line-height: 21px;
}

@media only screen and (min-width: 768px) {
  .c-modal-cart-prompt__total-price {
    font-size: 1.2857142857rem;
  }
}

.c-modal-cart-prompt__buttons {
  padding-bottom: 12px;
}

.c-modal-cart-prompt__button {
  margin-bottom: 7.5px;
  margin-top: 7.5px;
}

.c-modal-cart-prompt__close {
  font-size: 1.2857142857rem;
  cursor: pointer;
  position: absolute;
  right: 20px;
  top: 20px;
}

@media only screen and (min-width: 768px) {
  .c-modal-cart-prompt__close {
    font-size: 1.7142857143rem;
  }
}

.c-modal-alert-box {
  padding: 60px;
}

.c-modal-alert-box__text-container {
  display: flex;
  text-align: center;
}

.c-modal-alert-box__icon {
  display: inline-block;
  height: 100%;
  margin-right: 10px;
}

.c-modal-alert-box__text {
  font-family: "Poppins", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 1rem;
  color: #5e6572;
  margin-top: -2px;
}

@media only screen and (min-width: 768px) {
  .c-modal-alert-box__text {
    font-size: 1.1428571429rem;
  }
}

@media only screen and (min-width: 768px) {
  .c-modal-alert-box__text {
    line-height: 23px;
  }
}

.c-modal-alert-box__text::before {
  content: url("/img/icons/exclamation.svg");
  padding-right: 10px;
  padding-top: 5px;
}

.c-modal-alert-box__button-container {
  text-align: center;
}

.c-modal-alert-box__button {
  margin-top: 15px;
  min-width: 150px;
}

@media only screen and (min-width: 768px) {
  .c-modal-alert-box__button {
    margin-top: 30px;
  }
}

.c-modal-alert-box__close {
  font-size: 1.2857142857rem;
  cursor: pointer;
  position: absolute;
  right: 20px;
  top: 20px;
}

@media only screen and (min-width: 768px) {
  .c-modal-alert-box__close {
    font-size: 1.7142857143rem;
  }
}

.c-search-bar {
  margin-bottom: 40px;
}

@media only screen and (min-width: 1025px) {
  .c-search-bar {
    margin-bottom: 0;
  }
}

.c-search-bar__inner {
  position: relative;
  margin-left: 20px;
  margin-right: 20px;
}

@media only screen and (min-width: 768px) {
  .c-search-bar__inner {
    margin-left: 40px;
    margin-right: 40px;
  }
}

@media only screen and (min-width: 1025px) {
  .c-search-bar__inner {
    margin-bottom: 15px;
    margin-right: 15px;
    width: 250px;
  }
}

.c-search-bar__button {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  font-size: 1.4285714286rem;
  background-color: #7c99a1;
  color: #fff;
  height: 100%;
  padding-left: 13px;
  padding-right: 13px;
  right: 0;
}

.c-advanced-search-filters__accordion-title-container {
  background-color: #e0e5e8;
  height: 64px;
  position: relative;
}

@media only screen and (min-width: 768px) {
  .c-advanced-search-filters__accordion-title-container {
    display: none;
  }
}

.c-advanced-search-filters__accordion-title {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  font-family: "Poppins", sans-serif;
  font-style: normal;
  font-weight: 300;
  font-size: 1.2857142857rem;
  line-height: 24px;
}

.c-advanced-search-filters__accordion-toggle {
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 10px;
  width: 100%;
}

@media only screen and (min-width: 768px) {
  .c-advanced-search-filters__accordion-toggle {
    display: none;
  }
}

.c-advanced-search-filters__accordion-toggle-button {
  background-color: #7c99a1;
  border-radius: 2px;
  color: #fff;
  width: 100%;
}

.c-advanced-search-filters__desktop-toggle {
  display: none;
}

@media only screen and (min-width: 768px) {
  .c-advanced-search-filters__desktop-toggle {
    position: relative;
    margin-top: -40px;
    border-bottom: 1px solid #c2c2c2;
    display: block;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    width: 100%;
    z-index: 100000;
  }
}

.c-advanced-search-filters__desktop-toggle-button.is-expanded .c-advanced-search-filters__desktop-toggle-button-icon {
  display: inline-block;
  transform: rotate(180deg);
}

.c-advanced-search-filters__desktop-count {
  font-size: 0.8571428571rem;
  align-items: center;
  background-color: #15262e;
  border-radius: 50%;
  display: flex;
  height: 25px;
  justify-content: center;
  left: -12.5px;
  opacity: 0;
  position: absolute;
  top: 11px;
  text-align: center;
  width: 25px;
}

.c-advanced-search-filters__desktop-count.is-active {
  opacity: 1;
}

.c-advanced-search-filters__accordion-title-icon {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  font-size: 1.7142857143rem;
  cursor: pointer;
  left: auto;
  right: 20px;
}

.c-advanced-search-filters__filters-container {
  max-height: 0px;
  overflow: hidden;
  transition: max-height 0.3125s ease-in-out;
  z-index: 1;
}

.c-advanced-search-filters__filters-container.is-active {
  max-height: 1000px;
}

.c-advanced-search-filters__accordion {
  background-color: #fff;
  border: none;
  min-height: 100vh;
  max-height: 100vh;
  opacity: 0;
  overflow-y: scroll;
  pointer-events: none;
  position: fixed;
  top: 0;
  transition: opacity 0.25s ease-in-out;
  z-index: 10000000000;
}

@media only screen and (min-width: 768px) {
  .c-advanced-search-filters__accordion {
    background-color: #fafafa;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    opacity: 1;
    overflow-y: visible;
    max-height: none;
    min-height: 100%;
    padding: 20px 50px 25px;
    pointer-events: all;
    position: relative;
    z-index: 1;
  }
}

@media only screen and (min-width: 1025px) {
  .c-advanced-search-filters__accordion {
    justify-content: unset;
    margin-left: auto;
    margin-right: auto;
    max-width: 1500px;
    padding-left: 1.3333333333%;
    padding-right: 1.3333333333%;
  }
}

@media only screen and (min-width: 1280px) {
  .c-advanced-search-filters__accordion {
    padding-left: 20px;
    padding-right: 20px;
  }
}

.c-advanced-search-filters__accordion.is-active {
  opacity: 1;
  pointer-events: all;
}

.c-advanced-search-filters__accordion-section {
  border-top: 1px solid #e0e5e8;
  padding: 25px 20px;
  position: relative;
  z-index: 1;
}

.c-advanced-search-filters__accordion-section--bottom {
  padding-bottom: 150px;
}

@media only screen and (min-width: 768px) {
  .c-advanced-search-filters__accordion-section {
    border-top: none;
    padding: 0;
  }
}

.c-advanced-search-filters__accordion-button {
  outline: none;
  padding-left: 10px;
  width: 100%;
}

.c-advanced-search-filters__accordion-button:active,
.c-advanced-search-filters__accordion-button:focus {
  outline: none;
}

.c-advanced-search-filters__accordion-button::after {
  padding-right: 10px;
}

@media only screen and (min-width: 768px) {
  .c-advanced-search-filters__accordion-button {
    display: flex;
    padding-left: 0;
  }

  .c-advanced-search-filters__accordion-button:after {
    display: none;
  }
}

.c-advanced-search-filters__accordion-heading,
.c-advanced-search-filters__content-title {
  font-size: 1rem;
  letter-spacing: 2px;
  line-height: 18px;
  text-transform: uppercase;
}

@media only screen and (min-width: 768px) {
  .c-advanced-search-filters__accordion-heading,
  .c-advanced-search-filters__content-title {
    display: inline-block;
    line-height: 20px;
    padding-right: 3px;
  }
}

.c-advanced-search-filters__accordion-subheading {
  font-size: 0.8571428571rem;
  color: #6d7278;
  line-height: 14px;
  padding-top: 5px;
  text-transform: none;
}

@media only screen and (min-width: 768px) {
  .c-advanced-search-filters__accordion-subheading {
    display: none;
  }
}

.c-advanced-search-filters__accordion-content {
  padding-left: 10px;
  padding-right: 10px;
  position: relative;
}

.c-advanced-search-filters__accordion-content--condensed-right {
  padding-right: 0;
}

@media only screen and (min-width: 768px) {
  .c-advanced-search-filters__accordion-content {
    padding: 0;
  }
}

.c-advanced-search-filters__shape-container {
  width: 100%;
}

@media only screen and (min-width: 768px) {
  .c-advanced-search-filters__shape-container {
    margin-top: -6px;
    padding-bottom: 15px;
    width: 48.6526946108%;
  }
}

@media only screen and (min-width: 1025px) {
  .c-advanced-search-filters__shape-container {
    margin-right: 2.2727272727%;
    padding-bottom: 15px;
    width: 31.8181818182%;
  }
}

@media only screen and (min-width: 1280px) {
  .c-advanced-search-filters__shape-container {
    width: 650px;
  }
}

.c-advanced-search-filters__shape-menu {
  display: flex;
  flex-wrap: wrap;
  margin-right: -10px;
  list-style: none;
  padding-left: 1px;
  padding-top: 10px;
  width: 103.1746031746%;
}

@media only screen and (min-width: 768px) {
  .c-advanced-search-filters__shape-menu {
    margin-right: 0;
    padding-top: 10px;
    width: 100%;
  }
}

.c-advanced-search-filters__shape-item,
.c-advanced-search-filters__ringstyle-item,
.c-advanced-search-filters__metalcolor-item,
.c-advanced-search-filters__metaltype-item,
.c-advanced-search-filters__certs-item {
  background-color: #fff;
  border: 1px solid #c2c2c2;
  cursor: pointer;
  height: 50px;
  margin-left: -1px;
  margin-top: -1px;
  position: relative;
  vertical-align: top;
  width: 55px;
}

.c-advanced-search-filters__shape-item--shorter-height {
  height: 69px;
}

.c-advanced-search-filters__shape-item.is-checked,
.is-checked.c-advanced-search-filters__ringstyle-item,
.is-checked.c-advanced-search-filters__metalcolor-item,
.is-checked.c-advanced-search-filters__metaltype-item,
.is-checked.c-advanced-search-filters__certs-item {
  background-color: #15262e;
  color: #fff;
}

.c-advanced-search-filters__shape-item.is-checked:hover,
.is-checked.c-advanced-search-filters__ringstyle-item:hover,
.is-checked.c-advanced-search-filters__metalcolor-item:hover,
.is-checked.c-advanced-search-filters__metaltype-item:hover,
.is-checked.c-advanced-search-filters__certs-item:hover {
  background-color: #15262e;
}

.c-advanced-search-filters__shape-item.is-checked .c-advanced-search-filters__shape-image,
.is-checked.c-advanced-search-filters__ringstyle-item .c-advanced-search-filters__shape-image,
.is-checked.c-advanced-search-filters__metalcolor-item .c-advanced-search-filters__shape-image,
.is-checked.c-advanced-search-filters__metaltype-item .c-advanced-search-filters__shape-image,
.is-checked.c-advanced-search-filters__certs-item .c-advanced-search-filters__shape-image {
  opacity: 0;
}

.c-advanced-search-filters__shape-item.is-checked .c-advanced-search-filters__shape-image--fill,
.is-checked.c-advanced-search-filters__ringstyle-item .c-advanced-search-filters__shape-image--fill,
.is-checked.c-advanced-search-filters__metalcolor-item .c-advanced-search-filters__shape-image--fill,
.is-checked.c-advanced-search-filters__metaltype-item .c-advanced-search-filters__shape-image--fill,
.is-checked.c-advanced-search-filters__certs-item .c-advanced-search-filters__shape-image--fill {
  opacity: 1;
}

.c-advanced-search-filters__shape-item:hover,
.c-advanced-search-filters__ringstyle-item:hover,
.c-advanced-search-filters__metalcolor-item:hover,
.c-advanced-search-filters__metaltype-item:hover,
.c-advanced-search-filters__certs-item:hover {
  background-color: #efeff2;
}

.c-advanced-search-filters__shape-image-container {
  height: 30px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 10px;
  position: relative;
  width: 100%;
}

.c-advanced-search-filters__shape-image-wrap {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
}

.c-advanced-search-filters__shape-image {
  height: 100%;
  width: 100%;
}

.c-advanced-search-filters__shape-image--fill {
  opacity: 0;
}

.c-advanced-search-filters__shape-text {
  font-size: 0.7857142857rem;
  line-height: 14px;
  padding-top: 5px;
  position: relative;
  text-align: center;
}

.c-advanced-search-filters__shape-text.is-checked {
  color: #fff;
}

.c-advanced-search-filters__shape-toggle,
.c-advanced-search-filters__ringstyle-toggle,
.c-advanced-search-filters__metalcolor-toggle,
.c-advanced-search-filters__metaltype-toggle,
.c-advanced-search-filters__certs-toggle {
  font-size: 1rem;
  color: #7c99a1;
  cursor: pointer;
  display: inline-block;
  line-height: 16px;
  padding-top: 20px;
  text-decoration: underline;
}

@media only screen and (min-width: 768px) {
  .c-advanced-search-filters__shape-toggle,
  .c-advanced-search-filters__ringstyle-toggle,
  .c-advanced-search-filters__metalcolor-toggle,
  .c-advanced-search-filters__metaltype-toggle,
  .c-advanced-search-filters__certs-toggle {
    display: none;
  }
}

.c-advanced-search-filters__shape-toggle.is-desktop,
.is-desktop.c-advanced-search-filters__ringstyle-toggle,
.is-desktop.c-advanced-search-filters__metalcolor-toggle,
.is-desktop.c-advanced-search-filters__metaltype-toggle,
.is-desktop.c-advanced-search-filters__certs-toggle {
  display: none;
}

@media only screen and (min-width: 768px) {
  .c-advanced-search-filters__shape-toggle.is-desktop,
  .is-desktop.c-advanced-search-filters__ringstyle-toggle,
  .is-desktop.c-advanced-search-filters__metalcolor-toggle,
  .is-desktop.c-advanced-search-filters__metaltype-toggle,
  .is-desktop.c-advanced-search-filters__certs-toggle {
    display: block;
    letter-spacing: 0;
    text-transform: none;
    text-align: right;
    padding-top: 0;
    width: 100%;
  }
}

.c-advanced-search-filters__checkbox-input--absolute {
  cursor: pointer;
  height: 100%;
  left: 0;
  opacity: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 2;
}

.c-advanced-search-filters__certs-menu {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  padding-left: 1px;
  padding-top: 10px;
}

@media only screen and (min-width: 768px) {
  .c-advanced-search-filters__certs-menu {
    padding-top: 10px;
  }
}

.c-advanced-search-filters__metaltype-menu {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  padding-left: 1px;
  padding-top: 10px;
}

@media only screen and (min-width: 768px) {
  .c-advanced-search-filters__metaltype-menu {
    padding-top: 10px;
  }
}

.c-advanced-search-filters__metalcolor-menu {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  padding-left: 1px;
  padding-top: 10px;
}

@media only screen and (min-width: 768px) {
  .c-advanced-search-filters__metalcolor-menu {
    padding-top: 10px;
  }
}

.c-advanced-search-filters__ringstyle-menu {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  padding-left: 1px;
  padding-top: 10px;
}

@media only screen and (min-width: 768px) {
  .c-advanced-search-filters__ringstyle-menu {
    padding-top: 10px;
  }
}

.c-advanced-search-filters__certifications-container {
  width: 100%;
}

@media only screen and (min-width: 768px) {
  .c-advanced-search-filters__certifications-container {
    padding-bottom: 25px;
    width: 44.9101796407%;
  }
}

@media only screen and (min-width: 1025px) {
  .c-advanced-search-filters__certifications-container {
    margin-right: 25px;
    padding-bottom: 15px;
    width: 27.2727272727%;
  }
}

@media only screen and (min-width: 1280px) {
  .c-advanced-search-filters__certifications-container {
    width: 300px;
  }
}

.c-advanced-search-filters__metaltype-container {
  width: 100%;
}

@media only screen and (min-width: 768px) {
  .c-advanced-search-filters__metaltype-container {
    padding-bottom: 25px;
    width: 59.880239521%;
  }
}

@media only screen and (min-width: 1025px) {
  .c-advanced-search-filters__metaltype-container {
    margin-right: 25px;
    padding-bottom: 15px;
    width: 36.3636363636%;
  }
}

@media only screen and (min-width: 1280px) {
  .c-advanced-search-filters__metaltype-container {
    width: 400px;
  }
}

.c-advanced-search-filters__metalcolor-container {
  width: 100%;
}

@media only screen and (min-width: 768px) {
  .c-advanced-search-filters__metalcolor-container {
    padding-bottom: 25px;
    width: 59.880239521%;
  }
}

@media only screen and (min-width: 1025px) {
  .c-advanced-search-filters__metalcolor-container {
    margin-right: 25px;
    padding-bottom: 15px;
    width: 36.3636363636%;
  }
}

@media only screen and (min-width: 1280px) {
  .c-advanced-search-filters__metalcolor-container {
    width: 400px;
  }
}

.c-advanced-search-filters__ringstyle-container {
  width: 100%;
}

@media only screen and (min-width: 768px) {
  .c-advanced-search-filters__ringstyle-container {
    padding-bottom: 25px;
    width: 59.880239521%;
  }
}

@media only screen and (min-width: 1025px) {
  .c-advanced-search-filters__ringstyle-container {
    margin-right: 25px;
    padding-bottom: 15px;
    width: 36.3636363636%;
  }
}

@media only screen and (min-width: 1280px) {
  .c-advanced-search-filters__ringstyle-container {
    width: 400px;
  }
}

.c-advanced-search-filters__certs-item {
  height: 50px;
  width: 40px;
}

.c-advanced-search-filters__certs-item.is-checked {
  background-color: #15262e;
  color: #fff;
}

.c-advanced-search-filters__certs-item.is-checked .c-advanced-search-filters__certs-item-image--checked {
  display: block;
}

.c-advanced-search-filters__certs-item.is-checked .c-advanced-search-filters__certs-item-image--unchecked {
  display: none;
}

.c-advanced-search-filters__metaltype-item {
  height: 50px;
  width: 40px;
}

.c-advanced-search-filters__metaltype-item.is-checked {
  background-color: #15262e;
  color: #fff;
}

.c-advanced-search-filters__metaltype-item.is-checked .c-advanced-search-filters__metaltype-item-image--checked {
  display: block;
}

.c-advanced-search-filters__metaltype-item.is-checked .c-advanced-search-filters__metaltype-item-image--unchecked {
  display: none;
}

.c-advanced-search-filters__metalcolor-item {
  height: 50px;
  width: 40px;
}

.c-advanced-search-filters__metalcolor-item.is-checked {
  background-color: #15262e;
  color: #fff;
}

.c-advanced-search-filters__metalcolor-item.is-checked .c-advanced-search-filters__metalcolor-item-image--checked {
  display: block;
}

.c-advanced-search-filters__metalcolor-item.is-checked .c-advanced-search-filters__metalcolor-item-image--unchecked {
  display: none;
}

.c-advanced-search-filters__ringstyle-item {
  height: 50px;
  width: 40px;
}

.c-advanced-search-filters__ringstyle-item.is-checked {
  background-color: #15262e;
  color: #fff;
}

.c-advanced-search-filters__ringstyle-item.is-checked .c-advanced-search-filters__ringstyle-item-image--checked {
  display: block;
}

.c-advanced-search-filters__ringstyle-item.is-checked .c-advanced-search-filters__ringstyle-item-image--unchecked {
  display: none;
}

.c-advanced-search-filters__certs-item-copy {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  opacity: 1;
  text-align: center;
  white-space: nowrap;
  font-size: 13px !important;
}

.c-advanced-search-filters__certs-item-copy.is-checked {
  color: #fff;
}

.c-advanced-search-filters__certs-item-copy--hidden {
  opacity: 0;
}

.c-advanced-search-filters__metaltype-item-copy {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  opacity: 1;
  text-align: center;
  white-space: nowrap;
  font-size: 13px !important;
}

.c-advanced-search-filters__metaltype-item-copy.is-checked {
  color: #fff;
}

.c-advanced-search-filters__metaltype-item-copy--hidden {
  opacity: 0;
}

.c-advanced-search-filters__metalcolor-item-copy {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  opacity: 1;
  text-align: center;
  white-space: nowrap;
  font-size: 13px !important;
}

.c-advanced-search-filters__metalcolor-item-copy.is-checked {
  color: #fff;
}

.c-advanced-search-filters__metalcolor-item-copy--hidden {
  opacity: 0;
}

.c-advanced-search-filters__ringstyle-item-copy {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  opacity: 1;
  text-align: center;
  white-space: nowrap;
  font-size: 13px !important;
}

.c-advanced-search-filters__ringstyle-item-copy.is-checked {
  color: #fff;
}

.c-advanced-search-filters__ringstyle-item-copy--hidden {
  opacity: 0;
}

.c-advanced-search-filters__certs-item-image,
.c-advanced-search-filters__certs-item-image--checked,
.c-advanced-search-filters__certs-item-image--unchecked {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.c-advanced-search-filters__certs-item-image--unchecked {
  display: block;
}

.c-advanced-search-filters__certs-item-image--checked {
  display: none;
}

.c-advanced-search-filters__metaltype-item-image,
.c-advanced-search-filters__metaltype-item-image--checked,
.c-advanced-search-filters__metaltype-item-image--unchecked {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.c-advanced-search-filters__metaltype-item-image--unchecked {
  display: block;
}

.c-advanced-search-filters__metaltype-item-image--checked {
  display: none;
}

.c-advanced-search-filters__metalcolor-item-image,
.c-advanced-search-filters__metalcolor-item-image--checked,
.c-advanced-search-filters__metalcolor-item-image--unchecked {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.c-advanced-search-filters__metalcolor-item-image--unchecked {
  display: block;
}

.c-advanced-search-filters__metalcolor-item-image--checked {
  display: none;
}

.c-advanced-search-filters__ringstyle-item-image,
.c-advanced-search-filters__ringstyle-item-image--checked,
.c-advanced-search-filters__ringstyle-item-image--unchecked {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.c-advanced-search-filters__ringstyle-item-image--unchecked {
  display: block;
}

.c-advanced-search-filters__ringstyle-item-image--checked {
  display: none;
}

.c-advanced-search-filters__images-container {
  width: 100%;
}

@media only screen and (min-width: 768px) {
  .c-advanced-search-filters__images-container {
    margin-right: 133px;
    width: 33.5329341317%;
  }
}

@media only screen and (min-width: 1025px) {
  .c-advanced-search-filters__images-container {
    margin-right: 0;
    width: 20.3636363636%;
  }
}

@media only screen and (min-width: 1280px) {
  .c-advanced-search-filters__images-container {
    width: 224px;
  }
}

.c-advanced-search-filters__images-content {
  padding-top: 26px;
}

@media only screen and (min-width: 768px) {
  .c-advanced-search-filters__images-content {
    padding-top: 17px;
  }
}

.c-advanced-search-filters__images-checkbox {
  align-items: center;
  display: flex;
  padding-bottom: 13px;
}

@media only screen and (min-width: 768px) {
  .c-advanced-search-filters__images-checkbox:last-child {
    padding-bottom: 0;
  }
}

.c-advanced-search-filters__images-checkbox-input,
.c-advanced-search-filters__other-checkbox-input,
.c-product-table__checkbox-input {
  border: solid 1px #c2c2c2;
  border-radius: 2px;
  min-height: 20px;
  min-width: 20px;
  margin-right: 15px;
  position: relative;
}

.c-advanced-search-filters__images-checkbox-input:before,
.c-advanced-search-filters__other-checkbox-input:before,
.c-product-table__checkbox-input:before {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  font-size: 0.7142857143rem;
  box-shadow: none;
  bottom: 4px;
  display: none;
}

.c-advanced-search-filters__images-checkbox-input:checked,
.c-advanced-search-filters__other-checkbox-input:checked,
.c-product-table__checkbox-input:checked {
  background-color: #15262e;
  border-color: #15262e;
}

.c-advanced-search-filters__images-checkbox-input:checked::before,
.c-advanced-search-filters__other-checkbox-input:checked::before,
.c-product-table__checkbox-input:checked::before {
  display: block;
  color: #fff;
}

.c-advanced-search-filters__images-checkbox-label,
.c-advanced-search-filters__fancy-colors-checkbox-label {
  font-size: 1.1428571429rem;
  line-height: 22px;
}

.c-advanced-search-filters__images-icon {
  font-size: 1rem;
  color: #7c99a1;
  margin-right: 10px;
}

.c-advanced-search-filters__color-container,
.c-advanced-search-filters__flr-container,
.c-advanced-search-filters__symmetry-container,
.c-advanced-search-filters__polish-container,
.c-advanced-search-filters__cut-container,
.c-advanced-search-filters__price-container,
.c-advanced-search-filters__carat-container-predefined,
.c-advanced-search-filters__carat-container {
  width: 100%;
}

@media only screen and (min-width: 768px) {
  .c-advanced-search-filters__color-container,
  .c-advanced-search-filters__flr-container,
  .c-advanced-search-filters__symmetry-container,
  .c-advanced-search-filters__polish-container,
  .c-advanced-search-filters__cut-container,
  .c-advanced-search-filters__price-container,
  .c-advanced-search-filters__carat-container-predefined,
  .c-advanced-search-filters__carat-container {
    padding-bottom: 25px;
    width: 44.9101796407%;
  }
}

@media only screen and (min-width: 1025px) {
  .c-advanced-search-filters__color-container,
  .c-advanced-search-filters__flr-container,
  .c-advanced-search-filters__symmetry-container,
  .c-advanced-search-filters__polish-container,
  .c-advanced-search-filters__cut-container,
  .c-advanced-search-filters__price-container,
  .c-advanced-search-filters__carat-container-predefined,
  .c-advanced-search-filters__carat-container {
    margin-right: 2.2727272727%;
    padding-bottom: 35px;
    width: 27.2727272727%;
  }
}

@media only screen and (min-width: 1280px) {
  .c-advanced-search-filters__color-container,
  .c-advanced-search-filters__flr-container,
  .c-advanced-search-filters__symmetry-container,
  .c-advanced-search-filters__polish-container,
  .c-advanced-search-filters__cut-container,
  .c-advanced-search-filters__price-container,
  .c-advanced-search-filters__carat-container-predefined,
  .c-advanced-search-filters__carat-container {
    margin-right: 25px;
    width: 300px;
  }
}

.c-advanced-search-filters__color-content,
.c-advanced-search-filters__cut-content,
.c-advanced-search-filters__price-content,
.c-advanced-search-filters__flr-content,
.c-advanced-search-filters__symmetry-content,
.c-advanced-search-filters__polish-content,
.c-advanced-search-filters__clarity-content,
.c-advanced-search-filters__carat-content {
  padding-bottom: 15px;
  padding-top: 0px;
}

@media only screen and (min-width: 768px) {
  .c-advanced-search-filters__color-content,
  .c-advanced-search-filters__cut-content,
  .c-advanced-search-filters__price-content,
  .c-advanced-search-filters__flr-content,
  .c-advanced-search-filters__symmetry-content,
  .c-advanced-search-filters__polish-content,
  .c-advanced-search-filters__clarity-content,
  .c-advanced-search-filters__carat-content {
    padding-bottom: 10px;
    padding-top: 0px;
  }
}

.c-advanced-search-filters__color-content .irs-min,
.c-advanced-search-filters__cut-content .irs-min,
.c-advanced-search-filters__price-content .irs-min,
.c-advanced-search-filters__flr-content .irs-min,
.c-advanced-search-filters__symmetry-content .irs-min,
.c-advanced-search-filters__polish-content .irs-min,
.c-advanced-search-filters__clarity-content .irs-min,
.c-advanced-search-filters__carat-content .irs-min,
.c-advanced-search-filters__color-content .irs-max,
.c-advanced-search-filters__cut-content .irs-max,
.c-advanced-search-filters__price-content .irs-max,
.c-advanced-search-filters__flr-content .irs-max,
.c-advanced-search-filters__symmetry-content .irs-max,
.c-advanced-search-filters__polish-content .irs-max,
.c-advanced-search-filters__clarity-content .irs-max,
.c-advanced-search-filters__carat-content .irs-max {
  display: none;
}

@media only screen and (min-width: 1025px) {
  .c-advanced-search-filters__carat-container {
    margin-right: 10px;
    margin-top: -6px;
    padding-bottom: 15px;
    width: 27.2727272727%;
  }
}

@media only screen and (min-width: 1280px) {
  .c-advanced-search-filters__carat-container {
    margin-right: 10px;
    margin-top: -6px;
    width: 400px;
  }
}

@media only screen and (min-width: 1025px) {
  .c-advanced-search-filters__carat-container-predefined {
    margin-right: 0;
    padding-bottom: 0px;
    width: 18.1818181818%;
  }
}

@media only screen and (min-width: 1280px) {
  .c-advanced-search-filters__carat-container-predefined {
    margin-right: 0;
    width: 200px;
  }
}

@media only screen and (min-width: 1025px) {
  .c-advanced-search-filters__price-container {
    margin-right: 25px;
  }
}

.c-advanced-search-filters__price-content,
.c-advanced-search-filters__flr-content,
.c-advanced-search-filters__symmetry-content,
.c-advanced-search-filters__polish-content,
.c-advanced-search-filters__clarity-content,
.c-advanced-search-filters__carat-content {
  padding-bottom: 15px;
  padding-top: 0px;
}

@media only screen and (min-width: 768px) {
  .c-advanced-search-filters__price-content,
  .c-advanced-search-filters__flr-content,
  .c-advanced-search-filters__symmetry-content,
  .c-advanced-search-filters__polish-content,
  .c-advanced-search-filters__clarity-content,
  .c-advanced-search-filters__carat-content {
    padding-bottom: 0;
    padding-top: 0px;
  }
}

.c-advanced-search-filters__clarity-container {
  width: 100%;
}

@media only screen and (min-width: 768px) {
  .c-advanced-search-filters__clarity-container {
    padding-bottom: 5px;
    width: 59.880239521%;
  }
}

@media only screen and (min-width: 1025px) {
  .c-advanced-search-filters__clarity-container {
    margin-right: 25px;
    width: 36.3636363636%;
  }
}

@media only screen and (min-width: 1280px) {
  .c-advanced-search-filters__clarity-container {
    width: 400px;
  }
}

.c-advanced-search-filters__clarity-content .irs-min,
.c-advanced-search-filters__clarity-content .irs-max {
  display: none;
}

@media only screen and (min-width: 768px) {
  .c-advanced-search-filters__clarity-content {
    padding-bottom: 10px;
  }
}

.c-advanced-search-filters__cut-content .irs-min,
.c-advanced-search-filters__cut-content .irs-max {
  display: none;
}

@media only screen and (min-width: 768px) {
  .c-advanced-search-filters__cut-content {
    padding-bottom: 10px;
  }
}

.c-advanced-search-filters__polish-content .irs-min,
.c-advanced-search-filters__polish-content .irs-max {
  display: none;
}

@media only screen and (min-width: 768px) {
  .c-advanced-search-filters__polish-content {
    padding-bottom: 10px;
  }
}

.c-advanced-search-filters__symmetry-content .irs-min,
.c-advanced-search-filters__symmetry-content .irs-max {
  display: none;
}

@media only screen and (min-width: 768px) {
  .c-advanced-search-filters__symmetry-content {
    padding-bottom: 10px;
  }
}

.c-advanced-search-filters__flr-content .irs-min,
.c-advanced-search-filters__flr-content .irs-max {
  display: none;
}

@media only screen and (min-width: 768px) {
  .c-advanced-search-filters__flr-content {
    padding-bottom: 10px;
    padding-top: 11px;
  }

  .c-advanced-search-filters__flr-content .irs-grid-text.js-grid-text-0 {
    margin-left: -3.21093% !important;
  }
}

.c-advanced-search-filters__advanced-filters {
  width: 100%;
}

@media only screen and (min-width: 768px) {
  .c-advanced-search-filters__advanced-filters {
    padding-top: 5px;
  }
}

@media only screen and (min-width: 768px) {
  .c-advanced-search-filters__advanced-filters-container {
    display: flex;
    flex-wrap: wrap;
  }
}

@media only screen and (min-width: 1025px) {
  .c-advanced-search-filters__advanced-filters-container {
    padding-bottom: 28px;
  }
}

.c-advanced-search-filters__content-title {
  padding-left: 0;
}

.c-advanced-search-filters__content-title:after {
  display: none;
}

.c-advanced-search-filters__size-content {
  padding-bottom: 15px;
}

@media only screen and (min-width: 768px) {
  .c-advanced-search-filters__size-content {
    margin-right: 25px;
    padding-bottom: 15px;
    padding-top: 0;
    width: 44.9101796407%;
  }
}

@media only screen and (min-width: 1025px) {
  .c-advanced-search-filters__size-content {
    margin-right: 25px;
    width: 27.2727272727%;
  }
}

@media only screen and (min-width: 1280px) {
  .c-advanced-search-filters__size-content {
    margin-right: 25px;
    width: 300px;
  }
}

.c-advanced-search-filters__size-input-from,
.c-advanced-search-filters__size-input-to {
  position: relative;
}

.c-advanced-search-filters__table-content,
.c-advanced-search-filters__depth-content {
  padding-bottom: 30px;
}

@media only screen and (min-width: 768px) {
  .c-advanced-search-filters__table-content,
  .c-advanced-search-filters__depth-content {
    width: 44.9101796407%;
  }
}

@media only screen and (min-width: 1025px) {
  .c-advanced-search-filters__table-content,
  .c-advanced-search-filters__depth-content {
    margin-right: 25px;
    width: 27.2727272727%;
  }
}

@media only screen and (min-width: 1280px) {
  .c-advanced-search-filters__table-content,
  .c-advanced-search-filters__depth-content {
    width: 300px;
  }
}

.c-advanced-search-filters__table-input-from {
  position: relative;
}

.c-advanced-search-filters__table-input-to {
  position: relative;
}

@media only screen and (min-width: 768px) {
  .c-advanced-search-filters__depth-content {
    margin-right: 300px;
  }
}

@media only screen and (min-width: 1025px) {
  .c-advanced-search-filters__depth-content {
    margin-right: 0;
  }
}

.c-advanced-search-filters__depth-input-from {
  position: relative;
}

.c-advanced-search-filters__depth-input-to {
  position: relative;
}

@media only screen and (min-width: 768px) {
  .c-advanced-search-filters__fancy-colors-content {
    margin-right: 43px;
    width: 33.5329341317%;
  }
}

@media only screen and (min-width: 1025px) {
  .c-advanced-search-filters__fancy-colors-content {
    margin-right: 46px;
    width: 20.3636363636%;
  }
}

@media only screen and (min-width: 1280px) {
  .c-advanced-search-filters__fancy-colors-content {
    width: 224px;
  }
}

.c-advanced-search-filters__fancy-colors-checkboxes {
  padding-top: 14px;
}

.c-advanced-search-filters__fancy-colors-checkbox {
  align-items: center;
  display: flex;
  padding-bottom: 10px;
}

.c-advanced-search-filters__fancy-colors-checkbox-input {
  background-color: #fff;
  border: 1px solid #c2c2c2;
  border-radius: 50%;
  min-height: 20px;
  min-width: 20px;
  margin-right: 15px;
}

.c-advanced-search-filters__fancy-colors-checkbox-input:checked {
  border: 6px solid #15262e;
}

.c-advanced-search-filters__other-checkbox {
  align-items: flex-start;
  display: flex;
  padding-bottom: 30px;
  padding-top: 20px;
}

.c-advanced-search-filters__other-checkbox-input {
  border: 1px solid #c2c2c2;
  border-radius: 2px;
  height: 30px;
  margin-right: 15px;
  width: 30px;
}

.c-advanced-search-filters__other-checkbox-input:before {
  font-size: 1.0714285714rem;
  bottom: 6px;
  display: none;
}

.c-advanced-search-filters__other-icon-container {
  padding-top: 3px;
}

.c-advanced-search-filters__other-checkbox-label {
  padding-top: 10px;
}

.c-advanced-search-filters__accordion-filters-toggle {
  align-items: center;
  background-color: #fff;
  bottom: 0;
  box-shadow: 0 -2px 4px 0 rgba(0, 0, 0, 0.1);
  display: flex;
  height: 80px;
  justify-content: space-between;
  left: 0;
  padding-left: 1.3333333333%;
  padding-right: 1.3333333333%;
  position: fixed;
  width: 100%;
  z-index: 3;
}

@media only screen and (max-width: 374px) {
  .c-advanced-search-filters__accordion-filters-toggle {
    padding-left: 5px;
    padding-right: 5px;
  }
}

@media only screen and (min-width: 768px) {
  .c-advanced-search-filters__accordion-filters-toggle {
    display: none;
  }
}

.c-advanced-search-filters__accordion-filters-reset {
  align-items: center;
  background-color: #d8d8d8;
  border-radius: 2px;
  color: #6d7278;
  display: flex;
  height: 30px;
  padding: 5px 10px;
}

.c-advanced-search-filters__accordion-filters-reset:hover {
  cursor: pointer;
}

@media only screen and (max-width: 599px) {
  .c-advanced-search-filters__accordion-filters-reset--desktop {
    display: none;
  }
}

.c-advanced-search-filters__accordion-filters-reset-icon {
  font-size: 1.1428571429rem;
  margin-right: 8px;
}

.c-advanced-search-filters__accordion-filters-reset-title {
  font-size: 0.9285714286rem;
  line-height: 21px;
}

.c-advanced-search-filters__accordion-filters-apply {
  padding: 15px 56px;
}

.c-advanced-search-filters__desktop-button-list {
  display: flex;
  justify-content: space-between;
  margin-top: -25px;
  padding-bottom: 15px;
}

.c-range-slider .irs-line {
  background-color: #c2c2c2;
  border-radius: 0;
  height: 10px;
}

.c-range-slider .irs-bar {
  background-image: linear-gradient(269deg, #15262e 0%, #5e6572 100%);
  height: 10px;
}

.c-range-slider .irs-to,
.c-range-slider .irs-from,
.c-range-slider .irs-single {
  display: none;
}

.c-range-slider .irs-handle {
  background-color: #fff;
  border: 1px solid #c2c2c2;
  box-shadow: 1px 1px 4px 0 rgba(0, 0, 0, 0.1);
  height: 30px;
  top: 15px;
  width: 15px;
  z-index: 3;
}

.c-range-slider .irs-handle i:first-child {
  display: none;
}

.c-range-slider .irs-handle:hover {
  cursor: pointer;
}

.c-range-slider .irs-grid-pol {
  background: #fff;
  height: 10px;
  top: -15px;
  z-index: 2;
}

.c-range-slider .irs-grid-pol.small {
  display: none;
}

.c-range-slider .irs-grid-text {
  font-family: "Poppins", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 0.8571428571rem;
  line-height: 14px;
  top: 15px;
}

@media only screen and (min-width: 768px) {
  .c-range-slider .irs-grid-text {
    font-size: 1rem;
  }
}

@media only screen and (min-width: 768px) {
  .c-range-slider .irs-grid-text {
    line-height: 16px;
  }
}

.c-range-slider__inputs {
  color: #6d7278;
  display: flex;
  justify-content: space-between;
  padding-top: 10px;
}

.c-range-slider__input {
  border: 1px solid #c2c2c2;
  border-radius: 2px;
  color: #6d7278;
  max-width: 100px;
  padding-left: 8px;
  text-transform: lowercase;
}

.c-range-slider__input--align-right {
  padding-right: 8px;
  text-align: right;
}

.c-range-slider__min-max {
  font-size: 0.8571428571rem;
  color: #6d7278;
  display: flex;
  justify-content: space-between;
  line-height: 14px;
  padding-top: 15px;
}

@media only screen and (min-width: 768px) {
  .c-range-slider__min-max {
    display: none;
  }
}

.c-range-slider__min,
.c-range-slider__max {
  text-align: center;
  padding-left: 8px;
  padding-right: 8px;
  width: 32px;
}

.c-faq-list {
  background: #f8f8f8;
}

.c-faq-list__icon {
  padding: 40px 0;
  text-align: center;
}

@media only screen and (min-width: 768px) {
  .c-faq-list__icon {
    padding: 60px 0 40px;
  }
}

.c-faq-list__icon__img {
  display: inline-block;
  height: 20px;
  width: auto;
}

.c-faq-list__body {
  padding: 0 0 70px;
}

@media only screen and (min-width: 768px) {
  .c-faq-list__body {
    padding: 0 0 100px;
  }
}

@media only screen and (min-width: 1025px) {
  .c-faq-list__body {
    padding: 0 0 150px;
  }
}

.c-faq-list__faq__question {
  font-size: 1.2857142857rem;
  border-top: 1px solid #c2c2c2;
  cursor: pointer;
  font-weight: 400;
  letter-spacing: 0.05px;
  line-height: 26px;
  padding: 30px 50px 30px 15px;
  position: relative;
}

@media only screen and (min-width: 768px) {
  .c-faq-list__faq__question {
    font-size: 1.5rem;
  }
}

.c-faq-list__faq__question::before,
.c-faq-list__faq__question::after {
  background: #15262e;
  content: " ";
  height: 1px;
  right: 15px;
  overflow: hidden;
  position: absolute;
  top: 42px;
  transform: rotate(0deg);
  transition: transform 0.18s linear;
  width: 13px;
}

.c-faq-list__faq__question::after {
  transform: rotate(90deg);
}

.c-faq-list__faq__question.is-active::after {
  transform: rotate(0deg);
}

@media only screen and (min-width: 768px) {
  .c-faq-list__faq__question {
    line-height: 32px;
    padding-left: 25px;
    padding-right: 75px;
  }

  .c-faq-list__faq__question::before,
  .c-faq-list__faq__question::after {
    right: 25px;
    top: 44px;
  }
}

@media only screen and (min-width: 1025px) {
  .c-faq-list__faq__question {
    padding-left: 30px;
    padding-right: 80px;
  }

  .c-faq-list__faq__question::before,
  .c-faq-list__faq__question::after {
    right: 30px;
  }
}

.c-faq-list__faq__answer {
  overflow: hidden;
  max-height: 0;
  transition: max-height 0.5s ease-in-out;
}

.c-faq-list__faq__answer-text {
  padding: 0 15px 30px 15px;
}

@media only screen and (min-width: 768px) {
  .c-faq-list__faq__answer-text {
    padding-left: 25px;
    padding-right: 75px;
  }
}

@media only screen and (min-width: 1025px) {
  .c-faq-list__faq__answer-text {
    padding-left: 30px;
    padding-right: 80px;
  }
}

/*
STYLES FOR SOCIAL SHARE COMPONENT
.c-social-share

Description: Call to share the page content on social media/with friends (Facebook, Twitter, email).
  Has a script headline and 3 icons below, evenly spaced. URLs must be set for the icons to appear.
  Can be nested inside another element as needed.

Blade template file: /resources/views/components/misc/social-share.blade.php
*/

.c-social-share {
  margin: 0 auto;
  text-align: center;
  width: -moz-fit-content;
  width: fit-content;
}

.c-social-share__headline {
  color: #15262e;
  margin-bottom: 20px;
}

@media only screen and (min-width: 768px) {
  .c-social-share__headline {
    margin-bottom: 40px;
  }
}

.c-social-share__link {
  color: #15262e;
  margin-right: 77px;
  text-decoration: none;
}

.c-social-share__link:last-child {
  margin-right: 0;
}

@media only screen and (min-width: 768px) {
  .c-social-share__link {
    margin-right: 103px;
  }
}

.c-social-share__icon {
  font-size: 30px;
}

@media only screen and (min-width: 768px) {
  .c-social-share__icon {
    font-size: 40px;
  }
}

.c-tooltip {
  display: inline-block;
  position: relative;
  vertical-align: middle;
  z-index: 5;
}

.c-tooltip:hover .c-tooltip__popout,
.c-tooltip:focus .c-tooltip__popout {
  opacity: 1;
  pointer-events: auto;
}

@media only screen and (max-width: 767px) {
  .c-tooltip {
    display: none;
  }
}

.c-tooltip__icon {
  font-size: 1.0714285714rem;
  padding-top: 12px;
}

.c-tooltip__icon:hover,
.c-tooltip__icon:focus {
  cursor: pointer;
}

.c-tooltip__icon:hover .c-tooltip__popout,
.c-tooltip__icon:focus .c-tooltip__popout {
  opacity: 1;
  pointer-events: auto;
}

.c-tooltip__popout {
  font-family: "Poppins", sans-serif;
  font-style: normal;
  font-weight: 300;
  font-size: 0.7857142857rem;
  background: #fff;
  bottom: 100%;
  box-shadow: 1px 1px 5px 0 rgba(0, 0, 0, 0.1);
  color: #15262e;
  left: 50%;
  letter-spacing: 0;
  line-height: 13px;
  margin-bottom: 15px;
  min-width: 200px;
  opacity: 0;
  padding: 10px 15px;
  pointer-events: none;
  position: absolute;
  text-transform: none;
  transform: translateX(-50%);
  z-index: 5;
}

@media only screen and (max-width: 599px) {
  .c-tooltip__popout {
    display: none;
  }
}

.c-tooltip__popout::before,
.c-tooltip__popout::after {
  content: "";
  display: block;
  position: absolute;
  pointer-events: none;
  border-left: 13px solid transparent;
  border-right: 13px solid transparent;
  border-top: 10px solid #fff;
  height: 0;
  left: 50%;
  pointer-events: auto;
  top: 100%;
  transform: translateX(-50%);
  width: 0;
}

.c-tooltip__popout::before {
  z-index: 2;
}

.c-tooltip__popout::after {
  border-top-color: rgba(0, 0, 0, 0.03);
  margin-top: 1px;
  z-index: 1;
}

.c-tooltip__popout:hover {
  opacity: 1;
  pointer-events: auto;
}

.c-stepper-body {
  background: #f5f5f5;
  padding: 80px 0;
}

.c-stepper-panel {
  height: 0px;
  opacity: 0;
  overflow: hidden;
  transition: height 0.001s linear 0s, opacity 0.001s linear 0s;
}

.c-stepper-panel.is-active {
  height: auto;
  opacity: 1;
  transition: height 0.001s linear 0s, opacity 0.5s ease 0.002s;
}

.c-stepper-panel__container {
  background: #fff;
  box-shadow: 2px 2px 4px 0px rgba(0, 0, 0, 0.1);
  margin-bottom: 20px;
  max-width: 770px;
  padding: 0px;
  width: calc(100% - 50px);
}

.c-stepper-panel__container--wide {
  max-width: 1180px;
}

.c-stepper-panel__title {
  font-size: 1.1428571429rem;
  background: #7c99a1;
  color: #fff;
  font-weight: 400;
  line-height: 20px;
  padding: 20px;
  position: relative;
  text-align: center;
}

@media only screen and (min-width: 768px) {
  .c-stepper-panel__title {
    font-size: 1.2857142857rem;
  }
}

@media only screen and (min-width: 1025px) {
  .c-stepper-panel__title {
    padding: 25px;
  }
}

.c-stepper-panel__title__step {
  font-size: 0.9285714286rem;
  color: #D3DFDD;
  letter-spacing: 0.5px;
  margin-bottom: 15px;
}

@media only screen and (min-width: 768px) {
  .c-stepper-panel__title__step {
    font-size: 1rem;
  }
}

@media only screen and (min-width: 1025px) {
  .c-stepper-panel__title__step {
    margin-bottom: 20px;
  }
}

.c-stepper-panel__form-body {
  padding: 25px 30px 0px;
}

.c-stepper-panel__cart-heading {
  font-size: 1.2857142857rem;
  font-weight: 400;
  line-height: 1.5em;
  padding: 15px 25px;
}

@media only screen and (min-width: 768px) {
  .c-stepper-panel__cart-heading {
    font-size: 1.5rem;
  }
}

.c-stepper-panel__cart-price-row {
  font-size: 1.2857142857rem;
  align-items: center;
  border-bottom: 1px solid #E0E5E8;
  border-top: 1px solid #E0E5E8;
  display: flex;
  flex-flow: row nowrap;
  font-weight: 400;
  justify-content: flex-start;
  line-height: 1.5em;
  margin-bottom: 20px;
  padding: 18px 25px;
}

@media only screen and (min-width: 768px) {
  .c-stepper-panel__cart-price-row {
    font-size: 1.5rem;
  }
}

.c-stepper-panel__cart-price-row__amount {
  margin-left: auto;
}

.c-stepper-panel__prev-next {
  align-items: flex-start;
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  padding: 10px 30px 30px;
}

.c-stepper-panel__prev-next .c-button,
.c-stepper-panel__prev-next .c-form-file__label {
  margin-bottom: 10px;
  min-width: none;
  width: 100%;
}

@media screen and (min-width: 430px) {
  .c-stepper-panel__prev-next .c-button,
  .c-stepper-panel__prev-next .c-form-file__label {
    margin-bottom: 0px;
    min-width: 150px;
    width: auto;
  }
}

.c-stepper-panel__prev-next--align-end {
  justify-content: flex-end;
}

.c-stepper-panel__prev-next--smaller-pad {
  padding-left: 20px;
  padding-right: 20px;
}

.c-stepper-panel__form-heading {
  padding: 0 0 25px;
}

.c-stepper-panel__form-heading--less-pad {
  padding-bottom: 8px;
}

.c-stepper-panel__form-heading-text {
  font-size: 1rem;
  line-height: 1.5em;
  font-weight: 400;
  padding-bottom: 10px;
}

.c-stepper-panel__form-requirements {
  font-size: 0.8571428571rem;
  color: #6D7278;
  font-weight: 400;
  line-height: 1.5em;
}

.c-stepper-panel__form-section {
  margin-bottom: 0px;
}

@media only screen and (min-width: 768px) {
  .c-stepper-panel__form-section {
    margin-bottom: 0px;
  }
}

.c-stepper-panel__form-divider {
  border-top: 1px solid #E0E5E8;
  margin-bottom: 25px;
  margin-top: 25px;
}

.c-stepper-panel__form-group-heading {
  font-size: 1rem;
  flex: 0 0 100%;
  font-weight: 600;
  line-height: 1.5em;
  padding: 0 10px 10px;
  width: 100%;
}

.c-stepper-panel__form-group-large-heading {
  font-size: 1.2857142857rem;
  flex: 0 0 100%;
  font-weight: 400;
  line-height: 1.5em;
  padding: 0 10px 10px;
  width: 100%;
}

@media only screen and (min-width: 768px) {
  .c-stepper-panel__form-group-large-heading {
    font-size: 1.5rem;
  }
}

.c-stepper-panel__form-group-copy {
  font-size: 1rem;
  flex: 0 0 100%;
  font-weight: 300;
  line-height: 2em;
  padding: 0 10px 10px;
  width: 100%;
}

.c-stepper-panel__form-group-copy--mb-small {
  font-size: 0.8571428571rem;
  line-height: 1.333em;
}

@media only screen and (min-width: 768px) {
  .c-stepper-panel__form-group-copy--mb-small {
    font-size: 1rem;
  }
}

@media only screen and (min-width: 768px) {
  .c-stepper-panel__form-group-copy--mb-small {
    line-height: 2em;
  }
}

.c-stepper-panel__form-group-list {
  font-size: 1rem;
  flex: 0 0 100%;
  font-weight: 300;
  line-height: 2em;
  padding: 0 10px 10px;
  width: 100%;
}

@media only screen and (min-width: 768px) {
  .c-stepper-panel__form-group-list {
    font-size: 1.1428571429rem;
  }
}

.c-stepper-panel__form-group-list ul,
.c-stepper-panel__form-group-list ol {
  margin-left: 15px;
  padding-left: 0px;
}

.c-stepper-panel__form-group-list ul li,
.c-stepper-panel__form-group-list ol li {
  color: #7C99A1;
  font-weight: 500;
  margin-left: 15px;
  padding-left: 15px;
}

.c-stepper-panel__form-group-list ul li span,
.c-stepper-panel__form-group-list ol li span {
  color: #15262e;
  font-weight: 300;
}

.c-stepper-panel__review-intro {
  font-size: 1rem;
  line-height: 1.5em;
  font-weight: 400;
  padding-bottom: 12px;
}

.c-stepper-panel__review-column-container {
  align-items: flex-start;
  display: flex;
  flex-flow: row wrap;
  justify-content: flex-start;
  margin: 0 -25px;
}

.c-stepper-panel__review-column {
  box-sizing: content-box;
  padding: 10px 25px 0;
  flex: 0 0 calc(100% - 50px);
  width: calc(100% - 50px);
}

@media only screen and (min-width: 600px) {
  .c-stepper-panel__review-column {
    padding: 25px 25px;
  }
}

@media only screen and (min-width: 1025px) {
  .c-stepper-panel__review-column {
    flex: 0 0 calc(50% - 50px);
    width: calc(50% - 50px);
  }
}

.c-stepper-panel__review-column__title {
  font-size: 1rem;
  line-height: 1.5em;
  font-weight: 600;
  padding-bottom: 10px;
  padding-left: 30px;
  position: relative;
}

@media only screen and (min-width: 600px) {
  .c-stepper-panel__review-column__title {
    padding-bottom: 25px;
    padding-left: 0px;
  }
}

.c-stepper-panel__review-column__title__toggle {
  border: 1px solid #15262e;
  border-radius: 2.5px;
  display: block;
  height: 13px;
  left: 5px;
  top: 4px;
  position: absolute;
  width: 13px;
}

@media only screen and (min-width: 600px) {
  .c-stepper-panel__review-column__title__toggle {
    display: none;
  }
}

.c-stepper-panel__review-column__title__toggle::before,
.c-stepper-panel__review-column__title__toggle::after {
  background: #15262e;
  content: " ";
  height: 1px;
  left: 2px;
  overflow: hidden;
  position: absolute;
  top: 5px;
  transform: rotate(0deg);
  transform-origin: 50% 50%;
  transition: transform 0.18s linear;
  width: 7px;
}

.c-stepper-panel__review-column__title__toggle::after {
  transform: rotate(90deg);
}

.c-stepper-panel__review-column__title.is-active .c-stepper-panel__review-column__title__toggle::after {
  transform: rotate(0deg);
}

.c-stepper-panel__review-column__expand-section {
  max-height: 0px;
  overflow: hidden;
  transition: max-height 0.5s ease-in-out;
}

@media only screen and (min-width: 600px) {
  .c-stepper-panel__review-column__expand-section {
    max-height: none !important;
  }
}

.c-stepper-panel__review-column__table {
  border-collapse: collapse;
  border-spacing: 0;
  display: block;
  table-layout: fixed;
  width: 100%;
}

.c-stepper-panel__review-column__table tbody {
  display: block;
}

.c-stepper-panel__review-column__table tr {
  display: block;
}

.c-stepper-panel__review-column__table tr td {
  font-size: 1rem;
  display: block;
  line-height: 1.5em;
  padding: 8px 12px;
  width: 100%;
}

@media only screen and (min-width: 600px) {
  .c-stepper-panel__review-column__table tr td {
    padding: 15px;
  }
}

.c-stepper-panel__review-column__table tr td:first-child {
  font-weight: 500;
}

.c-stepper-panel__review-column__table tr td.c-stepper-panel__review-column__heading-td {
  font-size: 1.1428571429rem;
  background: #e0e5e8;
  line-height: 2em;
  padding: 12px 15px;
}

@media only screen and (min-width: 768px) {
  .c-stepper-panel__review-column__table tr td.c-stepper-panel__review-column__heading-td {
    font-size: 1.2857142857rem;
  }
}

.c-stepper-panel__review-column__table tr td.c-stepper-panel__review-column__desc-td {
  font-size: 1rem;
  font-weight: 300;
  line-height: 2em;
  padding: 12px 15px;
}

.c-stepper-panel__review-column__table tr td.c-stepper-panel__review-column__desc-td ul {
  padding-left: 20px;
}

.c-stepper-panel__review-column__table tr td.c-stepper-panel__review-column__desc-td ul li {
  padding-left: 15px;
  margin-left: 20px;
  margin-top: 8px;
}

.c-stepper-panel__review-column__table tr td.c-stepper-panel__review-column__desc-td ul li:first-child {
  margin-top: 0px;
}

.c-stepper-panel__review-column__table tr:nth-child(odd) td {
  background: #f6f6f6;
}

@media only screen and (min-width: 600px) {
  .c-stepper-panel__review-column__table {
    display: table;
  }

  .c-stepper-panel__review-column__table tbody {
    display: table-row-group;
  }

  .c-stepper-panel__review-column__table tr {
    display: table-row;
  }

  .c-stepper-panel__review-column__table tr td {
    display: table-cell;
    width: auto;
  }
}

.c-stepper-panel__review-column__table--product {
  table-layout: auto;
}

@media only screen and (min-width: 600px) {
  .c-stepper-panel__review-column__table--product tr td:first-child:not(.c-stepper-panel__review-column__heading-td) {
    width: 70px;
  }
}

@media only screen and (max-width: 599px) {
  .c-stepper-panel__review-column__table--product tr td:first-child:not(.c-stepper-panel__review-column__heading-td) {
    padding-bottom: 0px;
  }

  .c-stepper-panel__review-column__table--product tr td:first-child:not(.c-stepper-panel__review-column__heading-td) + td {
    padding-top: 5px;
  }
}

.c-stepper-panel__review-column__table--product tr td:nth-child(3) {
  font-weight: 500;
}

@media only screen and (min-width: 600px) {
  .c-stepper-panel__review-column__table--product tr td:nth-child(3) {
    width: 95px;
  }
}

@media only screen and (max-width: 599px) {
  .c-stepper-panel__review-column__table--product tr td:nth-child(3) {
    padding-bottom: 0px;
  }

  .c-stepper-panel__review-column__table--product tr td:nth-child(3) + td {
    padding-top: 5px;
  }
}

.c-stepper-panel__thankyou {
  margin: 0 auto;
  max-width: 490px;
  padding: 4em 20px;
  text-align: center;
}

.c-stepper-panel__thankyou__heading {
  margin-bottom: 0.4762em;
}

.c-stepper-panel__thankyou__text {
  margin-bottom: 1.3333em;
}

.c-stepper-bottom-box__container {
  background: #E0E5E8;
  box-shadow: 2px 2px 4px 0px rgba(0, 0, 0, 0.1);
  margin-bottom: 20px;
  max-width: 770px;
  padding: 0px;
  width: calc(100% - 50px);
}

.c-stepper-bottom-box__container__inner {
  padding: 20px;
}

@media only screen and (min-width: 1025px) {
  .c-stepper-bottom-box__container__inner {
    padding: 30px;
  }
}

.c-stepper-bottom-box__title {
  font-size: 1.1428571429rem;
  font-weight: 400;
  line-height: 1.333em;
  margin-bottom: 0.6667em;
}

@media only screen and (min-width: 768px) {
  .c-stepper-bottom-box__title {
    font-size: 1.2857142857rem;
  }
}

.c-stepper-bottom-box__p {
  font-size: 1rem;
  line-height: 1.8em;
  margin-top: 5px;
}

.c-stepper-bottom-box__p b {
  font-weight: 500;
}

.position-table {
  position: relative;
}

.print-result-button {
  position: absolute;
  right: 318px;
  top: 39px;
}

.download-pdf-button {
  position: absolute;
  top: 40px;
  right: 683px;
}

.email-pdf-button {
  position: absolute;
  top: 40px;
  right: 510px;
}

@media all and (min-width: 768px) and (max-width: 1024px) {
  .print-result-button {
    position: absolute;
    right: 21px;
    top: 88px;
  }

  div#print-results a {
    min-width: 90px;
    padding: 15px 10px;
  }
}

@media all and (max-width: 767px) {
  .print-result-button {
    position: inherit !important;
    text-align: center;
    padding: 15px 0;
  }
}

@media all and (min-width: 768px) and (max-width: 1024px) {
  .download-pdf-button {
    right: 157px;
    top: 88px;
  }

  div#download-pdf a {
    min-width: 100px;
    padding: 15px 10px;
  }

  .email-pdf-button {
    right: 270px;
  }

  div#email-pdf a {
    min-width: 100px;
    padding: 15px 10px;
  }
}

@media all and (max-width: 767px) {
  .download-pdf-button {
    position: inherit !important;
    text-align: center;
    padding: 15px 0;
  }
}

@media (min-width: 1025px) and (max-width: 1114px) {
  .print-result-button {
    right: 300px;
  }

  div#print-results a {
    min-width: 130px;
    padding: 15px 10px;
  }

  .email-pdf-button {
    right: 440px;
  }

  div#email-pdf a {
    min-width: 85px;
    padding: 15px 10px;
  }

  .download-pdf-button {
    right: 535px;
  }

  div#download-pdf a {
    min-width: 90px;
    padding: 15px 10px;
    font-size: 10px;
  }
}

@media (min-width: 1115px) and (max-width: 1250px) {
  .download-pdf-button {
    right: 610px;
    min-width: 100px;
  }

  div#download-pdf a {
    min-width: 100px;
    padding: 15px 10px;
  }

  div#email-pdf a {
    min-width: 100px;
    padding: 15px 10px;
  }

  .email-pdf-button {
    position: absolute;
    top: 40px;
    right: 495px;
  }

  div#print-results a {
    padding: 15px 10px;
  }
}

@media all and (min-width: 768px) and (max-width: 1024px) {
  .email-pdf-button {
    position: absolute;
    right: 270px;
    top: 88px;
  }
}

@media all and (max-width: 767px) {
  .email-pdf-button {
    position: inherit !important;
    text-align: center;
    padding: 15px 0;
  }
}

@media only screen and (min-width: 1025px) {
  .why-rdi-image-stack .c-image-stack__container {
    margin-top: -138px;
  }
}

.why-rdi-cardlist-opposing .c-cardlist-opposing {
  margin-top: 95px;
}

@media only screen and (min-width: 768px) {
  .why-rdi-cardlist-opposing .c-cardlist-opposing {
    margin-top: 149px;
  }
}

@media only screen and (min-width: 768px) {
  .why-rdi-cardlist-opposing .c-cardlist-opposing__card__button--stack:first-of-type {
    width: 158px;
  }
}

.job-detail {
  background-color: #fafafa;
}

.job-detail-container {
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
  padding: 5px 38px 100px;
}

@media only screen and (min-width: 768px) {
  .job-detail-container {
    padding-bottom: 120px;
    padding-left: 10.9375%;
    padding-right: 10.9375%;
    padding-top: 10px;
  }
}

@media only screen and (min-width: 1025px) {
  .job-detail-container {
    padding-bottom: 150px;
    padding-left: 15.15625%;
    padding-right: 14.53125%;
    padding-top: 21px;
  }
}

@media only screen and (min-width: 1280px) {
  .job-detail-container {
    padding-left: 194px;
    padding-right: 186px;
  }
}

.job-detail-container h1 {
  padding-bottom: 10px;
  padding-top: 20px;
}

.job-detail-container h2 {
  padding-bottom: 10px;
  padding-top: 20px;
}

.job-detail-description {
  padding-top: 10px;
}

.job-detail-description p {
  font-size: 1.1428571429rem;
  line-height: 32px;
}

@media only screen and (min-width: 768px) {
  .job-detail-description p {
    font-size: 1.2857142857rem;
  }
}

@media only screen and (min-width: 768px) {
  .job-detail-description p {
    line-height: 36px;
  }
}

.job-detail-content {
  padding-top: 20px;
}

.job-detail-type {
  padding-bottom: 28px;
  padding-top: 28px;
}

.job-detail-buttons .c-button,
.job-detail-buttons .c-form-file__label {
  min-width: 150px;
  margin-right: 10px;
}

.blog-detail {
  color: #15262e;
  overflow: hidden;
}

@media only screen and (min-width: 1280px) {
  .blog-detail {
    margin: auto;
    max-width: 1280px;
  }
}

.blog-detail .c-image-color-box-bg {
  margin: 30px auto 45px;
}

@media only screen and (min-width: 768px) {
  .blog-detail .c-image-color-box-bg {
    margin: 50px auto 79px;
  }
}

@media only screen and (min-width: 1280px) {
  .blog-detail .c-image-color-box-bg {
    margin: 75px auto 89px;
  }
}

.blog-detail .c-social-share {
  margin-bottom: 60px;
}

@media only screen and (min-width: 768px) {
  .blog-detail .c-social-share {
    margin-bottom: 80px;
  }
}

@media only screen and (min-width: 1280px) {
  .blog-detail .c-social-share {
    margin-bottom: 130px;
  }
}

.blog-detail .cms-post-content {
  margin: 45px 37px 64px;
}

@media only screen and (min-width: 768px) {
  .blog-detail .cms-post-content {
    margin: 79px 84px 80px;
    max-width: 900px;
  }
}

@media only screen and (min-width: 1025px) {
  .blog-detail .cms-post-content {
    margin: 79px auto 80px;
  }
}

@media only screen and (min-width: 1200px) {
  .blog-detail .cms-post-content {
    margin: 89px auto 90px;
  }
}

.blog-detail .cms-post-content .quote-callout {
  display: block;
  margin: 30px 0;
  padding: 20px 0 20px 20px;
  position: relative;
  width: 100%;
  z-index: 1;
}

@media only screen and (max-width: 767px) {
  .blog-detail .cms-post-content .quote-callout {
    max-width: 590px;
  }
}

@media only screen and (min-width: 768px) {
  .blog-detail .cms-post-content .quote-callout {
    max-width: 850px;
    padding: 20px 0 20px 45px;
  }
}

@media only screen and (min-width: 1025px) {
  .blog-detail .cms-post-content .quote-callout {
    padding: 40px 0 40px 50px;
  }
}

.blog-detail .cms-post-content .quote-callout:before {
  background-color: #d3dfdd;
  content: "";
  height: 80%;
  left: 0;
  position: absolute;
  top: 10%;
  width: 3px;
}

@media only screen and (min-width: 768px) {
  .blog-detail .cms-post-content .quote-callout:before {
    height: 72%;
    top: 12%;
    width: 5px;
  }
}

@media only screen and (min-width: 1280px) {
  .blog-detail .cms-post-content .quote-callout:before {
    height: 58%;
    top: 21%;
  }
}

.blog-detail .cms-post-content .quote-callout:after {
  background-color: #fafafa;
  content: "";
  height: 100%;
  position: absolute;
  right: -44px;
  top: 0;
  width: 100%;
  z-index: -1;
}

@media only screen and (min-width: 768px) {
  .blog-detail .cms-post-content .quote-callout:after {
    right: -40px;
    width: calc(100% - 55px);
  }
}

@media only screen and (min-width: 1280px) {
  .blog-detail .cms-post-content .quote-callout:after {
    right: -50px;
    width: calc(100% - 119px);
  }
}

.blog-detail .cms-post-content p {
  margin-bottom: 10px;
}

@media only screen and (min-width: 768px) {
  .blog-detail .cms-post-content p {
    margin-bottom: 20px;
  }
}

@media only screen and (min-width: 1025px) {
  .blog-detail .cms-post-content p {
    margin-bottom: 15px;
  }
}

.blog-detail .cms-post-content p.u-typography--h2,
.blog-detail .cms-post-content p.u-typography--h3 {
  margin-bottom: 20px;
}

@media only screen and (min-width: 1025px) {
  .blog-detail .cms-post-content p.u-typography--h2,
  .blog-detail .cms-post-content p.u-typography--h3 {
    margin-bottom: 15px;
  }
}

.blog-detail .cms-post-content strong {
  font-family: "Poppins", sans-serif;
  font-style: normal;
  font-weight: 600;
}

.blog-detail .cms-post-content ol,
.blog-detail .cms-post-content ul {
  margin-bottom: 10px;
}

@media only screen and (min-width: 768px) {
  .blog-detail .cms-post-content ol,
  .blog-detail .cms-post-content ul {
    margin-bottom: 20px;
  }
}

@media only screen and (min-width: 1025px) {
  .blog-detail .cms-post-content ol,
  .blog-detail .cms-post-content ul {
    margin-bottom: 15px;
  }
}

.blog-detail .cms-post-content ol li,
.blog-detail .cms-post-content ul li {
  padding-bottom: 10px;
}

.blog-detail .cms-post-content ol li:last-child,
.blog-detail .cms-post-content ul li:last-child {
  padding-bottom: 0;
}

.blog-detail .cms-post-content img {
  margin: 30px 0;
  width: 100%;
}

@media only screen and (min-width: 768px) {
  .blog-detail .cms-post-content img {
    margin: 40px 0;
  }
}

@media only screen and (min-width: 1025px) {
  .blog-detail .cms-post-content img {
    margin: 60px 0;
  }
}

@media only screen and (min-width: 1025px) {
  .blog-detail .post-preview-banners {
    display: flex;
    margin: 0 auto;
  }
}

.blog-detail .c-blog-post-preview {
  max-width: 640px;
}

@media only screen and (min-width: 1025px) {
  .blog-detail .c-blog-post-preview {
    flex: 1 0 50%;
  }
}

.blog-detail .c-blog-post-preview--next {
  margin: 0 0 0 auto;
}

@media only screen and (min-width: 1025px) {
  .blog-detail .c-blog-post-preview--next {
    margin: 0;
    top: 80px;
  }
}

@media only screen and (min-width: 1025px) and (max-width: 1199px) {
  .blog-detail .c-blog-post-preview__script--next {
    left: 210px !important;
  }
}

@media only screen and (min-width: 1025px) and (max-width: 1199px) {
  .blog-detail .c-blog-post-preview__script--previous {
    left: 45px !important;
  }
}

.blog-detail .c-banner-social-callout {
  margin-bottom: 0;
  margin-top: 60px;
}

@media only screen and (min-width: 768px) {
  .blog-detail .c-banner-social-callout {
    margin-bottom: 0;
    margin-top: 80px;
  }
}

@media only screen and (min-width: 1025px) {
  .blog-detail .c-banner-social-callout {
    margin-bottom: 50px;
    margin-top: 129px;
  }
}

.client-tools-detail {
  overflow: hidden;
}

.client-tools-detail .c-banner-benefits-overview {
  background-color: #fafafa;
}

.client-tools-detail .c-banner-benefits-overview__top {
  padding-bottom: 60px;
  padding-top: 60px;
}

@media only screen and (min-width: 768px) {
  .client-tools-detail .c-banner-benefits-overview__top {
    padding-bottom: 100px;
    padding-top: 80px;
  }
}

@media only screen and (min-width: 1025px) {
  .client-tools-detail .c-banner-benefits-overview__top {
    padding-bottom: 160px;
    padding-top: 100px;
  }
}

.client-tools-detail .c-banner-benefits-overview__content {
  padding-top: 0;
}

@media only screen and (min-width: 1025px) {
  .client-tools-detail .c-banner-benefits-overview__content {
    padding-top: 30px;
  }
}

@media only screen and (min-width: 768px) {
  .client-tools-detail .c-banner-testimonial {
    margin-bottom: 20px;
  }
}

@media only screen and (min-width: 768px) {
  .client-tools-detail .c-banner-testimonial__inner {
    padding: 100px 60px 80px;
  }
}

.client-tools-detail .c-banner-enroll,
.client-tools-detail .c-banner-enroll--content-only {
  margin-bottom: 80px;
  margin-top: 80px;
}

@media only screen and (min-width: 768px) {
  .client-tools-detail .c-banner-enroll,
  .client-tools-detail .c-banner-enroll--content-only {
    margin-bottom: 130px;
    margin-top: 100px;
  }
}

@media only screen and (min-width: 1025px) {
  .client-tools-detail .c-banner-enroll,
  .client-tools-detail .c-banner-enroll--content-only {
    margin-bottom: 150px;
    margin-top: 120px;
  }
}

.client-tools-detail .c-banner-two-cards {
  margin-bottom: 80px;
}

@media only screen and (min-width: 768px) {
  .client-tools-detail .c-banner-two-cards {
    margin-bottom: 130px;
  }
}

@media only screen and (min-width: 1025px) {
  .client-tools-detail .c-banner-two-cards {
    margin-bottom: 150px;
  }
}

.client-tools-detail .c-top-diamonds-divider {
  display: none;
  height: 85px;
  position: relative;
}

@media only screen and (min-width: 768px) {
  .client-tools-detail .c-top-diamonds-divider {
    display: block;
  }

  .client-tools-detail .c-top-diamonds-divider::after {
    background: transparent url("/img/misc/cta-shadow.png") 50% 50% no-repeat;
    background-size: contain;
    content: " ";
    display: block;
    left: -80px;
    opacity: 0.75;
    overflow: hidden;
    position: absolute;
    top: 15px;
    transform: rotate(100deg) scale(1, -1);
    width: 224px;
    height: 231px;
  }
}

.client-tools-detail .conclusion-banner {
  margin: 0 20px 40px;
}

@media only screen and (min-width: 768px) {
  .client-tools-detail .conclusion-banner {
    margin: 0 70px 50px;
  }
}

@media only screen and (min-width: 1025px) {
  .client-tools-detail .conclusion-banner {
    margin: 0 auto 50px;
    max-width: 937px;
  }
}

.client-tools-detail .conclusion-banner__copy {
  margin: 0 20px 30px;
  text-align: center;
}

@media only screen and (min-width: 768px) {
  .client-tools-detail .conclusion-banner__copy {
    margin: 0 0 33px;
  }
}

@media only screen and (min-width: 1025px) {
  .client-tools-detail .conclusion-banner__copy {
    margin-bottom: 31px;
  }
}

.client-tools-detail .conclusion-banner__copy__eyebrow {
  color: #15262e;
  margin-bottom: 30px;
}

@media only screen and (min-width: 768px) {
  .client-tools-detail .conclusion-banner__copy__eyebrow {
    margin-bottom: 40px;
  }
}

.client-tools-detail .conclusion-banner__copy__script {
  color: #7c99a1;
}

.client-tools-detail .conclusion-banner__image {
  margin: auto;
  max-width: 752px;
  width: 100%;
}

.client-tools-detail .conclusion-banner--rewards {
  margin-bottom: 0px;
}

.history {
  padding-bottom: 70px;
}

@media only screen and (min-width: 768px) {
  .history {
    padding-bottom: 80px;
  }
}

@media only screen and (min-width: 1025px) {
  .history {
    padding-bottom: 50px;
  }
}

@media only screen and (min-width: 768px) {
  .trade-shows {
    padding-bottom: 10px;
  }
}

@media only screen and (min-width: 1025px) {
  .trade-shows {
    padding-bottom: 40px;
  }
}

.trade-shows__bottom-listing {
  padding-top: 30px;
  position: relative;
}

@media only screen and (min-width: 768px) {
  .trade-shows__bottom-listing {
    padding-bottom: 10px;
  }
}

@media only screen and (min-width: 1025px) {
  .trade-shows__bottom-listing {
    padding-bottom: 40px;
    padding-top: 61px;
  }
}

.c-advanced-search-filters__accordion-section.filter-disabled {
  opacity: 0;
  pointer-events: none;
}

.toolkit__container {
  display: flex;
  flex-flow: column nowrap;
  height: 100vh;
  width: 100%;
}

@media only screen and (min-width: 1025px) {
  .toolkit__container {
    flex-wrap: wrap;
  }
}

.toolkit__column,
.toolkit__column--content,
.toolkit__column--nav {
  flex: 0 0 auto;
  height: auto;
  position: relative;
  width: 100%;
  z-index: 1;
}

@media only screen and (min-width: 1025px) {
  .toolkit__column,
  .toolkit__column--content,
  .toolkit__column--nav {
    height: 100%;
    width: 80%;
  }
}

@media only screen and (min-width: 1025px) {
  .toolkit__column--nav {
    border-right: 1px solid rgba(0, 0, 0, 0.1);
    overflow: scroll;
    width: 20%;
  }
}

@media only screen and (min-width: 1025px) {
  .toolkit__column--content {
    overflow: hidden;
  }
}

.toolkit__navigation {
  display: flex;
  flex-flow: column nowrap;
  margin: 0;
  padding: 0;
  width: 100%;
}

.toolkit__navigation__item {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  display: block;
  width: 100%;
}

.toolkit__navigation__anchor {
  display: block;
  line-height: inherit;
  padding: 15px 20px;
  text-align: left;
  width: 100%;
}

.toolkit__navigation__anchor.is-disabled {
  opacity: 0.5;
  pointer-events: none;
}

.toolkit__brand {
  display: block;
  padding: 20px;
}

.toolkit__brand__logo {
  display: block;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  max-width: 150px;
}

.toolkit__content {
  left: 0;
  height: 100%;
  opacity: 0;
  pointer-events: none;
  position: absolute;
  right: 0;
  top: 0;
  visibility: hidden;
  width: 100%;
  z-index: 1;
}

@media only screen and (min-width: 1025px) {
  .toolkit__content {
    overflow-x: hidden;
    overflow-y: scroll;
  }
}

.toolkit__content__heading {
  background-color: rgba(0, 0, 0, 0.05);
  padding: 0.5em;
}

.toolkit__content.is-active {
  opacity: 1;
  pointer-events: auto;
  visibility: visible;
}

.toolkit__content-area {
  padding: 1em 1em 6em;
}

@media only screen and (min-width: 768px) {
  .toolkit__content-area {
    padding: 1em 2em 6em;
  }
}

.toolkit__content-area__description {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  margin-bottom: 50px;
  padding-bottom: 40px;
}

.toolkit__content-area__section + .toolkit__content-area__section {
  margin-top: 50px;
}

.toolkit__content-area__heading {
  font-size: 1.5em;
  font-weight: 600;
  margin-bottom: 20px;
}

.toolkit__palette {
  align-items: normal;
  display: flex;
  flex-flow: row wrap;
  margin: -10px;
}

.toolkit__palette + .toolkit__palette {
  margin-top: 25px;
}

@media only screen and (min-width: 768px) {
  .toolkit__palette + .toolkit__palette {
    margin-top: 35px;
  }
}

.toolkit__palette__box {
  border: 1px solid rgba(0, 0, 0, 0.1);
  color: #fff;
  height: 100px;
  margin: 10px;
  position: relative;
  width: calc(50% - 20px);
}

@media only screen and (min-width: 600px) {
  .toolkit__palette__box {
    width: calc(33.333% - 20px);
  }
}

@media only screen and (min-width: 768px) {
  .toolkit__palette__box {
    width: calc(25% - 20px);
  }
}

.toolkit__palette__box::before {
  content: attr(data-palette-hex);
  display: block;
  position: absolute;
  pointer-events: none;
  font-size: 12px;
  bottom: 0;
  color: currentColor;
  font-weight: 600;
  line-height: 1.5;
  left: 0;
  padding: 5px;
  text-transform: lowercase;
  white-space: pre;
  width: 150px;
}

.toolkit__palette__title {
  font-size: 1.125rem;
  padding: 0 10px;
  width: 100%;
}

.toolkit__code pre {
  border: 1px solid rgba(0, 0, 0, 0.04);
  max-height: 500px;
  padding: 5px;
  overflow: scroll;
}

.toolkit__code__component-label {
  font-size: 1.05em;
  margin: 15px auto;
}

.toolkit__table {
  margin-top: 20px;
  text-align: left;
  width: 100%;
}

.tk-color-box {
  height: 150px;
  margin-bottom: 20px;
  width: 400px;
}

.tk-color-box--top-left-bevel {
  background-color: #f1e1d7;
  position: relative;
}

.tk-color-box--top-left-bevel::after {
  content: "";
  display: block;
  position: absolute;
  pointer-events: none;
  border-style: solid;
  height: 0;
  opacity: 0.2;
  pointer-events: none;
  top: 0;
  width: calc(200px - 100px);
  z-index: 0;
}

.tk-color-box--top-left-bevel::after {
  border-color: #fff transparent #fff transparent;
  border-width: 0 0 150px 100px;
  right: 0;
}

.tk-color-box--top-right-bevel {
  background-color: #f1e1d7;
  position: relative;
}

.tk-color-box--top-right-bevel::after {
  content: "";
  display: block;
  position: absolute;
  pointer-events: none;
  border-style: solid;
  height: 0;
  opacity: 0.2;
  pointer-events: none;
  top: 0;
  width: calc(200px - 100px);
  z-index: 0;
}

.tk-color-box--top-right-bevel::after {
  border-color: transparent transparent #fff transparent;
  border-width: 0 100px 150px 0;
  left: 0;
}

.tk-color-box--bottom-left-bevel {
  background-color: #f1e1d7;
  position: relative;
}

.tk-color-box--bottom-left-bevel::after {
  content: "";
  display: block;
  position: absolute;
  pointer-events: none;
  border-style: solid;
  height: 0;
  opacity: 0.2;
  pointer-events: none;
  top: 0;
  width: calc(200px - 100px);
  z-index: 0;
}

.tk-color-box--bottom-left-bevel::after {
  border-color: #fff transparent transparent transparent;
  border-width: 150px 0 0 100px;
  right: 0;
}

.tk-color-box--bottom-right-bevel {
  background-color: #f1e1d7;
  position: relative;
}

.tk-color-box--bottom-right-bevel::after {
  content: "";
  display: block;
  position: absolute;
  pointer-events: none;
  border-style: solid;
  height: 0;
  opacity: 0.2;
  pointer-events: none;
  top: 0;
  width: calc(200px - 100px);
  z-index: 0;
}

.tk-color-box--bottom-right-bevel::after {
  border-color: #fff transparent transparent transparent;
  border-width: 150px 100px 0 0;
  left: 0;
}

[data-animation-type] {
  visibility: hidden;
}

.no-js [data-animation-type],
.toolkit [data-animation-type] {
  opacity: 1;
  visibility: visible;
}

.animated {
  visibility: visible;
}

/* ----------------------------------------------
 * Animista
 * Licensed under FreeBSD License.
 * See http://animista.net/license for more info. 
 * w: http://animista.net, t: @cssanimista
 * ---------------------------------------------- */

/**
 * ----------------------------------------
 * animation fade-in-bottom
 * ----------------------------------------
 */

@keyframes fade-in-bottom {
  0% {
    transform: translateY(50px);
    opacity: 0;
  }

  100% {
    transform: translateY(0);
    opacity: 1;
  }
}

.fade-in-bottom {
  animation: fade-in-bottom 750ms cubic-bezier(0.39, 0.575, 0.565, 1) both;
}

[data-animation-delay="0"] {
  animation-delay: 0ms;
}

[data-animation-delay="50"] {
  animation-delay: 50ms;
}

[data-animation-delay="100"] {
  animation-delay: 100ms;
}

[data-animation-delay="150"] {
  animation-delay: 150ms;
}

[data-animation-delay="200"] {
  animation-delay: 200ms;
}

[data-animation-delay="250"] {
  animation-delay: 250ms;
}

[data-animation-delay="300"] {
  animation-delay: 300ms;
}

[data-animation-delay="350"] {
  animation-delay: 350ms;
}

[data-animation-delay="400"] {
  animation-delay: 400ms;
}

[data-animation-delay="450"] {
  animation-delay: 450ms;
}

[data-animation-delay="500"] {
  animation-delay: 500ms;
}

[data-animation-delay="550"] {
  animation-delay: 550ms;
}

[data-animation-delay="600"] {
  animation-delay: 600ms;
}

[data-animation-delay="700"] {
  animation-delay: 700ms;
}

[data-animation-delay="750"] {
  animation-delay: 750ms;
}

[data-animation-delay="800"] {
  animation-delay: 800ms;
}

[data-animation-delay="900"] {
  animation-delay: 900ms;
}

[data-animation-delay="1000"] {
  animation-delay: 1000ms;
}

[data-animation-delay="1100"] {
  animation-delay: 1100ms;
}

[data-animation-delay="1200"] {
  animation-delay: 1200ms;
}

[data-animation-delay="1300"] {
  animation-delay: 1300ms;
}

[data-animation-delay="1400"] {
  animation-delay: 1400ms;
}

[data-animation-delay="1500"] {
  animation-delay: 1500ms;
}

[data-animation-delay="1600"] {
  animation-delay: 1600ms;
}

[data-animation-delay="1700"] {
  animation-delay: 1700ms;
}

[data-animation-delay="1800"] {
  animation-delay: 1800ms;
}

[data-animation-delay="1900"] {
  animation-delay: 1900ms;
}

[data-animation-delay="2000"] {
  animation-delay: 2000ms;
}

