@import url("https://fonts.googleapis.com/css?family=Roboto:400,400i,500,500i,700,700i");
@charset "UTF-8";
.icon {
  display: inline-block;
  width: 1rem;
  height: 1rem;
  vertical-align: middle;
  fill: currentColor;
}

.icon--24x24 {
  height: 1.5rem;
  width: 1.5rem;
}

.icon--36x36 {
  height: 2.25rem;
  width: 2.25rem;
}

.icon--48x48 {
  height: 3rem;
  width: 3rem;
}

.icon--expand {
  border: 1px solid #008adf;
  border-radius: 100px;
  width: 16px;
  height: 16px;
  display: inline-block;
  font-size: 12px;
  font-weight: 500;
  text-align: center;
  vertical-align: middle;
  -webkit-transition: -webkit-transform 150ms ease-in-out;
  transition: -webkit-transform 150ms ease-in-out;
  transition: transform 150ms ease-in-out;
  transition: transform 150ms ease-in-out, -webkit-transform 150ms ease-in-out;
  margin-top: -2px;
  line-height: 14px;
}

.is-open .icon--expand {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.is-open .filter-select-bar__toggle::after {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

/* 1 */
/* 2 */
/* 3 */
/* 4 */
/* 1 */
/* 2 */
/* 3 */
/* 4 */
.u-hidden {
  display: none !important;
  visibility: hidden;
}

.u-visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.u-visuallyhidden.focusable:active,
.u-visuallyhidden.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
}

.u-invisible {
  visibility: hidden;
}

.u-clearfix:before,
.u-clearfix:after {
  content: " ";
  display: table;
}

.u-clearfix:after {
  clear: both;
}

.u-clearfix {
  *zoom: 1;
}

.u-wire-label {
  margin: 0;
  padding: 0;
  display: inline-block;
  padding: rem(10);
  font-size: rem(13);
  text-transform: uppercase;
  color: #9e9e9e;
  background: rgba(245, 245, 245, 0.75);
  border: 1px solid #f5f5f5;
}

.u-color-pair *:not(.u-color-pair) {
  color: inherit !important;
}

figure,
footer,
header,
hgroup,
nav,
section {
  display: block;
}

audio,
canvas,
video {
  display: inline-block;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden],
template {
  display: none;
}

html {
  background: #fff;
  color: #000;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

/* html,
button,
input,
select,
textarea {
  font-family: sans-serif;
} */

body {
  margin: 0;
}

a {
  background: transparent;
}

a:focus {
  outline: thin dotted;
}

a:hover,
a:active {
  outline: 0;
}

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

h2 {
  font-size: 1.5em;
  margin: 0.83em 0;
}

h3 {
  font-size: 1.17em;
  margin: 1em 0;
}

h4,
.image-block__title {
  font-size: 1em;
  margin: 1.33em 0;
}

h5 {
  font-size: 0.83em;
  margin: 1.67em 0;
}

h6 {
  font-size: 0.75em;
  margin: 2.33em 0;
}

abbr[title] {
  border-bottom: 1px dotted;
}

b,
strong {
  font-weight: bold;
}

dfn {
  font-style: italic;
}

mark {
  background: #ff0;
  color: #000;
}

code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  font-size: 1em;
}

pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word;
}

q {
  quotes: "\201C""\201D""\2018""\2019";
}

q:before,
q:after {
  content: "";
  content: none;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

img {
  border: 0;
}

svg:not(:root) {
  overflow: hidden;
}

figure {
  margin: 0;
}

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  border: 0;
  padding: 0;
  white-space: normal;
}

button,
input,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  margin: 0;
  vertical-align: baseline;
}

button,
input {
  line-height: normal;
}

button,
select {
  text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}

button[disabled],
input[disabled] {
  cursor: default;
}

input[type="checkbox"],
input[type="radio"] {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0;
}

input[type="search"] {
  -webkit-appearance: textfield;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
  vertical-align: top;
  border-radius: 0;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* 1 */
/* 2 */
/* 3 */
/* 4 */
/* 1 */
/* 2 */
/* 3 */
/* 4 */
html {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

*,
*::after,
*::before {
  -webkit-box-sizing: inherit;
  box-sizing: inherit;
}

body:before {
  content: "";
  display: inline-block;
  height: 100%;
  left: 0;
  margin: 0 auto;
  max-width: 1290px;
  opacity: 0.08;
  pointer-events: none;
  position: fixed;
  right: 0;
  width: 100%;
  z-index: 9999;
}

.btn,
.CoveoResult a.btn,
.CoveoResult a:visited.btn {
  display: inline-block;
  padding: 6px 18px;
  color: #008adf;
  text-decoration: none;
  border: 1px solid #008adf;
  background-color: transparent;
  line-height: 1;
  /* Prevent button from inheriting line-height */
  vertical-align: middle;
  -webkit-transition: color 0.35s, background-color 0.35s, border-color 0.35s;
  transition: color 0.35s, background-color 0.35s, border-color 0.35s;
  cursor: pointer;
  font-size: 18px;
  font-weight: bold;
  /* Bootstrap overrides */
  border-radius: 0;
  font-family: "Roboto", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto,
    Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji",
    "Segoe UI Symbol";
}

.CoveoResultList
  .coveo-result-list-container
  .product-search-card
  .product-search-card__cta-block
  .btn--add-cart.coveo--btn--add-cart {
  color: #fff !important;
}

.CoveoResultList
  .coveo-result-list-container
  .product-search-card
  .product-search-card__cta-block
  .btn--add-cart.coveo--btn--add-cart:hover,
.CoveoResultList
  .coveo-result-list-container
  .product-search-card
  .product-search-card__cta-block
  .btn--add-cart.coveo--btn--add-cart:active,
.CoveoResultList
  .coveo-result-list-container
  .product-search-card
  .product-search-card__cta-block
  .btn--add-cart.coveo--btn--add-cart:focus {
  background: #0d2747;
}

.CoveoResultList
  .coveo-result-list-container
  .product-search-card
  .product-search-card__cta-block
  .btn--add-cart.coveo--btn--add-cart.disabled {
  pointer-events: none;
}

.btn:active,
.btn:hover,
.CoveoResult a:hover:visited.btn,
.CoveoResult a:active:visited.btn {
  outline: 0;
  color: #fff;
  background-color: #008adf;
  border-color: #008adf;
  text-decoration: none;
}

.CoveoResult .product-search-card__cta-block a.btn--primary.btn--ghost:active,
.CoveoResult .product-search-card__cta-block a.btn--primary.btn--ghost:hover,
.CoveoResult .product-search-card__cta-block a.btn--primary.btn--ghost:focus {
  background-color: #0d2747;
  border-color: #0d2747;
  color: #fff;
}

.btn:active span:after,
.btn:hover span:after {
  left: 5px;
}

.btn:focus {
  outline: 0;
}

.btn span:after {
  content: "→";
  display: inline;
  -webkit-transition: all 0.7s;
  transition: all 0.7s;
  position: relative;
  left: 0;
}

@media screen and (max-width: new-breakpoint(max-width em(910) 8)) {
  .btn {
    padding: 3px 9px;
    font-size: 15px;
    line-height: 20px;
  }
}

.btn--primary,
.CoveoResult a.btn--primary,
#payment_confirmation #submit {
  color: #fff;
  background-color: #008adf;
  padding: 13px 24px;
  border: none;
}

#payment_confirmation #submit {
  padding: 8px 15px;
}

#payment_confirmation {
  display: -ms-flexbox;
  display: flex;
  clear: both;
  justify-content: center;
}

.btn--primary:active,
.btn--primary:hover,
#payment_confirmation #submit:hover {
  background-color: #0d2747;
}

.CoveoResult .product-search-card__cta-block a.btn--primary.btn--ghost {
  padding: 8px 0px;
}

@media screen and (max-width: 56.875em) {
  .btn {
    padding: 3px 9px;
    font-size: 15px;
    line-height: 20px;
  }
}

@media screen and (max-width: new-breakpoint(max-width em(910) 8)) {
  .btn--primary {
    padding: 10px 12px;
  }
}

.btn--primary.btn--disabled {
  opacity: 0.3;
}

.btn--primary.btn--ghost,
.CoveoResult a.btn--primary.btn--ghost {
  border: 2px solid #0d2747;
  color: #0d2747;
}

.btn--primary.btn--ghost:active,
.btn--primary.btn--ghost:hover {
  background: #0d2747;
  color: #fff;
}

.btn--secondary,
.CoveoResult a.btn--secondary {
  color: #0d2747;
  border: 1px solid #f5f5f5;
  background-color: #f5f5f5;
}

.btn--secondary:active,
.btn--secondary:hover {
  color: #0d2747;
  background-color: #f5f5f5;
  border-color: #f5f5f5;
}

.btn--secondary.btn--disabled {
  opacity: 0.35;
}

.btn--link,
.btn--reset {
  border: 0;
  background-color: transparent;
  text-decoration: underline;
}

.btn--link:active,
.btn--link:hover,
.btn--reset:active,
.btn--reset:hover {
  text-decoration: none;
  background-color: transparent;
}

.btn--link[disabled],
.btn--reset[disabled] {
  color: #bdbdbd;
  cursor: default;
  text-decoration: none;
}

.btn--disabled {
  opacity: 0.5;
  cursor: not-allowed;
}

.btn--ghost,
.CoveoResult a.btn--ghost {
  background-color: transparent;
}

.btn--ghost:active,
.btn--ghost:hover {
  background-color: transparent;
}

.btn--tag {
  padding: 0.125rem 0.25rem;
  font-weight: bold;
}

.btn--tag .icon {
  height: 1rem;
  width: 1rem;
  margin-left: 0.25rem;
  fill: #c2c2c2;
  -webkit-transition: fill 0.35s;
  transition: fill 0.35s;
}

.btn--tag:hover .icon {
  fill: #757575;
}

.btn--sort {
  border: 0;
  background-color: transparent;
  overflow: hidden;
}

.btn--icon-group {
  position: relative;
  padding-right: 1.5rem;
}

