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

.vcenter {
  position: relative;
  top: 50%;
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%); }

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

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

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

.vcenter {
  position: relative;
  top: 50%;
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%); }

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

#box1 {
  -moz-background-size: cover;
  -o-background-size: cover;
  -webkit-background-size: cover;
  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;
  -moz-background-size: 100% auto;
  -o-background-size: 100% auto;
  -webkit-background-size: 100% auto;
  background-size: 100% auto;
  height: 100%; }

#box1 #box1content {
  position: relative;
  top: 50%;
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-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;
  -moz-border-radius: 60px;
  -webkit-border-radius: 60px;
  border-radius: 60px;
  display: block;
  z-index: 10;
  position: absolute;
  left: 50%;
  margin-left: -30px;
  bottom: 30px;
  -moz-transition: 0.2s;
  -o-transition: 0.2s;
  -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;
    -moz-background-size: 100% auto;
    -o-background-size: 100% auto;
    -webkit-background-size: 100% auto;
    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;
    -moz-background-size: 100% auto;
    -o-background-size: 100% auto;
    -webkit-background-size: 100% auto;
    background-size: 100% auto; } }
@media screen and (max-width: 1260px) {
  #box1sub {
    background: url(../images/headerbg.png) center 50px no-repeat;
    -moz-background-size: 100% auto;
    -o-background-size: 100% auto;
    -webkit-background-size: 100% auto;
    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;
    -moz-background-size: cover;
    -o-background-size: cover;
    -webkit-background-size: cover;
    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;
    -moz-transform: translateY(0);
    -ms-transform: translateY(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%;
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-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;
  -moz-box-shadow: 0 0 6px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 0 6px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.2);
  position: relative;
  z-index: 4; }

#box2 a {
  display: inline-block;
  width: 20%;
  padding-right: 2%;
  height: 108px;
  line-height: 108px;
  margin-left: 1%;
  margin-right: 1%;
  background: no-repeat;
  text-align: right;
  position: relative;
  color: #000;
  font-family: "Oswald", sans-serif;
  font-size: 22px;
  font-weight: 400; }

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

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

@media screen and (max-width: 1260px) {
  #box2 a {
    font-size: 18px;
    height: 88px;
    line-height: 88px;
    width: 21%;
    padding-right: 1%; } }
@media screen and (max-width: 1012px) {
  #box2 a {
    font-size: 20px;
    height: 78px;
    line-height: 78px;
    width: 80% !important;
    max-width: 260px;
    padding-right: 5% !important;
    margin-left: 3%;
    margin-right: 3%;
    border-bottom: 1px solid #ddd; }

  #box2 a:nth-child(3), #box2 a:nth-child(4) {
    border-bottom: 0; }

  #box2 a:nth-child(1):after, #box2 a:nth-child(2):after, #box2 a:nth-child(3):after {
    display: none; } }
@media screen and (max-width: 800px) {
  #box2 a {
    width: 95% !important;
    max-width: 330px;
    margin-left: -2px;
    margin-right: -2px; }

  #box2 a:nth-child(3) {
    border-bottom: 1px solid #ddd; } }
#box2 a:nth-child(1) {
  background-image: url(../images/icon-d.png);
  background-position: 15% 50%;
  padding-right: 3.5%;
  width: 18.5%; }

#box2 a:nth-child(2) {
  background-image: url(../images/icon-star.png);
  background-position: 28% 50%;
  padding-right: 6.5%;
  width: 15.5%; }

#box2 a:nth-child(3) {
  background-image: url(../images/icon-dollarsign.png);
  background-position: 25% 50%;
  padding-right: 5.5%;
  width: 16.5%; }

#box2 a:nth-child(4) {
  background-image: url(../images/icon-check.png);
  background-position: 16% 50%;
  padding-right: 5.5%;
  width: 16.5%; }

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

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

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

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

@media screen and (max-width: 1260px) {
  #box2 a:nth-child(1) {
    background-position: 13% 50%;
    padding-right: 3.5%;
    width: 18.5%; }

  #box2 a:nth-child(2) {
    background-position: 28% 50%;
    padding-right: 6.5%;
    width: 15.5%; }

  #box2 a:nth-child(3) {
    background-position: 25% 50%;
    padding-right: 5.5%;
    width: 16.5%; }

  #box2 a:nth-child(4) {
    background-position: 18% 50%;
    padding-right: 5%;
    width: 17%; }

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

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

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

  #box2 a:nth-child(4):hover {
    background-position: 18% 45%; } }
