﻿@media screen and (min-width: 601px) {
    section fieldset {
        width: 25%;
        float: left;
    }
}

body {
    background-color: #f9f6f2 !important;
}

.application_view {
    min-height: unset;
}

form fieldset {
    margin-right: inherit;
}
.rate-info {
    padding: 25px 10px 10px;
    margin: inherit;
}

.you-get {
    padding: 0;
    margin-bottom: 0;
}

.form_elements > h2, 
.form_elements_container > h2 {
    font-size: 24px;
    color: #005b77;
    border-bottom: 0 none;
    padding-bottom: 0;
    margin-bottom: 0;
    font-weight:500;
}

.application_container {
    color: #666666;
    font-size: 14px;
    line-height: 20px;
    background-color: transparent;
    max-width: unset;
}

.rate-info #you-get {
    font-family: 'Austin News Deck Web-Semibold';
    color: #005b77;
    font-size: 24px;
    display: block;
    margin-top: 25px;
}

.rate-info #you-get .code {
    font-family: 'Telesans Text Web-Regular';
    font-size: 16px;
    color: #666;
    font-weight: normal;
}

.rate {
    display: none;
}

form ol > li div.input_container > div {
    padding-right: 24px;
}

section:last-child {
    background: transparent;
}

.indicative {
    margin-top: 0;
    padding-top: 25px;
    width: 100%;
}

@media screen and (max-width: 601px) {
    .indicative {
        width: 100%;
    }
}

p {
    font-size: 11px;
    line-height: 18px;
}

form label {
    margin-bottom: 10px;
}

@media screen and (max-width: 585px) {
    form ol > li div.input_container > div {
        padding-right: 0;
    }

    
}

.application_container {
    padding: 0 10px;
}

@media screen and (min-width: 584px) {
    .application_container {
        padding: 0 40px;
    }
}

.application_container .application_view {
    padding-bottom: 25px;
}

@media screen and (max-width: 400px) {
    .rate-info {
        padding-left: 0;
        padding-right: 0;
    }
}

@media screen and (max-width: 400px) and (min-width: 391px) {
    .rate-info {
        padding-left: 10px;
        padding-right: 10px;
    }
}