@charset "utf-8";
/* CSS Document */

@import url('http://fonts.googleapis.com/css?family=Roboto:300,400,500,700'); /* Google font - Roboto*/
@import url('http://fonts.googleapis.com/css?family=Open+Sans:300,400,600,700'); /* Google font - Open Sans*/
@import url('http://fonts.googleapis.com/css?family=Lato:300,400,700,900'); /* Google font - Lato*/ 

body {
	font-family: Open Sans, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #222;
	margin: 0;
	padding: 0;
	overflow-y:scroll;
	background:#004B9C;
	background:url(../images/97c74c82.png);
}
p, li, td {
	line-height: 20px;
	text-align: justify;
}
a {
	color:#008;
}
a img {border:0px;}
a:hover {
	color: #0CF;
}
h1,h2,h3,h4,h5,h6 {
	color:#008;
	font-family:open sans, sans-serif;
	font-weight:600;
}
h1 {
	font-size: 26px;
}
h2 {
	font-size: 20px;	
}
h3 {
	font-size: 18px;
}
.module-header {
	margin-top:0;
	box-shadow: 0px 1px 0px #0CF;
}
.module-header span {
	display: inline-block;
	padding-bottom: 8px;
	color: #008;
	box-shadow: 0px 1px 0px #008;
}
table {
	border-collapse:collapse;
}
table td {
		padding:4px;
}
.spacer {
height:20px;
clear:both;
}
.overlay {
	color:#FFF;
	background:#888;
	background:rgba(0,0,0,0.4);
}
.warning, .validity_status {color:#D00;font-weight:normal;font-size:11px;}
.error, .required, .required-name,.required-email, .required-file {color:#D00;line-height:18px;}
.success {color:#00B38A;}
.note {font-size:12px; color:#222; }
ul {
	margin:0;
	padding:0;
}
ul li {
	list-style:none;
}
ul li a {
	text-decoration:none;
	line-height:26px;
}
.hidden {
	display: none;
}
._25px {font-size:25px;}

.custom-btn {
	float:left;
	display:block;
	color:#FFF;
	background: #118cd9;
	font-family:Lato,sans-serif;
	font-size:13px;
	text-align:center;
	line-height:36px;
	text-decoration:none;
	border-radius:4px;
	padding:0 10px;
}
.custom-btn:hover {
	background:#0AF;
}
.custom-btn.medium {
	margin:20px 0;
	line-height:50px;
	font-size:16px;
	background:#08F;
	background:linear-gradient(#0AF, #08F);
}
.custom-btn.large {
	margin:23px 0;
	line-height:70px;
	font-size:26px;
	background:#0AF;
	background:linear-gradient(#0AF, #06F);
}
.custom-btn.extra-large {
	margin:35px 0;
	line-height:90px;
	font-size:32px;
	background:#C00;
	background:linear-gradient(#D00, #900);
}
.custom-btn.medium:hover,
.custom-btn.large:hover,
.custom-btn.extra-large:hover {
	color:#FFF;
	background: #F80;
	background:linear-gradient(#FA0, #F60);
}

.custom-btn.read-more-btn {
	font-family: century gothic;
	font-weight: bold;
	font-size: 18px;
	transition: background .4s;
	margin:5px;
}
.custom-btn.read-more-btn:hover {
	color: #FFF;
	background: #000080;
}

.social-links a {
	display: inline-block;
}
.social-links i {
	line-height: 18px;
	width: 18px;
	height: 18px;
	font-size: 10px;
	color: #FFF;
	text-align: center;
	border-radius: 10px;
	margin-right:6px;
}
.social-links i {background:#FFF; color:rgb(238,20,74);}
.social-links i:hover {color:#FFF !important;}
.social-links i.fa-facebook:hover {
	background: #4c69ba !important;
}
.social-links i.fa-google-plus:hover {
	background: #D23D24 !important;
}
.social-links i.fa-twitter:hover {
	background: #0CF !important;
}

