/* Variables and Classes ================================================================================================ */
.clearafter {
  content: "";
  display: block;
  clear: both;
}

.vcenter, #box3 .b3content, .saslider div.slick-slide img {
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.chromejitterfix {
  -webkit-backface-visibility: hidden;
  -webkit-transform: translateZ(0);
}

/* Reset and Globals */
a, abbr, acronym, address, applet, article, aside, audio, big, blockquote, body, canvas, caption, center, cite, code, dd, del, details, dfn, div, dl, dt, embed, fieldset, figcaption, figure, footer, form, h1, h2, h3, h4, h5, h6, header, hgroup, html, i, iframe, img, ins, kbd, label, legend, li, mark, menu, nav, object, ol, output, p, pre, q, ruby, s, samp, small, span, strike, sub, summary, sup, table, tbody, td, tfoot, th, thead, time, tr, tt, u, ul, var, video {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}

article, aside, details, div, figcaption, figure, footer, header, hgroup, menu, nav, section {
    display: block;
}

body {
    line-height: 1;
    background: #fff;
    font-family: "Lato", sans-serif;
    font-size: 18px;
    color: #000;
    line-height: 30px;
}

html, body {
    height: 100%;
}

p {
    padding-bottom: 18px;
}

h1, h2, h3, h4, h5, h6 {
    font-family: "Oswald", sans-serif;
    line-height: normal;
    letter-spacing: 1px;
}

a {
    color: #d9272e;
    font-weight: bold;
    text-decoration: none;
    transition: 0.2s;
}

a:hover {
    text-decoration: underline;
}

img {
    display: block;
}

.clear {
    clear: both;
    font-size: 0;
    line-height: 0;
}

.sitewidth {
    width: 1170px;
    margin: 0 auto;
    position: relative;
}

@media screen and (max-width: 1260px) {
    .sitewidth { width: 980px; }
}
@media screen and (max-width: 1012px) {
    .sitewidth { width: 90%; }
}

/* Announcement Banner Styles */
.smooth-transition {
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

#announcement_banner {
    background: #c32229;
    display: block;
    color: white;
    width: 100%;
    position: fixed;
    z-index: 1000;
    text-align: center;
    height: 50px;
    overflow: hidden;
    line-height: 50px;
    box-sizing: border-box;
    top: 0;
}

#announcement_banner a {     
    color: white;
    font-size: 15px;
    text-transform: uppercase;
    font-weight: normal;
    border: 1px solid white;
    padding: 3px 8px;
    border-radius: 2px;
    text-decoration: none;
}

#announcement_banner a:hover {
    background: white;
    color: #c32229;
}

#announcement_banner [data-hide-announcement] {
    cursor: pointer;	
    color: white;
    display: inline-block;
    margin-left: 10px;
}

header#header {
    top: 50px;
    width: 100%;
    height: 89px;
    position: fixed;
    background: #2772a5;
    z-index: 1000;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

/* Header States ================================================================================================ */
.headersmall {
  background: rgba(255, 255, 255, 0.99) !important;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  -webkit-box-shadow: 0 0 4px rgba(0, 0, 0, 0.3) !important;
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.3) !important;
}

.headersmall .logoimg1 {
  opacity: 0;
}

.headersmall .logoimg2 {
  opacity: 1;
}

.headersmall #menu li a {
  color: #004674 !important;
}

.headersmall #menu li a:hover {
  color: #f7232b !important;
}

.headersmall #menu li > ul li a,
.headersmall #menu li > ul li a:hover {
  color: #fff !important;
}

.headersmall #headerphone {
  color: #004674 !important;
}

.headersmall #headerphone:hover {
  color: #f7232b !important;
}

#headerwidth {
  width: 1170px;
  margin: 0 auto;
  position: relative;
  height: 100%;
}

.logo {
  width: 132px;
  height: 52px;
  display: block;
  position: absolute;
  left: 0;
  top: 19px;
}

.logo img {
  position: absolute;
  transition: 0.3s;
  height: 52px;
}

.logoimg1 { opacity: 1; }
.logoimg2 { opacity: 0; }

#headerphone {
  position: absolute;
  height: 89px;
  line-height: 89px;
  top: 0;
  right: 0;
  padding: 0 13px 0 13px;
  font-weight: normal;
  color: #fff;
  text-decoration: none;
  z-index: 200;
}

#menu {
  position: absolute;
  top: 0;
  right: 160px;
  z-index: 100;
  margin: 0;
  padding: 0;
  display: flex;
  list-style: none;
}

#menu li {
  display: inline;
  float: left;
  text-align: center;
  cursor: pointer;
  z-index: 2;
  margin: 0;
  padding: 0;
  transition: all 0.2s ease;
  position: relative;
}

#menu li a {
  text-decoration: none;
  color: #fff;
  height: 89px;
  line-height: 89px;
  font-size: 17px;
  padding: 0 4px 0 13px;
  margin: 0;
  display: inline-block;
  font-weight: bold;
  transition: all 0.1s;
  text-transform: uppercase;
  position: relative;
}

#ulpolebarnkits { width: 245px; }
#ulgetstarted { width: 160px; }
#ulmeetdiy { width: 175px; }

#menu li > ul {
  float: left;
  left: 0 !important;
  margin: 0;
  opacity: 0;
  position: absolute;
  top: 119px;
  visibility: hidden;
  z-index: 1;
  transition: all 0.2s ease;
  padding-top: 0;
  box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.2);
}

#menu li > ul:before {
  content: none;
}

#menu li:hover > ul {
  opacity: 1;
  top: 89px;
  visibility: visible;
}

#menu li > ul li {
  float: none;
  width: 100%;
  position: relative;
  margin: 0;
  padding: 0;
}

#menu li > ul li a {
  width: 100% !important;
  padding: 0 15px !important;
  box-sizing: border-box;
  text-align: left;
  position: relative;
  background: rgba(217, 39, 46, 0.96);
  border-bottom: 1px solid #f7232b;
  margin-top: 0;
  height: 44px !important;
  line-height: 44px !important;
  font-size: 16px !important;
  color: #fff !important;
  display: block;
}

#menu li > ul a:hover {
  background: rgba(247, 35, 43, 0.94);
}

#menu > li > a:hover, #menu > li:hover > a {
  color: #fff;
}

#menu li > ul li a:hover {
  color: #fff !important;
}

.dropdown2 {
  position: relative;
}

.dropdown2::before {
  content: "";
  background: url('/images/arrow3-right.png') no-repeat;
  background-size: auto 12px;
  width: 9px;
  height: 15px;
  display: block;
  position: absolute;
  right: 12px;
  top: 50%;
  margin-top: -6px;
}

#menu li ul li ul {
  left: 100%;
  width: 245px;
  margin: 0;
  padding: 0;
  opacity: 0;
  position: absolute;
  top: 0;
  visibility: hidden;
  z-index: 10;
  transition: all 0.2s ease;
  box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.2);
}

#menu li ul li:hover ul {
  opacity: 1;
  top: 0;
  left: 100% !important;
  visibility: visible;
}

#menu li a.dropdown:before {
    content: none !important;
}

#menu li a.dropdown:after {
    content: "▼";
    display: inline-block;
    font-size: 10px;
    color: rgba(255, 255, 255, 0.4);
    margin-left: 5px;
    vertical-align: middle;
}

.headersmall #menu li a.dropdown:after {
    color: rgba(0, 95, 156, 0.4);
}

.menulast {
  padding: 0 !important;
  margin-left: 16px !important;
  position: relative;
}

#menu .menulast .buttons {
  width: auto;
  height: 44px !important;
  line-height: 44px !important;
  margin-top: 23px !important;
  font-size: 15px !important;
  font-family: "Lato", sans-serif !important;
  font-weight: normal !important;
  color: #fff !important;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  white-space: nowrap;
  padding-left: 12px !important;
  padding-right: 12px !important;
  min-width: 121.91px !important;
}

#menu .menulast.designer .buttons {
  min-width: 180.44px !important;
  display: block;
  background: #d9272e;
  border-radius: 2px;
}

/* Buttons ================================================================================================ */
.buttons {
  display: block;
  background: #d9272e;
  width: 180px;
  height: 80px;
  font-size: 25px;
  margin: 0 auto;
  line-height: 78px;
  font-family: "Oswald", sans-serif;
  color: #fff !important;
  font-weight: normal;
  text-decoration: none !important;
  padding: 0;
  text-align: center;
  border-radius: 2px;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

.buttons:hover {
  background: #dd3d43;
  color: #fff !important;
  text-decoration: none !important;
}

#box1 {
  background-size: cover;
  background-attachment: fixed;
  height: 100vh;
  max-height: 1200px;
  position: relative;
  overflow: hidden !important;
  z-index: 20;
  text-align: center;
  background-image: url('/images/bg1.jpg');
  margin-top: 0; /* Align with top of screen behind fixed header */
}

#box1sub {
  background: url(/images/headerbg.png) center 139px no-repeat; /* 50px banner + 89px header */
  background-size: 100% auto;
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  transition: background-position 0.3s;
}

/* Adjust ridge when banner is closed or scrolled */
.banner-hidden #box1sub {
    background-position: center 89px;
}

#box1 #box1content {
  position: relative;
  top: 60%; /* Move content down a bit to clear ridge */
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  text-align: center;
  z-index: 30;
}

#box1 #box1content h1 {
  font-size: 95px;
  font-weight: bold;
  color: #fff;
  text-shadow: 1px 1px 6px rgba(0, 0, 0, 0.3);
  position: relative;
  z-index: 5;
  text-transform: uppercase;
  margin-bottom: 10px;
  line-height: 1.1;
}

#box1 #box1content p {
  font-size: 25px;
  font-family: 'Lato', sans-serif;
  color: #fff;
  text-shadow: 1px 1px 3px rgba(0,0,0,0.5);
  margin-bottom: 20px;
}

#box1 #box1content #untitled-region-2 {
  color: #000000;
  text-shadow: none;
}

#box1 #box1content .buttons {
  width: 350px;
  margin-top: 20px;
  font-size: 25px;
  display: inline-block;
}

#box1 #b1downarrow {
  background: url(/images/arrow1-down.png) no-repeat 50% 50% rgba(255, 255, 255, 0.5);
  width: 60px;
  height: 60px;
  border-radius: 60px;
  display: block;
  z-index: 100;
  position: absolute;
  left: 50%;
  margin-left: -30px;
  bottom: 30px;
  transition: 0.2s;
}

#box1 #b1downarrow:hover {
  background-color: rgba(255, 255, 255, 0.7);
}

@media screen and (max-width: 1890px) {
  #box1sub { background-position: center 20px; }
}
@media screen and (max-width: 1410px) {
   #box1sub { background-position: center 30px; }
}
@media screen and (max-width: 1260px) {
  #box1sub { background-position: center 50px; }
  #box1 #box1content h1 { font-size: 75px; }
}
@media screen and (max-width: 1012px) {
    #box1 {
        height: auto;
        background-position: center center !important;
        background-size: cover;
        background-attachment: inherit;
    }
    #box1:before {
        content: '';
        display: block;
        background: rgba(0, 95, 156, 0.85);
        position: absolute;
        height: 100%;
        width: 100%;
        z-index: 1;
    }
    #box1sub {
        position: relative;
        height: auto;
        padding-top: 20px;
        padding-bottom: 40px;
        background: none !important;
        z-index: 2;
        width: 100%;
    }
    #box1 #box1content {
        position: relative;
        top: 0;
        -webkit-transform: translateY(0);
        transform: translateY(0);
        z-index: 2;
    }
    #box1 #box1content h1 {
        font-size: 45px;
        line-height: 50px;
        padding-left: 5%;
        padding-right: 5%;
        padding-bottom: 8px;
        color: #fff;
        text-shadow: 1px 1px 6px rgba(0, 0, 0, 0.1);
    }
    #box1 #box1content p {
        padding-left: 5%;
        padding-right: 5%;
        color: #fff;
        text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.1);
    }
    #box1 #box1content #untitled-region-2 {
        color: #fff;
    }
    #box1 #box1content .buttons {
        max-width: 350px;
        width: 90%;
        margin-top: 10px;
    }
    #box1 #b1downarrow { display: none; }
}

#box2 { padding: 80px 0; background-image: url('/images/pattern1.png'); text-align: center; }
#box2 p { font-size: 22px; line-height: 40px; color: #000; max-width: 1000px; margin: 0 auto; }

