/* =General
---------------------------------------------------------------------- */
.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	height: 1px;
	overflow: hidden;
	position: absolute !important;
	width: 1px;
}
.cf:before,
.cf:after {
    content: " "; /* 1 */
    display: table; /* 2 */
}

.cf:after {
    clear: both;
}

body {
	background: #fff;
	font-family:"museo-sans", sans-serif;
	font-size:14px;
}
body, #page, #header, #main, #footer, .block {
	position: relative;
}

.inner-page {
	width: 1140px;
	margin: 0 auto;
	position:relative;
}
#page {
	top: auto;
}
#content {
	width: 100%;
}
#content.flexible-content {
	width: 77%;
	float: left;
}
#sidebar {
	float: right;
	width: 20%;
}
#content, #sidebar {
	padding:3.5em 0;
}
.home #content {
	padding-top:0;
}



/* =Header
---------------------------------------------------------------------- */
#header {
	padding:1em 0;
	border-bottom:8px solid #0B5EAA;
}

#logo {
	float:left;
	width:187px;
	margin:0;
	height:89px;
}
#logo a {
	display:block;
	background:url(../images/logo.png);
	width:100%;
	height:100%;
	font: 0/0 a;
	text-shadow: none;
	color: transparent;	
}

#header .navigation_wrapper {
	//text-align:right;
	//position:absolute;
	//right:0;
	//bottom:0;
}

#main-menu {
	text-transform:uppercase;
	font-weight:700;
	font-size:1.1em;
}
#main-menu ul {

}
#main-menu > ul > li {
	display:inline-block;
	margin-left:1.2em;
	position:relative;
}
#main-menu a {
	display: block;
	padding: 0;
	text-decoration: none;
}
#main-menu ul ul {
	display: none;
	float: left;
	position: absolute;
	top: 1em;
	left: 0;
	z-index: 99999;
}
#main-menu ul ul ul {
	left: 100%;
	top: 0;
}
#main-menu ul ul a {
	background: #0B5EAA;
	padding: .5em .5em .5em 1em;
	width: 10em;
	height: auto;
	text-align:left;
	color:#fff;
}
#main-menu ul ul :hover > a {
	background: #dedede;
}
#main-menu ul ul a:hover {
	background: #2275C0;
}
#main-menu ul li:hover > ul {
	display: block;
	padding-top:0.9em;
}

#header_actions {
	text-align:right;
}
#header_actions li {
	display:inline-block;
	vertical-align:middle;
}
#header_actions .button {
	padding:0.5em 2em;
	border-radius:1em;
}
.user_status {
	padding-right:0.8em;
	margin-right:0.5em;
	border-right:2px solid #EBF1F7;
}

#header .button, #header input[type=submit] {
	padding:0.4em 2em;
}

#header .search-form {
	width:250px;
}
#header .search-form .search-field {
	width:85%;
}
#header .search-submit {
	background:none;
	padding:0;
	color:#0B5EAA;
	font-size:2em;
	width:1em;
	vertical-align:middle;
	line-height:0;
	border:none;
	overflow:hidden;
}

/* =Body
---------------------------------------------------------------------- */

a {
	color: #0B5EAA;
	text-decoration: none;
}
h1, h2, h3, h4 {
	margin-bottom: 0.5em;
	text-transform:uppercase;
	font-weight:900;
	line-height:1.2;
}
h1 a, h2 a, h3 a, h4 a {
	text-decoration: none;
	color:inherit;
}
h1 {
	font-size:2.5em;
	letter-spacing:1px;
}
h2 {
	font-size:2.0em;
	letter-spacing:1px;
}
h3 {
	font-size:1.6em;
}
h4 {
	margin-bottom:0;
}

h1.entry-title {
	text-align:center;
	color:#0B5EAA;
	overflow:hidden;
}
h1.entry-title:before {
	right:0.5em;
	margin-left:-50%;
}
h1.entry-title:after {
	left:0.5em;
	margin-right:-50%;
}
h1.entry-title:before, h1.entry-title:after {
	background-color: #0B5EAA;
	content: "";
	display: inline-block;
	height: 2px;
	position: relative;
	vertical-align: middle;
	width: 50%;
}
strong, strong * {
	font-weight:bold;
}
em, em *, i, i * {
	font-style: italic;
}
article {
	width: 100%;
}
p {
	margin-bottom: 1em;
	line-height: 1.6;
}
p:last-child {
	margin-bottom:0;
}
article ul, article ol {
	margin:0 0 1em 1em;
}
article ul ol, article ul ul, article ol ol, article ol ul {
	margin-bottom:0;
}
article li {
	list-style-position: outside;
	line-height: 160%;
	margin-bottom:0.5em;
}
article ul {
	list-style-type: disc;
}
article ol {
	list-style-type: decimal;
}
.preview-entry {
	width: 100%;
	margin-bottom: 5%;
}

.gform_fields {
	margin:0;
	padding:0;
}
.clearit {
	position:relative;
}
.clearit > label {
	position:absolute;
	color:#000;
	top:0.5em;
	left:0.5em;
}

table {
	border:2px solid #353C44;
}
table th {
	background:#353C44;
	text-transform:uppercase;
	text-align:left;
	color:#fff;
	font-weight:bold;
	font-size:1.1em;
}
table th, table td {
	padding:1em 2em;
}

