@charset "utf-8";
/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
@font-face{
	font-family:'Gilroy-ExtraBold';
	src:url('../fonts/Gilroy-ExtraBold.eot?v=4.7.0');
	src:url('../fonts/Gilroy-ExtraBold.eot?#iefix&v=4.7.0') format('embedded-opentype'),
	    url('../fonts/Gilroy-ExtraBold.woff?v=4.7.0') format('woff'),
		url('../fonts/Gilroy-ExtraBold.ttf?v=4.7.0') format('truetype'),
		url('../fonts/Gilroy-ExtraBold.svg?v=4.7.0#bularegular') format('svg');
	font-weight:800;font-style:normal
}
@font-face{
	font-family:'Gilroy-Light';
	src:url('../fonts/Gilroy-Light.eot?v=4.7.0');
	src:url('../fonts/Gilroy-Light.eot?#iefix&v=4.7.0') format('embedded-opentype'),
	    url('../fonts/Gilroy-Light.woff?v=4.7.0') format('woff'),
		url('../fonts/Gilroy-Light.ttf?v=4.7.0') format('truetype'),
		url('../fonts/Gilroy-Light.svg?v=4.7.0#bularegular') format('svg');
	font-weight:normal;font-style:normal
}

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;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	font-family:'Gilroy-Light';
	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;
}
strong { font-family:'Gilroy-ExtraBold'; font-weight:normal; }
em { font-style:italic; }
.clear {
	margin: 0px;
	padding: 0px;
	clear: both;
	height: 0px;	
}
hr {
	border-top: solid 1px #80afd5;
	height: 0;
	width: 100%;
	margin-top: 30px;
	margin-bottom: 40px;
}
.nowrap { white-space:nowrap !important;}

/* ==============================  GRID ============================== */