#box3 {
    text-align: center;
    position: relative;
    overflow: hidden;
}
#box3 a {
    display: inline-block;
    width: 33.33%;
    height: 380px;
    margin-left: -2px;
    margin-right: -2px;
    vertical-align: top;
    position: relative;
    text-decoration: none;
    background-position: center center;
    background-size: cover;
}
#box3 a:before {
    content: '';
    display: block;
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(56, 48, 48, 0.6);
    -webkit-transition: 0.6s;
    transition: 0.6s;
}
#box3 a span {
    position: relative;
    z-index: 2;
    display: block;
}
#box3 a:hover:before {
    background: rgba(56, 48, 48, 0.4);
    -webkit-transition: 0.3s;
    transition: 0.3s;
}
.b3content {
    display: block;
    position: relative;
    z-index: 2;
    text-align: left;
    padding-left: 10%;
    width: 60%;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}
.b3title {
    font-family: 'Oswald', sans-serif;
    font-size: 45px;
    font-weight: bold;
    text-transform: uppercase;
    color: #fff;
    display: block;
    padding-bottom: 15px;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.4);
}
.b3desc {
    font-size: 20px;
    line-height: 26px;
    font-weight: normal;
    color: #fff;
    display: block;
    padding-bottom: 15px;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.4);
}
.b3button {
    display: block;
    background: #d9272e;
    width: 200px;
    height: 70px;
    font-size: 25px;
    line-height: 68px;
    font-family: 'Oswald', sans-serif;
    color: #fff !important;
    font-weight: normal;
    text-decoration: none !important;
    padding: 0;
    text-align: center;
    border-radius: 2px;
    -webkit-transition: 0.6s;
    transition: 0.6s;
}

@media screen and (max-width: 1260px) {
    #box3 a { height: 340px; }
}

@media screen and (max-width: 767px) {
    .b3title {
        font-size: 40px;
        width: 318.91px;
    }
    .b3desc {
        width: 318.91px;
        height: 55px;
    }
}

#box4 { padding: 110px 0; text-align: center; background-image: url('/images/bg2.jpg'); background-size: cover; }
#box4 h2 { font-size: 45px; font-weight: bold; text-transform: uppercase; margin-bottom: 20px; }
#box4 p { max-width: 800px; margin: 0 auto 30px; font-size: 20px; }

#box5 {
  background-position: left top;
  background-repeat: no-repeat;
  background-color: #005f9c;
  background-image: url('/images/three-diy-pole-barns-builders-assembling-pole-barn.jpg');
  background-size: auto 100%;
}

#box5sub {
  background-position: right top;
  background-repeat: no-repeat;
  background-image: url('/images/bg3.png');
  padding-top: 120px;
  padding-bottom: 190px;
}

#box5content {
  width: 39%;
  float: right;
  margin-right: 4%;
  text-align: left;
}

#box5content h2 {
  color: #fff;
  font-size: 40px;
  font-weight: bold;
  padding-bottom: 22px;
  text-transform: uppercase;
  line-height: 46px;
}

#box5content p {
  color: #fff;
  font-size: 18px;
  line-height: 30px;
  padding-bottom: 18px;
}

#box5content a {
  color: #adacac;
  text-decoration: underline;
}

#box5content a:hover {
  color: #c6c5c5;
}

#box5content .buttons {
  margin-left: 0;
  width: 300px;
  margin-top: 20px;
  height: 70px;
  line-height: 68px;
  display: block;
}

.hum { display: none !important; }

@media screen and (max-width: 1890px) {
  #box5 { background-position: -100px top; }
  #box5sub { background-position: 1200px top; }
  #box5content { width: 39%; float: right; margin-right: 2%; }
}
@media screen and (max-width: 1650px) {
  #box5 { background-position: -260px top; }
  #box5sub { background-position: 1100px top; }
  #box5content { margin-right: 6%; }
}
@media screen and (max-width: 1410px) {
  #box5 { background-position: -320px top; }
  #box5sub { background-position: 1000px top; }
  #box5content { margin-right: 8.5%; }
}
@media screen and (max-width: 1336px) {
  #box5content { width: 39%; margin-right: 4%; }
}
@media screen and (max-width: 1260px) {
  #box5 { background-position: -440px top; }
  #box5content { width: 39%; margin-right: 5%; }
}
@media screen and (max-width: 1012px) {
  #box5 { background: #005f9c; }
  #box5sub { background: none; padding-top: 60px; padding-bottom: 60px; text-align: center; }
  .hum { display: block !important; width: 100%; max-width: 400px; margin: 0 auto 30px auto; }
  #box5content { width: 100%; margin-right: 0; float: none; text-align: center; }
  #box5content .buttons { margin: 0 auto; width: 100%; max-width: 350px; margin-top: 10px; }
}
@media screen and (max-width: 767px) {
  #box5content h2 { font-size: 35px; line-height: 43px; }
}

#box6 {
  padding-bottom: 0;
  background-color: #f5f5f5;
  background-image: url('/images/pattern1.png');
}

#box6sub {
  padding-top: 110px;
  padding-bottom: 220px; /* Adjusted to fit the side image */
  background: url('/images/pic.png') right top no-repeat;
  background-size: 740px auto;
}

#b6content {
  float: left;
  width: 47%;
  position: relative;
  margin-left: 13%;
  text-align: left;
}

#b6content:before {
  content: '';
  display: block;
  width: 112px;
  height: 98px;
  background: url('/images/quote.png') no-repeat;
  position: absolute;
  top: -30px;
  left: -140px;
}

#b6content:after {
  content: '';
  display: block;
  width: 112px;
  height: 98px;
  background: url('/images/quote.png') no-repeat;
  position: absolute;
  bottom: 0;
  right: -40px;
  -webkit-transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
  transform: rotate(-180deg);
}

#b6content h2 {
  font-size: 40px;
  font-weight: 500;
  padding-bottom: 22px;
  text-transform: uppercase;
  line-height: 46px;
  color: #000;
}

#b6content p {
  font-size: 28px;
  font-family: 'Oswald', sans-serif;
  color: #000;
  line-height: 35px;
  margin-bottom: 0;
  padding-bottom: 0;
}

#b6content p span {
  color: #004674;
  font-size: 18px;
  display: block;
  line-height: 20px;
  padding-top: 15px;
  padding-bottom: 25px;
  font-family: 'Lato', sans-serif;
  font-weight: normal;
}

#b6content .buttons {
  width: 240px;
  height: 70px;
  line-height: 68px;
  margin-left: 0;
  margin-top: 20px;
  z-index: 100;
  position: relative;
  display: block;
}

@media screen and (max-width: 1920px) {
  #b6content { margin-left: 9%; }
}
@media screen and (max-width: 1890px) {
  #box6sub { background-position: 1000px top; background-size: 740px auto; }
  #b6content { width: 40%; margin-left: 18%; }
  #b6content:after { right: -20px; }
  #b6content p { font-size: 25px; line-height: 30px; }
}
@media screen and (max-width: 1650px) {
  #box6sub { background-position: 940px top; }
}
@media screen and (max-width: 1410px) {
  #box6sub { background-position: 900px top; }
}
@media screen and (max-width: 1012px) {
  #box6sub { padding-top: 110px; padding-bottom: 250px; background: url('/images/pic2m.png') center 103% no-repeat; background-size: 200px auto; }
  #b6content { float: none; width: 75%; margin: 0 auto; padding-left: 5%; text-align: center; }
  #b6content h2 { text-align: center; }
  #b6content:before { width: 60px; height: 53px; background-size: cover; top: -30px; left: -50px; }
  #b6content:after { width: 60px; height: 53px; background-size: cover; bottom: 30px; right: -10px; }
}
@media screen and (max-width: 767px) {
  #b6content { width: 85%; }
  #b6content p { font-size: 22px; line-height: 28px; }
  #b6content .buttons { margin: 20px auto 0 auto; width: 100%; }
  #b6content:before { top: -70px; left: 0; }
  #b6content:after { display: none; }
}

#bottomcontact {
  margin-top: -390px;
  background-position: center top;
  background-repeat: no-repeat;
  background-size: 100% auto;
  padding-top: 90px;
  padding-bottom: 90px;
  position: relative;
  z-index: 2;
  background-image: url('/images/bg4.png');
}

#bottomcontact h2 {
  padding-top: 390px;
  font-size: 40px;
  font-weight: bold;
  padding-bottom: 22px;
  text-transform: uppercase;
  line-height: 46px;
  text-align: center;
  color: #fff;
}

#bbcp {
  padding: 0 20% 50px 20%;
  text-align: center;
  color: #fff;
}

#bbccontent {
  display: flex;
  flex-wrap: wrap;
}

#bbcright {
  width: 100%;
  background: rgba(0, 0, 0, 0.6);
  text-align: center;
  display: flex;
  flex-direction: column;
}

.instant-quote-link {
  color: #adacac !important;
  text-decoration: underline !important;
}

#bbcrtop {
  background: #000;
  text-align: center;
  padding-top: 25px;
  padding-bottom: 25px;
}

#bbcrtop p {
  padding-bottom: 6px;
  color: #fff;
}

#bbcrtop a {
  position: relative;
  display: inline-block;
  margin-left: 20px;
  margin-right: 20px;
  font-weight: normal;
  font-size: 16px;
  color: #fff;
}

#bbcrtop #bbcphone:before {
  content: '';
  display: inline-block;
  width: 11px;
  height: 18px;
  background: url('/images/icon-phone.png');
  position: absolute;
  top: 6px;
  left: 0;
  transition: 0.2s;
}

#bbcrtop #bbcemail:before {
  content: '';
  display: inline-block;
  width: 23px;
  height: 14px;
  background: url('/images/icon-mail.png');
  position: absolute;
  top: 9px;
  left: 0;
  transition: 0.2s;
}

#bbcrtop #bbcphone { padding-left: 20px; }
#bbcrtop #bbcemail { padding-left: 30px; }

#bbcright #bbcmap {
  display: inline-flex;
  width: 100%;
  align-items: center;
  justify-content: center;
  flex-grow: 1;
  padding: 50px 0;
  box-sizing: border-box;
}

#bbcright #bbcmap > img {
  display: block;
  width: 670px;
  height: auto;
  transition: 0.4s;
}

#bbcright #bbcmap > img:hover {
  transform: scale(1.04);
}

#bbcusam { display: none !important; }

@media screen and (max-width: 1920px) { #bottomcontact { margin-top: -300px; } #bottomcontact h2 { padding-top: 268px; } }
@media screen and (max-width: 1890px) { #bottomcontact { background-size: cover; } #bottomcontact h2 { padding-top: 250px; } }
@media screen and (max-width: 1260px) {
  #bottomcontact { padding-bottom: 80px; }
  #bbcrtop { padding-top: 45px; padding-bottom: 45px; }
  #bbcright #bbcmap > img { width: 530px; }
}
@media screen and (max-width: 1012px) {
  #bottomcontact { margin-top: -470px; }
  #bottomcontact h2 { padding-top: 420px; }
  #bbcp { padding: 0 5% 50px 5%; }
  #bbcrtop p { padding-bottom: 15px; }
}
@media screen and (max-width: 767px) {
  #bottomcontact { margin-top: -440px; padding-bottom: 70px; }
  #bottomcontact h2 { padding-top: 380px; }
  #bbcusa { display: none !important; }
  #bbcusam { display: inline-block !important; }
  #bbcright #bbcmap > img { width: 245px; }
}
@media screen and (max-width: 550px) { #bottomcontact { margin-top: -468px; } #bottomcontact h2 { padding-top: 410px; } }

footer#footer {
  background-color: #ededed;
  background-repeat: no-repeat;
  background-position: center top;
  padding-top: 80px;
  padding-bottom: 60px;
  clear: both;
}

footer#footer .sitewidth {
  text-align: center;
}

#footer1 {
  display: inline-block;
  width: 260px;
  vertical-align: top;
  margin: 0;
  text-align: left;
}

#footer1 a {
  display: inline-block;
  vertical-align: top;
  position: relative;
}

.footerlogo:before {
  content: "";
  display: block;
  height: 0;
  width: 2px;
  position: absolute;
  z-index: 41;
  top: 0;
  left: -11px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  opacity: 0;
  background: rgba(33, 32, 95, 0.5);
}

.footerlogo:after {
  content: "";
  display: block;
  height: 0;
  width: 2px;
  position: absolute;
  z-index: 41;
  bottom: 0;
  right: -13px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  opacity: 0;
  background: rgba(205, 32, 39, 0.5);
}

.footerlogo:hover:before {
  height: 80px;
  opacity: 1;
}

