﻿.programNameReminder {
    display: block;
    font-size: 16px;
}

.programDesc {
    border-radius: 8px;
    border: 1px solid #F9A11D;
    background-color: transparent;
    padding: 20px 25px 20px 25px;
}

.step1 .requestedInfoList label {
    display: inline-block;
    padding: 0;
    font-size: 16px;
    font-weight: normal;
    float: none;
}

.step1 .requestedInfoList input {
    width: auto;
    display: inline-block;
    margin: 0 10px 0 0;
    box-sizing: border-box;
    min-width: inherit;
    float: none;
}

.step1 .requestedInfoList li {
    clear: both;
    float: none;
    margin: 0;
}

.load {
    display: none;
}

.gray {
    color: #b4b4b4;
    font-style: italic;
    font-size: 14px;
}

.orderFormThankYou p {
    margin-bottom: 18px;
}

.orderFormThankYou li {
    margin: 0 !important;
    padding: 0 0 1em 0 !important;
}

@media only screen and (max-width : 1026px) {
    .step1 .requestedInfoList label {
        width: 90%;
        overflow: hidden;
        min-width: 90%;
    }

    .step1 .requestedInfoList li {
        padding: 0 0 15px 0;
    }
}


@media only screen and (min-width : 1027px) {
    .step1 .requestedInfoList label {
        min-width: 80%;
        width: 80%;
    }

    .step1 .requestedInfoList li {
        padding: 0 0 15px 0;
    }
}
