@charset "UTF-8";

/*  IMPORT THE HTML5 /IE Normalizer  */
@import url('normalize.css');



body {
	padding: 0;
	margin: 0;
	background-image: url(../assets/pagebg_tile.jpg);
	background-repeat: repeat;
}

a {
    color: /*#5e5867 #2a3871 #005ba3*/ #2a3871;
    text-decoration: none;
}
a:visited { color: /*#064374 #2a3871*/ #005ba3; }
a:hover { color: #5e5867 }
a:focus { outline: thin dotted }
a:hover,
a:active { outline: 0 }



.hero_slides_tabs {
	position:absolute;
	width:970px;
	margin-left:-485px;
	left:50%;
	bottom: -10px;
	display:inline-block;
	text-align:center;
	z-index:120;
}

.hero_slides_tabs li {
	display: inline-block;
	width: 10px;
	height: 10px;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	background-color: rgba(255,255,255,0.5);
	margin: 5px;
	cursor: pointer;
	list-style-type: none;
	
	-webkit-box-shadow: 0px 0px 4px 2px rgba(0,0,0,0.1);
	-moz-box-shadow: 0px 0px 4px 2px rgba(0,0,0,0.1);
	box-shadow: 0px 0px 4px 2px rgba(0,0,0,0.1);
}

.hero_slides_tabs .hero_slides_here {
	background-color: rgba(0,0,0,0.8);
}

.slider_circle .selected {
	background-color: #000;
}

/* ******************************************************************
	TOP LOGIN DRAWER
****************************************************************** */

/* ******************************************************************
	GENERIC CLASSES
****************************************************************** */

.fClear { clear:both;}


/* ******************************************************************
	SPECIAL CLASSES
****************************************************************** */
/*-------- buttons ----------*/
a.learnMoreBtn {
	background:url(../images/btn_learnMore.png) no-repeat top left;
	width:118px;
	height:23px;
	display:inline-block;
	margin-right:10px;
}
a.learnMoreBtn:hover {
	background:url(../images/btn_learnMore.png) no-repeat bottom left;
}
.alignRight { 
	text-align:right;
}

/* ******************************************************************
	BASE TAGS
****************************************************************** */

h1 {
	font-family: 'Raleway', helvetica, arial, sans-serif;
	font-weight:600;
	color:#2a3871;
	text-transform:uppercase;
	font-size:1.7em;
}
h2, h3, h4 {
	font-family: 'Raleway', helvetica, arial, sans-serif;
	font-weight:600;
	color:#2a3871;
}

li {
line-height: 1.2;
padding-bottom: 8px;
}

/* ******************************************************************
	HEADER CONTENT
****************************************************************** */
header {
	position:relative;
	width: 100%;
	margin-top:-16px;
	padding-top: 16px;
	background-color:#FFF;
}

.header_grid {
	width:960px;
	margin:0 auto;
}

#logo {
	float: left;
	margin-right:50px;
	margin-top:16px;
}

/*  Menu Items  */



/* ******************************************************************
	MAIN CONTENT
****************************************************************** */

/*
*******************************************************************************
************* FEATURED STORIES ELEMENTS ***************************************
*******************************************************************************
*/

/*
*******************************************************************************
************* FEATURED STORIES ELEMENTS ***************************************
*******************************************************************************
*/



/*
************************ Main Content ***************************
*/

section.mainContent {
	max-width: 960px;
	margin: 10px auto;
}
.hmArticle {
	width:619px;
	padding-right:20px;
	float:left;
}
.hmArticle article {
	border-bottom:solid #d5d4d4 1px;
}
.hmArticle article:last-child {
	border-bottom:none;
}
.hmAside {
	width:321px;
	float:left;
	margin-top:25px;
}

.hmArticle {
	width: 63%;
	margin-left: 1%;
}
.hmAside {
	max-width: 35%;
}
img {
	max-width: 100%;
	height: auto;
}

footer {
	position:relative;
	display:block;
	background-color:#000;
	width: 100%;
	margin-top:60px;
	padding-top: 30px;
	padding-bottom: 10px;
	border-top: solid 9px #1d4b1a;
}
.fWrapper {
	max-width:960px;
	margin:0 auto;
}
footer nav {
	width:605px;
	position: relative;
}
.fNav {
	border-top: solid #8b9e8a 2px;
	border-bottom: solid #8b9e8a 2px;
	margin: 0;
}
.fNav li {
	display: table-cell;
	width: 650px;
}
.fNav ul {
	margin:0;
	padding:0;
	position: absolute;
}
.fNav li li {
	display:block;
	margin:0;
	padding:0;
}
footer a, footer a:visited {
	color: rgba(255,255,255, 1);;
}

footer a:hover {
	color: rgba(215,215,215,1);
}

/*#footer_table p {
	font-family: Chivo, helvetica, arial, sans-serif;
	font-weight: 400;
	font-size: 13px;
	color: rgba(255, 255, 255, 0.5);
	margin:0;
	padding:0;
	margin-top:5px;
}*/

#footer_table h4 {
	display: block;
	font-family: 'Raleway', helvetica, arial, sans-serif;
	font-weight:600;
	font-size: 1em;
	line-height: 35px;
	text-transform: uppercase;
	color: rgba(255, 255, 255, 1);
	width: 100%;
	border-top: solid 1px rgba(255, 255, 255, 0.2);;
	border-bottom: solid 1px rgba(255, 255, 255, 0.2);;
	height: 35px;
	margin: 0;
	padding: 0;
	margin-top:20px;
}
#footer_table tr td table .footer_subtitle td h4{
	border-top: solid #8b9e8a 1px;
	border-bottom: solid #8b9e8a 1px;
}
#footer_table tr td table .footer_subtitle td h4{
	line-height: 32px;
	padding-left: 10px;
}



