/************************************************************ RESET */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend, button,
table, caption, tbody, tfoot, thead, tr, th, td {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-weight: inherit;
    font-style: inherit;
    font-size: 100%;
    font-family: inherit;
    vertical-align: baseline;
    text-decoration: none;
}
/* remember to define focus styles! */
:focus {
    outline: 0;
}
body {
    line-height: 1;
}
ol, ul {
    list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
    border-collapse: separate;
    border-spacing: 0;
}
caption, th, td {
    text-align: left;
    font-weight: normal;
}


/***************************************************************** GENERAL */

strong { font-weight: 600; }
em     { font-style: italic; }

.left  { float: left; }
.right { float: right; }

img { display: block; }

h1 a, h2 a, h3 a, h4 a, h5 a, h6 a { color: inherit; }

/* no top whitespace on first element */
div > h1:first-child,
div > h2:first-child,
div > h3:first-child,
div > h4:first-child,
div > h5:first-child,
div > h6:first-child,
div > p:first-child {
    margin-top: 0 !important;
}

/* Clearfix */
.clearfix:after,
#body:after,
.row:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

* html .clearfix,
* html #body,
* html .row { zoom: 1; } /* IE6 */
*:first-child+html .clearfix,
*:first-child+html #body,
*:first-child+html .row { zoom: 1; } /* IE7 */

/* for WYGWAM */
body.wygwam,
body.cke_panel_frame { float: none; background: none; min-width: 1px; }
body.wygwam { width: 770px; }
body div.wygwam{ position: relative; }

/* EE forms */
.hiddenFields { display: none; }

.wygwam ol { list-style-type: decimal; padding-left: 20px; }
.wygwam ul { list-style-type: disc; padding-left: 20px; }


/************************************************************************** LAYOUT */

body {
	color: #313131;
}

h1, h2, h3, h4, h5, h6 {
}

select,
input,
textarea {
	font-family: Cabin, sans-serif;
}

a {
	color: #1383b5;
}

.wrapper {
	padding: 0 15px;
	max-width: 1170px;
	margin: 0 auto;
}

.body {
	margin-top: 28px;
	margin-bottom: 28px;
}

.col-side iframe {
	max-width: 100% !important;
}

.interior50 .col-main {
	float: left;
	width: 48%;
}

.interior50 .col-side {
	float: right;
	width: 48%;
	margin-top: 30px;
}

@media only screen 
and (max-width : 770px) {

	.interior50 .col-main {
		float: none;
		width: auto;
	}
	
	.interior50 .col-side {
		float: none;
		width: auto;
		margin-top: 30px;
	}

}

.interior75 .col-main {
	float: left;
	width: 67%;
}

.interior75 .col-side {
	float: right;
	width: 25.6%;
	margin-top: 30px;
}

@media only screen 
and (max-width : 770px) {

	.interior75 .col-main {
		float: none;
		width: auto;
	}
	
	.interior75 .col-side {
		float: none;
		width: auto;
		max-width: 300px;
	}
	
}




/************************************************************************** HEADER */

.header {
	border-bottom: 5px solid #ececec;
	min-height: 140px;
}

.header .top {
	background-color: #0a374d;
}

.header .top .wrapper2 {
	position: relative;
	height: 84px;
}

#logo {
	position: absolute;
	left: 0;
	top: 7px;
	font-size: 30px;
	font-weight: 600;
	height: 77px;
}

@media only screen 
and (max-width : 770px) {
	
	#logo span {
		display: none;
	}
	
}

.header .top a {
	color: #fff;
}

#logo img {
	display: inline-block;
	vertical-align: -59px;
	margin-right: 15px;
}

.header .find {
	position: absolute;
	right: 0;
	bottom: 0;
}

.header .find a {
	display: inline-block;
	padding: 0 17px;
	height: 53px;
	line-height: 53px;
	background-color: #1383b5;
	text-transform: uppercase;
	font-size: 15px;
	font-weight: 600;
}

.header .find a.join{
	background-color: #b30838;
}

.header .find .fa-building-o,
.header .find .fa-lock,
.header .find .fa-handshake{
	color: #0a374d;
	font-size: 17px;
	margin-right: 13px;
}

.header .find .fa-chevron-right {
	font-size: 12px;
	margin-left: 13px;
	vertical-align: 2px;
}

@media only screen 
and (max-width : 1020px) {
	
	.header .find a {
		display: block;
		height: 28px;
		line-height: 28px;
		margin-bottom: 9px;
		padding: 0 8px;
		font-size: 13px;
	}
	
	.header .find .fa-building-o,
	.header .find .fa-lock {
		margin-right: 7px;
	}
	
	.header .find .fa-chevron-right {
		margin-left: 7px;
	}

}

