.alert-warn {
    border-radius: 0;
    background-color: #fadbdb;
    border-width: 0;
    padding-left: 42px;
    position: relative;
    color: inherit;
}

    .alert-warn ul {
        padding-left: 20px;
    }

    .alert-warn > :last-child,
    .alert-warn li > :last-child {
        margin-bottom: 0;
    }

    .alert-warn:before,
    .status-warning:before {
        position: absolute;
        left: 15px;
        top: 11px;
        content: "\f06a";
        color: #c6051b;
        font-size: 20px;
        font-family: FontAwesome;
    }

.status-warning + .provider-warnings .alert-warn {
    padding-left: 15px;
}

    .status-warning + .provider-warnings .alert-warn:before {
        display: none;
    }

.status-warning {
    color: #c6051b;
}

h1 .status-warning {
    font-size: 0.6em;
    font-size: 0.6em;
    display: inline-block;
    white-space: nowrap;
}

.status-warning:before {
    position: static;
    display: inline-block;
    margin-right: 8px;
    font-size: 0.95em;
    vertical-align: 1px;
}

h1 .status-warning:before {
    font-size: 1.3em;
}

.alert-warn.consumer-alert {
    background-color: #f6e0bb;
}

/*Start survey banner*/
.survey-container {
    background-color: #00bf6f;
}

.survey-alert {
    margin-bottom: 0px;
    padding: 10px;
}

.survey-close {
    color: white;
    margin-right: 20px;
    opacity: 1;
}

.survey-text p {
    /*color: white !important;*/
    margin-bottom: 0px !important;
    font-size: 1.3em;
}

.survey-text a {
    /*color: white !important;*/
    padding: 0em !important;
}

.survey-text {
    text-align: center;
    color: white;
    /*font-size: large;*/
    /*font-weight: bold;*/
    padding-bottom: 25px;
    padding-top: 25px;
}

.survey-button {
    background-color: #f9be00;
    border: 0;
    padding: 4px 16px;
    color: #535353;
    font-weight: bold;
}
/*End survey banner*/

/*Start MS5 banner*/
.ms5-container {
    background-color: #42559A;
    border-top:1px solid lightgray;
}

#course-information .ms5-container {
    margin-top: 15px;
}

.ms5-alert {
    margin-bottom: 0px;
    padding: 10px;
}

.ms5-text {
    text-align: center;
    padding-bottom: 13px;
    padding-top: 13px;
    font-size: 1.4em;
    letter-spacing: 0px;
    color: #FFFFFF;
    opacity: 1;
}

.ms5-link-text {
    margin-left: 25px;
    font-size: 0.7em;
    text-align: center;
    letter-spacing: 0.2px;
    color: #FFFFFF;
    opacity: 1;
    border: 2px solid #FFFFFF;
    border-radius: 23px;
    opacity: 1;
    padding: 10px;
}

.ms5-link-text:hover,
.ms5-link-text:focus
{
    text-decoration: none;
    color: #FFFFFF;
}

.ms5-text a[target="_blank"]:after {
    content: "\00a0\f08e" !important;
    font-family: FontAwesome;
    font-weight: normal;
    font-style: normal;
    display: inline-block;
    text-decoration: inherit;
    padding-left: 10px;
}

/* Medium and small devices*/
@media (max-width: 1024px) {
    .ms5-link-text {
        margin-left: 0;
        font-size: 0.9em;
    }
    #ms5-link {
     display: block;
     padding-top: 8px;
    }
}
@media (max-width: 320px) {
    .ms5-link-text {
        display: block;
    }
}
/*End MS5 banner*/
