.middle-50 .cq-colctrl-lt2-c0, .middle-50 .cq-colctrl-lt2-c2 {
    width: 25%;
}

.middle-50 .cq-colctrl-lt2-c1 {
    width: 50%;
}

.headlines ul li:last-child {
    border-bottom: none;
}

.alert {
    background-color: #a61923;
    color: #fff;
    font-family: "DINWebMedium";
    line-height: 1.2em;
    padding: .5em;
    padding-top: 1em;
    padding-left: 1em;
}

.alert p, .message p {
    padding-top: 0em;
    margin-top: 0em;
    padding-bottom: 0em;
    margin-bottom: 0em;
}

.alert span {
    color: #fff;
    font-family: "DINWebBold";
    text-transform: uppercase;
}

.alert a, .alert p, .alert h1, .alert h2, .alert h3, .alert h4, .alert h5 {
    color: #fff;
}

.message {
    border: 1px solid #a6192e;
    font-family: "DINWebMedium";
    line-height: 1.2em;
    padding: .5em;
    padding-top: 1em;
    padding-left: 1em;
    color: #a6192e;
    margin-bottom: 1em;
}

.libraries .open {
    font-family: "DINWebBold";
    color: #C4BB06;
    text-transform: uppercase;
}

.libraries .open i {
    font-family: "DINWebMedium";
    color: #555;
    font-style: normal;
    text-transform: none;
}

.libraries .closed {
    font-family: "DINWebBold";
    color: #A61923;
    text-transform: uppercase;
}

img.image-hover:hover {
    opacity: .8;
}

.learn-more h5 a {
    border: 1.5px solid #ac1d2f;
    box-shadow: 2.5px 2.5px 0 #561e22;
    color: #ac1d2f;
    font-family: "DinWebBold";
    letter-spacing: normal;
    margin: 0;
    padding: 0.85em 1em;
    text-align: center;
}

/* ------------------ BREAKPOINT 2: 980 ----------------- */

@media(max-width: 980px) {

    /*.three-column .sub {
        padding-left: 0px;
    }*/

    .middle-50 .cq-colctrl-lt2-c0 {
        width: 33%;
    }

    .middle-50 .cq-colctrl-lt2-c1 {
        width: 66%;
    }

    .middle-50 .cq-colctrl-lt2-c2 {
        clear: left;
        width: 66%;
        margin-left: 33%;
    }

}

/* ------------------ BREAKPOINT 3: 768 ----------------- */

@media(max-width: 768px) {

    .middle-50 .cq-colctrl-lt2-c0 {
        display: none;
    }

    .middle-50 .cq-colctrl-lt2-c1 {
        width: 100%;
    }

    .middle-50 .cq-colctrl-lt2-c2 {
        clear: left;
        width: 100%;
        margin-left: 0;
    }

}