/*
 Theme Name:   MSU 2016 Campaigns Child Theme
 Theme URI:    http://www.montclair.edu
 Description:  Child theme implementing campaign landing pages
 Version:      0.1
 Author:       Montclair State University
 Author URI:   http://www.montclair.edu
 Template:     msu-prpl
*/

header.campaign-header h1.logo-holder::before {
	content: " ";
	display: block;
	width: 100%;
	padding-bottom: 21.3%;
}

header.campaign-header h1.logo-holder svg {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
}

div[data-datatype="date"] .form_responses {
	display: flex;
}

@media (min-width: 720px) {
	header.campagin-header h1.logo-holder {
		position: absolute;
		left: 4vw;
		top: 6vw;
		z-index: 100;
		width: 20vw;
	}

	div.campaign-hero {
		display: block;;
		position: relative;
		width: 100%;
		height: 60vw;
		overflow: hidden;
	}
	div.campaign-hero::before {
		display: block;
		content: " ";
		width: 100%;
		height: 100%;
		position: absolute;
		background-color: #D1190D;
		transform: skew(-20deg, 0deg) translate(60%, 0%);
		z-index: 1;
	}

	div.campaign-hero div.text-area {
		position: absolute;
		top: 17vw;
		left: 4vw;
		font-size: 1vw;
		width: 40vw;
	}

	div.campaign-hero div.form-holder {
		position: absolute;
		overflow: hidden;
		right: 3vw;
		top: 4vw;
		bottom: 4vw;
		width: 45vw;
		background-color: #FFF;
		border: 2px solid #333;
		z-index: 2;
		overflow-y: auto;
	}

	div.campaign-hero div.form-holder div.rfi-form {
		padding: 1vw 3vw;
		font-size: 1.2vw;
		scroll-margin-top: 5em;
	}

}

div.campaign-hero div.text-area h1 {
	text-transform: uppercase;
	font-size: 3.2em;
	line-height: 1.5em;
	margin: 0em;
}

div.campaign-hero div.text-area h1 span.sub-head {
	display: block;
	color: #D1190D;
	font-size: 0.6em;
}

div.campaign-hero div.form-holder h2 {
	margin-top: 0em;
}


div.campaign-hero div.form-holder div.rfi-form p {
	text-align: center;
	font-size: 0.75em;
}

div.campaign-hero div.form-holder div.rfi-form div.form_text {
	width: auto !important;
	float: none !important;
	margin-bottom: 0.5em;
}

div.campaign-hero div.form-holder div.rfi-form button.form_button_submit {
	background-color: #D1190D;
	color: #FFF;
	width: 100%;
	border: 0px;
	font-weight: 400;
	box-sizing: border-box;
	padding: 0.5em;
	text-transform: uppercase;
	font-size: inherit !important;
}



@media (max-width: 719px) {
	header.campagin-header h1.logo-holder {
		position: relative;
		margin: 5vw;
	}

	div.campaign-hero div.form-holder div.rfi-form {
		scroll-margin-top: 2em;
	}

	div.campaign-hero div.text-area {
		margin: 5vw;
		font-size: 4vw;
	}

	div.campaign-hero div.text-area h1 {
		font-size: 2.5em;
	}

	div.campaign-hero div.form-holder {
		margin: 5vw;
		border: 3px solid #333;
		padding: 5vw;
		box-shadow: 0vw 2vw 5vw rgba(0,0,0,0.25);
	}

}

footer.campaign-footer {
	background-color: #222222;
	color: #AAA;
	overflow: hidden;
}

footer.campaign-footer p {
	margin: 5em auto;
	max-width: 50%;
	font-size: 0.8em;
}

footer.campaign-footer p a {
	font-weight: normal;
	color: #FFFFFF;
	text-decoration: underline;
}

.campaign-icons figure.responsive-image-holder img {
	height: 7em;
	width: auto;
}

@media (max-width: 719px) {
	footer.campaign-footer p {
		margin: 0em auto;
		margin-top: 2em;
		max-width: 80%;
	}
}