#nav-main {
	padding: 7px 0 0 139px;
	height: 49px;
}

#nav-main li {
	float: left;
	font-size: 17.5px;
	margin: 0 45px 0 0;
	height: 49px;
	line-height: 49px;
}

#nav-main .here,
#nav-main .parent-here {
	border-bottom: 5px solid #1383b5;
}

#nav-main a {
	color: #3f3f3f;
}

.navbar-toggle {
    background-color: #0a374d;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
    float: right;
    margin-top: 10px;
    padding: 9px 8px;
    position: relative;
    cursor: pointer;
    display: none;
}
.navbar-toggle .icon-bar {
    border-radius: 1px;
    display: block;
    height: 3px;
    width: 22px;
    background-color: #fff;
}
.navbar-toggle .icon-bar + .icon-bar {
    margin-top: 4px;
}

.subnavigation .nav {
	background-color: #1383b5;
	min-height: 50px;
}

#nav-sub {
	padding: 18px 0 15px;
	font-size: 16.5px;
	float: right;
}

#nav-sub li {
	float: left;
	margin-left: 46px;
}

#nav-sub a {
	color: #fff;
}

#nav-sub a:hover,
#nav-sub .here a {
	color: #a8e4ff;
}

.breadcrumbs {
	border-bottom: 1px solid #ececec;
	padding: 14px 0 11px 10px;
	font-size: 12px;
	font-weight: 600;
	text-transform: uppercase;
}

.breadcrumbs .fa {
	font-size: 10px;
	margin: 0 10px;
}

@media only screen 
and (max-width : 1040px) {
	
	.navbar-toggle {
		display: block;
	}
	
	#nav-main,
	.subnavigation .nav {
		display: none;
		height: auto;
		min-height: 0;
	}
	
	#nav-sub {
		float: none;
		padding-left: 139px;
	}
	
	#nav-main li,
	#nav-sub li {
		float: none;
		height: auto;
		line-height: 1em;
		margin: 16px 0;
	}
	
	#nav-main .here,
	#nav-main .parent-here {
		border: none;
	}
	
	#nav-main .here a,
	#nav-main .parent-here a {
		border-bottom: 4px solid #1383b5
	}
	
}



/************************************************************************** FOOTER */

.footer {
	min-height: 545px;
	clear: both;
}

#sponsor {
	text-align: center;
	padding: 40px 15px;
}

.ad div {
	width: 458px;
	height: 33px;
	border: 1px solid #000000;
	padding: 20px;
	margin-bottom: 5px;
}

#sponsor img {
	display: inline;
	max-width: 100%;
	width: 500px;
	height: auto;
}

#sponsor .ad {
	display: inline-block;
	width: 500px;
}
#sponsor strong{
	text-align: center;
	display: block;
	margin: 2em 0;
}
#sponsor .ad.first{
	margin-right: 2%;
	text-align: right;
}
#sponsor .ad.second{
	margin-left: 2%;
	text-align: left;
}
@media (max-width: 1100px){
	#sponsor .ad {
		width: 500px;
		max-width: 95%;
		margin: .5em auto;
	}
	#sponsor .ad.first,
	#sponsor .ad.second{
		margin: 1em 0;
		text-align: center;
	}
}

#sponsor .links {
	font-size: 13.5px;
	text-transform: lowercase;
	margin-top: 18px;
}

#sponsor .links a {
	margin: 0 7px;
}

.footer .middle {
	background-color: #0a374d;
	color: #fff;
}

.footer .middle .wrapper {
	position: relative;
}

.footer .middle a {
	color: #8ebedf;
}

#nav-footer {
	padding: 11px 0 2px;
}

#nav-footer li {
	float: left;
	text-transform: uppercase;
	font-size: 13px;
	font-weight: 600;
	margin: 15px 28px 15px 0;
}

.footer .middle .row {
	border-top: 3px solid #0b4865;
	/*width: 900px;*/
	padding-bottom: 50px;
}

.footer .middle .col {
	float: left;
	width: calc(25% - 20px);
	margin-top: 20px;
	margin-right: 20px;
}

.footer .middle h6 {
	font-size: 18px;
	margin-bottom: 14px;
}

.footer .middle p {
	font-size: 14px;
	line-height: 1.3em;
	margin-top: 18px;
}

.footer .row li {
	margin-top: 10px;
	font-size: 14px;
	line-height: 1.3em;
}

.footer .copyright {
	background-color: #0d435e;
	height: 63px;
	line-height: 63px;
	color: #fff;
	font-size: 12.5px;
}

#twitter {
	position: absolute;
	right: 15px;
	top: 30px;
	width: 236px;
}

@media only screen 
and (max-width : 940px) {
	
	.footer .middle .row {
		width: auto;
	}
	
}

