@charset "utf-8";
/* CSS Document */

/** -- Global Styling -- **/

body {
	background: #00070e;
	font-family: 'Lato', Fallback, sans-serif;
	font-weight: normal;
	font-size: 12px;
	line-height: 14px;
	color: #7db0c9;

}

#full-screen-background-image {
     z-index: -999;
     min-height: 100%;
     min-width: 1024px;
     width: 100%;
     height: auto;
     position: fixed;
     top: 0;
     left: 0;
}
	 
#wrapper {
        position: relative;
        width: 100%;
        min-height: 400px;
        margin: 0px auto;
}	 

.alignnone {
	margin: 5px 20px 20px 0;
}

.aligncenter,div.aligncenter {
	display: block;
	margin: 5px auto 5px auto;
}

.alignright {
	float: right;
	margin: 5px 0 20px 20px;
}

.alignleft {
	float: left;
	margin: 5px 20px 20px 0;
}

.aligncenter {
	display: block;
	margin: 5px auto 5px auto;
}

a img.alignright {
	float: right;
	margin: 5px 0 20px 20px;
}

a img.alignnone {
	margin: 5px 20px 20px 0;
}

a img.alignleft {
	float: left;
	margin: 5px 20px 20px 0;
}

a img.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto
}

.wp-caption {
	background: #fff;
	border: 1px solid #f0f0f0;
	max-width: 96%; /* Image does not overflow the content area */
	padding: 5px 3px 10px;
	text-align: center;
}

.wp-caption.alignnone {
	margin: 5px 20px 20px 0;
}

.wp-caption.alignleft {
	margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
	margin: 5px 0 20px 20px;
}

.wp-caption img {
	border: 0 none;
	height: auto;
	margin: 0;
	max-width: 98.5%;
	padding: 0;
	width: auto;
}

.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	margin: 0;
	padding: 0 4px 5px;
}



/** -- Font -- **/

h1,h2,h3,h4,h5,h6 {
	font-family: 'Lato', Fallback, sans-serif;
	margin-top: 0;
}

.home-page-quotes h1 {
	font-size: 2.2em;
	color: #7db0c9;
	text-align: center;
	letter-spacing:0.5px;
}

#intro h2 {
	font-size: 1.6em;
	color: #97bfd5;
	text-transform:uppercase;
	border-bottom: 1px solid #006596;
	padding-bottom:10px;

}

h3 {
	font-weight:bold;
	font-size: 1.5em;
}

h4 {
	font-size: 1.4em;
}

h5 {
	font-size: 1.3em;
}

h6 {
	font-size: 1.2em;
}

.sub-heading {
	font-size:14px;
	line-height:24px;
	color: #bfeaff;
	font-weight:400;
}

.title{
	font-size:13px;
	line-height:14px;
	color: #7db0c9;	
}

.date-stamp{
	font-size:10px;
	line-height:10px;
	color: #7db0c9;	
	}

/** -- Links -- **/

a {
	text-decoration: none;
	color: #FFFFFF;
}

a:hover, a:focus {
	text-decoration:none;
	color:#bfeaff;
}


/** -- Navigation -- **/


#nav-container {
	margin-top: 15px;
	max-width: 1000px;
}

.navbar-nav.navbar-left li {
padding-top:5px;
padding-left:5px; 
padding-right:5px; 
height: 30px;
}

.navbar{
	padding:0;
	margin-bottom:0;
	list-style:none;
	border:none;
	background-color:transparent;
	}
	

.navbar-default{ 
	padding-left:0;
	margin-left:0;
	font-size:14px;
	color: #FFFFFF;
	letter-spacing:1px;
}

.navbar-default .navbar-brand {
	color: #FFFFFF;
}

.navbar-default .navbar-toggle {
	border-color: #002744;;
	background-image: linear-gradient(top, rgb(209, 220, 227) 9%,
rgb(236, 244, 249) 55%);
background-image: -o-linear-gradient(top, rgb(209, 220, 227) 9%,
	rgb(236, 244, 249) 55%);
background-image: -moz-linear-gradient(top, rgb(209, 220, 227) 9%,
	rgb(236, 244, 249) 55%);
background-image: -webkit-linear-gradient(top, rgb(209, 220, 227) 9%,
	rgb(236, 244, 249) 55%);
background-image: -ms-linear-gradient(top, rgb(209, 220, 227) 9%,
	rgb(236, 244, 249) 55%);
background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0.09, rgb(209
	, 220, 227)), color-stop(0.55, rgb(236, 244, 249)));
}

