/* CSS Document */

/* Body and Universal Reset */

* {
    margin  : 0;
    padding : 0;
}

html {
    min-height : 100%;
}

body {
}

#container {
}

#popupWindowCaller {
    display : none;
}

.clear {
    clear  : both;
    height : 1px;
}

img {
    border : none;
}

::selection {
    background : #393e42;
    color      : #FFF;
}

::-moz-selection {
    background : #393E42;
    color      : #FFF;
}

/* Defaults */

.inner {
    padding : 10px;
}

.rounded {
    -moz-border-radius    : 4px;
    -webkit-border-radius : 4px;
    -o-border-radius      : 4px;
    -ms-border-radius     : 4px;
    border-radius         : 4px;
}

.transition {
    -moz-transition    : all linear 0.2s;
    -webkit-transition : all linear 0.2s;
    -o-transition      : all linear 0.2s;
    transition         : all linear 0.2s;
}

#content ul.noContent li:before, #content .noContent ul li:before, #content .flexslider ul li:before {
    content : '';
}

#content ul.noContent li, #content .noContent ul li, #content .flexslider ul li {
    text-indent : 0;
    margin-left : 0;
}

.pull-left{
    float: left;
}

.full-width{
    width: 100% !important;
}

.primary{
    color: #007cba;
}

/* Typography */

/* Header */

.header_fill {
    height   : 66px;
    position : relative;
    float    : left;
    width    : 100%;
    display  : none;
}

#header {
    display          : block;
    width            : 100%;
    float            : left;
    padding          : 8px 0px 10px 0px;
	position         : relative;
}
#homePage #header {
    padding-bottom: 0px;
}
#header a.logo {
    margin      : 7px 0px 7px 0px;
    padding     : 0px;
    text-indent : -9999px;
	z-index     : 2;
    height      : 75px;
    width       : 295px;
    display     : block;
    position    : relative;
    background  : url(images/backgrounds/gmd-brandmark.png) top left no-repeat;
    background-size: auto 100%;
}
#header .logo_container {

}
#header .logo_container .tagline {
    background-position: 2px;
    text-transform: uppercase;
    background: url("/images/backgrounds/tagline.png") no-repeat right;
    height: 20px;
    margin: 8px 0 20px;
    background-size: 82% auto;
}
.social_header {
    margin-top: 8px;
    float: right;
}
.social_header .icons{
    width: 35px;
    height: 40px;
    float: left;
}

.social_header .icons i{
    color: #007cba;
    font-size: 31px;
}

.social_header .icons i:hover{
    opacity: 0.8;
}

/* large phone number styles & second main top header menu*/

.second_main_menu {
    color: #789CB9;
    padding: 0px 14px 7px 0px;
    margin-bottom: 3px;
    font-size: 12px;
    text-align: right;
    background: url("/images/backgrounds/top_header_second_main_nav_bg.gif") no-repeat bottom right;


}

.phone_numbers {
    margin-right: 13px;
    margin-bottom: 7px;
}

.phone1 {
    margin-right: 30px;
}

.phone {
    display: inline-block;
}

.phone span {
    font-size: 12px;
    color: #007cba;
    margin-right: 3px;
    margin-bottom: -6px;
    display: block;
}

.phone h1 {
    font-size: 24px;
    color: #0083bd;
    font-family: 'Open Sans' Arial, Helvetica, sans-serif;
    margin-bottom: 0px;.
}

.phone h1 img {
    margin-top: -6px;
}

.lrg_ph_no {
    color: #000;
    font-size: 32px;
    font-family: 'Varela Round', sans-serif;
    font-weight: bold;
    padding: 8px 0px 15px 0px;
    width: 221px;
    float: right;
    margin-right: 12px;
    text-align: right;
    background: url("/images/backgrounds/phone_icon_bg.png") no-repeat 0px 5px;
}
.lrg_ph_no_border {
    float: left;
    height: 34px;
    width: 65%;
}

#navigation {
    background-color : #007cba;
}

/*  END/ large phone number styles & second main top header menu */
/* Main Navigation */

#mainNav {
    height           : 43px;
    width: 100%;
  position: relative;
}

#mainNav li {
    list-style : none;
    float      : left;
    position   : static;
}

#mainNav > li {
    margin : 0 0 0 0px;
}

#mainNav > li.first {
    margin-left : 0;
    padding: 0;
}
#mainNav  li.first a {
    margin-left : 0;
    padding: 13px 22px;
    background: url("/images/backgrounds/home-icon-bg.png") no-repeat 10px 15px;
    text-indent: -999px;
    margin-left: 10px;
}
#mainNav li.first a:hover, #mainNav li.first a:active, #mainNav li.first.current > a
{
    -webkit-box-shadow : none;
    -moz-box-shadow    : none;
    -o-box-shadow      : none;
    box-shadow         : none;

}
#mainNav  li.first:hover {

}
#mainNav li.first:active, #mainNav li.first.current {

}
#mainNav li a {
    padding    : 13px 16px 13px;
    font-family: Arial, sans-serif;
    font-weight: bold;
    background : #007cba;
    border-right: 1px solid #3f97d1;
    color      : #FFF;
    font-size: 14px;
    display    : block;
}
#mainNav .first img{
    padding: 0px 2px;
}
#mainNav .first a{
    border-left: 1px solid #3f97d1;
}

#mainNav .last a{
    background : #3f97d1;
}


#mainNav li a:hover {
    background-color: #2b678f;
}

#mainNav li a:active, #mainNav li.current > a  {
    background-color: #007cba;
}

#mainNav ul {
    position : absolute;
    width    : 100%; /* left offset of submenus need to match (see below) */
    top      : -999px;
    border-bottom: solid 4px #007cba;
  background: #FFF;
    -webkit-box-shadow : 0px 0px 6px rgba(0, 0, 0, 0.6);
    -moz-box-shadow    : 0px 0px 6px rgba(0, 0, 0, 0.6);
    -o-box-shadow      : 0px 0px 6px rgba(0, 0, 0, 0.6);
    box-shadow         : 0px 0px 6px rgba(0, 0, 0, 0.6);
}

#mainNav ul li {
    width : 25%;
}

#mainNav ul li:nth-child(4n+1) {
	clear: left;
}

#mainNav li:hover {
    visibility : inherit; /* fixes IE7 'sticky bug' */
}

#mainNav li:hover ul, #mainNav li.sfHover ul {
    left    : 0;
    top     : 50px; /* match top ul list item height */
    z-index : 99;
}

#mainNav li:hover li ul, #mainNav li.sfHover li ul {
    top : -999em;
}

#mainNav li li:hover ul, #mainNav li li.sfHover ul {
    left : 160px; /* match ul width */
    top  : 0;
}

#mainNav li li:hover li ul, #mainNav li li.sfHover li ul {
    top : -999em;
}

#mainNav li li li:hover ul, #mainNav li li li.sfHover ul {
    left : 160px; /* match ul width */
    top  : 0;
}

#mainNav ul li a {
    margin : 0;
    font-family: Arial, sans-serif;
    font-size: 14px;
    font-weight: bold;
    color: #555;
    padding: 15px 10px 15px 15px;
    background-color: #FFF;
    border-right: 1px dashed #eee;
    transition: color 300ms ease;
}

#mainNav ul li a:before {
  content: '\f0da';
  font-family: 'FontAwesome';
  margin-right: 10px;
  position: relative;
  left: 0;
  transition: left 300ms ease;
}

#mainNav ul li:nth-child(4n) a {
  border-right: none;
}