.anchorbox {
	position: relative;
	height: 0;
}
.anchorbox a.anchor {
	position: absolute;
	display: block;
	width: 1px;
	height: 1px;
	top: -100px;
}
.section {
	position: relative;
	background-color: #ffffff;
	padding-top: 40px;
	padding-bottom: 40px;
}
.section.dark {
	background-color: #6b6b6b;
}
.section.darker {
	background-color: #3d3d3d;
}
.section.ltgrey {
	background-color: #f7f7f7;
}
.topbrder { border-top: solid 1px #4f4b49; margin-top: -30px; padding-top: 30px; }
.row, .industryrow, .boxrow {
	margin:0;
	padding:0;
	position: relative;
}

.boxrow {
	margin-left: -15px;
	margin-right: -15px;
}
.col_2 {
	width: 50%;
	float: left;
}
.col_3 {
	width: 33.3333%;
	float: left;
}
.col_4 {
	width: 25%;
	float: left;
}
.col_5 {
	width: 20%;
	float: left;
}
.col_6 {
	width: 16.6666%;
	float: left;
}
.col_2-3 {
	width: 66.6666%;
	float: left;
}
.colpadding {
	padding-left: 8%;
	padding-right: 8%;
}
.section:after, .row:after, .industryrow:after, .boxrow:after, .col_2:after, .col_3:after, .col_4:after, .col_5:after, .col_2-3:after, .colpadding:after {
	content: "";
	display: block;
	clear: both;
}
.alignleft { text-align:left; }
.alignright { text-align: right; }

.flexcol {
	display: flex !important;
    flex-direction: column;
	flex:1;
}
.flexrow {
	display: flex;
    flex-direction: row;
}
.rel { position: relative !important; }
.left{float:left;}
.right{float:right;}
.centered { text-align:center !important; }
.notop { padding-top:0; margin-top:0; }
.nobottom { margin-bottom:5px; padding-bottom:0; }

@media all and (max-width: 900px) {
	.boxrow, .flexcol, .flexrow {
		display: block !important;
		flex: 0;
	}
	.boxrow .col_2, .boxrow .col_3 {
		display: block;
		flex: 0;
	}
    .col_2 {
		width: 100%;
		float: none;
		margin-bottom: 20px;
	}
    .col_3, .col_2-3 {
		width: 100%;
		float: none;
		margin-bottom: 20px;
	}
	.col_4 {
		width: 50%;
		margin-bottom: 20px;
	}
	.col_5, .col_6 {
		width: 33.3333%;
	}
}
@media all and (max-width: 600px) {
	
	.col_4, .col_5, .col_6 {
		width: 100%;
		float: none;
		margin-bottom: 20px;
	}
}

/*===============================   Typography  ================================*/
a:link, a:visited {
	color: #4f4b49;
}
.prizecontent a { color: #4f4b49; text-decoration:underline;}
a:hover {
	color: #000000;
}
a.button, input.button {
	font-family:'Gilroy-ExtraBold';
	color:#ffffff;
	display: inline-block;
	border:none;
	font-size:16px;
	margin:8px auto 0;
	padding:20px 30px;
	text-align: center;
	background-attachment: scroll;
	background-color: #0b6f09;
	background-image: none;
	background-repeat: repeat;
	background-position: 0 0;
	 -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    -khtml-border-radius: 4px;
    border-radius: 4px;
	position: relative;
	text-decoration: none;
}
a.button:hover, input.button:hover {
	background-color: #090;
}
a.button.full {
	display: block;
	width: calc(100% - 100px);
	margin: 0;
}
h1 {
	font-family:'Gilroy-ExtraBold';
	font-size: 30px;
	line-height: 120%;
	color: #4f4b49;
	font-weight: 600;
	margin-bottom: 20px;
}
h2 {
	font-family:'Gilroy-ExtraBold';
	font-size: 24px;
	line-height: 120%;
	margin-bottom: 20px;
	font-weight: 700;
}
h2.sectiontitle {
	font-family:'Gilroy-ExtraBold';
	font-size: 30px;
	line-height: 30px;
	margin-bottom: 30px;
	color: #6c6f70;
	font-weight: 700;
	text-align: center;
	text-transform:uppercase;
}
h2.intsectiontitle {
	font-family:'Gilroy-ExtraBold';
	font-size: 40px;
	line-height: 60px;
	margin-bottom: 40px;
	color: #505050;
	font-weight: 800;
	text-align: center;
}
.section.dark h2.sectiontitle, .section.darker h2.sectiontitle {
	color: #ffffff;
}
h3 {
	font-family:'Gilroy-ExtraBold';
	font-size: 19px;
	font-weight: 700;
	margin-bottom: 40px;
	line-height: 130%;
}
h3.subtitle {
	font-size: 34px;
	font-weight: normal;
	margin-top: -40px;
	margin-bottom: 30px;
	color: #ffffff;
	text-transform: uppercase;
	text-align: center;
}
h4 {
	font-size: 20px;
	line-height: 22px;
	margin-bottom: 5px;
}
p {
	font-size: 16px;
	line-height: 140%;
	margin-bottom: 16px;
}
.section.dark p, .section.darker p { color: #ffffff; }
.disclaimer { font-size: 12px; line-height: 160%; }
.centered { text-align: center; }
.alignleft { text-align:left; }
.alignright { text-align:right;}
.blue { color: #4f4b49; }
.bluecircle {
    background-color: #0b6f09;
    color: #ffffff;
    font-size: 24px;
    font-weight: 700;
    line-height: 50px;
    width: 50px;
    text-align: center;
    -moz-border-radius: 25px;
    -webkit-border-radius: 25px;
    border-radius: 25px;
    margin-right: 0px;
    margin-top: -4px;
    display: inline-block;
    float: left;
    margin-bottom: 20px;
}
.bluecircletext {
	display: inline-block;
	width: calc(100% - 75px);
	padding: 8px;
}
.greenbox {
	background-color: #090;
	padding: 30px;
	margin-left:4%;
}
.greenbox h2, .greenbox h3, .greenbox p, .greenbox li {
	color: #ffffff;
}
.greenbox h2 {
	margin-bottom: 15px;
}
.greenbox h3 {
	margin-bottom: 15px;
}
.greenbox ul {
	margin-left: 16px;
}
.greenbox li {
	list-style-type:disc;
	padding-left: 5px;
	margin-bottom: 5px;
}
/*===============================   Structure  ================================*/
body { font-family:'Gilroy-Light'; color: #333333; font-size: 14px; }
#siteWrapper { position: relative; margin: 0; padding: 0; overflow:hidden; }
#top {
	margin:0;
	padding: 15px 0 0 0;
	width: 100%;
	position: relative;
	z-index: 20;
	background-color: #090;
}
.container {
	width: 94%;
	max-width: 1000px;
	margin-left: auto;
	margin-right: auto;
}
#logo {
	width: 231px;
	float: left;
	-webkit-transition: width .5s ease-out;
	-moz-transition: width .5s ease-out;
	-o-transition: width .5s ease-out;
	transition: width .5s ease-out;
	margin-bottom:15px;
}
#logo img {
	width: 100%; max-width: 100%;
}
#topright {
	font-family:'Gilroy-ExtraBold';
	position: relative;
	width: 50%;
	float: right;
	padding-top: 25px;
	font-size: 20px;
	line-height: 120%;
	font-weight: 700;
	text-align:right;
	color: #ffffff;
}
#topright #toplinks {
	position: absolute;
	top: -10px;
	right:0;
	text-align:right;
}
#topright a {
	font-family:'Gilroy-Light';
	font-size: 14px;
	font-weight: 400;
	display: inline-block;
	text-decoration:none;
	color: #ffffff;
}
#topright a:hover {
	color: #fd0;
}
p:after, #top:after, #toprow:after, #navrow:after, .container:after {
	content: "";
	display: block;
	clear: both;
}
#navrow {
	background-color: #0b6f09;
	padding-top: 0px;
	padding-bottom: 0px;
}
ul#nav {
	display: block !important;
	margin:0;
	padding:0;
	text-align: left;
	margin-left: -20px;
	margin-right: -20px;
}
ul#nav li {
	display: inline-block;
	position: relative;
}
ul#nav li a, ul#nav li a.active {
	font-family:'Gilroy-ExtraBold';
	position:relative;
    display: block;
    padding: 20px;
	font-size: 17px;
	font-weight: 700;
	color:#ffffff;
	text-align:center;
	text-decoration:none;
	 
}
ul#nav li a:hover {
	font-weight: 700;
	color: #fd0 !important;
}
ul#nav li a.active:after  {
  display: block;
  content: "";
  height: 5px;
  background-color: #fd0;
  overflow: hidden;
  position:absolute;
  left:0;
  right:0;
  bottom:0;
  visibility: visible;
}
.menubutton { display:none; }
#banner {
	background-position:center center;
	background-repeat:no-repeat;
	background-size:cover;
	width: 100%;
	position: relative;
	height: 450px;
}
#bannercaption {
	background-image:url(../images/dark-transparent.png);
	background-repeat:repeat;
	position: absolute;
	left:0;
	bottom:0;
	right:0;
	padding-top: 30px;
	padding-bottom: 30px;
	z-index:20;
}
#bannercaption h1 {
	text-align: center;
	margin-bottom: 0;
	color: #fd0;
	font-weight: 800;
	font-size: 40px;
}
#bannerstamp, #innerbanner #bannerstamp {
	position: absolute;
	top:-40px;
	width: 202px;
	z-index: 100;
	right: 3%;
}

