/* ************ GENERIC STYLES ************ */
.image_replace { display: inline-block; text-indent: -99999px; overflow: hidden; }
.btn-default { background: #0b5185; color: #fff; border: none; }
label { font-weight: normal; color: #333; }
.align_center { text-align: center;}
.clear { clear: left;}

.cookie_banner {
	width: 100%;
	display: inline-block;
	background: #0b5185;
	color: #fff;
	padding: 20px;
}
.cookie_banner p { color: #fff; margin: 0; }
.cookie_banner .btn-default { background: #fff; color: #0b5185;}

/* ************ HEADER / NAVIGATION BAR ************ */

.navbar-inverse { background: #f2f2f2; border: none; margin: 0; }
.navbar-inverse .navbar-toggle { background-color: #0b5185; border: none; }
.navbar-inverse .container .navbar-header .navbar-brand { width: 117px; height: 115px; background: url('/images/logo_large.png'); margin: 8px 0; }
.navbar-inverse .navbar-nav { float: right; }
.navbar-inverse .navbar-nav li a { height: 131px; padding: 15px; text-transform: uppercase; text-decoration: none; font-family: "minion-pro"; color: #0b5185; display: table-cell; vertical-align: bottom; font-size: 15px;}
.navbar-inverse .navbar-nav li a:hover { background: #6f95bd; color: #fff; }
.navbar-inverse .navbar-nav li a.client_login { background: #0b5185; color: #fff; }
.navbar-inverse .navbar-nav li a.client_login:hover { color: #6f95bd; }
.navbar-inverse .navbar-nav>.active>a,
.navbar-inverse .navbar-nav>.active>a:focus,
.navbar-inverse .navbar-nav>.active>a:hover { background: #6f95bd; color: #fff; }
.navbar-inverse .navbar-nav>.open>a,
.navbar-inverse .navbar-nav>.open>a:focus,
.navbar-inverse .navbar-nav>.open>a:hover { background: #6f95bd; color: #fff; }

.navbar-inverse .navbar-nav li .dropdown-menu { z-index: 99999; }
.navbar-inverse .navbar-nav li .dropdown-menu li a { width: 100%;; height: auto; display: inline-block; padding: 3px 20px; font-size: 14px; }

/* ************ LOGIN BAR *********** */
.login_bar { width: 100%; height: 5px; overflow: hidden; position: absolute; display: inline-block; background: #f2f2f2; margin-top: 5px; z-index: 9999; }
.login_bar form { float: right; margin: 10px 0;}
.login_bar form .close_login { width: 30px; height: 10px; margin-right: 15px;background: url('/images/login_close.png') no-repeat center center;}

/* ************ FOOTER STYLES *********** */
footer { width: 100%; background: #0b5185; margin-top: 40px; }
footer img.footer_logo { margin: 30px 0;}
footer ul.contact_info { list-style: none; }
footer ul.contact_info li { text-align: right; margin: 20px; color: #fff; padding: 3px 30px 0 0;}
footer ul.contact_info li a { color: #fff; }
footer ul.contact_info li.address { background: url("/images/icon_address.png") no-repeat top right; }
footer ul.contact_info li.telephone { background: url("/images/icon_telephone.png") no-repeat top right; }
footer ul.contact_info li.email { background: url("/images/icon_email.png") no-repeat top right; }
footer p.registered_office { text-align: center; color: #b5c1ce; font-size: 11px;}
.contact_form + footer { margin-top: 0; }
.footer_logos { text-align: center;}
.footer_logos ul { list-style:none; display: inline-block; margin: 0 auto; text-decoration: none; margin-left: -40px;}
.footer_logos ul li {margin:10px; display:inline-block;}
.white a {color:white;}

/* MAIN CONTENT STYLES */
.main_content { border-right: 1px solid #eee; padding-right: 20px;}
.main_content h2 { margin-top: 40px;}
.main_content ul,
.sidebar ul { list-style: none; padding: 0; margin: 20px 0;}
.main_content ul li,
.sidebar ul li { background: url("/images/bullet.png") 0px 7px no-repeat; padding-left: 20px; margin: 0 0 10px 20px;}


/* HOME STYLES */
.banner {  width: 100%; height: 427px; background: url('/images/home_banner.jpg') no-repeat top center; background-size: cover; }
.banner#map_canvas { background: none; background-size: none; }
.banner .grey_bar { width: 100%; background: #f2f2f2; height: 10px; margin-top: 5px; }
.title_banner_container { width: 100%; background: #0b5185; margin: 5px 0 40px 0; }
.title_banner_container .title_banner { display: table-cell; vertical-align: bottom; height: 97px; padding: 0 0 10px 0; }
.title_banner_container .title_banner h1 { margin-bottom: 0; }
.title_banner_container .title_banner h4 { color: #A1A1A1; margin: 0; font-size: 15px; }
.banner + .title_banner_container { margin-top: 0; }
.floating-box {width:800px; margin: 240px 0 0 0; padding: 10px 10px 10px 20px; font-size: 24px; background-color: rgba(255, 255, 255, 0.9); color: #0b5185;}

/* NEWS STYLES */
a.news_snippet { width: 100%; padding: 20px 10px 10px 10px; margin-bottom: 10px; display: inline-block; text-decoration: none; border-bottom: 1px solid #eee; }
a.news_snippet small { margin-bottom: 10px; }
a.news_snippet .read_more{ width: 23px; height: 23px; display: inline-block; background: url("/images/news_plus.png") no-repeat;  }
a.news_snippet:hover { background: #F7F7F7; }
a.news_snippet:hover .read_more { background-position: 0 -23px; }
a.news_snippet .image { position: relative; float: left; width: 77px; height: 77px; margin: 0 20px 10px 0; }
a.news_snippet .image .overlay { position: absolute; top: 0; background: url("/images/thumb_overlay.png") no-repeat; width: 77px; height: 77px;  }
a.news_snippet:hover .image .overlay { background-position: 0 -77px; }
.news_image { float: left; margin: 0 20px 20px 0; }

/* CONTACT FORM STYLES */
.contact_form { background: #f2f2f2; padding: 20px 0 20px 0; margin-top: 20px; }

/* DIRECTORY STYLES */
.team_members { width: 100%; margin-bottom: 15px; display: inline-block;  }
.team_members h3 { font-size: 20px; margin-bottom: 5px; }
.team_members h4 { margin-bottom: 27px; }
.team_members .team_member { width: 100%; display: inline-block; margin: 0 0 25px 0px; position: relative;}
.team_members .team_member a.biog_link { width: 23px; height: 23px; display: inline-block; background: url("/images/news_plus.png") no-repeat; overflow: hidden; text-indent: -99999px; float: left; margin: 4px 20px 10px 0; }
.team_members .team_member a.biog_link:hover { background-position: 0px -23px; }
.team_members .team_member .image { position: relative; margin-bottom: 30px; }
.team_members .team_member .image img { width: 209px; }
.team_members .team_member .image .overlay { width: 209px; height: 209px; position: absolute; top: 0; left:0;  display: inline-block; background: url('/images/directory_image_overlay_large.png') no-repeat; }
.team_members .team_member .image a.hover { width: 209px; height: 209px; position: absolute; top: 0; left:0; display: inline-block; background: url('/images/directory_image_hover_large.png') no-repeat; opacity: 0; transition: opacity .2s ease-in-out, transform .2s ease-in-out; }
.team_members .team_member .image a.hover:hover { background-position: 0px 0px; -webkit-transform:rotate(90deg); transform:rotate(90deg); opacity:1; }

.team_members .team_member .detail {  }
.team_members .team_member .detail h4 { font-family: "open-sans",sans-serif; font-size: 14px; color: #333; margin-top: 5px; }
.team_member_image { float: left;  margin: 0 20px 0 0; }

.biography { max-width: 380px; text-align: center; }
.biography .team_member { display: inline-block; margin: 0 10px; position: relative;}
.biography .team_member.small .image { position: relative; margin-bottom: 20px; }
.biography .team_member.small .image img { width: 150px; }
.biography .team_member.small .image .overlay { width: 150px; height: 150px; position: absolute; top: 0; left:0;  display: inline-block; background: url('/images/directory_image_overlay_small.png') no-repeat; }
