@charset "utf-8";
/* CSS Document */


/**********************************************/
/* Home Page Styles                           */
/**********************************************/

.SplashContent {
  background: #646769 url(../images/bgHomeMain.jpg) no-repeat top center;
  background-size: cover;
  margin: 0 0 50px 0;
  padding: 150px 0;
  }
.SplashContent h1 {
  font-size: 55px;
  line-height: 1.3em;
  color: #fff;
  text-align: center;
  font-weight: 600;
  text-shadow: 5px 5px 5px #000;
  }
.SplashContent h2 {
  font-size: 26px;
  line-height: 1.3em;
  color: #fff;
  margin: 0 0 80px 0;
  text-align: center;
  font-weight: 600;
  text-shadow: 5px 5px 5px #000;
  }
.SplashContent h2 span {
  margin: 0 10px;
  white-space: nowrap;
  }
.SplashContent p {
  font-size: 20px; /* 20px / 16px */
  line-height: 2em; /* 32px / 25px */
  color: #fff;
  text-shadow: 5px 5px 5px #000;
  }

.SplashContent a {
  display: block;
  background: #e47100;
  width: 200px;
  font-size: 24px;
  line-height: 1.2em;
  color: #fff;
  font-weight: 600;
  margin: 50px auto 0 auto;
  padding: 10px 0;
  text-align: center;
  text-transform: uppercase;
  text-decoration: none;
  border: 1px solid #fff;
  }
.SplashContent a:hover {
  background: #000;
  }

/* ********************************************* */
/* In Demand Styles                              */
/* ********************************************* */

.HBBoard {
	margin: 0 0 30px 0;
	}
.HBBoard h2 {
  font-size: 36px;
  margin: 20px 0;
  text-transform: uppercase;
  text-align: center;
  }
.HBBoard p {
  font-size: 18px;
  line-height: 2em;
  margin: 20px 0;
  }

.HBBarea {
  background: #646769 url(../images/bgInDemand.jpg) no-repeat top center;
  background-size: cover;
  padding: 1px 0 100px 0;
  }

.HBBsection {
  margin: 50px auto;
  }
.HBBsection ul {
	margin: 0 0 10px 0;
	}
.HBBsection li {
  float: left;
  width: 33%;
  margin: 5px .3% 5px 0; /* 15px / 346px */
  }
.HBBsection a {
  display: block;
  font-size: 18px;
  line-height: 2em; /* 24px / 16px */
  color: #fff;
  letter-spacing: 0;
  margin: 0;
  font-weight: 700;
  text-shadow: 2px 2px 1px #000;
  }
.HBBsection a:hover {
  color: #e47100;
  }
.HBBsection img {
  display: block;
  margin: 0 auto;
  border: 0;
  }

.HBBtitle {
  float: left;
  width: 20%;
  }
.HBBcontent {
  float: right;
  width: 75%;
  padding: 40px 0 1px 0;
  }

.Hadvantage {
  background: #e7e8e8;
  margin: 0 0 50px 0;
  padding: 1px 0 50px 0;
  }
.Hadvantage h1 {
  margin: 40px 0 20px 0;
  font-size: 40px;
  line-height: 1.2em;
  color: #4c555f;
  font-weight: 600;
  text-align: center;
  text-transform: uppercase;
  }

.HadvText {
  float: left;
  width: 55%;
  margin: 0 0 20px 0;
  }
.HadvText p {
  font-size: 20px;
  line-height: 1.75em; /* 28px / 16px */
  color: #00001f;
  }

.HadvGraphic {
  float: right;
  width: 40%;
  margin: 0 0 20px 0;
  }
.HadvGraphic img {
  display: block;
  margin: 0 auto;
  border: 0;
  }
.HadvGraphic img:hover {
  opacity: .7;
  }

.Proud {
  margin: 0;
  }
.Proud h1 {
  margin: 20px 0;
  font-size: 36px;
  line-height: 1.2em;
  color: #4c555f;
  font-weight: 600;
  text-align: center;
  text-transform: uppercase;
  }

.ProudText {
  float: left;
  width: 50%;
  margin: 0;
  }
.ProudText p {
  font-size: 20px;
  line-height: 1.75em; /* 28px / 16px */
  color: #00001f;
  font-weight: 600;
  }

.ProudGraphic {
  float: right;
  background: #646769;
  width: 45%;
  margin: 0;
  padding: 1px 0;
  }
