/* 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);
}

#box1 {
  background: url(../images/bg5.jpg);
}

/* 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);
}

#box1 {
  background-size: cover;
  background-attachment: fixed;
  height: 100%;
  max-height: 1200px;
  position: relative;
  overflow: hidden !important;
  z-index: 20;
  text-align: center;
  position: relative;
}

#box1sub {
  background: url(../images/headerbg.png) center top no-repeat;
  background-size: 100% auto;
  height: 100%;
}

#box1 #box1content {
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  text-align: center;
}

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

#box1 #box1content p {
  font-size: 25px;
  font-family: "Lato", sans-serif;
  color: #000;
}

#box1 #box1content .buttons {
  width: 350px;
  margin-top: 20px;
}

#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: 10;
  position: absolute;
  left: 50%;
  margin-left: -30px;
  bottom: 30px;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

#box1 #b1downarrow:hover {
  background-color: rgba(255, 255, 255, 0.7);
}

@media screen and (max-width: 1890px) {
  #box1sub {
    background: url(../images/headerbg.png) center 20px no-repeat;
    background-size: 100% auto;
  }
}
@media screen and (max-width: 1650px) {
  #box1 #box1content {
    top: 55%;
  }
  #box1 #box1content h1 {
    text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.3);
  }
}
@media screen and (max-width: 1336px) {
  #box1sub {
    background: url(../images/headerbg.png) center 30px no-repeat;
    background-size: 100% auto;
  }
}
@media screen and (max-width: 1260px) {
  #box1sub {
    background: url(../images/headerbg.png) center 50px no-repeat;
    background-size: 100% auto;
  }
  #box1 #box1content h1 {
    font-size: 75px;
  }
  #box1 #box1content .buttons {
    max-width: 350px;
    width: 100%;
    margin-top: 10px;
  }
}
@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%;
  }
  #box1sub {
    height: auto;
    padding-top: 100px;
    padding-bottom: 50px;
    background: none;
  }
  #box1 #box1content {
    top: 0;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  #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 .buttons {
    max-width: 350px;
    width: 90%;
    margin-top: 10px;
  }
  #box1 #b1downarrow {
    display: none;
  }
}
/* 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);
}

#box2 {
  padding-top: 20px;
  padding-bottom: 20px;
  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 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;
}

#box2 a:nth-child(1):after, #box2 a:nth-child(2):after, #box2 a:nth-child(3):after {
  content: "";
  display: block;
  width: 1px;
  height: 100%;
  top: 0;
  background: #ddd;
  position: absolute;
  right: -13px;
  cursor: default;
}

#box2 a:hover {
  color: #005f9c;
  text-decoration: none;
  background-color: rgba(0, 95, 156, 0.02);
}

@media screen and (max-width: 1260px) {
  #box2 a {
    font-size: 18px;
    height: 88px;
    line-height: 88px;
    width: 21%;
    padding-right: 1%;
  }
}
@media screen and (max-width: 1012px) {
  #box2 a {
    font-size: 20px;
    height: 78px;
    line-height: 78px;
    width: 80% !important;
    max-width: 260px;
    padding-right: 5% !important;
    margin-left: 3%;
    margin-right: 3%;
    border-bottom: 1px solid #ddd;
  }
  #box2 a:nth-child(3), #box2 a:nth-child(4) {
    border-bottom: 0;
  }
  #box2 a:nth-child(1):after, #box2 a:nth-child(2):after, #box2 a:nth-child(3):after {
    display: none;
  }
}
@media screen and (max-width: 800px) {
  #box2 a {
    width: 95% !important;
    max-width: 330px;
    margin-left: -2px;
    margin-right: -2px;
  }
  #box2 a:nth-child(3) {
    border-bottom: 1px solid #ddd;
  }
}
#box2 a:nth-child(1) {
  background-image: url(../images/Wrench.png);
  background-position: 7% 50%;
}

#box2 a:nth-child(2) {
  background-image: url(../images/Anchor.png);
  background-position: 4% 50%;
}

#box2 a:nth-child(3) {
  background-image: url(../images/Equine.png);
  background-position: 10% 50%;
  padding-right: 4%;
  width: 18%;
}

#box2 a:nth-child(4) {
  background-image: url(../images/Tractor.png);
  background-position: 4% 50%;
  padding-right: 3.5%;
  width: 18.5%;
}

#box2 a:nth-child(1):hover {
  background-position: 7% 45%;
}

#box2 a:nth-child(2):hover {
  background-position: 4% 45%;
}

#box2 a:nth-child(3):hover {
  background-position: 10% 45%;
}

#box2 a:nth-child(4):hover {
  background-position: 4% 45%;
}

@media screen and (max-width: 1260px) {
  #box2 a:nth-child(1) {
    background-position: 4% 50%;
  }
  #box2 a:nth-child(2) {
    background-position: 2% 50%;
  }
  #box2 a:nth-child(3) {
    background-position: 8% 50%;
    padding-right: 3%;
    width: 19%;
  }
  #box2 a:nth-child(4) {
    background-position: 7% 50%;
    padding-right: 2.5%;
    width: 19.5%;
  }
  #box2 a:nth-child(1):hover {
    background-position: 4% 45%;
  }
  #box2 a:nth-child(2):hover {
    background-position: 2% 45%;
  }
  #box2 a:nth-child(3):hover {
    background-position: 8% 45%;
  }
  #box2 a:nth-child(4):hover {
    background-position: 7% 45%;
  }
}
@media screen and (max-width: 1012px) {
  #box2 a:nth-child(1) {
    background-position: 4% 50% !important;
  }
  #box2 a:nth-child(2) {
    background-position: 3% 50% !important;
  }
  #box2 a:nth-child(3) {
    background-position: 6% 50% !important;
  }
  #box2 a:nth-child(4) {
    background-position: 4% 50% !important;
  }
}
#box2 .sitewidth {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 1012px) {
  #box2 .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 .sitewidth a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  text-align: right;
}
@media screen and (max-width: 1012px) {
  #box2 .sitewidth a {
    padding-top: 0.8125rem;
    padding-bottom: 0.8125rem;
  }
}
@media screen and (max-width: 1012px) {
  #box2 .sitewidth a:not(:last-of-type) {
    border-bottom: 1px solid #ddd;
  }
}
#box2 .sitewidth a span {
  display: block;
  line-height: 1.1;
  max-width: 9.375rem;
}
#box2 .sitewidth a span strong {
  display: block;
  font-weight: 500;
  margin-bottom: 0.3125rem;
}

#box3 {
  padding-top: 80px;
  padding-bottom: 74px;
  background: url(../images/pattern1.png);
}

#box3 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) {
  #box3 {
    padding-top: 60px;
    padding-bottom: 45px;
  }
  #box3 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;
  }
}

.box11-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;
}
.box11-1 h3 {
  font-size: 1.875rem;
  font-weight: 500;
  margin-top: 0.9375rem;
  margin-bottom: 0.9375rem;
  line-height: 1.2;
}
.box11-1 ul {
  margin-bottom: 1rem;
}
.box11-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;
}
.box11-1 .buttons {
  margin: 1.25rem 0 0;
}

.box12-1 {
  background-size: cover;
  background-position: center;
  padding-top: 5.625rem;
  padding-bottom: 5.625rem;
}
.box12-1 .container {
  max-width: 37.5rem;
  width: 100%;
}
.box12-1 h2,
.box12-1 p {
  color: white;
}
.box12-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) {
  .box12-1 h2 {
    font-size: 40px;
    line-height: 45px;
  }
}
.box12-1 p a {
  color: #adacac;
  text-decoration: underline;
}
.box12-1 p a:hover, .box12-1 p a:focus, [data-whatintent=mouse] .box12-1 p a:hover, [data-whatinput=initial] .box12-1 p a:focus, [data-whatintent=keyboard] .box12-1 p a:focus {
  color: #c6c5c5;
}
.box12-1 .buttons {
  margin: 1.25rem 0 0;
  width: 15.625rem;
}

#box4 {
  padding-top: 70px;
  padding-bottom: 56px;
  background: #126196;
}

#box4 h2 {
  color: #fff;
  font-size: 45px;
  line-height: 50px;
  text-align: center;
  text-transform: uppercase;
  font-weight: bold;
  padding-bottom: 24px;
}

#box4 p {
  font-size: 18px;
  padding-left: 5%;
  padding-right: 5%;
  text-align: center;
  color: #fff;
}

@media screen and (max-width: 1260px) {
  #box4 {
    padding-top: 60px;
    padding-bottom: 45px;
  }
  #box4 h2 {
    padding-bottom: 20px;
  }
  #box4 p {
    line-height: 27px;
    padding-bottom: 18px;
  }
}
@media screen and (max-width: 1012px) {
  #box4 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;
}

#box67 {
  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) {
  #box67 {
    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%;
  }
}
#box6 {
  padding-top: 5px;
  padding-bottom: 8px;
  background: url(../images/pattern1.png);
}

#box7 {
  background: url(../images/white-pole-barn-large-green-door.jpg) -101px top no-repeat #005f9c;
}

#box7sub {
  background: url(../images/bg5.png) right top no-repeat;
  padding-top: 90px;
  padding-bottom: 80px;
}

#box7content {
  width: 39%;
  float: right;
  margin-right: 4%;
}

#box7content h2 {
  color: #fff;
  font-size: 45px;
  font-weight: bold;
  padding-bottom: 22px;
  text-transform: uppercase;
  line-height: 52px;
}

#box7content h3 {
  color: #fff;
  font-size: 24px;
  font-weight: bold;
  padding-bottom: 22px;
  padding-top: 15px;
  line-height: 28px;
}

#box7content p {
  color: #fff;
}

#box7content a {
  color: #adacac;
  text-decoration: underline;
}

#box7content a:hover {
  color: #c6c5c5;
}

@media screen and (max-width: 1890px) {
  #box7 {
    background: url(../images/white-pole-barn-large-green-door.jpg) -220px top no-repeat #005f9c;
  }
}
@media screen and (max-width: 1650px) {
  #box7 {
    background: url(../images/white-pole-barn-large-green-door.jpg) -340px top no-repeat #005f9c;
  }
}
@media screen and (max-width: 1410px) {
  #box7 {
    background: url(../images/white-pole-barn-large-green-door.jpg) -380px top no-repeat #005f9c;
  }
}
@media screen and (max-width: 1336px) {
  #box7 {
    background: #005f9c;
  }
  #box7 img.hum {
    display: block !important;
    float: left;
    width: 580px;
  }
}
@media screen and (max-width: 1260px) {
  #box7sub {
    padding-top: 80px;
    padding-bottom: 60px;
  }
  #box7content {
    width: 50%;
  }
  #box7 img.hum {
    width: 350px;
    margin-left: 4%;
  }
}
@media screen and (max-width: 1012px) {
  #box7sub {
    padding-top: 60px;
    padding-bottom: 40px;
    background-size: cover;
  }
  #box7 img.hum {
    width: 100%;
    max-width: 350px;
    float: none;
    margin-left: inherit;
    margin: 0 auto;
    margin-bottom: 30px;
  }
  #box7content {
    width: 90%;
    float: none;
    margin-right: inherit;
    margin: 0 auto;
  }
  #box7content h2 {
    font-size: 40px;
    line-height: 45px;
  }
}
#box8 {
  padding-top: 50px;
  padding-bottom: 80px;
  background: url(../images/pattern1.png);
}

#b8left {
  float: left;
  width: 450px;
}

#b8right {
  float: right;
  width: 600px;
}

#box8 h3 {
  font-size: 45px;
  line-height: 52px;
  color: #000;
  font-weight: bold;
  padding-top: 40px;
  padding-bottom: 30px;
  text-transform: uppercase;
}

#box8 .buttons {
  margin-left: 0;
  margin-top: 15px;
  height: 60px;
  line-height: 58px;
}

@media screen and (max-width: 1410px) {
  #box8 .sitewidth {
    width: 1100px;
  }
  #b8left {
    width: 430px;
  }
  #b8right {
    width: 570px;
  }
}
@media screen and (max-width: 1336px) {
  #box8 {
    padding-top: 40px;
    padding-bottom: 70px;
  }
}
@media screen and (max-width: 1260px) {
  #box8 {
    padding-top: 30px;
    padding-bottom: 60px;
  }
  #box8 .sitewidth {
    width: 980px;
  }
  #b8left {
    width: 370px;
    margin-left: 25px;
  }
  #b8right {
    width: 500px;
    margin-right: 25px;
  }
}
@media screen and (max-width: 1012px) {
  #box8 {
    padding-top: 20px;
    padding-bottom: 60px;
  }
  #box8 .sitewidth {
    width: 90%;
  }
  #b8left {
    width: 100%;
    margin-left: inherit;
  }
  #b8right {
    width: 100%;
    margin-right: inherit;
  }
  #box8 h3 {
    padding-top: 30px;
    padding-bottom: 20px;
    font-size: 40px;
    line-height: 45px;
  }
  #box8 .buttons {
    margin-left: inherit;
    margin: 0 auto;
    margin-top: 15px;
  }
}
#box9 {
  background: url(../images/diy-pole-barns-kit-being-assembled.jpg) right top no-repeat #005f9c;
}

#box9sub {
  background: url(../images/bg5flipped.png) left top no-repeat;
  padding-top: 90px;
  padding-bottom: 80px;
}

#box9content {
  width: 39%;
  float: left;
  margin-right: 4%;
}

#box9content h2 {
  color: #fff;
  font-size: 45px;
  font-weight: bold;
  padding-bottom: 22px;
  text-transform: uppercase;
  line-height: 46px;
}

#box9content h3 {
  color: #fff;
  font-size: 24px;
  font-weight: bold;
  padding-bottom: 22px;
  padding-top: 15px;
  line-height: 28px;
}

#box9content p {
  color: #fff;
}

#box9content a {
  color: #adacac;
  text-decoration: underline;
}

#box9content a:hover {
  color: #c6c5c5;
}

@media screen and (max-width: 1890px) {
  #box9 {
    background: url(../images/diy-pole-barns-kit-being-assembled.jpg) 800px top no-repeat #005f9c;
  }
}
@media screen and (max-width: 1650px) {
  #box9 {
    background: url(../images/diy-pole-barns-kit-being-assembled.jpg) 680px top no-repeat #005f9c;
  }
}
@media screen and (max-width: 1410px) {
  #box9 {
    background: url(../images/diy-pole-barns-kit-being-assembled.jpg) 630px top no-repeat #005f9c;
  }
}
@media screen and (max-width: 1336px) {
  #box9 {
    background: #005f9c;
  }
  #box9 img.hum {
    display: block !important;
    float: right;
    width: 630px;
  }
}
@media screen and (max-width: 1260px) {
  #box9sub {
    padding-top: 80px;
    padding-bottom: 60px;
  }
  #box9content {
    width: 48%;
    margin-left: 6%;
  }
  #box9 img.hum {
    width: 350px;
    margin-right: 5%;
  }
}
@media screen and (max-width: 1012px) {
  #box9sub {
    padding-top: 60px;
    padding-bottom: 50px;
    background-size: cover;
  }
  #box9 img.hum {
    width: 100%;
    max-width: 350px;
    float: none;
    margin-right: inherit;
    margin: 0 auto;
    margin-top: 10px;
  }
  #box9content {
    width: 90%;
    float: none;
    margin-left: inherit;
    margin: 0 auto;
  }
  #box9content h2 {
    font-size: 40px;
    line-height: 45px;
  }
}
#box10 {
  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;
}

#box10 h3 {
  font-size: 45px;
  line-height: 50px;
  color: #000;
  font-weight: bold;
  padding-top: 40px;
  padding-bottom: 30px;
  text-transform: uppercase;
}

#box10 .buttons {
  margin-left: 0;
  margin-top: 15px;
  height: 60px;
  line-height: 58px;
}

@media screen and (max-width: 1410px) {
  #box10 .sitewidth {
    width: 1100px;
  }
  #b10left {
    width: 570px;
  }
  #b10right {
    width: 430px;
  }
}
@media screen and (max-width: 1336px) {
  #box10 {
    padding-top: 40px;
    padding-bottom: 70px;
  }
}
@media screen and (max-width: 1260px) {
  #box10 {
    padding-top: 30px;
    padding-bottom: 60px;
  }
  #box10 .sitewidth {
    width: 980px;
  }
  #b10left {
    width: 500px;
    margin-left: 25px;
  }
  #b10right {
    width: 370px;
    margin-right: 25px;
  }
}
@media screen and (max-width: 1012px) {
  #box10 {
    padding-top: 20px;
    padding-bottom: 60px;
  }
  #box10 .sitewidth {
    width: 90%;
  }
  #b10left {
    width: 100%;
    margin-left: inherit;
  }
  #b10right {
    width: 100%;
    margin-right: inherit;
  }
  #box10 h3 {
    padding-top: 30px;
    padding-bottom: 20px;
    font-size: 40px;
    line-height: 45px;
  }
  #box10 .buttons {
    margin-left: inherit;
    margin: 0 auto;
    margin-top: 15px;
  }
}
#box11 {
  padding-top: 80px;
  padding-bottom: 90px;
  background: url(../images/pattern3.png);
}

#box11 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) {
  #box11 {
    padding-top: 70px;
  }
  #box11 .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) {
  #box11 {
    padding-top: 60px;
  }
  #box11 .sitewidth {
    width: 90%;
  }
  #box11 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);
}

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

#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 {
  height: 756px;
}

#bbcleft {
  float: left;
  width: 35%;
  height: 100%;
  background: url(../images/pattern2.png);
  position: relative;
  display: block;
}

#bbcleft:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 12px;
  background: #002035;
}

#bbcright {
  float: right;
  width: 65%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  text-align: center;
  display: block;
}

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

#bbcrtop #bbcphone:before {
  content: "";
  display: inline-block;
  width: 11px;
  height: 18px;
  background: url(../images/icon-phone.png);
  position: absolute;
  top: 6px;
  left: 0;
  -webkit-transition: 0.2s;
  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;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

#bbcrtop #bbcphone {
  padding-left: 20px;
}

#bbcrtop #bbcemail {
  padding-left: 30px;
}

#bbcrtop #bbcphone:hover:before {
  top: 4px;
}

#bbcrtop #bbcemail:hover:before {
  top: 7px;
}

#bbcright img {
  display: inline-block;
  margin-top: 115px;
  width: 670px;
  height: 411px;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

#bbcright img:hover {
  margin-top: 100px;
  width: 699px;
  height: 429px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

#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 img {
    margin-top: 80px;
    width: 530px;
    height: 325px;
  }
  #bbcright img:hover {
    margin-top: 75px;
    width: 545px;
    height: 334px;
  }
}
@media screen and (max-width: 1012px) {
  #bottomcontact {
    margin-top: -470px;
  }
  #bottomcontact h2 {
    padding-top: 420px;
  }
  #bbcp {
    padding: 0 5% 50px 5%;
  }
  #bbccontent {
    height: auto;
  }
  #bbcleft {
    width: 90%;
    padding-top: 20px;
    padding-bottom: 0;
    float: none;
    padding-left: 5%;
    padding-right: 5%;
    height: 776px;
  }
  #bbcright {
    width: 100%;
    float: none;
    height: 640px;
  }
  #bbcrtop {
    padding-left: 5%;
    padding-right: 5%;
  }
  #bbcrtop p {
    padding-bottom: 15px;
  }
}
@media screen and (max-width: 767px) {
  #bottomcontact {
    margin-top: -440px;
    padding-bottom: 70px;
  }
  #bottomcontact h2 {
    padding-top: 380px;
  }
  #bbcleft {
    padding-top: 0;
  }
  #bbcright {
    height: 510px;
  }
  #bbcusa {
    display: none !important;
  }
  #bbcusam {
    display: inline-block !important;
  }
  #bbcright img, #bbcright img:hover {
    margin-top: 30px;
    width: 245px;
    height: 209px;
  }
}
@media screen and (max-width: 550px) {
  #bottomcontact {
    margin-top: -468px;
  }
  #bottomcontact h2 {
    padding-top: 410px;
  }
}
/* ============================================================
  Contact Form
============================================================ */
#cpagecontainer {
  width: 100%;
  margin: 0 auto;
  padding-top: 30px;
  padding-bottom: 50px;
}

