:root {
    --link-text-hover-color: #2655b1;
    --link-icon-hover-color: #30a8ff
}

input[type=search]::-webkit-search-cancel-button, input[type=search]::-webkit-search-decoration, input[type=search]::-webkit-search-results-button, input[type=search]::-webkit-search-results-decoration {
    -webkit-appearance: none
}

.toolkit-body header.header {
    position: relative !important
}

    .toolkit-body header.header:after {
        z-index: 1
    }

    .toolkit-body header.header .nav {
        position: relative !important
    }

        .toolkit-body header.header .nav .nav__dropdown {
            top: 60px;
        }

.mb-0 {
    margin-bottom: 0 !important
}

.mb-16 {
    margin-bottom: 16px !important
}

.pl-78 {
    padding-left: 78px
}

table {
    border: 1px solid #05376d;
    width: 100%
}

    table thead {
        border-bottom: 0 !important
    }

        table thead td, table thead th {
            background-color: #2655b1;
            color: #fff;
            padding: 8px 24px;
            border: 0 !important;
            border-right: 1px solid #05376d !important;
            text-align: left;
            font-size: clamp(16px,1vw,24px);
            font-weight: 600
        }

    table tbody td {
        padding: 12px 24px;
        color: #05376d;
        border-right: 1px solid #05376d;
        font-size: clamp(14px,1vw,18px)
    }

    table tbody tr:nth-child(odd) td {
        background-color: #fff;
        background-color: #d0ddef
    }