#innerbanner {
	background-position:center center;
	background-repeat:no-repeat;
	background-size:cover;
	width: 100%;
	position: relative;
	height: 200px;
}
#prizegrid .halfhigh {
	height: calc(50% - 4px);
	margin: 0 2px 2px 2px;
	position:relative;
	overflow:hidden;
}
#prizegrid .qtrhigh {
	height: calc(25% - 4px);
	margin:2px;
	position:relative;
	overflow:hidden;
}

#prizegrid, #prizegrid .boxrow {
	margin-left: -2px;
	margin-right: -2px;
}
#prizegrid .col_2 {
	margin-left:2px;
	margin-right: 2px;
	width: calc(50% - 4px);
}
#prizegrid .qtrhigh:last-child {
	height: 25%;
	margin:2px;
	margin-bottom: 0px;
	position:relative;
}
#prizegrid .gridimage {
	position:absolute;
	top:0;
	left:0;
	right: 0;
	bottom:0;
	background-repeat:no-repeat;
	background-position:center center;
	background-size: cover;
}
#prizegrid .qtrhigh .col_2 {
	position:relative;
}
#prizegrid #homegridlogos {
	position:absolute;
	right: 20px;
	bottom:-2px;
	width: 405px;
	max-width: calc(100% - 40px);
}


