﻿@charset "utf-8";
@import url("reset.css");
@import url(http://fonts.googleapis.com/css?family=Merriweather+Sans:400,300);
@import url(http://fonts.googleapis.com/css?family=Oswald);
@import url(http://fonts.googleapis.com/css?family=PT+Sans+Caption:700);
@import url(http://fonts.googleapis.com/css?family=Roboto+Condensed:400italic,700italic,400,700);

body,html {
   font-family: 'Roboto Condensed', sans-serif; 
   font-weight: 400;
	position:relative;
   min-height:100%;
   width:100%;
   height:100%;
   background:#555;
   -webkit-text-size-adjust: 100%;
}
p { 
   line-height:1.7; 
   margin-bottom:15px; 
   font-size:1.05em;
}
h1 {
   clear:both; 
   font-size:25px; 
   font-weight:400; 
   padding-top:30px; 
   padding-bottom:15px; 
   margin-left:5%; 
   margin-right:5%; 
   text-transform:uppercase;
   line-height:1.3;
   color:#0995cf; 
   font-family: 'Merriweather Sans', sans-serif;
}
h2 { 
   font-size: 20px;
   color: #333;
   font-weight: 700;
   line-height: 1.4;
   margin-bottom:25px; 
   margin-top:10px; 
}
h3 { 
   font-family: 'PT Sans Caption', sans-serif;
   font-size:18px; 
   font-weight:700;
   text-transform:uppercase;
   padding-top:35px; 
   padding-bottom:15px;
   color:#0995cf; 
}
h4 { 
   font-weight:700;
   font-size:17px; 
   text-transform:uppercase;
   margin-top:25px; 
   margin-bottom:5px;
   color:#222;
   line-height:1.3; 
}
#HomePage h1,
#HomePage h2 {
   text-align:center;
    margin-left:5%;
    margin-right:5%;
}
#HomePage p {
   margin-left:5%;
   margin-right:5%;
}
a {
	color: rgb(2,139,255); /*blue*/
	text-decoration: none;
	outline: 0;
}
.dialog-form {
   display:none;
}
a:hover, a:focus, a:active {
	color: #222;
	text-decoration: underline;
	outline: 0;
}
.text-centered {
   text-align:center;
}
.text-top {
   margin-top:0!important;
   padding-top:0!important;
   border-top:0!important;
}
.clear {
    clear: both;
    display: block;
    overflow: hidden;
    visibility: hidden;
    width: 0;
    height: 0;
}
.clearfix:after {
    clear: both;
    content: ' ';
    display: block;
    font-size: 0;
    line-height: 0;
    visibility: hidden;
}
.breadcrumb { 
   font-weight:400; 
   font-size:13px; 
   color:#777; 
   margin-bottom:30px; 
   margin-top:0; 
   text-transform:capitalize; 
   min-height:0!important;
}
.breadcrumb span { 
   font-weight:400; 
   display:inline-block; 
   margin:0 5px; 
   font-style:normal; 
   color:#777; 
}
.breadcrumb em { 
   font-style:normal; 
   text-transform:none; 
}
.breadcrumb a { 
   color:rgb(2,139,255); 
   text-decoration:none; 
   display:inline-block; 
   margin:0 5px; 
}
.breadcrumb a:hover { 
   color:rgb(2,139,255); 
   text-decoration:underline; 
}
ul.styled_list {
   list-style: disc;
}
ol.styled_list {
   list-style:decimal;
}
ul.styled_list,
ol.styled_list {
   padding: 0;
   margin-top: 15px;
   margin-bottom: 15px;
   line-height: 1.5;
}
ul.styled_list li,
ol.styled_list li {
   padding: 0;
   margin-bottom: 25px;
   margin-left: 9%;
   margin-right:9%;
}
ul.styled_list li ul,
ol.styled_list li ol {
   padding: 0;
   margin-top: 5px;
   margin-bottom: 10px;
}
ul.styled_list li ul,
ol.styled_list li ul {
   list-style: circle;
}
ul.styled_list li ol,
ol.styled_list li ol {
   list-style: upper-roman;
}
ul.list_float,
ol.list_float {
   width:50%;
   float:left;
}
.go_top_page {
   width:36px;
   height:36px;
   border:none;
   outline:none;
   -webkit-appearance:none;
   background:url("../images/icon_top_page.png") no-repeat 0 0;
   text-decoration:none;
   position:fixed;
   bottom:20px;
   right:30px;
   z-index:1000;
}
.go_top_page:hover {
   background-position:0 -36px;
   text-decoration:none;
}
img.contact_us_today {
   width:auto!important;
   border:none!important;
   outline:none;
   padding:0!important;
}
/* Template */
#wrapper {
    width: 100%;
    background: #fff;
    position: relative;
    z-index: 200;
}
#web_container {
   max-width:100%;
   min-width:100%;
   overflow-x:hidden;
   background: #333;
}
.main_container {
   width:100%;
   margin:auto;
   position:relative;
   background:#fff;
}
.main {
   width:100%;
   height:100%;
   display:block;
   margin:auto;
   position:relative;
}
.content_left {
    width: 90%;
    padding-bottom: 5px;
    margin: 0 5% 5px 5%;
   float:left;
}
.content_right {
    width: 90%;
    float: right;
    padding-bottom: 5px;
    margin: 0 5% 35px 5%;
}
.sidebar .content_right {
   margin-right:5%;
}
.content_left img {
   width: 95%;
   height: auto;
   display: block;
   margin: 40px auto;
   padding: 1.5%;
   border: 4px solid #fcf4b6;
   border-radius: 6px;
}
.news_container img {
   width: 95%;
   height: auto;
   display: block;
   margin: 40px auto;
   padding: 1.5%;
   border: 4px solid #fcf4b6;
   border-radius: 6px;
}
.content_right img {
   width: 93%;
   height: auto;
   display: block;
   margin: 40px auto;
   padding: 3%;
   border: 4px solid #fcf4b6;
   border-radius: 6px;
}
#AboutPage .content_left img {
   margin: 35px auto 40px auto;
}
#AboutPage .content_right {
   width:90%;
}
#AboutPage .content_right img {
   margin: 5px 30px 10px 0;
   background:#fff;
   width:33%;
   float:left;
}
#HomePage .content_left {
    width: 90%;
    margin: 0 5%;
}
.news_list {
   padding-left:8.5%;
   min-height:300px;
   background:url("../images/divider_vertical.png") no-repeat left 85px;
   width: 81.5%;
}
.news_list p {
   line-height:1.3;
   margin-bottom:10px;
}
.news_list h3 {
   margin-left:-8.5%;
}
.news_list a.read_more {
   color:#0995cf; 
   text-transform:uppercase;
   font-size:11px;
   font-weight:bold;
}
.content_section {
   width:100%;
   background:url("../images/section_bg.jpg") no-repeat center 0 #93c0d3;
   border-top:3px solid #fff;
   padding-top: 25px;
}


/* Header */
.header {
   width:100%;
   height:140px;
   background:#e1e5ea;
   position:relative;
}
.header .logo {
   position:absolute;
   left:0;
   top:50%;
   width:380px;
   height:auto;
   display:block;
   transform: translate(0, -50%);
   -ms-transform: translate(0, -50%);
   -webkit-transform:translate(0, -50%);
}
.header .hdr_client_contact {
   position:absolute;
   right:0;
   top:90px;
   font-family: 'Oswald', sans-serif;
   letter-spacing:0.7px;
   font-size:26px;
   font-weight:400;
   color:#333;
}
.header .hdr_client_contact a,
.header .hdr_client_contact a:hover {
   color:#333;
   text-decoration:none;
}
.header .hdr_social_media {
   display: inline-block;
   position:relative;
   top:0;
   letter-spacing:normal;
   margin-right:20px;
}
.header .hdr_social_media img {
   display: inline-block;
   margin-left:20px;
   border:none;
   outline:none;
   text-decoration:none;
}
.header .hdr_social_media img:hover {
   text-decoration:none;
   opacity:0.6;
}
.header a.client_login {
   width: 80px;
   background:#fff;
   border: 3px solid #bdd8e5;
   font-family: 'Oswald', sans-serif;
   font-weight: 400;
   font-size: 14px;
   color: #0995cf;
   text-transform:uppercase;
   text-decoration:none;
   padding: 8px 10px;
   margin-right:2px;
   margin-top:-5px;
   text-align: center;
   display:inline-block;
   float:right;
   vertical-align: middle;
   cursor: pointer;
   -webkit-appearance: none;
   letter-spacing:normal;
}
.header a.client_login:hover {
   text-decoration:none;
   background: #0995cf;
   color:#fff;
}

