
/* import from core.css start */
@import url("https://fonts.googleapis.com/css?family=Montserrat:400,400i,600,700,800,900");

:root {
    --black: #000;
    --primary: #2b639e;
    --secondary: #1E1E1E;
    --success: #090;
    --info: #0483d8;
    --warning: #dc5800;
    --danger: red;
    --dark: #000;
    --white: #fff;
    --highlight: #FFC838;
    --lightyellow: #ffdfa2;
    --gray: #e9ecef;
    --darkgray: #4d4d4d;
    --maryland-primary: #C8122C;
    --maryland-secondary: #1E1E1E;
    --maryland-highlight: #FFC838;
    --font-family-sans-serif: "Montserrat", sans-serif;
}

*, *::before, *::after {
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
}



html {
    font-weight: 400;
    font-size: 16px;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
    -webkit-font-smoothing: antialiased;
    scroll-behavior: smooth;
    scroll-margin-top: 50px;
    scroll-padding-top: 50px;
}

body {
    margin: 0;
    font-family: "Montserrat",sans-serif;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #000;
    text-align: left;
    background-color: #2b639e;
    padding: 0;
    background-position: top center;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed
}



blockquote, q, address {
    margin-left: 2em;
    margin-right: 2em;
    margin-top: 2em;
    padding: 1em;
    position: relative;
    border-left: 5px solid #dee2e6
}

address {
    margin-left: 4.7rem;
    margin-right: 0;
    background-color: #f8f9fa
}

    address:before {
        content: '\f2bb';
        font-family: "Font Awesome 5 Free";
        display: block;
        position: absolute;
        left: -5rem;
        font-size: 3rem;
        line-height: 1;
        top: 0;
        color: #2b639e
    }



h1, h2, h3, h4, h5, h6, .h1, .h2, .mdgov-headingBar, .h3, .h4, .h5, .h6 {
    margin-bottom: 1.5rem;
    font-family: inherit;
    font-weight: 600;
    line-height: 1.2;
    color: inherit
}


a {
    color: #2b639e;
    text-decoration: none;
    background-color: transparent;
    -webkit-text-decoration-skip: objects
}

    a:hover {
        color: #1b3d62;
        text-decoration: underline
    }

.btn-primary {
    color: #fff;
    background-color: #2b639e;
    border-color: #2b639e
}

    .btn-primary:hover {
        color: #fff;
        background-color: #235080;
        border-color: #204a76
    }

    .btn-primary:focus, .btn-primary.focus {
        box-shadow: 0 0 0 .2rem rgba(43,99,158,0.5);
        background-color: #235080
    }

    .btn-primary.disabled, .btn-primary:disabled {
        color: #fff;
        background-color: #2b639e;
        border-color: #2b639e
    }

    .btn-primary:not(:disabled):not(.disabled):active, .btn-primary:not(:disabled):not(.disabled).active, .show > .btn-primary.dropdown-toggle {
        color: #fff;
        background-color: #204a76;
        border-color: #1d446c
    }

        .btn-primary:not(:disabled):not(.disabled):active:focus, .btn-primary:not(:disabled):not(.disabled).active:focus, .show > .btn-primary.dropdown-toggle:focus {
            box-shadow: 0 0 0 .2rem rgba(43,99,158,0.5)
        }

.btn-secondary {
    color: #fff;
    background-color: #1E1E1E;
    border-color: #1E1E1E
}

    .btn-secondary:hover {
        color: #fff;
        background-color: #0b0b0b;
        border-color: #050505
    }

    .btn-secondary:focus, .btn-secondary.focus {
        box-shadow: 0 0 0 .2rem rgba(30,30,30,0.5)
    }

    .btn-secondary.disabled, .btn-secondary:disabled {
        color: #fff;
        background-color: #1E1E1E;
        border-color: #1E1E1E
    }

    .btn-secondary:not(:disabled):not(.disabled):active, .btn-secondary:not(:disabled):not(.disabled).active, .show > .btn-secondary.dropdown-toggle {
        color: #fff;
        background-color: #050505;
        border-color: #000
    }

        .btn-secondary:not(:disabled):not(.disabled):active:focus, .btn-secondary:not(:disabled):not(.disabled).active:focus, .show > .btn-secondary.dropdown-toggle:focus {
            box-shadow: 0 0 0 .2rem rgba(30,30,30,0.5)
        }


.btn-info {
    color: #fff;
    background-color: #0483d8;
    border-color: #0483d8
}

    .btn-info:hover {
        color: #fff;
        background-color: #036cb2;
        border-color: #0365a6
    }

    .btn-info:focus, .btn-info.focus {
        box-shadow: 0 0 0 .2rem rgba(4,131,216,0.5)
    }

    .btn-info.disabled, .btn-info:disabled {
        color: #fff;
        background-color: #0483d8;
        border-color: #0483d8
    }

    .btn-info:not(:disabled):not(.disabled):active, .btn-info:not(:disabled):not(.disabled).active, .show > .btn-info.dropdown-toggle {
        color: #fff;
        background-color: #0365a6;
        border-color: #035d99
    }

        .btn-info:not(:disabled):not(.disabled):active:focus, .btn-info:not(:disabled):not(.disabled).active:focus, .show > .btn-info.dropdown-toggle:focus {
            box-shadow: 0 0 0 .2rem rgba(4,131,216,0.5)
        }

.btn-link {
    font-weight: 400;
    color: #2b639e;
    background-color: transparent
}

    .btn-link:hover {
        color: #1b3d62;
        text-decoration: underline;
        background-color: transparent;
        border-color: transparent
    }

    .btn-link:focus, .btn-link.focus {
        text-decoration: underline;
        border-color: transparent;
        box-shadow: none
    }

    .btn-link:disabled, .btn-link.disabled {
        color: #6c757d;
        pointer-events: none
    }


.fade {
    transition: opacity 0.15s linear
}

@media screen and (prefers-reduced-motion: reduce) {
    .fade {
        transition: none
    }
}

.fade:not(.show) {
    opacity: 0
}

.collapse:not(.show) {
    display: none
}

.collapsing {
    position: relative;
    height: 0;
    overflow: hidden;
    transition: height 0.35s ease
}

@media screen and (prefers-reduced-motion: reduce) {
    .collapsing {
        transition: none
    }
}

.bg-secondary {
    background-color: #1E1E1E !important
}

.bg-highlight {
    background-color: #FFC838 !important
}

a.bg-highlight:hover, a.bg-highlight:focus, button.bg-highlight:hover, button.bg-highlight:focus {
    background-color: #ffba05 !important
}


@media (min-width: 576px) {
    .m-sm-0 {
        margin: 0 !important
    }

    .mt-sm-0, .my-sm-0 {
        margin-top: 0 !important
    }

    .mr-sm-0, .mx-sm-0 {
        margin-right: 0 !important
    }

    .mb-sm-0, .my-sm-0 {
        margin-bottom: 0 !important
    }

    .ml-sm-0, .mx-sm-0 {
        margin-left: 0 !important
    }

    .m-sm-1 {
        margin: 4px !important
    }

    .mt-sm-1, .my-sm-1 {
        margin-top: 4px !important
    }

    .mr-sm-1, .mx-sm-1 {
        margin-right: 4px !important
    }

    .mb-sm-1, .my-sm-1 {
        margin-bottom: 4px !important
    }

    .ml-sm-1, .mx-sm-1 {
        margin-left: 4px !important
    }

    .m-sm-2 {
        margin: 8px !important
    }

    .mt-sm-2, .my-sm-2 {
        margin-top: 8px !important
    }

    .mr-sm-2, .mx-sm-2 {
        margin-right: 8px !important
    }

    .mb-sm-2, .my-sm-2 {
        margin-bottom: 8px !important
    }

    .ml-sm-2, .mx-sm-2 {
        margin-left: 8px !important
    }

    .m-sm-3 {
        margin: 16px !important
    }

    .mt-sm-3, .my-sm-3 {
        margin-top: 16px !important
    }

    .mr-sm-3, .mx-sm-3 {
        margin-right: 16px !important
    }

    .mb-sm-3, .my-sm-3 {
        margin-bottom: 16px !important
    }

    .ml-sm-3, .mx-sm-3 {
        margin-left: 16px !important
    }

    .m-sm-4 {
        margin: 24px !important
    }

    .mt-sm-4, .my-sm-4 {
        margin-top: 24px !important
    }

    .mr-sm-4, .mx-sm-4 {
        margin-right: 24px !important
    }

    .mb-sm-4, .my-sm-4 {
        margin-bottom: 24px !important
    }

    .ml-sm-4, .mx-sm-4 {
        margin-left: 24px !important
    }

    .m-sm-5 {
        margin: 32px !important
    }

    .mt-sm-5, .my-sm-5 {
        margin-top: 32px !important
    }

    .mr-sm-5, .mx-sm-5 {
        margin-right: 32px !important
    }

    .mb-sm-5, .my-sm-5 {
        margin-bottom: 32px !important
    }

    .ml-sm-5, .mx-sm-5 {
        margin-left: 32px !important
    }

    .m-sm-6 {
        margin: 40px !important
    }

    .mt-sm-6, .my-sm-6 {
        margin-top: 40px !important
    }

    .mr-sm-6, .mx-sm-6 {
        margin-right: 40px !important
    }

    .mb-sm-6, .my-sm-6 {
        margin-bottom: 40px !important
    }

    .ml-sm-6, .mx-sm-6 {
        margin-left: 40px !important
    }

    .m-sm-7 {
        margin: 48px !important
    }

    .mt-sm-7, .my-sm-7 {
        margin-top: 48px !important
    }

    .mr-sm-7, .mx-sm-7 {
        margin-right: 48px !important
    }

    .mb-sm-7, .my-sm-7 {
        margin-bottom: 48px !important
    }

    .ml-sm-7, .mx-sm-7 {
        margin-left: 48px !important
    }

    .m-sm-8 {
        margin: 56px !important
    }

    .mt-sm-8, .my-sm-8 {
        margin-top: 56px !important
    }

    .mr-sm-8, .mx-sm-8 {
        margin-right: 56px !important
    }

    .mb-sm-8, .my-sm-8 {
        margin-bottom: 56px !important
    }

    .ml-sm-8, .mx-sm-8 {
        margin-left: 56px !important
    }

    .p-sm-0 {
        padding: 0 !important
    }

    .pt-sm-0, .py-sm-0 {
        padding-top: 0 !important
    }

    .pr-sm-0, .px-sm-0 {
        padding-right: 0 !important
    }

    .pb-sm-0, .py-sm-0 {
        padding-bottom: 0 !important
    }

    .pl-sm-0, .px-sm-0 {
        padding-left: 0 !important
    }

    .p-sm-1 {
        padding: 4px !important
    }

    .pt-sm-1, .py-sm-1 {
        padding-top: 4px !important
    }

    .pr-sm-1, .px-sm-1 {
        padding-right: 4px !important
    }

    .pb-sm-1, .py-sm-1 {
        padding-bottom: 4px !important
    }

    .pl-sm-1, .px-sm-1 {
        padding-left: 4px !important
    }

    .p-sm-2 {
        padding: 8px !important
    }

    .pt-sm-2, .py-sm-2 {
        padding-top: 8px !important
    }

    .pr-sm-2, .px-sm-2 {
        padding-right: 8px !important
    }

    .pb-sm-2, .py-sm-2 {
        padding-bottom: 8px !important
    }

    .pl-sm-2, .px-sm-2 {
        padding-left: 8px !important
    }

    .p-sm-3 {
        padding: 16px !important
    }

    .pt-sm-3, .py-sm-3 {
        padding-top: 16px !important
    }

    .pr-sm-3, .px-sm-3 {
        padding-right: 16px !important
    }

    .pb-sm-3, .py-sm-3 {
        padding-bottom: 16px !important
    }

    .pl-sm-3, .px-sm-3 {
        padding-left: 16px !important
    }

    .p-sm-4 {
        padding: 24px !important
    }

    .pt-sm-4, .py-sm-4 {
        padding-top: 24px !important
    }

    .pr-sm-4, .px-sm-4 {
        padding-right: 24px !important
    }

    .pb-sm-4, .py-sm-4 {
        padding-bottom: 24px !important
    }

    .pl-sm-4, .px-sm-4 {
        padding-left: 24px !important
    }

    .p-sm-5 {
        padding: 32px !important
    }

    .pt-sm-5, .py-sm-5 {
        padding-top: 32px !important
    }

    .pr-sm-5, .px-sm-5 {
        padding-right: 32px !important
    }

    .pb-sm-5, .py-sm-5 {
        padding-bottom: 32px !important
    }

    .pl-sm-5, .px-sm-5 {
        padding-left: 32px !important
    }

    .p-sm-6 {
        padding: 40px !important
    }

    .pt-sm-6, .py-sm-6 {
        padding-top: 40px !important
    }

    .pr-sm-6, .px-sm-6 {
        padding-right: 40px !important
    }

    .pb-sm-6, .py-sm-6 {
        padding-bottom: 40px !important
    }

    .pl-sm-6, .px-sm-6 {
        padding-left: 40px !important
    }

    .p-sm-7 {
        padding: 48px !important
    }

    .pt-sm-7, .py-sm-7 {
        padding-top: 48px !important
    }

    .pr-sm-7, .px-sm-7 {
        padding-right: 48px !important
    }

    .pb-sm-7, .py-sm-7 {
        padding-bottom: 48px !important
    }

    .pl-sm-7, .px-sm-7 {
        padding-left: 48px !important
    }

    .p-sm-8 {
        padding: 56px !important
    }

    .pt-sm-8, .py-sm-8 {
        padding-top: 56px !important
    }

    .pr-sm-8, .px-sm-8 {
        padding-right: 56px !important
    }

    .pb-sm-8, .py-sm-8 {
        padding-bottom: 56px !important
    }

    .pl-sm-8, .px-sm-8 {
        padding-left: 56px !important
    }

    .m-sm-auto {
        margin: auto !important
    }

    .mt-sm-auto, .my-sm-auto {
        margin-top: auto !important
    }

    .mr-sm-auto, .mx-sm-auto {
        margin-right: auto !important
    }

    .mb-sm-auto, .my-sm-auto {
        margin-bottom: auto !important
    }

    .ml-sm-auto, .mx-sm-auto {
        margin-left: auto !important
    }
}

@media (min-width: 768px) {
    .m-md-0 {
        margin: 0 !important
    }
    

    .mt-md-0, .my-md-0 {
        margin-top: 0 !important
    }

    .mr-md-0, .mx-md-0 {
        margin-right: 0 !important
    }

    .mb-md-0, .my-md-0 {
        margin-bottom: 0 !important
    }

    .ml-md-0, .mx-md-0 {
        margin-left: 0 !important
    }

    .m-md-1 {
        margin: 4px !important
    }

    .mt-md-1, .my-md-1 {
        margin-top: 4px !important
    }

    .mr-md-1, .mx-md-1 {
        margin-right: 4px !important
    }

    .mb-md-1, .my-md-1 {
        margin-bottom: 4px !important
    }

    .ml-md-1, .mx-md-1 {
        margin-left: 4px !important
    }

    .m-md-2 {
        margin: 8px !important
    }

    .mt-md-2, .my-md-2 {
        margin-top: 8px !important
    }

    .mr-md-2, .mx-md-2 {
        margin-right: 8px !important
    }

    .mb-md-2, .my-md-2 {
        margin-bottom: 8px !important
    }

    .ml-md-2, .mx-md-2 {
        margin-left: 8px !important
    }

    .m-md-3 {
        margin: 16px !important
    }

    .mt-md-3, .my-md-3 {
        margin-top: 16px !important
    }

    .mr-md-3, .mx-md-3 {
        margin-right: 16px !important
    }

    .mb-md-3, .my-md-3 {
        margin-bottom: 16px !important
    }

    .ml-md-3, .mx-md-3 {
        margin-left: 16px !important
    }

    .m-md-4 {
        margin: 24px !important
    }

    .mt-md-4, .my-md-4 {
        margin-top: 24px !important
    }

    .mr-md-4, .mx-md-4 {
        margin-right: 24px !important
    }

    .mb-md-4, .my-md-4 {
        margin-bottom: 24px !important
    }

    .ml-md-4, .mx-md-4 {
        margin-left: 24px !important
    }

    .m-md-5 {
        margin: 32px !important
    }

    .mt-md-5, .my-md-5 {
        margin-top: 32px !important
    }

    .mr-md-5, .mx-md-5 {
        margin-right: 32px !important
    }

    .mb-md-5, .my-md-5 {
        margin-bottom: 32px !important
    }

    .ml-md-5, .mx-md-5 {
        margin-left: 32px !important
    }

    .m-md-6 {
        margin: 40px !important
    }

    .mt-md-6, .my-md-6 {
        margin-top: 40px !important
    }

    .mr-md-6, .mx-md-6 {
        margin-right: 40px !important
    }

    .mb-md-6, .my-md-6 {
        margin-bottom: 40px !important
    }

    .ml-md-6, .mx-md-6 {
        margin-left: 40px !important
    }

    .m-md-7 {
        margin: 48px !important
    }

    .mt-md-7, .my-md-7 {
        margin-top: 48px !important
    }

    .mr-md-7, .mx-md-7 {
        margin-right: 48px !important
    }

    .mb-md-7, .my-md-7 {
        margin-bottom: 48px !important
    }

    .ml-md-7, .mx-md-7 {
        margin-left: 48px !important
    }

    .m-md-8 {
        margin: 56px !important
    }

    .mt-md-8, .my-md-8 {
        margin-top: 56px !important
    }

    .mr-md-8, .mx-md-8 {
        margin-right: 56px !important
    }

    .mb-md-8, .my-md-8 {
        margin-bottom: 56px !important
    }

    .ml-md-8, .mx-md-8 {
        margin-left: 56px !important
    }

    .p-md-0 {
        padding: 0 !important
    }

    .pt-md-0, .py-md-0, .mdgov-twoCol-col2, .mdgov-threeCol-col2, .mdgov-fullCol, .mdgov-textCol {
        padding-top: 0 !important
    }

    .pr-md-0, .px-md-0 {
        padding-right: 0 !important
    }

    .pb-md-0, .py-md-0, .mdgov-twoCol-col2, .mdgov-threeCol-col2, .mdgov-fullCol, .mdgov-textCol {
        padding-bottom: 0 !important
    }

    .pl-md-0, .px-md-0 {
        padding-left: 0 !important
    }

    .p-md-1 {
        padding: 4px !important
    }

    .pt-md-1, .py-md-1 {
        padding-top: 4px !important
    }

    .pr-md-1, .px-md-1 {
        padding-right: 4px !important
    }

    .pb-md-1, .py-md-1 {
        padding-bottom: 4px !important
    }

    .pl-md-1, .px-md-1 {
        padding-left: 4px !important
    }

    .p-md-2 {
        padding: 8px !important
    }

    .pt-md-2, .py-md-2 {
        padding-top: 8px !important
    }

    .pr-md-2, .px-md-2 {
        padding-right: 8px !important
    }

    .pb-md-2, .py-md-2 {
        padding-bottom: 8px !important
    }

    .pl-md-2, .px-md-2 {
        padding-left: 8px !important
    }

    .p-md-3 {
        padding: 16px !important
    }

    .pt-md-3, .py-md-3 {
        padding-top: 16px !important
    }

    .pr-md-3, .px-md-3, .mdgov-twoCol-col1, .mdgov-threeCol-col1 {
        padding-right: 16px !important
    }

    .pb-md-3, .py-md-3 {
        padding-bottom: 16px !important
    }

    .pl-md-3, .px-md-3, .mdgov-twoCol-col1, .mdgov-threeCol-col1 {
        padding-left: 16px !important
    }

    .p-md-4 {
        padding: 24px !important
    }

    .pt-md-4, .py-md-4 {
        padding-top: 24px !important
    }

    .pr-md-4, .px-md-4 {
        padding-right: 24px !important
    }

    .pb-md-4, .py-md-4 {
        padding-bottom: 24px !important
    }

    .pl-md-4, .px-md-4 {
        padding-left: 24px !important
    }

    .p-md-5 {
        padding: 32px !important
    }

    .pt-md-5, .py-md-5, .mdgov-pageContent {
        padding-top: 32px !important
    }

    .pr-md-5, .px-md-5 {
        padding-right: 32px !important
    }

    .pb-md-5, .py-md-5, .mdgov-pageContent {
        padding-bottom: 32px !important
    }

    .pl-md-5, .px-md-5 {
        padding-left: 32px !important
    }

    .p-md-6 {
        padding: 40px !important
    }

    .pt-md-6, .py-md-6 {
        padding-top: 40px !important
    }

    .pr-md-6, .px-md-6, .mdgov-fullCol, .mdgov-textCol {
        padding-right: 40px !important
    }

    .pb-md-6, .py-md-6 {
        padding-bottom: 40px !important
    }

    .pl-md-6, .px-md-6, .mdgov-fullCol, .mdgov-textCol {
        padding-left: 40px !important
    }

    .p-md-7 {
        padding: 48px !important
    }

    .pt-md-7, .py-md-7 {
        padding-top: 48px !important
    }

    .pr-md-7, .px-md-7 {
        padding-right: 48px !important
    }

    .pb-md-7, .py-md-7 {
        padding-bottom: 48px !important
    }

    .pl-md-7, .px-md-7 {
        padding-left: 48px !important
    }

    .p-md-8 {
        padding: 56px !important
    }

    .pt-md-8, .py-md-8 {
        padding-top: 56px !important
    }

    .pr-md-8, .px-md-8 {
        padding-right: 56px !important
    }

    .pb-md-8, .py-md-8 {
        padding-bottom: 56px !important
    }

    .pl-md-8, .px-md-8 {
        padding-left: 56px !important
    }

    .m-md-auto {
        margin: auto !important
    }

    .mt-md-auto, .my-md-auto {
        margin-top: auto !important
    }

    .mr-md-auto, .mx-md-auto {
        margin-right: auto !important
    }

    .mb-md-auto, .my-md-auto {
        margin-bottom: auto !important
    }

    .ml-md-auto, .mx-md-auto {
        margin-left: auto !important
    }
}

