@charset "UTF-8";

@import url(https://fonts.googleapis.com/css?family=Oswald:400,300,700);

@import url(https://fonts.googleapis.com/css?family=Crete+Round:400,400italic);

body {
	font-family: 'Oswald', sans-serif;
	margin: 0 auto;
	padding: 0;
	background-color: #E0E0D5;
	max-width: 1800px;
	height: 100%;
	display: flex;
	flex-direction: column;
	position: relative;
	overflow-x: hidden;
}


/*Logo and social media*/

header h1 {
	display: none;
}

#logo {
	display: block;
	max-width: 361px;
	position: relative;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 0;
	width: 100%;
}

#logoForm {
	display: block;
	max-width: 361px;
	position: relative;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 0;
	width: 100%;
}

.mediaLow {
	display: none;
}

.media {
	padding-right: 15px;
	position: absolute;
	top: 0;
	margin-top: 85px;
	width: 1800px;
}

.socialIN {
	background-image: url(../assets/LinkedIn.png);
	width: 40px;
	height: 40px;
	background-repeat: no-repeat;
	background-size: contain;
	position: relative;
	float: right;
	margin: 5px;
}

.socialTW {
	background-image: url(../assets/Twitter.png);
	width: 40px;
	height: 40px;
	background-repeat: no-repeat;
	background-size: contain;
	position: relative;
	float: right;
	margin: 5px;
}

.socialFB {
	background-image: url(../assets/Facebook.png);
	width: 40px;
	height: 40px;
	background-repeat: no-repeat;
	background-size: contain;
	position: relative;
	float: right;
	margin: 5px;
}


/*Navigation*/

.toggle, [id^="drop"] {
    display: none;
}

.toggleMain, [id^="drop"] {
    display: none;
}

nav {
	z-index: 1;
	top: 0;
	position: absolute;
	margin-top: 114px;
	display: flex;
	justify-content: center;
	width: 1800px;
}

nav ul li {
	display: block;
	position: relative;
	padding: 10px;
	float: left;
}
nav ul li a {
	text-decoration: none;
	color: #FFFFFF;
	font-weight: 200;
	list-style-type: none;
	text-transform: uppercase;
	font-size: 1em;
}
nav ul li:hover {
	border-top: 6px solid #D9272E;
	border-spacing: 0px 0px;
	text-decoration: underline;
	color: #FFFFFF;
}
nav ul li:active  {
	border-top: 6px solid #D9272E;
	border-spacing: 0px 0px;
}

.navContact {
	background-color: #D9272E;	
}

/*Banner*/

.banner {
	background-image: url(../assets/banner_img.png);
	background-size: cover;
	height: 702px;
	background-position: center bottom;
	background-repeat: no-repeat;
	margin-bottom: -30px;
}

/*Form*/

.involvedLow {
	display: none;
}

.involved {
	position: absolute;
	top: 0;
	right: 0;
	width: 203px;
	padding-right: 65px;
}

.involvedForm {
	background-color: rgba(255,255,255,0.85);
	z-index: 1;
	position: fixed;
	padding-top: 15px;
	margin-right: 34px;
	margin-left: 15px;
	padding-bottom: 15px;
	margin-top: 343px;
	width: 203px;
	padding-right: 34px;
	padding-left: 16px;
}

.involvedHeader {
	font-family: 'Crete Round', serif;
	color: #666633;
	font-size: 1.4em;
	padding: 0 25px;
	margin-top: 0px;
	margin-left: 0px;
	margin-bottom: 14px;
	text-align: center;
}
.involvedEmail {
	text-align: center;
	text-transform: uppercase;
	width: 100%;
	color: #3E3E3E;
	border: 1px solid #C0C0C0;
	border-radius: 4px;
	height: 30px;
	background-color: rgba(255,255,255,0.46);
	font-weight: 700;
}

.involvedZip {
	text-align: center;
	text-transform: uppercase;
	width: 60%;
	color: #3E3E3E;
	border: 1px solid #C0C0C0;
	border-radius: 4px;
	height: 30px;
	background-color: rgba(255,255,255,0.46);
	font-weight: 700;
	margin-top: 6px;
}

