@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;
}
strong { font-weight: 700; }
body {
	font-family: proxima-nova, sans-serif;
	line-height: 1;
	font-size: 17px;
	font-weight: 400;
	color: #736F6F;
}
ol, ul {
	margin-left: 20px;
}
ol ul {
	padding-top: 10px;
}
ol ul li {
	list-style-type: disc;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
.clear {
	margin: 0px;
	padding: 0px;
	clear: both;
	height: 0px;
}
.nowrap { white-space:nowrap; }
.centered { text-align:center; }

/* =============   Start the layout ==================*/

a {
    color: #337ab7;
    text-decoration: none;
}
a:focus, a:hover {
    color: #23527c;
    text-decoration: underline;
}
h1, h2, h3, h4 {
	font-family: all-round-gothic, sans-serif;
	font-weight: 700;
	color: #232222;
	margin-bottom: 20px;
}
h1{
	text-align: center;
	margin-bottom: 30px;
	font-size: 36px;
}
h2, h3, h4 {
	text-transform:uppercase;
}
h2 {
	font-size: 32px;
}
h2, h4 {
	font-weight: 500;
}
h3 {
	color: #595757;
	font-weight: 500;
}
.container h3 {
	font-size: 22px;
}
.container p { margin-bottom: 15px; line-height: 120%; 
	font-size: 17px;}
.container li { margin-bottom: 15px; line-height: 120%; font-size: 17px; }
#sitewrapper {
	position: relative;
}
#bannerrow {
	position: relative;
	
}
.popup {
	max-width: 600px;
}
.popup h2.title {
	padding: 15px;
	color: #FF3C30;
	background-color: #CEEAE1;
}
h2.title {
	font-size: 30px;
	font-weight: 700;
}

.blue {
	background-color: #1F0D40;
}
.pink {
	background-color: #c80dc6;
}
.aqua {
	background-color: #04d1cf;
}
.yellow {
	background-color: #d1b104;
}

.popup .popuptext {
	padding: 20px 30px;
}
.popup p, .popup li {
	padding: 10px 0;
	line-height: 130%;
}
#pagetitle {
	font-family: all-round-gothic, sans-serif;
	position: absolute;
	top: 40%;
	width: 80%;
	margin-left: 10%;
	margin-right: 10%;
	transform:translateY(-50%);
	text-align: center;
}
#pagetitle #aclogo {
	width: 300px;
	margin: 0 auto 20px auto;
}
#pagetitle h1 {
	color: #ffffff;
	opacity: .9;
	text-shadow: 1px 1px 3px rgba(13, 15, 15, 1);
	font-size: 5.5em;
	font-weight: 900;
	line-height: 110%;
	margin-bottom: 0px;
}
#pagetitle .subtitle {
	color: #ffffff;
	opacity: .9;
	text-shadow: 1px 1px 3px rgba(13, 15, 15, 1);
	font-size: 4em;
	font-weight: 900;
	line-height: 110%;
}
#internal-banner {
	background-repeat: no-repeat;
	background-position: center center;
	height: 250px;
	position: relative;
}
#internal-banner #pagetitle h1 {
	font-size: 5em;
}
#internal-banner #pagetitle .subtitle {
	font-size: 4em;
}
.container {
	position: relative;
	width: 90%;
	max-width: 1029px;
	margin-left: auto;
	margin-right: auto;
	
}
.whiterow {
	background-color: #ffffff;
	
}
.bluerow {
	background-color: #0c4ca3;
	
}
.greyrow {
	background-color: #e1e1e1;
	
}
.whiterow, .bluerow, .greyrow {
	padding-top: 60px;
	padding-bottom: 60px;
}
.largetext {
	text-align: center;
	font-size: 24px;
	line-height: 24px;
	
}
.row {
	margin-top:0;
	margin-left:0 !important;
	margin-right:0 !important;
	margin-bottom:0;
	padding:0;
	position: relative;
}
.row.padded {
	padding: 10px 0;
}
.row:after {
	content:"";
	display: block;
	clear: both;
}
.flexrow {
	display: flex;
    flex-direction: row;
	min-height: 100%;
}
.flexcol {
	display: flex !important;
    flex-direction: column;
	flex:1;
}
.half {
	display:block;
	width: 49%;
	float: left;
	margin-right: 2%;
}
.half-last {
	display:block;
	width: 49%;
	float: left;
}
.third {
	width: 32%;
	float: left;
	margin-right: 2%;
}
.third-last {
	width: 32%;
	float: left;
}
.prizebox-info {
	background-color: #CEEAE1;
	position:relative;
	text-align: center;
	color: #FF3C30;
	padding: 22px 0 60px 0;
}
.prizebox-info td {
    vertical-align: middle;
    height: 55px;
    font-size: 16px;
    padding-left: 5%;
    padding-right: 5%;
    width: 90%;
	line-height: 19px;
}
.prize-image img {
	vertical-align: top;
}
.nobottom { margin-bottom 0 !important; }