@media (min-width: 992px) {
    .m-lg-0 {
        margin: 0 !important
    }

    .mt-lg-0, .my-lg-0 {
        margin-top: 0 !important
    }

    .mr-lg-0, .mx-lg-0 {
        margin-right: 0 !important
    }

    .mb-lg-0, .my-lg-0 {
        margin-bottom: 0 !important
    }

    .ml-lg-0, .mx-lg-0 {
        margin-left: 0 !important
    }

    .m-lg-1 {
        margin: 4px !important
    }

    .mt-lg-1, .my-lg-1 {
        margin-top: 4px !important
    }

    .mr-lg-1, .mx-lg-1 {
        margin-right: 4px !important
    }

    .mb-lg-1, .my-lg-1 {
        margin-bottom: 4px !important
    }

    .ml-lg-1, .mx-lg-1 {
        margin-left: 4px !important
    }

    .m-lg-2 {
        margin: 8px !important
    }

    .mt-lg-2, .my-lg-2 {
        margin-top: 8px !important
    }

    .mr-lg-2, .mx-lg-2 {
        margin-right: 8px !important
    }

    .mb-lg-2, .my-lg-2 {
        margin-bottom: 8px !important
    }

    .ml-lg-2, .mx-lg-2 {
        margin-left: 8px !important
    }

    .m-lg-3 {
        margin: 16px !important
    }

    .mt-lg-3, .my-lg-3 {
        margin-top: 16px !important
    }

    .mr-lg-3, .mx-lg-3 {
        margin-right: 16px !important
    }

    .mb-lg-3, .my-lg-3 {
        margin-bottom: 16px !important
    }

    .ml-lg-3, .mx-lg-3 {
        margin-left: 16px !important
    }

    .m-lg-4 {
        margin: 24px !important
    }

    .mt-lg-4, .my-lg-4 {
        margin-top: 24px !important
    }

    .mr-lg-4, .mx-lg-4 {
        margin-right: 24px !important
    }

    .mb-lg-4, .my-lg-4 {
        margin-bottom: 24px !important
    }

    .ml-lg-4, .mx-lg-4 {
        margin-left: 24px !important
    }

    .m-lg-5 {
        margin: 32px !important
    }

    .mt-lg-5, .my-lg-5 {
        margin-top: 32px !important
    }

    .mr-lg-5, .mx-lg-5 {
        margin-right: 32px !important
    }

    .mb-lg-5, .my-lg-5 {
        margin-bottom: 32px !important
    }

    .ml-lg-5, .mx-lg-5 {
        margin-left: 32px !important
    }

    .m-lg-6 {
        margin: 40px !important
    }

    .mt-lg-6, .my-lg-6 {
        margin-top: 40px !important
    }

    .mr-lg-6, .mx-lg-6 {
        margin-right: 40px !important
    }

    .mb-lg-6, .my-lg-6 {
        margin-bottom: 40px !important
    }

    .ml-lg-6, .mx-lg-6 {
        margin-left: 40px !important
    }

    .m-lg-7 {
        margin: 48px !important
    }

    .mt-lg-7, .my-lg-7 {
        margin-top: 48px !important
    }

    .mr-lg-7, .mx-lg-7 {
        margin-right: 48px !important
    }

    .mb-lg-7, .my-lg-7 {
        margin-bottom: 48px !important
    }

    .ml-lg-7, .mx-lg-7 {
        margin-left: 48px !important
    }

    .m-lg-8 {
        margin: 56px !important
    }

    .mt-lg-8, .my-lg-8 {
        margin-top: 56px !important
    }

    .mr-lg-8, .mx-lg-8 {
        margin-right: 56px !important
    }

    .mb-lg-8, .my-lg-8 {
        margin-bottom: 56px !important
    }

    .ml-lg-8, .mx-lg-8 {
        margin-left: 56px !important
    }

    .p-lg-0 {
        padding: 0 !important
    }

    .pt-lg-0, .py-lg-0, .mdgov-threeCol-col3 {
        padding-top: 0 !important
    }

    .pr-lg-0, .px-lg-0 {
        padding-right: 0 !important
    }

    .pb-lg-0, .py-lg-0, .mdgov-threeCol-col3 {
        padding-bottom: 0 !important
    }

    .pl-lg-0, .px-lg-0 {
        padding-left: 0 !important
    }

    .p-lg-1 {
        padding: 4px !important
    }

    .pt-lg-1, .py-lg-1 {
        padding-top: 4px !important
    }

    .pr-lg-1, .px-lg-1 {
        padding-right: 4px !important
    }

    .pb-lg-1, .py-lg-1 {
        padding-bottom: 4px !important
    }

    .pl-lg-1, .px-lg-1 {
        padding-left: 4px !important
    }

    .p-lg-2 {
        padding: 8px !important
    }

    .pt-lg-2, .py-lg-2 {
        padding-top: 8px !important
    }

    .pr-lg-2, .px-lg-2 {
        padding-right: 8px !important
    }

    .pb-lg-2, .py-lg-2 {
        padding-bottom: 8px !important
    }

    .pl-lg-2, .px-lg-2 {
        padding-left: 8px !important
    }

    .p-lg-3 {
        padding: 16px !important
    }

    .pt-lg-3, .py-lg-3 {
        padding-top: 16px !important
    }

    .pr-lg-3, .px-lg-3 {
        padding-right: 16px !important
    }

    .pb-lg-3, .py-lg-3 {
        padding-bottom: 16px !important
    }

    .pl-lg-3, .px-lg-3 {
        padding-left: 16px !important
    }

    .p-lg-4 {
        padding: 24px !important
    }

    .pt-lg-4, .py-lg-4 {
        padding-top: 24px !important
    }

    .pr-lg-4, .px-lg-4, .mdgov-twoCol-col1, .mdgov-twoCol-col2, .mdgov-threeCol-col1, .mdgov-threeCol-col2, .mdgov-threeCol-col3 {
        padding-right: 24px !important
    }

    .pb-lg-4, .py-lg-4 {
        padding-bottom: 24px !important
    }

    .pl-lg-4, .px-lg-4, .mdgov-twoCol-col1, .mdgov-twoCol-col2, .mdgov-threeCol-col1, .mdgov-threeCol-col2, .mdgov-threeCol-col3 {
        padding-left: 24px !important
    }

    .p-lg-5 {
        padding: 32px !important
    }

    .pt-lg-5, .py-lg-5 {
        padding-top: 32px !important
    }

    .pr-lg-5, .px-lg-5 {
        padding-right: 32px !important
    }

    .pb-lg-5, .py-lg-5 {
        padding-bottom: 32px !important
    }

    .pl-lg-5, .px-lg-5 {
        padding-left: 32px !important
    }

    .p-lg-6 {
        padding: 40px !important
    }

    .pt-lg-6, .py-lg-6 {
        padding-top: 40px !important
    }

    .pr-lg-6, .px-lg-6 {
        padding-right: 40px !important
    }

    .pb-lg-6, .py-lg-6 {
        padding-bottom: 40px !important
    }

    .pl-lg-6, .px-lg-6 {
        padding-left: 40px !important
    }

    .p-lg-7 {
        padding: 48px !important
    }

    .pt-lg-7, .py-lg-7 {
        padding-top: 48px !important
    }

    .pr-lg-7, .px-lg-7 {
        padding-right: 48px !important
    }

    .pb-lg-7, .py-lg-7 {
        padding-bottom: 48px !important
    }

    .pl-lg-7, .px-lg-7 {
        padding-left: 48px !important
    }

    .p-lg-8, .mdgov-marketingIntro__content {
        padding: 56px !important
    }

    .pt-lg-8, .py-lg-8, .mdgov-pageContent {
        padding-top: 56px !important
    }

    .pr-lg-8, .px-lg-8 {
        padding-right: 56px !important
    }

    .pb-lg-8, .py-lg-8, .mdgov-pageContent {
        padding-bottom: 56px !important
    }

    .pl-lg-8, .px-lg-8 {
        padding-left: 56px !important
    }

    .m-lg-auto {
        margin: auto !important
    }

    .mt-lg-auto, .my-lg-auto {
        margin-top: auto !important
    }

    .mr-lg-auto, .mx-lg-auto {
        margin-right: auto !important
    }

    .mb-lg-auto, .my-lg-auto {
        margin-bottom: auto !important
    }

    .ml-lg-auto, .mx-lg-auto {
        margin-left: auto !important
    }
}

@media (min-width: 1200px) {
    .m-xl-0 {
        margin: 0 !important
    }

    .mt-xl-0, .my-xl-0 {
        margin-top: 0 !important
    }

    .mr-xl-0, .mx-xl-0 {
        margin-right: 0 !important
    }

    .mb-xl-0, .my-xl-0 {
        margin-bottom: 0 !important
    }

    .ml-xl-0, .mx-xl-0 {
        margin-left: 0 !important
    }

    .m-xl-1 {
        margin: 4px !important
    }

    .mt-xl-1, .my-xl-1 {
        margin-top: 4px !important
    }

    .mr-xl-1, .mx-xl-1 {
        margin-right: 4px !important
    }

    .mb-xl-1, .my-xl-1 {
        margin-bottom: 4px !important
    }

    .ml-xl-1, .mx-xl-1 {
        margin-left: 4px !important
    }

    .m-xl-2 {
        margin: 8px !important
    }

    .mt-xl-2, .my-xl-2 {
        margin-top: 8px !important
    }

    .mr-xl-2, .mx-xl-2 {
        margin-right: 8px !important
    }

    .mb-xl-2, .my-xl-2 {
        margin-bottom: 8px !important
    }

    .ml-xl-2, .mx-xl-2 {
        margin-left: 8px !important
    }

    .m-xl-3 {
        margin: 16px !important
    }

    .mt-xl-3, .my-xl-3 {
        margin-top: 16px !important
    }

    .mr-xl-3, .mx-xl-3 {
        margin-right: 16px !important
    }

    .mb-xl-3, .my-xl-3 {
        margin-bottom: 16px !important
    }

    .ml-xl-3, .mx-xl-3 {
        margin-left: 16px !important
    }

    .m-xl-4 {
        margin: 24px !important
    }

    .mt-xl-4, .my-xl-4 {
        margin-top: 24px !important
    }

    .mr-xl-4, .mx-xl-4 {
        margin-right: 24px !important
    }

    .mb-xl-4, .my-xl-4 {
        margin-bottom: 24px !important
    }

    .ml-xl-4, .mx-xl-4 {
        margin-left: 24px !important
    }

    .m-xl-5 {
        margin: 32px !important
    }

    .mt-xl-5, .my-xl-5 {
        margin-top: 32px !important
    }

    .mr-xl-5, .mx-xl-5 {
        margin-right: 32px !important
    }

    .mb-xl-5, .my-xl-5 {
        margin-bottom: 32px !important
    }

    .ml-xl-5, .mx-xl-5 {
        margin-left: 32px !important
    }

    .m-xl-6 {
        margin: 40px !important
    }

    .mt-xl-6, .my-xl-6 {
        margin-top: 40px !important
    }

    .mr-xl-6, .mx-xl-6 {
        margin-right: 40px !important
    }

    .mb-xl-6, .my-xl-6 {
        margin-bottom: 40px !important
    }

    .ml-xl-6, .mx-xl-6 {
        margin-left: 40px !important
    }

    .m-xl-7 {
        margin: 48px !important
    }

    .mt-xl-7, .my-xl-7 {
        margin-top: 48px !important
    }

    .mr-xl-7, .mx-xl-7 {
        margin-right: 48px !important
    }

    .mb-xl-7, .my-xl-7 {
        margin-bottom: 48px !important
    }

    .ml-xl-7, .mx-xl-7 {
        margin-left: 48px !important
    }

    .m-xl-8 {
        margin: 56px !important
    }

    .mt-xl-8, .my-xl-8 {
        margin-top: 56px !important
    }

    .mr-xl-8, .mx-xl-8 {
        margin-right: 56px !important
    }

    .mb-xl-8, .my-xl-8 {
        margin-bottom: 56px !important
    }

    .ml-xl-8, .mx-xl-8 {
        margin-left: 56px !important
    }

    .p-xl-0 {
        padding: 0 !important
    }

    .pt-xl-0, .py-xl-0 {
        padding-top: 0 !important
    }

    .pr-xl-0, .px-xl-0 {
        padding-right: 0 !important
    }

    .pb-xl-0, .py-xl-0 {
        padding-bottom: 0 !important
    }

    .pl-xl-0, .px-xl-0 {
        padding-left: 0 !important
    }

    .p-xl-1 {
        padding: 4px !important
    }

    .pt-xl-1, .py-xl-1 {
        padding-top: 4px !important
    }

    .pr-xl-1, .px-xl-1 {
        padding-right: 4px !important
    }

    .pb-xl-1, .py-xl-1 {
        padding-bottom: 4px !important
    }

    .pl-xl-1, .px-xl-1 {
        padding-left: 4px !important
    }

    .p-xl-2 {
        padding: 8px !important
    }

    .pt-xl-2, .py-xl-2 {
        padding-top: 8px !important
    }

    .pr-xl-2, .px-xl-2 {
        padding-right: 8px !important
    }

    .pb-xl-2, .py-xl-2 {
        padding-bottom: 8px !important
    }

    .pl-xl-2, .px-xl-2 {
        padding-left: 8px !important
    }

    .p-xl-3 {
        padding: 16px !important
    }

    .pt-xl-3, .py-xl-3 {
        padding-top: 16px !important
    }

    .pr-xl-3, .px-xl-3, .mdgov-fullCol {
        padding-right: 16px !important
    }

    .pb-xl-3, .py-xl-3 {
        padding-bottom: 16px !important
    }

    .pl-xl-3, .px-xl-3, .mdgov-fullCol {
        padding-left: 16px !important
    }

    .p-xl-4 {
        padding: 24px !important
    }

    .pt-xl-4, .py-xl-4 {
        padding-top: 24px !important
    }

    .pr-xl-4, .px-xl-4 {
        padding-right: 24px !important
    }

    .pb-xl-4, .py-xl-4 {
        padding-bottom: 24px !important
    }

    .pl-xl-4, .px-xl-4 {
        padding-left: 24px !important
    }

    .p-xl-5 {
        padding: 32px !important
    }

    .pt-xl-5, .py-xl-5 {
        padding-top: 32px !important
    }

    .pr-xl-5, .px-xl-5 {
        padding-right: 32px !important
    }

    .pb-xl-5, .py-xl-5 {
        padding-bottom: 32px !important
    }

    .pl-xl-5, .px-xl-5 {
        padding-left: 32px !important
    }

    .p-xl-6 {
        padding: 40px !important
    }

    .pt-xl-6, .py-xl-6 {
        padding-top: 40px !important
    }

    .pr-xl-6, .px-xl-6 {
        padding-right: 40px !important
    }

    .pb-xl-6, .py-xl-6 {
        padding-bottom: 40px !important
    }

    .pl-xl-6, .px-xl-6 {
        padding-left: 40px !important
    }

    .p-xl-7 {
        padding: 48px !important
    }

    .pt-xl-7, .py-xl-7 {
        padding-top: 48px !important
    }

    .pr-xl-7, .px-xl-7 {
        padding-right: 48px !important
    }

    .pb-xl-7, .py-xl-7 {
        padding-bottom: 48px !important
    }

    .pl-xl-7, .px-xl-7 {
        padding-left: 48px !important
    }

    .p-xl-8 {
        padding: 56px !important
    }

    .pt-xl-8, .py-xl-8 {
        padding-top: 56px !important
    }

    .pr-xl-8, .px-xl-8 {
        padding-right: 56px !important
    }

    .pb-xl-8, .py-xl-8 {
        padding-bottom: 56px !important
    }

    .pl-xl-8, .px-xl-8 {
        padding-left: 56px !important
    }

    .m-xl-auto {
        margin: auto !important
    }

    .mt-xl-auto, .my-xl-auto {
        margin-top: auto !important
    }

    .mr-xl-auto, .mx-xl-auto {
        margin-right: auto !important
    }

    .mb-xl-auto, .my-xl-auto {
        margin-bottom: auto !important
    }

    .ml-xl-auto, .mx-xl-auto {
        margin-left: auto !important
    }
}

