@import "_resets.css";
@import "_defaults.css";
@font-face {
   font-family: "LZB Icons";
   src: url("fonts/lzb-icons.eot?jebkb3");
   src: url("fonts/lzb-icons.eot?jebkb3#iefix") format("embedded-opentype"),
      url("fonts/lzb-icons.ttf?jebkb3") format("truetype"), url("fonts/lzb-icons.woff?jebkb3") format("woff"),
      url("fonts/lzb-icons.svg?jebkb3#lzb-icons") format("svg");
   font-weight: normal;
   font-style: normal;
}

#bcc-content {
   max-width: none;
}

#bcc-content section {
   margin: 40px auto 0;
   max-width: 1010px;
   padding: 0 15px;
}

#bcc-content section#hero {
   margin-top: 0;
   max-width: 980px;
   padding: 0;
   position: relative;
}

#bcc-content h1 {
   font-weight: bold;
   font-size: 1.9em;
   position: absolute;
   padding: 5%;
   color: white;
   text-shadow: 0 0 2em #836949, 0px 0px 1em #836949;
}

#bcc-content h2 {
   font-weight: bold;
   font-size: 1.4em;
   text-align: center;
}

#bcc-content h3 {
   font-weight: bold;
   font-size: 1.3em;
}

#bcc-content p {
   line-height: 1.25;
}

#bcc-content h2 + p {
   text-align: center;
   margin: 0.5em auto;
}

#bcc-content h3 + p {
   margin-top: 1em;
}

#bcc-content a {
   text-decoration: none;
}

#bcc-content a::after {
   font-family: "LZB Icons";
   content: "\e90e";
}

#bcc-content .image-copy {
   margin-top: 20px;
}

#bcc-content .image-copy .copy {
   padding: 30px 15px;
}

#bcc-content .image-copy .links {
   display: flex;
   flex-wrap: wrap;
   margin: 1em -7.5px 0;
}

#bcc-content .image-copy a {
   /* font-family: "News Cycle", sans-serif; */
   /* font-weight: 300; */
   text-align: center;
   flex: 1 0 7em;
   line-height: 2.1;
   margin: 1em 7.5px 0;
   background-color: #0070AF;
   border-radius: 5px;
   color: white;
}

#free-swatches {
   display: flex;
   flex-wrap: wrap;
}

#free-swatches .image {
   width: 100%;
   padding-bottom: 200px;
   background-image: url(https://embed.widencdn.net/img/lazboy/63zkmmxh7n/972px/free-swatches.jpg?q=85);
   background-size: cover;
}

#free-swatches .copy {
   width: 100%;
   min-width: 260px;
   text-align: center;
   background-color: #f1edea;
   padding: 20px;
}

#free-swatches .copy p {
   font-size: 0.8em;
   line-height: 1.5;
}

#free-swatches .copy a {
   font-size: 0.9em;
   line-height: 1.5;
   font-weight: bold;
   display: block;
   margin-top: 0.5em;
}

@media only screen and (min-width: 650.1px) {
   #bcc-content section#hero h1 {
      font-size: 2.2em;
   }
   #bcc-content h2 {
      font-size: 1.6em;
   }
   #bcc-content h3 {
      font-weight: bold;
      font-size: 1.4em;
   }
   #bcc-content .image-copy {
      display: flex;
      align-items: center;
   }
   #bcc-content .image-copy:nth-child(even) {
      flex-direction: row-reverse;
      text-align: right;
   }
   #bcc-content .image-copy .image {
      flex: 1 0 310px;
      max-width: 610px;
      height: 375px;
      overflow: hidden;
   }
   #bcc-content .image-copy img {
      height: 100%;
      width: auto;
   }
   #bcc-content .image-copy .copy {
      flex: 1 0 310px;
      max-width: 370px;
      padding: 30px;
   }
   #bcc-content .image-copy p {
      max-width: 15em;
   }
   #bcc-content .image-copy:nth-child(even) p {
      margin-left: auto;
   }
   #free-swatches .image,
   #free-swatches .copy {
      width: 50%;
   }
}

@media only screen and (min-width: 850.1px) {
   #bcc-content section#hero h1 {
      font-size: 2.5em;
   }
   #bcc-content h2 {
      font-size: 1.8em;
   }
   #bcc-content h3 {
      font-weight: bold;
      font-size: 1.5em;
   }
   #bcc-content .image-copy .image {
      height: 465px;
   }
}
