﻿.login-header-container {
    justify-content: center;
    background-image: url(../../Content/images/default_login_header.jpg);
    background-size: cover;
    display: flex;
    flex-direction: column;
    height: 25em;
    width: 100%;
}

.login-title {
    font-size: 3em;
    color: #1073ba;
    color: var(--ohio-brand-blue);
}

.title-one {
    padding-left: 3em;
}

.title-two {
    padding-left: 4em;
}

.login-news-container,
.login-resources-container,
.login-compass-container {
    box-sizing: border-box;
    display: flex;
    padding: 3em 6em;
    width: 100%;
}

.login-news,
.login-compass,
.login-resources {
    border-top: 2px solid #878f93;
    border-top: 2px solid var(--ohio-border-grey);
    width: 100%;
}

.content-title {
    font-size: 2em;
    font-weight: bold;
    color: #36353a;
    color: var(--ohio-black);
}

.resources-carousel {
    background-color: #1073ba;
    background-color: var(--ohio-brand-blue);
    border-radius: 0.6em;
    box-sizing: border-box;
    height: 35em;
    margin: 2em 0;
    padding: 2em;
    width: 100%;
}

.carousel {
    display: flex;
    align-items: center;
}

.carousel-item {
    display: flex !important;
}

.carousel-content {
    align-items: center;
    display: flex;
    box-sizing: border-box;
    justify-content: center;
    margin: 0.5em;
    width: 100%;
    height: 25em;
}

.carousel-content .content-link {
    height: 100%;
}

    .carousel-content > .content-link > img {
        max-height: 100%;
        max-width: 100%;
    }


.carousel-text {
    box-sizing: border-box;
    margin: 0.5em;
    padding: 2em;
    width: 100%;
}

.carousel-title {
    margin-bottom: 1em;
}

.carousel-title,
.carousel-intro {
    color: #ffffff;
    color: var(--ohio-white);
}

.carousel-title {
    font-size: 2em;
    font-weight: bold;
}

.carousel-intro {
    font-size: 2em;
}

.compass-container {
    background-color: #d5e6f2;
    background-color: var(--ohio-brand-lightblue);
    border-radius: 0.6em;
    box-sizing: border-box;
    margin: 2em 0;
    padding: 2em;
    width: 100%;
}

.news-container {
    display: flex;
    height: 25em;
    justify-content: space-between;
    margin: 2em 0;
}

.news {
    align-items: center;
    border-radius: 0.6em;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    height: 100%;
    justify-content: flex-start;
    padding: 2em;
    width: 100%;
    max-width: 30%;
}

.news-title {
    font-size: 1.5em;
    font-weight: bold;
    margin-bottom: 1em;
    text-align: center;
}

.news-1 {
    background-color: #d5e6f2;
    background-color: var(--ohio-brand-lightblue);
}

.news-2 {
    background-color: #1073ba;
    background-color: var(--ohio-brand-blue);
}

.news-3 {
    background-color: #00335b;
    background-color: var(--ohio-brand-darkblue);
}

.news-1 > p {
    color: #36353a;
    color: var(--ohio-black);
}

.news-content {
    width: 100%;
}

.news-2 > p,
.news-3 > p,
.news-2 > div,
.news-3 > div {
    color: #ffffff;
    color: var(--ohio-white);
}



/***************/
/**** Slick ****/
/***************/
.slick-dots li.slick-active button:before {
    color: #ffffff;
    color: var(--ohio-white);
}

.slick-arrow {
    width: 40px;
    height: 40px;
}

@media screen and (-ms-high-contrast: none), (-ms-high-contrast: active) {
    .carousel-item {
        display: block !important;
    }

    .slick-current {
        display: flex !important;
    }

    .slick-arrow {
        width: 300px;
        height: 100px;
    }

    .slick-dots {
        bottom: 10em;
        left: 0;
    }
}