.text-maryland-primary {
    color: #C8122C !important
}



.bg-lightyellow {
    background-color: #ffdfa2;
}

.mdgov-sectionNav .nav-link, .mdgov-sectionNav .mdgov-marketingIntro__nav a, .mdgov-marketingIntro__nav .mdgov-sectionNav a {
    color: #000;
    text-decoration: none;
    padding: 1rem;
    border-bottom: 1px solid rgba(0,0,0,0.1)
}

    .mdgov-sectionNav .nav-link:hover, .mdgov-sectionNav .mdgov-marketingIntro__nav a:hover, .mdgov-marketingIntro__nav .mdgov-sectionNav a:hover, .mdgov-sectionNav .nav-link:focus, .mdgov-sectionNav .mdgov-marketingIntro__nav a:focus, .mdgov-marketingIntro__nav .mdgov-sectionNav a:focus, .mdgov-sectionNav .nav-link:active, .mdgov-sectionNav .mdgov-marketingIntro__nav a:active, .mdgov-marketingIntro__nav .mdgov-sectionNav a:active {
        font-weight: 600
    }

    .mdgov-sectionNav .nav-link.active, .mdgov-sectionNav .mdgov-marketingIntro__nav a.active, .mdgov-marketingIntro__nav .mdgov-sectionNav a.active {
        color: #2b639e;
        font-weight: 600;
        position: relative;
        padding-right: 1.5rem
    }

    .mdgov-sectionNav .nav-link[aria-expanded="true"], .mdgov-sectionNav .mdgov-marketingIntro__nav a[aria-expanded="true"], .mdgov-marketingIntro__nav .mdgov-sectionNav a[aria-expanded="true"] {
        font-weight: 600
    }

    .mdgov-sectionNav .nav-link[data-toggle="collapse"], .mdgov-sectionNav .mdgov-marketingIntro__nav a[data-toggle="collapse"], .mdgov-marketingIntro__nav .mdgov-sectionNav a[data-toggle="collapse"] {
        border-bottom: 1px solid rgba(0,0,0,0.1)
    }

    .mdgov-sectionNav .nav-link + .collapsing .nav-link, .mdgov-sectionNav .mdgov-marketingIntro__nav a + .collapsing .nav-link, .mdgov-marketingIntro__nav .mdgov-sectionNav a + .collapsing .nav-link, .mdgov-sectionNav .nav-link + .collapsing .mdgov-marketingIntro__nav a, .mdgov-marketingIntro__nav .mdgov-sectionNav .nav-link + .collapsing a, .mdgov-sectionNav .mdgov-marketingIntro__nav a + .collapsing a, .mdgov-marketingIntro__nav .mdgov-sectionNav a + .collapsing a, .mdgov-sectionNav .nav-link + .collapse .nav-link, .mdgov-sectionNav .mdgov-marketingIntro__nav a + .collapse .nav-link, .mdgov-marketingIntro__nav .mdgov-sectionNav a + .collapse .nav-link, .mdgov-sectionNav .nav-link + .collapse .mdgov-marketingIntro__nav a, .mdgov-marketingIntro__nav .mdgov-sectionNav .nav-link + .collapse a, .mdgov-sectionNav .mdgov-marketingIntro__nav a + .collapse a, .mdgov-marketingIntro__nav .mdgov-sectionNav a + .collapse a {
        padding-left: 1.5rem;
        padding-right: 1.5rem
    }

    .mdgov-sectionNav .nav-link:last-of-type, .mdgov-sectionNav .mdgov-marketingIntro__nav a:last-of-type, .mdgov-marketingIntro__nav .mdgov-sectionNav a:last-of-type {
        border-bottom: 0 !important
    }

.nav-tabs .nav-link:not(.active), .nav-tabs .mdgov-marketingIntro__nav a:not(.active), .mdgov-marketingIntro__nav .nav-tabs a:not(.active) {
    color: #000
}

.nav-link[data-toggle="collapse"], .mdgov-marketingIntro__nav a[data-toggle="collapse"] {
    display: flex;
    align-items: center
}

    .nav-link[data-toggle="collapse"]:after, .mdgov-marketingIntro__nav a[data-toggle="collapse"]:after {
        content: "\63";
        display: inline-block;
        margin-left: auto;
        padding-left: 1rem;
        font-family: "mdgov-icons";
        text-rendering: auto;
        -webkit-font-smoothing: antialiased;
        transform-origin: center;
        transition: transform 300ms ease
    }

@media screen and (prefers-reduced-motion: reduce) {
    .nav-link[data-toggle="collapse"]:after, .mdgov-marketingIntro__nav a[data-toggle="collapse"]:after {
        transition: none
    }
}

.nav-link[data-toggle="collapse"][aria-expanded="true"]:after, .mdgov-marketingIntro__nav a[data-toggle="collapse"][aria-expanded="true"]:after {
    transform: rotateX(180deg) translateZ(0)
}

.breadcrumb {
    white-space: nowrap;
    flex-wrap: nowrap;
    overflow: hidden;
    overflow-x: auto;
    -webkit-overflow-scrolling: auto;
    padding: 1rem
}

@media (min-width: 992px) {
    .breadcrumb {
        padding: 1rem 2.5rem
    }
}

.breadcrumb-item:last-child {
    padding-right: 1rem
}

@media (min-width: 768px) {
    .breadcrumb-item:last-child {
        padding-right: 1.5rem
    }
}

@media (max-width: 868px) and (min-width: 280px) {
    .search-cameras-field {
        flex: none !important;
    }

    .dmsSignMessage_filter label {
        margin: 10px;
    }
}

@media (max-width: 792px) and (min-width: 280px) {
    #dmsSignMessage_filter {
        float: none !important;
        margin-top: 0px !important
    }

        #dmsSignMessage_filter label {
            margin-top: 10px !important;
        }

    #dmsSignMessage_wrapper .dataTables_length {
        float: none !important;
    }

    .lengend-size-box {
        flex: 1 0 31% !important;
        padding: 1px 10px !important;
        font-size: 14px !important
    }

    .incident-legend-sticky {
        top: 117px !important;
    }
}

.breadcrumb a {
    color: #000000;
    text-decoration: none
}

    .breadcrumb a:focus, .breadcrumb a:hover {
        color: #2b639e
    }

.carousel {
    padding-bottom: 3rem
}

a.carousel-item:hover, a.carousel-item:focus, a.carousel-item:hover *, a.carousel-item:focus * {
    text-decoration: none
}

.carousel-caption {
    position: relative;
    right: auto;
    bottom: auto;
    left: 0;
    z-index: 1;
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
    color: #000;
    text-align: left
}

    .carousel-caption p:last-child {
        margin-bottom: 0
    }

.carousel-control-prev, .carousel-control-next {
    height: calc(100% - 3rem)
}

    .carousel-control-prev:hover, .carousel-control-next:hover {
        background-color: rgba(0,0,0,0.25)
    }

.carousel-indicators {
    bottom: 0;
    background-color: transparent;
    z-index: 1
}

    .carousel-indicators li {
        width: 30px;
        height: 3px;
        margin-right: 3px;
        margin-left: 3px;
        text-indent: -999px;
        background-color: rgba(43,99,158,0.5)
    }

    .carousel-indicators .active {
        background-color: #2b639e
    }

.card-shadowed {
    box-shadow: 0 2px 3px 0 rgba(0,0,0,0.25);
    border: 0
}

.card-footer {
    padding: 1rem
}

.card > a:first-child {
    text-decoration: none
}

.card > :first-child {
    min-height: 1px
}

.card-img-top {
    min-height: 0.01px
}

.alert {
    display: flex;
    align-items: center;
    min-height: 82px
}

    .alert .close {
        font-size: 16px
    }

.alert-icon {
    flex: 0 0 auto;
    font-size: 3em;
    margin-right: 1rem;
    line-height: 1;
    align-self: flex-start
}

.alert-text {
    flex: 1 1 auto
}

    .alert-text :last-child {
        margin-bottom: 0
    }

.alert a {
    color: #fff;
    text-decoration: underline
}

.alert-heading {
    margin-bottom: 0
}

.alert-dismissible {
    padding-right: 3.5rem
}

pre {
    background-color: #f1f1f1;
    padding: 1rem
}

    pre code {
        background-color: inherit
    }

.modal-open {
    padding-right: 0 !important
}

    .modal-open .modal {
        overflow-y: hidden
    }

.modal-title {
    line-height: 1
}

.modal-header {
    color: #fff;
    background-color: #2b639e
}

    .modal-header .close {
        font-size: 16px
    }

.modal-body {
    max-height: 60vh;
    overflow: auto;
    -webkit-overflow-scrolling: touch
}

.modal.show {
    padding-right: 0 !important
}

.modal-dialog.draggable .modal-header {
    cursor: move
}

.dropdown-menu {
    max-height: 80vh;
    overflow: auto
}

.dropdown-toggle::after {
    content: "\63";
    display: inline-block;
    float: right;
    margin-left: .5rem;
    font-family: "mdgov-icons";
    font-size: 12px;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    font-weight: normal;
    -webkit-transition: transform 300ms ease;
    -moz-transition: transform 300ms ease;
    -ms-transition: transform 300ms ease;
    -o-transition: transform 300ms ease;
    transition: transform 300ms ease;
    transform-origin: center;
    border: 0;
    width: auto;
    height: auto
}

input, button, select, option, optgroup, textarea {
    font-weight: inherit
}

.bg-gray, .bg-gray-200 {
    background-color: #e9ecef !important
}

.bg-gray-100 {
    background-color: #f8f9fa !important
}

.bg-maryland-primary {
    background-color: #C8122C !important
}

.bg-maryland-secondary {
    background-color: #1E1E1E !important
}

.bg-maryland-highlight {
    background-color: #FFC838 !important
}

.links-white a, .links-white a:hover, .links-white a:focus {
    color: #fff
}

.mw-768 {
    max-width: 768px !important
}

.mw-960 {
    max-width: 960px !important
}

.mw-1200 {
    max-width: 1200px !important
}

.mw-1920 {
    max-width: 1920px !important
}

code {
    background-color: #e9ecef;
    border-radius: 3px;
    padding: 0.1em 0.25em;
    vertical-align: baseline
}

label {
    font-weight: 600
}

*:target {
    padding-top: calc(50px + 1.5rem);
    margin-top: calc(-50px + -1.5rem);
    -webkit-background-clip: content-box;
    background-clip: content-box;
    animation: highlightFade 2s normal
}

@media (min-width: 992px) {
    *:target {
        padding-top: calc(60px + 1.5rem);
        margin-top: calc(-60px + -1.5rem)
    }
}

#mdgovMain:target {
    padding-top: 50px;
    margin-top: -50px
}

@media (min-width: 992px) {
    #mdgovMain:target {
        padding-top: 60px;
        margin-top: -60px
    }
}

.text-wrap {
    white-space: normal !important
}

@-webkit-keyframes fadeInDown {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0)
    }

    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

@keyframes fadeInDown {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0)
    }

    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

.fadeInDown {
    -webkit-animation-name: fadeInDown;
    animation-name: fadeInDown
}

@-webkit-keyframes fadeOutUp {
    from {
        opacity: 1
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0)
    }
}

@keyframes fadeOutUp {
    from {
        opacity: 1
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0)
    }
}

.fadeOutUp {
    -webkit-animation-name: fadeOutUp;
    animation-name: fadeOutUp
}

@-webkit-keyframes highlightFade {
    0% {
        background-color: transparent
    }

    50% {
        background-color: #ffdfa2
    }

    100% {
        background-color: transparent
    }
}

@keyframes highlightFade {
    0% {
        background-color: transparent
    }

    50% {
        background-color: #ffdfa2
    }

    100% {
        background-color: transparent
    }
}

.highlightFade {
    -webkit-animation-name: highlightFade;
    animation-name: highlightFade
}

.rotate-0 {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg)
}

.rotate-45 {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg)
}

.rotate-90 {
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg)
}

.rotate-180 {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg)
}

.rotate-360 {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg)
}

.rotate--45 {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg)
}

.rotate--90 {
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    transform: rotate(-90deg)
}

.rotate--180 {
    -webkit-transform: rotate(-180deg);
    -moz-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    -o-transform: rotate(-180deg);
    transform: rotate(-180deg)
}

.rotate--360 {
    -webkit-transform: rotate(-360deg);
    -moz-transform: rotate(-360deg);
    -ms-transform: rotate(-360deg);
    -o-transform: rotate(-360deg);
    transform: rotate(-360deg)
}

.mdgov-loader {
    margin: 60px auto;
    font-size: 10px;
    position: relative;
    text-indent: -9999em;
    border-top: 1.1em solid rgba(0,0,0,0.2);
    border-right: 1.1em solid rgba(0,0,0,0.2);
    border-bottom: 1.1em solid rgba(0,0,0,0.2);
    border-left: 1.1em solid #000;
    -webkit-transform: translateZ(0);
    -ms-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-animation: mdgovLoader 1.1s infinite linear;
    animation: mdgovLoader 1.1s infinite linear;
    overflow: hidden
}

    .mdgov-loader, .mdgov-loader:after {
        border-radius: 50%;
        width: 10em;
        height: 10em
    }

@-webkit-keyframes mdgovLoader {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

@keyframes mdgovLoader {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

.mdgov-background {
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1
}

.mdgovBodyTop-background {
    background-color: #357bc7;
}

.mdgov-homePanel {
    background-color: #1E1E1E
}

@media (min-width: 992px) {
    .mdgov-homePanel {
        background-color: transparent
    }
}

.mdgov-marketingIntro {
    min-height: 50vh
}

.mdgov-marketingIntro__heading {
    font-size: 2rem;
    font-weight: 100;
    text-shadow: 1px 1px 3px rgba(0,0,0,0.75);
    margin-bottom: 3rem
}

@media (min-width: 992px) {
    .mdgov-marketingIntro__heading {
        font-size: 3rem
    }
}

@media (min-width: 992px) {
    .mdgov-marketingIntro__nav a {
        max-width: 250px
    }
}

#mdgov-accessMenu {
    position: fixed;
    left: 0;
    top: 50px;
    z-index: 2
}

    #mdgov-accessMenu a {
        background-color: #fff;
        padding: 1rem;
        display: block
    }

@media (min-width: 768px) {
    #mdgov-accessMenu {
        top: 60px
    }
}



@media (min-width: 992px) {
    .container-fluid {
        max-width: 90%
    }
}

.mdgov-fixed, .mdgov-fixed.container {
    max-width: 1200px
}

.mdgov-fluid, .mdgov-fluid.container {
    max-width: 1920px
}

.mdgov-main {
    width: 100%;
}

.header-title {
    margin-top: 1.5rem;
}

.mdgov-outerWrap {
    margin-top: 50px;
    position: relative;
    width: 100%;
    background-position: top center;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed
}

@media (min-width: 768px) {
    .mdgov-outerWrap {
        margin-top: 60px
    }
}

.mdgov-innerWrap {
    position: relative;
    z-index: 1;
    width: 100%;
    max-width: 1920px;
    margin: 0 auto;
    background-position: top center;
    background-size: cover;
    background-repeat: no-repeat;
    background-color: #fff;
    display: flex;
    flex-flow: column nowrap
}

    .mdgov-innerWrap.mdgov-fixed {
        max-width: 1200px
    }

.mdgov-footer {
    clear: both;
    max-width: 1920px;
    margin: 0 auto;
    z-index: 9999;
}

.mdgov-fixed + .mdgov-footer {
    max-width: 1200px
}

.mdgov-footer__top {
    background-color: #f8f9fa;
    clear: both;
    max-width: 1920px;
    margin: 0 auto
}

    .mdgov-footer__top hr {
        align-self: center;
        background-color: #085148;
        padding: 0;
        margin: 0;
        border: 0;
        height: 1px
    }

@media (max-width: 991.98px) {
    .mdgov-footer__top hr {
        display: none
    }
}

.mdgov-footer__middle, .mdgov-footer__bottom {
    text-align: center;
    clear: both;
    background-color: #2b639e
}

    .mdgov-footer__middle h2, .mdgov-footer__bottom h2 {
        font-size: 1.3rem;
        margin: 0
    }

    .mdgov-footer__middle *, .mdgov-footer__bottom * {
        color: #ffffff
    }

    .mdgov-footer__middle a, .mdgov-footer__bottom a {
        text-decoration: underline
    }

        .mdgov-footer__middle a:hover, .mdgov-footer__middle a:focus, .mdgov-footer__bottom a:hover, .mdgov-footer__bottom a:focus {
            color: #ffffff
        }

.mdgov-footer__middle {
    padding: 1rem 1rem 0 1rem
}

@media (min-width: 768px) {
    .mdgov-footer__middle {
        padding: 2rem 2rem 0 2rem
    }
}

.mdgov-footer__bottom {
    border-top: 1px solid rgba(255,255,255,0.15);
    padding: 1rem 1rem 6rem 1rem
}

@media (min-width: 768px) {
    .mdgov-footer__bottom {
        padding: 2rem 2rem 7rem 2rem
    }
}

.mdgov-footer__copyright {
    margin-top: 0
}

.mdgov-footer__contacts {
    text-align: center;
    margin: 0 auto
}

.mdgov-footer__nav {
    width: 100%;
    padding: 0;
    margin-top: 0;
    margin-bottom: 2rem;
    list-style: none;
}

@media (max-width: 767.98px) {
    .mdgov-footer__nav {
        text-align: center
    }
}

@media (min-width: 1200px) {
    .mdgov-footer__nav {
        text-align: center
    }

        .mdgov-footer__nav li {
            display: block;
            margin-right: 1.5rem
        }

            .mdgov-footer__nav li:last-child {
                margin: 0
            }

        .mdgov-footer__nav li {
            display: inline-block
        }
}

.mdgov-section {
    margin-bottom: 3rem
}

    .mdgov-section:last-child {
        margin-bottom: 0
    }

.mdgov-section__heading {
    border-bottom: 1px solid #1E1E1E;
    padding-bottom: 1.5rem;
    position: relative;
    overflow: hidden;
    overflow-y: hidden;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    clear: both
}

.text-light .mdgov-section__heading {
    border-bottom: 1px solid #fff
}

.mdgov-section__heading::before {
    content: '';
    position: absolute;
    left: 0;
    bottom: -1px;
    height: 4px;
    width: 30%;
    background-color: #1E1E1E
}

.text-light .mdgov-section__heading::before {
    background-color: #fff
}

@media (min-width: 992px) {
    .mdgov-section {
        margin-bottom: 4rem
    }
}

.mdgov-divider {
    height: auto
}

