#banner {
    width: 100%;
    background: #70ceee;
    background: -moz-linear-gradient(left, #70ceee 0%, #dbfa7d 100%);
    background: -webkit-linear-gradient(left, #70ceee 0%,#dbfa7d 100%);
    background: linear-gradient(to right, #70ceee 0%,#dbfa7d 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#70ceee', endColorstr='#dbfa7d',GradientType=1 );
    font-size: 24px;
    color: white;
}
.banner-background {
    background-image: url("../../img/site/dashes.13c8028977d1.png");
    background-position: right top;
    background-repeat: repeat-y;
    background-size: min(513px, 33.3333333333%) 359px;
    padding-right: min(513px, 33.3333333333%) !important;
}
@media only screen and (max-width: 600px) {
    .banner-background {
        background-image: none !important;
        padding-right: 0 !important;
    }
}
.hr-right {
    width: 100%;
    height: 3px;
    background-color: #dbfa7d;
    margin: 0 0 18px;
}
.news-item {
    display: block;
}
.news-item_date {
    color: #70ceee;
    display: block;
    font-size: 10px;
    line-height: 10px;
    margin-bottom: 4px;
}
.news-item_title {
    color: black;
    transition: color 300ms ease 0s;
    margin-bottom: 5px;
    font-size: 22px;
}
.news-item:hover .news-item_title {
    color: #70ceee;
}
.news-item_preview-text {
    font-size: 14px;
    color: #7c7c7c;
}
.news-item:hover .news-item_preview-text {
    color: black;
}
.promo-num {
    color: #c5c5c5;
    font-size: 40px;
    font-weight: 300;
    display: block;
    line-height: 40px;
    margin-bottom: -2px;
}
.promo-desc {
    font-size: 14px;
    line-height: 16px;
    color: #70ceee;
    margin-bottom: 20px;
}

.graduates-h3 {
    font-size: 26px;
}
.review_text {

}
.review_author {
    color: #7c7c7c;
    font-size: 13px;
    padding-top: 8px;
}