@media screen and (max-width: 1012px) {
  #box2 a:nth-child(1) {
    background-position: 5% 50% !important; }

  #box2 a:nth-child(2) {
    background-position: 8% 50% !important; }

  #box2 a:nth-child(3) {
    background-position: 10% 50% !important; }

  #box2 a:nth-child(4) {
    background-position: 5% 50% !important; } }
#box3 {
  padding-top: 80px;
  padding-bottom: 66px;
  background: url(../images/pattern1.png); }

#box3 p {
  font-size: 22px;
  line-height: 29px;
  padding-left: 5%;
  padding-right: 5%;
  text-align: center;
  color: #000; }

@media screen and (max-width: 1260px) {
  #box3 {
    padding-top: 60px;
    padding-bottom: 45px; }

  #box3 p {
    line-height: 27px;
    padding-bottom: 18px; } }
@media screen and (max-width: 767px) {
  #box3 p {
    padding-left: 1%;
    padding-right: 1%; } }
#box9 {
  background: url(../images/pic21.jpg) right top no-repeat #005f9c; }

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

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

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

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

#box9content p {
  color: #fff; }

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

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

#box9content .buttons {
  height: 70px;
  line-height: 70px;
  margin-left: 0;
  margin-top: 10px;
  margin-bottom: 37px;
  width: 220px; }

@media screen and (max-width: 1890px) {
  #box9 {
    background: url(../images/pic21.jpg) 800px top no-repeat #005f9c; } }
@media screen and (max-width: 1650px) {
  #box9 {
    background: url(../images/pic21.jpg) 680px top no-repeat #005f9c; } }
@media screen and (max-width: 1410px) {
  #box9 {
    background: url(../images/pic21.jpg) 630px top no-repeat #005f9c; } }
@media screen and (max-width: 1336px) {
  #box9 {
    background: #005f9c; }

  #box9 img.hum {
    display: block !important;
    float: right;
    width: 646px; } }
@media screen and (max-width: 1260px) {
  #box9sub {
    padding-top: 80px;
    padding-bottom: 60px; }

  #box9content {
    width: 48%;
    margin-left: 6%; }

  #box9 img.hum {
    width: 350px;
    margin-right: 5%; } }
@media screen and (max-width: 1012px) {
  #box9sub {
    padding-top: 60px;
    padding-bottom: 50px;
    -moz-background-size: cover;
    -o-background-size: cover;
    -webkit-background-size: cover;
    background-size: cover; }

  #box9 img.hum {
    width: 100%;
    max-width: 350px;
    float: none;
    margin-right: inherit;
    margin: 0 auto;
    margin-top: 10px; }

  #box9content {
    width: 90%;
    float: none;
    margin-left: inherit;
    margin: 0 auto; }

  #box9content h2 {
    font-size: 40px;
    line-height: 45px; }

  #box9content .buttons {
    margin-left: inherit;
    margin: 0 auto;
    margin-top: 10px;
    margin-bottom: 37px;
    width: 100%;
    max-width: 220px; } }
.box6 {
  padding-top: 10px;
  background: url(../images/pattern1.png); }

#box4 {
  background: url(../images/pattern4.png);
  padding-top: 70px;
  padding-bottom: 55px;
  text-align: center; }

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

#box4 p {
  color: #fff; }

@media screen and (max-width: 1260px) {
  #box4 p {
    padding-left: 5%;
    padding-right: 5%; } }
#box11 {
  padding-top: 90px;
  padding-bottom: 35px;
  background: url(../images/pattern1.png);
  -moz-box-shadow: 0 6px 6px rgba(0, 0, 0, 0.07);
  -webkit-box-shadow: 0 6px 6px rgba(0, 0, 0, 0.07);
  box-shadow: 0 6px 6px rgba(0, 0, 0, 0.07);
  position: relative;
  z-index: 2; }

#b11container .b11content:nth-child(1) {
  padding-top: 0; }

.b11content {
  clear: both;
  padding-bottom: 40px; }

.b11content .b11img {
  float: left;
  width: 210px;
  text-align: center; }

#b11container .b11content:nth-child(1) img {
  margin-left: 8px; }

.b11content .b11text {
  float: left;
  width: 900px; }

.b11content h3 {
  font-size: 24px;
  font-family: "Lato", sans-serif;
  font-weight: bold;
  letter-spacing: 0;
  padding-bottom: 18px; }

