/*
Theme Name: OKSBDC
Theme URI: https://wordpress.org/themes/twentyfourteen/
Author: the WordPress team
Author URI: https://wordpress.org/
Description: In 2014, our default theme lets you create a responsive magazine website with a sleek, modern design. Feature your favorite homepage content in either a grid or a slider. Use the three widget areas to customize your website, and change your content's layout with a full-width page template and a contributor page to show off your authors. Creating a magazine website with WordPress has never been easier.
Version: 1.36
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: black, green, white, light, dark, two-columns, three-columns, left-sidebar, right-sidebar, fixed-layout, responsive-layout, custom-background, custom-header, custom-menu, editor-style, featured-images, flexible-header, full-width-template, microformats, post-formats, rtl-language-support, sticky-post, theme-options, translation-ready, accessibility-ready
Text Domain: twentyfourteen

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/

/**
 * Table of Contents:
 *
 * 1.0 - Reset
 * 2.0 - Repeatable Patterns
 * 3.0 - Basic Structure
 * 4.0 - Header
 * 5.0 - Navigation
 * 6.0 - Content
 * 6.1 - Post Thumbnail
 * 6.2 - Entry Header
 * 6.3 - Entry Meta
 * 6.4 - Entry Content
 * 6.5 - Galleries
 * 6.6 - Post Formats
 * 6.7 - Post/Image/Paging Navigation
 * 6.8 - Attachments
 * 6.9 - Archives
 * 6.10 - Contributor Page
 * 6.11 - 404 Page
 * 6.12 - Full-width
 * 6.13 - Singular
 * 6.14 - Comments
 * 7.0 - Sidebar
 * 7.1 - Widgets
 * 7.2 - Content Sidebar Widgets
 * 8.0 - Footer
 * 9.0 - Featured Content
 * 10.0 - Multisite
 * 11.0 - Media Queries
 * 12.0 - Print
 * -----------------------------------------------------------------------------
 */

/**
 * 1.0 Reset
 * Resetting and rebuilding styles have been helped along thanks to the fine
 * work of Eric Meyer, Nicolas Gallagher, Jonathan Neal, and Blueprint.
 * -----------------------------------------------------------------------------
 */

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, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video { margin: 0; padding: 0; border: 0; /*font: inherit;*/ font-size: 100%; vertical-align: baseline; }

html { line-height: 1; }

ol, ul { list-style:none; }

table { border-collapse: collapse; border-spacing: 0; }

caption, th, td { text-align: left; font-weight: normal; vertical-align: middle; }

q, blockquote { quotes: none; }

q::before, q::after, blockquote::before, blockquote::after { content: ""; content: none; }

a img { border: none; }

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary { display: block; }

html { border: none; }

.clearfix::before, .clearfix::after { content: ""; display: table; }

.clearfix::after { clear: both; }

.clearfix { zoom: 1; }

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

iframe{max-width:100%;}

.bs-left{width:55%;float:left;margin-right:5%;}

.bs-right{width:40%;float:left;}

.eg-box{border:1px solid rgb(192, 20, 60);padding:15px;text-align:center;}

.eg-box h3{text-align:center!important;}

.div-row .one-half{
	width: 100%;
    display: block;
}

.div-row .one-half:last-child{
	margin-right: 0;
}

.div-row .one-third{
	width: 100%;
    display: block;
}

.div-row .one-third:last-child{
	margin-right: 0;
}

.div-row .two-fifth{
	width: 100%;
	display: block;
}

.div-row .two-fifth:last-child{
	margin-right: 0;
}

.div-row .three-fifth{
	width: 100%;
	display: block;
}

.div-row .three-fifth:last-child{
	margin-right: 0;
}

#footerBottom h1.widget-title{display:none;}

a{color:rgb(85, 136, 198);text-decoration:none;}

a:hover{color:rgb(209, 18, 66);}

.one-half iframe{max-width:100%;}

@media (min-width: 48em) {
	.div-row .one-half{
		width: 47%;
    	margin-right: 4%;
    	display: inline-block;
    	vertical-align: top;
	}
	.div-row .one-third{
		width: 30%;
		margin-right: 4%;
		display: inline-block;
		vertical-align: top;
	}
	.div-row .two-fifth{
		width: 38.25%;
		margin-right: 4.25%;
		display: inline-block;
		vertical-align: top;
	}
	.div-row .three-fifth{
		width: 57.25%;
		margin-right: 4.25%;
		display: inline-block;
		vertical-align: top;
	}
}

