@import url(http://fonts.googleapis.com/css?family=Open+Sans:400,300);

*{
	padding: 0;
	margin: 0;
}

p {
	font-family: 'Open Sans', sans-serif;
}

a {
	font-family: 'Open Sans', sans-serif;
}

span {
	font-family: 'Open Sans', sans-serif;
}

strong {
	font-family: 'Open Sans', sans-serif;
}

h1 {
	font-family: 'Open Sans', sans-serif;
	color: #00a0ce;
	font-weight: 500;
}

h2 {
	font-family: 'Open Sans', sans-serif;
	color: #00a0ce;
	font-weight: 500;
}

h3 {
	font-family: 'Open Sans', sans-serif;
	color: #fff;
	font-weight: 600;
}

h4 {
	font-family: 'Open Sans', sans-serif;
	color: #fff;
	font-weight: 500;
}

h5 {
	font-family: 'Open Sans', sans-serif;
	font-weight: 500;
}

.wrapper {
	width: 990px;
	margin: 0 auto;
}

.gen-content-wrapper {
	width: 970px;
	margin: 0 auto;
	background: #fff;
	padding: 0 10px 0 10px;
}

.blue {
	color: #23bcd3 !important;
}

.grey {
	color: #bbbdbf !important;
}

.white {
	color: #fff !important;
}

.white_bottom_border {
	background: url(../img/backg/home_bottom_border_white.png) no-repeat;
	height: 28px;
	width: 100%;
	margin: 0 auto;
}

.white_bottom_border_wrap {
	background: url(../img/backg/footer_border_top_wrap.png) no-repeat;
	height: 28px;
	width: 100%;
	margin: 0 auto;
	margin-right: -11px;
}

.grey_bottom_border {
	background: url(../img/backg/home_bottom_border_grey.png) no-repeat;
	height: 28px;
	width: 100%;
	margin: 0 auto;
}

.blue_bottom_border {
	background: url(../img/backg/home_bottom_border_blue.png) no-repeat;
	height: 28px;
	width: 100%;
	margin: 0 auto;
}

.photo_bottom_border {
	background: url(../img/backg/home_bottom_border_photo.png) no-repeat;
	height: 28px;
	width: 100%;
	margin: 0 auto;
}

.relative {
	position: relative;
}

.absolute {
	position: absolute;
}

.generic-content {
	background: url(../img/backg/greygradient_bg.jpg);
	background-size: 100%;
}

.white_border_line {
	border-top: 1px solid #fff;
}

.grey_border_line {
	border-top: 1px solid #bbbdbf;
}

.half {
	width: 49%;
	float: left;
}

.quarter {
	width: 25%;
	margin: 0 50px 0 150px;
	float: left;
}

.quarter img {
	width: 100%;
}

.spacer-single {
	width: 100%;
	height: 5px;
	clear: both;
}

.spacer-double {
	width: 100%;
	height: 10px;
	clear: both;
}

.pull-right {
	float: right;
}

.btn {
	padding: 10px 30px;
	background: #23BCD3;
	border-radius: 5px;
	cursor: pointer;
	color: #fff;
	text-decoration: none;
	font-size: 13px;
}

.btn:hover {
	background: #20adc2;
}

#header {
	background: url(../img/backg/header_bg.png) 50% 50% no-repeat;
	height: 168px;
	width: 100%;
	margin: 0 auto;
	overflow:hidden;
        z-index: 9999;
}

#header img {
	z-index: 5;
}

#left_header_bg {
	height: 168px;
	width: 8%;
	background: #1a1047;
	position: absolute;
	left: 0;
	top: 0;
}

#right_header_bg {
	height: 139px;
	background: #1a1047;
	z-index: -10;
	position: relative;
	right: 0;
	top: 0;
}

#home_banner {
	background: #fff;
	padding: 50px 0 20px 0;
	height: 380px;
}

#home_banner img {
	float: left;
	padding: 20px 0 0 0;
}

#home_banner img:hover + .popup {
	opacity: 1;
	visibility: visible;
}

#home_banner iframe {
	position: absolute;
left: 118px;
top: 73px;
width: 395px;
height: 189px;
}