.btn--icon-group .btn_icon-group {
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.btn--icon-group .btn_icon-group .icon {
  position: absolute;
  right: 0;
  height: 1.846em;
  max-height: 1.5rem;
  width: 1.846em;
  max-width: 1.5rem;
  fill: currentColor;
  opacity: 1;
  visibility: visible;
  -webkit-transition: opacity 0.35s;
  transition: opacity 0.35s;
}

.btn--icon-group .btn_icon-group .icon:first-child {
  bottom: 35%;
  -webkit-transform: translateY(35%);
  -ms-transform: translateY(35%);
  transform: translateY(35%);
}

.btn--icon-group .btn_icon-group .icon:last-child {
  top: 35%;
  -webkit-transform: translateY(-35%);
  -ms-transform: translateY(-35%);
  transform: translateY(-35%);
}

.btn--solid {
  background-color: #008adf;
  display: inline-block;
  padding: 12px 52px;
  color: #fff;
  font-size: 20px;
  font-weight: 700;
  line-height: 24px;
  text-decoration: none;
  text-align: center;
}

.status-badge {
  padding: 8px 20px;
  border-radius: 20px;
  text-decoration: none;
  font-size: 14px;
}

.status-badge--lapsed {
  background-color: #c33a32;
  color: #fff;
}

.status-badge--active {
  border: 1px solid #0d2747;
  color: #0d2747;
}

.status-badge--alerts {
  background-color: #f5f5f5;
  color: #c33a32;
  font-weight: 600;
}

.container {
  position: relative;
  margin-bottom: 0px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: column;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}

.container.is-adjacent {
  margin-bottom: 0;
}

.container__col {
  -ms-flex-item-align: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch;
  width: 100%;
}

.container--bleed {
  margin-left: auto;
  margin-right: auto;
  background-repeat: no-repeat;
  background-position: center;
}

.container--bleed > .container__col {
  position: relative;
}

.container--bleed > .container__col .container:last-child {
  margin-bottom: 0;
}

.container--bleed.has-image {
  background-size: cover;
}

.container--100,
.container--70-30,
.container--50-50,
.container--30-70,
.container--25-75,
.container--75-25 {
  max-width: 1290px;
  margin-left: auto;
  margin-right: auto;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}

.container--100::after,
.container--70-30::after,
.container--50-50::after,
.container--30-70::after,
.container--25-75::after,
.container--75-25::after {
  clear: both;
  content: "";
  display: block;
}

@media (max-width: 80.625em) {
  .global-footer .container--100,
  .container--70-30,
  .container--50-50,
  .container--30-70,
  .container--25-75,
  .container--75-25 {
    margin-left: 30px;
    margin-right: 30px;
  }
}

@media (max-width: new-breakpoint(max-width em(910) 8)) {
  .container--100,
  .container--70-30,
  .container--50-50,
  .container--30-70,
  .container--25-75,
  .container--75-25 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

.container__inner {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.container--70-30 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

@media screen and (max-width: new-breakpoint(max-width em(910) 8)) {
  .container--70-30 {
    display: block;
  }
}

.container--70-30 > .container__col:first-child {
  float: left;
  display: block;
  margin-right: 4.34783%;
  width: 65.21739%;
}

.container--70-30 > .container__col:first-child:last-child {
  margin-right: 0;
}

.container--70-30 > .container__col:last-child {
  float: left;
  display: block;
  margin-right: 4.34783%;
  width: 30.43478%;
}

.container--70-30 > .container__col:last-child:last-child {
  margin-right: 0;
}

@media screen and (max-width: new-breakpoint(max-width em(910) 8)) {
  .container--70-30 .container__col {
    margin-bottom: 60px;
  }
  .container--70-30 .container__col:first-child {
    width: 100%;
  }
  .container--70-30 .container__col:last-child {
    width: 100%;
    margin-bottom: 0;
  }
}

.container--50-50 .container__col {
  float: left;
  display: block;
  margin-right: 4.34783%;
  width: 47.82609%;
}

.container--50-50 .container__col:last-child {
  margin-right: 0;
}

.align-center {
  display: flex;
  margin: 0px auto;
}

@media screen and (max-width: new-breakpoint(max-width em(910) 8)) {
  .container--50-50 .container__col {
    width: 100%;
    margin-bottom: 60px;
  }
  .container--50-50 .container__col:last-child {
    margin-bottom: 0;
  }
}

.container--30-70 > .container__col:first-child {
  float: left;
  display: block;
  margin-right: 4.34783%;
  width: 30.43478%;
}

.container--30-70 > .container__col:first-child:last-child {
  margin-right: 0;
}

.container--30-70 > .container__col:last-child {
  float: left;
  display: block;
  margin-right: 4.34783%;
  width: 65.21739%;
}

.container--30-70 > .container__col:last-child:last-child {
  margin-right: 0;
}

@media screen and (max-width: new-breakpoint(max-width em(910) 8)) {
  .container--30-70 > .container__col:first-child {
    float: left;
    display: block;
    margin-right: 6.66667%;
    width: 100%;
  }
  .container--30-70 > .container__col:first-child:last-child {
    margin-right: 0;
  }
  .container--30-70 > .container__col:last-child {
    float: left;
    display: block;
    margin-right: 6.66667%;
    width: 100%;
  }
  .container--30-70 > .container__col:last-child:last-child {
    margin-right: 0;
  }
}

@media screen and (max-width: 29.375em) {
  .container--30-70 > .container__col {
    margin-bottom: 60px;
  }
  .container--30-70 > .container__col:first-child {
    float: left;
    display: block;
    margin-right: 14.28571%;
    width: 100%;
  }
  .container--30-70 > .container__col:first-child:last-child {
    margin-right: 0;
  }
  .container--30-70 > .container__col:last-child {
    float: left;
    display: block;
    margin-right: 14.28571%;
    width: 100%;
    margin-bottom: 0;
  }
  .container--30-70 > .container__col:last-child:last-child {
    margin-right: 0;
  }
}

.has-background {
  background-color: #f1f5f4;
  background-image: url("../img/background/nahb-bg.png");
  background-repeat: no-repeat;
  background-position: bottom left;
  padding-bottom: 80px;
  margin-bottom: 130px;
}

@media (max-width: new-breakpoint(max-width em(910) 8)) {
  .has-background {
    padding-bottom: 70px;
    background-size: contain;
  }
}

.bottom-margin {
  margin-bottom: 130px;
}

.container--30-70.container--30-70-flush > .container__col:first-child,
.container--70-30.container--70-30-flush > .container__col:last-child {
  margin-right: 0;
  width: 33.33334%;
}

.container--30-70.container--30-70-flush > .container__col:last-child,
.container--70-30.container--70-30-flush > .container__col:first-child {
  margin-right: 0;
  width: 66.66666%;
}

.container--25-75 > .container__col:first-child {
  width: 23%;
  margin-right: 2%;
}

.container--25-75 > .container__col:last-child {
  width: 73%;
  margin-left: 2%;
}

.container--75-25 > .container__col:first-child {
  width: 73%;
  margin-right: 2%;
}

.container--75-25 > .container__col:last-child {
  width: 23%;
  margin-left: 2%;
}

.container--25-75.container--25-75-flush > .container__col:first-child,
.container--75-25.container--75-25-flush > .container__col:last-child {
  margin-right: 0;
  margin-left: 0;
  width: 25%;
}

.container--75-25.container--75-25-flush > .container__col:first-child,
.container--25-75.container--25-75-flush > .container__col:last-child {
  margin-right: 0;
  margin-left: 0;
  width: 75%;
}

@media screen and (max-width: new-breakpoint(max-width em(910) 8)) {
  .container--25-75 > .container__col:first-child,
  .container--25-75 > .container__col:last-child,
  .container--75-25 > .container__col:first-child,
  .container--75-25 > .container__col:last-child {
    margin-right: 0;
    margin-left: 0;
    width: 100% !important;
  }
}

.container--50-50.container--50-50-flush .container__col:first-child {
  margin-right: 0;
  width: 50%;
}

.container--50-50.container--50-50-flush .container__col:last-child {
  width: 50%;
}

@media screen and (max-width: new-breakpoint(max-width em(910) 8)) {
  .container--30-70.container--30-70-flush,
  .container--70-30.container--70-30-flush,
  .container--50-50.container--50-50-flush {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

@media screen and (max-width: new-breakpoint(max-width em(910) 8)) {
  .container--30-70.container--30-70-flush .container__col:first-child,
  .container--70-30.container--70-30-flush .container__col:last-child,
  .container--30-70.container--30-70-flush .container__col:last-child,
  .container--70-30.container--70-30-flush .container__col:first-child,
  .container--50-50.container--50-50-flush .container__col:last-child,
  .container--50-50.container--50-50-flush .container__col:first-child {
    float: none;
    width: 100%;
  }
}

.container--33-33-33 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  overflow: hidden;
}

.container--33-33-33 .container__col {
  -webkit-box-flex: 1;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
  width: calc(100% / 3);
  padding-left: 12px;
  padding-right: 12px;
}

.container--33-33-33 .container__col:first-child {
  padding-left: 0;
}

.container--33-33-33 .container__col:last-child {
  padding-right: 0;
}

@media screen and (max-width: new-breakpoint(max-width em(910) 8)) {
  .container--33-33-33 .container__col {
    width: 100%;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding-left: 0;
    padding-right: 0;
  }
}

.container--33-33-33.container--33-33-33-flush .container__col {
  padding-left: 0;
  padding-right: 0;
}

@media screen and (max-width: new-breakpoint(max-width em(910) 8)) {
  .container--33-33-33 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

.container--50-50-full {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}

.container--50-50-full .container__col {
  -webkit-box-flex: 0;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  width: 50%;
}

@media screen and (max-width: new-breakpoint(max-width em(910) 8)) {
  .container--50-50-full {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .container--50-50-full .container__col {
    width: 100%;
  }
}

.container--20-60-20 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}

.container--20-60-20 .container__col {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  width: 60%;
  padding: 0 24px;
}

@media screen and (max-width: new-breakpoint(max-width em(910) 8)) {
  .container--20-60-20 .container__col {
    padding: 0;
    width: 100%;
  }
}

.container--20-60-20 .container__col:first-child,
.container--20-60-20 .container__col:last-child {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  width: 20%;
  padding: 0;
}

@media screen and (max-width: new-breakpoint(max-width em(910) 8)) {
  .container--20-60-20 .container__col:first-child,
  .container--20-60-20 .container__col:last-child {
    width: 100%;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
  }
}

@media screen and (max-width: new-breakpoint(max-width em(910) 8)) {
  .container--20-60-20 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

.container--4-up {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}

.container--4-up .container__col {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  margin: 0 12px;
  width: calc(25% - 24px);
}

.container--4-up .container__col:first-child {
  margin-left: 0;
}

.container--4-up .container__col:last-child {
  margin-right: 0;
}

@media screen and (max-width: new-breakpoint(max-width em(910) 8)) {
  .container--4-up .container__col {
    margin: 0;
    width: 100%;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
  }
}

@media screen and (max-width: new-breakpoint(max-width em(910) 8)) {
  .container--4-up {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

.container--70-30 .container__col:first-child:last-child {
  width: 100%;
}

@font-face {
  font-family: "Lyon Display Web";
  src: url("/assets/NAHB-build/fonts/LyonDisplay-Regular-Web.eot");
  src: url("/assets/NAHB-build/fonts/LyonDisplay-Regular-Web.eot?#iefix")
      format("embedded-opentype"),
    url("/assets/NAHB-build/fonts/LyonDisplay-Regular-Web.woff2")
      format("woff2"),
    url("/assets/NAHB-build/fonts/LyonDisplay-Regular-Web.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-stretch: normal;
}

@font-face {
  font-family: "Lyon Display Web";
  src: url("/assets/NAHB-build/fonts/LyonDisplay-RegularItalic-Web.eot");
  src: url("/assets/NAHB-build/fonts/LyonDisplay-RegularItalic-Web.eot?#iefix")
      format("embedded-opentype"),
    url("/assets/NAHB-build/fonts/LyonDisplay-RegularItalic-Web.woff2")
      format("woff2"),
    url("/assets/NAHB-build/fonts/LyonDisplay-RegularItalic-Web.woff")
      format("woff");
  font-weight: 500;
  font-style: italic;
  font-stretch: normal;
}

@font-face {
  font-family: "Lyon Display Web";
  src: url("/assets/NAHB-build/fonts/LyonDisplay-Medium-Web.eot");
  src: url("/assets/NAHB-build/fonts/LyonDisplay-Medium-Web.eot?#iefix")
      format("embedded-opentype"),
    url("/assets/NAHB-build/fonts/LyonDisplay-Medium-Web.woff2") format("woff2"),
    url("/assets/NAHB-build/fonts/LyonDisplay-Medium-Web.woff") format("woff");
  font-weight: 600;
  font-style: normal;
  font-stretch: normal;
}

@font-face {
  font-family: "Lyon Display Web";
  src: url("/assets/NAHB-build/fonts/LyonDisplay-MediumItalic-Web.eot");
  src: url("/assets/NAHB-build/fonts/LyonDisplay-MediumItalic-Web.eot?#iefix")
      format("embedded-opentype"),
    url("/assets/NAHB-build/fonts/LyonDisplay-MediumItalic-Web.woff2")
      format("woff2"),
    url("/assets/NAHB-build/fonts/LyonDisplay-MediumItalic-Web.woff")
      format("woff");
  font-weight: 600;
  font-style: italic;
  font-stretch: normal;
}

/* icons.scss */
@media (min-width: 1320px) {
  #header.container {
    width: 1290px;
    margin-bottom: 0px;
  }
}

#header.container {
  margin-bottom: 0px;
  margin: auto;
}

#header.container .row {
  position: absolute;
  z-index: 80;
  display: block;
  width: 100%;
}

@media (min-width: 1120px) {
  #header .global-header > .container {
    width: 100%;
  }
}

.global-header.global-header--overlay {
  margin-bottom: 0;
}

.global-header.global-header--overlay .container__inner {
  position: absolute;
  z-index: 80;
  width: 100%;
  display: block;
}

#header.container > .row {
  margin-right: 0px;
  margin-left: 0px;
}

@media (max-width: 1290px) {
  header.global-header {
    margin-left: 30px;
    margin-right: 30px;
  }
}
@media (max-width: 1120px) {
  .global-header .container--bleed {
    background-color: transparent;
  }
  #header.container {
    width: 100%;
  }
  #header.container .row {
    margin-left: 0px;
    margin-right: 0px;
  }
  #header.container .row .container.container--100.is-adjacent {
    width: 100%;
    margin-left: 0px;
    margin-right: 0px;
  }
}

.global-header .search-box {
  width: 233px;
  margin-top: 10px;
}

@media (max-width: 1120px) {
  .global-header .search-box {
    padding-right: 20px;
    margin-right: auto;
    margin-left: auto;
  }
}

@media (max-width: 1120px) {
  .global-header .search-box {
    width: 100%;
    padding-right: 0;
  }
}

.global-header .container:not(.is-adjacent) {
  margin-bottom: 1.875rem;
}

.global-header .container--bleed .container__col {
  max-width: 1290px;
  margin-left: auto;
  margin-right: auto;
}

.global-header .container--bleed .container__col::after {
  clear: both;
  content: "";
  display: block;
}

.global-header__top {
  margin-bottom: 16px;
  margin-top: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  position: relative;
}

.global-header__top::after {
  clear: both;
  content: "";
  display: block;
}

.global-header__top-left {
  width: 233px;
  height: 100%;
  padding-right: 20px;
}

@media (max-width: 1120px) {
  .global-header__top {
    text-align: center;
    margin-bottom: 1rem;
    width: 100%;
    margin-top: 12px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .global-header__top-left {
    height: 50px;
    width: 100%;
    margin-top: 10px;
  }
}

.global-header__top-right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-flex: 1;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  /* box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.4); */
}

@media (max-width: 1120px) {
  .global-header__top-right {
    display: none;
    width: 100%;
    margin-top: 0;
    z-index: 90;
    height: auto;
  }
  .global-header__top-right.is-open {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.4);
  }
}

.global-header__bottom {
  position: relative;
}

.global-header__bottom .search-box {
  display: none;
}

@media (max-width: 1120px) {
  .global-header__bottom .search-box {
    display: block;
    position: absolute;
    right: 0;
    top: 1.375rem;
    width: 57%;
  }
}

.global-header__search-form {
  margin-left: 7px;
}

@media (max-width: 740px) {
  .global-header__search-form {
    display: block;
    margin-left: 0;
    margin-bottom: 12px;
  }
}

@media (max-width: 560px) {
  .global-header__search-form {
    margin: 12px auto;
    width: 90%;
  }
}

.secondary-nav {
  width: 80%;
  position: relative;
}

@media (max-width: 56.875em) {
  .secondary-nav {
    width: 100%;
  }
}

.secondary-nav ul {
  margin-left: 0;
}

.secondary-nav__toggle {
  display: none;
  text-transform: uppercase;
  -webkit-transition: -webkit-transform 0.2s;
  transition: -webkit-transform 0.2s;
  transition: transform 0.2s;
  transition: transform 0.2s, -webkit-transform 0.2s;
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
  text-align: center;
}

.secondary-nav__toggle .icon,
.secondary-nav__toggle svg {
  width: 32px;
  height: 1.5rem;
}

@media (max-width: 29.375em) {
  .secondary-nav__toggle {
    display: block;
  }
}