/* Constant Contact Signup */

.hdr_constant_contact {
   position:absolute;
   right:0;
   top:15px;
}
#form_cc {
   width:450px;
}
#form_cc fieldset {
   position:relative;
}
#form_cc fieldset legend {
   font-family: 'Fjalla One', sans-serif;
   font-weight: 400;
   font-size: 17px;
   color:#444;
   text-transform:uppercase;
   display:inline-block;
   float:left;
   padding-top:14px;
   padding-right:10px;
}
#form_cc .email {
   width: 220px;
   height: 14px;
   padding:10px 10px 11px 10px;
   font-size: 15px;
   font-style:italic;
   color: #555;
   background: #fff;
   border: 3px solid #bdd8e5;
   display:inline-block;
   float:left;
}
#form_cc .form_cc_submit {
   width: 80px;
   background:#fff;
   border: 3px solid #bdd8e5;
   font-family: 'Oswald', sans-serif;
   font-weight: 400;
   font-size: 14px;
   color: #0995cf;
   padding: 7px 0;
   margin-left:5px;
   text-align: center;
   display:inline-block;
   float:left;
   vertical-align: middle;
   cursor: pointer;
   -webkit-appearance: none;
}
#form_cc .form_cc_submit:hover {
   background: #0995cf;
   color:#fff;
}
#form_cc .submit_arrow {
   position:absolute;
   right:65px;
   top:49.5%;
   transform: translate(0, -50%);
   -ms-transform: translate(0, -50%);
   -webkit-transform:translate(0, -50%);
   z-index:100;
}
#form_cc label.error {
   width: 32px;
   height: 22px;
   position: absolute;
   display: block;
   background: url(/form/images/form_error.png) no-repeat 0 0;
   top: 10px;
   right: 80px;
   z-index: 12;
}



.header {
    width: 100%;
    height: 160px;
    background: #e1e5ea;
    position: relative;
}
.header .logo {
    position: absolute;
    left: 5%;
    top: 35%;
    width: 90%;
    max-width:380px;
    height: auto;
    display: block;
    transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -webkit-transform: translate(0, -50%);
}
.hdr_constant_contact {
    position: absolute;
    left: 0;
    top: 177px;
    width: 92%;
    z-index:50;
}
#form_cc {
    width: 87%;
    left: 4%;
    position: relative;
}
#form_cc fieldset legend {
    display: none;
}
#form_cc .email {
    width: 160px;
    height: 14px;
    padding: 8px 10px 9px 10px;
    font-size: 15px;
    font-style: italic;
    color: #555;
    background: #fff;
    border: 3px solid #bdd8e5;
    display: inline-block;
    float: left;
}
#form_cc .form_cc_submit {
    width: 50px;
    background: #fff;
    border: 3px solid #bdd8e5;
    font-family: 'Oswald', sans-serif;
    font-weight: 400;
    font-size: 14px;
    color: #0995cf;
    padding: 5px 0;
    margin-left: 5px;
    text-align: center;
    display: inline-block;
    float: left;
    cursor: pointer;
    -webkit-appearance: none;
    position: relative;
    top: -2px;
}
#form_cc .submit_arrow {
    position: absolute;
    right: 65px;
    top: 49.5%;
    transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -webkit-transform: translate(0, -50%);
    z-index: 100;
    display: none;
}
.header .hdr_client_contact {
    position: absolute;
    left: 5%;
    top: 122px;
    font-family: 'Oswald', sans-serif;
    letter-spacing: 0.7px;
    font-size: 26px;
    font-weight: 400;
    color: #333;
}
.header a.client_login {
    margin-right: 5%;
}
#form_cc label.error {
   width: 32px;
   height: 22px;
   position: absolute;
   display: block;
   background: url(/form/images/form_error.png) no-repeat 0 0;
   top: 10px;
   right: 140px;
   z-index: 12;
}

/* Homepage */

#slide { 
   width:100%;
   max-height:400px;
   overflow:hidden;
   position:relative;
   z-index:10;
   border-top:4px solid #fee002;
   border-bottom:4px solid #fee002;
}
#slide .slides {
   margin-bottom:-2px;
}
#slide .slides img {
   width:100%;
   height:auto;
}
#slide .slide_frame {
   position:absolute;
   left:0;
   top:0;
   width:100%;
   height:100%;
   margin:auto;
   /*
   background:url("/images/banner_frame_bg.png") no-repeat 0 0;
   */
   z-index:100;
}
#slide .slide_frame .slide_content {
   width:385px;
   height:500px;
   position:absolute;
   top:0;
   right:0;
   display:none;
}
#slide .slide_frame .slide_content header {
   font-family: 'Merriweather Sans', sans-serif;
   font-size:25px; 
   font-weight:400; 
   color:#fff;
   text-align:center; 
   width:345px;
   padding:5% 20px 0 20px;
   line-height:1.2; 
}
#slide .slide_frame .slide_content h2 {
   color:#fff;
   text-align:center; 
   width:345px;
   padding:10px 20px; 
   margin:20px auto;
   line-height:1;
   border-top:1px solid #fee002;
   border-bottom:1px solid #fee002;
   line-height:1.2; 
}
#slide .slide_frame .slide_content p {
   color:#fff;
   margin:0 18px 10px 20px;
   line-height:1.3;
}
#slide .slide_frame .slide_content .btn_click_here {
   width:110px;
   height:15px;
   background:url("/images/btn_click_here.png") no-repeat center center #7cc6e4;
   padding:10px;
   display:block;
   margin:20px auto;
   outline:none;
}
#slide .slide_frame .slide_content .btn_click_here:hover {
   background-color:#0995cf;
}
#slide .slide_nav {
   position: absolute;
   bottom: 4%;
   left: 2%;
   z-index: 150;
   background:url("/images/overlay.png") repeat 0 0;
   padding:10px;
   border-radius:22px;
   opacity:0.9;
}
#slide .slide_nav:hover {
   opacity:1.0;
}
#slide .slide_nav a {
   width: 18px;
   height: 18px;
   display: block;
   text-align: center;
   overflow: hidden;
   border: 1px solid #555;
   border-radius: 12px;
   text-decoration: none;
   background: #fff;
   color: #fff;
   float: left;
   margin-right: 12px;
}
#slide .slide_nav a:first-child,
#slide .slide_nav a:last-child {
   background:#333;
   text-decoration: none;
}
#slide .slide_nav a:hover {
   background: #eed30f;
   color: #eed30f;
   text-decoration: none;
}
#slide .slide_nav a.active {
   background: #0995cf;
   color: #0995cf;
   text-decoration: none;
   cursor:default;
}
#HomePage #slide {
   display:none;
}
.mobile_banner {
   display:block;
   width:100%;
   height:auto;
}
#HomePage .focus_area {
   width:100%;
   float:left;
   margin:0;
}
.focus_area header {
   position:relative;
   background:url("../images/focus_area_header_bg.png") no-repeat center center #0995cf;
   width:100%;
   height:58px;
   border-top-left-radius:0px;
   border-top-right-radius:0px;
   border:1px solid #0995cf;
}
.focus_area header h3 {
   font-size:16px;
   text-align:center;
   width:70%;
   padding:0;
   position:absolute;
   top:50%;
   left:50%;
   transform: translate(-50%, -50%);
   -ms-transform: translate(-50%, -50%);
   -webkit-transform:translate(-50%, -50%);
   color:#fff; 
}
.focus_area span {
   display:block;
   width:100%;
   background:url("/images/focus_area_bg.png") no-repeat center bottom 25px #fff;
   font-family: 'PT Sans Caption', sans-serif;
   font-size:15px; 
   font-weight:700;
   color:#555; 
   border-bottom-left-radius:4px;
   border-bottom-right-radius:4px;
   border:1px solid #0995cf;
   padding-top:5px;
   padding-bottom:61px;
   margin-top:5px;
   line-height:1.4;
}
.focus_area span a {
   color:#222;
   text-align:center;
   display:block;
   width:95%;
   margin:15px auto 0 auto;
}


/************** Helpful Links *************/

.helpful_links {
   width:100%;
   padding-top:15px;
   padding-bottom:25px;
   line-height:1.4;
   font-size:13px;
}
.helpful_links li {
   padding-bottom:15px;
   margin-bottom:15px;
   border-bottom:2px dashed #d5e7f8;
}
.helpful_links li:last-child {
   padding-bottom:0;
   margin-bottom:0;
   border-bottom:none;
}
.helpful_links li a {
   font-family: 'PT Sans Caption', sans-serif;
   font-size:14px; 
   font-weight:700;
   color:#0995cf;
   display:block;
   margin-bottom:8px;
   line-height: 1.3;
}



