
/* Intro */
.intro{
	position: relative;
	z-index: 20;
}
.intro:after{
    content: "";
    position: absolute;
    z-index: 20;
    left: 0px;
    bottom: 0px;

    display: block;
    width: 100%;
    height: 120px;

    background: linear-gradient(
		to bottom,
		hsla(0, 0%, 0%, 0) 0%,
	    hsla(0, 0%, 0%, 0.013) 8.1%,
	    hsla(0, 0%, 0%, 0.049) 15.5%,
	    hsla(0, 0%, 0%, 0.104) 22.5%,
	    hsla(0, 0%, 0%, 0.175) 29%,
	    hsla(0, 0%, 0%, 0.259) 35.3%,
	    hsla(0, 0%, 0%, 0.352) 41.2%,
	    hsla(0, 0%, 0%, 0.45) 47.1%,
	    hsla(0, 0%, 0%, 0.55) 52.9%,
	    hsla(0, 0%, 0%, 0.648) 58.8%,
	    hsla(0, 0%, 0%, 0.741) 64.7%,
	    hsla(0, 0%, 0%, 0.825) 71%,
	    hsla(0, 0%, 0%, 0.896) 77.5%,
	    hsla(0, 0%, 0%, 0.951) 84.5%,
	    hsla(0, 0%, 0%, 0.987) 91.9%,
	    hsl(0, 0%, 0%) 100%
	);
}

.intro__height-large{
	padding: 18% 0px 14% 0px;
}
.intro__height-normal{
	padding: 12% 0px 9% 0px;
}
.intro__height-small{
	padding: 9% 0px 5% 0px;
}


.intro__image-background{
	position: absolute;
	left: 0px;
	top: 0px;

	display: block;
	width: 100%;
	height: 100%;

	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	background-color: #000000;
}
.intro__image-overlay{
	position: absolute;
	left: 0px;
	top: 0px;

	display: block;
	width: 100%;
	height: 100%;

	background: rgba(0,0,0,0.2);
    box-shadow: inset 0px -30px 25px -15px rgba(0,0,0,1);
}
.intro__tagline{
	position: relative;
	z-index: 30;
	text-align: center;
}
.intro__tagline h1{
	display: inline-block;
	vertical-align: top;

	margin: 0px;
	padding: 0px;

    font-family: 'klilllight';
	font-weight: normal;
	font-size: 80px;
	line-height: 90px;
	letter-spacing: 6px;

	text-decoration: none;
	text-shadow: 0px 2px 15px rgba(0,0,0,0.7);

	color: #ffffff;	
}
.intro__btn{
	position: relative;
	z-index: 30;
	margin: 5% 0px 0px 0px;
	text-align: center;
}
.intro__btn-primary{
	display: inline-block;
	vertical-align: top;

	border: 0px none;
	margin: 0px 0px 15px 0px;
	padding: 10px 28px 14px 28px;
	border-radius: 3px;
	box-shadow: 0px 2px 15px rgba(0,0,0,0.3);

    font-family: 'breeserif';
    font-weight: normal;
    font-size: 28px;

    line-height: 32px;
    letter-spacing: 2px;
    text-decoration: none;

    color: #ffffff;
	background-color: rgba(233,81,38,0.75);

	transition: all 0.5s;
}
.intro__btn-primary:hover{
	transform: scale(1.04);
	box-shadow: 0px 2px 15px rgba(0,0,0,0.7);
	background-color: rgba(233,81,38,1);
}
.intro__btn-spacer{
	display: block;
	width: 100%;
	height: 0px;
}
.intro__btn-secondary{
	display: inline-block;
	vertical-align: top;

	border: 0px none;
	margin: 0px 0px 0px 0px;
	padding: 9px 24px 11px 24px;
	border-radius: 3px;
	box-shadow: 0px 2px 15px rgba(0,0,0,0.3);

    font-family: 'breeserif';
    font-weight: normal;
    font-size: 18px;

    line-height: 24px;
    letter-spacing: 1px;
    text-decoration: none;

    color: #ffffff;
	background-color: rgba(48,96,47,0.9);

	transition: all 0.5s;
}
.intro__btn-secondary:hover{
	transform: scale(1.04);
	box-shadow: 0px 2px 15px rgba(0,0,0,0.7);
	background-color: rgba(48,96,47,1);
}