.ProudGraphicHold {
  margin: 30px 50px 0 50px;
  }
.ProudGraphic img {
  display: block;
  margin: 0;
  border: 1px solid #000;
  }
.ProudGraphic p {
  font-size: 28px;
  line-height: 1.5em;
  color: #fff;
  font-weight: 600;
  margin: 34px 30px 10px 30px;
  text-align: center;
  text-transform: uppercase;
  }
.ProudGraphic p span {
  display: block;
  }
.ProudGraphic a {
  display: block;
  position: relative;
  }
.ProudGraphic a svg {
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -31px 0 0 -31px;
  color: rgba(255,255,255,.7);
  }
.ProudGraphic a:hover svg {
  color: #d8cb80;
  }

.ProudLogo {
  float: left;
  width: 25%;
  margin: 20px 0 20px 10%;
  }
.ProudLogo img {
  display: block;
  margin: 0 auto;
  border: 0;
  }

.ProudSub {
  float: right;
  width: 55%;
  margin: 0 5% 20px 0;
  }


ul.Plogos {
  margin: 20px 0;
  }
ul.Plogos li {
  float: left;
  width: 30%;
  margin: 0 0 0 10%;
  }
ul.Plogos li:nth-child(2) {
  padding: 30px 0 0 0;
  }
ul.Plogos li img {
  display: block;
  margin: 0 auto;
  }
ul.Plogos li img:hover {
  opacity: .7;
  }


.flexslider {
  width: 100%;
margin: 0;
border: 0;
-webkit-border-radius: 0;
-moz-border-radius: 0;
-o-border-radius: 0;
border-radius: 0;
box-shadow: 0 0 0 rgba(0,0,0,0);
-webkit-box-shadow: 0 0 0 rgba(0,0,0,0);
-moz-box-shadow: 0 0 0 rgba(0,0,0,0);
-o-box-shadow: 0 0 0 rgba(0,0,0,0);
overflow: hidden;
}

.slides li {
	margin: 0;
	padding: 0;
	}

.PlaqRight {
  position: absolute;
  top: 0;
  right: 1%;
  width: 50%;
  height: 100%;
/*  background: rgba(0,0,0,.5);
  background: url(../images/bgPlaq1.png) no-repeat;*/
  padding: 10px 0;
  }
.PlaqRight h1 {
  font-size: 40px !important; /* 40px / 16px */
  line-height: 1.1em !important;
  color: #fff;
  margin: 100px 0 25px 0 !important;
  padding: 0;
  font-weight: 400;
  text-align: center;
  text-shadow: 2px 2px 5px rgba(0, 0, 0, 1), -2px -2px 5px rgba(0, 0, 0, 1);
  }
.PlaqRight p {
  font-size: 24px; /* 24px / 16px */
  line-height: 1.25em; /* 30px / 24px */
  color: #fff;
  margin: 0 1.5em 1.66666666666667em 1.5em; /* 40px / 24px */ /* 12px / 24px */
  text-align: center;
  text-shadow: 2px 2px 5px rgba(0, 0, 0, 1), -2px -2px 5px rgba(0, 0, 0, 1);
  }
.PlaqRight a {
  color: #fff;
  text-decoration: none;
  }
.PlaqRight a:hover {
  text-decoration: underline;
  }

.PlaqLeft {
  position: absolute;
  top: 0;
  left: 1%;
  width: 50%;
  height: 100%;
/*  background: rgba(0,0,0,.5);*/
  padding: 10px 0;
  }
.PlaqLeft h1 {
  font-size: 40px !important; /* 40px / 16px */
  line-height: 1.1em !important;
  color: #fff;
  margin: 100px 0 25px 0 !important;
  padding: 0;
  font-weight: 400;
  text-align: center;
  text-shadow: 2px 2px 5px rgba(0, 0, 0, 1), -2px -2px 5px rgba(0, 0, 0, 1);
  }
.PlaqLeft p {
  font-size: 24px; /* 24px / 16px */
  line-height: 1.25em; /* 30px / 24px */
  color: #fff;
  margin: 0 1.5em 1.66666666666667em 1.5em; /* 40px / 24px */ /* 12px / 24px */
  text-align: center;
  text-shadow: 2px 2px 5px rgba(0, 0, 0, 1), -2px -2px 5px rgba(0, 0, 0, 1);
  }