@media only screen 
and (max-width : 630px) {
	
	.footer .middle .col {
		float: none;
	}
	
}

@media only screen 
and (max-width : 770px) {
	
	#nav-footer li {
		float: none;
	}
	
}

@media only screen 
and (max-width : 1200px) {
	
	#twitter {
		display: none;
	}
	
}



/************************************************************************** INTERIOR */



.wygwam h1 {
	font-size: 35px;
	font-weight: 600;
	line-height: 1.1em;
	color: #0a374d;
}

.wygwam h2 {
	font-size: 21px;
	font-weight: 300;
	line-height: 1.4em;
	margin: 28px 0;
	padding-bottom: 19px;
	border-bottom: 2px solid #ececec;
}

.wygwam h3 {
	font-size: 24px;
	font-weight: 600;
	line-height: 1.1em;
	color: #1984b5;
	margin-top: 25px;
}

.wygwam h4 {
	font-size: 21px;
	font-weight: 400;
	line-height: 1.1em;
	color: #7aa9c7;
	margin-top: 25px;
}

.wygwam h5 {
	font-size: 18px;
	font-weight: 600;
	line-height: 1.1em;
	color: #09374d;
	margin-top: 25px;
}

.wygwam p {
	line-height: 1.4em;
	font-weight: 300;
	margin-top: 20px;
}

.wygwam ul,
.wygwam ol {
	color: #13648c;
	line-height: 1.3em;
	font-weight: 400;
	padding-left: 40px;
	margin-top: 24px;
}

.wygwam li {
	margin: 11px 0;
}

.entry p a,
.wygwam p a,
.wygwam li a {
	font-weight: 600;
	text-decoration: underline;
}

.wygwam blockquote {
	margin: 35px 0 0 20%;
	padding: 1px 20px 20px 70px;
	background: #13648c url(/images/bkg_blockquote.png) no-repeat 20px 23px;
	border-bottom: 5px solid #1984b5;
}

.wygwam blockquote p {
	color: #fff;
	font-size: 18px;
	font-weight: 400;
}

.accordian {
	margin-top: 60px;
}

.accordian .handle {
	font-size: 23px;
	font-weight: 500;
	color: #1984b5;
	line-height: 1.1em;
	padding: 19px 30px 19px 0;
	border-bottom: 1px solid #e1e1e1;
	margin: 0;
	cursor: pointer;
	background: url(/images/accordian_open.gif) no-repeat right center;
}

.accordian .handle.open {
	background-image: url(/images/accordian_close.gif);
	border-bottom: 1px solid #09374d;
	color: #09374d;
}

.accordian .collapse {
	padding: 32px 35px;
	border-bottom: 1px solid #09374d;
	display: none;
}

.col-side > .text-image,
.col-side > .text,
.col-side > .images {
	margin: 35px 0;
}

.col-side .text-image {
	height: 400px;
	background-color: #f7f7f7;
}

.col-side .text-image .text {
	height: 400px;
	float: left;
	width: 49.9%;
}

.col-side .text-image .text .padding {
	padding: 18px 23px;
}

.col-side .text-image .text h5 {
	font-size: 40px;
	font-weight: 600;
	color: #808080;
}

.col-side .text-image .text p {
	font-size: 15px;
	line-height: 1.6em;
	margin-top: 30px;
}

.col-side .text-image .img {
	height: 400px;
	float: left;
	width: 49.9%;
	background-size: cover;
	background-position: center center;
}

.col-side .images img {
	margin-bottom: 1px;
	width: 100%;
	height: auto;
}

@media only screen 
and (max-width : 1080px) {
	
	.col-side .text-image .text {
		width: 59.9%;
	}
	
	.col-side .text-image .img {
		width: 39.9%;
	}

}

@media only screen 
and (max-width : 930px) {
	
	.col-side .text-image .text {
		width: 100%;
	}
	
	.col-side .text-image .img {
		display: none;
	}

}

@media only screen 
and (max-width : 770px) {
	
	.col-side .text-image .text {
		width: 59.9%;
	}
	
	.col-side .text-image .img {
		width: 39.9%;
		display: block;
	}

}

@media only screen 
and (max-width : 500px) {
	
	.col-side .text-image {
		height: auto;
	}
	
	.col-side .text-image .text {
		width: auto;
		float: none;
		height: auto;
	}
	
	.col-side .text-image .img {
		display: none;
	}

}

#subnavigation-block {
	margin-bottom: 35px;
}

#subnavigation-block img {
	margin-bottom: 1px;
	width: 100%;
	height: auto;
}

#subnavigation-block a {
	float: left;
	margin-right: .3%;
	display: block;
	padding-top: 75px;
	height: 37px;
	width: 33.1%;
	text-align: center;
	background: #1383b5 no-repeat center 17px;
	color: #fff;
	text-transform: uppercase;
}

