﻿
/*--------------------------------------------*/

.modMiniNewsBar h2 {
    margin-top: 0px;
    margin-bottom: 10px;
}

.modMiniNewsBar h3 {
    margin-top: 0px;
    margin-bottom: 5px;
    font-size: 1.1em;
}

.resource-categories {
    background: #eee;
    padding: 1.5em;
    margin-top: .5em;
}

    .resource-categories .checkboxes {
        list-style: none;
        display: flex;
        flex-wrap: wrap;
        padding: 0;
    }

        .resource-categories .checkboxes li {
            flex-basis: 33%;
            margin-bottom: .5em;
        }

.team-module-filter {
    position: absolute;
}

.resource {
    margin-bottom: 30px;
    display: flex;
}

    .resource h4 {
        margin-bottom: 10px;
    }

    .resource .subtitle {
        display: flex;
        align-items: center;
        font-size: .95em;
    }

        .resource .subtitle span {
            padding: 0 1em;
            line-height: 1em;
        }

            .resource .subtitle span:first-of-type {
                padding-left: 0;
            }

            .resource .subtitle span + span {
                border-left: 1px solid var(--pri);
            }

.resource-search {
    display: flex;
    gap: 5px;
}

    .resource-search .btn-primary {
        line-height: 0.25;
    }


.resource .resource_image.bi {
    font-size: 4em;
    padding-right: 10px;
}

.resource-search .input {
    --spacer: .5em;
    display: flex;
    align-items: center;
    margin-right: var(--spacer);
    gap: var(--spacer);
}

    .resource-search .input:first-of-type {
        flex-grow: 1;
    }

    .resource-search .input .btn {
        font-size: .9em;
    }

    .resource-search .input input {
        flex-grow: 1;
    }

#DownloadLink {
    font-size: 18px;
}
/*--------------------------------------------*/
.filter_highlight {
    padding: 15px;
    background: linear-gradient(0deg, #005764, #00a7c1);
    color: #fff;
    margin: 0 0 15px;
}

    .filter_highlight span {
        display: block;
        line-height: 1.3em;
    }

        .filter_highlight span.first {
            font-size: 2.2em;
            color: #63e1f5;
        }

        .filter_highlight span.second {
            font-size: 1.85em;
        }

        .filter_highlight span.third {
            margin: 5px 0 0;
            text-align: right;
        }

    .filter_highlight a {
        color: #fff;
        text-decoration: none;
    }

/*-----------------------------------------------------------------------------------------------*/
/* Resources Inline */
/*-----------------------------------------------------------------------------------------------*/

#resources_hub {
}

    #resources_hub .resources-inline {
        position: relative;
    }



        #resources_hub .resources-inline h2 span {
            color: var(--black);
            margin-left: 20px;
        }

        #resources_hub .resources-inline p {
            font-size: 18px;
        }

        #resources_hub .resources-inline .resource-search {
            position: relative;
        }

            /*#resources_hub .resources-inline .resource-search .search {
                background-image: url(/_resources/images/search-large.png);
                background-position: center center;
                background-repeat: no-repeat;
                background-size: cover;
                position: absolute;
                height: 100%;
                right: 20px;
                max-height: 50px;
                max-width: 50px;
                top: 50%;
                transform: translateY(-50%);
                width: 100%;
            }*/

            #resources_hub .resources-inline .resource-search .form-control {
            }

        /*#resources_hub .resources-inline .team-module-filter {
            position: relative;
            max-width: 295px;
            width: 100%;
        }*/

        #resources_hub .resources-inline .team-module-filter .resource-categories-expand {
            background: var(--orange);
            /*color: var(--white);*/
        }

        /* #resources_hub .resources-inline .form-control {
            border-radius: 15px;
            font-size: 18px;
            min-height: 70px;
            padding: 22px;
        }*/
        /*
        #resources_hub .resources-inline .team-module-filter .checkboxes {
            background: var(--white);
            padding: 10px;
            position: absolute;
            width: 100%;
        }*/

        /*            #resources_hub .resources-inline .team-module-filter .checkboxes input[type=checkbox] {
                border-radius: 0;
                margin-right: 10px;
            }*/

        /* #resources_hub .resources-inline .team-module-filter .checkboxes input[type=checkbox]:checked {
                    background-color: var(--black);
                    color: var(--white);
                }*/


        /*        #resources_hub .resources-inline .form-group .btn.btn-orange {
            border-radius: 15px;
            font-size: 18px;
            min-height: 70px;
        }*/

        /*#resources_hub .resources-inline .resources-list {*/
        /*background-image: url(/_resources/images/the-hub-background.png);*/
        /*border: 1px solid var(--border-grey);*/
        /*margin-top: 40px;
        }*/

        #resources_hub .resources-inline .featured-resources.resources-list {
            background-image: url(../images/the-hub-background.png);
            background-position: center center;
            background-size: cover;
            border-radius: 25px;
            padding: 20px 25px;
        }

        #resources_hub .resources-inline .resources-list .listing_grid {
            margin-bottom: 25px;
            margin-top: 25px;
        }

            #resources_hub .resources-inline .resources-list .listing_grid .resource .resource-inline-date {
                font-size: 20px;
            }

            #resources_hub .resources-inline .resources-list .listing_grid .resource h4 {
                font-size: 28px;
                font-weight: 500;
                line-height: 1.2;
                margin-top: 0;
                margin-bottom: 7px;
            }

                #resources_hub .resources-inline .resources-list .listing_grid .resource h4 a {
                    color: var(--orange);
                }

            #resources_hub .resources-inline .resources-list .listing_grid .resource p {
                font-size: 16px;
                margin: 0;
            }

        #resources_hub .resources-inline #btnAllResources {
            align-items: center;
            bottom: 30px;
            display: flex;
            font-size: 28px;
            justify-content: center;
            max-width: 300px;
            position: absolute;
            right: 40px;
        }

        #resources_hub .resources-inline.resources-page {
        }

            #resources_hub .resources-inline.resources-page .grey-background {
                padding-bottom: 25px;
            }

                #resources_hub .resources-inline.resources-page .grey-background .row:first-child {
                    margin-bottom: 25px;
                }

            #resources_hub .resources-inline.resources-page .team-module-filter .resource-categories-expand {
                background: var(--purple);
            }

            #resources_hub .resources-inline.resources-page .btn.btn-purple {
                border-radius: 15px;
                font-size: 18px;
                min-height: 70px;
            }