/* About us */
.aboutus{
	position: relative;
	z-index: 10;

	padding: 60px 0px 50px 0px;
	background-color: #30602f;
}
.aboutus:before{
    content: "";
    position: absolute;
    z-index: 10;
    left: 0px;
    top: 0px;

    display: block;
    width: 100%;
    height: 60px;

	background:  linear-gradient(
		to top,
	    hsla(0, 0%, 0%, 0) 0%,
	    hsla(0, 0%, 0%, 0.013) 8.1%,
	    hsla(0, 0%, 0%, 0.049) 15.5%,
	    hsla(0, 0%, 0%, 0.104) 22.5%,
	    hsla(0, 0%, 0%, 0.175) 29%,
	    hsla(0, 0%, 0%, 0.259) 35.3%,
	    hsla(0, 0%, 0%, 0.352) 41.2%,
	    hsla(0, 0%, 0%, 0.45) 47.1%,
	    hsla(0, 0%, 0%, 0.55) 52.9%,
	    hsla(0, 0%, 0%, 0.648) 58.8%,
	    hsla(0, 0%, 0%, 0.741) 64.7%,
	    hsla(0, 0%, 0%, 0.825) 71%,
	    hsla(0, 0%, 0%, 0.896) 77.5%,
	    hsla(0, 0%, 0%, 0.951) 84.5%,
	    hsla(0, 0%, 0%, 0.987) 91.9%,
	    hsl(0, 0%, 0%) 100%
	);
}
.aboutus:after{
    content: "";
    position: absolute;
    z-index: 10;
    left: 0px;
    bottom: 0px;

    display: block;
    width: 100%;
    height: 60px;

	background:  linear-gradient(
		to bottom,
	    hsla(0, 0%, 0%, 0) 0%,
	    hsla(0, 0%, 0%, 0.013) 8.1%,
	    hsla(0, 0%, 0%, 0.049) 15.5%,
	    hsla(0, 0%, 0%, 0.104) 22.5%,
	    hsla(0, 0%, 0%, 0.175) 29%,
	    hsla(0, 0%, 0%, 0.259) 35.3%,
	    hsla(0, 0%, 0%, 0.352) 41.2%,
	    hsla(0, 0%, 0%, 0.45) 47.1%,
	    hsla(0, 0%, 0%, 0.55) 52.9%,
	    hsla(0, 0%, 0%, 0.648) 58.8%,
	    hsla(0, 0%, 0%, 0.741) 64.7%,
	    hsla(0, 0%, 0%, 0.825) 71%,
	    hsla(0, 0%, 0%, 0.896) 77.5%,
	    hsla(0, 0%, 0%, 0.951) 84.5%,
	    hsla(0, 0%, 0%, 0.987) 91.9%,
	    hsl(0, 0%, 0%) 100%
	);
}
.aboutus__image-background{
    position: absolute;
    left: 0px;
    top: 0px;

	display: block;
    width: 100%;
    height: 100%;

    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    filter: grayscale(100%);
    opacity: 0.1;
}
.aboutus__image-overlay{
	position: absolute;
	left: 0px;
	top: 0px;

	display: block;
	width: 100%;
	height: 100%;
}
.aboutus .container{
	position: relative;
	max-width: 660px;
}
.aboutus__title{
	text-align: center;
}
.aboutus__title h2{
	margin: 0px 0px 18px 0px;
	padding: 0px;

    font-family: 'breeserif';
	font-weight: normal;
	font-size: 29px;
	line-height: 36px;
	letter-spacing: 1px;

	color: #ffffff;
}