/************** FAQ *************/

.faq_container {
   width:90%;
   margin-left:5%;
}
dl.faq {
   width:100%;
   padding:15px 0;
}
dl.faq dt {
   font-family: 'PT Sans Caption', sans-serif;
   font-size:14px; 
   font-weight:700;
   color:#0995cf; 
   background:url("/images/toggle_plus.png") no-repeat 15px center #fff;
   padding:15px 15px 15px 55px;
   margin-top:10px;
   border: 1px solid #ccc;
   border-radius:6px;
   line-height: 1.3;
   cursor:pointer;
}
dl.faq dt.open {
   background-image:url("/images/toggle_minus.png");
   border-bottom-left-radius:0;
   border-bottom-right-radius:0;
   border-bottom:none;
}
dl.faq dd {
   padding:15px 25px 0 25px;
   border: 1px solid #ccc;
   border-bottom-left-radius:6px;
   border-bottom-right-radius:6px;
   border-top:none;
}
dl.faq dd img {
   width: 95%;
   height: auto;
   display: block;
   margin: 40px auto;
   padding: 1.5%;
   border: 4px solid #fcf4b6;
   border-radius: 6px;
}
dl.faq dd ul {
   padding: 0;
   margin-top: 25px;
   margin-bottom: 25px;
   list-style: disc;
}
dl.faq dd li {
   margin-bottom: 10px;
   line-height: 1.4;
   margin-left: 45px;
   margin-right:45px;
}

dl.faq dd li ul {
   padding: 0;
   margin-top: 5px;
   margin-bottom: 10px;
   list-style: circle;
}



/************** NEWS *************/

.news_container {
   width:90%;
   float:left;
   margin-left:5%;
}
dl.news {
   width:100%;
   padding:30px 0;
}
dl.news dt {
   font-family: 'PT Sans Caption', sans-serif;
   font-size:14px; 
   font-weight:700;
   color:#0995cf; 
   background:url("/images/toggle_plus.png") no-repeat 15px center #fff;
   padding:15px 15px 15px 55px;
   margin-top:10px;
   border: 1px solid #ccc;
   border-radius:6px;
   cursor:pointer;
   position:relative;
   line-height: 1.3;
   padding-right: 130px;
}
dl.news dt span {
   position:absolute;
   right:25px;
   top:25px;
   transform: translate(0, -50%);
   -ms-transform: translate(0, -50%);
   -webkit-transform:translate(0, -50%);
   color:#555;
   font-size:14px;
}
dl.news dt.open {
   background-image:url("/images/toggle_minus.png");
   border-bottom-left-radius:0;
   border-bottom-right-radius:0;
   border-bottom:none;
}
dl.news dd {
   padding:15px 25px 0 25px;
   border: 1px solid #ccc;
   border-bottom-left-radius:6px;
   border-bottom-right-radius:6px;
   border-top:none;
}
dl.news dd .byline {
   font-family: 'Roboto Condensed', sans-serif; 
   font-weight:700; 
   line-height:1.3;
   margin-top:8px;
   font-size:15px;
   text-transform:none;
   color:#555;
}
dl.news dd img {
   width: 95%;
   height: auto;
   display: block;
   margin: 40px auto;
   padding: 1.5%;
   border: 4px solid #fcf4b6;
   border-radius: 6px;
}
dl.news dd ul {
   padding: 0;
   margin-top: 25px;
   margin-bottom: 25px;
   list-style: disc;
}
dl.news dd li {
   margin-bottom: 10px;
   margin-left: 45px;
   margin-right:45px;
   line-height: 1.4;
}
dl.news dd li ul {
   padding: 0;
   margin-top: 5px;
   margin-bottom: 10px;
   list-style: circle;
}


/************** Our Staff *************/

ul.staff_list {
   list-style:none;
   float:left;
   width:100%;
   padding-bottom: 0px;
   margin-bottom: 0px;
}

ul.staff_list h3 {
   padding: 5px 0 5px 0;
   font-size:18px;
}
ul.staff_list h4 {
   font-family: 'Roboto Condensed', sans-serif; 
   font-weight:700; 
   line-height:1.0;
   margin-top:12px;
   margin-bottom:20px;
   font-size:14px;
   text-transform:none;
   color:#555;
   float:left;
}
ul.staff_list h4 span {
   margin-top: 5px;
   display:block;
}
ul.staff_list li {
   float:left;
   width:90%;
   margin-left:5%;
   padding-bottom:25px;
   padding-top:25px;
   position:relative;
}
ul.staff_list li.clear {
    clear: both;
    display: block;
    overflow: hidden;
    visibility: hidden;
    width: 0;
    height: 0;
}

ul.staff_list li > img {
   width: 90%;
   height: auto;
   display: block;
   padding: 8px;
   border: 4px solid #fcf4b6;
   border-radius: 6px;
   margin: 20px auto;
}

ul.staff_list li section {
   float: left;
   text-align:justify;
   text-justify: distribute;
   word-spacing:-2px;
   width: 96%;
   margin-left:2%;
}
ul.staff_list li:first-of-type section {
   
}
ul.staff_list li .staff_social_media {
   display: inline-block;
   position:relative;
   top:12px;
   float:left;
   width:auto;
   margin-right:15px;
   border-right:3px solid #0995cf;
}
ul.staff_list li .staff_social_media img {
   height:30px;
   width:auto;
   display: inline-block;
   margin-right:15px;
   border:none;
   outline:none;
   text-decoration:none;
   padding-right:0;
}
ul.staff_list li .staff_social_media img:hover {
   text-decoration:none;
   opacity:0.6;
}
ul.staff_list li p {
   margin-top: 15px;
   clear:both;
}


/************** Contact Us *************/

.contact_address {
   font-style:normal;
   float:left;
   padding-bottom:50px;
   margin-left:10%;
}
.contact_address dl.contact_info {
   margin-right: 0;
   width: auto;
   float:left;
}
.contact_address dl.contact_info:first-child {
   margin-right: 60px;
}
.contact_address dl.contact_info dd {
   font-size: 14px;
   padding-left: 50px;
   margin-top: -10px;
   line-height:1.4;
}
.contact_address dl.contact_info dt {
   text-transform: uppercase;
   font-weight: 700;
   letter-spacing: 1px;
   line-height:1.4;
   font-size: 13px;
   color: #000;
   margin-top: 25px;
   padding-bottom: 15px;
   padding-left: 45px;
}
.contact_address dl.contact_info dt.researcher {
   background: url(/images/contact/icon_researcher.png) no-repeat 0 0;
}
.contact_address dl.contact_info dt.address {
   background: url(/images/contact/icon_address.png) no-repeat 0 0;
}
.contact_address dl.contact_info dt.fax {
   background: url(/images/contact/icon_fax.png) no-repeat 0 0;
}
.contact_address dl.contact_info dt.phone {
   background: url(/images/contact/icon_phone.png) no-repeat 0 0;
}
.contact_address dl.contact_info dt.email {
   background: url(/images/contact/icon_email.png) no-repeat 0 0;
}
.contact_address dl.contact_info dt.staff {
   background: url(/images/contact/icon_staff.png) no-repeat 0 0;
}


/************** Form Contact *************/