.footerlogo:hover:after {
  height: 80px;
  opacity: 1;
}

#f1div {
  border-top: 1px solid #ddd;
  margin-top: 30px;
  padding-top: 30px;
}

#f1div a:nth-child(1) {
  float: left;
}

#f1div a:nth-child(2) {
  margin: 0 0 0 20px;
}

#f1div a:nth-child(2) img {
  width: 175px;
}

#f1div a:nth-child(3) {
  margin: 20px 0 0 20px;
}

#f1div a:nth-child(3) img {
  width: 130px;
}

#footer2 {
  display: inline-block;
  width: 480px;
  vertical-align: top;
  margin: 0 20px 0 110px;
  text-align: left;
}

#footer2 div {
  display: inline-block;
  width: 50%;
  margin-left: -2px;
  margin-right: -2px;
  padding-bottom: 38px;
  vertical-align: top;
}

#footer2 div span {
  font-size: 24px;
  color: #000;
  font-weight: bold;
  display: block;
  padding-bottom: 10px;
}

#footer2 div a {
  font-weight: normal;
  display: block;
  color: #d9272e;
}

#footer2 div a:after {
  content: "";
  display: block;
}

#footer3 {
  display: inline-block;
  width: 260px;
  vertical-align: top;
  margin: 0 0 0 0;
  text-align: left;
}

#footer3 p {
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  color: #000;
  padding-bottom: 14px;
}

#footer3 a {
  padding-left: 30px;
  position: relative;
  font-weight: normal;
  text-align: left;
  display: inline-block;
  color: #d9272e;
}

#footer3 a:after {
  content: "";
  display: block;
  margin-bottom: 15px;
}

#footer3 #f3phone:before {
  content: "";
  display: inline-block;
  width: 21px;
  height: 23px;
  background: url('/images/footeri-phone.png');
  position: absolute;
  top: 4px;
  left: 0;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

#footer3 #f3email:before {
  content: "";
  display: inline-block;
  width: 21px;
  height: 14px;
  background: url('/images/footeri-mail.png');
  position: absolute;
  top: 9px;
  left: 0;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

#footer3 #f3contact:before {
  content: "";
  display: inline-block;
  width: 21px;
  height: 16px;
  background: url('/images/footeri-chat.png');
  position: absolute;
  top: 8px;
  left: 0;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

#footer3 #f3phone:hover:before, #footer3 #f3email:hover:before, #footer3 #f3contact:hover:before {
  left: -3px;
}

#f3div {
  text-align: center;
  position: relative;
  float: left;
  margin-top: 24px;
}

#f3div:before {
  content: "";
  height: 1px;
  width: 100%;
  display: block;
  background: #ddd;
  top: -17px;
  position: absolute;
}

#f3div a {
  display: inline-block;
  margin-left: 10px;
  margin-right: 10px;
  vertical-align: top;
  padding: 0;
}

#copyright {
  background: #d5d5d5;
  height: 80px;
  border-top: 0 solid #f7232b;
  text-align: left;
  float: left;
  width: 100%;
  clear: both;
  display: block;
  overflow: hidden;
  -webkit-box-shadow: inset 0 3px 6px rgba(0, 0, 0, 0.06);
  box-shadow: inset 0 3px 6px rgba(0, 0, 0, 0.06);
}

#copyright p, #copyright p a {
  line-height: 80px;
  font-size: 15px;
  color: #000;
  font-family: "Lato", sans-serif;
  font-weight: 300;
  padding-bottom: 0;
}

#footersocial {
  position: absolute;
  top: 27px;
  right: 0;
  width: 245px;
  height: 27px;
  z-index: 4;
  text-align: center;
}

#footersocial a {
  margin-left: 9px;
  display: inline-block;
  width: 38px;
  height: 27px;
  position: relative;
  background-position: center center;
  background-repeat: no-repeat;
}

#footersocial a:after {
  content: "\25A1";
  display: block;
  position: absolute;
  top: -13px;
  left: -14px;
  color: #000;
  font-size: 110px;
  font-weight: 300;
  line-height: 20px;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  opacity: 0;
  -webkit-transform: scale(0.5);
  transform: scale(0.5);
  z-index: -1;
}

#footersocial a:hover:after {
  opacity: 0.09;
  -webkit-transform: scale(1);
  transform: scale(1);
}

#footersocial a:first-child {
  margin-left: 0;
}

#social-f { background-image: url('/images/icon-facebook.png'); }
#social-y { background-image: url('/images/icon-youtube.png'); }
#social-p { background-image: url('/images/icon-pinterest.png'); }

@media screen and (max-width: 1260px) {
  #footer1, #footer2, #footer3 { margin: 0 40px 0 40px; width: auto; background: rgba(0, 51, 51, 0); }
  #footer1 { margin-left: 90px; text-align: center; }
  #footer2 { width: 460px; margin-right: 0; margin-left: 60px; clear: both; margin-top: 50px; }
  #footer3 { padding-top: 50px; text-align: center; max-width: 235px; clear: both; }
  .footerlogo { margin: 0 auto; }
  #f1div { width: 100%; }
  #f1div a { float: none !important; display: inline-block; vertical-align: middle; margin-left: 10px; margin-right: 10px; }
  #f3div { width: 100%; }
  #copyright { height: auto; padding-top: 30px; padding-bottom: 70px; }
  #copyright p, #copyright p a { line-height: normal; text-align: center; }
  #footersocial { top: 37px; right: inherit; left: 50%; width: 245px; margin-left: -115px; }
}

/* ===== Mobile utilities (hidden until mobile) ===== */
#mlogo, #mnumber { display: none; }
.slicknav_menu { display: none; }
.hum  { display: none !important; }
.hum3 { display: none !important; }

/* ===== ≤1012px — tablet/mobile ===== */
@media screen and (max-width: 1012px) {

    /* Global */
    body, p, a, li, input, textarea, div { line-height: 28px; }
    .mh  { display: none !important; }
    .hum { display: block !important; }
    .sitewidth { width: 90%; margin: 0 auto; }

    /* Desktop header off */
    header#header { display: none; }

    /* Banner shrinks to 30px on mobile */
    #announcement_banner { height: 30px; line-height: 30px; font-size: 16.2px; }
    #announcement_banner a { font-size: 14.58px; padding: 1px 8px; }
    .banner-hidden #announcement_banner { height: 0; }

    /* ---- SlickNav red bar (fixed) ---- */
    .slicknav_menu {
        display: block !important;
        position: fixed;
        top: 30px;
        left: 0;
        width: 100%;
        z-index: 1001;
        background: #d9272e;
        padding: 0;
        -webkit-box-shadow: 0 3px 4px rgba(0, 0, 0, 0.1);
        box-shadow: 0 3px 4px rgba(0, 0, 0, 0.1);
    }
    .banner-hidden .slicknav_menu { top: 0; }

    /* Hamburger button */
    .slicknav_btn {
        background-color: transparent;
        width: 58px;
        height: 54px;
        padding: 0;
        margin: 0;
        border-radius: 0;
        float: right;
        display: block;
        cursor: pointer;
        -webkit-box-shadow: none;
        box-shadow: none;
    }
    .slicknav_btn:hover { background: rgba(255, 255, 255, 0.05); }
    .slicknav_menu a { font-size: 16px; font-weight: bold; }

    /* Hamburger bars */
    .slicknav_menu .slicknav_icon-bar {
        -webkit-box-shadow: none;
        box-shadow: none;
        margin: 18px 0 0 17px;
        background-color: #fff;
        display: block;
        width: 24px !important;
        height: 4px !important;
        padding: 0;
    }
    .slicknav_menutxt { display: none !important; }

    /* Nav dropdown panel */
    .slicknav_nav {
        border-bottom: 0;
        overflow: hidden;
        position: relative;
        clear: both;
    }
    .slicknav_nav a {
        color: #fff;
        font-weight: 400;
        text-transform: uppercase;
        letter-spacing: 1px;
        margin: 0 !important;
        background: #006bb0;
        text-align: left;
        font-size: 15px;
        padding: 0 !important;
        height: 40px !important;
        line-height: 41px !important;
        border-bottom: 1px solid rgba(255, 255, 255, 0.1);
        -webkit-transition: none;
        transition: none;
        position: relative;
        font-family: "Oswald", sans-serif;
        display: block;
        text-decoration: none;
    }
    .slicknav_nav li { margin-left: 0; list-style: none; }
    .slicknav_nav li:last-child > a { border-bottom: 0; }
    .slicknav_nav li li:last-child > a { border-bottom: 1px solid rgba(255, 255, 255, 0.1); }
    .slicknav_nav a:hover { color: #fff; text-decoration: none; }
    .slicknav_nav .slicknav_row:hover,
    .slicknav_nav a:hover { background: #006fb6; color: #fff; border-radius: 0; }

    /* Indent levels */
    .slicknav_nav li a       { padding-left: 6% !important; width: 100%; box-sizing: border-box; }
    .slicknav_nav li li a    { padding-left: 4% !important; width: 100%; box-sizing: border-box; }
    .slicknav_nav li li li a { padding-left: 4% !important; width: 100%; box-sizing: border-box; }

    /* Dropdown label (no bg, no border) */
    .slicknav_nav li a.dropdown,
    .slicknav_nav li a.dropdown2 {
        padding-left: 0 !important;
        background: none;
        border-bottom: none !important;
        width: auto;
        height: 100%;
        position: relative;
    }
    .slicknav_nav li a.dropdown2::before { display: none; }
    .slicknav_nav li a.dropdown:hover { color: #83ceff; }

    /* Sub-menu links */
    .slicknav_nav li li a {
        color: #fff;
        text-transform: none;
        font-family: "Oswald", sans-serif;
        font-weight: 400;
    }
    .slicknav_nav li li li a { color: #fff; }

    /* Expand arrow */
    .slicknav_nav .slicknav_arrow {
        display: block;
        position: absolute;
        top: -3px;
        right: 16px;
        font-size: 24px;
        color: rgba(255, 255, 255, 0.99);
        -webkit-transition: 0.4s all;
        transition: 0.4s all;
    }

    /* menulast (Instant Quote / 3D Designer) buttons */
    .menulast { width: inherit; margin-left: 0 !important; }
    .menulast.designer { margin-left: 0 !important; }
    .menulast:before { display: none; }
    .slicknav_nav .menulast a.buttons {
        background: #006bb0 !important;
        width: 100% !important;
        box-sizing: border-box !important;
        height: 40px !important;
        line-height: 41px !important;
        margin: 0 !important;
        border-radius: 0 !important;
        font-size: 15px !important;
        padding-left: 6% !important;
        display: block !important;
        text-align: left !important;
        text-decoration: none !important;
        border-bottom: 1px solid rgba(255, 255, 255, 0.1) !important;
        color: #fff !important;
    }

    /* Logo & phone overlaid on slicknav bar */
    #mlogo {
        display: block;
        position: fixed;
        top: 42px;
        left: 9px;
        width: 76px;
        height: 30px;
        background: url(/images/diy-pole-barns-white-logo.png) no-repeat;
        background-size: cover;
        z-index: 1002;
    }
    #mnumber {
        display: block;
        position: fixed;
        top: 42px;
        left: 105px;
        color: rgba(255, 255, 255, 0.6);
        font-weight: normal;
        font-size: 16px;
        font-family: "Oswald", sans-serif;
        text-decoration: none;
        line-height: 28px;
        z-index: 1002;
    }
    #mnumber:hover { text-decoration: none; }
    .banner-hidden #mlogo  { top: 12px; }
    .banner-hidden #mnumber { top: 12px; }

    /* ---- Box 1 — top margin clears banner + slicknav ---- */
    #box1 { margin-top: 84px; }
    .banner-hidden #box1 { margin-top: 54px; }

    /* ---- Box 2 ---- */
    #box2 { padding-top: 50px; padding-bottom: 40px; }
    #box2 p { padding-left: 5%; padding-right: 5%; }

    /* ---- Box 3 ---- */
    #box3 a {
        width: 50%;
        border-bottom: 1px solid #000;
    }
    #box3 a:nth-child(even):after {
        content: '';
        display: block;
        height: 100%;
        width: 1px;
        background: #000;
        position: absolute;
        top: 0;
        left: 0;
    }
    #box3 .b3desc { font-size: 20px; line-height: 26px; }

    /* ---- Box 4 ---- */
    #box4 { padding-top: 90px; padding-bottom: 120px; }

    /* ---- Box 5 ---- */
    .hum {
        display: block !important;
        width: 100%;
        max-width: 400px;
        margin: 0 auto 30px auto;
    }

    /* ---- Bottom Contact ---- */
    #bbcright { width: 100%; float: none; }
    #bbcrtop { padding-left: 5%; padding-right: 5%; }

    /* ---- Footer ---- */
    .scroll-to-top { display: none !important; }
    #footer1, #footer2, #footer3 { margin: inherit; }
    #footer1 { text-align: center; }
    #footer2 {
        width: 100%;
        margin: inherit;
        text-align: center;
        padding-top: 50px;
    }
    #footer2 div { width: 100%; }
    #footer3 { padding-top: 30px; }
}

