.mb-15 {
    margin-bottom: 15px;
}

/* BREADCRUMBS */
.breadcrumbs {
    margin-top: 20px;
    margin-bottom: 30px;
}

    .breadcrumbs a, .breadcrumbs a.visited, .breadcrumbs a:active, .breadcrumbs a:focus {
        color: #5e5e5e !important;
        text-decoration: none;
        font-size: 14px;
    }

    .breadcrumbs ul li:first-of-type a, .breadcrumbs ul li:first-of-type a.visited, .breadcrumbs ul li:first-of-type a:active, .breadcrumbs ul li:first-of-type a:focus,
    .breadcrumbs ul li:last-of-type a, .breadcrumbs ul li:last-of-type a.visited, .breadcrumbs ul li:last-of-type a:active, .breadcrumbs ul li:last-of-type a:focus {
        color: rgb(20,20,20) !important;
    }

    .breadcrumbs a[href]:not(:empty):hover {
        text-decoration: underline;
        color: rgb(20,20,20) !important;
    }

    .breadcrumbs ul li:not(:first-of-type) a:before {
        content: "/";
        color: rgb(145,145,145) !important;
        margin-left: 2.5px;
        margin-right: 7.5px;
        font-size: 14px;
        display: inline-block;
        text-decoration: none;
    }

    .breadcrumbs ul li:last-of-type a:before {
        color: rgb(20,20,20) !important;
    }

    .breadcrumbs a:hover:after {
        text-decoration: none;
    }

    .breadcrumbs ul {
        padding: 0px;
    }

        .breadcrumbs ul li {
            list-style: none;
            display: inline-block;
        }

.breadcrumb-home {
    font-size: 18px !important;
}

.mobile-breadcrumbs {
    display: none;
}

    .mobile-breadcrumbs a {
        text-decoration: underline;
        color: #006EB8 !important;
    }

        .mobile-breadcrumbs a:hover {
            color: #002E88 !important;
        }

        .mobile-breadcrumbs a:before {
            font-family: h3g-icons;
            speak: none;
            font-style: normal;
            font-weight: 400;
            font-variant: normal;
            text-transform: none;
            line-height: 1;
            -webkit-font-smoothing: antialiased;
            -moz-osx-font-smoothing: grayscale;
            content: "\e923";
            display: inline-block;
            margin-right: 10px;
            top: 2px;
            position: relative;
        }

/* responsive */
@media (max-width: 40em) {
    .mobile-breadcrumbs {
        padding-top: 15px;
        display: block;
    }

    .desktop-breadcrumbs {
        display: none;
    }
}

@media (min-width: 40.063em) and (max-width:60em) {
}

@media (min-width: 60.063em) and (max-width:90em) {
}

@media (min-width: 90.063em) {
}
/* end responsive */


/* END BREADCRUMBS */



/* feedback styles */
.feedback-container {
    margin-top: 15px;
    margin-bottom: 30px;
    padding: 45px 12.5px;
    background: rgb(240,240,240);
}

    .feedback-container .feedback-title {
        margin-top: 0px;
    }


    .feedback-container .feedback-response {
        color: black;
    }

        .feedback-container .feedback-response a {
            color: #006EB8 !important;
            text-decoration: underline;
        }

            .feedback-container .feedback-response a:hover {
                color: #002E88 !important;
            }

    .feedback-container .feedback-captcha {
        margin-bottom: 20px;
    }

    .feedback-container .feedback-button-container {
        margin-top: 25px;
        display: flex;
        flex-direction: column;
        gap: 15px;
    }

        .feedback-container .feedback-button-container button {
            max-width: 283px;
        }

    .feedback-container textarea {
        border: 1px solid rgb(117,117,117);
        display: inline-block;
        font-size: 14px;
        padding: 5px;
        height: 2.857em;
        overflow: hidden;
        white-space: nowrap;
        border-radius: 0;
        -webkit-appearance: none;
        vertical-align: middle;
        min-width: 400px;
        min-height: 100px;
        white-space: pre-wrap;
    }

        .feedback-container textarea:active,
        .feedback-container textarea:focus {
            border: 1px solid black;
            box-shadow: 0 0 0 1px black;
        }

    .feedback-container h4 {
        margin-top: 25px;
    }

/* responsive */
@media (max-width: 40em) {
    .feedback-container .feedback-button-container button {
        width: 100%;
        max-width: 100%;
        margin-bottom: 10px;
    }

    .feedback-container textarea {
        min-width: unset;
        width: 100%;
    }
}

@media (min-width: 40.063em) and (max-width:60em) {
}

@media (min-width: 60.063em) and (max-width:90em) {
}

@media (min-width: 90.063em) {
}
/* end responsive */

/* end feedback styles */

/* notice styles specific to three */
.notice-container {
    padding: 10px;
    border: 1px solid #222;
    background: rgb(253, 229, 233);
    text-align: center;
    margin-top: 30px;
}

    .notice-container .notice {
        padding: 5px;
    }

        .notice-container .notice a {
            text-decoration: underline;
            cursor: pointer;
        }
/* end notice styles */


.full-width {
    width: 100%;
    display: block;
}

/* target external links that open in a new tab */
a.site-link[target="_blank"]:after {
    font-family: h3g-icons;
    speak: none;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\e991";
    display: inline-block;
    margin-left: 5px;
}

#head .icon-menu {
    color: #141414;
}

._ts_style_sv_answerContainer {
    width: 98%;
}