.navbar-default .navbar-toggle:hover, 
.navbar-default .navbar-toggle:focus {
	background-image: linear-gradient(top, rgb(209, 220, 227) 9%,
rgb(236, 244, 249) 55%);
background-image: -o-linear-gradient(top, rgb(209, 220, 227) 9%,
	rgb(236, 244, 249) 55%);
background-image: -moz-linear-gradient(top, rgb(209, 220, 227) 9%,
	rgb(236, 244, 249) 55%);
background-image: -webkit-linear-gradient(top, rgb(209, 220, 227) 9%,
	rgb(236, 244, 249) 55%);
background-image: -ms-linear-gradient(top, rgb(209, 220, 227) 9%,
	rgb(236, 244, 249) 55%);
background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0.09, rgb(209
	, 220, 227)), color-stop(0.55, rgb(236, 244, 249)));
}

.navbar-default .navbar-toggle .icon-bar {
	background-color: #002744;
}

.navbar-default .navbar-nav>li>a {
	color: #FFFFFF;
	text-transform: uppercase;
	padding-top: 0;
	padding-bottom: 0;
}

.navbar-default .navbar-nav > li:last-child {
	padding-right: 0;
}

.navbar-default .navbar-nav > li:last-child > a {
	padding-right: 0;
}

#social-header-navbar {
	float: right;
}

#social-menu-container .navbar-default .navbar-nav>li>a {
	padding: 0px 1px;
}

.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
  color: #bfeaff;
}

.navbar-default .navbar-nav > .active > a, 
.navbar-default .navbar-nav > .active > a:hover, 
.navbar-default .navbar-nav > .active > a:focus {
	background-color: transparent;
	color: #bfeaff;
}

/** -- Social Navigation -- **/

.navbar-nav.navbar-right li {
padding-left:20px; 
padding-right:0px; 
width: 30px;
height: 27px;
}

.navbar-right {
	float:right;
	padding-left:30px;
}

/** -- .linkedin {
	display: block;
	width: 30px;
	height: 30px;
	background: url('images/icons/linkedin-hover-icon.png') bottom;
	text-indent: -99999px;
}
.linkedin:hover {
	background-position: 0 0;
}
-- **/

/** -- Header -- **/

#header-container {
	padding-top: 50px;
	padding-bottom: 30px;
	border:none;
	max-width: 1050px;
}

#header-container .header-logo {
	padding: 0;
}

#header-container .header-logo img {
	width: 100%;
	max-width: 255px;
	height: auto;
	max-height: 64px;
}	

#header-container .header-logo a {
	display: block;
	text-align: left;
}

/** -- Footer -- **/
#footer {
	margin: 0px auto;	
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 0;
	padding-right: 0;
	width:100%;
	background-color: #001b33;
}

#footer .row {
	margin-left: 0;
	margin-right: 0;
}

#footer p {
	text-align:center;
	font-size: 0.9em;
	color: #7db0c9;
	line-height:30px;
}


.footer-nav{ 
	text-align: center;
}
	
.footer-nav ul {
	padding-left: 0;
	line-height: 30px;
}	

.footer-nav ul li { 
	list-style-type: none;
	display: inline-block;
}

.footer-nav ul li a {
	color: #7DB0C9;
	font-size: 0.9em;
}

.footer-nav ul li a:hover {
	color: #FFFFFF;
}

.footer-nav ul li:first-child:before {
	content: '';
}

.footer-nav ul li:before {
	content: ' | ';
}

/** -- Structure -- **/

#intro{
	padding-top:20px;
	padding-bottom:10px;
}

#intro p{
	font-family: 'Lato', Fallback, sans-serif;
	text-align:justify;
	line-height:16px;
	letter-spacing: 0.5px;
}

#intro a{
	text-decoration: none;
	text-align:right;
	color: #FFFFFF;
}

#intro a:hover, #intro a:focus {
	text-decoration:none;
	text-align:right;
	color:#bfeaff;
}

#featured-jobs{
padding-bottom: 30px;
}

/** -- Tabbed Job Box -- **/

ul.tabs {
	margin: 0 0 -1px;
	padding: 0;
	float: left;
	list-style: none;
	height: 32px;
	width: 100%;
}

