.wrapper {
	width: 100%;
    height: 100%;
}
.section-title{
    font-size: 32px;
    font-family: 'Source Sans Pro';
    color:#555555;
}
.section-subtitle{
    font-size: 24px;
    font-family: 'Source Sans Pro';
    color:#555555;
}
.form {
	text-align: center;
	width: 85%;
    padding-top: 9px;
	max-width: 1000px;
	color: #333333;
    margin: 0 auto;
    margin-top: 155px;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 10px;
    position: relative;
}
.topdesc{
    height:42px;
    width: 75%;
    margin: auto;
    padding-bottom: 20px;
}
.fullwidth{
    width:100%;
    float:left;
}

i {
    color:#ce434a;
}

input[type=text] {
    width: 25%;
    padding: 12px 20px;
    display: inline-block;
    border: 1px solid #ccc;
    border-radius: 4px;
    min-width:150px;
    color: #333333;
}

select {
	width: 90%;
    height: 45px;
    padding: 12px 20px;
    margin: 8px 0;
    display: inline-block;
    border: 1px solid #ccc;
    border-radius: 4px;
    color: #333333;
}

input[type=checkbox] {
    width: 15px;
    height: 15px;
    margin: 8px 0;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    color: #333333;
}

input[type=submit] {
    width: 100px;
    height: 49px;
    /*background-color: #efc74d;*/
    color: white;
    padding: 14px 20px;
    margin: 12px 0px 10px;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    background-color: #84bb41;
}

input[type=submit]:hover {
    /*background-color: #b62f36;*/
 background-color: #666;
}