#mainNav ul li a:hover, #mainNav ul li a:active{
    background: #FFF !important;
    color: #007cba;
}

#mainNav ul li a:hover:before, #mainNav ul li a:active:before {
  animation: menuBounce 700ms ease both infinite;
}

#mainNav ul li a:active, #mainNav ul li.current > a {
    color: #C8EBF3;
    -webkit-box-shadow : none;
    -moz-box-shadow    : none;
    -o-box-shadow      : none;
    box-shadow         : none;
}

/*Hide 3rd level dropdowns*/
#mainNav ul ul {
  display: none !important;
}

@-webkit-keyframes menuBounce {
  0% {
    left: 0;
  }
  50% {
    left: 5px;
  }
  100% {
    left: 0;
  }
}
@keyframes menuBounce {
  0% {
    left: 0;
  }
  50% {
    left: 5px;
  }
  100% {
    left: 0;
  }
}

/* ================================= */
/* Mobile Navigation */
/* ================================= */

#mobile_nav {
    position : absolute;
    top      : 0;
    z-index  : 9;
    left     : 0;
    width    : 100%;
    float    : left;
    margin   : 0;
    padding  : 0;
}

#mobile_nav #mobile_nav_launch {
    height: 50px !important;
    width: 67px !important;
    line-height: 21px;
    position: relative;
    top: 0;
    right: 4.1666%;
    border-radius: 0;
    background: url(images/icons/nav.png) 45% center no-repeat;
    background-size: 60% 60%;
    text-indent: -9999px;
    float: right;
    cursor: pointer;
}

#mobile_nav #mobile_nav_launch.active_mobile_launch {
    background-color: #ceecff;
    opacity:0.7;
    filter:alpha(opacity=70); /* For IE8 and earlier */
}

#mobile_nav .mobile_Nav_wrap {
    background : #007cba;
    position   : absolute;
    width      : 100%;
    float      : left;
    display    : block;
    top        : 50px;
    left       : 0;
    box-shadow : 0px 3px 5px rgba(0, 0, 0, 0.4);
}

#mobile_nav ul {
    background : #007cba;
    float      : none;
    position   : relative;
    top        : 0;
    left       : 0;
    width      : 101%;
    list-style : none;
    display    : none;
    margin     : 0 auto !important;
    padding    : 0 !important;
    border-top : 5px solid #29648A;
    border-bottom : 5px solid #29648A;
}

#mobile_nav ul.active {
    display : block;
}

#mobile_nav ul li {
    width   : 100%;
    display : block;
}

#mobile_nav ul li a {
    background    : #007cba;
    color         : #fff;
    font-size     : 16px;
    display       : block;
    float         : left;
    width         : 95%;
    font-weight   : bold;
    text-decoration: none;
    border-bottom : 1px solid #45A7CB;
    padding       : 8px 0 8px 5%;
}

#mobile_nav ul li a:hover, #mobile_nav ul li a:active {
    color       : #fff;
    text-shadow : -1px -1px 0 #111;
    background  : #29648A;
}

#mobile_nav ul li.child a {
    font-weight  : normal;
    padding-left : 10%;
    width        : 90%;
    font-size    : 12px;
}

#mobile_nav ul li.child2 a {
    padding-left : 15%;
    width        : 85%;
}

#mobile_nav ul li.child3 a {
    padding-left : 20%;
    width        : 80%;
}


/* Sidebar */

#sidebar {

}
.topmargin {
    margin-top: 20px;
}

#sidebar #subNav li.subNavHeading a{
    font-family: 'Varela Round', sans-serif;
    color: #fff;
    padding: 5px 0px 5px 0px;
    margin: 0px;
    font-weight: normal;
    text-decoration: none;
    font-size: 19px;
}

#content #sidebar #subNav li.subNavHeading{
    padding: 12px 0px 10px 0px;
    margin: 0px;
    text-align: left;
    background: #007cba;
    border: solid 1px #2C6992;

}

#content #sidebar #subNav li.subNavHeading:before {
    content: none;
}



#sidebar #subNav {
    background-color: #fff;
}

#content #sidebar ul#subNav li {
    padding: 8px 0px 8px 0px;
    text-indent: 17px;
    margin: 0px;
    border-top: solid 1px #E5E5E5;
    border-left: solid 1px #769DB7;
    border-right: solid 1px #769DB7;
}
#sidebar #subNav li a {
    color: #000;
    padding: 5px 0px;
    text-decoration: none;
}
#sidebar #subNav li a:hover {
color: #007cba;
}
#content #sidebar #subNav li:before {
    content     : "\203A \00a0";
    color       : #007cba;
    font-size   : 15px;
    margin-right: 5px;
    line-height : 15px;
}
#content #sidebar ul#subNav {
    padding: 0;
    margin: 0px 0px 21px 0px;
    border-bottom: 1px solid;
}
#content #sidebar #subNav li.down a{
    color: #457DA5;
}
#content #sidebar #subNav li.child a{
    font-size: 11px;
}
#content #sidebar #subNav li.child {
    border-top: none;
    padding-top: 4px;
    padding-left: 0px;
}

#content #sidebar #subNav li.childChild {
    font-size: 11px;
    border-top: none;
    padding-top: 4px;
    padding-left: 50px;
}
#content #sidebar #subNav li.childChild:before {
    font-size: 11px;
    margin-left: 28px;
}

#sidebar #subNav li.child:before {
    font-size: 11px;
    margin-left: 14px;
}

/* sidebar styles for the Meet our experts panel */

#sidebar .home_boxfooter {
    height: 4px;
    padding: 0px;
}

/* sidebar styles for Request a Free Consultation Form */


#sidebar .consultation_form {
    background: #007cba;
    border-bottom: solid 2px #485566;

}

#sidebar .consultation_form h2 {
    padding-top: 10px;
    font-size: 22px;
    line-height: 22px;
}

/* sidebar styles for meet our experts - PEOPLE PANEL */
#sidebar .people_panel .Allpadding {
    padding: 10px 5px 0px 10px;

}

#sidebar .people_featured_thumb {
    width: 40%;
    padding-top: 5px;
}

#sidebar .people_featured_desc {
    width: 50%;
    font-size: 11px;
}

/* Content */

#q1 .form_field{
    width: 100%;
}

#q1 .preferred_office input{
    width: 10%;
}

#q1 .preferred_office label{
    float: left;
    margin: 0 0 3px 0;
    width: 87%;
}

#q1 i{
    color: #ff0000;
}

#content {
    padding-top    : 10px;
    padding-bottom : 10px;
    width          : 100%;
    display        : block;
}


#copy p, #copy table, #copy ul, #copy ol {
    margin : 0 0 18px 0;
}

#copy ul, #copy ol {
    margin-left : 18px;
}
#copy {
    background-color: #FFF;

}
#copy .Allpadding {
    padding:20px;
}

#copy .top_padding {
  padding-top: 20px;
}

#copy .bottom_padding {
  padding-bottom: 20px;
}

/* Home */

#content ul#homeNav {
    margin        : 0 0 15px;
    padding       : 7px;
    background    : #ccc;
    border-radius : 8px;
}

#content #homeNav li {
    margin      : 0;
    padding     : 1px 0;
    text-align  : center;
    text-indent : 0;
    margin-left : 0 !important;
}

#content #homeNav li:before {
    content : '' !important;
}