ul.tabs li {
	width: 50%;
	float: left;
	margin: 0;
	cursor: pointer;
	padding: 0px 21px ;
	height: 31px;
	line-height: 31px;
	border-left: none;
	background: #033352;
	overflow: hidden;
	position: relative;
	border-top-left-radius: 6px;
    border-top-right-radius: 6px;
	background: #033352; /* Old browsers */
	background: -moz-linear-gradient(top, #033352 0%, #022f4b 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#033352), color-stop(100%,#022f4b)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #033352 0%,#022f4b 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #033352 0%,#022f4b 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #033352 0%,#022f4b 100%); /* IE10+ */
	background: linear-gradient(to bottom, #033352 0%,#022f4b 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#033352', endColorstr='#022f4b',GradientType=0 ); /* IE6-9 */
    margin: 0 0px;
    padding: 0 0px;
	letter-spacing:0.5px;
	text-transform:uppercase;
	text-align:center;
	color: #FFF;
	box-shadow: 0 0px 3px rgba(0, 0, 0, 0.4);
	}

ul.tabs li:before {	
}

ul.tabs li:after {	
}

ul.tabs li:hover {
	background: #063b5d;
	color: #FFF;
	}	
	
ul.tabs li.active{
	background: #063b5d;
	}

.tab_container {
	border-left: 1px solid #002e4a;
	border-right: 1px solid #002e4a;
	border-bottom: 1px solid #002e4a;
	border-top: none;
	clear: both;
	float: left; 
	width: 100%;
	background: #04395b; /* Old browsers */
	background: -moz-linear-gradient(top, #04395b 0%, #001b32 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#04395b), color-stop(100%,#001b32)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #04395b 0%,#001b32 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #04395b 0%,#001b32 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #04395b 0%,#001b32 100%); /* IE10+ */
	background: linear-gradient(to bottom, #04395b 0%,#001b32 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#04395b', endColorstr='#001b32',GradientType=0 ); /* IE6-9 */
	box-shadow: 0 3px 3px rgba(0, 0, 0, 0.4);
	border-bottom-left-radius: 6px;
	border-bottom-right-radius: 6px;
}
	
.tab_content {
	padding: 20px;
	display: none;
}

.tab_content img{
	float:right;
	padding-bottom:15px;
}

.linkedin-post {
	border-bottom: 1px solid #022544;
	width: 100%;
	padding: 15px 0 10px;
}

.newsitem {
	border-bottom: 1px solid #022544;
	padding: 15px 0 10px;
}

.newsitem:first-of-type, .linkedin-post:first-of-type {
	padding: 0 0 10px;
}

.newsitem .read-more {
	text-align: right;
}

.about-vantage .about-vantage-content {
	border-bottom: 1px solid #022544;
}

.recent-blog-posts, .linkedin-updates, .about-vantage {
	margin-top: 10px;
}

/** Internal Pages **/
.page-content-container {
	background: #e6ebee; /* Old browsers */
	background: -moz-linear-gradient(top,  #e6ebee 0%, #bacbd3 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#e6ebee), color-stop(100%,#bacbd3)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #e6ebee 0%,#bacbd3 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #e6ebee 0%,#bacbd3 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #e6ebee 0%,#bacbd3 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #e6ebee 0%,#bacbd3 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e6ebee', endColorstr='#bacbd3',GradientType=0 ); /* IE6-9 */
	color: #011B34;
	border-radius: 6px;
	margin-bottom: 50px;
	padding-left: 0;
	padding-right: 0;
	max-width: 970px;
}

.page-content-container h1.page-title {
	font-family: 'PlakLT-Black', 'Lato', Helvetica, sans-serif;
	margin-top: 30px;
	margin-bottom: 30px;
	font-size: 2em;
	letter-spacing: 1px;
	padding-left: 15px;
}

.page-content-container h2 {
	color: #B90E17;
	font-weight: normal;
	font-size: 1.5em;
	margin-bottom: 20px;
	margin-top: 20px;'
}

.page-content-container h3 {
	font-weight: bold;
	font-size: 1.25em;
}

.page-content-container h3.divider {
	border-top: 1px solid #89A6B4;
	margin-top: 20px;
	padding-top: 20px;
}

.page-content-container h3 a {
	font-weight: bold;
	font-size: 1.25em;
	color: #011B34;
}

.page-content-container span.pdf-document a {
	display: inline-block;
	background-image: url('../images/icons/pdf-icon.png');
	background-repeat: no-repeat;
	min-height: 35px;
	min-width: 37px; 
	padding-left: 45px;
	margin-right: 20px;
	padding-top: 10px;
	font-weight: normal;
	font-size: 0.9em;
}

.page-content-container span.external-link a {
	display: inline-block;
	background-image: url('../images/icons/website-icon.png');
	background-repeat: no-repeat;
	min-height: 35px;
	min-width: 37px; 
	padding-left: 45px;
	margin-right: 20px;
	padding-top: 10px;
	font-weight: normal;
	font-size: 0.9em;
}

.page-content-container h3 a:hover {
	text-decoration: underline;
}

.page-content-container .left-col {
	border-bottom: 1px solid #89A6B4;
	min-height: 800px;
}

.page-content-container .left-col .content-area {
	padding-top: 5px;
	padding-bottom: 25px;
	background: #bacbd3; /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(186,203,211,1) 0%, rgba(230,235,238,0.75) 56%, rgba(230,235,238,0.5) 75%, rgba(230,235,238,0) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(186,203,211,1)), color-stop(56%,rgba(230,235,238,0.75)), color-stop(75%,rgba(230,235,238,0.5)), color-stop(100%,rgba(230,235,238,0))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(186,203,211,1) 0%,rgba(230,235,238,0.75) 56%,rgba(230,235,238,0.5) 75%,rgba(230,235,238,0) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(186,203,211,1) 0%,rgba(230,235,238,0.75) 56%,rgba(230,235,238,0.5) 75%,rgba(230,235,238,0) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(186,203,211,1) 0%,rgba(230,235,238,0.75) 56%,rgba(230,235,238,0.5) 75%,rgba(230,235,238,0) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(186,203,211,1) 0%,rgba(230,235,238,0.75) 56%,rgba(230,235,238,0.5) 75%,rgba(230,235,238,0) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#bacbd3', endColorstr='#00e6ebee',GradientType=0 ); /* IE6-9 */
	background-size: 100% 85px;
	background-repeat: no-repeat;
	padding-left: 30px;
	padding-right: 30px;
	font-size: 1.2em;
	line-height: 1.2em;
	text-align: justify;
}

.page-content-container a {
	color: #1E97E0;
	font-weight: bold;
}

.page-content-container .content-area ul li {
	margin-bottom: 10px;
	list-style: none;
	text-indent: -1.5em;
	padding-left: 0;
}

.page-content-container .content-area ul li:before {
	color: #B90E17;
	content:"\2022";
	font-size: 1.5em;
	padding-right: 0.5em;
	top: .1em;
	position: relative;
}

.page-content-container .right-col {
	padding-top: 20px;
}

/** Blog Page Styling **/

.blog-page div.post {
	border-bottom: 1px solid #89A6B4;
	margin-top: 10px;
	margin-bottom: 10px;
	padding: 0 10px 20px;
	background-repeat: no-repeat;
	background-position: center right;
}

.blog-page div.post:last-child {
	border-bottom: none;
}

.blog-page div.post h2 {
	margin-top: 10px;
}

div.post div.article-author, 
div.post div.article-posted-in {
	font-style: oblique;
}

.blog-page div.post div.article-excerpt {
	padding: 10px 0;
}

div.post .article-share-icon-container {
	float:right;
	margin: 5px 0 10px;
	padding: 0;
}

div.post .article-share-icon-container .share-icon {
}

div.post .article-share-icon-container .share-icon {
	float: left;
}

div.post img.wp-post-image {
	border: 1px solid #89A6B4;
}


/** End Blog Page Styling **/

/** Contact Us Page **/

.contact-details-sidebar {
	font-size: 1.1em;
	line-height: 1.1em;
}

.contact-details-sidebar strong.padright {
	display: inline-block;
	margin-right: 10px;
}

.google-map-placeholder {
	border-radius: 2px;
	border: 2px solid #7791A3 !important;
	box-shadow: 0 0 3px white inset, 0 1px 1px rgba(0, 0, 0, 0.1);
}

/** End Contact Us Page **/

/** Widgets **/

.widget {
	border-bottom: 1px solid #89A6B4;
	padding-bottom: 20px;
}

.widget:last-child {
	border-bottom: none;
}

.widget_adlogic_links ul {
	padding-left: 0;
}

.widget_adlogic_links ul li{
	display: block;
	margin-bottom: 10px;
}

.widget_adlogic_links a.link-title {
	color: #011B34;
	font-size: 1.1em;
}

.widget_search input#s {
	width: 100%;
	color: #002744;
	font-family: 'Lato',Fallback,sans-serif;
	font-size: 13px;
	letter-spacing: 1px;
	border: 2px solid #7791a3;
	border-radius: 2px;
	padding-left: 8px;
	background-image: linear-gradient(top, rgb(209,220,227) 9%, rgb(236,244,249) 55%);
	background-image: -o-linear-gradient(top, rgb(209,220,227) 9%, rgb(236,244,249) 55%);
	background-image: -moz-linear-gradient(top, rgb(209,220,227) 9%, rgb(236,244,249) 55%);
	background-image: -webkit-linear-gradient(top, rgb(209,220,227) 9%, rgb(236,244,249) 55%);
	background-image: -ms-linear-gradient(top, rgb(209,220,227) 9%, rgb(236,244,249) 55%);
	background-image: -webkit-gradient(
		linear,
		left top,
		left bottom,
		color-stop(0.09, rgb(209,220,227)),
		color-stop(0.55, rgb(236,244,249))
	);
	background-clip: padding-box;
	box-shadow: 0 0 3px white inset, 0 1px 1px rgba(0, 0, 0, 0.1);
	height: 30px;
}

.widget_search .searchform {
	text-align: right;
}

.widget_search .searchform label {
	display: none;
}

.widget_search input#searchsubmit {
	margin-top: 5px;
	height: 30px;
	color: #FFFFFF;
	background: #9d0f17; /* Old browsers */
	background: -moz-linear-gradient(top,  #9d0f17 0%, #810a10 44%, #6d0019 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#9d0f17), color-stop(44%,#810a10), color-stop(100%,#6d0019)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #9d0f17 0%,#810a10 44%,#6d0019 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #9d0f17 0%,#810a10 44%,#6d0019 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #9d0f17 0%,#810a10 44%,#6d0019 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #9d0f17 0%,#810a10 44%,#6d0019 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#9d0f17', endColorstr='#6d0019',GradientType=0 ); /* IE6-9 */
	border: none;
	padding-left: 20px;
	padding-right: 20px;
	border-radius: 6px;
	text-transform: uppercase;
	box-shadow: 1px 1px 3px #555555;
}

.twiget-widget ul.tweet-wrap {
	padding-left: 0;
}

.twiget-widget ul.tweet-wrap li {
	display: block;
} 

.st_twitter_custom {
	background: url('../images/sprites/share-twitter.png') no-repeat scroll left top transparent;
	height: 29px;
	width: 30px;
	display: inline-block;
	cursor: pointer;
	vertical-align: bottom;
}

.st_facebook_custom {
	background: url('../images/sprites/share-facebook.png') no-repeat scroll left top transparent;
	height: 29px;
	width: 30px;
	display: inline-block;
	cursor: pointer;
	vertical-align: bottom;
}

.st_linkedin_custom {
	background: url('../images/sprites/share-linkedin.png') no-repeat scroll left top transparent;
	height: 29px;
	width: 30px;
	display: inline-block;
	cursor: pointer;
	vertical-align: bottom;
}

.st_sharethis_custom {
	background: url('../images/sprites/share-shareweb.png') no-repeat scroll left top transparent;
	height: 29px;
	width: 30px;
	display: inline-block;
	cursor: pointer;
	vertical-align: bottom;
}

/** About Us Page **/

.right-col .staff-bios img {
	margin: 0 auto 10px;
}

.right-col .staff-bios h3 {
	text-align: center;
}

.right-col .staff-bios {
	text-align: justify;
}

/* Extra small devices (phones, less than 768px) */
/* No media query since this is the default in Bootstrap */

/* Small devices (tablets, 768px and up) */
@media (min-width: 768px) {

	.page-content-container .left-col {
		border-right: 1px solid #89A6B4;
		border-bottom: none;
	}

	.page-content-container .right-col {
		padding-top: 84px;
	}

	.navbar-left{
		float: right !important;
	}
	.navbar-nav.navbar-left li:first-child {
		border-left: none;
	}
	.navbar-nav.navbar-left li {
		border-left: 1px solid #2d5571;
	}
}

/* Medium devices (desktops, 992px and up) */
@media (min-width: 992px) {

	.linkedin-post {
		min-height: 130px;
	}

	.newsitem {
		min-height: 130px;
	}
	
	.about-vantage .about-vantage-content {
		min-height: 260px;
	}
}

/* Large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {
	
}