.popup {
	background: url(../img/backg/dropdown_bg.png);
	float: left;
	margin: 89px 0 0 -470px;
	text-align: center;
	border-radius: 1px;
	padding: 10px;
	opacity: 0;
	visibility: hidden;
	-webkit-transition: opacity 500ms;
	-moz-transition: opacity 500ms;
	-o-transition: opacity 500ms;
	transition: opacity 500ms;
}

.popup a {
        display: block;
        text-decoration: none;
}

.popup:hover {
	opacity: 1;
	visibility: visible;
}

#generic_banner {
	margin: -29px 0 0 10px;
	height: 473px;
}

#generic_banner img {
	float: left;
	z-index: -10;
}

#home_banner_right {
	margin-left: 40px;
	float: left;
	width: 300px;
}

#home_banner_right h1 {
	font-size: 28px;
	margin-bottom: 5px;
}

#home_banner_right h2 {
	font-size: 20px;
	margin: 5px 0 0 0;
}

#home_banner_right p {
	font-size: 15px;
	line-height: 22px;
	margin: 15px 0;
}

#home_welcome {
	background: url(../img/backg/home_welcome_bg.jpg) no-repeat;
	-webkit-background-size: cover;
  	-moz-background-size: cover;
  	-o-background-size: cover;
  	background-size: cover;
	height: 477px;
}

#home_welcome img {
	position: absolute;
	right: 0;
	margin: 37px 0 0 0;
}

#home_welcome_text {
	padding: 120px 0 0 0;
	width: 490px;
}

#home_welcome_text h3 {
	font-size: 35px;
}

#home_welcome_text p {
	color: #fff;
	font-size: 15px;
	margin: 20px 0;
}

#home_what_we_do {
	background: #23bcd3;
	height: 490px;
	text-align: center;
	padding: 40px 0 0 0;
}

#home_what_we_do h3 {
	font-size: 34px;
	font-weight: 400;
}

.home_what_we_do_column {
	float: left;
	width: 300px;
	padding: 30px 0 0 0;
	margin: 0 15px;
}

.home_what_we_do_column h4 {
	font-size: 26px;
}

.home_what_we_do_column p {
	color: #fff;
	font-size: 14px;
	margin: 10px auto;
	width: 90%;
}

.home_what_we_do_column a {
	color: #fff;
	font-size: 15px;
	text-decoration: none;
}

.home_what_we_do_column a:hover {
	text-decoration: underline;
}

#home_casestudies {
	padding: 50px 0;
	border-bottom: 1px solid #ccc;
	overflow-y: auto;
	overflow-x: hidden;
	text-align: center;
}

#home_casestudies h3 {
	margin-bottom: 20px;
	color: #00516a;
	font-size: 28px
}

#home_casestudies p {
	color: black;
	margin: 1rem 0;
}

#home_casestudies a {
	color: #00516a;
}

#home_casestudies .half {
	margin-left: 40px;
}

#home_casestudies .third {
	float: left;
	width: 33%;
}

#home_casestudies .fourth {
	float: left;
	width: 25%;
}

#home_casestudies a {
	display: inline-block;
	font-weight: bold;
	text-decoration: none;
}

#home_partners {
	padding: 40px 0 0 0;
	text-align: center;

}

#home_partners h3 {
	color: #808083;
	font-size: 30px;
}

#home_partners img {
	padding: 20px 0 20px 0;
}

#home_services {
	height: 450px;
	padding: 40px 0 20px 0;
	background: #999;
	text-align: center;.
	-webkit-background-size: cover;
  	-moz-background-size: cover;
  	-o-background-size: cover;
  	background-size: cover;
}

#home_services h3 {
	color: #00516a;
	font-size: 30px;
}

.home_services_column {
	float: left;
	width: 280px;
	padding: 30px 0 0 0;
	margin: 0 21px;
	text-align: left;
}

.home_services_column h4 {
	font-size: 23px;
	color: #00516a;
	margin: 10px 0 0 0;
}

.home_services_column p {
	color: #000;
	font-size: 14px;
	margin: 5px 0 10px 0;
}