.contact_right {
   width: 600px;
   float: right;
   margin: 60px 0 30px 0;
   padding: 0;
}
.contact_left {
   width: 430px;
   float: left;
   margin: 25px 0 15px ;
   padding: 0;
}
.contact_left h2 {
   margin-top: 15px;
   margin-bottom:0; 
}
#formContact {
   width: 590px;
   margin: 0 0 40px 0;
   padding: 5px;
   background: #fff;
   border: 4px solid #fcf4b6;
   border-radius: 4px;
}
#formContact fieldset {
    background:#f9f9f9;
    padding:10px;
}
#formContact p {
   padding-top: 10px;
   margin-bottom:8px;
   margin-top:0;
}
#formContact.form textarea {
   width: 96.25%;
   height: 80px;
   overflow: auto;
}
#formContact p.form_50_left { 
   width:100%;
   margin-right:40px;
   float:left;
}
#formContact p.form_50_right { 
   width:100%;
   float:left;
   clear:none;
}
#formContact p.message {
   padding-bottom: 8px;
   min-height:0;
}
#formContact img.loading {
   position:relative;
   top:13px;
   left:55px;
}
#formContact legend {
   font-size: 15px;
   color: #444;
   font-weight: bold;
   padding-bottom: 14px;
   line-height: 1.5;
}
#formContact .button_pane {
   width: 560px;
}
#formContact p {
   margin-top: 0;
}
.form .indent {
   background-color: #e2e2e2;
   background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #e2e2e2), color-stop(100%, #fafafa));
   background-image: -webkit-linear-gradient(top, #e2e2e2, #fafafa);
   background-image: -moz-linear-gradient(top, #e2e2e2, #fafafa);
   background-image: -ms-linear-gradient(top, #e2e2e2, #fafafa);
   background-image: -o-linear-gradient(top, #e2e2e2, #fafafa);
   background-image: linear-gradient(top, #e2e2e2, #fafafa);
   border-bottom: 1px solid #e7e7e7;
   border-left: 1px solid #eaeaea;
   border-right: 1px solid #eaeaea;
   border-top: 1px solid #dfdfdf;
   border-radius: 8px;
   margin: 0px 0;
   padding: 8px 0;
   width: 120px;
   float: right;
}
#formContact button {
   background-color: #f3f3f3;
   background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f3f3f3), color-stop(50%, #dddddd), color-stop(50%, #d2d2d2), color-stop(100%, #dfdfdf));
   background-image: -webkit-linear-gradient(top, #f3f3f3 0%, #dddddd 50%, #d2d2d2 50%, #dfdfdf 100%);
   background-image: -moz-linear-gradient(top, #f3f3f3 0%, #dddddd 50%, #d2d2d2 50%, #dfdfdf 100%);
   background-image: -ms-linear-gradient(top, #f3f3f3 0%, #dddddd 50%, #d2d2d2 50%, #dfdfdf 100%);
   background-image: -o-linear-gradient(top, #f3f3f3 0%, #dddddd 50%, #d2d2d2 50%, #dfdfdf 100%);
   background-image: linear-gradient(top, #f3f3f3 0%, #dddddd 50%, #d2d2d2 50%, #dfdfdf 100%);
   border-right: 1px solid #dfdfdf;
   border-bottom: 1px solid #b4b4b4;
   border-right: 1px solid #dfdfdf;
   border-radius: 5px;
   -webkit-box-shadow: inset 0 1px 0 0 white, 0 1px 0 0 #d5d5d5, 0 -1px 2px 1px #efefef;
   box-shadow: inset 0 1px 0 0 white, 0 1px 0 0 #d5d5d5, 0 -1px 2px 1px #efefef;
   color: #444;
   font: bold 14px/1 "helvetica neue", helvetica, arial, sans-serif;
   margin: auto;
   padding: 6px 0;
   text-shadow: 0 1px 1px #fff;
   width: 100px;
   display: block;
   cursor: pointer;
}
#formContact button:hover {
   background-color: #e5e5e5;
   background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #e5e5e5), color-stop(50%, #d1d1d1), color-stop(50%, #c4c4c4), color-stop(100%, #b8b8b8));
   background-image: -webkit-linear-gradient(top, #e5e5e5 0%, #d1d1d1 50%, #c4c4c4 50%, #b8b8b8 100%);
   background-image: -moz-linear-gradient(top, #e5e5e5 0%, #d1d1d1 50%, #c4c4c4 50%, #b8b8b8 100%);
   background-image: -ms-linear-gradient(top, #e5e5e5 0%, #d1d1d1 50%, #c4c4c4 50%, #b8b8b8 100%);
   background-image: -o-linear-gradient(top, #e5e5e5 0%, #d1d1d1 50%, #c4c4c4 50%, #b8b8b8 100%);
   background-image: linear-gradient(top, #e5e5e5 0%, #d1d1d1 50%, #c4c4c4 50%, #b8b8b8 100%);
   -webkit-box-shadow: inset 0 1px 0 0 #f2f2f2, 0 1px 0 0 #c9c9c9, 0 -1px 2px 1px #e3e3e3;
   box-shadow: inset 0 1px 0 0 #f2f2f2, 0 1px 0 0 #c9c9c9, 0 -1px 2px 1px #e3e3e3;
   cursor: pointer;
}
#formContact button:active {
   -webkit-box-shadow: inset 0 0 30px 0 #999999, 0 1px 0 0 white;
   box-shadow: inset 0 0 30px 0 #999999, 0 1px 0 0 white;
}

address {
   font-style: normal;
}

.contact_right {
   width: 96%;
   float: right;
   margin: 5px 0 30px 2%;
   padding: 0;
}

.contact_left {
   width: 92%;
   float: left;
   margin: 25px 0 15px 4%;
   padding: 0;
}

   .contact_left h2 {
      margin-top: 0;
   }

#formContact {
   width: 88%;
   margin: 0;
   padding: 4%;
   background: #f9f9f9;
   border: 1px solid #aaa;
   border-radius: 8px;
}

   #formContact p {
      padding-top: 10px;
      margin-bottom: 8px;
      margin-top: 0;
   }

   #formContact legend {
      font-size: 12px;
      color: #444;
      font-weight: bold;
      padding-bottom: 14px;
      width: 100%;
      line-height: 1.5;
   }

   #formContact .button_pane {
      width: 100%;
   }

   #formContact p {
      margin-top: 0;
   }

.form .indent {
   background-color: #e2e2e2;
   background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #e2e2e2), color-stop(100%, #fafafa));
   background-image: -webkit-linear-gradient(top, #e2e2e2, #fafafa);
   background-image: -moz-linear-gradient(top, #e2e2e2, #fafafa);
   background-image: -ms-linear-gradient(top, #e2e2e2, #fafafa);
   background-image: -o-linear-gradient(top, #e2e2e2, #fafafa);
   background-image: linear-gradient(top, #e2e2e2, #fafafa);
   border-bottom: 1px solid #e7e7e7;
   border-left: 1px solid #eaeaea;
   border-right: 1px solid #eaeaea;
   border-top: 1px solid #dfdfdf;
   border-radius: 8px;
   margin: 25px 0 0 0;
   padding: 8px 0;
   width: 120px;
   float: right;
}

#formContact button {
   background-color: #f3f3f3;
   background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f3f3f3), color-stop(50%, #dddddd), color-stop(50%, #d2d2d2), color-stop(100%, #dfdfdf));
   background-image: -webkit-linear-gradient(top, #f3f3f3 0%, #dddddd 50%, #d2d2d2 50%, #dfdfdf 100%);
   background-image: -moz-linear-gradient(top, #f3f3f3 0%, #dddddd 50%, #d2d2d2 50%, #dfdfdf 100%);
   background-image: -ms-linear-gradient(top, #f3f3f3 0%, #dddddd 50%, #d2d2d2 50%, #dfdfdf 100%);
   background-image: -o-linear-gradient(top, #f3f3f3 0%, #dddddd 50%, #d2d2d2 50%, #dfdfdf 100%);
   background-image: linear-gradient(top, #f3f3f3 0%, #dddddd 50%, #d2d2d2 50%, #dfdfdf 100%);
   border-right: 1px solid #dfdfdf;
   border-bottom: 1px solid #b4b4b4;
   border-right: 1px solid #dfdfdf;
   border-radius: 5px;
   -webkit-box-shadow: inset 0 1px 0 0 white, 0 1px 0 0 #d5d5d5, 0 -1px 2px 1px #efefef;
   box-shadow: inset 0 1px 0 0 white, 0 1px 0 0 #d5d5d5, 0 -1px 2px 1px #efefef;
   color: #444;
   font: bold 14px/1 "helvetica neue", helvetica, arial, sans-serif;
   margin: auto;
   padding: 6px 0;
   text-shadow: 0 1px 1px #fff;
   width: 100px;
   display: block;
   cursor: pointer;
}

   #formContact button:hover {
      background-color: #e5e5e5;
      background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #e5e5e5), color-stop(50%, #d1d1d1), color-stop(50%, #c4c4c4), color-stop(100%, #b8b8b8));
      background-image: -webkit-linear-gradient(top, #e5e5e5 0%, #d1d1d1 50%, #c4c4c4 50%, #b8b8b8 100%);
      background-image: -moz-linear-gradient(top, #e5e5e5 0%, #d1d1d1 50%, #c4c4c4 50%, #b8b8b8 100%);
      background-image: -ms-linear-gradient(top, #e5e5e5 0%, #d1d1d1 50%, #c4c4c4 50%, #b8b8b8 100%);
      background-image: -o-linear-gradient(top, #e5e5e5 0%, #d1d1d1 50%, #c4c4c4 50%, #b8b8b8 100%);
      background-image: linear-gradient(top, #e5e5e5 0%, #d1d1d1 50%, #c4c4c4 50%, #b8b8b8 100%);
      -webkit-box-shadow: inset 0 1px 0 0 #f2f2f2, 0 1px 0 0 #c9c9c9, 0 -1px 2px 1px #e3e3e3;
      box-shadow: inset 0 1px 0 0 #f2f2f2, 0 1px 0 0 #c9c9c9, 0 -1px 2px 1px #e3e3e3;
      cursor: pointer;
   }

   #formContact button:active {
      -webkit-box-shadow: inset 0 0 30px 0 #999999, 0 1px 0 0 white;
      box-shadow: inset 0 0 30px 0 #999999, 0 1px 0 0 white;
   }

dl.contact_info {
   margin-right: 40px;
   float: left;
   margin-top: 0px;
   width: auto;
}

   dl.contact_info dt {
      text-transform: uppercase;
      font-family: "brandon-grotesque", Helvetica, Arial, sans-serif;
      font-weight: 700;
      letter-spacing: 1px;
      font-size: 11px;
      color: #000;
      margin-top: 25px;
      padding-bottom: 15px;
      padding-left: 45px;
   }

      dl.contact_info dt.address {
         background: url(/images/icon_address.png) no-repeat 0 0;
      }

      dl.contact_info dt.fax {
         background: url(/images/icon_fax.png) no-repeat 0 0;
      }

      dl.contact_info dt.phone {
         background: url(/images/icon_phone.png) no-repeat 0 0;
      }

      dl.contact_info dt.email {
         background: url(/images/icon_email.png) no-repeat 0 0;
      }

   dl.contact_info dd {
      padding-left: 45px;
      margin-top: -13px;
   }

.contact_map {
   width: 98%;
   height: 180px;
   background: #fff;
   border: 1px solid #aaa;
   border-radius: 8px;
   padding: 4px;
   clear: both;
   float: left;
   margin: 40px 0 0 0%;
}




/* Safety Consulting Report */
.content_left img.sample_safety_report {
   width: 150px;
   height: auto;
   display: block;
   margin: 40px auto;
   padding: 1.5%;
   border: 4px solid #fcf4b6;
   border-radius: 6px;
}


/* Footer */

.footer {
   float:left;
   width:100%;
   padding:50px 0;
   background:#555;
   position:relative;
   color:#fff;
}
.footer a {
   color:#fff;
}
.footer img.ftr_logo {
   width:300px;
   height:auto;
   display:block;
   margin-bottom:20px;
}
.footer h3 {
  padding-top:0;
  font-size:16px;
  position:relative;
}
.footer h3 a {
  font-size:14px;
  color:#fff;
  position:absolute;
  right:10px;
  top:0;
}
.footer .disclaimer {
   padding:20px 5% 20px 5%;
   margin-right:30px;
   float:left;
   width:90%;
}
.footer .disclaimer p {
   line-height:1.4;
   margin-bottom:0;
}
.footer .address {
   font-style:normal;
   padding:10px 0 10px 0;
   margin:10px 0;
   float:left;
   width:100%;
}
.footer .address div {
   width:40%;
   margin-left:5%;
   float:left;
}
.footer .address div:last-child {
   width:45%;
   text-align:right;
}
.footer .address p {
   line-height:1.4;
   margin-bottom:5px;
}
.footer .address p.ftr_phone {
   font-size:14px;
}
.footer .footer_menu {
   padding:20px 0;
   float:left;
   width:auto;
   font-size:12px;
   margin-left:5%;
}
.footer .footer_menu ul {
   margin:0 0 0 0;
   padding:0;
   list-style:none;
}
.footer .footer_menu ul li {
   margin:0 9px 0 0;
   padding:0 9px 0 0;
   border-right:1px solid #fff;
   list-style:none;
   display:inline-block;
   float:left;
}
.footer .footer_menu ul li:last-child {
   margin:0 0 0 0;
   padding:0 0 0 0;
   border-right:none;
}
.footer .footer_menu a {
   display:block;
   line-height:2.0;
}
.footer .ftr_social_media {
   display: inline-block;
   position:absolute;
   top:0;
   right:5%;
}
.footer .ftr_social_media img {
   height:24px;
   width:auto;
   display: inline-block;
   margin-left:20px;
   border:none;
   outline:none;
   text-decoration:none;
}
.footer .hdr_social_media img:hover {
   text-decoration:none;
   opacity:0.6;
}
.footer .copyright {
   width:90%;
   font-size:11px;
   margin-top:20px;
   margin-left:5%;
   padding-top:15px;
   border-top:2px solid #fff;
   text-transform:uppercase;
   text-align:center;
}
.ftr_conquest {
   text-align:center;
   display:block;
   margin-top:20px;
   float:right;
   width:90%;
   margin-right:5%;
   line-height:1.5;
}












  
    
/* Smaller Mobile Devices Portrait Mode */
@media (max-width: 400px) {
   h1 {
      font-size:22px; 
      padding-top:20px; 
      padding-bottom:15px; 
      margin-left:5%; 
      margin-right:5%; 
   }
   .form span.security_code {
       margin-top: 20px!important;
   }
   .hdr_client_contact {
       left: 3%!important;
       top: 122px;
       letter-spacing: 0.7px;
       font-size: 20px!important;
       font-weight: 400;
   }
   .header .hdr_social_media img {
       display: inline-block;
       margin-left: 10px!important;
       border: none;
       outline: none;
       text-decoration: none;
   }
   #form_cc {
       width: 87%;
       left: 3%!important;
   }
   #form_cc .email {
       width: 140px!important;
       height: 14px;
       padding: 8px 8px 9px 8px!important;
       font-size: 15px;
   }
   #form_cc .form_cc_submit {
       width: 45px;
       font-size: 14px;
       padding: 5px 0;
       margin-left: 3px;
       top: 0px;
   }
   .form .indent {
       margin: 25px 115px 0 0;
   }
   .btn_nav_mobile {
       top: -55px;
       right: 5%!important;
   }
   .footer .address div {
       width: 90%;
       margin-left: 2%;
   }
   .footer img.ftr_logo {
       width: 250px;
       height: auto;
       display: block;
       margin: 30px auto 20px auto;
   }
   .footer .ftr_social_media {
       display: inline-block;
       position: absolute;
       top: -35px;
       right: 5%;
   }
}
/* Smallest Mobile Devices Portrait Mode */
@media (max-width: 320px) {
   h1 {
      font-size:22px; 
      padding-top:20px; 
      padding-bottom:15px; 
      margin-left:5%; 
      margin-right:5%; 
   }
   .form span.security_code {
       margin-top: 20px!important;
   }
   .hdr_client_contact {
       left: 3%!important;
       top: 122px;
       letter-spacing: 0.6px;
       font-size: 17px!important;
       font-weight: 400;
   }
   .header .hdr_social_media img {
       display: inline-block;
       margin-left: 8px!important;
       border: none;
       outline: none;
       text-decoration: none;
   }
   #form_cc {
       width: 87%;
       left: 3%!important;
   }
   #form_cc .email {
       width: 110px!important;
       height: 14px;
       padding: 8px 8px 9px 8px!important;
       font-size: 15px;
   }
   #form_cc .form_cc_submit {
       width: 40px;
       font-size: 14px;
       padding: 5px 0;
       margin-left: 3px;
       top: -2px;
   }
   .form .indent {
       margin: 25px 115px 0 0;
   }
   .btn_nav_mobile {
       top: -55px;
       right: 5%!important;
   }
   .footer .address div {
       width: 90%;
       margin-left: 5%;
       float: none;
   }
   .footer .disclaimer {
       padding: 20px 5% 20px 5%;
       margin-right: 30px;
       float: none!important;
       width: 90%;
   }
   .footer h3 a {
       font-size: 14px;
       color: #fff;
       position: relative;
       right: inherit;
       padding: 20px 0 0 0;
       display: block;
   }
   .footer img.ftr_logo {
       width: 250px;
       height: auto;
       display: block;
       margin: 30px auto 20px auto;
   }
   .footer .ftr_social_media {
       display: inline-block;
       position: absolute;
       top: -35px;
       right: 5%;
   }
}


/* Tablet (iPad/iPad Mini) Portrait Mode and Larger Mobile Devices (iPhone 6/6+) Landscape Mode */
@media (min-width: 550px) {
   h1 {
      padding-top:40px; 
       max-width:660px;
    }
   #HomePage h1 {
      padding-top:0px; 
   }
   .main sidebar h1 {
      width:660px!important;
   }
    h4 {
       font-size:14px;
    }
ul.styled_list li,
ol.styled_list li {
   padding: 0;
   margin-bottom: 25px;
   margin-left: 45px;
   margin-right:45px;
}
   #web_container {
      background: #fff;
   }
   .wrapper > .header {
     position:relative;
     z-index:20;
   }
   #HomePage #slide { 
      overflow: hidden;
      position: relative;
      display:block;
   }
   .mobile_banner {
      display:none;
   }
   #HomePage #slide div.slides img {
   }
   #slide img.holding {
      width:100%;
      height:auto;
      display:block;
   }
   img.mobile_banner {
      display:none;
   }
   #HomePage .focus_area {
      width:32%;
      float:left;
      margin:10px 0 35px 1.0%;
   }
.focus_area header {
   border-top-left-radius:4px;
   border-top-right-radius:4px;
   border:1px solid #0995cf;
}
.header .logo {
    position: absolute;
    left: 5%;
    top: 45%;
}
.focus_area span {
   height:225px;
   padding-bottom:21px;
   background:url("/images/focus_area_bg.png") no-repeat center bottom 25px #fff;
}
.header .hdr_client_contact {
    position: absolute;
    right: 2%;
    top: 100px;
    font-family: 'Oswald', sans-serif;
    letter-spacing: 0.7px;
    font-size: 26px;
    font-weight: 400;
    color: #333;
    width: auto;
   left:inherit;
}
.header a.client_login {
    width: 80px;
    background: #fff;
    border: 3px solid #bdd8e5;
    font-family: 'Oswald', sans-serif;
    font-weight: 400;
    font-size: 14px;
    color: #0995cf;
    text-transform: uppercase;
    text-decoration: none;
    padding: 8px 10px;
    margin-right: 3%;
    margin-top: -70px;
    text-align: center;
    display: block;
    float: right;
    vertical-align: middle;
    cursor: pointer;
    -webkit-appearance: none;
    letter-spacing: normal;
    margin-left: -160px;
}

/************** Our Staff *************/

ul.staff_list {
   list-style:none;
   float:left;
   width:100%;
   padding-top:0;
}

ul.staff_list h3 {
   padding: 5px 0 5px 0;
   font-size:18px;
}
ul.staff_list h4 {
   font-family: 'Roboto Condensed', sans-serif; 
   font-weight:700; 
   line-height:1.0;
   margin-top:12px;
   margin-bottom:20px;
   font-size:14px;
   text-transform:none;
   color:#555;
   float:left;
}
ul.staff_list h4 span {
   margin-top: 5px;
   display:block;
}
ul.staff_list li {
   float:left;
   width:100%;
   position:relative;
}
ul.staff_list li.clear {
    clear: both;
    display: block;
    overflow: hidden;
    visibility: hidden;
    width: 0;
    height: 0;
}

ul.staff_list li > img {
   width: 30%;
   height: auto;
   display: block;
   padding: 8px;
   border: 4px solid #fcf4b6;
   border-radius: 6px;
   float: left;
   margin: 0 4% 0 0;
}

ul.staff_list li section {
   float: left;
   text-align:justify;
   text-justify: distribute;
   word-spacing:-2px;
   width: 50%;
}
ul.staff_list li:first-of-type section {
   
}
ul.staff_list li .staff_social_media {
   display: inline-block;
   position:relative;
   top:12px;
   float:left;
   width:auto;
   margin-right:15px;
   border-right:3px solid #0995cf;
}
ul.staff_list li .staff_social_media img {
   height:30px;
   width:auto;
   display: inline-block;
   margin-right:15px;
   border:none;
   outline:none;
   text-decoration:none;
   padding-right:0;
}
ul.staff_list li .staff_social_media img:hover {
   text-decoration:none;
   opacity:0.6;
}
ul.staff_list li p {
   margin-top: 15px;
   clear:both;
}
   .contact_left {
      width: 39%;
      float: left;
      margin: 25px 0 15px 4%;
      padding: 0;
   }

   .contact_right {
      width: 390px;
      float: right;
      margin: 25px 4% 35px 0;
      padding: 0;
   }

   .contact_map {
      width: 94%;
      height: 312px;
      background: #fff;
      border: 1px solid #aaa;
      border-radius: 8px;
      padding: 4px;
      clear: both;
      float: left;
      margin: 60px 0 0 0;
   }


      #formContact p {
         padding-top: 10px;
         margin-bottom: 8px;
         margin-top: 0;
      }

      #formContact legend {
         font-size: 14px;
         color: #444;
         font-weight: bold;
         padding-bottom: 14px;
         width: 324px;
         line-height: 1.5;
      }

      #formContact .button_pane {
         width: 324px;
      }

      #formContact p {
         margin-top: 0;
      }

   .form .indent {
      background-color: #e2e2e2;
      background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #e2e2e2), color-stop(100%, #fafafa));
      background-image: -webkit-linear-gradient(top, #e2e2e2, #fafafa);
      background-image: -moz-linear-gradient(top, #e2e2e2, #fafafa);
      background-image: -ms-linear-gradient(top, #e2e2e2, #fafafa);
      background-image: -o-linear-gradient(top, #e2e2e2, #fafafa);
      background-image: linear-gradient(top, #e2e2e2, #fafafa);
      border-bottom: 1px solid #e7e7e7;
      border-left: 1px solid #eaeaea;
      border-right: 1px solid #eaeaea;
      border-top: 1px solid #dfdfdf;
      border-radius: 8px;
      padding: 8px 0;
      width: 120px;
      float: right;
   }

   #formContact button {
      background-color: #f3f3f3;
      background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f3f3f3), color-stop(50%, #dddddd), color-stop(50%, #d2d2d2), color-stop(100%, #dfdfdf));
      background-image: -webkit-linear-gradient(top, #f3f3f3 0%, #dddddd 50%, #d2d2d2 50%, #dfdfdf 100%);
      background-image: -moz-linear-gradient(top, #f3f3f3 0%, #dddddd 50%, #d2d2d2 50%, #dfdfdf 100%);
      background-image: -ms-linear-gradient(top, #f3f3f3 0%, #dddddd 50%, #d2d2d2 50%, #dfdfdf 100%);
      background-image: -o-linear-gradient(top, #f3f3f3 0%, #dddddd 50%, #d2d2d2 50%, #dfdfdf 100%);
      background-image: linear-gradient(top, #f3f3f3 0%, #dddddd 50%, #d2d2d2 50%, #dfdfdf 100%);
      border-right: 1px solid #dfdfdf;
      border-bottom: 1px solid #b4b4b4;
      border-right: 1px solid #dfdfdf;
      border-radius: 5px;
      -webkit-box-shadow: inset 0 1px 0 0 white, 0 1px 0 0 #d5d5d5, 0 -1px 2px 1px #efefef;
      box-shadow: inset 0 1px 0 0 white, 0 1px 0 0 #d5d5d5, 0 -1px 2px 1px #efefef;
      color: #444;
      font: bold 14px/1 "helvetica neue", helvetica, arial, sans-serif;
      margin: auto;
      padding: 6px 0;
      text-shadow: 0 1px 1px #fff;
      width: 100px;
      display: block;
      cursor: pointer;
   }

   .footer .disclaimer {
      height:110px;
      padding:20px 5% 0 5%;
      margin-right:30px;
      float:left;
      width:90%;
   }
}

/* Tablet (iPad/iPad Mini) Landscape Mode */
@media (min-width: 850px) {
   body,html {
      font-family: 'Roboto Condensed', sans-serif; 
   	font-size:.95em;
      font-weight: 400;
   	position:relative;
   	max-width:100%;
      min-height:100%;
      min-width:1200px;
      background:#555;
   }
   .main {
      width:1100px;
      height:100%;
      display:block;
      margin:auto;
      position:relative;
   }
   .main_container {
      width:100%;
      min-width:1200px;
      min-height:62%;
   }
   #web_container {
      max-width:100%;
      min-width:1200px;
      overflow-x:hidden;
   }
    h1 {
       text-align: left;
       font-size:26px;
       word-spacing: 0;
       margin-left:0;
       margin-right:0;
       width:660px;
    }

   #HomePage p,
   #HomePage h1,
   #HomePage h2 {
      margin-left:0;
      margin-right:0;
   }
d
/* Header */
.header {
   width:100%;
   height:140px;
   background:#e1e5ea;
   position:relative;
}
.header .logo {
   position:absolute;
   left:0;
   top:50%;
   width:380px;
   height:auto;
   display:block;
   transform: translate(0, -50%);
   -ms-transform: translate(0, -50%);
   -webkit-transform:translate(0, -50%);
}
.header .hdr_client_contact {
   position:absolute;
   right:0;
   left:inherit;
   width:auto;
   top:90px;
   font-family: 'Oswald', sans-serif;
   letter-spacing:0.7px;
   font-size:26px;
   font-weight:400;
   color:#333;
}
.header .hdr_client_contact a,
.header .hdr_client_contact a:hover {
   color:#333;
   text-decoration:none;
}
.header .hdr_social_media {
   display: inline-block;
   position:relative;
   top:0;
   letter-spacing:normal;
   margin-right:20px;
}
.header .hdr_social_media img {
   display: inline-block;
   margin-left:20px;
   border:none;
   outline:none;
   text-decoration:none;
}
.header .hdr_social_media img:hover {
   text-decoration:none;
   opacity:0.6;
}
.header a.client_login {
   width: 80px;
   background:#fff;
   border: 3px solid #bdd8e5;
   font-family: 'Oswald', sans-serif;
   font-weight: 400;
   font-size: 14px;
   color: #0995cf;
   text-transform:uppercase;
   text-decoration:none;
   padding: 8px 10px;
   margin-right:2px;
   margin-left:0;
   margin-top:-5px;
   text-align: center;
   display:inline-block;
   float:right;
   vertical-align: middle;
   cursor: pointer;
   -webkit-appearance: none;
   letter-spacing:normal;
}
.header a.client_login:hover {
   text-decoration:none;
   background: #0995cf;
   color:#fff;
}

/* Constant Contact Signup */

.hdr_constant_contact {
   position:absolute;
   right:0;
   top:15px;
   left:inherit;
   width:auto;
}
#form_cc {
   width:450px;
   left:0;
}
#form_cc fieldset {
   position:relative;
}
#form_cc fieldset legend {
   font-family: 'Fjalla One', sans-serif;
   font-weight: 400;
   font-size: 17px;
   color:#444;
   text-transform:uppercase;
   display:inline-block;
   float:left;
   padding-top:14px;
   padding-right:10px;
}
#form_cc .email {
   width: 220px;
   height: 14px;
   padding:10px 10px 11px 10px;
   font-size: 15px;
   font-style:italic;
   color: #555;
   background: #fff;
   border: 3px solid #bdd8e5;
   display:inline-block;
   float:left;
}
#form_cc .form_cc_submit {
   width: 80px;
   background:#fff;
   border: 3px solid #bdd8e5;
   font-family: 'Oswald', sans-serif;
   font-weight: 400;
   font-size: 14px;
   color: #0995cf;
   padding: 7px 0;
   margin-left:5px;
   text-align: center;
   display:inline-block;
   float:left;
   vertical-align: middle;
   cursor: pointer;
   -webkit-appearance: none;
   top:0;
}
#form_cc .form_cc_submit:hover {
   background: #0995cf;
   color:#fff;
}
#form_cc .submit_arrow {
   position:absolute;
   right:65px;
   top:49.5%;
   transform: translate(0, -50%);
   -ms-transform: translate(0, -50%);
   -webkit-transform:translate(0, -50%);
   z-index:100;
   display:block;
}
#form_cc label.error {
   width: 32px;
   height: 22px;
   position: absolute;
   display: block;
   background: url(/form/images/form_error.png) no-repeat 0 0;
   top: 10px;
   right: 80px;
   z-index: 12;
}
.focus_area span {
   height:190px;
   padding-bottom:21px;
   background:url("/images/focus_area_bg.png") no-repeat center bottom 25px #fff;
}
   .sidebar {
      background:url("../images/sidebar.png") repeat-y 0 0;
   }
   #AboutPage .content_right {
      width:31%;
      padding-left:5%;
      padding-right:5%;
   }
   .content_left {
       margin: 0;
   }
   .content_left {
      width:58%;
      float:left;
   }
   .content_right {
       width: 82%;
       float: right;
       padding-bottom: 5px;
       margin: 0 5% 35px 5%;
   }
   .sidebar .content_right {
      margin-right:20px;
   }
   .content_left img {
      width: 95%;
      height: auto;
      display: block;
      margin: 40px auto;
      padding: 1.5%;
      border: 4px solid #fcf4b6;
      border-radius: 6px;
   }
   .news_container img {
      width: 95%;
      height: auto;
      display: block;
      margin: 40px auto;
      padding: 1.5%;
      border: 4px solid #fcf4b6;
      border-radius: 6px;
   }
   .content_right img {
      width: 93%;
      height: auto;
      display: block;
      margin: 40px auto;
      padding: 3%;
      border: 4px solid #fcf4b6;
      border-radius: 6px;
   }
   #AboutPage .content_left img {
      margin: 35px auto 40px auto;
   }
   #AboutPage .content_right {
      width:31%;
      padding-left:0.5%;
      padding-right:0.5%;
      margin-top:-60px;
   }
   #AboutPage .content_right img {
      margin: 10px 0 30px 0;
      background:#fff;
      width:91%;
      float:none;
   }