.learnmore {
	width: 100px;
	height: 30px;
	display: block;
	color: #ffffff;
	font-size: 10px;
	line-height: 30px;
	text-align: center;
	text-decoration: none;
	border: 1px solid #ffffff;
	text-transform: uppercase;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	-webkit-transition: all 0.7s cubic-bezier(0.22,0.81,0.01,0.99);
	transition: all 1s cubic-bezier(0.22,0.81,0.01,0.99);
}
.learnmore:hover{
  background-color: #222222;
  border: 1px solid #222222;
  color: #ffffff;
  text-decoration: none;
}
.prizebox-info .learnmore {
	position: absolute;
	bottom: 20px;
	left: 50%;
	transform:translateX(-50%);
}
.bluerow  h2 {
	color: #ffffff;
	font-size: 34px;
}
.bluerow  h2.title {
	text-align:center;
	text-transform:uppercase;
	margin-bottom: 60px;
}
.prizebox { 
	margin-bottom: 25px;
}
.prizeinfo {
    background-color: #f4f9f7;
	position:relative;
	text-align: left;
	padding: 20px;
}
.prizebox-info h3 {
	font-size: 24px;
	text-transform:uppercase;
	padding-left: 5%;
	padding-right: 5%;
	color: #FF3C30;
	margin-bottom: 5px;
    font-weight: 700;
}
.prizebox-info p {
	
}
.prizebox-info.blue {
	background-color: #1F0D40;
}
.prizebox-info.blue h3 {
	color: #FFFFFF;
}
.quizHead {
	margin: 0 0 0 0;
	padding: 0 25px 0 0;
	width: 86%;
	float: left;
}
.sponsorLogo {
	margin: 0;
	padding: 0;
	width: 12%;
	float: left;
}
.langTerms {
	margin: 0 0 25px 0;
	padding: 10px 15px;
	font-size: 12px;
	color: #ffffff;
	background-color: #FF3C30;
	display: inline-block;
	float: right;
}
.langTerms a {
	font-size: 12px;
	color: #ffffff;
	text-decoration: none;
}
.langTerms a:hover {
	font-size: 12px;
	color: #ffffff;
	text-decoration: underline;
}

#footernav {
	background-color: #232222;
	text-align: center;
}
#topnav {
	position:relative;
	background-color: #ff3c30;
	text-align: left;
}
#topnav:after {
	content: '';
	display:block;
	clear: both;
}
#topnav .nav-container {
	width: calc(100% - 400px);
	float: right;
	padding: 20px 30px 20px 30px;
	text-align:right;
}
a.navlink, a.footernavlink {
	font-size: 15px;
	font-weight: 700;
	color: #ffffff;
	text-transform:uppercase;
	display: inline-block;
	padding: 10px 20px;
	text-decoration: none;
}
#topnav .logo {
	position: absolute;
    width: 450px;
    height: 300px;
    align-items: flex-start;
    justify-content: flex-start;
	top: 0;
	left:0;
}
.logo .shadow-background {
	position: absolute;
    top: -210px;
    left: -195px;
    width: 710px;
    height: 450px;
    transform: rotate(-35deg);
    background-color: transparent;
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.4), transparent);
    z-index: 0;
}
.logo .red-wave {
	position: absolute;
    width: 100%;
    height: 100%;
    background-image: url(../images/logo-wave.png);
    background-repeat: no-repeat;
    background-position: top left;
    background-color: transparent;
    background-size: cover;
    z-index: 1;
}
.logo img.logo-header-default {
    position: relative;
    top: 30px;
    left: 60px;
    width: 123px;
    height: 137px;
    z-index: 2;
}

