@charset "UTF-8";
/* CSS Document */

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

.mainHolder {
	position:relative;
	left:0px;
	top:0px;
	width:100%;
	height:auto;
	display:inline-block;
	text-align:center;
}

.contentHolder {
	position:relative;
	left:0px;
	top:0px;
	width:100%;
	height:auto;
	display:inline-block;
	font-size:10px;
	text-align:center;
}

@media (max-width: 1080px) {
	.contentHolder {
		font-size:9px;
	}
}

@media (max-width: 500px) {
	.contentHolder {
		font-size:7px;
	}
}

.theHeader {
	background-image:url(images/top_image.png);
	background-position:50% 100%;
	background-size:cover;
	background-repeat:no-repeat;
	height:367px;
}

.theHeader .theTitle {
	position:absolute;
	left:50%;
	bottom:0px;
	width:95%;
	height:auto;
	max-width:640px;
	display:inline-block;
	object-fit: contain;
	-webkit-transform:translateX(-50%);
	-ms-transform:translateX(-50%);
	transform:translateX(-50%);
}

.theHeader .sponsorText {
	margin:0px;
	padding:0px;
	position:absolute;
	left:15px;
	top:15px;
	width:auto;
	height:auto;
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	color:#FFF;
}

@media (max-width: 500px) {
	.theHeader {
		height:200px;
	}
	.theHeader .sponsorText {
		font-size:11px;
	}
}

.kidsHeader {
	background-image:url(images/kids_header.png);
	background-position:50% 100%;
	background-size:auto 100%;
	background-repeat:no-repeat;
	height:367px;
	background-color:#3D96D0;
}

.teen {
	background-image:url(images/teen_face.png);
	background-size:cover;
	background-position:50% 25%;
}

.kidsHeader .theTitle {
	position:absolute;
	left:50%;
	bottom:0px;
	width:95%;
	height:auto;
	max-width:640px;
	display:inline-block;
	object-fit: contain;
	-webkit-transform:translateX(-50%);
	-ms-transform:translateX(-50%);
	transform:translateX(-50%);
}

.kidsHeader .sponsorText {
	margin:0px;
	padding:0px;
	position:absolute;
	left:15px;
	top:15px;
	width:auto;
	height:auto;
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	color:#FFF;
}

@media (max-width: 500px) {
	.kidsHeader {
		height:200px;
		background-position:40% 100%;
	}
	.teen {
		background-position:50% 25%;
	}
	.kidsHeader .sponsorText {
		font-size:11px;
	}
}

.theTopText {
	max-width:1080px;
}

.theTopText h1 {
	margin:0px;
	padding:0px;
	font-weight:normal;
	position:relative;
	left:0px;
	bottom:0px;
	width:80%;
	height:auto;
	display:inline-block;
	font-family: 'GreycliffCF-Bold', Helvetica, Arial, Sans-Serif;
	font-size:3.2em;
	color:#003a6f;
	margin-top:1em;
	max-width:860px;
}

.theTopText p {
	margin:0px;
	padding:0px;
	font-weight:normal;
	position:relative;
	left:0px;
	bottom:0px;
	width:80%;
	height:auto;
	display:inline-block;
	font-family: Helvetica, Arial, Sans-Serif;
	font-size:2.1em;
	color:#000000;
	margin-top:1.2em;
	padding-bottom:2em;
	max-width:860px;
	text-align:left;
}

.theTopText p span {
	font-size:.62em;
}

.theTopText {
	max-width:1080px;
}

.theTopTextKids h1 {
	margin:0px;
	padding:0px;
	font-weight:normal;
	position:relative;
	left:0px;
	bottom:0px;
	width:80%;
	height:auto;
	display:inline-block;
	font-family: 'GreycliffCF-Bold', Helvetica, Arial, Sans-Serif;
	font-size:3.2em;
	color:#003a6f;
	margin-top:1em;
	max-width:860px;
}

