/*NEWSLETTER*/
.modal {
	background-color: rgba(0,0,0,.85);
	display: none;
	height: 100vh;
	left: 0;
	overflow: scroll;
	position: fixed;
	top: 0;
	width: 100vw;
	z-index: 30;	
}
.newsletterHeader {
	display: none;
}
.newsletterHeader img {
    display: inline-block;
    margin: 0 10px 0 0;
    vertical-align: middle;
    width: 35%;
}
.newsletterHeaderText {    
	display: inline-block;
	vertical-align: middle;
    width: 57%;
}
.newsletterHeaderText h3 {
	font-size: 44px;
}
.newsletterHeaderText h4 {
	font-size: 27px;
	line-height: 30px;
}
.close {
	cursor: pointer;
	height: 32px;
	opacity: 0.7;
	position: absolute;
	right: 5px;
	top: 5px;
	width: 32px;
}
.close:hover {
  opacity: 1;
}
.close:before, .close:after {
	background-color: #FFF;	
	content: ' ';
	height: 33px;	
	left: 15px;	
	position: absolute;
	width: 2px;	
}
.close:before {
	transform: rotate(45deg);
}
.close:after {
	transform: rotate(-45deg);
}
.mc-field-group {
	margin-top: 10px;
}
.datefield .subfield:not(:last-child) {
	margin-right: 10px;
}
.datepart  {
	width: 25%!important;
	text-align: center;
	padding: 0!important;
}
.yearfield .datepart {
	width: 44.2%!important;
}
.platformUL {
	width: 100%;
	text-align: center;
}
.platformUL li {
	width: 13%;
	/* max-width: 10px; */
    display: inline-block!important;
    margin-right: 0!important;
    margin-left: 0!important;
}
.platformUL li:last-child {
    margin-right: 0!important;
}
.platformUL li input {
	position: absolute;
    top: 0;
    left: 0;
    margin: 0;
    padding: 0;
	/* width: 0!important;
	height: 0!important; */
}
.platformIcon {
	opacity: .45;
	width: 100%;
	cursor: pointer;
}

input[type="radio"]:checked ~ label .platformIcon{
	opacity: 1;
}