.category-dropdown {
	width:200px;
}
.datatables_container {
	position:relative;
	overflow:hidden;
}
.datatables_container .dataTables_filter {
	position:absolute;
	right:10px;
	top:15px;
	text-align:right;
	color:#fff;
}
.datatables_container .dataTables_filter input {
	width:150px;
	margin-left:0.5em;
}
.datatables_container table {
	margin-bottom:1em;
}
.datatables_container .dataTables_info {
	float:left;
}
.dataTables_paginate {
	float:right;
}
.dataTables_paginate .paginate_button {
	margin:0 0.25em;
	cursor:pointer;
}
.dataTables_paginate .paginate_button.next {
	margin-right:0;
}
.dataTables_paginate .disabled {
	color:#ccc;
	cursor:default;
}
.dataTables_paginate .current {
	font-weight:bold;
}

.document_collection {
	width:100%;
}
.document_collection tr:nth-child(2n) td {
	background:#DDF4EE;
}
.document_collection .download_link {
	font-weight:bold;
	text-transform:uppercase;
	color:#029470;
}

.alignleft {
	float: left;
	clear: left;
	margin: 0.3em 1em 0.5em 0;
}
.alignright {
	float: right;
	clear: right;
	margin: 0.3em 0 0.5em 1em;
}
.aligncenter {
	display: block;
	margin: 0 auto;
}
.wp-caption-text {
    font-size: 0.7em;
    line-height: 135%;
}
#content .wp-pagenavi {
	float: left;
	width: 100%;
	margin: 12px 0;
	text-align:center;
}
#comments {
	width: 100%;
	float: left;
}
#comment-list > li {
	width: 100%;
	float: left;
	margin: 0 0 2.5% 0;
}
#comments form label {
	display: block;
}
.widget {
	width: 100%;
	margin-bottom: 10%;
}
.widget p {
	margin-bottom: 1.45em;
	line-height: 160%;
}
.widget > ul {
	border-top: 1px dotted #cccccc;
}
.widget > ul li {
	display: block;
	width: 100%;
	border-bottom: 1px dotted #cccccc;
}
.widget > ul li a {
	line-height: 120%;
	text-decoration: none;
}

.page_intro_container {
	background:#353C44;
	position:relative;
}
.page_intro {
	padding:2em 0;
	color:#fff;
}
.page_intro .inner-page {
	z-index:2;
}
.page_intro a {
	color:inherit;
	text-decoration:underline;
}
.page_intro p {
	font-size:1.1em;
}
.page_intro .intro-title {
	text-align:center;
}
.anystretch {
	opacity:0.7;
	z-index:1!important;
}

.bg-skyblue {
	background:#EBF1F7;
}
.text-color-blue {
	color:#0B5EAA;
}
.text-color-green {
	color:#039571;
}
.text-color-gray {
	color:#353C44;
}

.action-bar {
	padding:2em 0;
	margin-bottom:3em;
}
.no-bullets {
	list-style:none;
	margin-left:0;
	padding-left:0;
}

.grouped-items li {
	margin:0 0 1em 0;
	border-bottom:2px solid #EBF1F7;
	padding-bottom:1em;
}
.grouped-items h4 {
	margin-bottom:0;
}

.bordered-bottom {
	border-bottom:2px solid #EBF1F7;
	padding-bottom:1em;
	margin-bottom:1em;
}

/* =Footer
---------------------------------------------------------------------- */
#footer {
	padding:4em 0;
	background:#0B5EAA;
	color:#fff;
}
#footer a {
	color:inherit;
}

#footer_left {
	width:48%;
	float:left;
}
#footer_right {
	float:right;
	width:50%;
	text-align:right;
}

.footer-menu-container {
	text-transform:uppercase;
	margin-bottom:0.5em;
}
#footer .menu li {
	display:inline-block;
	border-right:1px solid #fff;
	padding-right:0.4em;
	margin-right:0.1em;
}
#footer .menu li:last-child {
	margin-right:0;
	padding-right:0;
	border-right:none;
}

#footer .gform_wrapper label {
	display:none;
}
#footer .gform_title {
	font-size:1em;
}
#footer .gform_wrapper {
	width:70%;
}
.ginput_complex .name_first, .ginput_complex .name_last {
	display:inline-block;
	width:49%;
}
.ginput_complex .name_first input, .ginput_complex .name_last input {
	width:99%;
}
#footer .gform_button {
	padding:0.6em 2em;
	font-size:1em;
}

/* =Forms
---------------------------------------------------------------------- */
textarea {
	overflow: hidden;
}
select, option {
	
}
input, textarea {
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}
input[type="text"], input[type="email"], input[type="url"], input[type="password"], input[type="search"], textarea, select {
	border: 1px solid #e3e3e3;
	border-radius: 3px;
	width:calc(100% - 0.4em);
	padding:0.2em;
	line-height: 1.5em;
}
input[type="text"]:focus, input[type="email"]:focus, input[type="url"]:focus, input[type="password"]:focus, textarea:focus {
	border: 1px solid #a0a0a0;
}
input[type="submit"], button {
	cursor: pointer;
}




/* =Buttons
---------------------------------------------------------------------- */
.button, input[type=submit] {
	display:inline-block;
	padding:1.2em 3em;
	border-radius:2em;
	background:#353C44;
	color:#fff;
	text-transform:uppercase;
	font-weight:700;
}
.button:before {
	vertical-align:top;
	position:relative;
	top:1px;
	margin-right:0.2em;
}
.skyblue-button {
	background:#EBF1F7;
	color:#0B5EAA;
}
.blue-button {
	background:#0B5EAA;
	color:#fff;
}
.green-button {
	background:#039571;
}