#subnavigation-block a + a + a {
	margin-right: 0;
}

#subnavigation-block a:hover {
	background-color: #13648c;
}

#testimonial {
	clear: both;
	padding-top: 70px;
}

#testimonial h6 {
	color: #fff;
	text-transform: uppercase;
	text-align: center;
	padding: 13px 0 7px;
	line-height: 1.7em;
	font-size: 15.5px;
	font-weight: 600;
	background: #0a374d url(/images/rule_testimonial.gif) no-repeat center bottom;
}

#testimonial h6 span {
	font-size: 12px;
}

#testimonial .slideshow {
	background-color: #0a374d;
	color: #fff;
	position: relative;
	text-align: center;
	padding: 25px 10%;
}

#testimonial .slideshow .slide {
	display: none;
	font-size: 21px;
	line-height: 1.4em;
	font-style: italic;
	font-weight: 300;
	font-family: serif;
}

#testimonial .slideshow .slide:first-child {
	display: block;
}

#testimonial .slideshow .pager {
	padding-top: 10px;
}
	
#testimonial .slideshow .pager span {
	cursor: pointer;
	margin: 0 4px;
	font-size: 13px;
}

#testimonial .slideshow .prev,
#testimonial .slideshow .next {
	position: absolute;
	left: 20px;
	top: 55px;
	cursor: pointer;
	font-size: 21px;
}

#testimonial .slideshow .next {
	right: 20px;
	left: auto;
}

#testimonial .more {
	margin-top: 25px;
}

@media only screen 
and (max-width : 770px) {

	#testimonial .slideshow .prev {
		left: 12px;
	}
	
	#testimonial .slideshow .next {
		right: 12px;
	}

}

.cta-side {
	margin: 23px 0;
	background-color: #1984b5;
	position: relative;
}

.cta-side a {
	display: block;
	color: #c3edff;
	padding-bottom: 12px;
}

.cta-side .img {
	background: no-repeat center center / cover;
	border: 4px solid #1984b5;
	height: 169px;
}

.cta-side .more {
	background-color: #1984b5;
	color: #c3edff;
	margin: 10px 0 0 15px;
}

.cta-side .player {
	position: absolute;
	left: 0;
	margin-left: 42%;
	top: 65px;
}

#events-sidebar h5 {
	background-color: #d6d6d6;
	border-bottom: 4px solid #c3c3c3;
	height: 42px;
	line-height: 42px;
	color: #09374d;
	font-size: 14px;
	font-weight: 700;
	padding: 0 17px;
}

#events-sidebar .events {
	padding: 30px 15px 1px;
	background-color: #f7f7f7;
}

#events-sidebar .events .entry {
	margin-bottom: 31px;
	clear: both;
}

#events-sidebar .events .date {
	float: left;
	height: 38px;
	padding-top: 14px;
	width: 52px;
	background-color: #005581;
	border-radius: 50%;
	color: #8ebedf;
	font-size: 12px;
	font-weight: 600;
	text-align: center;
	line-height: 1.1em;
}

#events-sidebar .events .date span {
	color: #fff;
}

#events-sidebar .events h3 {
	color: #1383b5;
	font-size: 16.5px;
	font-weight: 600;
	margin-left: 70px;
}

#events-sidebar .events p {
	font-size: 14px;
	line-height: 1.4em;
	margin: 3px 0 0 70px;
}

/* Sponsors */
.wygwam.news,
#sponsors-page .body .wygwam {
	margin-bottom: 60px;
	border-bottom: 2px solid #ececec;
	padding-bottom: 30px;
}

#sponsor-list {
	margin: 0 auto;
	max-width: 1030px;
}

#sponsor-list .offset {
	margin-left: -30px;
}

#sponsor-list .ad {
	display: inline-block;
	width: 500px;
	margin: 0 0 20px 26px;
}

#sponsor-list .ad a {
    display: block;
}

#sponsor-list .ad img {
    max-width: 100%;
    height: auto;
    display: block;
}

@media only screen
and (max-width : 770px) {

    #sponsor-list .ad {
        float: none;
    }

}

/* News */
#news-list .entry {
	width: 48%;
	background-color: #f7f7f7;
	margin-bottom: 29px;
}

#news-list .category {
	color: #1383b5;
	background: url(/images/rule.gif) no-repeat 15px 18px;
	text-transform: uppercase;
	font-size: 13.5px;
	font-weight: 600;
	padding: 28px 15px 25px;
}

#news-list .padding {
	padding: 0 25px 35px 98px;
}

#news-list h2 {
	font-size: 22px;
	font-weight: 600;
	color: #09374d;
	line-height: 1.2em;
}

