/* 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/bg29.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;
  }
}
#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;
  background: #f7232b;
}

#box2 a {
  display: inline-block;
  width: 20%;
  height: 68px;
  line-height: 68px;
  margin-left: 1%;
  margin-right: 1%;
  background: no-repeat;
  text-align: center;
  position: relative;
  color: #fff;
  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: #d0080f;
  position: absolute;
  right: -13px;
  cursor: default;
}

#box2 a:hover {
  text-decoration: none;
  background-color: rgba(255, 255, 255, 0.1);
}

@media screen and (max-width: 1260px) {
  #box2 a {
    font-size: 18px;
    width: 21%;
  }
}
@media screen and (max-width: 1012px) {
  #box2 a {
    font-size: 20px;
    height: 78px;
    line-height: 78px;
    width: 80% !important;
    max-width: 260px;
    margin-left: 3%;
    margin-right: 3%;
    border-bottom: 1px solid #d0080f;
  }
  #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 #d0080f;
  }
}
.text_w_ctas {
  padding: 5.625rem 0;
}
.text_w_ctas p {
  font-size: 1.375rem;
  line-height: 2.5rem;
  font-weight: 400;
  letter-spacing: 0em;
  padding-left: 5%;
  padding-right: 5%;
}
.text_w_ctas p a {
  font-size: 1.375rem;
  line-height: 2.5rem;
}
.text_w_ctas .text_w_ctas__ctas {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 1.875rem;
}
.text_w_ctas .text_w_ctas__ctas a {
  width: auto;
  margin-left: unset;
  margin-right: unset;
  padding: 1.25rem 1.875rem;
  height: unset;
  line-height: unset;
}
.text_w_ctas .text_w_ctas__ctas a:not(:last-of-type) {
  margin-right: 1.5625rem;
}
.text_w_ctas--center p {
  text-align: center;
}
.text_w_ctas--pattern {
  background: url(../images/pattern1.png);
}

.box4 {
  background-position: right top;
  background-repeat: no-repeat;
  background-color: #005f9c;
  background-size: cov;
}
@media screen and (max-width: 1250px) {
  .box4 {
    background-size: 40% 100%;
  }
}
.box4 .box4sub {
  background-position: left top;
  background-repeat: no-repeat;
  padding-top: 90px;
  padding-bottom: 80px;
  position: relative;
}
@media screen and (max-width: 1260px) {
  .box4 .box4sub {
    padding-top: 80px;
    padding-bottom: 60px;
  }
}
@media screen and (max-width: 1012px) {
  .box4 .box4sub {
    padding-top: 60px;
    padding-bottom: 50px;
    background-size: cover;
  }
}
.box4 .sitewidth {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 1012px) {
  .box4 .sitewidth {
    display: block;
  }
}
.box4 .box4content {
  width: 39%;
  margin-right: 4%;
}
@media screen and (max-width: 1260px) {
  .box4 .box4content {
    width: 48%;
    margin-left: 6%;
  }
}
@media screen and (max-width: 1012px) {
  .box4 .box4content {
    width: 90%;
    float: none;
    margin-left: inherit;
    margin: 0 auto;
  }
  .box4 .box4content h2 {
    font-size: 40px;
    line-height: 45px;
  }
}
.box4 .box4content h2 {
  color: #fff;
  font-size: 45px;
  font-weight: bold;
  padding-bottom: 22px;
  text-transform: uppercase;
  line-height: 52px;
}
.box4 .box4content h3 {
  color: #fff;
  font-size: 24px;
  font-weight: bold;
  padding-bottom: 22px;
  padding-top: 15px;
  line-height: 28px;
}
.box4 .box4content p {
  color: #fff;
}
.box4 .box4content ul li {
  color: #fff;
  list-style-type: disc;
  margin-left: 24px;
  line-height: 1.4;
  margin-bottom: 11px;
}
.box4 .box4content ol li {
  color: #fff;
  list-style-type: decimal;
  margin-left: 24px;
  line-height: 1.4;
  margin-bottom: 11px;
}
.box4 .box4content a {
  color: #adacac;
  text-decoration: underline;
}
.box4 .box4content a:hover {
  color: #c6c5c5;
}
.box4 .box4content a.watchvid {
  padding-right: 80px;
  position: relative;
  text-transform: uppercase;
  font-size: 20px;
  border-radius: 4px;
  overflow: hidden;
  text-transform: none;
  font-size: 23px;
  margin-top: 20px;
}
.box4 .box4content a.watchvid span {
  display: block;
  width: 80px;
  height: 100%;
  background: url(../images/watchvid.png) center center no-repeat #c42229;
  position: absolute;
  top: 0;
  right: 0;
}
.box4 img {
  position: absolute;
  right: 0;
  width: 50%;
  top: 0;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 1250px) {
  .box4 img {
    width: 40%;
  }
}
@media screen and (max-width: 1012px) {
  .box4 img {
    width: 350px;
    max-width: calc(100% - 60px);
    float: none;
    margin-right: inherit;
    margin: 0 auto;
    margin-top: 10px;
    position: relative;
  }
}
.box4--alt .sitewidth {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.box4--alt .box4content {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}
.box4--alt img {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  right: unset;
  left: 0;
}

.box5 {
  padding-top: 70px;
  padding-bottom: 56px;
  background: #126196;
}
.box5 h2 {
  color: #fff;
  font-size: 45px;
  line-height: 50px;
  text-align: center;
  text-transform: uppercase;
  font-weight: bold;
  padding-bottom: 24px;
}
@media screen and (max-width: 1260px) {
  .box5 h2 {
    padding-bottom: 20px;
  }
}
@media screen and (max-width: 1012px) {
  .box5 h2 {
    font-size: 40px;
    line-height: 45px;
  }
}
.box5 p {
  font-size: 18px;
  padding-left: 5%;
  padding-right: 5%;
  text-align: center;
  color: #fff;
}
@media screen and (max-width: 1260px) {
  .box5 p {
    line-height: 27px;
    padding-bottom: 18px;
  }
}
@media screen and (max-width: 1260px) {
  .box5 {
    padding-top: 60px;
    padding-bottom: 45px;
  }
}
.box5--white-top-border {
  border-top: 0.625rem solid white;
}

.box7 {
  background: #1e1c1b;
}
.box7 .b7left,
.box7 .b7right {
  float: left;
  width: 43%;
  padding: 70px 3.5% 70px 3.5%;
}
@media screen and (max-width: 1650px) {
  .box7 .b7left,
  .box7 .b7right {
    width: 42%;
    padding: 70px 4% 70px 4%;
  }
}
@media screen and (max-width: 1012px) {
  .box7 .b7left,
  .box7 .b7right {
    width: 86%;
    padding: 50px 7% 50px 7%;
  }
}
.box7 .b7left {
  background: #1e1c1b;
}
.box7 .b7right {
  background: #2e2925;
}
.box7 h2 {
  font-size: 45px;
  line-height: 52px;
  color: #fff;
  font-weight: bold;
  text-transform: uppercase;
  padding-bottom: 8px;
}
@media screen and (max-width: 1260px) {
  .box7 h2 {
    font-size: 40px;
    line-height: 45px;
  }
}
@media screen and (max-width: 1012px) {
  .box7 h2 {
    font-size: 40px;
    line-height: 47px;
  }
}
.box7 p {
  font-size: 27px;
  line-height: 35px;
  color: #929292;
  padding-bottom: 25px;
}
@media screen and (max-width: 1260px) {
  .box7 p {
    font-size: 22px;
    line-height: 30px;
  }
}
.box7 ul li {
  color: #fff;
  list-style-type: disc;
  margin-left: 24px;
  font-size: 20px;
  line-height: 25px;
  margin-bottom: 11px;
}
.box7 ol li {
  color: #fff;
  list-style-type: decimal;
  margin-left: 24px;
  font-size: 20px;
  line-height: 25px;
  margin-bottom: 11px;
}

.box8 {
  padding-top: 90px;
  padding-bottom: 90px;
  background: url(../images/pattern1.png);
  text-align: center;
  clear: both;
  position: relative;
  -webkit-box-shadow: 0 0 12px rgba(0, 0, 0, 0.2);
          box-shadow: 0 0 12px rgba(0, 0, 0, 0.2);
  z-index: 2;
}
@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: 70px;
  }
}
.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;
}
@media screen and (max-width: 1012px) {
  .box8 h2 {
    font-size: 32px;
    line-height: 37px;
  }
}
.box8 p {
  padding-bottom: 30px;
}
.box8 .buttons {
  height: 60px;
  line-height: 58px;
  margin-top: 15px;
  width: 200px;
}

.unit__gallery {
  margin-top: 5.625rem;
  margin-bottom: 5.625rem;
}
.unit__gallery .gallery__top {
  text-align: center;
  margin-bottom: 3.125rem;
}
.unit__gallery .gallery__top h2 {
  font-size: 1.875rem;
}
.unit__gallery .gallery__top p {
  margin-top: 1.25rem;
}
.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__gallery .gallery__container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.unit__gallery .gallery__container .gallery-item {
  width: 24%;
  height: 13.75rem;
  cursor: pointer;
  position: relative;
}
@media screen and (max-width: 1012px) {
  .unit__gallery .gallery__container .gallery-item {
    width: 100%;
    margin-bottom: 1.25rem;
  }
}
.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__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__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__gallery .gallery__container .gallery-item:hover::before, .unit__gallery .gallery__container .gallery-item:focus::before, [data-whatintent=mouse] .unit__gallery .gallery__container .gallery-item:hover::before, [data-whatinput=initial] .unit__gallery .gallery__container .gallery-item:focus::before, [data-whatintent=keyboard] .unit__gallery .gallery__container .gallery-item:focus::before {
  opacity: 1;
}
.unit__gallery .gallery__container .gallery-item:hover::after, .unit__gallery .gallery__container .gallery-item:focus::after, [data-whatintent=mouse] .unit__gallery .gallery__container .gallery-item:hover::after, [data-whatinput=initial] .unit__gallery .gallery__container .gallery-item:focus::after, [data-whatintent=keyboard] .unit__gallery .gallery__container .gallery-item:focus::after {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
.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__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;
}
.box67 .box67__top {
  text-align: center;
  margin-bottom: 2.5rem;
}
.box67 .box67__top h2 {
  font-size: 45px;
  line-height: 52px;
  font-weight: bold;
  text-transform: uppercase;
}
.box67 .accordioncontainer {
  display: none;
}
.box67 .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;
  padding: 18px 7% 20px 2% !important;
  position: relative;
  width: 91%;
  cursor: pointer;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  z-index: 5;
}
.box67 .accordioncontainer .accordion:hover {
  color: #fff;
  background: #292625;
}
.box67 .accordioncontainer .accordion.ui-accordion-header.ui-state-active {
  color: #fff;
  background: #292625;
  border-bottom: 1px solid rgba(0, 95, 156, 0);
  position: relative;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.box67 .accordioncontainer .accordion.ui-accordion-header.ui-state-active:after {
  content: "";
  display: block;
  width: 98%;
  height: 1px;
  background: #292625;
  position: absolute;
  bottom: 0;
}
.box67 .accordioncontainer .accordion.ui-accordion-header.ui-state-active:hover {
  color: #fff;
}
@media screen and (max-width: 767px) {
  .box67 .accordioncontainer .accordion {
    width: 85%;
    padding: 18px 12% 20px 3% !important;
  }
}
.box67 .accordioncontainer div.content {
  width: 96%;
  padding-left: 2%;
  padding-right: 2%;
  padding-top: 24px;
  padding-bottom: 8px;
  background: #fff;
}
.box67 .accordioncontainer div.content li {
  list-style-type: disc;
  margin-left: 35px;
  color: #000;
}
.box67 .accordioncontainer div.content p {
  font-size: 18px;
  font-weight: 400;
  line-height: 27px;
  color: #000;
}
.box67 .accordioncontainer div.content a {
  font-size: 18px;
  font-weight: 400;
}
@media screen and (max-width: 767px) {
  .box67 .accordioncontainer div.content {
    width: 90%;
    padding-left: 5%;
    padding-right: 5%;
  }
}
.box67 .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;
}
.box67 .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;
  }
}

.tiled_pics {
  padding: 5.625rem 0 1.25rem;
}
.tiled_pics .sitewidth .tiled_pics__top {
  text-align: center;
  margin-bottom: 2.5rem;
}
.tiled_pics .sitewidth .tiled_pics__top h2 {
  font-size: 45px;
  line-height: 52px;
  font-weight: bold;
  text-transform: uppercase;
  margin-bottom: 1.25rem;
}
.tiled_pics .sitewidth .tiled_pics__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 1012px) {
  .tiled_pics .sitewidth .tiled_pics__items {
    display: block;
  }
}
.tiled_pics .sitewidth .tiled_pics__items .item {
  width: 48%;
  margin-bottom: 4.375rem;
  text-align: center;
}
@media screen and (max-width: 1012px) {
  .tiled_pics .sitewidth .tiled_pics__items .item {
    width: 100%;
  }
}
.tiled_pics .sitewidth .tiled_pics__items .item img {
  width: 100%;
  height: 21.875rem;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  margin-bottom: 1.875rem;
}
@media screen and (max-width: 1012px) {
  .tiled_pics .sitewidth .tiled_pics__items .item img {
    width: 25rem;
    max-width: 100%;
    display: block;
    margin-left: auto;
    margin-right: auto;
  }
}
.tiled_pics .sitewidth .tiled_pics__items .item h3 {
  font-size: 24px;
  font-weight: bold;
  line-height: 28px;
  margin-bottom: 0.5rem;
}

.two_col_intro {
  padding: 5.625rem 0;
}
.two_col_intro .two_col_intro__top {
  margin-bottom: 1.875rem;
}
.two_col_intro .two_col_intro__top h2 {
  font-size: 45px;
  line-height: 52px;
  font-weight: bold;
  text-transform: uppercase;
  margin-bottom: 1.25rem;
}
.two_col_intro .two_col_intro__content ul {
  -webkit-column-count: 2;
     -moz-column-count: 2;
          column-count: 2;
}
@media screen and (max-width: 1012px) {
  .two_col_intro .two_col_intro__content ul {
    -webkit-column-count: 1;
       -moz-column-count: 1;
            column-count: 1;
  }
}
.two_col_intro .two_col_intro__content ul li {
  list-style-type: disc;
  margin-left: 24px;
  margin-bottom: 3px;
}

.testimonials {
  padding: 5.625rem 0;
  background: #f5f5f5;
}
.testimonials .sitewidth .testimonials__top {
  text-align: center;
  margin-bottom: 2.5rem;
}
.testimonials .sitewidth .testimonials__top h2 {
  font-size: 45px;
  line-height: 52px;
  font-weight: bold;
  text-transform: uppercase;
  margin-bottom: 1.25rem;
}
.testimonials .sitewidth .testimonials__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 1012px) {
  .testimonials .sitewidth .testimonials__items {
    display: block;
  }
}
.testimonials .sitewidth .testimonials__items .item {
  width: 30%;
  margin-bottom: 4.375rem;
  text-align: center;
}
@media screen and (max-width: 1012px) {
  .testimonials .sitewidth .testimonials__items .item {
    width: 100%;
  }
}
.testimonials .sitewidth .testimonials__items .item img {
  width: 100%;
  height: 15.625rem;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  margin-bottom: 1.875rem;
}
@media screen and (max-width: 1012px) {
  .testimonials .sitewidth .testimonials__items .item img {
    width: 25rem;
    max-width: 100%;
    display: block;
    margin-left: auto;
    margin-right: auto;
  }
}
.testimonials .sitewidth .testimonials__items .item h3 {
  font-size: 24px;
  font-weight: bold;
  line-height: 28px;
  margin-bottom: 0.5rem;
}
.testimonials .sitewidth .testimonials__bottom .buttons {
  width: 13.75rem;
}

/* 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;
  }
}