
@import url('//fonts.googleapis.com/css?family=Roboto+Slab:100,300,400,700|Open+Sans:300,300i,400,400i,600,600i');

/* FONTS
	font-family: 'Open Sans', sans-serif;
	font-family: 'Roboto Slab', serif;
*/




/* COLORS */

.ltgray {
	color: #f2f2f2
}
.bkgd-ltgray {
	background-color: #f2f2f2;
}
.mdgray {
	color: #b0b0b0;
}
.bkgd-mdgray {
	background-color: #b0b0b0;
}
.dkgray {
	color: #616161;
}
.bkgd-dkgray {
	background-color: #616161;
}
.red {
	color: #e32526;
}
.bkgd-red {
	background-color: #e32526;
}


/* GLOBAL */


.g-recaptcha {
	padding-bottom: 10rem;
}


.alert-box.alert {
	color: red;
}


/*
.alert {
    padding: 15px;
    margin-bottom: 20px;
    border: 1px solid transparent;
    border-radius: 4px;
    color: red;
}
*/

.clearfix:before {
	content: " ";
    display: block;
    float: left;
    width: 100%;
    clear: both;
}

body {
	font-family: 'Open Sans', sans-serif;
	font-weight: 300;
	font-size: 16.64px;
	line-height: 1.825
}

h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6 {
	font-family: 'Roboto Slab', serif;
	margin: 0;
	padding: 0;
}

h1, .h1 {
	color: #e32526;
	font-size: 3em;
    line-height: 1em;
    padding: 0 0 1em 0;
}

h2, .h2 {
	color: #e32526;
	font-size: 2em;
    line-height: 1em;
    padding: 1em 0;
}

h2:first-child, .h2:first-child {
    padding-top: 0;
}

h3, .h3 {
	font-size: 2.25em;
	font-weight: 300;
	line-height: 1em;
	margin: .5em 0

}

h4, .h4 {
	line-height: 1em;
	padding: 1em 0;
}

section {
	float: left;
	display: block;
	width: 100%
}

.container {
	max-width: 1170px;
}
.inverse {
	color: #ffffff
}

.table {
	display: table !important;
	position: relative;
	width: 100%;
    margin-bottom: 0;
}

.table .table {
    background-color: transparent;
}

.table-row {
	display: table-row;
}

.table-row-85 {
	height: 85%;
}

.table-row-20 {
	height: 20%;
}

.table-cell-top,
.table-cell-middle,
.table-cell-bottom {
	display: table-cell;
	width: 100%;
	clear: both;
}

.table-cell-top {
	vertical-align: top;
}

.table-cell-middle {
	vertical-align: middle;
}

.table-cell-bottom {
	vertical-align: bottom;
}

.block-indent-sm {
	padding: 1.5em 0;
}

.block-indent {
	padding: 3em 0;
}

.block-indent-2x {
	padding: 6em 0;
}

.crumbtrail {
	text-transform: uppercase;
}

.crumbtrail ul {
	padding: 1em 0;
}

.crumbtrail ul li {
	display: inline-block;
}

.crumbtrail ul li a {
	color: #49684b;
}

.crumbtrail ul li:after {
	content: ">";
	padding: 0 .5em;
}

.crumbtrail ul li:last-child:after {
	content: none;
}

.checkbox, .radio {
    position: relative;
    display: block;
    margin-top: 0px;
    margin-bottom: 0px;
}
/* panels */

.panel {
    margin-bottom: 20px;
    background-color: transparent;
    border: 1px solid transparent;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.panel-body {
	background-color: #ffffff;
	padding: 15px;
}

.panel-footer {
    padding: 10px 15px;
    background-color: #f5f5f5;
    border-top: none;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}

/* buttons */

.btn {
	font-weight: 700;
}


.btn-red {
	background-color: #e32526;
	border: 2px solid #b0b0b0;
	border-radius: 30px;
	color: #ffffff;
	text-transform: uppercase;
	letter-spacing: .5px;
	padding: .5em 2em;
}


.btn-send {
    background-color: #506d50;
    border-radius: 0;
    color: #ffffff;
}


.btn-outline {
	background-color: rgba(255,255,255,.2);
	border: 2px solid #ffffff;
	border-radius: 30px;
	color: #ffffff;
	letter-spacing: .5px;
	padding: .5em 2em;
}


.btn-outline:hover {
	background-color: rgba(255,255,255,.8);
	color: #e32526;
}

.shadow {
    box-shadow: 0 0 30px rgba(0,0,0,.5);
	position: relative;
	z-index: 200;
}

.shadow-inset {
    box-shadow: inset -7px -7px 30px -7px rgba(0,0,0,0.5);
/*     box-shadow: inset 0 0 30px rgba(0,0,0,.5); */
	position: relative;
	z-index: 100;
}


/* NAVIGATION */

#zkeNav {
    display: block;
    float: left;
	position: relative;
    width: 100%;
}


