@charset "utf-8";
/* 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;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	font-family: 'Open Sans', sans-serif;
	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-weight: bold; }
em { font-style:italic; }
.clear {
	margin: 0px;
	padding: 0px;
	clear: both;
	height: 0px;	
}
.nowrap { white-space:nowrap; }
hr {
	border-top: solid 1px #80afd5;
	height: 0;
	width: 100%;
	margin-top: 30px;
	margin-bottom: 40px;
}

/* ==============================  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.bannersection {
	padding-top: 30px;
	padding-bottom: 0px;
}
.section.dark {
	background-color: #6b6b6b;
}
.section.darker {
	background-color: #3d3d3d;
}
.section.shorttop  {
	padding-top: 20px;
}
.topbrder { border-top: solid 1px #4f4b49; margin-top: -30px; padding-top: 30px; }
.row, .industryrow, .boxrow {
	margin-top:0;
	margin-left:0 !important;
	margin-right:0 !important;
	margin-bottom:0;
	padding:0;
	position: relative;
}


.col_2, .half {
	width: 50%;
	float: left;
}
.col_3 {
	width: 33.3333%;
	max-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_7 {
	width: 14.285%;
	float: left;
}
.col_8 {
	width: 12.5%;
	float: left;
}
.col_2-3 {
	width: 66.6666%;
	float: left;
}
.col_3-4 {
	width: 75%;
	float: left;
}
.colpadding {
	padding-left: 8%;
	padding-right: 8%;
}
.boxrow {
	margin-left: -10px !important;
	margin-right: -10px !important;
}
.boxrow .col_1 {
	width: calc(100% - 20px);
	margin-left: 10px;
	margin-right: 10px;
	float: left;
}
.boxrow .col_2 {
	width: calc(50% - 20px);
	margin-left: 10px;
	margin-right: 10px;
	float: left;
}
.boxrow .col_3 {
	width: calc(33.3333% - 20px);
	max-width: calc(33.3333% - 20px);
	margin-left: 10px;
	margin-right: 10px;
	float: left;
}
.boxrow .col_4 {
	width: calc(25% - 20px);
	margin-left: 10px;
	margin-right: 10px;
	float: left;
}
.boxrow .col_5 {
	width: calc(20% - 20px);
	margin-left: 10px;
	margin-right: 10px;
	float: left;
}
.boxrow .col_6 {
	width: calc(16.6666% - 20px);
	margin-left: 10px;
	margin-right: 10px;
	float: left;
}
.boxrow .col_7 {
	width: calc(14.285% - 20px);
	margin-left: 10px;
	margin-right: 10px;
	float: left;
}
.boxrow .col_8 {
	width: calc(12.5% - 20px);
	margin-left: 10px;
	margin-right: 10px;
	float: left;
}
.boxrow .col_2-3 {
	width: calc(66.6666% - 20px);
	margin-left: 10px;
	margin-right: 10px;
	float: left;
}
.boxrow .col_3-4 {
	width: calc(75% - 20px);
	margin-left: 10px;
	margin-right: 10px;
	float: left;
}
.boxrow:after, .boxrow .row:after {
	content:"";
	display: block;
	clear: both;
}
.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;}
.notop { padding-top:0; margin-top:0; }
.nobottom { margin-bottom:5px; padding-bottom:0; }

@media all and (max-width: 800px) {
	.boxrow, .flexcol, .flexrow {
		display: block;
		flex: 0;
	}
	.boxrow .col_2, .boxrow .col_3 {
		display: block;
		flex: 0;
	}
    .col_2, .half {
		width: 100%;
		float: none;
		margin-bottom: 20px;
	}
	.half {
		margin: 0px;
	}
    .col_3 {
		width: 100%;
		max-width: 100%;
		float: none;
		margin-bottom: 20px;
	}
	.col_2-3 {
		width: 100%;
		float: none;
		margin-bottom: 20px;
	}
	.col_4 {
		width: 100%;
		float: none;
		margin-bottom: 20px;
	}
	.col_3-4 {
		width: 100%;
		float: left;
	}
	.col_5, .col_6 {
		width: 33.3333%;
	}
	.col_7, .col_8 {
		width: 25%;
	}
	.boxrow .col_2, .boxrow .col_3, .boxrow .col_2-3, .boxrow .col_3-4 {
		width: calc(100% - 20px);
		max-width: calc(100% - 20px);
	}
	.boxrow .col_4 {
		width: calc(50% - 20px);
	}
	.boxrow .col_5, .boxrow .col_6 {
		width: calc(33.3333% - 20px);
	}
	.boxrow .col_7, .boxrow .col_8 {
		width: calc(25% - 20px);
	}
	#SocialUpdateForm .boxrow .col_4 {
		width: 100%;
	}
}
@media all and (max-width: 650px) {
	
	.col_4, .col_5, .col_6, .col_7, .col_8 {
		width: 100%;
		float: none;
		margin-bottom: 20px;
	}
	.boxrow .col_4, .boxrow .col_5, .boxrow .col_6, .boxrow .col_7, .boxrow .col_8 {
		width: 100%;
	}
}

/*===============================   Typography  ================================*/
a:link, a:visited {
	color: #4f4b49;
}
.prizecontent a { color: #4f4b49; text-decoration:underline;}
a:hover {
	color: #000000;
}
a.button, input.button {
	font-family: 'Open Sans', sans-serif;
	color:#ffffff;
	display: inline-block;
	border:none;
	font-size:16px;
	margin:8px auto 0;
	padding:20px 30px;
	text-align: center;
	text-transform:uppercase;
	background-attachment: scroll;
	background-color: #b99650;
	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: #333333;
}
a.button.full {
	display: block;
	width: calc(100% - 100px);
	margin: 0;
}
h1 {
	font-family: 'Open Sans', sans-serif;
	font-size: 34px;
	text-transform:uppercase;
	line-height: 120%;
	font-weight: 600;
	margin-bottom: 20px;
}
h2 {
	font-family: 'Open Sans', sans-serif;
	font-size: 30px;
	text-transform:uppercase;
	line-height: 120%;
	margin-bottom: 20px;
	color: #582c4f;
	font-weight: 600;
}
h2.sectiontitle {
	font-family: 'Open Sans', sans-serif;
	font-size: 34px;
	line-height: 110%;
	margin-bottom: 30px;
	color: #582c4f;
	font-weight: 700;
	text-align: center;
	text-transform:uppercase;
}
h2.intsectiontitle {
	font-family: 'Open Sans', sans-serif;
	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: 'Open Sans', sans-serif;
	font-size: 19px;
	font-weight: 700;
	margin-bottom: 20px;
}
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;
}
.bold { font-weight: 700; }
.large { font-size: 120%; }
.aqua {
	color: #00b9c3;
}
.gold {
	color: #b99650;
}
.purple, a.purple {
	color: #582c4f;
}
.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;}
.uppercase { text-transform:uppercase; }
.blue { color: #4f4b49; }

.bluecirclerow {
	display:flex;
	flex-direction:row;
}
.bluecircle {
    background-color: #b99650;
    color: #ffffff;
    font-size: 22px;
    font-weight: 700;
    line-height: 50px;
    width: 50px;
	min-width: 50px;
	max-width: 50px;
	min-height: 50px;
	max-height: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: flex;
    justify-content: left;
    align-items: center;
	width: 92%;
	float: right;
	color: #4c4c4c;
	font-weight: 300;
	text-align: left;
	font-size: 16px;
	line-height: 140%;
	margin-bottom: 20px;
	padding-left: 15px;
}
/*===============================   Structure  ================================*/
body { font-family: 'Open Sans', sans-serif; color: #333333; font-size: 14px; }
#siteWrapper { position: relative; margin: 0; padding: 0; overflow-x:hidden; }
#sitetop {
	margin:0;
	padding: 0;
	width: 100%;
	position: relative;
	z-index: 20;
	background-color: #ffffff;
}
#top {
	margin:0;
	padding: 0;
	width: 100%;
	position: relative;
	z-index: 20;
	background-color: #582c4f;
}
.container {
	width: 94%;
	max-width: 1000px;
	margin-left: auto;
	margin-right: auto;
}
.container.bordered {
	width: calc(94% - 80px);
	max-width: calc(1000px - 80px);
	border: solid 1px #d2d8df;
	padding: 30px 40px;
}
#logo {
	width: 255px;
	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;
	padding: 12px 0
}
#logo img {
	width: 100%; max-width: 100%;
}
#toprow {
	background-color: #b99650;
}
#topright {
	font-family: 'Open Sans', sans-serif;
	position: relative;
	width: 50%;
	float: right;
	padding: 8px;
	font-size: 20px;
	line-height: 120%;
	font-weight: 600;
	text-align:right;
	color: #333333;
	text-transform:uppercase;
}
#topright #toplinks {
	display: inline-block;
	float: right;
	padding-left: 20px;
}
#topright a {
	font-family: 'Open Sans', sans-serif;
	font-size: 14px;
	font-weight: 400;
	display: inline-block;
	text-decoration:none;
	text-transform:uppercase;
	color: #582c4f;
}
#topright span {
	display:inline-block;
	padding-right: 15px;
}
#topright #toplinks a:hover {
	color: #b99650;
}
p:after, #top:after, #toprow:after, #navrow:after, .container:after {
	content: "";
	display: block;
	clear: both;
}
#navrow {
	padding-top: 20px;
	padding-bottom: 0px;
	width: calc(100% - 280px);
	float: right;
}
ul#nav {
	display: inline-block !important;
	margin:0;
	padding:0;
	text-align: right;
	margin-right: 0;
	float:right;
}
ul#nav li {
	display: inline-block;
	position: relative;
	margin-left: 30px;
}
ul#nav li a, ul#nav li a.active {
	font-family: 'Open Sans', sans-serif;
	position:relative;
    display: block;
    padding: 20px 0;
	font-size: 14px;
	text-transform:uppercase;
	font-weight: 400;
	color:#ffffff;
	text-align:center;
	text-decoration:none;
	 
}
ul#nav li a:after {
	display: block;
	content: "";
	height: 2px;
	width: 0;
	max-width: 100%;
	background-color: #b99650;
	overflow: hidden;
	position:absolute;
	left:50%;
	bottom:0;
	visibility: visible;
	transform:translateX(-50%);
	-webkit-transition: width .2s ease-in-out;
	-moz-transition: width .2s ease-in-out;
	-o-transition: width .2s ease-in-out;
	transition: width .2s ease-in-out;
}
ul#nav li a.active:after, ul#nav li a:hover:after  {
    width: 200px;
}
.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/white-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: #582c4f;
	font-weight: 600;
	text-transform:uppercase;
	font-size: 36px;
}
#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;
	overflow: hidden;
	height: 250px;
	display: flex;
    justify-content: center;
    align-items: center;
}
#innerbanner .bannerbacktext {
	position: absolute;
	top:0px;
	left: 0;
	font-family: 'Open Sans', sans-serif;
	font-size:230px;
	color: #90b8dc;
	font-weight: 700;
	white-space:nowrap;
	text-transform:uppercase;
	z-index:1;
}
#innerbanner .bannertitle {
	position:relative;
	display: inline-block;
	z-index: 5;
	text-align:center;
}
#innerbanner .bannertitle h1 {
	color: #ffffff;
	font-weight: 700;
	font-size: 60px;
	text-transform:uppercase;
	text-align:center;
}
#innerbanner .bannergraphic {
	width: 190px;
	position: absolute;
	top:0;
	left: 40px;
	z-index:2;
}