/* ===== ≤767px — small mobile ===== */
@media screen and (max-width: 767px) {
    .mh3  { display: none !important; }
    .hum3 { display: block !important; }

    /* Box 2 */
    #box2 { padding-top: 40px; padding-bottom: 30px; }
    #box2 p { line-height: 32px; }

    /* Box 3 */
    #box3 a { width: 100%; }
    #box3 a:nth-child(even):after { display: none; }
    #box3 .b3desc { font-size: 16px; line-height: 20px; }

    /* Box 4 */
    #box4 { padding-top: 70px; padding-bottom: 100px; }

    /* Box 5 */
    #box5content h2 { font-size: 35px; line-height: 43px; }

    /* Box 6 */
    #b6content { width: 85%; }
    #b6content p { font-size: 22px; line-height: 28px; }
    #b6content .buttons { width: 100%; margin: 20px auto 0 auto; }
    #b6content:before { top: -70px; left: 0; }
    #b6content:after { display: none; }

    /* Bottom Contact */
    #bottomcontact { margin-top: -440px; padding-bottom: 70px; }
    #bottomcontact h2 { padding-top: 380px; }
    #bbcusa  { display: none !important; }
    #bbcusam { display: inline-block !important; }
    #bbcright #bbcmap > img { width: 245px; height: auto; }

    /* Footer */
    footer#footer { padding-bottom: 70px; }
    #f1div { text-align: center; }
    #f1div a {
        display: block;
        width: auto;
        float: none !important;
        margin: 0 auto !important;
        text-align: center;
        margin-bottom: 20px !important;
        vertical-align: inherit;
    }
    #f1div a img { display: inline-block; }
    #footer2 { padding-top: 60px; }
    #copyright p, #copyright p a { font-size: 13px; }
    #footersocial { top: 47px; }
}

/* ===== ≤550px ===== */
@media screen and (max-width: 550px) {
    #bottomcontact { margin-top: -468px; }
    #bottomcontact h2 { padding-top: 410px; }
}

/* Back to Top Button ================================================================================================ */
.scroll-to-top {
    position: fixed;
    background: url('/images/backtotop.png') no-repeat 50% 44% rgba(247, 35, 43, 0.7);
    cursor: pointer;
    width: 45px;
    height: 40px;
    bottom: 18px;
    right: 18px;
    display: none;
    z-index: 999;
    -webkit-transition: background-color 0.2s;
    transition: background-color 0.2s;
    border-radius: 0;
}

.scroll-to-top:hover {
    background-color: #f7232b;
}

/* ===== Custom Kits Page (custom-kits.php) ===== */

/* ---- Hero ---- */
#hero {
  background: url('/images/bg8.jpg') center center / cover no-repeat fixed;
  min-height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  position: relative;
  margin-top: 139px;
}
#hero::before {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(to bottom, rgba(0,50,100,0.55) 0%, rgba(0,30,70,0.4) 100%);
}
#hero-content {
  position: relative;
  z-index: 2;
  padding: 40px 20px;
}
#hero-content h1 {
  font-size: clamp(48px, 8vw, 95px);
  font-weight: 700;
  color: #fff;
  text-transform: uppercase;
  text-shadow: 1px 1px 8px rgba(0,0,0,0.35);
  margin-bottom: 30px;
  letter-spacing: 2px;
}
.banner-hidden #hero { margin-top: 89px; }

/* ---- Btn Main ---- */
.btn-main {
  display: inline-block;
  background: #d9272e;
  color: #fff !important;
  font-family: 'Oswald', sans-serif;
  font-size: 26px;
  font-weight: 400;
  padding: 0 50px;
  height: 80px;
  line-height: 80px;
  border-radius: 2px;
  transition: background 0.2s;
}
.btn-main:hover { background: #e03d43; text-decoration: none !important; }

/* ============================================================
   Custom Kits Page - Nav Strip (#box2.navstrip)
============================================================ */
#box2.navstrip {
    padding-top: 20px;
    padding-bottom: 20px;
    background: #fff;
    background-image: none;
    text-align: center;
    -webkit-box-shadow: 0 0 6px rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 6px rgba(0, 0, 0, 0.2);
    position: relative;
    z-index: 4;
}

#box2.navstrip a {
    display: inline-block;
    width: 20%;
    padding-right: 2%;
    height: 108px;
    line-height: 108px;
    margin-left: 1%;
    margin-right: 1%;
    background: no-repeat;
    text-align: right;
    position: relative;
    color: #000;
    font-family: "Oswald", sans-serif;
    font-size: 22px;
    font-weight: 400;
    text-decoration: none;
}

#box2.navstrip a:nth-child(1):after,
#box2.navstrip a:nth-child(2):after,
#box2.navstrip a:nth-child(3):after {
    content: '';
    display: block;
    width: 1px;
    height: 100%;
    top: 0;
    background: #ddd;
    position: absolute;
    right: -13px;
    cursor: default;
}

#box2.navstrip a:hover {
    color: #005f9c;
    text-decoration: none;
    background-color: rgba(0, 95, 156, 0.02);
}

/* Icons and per-link sizing are set via inline styles in the PHP link data arrays */

/* ============================================================
   Post Frame Advantage Page - Nav Strip (#box2.navstrip-post-frame-advantage)
============================================================ */
#box2.navstrip-post-frame-advantage {
    background: #f7232b;
}

#box2.navstrip-post-frame-advantage a {
    color: #fff;
    text-align: center;
    padding-right: 0;
    height: 68px;
    line-height: 68px;
    width: 20%;
    background-image: none !important;
}

#box2.navstrip-post-frame-advantage a:nth-child(1):after,
#box2.navstrip-post-frame-advantage a:nth-child(2):after,
#box2.navstrip-post-frame-advantage a:nth-child(3):after {
    background: #d0080f;
}

#box2.navstrip-post-frame-advantage a:hover {
    color: #fff;
    background-color: rgba(255, 255, 255, 0.1);
}

@media screen and (max-width: 1012px) {
    #box2.navstrip-post-frame-advantage a {
        border-bottom: 1px solid #d0080f !important;
        text-align: center !important;
        padding-right: 0 !important;
        margin-left: auto !important;
        margin-right: auto !important;
    }
    #box2.navstrip-post-frame-advantage a:nth-child(3),
    #box2.navstrip-post-frame-advantage a:nth-child(4) {
        border-bottom: 0 !important;
    }
}

@media screen and (max-width: 800px) {
    #box2.navstrip-post-frame-advantage a:nth-child(3) {
        border-bottom: 1px solid #d0080f !important;
    }
    #box2.navstrip-post-frame-advantage a:nth-child(4) {
        border-bottom: 0 !important;
    }
}

@media screen and (max-width: 1260px) {
    #box2.navstrip a {
        font-size: 18px;
        height: 88px;
        line-height: 88px;
        width: 21%;
        padding-right: 1%;
    }
    #box2.navstrip a:nth-child(1) { background-position: 4% 50%; }
    #box2.navstrip a:nth-child(2) { background-position: 5% 50%; }
    #box2.navstrip a:nth-child(3) { background-position: 8% 50%; padding-right: 1.5%; width: 20.5%; }
    #box2.navstrip a:nth-child(4) { background-position: 16% 50%; padding-right: 3%; width: 19%; }
    #box2.navstrip a:nth-child(1):hover { background-position: 4% 45%; }
    #box2.navstrip a:nth-child(2):hover { background-position: 5% 45%; }
    #box2.navstrip a:nth-child(3):hover { background-position: 8% 45%; }
    #box2.navstrip a:nth-child(4):hover { background-position: 16% 45%; }
}

@media screen and (max-width: 1012px) {
    #box2.navstrip {
        padding-top: 0;
        padding-bottom: 0;
    }
    #box2.navstrip a {
        display: block;
        width: 80% !important;
        max-width: 260px;
        height: 78px;
        line-height: 78px;
        font-size: 20px;
        padding-right: 5% !important;
        margin-left: auto;
        margin-right: auto;
        border-bottom: 1px solid #ddd;
        text-align: right;
    }
    #box2.navstrip a:nth-child(3),
    #box2.navstrip a:nth-child(4) {
        border-bottom: 0;
    }
    #box2.navstrip a:nth-child(1):after,
    #box2.navstrip a:nth-child(2):after,
    #box2.navstrip a:nth-child(3):after {
        display: none;
    }
    #box2.navstrip a:nth-child(1) { background-position: 4% 50% !important; }
    #box2.navstrip a:nth-child(2) { background-position: 3% 50% !important; }
    #box2.navstrip a:nth-child(3) { background-position: 6% 50% !important; }
    #box2.navstrip a:nth-child(4) { background-position: 4% 50% !important; }
}

@media screen and (max-width: 800px) {
    #box2.navstrip a {
        width: 95% !important;
        max-width: 330px;
        margin-left: auto;
        margin-right: auto;
    }
    #box2.navstrip a:nth-child(3) {
        border-bottom: 1px solid #ddd;
    }
}

/* ============================================================
   Post Frame Advantage Page - Section.box8
============================================================ */
.box8 {
    padding-top: 100px;
    padding-bottom: 90px;
    background-color: #005f9c;
    clear: both;
    position: relative;
    box-shadow: 0 0 12px rgba(0, 0, 0, 0.2);
    z-index: 2;
}

.box8 h2 {
    font-size: 45px;
    line-height: 52px;
    color: #fff;
    font-weight: bold;
    text-transform: uppercase;
    margin: 0 auto;
    margin-bottom: 40px;
}

.box8 p {
    padding-bottom: 30px;
    color: #fff;
}

.box8 p a {
    color: #fff;
    text-decoration: underline;
}

.box8 .buttons {
    height: 60px;
    line-height: 58px;
    margin-top: 15px;
    width: 300px;
}

.box8-questions {
    text-align: center;
    padding-bottom: 100px;
    background-image: url('/images/bg5flipped.png');
    background-position: left top;
    background-repeat: no-repeat;
}

.box8-questions .buttons {
    width: auto;
    display: inline-block;
    padding: 0 25px;
    margin: 5px;
}

.box8 hr {
    display: block;
    width: 100%;
    border: 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.4);
    margin-bottom: 35px;
    margin-top: 32px;
}

/* ============================================================
   Post Frame Advantage Page - Card component
============================================================ */
.white { color: #fff; }

.card {
    display: flex;
    flex-wrap: wrap;
    box-sizing: border-box;
}

.card > div {
    flex-basis: auto;
    width: 75%;
    box-sizing: border-box;
}

.card .image {
    display: inline-block;
    width: 25%;
    height: fit-content;
    position: relative;
    background-color: black;
    overflow: hidden;
}

.card .image::after {
    width: 100%;
    content: '';
    display: block;
    padding-bottom: 150%;
    box-sizing: border-box;
}

.card .image > img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    transition: all .3s;
}

.card .text {
    padding-left: 2rem;
}

@media screen and (max-width: 728px) {
    .card .image::after { padding-bottom: 56.25%; }
    .card .text { padding-left: 0; padding-top: 0.5rem; }
    .card > div, .card .image { width: 100%; }
    .card .image > img { object-position: top; }
}

/* ============================================================
   Post Frame Advantage Page - #box6 spacer + section#box5 CTA
============================================================ */
#box6:empty {
    display: none;
}

section#box5 {
    padding-top: 100px;
    padding-bottom: 80px;
    background: url('/images/pattern1.png');
    text-align: center;
    clear: both;
    position: relative;
    box-shadow: 0 0 12px rgba(0, 0, 0, 0.2);
    z-index: 2;
}

section#box5 h2 {
    font-size: 45px;
    line-height: 52px;
    color: #005f9c;
    font-weight: bold;
    text-transform: uppercase;
    margin: 0 auto;
    margin-bottom: 40px;
}

section#box5 p {
    padding-bottom: 30px;
}

section#box5 .buttons {
    height: 60px;
    line-height: 58px;
    margin-top: 15px;
    width: auto;
    display: inline-block;
    padding: 0 25px;
}

