@import url("reset.css");

/* ------ HTML5 Display Definitions ------ */

article, aside, details, figcaption, figure, footer, header, hgroup, nav, section { display: block; }
audio, canvas, video { display: inline-block; *display: inline; *zoom: 1; }
audio:not([controls]) { display: none; }
[hidden] { display: none; }

/* ------ Fonts ------ */

/*
font-family:'PIXymbolsHwyGothicW95-C';
font-family:'Proxima N W01 Reg';
font-family:'Proxima N W01 Bold';
*/

/* ------ Global ------ */

html, body {
	background: #0d6eb4;
}

#skip {
    left: -100%;
    position: fixed;
    top: -100%;
}

#skip:focus {
    background: #fff;
    display: block;
    left: 0px;
    position: fixed;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    top: 0px;
    width: 100%;
    z-index: 9999;
}

header {
	background: #fff;
	border-bottom: 1px solid #ed1c24;
	padding: 40px 57px 23px 57px;
	position: relative;
}

header h1 {
	height: 68px;
	text-indent: -9999em;
	width: 290px;
}

header h1 a {
	background: url('../images/logo.png?v=2') no-repeat top left;
	display: block;
	height: 100%;
	width: 100%;
}

#wrapper {
	background: #eeeeee;
    margin: 0 auto;
    min-height: 500px;
    overflow-x: hidden;
    position: relative;
    width: 1024px;
}

#focus {
    display: none;
}

#content {
	padding: 0 57px;
	position: relative;
}

h2 {
	color: #58595b;
	font-family:'PIXymbolsHwyGothicW95-C', Arial, sans-serif;
	font-size: 28px;
	margin: 30px 0 20px 0;
	word-spacing: 5px;
}

.page-quiz h2 {
	float: left;
}

.frame {
	border: 1px solid #cccccc;
	background: #fff;
	padding: 9px;
	position: relative;
}

.frame img {
	height: 400px;
	width: 890px;
}

.frame img.mobile {
	display: none;
}

.frame .overlay {
	background: url('../images/bg-overlay.png') repeat top left;
	bottom: 10px;
	padding: 15px;
	position: absolute;
	width: 860px;
}

.frame .overlay h3 {
	color: #fff;
	font-family:'PIXymbolsHwyGothicW95-C', Arial, sans-serif;
	font-size: 40px;
	word-spacing: 8px;
}

.frame .overlay p {
	color: #fff;
	font-family:'Proxima N W01 Reg', Arial, sans-serif;
	font-size: 18px;
	letter-spacing: 1px;
	line-height: 24px;
	padding-top: 10px;
}

.frame .overlay p strong {
	font-family:'Proxima N W01 Bold', Arial, sans-serif;
}

#start {
	background: #ed1c24;
	color: #fff;
	cursor: pointer;
	display: block;
	font-family:'Proxima N W01 Bold', Arial, sans-serif;
	font-size: 24px;
	height: 43px;
	letter-spacing: 1px;
	padding-top: 17px;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
	margin: 21px auto 0 auto;
	width: 280px;
}

#start:hover, #start:focus {
	background: #c21a1f;
}

#step {
	color: #58595b;
	float: right;
	font-family:'PIXymbolsHwyGothicW95-C', Arial, sans-serif;
	font-size: 22px;
	margin-top: 35px;
	word-spacing: 5px;
}

footer {
	margin: 40px 0 60px 0;
}

footer #share {
	border: 1px solid #cccccc;
	background: #fff;
	padding: 9px 4px;
	position: relative;
}

footer #share p {
	color: #444;
	display: block;
	float: left;
	font-family:'Proxima N W01 Bold', Arial, sans-serif;
	font-size: 18px;
	height: 30px;
	letter-spacing: 1px;
	margin: 0 5px;
	padding-top: 10px;
	text-align: center;
	width: 215px;
}

footer #share a {
	display: block;
	float: left;
	height: 40px;
	margin: 0 5px;
	text-align: center;
	text-indent: -9999em;
	width: 215px;
}

