  #box1 {
     background-position: center 85px;
  }
  #box2.navstrip .sitewidth {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  #box2.navstrip a {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    line-height: normal;
  }
  #box2.navstrip a span {
    display: block;
    line-height: 1.1;
    max-width: 9.375rem;
  }
  #box2.navstrip a span strong {
    display: block;
    font-weight: 500;
    margin-bottom: 0.3125rem;
  }
  @media screen and (max-width: 1012px) {
    #box2.navstrip {
      padding-top: 20px !important;
      padding-bottom: 20px !important;
    }
    #box2.navstrip .sitewidth {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
    }
    #box2.navstrip a {
      display: -webkit-inline-box !important;
      display: -ms-inline-flexbox !important;
      display: inline-flex !important;
      height: auto !important;
      max-width: none !important;
      width: 90% !important;
      padding-top: 0.8125rem;
      padding-bottom: 0.8125rem;
      font-size: 22px !important;
      line-height: normal !important;
    }
  }
  
#box3prices {
  padding-top: 80px;
  padding-bottom: 74px;
  background: url(/images/pattern1.png);
}

#box3prices p {
  font-size: 22px;
  line-height: 40px;
  padding-left: 5%;
  padding-right: 5%;
  padding-bottom: 0;
  text-align: center;
  color: #000;
}

@media screen and (max-width: 1260px) {
  #box3prices {
    padding-top: 60px;
    padding-bottom: 45px;
  }
  #box3prices p {
    line-height: 27px;
    padding-bottom: 18px;
  }
}
.box3ctas {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 1.875rem;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 1012px) {
  .box3ctas {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.box3ctas .buttons {
  margin: 0;
  width: auto;
  padding-left: 1.875rem;
  padding-right: 1.875rem;
}
.box3ctas .buttons:nth-child(1) {
  margin-right: 1.5625rem;
}
@media screen and (max-width: 1012px) {
  .box3ctas .buttons:nth-child(1) {
    margin-right: unset;
    margin-bottom: 1.25rem;
  }
}
#box4prices {
  padding-top: 70px;
  padding-bottom: 56px;
  background: #126196;
}

#box4prices h2 {
  color: #fff;
  font-size: 45px;
  line-height: 50px;
  text-align: center;
  text-transform: uppercase;
  font-weight: bold;
  padding-bottom: 24px;
}

#box4prices p {
  font-size: 18px;
  padding-left: 5%;
  padding-right: 5%;
  text-align: center;
  color: #fff;
}

@media screen and (max-width: 1260px) {
  #box4prices {
    padding-top: 60px;
    padding-bottom: 45px;
  }
  #box4prices h2 {
    padding-bottom: 20px;
  }
  #box4prices p {
    line-height: 27px;
    padding-bottom: 18px;
  }
}
@media screen and (max-width: 1012px) {
  #box4prices h2 {
    font-size: 40px;
    line-height: 45px;
  }
}