.prizebox {
	margin-left: 15px;
	margin-right: 15px;
	margin-bottom: 30px;
	overflow:hidden;
	position:relative;
}
.prizebox .slide {
	position: absolute;
	display: flex;
	flex-direction: column;
	top: calc(-100% - 70px);
	left: 0;
	right:0;
	bottom:calc(100% + 70px);
	padding: 80px 20px 20px 20px;
	background-image:url(../images/white-transparent.png);
	background-repeat:repeat;
	color: #000000;
	overflow: hidden;
	transition: all 1s ease 0s;
	z-index: 10;
}
.prizebox.active .slide {
	top: 0;
	bottom: 0px;
	transition: all 1s ease 0s;
}
.prizebox .slide p, .prizebox .slide li {
	font-size: 17px;
	line-height: 110%;
}
.prizebox .slide p {
	margin-bottom: 10px;
}
.prizebox .slide ul {
	margin-left: 20px;
	margin-bottom: 15px;
}
.prizebox .slide li {
	list-style-type:disc;
}
.prizebox .giftcard {
	width: calc(50% - 20px);
	display: block;
	position: absolute;
	top:30%;
	left: 8%;
	max-width: 180px;
	min-width: 140px;
}
.prizetitle {
	background-color: #090;
	padding: 15px 20px;
	text-align: center;
	color: #ffffff;
	position: relative;
	z-index: 20;
}
.prizetitle.dark {
	background-color: #333333;
}
.prizeimg {
	background-position:center center;
	background-repeat:no-repeat;
	background-size:cover;
	padding: 30px;
	min-height: 180px;
	height: 100%;
}
.sidebar .prizeimg { height: 180px; }
.prizecontent {
    position: relative;
    background-color: #f2f2f2;
    padding-top: 35px;
    padding-right: 30px;
    padding-left: 30px;
    padding-bottom: 25px;
    overflow: hidden;
}
.prizecontent ul {
	margin:0;
	padding:0;
}
.prizecontent li {
	list-style-type:none;
	color: #ffffff;
	font-size: 18px;
	margin-bottom: 20px;
	padding-left: 40px;
}
.prizecontent li:last-child {
	margin-bottom: 0px;
}
.prizecontent li:after {
	content:'';
	display:block;
	clear:both;
}
.prizecontent li span.nmbr {
	background-color: #fd0;
	color: #ffffff;
	font-size: 16px;
	line-height: 24px;
	width: 24px;
	text-align:center;
	-moz-border-radius: 12px;
	-webkit-border-radius: 12px;
	border-radius: 12px;
	margin-right: 10px;
	display: inline-block;
	margin-left: -40px;
	float: left;
}
.prizecontent li span.prizetext {
	display:inline-block;
	width: calc(100% - 100px);
}
.prizecontent li span.nmbrent {
	font-family:'Gilroy-ExtraBold';
	display:block;
	white-space:nowrap;
	width:100px;
	color: #4c4c4c;
	font-weight: 800;
	text-align:center;
}
.prizecontent .smallstamp {
	position: absolute;
	width: 170px;
	right: 5px;
	bottom: -50px;
}
.prizetitle .smalltitle {
	position: relative;
	font-size: 15px;
	line-height: 16px;
	display: block;
	text-align: center;
	text-transform: uppercase;
}
.prizetitle .mediumtitle {
	font-family:'Gilroy-ExtraBold';
	position: relative;
	font-size: 19px;
	line-height: 22px;
	display: inline-block;
	text-transform: uppercase;
	font-weight: 600;
}
.prizetitle .largetitle {
	font-family:'Gilroy-ExtraBold';
	position: relative;
	font-size: 24px;
	line-height: 38px;
	display: inline-block;
	text-transform: uppercase;
	font-weight: 600;
}
.prizetitle .mediumtitle:before, .prizetitle .largetitle:before {
	content:"";
	display: block;
	position: absolute;
	left: -11px;
	width: 8px;
	height: 2px;
	background-color: #ffffff;
	top: 50%;
	transform: translateY(-50%);
}
.prizetitle .mediumtitle:after, .prizetitle .largetitle:after {
	content:"";
	display: block;
	position: absolute;
	right: -11px;
	width: 8px;
	height: 2px;
	background-color: #ffffff;
	top: 50%;
	transform: translateY(-50%);
}
.videocontainer {
	width: calc(100% - 30px);
}
.videocontainer video {
	width: 100%;
	max-width: 100%;
}

