@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; 
}
.no-main-breadcrumb { 
	min-height: 25px; 
}
.main-breadcrumb h1 {
	margin: 7px 0px 7px 15px;
	font-size: 22px !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;
}
.table-5 td { padding: 5px !important; }
.table-10 td { padding: 10px !important; }
.table-15 td { padding: 15px !important; }
.table-30 td { padding: 30px !important; }

/* Main-two-col Template */
#main-two-col { float: left; padding: 20px; }

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

.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;
}
.main-content-h1 { margin: 0 15px 15px 15px; border-bottom: 1px solid #e1e1e1; }
#content-main h1, #main-r-two-column h1 { font-size: 36px !important; line-height: 42px; overflow:hidden; }
#content-main h2, #main-r-two-column h2 { font-size: 28px !important; line-height: 32px; overflow:hidden; }
#content-main h3, #main-r-two-column h3 { font-size: 19px !important; margin: 0 !important; line-height: 23px; overflow:hidden; }
#content-main h4, #main-r-two-column h4 { font-size: 17px !important; margin: 0 !important; line-height: 19px; overflow:hidden; }
#content-main h5, #main-r-two-column h5 { font-size: 15px !important; margin: 0 !important; line-height: 17px; overflow:hidden; }
#content-main li { line-height: 16px; }

.newsh3		{ margin-top: 0px !important; }
.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;
	/* max-width: 100%; */
	height: auto; 
}
#content-main .noborder { border: 0px !important ; }
#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: 11px; padding: 8px; }

/*#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%;
}