@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: 100px auto -225px;
}

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: block;}
.left_col {display: none;}
.right_col {display: none;}

/***************

HEADER

***************/

.header {
	height: 75px;
	width: 100%;
	background: #0F0052;
	position: fixed;
	top: 0px;
	
	z-index: 10000;
}

	.header img {
		display: none;
	}
	
	.header a {
		color: #FFFFFF;
		text-decoration: none;
	}

	.header a:nth-of-type(1)  {
		float: left;	
	}

	.header a:nth-of-type(2)  {
		float: left;	
		margin: 30px 0px 0px 25px;
	}
	
	.header a:nth-of-type(3){
		float: right;
		width: 50%;
		margin: 18px 25px 0px 0px;
		
	}

.burger {
	z-index: 9999;
}

#back-to-top {
	text-align: center;
	border:	2px solid #FFE11E;
	border-radius: 5px;
	padding: 10px 25px 10px 25px;
}


.bread_crumbs {
	display: none;
}

/***************

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;
	}

#search-tip {
	display: none;	
}

/***************

MAIN CONTENT

***************/

.left_col {
	width: 100%;
	height: 100%;
	padding-left: 25px;
	padding-right: 25px;
	-webkit-box-sizing: border-box; 
       -moz-box-sizing: border-box;   
            box-sizing: border-box;
	margin-bottom: 20px;
}

.right_col {
	width: 100%;
	height: 100%;
	padding-right: 25px;
	padding-left: 25px;
	-webkit-box-sizing: border-box; 
       -moz-box-sizing: border-box;   
            box-sizing: border-box;
	margin-bottom: 100px;

}

	.left_col h1, .right_col h1 {
		font-size: 1.75em;
		margin-bottom: 20px;
		font-weight: normal;
		letter-spacing: -1px;
	}
	
		.right_col h1:nth-of-type(2) {
			margin-top: 50px;
		}

	.left_col h2, .right_col h2 {
		font-size: 1.25em;
		font-weight: bold;
		border-bottom: 1px dotted #000000;
		margin-bottom: 10px;
	}
	
		.left_col a, .right_col a {
			font-family: 'Open Sans', sans-serif;
			color: #0F0052;
			margin-bottom: 12px;
			display:block;
			
		}
		
		.left_col p, .right_col p {
			font-size: 1em;	
		}
		
		.left_col ul, .right_col ul {
			margin-left: 25px !important;
		}


.center_col {
	width: 100%;
	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 img {
	}

	.center_col p {
		font-size: 1em;
		color: #000000;
		margin: 5px 0px 5px 0px;
		line-height: 1.5em;
		
	}
	
		.center_col p a{
			color: #0F0052;
			font-weight: bold;
		}
	
		.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 ul {
		
		
	}

.center_col li {
	list-style: circle;
		font-size: 1em;
		color: #000000;
		margin: 5px 0px 5px 25px;
		line-height: 1.1em;
		
	}
	
		.center_col li a{
			color: #0F0052;
			font-weight: bold;
		}
	
		.center_col li 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: 1.75em;
		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;	
			}

			.super-h1{
				font-family: 'Roboto Condensed', sans-serif;
				font-weight: bold;
				font-size: 2em;
				color: #000000;
				text-align: center;
				text-transform: uppercase;
				margin-top: 25px;
				margin-bottom: 10px;
				padding: 5px 0px 5px 0px;
				border-radius: 5px;
				background: #FFFFFF;
				border: 2px solid #0F0052;
			}
	
	
	.center_col h2 {
		font-size: 1.5em;
		color: #000000;
		text-transform: Uppercase;
		font-weight: bold;
		margin-top: 25px;
		margin-bottom: 10px;
		padding-bottom: 5px;
		border-bottom: 1px dotted #000000;
		text-align: center;
	}
		
	.center_col h3 {
		font-size: 1.25em;
		color: #0F0052;
		text-transform: uppercase;
		font-weight: bold;
		margin-top: 25px;
		margin-bottom: 10px;
		border-bottom: 1px dashed #919699;
	}
	
	.center_col h4 {
		font-size: 1em;
		color: #000000;
		text-transform: uppercase;
		font-weight: bold;
		margin-top: 30px;
		margin-bottom: 10px;
		
	}
	
.center_col .selected-terms a {
		font-family: 'Open Sans', sans-serif;
		font-size: 1em;
		color: #0F0052;
		text-decoration: none;
		display: block;
	}

	.center_col table{
		font-family: 'Open Sans', sans-serif;
		margin: 0px auto 0px auto;
		width: 100%;
	}

		.center_col table th {
			font-size: 1em;
			font-weight: bold;
			padding: 10px 0px 10px 0px;
			text-align: left;
		}
		
			.center_col table .sub-4 {
				color: #000000;
				text-transform: uppercase;
				border-bottom: 1px #EBF3F8 dashed;
			}
			
			.center_col table .sub-5 {
				color: #0F0052;
				text-transform: uppercase;
				border-bottom: 1px #EBF3F8 dashed;
			}
			
			.center_col table .sub-6 {
				color: #000000;
				text-transform: uppercase;
			}
			
			.center_col table .sub-7 {
				color: #0F0052;
			}
			
			.center_col table .sub-8 {
				color: #000000;
			}
			
			.center_col table .sub-9 {
				color: #0F0052;
				font-weight: normal;
			}
		
		.center_col td {
			padding: 5px 0px 5px 0px;
			border-bottom: 1px dashed #EBF3F8;
			font-size: 1em;
		}
	
		.center_col tr td:first-child {
			width:25%;
		}
		
		.center_col tr td:nth-child(2) {
			width:25%;
		}
		
		.center_col tr td:last-child {
			width:50%;
		}

/***************

FOOTER

***************/

.footer, .push {
	min-height: 235px;
	clear: both;
}

.footer {
	width: 100%;
	background: #0F0052;
	position: relative;
}

	.footer p{
		font-size: 1em;
		color: #FFFFFF;
		text-decoration: none;
	}

	.footer a {
		color: inherit;
	} 

	.footer img {
		width: 100%;	
	}

.footer-container {
	margin: 0px 25px 0px 25px;
	padding: 25px 0px;
}

.footer_col {
	width: 100%;
	margin: 25px 0px 25px 0px;
}

	#foot-col-1{
		border-bottom: 1px solid #ffffff;
		padding-bottom: 25px;
	}

	#foot-col-2 {
		border-bottom: 1px solid #ffffff;
		padding-bottom: 25px;
	}

		#foot-col-2 p{
			display: block;
			margin-bottom: 5px;
		}

	#foot-col-3{
	}

.footer span {
	font-family: 'Roboto Condensed', sans-serif;
	font-weight: normal;
	color: #FFE11E;
	font-size: 1.25em;
	display: block;
	margin-bottom: 3px;
}