.mdgov-divider--diag {
    display: none;
    height: 4vw
}

    .mdgov-divider--diag path, .mdgov-divider--diag polygon {
        fill: currentColor;
        stroke: currentColor
    }

@media (min-width: 992px) {
    .mdgov-divider--diag {
        display: block
    }
}

.mdgov-angledDivider {
    position: relative;
    height: 4vw;
    overflow: hidden
}

    .mdgov-angledDivider hr {
        border: 0;
        height: 4vw;
        position: absolute;
        top: 0;
        left: -2%;
        width: 104%;
        margin: 0 auto;
        transform-origin: right
    }

.mdgov-angledDivider--transparent {
    height: 0;
    overflow: visible
}

    .mdgov-angledDivider--transparent hr {
        top: -4vw
    }

.mdgov-scrollArrow {
    display: none;
    cursor: default
}

@media (min-width: 992px) {
    .mdgov-scrollArrow {
        display: block;
        text-align: center;
        margin-top: -41px;
        position: relative;
        bottom: 0;
        right: 0;
        left: 0;
        width: 250px;
        height: 41px;
        margin-left: auto;
        margin-right: auto;
        z-index: 2
    }

        .mdgov-scrollArrow .downArrow {
            position: absolute;
            top: 50%;
            color: #fff;
            margin-top: -12px;
            font-size: 24px;
            left: 50%;
            margin-left: -12px;
            transition: transform 300ms ease;
            transform-origin: center;
            font-size: 24px;
            line-height: 1
        }

    .mdgov-scrollArrow--fixed {
        position: fixed;
        opacity: .65
    }

        .mdgov-scrollArrow--fixed.scrolled {
            opacity: 1;
            cursor: pointer
        }

            .mdgov-scrollArrow--fixed.scrolled .downArrow {
                transform: rotateX(-180deg)
            }

    .mdgov-scrollArrow .downButton {
        fill: #000
    }
}

.mdgov-notifications, .mdgov-bodynotifications {
    position: relative;
    left: 0;
    top: 0;
    z-index: 2;
    width: 100%
}

    .mdgov-notifications:not(:empty), .mdgov-bodynotifications:not(:empty) {
        margin-bottom: 1.5rem
    }

@media (max-width: 991.98px) {
    .js-nav .mdgov-notifications, .js-nav .mdgov-bodynotifications {
        z-index: 1
    }
}

.mdgov-notifications ul, .mdgov-bodynotifications ul {
    padding: 0 0 0 1.2rem;
    margin: 0
}

.mdgov-notifications .alert, .mdgov-bodynotifications .alert {
    margin: 0;
    animation-duration: 300ms;
    animation-timing-function: ease-in-out
}

.mdgov-notifications .alert-floating, .mdgov-bodynotifications .alert-floating {
    position: fixed;
    top: 50px;
    left: 0;
    width: 100%
}

@media (min-width: 768px) {
    .mdgov-notifications .alert-floating, .mdgov-bodynotifications .alert-floating {
        top: 60px
    }
}

@keyframes fadeSlide {
    0% {
        opacity: 0.5
    }

    100% {
        opacity: 1
    }
}

.mdgov-imageGrid {
    display: flex;
    flex-flow: row wrap;
    margin: -0.5rem
}

.mdgov-imageGrid__item {
    order: 1;
    flex-basis: 25%;
    max-width: 25%;
    padding: 0.5rem;
    outline: none;
    overflow: hidden;
    position: relative;
    cursor: pointer
}

a.mdgov-imageGrid__item {
    display: block;
    outline: none
}

.mdgov-imageGrid__item__content {
    display: flex;
    align-items: center;
    overflow: hidden
}

.mdgov-imageGrid__item img {
    width: 100%
}

.mdgov-imageGrid__item__caption {
    opacity: 0;
    position: absolute;
    top: 0.5rem;
    background-color: rgba(0,0,0,0.52);
    color: #fff;
    padding: 1rem;
    right: 0.5rem;
    left: 0.5rem;
    overflow: auto;
    -webkit-overflow-scrolling: touch
}

    .mdgov-imageGrid__item__caption h1, .mdgov-imageGrid__item__caption h2, .mdgov-imageGrid__item__caption h3, .mdgov-imageGrid__item__caption h4, .mdgov-imageGrid__item__caption h5, .mdgov-imageGrid__item__caption h6, .mdgov-imageGrid__item__caption p {
        margin: 0
    }

    .mdgov-imageGrid__item__caption[data-placement="right"] {
        max-width: 175px;
        bottom: 0.5rem;
        left: auto
    }

    .mdgov-imageGrid__item__caption[data-placement="left"] {
        max-width: 175px;
        bottom: 0.5rem;
        right: auto
    }

    .mdgov-imageGrid__item__caption[data-placement="bottom"] {
        bottom: 0.5rem;
        top: auto
    }

.mdgov-imageGrid__item.active.hover .mdgov-imageGrid__item__caption {
    animation: fadeSlide 1s ease;
    opacity: 1
}

.mdgov-imageGrid__item:not(.active) img {
    width: 100%
}

.no-touchevents .mdgov-imageGrid__item:not(.active):hover {
    -webkit-transition: opacity 0.5s ease;
    transition: opacity 0.5s ease;
    -webkit-transform: scale(1.1);
    transform: scale(1.1)
}

.mdgov-imageGrid__item.active {
    order: 0;
    min-width: 100%;
    animation: fadeSlide 0.5s ease
}

@media (min-width: 768px) {
    .mdgov-imageGrid__item {
        margin-bottom: 0
    }
}

.mdgov-hero {
    display: flex;
    flex-flow: row wrap;
    align-items: center;
    background-color: #2b639e;
    flex: 0 0 auto;
    overflow-x: hidden;
    z-index: 1
}

.mdgov-hero__brand {
    flex: 0 1 auto;
    display: flex;
    flex-flow: row nowrap;
    width: 100%;
    align-items: center;
    text-decoration: none !important;
    color: #fff;
    position: relative
}

@media (min-width: 992px) {
    .mdgov-hero__brand {
        width: auto;
        min-height: 167px
    }
}

@media (min-width: 992px) {
    .mdgov-hero__brand--angled:after {
        content: "";
        backface-visibility: hidden;
        background-color: rgba(0,0,0,0.35);
        height: 100%;
        width: 56vw;
        position: absolute;
        top: 0;
        transform-origin: top left;
        left: -27px
    }

    .mdgov-hero__brand--angled .mdgov-hero__logo, .mdgov-hero__brand--angled .mdgov-hero__heading {
        z-index: 2
    }
}

.mdgov-hero__logo {
    flex: 0 1 auto;
    margin: 1rem
}

@media (min-width: 992px) {
    .mdgov-hero__logo {
        margin: 2.5rem
    }
}

.mdgov-hero__logo img, .mdgov-hero__logo__brand__logo {
    max-height: 75px;
    max-width: 100%
}

@media (min-width: 992px) {
    .mdgov-hero__logo img, .mdgov-hero__logo__brand__logo {
        max-height: 87px
    }
}

.mdgov-hero__logo a {
    display: block
}

.mdgov-hero__heading {
    flex: 0 1 auto;
    margin: 1rem 1rem 1rem 0
}

@media (min-width: 992px) {
    .mdgov-hero__heading {
        margin: 1.5rem 0
    }
}

@media (min-width: 992px) {
    .mdgov-hero {
        background-color: transparent;
        min-height: 167px
    }

    .mdgov-hero--shaded {
        background-color: rgba(0,0,0,0.35)
    }

        .mdgov-hero--shaded .mdgov-navBar {
            background-color: rgba(0,0,0,0.25)
        }
}

.mdgov-masthead {
    display: flex;
    flex-flow: column nowrap;
    background-position: top center;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative
}

@media (min-width: 992px) {
    .mdgov-masthead {
        min-height: 250px
    }

        .mdgov-masthead:before, .mdgov-masthead:after {
            background-color: #2b639e
        }
}

@media (min-width: 992px) {
    .mdgov-masthead--tall {
        min-height: 500px
    }
}

@media (min-width: 992px) {
    .mdgov-masthead--angled {
        background-size: auto;
        background-position: top right;
        min-height: 440px
    }

        .mdgov-masthead--angled .mdgov-hero__brand {
            max-width: 50vw
        }

        .mdgov-masthead--angled:before {
            content: "";
            backface-visibility: hidden;
            background-color: #2b639e;
            height: 100%;
            width: 57%;
            position: absolute;
            z-index: 0;
            top: 0;
            transform-origin: bottom left;
            left: 0
        }
}

@media (min-width: 992px) {
    .mdgov-masthead--full, .mdgov-masthead--marketing {
        min-height: calc(100vh - 60px);
        max-height: calc(1020px - 60px)
    }
}

.mdgov-social {
    display: flex;
    flex-flow: row wrap;
    flex: 1 1 0%;
    justify-content: center;
    padding: 1rem;
    background-color: rgba(0,0,0,0.25)
}

.mdgov-social__icon {
    margin-right: 0.5rem;
    font-size: 2rem;
    color: #fff;
    line-height: 0;
    text-decoration: none !important
}

    .mdgov-social__icon:focus, .mdgov-social__icon:hover {
        color: #FFC838
    }

.mdgov-social__icon--dark {
    color: #1E1E1E
}

.mdgov-social button {
    cursor: pointer;
    outline: none;
    background-color: transparent;
    padding: 0;
    border: 0
}

.no-js .mdgov-social button {
    display: none
}

@media (min-width: 992px) {
    .mdgov-social {
        background-color: transparent;
        justify-content: flex-end
    }
}

.mdgov-entNav__btn__lines, .mdgov-entNav__btn__lines:before, .mdgov-entNav__btn__lines:after {
    cursor: pointer;
    height: 1px;
    width: 25px;
    background: #495057 !important;
    position: absolute;
    display: block;
    content: '';
    -webkit-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
    pointer-events: none
}

#header_container {
    position: fixed;
    top: 0;
    left: 0;
    background-color: #fff;
    height: 50px;
    width: 100%;
    z-index: 1000
}

@media (min-width: 768px) {
    #header_container {
        height: 60px
    }
}

.mdgov-entNav {
    height: 50px;
    position: fixed;
    top: 0;
    box-shadow: -10px -10px 10px 10px rgba(0,0,0,0.75);
    width: 100%;
    z-index: 1000;
    background-color: #ffffff
}

.mdgov-entNav__logo {
    display: inline-block;
    margin: 0 0 0 16px;
    padding: 12px 0;
    height: 100%
}

@media (min-width: 768px) {
    .mdgov-entNav__logo {
        padding: 16px 0
    }
}

.mdgov-entNav__logo img {
    height: 100%;
    display: block
}

.mdgov-entNav__btn {
    display: block;
    float: left;
    height: 100%;
    width: 25px;
    padding: 0;
    margin: 0 0 0 15px;
    border: 0;
    border-radius: 0;
    background-color: transparent;
    cursor: pointer
}

.mdgov-entNav__btn__lines:before {
    top: -7px
}

.mdgov-entNav__btn__lines:after {
    bottom: -7px
}

html.js-nav .mdgov-entNav .mdgov-entNav__btn__lines {
    background-color: transparent !important
}

    html.js-nav .mdgov-entNav .mdgov-entNav__btn__lines:before {
        top: 0;
        -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        transform: rotate(45deg)
    }

    html.js-nav .mdgov-entNav .mdgov-entNav__btn__lines:after {
        top: 0;
        -webkit-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
        transform: rotate(-45deg)
    }

@media (min-width: 992px) {
    .mdgov-entNav__btn {
        display: none
    }
}

@media (min-width: 768px) {
    .mdgov-entNav {
        height: 60px
    }
}

.no-js .mdgov-entNav__btn {
    display: none
}

.mdgov-entNavList {
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    padding: 0;
    margin: 0
}

@media (min-width: 768px) {
    .mdgov-entNavList {
        height: 60px
    }
}

.mdgov-entNavList #mdgov-userProfile > a {
    white-space: nowrap;
    max-width: 200px;
    text-overflow: ellipsis;
    overflow: hidden;
    display: inline-block;
    vertical-align: bottom
}

.mdgov-entNavList > li {
    height: 100%
}

    .mdgov-entNavList > li.active > a, .mdgov-entNavList > li > a:hover, .mdgov-entNavList > li > a:focus, .mdgov-entNavList > li > a:active {
        color: #000000;
        z-index: 1;
        background-color: #f8f9fa
    }

.mdgov-entNavList__item {
    float: left;
    display: block;
    position: static
}

    .mdgov-entNavList__item > a {
        font-size: 1rem;
        height: 100%;
        display: block;
        padding: 13px 11px;
        color: #495057 !important;
        text-decoration: none;
        line-height: 1.5em
    }

        .mdgov-entNavList__item > a:hover, .mdgov-entNavList__item > a:focus {
            color: #212529 !important;
            text-decoration: none;
            outline: none
        }

@media (min-width: 576px) {
    .mdgov-entNavList__item > a {
        font-size: 14px;
        padding: 14px
    }
    
}

@media (min-width: 768px) {
    .mdgov-entNavList__item > a {
        padding: 18px 15px
    }
}

.mdgov-entNavList__item > a:after {
    content: none !important
}

@media (max-width: 991.98px) {
    .mdgov-entNavList__item > a .fa, .mdgov-entNavList__item > a .far, .mdgov-entNavList__item > a .fas, .mdgov-entNavList__item > a .fab, .mdgov-entNavList__item > a .fal {
        font-size: 19px;
        margin-right: 0;
        vertical-align: middle
    }
}

.mdgov-entNavList__dropDown {
    width: 100vw;
    position: absolute;
    max-width: 100vw;
    right: 0;
    z-index: -1;
    overflow: auto;
    overflow-x: hidden;
    max-height: 80vh;
    background-color: #f8f9fa;
    padding: 2rem;
    border: 0
}

    .mdgov-entNavList__dropDown h2 {
        font-size: 1.2em;
        clear: both
    }

        .mdgov-entNavList__dropDown h2:first-of-type {
            margin-top: 0
        }

@media (min-width: 576px) {
    .mdgov-entNavList__dropDown {
        width: 400px
    }
}

.mdgov-entNavList__dropDown .alert {
    margin-top: -32px;
    margin-right: -32px;
    margin-left: -32px
}

.mdgov-entNavList__dropDown iframe {
    height: 191px;
    box-shadow: 0px 1px 3px 0px rgba(0,0,0,0.4)
}

.mdgov-entNavList__dropDown .mdgov-listNav {
    margin: 0
}



strong {
    font-weight: 600;
    font-style: normal
}

em {
    font-weight: 400;
    font-style: italic
}

small {
    line-height: 1.1rem;
    font-size: 0.8rem;
    display: inline-block
}

@font-face {
    font-family: "mdgov-icons";
    src: url("../fonts/mdgov-icons.eot");
    src: url("../fonts/mdgov-icons.eot?#iefix") format("embedded-opentype"),url("../fonts/mdgov-icons.woff") format("woff"),url("../fonts/mdgov-icons.ttf") format("truetype"),url("../fonts/mdgov-icons.svg#mdgov-icons") format("svg");
    font-weight: normal;
    font-style: normal
}