ul.waystowin {
	margin:0;
	padding:0;
	margin-bottom: 20px;
}
ul.waystowin:after {
	content:"";
	display: block;
	clear: both;
}
ul.waystowin li {
	list-style-type:none;
	color: #333333;
	font-size: 18px;
	margin-bottom: 20px;
	float: left;
	display: block;
	width: 50%;
}
ul.waystowin li span {
	background-color: #fd0;
	color: #ffffff;
	font-size: 18px;
	font-weight: 600;
	line-height: 30px;
	width: 30px;
	text-align:center;
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;
	border-radius: 15px;
	margin-right: 10px;
	display: inline-block;
}

.programrow {
	position: relative;
	padding-right: 40px;
	margin-bottom: 30px;
}
.programrow:after {
	content:"";
	display: block;
	clear: both;
}
.programrow .icon {
	display: block;
	float: left;
	width: 80px;
	margin-right: 40px;
}
.programrow .programtext {
	width: calc(100% - 120px);
	float: left;
}
.largeprizebox {
	border-top: solid 1px #dadada;
	padding-top: 40px;
	padding-bottom: 40px;
	margin:0;
}
.prizetext {
	width: 48%;
	float: left;
	margin-right: 4%;
}
.prizetext ul {
	margin-left: 25px;
}
.prizetext li {
	list-style-type: disc;
	padding-left: 5px;
	margin-bottom: 5px;
	line-height: normal;
}
.prizeimage {
	width: 48%;
	float: right;
	min-height: 280px;
	background-position:center center;
	background-repeat:no-repeat;
	background-size:cover;
}
.buttonbox { text-align:right; }
#footer {
	padding-top: 30px;
	padding-bottom: 30px;
	background-color: #000000;
	color: #ffffff;
	
}
#footer .copyright, #footer .siteby, #footer .siteby a {
	font-size: 12px;
	color: #ffffff;
	display: block;
	line-height: 110%;
	text-decoration: none;
}
#footer .copyright {
	margin-bottom: 10px;
}
#footer .copyright a {
	color: #eaeaea;
}
#footer .copyright a:hover {
	color: #ffffff;
}
#footer .siteby img {
	display: inline-block;
	margin-bottom: -4px;
	margin-left: 3px;
}
#footer .col_2:last-child { text-align:right; }
#footer .staralliancelogo {
	width: 287px;
	max-width: 100%;
	float: right;
}

/*---------------------------------- Start wrapper ----------------------------------*/
#quizwrapper {
	font-size:14px;
	min-height:490px;
	width:100%;
	margin-right: 0;
	margin-bottom: 10px;
	margin-left: 0;
	padding: 0px;
	position: relative;
	color: #333333;
	 -moz-border-radius: 20px;
    -webkit-border-radius: 20px;
    -khtml-border-radius: 20px;
    border-radius: 20px;
    height: 100%;
}
/*---------------------------------- Start CSS for Game ----------------------------------*/
#quizwrapper a{text-decoration:none;}
#quizwrapper a:hover{}

#quizwrapper img{border:none;}

#quizwrapper p{
	line-height:1.5em;
}

#quizwrapper hr{border:none;}

#quizwrapper .left{float:left;}
#quizwrapper .right{float:right;}

#quizwrapper .alignleft{float:left; margin:5px 20px 5px 0; display:block;}
#quizwrapper .alignright{float:right; margin:5px 0 5px 20px; display:block;}
#quizwrapper .aligncentre{margin:0 auto; display:block;}

#quizwrapper h1{
	font-size: 30px;
	color:#00467f;
	font-family: 'HelveticaInserat', sans-serif;
	font-weight:normal;
	margin:0;
	text-align:center;
	line-height: 36px;
}
#congrats h2.stext{font-size:24px; text-align:center;}

#quizwrapper h2{
	color:#0b6f09;
	margin:0;
	font-size:24px;
	line-height:1.5em;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #0b6f09;
}
.quizcontainer{
	position:relative;
	width: 100%;
}