#weekly {
	background-color: #c80dc6;
}
#monthly {
	background-color: #04d1cf;
}
#grand {
	background-color: #d1b104;
}
.row {
	position:relative;
}
.row:after {
	content:'';
	display:block;
	clear: both;
}
.leftside {
	position: relative;
	padding-right: 5%;
	width: 60%;
	float:left;
}
.rightside {
	position: relative;
	width: 35%;
	float: right;
}
.sidebar {
	background-color: #0c4ca3;
	width: 30%;
	padding-top: 2.5%;
	padding-right: 2.5%;
	padding-bottom: 0px;
	padding-left: 2.5%;
}
.videobox {
	position:relative;
	width: 1200px;
	max-width: 100%;
	height: 0;
    padding-top: 56.25%;
	overflow:hidden;
}
.videoboxinner {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.videobox video {
	width: 100%;
	max-width:100%;
}
a.footernavlink:hover {
	background-color: #ffffff;
	color: #479eca;;
}
#footer {
	background-color: #ff3c30;
	text-align: center;
	padding-top: 40px;
	padding-bottom: 40px;
}
#footer a  {
	color:#ffffff;
}
#footer .njlogo {
	text-align: center;
	margin-bottom: 30px;
	font-size: 12px;
	line-height: 16px;
	color: #fff;
}
#footer .njlogo img {
	margin-bottom: 5px;
}
#footer .footerlogo {
	width: 97px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 30px;
}
#footer .siteby {
	width: 93px;
	line-height: 14px;
	font-size: 11px;
	color: white;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
}
#footer .dtwaddress {
	width: 80%;
	margin-left: auto;
	margin-right: auto;
	color: #ffffff;
	font-size: 14px;
	max-width: 800px;
	line-height: 23px;
	margin-bottom: 25px;
}

.error {
	font-size: 12px;
	color: #F00;
}
.error.full {
	display: block;
	width: 100%;
	margin-bottom: 15px;
}
span.error {
	display:block;
}
.formtitles {
	padding-left: 10px;
	color: #0c4ca3;
	font-weight: bold;
}
.formfieldstd .dateformat {
	font-size: 9px;
}
.formasterictd {
	padding-left: 0px;
	vertical-align: top;
	line-height: 20px;
	padding-right: 5px;
	width: 0px;
	color: #0c4ca3;
}
.formfieldstd {
	padding-bottom: 4px;
	line-height: 18px;
	font-size: 15px;
}
.form-img {
	overflow: hidden;
}
#form-img {
	height: 200px;
	margin-top: 10px;
	margin-bottom: 10px;
}
input[type='text'], input[type='password'], select {
	width: 90%;
	padding: 4px 15px;
	font-size: 16px;
	margin-bottom: 5px;
}
.button,
.button:visited {
	display:inline-block;
	background-color: #ff3c30;
	border: solid 1px #ff3c30;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	margin-top: 10px;
	color: #ffffff;
	padding: 15px 25px;
	text-decoration:none;
	-webkit-transition: all 0.7s cubic-bezier(0.22,0.81,0.01,0.99);
	transition: all 1s cubic-bezier(0.22,0.81,0.01,0.99);
}
.button.small {
	padding: 8px 15px;
}
.button:hover {
	text-decoration:none;
	border: solid 1px #000000;
	background-color: #000000;
	color: #ffffff;
}
form p:after {
	content:'';
	display:block;
	clear:both;
}
.formbox { min-height: 120px; }
.formbox input[type='text'], select {
	width: 100%;
	padding: 4px 15px;
	font-size: 16px;
	margin-bottom: 5px;
}
.formbox .row { margin-bottom: 5px; padding-bottom: 0; }
.formbox hr { margin: 10px 0; }
.formlabel {
	width: 40%;
	float: left;
	font-size: 16px;
    line-height: 100%;
}
.formfield {
	width: 60%;
	float: right;
}
.checkbox {
	width: 30px;
	float: left;
}
.checkbox input[type="checkbox"],.checkbox input[type="radio"] {
    margin: 0;
    line-height: normal;
	width: auto;
}
.checkbox .form-control {
    border: 1px solid #ccc;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
}
.chkbxtxt {
	width: calc(100% - 30px);
	float: left;
}
.fielderror {
	display:none;
}
.error .fielderror {
	display:block !important;
	font-size: 11px;
	line-height: 14px;
	color: #ec0000;
}
.error input { border: solid 1px #ec0000; }
.chkbox.error { background-color: #ec0000; }
#gamesubmit { margin-top: 0; }
#loginpage {
	width: 350px;
	margin-top: 60px;
	margin-right: auto;
	margin-left: auto;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	padding: 30px;
	border: 1px solid #333;
	webkit-box-shadow: -3px 6px 17px -2px rgba(0,0,0,0.36);
	-moz-box-shadow: -3px 6px 17px -2px rgba(0,0,0,0.36);
	box-shadow: -3px 6px 17px -2px rgba(0,0,0,0.36);
	margin-bottom: 100px;
}
#loginpage h2 {
	font-size: 20px;
	margin-bottom: 15px;
}
input[type='text'], input[type='password'], select {
	width: 90%;
	padding: 4px 15px;
	font-size: 16px;
	margin-bottom: 5px;
}
input.loginbutton {
    background-color: #0c4ca3;
    height: 45px;
    width: 120px;
    border-style: none;
    padding: 5px 20px;
    color: #ffffff;
}
input.loginbutton:hover {
	background-color: #000000;
}
a.report-button {
	background-color: #0c4ca3;
	display: block;
	padding-top: 8px;
	padding-right: 20px;
	padding-bottom: 8px;
	padding-left: 20px;
	margin-top: 10px;
	margin-right: 20px;
	margin-bottom: 10px;
	color: #FFF;
	text-decoration: none;
	-moz-box-shadow: 1px 2px 4px #888;
	-webkit-box-shadow: 1px 2px 4px #888;
	box-shadow: 1px 2px 4px #888;
	width: 250px;
}
a.report-button:hover {
	color: #0c4ca3;
	background-color: #cccccc;
}