#news-list .date {
	color: #959595;
	font-size: 15.5px;
	font-weight: 300;
	text-transform: lowercase;
	margin: 2px 0 16px;
}

#news-list p {
	color: #222;
	font-size: 18px;
	font-weight: 300;
	line-height: 1.7em;
	margin-top: 16px;
}

.pagination {
	text-align: right;
	margin: 20px 0;
}

@media only screen 
and (max-width : 930px) {

	#news-list .entry {
		width: 100%;
	}

}

/* Testimonials */
#testimonial-button {
	top: -1em;
	right: 1em;
	position: absolute;
}

#testimonial-button a {
	display: block;
	padding: 15px 20px;
	font-size: 15.5px;
	color: #c3edff;
	background-color: #1383b5;
	border-radius: 10px;
	border-bottom: 4px solid #09415a;
}

#testimonial-list .entry {
	width: 48%;
	margin-bottom: 25px;
	background: url(/images/testimonial_quotes.png) no-repeat 30px 30px;
}

#testimonial-list{
	margin-top: 3em;
}

#testimonial-list .gutter-sizer {
	width: 3.9%;
}
	
#testimonial-list .padding {
	padding: 30px 40px 32px 100px;
} 

#testimonial-list .styleA {
	background-color: #f7f7f7;
	color: #222222;
}

#testimonial-list .styleB {
	background-color: #f1fbff;
	color: #222222;
}

#testimonial-list .styleC {
	background-color: #09374d;
	color: #fefefe;
}

#testimonial-list p {
	line-height: 1.75em;
	font-weight: 300;
	font-size: 17px;
}

#testimonial-list .source {
	font-weight: 600;
	font-size: 16px;
	margin-top: 18px;
	color: #7aa9c7;
}

#contact-form {
	max-width: 600px;
	margin: 1em auto;
	clear: both;
}

/* Trial Form */
form.default fieldset {
	margin-top: 60px;
}

form.default legend {
	color: #1984b5;
	font-size: 23px;
	text-transform: uppercase;
	font-weight: 600;
	letter-spacing: 1px;
	line-height: 1.1em;
	margin-bottom: 10px;
	background: url(/images/rule_large.png) no-repeat left top;
	padding-top: 17px;
}

form.default .row {
	padding: 0 12%;
	margin-top: 25px;
}

form.default .col {
	float: right;
	width: 47.5%;
}

form.default .col:first-child {
	float: left;
}

form.default label:first-child {
	display: block;
	font-size: 14px;
	font-weight: 600;
	color: #09374d;
	text-transform: uppercase;
	letter-spacing: 1px;
}

form.default input[type=text],
form.default input[type=email],
form.default input[type=password],
form.default textarea {
	-webkit-box-sizing: border-box; /* Safari 3.0 - 5.0, Chrome 1 - 9, Android 2.1 - 3.x */
	-moz-box-sizing: border-box;    /* Firefox 1 - 28 */
	box-sizing: border-box;         /* Safari 5.1+, Chrome 10+, Firefox 29+, Opera 7+, IE 8+, Android 4.0+, iOS any */
	display: block;
	width: 100%;
	border: 1px solid #9d9d9d;
	padding: 0 15px;
	margin-top: 7px;
	font-size: 16px;
}

form.default input[type=text],
form.default input[type=email],
form.default input[type=password] {
	height: 41px;
	line-height: 41px;
}

form.default input[type=text]:focus,
form.default input[type=password]:focus {
	border-color: #4fa1c6;
}

form.default .state {
	float: left;
	width: 25%;
}

form.default .zip {
	float: right;
	width: 65%;
}

#contact-form button,
form.default input[type=submit] {
	border: none;
	background-color: #1984b5;
	color: #fff;
	padding: 10px 90px;
	font-size: 17px;
	cursor: pointer;
}

/* Classifieds */
#classified-list {
	margin-top: 40px;
}
	
#classified-list .entry {
	width: 48%;
	margin-bottom: 25px;
	background-color: #f7f7f7;
} 

#classified-list .gutter-sizer {
	width: 3.9%;
}
	
#classified-list .padding {
	padding: 17px 40px 32px 100px;
} 

#classified-list .category {
	color: #1383b5;
	text-transform: uppercase;
	font-size: 13px;
	font-weight: 600;
	background: url(/images/rule.gif) no-repeat 15px 17px;
	padding: 27px 15px 10px;
}

#classified-list h2 {
	font-size: 23px;
	font-weight: 600;
	line-height: 1.2em;
}

#classified-list .date {
	font-size: 16px;
	color: #959595;
	font-weight: 300;
	margin-top: 1px;
}

#classified-list p {
	line-height: 1.75em;
	font-weight: 300;
	font-size: 17px;
	margin-top: 15px;
	color: #222;
}