.b11content .buttons {
  margin-left: 0;
  width: 320px;
  height: 70px;
  line-height: 68px;
  margin-bottom: 15px; }

#b11bottom {
  padding-top: 40px; }

#b11bottom h3 {
  font-size: 24px;
  font-family: "Lato", sans-serif;
  font-weight: bold;
  letter-spacing: 0; }

@media screen and (max-width: 1336px) {
  #b11bottom li {
    margin-left: 44px; } }
@media screen and (max-width: 1260px) {
  #box11 {
    padding-top: 70px;
    padding-bottom: 25px; }

  #box11 .sitewidth {
    width: 940px; }

  .b11content .b11img {
    margin-left: 20px; }

  .b11content .b11text {
    width: 650px; } }
@media screen and (max-width: 1012px) {
  #box11 {
    padding-top: 60px; }

  #box11 .sitewidth {
    width: 90%; }

  .b11content .b11img {
    width: 100%;
    margin-bottom: 20px;
    margin-left: inherit; }

  .b11content .b11img img {
    display: inline-block; }

  #b11container .b11content:nth-child(1) {
    padding-top: 30px; }

  #b11container .b11content:nth-child(1) img {
    margin-left: inherit; }

  .b11content .b11text {
    width: 100%; } }
@media screen and (max-width: 767px) {
  #box11 {
    padding-top: 40px;
    padding-bottom: 15px; }

  .b11content .buttons {
    margin-left: inherit;
    margin: 0 auto;
    margin-bottom: 15px;
    width: 100%;
    max-width: 320px;
    font-size: 18px; } }
#box5 {
  background: url(../images/bg23.jpg) left top no-repeat #005f9c; }

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

#box5content {
  width: 40%;
  float: right;
  margin-right: 3%; }

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

#box5content h3 {
  color: #fff;
  font-size: 24px;
  font-weight: bold;
  padding-bottom: 22px;
  padding-top: 15px;
  line-height: 28px;
  font-family: "Lato", sans-serif;
  letter-spacing: 0; }

#box5content p {
  color: #fff; }

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

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

#box5content .buttons {
  margin-left: 0;
  width: 320px;
  height: 70px;
  line-height: 68px;
  margin-bottom: 15px; }

@media screen and (max-width: 1890px) {
  #box5 {
    background: url(../images/bg23.jpg) -125px top no-repeat #005f9c; } }
@media screen and (max-width: 1650px) {
  #box5 {
    background: url(../images/bg23.jpg) -241px top no-repeat #005f9c; } }
@media screen and (max-width: 1410px) {
  #box5 {
    background: url(../images/bg23.jpg) -278px top no-repeat #005f9c; } }
@media screen and (max-width: 1336px) {
  #box5 {
    background: #005f9c; }

  #box5 img.hum {
    display: block !important;
    float: left;
    width: 580px; } }
@media screen and (max-width: 1260px) {
  #box5sub {
    padding-top: 70px;
    padding-bottom: 60px; }

  #box5content {
    width: 48%;
    margin-right: 5%; }

  #box5 img.hum {
    width: 350px;
    margin-left: 5%; } }
@media screen and (max-width: 1012px) {
  #box5sub {
    padding-top: 60px;
    padding-bottom: 50px;
    -moz-background-size: cover;
    -o-background-size: cover;
    -webkit-background-size: cover;
    background-size: cover; }

  #box5 img.hum {
    width: 100%;
    max-width: 350px;
    float: none;
    margin-left: inherit;
    margin: 0 auto;
    margin-top: 40px; }

  #box5content {
    width: 90%;
    float: none;
    margin-right: inherit;
    margin: 0 auto; }

  #box5content h2 {
    font-size: 40px;
    line-height: 45px; }

  #box5content .buttons {
    margin-left: inherit;
    width: 100%;
    max-width: 320px;
    margin: 0 auto;
    margin-top: 10px; } }
@media screen and (max-width: 767px) {
  #box5sub {
    padding-top: 60px;
    padding-bottom: 50px;
    -moz-background-size: cover;
    -o-background-size: cover;
    -webkit-background-size: cover;
    background-size: cover; }

  #box5 img.hum {
    width: 100%;
    max-width: 350px;
    float: none;
    margin-left: inherit;
    margin: 0 auto;
    margin-top: 40px; }

  #box5content {
    width: 90%;
    float: none;
    margin-right: inherit;
    margin: 0 auto; }

  #box5content h2 {
    font-size: 40px;
    line-height: 45px; }

  #box5content .buttons {
    font-size: 18px; } }
