/* 768, 992, 1200 */
body {
	background: #1b2946 url(../images/bg.jpg) top center no-repeat;
	background-size: 100% auto;
	font-family: 'Source Sans Pro', sans-serif;
	color: #585861;
	font-size: 16px;
	line-height: 20px;
}
a { min-height: 44px; }
body.seed-1 { background-image:url(../images/bg-01.jpg); }
body.seed-2 { background-image:url(../images/bg-02.jpg); }
body.seed-3 { background-image:url(../images/bg-03.jpg); }
body.seed-4 { background-image:url(../images/bg-04.jpg); }
body.seed-5 { background-image:url(../images/bg-05.jpg); }
body.seed-6 { background-image:url(../images/bg-06.jpg); }
body p { line-height: 1.5;}
body a {
	font-weight: bold;
}
body a:link,
body a:visited {
	color: #2778CC;
}
body a:hover,
body a:active,
body a:focus {
	color: #518bd4;
	text-decoration: underline;
}
.skip-to.sr-only:focus {
    height: 50px;
    width: 175px;
    overflow: visible;
    margin: 0;
    clip: auto;
    background: #f2f2f2;
    border: 1px solid black;
    outline: black;
    opacity: 1;
    z-index: 999999;
    color: black;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: bold;
}
iframe{ max-width: 100%; }
/* HEADER */
header {
	margin-bottom: 30px;
}
.full-menu {
	display: none;
	height: 160px;
}
.full-menu-inner {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 160px;
	background: #fff url(../images/background_header.jpg) no-repeat top center;;
	z-index: 10000;
	box-shadow: 0px 2px 15px rgba(0,0,0,.4);
}
.full-menu .container {
	padding: 0;
}
.full-menu h1 {
	float: left;
	margin: 0;
}
.full-menu h1 a {
	display: block;
	width: 365px;
	height: 100px;
	text-indent: -10000px;
	outline: 0;
	background: url(../images/logo_large.png) 0 0 no-repeat;
}
.full-menu h2 {
	float: left;
	margin: 30px 0 0;
	font-size: 18px;
	line-height: 20px;
	text-transform: uppercase;
	color: #676b74;
	font-weight: 700;
}
.full-menu h2 .line1,
.full-menu h2 .line2 {
	display: block;
}
.full-menu h2 .line1 {
	font-size: 16px;
	font-weight: 400;
}
.full-menu h2 .line1 em {
	text-transform: none;
	font-family: Georgia, serif;
}
.full-menu h2 .line2 {
}
.full-menu h2 .line2 sup {
	font-size: 10px;
}
.full-menu h2 .line2 strong {
	font-weight: 700;
	color: #293b53;
}
.full-menu .search {
	float: right;
	width: 302px;
	border: 1px solid #d9d9d9;
	height: 62px;
	margin: 20px 0 0;
	padding: 0;
}
.full-menu .search fieldset {
	width: 100%;
	height: 60px;
	margin: 0;
	padding: 0;
	position: relative;
}
.full-menu .search fieldset label {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	line-height: 60px;
	font-size: 16px;
	color: #585861;
	font-weight: 400;
	padding: 0 0 0 15px;
}
.full-menu .search fieldset.has-text label,
.full-menu .search fieldset.has-focus label {
	display: none;
}
.full-menu .search fieldset input[type=text] {
	display: block;
	margin: 0;
	border: 0;
	padding: 0 54px 0 15px;
	background: transparent;
	width: 100%;
	height: 60px;
	line-height: 60px;
	font-size: 16px;
	color: #585861;
	font-weight: 400;	
}
.full-menu .search fieldset button {
	display: block;
	position: absolute;
	top: 20px;
	right: 15px;
	width: 24px;
	height: 20px;
	background: transparent url(../images/icon_search.png) 0 0 no-repeat;
	text-indent: -10000px;
	outline: 0;
	margin: 0;
	border: 0;
	padding: 0;
}
.full-menu .search fieldset button:hover,
.full-menu .search fieldset button:active,
.full-menu .search fieldset button:focus {
	background-position: 0 -20px;
}
.full-menu .menu {
	clear: both;
	height: 61px;
	background: #2f4b71;
	border-bottom: 1px solid #3e5d83;
}
.full-menu .menu .menu-inner {
	display: table;
	width: 100%;
}
.full-menu .menu .menu-inner > ul {
	display: table-row;
	margin: 0;
	padding: 0;
	list-style: none;
}
.full-menu .menu .menu-inner > ul > li {
	display: table-cell;
	/*float: left;*/
	position: relative;
	border-right: 1px solid #3e5d83;
}
.full-menu .menu .menu-inner > ul > li.nav-social {
	width: 61px;
}
.full-menu .menu .menu-inner > ul > li:first-child {
	border-left: 1px solid #3e5d83;
}
.full-menu .menu .menu-inner > ul > li > a {
	display: block;
	line-height: 60px;
	color: #fff;
	text-transform: uppercase;
	font-weight: 400;
	text-align: center;
	font-size: 18px;
	padding: 0 10px;
}
.full-menu .menu .menu-inner > ul > li:hover > a {
	color: #69a0e5;
	text-decoration: none;
}
.full-menu .menu .menu-inner > ul > li.nav-social > a {
	text-indent: -10000px;
	outline: 0;
	background: center center no-repeat;
	opacity: .6;
}
.full-menu .menu .menu-inner > ul > li.nav-social > a:hover,
.full-menu .menu .menu-inner > ul > li.nav-social > a:active,
.full-menu .menu .menu-inner > ul > li.nav-social > a:focus {
	opacity: 1;
}
.full-menu .menu .menu-inner > ul > li.nav-facebook.nav-social > a {
	background-image: url(../images/icon_nav_fb.png);
}
.full-menu .menu .menu-inner > ul > li.nav-twitter.nav-social > a {
	background-image: url(../images/icon_nav_tw.png);
	background-size: 30px;
}
.full-menu .menu .menu-inner > ul > li.nav-youtube.nav-social > a {
	background-image: url(../images/icon_nav_yt.png);
}
.full-menu .menu .menu-inner > ul > li.nav-instagram.nav-social > a {
	background-image: url(../images/icon_nav_ig.png);
}