#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 {
	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;
}
.prizetitle {
	background-color: #b99650;
	padding: 23px 20px;
	text-align: center;
	color: #ffffff;
	position: relative;
	z-index: 20;
	min-height: 40px;
}
.prizetitle .smalltitle {
	position: relative;
	font-size: 14px;
	line-height: 16px;
	display: block;
	text-align: center;
	text-transform: uppercase;
}
.prizetitle .mediumtitle {
	font-family:Helvetica, Arial, sans-serif;
	position: relative;
	font-size: 19px;
	line-height: 22px;
	display: inline-block;
	text-transform: uppercase;
	font-weight: 600;
}
.prizetitle .largetitle {
	font-family:Helvetica, Arial, sans-serif;
	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%);
}
.prizetitle.dark {
	background-color: #333333;
}
.prizetitle.gold {
	background-color: #b99650;
}
.prizetitle.purple {
	background-color: #582c4f;
}
.prizetitle.aqua {
	background-color: #00b9c3;
}
.prizeimg {
	position:relative;
	background-position:bottom center;
	background-repeat:no-repeat;
	background-size:cover;
	padding: 20px;
	height: 100%;
	text-align:center;
}
.prizeimg .giftcard {
	position: absolute;
	width:40%;
	top: 30px;
	left: 40px;
}
.prizeimg .giftcard img {
	width: 100%;
	max-width: 100%;
}
.sidebar .prizeimg { height: 180px; }
.prizecontent {
    position: relative;
    background-color: #ebebeb;
    padding: 20px 20px 5px 20px;
    overflow: hidden;
	height:100%;
	text-align:left;
	
}
.prizecontent ul {
	margin:0;
	padding:0;
}
.prizecontent p {
	color: #333333;
	font-size: 16px;
	margin-bottom: 20px;
	text-align:center;
}
.prizecontent li:last-child {
	margin-bottom: 0px;
}
.prizecontent li {
	padding-left: 40px;
	margin-bottom: 20px;
	vertical-align:top;
	font-size: 16px;
}
.prizecontent li span.nmbr {
	background-color: #333333;
	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 .listtext {
	display: inline-block;
	width: calc(100% - 90px);
	line-height: 150%;
	margin-bottom: 15px;
}
.prizecontent ul li ul {
	margin-left: 10px;
	list-style-type:disc;
}
.prizecontent ul li ul .listtext {
	display: inline-block;
	width: calc(100% - 100px);
	line-height: 150%;
	margin-bottom: 0px;
}
.prizecontent ul li ul li {
	margin-bottom: 10px;
	font-size: 14px;
}
.prizecontent li span.nmbrent {
	font-family: 'Open Sans', sans-serif;
	display:block;
	white-space:nowrap;
	float:right;
	width:90px;
	color: #4c4c4c;
	font-size: 15px;
	font-weight: 800;
	text-align:center;
}

.prizecontent h3 {
	font-family: 'Open Sans', sans-serif;
	position: relative;
	font-size: 30px;
	line-height: 30px;
	display: inline-block;
	text-transform: uppercase;
	font-weight: 600;
	color:#ffffff;
	margin-top:0;
	padding-bottom: 20px;
	margin-bottom: 20px;
}

.prizecontent h3:after {
	content:"";
	display: block;
	position: absolute;
	bottom:0;
	left: 50%;
	width: 70%;
	height: 1px;
	background-color: #ffffff;
	transform: translateX(-50%);
}
.wtwcontent {
	text-align:center;
	padding: 30px 30px;
	background-color: #eff1f4;
	display:flex !important;
}
.wtwcontent h3 {
	position:relative;
	font-size: 30px;
	line-height: 30px;
	display: inline-block;
	text-transform: uppercase;
	font-weight: 600;
	color: #96bfe3;
	padding-bottom: 20px;
	margin-bottom: 20px;
}
.wtwcontent h3:after {
	content:"";
	display: block;
	position: absolute;
	bottom:0;
	left: 50%;
	width: 70%;
	height: 1px;
	background-color: #96bfe3;
	transform: translateX(-50%);
}
.wtwcontent .number {
	font-family: 'Open Sans', sans-serif;
	font-weight:700;
	display: inline-block;
	color: #96bfe3;
	font-size: 28px;
	line-height: 28px;
}
.wtwcontent p {
	font-size: 16px;
	line-height: 20px;
	display: inline-block;
	color: #b99650;
	max-width: 190px;
	margin: 0 auto 20px auto;
}
.wtwcontent a {
	text-decoration:none;
	color: #b99650;
}

ul.waystowin {
    max-width: 500px;
	text-align:center;
	margin:0 auto;
}
ul.waystowin li {
	font-size: 17px;
	margin-bottom: 10px;
}
ul.waystowin li a {
	color: #333333;
	text-decoration:none;
}
ul.waystowin li span {
	font-family: 'Open Sans', sans-serif;
	font-weight:700;
	font-size: 24px;
	color: #96bfe3;
	display: block;
	margin-bottom: 4px;
}
.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;
	display: flex;
    justify-content: center;
    align-items: center;
}
.buttonbox { text-align:right; }
#footer {
	padding-top: 50px;
	padding-bottom: 30px;
	background-color: #333333;
	color: #ffffff;
	text-align:center;
}
#footer .copyright {
	font-family: 'Open Sans', sans-serif;
	margin-bottom: 10px;
	color: #ffffff;
	display: inline-block;
	margin: 20px auto;
	font-size: 12px;
	font-weight:400;
}
#footer .siteby {
	display: inline-block;
	margin: 20px auto;
	font-size: 12px;
}
#footer .siteby a {
	color: #ffffff;
	text-decoration:none;
}
#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;
}
#footer .footerlogo {
	position:relative;
	width: 80%;
	max-width: 331px;
	margin: 0 auto 15px auto;
	padding-bottom:25px;
}
#footer .footerlogo:after {
	content:'';
	position:absolute;
	height: 1px;
	width: 80%;
	background-color: #ffffff;
	bottom: 0;
	left: 50%;
	transform:translateX(-50%);
}

