/*
Theme Name: DayTop NJ
Author: DayTop
Author URI: http://www.daytop.com
Description: A template to be used as a cornerstone for building a completely unique template.
Version: 1
*/

/**
 * 1.0 Reset
 *
 * Resetting and rebuilding styles have been helped along thanks to the fine
 * work of Eric Meyer http://meyerweb.com/eric/tools/css/reset/index.html
 * along with Nicolas Gallagher and Jonathan Neal
 * http://necolas.github.com/normalize.css/ and Blueprint
 * http://www.blueprintcss.org/
 *
 * -----------------------------------------------------------------------------
 */
 
 @import url(https://fonts.googleapis.com/css?family=Lato:400,900,700,100,100italic,300,300italic,400italic,700italic,900italic);

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, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, 
tfoot, thead, tr, th, td { border: 0; font-family: inherit; font-size: 100%; font-style: inherit; font-weight: inherit; margin: 0; outline: 0; padding: 0; vertical-align: baseline; }
article, aside, details, figcaption, figure, footer, header, hgroup, section { display: block; }
audio, canvas, video { display: inline-block; max-width: 100%; }

html, body {
	width:100%;
	height:100%;
	margin:0px;
	padding:0px;
	-webkit-text-size-adjust:100%;
	-ms-text-size-adjust:100%;
}

img{max-width:100%; height:auto;}

/* Default Font: */

body, button, input, select, textarea {
	font-family: 'Open Sans', sans-serif;
	font-size: 15px;
	font-weight: 400;
	color: #2b2b2b;
	line-height: 1.5;
	overflow-y: scroll;
}

body {
	background: #ffffff;
}

a , a:visited{
	color: #00245d;
	text-decoration: none;
}

a:active, a:hover {
	color: #163e7d;
	outline: 0;
	text-decoration:none;
}

a:focus { outline: thin dotted; }

h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
	font-weight: 700;
	margin: 36px 0 12px;
}

h1 {
	font-size: 26px;
	line-height: 1.3846153846;
}

h2 {
	font-size: 24px;
	line-height: 1;
}

h3 {
	font-size: 22px;
	line-height: 1.0909090909;
}

h4 {
	font-size: 20px;
	line-height: 1.2;
}

h5 {
	font-size: 18px;
	line-height: 1.3333333333;
}

h6 {
	font-size: 16px;
	line-height: 1.5;
}