.home_services_column a {
	color: #00516a;
	font-size: 15px;
	text-decoration: none;
}

.home_services_column a:hover {
	text-decoration: underline;
}

#home_news {
	height: 375px;
	padding: 00px 0 0 0;
	background: url(../img/backg/home_news_bg.jpg);
	text-align: center;
}

#home_news h3 {
	color: #91dee9;
	font-size: 30px;
	padding: 40px 0 0 0;
}

.home_news_column {
	float: left;
	width: 260px;
	padding: 30px 0 0 0;
	margin: 0 33px;
	text-align: left;
}

.home_news_column h4 {
	font-size: 19px;
	color: #91dee9;
	margin: 10px 0 0 0;
}

.home_news_column h5 {
	font-size: 15px;
	color: #91dee9;
	margin: 5px 0 0 0;
}

.home_news_column p {
	color: #fff;
	font-size: 14px;
	margin: 10px 0 10px 0;
}

.home_news_column a {
	color: #91dee9;
	font-size: 15px;
	text-decoration: none;
}

.home_news_column a:hover {
	text-decoration: underline;
}

#home_accreditations {
	height: 280px;
	background: #fff;
	text-align: center;
}

#home_accreditations h3 {
	color: #808083;
	font-size: 30px;
	padding: 40px 0 0 0;
}

#home_testimonials {
	height: 481px;
	padding: 80px 0 0 0;
	background: url(../img/backg/home_test_bg.jpg);
	-webkit-background-size: cover;
  	-moz-background-size: cover;
  	-o-background-size: cover;
  	background-size: cover;
	text-align: center;
}

#home_testimonials h3 {
	color: #fff;
	font-size: 30px;
}

#home_test_left {
	background: url(../img/backg/home_test_bg.png);
	float: left;
	width: 446px;
	height: 239px;
	margin: 40px 0 0 40px;
	text-align: left;
        border-radius: 4px;
}

#home_test_left p {
	color: #666;
	font-size: 11px;
	padding: 40px 30px 10px 30px;
}

#home_test_left span {
	color: #666;
	font-size: 11px;
	padding: 0 20px 0 30px;
}

#home_test_right {
	background: url(../img/backg/home_test_bg.png);
	float: left;
	width: 436px;
	height: 239px;
	margin: 40px 0 0 40px;
	text-align: left;
        border-radius: 4px;
}

#home_test_right p {
	color: #666;
	font-size: 11px;
	padding: 40px 20px 25px 30px;
}

#home_test_right span {
	color: #666;
	font-size: 11px;
	padding: 0 20px 0 30px;
}

/* -- Generic Page Content -- */
#generic-content-left {
	float: left;
	height: 700px;
	width: 60%;
	margin: 40px 0 0 40px;
}

#generic-content-left p {
	margin: 20px 0 20px 0;
}

#generic-content-left a {
	text-decoration: none;
        color: #23bcd3;
}

#generic-content-left h2 {
	font-size: 20px;
	font-weight: 400;
}

#generic-content-right {
	float: left;
	height: 700px;
	width: 30%;
	margin: 0 0 0 37px;
}

#sidebar-news {
	background: #0e7190;
	width: 279px;
	padding: 10px;
}

#sidebar-news h2 {
	color: #91dee9;
	font-size: 20px;
	margin: 0 0 10px 0;
}

#sidebar-news p {
	color: #fff;
	font-size: 14px;
	margin: 0 0 10px 0;
}

#sidebar-news a {
	color: #91dee9;
	font-size: 14px;
	text-decoration: none;
}

#sidebar-testimonials {
	background: url(../img/backg/sidebar_testimonials.jpg);
	height: 201px;
	width: 294px;
	margin: 30px 0 20px 0;
	padding: 20px 5px 0 0;
}

#sidebar-testimonials h3 {
	font-size: 30px;
	margin: 0px 0 10px 40px;
}

#sidebar-testimonials p {
	margin: 0 0 10px 40px;
}

#sidebar-testimonials a {
	margin: 0 0 0 40px;
        text-decoration: none;
        color: #fff;
}

/* -- News -- */

#news-section {
	margin: 20px 0 0 0;
}

