body {
    background-color: #1E3769;
    font-family: "Albert Sans", sans-serif !important;
}

.bg-grey {
    background-color: #242424;
}

.bg-header-blue {
    background-color: #1E3769;
}


.tile-title,
.tile-sub-title {
    color: white;
}


.tile-title {
    color: white;
    font-size: 2.5em;
    font-weight: bolder;
    text-align: center;
}

.tile-title {
    /* font-size: 3.75em; */
    font-size: 4em;
}


.tile-sub-title {
    font-size: 2em;
    font-weight: lighter;
    text-align: center;
}

.learn-more {
    font-size: 1em;
}

.tile-block {
    height: 30vh;
    text-align: center;
    margin: 5px;
    margin-bottom: 10px;
}

.tile-block:first-of-type {
    margin-left: 5px;
}

.tile-block:last-of-type {
    margin-right: 5px;
}

.title-row {
    margin: 0px;
    /* height: 25vh; */
}

.header-time-block,
.footer-row>div:last-of-type {
    margin-right: 5px;
}

.bg-blue {
    background-color: #00a6e4;
}

.bg-orange {
    background-color: #ff6501;
}

.bg-red {
    background-color: #b50005;
}

.bg-green {
    background-color: #019c10;
}

.agent-dept-spacing {
    padding-top: 15%;
    padding-bottom: 10%;
}

.agent_dept_font_sizing p {
    font-size: 240%;
}

.carousel-item {
    /* transition: transform 3.5s ease; */
    transition-duration: 60s;
    transition-timing-function: linear;
}

.slick-track {
    margin-left: 0;
}

.day_block,
.helpdesk_time_block,
.date_block {
    font-size: 2.25rem;

}

.row.footer-row {
    /* height: 40px;  */
    position: fixed;
    bottom: 0%;
    width: 100%;
    /* background-color: #393838;  */
    opacity: 1;
}


@media (min-width: 990px) and (max-width: 1599px) {


    .tile-title {
        font-size: 1.75rem;
    }

    .page-title {
        font-size: 3rem;
    }

    .tile-block {
        height: 25vh;
    }

    .agent_dept_font_sizing p {
        font-size: 80%;
    }

    .agent-dept-spacing {
        padding-top: 10%;
        padding-bottom: 5%;
    }

    .agent_dept_font_sizing p.tile-sub-title {
        font-size: 2rem;
    }

    .day_block,
    .helpdesk_time_block,
    .date_block {
        font-size: 1.5rem;
        margin: 0px;
    }
}

@media (min-width: 1600px) and (max-width: 2499px) {
    .tile-block {
        height: 23.5vh;
    }

    .agent_dept_font_sizing p {
        font-size: 130%;
    }

    .agent-dept-spacing {
        padding-top: 10%;
        padding-bottom: 5%;
    }

    .agent_dept_font_sizing p.tile-sub-title {
        font-size: 2em;
    }

}

@media (min-width: 2500px) {
    .tile-block {
        height: 28.5vh;
    }

    /* body { font-size: 300%; } */

}

table tr td,
table tr th {
    background-color: initial !important;
    color: white !important;
    border: none !important;
}