#classified-list .source {
	font-weight: 600;
	font-size: 16px;
	margin-top: 18px;
	color: #7aa9c7;
}

@media only screen 
and (max-width : 930px) {

	#classified-list .entry {
		width: 100%;
	}

}

/* Calendar */
#calendar-list {
	margin-top: 40px;
}
	
#calendar-list h2 {
	margin: 20px 0 10px;
}
	
#calendar-list .entry {
	margin-bottom: 25px;
	background-color: #f7f7f7;
} 

#calendar-list .gutter-sizer {
	width: 3.9%;
}
	
#calendar-list .padding {
	padding: 17px 40px 32px 100px;
} 

#calendar-list .category {
	color: #1383b5;
	text-transform: uppercase;
	font-size: 13px;
	font-weight: 600;
	background: url(/images/rule.gif) no-repeat 15px 17px;
	padding: 27px 15px 10px;
}

#calendar-list h2 {
	font-size: 23px;
	font-weight: 600;
	line-height: 1.2em;
}

#calendar-list .date {
	font-size: 16px;
	color: #959595;
	font-weight: 300;
	margin-top: 1px;
}

#calendar-list p {
	line-height: 1.75em;
	font-weight: 300;
	font-size: 17px;
	margin-top: 15px;
	color: #222;
}

#calendar-list .source {
	font-weight: 600;
	font-size: 16px;
	margin-top: 18px;
	color: #7aa9c7;
}


/* Login */
.body.login {
	background-color: #0d435e;
	margin-bottom: 0;
	margin-top: 0;
	padding: 80px 0 28px;
}

.body.login h1 {
	color: #c3edff;
	font-size: 34px;
	font-weight: 600;
	border-bottom: 2px solid #7aa9c7;
	padding-bottom: 20px;
	margin: 100px 0 34px;
}

.body.login .col {
	width: 49.9%;
	float: left;
	background-color: #fff;
}

.body.login .col + .col {
	background-color: #f2f2f2;
}

.body.login .col .padding {
	padding: 49px 62px;
}

.body.login .col h2 {
	background: no-repeat left center;
	height: 45px;
	line-height: 45px;
	padding-left: 60px;
	color: #1984b5;
	font-size: 20px;
	font-weight: 600;
}

.body.login .col p {
	color: #09374d;
	line-height: 1.4em;
	margin: 7px 0 25px;
	font-size: 15px;
	font-weight: 300;
}

.login form.default .row {
	padding: 0 16% 0 0;
}

.login form.default input[type=submit] {
	padding: 10px 52px;
}

.login form .collateral {
	float: right;
	font-size: 14px;
	line-height: 1.5em;
	margin-top: 2px;
}



/************************************************************************** HOMEPAGE */

/* fixed height slideshow
#slideshow {
	padding: 5px 0;
	border-bottom: 5px solid #ececec;
	height: 475px;
	overflow: hidden;
}

#slideshow .slide {
	width: 100%;
}

#slideshow .text {
	height: 475px;
	background: #1383b5 url(/images/bkg_slide.gif) repeat-x center bottom;
	float: left;
	width: 34.6%;
}

#slideshow .text div {
	padding: 38px 30px 25px;
}

#slideshow h2 {
	color: #fff;
	font-size: 28px;
	line-height: 1.1em;
	font-weight: 600;
	padding-bottom: 15px;
	border-bottom: 4px solid #0f6d9d;
}

#slideshow p {
	color: #c5e6f8;
	font-size: 17.5px;
	line-height: 1.3em;
	margin-top: 20px;
}

#slideshow .more {
	font-size: 12.5px;
	font-weight: 600;
	text-transform: uppercase;
}

#slideshow a {
	color: #fff;
}

#slideshow .image {
	height: 475px;
	background: no-repeat center center / cover;
	float: right;
	width: 65%;
}
*/

#slideshow {
	padding: 5px 0;
	border-bottom: 5px solid #ececec;
	min-height: 454px;
	overflow: hidden;
}

#slideshow .slide {
	width: 100%;
}

#slideshow .text {
	min-height: 454px;
	background: #1383b5 url(/images/bkg_slide.png) repeat-x center bottom;
	float: left;
	width: 34.6%;
}

#slideshow .text div {
	padding: 35px 30px 20px;
}

#slideshow h2 {
	color: #fff;
	font-size: 28px;
	line-height: 1.1em;
	font-weight: 600;
	padding-bottom: 15px;
	border-bottom: 4px solid #0f6d9d;
}

#slideshow p {
	color: #c5e6f8;
	font-size: 17px;
	line-height: 1.3em;
	margin-top: 20px;
}

#slideshow .more {
	font-size: 12.5px;
	font-weight: 600;
	text-transform: uppercase;
}

