/* Themify Customize Styling */
a {		font-style:normal;

	color: #014883; 
}
a:hover {		font-style:normal;
 
}

/* Themify Custom CSS */

.nf-form-fields-required {
    display: none;
}

.field-wrap button, 
.field-wrap input[type=button], 
.field-wrap input[type=submit] {
    width: auto;
    border: 3px $white solid;
    color: #fff;
    display: block;
    font-size: 15px;
    font-weight: normal;
    max-width: 280px;
    padding: 15px;
    text-align: center;
    text-transform: uppercase;
    text-decoration: none;
    width: 100%;
    background-color: #014883;
    margin: 0 auto;
}

.nf-field-element input, .nf-field-element select, 
.nf-field-element textarea {
    margin: 0;
    width: auto;
    height: auto;
    vertical-align: inherit;
    font-size: 12px;
    text-transform: uppercase;
width: 100%;
    padding: 1em;
    line-height: 1.4;
    background-color: #f9f9f9;
    border: 1px solid #014883;
    border-radius: 3px;
    -webkit-transition: 0.35s ease-in-out;
    -moz-transition: 0.35s ease-in-out;
    -o-transition: 0.35s ease-in-out;
    transition: 0.35s ease-in-out;
    transition: all 0.35s ease-in-out;
}

.module-feature-chart-html5 {
    display: none;
}

li {
    margin: 0 0 .5em 0 !important;
}


@media screen and (max-width: 976px) { /* Themify Customize Styling */
a {	
	color: #014883; 
}
 }