#homeNav a {
    display          : block;
    background       : #EEEEEE;
    background-image : linear-gradient(bottom, rgb(50, 50, 50) 0%, rgb(70, 70, 70) 100%);
    background-image : -o-linear-gradient(bottom, rgb(50, 50, 50) 0%, rgb(70, 70, 70) 100%);
    background-image : -moz-linear-gradient(bottom, rgb(50, 50, 50) 0%, rgb(70, 70, 70) 100%);
    background-image : -webkit-linear-gradient(bottom, rgb(50, 50, 50) 0%, rgb(70, 70, 70) 100%);
    background-image : -ms-linear-gradient(bottom, rgb(50, 50, 50) 0%, rgb(70, 70, 70) 100%);
    background-image : -webkit-gradient(linear, left bottom, left top, color-stop(0, rgb(50, 50, 50)), color-stop(1, rgb(70, 70, 70)));
    padding          : 13px 15px;
    text-decoration  : none;
    margin           : 0;
    color            : #fff;
    font-weight      : bold;
    text-align       : center;
    text-transform   : uppercase;
    text-shadow      : -1px -1px 3px rgba(0, 0, 0, 0.2);
}

#homeNav a:active, #homeNav a:focus, #homeNav a:hover {
    box-shadow : inset -2px -2px 5px rgba(255, 255, 255, 0.08), inset 2px 2px 5px rgba(0, 0, 0, 0.5) !important;
    outline    : none !important;
}

#homeNav li:first-child a {
    border-top-left-radius  : 5px;
    border-top-right-radius : 5px;
}

#homeNav li:last-child a {
    border-bottom-left-radius  : 5px;
    border-bottom-right-radius : 5px;
}

/* THE HOME PAGE PANEL STYLES - INCLUDING THE CONSULT FORM STYLES */

.home_boxheading {
    padding: 10px;
    background-color: #007cba;
}

.home_boxfooter {
    margin-top: 10px;
    padding: 3px;
    background: url("/images/backgrounds/panel_bg.png") no-repeat center right #007cba;
}

.home_boxfooter .smallbutton{
    margin: 5px 0px 5px 22px;
}

.home_boxheading h2 {
    margin: 0px;
}

.consultation_form {
    min-height: 267px;
    background: url("/images/backgrounds/light-bulb-consult-form-bg.jpg") no-repeat right top #007cba;
}
.preferred_office {
    margin-top: 16px!important;
}

.preferred_office input {
    float: left;
    margin-top: 2px;
    margin-right: 4px;
}
.preferred_office label {
    margin-right: 30px;
    display: block;
    float: left;
}

.consultation_form .Allpadding {
    padding-left: 20px;
    padding-top: 10px;
    color: #fff;
}

.consultation_form h2 {
    font-family: 'Varela Round', sans-serif;
    font-weight: normal;
    line-height: 30px;
    font-size: 26px;
    color: #FFF;
}
.home_boxheading h2 a{
    font-family: 'Varela Round', sans-serif;
    font-weight: normal;
    text-transform: capitalize;
    font-size: 24px;
    color: #fff;
    padding: 10px 0px 0px 10px;
    }

.consult_desc_wrapper {
    padding-bottom: 15px;
    line-height: 16px;
}
.consult_form_wrapper {
     width: auto;
}

.consult_form_label {
    width: 25%;
    padding-top: 10px;
    float: left;
}
.captcha_label {
    padding: 7px 0px 5px;
    font-style: italic;
}

.consult_form_input {
    width: 71%;
    float: left;
    padding: 4px 0px;
}

.consult_form_input input[type="text"]{
    padding: 9px;
    color: #979797;
}

.consult_form_button {
    margin: 4px 0px 14px 0px;
    padding-left: 25%;
    float: left;
}
/* ------ FEATURED NEWS ARTICLE STYLES */
.latest_news {
    background-color: #F5F8FB;
}
.datebox {
    padding: 16px 0px 13px 0px;
    margin: 0px 10px 10px 10px;
    text-align: center;
    width: 72px;
    background-color: #007cba;
    text-transform: uppercase;
    float: right;
    color: #FFF;
    font-size: 22px;
    font-weight: bold;
}

.datebox h2 {
    font-family    : 'Open Sans', Arial, Helvetica, sans-serif;
    font-weight: bold;
    font-size: 30.62pt;
    text-transform: none;
    color: #fff;
    margin: 0px 0px 10px 0px;
}


.latest_news .Allpadding {
    padding: 20px 15px 5px 15px;
}

.latest_news .blogDate {
   color: #000;
   font-size: 8.7pt
}


 /*  END STYLES FOR HOME PANELS AND CONSULT FORM  */



/* FEATURED PEOPLE STYLINGS  */
.people_panel {
    background-color: #F5F8FB;
}

.people_featured_thumb{
    float: left;
    padding-top: 4px;
    width: 30%;
}

a.underline_text {
    text-decoration: underline;
}

.people_featured_desc {
    float: left;
    margin-left: 15px;
    width: 60%;
    font-size: 12px;
    line-height: 14px;
}

.people_featured_desc p {
    margin-bottom: 10px;
}

.people_panel h2.people_title {
    font-family    : 'Open Sans', Arial, Helvetica, sans-serif;
    font-size: 16px;
    font-weight: bold;
    color: #000;
    margin-bottom: 0px;
    padding: 0px;
    line-height: 21px;

}

.people_role {
  font-style: italic;
  display: block;
  font-size: 8.7pt;
  margin-bottom: 10px;
}

.people_panel .Allpadding {
    padding: 20px 15px 6px 15px;
}
.latest_news .Allpadding {
    min-height: 140px;
    padding: 20px 15px 6px 15px;
}
/* END FEATURED PEOPLE STYLING */
/* ALL PADDING */
.Allpadding {
    padding: 15px;
}
/*END ALL PADDING */



/* --------------------------------------- */
/* --------Testimonial Box Styles----------*/
/* ----------------------------------------*/

.testimonials_panel {
    background-color: #F5F8FB;
    margin-top:0px;
}


.testimonials_panel .Allpadding {
    padding: 20px 15px 5px 15px;
    min-height: 143px;
}


.TestimonialContainer {
    background: url('/images/backgrounds/quote-left.png') no-repeat left top;
    padding-left: 33px;
    padding-top: 5px;
    margin-left: -4px;
}

.TestimonialContent {
    background: url('/images/backgrounds/quote-right.png') no-repeat right 71%;
    padding-right: 25px;
    margin-right: -6px;
    padding-bottom: 15px;
}
.Testimonial_info {

}
.testimonials_panel .test-name {
     font-size: 18px;
     color: #007cba;
     text-transform: capitalize;
     font-style: italic;
 }
.testimonials_panel .more_link {
    margin: 0px 0 5px;
    display: block;
}
/* --------------------------------------- */
/* -----------Featured Circle Styles----------*/
/* ----------------------------------------*/
.featured_circle_container {
    margin-bottom: 20px;
    margin-top: 20px;
}
.our_services_panel {
    float: left;
    width: 21%;
    margin-right: 2.4%;
}
a .featured_circle {
    overflow: hidden;
    float: left;
    position: relative;
    width: 25%;
    background: url('images/backgrounds/header_bg.jpg') #007cba repeat;
    border: 2px solid #388CB0;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
    margin-bottom: 28px;
    -webkit-border-radius: 152px;
    -moz-border-radius: 152px;
    border-radius: 152px;
    height: 152px;
    width: 152px;
    margin-right: 5%;
}
a .featured_circle.last{
    margin-right: 0;
}
a .featured_circle:hover {
    background: #fff;
}
a .featured_circle:hover h2 {
    color: #388CB0;
    display: none;
}

