
/* 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: 22% 0px 8% 0px;
}
.intro__height-normal{
	padding: 20% 0px 1% 0px;
}
.intro__height-small{
	padding: 11% 0px 1% 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);
}
.intro__tagline{
	position: relative;
	z-index: 30;
	margin: 90px 0px 0px 0px;
	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);
}


/* Mission */
.mission{
	position: relative;
	z-index: 15;
	padding: 60px 0px 60px 0px;
	background-color: #30602f;
}
.mission:before{
    content: "";
    position: absolute;
    z-index: 15;
    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%
	);
}
.mission:after{
    content: "";
    position: absolute;
    z-index: 15;
    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%
	);
}

.mission__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;
}
.mission__image-overlay{
	position: absolute;
	left: 0px;
	top: 0px;

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

	background: rgba(48,96,47,0.5);
}
.mission .container{
	position: relative;
	max-width: 660px;
}
.mission__intro{
	border: 0px none;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px;
}
.mission__title{
	text-align: center;
}
.mission__title h3{
	margin: 0px 0px 0px 0px;
	padding: 0px;

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

	color: #ffffff;
}

.mission__text{
	margin: 0px 0px 0px 0px;
	text-align: center;
}
.mission__text p{
	margin: 0px;
	padding: 0px;
	transition: all 0.5s;
}
.mission__text.expand p{
	margin: 0px 0px 20px 0px;
	padding: 0px;
}
.mission__text p:last-child{
	margin: 0px;
}
.mission__text a{
	color: #ffffff;
	text-decoration: underline;
}
.mission__text h4{
    margin: 0px;
    padding: 0px;
    font-family: 'breeserif';
    font-weight: normal;
    font-size: 25px;
    line-height: 29px;
    letter-spacing: 0px;
    color: #ffffff;
}
.mission__text strong,
.mission__text b{
	font-family: 'latoblack';
	font-weight: normal;
}
.mission__text em{
	font-style: italic;
}
.mission__text u{
	text-decoration: underline;
}
.mission__text img{
	max-width: 100%;
	height: auto;
}

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

	margin: 0px;
	padding: 0px;

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

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

	cursor: pointer;
}

.mission__label{
	margin: 22px 0px 0px 0px;
	text-align: center;
}
.mission__label p{
	margin: 0px;
	padding: 0px;
}

.mission__link{
	margin: 0px 0px 0px 0px;
	text-align: center;
}
.mission__link a{
	display: inline-block;
	vertical-align: top;

	border: 0px none;
	margin: 0px auto 0px auto;
	padding: 10px 24px;
	border-radius: 3px;

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

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

    color: #ffffff;

	transition: all 0.5s;
}
.mission__link a:hover{
	transform: scale(1.04);
}

.mission__btn{
	margin: 0px;
	text-align: center;
}
.mission__btn-primary{
	display: inline-block;
	vertical-align: top;

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

    font-family: 'latoblack';
    font-weight: normal;
    font-size: 24px;

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

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

	transition: all 0.5s;
}
.mission__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);
}


/* Themes */
.themes{
	position: relative;
	z-index: 10;
    clip-path: inset(0px 0px -60px 0px);

	padding: 60px 0px 30px 0px;
	background-color: #000000;
}
.themes .container{
	position: relative;
	width: 1240px;
}
.themes__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;
}
.themes__image-overlay{
	position: absolute;
	left: 0px;
	top: 0px;

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

.themes__items{
	list-style: none;
	margin: 0px;
	padding: 0px;
}
.themes__item{
	margin: 0px 0px 22px 0px;
	padding: 0px 22px;
	text-align: center;
}
.themes__item img{
	display: block;
	max-width: 50px;
	height: auto;

	margin: 0px auto 12px auto;

	border-radius: 50%;
}
.themes__item h2,
.themes__item h3{
	margin: 0px 0px 8px 0px;
	padding: 0px;

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

    line-height: 28px;
    letter-spacing: 0px;
    text-decoration: none;

    color: #ffffff;
}
.themes__item div{
	color: #eeeeee;
}
.themes__item div p{
	margin: 0px 0px 22px;
	padding: 0px;
}
.themes__item div p:last-child{
	margin: 0px;
}
.themes__item div a{
	text-decoration: underline;
	color: #ffffff;
}
.themes__item div h4{
	margin: 0px 0px 8px 0px;
	padding: 0px;

	font-family: 'latoblack';
    font-weight: normal;
    font-size: 25px;

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

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


/* Announcement */
.announcement{
	position: relative;
	padding: 60px 0px 60px 0px;
}
.announcement: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%
	);
}
.announcement: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%
	);
}

