@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, figcaption, figure, 
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}

/*---- HTML5 display-role reset for older browsers ----*/
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}
strong {
	font-weight: bold;
}
em {
	font-style: italic;
}
img, 
object {
	border: none;
	width: auto;
    max-width: 100%;
    height: auto;
	transition:all .2s ease-in-out; 
    -o-transition:all .2s ease-in-out; 
    -moz-transition:all .2s ease-in-out; 
    -webkit-transition:all .2s ease-in-out;
}
map area {
    outline: none;
}
@media \0screen {
  img { 
  	width: auto; /* for ie 8 */
  }
}
header
,nav
,section
,article
,aside
,footer
,hgroup 
{ 
display: block;
}
.hidden {
	opacity: 0;
}
.visible {
	opacity: 1;
}

/*---- Basic Styles ----*/
body {
	background-color: #000000; 
	font-family: "KantarBrownWeb-Light", Arial, Helvetica, sans-serif;
	padding: 0px;
	margin: 0px auto;
	color: #333333;
	-webkit-text-size-adjust: 100%;
}
h1 {
	font-family: "KantarBrownWeb-Light", Arial, Helvetica, sans-serif;
	font-size: 115px;
	line-height: 140px;
	text-transform: uppercase;
	color: #ffffff;
	text-align: left;
	padding-top: 35px;
}
h1 span.smallTitle {
	font-size: 55px;
}
h1 span.glitch {
	font-family: "KantarBrownWeb-Regular", Arial, Helvetica, sans-serif;
}
h2 {
	font-family: "KantarBrownWeb-Light", Arial, Helvetica, sans-serif;
	font-size: 30px;
	line-height: 36px;
	padding: 0px 0px 15px 0px;
	color: #ffffff;
}
h3 {
	font-family: "KantarBrownWeb-Light", Arial, Helvetica, sans-serif;
	font-size: 24px;
	line-height: 28px;
	padding: 0px 0px 5px 0px;
	color: #ffffff;
}
p {
	font-family: "KantarBrownWeb-Light", Arial, Helvetica, sans-serif;
	font-size: 18px;
	line-height: 30px;
	padding: 0px 0px 20px 0px;
	color: #ffffff;
}
text {
	font-family: "KantarBrownWeb-Light", Arial, Helvetica, sans-serif !important;
}
p:last-child {
	padding: 0px;
}
.brandGuidanceCentered {
	text-align: center;
	margin: 0px auto;
}
a:link, a:visited {
	color: #beca00;
	text-decoration: underline;
}
a:hover, a:active {
	color: #beca00;
	text-decoration: none;
}
/*---- No Padding Styles ----*/
.brandGuidanceNoPaddingTop {
	padding-top: 0px !important;
}
.brandGuidanceNoPaddingBottom{
	padding-bottom: 0px !important;
}
/*---- Animation----*/
.brandGuidanceFadeIn {
	animation-duration: 5s;
	-webkit-animation-duration: 5s;
	-moz-animation-duration: 5s;
	animation-delay: 2s;
	-webkit-animation-delay: 2s;
	-moz-animation-delay: 2s;
}
header .brandGuidanceFadeIn {
	animation-duration: 5s;
	-webkit-animation-duration: 5s;
	-moz-animation-duration: 5s;
	animation-delay: 1s;
	-webkit-animation-delay: 1s;
	-moz-animation-delay: 1s;
}
/*---- Container Styles ----*/
#brandGuidanceWrapper {
	width: 100%;
	background: url('../images/background-image.jpg') no-repeat;
	background-size: cover;
	background-position:center;
	position: relative;
	margin: 0px auto;
	text-align: left;	
}
.brandGuidanceContentWrapper .brandGuidanceCol {
    padding-bottom: 20px;
}