.unit .unit_intro {
  padding-top: 5.625rem;
  padding-bottom: 5.625rem;
  background-size: cover;
  background-position: center;
}
.unit .unit_intro .intro__top {
  text-align: center;
}
.unit .unit_intro .intro__top h2 {
  color: white;
  font-size: 2.8125rem;
  line-height: 3.125rem;
  text-transform: uppercase;
  font-weight: bold;
}
@media screen and (max-width: 1012px) {
  .unit .unit_intro .intro__top h2 {
    font-size: 2.5rem;
    line-height: 2.8125rem;
  }
}
.unit .unit_intro .intro__top p {
  margin-top: 1.875rem;
  color: white;
}
.unit .unit_intro .intro__table {
  margin-top: 1.875rem;
  width: 100%;
  max-width: 37.5rem;
  margin-left: auto;
  margin-right: auto;
}
.unit .unit_intro .intro__table table {
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%;
}
.unit .unit_intro .intro__table table thead tr th {
  background: #005f9c;
  color: white;
  border: 0.1875rem solid white;
  padding: 0.375rem 1.25rem;
  font-family: "Oswald", sans-serif;
  text-align: left;
}
.unit .unit_intro .intro__table table tbody tr td {
  background: white;
  padding: 0.375rem 1.25rem;
  border: 0.1875rem solid white;
  font-family: "Oswald", sans-serif;
  text-align: left;
}
.unit .unit_grid {
  padding-top: 5.625rem;
  padding-bottom: 5.625rem;
  background-repeat: repeat;
}
.unit .unit_grid .grid__top {
  text-align: center;
  margin-bottom: 3.125rem;
}
.unit .unit_grid .grid__top h2 {
  font-size: 1.875rem;
  line-height: 1.2;
}
.unit .unit_grid .grid__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.unit .unit_grid .grid__container .item {
  width: calc(33.33% - 20px);
  background: #1E1C1B;
  margin-bottom: 1.875rem;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media screen and (max-width: 1012px) {
  .unit .unit_grid .grid__container .item {
    width: 100%;
  }
}
.unit .unit_grid .grid__container .item:nth-child(3n+2) {
  margin-left: 1.875rem;
  margin-right: 1.875rem;
}
@media screen and (max-width: 1012px) {
  .unit .unit_grid .grid__container .item:nth-child(3n+2) {
    margin-left: 0;
    margin-right: 0;
  }
}
.unit .unit_grid .grid__container .item[data-href] {
  cursor: pointer;
}
.unit .unit_grid .grid__container .item:hover {
  -webkit-transform: scale(1.02);
          transform: scale(1.02);
}
.unit .unit_grid .grid__container .item .item__top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 1.5625rem 1.25rem 0 1.25rem;
}
.unit .unit_grid .grid__container .item .item__top img {
  -ms-flex-item-align: start;
      align-self: flex-start;
  width: 127px;
  height: 87px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: left;
     object-position: left;
}
.unit .unit_grid .grid__container .item .item__top .top__text {
  margin-left: 1.25rem;
}
.unit .unit_grid .grid__container .item .item__top .top__text * {
  color: white;
}
.unit .unit_grid .grid__container .item .item__top .top__text h3 {
  font-weight: bold;
  text-transform: uppercase;
  font-size: 1.375rem;
  line-height: 1.2;
  margin-bottom: 0.625rem;
}
.unit .unit_grid .grid__container .item .item__top .top__text h3 a {
  font-weight: bold;
  text-transform: uppercase;
  font-size: 1.375rem;
  line-height: 1.2;
  font-family: "Oswald", sans-serif;
}
.unit .unit_grid .grid__container .item .item__top .top__text h4 {
  opacity: 0.5;
  line-height: 1.2;
  margin-bottom: 0.9375rem;
  font-weight: 300;
  text-transform: uppercase;
}
.unit .unit_grid .grid__container .item .item__top .top__text .dimensions {
  line-height: 1.2;
  font-size: 0.9375rem;
  padding-bottom: 0;
}
.unit .unit_grid .grid__container .item .item__middle {
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  text-align: center;
  margin-top: 1.875rem;
  margin-bottom: 2.1875rem;
}
.unit .unit_grid .grid__container .item .item__middle p {
  color: rgba(255, 255, 255, 0.5);
  padding-bottom: 0;
  font-size: 1.25rem;
}
.unit .unit_grid .grid__container .item .item__middle p strong {
  color: white;
}
.unit .unit_grid .grid__container .item .item__bottom a {
  display: block;
  width: 100%;
  background: #f7232b;
  color: white;
  text-align: center;
  padding-top: 0.875rem;
  padding-bottom: 1rem;
  text-decoration: none;
  -webkit-transition: 0.2s ease;
  transition: 0.2s ease;
}
.unit .unit_grid .grid__container .item .item__bottom a:hover, .unit .unit_grid .grid__container .item .item__bottom a:focus, [data-whatintent=mouse] .unit .unit_grid .grid__container .item .item__bottom a:hover, [data-whatinput=initial] .unit .unit_grid .grid__container .item .item__bottom a:focus, [data-whatintent=keyboard] .unit .unit_grid .grid__container .item .item__bottom a:focus {
  background: #f9545a;
}
.unit .unit__uses {
  padding-top: 5.625rem;
  padding-bottom: 5.625rem;
  -webkit-box-shadow: inset 0 10px 12px -10px rgba(0, 0, 0, 0.12);
          box-shadow: inset 0 10px 12px -10px rgba(0, 0, 0, 0.12);
}
@media screen and (max-width: 1012px) {
  .unit .unit__uses {
    padding-bottom: 3.125rem;
  }
}
.unit .unit__uses .uses__top {
  text-align: center;
  margin-bottom: 3.125rem;
}
.unit .unit__uses .uses__top h2 {
  font-size: 1.875rem;
}
.unit .unit__uses .uses__top p {
  margin-top: 1.25rem;
}
.unit .unit__uses .uses__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 1012px) {
  .unit .unit__uses .uses__items {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.unit .unit__uses .uses__items .item {
  width: calc(33.33% - 20px);
  text-align: center;
}
@media screen and (max-width: 1012px) {
  .unit .unit__uses .uses__items .item {
    width: 100%;
    margin-bottom: 2.5rem;
  }
}
.unit .unit__uses .uses__items .item:nth-child(3n+2) {
  margin-left: 1.875rem;
  margin-right: 1.875rem;
}
@media screen and (max-width: 1012px) {
  .unit .unit__uses .uses__items .item:nth-child(3n+2) {
    margin-left: 0;
    margin-right: 0;
  }
}
.unit .unit__uses .uses__items .item img {
  margin-bottom: 1.5rem;
  width: 100%;
  height: 14.375rem;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.unit .unit__uses .uses__items .item h3 {
  text-transform: uppercase;
  margin-bottom: 0.625rem;
  font-weight: 500;
  font-size: 1.25rem;
}
.unit .unit__gallery {
  margin-top: 5.625rem;
  margin-bottom: 5.625rem;
}
.unit .unit__gallery .gallery__top {
  text-align: center;
  margin-bottom: 3.125rem;
}
.unit .unit__gallery .gallery__top h2 {
  font-size: 1.875rem;
}
.unit .unit__gallery .gallery__top p {
  margin-top: 1.25rem;
}
.unit .unit__gallery .gallery__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 1012px) {
  .unit .unit__gallery .gallery__container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.unit .unit__gallery .gallery__container .gallery-item {
  width: 24%;
  height: 13.75rem;
  cursor: pointer;
  position: relative;
}
@media screen and (max-width: 1012px) {
  .unit .unit__gallery .gallery__container .gallery-item {
    width: 100%;
    margin-bottom: 1.25rem;
  }
}
.unit .unit__gallery .gallery__container .gallery-item::before {
  content: "";
  display: block;
  background: rgba(0, 95, 156, 0.7);
  position: absolute;
  width: 100%;
  height: 100%;
  -webkit-transition: 0.4s ease;
  transition: 0.4s ease;
  opacity: 0;
  z-index: 2;
}
.unit .unit__gallery .gallery__container .gallery-item::after {
  content: "";
  display: block;
  background: url(/images/mag2.png) center no-repeat;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  -webkit-transition: 0.4s ease;
  transition: 0.4s ease;
  z-index: 20;
  -webkit-transform: translateY(0.625rem);
          transform: translateY(0.625rem);
  z-index: 3;
}
.unit .unit__gallery .gallery__container .gallery-item img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.unit .unit__gallery .gallery__container .gallery-item:hover::before, .unit .unit__gallery .gallery__container .gallery-item:focus::before, [data-whatintent=mouse] .unit .unit__gallery .gallery__container .gallery-item:hover::before, [data-whatinput=initial] .unit .unit__gallery .gallery__container .gallery-item:focus::before, [data-whatintent=keyboard] .unit .unit__gallery .gallery__container .gallery-item:focus::before {
  opacity: 1;
}
.unit .unit__gallery .gallery__container .gallery-item:hover::after, .unit .unit__gallery .gallery__container .gallery-item:focus::after, [data-whatintent=mouse] .unit .unit__gallery .gallery__container .gallery-item:hover::after, [data-whatinput=initial] .unit .unit__gallery .gallery__container .gallery-item:focus::after, [data-whatintent=keyboard] .unit .unit__gallery .gallery__container .gallery-item:focus::after {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
.unit .unit__gallery .gallery__container .gallery-item .more {
  position: absolute;
  width: 6.25rem;
  height: 6.25rem;
  background: rgba(255, 255, 255, 0.95);
  border-radius: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  top: 50%;
  left: 50%;
  -webkit-transform: translateY(-50%) translateX(-50%);
          transform: translateY(-50%) translateX(-50%);
}
.unit .unit__gallery .gallery__container .gallery-item .more span {
  color: black;
  font-size: 2.375rem;
  line-height: 2.375rem;
  font-weight: 500;
  letter-spacing: 0em;
  font-family: "Oswald", sans-serif;
}

.box12prices-1 {
  background-size: cover;
  background-position: center;
  padding-top: 5.625rem;
  padding-bottom: 5.625rem;
}
.box12prices-1 .container {
  max-width: 37.5rem;
  width: 100%;
}
.box12prices-1 h2,
.box12prices-1 p {
  color: white;
}
.box12prices-1 h2 {
  color: #fff;
  font-size: 45px;
  line-height: 50px;
  text-transform: uppercase;
  font-weight: bold;
  padding-bottom: 24px;
}
@media screen and (max-width: 1012px) {
  .box12prices-1 h2 {
    font-size: 40px;
    line-height: 45px;
  }
}
.box12prices-1 p a {
  color: #adacac;
  text-decoration: underline;
}
.box12prices-1 p a:hover, .box12prices-1 p a:focus, [data-whatintent=mouse] .box12prices-1 p a:hover, [data-whatinput=initial] .box12prices-1 p a:focus, [data-whatintent=keyboard] .box12prices-1 p a:focus {
  color: #c6c5c5;
}
.box12prices-1 .buttons {
  margin: 1.25rem 0 0;
  width: 15.625rem;
}
.box11prices-1 {
  -webkit-box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.1);
          box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.1);
  position: relative;
  z-index: 3;
}
.box11prices-1 h3 {
  font-size: 1.875rem;
  font-weight: 500;
  margin-top: 0.9375rem;
  margin-bottom: 0.9375rem;
  line-height: 1.2;
}
.box11prices-1 ul {
  margin-bottom: 1rem;
}
.box11prices-1 ul li {
  list-style-type: disc;
  margin-left: 24px;
  font-size: 20px;
  line-height: 25px;
  margin-bottom: 11px;
  font-family: "Lato", sans-serif !important;
  font-size: 18px;
  color: #000;
}
.box11prices-1 .buttons {
  margin: 1.25rem 0 0;
}
#box11prices {
  padding-top: 80px;
  padding-bottom: 90px;
  background: url(/images/pattern3.png);
}

#box11prices h2 {
  color: #000;
  font-size: 45px;
  font-weight: bold;
  padding-bottom: 32px;
  text-transform: uppercase;
  line-height: 52px;
}

