/* live forms */

.LiveForm.Default {
    font-family: 'Open Sans', Arial, Helvetica, sans-serif !important; /* form font */
    font-size: 14px !important; /* form font size */
    color: #000 !important;
    font-weight: 400 !important;
}

.LiveForm.Default ul.page-break-section,
.LiveForm.Default .thank-you {
    box-shadow: none !important; /* form shadow */
    background-color: transparent !important; /* form bg color */
}

.LiveForm.Default .Field label[class*="Field-Label-"],
.LiveForm.Default .Field > label, 
.LiveForm.Default .Field .MatrixWrapper > label {
    font-weight: 400 !important; /* label font weight */
}

.LiveForm.Default .Field .Field-Container-Wide {
    width: 100% !important; /* reset field containers to max */
}

.LiveForm.Default .Field input,
.LiveForm.Default .Field textarea,
.LiveForm.Default .Field select{
    width: 100% !important; /* input width 100% of container */
}

.LiveForm.Default .Field.Captcha label {
    display: none !important; /* hide ugly captcha label */
}

 /* submit button */
.LiveForm.Default input[type="submit"],
.LiveForm.Default input[type="button"] {
    min-width: 100px !important;
    background: #84CE7A !important;
    font-weight: 400 !important;
    color: #fff !important;
    font-family: 'Oswald', Arial, Helvetica, sans-serif !important; /* set a font */
    font-size: 16px !important;
    text-transform: uppercase !important;
    border: 0 none;
    border-radius: 10px !important;
    padding: 10px;
}

 /* submit button hover */
.LiveForm.Default input[type="submit"]:hover,
.LiveForm.Default input[type="button"]:hover {
    box-shadow: none !important; /* reset default module style */
    background: #59AD4C !important;
}

.black-button {
    display: inline-block;
    margin: 10px 0;
    border-radius: 5px;
    padding: 10px 20px;
    background-color: #202020;
    border: 1px solid #202020;
    color: #fff !important;
    text-transform: uppercase;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.black-button:hover {
    background-color: transparent;
    color: #202020 !important;
    text-decoration: none;
}

.nav-pills li {
    list-style-type: none !important;
}

.nav-pills .nav-link {
    background-color: #363636;
    margin: 0 20px;
}

.nav-pills .nav-link.active, .nav-pills .show>.nav-link {
    background-color: #84CE7A;
}

.nav-pills .nav-link:hover {
    text-decoration: none;
    color: #fff !important;
}







