@charset "utf-8";
/* CSS Document for www.badapplz.com */
/* Copyright 2015 Bad Applz, LLC. All rights reserved. */

/*
borders: #959595 (dark)
backgrounds: #F0F0F0
colors: #303030
fonts: Arial, Helvetica, sans-serif; "Arial Black", Gadget, sans-serif;
*/

*, :after, :before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
body, html {
width:100%;
height:100%;
padding: 0;
margin: 0;
-webkit-text-size-adjust: 100%;
-ms-text-size-adjust: 100%;
font-family: Arial, Helvetica, sans-serif;
}


.section-wrapper {width: 1170px;margin: auto auto; padding: 20px;}

.section-container {width: 100%; height: auto; text-align: center; overflow: hidden;}


#splash {
padding-top: 20vh;
padding-bottom: 25vh;
}
#splash h2 {
font-size:36px; 
text-transform: uppercase;
font-family: "Arial Black", Gadget, sans-serif;
}
#splash h4 {
font-size: 24px;
}
#toolbar {
position: fixed;
overflow: visible;
border-color: rgb(149, 149, 149);
border-bottom: 1px outset rgba(149, 149, 149, 0.3);
background-color: rgb(255, 255, 255);
}
#header-wrapper, #toolbar-wrapper, #footer-wrapper {
padding: 10px 20px;
width: 70%;
margin: auto auto;
}
#header-wrapper {height:52px;}
#toolbar-wrapper #logo, #toolbar-wrapper #menu {
width:50%;
margin: 0px; padding: 0px;
position: relative;
float: left;
}
#toolbar-wrapper #logo {
text-align: left;
}
#toolbar-wrapper #menu {
text-align: right;
z-index:1000;
}
#header-wrapper, #toolbar-wrapper {
padding: 10px 20px;
}



h1 {
font-family: "Arial Black", Gadget, sans-serif;
color: #303030;
}
.uc{
text-transform: uppercase;
}
h2,h5 {
font-weight: bold;
}
h5 {font-size: 18px;}
h6 {text-decoration: italic;}

/* BLACKLIST *************************************************/
#blacklist-wrapper, #signup-form-control {
background: #F0F0F0;
color: #303030;

border: 1px solid #959595;
border-color: rgb(149, 149, 149);
border-color: rgba(149, 149, 149, 0.3);

border-radius: 5px;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
-o-border-radius: 5px;
-khtml-border-radius: 5px;
}
#blacklist-wrapper {
margin: 100px auto;
background-color: rgba(0, 0, 0, 0.6); 
color: #ffffff;
}
#blacklist-container {
background: url(../images/splash-search.jpg) no-repeat center bottom;
background-size: 100% auto;

}
.justify {text-align: justify;}

/* LOOKS *******************************************************************/


#badapplz {
background: rgb(149, 149, 149);
background: rgba(149, 149, 149, 0.2);
text-align: center;
}

#module-options {
background: #F0F0F0;
color: #303030;
}
#about p {
text-align: justify;
}
#about {
width: 60%;
}
.quote {
display: block;
width: 80%;
margin: 20px auto;
background: url(../images/quote.svg) no-repeat left center;
background-size: contain;
text-align: left; 
font-size: 18px;
padding-left: 12%;
}
.text-logo {
width:260px;
margin: 20px auto;
border: 0px;
}
.how {
background: #F0F0F0;
color: #303030;

padding: 2%;
width: 29%;
margin: 2%;
display: inline-block;

border: 1px solid #959595;
border-color: rgb(149, 149, 149);
border-color: rgba(149, 149, 149, 0.3);

border-radius: 5px;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
-o-border-radius: 5px;
-khtml-border-radius: 5px;
}
.how-desc {
height:25%;
}
.how img {
max-width: 96%;
max-height: 75%;
padding: 0;
margin: 0;
}
.imgSpacer {
height:128px;
margin: 20px auto;
}

#module-search {
background: #303030;
color: #F0F0F0;
}
#module-badapplz {
text-align: left;
}
#module-badapplz .section-wrapper {
background: url(../images/bad-apple.jpg) no-repeat right center;
background-size: contain;
}
#module-mission {
background: #F0F0F0;
color: #303030;
}

#module-contact, #module-login {
color: #F0F0F0;
background-color: #990000;
}
#footer {
border: 1px solid #959595;
border-color: rgb(149, 149, 149);
border-color: rgba(149, 149, 149, 0.3);
background: #F0F0F0;
color: #303030;
}
#footer a, p a {
color: #990000;
}

#footer-links a {
display: inline-block;
margin: auto 10px;
font-weight: bold;
text-transform: uppercase;
height:20px;
}
#footer-links a img { 
height:20px;
padding-top:0px;
}
#copyright {
margin: 10px auto;
}

#module-search img {
margin: 3%;
width: 140px;
display: inline-block;
}

/* MESSAGES *******************************************************************/