#b11container {
  border-bottom: 1px solid #c9c9c9;
}

#b11container .b11content:nth-child(1) {
  padding-top: 50px;
}

.b11content {
  clear: both;
  padding-bottom: 40px;
}

.b11content .b11img {
  float: left;
  width: 210px;
  text-align: center;
}

#b11container .b11content:nth-child(1) img {
  margin-left: 8px;
}

.b11content .b11text {
  float: left;
  width: 750px;
}

.b11content h3 {
  font-size: 24px;
  font-family: "Lato", sans-serif;
  font-weight: bold;
  letter-spacing: 0;
  line-height: 1.2;
}

#b11bottom {
  padding-top: 40px;
}

#b11bottom h3 {
  font-size: 24px;
  font-family: "Lato", sans-serif;
  font-weight: bold;
  letter-spacing: 0;
}

#b11bottom ul {
  -webkit-column-count: 3;
     -moz-column-count: 3;
          column-count: 3;
  padding-top: 10px;
}

#b11bottom li {
  list-style-type: disc;
  margin-left: 24px;
}

@media screen and (max-width: 1336px) {
  .b11content .b11text {
    width: 850px;
  }
  #b11bottom li {
    margin-left: 44px;
  }
}
@media screen and (max-width: 1260px) {
  #box11prices {
    padding-top: 70px;
  }
  #box11prices .sitewidth {
    width: 940px;
  }
  .b11content .b11img {
    margin-left: 20px;
  }
  .b11content .b11text {
    width: 650px;
  }
  #b11bottom ul {
    -webkit-column-count: 2;
       -moz-column-count: 2;
            column-count: 2;
  }
}
@media screen and (max-width: 1012px) {
  #box11prices {
    padding-top: 60px;
  }
  #box11prices .sitewidth {
    width: 90%;
  }
  #box11prices h2 {
    font-size: 40px;
    line-height: 45px;
  }
  .b11content .b11img {
    width: 100%;
    margin-bottom: 20px;
    margin-left: inherit;
  }
  .b11content .b11img img {
    display: inline-block;
  }
  #b11container .b11content:nth-child(1) {
    padding-top: 30px;
  }
  #b11container .b11content:nth-child(1) img {
    margin-left: inherit;
  }
  .b11content .b11text {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  #b11bottom ul {
    -webkit-column-count: 1;
       -moz-column-count: 1;
            column-count: 1;
  }
}
/* Variables and Classes ================================================================================================ */
.clearafter {
  content: "";
  display: block;
  clear: both;
}