#zkeNav .navbar-brand {
    float: left;
    height: auto;
    padding: 0;
    font-size: 18px;
    line-height: 20px;
	width: 100%;
}


a.navbar-brand:after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}



#zkeNav .navbar-brand > object {
    display: block;
    float: left;
    width: 100%;
	max-width: 163px;
}


#zkeNav .social-list {
	float: left;
}


#zkeNav .social-list a {
	background-color: #b0b0b0;
    border-radius: 50%;
	color: #ffffff;
    width: 30px;
    height: 30px;
	margin: 0 0 0 .5em;
    padding: 0;
    text-align: center;
}

#zkeNav .social-list li.clean a {
    background-color: transparent;
    border-radius: 0;
    color: inherit;
    width: auto;
    height: 30px;
/*
    margin: 0 0 0 .5em;
    padding: 0;
    text-align: center;
*/
}

#zkeNav .social-list a:hover {
	background-color: #e32526;
}
.navbar-toggle {
	position: absolute;
    background-color: #e32526;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 0;
    z-index: 100;
    top: 3rem;
    right: 2rem;
}



.navbar-toggle .icon-bar {
	position: relative;
    display: block;
    width: 22px;
    height: 2px;
    border-radius: 1px;
    background: #ffffff;
    z-index: 101;
}


/* Small devices (tablets, 768px and up) */
@media (min-width: 768px) {

	.navbar-nav > li > a {
		color: #616161;
		font-size: 21.64px;
	    padding-top: 15px;
	    padding-bottom: 15px;
	    padding-left: 0;
	}

	.navbar-nav > li > a.red {
		color: #e32526;
	}

	.nav > li > a:focus, .nav > li > a:hover {
	    text-decoration: none;
	    background-color: transparent;
	}

	.navbar .dropdown:hover .dropdown-menu {
	    display: block;
	}

	#zkeNav .social-list {
		float: right;
	}
}



/* Medium devices (desktops, 992px and up) */
@media (min-width: 992px) {

}

/* Large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {


		#zkeNav .navbar-brand {
/* 		    height: 50px; */
		}



		#zkeNav .navbar-brand {
			width: 100%;
			max-width: 163px;
			display: block;
			margin-left: -1em;
		}

}


/* SLIDER */


#zkeSlider{
	background-color: #000000;
}

.hero-slider {
/* 	float: left; */
}

.hero-slider .item {
	float: left;
	height: 175px;
	display: table !important;
	width: 100%;
}

/*
.hero-slider .item img {
	float: left;
	width: 100%;
}
*/


.hero-slider  .slide-text {
    bottom: 20px;
    color: #fff;
    position: relative;
    padding-top: 20px;
    padding-bottom: 20px;
	display: table-cell;
    text-align: left;
    text-shadow: 0 1px 2px rgba(0,0,0,.6);
    vertical-align: middle;
    z-index: 10;
    width: 100%;
}

.hero-slider h2 {
	font-size: 25px;
	color: black;
	margin: 0;
	padding: 0;
	text-transform: uppercase;
}

.hero-slider a {
	display: block;
	float: left;
	clear; left;
}

p.slide-descriptions {
	color: black;
	font-size: 11px;
}

.hero-slider .btn {
	margin-top: 10px;
}

/* Extra small devices (phones, less than 768px) */
/* No media query since this is the default in Bootstrap */

/* Small devices (tablets, 768px and up) */
@media (min-width: 768px) {

	.hero-slider .item {
		height: 350px;
	}

	.hero-slider h2 {
		font-size: 38px;
	}

	p.slide-descriptions {
		display: none;
	}
}

/* Medium devices (desktops, 992px and up) */
@media (min-width: 992px) {
	.hero-slider .item {
		height: 550px;
	}

	.hero-slider h2 {
		font-size: 62px;
	}

	p.slide-descriptions {
		display: block;
		color: black;
		border-top: 1px solid;
		font-size: 24px;
		line-height: 1.2;
		margin-top: 18px;
		padding-top: 18px;
	}

}

/* Large devices (large desktops, 1200px and up) */
@media (min-width: @screen-lg-min) { ... }

/* slick arrows */

.slick-prev,
.slick-next {
	border: none;
	position: absolute;
	background-color: rgba(255,255,255,.5);
	font-size: .75em;
/* 	height: auto; */
	line-height: 1rem;
	padding: 4em 2em;
	width: auto;
	z-index: 10;
	top: 25%;
}

.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
    color: #ffffff;
    outline: none;
	background-color: rgba(255,255,255,.7);
}

.slick-prev {
	left: 0px;
}

.slick-next {
    right: 0;
}


/* slick dots */

.slick-dotted.slick-slider {
    margin-bottom: 0;
}

.slick-dots li button::before {
    font-family: 'slick';
    font-size: 2rem;
    line-height: 1em;
    position: absolute;
    top: 0;
    left: 0;
    width: 20px;
    height: 20px;
    content: '\25CF';
    text-align: center;
    opacity: .25;
    color: #ffffff;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}



/* WELCOME */


#zkeWelcome h2 {
	color: #e32526;
}