.toolkit-wrapper {
    background: #fff
}

    .toolkit-wrapper.toolkit-home {
        background: linear-gradient(180deg,#05376d,rgba(5,55,109,0) 12%),linear-gradient(90deg,#592c98 1.36%,#2655b1);
        background-blend-mode: multiply;
        background-repeat: repeat-x
    }

        .toolkit-wrapper.toolkit-home .toolkit-content {
            background: url(../img/q4t.svg) no-repeat left 256px;
            padding: 128px 0 64px
        }

.toolkit-inner {
    max-width: 1920px;
    padding: 32px var(--lr-padding);
    margin: auto
}

    .toolkit-inner .toolkit-content-right-col h2:not(:first-child) {
        margin-top: 10px
    }

.mobile-utility {
    display: none;
    align-items: flex-start;
    gap: 24px
}

.btn-menu-toggle {
    flex-direction: column;
    gap: 6px;
    padding: 0;
    align-items: center;
    justify-content: center;
    display: flex
}

    .btn-menu-toggle.active span:first-child {
        top: 9px !important;
        transform: rotate(135deg)
    }

    .btn-menu-toggle.active span:nth-child(2) {
        opacity: 0;
        left: -20px !important
    }

    .btn-menu-toggle.active span:nth-child(3) {
        top: 9px !important;
        transform: rotate(-135deg)
    }

    .btn-menu-toggle .btn-menu-toggle-icons {
        position: relative;
        width: 30px;
        height: 20px
    }

    .btn-menu-toggle span {
        display: block;
        width: 30px;
        height: 3px;
        border-radius: 3px;
        background-color: #fff;
        position: absolute;
        left: 0;
        opacity: 1;
        transition: all .3s
    }

        .btn-menu-toggle span:first-child {
            top: 1px
        }

        .btn-menu-toggle span:nth-child(2) {
            top: 9px
        }

        .btn-menu-toggle span:nth-child(3) {
            top: 17px
        }

    .btn-menu-toggle .btn-menu-toggle-text {
        color: #fff;
        font-weight: 700;
        font-size: 10px;
        text-transform: uppercase;
        transition: all .3s
    }

    .btn-menu-toggle:focus span, .btn-menu-toggle:hover span {
        background-color: #82cbff
    }

    .btn-menu-toggle:focus .btn-menu-toggle-text, .btn-menu-toggle:hover .btn-menu-toggle-text {
        color: #82cbff;
        text-decoration: underline
    }

.btn-mobile-search {
    background: url(../img/icon-search-small.svg) no-repeat top;
    padding-top: 26px;
    color: #fff;
    font-weight: 700;
    font-size: 10px;
    text-transform: uppercase;
    transition: all .3s
}

    .btn-mobile-search:focus, .btn-mobile-search:hover {
        background-image: url(../img/icon-search-small-hover.svg);
        color: #82cbff;
        text-decoration: underline
    }

.grid-layout {
    display: grid;
    grid-gap: 48px
}

    .grid-layout.grid-1-345px-column {
        grid-template-columns: 1fr 345px
    }

    .grid-layout.grid-3-column {
        grid-template-columns: repeat(3,1fr)
    }

    .grid-layout.grid-2-column {
        grid-template-columns: repeat(2,1fr)
    }

.figure-video figcaption {
    margin-top: 24px;
    font-size: clamp(12px,1vw,20px)
}

.card-ellipse {
    display: flex;
    flex-direction: column;
    gap: 16px;
    align-items: center;
    margin-bottom: 32px
}

    .card-ellipse:focus, .card-ellipse:hover {
        color: #fff !important
    }

        .card-ellipse:focus .card-image, .card-ellipse:hover .card-image {
            background-color: var(--link-icon-hover-color)
        }

            .card-ellipse:focus .card-image .default, .card-ellipse:hover .card-image .default {
                display: none
            }

            .card-ellipse:focus .card-image .hover, .card-ellipse:hover .card-image .hover {
                display: block
            }

    .card-ellipse .card-image {
        width: 140px;
        height: 140px;
        border-radius: 50%;
        background-color: #fff;
        display: flex;
        justify-content: center;
        align-items: center;
        position: relative
    }

        .card-ellipse .card-image > img {
            position: absolute
        }

        .card-ellipse .card-image .hover {
            display: none
        }

        .card-ellipse .card-image.checklist-img img {
            left: 40px;
            top: 20px
        }

        .card-ellipse .card-image.target-img img {
            left: 36px;
            top: 20px
        }

        .card-ellipse .card-image.goal-img img {
            top: 24px
        }

    .card-ellipse .card-title {
        text-align: center;
        font-size: clamp(16px,1.5vw,20px)
    }

.accordion-toggle-all .btn-text {
    text-transform: uppercase;
    margin-bottom: 32px;
    font-weight: 600;
    color: #592c98
}

    .accordion-toggle-all .btn-text:focus, .accordion-toggle-all .btn-text:hover {
        text-decoration: underline;
        color: var(--link-text-hover-color)
    }

.accordion-wrapper .accordion {
    padding-bottom: 32px;
    margin-bottom: 24px;
    background: url(../img/border.png) repeat-x 0 100%
}

.accordion.is-open .accordion-header:focus .icon-toggle, .accordion.is-open .accordion-header:hover .icon-toggle {
    background: url(../img/icon-circle-minus-hover.svg) no-repeat 50%
}

.accordion.is-open .accordion-header:focus .accordion-title:after, .accordion.is-open .accordion-header:hover .accordion-title:after {
    background-image: url(../img/icon-chevron-up-blue.svg)
}

.accordion.is-open .accordion-header .icon-chevron-down {
    transform: rotate(180deg)
}

.accordion.is-open .accordion-header .icon-toggle {
    background: url(../img/icon-circle-minus.svg) no-repeat 50%
}

.accordion.is-open .accordion-header .accordion-title:after {
    background-image: url(../img/icon-chevron-up-purple.svg)
}

.accordion.is-open .accordion-content {
    grid-template-rows: 1fr
}

.accordion.is-open .accordion-body {
    padding: 16px 0 0
}

.accordion .accordion-legend {
    margin-bottom: 24px
}

    .accordion .accordion-legend.dark-blue span {
        background: #05376d
    }

    .accordion .accordion-legend.orange span {
        background: #cb4315
    }

    .accordion .accordion-legend.medium-blue span {
        background: #0a7db2
    }

    .accordion .accordion-legend.green span {
        background: #5d7f2e
    }

    .accordion .accordion-legend span {
        border-radius: 20px;
        padding: 8px 24px;
        color: #fff;
        font-size: 14px;
        font-weight: 700;
        text-transform: uppercase;
        width: 405px;
        max-width: 100%;
        display: inline-flex
    }

.accordion .accordion-header {
    display: flex;
    gap: 24px;
    font-size: 24px;
    font-weight: 600;
    align-items: center
}

    .accordion .accordion-header:focus .accordion-count, .accordion .accordion-header:focus .accordion-icon:not(.icon-legend), .accordion .accordion-header:hover .accordion-count, .accordion .accordion-header:hover .accordion-icon:not(.icon-legend) {
        background-color: var(--link-icon-hover-color) !important
    }

    .accordion .accordion-header:focus .accordion-title, .accordion .accordion-header:hover .accordion-title {
        color: var(--link-text-hover-color);
        text-decoration: underline
    }

    .accordion .accordion-header:focus .icon-toggle, .accordion .accordion-header:hover .icon-toggle {
        background-image: url(../img/icon-circle-plus-hover.svg)
    }

    .accordion .accordion-header:has(.icon-toggle) .accordion-title {
        padding-right: 0
    }

        .accordion .accordion-header:has(.icon-toggle) .accordion-title:after {
            display: none
        }

    .accordion .accordion-header .icon-chevron-down {
        width: 40px;
        height: 25px;
        display: flex;
        background: url(../img/icon-chevron-down-small-white.svg) no-repeat left 4px;
        transition: all .3s ease-in
    }

        .accordion .accordion-header .icon-chevron-down.icon-purple {
            background-image: url(../img/icon-chevron-down-purple.svg);
            width: 24px;
            min-width: 24px;
            height: 24px;
            background-size: contain
        }

    .accordion .accordion-header .icon-toggle {
        min-width: 55px;
        width: 55px;
        height: 55px;
        display: inline-flex;
        background: url(../img/icon-circle-plus.svg) no-repeat 50%
    }

    .accordion .accordion-header .accordion-count {
        border-radius: 50%;
        background-color: #2655b1;
        color: #fff;
        width: 55px;
        min-width: 55px;
        height: 55px;
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 34px;
        font-weight: 700
    }

    .accordion .accordion-header .accordion-title {
        font-size: 24px;
        color: #592c98;
        text-align: left;
        position: relative;
        padding-right: 48px
    }

        .accordion .accordion-header .accordion-title:after {
            content: "";
            position: absolute;
            right: 0;
            width: 32px;
            height: 24px;
            background: url(../img/icon-chevron-down-purple.svg) no-repeat 100% 0;
            top: 12px
        }

        .accordion .accordion-header .accordion-title:focus:after, .accordion .accordion-header .accordion-title:hover:after {
            background-image: url(../img/icon-chevron-down-blue.svg)
        }

    .accordion .accordion-header .accordion-icon {
        display: block;
        width: 69px;
        height: 69px
    }

        .accordion .accordion-header .accordion-icon.purple-circle {
            border-radius: 50%;
            background: #592c98 url(../img/icon-gear.svg) no-repeat 50%
        }

        .accordion .accordion-header .accordion-icon.icon-legend {
            background: url(../img/icon-legends.svg) no-repeat 0;
            height: 35px;
            width: 50px
        }

.accordion .accordion-content {
    display: grid;
    grid-template-rows: 0fr;
    transition: all .5s ease-out
}

    .accordion .accordion-content h5:not(:first-of-type) {
        border-top: 1px solid #474747;
        padding-top: 42px;
        margin-top: 24px
    }

    .accordion .accordion-content ul {
        max-height: unset;
        visibility: visible;
        list-style-type: disc;
        display: flex;
        gap: 12px;
        flex-direction: column;
        align-items: flex-start;
        justify-content: flex-start;
        padding-left: 24px
    }

        .accordion .accordion-content ul:not(:last-child) {
            margin-bottom: 40px
        }

        .accordion .accordion-content ul li {
            padding: 0;
            margin: 0
        }

.accordion .accordion-body {
    overflow: hidden;
    padding: 0
}

.blue-box, .purple-box {
    background-color: #592c98;
    padding: 40px 36px 64px
}

    .blue-box *, .blue-box p, .purple-box *, .purple-box p {
        color: #fff;
        font-size: 20px
    }

    .blue-box a:focus, .blue-box a:hover, .purple-box a:focus, .purple-box a:hover {
        color: #fff
    }

    .blue-box hr, .purple-box hr {
        margin: 24px 0;
        border-top: 1px solid #fff;
        height: 1px !important
    }

    .blue-box .h4, .blue-box h4, .purple-box .h4, .purple-box h4 {
        line-height: 1.25
    }

    .blue-box .accordion.is-open .accordion-header .accordion-title:after, .purple-box .accordion.is-open .accordion-header .accordion-title:after {
        background-image: url(../img/icon-chevron-up-white.svg)
    }

    .blue-box .accordion .accordion-header, .purple-box .accordion .accordion-header {
        text-align: left
    }

        .blue-box .accordion .accordion-header .accordion-title, .purple-box .accordion .accordion-header .accordion-title {
            color: #fff
        }

            .blue-box .accordion .accordion-header .accordion-title:after, .purple-box .accordion .accordion-header .accordion-title:after {
                background-image: url(../img/icon-chevron-down-white.svg);
                background-size: 24px;
                top: 14px
            }

    .blue-box .accordion .accordion-content, .purple-box .accordion .accordion-content {
        padding-left: 0 !important
    }

.blue-box {
    background-color: #2655b1
}

.toolkit-share-utility {
    position: fixed;
    right: 0;
    top: 440px;
    z-index: 9999;
    background-color: #d4eaff;
    border-radius: 16px 0 0 16px
}

    .toolkit-share-utility > * {
        padding: 0;
        margin: 0;
        text-align: center;
        color: #05376d
    }

    .toolkit-share-utility > :not(:last-child):after {
        content: "";
        height: 1px;
        background-color: #05376d;
        display: block;
        width: calc(100% - 16px);
        margin: 0 auto
    }

    .toolkit-share-utility > .next:not(:last-child):after, .toolkit-share-utility > .prev:not(:last-child):after, .toolkit-share-utility > :hover:not(:last-child):after {
        background-color: #d4eaff
    }

    .toolkit-share-utility .btn-vertical {
        text-transform: uppercase;
        font-size: 12px;
        font-weight: 600;
        padding: 60px 10px 24px;
        background-repeat: no-repeat;
        background-position: center 24px;
        background-color: #d4eaff;
        width: 100%;
        text-align: center;
        width: 74px
    }

        .toolkit-share-utility .btn-vertical:focus, .toolkit-share-utility .btn-vertical:hover {
            background-color: #05376d;
            color: #fff
        }

            .toolkit-share-utility .btn-vertical:focus.icon-share, .toolkit-share-utility .btn-vertical:hover.icon-share {
                background-image: url(../img/icon-share-white.svg)
            }

            .toolkit-share-utility .btn-vertical:focus.icon-print, .toolkit-share-utility .btn-vertical:hover.icon-print {
                background-image: url(../img/icon-print-white.svg)
            }

            .toolkit-share-utility .btn-vertical:focus.icon-download, .toolkit-share-utility .btn-vertical:hover.icon-download {
                background-image: url(../img/icon-download-white.svg)
            }

        .toolkit-share-utility .btn-vertical.icon-share {
            background-image: url(../img/icon-share.svg);
            border-radius: 15px 0 0 0
        }

        .toolkit-share-utility .btn-vertical.icon-print {
            background-image: url(../img/icon-print.svg)
        }

        .toolkit-share-utility .btn-vertical.icon-download {
            background-image: url(../img/icon-download-blue.svg);
            border-radius: 0 0 0 15px
        }

    .toolkit-share-utility .share-options {
        position: absolute;
        right: 100%;
        top: 24px;
        bottom: 24px;
        background-color: #30a8ff;
        display: none;
        flex-direction: column;
        padding: 24px 18px;
        border-radius: 15px 0 0 15px;
        gap: 26px;
        justify-content: space-between
    }

        .toolkit-share-utility .share-options.active {
            display: flex
        }

        .toolkit-share-utility .share-options > a {
            text-align: left;
            display: block;
            text-indent: -9999px;
            min-width: 26px;
            min-height: 26px;
            background-size: contain !important
        }

        .toolkit-share-utility .share-options .icon-linkedin {
            background: url(../img/icon-linkedin.svg) no-repeat 50%
        }

            .toolkit-share-utility .share-options .icon-linkedin:focus, .toolkit-share-utility .share-options .icon-linkedin:hover {
                background-image: url(../img/icon-linkedin-hover.svg)
            }

        .toolkit-share-utility .share-options .icon-facebook {
            background: url(../img/icon-facebook.svg) no-repeat 50%;
            min-width: 27px;
            min-height: 27px
        }

            .toolkit-share-utility .share-options .icon-facebook:focus, .toolkit-share-utility .share-options .icon-facebook:hover {
                background-image: url(../img/icon-facebook-hover.svg)
            }

        .toolkit-share-utility .share-options .icon-x {
            background: url(../img/icon-x.svg) no-repeat 50%
        }

            .toolkit-share-utility .share-options .icon-x:focus, .toolkit-share-utility .share-options .icon-x:hover {
                background-image: url(../img/icon-x-hover.svg)
            }

        .toolkit-share-utility .share-options .icon-email {
            background: url(../img/icon-email.svg) no-repeat 50%;
            min-width: 28px;
            min-height: 19px
        }

            .toolkit-share-utility .share-options .icon-email:focus, .toolkit-share-utility .share-options .icon-email:hover {
                background-image: url(../img/icon-email-hover.svg)
            }

.toolkit-header-top {
    display: flex;
    justify-content: space-between;
    align-items: flex-start
}

    .toolkit-header-top .btn-text {
        color: #fff;
        font-size: 16px;
        font-weight: 600
    }

        .toolkit-header-top .btn-text.icon-circle-chevron-left {
            background: url(../img/icon-circle-chevron-left.svg) no-repeat 0;
            padding: 16px 0 16px 72px;
            margin-top: -8px;
            background-size: contain;
            text-transform: uppercase
        }

            .toolkit-header-top .btn-text.icon-circle-chevron-left:focus, .toolkit-header-top .btn-text.icon-circle-chevron-left:hover {
                text-decoration: underline
            }

    .toolkit-header-top .toolkit-nav {
        display: flex;
        grid-column-gap: 48px
    }

        .toolkit-header-top .toolkit-nav > li {
            position: relative
        }

            .toolkit-header-top .toolkit-nav > li > a {
                color: #fff;
                font-size: 16px;
                font-weight: 600;
                position: relative;
                text-decoration: none
            }

                .toolkit-header-top .toolkit-nav > li > a:after {
                    top: -12px;
                    content: "";
                    height: 7px;
                    width: 0;
                    position: absolute;
                    background-color: #fff;
                    left: 0;
                    transition: width .2s ease-in
                }

                .toolkit-header-top .toolkit-nav > li > a:focus, .toolkit-header-top .toolkit-nav > li > a:hover {
                    text-decoration: none
                }

                    .toolkit-header-top .toolkit-nav > li > a:focus:after, .toolkit-header-top .toolkit-nav > li > a:hover:after {
                        width: 100%
                    }

                .toolkit-header-top .toolkit-nav > li > a.icon-goals, .toolkit-header-top .toolkit-nav > li > a.icon-search {
                    background: url(../img/icon-goals.svg) no-repeat 0;
                    padding: 3px 0 3px 32px;
                    background-size: 22px
                }

                .toolkit-header-top .toolkit-nav > li > a.icon-search {
                    background: url(../img/icon-search-small.svg) no-repeat 0
                }

            .toolkit-header-top .toolkit-nav > li.active > a:after, .toolkit-header-top .toolkit-nav > li.current > a:after {
                width: 100%
            }

            .toolkit-header-top .toolkit-nav > li.current.has-children > .sub-nav-wrapper {
                grid-template-rows: 1fr
            }

        .toolkit-header-top .toolkit-nav .sub-nav-wrapper {
            background-color: #fff;
            position: absolute;
            top: 35px;
            left: 0;
            z-index: 9;
            display: grid;
            grid-template-rows: 0fr;
            transition: all .3s;
            width: 324px;
            overflow: hidden;
            box-shadow: 0 4px 12px rgba(0,0,0,.5)
        }

            .toolkit-header-top .toolkit-nav .sub-nav-wrapper > div {
                overflow: hidden
            }

            .toolkit-header-top .toolkit-nav .sub-nav-wrapper a {
                display: block;
                padding: 12px 24px;
                color: var(--color-primary);
                font-size: 14px;
                font-weight: 600;
                text-decoration: none
            }

                .toolkit-header-top .toolkit-nav .sub-nav-wrapper a:focus, .toolkit-header-top .toolkit-nav .sub-nav-wrapper a:hover {
                    text-decoration: none;
                    background-color: #d4eaff
                }

            .toolkit-header-top .toolkit-nav .sub-nav-wrapper li {
                border-bottom: 1px solid #0a7db2;
                margin-bottom: 0 !important
            }

.toolkit-content {
    display: grid;
    grid-template-columns: 1fr 2fr;
    grid-column-gap: 48px
}

    .toolkit-content.toolkit-home {
        grid-template-columns: 1fr 1181px
    }

        .toolkit-content.toolkit-home * {
            color: #fff
        }

        .toolkit-content.toolkit-home .figure-video {
            margin-bottom: 24px
        }

        .toolkit-content.toolkit-home h3 {
            margin-bottom: 48px
        }

    .toolkit-content h2 {
        font-size: clamp(29px,3.5vw,60px) !important;
        font-family: Open Sans,sans-serif;
        border-bottom: 12px solid #fff;
        margin-bottom: 24px;
        padding-bottom: 8px;
        font-weight: 700;
        line-height: 1.25
    }

    .toolkit-content h3 {
        font-size: clamp(24px,2.5vw,28px) !important;
        margin-bottom: 24px;
        line-height: 1.25
    }

    .toolkit-content h4, .toolkit-content h5 {
        margin-bottom: 24px;
        line-height: 1.25;
        font-weight: 700
    }

    .toolkit-content h5 {
        color: var(--color-primary);
        font-size: clamp(16px,1vw,18px) !important
    }

    .toolkit-content ol, .toolkit-content ul {
        margin-bottom: 24px
    }

    .toolkit-content .toolkit-strategy-dropdown {
        position: relative;
        margin-bottom: 108px
    }

        .toolkit-content .toolkit-strategy-dropdown.active .toolkit-strategy-content {
            grid-template-rows: 1fr
        }

            .toolkit-content .toolkit-strategy-dropdown.active .toolkit-strategy-content > div {
                padding: 32px 32px 82px
            }

        .toolkit-content .toolkit-strategy-dropdown.active > .btn-text {
            background-color: #fff;
            background-image: url(../img/icon-chevron-up-dblue.svg);
            border-radius: 30px 30px 0 0;
            color: #0a7db2
        }

            .toolkit-content .toolkit-strategy-dropdown.active > .btn-text:after {
                background-image: url(../img/target-lblue.svg)
            }

        .toolkit-content .toolkit-strategy-dropdown > .btn-text {
            background-image: url(../img/icon-chevron-down-white.svg);
            background-repeat: no-repeat;
            background-position: right 24px center;
            border: 4px solid #fff;
            border-radius: 30px;
            padding: 12px 84px 12px 32px;
            font-size: clamp(14px,1vw,20px);
            position: relative;
            width: calc(100% - 96px);
            text-align: left;
            font-weight: 600;
            transition: all .2s;
            min-height: 57px
        }

            .toolkit-content .toolkit-strategy-dropdown > .btn-text:after {
                content: "";
                background: url(../img/target-white.svg) no-repeat 50%;
                width: 57px;
                height: 57px;
                display: block;
                position: absolute;
                right: -96px;
                top: 50%;
                background-size: contain;
                transform: translateY(-50%)
            }

        .toolkit-content .toolkit-strategy-dropdown .toolkit-strategy-content {
            background-color: #fff;
            position: absolute;
            top: 100%;
            left: 0;
            z-index: 2;
            display: grid;
            grid-template-rows: 0fr;
            transition: all .3s;
            width: calc(100% - 96px);
            overflow: hidden;
            border-radius: 0 0 30px 30px;
            box-shadow: 0 6px 6px rgba(0,0,0,.5)
        }

            .toolkit-content .toolkit-strategy-dropdown .toolkit-strategy-content > div {
                overflow: hidden;
                padding: 0 32px;
                font-size: clamp(14px,1.5vw,20px);
                font-weight: 600
            }

            .toolkit-content .toolkit-strategy-dropdown .toolkit-strategy-content a {
                color: #000;
                font-size: clamp(14px,1.5vw,18px);
                text-decoration: none
            }

                .toolkit-content .toolkit-strategy-dropdown .toolkit-strategy-content a:focus, .toolkit-content .toolkit-strategy-dropdown .toolkit-strategy-content a:hover {
                    text-decoration: underline
                }

            .toolkit-content .toolkit-strategy-dropdown .toolkit-strategy-content ul {
                margin: 0;
                padding: 0
            }

                .toolkit-content .toolkit-strategy-dropdown .toolkit-strategy-content ul:not(:first-of-type) {
                    margin-top: 48px
                }

            .toolkit-content .toolkit-strategy-dropdown .toolkit-strategy-content li {
                padding-left: 60px;
                margin-bottom: 16px
            }

            .toolkit-content .toolkit-strategy-dropdown .toolkit-strategy-content .clinical-header, .toolkit-content .toolkit-strategy-dropdown .toolkit-strategy-content .youth-header {
                color: #592c98;
                position: relative;
                font-size: clamp(16px,1.5vw,20px)
            }

                .toolkit-content .toolkit-strategy-dropdown .toolkit-strategy-content .clinical-header:before, .toolkit-content .toolkit-strategy-dropdown .toolkit-strategy-content .youth-header:before {
                    content: "";
                    width: 45px;
                    height: 45px;
                    background: url(../img/icon-clinical.svg) no-repeat 0;
                    left: 0;
                    top: 50%;
                    transform: translateY(-50%);
                    position: absolute;
                    background-size: contain
                }

            .toolkit-content .toolkit-strategy-dropdown .toolkit-strategy-content .youth-header {
                color: #2655b1
            }

                .toolkit-content .toolkit-strategy-dropdown .toolkit-strategy-content .youth-header:before {
                    background-image: url(../img/icon-youth.svg)
                }

            .toolkit-content .toolkit-strategy-dropdown .toolkit-strategy-content .purple-color-text a:focus, .toolkit-content .toolkit-strategy-dropdown .toolkit-strategy-content .purple-color-text a:hover {
                color: #592c98
            }

            .toolkit-content .toolkit-strategy-dropdown .toolkit-strategy-content .blue-color-text a:focus, .toolkit-content .toolkit-strategy-dropdown .toolkit-strategy-content .blue-color-text a:hover {
                color: #2655b1
            }

.toolkit-footer {
    border-top: 12px solid var(--color-primary);
    background-color: #fff
}

    .toolkit-footer .toolkit-footer-content {
        max-width: 1920px;
        padding: 24px var(--lr-padding);
        margin: auto;
        align-items: center;
        grid-template-columns: 1fr 1px 1fr !important
    }

        .toolkit-footer .toolkit-footer-content .grid-column:last-child {
            display: flex;
            justify-content: flex-end
        }

    .toolkit-footer .footer-logo {
        max-height: 54px
    }

    .toolkit-footer .toolkit-download {
        display: flex;
        gap: 12px;
        text-transform: uppercase;
        color: #592c98;
        font-size: clamp(16px,1.5vw,20px);
        font-weight: 600;
        align-items: center
    }

        .toolkit-footer .toolkit-download:before {
            content: "";
            background: #592c98 url(../img/icon-download.svg) no-repeat 50%;
            border-radius: 50%;
            height: 58px;
            width: 58px;
            min-width: 58px
        }

        .toolkit-footer .toolkit-download:focus, .toolkit-footer .toolkit-download:hover {
            color: var(--link-text-hover-color)
        }

            .toolkit-footer .toolkit-download:focus:before, .toolkit-footer .toolkit-download:hover:before {
                background-color: var(--link-icon-hover-color)
            }

    .toolkit-footer .toolkit-footer-nav {
        display: flex;
        align-items: center;
        gap: 48px
    }

        .toolkit-footer .toolkit-footer-nav * {
            color: #592c98;
            font-size: 16px;
            text-decoration: none
        }

        .toolkit-footer .toolkit-footer-nav:focus, .toolkit-footer .toolkit-footer-nav a:hover {
            color: var(--link-text-hover-color);
            text-decoration: underline
        }

        .toolkit-footer .toolkit-footer-nav .toolkit-title {
            font-size: 26px;
            font-weight: 700
        }

.toolkit-home .toolkit-header-wrapper .btn-text.icon-circle-chevron-left {
    visibility: hidden
}

    .toolkit-home .toolkit-header-wrapper .btn-text.icon-circle-chevron-left.always-visible {
        visibility: visible !important
    }

.toolkit-home .toolkit-header-wrapper.stick {
    background-image: linear-gradient(180deg,#05376d,rgba(5,55,109,0)),linear-gradient(90deg,#592c98 1.36%,#2655b1);
    background-blend-mode: multiply;
    background-repeat: repeat-x;
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    width: 100%;
    box-shadow: 0 3px 6px rgba(0,0,0,.5);
    z-index: 9999
}

    .toolkit-home .toolkit-header-wrapper.stick .toolkit-header {
        padding: 16px var(--lr-padding);
        margin: 0 auto;
        max-width: 1920px
    }

.mobile-search-wrapper, .toolkit-header-bottom {
    display: flex;
    justify-content: space-between;
    gap: 24px;
    align-items: flex-start
}

    .mobile-search-wrapper .search-wrapper, .toolkit-header-bottom .search-wrapper {
        display: flex;
        gap: 24px;
        margin-top: 38px
    }

        .mobile-search-wrapper .search-wrapper input[type=search], .mobile-search-wrapper .search-wrapper input[type=text], .toolkit-header-bottom .search-wrapper input[type=search], .toolkit-header-bottom .search-wrapper input[type=text] {
            background-color: transparent;
            border: 5px solid #fff;
            border-radius: 50px;
            height: 58px;
            padding: 12px 32px;
            font-size: 20px;
            font-weight: 600;
            color: #fff
        }

            .mobile-search-wrapper .search-wrapper input[type=search]::placeholder, .mobile-search-wrapper .search-wrapper input[type=text]::placeholder, .toolkit-header-bottom .search-wrapper input[type=search]::placeholder, .toolkit-header-bottom .search-wrapper input[type=text]::placeholder {
                color: #fff
            }

            .mobile-search-wrapper .search-wrapper input[type=search]:focus, .mobile-search-wrapper .search-wrapper input[type=text]:focus, .toolkit-header-bottom .search-wrapper input[type=search]:focus, .toolkit-header-bottom .search-wrapper input[type=text]:focus {
                outline: none
            }

        .mobile-search-wrapper .search-wrapper .btn-icon.icon-search-large, .toolkit-header-bottom .search-wrapper .btn-icon.icon-search-large {
            background: transparent url(../img/icon-search-large.svg) no-repeat 50%;
            width: 58px;
            height: 58px;
            text-indent: -9999px;
            text-align: left
        }

            .mobile-search-wrapper .search-wrapper .btn-icon.icon-search-large:focus, .mobile-search-wrapper .search-wrapper .btn-icon.icon-search-large:hover, .toolkit-header-bottom .search-wrapper .btn-icon.icon-search-large:focus, .toolkit-header-bottom .search-wrapper .btn-icon.icon-search-large:hover {
                background-image: url(../img/icon-search-large-hover.svg)
            }

.toolkit-inner-page .toolkit-header-wrapper {
    background-image: linear-gradient(180deg,#05376d,rgba(5,55,109,0) 60%),linear-gradient(90deg,#592c98 1.36%,#2655b1);
    background-blend-mode: multiply;
    background-position: 0 0;
    background-repeat: repeat-x,repeat
}

    .toolkit-inner-page .toolkit-header-wrapper.stick {
        position: fixed;
        top: 0;
        width: 100%;
        box-shadow: 0 3px 6px rgba(0,0,0,.5);
        z-index: 10000;
        transition: all .2s ease-in
    }

        .toolkit-inner-page .toolkit-header-wrapper.stick h1 {
            font-size: 20px;
            margin: 16px 0 12px
        }

        .toolkit-inner-page .toolkit-header-wrapper.stick .search-wrapper {
            gap: 12px;
            margin-top: 16px
        }

            .toolkit-inner-page .toolkit-header-wrapper.stick .search-wrapper input[type=search] {
                height: 32px;
                border-width: 2px;
                font-size: 16px;
                padding: 12px 18px
            }

            .toolkit-inner-page .toolkit-header-wrapper.stick .search-wrapper .btn-icon.icon-search-large {
                width: 32px;
                height: 32px;
                background-size: contain
            }

        .toolkit-inner-page .toolkit-header-wrapper.stick .toolkit-header {
            padding: 16px var(--lr-padding)
        }

.toolkit-inner-page .toolkit-header {
    max-width: 1920px;
    padding: 16px var(--lr-padding);
    margin: auto
}

    .toolkit-inner-page .toolkit-header h1 {
        font-size: clamp(28px,2.5vw,39px);
        font-weight: 700;
        margin: 38px 0 48px;
        color: #fff;
        line-height: 1.25
    }

.toolkit-inner-page .toolkit-content {
    padding-right: 124px;
    min-height: 920px
}

    .toolkit-inner-page .toolkit-content.improve-bg {
        background-image: url(../img/improve-bg.png);
        background-repeat: no-repeat;
        background-position: left -22px top 300px;
        background-size: 620px
    }

.toolkit-inner-page .link-list {
    display: flex;
    gap: 24px;
    flex-direction: column
}

    .toolkit-inner-page .link-list .link-item {
        font-size: 20px;
        font-weight: 600
    }

.toolkit-inner-page .purple-box .icon-clinical-border {
    font-size: 30px;
    font-weight: 600;
    margin-bottom: 24px;
    display: flex;
    align-items: center;
    gap: 8px;
    min-height: 75px
}

    .toolkit-inner-page .purple-box .icon-clinical-border:before {
        content: "";
        width: 72px;
        height: 72px;
        min-width: 72px;
        background: url(../img/icon-clinical-border.svg) no-repeat 50%;
        background-size: contain
    }

.toolkit-inner-page .blue-box .icon-youth-border {
    font-size: 30px;
    font-weight: 600;
    margin-bottom: 24px;
    display: flex;
    align-items: center;
    gap: 8px;
    min-height: 75px
}

    .toolkit-inner-page .blue-box .icon-youth-border:before {
        content: "";
        width: 72px;
        height: 72px;
        min-width: 72px;
        background: url(../img/icon-youth-border.svg) no-repeat 50%;
        background-size: contain
    }

.toolkit-inner-page h3 {
    color: #592c98;
    font-weight: 700;
    border-bottom: 12px solid #592c98;
    padding-bottom: 12px
}

    .toolkit-inner-page h3.icon-clinical {
        background: url(../img/icon-clinical.svg) no-repeat 0;
        padding: 12px 0 12px 60px;
        background-size: 52px
    }

.toolkit-inner-page h2 {
    color: #592c98;
    font-size: clamp(24px,2vw,34px) !important;
    font-weight: 700;
    margin: 82px 0 48px;
    border-bottom: 0
}

.toolkit-inner-page blockquote {
    border: 3px solid #0a7db2;
    padding: 48px 64px;
    color: #05376d;
    margin: 72px 0;
    background-color: #fff
}

    .toolkit-inner-page blockquote p {
        font-style: normal !important
    }

        .toolkit-inner-page blockquote p:last-child {
            margin-bottom: 0 !important
        }

.toolkit-inner-page .btn-asrh-goal {
    display: flex;
    align-items: center;
    gap: 18px;
    font-size: 20px;
    font-weight: 600;
    line-height: 27px;
    color: #592c98;
    text-transform: uppercase;
    text-align: left
}

    .toolkit-inner-page .btn-asrh-goal:before {
        content: "";
        width: 69px;
        height: 69px;
        min-width: 69px;
        background: #592c98 url(../img/icon-assessment.svg) no-repeat 18px 10px;
        border-radius: 50%
    }

    .toolkit-inner-page .btn-asrh-goal:focus, .toolkit-inner-page .btn-asrh-goal:hover {
        color: #30a8ff
    }

        .toolkit-inner-page .btn-asrh-goal:focus:before, .toolkit-inner-page .btn-asrh-goal:hover:before {
            background-color: #30a8ff
        }

.toolkit-inner-page .legend-list {
    display: flex;
    flex-direction: column;
    gap: 18px;
    margin-top: 36px
}

    .toolkit-inner-page .legend-list .legend-item {
        position: relative;
        padding-left: 48px
    }

        .toolkit-inner-page .legend-list .legend-item:before {
            content: "";
            width: 30px;
            min-width: 30px;
            height: 30px;
            border-radius: 50%;
            background-color: #05376d;
            position: absolute;
            top: 6px;
            left: 0
        }

        .toolkit-inner-page .legend-list .legend-item.orange:before {
            background-color: #cb4315
        }

        .toolkit-inner-page .legend-list .legend-item.medium-blue:before {
            background-color: #0a7db2
        }

        .toolkit-inner-page .legend-list .legend-item.green:before {
            background-color: #5d7f2e
        }

        .toolkit-inner-page .legend-list .legend-item .legend-title {
            color: #592c98;
            font-size: 20px;
            font-weight: 600;
            margin-bottom: 2px
        }

        .toolkit-inner-page .legend-list .legend-item .legend-description {
            color: #05376d
        }

.tool-list .tool-item {
    display: flex;
    gap: 24px;
    color: #05376d;
    padding-bottom: 24px
}

    .tool-list .tool-item:not(:last-child) {
        border-bottom: 1px solid #474747;
        padding-bottom: 48px;
        margin-bottom: 48px
    }

.tool-list .tool-details > * {
    margin-bottom: 6px
}

.tool-list .tool-image img {
    min-width: 200px;
    border: 1px solid #05376d
}

.tool-list .tool-title {
    font-size: 18px;
    font-weight: 700
}

.tool-list .tool-category, .tool-list .tool-description {
    font-size: 14px;
    font-weight: 600
}

.tool-list .tool-utility {
    margin: 0;
    padding: 0;
    list-style-type: none;
    display: flex !important;
    gap: 24px !important;
    align-items: center !important;
    flex-direction: row !important;
    padding-left: 0 !important
}

    .tool-list .tool-utility li:not(.share-menu) {
        display: flex;
        gap: 24px;
        align-items: center
    }

        .tool-list .tool-utility li:not(:last-child):not(:nth-last-child(2)):after {
            content: "";
            height: 29px;
            width: 2px;
            background-color: #05376d;
            display: inline-flex
        }

.tool-list .btn-icon {
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    color: #05376d
}

    .tool-list .btn-icon:focus, .tool-list .btn-icon:hover {
        text-decoration: underline;
        color: var(--link-text-hover-color)
    }

    .tool-list .btn-icon.icon-download {
        background: url(../img/icon-download-blue.svg) no-repeat 0;
        padding: 5px 0 6px 48px
    }

        .tool-list .btn-icon.icon-download:focus, .tool-list .btn-icon.icon-download:hover {
            background-image: url(../img/icon-download-blue-hover.svg)
        }

    .tool-list .btn-icon.icon-share {
        background: url(../img/icon-share.svg) no-repeat 0;
        padding: 5px 0 6px 42px
    }

        .tool-list .btn-icon.icon-share:focus, .tool-list .btn-icon.icon-share:hover {
            background-image: url(../img/icon-share-hover.svg)
        }

    .tool-list .btn-icon.icon-link {
        background: url(../img/icon-link.svg) no-repeat 0;
        padding: 5px 0 6px 36px
    }

        .tool-list .btn-icon.icon-link:focus, .tool-list .btn-icon.icon-link:hover {
            background-image: url(../img/icon-link-hover.svg)
        }

@media (max-width:2200px) {
    .toolkit-header-top .toolkit-nav li:last-child.current .sub-nav-wrapper {
        left: auto;
        right: 0
    }
}

@media (max-width:1400px) {
    .toolkit-header-top .btn-text.icon-circle-chevron-left {
        font-size: 14px;
        padding: 11px 0 11px 58px
    }

    .toolkit-header-top .toolkit-nav {
        grid-column-gap: 32px
    }

        .toolkit-header-top .toolkit-nav > li > a {
            font-size: 14px
        }

    .toolkit-wrapper.toolkit-home .toolkit-content {
        padding: 48px 0
    }

    .toolkit-wrapper.toolkit-home .grid-1-345px-column {
        grid-template-columns: 3fr 1fr
    }

    .toolkit-wrapper.toolkit-home .toolkit-home {
        grid-template-columns: 1fr
    }

        .toolkit-wrapper.toolkit-home .toolkit-home .toolkit-content-left-col {
            display: none
        }
}

@media (max-width:1200px) {
    .toolkit-header-top {
        position: relative;
        z-index: 101
    }

        .toolkit-header-top.expanded:after {
            content: "";
            z-index: -1;
            top: 72px;
            right: 0;
            bottom: 0;
            left: 0;
            background-color: rgba(0,0,0,.85);
            position: fixed
        }

        .toolkit-header-top .btn-text.icon-circle-chevron-left {
            padding: 34px 4px 0;
            background-position: center 8px;
            font-size: 10px;
            text-transform: uppercase;
            font-weight: 700;
            background-image: url(../img/icon-circle-chevron-left.svg);
            background-size: 24px
        }

            .toolkit-header-top .btn-text.icon-circle-chevron-left:focus, .toolkit-header-top .btn-text.icon-circle-chevron-left:hover {
                text-decoration: underline;
                background-image: url(../img/icon-circle-chevron-left-mobile.svg);
                color: #82cbff
            }

        .toolkit-header-top .toolkit-nav {
            display: none
        }

            .toolkit-header-top .toolkit-nav.expanded {
                display: flex;
                position: fixed;
                z-index: 99;
                flex-direction: column;
                background-color: #fff;
                left: 0;
                right: 0
            }

            .toolkit-header-top .toolkit-nav > li {
                border-bottom: 1px solid #0a7db2
            }

                .toolkit-header-top .toolkit-nav > li.has-children > a {
                    background-image: url(../img/icon-chevron-down-purple.svg) !important;
                    background-repeat: no-repeat;
                    background-position: right 12px center;
                    background-size: 16px
                }

                .toolkit-header-top .toolkit-nav > li.current .sub-nav-wrapper {
                    position: static;
                    width: 100%;
                    padding-bottom: 16px;
                    box-shadow: none
                }

                    .toolkit-header-top .toolkit-nav > li.current .sub-nav-wrapper li {
                        border-bottom: 0
                    }

                    .toolkit-header-top .toolkit-nav > li.current .sub-nav-wrapper a {
                        padding-left: 48px
                    }

                .toolkit-header-top .toolkit-nav > li.active a:after {
                    display: none !important
                }

                .toolkit-header-top .toolkit-nav > li > a, .toolkit-header-top .toolkit-nav > li a.icon-goals, .toolkit-header-top .toolkit-nav > li a.icon-search {
                    display: flex;
                    padding: 12px 24px !important;
                    color: var(--color-primary);
                    background-image: none
                }

                    .toolkit-header-top .toolkit-nav > li > a:focus, .toolkit-header-top .toolkit-nav > li > a:hover, .toolkit-header-top .toolkit-nav > li a.icon-goals:focus, .toolkit-header-top .toolkit-nav > li a.icon-goals:hover, .toolkit-header-top .toolkit-nav > li a.icon-search:focus, .toolkit-header-top .toolkit-nav > li a.icon-search:hover {
                        text-decoration: none;
                        background-color: #d4eaff
                    }

                    .toolkit-header-top .toolkit-nav > li > a:after, .toolkit-header-top .toolkit-nav > li a.icon-goals:after, .toolkit-header-top .toolkit-nav > li a.icon-search:after {
                        display: none !important
                    }

        .toolkit-header-top .mobile-utility {
            display: flex
        }

    .toolkit-inner {
        padding-top: 16px
    }

    .toolkit-wrapper.toolkit-home .toolkit-header-top .toolkit-nav > li:last-child {
        display: none
    }

    .toolkit-wrapper.toolkit-inner-page h3 {
        border-bottom-width: 6px
    }

    .toolkit-wrapper.toolkit-inner-page .toolkit-header h1 {
        margin: 24px 0 0
    }

    .toolkit-wrapper.toolkit-inner-page .toolkit-header-top .btn-text.icon-circle-chevron-left {
        margin-top: 0;
        background-position-y: 0;
        padding-top: 28px
    }

    .toolkit-wrapper.toolkit-inner-page .toolkit-header-bottom .search-wrapper {
        display: none
    }

    .toolkit-wrapper.toolkit-inner-page .toolkit-content {
        grid-template-columns: 1fr;
        padding-right: 48px;
        background-image: none !important
    }

        .toolkit-wrapper.toolkit-inner-page .toolkit-content .toolkit-content-right-col .grid-2-column {
            grid-template-columns: 1fr
        }

    .toolkit-content h2 {
        border-bottom-width: 6px;
        margin: 24px 0
    }

    .mobile-search-layer {
        position: fixed;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        background-color: rgba(5,55,109,.95);
        z-index: 99999;
        padding: 24px 48px;
        display: none
    }

        .mobile-search-layer.active {
            display: block
        }

        .mobile-search-layer .btn-row {
            display: flex;
            justify-content: flex-end
        }

        .mobile-search-layer .mobile-search-wrapper {
            padding-top: 98px;
            display: flex;
            justify-content: center
        }

        .mobile-search-layer .btn-close-search {
            text-transform: uppercase;
            color: #fff;
            text-decoration: none
        }

            .mobile-search-layer .btn-close-search:focus, .mobile-search-layer .btn-close-search:hover {
                color: #82cbff;
                text-decoration: underline
            }
}

@media (max-width:1100px) {
    .toolkit-body .site-inner {
        padding-top: 0
    }

    .accordion .accordion-header .accordion-count {
        min-width: 48px;
        width: 48px;
        height: 48px;
        font-size: 26px
    }
}

@media (max-width:768px) {
    .figure-video figcaption {
        margin-top: 12px
    }

    .toolkit-share-utility {
        top: 364px
    }

        .toolkit-share-utility .btn-vertical {
            background-size: 18px !important;
            padding: 23px 10px 12px;
            background-position-y: 16px;
            text-indent: -9999px;
            text-align: left;
            width: 48px
        }

        .toolkit-share-utility .share-options {
            top: 16px;
            bottom: 16px;
            padding: 12px;
            gap: 12px
        }

            .toolkit-share-utility .share-options > a {
                min-width: 18px !important;
                min-height: 18px !important
            }

            .toolkit-share-utility .share-options .icon-email {
                min-width: 20px !important
            }

    .toolkit-footer .toolkit-footer-content {
        grid-template-columns: 1fr !important;
        grid-gap: 24px
    }

        .toolkit-footer .toolkit-footer-content .grid-column {
            display: flex;
            align-items: center;
            justify-content: center
        }

            .toolkit-footer .toolkit-footer-content .grid-column:last-child {
                justify-content: center;
                grid-column: initial
            }

    .toolkit-footer .toolkit-download {
        flex-direction: column;
        justify-content: center;
        text-align: center
    }

    .accordion .accordion-header {
        align-items: flex-start;
        gap: 12px
    }

        .accordion .accordion-header .icon-toggle {
            width: 28px;
            min-width: 28px;
            height: 28px;
            background-size: contain !important;
            margin-top: 6px
        }

        .accordion .accordion-header .accordion-title {
            font-size: 18px;
            padding-right: 32px
        }

            .accordion .accordion-header .accordion-title:after {
                width: 18px;
                height: 18px;
                background-size: contain;
                top: 8px
            }

        .accordion .accordion-header .accordion-icon {
            width: 32px;
            height: 32px;
            background-size: 24px !important
        }

            .accordion .accordion-header .accordion-icon.icon-legend {
                height: 24px;
                width: 32px;
                background-size: contain
            }

        .accordion .accordion-header .icon-chevron-down.icon-purple {
            margin-top: 8px
        }

        .accordion .accordion-header .accordion-count {
            width: 32px;
            height: 32px;
            min-width: 32px;
            font-size: 18px
        }

    .accordion .accordion-content {
        padding-left: 0
    }

    .toolkit-inner-page blockquote {
        padding: 24px 32px
    }

    .toolkit-inner-page .legend-list {
        margin-top: 12px
    }

    .toolkit-inner-page h2 {
        margin-top: 24px
    }

    .toolkit-inner-page h3 {
        border-bottom-width: 3px !important;
        padding-bottom: 6px;
        line-height: 1.25
    }

    .toolkit-inner-page .btn-asrh-goal {
        gap: 8px;
        font-size: 12px;
        line-height: 1.25
    }

        .toolkit-inner-page .btn-asrh-goal:before {
            width: 32px;
            height: 32px;
            min-width: 32px;
            background-size: 18px;
            background-position: 50%
        }

    .toolkit-inner-page .blue-box .icon-clinical-border, .toolkit-inner-page .blue-box .icon-youth-border, .toolkit-inner-page .purple-box .icon-clinical-border, .toolkit-inner-page .purple-box .icon-youth-border {
        font-size: 24px;
        min-height: auto !important
    }

        .toolkit-inner-page .blue-box .icon-clinical-border:before, .toolkit-inner-page .blue-box .icon-youth-border:before, .toolkit-inner-page .purple-box .icon-clinical-border:before, .toolkit-inner-page .purple-box .icon-youth-border:before {
            height: 42px;
            width: 42px;
            min-width: 42px
        }

    .toolkit-home .grid-1-345px-column {
        grid-template-columns: 1fr !important
    }

    .toolkit-home .toolkit-content {
        background-position: top !important;
        background-size: contain !important
    }

    .tool-list .tool-item, .toolkit-home h3 {
        margin-bottom: 24px !important
    }

    .tool-list .tool-item {
        flex-direction: column;
        padding-bottom: 24px !important
    }

    .tool-list .btn-icon.icon-download, .tool-list .btn-icon.icon-link, .tool-list .btn-icon.icon-share {
        background-size: 18px;
        padding-left: 32px
    }

    .toolkit-content .toolkit-strategy-dropdown {
        margin-bottom: 32px
    }

        .toolkit-content .toolkit-strategy-dropdown > .btn-text {
            border-width: 2px;
            width: calc(100% - 60px)
        }

            .toolkit-content .toolkit-strategy-dropdown > .btn-text:after {
                width: 48px;
                height: 48px;
                background-size: 48px;
                right: -60px
            }

        .toolkit-content .toolkit-strategy-dropdown .toolkit-strategy-content {
            width: calc(100% - 60px)
        }

            .toolkit-content .toolkit-strategy-dropdown .toolkit-strategy-content li {
                margin-bottom: 8px;
                padding-left: 52px
            }
}

@media (max-width:600px) {
    .toolkit-footer .toolkit-footer-nav {
        flex-direction: column;
        justify-content: center;
        gap: 12px
    }

    .tool-list .tool-utility {
        flex-direction: column !important;
        justify-content: flex-start !important;
        align-items: flex-start !important;
        gap: 8px !important
    }

        .tool-list .tool-utility li {
            align-items: flex-start
        }

            .tool-list .tool-utility li:after {
                display: none !important
            }

    .blue-box, .purple-box {
        margin-bottom: 24px
    }

    .toolkit-wrapper.toolkit-inner-page .toolkit-content {
        padding-right: 0
    }

    .accordion .accordion-legend span {
        width: 100%
    }
}

@media print {
    body, html {
        height: 99%;
        page-break-after: avoid;
        page-break-before: avoid;
        margin: 0 !important;
        padding: 0 !important;
        border: 0 !important
    }

        body:not(.home) main.content:after {
            display: none !important
        }

    .toolkit-home .toolkit-header-wrapper.stick, .toolkit-inner-page .toolkit-header-wrapper.stick {
        box-shadow: none;
        position: static
    }

    .breadcrumb, .hero, .toolkit-footer .grid-column:not(:first-child), .toolkit-header-top, .toolkit-share-utility, .toolkit-strategy-dropdown, footer.footer, header.header {
        display: none !important
    }

    .toolkit-header-wrapper {
        background: none !important
    }

    .accordion, .blue-box, .purple-box {
        background-color: transparent !important
    }

        .accordion *, .blue-box *, .purple-box * {
            color: #000 !important
        }

        .accordion h4, .blue-box h4, .purple-box h4 {
            background-image: none !important;
            padding-left: 0 !important;
            color: #000 !important
        }

    .toolkit-wrapper.toolkit-home {
        background: none !important;
        background-image: none !important
    }

        .toolkit-wrapper.toolkit-home * {
            color: #000 !important
        }

        .toolkit-wrapper.toolkit-home .toolkit-content {
            background-image: none !important;
            padding: 0 !important
        }

    .toolkit-inner-page .toolkit-header h1 {
        color: #000
    }

    .toolkit-content.asrh-goal-bg, .toolkit-content.improve-bg {
        background-image: none !important
    }

    .accordion {
        margin-bottom: 24px !important
    }

        .accordion .accordion-header .accordion-count, .accordion .accordion-legend span {
            color: #fff !important
        }
}
/*# sourceMappingURL=toolkit-styles.css.map */

.tool-item .tool-utility {
	position: relative;
	overflow: visible;
}

.tool-item .tool-utility .share-menu {
	position: absolute;
    left: -9999px;
    top: -50px;
    display: flex;
    gap: 16px;
    background: #30a8ff;
    padding: 10px 14px;
    border-radius: 12px;
}

.tool-item .tool-utility .download ~ .share-menu {
	transform: translatex(77px);
}

.tool-utility .share-menu.show {
	left: 86px !important;
}


@media screen and (max-width: 800px) and (min-width: 769px) {
	.tool-utility .share-menu.show {
		left: 40px !important;
	}
}

@media screen and (max-width: 1300px) and (min-width: 1201px) {
	.tool-utility .share-menu.show {
		left: 40px !important;
	}
}

@media screen and (max-width: 600px) {
	.tool-utility .share-menu.show {
		top: auto;
    	bottom: -5px;
		transform: translatex(0) !important;
	}
}

.tool-utility .share-menu > a {
    text-align: left;
    display: block;
    text-indent: -9999px;
    min-width: 26px;
    min-height: 26px;
    background-size: contain !important;
}

.tool-utility .share-menu .icon-linkedin {
    background: url(../img/icon-linkedin.svg) no-repeat 50%;
}

.tool-utility .share-menu .icon-linkedin {
            background: url(../img/icon-linkedin.svg) no-repeat 50%
        }

            .tool-utility .share-menu .icon-linkedin:focus, .tool-utility .share-menu .icon-linkedin:hover {
                background-image: url(../img/icon-linkedin-hover.svg)
            }

        .tool-utility .share-menu .icon-facebook {
            background: url(../img/icon-facebook.svg) no-repeat 50%;
            min-width: 27px;
            min-height: 27px
        }

            .tool-utility .share-menu:focus, .tool-utility .share-menu .icon-facebook:hover {
                background-image: url(../img/icon-facebook-hover.svg)
            }

        .tool-utility .share-menu .icon-x {
            background: url(../img/icon-x.svg) no-repeat 50%
        }

            .tool-utility .share-menu:focus, .tool-utility .share-menu .icon-x:hover {
                background-image: url(../img/icon-x-hover.svg)
            }

        .tool-utility .share-menu .icon-email {
            background: url(../img/icon-email.svg) no-repeat 50%;
            min-width: 28px;
            min-height: 19px
        }

            .tool-utility .share-menu:focus, .tool-utility .share-menu .icon-email:hover {
                background-image: url(../img/icon-email-hover.svg)
            }