body, html{
	font-family: 'Open Sans', sans-serif;
}

p{
	font-family: 'Open Sans', sans-serif;
	font-size: 1em;
	line-height: 1.75em;
	margin-bottom: 1em;
}

h1,h2,h3,h4,h5,h6{
	font-family: 'Raleway', sans-serif;
	font-weight: 700;
	text-transform: uppercase;
	-webkit-font-feature-settings: "lnum";
	-moz-font-feature-settings: "lnum";
	font-feature-settings: "lnum";
}

h1{
	font-size: 2.5em;
	font-weight: 800;
    color: #002147;
}

.pageTitle h1{
	font-size: 4em;
	font-weight: 800;
    color: #fff;
    text-shadow: 2px 2px 2px rgba(0,0,0,.15);
}

h2{
	font-size: 2em;
	line-height: 1.1em;
    margin-bottom: 10px;
    color: #002147;
}

h3{
	font-size: 1.8em;
	line-height: 1.1em;
	margin-bottom: 10px;
	color: #c0143c;
}

h4{
	font-size: 2em;
	line-height: 1.3em;
	margin-bottom: 10px;
	color: #4891dc;
}

h5{
	font-size: 2em;
	line-height: 1.3em;
	margin-bottom: 10px;
	color: #002147;
}

h6{
	font-size: 1.6em;
	line-height: 1.3em;
	margin-bottom: 10px;
	color: #c0143c;
}

.smallButton, .mediumButton{
	display: inline-block;
	background: #c0143c;
	color: #ffffff;
	padding: .5em 1em;
	font-size: 1.5em;
	font-family: 'Raleway', sans-serif;
	font-weight: 700;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	text-transform: uppercase;
	-webkit-font-feature-settings: "lnum";
	-moz-font-feature-settings: "lnum";
	font-feature-settings: "lnum";
}

.smallButton{
	font-size: 1.2em;
}

.smallButton a, .mediumButton a{
	text-decoration: none;
	color: #ffffff;
}

.smallButton a span, .mediumButton a span{
	margin-left: .75em;
}

.container{
	width: 95%;
	max-width: 1400px;
	padding: 0 2.5%;
	margin: 0 auto;
	position: relative;
}

#header{
	background: #002d62;
	position: relative;
	z-index: 9000;
	min-height: 450px;
}

#header .headerTop{
	position: absolute;
	width: 100%;
    top: 0;
}

#header .logo{
	position: relative;
	width: 300px;
	margin-top: 30px;
	z-index:10;
}

#header #quicklinks{
	position: absolute;
    right: 2.5%;
    top: 11px;
}

#header #navBox{
	position: absolute;
	right: 2.5%;
    top: 55px;
    display: none;
    z-index:10;
	background: rgba(0,0,0,.8);
    padding: 1.75em 1.25em;
    border-radius: .25em;
}

#header #navBox ul.navigation{position:relative;}

#header #navBox li{
	list-style: none;
	display: inline-block;
	margin-right: 1.5em;
	text-transform: uppercase;
	font-family: 'Raleway', sans-serif;
	font-weight: 700;
	font-size:1.3em;
	line-height: 1.4em;
	text-shadow: 1px 1px 1px rgba(0,0,0,0.75);
	-webkit-font-feature-settings: "lnum";
	-moz-font-feature-settings: "lnum";
	font-feature-settings: "lnum";
}

#header #navBox li:last-child{
	margin-right: 0;
}

#header #navBox li a{
	text-decoration: none;
	color: #ffffff;
}

#header #navBox li:last-child a{
	box-shadow: 1px 1px #813c4b, 2px 2px #813c4b, 3px 3px #813c4b;
	background: #d11242;
    padding: 15px 10px;
}

#header .pageTitle{
	position: absolute;
	width: 100%;
    bottom: 50px;
}

#header .pageTitle h1{
	font-weight: 800;
    color: #fff;
}

.pre-header.alert{
	padding: 15px 0;
	background: #f1c400;
	min-height: 40px;
}

.pre-header.alert span{
	line-height: 1.4em;
    font-weight: 700;
}

.pre-header.alert .dashicons-info{
	font-size: 2.8em;
    float: left;
    width: 60px;
    height: 44px;
    line-height: 1em;
}

.pre-header.alert span a{
	color: #002147;
    text-decoration: underline;
}

@media (max-width: 767px) {
	.pre-header.alert span{
		font-size: .9rem;
	}
}

@media (min-width: 48em) {
	#header #navBox{
		display: block;
	}
}

