/* Variables and Classes ================================================================================================ */
.clearafter {
  content: '';
  display: block;
  clear: both;
}

.vcenter,
#box3 .b3content {
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.chromejitterfix {
  -webkit-backface-visibility: hidden;
  -webkit-transform: translateZ(0);
}

/* Variables and Classes ================================================================================================ */
.clearafter {
  content: '';
  display: block;
  clear: both;
}

.vcenter,
#box3 .b3content {
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-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%);
  -ms-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;
  -o-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);
    -ms-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;
  }
}
@media screen and (max-width: 1260px) {
  #box1 {
    background-size: 150% auto;
  }
}
#box2 {
  padding-top: 80px;
  padding-bottom: 70px;
}

#box2 p {
  font-size: 22px;
  line-height: 40px;
  padding-left: 10%;
  padding-right: 10%;
  text-align: center;
  color: #000;
}

#box2 p a {
  font-size: 22px;
}

@media screen and (max-width: 1012px) {
  #box2 {
    padding-top: 50px;
    padding-bottom: 40px;
  }

  #box2 p {
    padding-left: 5%;
    padding-right: 5%;
  }
}
@media screen and (max-width: 767px) {
  #box2 {
    padding-top: 40px;
    padding-bottom: 30px;
  }

  #box2 p {
    line-height: 32px;
  }
}
#box3 {
  text-align: center;
  position: relative;
  overflow: hidden;
}

#box3 a {
  display: inline-block;
  width: 33.33%;
  height: 414px;
  margin-left: -2px;
  margin-right: -2px;
  vertical-align: top;
  position: relative;
  text-decoration: none;
}

#box3 a:before {
  content: '';
  display: block;
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(56, 48, 48, 0.6);
  -webkit-transition: 0.6s;
  -o-transition: 0.6s;
  transition: 0.6s;
}

#box3 a span {
  position: relative;
  z-index: 2;
  display: block;
}

#box3 .b3content {
  display: block;
  text-align: left;
  padding-left: 10%;
  width: 60%;
}

#box3 .b3title {
  font-size: 45px;
  font-weight: bold;
  text-transform: uppercase;
  font-family: 'Oswald', sans-serif;
  color: #fff;
  padding-bottom: 15px;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.4);
}

#box3 .b3desc {
  font-size: 20px;
  line-height: 26px;
  font-weight: normal;
  color: #fff;
  padding-bottom: 15px;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.4);
}

#box3 .b3button {
  display: block;
  background: #d9272e;
  width: 200px;
  height: 70px;
  font-size: 25px;
  line-height: 68px;
  font-family: 'Oswald', sans-serif;
  color: #fff !important;
  font-weight: normal;
  text-decoration: none !important;
  padding: 0;
  text-align: center;
  border-radius: 2px;
  -webkit-transition: 0.6s;
  -o-transition: 0.6s;
  transition: 0.6s;
}

#box3 a:nth-child(1) {
  background-position: center center;
  background-size: cover;
}

#box3 a:nth-child(2) {
  background-position: center center;
  background-size: cover;
}

#box3 a:nth-child(3) {
  background-position: center center;
  background-size: cover;
}

#box3 a:nth-child(4) {
  background-position: center center;
  background-size: cover;
}

#box3 a:nth-child(5) {
  background-position: center center;
  background-size: cover;
}

#box3 a:nth-child(6) {
  background-position: center center;
  background-size: cover;
}

#box3 a:hover:before {
  background: rgba(56, 48, 48, 0.4);
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

@media screen and (max-width: 1650px) {
  #box3 a {
    height: 380px;
  }

  #box3 .b3content {
    padding-left: 8%;
    width: 75%;
    top: 60%;
  }

  #box3 a:nth-child(6) {
    background-position: left center;
    background-size: cover;
  }
}
@media screen and (max-width: 1336px) {
  #box3 .b3content {
    padding-left: 8%;
    width: 85%;
    top: 65%;
  }
}
@media screen and (max-width: 1260px) {
  #box3 a {
    height: 340px;
  }

  #box3 .b3title {
    font-size: 40px;
  }

  #box3 .b3desc {
    font-size: 16px;
    line-height: 20px;
  }
}
@media screen and (max-width: 1012px) {
  #box3 a {
    width: 50%;
    border-bottom: 1px solid #000;
  }

  #box3 a:nth-child(even):after {
    content: '';
    display: block;
    height: 100%;
    width: 1px;
    background: #000;
    position: absolute;
    top: 0;
    left: 0;
  }

  #box3 .b3desc {
    font-size: 20px;
    line-height: 26px;
  }
}
@media screen and (max-width: 767px) {
  #box3 a {
    width: 100%;
    border-bottom: 1px solid #000;
  }

  #box3 a:nth-child(even):after {
    display: none;
  }

  #box3 .b3desc {
    font-size: 16px;
    line-height: 20px;
  }
}
#box4 {
  background-position: top center;
  background-repeat: no-repeat;
  background-size: cover;
  text-align: center;
  padding-top: 110px;
  padding-bottom: 140px;
}

