﻿/*global body margins */
.content h2 {margin-bottom: 24px;}
.content h3 {margin-bottom: 9px;}
.content h4.eta {margin-bottom:5px;}
.content .hr, 
.content .hr2, 
.content .hr3 {margin: 32px 0 32px 0;}


blockquote {
	font: normal 23px/30px 'Trade Gothic W01 Bold 2',Arial,Helvetica,Verdana,sans-serif;
    text-transform: uppercase;
    line-height: 32px;
    margin-bottom:12px;
}

/*sidebar shim for hero area */
.page-header .sidebarshim {height:66px;}

/* optional padding overrides */
.navbar .nav-casemethod{width:30%;}
.navbar .nav-about{width:29%;}
.navbar .nav-faqs{width:20%;}
.navbar .nav-resources{width:20%;}

/*#About-The-Center-Bio Container +*/
#about-the-center-bio {
	padding:32px 32px 40px 32px;
	box-sizing:border-box;
	background-color:rgba(13, 102, 127, .8);
	margin:244px 0 0 0 ;
}
#about-the-center-bio span.big {
	color:#fff;
	font-size: 200%;
}
#about-the-center-bio em {
	font-family: Georgia, serif;
	font-size:24px;
	color:#c5e4de;
	font-style: italic;
	line-height:40px;
}

#HBSCCTwoColStaff .page-header .sidebarshim {height:66px;}

/* Tabs */

.nav-tabs td.active a.inherit-bg {
    background: white !important;
    color: black !important;
}
.nav-tabs a {
    background: rgba(255,255,255,0.3) !important;
    color: white !important;
}

.component-framework .fade-container-active:before {
	background-image: -webkit-linear-gradient(left, #ed6a47, rgba(255,255,255,0.3)) !important;
}
.component-framework .fade-container-active:after {
    background-image: -webkit-linear-gradient(left, rgba(255,255,255,0.3), #ed6a47) !important;
}

/* Home Video */
.page-video img.stroke3{
	border-color: white;
}
.page-video img.stroke3:hover{
	border-color: black;
}

/* Home ordered list */
.component-framework ol.outset li:last-child, 
.component-framework ol.outset li p:last-child {
    margin-bottom: 0px;
}
.responsive-framework ol.outset.outset-mega {
    margin-left: 84px !important;
}

/* JIRA WCC-104 */
.sidebar ul.unbulleted li {margin-bottom:17px !important;}

/* JIRA: WCC-103 */
.local-navigation>ul>li>ul>li.last a{
	padding: 7px 0 5px 0;
} 

/* JIRA WCC-115 */
@media only screen and (max-width:650px) {
	dl.accordian dt {
		font: normal 17px/24px 'Trade Gothic W01 Bold 2',Arial,Helvetica,Verdana,sans-serif !important;
	}
}


@media (max-width: 919px){
	.pattern-framework .tile .stroke0, .pattern-framework .tile .stroke1, .pattern-framework .tile .stroke2, .pattern-framework .tile .stroke3 {
	    display: block;
	}
}