.PlaqLeft a {
  color: #fff;
  text-decoration: none;
  }
.PlaqLeft a:hover {
  text-decoration: underline;
  }

.PlaqBottom {
  position: absolute;
  bottom: 0;
  left: 5%;
  width: 90%;
/*  background: rgba(0,0,0,.5);*/
  padding: 10px 0;
  }
.PlaqBottom h1 {
  font-size: 40px !important; /* 40px / 16px */
  line-height: 1.1em !important;
  color: #fff;
  margin: 0 0 25px 0 !important;
  padding: 0;
  font-weight: 400;
  text-align: center;
  text-shadow: 2px 2px 5px rgba(0, 0, 0, 1), -2px -2px 5px rgba(0, 0, 0, 1);
  }
.PlaqBottom p {
  font-size: 24px; /* 24px / 16px */
  line-height: 1.25em; /* 30px / 24px */
  color: #fff;
  margin: 0 1.5em 0 1.5em; /* 40px / 24px */ /* 12px / 24px */
  text-align: center;
  text-shadow: 2px 2px 5px rgba(0, 0, 0, 1), -2px -2px 5px rgba(0, 0, 0, 1);
  }
.PlaqBottom a {
  color: #fff;
  text-decoration: none;
  }
.PlaqBottom a:hover {
  text-decoration: underline;
  }

.PlaqTop {
  position: absolute;
  top: 20px;
  left: 5%;
  width: 90%;
/*  background: rgba(0,0,0,.5);*/
  padding: 10px 0;
  }
.PlaqTop h1 {
  font-size: 40px !important; /* 40px / 16px */
  line-height: 1.1em !important;
  color: #fff;
  margin: 0 0 25px 0 !important;
  padding: 0;
  font-weight: 400;
  text-align: center;
  text-shadow: 2px 2px 5px rgba(0, 0, 0, 1), -2px -2px 5px rgba(0, 0, 0, 1);
  }
.PlaqTop p {
  font-size: 24px; /* 24px / 16px */
  line-height: 1.25em; /* 30px / 24px */
  color: #fff;
  margin: 0 1.5em 0 1.5em; /* 40px / 24px */ /* 12px / 24px */
  text-align: center;
  text-shadow: 2px 2px 5px rgba(0, 0, 0, 1), -2px -2px 5px rgba(0, 0, 0, 1);
  }
.PlaqTop a {
  color: #fff;
  text-decoration: none;
  }
.PlaqTop a:hover {
  text-decoration: underline;
  }

.PlaqHidden {
  display: none;
  }

.BBr {
  display: block;
  }

@media screen and (max-width: 1205px) {
.ProudGraphic p {
  margin: 30px 20px 10px 20px;
  }
}
@media screen and (max-width: 1185px) {
.PlaqRight h1 {
  margin: 100px 1.5em 25px 1.5em !important;
  }
.PlaqRight p {
  font-size: 1.25em;
  }
.PlaqLeft h1 {
  margin: 100px 1.5em 25px 1.5em !important;
  }
.PlaqLeft p {
  font-size: 1.25em;
  }
.PlaqBottom h1 {
  font-size: 3em !important;
  }
.PlaqBottom p {
  font-size: 1.25em;
  }
.PlaqTop h1 {
  }
.PlaqTop p {
  font-size: 1.25em;
  }
#Logo {
  margin: 0 1em 0 0;
  }
}
@media screen and (max-width: 1095px) {
.ProudGraphic p {
  margin: 20px 0 10px 0;
  }
}
@media screen and (max-width: 1000px) {
.PlaqRight h1 {
  font-size: 2.25em !important;
  margin: 20px 1.5em 25px 1.5em !important;
  }
.PlaqRight p {
  margin: 0 1.5em 1.66666666666667em 1.5em;
  }
.PlaqLeft h1 {
  font-size: 2.25em !important;
  margin: 20px 1.5em 25px 1.5em !important;
  }
.PlaqLeft p {
  margin: 0 1.5em 1.66666666666667em 1.5em;
  }
.PlaqBottom h1 {
  font-size: 2.25em !important;
  }
.PlaqTop h1 {
  font-size: 2.5em !important;
  }
.BBr {
  display: inline;
  }
.HBBsection li {
  width: 44%;
  margin: 5px 3%;
  }
}
@media screen and (max-width: 975px) {
.ProudGraphic p {
  font-size: 26px;
  margin: 25px 0 10px 0;
  }
}
@media screen and (max-width: 950px) {
.ProudLogo {
  float: none;
  width: 35%;
  margin: 20px auto 20px auto;
  }
.ProudSub {
  float: none;
  width: 80%;
  margin: 0 auto 20px auto;
  }
.ProudGraphic p {
  font-size: 28px;
  margin: 25px 10px 10px 10px;
  }
}
@media screen and (max-width: 800px) {
#Logo {
	float: none;
	display: block;
	width: 70%;
	margin: 0 auto;
	}