.quizcontent{
	overflow:hidden;
	position:absolute;
	width: 90%;
	margin-top: 0;
	margin-bottom: 0;
	padding-top: 10px;
	padding-right: 5%;
	padding-bottom: 10px;
	padding-left: 5%;
	left: 0px;
	top: 0px;
}
.quizcontent p{
	text-align:left;
	color:#333333;
}
.quizcontent a.button {
	color:#ffffff;
	display:block;
	font-family:'Gilroy-ExtraBold';
	font-size:16px;
	font-weight: 700;
	margin:8px auto 0;
	padding:20px 20px;
	text-align: center;
	background-attachment: scroll;
	background-color: #0b6f09;
	background-image: none;
	background-repeat: repeat;
	background-position: 0 0;
	 -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    -khtml-border-radius: 4px;
    border-radius: 4px;
	position: relative;
}
.quizcontent a.button:hover {
	color:#ffffff;
	background-color: #090;
}
.quizcontent a.button span {
	display: inline-block;
	position: relative;
}
.quizcontent a.button span:before {
    content:"";
	display:block;
	position: absolute;
	left:-20px;
	width: 20px;
	height: 1px;
	top: 50%;
	margin-top: -1px;
	border-top: dashed 2px #ffffff;
}
.quizcontent a.button span:after {
    content:"";
	display:block;
	position: absolute;
	right:-20px;
	width: 20px;
	height: 1px;
	top: 50%;
	margin-top: -1px;
	border-top: dashed 2px #ffffff;
}
.quiz_content{
	display:none;  
	position:absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: #f2f2f2;
}
.quiz_content.active{display:block;}

.question{
	overflow:hidden;
	color: #0b6f09;
	padding: 5%;

}
.question p{
	text-align:left;
	color:#000000;
	font-size: 15px;
}
.question h3 {
	text-align:left;
	color:#0b6f09;
	text-transform:uppercase;
	margin-bottom: 20px;
	font-weight: 500;
	font-size: 20px;
}


.answer{
	overflow:hidden;
	margin-top: 20px;
	margin-bottom: 0;
	margin-right: 5%;
	margin-left: 5%;
}
.answer_inner{
	margin:0;
}
.answer_inner div{
	float:left;
	width: 100%;
	margin-top: 5px;
	margin-right: 0;
	margin-bottom: 5px;
	margin-left: 0;
}
.answer_inner div.text-full {
	float:left;
	overflow:hidden;
	width:100%;
	margin-top: 5px;
	margin-right: 0;
	margin-bottom: 5px;
	margin-left: 0;
}

.answer a.bullet{
	color:#333333;
	display:block;
	float:left;
	background-color: #0b6f09;
	background-image: none;
	background-position: 0 0;
	margin-top: 2px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
	padding-top: 2px;
	padding-right: 5px;
	padding-bottom: 2px;
	padding-left: 5px;
	 -moz-border-radius: 12px;
    -webkit-border-radius: 12px;
    -khtml-border-radius: 12px;
    border-radius: 12px;
    background-color: #ffffff;
	padding: 10px 20px;
	width: calc(100% - 40px);
}

.answer a.none{display:block; padding:6px 12px 6px 15px; width:24px; height:24px; }
.answer span{
	float:left;
	color:#333333;
	font-family: Arial, Helvetica, sans-serif;
	font-size:14px;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 8px;
	min-height: 24px;
	display: block;
	padding-top: 8px;
	width: 100%;
	line-height: 130%;
}
.answer span.text-full {
	float:left;
	color:#333333;
	width:500px;
	font-family: Arial, Helvetica, sans-serif;
	font-size:14px;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 8px;
}

.answer2 span{margin:2px 0 0;}
.congrats {
    width: 300px;
    margin-top: 150px;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    color: #0b6f09;
}
.congrats p, .congrats a { color: #000000; font-size: 13px;}

.pop_up{
	position:absolute;
	padding:20px;
	top:160px;
	left:50%;
	width:80%;
	display:none;
	z-index:9999;
	-moz-box-shadow:    1px 1px 5px #333333;
	-webkit-box-shadow: 1px 1px 5px #333333;
	box-shadow:         1px 1px 5px #333333;
	border: 3px solid #0b6f09;
	color: #4f4b49;
	background-color: #FFFFFF;
	transform:translateX(-50%);
}
#quizwrapper .pop_up h1{
	font-size:22px;
	padding:15px 5px;
	text-transform: uppercase;
	color: #0b6f09;
}
.question .blue {
	color: #1a5b8e;
	font-size: 20px;
}