.is-open .secondary-nav__toggle .icon {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.secondary-nav__submenu,
.secondary-nav__tertmenu {
  margin-top: 1rem;
  margin-bottom: 1rem;
}

.secondary-nav__menu {
  margin: 0;
  padding-left: 0;
  list-style-type: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  margin-bottom: 0;
}

@media (max-width: 29.375em) {
  .secondary-nav__menu {
    display: none;
  }
}

.secondary-nav__item,
.secondary-nav__subitem,
.secondary-nav__tertitem {
  margin-bottom: 0.5rem;
}

.secondary-nav__item > a,
.secondary-nav__subitem > a,
.secondary-nav__tertitem > a {
  display: block;
  padding: 0.5rem 0;
}

.secondary-nav__item > a:hover,
.secondary-nav__subitem > a:hover,
.secondary-nav__tertitem > a:hover {
  background-color: #f5f5f5;
}

.secondary-nav__item.is-active > a,
.secondary-nav__subitem.is-active > a,
.secondary-nav__tertitem.is-active > a {
  background-color: #eeeeee;
  font-weight: 400;
}

@media (max-width: 29.375em) {
  .secondary-nav__item,
  .secondary-nav__subitem,
  .secondary-nav__tertitem {
    display: none;
  }
  .secondary-nav__item.is-current-parent,
  .secondary-nav__subitem.is-current-parent,
  .secondary-nav__tertitem.is-current-parent {
    display: block;
  }
  .secondary-nav__item > a,
  .secondary-nav__subitem > a,
  .secondary-nav__tertitem > a {
    display: none;
  }
}

.secondary-nav__item {
  font-size: 1rem;
  width: 100%;
}

.secondary-nav__item > a {
  width: 100%;
}

.secondary-nav__item > a {
  padding-left: 0rem;
  font-size: 1.125rem;
}

.secondary-nav__submenu {
  width: 100%;
}

.secondary-nav__submenu li {
  display: block;
}

.secondary-nav__subitem {
  clear: both;
  display: block;
  font-size: 1rem;
  line-height: 1.21;
}

.secondary-nav__subitem:last-child {
  border-bottom: none;
}

.secondary-nav__subitem > a {
  display: inline-block;
  width: 100%;
  padding-left: 0.75rem;
}

.secondary-nav__tertmenu {
  clear: both;
}

.secondary-nav__tertitem {
  padding-left: 1.5rem;
}

.secondary-nav__tertitem > a {
  display: inline-block;
  width: 100%;
  font-size: 0.875rem;
  padding-left: 1.5rem;
}

.site-logo {
  font-family: "Lyon Display Web", "Roboto Slab", "Georgia", "Times New Roman",
    "Times", serif;
  font-weight: 700;
  font-style: normal;
  font-size: 1.2rem;
  height: 102px;
  text-align: left;
}

@media (max-width: 1120px) {
  .global-header .global-header__top-left .site-logo {
    height: 100%;
  }
}

.site-logo a {
  text-decoration: none;
}

.site-logo__image {
  display: inline-block;
  vertical-align: middle;
  height: 102px;
}

@media (max-width: 1120px) {
  .site-logo__image,
  .site-logo__image img {
    height: 100%;
  }
}

.site-logo__image img {
  height: 100%;
  width: auto;
}

.site-logo__image--print {
  display: none;
}

.primary-nav__item {
  margin: 0;
  padding: 0;
  font-family: "Roboto", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto,
    Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji",
    "Segoe UI Symbol";
  font-weight: 700;
  font-style: normal;
  color: #0d2747;
  font-size: 14px;
  line-height: 30px;
  z-index: 90;
}

@media (max-width: 510px) {
  .primary-nav__item {
    display: block;
    text-align: left;
  }
}

.primary-nav__subitem {
  display: block;
  font-size: 16px;
  font-weight: 600;
  line-height: 30px;
  margin-bottom: 0;
  -webkit-transition: background-color 0.36s cubic-bezier(0.4, 0, 0.2, 1);
  transition: background-color 0.36s cubic-bezier(0.4, 0, 0.2, 1);
  color: #fff;
  cursor: pointer;
  padding: 10px 16px;
  text-decoration: none;
  white-space: nowrap;
  width: 100%;
}

@media (max-width: 1120px) {
  .primary-nav__subitem {
    color: #fff;
  }
}

.primary-nav__submenu .primary-nav__subitem {
  padding: 0;
}

.global-header--overlay .primary-nav__subitem {
  color: #fff;
}

.primary-nav__subitem:active,
.primary-nav__subitem:focus {
  outline: #0d2747 solid 1px;
}

.primary-nav__subitem:hover,
.primary-nav__subitem:focus {
  background-color: #0d2747;
}

.primary-nav__subitem:hover,
.primary-nav__subitem:hover a,
.primary-nav__subitem:focus,
.primary-nav__subitem:focus a {
  color: #fff;
}

.primary-nav__subitem a {
  color: #152c3d;
  text-decoration: none;
}

.primary-nav__subitem a:hover,
.primary-nav__subitem a:focus {
  color: #fff;
}

.primary-nav__submenu .primary-nav__subitem a {
  padding: 10px 16px;
  display: block;
}

@media (max-width: 1120px) {
  .primary-nav__subitem {
    width: 100%;
    background-color: #0d2747;
  }
}

.primary-nav__toggle {
  display: none;
  cursor: pointer;
  position: absolute;
  right: 0;
  top: 24px;
  padding: 0;
}

@media (max-width: 1120px) {
  .primary-nav__toggle {
    display: block;
    top: 12px;
  }
}

.global-header__top .primary-nav__toggle .primary-nav__toggle-icon span,
.global-header__top .primary-nav__toggle .primary-nav__toggle-icon span:after,
.global-header__top .primary-nav__toggle .primary-nav__toggle-icon span:before {
  background-color: #fff;
}

.global-header__top
  .primary-nav__toggle.menu-is-open
  .primary-nav__toggle-icon
  span {
  background-color: transparent !important;
}

@media (max-width: 1120px) {
  .primary-nav__toggle {
    display: block;
  }
}

.primary-nav__menu-wrap {
  display: block;
  text-align: left;
  position: relative;
}

@media (max-width: 1120px) {
  .primary-nav__menu-wrap {
    display: none;
  }
}

.primary-nav__menu {
  margin: 0;
  padding-left: 0;
  list-style-type: none;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  width: 100%;
}

@media (max-width: 1120px) {
  .primary-nav__menu {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-right: 0;
    width: 100%;
  }
}

.primary-nav__item {
  color: #152c3d;
  position: relative;
}

.primary-nav__item.is-open,
.primary-nav__item.is-active,
.primary-nav__item:hover,
.primary-nav__item:focus {
  color: #c33a32;
}

.primary-nav__item.is-open > a,
.primary-nav__item.is-active > a,
.primary-nav__item:hover > a,
.primary-nav__item:focus > a {
  color: #c33a32;
}

.primary-nav__item.is-open .icon,
.primary-nav__item.is-active .icon,
.primary-nav__item:hover .icon,
.primary-nav__item:focus .icon {
  fill: #c33a32;
}

.primary-nav__item.is-open .primary-nav__submenu {
  height: auto;
  opacity: 1;
}

.primary-nav__item.is-open .icon {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.primary-nav__item .icon {
  margin-left: 4px;
  vertical-align: middle;
  -webkit-transition: -webkit-transform 0.28s;
  transition: -webkit-transform 0.28s;
  transition: transform 0.28s;
  transition: transform 0.28s, -webkit-transform 0.28s;
}

.global-header .primary-nav__label-open,
.global-header .primary-nav__label-close {
  color: #fff;
}

@media (max-width: 1120px) {
  .primary-nav__item {
    width: 100%;
    text-align: left;
  }
  .primary-nav__item .icon {
    float: right;
    margin-right: -4px;
  }
}

.primary-nav__submenu {
  margin: 0;
  padding-left: 0;
  list-style-type: none;
  position: absolute;
  display: block;
  background-color: #fff;
  height: 0;
  opacity: 0;
  overflow: hidden;
  -webkit-transition: opacity 0.4s ease-out;
  transition: opacity 0.4s ease-out;
  z-index: 90;
}

.primary-nav__submenu li {
  border-bottom: 1px solid #bdbdbd;
  display: block;
  font-size: 16px;
}

.primary-nav__submenu li:last-child {
  border-bottom: 0;
}

@media (max-width: 1120px) {
  .primary-nav__submenu {
    width: 100%;
    display: none;
    position: static;
    -webkit-transition: none;
    transition: none;
    height: auto;
    opacity: 1;
  }
  .primary-nav__submenu li {
    background: #fff;
  }
}

.primary-nav__toggle {
  border: 0;
  background: 0;
  padding-left: 1.25rem;
}

.primary-nav__label-open,
.primary-nav__label-close {
  font-family: "Roboto", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto,
    Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji",
    "Segoe UI Symbol";
  font-weight: 700;
  font-style: normal;
  font-size: 0.75rem;
  text-transform: uppercase;
  padding-top: 0.25rem;
  color: #0d2747;
}

.global-header .primary-nav__label-open,
.global-header .primary-nav__label-close {
  color: #fff;
}

.global-header--overlay .primary-nav__label-open,
.global-header--overlay .primary-nav__label-close {
  color: #fff;
}

.primary-nav__label-open {
  display: none;
}

@media (max-width: 1120px) {
  .primary-nav__label-open {
    display: block;
  }
}

.menu-is-open .primary-nav__label-open {
  display: none;
}

.primary-nav__label-close {
  display: none;
}

@media (max-width: 1120px) {
  .menu-is-open .primary-nav__label-close {
    display: block;
  }
}

.primary-nav__toggle-icon {
  position: relative;
  display: inline-block;
  cursor: pointer;
  width: 24px;
  height: 24px;
}

.primary-nav__toggle-icon span {
  margin: 0 auto;
  position: relative;
  top: 12px;
  -webkit-transition-duration: 0s;
  transition-duration: 0s;
  -webkit-transition-delay: 0.2s;
  transition-delay: 0.2s;
}

.primary-nav__toggle-icon span::before,
.primary-nav__toggle-icon span::after {
  position: absolute;
  content: "";
  -webkit-transition-property: margin, -webkit-transform;
  transition-property: margin, -webkit-transform;
  transition-property: margin, transform;
  transition-property: margin, transform, -webkit-transform;
  -webkit-transition-duration: 0.2s;
  transition-duration: 0.2s;
  -webkit-transition-delay: 0.2s, 0s;
  transition-delay: 0.2s, 0s;
}

.primary-nav__toggle-icon span,
.primary-nav__toggle-icon span::before,
.primary-nav__toggle-icon span::after {
  display: block;
  width: 24px;
  height: 3px;
  background-color: #0d2747;
}

.global-header--overlay .primary-nav__toggle-icon span,
.global-header--overlay .primary-nav__toggle-icon span::before,
.global-header--overlay .primary-nav__toggle-icon span::after {
  background-color: #fff;
}

.primary-nav__toggle-icon span::before {
  margin-top: -8px;
}

.primary-nav__toggle-icon span::after {
  margin-top: 8px;
}

.menu-is-open .primary-nav__toggle-icon span {
  background-color: transparent;
  -webkit-transition-delay: 0.2s;
  transition-delay: 0.2s;
}

.menu-is-open .primary-nav__toggle-icon span::before,
.menu-is-open .primary-nav__toggle-icon span::after {
  margin-top: 0;
  -webkit-transition-duration: 0.2s;
  transition-duration: 0.2s;
  -webkit-transition-delay: 0.2s, 0s;
  transition-delay: 0.2s, 0s;
}

.menu-is-open .primary-nav__toggle-icon span::before {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.menu-is-open .primary-nav__toggle-icon span::after {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.search-box {
  width: 100%;
}

.search-box__input {
  position: relative;
  width: 244px;
}

.search-box__input input {
  background-color: #f1f5f4;
  border: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  font-size: 14px;
  padding: 12px 32px 12px 20px;
  width: 100%;
}

@media (max-width: 29.375em) {
  .search-box__input {
    width: 100%;
  }
}

.search-box__button {
  background-color: #008adf;
  border: 0;
  cursor: pointer;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  width: 41px;
}

.search-box__button svg {
  color: #fff;
  height: 1.5rem;
  width: 1.5rem;
}

.search-box__loader .search-results__spinner {
  position: absolute;
  top: 0;
  right: 2.8125rem;
  left: auto;
  text-align: left;
}

.search-box__loader .search-results__spinner img {
  margin-top: 0.25rem;
  width: 32px;
  height: 32px;
}

.search-icon {
  cursor: pointer;
  fill: #fff;
  height: 24px;
  width: 24px;
  margin-top: 2px;
  margin-right: auto;
}

.search-icon.is-hidden {
  opacity: 0;
  visibility: hidden;
}

.search-box__expanded {
  height: 100%;
  padding-right: 26px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -ms-flex-preferred-size: auto;
  flex-basis: auto;
  max-width: 600px;
}

@media (max-width: 1120px) {
  .search-box__expanded {
    max-width: 100%;
    padding: 0;
    margin: 10px;
    height: 52px;
  }
}

.search-box__collapse-toggle {
  position: absolute;
  display: block;
  right: 2px;
  color: #0d2747;
  top: calc(50% - 10px);
  background-color: transparent;
  border: 0;
}

.global-header--overlay .search-box__collapse-toggle {
  color: #fff;
}

.search-box__form-field-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
}

@media (max-width: 1120px) {
  .search-box__form-field-wrapper {
    width: calc(100% - 20px);
  }
}

.search-box__input {
  font-family: "Source Sans Pro", sans-serif;
  font-size: 16px;
  width: calc(100% - 52px);
  padding: 0;
  padding-right: 16px;
  height: 100%;
  vertical-align: middle;
  border: 1px solid #008adf;
}

.search-box__input,
.search-box__input:placeholder {
  font-weight: normal;
  color: #666;
}

@media (max-width: 1120px) {
  .search-box__input {
    border: 1px solid #ddd;
    border-right: 0;
    height: auto;
  }
}

input.search-box__input {
  padding-left: 16px;
}

.search-box__submit-button {
  background-color: #008adf;
  color: #fff;
  text-decoration: none;
  font-size: 12px;
  font-family: "Source Sans Pro", sans-serif;
  font-weight: 700;
  line-height: 14px;
  text-transform: uppercase;
  text-align: center;
  border: 0;
  height: 100%;
  width: 52px;
  display: inline-block;
}

.search-banner {
  position: relative;
  width: 100%;
  max-width: 900px;
}

.search-banner .search-box__expanded {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-left: 0;
  position: relative;
  padding-right: 0;
  height: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.search-banner .search-box__collapse-toggle,
.search-banner .search-icon {
  display: none;
}

.search-banner .search-box__input {
  height: 56px;
}

.search-banner .search-box__submit-button {
  font-family: "Roboto", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto,
    Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji",
    "Segoe UI Symbol";
  height: 56px;
  font-size: 20px;
  font-weight: 700;
  line-height: 24px;
  width: 150px;
  margin-right: -30px;
}

.search-card__topics {
  list-style: none;
  margin: 0 0 10px;
  padding: 0;
}

.search-card__topics li {
  margin: 0;
  padding: 0;
  display: inline-block;
  font-size: 14px;
  color: #008adf;
}

.search-card__topics li:after {
  content: "|";
  padding-left: 8px;
  padding-right: 4px;
}

@media (max-width: 1200px) {
  .primary-nav {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
}

.utility-nav {
  font-size: 12px;
  height: 42px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  color: #0d2747;
}

.utility-nav .search-box__expanded {
  width: 100%;
}

.global-header--overlay .utility-nav {
  color: #fff;
  fill: #fff;
}

.utility-nav .utility-nav__translation {
  color: #fff;
  float: left;
  height: 100%;
  width: 200px;
  padding-top: 15px;
}

.utility-nav .utility-nav__list {
  margin: 0;
  padding-left: 0;
  list-style-type: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  float: right;
}

@media (max-width: 1120px) {
  .utility-nav .utility-nav__translation {
    float: none;
    display: block;
    width: 100px;
    margin: 0 auto;
  }
  .utility-nav .utility-nav__list {
    padding-top: 5px;
    float: none;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    text-align: left;
  }
  .utility-nav {
    background: #fff;
    padding-bottom: 24px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    height: auto;
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    padding-bottom: 0px;
  }
}

nav.utility-nav .utility-nav__list .utility-nav__item a {
  color: #fff;
}

@media (max-width: 1120px) {
  nav.utility-nav
    .utility-nav__list
    .utility-nav__item
    a.utility-nav__logged-in-menu-toggle {
    color: #0d2747;
    padding-left: 10px;
  }
}
.utility-nav__item {
  font-family: "Roboto", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto,
    Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji",
    "Segoe UI Symbol";
  font-weight: 400;
  font-style: normal;
  font-size: 14px;
  font-weight: 600;
  line-height: 14px;
  margin-bottom: 0;
  margin-right: 0;
  height: 100%;
  position: relative;
  -webkit-transition: background-color 0.36s cubic-bezier(0.4, 0, 0.2, 1);
  transition: background-color 0.36s cubic-bezier(0.4, 0, 0.2, 1);
}

.utility-nav__item:last-child {
  margin-right: 0;
}

.utility-nav__item:active,
.utility-nav__item:focus {
  outline: #0d2747 solid 1px;
}

@media (min-width: 1121px) {
  .utility-nav__item:hover,
  .utility-nav__item:active {
    background-color: #0d2747;
  }
  .utility-nav__item:hover > a,
  .utility-nav__item:active > a {
    color: #fff;
  }
}

@media (max-width: 1120px) {
  .utility-nav__item {
    margin-bottom: 20px;
  }
}

.utility-nav__item:last-child:not(.utility-nav__logged-in) {
  background-color: #c33a32;
  height: 100%;
  margin-left: 10px;
}

.utility-nav__item:last-child:not(.utility-nav__logged-in):hover {
  background-color: rgba(195, 58, 50, 0.6);
}

.utility-nav__item:last-child:not(.utility-nav__logged-in):hover > a {
  color: #fff !important;
}

@media (max-width: 1120px) {
  .utility-nav__item:last-child:not(.utility-nav__logged-in) {
    width: 140px;
    text-align: center;
    margin-left: 16px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 40px;
  }
}

.utility-nav__item:last-child:not(.utility-nav__logged-in) a {
  color: #fff;
  height: 100%;
  text-decoration: none;
  font-size: 12px;
  font-weight: 700;
  line-height: 14px;
  text-transform: uppercase;
  width: 131px;
  text-align: center;
}

.utility-nav__item:last-child:not(.utility-nav__logged-in) a:hover {
  color: #fff;
}

@media (max-width: 1120px) {
  .utility-nav__item:last-child:not(.utility-nav__logged-in) a {
    padding: 0;
    margin: 0;
    width: 100%;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}

.utility-nav__item a {
  color: #0d2747;
  display: block;
  padding: 0 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 100%;
  text-decoration: none;
}

nav.utility-nav
  .utility-nav__list
  .utility-nav__item
  .utility-nav__logged-in-link {
  color: #0d2747;
  text-align: left;
}

@media (max-width: 1120px) {
  .utility-nav__item a {
    color: #0d2747;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .global-header__top .utility-nav .utility-nav__item:first-child a {
    color: #0d2747 !important;
  }
}

.global-header--overlay .utility-nav__item a {
  color: #fff;
}

@media (max-width: 1120px) {
  .utility-nav--desktop .utility-nav__list {
    display: none;
  }
}

.utility-nav__cart-icon {
  width: 24px;
  color: inherit;
  fill: inherit;
}

.utility-nav__logged-in-menu {
  position: absolute;
  z-index: 9999;
  background-color: #fff;
  text-align: center;
  width: 100%;
  padding-top: 10px;
  padding-bottom: 10px;
  display: none;
}

@media (max-width: 1120px) {
  .utility-nav__logged-in-menu {
    position: relative;
  }
}

.is-open .utility-nav__logged-in-menu {
  display: block;
}

.utility-nav__logged-in-menu a.utility-nav__logged-in-link {
  padding: 10px;
  display: block;
  width: 100%;
  margin: 0 auto;
  color: #0d2747;
}

.utility-nav__logged-in-menu a.utility-nav__logged-in-link:hover {
  color: #008adf;
}

.utility-nav .utility-nav__list .utility-nav__item:last-child a {
  height: 40px;
}

.vertical-link-list {
  background-color: #c33a32;
  padding: 20px 0 40px;
}

.vertical-link-list .piped-header__title {
  padding-left: 40px;
  padding-right: 20px;
  display: inline-block;
}

@media (max-width: 56.875em) {
  .vertical-link-list .piped-header__title {
    padding-left: 20px;
  }
}

.vertical-link-list .piped-header__pipe ~ .piped-header__title {
  padding-left: 60px;
}

.vertical-link-list a {
  display: block;
  font-size: 24px;
  font-weight: 500;
  line-height: 30px;
  text-decoration: none;
  color: #fff;
  margin-left: 40px;
  margin-bottom: 20px;
  padding-right: 50px;
  position: relative;
}

.vertical-link-list a svg {
  position: absolute;
  right: 32px;
  top: calc(50% - 10px);
}

.vertical-link-list.u-color-pair a .vertical-link-list.u-color-pair a:hover,
.vertical-link-list.u-color-pair a:focus {
  color: inherit;
}

body {
  margin: 0;
  padding: 0;
  font-family: "Roboto";
  line-height: 27px;
  font-size: 18px;
}

body::before {
  content: "large";
  display: none;
}

@media (max-width: 1120px) {
  body::before {
    content: "medium";
  }
}

@media (max-width: 29.375em) {
  body::before {
    content: "small";
  }
}

.search-box__form-field-wrapper input[type="text"].search-box__input {
  height: 100%;
  border-radius: 0px;
  background-color: #fff;
  border: 1px solid #008adf;
  background-image: none;
  box-shadow: none !important;
  text-align: left;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  padding: 5px 16px;
  line-height: 1.42857143;
  margin-bottom: 0;
  font-weight: normal;
  color: #303133;
}

@media (max-width: 1120px) {
  .search-box__input {
    border: 1px solid #ddd;
    border-right: 0;
    height: auto;
  }
}

.search-box__form-field-wrapper
  input[type="text"].search-box__input:placeholder-shown {
  font-weight: normal;
}

footer {
  padding: 0;
}

#footer.container {
  width: 100%;
  margin: 0;
  border-bottom: 0px;
}

#footer.container > .row {
  width: 100%;
  margin: 0;
}

.privacy-warning.permisive {
  /*background: #9e9e9e;
  color: #fff;
  text-align: center;
  padding: 10px 0;
  position: fixed;
  bottom: 0;
  width: 100%;
  z-index: 10000;*/
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  color: #0d2747;
  display: inline-block;
  margin: 0;
  padding: 50px;
  position: fixed;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 100%;
  z-index: 50;
  background-image: url("../../../assets/nahb-build/img/background/NAHB Roofline.svg");
  background-repeat: repeat-y;
  background-color: #fcfeff;
  font-size: 18px;
  font-weight: 400;
  color: #0d2747;
  opacity: 1;
}

.privacy-warning.permisive .close {
  color: #fff;
}

.privacy-warning.permisive .info {
  float: left;
  width: 58%;
  display: block;
  margin: 20px 100px 20px 100px;
  line-height: 25px;
  color: #0d2747;
  -webkit-font-smoothing: antialiased;
  font-family: "Roboto", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto,
    Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji",
    "Segoe UI Symbol";
  font-size: 18px;
  font-weight: 400;
  line-height: 27px;
  text-align: left;
}

.privacy-warning.permisive .submit {
  margin: 40px 45px 0;
}

.privacy-warning.permisive .submit a {
  background-color: #c33a32;
  padding: 12px 40px 12px 40px;
  color: white;
  text-decoration: none;
  border: 1px solid #008adf;
  line-height: 1;
  -webkit-transition: color 0.35s, background-color 0.35s, border-color 0.35s;
  transition: color 0.35s, background-color 0.35s, border-color 0.35s;
  cursor: pointer;
  font-size: 18px;
  font-weight: bold;
}

.privacy-warning.permisive .submit a:hover {
  text-decoration: underline !important;
  background-color: #c33a32;
}

.privacy-warning.permisive .close a {
  color: #000;
  margin-right: 5px;
}

.footer-links ul {
  margin: 0;
  padding-left: 0;
  list-style-type: none;
  text-align: right;
}

@media (max-width: 56.875em) {
  .footer-links ul {
    text-align: center;
  }
}

.footer-links li {
  display: inline;
  margin-left: 1rem;
}

.footer-links a {
  color: #fff;
}

.footer-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: flext-start;
  -ms-flex-align: flext-start;
  align-items: flext-start;
}

.footer-nav h4 {
  margin-top: 0px;
}

.copyright span {
  font-family: "Roboto", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto,
    Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji",
    "Segoe UI Symbol";
  font-size: 0.875rem;
}

@media (max-width: 944px) {
  .footer-nav {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}

@media (max-width: 29.375em) {
  .footer-nav {
    display: block;
  }
}

.footer-nav__section {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  margin-bottom: 24px;
}

@media (max-width: 944px) and (min-width: 29.375em) {
  .footer-nav__section {
    width: 100%;
  }
}

@media (max-width: 29.375em) {
  .footer-nav__section {
    margin-bottom: 24px;
    width: 100%;
  }
}

.footer-nav__section:last-of-type {
  margin-right: 0;
}

@media (max-width: 944px) {
  .footer-nav__section:last-of-type {
    width: 50%;
  }
}

@media (max-width: 29.375em) {
  .footer-nav__section:last-of-type {
    width: 100%;
  }
}

@media (max-width: 29.375em) {
  .footer-nav__section:nth-of-type(2) {
    width: 100%;
  }
}

@media (max-width: 944px) {
  .footer-nav__section.has-3 {
    width: 100%;
  }
}

.footer-nav__section .connect {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.footer-nav__col-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media (max-width: 29.375em) {
  .footer-nav__col-wrapper {
    display: block;
  }
}

.footer-nav__col,
.footer-nav__col a {
  margin: 0;
  padding-left: 0;
  list-style-type: none;
  font-family: "Roboto", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto,
    Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji",
    "Segoe UI Symbol";
  font-weight: 400;
  font-style: normal;
  color: #fff;
  font-size: 16px;
}

.footer-nav__col {
  margin-right: 1.5rem;
}

.footer-nav__col .btn--primary {
  font-size: 18px;
}

.footer-nav__col a.btn.btn--primary {
  border-radius: 0;
  color: #fff;
  font-weight: 600;
  background-color: #008adf;
  padding: 13px 24px;
}

.footer-nav__col a.btn.btn--primary:hover,
.footer-nav__col a.btn.btn--primary:active {
  background-color: #0d2747;
}

@media screen and (max-width: 56.875em) {
  .footer-nav__col a.btn.btn--primary {
    padding: 10px 12px;
  }
  .footer-nav__col a.btn {
    padding: 3px 9px;
    font-size: 15px;
    line-height: 20px;
  }
}

@media (max-width: 29.375em) {
  .footer-nav__col {
    display: block;
    width: 100%;
  }
}

.footer-nav__col a {
  text-decoration: none;
  color: inherit;
}

.footer-nav__col a:hover {
  text-decoration: underline !important;
}

.footer-nav__col li {
  line-height: 33px;
  margin-bottom: 0;
}

@media (max-width: 29.375em) {
  .footer-nav__col li {
    line-height: 28px;
  }
}

.footer-nav__heading {
  font-family: "Roboto", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto,
    Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji",
    "Segoe UI Symbol";
  font-weight: 700;
  font-style: normal;
  font-size: 16px;
  text-transform: uppercase;
  width: 100%;
  margin-bottom: 20px;
  line-height: 20px;
}

.global-footer {
  background-color: #152c3d;
  color: #fff;
  padding-top: 80px;
}

@media (min-width: 1320px) {
  .global-footer .container {
    width: 1290px;
  }
}

@media (max-width: 29.375em) {
  .global-footer {
    padding-top: 32px;
  }
}

.global-footer .container.container--100 {
  margin-bottom: 0;
}

.global-footer .container--bleed .container__col {
  /*max-width: 1290px;*/
  margin-left: auto;
  margin-right: auto;
}

.global-footer .container--bleed .container__col::after {
  clear: both;
  content: "";
  display: block;
}

.global-footer .site-logo {
  margin-bottom: 32px;
  float: left;
  margin-right: 90px;
  width: 142px;
}

.global-footer .site-logo img {
  width: 138px;
  height: auto;
}

@media (max-width: 56.875em) {
  .global-footer .container.container--100 {
    width: auto;
  }
  .global-footer .site-logo img {
    width: auto;
    height: 100%;
  }
}

@media (max-width: 56.875em) {
  .global-footer .site-logo,
  .global-footer .site-logo__image {
    height: 64px;
  }
}

@media (max-width: 56.875em) {
  .global-footer .site-logo {
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    float: none;
  }
}

.global-footer .copyright {
  font-size: 0.875rem;
  line-height: 0.875rem;
}

.global-footer .copyright,
.global-footer .footer-links {
  display: block;
  text-align: center;
  margin-bottom: 1rem;
  line-height: 0.875rem;
}

@media (max-width: 912px) {
  .global-footer .copyright {
    float: left;
    width: 100%;
  }
  .global-footer .footer-links {
    float: right;
    text-align: right;
  }
}

.connect__social a {
  color: #fff;
  display: inline-block;
  text-decoration: none;
  position: relative;
  width: 40px;
  height: 40px;
}

@media (max-width: 56.875em) {
  .connect__social {
    padding: 0 0 0.75rem 0;
  }
}

.social-links .footer-nav__heading {
  margin-bottom: 20px;
  margin-top: 30px;
}

.social-links ul {
  padding-left: 0px;
  list-style: none;
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
}

.social-links li {
  height: 47px;
  margin-right: 5px;
  margin-bottom: 0;
}

.social-links li:first-of-type {
  margin-left: -5px;
}

.social-links li:last-child {
  margin-right: 0;
}

.connect__social-icon {
  fill: currentColor;
  height: 2.1875rem;
  width: 2.1875rem;
}

.connect__social .social-links ul li a:hover,
.connect__social .social-links ul li a:hover a:active {
  opacity: 0.7;
}

.connect__social-icon.connect__social-icon--linkedin {
  fill: #1b6dab;
}

.connect__social-icon.connect__social-icon--twitter {
  fill: #2086d3;
}

#content.container,
#content.container .row,
#content.container .row .container.container--bleed {
  width: 100%;
  background: #fff;
}

#content.container,
#content.container .container.container--bleed {
  margin-bottom: 0;
}

#content.container .row {
  margin: 0;
  margin-left: 0px;
  margin-right: 0px;
}

.hero {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  position: relative;
  color: #fff;
  margin-bottom: 0;
  min-height: 820px;
  width: 100%;
}

@media (max-width: 80.625em) {
  .hero {
    min-height: 650px;
    padding-bottom: 0;
  }
}

@media (max-width: 56.875em) {
  .hero {
    min-height: 360px;
  }
}

.hero:after {
  content: "";
  height: 820px;
  display: block;
}

@media (max-width: 80.625em) {
  .hero:after {
    height: 650px;
    padding-bottom: 0;
  }
}

@media (max-width: 56.875em) {
  .hero:after {
    height: 360px;
  }
}

.hero__figure {
  margin: 0;
  position: relative;
  overflow: hidden;
  position: absolute;
  width: 100%;
  height: 100%;
  bottom: 0;
  z-index: 1;
}

.hero__figure picture {
  width: 100%;
  height: 100%;
}

.hero__figure img {
  height: 100%;
  width: 100%;
  display: block;
  -o-object-fit: cover;
  object-fit: cover;
}

.hero__figure video {
  /* if object-fit is supported, we'll use that */
  height: 100%;
  width: 100%;
  display: block;
  -o-object-fit: cover;
  object-fit: cover;
}

.hero__figure:after {
  display: block;
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+0,000000+100&0.65+0,0+100;Neutral+Density */
  /* FF3.6-15 */
  /* Chrome10-25,Safari5.1-6 */
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(rgba(0, 0, 0, 0.73)),
    to(rgba(0, 0, 0, 0.1))
  );
  background: linear-gradient(
    to bottom,
    rgba(0, 0, 0, 0.73) 0%,
    rgba(0, 0, 0, 0.1) 100%
  );
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a6000000', endColorstr='#00000000',GradientType=0 );
  /* IE6-9 */
}

.has-height .hero__figure {
  width: 100%;
  height: 100%;
}

.has-height .hero__figure picture {
  height: 100%;
}

.has-height .hero__figure img {
  height: 100%;
}

.has-height .hero__figure .video {
  height: 100%;
}

.hero__caption {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -ms-flex-negative: 1;
  flex-shrink: 1;
  -ms-flex-preferred-size: auto;
  flex-basis: auto;
  padding: 120px 30px 50px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  z-index: 2;
}

@media (max-width: 56.875em) {
  .hero__caption {
    padding: 100px 30px 30px;
  }
}

.hero__caption > span {
  display: block;
}

.hero__caption-inner {
  max-width: 1290px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  width: 100%;
}

.hero__title {
  font-family: "Lyon Display Web", "Roboto Slab", "Georgia", "Times New Roman",
    "Times", serif;
  font-weight: 400;
  font-style: normal;
  font-size: 75px;
  font-weight: 400;
  line-height: 84px;
  margin-bottom: 0.5em;
  max-width: 100%;
  margin-top: 0px;
}

@media (max-width: 56.875em) {
  .hero__title {
    font-size: 45px;
    line-height: 52px;
  }
}

@media (max-width: 80.625em) {
  .hero__title {
    font-size: 60px;
  }
}

@media (max-width: 56.875em) {
  .hero__title {
    font-size: 45px;
  }
}

@media (max-width: 29.375em) {
  .hero__title {
    font-size: 28px;
  }
}

.hero__subtitle {
  font-size: 20px;
  font-weight: 400;
  line-height: 28px;
  max-width: 640px;
}

@media (max-width: 29.375em) {
  .hero__subtitle {
    font-size: 16px;
    line-height: 18px;
  }
}

.hero__cta {
  font-size: 20px;
  font-weight: 600;
  line-height: 24px;
  color: inherit;
  text-decoration: none;
}

@media (max-width: 29.375em) {
  .hero__cta {
    font-size: 16px;
    line-height: 16px;
  }
}

.hero .breadcrumbs,
.hero .breadcrumbs a,
.hero .breadcrumbs__divider {
  color: #fff;
}

.hero .coveo-outer-wrapper,
.hero .CoveoSearchInterface .coveo-main-section {
  max-width: 1290px;
  width: 100%;
}

.CoveoSearchInterface .coveo-main-section {
  max-width: 1290px;
}

.coveo-list-layout.CoveoResult {
  padding-left: 0 !important;
}

.hero .CoveoSearchInterface {
  background: transparent;
}

.hero .CoveoSearchInterface .coveo-search-section {
  max-width: 100%;
  margin: 0 auto;
  padding: 0;
  position: relative;
}

.magic-box .magic-box-clear {
  position: relative;
  float: right;
  height: 48px;
  line-height: 48px;
  text-align: center;
  font-size: 24px;
  transition: width 0.3s;
  cursor: pointer;
  background: #fff;
  width: 0;
  overflow: hidden;
}

.magic-box.magic-box-notEmpty .magic-box-clear {
  width: 48px;
}

.CoveoSearchbox .magic-box .magic-box-clear-svg {
  width: 15px;
  height: 15px;
  color: #1d4f76;
}

.CoveoSearchbox .magic-box .magic-box-clear .magic-box-icon:before {
  content: "";
}

.CoveoSearchbox .coveo-accessible-button {
  background: #008adf;
}

@media (max-width: 56.85em) {
  .magic-box.magic-box-notEmpty .magic-box-clear {
    height: 40px;
    line-height: 40px;
  }
  .CoveoSearchbox .CoveoSearchButton.coveo-accessible-button {
    height: 40px;
  }
}

.magic-box .magic-box-clear .magic-box-icon:before {
  color: #9e9e9e;
  font-family: arial, sans-serif;
  content: "X";
  font-size: 24px;
}

.hero .CoveoSearchButton {
  background-color: #008adf;
  border: 0;
  color: #fff;
  display: inline-block;
  font-family: "Roboto", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto,
    Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji",
    "Segoe UI Symbol";
  font-size: 20px;
  font-weight: 700;
  height: 56px;
  line-height: 24px;
  margin-right: -30px;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  width: 150px;
}

@media (max-width: 991px) {
  .hero .CoveoSearchButton {
    margin-right: 0px;
  }
}

@media (max-width: 56.875em) {
  .hero .CoveoSearchButton {
    width: 60px;
    height: 40px;
  }
  .CoveoSearchbox {
    height: 40px;
  }
}

.CoveoSearchbox .magic-box .magic-box-input {
  height: 100%;
}

.CoveoSearchbox .magic-box .magic-box-input > input {
  color: #212121 !important;
  height: 100% !important;
}

.CoveoSearchButton .coveo-search-button g {
  color: #fff;
}

.CoveoSearchButton:hover .coveo-search-button g .coveo-magnifier-circle-svg {
  fill: #fff;
}

.coveo-search-section,
.quick-find {
  font-size: 20px;
  font-weight: 400;
  line-height: 28px;
  display: block;
  background: transparent;
  padding: 30px 0;
  width: 100%;
  position: relative;
  color: #fff;
}

.quick-find__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
@media (max-width: 56.875em) {
  .quick-find__items {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.quick-find__item {
  -webkit-box-flex: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  -ms-flex-negative: 1;
  flex-shrink: 1;
  -ms-flex-preferred-size: auto;
  flex-basis: auto;
  max-width: 30%;
}
@media (max-width: 56.875em) {
  .quick-find__item {
    max-width: 100%;
    margin-bottom: 6px;
  }
}

.search-banner .quick-find__items a,
.coveo-search-section .quick-find__items a {
  font-size: 24px;
  color: #fff;
  line-height: 30px;
  text-decoration: none;
}

@media (max-width: 56.875em) {
  .search-banner .quick-find__items a,
  .coveo-search-section .quick-find__items a {
    font-size: 13px;
    line-height: 16px;
  }
}

.CoveoSearchbox {
  margin-top: 18px;
  max-width: 900px;
}

.horizontal-facets {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  width: 100%;
  position: relative;
  margin-top: 30px;
}

.horizontal-facets__facet-group {
  padding: 6px 30px;
  border-right: 2px solid #fff;
}

.horizontal-facets__facet-group:first-child {
  padding-left: 0;
}

.horizontal-facets__facet-group-label {
  cursor: pointer;
  position: relative;
  padding-right: 40px;
  display: inline-block;
  color: #fff;
  font-size: 18px;
  font-family: "Roboto", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto,
    Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji",
    "Segoe UI Symbol";
}

.horizontal-facets__facet-group-label .icon {
  position: absolute;
  right: 0;
  top: 4px;
}

.horizontal-facets__facet_pop-out {
  position: absolute;
  z-index: 9999;
  display: none;
  background: #fff;
  color: #000;
  left: 0;
  padding: 20px;
  width: 100%;
  top: calc(100% + 10px);
  font-size: 16px;
  box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.4);
}

.is-expanded .horizontal-facets__facet_pop-out {
  display: block;
}

.horizontal-facets__facet-list-section-title {
  font-weight: 600;
  display: block;
  margin-bottom: 10px;
}

.horizontal-facets__facet-list {
  width: calc(100% - 140px);
  list-style: none;
  margin: 0;
  padding: 0;
  z-index: 900;
}

.horizontal-facets__facet-list li {
  margin: 0;
  padding: 0;
  width: calc(50% - 2px);
  display: inline-block;
  font-size: 14px;
  font-weight: 600;
}

.horizontal-facets__facet-list input[type="checkbox"] {
  display: inline-block;
  margin-right: 8px;
}

@media (max-width: 900px) {
  .horizontal-facets__facet-list {
    width: 100%;
  }
  .horizontal-facets__facet-list li label {
    width: calc(100% - 28px);
    line-height: 18px;
  }
}

@media (max-width: 767px) {
  .horizontal-facets__facet-list li {
    width: 100%;
  }
}

/** Product details with Add to Cart **/
.add-to-cart-button .add-to-cart-btn {
  border-radius: 0;
  color: #fff;
  background: #008adf !important;
  border: 0;
  font-weight: 600;
  padding: 8px 15px 8px 15px;
  min-width: 110px;
}
.add-to-cart-btn {
  position: relative;
}
.product-summary
  .product-info__cta-block
  .add-to-cart
  .add-to-cart-btn
  .loading-label
  i.fa-spinner {
  margin-left: 5px;
}
.add-to-cart-btn .loading-label {
  position: absolute;
  display: block;
  left: calc(50% - 8px);
  margin-top: -16px;
}

.product-info__cta-block .add-to-cart-btn .loading-label {
  left: calc(50% - 12px);
}

.cxa-productinformation-component .product-info .product-name h1#displayName {
  font-size: 25px !important;
  line-height: 27px !important;
  font-weight: 600 !important;
  color: #0d2747 !important;
  margin-bottom: 35px;
  display: block;

  font-family: "Roboto", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto,
    Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji",
    "Segoe UI Symbol" !important;
}

.cxa-addtocart-component {
  padding: 0px;
}

#role-price-container {
  font-family: "Lyon Display Web", "Roboto Slab", Georgia, "Times New Roman",
    Times, serif;
  font-size: 16px;
}