.full-menu .menu .menu-inner > ul > li > ul {
	display: none;
	position: absolute;
	top: 60px;
	left: -1px;
	background: #fff;
	box-shadow: 2px 2px 10px rgba(0,0,0,.2);
	margin: 0;
	padding: 20px 30px;
	list-style: none;
	width: 300px;
}
.full-menu .menu .menu-inner > ul > li:hover > ul {
	display: block;
}
.full-menu .menu .menu-inner > ul > li > ul > li {
	border-top: 1px solid #d9d9d9;
	/*padding: 10px 0 10px 38px;
	background: url(../images/bullet.png) 15px 17px no-repeat;*/
	padding: 10px 0 10px 0;
	text-transform: uppercase;
	font-weight: 700;
	font-size: 18px;
}
.full-menu .menu .menu-inner > ul > li > ul > li:first-child {
	border-top: 0;
}
.full-menu .menu .menu-inner > ul > li > ul > li > a {
	color: #2f4a6f;
	font-weight: 400;
}
.full-menu .menu .menu-inner > ul > li > ul > li > a:hover {
	color: #518bd4;
	text-decoration: none;
}
.mobile-menu {
	display: block;
	height: 148px;
}
.mobile-menu .navbar {
	border-bottom: 0;
	background: #fff;
}
.mobile-menu .navbar-toggle {
	margin: 22px 15px 0 0;
	border: 0;
}
.mobile-menu .navbar-toggle:hover,
.mobile-menu .navbar-toggle:active,
.mobile-menu .navbar-toggle:focus {
	background: transparent;
}
.mobile-menu .navbar-toggle .icon-bar {
	width: 24px;
	height: 3px;
	border-radius: 3px;
	background: #2f4b71;
}
.mobile-menu .navbar-toggle .icon-bar + .icon-bar {
	margin-top: 5px;
}
.mobile-menu .navbar-brand {
	width: 330px;
	height: 88px;
	outline: 0;
	text-indent: -10000px;
	background: url(../images/logo_mobile.png) 0 0 no-repeat;
	padding: 0;
	margin-left: 15px;
}
.mobile-menu .social {
	background: #2f4b71;
	border-bottom: 1px solid #3e5d83;
	height: 61px;
	margin-left: -15px;
	margin-right: -15px;
}
.mobile-menu .social ul {
	margin: 0 auto;
	padding: 0;
	list-style: none;
	width: 245px;
}
.mobile-menu .social li {
	float: left;
	border-right: 1px solid #3e5d83;
}
.mobile-menu .social li:first-child {
	border-left: 1px solid #3e5d83;
}
.mobile-menu .social li a {
	display: block;
	width: 60px;
	height: 60px;
	text-indent: -10000px;
	background-position: center center;
	background-repeat: no-repeat;
	opacity: .6;
}
.mobile-menu .social li a:hover,
.mobile-menu .social li a:active,
.mobile-menu .social li a:focus {
	opacity: 1;
}
.mobile-menu .social li.nav-facebook a {
	background-image: url(../images/icon_nav_fb.png);
}
.mobile-menu .social li.nav-twitter a {
	background-image: url(../images/icon_nav_tw.png);
}
.mobile-menu .social li.nav-youtube a {
	background-image: url(../images/icon_nav_yt.png);
}
.mobile-menu .social li.nav-instagram a {
	background-image: url(../images/icon_nav_ig.png);
}

