


@media only screen 
and (min-width : 0px) 
and (max-width : 1300px) {

    section#bad_credit_stamp {
        width: 120px;
        height: 104px;
    }

    html, body {
        font-size: 9pt;
    }

    div.wrapper {
        width: 900px;
        width: 92vw;
    }

    section#header {
        padding-top: 5vw;
    }

    section#headline {
        padding: 8vw;
        padding-left: 10vw;
        padding-right: 10vw;
        padding-bottom: 10vw;
    }

    section#headline h1 {
        line-height: 1.5;
    }

    section#get_started_button a {
        padding-left: 1.3vw;
        padding-right: 1.3vw;
        line-height: 40px;
    }

    section#content {
        padding: 5vw;
    }

    section#form {
        padding-top: 7vw;
        padding-bottom: 7vw;
        box-shadow: 2vw 2vw 0px rgba(242, 242, 242, 1.0);
        box-shadow: none;
    }

    div.progress_bar {
        padding-top: 3vw;
    }

    div.progress_circle {
        width: 2.5vw;
        height: 2.5vw;
        border-radius: 2.5vw;
        margin-left: 2.5vw;
    }

    div.progress_text {
        height: 2.5vw;
        line-height: 2.5vw;
        margin-left: 2.5vw;
    }

    section#submit, section.submit {
        padding-top: 1.8vw;
    }

    section#submit button, section.submit button, section.submit a {
        width: 30vw;
        height: 7vw;
        line-height: 7vw;
        margin-left: 2vw;
        margin-right: 2vw;
    }

    section.submit a {
        width: 230px;
    }

    section#submit button.pending {
        width: 230px;
    }


    section#footer {
        padding-left: 0px;
        padding-right: 0px;
        padding-top: 5vw;
        padding-bottom: 5vw;
    }

    section#footer p {
        padding-top: 2vw;
        max-width: 90vw;
    }

    section#footer ul {
        padding-top: 2vw;
    }

    section#footer li {
        margin-left: 0.6vw;
        margin-right: 0.6vw;
    }

    section#certs {
        padding-bottom: 4vw;
    }

    div.cert {
        margin-left: 2.5vw;
        margin-right: 2.5vw;
    }

    section.page {
        padding-top: 2.5vw;
    }

    div.columns {
        padding: 3vw;
    }

    div.columns div.column {
        padding-bottom: 2vw;
    }

    div.input input {
        padding-left: 3vw;
        padding-right: 3vw;
        height: 5.5vw;
    }

    div.radio_icons {
        margin-top: 1vw;
        margin-bottom: 2vw;
    }

    div.radio_icon {
        margin-left: 6vw;
        margin-right: 6vw;
    }

    div.radio_icon.radio_icon_tight {
        margin-left: 3vw;
        margin-right: 3vw;
    }

    div.radio_icon_images {
        padding-right: 1vw;
        padding-bottom: 1vw;
    }

    div.radio_icon_image_shadow {
        top: 0.5vw;
        left: 0.5vw;
        filter: grayscale(100%) blur(3px);
    }

    div.radio_button {
        width: 4vw;
        height: 4vw;
        border-radius: 4vw;
    }

    div.radio_button input {
        width: 4vw;
        height: 4vw;
    }

    div.radio_button input:checked + span {
        width: 2vw;
        height: 2vw;
        border-radius: 2vw;
        top: 50%;
        margin-top: -1vw;
        left: 50%;
        margin-left: -1vw;
    }

    div.radio_button_area {
        margin-left: -1vw;
        padding-top: 1vw;
    }

    div.radio_button_area label {
        line-height: 4vw;
        height: 4vw;
        margin-left: 1.5vw;
        font-size: 1.5rem;
    }

    div.radio_icon_images img {
        max-height: 10vw;
    }

    div.single_column {
        padding-top: 4vw;
        width: 50%;
        padding-bottom: 2vw;
    }

    div.select {
        padding-bottom: 2vw;
    }

    div.select_area {
        width: 50%;
        height: 60px;
        line-height: 60px;
    }

    div.select_area select {
        height: 60px;
    }

    div.select_area i {
        /* 21 x 33 */
        top: 50%;
        margin-top: -16px;
        right: 18px;
        font-size: 25pt;
    }

    div.credit_list {
        margin-top: 5vw;
        padding-bottom: 5vw;
        padding-left: 5vw;
        padding-right: 5vw;
    }

    div.credit {
        padding-left: 1vw;
        padding-right: 1vw;
    }

    div.credit div.radio_button_area label {
        margin-left: 0.8vw;
    }

    div.credit h3 {
        line-height: 12vw;
        height: 12vw;
    }

    div.credit div.radio_button_area {
        margin-top: -3vw;
        margin-left: 2vw;
        margin-right: 2vw;
        background-color: #fff;
    }

    div.credit div.radio_button_area label {
        font-size: 1.1rem;
    }

    label.error {
        margin-top: 2vw;
    }

    .loader_container {
        width: 40%;
        max-width: 40%;
        padding-top: 2vw;
        margin: 1vw auto;    
    }

    .loader:before{
        display: block;
        position: absolute;
        content: "";
        left: -80px;
        width: 80px;
        height: 4px;
        background-color: #2980b9;
        animation: loading 1s linear infinite;
    }

    @keyframes loading {
        from {left: -80px; width: 30%;}
        50% {width: 30%;}
        70% {width: 70%;}
        80% { left: 50%;}
        95% {left: 120%;}
        to {left: 100%;}
    }

    section#form div.wrapper {
        width: 100%;
    }
}

