  /* General Settings */
.faculty-department {
    display: none !important;
}

/* Nav Bar */
/* nav.navbar-light.bg-light a.logo img {
    width: 96% !important;
    margin-bottom: .5rem !important;
} */

.logo.navbar-btn.pull-left > img {
    max-width:100% !important;
    transform-origin: left;
    border-bottom: 2px solid Black !important;
}

/ * General images */
figure[class="align-center"] > img {
width: 100%;
}

/* Column card */
.column-cards > .row {
    margin-top: 40px;
    margin-bottom: 40px;
}

.column-cards > .row .card .overflow-container .event-date {
    background-color: #11335d;
    padding: 10px;
    min-height: 110px;
    min-width: 110px;
    height: 110px;
    width: 110px;
    border-bottom-right-radius: 10px;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
    color: #ffffff;
    box-shadow: 0 0 10px 0 #2f2f2f;
}

.column-cards > .row .card .overflow-container .event-date p {
    margin-top: 0;
    margin-bottom: 0;
}

.column-cards > .row .card .overflow-container .event-date p.date {
    font-size: 3rem;
    font-weight: 700;
    margin: 10px 0;
    line-height: 1.5em;
    position: relative;
    top: -.5em;
}

.column-cards > .row .card .overflow-container .event-date p.day {
    position: relative;
    top: -3em;
    /* I think this is unneeded: margin-top: unset; */
}


.column-cards > .row .card.event-card {
    min-width: 280px;
    max-width: 500px;
    margin-bottom: 1.5rem;
}

.column-cards > .row .card {
    border: none;
    border-radius: 0;
    box-shadow: 0 0 5px 5px #f4f5f9;
}

.column-cards > .row .card .overflow-container {
    overflow: hidden;
    position: relative;
}

/* News card */
.paragraph--type--news-feed-block h2 {
    margin-bottom: 25px;
}

.news-feed .news-item {
    min-width: 280px;
    max-width: 420px;
    padding-bottom: 20px;
}