#box4 h2 {
  text-align: center;
  color: #000;
  text-transform: uppercase;
  font-size: 45px;
  font-weight: bold;
  padding-bottom: 8px;
}

#box4 p {
  color: #000;
}

#box4 a {
  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 a span {
  display: block;
  width: 80px;
  height: 100%;
  background: url(../images/watchvid.png) center center no-repeat #c42229;
  position: absolute;
  top: 0;
  right: 0;
}

@media screen and (max-width: 1260px) {
  #box4 {
    padding-top: 90px;
    padding-bottom: 120px;
  }
}
@media screen and (max-width: 767px) {
  #box4 {
    padding-top: 70px;
    padding-bottom: 100px;
  }
}
#box5 {
  background-position: left top;
  background-repeat: no-repeat;
  background-color: #005f9c;
}

#box5sub {
  background-position: right top;
  background-repeat: no-repeat;
  padding-top: 120px;
  padding-bottom: 190px;
}

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

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

#box5content p {
  color: #fff;
}

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

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

#box5content .buttons {
  margin-left: 0;
  width: 300px;
  margin-top: 20px;
  height: 70px;
  line-height: 68px;
}

@media screen and (max-width: 1890px) {
  #box5 {
    background-position: -100px top;
  }

  #box5sub {
    background-position: 1200px top;
  }

  #box5content {
    width: 39%;
    float: right;
    margin-right: 2%;
  }
}
@media screen and (max-width: 1650px) {
  #box5 {
    background-position: -260px top;
  }

  #box5sub {
    background-position: 1100px top;
  }

  #box5content {
    margin-right: 6%;
  }
}
@media screen and (max-width: 1410px) {
  #box5 {
    background-position: -320px top;
  }

  #box5sub {
    background-position: 1000px top;
  }

  #box5content {
    margin-right: 8.5%;
  }
}
@media screen and (max-width: 1336px) {
  #box5content {
    width: 39%;
    margin-right: 4%;
  }
}
@media screen and (max-width: 1260px) {
  #box5 {
    background-position: -440px top;
  }

  #box5content {
    width: 39%;
    margin-right: 5%;
  }
}
@media screen and (max-width: 1012px) {
  #box5 {
    background: #005f9c;
  }

  #box5sub {
    background: none;
    padding-top: 60px;
    padding-bottom: 60px;
    text-align: center;
  }

  #box5 img {
    width: 100%;
    max-width: 400px;
    margin: 0 auto;
    margin-bottom: 30px;
  }

  #box5content {
    width: 100%;
    margin-right: 0;
  }

  #box5content .buttons {
    margin: 0 auto;
    width: 100%;
    max-width: 350px;
    margin-top: 10px;
  }
}
@media screen and (max-width: 767px) {
  #box5content h2 {
    font-size: 35px;
    line-height: 43px;
  }
}
#box6 {
  padding-bottom: 0;
}

#box6sub {
  padding-top: 110px;
  padding-bottom: 250px;
  background-size: 740px auto;
  background-position: right top;
  background-repeat: no-repeat;
}

#b6content {
  float: left;
  width: 47%;
  position: relative;
  margin-left: 13%;
}

#b6content:before {
  content: '';
  display: block;
  width: 112px;
  height: 98px;
  background: url(../images/quote.png);
  position: absolute;
  top: -30px;
  left: -140px;
}

#b6content:after {
  content: '';
  display: block;
  width: 112px;
  height: 98px;
  background: url(../images/quote.png);
  position: absolute;
  bottom: 0;
  right: -40px;
  -webkit-transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
  transform: rotate(-180deg);
}

#b6content p {
  font-size: 28px;
  font-family: 'Oswald', sans-serif;
  color: #000;
  line-height: 35px;
}

#b6content p span {
  color: #004674;
  font-size: 18px;
  display: block;
  line-height: 20px;
  padding-top: 15px;
  padding-bottom: 25px;
  font-family: 'Lato', sans-serif;
}