#role-price-container .role-price-row .role,
#role-price-container .role-price-row .price {
  color: #0d2747;
  float: left;
  font-weight: 600;
  font-size: 18px;
}
#role-price-container .role-price-row .role.Strike,
#role-price-container .role-price-row .price.Strike {
  color: gray;
  text-decoration: line-through;
}

#role-price-container .role-price-row .role {
  width: 40%;
}

#role-price-container .role-price-row .price {
  width: 60%;
}

@media (max-width: 767px) {
  #role-price-container .role-price-row .role {
    width: 60%;
  }

  #role-price-container .role-price-row .price {
    width: 40%;
  }
}

.product-info-container {
  margin-left: 0px;
  margin-right: 0px;
  padding: 0;
  background: #fff;
}

.product-info-container .product-info-image,
.product-info-container .product-info-details {
  padding: 0;
}

.product-info-container .product-info-image {
  width: 250px;
  padding-right: 30px;
}

.product-info-container .product-info-details {
  padding: 0;
  margin: 0;
  box-shadow: none;
  width: calc(100% - 250px);
}

.product-info-container .product-info-details .cxa-productimages-component {
  max-width: 250px;
}

.product-info-container
  .product-info-image
  .cxa-productimages-component
  .product-image {
  box-shadow: none;
}