#news-section p {
	margin: 5px 0 10px 0;
}

#news-section a {
	text-decoration: none;
	color: #00a0ce;
}

#news-section .grey_border_line {
	margin: 10px 0 5px 0;
}

/* -- Contact -- */

#sidebar-contact {
	margin: 60px 0 0 0;
}

#sidebar-contact strong {
	color: #868d93;
	font-weight: 900;
}

#sidebar-contact img {
	float: left;
}

#sidebar-contact p {
	float: left;
	margin: 0 0 10px 10px;
	color: #868d93;
	width: 90%;
}

#sidebar-contact a {
	float: left;
	margin-left: 10px;
	color: #868d93;
	text-decoration: none;
	width: 85%;
	margin: 0 0 40px 10px;
}

#contact-social-links strong {
	color: #868d93;
	font-weight: 900;
}

#contact-social-links img {
	margin: 20px 2px 0 2px;
	border: 0;
}

label
{
    display: block;
    font-family: 'Open Sans', sans-serif;
	color: #00a0ce;
}

input
{
    display: block;
    width: 97%;
    height: 30px;
    font-size: 18px;
    font-family: 'Open Sans', sans-serif;
    background: #ececec;
    border: 1px solid #e1e1e0;
    margin: 5px 0 10px 0;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

textarea
{
    display: block;
    width: 95%;
    padding: 5px;
    margin: 0 0 10px 0;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    font-family: 'Open Sans', sans-serif;
    font-size: 18px;
    background: #ececec;
    border: 1px solid #e1e1e0;
    max-width: 95%;
    min-width: 95%;
}

input[type=submit] {
    border: 0;
    width:110px;
    height:45px;
    font-size: 1.1em;
    color: #fff;
    text-transform: uppercase;
    font-weight: 900;
    background: #00a0ce;
    border: 1px solid #6fbfd5;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

/* -- Footer -- */

#footer {
	height: 581px;
	background: #062027;
	text-align: left;
}

#footer h3 {
	color: #23bcd3;
	font-size: 30px;
	padding: 60px 0 0 0;
}

#footer #contact-text {
    width: 350px;
    float: left;
    padding: 40px 0 0 0;
}

#footer #contact-text p {
	font-size: 13px;
	color: #fff;
	margin-bottom: 10px;
}

#footer #contact-text a {
	color: #fff;
	text-decoration: none;
}

#footer #contact-text span {
	font-size: 18px;
}

#footer #form-wrapper {
    padding-top: 10px;
    margin-left: 300px;
    width: 70%;
}

#footer #form-wrapper #form-block1 {
    float: left;
    width: 40%;
    padding: 20px 0 0 20px;
}

#footer #form-wrapper #form-block1 img {
	border: 0;
	margin: 40px 5px 0 5px;
}

#footer #form-wrapper #form-block2 {
    float: right;
    width: 48%;
    padding: 20px 0 0 0;
}

#footer .btn {
    margin-top: 40px;
    font-weight: 900;
    background: #23bcd3;
    border: 0;
    border-radius: 3px;
    color: #fff;
    font-family: 'Open Sans', sans-serif;
    font-size: 18px;
    width: 200px;
    height: 40px;
		letter-spacing: -1px;
}

#footer #form-wrapper label {
	color: #a4a494;
	font-family: 'Open Sans', sans-serif;
	font-size: 12px;
}

#footer #form-wrapper .txt {
	height: 25px;
	margin: 3px 0 10px 0;
}

#footer #form-wrapper textarea {
	margin: 3px 0 0px 0;
	height: 150px;
	min-height: 150px;
	max-height: 250px;
}

/*Completed Form Styles*/
#thank-you
{
    margin: 40px 0 0 40px;
}

#thank-you h2
{
    padding-top: 20px;
}


#thank-you p
{
    margin: 10px 0 20px 0;
}

#thank-you a
{
    color: #00a0ce;
}

#call {
    float: right;
    position: absolute;
    right: 119px;
    top: 15px;
	text-align: right;
	color: white;
}

#call h1 {
    color: #fff;
}

.spacer-single {
	width:100%;
	height:20px;
	clear:both;
	display: block;
}