address { font-style: italic; margin-bottom: 24px; }
abbr[title] { border-bottom: 1px dotted #2b2b2b; cursor: help; }
b, strong { font-weight: 700; }
cite, dfn, em, i { font-style: italic; }
mark, ins { background: #fff9c0; text-decoration: none; }
p { margin-bottom: 24px; }
code, kbd, tt, var, samp, pre { font-family: monospace, serif; font-size: 15px; -webkit-hyphens: none; -moz-hyphens: none; -ms-hyphens: none; hyphens: none; line-height: 1.6; }
pre { border: 1px solid rgba(0, 0, 0, 0.1); -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; margin-bottom: 24px; max-width: 100%; overflow: auto; padding: 12px; white-space: pre; white-space: pre-wrap; word-wrap: break-word;}
blockquote, q {-webkit-hyphens: none; -moz-hyphens: none; -ms-hyphens: none; hyphens: none; quotes: none; }
blockquote:before, blockquote:after, q:before, q:after { content: ""; content: none; }
blockquote { color: #767676; font-size: 19px; font-style: italic; font-weight: 300; line-height: 1.2631578947; margin-bottom: 24px; }
blockquote cite, blockquote small { color: #2b2b2b; font-size: 16px; font-weight: 400; line-height: 1.5; }
blockquote em, blockquote i, blockquote cite { font-style: normal; }
blockquote strong, blockquote b { font-weight: 400; }
small { font-size: smaller; }
big { font-size: 125%; }
sup, sub { font-size: 75%; height: 0; line-height: 0; position: relative; vertical-align: baseline; }
sup { bottom: 1ex; }
sub { top: .5ex; }
dl { margin-bottom: 24px; }
dt { font-weight: bold; }
dd { margin-bottom: 24px; }
ul, ol { list-style: none; margin: 0 0 24px 20px; }
ul { list-style: disc; }
ol { list-style: decimal; }
li > ul, li > ol { margin: 0 0 0 20px; }
img { -ms-interpolation-mode: bicubic; border: 0; vertical-align: middle; }
figure { margin: 0; }
fieldset { border: 1px solid rgba(0, 0, 0, 0.1); margin: 0 0 24px; padding: 11px 12px 0; }
legend { white-space: normal; }
button, input, select, textarea { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; font-size: 100%; margin: 0; max-width: 100%; vertical-align: baseline; }
button, input { line-height: normal; }
input, textarea { background-image: -webkit-linear-gradient(hsla(0,0%,100%,0), hsla(0,0%,100%,0)); /* Removing the inner shadow, rounded corners on iOS inputs */ }
button, html input[type="button"], input[type="reset"], input[type="submit"] { -webkit-appearance: button; cursor: pointer; }
button[disabled], input[disabled] { cursor: default; }
input[type="checkbox"], input[type="radio"] { padding: 0; }
input[type="search"] { -webkit-appearance: textfield; }
input[type="search"]::-webkit-search-decoration { -webkit-appearance: none; }
button::-moz-focus-inner, input::-moz-focus-inner { border: 0; padding: 0; }
textarea { overflow: auto; vertical-align: top; }
table, th, td { border: 1px solid rgba(0, 0, 0, 0.1); }
table { border-collapse: separate; border-spacing: 0; border-width: 1px 0 0 1px; margin-bottom: 24px; width: 100%; }
caption, th, td { font-weight: normal; text-align: left; }
th { border-width: 0 1px 1px 0; font-weight: bold; }
td { border-width: 0 1px 1px 0; }
del { color: #767676; }
hr { background-color: rgba(0, 0, 0, 0.1); border: 0; height: 1px; margin-bottom: 23px; }

/* TEXT SELECTION COLOR: */
 
::selection {
	background: #24890d;
	color: #fff;
	text-shadow: none;
}

::-moz-selection {
	background: #24890d;
	color: #fff;
	text-shadow: none;
}


/**
 * Repeatable Patterns
 * -----------------------------------------------------------------------------
 */

/* Input fields */

input, textarea { border: 1px solid rgba(0, 0, 0, 0.1); border-radius: 2px; color: #2b2b2b; padding: 8px 12px 7px; box-sizing:border-box; }
textarea { width: 100%; }
input:focus, textarea:focus { border: 1px solid rgba(0, 0, 0, 0.3); outline: 0; }

/* Buttons */

button, .button, input[type="button"], input[type="reset"], input[type="submit"] {
	background-color: #24890d;
	border: 0;
	border-radius: 2px;
	color: #fff;
	font-size: 12px;
	font-weight: 700;
	padding: 10px 30px 11px;
	text-transform: uppercase;
	vertical-align: bottom;
}

button:hover, button:focus, .button:hover, .button:focus, input[type="button"]:hover, input[type="button"]:focus, input[type="reset"]:hover, input[type="reset"]:focus, input[type="submit"]:hover, input[type="submit"]:focus {
	background-color: #41a62a;
	color: #fff;
}

button:active, .button:active, input[type="button"]:active, input[type="reset"]:active, input[type="submit"]:active {
	background-color: #55d737;
}

.search-field { width: 100%; }
.search-submit { display: none; }

/* Placeholder text color -- selectors need to be separate to work. */

::-webkit-input-placeholder { color: #939393; }
:-moz-placeholder { color: #939393; }
::-moz-placeholder { color: #939393; opacity: 1; /* Since FF19 lowers the opacity of the placeholder by default */ }
:-ms-input-placeholder { color: #939393; }

/* Responsive images. Fluid images for posts, comments, and widgets */

.comment-content img, .entry-content img, .entry-summary img, #site-header img, .widget img, .wp-caption { max-width: 100%; }

/* Make sure images with WordPress-added height and width attributes are scaled correctly. */

.comment-content img[height], .entry-content img, .entry-summary img, img[class*="align"], img[class*="wp-image-"], img[class*="attachment-"], #site-header img { height: auto; }
img.size-full, img.size-large, .wp-post-image, .post-thumbnail img { height: auto; max-width: 100%; }

/* Make sure embeds and iframes fit their containers */

embed, iframe, object, video { margin-bottom: 24px; max-width: 100%;}
p > embed, p > iframe, p > object, span > embed, span > iframe, span > object { margin-bottom: 0; }

/* Alignment */

.alignleft { float: left; }
.alignright { float: right; }
.aligncenter { display: block; margin-left: auto; margin-right: auto; }
blockquote.alignleft, figure.wp-caption.alignleft, img.alignleft {margin:0px 30px 2px 0; }
.wp-caption.alignleft {margin:0px 30px 2px 0; }
blockquote.alignright, figure.wp-caption.alignright, img.alignright { margin:0px 0px 2px 30px; }
.wp-caption.alignright { margin: 7px 0 7px 14px; }
blockquote.aligncenter, img.aligncenter, .wp-caption.aligncenter { margin-top: 7px; margin-bottom: 7px; }
.site-content blockquote.alignleft, .site-content blockquote.alignright { border-top: 1px solid rgba(0, 0, 0, 0.1); border-bottom: 1px solid rgba(0, 0, 0, 0.1); padding-top: 17px; width: 50%; }
.site-content blockquote.alignleft p, .site-content blockquote.alignright p { margin-bottom: 17px; }
.wp-caption { margin-bottom: 24px; }
.wp-caption img[class*="wp-image-"] { display: block; margin: 0; }
.wp-caption { color: #767676; }
.wp-caption-text { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; font-size: 12px; font-style: italic; line-height: 1.5; margin: 9px 0; }
div.wp-caption .wp-caption-text { padding-right: 10px; }
div.wp-caption.alignright img[class*="wp-image-"],
div.wp-caption.alignright .wp-caption-text { padding-left: 10px; padding-right: 0; }
.wp-smiley { border: 0; margin-bottom: 0; margin-top: 0; padding: 0; }

/* Assistive text */

.screen-reader-text { clip: rect(1px, 1px, 1px, 1px); position: absolute; }
.screen-reader-text:focus { background-color: #f1f1f1; border-radius: 3px; box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6); clip: auto; color: #21759b; display: block; font-size: 14px; font-weight: bold; height: auto; line-height: normal; padding: 15px 23px 14px; position: absolute; left: 5px; top: 5px; text-decoration: none; text-transform: none; width: auto; z-index: 100000; /* Above WP toolbar */ }

.hide { display: none; }

/* Clearing floats */

.footer-sidebar:before,
.footer-sidebar:after,
.hentry:before,
.hentry:after,
.gallery:before,
.gallery:after,
.slider-direction-nav:before,
.slider-direction-nav:after,
.contributor-info:before,
.contributor-info:after,
.search-box:before,
.search-box:after,
[class*="content"]:before,
[class*="content"]:after,
[class*="site"]:before,
[class*="site"]:after {
	content: "";
	display: table;
}

.footer-sidebar:after,
.hentry:after,
.gallery:after,
.slider-direction-nav:after,
.contributor-info:after,
.search-box:after,
[class*="content"]:after,
[class*="site"]:after {
	clear: both;
}

/* Genericons */

.bypostauthor > article .fn:before,
.comment-edit-link:before,
.comment-reply-link:before,
.comment-reply-login:before,
.comment-reply-title small a:before,
.contributor-posts-link:before,
.menu-toggle:before,
.search-toggle:before,
.slider-direction-nav a:before,
.widget_twentyfourteen_ephemera .widget-title:before {
	-webkit-font-smoothing: antialiased;
	display: inline-block;
	font: normal 16px/1 Genericons;
	text-decoration: inherit;
	vertical-align: text-bottom;
}

/* Separators */

.site-content span + .entry-date:before,
.full-size-link:before,
.parent-post-link:before,
span + .byline:before,
span + .comments-link:before,
span + .edit-link:before,
.widget_twentyfourteen_ephemera .entry-title:after {
	content: "\0020\007c\0020";
}


/**
 * Basic Structure
 * -----------------------------------------------------------------------------
 */

.main-content {
	width: 100%;
}

.main-content .content-area{/*height:890px; */position:relative;}

/**
 * 4.0 Header
 * -----------------------------------------------------------------------------
 */
	

body{
    padding-top:153px;
}

#wpadminbar { min-height: 32px; }

#site-header {
	position: relative;
	z-index: 3;
}

header{
    -webkit-box-shadow: 0px 0px 12px rgba(0,0,0,0.55);
    -moz-box-shadow: 0px 0px 12px rgba(0,0,0,0.55);
    box-shadow: 0px 0px 12px rgba(0,0,0,0.55);
    position:fixed;
    top:0px;
    left:0px;
    right:0px;
    background:#ffffff;
    z-index:99999;
}

.header_top{
    width:100%;
    max-width:100%;
    background:#3a4f72;
    font-family: 'Lato', sans-serif;
    color:#ffffff;
}

.header_top_inner{
    max-width:1200px;
    width:100%;
    margin:0px auto;
    clear:both;
    vertical-align:top;
}

.header_block{
    display:inline-block;
    vertical-align:middle;
    padding-right:20px;
}

.header_block:nth-child(1),
.header_block:nth-child(2){
    border-right:1px solid #777777;
    margin-right:10px;
}

.header_block .icon{
    display:inline-block;
    padding-right:10px;
}

.header_top_inner .social_icons{
    display:inline-block;
    vertical-align:middle;
    float:right;
}

.header_top_inner .social_icons a,
.header_top_inner .social_icons a:active,
.header_top_inner .social_icons a:visited{
    font-size:24px;
    color:#91b7dc;
    vertical-align:middle;
    padding:20px 5px 0px 5px;
}

.header_top_inner .social_icons a:hover{
    color:#95c6f5;
}

.homepage_announcement{
    display:inline-block;
    vertical-align:middle;
    background:#6c88b4;
    font-size:12px;
    color:#ffffff;
    padding:8px 12px;
    margin:10px 0px;
    line-height:1;
}

.header_main{
    width:100%;
    max-width:100%;
    clear:both;
    vertical-align:top;
    position:relative;
}

.header_main::before{
    content: " ";
    display:block;
    height:7px;
    position:absolute;
    top:0px;
    width:100%;
    background:#637ba1;
}
 
.header_main_inner{
    width:1200px;
    max-width:100%;
    clear:both;
    vertical-align:middle;
    margin:0px auto;
    padding:0px 0px;
}

.logo{
    display:inline-block;
    float:left;
    vertical-align:middle;
    padding-top:25px;
}

.site-navigation{
    display:inline-block;
    float:right;
    vertical-align:middle;
}

.site-navigation > ul{
    display:block;
    vertical-align:middle;
    padding:0px;
    margin:0px;
    list-style-type:none;
}

.site-navigation > ul > li{
    float:left;
    display:inline-block;
    vertical-align:middle;
    padding:0px;
    margin:0px;
    background:none;
    position:relative;
}

.site-navigation > ul > li::after{
    content:" ";
    display:block;
    width:2px;
    height:7px;
    background:#1f3462;
    top:0px;
    right:0px;
    position:absolute;
}

.site-navigation > ul > li.current_page_item::before{
    content:" ";
    display:block;
    width:100%;
    height:7px;
    background:#214a81;
    top:0px;
    right:0px;
    position:absolute;
}

.site-navigation > ul > li > a,
.site-navigation > ul > li > a:active,
.site-navigation > ul > li > a:visited{
    display:block;
    font-size:12px;
    color:#7d7d7d;
    text-transform:uppercase;
    padding:47px 8px 40px 8px;
	cursor:pointer;
}

.site-navigation > ul > li > a:hover{
    color:#6c88b4;
}

.site-navigation li.current_page_item > a:visited{
    color:#00245d;
    font-weight:normal;
}

.site-navigation > ul > li.current > a:hover{
    color:#00245d;
}

.donate_link > a,
.donate_link > a:active,
.donate_link > a:visited{
    color:#ffffff !important;
    font-weight:bold;
    background:#4cbb17;
    padding: 27px 15px 20px 15px !important;
	transition: all linear 0.3s;
}

.donate_link > a:hover{
    background:#305b95;
}

.donate_link > a > .icon{
    display:block;
    font-size:32px;
    margin:0px 0px 0px -5px;
    line-height:1;
    text-align:center;
}

.site-navigation > ul > li > ul{
    display:none;
}

.site-navigation > ul > li:hover > ul{
    display:block;
    width:auto;
    position:absolute;
    background:#ffffff;
    z-index:1000;
    margin:0px 0px 0px 0px;
    -webkit-box-shadow: 2px 6px 4px rgba(0,0,0,0.5);
    -moz-box-shadow: 2px 6px 4px rgba(0,0,0,0.5);
    box-shadow: 2px 6px 4px rgba(0,0,0,0.5);
}

.site-navigation > ul > li:hover > ul > li{
    display:block;
    clear:both;
    vertical-align:top;
    margin:0px 0px 0px 0px;
    padding:0px 0px 0px 0px;
}

.site-navigation > ul > li:hover > ul > li a,
.site-navigation > ul > li:hover > ul > li a:active,
.site-navigation > ul > li:hover > ul > li a:visited{
    display:block;
    clear:both;
    vertical-align:top;
    margin:0px;
    padding:6px 18px;
    min-width:200px;
    color:#7d7d7d;
    font-size:13px;
    text-transform:uppercase;
    border-bottom:1px solid #e7e7e7;
}

.site-navigation > ul > li:hover > ul > li a:hover{
    color:#214a81;
    background:#f5f5f5;
}

.site-navigation > ul > li:hover > ul > li:first-child a,
.site-navigation > ul > li:hover > ul > li:first-child a:active,
.site-navigation > ul > li:hover > ul > li:first-child a:visited{
    border-top:1px solid #e7e7e7;
}

/**
 * 6.0 Content
 * -----------------------------------------------------------------------------
 */

.homepage_video{
    display:block;
    width:100%;
    clear:both;
    vertical-align:middle;
    height:500px;
    position:relative;
	overflow:hidden;
	/* -webkit-box-shadow: inset 0px 0px 12px -3px rgba(0,0,0,0.75);
    -moz-box-shadow: inset 0px 0px 12px -3px rgba(0,0,0,0.75);
    box-shadow: inset 0px 0px 12px -3px rgba(0,0,0,0.75);*/
	border: 4px solid #fff;
	-webkit-box-shadow: 0 1px 4px rgba(0,0,0,.2); -moz-box-shadow: 0 1px 4px rgba(0,0,0,.2); -o-box-shadow: 0 1px 4px rgba(0,0,0,.2); box-shadow: 0 1px 4px rgba(0,0,0,.2); zoom: 1;
	margin-top:10px;
}

a.play_button,
a.play_button:active,
a.play_button:visited{
    display:block;
    width:115px;
    height:115px;
    background-image: url(images/play_button.png);
    background-repeat:no-repeat;
    background-position:center center;
    background-size:100% 100%;
    position:absolute;
    top:50%;
    left:50%;
    margin:-57.5px 0px 0px -57.5px;
    opacity:0.8;
	text-indent:-9999;
}

.programs_container{
    display:table;
    width:100%;
    max-width:100%;
    margin:0px auto;
    clear:both;
    vertical-align:top;
    text-align:center;
    background:#f0eff4;
}
.programs_container_inner{
    display:table;
    width:100%;
    max-width:100%;
    margin:0px auto;
    clear:both;
    vertical-align:top;
    text-align:center;
    
}

.programs{
    display:block;
    width:auto;
    max-width:1200px;
    margin:0px auto;
    clear:both;
    vertical-align:top;
    position:relative;
    z-index:1337;
    text-align:center;
}

.programs .program{
    display:inline-block;
    width:23%;
    max-width:24%;
    height:auto;
    margin:-50px 0px 0px 0px;
    vertical-align:top;
    text-align:center;
    position:relative;
    cursor:pointer;
}
.programs .program_inner{
    display:inline-block;
	/*float:left;*/
    width:24%;
    max-width:25%;
    height:auto;
    margin:0px 0px 0px 0px;
    vertical-align:top;
    text-align:center;
    position:relative;
    cursor:pointer;
}

.program_header{
    border-radius: 50%;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	-khtml-border-radius: 50%;
    width:217px;
    height:217px;
    margin:0px auto;
    background-position:center 0px;
    background-repeat:no-repeat;
    background-size:auto 100%;
    -webkit-box-shadow: 0px 0px 12px -3px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 0px 12px -3px rgba(0,0,0,0.75);
    box-shadow: 0px 0px 12px -3px rgba(0,0,0,0.75);
}

.program_title{
    display:block;
    width:100%;
    max-width:100%;
    font-size:22px;
    color:#133d6a;
    text-transform:uppercase;
    margin:0px auto;
    padding:15px 0px;
}

.program_desc{
    font-size:15px;
    /*height:120px;
    max-height:150px;*/
	height:145px;
    max-height:160px;
    overflow-y:auto;
    padding:0px 10px;
}
.program_inner_desc{font-size:15px;
    height:130px;
    max-height:150px;
    overflow-y:auto;
    padding:0px 10px;}
.program-readmore{ height:60px;}

.program_desc::after{
    content:" ";
    display:block;
    position:absolute;
    width:49px;
    height:46px;
    background-image: url(images/programs_expand.png);
    background-position: 0px 0px;
    background-repeat: no-repeat;
    background-size:100% auto;
    left:50%;
    bottom:-23px;
    margin:0px 0px 0px -23px;
    z-index:2;
}

.program.active .program_desc::after,
.program:hover .program_desc::after{
    background-position: 0px -46px;
}

a.play_button:hover{
    opacity:1;
}

.hentry {
	margin: 0 auto 48px;
	max-width: 100%;
}

article.post img{
    vertical-align:middle;
    float:left;
    max-width:30%;
    height:auto;
    padding-right:20px;
}

.site-content .hentry{ overflow:hidden; max-width:100% !important; float:left;}

.site-content .entry-header,
.site-content .entry-content,
.site-content .entry-summary,
.site-content .entry-meta,
.page-content {
	margin: 0 auto;
	max-width: 474px;
}

.page-content {
	margin-bottom: 48px;
}

.page_content{
    max-width:1200px;
	width:100%;
    height:auto;
    clear:both;
    vertical-align:top;
    text-align:left;
    margin:0px auto;
    padding:0px 0 0 0px;
	min-height:200px;

}

h1,h2,h3{
    display:block;
    clear:both;
    vertical-align:center;
    width:100%;
    max-width:100%;
    font-size:22px;
    text-transform:uppercase;
    color:#323232;
    font-weight:normal;
    background:transparent;
    padding:10px 0px 10px 0px;
    margin:40px 0px 20px 0px;
    border-bottom:7px solid #718ba6;
    position:relative;
}

h1::after,h2::after,h3::after{
    content:" ";
    display:block;
    position:absolute;
    width:25%;
    max-width:185px;
    height:7px;
    background:#133d6a;
    border-right:2px solid #ffffff;
    left:0px;
    bottom:-7px;
    vertical-align:middle;
}

.gallery_icon{
    display:inline-block;
    width:25px;
    height:25px;
    vertical-align:middle;
    background: url(images/gallery_icon.png) center center no-repeat;
    margin:-4px 0px 0px 10px;
}

.loading{
	display:block;
	width:100%;
	max-width:100%;
	min-height:32px;
	background-image: url(images/loading.gif);
	background-position: center center;
	background-repeat:no-repeat;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

.footer_container{
    display:block;
    width:100%;
    max-width:100%;
    background:#222222;
    border-top:3px solid #256fbe;
}

.footer{
    display:table;
    max-width:1200px;
    width:100%;
    height:auto;
    clear:both;
    vertical-align:top;
    margin:0px auto;
    padding:50px 0px 20px 0px;
}

.footer_column{
    display:table-cell;
    width:25%;
    height:auto;
    color:#bbbbbb;
    font-size:15px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    padding:0px 20px 0px 0px;
}

.footer_column_title{
    display:inline-block;
    width:auto;
    font-size:18px;
    color:#ffffff;
    text-transform:uppercase;
    padding:0px 0px 10px 0px;
    margin:0px 0px 20px 0px;
    border-bottom:4px solid #133d6a;
}

.footer_column .social_icons{
    display:inline-block;
    vertical-align:middle;
    float:left;
	width:100%;
}

.footer_column .social_icons a,
.footer_column .social_icons a:active,
.footer_column .social_icons a:visited{
    font-size:24px;
    color:#235e9d;
    vertical-align:middle;
    padding:20px 5px 0px 5px;
}

.footer_column .social_icons a:hover{
    color:#3773b2;
}

.footer_column .location{
    display:block;
    clear:both;
    width:90%;
    max-width:90%;
    border-bottom:1px solid #000000;
    border-top:1px solid #2e2e2e;
    padding:6px 10px;
    margin:0px 20px 0px 0px;
}

.footer_column > .location:nth-child(3){
    border-width:0px 0px 1px 0px;
}

.footer_column > .location:last-child{
    border-width:1px 0px 0px 0px;
}

.footer_column .location_title{
    display:block;
    clear:both;
    width:100%;
    max-width:100%;
    font-style:italic;
    color:#6b97c5;
    font-size:15px;
    padding:0px 0px 5px 0px;
}

.footer_column .location_address{
    display:block;
    clear:both;
    width:100%;
    max-width:100%;
    color:#b5b5b5;
    padding:0px 0px 0px 0px;
    vertical-align:middle;
    line-height:1.2;
}

.footer_column .location_phone_number{
    display:block;
    clear:both;
    width:100%;
    max-width:100%;
    color:#4080c5;
    padding:0px 0px 0px 0px;
    vertical-align:middle;
    line-height:1.2;
}

.footer_column .location_address .icon{
    display:inline-block;
    font-size:34px;
    color:#133d6a;
    vertical-align:middle;
    padding:0px 10px;
}

.footer_column .location_phone_number .icon{
    display:inline-block;
    font-size:24px;
    color:#133d6a;
    vertical-align:middle;
    padding:0px 10px;
}

.footer_column .location_address span{
    display:inline-block;
    vertical-align:middle;
    padding:0px 0px;
}

.footer_column .location_phone_number a,
.footer_column .location_phone_number a:active,
.footer_column .location_phone_number a:visited{
    display:inline-block;
    vertical-align:middle;
    padding:0px 0px;
    color:#4080c5;
}

.footer_copyright{
    display:block;
    width:100%;
    max-width:100%;
    padding:10px 0px;
    text-align:center;
    color:#999999;
    font-size:12px;
    background:#2a2a2a;
    border-top:1px solid #444444;
}

.footer_copyright_inner{
    display:table;
    clear:both;
    vertical-align:top;
    masx-width:1200px;
    width:100%;
    text-align:left;
    margin:0px auto;
}

.footer_copyright_inner_left{
    display:inline-block;
    vertical-align:middle;
    float:left;
    text-align:left;
}

.footer_copyright_inner_left a,
.footer_copyright_inner_left a:active,
.footer_copyright_inner_left a:visited{
    color:#4080c5;
}

.footer_copyright_inner_left a:hover{
    color:#68a1de;
}

.footer_copyright_inner_right{
    display:inline-block;
    vertical-align:middle;
    float:right;
    text-align:right;
}

.footer-menu ul{
    display:block;
    padding:0px;
    margin:0px;
    list-style-type:none;
}

.footer-menu ul li{
    display:inline-block;
    float:left;
    vertical-align:middle;
    padding:0px;
    margin:0px;
}

.footer-menu ul li a,
.footer-menu ul li a:active,
.footer-menu ul li a:visited{
    display:block;
    margin:0px;
    font-size:12px;
    color:#999999;
    border-right:1px solid #999999;
    border-left:1px solid #505050;
    text-transform:uppercase;
    padding:0px 10px;
}

.footer-menu ul li:first-child a,
.footer-menu ul li:first-child a:active,
.footer-menu ul li:first-child a:visited{
    border-width:0px 1px 0px 0px;
}

.footer-menu ul li:last-child a,
.footer-menu ul li:last-child a:active,
.footer-menu ul li:last-child a:visited{
    border-width:0px 0px 0px 1px;
}

.footer-menu ul li a:hover{
    color:#4080c5;
}

.contact_form_spacer{
    display:block;
    width:100%;
    clear:both;
    vertical-align:middle;
    /*height:600px;*/
	height:646px;
    position:relative;
    z-index:99;
}

.contact_form{
    display:block;
    width:100%;
    clear:both;
    vertical-align:middle;
    /*height:600px;*/ height:646px;
    -webkit-box-shadow: inset 0px 0px 12px -3px rgba(0,0,0,0.75);
    -moz-box-shadow: inset 0px 0px 12px -3px rgba(0,0,0,0.75);
    box-shadow: inset 0px 0px 12px -3px rgba(0,0,0,0.75);
    position: absolute;
	left:0px;
	right:0px;
    z-index:100;
}

.contact_form_body{
	display:table;
	max-width:1200px;
	width:100%;
	/*height:630px;*/ height:676px;
	position:relative;
	margin:-30px auto 0px auto;
	background:#ffffff;
    -webkit-box-shadow: 0px 0px 18px rgba(0,0,0,0.3);
    -moz-box-shadow: 0px 0px 18px rgba(0,0,0,0.3);
    box-shadow: 0px 0px 18px rgba(0,0,0,0.3);
}

.contact_form_boxes{
	display:table-cell;
	vertical-align:top;
	width:70%;
	max-width:70%;
	height:100%;
	/*padding:46px 0 46px 50px;*/
	white-space: nowrap;
	/*padding:37px 0 37px 50px;*/
	padding:30px 0 30px 50px;
}

.contact_form_boxes h1{
	display:block;
	clear:both;
	vertical-align:top;
	font-size:28px;
	color:#09245F;
	font-weight:light;
	text-transform:none;
	margin:0px;
	padding:0px;
	background:none;
	border:none;
	white-space: normal;
}

.contact_form_boxes h1::after{ display:none; }

.contact_form_boxes_description{
	font-size:15px;
	color:#777777;
	margin:28px 0px 0px 0px;
	white-space: normal;
	line-height:1.5;
}

.contact_form_boxes_description ul{
	display:block;
    margin:30px 15px 30px 15px;
    padding:0px;
}

.contact_form_boxes_description ul li{
    margin:0px;
    padding:4px 0px 4px 12px;
    border-bottom:1px solid #e2e6ed;
    list-style-type:circle;
}

.contact_form form{
	display:table-cell;
	vertical-align:top;
	width:30%;
	max-width:30%;
	height:100%;
	background-color:#6d88b5;
	background-image: url(images/contact_form_bg.png);
	background-repeat: no-repeat;
	background-position: center bottom;
	background-size:100% auto;
}

.contact_title{
    display:block;
    clear:both;
    vertical-align:top;
    width:100%;
    text-align:center;
    vertical-align:top;
    color:#ffffff;
    font-size:28px;
    line-height:40px;
    font-weight:bold;
    text-transform:uppercase;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    padding:34px 0px;
    margin:0px auto;
    border-bottom:1px solid #3a4f72;
}

.contact_title .icon{
    font-size:40px;
    vertical-align:top;
    color:#ffffff;
    padding-right:10px;
} 

.contact_fields{
    display:block;
    clear:both;
    vertical-align:top;
    width:100%;
    text-align:center;
    vertical-align:top;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    padding:25px 0px 0px 0px;
    margin:0px auto;
    border-top:1px solid #8aa9de;
}

.contact_fields input[type="text"],
.contact_fields textarea{
    display:block;
    clear:both;
    vertical-align:top;
    width:85%;
    font-size:12px;
    margin:16px auto;
    padding:0px 12px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    text-transform:uppercase;
}
.contact_fields input[type="text"] { height:45px;}

.contact_fields textarea{
    height:120px;  padding:5px 12px;
}

.contact_fields input[type="submit"]{
    display:inline-block;
    width:auto;
    padding:18px 40px 14px 40px;
    margin:0px;
    background:#3f5984;
    border:none;
    position:relative;
    vertical-align:top;
    border-bottom:4px solid #4b699c;
	overflow-y: hidden
}

.newsletter_container_spacer{
    display:block;
    width:100%;
    clear:both;
    vertical-align:middle;
    height:170px;
    position:relative;
    z-index:99;
    margin:40px auto;
}

.newsletter_container{
    display:block;
    width:100%;
    clear:both;
    vertical-align:middle;
    height:170px;
    position:absolute;
	left:0px;
	right:0px;
    z-index:100;
    margin:40px auto;
}

.newsletter_body{
	display:table;
	max-width:1200px;
	width:100%;
	position:relative;
	margin:70px auto 0px auto;
    padding:0px;
}

.newsletter_body .icon{
    font-size:160px;
    opacity:0.2;
    position:absolute;
    margin:-110px 0px 0px 0px;
    color:#ffffff;
}
.newsletter_body input[type="text"] { height:40px;}
.newsletter_title{
    display:inline-block;
    float:left;
    vertical-align:middle;
    font-size:18px;
    text-transform:uppercase;
    font-weight:bold;
    color:#ffffff;
    text-align:left;
    padding:0px 0px 0px 160px;
}

.newsletter_title .icon{
    font-size:70px;
    opacity:0.85;
    position:absolute;
    margin:-20px 0px 0px -75px;
	line-height:40px;
}

.newsletter_body form{
    display:inline-block;
    float:right;
    vertical-align:middle;
}

input[type="text"]{
    display:inline-block;
    width:300px;
}

input[type="submit"]{
    display:inline-block;
    width:auto;
    padding:12px 40px 8px 40px;
    margin:0px;
    background:#20437d;
    border:none;
    position:relative;
    vertical-align:top;
    border-bottom:4px solid #0f3169;
	overflow:hidden
}

input[type="submit"]:hover{
    background:#2c5394;
}

.image_carousel{
    display:block;
    width:100%;
    height:auto;
    vertical-align:middle;
    margin:80px auto 80px auto;
    padding:0px;
    text-align:left;
}

.carousel{
    display:block;
    width:100%;
    height:auto;
    vertical-align:middle;
    margin:0px auto;
    padding:0px;
    text-align:center;
}

.carousel div{
    vertical-align:middle;
    padding:0px 20px;
}

.carousel img{
    vertical-align:middle;
}

/**
 * 6.12 Gallery
 * -----------------------------------------------------------------------------
 */

.nextgen_pro_thumbnail_grid{
}

.image-wrapper{
    margin:2px;
    width:24%;
    position:relative;
}

.image-wrapper img{
    width:100%;
    max-width:100%;
    height:auto;
	border:none;
}

.image-wrapper:hover{
    cursor:pointer;
}

.image-wrapper:hover::after{
    content:" ";
    position:absolute;
    top:0px;
    left:0px;
    right:0px;
    bottom:0px;
    background-color:rgba(19,61,106, 0.8);
    background-image: url(images/plus.png);
    background-position:center center;
    background-repeat:no-repeat;
}

.nextgen_pro_thumbnail_grid .ngg-trigger-buttons,
.nextgen_pro_thumbnail_grid .ngg-navigation{
    display:none !important;
}

/**
 * 6.12 News & Events + Blog Posts
 * -----------------------------------------------------------------------------
 */

 /*
 News & Events Posts:
 ------------------------------
 */
 
.news_and_events{
    display:inline-block;
    width:60%;
    vertical-align:top;
    text-align:left;
    padding-right:25px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

.news_and_events .posts_container{
    display:table;
    width:100%;
    max-width:100%;
    vertical-align:top;
    padding:0px;
    margin:0px auto;
}

.news_and_events .post_row{
    display:block;
    width:100%;
    max-width:100%;
    vertical-align:top;
    padding:0px 0px;
    margin:0px auto 20px;
    cursor:pointer;
    white-space: nowrap;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

/*.news_and_events .posts_container .post_row:nth-child(2),
.news_and_events .posts_container .post_row:nth-child(3){
    width:49%;
    display:inline-block;
    vertical-align:top;
}

.news_and_events .posts_container .post_row:nth-child(2){
    float:left;
}

.news_and_events .posts_container .post_row:nth-child(3){
    float:right;
}*/

.news_and_events .post_row .post_image{
    display:block;
    width:100%;
    max-width:100%;
    height:auto;
    max-height:300px;
    overflow-y:hidden;
    margin:0px;
    padding:0px;
    vertical-align:top;
    clear:both;
    position:relative;
}

/*.news_and_events .posts_container .post_row:nth-child(2) .post_image,
.news_and_events .posts_container .post_row:nth-child(3) .post_image{
    max-height:200px;
}
*/
.news_and_events .post_row img{
    display:block;
    width:100%;
    max-width:100%;
    height:auto;
    margin:0px;
    padding:0px;
    vertical-align:top;
    clear:both;
    position:relative;
    /*margin-top:-25%;*/
}

.news_and_events .post_row .post_date{
    display:inline-block;
    width:80px;
    height:60px;
    text-align:center;
    clear:both;
    padding:20px 0px 0px 0px;
    margin:20px 0px 0px 0px;
    border-left:1px solid #f0f0f0;
    border-right:1px solid #f0f0f0;
    border-bottom:1px solid #f0f0f0;
    position:relative;
    vertical-align:top;
    color:#444444;
    white-space: normal;
}

.news_and_events .post_row .post_date span{
    color:#009999;
}

.news_and_events .post_row .post_date::after{
    content:" ";
    width:100%;
    height:11px;
    top:0px;
    left:0px;
    background:#133d6a url(images/date_line.jpg) center center no-repeat;
    position:absolute;
}

.news_and_events .post_row .post_body{
    display:inline-block;
	width: -moz-calc(100% - 90px);    /* Firefox */
	width: -webkit-calc(100% - 90px); /* WebKit */
	width: -o-calc(100% - 90px);      /* Opera */
	width: calc(100% - 90px);         /* Standard */
    text-align:left;
    padding:20px 0px 0px 10px;
    margin:0px;
    vertical-align:top;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    white-space: normal;
}

.news_and_events .post_row .post_body h4{
    width:100%;
    max-width:100%;
    height:auto;
    margin:0px;
    padding:0px 0px 10px 0px;
    vertical-align:top;
    clear:both;
    font-size:15px;
    color:#000000;
    text-transform:none;
}

.news_and_events .post_row .post_body .post_content{
    width:100%;
    max-width:100%;
    max-height:115px;
    margin:0px;
    padding:0px;
    vertical-align:top;
    clear:both;
    font-size:15px;
    color:#666666;
    text-transform:none;
	overflow-x:auto;
}

 /*
 Blog Posts:
 ------------------------------
 */
 
.blog_posts{
    display:inline-block;
    width:38%;
    vertical-align:top;
    text-align:left;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

.blog_posts .posts_container{
    /*display:table;*/
	display:inline-block;
    width:100%;
    max-width:100%;
    vertical-align:top;
    padding:0px;
    margin:0px auto;
}

.blog_posts .post_row{
    display:block;
    width:100%;
    max-width:100%;
    vertical-align:top;
    padding:5x 0px;
    margin:0px auto 15px auto;
    cursor:pointer;
    white-space: nowrap;
}

.blog_posts .post_row .post_image{
    display:inline-block;
    width:120px;
    max-width:120px;
    height:auto;
    margin:3px 0px 0px 0px;
}

.blog_posts .posts_container .post_row:nth-child(1) .post_image{
    display:block;
    width:100%;
    max-width:100%;
    height:auto;
    max-height:190px;
    overflow-y:hidden;
    margin:0px;
    padding:0px;
    vertical-align:top;
    clear:both;
    position:relative;
}

.blog_posts .post_row img{
    display:block;
    width:100%;
    max-width:100%;
    height:auto;
    margin:0px;
    padding:0px;
    vertical-align:top;
    clear:both;
    position:relative;
    /*margin-top:-25%;*/
}

.blog_posts .post_row .post_date{
    display:block;
    text-align:left;
    clear:both;
    padding:0px 0px 2px 0px;
    margin:0px 0px 0px 0px;
    vertical-align:top;
    color:#666666;
    font-size:10px;
    white-space: normal;
}

.blog_posts .post_row .post_body{
    display:inline-block;
	width: -moz-calc(100% - 120px);    /* Firefox */
	width: -webkit-calc(100% - 120px); /* WebKit */
	width: -o-calc(100% - 120px);      /* Opera */
	width: calc(100% - 120px);         /* Standard */
    text-align:left;
    padding:0px 0px 0px 5px;
    margin:0px;
    vertical-align:top;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    white-space: normal;
}

.blog_posts .posts_container .post_row:nth-child(1) .post_body{
    display:block;
    width:100%;
    max-width:100%;
    padding:10px 0px 0px 0px;
}

.blog_posts .post_row .post_body h4{
    width:100%;
    max-width:100%;
    height:auto;
    margin:0px;
    padding:0px 0px 2px 0px;
    vertical-align:top;
    clear:both;
    font-size:15px;
    color:#000000;
    text-transform:none;
}

.blog_posts .post_row .post_body .post_content{
    width:100%;
    max-width:100%;
    height:auto;
    margin:0px;
    padding:0px;
    vertical-align:top;
    clear:both;
    font-size:15px;
    color:#666666;
    text-transform:none;
}


/**
 * 6.13 Footer Blog Posts
 * -----------------------------------------------------------------------------
 */


.footer_column .posts_container{
    display:table;
    width:100%;
    max-width:100%;
    vertical-align:top;
    padding:0px;
    margin:0px auto;
}

.footer_column .post_row{
    display:block;
    width:100%;
    max-width:100%;
    vertical-align:top;
    padding:10px 0px;
    margin:0px auto;
    cursor:pointer;
    white-space: nowrap;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

.footer_column .post_row .post_image{
    display:inline-block;
    width:85px;
    max-width:100px;
    height:auto;
    max-height:64px;
    overflow-y:hidden;
    margin:4px 0px 0px 0px;
    padding:0px;
    vertical-align:top;
    clear:both;
    position:relative;
}

.footer_column .post_row img{
    display:block;
    width:100%;
    max-width:100%;
    height:auto;
    margin:0px;
    padding:0px;
    vertical-align:top;
    clear:both;
    position:relative;
}

.footer_column .post_row .post_body{
    display:inline-block;
	width: -moz-calc(100% - 85px);    /* Firefox */
	width: -webkit-calc(100% - 85px); /* WebKit */
	width: -o-calc(100% - 85px);      /* Opera */
	width: calc(100% - 85px);         /* Standard */
    text-align:left;
    padding:0px 0px 0px 10px;
    margin:0px;
    vertical-align:top;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    white-space: normal;
}

.footer_column .post_row .post_body h4{
    width:100%;
    max-width:100%;
    height:auto;
    margin:0px;
    padding:0px 0px 5px 0px;
    vertical-align:top;
    clear:both;
    font-size:15px;
    font-weight:normal;
    color:#4080c5;
    text-transform:none;
}

.footer_column .post_row .post_body .post_content{
    width:100%;
    max-width:100%;
    height:auto;
    margin:0px;
    padding:0px;
    vertical-align:top;
    clear:both;
    font-size:14px;
    color:#bbbbbb;
    text-transform:none;
}


/**
 * 6.14 Google Maps iFrame
 * -----------------------------------------------------------------------------
 */

.map{
    display:block;
    width:100%;
    max-width:100%;
    height:500px;
    border-top:3px solid #256fbe;
}

/**
 * 7.0 Sidebars
 * -----------------------------------------------------------------------------
 */

/* Secondary */

#secondary {
	background-color: #000;
	border-top: 1px solid #000;
	border-bottom: 1px solid rgba(255, 255, 255, 0.2);
	clear: both;
	color: rgba(255, 255, 255, 0.7);
	margin-top: -1px;
	padding: 0 10px;
	position: relative;
	z-index: 2;
}

/* Primary Sidebar */

.primary-sidebar {
	padding-top: 48px;
}

.secondary-navigation + .primary-sidebar {
	padding-top: 0;
}

/* Content Sidebar */

.content-sidebar {
	border-top: 1px solid rgba(0, 0, 0, 0.1);
	border-bottom: 1px solid rgba(0, 0, 0, 0.1);
	-webkit-box-sizing: border-box;
	-moz-box-sizing:    border-box;
	box-sizing:         border-box;
	color: #767676;
	padding: 48px 10px 0;
}


/**
 * 11.0 Media Queries
 * -----------------------------------------------------------------------------
 */

/* Does the same thing as <meta name="viewport" content="width=device-width">,
 * but in the future W3C standard way. -ms- prefix is required for IE10+ to
 * render responsive styling in Windows 8 "snapped" views; IE10+ does not honor
 * the meta tag. See http://core.trac.wordpress.org/ticket/25888.
 */
@-ms-viewport {
	width: device-width;
}

@viewport {
	width: device-width;
}
/*#content p { margin-bottom:0 !important; line-height:15px; }*/

@media screen and (max-width: 1280px) {
	
}

@media screen and (max-width: 1120px) {
	
}

@media screen and (max-width: 1080px) {
	
}

@media screen and (max-width: 960px) {
	
}

@media screen and (max-width: 800px) {
	
}

@media screen and (max-width: 640px) {
	
}

@media screen and (max-width: 400px) {
	
}

@media screen and (max-width: 320px) {
	
}

/**
 * 12.0 Print
 * -----------------------------------------------------------------------------
 */

@media print {
	body {
		background: none !important; /* Brute force since user agents all print differently. */
		color: #2b2b2b;
		font-size: 12pt;
	}
}


/*New style here...1/12/2016*/
a.readmore{ font-size:13px; padding:3px 12px 5px 12px; background:#133d6a; color:#fff; clear:both; margin-top:0px; }
a.readless{ font-size:13px; padding:3px 12px 5px 12px; background:#133d6a; color:#fff; clear:both; margin-top:0px;}
#demo article{background:#f5f5f5; padding:2% 2% 0 2%; position:relative; z-index:999;}
#demo article a{color:#133d6a; cursor:pointer; position:relative; z-index:9999; text-decoration:underline;}
#demo article a:hover{text-decoration:none;}
#demo .read-more{background:#f5f5f5; padding:1% 0 1.8% 2%; margin-bottom:30px; clear:both;}
.leadership{width:100%; padding-bottom:30px; float:left; background:#fff;  box-sizing:border-box;}
.leadership h5{margin:0; padding:0 0 10px 0; color:#00245d;}
.leadership p{margin:0; padding:5px 0; width:100%; font-size:15px; line-height:21px; font-family: 'Lato', sans-serif;}

.effect2
{
  position: relative;
}
.effect2:before, .effect2:after
{
  z-index: -1;
  position: absolute;
  content: "";
  bottom: 15px;
  left: 10px;
  width: 50%;
  top: 70%;
  max-width:300px;
  background: #777;
  -webkit-box-shadow: 0 15px 10px #777;
  -moz-box-shadow: 0 15px 10px #777;
  box-shadow: 0 15px 10px #777;
  -webkit-transform: rotate(-2deg);
  -moz-transform: rotate(-2deg);
  -o-transform: rotate(-2deg);
  -ms-transform: rotate(-2deg);
  transform: rotate(-2deg);
}
.effect2:after
{
  -webkit-transform: rotate(2deg);
  -moz-transform: rotate(2deg);
  -o-transform: rotate(2deg);
  -ms-transform: rotate(2deg);
  transform: rotate(2deg);
  right: 10px;
  left: auto;
}

.site-content article h1, .site-content article h2, .site-content article h3, .site-content article h4, .site-content article h5, .site-content article h6{clear:none; position:relative;}
.site-content article h4:before{content:''; border-bottom:solid 2px #718ba6; position:absolute; left:0; width:100%; bottom:5px;}
.site-content article h4 span{position:relative; text-transform:uppercase;}
.site-content article h4 span:after{    content: " ";
    display: block;
    position: absolute;
    width: 190px;
    height:2px;
    background: #133d6a;
    border-right: 2px solid #ffffff;
    left: 0px;
   bottom: -9px;
    vertical-align: middle;
}

.site-content article section{clear:both;}
.site-content article h4{margin-top:0px;     margin-bottom: 10px; padding-top:5px;     padding-bottom: 15px;}
.site-content article p{font-size:15px; line-height:20px;}
.site-content article img{ margin-bottom:30px; border-radius:12px; border:solid 1px #ddd; padding:0px; width: 455px;}
.site-content article ul{margin:0px 0 20px 0px; padding:0; line-height:20px; list-style-type:none;/* display:inline-block;*/}
.site-content article ul li{padding:7px 0 7px 20px; width:97%; background:url(images/icon.jpg) no-repeat left 13px; font-size:15px;}
.site-content article .left-img{width:48%; float:left;}
.site-content article .right-img{width:48%; float:right;}
.site-content article .right-img img, .site-content article .left-img img{margin-right:0 !important; width:100%; /*min-height:365px;*/ margin-bottom:20px !important; border-radius:0px; border:0px;}
.site-content article .post_date{display:inline-block; clear:both; color:#133d6a; font-weight:bold; font-size:15px;}
.fl{float:left;}
.clear{clear:both;}

section{width:100%; clear:both; float:left; padding:20px 0;}
.testimonial {
      color: #2b2b2b;
  position: relative;
  background: #f3f3f3;
  padding:5px 0;
  text-align:center;
  list-style-type:none;
  margin:0;
}
.testimonial:before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: -9999px;
    right: 0;
    border-left: 9999px solid #f3f3f3;
    box-shadow: 9999px 0 0 #f3f3f3;
}
.testimonial li{width:100%; padding:20px 0; border-bottom:solid 1px #ddd;     font-family: 'Lato', sans-serif; font-size:16px; font-weight:normal; text-align:right;  margin:0 auto; width:95%;}
.testimonial li:last-child{border-bottom:0px;}
.testimonial p{text-align:right; line-height:25px; color:#797979; margin:0; padding:8px 0; font-style:italic;}
.testimonial strong{color:#09245f; font-size:16px; font-weight:700;}
.testimonial span{color:#09245f; font-size:15px;}

.clear{clear:both;}

.gray-sec{padding:30px 0; width:100%; position: relative;}
.gray-sec{padding:30px 0; width:100%; background: #f3f3f3;}
.gray-sec:before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: -9999px;
    right: 0;
    border-left: 9999px solid #f3f3f3;
    box-shadow: 9999px 0 0 #f3f3f3;
}

.program-con{font-family: 'Lato', sans-serif;}
.program-con article h4 {
	font-family: 'Lato', sans-serif;
    margin-top: 0px;
    margin-bottom:0px;
	padding-bottom:20px;
    padding-top:5px;
	font-size:30px;
	font-weight:900;
	color: #00245d;
}
.program-con article h4:before{ border-bottom:0px;}
.program-con article p{font-size:15px; line-height:25px; color:#777;}
.program-con article ul li{font-size:15px; line-height:25px; padding: 3px 0 3px 20px; background-position:left 12px;}
.program-con article .h-logo li{padding: 5px;}




.location-main{width:100%; float:left; clear:both; margin:0 !important; padding:0; list-style-type:none;}
.location-main li{float:left; width:100%; margin-bottom:30px; background:#f5f5f5; box-shadow: 0 8px 6px -6px #999; padding:0 !important; background-image:none !important;}
.location-main li .location-address{float:right; padding:0 0 1% 3%; width:57%; /*width:50%;*/}
.location-main li .location-address .location_address{float:left; width:100%;}
.location-main li .location-address .icon{ font-size:30px; line-height:45px; float:left; padding-right:12px;}
.location-main li .location-address .location_phone_number{ line-height:34px; clear:both; font-size:17px;}
.location-main li .location-address .value{ padding-bottom:10px; float:left; font-size:17px; line-height:25px;}
.location-main li .location-img{float:left; line-height:0 !important; width:37%;/*width:auto;*/ padding-bottom:15px;}
.location-main li .location-img img{margin:0px !important; /*padding:0 !important; width:100%;*/ border-radius:12px; border:solid 1px #ddd; padding:1px;}

.location_title{font-size: 20px;
    width: 100%;
    padding-bottom: 20px;
    padding-top: 15px;}

.location{width:50%; float:left;}
.location-content{ float:right; width:48%;}
.location-content h3{font-size:20px; font-weight:bold; margin:0 0 20px 0;}
.location-content p{font-size:15px;}


.main-title{width:100%; text-align:center; float:left; padding-bottom:15px; margin-bottom:35px; 
    background-size: cover;
    position: relative;}
.main-title:before {content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    background: rgba(225, 225, 225, 0.50);}
.main-title h1{ text-align:center; text-transform:none; color:#09245f; border-bottom:0;  font-weight:700; font-size:58px; letter-spacing:0px; /*margin: 15px 0px 8px 0px;*/ margin:30px 0px 20px 0px; font-family: 'Lato', sans-serif; line-height: 58px;}
.main-title h1:after, .header-title h2:after, .header-title h3:after {display:none;}

.header-title{width:64%; text-align:center; margin:0 auto;}
.header-title h2{margin:0; padding:0 0 15px 0; text-align:center; width:100%; clear:both; font-family: 'Lato', sans-serif; font-size:35px; font-weight:700;     color: #003366; border:0;}
.header-title h3{margin:0; padding:0 0 15px 0; text-align:center; width:100%; clear:both; font-family: 'Lato', sans-serif; font-size:22px; font-weight:700; color:#000; text-transform:none; border:0;}
.header-title p{font-size:20px; line-height:26px; color:#888;}
.site-content article .header-title p{margin:0; padding:0; font-size:15px; line-height:20px; color: #999999;}


.content-img1{float:right; position:relative; /*background:#fff;*/ z-index:9;}
.site-content article .content-img1 img{margin-right:0px; margin-left: 30px;}

.site-content article p h4{margin-right: 490px;}

.service-icon{padding:0; list-style-type:none; display:table; margin:40px auto;}
.service-icon li{/*float:left;*/width:12%; text-align:center; display:table-cell; margin:0; padding:0 !important;}
.service-icon li a{text-decoration:none;     color: #003366;}
.service-icon li .ser-content{margin:0 auto; width:80%;}
.service-icon li .ser-content span{width:100%; text-align:center; display:block; clear:both; padding-top:8px; font-size:15px; line-height:16px; font-family: 'Lato', sans-serif; font-weight:700;}

img.alignleft{margin-top:2px;}

.site-content article .content-img{float:left; position:relative; /*background:#fff;*/ z-index:9;}
.site-content article section.left-image .content-img{float:left; position:relative; /*background:#fff;*/ z-index:9;}
.site-content article section.right-image .content-img{float:right; position:relative; /*background:#fff;*/ z-index:9;}

.site-content article section{margin-top:0; margin-bottom:0; width:100%;}
.site-content article section.left-image{margin-bottom:0; margin-top:20px;}
.site-content article section.right-image{margin-bottom:0; margin-top:20px;}
.site-content article.post img, .site-content article.news_and_events img{max-width: 92%;}



.cont-page{ position:relative; max-width:603px; left:50%; margin-left:-300px; height:auto;}
.cont-page .contact_fields{padding-bottom:35px;}
.cont-page form{background-size: 100% 112px;}

.news_and_events_detail .post_row {
    box-sizing: border-box;
    cursor: pointer;
    display: block;
    margin:0 0 30px 0;
    max-width: 100%;
    padding: 10px 0;
    vertical-align: top;
    white-space: nowrap;
    width: 100%;
	float:left;
	position:relative;
}
.news_and_events_detail .post_row .post_image {
    position: relative;
    vertical-align: middle;
    width:40%;
	float:left;
	max-height:350px; 
	overflow:hidden;
}
.news_and_events_detail .post_row img {
    clear: both;
    display: block;
    height: auto;
    margin: 0;
    max-width: 100%;
    padding: 0;
    position: relative;
    vertical-align: top;
    width: 100%;
}
.news_and_events_detail .post_row .post_date::after {
    background: #133d6a url("images/date_line.jpg") no-repeat scroll center center;
    content: " ";
    height: 11px;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}
.news_and_events_detail .post_row .post_date {
    border-bottom: 1px solid #f0f0f0;
    border-left: 1px solid #f0f0f0;
    border-right: 1px solid #f0f0f0;
	background:#fff;
    clear: both;
    color: #444444;
    display: inline-block;
    height: 60px;
    margin:10px 0 0px 0;
    padding: 20px 0 0;
    position: relative;
    text-align: center;
    vertical-align: top;
    white-space: normal;
    width: 80px;
	position:absolute;
	left:10px;
}
.news_and_events_detail .post_row .post_date span {
    color: #009999;
}
.news_and_events_detail .post_row .post_body {
    box-sizing: border-box;
    display: inline-block;
    margin: 0;
    padding:5px 0 0 35px;
    text-align: left;
    vertical-align: top;
    white-space: normal;
    width:58%;
}
.news_and_events_detail .post_row .post_body h4 {
    clear: both;
    color: #000000;
    font-size: 18px;
    height: auto;
    margin: 0;
    max-width: 100%;
    padding: 0 0 10px;
    text-transform: none;
    vertical-align: top;
    width: 100%;
}
.news_and_events_detail .post_row .post_body .post_content p{ font-size:15px;}

.h-logo{list-style-type:none; padding:0; text-align:center; display:table; width:100%; position:relative; margin:0 0 20px 0;}
.h-logo li{padding:5px; text-align:center; display:inline-block; margin:10px 10px; width:13%;}
.h-logo li img{ max-width:100%;}

.ri-ul{    display: inline-block;}


.page-template-leadership section h2{    
    font-family: 'Lato', sans-serif;
    margin-top: 0px;
    margin-bottom: 0px;
    padding-bottom: 20px;
    padding-top: 5px;
    font-size: 30px;
    font-weight: 900;
    color: #00245d; border:0px; text-transform:none;}
.page-template-leadership section h2:after{display:none;}

.page-template-contact-us .main-content{ margin-bottom:40px;}
.acc-logos{width:100%; float:left; clear:both; margin-bottom:40px; text-align:center;}

/*.wp-playlist .mejs-container{   width: 1060px !important;
        height: 598px !important; margin:0 auto !important;}*/
		
.wp-playlist .mejs-container { width:100% !important}

.home-video-width {width:82%; margin:0 auto}
		
.site-content article img.verticle-img {margin-bottom: 30px;
border-radius: 12px;
border: solid 1px #ddd;
padding: 1px;
width: 280px; }

.site-content article img.missionImg{ width: auto;}


.full-slides{width:100%; float:left; position:relative;}
.sec-bg{width:100%; float:left; padding-bottom:120px; background: #f0eff4;}
.video-bg{width:100%; float:left; background: #f0eff4;}
.video-center{max-width:1200px; margin:0 auto; width:100%; position:relative;}

.footer_column a{color:#bbb}
.paddingleft-0 { padding-left:0 !important; }


.contact-right{float:left; width:100%;}
.site-content .contact-right .comments-area article .comment-meta img{ width:50px; height:auto; margin-right:15px; margin-bottom:15px;}
.site-content .contact-right .comments-area ul li{background:none; padding:0;}
.site-content .category-the-academy{width:100%;}
.site-content article .content-img{   /* width: 40%;*/}
.site-content .contact-right .comments-area article .comment-content{ clear:both;}

#commentform p{margin-bottom:15px;}
#commentform label{ width:90px; float:left;}
#commentform input{width:300px; padding: 0px 12px 0px; box-sizing:border-box; height:35px; overflow-y:hidden; }
#commentform textarea{ box-sizing:border-box; height:120px; width:550px; /*max-width:550px; /*clear:both;*/ display:table;}
#commentform .submit{width:auto; padding:8px 12px 7px;}


#commentform input[type="submit"]{background: #20437d;}
#commentform input[type="submit"]:hover{opacity:0.9;}
.comment-awaiting-moderation { margin-bottom:7px; color:#718BA6; }
.comment-author { color: #133d6a; font-size: 18px; margin-bottom:10px; }
.comment-view ul { width:98%; margin:0 auto !important; }
.comment-view ul li { border-bottom:1px dotted rgba(0, 0, 0, 0.3); padding-top:20px !important; }
.comment-author b.fn { text-transform:capitalize; }
.espanol-box-height { height:140px; }
.espanol_content { width:100%; float:left; margin-top:20px; }
.bxslider, .bxslider2 { margin:0; }
.espanol_title { min-height:60px; line-height:30px; }
.site-content article ul.ri-ul  { width:55%; }
.homepage_announcement a, .tiker ul li a { color:#fff; }
.homepage_announcement a:hover, .tiker ul li a:hover{ color:#95C6F5; }
.hd-email a { color:#fff; }
.hd-email a:hover { color:#95c6f5; }
.family-support article img{ margin-bottom:30px; border-radius:12px; border:solid 1px #ddd; padding:0px; max-width: 455px; width:auto;}
.testimonialsMainDiv .author-nm { color: #00245d; float: left; text-align:right; width:100%; font-size: 18px; line-height: 1.33333; font-weight: 700; padding-top:10px; }
.family-support a { color:#ff6600; }
.family-support a:hover { color:#00245d; }
.site-content article section p {position: relative;z-index: 999;}