.vcenter {
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.chromejitterfix {
  -webkit-backface-visibility: hidden;
  -webkit-transform: translateZ(0);
}

#box8prices {
  padding-top: 50px;
  padding-bottom: 80px;
  background: url(/images/pattern1.png);
}

#b8left {
  float: left;
  width: 450px;
}

#b8right {
  float: right;
  width: 600px;
}

#box8prices h3 {
  font-size: 45px;
  line-height: 52px;
  color: #000;
  font-weight: bold;
  padding-top: 40px;
  padding-bottom: 30px;
  text-transform: uppercase;
}

#box8prices .buttons {
  margin-left: 0;
  margin-top: 15px;
  height: 60px;
  line-height: 58px;
}

@media screen and (max-width: 1410px) {
  #box8prices .sitewidth {
    width: 1100px;
  }
  #b8left {
    width: 430px;
  }
  #b8right {
    width: 570px;
  }
}
@media screen and (max-width: 1336px) {
  #box8prices {
    padding-top: 40px;
    padding-bottom: 70px;
  }
}
@media screen and (max-width: 1260px) {
  #box8prices {
    padding-top: 30px;
    padding-bottom: 60px;
  }
  #box8prices .sitewidth {
    width: 980px;
  }
  #b8left {
    width: 370px;
    margin-left: 25px;
  }
  #b8right {
    width: 500px;
    margin-right: 25px;
  }
}
@media screen and (max-width: 1012px) {
  #box8prices {
    padding-top: 20px;
    padding-bottom: 60px;
  }
  #box8prices .sitewidth {
    width: 90%;
  }
  #b8left {
    width: 100%;
    margin-left: inherit;
  }
  #b8right {
    width: 100%;
    margin-right: inherit;
  }
  #box8prices h3 {
    padding-top: 30px;
    padding-bottom: 20px;
    font-size: 40px;
    line-height: 45px;
  }
  #box8prices .buttons {
    margin-left: inherit;
    margin: 0 auto;
    margin-top: 15px;
  }
}
#box7prices {
  background: url(/images/white-pole-barn-large-green-door.jpg) -101px top no-repeat #005f9c;
}