#billboard{
	height: auto;
	max-height:900px;
	background-size: cover;
	overflow: hidden;
	z-index:0;
}

#billboard2{
	height: auto;
	max-height:635px;
	background-color: #ececec;
	background-size: cover;
	border-bottom: 8px solid #b5b5b5;
	overflow: hidden;
	position: relative;
}

#billboard3{
	height: auto;
	background-size: cover;
	overflow: hidden;
	position: relative;
	max-height:550px;
	min-height:450px;
}

#billboard2 img, #billboard3 img{width:100%; height: auto;}

#billboard h1{
	text-align: center;
	color: #ffffff;
	text-transform: uppercase;
	background: #c0143c;
	padding: 25px 0;
}

#billboard h2{
	color: #ffffff;
	margin-top: .4em;
	font-size: 1.9em;
	line-height: 1.4em;
	text-align: center;
	text-transform: uppercase;
	text-shadow: 1px 1px 7px rgba(0, 0, 0, 0.5);
	display: none;
}

#billboard .billboardInner{
	position: relative;
	top: 25em;
}

@media (min-width: 48em) {
	#billboard h2{
		display: block;
	}
}

#billboard #headerDisplay{
	position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: url(images/homepage_banner.JPG);
    background-size: cover!important;
}

#billboard #videoHeader video{
	transform: none!important;
	width: 100%;
	position: absolute;
}

#featuredClient{
	height: 500px;
	background: #002147 url(images/parallax.jpg) no-repeat;
	background-size: cover;
	background-attachment: fixed;
	background-position: center top;
	text-align: center;
}

#featuredClient .featuredInner{
	position: relative;
    top: 10em;
}

#featuredClient h2{
	color: white;
	font-size: 4em;
	line-height: 1.5em;
}

#featuredClient h3{
	background: #c0143c;
	display: inline-block;
	color: white;
	padding: .35em 1em;
}

#featuredClient h3:hover{
	background: #002147;
}

#featuredClient h3 a{
	color: white;
}

#latestVideo{
	background: #ffffff;
	padding: 50px 0;
}

#latestVideo h2{
	font-size: 4em;
	text-align: center;
	color: #002147;
}

#latestVideo h5{
	font-size: 1.3em;
	line-height: 1.8em;
	color: #002147;
}

#locationsBar{
	background: #a9a8a4;
	padding: 50px 0;
	background: url(images/mapSection2.jpg) no-repeat;
	background-size: cover;
	background-attachment: fixed;
	background-position: center center;
	position: relative;
	text-align: center;
}

#locationsBar::after{
	content: '';
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background: rgba(0,0,0,.3);
}

#locationsBar .container{
	z-index: 100;
}

#locationsBar h2{
	text-align: center;
	color: #ffffff;
	text-shadow: 1px 1px 7px rgba(0, 0, 0, 0.5);
}

#stayConnected{
	background: #ffffff;
	padding: 50px 0;
}

#stayConnected .one-third{
	text-align: center;
}

#stayConnected h2{
	font-size: 4em;
	text-align: center;
	color: #002147;
}

#stayConnected h4{
	color: #002147;
	margin-bottom: 10px;
}

#stayConnected h4 span{
	font-size: .8em;
    color: #ac1237;
    margin-right: .5em;
}

#newsBar{
	background: #4891db;
	padding: 25px 0;
	text-align: center;
}

#newsBar h3{
	color: #ffffff;
    text-transform: none;
    font-size: 1.65em;
    display: inline-block;
	position:relative;
	top:5px;
}

#newsBar form{
	position: relative;
	display: inline-block;
	background: #ffffff;
	margin-left: 1.5em;
	width: 350px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}

#newsBar form .emailBox{
	display: inline-block;
	background: none;
	border: none;
	font-size: 1.4em;
    font-family: 'Raleway', sans-serif;
	font-weight: 700;
	max-width:100%;
	padding:0px 0 0 10px;	
	-webkit-font-feature-settings: "lnum";
	-moz-font-feature-settings: "lnum";
	font-feature-settings: "lnum";
}

#newsBar form .submitBox{
	position: absolute;
	top: 0;
	right: -1px;
	border: none;
	background: none;
	width: auto;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	width: 70px;
    height: 61px;
	color: white;
	background: #ac1237;
	font-size: 1.2em;
	font-family: 'Raleway', sans-serif;
	font-weight: 700;
	text-align:center;
	-webkit-font-feature-settings: "lnum";
	-moz-font-feature-settings: "lnum";
	font-feature-settings: "lnum";
}