/************** NEWS *************/

   .news_container {
      width:60%;
      float:left;
      margin-left:0;
      padding-bottom:25px;
   }
   /************** FAQ *************/

   .faq_container {
      width:60%;
      float:left;
      margin-left:0;
      padding-bottom:25px;
   }
   .content_section {
      padding-top: 25px;
   }
   #HomePage .content_left {
       width: 55%;
       margin: 0;
   }
   .content_left {
      padding-bottom:25px;
   }
   .content_right {
      width:32%;
      padding-bottom:25px;
      margin:0;
   }
   .news_list {
      padding-left:8.5%;
      min-height:300px;
      background:url("../images/divider_vertical.png") no-repeat left 90px;
   }
   .news_list h3 {
      margin-left:0;
   }
   #slide .slide_frame {
      left:50%;
      top:0;
      transform: translate(-50%, 0);
      -ms-transform: translate(-50%, 0);
      -webkit-transform:translate(-50%, 0);
      width:1100px;
      height:100%;
      margin:auto;
      /*
      background:url("/images/banner_frame_bg.png") no-repeat 0 0;
      */
      z-index:100;
   }
   #HomePage .focus_area {
      width:30%;
      float:left;
      margin:10px 4.5% 35px 4.5%;
   }
   #HomePage .focus_area:first-of-type,
   #HomePage .focus_area:last-of-type {
      margin:10px 0 35px 0;
   }