/*---- Color Styles ----*/
.brandGuidanceDarkGreyColor {color: #333333 !important;}
.brandGuidanceLightGreyColor {color: #f0f0f0 !important;}
.brandGuidanceDarkGreenColor {color: #00A13A !important;}
.brandGuidanceLightGreenColor {color: #beca00 !important;}
.brandGuidanceDarkBlueColor {color: #17248B !important;}
.brandGuidanceLightBlueColor {color: #2E7DE1 !important;}
.brandGuidanceYellowColor {color: #F3AE00 !important;}
.brandGuidanceOrangeColor {color: #F39000 !important;}
.brandGuidancePurpleColor {color: #7B4192 !important;}
.brandGuidanceWhiteColor {color: #ffffff !important;}

/*---- Branding Bar Styles ----*/

.brandGuidanceLogo a img {
	float: left;
	margin: 0px 30px 0px 0px;
}

/*---- Content Wrapper Styles ----*/
.brandGuidanceContentWrapper {
	max-width: 1280px;
	margin: 0px auto;
	text-align: left;
	padding: 50px 40px 30px 40px;
}
.brandGuidanceContentSmWrapper {
	max-width: 1280px;
	margin: 0px auto;
	text-align: left;
	padding: 15px 40px 15px 40px;
}

/*---- Form Styles ----*/
#brandGuidanceFormContainer {
    padding-top: 80px;
    margin-top: -80px;
}
.brandGuidanceForm {
	width: 100%;
	height: 950px;
}

/*---- Share/Follow Styles ----*/
ul.brandGuidanceShareLinks,
ul.brandGuidanceFollowLinks {
	margin: 0px;
}
ul.brandGuidanceShareLinks li {
	display: inline-block;
	padding-right: 1px;
	padding-bottom: 0px;
}
ul.brandGuidanceFollowLinks li {
	display: inline-block;
	padding-left: 5px;
	padding-bottom: 0px;
}
.brandGuidanceContentSmWrapper ul.brandGuidanceShareLinks,
.brandGuidanceContentSmWrapper ul.brandGuidanceFollowLinks {
	padding: 0px 0px 0px 0px;
	float: right;
	vertical-align: top;
}
.brandGuidanceContentSmWrapper ul.brandGuidanceShareLinks li.shareCopy {
	margin-top: 10px;
	vertical-align: top;
	color: #fff;
}
.brandGuidanceContentSmWrapper ul.brandGuidanceFollowLinks li.followCopy {
	margin-top: 5px;
	vertical-align: top;
	color: #fff;
}

/*---- Footer Styles ----*/
.brandGuidanceContentSmWrapper p {
	font-size: 14px;
	line-height: 14px;
	padding: 10px 0px 0px 0px;
	margin: 0px;
}

/*---- Responsive Grid Setup ----*/
/* Row Setup */
.brandGuidanceRow {
	clear: both;
	padding: 0px;
	margin: 0px;
}
/* Column Setup */
.brandGuidanceCol {
	display: block;
	float:left;
	margin: 0 0 0 1.6%;
}
.brandGuidanceCol:first-child { margin-left: 0; }

/* Grouping  */
.brandGuidanceGroup:before,
.brandGuidanceGroup:after { content:""; display:table; }
.brandGuidanceGroup:after { clear:both;}
.brandGuidanceGroup { zoom:1; /* For IE 6/7 */ }

/* Responsive Cell Setup */
.brandGuidanceCell-6-of-6 {
	width: 100%;
}
.brandGuidanceCell-5-of-6 {
  	width: 83.06%;
}
.brandGuidanceCell-4-of-6 {
  	width: 66.13%;
}
.brandGuidanceCell-3-of-6 {
  	width: 49.2%;
}
.brandGuidanceCell-2-of-6 {
  	width: 32.26%;
}
.brandGuidanceCell-1-of-6 {
  	width: 15.33%;
}
.push {
    visibility: hidden;
}
/*---- Responsive Styles - Max Width 1024px----*/
@media screen and (max-width: 1024px) {
	/*---- Font Styles ----*/
	h1 {
		font-size: 80px;
		line-height: 100px;
	}
	h1 span.smallTitle {
		font-size: 45px;
	}
	h2 {
		font-size: 30px;
		line-height: 36px;
	}
	h3 {
		font-size: 22px;
		line-height: 26px;
	}
	p {
		font-size: 16px;
		line-height: 28px;
	}
}

/*---- Responsive Styles - Max Width 768px----*/
@media screen and (max-width: 768px) {
	/* Grid Setup */
	.brandGuidanceCol {  
		margin: 0px 0px 1% 0px; 
	}
	.brandGuidanceCell-2-of-6,
	.brandGuidanceCell-3-of-6,
	.brandGuidanceCell-4-of-6 { 
		width: 100%; 
	}
	/*---- Font Styles ----*/
	h1 {
		font-size: 60px;
		line-height: 80px;
		padding-top: 20px;
	}
	h1 span.smallTitle {
		font-size: 35px;
	}
	/* Content */
	.brandGuidanceContentWrapper {
		padding: 20px 20px 20px 20px !important;
	}
	.brandGuidanceContentSmWrapper {
		padding: 15px 20px 15px 20px !important;
	}
	/* Footer Fix */
	.brandGuidanceContentSmWrapper ul.brandGuidanceFollowLinks,
	.brandGuidanceContentSmWrapper ul.brandGuidanceShareLinks {
		padding: 20px 0px 0px 0px;
		float: none;
	}
	
}
/*---- Responsive Styles - Max Width 480px----*/
@media screen and (max-width: 480px) {
	/*---- Font Styles ----*/
	h1 {
		font-size: 45px;
		line-height: 55px;
		padding-top: 20px;
	}
	h1 span.smallTitle {
		font-size: 25px;
	}
	h2 {
		font-size: 26px;
		line-height: 32px;
	}
	h3 {
		font-size: 20px;
		line-height: 24px;
	}
	p {
		font-size: 14px;
		line-height: 26px;
	}
}
