form.maForm {
    width: auto;
    white-space: normal;
    text-align: left;
    padding: 5px;
    font-family: "Lucida Grande", "Lucida Sans Unicode", Verdana, Arial, Helvetica, sans-serif;
    font-size: 12px;
    line-height: 20px;
}

form.maForm div.maFormElement {
    padding: 5px 0;
}

/*input logic*/
form.maForm .formRequiredError, form.maForm .formEmailError, form.maForm .formValidationError {
    background: url('form-error.png') no-repeat right top #FEECEC;
}

form.maForm span.formRequiredLabel, form.maForm .formRequiredOptionListError {
    color: red;
    padding-left: 5px;
}

/*generalized element styles*/

form.maForm input, form.maForm select, form.maForm textarea, form.maForm label {
    display: block;
}

form.maForm label {
    font-weight: bold;
    width: auto;
}

form.maForm input, form.maForm select {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    background-color: #ffffff;
    font-size: 12px;
    color: #555555;
    vertical-align: middle;
    padding: 0 4px;
    height: 20px;
    width: 370px;
}

form.maForm select {
    padding: 0;
}

form.maForm button {
    display: inline-block;
    padding: 4px 14px;
    margin: 5px 2px;
    font-size: 14px;
    color: #333333;
    text-align: center;
    text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
    vertical-align: middle;
    cursor: pointer;
    background-color: #f5f5f5;
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#e6e6e6));
    background-image: -webkit-linear-gradient(top, #ffffff, #e6e6e6);
    background-image: -o-linear-gradient(top, #ffffff, #e6e6e6);
    background-image: linear-gradient(to bottom, #ffffff, #e6e6e6);
    background-image: -moz-linear-gradient(top, #ffffff, #e6e6e6);
    background-repeat: repeat-x;
    border: 1px solid #bbbbbb;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
    border-bottom-color: #a2a2a2;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    filter: progid:dximagetransform.microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffe6e6e6', GradientType=0);
    filter: progid:dximagetransform.microsoft.gradient(enabled=false);
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
}

form.maForm textarea {
    height: 130px;
    resize: none;
    padding: 0 4px;
    width: 370px;
}

form.maForm .maFormComboContainer {
    white-space: nowrap;
}

/*end generalized*/

/*specialized groups*/
form.maForm input.formSubscription, form.maForm input.formCheckbox, form.maForm input.formRadio {
    margin-right: 7px;
    vertical-align: middle;
    width: auto;
    margin-top: -1px;
}
form.maForm .formSubscriptionLabel input, form.maForm .formCheckboxLabel input, form.maForm .formRadioLabel input {
    display: inline;
}

form.maForm input.formText, form.maForm select {
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -webkit-transition: border linear 0.2s, box-shadow linear 0.2s;
    -moz-transition: border linear 0.2s, box-shadow linear 0.2s;
    -o-transition: border linear 0.2s, box-shadow linear 0.2s;
    transition: border linear 0.2s, box-shadow linear 0.2s;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    border: 1px solid #cccccc;
}

form.maForm .maFormSubscriptionSelectLabel a.maFormSubscriptionSelect {
    text-decoration: none;
    font-weight: normal;
    color: #000099;
}

form.maForm .maFormSubscriptionSelectLabel {
    padding-left: 4px;
}

form.maForm label.formSubscriptionLabel.maFormSubscriptionUnsubscribeAll {
    padding-top: 20px;
}

/*end specialized groups*/

form.maForm input.formSubmit {
    height: auto;
    width: auto;
    line-height: normal;
    background-color: transparent;
    border: none;
}

form.maForm button:hover, form.maForm button:active, form.maForm button.active, form.maForm button.disabled, form.maForm button[disabled] {
    color: #333333;
    background-color: #e6e6e6;
    *background-color: #d9d9d9;
}

form.maForm label.formSubscriptionLabel {
    font-weight: normal;
}

form.maForm .formSubmit {
    margin-top: 10px;
}

/*half overrides*/
form.maForm .maFormComboHalf {
    display: inline-block;
    width: auto;
    zoom: 1;
    *display: inline;
    vertical-align: middle;
}

form.maForm .maFormComboHalf label {
    display: inline-block;
}

form.maForm div.maFormComboHalf input.formText {
    width: 175px;
}

form.maForm div.maFormComboHalf select {
    width: 185px;
}

form.maForm .maFormComboHalf.maFormComboFirstHalf {
    margin-right: 10px;
}
/*end half*/

/*
 Theme Name:   Divi Child
 Theme URI:    http://localhost/Divi-child/
 Description:  Divi Child Theme
 Author:       Net-Results
 Author URI:   http://localhost
 Template:     Divi
 Version:      1.0.0
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
 Tags:         light, dark, two-columns, right-sidebar, responsive-layout, accessibility-ready
 Text Domain:  Divi-child
*/

body.et_non_fixed_nav.et_transparent_nav.et_show_nav #page-container,
body.et_fixed_nav.et_show_nav #page-container {
	padding-top: 0;
}

#main-footer {
	background-color: initial;
	height: 0px;
}

/* MAFORM Style Overrides - START */

body div.MAform {
	width: 100%;
}

body form.maForm {
	padding: 20px 23px 0px;
	font-family: "Open Sans", Arial, sans-serif;
}

body form.maForm label {
	font-weight: normal;
	font-size: 14px;
}

body form.maForm input {
	height: 37px;
	width: 100%;
	margin-top: 3px;
	background-color: #fafafa;
	font-size: 14px;
}

body form.maForm input[type="radio"] {
	height: 17px;
	margin: 2px 7px 2px 4px;
}

body form.maForm input[type="checkbox"] {
	float: none;
	position: static;
	opacity: 1;
	width: inherit;
}

body form.maForm select {
	width: 100%;
	height: 39px;
}

form.maForm textarea {
	width: 100%;
}

body form.maForm .maFormElement:last-of-type {
	text-align: center;
}

body form.maForm button {
	font-size: 14px;
	text-shadow: none;
	padding: 10px 15px;
	margin: 5px 0;
	color: #fff;
	font-weight: 400;
	border: none;
	background-color: #31ab32;
	background-image: none;
	text-transform: uppercase;
}

body form.maForm button:hover {
	border-width: 2px;
	color: #FFF;
	background-color: #00a3f5;
}

body form.maForm .formSubmit {
	margin-top: 15px;
}

/* MAFORM Style Overrides - END */