[data-icon]:before {
    font-family: "mdgov-icons" !important;
    font-size: inherit;
    content: attr(data-icon);
    font-style: normal !important;
    font-weight: normal !important;
    font-variant: normal !important;
    text-transform: none !important;
    speak: none;
    line-height: 0.73;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

[class^="icon-"], [class*=" icon-"] {
    line-height: 0.73;
    display: inline-block
}

    [class^="icon-"]:before, [class*=" icon-"]:before {
        font-family: "mdgov-icons" !important;
        font-style: normal !important;
        font-weight: normal !important;
        font-variant: normal !important;
        text-transform: none !important;
        speak: none;
        line-height: 1;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        font-size: inherit
    }

.icon-issuu:before {
    content: "\61"
}

.icon-govdelivery:before {
    content: "\62"
}

.icon-ellipsis-h:before {
    content: "\65"
}

.icon-downarrow:before {
    content: "\63"
}

.icon-close:before {
    content: "\64"
}

.mdgov-agency {
    font-size: 1rem;
    font-weight: 400;
    color: #fff;
    line-height: 1.2;
    margin: 0;
    text-transform: uppercase
}

.mdgov-agency__name {
    display: block;
    text-transform: none;
    font-size: 1.8em;
    font-weight: 600;
    line-height: .9;
    margin-top: 0.1em
}

@media (min-width: 1200px) {
    .mdgov-agency {
        font-size: 1.2rem
    }

    .mdgov-agency__name {
        max-width: 670px
    }
}

.mdgov-iconList a {
    display: flex;
    flex-flow: row nowrap;
    align-items: center;
    padding: .75rem
}

    .mdgov-iconList a > i {
        margin-right: .5rem;
        font-size: 2rem;
        text-align: center;
        width: 1.25em
    }

.mdgov-navBar {
    display: flex;
    flex-flow: column wrap;
    background-color: #1E1E1E;
    width: 100%;
    align-self: flex-start;
    flex: 0 0 auto;
    z-index: 2
}

.mdgov-navBar__nav {
    flex: auto;
    padding-top: 50px
}

    .mdgov-navBar__nav > ul {
        list-style: none;
        padding: 0;
        margin: 0;
        display: flex;
        flex-flow: column wrap;
        height: 100%;
        justify-content: flex-end
    }

@media (min-width: 992px) {
    .mdgov-navBar__nav > ul {
        flex-flow: row wrap
    }
}

.mdgov-navBar__nav > ul > li {
    flex: auto
}

.mdgov-navBar__nav > ul li > a {
    display: block;
    color: #fff;
    padding: 1rem 1.5rem;
    text-decoration: none
}

    .mdgov-navBar__nav > ul li > a:hover, .mdgov-navBar__nav > ul li > a:focus, .mdgov-navBar__nav > ul li > a.active, .mdgov-navBar__nav > ul li > a[aria-expanded="true"] {
        outline: none;
        background-color: rgba(255,255,255,0.25)
    }

.mdgov-navBar__nav > ul li ul > li > a {
    color: #000
}

    .mdgov-navBar__nav > ul li ul > li > a:hover, .mdgov-navBar__nav > ul li ul > li > a:focus, .mdgov-navBar__nav > ul li ul > li > a.active {
        color: #000;
        background-color: rgba(0,0,0,0.05)
    }

.mdgov-navBar__nav > ul li ul > li.active a {
    color: #000;
    background-color: rgba(0,0,0,0.05)
}

@media (max-width: 991.98px) {
    .mdgov-navBar__nav {
        width: 80%;
        top: 0;
        flex: 0 0 auto;
        z-index: 1001;
        position: fixed;
        overflow: hidden;
        height: 100%;
        background-color: #2b639e;
        overflow: auto;
        overflow-x: hidden;
        -webkit-overflow-scrolling: touch
    }

        .mdgov-navBar__nav .mdgov-dropDown__panel .row .nav, .mdgov-navBar__nav .mdgov-dropDown__panel .mdgov-marketingIntro .nav, .mdgov-navBar__nav .mdgov-dropDown__panel .row .mdgov-marketingIntro__nav, .mdgov-navBar__nav .mdgov-dropDown__panel .mdgov-marketingIntro .mdgov-marketingIntro__nav {
            margin-left: -1rem;
            margin-right: -1rem
        }

        .mdgov-navBar__nav > ul {
            height: auto
        }

            .mdgov-navBar__nav > ul > li ul > li.active > a:not(.mdgov-dropDown__trigger):after {
                border-left: 0.625rem #000000 solid
            }

        .mdgov-navBar__nav li.active a, .mdgov-navBar__nav li > a.active {
            position: relative;
            background-color: rgba(255,255,255,0.25)
        }

        .mdgov-navBar__nav li.active > h2 a:not(.mdgov-dropDown__trigger):after, .mdgov-navBar__nav li.active > a:not(.mdgov-dropDown__trigger):after {
            z-index: 50;
            display: block;
            content: "";
            position: absolute;
            top: 50%;
            left: 0;
            margin-top: -0.625rem;
            border-top: 0.625rem transparent solid;
            border-bottom: 0.625rem transparent solid;
            border-left: 0.625rem #ffffff solid
        }

    .csstransforms.csstransitions .mdgov-navBar__nav {
        -webkit-transition: -webkit-transform 500ms ease;
        -moz-transition: -moz-transform 500ms ease;
        -o-transition: -o-transform 500ms ease;
        transition: transform 500ms ease;
        -webkit-backface-visibility: hidden;
        -moz-backface-visibility: hidden;
        -ms-backface-visibility: hidden;
        -o-backface-visibility: hidden;
        backface-visibility: hidden
    }

    .no-js .mdgov-navBar__nav {
        left: 0;
        position: relative;
        width: 100%
    }

    .js-nav .mdgov-navBar__nav {
        left: 0;
        box-shadow: 2px 0 3px 0 rgba(0,0,0,0.5)
    }

    .csstransforms.csstransitions .mdgov-navBar__nav {
        left: 0 !important;
        -webkit-transform: translate3d(-100%, 0, 0);
        -moz-transform: translate3d(-100%, 0, 0);
        -ms-transform: translate3d(-100%, 0, 0);
        -o-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0)
    }

    .csstransforms.csstransitions.js-nav .mdgov-navBar__nav {
        -webkit-transform: translate3d(0, 0, 0);
        -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
        -o-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

@media (min-width: 576px) {
    .mdgov-navBar__nav {
        width: 50%
    }
}

@media (min-width: 768px) {
    .mdgov-navBar__nav {
        padding-top: 60px;
        width: 40%
    }
}

@media (min-width: 992px) {
    .mdgov-navBar__nav {
        width: auto;
        margin: 1rem;
        padding-top: 0
    }
}

.no-js .mdgov-navBar__nav {
    padding: 0;
    overflow: visible
}

.mdgov-navBar__search {
    flex: 1 1 auto;
    margin: 1rem;
    min-width: 200px
}

    .mdgov-navBar__search form {
        height: 100%
    }

@media (min-width: 1200px) {
    .mdgov-navBar__search {
        max-width: 511px
    }
}

@media (min-width: 992px) {
    .mdgov-navBar {
        flex-flow: row wrap;
        background-color: rgba(0,0,0,0.5)
    }

    .mdgov-navBar__nav > ul {
        flex-flow: row nowrap
    }

        .mdgov-navBar__nav > ul > li a {
            padding: .5rem 1rem
        }

        .mdgov-navBar__nav > ul > li ul {
            list-style: none;
            margin: 0;
            padding: 0
        }

    .mdgov-navBar__nav ul > li {
        flex: auto;
        height: 100%
    }

    .mdgov-navBar__nav > ul > li > a {
        text-align: center;
        height: 100%;
        display: flex;
        align-items: center;
        justify-content: center
    }
}

.mdgov-search {
    display: flex;
    flex-flow: row nowrap;
    height: 100%
}

.mdgov-search__input {
    width: 100%;
    flex-basis: 100%;
    padding: 1rem 0 1rem 1rem;
    outline: none;
    border: 0;
    background-color: #fff;
    line-height: 1;
    border-radius: 0;
    -webkit-appearance: none
}

.mdgov-search__button {
    padding-left: 1rem;
    padding-right: 1rem;
    background-color: #fff;
    color: #666;
    border: 0;
    -webkit-appearance: none;
    border-radius: 0
}

    .mdgov-search__button:focus {
        box-shadow: none;
        background-color: #e9ecef
    }

.mdgov-headingBar {
    position: relative;
    padding: 1.5rem 1rem;
    background-color: #2b639e;
    color: #fff;
    text-transform: uppercase;
    margin: 0;
    line-height: 1;
    width: 100%
}

.mdgov-headingBarFixed {
    margin: 0;
    line-height: 1;
    background-color: #2b639e;
    color: #fff;
    padding: 1rem;
    position: fixed;
    top: 60px;
    left: 0;
    width: 100%;
    z-index: 2;
    box-shadow: -10px -10px 10px 10px rgba(0,0,0,0.75)
}

.mdgov-headingBar .container, .container-fluid .mdgov-headingBar {
    margin-left: -16px;
    margin-right: -16px
}

@media (min-width: 992px) {
    .mdgov-headingBar {
        padding: 1.5rem
    }
}

.mdgov-dropDown {
    position: relative
}

.mdgov-dropDown--mega {
    position: static
}

    .mdgov-dropDown--mega .mdgov-dropDown__panel {
        padding: 0;
        left: 0;
        right: 0;
        max-height: 70vh
    }

.mdgov-dropDown__trigger {
    position: relative;
    margin: 0
}

a.mdgov-dropDown__trigger {
    display: block;
    margin: 0
}

.js .mdgov-dropDown__trigger:after {
    content: "\63";
    display: inline-block;
    float: right;
    margin-left: .5rem;
    font-family: "mdgov-icons";
    font-size: 12px;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    font-weight: normal;
    -webkit-transition: transform 300ms ease;
    -moz-transition: transform 300ms ease;
    -ms-transition: transform 300ms ease;
    -o-transition: transform 300ms ease;
    transition: transform 300ms ease;
    transform-origin: center
}

@media (max-width: 991.98px) {
    .js .mdgov-dropDown__trigger:after {
        font-size: 1rem
    }
}

.js .mdgov-dropDown__trigger:empty:after {
    margin: 0
}

.mdgov-dropDown.active .mdgov-dropDown__trigger:after {
    transform: rotateX(180deg) translateZ(0)
}

.mdgov-dropDown.active.navigable .mdgov-dropDown__trigger:after {
    transform: rotate(-90deg) translateZ(0)
}

.mdgov-dropDown__panel {
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    background-color: #ffffff;
    z-index: 3;
    opacity: 0;
    visibility: hidden;
    text-align: left;
    position: absolute;
    padding: 1rem;
    box-shadow: 0px 4px 4px -1px rgba(0,0,0,0.35);
    max-height: 50vh;
    overflow: hidden;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch
}

.active .mdgov-dropDown__panel {
    opacity: 1;
    visibility: visible
}

@media (max-width: 991.98px) {
    .mdgov-navBar .active .mdgov-dropDown__panel {
        position: relative;
        overflow: visible;
        max-height: none
    }
}

.mdgov-dropDown__panel--right {
    right: -1px
}

.mdgov-dropDown__panel--wide {
    width: 100%
}

.mdgov-navBar .mdgov-dropDown__panel {
    min-width: 100%
}

    .mdgov-navBar .mdgov-dropDown__panel h2, .mdgov-navBar .mdgov-dropDown__panel h3, .mdgov-navBar .mdgov-dropDown__panel h4 {
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis
    }

.svcLoader {
    text-align: center;
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    margin-top: -64px;
    z-index: 2001
}

#services_container {
    position: relative;
    min-height: 300px;
    margin-bottom: 1rem
}

.no-js #header_container {
    display: none
}

.no-js .mdgov-outerWrap {
    margin-top: 0
}

.mdgov-sectionArrow a {
    display: block;
    padding: 1rem;
    text-align: center;
    font-size: 3rem;
    color: #fff;
    background-color: #1E1E1E
}

    .mdgov-sectionArrow a:focus, .mdgov-sectionArrow a:hover {
        color: #eaab00
    }

.mdgov-sectionNav__heading {
    margin-bottom: 0
}

@media (min-width: 768px) {
    .mdgov-sectionNav__heading {
        display: none
    }
}

@media (min-width: 768px) {
    .mdgov-sectionNav__content {
        display: block !important;
        height: auto !important;
        visibility: visible
    }

    .mdgov-sectionNav--bordered {
        border-right: 4px solid rgba(0,0,0,0.1)
    }
}

@media (min-width: 768px) and (min-width: 768px) {
    .mdgov-sectionNav--bordered .nav-link.active:after, .mdgov-sectionNav--bordered .mdgov-marketingIntro__nav a.active:after, .mdgov-marketingIntro__nav .mdgov-sectionNav--bordered a.active:after {
        z-index: 50;
        display: block;
        content: "";
        position: absolute;
        top: 50%;
        right: 0;
        margin-top: -1rem;
        border-top: 1rem transparent solid;
        border-bottom: 1rem transparent solid;
        border-right: 1rem rgba(0,0,0,0.1) solid
    }
}

.mdgov-sectionNav__toggle {
    display: flex;
    padding: 1rem;
    width: 100%;
    text-align: left
}

    .mdgov-sectionNav__toggle:after {
        content: "\63";
        display: inline-block;
        margin-left: auto;
        padding-left: 1rem;
        font-family: "mdgov-icons";
        text-rendering: auto;
        -webkit-font-smoothing: antialiased;
        transform-origin: center;
        -webkit-transition: transform 300ms ease;
        -moz-transition: transform 300ms ease;
        -ms-transition: transform 300ms ease;
        -o-transition: transform 300ms ease;
        transition: transform 300ms ease
    }

    .mdgov-sectionNav__toggle[aria-expanded="true"]:after {
        transform: rotateX(180deg) translateZ(0)
    }

@media (min-width: 768px) {
    .mdgov-sectionNav__heading {
        display: none
    }

    .mdgov-sectionNav--sticky {
        position: sticky;
        top: calc(60px + 2rem);
        max-height: calc(100vh - 60px - 64px);
        overflow: auto;
        -webkit-overflow-scrolling: touch
    }
}

.mdgov-governorPanel {
    background-image: url("../img/md-flag-bg.jpg");
    background-repeat: no-repeat;
    background-size: cover
}

    .mdgov-governorPanel a {
        display: flex;
        align-items: flex-end;
        height: 100%
    }

        .mdgov-governorPanel a img {
            width: 100%
        }

.mdgov-csp h2, .mdgov-csp h3, .mdgov-csp h4 {
    color: #000000
}

.mdgov-csp__col1 {
    text-align: center
}

    .mdgov-csp__col1 img {
        width: 150px;
        max-width: 100%;
        margin-bottom: 1.5rem
    }

.mdgov-csp__col2 h2 {
    margin-top: 0
}

.mdgov-csp__col2 p {
    margin-top: 0
}

@media (min-width: 992px) {
    .mdgov-csp__col1 img {
        margin-bottom: 0
    }

    .mdgov-csp__col2 p:last-child {
        margin-bottom: 0
    }

    .mdgov-csp__col3 {
        padding-top: 3rem
    }
}

.mdgov-form fieldset {
    background-color: #e9ecef;
    padding: 2rem;
    margin: 2rem 0
}

    .mdgov-form fieldset:last-child {
        margin-bottom: 0
    }

    .mdgov-form fieldset legend {
        background-color: #ffffff;
        margin-left: -2rem;
        margin-bottom: 0;
        padding: 1rem 2rem;
        border-bottom: 1px solid #ced4da;
        border-right: 1px solid #ced4da;
        width: auto
    }

.mdgov-prevNextNav {
    display: flex;
    justify-content: space-between
}

.mdgov-prevNextNav__prev, .mdgov-prevNextNav__next {
    flex: 1;
    align-items: center
}

.mdgov-prevNextNav__prev {
    display: flex;
    justify-content: flex-start;
    text-align: left
}

    .mdgov-prevNextNav__prev::before {
        flex: 0 0 auto;
        border-style: solid;
        border-width: 0.25em 0.25em 0 0;
        content: '';
        display: inline-block;
        width: 1em;
        height: 1em;
        position: relative;
        top: 0;
        vertical-align: top;
        left: 0.25em;
        transform: rotate(-135deg);
        margin-right: 1rem
    }

.mdgov-prevNextNav__next {
    display: flex;
    justify-content: flex-end;
    text-align: right
}

    .mdgov-prevNextNav__next::after {
        flex: 0 0 auto;
        border-style: solid;
        border-width: 0.25em 0.25em 0 0;
        content: '';
        display: inline-block;
        width: 1em;
        height: 1em;
        position: relative;
        top: 0;
        vertical-align: top;
        left: 0;
        transform: rotate(45deg);
        margin-left: 1rem
    }

.mdgov-pageTileNav ul {
    display: block;
    margin: 0;
    padding: 0;
    list-style: none;
    margin-right: -1rem
}

    .mdgov-pageTileNav ul > li {
        flex-grow: 1;
        flex-shrink: 1;
        flex-basis: calc(25% - 1rem);
        margin-right: 1rem;
        margin-bottom: 1rem
    }

        .mdgov-pageTileNav ul > li > a {
            transition: all .3s ease;
            padding: 1rem;
            background-color: #e9ecef;
            height: 100%;
            display: block;
            flex-flow: row wrap;
            align-items: center;
            text-align: center;
            color: #000000 !important;
            text-decoration: none !important;
            font-size: 1.2rem;
            font-weight: 600;
            line-height: 1.2
        }

            .mdgov-pageTileNav ul > li > a > img {
                max-width: 100%
            }

            .mdgov-pageTileNav ul > li > a > .fa, .mdgov-pageTileNav ul > li > a > .fal, .mdgov-pageTileNav ul > li > a > .fas, .mdgov-pageTileNav ul > li > a > .far, .mdgov-pageTileNav ul > li > a > .fad {
                opacity: .5;
                margin: auto
            }

            .mdgov-pageTileNav ul > li > a:hover, .mdgov-pageTileNav ul > li > a:focus {
                background-color: #2b639e;
                color: #ffffff !important
            }

                .mdgov-pageTileNav ul > li > a:hover > .fa, .mdgov-pageTileNav ul > li > a:hover > .fal, .mdgov-pageTileNav ul > li > a:hover > .fas, .mdgov-pageTileNav ul > li > a:hover > .far, .mdgov-pageTileNav ul > li > a:hover > .fad, .mdgov-pageTileNav ul > li > a:focus > .fa, .mdgov-pageTileNav ul > li > a:focus > .fal, .mdgov-pageTileNav ul > li > a:focus > .fas, .mdgov-pageTileNav ul > li > a:focus > .far, .mdgov-pageTileNav ul > li > a:focus > .fad {
                    opacity: .75
                }

.mdgov-pageTileNav__text {
    display: block;
    margin: auto
}

.mdgov-pageTileNav__image, .mdgov-pageTileNav__icon {
    display: block;
    align-self: flex-start;
    width: 100%
}

    .mdgov-pageTileNav__image > img, .mdgov-pageTileNav__icon > img {
        max-width: 100%
    }

    .mdgov-pageTileNav__image > .fa, .mdgov-pageTileNav__image > .fal, .mdgov-pageTileNav__image > .fas, .mdgov-pageTileNav__image > .far, .mdgov-pageTileNav__image > .fad, .mdgov-pageTileNav__icon > .fa, .mdgov-pageTileNav__icon > .fal, .mdgov-pageTileNav__icon > .fas, .mdgov-pageTileNav__icon > .far, .mdgov-pageTileNav__icon > .fad {
        opacity: .5;
        margin: auto
    }

    .mdgov-pageTileNav__image + .mdgov-pageTileNav__text, .mdgov-pageTileNav__icon + .mdgov-pageTileNav__text {
        margin-top: 1rem
    }

.mdgov-pageTileNav__icon {
    margin: auto auto 0 auto
}

@media (min-width: 768px) {
    .mdgov-pageTileNav ul {
        display: flex;
        flex-flow: row wrap;
        justify-content: stretch
    }

        .mdgov-pageTileNav ul > li {
            flex-grow: 0
        }

            .mdgov-pageTileNav ul > li > a {
                display: flex;
                min-height: 80px
            }
}
/* import from core.css end */

/* All devices screens. */
@media (max-width:1368px) and (min-width:200px) {
    .btn-view {
        position: fixed;
        margin: 0 auto;
        left: 0;
        right: 0;
        bottom: 20px;
        display: block !important;
        z-index: 1;
        box-shadow: 2px 3px 8px #ccc;
        width: 50%;
    }

    .timeline {
        flex-direction: column !important;
        box-shadow: none !important;
        width: 100% !important;
        flex: 0 0 100% !important;
    }

    .mobile-list-camera {
        display: flex;
        float: none;
    }

    .timeline__event {
        width: 100% !important
    }

    .mdgov-homePanel {
        background-color: #204a76 !important;
    }
}


/* Only display masthead background images on larger screens. */
@media (max-width:1200px) and (min-width:991px) {

    .card-title {
        font-size: 20px !important;
    }
}

@media (min-width: 992px) {
    /*
        1. Edit the .mdgov-masthead rule's background-image to your own default site-wide image.
        2. Use the .mdgov-fixed .mdgov-mastead rule to override your default if using a combination of fluid and fixed width layouts.
        3. Use masthead modifier classes "--tall, --full. REMOVE or COMMENT any not in use.
    */
    /* Default site-wide masthead. */
    .mdgov-masthead {
        background-image: url("../images/masthead-bg-fluid-1920x250.jpg");
    }

    .mdgov-homePanel {
        background-color: transparent !important;
    }

    .btn-light {
        color: #ffffff !important;
        border-color: #f5a801 !important;
        font-weight: 600;
    }

    .splash-background-color {
        background-color: #2b639e;
    }

    .btn-splash-text {
        color: #000000 !important;
        border-color: #f5a801 !important;
        font-weight: 600;
    }

    /* 
        For displaying angled card background effect.
        Note that background color is specified as the primary brand in the core CSS already.
    */
    .mdgov-masthead.mdgov-masthead--full:before {
        content: "";
        backface-visibility: hidden;
        height: 50%;
        width: 100vw;
        position: absolute;
        z-index: 0;
        transform-origin: bottom left;
        left: 0;
        bottom: -110px;
    }
    /* Full-height, fixed-width masthead. */
    .mdgov-fixed .mdgov-masthead.mdgov-masthead--full {
        background-image: url("../images/masthead-bg-full-fixed-1200x1020.jpg");
        background-size: auto;
        background-position: top center;
    }

    .mdgov-masthead--angled {
        background-image: url('../images/masthead-bg-straight.jpg');
        height: 100%;
        width: 100%;
        background-size: contain;
    }
}


