﻿.logo-bg {
    background-image: url('../images/logos/MaritzBlue.png');
    background-repeat: no-repeat;
    height: 90%;
    background-size: contain;
    width: 90% !important;
    min-height: 50px;
}

.logo {
    content: url('../images/logos/MaritzWhite.png');
}

.primaryFooterLogo {
    background-image: url('../images/logos/MaritzBlue.png');
    background-repeat: no-repeat;
    height: 25px;
    width: 125px;
    background-size: contain;
    display: block;
}

.bg-blueHome {
    background-color: #11345a;
}

.shadow-none .tempus-dominus-widget {
    box-shadow: none;
}

.date-full-width .tempus-dominus-widget {
    width: 100%;
}

@media (min-width: 768px) {
    .date-grid-6 .tempus-dominus-widget .date-container-decades,
    .date-drid-6 .tempus-dominus-widget .date-container-years,
    .date-grid-6 .tempus-dominus-widget .date-container-months,
    .date-grid-6 .tempus-dominus-widget .date-container-days {
        grid-template-areas: "a a a a a a"
    }
}

.item-hover:hover {
    background-color: rgba(0,0,0,.05);
}

.resource-card-footer {
    min-height: 50px;
}

.resource-card-header {
    min-height: 75px;
}

.bg-gray {
    background-color: #f1f2f2
}

.gray-border {
    border-color: #8e8f92 !important
}

.gray-border th, .gray-border td {
    border-color: #8e8f92 !important
}

.fw-500 {
    font-weight: 500 !important
}

.blog-feed-image {
    max-height: 275px;
}

.text-overflow-10 {
    -webkit-box-orient: vertical;
    display: -webkit-box;
    -webkit-line-clamp: 10;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;
}