a .featured_circle .arrow {
    display: block;
    position: absolute;
    bottom: -43px;
    left: 40%;
    font-size: 58px;
    color:#388CB0;
    -webkit-transition-property: bottom;
    -webkit-transition-duration: 0.2s;
}
a .featured_circle:hover .arrow {
    display: block;
    color:#388CB0;
    bottom: 10px;
    -webkit-transition-property: bottom;
    -webkit-transition-duration: 0.2s;
}
.featured_circle.last {
    margin-right: 0%;
}


.featured_circle .description {
    display: none;
    color:#388CB0;
}
.featured_circle:hover .description {
    display: block;
}
.featured_circle .title h2{
    display: block;
    font-family: 'Varela Round', sans-serif;
    font-size: 16px;
    line-height: 20px;
    color: #fff;
    margin-bottom: 0;
}
.featured_circle .title{
    width: 100%;
    text-align: center;
    padding: 35% 20px 8px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
}
.featured_circle .content{
    padding: 20px;
    border-right: 1px solid #3784AE;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
    color: #fff;
}



/* Blog */

.displaying {
    text-align : center;
}

.nextprevnav {
    display    : block;
    text-align : center;
    margin     : 18px 0 0 0;
}

.blogListingThumb {
    float        : left;
    width        : 17%;
    margin-right : 4%;
    text-align   : center;
}

.blogListingContainerWImage {
    float : left;
    width : 79%;
}

#content .blogListingContainer p {
    margin : 0 0 10px 0;
}

.blogDate {
    color : #000;
}

.blogAddThisTop {
    float : right;
    width : 124px;
}

.blogMetaInfo {
	background-color: #F5F5F5;
	margin: 10px 0;
	overflow: hidden;
	padding: 10px 10px;
}

.blogMetaInfo,
.blogMetaInfo a, .blogMetaInfo a:link, .blogMetaInfo a:visited {
	color: #999;
}
input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
    color: #949494;
}
input:-moz-placeholder, textarea:-moz-placeholder {
    color: #949494;
}

/* Footer */
.subscribe_form .newsletter_label {
    float: left;
    width: 33%;
    margin-top: 13px;
    font-family: 'Varela Round', sans-serif;
    color: #fff;
    line-height: 14px;
    font-size: 12px;
}
.subscribe_form input[type="email"]{
    float: left;
    width: 40%;
    margin-top: 11px;
    color:    #999;
    padding: 8px 8px 8px !important;
    -webkit-border-top-right-radius: 0px;
    -webkit-border-bottom-right-radius: 0px;
    -moz-border-radius-topright: 0px;
    -moz-border-radius-bottomright: 0px;
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
}
.subscribe_form input[type="submit"], .subscribe_form input[type="submit"]:hover{
    float: left;
    margin-top: 11px;
    padding: 9px 12px 9px !important;
    -webkit-border-top-left-radius: 0px;
    -webkit-border-bottom-left-radius: 0px;
    -moz-border-radius-topleft: 0px;
    -moz-border-radius-bottomleft: 0px;
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
}
.social_footer_bar {
    background: #007cba;
    height: 55px;
    border-bottom: solid 1px #343E4C;
}

.social_facebook, .social_google {
    float: right;
    text-align: right;
}
#footer .social_facebook, #footer .social_google, #footer .social_linkedIn {
    width: 33.3%;
    text-align: left;
    float: left;
}
#footer .social_facebook a, #footer .social_google a, #footer .social_linkedIn a {
    padding: 16px 0px;
    padding-left: 44px;
    text-align: left;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}
#footer .social_facebook a, #footer .social_google a {
    color: #fff;
    font-size: 14px;
    font-weight: bold;
    display: block;
    margin-left: 2%;
    background: url("/images/backgrounds/faceboook_icon.png") no-repeat left center;
}
#footer .social_google a {
    background: url("/images/backgrounds/googleplus_icon.png") no-repeat left center;
}
#footer .social_facebook a:hover,  #footer .social_google a:hover  {
    opacity:0.7;
    filter:alpha(opacity=70); /* For IE8 and earlier */
}

#footer .social_linkedIn a:hover {
    opacity:0.7;
    filter:alpha(opacity=70); /* For IE8 and earlier */

}
#footer .social_linkedIn a {
    margin-right: 0px;
    display: block;
    background: url("/images/backgrounds/linkedin_icon.png") no-repeat left center;
    color: #fff;
    font-size: 14px;
    font-weight: bold;
}

#footer {
    clear            : both;
    text-align       : center;
    background-color : #485566;
    display          : block;
    color: #fff;
    width            : 100%;
    float            : left;
}

#footer h2, #footer h2 a {
    color: #fff;
    font-size: 14px;

}

.footerNav {
    margin-bottom : 10px;
    margin-left: 0px !important;
    margin-right: 0px !important
}

#footer li:first-of-type {
    margin-left: 0px;
}

#footer li {
    display    : inline;
    list-style : none;
    margin     : 0 12px 0 0;
    text-indent: 0px !important;
}
#footer a {
    color: #fff;
    font-size: 12px;
    font-weight: normal;
}
#footer a:hover {
    color: #6DDAEE;
}
#footer .middle_footer .left_footer_panel li {
    display    : block;
    list-style : none;
    margin     : 0 12px 0 0px;
    text-align: left;
    line-height: 16px;
    font-weight: normal;
}
#footer .middle_footer  .left_footer_panel {
    padding: 44px 0px 0px 0px;
}
.left_footer_panel ul {
 margin-left: 0px !important;
}
#footer .office_alignment {
    float: right;
}
#footer .middle_footer {
    background: url("/images/backgrounds/footer_bg_left.jpg") no-repeat 55px 0px;
    padding-bottom: 30px;
    border-bottom: solid 1px #5B6B7F;

}
#footer .bottom-footer .Allpadding.bottomtxt {
    padding-bottom: 10px;
    padding-top: 0;
}
.byLine {
    white-space : nowrap;
}

.byLine span {
    position : relative;
    display  : inline-block;
    top      : -6px;
    margin   : 0 3px 0;
}

.logo-img-one {
    padding: 6px 19px;
    text-align: right;
    border-right: solid 1px #5B6B7F;
    margin: 30px 0px 0px 0px;
    float: right;
}

.logo-img-two {
    text-align: right;
    padding: 6px 0px 13px 21px;
    margin: 30px 0px 0px 0px;
    float: right;
}

#footer .office-styles {
    font-size: 11px;
    line-height: 20px;
    font-weight: normal;
    font-family    : 'Open Sans', Arial, Helvetica, sans-serif;
    letter-spacing: 0.2px;
    padding-top: 12px;
}

#footer .office-styles strong{
    font-size: 12px;
    font-weight: bold;
    font-family    : 'Open Sans', Arial, Helvetica, sans-serif;
    display: inline-block;
    white-space: nowrap;
}

#footer hr {
    margin: 0px 0px 20px 0px ;
    height: 1px;
    border-color: #343E4C;
    border-bottom: solid 1px #5B6B7F;

}

#footer .bottom-footer  {
    border-top: solid 1px #343E4C;
    font-size: 11px;
    font-weight: normal;
}
#footer .bottom-footer  .left{
text-align: left;
}
#footer .bottom-footer .right {
text-align: right;
}
#footer .bottom-footer li a {
    font-size: 11px;
    font-weight: normal;
}

#footer .bottom-footer .Allpadding{
    padding: 20px 0px 10px 0px;
}


/* Sitemap */
#content ul.sitemap {
    list-style : none;
    margin     : 0px;
    padding    : 0px;
}

ul.sitemap li a {
    padding : 5px 0px 3px;
    display : block;
}

ul.sitemap a:hover {
    color : #000;
}

