@charset "utf-8";
@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,300,300italic,400italic,600,600italic,700,700italic,800,800italic);
@import url(https://fonts.googleapis.com/css?family=PT+Sans:400,400italic,700,700italic);
/* Global styles CSS Document */

* {
	margin: 0;
	font-family: 'PT Sans', sans-serif;
}
body {
	font-size: 16px;
	color: #002D4E;
}
html, body {
	height: 100%;
	margin-bottom: 1px;
}
input {
	padding: 0;
}
#wrapper, .wrapper {
	height: 100%;
	min-height: 100%;
	height: auto !important;
	margin: 0 auto -100px !important; /* the bottom margin is the negative value of the footer's height */
}
#push, #footer {
	height: 100px;
}
.container {}
.clear {
	height: 0;
	clear: both;
	visibility: hidden;
}
.clearfix:after {
	height: 0;
	clear: both;
	display: block;
	visibility: hidden;
	content: " "; /* Older browser do not support empty content */
}
h1, h1 a, h2, h2 a, h3, h3 a, h4, h4 a, h5, h5 a, h6, h6 a {
	color: #002D4E;
	margin: 0 0 .5em;
	line-height: 1.5em;
}
h1:hover, h1 a:hover, h2:hover, h2 a:hover, h3:hover, h3 a:hover, h4:hover, h4 a:hover, h5:hover, h5 a:hover, h6:hover, h6 a:hover {}
h1, h1 a {
	font-size: 48px;
}
h2, h2 a {
	font-size: 34px;
}
h3, h3 a {
	font-size: 22px;
}
h4, h4 a {
	font-size: 22px;
}
h5, h5 a {
	font-size: 18px;
}
h6, h6 a {
	font-size: 14px;
}
p {
	color: #002D4E;
	font-size: 16px;
	font-weight: 400;
	margin: 0 0 1.5em;
	line-height: 1.5em;
}
a {
	color: #002D4E;
	line-height: 1.5em;
	text-decoration: none;
}
a:hover {
	text-decoration: none;
}
ul, ol {
	margin: 0;
	padding: 0;
}
li {
	padding: 0;
	color: #002D4E;
	line-height: 1.5em;
}
q, blockquote {
	color: #002D4E;
	font-size: 14px;
	margin: 0 0 .5em;
	line-height: 1.5em;
}
/*
q, blockquote:before {
	content: "\201C";
}
q, blockquote:after {
	content: "\201D";
}
*/
cite {
	color: #002D4E;
	font-size: 14px;
	margin: 0 0 .5em;
	line-height: 1.5em;
}
img {
	margin: 0;
	padding: 0;
	border: none;
}
table {}
th {
	color: #002D4E;
	font-size: 24px;
	text-align: left;
}
td {
	color: #002D4E;
	font-size: 12px;
	text-align: left;
}

/* generic classes */

.left {
	float: left;
}
.right {
	float: right;
}
.m0 {
	margin: 0 !important;
}
.w50 {
	width: 50%;
}
.txt_center {
	text-align: center;
}
.vert_mid {
	vertical-align: middle;
}
.vert_base {
	vertical-align: baseline;
}
.divider {}


/* spacers */

.m20 {
	margin: 0 20px;
}
.p20 {
	padding: 20px 0;
}
.m40 {
	margin: 0 40px;
}
.p40 {
	padding: 40px 0;
}
.h20 {
	height: 20px;
}
.h40 {
	height: 40px;
}

/* google */

.open_sans {
	font-family: 'Open Sans', sans-serif;
}
.pt_sans {
    font-family: 'PT Sans', sans-serif;
}

/* Wordpress Default Styles */

/* =WordPress Core
-------------------------------------------------------------- */
.alignnone {
	
}
.aligncenter,
div.aligncenter {
	display: block;
	margin: 5px auto 5px auto;
}
.alignright {
	float:right;
	margin: 5px 0 20px 20px;
}
.alignleft {
	float: left;
	margin: 5px 20px 20px 0;
}
a img.alignright {
	float: right;
	margin: 5px 0 20px 20px;
}
a img.alignnone {

}
a img.alignleft {
	float: left;
	margin: 5px 20px 20px 0;
}
a img.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto
}
.wp-caption {
	background: #fff;
	border: 1px solid #f0f0f0;
	max-width: 96%; /* Image does not overflow the content area */
	padding: 5px 3px 10px;
	text-align: center;
}
.wp-caption.alignnone {
	margin: 5px 20px 20px 0;
}
.wp-caption.alignleft {
	margin: 5px 20px 20px 0;
}
.wp-caption.alignright {
	margin: 5px 0 20px 20px;
}
.wp-caption img {
	border: 0 none;
	height: auto;
	margin: 0;
	max-width: 98.5%;
	padding: 0;
	width: auto;
}
.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	margin: 0;
	padding: 0 4px 5px;
}
/* Text meant only for screen readers. */
.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
	height: 1px;
	width: 1px;
	overflow: hidden;
}
.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: bold;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000; /* Above WP toolbar. */
}