@media (max-width: 419px) {
	.mobile-menu {
		height: 120px;
	}
	.mobile-menu .navbar-toggle {
		margin-top: 10px;
	}
	.mobile-menu .navbar-brand {
		height: auto;
		width: 160px;
		text-indent: 0;
		background-image: none;
		line-height: 20px;
		text-transform: uppercase;
		font-weight: 700;
		font-size: 18px;
		margin-top: 10px;
		margin-bottom: 10px;
		color: #1b2946;
		box-shadow: none;
	}
}
@media (min-width: 768px) {
	.full-menu {
		display: block;
	}
	.mobile-menu {
		display: none;
	}
}
@media (min-width: 768px) and (max-width: 991px) {
	.full-menu h2 {
		display: none;
	}
	.full-menu .menu .menu-inner > ul > li > a {
		font-size: 14px;
	}
	.full-menu .menu .menu-inner > ul > li > ul > li > a {
		font-size: 14px;
	}
	.full-menu .menu .menu-inner > ul > li.nav-social {
		width: 40px;
	}
}
@media (min-width: 992px) and (max-width: 1199px) {
	.full-menu .menu .menu-inner > ul > li > a {
		font-size: 16px;
	}
	.full-menu .menu .menu-inner > ul > li > ul > li > a {
		font-size: 16px;
	}
}
/* MAIN CONTENT */
.main-content {
}
.main-content > .container {
	background: #fff;
	margin-bottom: 50px;
}
.subpage-content {
	padding: 30px;
}
#pagehead {
	margin-bottom: 30px;
}
#pagehead h1 {
	margin: 0 0 10px;
	padding: 0 0 10px;
	border-bottom: 1px solid #d9d9d9;
	font-weight: 900;
	font-size: 32px;
	line-height: 32px;
	text-transform: uppercase;
	color: #1a2638;
}
#pagehead .action-buttons {
	display: block;
	list-style: none;
	float: right;
	margin: 0;
	padding: 0;
}
#pagehead .action-buttons li {
	float: left;
	text-transform: uppercase;
	font-size: 14px;
	line-height: 20px;
	color: #518bd4;
	font-weight: 700;
}
#pagehead .action-buttons li a {
	color: inherit;
	display: block;
	padding-right: 20px;
	background: right top no-repeat;
	font-weight: 600;
}
#pagehead .action-buttons li a.print {
	background-image: url(../images/icon_print.png);
}
#pagehead .cookie-crumbs {
	display: block;
	list-style: none;
	margin: 0;
	padding: 0;
}
#pagehead .cookie-crumbs li {
	display: inline-block;
	text-transform: uppercase;
	font-size: 14px;
	line-height: 20px;
	color: #585861;
}
#pagehead .cookie-crumbs li:before {
	content: " / ";
	display: inline;
}
#pagehead .cookie-crumbs li:first-child:before {
	display: none;
}
#pagehead .cookie-crumbs li a {
	color: inherit;
	font-weight: 400;
}
.subpage-sidebar {
	border-top: 1px solid #d9d9d9;
	background: #f6f6f6;
	padding-top: 30px;
}
.subpage-sidebar .section {
	padding-left: 15px;
	padding-right: 15px;
	margin-bottom: 30px;
}
.subpage-sidebar .section h3 {
	margin: 0 0 10px;
	padding: 0 0 10px 30px;
	border-bottom: 1px solid #d9d9d9;
	font-weight: 900;
	font-size: 24px;
	line-height: 24px;
	text-transform: uppercase;
	color: #1a2638;
	background: left 2px no-repeat;
}
.subpage-sidebar .section .head {
	margin: 0 0 10px;
	padding: 0 0 10px 30px;
	border-bottom: 1px solid #d9d9d9;
	font-weight: 900;
	font-size: 24px;
	line-height: 24px;
	text-transform: uppercase;
	color: #1a2638;
	background: left 2px no-repeat;
}
.subpage-sidebar .section.submenu h3 {
	background-image: url(../images/icon_sidebar_relatedlinks.png);
}
.subpage-sidebar .section.signup h3 {
	background-image: url(../images/icon_sidebar_newsletter.png);
}
.subpage-sidebar .section.twitter h3 {
	background-image: url(../images/icon_sidebar_twitter.png);
}
.subpage-sidebar .section.email h3 {
	background-image: url(../images/icon_sidebar_shareopinion.png);
}
.subpage-sidebar .section.submenu .head {
	background-image: url(../images/icon_sidebar_relatedlinks.png);
}
.subpage-sidebar .section.signup .head {
	background-image: url(../images/icon_sidebar_newsletter.png);
}
.subpage-sidebar .section.twitter .head {
	background-image: url(../images/icon_sidebar_twitter.png);
}
.subpage-sidebar .section.email .head {
	background-image: url(../images/icon_sidebar_shareopinion.png);
}
.subpage-sidebar .section form {
	margin: 0;
	padding: 0;
}
.subpage-sidebar .section form fieldset {
	margin: 0 0 10px;
	padding: 0;
	background: #fff;
	border: 1px solid #d9d9d9;
	position: relative;
	padding: 20px;
}
.subpage-sidebar .section form fieldset label {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	line-height: 20px;
	font-weight: 400;
	font-size: 16px;
	color: #585861;
	padding: 20px;
}
.subpage-sidebar .section form fieldset.has-text label,
.subpage-sidebar .section form fieldset.has-focus label {
	display: none;
}
.subpage-sidebar .section form fieldset input[type=text] {
	display: block;
	width:100%;
	margin: 0;
	border: 0;
	padding: 0;
	background: transparent;
	line-height: 20px;
	height: 20px;
	font-size: 16px;
	color: #585861;
}
.subpage-sidebar .section form fieldset textarea {
	display: block;
	margin: 0;
	border: 0;
	padding: 0;
	background: transparent;
	line-height: 20px;
	height: 100px;
	font-size: 16px;
	color: #585861;
	width: 100%;
}
.subpage-sidebar .section form button[type=submit] {
	display: table-cell;
	text-transform: uppercase;
	margin: 0;
	border: 0;
	height: 52px;
	line-height: 52px;
	padding: 0 20px;
	font-weight: 600;
	color: #fff;
	font-size: 16px;
	background: rgb(47,74,113); /* Old browsers */
	background: -moz-linear-gradient(left,  rgba(47,74,113,1) 0%, rgba(21,31,44,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(47,74,113,1)), color-stop(100%,rgba(21,31,44,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(left,  rgba(47,74,113,1) 0%,rgba(21,31,44,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(left,  rgba(47,74,113,1) 0%,rgba(21,31,44,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(left,  rgba(47,74,113,1) 0%,rgba(21,31,44,1) 100%); /* IE10+ */
	background: linear-gradient(to right,  rgba(47,74,113,1) 0%,rgba(21,31,44,1) 100%); /* W3C */
}
.subpage-sidebar .section form button[type=submit]:hover {
	color: #69a0e5;
}
.subpage-sidebar .section.submenu ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
.subpage-sidebar .section.submenu ul li {
	margin: 0 0 10px;
	/*padding: 0 0 10px 30px;*/
	padding: 0 0 10px;
	border-bottom: 1px solid #d9d9d9;
	font-weight: 600;
	font-size: 18px;
	line-height: 20px;
	text-transform: uppercase;
	/*background: url(../images/bullet.png) 13px 7px no-repeat;	*/
}
.subpage-sidebar .section.submenu ul li a {
	color: #2f4a6f;
	font-weight: 400;
}
.subpage-sidebar .section.submenu ul li a:hover,
.subpage-sidebar .section.submenu ul li a:active,
.subpage-sidebar .section.submenu ul li a:focus {
	color: #518bd4;
	text-decoration: none;
}
.subpage-sidebar .section.twitter .twitter-holder {
	min-height: 305px;
}
@media (min-width: 768px) {
	.subpage-content {
		padding: 50px;
	}
	.subpage-sidebar {
		padding-top: 50px;
	}
}
@media (min-width: 992px) {
	.subpage-sidebar {
		border-top: 0;
		border-left: 1px solid #d9d9d9;
	}
}
/* MAIN FOOTER */

/* SUBPAGE FOOTER CONTENT */

.subpage-footer-inner {
	box-shadow: 0px 2px 15px rgba(0,0,0,.4);
}
#subpage-footer .container {
	padding-left: 30px;
	padding-right: 30px;
}
#subpage-footer .nav {
	background: #2F4B72;
	height: 72px;
	padding: 21px 0;
}
#subpage-footer .nav ul {
	display: block;
	list-style: none;
	margin: 0;
	padding: 0;
}
#subpage-footer .nav ul li {
	display: inline;
	margin-right: 20px;
	color: #69a0e5;
	text-transform: uppercase;
	font-size: 20px;
	line-height: 30px;
	font-weight: 600;
}
#subpage-footer .nav ul li a {
	color: inherit;
	font-weight: inherit;
	outline: 0;
	font-weight: bold;
}
#subpage-footer .nav ul li a:hover,
#subpage-footer .nav ul li a:active,
#subpage-footer .nav ul li a:focus,
#subpage-footer .nav ul li a.highlighted {
	color: #fff;
	text-decoration: none;
}
#subpage-footer .nav .right-nav {
	display: none;
}
#subpage-footer .nav h3 {
	float: left;
	margin: 0 0 0 15px;
	padding: 0;
	font-size: 22px;
	line-height: 30px;
	text-transform: uppercase;
	color: #69a0e5;
	font-weight: 600;
}
#subpage-footer .nav h3 a {
	display: block;
	color: inherit;
	padding-left: 30px;
	background: url(../images/icon_footer_offices.png) left center no-repeat;
	font-weight: 600;
}
#subpage-footer .nav h3 a:hover,
#subpage-footer .nav h3 a:active,
#subpage-footer .nav h3 a:focus {
	color: #fff;
	text-decoration: none;
}
#subpage-footer .nav .close {
	display: none;
	float: right;
	text-indent: -10000px;
	outline: 0;
	width: 30px;
	height: 30px;
	background: url(../images/icon_footer_close.png) 0 -30px no-repeat;
}
#subpage-footer .nav .close:hover,
#subpage-footer .nav .close:active,
#subpage-footer .nav .close:focus {
	background-position: 0 0;
}
#subpage-footer.is-open .nav .close {
	display: block;
}
#subpage-footer .content {
	background: #fff;
	padding: 0;
}
#subpage-footer .tabs {
	padding: 30px 0;
}
#subpage-footer .tabs .tab {
	display: none;
}
#subpage-footer .tabs .tab.is-open {
	display: block;
}
#subpage-footer .offices {
	padding: 30px 0 30px 0;
}
#subpage-footer .offices .office {
	padding: 10px 0 10px 30px;
	background: url(../images/bullet.png) 10px 17px no-repeat;
	border-bottom: 1px solid #d9d9d9;
}
#subpage-footer .offices .office:first-child {
	border-top: 1px solid #d9d9d9;
}
#subpage-footer .offices .office h4{
	margin: 0;
	padding: 0;
	font-weight: 600;
	font-size: 18px;
	line-height: 20px;
	text-transform: uppercase;
	color: #2f4a6f; 
}
#subpage-footer .offices .office div{
	margin: 0;
	padding: 0;
	font-weight: 600;
	font-size: 18px;
	line-height: 20px;
	text-transform: uppercase;
	color: #2f4a6f; 
}
#subpage-footer .offices .office div:hover { cursor: pointer; }
#subpage-footer .offices .office address {
	margin: 0;
	padding: 10px 0 0;
	font-size: 16px;
	line-height: 20px;
	color: #585861;
}
#subpage-footer .offices .office address p {
	margin: 0;
	padding: 0;
}
@media (min-width: 768px) {
	#subpage-footer .container {
		padding-left: 0;
		padding-right: 0;
	}	
	#subpage-footer .nav ul li {
		margin-right: 50px;
	}
}
@media (min-width: 992px) {
	#subpage-footer {
		height: 72px;
		position: relative;
	}
	.subpage-footer-inner {
		position: absolute;
		bottom: 0;
		left: 0;
		width: 100%;
	}
	#subpage-footer .nav ul li a.highlighted {
		color: #69a0e5;
	}
	#subpage-footer .nav ul li a:hover,
	#subpage-footer .nav ul li a:active,
	#subpage-footer .nav ul li a:focus,
	#subpage-footer.is-open .nav ul li a.highlighted {
		color: #fff !important;
	}
	#subpage-footer .nav .right-nav {
		display: block;
	}
	#subpage-footer .content {
		height: 0;
		overflow: hidden;
		transition: height .5s;
	}
	#subpage-footer.is-open .content {
		height: 360px;
	}
	#subpage-footer .offices {
		padding-left: 15px;
		padding-bottom: 0;
	}
	#subpage-footer .offices .office h4 {
		cursor: pointer;
	}
	#subpage-footer .offices .office address {
		display: none;
	}
	#subpage-footer .offices .office.is-open address {
		display: block;
	}
}
/* FOOTER */
.footer-links {
	background: #000;
	color: #666670;
	padding: 20px 0;
	line-height: 20px;
	font-size: 14px;
}
.footer-links .container {
	padding-left: 30px;
	padding-right: 30px;
}
.footer-links a {
	text-transform: uppercase;
}
.footer-links a:link,
.footer-links a:visited {
	color: #666670;
	font-size: 19px;
}
.footer-links a:hover,
.footer-links a:active,
.footer-links a:focus {
	color: #666670;
}
@media (min-width: 768px) {
	.footer-links .container {
		padding-left: 0;
		padding-right: 0;
	}
}

