/* University detail page color fixes */
.uni-over {
    background-color: #ffffff !important;
}

/* White background section - needs dark text */
.left_right_sec.future-start {
    color: #333 !important;
}

.left_right_sec.future-start * {
    color: #333 !important;
}

.left_right_sec.future-start h2 {
    color: #333 !important;
}

.left_right_sec.future-start .cus-content {
    color: #333 !important;
}

.left_right_sec.future-start .cus-content div {
    color: #333 !important;
}

.left_right_sec.future-start .cus-content p {
    color: #333 !important;
}

/* Teal background section - needs white text */
.info-about-uni {
    background-color: #00575b !important;
    color: #fff !important;
}

.info-about-uni * {
    color: #fff !important;
}

.info-about-uni h2 {
    color: #fff !important;
}

.info-about-uni .block-card .item {
    color: #fff !important;
}

.info-about-uni .block-card .value {
    color: #fff !important;
}

.info-about-uni .block-card .value a {
    color: #fff !important;
}
