/* Copyright (c) Microsoft Corporation. All rights reserved.
Licensed under the MIT License. */

@media (max-width: 1084px) {
    .msPadding {
        padding-left: 15px;
        padding-right: 15px;

    }

    .page-item{
        display: block!important;
    }
}


@media (max-width: 768px) {
    .banner-title {
        font-size: 60px !important;
    }

    .banner {
        height: fit-content !important;
        background-image: url('../img/background-image.jpg');
        background-size: cover;
        background-position: center left !important;
        display: flex;
        align-items: center;
    }

    .header-content {
        height: 52px !important;
    }


    .left-filters {
        border-right: none !important;
        margin-right: 0px !important;
        width: 100% !important;
        height: 100px !important;
    }

    .reset-search-button{
        font-size: 14px !important;
    }
}


.header-content {
    height: 52px !important;
}


.left-filters {
    border-right: 1px solid #CCCCCC;
    margin-right: 10px;
    width: fit-content;
}

.titleLink {
    text-decoration: none;
    color: #0067b8;
}

.topper {
    background-color: #f9f9f9;
    border-top: 1px solid #EAEAEA;
}

html,
body {
    height: 100%;
    margin: 0;
    padding: 0;
}

.header-cta {
    color: #FFFFFF !important;
}

main#mainContent {
    flex: 1 0 auto;
}

#customFooter {
    flex-shrink: 0;
}

.menuItem {
    margin-top: 2px;
    font-size: 15px;
    text-decoration: none;
}

.banner {
    height: 612px;
    background-image: url('../img/background-image.jpg');
    background-size: cover;
    background-position: center;
    display: flex;
    align-items: center;
}

.banner-title {
    color: #FFFFFF;
    font-size: 95px;
    font-weight: 300;
    line-height: 100%;
    margin-left: -10px;
}

.banner-subtitle {
    color: white;
    font-size: 16px;
    font-weight: 400;
}

.banner .container .cta {
    color: #258EDE
}

.pageTitle {
    color: #272727;
    text-decoration: none;
    height: 24px;
    box-sizing: border-box;
    font-size: 17px;
    font-weight: 600;
    margin-left: 0px;
}

.header-separator{
    margin-left: 30px;
    height: 30px;
}

.database-header {
    background-image: url('../img/database-header-bg.jpg');
    background-size: cover;
    background-position: center;
    color: #FFFFFF;
}

.selector-title {
    font-size: 18px;
    font-weight: 500;
}


/* FORM ELEMENTS */
input[type=checkbox] {
    margin-left: 5px;
    box-shadow: none;
    outline: none;
}

input[type=checkbox]:focus,
input[type=checkbox]:focus-visible {
    outline: 2px solid #0067b8;
    outline-offset: 1px;
    box-shadow: none;
}


input[type=text] {
    box-sizing: border-box;
    border: 1px solid #CCCCCC;
    border-radius: 4px;
    font-size: 14px;
    padding: 8px 12px;
    outline: none;
    transition: box-shadow .15s ease-in-out, border-color .15s ease-in-out;
}


input[type=text]:focus,
input[type=text]:focus-visible {
    border-color: #0067b8;
    outline: none;
}



.checkbox-container {
    font-size: 14px;
    width: fit-content;
    text-wrap: nowrap;
}

.page-link {
    padding-bottom: 25px;
}

.reset-search-button {
    font-weight: 500;
    text-wrap: nowrap;
}

/* RESOURCES PAGE */

.resource-header {
    background-color: #D1E5F5;
    min-height: 220px;
    display: flex;
}

.resource-header .container h1 {
    font-size: 30px;
}

.resource-information {
    background-color: #eeeeee;
    font-size: 15px;
}

.resource-info-label {
    font-weight: 600;
    line-height: 160%;
}

.resource-cta {
    color: #0c4172!important;
}