.asterisk-disclaimer-desktop {
    font-weight: normal;
    font-family: Open Sans Condensed;
    font-size: 22px;
    /*position: absolute;
  left:30px;
  top:24px;*/
}

.asterisk-disclaimer-mobile {
    font-weight: normal;
    font-family: Open Sans Condensed;
    font-size: 22px;
}

.asterisk-disclaimer-mobile sup {
    top: -0.9em;
}

@media only screen and (max-width: 800px) {
    .asterisk-disclaimer-desktop {
        font-size: 29px;
    }
}

@media only screen and (max-width: 768px) {
    #mobile-btn {
        margin-top: 10px;
        width: 100%;
    }
    .panel-heading {
        padding: 10px 7px;
    }
    .zipbox .visible-xs h3 {
        display: none!important;
    }
    .zipbox-title {
        border-bottom: 0px dotted #666!important;
    }
    .zipbox .visible-xs ul li {
        font-size: 24px!important;
    }
    .form-control {
        border: 1px solid #6f6f6f!important;
        text-align: center;
        font-size: 20px!important;
    }
    input.error {
        background: #FFA0A0!important;
        color: #fff!important;
        border: 1px solid #F44336!important;
    }
    .zipbox .visible-xs ul {
        display: inline-block!important;
        margin-left: -19px!important;
    }
}

@media only screen and (max-width: 767px) {
    #ribbon h2 {
        font-size: 42px;
    }
    #ribbon h2 {
        margin: 5px 0 3px 0;
    }
    .startbox {
        margin: 10px auto;
        max-width: 500px;
        width: 96%;
    }
}

@media only screen and (max-width: 600px) {
    .zipbox-title {
        font-size: 35px;
        padding-bottom: 0px!important;
    }
    .panel-title {
        font-size: 18px;
    }
}

@media only screen and (max-width: 560px) {
    .panel-title {
        font-size: 16px;
    }
}

@media only screen and (max-width: 480px) {
    .asterisk-disclaimer-mobile {
        font-size: 19px;
    }
    #ribbon h2 {
        font-size: 30px;
    }
    .panel-title {
        font-size: 15px;
    }
    .zipbox-title {
        font-size: 32px;
        margin-top: 15px;
        margin-bottom: 15px;
    }
    .inner .zipbox-title {
        margin-top: 5px;
    }
    .startbox .inner {
        padding: 15px 10px;
    }
    .startbox {
        padding: 10px;
    }
}

@media only screen and (max-width:414px) {
    #ribbon h2 {
        font-size: 28px;
    }
    a.collapsed span.arrow {
        border-right: 3px solid rgba(78, 113, 111, 0);
    }
}

@media only screen and (max-width: 320px) {
    #ribbon h2 {
        /*font-size: 28px!important;*/
        margin: 3px auto 1px!important;
    }
    h4.panel-title {
        font-size: 13px;
    }
}