#cpagecontainer .formentry {
  display: block;
  vertical-align: top;
  position: relative;
  width: 80%;
  float: none;
  margin: 0 auto !important;
  color: #ff0000;
}

#cpagecontainer .formentrytextarea {
  display: block;
  vertical-align: top;
  position: relative;
  width: 80%;
  float: none;
  margin: 0 auto !important;
}

#cpagecontainer .formentry > span {
  font-weight: normal;
  font-size: 16px;
  color: #fff;
  font-family: "Lato", sans-serif;
  display: block;
}

#cpagecontainer span span, #cpagecontainer .formbottomrequired span {
  color: #f7232b;
}

#cpagecontainer .formentryfirst {
  margin-left: 0;
}

#cpagecontainer .formsuccess {
  text-align: center;
  font-weight: bold;
  color: #fff;
  padding: 40px;
  font-family: "Oswald", sans-serif;
  font-size: 34px;
  line-height: 40px;
}

#cpagecontainer .formerror {
  color: #ff0000 !important;
  font-size: 14px !important;
}

#cpagecontainer label.error {
  position: absolute;
  padding: 0;
  right: 0;
  bottom: -7px;
  color: #ff0000 !important;
  font-size: 14px;
  line-height: normal;
}

#cpagecontainer .formentrytextarea label.error {
  bottom: 1px;
}

