@charset "utf-8";
/*Reset*/
html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video{margin:0;padding:0;border:0;font:inherit;font-size:100%;vertical-align:baseline;}
ol,ul{list-style:none}
table{border-collapse:collapse;border-spacing:0}
caption,th,td{text-align:left;font-weight:400;vertical-align:middle}
q,blockquote{quotes:none}
q:before,q:after,blockquote:before,blockquote:after{content:"";content:none}
a img{border:none;outline:none}
article,aside,details,figcaption,figure,footer,header,hgroup,main,menu,nav,section,summary{display:block}
*,*:before,*:after{-webkit-box-sizing:border-box;box-sizing:border-box}
html,body{width:100%;height:100%;min-height:100%;position:relative;overflow-x: hidden;}
html{line-height:1.7;}
body{-webkit-backface-visibility:hidden;backface-visibility:hidden; font-family: century-old-style-std, serif;  font-weight: 400;font-style:normal;font-size:12px;line-height:1.7;background-color: #000;color: #FFF;letter-spacing: 1.5px;}
a{outline:none;text-decoration:none}
img{vertical-align:middle}
input:focus,
select:focus,
textarea:focus,
button:focus {
    outline: none;
}
/*did this body auto height to make fancy box work properly */
body {height: auto;}
#home {
	background: #000 url('../img/common/gensis_grid.png') top left repeat;
	background-position-x: -20px; 
}