.tabs {
	font-size: 24px;
}

.tabs .nav > li:nth-child(odd) {
	background-color: #e32526;
}

.tabs .nav > li:nth-child(even) {
	background-color: #b0b0b0;
}

.tabs .nav > li.active:after {
	content: ' ';
    position: absolute;
    width: 20px;
    height: 30px;
    border-top: 15px solid transparent;
    border-bottom: 15px solid transparent;
    border-left: 15px solid transparent;
    right: -20px;
    display: block;
    top: 33.333%;
}

.tabs .nav > li.active:nth-child(odd):after {
    border-left: 15px solid #e32526;
}

.tabs .nav > li.active:nth-child(even):after {
    border-left: 15px solid #b0b0b0;
}


.tabs .nav > li {
	position: relative;
}

.tabs .nav > li > a {
	border: 1px solid transparent;
	color: #ffffff;
	padding: 1em;
	text-align: center;
}

.tabs .nav > li > a:focus,
.tabs .nav > li > a:hover {
    text-decoration: none;
    background-color: inherit;
}

#zkeWelcome .panel {
    margin-bottom: 20px;
    background-color: transparent;
    border: 1px solid transparent;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}

#zkeWelcome .panel:hover {
    background-color: #e32526;
}

#zkeWelcome .panel-body {
    background-color: transparent;
	padding: 0;
}

#zkeWelcome .panel-footer {
    padding: 0;
    background-color: transparent;
    border-top: none;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
    text-align: center;
}

#zkeWelcome .panel-footer h3{
	color: #e32526;
	text-align: center
}

#zkeWelcome .panel:hover .panel-footer h3{
	color: #ffffff;
}



/* PAGES */

#zkePageBanner {
	margin-bottom: 3em;
}



#zkePageBanner h1,
#zkePageBanner .h1 {
	font-weight: 300;
	line-height: 1em;
	margin-bottom: .5em;
	padding: 0;
}

#zkePageBanner p {
	color: #000000;
	font-size: 1.5em;
	padding: 0;
	margin: 0;
}

#zkePageTitle .block-indent {
	padding: 0 0 3em;
}


#zkePageTitle h1,
#zkePageTitle .h1 {
	color: #e32526;
	margin-bottom: .5em;
	padding: 0;
}

#zkePageTitle h1 span,
#zkePageTitle .h1 span {
	font-weight: 400;
}

#zkePageContent {
	padding-bottom: 6em;
}

#zkePageIntro .block-indent,
#zkePageContent .block-indent {
	padding: 0 0 3em;
}


/* SERVICES */

#zkePageContent.services .tabs {
	font-size: 18px;
}

#zkePageContent.services .tabs a {
	line-height: 1.2;
}

#zkePageContent.services .tabs .nav > li.active:after {
    top: 25%;
}


/* EVENTS */

#zkePageContent.events .panel-group .panel-body {
    margin-top: 0;
	font-weight: 400;
    font-size: 14.64px;
}

#zkePageContent.events .panel-group .panel-heading {
	color: #ffffff;
    border-bottom: 0;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

#zkePageContent.events .panel:nth-child(odd) .panel-heading {
	background-color: #e32526;
}

#zkePageContent.events .panel:nth-child(even) .panel-heading {
	background-color: #b0b0b0;
}


.tabs .nav > li:nth-child(odd) {
	background-color: #e32526;
}

.tabs .nav > li:nth-child(even) {
	background-color: #b0b0b0;
}

/* TEAM */

#zkePageContent.team .row {
	margin-bottom: 2em;
}

#zkePageContent.team h2 {
	margin: 0;
	padding: 0 0 1em;
}



/* DONATE */


#zkeDonate {
	text-align: center
}

#zkeDonate h3 {
	font-weight: 300;
}
#zkeDonate h3 em {
	color: #e32526;
	font-style: normal;
}

/* IMPACT */

#zkeImpact .numbers {
	text-align: center;
}

#zkeWelcome h2,
#zkeImpact h2 {
	font-size: 60px;
	font-weight: 300;
	margin: 0 0 .5em;
	padding: 0;
}

#zkeImpact .numbers h3 {
	font-size: 36px;
	font-weight: 900;
	margin: 0;
	padding: 0;
}


/*  FOOTER  */

#zkeFooter h3 {
	font-size: 2em;
}

footer {
    background: inherit;
    padding: 0;
    margin: 0;
}



.staff {
/* 	text-align: center; */
}


/* CATEGORY PAGES */




.submenu {
	border-bottom: 1px solid transparent;
}

.submenu ul.nav.nav-pills {
	text-align: center;
}


.submenu ul.nav.nav-pills li {
    float: none;
    display: inline-block;
}

.submenu ul.nav.nav-pills > li > h4 > a {
	border-radius: 0;
	display: block;
	font-size: 16px;
	padding: .5rem 3rem;
}