.cxa-addtocart-component .add-to-cart-qty label.quantity-label {
  font-family: "Lyon Display Web", "Roboto Slab", "Georgia", "Times New Roman",
    "Times", serif;
  margin-top: 9px;
  margin-right: 20px;
  font-weight: 600;
  font-size: 18px;
  line-height: 22px;
}
.cxa-productinformation-component {
  margin: 0px;
}
.cxa-addtocart-component .component-content form {
  justify-content: space-between;
}

/*For Webkits like Chrome and Safari to hide spinner*/
.component-content input[type="number"]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.component-content input[type="number"] {
  -moz-appearance: textfield;
}

.cxa-productamount-component {
  margin-bottom: 30px;
  float: left;
  width: 100%;
}

.cxa-productamount-component .product-price-block {
  color: #0d2747;
  margin-bottom: 5px;
  font-weight: 600;
  font-size: 16px;
  float: left;
  width: 100%;
  font-family: "Lyon Display Web", "Roboto Slab", Georgia, "Times New Roman",
    Times, serif;
}

.cxa-productamount-component .product-price-block .product-price--label {
  width: 50%;
}
.cxa-productamount-component .product-price-block .product-price--label {
  width: 50%;
}

.cxa-productamount-component .product-price-block .product-price--label,
.cxa-productamount-component .product-price-block .product-price--amount {
  float: left;
}

@media (max-width: 575px) {
  .product-info-container .product-info-image {
    width: 100%;
    padding: 0;
  }
  .product-info-container .product-info-details {
    width: 100%;
  }
  .cxa-productimages-component {
    max-width: 250px;
    left: 0;
    right: 0;
    margin: 0 auto;
    float: none;
  }
}

/* Text banner  */

.text-banner {
  margin-bottom: 1.875rem;
  font-family: "Roboto", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto,
    Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji",
    "Segoe UI Symbol";
  font-weight: 400;
  font-style: normal;
  font-size: 20px;
  font-weight: 400;
  line-height: 34px;
  margin-bottom: 0;
  overflow: hidden;
  position: relative;
  background-color: #c33a32;
}

.text-banner h2,
.text-banner p {
  color: #fff;
}

.text-banner .text-banner__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  padding: 36px;
  position: relative;
  z-index: 20;
}

@media (max-width: 56.875em) {
  .text-banner .text-banner__content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 24px;
  }
}

.text-banner .text-banner__backdrop-color {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 15;
}

.text-banner .text-banner__title {
  font-size: 1.8rem;
  font-weight: 600;
}

.text-banner .text-banner__description {
  font-size: 1.2rem;
  display: inline-block;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  margin-bottom: 0;
}

@media (max-width: 56.875em) {
  .text-banner .text-banner__description {
    text-align: center;
    font-size: 16px;
    line-height: 26px;
  }
}

.text-banner .text-banner__cta {
  border: 2px solid #fff;
  display: inline-block;
  padding: 12px 52px;
  color: #fff;
  font-size: 20px;
  font-weight: 700;
  line-height: 24px;
  text-decoration: none;
  margin-left: 24px;
  -webkit-box-flex: 1;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
  text-align: center;
}

.u-color-pair .text-banner__cta {
  background: transparent;
  border: 1px solid #fff;
  color: #fff;
}

.text-banner__cta:hover {
  color: #fff;
  text-decoration: underline !important;
}

@media (max-width: 56.875em) {
  .text-banner .text-banner__title {
    margin-top: 0;
    text-align: center;
    font-size: 26px;
  }
  .text-banner .text-banner__cta {
    margin: 0;
    margin-top: 12px;
  }
}

main .component.container {
  max-width: 100%;
  padding-bottom: 36px;
}

.container-rounded {
  margin-bottom: 36px;
}

.component-content {
  max-width: 1290px;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 100%;
}

@media (max-width: 767px) {
  .component-content {
    width: 100%;
  }
}

.container--100 {
  width: 100%;
}

.cxa-featured-products-component,
.component.cxa-promoted-products-component,
.horizontal-link-list .horizontal-link-list__inner-container {
  margin-top: 20px;
}