.quizLink:link {text-decoration:underline; color:#ffffff;}
.quizLink:visited {text-decoration:underline; color:#ffffff;}
.quizLink:active {text-decoration:underline; color:#ffffff;}
.quizLink:hover {text-decoration:none; color:#ffffff;}

.myquiz{ margin:25px 0 0; padding:30px;}



/*------------------------------------------- Form -----------------------------------*/

form p, form span.row {
	display: block;
	position: relative;
	margin-bottom: 10px;
}
form p:after, form span.row:after {
	content:"";
	display: block;
	clear:both;
}
form label {
	width: 300px;
	float: left;
}
form .formfield {
	width: calc(100% - 300px);
	float: left;
	display: block;
}
form input[type="text"], form input[type="email"], form input[type="password"], form textarea, form select {
	border: solid 1px #bababa;
	padding: 5px 10px;
	font-size: 16px;
	line-height: 20px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	margin-right: 20px;
	width: calc(100% - 40px);
    max-width: 600px;
}
form input.short {
	width: 200px;
}
form input.tiny {
	width: 80px;
	margin-right: 0;
}
form select {
	width: calc(100% - 20px);
	margin-right: 0;
	max-width: 620px;
}
form select.short {
	width: 80px;
}
form .dateformat {
	font-size: 13px; color: #666666;
}
form h3 {
	padding-top: 20px;
	margin-bottom: 15px;
}
.error {
	font-size: 13px;
	color: #ec0000;
	display: block;
	padding-top: 0px;
	margin-bottom: 5px;
}
#overlay {
	position:fixed;
	top:0;
	left:0;
	right:0;
	bottom:0;
	background-image:url(../images/white-transparent.png);
	background-repeat:repeat;
	z-index: 900;
	display:none;
}
#modal {
	position:fixed;
	top:0;
	left:0;
	right:0;
	bottom:0;
	z-index: 950;
	display:none;
}
#modalwindow {
	position:fixed;
	top:50%;
	left:50%;
	transform: translate(-50%, -50%);
	z-index: 955;
	width: 90%;
    max-width: 1000px;
	/*
	-webkit-box-shadow: 1px 1px 14px 2px rgba(0,0,0,0.31);
	-moz-box-shadow: 1px 1px 14px 2px rgba(0,0,0,0.31);
	box-shadow: 1px 1px 14px 2px rgba(0,0,0,0.31);
	*/
}

table.minimalistBue {
    background-color: #FFFFFF;
    width: 100%;
    max-width: 100%;
    text-align: left;
    border-collapse: collapse;
    margin-bottom: 20px;
}
table.minimalistBue thead {
    background: #014BA2;
}
table.minimalistBue td, table.minimalistBue th {
    border: 1px solid #C7C7C7;
    padding: 7px 5px;
}
table.minimalistBue tr:nth-child(even) {
    background: #F4F4F4;
}
table.minimalistBue thead th {
    font-size: 15px;
    font-weight: bold;
    color: #FFFFFF;
    text-align: left;
}
table.minimalistBue tbody td {
    font-size: 13px;
    color: #676767;
}
#videoclose {
	position: absolute;
	top: 20px;
	right: 20px;
	font-family: 'Nunito', sans-serif;
	font-weight: 900;
	color: #ffffff;
	font-size: 22px;
    z-index: 99;
    cursor: pointer;
}
#videoclose:hover {
	color: #4f4b49;
}
.wtwrow { margin-bottom: 30px }
.wtwbtn {
	min-width: calc(100% - 60px);
}

