/* your styles go here */

.box-image-text .image {
    min-height: 190px;
    max-height: 190px;
}

.box-image-text .image img {
    max-height: 190px;
    margin: auto;
}

.box-simple {
    min-height: 0;
    margin-bottom: 20px;
}

/* Improve contrast on grey backgrounds */
.box-simple p {
    color: #666666;
}

#footer {
    color: #cccccc;
}

#footer ul a,
#footer a {
    color: #cccccc;
}

#footer ul a:hover,
#footer a:hover {
    color: #ffffff;
}

/* Key dates bar between carousel and features */
.dates-bar {
    background: #2c3e50;
    color: #ffffff;
    padding: 15px 0;
    font-size: 15px;
    letter-spacing: 0.03em;
}

.dates-bar-heading {
    font-size: 18px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    margin-bottom: 8px;
}

.dates-bar strong {
    text-transform: uppercase;
    font-size: 13px;
    letter-spacing: 0.08em;
    color: #8ab4f8;
}
