textarea {
    width: 100%;
}	
		
		
.txt_question {
color: #000000 !important;
font-size:30px;
Font-weight: bolder;	
		}
		
a:link {
color: #ae2529 !important;
text-decoration: underline;

}



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



table {

    width: 100%;
}



.logo_row {
    text-align: center;
    background-color: #0061a0;
}

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


.incentive_row {
    background-color: #FF0033;
    padding-bottom: 12px;
}
		
.incentive_txt {
font-size:5.0rem;
font-weight:bolder;
color:#ffffff;
line-height:1.4;
}

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

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



.hero_img{

}


.twocolumn_row  {
 background-color:#f5f5f5;
    color: #000000 !important;
}


.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: 1px;
width: 100%;
height: 45px;
margin-left: -35px;
padding-left: 2%;
border: 1px solid #000000 !important;
}



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




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


#q6611_select {
    border-radius: 1px;
width:100%;
height:45px;
border: 1px solid #000000 !important;
background-color:#ffffff !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: 50px;
	text-transform: uppercase;
	font-weight: bold;
	letter-spacing: 2px;
	border: 1px solid #fff;
	color: #ffffff;
	transition: all 0.3s linear;
    background-color: #FF0033;
}
.button:hover {
	background-color: #c32c30;
	color: #ffffff;
	cursor: pointer;
}


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

.txt_question {
color: #000000 !important;
font-size:24px;
Font-weight: bolder;	
		}

.incentive_txt {
font-size:3.0rem;
}
	
.incentive_txt_small{
font-size:1.0rem;
}
	
h3{
font-size:1.4rem !important;
}

input {

height: 35px;

}

#q6611_select {
height:35px;

}


.button {

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


table {
margin-top:10px;

}



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

.txt_align {
font-size:12px;

}



 }