html, body {
	color: #333333;
    font-family: 'Roboto', Arial, sans-serif;
	font-weight: normal;
	font-size: 20px;
	margin: 0;
	padding: 0;
	min-height: 100%;
}
html {
	height: 100%;
}
.container {
    max-width: 1200px;
    width: 90%;
}
.containerWrap {
	margin: 20px auto 0 auto;
	padding-bottom: 10px;
	min-width: 100%; /*iPhone iframe fix*/
	width: 1px; /*iPhone iframe fix*/
 *width:100%; /*iPhone iframe fix*/
}
h1, h2, h3, h4, h5, h6 {
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
}
h1{
    font-size:40px;
}
h2.alt,h3{
    font-size:32px;
    line-height: 35px;
}
label {
	font-weight: normal;
}
section{
    padding:15px 0;
}
.greyBg{
    background: #fafafa;
}
section.header{
    margin-bottom:30px;
}

section.disclaimer{
    padding:15px 30px;
    line-height: 1.5;

	transition: height 1s;
}
.disclaimer p{
    margin-bottom:0;
}

.disclaimer .closed{
    display:none;
}

.disclaimer .fa {
    font-size: 30px;
    line-height: 18px;
}

.btn-default {
	background-color: #4991de;
	border: medium none;
	border-radius: 4px;
	color: #FFFFFF;
	padding: 6px 24px;
	text-transform: uppercase;
}
.btn-default:hover {
	background-color: #cc5016;
	color: #FFFFFF;
}
.footerLinks {
	list-style: none outside none;
	margin: 15px 0 0 0;
	padding: 0;
	text-align: center;
}
.footerLinks li {
	display: inline-block;
}
.footerLinks li a {
	padding: 0 9px 0 10px;
	font-size: 12px;
}
.disclaimer {
	margin: 15px 0 0 0;
	color: #333;
	font-size: 12px;
}
.modal-body .btn-share {
	margin-bottom: 5px;
	padding: 6px 0;
	width: 80px;
	font-size: 20px;
	border-radius: 4px;
}
#recaptcha_area, #recaptcha_table {
	margin: 0 auto;
}
.form-horizontal .form-group {
	margin-left: 0;
	margin-right: 0;
}
.form-horizontal .form-group select {
	margin-left: 15px;
}
.lifted-corners-shadow {
	position: relative;
}
.lifted-corners-shadow:before, .lifted-corners-shadow:after {
	content: "";
	position: absolute;
	z-index: -2;
	height: 0;
	width: 60%;
	bottom: 8px;
	-webkit-box-shadow: 0 0 10px 8px rgba(25,29,29,0.2);
	-moz-box-shadow: 0 0 10px 8px rgba(25,29,29,0.2);
	box-shadow: 0 0 10px 8px rgba(25,29,29,0.2);
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	-ms-border-radius: 2px;
	-o-border-radius: 2px;
	border-radius: 2px;
}
.lifted-corners-shadow:before {
	left: 15px;
	-webkit-transform: rotate(-3deg);
	-moz-transform: rotate(-3deg);
	-ms-transform: rotate(-3deg);
	-o-transform: rotate(-3deg);
	transform: rotate(-3deg);
}
.lifted-corners-shadow:after {
	right: 15px;
	-webkit-transform: rotate(3deg);
	-moz-transform: rotate(3deg);
	-ms-transform: rotate(3deg);
	-o-transform: rotate(3deg);
	transform: rotate(3deg);
}

.form-group{
    background: #f2f2f2;
    margin-bottom: 0;
    border: 1px solid #fff;
}

.form-group label{
    font-size:10px;
    font-weight: bold;
    text-transform: uppercase;
    color: #333;
    padding-top:5px;
    margin-bottom: 0;
}

.form-group .form-control{
    border:none;
    width:100%;
    font-size:20px;
    background: none;
    margin-bottom:5px;
    box-shadow: none;
    padding: 0;
}

.form-group .form-control:focus{
    border:none;
    box-shadow:none;
}

.testimonials{
    display:table;
    width: 100%;
    margin: 15px auto;

}

.tBlock{
    text-align: center;
    background: #f2f2f2;
    display:table-cell;
    font-size:21px;
    padding:15px;
    position:relative;
}

.tBlock p{
    margin-bottom:0;
}

.tBlock p.match{
    position:absolute;
    left:15px;
    right:15px;
    top:50%;
    transform: translateY(-50%);
}

.tBlock.disclaimer{
    font-size:18px;
}

.tLeft{
    width:41%;
}

.tCenter{
    width:2%;
    background: #fff !important;
}

.tRight{
    width:57%;
}

.articlesTop h2{
    font-size:40px;
}

.articlesTop p{
    font-size:20px;
}

.articlesMain{
    font-size:16px;
}

.articlesMain img{
    width:100%;
}