.involvedSubmit {
	background-color: #8C0203;
	border: none;
	width: 35%;
	height: 33px;
	border-radius: 4px;
	float: right;
	margin-top: 6px;
	color: #FFFFFF;
	font-weight: 600;
	font-size: 1em;
}

/*Content*/

h2 {
	font-size: 1.1em;
	text-align: center;
	color: #666633;
	padding: 0px;
	display: block;
}

h4 {
	font-size: 1.8em;
	text-align: center;
	color: #D9272E;
	padding: 0px;
	display: block;
}

.content p {
	font-size: 1.1em;
	font-weight: 200;
	margin: 0px;
	padding: 0px;
	text-align: center;
}

.contentLeft {
	width: 50%;
	float: left;
}
.contentLeft p {
	margin-top: -32px;
}

.contentRight {
	width: 50%;
	margin: 0 auto;
	float: right;
	display: inline-block;
	position: relative;
}

.contentRight ul {
	width: 90%;
	margin: 0 auto;
	overflow-x: auto;
	position: relative;
	display: flex;
	justify-content: center;
	padding: 0px;
}

.contentRight ul li {
	margin-top: 15px;
	margin-right: 15px;
	margin-left: 15px;
	margin-bottom: 15px;
	float: left;
	color: #434343;
	list-style-type: none;
	display: inline-block;
}

.contentLi:before {
	content: '\2022';
	color: #D9272E;
	margin-left: -20px;
	padding-right: 8px;
}
.contentRight h4 {
	clear: both;
	width: 100%;
	margin-top: -8px;
	margin-left: auto;
	margin-right: auto;
}
.contentRight h4 span {
	text-decoration: underline;	
}

/*marquee*/

.marquee {
	width: 100%;
}


/*footer*/

.foot {
	background-color: #666633;
	width: 100%;
	justify-content: center;
	display: flex;
	bottom: 0;
	left: 0;
	right: 0;
	margin-top: 30px;
}

footer p {
	float: left;
	color: #FCFCFC;
	font-size: 0.6em;
	font-weight: 100;
	padding-top: 0;
	padding-right: 30px;
	padding-left: 30px;
	padding-bottom: 0;
	text-align: center;
}


/* Why Page */



.menuWhy {
	background-color: #333333;
	padding-right: 16px;
	width: 100%;
	display: flex;
	justify-content: center;
}

#hs {
	width: 20%;
	float: left;
	margin-top: 25px;
	margin-left: 4%;
	margin-bottom: 14px;
}
.main {
	margin-top: 54px;
	background-color: #FFFFFF;
	max-width: 1800px;
	border-right: 10px solid #D9272E;
	border-left: 10px solid #D9272E;
}

.textHead {
	border-bottom: 2px solid #D9272E;
}

.textHead h3 {
	color: #D9272E;
	padding: 0px;
	margin-top: 17px;
	margin-right: 0px;
	margin-left: 0px;
	margin-bottom: 5px;
	font-size: 1.6em;
}

.text {
	width: 70%;
	float: right;
	margin-right: 2%;
	margin-left: 2%;
}

.text h2 {
	text-align: left;
	font-size: 1em;
}

.text p {
	text-align: left;
	font-size: 0.9em;
	color: #474747;
	margin: 0px;
	padding: 0px;
}

.text li {
	list-style-type: none;
	font-size: 0.9em;
	margin: 0px;
	padding: 0px;
	color: #474747;
}

.textLeft {
	margin-left: 2%;
	float: left;
	width: 45%;
}

.textRight {
	margin-right: 2%;
	float: right;
	width: 45%
}

.signUp {
	width: 100%;
	clear: both;
	position: relative;
	display: flex;
	justify-content: center;
}

.signUp a {
	text-decoration: none;
	background-color: #D9272E;
	color: #FFFFFF;
	padding-top: 8px;
	padding-right: 15px;
	padding-left: 15px;
	padding-bottom: 8px;
	font-size: 1.3em;
	margin-top: 20px;
	margin-bottom: 20px;
}
#wufoo-z1vzqdno1grhirv {
	margin-top: 17px;
	margin-bottom: 15px;
	display: flex;
	flex-wrap: wrap;
	padding-left: 2%;
	padding-right: 2%;
}
.hide {
	display: none;
}