#box7pricessub {
  background: url(/images/bg5.png) right top no-repeat;
  padding-top: 90px;
  padding-bottom: 80px;
}

#box7pricescontent {
  width: 39%;
  float: right;
  margin-right: 4%;
}

#box7pricescontent h2 {
  color: #fff;
  font-size: 45px;
  font-weight: bold;
  padding-bottom: 22px;
  text-transform: uppercase;
  line-height: 52px;
}

#box7pricescontent h3 {
  color: #fff;
  font-size: 24px;
  font-weight: bold;
  padding-bottom: 22px;
  padding-top: 15px;
  line-height: 28px;
}

#box7pricescontent p {
  color: #fff;
}

#box7pricescontent a {
  color: #adacac;
  text-decoration: underline;
}

#box7pricescontent a:hover {
  color: #c6c5c5;
}

@media screen and (max-width: 1890px) {
  #box7prices {
    background: url(/images/white-pole-barn-large-green-door.jpg) -220px top no-repeat #005f9c;
  }
}
@media screen and (max-width: 1650px) {
  #box7prices {
    background: url(/images/white-pole-barn-large-green-door.jpg) -340px top no-repeat #005f9c;
  }
}
@media screen and (max-width: 1410px) {
  #box7prices {
    background: url(/images/white-pole-barn-large-green-door.jpg) -380px top no-repeat #005f9c;
  }
}
@media screen and (max-width: 1336px) {
  #box7prices {
    background: #005f9c;
  }
  #box7prices img.hum {
    display: block !important;
    float: left;
    width: 580px;
  }
}
@media screen and (max-width: 1260px) {
  #box7pricessub {
    padding-top: 80px;
    padding-bottom: 60px;
  }
  #box7pricescontent {
    width: 50%;
  }
  #box7prices img.hum {
    width: 350px;
    margin-left: 4%;
  }
}
@media screen and (max-width: 1012px) {
  #box7pricessub {
    padding-top: 60px;
    padding-bottom: 40px;
    background-size: cover;
  }
  #box7prices img.hum {
    width: 100%;
    max-width: 350px;
    float: none;
    margin-left: inherit;
    margin: 0 auto;
    margin-bottom: 30px;
  }
  #box7pricescontent {
    width: 90%;
    float: none;
    margin-right: inherit;
    margin: 0 auto;
  }
  #box7pricescontent h2 {
    font-size: 40px;
    line-height: 45px;
  }
}
#box6prices {
  padding-top: 5px;
  padding-bottom: 8px;
  background: url(/images/pattern1.png);
}

