/***** Reset *****/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend, caption{
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
	-webkit-text-size-adjust: 100%;
}
body {
	line-height: 1;
	color: black;
	background: white;
}
ul {
	list-style: none;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}



body{
	font-family: 'IBM Plex Sans', sans-serif;
	font-weight: 400;
	color: #000;
	font-size: 19px;
}
h1{
	font-size: 40px;
	text-transform: uppercase;
}
h2{
	font-size: 35px;
	text-transform: uppercase;
}
h3{
	font-size: 32px;
	text-transform: uppercase;
}
h4{
	font-size: 29px;
	text-transform: uppercase;
}
h5{
	font-size: 26px;
}
h6{
	font-size: 23px;
}
p{
	line-height: 1.7;
}
a{
	color: #333;
	text-decoration: none;
}
p a{
	text-decoration: underline;
}
em{
	font-style: italic;
}
strong, b{
	font-weight: 600;
}
.wrap{
	position: relative;
	width: 95%;
	max-width: 1200px;
	margin: 0 auto;
}
.header{
	display: block;
	position: fixed;
	width: 100%;
	background: #fff;
	box-shadow: rgba(50, 50, 50, 0.05) 0px 13px 27px -5px, rgba(0, 0, 0, 0.03) 0px 8px 16px -8px;
	z-index: 900;
	transition: all 0.3s;
}
.header-content{
	position: relative;
    display: flex;
    width: 100%;
    justify-content: center;
    align-items: flex-end;
}
.main-logo{
	display: block;
	padding: 20px 0;
	text-align: center;
	transition: all 0.3s;
}
.header--sticky .main-logo{
	padding: 6px 0;	
}
.main-logo:hover{
	opacity: 0.8;
}
.main-logo_img{
	display: inline-block;
	height: 65px;
	width: auto;
	line-height: 0;
	margin: 0 auto;
	transition: all 0.3s;
}
.main-logo_text-container{
	display: block;
	height: 30px;
	width: 200px;
	margin: 5px 0 0 0;
	overflow: hidden;
	transition: all 0.3s;
}
.header--sticky .main-logo_text-container{
	height: 0;
	margin: 0;
	opacity: 0;
}
.main-logo_text{
	display: block;
	height: 30px;
	width: 200px;
	text-transform: uppercase;
	font-size: 26px;
	font-weight: 600;
}
.header-right{
	text-align: right;
}

.main{
	position: relative;
	padding: 142px 0 0 0;
	border-bottom: 4px solid #3f5e76;
	box-shadow: rgba(50, 50, 50, 0.07) 0px 13px 27px -5px, rgba(0, 0, 0, 0.04) 0px 8px 16px -8px;
	z-index: 800;
}

.content-section{
	padding: 60px 0;
}
.content-text-area p{
	margin: 0 0 20px 0;
}
.content-text-area h1,
.content-text-area h2,
.content-text-area h3,
.content-text-area h4,
.content-text-area h5{
	margin: 0 0 36px;
}
.content-text-area p + h1,
.content-text-area p + h2,
.content-text-area p + h3,
.content-text-area p + h4,
.content-text-area p + h5{
	margin-top: 50px;
}
.content-text-area ul,
.content-text-area ol{
	margin: 20px 0 20px 50px;
	line-height: 1.2;
}
.content-text-area ul{
	list-style: circle;
}
.content-text-area li{
	margin: 0 0 10px 0;
}

.content-full-width-cols{
	display: flex;
	flex-wrap: wrap;
}
.content-full-width-cols .col{
	display: flex;
	position: relative;
	width: 50%;
	align-items: center
}
.content-full-width-cols.split-cols .col{
	width: 100%;
}

.content-full-width-cols.split-cols .col .content-text-area{
	position: relative;
	width: 95%;
	max-width: 1200px;
	margin: 0 auto;
}
.content-full-width-cols .col--image{
	line-height: 0;
	padding: 0;
}
.content-full-width-cols img{
	width: 100%;
	height: auto;
}
.content-full-width-cols .col-content{
	padding: 50px 100px;
}
.content-full-width-cols .col-content--large-text{
	text-align: center;
	font-size: 32px;
	text-transform: uppercase;
	line-height: 2;
}
.content-full-width-cols .col-content--credits{
	width: 100%;
	margin: 100px 0;
	font-size: 15px;
	text-align: center;
	text-transform: uppercase;
	line-height: 1.2;
}
.content-full-width-cols .col-content--credits li{
	margin: 20px 0;	
}
.content-video{
	position: relative;
	width: 100%;
	height: 0;
	padding-bottom: 56.25%;
	line-height: 0;
}
.content-video iframe{
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
}
.charity{
	display: flex;
	flex-wrap: wrap;
    align-items: flex-start;
	justify-content: space-between;
	margin: 70px 0;
}
.charity_logo{
	width: 20%;
}
.charity_img{
	width: 100%;
	height: auto;
}
.charity_details{
	width: calc(80% - 50px);
}
.charity_tagline{
	margin: 10px 0 0 0;
	text-transform: uppercase;
}
.charity_description{
	margin: 16px 0 0 0;
}
.charity_details .social-links{
	justify-content: flex-start;
}
.content-button{
	text-align: center;
}
.button{
	display: inline-block;
	padding: 16px 50px;
	background: #000;
	color: #fff;
	text-transform: uppercase;
	border-radius: 999px;
	font-size: 24px;
	transition: all 0.3s;
}
.button:hover{
	opacity: 0.8;	
}


.footer{
	text-align: center;
	background: #4f7694;
	color: #fff;
	text-transform: uppercase;
}
.footer-upper{
	padding: 60px 0 50px 0;
}
.footer-upper h3{
	margin: 0 0 40px 0;
}
.social-links{
	margin: 60px 0 30px 0;
	display: flex;
	justify-content: center;
}
.social-links_a{
	display: block;
	margin: 0 20px;
	transition: all 0.3s;
}
.social-links_a:first-child{
	margin-left: 0;
}
.social-links_a:last-child{
	margin-right: 0;
}
.social-links_a:hover{
	opacity: 0.5;	
}
.footer-lower{
	padding: 60px 0;
	background: #3f5e76;
	font-size: 14px;
}
.footer-logo{
	margin: 0 0 20px 0;	
}
.footer-link{
	color: #fff;
	text-decoration: none;
	transition: all 0.4s;
}
.footer-link:hover{
	color: #000;
}

@media only screen and (max-width: 1300px) {
	
	.content-full-width-cols .col-content--large-text{
		font-size: 28px;
		line-height: 1.8;
	}
	.content-full-width-cols .col-content{
		padding: 30px 50px;
	}
	
}

@media only screen and (max-width: 1080px) {
	
	.content-full-width-cols .col-content--large-text{
		font-size: 22px;
		line-height: 1.7;
	}
	.content-full-width-cols .col-content{
		padding: 30px;
	}
	
}

@media screen and (max-width: 850px) {

	.section-page-title_h1{
		font-size: 36px;
	}
	
	.content-full-width-cols .col-content--large-text{
		font-size: 18px;
		line-height: 1.5;
	}

}