﻿.department-info {
    margin-bottom: 1.5rem;
}

.department-info h1 {
    max-width: 700px;
    font-weight: 700;
    line-height: 2.8rem;
    font-family: 'Montserrat', sans-serif;
}

.department-info p.message {
    font-size: 1rem;
    color: #444;
}

.department-info .department-details li {
    border-bottom: 1px dashed #eaeaea;
}

.department-info .department-details li:last-child {
    border-bottom: none;
}

.department-landing-banner {
    margin-bottom: 30px;
}

.department-links li {
    padding: 1px !important;
}

.department-links li a {
    background-color: #fafafa;
    padding: 15px;
    display: block;
    width: 100%;
    height: 100%;
}

.highlighted-section {
    background-color: #fafafa;
}

.highlighted-features {
    background-color: #fafafa;
}

.highlighted-features .features-block {
    width: 100%;
    display: block;
    padding: 30px;
    text-align: center;
    background-color: #fff;
    min-height: 100%;
}

.highlighted-features .features-block svg {
    width: 100%;
    max-height: 100px;
}

.highlighted-features .features-block h4 {
    font-weight: 700;
    padding-top: 15px;
}

.highlighted-features .features-block:hover {
    background-color: #cde1f6;
    -webkit-transition: all 1s ease;
    transition: all 1s ease;
    text-decoration: none;
}