#footer_table ul {
	list-style-type:none;
	font-family: 'Raleway', helvetica, arial, sans-serif;
	font-weight: 600;
	font-size: .875em;
	color: rgba(255, 255, 255, 0.5);
	margin:0;
	margin-top: 10px;
	padding:0;
	padding-left: 10px;
}

#footer_table ul li {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: rgba(255, 255, 255, 0.1);	
	border-bottom:none;
	padding-bottom:0px;
	padding-top:5px;
}

#footer_table ul a {
	list-style-type:none;
	color: #9ab698;
	margin:0;
	padding:0;
}
#footer_table ul a:hover {
	color: #FFF;
}

#footer_table tr td table tr td ul li img {
	float:left;
	margin-right:10px;
	margin-top:-3px;
	width:20px;
	height:20px;
}
footer p#copy {
	color: #ccc;
	font-size: .6875em;
	margin: 65px 10px 25px
}
/*ul.smIcons {
	margin-top:15px!important;
}*/
ul.smIcons li{
	width:45px;
	display:inline-block;
}
a.linkedin {
	width:27px;
	height:27px;
	display:block;
	background: url(../images/socialMediaIcons.gif) no-repeat 0 0;
}
a.linkedin:hover {
	background: url(../images/socialMediaIcons.gif) no-repeat 0 -28px;
}
a.twitter {
	width:27px;
	height:27px;
	display:block;
	background: url(../images/socialMediaIcons.gif) no-repeat -45px 0;
}
a.twitter:hover {
	background: url(../images/socialMediaIcons.gif) no-repeat -45px -28px;
}
a.email {
	width:27px;
	height:27px;
	display:block;
	background: url(../images/socialMediaIcons.gif) no-repeat -90px 0;
}
a.email:hover {
	background: url(../images/socialMediaIcons.gif) no-repeat -90px -28px;
}
.connectText p {
	font-family: 'Raleway', helvetica, arial, sans-serif;
	font-weight: 600;
	font-size: .875em;
	color:#fff;
	margin-top:20px;
	text-transform: none;
}
footer .connectText a {
	color:#9ab698;
}


/* ******************************************************************
	COMPANIES CONTENT
****************************************************************** */


/* ******************************************************************
	CSS HELPERS
****************************************************************** */

/* CSS Fixers */

.clear {
    clear: both;
    display: block;
    overflow: hidden;
    visibility: hidden;
    width: 0;
    height: 0;
}
.clearfix:before,
.clearfix:after,
.header_grid:before,
.header_grid:after {
    content: '.';
    display: block;
    overflow: hidden;
    visibility: hidden;
    font-size: 0;
    line-height: 0;
    width: 0;
    height: 0;
}
.clearfix:after,
.header_grid:after {
	clear: both
}
.clearfix,
.header_grid {
	zoom: 1
}

/* smaller screen */
@media screen and (max-width:958px) {
	.fWrapper {
		font-size: 90%;
	}
}
@media screen and (max-width:886px) {
	.fWrapper {
		font-size: 88%;
	}
	.footerNav > li {
		padding:0!important;
		font-size:95%;
	}
}


@media screen and (max-width:760px) {
.fWrapperCol2 {
	float: none;
	width: 100%;
	margin-left: 0px;
}
}