ul.sitemap li.sitemapHeading > a {
    font-size     : 16px;
    padding       : 10px 5px;
    margin        : 0px 0px 0px;
    border-bottom : 1px solid #dddddd;
    font-weight   : bold;
    display       : block;
}

ul.sitemap li.sitemapHeading > a:hover {
    background    : #eee;
    border-bottom : 1px solid #aaa;
}

.byLine {
    white-space : nowrap;
}

.byLine span {
    position : relative;
    display  : inline-block;
    top      : -5px;
    margin   : 0 3px 0;
}

/* Breadcrumbs */

#breadcrumbs {
    display : block;
    width   : 100%;
}

#content #breadcrumbs ul {
    list-style : none;
    margin     : 2px 0 12px 0;
    display    : block;
    position   : relative;
    float      : left;
    width      : 95%;
}

#content #breadcrumbs ul li {
    display : inline;
    padding : 0 5px 0 0;
}

#content #breadcrumbs ul li a {
    padding        : 0 5px 0 0;
    color          : #666;
    font-size      : 12px;
    text-transform : capitalize;
}

#content #breadcrumbs ul li a:hover {
    color : #5ADBF8!important;
}

#content span.breadcrumbDivider {
    color       : #666;
    padding     : 0;
    display     : inline-block;
    font-size   : 14px;
    line-height : 10px;
    font-weight: normal;
}

#content #breadcrumbs ul li a.currentBreadcrumb {
    color          : #333;
    font-weight: bold;
    font-style: italic;
    text-transform : none;
}

/* Online Enquiry Form */

.required_fields_heading {
    font-size : 11px;
}

.form_required i, .required_fields_heading i {
    color : #ff0000;
}

.form_label, .form_required, .form_field {
    margin : 6px 0;
}

.form_label {
    width   : 20%;
    padding : 7px 0 0 0;
    clear   : both;
}

.form_required {
    width   : 5%;
    padding : 10px 0 0 0;
}

.form_field {
    width      : 75%;
    min-height : 30px;
}

	.float_right { float: right !important; }
	.float_left { float: left !important; }

	.text_align_center { text-align: center !important; }
    .text_align_right { text-align: right !important; }
    .text_align_left { text-align: left !important; }


input, textarea, select {
    font-family: 'Open Sans' Arial, Helvetica, sans-serif;
    font-size   : 12px;
    outline     : none;
}

input[type="text"], input[type="email"], input[type="number"], input[type="url"], input[type="password"], textarea, select {
    width                 : 100%;
    -webkit-border-radius : 3px;
    -moz-border-radius    : 3px;
    border-radius         : 3px;
    padding               : 6px;
    border                : 1px solid #BABABA;
    -webkit-box-shadow    : rgba(255, 255, 255, 0) 0 0 4px;
    -moz-box-shadow       : rgba(255, 255, 255, 0) 0 0 4px;
    box-shadow            : rgba(255, 255, 255, 0) 0 0 4px;
    -moz-transition       : box-shadow linear 0.2s, border linear 0.2s;
    -webkit-transition    : box-shadow linear 0.2s, border linear 0.2s;
    -o-transition         : box-shadow linear 0.2s, border linear 0.2s;
    transition            : box-shadow linear 0.2s, border linear 0.2s;

    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
}

input[type="text"]:focus, input[type="email"]:focus, input[type="number"]:focus, input[type="url"]:focus, input[type="password"]:focus, textarea:focus {
    border             : 1px solid #53CAE9 !important;
    -webkit-box-shadow : #53CAE9 0 0 4px !important;
    -moz-box-shadow    : #53CAE9 0 0 4px !important;
    box-shadow         : #53CAE9 0 0 4px !important;
}

#content .errorInput {
    background         : url(/images/icons/error.gif) no-repeat right 3px #fff;
    -webkit-box-shadow : #E59595 0 0 4px;
    -moz-box-shadow    : #E59595 0 0 4px;
    box-shadow         : #E59595 0 0 4px;
    border             : 1px solid #CC0000;
}

.imageVerification * {
    vertical-align  : middle;
    margin          : 0 5px 0 0;
    text-decoration : none !important;
}

.imageVerification input {
    width : 25%;
}

.errorText {
    color : #CC0000;
}

input.hintText, .form_note {
    color : #999999;
}

table.invisibleTable tr:hover .mceLayout td {
    border-top : 1px solid #ccc;
}

table.invisibleTable tr .mceLayout td table {
    margin : 10px 0 5px !important;
}

/***** BUTTONS *****/