/* ================  Memory Game =============== */
#memorygamebox {
	background-color: #4f4b49;
	padding: 20px;
	position:relative;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
}
#memorygame, #memorygame .cards {
	overflow:hidden !important;
}
#memorygame {
	position:relative;
}
#overlay .popup {
	position: absolute;
	left: 50%;
	top: 45%;
	background-color: #FFF;
	border: 2px solid #000000;
	min-height: 220px;
	width: 90%;
	max-width: 700px;
	transform:translate(-50%, -50%);
	padding-top: 20px;
	padding-right: 25px;
	padding-bottom: 55px;
	padding-left: 25px;
	z-index: 9999999;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
}
#overlay .popup:after {
	contant:'';
	display:block;
	clear:both;
}
#overlay .popup .popupimage {
	width: 40%;
	float: left;
}
#overlay .popup .popupimage img {
	max-width: 100%;
}
#overlay .popup .popupcontent {
	width: calc(60% - 20px);
	padding-left: 20px;
	float: left;
}
#overlay .closebutton {
	position: absolute;
	bottom: 20px;
	right: 20px;
	display: inline-block;
	background-color: #ff3c30;
	color: #ffffff;
	padding:10px 30px;
	font-size: 15px;
	cursor: pointer;

}
#overlay .popup h3 {
	font-family: "Caveat", cursive;
    font-optical-sizing: auto;
	color: #354962;
	margin-bottom: 20px;
	font-size: 24px;
}

#overlay .popup h4 {
	border-bottom: solid 1px #000000;
	padding-bottom: 5px;
	margin-bottom: 20px;
	font-size: 24px;
}
#overlay .popup p {
	font-size: 17px;
}



#START1300px {}
@media all and (max-width: 1300px) {
	#pagetitle {
		top: 35%;
	}
}
#START1100px {}
@media all and (max-width: 1100px) {
	
	#pagetitle #aclogo {
		width: 300px;
		margin: 0 auto 20px auto;
	}
	#pagetitle h1 {
		font-size: 5em;
	}
	#pagetitle .subtitle {
        font-size: 3em;
	}
	#topnav .logo .shadow-background, .logo .red-wave {
		display:none;
	}
	#topnav .logo {
		position: relative;
		width: 73px;
	    height: 100px;
	  padding: 10px 40px;
	}
	.logo img.logo-header-default {
	  position: relative;
	  top: auto;
	  left: auto;
	  width: 73px;
	  height: 80px;
	}
	#topnav .nav-container {
        width: calc(100% - 160px);
	}
}

