/* Department CSS Document */
/*For mobile first adaptive design place styles for mobile and up in the mobile and up area.
Place styles for tablet and up inside the media query in the tablet and up area.
Place styles for desktop only inside the media query in the desktop only area.

For questions or media query training contact Web Development Services.
*/
/* ====================== Mobile and Up ========================== */
p,ul,ol {

}
.height-100vh {
	height: 90vh;
}
.jumbo {
	padding: 60px 0;
}
.jumbo.parallax {
	 padding: 120px 20px;
}
.jumbo header p,
.jumbo header h1 {
	text-shadow: 0 2px 5px rgba(0,0,0,.6);
}
.header-arrow {
	display: none;
}
.width-300 {
	width: 300px;
}
.overflow-hidden {
	overflow: hidden;
}
.hover-btn:hover {
    color: #fff;
    background-color: rgba(0,0,0,0.1);
}
.divider-line {
	border-top: grey solid 1px;
}
.width-130 {
	max-width: 130px;
}
.text-32 {
	font-size: 22px !important;
}
.flex-center {
	justify-content: center;
	align-items: center;
	height: 100%;
}
.height-100 {
	height: 100%;
}
header.fullbleed-overlay > div.container-fluid  {
	height: 100%;
}
.fullbleed {
	border: none;
	margin: 0;
}
.staffCard {
	border-radius: 4px;
	border: 1px solid #ddd;
	box-shadow: none;
	overflow: hidden;
}
.height-200 {
	max-height: 200px;
	width: auto;
}
.display-inline {
	display: inline;
}
/*STATS PAGE*/
.max-width-500 {
	max-width: 500px;
	margin: auto;
}
.advisorCard div[class*="img-circle-container"] {
	margin: 0 auto;
	border: none;
}
.advisorCard div.accordion:not(.open) {
 	margin: 0;
}
.advisorCard .accordion:before {
	border-radius: 0;
}
.advisorCard h3 {
	text-align: center;
}
.accordion {
	border-radius: 4px;
	padding: 10px 30px 10px 10px;
}
/*END STATS*/
.width-370 {
	max-width: 370px;
	margin: 0 auto;
}
.width-800 {
	max-width: 800px;
	margin: 45px auto 0 auto;
}
.accordion {
	background-color: #f0efee;
}
.overflow-hidden {
	overflow: hidden;
}
/*End mobile and up styles*/
/* ====================== Tablet and Up (Overrides Mobile Styles) ========================== */
@media only screen and (min-width: 768px) {
.position-relative {
	position: relative;
}
.header-arrow {
	text-align: center;
    margin: auto;
    display: block;
    font-size: 40px;
    position: absolute;
    margin-top: 20px;
    width: 100%;
	cursor: pointer;
	transition: .2s;
}
.header-arrow:hover {
	transform: translate(0,-10%);
}
	.divider-line {
	border-left: grey solid 1px;
	border-top: none;
}
.bg-image-SC {
	background:
		linear-gradient(
			rgba(12, 12, 12, 0.7), 
      		rgba(12, 12, 12, 0.7)
    	),
		url('/volunteer/images/service-council-bg.jpg');
	
	background-color: #f9f9f9;
}
.text-32 {
	font-size: 32px !important;
}
.stats {
	padding-left: 50px;
}
	
}/*end media query*/
/*End tablet and up styles*/
/* ====================== Landscape Tablet and Up (Overrides Mobile Styles) ========================== */
@media only screen and (min-width: 992px) {
.height-100vh {
	height: 90vh;
}
.jumbo.parallax {
	padding: 250px 80px;
}
.advisorCard h3 {
	text-align: left;
}
	
	
}/*end media query*/
/*End landscape tablet and up styles*/
/* ====================== Desktop Only (Overrides Mobile and Tablet Styles) ========================== */
@media only screen and (min-width: 1200px) {
.height-100vh {
	height: 95vh;
}
.padding-250 {
	padding: 20px;
}
.header-arrow {
	margin-top: 70px;
}
	
	
}/*end media query*/
/*End desktop only styles*/
/*END OF DOCUMENT*/