.search-submit{border:none;text-indent:-9999px;background:url(images/search.png) right center no-repeat;cursor:pointer;}

.ctct-custom-form{padding:13px!important;}

.ctct-custom-form p{margin-bottom:0px!important;}

@media (min-width: 68.5em) {
	#newsBar{
		text-align: left;
	}
}

#content{
	padding: 4em 0;
}

#footer{
	clear:both;
}

#footerTop{
	background: #002147;
	position: relative;
	text-align: center;
}

#footerTop .container{
	position: relative;
	z-index: 100;
	padding: 40px 2.5%;
	display: flex;
	justify-content: space-around;
}

#footerTop .leftArea p, #footerTop .leftArea h5{
	color: #fff;
}

#footerTop .leftArea h5{
	font-size: 1.3em;
}

#footerTop .leftArea a{
	color: #fff;
	text-decoration: underline;
}

#footerTop .leftArea #socialBox{
	padding-top: 4px;
}

#footerTop .leftArea #socialBox li{
	display: inline-block;
	margin-right: .5em;
}

#footerTop .leftArea #socialBox li:last-child{
	margin-right: 0;
}

#footerTop .leftArea #socialBox li a{
	color: #474747;
	background: #ececec;
	text-decoration: none;
	font-size: 1.8em;
	text-align: center;
	height: 30px;
    width: 30px;
    display: inline-block;
	box-shadow: 1px 1px #cccccc, 2px 2px #cccccc;
}

#footerTop .leftArea #socialBox li a span{
	padding-top: 6px;
}

#footerTop .leftArea #socialBox li a span.icon-twitter, #footerTop .leftArea #socialBox li a span.icon-youtube{
	position: relative;
    top: 3px;
}

#footerTop .emailSignup{
	text-align: center;
}

#footerTop .emailSignup h5{
	font-size: 1.3em;
	color: #fff;
}

#footerTop .emailSignup span, #footerTop .emailSignup p{
	color: #fff;
}

#footerTop .rightArea{
	width: 150px;
}

#footerTop .silhouette{
	height: 200px;
}

#footerTop .silhouette img{
	bottom: -1px;
    position: absolute;
	left: 0;
}

#footerTop .ctct-custom-form{
	position: relative;
	min-width: 500px;
}

#footerTop .ctct-custom-form input[type="text"]{
	width: 65%;
	border-radius: 0;
	position: absolute;
    left: 0;
	box-shadow: 1px 1px #777, 2px 2px #777, 3px 3px #777;
}

#footerTop .ctct-custom-form .ctct-button{
	width: 30%;
    position: absolute;
    right: 14px;
    top: 13px;
    font-weight: bold;
	padding: 15px 20px;
	background-color: #d41f44;
	border-radius: 0;
	text-transform: uppercase;
	box-shadow: 1px 1px #813c4b, 2px 2px #813c4b, 3px 3px #813c4b;
}

@media (min-width: 48em) {
	#footerTop{
		text-align: left;
	}
}

#footerBottom{
	background: #fff;
	min-height:40px;
	padding: 20px 0;
	color: #000;
}

#footerBottom .container-inner{
	display: flex;
	align-items: center;
	justify-content: center;
}

#footerBottom .leftArea{
	float: left;
	width: 250px;
}

#footerBottom .leftArea h6{
	font-size: 1.1em;
	color: #002147;
	margin-bottom: 20px;
}

#footerBottom .leftArea p{
	color: #002147;
}

#footerBottom .leftArea p a{
	color: #ac1237;
	text-decoration: none;
	font-weight: 700;
}

#footerBottom .content-block{
    /*margin-right: 50px;
    max-width: 475px;*/
}

#footerBottom .content-block img{
	width: 100%;
}

#footerBottom .content-block p{
	font-size: .75em;
}

#footerBottom .stateok-logo{
	width: 20%;
    margin: 0 2.5%;
}

#footerBottom .asbdc-logo{
	width: 15%;
    margin: 0 2.5%;
}

#footerBottom .sba-logo{
	width: 10%;
    margin: 0 2.5%;
}

#footerBottom .sba-disclaimer{
	margin: 0 2.5%;
	max-width: 40%;
}

#footerBottom .copyright{
	width: 100%;
	text-align: center;
	line-height: 1.2em;
}

#footerBottom .copyright span{
	color: #9a9b9d;
	font-size: .75em;
    margin-top: 1em;
}

#footerBottom::after{
	content: '';
	display: block;
	clear: both;
}