#b6content h2 {
  font-size: 40px;
  font-weight: 500;
  padding-bottom: 22px;
  text-transform: uppercase;
  line-height: 46px;
}

#b6content .buttons {
  width: 240px;
  height: 70px;
  line-height: 68px;
  margin-left: 0;
  z-index: 100;
  position: relative;
}

@media screen and (max-width: 1920px) {
  #b6content {
    margin-left: 9%;
  }
}
@media screen and (max-width: 1890px) {
  #box6sub {
    background-position: 1000px top;
    background-size: 740px auto;
  }

  #b6content {
    width: 40%;
    margin-left: 18%;
  }

  #b6content:after {
    right: -20px;
  }

  #b6content p {
    font-size: 25px;
    line-height: 30px;
  }
}
@media screen and (max-width: 1650px) {
  #box6sub {
    background-position: 940px top;
    background-size: 740px auto;
  }
}
@media screen and (max-width: 1410px) {
  #box6sub {
    background-position: 900px top;
    background-size: 740px auto;
  }
}
@media screen and (max-width: 1336px) {
  #box6sub {
    background-position: 850px top;
    background-size: 740px auto;
  }
}
@media screen and (max-width: 1260px) {
  #box6sub {
    background-position: 660px top;
    background-size: 740px auto;
  }
}
@media screen and (max-width: 1012px) {
  #box6sub {
    padding-top: 110px;
    padding-bottom: 250px;
    background: url(../images/pic2m.png) center 103% no-repeat;
    background-size: 200px auto;
  }
  @media screen and (max-width: 767px) {
    #b6content h2 {
      font-size: 35px;
      line-height: 43px;
    }
  }

  #b6content {
    float: none;
    width: 75%;
    position: relative;
    margin-left: inherit;
    margin: 0 auto;
    padding-left: 5%;
  }

  #b6content:before {
    width: 60px;
    height: 53px;
    background: url(../images/quote.png);
    background-size: cover;
    top: -30px;
    left: -50px;
  }

  #b6content:after {
    width: 60px;
    height: 53px;
    background: url(../images/quote.png);
    background-size: cover;
    bottom: 30px;
    right: -10px;
  }
}
@media screen and (max-width: 767px) {
  #box6sub {
    padding-top: 110px;
    padding-bottom: 250px;
    background-size: 200px auto;
  }

  #b6content {
    width: 85%;
  }

  #b6content p {
    font-size: 22px;
    line-height: 28px;
  }

  #b6content p span {
    font-size: 18px;
    line-height: 20px;
    padding-top: 15px;
    padding-bottom: 25px;
  }

  #b6content .buttons {
    width: 100%;
    height: 70px;
    line-height: 68px;
    margin-left: inherit;
    margin: 0 auto;
  }

  #b6content:before {
    top: -70px;
    left: 0;
  }

  #b6content:after {
    display: none;
  }
}
/* Variables and Classes ================================================================================================ */
.clearafter {
  content: '';
  display: block;
  clear: both;
}

.vcenter,
#box3 .b3content {
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-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; */
  display: flex;
  flex-wrap: wrap;
}

#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 {
  width: 65%;
  background: rgba(0, 0, 0, 0.6);
  text-align: center;
  display: flex;
  flex-direction: column;
}

.bbcright-bottom-contact {
  width: 100% !important;
}

.instant-quote-link {
  color: #adacac !important;
  text-decoration: underline !important;
}

#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;
  -o-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;
  -o-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 #bbcmap {
  display: inline-flex;
  width: 100%;
  align-items: center;
  justify-content: center;
  flex-grow: 1;
  padding: 50px 0;
  box-sizing: border-box;
}

#bbcright #bbcmap > img {
  display: block;
  width: 670px;
  height: 411px;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}

#bbcright #bbcmap > img:hover {
  width: 699px;
  height: 429px;
  -webkit-transition: 0.3s;
  -o-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 #bbcmap > img {
    width: 530px;
    height: 325px;
  }

  #bbcright #bbcmap > img:hover {
    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: 50px;
    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 #bbcmap > img,
  #bbcright #bbcmap > img:hover {
    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; */
  height: 100%;
  box-sizing: border-box;
  display: flex;
  align-items: center;
}

#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;
  line-height: normal;
  padding: 20px;
}

#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 {
  box-sizing: border-box;
  width: 100%;
  height: 35px;
  line-height: 35px;
  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;
  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;
  -o-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;
  }
}