#START950px {}
@media all and (max-width: 950px) {
	#pagetitle h1 {
		font-size: 4.5em;
	}
	#pagetitle .subtitle {
        font-size: 2.8em;
	}
	.prizebox-info h3 {
		font-size: 20px;
	}
}

#START800px {}
@media all and (max-width: 800px) {
    h1 { font-size: 26px; }
	h2 { font-size: 22px; }
	h3 { font-size: 20px; }
	td.leftside {
		padding-top: 30px;
		padding-right: 0%;
		width: 100%;
		display: block;
		margin-bottom: 30px;
	}
	td.sidebar {
		width: 96%;
		padding-top: 25px;
		padding-right: 2%;
		padding-bottom: 1px;
		padding-left: 2%;
		display: block;
	}
	.prizebox { 
	   max-width: 400px;
	   margin-left: auto;
	   margin-right: auto;
	}
	#internal-banner {
		height: auto;
		padding: 30px;
	}
	#internal-banner #pagetitle {
		position:relative;
		top:auto;
		transform:none;
	}
	#pagetitle {
		top: 25%;
	}
	#pagetitle #aclogo {
		width: 180px;
		margin: 0 auto 15px auto;
	}
	#pagetitle h1 {
		font-size: 5em;
		margin-bottom: 15px;
	}
	#pagetitle .subtitle {
        font-size: 3em;
	}
	#internal-banner #pagetitle h1 {
        font-size: 4em;
	}
	#internal-banner #pagetitle .subtitle {
        font-size: 3em;
	}
	.formbox input[type='text'], select {
		font-size: 15px;
	}
	.formlabel {
		font-size: 15px;
	}
	.formbox p, .chkbxtxt {
		font-size: 15px;
		line-height:130%;
	}
	.prizebox-info h3 {
		font-size: 17px;
	}
	.popup p, .popup li {
		font-size: 15px;
	}
	a.navlink, a.footernavlink {
		font-size: 12px;
		padding: 10px 15px;
	}
}


#START600px {}
@media all and (max-width: 600px) {
    h1 { font-size: 23px; }
	h2 { font-size: 20px; }
	h3 { font-size: 18px; }
	a.navlink, a.footernavlink {
		font-size: 11px;
		padding: 8px 10px;
	}
	.flexrow {
		display: block;
	}
	.flexcol {
		display: block !important;
	}
    .half, .half-last, .third, .third-last {
		width: 90%;
		max-width: 400px;
		margin-left: auto;
		margin-right: auto;
		margin-bottom: 20px;
		float:none;
	}
	td.sidebar {
		width: auto;
		padding-top: 25px;
		padding-right: 25px;
		padding-bottom: 1px;
		padding-left: 25px;
		display: block;
	}
    
	#pagetitle {
		top: 18%;
	}
	#pagetitle #aclogo {
		width: 150px;
	}
	#pagetitle h1 {
		font-size: 4em;
	}
	#pagetitle .subtitle {
		font-size: 3em;
	}
    
	.formbox input[type='text'], select {
		font-size: 14px;
	}
	.formlabel {
		font-size: 14px;
	}
	
	.prizebox-info h3 {
		font-size: 20px;
	}
	.popup p, .popup li {
		font-size: 14px;
	}
	#topnav .logo {
		width: 60px;
		height: 80px;
		padding: 10px 30px;
	}
	.logo img.logo-header-default {
		width: 60px;
		height: auto;
	}
	#topnav .nav-container {
		width: calc(100% - 100px);
	}
}
#START400px {}
@media all and (max-width: 450px) {

	#pagetitle h1 {
		font-size: 3em;
	}
	#pagetitle .subtitle {
		font-size: 2em;
	}
	#internal-banner #pagetitle h1 {
        font-size: 3em;
	}
	#internal-banner #pagetitle .subtitle {
        font-size: 2em;
	}
	.formbox input[type='text'], select {
		width: 100%;
		font-size: 14px;
	}
	.formlabel, .formfield {
		width: 100%;
		font-size: 14px;
	}
	.chkbxtxt {
		font-size: 13px;
	}
	
}