.cxa-promoted-products-component {
  padding-left: 0px;
  padding-right: 0px;
}

.component.cxa-promoted-products-component .product-list > ul {
  margin-left: 0em;
}

.product-info .product-title {
  font-size: 25px;
  line-height: 27px;
  font-weight: 500;
  color: #0d2747;
  margin-bottom: 35px;
  display: block;
  margin-top: 0;
  order: unset;
}

.product-info .product-title a {
  color: #0d2747;
  font-weight: 600;
}

.product-info .add-to-cart button.add-to-cart-btn {
  border-radius: 0;
  color: #fff;
  background: #008adf;
  border: 1px solid #008adf;
  font-weight: 600;
  padding: 8px 15px;
  font-size: 14px;
}

.product-info .add-to-cart button.add-to-cart-btn:active,
.product-info .add-to-cart button.add-to-cart-btn:hover {
  background: #0d2747;
}

.view-product-details .view-product-details-btn {
  border-radius: 0;
  color: #0d2747;
  border: 1px solid #0d2747;
  font-weight: 600;
  padding: 8px 15px;
  font-size: 14px;
  display: inline-block;
  width: 100%;
}

.add-to-cart {
  float: left;
}
.view-product-details {
  float: left;
  margin-left: 10px;
}

.column-splitter {
  margin: 0px;
}

.view-product-details .view-product-details-btn:hover,
.view-product-details .view-product-details-btn:active {
  background: #0d2747;
  color: #fff;
}

.horizontal-link-list {
  display: block;
  width: 100%;
  clear: both;
}

.horizontal-link-list__link-wrapper {
  width: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media (max-width: 1290px) {
  .horizontal-link-list__link-wrapper {
    padding: 0 16px;
  }
}

.horizontal-link-list__link-wrapper a {
  margin: 0px 20px 20px 0px;
  padding: 12px 24px;
  background: #f5f5f5;
  text-align: center;
  font-size: 16px;
  color: #0d2747;
  float: left;
  cursor: pointer;
  text-decoration: none;
}
.horizontal-link-list__link-wrapper a:hover,
.horizontal-link-list__link-wrapper .active {
  background: #008adf;
  color: #fff;
}
.horizontal-link-list__toggle {
  display: none;
}

/* FEATURED PRODUCTS */
.featured-product {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.featured-products-list .product-price-block--del,
.product-price-block .product-price-block--del,
.product-summary .product-price-block--del {
  color: gray;
  text-decoration: line-through;
}
.featured-product__product-wrapper {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  border-bottom: 2px solid #eee;
}

.featured-product__product-wrapper .product-info {
  width: 100%;
}
.featured-product > .featured-product__product-wrapper {
  width: 58%;
  flex-grow: 1;
  flex-shrink: 0;
  flex-basis: auto;
  padding: 0 20px 20px 0;
  margin-right: 20px;
}
.product-info .view-product-details .view-product-details-btn {
  line-height: 16px;
  text-decoration: none;
}
.featured-product__product-wrapper .photo {
  margin-right: 30px;
  width: 250px;
  flex-grow: 1;
  flex-shrink: 0;
  flex-basis: auto;
}
.featured-product__product-wrapper .photo img {
  width: 100%;
}
.featured-product__right-side-wrapper {
  border-left: 2px solid #eee;
  padding-left: 20px;
  flex-grow: 1;
  flex-shrink: 1;
  flex-basis: auto;
  width: 42%;
}
.featured-product__right-side-wrapper
  .featured-product__product-wrapper
  .photo {
  width: 150px;
  max-width: 150px;
}
.featured-product__right-side-wrapper
  .featured-product__product-wrapper
  .product-title {
  font-size: 20px;
}
.featured-product__right-side-wrapper .featured-product__product-wrapper {
  padding-bottom: 20px;
  margin-bottom: 20px;
}
.featured-product__right-side-wrapper
  .featured-product__product-wrapper:last-child {
  margin-bottom: 0;
}

/* @media(max-width: 1290px){
  .horizontal-link-list__link-wrapper{
    
  }
} */

@media (max-width: 1120px) {
  .featured-product {
    display: block;
    padding: 0 20px;
  }

  .featured-product__right-side-wrapper {
    padding-left: 0px;
    width: 100%;
    max-width: 100%;
  }

  .featured-product__right-side-wrapper {
    border-left: none;
  }

  .cxa-productamount-component {
    float: none;
  }

  .featured-product > .featured-product__product-wrapper {
    width: 100%;
    border-right: none;
    border-bottom: 2px solid #eee;
    margin-right: 0px;
    padding-right: 0px;
    margin-bottom: 20px;
    padding-bottom: 20px;
  }

  .cxa-productamount-component .product-price-block:last-child {
    margin-bottom: 30px;
  }

  .featured-product .featured-product__product-wrapper .product-info {
    width: 100%;
  }

  .featured-product__product-wrapper .photo {
    max-width: 150px;
  }
}

@media (max-width: 767px) {
  .cxa-productamount-component .product-price-block .product-price--amount {
    float: right;
  }
  .cxa-productamount-component .product-price-block .product-price--label {
    width: 70%;
  }
}

@media (max-width: 575px) {
  .featured-product__product-wrapper {
    float: left;
    display: block;
    width: 100%;
  }

  .featured-product__product-wrapper .photo {
    left: 0;
    right: 0;
    margin: 0 auto;
  }

  .featured-product__product-wrapper .product-info .view-product-details {
    float: right;
  }
}

.featured-products-list .title,
.horizontal-link-list__title,
.component.cxa-promoted-products-component .product-list .title,
.piped-header__title {
  font-family: "Lyon Display Web", "Roboto Slab", "Georgia", "Times New Roman",
    "Times", serif;
  font-weight: 400;
  font-style: normal;
  font-weight: 400;
  line-height: 44px;
  position: relative;
  padding: 36px 0 36px 20px;
  margin: 0 0 0 40px;
  display: block;
  font-size: 32px;
  font-weight: 700;
  line-height: 42px;
  text-align: left;
}

.featured-products-list .title::before,
.horizontal-link-list__title::before,
.component.cxa-promoted-products-component .product-list .title::before {
  content: "";
  left: 0;
  top: 28px;
  font-size: 48px;
  font-weight: bold;
  background-color: #008adf;
  height: 60px;
  width: 5px;
  position: absolute;
  display: block;
}

.featured-products-list .featured-product .product-summary {
  width: 40%;
  float: left;
}

.product-list .product-summary .product-info h4.product-title,
.product-list .product-summary .product-info .product-short-description {
  width: 100%;
}
.product-list .product-summary .product-info .product-short-description {
  font-size: 16px;
  line-height: 24px;
}

.product-list .product-summary .product-info .product-info__cta-block {
  left: 0;
  right: 0;
  margin: 0 auto;
  margin-top: 20px;
  flex-grow: 1;
  flex-basis: auto;
  justify-content: flex-end;
  width: 100%;
  display: flex;
  align-items: flex-end;
  justify-content: center;
}

.product-list .product-summary .product-info__cta-block {
  display: flex;
  display: -ms-flexbox;
}
.product-list .product-summary .add-to-cart,
.product-list .product-summary .view-product-details {
  float: none;
  flex-basis: auto;
  max-width: 50%;
  text-align: center;
}

@media (max-width: 991px) {
  .product-list
    .product-summary
    .product-info
    .add-to-cart
    button.add-to-cart-btn {
    padding: 8px 20px;
  }
  .product-list .product-summary .add-to-cart,
  .product-list .product-summary .view-product-details {
    float: none;
  }
}

@media (max-width: 767px) {
  .product-list .product-summary .add-to-cart,
  .product-list .product-summary .view-product-details {
    float: left;
  }
}

.featured-products-list .featured-product .product-summary:first-child {
  width: 60%;
  padding-right: 40px;
  min-height: 400px;
}

.featured-products-list .product-short-description {
  font-size: 1.2rem;
  color: #0d2747;
  margin-bottom: 60px;
}
.featured-products-list
  .featured-product
  .product-summary:first-child
  .product-info
  .product-title {
  font-size: 32px;
  line-height: 32px;
}

.featured-products-list .featured-product .product-summary .photo {
  width: 150px;
  float: left;
}

.featured-products-list .featured-product .product-summary:first-child .photo {
  width: 250px;
}

.featured-products-list .featured-product .product-summary .photo img {
  width: 100%;
}

.featured-products-list .featured-product .product-summary .product-info {
  width: calc(100% - 150px);
  float: left;
  padding-left: 40px;
}

.featured-products-list
  .featured-product
  .product-summary:first-child
  .product-info {
  width: calc(100% - 250px);
}

.component.cxa-productlist-component .product-list,
.component.cxa-promoted-products-component .product-list {
  margin-bottom: 50px;
  clear: both;
}

.component.cxa-productlist-component .product-list > ul,
.component.cxa-promoted-products-component .product-list > ul {
  justify-content: space-between;
  flex-wrap: nowrap;
}

@media (max-width: 991px) {
  .component.cxa-productlist-component .product-list > ul,
  .component.cxa-promoted-products-component .product-list > ul {
    justify-content: center;
    flex-wrap: wrap;
  }
}

.component.cxa-productlist-component .product-list ul > li .product-summary,
.component.cxa-promoted-products-component
  .product-list
  ul
  > li
  .product-summary {
  padding: 20px;
  max-height: none;
}

.component.cxa-productlist-component .product-list > ul > li,
.component.cxa-promoted-products-component .product-list > ul > li {
  box-shadow: none;
  border: 1px solid #eee;
  max-width: 50%;
  flex-basis: 0;
  flex-grow: 1;
  flex-shrink: 1;
  margin: 0 16px;
}
.component.cxa-productlist-component .product-list > ul > li:first-child,
.component.cxa-promoted-products-component .product-list > ul > li:first-child {
  margin-left: 0;
}
.component.cxa-productlist-component .product-list > ul > li:last-child,
.component.cxa-promoted-products-component .product-list > ul > li:last-child {
  margin-right: 0;
}

@media (max-width: 575px) {
  .component.cxa-productlist-component .product-list > ul > li,
  .component.cxa-promoted-products-component .product-list > ul > li {
    max-width: 100%;
    width: 100%;
    flex-basis: auto;
    margin-bottom: 20px;
  }

  .component.cxa-productlist-component .product-list > ul > li:first-child,
  .component.cxa-promoted-products-component
    .product-list
    > ul
    > li:first-child,
  .component.cxa-productlist-component .product-list > ul > li:last-child,
  .component.cxa-promoted-products-component
    .product-list
    > ul
    > li:last-child {
    margin-right: 16px;
    margin-left: 16px;
  }
}

.component.cxa-productlist-component
  .product-list
  ul
  > li
  .product-summary
  .photo,
.component.cxa-promoted-products-component
  .product-list
  ul
  > li
  .product-summary
  .photo {
  height: auto;
}
.component.cxa-productlist-component
  .product-list
  ul
  > li
  .product-summary
  .photo
  img,
.component.cxa-promoted-products-component
  .product-list
  ul
  > li
  .product-summary
  .photo
  img {
  max-width: 100%;
  height: auto;
  max-height: auto;
  border: 1px solid #f8f8f8;
}

.component.cxa-productlist-component
  .product-list
  > ul
  > li
  .product-summary
  .product-info
  .lowest-variant-price
  a,
.component.cxa-promoted-products-component
  .product-list
  > ul
  > li
  .product-summary
  .product-info
  .lowest-variant-price
  a,
.component.cxa-productlist-component
  .product-list
  > ul
  > li
  .product-summary
  .product-info
  .product-title
  a,
.component.cxa-promoted-products-component
  .product-list
  > ul
  > li
  .product-summary
  .product-info
  .product-title
  a {
  color: #0d2747;
  font-size: 18px;
  line-height: 22px;
}

.component.cxa-productlist-component
  .product-list
  ul
  > li
  .product-summary
  .product-info,
.component.cxa-promoted-products-component
  .product-list
  ul
  > li
  .product-summary
  .product-info {
  width: 100%;
  flex-flow: column !important;
  -ms-flex-flow: column !important;
  flex-grow: 1;
}
.component.cxa-productlist-component
  .product-list
  ul
  > li
  .product-summary
  .product-info
  .product-category,
.component.cxa-promoted-products-component
  .product-list
  ul
  > li
  .product-summary
  .product-info
  .product-category {
  width: 100%;
}
.component.cxa-productlist-component
  .product-list
  > ul
  > li
  .product-summary
  .product-info
  .product-category:not(.on-sale)
  a,
.component.cxa-promoted-products-component
  .product-list
  > ul
  > li
  .product-summary
  .product-info
  .product-category:not(.on-sale)
  a {
  width: 50%;
  border-color: #0d2747;
  border-radius: 2px;
}

/*  */
/* PRODUCT IMAGE */
.cxa-productimages-component .product-image {
  box-shadow: none;
  background: transparent;
}
.cxa-productimages-component {
  border-radius: 4px;
  background: #fff;
  padding: 20px;
  box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.1);
}
.cxa-productimages-component .product-images ul li:only-child {
  display: none;
}
.cxa-productimages-component .product-images ul li.active {
  border: 2px solid #008adf;
}
.cxa-productimages-component .product-images ul li.active:before {
  display: none;
}

.promoted-products__cta,
.component.cxa-promoted-products-component
  .product-list
  ul
  > li
  .product-summary
  .product-info
  > .promoted-products__cta {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  justify-content: space-between;
  width: 100%;
  flex-grow: 1;
  -ms-flex-align: flex-end;
  align-items: flex-end;
}
.promoted-products__cta > * {
  width: 48%;
  -ms-flex-positive: 0;
  flex-grow: 0;
  -ms-flex-negative: 1;
  flex-shrink: 1;
}

.promoted-products__cta .view-product-details-btn,
.promoted-products__cta .add-to-cart-btn {
  border-radius: 0;
  font-weight: 600;
  padding: 8px 15px;
  font-size: 14px;
  line-height: 16px;
  display: inline-block;
  width: 100%;
  text-align: center;
}

.promoted-products__cta .view-product-details-btn {
  padding: 7;
}

/* .cxa-checkoutdelivery-component label, .delivery-form-header p{
  display: block;
  font-weight: 500;
  font-size: 18px;
  margin-bottom: 10px;
  color: #0D2747;
} */

.shopping-cart-page .field-link a.continue-shopping-button {
  border-radius: 0px;
  border: 2px solid #0d2747;
  color: #0d2747;
  min-height: 42px;
  height: 42px;
  padding: 8px 25px;
  font-weight: 600;
}

.shopping-cart-page .field-link a.continue-shopping-button:hover,
.shopping-cart-page .field-link a.continue-shopping-button:active,
.shopping-cart-page .field-link a.continue-shopping-button:focus {
  background: #0d2747;
  color: #fff;
}

.shopping-cart-page .field-link a.checkout,
.checkout-delivery-page .btn-delivery-next {
  border: none;
  border-radius: 0px;
  font-size: 14px !important;
  font-weight: 600;
  text-align: center !important;
  background: #008adf;
  color: #fff !important;
  text-shadow: none;
  box-shadow: none;
  padding: 4px 25px 4px 25px;
  display: inline-block;
  cursor: pointer;
  min-height: 42px;
  height: 42px;
  padding: 8px 25px 8px 25px;
}

.checkout-delivery-page .btn-delivery-next {
  float: right;
}

.checkout-delivery-page .btn-delivery-prev {
  float: left;
}

.shopping-cart-page .primary-button-filled a.checkout:hover,
.checkout-delivery-page .btn-delivery-next:hover,
.checkout-delivery-page .btn-delivery-next:active,
.checkout-delivery-page .btn-delivery-next:focus,
.shopping-cart-page .primary-button-filled .field-link a.checkout:active,
.shopping-cart-page .primary-button-filled .field-link a.checkout:focus {
  background: #0d2747 !important;
  color: #fff !important;
}

.product-description-text .description {
  background: #f1f5f4;
  padding: 25px;
  margin-top: 25px;
}

.product-search-card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  max-width: 1200px;
  margin: 0 auto;
  padding: 20px;
  font-family: "Roboto", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto,
    Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji",
    "Segoe UI Symbol";
}