@media all and (max-width: 1200px) {
	ul#nav li a {
		padding: 15px 10px;
		font-size: 14px;
	}
	#logo {
       width: 300px;
	}
	#topright {
		width: 50%;
		float: right;
		padding-top: 40px;
		padding-bottom: 5px;
	}
}
@media all and (max-width: 1050px) {
	.prizetitle .largetitle {
		position: relative;
		font-size: 18px;
		line-height: 38px;
		display: inline-block;
		text-transform: uppercase;
		font-weight: 600;
	}
	.prizetitle .smalltitle {
		font-size: 14px;
	}
	#bannercaption h1 {
		font-size: 36px;
	}
	#bannerstamp, #innerbanner #bannerstamp {
		top:-30px;
		width: 170px;
	}
}
@media all and (max-width: 900px) {
	.prizeimg {
		height: 200px;
	}
	.prizecontent {
		height: auto;
		padding: 30px 30px 30px 30px;
	}
	a.button.full {
		width: calc(100% - 80px);
	}
	.flexrow, .flexcol, .flexcolumn { display: block; }
	#bannerstamp, #innerbanner #bannerstamp {
		top:-30px;
		width: 150px;
		right: auto;
		left: 3%;
	}
	
	#quizwrapper, .quizcontainer {
		min-height: 580px;
	}
	#logo {
		width: 220px;
		padding-top: 12px;
	}
	#topright {
		width: 50%;
		float: right;
		padding-top: 30px;
		padding-bottom: 5px;
		max-width: 420px;
		font-size: 17px;
	}
	#navrow { text-align:right; padding: 5px 0;}
	.menubutton {
		display: inline-block;
		width: 50px;
		position: relative;
		margin: 5px 0;
	}
	.menubutton span {
		display: block;
		width: 100%;
		height: 6px;
		margin-top: 12px;
		margin-bottom: 12px;
		background-color: #ffffff;
	}
	.menubutton span:before {
		position: absolute;
		content:"";
		display: block;
		height: 6px;
		background-color: #ffffff;
		top:0;
		width: 100%;
	}
	.menubutton span:after {
		position: absolute;
		content:"";
		display: block;
		height: 6px;
		background-color: #ffffff;
		bottom:0;
		width: 100%;
	}
	
	#navrow:after {
		content:"";
		display: block;
		clear: both;
	}
	ul#nav {
		display:none !important;
		overflow: hidden;
		width: 100%;
		margin:0;
		left: 0;
		right: 0;
	}
	ul#nav.open {
		display:block !important;
	}
	ul#nav li {
		display: block;
	}
	ul#nav li a, ul#nav li a.active {
		padding: 8px 20px;
		font-size: 15px;
	}
	ul#nav li a.active {
		color: #fd0;
	}
	ul#nav li a.active:after {
		display:none;
	}
	form label {
		width: 100%;
		float: none;
	}
	form .formfield {
		width: 100%;
		float: none;
	}
	.sidebar .prizebox { 
		margin-left:0;
		margin-right: 0; 
	}
	form .buttonrow { margin-bottom: 50px; }
	.largeprizebox:after {
		content:"";
		display:block;
		clear:both;
	}
	.largeprizebox .prizetext {
    width: 100%;
    float: none;
    margin-right: 4%;
    font-size: large;
	}
	.largeprizebox .prizeimage {
		width: 100%;
		float: right;
		min-height: 0;
	}
	ul.waystowin li {
		width: 100%;
	}
	#footer .copyright, #footer .siteby {
		text-align:center;
	}
	#footer .staralliancelogo {
		width: 287px;
		max-width: 100%;
		float: none;
		margin-left:auto;
		margin-right:auto;
	}
	.programrow {
		padding-right: 0px;
	}
	
	#prizegrid .halfhigh {
		height: 300px;
	}
	#prizegrid .qtrhigh, #prizegrid .qtrhigh .col_2, #prizegrid .qtrhigh:last-child {
		height: 150px;
	}
	#prizegrid .qtrhigh .col_2 {
		margin-left: 2px;
		margin-right: 2px;
		width: calc(50% - 4px);
		float: left;
	}
	.prizetitle .largetitle {
		margin: 0;
	}
	.greenbox {
		width: auto;
		margin-left:0;
	}
}
@media all and (max-width: 500px) {
	#quizwrapper, .quizcontainer {
		min-height: 650px;
	}
	.programrow .icon {
		width: 60px;
		margin-right: 30px;
	}
	.programrow .programtext {
		width: calc(100% - 90px);
	}
	#topright {
		width: 100%;
		float: none;
		max-width: 100%;
		text-align: center;
	}
	
	#logo {
		width: 250px;
		float: none;
		margin-left: auto;
		margin-right:auto;
	}
	ul.waystowin li {
		font-size: 15px;
	}
	.largeprizebox .prizeimage {
		min-height: 0;
	}
	.prizebox .slide p, .prizebox .slide li {
		font-size: 14px;
		line-height: 110%;
	}
}
.waystowin2 {
    font-family: 'Gilroy-Light';
    display: block;
    width: calc(96% - 50px);
    float: right;
    color: #4c4c4c;
    font-weight: 200;
    text-align: left;
    font-size: 16px;
    margin-bottom: 20px;
}
