/******************** landing page specific styles ********************/

body{
	background-color: #003D5A;
}

.getfocused-cover {
	background: url("../images/getfocused-bkg.png") no-repeat center top;
	background-size: 2620px;
	width: 100%;
	height: 670px;
	position: fixed;
	text-align: center;
}

h1 {
	text-align: center!important;
}

.getfocused-cover img {
	width: 80%;
    /* margin-left: 15%; */
    padding-top: 80px;
    /* position: fixed; */
    max-width: 798px;
}

.getfocused-content {
	z-index: 9999 !important;
	position: relative;
	background: #fff;
}

.getfocused-waves {
	width: 100%;
	z-index: 1000 !important;
	position: relative;
	padding-top: 400px;
	overflow: hidden;
}

.getfocused-waves img {
	width: 100%;
	margin-bottom: -14px;
	min-width: 1200px;
}

.getfocused-videoembed {
	text-align: center;
	width: 54%;
	padding-top: 54%;  /*keeps aspect ratio for video. Aspect ratio 16:9 == 56.25%. Aspect ratio 1:1 == 100% */
	margin: 0 auto;
	position: relative;
}

.getfocused-videoembed iframe {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
}

.getfocused-CTA {
	text-align:center;
}

.getfocused-CTA a {
	padding-left: 2em;
	padding-right: 2em;
	font-weight: bold;
}

h2 {
	margin-top: 3em !important;
	font-weight: bold;
}



/* pure-hidden-xs */
@media screen and (max-width:35.438em) {
    h2 {
		margin-top: 1em !important;
	}
	.getfocused-cover img {
		width: 90%;
		padding-top: 150px;
	}
	.getfocused-waves {
		padding-top: 350px;
	}
	h1 {
		margin-top: 0;
		font-size: 2.5em;
	}
	.getfocused-videoembed {
		width: 90%;
		padding-top: 90%;  /*keeps aspect ratio for video. Aspect ratio 16:9 == 56.25%. Aspect ratio 1:1 == 100% */
	}
}
/* pure-hidden-sm */
@media screen and (min-width:35.5em) and (max-width:57em) {
    h2 {
		margin-top: 1em !important;
	}
	.getfocused-cover img {
		width: 80%;
		padding-top: 120px;
	}
	.getfocused-videoembed {
		width: 65%;
		padding-top: 65%;  /*keeps aspect ratio for video. Aspect ratio 16:9 == 56.25%. Aspect ratio 1:1 == 100% */
	}
}