.product-search-card .btn--primary:hover {
  background-color: #0d2747;
}

.product-search-card .btn--primary.btn--ghost:hover {
  color: #fff;
}
@media (max-width: 56.875em) {
  .product-search-card {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 20px;
  }
}

.product-search-card__image-block {
  width: 175px;
  -webkit-box-flex: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -ms-flex-preferred-size: auto;
  flex-basis: auto;
  margin-right: 20px;
}

.product-search-card__image-block img {
  width: 100%;
}

@media (max-width: 56.875em) {
  .product-search-card__image-block {
    display: none;
  }
}

.product-search-card__info {
  margin: 0 20px;
  flex-grow: 1;
  line-height: 22px;
}

@media (max-width: 56.875em) {
  .product-search-card__info {
    margin: 0px;
  }
}

@media (max-width: 1120px) {
  .coveo-result-list-container
    .coveo-list-layout
    .product-search-card__image-block {
    display: none;
  }

  .coveo-result-list-container .coveo-list-layout .product-search-card {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 20px;
  }
  .coveo-result-list-container .coveo-list-layout .product-search-card__info {
    margin: 0px;
  }
  .coveo-result-list-container
    .coveo-list-layout
    .product-search-card__amount-cta-block {
    margin: 0px;
    width: 100%;
    max-width: inherit;
  }
}

.product-search-card__title {
  font-size: 25px;
  line-height: 27px;
  font-weight: 500;
  color: #0d2747;
  margin-bottom: 35px;
  display: block;
}

@media (max-width: 29.375em) {
  .product-search-card__title {
    font-size: 22px;
    line-height: 24px;
  }
}

.product-search-card__amount-cta-block {
  margin: 0 20px;
  width: 220px;
  -webkit-box-flex: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -ms-flex-preferred-size: auto;
  flex-basis: auto;
}

.product-search-card__amount-cta-block .product-search-card__amount-block {
  margin-bottom: 40px;
}

.product-search-card__amount-cta-block
  .product-search-card__amount-block
  .product-search-card__price-block {
  color: #0d2747;
  margin-bottom: 5px;
  font-weight: 500;
  font-size: 18px;
  font-weight: 600;
  font-family: "Lyon Display Web", "Roboto Slab", "Georgia", "Times New Roman",
    "Times", serif;
}

.product-search-card__amount-cta-block
  .product-search-card__amount-block
  .product-search-card__price-block
  .product-search-card__price--amount {
  float: right;
}

.product-search-card__amount-cta-block
  .product-search-card__amount-block
  .product-search-card__price--del {
  color: gray;
}
.product-search-card__cta-block a.btn {
  font-size: 14px;
  float: right;
  margin-bottom: 16px;
}

.product-search-card__amount-cta-block .product-search-card__amount-block .btn,
.product-search-card__amount-cta-block
  .product-search-card__amount-block
  .nahb-form-builder
  input[type="submit"],
.nahb-form-builder
  .product-search-card__amount-cta-block
  .product-search-card__amount-block
  input[type="submit"] {
  display: block;
  margin-bottom: 10px;
}

.product-search-card__amount-cta-block .product-search-card__cta-block .btn,
.product-search-card__amount-cta-block
  .product-search-card__cta-block
  .nahb-form-builder
  input[type="submit"],
.nahb-form-builder
  .product-search-card__amount-cta-block
  .product-search-card__cta-block
  input[type="submit"] {
  padding: 10px 0px;
  width: 165px;
  text-align: center;
}

.product-search-card__amount-cta-block
  .product-search-card__cta-block
  .btn.btn--add-cart,
.product-search-card__amount-cta-block
  .product-search-card__cta-block
  .nahb-form-builder
  input.btn--add-cart[type="submit"],
.nahb-form-builder
  .product-search-card__amount-cta-block
  .product-search-card__cta-block
  input.btn--add-cart[type="submit"] {
  float: right;
}

.product-search-card__amount-cta-block
  .product-search-card__cta-block
  .btn:first-child,
.product-search-card__amount-cta-block
  .product-search-card__cta-block
  .nahb-form-builder
  input:first-child[type="submit"],
.nahb-form-builder
  .product-search-card__amount-cta-block
  .product-search-card__cta-block
  input:first-child[type="submit"] {
  margin-right: 10px;
}

.product-search-card__amount-cta-block
  .product-search-card__cta-block
  .btn:last-child,
.product-search-card__amount-cta-block
  .product-search-card__cta-block
  .nahb-form-builder
  input:last-child[type="submit"],
.nahb-form-builder
  .product-search-card__amount-cta-block
  .product-search-card__cta-block
  input:last-child[type="submit"] {
  margin-left: 10px;
}

@media (max-width: 1120px) {
  .product-search-card__amount-cta-block
    .product-search-card__cta-block
    .btn.btn--add-cart,
  .product-search-card__amount-cta-block .product-search-card__cta-block .btn {
    float: none;
  }
}

@media (max-width: 56.875em) {
  .product-search-card__amount-cta-block .product-search-card__cta-block {
    text-align: center;
  }
  .product-search-card__amount-cta-block .product-search-card__cta-block .btn,
  .product-search-card__amount-cta-block
    .product-search-card__cta-block
    .nahb-form-builder
    input[type="submit"],
  .nahb-form-builder
    .product-search-card__amount-cta-block
    .product-search-card__cta-block
    input[type="submit"] {
    width: 40%;
    padding: 10px 0px;
  }
  .product-search-card__amount-cta-block
    .product-search-card__cta-block
    .nahb-form-builder
    input.btn--add-cart[type="submit"],
  .nahb-form-builder
    .product-search-card__amount-cta-block
    .product-search-card__cta-block
    input.btn--add-cart[type="submit"] {
    float: none;
  }
}

@media (max-width: 29.375em) {
  .product-search-card__amount-cta-block {
    left: 0;
    right: 0;
    margin: 0 auto;
  }
}

@media (max-width: 56.875em) {
  .product-search-card__amount-cta-block {
    margin: 0px;
    width: 100%;
    max-width: inherit;
  }
  .product-search-card__amount-cta-block .product-search-card__amount-block {
    margin-bottom: 25px;
  }
  .product-search-card__amount-cta-block .product-search-card__price-block {
    max-width: 350px;
  }
  .product-search-card__title {
    margin-bottom: 25px;
  }
  .product-search-card__description {
    margin-bottom: 15px;
  }
}

@media (max-width: 991px) {
  #payment_confirmation {
    margin-bottom: 30px;
    justify-content: left;
  }
}

@media (max-width: 575px) {
  #payment_confirmation #submit {
    margin-left: 20px;
  }
}

.billing-form {
  padding: 0px 0px 25px 0px;
}

.quick-find {
  position: absolute;
  z-index: 999;
  top: 100%;
  width: calc(100% - 26px);
  background: #fff;
  padding: 30px 35px;
  color: #000;
  display: none;
}

.quick-find__title {
  color: #152c3d;
  font-size: 14px;
  font-weight: 500;
  line-height: 17px;
  display: block;
  border-bottom: 1px solid rgba(128, 130, 132, 0.4);
  padding-bottom: 5px;
  margin-bottom: 20px;
}

.quick-find__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