@media (max-width: 1024px) {

    .bg-gray {
        display: none !important
    }



    .col-md-22 {
        margin: 10px 0;
    }

    .mdgov-homePanel, .navbar-expand-lg .navbar-nav .dropdown-menu {
        height: auto !important;
    }

        .navbar-expand-lg .navbar-nav .dropdown-menu li {
            line-height: 21px !important;
            margin: 10px 0 0 0;
        }
}

.navbar-expand-lg .navbar-nav .dropdown-menu {
    width: max-content;
    height: auto;
    padding: 0 20px;
    line-height: 36px;
}


images {
    width: auto\9;
    height: auto;
    max-width: 100%;
    vertical-align: middle;
    border: 0;
    -ms-interpolation-mode: bicubic;
}

.dataTable {
    border-radius: 5px !important;
    border: 1px solid #ededed !important;
}

    .dataTable thead, .dataTable tfoot {
        background: #2b639e !important;
    }



#speedData tr td:first-child {
    width: 58% !important;
}


#dmsSignMessage tr td:first-child {
    width: 50% !important;
}

.dataTable thead th, .dataTable tfoot th {
    border-bottom: 1px solid #ededed !important;
    border-top: 1px solid #ededed !important;
    color: #fff !important;
    border: 0px solid #dddd !important;
}

table.dataTable.row-border tbody th, table.dataTable.row-border tbody td, table.dataTable.display tbody th, table.dataTable.display tbody td {
    border: 0px solid #ededed !important;
}

table.dataTable.display tbody tr.odd > .sorting_1, table.dataTable.order-column.stripe tbody tr.odd > .sorting_1 {
    background: none !important;
}

table.dataTable.display tbody tr.even > .sorting_1, table.dataTable.order-column.stripe tbody tr.even > .sorting_1 {
    background: none !important;
}

.col-md-8 main .dataTables_wrapper .dataTables_paginate span .current {
    background: #2b639e !important;
    color: #fff !important;
    border: 1px solid #ffffff !important;
    font-weight: bold
}

.mdgov-agency {
    font-size: 1.38rem !important;
}

.mdgov-agency__name {
    font-size: 20px;
    text-transform: uppercase;
}


table.dataTable.hover tbody tr:hover, table.dataTable.display tbody tr:hover {
    background-color: #efefef !important
}

/*snow emergency*/
.title-snow {
    font-size: 22px;
    margin: 30px 0 5px 0;
}

table.table-snow {
    border: 1px solid #ccc;
    border-collapse: collapse;
    margin: 0;
    padding: 0;
    width: 100%;
    table-layout: fixed;
}

    table.table-snow caption {
        font-size: 1.5em;
        margin: .5em 0 .75em;
    }

    table.table-snow tr {
        background-color: white;
        border-bottom: 1px solid white;
        border-left: 1px solid white;
        border-right: 1px solid white;
        border-top: 1px solid white;
        padding: .35em 0em;
    }

        table.table-snow tr td {
            padding: 0.35em;
            border-top: 1px solid #ddd;
        }


@media screen and (max-width: 600px) {
    table.table-snow {
        border: 0;
    }

    .table-snow tbody tr:empty {
        display: none !important;
    }

    table.table-snow caption {
        font-size: 1.3em;
    }

    table.table-snow thead {
        border: none;
        clip: rect(0 0 0 0);
        height: 1px;
        margin: -1px;
        overflow: hidden;
        padding: 0;
        position: absolute;
        width: 1px;
    }

    table.table-snow tr {
        display: inline;
        margin-bottom: .625em;
    }

    table.table-snow td {
        border-top: 1px solid #ddd;
        display: block;
        font-size: .8em;
        text-align: right;
    }

        table.table-snow td::before {
            /*
    * aria-label has no advantage, it won't be read inside a table
    content: attr(aria-label);
    */
            content: attr(data-label);
            float: left;
            font-weight: bold;
            text-transform: uppercase;
        }

        table.table-snow td:last-child {
            border-bottom: 0;
        }
}



/*End Snow Emergency table*/

.table-color td span {
    padding: 10px;
}

.col-md-22 {
    float: left
}

#pageSectionNav div .active {
    background: #2a629c !important;
    color: #fff !important;
}

.m-top {
    margin-top: 30px
}

.row .mdgov-governorPanel {
    background-image: url(../images/md-flag-bg.jpg) !important;
}

/*menu*/

@font-face {
    font-family: myFirstFont;
    src: url(mdgov-icons.woff);
}

.mdgov-dropDown__trigger:after {
    content: "\63";
    display: inline-block;
    float: right;
    margin-left: 0.5rem;
    font-family: "mdgov-icons";
    font-size: 12px;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    font-weight: normal;
    -webkit-transition: transform 300ms ease;
    -moz-transition: transform 300ms ease;
    -ms-transition: transform 300ms ease;
    -o-transition: transform 300ms ease;
    transition: transform 300ms ease;
    transform-origin: center;
}







#notfound {
    /* position: relative; */
    /* height: 100vh; */
}

.error {
    display: none;
}


.notfound {
    width: 100%;
    line-height: 1.1;
    position: relative;
}


    .notfound .notfound-404:before {
        content: '';
        width: 100%;
        height: 100%;
        -webkit-transform: scale(2.4);
        -ms-transform: scale(2.4);
        transform: scale(2.4);
        border-radius: 50%;
        z-index: -1;
    }

    .notfound h1 {
        font-size: 35px;
        font-weight: 700;
        margin-top: 0px;
        margin-bottom: 0px;
        color: #151723;
        text-transform: uppercase;
    }

    .notfound h2 {
        font-size: 18px;
        font-weight: 600;
        margin: 6px 0;
        text-transform: uppercase;
        color: #151723;
    }

    .notfound div {
        font-size: 18px;
        font-weight: 600;
        margin: 6px 0;
        text-transform: uppercase;
        color: #151723;
    }

    .notfound p {
        color: #1c4067;
        font-weight: 400;
    }

    .notfound a {
        display: inline-block;
        font-weight: 700;
        border-radius: 40px;
        text-decoration: none;
        color: #2b639e;
    }

.dataTables_wrapper .dataTables_length {
    float: left;
    margin: 0 10px 0 0 !important;
}

.filter-cameras {
    font-weight: 600;
    z-index: 1;
    display: flex;
    flex-flow: row wrap;
}

.select-route {
    padding: 12px;
    width: auto;
}

@media (max-width:768px) and (min-width:268px) {
    .filter-cameras {
        position: relative !important;
        margin: 0 0 10px 0
    }

    .more-messages, .static-box p {font-size: 17px!important}

    .dataTables_wrapper .dataTables_filter {
        float: none !important;
    }
}

@media (max-width:912px)  {
    .mobile-hidden-footer {
        display: none!important 
    }
}

@media (min-width:1368px)  {
    .mobile-hidden-footer {
        display: block 
    }
}

@media (max-width:1550px) and (min-width:1250px) {

    table.video-js-table tbody tr {
        flex: 0 0 31% !important;
        margin: 0 17px 0px 10px !important;
    }
}

@media (max-width:1250px) and (min-width:1030px) {

    table.video-js-table tbody tr {
        flex: 0 0 28% !important;
        margin: 0 17px 0px 10px !important;
    }
}

@media (max-width:1180px) and (min-width:768px) {
    .notfound .notfound-404 {
        width: 110px;
        height: 110px;
    }

    .route-map {
        height: 650px;
        margin: 0 0 0 0 !important;
    }

    .filter-cameras {
        margin-left: 0px !important;
    }

    table.video-js-table tbody tr {
        flex: 0 0 46% !important;
        margin: 0 10px 0px 10px !important;
    }

    .line-div, hr {
        height: 5px !important;
    }

    .filter-dms {
        margin: 0 0 10px 0 !important
    }

    .dataTables_filter label {
        margin-top: -1px;
        float: left;
    }



    .notfound {
        padding-right: 15px;
        padding-top: 0px;
        height: 100%;
        position: relative !important;
        -webkit-transform: translate(20%, 14%) !important;
        -ms-transform: translate(20%, 14%) !important;
        transform: translate(20%, 14%) !important;
    }
}

@media (max-width: 11366px) and (min-width: 768px) {
    .video-js-table tbody tr td img {
        height: 300px !important;
    }

    .vjs-v8 video {
        height: 300px !important
    }
}



@media (max-width: 11366px) and (min-width: 768px) {
    .video-js-table tbody tr td img {
        height: auto !important;
    }

    .vjs-v8 video {
        height: 100% !important
    }
}

@media (max-width:767px) and (min-width:280px) {
    .notfound .notfound-404 {
        position: relative
    }


    table.incident-others {
        margin: 5px !important;
        width: 90%;
    }

    fieldset.incident-others {
        padding: 0 !important;
        margin: 0 !important;
        width: 100%;
    }





    .cameras-menu li a {
        padding: 10px !important;
        margin: 3px 0 0 3px !important;
        font-size: 15px !important;
    }

    .filter-cameras {
        position: relative !important;
        text-align: center;
        margin: 0 auto
    }

        .filter-cameras b {
            font-size: 14px;
            width: 103px;
            display: block;
            float: left;
            line-height: 15px;
            text-align: right;
            color: #333;
        }


    table.video-js-table tbody tr {
        flex: 80% !important;
        margin: 0 0px 10px 0px !important;
    }

    table.dataTable tbody th, table.dataTable tbody td {
        padding: 8px 0px;
    }

    .table-colors-center {
        padding: 6px 11px;
    }

    #speedData {
        margin: 0 0 0 -11px;
    }

    .line-div, hr {
        height: 10px !important;
    }

    #notfound {
        height: 450px !important;
    }

    .filter-dms {
        margin: 0 0 10px 0 !important
    }

    .dataTables_filter label {
        float: left;
        margin-top: -1px;
    }

    .dataTables_wrapper .dataTables_length, .dataTables_wrapper {
        text-align: left !important;
        margin: 10px 0 0 0;
    }

    .notfound {
        -webkit-transform: translate(0%, 10%) !important;
        -ms-transform: translate(0%, 10%) !important;
        transform: translate(0%, 10%) !important;
        padding-left: 13px;
        width: 345px;
    }

    .table-colors-center {
        width: 100% !important;
    }
}




.legend-b {
    display: inline;
    margin: 0px 2px 10px 0px;
    padding: 6px 20px;
    border-radius: 5px;
    font-weight: 600;
}

.table-colors-center {
    display: block;
    margin: 0 auto;
    padding: 6px 5px;
    border-radius: 5px;
    font-weight: 600;
    text-align: center;
    width: 80%;
}

.legend-b .fa-question-circle {
    margin: 0 5px 0 0
}

.line-div {
    margin-top: 5px !important;
    margin-bottom: 5px !important;
    border: 0 !important;
    border-top: 0px solid rgba(0,0,0,0.1) !important;
}

.line-time {
    display: block !important;
    margin: 8px 0 0px 0 !important;
    position: relative;
}

.red {
    color: #000;
    background: #ff0000;
}

.yellow {
    color: #000;
    background: #ffc838;
}

.green {
    color: #000;
    background: #45b705;
}

.refresh-data {
    margin: 20px 0
}


.card-shadowed {
    height: 100% !important;
    box-shadow: 0px 1px 3px 1px rgba(0,0,0,0.25);
}

.tip {
    position: relative;
    display: inline-block;
    margin-top: 0px;
}

    .tip[title]:hover::after {
        content: attr(title);
        position: absolute;
        top: -100%;
        left: 0;
        width: auto;
        font-size: 13px;
        border: 1px solid #e5e5e5;
        text-align: center;
        padding: 5px;
        background: #fafafa;
        border-radius: 5px;
        z-index: 999999;
        color: black;
        text-shadow: none !important
    }

@font-face {
    font-family: myFirstFont;
    src: url(/fonts/ninepin.ttf);
}


.bg-dms {
    background-image: url(/images/pixel.png);
    width: 100%;
    border: 6px solid #3c3c3c;
    background-size: 6px;
    background-color: #000;
    margin: 0;
    padding: 0
}

    .bg-dms p {
        color: yellow;
        text-align: center;
        padding: 10px 0;
        font-size: 16px;
        font-family: myFirstFont;
        letter-spacing: 3px;
        line-height: 28px;
        margin: 0;
        font-weight: 500
    }

.filter-dms {
    z-index: 1;
}

.table-mobile {
    width: 100%;
}

table.dataTable.dtr-inline.collapsed > tbody > tr > td.dtr-control:before, table.dataTable.dtr-inline.collapsed > tbody > tr > th.dtr-control:before {
    background-color: #2b639e !important;
}


table.dataTable {
    width: 100% !important;
    text-align: left
}

.dtfh-floatingparenthead {
    top: 55px !important
}

#routecameras .sorting_disabled {
    display: none !important
}

.dataTables_processing {
    display: none;
    z-index: 999999;
    position: absolute;
    color: rgb(0, 0, 0) !important;
    top: 154px !important;
    background: none !important;
}

.loading {
    display: block;
    position: absolute;
    z-index: 99999;
    width: 100%;
    text-align: center;
    margin: 155PX 0 0 0;
    font-size: 21PX;
    font-weight: bold;
}


/*live cameras*/
#livecameras {
    margin: 10px auto;
    position: relative;
    display: inline-block;
    border: 0px solid #ededed !important;
}

.description-txt {
    width: 80%
}

.container-cameras {
    margin-bottom: 20px
}

.container-videos {
    display: grid;
    overflow: hidden;
    align-items: normal;
    align-content: inherit;
    object-fit: cover;
    aspect-ratio: 4 / 3;
}




.camera-list {
    overflow: auto;
    max-height: 80vh !important;
    min-height: calc(100vh - 580px) !important;
}



.video-container {
    overflow: hidden;
    height: 100%;
    line-height: 22px;
    margin: 0 auto;
    width: 100%;
    padding: 0 20px;
    text-align: center
}

.dtfh-floatingparenthead {
    top: 55px !important
}

.dataTables_processing {
    display: none;
    z-index: 999999;
    position: absolute;
    color: rgb(0, 0, 0) !important;
    top: 154px !important;
    background: none !important;
}

.loading {
    display: block;
    position: absolute;
    z-index: 99999;
    width: 100%;
    text-align: center;
    margin: 155PX 0 0 0;
    font-size: 21PX;
    font-weight: bold;
}

table.video-js-table thead, table.video-js-table tfoot {
    display: none !important
}

table.video-js-table tbody {
    display: flex;
    flex-wrap: wrap;
}

.video-js, .vjs-tech {
    height: 322px;
    width: 100%;
    position: INHERIT;
    top: 0;
    left: 0;
}


.vjs-v8 {
    width: auto !important;
    height: auto !important;
}

    .vjs-v8 video {
        height: 100%;
        width: 100%;
        position: INHERIT;
        top: 0;
        left: 0;
        margin: auto;
        scale: 1 1;
        object-fit: fill;
        overflow: hidden;
        aspect-ratio: 4 / 3;
    }

.video-js-table tbody tr td img {
    height: 100%;
    display: block;
    position: inherit;
    width: 100%;
    margin: auto;
    object-fit: fill;
    aspect-ratio: 4 / 3;
}


table.video-js-table tbody tr {
    flex: 0 0 23.99%;
    margin: 0 15px 0px 0px;
    position: relative;
}

.filter-cameras select {
    height: 37px;
    width: 180px
}

.filter-region-select {
    margin: 0px 0 11px 0
}

.hide-show-thumbnails {
    width: 213px;
    margin: 7px 0 0 7px;
    text-align: left
}

.search-cameras-field {
    flex: auto;
    margin-top: 4px;
}


table.video-js-table.row-border tbody th, table.video-js-table.row-border tbody td, table.video-js-table.display tbody th, table.video-js-table.display tbody td {
    display: inline-block !important;
    position: RELATIVE;
    width: 100%;
}

#livecameras.hover tbody tr:hover, #livecameras tbody tr:hover {
    background: none !important
}

table.video-js-table.stripe tbody tr.odd, table.video-js-table.display tbody tr.odd {
    background: none !important
}



.timeline__event__icon .timeline__event__date .video-js {
    width: 350px !important;
    height: 200px !important;
}


.beeteam368-icon-item {
    pointer-events: none;
    color: #fff !important;
    /* background-color: #2b639e !important;*/
}

    .beeteam368-icon-item .fa-play {
        font-size: 15px
    }

.beeteam368-icon-item {
    display: inline-block;
    text-align: center;
    font-size: 13px;
    padding-left: 1px;
    text-decoration: none;
    letter-spacing: 0;
    color: var(--color__icon);
    background-color: var(--color__icon-background);
    border-radius: 50%;
    -webkit-border-radius: 50%;
    transition: color .3s,background-color .3s,border-color .3s,opacity .3s,visibility .3s,width .3s,box-shadow .3s;
    -webkit-transition: color .3s,background-color .3s,border-color .3s,opacity .3s,visibility .3s,width .3s,box-shadow .3s;
    user-select: none;
    -webkit-user-select: none;
    border: 2px solid #fff;
    padding: 3px 10px;
}


/*timeline Videos*/
.lni-cake:before {
    z-index: 4
}

.timeline {
    /*display: flex;
        flex-direction: column;
        width: 50vw;*/

    width: 420px;
    flex: 0 0 420px;
    box-shadow: 4px 2px 5px #7d7d7d;
    z-index: 0;
}

.route-list-map, .search-route {
    display: flex
}

.btn-reverse {
    display: block;
    padding: 8px 20px;
    border: 2px solid #e9ecef;
    background: #f7f7f7;
    margin: 0 0 0 10px;
}

.filter-router {
    display: flex;
    margin: 0 0 10px 0
}


.route-map {
    height: 650px;
    margin: 0px 0 0 0;
}

.btn-view {
    background: #d2e5f9;
    border-radius: 20px;
    padding: 3px 20px;
    color: #2a3c4e;
    border: 1px solid #9abbdd;
    font-size: 15px;
    display: none
}

.btn-fixed {
    position: relative !important
}

.mobile-map {
    position: relative;
    flex: 1 1 100%;
    display: flex;
    flex-direction: column;
}

.timeline__event {
    background: #fff;
    position: relative;
    display: flex;
    margin: 0px 0;
    border-radius: 8px;
    box-shadow: 0 30px 60px -12px rgba(50, 50, 93, 0.25), 0 18px 36px -18px rgba(0, 0, 0, 0.3), 0 -12px 36px -8px rgba(0, 0, 0, 0.025);
    width: 381px;
}

.timeline__event__title {
    font-size: 1.0rem;
    line-height: 1.4;
    font-weight: 600;
    color: #9251ac;
    letter-spacing: 1.5px;
}

.timeline__event__content {
    padding: 70px 0 0 30px;
}

.timeline__event__content-novideo {
    padding: 18px 30px 0 30px;
}

.timeline__event__date {
    color: #f6a4ec;
    font-size: 1.5rem;
    font-weight: 600;
    white-space: nowrap;
}