/*LOADER*/
#loader-bg {
	display: block;
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background-color: #000;
	z-index: 1000;
	overflow: hidden;
}
#loader {
	display: block;
	position: absolute;
	z-index: 1001;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	    -ms-transform: translate(-50%, -50%);
	        transform: translate(-50%, -50%);
	width: 100%;
	max-width: 800px;
	text-align: center;
}
#loader .loadingText {
	color: #FFF;
	font-size: 30px;
	position: absolute;
	text-transform: uppercase;
	top: -85px;
	margin-left: 0;
}
#loader .sonic {
	width: 70%;
	height: auto;
	border: none;
	background-color: transparent;
}
@media screen and (min-width: 500px ) {
	#loader .sonic {
		width: 55%;
	}
	#loader .loadingText {
		margin-left: -15%;
	}
}
@media screen and (min-width: 640px ) {
	#loader .sonic {
		width: 40%;
	}
}
/*EFLAGS*/
.currentFlag {padding: 10px;border: none;cursor: pointer;height: 50px;}
.eflagsGroup {position: fixed;z-index: 5;right: 1%;top:12%;}
.home .eflagsGroup {top: 1.3%;}
.eflagsGroup:after {content: '';border: 4px solid transparent;border-top: 4px solid #fff;margin-left: 2px;margin-bottom: 6px;display: inline-block;vertical-align: bottom;}
.eflagsDropContent {display: none;position: absolute;width: 45px;z-index: 10000;text-align: center;right:22px;top: 55px;background-color: rgba(0, 0, 0, .5);}
.eflagsDropContent li {display: block;}
.eflagsDropContent a {color: black;padding: 5px;text-decoration: none;display: block;}
.eflagsDropContent a img {height: 20px;}
.eflagsDropContent a:hover {background-color: #FFF;}
.hideFlag {display:none;}
@media screen and (max-width: 950px) {
	.home .eflagsGroup { top: 0;	}
}
@media screen and (max-width: 600px){
	.currentFlag { height: 35px; }
/*	.eflagsGroup { right: 5%; }*/
	.eflagsGroup:after {content: none;}
/*	.eflagsDropContent {width: 310px;right: 10px;}*/
	.eflagsDropContent { width: 28px; top: 33px; right: 7px;}
	.eflagsDropContent a { padding: 3px;}
	.eflagsDropContent a img {height: 15px;	}
}
/*END EFLAGS*/
/*Flags*/
.noFlag {display:none;}
#selected-country{margin-bottom:15px;cursor:pointer}
#country-navigation-wrapper{width:50px;position:absolute;top:25px;left:15px;vertical-align:top;z-index:103}
#country-navigation-wrapper img{border:#FFF 1px solid;width:calc(100% - 2px)}
#country-nav{position:relative;overflow:hidden}
#country-nav div{position:relative;width:100%;margin-left:-100%;margin-bottom:15px}
.privacyCertified {cursor: pointer;}
@media screen and (max-width: 400px) {
	#country-navigation-wrapper {top: 15px;}
}
/*Cookie Wrap*/
.isHover{
	transition:opacity .3s ease-in-out;
	-webkit-transition:opacity .3s ease-in-out;
	-moz-transition:opacity .3s ease-in-out;
	-ms-transition:opacity .3s ease-in-out;
}
.isHover:hover {
	opacity:.6;
	cursor:pointer;
}
.cookieWrap {
    width: 100%;
    padding: 36px 15px 36px;
    background-color: #006fd5;
	z-index: 10;
	position: fixed;
	top: 0;
	-webkit-transform: translateY(0);
	-ms-transform: translateY(0);
		transform: translateY(0);
	-webkit-transition: -webkit-transform 0.4s;
	transition: -webkit-transform 0.4s;
	-o-transition: transform 0.4s;
	transition: transform 0.4s;
	transition: transform 0.4s, -webkit-transform 0.4s;
	margin-top: 0;
}
.cookieText {
	max-width: 1100px;
    text-align: center;
    padding: 0 10px 12px;
    margin: 4px auto 1px;
    line-height: 1.2;
    color: #fff;
    font-family: 'ProximaNova', sans-serif;
    font-size: 16px;
}
.cookieText a {
	color: yellow;
    font-weight: bold;
	text-decoration: none;
}
.acceptBtn {
    color: #006fd5;
    background-color: #fff;
    padding: 8px 20px;
    margin: 20px 10px 5px;
    float: right;
    font-weight: bold;
    border: 1px solid #fff;
    border-radius: 5px;
	text-transform: uppercase;	
	cursor: pointer;
	font-family: 'ProximaNova', sans-serif;
}
.acceptBtn:hover {
    color: #fff;
    background-color: #006fd5;
    -webkit-transition-property: background-color;
    transition-property: background-color;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    cursor: pointer;
}
.hideCookie {
	-webkit-transform:translateY(-450px);
		-ms-transform:translateY(-450px);
			transform:translateY(-450px);
}
/*HERO AREA*/
.heroArea {
	text-align: center;
	width: 100%;
	max-width: 1400px;
	position: relative;
	margin: 0 auto;
}
.mdHeaderImg {
	width: 100%;
	margin: 0 auto;
	position: relative;
	left: 0.5%;
	display: block;
}
.mdHeaderImgLarge {
	display: none;
}
.heroArea h2 {
	font-size: 18px;
	font-weight: 600;
	-webkit-transform: scale(1, 1.5);
	    -ms-transform: scale(1, 1.5);
	        transform: scale(1, 1.5);
/*	width: 330px;*/
	margin: 0 auto;
	display: inline-block;
	vertical-align: middle;
}
.trailer {
    margin: 10% auto 5%;
	width: 70%;
	max-width: 325px;
	display: inline-block;
	vertical-align: middle;
}
.trailer:hover, .newsletterButton:hover {
	opacity: .8;
}
.removeBreak {
	display: none;
}
.mdGamesHeader {
	color: red;
	display: block;
}
.mdGamesHeader p {
	line-height: 1.2;
}
@media screen and (min-width: 400px ) {
	.heroArea h2 {
		font-size: 24px;
	}
}
@media screen and (min-width: 550px ) {
/*
	.mdHeaderImg {
		margin: 10% auto 5%;
	}
*/
}
@media screen and (min-width: 768px ) {
/*
	.mdHeaderImg {
		width: 100%;
		margin: 5% auto 2%;
	}
*/
	.mdHeaderImg {
		display: none;
	}
	.mdHeaderImgLarge {
		display: block;
		width: 100%;
		margin: 0 auto;
		position: relative;
		max-width: 1300px;
	}
	.mdGamesHeader {
		display: none;
	}
	.removeBreak {
		display: block;
	}
	.heroArea h2 {
		position: absolute;
		left: 5%;
		top: 50%;
		font-size: 14px;
		width: 500px;
		line-height: 1.2;
		text-align: left;
	}
	.trailer {
		margin: 0% auto 2%;
		width: 70%;
		max-width: 325px;
		display: inline-block;
		vertical-align: middle;
	}
}
@media screen and (min-width: 660px ) {
/*
	.heroArea h2 {
		font-size: 20px;
		width: 360px;
	}
*/
/*
	.trailer {
    	margin: 0% auto;
		max-width: 275px;
	}
*/
}
@media screen and (min-width: 768px ) {
/*
	.heroArea h2 {
		margin-right: 3%;
		font-size: 20px;
	}
*/
	.heroArea h2 {
		top: 65%;
		font-size: 17px;
	}
	.trailer {
		position: absolute;
		right: 22%;
		top: 26.5%;
		width: 20%;
		max-width: 300px;
	}
}
@media screen and (min-width: 1024px ) {
/*
	.mdHeaderImg {
		display: none;
	}
	.mdHeaderImgLarge {
		display: block;
		width: 90%;
		margin: 3% auto 0;
		position: relative;
		left: 1.5%;
		max-width: 1300px;
	}
*/
/*
	.trailer {
		position: absolute;
		right: 22%;
		top: 26.5%;
		width: 20%;
		max-width: 300px;
	}
*/
	.heroArea h2 {
		position: absolute;
		left: 5%;
		top: 65%;
		font-size: 25px;
		width: 500px;
		line-height: 1.2;
		text-align: left;
	}
}
@media screen and (min-width: 1200px ) {
	.heroArea h2 {
		font-size: 32px;
	}
}
@media screen and (min-width: 1500px ) {
	.mdHeaderImgLarge {
/*		width: 75%;*/
	}
}
/*SYSTEM AREA*/
.mainWrapper {
    background-color: rgba(0,0,0,.75);
	border: 1px solid white;
	border-bottom: 0px;
	border-top: 0px;
    width: 100%;
    max-width: 1075px;
    margin: 0 auto;
}
.system aside {
	width: 95%;
	margin: 0 auto;
	text-align: center;
}
.systemHeading {
	text-align: center;
	padding: 25px 0 10px;
	font-size: 16px;
}
.seal {
	display: block;
	width: 55%;
	margin: 0 auto;
	max-width: 200px;
	padding-bottom: 10px;
}
.welcomeText {
	display: block;
	width: 90%;
	max-width: 600px;
	margin: 8% auto 0;
	padding: 8% 0 12%;
}
.systemText {
	width: 95%;
    margin: 0 auto;
    display: block;
    max-width: 500px;
	text-align: left;
}
.genesisMiniSystemArea, .controllerSystemArea {
	width: 110%;
	max-width: 600px;
    position: relative;
    right: 5%;
}
.visibleLarge {
	display:none;
}
.visibleSmall {
	display: block;
}
.inBox li {
    list-style-type: square;
    color: white;
    text-align: left;
    margin-left: 15%;
}
.super {
	font-size: .83em;
	vertical-align: super;
}
@media screen and (min-width: 540px ) {
	.genesisMiniSystemArea, .controllerSystemArea {
		width: 100%;
		right: 0;
	}	
}
@media screen and (min-width: 640px ) {
	.systemText {
		font-size: 13px;
	}
}
@media screen and (min-width: 768px ) {
	.visibleLarge {
		display:block;
	}
	.genesisMiniSystemArea, .controllerSystemArea, .systemHeading, .seal, .systemText {
		display: inline-block;
		vertical-align: middle;
	} 
	.genesisMiniSystemArea {
		margin-bottom: -8%;
	}
	.visibleSmall {
		display: none;
	}
	.systemHeading {
		width: 63%;
		max-width: 500px;
	}
	.seal {
		padding-top: 25px;
	}
	.systemText {
		width: 37%;
	}
	.genesisMiniSystemArea, .controllerSystemArea {
		width: 50%;
	}
	.welcomeText {
		margin: 3% auto 0;
	}
	.greaterWidth {
		width: 80%;
		max-width: 750px;
		display: block;
		margin: 0 auto;
	}
	.inBox li {
		list-style-type: square;
		color: white;
		text-align: left;
		margin-left: -35%;
	}
}
@media screen and (min-width: 1024px ) {
	.systemHeading {
		margin-right: 15px;
		font-size: 22px;
	}
	.systemText, .greaterWidth {
		font-size: 19px;
	}
	.mainWrapper {
		margin: 0 auto;
	}
}
/*GAMES SECTION*/
.games {
	margin: 20% auto 0;
	text-align: center;
}
.smallGamesTitle {
	display: block;
	width: 95%;
	max-width: 500px;
	margin: 8% auto;
}
.largeGamesTitle {
	display: none;
}
.games h2 {
    font-size: 18px;
    font-weight: 600;
    -webkit-transform: scale(1, 1.5);
        -ms-transform: scale(1, 1.5);
            transform: scale(1, 1.5);
    margin: 5% auto 12%;
    line-height: 1.3;
    width: 95%;
}
.allGames img {
	width: 28%;
	margin: 2%;
}
.allGames a img:hover {
	-webkit-box-shadow: 0 0 30px rgba(237,0,140,0.6), 0 0 50px rgba(237,0,140,0.6), 0 0 70px rgba(237,0,140,0.6);
	        box-shadow: 0 0 30px rgba(237,0,140,0.6), 0 0 50px rgba(237,0,140,0.6), 0 0 70px rgba(237,0,140,0.6);
}
#moreToCome {
/*	font-size: 25px!important;*/
	margin: 5% auto;
}
/*
.newsletterButton {
	margin: 5% auto;
	width: 90%;
	max-width: 325px;
	display: inline-block;
	vertical-align: middle;
}
*/
.newsletterButton {
/*    width: 60px;*/
    max-width: 325px;
    display: none;
    vertical-align: middle;
    position: fixed;
    top: 95px;
    right: 10px;
	height: 260px;
}
.newsletterText {
	font-size: 16px;
	font-weight: 300;
	width: 310px;
	margin: 0 auto;
	display: inline-block;
	vertical-align: middle;
}
@media screen and (min-width: 500px ) {	
	.games {
		margin: 15% auto 0;
	}
	.games h2 {
    	margin: 5% auto 8%;
	}
}
@media screen and (min-width: 640px ) {	
	.allGames img {
		width: 17%;
		margin: 1%;
	}
	.games h2 {
	   margin: 2% auto 5%;
	}
	.smallGamesTitle {
		display: none;
	}
	.largeGamesTitle {
		display: block;
		width: 95%;
		max-width: 900px;
		margin: 5% auto 0;
	}
	.newsletterButton {
/*    	width: 35px;*/
		display: block;
	}
}
@media screen and (min-width: 700px ) {
	.newsletterButton {
/*		margin-right: 3%;*/
	}
}
@media screen and (min-width: 1024px ) {
	.newsletterButton {
/*		width: 60px;*/
/*		top: 14%;*/
	}
	#moreToCome {		
		margin: 2% auto;
	}
	.games h2 {
		font-size: 30px;
		width: 70%;
	}
	.games {
		margin: 12% auto 0;
	}
}
@-webkit-keyframes slideInUp {
  from {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    visibility: visible;
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes slideInUp {
  from {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    visibility: visible;
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.slideInUp {
  -webkit-animation-name: slideInUp;
  animation-name: slideInUp;
}
.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}


/*purchase*/
.purchase {
	text-align: center;
	padding-bottom: 1%; /*REMOVE THIS LINE WHEN LINKS GET ACTIVATED*/
}
.glamshot {
	width: 95%;
	margin: 15% auto 5%;
	display: block;
	border: 1px solid white;
}
.purchase h2 {
	font-size: 30px;
    font-weight: 600;
    -webkit-transform: scale(1, 1.5);
        -ms-transform: scale(1, 1.5);
            transform: scale(1, 1.5);
    margin: 10% auto;
    text-transform: uppercase;
    line-height: 1.3;
	width: 95%;
}
.purchaseButtons a {
	text-decoration: none;
	display: block;
	z-index: 1;
	cursor: pointer;
}
.parallelogram {
	position: relative;
    display: inline-block;
    width: 85%;
    max-width: 275px;
	margin: 0 2% 4% 0;
}
.parallelogram:hover {
	opacity: .8;	
}
.parallelogram img {
    width: 100%;
	cursor: pointer;
}
.parallelogram p {
	text-transform: uppercase;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	    -ms-transform: translate(-50%, -50%);
	        transform: translate(-50%, -50%);
	font-size: 22px;
	color: white;
	width: 100%;
}
@media screen and (min-width: 640px ) {	
	.purchase h2 {
		margin: 5% auto;
	}
}
/*footer*/
footer {
	background-color: #000;
	width: 100%;
	padding: 25px 0;
}
.footerContainer {
	width: 90%;
	max-width: 1200px;
	margin: 0 auto;
	text-align: center;
}
.footerIcons {
	margin-bottom: 25px;
}
.footerIcons img {
	max-height: 75px;	
	margin-top: 10px;
}
.footerIcons img:not(last-child) {
	margin-right: 10px;
}
hr.fadedLine {
    border: 0;
    height: 1px;
    background-image: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), color-stop(rgba(255, 255, 255, 0.75)), to(rgba(255, 255, 255, 0)));
    background-image: -webkit-linear-gradient(left, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.75), rgba(255, 255, 255, 0));
    background-image: -o-linear-gradient(left, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.75), rgba(255, 255, 255, 0));
    background-image: linear-gradient(to right, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.75), rgba(255, 255, 255, 0));
}
.privacy {
	text-decoration: none;
	color: white;
	text-transform: uppercase;
	font-size: 13px;
	text-align: center;
	display: inline-block;
	margin-right: 20px;
}
.privacy:hover {
	opacity: .75
}
.copy {
	width: 90%;
	margin: 25px auto;
	font-size: 9px;
}

