/*Calluna light font*/
@import url("https://use.typekit.net/khg3jea.css");
#block-banner-region-block {
  max-width: none;
}
.featured-banner {
  color: #212121;
}
.featured-banner h1, .content-banner h1 {
  color: #121212;
  font-size: 2rem;
  margin-top: 0.75em;
  margin-bottom: 0.1em;
}
.featured-banner h1 span, .content-banner h1 span {
  text-transform: none;
}
.dealer_cta {
  text-align: center;
}
.featured-banner h2, .content-banner p {
  text-transform: none;
  font-size: 1rem;
}
.calluna-light {
  font-family: calluna, serif;
  font-weight: 400;
  font-style: normal;
}
.collection-swatches ul li {
  padding: 0;
  display: inline-block;
  list-style: none;
}
.overlap_column .collection-swatches p {
  margin: 0 0 5px;
}
.finish-chip {
  border: 2px solid transparent;
  display: block;
  border-radius: 100%;
  width: 40px;
  height: 40px;
  overflow: hidden;
  position: relative;
  background-position: center center;
  background-size: 200%;
  font-size: 0;
}
.finish-chip img {
  display: block;
  position: absolute;
  max-width: 200%;
  max-height: 200%;
  width: 200%;
  height: 200%;
  top: auto;
  bottom: auto;
  left: auto;
  right: auto;
}
.collection-swatches a.selected {
  border: 2px solid #b52d3d;
}
.collection-swatches span {
  font-weight: bold;
}
.finish-name {
  display: inline-block;
  font-weight: bold;
  color: #b52d3d;
}
.finish-product-img {
  max-width: 100%;
  display: none;
  width: 100%;
}
.finish-product-img.selected {
  display: block;
}
.two-column-section {
  display: flex;
  max-width: 1440px;
  margin: 0 auto;
}
.layout--twocol-section.layout--twocol-section--50-50 > .layout__region--first, 
.layout--twocol-section.layout--twocol-section--50-50 > .layout__region--second {
  flex: 0 1 100%;
  width: 100%;
}
.two_column_section .even .layout__region--first {
  order: 2;
}
.two_column_section .even .layout__region--second {
  order: 1;
}
.overlap_column.copy {
  background: #fff;
  box-shadow: 10px 20px 40px rgba(0, 0, 0, 0.25);
  margin-top: 30px;
  padding: 50px;
}
.overlap_column {
  margin: 20px auto 0;
  z-index: 1;
}
.overlap_column.copy {
  margin-top: 0;
  text-align: left;
  z-index: 99;
}
.overlap_column p {
  margin: 0;
}
.overlap_column.copy h3 {
  font-size: 1.75rem;
}
.overlap_column.copy h3 + p {
  margin: 50px 0 50px;
}
.finish-product-img {
  margin: 0;
}
.copy .button-primary {
  display: block;
  text-decoration: none;
  text-align: center;
  background: #b52d3d;
  border: 2px solid #b52d3d;
  line-height: 4.25em;
  color: #fff;
  font-weight: bold;
  font-size: 0.75rem;
  text-transform: uppercase;
  margin: 0 auto 80px;
  /*margin: 0 auto 10px;  --------------------- CHANGE TO THIS WHEN ADDING BACK VIDEO BUTTON */
  transition: all 0.2s ease-in-out;
}
.copy .watch-video {
  margin: 0 0 60px;
  display: block;
  max-width: 170px;
  display: none;
  visibility: hidden;
}
.copy .button-primary:hover {
  background: #fff;
  color: #b52d3d;
}
.copy .button-primary:active {
  background: #7c0535;
}
.block-quote {
  font-size: 1.9rem;
  font-family: "Trade_Gothic_LT_Bold";
}
.block-quote span {
  font-size: 0.9em;
}
.copy ul, .copy li {
  padding: 0;
  margin: 0;
}
sup {
  font-size: 0.75em;
}
.content-banner {
  position: relative;
}
.content-banner .bannercopy {
  position: absolute;
  width: 100%;
  top: 30%;
}
.page-title {
  display: none;
  visibility: hidden;
}
.mobile-hide {
  display: none;
}
.layout--onecol .outlet_card_section {
  padding: 50px 30px 80px;
}
.outlet_card_section .field-values-in.field_card_details .card_component {
  /* background: #;*/
  padding: 15px 10px 30px;
  height: 100%;
}
.outlet_card_section .field_card_details > div {
  flex: 0 0 20%;
  max-width: 20%;
}
.card_component .text-long a {
  border: none !important;
  display: block;
}
.card_component .text-long a:hover {
  cursor: pointer;
}
.outlet_card_section .field-values-in.field_card_details .card_component .text-long a img {
  width: 30%;
  height: 100px;
  width: auto;
}
.outlet_card_section .field-values-in.field_card_details .card_component .text-long a span {
  display: block;
  text-align: center;
}
.outlet_card_section .field-values-in.field_card_details .card_component .text-long a span.heading {
  font-family: "Trade_Gothic_LT_Bold";
  font-weight: 700;
  font-size: 0.95rem;
  margin: 0 auto;
  padding-bottom: 5px;
  line-height: 1.5em;
  text-transform: uppercase;
  color: #000;
}
.outlet_card_section .field-values-in.field_card_details .card_component .text-long a span.desc {
  font-size: 0.75em;
  line-height: 1.5em;
  margin: 0 auto;
  padding-bottom: 30px;
  text-align: center;
  font-family: calluna, serif;
  font-weight: 400;
  font-style: normal;
  color: #000;
}
@media screen and (min-width: 40em) {
  .layout--twocol-section.layout--twocol-section--50-50 > .layout__region--first, 
  .layout--twocol-section.layout--twocol-section--50-50 > .layout__region--second {
    flex: 0 1 100%;
  }
}
@media screen and (min-width: 750px) {
  .layout--twocol-section {
    align-items: center;
  }
  .overlap_column {
    margin: 0px auto 0;
    z-index: 1;
  }
  .copy .button-primary {
    font-size: 0.5vw;
  }
  .mobile-hide {
    display: block;
  }
  .featured-banner h1, 
  .featured-banner__title h1, 
  .content-banner h1 {
    font-size: 8rem;
    text-align: center;
    margin-top: 0.15em;
    margin-bottom: 0.1em;
  }
  .featured-banner h2 {
    text-align: center;
  }
  .two-column-section {
    margin: 0 auto 50px;
  }
  .layout--twocol-section.layout--twocol-section--50-50 > .layout__region--second {
    margin-left: -50px;
  }
  .two_column_section .even .layout--twocol-section.layout--twocol-section--50-50 > .layout__region--first {
    order: 1;
  }
  .two_column_section .even .layout--twocol-section.layout--twocol-section--50-50 > .layout__region--second {
    z-index: 1;
    order: 2;
  }
  .layout--twocol-section.layout--twocol-section--50-50 > .layout__region--first, 
  .two_column_section  .even .layout--twocol-section.layout--twocol-section--50-50 > .layout__region--second {
    flex: 0 1 57%;
    width: 50%;
  }
  .layout--twocol-section.layout--twocol-section--50-50 > .layout__region--second, 
  .two_column_section  .even .layout__region--first {
    z-index: 10;
    flex: 0 1 43%;
    width: 45%;
  }
  .two_column_section .even .layout__region--first {
    /* margin-left: 50px; */
  }
  .two_column_section .even .layout__region--second {
    margin-left: -50px;
  }
  .overlap_column.section-lead-in {
    margin: 0px 0 0;
  }
  .overlap_column.copy {
    margin-left: 0px;
    margin-top: 0px;
    padding: 50px;
    padding: 8% 7%;
    align-self: flex-start;
  }
  .layout--onecol .outlet_card_section {
    padding: 50px 30px 80px;
  }
  .outlet_card_section .field-values-in.field_card_details .card_component {
    background: #fff;
    padding: 15px 10px 30px;
    height: 100%;
  }
  .outlet_card_section .field-values-in.field_card_details .card_component .text-long a img {
    width: auto;
    height: 147px;
  }
  .outlet_card_section .field-values-in.field_card_details .card_component .text-long a span {
    display: block;
    text-align: center;
  }
  .outlet_card_section .field-values-in.field_card_details .card_component .text-long a span.heading {
    font-family: "Trade_Gothic_LT_Bold";
    font-weight: 700;
    font-size: 0.95rem;
    margin: 0 auto;
    padding-bottom: 5px;
    line-height: 1.5em;
    text-transform: uppercase;
    color: #000;
  }
  .outlet_card_section .field-values-in.field_card_details .card_component .text-long a span.desc {
    font-size: 0.75em;
    line-height: 1.5em;
    margin: 0 auto;
    padding-bottom: 30px;
    text-align: center;
    font-family: calluna, serif;
    font-weight: 400;
    font-style: normal;
    color: #000;
  }
  .block-quote {
    font-size: 4rem;
    font-family: "Trade_Gothic_LT_Bold";
  }
  .block-quote p {
    margin: 1em 0;
  }
  .button-primary {
    font-family: "Trade_Gothic_LT_Bold";
    font-size: 1rem;
    line-height: 6em;
  }
  .overlap_column h3 + p {
    font-family: "calluna-light";
    font-size: 1.1rem;
    font-size: 1.5vw;
    margin: 0;
  }
  .overlap_column.copy h3 {
    line-height: 1em;
    ;
    font-size: 3.25rem;
    font-size: 3vw;
  }
  .copy .button-primary {
    font-size: 1rem;
    font-size: 1.25vw;
  }
  .featured-banner {
    background-position: center center;
  }
  .featured-banner h1, .content-banner h1 {
    font-size: 8rem;
    margin-top: 0.15em;
    margin-bottom: 0.1em;
  }
  .content-banner .bannercopy {
    top: 35%;
  }
  .content-banner h1 {
    font-size: 6rem;
  }
  .featured-banner h2, .content-banner p {
    font-size: 3rem;
  }
  .content-banner p {
    font-size: 2.5em;
    ;
  }
  .te_intro h2 {
    font-size: 3.5rem;
  }
  .te_intro p {
    padding: 0 14%;
    font-family: "calluna-light";
    font-size: 1.85rem;
  }
}
@media screen and (min-width: 1440px) {
  .overlap_column.copy h3 {
    line-height: 1em;
    ;
    font-size: 3.25rem;
  }
  .copy .button-primary {
    font-size: 1rem;
  }
  .overlap_column h3 + p {
    font-size: 1.1rem;
  }
}
.paragraph-container.card_section {
  background-color: #f4f0ed;
  padding: 50px 30px 80px;
}
.node--type-landing-page .card_section .catalog-grid {
  margin: 0;
}
.node--type-landing-page .card_section .catalog-grid__item {
  width: 100%;
  padding-right: 0.75rem;
  padding-left: 0.75rem;
}
.node--type-landing-page .card_section .catalog-grid__item .section-lead-in {
  position: relative;
  background: #fff;
  padding: 10px;
  height: 100%;
  margin: 0;
}
.node--type-landing-page .card_section .catalog-grid__item .section-lead-in .text-long {
  font-size: 18px;
  line-height: 27px;
  /* margin-top: 16px; */
  height: 100%;
}
.node--type-landing-page .card_section .catalog-grid__item .section-lead-in .text-long p {
  height: 100%;
  margin: 0;
}
.node--type-landing-page .card_section .catalog-grid__item .text-long a {
  text-decoration: none;
  border: none !important;
  display: flex;
  cursor: pointer;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  height: 100%;
}
.node--type-landing-page .card_section .catalog-grid__item .text-long a span {
  display: block;
  text-align: center;
}
.node--type-landing-page .card_section .catalog-grid__item .text-long a span.section_title {
  line-height: 1.2 !important;
  margin-bottom: 5px;
  font-family:Trade_Gothic_LT_Bold !important;
  font-size:0.95rem;
  letter-spacing:normal;
  padding-bottom:5px;
}
.node--type-landing-page .card_section .catalog-grid__item .text-long a img {
  height: 100px;
  width: auto;
  margin: 0 auto;
}
.node--type-landing-page .card_section .catalog-grid__item .text-long a span.desc {
  font-size: 0.75em;
  line-height: 1.5em;
  margin: 0 auto;
  padding-bottom: 30px;
  text-align: center;
  font-family: calluna, serif;
  font-weight: 400;
  font-style: normal;
  color: #000;
  display: none;
}
@media screen and (min-width: 350px) {
  .node--type-landing-page .card_section .catalog-grid__item {
    flex: 0 0 50%;
    max-width: 50%;
  }
}
@media screen and (min-width: 750px) {
  .node--type-landing-page .card_section .catalog-grid__item {
    flex: 0 0 33.333%;
    max-width: 33.333%;
  }
  .node--type-landing-page .card_section .catalog-grid__item .section-lead-in {
    padding: 15px 10px 30px;
  }
  .node--type-landing-page .card_section .catalog-grid__item .text-long a span.desc {
    display: block;
  }
  .node--type-landing-page .card_section .catalog-grid__item .text-long a img {
    width: auto;
  }
}
@media screen and (min-width: 920px) {
  .node--type-landing-page .card_section .catalog-grid__item {
    flex: 0 0 16.66%;
    max-width: 16.66%;
    margin: 0;
  }
}