.timeline__event__icon {
    border-radius: 8px 0 0 8px;
    background: #9251ac;
    display: flex;
    align-items: center;
    justify-content: center;
    /*flex-basis: 40%;*/
    font-size: 2rem;
    color: #9251ac;
}

    .timeline__event__icon i {
        position: absolute;
        top: 50%;
        left: -67px;
        font-size: 1.5rem;
        transform: translateY(-50%);
        z-index: 99999;
        color: #fff;
    }

.timeline__event__description {
    flex-basis: 60%;
}

    .timeline__event__description a {
        width: 150px;
        cursor: pointer !important;
        color: #2b639e !important
    }

    .timeline__event__description p {
        margin: 0px 0px 0px 0px
    }

.timeline__event:after {
    content: "";
    width: 2px;
    height: 100%;
    background: #9251ac;
    position: absolute;
    top: 52%;
    left: -3.5rem;
    z-index: 1;
}



.timeline__event__description a {
    color: #2b639e
}


.timeline__event--type2:after {
    background: #2b639e;
}

.timeline__event--type2 .timeline__event__date {
    color: #87bbfe;
}

.timeline__event--type2 .timeline__event__icon {
    background: #555ac0;
    color: #555ac0;
}

.timeline__event--type2 .timeline__event__title {
    color: #000;
    padding: 15px 0 0px 0px;
    text-align: left;
}

.timeline__event--type3:before {
    background: #aff1b6;
    border-color: #24b47e;
}

.timeline__event--type3:after {
    background: #24b47e;
}

.timeline__event--type3 .timeline__event__date {
    color: #aff1b6;
}

.timeline__event--type3 .timeline__event__icon {
    background: #24b47e;
    color: #24b47e;
}

.timeline__event--type3 .timeline__event__title {
    color: #24b47e;
}

.timeline__event:last-child:after {
    content: none;
}

@media (max-width: 991px) {

    .mdgov-navBar {
        background-color: #204a76 !important;
    }

    .mdgov-homePanel, .mdgov-navBar {
        background-color: #204a76 !important;
    }
}

@media (max-width: 1368px) {
    .camera-list {
        overflow: inherit !important;
        max-height: 100% !important;
        min-height: calc(100vh - 0px) !important;
    }
}

@media (max-width: 916px) {
    .timeline__event {
        flex-direction: column;
        width: 100% !important;
        text-align: center
    }



    .btn-third {
        padding: 6px 20px !important;
        width: 146px !important;
        text-align: center !important;
    }

    .description-txt {
        width: 100% !important
    }


    .feed-table tbody tr > .sorting_1 {
        font-size: 13px !important;
    }

    .map {
        min-height: calc(78vh - 0px) !important;
        height: 100% !important;
        z-index: 1;
    }



    

    .video-container {
        padding: 0 10px !important;
    }




    .mobile-list-camera {
        display: flex;
        float: none !important
    }

    .filter-router {
        display: block
    }

    fieldset.incident-others {
        padding: 0 !important;
        margin: 0 !important;
        width: 100%;
    }


    table.incident-others {
        margin: 0;
    }


    .route-legenf {
        font-size: 16px;
        padding: 0px 0 0 5px;
        margin: 0 0 0 0;
        text-align: left !important;
    }

    .search-route select {
        padding: 0px;
        width: 100% !important;
        height: 51px;
        margin: 2px;
        font-size: 0.82em;
    }

    .mobile-list-camera {
        display: flex;
        float: none !important;
    }

    .timeline {
        flex-direction: column;
        box-shadow: none !important;
        width: 100%;
        flex: 0 0 100%;
    }

    .btn-reverse {
        display: block !important;
        width: 100% !important;
        margin: 0px 0 0 0 !important;
    }

    .timeline__event__icon {
        border-radius: 4px 4px 0 0;
    }
}


/*TABS Menu*/
.cameras-menu {
    background: #f5f5f5;
    padding: 6px 0;
    overflow: auto;
    margin: 0 0 20px 0;
    display: flex;
    border-radius: 5px;
    border: 1px solid #e9e9e9;
    box-shadow: #ebebebcc 0 2px 9px 0;
}

    .cameras-menu li {
        list-style: none;
        display: flex;
        margin: 0;
        padding: 0;
        height: 60px;
        list-style: none;
        vertical-align: middle;
        align-items: center;
    }




        .cameras-menu li a {
            background: #2b639e;
            padding: 13px 13px;
            color: #fff;
            margin: 2px 0 2px 10px;
            font-weight: bold;
            border: 2px solid #2b639e;
            border-radius: 7px;
        }

            .cameras-menu li a.inactive {
                background: #ffffff;
                padding: 13px 13px;
                color: #2b639e;
                font-weight: 600;
            }

.mobile-col-sm-6 {
    margin: 15px 0 0 0 !important
}



.btn-right {
    float: right !important;
    padding: 0 30px 0 0px;
    color: #fff;
}


table.video-js-table.dtr-inline.collapsed > tbody > tr > td.dtr-control:before, table.video-js-table.dtr-inline.collapsed > tbody > tr > th.dtr-control:before {
    background-color: #2b639e !important;
}

table.video-js-table {
    width: 100% !important
}

#livecameras {
    margin: 10px auto;
    position: relative;
    display: inline-block;
}

.dtfh-floatingparenthead {
    top: 55px !important
}

.dataTables_processing {
    display: none;
    z-index: 999999;
    position: absolute;
    color: rgb(0, 0, 0) !important;
    top: 154px !important;
    background: none !important;
}

.loading {
    display: block;
    position: absolute;
    z-index: 99999;
    width: 100%;
    text-align: center;
    margin: 155PX 0 0 0;
    font-size: 21PX;
    font-weight: bold;
}

table.video-js-table thead, table.video-js-table tfoot {
    display: none !important
}




#livecameras.hover tbody tr:hover, #livecameras tbody tr:hover {
    background-color: none !important
}

.timeline__event--type2:before {
    background: #2b639e;
    border-color: #2b639e;
}



.video-js .vjs-tech {
    position: relative !important;
    top: 0 !important;
    left: 0 !important;
    width: 100% !important;
}

.timeline__event__icon .timeline__event__date .video-js {
    width: 350px !important;
    height: 200px !important;
}


.beeteam368-icon-item {
    pointer-events: none;
    color: #fff !important;
    /* background-color: #2b639e !important;*/
}

    .beeteam368-icon-item .fa-play {
        font-size: 15px
    }

.beeteam368-icon-item {
    display: inline-block;
    text-align: center;
    font-size: 13px;
    padding-left: 1px;
    text-decoration: none;
    letter-spacing: 0;
    color: var(--color__icon);
    background-color: var(--color__icon-background);
    border-radius: 50%;
    -webkit-border-radius: 50%;
    transition: color .3s,background-color .3s,border-color .3s,opacity .3s,visibility .3s,width .3s,box-shadow .3s;
    -webkit-transition: color .3s,background-color .3s,border-color .3s,opacity .3s,visibility .3s,width .3s,box-shadow .3s;
    user-select: none;
    -webkit-user-select: none;
    border: 2px solid #fff;
    padding: 3px 10px;
}


/*timeline Videos*/
.lni-cake:before {
    z-index: 4
}

.routecameras .dataTable {
    margin: 0 0 0 0px !important;
}

    .routecameras .dataTable .sorting_disabled .dataTable thead, .dataTable tfoot {
        background: #ffffff !important;
    }


.route-cameras-center {
    text-align: center
}

.route-legent {
    font-size: 16px;
    padding: 0px 0 0 5px;
    margin: 0 0 0 0;
    text-align: left !important;
}

.video-container-box {
    width: 95%;
    margin: 0 auto 0px auto
}



.btn-right {
    float: right !important;
    padding: 0 30px 0 0px;
    color: #fff;
}

.video-b {
    background: #fff;
    padding: 5px 0;
    margin: 10px 0px 0;
    display: block;
    text-align: center;
    border: 2px solid #2b639e;
    font-size: 14px;
    width: 190px;
}

.btn-active-camera {
    background: #dc3545 !important;
    height: 34px !important
}

.video-play-button {
    color: #fff;
    background-color: #2b639e;
    border: #2b639e;
    width: 100%;
    padding: 0px;
    margin: 10px;
    height: 34px !important
}

.loading {
    display: block;
    position: absolute;
    z-index: 99999;
    width: 100%;
    text-align: center;
    margin: 155PX 0 0 0;
    font-size: 21PX;
    font-weight: bold;
}

/*
    Traffic Camera list
*/


.listimg {
    padding: 10px 5px 5px 5px;
    width: 48px;
    height: 48px;
}

.toggelText {
    margin: 4px 0 0 66px;
    position: absolute;
    width: 150px;
}

.switchTextsearch {
    display: block;
    float: right;
    margin: -1px 0 0 0;
}


.listdatacell {
    display: flex;
    border-radius: 15px;
    border: 1px solid #e1e1e1;
    padding: 10px;
    cursor: pointer;
    background-color: whitesmoke;
    box-shadow: 0 10px 6px -10px #ccc;
    height: 100%;
}

    .listdatacell:hover {
        text-decoration: none;
    }

.fa-play:before {
    content: "\f04b";
    font-size: 24px
}

.fa-play {
    padding: 15px;
    color: #2b639e
}

.vl {
    border-left: 2px solid gainsboro;
    height: 55px;
    padding-top: 20px
}

.list-txt-location {
    padding-left: 10px;
    color: #000;
}

.switch {
    position: relative;
    display: inline-block;
    width: 58px;
    height: 32px;
}

    .switch input {
        opacity: 0;
        width: 0;
        height: 0;
    }

.slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
}

    .slider:before {
        position: absolute;
        content: "";
        height: 26px;
        width: 26px;
        left: 4px;
        bottom: 4px;
        background-color: white;
        -webkit-transition: .4s;
        transition: .4s;
    }

input:checked + .slider {
    background-color: #2b639e;
}

input:focus + .slider {
    outline: 3px solid #33E9FF;
}

input:checked + .slider:before {
    -webkit-transform: translateX(26px);
    -ms-transform: translateX(26px);
    transform: translateX(26px);
}

/* Rounded sliders */
.slider.round {
    border-radius: 34px;
    background-color: #ccdd;
}

    .slider.round:before {
        border-radius: 50%;
    }

.toggle-label {
    margin: 4px 0 0 66px;
    position: absolute;
    width: 150px;
}

.tooltipOnScene, .tooltipOnSceneGoogle {
    position: relative;
    display: inline-block;
    
    margin: 7px 0
}

    .tooltipOnScene b, .tooltipOnSceneGoogle b {
        position: relative;
        display: block;
        border-bottom: 1px dotted #979797
    }

    

.container-space {
    height: 10px
}

.color-icon {
    color: #0062ad;
    font-size: 18px
}

.tooltipOnScene .tooltiptextOnScene a {
    text-decoration: underline;
    color: blue
}

.tooltipOnScene .tooltiptextOnScene {
    display: none;
    background: #fff;
    width: 258px;
    position: absolute;
    top: -85px;
    left: 0px;
    height: auto;
    text-align: left;
    padding: 0px 0 10px 0px;
    font-size: 13px;
    z-index: 9999999;
    text-decoration: none !important;
    line-height: 1.11em;
    letter-spacing: -0.015em;
}

.tooltipOnSceneGoogle .tooltiptextOnSceneGoogle {
    display: none;
    background: #fff;
    width: 258px;
    position: absolute;
    top: -105px;
    left: 0px;
    height: 123px;
    text-align: left;
    padding: 0px 0 0px 0px;
    font-size: 13px;
    z-index: 9999999;
    text-decoration: none !important;
    line-height: 1.11em;
    letter-spacing: -0.015em;
}



.tooltipOnScene:hover .tooltiptextOnScene, .tooltipOnSceneGoogle:hover .tooltiptextOnSceneGoogle  {
    display: block;
}

.close-tooltip-btn {
    display: none;
}



.color-red {color: red; font-size:18px; border-bottom: 2px dotted red;}

@media screen and (max-width: 1024px) {

    .close-tooltip-btn {
        display: block !important;
        border: 1px solid red;
        border-radius: 8%;
        color: #ffffff;
        font-size: 13px;
        background: red;
        position: absolute;
        padding: 2px 7px;
        font-weight: 800;
        right: 0px;
        bottom: -10px;
    }

    .close-tooltip {
        z-index: -99999999999999999999;
        display: none !important
    }
}

.menu-item-checkbox {
    background: white
}
/*
    Traffic Camera ens
*/
/*
    Traffic Incidents & Events Styles
*/
.container-fluid.incidents {
    margin: 0 0 0 0;
    padding: 0 0 0 0;
}

div.container-fluid.incidents {
    display: flex;
    margin: 0 auto;
    width: 100%;
}

fieldset {
    min-width: 1px !important;
    padding: 20px !important;
    margin: 0 !important;
    border: 1px solid #d1d4d7 !important;
}

.accordion-control, .accordion-control:active, .accordion-control:focus {
    background-image: url("../images/arrow-up.png");
    background-color: #2a629c;
    width: 40px;
    height: 40px;
    background-size: 40px;
    cursor: pointer;
    border: 0px;
    border-radius: 0;
    outline: #000 solid 0px;
}

    .accordion-control.no-after {
        background: url("../images/arrow-down.png");
        background-color: #2a629c;
        width: 40px;
        height: 40px;
        background-size: 40px;
        cursor: pointer;
        border: 0px !important;
        border-radius: 0 !important;
    }

.accordion {
    padding: 0;
    margin: 0 auto;
}

.incident-disp {
    width: 100%;
    display: flex;
    flex-direction: column;
}

.incident-header {
    background: #2a629c;
    color: #fff;
    border: 1px solid black;
}

    .incident-header button {
        float: left;
        margin: 5px;
    }

.incident-row-group {
    width: 100%;
}

.incident-row {
    display: flex;
}

.incident-cell-left {
    display: block;
    vertical-align: middle;
    border-left: 1px solid black;
    border-bottom: 1px solid black;
    border-right: 1px solid black;
    width: 100px;
    font-weight: bold;
    padding: 8px;
    font-size: 15px
}

.incident-cell-right {
    display: block;
    width: 100%;
    vertical-align: middle;
    border-bottom: 1px solid black;
    border-right: 1px solid black;
    padding: 8px;
    font-size: 15px;
}

.incident-btn-style {
    cursor: pointer;
    padding: 10px;
    text-align: center;
}

.incident-legend-table {
    margin: auto;
    width: 85%;
    display: flex;
    flex-direction: column;
    border: 1px solid black;
}

    .incident-legend-table .incident-row-group {
    }

.legend-cell {
    font-weight: 600;
    font-size: small;
    padding-left: 5px;
    padding-top: 2px;
    width: 100%;
}

.incident-legend-header {
    background: #2a629c;
    color: #fff;
    text-align: left;
    padding: 5px 0 5px 5px;
}

.incident-legend-row {
    display: flex;
    justify-content: center;
    flex-direction: row;
    width: 100%;
    padding: 4px;
    border-top: 1px solid black;
}

.incident-legend-label {
    width: 100%;
}

.incident-legend-img {
}

.incident-space-box {
    padding: 10px 0
}

.space-box incident-span-3 {
    padding: 0 0 0 10px
}

.incident-body-text {
    font-family: arial, helvetica;
    font-size: 17px;
    font-weight: normal;
}

.incident-legend-img {
    width: 100%;
    padding: 0px;
    margin: 0px;
}

.incident-cell-img {
    max-height: 50px;
    padding-top: 0px;
    margin-top: -1px;
}

.legend-cell-right {
    justify-content: center;
}

.accordion-panel {
    display: none;
}

.incident-help-text {
    display: none;
    background-color: whitesmoke;
    border: 1px solid black;
    padding: 10px;
}

.incident-info-header {
    font-family: arial, helvetica;
    font-size: 17px;
    font-weight: bold;
    padding: 5px;
    background: #ccc;
    margin-bottom: 10px;
}

.incident-nav {
    display: flex;
    flex-flow: row wrap;
    gap: 20px;
    width: 100%;
}

.incident-progress-overlay {
    position: fixed;
    z-index: 2;
    top: 50%;
    left: 50%;
}

.incident-img {
    padding-top: 5px;
    padding-bottom: 5px;
    text-align: center;
    font-weight: 600;
}

.incident-link {
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}

/* for tooltip in lane diagram mouseovers*/
div.tooltip-inner {
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}

/*
        END Traffic Incidents & Events Styles
    */

/*
        CHARTWeb Message Styles
    */

.maintenance-message > p > a > span, .maintenance-message > p > span, .maintenance-message > p, .maintenance-message {
    background: none !important;
    color: #A80011 !important;
}

.maintenance-message {
    display: block;
    margin: 20px 0 20px 0;
    margin-left: auto;
    margin-right: auto;
    border-style: solid;
    border-width: 0;
    border-color: #ffffff;
    font-family: inherit;
    width: 100% !important;
    padding: 0;
    text-align: center;
}

    .maintenance-message p {
        margin: 0 !important;
        padding: 0 !important;
        text-align: center !important;
        font-family: inherit !important;
    }

/*
    End CHARTWeb Message Styles
*/

/*Data feed*/
.feed-table {
    margin: 0px 0 0 0 !important;
    border-top: 0px !important;
    border-left: 0px !important;
    border-bottom: 0px !important;
    border-right: 0px !important;
}



.data-feed-help-table {
    border: 1px solid #000;
}

    .data-feed-help-table tr {
        border-bottom: 1px solid black;
    }

.code-data-feed {
    background-color: #FFF;
    color: #C93B49;
}

.black-border {
    border: 1px solid black;
}


.field-values {
    color: blue !important;
    width: auto !important;
    padding-top: 5px !important;
    padding-bottom: 5px !important;
    text-align: center !important;
    padding-left: 5px !important;
    padding-right: 5px !important;
    font-size: 13px;
    margin: 5px 0 0 0;
}

.hide {
    display: none
}

.data-feed-help-table {
    border: 1px solid #000;
}

    .data-feed-help-table tr {
        border-bottom: 1px solid black;
    }

.feed-table tr th {
    background: #fff;
    color: #000 !important;
    padding: 20px 13px !important;
}

.feed-table tbody tr > .sorting_1 {
    font-size: 15px !important
}

.feed-table tr td {
    border-bottom: 1px solid #e5e5e5 !important;
    color: #000;
}

.btn-box {
    display: flex;
    justify-content: end;
}

.btn-third {
    position: relative;
    z-index: 99999999;
    margin: 0px 0px 0px 5px;
    padding: 6px 40px;
    background: #fff;
    border: 1px solid #000;
    color: #000;
    cursor: pointer;
    z-index: 1;
}

/*According*/
.accordion-item {
    margin-bottom: 10px;
}

.card-body {
    box-shadow: 0px 0px 5px 0px #ccc;
}