/*------Subpage only-------*/
#site-content{
	padding: 50px 0;
}

#site-content .sidebar{
	width: 30%;
    margin-right: 4.5%;
    min-height: 300px;
    height: auto;
    display: inline-block;
    background: #002d62;
    float: none;
    vertical-align: top;
}

#site-content article{
	display: inline-block;
    width: 65%;
    vertical-align: top;
}

.template-full-width #site-content article{
	width: 100%;
}

.content-area h1 {
	font-size: 30px;
	font-weight: 700;
	color: #002147;
    padding: 0 0 5px;
    text-align: left !important;
}

.content-area h2 {
	font-size: 20px;
	font-weight: 700;
	color: #002147;
    margin: 0;
    padding: 0 0 5px;
    text-align: left;
}

.content-area h3 {
	font-size: 18px;
	font-weight: 700;
	color: #c0143c;
    margin: 0;
    padding: 0 0 5px;
    text-align: left;
}

.content-area h4 {
	font-size: 16px;
	font-weight: 700;
	color: #4891dc;
    margin: 0;
    padding: 5px 0;
    text-align: left;
}

.content-area ul, .content-area ol  {margin-left:32px!important;list-style:disc;}

.content-area ul li , .content-area ol li{
    font-family: "Open Sans",sans-serif;
	font-size:1em;
    line-height: 1.75em;
    padding-bottom: 5px;
}

#site-content ul, #site-content ol{ line-height: 1.5em; padding: 0 0 0 40px; margin: 15px 0; }
#site-content ul{ list-style: disc; }
#site-content ol{ list-style: decimal; }

