/* Theme Name: The Project - Responsive Website Template
Author:HtmlCoder
Author URI:http://www.htmlcoder.me
Author e-mail:htmlcoder.me@gmail.com
Version:1.4.0
Created:December 2014
License URI:http://support.wrapbootstrap.com/
File Description: Place here your custom CSS styles
*/
.df-blue-dk{
	color: #003e7e;
}
.df-blue-lt{
	color: #044b95;
}
.df-gold{
	color: #c6ab5c;
}

.light-gold-bg{
	color: #faeecc;
}

.btn-gold{
	background-color: #c6ab5c;
	color: #003e7e;
}

.btn-blue{
	background-color: #003e7e;
	color: #fff;
}

#logo{
	margin: 5px;
}

i.fa.fa-question-circle.pr-10{
	color: #c6ab5c;
}
.call-to-action {
	width: 1250px;
	margin: 0 0 0 -15px;
}
.onlineApp{
	align-content: left;
	margin: 5px 45px 0 -30px;
}
.printApp{
	margin: 5px 0 0 -110px;
}

.reveal-if-active {
	opacity: 0;
	max-height: 0;
	overflow: hidden;
}

input[type="radio"]:checked ~ .reveal-if-active,
input[type="checkbox"]:checked ~ .reveal-if-active {
	opacity: 1;
	max-height: 100px;
	overflow: visible;
}


@media(min-width: 1266px) and (max-width: 1800px){
	.onlineApp{
		margin: 5px 25px 0 -20px;
	}
}

@media(min-width: 1024px) and (max-width: 1265px){
	.call-to-action{
		text-align: center;
		max-width: 950px !important;
	}
	.online{
		margin: 3px 0 0 310px ;
	}
	.onlineApp{
		margin: 5px 15px;
	}
	.mail{
		margin: 95px 0 0 310px;
	}
	.printApp{
		margin: 5px;
	}
}
@media (max-width: 1023px){
	.call-to-action{
		display: inline;
		text-align: center;
	}
	.onlineApp{
		margin: 5px 10px;
	}
	.printApp{
		margin: 5px 10px;
	}
}  