@charset "utf-8";
/* Main Content */

.accordion-heading { padding-top: 10px !important; }

.main-breadcrumb { 
	min-height: 50px; 
	margin-top: 20px;
	padding-left: 0px;
	padding-right: 0px; 
	color:#ffffff; 
	background-color: #56a1d5 !important;
	background-image: url('images/section-header-gray.png'); 
	background-position: center right; 
	background-repeat: repeat-y; 
}
.main-breadcrumb h1 {
	margin: 7px 0px 7px 15px;
	font-size: 30px !important; 
	line-height: 37px !important; 
}
.main-breadcrumb h1, .main-breadcrumb h1 a, .main-breadcrumb h1 a:hover { color: #ffffff !important; }

.fsBody .fsRowBody { padding: 0px !important; }
.fsBody p	{ padding-bottom: 8px !important; }
.fsForm .fsLabel {	padding-top: 15px; padding-bottom: 5px; }
.fsBody legend { font-size: 13px; }
.bg-danger { padding: 15px; background-color: #f2dede; }
.table-borderless td,
.table-borderless th {
    border: 0 !important;
}

@media (min-width: 979px) {
.splash-support { margin-top: 10px; }
}

.splash-padding { padding-top: 15px; }
.splash-padding h2:first-of-type { margin-top: 3px; }

#content-main {
	font-size: 13px !important;
	color:#333333;
	overflow: auto;
	margin-bottom: 10px;
}

#content-main h1 { font-size: 30px !important; margin-top: 0px 0 0px !important; line-height: 30px; overflow:hidden; }
#content-main h2 { font-size: 26px !important; margin-top: 0px 0 0px !important; line-height: 24px; overflow:hidden; }
#content-main h3 { font-size: 22px !important; margin-top: 0px 0 0px !important; line-height: 20px; overflow:hidden; }
#content-main li { line-height: 16px; }

.in-well { margin-top: 5px !important; }
.paginate-center { text-align: center; line-height: 30px; }

#content-main img { /* max-width: 97.5% !important; max-height: 100% !important; */ padding: 4px; border: 1px solid #e1e1e1; margin-bottom: 8px; }
#content-main table h3 { margin-top: 0px !important; }

#content-main .new-news { margin-top: 5px !important; }

#content-main .wp-caption { margin-bottom: 1.0em; text-align: left; padding-top: 0px; }
#content-main .wp-caption img { border: 1px solid #e1e1e1; padding: 4px; margin: 0; }
#content-main .wp-caption p.wp-caption-text { line-height: 1.5; font-size: 10px; margin-left: 0 8px 0 12px; }

/*#content-main .row-fluid .col-md-8{ width:65% !important; *width:65% !important; }*/

#content-main ul.programs { margin: 0 10px 5px 0px; }
#content-main ul li.cat-item { list-style-type: none; }
#content-main ul li.cat-item p { display: none; }

/* #content-main ul, #content-main ol { padding-left: 25px !important; } */

/* Responsive Options */

@media (max-width: 767px) {

.main-breadcrumb { margin-top: 0px !important; background-image:none !important; }

}

.responsive-iframe-container {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px;
    height: 0;
    overflow: hidden;
}
 
.responsive-iframe-container iframe,   
.vresponsive-iframe-container object,  
.vresponsive-iframe-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}