/* MANTLE */
.index--mantle {
	top: 0px;
	height: 200px;
	width: 100%;
	margin-top: 0px;
	min-height: 750px;
	padding-top: 300px;
	background-color: var(--mainblue);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	position: relative;
}
	@media (min-width: 450px) {.index--mantle {padding-top: 350px;}}
	@media (min-width: 500px) {.index--mantle {padding-top: 350px;}}
	@media (min-width: 768px) {
		.index--mantle {
			padding-top: 350px;
			min-height: 900px;
		}
	}


/*	@media (min-width: 500px)  {.index--mantle {padding: 0 25px;}}
	@media (min-width: 600px)  {.index--mantle {padding: 0 35px;}}
	@media (min-width: 768px)  {.index--mantle {padding: 0 50px;}}
	@media (min-width: 1024px) {.index--mantle {padding: 0 75px;}}
	@media (min-width: 1244px) {.index--mantle {padding: 0 100px;}}
	@media (min-width: 1440px) {.index--mantle {padding: 0 100px;}}*/


.tickercontainer {
	position: absolute;
	z-index: 10;
	top: 145px;
}
	@media (max-width: 767px) {.tickercontainer {display: none;}}

.index--mantle-copy-wrap {
	position: relative;
	left: 0;
	max-width: 580px;
	z-index: 2;
}

.index--mantle h1 {
	font-size: 34px;
	line-height: 1.0;
	color: #FFF;
	text-transform: none;
	font-weight: 400;
	padding-bottom: 15px;
}
	@media (min-width: 500px) {.index--mantle h1 {font-size: 36px;}}
	@media (min-width: 1024px) {
		.index--mantle h1 {
			font-size: 52px;
			padding-bottom: 25px;
		}
	}


.index--mantle p {
	text-align: left;
	font-size: 16px;
	line-height: 1.3;
	letter-spacing: -.15px;
	color: #FFF;
	padding-bottom: 25px;
}
	@media (min-width: 450px) {.index--mantle p {font-size: 18px;}}
	@media (min-width: 500px) {.index--mantle p {font-size: 18px;}}
	@media (min-width: 600px) {.index--mantle p {font-size: 22px;}}


.index--mantle-btn {}


.index--mantle-image {
	position: absolute;
	top: 70px;
	right: 0;
	z-index: 1;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
}
	@media (min-width: 450px) {.index--mantle-image {width: 550px;}}
	@media (min-width: 768px) {
		.index--mantle-image {
			top: 130px;
			width: 1024px;
		}
	}
	@media (min-width: 1024px) {
		.index--mantle-image {
			top: 130px;
			width: 1024px;
		}
	}

.index--mantle-image img {display: none;}
.index--mantle-image img:first-child {display: initial;}





.index-subheader {
	font-size: 40px;
	font-weight: 400;
	max-width: 600px;
	/*padding-top: 50px;*/
}


.index-sections-header {
	position: relative;
	float: left;
	color: #FFF;
	width: 100%;
	margin-bottom: 15px;
	z-index: 2;
}

.index-sections-header h5 {
	max-width: 1250px;
	float: left;
}

.index-sections-header a {
	max-width: 150px;
	float: right;
	color: #FFF;
	font-size: 14px;
}

.index-sections-header a:hover {color: var(--mainblue);}

.index-sections-header-dark h5,
.index-sections-header-dark a {color: var(--darkblue);}











	.index--initiatives {}
	.index--initiatives ul {
		width: 100%;
		position: relative;
	}
	
	.index--initiatives ul li {
		background-color: #FFF;
		padding: 50px;
		border: 2px solid pink;
		border-radius: 7px;
	}



/* ACTION PLAN AND TOOLKITS */
.index-actionplanandtoolkits {
	padding: 50px 0 0;
}

.index-actionplanandtoolkits-swiper {
	padding: 50px 0;
}

.index-actionplanandtoolkits-swiper .swiper-slide {
	background-color: #FFF;
	padding: 20px;
	border-radius: 7px;
}
/* ACTION PLAN AND TOOLKITS */







