/* This file is generated.  DO NOT EDIT. */ 
/*------------------------------------*    #ACCESSIBILITY
\*------------------------------------*/
.accessibility--hidden,
.accessibility--tab {
  /* https://snook.ca/archives/html_and_css/hiding-content-for-accessibility */
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
  clip: rect(1px 1px 1px 1px);
  /* IE6, IE7 */
  clip: rect(1px, 1px, 1px, 1px);
}

a.accessibility--tab:active,
a.accessibility--tab:focus,
a.accessibility--tab:hover {
  position: absolute !important;
  left: 0;
  top: 0;
  width: auto;
  height: auto;
  overflow: visible;
  z-index: 99999999999;
  background-color: #fff;
  border: solid 1px #1977bc;
  padding: 5px;
  clip: auto;
}

/*------------------------------------*    #GENERAL BODY SETTINGS
\*------------------------------------*/
/**
- Color schema is defined based on 0-255 code
- Towards 0 implies darker colors
- Towards 255 implies lighter colors
- Whatever base color is chosen should have color code around 125
  so that greater than 125 is lighter shade
  and smaller than 125 is darker shade
- The interval between colors can be anything. Make sure to choose wisely to accomodate as much colors
  Ex: here we are using interval of 10.
**/
/* Shades of Blue */
/* Shades of Grey */
/* Shades of Red */
/*Shades of Orange */
/* Obvious ones */
body {
  font-family: 'source_sans_proregular' !important;
}

.nahb-listing__list a {
  text-decoration: none;
  color: #003B71;
}

.nahb-listing__list a:hover {
  text-decoration: underline;
}

.breadcrumb {
  background-color: #ffffff !important;
}


/**
- Color schema is defined based on 0-255 code
- Towards 0 implies darker colors
- Towards 255 implies lighter colors
- Whatever base color is chosen should have color code around 125
  so that greater than 125 is lighter shade
  and smaller than 125 is darker shade
- The interval between colors can be anything. Make sure to choose wisely to accomodate as much colors
  Ex: here we are using interval of 10.
**/
/* Shades of Blue */
/* Shades of Grey */
/* Shades of Red */
/*Shades of Orange */
/* Obvious ones */

/**
- Color schema is defined based on 0-255 code
- Towards 0 implies darker colors
- Towards 255 implies lighter colors
- Whatever base color is chosen should have color code around 125
  so that greater than 125 is lighter shade
  and smaller than 125 is darker shade
- The interval between colors can be anything. Make sure to choose wisely to accomodate as much colors
  Ex: here we are using interval of 10.
**/
/* Shades of Blue */
/* Shades of Grey */
/* Shades of Red */
/*Shades of Orange */
/* Obvious ones */
.nahb-container {
  padding: 0 30px;
  position: relative;
  margin-bottom: 80px;
}

.nahb-container.is-adjacent {
  margin-bottom: 0;
}

.nahb-container--bleed {
  background-repeat: no-repeat;
  background-position: center;
}

.nahb-container--bleed > .nahb-container__col {
  margin: 0 auto;
  max-width: calc(1140px - (30px * 2));
  position: relative;
}

.nahb-container--bleed > .nahb-container__col .nahb-container:last-child {
  margin-bottom: 0;
}

.nahb-container--bleed.has-image, .nahb-container--bleed.has-color {
  padding-top: 40px;
  padding-bottom: 40px;
}

@media (min-width: 1080px) {
  .nahb-container--bleed .nahb-container--100,
  .nahb-container--bleed .nahb-container--70-30,
  .nahb-container--bleed .nahb-container--50-50,
  .nahb-container--bleed .nahb-container--30-70 {
    margin-left: auto;
    margin-right: auto;
  }
}

.nahb-container--extended > .nahb-container__col {
  margin: 0 auto;
  max-width: 1280px;
  position: relative;
}

.nahb-container--extended > .nahb-container__col .nahb-container:last-child {
  margin-bottom: 0;
}

.nahb-container--100,
.nahb-container--70-30,
.nahb-container--50-50,
.nahb-container--30-70 {
  max-width: 1140px;
}

@media screen and (min-width: 1080px) {
  .nahb-container--100,
  .nahb-container--70-30,
  .nahb-container--50-50,
  .nahb-container--30-70 {
    margin-left: auto;
    margin-right: auto;
  }
}

@media screen and (min-width: 768px) {
  .nahb-container--70-30,
  .nahb-container--50-50,
  .nahb-container--30-70 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

@media screen and (min-width: 768px) {
  .nahb-container--50-50 .nahb-container__col:first-child {
    width: 49.26%;
  }
}

@media screen and (min-width: 768px) {
  .nahb-container--50-50 .nahb-container__col:nth-child(2) {
    width: 40.8%;
  }
}

.nahb-container--footer {
  border-top: 1px solid #dcdee3;
}

.nahb-container--copyright {
  background-color: #dcdee3;
}

.nahb-container--recommended-products {
  background-color: #dcdee3;
}

/*
    CSS multilines ellipsis mixin
    Usage: @include excerpt($font-size: 1.3rem, $line-height: 1.3, $lines-to-show: 3, $excerpt-bg: #fff);
*/

/**
- Color schema is defined based on 0-255 code
- Towards 0 implies darker colors
- Towards 255 implies lighter colors
- Whatever base color is chosen should have color code around 125
  so that greater than 125 is lighter shade
  and smaller than 125 is darker shade
- The interval between colors can be anything. Make sure to choose wisely to accomodate as much colors
  Ex: here we are using interval of 10.
**/
/* Shades of Blue */
/* Shades of Grey */
/* Shades of Red */
/*Shades of Orange */
/* Obvious ones */
.nahb-section-header {
  font-family: 'source_sans_probold';
  color: #191d29;
  font-size: 18px;
  letter-spacing: 2.25px;
  text-transform: uppercase;
}

/*------------------------------------*    #RESET
    Styles taken from reset and
    normalize, with some modifications
\*------------------------------------*/
/** BASE (BUNCH OF ELEMENTS) **/
* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

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

html, body, div, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, ol, ul, li, form, legend, label, table, header, footer, nav, section, figure {
  padding: 0;
  margin: 0;
  vertical-align: baseline;
  border: 0;
}

[hidden], template {
  display: none;
}

/** HTML & BODY **/
html {
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  font-family: sans-serif;
}

body {
  margin: 0;
}

/** IMAGES **/
svg:not(:root) {
  overflow: hidden;
}

img {
  border: 0;
}

figure {
  margin: 0;
}

/** AUDIO & VIDEO **/
audio,
canvas,
video {
  display: inline-block;
}

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

/** SPECIAL TEXT ELEMENTS **/
b,
strong {
  font-weight: bold;
}

pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word;
}

q {
  quotes: "\201C" "\201D" "\2018" "\2019";
}

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;
}

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

dfn {
  font-style: italic;
}

/** BUTTONS **/
button {
  cursor: pointer;
  font-family: sans-serif;
  line-height: normal;
  font-size: 100%;
  margin: 0;
  vertical-align: baseline;
  background: transparent;
  border: 0;
}

button[disabled] {
  cursor: default;
}

button::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/** FORM ELEMENTS **/
input,
select,
textarea {
  font-family: sans-serif;
  font-size: 100%;
  margin: 0;
  vertical-align: baseline;
}

input {
  line-height: normal;
}

input[disabled] {
  cursor: default;
}

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

input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

html input[type="button"],
input[type="reset"],
input[type="submit"] {
  cursor: pointer;
}

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

fieldset {
  min-width: 0;
  padding: 0.01em 0 0;
  margin: 0;
  border: 0;
}

body:not(:-moz-handler-blocked) fieldset {
  display: table-cell;
}

legend {
  display: table;
  padding: 0;
  border: 0;
  white-space: normal;
}

textarea {
  overflow: auto;
  vertical-align: top;
}

/** TABLES **/
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/** LISTS **/
ul li {
  list-style-type: none;
}