ul.Plogos li {
  float: none;
  width: 100%;
  height: auto;
  margin: 0;
  }
.SplashContent h1 {
  font-size: 35px;
  }
.SplashContent h2 {
  font-size: 20px;
  }
.ProudText {
  float: none;
  width: 100%;
  }
.ProudGraphic {
  float: none;
  width: 100%;
  }
}
@media screen and (max-width: 740px) {
.HBBsection {
	float: none;
	width: 100%;
    }
}
@media screen and (max-width: 700px) {
.HadvText {
	float: none;
	width: 100%;
	}
.HadvGraphic {
  float: none;
  width: 100%;
  }
}
@media screen and (max-width: 650px) {
.SplashContent p {
	font-size: 1.3em;
	}
.PlaqRight {
	position: static;
	width: 100%;
	margin-left: 0;
	padding: 1px 0;
	background: rgba(0,0,0,1);
	border-radius: 0;
	}
.PlaqRight h1 {
  font-size: 1.25em !important; /* 20px / 16px */
  line-height: 1.3em !important; /* 26px / 20px */
  margin: 10px 0 5px 0 !important;
  text-align: center;
  }
.PlaqRight p {
	font-size: .875em; /* 14px / 16px */
	line-height: 1.285714285714286em; /* 18px / 14px */
  margin: 0 .5em .5em .5em;
  }
.PlaqLeft {
	position: static;
	width: 100%;
	margin-left: 0;
	padding: 1px 0;
	background: rgba(0,0,0,1);
	border-radius: 0;
	}
.PlaqLeft h1 {
  font-size: 1.25em !important; /* 20px / 16px */
  line-height: 1.3em !important; /* 26px / 20px */
  margin: 10px 0 5px 0 !important;
  text-align: center;
  }
.PlaqLeft p {
  font-size: .875em; /* 14px / 16px */
  line-height: 1.285714285714286em; /* 18px / 14px */
  margin: 0 .5em .5em .5em;
  }
.PlaqBottom {
	position: static;
	width: 100%;
	margin-left: 0;
	padding: 1px 0;
	background: rgba(0,0,0,1);
	border-radius: 0;
	}
.PlaqBottom h1 {
  font-size: 1.25em !important; /* 20px / 16px */
  line-height: 1.3em !important; /* 26px / 20px */
  margin: 10px 0 5px 0 !important;
  text-align: center;
  }
.PlaqBottom p {
  font-size: .875em; /* 14px / 16px */
  line-height: 1.285714285714286em; /* 18px / 14px */
  margin: 0 .5em .5em .5em;
  }
.PlaqTop {
	position: static;
	width: 100%;
	margin-left: 0;
	padding: 1px 0;
	background: rgba(0,0,0,1);
	border-radius: 0;
	}
.PlaqTop h1 {
  font-size: 1.25em !important; /* 20px / 16px */
  line-height: 1.3em !important; /* 26px / 20px */
  margin: 10px 0 5px 0 !important;
  text-align: center;
  }
.PlaqTop p {
  font-size: .875em; /* 14px / 16px */
  line-height: 1.285714285714286em; /* 18px / 14px */
  margin: 0 .5em .5em .5em;
  }
.HBBtitle {
  float: none;
  width: 100%;
  }
.HBBcontent {
  float: none;
  width: 100%;
  padding: 0 0 10px 0;
  }
.HBBsection li {
  width: 94%;
  margin: 5px 3%;
  text-align: center;
  }
}
@media screen and (max-width: 430px) {
.flex-direction-nav a {
	top: 30%;
	}
.HBBsection li {
  float: none;
  width: 94%;
  margin: 5px 3%;
  }
.HBBoard li {
  float: none;
  display: block;
  width: 95%;
	}
}
