/* Probably don't edit below this. */
@import '../css-5';

html, body { overflow-x: hidden; }

body { font-family: 'PT Sans', sans-serif;}
header img { width: 100%; }
footer { padding: 20px 10%; }
footer table { font-size: 3vw !important; }
h1 { font-size: 8.00vw; margin: 0px !important; padding: 20px 0px !important; }
h2 { font-size: 7.75vw; margin: 0px !important; }
h3 { font-size: 5.5vw; margin: 0px !important; }
h4 { font-size: 4.25vw; margin: 0px !important; }
h5 { font-size: 3.25vw; margin: 0px !important; }

#email-page h1,#reg-page h1 {  padding:0px !important; }

.rewards h4 { font-size: 3.25vw; margin: 0px !important;padding-top: 10px !important; }
.rewards h5 { font-size: 2.5vw; margin: 0px !important; }

input[type='checkbox'], input[type='radio'] { margin-left: 0px; height: 32px; width: 32px; }

.empty-panel { height: 80px; }

.padding-lg { padding: 30px 0px; }
.padding-lg-top {padding: 30px 0px 5px 0px;}
.padding-sm { padding: 20px 0px; }
.padding-sm-top { padding: 20px 0px 5px 0px; }
.padding-xs { padding: 10px 0px; }
.padding-xs-top { padding: 10px 0px 5px 0px; }

.full-width  { width: 100%; }

.reward-offers {  padding-top: 5px; }

.reward-offer { position: relative; padding: 20px 0px 20px 0px; }
.reward-offer .offer-image { position: absolute; left: 0px; }

.reward-offer .offer-image img { height: 65.33px; width: 65.33px; }
.reward-offer .offer-title { height: 65.33px; margin-left: 65.33px; }
.reward-offer .offer-title div { position: relative; top: 50%; transform: translateY(-50%); }

.reward-offer .offer-title { text-align: center; font-weight: bold; font-size: 5.25vw !important; }
.reward-offer .offer-text  { display: block; clear: both; min-height: 90px; }
.reward-offer .offer-text .ro_wrapper { margin-top: 10px; font-size: 3.25vw !important; }
.reward-offer .btn { margin: 0px 0px 0px 0px; }

.bonus-offer img {
  max-width: 100% !important;
  width: 100% !important;
  height: auto !important;
}

.centered { text-align:center }
.ro_details { color: red;}

/* Id Specific Styles */

#resident + label { font-size: 0.75em; }


#progress              { text-align: center; padding: 20px 5%; }
#progress .description { font-size: 3.00vw; }
#progress .status      { font-size: 3.33vw; }


footer #csd_footer { max-width: auto !important; }

/* Bootstrap Overrides */

a { text-decoration: underline; }

.container-fluid { padding-left: 10%; padding-right: 10%; overflow-x: hidden; }

.form-control { border: 2px solid #ccc; border-radius: 0px; font-size: 5vw; height: auto; }

.email-input{
	background-color: #fff;
    background-image: none;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
    color: #555;
    line-height: 1.42857;
    padding: 6px 12px;
    transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
	border: 2px solid #ccc;
    border-radius: 0;
    font-size: 5vw;
    height: auto;
}

.checkbox label, .checkbox-inline label, .radio label, .radio-inline label { margin-left: 20px; font-size: 5vw; }

.btn          { border-radius: 0px; border: 0px; margin: 20px 0px; padding: 5px 20px; font-size: 4.25vw }
.btn:hover, .btn:focus { color: #fff; }
.btn-lg       { font-size: 5.25vw; }
.wrap         { white-space: normal; }	 

#resident {
    display:none;
}
#reg-page input[type='radio']{
	display:none;
}

#resident:checked + label .cbox{
	background:url(check-2016-1.png);
	background-size:cover;
}

#reg-page input[type='radio']:checked + label .cbox{
    background:url(check-2016-1.png);
    background-size:cover;
}

.cbox {
	display:inline-block;
    width:7.14vw;
    height:7.14vw;
    margin:-1px 4px 0 0px;
    vertical-align:middle;
    cursor:pointer;
	border: 2px solid #ccc;
	padding: 6px;
	float: left;
}



#email-checkbox{
	padding-left: 0px;
}
#email-checkbox label{
    margin-left: 0px;
	cursor:pointer;
	font-weight:500;
}
#reg-page .radio-inline {padding-left:0px;}
#reg-page   .radio-inline label { padding-left:0px;margin-left:0px;}

@media (max-width: 800px){

#email-page #cbox-label{
	padding-left:8vw; 
	display:block;
}
#email-page .cbox {position:absolute;}

}

@media (min-width: 800px){
#email-page .container-fluid,#reg-page .container-fluid { max-width:900px;margin: 0 auto;}
#email-page header, #reg-page header { text-align:center; }
#email-page #header-image , #reg-page #header-image { max-width:768px;margin: 0 auto;}
footer table { font-size: 1em !important; }
h1 { font-size: 3.75em; margin: 0px !important; padding: 20px 0px !important; }
h2 { font-size: 3em; margin: 0px !important; }
h3 { font-size: 2em; margin: 0px !important; }
h4 { font-size: 1.9em; margin: 0px !important; }
h5 { font-size: 3.25vw; margin: 0px !important; }

.rewards h4 { font-size: 1.5em; margin: 0px !important;padding-top: 10px !important; }
.rewards h5 { font-size: 1em; margin: 0px !important; }


.reward-offer { position: relative; padding: 20px 0px 20px 0px; }
.reward-offer .offer-image { position: relative;float:left;  }

.reward-offer .offer-image img { height: 150px; width: 150px; }
.reward-offer .offer-title { height: 65.33px; margin-left: 175px; line-height: 65.33px; }
.reward-offer .offer-text  {clear: none; margin-left: 175px; }
.reward-offer .offer-title { text-align: left; font-weight: bold; font-size: 1.5em !important; }
.reward-offer .offer-text .ro_wrapper { margin-top: 10px; font-size: 1em !important;}
.reward-offer .btn { margin: 0px; }

.ro_details { color: red;}
.bonus-offer {max-width:600px; margin: 0 auto;}
.full-width { max-width:600px; margin: 0 auto;}


/* Id Specific Styles */

.cbox {
    display:inline-block;
    width:3.25em;
    height:3.25em;
    margin:-1px 4px 0 0px;
    vertical-align:middle;
    cursor:pointer;
    border: 2px solid #ccc;
    padding: 6px;
    float: left;
}


#progress              { text-align: center; padding: 10px 5%; }
#progress .description { font-size: 1em; }
#progress .status      { font-size: 1.3em; }


/* Bootstrap Overrides */

.form-control { border: 2px solid #ccc;border-radius: 0px; font-size: 1.5em; height: auto; }
.email-input{  border: 2px solid #ccc;border-radius: 0px; font-size: 1.5em; height: auto;  }
.checkbox label, .checkbox-inline label, .radio label, .radio-inline label { margin-right: 10px; font-size: 1.5em; }
#reg-page   .radio-inline label { line-height: 3em;padding-left:0px;margin-left:0px;}
#reg-page .radio-inline {padding-left:0px;}
.btn          { border-radius: 0px; border: 0px; margin: 20px 0px; padding: 5px 20px; font-size: 2em }
.btn-lg       { font-size: 2.5em; }

} 