/**
- Color schema is defined based on 0-255 code
- Towards 0 implies darker colors
- Towards 255 implies lighter colors
- Whatever base color is chosen should have color code around 125
  so that greater than 125 is lighter shade
  and smaller than 125 is darker shade
- The interval between colors can be anything. Make sure to choose wisely to accomodate as much colors
  Ex: here we are using interval of 10.
**/
/* Shades of Blue */
/* Shades of Grey */
/* Shades of Red */
/*Shades of Orange */
/* Obvious ones */
.cookie-warning {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  color: white;
  display: inline-block;
  margin: 0;
  max-width: 1140px;
  padding: 20px;
  position: fixed;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 100%;
  z-index: 11;
  background-image: url("../../../build/img/NAHB Roofline.svg");
  background-repeat: repeat-y;
  background-color: #003B71;
}

@media screen and (max-width: 767px) {
  .cookie-warning {
    left: 0;
    margin: 0 115px;
    width: calc(100% - 230px);
    -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
            transform: translateX(0);
  }
}

@media screen and (max-width: 479px) {
  .cookie-warning {
    display: block;
    margin: 0;
    width: 100%;
    overflow-y: auto;
    background-image: none;
  }
}

.cookie-warning.is-hidden {
  display: none;
}

.cookie-warning p {
  color: white;
}

.cookie-warning h4 {
  color: white;
  font-size: 16px;
}

.cookie-warning__form-container {
  display: none;
}

.cookie-warning__button-wrapper {
  margin: 63px 45px 0;
}

@media screen and (max-width: 479px) {
  .cookie-warning__button-wrapper {
    margin: 20px 40px 0;
    padding-top: 35px;
    text-align: center;
    clear: both;
    padding-bottom: 0px;
  }
}

@media screen and (max-width: 768px) {
  .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: 479px) {
  .cookie-warning__button-wrapper a {
    padding: 8px 35px 8px 35px;
  }
}

@media screen and (max-width: 768px) {
  .cookie-warning__button-wrapper a {
    padding: 8px 35px 8px 35px;
  }
}

.cookie-warning__button-wrapper a:hover {
  text-decoration: underline;
}

.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: 768px) {
  .cookie-warning__summary {
    margin: 20px 60px 20px 0px;
    width: 100%;
  }
}

@media screen and (max-width: 1024px) {
  .cookie-warning__summary {
    margin: 20px 150px 20px 0px;
  }
}

@media screen and (max-width: 479px) {
  .cookie-warning__summary {
    margin: 0;
    width: 100%;
    padding: 10px;
  }
}

