.nf-field-label .nf-label-span, .nf-field-label label {
    font-family: "Tungsten A","Tungsten B";
    font-style: normal;
    font-weight: 600;
    text-transform: uppercase;
    display: block;
    font-size: 1.5rem;
}

.nf-field-element label {
    display: inline-block;
    font-family: Montserrat,sans-serif;
    font-weight: 400;
    text-transform: none;
    margin-bottom: 1.5rem;
}

.radio-inline-container .nf-field-element ul {
    display: flex;
    flex-flow: row wrap;
}

.radio-inline-container .nf-field-element ul li {
    margin-left: 40px !important;
}

hr.ninja-forms-field {
    margin: 2rem 0 !important;
}

.nf-row {
    margin-bottom: 1rem;
}

.hr-hard hr {
    border-top-color: #51555a !important;
    background: #51555a !important;
    color: #51555a !important;
}

.nf-element.btn {
    font-family: "Tungsten A","Tungsten B";
    font-style: normal;
    font-weight: 600;
    display: inline-block;
    text-transform: uppercase;
    text-decoration: none;
    font-size: 2rem;
    text-align: center;
    transition: all 125ms ease-in-out !important;
    white-space: nowrap;
    box-sizing: border-box;
    min-height: 52px;
    height: 52px !important;
    padding: .65rem 3.125rem;
    border-radius: 36px !important;
    line-height: .9;
    letter-spacing: 1.5px;
    cursor: pointer;
    background: 0 !important;
    border: 2px solid #51555a !important;
    color: #51555a !important;
}

.nf-element.btn:hover {
    background: #ff8a3d !important;
    border-color: #ff8a3d !important;
    color: #fff !important;
}

.submit-container .nf-field-element {
    text-align: center;
}

.page-template-template-form-request-quote .container h1 {
    font-size: 6.875rem;
    line-height: .75;
    margin-bottom: 3.75rem;
}