.aboutus__text{
	margin: 0px 0px 0px 0px;
}
.aboutus__text p{
	margin: 0px;
	padding: 0px;
	transition: all 0.5s;
}
.aboutus__text.expand p{
	margin: 0px 0px 20px 0px;
	padding: 0px;
}
.aboutus__text p:last-child{
	margin: 0px;
}
.aboutus__text a{
	color: #ffffff;
	text-decoration: underline;
}
.aboutus__text h4{
    margin: 0px;
    padding: 0px;
    font-family: 'breeserif';
    font-weight: normal;
    font-size: 25px;
    line-height: 29px;
    letter-spacing: 0px;
    color: #ffffff;
}
.aboutus__text strong,
.aboutus__text b{
	font-family: 'latoblack';
	font-weight: normal;
}
.aboutus__text em{
	font-style: italic;
}
.aboutus__text u{
	text-decoration: underline;
}
.aboutus__text img{
	max-width: 100%;
	height: auto;
}
.aboutus__text img.alignright{
	float: right;
	margin: 0px 0px 20px 20px;
}
.aboutus__text img.alignleft{
	float: left;
	margin: 0px 20px 20px 0px;
}
.aboutus__text img.aligncenter{
	display: block;
	margin: 0px auto 20px auto;
}
.aboutus__text table{
	margin: 0px 0px 20px 0px;
	border: 1px solid;
}
.aboutus__text td{
	border: 1px solid;
}
.aboutus__text iframe{
	width: 100%;
	max-width: 100%;
	height: auto;
	border: 0px none;
}

.aboutus__text .extended__text{
	max-height: 0px;
	overflow: hidden;

	margin: 0px;
	padding: 0px;

	transition: all 0.5s;
}
.aboutus__text.expand .extended__text{
	max-height: 1000px;
}
.aboutus__text .extended__btn{
	display: inline-block;
	margin: 8px 0px 0px 0px;
	padding: 0px;

    font-family: 'latoblack';
	font-weight: normal;

	cursor: pointer;
}

/* Staff */
.staff{
	position: relative;
	padding: 60px 0px 60px 0px;
}
.staff .container{
	position: relative;
}
.staff__image-background{
    position: absolute;
    left: 0px;
    top: 0px;

	display: block;
    width: 100%;
    height: 100%;

	background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    filter: grayscale(100%);
    opacity: 0.1;
}
.staff__image-overlay{
	position: absolute;
    left: 0px;
    top: 0px;
    display: block;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.7);
}
.staff__title{
	margin: 0px 0px 30px 0px;
	text-align: center;
}
.staff__title h2{
	margin: 0px;
	padding: 0px;

    font-family: 'breeserif';
	font-weight: normal;
	font-size: 29px;
	line-height: 36px;
	letter-spacing: 1px;

	color: #ffffff;
}
.staff__text{
	max-width: 660px;
	margin: 0px auto 36px auto;
}
.staff__text p{
	margin: 0px 0px 20px 0px;
	padding: 0px;
}
.staff__text p:last-child{
	margin: 0px;
}
.staff__text a{
	color: #ffffff;
	text-decoration: underline;
}
.staff__text h4{
	margin: 0px;
	padding: 0px;

    font-family: 'breeserif';
	font-weight: normal;
	font-size: 29px;
	line-height: 36px;
	letter-spacing: 1px;

	color: #ffffff;
}
.staff__text strong,
.staff__text b{
	font-family: 'latoblack';
	font-weight: normal;
}
.staff__text em{
	font-style: italic;
}
.staff__text u{
	text-decoration: underline;
}
.staff__text img{
	max-width: 100%;
	height: auto;
}
.staff__members{

}
.staff__members > ul{
	display: block;
	list-style: none;
	margin: 0px -24px;
	padding: 0px;
	text-align: center;
}
.staff__member{
	float: none;
	display: inline-block;
	vertical-align: top;
	margin: 0px -4px 0px 0px;
	padding: 0px 24px 24px 0px;
	text-align: left;
}
.staff__member:nth-child(3n+1){
	clear: left;
}
.staff__member-image{
	display: block;
	max-width: 300px;
	height: auto;
	margin: 0px auto;

	border-radius: 100%;
}
.staff__member-title{
	margin: 12px 0px 8px 0px;
	padding: 0px;

    font-family: 'breeserif';
	font-weight: normal;
	font-size: 25px;
	line-height: 28px;
	letter-spacing: 0px;

	text-align: center;
	color: #ffffff;
}
.staff__member-text{
	margin: 0px;
	padding: 0px;
}
.staff__member-text p{
	margin: 0px;
	padding: 0px;
}
.staff__member-text.expand p{
	margin: 0px 0px 20px 0px;
	padding: 0px;	
}
.staff__member-text p:last-child{
	margin: 0px;
}
.staff__member-text a{
	color: #ffffff;
	text-decoration: underline;
}
.staff__member-text h4{
	margin: 0px;
	padding: 0px;

    font-family: 'latoblack';
	font-weight: normal;
	font-size: 29px;
	line-height: 36px;
	letter-spacing: 2px;

	color: #ffffff;
}
.staff__member-text strong,
.staff__member-text b{
	font-family: 'latoblack';
	font-weight: normal;
}
.staff__member-text em{
	font-style: italic;
}
.staff__member-text u{
	text-decoration: underline;
}
.staff__member-text img{
	max-width: 100%;
	height: auto;
}
.staff__member-text img.alignright{
	float: right;
	margin: 0px 0px 20px 20px;
}
.staff__member-text img.alignleft{
	float: left;
	margin: 0px 20px 20px 0px;
}
.staff__member-text img.aligncenter{
	display: block;
	margin: 0px auto 20px auto;
}
.staff__member-text table{
	margin: 0px 0px 20px 0px;
	border: 1px solid;
}
.staff__member-text td{
	border: 1px solid;
}
.staff__member-text iframe{
	width: 100%;
	max-width: 100%;
	height: auto;
	border: 0px none;
}


