/* Fonts */
@font-face{
	font-family: 'Neutra';
	src:	url('/theme/fonts/NeutraTextTF-BoldAlt.ttf'),
				url('/theme/fonts/neutratexttf-boldalt-webfont.woff'),
				url('/theme/fonts/neutratexttf-boldalt-webfont.woff2');
}
@font-face{
	font-family: 'King Cool';
	src:	url('/theme/fonts/King Cool KC.ttf'),
				url('/theme/fonts/king_cool_kc-webfont.woff'),
				url('/theme/fonts/king_cool_kc-webfont.woff2');
}
@font-face{
	font-family: 'MouseMemoirs';
	src:	url('/theme/fonts/mousememoirs-regular-webfont.ttf'),
				url('/theme/fonts/mousememoirs-regular-webfont.woff'),
				url('/theme/fonts/mousememoirs-regular-webfont.woff2');
}
@font-face{
	font-family: 'IntroRust';
	src:	url('/theme/fonts/IntroRustG.ttf'),
				url('/theme/fonts/IntroRustG.woff'),
				url('/theme/fonts/IntroRustG.woff2');
}
@font-face{
	font-family: 'HysteriaBrush';
	src:	url('/theme/fonts/hysteria_brush-webfont.woff'),
				url('/theme/fonts/hysteria_brush-webfont.woff2');
}

.row-flex{display: flex; flex-wrap: wrap;}
.d-flex{display: flex}
.list-numbered{list-style:decimal !important;}
.text-white{color: white !important;}

