/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/
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-size: 100%;
	font: inherit;
	vertical-align: baseline;
	box-sizing: border-box;
		
}
/* 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;}
table { border-collapse: collapse; border-spacing: 0; }


/** HTML ELEMENTS **/
body {
	font-family: 'EYInterstate-Regular';
	letter-spacing: -0.04em;
	-webkit-font-smoothing: antialiased;
	-moz-font-smoothing: antialiased;
	-o-font-smoothing: antialiased;
	font-smoothing: antialiased;
}
a { color: #fff;text-decoration: none; }
img {pointer-events: none; }
img.resp {
	display: block;
	width: 100%;
	height: auto;
	max-width: 100% !important;
	margin-right: auto;
	margin-left: auto;
}
b, strong {}

.clearfix {clear: both; }
.abs { position: absolute; }
.rel { position: relative; }

/* defaults */
#keyline {
	border:1px solid #434947;
	width:728px;
	height:90px;
	z-index: 997;
	top: 0;
	left: 0;
}
#container { 

	background: black;

	display:none;
	overflow: hidden;
	top: 0px;
	left: 0px;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;

	transform: rotate(-0.0000000001deg);
	-webkit-transform: rotate(-0.0000000001deg);
}
#container, .section {
	overflow: hidden;
	position: relative;
}
.section {
	display: block;
	position: absolute;
}
.clickTag {
	z-index: 999;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	cursor: pointer;
}
/*** BANNER STANDARD TAGS END HERE **/



/** BANNER CUSTOM PROPERTIES **/
.section1 {  }
#blackgrad { z-index: 6; }
#blackBaseGrad {width:728px; height:97px; top:55px; -webkit-transfom:translateZ(0);}
#logo { z-index: 10; /*left: 230px; top: 164px; scale: 0.72*/ right: 13px; bottom: 9px; height: 71px; }


#yellow_frame { -webkit-transform: translateZ(0); z-index: 6; width: 100%; height: 80px; overflow: hidden;  /** Hack for different size **/ left: 20px; top: -8px; position: relative;  }
#yellow_frame #bottom { z-index: 3;  top: 66px; height: 12px; overflow: hidden; width: 384px;  }
#yellow_frame #left { z-index: 3;  top: 0px; overflow: hidden; width: 10px; height: 0px; background: #ffe600; }
#yellow_frame #right { z-index: 3;  left: 373px; overflow: hidden; width: 10px; height: 66px; background: #ffe600; }

#yellow_frame #tintfill , #yellow_frame #yellowfill {  z-index: 2; width: 374px; height: 78px; overflow: hidden; }
#yellow_frame #tintfill div { height: 100%; -moz-opacity: .65; -webkit-opacity: .65; -o-opacity: .65; -ms-opacity: .65; opacity: .65; }
#yellow_frame #yellowfill div.holder { top: 4px; position: relative; }
#yellow_frame #yellowfill div.holder div { background: #ffe600; height: 78px; }
#yellow_frame #yellowfill div.holder div p {  font-size: 14px; color: #000; padding: 20px; padding-top: 10px; line-height: 20px; }
#yellow_frame #yellowfill div.holder div p object { position: relative; left: -10px; width: 100%; height: auto;}
#yellow_frame #text-start { z-index:3; width: 324px; height: 60px; top: 0px; left: 0px; overflow: hidden; }	
#yellow_frame #text-start p { margin: 10px 15px 0 30px; }
#yellow_frame #text-start p object { width: 100%; height: auto; }


#endFrame { top: 0; left: 0; z-index: 6; display:none; }
#endFrame .copy {  position: relative; top: 44px; left: 19px; }
#endFrame .copy div { overflow: hidden; color: #FFF; width: 270px; font-size: 18px; position: absolute; top:0; left: 0; }
#endFrame #cta {  top: 36px; left: 296px; }
#endFrame #hashtag {  top: 68px;  left: 298px;  font-size: 11px;  color: #FFF;  letter-spacing: 0; }


#threedots { }
#threedots ul li { width: 10px; height: 10px; background: #ffe600; position: absolute; left: -20px; top: 0;  }

.copyright { letter-spacing: 0;
  z-index: 20;
  left: 20px;
  bottom: -5px;
  font-family: "Arial";
  font-size: 9px;
  color: #FFFFFF; }