/* Newsletter section */
/*As this is a new section, it is heavily commented to make it easier to update for various sites*/
/*FURTHER NOTE: THIS NEWSLETTER WAS DESIGNED AS A MODAL, IF YOU NEED WITHOUT MODAL LOOK AT CATHERINE FULL BODY*/
/*
.newsletterBG {    
	width: 100%;
    height: 100%;
    color: #000;
    background-color: rgba(0,0,0,.85);
    position: absolute;
    top: 0;
    left: 0;
	display: none;
}
*/
.newsletterBG {
    width: 100%;
    color: #000;
    background-color: transparent;
	margin-top: 10%;
}

.fa-times {   
	display: none;
}
/*This controls the actual wrap around the newsletter area. This controls the width of that wrapper as well*/
/*
.newsletterBG .innerWrapper {
	display: block;
	position: fixed;
	width: 90%;
	max-width: 450px;
	margin: 0 auto;
	padding: 30px 0;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}
*/
.newsletterBG .innerWrapper {
    display: block;
    width: 100%;
    max-width: 450px;
    margin: 0 auto;
	background: url('../img/common/newsletter_bg.jpg') center top no-repeat;
	background-size: cover;
}
.newsletterHeader {
	text-align: center;
/*	background: rgba(255,255,255,1);*/
}
@media screen and (min-width: 640px) {
	.newsletterBG {
		width: 450px;
		height: 100%;
		color: #000;
		background-color: transparent;
		position: fixed;
		top: 0;
		right: 0;
	/*    display: none;*/
		-webkit-transform: translateX(450px);
		    -ms-transform: translateX(450px);
		        transform: translateX(450px);
		-webkit-transition: -webkit-transform 0.4s;
		transition: -webkit-transform 0.4s;
		-o-transition: transform 0.4s;
		transition: transform 0.4s;
		transition: transform 0.4s, -webkit-transform 0.4s;
		margin-top: 0;
	}
	.newsletterBG .innerWrapper {
		display: block;
		position: absolute;
		width: 100%;
		max-width: 450px;
		margin: 0 auto;
		right: 0;
		top: 80px;
		-webkit-transition: all 0.4s;
		-o-transition: all 0.4s;
		transition: all 0.4s;
	}
	.hide {
		-webkit-transform:translateX(0);
		    -ms-transform:translateX(0);
		        transform:translateX(0);
	}
	.fa-times {   
		color: black;
		font-size: 40px;
		position: absolute;
		top: 90px;
		left: 10px;
		cursor: pointer;
		display: block;
		z-index: 1;
	}
}