/* FOOTER MEDIA (ALSO USED ON THE HOME PAGE ) */
.footer-media-tabs {
}
.footer-media-tabs .media-container {
	margin-bottom: 20px;
}
.footer-media-tabs .media-container .media-container-inner {
	padding-bottom: 62.37%;
	width: 100%;
	position: relative;
	background: #000;
}
.footer-media-tabs .media-container iframe,
.footer-media-tabs .media-container .image {
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
}
.footer-media-tabs ul {
	margin: 0 0 10px 0;
	padding: 0;
	list-style: none;
}
.footer-media-tabs ul li {
	margin: 0 0 20px;
	padding: 0;
}

.footer-media-tabs ul li a {
	display: block;
}
.footer-media-tabs ul li a:after {
	content: "";
	display: block;
	clear: left;
	width: 100%;
	height: 0;
}
.footer-media-tabs ul li a:hover,
.footer-media-tabs ul li a:active,
.footer-media-tabs ul li a:focus {
	text-decoration: none;
}
.footer-media-tabs ul li a .thumbnail {
	display: block;
	float: left;
	width: 86px;
	height: 60px;
	background: #000 center center no-repeat;
	background-size: cover;
	border-radius: 0;
	padding: 0;
	transition: none;
	margin-bottom: 0;
}
.footer-media-tabs ul li a .thumbnail .overlay {
	display: block;
	width: 100%;
	height: 100%;
}
.footer-media-tabs ul li a:hover .thumbnail .overlay,
.footer-media-tabs ul li a:active .thumbnail .overlay,
.footer-media-tabs ul li a:focus .thumbnail .overlay,
.footer-media-tabs ul li a.highlighted .thumbnail .overlay {
	border: 3px solid #518bd4;
}
#footer-videos .footer-media-tabs ul li a.highlighted .thumbnail .overlay {
	background: url(../images/video_overlay.png) center center no-repeat;
}
.footer-media-tabs ul li a .title {
	display: block;
	margin-left: 100px;
	font-weight: 600;
	font-size: 16px;
	line-height: 20px;
	max-height: 60px;
	overflow: hidden;
	color: #585861;
}
.footer-media-tabs ul li a:hover .title,
.footer-media-tabs ul li a:active .title,
.footer-media-tabs ul li a:focus .title,
.footer-media-tabs ul li a.highlighted .title {
	color: #518bd4;
}
.footer-media-tabs .view-more {
	display: table-cell;
	text-transform: uppercase;
	padding-right: 23px;
	background: url(../images/icon_tabsarrow.png) right center no-repeat;
	line-height: 20px;
	font-weight: 600;
	font-size: 16px;
	color: #858591;
}
.footer-media-tabs .view-more:hover,
.footer-media-tabs .view-more:active,
.footer-media-tabs .view-more:focus {
	color: #518bd4;
	text-decoration: none;
}
.footer-media-images {
	/*max-width: 680px;*/
	margin: 0 auto;
}
.footer-media-images .media-container-outer {
	float: right;
	width: 33.33%;
}
.footer-media-images .media-container {
	width: 100%;
	padding-bottom: 100%;
	position: relative;
}
.footer-media-images .media-container-inner {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: black center center no-repeat;
	background-size: cover;
	border: 5px white solid;
}
.footer-media-images .thumbnails {
	float: left;
	width: 66.66%;
}
.footer-media-images .thumbnails .thumb-outer {
	display: block;
	float: left;
	width: 25%;
}
.footer-media-images .thumbnails .thumb {
	display: block;
	width: 100%;
	padding-bottom: 100%;
	position: relative;
}
.footer-media-images .thumbnails .thumb-inner {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: black center center no-repeat;
	background-size: cover;
	border: 5px solid white;
}
.footer-media-images .view-more {
	display: table-cell;
	text-transform: uppercase;
	padding-right: 23px;
	background: url(../images/icon_tabsarrow.png) right center no-repeat;
	line-height: 20px;
	font-weight: 600;
	font-size: 16px;
	color: #858591;
}
.footer-media-images .view-more:hover,
.footer-media-images .view-more:active,
.footer-media-images .view-more:focus {
	color: #518bd4;
	text-decoration: none;
}