@media screen and (max-width: 1012px) {
    section#box5 h2 {
        font-size: 40px;
        line-height: 45px;
    }
}

/* ============================================================
   Pole Barn Garage Page - Box4 (#box4.pole-barn-garage)
============================================================ */
#box4.pole-barn-garage {
    background: #005f9c;
    padding: 0;
    text-align: left;
    background-image: none;
    background-size: auto;
}

#box4.pole-barn-garage #box4sub {
    background: url('/images/bg5flipped.png') left top no-repeat;
    padding-top: 90px;
    padding-bottom: 80px;
}

#box4.pole-barn-garage #box4content {
    width: 39%;
    float: left;
    margin-right: 4%;
}

#box4.pole-barn-garage #box4content h2 {
    color: #fff;
    font-size: 40px;
    font-weight: bold;
    padding-bottom: 22px;
    text-transform: uppercase;
    line-height: 52px;
    margin-bottom: 0;
}

#box4.pole-barn-garage #box4content h3 {
    color: #fff;
    font-size: 24px;
    font-weight: bold;
    padding-bottom: 22px;
    padding-top: 15px;
    line-height: 28px;
    letter-spacing: 0;
}

#box4.pole-barn-garage #box4content p {
    color: #fff;
    max-width: none;
    margin: 0 0 18px;
    font-size: 18px;
}

#box4.pole-barn-garage #box4content a {
    color: #adacac;
    text-decoration: underline;
}

#box4.pole-barn-garage #box4content a:hover {
    color: #c6c5c5;
}

#box4.pole-barn-garage #box4content > div:nth-child(2) {
    border-top: 1px solid #2476aa;
    padding-top: 30px;
    margin-top: 10px;
}

#box4.pole-barn-garage #box4content > div:nth-child(2) p {
    font-size: 14px;
    line-height: 24px;
}

#box4.pole-barn-garage img.hum {
    display: block !important;
    float: right;
    width: 630px;
}

@media screen and (max-width: 1260px) {
    #box4.pole-barn-garage #box4sub {
        padding-top: 80px;
        padding-bottom: 60px;
    }
    #box4.pole-barn-garage #box4content {
        width: 48%;
        margin-left: 6%;
        margin-right: 0;
    }
    #box4.pole-barn-garage img.hum {
        width: 350px;
        margin-right: 5%;
    }
}

@media screen and (max-width: 1012px) {
    #box4.pole-barn-garage #box4sub {
        padding-top: 60px;
        padding-bottom: 50px;
        background-size: cover;
    }
    #box4.pole-barn-garage img.hum {
        width: 100%;
        max-width: 350px;
        float: none;
        margin-right: inherit;
        margin: 0 auto;
        margin-top: 10px;
    }
    #box4.pole-barn-garage #box4content {
        width: 90%;
        float: none;
        margin-left: inherit;
        margin: 0 auto;
    }
    #box4.pole-barn-garage #box4content h2 {
        font-size: 40px;
        line-height: 45px;
    }
}

/* ============================================================
   Features Page - Box4 (#box4.features)
============================================================ */
#box4.features {
    background: url('/images/bg11.jpg') right top no-repeat #005f9c;
    padding: 0;
    text-align: left;
}

#box4.features #box4sub {
    background: url('/images/bg5flipped.png') left top no-repeat;
    padding-top: 90px;
    padding-bottom: 80px;
}

#box4.features #box4content {
    width: 40%;
    float: left;
    margin-right: 4%;
}

#box4.features #box4content h2 {
    color: #fff;
    font-size: 45px;
    font-weight: bold;
    padding-bottom: 22px;
    margin-bottom: 0;
    text-transform: uppercase;
    line-height: 52px;
}

#box4.features #box4content h3 {
    color: #fff;
    font-size: 24px;
    font-weight: bold;
    padding-bottom: 22px;
    padding-top: 15px;
    line-height: 28px;
}

#box4.features #box4content p {
    color: #fff;
    margin: 0;
    font-size: 18px;
    max-width: none;
}

#box4.features #box4content a {
    color: #adacac;
    text-decoration: underline;
}

#box4.features #box4content a:hover {
    color: #c6c5c5;
}

#box4.features #box4content > div:nth-child(2) {
    border-top: 1px solid #2476aa;
    padding-top: 30px;
    margin-top: 10px;
}

#box4.features #box4content > div:nth-child(2) p {
    font-size: 14px;
    line-height: 24px;
}

#box4.features img.hum {
    display: none;
}

@media screen and (max-width: 1890px) {
    #box4.features {
        background: url('/images/bg11.jpg') 800px top no-repeat #005f9c;
    }
}

@media screen and (max-width: 1650px) {
    #box4.features {
        background: url('/images/bg11.jpg') 680px top no-repeat #005f9c;
    }
}

@media screen and (max-width: 1410px) {
    #box4.features {
        background: url('/images/bg11.jpg') 630px top no-repeat #005f9c;
    }
}

@media screen and (max-width: 1336px) {
    #box4.features {
        background: #005f9c;
    }
    #box4.features img.hum {
        display: block !important;
        float: right;
        width: 630px;
    }
}

@media screen and (max-width: 1260px) {
    #box4.features #box4sub {
        padding-top: 70px;
        padding-bottom: 50px;
    }
    #box4.features #box4content {
        width: 48%;
        margin-left: 6%;
    }
    #box4.features img.hum {
        width: 350px;
        margin-right: 5%;
    }
}

@media screen and (max-width: 1012px) {
    #box4.features #box4sub {
        padding-top: 60px;
        padding-bottom: 50px;
        -moz-background-size: cover;
        -o-background-size: cover;
        -webkit-background-size: cover;
        background-size: cover;
    }
    #box4.features img.hum {
        width: 100%;
        max-width: 350px;
        float: none;
        margin-right: inherit;
        margin: 0 auto;
        margin-top: 10px;
    }
    #box4.features #box4content {
        width: 90%;
        float: none;
        margin-left: inherit;
        margin: 0 auto;
    }
    #box4.features #box4content h2 {
        font-size: 40px;
        line-height: 45px;
    }
}

/* ============================================================
   Features Page - Box5 (#box5.features)
============================================================ */
#box5.features {
    background: url('/images/pic8.jpg') left top no-repeat #005f9c;
    background-size: auto 100%;
}

#box5.features #box5sub {
    background: url('/images/bg6.png') right bottom no-repeat;
    padding-top: 80px;
    padding-bottom: 80px;
}

#box5.features #box5content {
    width: 40%;
    float: right;
    margin-right: 3%;
}

#box5.features #box5content h2 {
    color: #fff;
    font-size: 45px;
    font-weight: bold;
    padding-bottom: 22px;
    text-transform: uppercase;
    line-height: 52px;
}

#box5.features #box5content h3 {
    color: #fff;
    font-size: 24px;
    font-weight: bold;
    padding-bottom: 22px;
    padding-top: 15px;
    line-height: 28px;
}

#box5.features #box5content p {
    color: #fff;
}

#box5.features #box5content a {
    color: #adacac;
    text-decoration: underline;
}

#box5.features #box5content a:hover {
    color: #c6c5c5;
}

#box5.features #box5content ul {
    padding-top: 10px;
}

#box5.features #box5content li {
    margin-bottom: 10px;
    list-style-type: disc;
    color: #fff;
    margin-left: 40px;
    line-height: 22px;
}

#box5.features img.hum {
    display: none;
}

@media screen and (max-width: 1890px) {
    #box5.features {
        background: url('/images/pic8.jpg') -130px top no-repeat #005f9c;
    }
}

@media screen and (max-width: 1650px) {
    #box5.features {
        background: url('/images/pic8.jpg') -230px top no-repeat #005f9c;
    }
}

@media screen and (max-width: 1410px) {
    #box5.features {
        background: url('/images/pic8.jpg') -270px top no-repeat #005f9c;
    }
}

@media screen and (max-width: 1336px) {
    #box5.features {
        background: #005f9c;
    }
    #box5.features img.hum {
        display: block !important;
        float: left;
        width: 580px;
    }
}

@media screen and (max-width: 1260px) {
    #box5.features #box5sub {
        padding-top: 70px;
        padding-bottom: 60px;
    }
    #box5.features #box5content {
        width: 48%;
        margin-right: 5%;
    }
    #box5.features img.hum {
        width: 350px;
        margin-left: 5%;
    }
}

@media screen and (max-width: 1012px) {
    #box5.features #box5sub {
        padding-top: 60px;
        padding-bottom: 50px;
        -moz-background-size: cover;
        -o-background-size: cover;
        -webkit-background-size: cover;
        background-size: cover;
        text-align: left;
    }
    #box5.features img.hum {
        width: 100%;
        max-width: 350px;
        float: none;
        margin-left: inherit;
        margin: 0 auto;
        margin-top: 40px;
    }
    #box5.features #box5content {
        width: 90%;
        float: none;
        margin-right: inherit;
        margin: 0 auto;
        text-align: left;
    }
    #box5.features #box5content h2 {
        font-size: 40px;
        line-height: 45px;
    }
}

/* ============================================================
   Features Page - Box7 (#box7)
============================================================ */
#box7 {
    padding-top: 10px;
    background: url('/images/pattern1.png');
}

/* ============================================================
   Features Page - Box6 (#box6.features)
============================================================ */
#box6.features {
    background: url('/images/pic9.jpg') right top no-repeat #005f9c;
}

#box6.features #box6sub {
    background: url('/images/bg5flipped.png') left top no-repeat;
    padding-top: 90px;
    padding-bottom: 80px;
}

#box6.features #box6content {
    width: 40%;
    float: left;
    margin-right: 4%;
}

#box6.features #box6content h2 {
    color: #fff;
    font-size: 45px;
    font-weight: bold;
    padding-bottom: 22px;
    text-transform: uppercase;
    line-height: 52px;
}

#box6.features #box6content h3 {
    color: #fff;
    font-size: 24px;
    font-weight: bold;
    padding-bottom: 22px;
    padding-top: 15px;
    line-height: 28px;
}

#box6.features #box6content p {
    color: #fff;
}

#box6.features #box6content a {
    color: #adacac;
    text-decoration: underline;
}

#box6.features #box6content a:hover {
    color: #c6c5c5;
}

#box6.features #box6content > div:nth-child(2) {
    border-top: 1px solid #2476aa;
    padding-top: 30px;
    margin-top: 10px;
}

#box6.features #box6content > div:nth-child(2) p {
    font-size: 14px;
    line-height: 24px;
}

#box6.features img.hum {
    display: none;
}

@media screen and (max-width: 1890px) {
    #box6.features {
        background: url('/images/bg11.jpg') 817px top no-repeat #005f9c;
    }
    #box6.features #box6content {
        width: 42%;
    }
}

@media screen and (max-width: 1650px) {
    #box6.features {
        background: url('/images/bg11.jpg') 717px top no-repeat #005f9c;
    }
}

@media screen and (max-width: 1410px) {
    #box6.features {
        background: url('/images/bg11.jpg') 677px top no-repeat #005f9c;
    }
}

@media screen and (max-width: 1336px) {
    #box6.features {
        background: #005f9c;
    }
    #box6.features img.hum {
        display: block !important;
        float: right;
        width: 630px;
    }
}

@media screen and (max-width: 1260px) {
    #box6.features #box6sub {
        padding-top: 80px;
        padding-bottom: 60px;
    }
    #box6.features #box6content {
        width: 48%;
        margin-left: 6%;
    }
    #box6.features img.hum {
        width: 350px;
        margin-right: 5%;
    }
}

@media screen and (max-width: 1012px) {
    #box6.features #box6sub {
        padding-top: 60px;
        padding-bottom: 50px;
        -moz-background-size: cover;
        -o-background-size: cover;
        -webkit-background-size: cover;
        background-size: cover;
    }
    #box6.features img.hum {
        width: 100%;
        max-width: 350px;
        float: none;
        margin-right: inherit;
        margin: 0 auto;
        margin-top: 20px;
    }
    #box6.features #box6content {
        width: 90%;
        float: none;
        margin-left: inherit;
        margin: 0 auto;
    }
    #box6.features #box6content h2 {
        font-size: 40px;
        line-height: 45px;
    }
}

/* ============================================================
   Features Page - Box8 (#box8)
============================================================ */
#box8 {
    padding-top: 90px;
    padding-bottom: 70px;
    background: url('/images/pattern1.png');
    text-align: center;
    clear: both;
    position: relative;
    box-shadow: 0 0 12px rgba(0, 0, 0, 0.2);
    z-index: 2;
}