.subscribe_form input[type="submit"], button, .button, .smallbutton, .nextprevlink button {
    padding               : 9px 13px !important;
    background-color      : #0695D4;
    background-image      : -moz-linear-gradient(top, #64BEE5, #0695D4);
    background-image      : -webkit-gradient(linear, 0 0, 0 100%, from(#64BEE5), to(#0695D4));
    background-image      : -webkit-linear-gradient(top, #64BEE5, #0695D4);
    background-image      : -o-linear-gradient(top, #64BEE5, #0695D4);
    background-image      : linear-gradient(to bottom, #64BEE5, #0695D4);
    background-repeat     : repeat-x;
    filter                : progid:DXImageTransform.Microsoft.gradient(startColorstr = '#ffffffff', endColorstr = '#ffe6e6e6', GradientType = 0);
    border-color          : #80cae9 #3191C0 #3198C7 #319BCA ;
    border-color          : rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
    *background-color     : #80CAE9;
    /* Darken IE7 buttons by default so they stand out more given they won't have borders */
    filter                : progid:DXImageTransform.Microsoft.gradient(enabled = false);
    border                : 1px solid #319BCA;
    *border               : 0;
    border-bottom-color   : #3198C7;
    font-family           : Arial;
    display               : inline-block;
    font-size             : 13px;
    line-height           : 20px;
    *line-height          : 20px;
    line-height           : normal !important;
    -webkit-border-radius : 4px; -moz-border-radius : 4px; -o-border-radius : 4px; -ms-border-radius : 4px;
    border-radius         : 4px;
    color                 : #FFF !important;
   /* text-shadow           : 0 1px 1px rgba(255, 255, 255, 0.75);*/
    font-weight           : bold;
    text-transform        : capitalize;
    cursor                : pointer;
/*    -webkit-box-shadow    : inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
    -moz-box-shadow       : inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
    box-shadow            : inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);*/
    width                 : auto !important;
}

.subscribe_form input[type="submit"]:hover, button:hover, .button:hover, .smallbutton:hover {
    color               : #fff !important;
    text-decoration     : none;
    background: #7dc8ea; /* Old browsers */
    background: -moz-linear-gradient(top,  #7dc8ea 0%, #0395d5 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#7dc8ea), color-stop(100%,#0395d5)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #7dc8ea 0%,#0395d5 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #7dc8ea 0%,#0395d5 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #7dc8ea 0%,#0395d5 100%); /* IE10+ */
    background: linear-gradient(to bottom,  #7dc8ea 0%,#0395d5 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#7dc8ea', endColorstr='#0395d5',GradientType=0 ); /* IE6-9 */
    text-shadow: 1px 1px 2px rgba(150, 150, 150, 1);


}

.subscribe_form input[type="submit"]:active, button:active, .button:active, .smallbutton:active, .nextprevcurrentpage.button  {
    outline            : 0;
    padding               : 10px 14px !important;
    background: #0278ab; /* Old browsers */
    border: none;
    background: -moz-linear-gradient(top,  #0278ab 0%, #0394d4 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#0278ab), color-stop(100%,#0394d4)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #0278ab 0%,#0394d4 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #0278ab 0%,#0394d4 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #0278ab 0%,#0394d4 100%); /* IE10+ */
    background: linear-gradient(to bottom,  #0278ab 0%,#0394d4 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0278ab', endColorstr='#0394d4',GradientType=0 ); /* IE6-9 */
    -moz-box-shadow: inset 4px 4px 7px -3px rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: inset 4px 4px 7px -3px rgba(0, 0, 0, 0.3);
    box-shadow: inset 4px 4px 7px -3px rgba(0, 0, 0, 0.3);
    -webkit-transition  : none;
    -moz-transition     : none;
    -o-transition       : none;
    transition          : none;
}

.pageButton {

}

.smallbutton {
    padding: 6px 18px !important;
    font-size: 11px;
    font-weight: normal;
    background: #0395D5; /* Old browsers */
    background: -moz-linear-gradient(top,  #64bde5 0%, #0395d5 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#64bde5), color-stop(100%,#0395d5)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #64bde5 0%,#0395d5 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #64bde5 0%,#0395d5 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #64bde5 0%,#0395d5 100%); /* IE10+ */
    background: linear-gradient(to bottom,  #64bde5 0%,#0395d5 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#64bde5', endColorstr='#0395d5',GradientType=0 ); /* IE6-9 */
}
.smallbutton:hover {
    background-color    : #0395d5;
    *background-color   : #0395d5;
    color               : #FFF;
}
.smallbutton:active {
    padding: 7px 19px !important;
}
.nextprevlink.button {
    padding: 5px !important;
    margin-left: 3px;
}
.nextprevcurrentpage.button {
    padding: 6px !important;
    margin-left: 3px;
}
.nextprevdisabled.button, .nextprevdisabled.button:hover {
    background: #d6d6d6!important;
    text-shadow: none;
    color: #007cba!important;
    padding: 5px !important;
    margin-left: 3px;
}
/***** Error / Info / Caution Boxes *****/

.error_box, .info_box {
    margin       : 0 0 15px 0;
    padding      : 15px;
    border-width : 3px;
    border-style : solid;
    color        : #555555;
}

.error_box {
    border-color     : #C30000;
    background-color : #FFF2ED;
    color            : #C30000;
}

.info_box {
    color        : #555555;
    border-color     : #D5F296;
    background-color : #F2FCDC;
}

#content .error_box ul {
    margin-bottom : 0;
}

.info_box i {
    margin : 0 8px 0 0;
}

/* Message Boxes */

.msg_box {
    position     : relative;
    margin       : 20px 0;
    padding      : 10px 10px 10px 45px;
    width        : 640px;
    width        : 94.2%;
    border-width : 2px;
    border-style : solid;
    /* border-radius: 5px; */
    color        : #555555;
}

.msg_box.info {
    background   : #E1F2F7 url('/images/icons/information.png') no-repeat 15px 11px;
    border-color : #C5E4ED;
}

.msg_box.success {
    background   : #F2FCDC url('/images/icons/accept.png') no-repeat 15px 11px;
    border-color : #D5F296;
}

.msg_box.caution {
    background   : #FFFCD9 url('/images/icons/error.png') no-repeat 15px 11px;
    border-color : #F5F0AE;
}

.msg_box.error {
    background   : #FFF2ED url('/images/icons/exclamation.png') no-repeat 15px 11px;
    border-color : #F5C2AE;
}

.msg_box a.close {
    position : absolute;
    top      : 3px;
    right    : 0px;
    padding  : 5px 10px;
}

/***** Icons *****/

.small-icon {
    font-size : 14px;
}

.medium-icon {
    font-size      : 22px;
    vertical-align : middle;
}

.large-icon {
    font-size      : 35px;
    vertical-align : middle;
}

/* Classes Reserved for the TinyMCE Editor  */

.editor {
    width : 100%;
}

.mini_editor { }

#content .mceEditor table {
    margin : 0;
}

/* Locations Locator */
#locationSearch {
    font-size:11px;
    line-height:20px;
    color:#fff;
    padding: 20px 9px;
    background: #ED5C33;
    position:relative;
    margin: 0 0 18px 0;
}

.locationSearchHeading {
    font-size:16px;
    font-weight:bold;
}

#content #locationSearch span.locationIcon {
    background-image:url(/images/buttons/locator_icon.png);
    bottom:16px;
}

#locationSearch input[type="text"] {
    width:80%;
    padding:3px 33px 3px 7px;
    height:16px;
    line-height:16px;
    background:#CCCCCC!important;
    border-color:#fff!important;
    color:#fff;
    font-size:11px;
    margin-top:4px;
}

::-webkit-input-placeholder {
   color: #fff;
}

:-moz-placeholder {
   color: #fff;
}

#locationSearch input[type="text"]:focus {
    -webkit-box-shadow : #fff 0 0 4px!important;
    -moz-box-shadow    : #fff 0 0 4px!important;
    box-shadow         : #fff 0 0 4px!important;
}

#locationSearch input[type="image"] {
    position:absolute;
    right:14px;
    bottom:21px;
}

/* Locations */

#location_search_map {
    height:600px;
}

.state-box {
    margin-bottom:20px;
}

#store-location-text li {
    margin-bottom:10px;
}

.location_num {
    background:url(/images/backgrounds/locator_num_bg.png) no-repeat;
    color:#fff;
    width:20px;
    height:27px;
    text-align:center;
    font-weight:bold;
    padding:2px 0 0;
}

.location_content {
    margin-left:27px;
}

#store-location-text h2 {
    margin-bottom:10px;
}

#store-location-text h3 {
    margin-bottom:5px;
}

#store-location-text h3 a {
    color:#1E1E1E;
}

.contactDetailsTable td {
    padding:0 10px 10px 0;
}

a.phoneLink {
    color:#1E1E1E;
}

#location_map {
    height:300px;
}


/* People / Staff / Team Module */
.people_wrapper {

}

.people_wrapper .row > .grid_12:nth-child(odd) {
  border-right: 1px solid #eee;
  padding-right: 20px;
}

.people_wrapper .row > .grid_12:nth-child(even) {
  padding-left: 20px;
}

@media screen and (max-width: 767px) {
  .people_wrapper .row > .grid_12:nth-child(odd) {
    border-right: none;
    padding-right: 10px;
  }

  .people_wrapper .row > .grid_12:nth-child(even) {
    padding-left: 10px;
  }
}

#people-viewPage #copy h1{
    /*color: #000;*/
}

.row {
  margin: 0 -10px;
  width: auto;
}

.row:after {
  content: '';
  display: table;
  clear: both;
}

.people_person {
    width: 50%;
    float: left;
    padding-right: 10px;
    padding-left: 10px;
    box-sizing: border-box;
}

.people_person a, .people_person a:link, .people_person a:visited, .people_person a:active {
    display: block;
    border-bottom: 1px solid transparent;
    padding: 0 0 8px;
    margin: 0 0 8px;
}

/*.people_person a:hover {
    border-bottom: 1px solid #007cba;
}*/

.people_person img {
    display: block;
    text-align: center;
}

img.people_person_image, .people_person img {
    border: 4px solid #eee;
  box-sizing: border-box;
}

.people_image_list {

  width: 100%;
}

.people_person a:hover img {
    border: 4px solid #007cba;
}

.people_person a:hover p {
    color: #007cba;
}

.people_person p {
    display: block;
    font-weight: bold;
    font-size: 13px;
    margin: 0 !important;
    padding: 8px 0 0;
    color: #111;
}