@media (max-width : 1830px ){
nav {
	width: 100%;
}
.media {
	width: 100%;
	right: 2px;
}
.banner {
	background-size: auto 747px;
	height: 702px;
}
}

@media (max-width: 1400px){
.banner {
	margin-bottom: 0px;
	height: 546px;
	background-size: auto 573px;
}
.foot {
	margin-top: 9px;
}
}

@media (max-width: 1050px){
	
.banner {
	background-position: center bottom;
	height: 477px;
	background-size: auto 509px;
}



.socialTW {
	height: 30px;
	width: 30px;
}

.socialFB {
	height: 30px;
	width: 30px;
}

.socialIN {
	height: 30px;
	width: 30px;
}
.involved {
	width: 182px;
	margin-right: 0px;
	padding-right: 49px;
}
.involvedForm {
	width: 182px;
	margin-top: 257px;
}

}

@media (max-width : 800px ){
	
.media {
	display: none;
}

.mediaLow {
	display: flex;
	justify-content: center;
	margin-top: 10px;
}

.involved {
	display: none;
}

.involvedLow {
	width: 100%;
	display: inline-block;
	margin-top: 14px;
	margin-bottom: 13px;
}

.involvedLowForm {
	background-color: rgba(255,255,255,0.85);
	padding-top: 0px;
	padding-right: 0px;
	padding-left: 0px;
	padding-bottom: 0px;
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
}

.involvedLowHeader {
	font-family: 'Crete Round', serif;
	color: #666633;
	font-size: 1.4em;
	padding-top: 0;
	padding-right: 10px;
	padding-left: 0;
	padding-bottom: 0;
	text-align: center;
}
.involvedLowEmail {
	text-align: center;
	text-transform: uppercase;
	color: #3E3E3E;
	border: 1px solid #C0C0C0;
	border-radius: 4px;
	height: 30px;
	background-color: rgba(255,255,255,0.46);
	font-weight: 700;
	width: 188px;
	margin-right: 5px;
}

.involvedLowZip {
	text-align: center;
	text-transform: uppercase;
	color: #3E3E3E;
	border: 1px solid #C0C0C0;
	border-radius: 4px;
	height: 30px;
	background-color: rgba(255,255,255,0.46);
	font-weight: 700;
	margin-right: 10px;
}

.involvedLowSubmit {
	background-color: #8C0203;
	border: none;
	height: 33px;
	border-radius: 4px;
	color: #FFFFFF;
	font-weight: 600;
	font-size: 1em;
	width: 88px;
}

.banner {
	height: 351px;
	background-size: auto 365px;
}

.contentLeft {
	width: 45%;
	padding-left: 5px;
	padding-right: 5px;
}

.contentRight {
	width: 45%;
	margin-left: 0px;
	padding-left: 5px;
	padding-right: 5px;
}
.contentRight ul {
	padding: 0px;
	margin-top: 18px;
	margin-right: 0px;
	margin-left: 0px;
	margin-bottom: 0px;
	flex-wrap: wrap;
}
.contentLi:before {
	margin-left: 14px;
	padding-right: 8px;
}
.contentRight ul li {
	margin-top: 1px;
	margin-right: 0px;
	margin-left: 0px;
	margin-bottom: 0px;
	float: none;
	display: inline-block;
	padding-right: 21px;
}
.contentRight h4 {
	margin-top: 8px;
	width: 100%;
	margin-left: auto;
	padding: 0px;
	margin-right: auto;
}

/* Why Page */

.textLeft {
	width: 98%;
	margin-left: 0%;
	margin-right: 2%;
}

.textRight {
	width: 98%;
	margin-left: 0%;
	margin-right: 2%;
}

.signUp {
	justify-content: flex-start;
}

}