@media (max-width: 56.875em) {
  .quick-find__items {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

.quick-find__item {
  -webkit-box-flex: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  -ms-flex-negative: 1;
  flex-shrink: 1;
  -ms-flex-preferred-size: auto;
  flex-basis: auto;
  max-width: 30%;
}

.quick-find__item a {
  font-size: 14px;
  font-weight: 500;
  line-height: 18px;
  text-decoration: none;
}

@media (max-width: 56.875em) {
  .quick-find__item a {
    font-size: 13px;
    line-height: 16px;
  }
}

@media (max-width: 56.875em) {
  .quick-find__item {
    max-width: 100%;
    margin-bottom: 6px;
  }
}

.quick-find__item-subtitle {
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  display: block;
  margin-top: 12px;
}

@media (max-width: 56.875em) {
  .quick-find__item-subtitle {
    display: none;
  }
}

.search-box__input:focus ~ .quick-find,
.search-box__input:active ~ .quick-find,
.search-box__input.is-expanded ~ .quick-find {
  display: block;
}

.search-banner .quick-find,
.coveo-search-section .quick-find {
  display: block;
  background: transparent;
  padding: 30px 0;
  width: 100%;
  position: relative;
}

.search-banner .quick-find__title,
.coveo-search-section .quick-find__title {
  color: #fff;
}

.search-banner .quick-find__items a,
.coveo-search-section .quick-find__items a {
  font-size: 24px;
  color: #fff;
  line-height: 30px;
}

@media (max-width: 56.875em) {
  .search-banner .quick-find__items a,
  .coveo-search-section .quick-find__items a {
    font-size: 13px;
    line-height: 16px;
  }
}

@media (max-width: 576px) {
  .cxa-stepindicator-component .steps {
    position: relative;
  }
  .cxa-stepindicator-component .steps:before,
  .cxa-stepindicator-component .component-content > div {
    left: 0;
  }
  .cxa-stepindicator-component .steps li,
  .cxa-stepindicator-component .steps li.active {
    padding: 3px;
  }

  .cxa-shoppingcartlines-component table,
  .cxa-shoppingcartlines-component thead,
  .cxa-shoppingcartlines-component tbody,
  .cxa-shoppingcartlines-component tfoot,
  .cxa-shoppingcartlines-component tr,
  .cxa-shoppingcartlines-component th,
  .cxa-shoppingcartlines-component td {
    display: block;
    width: 100%;
    height: auto;
    margin: 0;
    padding: 0;
    border: none;
    border-collapse: inherit;
    border-spacing: 0;
    border-color: inherit;
    vertical-align: inherit;
    text-align: left;
    font-weight: inherit;
    -webkit-border-horizontal-spacing: 0;
    -webkit-border-vertical-spacing: 0;
  }
  .cxa-shoppingcartlines-component th,
  .cxa-shoppingcartlines-component td {
    display: inline;
  }
  .cxa-shoppingcartlines-component thead {
    display: none;
  }
  .cxa-shoppingcartlines-component table tbody tr td {
    display: block;
    width: 100%;
    padding: 0;
    border-bottom: 0;
  }

  .cxa-shoppingcartlines-component tr {
    border-bottom: 1px solid #ccc;
    padding-bottom: 20px;
    margin-bottom: 20px;
  }

  .cxa-shoppingcartlines-component table tbody tr td.shoppingcart-image,
  .cxa-shoppingcartlines-component table tbody tr td.shoppingcart-info {
    display: inline-block;
  }
  .cxa-shoppingcartlines-component table tbody tr td.shoppingcart-image,
  .cxa-shoppingcartlines-component table tbody tr td.shoppingcart-image img {
    width: 100px;
    height: auto;
  }
  .cxa-shoppingcartlines-component table tbody tr td.shoppingcart-info {
    width: calc(100% - 110px);
  }

  .cxa-shoppingcartlines-component table tbody tr td.shoppingcart-price,
  .cxa-shoppingcartlines-component table tbody tr td.shoppingcart-quantity,
  .cxa-shoppingcartlines-component table tbody tr td.shoppingcart-total {
    width: 30%;
    display: inline-block;
  }
  .cxa-shoppingcartlines-component table tbody tr td.shoppingcart-quantity {
    padding-right: 2%;
  }
  .cxa-shoppingcartlines-component table tbody tr td.shoppingcart-price:before {
    display: block;
    content: "Price";
  }
  .cxa-shoppingcartlines-component
    table
    tbody
    tr
    td.shoppingcart-quantity:before {
    display: block;
    content: "Quantity";
  }
  .cxa-shoppingcartlines-component table tbody tr td.shoppingcart-total:before {
    display: block;
    content: "Total";
  }

  .cxa-shoppingcartlines-component .shoppingcart-quantity div button.increase,
  .cxa-shoppingcartlines-component .shoppingcart-quantity div button.decrease,
  .cxa-shoppingcartlines-component .shoppingcart-quantity div input {
    max-height: 32px;
    min-height: 32px;
    max-width: 32px;
    min-width: 32px;
  }

  .cxa-shoppingcartlines-component table tbody tr td.shoppingcart-delete {
    text-align: right;
  }
}

/* span means nothing in the cart */
.component.cxa-minicart-component
  .basket
  .minicart
  .minicart-buttons
  span.checkout-button,
.add-to-cart-button .add-to-cart-btn[data-disabled="true"] {
  cursor: default;
  background: #ccc !important;
}
.component.cxa-minicart-component
  .basket
  .minicart
  .minicart-buttons
  span.checkout-button:hover {
  cursor: default;
  background: #666 !important;
}
.component.cxa-minicart-component .basket .minicart {
  z-index: 10000;
}
.cxa-addtocart-component .quantity-input button.decrease:before,
.cxa-shoppingcartlines-component
  .shoppingcart-quantity
  div
  button.decrease:before {
  display: inline-block;
  font-family: "SCCXAICONS";
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  content: "—";
  font-size: 12px;
  margin-bottom: 2px;
}

.component select::-ms-expand {
  display: none;
}

.cxa-nahbcheckoutdelivery-component input,
.cxa-nahbcheckoutdelivery-component select {
  display: block;
  width: 100%;
  margin-bottom: 20px;
}

.btn-delivery-next {
  display: inline-block;
  padding: 6px 18px;
  color: #008adf;
  text-decoration: none;
  border: 1px solid #008adf;
  background-color: transparent;
  line-height: 1;
  /* Prevent button from inheriting line-height */
  vertical-align: middle;
  transition: color 0.35s, background-color 0.35s, border-color 0.35s;
  cursor: pointer;
  font-size: 18px;
  font-weight: bold;
  display: block;
}
.btn-delivery-next:active,
.btn-delivery-next:hover {
  outline: 0;
  color: #fff;
  background-color: #008adf;
  border-color: #008adf;
  text-decoration: none;
}
a.btn-delivery-prev {
  float: right;
  font-size: 14px;
}

.cxa-stepindicator-component .steps li:hover {
  background: #fff;
  color: #008adf;
  cursor: initial;
}
.cxa-stepindicator-component .steps li:hover a {
  color: #008adf;
  cursor: initial;
}

.CoveoSearchInterface.coveo-small-facets
  .coveo-facet-column.coveo-facet-dropdown-content {
  z-index: 9999;
  background: #fff;
}
.CoveoSearchInterface .coveo-facet-column .piped-header__title {
  padding: 0 0 0 20px;
  margin: 0;
}

.cookie-warning {
  align-items: center;
  align-items: flex-start;
  color: #003b71;
  display: inline-block;
  margin: 0;
  padding: 50px;
  position: fixed;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  z-index: 50;
  background-repeat: repeat-y;
  background-color: #f1f5f8;
}

@media screen and (max-width: em(910)) {
  .cookie-warning {
    left: 0;
    margin: 0 115px;
    width: calc(100% - 230px);
    transform: translateX(0);
  }
}

@media screen and (max-width: em(471)) {
  .cookie-warning {
    display: block;
    margin: 0;
    width: 100%;
    overflow-y: auto;
    background-image: none;
  }
}

.cookie-warning.is-hidden {
  display: none;
}

.cookie-warning h4 {
  color: white;
  font-size: 16px;
}

.cookie-warning__form-container {
  display: none;
}

.cookie-warning__button-wrapper {
  margin: 40px 45px 0;
}

@media screen and (max-width: em(910)) {
  .cookie-warning__button-wrapper {
    margin: 20px 40px 0;
    padding-top: 35px;
    text-align: center;
    clear: both;
    padding-bottom: 0px;
  }
}

@media screen and (max-width: em(471)) {
  .cookie-warning__button-wrapper {
    margin: 20px 40px 0;
    padding-top: 35px;
    text-align: center;
    clear: both;
    padding-bottom: 0px;
  }
}

.cookie-warning__button-wrapper a {
  background-color: #c33a32;
  padding: 12px 40px 12px 40px;
  color: white;
}

@media screen and (max-width: em(910)) {
  .cookie-warning__button-wrapper a {
    padding: 8px 35px 8px 35px;
  }
}

@media screen and (max-width: em(471)) {
  .cookie-warning__button-wrapper a {
    padding: 8px 35px 8px 35px;
  }
}

.cookie-warning__button-wrapper a:hover {
  text-decoration: underline;
  background-color: #c33a32;
}

.cookie-warning__summary {
  float: left;
  width: 58%;
  display: block;
  margin: 20px 100px 20px 100px;
  line-height: 25px;
}

.cookie-warning__summary h2 {
  line-height: 100%;
  margin-bottom: 10px;
  color: white;
}

@media screen and (max-width: em(471)) {
  .cookie-warning__summary {
    margin: 20px 60px 20px 0px;
    width: 100%;
  }
}

@media screen and (max-width: em(911)) {
  .cookie-warning__summary {
    margin: 20px 150px 20px 0px;
  }
}

@media screen and (max-width: em(910)) {
  .cookie-warning__summary {
    margin: 0;
    width: 100%;
    padding: 10px;
  }
}

.cookie-warning__summary a {
  display: inline-block;
  font-weight: 400;
  line-height: 1;
}

.cookie-warning__summary a {
  font-weight: bold;
}

.cookie-warning__form {
  display: inline-block;
}

.cookie-warning__form__input {
  overflow: hidden;
  margin-bottom: 5px;
}
.cookie-warning__form__input:last-of-type {
  margin-bottom: 0;
}

.cookie-warning__form__input label {
  float: right;
  width: calc(100% - 25px);
  color: white;
  text-transform: inherit;
  font-weight: 400;
  font-size: 13px;
}
.cookie-warning__form__input label span {
  font-weight: 600;
}

.cookie-warning__form__input input.cookie-warning__checkbox {
  height: 20px;
  width: 20px;
  min-width: 20px;
  display: inline;
  position: absolute;
  opacity: 0;
  cursor: pointer;
  z-index: 2;
}

.cookie-warning__form__input .cookie-warning__checkbox--fake {
  height: 20px;
  width: 20px;
  min-width: 20px;
  display: inline-block;
  vertical-align: middle;
  background: linear-gradient(
    to bottom,
    rgba(226, 226, 226, 1) 0%,
    rgba(219, 219, 219, 1) 50%,
    rgba(209, 209, 209, 1) 51%,
    rgba(254, 254, 254, 1) 100%
  );
  position: relative;
  z-index: 1;
  border-radius: 2px;
  border: #969494 solid 1px;
}
.cookie-warning__form__input .cookie-warning__checkbox--fake:after {
  content: "";
  position: absolute;
  display: none;
  left: 5px;
  top: 1px;
  width: 5px;
  height: 9px;
  border: solid #424242;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(40deg);
  -ms-transform: rotate(40deg);
  transform: rotate(40deg);
}

input.cookie-warning__checkbox:checked ~ .cookie-warning__checkbox--fake:after {
  display: block;
}

input.cookie-warning__checkbox:disabled ~ .cookie-warning__checkbox--fake {
  background: linear-gradient(
    to bottom,
    rgba(226, 226, 226, 1) 0%,
    rgba(155, 155, 155, 1) 50%,
    rgba(155, 155, 155, 1) 52%,
    rgba(254, 254, 254, 1) 100%
  ); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}
input.cookie-warning__checkbox:disabled
  ~ .cookie-warning__checkbox--fake:after {
  opacity: 0.7;
}

.js-cookie-warning__table-button:focus {
  outline: none;
  border: #003b71 solid 2px;
  border-bottom: 0;
}

.js-cookie__display-tabs {
  background-color: #003b71;
  margin-bottom: 15px;
}

.js-cookie__display-tabs.is-hidden {
  display: none;
}

.cookie-tabs li {
  list-style-type: none;
  display: inline-block;
}

.cookie-tabs .cookie__tab {
  background-color: #003b71;
}
.cookie-tabs .cookie__tab.is-active,
.cookie-tabs .cookie__tab:hover {
  background-color: #003b71;
}

.cookie-warning__close {
  position: absolute;
  top: 10px;
  right: 20px;
}
.cookie-warning__close button {
  color: white;
}

.js-cookie-tab-content {
  display: none;
}
.js-cookie-tab-content.is-visible {
  display: block;
  border: #003b71 1px solid;
  padding: 20px 10px;
  background-color: #003b71;
}

.js-cookie-warning__button--select-all,
.js-cookie-warning__button--submit {
  display: none;
}

.sticky {
  position: fixed;
  top: 0;
}

.sticky .submitCookies {
  color: #ffffff !important;
  background-color: #c33a32;
  padding: 15px 15px 15px 15px;
  text-align: center;
  border: 2px solid white;
  height: 50px;
  margin-left: -1px;
}
.member-profile__field-group .member-profile__purchases td a {
  float: left;
  margin-bottom: 10px;
}
.product-tabbed-subnav {
  background-color: #f1f5f4;
  width: 100%;
  font-size: 18px;
  height: 72px;
  font-weight: 600;
  margin-bottom: 40px;
  margin-top: 10px;
  @media (max-width: 56.875em) {
    height: auto;
  }
}

.product-tabbed-subnav__items {
  display: flex;
  list-style: none;
  margin: 0;
  padding: 0;
  -webkit-box-flex: 1;
  flex-grow: 1;
  flex-shrink: 0;
  flex-basis: auto;
}

.product-tabbed-subnav__items li.is-active a {
  display: inline-block;
  border-bottom: 4px solid #008adf;
  left: 0;
}
.product-tabbed-subnav__items li {
  margin: 20px;
  color: black;
}
@media (max-width: 56.875em) {
  .product-tabbed-subnav__items li {
    display: none;
  }
  .product-tabbed-subnav__items li.is-active {
    display: block;
  }
  .product-tabbed-subnav__items {
    flex-direction: column;
  }
  li.tabbed-subnav__toggle-arrow {
    display: block !important;
  }
  .product-tabbed-subnav__items.is-expanded li.tabbed-subnav__toggle-arrow {
    display: block !important;
  }
  .product-tabbed-subnav {
    height: auto;
  }
}
.product-tabbed-subnav__items li a {
  color: black;
  cursor: pointer;
}
li.tabbed-subnav__toggle-arrow {
  display: none;
  position: absolute;
  right: 0;
  text-align: right;
}
.product-tabbed-subnav__items.is-expanded li {
  display: inline-block;
}
.product-tabbed-subnav__items.is-expanded li.tabbed-subnav__toggle-arrow {
  display: none;
}
.product-tab {
  padding-left: 20px;
  padding-right: 20px;
}
.add-to-cart-btn[datadisabled="true"] {
  cursor: default;
  background: #ccc !important;
  border: none !important;
}

/* NB-1395 */

.nahb-checkbox,
.cxa-nahbcheckoutdelivery-component input.nahb-checkbox {
  display: none;
}

.nahb-checkbox + label,
.cxa-nahbcheckoutdelivery-component input.nahb-checkbox + label {
  padding-left: 28px;
  position: relative;
  cursor: pointer;
  font-size: 15px;
  line-height: 20px;
}

.nahb-checkbox + label:before,
.nahb-checkbox + label:after,
.cxa-nahbcheckoutdelivery-component input.nahb-checkbox + label:before,
.cxa-nahbcheckoutdelivery-component input.nahb-checkbox + label:after {
  transition: all 250ms cubic-bezier(0.075, 0.82, 0.165, 1);
}

.nahb-checkbox + label:before,
.cxa-nahbcheckoutdelivery-component input.nahb-checkbox + label:before {
  height: 18px;
  width: 18px;
  border-radius: 4px;
  border: 1px solid #808284;
  content: "";
  display: inline-block;
  vertical-align: middle;
  position: absolute;
  left: 0;
  top: 0;
}

.nahb-checkbox + label:hover:before,
.cxa-nahbcheckoutdelivery-component input.nahb-checkbox + label:hover:before {
  border: 1px solid #008adf;
}

.nahb-checkbox + label:after,
.cxa-nahbcheckoutdelivery-component input.nahb-checkbox + label:after {
  content: "";
  position: absolute;
  width: 12px;
  height: 12px;
  left: 3px;
  top: 3px;
}

.nahb-checkbox:checked + label:after,
.cxa-nahbcheckoutdelivery-component input.nahb-checkbox:checked + label:after {
  background: #008adf;
}

.search-box__coveo_wrapper .magic-box-input input {
	position: relative !important;
	width: 100% !important;

	input {
		background-color: #f1f5f4 !important;
		border: 0 !important;
		box-shadow: none !important;
		font-size: 14px !important;
		padding: 12px 32px 12px 20px !important;
		width: 100% !important;
	}

	@media (max-width: 1120px) {
		width: 100% !important;
	}

	@media (max-width: 1120px) {
		width: 100% !important;
	}
}
.search-box__coveo_wrapper .coveo-search-section {
	@media (max-width: 1120px) {
		height: 52px;
		padding: 0;
		max-width: 100%;
		margin: 10px;
	}


}
	@media (max-width: 1120px) {
		.search-box__coveo_wrapper .coveo-search-section{
		height: 52px;
		padding: 0;
		max-width: 100%;
		margin: 10px;
		}}
.search-box__coveo_wrappe .CoveoSearchButton:hover .coveo-magnifier-circle-svg{
	fill:white;
	}
.search-box__coveo_wrapper .CoveoSearchButton {
	
	background-color: #008adf !important;
	border: 0 !important;
	cursor: pointer !important;
	height: 100% !important;
	position: absolute !important;
	right: 0 !important;
	top: 0 !important;
	width: 41px !important;

	svg {
		color: $white !important;
	}
}

.search-box__coveo_wrapper .coveo-search-button-svg {
	cursor: pointer !important;
	fill: #fff !important;
	margin-top: 2px !important;
	margin-right: auto !important;

	&.is-hidden {
		opacity: 0 !important;
		visibility: hidden !important;
	}
}

.search-box__coveo_wrapper .CoveoSearchbox {
	margin:0;

}
	@media (max-width: 1120px) {
		.search-box__coveo_wrapper .CoveoSearchbox{
		height: 52px !important
		}
	}


.search-box__coveo_wrapper {
	width: 68%;
	height: 100%;
	padding-right:26px;
	z-index: 999;
}
.search-box__coveo_wrapper .CoveoSearchbox .magic-box{
	border:none !important;
	}
// duplicated from above
.search-box__coveo_wrapper .magic-box-input input {
	font-family: "Source Sans Pro", sans-serif !important;
	font-size: 16px !important;
	width: calc(100% - #52px) !important;
	padding: 0 !important;
	padding-right: 16px !important;
	height: 100% !important;
	vertical-align: middle !important;
	border: 1px solid #008adf !important;
	text-indent: 0px !important;
}
	@media (max-width: 1120px) {
		.search-box__coveo_wrapper .magic-box-input input{
		border: 1px solid #ddd !important;
		border-right: 0 !important;
	height: 52px !important;
	}
	}

	@media (max-width: 1120px) {
		.search-box__coveo_wrapper .magic-box-input input{
		width: 100% !important;
		height: 52px !important;
		}
		}
.search-box__coveo_wrapper .magic-box-input {
	height: 42px !important;

	
}
@media (max-width: 1120px) {
	.search-box__coveo_wrapper .magic-box-input {
		height: 52px !important
	}
	.search-box__coveo_wrapper{
		width:100%;
	}
}
	.search-box__coveo_wrapper .magic-box-input input {
		padding-left: 16px !important;
	}

	.search-box__coveo_wrapper .CoveoSearchButton {
		background-color:  #008adf !important;
		color: #fff !important;
		text-decoration: none !important;
		font-size: 12px !important;
		font-family: "Source Sans Pro", sans-serif !important;
		font-weight: 700 !important;
		line-height: 14px !important;
		text-transform: uppercase !important;
		text-align: center !important;
		border: 0 !important;
		height: 100% !important;
		width: 52px !important;
		display: inline-block !important;
	}
	.search-box__coveo_wrapper .is-expanded ~ .quick-find {
	display: block;
}
.search-box__coveo_wrapper .quick-find {
	position: inherit !important;
	z-index: 999;
	top: 100%;
	width: 100% !important;
	background: #fff;
	padding: 30px 35px;
	color: #000;
	display: none;
left: 0;
}
.coveo-search-section, .quick-find{
	padding:0;
}
.search-box__coveo_wrapper .magic-box-input input {
	padding-left: 16px !important;
	border: 1px solid #008adf !important;
}
.search-box__coveo_wrapper .magic-box-input input:focus {
	border: 1.5px solid #fff !important;
	box-shadow: inset 0 0 0 1.5px black !important;
}