#box8 h2 {
    font-size: 45px;
    line-height: 52px;
    color: #000;
    font-weight: bold;
    text-transform: uppercase;
    max-width: 700px;
    margin: 0 auto;
    margin-bottom: 40px;
}

#box8 p {
    width: 1170px;
    max-width: 100%;
    font-size: 18px;
    line-height: 28px;
}

@media screen and (max-width: 1410px) {
    #box8 {
        padding-top: 80px;
        padding-bottom: 80px;
    }
}

@media screen and (max-width: 1012px) {
    #box8 {
        padding-top: 70px;
        padding-bottom: 50px;
    }

    #box8 h2 {
        font-size: 32px;
        line-height: 37px;
    }
}

@media screen and (max-width: 767px) {
    #box8 {
        padding-top: 60px;
        padding-bottom: 50px;
    }
}

/* ============================================================
   Custom Kits Page - Box4 (#box4.customkits)
============================================================ */
#box4.customkits {
    background: url('/images/bg9.jpg') right top no-repeat #005f9c;
    padding: 0;
    text-align: left;
    background-image: url('/images/bg9.jpg');
    background-size: auto;
    background-color: #005f9c;
}

#box4.customkits #box4sub {
    background: url('/images/bg5flipped.png') left top no-repeat;
    padding-top: 90px;
    padding-bottom: 80px;
}

#box4.customkits #box4content {
    width: 39%;
    float: left;
    margin-right: 4%;
}

#box4.customkits #box4content h2 {
    color: #fff;
    font-size: 45px;
    font-weight: bold;
    padding-bottom: 22px;
    margin-bottom: 0;
    text-transform: uppercase;
    line-height: 52px;
}

#box4.customkits #box4content h3 {
    color: #fff;
    font-size: 24px;
    font-weight: bold;
    padding-bottom: 22px;
    padding-top: 15px;
    line-height: 28px;
}

#box4.customkits #box4content p {
    color: #fff;
    margin: 0;
    font-size: 18px;
    max-width: none;
}

#box4.customkits #box4content a {
    color: #adacac;
    text-decoration: underline;
}

#box4.customkits #box4content a:hover {
    color: #c6c5c5;
}

#box4.customkits #box4content > div:nth-child(2) {
    border-top: 1px solid #2476aa;
    padding-top: 30px;
    margin-top: 10px;
}

#box4.customkits #box4content > div:nth-child(2) p {
    font-size: 14px;
    line-height: 24px;
}

#box4.customkits img.hum {
    display: none;
}

@media screen and (max-width: 1890px) {
    #box4.customkits {
        background: url('/images/bg9.jpg') 800px top no-repeat #005f9c;
    }
}

@media screen and (max-width: 1650px) {
    #box4.customkits {
        background: url('/images/bg9.jpg') 680px top no-repeat #005f9c;
    }
}

@media screen and (max-width: 1410px) {
    #box4.customkits {
        background: url('/images/bg9.jpg') 630px top no-repeat #005f9c;
    }
}

@media screen and (max-width: 1336px) {
    #box4.customkits {
        background: #005f9c;
    }
    #box4.customkits img.hum {
        display: block !important;
        float: right;
        width: 630px;
    }
}

@media screen and (max-width: 1260px) {
    #box4.customkits #box4sub {
        padding-top: 80px;
        padding-bottom: 60px;
    }
    #box4.customkits #box4content {
        width: 48%;
        margin-left: 6%;
    }
    #box4.customkits img.hum {
        width: 350px;
        margin-right: 5%;
    }
}

@media screen and (max-width: 1012px) {
    #box4.customkits #box4sub {
        padding-top: 60px;
        padding-bottom: 50px;
        background-size: cover;
    }
    #box4.customkits img.hum {
        width: 100%;
        max-width: 350px;
        float: none;
        margin-right: inherit;
        margin: 0 auto;
        margin-top: 10px;
    }
    #box4.customkits #box4content {
        width: 90%;
        float: none;
        margin-left: inherit;
        margin: 0 auto;
    }
    #box4.customkits #box4content h2 {
        font-size: 40px;
        line-height: 45px;
    }
}

/* ============================================================
   Custom Kits Page - Stories (#storiesbox)
============================================================ */
#storiesbox {
    padding-top: 80px;
    padding-bottom: 250px;
    background: url('/images/pattern3.png');
    text-align: center;
}

#storiesbox h2 {
    font-size: 45px;
    line-height: 52px;
    color: #000;
    font-weight: bold;
    text-transform: uppercase;
    text-align: center;
    margin-bottom: 20px;
}

#storiesboxchat {
    display: inline-block;
    padding-left: 40px;
    background: url('/images/icon-chat.png') no-repeat left 50%;
    font-size: 26px;
    font-weight: normal;
    margin-bottom: 40px;
    color: #D9272E;
    text-decoration: none;
}

#storiesboxchat:hover {
    color: #D9272E;
    text-decoration: underline;
}

#storiesbox .story {
    display: none;
}

#storiesboxcontent {
    border-top: 1px solid #c9c9c9;
    padding-top: 50px;
    text-align: left;
    position: relative;
    z-index: 5;
}

#storiesboxcontent img {
    float: left;
    margin-left: 50px;
}

#storiesboxcontentsub {
    float: right;
    width: 750px;
    margin-right: 20px;
}

#storiesboxcontentsub h3 {
    font-size: 24px;
    letter-spacing: 0;
    font-weight: bold;
    padding-bottom: 20px;
}

#storiesboxcontentsub p {
    font-size: 18px;
    line-height: 30px;
    padding-bottom: 18px;
    color: #000;
}

@media screen and (max-width: 1890px) {
    #storiesbox {
        padding-bottom: 270px;
    }
}

@media screen and (max-width: 1260px) {
    #storiesbox {
        padding-top: 70px;
        padding-bottom: 230px;
    }
    #storiesboxcontentsub {
        width: 580px;
    }
}

@media screen and (max-width: 1012px) {
    #storiesbox {
        padding-bottom: 200px;
    }
    #storiesbox h2 {
        font-size: 40px;
        line-height: 47px;
    }
    #storiesboxcontent img {
        float: none;
        margin-left: inherit;
        width: 100%;
        max-width: 250px;
        margin: 0 auto;
        display: block;
    }
    #storiesboxcontentsub {
        width: 100%;
        float: none;
        text-align: center;
        padding-top: 20px;
    }
}

@media screen and (max-width: 767px) {
    #storiesbox {
        padding-top: 60px;
        padding-bottom: 200px;
    }
    #storiesboxchat {
        font-size: 22px;
        padding-left: inherit;
        padding-bottom: 36px;
        background-position: 50% 65px;
    }
}

@media screen and (max-width: 400px) {
    #storiesbox {
        padding-bottom: 160px;
    }
}

/* ---- Down arrow ---- */
.down-arrow {
  display: block;
  width: 60px;
  height: 60px;
  background: rgba(255,255,255,0.5);
  border-radius: 50%;
  position: absolute;
  bottom: 30px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 5;
  transition: background 0.2s;
}
.down-arrow::after {
  content: '▼';
  display: block;
  text-align: center;
  line-height: 60px;
  color: #fff;
  font-size: 20px;
}
.down-arrow:hover { background: rgba(255,255,255,0.75); text-decoration: none; }

/* ---- Nav Strip ---- */
#nav-strip {
  background: #fff;
  box-shadow: 0 0 6px rgba(0,0,0,0.15);
  position: relative;
  z-index: 10;
  text-align: center;
  padding: 0;
}
#nav-strip .inner {
  max-width: 1170px;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
#nav-strip a {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 0 28px;
  height: 108px;
  font-family: 'Oswald', sans-serif;
  font-size: 20px;
  font-weight: 400;
  color: #000;
  border-right: 1px solid #ddd;
  transition: color 0.2s;
}
#nav-strip a:last-child { border-right: none; }
#nav-strip a:hover { color: #005f9c; text-decoration: none; }
#nav-strip .icon { font-size: 28px; }

/* ---- Intro ---- */
#intro {
  background: url('/images/pattern1.png');
  padding: 80px 20px;
  text-align: center;
}
#intro p { font-size: 22px; line-height: 40px; max-width: 860px; margin: 0 auto; padding-bottom: 0; }
#intro p + p { margin-top: 8px; }

/* ---- Customize ---- */
#customize {
  background: #005f9c url('/images/bg9.jpg') right top / auto 100% no-repeat;
  padding: 90px 20px;
}
.customize-inner { max-width: 1170px; margin: 0 auto; display: flex; gap: 40px; align-items: flex-start; }
.customize-text { flex: 0 0 44%; }
.customize-text h2 {
  color: #fff;
  font-size: clamp(36px, 4vw, 45px);
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 24px;
  line-height: 1.15;
}
.customize-text p { color: #fff; }
.customize-text a { color: #adacac; }
.customize-note {
  border-top: 1px solid #2476aa;
  padding-top: 28px;
  margin-top: 16px;
}
.customize-note p { font-size: 14px; line-height: 1.6; color: #ccc; padding-bottom: 0; }
.customize-img { flex: 1; }
.customize-img img { width: 100%; border-radius: 2px; }

/* ---- Pattern separator ---- */
.pattern-sep { background: url('/images/pattern1.png'); height: 10px; }

/* ---- Options Intro ---- */
#options-intro {
  background: #126196;
  padding: 70px 20px 56px;
  text-align: center;
}
#options-intro h2 {
  color: #fff;
  font-size: clamp(34px, 4vw, 45px);
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 24px;
}
#options-intro p { color: #fff; font-size: 18px; max-width: 900px; margin: 0 auto; padding-bottom: 16px; }

/* ---- Options Grid ---- */
#options-grid { background: #1e1c1b; display: flex; flex-wrap: wrap; }
.opt-col { flex: 1 1 50%; padding: 70px 5%; box-sizing: border-box; }
.opt-col:first-child { background: #1e1c1b; }
.opt-col:last-child  { background: #2e2925; }
.opt-col h2 {
  color: #fff;
  font-size: clamp(34px, 3vw, 45px);
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 8px;
}
.opt-col > p { color: #929292; font-size: 22px; line-height: 1.5; margin-bottom: 20px; padding-bottom: 0; }
.opt-col ul { list-style: disc; padding-left: 24px; }
.opt-col ul li { color: #fff; font-size: 20px; line-height: 1.4; margin-bottom: 11px; }

/* ---- Quote CTA ---- */
#quote-cta {
  background: url('/images/pattern1.png');
  padding: 90px 20px;
  text-align: center;
  box-shadow: 0 0 12px rgba(0,0,0,0.15);
  position: relative;
  z-index: 2;
}
#quote-cta h2 {
  font-size: clamp(30px, 4vw, 45px);
  font-weight: 700;
  text-transform: uppercase;
  max-width: 680px;
  margin: 0 auto 40px;
  line-height: 1.2;
}
#quote-cta p { max-width: 760px; margin: 0 auto; padding-bottom: 24px; }
#quote-cta .btn-main { font-size: 22px; padding: 0 40px; height: 60px; line-height: 60px; }

/* ---- Stories ---- */
#stories {
  background: url('/images/pattern3.png');
  padding: 80px 20px 250px;
  text-align: center;
  position: relative;
  z-index: 1;
}
#stories h2 {
  font-size: clamp(34px, 4vw, 45px);
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 16px;
}
.stories-link {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-size: 24px;
  font-weight: normal;
  margin-bottom: 40px;
  color: #000;
}
.stories-link::before { content: '💬'; font-size: 24px; }
.stories-divider {
  border-top: 1px solid #c9c9c9;
  padding-top: 50px;
  text-align: left;
  max-width: 1100px;
  margin: 0 auto;
  display: flex;
  gap: 50px;
  align-items: flex-start;
  flex-wrap: wrap;
}
.stories-divider img { width: 220px; flex-shrink: 0; border-radius: 4px; }
.story-text h3 { font-size: 22px; font-weight: 700; margin-bottom: 16px; font-family: 'Lato', sans-serif; letter-spacing: 0; }
.story-text p { font-size: 17px; line-height: 1.65; }

/* ===== Custom Kits — ≤1012px ===== */
@media screen and (max-width: 1012px) {
  #hero { margin-top: 84px; }
  .banner-hidden #hero { margin-top: 54px; }
  .customize-inner { flex-direction: column; }
  .customize-text { flex: 1 1 100%; }
  #options-grid { flex-direction: column; }
  .opt-col { flex: 1 1 100%; }
  #nav-strip a { height: 78px; font-size: 17px; padding: 0 16px; }
  .stories-divider { flex-direction: column; align-items: center; text-align: center; }
  #stories { padding-bottom: 200px; }
}

/* ===== Custom Kits — ≤600px ===== */
@media screen and (max-width: 600px) {
  #nav-strip .inner { flex-direction: column; }
  #nav-strip a { border-right: none; border-bottom: 1px solid #ddd; width: 100%; justify-content: center; }
}

/* ============================================================
   Pole Barn Garage Page — Gallery (#box8.garage)
============================================================ */
#box8.garage {
  padding-top: 90px;
  padding-bottom: 90px;
  background: url('/images/pattern1.png');
  text-align: center;
  clear: both;
  position: relative;
  box-shadow: 0 0 12px rgba(0, 0, 0, 0.2);
  z-index: 2;
}