.announcement__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;
}
.announcement__image-overlay{
	position: absolute;
	left: 0px;
	top: 0px;

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

	background: rgba(0,0,0,0.5);
}
.announcement .container{
	position: relative;
	max-width: 660px;
}
.announcement__intro{
	border: 0px none;
	margin: 0px 0px 60px 0px;
	padding: 0px 0px;
}
.announcement__title{
	text-align: center;
}
.announcement__title h3{
	margin: 0px 0px 0px 0px;
	padding: 0px;

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

	color: #ffffff;
}
.announcement__title{
	text-align: center;
}
.announcement__title h2{
	margin: 0px 0px 18px 0px;
	padding: 0px;

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

	color: #ffffff;
}

.announcement__text{
	margin: 0px 0px 0px 0px;
	text-align: center;
}
.announcement__text p{
	margin: 0px;
	padding: 0px;
	transition: all 0.5s;
}
.announcement__text.expand p{
	margin: 0px 0px 20px 0px;
	padding: 0px;
}
.announcement__text p:last-child{
	margin: 0px;
}
.announcement__text a{
	color: #ffffff;
	text-decoration: underline;
}
.announcement__text h4{
    margin: 0px;
    padding: 0px;
    font-family: 'breeserif';
    font-weight: normal;
    font-size: 25px;
    line-height: 29px;
    letter-spacing: 0px;
    color: #ffffff;
}
.announcement__text strong,
.announcement__text b{
	font-family: 'latoblack';
	font-weight: normal;
}
.announcement__text em{
	font-style: italic;
}
.announcement__text u{
	text-decoration: underline;
}
.announcement__text img{
	max-width: 100%;
	height: auto;
}

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

	margin: 0px;
	padding: 0px;

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

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

	cursor: pointer;
}

.announcement__label{
	margin: 22px 0px 0px 0px;
	text-align: center;
}
.announcement__label p{
	margin: 0px;
	padding: 0px;
}

.announcement__link{
	margin: 0px 0px 0px 0px;
	text-align: center;
}
.announcement__link a{
	display: inline-block;
	vertical-align: top;

	border: 0px none;
	margin: 0px auto 0px auto;
	padding: 10px 24px;
	border-radius: 3px;

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

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

    color: #ffffff;

	transition: all 0.5s;
}
.announcement__link a:hover{
	transform: scale(1.04);
}

.announcement__btn{
	margin: 0px;
	text-align: center;
}
.announcement__btn-primary{
	display: inline-block;
	vertical-align: top;

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

    font-family: 'latoblack';
    font-weight: normal;
    font-size: 24px;

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

    color: #ffffff;
	background-color: rgba(220,102,0,0.9);

	transition: all 0.5s;
}
.announcement__btn-primary:hover{
	transform: scale(1.04);
	box-shadow: 0px 2px 15px rgba(0,0,0,0.7);
	background-color: rgba(220,102,0,1);
}



/* Outro */
.outro{
	position: relative;
	padding: 60px 0px 60px 0px;
}
.outro__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;
}
.outro__image-overlay{
	position: absolute;
	left: 0px;
	top: 0px;

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

	background: rgba(0,0,0,0.5);
}
.outro__btn{
	position: relative;
	text-align: center;
	margin: 0px;
}
.outro__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;
}
.outro__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);
}
.outro__btn-spacer{
	display: block;
	width: 100%;
	height: 0px;
}
.outro__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;
}
.outro__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);
}


/* MD */
@media only screen and (max-width: 1280px) {
	.themes .container{
		width: 100%;
	}
}

/* SM */
@media only screen and (max-width: 992px) {
	.themes .container{
		width: 100%;
	}

}

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

	.intro__height-normal{
		padding: 96px 0px 48px 0px;
	}
	.intro__btn{
		margin: 24px 0px 0px 0px;
	}
	.intro__btn-primary{
	    padding: 12px 24px;
	    font-size: 22px;
	    line-height: 28px;
	    letter-spacing: 2px;		
	}
	.intro__btn-secondary{
	    padding: 8px 24px;
	    font-size: 16px;
	    line-height: 24px;		
	}
	.intro .container{
		padding: 0px 3%;
	}
	.intro__tagline h1{
		font-size: 50px;
		line-height: 56px;
		letter-spacing: 4px;
	}

	.themes .container{
		width: 100%;
		padding: 0px 3%;
	}
	.themes__items{
		margin: 0px 0px;
		padding: 0px;
	}
	.themes__item{
		margin: 0px 0px 22px 0px;
		padding: 0px 0px;
		text-align: center;
	}

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

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


	.outro .container{
		padding: 0px 3%;
	}
	.outro__btn-primary{
	    padding: 12px 24px;
	    font-size: 22px;
	    line-height: 28px;
	    letter-spacing: 2px;		
	}
	.outro__btn-secondary{
	    padding: 8px 24px;
	    font-size: 16px;
	    line-height: 24px;		
	}
	.outro__btn-secondary{
	    padding: 8px 24px;
	    font-size: 16px;
	    line-height: 24px;		
	}

}
