@charset "UTF-8";
/* CSS Document */

* {
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;	
	list-style: none;
}

html, body {
	height:100%;	
	font-size: 14px;
}

.wrapper {
	height: auto !important; /*For IE6 support*/
	height: 100%; /*For IE6 support*/
	margin: 150px auto -425px; /*Footer height -10px */
}

h1, h2, h3, h4, h5 {
	font-family: 'Roboto Condensed', sans-serif;
	font-weight: normal;
}

p, ul, li {
	font-family: 'Open Sans', sans-serif;
}

ul {
	padding-left: 25px;
	margin-bottom: 5px;
}

a {
	text-decoration: none;
}

iframe {
	margin-top: 50px;	
}

.burger {display: none;}

/***************

HEADER

***************/

.header {
	height: 70px;
	width: 100%;
	background: #0F0052;
	position: fixed;
	top: 0px;
	
	z-index: 10000;
}

	.header img {
		height: 28px;
		margin: 24px 0px 0px 100px;
	}
	
	.header a {
		font-size: 1em;
		color: #FFFFFF;
		text-decoration: none;
	}

	.header a:nth-of-type(1)  {
		float: left;	
	}

	.header a:nth-of-type(2)  {
		float: left;	
	}
	
	.header a:nth-of-type(3){
		float: right;
		
	}

#back-to-top {
	height: 24px;
	border:	2px solid #FFE11E;
	border-radius: 5px;
	padding: 7px 20px 0px 20px;
	margin: 19px 100px 0px 0px;
}


.bread_crumbs {
	width: 50%;
	position: absolute;
	left: 25%;
	margin: -50px 0px 50px 0px;
	padding: 0px 20px 0px 20px;
}

	.bread_crumbs a{
		font-family: 'Open Sans', sans-serif;
		font-size: .75em;
		color: #0F0052;
	}
	
	.bread_crumbs a:after {
		content: "";
		display: inline-block;
		width: 0px; 
		height: 00px; 
		border-top: 3px solid transparent;
		border-bottom: 3px solid transparent; 
		
		border-left: 3px solid #0F0052;
		margin: 0px 20px 0px 5px;
	}
	


/***************

SEARCH BAR

***************/

#search_box {
	width: 100%;
	box-sizing: border-box;
	margin: 25px 0px;
	height: 30px;
}

#input {
	width: 68%;
	height: 30px;
	padding: 5px;
	background: #ffffff;
	border: 1px solid #C2C8CC;
	box-sizing: border-box;
	border-radius: 5px;
	float: left;
}

#button {
	width: 30%;
	height: 30px;
	padding: 5px;
	background: #ffffff;
	border: 2px solid #FFE11E;
	border-radius: 5px;
	box-sizing: border-box;
	float: right;
}

	#button:hover  {
		cursor: pointer;
	}

/***************

MAIN CONTENT

***************/


.left_col {
	width: 25%;
	height: 100%;
	float: left;
	padding-left: 100px;
	padding-right: 20px;
	-webkit-box-sizing: border-box; 
       -moz-box-sizing: border-box;   
            box-sizing: border-box;
}

.right_col {
	width: 25%;
	height: 100%;
	float: right;
	padding-right: 100px;
	padding-left: 20px;
	-webkit-box-sizing: border-box; 
       -moz-box-sizing: border-box;   
            box-sizing: border-box;

}

	.left_col h1, .right_col h1 {
		font-size: 1.75em;
		margin-bottom: 20px;
		font-weight: normal;
		letter-spacing: -.5px;
	}

	.left_col h2, .right_col h2 {
		font-size: 1.25em;
		border-bottom: 1px dotted #000000;
		margin-bottom: 10px;
		font-weight: bold;
	}
	
		.left_col a, .right_col a {
			font-family: 'Open Sans', sans-serif;
			color: #0F0052;
			margin-bottom: 12px;
			display:block;
		}
		
		.left_col ul, .right_col ul {
			margin-left: 25px !important;
		}