#box7 {
  background: url(../images/bg24.jpg) right top no-repeat #005f9c;
  position: relative; }

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

#box7content {
  width: 43%;
  float: left; }

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

#box7content h3 {
  color: #fff;
  font-size: 24px;
  font-weight: bold;
  padding-bottom: 22px;
  padding-top: 15px;
  line-height: 28px;
  font-family: "Lato", sans-serif;
  letter-spacing: 0; }

#box7content p {
  color: #fff; }

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

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

@media screen and (max-width: 1920px) {
  #box7 {
    background: url(../images/bg24.jpg) 949px top no-repeat #005f9c; } }
@media screen and (max-width: 1890px) {
  #box7 {
    background: url(../images/bg24.jpg) 824px top no-repeat #005f9c; } }
@media screen and (max-width: 1650px) {
  #box7 {
    background: url(../images/bg24.jpg) 707px top no-repeat #005f9c; } }
@media screen and (max-width: 1410px) {
  #box7 {
    background: url(../images/bg24.jpg) 670px top no-repeat #005f9c; } }
@media screen and (max-width: 1336px) {
  #box7 {
    background: #005f9c; }

  #box7sub {
    padding-top: 80px;
    padding-bottom: 60px; }

  #box7content {
    margin-left: 1%; }

  #box7 img.hum {
    display: block !important;
    float: right;
    width: 590px; } }
@media screen and (max-width: 1260px) {
  #box7sub {
    padding-top: 70px;
    padding-bottom: 50px; }

  #box7content {
    width: 48%;
    margin-left: 6%; }

  #box7 img.hum {
    width: 350px;
    margin-right: 5%; } }
@media screen and (max-width: 1012px) {
  #box7sub {
    padding-top: 60px;
    padding-bottom: 50px;
    -moz-background-size: cover;
    -o-background-size: cover;
    -webkit-background-size: cover;
    background-size: cover; }

  #box7 img.hum {
    width: 100%;
    max-width: 350px;
    float: none;
    margin-right: inherit;
    margin: 0 auto;
    margin-top: 32px; }

  #box7content {
    width: 90%;
    float: none;
    margin-left: inherit;
    margin: 0 auto; }

  #box7content h2 {
    font-size: 40px;
    line-height: 45px; } }
#box8 {
  background: url(../images/pattern3.png);
  padding-top: 70px;
  padding-bottom: 60px;
  text-align: center; }

#box8 .sitewidth {
  width: 800px; }

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

#box8 p {
  color: #000; }

#box8 iframe {
  margin: 0 auto;
  width: 640px;
  height: 360px;
  margin-top: 30px; }

@media screen and (max-width: 1260px) {
  #box8 .sitewidth {
    width: 980px; }

  #box8 p {
    padding-left: 5%;
    padding-right: 5%; } }
@media screen and (max-width: 1012px) {
  #box8 .sitewidth {
    width: 90%; } }
@media screen and (max-width: 767px) {
  #box8 iframe {
    width: 100%; } }
#box12 {
  background: url(../images/pattern1.png);
  padding-top: 70px;
  padding-bottom: 80px; }

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

#b12content {
  text-align: center;
  font-size: 0; }

#b12content div {
  width: 33.33%;
  height: 370px;
  margin-left: -2px;
  margin-right: -2px;
  display: inline-block;
  vertical-align: top;
  background-position: center bottom;
  background-repeat: no-repeat;
  -moz-transition: 0.2s;
  -o-transition: 0.2s;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  position: relative;
  overflow: hidden; }

#b12content div:nth-child(odd) {
  background-color: #f0f0f0; }

#b12content div:nth-child(even) {
  background-color: #e6e5e5; }
  
#b12content div.disabled, b12content div.disabled:hover {
  background: none !important;
}

/* url(../images/staff1.png); /* Dustin Fourman */
/* url(../images/staff-shanek.png); /* Shane Kline */
/* url(../images/staff3.png); /* Ethan Couch */
/* url(../images/staff-small.png); /* Lee Small */
/* url(../images/staff2.png); /* Sharon Shelley */
/* url(../images/staff-swigart.png); /* Christy Swigart */
/* url(../images/staff-cofield.png); /* Austin Cofield */