#cpagecontainer input, #cpagecontainer select, #cpagecontainer textarea {
  height: 35px;
  line-height: 35px;
  width: 98%;
  border: 0 solid #e0dede;
  background: #fff;
  margin: 0 auto;
  margin-bottom: 10px;
  padding: 0 0 0 2%;
  color: #000;
  font-size: 16px;
  position: relative;
  border-radius: 0;
}

#cpagecontainer textarea {
  height: 90px;
  width: 98%;
  padding: 6px 0 0 2%;
  position: relative;
  line-height: normal;
  line-height: 21px;
}

/* Select Menu */
#cpagecontainer .selectmenu {
  width: 80%;
  margin: 0 auto;
  margin-bottom: 10px;
  color: #fff;
  font-size: 16px;
}

#cpagecontainer .formentryselect {
  overflow: hidden;
  background: url(../images/formarrow.png) no-repeat right 50% #fff;
  border: 0 solid #e0dede;
  height: 35px;
}

#cpagecontainer .formentryselect select {
  background: transparent;
  margin-top: 0 !important;
  border: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  width: 100%;
  padding: 0 0 0 2%;
  cursor: pointer;
}

#cpagecontainer select::-ms-expand {
  display: none;
}

#cpagecontainer .formentryselect select {
  color: #ccc;
  font-style: italic;
}