::selection { background: #1e73be; color: #fff; }
::-moz-selection { background: #1e73be; color: #fff; }

h2 strong{
	font-weight: 800;
}
body, h1, h2, h3, h4, h5, h6, strong, .nav-tabs > li > a, .nav-tabs > li.active a, .nav-tabs > li.active a:hover, .nav-tabs > li.active a:focus { color: #1e73be; }
	.nav-tabs > li > a:hover, .nav-tabs > li > a:focus { color: #00A4EF; } 

.btn-navy { background-color: #1e73be; border-color: #1e73be; color: #fff; }
	.btn-navy:hover { background-color: #fff; border-color: #fff; color: #1e73be; }

.introrust{font-family: 'IntroRust' !important; font-weight: normal !important;}
.hysteriabrush{font-family: 'HysteriaBrush' !important;}

.mousememoirs{
	font-family: 'MouseMemoirs' !important;
}

.neutra{
	font-family: 'Neutra' !important;
}

.kingcool{
	font-family: 'King Cool' !important;
	text-transform: uppercase;
}

.gold { color: #FFDD44; }
.navy { color: #1e73be; }
.tagline { font-family: 'Neutra'; text-transform: uppercase; }

.column-3 {
	-webkit-column-count: 3;
	-moz-column-count: 3;
	column-count: 3;
	-webkit-column-width: 300px;
	-moz-column-width: 300px;
	column-width: 300px;
	-webkit-column-gap: 4em;
	-moz-column-gap: 4em;
	column-gap: 4em;
	-webkit-column-rule: 1px solid #1e73be;
	-moz-column-rule: 1px solid #1e73be;
	column-rule: 1px solid #1e73be
}

.row-center {
display: flex;
flex-wrap: wrap;
justify-content: center;
}

.menuzord-menu > li > a, .menuzord-menu ul.dropdown li a { 
	color: #1e73be;
	-o-transition: all .3s ease-in-out;;
	-moz-transition: all .3s ease-in-out;;
	-webkit-transition: all .3s ease-in-out;;
	transition: all .3s ease-in-out;;
	}
.menuzord-menu > li > ul.dropdown { top: calc(100% - 18px); }
	.menuzord-menu ul ul.dropdown { top: 100%; }

.menuzord-menu ul.dropdown, .menuzord-menu ul.dropdown li ul.dropdown {
	box-shadow: 0 5px 10px rgba(0,0,0,0.2);
}

@media (max-width: 991px) {
	.menuzord-responsive .showhide { margin: 20px 0; }
	.menuzord-responsive .menuzord-menu.scrollable { overflow: hidden; }
}

@media (max-width: 1199px) and (min-width: 901px) {
	.menuzord-menu li:nth-last-child(2) ul.dropdown li ul.dropdown { left: -100% !important; }
}

.bg-img {
	display: inline-block;
	overflow: hidden;
	position: relative;
	width: 100%;
	height: 100%;
}

.bg-img img {
	pointer-events: none;
	position: absolute;
	width: 100%;
	height: 100%;
	z-index: -1;
}

a.video img {
	width: auto !important;
    height: 100%;
    margin: auto;
}

/* Body */
	h3 a, h4 a, h5 a, h6 a, .h3 a, .h4 a, .h5 a, .h6 a,
	h1, .h1, h2, .h2, h3, .h3 {	color: #1e73be;	}

	h3 a, h4 a, h5 a, h6 a, .h3 a, .h4 a, .h5 a, .h6 a,
	h1, .h1, h2, .h2, h3, .h3, .btn {
		-o-transition: all .3s linear;
		-moz-transition: all .3s linear;
		-webkit-transition: all .3s linear;
		transition: all .3s linear;
	}

	i { font-style: normal; }

	a:hover{ color: #ffd71a; }

	h1, h2, h3, h4, h5, h6 { font-family: "Poppins", sans-serif; }

	.clearfix { clear: both; }

	body{ font-size: 17px; }

	.inner-header .title{ font-family: 'Open Sans', sans-serif; }

	.layer-overlay.overlay-dark-9::before {	background-color: rgba(4, 43, 101, 0.64);}

	.bg-light .progress-item .progress { background-color: #fff;}

	ul.list li:before { margin-right: 0; position: absolute; left: -20px; top: 4px; padding: 0; }

/* Header */
	.menuzord-brand{
		margin: 0;
	}
	.menuzord-brand img{
		height: 80px;
		max-height: 80px;
		padding: 5px;
	}
	.social-links{
		float: right;
		margin-top: 18px;
		display: flex;
		align-items: center;
	}
	.social-links li{
		display: inline-block;
	}
	.social-links a{
		display: block;
		background-position: center;
		background-repeat: no-repeat;
		width: 35px;
		height: 35px;
		margin-left: 15px;
	}
	.facebook-icon{background-image: url(/img/icon_fb_logo.png);}
	.facebook-icon:hover{background-image: url(/img/icon_fb_logo-hover.png);}

	.twitter-icon{background-image: url(/img/icon_twitter_logo.png);}
	.twitter-icon:hover{background-image: url(/img/icon_twitter_logo-hover.png);}

	.youtube-icon{background-image: url(/img/icon_yt_logo.png);}
	.youtube-icon:hover{background-image: url(/img/icon_yt_logo-hover.png);}

	.instagram-icon{background-image: url(/img/icon_insta_logo.png);}
	.instagram-icon:hover{background-image: url(/img/icon_insta_logo-hover.png);}

	.donate-button{
		width: 95px;
		height: 44px;
		float: right;
		margin: 15px 0 0;
		/* background-image: url(/files/images/btn_donate.png); */
		margin-left: 20px;
	}
	.donate-button:hover{
		/* background-image: url(/files/images/btn_donate-hover.png); */
	}

	@media (max-width: 700px) {
		.menuzord-responsive .menuzord-brand { margin-bottom: 0; }
		.header-btns { clear: both; display: flex; flex-direction: row-reverse; margin-bottom: 10px;	justify-content: center;}
		.donate-button, .social-links { float: none; display: inline-flex; margin: 0;}
	}

/* Homepage */
	#home-slider h3{
		color: #ffdd44;
		text-shadow: 0px 0px 10px #292929;
	}
	.icon-box-row{
		display: flex;
		flex-wrap: wrap;
	}

	.icon-box-row .flex { display: flex; flex-wrap: wrap; align-items: center; justify-content: center; text-align: center; }

	.icon-box {
		position: relative;
		height: 300px;
		width: 100%;
		max-width: 500px;
		margin-left: auto;
		margin-right: auto;
		/*display: inline-flex;*/
	}
	.icon-box a { 
		display: block;
		width: 100%;
		height: 100%;
		position: relative;
		z-index: 2;
	}
	.icon-box:after{
		content: '';
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		/* background: linear-gradient(0deg, #00509cb8, transparent); */
		background: linear-gradient(180deg, #00509cb8, transparent);
	}
	.icon-box img{
		position: absolute;
	}
	.icon-box .text-icon{
		bottom: 0;
		left: 20px;
		z-index: 8;
		padding: 10px 0;
	}
	.icon-box h3{
		position: absolute;
		/* bottom: 10px; */
		/* text-align: left;
		left: 25px; */

		text-align: center;
		width: 100%;

		top: 10px;
		color: white;
		font-size: 35px;
		line-height: 1;
		z-index: 9;
		padding: 0 20px;
	}

	.icon-box h2, .icon-box h3, .icon-box h4 { font-weight: 400; }

	.section-title span {
		color: #FFDD44!important;
	}

	.quote p:not(.quote-giver):before{
		display: inline-block;
		line-height: 0;
		font-family: sans-serif;
		content: '\201C';
		color: #003564;
		font-size: 2em;
		font-weight: 900;
		right: 5px;
			top: 5px;
			position: relative;
	}
	.quote p:not(.quote-giver):after{
		display: inline-block;
		line-height: 0;
		font-family: sans-serif;
		content: '\201D';
		color: #003564;
		font-size: 2em;
		font-weight: 900;
		top: 10px;
		left: 5px;
		position: relative;
	}
	.quote {
		display: flex;
		position: relative;
		align-items: center;
		font-size: 16px;
		/* padding: 15px 25px; */
		padding: 29px 25px;
		width: 100%;
		height: 100%;
	}
		.quote:after {
			content: "";
			position: absolute;
			height: 100%;
			width: 100px;
			right: 0;
			background-color: #00A4EF;
		}
		.quote.no-img:after {
			content: none;
		}

	.quote-text { padding-right: 200px; }

	.quote img {
		width: 242px;
		position: absolute;
		bottom: 0;
		right: 0;
		z-index: 5;
	}

	.quote p{
		text-align: left;
		line-height: 1.45;
	}

	@media (max-width: 1199px) {
		.quote-text { padding-right: 160px; }
		.quote img { width: 200px; }
	}

	@media (max-width: 500px) {
		.quote-text { padding-right: 0px; text-align: center; }
		.quote img { display: none; }
		.quote:after { content: none; display: none; }
	}

	.icon-box span,
	.quote .quote-giver{
		color: #00a3ee;
	}
	.quote span, .quote i{
		color: #003564;
		font-size: inherit;
		font-weight: 600;
	}

	.flex-title { display: flex; align-items: center; justify-content: center; }
		.flex-title img { margin-right: 10px; }

	.funfact h2 {
		position: relative;
		font-family: "Poppins", sans-serif;
		color: #fff;
		font-weight: 700 !important;
		margin-bottom: 50px;
	}
	
	.funfact h2:before{
		position: absolute;
		content: "";
		left: 0;
		right: 0;
		bottom: -10px;
		margin: auto;
		width: 36px;
		height: 6px;
		background-color: #ffd71a;
		background-position: center;
	}
	.funfact h5{
		font-family: "Open Sans", sans-serif;
		font-size: 21px;
		font-weight: 700;
		text-transform: uppercase;
		color: #fff;
		letter-spacing: 2px;
	}

	.funfact h2.percentage:after {
		content: "%"
	}

	.featherlight-content iframe{
		width: 850px;
		height: 478px;
	}
	@media (max-width: 991px) {
		.featherlight-content iframe{
			width: 640px;
			height: 360px;
		}
	}
	@media (max-width: 767px) {
		.featherlight-content {
			position: relative;
			display: block;
			width: 100%;
			padding: 0;
			overflow: hidden;
			max-width: 90%;
			border: none !important;
			background: 0;
			padding: 0;
		}
		.featherlight-content:before {
			display: block;
			content: "";
		}
		.featherlight-content::before {
			padding-top: 56.25%;
		}
	
		.featherlight-content .featherlight-inner, .featherlight-inner, .featherlight-content iframe, .featherlight-content object, .featherlight-content video {
			position: absolute;
			top: 0;
			bottom: 0;
			left: 0;
			width: 100%;
			height: 100%;
			border: 0;
		}
	}

	.call-to-action.call-to-action-in-footer:before {
		content: "";
		display: block;
		position: absolute;
		border-left: 20px solid transparent;
		border-right: 20px solid transparent;
		border-top: 20px solid #FFF;
		height: 20px;
		width: 20px;
		top: -5px;
		left: 50%;
		margin-left: -20px;
	}

.owl-controls .owl-next i, .owl-controls .owl-prev i { font-size: 30px; color: #fff; display: block; }
.owl-controls .owl-nav > div { background: none repeat scroll 0 0 rgba(4, 53, 101, 0.8); }
.owl-controls .owl-nav > div:hover { background: none repeat scroll 0 0 rgba(4, 53, 101, 1); }

.owl-theme .owl-dots { position: absolute; bottom: 10px; right: 0; left: 0; margin: auto; }
	.sponsors .owl-theme .owl-dots { bottom: -40px; }
.owl-theme .owl-dots .owl-dot span { width: 20px; height: 20px; }
	.sponsors .owl-theme .owl-dots span { width: 15px; height: 15px; }

	.quote-background{
		/* background-image: url(/img/bg_quote-section.jpg); */
		background-position: center;
		background-attachment: fixed;
	}
	.weather-background {
		/* background-image:url(/img/bg_weather-section.jpg); */
		background-attachment: fixed;
	}
	.funfact{
		font-family: sans;
	}
	.quote-background .circle{
		position: relative;
		background: rgba(2, 41, 75, .8);
		height: 450px;
		width: 450px;
		border-radius: 300px;
		margin: 0 auto;
		display: flex;
		flex-direction: column;
		justify-content: center;
		padding: 45px;
		color: white;
	}
	.quote-background .circle:after {
		content: '';
		background: transparent;
		width: 475px;
		height: 475px;
		position: absolute;
		border-radius: 250px;
		left: -2.7%;
		border: 8px solid rgba(95, 180, 255, 0.8);
	}
	.quote-background .circle strong{
		color: white;
	}
	.quote-background .circle h2{
		font-size: 65px;
		color: white;
		font-weight: normal;
	}
	.quote-background .circle h2 span{
		color: #5FB4FF;
	}
	.quote-background .circle .open-quote{
		position: absolute;
		left: -10%;
		top: 0;
		z-index: 9;
		width: auto;
	}
	.quote-background .circle .close-quote{
		position: absolute;
		right: -10%;
		bottom: 0;
		z-index: 9;
		width: auto;
	}
	@media (max-width: 515px){
		.quote-background .circle{
			width: 375px;
			height: 375px;
		}
		.quote-background .circle:after{
			width: 400px;
			height: 400px;
			left: -3.3%;
		}
		.quote-background .circle h2{
			font-size: 50px;
		}
		.quote-background .circle .open-quote{
			width: 120px;
		}
		.quote-background .circle .close-quote{
			width: 120px;
		}
	}

/* Footer */
	.footer .social-links{
		float: none;
	}
	.footer .social-links a{
		color: white;
	}
	.footer .post-thumb img {
		max-width: 100px;
	}

	/*.footer-bottom { background-color: #202227; }*/
	.footer-bottom { background-color: #022748; }

	.footer, .footer a { color: #fff; }
	.footer .widget.dark .post-title a { color: #fff; }
		.footer a:hover , .footer .widget.dark .post-title a:hover { color: #00A4EF; }
	.footer i { top: 5px; }
	.line-bottom:after, .widget .line-bottom:after{ background: #dadada; border: none; }
	.footer .widget.dark .widget-title.line-bottom { border-bottom: 1px solid #707070; }
	.footer .widget.dark .list-border li { border-bottom: 1px dashed #707070; }
	.footer .widget ul li { width: 100%; }

/* Internal */
a { font-weight: 600; color: #00A4EF; }
	a:hover { color: #ffd71a; }
.inner-header .container { padding: 30px; }
.inner-header .title { margin: 0; }
.internal .inner-header.layer-overlay::before { background: #00A4EF;}

@media (max-width: 991px) {
	#social-feeds [class^=col-]:nth-child(odd) { clear: both; }
}

/* Collage and Slider */
	#collage .caption *, h2.tp-caption {
		font-family: 'Neutra';
		color: #003564;
	}
	#collage .caption span, h2.tp-caption span, #home-slider h2 span, #home-slider h1 span {
		color: goldenrod;
		/* color: #00a3ee; */
	}
	h2.tp-caption {
		background: rgba(255,255,255,.8);
		margin: 0px auto;
		position: relative;
	}
	#collage .caption h2 {
		font-weight: 100;
		font-size: 65px;
		background: rgba(255,255,255,.8);
		padding: 8px 16px;
		margin: 0px auto;
		position: relative;
		/*top: 30%;*/
		/*width: 425px;
		width: fit-content;*/
	}
	#home-slider h2, #home-slider h1 {
		font-family: 'Neutra';
		color: #1e73be;
		font-size: calc(1rem + 3vw);
		line-height: 1em;
		margin: 0px auto;
		position: relative;
		text-shadow: 0 0 1px #a5a5a5;
	}

	#home-slider .left-slide h2, #home-slider .left-slide h1, #home-slider .right-slide h2, .internal.alumni #home-slider h2 {
		/*font-size: calc(1.5rem + 1.5vw); Updated 04.08.20 */
		font-size: calc(1.35rem + 1.2vw);
	}
	#home-slider .left-slide h3, #home-slider .right-slide h3 {
		/*font-size: calc(1rem + 1vw); Updated 04.08.20 */
		font-size: calc(0.9rem + 0.7vw);
	}
	@media (max-width: 768px) {
		.right-slide.text-right {
			float: left;
			text-align: left;
		}
	}
	@media (max-width: 500px) {
		#home-slider .list-inline > li { margin-bottom: 10px; }
	}

	.bg-top { background-position: top; }
	.bg-center { background-position: center; }
	.bg-bottom { background-position: bottom; }

	.display-table.right .display-table-cell { vertical-align: top; }
	.display-table.right .container { padding-top: 60px; padding-bottom: 60px; }
		.display-table.right .right-slide { float: right; }
	#collage .caption {
		height: 100%;
		width: 100%;

		/* display: flex; */
		/* flex-direction: column; */
		/* justify-content: center; */

		text-align: center;
		position: absolute;
		z-index: 1;

		/* overflow: hidden; */
		/* width: 60%; */
		/* margin-left: 20%; */
		/* margin-right: 20%; */
	}

	#collage.video-background .caption, h2.tp-caption {
		width: auto;
		height: auto;
		position: absolute;
		top: 0;
		bottom: 0;
		left: 0;
		right: 0;
		display: -webkit-box;
		display: -moz-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		align-items: center;
		margin: auto;
	}

	#collage {
		background: #000;
		position: relative;
		overflow: hidden;
	}
	#collage ul {
		margin: 0 -500px 0 0;
		height: 155px;
		overflow: hidden;
		padding: 0;
	}
	#collage li {
		float: left;
	}
	#collage img {
		float: left;
		position: relative;
		filter: alpha(opacity=41);
		-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=41)";
		opacity: 0.41;
		width: 155px;
		height: 155px;
	}
	#collage img:hover {
		filter: alpha(opacity=1);
		-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
		opacity: 1;
	}

	#collage.video-background { 
		height: 600px;
		background-position: center;
		background-size: cover;
		-o-transition: all .3s ease-in-out;
		-moz-transition: all .3s ease-in-out;
		-webkit-transition: all .3s ease-in-out;
		transition: all .3s ease-in-out;
	}

	#home-slider .owl-carousel .owl-stage, #home-slider .owl-carousel .owl-item { display: flex; flex: 1 0 auto; }
	#home-slider .owl-carousel .item { width: 100%; min-height: 480px; }

	@media (max-width: 1350px) {
		#collage.video-background .caption h2 { font-size: 60px; }
		#home-slider .owl-carousel .item { width: 100%; min-height: 450px; }
	}
	@media (max-width: 1199px) {
		#collage.video-background { height: 500px; }
		#home-slider .owl-carousel .item { min-height: 450px; }
		#collage.video-background .caption h2 { font-size: 50px; }
	}
	@media (max-width: 899px){
		#collage.video-background .caption h2 { font-size: 35px; }
		#home-slider .owl-carousel .item { min-height: 400px; padding-left: 40px; padding-right: 40px; }
		#collage.video-background { height: 400px; }
	}
	@media (max-width: 600px){
		#home-slider .owl-carousel .item { min-height: 300px; }
	}

.infographic-banner { 
	display: flex;
	max-width: 100%;
	align-items: center;
	justify-content: center;
	object-fit: contain;
}

.infographic-banner img { 
	object-fit: cover;
	display: block;
	width: 100%;
	height: 100%;
}

@media (max-width: 650px){
	.infographic-banner { 
		flex-wrap: wrap;
		max-width: 400px;
		margin: auto;
	}
}
/* About Page */
	.icon-box .icon.icon-sm {
		height: 70px;
		width: 70px;
		display: flex;
		align-items: center;
		justify-content: center;
		border-radius: 40px;
	}

	.nav-tabs > li > a{
		font-size: 15px;
	}
	.team-member .team-info-no-photo {
		position: relative;
	}

	.team-member .team-info {
		min-height: 105px;
		display: flex;
		flex-wrap: wrap;
		align-items: center;
		justify-content: center;
	}

	.team-member-no-photo{
		overflow: visible;
		padding-bottom: 0;
	}
	.team-member-no-photo .team-info{
		position: relative;
		min-height: 0;
	}

	.team-member a { color: #fff; }
		.team-member a:hover { color: #ffd71a }

/* Events Page (Heights Happenings) */
article .entry-title,
.title-dots.small span,
.widget .post-title a {
	font-family: Neutra;
}
.title-dots.small span,
.widget .post-title a {
	font-size: 17px;
}

.post-right p { font-size: 14px !important; }

/* bootstrap fifths */
	.col-xs-5ths,
	.col-sm-5ths,
	.col-md-5ths,
	.col-lg-5ths {
			position: relative;
			min-height: 1px;
			padding-right: 15px;
			padding-left: 15px;
	}
	.col-xs-5ths {
			width: 20%;
			float: left;
	}
	@media (min-width: 768px) {
			.col-sm-5ths {
					width: 20%;
					float: left;
			}
	}
	@media (min-width: 992px) {
			.col-md-5ths {
					width: 20%;
					float: left;
			}
	}
	@media (min-width: 1200px) {
			.col-lg-5ths {
					width: 20%;
					float: left;
			}
	}

/* Board and Staff */
.tab-content .board-and-staff .team-info h3 { line-height: 1.2em; } 

@media (max-width: 550px) {
	.tab-content .board-and-staff > [class^=col-] { width: 100%; }
}

/* Helpful Links */
.list-group-item.full-width { width: 100%; float: left; }
.links-row { display: flex; align-items: center; }
.links-row h3 {
	font-family: 'Open Sans', sans-serif;
	font-size: 20px;
	font-weight: bold;
	margin: 0;
}
a.links-row h3 { color: #808080; }
	a.links-row:hover h3 { color: #ffd71a; }

/* Why Heights */
@media (min-width: 769px) {
	.columns-2 {
		column-count: 2;
		-webkit-column-gap: 40px;
		-moz-column-gap: 40px;
		column-gap: 40px;
	}
}

/* Annual Reports */
#annual-reports .section-content > .row { margin-top: -20px; }
#annual-reports h2 { font-weight: 700;}
#annual-reports a { 
	display: block;
	width: 100%;
	height: 100%;
	padding: 20px;
	-o-transition: all .3s linear;
	-moz-transition: all .3s linear;
	-webkit-transition: all .3s linear;
	transition: all .3s linear;
}
	#annual-reports a:hover	{ background: #f5f5f5; }
	#annual-reports a:hover h2 { color: #00A4EF; }
#annual-reports .report-link { text-align: center;}

@media (min-width: 769px) {
	#annual-reports .report-link { 
		display: flex;
		flex-direction:  column-reverse;
		flex-wrap: wrap;
	}

	#annual-reports .flex { 
		display: flex;
		flex-wrap: wrap;
		align-items: center;
		justify-content: center;
	}
}

/* AH Teachers */
.testimonial { border: none; border-radius: 0; }
.testimonial.divider .container { padding-top: 60px; padding-bottom: 60px; }
.testimonial-container { display: flex; align-items: center; }
	.testimonial-container blockquote { border: none; margin: 0; position: relative; padding: 30px 30px 30px 55px; }
	.testimonial-container footer { font-weight: 700; margin-top: 15px; color: #00a3ee; }
		.testimonial-container footer span { font-weight: 400; margin-left: 5px; color: #1e73be; }
.testimonial-container blockquote:before { 
	display: inline-block;
    line-height: 0;
	font-family: sans-serif;
    content: '\201C';
    color: #003564;
    font-size: 80px;
    font-weight: 900;
	position: absolute;
	top: 50px;
	left: 0;
}

.testimonial.overlay-theme-colored-8 blockquote p,
.layer-overlay .testimonial-container footer,
.layer-overlay .testimonial-container footer span { color: #fff; }

@media (max-width: 768px) {
	.testimonial-container { display: block; }
	.testimonial-photo { margin: auto; text-align: center; }
}

/*Back Teachers*/
.back-teach-overlay {
	font-family: 'Neutra';
	font-weight: 100;
    background: rgba(255,255,255,.8);
    padding: 8px 16px;
    margin: 0px auto 20px;
	position: relative;
	text-transform: uppercase;
	display: table;
 }

 .back-teach-overlay span { color: goldenrod; }
.upper-bold { text-transform: uppercase; font-weight: 700; }

.support:nth-child(3n+2) { clear:both; }

@media (max-width: 768px) {
	.support:nth-child(3n+2) { clear: none; }
	.support:nth-child(odd) { clear: both; }
}

/*Events*/
.schedule-box .schedule-details ul.detail-text li { position: relative; margin-left: 5px; }
.schedule-details .flex { display: flex; }
	.schedule-details .date-container { width: 32%; max-width: 115px; }
	.schedule-details .event-details { width: max-content; display: flex; flex-direction: column; }

.schedule-box a:hover { color: #00A4EF; }
	
.events .title { float: left; }
.events h1 { line-height: 1.25em; }
@media (min-width: 769px) {
	/*.events .flex, .flex-header { display: flex; align-items: center; justify-content: space-between; }*/
	.events .flex, .flex-header { display: flex; align-items: center; justify-content: flex-start; }
	.events .back-btn { float: right; }
	.events h1 { max-width: 80%; }
}
@media (max-width: 768px) {
	.events .back-btn { margin-top: 20px; }
}

.events .sponsors { margin-bottom: 20px; }
.events .sponsor-level {
	font-size: 17px;
    font-weight: 600;
    text-transform: uppercase;
    text-align: center;
    padding: 5px 8px;
    background: #00A4EF;
    color: white;
	font-family: 'Neutra' !important;
}

.events .sponsors .img-container { 
	padding-top: 65.789474%;
    display: flex;
    flex-direction: column;
	justify-content: center;
	position: relative;
	overflow: hidden;
}
.events .sponsors .img-container img { 
	padding: 10px; 
	position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
	right: 0;
	margin: auto;
    display: flex;
	align-items: center;
}

#events-landing .row > [class^=col-]:nth-child(3n+4) { clear: both; }

@media (max-width: 1199px) {
	#events-landing .row > [class^=col-]:nth-child(3n+4) { clear: inherit }
	#events-landing .row > [class^=col-]:nth-child(odd) { clear: both; }
}

.main-content .gallery-container section.gallery:nth-child(even) {
	background-color: #f5f5f5 !important;
}


/*Alumni*/

#alumni-home .owl-carousel .owl-stage, #alumni-home .owl-carousel .owl-item { display: flex; flex: 1 0 auto; }
#alumni-home .owl-carousel .item { width: 100%; }

.fight-song {
	font-family: 'Neutra';
	font-weight: 100;
	font-size: 45px;
	max-width: 850px;
	line-height: 1.25em;
	text-align: center;
    /*background: rgba(255,255,255,.8);*/
    /*padding: 20px;*/
    margin: 0px auto;
	position: relative;
	text-transform: capitalize;
}

	.fight-song .gold { color: goldenrod; }

.internal.alumni .bg-img-cover { background-position: top; }

.year-bar {
	background-color: #efefef;
    border-bottom: 1px solid #d3d3d3;
    box-shadow: none;
	height: 15px;
}

.year-bar .progress-year-bar { 
	font-size: 11px;
    padding-left: 10px;
    position: relative;
    text-align: left;
    line-height: 14px;
    -webkit-transition: all 1s ease 0s;
    -o-transition: all 1s ease 0s;
	transition: all 1s ease 0s;
	background: #00A4EF;
	width: 100%;
	float: left;
    height: 100%;
   -webkit-box-shadow: inset 0 -1px 0 rgba(0,0,0,.15);
    box-shadow: inset 0 -1px 0 rgba(0,0,0,.15);
}

.year-bar .progress-year-bar .percent { 
	border-color: #00A4EF !important;
	border-radius: 0 7px 7px 0;
	background-color: rgba(255, 255, 255, 0.9);
	border: 2px solid;
	color: #333333;
	font-size: 10px;
	line-height: 8px;
	padding: 8px 5px;
	position: absolute;
	right: -10px;
	text-align: center;
	top: -7px;
}

.alumni .sidebar .list-divider .blue, .alumni .sidebar .list-divider .gold { margin: 8px 0 0; padding: 0; border: none; }
.alumni .sidebar .list-divider .blue a, .alumni .sidebar .list-divider .gold a { 
	padding: 12px 20px;
	width: 100%;
	color:white;
	display: block;
	font-weight: 700;
	text-transform: uppercase;
}
.alumni .sidebar .list-divider .blue a { background: #1e73be; }
.alumni .sidebar .list-divider .gold a { background: #FFDD44; }
	.alumni .sidebar .list-divider .blue a:hover { background: #1a6fc2; }
	.alumni .sidebar .list-divider .gold a:hover { background: #f9e796; }

.flex-inline { display: inline-flex; justify-content: space-between; width: 100%; }
	.flex-inline li { display: flex; align-items: center; justify-content: center; }

.causes h4 { color: #1e73be; }
.partners .causes .thumb { padding: 10px; }

.line-height-1em { line-height: 1.25em !important }

.alumni .icon-box p { 
	font-size: 22px;
    line-height: 1.5em;
    font-weight: 600;
    color: #808080;
}

.alumni .quote p:not(.quote-giver):before { right: 35px; margin-right: -23px; }
.alumni .quote { padding: 29px 35px; }
.alumni .quote:after { content: none !important; }

/*Heroes For Heights*/
.hero-update {
	margin: auto;
	max-width: 700px;
}
	.hero-update legend { display: none; }
	.hero-update #mongo-form .BBFormContainer, .hero-update #mongo-form .BBFormFieldContainer { margin: 0; padding: 0;}
	.hero-update #mongo-form #bboxdonation_gift_rdlstGivingLevels { width: 73%; margin-left: 2%; }
	.hero-update #mongo-form #bboxdonation_gift_lblGivingLevels { width: 25%; }
	.hero-update #mongo-form #bboxdonation_comment_lblComments,
	.hero-update #mongo-form .BBFormContainer[data-bbox-part-id="3d3097ca-788f-4db6-a4d9-4bffef3ac9a3"] .BBDFormSectionComments .BBFormTextArea { margin: 0; }
		.hero-update #mongo-form .BBFormContainer[data-bbox-part-id="3d3097ca-788f-4db6-a4d9-4bffef3ac9a3"] .BBDFormSectionComments .BBFormTextArea { 
			height: 100px;
			max-width: 100%;
			width: 100%;
			margin-top: 15px;
		}

@media (max-width: 768px) {
	.hero-update #mongo-form #bboxdonation_gift_rdlstGivingLevels,
	.hero-update #mongo-form #bboxdonation_gift_lblGivingLevels { width: 100%; margin-left: 0; }

}

#alumni-events .introduction h4 { color: #00A4EF !important; font-size: 22px; }

#alumni-events .img-container { 
	padding-top: 68.5%; /* 1000px/685px */
    display: flex;
    flex-direction: column;
	justify-content: center;
	position: relative;
	overflow: hidden;
	background: #f7f7f7;
}
#alumni-events .img-container img {
	position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
	right: 0;
	margin: auto;
    display: flex;
	align-items: center;
}

/*Hall of Fame*/
.hall-fame .mfp-image-holder .mfp-content {
	width: 60%;
    text-align: center;
    background: transparent;
}
	.hall-fame .mfp-figure:after { background: transparent; box-shadow: none; }
	.hall-fame .mfp-bottom-bar { margin-top: 5px; }
	.hall-fame .img.mfp-img { padding: 0; box-shadow: 0 0 8px rgba(0, 0, 0, 0.6); }
	.hall-fame .mfp-title { padding: 0; text-align: center; font-size: 1.25em; line-height: 1.5em;	}
	.hall-fame .mfp-counter { display: none; }

@media (max-width: 768px) {
	.hall-fame .mfp-image-holder .mfp-content { width: 90%;	}
	.hall-fame .mfp-title { font-size: 1em; }
}

/*Submit Your Stories*/

#submit-your-memory {
	background-color: #013564;
	border: 1px solid #013564;
	align-items: center;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
}

@media only screen and (max-width: 767px) {
	#submit-your-memory { display: block; }
}

.author { position: relative; padding-left: 20px; }
.author:before {
	content: "\2012";
    position: absolute;
    left: 0;
    top: -3px;
}

.author span { color: #acacac; font-weight: 400; }

.share { margin-top: 10px; margin-bottom: 20px; }
.share .share-story {
    position: relative;
    top: 8px;
    text-transform: uppercase;
	font-weight: 600;
    font-size: 1.3em;
}

.icon-box{
	background-repeat: no-repeat;
	background-size: cover;
}

#agenda-minutes-content .panel-group, #financials-content .panel-group { margin-bottom: 0; }

.agenda-row > [class*=col-] { margin-bottom: 15px; }
	.agenda-row > [class*=col-]:nth-child(3n+4) { clear: both; }

@media (max-width: 768px) {
	.agenda-row > [class*=col-]:nth-child(3n+4) { clear: none; }
	.agenda-row > [class*=col-]:nth-child(odd) { clear: both; }
}

body.board-of-directors .container.main-container,
body.faqs .container.main-container,
body.staff .container.main-container,
body.committees .container.main-container,
body.architectural-control .container.main-container { padding-bottom: 0; }

.board-icon em { 
	display: inline-block;
	font-size: 48px;
	transition: color 150ms linear 0s, background 150ms linear 0s, font-size 150ms linear 0s, width 150ms ease 0s;
	width: 70px;
}

.board-padding {
	padding-top: 60px;
    padding-bottom: 60px;
    position: relative;
    padding-left: 40px;
    top: -60px;
    margin-bottom: -60px;
}

.board-padding:before {
    content: "";
    position: absolute;
    width: 200%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: #1e73be;
    /* background-image: url(/files/images/bg_board.jpg); */
    background-position: right;
    background-size: cover;
}
@media (max-width: 1199px) {
	.board-padding:before {
		width: 160%;
	}
}

.board-padding.faq-bg:before {
	background-color: transparent;
    /* background-image: url(/files/images/bg_faq.jpg); */
}

.board-padding.office-bg:before {
	background-color: transparent;
	/* background-image: url(/files/images/bg_office.jpg); */
	background-position: right bottom;
}
.board-padding.committee-bg:before {
	/* background-image: url(/files/images/bg_committee.jpg); */
}

@media (max-width: 991px) {
	.board-padding {
		padding-left: 40px;
		padding-right: 40px;
		top: 0;
		margin-top: 20px;
		margin-bottom: 0;
	}
	.board-padding:before {
		left: -15%;
	}
}

.board-padding h3, .board-padding h4,
.board-padding .board-icon span, .board-icon em,
.board-padding p, .board-padding strong { color: #fff; }

.board-padding a { color: #5FB4FF; }
.board-padding a:hover { color: #ffd71a; }

@media (max-width: 500px) {
	.board-padding [class^=col-] { width: 100%; }
}


.sidebar {
	float: right;
}

@media (max-width: 991px) {
	.sidebar {
		float: none;
		width: 100%;
		order: 2;
	}

	.flex-row {
		display: flex;
		flex-wrap: wrap;
	}
}

.flex-list li {
	display: flex;
    align-items: baseline;
}

.icon-link-row .icon-box { margin-bottom: 0; }
.link-box {
	padding: 20px;
    border: 1px solid #ccc;
    margin-bottom: 20px;
}

.icon-link-row .link-box .list-icon li a {
	display: inline-flex;
	align-items: baseline;
	width: 100%;
}

.icon-link-row .link-box .list-icon li a em,
.icon-link-row .link-box .list-icon li a i { margin-right: 5px; }

.icon-link-row .link-box .list-icon li a.view-all { 
	text-transform: uppercase;
    font-weight: 700;
    border-top: 1px solid #eee;
    width: 100%;
    margin-top: 10px;
	padding-top: 10px; 
}
@media (max-width: 768px) {
	.icon-link-row { max-width: 500px; margin-right: auto; margin-left: auto; }
}

.helpful-links h3 {
	line-height: 1.25;
	font-size: 18px;
	margin-top: 10px;
    margin-bottom: 5px;
}

.view-more-list { cursor: pointer; font-weight: 700; color: #407cca; }
	.view-more-list:hover { color: #23527c;	}


/***** Toolbar Navigation Change 12.01.20 *****/
.menuzord-menu > li > a { padding: 12px 16px; font-size: 16px; font-weight: 700; }
.menuzord-menu ul.dropdown li a { padding: 10px 25px 10px 22px; font-weight: 700; font-size: 13px; } 

@media (max-width: 1199px) and (min-width: 992px) {
	.menuzord-menu > li > a { padding: 12px 14px; font-size: 15px; font-weight: 700; }
}

/* Home Slider - Revolution Slider */
.slider-container {
	background: #171717;
	overflow: hidden;
	padding: 0;
	position: relative;
	z-index: 1;
}

.slider-container ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

.slider-container .tp-bannershadow {
	filter: alpha(opacity=20);
	opacity: 0.20;
}

.slider-container .top-label {
	color: #FFF;
	font-size: 24px;
	font-weight: 300;
}

.slider-container .main-label {
	color: #FFF;
	font-size: 62px;
	line-height: 62px;
	font-weight: 800;
	text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.15);
}

.slider-container .featured-label {
	color: #FFF;
	font-size: 52px;
	line-height: 52px;
	font-weight: 800;
	text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.15);
}

.slider-container .bottom-label {
	color: #FFF;
	font-size: 20px;
	font-weight: 300;
}

.slider-container .blackboard-text {
	color: #BAB9BE;
	font-size: 46px;
	line-height: 46px;
	font-family: "Shadows Into Light", cursive;
	text-transform: uppercase;
}

.slider-container .tp-caption {
	opacity: 0;
}

.slider-container .tp-caption a {
	color: #00abee;
}

.slider-container .tp-caption a:hover {
	color: #FFF;
}

.slider-container .tp-caption.fullscreenvideo {
	height: 100%;
	position: absolute;
	top: 0;
	width: 100%;
	left: 0 !important;
}

.slider-container .tp-caption.fullscreenvideo video {
	height: 100%;
	width: 100%;
	padding: 0;
	position: relative;
}

.slider-container .top-label-dark, .slider-container .main-label-dark, .slider-container .bottom-label-dark {
	color: #333;
}

.slider-container .tp-caption-dark a {
	color: #333;
}

.slider-container .tp-caption-dark a:hover {
	color: #333;
}

.slider-container.transparent {
	background-color: transparent;
}

.slider-container.light {
	background-color: #EAEAEA;
}

.slider-container.light .tp-bannershadow {
	filter: alpha(opacity=5);
	opacity: 0.05;
	top: 0;
	bottom: auto;
	z-index: 1000;
}

.slider-container.light .top-label, .slider-container.light .main-label, .slider-container.light .bottom-label {
	color: #333;
}

.slider-container.light .tp-caption a {
	color: #333;
}

.slider-container.light .tp-caption a:hover {
	color: #333;
}

/* Responsive */
@media (max-width: 991px) {
	.slider-container {
		min-height: 0;
	}
}

.slider {
	height: 660px;
	max-height: 700px;
	position: relative;
}

.slider > ul > li > img {
	visibility: hidden;
}

.slider > ul > li > .center-caption {
	left: 0 !important;
	margin-left: 0 !important;
	text-align: center;
	width: 100%;
}

.slider .tp-bannertimer {
	display: none;
}

.slider .main-button {
	font-size: 22px;
	font-weight: 600;
	line-height: 20px;
	padding-bottom: 20px;
	padding-top: 20px;
	padding-left: 25px;
	padding-right: 25px;
}

.slider-container-fullscreen {
	height: 2000px;
	max-height: none;
}

.slider-container-fullscreen .slider {
	max-height: none;
}

.tp-caption.skewfromleft {
	left: 0 !important;
}

.tp-caption.normal_text {
	right: 0 !important;
	left: auto !important;
	bottom: 0 !important;
	top: auto !important;
}
/* thumb info */
ul.portfolio-list{
	list-style: none;
}
/* Thumb Info */
.thumb-info {
	display: block;
	position: relative;
	text-decoration: none;
	max-width: 100%;
	background-color: #FFF;
	border: 1px solid #DDD;
	border-radius: 4px;
	overflow: hidden;
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	backface-visibility: hidden;
	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}

.thumb-info .thumb-info-wrapper {
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	backface-visibility: hidden;
	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
	border-radius: 4px;
	margin: 4px;
	overflow: hidden;
	display: block;
	position: relative;
}

.thumb-info .thumb-info-wrapper:after {
	content: "";
	background: rgba(36, 27, 28, 0.9);
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
	border-radius: 4px;
	bottom: -4px;
	color: #FFF;
	left: -4px;
	position: absolute;
	right: -4px;
	top: -4px;
	display: block;
	filter: alpha(opacity=0);
	opacity: 0;
	z-index: 1;
}

.thumb-info .thumb-info-action-icon {
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
	background: #CCC;
	border-radius: 0 0 0 25px;
	display: inline-block;
	font-size: 25px;
	height: 50px;
	line-height: 50px;
	position: absolute;
	right: -100px;
	text-align: center;
	top: -100px;
	width: 50px;
	z-index: 2;
}

.thumb-info .thumb-info-action-icon i {
	font-size: 24px;
	left: 3px;
	position: relative;
	top: -4px;
	color: #FFF;
}

.thumb-info .thumb-info-inner {
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
	display: block;
}

.thumb-info .thumb-info-inner em {
	display: block;
	font-size: 0.8em;
	font-style: normal;
	font-weight: normal;
}

.thumb-info .thumb-info-title {
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
	background: rgba(36, 27, 28, 0.9);
	/* bottom: 10%; */
	bottom: 0;
	color: #FFF;
	font-size: 18px;
	font-weight: 700;
	left: 0;
	letter-spacing: -1px;
	padding: 9px 11px 9px;
	position: absolute;
	text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2);
	text-transform: uppercase;
	z-index: 2;
	max-width: 90%;
}

.thumb-info .thumb-info-type {
	background-color: #CCC;
	border-radius: 2px;
	display: inline-block;
	float: left;
	font-size: 12px;
	font-weight: 400;
	letter-spacing: 0;
	margin: 8px -2px -15px -2px;
	padding: 2px 9px;
	text-transform: none;
	z-index: 2;
}

.thumb-info img {
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	transition: all 0.3s ease;
	border-radius: 3px;
	position: relative;
	width: 100%;
}

.thumb-info:hover .thumb-info-wrapper:after {
	filter: alpha(opacity=100);
	opacity: 1;
}

.thumb-info:hover .thumb-info-action-icon {
	right: 0;
	top: 0;
}

.thumb-info:hover .thumb-info-title {
	background: #000;
}

.thumb-info:hover img {
	-webkit-transform: scale(1.1, 1.1);
	-moz-transform: scale(1.1, 1.1);
	-ms-transform: scale(1.1, 1.1);
	-o-transform: scale(1.1, 1.1);
	transform: scale(1.1, 1.1);
}

.thumb-info.thumb-info-no-zoom:hover img {
	-webkit-transform: scale(1, 1);
	-moz-transform: scale(1, 1);
	-ms-transform: scale(1, 1);
	-o-transform: scale(1, 1);
	transform: scale(1, 1);
}

.thumb-info.thumb-info-lighten .thumb-info-wrapper:after {
	background: rgba(36, 27, 28, 0.65);
}

.thumb-info.thumb-info-hide-wrapper-bg .thumb-info-wrapper:after {
	display: none;
}

.thumb-info.thumb-info-centered-icons .thumb-info-action {
	-webkit-transition: top 0.1s ease;
	-moz-transition: top 0.1s ease;
	transition: top 0.1s ease;
	top: 40%;
	left: 3px;
	right: auto;
	bottom: auto;
	width: 100%;
	height: 40px;
	margin-top: -20px;
	text-align: center;
	position: absolute;
	filter: alpha(opacity=0);
	opacity: 0;
}

.thumb-info.thumb-info-centered-icons .thumb-info-action-icon {
	-webkit-transition: all 0.1s ease;
	-moz-transition: all 0.1s ease;
	transition: all 0.1s ease;
	position: relative;
	z-index: 2;
	left: auto;
	right: auto;
	top: auto;
	bottom: auto;
	width: 40px;
	height: 40px;
	line-height: 33px;
	border-radius: 50%;
	margin-right: 3px;
}

.thumb-info.thumb-info-centered-icons .thumb-info-action-icon i {
	position: static;
	font-size: 18px;
}

.thumb-info.thumb-info-centered-icons .thumb-info-action-icon:hover {
	-webkit-transform: scale(1.15, 1.15);
	-moz-transform: scale(1.15, 1.15);
	-ms-transform: scale(1.15, 1.15);
	-o-transform: scale(1.15, 1.15);
	transform: scale(1.15, 1.15);
}

.thumb-info:hover.thumb-info-centered-icons .thumb-info-action {
	top: 50%;
	filter: alpha(opacity=100);
	opacity: 1;
}

.thumb-info:hover.thumb-info-centered-icons .thumb-info-action-icon {
	position: relative;
}

.thumb-info.thumb-info-centered-info .thumb-info-title {
	background: transparent;
	left: 5%;
	width: 90%;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	transition: all 0.3s ease;
	top: 30%;
	filter: alpha(opacity=0);
	opacity: 0;
	text-align: center;
	padding: 0;
}

.thumb-info.thumb-info-centered-info .thumb-info-type {
	float: none;
}

.thumb-info.thumb-info-centered-info:hover .thumb-info-title {
	filter: alpha(opacity=100);
	opacity: 1;
	top: 45%;
}

.thumb-info.thumb-info-bottom-info .thumb-info-title {
	background: #FFF;
	left: 0;
	width: 100%;
	max-width: 100%;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	transition: all 0.3s ease;
	top: auto;
	bottom: -100px;
	filter: alpha(opacity=0);
	opacity: 0;
	padding: 15px;
	text-shadow: none;
	color: #777777;
}

.thumb-info.thumb-info-bottom-info .thumb-info-type {
	float: none;
	background: none;
	padding: 0;
	margin: 0;
}

.thumb-info.thumb-info-bottom-info:hover .thumb-info-title {
	filter: alpha(opacity=100);
	opacity: 1;
	bottom: 0;
}

.thumb-info.thumb-info-bottom-info:hover img {
	-webkit-transform: translateY(-18px);
	-moz-transform: translateY(-18px);
	-ms-transform: translateY(-18px);
	-o-transform: translateY(-18px);
	transform: translateY(-18px);
}

.thumb-info.thumb-info-bottom-info-dark .thumb-info-title {
	background-color: transparent;
	background: -webkit-linear-gradient(bottom, rgba(36, 27, 28, 0.8) 0, transparent 100%) repeat scroll 0 0 transparent;
	background: linear-gradient(to top, rgba(36, 27, 28, 0.8) 0, transparent 100%) repeat scroll 0 0 transparent;
	color: #FFF;
}

.thumb-info.thumb-info-push-hor img {
	-webkit-transform: translatex(-18px);
	-moz-transform: translatex(-18px);
	-ms-transform: translatex(-18px);
	-o-transform: translatex(-18px);
	transform: translatex(-18px);
	width: calc(100% + 19px);
	max-width: none;
}

.thumb-info.thumb-info-push-hor:hover img {
	-webkit-transform: translatex(0);
	-moz-transform: translatex(0);
	-ms-transform: translatex(0);
	-o-transform: translatex(0);
	transform: translatex(0);
}

.thumb-info.thumb-info-hide-info-hover .thumb-info-wrapper:after {
	filter: alpha(opacity=65);
	opacity: 0.65;
}

.thumb-info.thumb-info-hide-info-hover .thumb-info-title {
	filter: alpha(opacity=100);
	opacity: 1;
	top: 40%;
}

.thumb-info.thumb-info-hide-info-hover .thumb-info-type {
	float: none;
}

.thumb-info.thumb-info-hide-info-hover:hover .thumb-info-wrapper:after {
	filter: alpha(opacity=10);
	opacity: 0.1;
}

.thumb-info.thumb-info-hide-info-hover:hover .thumb-info-title {
	filter: alpha(opacity=0);
	opacity: 0;
}

.thumb-info.thumb-info-no-borders, .thumb-info.thumb-info-no-borders img {
	border: 0;
	padding: 0;
	margin: 0;
	border-radius: 0;
}

.thumb-info.thumb-info-no-borders .thumb-info-wrapper {
	border: 0;
	padding: 0;
	margin: 0;
	border-radius: 0;
}

.thumb-info.thumb-info-no-borders .thumb-info-wrapper:after {
	border-radius: 0;
	bottom: 0;
	left: 0;
	right: 0;
	top: 0;
}

html.webkit .thumb-info .thumb-info-wrapper {
	margin: 4px 4px 3px 4px;
}

html.webkit .full-width .thumb-info .thumb-info-wrapper,
html.webkit .masonry-item .thumb-info .thumb-info-wrapper,
html.webkit .thumb-info-no-borders .thumb-info-wrapper {
	margin: 0;
}

/* Thumb Info - Full Width */
.full-width .thumb-info img {
	border-radius: 0 !important;
}

/* Thumb Info Caption	*/
.thumb-info-caption {
	padding: 10px 0;
}

.thumb-info-caption .thumb-info-caption-text, .thumb-info-caption p {
	font-size: 0.9em;
	line-height: 20px;
	margin: 0 0 8px;
	padding: 10px;
	display: block;
}

/* Thumb Info Social Icons */
.thumb-info-social-icons {
	border-top: 1px dotted #DDD;
	margin: 0;
	padding: 15px 10px;
	display: block;
}

.thumb-info-social-icons a {
	background: #CCC;
	border-radius: 25px;
	display: inline-block;
	height: 30px;
	line-height: 30px;
	text-align: center;
	width: 30px;
}

.thumb-info-social-icons a:hover {
	text-decoration: none;
}

.thumb-info-social-icons a span {
	display: none;
}

.thumb-info-social-icons a i {
	color: #FFF;
	font-size: 0.9em;
	font-weight: normal;
}

/* Responsive */
@media (max-width: 991px) {
	.thumb-info .thumb-info-title {
		font-size: 14px;
	}

	.thumb-info .thumb-info-more {
		font-size: 11px;
	}
}
/* end theme-elements thumb styling */
/* custom.css thumb styling */
.thumb-info .thumb-info-title {
	text-shadow: none;
	text-transform: none;
	font-weight: bold;
	font-size: 16px;
}

.thumb-info .thumb-info-type {
	font-size: 16px;
	font-weight: normal;
}

.thumb-info .thumb-info-inner {
	font-size: 24px;
	font-weight: 400;
}

.thumb-info-caption .thumb-info-caption-text {
	min-height: 550px;
}

.thumb-info-caption .thumb-info-caption-text {
min-height: inherit;	
}

@media (max-width: 767px) {
	.thumb-info-caption .thumb-info-caption-text {
			min-height: 400px;
	}
.thumb-info-caption .thumb-info-caption-text {
	min-height: inherit;	
}
}
.product-thumb-info-image {
	width: 90%;
	text-align: center;
	margin: 0 auto;
}

.product-thumb-info img {
margin: auto;
}

.product-thumb-info h4 {
	font-size: 24px;
}
/* end custom.css thumb styling */
/* default.css thumb styling */
.thumb-info .thumb-info-type {
	background-color: #00abee;
}

.thumb-info .thumb-info-action-icon {
	background-color: #00abee;
}

.thumb-info-social-icons a {
	background-color: #00abee;
}
html .thumb-info .thumb-info-action-icon-primary {
	background-color: #00abee;
}

html .thumb-info .thumb-info-action-icon-primary i {
	color: #ffffff;
}

html .thumb-info .thumb-info-action-icon-secondary {
	background-color: #e36159;
}

html .thumb-info .thumb-info-action-icon-secondary i {
	color: #ffffff;
}

html .thumb-info .thumb-info-action-icon-tertiary {
	background-color: #2baab1;
}

html .thumb-info .thumb-info-action-icon-tertiary i {
	color: #ffffff;
}

html .thumb-info .thumb-info-action-icon-quaternary {
	background-color: #383f48;
}

html .thumb-info .thumb-info-action-icon-quaternary i {
	color: #ffffff;
}

html .thumb-info .thumb-info-action-icon-dark {
	background-color: #2e353e;
}

html .thumb-info .thumb-info-action-icon-dark i {
	color: #ffffff;
}

html .thumb-info .thumb-info-action-icon-light {
	background-color: #ffffff;
}

html .thumb-info .thumb-info-action-icon-light i {
	color: #777777;
}
/* end default.css thumb styling */
/* end thumb info */

/* owl-theme */
.owl-carousel {
	margin-bottom: 20px;
}

.owl-carousel .thumbnail {
	margin-right: 1px;
}

.owl-carousel .item-video {
	height: 300px;
}

.owl-carousel .owl-nav {
	top: 50%;
	position: absolute;
	margin-top: -20px;
	width: 100%;
}

.owl-carousel .owl-nav .owl-prev, .owl-carousel .owl-nav .owl-next {
	display: inline-block;
	position: absolute;
	width: 30px;
	height: 30px;
}

.owl-carousel .owl-nav .owl-prev {
	left: -5px;
}

.owl-carousel .owl-nav .owl-prev:before {
	font-family: FontAwesome;
	content: "\f053";
	position: relative;
	left: -1px;
	top: 1px;
}

.owl-carousel .owl-nav .owl-next {
	right: -5px;
}

.owl-carousel .owl-nav .owl-next:before {
	font-family: FontAwesome;
	content: "\f054";
	position: relative;
	left: 2px;
	top: 1px;
}

.owl-carousel.stage-margin .owl-stage-outer {
	padding-left: 0 !important;
	padding-right: 0 !important;
	margin-left: 40px !important;
	margin-right: 40px !important;
}

.owl-carousel.show-nav-hover .owl-nav {
	opacity: 0;
	-webkit-transition: opacity 0.2s ease-in-out;
	-moz-transition: opacity 0.2s ease-in-out;
	transition: opacity 0.2s ease-in-out;
}

.owl-carousel.show-nav-hover .owl-nav .owl-prev {
	left: -20px;
}

.owl-carousel.show-nav-hover .owl-nav .owl-next {
	right: -20px;
}

.owl-carousel.show-nav-hover:hover .owl-nav {
	opacity: 1;
}

.owl-carousel.show-nav-title .owl-controls .owl-nav {
	top: 0;
	right: 0;
	margin-top: -45px;
	width: auto;
}

.owl-carousel.show-nav-title .owl-controls .owl-nav [class*="owl-"], .owl-carousel.show-nav-title .owl-controls .owl-nav [class*="owl-"]:hover {
	font-size: 18px;
	background: transparent;
	width: 18px;
	font-size: 18px;
}

.owl-carousel.show-nav-title .owl-controls .owl-nav .owl-prev {
	left: -45px;
}

.owl-carousel.rounded-nav .owl-controls .owl-nav [class*="owl-"], .owl-carousel.rounded-nav .owl-controls .owl-nav [class*="owl-"]:hover {
	padding: 3px 7px;
	border-radius: 50%;
	background: transparent;
	border: 1px solid #999 !important;
	color: #999;
}

.owl-carousel.nav-bottom .owl-controls .owl-nav {
	position: static;
	margin: 0;
	padding: 0;
	width: auto;
}

.owl-carousel.nav-bottom .owl-controls .owl-nav .owl-prev, .owl-carousel.nav-bottom .owl-controls .owl-nav .owl-next {
	position: static;
}

.owl-carousel.nav-inside .owl-controls {
	bottom: 2px;
	margin-top: 10px;
	position: absolute;
	right: 6px;
}

.owl-carousel.full-width .owl-controls .owl-nav, .owl-carousel.big-nav .owl-controls .owl-nav {
	margin-top: -30px;
}

.owl-carousel.full-width .owl-controls .owl-nav [class*="owl-"], .owl-carousel.full-width .owl-controls .owl-nav [class*="owl-"]:hover, .owl-carousel.big-nav .owl-controls .owl-nav [class*="owl-"], .owl-carousel.big-nav .owl-controls .owl-nav [class*="owl-"]:hover {
	height: auto;
	padding: 20px 0;
}

.owl-carousel.full-width .owl-controls .owl-nav .owl-prev, .owl-carousel.big-nav .owl-controls .owl-nav .owl-prev {
	border-radius: 0 4px 4px 0;
}

.owl-carousel.full-width .owl-controls .owl-nav .owl-next, .owl-carousel.big-nav .owl-controls .owl-nav .owl-next {
	border-radius: 4px 0 0 4px;
}

.owl-carousel.top-border {
	border-top: 1px solid #DBDBDB;
	padding-top: 18px;
}
.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
	background-color: #0074ad;
}

.owl-carousel.show-nav-title .owl-controls .owl-nav [class*="owl-"] {
	color: #00abee;
}

.owl-theme .owl-controls .owl-nav [class*="owl-"] {
	color: #ffffff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #00abee;
	border-color: #00abee #00abee #006699;
}

.owl-theme .owl-controls .owl-nav [class*="owl-"]:hover {
	border-color: #0099e6 #0099e6 #0077b3;
	background-color: #0099e6;
}

.owl-theme .owl-controls .owl-nav [class*="owl-"]:active,
.owl-theme .owl-controls .owl-nav [class*="owl-"]:focus {
	border-color: #0077b3 #0077b3 #0077b3;
	background-color: #0077b3;
}

.owl-theme .owl-controls .owl-nav [class*="owl-"].dropdown-toggle {
	border-left-color: #0077b3;
}

.owl-theme .owl-controls .owl-nav [class*="owl-"][disabled] {
	border-color: #33bbff;
	background-color: #33bbff;
}

/* end owl-theme */

/* Masonry/Thumbs */
.thumb-info .thumb-info-title {
	text-shadow: none;
	text-transform: none;
	font-weight: bold;
	font-size: 16px;
}

.thumb-info .thumb-info-type {
	font-size: 16px;
	font-weight: normal;
}

.thumb-info .thumb-info-inner {
	font-size: 24px;
	font-weight: 400;
}
.thumb-info-caption .thumb-info-caption-text {
	min-height: 550px;
}

.thumb-info-caption .thumb-info-caption-text {
min-height: inherit;	
}

.volunteers-img.masonry .masonry-item {
	padding: 10px;
}

.board-directors.masonry .masonry-item {
	padding: 15px;
}
@media (min-width: 1200px) {
	.masonry .masonry-item {
		width: 16.666666666667%;
	}
}

@media (max-width: 1199px) and (min-width: 769px) {
	.masonry .masonry-item {
		width: 33.333333333333%;
	}
}

@media (max-width: 768px) {
	.masonry .masonry-item {
		width: 50%;
		
	}
	.masonry .masonry-item:nth-child(2n+1)
	{
		clear: left;
	}
}
@media (max-width: 767px) {
	.thumb-info-caption .thumb-info-caption-text {
			min-height: 400px;
	}
	.thumb-info-caption .thumb-info-caption-text {
		min-height: inherit;	
	}
}
/* program list */
.program-list {
	padding-top: 10px;
	margin-bottom: 20px;
}
.product-thumb-info {
	-webkit-transition: all 0.2s;
	-moz-transition: all 0.2s;
	transition: all 0.2s;
	border-radius: 6px;
	padding: 0;
	position: relative;
	border: 0;
	border-bottom: 3px solid #E3E4E8;
	background: #F7F9FC;
	display: block;
	overflow: hidden;
	position: relative;
	text-decoration: none;
	max-width: 100%;
	text-align: center;
	border: 1px solid #DDD;
	text-decoration: none;
	font-size: 15px;
}

.product-thumb-info:hover {
	background-color: #FFF;
	text-decoration: none;
}

.product-thumb-info a {
	text-decoration: none;
	display: inline-block;
	width: 100%;
}

.product-thumb-info a:hover {
	text-decoration: none;
	display: inline-block;
	width: 100%;
}

.product-thumb-info img {
	-webkit-transition: all 0.2s;
	-moz-transition: all 0.2s;
	transition: all 0.2s;
	border-radius: 6px 6px 0 0;
}

.product-thumb-info h4 {
	color: #404751;
	letter-spacing: -1px;
	font-weight: 600;
	font-size: 24px;
	line-height: 1.1em;
	margin: 10px 0;
	padding: 0;
}

.product-thumb-info + .product-thumb-info {
	border-radius: 0 0 6px 6px;
	margin-top: -5px;
}

.product-thumb-info .product-thumb-info-touch-hover {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	display: none;
	background-color: transparent;
}

.product-thumb-info.hover .product-thumb-info-touch-hover {
	display: block;
}

.product-thumb-info .product-thumb-info-image {
	display: block;
	position: relative;
}

.product-thumb-info .product-thumb-info-image:before {
	-webkit-transition: all 0.2s;
	-moz-transition: all 0.2s;
	transition: all 0.2s;
	content: "";
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: #171717;
	width: 100%;
	height: 100%;
	filter: alpha(opacity=0);
	opacity: 0;
	border-radius: 6px 6px 0 0;
}

.product-thumb-info:hover .product-thumb-info-image:before {
	filter: alpha(opacity=80);
	opacity: 0.8;
}

.product-thumb-info .product-thumb-info-act {
	position: absolute;
	top: 40%;
	left: 0;
	right: 0;
	text-align: center;
	color: #FFF;
	filter: alpha(opacity=0);
	opacity: 0;
}

.product-thumb-info:hover .product-thumb-info-act {
	filter: alpha(opacity=100);
	opacity: 1;
	top: 50%;
}

.product-thumb-info .product-thumb-info-act em {
	font-style: normal;
}

.product-thumb-info .product-thumb-info-content {
	padding: 15px;
	text-align: left;
	display: block;
}

.product-thumb-info .product-thumb-info-caption {
	padding: 0 15px 15px;
	text-align: left;
	display: block;
}

.product-thumb-info .product-thumb-info-caption p {
	margin: 0;
	padding: 0 0 10px;
}

.product-thumb-info .product-thumb-info-extra {
	clear: both;
	padding: 10px 0 0;
	margin: 10px 0 0;
	border-top: 1px solid #EBEBF4;
	display: block;
}

.product-thumb-info .product-thumb-info-extra.social a:last-child {
	border-right: 0;
	margin-right: 0;
	padding-right: 0;
}

/* Product Thumb Info - Full Width */
.full-width .product-thumb-info .product-thumb-info-image:before {
	border-radius: 0;
}
.product-thumb-info-image {
	width: 90%;
	text-align: center;
	margin: 0 auto;
}

.product-thumb-info img {
margin: auto;
}

.product-thumb-info h4 {
	font-size: 24px;
}
/* Blog */
.img-thumbnail {
	display: inline-block;
	max-width: 100%;
	height: auto;
	padding: 4px;
	line-height: 1.42857143;
	background-color: #fff;
	border: 1px solid #ddd;
	border-radius: 4px;
	-webkit-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
	border-radius: 4px;
	position: relative;
}
.post-image .img-thumbnail {
	width: 100%;
}
.img-featured {
	background-size: cover;
	height: 250px;
	background-position: center;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	transition: all 0.5s;
}
.footerText {
	font-size: 14px;
	text-align: center;
	margin-bottom: 0;
}
.footerTextSmall {
	font-size: 13px;
	text-align: center;
}