/* 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/bg18.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: 70px;
  padding-bottom: 60px;
  background: url(../images/pattern1.png);
  text-align: center;
}

#box2 sitewidth {
  width: 700px;
}

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

@media screen and (max-width: 767px) {
  #box2 {
    padding-top: 60px;
    padding-bottom: 50px;
  }
  #box2 h2 {
    font-size: 40px;
    line-height: 46px;
  }
}
#box3 {
  padding-top: 80px;
  padding-bottom: 280px;
}
#box3 .sitewidth h2 {
  color: #000;
  font-size: 45px;
  font-weight: bold;
  padding-bottom: 22px;
  text-transform: uppercase;
  line-height: 52px;
}
@media screen and (max-width: 767px) {
  #box3 .sitewidth h2 {
    font-size: 40px;
    line-height: 46px;
  }
}
#box3 .sitewidth h2:not(:first-of-type) {
  margin-top: 4.375rem;
}

.accordioncontainer {
  display: none;
}

.accordioncontainer .accordion {
  background: #1e1c1b;
  border-bottom: 1px solid #393533;
  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: #5e5855;
}

.accordioncontainer .ui-accordion-header.ui-state-active {
  color: #fff;
  background: #d9272e;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  border-bottom: 1px solid rgba(217, 39, 46, 0);
  position: relative;
  transition: 0.2s;
}

.accordioncontainer .ui-accordion-header.ui-state-active:after {
  content: "";
  display: block;
  width: 98%;
  height: 1px;
  background: #d9272e;
  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 ul {
  margin-bottom: 1.5rem;
}

.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) {
  #box3 {
    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%;
  }
}
/* 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;
  }
}