#slideshow a {
	color: #fff;
}

#slideshow img {
	float: right;
	width: 65%;
	height: auto;
}

#slideshow .pager {
	clear: both;
	text-align: right;
	padding-top: 8px;
	font-weight: bold;
	font-size: 18px;
}

#slideshow .pager span {
	margin-right: 8px;
	color: #1383b5;
	cursor: pointer;
	font-weight: bold;
}

#slideshow .pager span {
	margin-right: 8px;
	color: #1383b5;
	cursor: pointer;
	font-weight: bold;
}

#slideshow .cycle-pager .cycle-pager-active {
	color: #0a374d;
}

#slideshow .pager .fa {
	font-weight: 400;
	margin-right: 5px;
	font-size: 17px;
}

@media only screen 
and (max-width : 1000px) {
	
	#slideshow .text,
	#slideshow img {
		float: none;
		width: 100%;
	}
	
	#slideshow,
	#slideshow .text {
		min-height: 0;
	}

}

#ctas {
	margin-top: 46px;
	margin-bottom: 46px;
}

#ctas .row {
	margin-left: -30px;
}

#ctas .col {
	float: left;
	width: 270px;
	height: 259px;
	margin: 0 0 30px 30px;
}

#ctas .image h2 {
	text-align: center;
	font-size: 18px;
	color: #fff;
	background-color: #1383b5;
	height: 45px;
	line-height: 45px;
}

#ctas .image a {
	display: block;
	position: relative;
}

#ctas .text h2 {
	font-size: 18px;
	line-height: 1.1em;
	border-bottom: 3px solid #ececec;
	padding-bottom: 12px;
}

#ctas .player {
	position: absolute;
	left: 110px;
	top: 85px;
}

#ctas .text img {
	margin-right: 10px;
}

#ctas .text p {
	font-size: 15px;
	line-height: 1.4em;
	margin-top: 12px;
}

p.more,
#ctas .text p + p {
	font-size: 13px;
	font-weight: 600;
	text-transform: uppercase;
	margin-top: 20px;
	padding-top: 7px;
	background: url(/images/rule.gif) no-repeat left top;
}

.text-cta {
	line-height: 23px;
}

.text-cta h6 {
	display: inline;
	font-size: 23px;
	font-weight: 300;
	letter-spacing: 1px;
	margin-right: 9px;
}

.text-cta p {
	white-space: nowrap;
	display: inline;
	font-size: 13px;
	font-weight: 600;
	text-transform: uppercase;
	padding-top: 7px;
	background: url(/images/rule.gif) no-repeat left top;
}

#ctas .text-cta {
	float: left;
	margin-left: 30px;
}

@media only screen 
and (max-width : 600px) {
	
	#ctas .row {
		margin: 0;
	}
	
	#ctas .col {
		margin: 0 auto 30px;
		float: none;
	}
	
}

#-page #twitter {
	position: static;
	display: block !important;
}

#news-events {
	background-color: #f2f2f2;
}

#news-events .heading {
	background-color: #f7f7f7;
	text-align: center;
	padding: 22px 0;
	border-bottom: 5px solid #e5e5e5;
}

#news-events h2 {
	font-size: 29px;
	font-weight: 500;
	color: #1383b5;
	padding-bottom: 13px;
	background: url(/images/rule.gif) no-repeat center bottom;
	margin-bottom: 1em;
}

#news-events h2.ctct-form-header {
	font-size: 20px;
	margin: 0.5em 0;
	font-weight: bold;
	color: #fff;
	padding-bottom: 0;
	background: none;
}

#news-events .heading p {
	font-size: 15px;
	margin-top: 12px;
}

#news-events .row {
	padding-top: 41px;
	padding-bottom: 41px;
}

#news-events .col {
	float: left;
	width: 42%;
	margin-left: 3.4%;
}
#news-events .col1 {
	float: left;
	width: calc(50%);
	margin-left: 3.4%;
}
#news-events .col:first-child {
	margin-left: 0;
}

#news-events .news {
	box-shadow: 1px 2px 1px -1px #afafaf;
}

#news-events .news .img {
	height: 142px;
	background: no-repeat center center / cover;
	border-bottom: 3px solid #acdd4d;
}

#news-events .news .text {
	padding: 20px;
	background-color: #fff;
}

#news-events .news h3 {
	font-size: 20px;
	color: #0a374d;
	font-weight: 600;
}

#news-events .news p {
	font-size: 15px;
	line-height: 1.5em;
	margin-top: 16px;
}

#news-events .news p.more {
	font-size: 13px;
}

#news-events .events {
	padding-bottom: 7px;
	border-bottom: 4px solid #c3c3c3;
}

#news-events .events .entry {
	margin-bottom: 23px;
	clear: both;
}