#resource-filter-bar {
    padding-top: 20px;
    position: relative;
    /*max-width: 295px;*/
    width: 100%;
}

    #resource-filter-bar .row:first-child {
        margin-bottom: 20px;
    }

    #resource-filter-bar h2 span {
        color: var(--black);
        margin-left: 20px;
    }

    #resource-filter-bar .form-group .btn {
        border-radius: 15px;
        font-size: 18px;
        min-height: 70px;
    }

    #resource-filter-bar .resource-search {
        position: relative;
    }

    #resource-filter-bar .team-module-filter {
        position: relative;
        max-width: 295px;
        width: 100%;
        z-index: 2;
    }

        #resource-filter-bar .team-module-filter .checkboxes {
            background: var(--white);
            padding: 10px;
            position: absolute;
            width: 100%;
        }

            #resource-filter-bar .team-module-filter .checkboxes input[type=checkbox] {
                border-radius: 0;
                margin-right: 10px;
            }

                #resource-filter-bar .team-module-filter .checkboxes input[type=checkbox]:checked {
                    background-color: var(--black);
                    color: var(--white);
                }

        #resource-filter-bar .team-module-filter .resource-categories-expand {
            align-items: center;
            background: var(--purple);
            border: none;
            color: var(--white);
            display: flex;
            height: 100%;
            justify-content: space-between;
            min-height: 45px;
            padding: 10px 15px;
            width: 100%;
        }

    #resource-filter-bar .form-control {
        border: none;
        border-radius: 15px;
        font-size: 18px;
        min-height: 70px;
        padding: 22px;
    }

    #resource-filter-bar .resource-search .search {
        background-image: url("../images/search-large.png");
        background-position: center center;
        background-repeat: no-repeat;
        background-size: cover;
        position: absolute;
        height: 100%;
        right: 20px;
        max-height: 50px;
        max-width: 50px;
        top: 50%;
        transform: translateY(-50%);
        width: 100%;
    }

    #resource-filter-bar .checkboxes {
        background: var(--white);
        padding: 10px;
        position: absolute;
        width: 100%;
    }

        #resource-filter-bar .checkboxes input[type=checkbox] {
            border-radius: 0;
            margin-right: 10px;
        }

            #resource-filter-bar .checkboxes input[type=checkbox]:checked {
                background-color: var(--black);
                color: var(--white);
            }

/*    #resource-filter-bar .resources-list {
        margin-top: 40px;
    }*/

#resources_hub .resources-list.resources-list-page {
}

    #resources_hub .resources-list.resources-list-page .resource {
        border-bottom: 1px solid var(--orange);
        /*margin-bottom: 20px;*/
        padding: 25px 20px;
        margin-bottom: 0;
    }

        #resources_hub .resources-list.resources-list-page .resource .resource_image.bi {
            padding-right: 20px;
        }

        #resources_hub .resources-list.resources-list-page .resource .resource-inline-title a {
        }

            #resources_hub .resources-list.resources-list-page .resource .resource-inline-title a:active,
            #resources_hub .resources-list.resources-list-page .resource .resource-inline-title a:focus,
            #resources_hub .resources-list.resources-list-page .resource .resource-inline-title a:hover {
                color: var(--purple);
                text-decoration: none;
            }

        #resources_hub .resources-list.resources-list-page .resource:nth-child(odd) {
            background: var(--grey-background);
        }

.resource_item_page {
}

    .resource_item_page .resource_item {
        margin-top: 20px;
    }