.theTopTextKids p {
	margin:0px;
	padding:0px;
	font-weight:normal;
	position:relative;
	left:0px;
	bottom:0px;
	width:80%;
	height:auto;
	display:inline-block;
	font-family: Helvetica, Arial, Sans-Serif;
	font-size:2.1em;
	color:#000000;
	margin-top:1.2em;
	padding-bottom:2em;
	max-width:860px;
	font-weight:bold;
}

.theTopTextKids p span {
	font-size:.62em;
}

.theCardHolder {
	position:relative;
	left:0px;
	top:0px;
	width:100%;
	height:auto;
	display:inline-block;
}

.theCardHolder img {
	border:none;
}

.theCardHolder a {
	text-decoration:none !important;
}

.theCardHolder .card {
	position:relative;
	left:0px;
	top:0px;
	width:45%;
	height:auto;
	padding-top:3em;
	padding-bottom:1em;
	padding-left:1em;
	padding-right:1em;
	box-sizing:border-box;
	background-color:#d75f00;
	display:inline-block;
	max-width:491px;
	border-radius:15px;
	margin-left:1.5%;
	margin-right:1.5%;
	vertical-align:top;
	margin-bottom:5em;
	-webkit-filter: drop-shadow(1px 1px 10px #CCC );
  	filter: drop-shadow(1px 1px 10px #CCC);
}

.theCardHolder .kidsCard {
	position:relative;
	left:0px;
	top:0px;
	width:45%;
	height:auto;
	box-sizing:border-box;
	background-color:#FFF;
	display:inline-block;
	max-width:441px;
	margin-left:1.5%;
	margin-right:1.5%;
	vertical-align:top;
	margin-bottom:5em;
	-webkit-filter: drop-shadow(1px 1px 10px #CCC );
  	filter: drop-shadow(1px 1px 10px #CCC);
	border:solid;
	border-width:2px;
	border-color:#d75f00;
}

.theCardHolder .card h2 {
	margin:0px;
	padding:0px;
	font-weight:normal;
	position:relative;
	left:0px;
	bottom:0px;
	width:90%;
	height:auto;
	display:inline-block;
	font-family: 'GreycliffCF-Bold', Helvetica, Arial, Sans-Serif;
	font-size:39px;
	color:#FFF;
	line-height:1em;
}

.theCardHolder .kidsCard h2 {
	margin:0px;
	padding:0px;
	font-weight:normal;
	position:absolute;
	left:5%;
	top:0px;
	width:90%;
	height:auto;
	display:inline-block;
	font-family: 'GreycliffCF-DemiBold', Helvetica, Arial, Sans-Serif;
	font-size:31px;
	color:#003a6f;
	line-height:1em;
	margin-top:1.2em;
}

.theCardHolder .kidsCard h2 span {
	font-family:Arial, Helvetica, sans-serif;
	font-size:17px;
	color:#000;
	font-weight:bold;
	line-height:1.2em;
}

.theCardHolder .card .worldChange {
	position:relative;
	left:0px;
	top:0px;
	width:100%;
	height:auto;
	display:inline-block;
	margin-top:3em;
}

.theCardHolder .kidsCard .worldChange {
	position:relative;
	left:0px;
	top:0px;
	width:100%;
	height:auto;
	display:inline-block;
	margin-top:3em;
}

@media (max-width: 860px) {
	.theCardHolder .card h2 {
		font-size:31px;
	}
	.theCardHolder .kidsCard h2 {
		font-size:27px;
	}
	.theCardHolder .kidsCard h2 span {
		font-size:15px;
	}
}

@media (max-width: 660px) {
	.theCardHolder {
		max-width:350px;
	}
	theCardHolder .card h2 {
		font-size:28px;
	}
	.theCardHolder .card {
		width:100%;
	}
	.theCardHolder .kidsCard {
		width:92%;
	}
}

.moreInfo {
	background-color:#003a6f;
	padding-top:5.5em;
	padding-bottom:5.5em;
}

.moreInfo p {
	margin:0px;
	padding:0px;
	font-weight:normal;
	position:relative;
	left:0px;
	top:0px;
	width:80%;
	height:auto;
	display:inline-block;
	font-family: Helvetica, Arial, Sans-Serif;
	font-size:2.1em;
	line-height:1.2em;
	color:#FFF;
	max-width:860px;
}

.moreInfo a {
	font-weight:normal;
	position:relative;
	left:0px;
	top:0px;
	width:80%;
	height:auto;
	display:inline-block;
	font-family: Helvetica, Arial, Sans-Serif;
	font-size:2.5em;
	line-height:1.2em;
	color:#FFF;
	max-width:860px;
	text-decoration:none;
}

.levis {
	background-color:#FFF;
	padding-top:3em;
	padding-bottom:3em;
}

.levis .theText {
	margin:0px;
	padding:0px;
	font-weight:normal;
	position:relative;
	left:0px;
	top:0px;
	width:80%;
	height:auto;
	display:inline-block;
	font-family: Helvetica, Arial, Sans-Serif;
	font-size:1.8em;
	line-height:1.2em;
	color:#000;
	max-width:860px;
}

.levisLogo {
	object-fit: contain;
	width:100%;
	height:auto;
	max-width:259px;
}

.levis .photo {
	margin:0px;
	padding:0px;
	font-weight:normal;
	position:absolute;
	left:10px;
	bottom:10px;
	width:auto;
	height:auto;
	display:inline-block;
	font-family: Helvetica, Arial, Sans-Serif;
	font-size:8px;
	line-height:1.2em;
	color:#000;
}

.videoSection {
	background-color:#276092;
	padding-top:3em;
	padding-bottom:3em;
}

.videoSection h2 {
	margin:0px;
	padding:0px;
	font-weight:normal;
	position:relative;
	left:0px;
	top:0px;
	width:90%;
	height:auto;
	display:inline-block;
	font-family: 'GreycliffCF-DemiBold', Helvetica, Arial, Sans-Serif;
	font-size:31px;
	color:#FFF;
	line-height:1em;
}

.videoSection h2 span {
	font-family:Arial, Helvetica, sans-serif;
	font-size:17px;
	color:#FFF;
	font-weight:bold;
	line-height:1.2em;
	margin-top:.5em;
	display:inline-block;
}

#displayVideo {
	position:relative;
	left:0px;
	top:0px;
	width:776px;
	height:438px;
	display:inline-block;
	margin-top:2em;
	border:none;
}

@media (max-width: 860px) {
	.videoSection h2 {
		font-size:27px;
	}
	.videoSection h2 span {
		font-size:15px;
	}
	#displayVideo {
		width:71.9vw;
		height:40.6vw;
	}
}

.whereSection {
	padding-top:3em;
	padding-bottom:3em;
}

.whereSection .whereHolder {
	position:relative;
	left:0px;
	top:0px;
	width:776px;
	height:auto;
	box-sizing:border-box;
	background-color:#FFF;
	display:inline-block;
	vertical-align:top;
	-webkit-filter: drop-shadow(1px 1px 10px #CCC );
  	filter: drop-shadow(1px 1px 10px #CCC);
	border:solid;
	border-width:2px;
	border-color:#d75f00;
}

.whereSection .whereHolder .theText {
	font-weight:normal;
	position:relative;
	left:0px;
	top:0px;
	width:45%;
	height:auto;
	font-family: 'GreycliffCF-DemiBold', Helvetica, Arial, Sans-Serif;
	font-size:24px;
	color:#003a6f;
	line-height:1em;
	padding-top:1.2em;
	padding-bottom:1.2em;
	display:inline-block;
	vertical-align:middle;
	padding-left:15px;
	padding-right:15px;
	box-sizing:border-box;
}

.whereSection .whereHolder .theText span {
	font-family:Arial, Helvetica, sans-serif;
	font-size:17px;
	color:#000;
	font-weight:bold;
	line-height:1.2em;
	margin-top:.5em;
	display:inline-block;
}

.whereSection .whereHolder .theText span .theButton {
	width:233px;
	height:auto;
	margin-top:.5em;
}

.whereSection .whereHolder .theImage {
	position:relative;
	left:0px;
	top:0px;
	width:53%;
	height:auto;
	display:inline-block;
	vertical-align:middle;
}

.whereSection .whereHolder .theImage img {
	max-width:417px;
}

@media (max-width: 860px) {
	.whereSection .whereHolder {
		width:71.9vw;
	}
	.whereSection .whereHolder .theText {
		width:100%;
		padding-left:25px;
		padding-right:25px;
	}
	.whereSection .whereHolder .theImage {
		width:100%;
	}
	.whereSection .theText span {
		font-size:15px;
	}
}

@media (max-width: 450px) {
	.whereSection .whereHolder {
		width:90%;
	}
}

.submitSection {
	padding-bottom:3em;
}

.submitSection .submitHolder {
	position:relative;
	left:0px;
	top:0px;
	width:776px;
	height:auto;
	box-sizing:border-box;
	background-color:#276092;
	padding-top:3em;
	padding-bottom:3em;
	display:inline-block;
	vertical-align:top;
}

.submitSection .submitHolder h2 {
	margin:0px;
	padding:0px;
	font-weight:normal;
	position:relative;
	left:0px;
	top:0px;
	width:90%;
	height:auto;
	display:inline-block;
	font-family: 'GreycliffCF-DemiBold', Helvetica, Arial, Sans-Serif;
	font-size:31px;
	color:#FFF;
	line-height:1em;
}

.submitSection .submitHolder .repImage {
	width:100%;
	height:auto;
	margin-top:3em;
	margin-bottom:3em;
}

.submitSection .submitHolder .bodyText {
	margin:0px;
	padding:0px;
	font-weight:normal;
	position:relative;
	left:0px;
	top:0px;
	width:90%;
	height:auto;
	display:inline-block;
	font-family: Helvetica, Arial, Sans-Serif;
	font-size:21px;
	color:#FFF;
	line-height:1.2em;
	font-weight:bold;
}

.submitSection .submitHolder form {
	position:relative;
	left:0px;
	top:0px;
	width:90%;
	height:auto;
	display:inline-block;
	font-family: Helvetica, Arial, Sans-Serif;
	color:#FFF;
	line-height:1.2em;
	margin-top:.5em;
	font-size:21px;
}

.submitSection .submitHolder form p {
	display:inline-block;
	font-size:12px;
	text-align:left;
	width:100%;
	display:inline-block;
	margin:0px;
	padding:0px;
	line-height:1.2em;
	margin-top:1em;
}

.submitSection .submitHolder form input {
	font-size:21px;
	color:#276092;
	border:none;
	padding-top:4px;
	padding-bottom:4px;
	padding-left:8px;
	padding-right:8px;
	border-radius:3px;
	width:100%;
	margin-top:.8em;
	box-sizing:border-box;
	vertical-align:top;
	float:left;
}

.submitSection .submitHolder form .inputClassFirst {
	margin-top:.4em;
}

.submitSection .submitHolder form select {
	font-size:21px;
	color:#276092;
	border:none;
	padding-top:4px;
	padding-bottom:4px;
	border-radius:3px;
	padding-left:8px;
	padding-right:8px;
	width:100%;
	margin-top:.8em;
	box-sizing:border-box;
	width:48%;
	float:left;
	vertical-align:top;
	background: url(data:image/svg+xml;base64,PHN2ZyBpZD0iTGF5ZXJfMSIgZGF0YS1uYW1lPSJMYXllciAxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA0Ljk1IDEwIj48ZGVmcz48c3R5bGU+LmNscy0xe2ZpbGw6I2ZmZjt9LmNscy0ye2ZpbGw6IzQ0NDt9PC9zdHlsZT48L2RlZnM+PHRpdGxlPmFycm93czwvdGl0bGU+PHJlY3QgY2xhc3M9ImNscy0xIiB3aWR0aD0iNC45NSIgaGVpZ2h0PSIxMCIvPjxwb2x5Z29uIGNsYXNzPSJjbHMtMiIgcG9pbnRzPSIxLjQxIDQuNjcgMi40OCAzLjE4IDMuNTQgNC42NyAxLjQxIDQuNjciLz48cG9seWdvbiBjbGFzcz0iY2xzLTIiIHBvaW50cz0iMy41NCA1LjMzIDIuNDggNi44MiAxLjQxIDUuMzMgMy41NCA1LjMzIi8+PC9zdmc+) no-repeat 98% 50%;
	-moz-appearance: none; 
	-webkit-appearance: none; 
	appearance: none;
	background-color:#FFF;
}

#zipCode {
	width:48%;
	float:right;
}

button {
    padding:5px 55px; 
    background:#d75f00; 
    border:0 none;
    cursor:pointer;
    -webkit-border-radius: 5px;
    border-radius: 5px; 
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size:30px;
	color:#FFF;
	margin-top:.8em;
	-webkit-filter: drop-shadow(1px 1px 5px rgba(0,0,0,.5) );
  	filter: drop-shadow(1px 1px 5px rgba(0,0,0,.5));
}


@media (max-width: 860px) {
	.submitSection .submitHolder {
		width:71.9vw;
	}
	.submitSection .submitHolder h2 {
		font-size:27px;
	}
	.submitSection .submitHolder .bodyText {
		font-size:18px;
	}
	.submitSection .submitHolder form p {
		font-size:11px;
	}
	.submitSection .submitHolder form input {
		font-size:18px;
	}
	.submitSection .submitHolder form select {
		font-size:18px;
	}
}

@media (max-width: 750px) {
	.submitSection .submitHolder {
		width:90%;
	}
	#zipCode {
		width:100%;
	}
	.submitSection .submitHolder form select {
		width:100%;
	}
}

.tellusSection {
	padding-top:3em;
}

.tellusSection a {
	text-decoration:none;
}

.tellusSection h2 {
	margin:0px;
	padding:0px;
	font-weight:normal;
	position:relative;
	left:0px;
	top:0px;
	width:90%;
	height:auto;
	display:inline-block;
	font-family: 'GreycliffCF-DemiBold', Helvetica, Arial, Sans-Serif;
	font-size:31px;
	color:#d75f00;
	line-height:1em;
	padding-bottom:1.5em;
}

.tellusSection h2 span {
	font-family:Arial, Helvetica, sans-serif;
	font-size:17px;
	color:#003a6f;
	font-weight:bold;
	line-height:1.2em;
	margin-top:.5em;
	display:inline-block;
}

.tellusSection p {
	margin:0px;
	padding:0px;
	left:0px
	top:0px;
	width:776px;
	height:auto;
	display:inline-block;
	font-family:Arial, Helvetica, sans-serif;
	color:#000;
	font-size:13px;
	font-weight:bold;
	text-align:left;
	padding-bottom:1em;
}

@media (max-width: 860px) {
	.tellusSection h2 {
		font-size:27px;
	}
	.tellusSection h2 span {
		font-size:15px;
	}
	.tellusSection p {
		width:71.9vw;
		font-size:12px;
	}
}

@media (max-width: 750px) {
	.tellusSection p {
		width:90%;
	}
}

.overlayRep {
	position:fixed;
	left:0px;
	top:0px;
	width:100%;
	height:100%;
	background-color:rgba(0,0,0,.7);
	display:none;
	z-index:25000;
	text-align:center;
}

.popup {
	position:relative;
	left:0px;
	top:5vh;
	width:95%;
	height:90vh;
	background-color:#275f92;
	max-width:776px;
	display:inline-block;
	border-radius:25px;
	border:solid;
	border-width:2px;
	border-color:#FFF;
	box-sizing:border-box;
}

.popup .theX {
	position:absolute;
	right:8px;
	top:8px;
	width:32px;
	height:auto;
	cursor:pointer;
	z-index:30000;
}

.popupContainer {
	position:relative;
	left:0px;
	top:0px;
	width:100%;
	height:100%;
	display:inline-block;
	text-align:left;
	padding-left:5%;
	padding-right:5%;
	padding-top:5%;
	padding-bottom:35px;
	box-sizing:border-box;
	text-align:center;
	overflow-x:none !important;
	overflow-y:scroll !important;
	-webkit-overflow-scrolling: touch !important;
}

.popup h2 {
	margin:0px;
	padding:0px;
	font-weight:normal;
	position:relative;
	left:0px;
	top:0px;
	width:100%;
	height:auto;
	display:inline-block;
	font-family: 'GreycliffCF-Bold', Helvetica, Arial, Sans-Serif;
	font-size:31px;
	color:#FFF;
	line-height:1em;
	box-sizing:border-box;
	text-align:left;
}

.popup .topText {
	margin:0px;
	padding:0px;
	font-weight:normal;
	position:relative;
	left:0px;
	top:0px;
	width:100%;
	height:auto;
	display:inline-block;
	text-align:left;
	font-family: Helvetica, Arial, Sans-Serif;
	font-size:17px;
	color:#FFF;
	line-height:1.2em;
	box-sizing:border-box;
	padding-top:20px;
	font-weight:bold;
}

.popup .divider {
	position:relative;
	left:0px;
	top:0px;
	width:100%;
	height:3px;
	background-color:#FFF;
	margin-top:20px;
	box-sizing:border-box;
}

.popup .repHolder {
	position:relative;
	left:0px;
	top:0px;
	width:100%;
	height:auto;
	margin-top:20px;
	box-sizing:border-box;
	text-align:left;
}

.popup .repHolder .imageBox {
	position:relative;
	left:0px;
	top:0px;
	width:42%;
	height:auto;
	box-sizing:border-box;
	background-color:#1d4871;
	vertical-align:middle;
	display:inline-block;
	margin-left:5%;
	overflow:hidden;
}

.popup .repHolder .imageBox .personImage {
	position:absolute;
	left:50%;
	top:0px;
	width:auto;
	height:100%;
	display:inline-block;
	-webkit-transform:translateX(-50%);
	-ms-transform:translateX(-50%);
	transform:translateX(-50%);
}

.popup .repHolder .theText {
	position:relative;
	left:0px;
	top:0px;
	width:52%;
	height:auto;
	box-sizing:border-box;
	vertical-align:middle;
	display:inline-block;
	text-align:left;
}

.popup .repHolder .theText p {
	margin:0px;
	padding:0px;
	font-weight:normal;
	width:90%;
	font-family:Arial, Helvetica, sans-serif;
	color:#FFF;
	font-size:17px;
}

@media (max-width: 750px) {
	.popup h2 {
		font-size:24px;
	}
	.popup .topText {
		font-size:14px;
	}
	.popup .repHolder .theText p {
		font-size:14px;
	}
}

@media (max-width: 350px) {
	.popup h2 {
		font-size:20px;
	}
	.popup .topText {
		font-size:12px;
	}
	.popup .repHolder .theText p {
		font-size:12px;
	}
}

.signsSection {
	background-color:#beefff;
	height:367px;
	background-image:url(images/signs_image.png);
	background-position:50% 50%;
	background-size:auto 100%;
	background-repeat:no-repeat;
}

@media (max-width: 750px) {
	.signsSection {
		height:200px;
	}
}

.colorClass {
	border-color:#a41d36 !important;
}

.colorClass2 {
	background-color:#a41d36 !important;
}