#cpagecontainer .formentryselect select option {
  color: #000;
  font-style: normal;
}

#cpagecontainer .formentryselect select option:first-child {
  color: #ccc;
  font-style: normal;
}

#cpagecontainer button {
  width: 100%;
  display: block;
  border: 0;
  padding: 0;
  cursor: pointer;
  clear: both;
  border-radius: 0;
  position: absolute;
  width: 100%;
  bottom: 0;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

#cpagecontainer .formbottomrequired {
  text-align: center;
  font-size: 12px;
  padding-top: 15px;
  font-style: italic;
  padding-bottom: 0;
  color: #fff;
}

@media screen and (max-width: 1012px) {
  #cpagecontainer {
    margin: 0 auto;
    width: 100%;
    max-width: 350px;
  }
  #cpagecontainer form {
    text-align: center;
  }
  #cpagecontainer .formentry {
    width: 100%;
    float: none;
    margin: 0 auto !important;
    margin-left: inherit;
    display: block;
    text-align: left;
  }
  #cpagecontainer .formsuccess {
    padding: 40px 10px 40px 10px;
  }
  #cpagecontainer label.error {
    bottom: -4px;
    font-size: 12px;
  }
  #cpagecontainer .formentrytextarea label.error {
    bottom: 3px;
  }
  #cpagecontainer input, #cpagecontainer select, #cpagecontainer textarea {
    width: 97%;
    padding: 0 0 0 2%;
  }
  #cpagecontainer textarea {
    width: 98%;
    padding: 6px 0 0 2%;
  }
  #cpagecontainer .radios {
    width: 100%;
    text-align: center;
  }
  #cpagecontainer .radios span {
    padding: 7px 0 5px 0;
    margin-left: -15px;
  }
  #cpagecontainer .selectmenu {
    width: 100%;
    text-align: left;
  }
  #cpagecontainer .checkboxclass {
    width: 100%;
    max-width: 350px;
    float: none;
    margin: 0 auto;
    text-align: left;
  }
  #cpagecontainer button {
    width: 100%;
    max-width: 350px;
    position: relative;
    bottom: inherit;
    left: inherit;
  }
  #cpagecontainer .formbottomrequired {
    padding-top: 15px;
  }
}
@media screen and (max-width: 767px) {
  #cpagecontainer .checkboxclass span {
    padding: 0 0 20px 10px;
    font-size: 12px;
  }
}