#box8.garage h2 {
  font-size: 45px;
  line-height: 52px;
  color: #005f9c;
  font-weight: bold;
  text-transform: uppercase;
  margin: 0 auto;
  margin-bottom: 60px;
}

#box8.garage p { padding-bottom: 30px; }

#box8.garage .buttons {
  height: 60px;
  line-height: 58px;
  margin-top: 15px;
  width: 200px;
}

/* ============================================================
   Pole Barn Garage Page — Customized Section (#box5.pole-barn-garage)
============================================================ */
#box5.pole-barn-garage {
  padding-top: 70px;
  padding-bottom: 56px;
  background: #126196;
  background-image: none;
  text-align: center;
}

#box5.pole-barn-garage h2 {
  color: #fff;
  font-size: 45px;
  line-height: 50px;
  text-align: center;
  text-transform: uppercase;
  font-weight: bold;
  padding-bottom: 24px;
}

#box5.pole-barn-garage p {
  font-size: 18px;
  padding-left: 5%;
  padding-right: 5%;
  text-align: center;
  color: #fff;
}

#box5.pole-barn-garage .buttons {
  width: auto;
  display: inline-block;
  margin-top: 30px;
  height: inherit;
  padding: 20px 25px 23px 25px;
  line-height: 1.2;
}

@media screen and (max-width: 1260px) {
  #box5.pole-barn-garage {
    padding-top: 60px;
    padding-bottom: 45px;
  }
  #box5.pole-barn-garage h2 {
    padding-bottom: 20px;
  }
  #box5.pole-barn-garage p {
    line-height: 27px;
    padding-bottom: 18px;
  }
}

@media screen and (max-width: 1012px) {
  #box5.pole-barn-garage h2 {
    font-size: 40px;
    line-height: 45px;
  }
}

/* ============================================================
   Pole Barn Workshop Page — Customized Section (#box5.pole-barn-workshop)
============================================================ */
#box5.pole-barn-workshop {
  padding-top: 100px;
  padding-bottom: 80px;
  background: #2e2925;
  background-image: none;
  clear: both;
  position: relative;
  z-index: 2;
}

#box5.pole-barn-workshop h2 {
  font-size: 45px;
  line-height: 52px;
  color: #fff;
  font-weight: bold;
  text-transform: uppercase;
  margin: 0 auto;
  margin-bottom: 40px;
}

#box5.pole-barn-workshop p {
  padding-bottom: 30px;
  color: #fff;
}

#box5.pole-barn-workshop .buttons {
  height: 60px;
  line-height: 58px;
  margin-top: 15px;
  width: 200px;
}

@media screen and (max-width: 1012px) {
  #box5.pole-barn-workshop h2 {
    font-size: 40px;
    line-height: 45px;
  }
}

/* ============================================================
   Pole Barn Insulation Page — Customized Section (#box5.pole-barn-insulation)
============================================================ */
#box5.pole-barn-insulation {
  padding-top: 70px;
  padding-bottom: 56px;
  background: #126196;
  background-image: none;
  min-height: 0;
}

#box5.pole-barn-insulation h2 {
  color: #fff;
  font-size: 45px;
  line-height: 50px;
  text-align: center;
  text-transform: uppercase;
  font-weight: bold;
  padding-bottom: 24px;
}

#box5.pole-barn-insulation p {
  font-size: 18px;
  padding-left: 5%;
  padding-right: 5%;
  text-align: center;
  color: #fff;
}

@media screen and (max-width: 1260px) {
  #box5.pole-barn-insulation { padding-top: 60px; padding-bottom: 45px; }
  #box5.pole-barn-insulation h2 { padding-bottom: 20px; }
  #box5.pole-barn-insulation p { line-height: 27px; padding-bottom: 18px; }
}

@media screen and (max-width: 1012px) {
  #box5.pole-barn-insulation { background: #126196; background-image: none; }
  #box5.pole-barn-insulation h2 { font-size: 40px; line-height: 45px; }
}

#topbuttons { display: none; }

#topbuttons {
  text-align: center;
  font-size: 0;
  margin: 0 auto;
  margin-top: 0;
  margin-bottom: 30px;
}

#topbuttons div {
  box-shadow: 1px 1px 1px rgba(0, 0, 0, 0);
  width: auto;
  display: inline-block;
  border-radius: 3px;
}

#topbuttons ul {
  text-align: left;
  font-size: 0;
  background: rgba(238, 238, 238, 0.7);
  box-shadow: inset 2px 2px 2px rgba(0, 0, 0, 0.1);
  padding: 5px 4px 0 4px;
  width: auto;
  display: inline-block;
  border-radius: 3px;
}

#topbuttons ul li { display: inline-block; vertical-align: middle; }

#topbuttons ul li a {
  color: #fff;
  background: #005f9c;
  border-radius: 2px;
  margin-left: 3px;
  font-family: "Oswald", sans-serif;
  letter-spacing: .5px;
  text-transform: uppercase;
  margin-right: 3px;
  height: 44px;
  font-weight: 300;
  line-height: 44px;
  padding: 0 20px;
  display: block;
  text-decoration: none !important;
  font-size: 16px;
  margin-bottom: 5px;
  -webkit-transition: 0.1s;
  -moz-transition: 0.1s;
  transition: 0.1s;
}

#topbuttons ul li a:hover { background: #006fb6; }
#topbuttons ul li.tbactive a { background: #d9272e; }

@media screen and (max-width: 1012px) {
  #topbuttons ul li a { height: 40px; line-height: 40px; padding: 0 15px; }
}

.projectlink {
  cursor: pointer;
  display: inline-block;
  vertical-align: top;
  margin-bottom: 35px;
  width: 30%;
  text-align: center;
  margin-left: 1%;
  margin-right: 1%;
  position: relative;
  height: 200px;
  background-size: cover !important;
  box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.2);
  overflow: hidden;
  text-decoration: none !important;
  background-position: center center !important;
  background-color: #005f9c !important;
}

.projectlink:before {
  content: '';
  display: block;
  background: rgba(0, 95, 156, 0.7);
  position: absolute;
  width: 100%;
  height: 100%;
  -webkit-transition: 0.6s;
  -moz-transition: 0.6s;
  transition: 0.6s;
  opacity: 0;
}

.projectlink:after {
  content: '';
  display: block;
  background: url(/images/mag2.png) 31% 34% no-repeat;
  position: absolute;
  width: 100%;
  height: 100%;
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  transition: 0.2s;
  opacity: 0;
}

.projectlink span.ptitle {
  font-size: 13px;
  font-weight: 400;
  line-height: 20px;
  display: block;
  position: absolute;
  width: 80%;
  padding: 12px 10% 13px 10%;
  bottom: 0;
  color: #fff;
  text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.2);
  font-family: "Oswald", sans-serif;
  text-transform: uppercase;
  letter-spacing: 1px;
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  transition: 0.2s;
  z-index: 2;
}

.projectlink span.ptitle:before {
  content: '';
  display: block;
  background: rgba(0, 95, 156, 0.9);
  position: absolute;
  width: 100%;
  height: 100%;
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  transition: 0.2s;
  top: 0;
  left: 0;
  z-index: -1;
  opacity: 1;
}

.projectlink span.md {
  position: relative;
  top: 32%;
  color: #fff;
  font-size: 20px;
  display: block;
  right: 0;
  -webkit-transform: translateX(8%) translateY(-50%);
  -moz-transform: translateX(8%) translateY(-50%);
  -ms-transform: translateX(8%) translateY(-50%);
  -o-transform: translateX(8%) translateY(-50%);
  transform: translateX(8%) translateY(-50%);
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  transition: 0.2s;
  opacity: 0;
}

.projectlink:hover:before { opacity: 1; -webkit-transition: 0.2s; -moz-transition: 0.2s; transition: 0.2s; }
.projectlink:hover:after  { opacity: 1; background: url(/images/mag2.png) 31% 24% no-repeat; }
.projectlink:hover span.ptitle:before { background: rgba(247, 35, 43, 0.9); }
.projectlink:hover span.md { opacity: 1; top: 41%; }

@media screen and (max-width: 1250px) {
  .projectlink:after       { background: url(/images/mag2.png) 29% 34% no-repeat; }
  .projectlink:hover:after { opacity: 1; background: url(/images/mag2.png) 29% 24% no-repeat; }
  .projectlink span.md {
    -webkit-transform: translateX(10%) translateY(-50%);
    -moz-transform: translateX(10%) translateY(-50%);
    -ms-transform: translateX(10%) translateY(-50%);
    -o-transform: translateX(10%) translateY(-50%);
    transform: translateX(10%) translateY(-50%);
  }
}

@media screen and (max-width: 1012px) {
  .projectlink { width: 47%; margin-bottom: 25px; }
}

@media screen and (max-width: 767px) {
  .projectlink { width: 100%; margin-left: 0; margin-right: 0; }
}

body .js_lb_overlay {
  cursor: pointer;
  background: #111 !important;
  opacity: .5;
  z-index: 100000 !important;
}

.projectcontent {
  width: 0;
  padding: 0;
  background: #fff;
  border-radius: 3px;
  text-align: center;
  z-index: 1000000 !important;
  display: inline-block;
  height: 0;
  overflow: hidden;
}

.thefix {
  height: auto !important;
  padding: 25px 25px 15px 25px;
  box-shadow: 2px 2px 80px rgba(0, 0, 0, 0.4);
  border: 1px solid white;
  overflow: visible !important;
  width: 900px !important;
}

.b-close {
  background: none !important;
  color: #005f9c;
  border-radius: 0;
  box-shadow: none;
  font-size: 10px;
  font-weight: bold;
  padding: 8px 12px 7px 12px;
  position: absolute;
  right: -4px;
  top: -11px;
  cursor: pointer;
  -webkit-transition: 0.2s all;
  -moz-transition: 0.2s all;
  transition: 0.2s all;
  display: none;
}

.thefixclose { display: block !important; }

.saslider {
  margin: 0 auto;
  padding: 0;
  text-align: center;
  position: relative;
  font-size: 0;
  background: #fdfdfd;
  border: 1px solid rgba(0, 95, 156, 0.5);
  width: 900px;
}

.saslider div.slick-slide {
  height: 500px;
  text-align: center;
  font-size: 0;
  width: 100%;
  display: inline-block !important;
  vertical-align: middle !important;
  float: none !important;
  overflow: hidden;
  position: relative;
}

.saslider div.slick-slide img {
  display: inline-block !important;
  vertical-align: middle !important;
  width: 100%;
  height: auto !important;
}

.saslider .slick-dots { text-align: right; bottom: -28px; z-index: 100; }

.saslider .slick-dots li { margin: 0 0 0 6px; width: 10px; height: 3px; line-height: 3px; }

.saslider .slick-dots li button { height: 3px; }

.saslider .slick-dots li button:before {
  font-size: 40px;
  color: rgba(0, 95, 156, 0.4);
  opacity: 1;
  border-radius: 0;
  font-family: "Lato", sans-serif;
  line-height: 11px;
  content: '';
  display: block;
  height: 3px;
  width: 10px;
  background: rgba(170, 170, 170, 0.4);
}