.cookie-warning__summary a {
  color: white;
  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: -webkit-gradient(linear, left top, left bottom, from(#e2e2e2), color-stop(50%, #dbdbdb), color-stop(51%, #d1d1d1), to(#fefefe));
  background: linear-gradient(to bottom, #e2e2e2 0%, #dbdbdb 50%, #d1d1d1 51%, #fefefe 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: -webkit-gradient(linear, left top, left bottom, from(#e2e2e2), color-stop(50%, #9b9b9b), color-stop(52%, #9b9b9b), to(#fefefe));
  background: linear-gradient(to bottom, #e2e2e2 0%, #9b9b9b 50%, #9b9b9b 52%, #fefefe 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}

input.cookie-warning__checkbox:disabled ~ .cookie-warning__checkbox--fake:after {
  opacity: .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;
}

/**
- Color schema is defined based on 0-255 code
- Towards 0 implies darker colors
- Towards 255 implies lighter colors
- Whatever base color is chosen should have color code around 125
  so that greater than 125 is lighter shade
  and smaller than 125 is darker shade
- The interval between colors can be anything. Make sure to choose wisely to accomodate as much colors
  Ex: here we are using interval of 10.
**/
/* Shades of Blue */
/* Shades of Grey */
/* Shades of Red */
/*Shades of Orange */
/* Obvious ones */
.nahb-footer {
  font-size: 14px;
  padding: 40px 0 0;
}

@media screen and (min-width: 1024px) {
  .nahb-footer {
    padding: 80px 0 0;
  }
}

.nahb-footer ul {
  list-style: none;
}

.nahb-footer a {
  color: #003B71;
  font-family: 'source_sans_proregular' !important;
  font-weight: normal;
}

.nahb-footer a:hover {
  text-decoration: underline;
}

@media screen and (min-width: 1024px) {
  .nahb-footer__top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

.nahb-footer__logo {
  margin-bottom: 64px;
  text-align: center;
}

.nahb-footer__logo img {
  height: auto;
  max-width: 117px;
}

.nahb-footer__nav {
  -webkit-column-count: 2;
          column-count: 2;
}

@media screen and (min-width: 768px) {
  .nahb-footer__nav {
    -webkit-column-count: 3;
            column-count: 3;
  }
}

@media screen and (min-width: 1024px) {
  .nahb-footer__nav {
    -webkit-column-count: unset;
            column-count: unset;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.nahb-footer__nav-group {
  -webkit-column-break-inside: avoid;
  break-inside: avoid;
  padding-bottom: 25px;
}

@media screen and (min-width: 1024px) {
  .nahb-footer__nav-group {
    margin: 0 30px;
    max-width: 190px;
  }
}

@media screen and (min-width: 1024px) {
  .nahb-footer__nav-group:first-child .nahb-footer__nav-group-item {
    -webkit-column-count: 2;
            column-count: 2;
  }
}

.nahb-footer__nav-group-title {
  color: #191d29;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0.6px;
  margin-bottom: 12px;
  text-transform: uppercase;
}

.nahb-footer__social-media .nahb-footer__nav-group-title {
  display: none;
}

@media screen and (min-width: 1024px) {
  .nahb-footer__social-media .nahb-footer__nav-group-title {
    display: block;
  }
}

.nahb-footer__nav-item {
  margin-bottom: 8px;
}

.nahb-footer__nav-item address {
  color: #5d5f66;
  font-style: normal;
  letter-spacing: 0.28px;
  font-weight: normal;
  font-family: 'source_sans_proregular' !important;
}

.nahb-footer__nav-link {
  letter-spacing: 0.3px;
}

.nahb-footer__social-media {
  background-color: #dcdee3;
  margin: 0 -30px;
  padding: 30px;
}

@media screen and (min-width: 1024px) {
  .nahb-footer__social-media {
    background-color: transparent;
    margin: 0;
    padding: 0;
  }
}

/*------------------------------------*    #HEADER
\*------------------------------------*/
/**
- Color schema is defined based on 0-255 code
- Towards 0 implies darker colors
- Towards 255 implies lighter colors
- Whatever base color is chosen should have color code around 125
  so that greater than 125 is lighter shade
  and smaller than 125 is darker shade
- The interval between colors can be anything. Make sure to choose wisely to accomodate as much colors
  Ex: here we are using interval of 10.
**/
/* Shades of Blue */
/* Shades of Grey */
/* Shades of Red */
/*Shades of Orange */
/* Obvious ones */
/*------------------------------------*    #Utility Nav
\*------------------------------------*/
.nahb_header button {
  font-size: inherit;
  font-family: 'source_sans_proregular' !important;
}

.nahb-header__utility-nav {
  background-color: #003B71;
  width: 100%;
  font-size: 13px;
  height: 45px;
}

@media screen and (max-width: 1023px) {
  .nahb-header__utility-nav {
    background-color: transparent;
  }
}

.nahb-header__utility-nav > div {
  max-width: 1080px;
  margin: 0 auto;
  height: 100%;
}

.nahb-header__utility-nav .nahb-header__utility-nav_language_select {
  float: left;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media screen and (max-width: 1023px) {
  .nahb-header__utility-nav .nahb-header__utility-nav_language_select {
    display: block;
    float: none;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-top: 24px;
    margin-bottom: 20px;
  }
}

.nahb-header__utility-nav ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 45px;
  width: 70%;
  max-width: 610px;
  float: right;
}

@media screen and (max-width: 1023px) {
  .nahb-header__utility-nav ul {
    display: none;
  }
}

.nahb-header__utility-nav li {
  height: 100%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-preferred-size: auto;
      flex-basis: auto;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  position: relative;
}

.nahb-header__utility-nav .nahb-header__utility-nav_my-account {
  text-transform: uppercase;
  background-color: #C33A32;
  font-weight: 600;
}

.nahb-header__utility-nav .nahb-header__utility-nav_my-account.signed-in {
  background-color: #003B71;
  text-transform: none;
  font-weight: normal;
}

.nahb-header__utility-nav .nahb-header__utility-nav_my-account .nahb-header__utility-nav_my-account-menu {
  display: none;
  position: relative;
  left: 0;
  top: 45px;
  padding-bottom: 20px;
  z-index: 30;
}

.nahb-header__utility-nav .nahb-header__utility-nav_my-account .nahb-header__utility-nav_my-account-menu ul {
  display: block;
  width: 100%;
  height: auto;
  display: block;
  width: calc(100% + 55px);
  height: auto;
  position: relative;
  left: 55px;
  top: 0;
  background-color: #ffffff;
  padding: 10px 0;
  -webkit-box-shadow: 4px 12px 26px rgba(0, 0, 0, 0.15);
          box-shadow: 4px 12px 26px rgba(0, 0, 0, 0.15);
}

.nahb-header__utility-nav .nahb-header__utility-nav_my-account .nahb-header__utility-nav_my-account-menu ul li {
  display: block;
  padding: 5px 0 5px 10px;
  color: #003B71;
}

.nahb-header__utility-nav .nahb-header__utility-nav_my-account .nahb-header__utility-nav_my-account-menu ul a {
  color: #003B71;
  display: block;
  width: 100%;
  padding: 5px 0 5px 10px;
}

.nahb-header__utility-nav .nahb-header__utility-nav_my-account .nahb-header__utility-nav_my-account-menu.is-open {
  display: block;
  position: absolute;
}

.nahb-header__utility-nav .nahb-header__utility-nav_my-account button {
  color: #ffffff;
  width: 100%;
  font-family: inherit;
  font-size: 13px;
}

.nahb-header__utility-nav .nahb-header__utility-nav_my-account button .arrow {
  border-top-color: #ffffff;
  text-transform: uppercase;
  display: inline-block;
}

.nahb-header__utility-nav svg use {
  fill: #ffffff;
}

.nahb-header__utility-nav a {
  color: #ffffff;
  margin: 0 auto;
}

.shopping-cart__contents {
  display: block;
  background-color: #C33A32;
  border-radius: 10px;
  color: #ffffff;
  font-size: 9px;
  padding: 3px 3px 4px 4px;
  text-align: center;
  line-height: 100%;
  position: absolute;
  right: 2px;
  top: 6px;
}

.shopping-cart__contents:empty {
  background-color: transparent;
}

@media screen and (max-width: 1023px) {
  .shopping-cart__contents {
    right: 0;
    top: 4px;
    padding: 4px;
  }
}

/*------------------------------------*    #Main Navigation
\*------------------------------------*/
.arrow {
  width: 0;
  height: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 5px solid #5d5f66;
  margin-left: 5px;
}

.shopping-cart {
  height: 32px;
  width: 32px;
}

.shopping-cart path {
  fill: #ffffff;
}

.nahb-header__main-nav_logo img {
  margin: 10px 10px 10px 0;
  max-width: 117px;
  height: auto;
}

.nahb-header__main-nav {
  font-size: 14px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
  max-width: 1080px;
  margin: 0 auto;
}

@media screen and (max-width: 1023px) {
  .nahb-header__main-nav {
    display: none;
  }
}

.nahb-header__main-nav ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-pack: distribute;
      justify-content: space-around;
}

.nahb-header__main-nav button {
  color: #5d5f66;
}

.nahb-header__main-nav > .is-open > button,
.nahb-header__main-nav a:active {
  color: #003B71;
}

.nahb-header__main-nav .arrow {
  display: none;
  opacity: 0.5;
  float: right;
  margin-top: 5px;
}

.nahb-header__main-nav .is-open .arrow {
  opacity: 1;
}

.nahb-header__main-nav a {
  color: #5d5f66;
}

.nahb-header__main-nav .nahb-header__main-nav_dropdown {
  display: none;
}

.nahb-header__main-nav .nahb-header__main-nav_dropdown > div {
  border-radius: 1px;
  -webkit-box-shadow: 0 0 1px 0 #dcdee3;
          box-shadow: 0 0 1px 0 #dcdee3;
  position: relative;
  left: -20px;
  top: 25px;
  background-color: #fff;
  padding-bottom: 20px;
  max-width: 390px;
  z-index: 200;
}

.nahb-header__main-nav .nahb-header__main-nav_dropdown.is-open {
  display: block;
  position: absolute;
}

.nahb-header__main-nav .nahb-header__main-nav_dropdown h2 {
  display: block;
  background-color: #f0f2f7;
  -webkit-box-shadow: inset 0 -1px 0 #dcdee3;
          box-shadow: inset 0 -1px 0 #dcdee3;
  font-size: 14px;
  width: 100%;
  padding: 20px 40px;
  -webkit-box-sizing: border-box !important;
          box-sizing: border-box !important;
  margin-top: 0;
  margin-bottom: 0;
}

.nahb-header__main-nav .nahb-header__main-nav_dropdown a {
  color: #003B71;
}

.nahb-header__main-nav .nahb-header__main-nav_dropdown a:hover {
  text-decoration: underline;
}

.nahb-header__main-nav .nahb-header__main-nav_dropdown ul {
  display: block;
  padding: 20px 40px;
  overflow: hidden;
}

.nahb-header__main-nav .nahb-header__main-nav_dropdown ul li {
  display: block;
  margin-bottom: 15px;
  -webkit-column-break-inside: avoid;
          break-inside: avoid;
}

.nahb-header__main-nav .is-open > .nahb-header__main-nav_dropdown {
  display: block;
  position: absolute;
}

.nahb-header__main-nav .nahb-header__main-nav-primary {
  -webkit-box-flex: 2;
      -ms-flex-positive: 2;
          flex-grow: 2;
}

.nahb-header__main-nav .arrow {
  display: block;
}

.is-bold button {
  font-weight: 700;
}

/*-----------------------------------*    #SEARCH
\*-----------------------------------*/
.nahb-header__search {
  font-size: 14px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  position: relative;
}

@media screen and (max-width: 1023px) {
  .nahb-header__search {
    display: none;
  }
}

.nahb-header__search input {
  background-color: #f0f2f7;
  border: 1px #dcdee3 solid;
  height: auto;
  padding: 10px;
  display: inline;
  border-radius: 2px 0 0 2px;
  max-height: 38px;
}

.nahb-header__search input:active, .nahb-header__search input:focus, .nahb-header__search input:hover {
  background-color: #ffffff;
}

.nahb-header__search input:active + button, .nahb-header__search input:focus + button, .nahb-header__search input:hover + button {
  background-color: #003B71;
}

.nahb-header__search input:active + button svg, .nahb-header__search input:focus + button svg, .nahb-header__search input:hover + button svg {
  color: #ffffff;
}

.nahb-header__search button {
  background-color: #dcdee3;
  display: inline;
  border: 0;
  border-radius: 0 2px 2px 0;
  width: 38px;
  height: 38px;
  max-height: 38px;
}

.nahb-header__search button svg {
  height: 14px;
  width: 14px;
  color: #5d5f66;
}

.nahb-header__search button:active, .nahb-header__search button:focus, .nahb-header__search button:hover {
  background-color: #003B71;
}

.nahb-header__search button:active svg, .nahb-header__search button:focus svg, .nahb-header__search button:hover svg {
  color: #ffffff;
}

.nahb-header__search:hover input {
  background-color: #ffffff;
}

/*------------------------------------*    #Sitewide Alert
\*------------------------------------*/
.sitewide-alert {
  font-size: 14px;
  background-color: #d78825;
  width: 100%;
  color: #ffffff;
  text-align: center;
  font-weight: 700;
  padding: 10px;
  display: none;
}

.sitewide-alert > div {
  max-width: 1080px;
  margin: 0 auto;
}

@media screen and (max-width: 767px) {
  .sitewide-alert span:nth-of-type(2) {
    display: block;
  }
}

@media screen and (max-width: 767px) {
  .sitewide-alert {
    position: relative;
  }
}

.sitewide-alert__red-button {
  background-color: #c8102e;
  font-size: 10px;
  display: inline-block;
  vertical-align: middle;
  padding: 5px 20px;
  margin-right: 10px;
}

@media screen and (max-width: 767px) {
  .sitewide-alert__red-button {
    margin-bottom: 8px;
  }
}

.sitewide-alert__close {
  position: relative;
  height: 20px;
  width: 20px;
  display: block;
  float: right;
  overflow: hidden;
  font-size: 8px;
  line-height: 9px;
  margin-right: 10px;
  color: #ffffff;
  font-weight: 700;
  padding: 0;
}

@media screen and (max-width: 767px) {
  .sitewide-alert__close {
    position: absolute;
    top: 5px;
    right: 5px;
  }
}

.sitewide-alert__close:hover {
  cursor: pointer;
}

.sitewide-alert__close svg {
  height: 9px;
  width: 9px;
  color: #ffffff;
}

.sitewide-alert__close svg path {
  fill: #ffffff;
}

/*------------------------------------*    #Update Email Sitewide Alert
\*------------------------------------*/
.update-email-sitewide-alert {
  font-size: 14px;
  background-color: #d78825;
  width: 100%;
  color: #ffffff;
  text-align: center;
  font-weight: 700;
  padding: 10px;
  display: none;
}

.update-email-sitewide-alert > div {
  max-width: 1080px;
  margin: 0 auto;
}

@media screen and (max-width: 767px) {
  .update-email-sitewide-alert span:nth-of-type(2) {
    display: block;
  }
}

@media screen and (max-width: 767px) {
  .update-email-sitewide-alert {
    position: relative;
  }
}

.update-email-sitewide-alert__red-button {
  background-color: #c8102e;
  font-size: 10px;
  display: inline-block;
  vertical-align: middle;
  padding: 5px 20px;
  margin-right: 10px;
}

@media screen and (max-width: 767px) {
  .update-email-sitewide-alert__red-button {
    margin-bottom: 8px;
  }
}

.update-email-sitewide-alert__close {
  position: relative;
  height: 20px;
  width: 20px;
  display: block;
  float: right;
  overflow: hidden;
  font-size: 8px;
  line-height: 9px;
  margin-right: 10px;
  color: #ffffff;
  font-weight: 700;
  padding: 0;
}

@media screen and (max-width: 767px) {
  .update-email-sitewide-alert__close {
    position: absolute;
    top: 5px;
    right: 5px;
  }
}

.update-email-sitewide-alert__close:hover {
  cursor: pointer;
}

.update-email-sitewide-alert__close svg {
  height: 9px;
  width: 9px;
  color: #ffffff;
}

.update-email-sitewide-alert__close svg path {
  fill: #ffffff;
}

/*------------------------------------*    #Verify Email Sitewide Alert
\*------------------------------------*/
.verify-email-sitewide-alert {
  font-size: 14px;
  background-color: #d78825;
  width: 100%;
  color: #ffffff;
  text-align: center;
  font-weight: 700;
  padding: 10px;
  display: none;
}

.verify-email-sitewide-alert > div {
  max-width: 1080px;
  margin: 0 auto;
}

@media screen and (max-width: 767px) {
  .verify-email-sitewide-alert span:nth-of-type(2) {
    display: block;
  }
}

@media screen and (max-width: 767px) {
  .verify-email-sitewide-alert {
    position: relative;
  }
}

.verify-email-sitewide-alert__red-button {
  background-color: #c8102e;
  font-size: 10px;
  display: inline-block;
  vertical-align: middle;
  padding: 5px 20px;
  margin-right: 10px;
}

@media screen and (max-width: 767px) {
  .verify-email-sitewide-alert__red-button {
    margin-bottom: 8px;
  }
}

.verify-email-sitewide-alert__close {
  position: relative;
  height: 20px;
  width: 20px;
  display: block;
  float: right;
  overflow: hidden;
  font-size: 8px;
  line-height: 9px;
  margin-right: 10px;
  color: #ffffff;
  font-weight: 700;
  padding: 0;
}

@media screen and (max-width: 767px) {
  .verify-email-sitewide-alert__close {
    position: absolute;
    top: 5px;
    right: 5px;
  }
}

.verify-email-sitewide-alert__close:hover {
  cursor: pointer;
}

.verify-email-sitewide-alert__close svg {
  height: 9px;
  width: 9px;
  color: #ffffff;
}

.verify-email-sitewide-alert__close svg path {
  fill: #ffffff;
}

/*------------------------------------*    #Mobile
\*------------------------------------*/
/**
- Color schema is defined based on 0-255 code
- Towards 0 implies darker colors
- Towards 255 implies lighter colors
- Whatever base color is chosen should have color code around 125
  so that greater than 125 is lighter shade
  and smaller than 125 is darker shade
- The interval between colors can be anything. Make sure to choose wisely to accomodate as much colors
  Ex: here we are using interval of 10.
**/
/* Shades of Blue */
/* Shades of Grey */
/* Shades of Red */
/*Shades of Orange */
/* Obvious ones */
.nahb-header__mobile-nav {
  display: none;
  border-bottom: solid #dcdee3 1px;
  margin-bottom: 10px;
  font-size: 12px;
  padding-left: 30px;
  padding-right: 30px;
}

.nahb-header__mobile-nav button {
  font-size: 12px;
}

@media screen and (max-width: 1023px) {
  .nahb-header__mobile-nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.nahb-header__mobile-nav a {
  color: #003B71;
}

.goog-te-gadget {
  text-align: center;
}

.nahb-header__mobile-nav_logo {
  width: 70%;
}

@media screen and (max-width: 767px) {
  .nahb-header__mobile-nav_logo {
    width: 35%;
  }
}

.nahb-header__mobile-nav_logo img {
  margin: 10px 10px 10px 0;
  max-width: 80px;
  height: auto;
}

.nahb-header__search--mobile {
  display: none;
}

@media screen and (max-width: 1023px) {
  .nahb-header__search--mobile {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 25px 30px;
  }
}

@media screen and (max-width: 1023px) {
  .nahb-header__search--mobile button {
    width: 38px !important;
    height: 38px !important;
  }
}

.nahb-header__search--mobile input {
  font-size: 14px;
  height: 38px;
}

@media screen and (max-width: 1023px) {
  .nahb-header__search--mobile input {
    width: calc(100% - 38px);
  }
}

.nahb-header__mobile-nav_my-account .arrow {
  border-top-color: #ffffff;
  display: inline-block;
  vertical-align: middle;
}

.nahb-header__mobile-nav_my-account a,
.nahb-header__mobile-nav_my-account button {
  background-color: #C33A32;
  padding: 5px 10px;
  text-transform: uppercase;
  color: #ffffff;
  display: block;
  position: relative;
  font-family: "source_sans_prosemibold";
}

.nahb-header__mobile-nav_cart {
  position: relative;
}

.nahb-header__mobile-nav_cart svg {
  color: #003B71 !important;
}

.nahb-header__mobile-nav_my-account-menu {
  display: none;
}

.nahb-header__mobile-nav_my-account-menu.is-open {
  display: block;
  position: relative;
}

.nahb-header__mobile-nav_my-account-menu ul li:first-child {
  background-color: #f0f2f7;
}

.nahb-header__mobile-nav_my-account-menu ul li {
  padding: 10px 30px;
}

.nahb-header__mobile-nav_my-account-menu ul a {
  color: #003B71;
}

.nahb-header__mobile-nav-tray {
  display: none;
  background-color: #ffffff;
}

.nahb-header__mobile-nav-tray.is-open {
  display: block;
  position: relative;
}

.nahb-header__mobile-nav-tray .nahb-header__main-nav-primary__item button {
  width: 100%;
  text-align: left;
  color: #5d5f66;
}

.nahb-header__mobile-nav-tray .nahb-header__main-nav-primary__item button .arrow {
  float: right;
  border-top-color: #a0a0a0;
}

.nahb-header__mobile-nav-tray .nahb-header__main-nav-primary__item button.is-open {
  color: #003B71;
}

.nahb-header__mobile-nav-tray .nahb-header__main-nav-primary__item button.is-open .arrow {
  border-top-color: #003B71;
}

.nahb-header__mobile-nav-tray .nahb-header__main-nav-primary__item .nahb-header__main-nav_dropdown {
  display: none;
  padding-left: 10px;
}

.nahb-header__mobile-nav-tray .nahb-header__main-nav-primary__item .nahb-header__main-nav_dropdown.is-open {
  display: block;
  margin-top: 14px;
}

.nahb-header__mobile-nav-tray .nahb-header__main-nav-primary__item .nahb-header__main-nav_dropdown.is-open a {
  color: #003B71;
}

.nahb-header__mobile-nav-tray .nahb-header__search {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.nahb-header__mobile-nav-tray .nahb-header__mobile-nav_primary {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.nahb-header__mobile-nav-tray .nahb-header__mobile-nav_primary > li {
  margin-left: 30px;
  width: calc(100% - 30px);
  border-bottom: 1px #f0f2f7 solid;
}

.nahb-header__mobile-nav-tray .nahb-header__mobile-nav_primary > li button {
  padding: 0px 30px 0px 0;
}

.nahb-header__mobile-nav-tray .nahb-header__mobile-nav_primary > li > ul {
  display: none;
}

.nahb-header__mobile-nav-tray .nahb-header__mobile-nav_primary > li:last-of-type {
  border-bottom: none;
}

.nahb-header__mobile-nav-tray .nahb-header__mobile-nav_primary button,
.nahb-header__mobile-nav-tray .nahb-header__mobile-nav_primary h2,
.nahb-header__mobile-nav-tray .nahb-header__mobile-nav_primary li {
  font-size: 14px;
  margin-bottom: 16px;
}

.nahb-header__mobile-nav-tray .nahb-header__mobile-nav_primary h2 {
  font-weight: inherit;
}

.nahb-header__mobile-nav-tray .nahb-header__mobile-nav_primary button {
  padding-left: 0;
}

.nahb-header__mobile-nav-tray .nahb-header__mobile-nav_utility {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  background-color: #f0f2f7;
  padding: 16px 0 16px 0;
  font-size: 14px;
}

.nahb-header__mobile-nav-tray .nahb-header__mobile-nav_utility a {
  color: #5d5f66;
}

.nahb-header__mobile-nav-tray .nahb-header__mobile-nav_utility li {
  margin-bottom: 16px;
  width: calc(100%-30px);
  padding-bottom: 16px;
  margin-left: 30px;
  border-bottom: #dcdee3 solid 1px;
}

.nahb-header__mobile-nav-tray .nahb-header__mobile-nav_utility li:last-of-type {
  border-bottom: 0;
  margin-bottom: 0;
}

.nahb-header__mobile-nav_menu-icon {
  position: relative;
  display: block;
  width: 20px;
  height: 20px;
  cursor: pointer;
  top: -2px;
}

.nahb-header__mobile-nav_menu-icon button {
  background-color: transparent;
  display: block;
  position: relative;
  height: 100%;
  width: 100%;
}

.nahb-header__mobile-nav_menu-icon button.is-open span {
  background-color: transparent;
}

.nahb-header__mobile-nav_menu-icon button.is-open span:after, .nahb-header__mobile-nav_menu-icon button.is-open span:before {
  -webkit-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
  margin-top: 0;
}

.nahb-header__mobile-nav_menu-icon button.is-open span:before {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
      transform: rotate(-45deg);
}

.nahb-header__mobile-nav_menu-icon button.is-open span:after {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
      transform: rotate(45deg);
}

.nahb-header__mobile-nav_menu-icon button span {
  margin: 0 auto;
  position: relative;
  top: 0;
  -webkit-transition-duration: 0s;
          transition-duration: 0s;
  -webkit-transition-delay: 0.2s;
          transition-delay: 0.2s;
}

.nahb-header__mobile-nav_menu-icon button span::after, .nahb-header__mobile-nav_menu-icon button span::before {
  position: absolute;
  content: '';
  -webkit-transition: margin 0.2s, -webkit-transform 0s;
  transition: margin 0.2s, -webkit-transform 0s;
  transition: margin 0.2s, transform 0s;
  transition: margin 0.2s, transform 0s, -webkit-transform 0s;
  -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, 0s;
          transition-duration: 0.2s, 0s;
}

.nahb-header__mobile-nav_menu-icon button span, .nahb-header__mobile-nav_menu-icon button span::after, .nahb-header__mobile-nav_menu-icon button span::before {
  display: block;
  width: 20px;
  height: 2px;
  background-color: #003B71;
}

.nahb-header__mobile-nav_menu-icon button span::before {
  margin-top: -6px;
}

.nahb-header__mobile-nav_menu-icon button span::after {
  margin-top: 6px;
}

/**
- Color schema is defined based on 0-255 code
- Towards 0 implies darker colors
- Towards 255 implies lighter colors
- Whatever base color is chosen should have color code around 125
  so that greater than 125 is lighter shade
  and smaller than 125 is darker shade
- The interval between colors can be anything. Make sure to choose wisely to accomodate as much colors
  Ex: here we are using interval of 10.
**/
/* Shades of Blue */
/* Shades of Grey */
/* Shades of Red */
/*Shades of Orange */
/* Obvious ones */
.nahb-copyright {
  color: #5d5f66;
  font-size: 10px;
  letter-spacing: 0.31px;
  line-height: 1;
  margin: 0 -30px;
  padding: 10px 30px 20px;
  text-align: center;
}

@media screen and (min-width: 1024px) {
  .nahb-copyright {
    padding-bottom: 17px;
    padding-top: 27px;
  }
}

.nahb-copyright__text,
.nahb-copyright__terms {
  display: inline-block;
  vertical-align: top;
  font-weight: normal;
  font-family: 'source_sans_proregular' !important;
}

.nahb-copyright__text {
  margin-bottom: 10px;
  margin-right: 20px;
}

.nahb-copyright__terms {
  display: none;
  font-size: 0;
  list-style: none;
}

@media (min-width: 768px) {
  .nahb-copyright__terms {
    display: inline-block;
  }
}

.nahb-copyright__terms.for-mobile {
  display: inline-block;
}

@media (min-width: 768px) {
  .nahb-copyright__terms.for-mobile {
    display: none;
  }
}

.nahb-copyright__terms li {
  border-right: 1px solid #5d5f66;
  display: inline-block;
  font-size: 10px;
  margin: 0 10px 0 0;
  padding: 0 10px 0 0;
  vertical-align: top;
}

.nahb-copyright__terms li:last-child {
  border-right: none;
  margin: 0;
  padding: 0;
}

.nahb-copyright__terms a {
  color: #5d5f66;
}

.nahb-copyright__terms a:hover {
  text-decoration: underline;
}

/*------------------------------------*    #DATA VIS
\*------------------------------------*/
/**
- Color schema is defined based on 0-255 code
- Towards 0 implies darker colors
- Towards 255 implies lighter colors
- Whatever base color is chosen should have color code around 125
  so that greater than 125 is lighter shade
  and smaller than 125 is darker shade
- The interval between colors can be anything. Make sure to choose wisely to accomodate as much colors
  Ex: here we are using interval of 10.
**/
/* Shades of Blue */
/* Shades of Grey */
/* Shades of Red */
/*Shades of Orange */
/* Obvious ones */
/*
    CSS multilines ellipsis mixin
    Usage: @include excerpt($font-size: 1.3rem, $line-height: 1.3, $lines-to-show: 3, $excerpt-bg: #fff);
*/
.nahb-data-viz__header {
  margin-bottom: 24px;
}

.nahb-data-viz__description {
  margin-bottom: 65px;
}

@media screen and (min-width: 768px) {
  .nahb-data-viz__description {
    width: 65%;
  }
}

@media screen and (min-width: 768px) {
  .nahb-data-viz__group {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

.nahb-data-viz__item {
  margin-bottom: 65px;
  vertical-align: top;
}

@media screen and (min-width: 768px) {
  .nahb-data-viz__item {
    width: 48.15%;
  }
}

@media screen and (min-width: 768px) {
  .nahb-data-viz__item--featured {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    width: 100%;
  }
}

.nahb-data-viz__title {
  color: #222222;
  font-family: "source_sans_prolight_italic";
  font-size: 18px;
  letter-spacing: 0.2px;
  margin-bottom: 16px;
}

.nahb-data-viz__iframe {
  margin-bottom: 24px;
  position: relative;
  width: 100%;
}

.nahb-data-viz__excerpt {
  color: #222222;
  font-size: 16px;
  line-height: 26px;
  letter-spacing: 0.2px;
  margin-bottom: 21px;
}

@media screen and (min-width: 768px) {
  .nahb-data-viz__item--featured .nahb-data-viz__excerpt {
    width: 65%;
  }
}

.nahb-data-viz__explore {
  color: #003B71;
  font-family: "source_sans_prosemibold";
  font-size: 16px;
  letter-spacing: 0.21px;
  text-decoration: underline;
}

.nahb-data-viz__explore:hover {
  text-decoration: none;
}

/**
- Color schema is defined based on 0-255 code
- Towards 0 implies darker colors
- Towards 255 implies lighter colors
- Whatever base color is chosen should have color code around 125
  so that greater than 125 is lighter shade
  and smaller than 125 is darker shade
- The interval between colors can be anything. Make sure to choose wisely to accomodate as much colors
  Ex: here we are using interval of 10.
**/
/* Shades of Blue */
/* Shades of Grey */
/* Shades of Red */
/*Shades of Orange */
/* Obvious ones */
/*
    CSS multilines ellipsis mixin
    Usage: @include excerpt($font-size: 1.3rem, $line-height: 1.3, $lines-to-show: 3, $excerpt-bg: #fff);
*/
.nahb-find-join-container {
  height: 100%;
  background-size: cover;
}

.nahb-find-join-container p {
  color: black;
}

.nahb-find-join-container .address {
  padding-top: 10px;
}

.nahb-find-join-container h1 {
  color: #ffffff;
  text-align: center;
  margin: 0px auto;
  padding-top: 5%;
  padding-bottom: 1%;
}

.nahb-find-join-header {
  margin-top: 40px;
}

.nahb-find-join-box {
  background-color: #003B71;
  width: 50%;
  margin: 0px auto;
  margin-bottom: 5%;
}

@media screen and (max-width: 480px) {
  .nahb-find-join-box {
    width: 100%;
  }
}

.nahb-find-join-button-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.nahb-find-join-result-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-around;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 24px;
  width: 100%;
  max-width: 1000px;
  margin-right: auto;
  margin-left: auto;
}

@media screen and (max-width: 480px) {
  .nahb-find-join-result-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 30px;
    width: 100%;
  }
}

.nahb-find-join-result {
  width: 46%;
  display: block;
  margin-bottom: 30px;
  background-color: white;
  text-align: center;
}

@media screen and (max-width: 480px) {
  .nahb-find-join-result {
    margin: 5%;
    width: 95%;
  }
}

.nahb-find-button {
  color: #ffffff;
  display: inline-block;
  font-size: 0.85rem;
  text-transform: uppercase;
  text-decoration: none;
  letter-spacing: 2px;
  padding: 15px 15px 11px 15px;
  text-align: center;
  min-width: 150px;
  border: 2px solid #C33A32;
  background-color: transparent;
  outline: none;
  margin-top: 3%;
  margin-bottom: 3%;
  margin-right: 5%;
  width: 50%;
  cursor: context-menu;
  font-size: 16px;
  font-weight: bolder;
  text-decoration: none !important;
}

@media screen and (max-width: 480px) {
  .nahb-find-button {
    letter-spacing: 0px;
    padding: 9px 15px 6px 15px;
  }
}

.nahb-find-button-join {
  margin-left: 5% !important;
  margin-right: 2% !important;
  text-decoration: none !important;
}

@media screen and (max-width: 480px) {
  .nahb-find-button-join {
    padding: 20px 15px 6px 15px;
  }
}

.nahb-find-button:hover {
  color: #ffffff;
  background-color: #C33A32;
}

.nahb-find-join-search-text {
  background-color: #ffffff;
  width: 75%;
  margin-left: 5%;
  margin-bottom: 5%;
  height: 50px !important;
  color: black;
  font-weight: bold;
  font-size: 16px !important;
}

.nahb-find-join-search-button {
  color: #ffffff;
  background-color: #C33A32;
  width: 25%;
  padding: 15px 15px 15px 15px;
  text-align: center;
  border: 2px solid white;
  height: 50px;
  margin-left: -1px;
  margin-right: 5%;
  -webkit-appearance: button;
  text-decoration: none !important;
}

.nahb-find-join-search-button:hover {
  color: #ffffff;
}

.nahb-find-join-container i {
  border: solid white;
  border-width: 0 14px 14px 0;
  margin-bottom: -8px;
}

.nahb-find-join-container .up {
  -ms-transform: rotate(-135deg);
      transform: rotate(-135deg);
  -webkit-transform: rotate(-135deg);
}

.nahb-find-join-container .upleft {
  margin-left: 26.5%;
}

.nahb-find-join-container .upright {
  margin-left: 65%;
}

.nahb-find-join-container .activebtn {
  background-color: #C33A32;
}

.nahb-find-join-search-text::-webkit-input-placeholder {
  color: black;
  font-weight: bold;
}

.nahb-find-join-search-text::-moz-placeholder {
  color: black;
  font-weight: bold;
}

.nahb-find-join-search-text:-ms-input-placeholder {
  color: black;
  font-weight: bold;
}

.nahb-find-join-search-text:-o-input-placeholder {
  color: black;
  font-weight: bold;
}

.nahb-find-join-tile-button {
  color: #ffffff;
  background-color: #C33A32;
  width: 25%;
  font-size: 16px;
  font-weight: bolder;
  margin-bottom: 15px;
  letter-spacing: 2px;
  padding: 11px 15px 11px 15px;
  text-align: center;
  min-width: 150px;
  height: 40px;
  margin: 5% auto;
  display: inline-block;
  text-decoration: none !important;
}

.nahb-result-info {
  text-align: left;
  margin-left: 20px;
  margin-top: 20px;
}

.nahb-find-join-tile-button:hover {
  color: #ffffff;
}

.findjoin-pillars-title {
  text-align: center;
  margin: 30px auto;
  font-size: 35px;
}

.findjoin-pillars-images {
  text-align: center;
  margin: 30px auto;
}

.findjoin-pillars-desc {
  text-align: center;
  margin: 30px auto;
  margin-left: 25%;
  margin-right: 25%;
  font-size: 18px;
}

@media screen and (max-width: 480px) {
  .findjoin-pillars-desc {
    margin-left: 5%;
    margin-right: 5%;
  }
}

.findjoin-bottom-title {
  text-align: center;
  margin: 30px auto;
  font-size: 30px;
  color: #ffffff;
  padding-top: 30px;
}

.findjoin-bottom-desc {
  text-align: center;
  margin: 30px auto;
  margin-left: 25%;
  margin-right: 25%;
  font-size: 18px;
  color: #ffffff;
  padding-bottom: 30px;
}

@media screen and (max-width: 480px) {
  .findjoin-bottom-desc {
    margin-left: 5%;
    margin-right: 5%;
  }
}

.findjoin-bottom-button {
  background-color: #C33A32;
  width: 20%;
  padding: 15px 15px 15px 15px;
  height: 50px;
  color: #ffffff;
  text-decoration: none !important;
}

.findjoin-bottom-button:hover {
  color: #ffffff;
}

.findjoin-bottom-button-container {
  text-align: center;
  margin: 30px auto;
  padding-bottom: 50px;
}

.findjoin-pillars-images div {
  display: inline;
  margin: 5px;
}

@media screen and (max-width: 480px) {
  .findjoin-pillars-images div {
    margin: 0px;
  }
}

.findjoin-pillars-images img {
  max-width: 7%;
}

@media screen and (max-width: 480px) {
  .findjoin-pillars-images img {
    max-width: 25%;
  }
}

.global-membership-button {
  background-color: #C33A32;
  width: 20%;
  padding: 15px 50px 15px 50px;
  height: 50px;
  text-decoration: none;
  color: #ffffff;
  text-decoration: none !important;
}

.global-membership-button-container {
  text-align: center;
  margin: 0 auto;
  padding-top: 4%;
  margin-left: 60%;
}

@media screen and (max-width: 480px) {
  .global-membership-button-container {
    margin: 0px;
    padding-top: 10%;
    padding-bottom: 6%;
  }
}

.global-membership-button:hover {
  color: #ffffff;
}

.nahb-find-join-container .modal-content {
  height: 100px;
}

.nahb-find-join-container .modal-content p {
  padding-top: 3%;
  padding-bottom: 10px;
}

.nahb-find-join-container .modal-content a {
  color: #ffffff;
  background-color: #C33A32;
  width: 25%;
  padding: 5px 15px 5px 15px;
  text-align: center;
  text-decoration: none !important;
}

/**
- Color schema is defined based on 0-255 code
- Towards 0 implies darker colors
- Towards 255 implies lighter colors
- Whatever base color is chosen should have color code around 125
  so that greater than 125 is lighter shade
  and smaller than 125 is darker shade
- The interval between colors can be anything. Make sure to choose wisely to accomodate as much colors
  Ex: here we are using interval of 10.
**/
/* Shades of Blue */
/* Shades of Grey */
/* Shades of Red */
/*Shades of Orange */
/* Obvious ones */
.nahb-hero-grid {
  list-style: none;
}

@media screen and (min-width: 768px) {
  .nahb-hero-grid {
    display: -ms-grid;
    display: grid;
    grid-gap: 8px;
    -ms-grid-columns: 55.54687% 8px 43.90625%;
    -ms-grid-rows: auto 8px auto;
    grid-template-columns: 55.54687% 43.90625%;
    margin: 0 -30px;
  }
}

@media screen and (min-width: 1280px) {
  .nahb-hero-grid {
    margin: 0;
  }
}

.nahb-hero-grid__item {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  margin-bottom: 24px;
}

@media screen and (min-width: 768px) {
  .nahb-hero-grid__item {
    margin-bottom: 0;
  }
}

@media screen and (min-width: 768px) {
  .nahb-hero-grid__item:first-child {
    grid-row: 1/3;
    -ms-grid-column: 1;
    -ms-grid-row: 1;
    -ms-grid-row-span: 3;
  }
}

@media screen and (min-width: 768px) {
  .nahb-hero-grid__item:first-child .nahb-hero-grid__content {
    padding-top: calc(3/4 * 100%);
  }
}

@media screen and (min-width: 768px) {
  .nahb-hero-grid__item:nth-child(2) {
    -ms-grid-column: 3;
    -ms-grid-row: 1;
  }
}

@media screen and (min-width: 768px) {
  .nahb-hero-grid__item:nth-child(3) {
    -ms-grid-column: 3;
    -ms-grid-row: 3;
  }
}

.nahb-hero-grid__content {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 0;
  padding-top: calc(3/4 * 100%);
  position: relative;
}

@media screen and (min-width: 768px) {
  .nahb-hero-grid__content {
    padding-top: calc(263/562 * 100%);
  }
}

.nahb-hero-grid__link-container {
  font-size: 21px;
  line-height: 25.5px;
  padding: 24px 24px 0 24px;
  height: 100px;
  overflow: hidden;
  -webkit-transition: text-shadow 0.3s ease-in-out;
  transition: text-shadow 0.3s ease-in-out;
  width: 75%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  bottom: 24px;
  position: relative;
}

@media screen and (min-width: 1024px) {
  .nahb-hero-grid__link-container {
    padding: 0 40px;
    bottom: 40px;
  }
}

@media screen and (max-width: 767px) {
  .nahb-hero-grid__link-container {
    width: 100%;
  }
}

.nahb-hero-grid__link-container a {
  color: #ffffff;
}

.nahb-hero-grid__link-container a:hover {
  color: #ffffff;
  text-shadow: 1px 0 15px #a8c6ff;
}

@media screen and (min-width: 1024px) {
  .nahb-hero-grid__item:first-child .nahb-hero-grid__link-container {
    height: 92px;
  }
}

@media screen and (min-width: 1024px) {
  .nahb-hero-grid__item:first-child .nahb-hero-grid__link {
    font-size: 28px;
    line-height: 30px;
  }
}

@supports (-webkit-line-clamp: 3) {
  .nahb-hero-grid__link {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
  }
  .nahb-hero-grid__link:after {
    display: none;
  }
}

/**
- Color schema is defined based on 0-255 code
- Towards 0 implies darker colors
- Towards 255 implies lighter colors
- Whatever base color is chosen should have color code around 125
  so that greater than 125 is lighter shade
  and smaller than 125 is darker shade
- The interval between colors can be anything. Make sure to choose wisely to accomodate as much colors
  Ex: here we are using interval of 10.
**/
/* Shades of Blue */
/* Shades of Grey */
/* Shades of Red */
/*Shades of Orange */
/* Obvious ones */
/*
    CSS multilines ellipsis mixin
    Usage: @include excerpt($font-size: 1.3rem, $line-height: 1.3, $lines-to-show: 3, $excerpt-bg: #fff);
*/
.nahb-listing {
  font-family: 'source_sans_prosemibold';
  margin-bottom: 60px;
}

@media screen and (min-width: 768px) {
  .nahb-listing {
    border-bottom: 1px solid transparent;
    -o-border-image: url("/build/img/dotted-divider.png") 3 30 repeat;
       border-image: url("/build/img/dotted-divider.png") 3 30 repeat;
    border-image-outset: 1px;
    margin-bottom: 48px;
    padding-bottom: 48px;
  }
}

.nahb-listing:last-child {
  border: none;
  margin-bottom: 0;
  padding-bottom: 0;
}

@media screen and (max-width: 479px) {
  .nahb-listing:only-child {
    margin-bottom: 48px;
  }
}

.nahb-listing__header {
  margin-bottom: 24px;
}

@media screen and (min-width: 768px) {
  .nahb-listing__header {
    margin-bottom: 48px;
  }
}

.nahb-listing__list {
  list-style: none;
}

.nahb-listing__list.is-grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media screen and (min-width: 768px) {
  .nahb-listing--events .nahb-listing__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

.is-grid .nahb-listing__item {
  margin-bottom: 56px;
}

@media screen and (min-width: 480px) {
  .is-grid .nahb-listing__item {
    width: 48%;
  }
}

@media screen and (min-width: 768px) {
  .is-grid .nahb-listing__item {
    margin-bottom: 65px;
  }
}

.is-list .nahb-listing__item {
  border-bottom: 1px solid #dcdee3;
  margin-bottom: 30px;
  padding-bottom: 30px;
}

.nahb-listing--events .is-list .nahb-listing__item {
  border-bottom: none;
  border-top: 1px solid #dcdee3;
  margin: 20px 0 0;
  padding: 20px 0 0;
}

@media screen and (min-width: 768px) {
  .nahb-listing--events .is-list .nahb-listing__item {
    width: 46.5%;
  }
}

.is-list .nahb-listing__item:last-child {
  border-bottom: none;
  margin-bottom: 0;
}

.is-list .nahb-listing__item.nahb-listing__item--featured {
  border-top: none;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  margin: 0;
  overflow: hidden;
  padding: 0;
  width: 100%;
}

.nahb-listing__item img {
  height: auto;
  margin-bottom: 10px;
  max-width: 100%;
}

.nahb-listing__image--featured {
  margin: 0 0 30px;
}

@media screen and (min-width: 768px) {
  .nahb-listing__image--featured {
    float: left;
    margin: 0 34px 0 0;
  }
}

.nahb-listing__content {
  overflow: hidden;
}

.nahb-listing__topic {
  color: #5d5f66;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.7px;
  margin-bottom: 8px;
  text-transform: uppercase;
  font-family: "source_sans_prosemibold";
}

.nahb-listing__title {
  color: #003B71;
  display: block;
  font-family: "source_sans_probold";
  font-size: 18px;
  line-height: 23px;
  margin-bottom: 14px;
}

.is-list .nahb-listing__title {
  margin-bottom: 8px;
}

.nahb-listing__title:hover {
  text-decoration: underline;
}

.nahb-listing__item--featured .nahb-listing__title {
  font-size: 21px;
  letter-spacing: 0.2px;
  line-height: 26px;
}

@media screen and (min-width: 768px) {
  .nahb-listing__item--featured .nahb-listing__title {
    font-size: 28px;
    line-height: 31px;
  }
}

.nahb-listing__excerpt {
  color: #5d5f66;
  font-family: 'source_sans_proregular';
  font-size: 16px;
  font-weight: 400;
  line-height: 25px;
  letter-spacing: 0.2px;
}

.nahb-listing__item--featured .nahb-listing__excerpt {
  color: #191d29;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0.2px;
  margin-top: 24px;
}

.nahb-listing__meta {
  color: #5d5f66;
  font-family: "source_sans_prolight";
  font-size: 16px;
  letter-spacing: 0.53px;
}

.nahb-listing__viewall {
  color: #003B71;
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 0.21px;
  text-decoration: underline;
}

.nahb-listing__viewall:hover {
  text-decoration: none;
}

/**
- Color schema is defined based on 0-255 code
- Towards 0 implies darker colors
- Towards 255 implies lighter colors
- Whatever base color is chosen should have color code around 125
  so that greater than 125 is lighter shade
  and smaller than 125 is darker shade
- The interval between colors can be anything. Make sure to choose wisely to accomodate as much colors
  Ex: here we are using interval of 10.
**/
/* Shades of Blue */
/* Shades of Grey */
/* Shades of Red */
/*Shades of Orange */
/* Obvious ones */
/*
    CSS multilines ellipsis mixin
    Usage: @include excerpt($font-size: 1.3rem, $line-height: 1.3, $lines-to-show: 3, $excerpt-bg: #fff);
*/
.nahb-promo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

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

/**
- Color schema is defined based on 0-255 code
- Towards 0 implies darker colors
- Towards 255 implies lighter colors
- Whatever base color is chosen should have color code around 125
  so that greater than 125 is lighter shade
  and smaller than 125 is darker shade
- The interval between colors can be anything. Make sure to choose wisely to accomodate as much colors
  Ex: here we are using interval of 10.
**/
/* Shades of Blue */
/* Shades of Grey */
/* Shades of Red */
/*Shades of Orange */
/* Obvious ones */
.nahb-recommended-products {
  font-family: 'source_sans_prosemibold';
  padding: 50px 0;
}

.nahb-recommended-products__header {
  margin: 0 0 70px;
  text-align: center;
}

.nahb-recommended-products__slider {
  list-style: none;
  margin: 0 -30px;
}

@media screen and (min-width: 768px) {
  .nahb-recommended-products__slider {
    margin: 0;
    padding: 0 50px;
  }
}

.nahb-recommended-products__slide {
  padding: 0 25px;
  width: 170px;
}

@media screen and (min-width: 768px) {
  .nahb-recommended-products__slide {
    padding: 0 50px;
  }
}

.nahb-recommended-products__slide img {
  height: auto;
  max-width: 100%;
}

.nahb-recommended-products__image {
  display: block;
  height: auto;
  max-width: 100%;
}

.nahb-recommended-products__category {
  color: #5d5f66;
  display: block;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 1px;
  margin: 12px 0 5px;
  text-transform: uppercase;
}

.nahb-recommended-products__title {
  color: #191d29;
  display: block;
  font-size: 16px;
  letter-spacing: 0.23px;
}

.nahb-recommended-products__cta {
  margin-top: 65px;
  text-align: center;
}

.nahb-recommended-products__cta a {
  color: #003B71;
  font-size: 15px;
  letter-spacing: 0.2px;
  text-decoration: underline;
}

.nahb-recommended-products__cta a:hover {
  text-decoration: none;
}

/**
- Color schema is defined based on 0-255 code
- Towards 0 implies darker colors
- Towards 255 implies lighter colors
- Whatever base color is chosen should have color code around 125
  so that greater than 125 is lighter shade
  and smaller than 125 is darker shade
- The interval between colors can be anything. Make sure to choose wisely to accomodate as much colors
  Ex: here we are using interval of 10.
**/
/* Shades of Blue */
/* Shades of Grey */
/* Shades of Red */
/*Shades of Orange */
/* Obvious ones */
.nahb-social-share {
  font-size: 0;
  list-style: none;
}

.nahb-social-share--footer {
  text-align: center;
}

.nahb-social-share__item {
  display: inline-block;
  margin-right: 20px;
}

.nahb-social-share__item:last-child {
  margin-right: 0;
}

@media screen and (min-width: 1024px) {
  .nahb-social-share__item {
    margin-right: 13px;
  }
}

.nahb-social-share__item a {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #003B71;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 33px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 33px;
}

@media screen and (min-width: 1024px) {
  .nahb-social-share__item a {
    height: 24px;
    width: 24px;
  }
}

.nahb-social-share__item a:hover {
  text-decoration: none;
}

.nahb-social-share__item .icon {
  color: #ffffff;
  display: inline-block;
  fill: #ffffff;
  max-height: 11px;
  max-width: 11px;
}

@media screen and (min-width: 1024px) {
  .nahb-social-share__item .icon {
    max-height: 8px;
    max-width: 8px;
  }
}

.nahb-social-share__item .icon--houzz {
  max-height: 17px;
  max-width: 10px;
}

@media screen and (min-width: 1024px) {
  .nahb-social-share__item .icon--houzz {
    max-height: 14px;
    max-width: 9px;
  }
}

/**
- Color schema is defined based on 0-255 code
- Towards 0 implies darker colors
- Towards 255 implies lighter colors
- Whatever base color is chosen should have color code around 125
  so that greater than 125 is lighter shade
  and smaller than 125 is darker shade
- The interval between colors can be anything. Make sure to choose wisely to accomodate as much colors
  Ex: here we are using interval of 10.
**/
/* Shades of Blue */
/* Shades of Grey */
/* Shades of Red */
/*Shades of Orange */
/* Obvious ones */
.slick-dots {
  bottom: -35px;
  left: 0;
  right: 0;
}

.slick-dots li {
  margin: 0;
}

.slick-dots li button {
  padding: 0;
}

.slick-dots li button:before {
  color: #5d5f66;
}

.slick-dots li.slick-active button:before {
  color: #003B71;
}

.nahb-recommended-products__slider .slick-arrow {
  height: 90px;
  width: 40px;
}

.nahb-recommended-products__slider .slick-arrow:before, .nahb-recommended-products__slider .slick-arrow:after {
  content: '';
  display: block;
  height: 45px;
  opacity: 1;
  width: 5px;
}

.nahb-recommended-products__slider .slick-arrow:before {
  background-color: #b8b8b8;
  -webkit-transform: skew(-20deg);
      -ms-transform: skew(-20deg);
          transform: skew(-20deg);
  -webkit-transform-origin: bottom;
      -ms-transform-origin: bottom;
          transform-origin: bottom;
}

.nahb-recommended-products__slider .slick-arrow:after {
  background-color: #a0a0a0;
  -webkit-transform: skew(20deg);
      -ms-transform: skew(20deg);
          transform: skew(20deg);
  -webkit-transform-origin: top;
      -ms-transform-origin: top;
          transform-origin: top;
}

.nahb-recommended-products__slider .slick-arrow.slick-prev {
  left: 0;
}

.nahb-recommended-products__slider .slick-arrow.slick-next {
  right: 0;
  -webkit-transform: translate(0, -50%) rotate(-180deg);
      -ms-transform: translate(0, -50%) rotate(-180deg);
          transform: translate(0, -50%) rotate(-180deg);
}

.nahb-recommended-products__slider .slick-arrow.slick-next:before {
  background-color: #a0a0a0;
}

.nahb-recommended-products__slider .slick-arrow.slick-next:after {
  background-color: #b8b8b8;
}

/*# sourceMappingURL=index-generated.css.map */