.spacer-third {
	width:100%;
	height:15px;
	clear:both;
	display: block;
}

/* -- MENU -- */

#header {
	overflow: visible;
}
.navwrapper {
	float: right;
	position: absolute;
	top: 80px;
	right: 105px;
}

#cssmenu ul,
#cssmenu li,
#cssmenu span,
#cssmenu a {
  position: relative;
}
#cssmenu span {
  color: #d71920;
  font-weight: 600;
}
#cssmenu:after,
#cssmenu ul:after {
  content: '';
  display: inline;
  clear: both;
}
#cssmenu a {
  display: inline;

  text-decoration: none;
}
#cssmenu ul {
  list-style: none;
}
#cssmenu > ul > li {
  display: inline;
  float: left;
  margin: 0;
}
#cssmenu.align-center {
  text-align: center;
}
#cssmenu.align-center > ul > li {
  float: none;
}
#cssmenu.align-center ul ul {
  text-align: left;
}
#cssmenu.align-right > ul {
  float: right;
}
#cssmenu.align-right ul ul {
  text-align: right;
}
#cssmenu > ul > li > a {
  color: #ffffff;
  font-size: 14px;
}

#cssmenu > ul > li:first-child > a {
  border-radius: 5px 0 0 0;
  -moz-border-radius: 5px 0 0 0;
  -webkit-border-radius: 5px 0 0 0;
}
#cssmenu.align-right > ul > li:first-child > a,
#cssmenu.align-center > ul > li:first-child > a {
  border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
}
#cssmenu.align-right > ul > li:last-child > a {
  border-radius: 0 5px 0 0;
  -moz-border-radius: 0 5px 0 0;
  -webkit-border-radius: 0 5px 0 0;
}
#cssmenu .has-sub {
  z-index: 1;
  padding: 18px 15px;
  display: inline-block;
  position: relative;
}
#cssmenu .has-sub2 {
  display: block !important;
  padding: 0 !important;
}
#cssmenu .has-sub:hover > ul {
  display: inherit;
}
#cssmenu .has-sub ul {
  display: none;
  position: absolute;
  width: 200px;
  padding-top: 3px;
  top: 100%;
  left: 0;
  overflow: auto;
}
#cssmenu.align-right .has-sub ul {
  left: auto;
  right: 0;
}
#cssmenu .has-sub ul li {
  *margin-bottom: -1px;
}
#cssmenu .has-sub ul li a {
  background: rgba(13,112,143, 0.8);
  font-size: 12px;
  filter: none;
  display: block;
  line-height: 120%;
  padding: 10px;
  color: #ffffff;
}
#cssmenu .has-sub ul li:hover a {
  background: rgba(35,188,211, 0.8);
}
#cssmenu ul ul li:hover > a {
  color: #ffffff;
}
#cssmenu .has-sub .has-sub:hover > ul {
  display: block;
}
#cssmenu .has-sub .has-sub ul {
  display: none;
  position: absolute;
  left: 100%;
  top: -7px;
}
#cssmenu.align-right .has-sub .has-sub ul,
#cssmenu.align-right ul ul ul {
  left: auto;
  right: 100%;
}
#cssmenu .has-sub .has-sub ul li a {
  background: rgba(215,25,32, 0.8);
}
#cssmenu .has-sub .has-sub ul li a:hover {
  background: rgba(229,31,38, 0.8);
}
#cssmenu ul ul li.last > a,
#cssmenu ul ul li:last-child > a,
#cssmenu ul ul ul li.last > a,
#cssmenu ul ul ul li:last-child > a,
#cssmenu .has-sub ul li:last-child > a,
#cssmenu .has-sub ul li.last > a {
  border-bottom: 0;
}

#footer .g-recaptcha {transform:scale(0.9);-webkit-transform:scale(0.9);transform-origin:0 0;-webkit-transform-origin:0 0; margin-top: 30px}

.homelink {
	display: block;
	width: 400px;
	height: 160px;
	float: left;
	margin-bottom: -20px;
}

.certlink {
	display: block;
	width: 70px;
	height: 110px;
	float: right;
	margin-bottom: -20px;
}