.linkButton{ box-shadow: 1px 1px #813c4b, 2px 2px #813c4b, 3px 3px #813c4b; background: #d11242; padding: 15px 20px; color: #fff; font-size: 1.2rem; font-weight: bold; text-transform: uppercase; line-height: 4rem; }

.linkButton:hover{ color: #fff; }

.inner-divider {
    background: rgba(0, 0, 0, 0) url(images/inner-divider.jpg) repeat-x scroll 0 0;
    clear: both;
    height: 2px;
    margin: 30px 0 10px;
    width: 100%;
}

.inner-article-part2 {
    float: left;
    width: 100%;
}

.inner-article-img {
    float: left;
    margin-right: 8px;
    margin-top: 3px;
	width:6%;
}

.inner-article-title {
    background-color: rgb(233, 233, 233);
    border-bottom: 1px solid rgb(226, 226, 226);
    border-top: 1px solid rgb(226, 226, 226);
    float: left;
    padding: 4px;
	width:91%;
	margin-bottom:20px;
}

.inner-article-part2 h3 {
    color: rgb(209, 18, 66) !important;
    font-weight: bold !important;
}

.inner-article-title h3 a {
    color: rgb(209, 18, 66) !important;
    font-weight: bold;
}

.inner-article .inner-article-part2 p {
    clear: both;
    padding: 0;
}

.inner-article p {
	text-indent: 20px;
}

.learnmore {
    float: right;
    height: 30px;
    width: 93px;
}

.inner-article-part2 a {
    color: rgb(85, 136, 198);
}

.intro-content{
	float:left;
	width:100%;
}

p.original-linkback{
	margin-bottom:0!important;
	color: rgb(85, 136, 198);
    text-indent: 0;
}

.campus-leftpart{width:45%;float:left;}

.campus-rightpart{width:45%;float:left;margin-left:5%;}	

.leftside{width:63%;float:left;}

.floatright	{width:28%;float:left;margin-left:2%;}

.single-post .leftside, .single-post .floatright{display:none;}

.clear{clear:both;}

div.staff-member.even{padding-top:2em;}

.body-left-part{float:left;width:67%;}

.body-right-part{float:left;width:30%;margin-left:3%;}

a.register-sbu {background:#002147 none repeat scroll 0 0;border: 2px solid rgb(255, 255, 255);border-radius: 5px;box-shadow: 3px 3px 4px rgb(102, 102, 102);color: rgb(255, 255, 255);font-family: "Open Sans",sans-serif;font-size: 18px;padding: 5px 10px;}

a.register-sbu:hover {background:#c0143c none repeat scroll 0 0;color: rgb(255, 255, 255);text-decoration: none;}

a.register-sbu2 {background:#002147 none repeat scroll 0 0;border-radius: 5px;color: rgb(255, 255, 255);font-family: "Open Sans",sans-serif;font-size: 20px;height:50px;width:260px;line-height:1;display:block;position:relative;}

a.register-sbu2:hover {background:#c0143c none repeat scroll 0 0;color: rgb(255, 255, 255);text-decoration: none;}

.register-sbu2-button{text-align:center;margin:0 auto;width:260px;}

.register-sbu2-button span{position:absolute;top:50%;trasform:translateY(-50%);-webkit-transform:translateY(-50%);-moz-transform:translateY(-50%);-ms-transform:translateY(-50%);-o-transform:translateY(-50%);margin:0 auto;width:100%;left:0;right:0;}

.body-left-part div.staff-member-listing{width:100%;float:left;}

.body-left-part .staff-member-info-wrap{width:65%;}

.widget-title{display:none;}

.page-template-blogs .widget-title{display:block;}

div.growing-ok-eco h3{color:#fff!important;}

div.growing-ok-eco{padding:20px;background:#002147; margin: 0px;}

div.growing-ok-eco p{text-align:justify!important;color:#fff!important;line-height:20px!important;margin-bottom:10px!important;}

div.growing-ok-eco ul li a{color:#fff;}

div.growing-ok-eco ul{margin-left:10px!important;list-style:square!important;color:#fff!important;}

.widget_rss{padding:20px;background:#002147;color:#fff;}

.widget_rss ul{margin-left:10px!important;list-style:square!important;color:#fff!important;}

.widget_rss h3{font-size:24px;}

.widget_rss a{color:#fff;}

.rss-date{font-size:11px;color:#fff;}

/*-----Blogcss-----*/
.left-blogpart{width:20%;float:left;height:auto;}

.middle-blogpart{width:54%;margin:0 3%;float:left;height:auto;}

.right-blogpart{width:20%;float:left;height:auto;}

.page-template-blogs .wp-post-image, .page-template-blogs .wp-post-image img, .single-post .wp-post-image img{width:100%;height:auto;}

.page-template-blogs h1{padding-bottom:20px;}

.blogs{border-bottom:1px solid #ddd;float:left;width:100%;margin-bottom:20px;}

p.bs-icon{float:left;}

p.bs-icon span{color: rgb(154, 155, 157);display: block;font-size: 10em;margin-bottom: 15px;margin-right:15px;}

.wpcf7-form .wpcf7-submit{background:#1D3160;border:none;color:#fff;padding:10px 20px;font-weight:bold;}

.wpcf7-form p{font-weight:bold;line-height:18px;margin-bottom:10px;}

p.col-logo{float:left;margin-right:15px;}

p.col-logo2 {float: right;margin-left: 15px;}

.sc-sty{float:left;width:100%;border-bottom:1px solid #ddd;margin:20px 0;}

.sc-sty ul{list-style:none;margin:0!important;padding:0!important;}

.sc-sty ul li{display:inline-block;margin-right:10px;}

.sc-sty ul li a{font-size:20px;}

.email-opt-in{float:left;width:50%;background:#EBECEC;border:1px solid #9A9B9F;}

.email-opt-in h3{color:#fff;font-size:14px;text-align:center;background:#9A9B9F;padding:10px 0;}

.email-opt-in input{margin-top:10px;padding:5px;color:#aaa;}

.email-opt-in p{text-align:center;}

.content-area ul.followus-ss{margin:0!important;padding:0!important;list-style:none;border-top:1px dashed #c4c4c6;border-bottom:1px dashed #c4c4c6;width:70%;}

.content-area ul.followus-ss li{display:inline-block;padding:5px;}

.content-area ul.followus-ss li a{font-size:24px;color:#c4c4c6;}

#sub_categories_widget-2{padding:20px;background:#002147; margin: 15px 0;}

#sub_categories_widget-2 .widget-title{display:block;font-size:24px;color:#fff;}

#sub_categories_widget-2 ul li a{color:#fff;}

#sub_categories_widget-2 ul{margin-left:10px!important;list-style:square!important;color:#fff!important;}

.disaster-relief-contacts-table1{width:100%;}

.disaster-relief-contacts-table1 td{padding:10px;border:1px solid #ddd;}

/*-----Event CSS-----*/
#ContentPlaceHolder1_divEventList .listitem{border-bottom: 1px solid rgb(221, 221, 221);line-height: 22px;margin-bottom: 20px;padding: 20px 0;}

ul.navigation li {
    position: relative;
}
                           
/* Second level ul */
ul.navigation ul {
	width: 300px;
    position: absolute;
    opacity: 0;
    visibility: hidden;
    transition: visibility 0s 0.2s, opacity 0.2s linear;
    margin-top: 20.8px;
    left: -20px;
    padding-top: 20px;
    background: rgba(255,255,255,0.905);
    border: 1px solid black;
    border-top: 7px solid #d11242;
}

/* The hover  */
ul.navigation li:hover > ul, ul li ul:hover {
    visibility: visible;
    opacity: 1;
    transition: opacity 0.2s linear;
}

/* Second level li */
ul.navigation ul li{
    height: fit-content;
    border: none;
    background: none;
    padding: 5px 15px 5px 15px;
}

/* Set triangle default opacity so transition works */
#header #navBox ul ul::before{
    opacity: 0;
}

/* The triangle above dropdown */
#header #navBox ul ul::before{
    content: '';
    visibility: visible;
    border-left: 13px solid transparent;
    border-right: 13px solid transparent;
    border-bottom: 12px solid #d11242;
    padding-top: 0;
    position: absolute;
    top: -18px;
    left: 15%;
    opacity: 1;
}

/* Text inside dropdown */
ul.navigation ul li a{
    font-size: 16px;
    color: rgb(0, 0, 0)!important;
    text-decoration: none;
    text-shadow: none;
    background: none;
    word-wrap: normal;
   
}

/* Giving navbar padding so hover dropdown works */
#header #navBox ul li a{
    padding-bottom: 40px;
}

/* Fixing space between items in dropdown */
#header #navBox ul ul li a {
    padding-bottom: 10px;
}

/* Fixing last element properties */
#header #navBox ul ul li:last-child a {
    background: none;
    box-shadow: none;
    padding: 0;
    padding-bottom: 20px;
}

/* IE 6 & 7 Needs Inline Block */

ul.navigation ul li a{ border-right: none; width: 100%; display: inline-block; } 

ul.navigation ul li a:hover{color:#C0143C!important;}

/*-----Alert Box CSS-----*/
.header_alertbox{
	width: 100%;
    padding: 12px 0;
    display: block;
    min-height: 10px;
    height: auto;
    position: relative;
    z-index: 9000;
    background: #c0143c;
    color: #fff;
}

.header_alertbox span{
	font-size: 1em;
    float: left;
    padding: 30px 20px 20px 0;
    color: rgba(0,0,0,.3);
}

.header_alertbox .genericon-warning::before{
	font: normal 16px/1 'Genericons';
    font-size: 7em;
}

.header_alertbox h3{
	color: #fff;
	margin-bottom: .1em;
}

.header_alertbox p{
	margin-bottom: .25em;
    font-size: .9em;
    color: #eee;
}

.header_alertbox a{
	color: #fff;
    font-weight: 900;
    text-decoration: underline;
    font-style: italic;
}

/*------NEW CSS------*/
img.picframe{
	border: 1px solid #000;
    padding: 5px;
}

img.imgleft{
	float: left;
    margin-right: 2.5%;
    width: 40%;
    max-width: 600px;
}

img.imgright{
	float: right;
    margin-left: 2.5%;
    width: 40%;
    max-width: 600px;
}

.divider{
	text-align: center;
	position: relative;
	display: block;
	padding-bottom: 60px;
}

.divider img{
	position: relative;
	z-index: 10;
}

.divider::before{
	content: "";
	width: 100%;
	height:5px;
	background: #b5b5b5;
	position: absolute;
	top: 20px;
	left: 0;
	z-index: 1;
}

.divider::after{
	content: "";
	width: 100%;
	height:5px;
	background: #b5b5b5;
	position: absolute;
	top: 35px;
	left: 0;
	z-index: 1;
}

.calloutbox{
	padding: 2em;
    border: 1px solid;
    display: block;
    position: relative;
    margin: 2.5em 0;
}

.calloutbox h6{
	color: #000;
    font-size: 1.1em;
    background: #fff;
    position: absolute;
    top: -13px;
    left: 14px;
    padding: 0 10px;
}

.calloutbox p{
	font-size: .95em;
}

#site-content .ol-attribution ul{
	list-style: none;
	line-height: 1em;
	padding: 0;
	margin: 0;
	font-size: .7em;
}

/*----ITC PAGE----*/
.page-id-4029 #header #navBox #menu-item-3467 {
	display: none;
}

.page-id-4029 #header #navBox #menu-item-3472 {
	margin-right: 0;
}

/*----CONTENT CSS----*/
.wp-post-image-wide{
	margin-left: 10%;
}

/*----CENTERIC----*/
.cdeventsearchfilters{ align-items:flex-end!important; }
#site-content #searchUI select { font-size: 1.1em; border-width: 2px; border-color: #777; border-style: solid; box-shadow: 1px 1px #777, 2px 2px #777; padding: 5px; margin: 10px 10px 7px 0; }
#site-content input[type="submit"] { box-shadow: 1px 1px #813c4b, 2px 2px #813c4b, 3px 3px #813c4b; background: #d11242; padding: 15px 20px; color: #fff; font-size: 1rem; font-weight: bold; text-transform: uppercase; border: none; }
#site-content .cdbutton{ margin-left: 5px; padding: 7px 15px; text-transform: uppercase; font-family: 'Raleway', sans-serif; font-weight: 700; font-size: 1.1em!important; line-height: 1.1em; border: none; box-shadow: 1px 1px #002147, 2px 2px #002147, 3px 3px #002147; }
.cdeventlisting .cdeventreglink{ padding: .5rem 1rem!important; text-transform: uppercase; font-family: 'Raleway', sans-serif; font-weight: 700; font-size: 1.1em!important; line-height: 1.1em; box-shadow: 1px 1px #002147, 2px 2px #002147, 3px 3px #002147; }
.cdeventlisting .cdeventregisterholder{ display: flex; align-items: center; justify-content: flex-end; }
.cdeventdate .cddatemonth { line-height: 1.2em; }
.cdeventdate { border: 1px solid #777; box-shadow: 1px 1px #777, 2px 2px #777; }
.cdeventdate .cddateday { font-weight: 600; }
.cdeventlisting h3 { font-weight: 300; }
#cdregisterleft { margin-top: 20px; }

/*----MEDIA BREAKS----*/
@media only screen and (min-width: 898px) and (max-width:989px)  {
	#header #navBox li{margin-right:0.5em;}
}

@media only screen and (min-width: 768px) and (max-width:897px)  {
	#header #navBox li{margin-right:5px;font-size:13px;}
}

@media only screen and (min-width: 768px) and (max-width:1023px)  {
	.staff-member-info-wrap{width: 50%!important;}
	.body-left-part .staff-member-info-wrap {width: 50%;}
}

@media (max-width: 767px) {
	.campus-leftpart{width:100%;float:left;}
	.campus-rightpart{width:100%;float:left;margin-left:0;}	
	.leftside{width:100%;float:left;}
	.floatright{width:100%;float:left;margin-left:0;}
	.body-left-part{float:left;width:100%;}
	.body-right-part{float:left;width:100%;margin-left:0;}
	.bs-left{width:100%;float:left;margin-right:0;}
	.bs-right{width:100%;float:left;margin:15px 0;}
	.staff-member-info-wrap{width: 100%!important;margin-left:0px!important;margin-top:30px!important;}
	.body-left-part .staff-member-info-wrap {width: 100%;margin-top:30px;margin-left:0px;}
	img.imgleft, img.imgright{width:96%;margin:0;float:none;}
	.home .content-area h2{margin-top: 10px;}
	.home .content-area h3{margin-bottom: 10px;}
	#footerTop .container{flex-direction:column;}
	#footerTop .emailSignup{margin-top: 50px;}
	#footerBottom .container-inner{flex-direction:column;}
	#footerBottom .stateok-logo{width: 80%;margin-bottom:20px;}
	#footerBottom .asbdc-logo{width: 60%;margin-bottom:10px;}
	#footerBottom .sba-logo{width:40%;}
	#footerBottom .sba-disclaimer{max-width:95%;text-align:center;margin-bottom:10px;}
	#footerTop .ctct-custom-form{min-width: auto;}
	#footerTop .ctct-custom-form input[type="text"]{width:100%;position:relative;left:auto;}
	#footerTop .ctct-custom-form .ctct-button{width:100%;position:relative;right:auto;top:auto;margin-top:10px;}
}

@media (max-width: 464px) {	
	#header{height:auto;text-align:center;}
	#stayConnected h2{font-size:3em;}
	#footerBottom .leftArea{float:none;margin:0 auto;width:auto;}
	#footerBottom .leftArea h6{text-align:center;}
	#footerBottom .leftArea p{text-align:center;}
	#footerBottom .rightArea{width:auto;margin:0 auto;text-align:center;}
	#featuredClient h2{font-size:3em;}
	#featuredClient h3{padding:0.35em 0.6em;}
	#searchBar .searchBox{width:100%;max-width:100%;padding:0.5em 0px;}
	#newsBar form{width:100%;margin-left:0px;}
	#newsBar form .emailBox{width:100%;padding:15px 0px 0 5px;}
}