.platformCheckbox {
	position: absolute;
	opacity: 0;
}
.platformGroup {
	padding-top: 5px!important;
	width: 97%!important;
}
/*_signup is the form itself, the .newsletter class above refers to the section that sits above the actual form*/
#mc_embed_signup, .modalInner {
	background: #273038;
	left: 50%;
	margin: 0 auto;
	max-width: 600px;
	padding: 20px;
	width: 95%;
}
.newsletterModal #mc_embed_signup, .modalInner {
    position: absolute;
    top: 50%;
	transform: translate(-50%, -50%);
    
}
/*This controls the little mail icon and input for email address, allows them to sit next to eachother and fill the gap caused by inline-block*/
.mc-field-group .fa.fa-envelope, #mc_embed_signup .mc-field-group input,
#mc_embed_signup .mc-field-group select {
	display: inline-block;
	margin-right: -5px;
}
/*This controls the mail icon*/
.mc-field-group .fa.fa-envelope {
    font-size: 25px;
    padding: 15px;
    background-color: #b20a0a;
    width: 55px;
    height: 55px;
	position: relative;
}
.mailWhite {
	width: 60%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
/*This controls the input field where you type in the email address*/
#mc_embed_signup .mc-field-group input,
#mc_embed_signup .mc-field-group select {
    background: #13181c!important;
    border: none;
    color: #FFF!important;
    height: 45px;
    padding-left: 10px;
    width: 100%;
}
/* Change Autocomplete styles in Chrome*/
input:-webkit-autofill,
input:-webkit-autofill:hover, 
input:-webkit-autofill:focus,
textarea:-webkit-autofill,
textarea:-webkit-autofill:hover,
textarea:-webkit-autofill:focus,
select:-webkit-autofill,
select:-webkit-autofill:hover,
select:-webkit-autofill:focus {
	-webkit-text-fill-color: #FFF!important;
	text-fill-color: #FFF!important;
	-webkit-box-shadow: 0 0 0 1000px #13181c inset;
	box-shadow: 0 0 0 1000px #13181c inset;;
}
/*This controls the label elements, this is the area that has the check boxes and small text about what they are checking for. The class .privacyNewsletter refers to the span around privacy policy text which gets linked to the privacy policy*/
#mc_embed_signup .mc-field-group label, .privacyNewsletter {
    display: block!important;
    margin-bottom: 3px;
    font-size: 10px;
	text-align: left;
}
.email label {
	text-transform: uppercase;
}
/*hide the site visiting. Just make sure to use "checked" in html portion to show the site*/
#formAcqGroup {
	display: none;
}
/*style the privacy Policy text*/
a.privacyNewsletter {
	color: #FFF!important;
	display: inline!important;
	font-weight: 500;
	text-decoration: underline;
}
/*controls the sign button. In this case I have the hover state being the same. */
#mc_embed_signup .button, #mc_embed_signup .button:hover {
	background-color: #ffd000!important;
    margin: 10px auto 0;
    height: auto;
    padding: 12px 24px;
    color: #000;
    text-transform: uppercase;
    border: 2px solid #000;
    width: 100%;
}
#mc_embed_signup .button:disabled {
	opacity: .7
}
#mc_embed_signup .clear {
    clear: both;
    text-align: center;
}
/*Controls the error message that comes up if you don't fill in the email address after clicking into it.*/
#mc_embed_signup #mc-embedded-subscribe-form div.mce_inline_error {
    margin: 0;
    padding: 0 10px;
    background-color: transparent;
	color: #ecce33;
	text-transform: uppercase;
	letter-spacing: .85px;
	font-size: 12px;
}
#mc_embed_signup input.mce_inline_error {
    border: none!important;
	padding-left: 10px;
}
/*Controls the positioning and width of the email address input box and the text next to the checkboxes*/
#mc_embed_signup .mc-field-group.input-group ul li {
    margin-left: 17%;
	margin-top: 15px;
	padding-bottom: 15px;
	position: relative;
}
/* removes the base check box */
.myCheckbox input {
	display:none!important;
}
.checkboxContainer {
	max-width: 830px;
	margin: 0 auto;
}
/* This is for the custom checkbox itself. */
.myCheckbox span {	
	background-color: #13181c;
    display: inline-block;
    font-size: 25px;
    height: 30px;
    width: 30px;
    padding: 0;
    float: left;
    vertical-align: middle;
    position: relative;
    top: -3px;
    margin: 4px 13px 0 -45px;
    cursor: pointer;
    z-index: 1;
}
.whiteBehind {
    background-color: #13181c;
    height: 30px;
    width: 30px;
    position: absolute;
    top: 1px;
    left: -45px;
    z-index: 0;
}
/* This is the check mark within the custom checkbox */
.myCheckbox input:checked + span {		
	left: 10.75px;
    top: 0;
    width: 10px;
    height: 19px;
    border: solid #FFF;
    border-width: 0 4px 4px 0;
    transform: rotate(45deg);	
}
/* This is the box around the checkmark when checked. The original empty checkbox gets replaced by just the checkmark so we need to add this in to make
the box still exists. This is why it is a pseudo class */
.myCheckbox input:checked + span:before {	
    content: "";
    position: absolute;
    z-index: -1;
    width: 30px;
    height: 30px;
    top: -4px;
    left: -9px;
    transform: rotate(-45deg);
}
/*controls the success message */
#mc_embed_signup div.response {
    margin: 0 auto;
    padding: 1em 0 .5em 0;
    top: -1.5em;
    z-index: 1;
    width: 95%;
    font-size: 15px;
    color: #ecce33!important;
	letter-spacing: 1.85px;
	text-transform: uppercase;
	display:none!important;
}
.responseText {
	margin: 0 auto;
    padding: 1em 0 .5em 0;
    top: -1.5em;
    z-index: 1;
    width: 95%;
    font-size: 15px;
    color: #ecce33!important;
	letter-spacing: 1.85px;
	text-align: center;
	text-transform: uppercase;
}
.responseText ~ .responseText, #language {
	display: none;
}
.nopass {
	display: none;
	text-align: center;
	margin-top: 1em;
	font-size: 1.5em;
}

#formLanguage,
#formAcqCamp,
#formAcqMed,
#formAcqSource
 {
	display: none;
	visibility: hidden;
}

input#mc-embedded-subscribe {
    cursor: pointer;
}
/*controls the success message (specifically the color) */
@media screen and (min-width: 400px) {
/*	controls where the checkbox/small text sits */
	#mc_embed_signup .mc-field-group.input-group ul li {
		margin-left: 14%;
	}
}
@media screen and (max-height: 450px) and (orientation:landscape) {
	#mc_embed_signup {
		height: 90%;
		overflow-y: scroll;
	}
}
@media screen and (min-width: 500px) {
	/*	controls where the checkbox/small text sits */
	#mc_embed_signup .mc-field-group.input-group ul li {
		margin-left: 11%;
	}
}
@media screen and (min-width: 640px) {	
	.newsletterHeader {
		display: block;
	}
	#mc_embed_signup .mc-field-group label, .privacyNewsletter {
		font-size: 12px;
	}
	.datepart {
		width: 26.2%!important;
	}
}
/* Newsletter section end */