footer #share a.facebook {
	background: #4e71a8 url('../images/icon-facebook.png') no-repeat center top;
}

footer #share a.facebook:hover, footer #share a.facebook:focus {
	background-color: #415e8c;
}

footer #share a.twitter {
	background: #1cb7eb url('../images/icon-twitter.png') no-repeat center top;
}

footer #share a.twitter:hover, footer #share a.twitter:focus {
	background-color: #1d99c4;
}

footer #share a.email {
	background: #444444 url('../images/icon-email.png') no-repeat center top;
}

footer #share a.email:hover, footer #share a.email:focus {
	background-color: #303030;
}

footer #learn-more {
	color: #58595b;
	display: none;
	font-family:'Proxima N W01 Reg', Arial, sans-serif;
	font-size: 18px;
	margin-top: 30px;
	padding-bottom: 30px;
	text-align: center;
}

footer #learn-more a {
	color: #ed1c24;
	font-family:'Proxima N W01 Bold', Arial, sans-serif;
	font-size: 19px;
}

footer #learn-more a:hover, footer #learn-more a:focus {
	text-decoration: none;
}

/* ------ Quiz ------ */

#questions {
	height: 735px;
    overflow-x: hidden;
    position: relative;
}

.question {
    display: none;
    left: 100%;
    position: absolute;
    top: 0px;
    width: 100%;
}

.question.active {
    display: block;
    left: 0%;
}

.answer {
    background: #fff;
	border: 1px solid #cccccc;
    display: block;
    float: left;
	margin: 20px 10px 0 0;
	outline: none;
	padding: 9px 9px 0 9px;
	text-decoration: none;
	width: 200px;
}

.answer:hover, .answer:focus {
	border: 5px solid #eb1c23;
	padding: 5px 5px 0 5px;
}

.answer:last-child {
	margin-right: 0px;
}

.question .answer img {
	display: block;
    height: 200px;
	margin: 0px;
    width: 200px;
}

.question .answer p {
	color: #58595b;
	display: block;
	font-family:'Proxima N W01 Bold', Arial, sans-serif;
	font-size: 16px;
	line-height: 20px;
	min-height: 40px;
	margin: 0px;
	padding: 17px 0;
	text-align: center;
	vertical-align: middle;
	width: 200px;
}

#results, #results .result {
	display: none;
}

#results .frame img {
	height: auto;
}

#results .facebook-share {
	background: #4e71a8 url('../images/icon-facebook.png') no-repeat 333px 0px;
	color: #fff;
	display: block;
	font-family:'Proxima N W01 Reg', Arial, sans-serif;
	font-size: 20px;
	letter-spacing: 1px;
	margin-top: 40px;
	padding: 10px 0 12px 0;
	text-align: center;
	text-decoration: none;
	width: 100%;
}

#results .facebook-share:hover, #results .facebook-share:focus {
	background-color: #415e8c;
}

#results .twitter-share {
	background: #1cb7eb url('../images/icon-twitter.png') no-repeat 325px 0px;
	color: #fff;
	display: block;
	font-family:'Proxima N W01 Reg', Arial, sans-serif;
	font-size: 20px;
	letter-spacing: 1px;
	margin-top: 20px;
	padding: 10px 0 12px 0;
	text-align: center;
	text-decoration: none;
	width: 100%;
}

#results .twitter-share:hover, #results .twitter-share:focus {
	background-color: #1d99c4;
}

#results .retake {
	background: #ed1c24 url('../images/icon-retake.png') no-repeat 325px 0px;
	color: #fff;
	display: block;
	font-family:'Proxima N W01 Reg', Arial, sans-serif;
	font-size: 20px;
	letter-spacing: 1px;
	margin-top: 20px;
	padding: 10px 0 12px 0;
	text-align: center;
	text-decoration: none;
	width: 100%;
}

#results .retake:hover, #results .retake:focus {
	background-color: #c21a1f;
}

/* ------ Utility ------ */

.clear {
    clear: both;
}