.cols {
    overflow: auto;
}

.cols__col {
    width: 100%;
}

.error input[type="text"],
.error input[type="date"],
.error input[type="email"],
.error .form-error,
.error .select {
    border: 1px solid #c81616;
}

.error__msg,
.error-message {
    clear: both;
    margin: 4px 0 0;
    color: #c81616;
    white-space: nowrap;
}

.message.error,
.message.success {
    margin: 20px;
    color: #E5E100;
    font-size: 1.3em;
    max-height: 50px;
    opacity: 1;
    transition: opacity 250ms, max-height 250ms 250ms, margin 250ms 250ms;
}

.message.success {
    color: #5CB948;
}

.message.error {
    color: #E23434;
}

.message.success::before,
.message.error::before {
    font-family: 'Material Icons';
    font-weight: normal;
    font-style: normal;
    display: inline-block;
    line-height: 1;
    text-transform: none;
    letter-spacing: normal;
    word-wrap: normal;
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
    -moz-osx-font-smoothing: grayscale;
    font-feature-settings: 'liga';
    font-size: 25px;
    content: "warning";
    padding-right: 10px;
    vertical-align: text-top;
}

.message.success::before {
    content: "check_circle";
}

.message.error::before {
    content: "error";
}

.message::before {
    font-family: 'Material Icons';
    font-weight: normal;
    font-style: normal;
    display: inline-block;
    line-height: 1;
    text-transform: none;
    letter-spacing: normal;
    word-wrap: normal;
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
    -moz-osx-font-smoothing: grayscale;
    font-feature-settings: 'liga';
    font-size: 25px;
    padding-right: 10px;
    vertical-align: text-top;
}

.message.hidden {
    max-height: 0px;
    overflow: hidden;
    opacity: 0;
    margin: 0px !important;
}

.hdr--main--agentless>.wrap::before {
    display: none;
}

@media (min-width: 961px) {
    .cols__col--main {
        float: left;
        width: calc(100% - 380px);
    }
    .cols__col--sdbr {
        float: right;
        width: 360px;
        margin: 0 0 0 20px;
    }
}

.info-box {
    margin: 0 0 10px;
    padding: 20px 30px 30px;
    position: relative;
    overflow: hidden;
    background: #fff;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
    font: 14px/1.429 Roboto, sans-serif;
}

.info-box--blend {
    background: none;
    box-shadow: none;
}

.info-box--blend input,
.info-box--blend .select {
    background-color: #fff;
}

.info-box--hlite {
    background: #005787;
    color: #fff;
}

@media (min-width: 961px) {
    .cols__col.info-box--blend,
    .cols__col .info-box--blend {
        padding-left: 10px;
        padding-right: 10px;
    }
    .cols__col--main.info-box--blend,
    .cols__col--main .info-box--blend {
        padding-left: 0;
    }
    .cols__col--sdbr.info-box--blend,
    .cols__col--sdbr .info-box--blend {
        padding-right: 0;
    }
}

.rating {
    display: inline-block;
    height: 18px;
    overflow: hidden;
    text-indent: -999px;
    background: url(../../../img/stars.png) no-repeat left center;
    vertical-align: text-top;
}

.rating.stars05 {
    width: 11px;
}

.rating.stars10 {
    width: 18px;
}

.rating.stars15 {
    width: 25px;
}

.rating.stars20 {
    width: 32px;
}

.rating.stars25 {
    width: 39px;
}

.rating.stars30 {
    width: 45px;
}

.rating.stars35 {
    width: 53px;
}

.rating.stars40 {
    width: 59px;
}

.rating.stars45 {
    width: 67px;
}

.rating.stars50 {
    width: 75px;
}