#box9prices {
  background: url(/images/diy-pole-barns-kit-being-assembled.jpg) right top no-repeat #005f9c;
}

#box9pricessub {
  background: url(/images/bg5flipped.png) left top no-repeat;
  padding-top: 90px;
  padding-bottom: 80px;
}

#box9pricescontent {
  width: 39%;
  float: left;
  margin-right: 4%;
}

#box9pricescontent h2 {
  color: #fff;
  font-size: 45px;
  font-weight: bold;
  padding-bottom: 22px;
  text-transform: uppercase;
  line-height: 46px;
}

#box9pricescontent h3 {
  color: #fff;
  font-size: 24px;
  font-weight: bold;
  padding-bottom: 22px;
  padding-top: 15px;
  line-height: 28px;
}

#box9pricescontent p {
  color: #fff;
}

#box9pricescontent a {
  color: #adacac;
  text-decoration: underline;
}

#box9pricescontent a:hover {
  color: #c6c5c5;
}

@media screen and (max-width: 1890px) {
  #box9prices {
    background: url(/images/diy-pole-barns-kit-being-assembled.jpg) 800px top no-repeat #005f9c;
  }
}
@media screen and (max-width: 1650px) {
  #box9prices {
    background: url(/images/diy-pole-barns-kit-being-assembled.jpg) 680px top no-repeat #005f9c;
  }
}
@media screen and (max-width: 1410px) {
  #box9prices {
    background: url(/images/diy-pole-barns-kit-being-assembled.jpg) 630px top no-repeat #005f9c;
  }
}
@media screen and (max-width: 1336px) {
  #box9prices {
    background: #005f9c;
  }
  #box9prices img.hum {
    display: block !important;
    float: right;
    width: 630px;
  }
}
@media screen and (max-width: 1260px) {
  #box9pricessub {
    padding-top: 80px;
    padding-bottom: 60px;
  }
  #box9pricescontent {
    width: 48%;
    margin-left: 6%;
  }
  #box9prices img.hum {
    width: 350px;
    margin-right: 5%;
  }
}
@media screen and (max-width: 1012px) {
  #box9pricessub {
    padding-top: 60px;
    padding-bottom: 50px;
    background-size: cover;
  }
  #box9prices img.hum {
    width: 100%;
    max-width: 350px;
    float: none;
    margin-right: inherit;
    margin: 0 auto;
    margin-top: 10px;
  }
  #box9pricescontent {
    width: 90%;
    float: none;
    margin-left: inherit;
    margin: 0 auto;
  }
  #box9pricescontent h2 {
    font-size: 40px;
    line-height: 45px;
  }
}
#box10prices {
  padding-top: 50px;
  padding-bottom: 80px;
  background: url(/images/pattern1.png);
  -webkit-box-shadow: 0 6px rgba(0, 0, 0, 0.2);
          box-shadow: 0 6px rgba(0, 0, 0, 0.2);
  position: relative;
  z-index: 2;
}

#b10left {
  float: left;
  width: 600px;
}

#b10right {
  float: right;
  width: 450px;
}