/*---------------------------------- 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: 'Open Sans', 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:#b99650;
	margin:0;
	font-size:24px;
	line-height:1.5em;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #b99650;
}
.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: 'Open Sans', sans-serif;
	font-size:16px;
	font-weight: 700;
	margin:8px auto 0;
	padding:20px 20px;
	text-align: center;
	background-attachment: scroll;
	background-color: #b99650;
	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: #333333;
}
.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: #ebebeb;
}
.quiz_content.active{display:block;}

.question{
	overflow:hidden;
	color: #b99650;
	padding: 5%;

}
.question p{
	text-align:left;
	color:#333333;
	font-size: 17px;
}
.question h3 {
	font-family: 'Open Sans', sans-serif;
	text-align:left;
	color:#333333;
	text-transform:uppercase;
	margin-bottom: 20px;
	font-weight: 700;
	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: #b99650;
	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: 'Open Sans', 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%;
}
.answer span.text-full {
	float:left;
	color:#333333;
	width:500px;
	font-family: 'Open Sans', 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: #b99650;
}
.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 #b99650;
	color: #4f4b49;
	background-color: #FFFFFF;
	transform:translateX(-50%);
}
#quizwrapper .pop_up h1{
	font-size:22px;
	padding:15px 5px;
	text-transform: uppercase;
	color: #b99650;
}
.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: 'Open Sans', sans-serif;
	font-weight: 900;
	color: #ffffff;
	font-size: 22px;
    z-index: 99;
    cursor: pointer;
}
#videoclose:hover {
	color: #4f4b49;
}
.ratetable {
	width: 500px;
	max-width: 100%;
	border-top: solid 1px #d9d7d7;
	border-left: solid 1px #d9d7d7;
	margin: 0 auto 30px auto;
}
.ratetable td {
	padding: 10px;
	border-bottom: solid 1px #d9d7d7;
	border-right: solid 1px #d9d7d7;
	font-size: 15px;
}
.ratetable td:last-child {
	text-align:right;
}
#crosswordcontainer {
	width: 100%;
	max-width: 400px;
	margin: 20px auto;
}
iframe#ch-iframe-1249384 {
	overflow:hidden !important;
}

@media all and (max-width: 1200px) {
	ul#nav li a,ul#nav li a.active {
		font-size: 15px;
	}
	#logo {
       width: 200px;
	}
	#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: 100%;
		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: 23px 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;
		position: absolute;
        background-color: #582c4f;
	}
	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:after {
	    display: none;
	}
	ul#nav li a.active {
		/*color: #f8ac00;*/
	}
	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;
	}
	.wtwcontent {
		margin-left: 15px;
		margin-right: 15px;
	}
}
@media all and (max-width: 500px) {
	.section.shorttop, .section.bannersection {
		padding-top: 0px;
	}
	h2.sectiontitle {
		font-size: 30px;
		line-height: 32px;
	}
	#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;
		font-size:14px;
		margin:0 auto;
		padding: 10px 0;
	}
	#topright a {
		font-size:14px;
	}
	#logo {
		width: 180px;
		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%;
	}
	#bannercaption h1 {
		font-size: 24px;
	}
	#innerbanner .bannergraphic  { display:none; }
	#innerbanner .bannertitle h1 {
		font-size: 40px;
	}
}
.waystowin2 {
    display: block;
    width: 92%;
    float: right;
    color: #4c4c4c;
    font-weight: 300;
    text-align: left;
    font-size: 16px;
	line-height: 140%;
    margin-bottom: 20px;
}
.waystowin2 h4 {
    font-family: 'Open Sans', sans-serif;
	font-weight: 700;
}