.center_col {
	width: 50%;
	float: left;
	padding: 0px 20px 0px 20px;
	-webkit-box-sizing: border-box; 
       -moz-box-sizing: border-box;   
            box-sizing: border-box;
	margin-top: -10px;
	border-left: 1px solid #EBF3F8;
	border-right: 1px solid #EBF3F8;
}
	
	.center_col .screen-banner{
		width: 100%;
	}

	.center_col .mobile-banner{
		display: none;
	}

	.center_col p {
		font-size: 1em;
		color: #000000;
		margin: 5px 0px 5px 0px;
		line-height: 1.5em;
		
	}
	
		.lists {
			width: 100%;
			min-height: 300px;
			
		}
		
		.lists p{
			display: block;
			margin: 0px 0px 25px 225px;
		}
	
		.center_col .toggle img {
			float: left;
		}

		.index-logos img {
			float: left;
		}
		
		.center_col p a{
			color: #0F0052;
			font-weight: bold;
		}
	
		.center_col .introduction p {
			margin: 0px;	
		}
	
		.center_col p a:hover:after {
			content: "";
			display: inline-block;
			width: 0px; 
			height: 00px; 
			border-top: 5px solid transparent;
			border-bottom: 5px solid transparent; 
			
			border-left: 5px solid #0F0052;
			margin-left: 10px;
		}

	.center_col span {
		margin-top: 15px;
		display: block;
		font-weight: bold;
	}
	
	.center_col h1 {
		font-size: 2em;
		color: #ffffff;
		text-align: center;
		text-transform: uppercase;
		margin-top: 50px;
		margin-bottom: 10px;
		padding: 5px 0px 5px 0px;
		border-radius: 5px;
		background: #0F0052;
	}
		
			.center_col h1:first-child {
				margin-top: 15px;	
			}
	
	.center_col h2 {
		font-size: 1.75em;
		background-color: #0F0052;
		color: #FFFFFF;
		text-transform: Uppercase;
		margin: 10px 0px 10px 0px;
		padding: 5px 0px 5px 0px;
		text-align: center;
		position: relative;
		height: 33px;
		cursor: pointer;
	}
		
	.center_col h3 {
		font-size: 1.5em;
		color: #0F0052;
		text-transform: uppercase;
		margin-top: 50px;
		margin-bottom: 10px;
		border-bottom: 1px dashed #919699;
	}
	
	.center_col h4 {
		font-size: 1.25em;
		color: #000000;
		text-transform: uppercase;
		margin-top: 30px;
		margin-bottom: 10px;
		
	}

/* ACCORDION CSS */

.active {
	background-color: #0F0052;
}

.accordion:after {
	position: absolute;
	right: 20px;
    content: attr(data-content) '+';
}

.active:after {
	position: absolute;
	right: 20px;
	content: attr(data-content) '-';
}

/* Index Logo Links */


.center_col .index-logos img {
	box-sizing: border-box;
	padding: 50px;
	width: 49%;
	border: 1px solid #C2C8CC;
	border-radius: 10px;
	margin-bottom: 20px;
}

.odd{
	margin-right: 2%;
}



/***************

FOOTER

***************/

.footer, .push {
	min-height: 435px;
	clear: both;
}

.footer {
	width: 100%;
	background: #0F0052;
	position: relative;
	bottom: 0px;
}

	.footer p{
		font-size: 1em;
		color: #FFFFFF;
		text-decoration: none;
	}

	.footer a {
		color: inherit;
	} 

	.footer img {
		width: 75%;
	}

.footer-container {
	margin: 0px 100px 0px 100px;
	padding: 50px 0px;
}

.footer_col {
	width: 33%;
	min-height: 300px;
	float: left;
	box-sizing: border-box;
	padding: 0px 25px 0px 25px;
	border-left: 1px solid #ffffff;
}

	#foot-col-1{
		border-left: none;
		padding-left: 0px;
	}

	#foot-col-2 p{
		display: block;
		margin-bottom: 5px;
	}

	#foot-col-3{
		padding-right: 0px;
	}

.footer span {
	font-family: 'Roboto Condensed', sans-serif;
	font-weight: normal;
	color: #FFE11E;
	font-size: 1.25em;
	display: block;
	margin-bottom: 3px;
}