/* BLOG PREVIEW */
.index--initiatives {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-left: -25px;
    margin-right: -25px;
}
	@media screen and (min-width: 500px) and (max-width: 767px) {.index--initiatives {margin-left: -10px; margin-right: -10px;}}
	@media screen and (min-width: 768px)  {.index--initiatives {margin-left: -12px; margin-right: -12px;}}
	@media screen and (min-width: 1024px) {.index--initiatives {margin-left: -15px; margin-right: -15px;}}
	@media screen and (min-width: 1244px) {.index--initiatives {margin-left: -35px; margin-right: -35px;}}


.index--initiatives a {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    width: 100%;
}
	@media screen and (min-width: 500px) and (max-width: 899px) {.index--initiatives a {width: 50%;}}
	@media screen and (min-width: 900px) {.index--initiatives a {width: 25%;}}


.index--initiatives a  {
	padding: 25px;
	margin-bottom: 50px;
	-moz-transition: all 0.2s ease-in,all 0.25s ease-out;
	-o-transition: all 0.2s ease-in,all 0.25s ease-out;
	-webkit-transition: all 0.2s ease-in,all 0.25s ease-out;
	transition: all 0.2s ease-in,all 0.25s ease-out;
}
	@media screen and (min-width: 500px) and (max-width: 767px) {.index--initiatives a {padding: 10px;}}
	@media screen and (min-width: 768px) {.index--initiatives a  {padding: 12px;}}
	@media screen and (min-width: 1024px) {.index--initiatives a {padding: 15px;}}
	@media screen and (min-width: 1244px) {.index--initiatives a {padding: 35px;}}





























.index--video {
	background-color: var(--mainblue);
	color: #FFF;
	padding-bottom: 100px;
}

.index--video p {
	max-width: 650px;
	margin: 0 auto;
	text-align: center;
}

.index--video-wrap {
	position: relative;
}

.index--video img {
	position: relative;
	max-width: 800px;
	margin: 50px auto 300px;
}


svg.homepage-play {
	position: absolute;
	display: inline-block;
	top: 50%;
	left: 50%;
	width: 70px;
	height: 70px;
	cursor: pointer;
	z-index: 1;
	transform: translate(-50%, -50%);
}
	@media (min-width: 600px) {
		svg.homepage-play {
			width: 80px;
			height: 80px;
		}
	}
	@media (min-width: 768px) {
		svg.homepage-play {
			width: 90px;
			height: 90px;
		}
	}
	@media (min-width: 900px) {
		svg.homepage-play {
			width: 100px;
			height: 100px;
		}
	}