.articlesMain h2{
    font-size:21px;
    font-weight: bold;
    line-height: 24px;
}
.aItem{
    margin-bottom:30px;
}

.pHead {
    line-height: 50px;
    cursor:pointer;
}

.pHolder{
    border-bottom: 1px solid #d9d9d9;
}

.prize1 .pHead{
    border-top:1px solid #d9d9d9;
}

.pBody {
    padding-bottom: 15px;
}


.prizeSlide {
    transform: scale(.9);
	transition: transform 1s;
}

.slick-current .prizeSlide {
    transform: scale(1);
}

.prizeSlide p{
    position: absolute;
    top: 20%;
    width: 100%;
    font-size: 28px;
    color: #fff;
    text-align: center;
    font-weight: bold;
}

.caps{
    text-transform: uppercase;
}

.prizeSlide p .caps{
    font-weight: bold;
}

.prizeHeader{
    color: #58595b;
    padding-top:20px;
}

.prizeHeader h2{
    font-size:36px;
    margin-bottom:30px;
}

.prizeHeader p{
    font-size:26px;
    margin-bottom:30px;
    font-weight: 300;
}

.prizeItems {
    /*
    background: #4e148c;
    color: #fff;
    */
    background: #FAFAFA;
    color: #333;
    text-align: center;
    padding: 30px;
    font-size:22px;
}

.prizeItems img{
    padding-bottom:15px;
}

.prizeItems p{
    margin-bottom:0;
}

.blocks img{
    padding-bottom:15px;
}

.blocks h2 {
    font-size: 20px;
}
.reg-link{
    color: #333;
    font-size:14px;
    text-decoration: underline;
}


.modal-header .close {
    margin-top: -2px;
    position: absolute;
    top: 0;
    right: 10px;
    font-size: 40px;
}

/*RULES OVERLAY*/
#Rules-Alt , #Rules {
	font-size: 14px;
}
#Rules-Alt li , #Rules li {
	margin-bottom: 10px;
}
#Rules-Alt li a , #Rules li a {
	overflow-wrap: break-word;
	word-wrap: break-word;
	-webkit-hyphens: auto;
	-ms-hyphens: auto;
	-moz-hyphens: auto;
	hyphens: auto;
}
#Rules-Alt table, #Rules table{
    margin:0 auto;
    width:100%;
}

#Rules-Alt td, #Rules td{
    padding:4px;
    border:1px solid #000;
}

#Rules-Alt td p, #Rules td p{
    margin-bottom:0;
}

#Rules-Alt h2, #Rules h2{
    font-size: 30px;
    font-weight: bold;
}
/*CAPTCHA STYLING */
.g-recaptcha > div > div {
	margin: 0 auto;
}
@media screen and (max-width: 575px) {
.g-recaptcha {
	transform: scale(0.77);
	-webkit-transform: scale(0.77);
	transform-origin: 50% 50%;
	-webkit-transform-origin: 50% 50%;
}
}
/*FORM VALIDATION CLASSES */
.glyphicon {
	font-family: FontAwesome;
}
.glyphicon-remove:before {
	font-family: FontAwesome;
	content: '\f071';
}
.codeError {
	margin-left: 10px;
	visibility: hidden;
}
.has-validator input, .has-validator select {
	-webkit-transition: background-color 500ms ease;
	-moz-transition: background-color 500ms ease;
	-o-transition: background-color 500ms ease;
	transition: background-color 500ms ease;
}
.has-error input, .has-error select, .has-error textarea, .validator-recaptcha-wrap.has-error input, .has-error select option {
	background: none repeat scroll 0 0 #a94442;
	color: #ffffff;
}
.has-error label, .has-error .tag, .has-error .pLabel {
	color: #fff;
	font-weight: bold;
}
.form-group.has-error{
    background:#a94442;
    color: #fff;
}
.has-error.container-recaptcha .g-recaptcha iframe {
	box-shadow: 0 0 10px #a94442;
}
.has-error.validator-recaptcha-wrap input {
	border: solid 1px #a94442 !important;
}
.has-feedback .form-control-feedback {
	color: #b30022;
	right: 0;
	top: 0;
	bottom: 0;
	font-size: inherit;
	line-height: 23px;
	padding-right: 5px;
	width: auto;
	height: auto;
}
.has-validator.has-feedback .form-control-feedback {
	display: none;
}
.has-validator.has-feedback.has-error .form-control-feedback {
	display: block;
}
.has-validator.has-error .title {
	color: #b30022;
}
/*CUSTOM RESPONSIVE STYLING*/
@media (max-width:768px) {
    .birthDate select {
        margin-bottom: 15px;
    }

    .link.fxg-col2-nt {
        margin-left: 15px;
    }

    h2.alt,h3{
        line-height: 40px;
    }
}
@media (max-width:640px) {
}
@media (max-width:480px) {
.formContainer {
	margin-top: 20px;
}
.banner, .formContainer {
	border-width: 3px;
}
}
