/* 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/bg20.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 {
  line-height: 84px;
  height: 108px;
}

#box2 a span {
  display: block;
  color: #aaa;
  font-size: 16px;
  position: absolute;
  line-height: normal;
  width: 100%;
  text-align: center;
  bottom: 30px;
  font-family: "Lato", sans-serif;
}

#box2 a {
  width: 16%;
  padding-left: 0;
  padding-right: 0;
  margin-left: -2px;
  margin-right: -2px;
  text-align: center;
}

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

@media screen and (max-width: 1012px) {
  #box2 a {
    padding-right: inherit !important;
    margin-left: 3%;
    margin-right: 3%;
  }
  #box2 a:nth-child(3), #box2 a:nth-child(4) {
    border-bottom: 1px solid #ddd;
  }
  #box2 a:nth-child(5), #box2 a:nth-child(6) {
    border-bottom: 0;
  }
  #box2 a:nth-child(1):after, #box2 a:nth-child(2):after, #box2 a:nth-child(3):after, #box2 a:nth-child(4):after, #box2 a:nth-child(5):after {
    display: none;
  }
}
@media screen and (max-width: 800px) {
  #box2 a:nth-child(5) {
    border-bottom: 1px solid #ddd;
  }
}
#box3 {
  background: url(../images/pattern1.png);
  padding-top: 80px;
  padding-bottom: 65px;
  text-align: center;
}

#box3 p {
  padding-left: 10%;
  padding-right: 10%;
}

@media screen and (max-width: 1260px) {
  #box3 {
    padding-top: 60px;
    padding-bottom: 45px;
  }
}
@media screen and (max-width: 767px) {
  #box3 p {
    padding-left: 5%;
    padding-right: 5%;
  }
}
.test {
  background-color: #005f9c;
  background-repeat: no-repeat;
  height: 537px;
  clear: both;
}

.testleft {
  background-image: url(../images/bg8.png);
  background-position: left top;
}

.testright {
  background-image: url(../images/bg8flipped.png);
  background-position: right top;
}

.testcontent {
  position: relative;
  width: 30%;
}

.testleft .testcontent {
  float: left;
  padding: 90px 5% 0 15%;
}

.testright .testcontent {
  float: right;
  padding: 90px 15% 0 5%;
}

.testvid {
  position: relative;
  width: 50%;
  height: 100%;
}

.testvid iframe {
  width: 100%;
  height: 100%;
}

.testleft .testvid {
  float: right;
}

.testright .testvid {
  float: left;
}

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

.testcontent .testsubtitle {
  color: #fff;
  font-size: 22px;
  padding-bottom: 32px;
  line-height: 28px;
}

.testcontent div {
  border-top: 2px solid #2b7aad;
  padding-top: 30px;
}

.testcontent p {
  color: #fff;
}

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

.testcontent a:hover {
  color: #c6c5c5;
}

@media screen and (max-width: 1890px) {
  .test {
    height: 470px;
  }
  .testleft .testcontent {
    padding: 80px 5% 0 15%;
  }
  .testright .testcontent {
    padding: 80px 15% 0 5%;
  }
}
@media screen and (max-width: 1650px) {
  .test {
    height: 402px;
  }
  .testcontent {
    width: 40%;
  }
  .testleft .testcontent {
    padding: 70px 5% 0 5%;
  }
  .testright .testcontent {
    padding: 70px 5% 0 5%;
  }
  .testcontent .testsubtitle {
    padding-bottom: 22px;
  }
  .testcontent div {
    padding-top: 20px;
  }
}
@media screen and (max-width: 1410px) {
  .test {
    height: 381px;
  }
  .testleft .testcontent {
    padding: 65px 5% 0 5%;
  }
  .testright .testcontent {
    padding: 65px 5% 0 5%;
  }
  .testcontent h2 {
    font-size: 40px;
    line-height: 46px;
  }
}
@media screen and (max-width: 1336px) {
  .test {
    height: 356px;
  }
  .testleft .testcontent {
    padding: 50px 5% 0 5%;
  }
  .testright .testcontent {
    padding: 50px 5% 0 5%;
  }
  .testcontent .testsubtitle {
    padding-bottom: 12px;
  }
}
@media screen and (max-width: 1260px) {
  .test {
    height: 285px;
  }
  .testleft .testcontent {
    padding: 40px 5% 0 5%;
  }
  .testright .testcontent {
    padding: 40px 5% 0 5%;
  }
  .testcontent h2 {
    font-size: 35px;
    line-height: 41px;
  }
  .testcontent .testsubtitle {
    font-size: 18px;
    line-height: 23px;
  }
  .testcontent p {
    font-size: 15px;
    line-height: 19px;
  }
}
@media screen and (max-width: 1012px) {
  .test {
    height: auto;
  }
  .testcontent {
    width: 90%;
  }
  .testcontent h2, .testcontent .testsubtitle {
    text-align: center;
  }
  .testleft .testcontent, .testright .testcontent {
    padding: 50px 5% 15px 5%;
  }
  .testvid {
    width: 100%;
    height: 285px;
  }
}
.box4 {
  background: url(../images/pattern1.png);
}

.box4sub {
  background: url(../images/pic18.jpg) right top no-repeat;
  padding-top: 80px;
  padding-bottom: 70px;
}

.b4content {
  position: relative;
  width: 480px;
  float: left;
}

.b4content h2 {
  color: #000;
  font-size: 45px;
  font-weight: bold;
  padding-bottom: 6px;
  text-transform: uppercase;
  line-height: 52px;
}

.b4content .b4subtitle {
  color: #000;
  font-size: 22px;.
  padding-bottom: 32px;
  line-height: 28px;
}

.b4content div {
  border-top: 2px solid #dbdbdb;
  padding-top: 30px;
}

.b4content p {
  color: #000;
}

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


.b4content a:hover {
  color: #c6c5c5;
}

.box4 img {
  display: none;
}

@media screen and (max-width: 1890px) {
  .box4sub {
    background: url(../images/pic18.jpg) 831px top no-repeat;
  }
}
@media screen and (max-width: 1650px) {
  .box4sub {
    background: url(../images/pic18.jpg) 712px top no-repeat;
  }
}
@media screen and (max-width: 1410px) {
  .box4sub {
    background: url(../images/pic18.jpg) 675px top no-repeat;
  }
}
@media screen and (max-width: 1336px) {
  .box4sub {
    background: url(../images/pic18.jpg) 632px top no-repeat;
  }
}
@media screen and (max-width: 1260px) {
  .box4sub {
    background: none;
    padding-top: 70px;
    padding-bottom: 60px;
  }
  .b4content {
    margin-left: 30px;
    width: 50%;
  }
  .box4 img {
    display: block;
    float: right;
    width: 380px;
    margin-right: 20px;
  }
}
@media screen and (max-width: 1012px) {
  .box4sub {
    padding-top: 60px;
  }
  .b4content {
    margin-left: inherit;
    width: 100%;
  }
  .b4content h2 {
    font-size: 40px;
    line-height: 46px;
  }
  .box4 img {
    float: none;
    margin: 0 auto;
    width: 100%;
    max-width: 380px;
    margin-right: inherit;
    margin-top: 10px;
  }
}
.box5 {
  background: url(../images/bg9.png) left top no-repeat #005f9c;
}

.box5sub {
  background: url(../images/bg9flipped.png) right top no-repeat;
  padding-top: 80px;
  padding-bottom: 70px;
}

.b5content h2 {
  color: #fff;
  font-size: 45px;
  font-weight: bold;
  padding-bottom: 6px;
  text-transform: uppercase;
  line-height: 52px;
  position: relative;
  width: 500px;
}

.b5content h2:after {
  content: "";
  display: block;
  height: 2px;
  width: 100%;
  background: #2b7aad;
  position: absolute;
  bottom: -74px;
  left: 0;
}

#b5subtitle {
  color: #fff;
  font-size: 22px;
  padding-bottom: 92px;
  line-height: 28px;
}

.box5 p {
  color: #fff;
}

@media screen and (max-width: 1260px) {
  .box5 {
    background-image: none;
  }
  .box5 .sitewidth {
    width: 90%;
  }
  .box5sub {
    padding-top: 70px;
    padding-bottom: 50px;
  }
  .b5content h2:after {
    bottom: -54px;
  }
  #b5subtitle {
    padding-bottom: 62px;
  }
}
@media screen and (max-width: 1012px) {
  .box5sub {
    padding-top: 60px;
    padding-bottom: 50px;
    background: url(../images/bg6.png) right bottom no-repeat;
  }
  .b5content {
    margin-left: inherit;
    width: 100%;
  }
  .b5content h2 {
    font-size: 40px;
    line-height: 46px;
    width: 100%;
  }
  #b5subtitle {
    font-size: 20px;
    padding-bottom: 62px;
    line-height: 24px;
  }
}
.box6 {
  background: url(../images/pattern3.png);
}

.box6sub {
  background: url(../images/pic19.jpg) left top no-repeat;
  padding-top: 80px;
  padding-bottom: 65px;
}

.b6content {
  position: relative;
  width: 490px;
  float: right;
}

.b6content h2 {
  color: #000;
  font-size: 45px;
  font-weight: bold;
  padding-bottom: 6px;
  text-transform: uppercase;
  line-height: 52px;
}

.b6content .b6subtitle {
  color: #000;
  font-size: 22px;
  padding-bottom: 32px;
  line-height: 28px;
}

.b6content div {
  border-top: 2px solid #dbdbdb;
  padding-top: 30px;
}

.b6content p {
  color: #000;
}

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

.b6content a:hover {
  color: #c6c5c5;
}

.box6 img {
  display: none;
}

@media screen and (max-width: 1890px) {
  .box6sub {
    background: url(../images/pic19.jpg) -118px top no-repeat;
  }
}
@media screen and (max-width: 1650px) {
  .box6sub {
    background: url(../images/pic19.jpg) -237px top no-repeat;
  }
}
@media screen and (max-width: 1410px) {
  .box6sub {
    background: url(../images/pic19.jpg) -257px top no-repeat;
  }
}
@media screen and (max-width: 1336px) {
  .box6sub {
    background: url(../images/pic19.jpg) -287px top no-repeat;
  }
}
@media screen and (max-width: 1260px) {
  .box6sub {
    background: none;
    padding-top: 70px;
    padding-bottom: 60px;
  }
  .b6content {
    margin-right: 30px;
    width: 50%;
  }
  .box6 img {
    display: block;
    float: left;
    width: 380px;
    margin-left: 20px;
  }
}
@media screen and (max-width: 1012px) {
  .box6sub {
    padding-top: 60px;
    padding-bottom: 50px;
  }
  .b6content {
    margin-right: inherit;
    width: 100%;
    padding-top: 0;
  }
  .b6content h2 {
    font-size: 40px;
    line-height: 46px;
  }
  .box6 img {
    float: none;
    margin: 0 auto;
    width: 100%;
    max-width: 380px;
    margin-left: inherit;
    margin-bottom: 20px;
  }
}
.box7 {
  background: url(../images/pattern1.png);
  padding-top: 80px;
  padding-bottom: 65px;
}

.b7content h2 {
  color: #000;
  font-size: 45px;
  font-weight: bold;
  padding-bottom: 6px;
  text-transform: uppercase;
  line-height: 52px;
  position: relative;
  width: 500px;
}

.b7content h2:after {
  content: "";
  display: block;
  height: 2px;
  width: 100%;
  background: #dbdbdb;
  position: absolute;
  bottom: -74px;
  left: 0;
}

.b7subtitle {
  color: #000;
  font-size: 22px;
  padding-bottom: 92px;
  line-height: 28px;
}

.box7 p {
  color: #000;
}

@media screen and (max-width: 1260px) {
  .box7 {
    padding-top: 70px;
    padding-bottom: 50px;
  }
  .box7 .sitewidth {
    width: 90%;
  }
  .b7content h2:after {
    bottom: -54px;
  }
  .b7subtitle {
    padding-bottom: 62px;
  }
}
@media screen and (max-width: 1012px) {
  .box7 {
    padding-top: 60px;
    padding-bottom: 50px;
  }
  .b7content {
    margin-left: inherit;
    width: 100%;
  }
  .b7content h2 {
    font-size: 40px;
    line-height: 46px;
    width: 100%;
  }
  .b7subtitle {
    font-size: 20px;
    padding-bottom: 62px;
    line-height: 24px;
  }
}
.box8 {
  background: url(../images/bg9flipped.png) right top no-repeat #005f9c;
}

.box8sub {
  background: url(../images/pic20.jpg) -4px top no-repeat;
  padding-top: 80px;
  padding-bottom: 80px;
}

.b8content {
  position: relative;
  width: 480px;
  float: right;
}

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

.b8content .testsubtitle {
  color: #fff;
  font-size: 22px;
  padding-bottom: 32px;
  line-height: 28px;
}

.b8content div {
  border-top: 2px solid #2b7aad;
  padding-top: 30px;
}

.box8 p {
  color: #fff;
}

.box8 img {
  display: none;
}

@media screen and (max-width: 1890px) {
  .box8sub {
    background: url(../images/pic20.jpg) -131px top no-repeat;
  }
}
@media screen and (max-width: 1650px) {
  .box8sub {
    background: url(../images/pic20.jpg) -250px top no-repeat;
  }
}
@media screen and (max-width: 1410px) {
  .box8sub {
    background: url(../images/pic20.jpg) -270px top no-repeat;
  }
}
@media screen and (max-width: 1336px) {
  .box8sub {
    background: url(../images/pic20.jpg) -290px top no-repeat;
  }
}
@media screen and (max-width: 1012px) {
  .b8content h2 {
    font-size: 40px;
    line-height: 46px;
  }
}
@media screen and (max-width: 1260px) {
  .box8sub {
    background: none;
    padding-top: 70px;
    padding-bottom: 60px;
  }
  .b8content {
    margin-right: 30px;
    width: 50%;
  }
  .box8 img {
    display: block;
    float: left;
    width: 380px;
    margin-left: 20px;
  }
}
@media screen and (max-width: 1012px) {
  .box8 {
    background: url(../images/bg6.png) right bottom no-repeat #005f9c;
  }
  .box8sub {
    padding-top: 60px;
    padding-bottom: 50px;
  }
  .b8content {
    margin-right: inherit;
    width: 100%;
    padding-top: 0;
  }
  .b8content h2 {
    font-size: 40px;
    line-height: 46px;
  }
  .box8 img {
    float: none;
    margin: 0 auto;
    width: 100%;
    max-width: 380px;
    margin-left: inherit;
    margin-bottom: 30px;
  }
}