.staff__member-text .extended__text{
	max-height: 0px;
	overflow: hidden;

	margin: 0px;
	padding: 0px;

	transition: all 0.5s;
}
.staff__member-text.expand .extended__text{
	max-height: 1000px;
}
.staff__member-text .extended__btn{
	display: inline-block;
	margin: 8px 0px 0px 0px;
	padding: 0px;

    font-family: 'latoblack';
	font-weight: normal;

	cursor: pointer;
}

/* Counsel */
.counsel{
	position: relative;
	padding: 60px 0px 60px 0px;
}
.counsel .container{
	position: relative;
}
.counsel__image-background{
    position: absolute;
    left: 0px;
    top: 0px;

	display: block;
    width: 100%;
    height: 100%;

	background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    filter: grayscale(100%);
    opacity: 0.1;
}
.counsel__image-overlay{
	position: absolute;
    left: 0px;
    top: 0px;
    display: block;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.7);
}
.counsel__title{
	margin: 0px 0px 30px 0px;
	text-align: center;
}
.counsel__title h2{
	margin: 0px;
	padding: 0px;

    font-family: 'breeserif';
	font-weight: normal;
	font-size: 29px;
	line-height: 36px;
	letter-spacing: 1px;

	color: #ffffff;
}
.counsel__text{
	max-width: 660px;
	margin: 0px auto 36px auto;
}
.counsel__text p{
	margin: 0px 0px 20px 0px;
	padding: 0px;
}
.counsel__text p:last-child{
	margin: 0px;
}
.counsel__text a{
	color: #ffffff;
	text-decoration: underline;
}
.counsel__text h4{
	margin: 0px;
	padding: 0px;

    font-family: 'breeserif';
	font-weight: normal;
	font-size: 29px;
	line-height: 36px;
	letter-spacing: 1px;

	color: #ffffff;
}
.counsel__text strong,
.counsel__text b{
	font-family: 'latoblack';
	font-weight: normal;
}
.counsel__text em{
	font-style: italic;
}
.counsel__text u{
	text-decoration: underline;
}
.counsel__text img{
	max-width: 100%;
	height: auto;
}
.counsel__members{

}
.counsel__members > ul{
	display: block;
	list-style: none;
	margin: 0px -24px;
	padding: 0px;
	text-align: center;
}
.counsel__member{
	float: none;
	display: inline-block;
	vertical-align: top;
	margin: 0px -4px 0px 0px;
	padding: 0px 24px 24px 0px;
	text-align: left;
}
.counsel__member:nth-child(3n+1){
	clear: left;
}
.counsel__member-image{
	display: block;
	max-width: 300px;
	height: auto;
	margin: 0px auto;

	border-radius: 100%;
}
.counsel__member-title{
	margin: 12px 0px 8px 0px;
	padding: 0px;

    font-family: 'breeserif';
	font-weight: normal;
	font-size: 25px;
	line-height: 28px;
	letter-spacing: 0px;

	text-align: center;
	color: #ffffff;
}
.counsel__member-text{
	margin: 0px;
	padding: 0px;
}
.counsel__member-text p{
	margin: 0px;
	padding: 0px;
}
.counsel__member-text.expand p{
	margin: 0px 0px 20px 0px;
	padding: 0px;	
}
.counsel__member-text p:last-child{
	margin: 0px;
}
.counsel__member-text a{
	color: #ffffff;
	text-decoration: underline;
}
.counsel__member-text h4{
	margin: 0px;
	padding: 0px;

    font-family: 'latoblack';
	font-weight: normal;
	font-size: 29px;
	line-height: 36px;
	letter-spacing: 2px;

	color: #ffffff;
}
.counsel__member-text strong,
.counsel__member-text b{
	font-family: 'latoblack';
	font-weight: normal;
}
.counsel__member-text em{
	font-style: italic;
}
.counsel__member-text u{
	text-decoration: underline;
}
.counsel__member-text img{
	max-width: 100%;
	height: auto;
}
.counsel__member-text img.alignright{
	float: right;
	margin: 0px 0px 20px 20px;
}
.counsel__member-text img.alignleft{
	float: left;
	margin: 0px 20px 20px 0px;
}
.counsel__member-text img.aligncenter{
	display: block;
	margin: 0px auto 20px auto;
}
.counsel__member-text table{
	margin: 0px 0px 20px 0px;
	border: 1px solid;
}
.counsel__member-text td{
	border: 1px solid;
}
.counsel__member-text iframe{
	width: 100%;
	max-width: 100%;
	height: auto;
	border: 0px none;
}


