@charset "UTF-8";

/*---------------------------------------- INTERFACE STYLES ----------------------------------------*/

html,body {
	background-color: #edf5f8;
	color: #333;
	margin: 0;
	padding: 0;
	overflow-x: hidden;
}

input {
	margin-left: auto;
	margin-right: auto;
	max-width: 450px;
}

#headline {
	margin-top: 25px;
	font-family: 'Open Sans', sans-serif !important;
}

#formMessage {
	color: #01b0ee;
	font-family: 'Roboto', sans-serif;
	font-weight: bold;
	font-size: 48px;
	letter-spacing: -0.04em;
	margin-top: 25px;
	display: none;
}

#formMessageSubText {
	font-size: 17px;
	font-weight: 400;
	letter-spacing: 0;
}

#formMessageSecure {
	color: #999;
	font-size: 15px;
}

#formMessageSecure .glyphicon {
	color: #01b0ee;
}

.formContainer {
	margin-bottom: 85px;
	min-height: 450px;
}

.containerCustom {
	background-color: #fff;
	position: relative;
}

.headerCustom {
	background-color: #edf5f8;
	text-align: center;
}

/*----- Extra Small -----*/
@media(max-width: 767px){

	#headline {
		font-size: 18px !important;
	}
	
	#formMessage {
		font-size: 30px;
	}
	
	#formMessageSubText {
		font-size: 15px;
	}
	
	.logo {
		margin: 0 auto;
		height: auto;
		width: 150px;
	}
	
	.containerCustom {
		background-image: none;
		margin-left: 10px;
		margin-right: 10px;
	}
	
	.headerCustom {
		padding: 10px 0 10px 0;
		
	}
	
	.orderedSlide button.textBtn {
		background: none;
		color: #01b0ee;
		font-size: 16px;
		line-height: 1.5em;
		margin-bottom: 18px;
		padding: 0;
	}
	.orderedSlide button.textBtn:active,
	.orderedSlide button.textBtn:hover,
	.orderedSlide button.textBtn:focus {
		background: none;
		color: #01c2f3;
	}

	.orderedSlide div.textRowSmall {
		max-width: 400px;
	}
}

/*----- Small -----*/
@media(min-width: 768px) and (max-width: 991px){

	#headline {
		font-size: 20px !important;
	}
	
	#formMessage {
		font-size: 36px;
	}
	
	.headerCustom {
		padding: 20px 0 10px 0;
	}
	
	.orderedSlide button.textBtn {
		background-image: none;
		font-size: 16px;
		margin-bottom: 5px;
		padding: 9px;
	}
	.orderedSlide button.textBtn:active,
	.orderedSlide button.textBtn:hover,
	.orderedSlide button.textBtn:focus {
		background-image: none;
	}
	
}

/*----- Medium -----*/
@media(min-width: 992px) and (max-width: 1199px){
	
	#headline {
		font-size: 24px !important;
	}
	
	.headerCustom {
		padding: 20px 0 10px 0;
	}
	
	.orderedSlide button.textBtn {
		background-image: none;
		font-size: 18px;
		margin-bottom: 5px;
		padding: 9px;
	}
	.orderedSlide button.textBtn:active,
	.orderedSlide button.textBtn:hover,
	.orderedSlide button.textBtn:focus {
		background-image: none;
	}
	
}

/*----- Large -----*/
@media(min-width: 1200px){
	
	#headline {
		font-size: 28px !important;
	}
	
	.headerCustom {
		padding: 20px 0 10px 0;
	}
	
	.orderedSlide button.textBtn {
		background-image: none;
		font-size: 18px;
		margin-bottom: 5px;
		padding: 9px;
	}
	.orderedSlide button.textBtn:active,
	.orderedSlide button.textBtn:hover,
	.orderedSlide button.textBtn:focus {
		background-image: none;
	}
	
}

/*---------------------------------------- FOOTER STYLES ----------------------------------------*/

.footer {
	background-color: #edf5f8;
	bottom: 0px;
	color: #666;
	font-size: 12px;
	text-align: center;
	font-family: 'Open Sans', sans-serif;
	letter-spacing:0.5px;
	padding-bottom:25px;
}
.footer-text{
	color:#000;
	margin:20px 0 0 0;
	}
.footerList {
	margin: 0;
	padding: 20px 20px 0 20px;
}

.footerList li {
	padding-bottom: 5px;
}

.footerLink {
	color: #01b0ee;
	text-decoration: none;
}
.footerLink:active,
.footerLink:hover {
	color: #01c2f3;
	text-decoration: none;
}
.footerLink:focus {
	text-decoration: none;
}

.footerDisclaimer {
	color: #999;
	font-size: 10px;
	padding-bottom: 10px;
}