ul.staff_list:first-of-type {
   padding-top: 30px;
   margin-top: 0;
   border-bottom: 2px dashed #d5e7f8;
}
ul.staff_list li section {
   width: 55%;
}
ul.staff_list li {
   width:47.5%;
   margin-left:0;
   margin-right:2.5%;
}
ul.staff_list {
   list-style:none;
   float:left;
   width:100%;
   padding-bottom: 25px;
   margin-bottom: 40px;
   padding-top:0;
}
img.contact_us_today {
   width:auto!important;
   margin-top:100px!important;
   border:none!important;
   outline:none;
   padding:0!important;
}
   .contact_left {
      width: 500px;
      float: left;
      margin: 25px 0 15px 7%;
      padding: 0;
   }

   .contact_right {
      width: 420px;
      float: right;
      margin: 25px 0 15px 0;
      padding: 0;
   }

   .contact_map {
      width: 450px;
      height: 340px;
      margin-top: 60px;
      background: #fff;
      border: 1px solid #aaa;
      border-radius: 8px;
      padding: 4px;
      float: left;
      clear: none;
   }
   .contact_address {
   margin-left:0;
   }
.contact_right {
   width: 600px;
   float: right;
   margin: 60px 0 15px 0;
   padding: 0;
}
.contact_left {
   width: 430px;
   float: left;
   margin: 25px 0 15px ;
   padding: 0;
}
.contact_left h2 {
   margin-top: 15px;
   margin-bottom:0; 
}
#formContact {
   width: 590px;
   margin: 0 0 40px 0;
   padding: 5px;
   background: #fff;
   border: 4px solid #fcf4b6;
   border-radius: 4px;
}
#formContact fieldset {
    background:#f9f9f9;
    padding:15px;
}
#formContact p {
   padding-top: 10px;
   margin-bottom:8px;
   margin-top:0;
}
#formContact.form textarea {
   width: 96.25%;
   height: 80px;
   overflow: auto;
}
#formContact p.form_50_left { 
   width:44.5%;
   margin-right:40px;
   float:left;
}
#formContact p.form_50_right { 
   width:44.5%;
   float:left;
   clear:none;
}
#formContact p.message {
   padding-bottom: 8px;
   min-height:0;
}
#formContact img.loading {
   position:relative;
   top:13px;
   left:55px;
}
#formContact legend {
   font-size: 15px;
   color: #444;
   font-weight: bold;
   padding-bottom: 14px;
   line-height: 1.5;
   width:100%;
}
#formContact .button_pane {
   width: 560px;
}
#formContact p {
   margin-top: 0;
}
.form .indent {
   background-color: #e2e2e2;
   background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #e2e2e2), color-stop(100%, #fafafa));
   background-image: -webkit-linear-gradient(top, #e2e2e2, #fafafa);
   background-image: -moz-linear-gradient(top, #e2e2e2, #fafafa);
   background-image: -ms-linear-gradient(top, #e2e2e2, #fafafa);
   background-image: -o-linear-gradient(top, #e2e2e2, #fafafa);
   background-image: linear-gradient(top, #e2e2e2, #fafafa);
   border-bottom: 1px solid #e7e7e7;
   border-left: 1px solid #eaeaea;
   border-right: 1px solid #eaeaea;
   border-top: 1px solid #dfdfdf;
   border-radius: 8px;
   margin: 0px 0;
   padding: 8px 0;
   width: 120px;
   float: right;
}
#formContact button {
   background-color: #f3f3f3;
   background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f3f3f3), color-stop(50%, #dddddd), color-stop(50%, #d2d2d2), color-stop(100%, #dfdfdf));
   background-image: -webkit-linear-gradient(top, #f3f3f3 0%, #dddddd 50%, #d2d2d2 50%, #dfdfdf 100%);
   background-image: -moz-linear-gradient(top, #f3f3f3 0%, #dddddd 50%, #d2d2d2 50%, #dfdfdf 100%);
   background-image: -ms-linear-gradient(top, #f3f3f3 0%, #dddddd 50%, #d2d2d2 50%, #dfdfdf 100%);
   background-image: -o-linear-gradient(top, #f3f3f3 0%, #dddddd 50%, #d2d2d2 50%, #dfdfdf 100%);
   background-image: linear-gradient(top, #f3f3f3 0%, #dddddd 50%, #d2d2d2 50%, #dfdfdf 100%);
   border-right: 1px solid #dfdfdf;
   border-bottom: 1px solid #b4b4b4;
   border-right: 1px solid #dfdfdf;
   border-radius: 5px;
   -webkit-box-shadow: inset 0 1px 0 0 white, 0 1px 0 0 #d5d5d5, 0 -1px 2px 1px #efefef;
   box-shadow: inset 0 1px 0 0 white, 0 1px 0 0 #d5d5d5, 0 -1px 2px 1px #efefef;
   color: #444;
   font: bold 14px/1 "helvetica neue", helvetica, arial, sans-serif;
   margin: auto;
   padding: 6px 0;
   text-shadow: 0 1px 1px #fff;
   width: 100px;
   display: block;
   cursor: pointer;
}
#formContact button:hover {
   background-color: #e5e5e5;
   background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #e5e5e5), color-stop(50%, #d1d1d1), color-stop(50%, #c4c4c4), color-stop(100%, #b8b8b8));
   background-image: -webkit-linear-gradient(top, #e5e5e5 0%, #d1d1d1 50%, #c4c4c4 50%, #b8b8b8 100%);
   background-image: -moz-linear-gradient(top, #e5e5e5 0%, #d1d1d1 50%, #c4c4c4 50%, #b8b8b8 100%);
   background-image: -ms-linear-gradient(top, #e5e5e5 0%, #d1d1d1 50%, #c4c4c4 50%, #b8b8b8 100%);
   background-image: -o-linear-gradient(top, #e5e5e5 0%, #d1d1d1 50%, #c4c4c4 50%, #b8b8b8 100%);
   background-image: linear-gradient(top, #e5e5e5 0%, #d1d1d1 50%, #c4c4c4 50%, #b8b8b8 100%);
   -webkit-box-shadow: inset 0 1px 0 0 #f2f2f2, 0 1px 0 0 #c9c9c9, 0 -1px 2px 1px #e3e3e3;
   box-shadow: inset 0 1px 0 0 #f2f2f2, 0 1px 0 0 #c9c9c9, 0 -1px 2px 1px #e3e3e3;
   cursor: pointer;
}
#formContact button:active {
   -webkit-box-shadow: inset 0 0 30px 0 #999999, 0 1px 0 0 white;
   box-shadow: inset 0 0 30px 0 #999999, 0 1px 0 0 white;
}
.footer .footer_menu {
   height:110px;
   padding:20px 0;
   float:left;
   width:auto;
   font-size:12px;
   margin-left:0;
}
.footer .footer_menu ul li {
   margin:0;
   padding:0 0 10px 0;
   border-right:none;
   list-style:none;
   display:inline-block;
   float:left;
}
.footer .footer_menu ul li:last-child {
   margin:0 0 0 0;
   padding:0 0 10px 0;
   border-right:none;
}

.footer .footer_menu a {
   display:inline-block;
   line-height:1.0;
}
.footer .ftr_social_media {
   display: inline-block;
   position:absolute;
   top:0;
   right:5%;
}
.footer .ftr_social_media img {
   height:24px;
   width:auto;
   display: inline-block;
   margin-left:20px;
   border:none;
   outline:none;
   text-decoration:none;
}
.footer .hdr_social_media img:hover {
   text-decoration:none;
   opacity:0.6;
}
   .footer .disclaimer {
      height:110px;
      padding:20px 18px 20px 0;
      margin-right:30px;
      border-right:1px solid #fff;
      float:left;
      width:500px;
   }
   .footer .address {
      font-style:normal;
      height:110px;
      padding:10px 0 10px 0;
      margin:10px 0;
      float:left;
      width:auto;
      max-width:27%;
   }
   .footer .address div {
      width:auto;
      margin-left:0;
      float:none;
   }
   .footer .address div:last-child {
      text-align:right;
   }
   .footer .footer_menu {
      height:110px;
      padding:20px 0;
      float:left;
      width:auto;
      font-size:12px;
   }
   .footer .ftr_social_media {
      display: inline-block;
      position:absolute;
      top:0;
      right:0;
   }
   .footer .copyright {
      width:100%;
      font-size:11px;
      margin-top:20px;
      padding-top:15px;
      border-top:2px solid #fff;
      text-transform:uppercase;
      text-align:left;
   }
}

/* Smaller Laptops */
@media (min-width: 1024px) {
   body,html {
   	position:relative;
       width:100%;
   	height:100%;
   }

   #web_container {
      overflow-x:hidden;
   }

   .wrapper > .header {
     position:relative;
     z-index:20;
   }

.footer .disclaimer {
   height:110px;
   padding:20px 18px 20px 0;
   margin-right:30px;
   border-right:1px solid #fff;
   float:left;
   width:500px;
}
.footer .disclaimer p {
   line-height:1.4;
   margin-bottom:0;
}
.footer .address {
    font-style: normal;
    height: 110px;
    padding: 20px 30px 20px 0px;
    margin-right: 30px;
    border-right: 1px solid rgb(255, 255, 255);
    float: left;
    width: auto;
}
.footer .address p {
   line-height:1.4;
   margin-bottom:5px;
}
.footer .address p.ftr_phone {
   font-size:14px;
}
.footer .footer_menu {
   height:110px;
   padding:20px 0;
   float:left;
   width:auto;
   font-size:12px;
}
.footer .footer_menu ul {
   margin:0;
   padding:0;
   list-style:none;
}
.footer .footer_menu ul li {
   margin:0;
   padding:0 0 10px 0;
   list-style:none;
   float:none;
   display:block;
}
.footer .footer_menu a {
   display:block;
   line-height:1;
}
.footer .ftr_social_media {
   display: inline-block;
   position:absolute;
   top:0;
   right:0;
}
.footer .ftr_social_media img {
   height:24px;
   width:auto;
   display: inline-block;
   margin-left:20px;
   border:none;
   outline:none;
   text-decoration:none;
}
.footer .hdr_social_media img:hover {
   text-decoration:none;
   opacity:0.6;
}
.footer .copyright {
   width:100%;
   font-size:11px;
   margin-top:20px;
   padding-top:15px;
   border-top:2px solid #fff;
   text-transform:uppercase;
   margin-left:0;
}
.ftr_conquest {
   text-align:right;
   display:block;
   margin-top:0px;
   float:right;
   width:auto;
   margin-right:0;
   line-height:1.0;
}
}

/* Standard Laptop and Desktop */
@media (min-width: 1280px) {
}
/* Larger Laptop and Desktop */
@media (min-width: 1360px) {
}

/* Largest Desktop */
@media (min-width: 1920px) {
}