.counsel__member-text .extended__text{
	max-height: 0px;
	overflow: hidden;

	margin: 0px;
	padding: 0px;

	transition: all 0.5s;
}
.counsel__member-text.expand .extended__text{
	max-height: 1000px;
}
.counsel__member-text .extended__btn{
	display: inline-block;
	margin: 8px 0px 0px 0px;
	padding: 0px;

    font-family: 'latoblack';
	font-weight: normal;

	cursor: pointer;
}

/* MD */
@media only screen and (max-width: 1280px) {

}

/* SM */
@media only screen and (max-width: 992px) {

	.staff__members > ul{
		margin: 0px -36px;
	}
	.staff__member{
		margin: 0px 0px 36px 0px;
		padding: 0px 146px;
	}

	.counsel__members > ul{
		margin: 0px -36px;
	}
	.counsel__member{
		margin: 0px 0px 36px 0px;
		padding: 0px 146px;
	}

}

/* XS */ 
@media only screen and (max-width: 767px) {

	.intro__height-small{
		padding: 96px 0px 48px 0px;
	}
	.intro__height-normal{
		padding: 96px 0px 48px 0px;
	}
	.intro__height-large{
		padding: 96px 0px 48px 0px;
	}
	.intro .container{
		padding: 0px 3%;
	}
	.intro__tagline h1{
		font-size: 50px;
		line-height: 56px;
		letter-spacing: 4px;
	}

	.aboutus .container{
		padding: 0px 3%;
	}

	.staff .container{
		padding: 0px 3%;
	}
	.staff__members > ul{
		margin: 0px;
	}
	.staff__member{
		margin: 0px 0px 36px 0px;
		padding: 0px 0px;
	}
	.staff__member-title{
		text-align: left;
	}
	
	.counsel .container{
		padding: 0px 3%;
	}
	.counsel__members > ul{
		margin: 0px;
	}
	.counsel__member{
		margin: 0px 0px 36px 0px;
		padding: 0px 0px;
	}
	.counsel__member-title{
		text-align: left;
	}

}