#footer-blog {
	
}
#footer-blog ul {
	margin: 0 0 20px;
	padding: 0;
	list-style: none;
}
#footer-blog ul li {
	margin-bottom: 20px;
	min-height: 60px;
}
#footer-blog ul li:after {
	content: "";
	display: block;
	clear: left;
	width: 100%;
	height: 0px;
}
#footer-blog ul li .image {
	display: block;
	float: left;
	/*
	width: 296px;
	height: 190px;
	*/
	width: 100px;
	height: 64px;
	margin: 0;
	border: 0;
	border-radius: 0;
	padding: 0;
	background: center center no-repeat;
	background-size: cover;
}
#footer-blog ul li .blog-content {
	margin-left: 120px;
}
#footer-blog ul li .blog-content .title {
	margin: 0 0 10px;
	font-weight: 600; 
	font-size: 18px;
	line-height: 20px;
	color: #585861;
}
#footer-blog ul li .blog-content .title a {
	color: inherit;
}
#footer-blog ul li .blog-content .title a:hover,
#footer-blog ul li .blog-content .title a:active,
#footer-blog ul li .blog-content .title a:focus {
	color: #518bd4;
	text-decoration: none;
}
#footer-blog ul li .blog-content .abstract {
	margin: 0;
}
#footer-blog ul li .blog-content .abstract a {
	color: inherit;
}
#footer-blog ul li .blog-content .abstract a:hover,
#footer-blog ul li .blog-content .abstract a:active,
#footer-blog ul li .blog-content .abstract a:focus {
	color: #518bd4;
	text-decoration: none;
}