#news-events .events .date {
	float: left;
	height: 43px;
	padding-top: 17px;
	width: 60px;
	background-color: #005581;
	border-radius: 50%;
	color: #8ebedf;
	font-size: 14px;
	text-align: center;
	line-height: 1.1em;
	margin-right: 20px;
}

#news-events .events .date span {
	color: #fff;
}

#news-events .events h3 {
	color: #1383b5;
	font-size: 16.5px;
	font-weight: 600;
}

#news-events .events p {
	font-size: 14px;
	line-height: 1.5em;
	margin-top: 4px;
}

@media only screen 
and (max-width : 600px) {
	
	#news-events .col {
		float: none;
		width: auto;
		margin: 0 auto 30px;
	}
	
}

/* People */
.people-list {
	margin-top: 60px;
	text-align: center;
}

.people-list h2 {
	font-size: 34px;
	font-weight: 300;
	height: 18px;
	border-bottom: 2px solid #ececec;
	margin-bottom: 90px;
}

.people-list h2 span {
	background-color: #fff;
	padding: 0 15px;
}

#staff-list ul,
.staff-list ul{
	margin-left: -30px;
}

#staff-list .entry,
.staff-list .entry{
	float: left;
	margin-left: 30px;
	height: 297px;
	min-width: 209px;
	max-width: 17%;
}

#staff-list .frame,
.staff-list .frame{
	background: url(/images/people_border_sq.png) no-repeat center top;
	padding: 15px 16px 16px;
	margin: 0 auto;
	height: 148px;
}
#staff-list .frame.red,
.staff-list .frame.red {
	background: url(/images/people_border_sq-red.png) no-repeat center top;
}

#staff-list .frame img,
.staff-list .frame img{
	margin: 0 auto;
}

#staff-list h3,
.staff-list h3{
	font-size: 16px;
	color: #1383b5;
	margin-top: 18px;
}
.board-list h3{
	font-weight: bold;
}

#staff-list h4,
.staff-list h4{
	font-size: 15px;
	line-height: 18px;
	margin-top: 5px;
}
.board-list h4 {
	font-size: 18px;
}

#board-list ul {
}

#board-list .entry {
	float: left;
	height: 233px;
	width: 39%;
	text-align: left;
}

#board-list .frame {
	background: url(/images/people_border_sq.png) no-repeat left top;
	padding: 15px 16px 16px;
	float: left;
	margin-right: 20px;
}

#board-list h3 {
	font-size: 15px;
	color: #313131;
	padding-top: 60px;
}

#board-list h4 {
	font-size: 19px;
	margin-top: 3px;
	color: #1383b5;
}

#board-list h5 {
	font-size: 16px;
	margin-top: 5px;
	color: #343434;
	font-style: italic;
	font-weight: 300;
}

#board-sublist {
	float: right;
	border-left: 2px solid #ddd;
	padding-left: 30px;
	text-align: left;
	max-width: 225px;
}

#board-sublist h3 {
	font-size: 13px;
	font-weight: 600;
	color: #313131;
	margin-top: 13px;
	padding-top: 0;
}

#board-sublist h4 {
	font-size: 17px;
	margin-top: 11px;
	color: #1383b5;
}

#board-sublist h3 + h4 {
	margin-top: 7px;
}

#board-sublist h5 {
	font-size: 14px;
	margin-top: 4px;
	color: #343434;
	font-style: italic;
	font-weight: 300;
}

@media only screen 
and (max-width : 600px) {

	#staff-list .entry,
	.staff-list .entry{
		float: none;
		width: auto;
	}
	
}

@media only screen 
and (max-width : 1000px) {
	
	#board-list .entry {
		float: none;
		width: auto;
	}
	
}

@media only screen 
and (max-width : 700px) {
	
	#board-sublist {
		float: none;
		width: auto;
		margin-bottom: 70px;
	}
	
}

#contact-page .wygwam iframe {
	max-width: 100%;
}

#contact-form p{
	margin: 1em 0;
}

#contact-form p.red {
	padding: 10px;
	background-color: #b30838;
	color: #fff;
}

#contact-form p.red a {
	color: #fff;
	text-decoration: underline;
}




.privacy-block{
	display: inline-block;
	float: right;
}
.privacy-block a{
	color: #fff;
	padding: 0 2px;
}
.privacy-block span{
	font-weight: bold;
	font-size: 1.5em;
	line-height: 1em;
}


ul.social-links{
	padding: 0;
	margin: 0;
	position: relative;
}
ul.social-links li{
	display: inline-block;
	width: 25px;
	height: 25px;
	margin: 5px;
}
ul.social-links li a img{
	width: 100%;
	height: auto !important;
}
ul.social-links li a img.twitter {
	padding-top: 3px;
}