body
{
    background-color: #000000;

}

#q602{
 display: none;
}

#q603{
 display: none;
}

#q119{
 display: none;
}


a:link {
color: #000000 !important;
text-decoration: underline;

}



a:visited {
color: #000000 !important;
text-decoration: underline;
}



table {

    width: 100%;
margin-top:-10px;
}






.logo_row {
    text-align: center;
    background-color:#FFB83A;
	height:10px;
}

.logo {
	/*
height: 75px !important;
    margin-top: 20px;
    margin-bottom: 20px; */
}


.incentive_row
{
      background-image: linear-gradient(0deg, #000000, #434348);
 /* margin-bottom: 0px; */
}

.incentive_txt {
    font-size: 3.3rem;
    font-weight: bolder;
    color: #ffffff;
    line-height: 1.2;
    padding-top: 0px!important;
}

.incentive_txt_small{
font-size:2.0rem;
font-weight:normal;
color:#ffffff;
}

.hero_row {
    text-align: center;
    background-image: linear-gradient(180deg, #000000, #434348);
    margin-bottom: 0px;
    background-position: center;
    background-size: auto;
}



.hero_img{

}


.twocolumn_row  {
  /*  background-color: #3d6288; */
    background-image: linear-gradient(180deg, #000000, #434348);
    color: #000000!important;
/*
    background-image: url(/files/108248/bg.png);
    background-position: center top;
*/
}

.input_content{
  background-color: #ffffff;
    border-radius: 5px;
    margin-bottom: 20px;
    border-color: #ffffff;
    border-style: hidden;
    border-width: thin;
    margin-top:10px
}
.onecolumn_row  {
 background-color:#f5f5f5;
}

h3{
text-transform:uppercase;
text-align: center;
font-weight: 700 !important;
font-size:1.8rem !important;
}

.footer_row {
text-align:center;
 background-color:#ffffff;
color:#000000;
}

.superhidden{

color:#EFF9FF;

}



#inputArea {

}

.adress {

}


.adress li {
    list-style-type: none;

}

.adress ul{
padding-left: 0;
}



input {
    border-radius: 4px;
    width: 100%;
    height: 45px;
    padding-left: 2%;
    border: 1px solid #cccccc !important;
}



input[type="checkbox"] {
    height: 20px;
    width:20px;
}




input[type="radio"] {
    height: 20px;
width:20px;
}


#q604_select {
    border-radius: 4px;
width:100%;
height:45px;
border: 1px solid #000000 !important;
    border: 1px solid #cccccc !important;
}


.button {
	width: 100%;
	margin-top: 5px;
	padding-top: 20px;
	padding-right: 10px;
	padding-bottom: 20px;
	padding-left: 10px;
	text-align: center;
	vertical-align: middle;
	border-radius: 5px;
	text-transform: uppercase;
	font-weight: bold;
	letter-spacing: 2px;
	border: 1px solid #fff;
	color: #ffffff;
	transition: all 0.3s linear;
	background-color: #E24444;
}
.button:hover {
    background-color:#c73535;
	color: #ffffff;
	cursor: pointer;
}


/* Small Tablets */
@media (min-width: 0px)and (max-width: 767px) {

.input_content{

	/*border-radius: 0px;*/

}

.incentive_txt {
font-size:1.7rem;
}
	
.incentive_txt_small{
font-size:0.9rem;
display:none;
}
	
h3{
font-size:1.4rem !important;
}

input {

height: 35px;

}

#q604_select {
height:35px;
margin-top:10px;
}








.button {

   /* font-size: 10px; */
}


table {
margin-top:0px;

}



.adress li {
margin-top:-10px
}

.txt_align {
font-size:12px;

}

.hero_row {
   /*  background-size: 100%; 
background-image: url("https://ms.smartresponse-media.com/Files/108353/bg_small.jpg");*/
}


 }