a,abbr,acronym,address,applet,article,aside,audio,b,big,blockquote,body,canvas,caption,center,cite,code,dd,del,details,dfn,div,dl,dt,em,embed,fieldset,figcaption,figure,footer,form,h1,h2,h3,h4,h5,h6,header,hgroup,html,i,iframe,img,ins,kbd,label,legend,li,mark,menu,nav,object,ol,output,p,pre,q,ruby,s,samp,section,small,span,strike,strong,sub,summary,sup,table,tbody,td,tfoot,th,thead,time,tr,tt,u,ul,var,video{margin:0;padding:0;border:0;font-size:100%;font:inherit;vertical-align:baseline}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}body{line-height:1}ol,ul{list-style:none}blockquote,q{quotes:none}blockquote:after,blockquote:before,q:after,q:before{content:'';content:none}table{border-collapse:collapse;border-spacing:0}
sup {font-size:xx-small; vertical-align:super;}
body{background:url(../images/home.jpg),black center center fixed;background-repeat:no-repeat;background-size:contain;font-family: 'Roboto', sans-serif;}
#container{
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
    padding-right: 10px;
    padding-left: 10px;
    padding-top:100px;
}
h1{font-family: 'Oswald', sans-serif;font-size:2em;text-align:center;color:#fff;}

h2{text-align:center;padding-top:10px;padding-bottom:5px;color:#555555;}
h3{font-size:1.2em;font-weight:700;text-align:center;padding-top:40px;padding-bottom:5px;color:#ccc;}
h4{font-size:0.9em;line-height:1.2em;font-weight:700;padding-top:15px;padding-bottom:5px;padding-left:40px;color:#ccc;}

.logo{width:100%;margin:auto;text-align:center;-webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;}
.logo img{max-width:50%;}

ul{margin-top:30px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;}
  

li p{color:#7d7d7d;font-size:0.8em;padding-top:5px;}
li{position:relative;border:0;font-size:1.2em;background:#eee;margin:10px;padding:5px 5px 5px 10px;cursor:pointer;}

li:after{
  position:absolute;
  top:100%;
  left:0%;
  width:0;
  height:4px;
  background:#ff9c07;
  display:block;
  content:'';
  transition: width 0.3s ease-in-out;
}
li:hover:after{
  width:100%;
}

.pa {
  background:#181e2f;
  color:#d9d926;
}

.pa p{
  color:#0080ff;
}

.pa:after{
  position:absolute;
  top:100%;
  left:0%;
  width:0;
  height:4px;
  background:#0080ff;
  display:block;
  content:'';
  transition: width 0.3s ease-in-out;
}

a{text-decoration:none;color:inherit;}

@media only screen and (min-width: 600px) {
    body{background:url(../images/home_desktop.jpg), black;background-repeat:no-repeat;background-size:cover;}
}


form{padding-bottom:30px;}
input[type='text'], input[type='number'], [type='submit'], [type='email'], select, textarea {
    width:250px;
    outline:none;
    background:none;
    border:0px;
    border-bottom: solid 1px #615f5e;
    color: #fff;
    display:block;
    font-size:1em;
    font-family: 'Roboto', sans-serif;
    margin:auto;
    padding:10px 10px 0px 0px;
}

input[type='number'] {
  margin-left:5px;
  display:inline-block;
  padding:5px;
  width:1.6em;
}

input[type=number]::-webkit-inner-spin-button, 
input[type=number]::-webkit-outer-spin-button { 
  -webkit-appearance: none; 
  margin: 0; 
}

input[type='submit'] {
	width:270px;
	background:#D94E5B;
	color:#fff;
	font-family: 'Fugaz One', cursive;
	text-transform:uppercase;
	padding:10px;
  font-size:1.2em;
  border:0;
}

input[type='submit']:hover{
	background:#2962ff;
	border:#f9d403;
	cursor: pointer;
}

textarea{height:150px;resize: none;overflow: auto;padding-left:5px;border:solid 1px #615f5e;width:243px;margin-top:12px;}

select{width:260px;padding-left:0px;
    -webkit-appearance: none;
    -moz-appearance : none;
 }
option{color:#fff;background:#333;}

.cleaned{max-width:70%;margin:auto;text-align:left;line-height:1.25em;padding-bottom:20px;color:#fff;}
.cleaned h3{color:#7d7d7d;padding-bottom:10px;padding-top:15px;}

#copier{display:none;margin:auto;border:none;background:none;}
#copier img{width:53px;height:32px;margin:auto;}

#radios{width:272px;margin:auto;padding:7px 0px 21px 0px;}

#radiosCart, #radiosMulti{width: 520px;margin: auto;padding: 15px 0px 10px 0px;}


input[type='radio'], label{   
	vertical-align: middle;
 }
 
input[type='radio'] {
 position:absolute;
 visibility:hidden;
 display:none;
}
 
label{color:rgba(255,255,255,0.5);font-weight:700;text-transform:uppercase;font-size:0.8em;padding-left:44px;}

#radios .label, #radiosCart .label, #radiosMulti .label{
  padding: 5px;
  margin-left: 6px;
  background: #333;
  border-radius: 5px;
  color: #fff;
}

#radios .label:hover, #radiosCart .label:hover, #radiosMulti .label:hover{
  background:#fff;
  color:#555;
  cursor:pointer;
}

.chosen {
  background:#fff !important;
  color:#555 !important;
}

legend{color:rgba(255,255,255,0.5);font-weight:700;text-transform:uppercase;font-size:0.7em;padding:0px 0px 15px 5px;}
#radiosCart legend, #radiosMulti legend{font-size:0.8em;} 

#content{
background:rgba(0,0,0,0.8);
padding-top:20px;}

#content h2{padding-bottom:20px;}



::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #fff;
  opacity: 1; /* Firefox */
}

:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #fff;
}

::-ms-input-placeholder { /* Microsoft Edge */
  color: #fff;
}

.upload-btn-wrapper {
  position: relative;
  overflow: hidden;
  display: inline-block;
  cursor:pointer !important;
  margin-left:165px;
  margin-bottom:15px;
  margin-top:15px;
}

.btn {
  cursor: pointer !important;
  width:270px;
	background:#75605f;
	color:#fff;
	font-family: 'Fugaz One', cursive;
	text-transform:uppercase;
	padding:5px;
  font-size:1.2em;
  border:0;
  border-radius:10px;
  margin:auto;
  margin-top:50px;
}

.btn:hover{
  cursor:pointer;
}

.upload-btn-wrapper input[type=file] {
  font-size: 100px;
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
  cursor: pointer !important;
}

.multi-upload-btn-wrapper {
  position: relative;
  overflow: hidden;
  display: inline-block;
  cursor:pointer !important;
  vertical-align: bottom;
  margin-top:20px;
}

.multi-btn {
  cursor: pointer !important;
  width:250px;
	background:#b34a65;
	color:#fff;
	font-family: 'Fugaz One', cursive;
	text-transform:uppercase;
	padding:5px;
  font-size:1em;
  border:0;
  border-radius:5px;
  margin-left:15px;
}

.multi-upload-btn-wrapper input[type=file] {
  font-size: 100px;
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
  cursor: pointer !important;
}

.multi-btn:hover{
  cursor:pointer;
}


.weightHolder, .pillarCheck{
  display:inline-block;
  margin-bottom:5px;
}

#loader{
  position:fixed;
  padding:0;
  margin:0;

  top:0;
  left:0;

  width: 100%;
  height: 100%;
  background:rgba(0,0,0,0.7);
  display: flex;
  align-items: center;
  justify-content: center;
  visibility:hidden;
  cursor:pointer;
}

.hidden{
  display:none !important;
}

.altHidden{
  display:none !important;
}

.morePartners{
  background:#333;
  color:#fff;
  padding: 7px;
  width: max-content;
  font-size: 13px;
  font-weight: bold;
  border-radius: 100px;
  margin-left: 10px;
  display: inline-block;
}

.lessPartners{
  background:#333;
  color:#fff;
  padding: 7px;
  width: max-content;
  font-size: 13px;
  font-weight: bold;
  border-radius: 100px;
  margin-left: 10px;
  display: inline-block;
}

.morePartners:hover {
  background: #b34a65;
  cursor:pointer;
}

.lessPartners:hover{
  background:#5f6375;
  cursor:pointer;
}

/* Customize the label (the container) */
.pillarCheck {
  display: inline-block;
  position: relative;
  margin-left:15px;
  font-size:14px;
  line-height:20px;
  padding-left: 25px;
  margin-top: 10px;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/* Hide the browser's default checkbox */
.pillarCheck input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

/* Create a custom checkbox */
.checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 20px;
  width: 20px;
  background-color: #eee;
}

/* On mouse-over, add a grey background color */
.pillarCheck:hover input ~ .checkmark {
  background-color: #ccc;
}

/* When the checkbox is checked, add a blue background */
.pillarCheck input:checked ~ .checkmark {
  background-color: #4a6fb3;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the checkmark when checked */
.pillarCheck input:checked ~ .checkmark:after {
  display: block;
}

/* Style the checkmark/indicator */
.pillarCheck .checkmark:after {
  left: 6px;
  width: 4px;
  height: 14px;
  border: solid white;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

#nationwide{
  margin-left:20px;
}
#excludeZips, #includeZips{
  margin-left:44px;
}

#multiPartnerSubmitSpacer{margin-top:30px;}



/* The container must be positioned relative: */
.custom-select {
  margin-top:15px;
  margin-bottom:15px;
  position: relative;
  font-weight:600;
}

.custom-select select {
  display: none; /*hide original SELECT element: */
}

.select-selected {
  background-color: #1f1f1f;
}

/* Style the arrow inside the select element: */
.select-selected:after {
  position: absolute;
  content: url('../images/select.svg');
  filter:hue-rotate(200deg);
  right:7px;
  top:9px;
}

/* Point the arrow upwards when the select box is open (active): */
.select-selected.select-arrow-active:after {
  border-color: transparent transparent #fff transparent;
  top: 7px;
}

/* style the items (options), including the selected item: */
.select-items div,.select-selected {
  color: #ffffff;
  padding: 8px 16px;
  border: 1px solid transparent;
  border-color: transparent transparent rgba(0, 0, 0, 0.1) transparent;
  cursor: pointer;
}

/* Style items (options): */
.select-items {
  position: absolute;
  background-color: #2d2d2d;
  top: 100%;
  left: 0;
  right: 0;
  z-index: 99;
}

/* Hide the items when the select box is closed: */
.select-hide {
  display: none;
}

.select-items div:hover, .same-as-selected {
  background-color: rgba(255, 255, 255, 0.3);
}

.pin{display:block !important;margin-left:42px !important;width:6.4em !important;font-family: Consolas, Menlo, Monaco, Lucida Console, Liberation Mono, DejaVu Sans Mono, Bitstream Vera Sans Mono, Courier New, monospace, serif !important;letter-spacing:5px;font-size:1.2rem !important;margin-bottom:15px !important;}


.scriptProgress{padding:0px 30px;color:#fff !important;}
.timeLine{display: block;font-size: 0.6rem;letter-spacing: 1.1px;text-transform: uppercase;margin-bottom: 5px;color: #ff3765;}
.scriptProgress a{font-weight: 700;color: #ff3765;}