@media only screen 
and (min-width : 0px) 
and (max-width : 920px) {

    section#form div.wrapper {
        width: 100%;
    }

    section#menu li a {
        font-size: 0.65rem;
    }

    div.radio_button_area label {
        font-size: 1.3rem;
    }

}

@media only screen
and (min-width: 0px)
and (max-width: 800px) {
    
    section#bad_credit_stamp {
        width: 100px;
        height: 87px;
    }

    section#menu {
        display: none;
    }

    section#mobile_button_launcher {
        position: absolute;
        display: block;
        display: none;
        top: 0px;
        right: 0px;
        color: #fff;
        font-size: 3.5rem;
    }

    section#get_started_button {
        display: none;
    }

    section#mobile_menu {
        display: none;
        position: fixed !important;
        position: absolute;
        top: 0px;
        left: 0px;
        bottom: 0px;
        width: 300px;
        background-color: #2b2b2b;
        z-index: 40001;
        box-shadow: 8px 8px 8px rgba(0,0,0,0.3);
        color: #fff;
        padding: 25px;
        padding-left: 15px;
        padding-right: 15px;
    }

    section#mobile_menu li {
        list-style-type: none;
        font-size: 1rem;
        font-family: "Roboto", sans-serif;
        font-weight: 700;
        text-transform: uppercase;
        line-height: 40px;
    }

    section#mobile_menu li i {
        display: inline-block;
        vertical-align: middle;
        font-size: 2rem;
        width: 60px;
        text-align: center;
    }

    section#mobile_menu li span {
        display: inline-block;
        font-size: 0.9rem;
        line-height: 1.5;
        vertical-align: middle;
    }

    section#main {

    }

}

@media only screen
and (min-width: 0px)
and (max-width: 600px) {

    section#content {
        padding: 2vw;
    }

    section#form {
        padding-top: 6vw;
        padding-bottom: 6vw;
        /*box-shadow: 1vw 1vw 0px rgba(242, 242, 242, 1.0);*/
        box-shadow: none;
    }

    html, body {
        font-size: 7.5pt;
    }

    div.columns div.column {
        float: none;
        width: 100%;
    }

    section.page h1 {
        font-size: 1.5rem;
    }

    div.radio_icon_images img {
        max-height: 14vw;
    }

    div.radio_icon_image_shadow {
        top: 0.5vw;
        left: 0.5vw;
        filter: grayscale(100%) blur(1px);
    }

    div.radio_button {
        width: 5vw;
        height: 5vw;
        border-radius: 5vw;
    }

    div.radio_button input {
        width: 5vw;
        height: 5vw;
    }

    div.radio_button input:checked + span {
        width: 2.5vw;
        height: 2.5vw;
        border-radius: 2.5vw;
        top: 50%;
        margin-top: -1.25vw;
        left: 50%;
        margin-left: -1.25vw;
    }

    div.input input {
        padding-left: 2.5vw;
        padding-right: 2.5vw;
        height: 50px;
        border-radius: 9px;
    }

    div.single_column {
        width: 80%;
    }

    div.select_area {
        width: 80%;
        height: 60px;
        line-height: 9vw;
        border-radius: 8px;
    }

    section#form div.credit h3 {
        font-size: 1.2rem;
        line-height: 11vw;
    }

    div.credit div.radio_button_area {
        margin-top: 1vw;
        margin-left: 0px;
        margin-right: 0px
    }

    div.credit div.radio_button_area label {
        display: block;
        margin: 0px;
        margin-top: 5px;
        text-align: center;
    }

    div.radio_icon {
        padding-bottom: 20px;
    }

    div.select_area i {
        top: 50%;
        margin-top: -12px;
        right: 5px;
        font-size: 18pt;
    }

    div.columns div.column:nth-child(odd) {
        padding-right: 0px;
    }

    div.columns div.column:nth-child(even) {
        padding-left: 0px;
    }

    section#form div.wrapper {
        padding: 8px;
    }
    
    section#bad_credit_stamp {
        width: 80px;
        height: 70px;
    }

}