@media (max-width: 630px){
	
.toggle img {
	position: absolute;
	right: 15px;
	padding: 0;
	cursor: pointer;
}

.toggle + a, .menu {
    display: none;
}

.toggle {
	display: block;
	margin-top: -81px;
}

.toggleMain img {
	position: absolute;
	right: 15px;
	padding: 0;
	cursor: pointer;
}

.toggleMain + a, .menu {
    display: none;
}

.toggleMain {
	display: block;
	margin-top: -121px;
}

[id^="drop"]:checked + ul {
    display: block;
}

nav {
	position: relative;
	display: inline-block;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
	margin-bottom: -40px;
	width: 100%;
}
nav ul {
	width: 100%;
	padding: 0;
	margin-top: 80px;
}

nav ul li {
	display: block;
	width: 100%;
	margin: 0px;
	padding-top: 10px;
	padding-bottom: 10px;
	text-align: center;
	padding-left: 0px;
	padding-right: 0px;
}

nav ul li a {
	color: #5A5A5A;
	font-weight: 900;	
}
nav ul li:hover {
	border: none;
	text-decoration: none;
}

nav ul li:active {
	background-color: #D9272E;
}

nav ul li a:active {
	color: #FFFFFF;
}

.navContact {
	background-color: #E0E0D5;
	margin-bottom: 42px;
}

.navContact a {
	color: #D9272E;	
}

.banner {
	height: 313px;
	background-size: auto 348px;
}

.involvedLowForm {
	display: inline-block;
	padding-bottom: 19px;
	margin: 0 auto;
	width: 100%;
	position: relative;
}

.involvedLowHeader {
	float: left;
	width: 40%;
	margin-top: 40px;
	margin-right: 0px;
	margin-left: 2%;
	margin-bottom: 0px;
	padding: 0px;
}

.involvedLowEmail {
	padding: 0px;
	margin-top: 16px;
	margin-right: 4%;
	margin-left: 0px;
	width: 50%;
	float: right;
}

.involvedLowZip {
	margin-top: -8px;
	margin-right: 2%;
	margin-left: 45.7%;
	margin-bottom: 0px;
	padding: 0px;
	width: 24%;
	float: left;
	clear: both;
	position: relative;
}

.involvedLowSubmit {
	margin-top: -8px;
	margin-right: 4%;
	margin-left: 0px;
	margin-bottom: 0px;
	padding: 0px;
	width: 23%;
	float: right;
	clear: right;
}

#logo {
	margin-bottom: -13px;
}
#logoForm {
	padding: 0px;
	margin-bottom: 32px;
}

/* Why Page */

.toggle + a, .menuWhy {
	display: none;
}

.hsContain {
	width: 100%;
	display: flex;
	justify-content: center;
	clear: both;
}

#hs {
	width: 40%;
	height: 58%;
}

.text {
	width: 90%;
	margin: 0 auto;
	padding: 0px;
	float: none;
}

.main {
	border: none;
}

.textHead {
	width: 100%;
}

.textHead h3 {
	text-align: center;
	padding-right: 2%;
}
.menuWhy .navContact {
	margin-bottom: 0px;
}


}

@media (max-width: 450px){
	
#logo {
	height: 93px;
}

.banner {
	height: 246px;
	background-size: auto 271px;
}
	
.contentLeft {
	margin: 0px;
	padding-top: 0%;
	padding-right: 2%;
	padding-left: 2%;
	padding-bottom: 0%;
	width: 96%;
}

.contentRight {
	width: 96%;
	font-size: medium;
	margin: 0px;
	padding-top: 0%;
	padding-right: 2%;
	padding-left: 2%;
	padding-bottom: 0%;
}

.contentRight ul {
	margin-top: 20px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 0;
	display: flex;
}

.contentLi:before {
	padding: 0px;
	margin-top: 0px;
	margin-right: 3px;
	margin-left: 0px;
	margin-bottom: 0px;
}
.toggle {
	margin-top: 0px;
}
.toggle img {
	margin-top: 29px;
}

.toggleMain {
	margin-top: -52px;
}
.toggleMain img {
	margin-top: 12px;
}

.navContact {
	margin-bottom: 40px;
}
nav ul {
	margin-top: 49px;
}
.menuWhy {
	margin-top: 79px;
}
.menuWhy .navContact {
	margin-bottom: -5px;
}

}

@media (max-width: 489px){
.involvedLowHeader {
	margin-top: 26px;
	margin-bottom: -14px;
}
}