svg.homepage-play .stbackground {
	fill:#FFFFFF;
	-moz-transition: all 0.2s ease-in,all 0.25s ease-out;
	-o-transition: all 0.2s ease-in,all 0.25s ease-out;
	-webkit-transition: all 0.2s ease-in,all 0.25s ease-out;
	transition: all 0.2s ease-in,all 0.25s ease-out;
}
svg.homepage-play:hover .stbackground {fill: #00497B;}
svg.homepage-play:hover .sttriangle {fill: #FFF;}
















.index--mantle-learnmore {
	position: relative;
	display: block;
	font-size: 17px;
	text-decoration: none;
	font-weight: 500;
	color: var(--mainblue);
	margin-top: 30px;
}
	@media (min-width: 600px)  {.index--mantle-learnmore {}}
	@media (min-width: 768px)  {
		.index--mantle-learnmore {
			position: absolute;
			bottom: 50px;
		}
	}




.index--mantle-learnmore svg {
	position: relative;
	margin-right: 15px;
	top: 2px;
}

.index--mantle-blob {
    position: absolute;
    bottom: 70px;
    right: -30px;
    width: 80px;
    z-index: 1;
}
	@media (min-width: 450px)  {
		.index--mantle-blob {
		    bottom: 50px;
		    right: -40px;
		    width: 120px;
		}	
	}
	@media (min-width: 600px)  {
		.index--mantle-blob {
			bottom: -20px;
			width: 140px;
		}
	}
	@media (min-width: 768px)  {
		.index--mantle-blob {
			bottom: 20px;
			width: 180px;
		    right: -60px;
		}
	}
	@media (min-width: 1024px)  {
		.index--mantle-blob {
			bottom: 0px;
			width: 200px;
		}
	}
	@media (min-width: 1244px)  {
		.index--mantle-blob {
			bottom: -40px;
			width: 240px;
		    right: -80px;
		}
	}
/* MANTLE */




/* SECTION HEADERS */
.index-section-header {
	/*margin: 100px 0 20px;*/
}

.index-section-header h5 {
	float: left;
	color: var(--mainblue);
}

.index-section-header .viewall {
	float: right;
	font-size: 14px;
	text-align: right;
	color: var(--mainblue);
	margin-top: 6px;
}

.viewall a {color: var(--mainblue);}
.viewall:hover a {color: var(--teal);}

/* SECTION HEADERS */


/* INITIATIVES */
.index-initiatives {
	position: relative;
	background-color: var(--mainblue);
	padding-bottom: 35px;
}

.index-initiatives-header {
	position: relative;
	color: #FFF;
	width: 100%;
	margin-bottom: 15px;
	z-index: 2;
}

.index-initiatives-header h5 {
	max-width: 150px;
	float: left;
}

.index-initiatives-header a {
	max-width: 150px;
	float: right;
	color: #FFF;
	font-size: 14px;
}

.index-initiatives-header a:hover {color: #00A89E;}

.initiatives--wrap {
	position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-left: -25px;
    margin-right: -25px;
    z-index: 2;
}
	@media screen and (min-width: 500px) and (max-width: 767px) {.initiatives--wrap {margin-left: -10px; margin-right: -10px;}}
	@media screen and (min-width: 768px)  {.initiatives--wrap {margin-left: -10px; margin-right: -10px;}}
	@media screen and (min-width: 1024px) {.initiatives--wrap {margin-left: -15px; margin-right: -15px;}}
	@media screen and (min-width: 1244px) {.initiatives--wrap {margin-left: -15px; margin-right: -15px;}}


.index-initiative {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    width: 100%;
}
	@media screen and (min-width: 500px) {.index-initiative {width: 50%;}}
	@media screen and (min-width: 768px) and (max-width: 899px) {.index-initiative {width: 25%;}}
	@media screen and (min-width: 900px) {.index-initiative {width: 25%;}}


.index-initiative {
	position: relative;
	padding: 25px;
	margin-bottom: 25px;
	-moz-transition: all 0.2s ease-in,all 0.25s ease-out;
	-o-transition: all 0.2s ease-in,all 0.25s ease-out;
	-webkit-transition: all 0.2s ease-in,all 0.25s ease-out;
	transition: all 0.2s ease-in,all 0.25s ease-out;
}
	@media screen and (min-width: 500px) and (max-width: 767px) {.index-initiative {padding: 15px; margin-bottom: 0px;}}
	@media screen and (min-width: 768px)  {.index-initiative {padding: 10px; margin-bottom: 0;}}
	@media screen and (min-width: 1024px) {.index-initiative {padding: 15px; margin-bottom: 0;}}
	@media screen and (min-width: 1244px) {.index-initiative {padding: 15px; margin-bottom: 0;}}


.index-initiative-card {
	position: relative;
	height: 100%;
	border-radius: 7px;
	background-color: #FFF;
	padding: 20px;
	min-height: 210px;
	text-align: center;
}
	@media screen and (min-width: 768px)  {.index-initiative-card {min-height: 190px;}}
	@media screen and (min-width: 900px)  {.index-initiative-card {min-height: 210px;}}
	@media screen and (min-width: 1244px) {.index-initiative-card {min-height: 230px; padding: 30px;}}

.index-initiative-card img {
	display: block;
	margin: 0 auto 60px;
	max-width: 200px;
	-moz-transition: all 0.2s ease-in,all 0.25s ease-out;
	-o-transition: all 0.2s ease-in,all 0.25s ease-out;
	-webkit-transition: all 0.2s ease-in,all 0.25s ease-out;
	transition: all 0.2s ease-in,all 0.25s ease-out;
}

.index-initiative-card:hover img {margin-top: -3px;}

.index-initiative .btn {
	position: absolute;
	bottom: 20px;
	background-color: var(--teal);
    left: 50%;
    transform: translateX(-50%);
}
	@media screen and (min-width: 1244px) {.index-initiative .btn {bottom: 30px}}

.index-initiative .btn:hover,
.index-initiative:hover .btn {background-color: var(--mainblue);}

.index-initiatives-waves {
	background-color: #00A89E;
	margin-top: -5px;
}
/* INITIATIVES */









/* ACTION PLAN & TOOLKITS */
.index-actionplanandtoolkits-waves {
	position: relative;
	margin-top: -1px;
	margin-bottom: 75px;
	display: flex;
}

.index-actionplanandtoolkits-waves svg {
	width: 100%;
	margin-top: -20px;
}

.index-actionplanandtoolkits {
	color: #FFF;
	background-color: #00A89E;
}







/* FEATURED RESOURCES */
.index-resources {
	margin-bottom: 120px;
}

.index-resources-block {
	border-bottom: 1px solid #DDD;
	padding: 30px 0;
}

.index-resources-block:last-child {
	border-bottom: 0;
	padding-bottom: 0;
}


.index-resources-block-wrap ul {list-style: none;}
.index-resources-block-wrap ul li {display: inline-block;}

.index-resources-block img {
	width: 100%;
	float: left;
}
	@media screen and (min-width: 500px) {.index-resources-block img {width: 150px;}}
	@media screen and (min-width: 768px) {.index-resources-block img {width: 350px;}}


.index-resources-block-wrap {width: 100%;}
	@media screen and (min-width: 500px) {
		.index-resources-block-wrap {
			float: right;
			width: calc(100% - 165px);
			margin-top: -13px;
		}
	}
	@media screen and (min-width: 768px)  {.index-resources-block-wrap {width: calc(100% - 375px);}}
	@media screen and (min-width: 1024px) {.index-resources-block-wrap {width: calc(100% - 390px); margin-top: -12px}}


.index-resources-block-wrap h4 {
	margin-top: 5px;
	line-height: 1.5;
	margin-left: 2px;
}
	@media screen and (min-width: 768px) {.index-resources-block-wrap h4 {margin-top: 15px;}}

.index-resources-block-wrap h4 a {
	text-decoration: none;
	color: var(--mainblue);
	font-weight: 400;
	letter-spacing: 0;
}

.index-resources-block-wrap h4 a:hover {color: var(--teal);}
/* FEATURED RESOURCES */






/* IN THE NEWS */
.index-inthenews {
	padding: 50px 0;
	border-bottom: 1px solid #CCC;
	margin-bottom: 100px;
}

.index-inthenews-header {padding-bottom: 40px;}

.index-inthenews-header h3 {float: left;}

.index-inthenews ul {
	list-style: none;
	margin-bottom: 0;
}

.index-inthenews ul li {
	float: left;
	display: block;
	border: 1px solid #CCC;
	padding-left: 0;
	padding-bottom: 28px;
	width: 100%;
	border-radius: 7px;
	padding: 30px;
}

.index-inthenews a {color: var(--darkblue);}
.index-inthenews a:hover {color: var(--mainblue);}

.index-inthenews a.title {text-decoration: none;}
.index-inthenews a.title:hover {color: var(--mainblue);}

.index-inthenews .source,
.index-inthenews .source-link
 {font-size: 14px;}

.index-inthenews h4 {max-width: 85%; line-height: 1.35;}
	@media screen and (min-width: 768px) {.index-inthenews h4 {margin-bottom: 15px;}}
/* IN THE NEWS */







/* TICKER */
#webTicker h1 {
	font-size: 35px; color: #FFF;
	text-transform: uppercase;
	font-family: bicyclette, sans-serif;
	letter-spacing: 1px;
}
	@media (min-width: 1024px) {#webTicker h1 {font-size: 70px;}}
/* TICKER */
 

/* BLOG POSTS */
.index--blogposts-heading {margin-bottom: 10px;}
	@media (min-width: 768px)  {.index--blogposts-heading {margin-bottom: 20px;}}
	@media (min-width: 1024px) {.index--blogposts-heading {margin-bottom: 40px;}}

@media (min-width: 768px)  {
	.index--blogposts .blogpreview {margin-bottom: 100px;}
	.index--blogposts .blogpreview:nth-child(4) {display: none;}
}

.index--blogposts-btn {
	margin: 0 auto 100px;
	text-align: center;
}
/* BLOG POSTS */