.negative {color: #ffffff; background-color:rgba(223, 51, 32,1);} /*border-bottom: 1px solid rgba(223, 51, 32,0.6); 0.2 #df3320*/
.neutral {color: #333; background-color:rgba(149, 149, 149,1);} /*border: 1px solid #959595;*/
.positive {color: #ffffff; background-color:rgba(51, 153, 0, 1);} /*border: 1px solid rgba(51, 153, 0, 0.6); #339900*/
.negative, .neutral, .positive {
/*
border-radius: 5px;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
-o-border-radius: 5px;
-khtml-border-radius: 5px;
*/
}

#msg {
width:100%;
padding:1% 5%;
z-index:1;
position: fixed;
top:0px;
font-size: 16px;
font-weight: bold;
text-align: center;
min-height: 52px;
}
#thanks {
min-height: 60%;
}

/* FORMS *******************************************************************/
#bad-apple-form { width:500px; margin: auto; text-align: left;}
.col-xs-2 {width:50%;} .col-xs-3 {width: 24%;} .col-xs-4 {width: 32%;} .col-xs-1 {width:44%}
#bad-apple-form state, #bad-apple-form zip {width:auto;}
#bad-apple-form label {margin-left: 16px;} /*16 is for large*/
input[type="radio"]:hover {cursor: pointer;}
.radio label:hover {background: rgba(149, 149, 149, 0.2);cursor: pointer;}

#signup-form {text-align: left;}
#signup-form label {margin-left: 12px;} /*12 is for large*/
#signup-form-control, #zip-search-form {
width:400px;
margin: 30px auto;
padding: 10px;
}

/* BOOTSTRAP UPDATES ******************************/

.help {
width:16px;
height: 16px;
padding: 0;
margin: auto;
background: url(../images/help.svg) no-repeat center center;
background-size: contain;
display: inline-block;
}

/* MISC *********************************************** */

.clearAll {
clear:both;
display:block;
height:0px;
visibility:hidden;
}
hr {
height: 0;
-webkit-box-sizing: content-box;
-moz-box-sizing: content-box;
box-sizing: content-box;
margin: 10px auto;
border: 0;
border-top: 1px solid #959595;
}
.align-center {text-align: center;}

/* HEADER & FOOTER  **************************************/
#mobile-action {
display: none;
visibility: hidden; 
height: 0px;
}
#social-media {
width: 100%;
margin: 10px auto;
padding: 10px;
height:56px;
overflow: hidden;
}


/* SOCIAL MEDIA *********************************************** */
.footer-link {
width: 36px; height: 36px;
margin: 0px 6px;
display: inline-block;
}
.footer-link a {display: block; height: 100%; width: 100%;}

.facebook {
background-image:url(../images/social-media/footer-facebook.png);
background-repeat:no-repeat;
background-size: contain;
}
.linkedin {
background-image:url(../images/social-media/footer-linkedin.png);
background-repeat:no-repeat;
background-size: contain;
}
.twitter {
background-image:url(../images/social-media/footer-twitter.png);
background-repeat:no-repeat;
background-size: contain;
}
.google {
background-image:url(../images/social-media/footer-google.png);
background-repeat:no-repeat;
background-size: contain;
}
.search {
background-image:url(../images/social-media/footer-search.svg);
background-repeat:no-repeat;
background-size: contain;
width: 32px; height: 32px;
border: #959595 2px solid;
border-radius: 17px;
-webkit-border-radius: 17px;
-moz-border-radius: 17px;
-o-border-radius: 17px;
-khtml-border-radius: 17px;
}
.up {
background-image:url(../images/social-media/footer-up.svg);
background-repeat:no-repeat;
background-size: contain;
}
.facebook:hover {
background-image:url(../images/social-media/footer-facebook-hover.png);
background-repeat:no-repeat;
cursor: pointer;
}
.linkedin:hover {
background-image:url(../images/social-media/footer-linkedin-hover.png);
background-repeat:no-repeat;
cursor: pointer;
}
.twitter:hover {
background-image:url(../images/social-media/footer-twitter-hover.png);
background-repeat:no-repeat;
cursor: pointer;
}
.google:hover {
background-image:url(../images/social-media/footer-google-hover.png);
background-repeat:no-repeat;
cursor: pointer;
}
.search:hover {
background-image:url(../images/social-media/footer-search-hover.svg);
background-repeat:no-repeat;
cursor: pointer;
border: #3399cc 2px solid;
width: 150px;
background-position: right middle;
}
.up:hover {
background-image:url(../images/social-media/footer-up-hover.svg);
background-repeat:no-repeat;
cursor: pointer;
}


/* ----------------------------------MOBILE------------------------------ */
@media screen and (min-width: 992px) and (max-width: 1199px) {
	.section-wrapper {width: 970px; padding: 15px;}
}
@media screen and (min-width: 768px) and (max-width: 991px) {
	.section-wrapper {width: 750px; padding: 10px;}
}
@media screen and (max-width: 767px) {
	.section-wrapper {width: 96%; padding: 10px;}
	#bad-apple-form { width:100%; }
	#signup-form-control {width: 96%; }
}
