/* quick forms */

.qf_form {
    width: 100% !important;
    max-width: 800px;
    margin: 0 auto;
}

.qf_form .field_title label {
    font-weight: 400 !important;
    font-size: 16px !important;
}

.qf_form .qf_field {
    display: flex !important;
    flex-direction: column;
}

.qf_form .qf_textbox,
.qf_form .qf_textarea {
    width: 100% !important;
    border-radius: 5px !important;
    border: 1px solid #fff;
    color: #fff !important;
    background-color: transparent !important;
}

.qf_submit {
    font-family: 'Onest', Arial, Helvetica, sans-serif !important;
    font-weight: 700 !important;
    display: inline-block;
    margin: 10px 0;
    border-radius: 0 !important;
    padding: 10px 20px;
    background-color: #a99359 !important;
    border: 1px solid #a99359 !important;
    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;
}

.qf_submit:hover {
    background-color: transparent !important;
    color: #a99359 !important;
    text-decoration: none;
}

/* form overrides */

#dnn_ctr15070_ModuleContent,
#dnn_ctr10455_ModuleContent {
    max-width: 500px;
    width: 100%;
    margin: 0 auto;
    padding: 20px;
}

#dnn_ctr15070_ModuleContent {
    background-color: #273840;
}

.rendered-form .form-title {
    text-align: center;
    margin-top: 0;
    margin-bottom: 1rem;
    color: #fff;
}

.rendered-form .form-group {
    margin-bottom: 10px !important;
}

.rendered-form input,
.rendered-form textarea {
    border-radius: 0px !important;
    border: 1px solid #0C212C;
    color: #000;
    background-color: #fff;
}

.rendered-form textarea {
    padding: 2% !important;
}

.form-control:focus {
    background-color: #fff;
}

.rendered-form .form-control:focus {
    outline: 0;
}

#dnn_ctr10406_View_btnSubmit,
#dnn_ctr10455_View_btnSubmit {
    width: 100%;
    margin-top: 0;
}

.captchaText {
    display: none;
}

/* nav pills */

.nav-pills {
    justify-content: center;
}

.nav-pills .nav-item {
    list-style-type: none !important;
    margin-left: 5px;
    margin-right: 5px;
}

.nav-pills .nav-link:hover {
    text-decoration: none;
    color: #202020 !important;
}

.nav-pills .nav-link.active,
.nav-pills .nav-link.active:hover {
    color: #fff !important;
    background-color: #a99359;
}

.nav-pills .nav-link {
    color: #a99359 !important;
    font-size: 18px;
    letter-spacing: 1px;
}

.tab-pane ul {
    margin-bottom: 0;
}

/* home duplicate */

.Id2740 .hero-bg {
    height: 70vh;
}

.Id2740 .hero-text {
    top: 55%;
}

.Id2740 #dnn_FullWidthBottom {
    padding-left: 0px;
    padding-right: 0px;
}

.Id2740 footer {
    margin-top: 0;
}

@media screen and (max-width: 997px) {

    .Id2740 .hero-text {
        top: 60%;
    }
}

@media screen and (max-width: 768px) {

    .Id2740 .hero-text h3 {
        font-size: 1.5rem;
        line-height: 1.5;
    }

    .Id2740 .hero-text h5 {
        font-size: 1rem;
    }
}
