.people_person p span {
    font-weight: normal;
    font-style: italic;
    font-size: 12px;
}

/*
 * jQuery FlexSlider v2.0
 * http://www.woothemes.com/flexslider/
 *
 * Copyright 2012 WooThemes
 * Free to use under the GPLv2 license.
 * http://www.gnu.org/licenses/gpl-2.0.html
 *
 * Contributing author: Tyler Smith (@mbmufffin)
 */

.flex_images {
    height: 100%;
    position: absolute;
    width: 100%;
    background-size: cover !important;
}

/* Browser Resets */
.flex-container a:active,
.flexslider a:active,
.flex-container a:focus,
.flexslider a:focus  {outline: none;}
.slides,
.flex-control-nav,
.flex-direction-nav {margin: 0; padding: 0; list-style: none;}

/* FlexSlider Necessary Styles
*********************************/
#content .flexslider ul, .flexslider {margin: 0 0 0; padding: 0;}
.flexslider .slides > li {display: none; -webkit-backface-visibility: hidden;} /* Hide the slides before the JS is loaded. Avoids image jumping */
.flexslider .slides img {width: 100%; display: block;}
.flex-pauseplay span {text-transform: capitalize;}
.flexslider li { position: relative; }
.banner_text { display: block; position: absolute; top: 45px; left: 30px; }

.banner_text_wrapper {
    position: absolute;
    top: 10%;
    left: 0px;
    width: 100%;
    height: 80%;
}

/* Clearfix for the .slides element */
.slides:after {content: "."; display: block; clear: both; visibility: hidden; line-height: 0; height: 0;}
html[xmlns] .slides {display: block;}
* html .slides {height: 1%;}

/* No JavaScript Fallback */
/* If you are not using another script, such as Modernizr, make sure you
 * include js that eliminates this class on page load */
.no-js .slides > li:first-child {display: block;}


/* FlexSlider Default Theme
*********************************/
.flexslider {margin: 0px 0 0px; background: #fff; position: relative; zoom: 1; overflow:hidden;}
.flex-viewport {max-height: 2000px; -webkit-transition: all 1s ease; -moz-transition: all 1s ease; transition: all 1s ease;}
.loading .flex-viewport {max-height: 300px;}
.flexslider .slides {zoom: 1; margin:0;}

.carousel li {margin-right: 5px}

.flexslider ul, .flexslider ol  {
    margin-bottom:0!important;
}

.flexslider ul li {
    margin-bottom:0!important;
    padding:0!important;
}


/* Direction Nav */
.flex-direction-nav a {width: 36px; height: 39px; margin: -20px 0 0; display: block; background: url(/images/backgrounds/bg_direction_nav.png) no-repeat 0 0; position: absolute; top: -150px; cursor: pointer; text-indent: -9999px; opacity: 0; -webkit-transition: all .3s ease;}
.flex-direction-nav .flex-next {background-position: 0 -39px; right: -36px;}
.flex-direction-nav .flex-prev {left: -36px;}
.flexslider:hover .flex-next {opacity: 1; right: 0;}
.flexslider:hover .flex-prev {opacity: 1; left: 0;}
.flex-direction-nav .disabled {opacity: .3!important; filter:alpha(opacity=30); cursor: default;}

/* Control Nav */
.flex-control-nav {position: absolute; bottom: 27px; right:40px; text-align: center;}
.flex-control-nav li {display: inline-block; zoom: 1; *display: inline; margin-left:10px;}
.flex-control-paging li a {
    width: 15px;
    height: 15px;
    display: block;
    background: transparent;
    cursor: pointer;
    text-indent: -9999px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -o-border-radius: 20px;
    border-radius: 20px;
    border: 2px solid #ffffff;
}
#copy #homeBanner ol li {
    margin-left: 10px;
    padding: 3px 0px;
}
#homePage #copy .Allpadding {
    padding: 15px 0px;
}

#homePage #copy {
    margin-top: 15px;
    margin-bottom: 15px;
}

.homeCopy {
    -webkit-column-count: 2; /* Chrome, Safari, Opera */
    -moz-column-count: 2; /* Firefox */
    column-count: 2;
    color: #333333;
}

#homePage #copy h1 {
    color: #007cba;
    font-size: 30px;
    line-height: normal;
    font-family: 'Varela Round', sans-serif;
    margin      : 0 0 18px 0;
    font-weight: normal;
}
.banner_overlay{
    background: url("/images/backgrounds/banner_white_overlay.png") top left no-repeat;
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left:0;

}
#homeBanner {
    border-bottom: 2px solid #007cba;
}

#homeBanner h2{
    font-family: 'Varela Round', sans-serif;
    color: #fff;
    line-height: normal;
    font-size: 40px;
    font-weight: normal;
    text-shadow: 0px 1px 2px rgba(0, 0, 0, .5);
}

#homeBanner .flex-button {
    margin-top: 30px;
}

#homeBanner p {
    color: #ffffff;
    font-size: 15px;
    width: 80%;
}

#homeBanner .flex-button, .pushButton {
    padding: 15px 18px 15px 17px;
    background-color: #007cba;
    color: #ffffff !important;
    display: inline-block;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    font-size: 13px;
    font-weight: bold;
    border-bottom: 3px solid #285f85;
    border-top: none;
    border-left: none;
    border-right: none;
}

#homeBanner .flex-button:hover, .pushButton:hover {
    background-color: #3795d2;
    color: #ffffff !important;
}

#homeBanner .flex-button:active {
    border-bottom: 0px;
    margin-top: 52px;
}


.pushButton:active {
    border-bottom: 0px;
    margin-top: 3px;
}

/* BANNER SHADOWING */
.left-banner-shadow-wrapper{
    padding: 0px 0px 0px 16px;
    margin: 0px -16px;
    background: url("/images/backgrounds/left-side-banner-shadow.png") no-repeat left top;
}


.right-banner-shadow-wrapper{
    background: url("/images/backgrounds/right-side-banner-shadow.png") no-repeat right top;
    padding: 0px 16px 0px 0px;
}
.bottom-shadow {
    background: url("/images/backgrounds/bottom-banner-shadow.png") no-repeat left bottom;
    padding-bottom: 27px;
}

/* END BANNER SHADOWING */

.flex-control-paging li a:hover {
    background: #FFFFFF;
}

.flex-control-paging li a.flex-active {

    background: #ffffff;
}

.flex-control-thumbs {margin: 5px 0 0; position: static; overflow: hidden;}
.flex-control-thumbs li {width: 25%; float: left; margin: 0;}
.flex-control-thumbs img {width: 100%; display: block; opacity: .7; cursor: pointer;}
.flex-control-thumbs img:hover {opacity: 1;}
.flex-control-thumbs .active {opacity: 1; cursor: default;}