.saslider .slick-dots li.slick-active button:before { background: #aaa; opacity: 1; }

.saslider .slick-prev, .saslider .slick-next {
  width: 80px;
  height: 35px;
  bottom: -74px;
  top: inherit;
  z-index: 1000;
  border-radius: 2px;
  box-shadow: 1px 1px 1px rgba(0, 0, 0, 0);
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  transition: 0.2s;
}

.saslider .slick-prev {
  background: url(/images/arrow3-left.png) 17px center #006fb6 no-repeat !important;
  background-size: 7px auto !important;
  right: 90px !important;
  left: inherit !important;
  text-align: right;
}

.saslider .slick-prev:after { content: 'Prev'; display: block; padding-right: 19px; }

.saslider .slick-next {
  background: url(/images/arrow3-right.png) 56px center #006fb6 no-repeat !important;
  background-size: 7px auto !important;
  right: 0;
  text-align: left;
}

.saslider .slick-next:after { content: 'Next'; display: block; padding-left: 19px; }

.saslider .slick-prev:after, .saslider .slick-next:after { font-size: 15px; color: #fff; font-weight: 300; }
.saslider .slick-prev:before, .saslider .slick-next:before { display: none; }
.saslider .slick-prev:hover, .saslider .slick-next:hover { background-color: #007ecf !important; }

.pcontent { text-align: left; width: 70%; font-size: 0; position: relative; }

.pcontent h2 {
  font-size: 40px;
  line-height: 48px;
  padding-top: 20px;
  font-weight: 400;
  color: #f7232b;
  padding-bottom: 10px;
  text-transform: uppercase;
}

.pcontent .featuresleft, .pcontent .featuresright { display: inline-block; vertical-align: top; }
.pcontent .featuresleft { margin-left: 5%; width: 50%; }
.pcontent .featuresright { margin-left: 8%; width: 30%; }
.pcontent p { font-size: 16px; line-height: 23px; }

.pcontent h4.featuretitle, .pcontent h4.colortitle { font-weight: 400; font-size: 20px; text-decoration: none; padding-bottom: 6px; }
.pcontent h4.featuretitle { color: #005f9c; }
.pcontent h4.colortitle   { color: #005f9c; }
.pcontent ul { margin-bottom: 15px; }
.pcontent ul.ulfeatures li:before { color: #005f9c; }
.pcontent ul.ulcolors li:before   { color: #005f9c; }

.pcontent li {
  list-style: none;
  margin-left: 16px;
  font-size: 16px;
  line-height: 22px;
  position: relative;
  margin-bottom: 3px;
}

.pcontent li:before { content: '\2022'; margin-right: 6px; position: absolute; left: -17px; top: 0; }

.pcontent .sharing { text-align: left; font-size: 0; padding-bottom: 14px; position: relative; }

.pcontent .sharing:after {
  content: '';
  display: block;
  width: 900px;
  height: 2px;
  background: #eee;
  position: absolute;
  bottom: -3px;
}

.pcontent .sharing div, .pcontent .sharing .sharinglinks a { display: inline-block; vertical-align: middle; }
.pcontent .sharing div { font-weight: 300; font-size: 18px; text-transform: none; color: #aaa; padding-right: 10px; }

.pcontent .sharing .sharinglinks a { width: 30px; height: 30px; margin-right: 7px; -webkit-transition: 0.2s; -moz-transition: 0.2s; transition: 0.2s; }
.pcontent .sharing .sharinglinks a img { width: 100%; height: 100%; }
.pcontent .sharing .sharinglinks a:hover { opacity: .8; }

.noContent { width: 100% !important; }
.noContent .sharing:after { display: none !important; }
.noContent .sharing .plink { position: initial; float: right; }
.noContent .sharing .plink:first-of-type { margin-left: 10px; }
.noContent .textbox { display: none !important; }

.textbox { min-height: 120px; padding-top: 28px; padding-left: 0; font-size: 16px; }

.plink {
  position: absolute;
  border-radius: 4px;
  background: #c0c0c0;
  color: #fff;
  text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.3);
  right: -270px;
  width: 270px;
  height: 60px !important;
  line-height: 60px !important;
  text-align: center;
  text-decoration: none !important;
  font-weight: 400;
  font-family: "Oswald", sans-serif;
  text-transform: uppercase;
  letter-spacing: .5px;
  font-size: 18px;
  display: block;
}

.plink strong { font-size: 18.5px; }
.plinkquote   { top: 80px; }
.plinkcontact { top: 153px; }
.plink:hover  { background: #d9272e; }
.plinkhum     { display: none !important; }
.plinkmh      { display: block !important; }

@media screen and (max-width: 1650px), screen and (max-height: 900px) {
  .thefix   { width: 800px !important; }
  .saslider { width: 800px; }
  .saslider div.slick-slide { height: 450px; }
  .plink { font-size: 17px; right: -240px; width: 230px; }
  .plink strong { font-size: 17.5px; }
  .pcontent .sharing:after { width: 800px; }
}

@media screen and (max-width: 1012px) {
  .thefix   { width: 600px !important; }
  .saslider { width: 600px; }
  .saslider div.slick-slide { height: 350px; }
  .saslider .slick-dots li { margin: 0 0 0 2px; width: 3px; height: 3px; }
  .saslider .slick-dots li button:before { width: 3px; }
  .pcontent { width: 350px; }
  .pcontent h2 { font-size: 32px; line-height: 40px; }
  .plink { width: 200px; }
  .pcontent .sharing:after { display: none; }
  .pcontent .featuresleft { margin-left: 5%; width: 95%; }
  .pcontent .featuresright { margin-left: 5%; width: 95%; }
  .textbox { padding-bottom: 20px; }
}

@media screen and (max-width: 767px) {
  .thefix   { width: 270px !important; }
  .saslider { width: 270px; }
  .saslider div.slick-slide { height: 150px; }
  .saslider .slick-dots { bottom: -25px; }
  .saslider .slick-prev, .saslider .slick-next { width: 30px; height: 30px; bottom: -62px; }
  .saslider .slick-prev:after, .saslider .slick-next:after { display: none; }
  .saslider .slick-prev { background: url(/images/arrow3-left.png) center center #006fb6 no-repeat !important; background-size: 7px auto !important; right: 37px !important; }
  .saslider .slick-next { background: url(/images/arrow3-right.png) center center #006fb6 no-repeat !important; background-size: 7px auto !important; }
  .pcontent .sharing div { font-size: 14px; }
  .pcontent .sharing a { width: 25px; height: 25px; }
  .pcontent { width: 100%; }
  .pcontent h2 { font-size: 28px; line-height: 34px; width: 190px; padding-top: 15px; }
  .plink { width: 220px !important; margin: 0 auto; right: inherit; top: inherit; position: relative; display: block !important; margin-bottom: 13px; }
  .plinkhum { display: block !important; }
  .plinkmh  { display: none !important; }
}

/* ============================================================
   Doors & Windows Page - Box4 (#box4.doors-and-windows)
============================================================ */
#box4.doors-and-windows {
    background: #005f9c;
    padding: 0;
    text-align: left;
}

#box4.doors-and-windows #box4sub {
    background: url('/images/bg5flipped.png') left top no-repeat;
    padding-top: 90px;
    padding-bottom: 80px;
    background-size: auto 100%;
}

#box4.doors-and-windows #box4content {
    width: 39%;
    float: left;
    margin-right: 4%;
}

#box4.doors-and-windows #box4content h2 {
    color: #fff;
    font-size: 40px;
    font-weight: bold;
    padding-bottom: 22px;
    text-transform: uppercase;
    line-height: 52px;
}

#box4.doors-and-windows #box4content h3 {
    color: #fff;
    font-size: 24px;
    font-weight: bold;
    padding-bottom: 22px;
    padding-top: 15px;
    line-height: 28px;
    letter-spacing: 0;
}

#box4.doors-and-windows #box4content p {
    color: #fff;
    max-width: none;
    margin: 0;
    padding-bottom: 14px;
}

#box4.doors-and-windows #box4content a {
    color: #adacac;
    text-decoration: underline;
}

#box4.doors-and-windows #box4content a:hover {
    color: #c6c5c5;
}

#box4.doors-and-windows #box4content > div:nth-child(2) {
    border-top: 1px solid #2476aa;
    padding-top: 30px;
    margin-top: 10px;
}

#box4.doors-and-windows #box4content > div:nth-child(2) p {
    font-size: 14px;
    line-height: 24px;
}

#box4.doors-and-windows ul {
    padding-bottom: 20px;
}

#box4.doors-and-windows li {
    color: #fff;
    list-style-type: disc;
    margin-left: 35px;
}

#box4.doors-and-windows img.hum {
    display: block !important;
    float: right;
    width: 630px;
}

@media screen and (max-width: 1260px) {
    #box4.doors-and-windows #box4sub {
        padding-top: 80px;
        padding-bottom: 60px;
    }
    #box4.doors-and-windows #box4content {
        width: 48%;
        margin-left: 6%;
        margin-right: 0;
    }
    #box4.doors-and-windows img.hum {
        width: 350px;
        margin-right: 5%;
    }
}

@media screen and (max-width: 1012px) {
    #box4.doors-and-windows #box4sub {
        padding-top: 60px;
        padding-bottom: 50px;
        background-size: cover;
    }
    #box4.doors-and-windows img.hum {
        width: 100%;
        max-width: 350px;
        float: none;
        margin-right: inherit;
        margin: 0 auto;
        margin-top: 10px;
    }
    #box4.doors-and-windows #box4content {
        width: 90%;
        float: none;
        margin-left: inherit;
        margin: 0 auto;
    }
    #box4.doors-and-windows #box4content h2 {
        font-size: 40px;
        line-height: 45px;
    }
}

/* ============================================================
   Colors Page — Popular Color Combinations (#box8-popular)
============================================================ */
#box8-popular {
  background: url('/images/pic12.jpg') right top no-repeat #005f9c;
}
#box8-popular #box8sub {
  background: url('/images/bg5flipped.png') left top no-repeat;
  padding-top: 90px;
  padding-bottom: 80px;
}
#box8-popular #box8content {
  width: 42%;
  float: left;
  margin-left: 0;
}
#box8-popular #box8content h2 {
  color: #fff;
  font-size: 45px;
  font-weight: bold;
  padding-bottom: 22px;
  text-transform: uppercase;
  line-height: 52px;
}
#box8-popular #box8content h3 {
  color: #fff;
  font-size: 24px;
  font-weight: bold;
  padding-bottom: 22px;
  padding-top: 15px;
  line-height: 28px;
}
#box8-popular #box8content p {
  color: #fff;
}
#box8-popular #box8content a {
  color: #adacac;
  text-decoration: underline;
}
#box8-popular #box8content a:hover {
  color: #c6c5c5;
}
#box8-popular #box8content > div:nth-child(2) {
  border-top: 1px solid #2476aa;
  padding-top: 30px;
  margin-top: 10px;
}
#box8-popular #box8content > div:nth-child(2) p {
  font-size: 14px;
  line-height: 24px;
}
#box8-popular img.hum {
  display: none;
}
@media screen and (max-width: 1890px) {
  #box8-popular {
    background: url('/images/pic12.jpg') 820px top no-repeat #005f9c;
  }
}
@media screen and (max-width: 1650px) {
  #box8-popular {
    background: url('/images/pic12.jpg') 720px top no-repeat #005f9c;
  }
}
@media screen and (max-width: 1410px) {
  #box8-popular {
    background: url('/images/pic12.jpg') 660px top no-repeat #005f9c;
  }
}
@media screen and (max-width: 1336px) {
  #box8-popular {
    background: #005f9c;
  }
  #box8-popular #box8sub {
    padding-top: 80px;
    padding-bottom: 60px;
  }
  #box8-popular img.hum {
    display: block !important;
    float: right;
    width: 630px;
  }
}
@media screen and (max-width: 1260px) {
  #box8-popular #box8sub {
    padding-top: 70px;
    padding-bottom: 50px;
  }
  #box8-popular #box8content {
    width: 48%;
    margin-left: 6%;
  }
  #box8-popular img.hum {
    width: 350px;
    margin-right: 5%;
  }
}
@media screen and (max-width: 1012px) {
  #box8-popular #box8sub {
    padding-top: 60px;
    padding-bottom: 50px;
    -moz-background-size: cover;
    -o-background-size: cover;
    -webkit-background-size: cover;
    background-size: cover;
  }
  #box8-popular img.hum {
    width: 100%;
    max-width: 350px;
    float: none;
    margin-right: inherit;
    margin: 0 auto;
    margin-top: 10px;
  }
  #box8-popular #box8content {
    width: 90%;
    float: none;
    margin-left: inherit;
    margin: 0 auto;
  }
  #box8-popular #box8content h2 {
    font-size: 40px;
    line-height: 45px;
  }
}
@media screen and (max-width: 767px) {
  #box8-popular #box8content h2 {
    font-size: 35px;
    line-height: 41px;
  }
}

.box6pattern {
  padding-top: 10px;
  background: url(/images/pattern1.png); 
}