#footer-blog .view-more {
	display: table-cell;
	text-transform: uppercase;
	padding-right: 23px;
	background: url(../images/icon_tabsarrow.png) right center no-repeat;
	line-height: 20px;
	font-weight: 600;
	font-size: 16px;
	color: #858591;
}
#footer-blog .view-more:hover,
#footer-blog .view-more:active,
#footer-blog .view-more:focus {
	color: #518bd4;
	text-decoration: none;
}
@media (min-width: 768px) {
	.footer-media-tabs .media-container {
		float: right;
		width: 372px;
		margin-bottom: 0;
	}
	.footer-media-tabs ul {
		margin-right: 390px;
		min-height: 232px;
	}
	#footer-blog ul {
		position: relative;
		height: 220px;
		/*overflow: scroll;*/
		overflow: hidden;
	}
	#footer-blog ul li .image {
		width: 200px;
		height: 128px;
	}
	#footer-blog ul li .blog-content {
		margin-left: 220px;
	}
}
@media (min-width: 992px) {
	#footer-blog ul li .image {
		width: 296px;
		height: 220px;
	}
	#footer-blog ul li .blog-content {
		margin-left: 316px;
	}
}

ul.faqs li.question{
	margin-bottom: 5px;
}
dl.faqs dt.question{
	margin-top: 10px;
}

.nav_search div{
	margin-left: 15px;
}