/* Flexslider text animate in */
.banner_text {
    -webkit-animation-duration: 2s;
       -moz-animation-duration: 2s;
        -ms-animation-duration: 2s;
         -o-animation-duration: 2s;
            animation-duration: 2s;
    -webkit-animation-iteration-count: 1;
       -moz-animation-iteration-count: 1;
        -ms-animation-iteration-count: 1;
         -o-animation-iteration-count: 1;
            animation-iteration-count: 1;
    -webkit-animation-timing-function: ease;
       -moz-animation-timing-function: ease;
        -ms-animation-timing-function: ease;
         -o-animation-timing-function: ease;
            animation-timing-function: ease;
    -webkit-animation-fill-mode: both;
       -moz-animation-fill-mode: both;
        -ms-animation-fill-mode: both;
         -o-animation-fill-mode: both;
            animation-fill-mode: both;
}
    /* ////////////////////////////////////////////////////// */
    /* Setup .banner_text Keyframes */
    /* ////////////////////////////////////////////////////// */
    @-ms-keyframes banner_text {
        0% {
            opacity: 0;
            -ms-transform:   translateX(-20px)
        }
        25% {
            opacity: 0;
            -ms-transform:   translateX(-20px)
        }
        75% {
            opacity: 1;
            -ms-transform:   translateX(0px)
        }
        100% {
            -ms-transform:   translateX(0px)
            ;opacity: 1;
        }
    }
    @-webkit-keyframes banner_text {
        0% {
            opacity: 0;
            -webkit-transform:   translateX(-20px)
        }
        25% {
            opacity: 0;
            -webkit-transform:   translateX(-20px)
        }
        75% {
            opacity: 1;
            -webkit-transform:   translateX(0px)
        }
        100% {
            -webkit-transform:   translateX(0px)
            ;opacity: 1;
        }
    }
    @-moz-keyframes banner_text {
        0% {
            opacity: 0;
            -moz-transform:   translateX(-20px)
        }
        25% {
            opacity: 0;
            -moz-transform:   translateX(-20px)
        }
        75% {
            opacity: 1;
            -moz-transform:   translateX(0px)
        }
        100% {
            -moz-transform:   translateX(0px)
            ;opacity: 1;
        }
    }
    @-o-keyframes banner_text {
        0% {
            opacity: 0;
            -o-transform:   translateX(-20px)
        }
        25% {
            opacity: 0;
            -o-transform:   translateX(-20px)
        }
        75% {
            opacity: 1;
            -o-transform:   translateX(0px)
        }
        100% {
            -o-transform:   translateX(0px)
            ;opacity: 1;
        }
    }
    @keyframes banner_text {
        0% {
            opacity: 0;
            transform:   translateX(-20px)
        }
        25% {
            opacity: 0;
            transform:   translateX(-20px)
        }
        75% {
            opacity: 1;
            transform:   translateX(0px)
        }
        100% {
            transform:   translateX(0px)
            ;opacity: 1;
        }
    }
/* ////////////////////////////////////////////////////// */
/* Add Animation to Selector */
/* ////////////////////////////////////////////////////// */
.flex-active-slide .banner_text {
    -webkit-animation-name: banner_text;
    -moz-animation-name: banner_text;
    -ms-animation-name: banner_text;
    -o-animation-name: banner_text;
    animation-name: banner_text;
}

#homeSections {
    margin-top: 61px;
    padding-bottom: 52px;
    text-align: center;
    border-bottom: 1px solid #c3c5c7;
    margin-bottom: 6px;
}

.block_title:hover h3 {
    color: #3795d2 !important;
}

.hp_block a:hover .hp_inner_block img  {
    transform: scale(1.2);
}

.hp_blockBG {
    width: 210px;
    height: 210px;
    margin: 0 auto;
    margin-bottom: 29px;
}

.hp_inner_block img {
    transition: all .2s ease-in-out;
}

#homeSections img {
    margin-top: 37px;
}

#homeSections h3 {
    font-weight: normal;
    color: #007cba;
    margin-bottom: 22px;
    font-size: 18px;
}

#homeSections p {
    font-size: 14px;
    line-height: 24px;
}

.hp_news {
    background-color: #f5f8fa;
    padding-top: 21px;
    padding-bottom: 48px;
    border-top: 1px solid #dcdfe0;
}

.hp_news .title {
    margin-bottom: 0px;
}

 .vcentered_outer {
        height: 61px; /* !! Needs some sort of height */
    }

    .vert_align {
    display: inline-block;
    vertical-align: middle;
    width: auto;
}

.vcentered_outer:before {
    content: '';
    display: inline-block;
    height: 100%;
    vertical-align: middle;
    margin-right: -0.251em;
}

.main_article {
    background-color: #ffffff;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    border: 1px solid #e9ebed;
    border-top: 0px;
    border-bottom: 1px solid #d0d3d5;
}

.main_article_img {
    background-size: cover !important;
    width: 100%;
    height: 166px;
    -webkit-border-top-left-radius: 6px;
    -webkit-border-top-right-radius: 6px;
    -moz-border-radius-topleft: 6px;
    -moz-border-radius-topright: 6px;
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
}

.main_text {
    padding: 16px 35px 12px 20px;
}

.main_text a {
    font-style: italic;
}

.main_text h2 {
    font-size: 16px;
    line-height: 24px;
    color: #007cba;
    font-weight: normal;
    margin-bottom: 15px;
}

.blogSnippet {
    font-size: 14px;
    line-height: 24px;
}

.blogSnippet a {
    margin-top: 6px;
    display: block;
}

.secondary_articles {
    background-color: #ffffff;
    border-bottom: 1px solid #dcdfe0;
    border-right: 1px solid #e9ebed;
    border-left: 1px solid #e9ebed;
    border-top: 0px;
    padding: 25px 32px 20px 27px;
}

.article_count2 {
    -webkit-border-top-left-radius: 6px;
    -webkit-border-top-right-radius: 6px;
    -moz-border-radius-topleft: 6px;
    -moz-border-radius-topright: 6px;
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
}

.article_count5 {
    border-bottom: 1px solid #d0d3d5;
    -webkit-border-bottom-right-radius: 6px;
    -webkit-border-bottom-left-radius: 6px;
    -moz-border-radius-bottomright: 6px;
    -moz-border-radius-bottomleft: 6px;
    border-bottom-right-radius: 6px;
    border-bottom-left-radius: 6px;
}

.secondary_articles h2 {
    font-size: 16px;
    line-height: 24px;
    margin-bottom: -4px;
}

.secondary_articles p {
    font-size: 14px;
    line-height: 24px;
}
.title_button {
    margin-bottom: 16px;
}

.hp_reviews {
    background-color: #ffffff;
    border-top: 1px solid #dcdfe0;
}

.people_hp {
    padding-top: 28px;
    padding-bottom: 40px;
    border-right: 1px solid #dcdfe0;
    padding-right: 18px;
}
.people_hp img {
    border: 0px;
}
.staff_desc .underline_text {
    margin-top: 20px;
}
.staff_image {
    width: 100px;
    height: 100px;
    background-size: cover !important;
    border-radius: 50%;
    margin: 0 auto;
}
.staff_desc .people_title {
    margin-top: 8px;
    margin-bottom: 20px;
    font-size: 24px;
    line-height: 24px;
    color: #007cba;
    font-weight: normal;
}

.people_title:hover {
    color: #3795d2;
}

.staff_desc p, .staff_desc a {
    font-size: 14px;
    line-height: 24px;
}

.staff_desc a {
    color: #007cba;
    font-style: italic;
    display: block;
}

.hp_testimonials {
    padding-top: 28px;
    padding-bottom: 40px;
    padding-left: 29px;
}

.hp_testimonials h4 {
    font-size: 14px;
    line-height: 18px;
    color: #007cba;
    font-family: 'Open Sans' Arial, Helvetica, sans-serif;
    font-weight: 700;
    font-style: italic;
    margin-bottom: 29px;
}

.hp_testimonials h3 {
    font-size: 18px;
    line-height: 18px;
    font-weight: normal;
    margin-bottom: 0px;
}

.hp_testimonials h4.location {
    font-size: 14px;
    line-height: 18px;
    color: #333333;
    font-style: normal;
}

.hp_testimonials p {
    font-size: 14px;
    line-height: 24px;
    font-style: italic;
}

.hp_testimonials a {
    font-weight: 700;

}