/*
#b12content div:nth-child(1) {
  background-image: url(../images/staff1.png); 
 }

#b12content div:nth-child(2) {
  background-image: url(../images/staff-shanek.png); 
 }

#b12content div:nth-child(3) {
  background-image: url(../images/staff3.png); 
 }

#b12content div:nth-child(4) {
  background-image: url(../images/staff-small.png); 
 }

#b12content div:nth-child(5){
  background-image: url(../images/staff2.png);
}

#b12content div:nth-child(6) {
  background-image: url(../images/staff-swigart.png);
 }
 
#b12content div:nth-child(7) {

}

#b12content div:nth-child(8) {
  background-image: url(../images/staff-cofield.png); 
}

#b12content div:nth-child(9) {

}
*/
 
#b12content span {
  line-height: 70px;
  background: rgba(0, 95, 156, 0.8);
  color: #fff;
  text-align: center;
  width: 100%;
  display: block;
  font-size: 22px;
  bottom: -70px;
  left: 0;
  position: absolute;
  -moz-transition: 0.2s;
  -o-transition: 0.2s;
  -webkit-transition: 0.2s;
  transition: 0.2s; }

#b12content div:nth-child(odd):hover {
  background-color: #fdfdfd; }

#b12content div:nth-child(even):hover {
  background-color: #dad8d8; }

#b12content div:hover span {
  bottom: 0; }

@media screen and (max-width: 1012px) {
  #b12content div {
    width: 50%; }

  #b12content div span {
    bottom: 0; }

  #b12content div:nth-child(1) {
    background-color: #f0f0f0; }

  #b12content div:nth-child(2) {
    background-color: #e6e5e5; }

  #b12content div:nth-child(3) {
    background-color: #e6e5e5; }

  #b12content div:nth-child(4) {
    background-color: #f0f0f0; }

  #b12content div:nth-child(5) {
    display: none; }

  #b12content div:nth-child(6) {
    background-color: #f0f0f0; } 
	
  #b12content div:nth-child(7) {
    background-color: #e6e5e5; } 
	
  #b12content div:nth-child(8) {
    background-color: #e6e5e5; } 
	
  #b12content div:nth-child(9) {
    background-color: #f0f0f0; } 
	
}

@media screen and (max-width: 767px) {
  #box12 {
    padding-bottom: 70px; }

  #b12content div {
    width: 100%; }

  #b12content div:nth-child(odd) {
    background-color: #f0f0f0; }

  #b12content div:nth-child(even) {
    background-color: #e6e5e5; } }
#box10 {
  background: #1e1c1b;
  padding-top: 80px;
  padding-bottom: 280px;
  text-align: center; }

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

.b10div {
  display: inline-block;
  vertical-align: top;
  width: 295px;
  margin-left: 20px;
  margin-right: 20px;
  position: relative;
  z-index: 10; }

.b10div h3 {
  color: #fff;
  font-size: 22px;
  padding-bottom: 30px;
  display: block;
  font-family: "Lato", sans-serif;
  font-weight: normal; }

.b10div a {
  margin-bottom: 20px;
  display: block; }

@media screen and (max-width: 1260px) {
  #box10 {
    padding-bottom: 170px; }

  .b10div {
    margin-bottom: 38px; } }
@media screen and (max-width: 767px) {
  #box10 {
    padding-top: 70px; }

  .b10div {
    width: 100%;
    max-width: 295px;
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 28px; }

  .b10div img {
    width: 100%; } }
/* Variables and Classes ================================================================================================ */
.clearafter {
  content: '';
  display: block;
  clear: both; }

.vcenter {
  position: relative;
  top: 50%;
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%); }

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

#bottomcontact {
  margin-top: -390px;
  background: url(../images/bg4.png) center top no-repeat;
  -moz-background-size: 100% auto;
  -o-background-size: 100% auto;
  -webkit-background-size: 100% auto;
  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;
  -moz-transition: 0.2s;
  -o-transition: 0.2s;
  -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;
  -moz-transition: 0.2s;
  -o-transition: 0.2s;
  -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;
  -moz-transition: 0.4s;
  -o-transition: 0.4s;
  -webkit-transition: 0.4s;
  transition: 0.4s; }

#bbcright img:hover {
  margin-top: 100px;
  width: 699px;
  height: 429px;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  -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: url(../images/bg4.png) center top no-repeat;
    -moz-background-size: cover;
    -o-background-size: cover;
    -webkit-background-size: cover;
    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;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  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;
  -moz-appearance: none;
  -webkit-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;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
  position: absolute;
  width: 100%;
  bottom: 0;
  -moz-transition: 0.2s;
  -o-transition: 0.2s;
  -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; } }