.accordion-item button {
    box-shadow: 0px 0px 5px 0px #ccc;
    border: 1px solid #d9d9d9;
    margin-bottom: 10px;
    border-radius: 4px;
    background-color: #fff;
    background-repeat: no-repeat;
    background-size: 1.25rem;
    transition: transform .2s ease-in-out;
    cursor: pointer;
    text-align: left;
    padding: 20px;
    width: 100%;
    display: flex;
    color: #000
}

.accordion-button:not(.collapsed)::after {
    background-image: url(../images/arrow-up.png) !important;
}

.accordion-button::after {
    flex-shrink: 0;
    width: 2.1rem;
    height: 2.1rem;
    margin-left: auto;
    content: "";
    background-image: url(../images/arrow-down-gray.png);
    background-repeat: no-repeat;
    background-size: 2.1rem;
    transition: transform .2s ease-in-out;
}



.accordion-item h2 {
    font-size: 1.2em;
    display: block;
    width: 100%;
    margin: 0;
}

    .accordion-item h2 span {
        font-size: 0.8em;
        font-weight: normal;
        display: block;
        width: 100%;
        margin: 3px 0 0 0;
        display: contents;
    }

.accordion-button:not(.collapsed) {
    color: #fff;
    background-color: #2d629c;
    box-shadow: inset 0 -1px 0 rgb(0 0 0 / 13%);
    background-size: 37px;
    background-repeat: no-repeat;
    margin-left: auto;
    flex-shrink: 0;
    content: "";
}



.accordion-collapse {
    background-color: #fff
}



/* Absolute Center Spinner */
.loading {
    position: fixed;
    display: none;
    z-index: 1031;
    height: 2em;
    width: 2em;
    overflow: show;
    margin: auto;
    top: 50px;
    left: 0;
    bottom: 0;
    right: 0;
}

    /* Transparent Overlay */
    .loading:before {
        content: '';
        display: block;
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: rgba(0,0,0,0.3);
    }

    /* :not(:required) hides these rules from IE9 and below */
    .loading:not(:required) {
        font: 0/0 a;
        color: transparent;
        text-shadow: none;
        background-color: transparent;
        border: 0;
        z-index: 9999999
    }

        .loading:not(:required):after {
            content: '';
            display: block;
            font-size: 10px;
            width: 1em;
            height: 1em;
            margin-top: -0.5em;
            -webkit-animation: spinner 1500ms infinite linear;
            -moz-animation: spinner 1500ms infinite linear;
            -ms-animation: spinner 1500ms infinite linear;
            -o-animation: spinner 1500ms infinite linear;
            animation: spinner 1500ms infinite linear;
            border-radius: 0.5em;
            -webkit-box-shadow: rgba(0, 0, 0, 0.75) 1.5em 0 0 0, rgba(0, 0, 0, 0.75) 1.1em 1.1em 0 0, rgba(0, 0, 0, 0.75) 0 1.5em 0 0, rgba(0, 0, 0, 0.75) -1.1em 1.1em 0 0, rgba(0, 0, 0, 0.5) -1.5em 0 0 0, rgba(0, 0, 0, 0.5) -1.1em -1.1em 0 0, rgba(0, 0, 0, 0.75) 0 -1.5em 0 0, rgba(0, 0, 0, 0.75) 1.1em -1.1em 0 0;
            box-shadow: rgba(0, 0, 0, 0.75) 1.5em 0 0 0, rgba(0, 0, 0, 0.75) 1.1em 1.1em 0 0, rgba(0, 0, 0, 0.75) 0 1.5em 0 0, rgba(0, 0, 0, 0.75) -1.1em 1.1em 0 0, rgba(0, 0, 0, 0.75) -1.5em 0 0 0, rgba(0, 0, 0, 0.75) -1.1em -1.1em 0 0, rgba(0, 0, 0, 0.75) 0 -1.5em 0 0, rgba(0, 0, 0, 0.75) 1.1em -1.1em 0 0;
        }

/* Animation */
@-webkit-keyframes spinner {
    0% {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@-moz-keyframes spinner {
    0% {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@-o-keyframes spinner {
    0% {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes spinner {
    0% {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

.hidden-ips-header {
    overflow: hidden;
    width: 0;
    height: 0;
}

.always-hidden {
    overflow: hidden;
    width: 0;
}

.ips-container {
    margin: 0;
    padding: 0;
}

.red-text {
    color: #AD0000;
}

.green-text {
    color: #006100;
}

.brown-yellow-text {
    color: #A86500;
}

.black-text {
    color: #000000;
}

.less-bold {
    font-weight: 600;
}

.list-cams-bottom-gutter {
    margin-bottom: 10px;
}

.csstransforms.csstransitions .mdgov-navBar__nav {
    -webkit-transition: -webkit-transform 0ms ease !important;
    -moz-transition: -moz-transform 0ms ease !important;
    -o-transition: -o-transform 0ms ease !important;
    transition: transform 0ms ease !important;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -o-backface-visibility: hidden;
    backface-visibility: hidden;
}

.map-popup-style {
    max-height: 300px;
    overflow: auto;
}

.carousel-control-next, .carousel-control-prev {
    height: calc(90% - 3rem)
}

/* accessibility section */

li.mdgov-entNavList__item a:focus {
    outline: none;
}

.card-title {
    font-size: 20px;
    font-weight: 600;
    display: inline-block;
}

.card-text {
    color: #000;
    margin: 10px 20px 20px 20px;
    padding-bottom: 15px;
}

.home-card {
    padding: 0;
    position: relative;
}

    .home-card span.card-text {
        margin: 15px;
    }

a.cweb-link {
    width: 100%;
    height: 100%;
    text-decoration: none;
}

    a.cweb-link .card-title {
        margin: 15px 15px 0px 15px;
    }


.card-body span.card-footer {
    margin-top: auto;
}

.card-link {
    height: 100%;
}

    .mdgov-footer__nav li a:focus,
    .mdgov-search__input:focus,
    .mdgov-search__button:focus,
    .mdgov-navBar__nav > ul li > a:focus,
    a.mdgov-hero__brand:focus,
    .mdgov-social__icon:focus,
    .mdgov-entNav__btn:focus,
    a.btn:focus,
    a.btn-primary:focus,
    button.btn-primary:focus,
    .text-dark:focus,
    .lnk-cameras:focus,
    .mdgov-footer__nav li a:focus,
    input[type=search]:focus,
    input[type=text]:focus,
    select:focus,
    th.sorting:focus,
    textarea:focus,
    #imgCustService:focus,
    .paginate_button:focus,
    ul.cameras-menu li a:focus,
    div a.listdatacell:focus,
    .incident-btn-style :focus,
    .accordion-button:focus,
    .accordion-btn:focus,
    .btn-third:focus,
    .data-feeds-link:focus,
    .incidents-top:focus,
    .incident-header:focus-within,
    .video-play-button:focus,
    .btn-reverse:focus,
    .card-link:focus-within,
    div.timeline__event:focus,
    .video-card:focus {
        outline: 3px solid #33E9FF;
    }


#imgCustService {
    display: inline-block;
}

div.maintenance-message p {
    color: #e50000;
}

.mdgov-search__input:focus, .mdgov-search__button:focus {
    z-index: 9999;
}

.mdgov-governorPanel a:focus, a.mdgov-hero__brand:focus, .show-on-focus {
    z-index: 9999;
    outline-style: solid;
    outline-width: 3px;
    outline-color: rgba(51,233,255, 1);
    outline-offset: -3px;
}

.mdgov-entNav__logo:focus, li.mdgov-entNavList__item a:focus {
    z-index: 2147483647;
    outline-style: solid;
    outline-width: 3px;
    outline-color: rgba(51,233,255, 1);
    outline-offset: -3px;
}

.nav-item a:focus {
    outline: none !important;
    border: 3px solid rgba(51,233,255, 1);
}

.dtr-control:focus {
    outline-color: rgba(51,233,255, 1);
}

td.dtr-control:focus {
    outline: none;
}

[data-new-window] {
    display: none;
}

#routecameras thead {
    display: none;
}

#routecameras tbody tr td.dtr-control {
    cursor: pointer;
}

.video-play-button.btn {
    padding-top: 5px;
    margin-left: 0;
}

    .video-play-button.btn:hover {
        text-decoration: none;
        color: #fff;
    }

.video-card {
    text-align: center;
    box-shadow: 2px 2px 4px #ccc;
    background-color: #fff;
}

    .video-card:hover, button.video-play-button {
        cursor: pointer;
    }

.dt_header_responsive {
    position: relative !important;
}

/* end accessibility section */

/*
    statewide notification
*/
.alert-link, .alert a {
    font-weight: 600;
}

.alert-dismissible {
    padding-right: 3.5rem;
}

    .alert-dismissible .close {
        position: absolute;
        top: 0;
        right: 0;
        padding: 1rem 1rem;
        color: inherit;
    }

.alert-primary {
    color: #f7f9fb;
    background-color: #2b639e;
    border-color: #c4d3e4;
}

    .alert-primary hr {
        border-top-color: #b3c6dc;
    }

    .alert-primary .alert-link, .alert-primary .alert a, .alert .alert-primary a {
        color: #d5e0ea;
    }

.alert-secondary {
    color: #f6f6f6;
    background-color: #1e1e1e;
    border-color: silver;
}

    .alert-secondary hr {
        border-top-color: #b3b3b3;
    }

    .alert-secondary .alert-link, .alert-secondary .alert a, .alert .alert-secondary a {
        color: #dddddd;
    }

.alert-success {
    color: #f5fbf5;
    background-color: #009900;
    border-color: #b8e2b8;
}

    .alert-success hr {
        border-top-color: #a6dba6;
    }

    .alert-success .alert-link, .alert-success .alert a, .alert .alert-success a {
        color: #d1ecd1;
    }

.alert-info {
    color: #f5fafd;
    background-color: #0483d8;
}

    .alert-info hr {
        border-top-color: #a3d1f1;
    }

    .alert-info .alert-link, .alert-info .alert a, .alert .alert-info a {
        color: #cbe5f5;
    }

.alert-warning {
    color: #fef8f5;
    background-color: #dc5800;
}

    .alert-warning hr {
        border-top-color: #f2c1a2;
    }

    .alert-warning .alert-link, .alert-warning .alert a, .alert .alert-warning a {
        color: #f9d8c7;
    }

.alert-danger {
    color: #fff5f5;
    background-color: red;
    border-color: #ffb8b8;
}

    .alert-danger hr {
        border-top-color: #ff9f9f;
    }

    .alert-danger .alert-link, .alert-danger .alert a, .alert .alert-danger a {
        color: #ffc2c2;
    }

.alert-light {
    color: white;
    background-color: #f8f9fa;
    border-color: #fdfdfe;
}

    .alert-light hr {
        border-top-color: #ececf6;
    }

    .alert-light .alert-link, .alert-light .alert a, .alert .alert-light a {
        color: #e6e6e6;
    }

.alert-dark {
    color: whitesmoke;
    background-color: black;
    border-color: #b8b8b8;
}

    .alert-dark hr {
        border-top-color: #ababab;
    }

    .alert-dark .alert-link, .alert-dark .alert a, .alert .alert-dark a {
        color: gainsboro;
    }

.alert-white {
    color: white;
    background-color: white;
    border-color: white;
}

    .alert-white hr {
        border-top-color: #f2f2f2;
    }

    .alert-white .alert-link, .alert-white .alert a, .alert .alert-white a {
        color: #e6e6e6;
    }

.alert-highlight {
    color: #fffdf7;
    background-color: #ffc838;
    border-color: #fff0c7;
}

    .alert-highlight hr {
        border-top-color: #ffe9ae;
    }

    .alert-highlight .alert-link, .alert-highlight .alert a, .alert .alert-highlight a {
        color: #fff0c4;
    }

.alert-lightyellow {
    color: #fffefb;
    background-color: #ffdfa2;
    border-color: #fff6e5;
}

    .alert-lightyellow hr {
        border-top-color: #ffedcc;
    }

    .alert-lightyellow .alert-link, .alert-lightyellow .alert a, .alert .alert-lightyellow a {
        color: #fff1c8;
    }

.alert-gray {
    color: #fefefe;
    background-color: #e9ecef;
    border-color: #f9fafb;
}

    .alert-gray hr {
        border-top-color: #eaedf1;
    }

    .alert-gray .alert-link, .alert-gray .alert a, .alert .alert-gray a {
        color: #e5e5e5;
    }

.alert-darkgray {
    color: #f8f8f8;
    background-color: #4d4d4d;
    border-color: #cdcdcd;
}

    .alert-darkgray hr {
        border-top-color: silver;
    }

    .alert-darkgray .alert-link, .alert-darkgray .alert a, .alert .alert-darkgray a {
        color: #dfdfdf;
    }


.alert-maryland-primary {
    color: #fdf6f7;
    background-color: #c8122c;
    border-color: #f0bdc4;
}

    .alert-maryland-primary hr {
        border-top-color: #eba8b1;
    }

    .alert-maryland-primary .alert-link, .alert-maryland-primary .alert a, .alert .alert-maryland-primary a {
        color: #f4ccd2;
    }

.alert-maryland-secondary {
    color: #f6f6f6;
    background-color: #1e1e1e;
    border-color: silver;
}

    .alert-maryland-secondary hr {
        border-top-color: #b3b3b3;
    }

    .alert-maryland-secondary .alert-link, .alert-maryland-secondary .alert a, .alert .alert-maryland-secondary a {
        color: #dddddd;
    }

.alert-maryland-highlight {
    color: #fffdf7;
    background-color: #ffc838;
    border-color: #fff0c7;
}

    .alert-maryland-highlight hr {
        border-top-color: #ffe9ae;
    }

    .alert-maryland-highlight .alert-link, .alert-maryland-highlight .alert a, .alert .alert-maryland-highlight a {
        color: #fff0c4;
    }

.alert {
    display: flex;
    align-items: center;
    min-height: 82px;
    border: none;
}

    .alert .close {
        font-size: 16px;
    }

.alert-icon {
    flex: 0 0 auto;
    font-size: 3em;
    margin-right: 1rem;
    line-height: 1;
    align-self: flex-start;
}

.alert-text {
    flex: 1 1 auto;
}

    .alert-text :last-child {
        margin-bottom: 0;
    }

.alert a {
    color: #fff;
    text-decoration: underline;
}

.alert-heading {
    margin-bottom: 0;
}

.alert-dismissible {
    padding-right: 3.5rem;
}

.mdgov-notifications, .mdgov-bodynotifications {
    position: relative;
    left: 0;
    top: 0;
    z-index: 2;
    width: 100%;
}

    .mdgov-notifications:not(:empty), .mdgov-bodynotifications:not(:empty) {
        margin-bottom: 1.5rem;
    }

@media (max-width: 991.98px) {
    .js-nav .mdgov-notifications, .js-nav .mdgov-bodynotifications {
        z-index: 1;
    }
}

.mdgov-notifications ul, .mdgov-bodynotifications ul {
    padding: 0 0 0 1.2rem;
    margin: 0;
}

.mdgov-notifications .alert, .mdgov-bodynotifications .alert {
    margin: 0;
    animation-duration: 300ms;
    animation-timing-function: ease-in-out;
}

.mdgov-notifications .alert-floating, .mdgov-bodynotifications .alert-floating {
    position: fixed;
    top: 50px;
    left: 0;
    width: 100%;
}

@media (min-width: 768px) {
    .mdgov-notifications .alert-floating, .mdgov-bodynotifications .alert-floating {
        top: 60px;
    }
}

code {
    color: #bc3171;
}

.incident-legend-sticky {
    position: sticky;
    top: 106px;
    z-index: 1;
    background: #ffffff;
    padding: 20px 10px 5px 15px;
    border: 1px solid #dfdfdf;
}

    .incident-legend-sticky span {
        position: absolute;
        background: #ffffff;
        margin: -32px 0 0 0;
        width: 98%;
        font-weight: 600;
        font-size: 16px
    }

.incident-legend-flex-container {
    display: flex;
    flex-wrap: wrap;
    font-size: medium;
    font-weight: bold;
    text-align: center;
}

.lengend-size-box {
    margin: 0px 5px 5px 0px;
    padding: 5px 20px;
    font-weight: 600;
}

.incident-legend-flex-item-closed {
    background-color: #ff0000;
    border-color: #000000;
    border: 1px solid;
}

.incident-legend-flex-item-open {
    background-color: #00b050;
    border-color: #000000;
    border: 1px solid;
}

.incident-legend-flex-item-reversed {
    background-color: #ffff00;
    border-color: #000000;
    border: 1px solid;
}

.incident-legend-flex-item-median {
    background-color: #000000;
    color: #ffffff;
    border-color: #000000 !important;
    border: 1px solid;
}

.incident-legend-flex-item-shoulder {
    background-color: #ffffff;
    border-color: #000000;
    border: 1px solid;
}

.incident-legend-flex-item-unknown {
    background-color: #8c8c8c;
    border-color: #000000;
    border: 1px solid;
}

.data-feed-road-cond {
    display: flex;
    flex-direction: row;
    gap: 20px;
}

.sitewide-accordion-messages {
    background-color: #2b639f;
    color: #ffffff;
    font-size: 20px;
    width: 100%;
}

.sitewide-shadow {
    box-shadow: inset -2px 3px 7px -2px #14416e
}

    .sitewide-accordion-messages:hover {
        color: white !important;
    }

.btn-link .accordion-arrow {
    padding-left: 25px;
    float: right;
    margin: 9px 0 0 0;
}

.mdot-accordion-space { padding:8px 2px;}

.accordionDetails {border-top: 1px solid #26578b; padding: 12px 0px;}

.more-messages {
    margin: 14px 0 0 -12px;
    position: absolute;
}

.icon-size .size-l{   
    font-size: 40px;
    
}

a[data-toggle="collapse"].collapsed i.fas:before {
    content: "\f107"; /* angle-down */
}

a[data-toggle="collapse"] i.fas:before {
    content: "\f106"; /* angle-up */
}

.static-box {
    padding-left: 16px;
    padding-top: 17px;
    padding-bottom: 14px;
}

.static-box{
    align-content: center; display: flex; flex-direction: row;
    box-shadow: inset -2px 3px 7px -2px #14416e;
}

.static-box-accordion {align-content: center; display: flex; flex-direction: row;}

.badge-exclamation {
    color: #ffffff;
    background-color: #dc5800;
    position: absolute;
    right: 0;
    top: -5px;
    transform: translate(-70%,-50%);
    z-index: 2;
}

.btn .badge {
    top: -10px;
    padding: 0.10em 0.32em 0.20em 0.32em;
    left: -4px;
}

.static-box a, .static-box-accordion a {color: white;}

.static-box p, .static-box-accordion p {margin: 5px 0 0 14px; }
.more-messages, .static-box p, .static-box-accordion p  {font-weight: 600; font-size: 20px;}

.focusable-table {
    padding-left: 2px;
}

    .focusable-table td {
        outline: none;
    }

        .focusable-table td:focus {
            outline: 3px solid #2b639e;
        }