/*Main title "NEWSLETTER" */
.newsletterHeader h2 {
color: black;
    text-align: center;
    font-size: 35px;
    padding-top: 10px;
    font-weight: 800;
}
/*Smaller header text Sign up...*/
.newsletterHeader h3 {
	font-style: normal;
	font-weight: 300;
	font-family: open-sans, san-serif;
	font-size: 20px;
}
/*_signup is the form itself, the .newsletter class above refers to the section that sits above the actual form*/
#mc_embed_signup {
/*	background: rgba(255,255,255,1);*/
	background: transparent;
}
/*This ccontrols 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 {
	display: inline-block;
	margin-right: -5px;
}
/*This controls the mail icon*/
.mc-field-group .fa.fa-envelope {
	font-size: 25px;
    padding: 15px;
    color: #FFF;
    background-color: #313367;
    width: 55px;
    height: 55px;
}
/*This controls the input field where you type in the email address*/
#mc_embed_signup .mc-field-group input {
	background: #FFF;
    height: 55px;
    width: 80%;
    vertical-align: top;
    font-size: 18px;
    border: 1px solid #313367;
	border-radius: initial;
	font-weight: 400;
}
/*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: 11px;
}
/*style the privacy Policy text*/
a.privacyNewsletter {
	color: red!important;
	display: inline!important;
	font-weight: 600;
	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: #313367!important;
	border-radius: initial;
	margin: 0 auto;
	height: auto;
	padding: 10px 22px;
}
#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: 4px 0 1em 0;
    padding: 5px 10px;
    background-color: transparent;
	color: red;
}
/*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 {
    width: 75%;
    margin-left: 17%;
	margin-top: 15px;
}
/* removes the base check box */
.myCheckbox input {
	display:none!important;
}
/* This is for the custom checkbox itself. */
.myCheckbox span {
	border: 2px solid #313367;
    display: inline-block;
    font-size: 25px;
    height: 30px;
    width: 30px;
    padding: 0;
    float: left;
    vertical-align: middle;
    border-radius: 4px;
	position: relative;
    top: -4px;
    margin: 4px 13px 0 -45px;
	cursor: pointer;
}
/* This is the check mark within the custom checkbox */
.myCheckbox input:checked + span {	
	left: 10.75px;
    top: 0;
    width: 10px;
    height: 19px;
    border: solid #313367;
    border-width: 0 4px 4px 0;
    -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
            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;
    border: 2px solid #313367;
    border-radius: 4px;
    -webkit-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
            transform: rotate(-45deg);
}
/*controls the success message */
#mc_embed_signup div.response {
    margin: 0 auto;
    padding: 1em 0 .5em 0;
    font-weight: bold;
    top: -1.5em;
    z-index: 1;
    width: 95%;
    font-size: 11px;
    color: darkgreen!important;
}
/*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%;
	}
/*	controls width of both the email input box and the text next to checkbox*/
	#mc_embed_signup .mc-field-group input, #mc_embed_signup .mc-field-group.input-group ul li {
		width: 85%;
	}
}
@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%;
	}
	/*	controls width of both the email input box and the text next to checkbox*/
	#mc_embed_signup .mc-field-group input, #mc_embed_signup .mc-field-group.input-group ul li {
		width: 87%;
	}
}
/* Newsletter section end */
