/*

Yellow #ffff00
Pink #d13076
Purple #481887

*/

@font-face {font-family: "AzoSansUber";
	src: url("font/AzoSansUber.eot"); /* IE9*/
	src: url("font/AzoSansUber.eot?#iefix") format("embedded-opentype"), /* IE6-IE8 */
	url("font/AzoSansUber.woff2") format("woff2"), /* chrome、firefox */
	url("font/AzoSansUber.woff") format("woff"), /* chrome、firefox */
	url("font/AzoSansUber.ttf") format("truetype"), /* chrome、firefox、opera、Safari, Android, iOS 4.2+*/
	url("font/AzoSansUber.svg#Azo Sans Uber W01 Regular") format("svg"); /* iOS 4.1- */
}

body {
	background:#000;
	color: #fff;
}

a, a:hover {
	color: #d13076;
}

header {
	margin-top:15px;
	position:relative;
	height: 120px;
	z-index: 1;
}

header .container {
	position: relative;
}

blockquote {
	font-size: 130%;
}

.hero {
	margin-top:-135px;
	z-index: 2;
	background-repeat:no-repeat;
	background-position:  center center fixed; 
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}

.herotitle {
	width:100%;
	height:100%;
	position: absolute;
}

.herotitle span {
	display: block;
	margin: 0;
	position: absolute;
	top: 60%;
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	text-align: center;
	width:100%;
	font-family: "AzoSansUber";
	font-size: 30px;
}

.colour_div img {
	max-width: 100% !important;
	height: auto !important;
}
.colour_div.Yellow { background-color:#ffff00; color: #111111;}
.colour_div.Pink { background-color:#d13076;}
.colour_div.Purple { background-color:#481887;}
.colour_div.White { background-color:#ffffff; color: #111111;}

.logos img {
	float:left;
	width:180px;
}

.logos span {
	height:103px;
	width:2px;
	background: #d13076;
	display: block;
	float:left;
	margin: 9px 15px;
}

img.logo-ans {
	width:185px;
}

img.logo-wk {
	margin: 30px 0 0 0;
}
.nav-desktop {
	margin-top: 40px;
	float: right;
}
.nav-desktop a {
	float:left;
	color: #fff;
	margin-left:25px;
	font-weight: bold;
}
.nav-desktop a.active {
	color: #d13076;
}
.mobile-navlink {
	display:none;
}

.overlay {
	height: 100%;
	width: 0;
	position: fixed;
	z-index: 1;
	top: 0;
	right: 0;
	background-color: #d13076;
	overflow-x: hidden;
	/* transition: 0.5s; */
  }
  
  .overlay-content {
	position: relative;
	top: 25%;
	width: 100%;
	text-align: center;
	margin-top: 30px;
  }
  
  .overlay a {
	padding: 8px;
	text-decoration: none;
	font-size: 30px;
	color: #fff;
	display: block;
	transition: 0.3s;
  }
  
  .overlay a:hover, .overlay a:focus {
	color: #f1f1f1;
  }
  
  .overlay .closebtn {
	position: absolute;
	font-size: 24px;
	top: 22px;
	right: 22px;
	color: #fff;
}

.white {
	background-color: #fff;
	color: #000;
}

.ans-form {
	background: #d13076;
	padding: 20px;
}

.ans-form p {
	color: #fff;
	font-size:20px;
	margin-bottom: 0;
	text-align: center;
}

.ans-form .gform_wrapper div.validation_error {
	color: #ffff00;
	border-top: 1px solid #ffff00;
	border-bottom: 1px solid #ffff00;
}

.ans-form .gform_wrapper .validation_message {
	color: #ffff00;
}

.ans-form .gform_wrapper li.gfield.gfield_error, .gform_wrapper li.gfield.gfield_error.gfield_contains_required.gfield_creditcard_warning {
    background-color: transparent;
    border-top: none;
    border-bottom: none;
}

.ans-form .gform_wrapper li.gfield.gfield_error.gfield_contains_required div.ginput_container {
	margin-top:0;
}

.ans-form .gform_wrapper li.gfield.gfield_error, .gform_wrapper li.gfield.gfield_error.gfield_contains_required.gfield_creditcard_warning {
	padding: 0;
}

.small-privacy p {
	color:#fff !important;
	font-size:12px;
	margin-bottom: 20px !important;
}

.small-privacy a {
	color:#fff !important;
	text-decoration: underline;
}

.ans-form .gform_button {
	color: #fff;
	width: 100%;
	display: inline-block;
	border: none;
	cursor: pointer;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	text-transform: uppercase;
	text-align: center;
	background-color: #ffff00;
	color: #464646;
	font-family: proxima-nova, sans-serif;
	font-size: 16px !important;
	font-weight: 600;
	font-style: normal;
	line-height: normal;
	letter-spacing: 2px;
	height: 60px;
	line-height: 60px;
	margin-top: 20px;
	width:100% !important;
	padding-right:0;
	padding-left:0;

}

.ans-form .gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]) {
    padding: 14px 30px 14px 12px !important;
}

.ans-form .gform_wrapper ul.gform_fields li.gfield {
	padding-right:0;
}

.grid-row {
	background-color: #fff;
	padding: 5px;
}

.grid-col {
	background-repeat:no-repeat;
	background-position:  center center fixed; 
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	outline: 5px solid #fff;
    outline-offset: -5px;

}

.grid-col span.title {
	font-size: 22px;
	display: block;
	max-width:370px;
	margin: 0 auto;
}

.grid-col a, .grid-col a:Hover {
	color:inherit;
	text-decoration: none;
}

.grid-col span.text {
	font-size: 14px;
	display: block;
}

.vert-align {
	margin: 0;
	position: absolute;
	top: 50%;
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	text-align: center;
	width:100%;
}

.grid-col a.btn {
	color:#333 !important;
	background: #fff !important;
	border-color: #fff !important;
	margin-top: 20px;
}

.moment {
	overflow: scroll;
	background: #ffffff;
}

@media all and (max-width: 990px) {

	/* Adjust logos on small tablets */
	.logos img { width:120px; }
	.logos span { height:80px; }
	img.logo-ans { width:140px; }
	img.logo-wk { margin-top: 25px;}
	.mobile-navlink { top:30px; right:30px; }

		.nav-desktop .navlink {
		display:none;
	}
	.mobile-navlink {
		display:block;
		font-size: 24px;
		cursor: pointer;
		position: absolute;
		top:30px;
		right:30px;
		color: #fff;	
	}

}

@media all and (max-width: 900px) {
}


@media all and (max-width: 768px) {
	
}

@media all and (max-width: 480px) {
	/* Adjust logos on small tablets */
	.logos img { width:100px; }
	.logos span { height:60px; }
	img.logo-ans { width:110px; }
	img.logo-wk { margin-top: 20px;}
	.mobile-navlink { font-size: 22px; top:20px; right:20px; }
	.overlay .closebtn { font-size: 22px; top:12px; right:12px; }
}