#box10prices h3 {
  font-size: 45px;
  line-height: 50px;
  color: #000;
  font-weight: bold;
  padding-top: 40px;
  padding-bottom: 30px;
  text-transform: uppercase;
}

#box10prices .buttons {
  margin-left: 0;
  margin-top: 15px;
  height: 60px;
  line-height: 58px;
}

@media screen and (max-width: 1410px) {
  #box10prices .sitewidth {
    width: 1100px;
  }
  #b10left {
    width: 570px;
  }
  #b10right {
    width: 430px;
  }
}
@media screen and (max-width: 1336px) {
  #box10prices {
    padding-top: 40px;
    padding-bottom: 70px;
  }
}
@media screen and (max-width: 1260px) {
  #box10prices {
    padding-top: 30px;
    padding-bottom: 60px;
  }
  #box10prices .sitewidth {
    width: 980px;
  }
  #b10left {
    width: 500px;
    margin-left: 25px;
  }
  #b10right {
    width: 370px;
    margin-right: 25px;
  }
}
@media screen and (max-width: 1012px) {
  #box10prices {
    padding-top: 20px;
    padding-bottom: 60px;
  }
  #box10prices .sitewidth {
    width: 90%;
  }
  #b10left {
    width: 100%;
    margin-left: inherit;
  }
  #b10right {
    width: 100%;
    margin-right: inherit;
  }
  #box10prices h3 {
    padding-top: 30px;
    padding-bottom: 20px;
    font-size: 40px;
    line-height: 45px;
  }
  #box10prices .buttons {
    margin-left: inherit;
    margin: 0 auto;
    margin-top: 15px;
  }
}

#box67prices {
  padding-top: 80px;
  padding-bottom: 280px;
  background: url(/images/bg19.jpg);
  background-size: cover;
}

.accordioncontainer {
  display: none;
}

.accordioncontainer .accordion {
  background: #1e1c1b;
  border-bottom: 1px solid #616161;
  color: #fff;
  font-size: 24px;
  line-height: 29px;
  font-weight: 300;
  font-family: "Oswald", sans-serif;
  margin: 0 0 0 0;
  padding: 18px 7% 20px 2% !important;
  position: relative;
  width: 91%;
  cursor: pointer;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  z-index: 5;
}

.accordioncontainer .accordion:hover {
  color: #fff;
  background: #292625;
}

.accordioncontainer .ui-accordion-header.ui-state-active {
  color: #fff;
  background: #292625;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  border-bottom: 1px solid rgba(0, 95, 156, 0);
  position: relative;
  transition: 0.2s;
}

.accordioncontainer .ui-accordion-header.ui-state-active:after {
  content: "";
  display: block;
  width: 98%;
  height: 1px;
  background: #292625;
  position: absolute;
  bottom: 0;
}

.accordioncontainer .ui-accordion-header.ui-state-active:hover {
  color: #fff;
}

.accordioncontainer div.content {
  width: 96%;
  padding-left: 2%;
  padding-right: 2%;
  padding-top: 24px;
  padding-bottom: 8px;
  background: #fff;
}

.accordioncontainer div.content li {
  list-style-type: disc;
  margin-left: 35px;
  color: #000;
}

.accordioncontainer div.content p {
  font-size: 18px;
  font-weight: 400;
  line-height: 27px;
  color: #000;
}

.accordioncontainer div.content a {
  font-size: 18px;
  font-weight: 400;
}

.accordioncontainer .iconCollapse {
  display: block;
  position: absolute;
  top: 50%;
  right: 1.8%;
  margin-top: -15px;
  width: 31px;
  height: 31px;
  background: url(/images/accordian-collapse.png) center center no-repeat;
}

.accordioncontainer .iconExpand {
  display: block;
  float: right;
  background: url(/images/accordian-expand.png) center center no-repeat;
  position: absolute;
  top: 50%;
  right: 1.8%;
  margin-top: -15px;
  width: 31px;
  height: 31px;
}

@media screen and (max-width: 1012px) {
  #box67prices {
    padding-top: 70px;
    padding-bottom: 240px;
  }
}
@media screen and (max-width: 767px) {
  .accordioncontainer .accordion {
    width: 85%;
    padding: 18px 12% 20px 3% !important;
  }
  .accordioncontainer div.content {
    width: 90%;
    padding-left: 5%;
    padding-right: 5%;
  }
}
