body {
    height: 100%;
    padding: 0;
    margin: 0;
    width: 100%;
}


.SearchWiz {
    width: 385px;
    height: 100%;
    position: absolute;
    z-index: 1000;
    background-color: black;
    box-shadow: -1px -6px 3px 0px black;
    background-color: white;
}

/*.mapboxgl-ctrl-geocoder {
    max-width: none!important;
    min-width: 90%!important;
    width: 90%!important;
    z-index: 1;
    border-radius: 4px;
    transition: width .25s, min-width .25s;
    left: -19px!important;
    top: 10px;
}*/

@media screen and (min-width: 640px) {
    .mapboxgl-ctrl-geocoder--icon-search {
        left: 8px;
        width: 20px;
        height: 20px;
    }
}

@media screen and (min-width: 640px) {
    .mapboxgl-ctrl-geocoder--icon {
        top: 10px !important;
    }
}

.mapboxgl-ctrl-geocoder--icon-search {
    position: absolute;
    top: 8px !important;
    left: 12px;
    width: 23px;
    height: 23px;
}


.mapboxgl-ctrl-geocoder {
    max-width: 15vw;
    min-width: 15vw !important;
    width: 325px !important;
    z-index: 1;
    border-radius: 4px;
    transition: width .25s, min-width .25s;
    /* left: -19px!important; */
    top: 10px;
}


#MapWrapper {
    /*left: 385px;*/
    left: 0;
    top: 0;
    bottom: 0;
    position: absolute;
    right: 0;
}


#thisBody {
    display: block;
}

/*@media only screen and (orientation:portrait) {
    #thisBody {
        height: 100vw;
        -webkit-transform: rotate(90deg);
        -moz-transform: rotate(90deg);
        -o-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
        transform: rotate(90deg);
    }
}
*/





::-webkit-scrollbar {
    -webkit-appearance: none;
}

::-webkit-scrollbar:vertical {
     width: 7px;
    }

::-webkit-scrollbar-thumb {
    background-color: rgba(0, 0, 0, .5);
    border-radius: 3px;
    border: 1px solid #ffffff;
}

::-webkit-scrollbar-track {
    border-radius: 3px;
    background-color: #ffffff;
}


#myModal {
    background-color: grey;
    opacity: 1;
}

        #myModalHeaderXer
        {
            background-image: url(icons8-delete.svg);
            position: absolute;
            cursor:pointer;
        }

        #myModalDirectionsContainer
        {
            position: relative;
            top:0px;
            right:0px;   
            z-index:999;
            
        }

        #myModalDirections
        {
            resize: vertical;
            top: 20px;
            position: absolute;
            display: none;
            overflow: auto;
            max-height:350px;
            /*max-height:calc(40vh - 0px);*/
        }

        #myModalDirectionsheader
        {   
            position: absolute;
            display: none;
            cursor: move;
            touch-action:pan-x,pan-y;
        }


        .modal-content {
            background: #2F5C71;
            color: white;
            -webkit-border-radius: 7px !important;
            -moz-border-radius: 7px !important;
            border-radius: 7px !important;
        }

        .btn-success {
            background: #1C5084;
        }

        .starBack {
            background:black;
            border-radius: 7px !important;
            width: 20px;
        }

        .ok {
            background: #2F5C71;
            color: #000000;
            font: bold;
            font-weight: 700;
        }

        #map {
            z-index: 0;
            position: absolute;
            top: 0px;
            left:0px;
            bottom: 0px;            
            right:0px;
        }

        h4 {
            color: black;
            background: white;
            /*border-radius: 2px 2px 2px 2px;*/
            /*font-weight: 700;*/
            font-size: 14px;
            font-family: "Times New Roman", Times, serif;
        }

        h1 {
            padding: 0.5em;
            margin-left: 1.2em;
            left: 0.7em;
            background-color: white;
            padding: 0.2em;
            border: 2px solid #fff;
            border-radius: 3px;
            border-width: 1px;
            display: inline-block;
            text-decoration: none;
            color: darkorange;
            font-size: 16px;
            font: italic;
            max-height: 60px;
            max-width: 110px;
            border: 2px solid white;
        }


        .mapboxgl-popup-close-button {
            right: -1px;
            color: red;
            border-color: white;
            border-radius: 0px 1px 1px 1px!important;    
            border-style: groove;
            
        }




            .mapboxgl-popup-close-button:hover {
                background: rgba(247,245,232,0.0);
            }


        .h3 {
            background-image: radial-gradient(#3B7AB9, #1C5084);
            font-size: 12px;
            color: #fff;
            margin: 0;
            display: block;
            padding: 10px;
            border-radius: 3px 3px 0 0;
            font-weight: 700;
            margin-top: -15px;
            animation-name: faded;
            animation-timing-function: linear;
            animation-duration: 3s;
            animation-iteration-count: infinite;
        }

        .mapboxgl-popup-content h4 {
            margin: 2px;
            font-size: 12px;
            display: block;
            padding: 15px;
            font-weight: 100;
        }

        .mapboxgl-popup {
            text-align: center;
            top: -35px;
        }

        .pop_marker {
            transform: none !important;
            left: 0.9em;
            top: 8.0em;
        }

        @-webkit-keyframes faded {
            0% {
                background-image: radial-gradient(rgba(59,122,185,0.4), rgba(28,80,132,0.4));
            }

            25% {
                
            }

            50% {
                background-image: radial-gradient(rgba(59,122,185,0.5), rgba(28,80,132,0.5));
            }

            75% {
                
            }

            100% {
                background-image: radial-gradient(rgba(59,122,185,0.4), rgba(28,80,132,0.4));
            }
        }

        @-webkit-keyframes Disclaimer {
            0% {
            }

            25% {
            }

            50% {
                font-size: 12px;
                color: black;
                background-color: white;
            }

            75% {
            }

            100% {
            }
        }

        .mapboxgl-popup-content div {
            padding: 15px;
        }

        .mapboxgl-popup-content {
            font: 100 15px/22px 'Source Sans Pro', 'Helvetica Neue', Sans-serif;
            padding: 20px;
            width: auto;
        }

        .mapboxgl-popup-content-wrapper {
            padding: 1%;
        }

        .mapboxgl-popup-anchor-top .mapboxgl-popup-tip,
        .mapboxgl-popup-anchor-top-left .mapboxgl-popup-tip,
        .mapboxgl-popup-anchor-top-right .mapboxgl-popup-tip {
            border-bottom-color: white;
        }

        .mapboxgl-popup-anchor-bottom .mapboxgl-popup-tip,
        .mapboxgl-popup-anchor-bottom-left .mapboxgl-popup-tip,
        .mapboxgl-popup-anchor-bottom-right .mapboxgl-popup-tip {
            border-top-color: white;
        }

        .mapboxgl-popup-anchor-left .mapboxgl-popup-tip {
            border-right-color: white;
        }

        .mapboxgl-popup-anchor-right .mapboxgl-popup-tip {
            border-left-color: white;
        }

        customup-content {
            border: groove #ff0000;
            background: white;
            opacity: 0.95;
            margin-top: 50px;
            background: white;
            color: black;
            margin: 0;
            display: block;
            padding: 20px;
            font-weight: 700;
            font-size: 16px;
            font-family: "Times New Roman", Times, serif;
        }

        .darkness:focus {
            transition: 1s;
            width:100%;
        }


        .darkness:hover {
            transition: 1s;
            width:100%;
        }

        .darkness {
            min-height:35px;
            font-weight: bold;
            display: flex;
            margin: 11px 0 7px 10px;
            padding-top: 5px;
            padding-bottom: 5px;
            position: relative;
            overflow: hidden;
            text-decoration: none;
            box-shadow: 0px 0px 5px rgba(0,0,0,0.2);
            cursor: pointer;
            opacity: 1.0;
            border: 2px solid #fff;
            border-radius: 3px;
            border-width: 1px;
            border-bottom: 3px solid #e0e0e0;
            border-right: 3px solid #e0e0e0;
            justify-content: center;
            font-family: Georgia, 'Times New Roman', Times, serif;
            font-size: 11px;
            right: 0em;
            transition: .25s;
            width:80%;
            max-width:110px;
        }

        .my-customup-content {
            color: black;
            font-weight: bold;
            display: flex;
            
            padding-top: 3px;
            padding-bottom: 3px;
            right: 0em;
            position: relative;
            overflow:auto;
            padding-left: 20px !important;
            text-decoration: none;
            box-shadow: 0px 0px 5px rgba(0,0,0,0.2);
            cursor: pointer;
            opacity: 1.0;
            border: 2px solid #fff;
            border-radius: 3px;
            border-width: 1px;
            border-bottom: 3px solid #e0e0e0;
            border-right: 3px solid #e0e0e0;
            background-color: white;
            transition: .25s;
            justify-content: center;
            font-family: Georgia, 'Times New Roman', Times, serif;
            max-width:110px;
            min-height:35px;
            width:80%;
        }

            .my-customup-content.check {
                margin: 11px 0 7px 10px;
                background: url() no-repeat 5px center;
                padding-right: 5px !important;
                padding-left: 5px !important;
                background-color: white;
                cursor: pointer;
                border: 2px solid #fff;
                border-radius: 3px;
                border-width: 1px;
                border-bottom: 3px solid #e0e0e0;
                border-right: 3px solid #e0e0e0;
                background-color: white;
                max-width: 110px;
            }



            .my-customup-content.delete {
                margin: 11px 0 7px 10px;
                background: url(Verified_Green_Check.svg) no-repeat left center;
                background-size: 25px 25px;
                padding-left: 28px !important;
                background-color: white;
                cursor: pointer;
                border: 2px solid #fff;
                border-radius: 3px;
                border-width: 1px;
                border-bottom: 3px solid #e0e0e0;
                border-right: 3px solid #e0e0e0;
                text-align: left;
                background-color: white;
                max-width: 110px;
            }


            .my-customup-content:focus {
                transition: 1s;
                width: 148px;
                fill-opacity: 1.0;
            }

            .my-customup-content:hover {
                background-color: white;
                transition: 1s;
                width:148px;
            }

.mapboxgl-ctrl-group1 {
    z-index: 0;
    overflow-y: auto;
    position: static;
    align-items: stretch;
    display: list-item;
    width: 135px;
    max-height: 75vh;
    line-height: normal;
}

   .mapboxgl-ctrl-top-right 
   {
    max-width: 150px;
    display: block!important;
   }

/*@media all and (max-height: 768px) {
    .mapboxgl-ctrl-group1 {
        /* On small screens, we are no longer using row direction but column 
        justify-content: space-around;
        flex-flow: row wrap;
    }
}*/
.mapboxgl-ctrl-top-left {
    min-width: 100%;
    /*width: 28em;*/
    top: -10px;
    /*left: 0.0em;*/
    display: flex;
    justify-content: flex-start;
    z-index: 10;
}

            .mapboxgl-ctrl-top-left:hover {
                transition: .25s;
                left: 0.0em;
                transition: 1s;
            }

        .sklz_marker {
            position: absolute;
            background-image: url('School_1.svg');
            background-size: cover;
            width: 40px;
            height: 40px;
            cursor: pointer;
            display: block;
            z-index: 4;
        }

        .sklz_marker_main_DI {
            position: absolute;
            background-image: url('School_1.svg');
            background-size: cover;
            width: 20px;
            height: 20px;
            cursor: pointer;
            display: block;
            z-index: 0;
        }

        .sklz_marker_main_EL {
            position: absolute;
            background-image: url('School_6.svg');
            background-size: cover;
            width: 20px;
            height: 20px;
            cursor: pointer;
            display: block;
            z-index: 0;
        }

        .sklz_marker_main_JR {
            position: absolute;
            background-image: url('School_7.svg');
            background-size: cover;
            width: 20px;
            height: 20px;
            cursor: pointer;
            display: block;
            z-index: 0;
        }

        .sklz_marker_main_HI {
            position: absolute;
            background-image: url('School_8.svg');
            background-size: cover;
            width: 20px;
            height: 20px;
            cursor: pointer;
            display: block;
            z-index: 0;
        }

        .el_School_marker {
            position: absolute;
            background-image: url('School_6.svg');
            background-size: cover;
            width: 40px;
            height: 40px;
            border-radius: 50%;
            cursor: pointer;
            animation-name: School;
            animation-timing-function: ease;
            animation-duration: .75s;
            animation-iteration-count: 1;
            display: block;
            z-index: 3;
        }




        .el_School_marker_jump {
            position: absolute;
            background-image: url('School_6.svg');
            background-size: cover;
            width: 40px;
            height: 40px;
            cursor: pointer;
            animation-name: School_b;
            animation-timing-function: ease;
            animation-duration: 2s;
            animation-iteration-count: infinite;
            z-index: 4;
        }

        .jr_School_marker {
            position: absolute;
            background-image: url('School_7.svg');
            background-size: cover;
            width: 40px;
            height: 40px;
            border-radius: 50%;
            cursor: pointer;
            animation-name: School;
            animation-timing-function: ease;
            animation-duration: .75s;
            animation-iteration-count: 1;
            z-index: 3;
        }

        .jr_School_marker_jump {
            position: absolute;
            background-image: url('School_7.svg');
            background-size: cover;
            width: 40px;
            height: 40px;
            cursor: pointer;
            color: green;
            animation-name: School_b;
            animation-timing-function: ease;
            animation-duration: 2s;
            animation-iteration-count: infinite;
            z-index: 4;
        }

        .high_School_marker {
            position: absolute;
            background-image: url('School_8.svg');
            background-size: cover;
            width: 40px;
            height: 40px;
            border-radius: 50%;
            cursor: pointer;
            animation-name: School;
            animation-timing-function: ease;
            animation-duration: .75s;
            animation-iteration-count: 1;
            z-index: 3;
        }

        .high_School_marker_jump {
            position: absolute;
            background-image: url('School_8.svg');
            background-size: cover;
            width: 40px;
            height: 40px;
            cursor: pointer;
            color: green;
            animation-name: School_b;
            animation-timing-function: ease;
            animation-duration: 2s;
            animation-iteration-count: infinite;
            z-index: 4;
        }

        .scnd_School_marker {
            position: absolute;
            /*background-image: url('School_5.svg');*/
            background-size: cover;
            width: 40px;
            height: 40px;
            border-radius: 50%;
            cursor: pointer;
            animation-name: School;
            animation-timing-function: ease;
            animation-duration: .75s;
            animation-iteration-count: 1;
            z-index: 3;
        }

        .scnd_School_marker_jump {
            position: absolute;
            background-image: url('School_5.svg');
            background-size: cover;
            width: 40px;
            height: 40px;
            cursor: pointer;
            color: green;
            animation-name: School_b;
            animation-timing-function: ease;
            animation-duration: 2s;
            animation-iteration-count: infinite;
            z-index: 4;
        }



        @-webkit-keyframes School {
            0% {
                top: 0px;
                left: 0px;
                width: 0px;
                height: 0px;
            }

            25% {
                top: 0px;
                left: 0px;
            }

            50% {
                top: 0px;
                left: 0px;
            }

            60% {
                top: 0px;
                left: 0px;
                opacity: 0.9;
            }

            75% {
                top: 0px;
                left: 0px;
            }

            100% {
                top: 0px;
                left: 0px;
                width: 40px;
                height: 40px;
            }
        }

        @-webkit-keyframes School_b {
            0% {
                top: 0px;
                left: 0px;
                width: 20px;
                height: 20px;
                opacity: 0.4;
            }

            25% {
                top: 0px;
                left: 0px;
            }

            50% {
                top: 0px;
                left: 0px;
            }

            60% {
                top: 0px;
                left: 0px;
                opacity: 0.8;
            }

            75% {
                top: 0px;
                left: 0px;
            }

            100% {
                top: 0px;
                left: 0px;
                width: 50px;
                height: 50px;
            }
        }

        #School_Menue
        {           
            position: absolute;
            top:0px;
            left:0;                       
            font-size: 14px;
            background-color: rgba(0,0,0,0.0);
            z-index: -1;
            opacity: 1.0;
            flex-flow: column wrap;
            bottom: 0px;
            box-shadow: 2px 2px 2px 2px rgba(0,0,0,0.2);
            filter: drop-shadow(2px 2px 2px #333);
        }

        .dropdwnleft {
            position: absolute;
            color: black;
            left: 0em;
            top: 0em;
            transition: 1s;
            cursor: pointer;           
            z-index: 10; 
            justify-content: center;
            height:100%;
        }

        #The_rep {
            /*max-width:180px; */
            left:-09px;
            position:absolute;
            font-family: Arial, Unicode, MS;
            
        }

           
            .dropdwnleft:hover .dropbtn:hover {
                background-color: white;
                transition: 1s;
                left: 0em;
            }


.dropbtn {
    position: absolute;
    top: 0 !important;
    height: 0px;
    width: 0px;
    background: transparent;
    border: none !important;
    font-size: 0;
    /* color: white;
            border: 2px solid #fff;
            border-radius: 3px;
            border-width: 1px;
            cursor: pointer;
            font-family: Georgia, 'Times New Roman', Times, serif;
            box-shadow: 0px 0px 5px rgba(0,0,0,0.2);
            font-weight: bold;
            padding-top: 5px;
            padding-bottom: 5px;
            background-image: radial-gradient(#3B7AB9, #1C5084);
            border-bottom: 3px solid #e0e0e0;
            border-right: 3px solid #e0e0e0;
            animation-name: lightfade;
            animation-timing-function: linear;
            animation-duration: 3s;
            animation-iteration-count: infinite;*/
}

    .dropbtn:hover, .dropbtn:focus {
        /*  background-color: rgba(247,245,232,0.8);*/
    }

        .dropdwn {
            position: absolute;
            color: black;
            left: 0em;
            top: 0em;
            cursor: pointer;
            transition: 1s;
            margin: auto;
            width: 100%!important;           
            z-index: 10;
            font-family: Arial, Helvetica, sans-serif;
        }

            .dropdwn:hover {
                transition: 1s;
                left: 0em;
            }

                .dropdwn:hover .dropbtn:hover {
                    background-color: white;
                    transition: 1s;
                    left: 0em;
                }

/*@media all and (max-height: 1023px) {
    .dropdwn-content {
  
        justify-content: space-around;
        flex-flow: row wrap;
    }
}
*/

.dropdwn-content:focus {
    outline: none;
}


#myDropdown tooltiptext {
    position: absolute;
    visibility: hidden;
    width: 200px;
    background-color: #555;
    color: #fff;
    text-align: center;
    border-radius: 6px;
    padding: 5px 0;
    position: absolute;
    z-index: 1;
    top: 0;    
    opacity: 0;
    left:193px;
    transition: opacity 0.3s;
    font-family: Arial, Unicode, MS;    
}

    #myDropdown tooltiptext::after {
        content: "";
        position: absolute;
        top: 35%;
        left: -11px;
        margin-right: -5px;
        border-width: 5px;
        border-style: solid;
        border-color: transparent #555 transparent transparent;
    }

#myDropdown:hover tooltiptext {
    visibility: visible;
    opacity: 0.75;
}

.dropdwn-content {
    /* max-height: 55vh;
    overflow-y: auto;*/
    display: none;
    z-index: 1;
    margin: 0;
    z-index: 10;
    font-family: Arial, Unicode, MS;
    max-height: 60vh;
    height: auto;
    width: 375px;
    min-width: 180px;
    overflow-y: auto;
    overflow-x: visible;
    transform: scaleX(-1);
    line-height: normal;
    pointer-events: none;
}

.show {
    display: list-item;
}


        @-webkit-keyframes lightfade {
            0% {
                border-color: #1C5084;
            }

            25% {
                border-color: #3B7AB9;
            }

            50% {
                border-color: #1C5084;
            }

            75% {
                border-color: black;
            }

            100% {
                border-color: #3B7AB9;
            }
        }

#myDropdown {
    position: absolute;
    display: none;
    max-height: calc(100vh - 300px);
    box-sizing: border-box;
    width:180px;
}
    #myDropdown .b {
        user-select: text;
        display: -webkit-flex;
        font-size: 12px;
        color: #fff;
        margin: 0;
        display: flex;
        flex-direction: column;
        font-weight: 700;
        padding: 5px 5px;
        text-decoration: none;
        z-index: 1;
        position: relative;
        border-width: 0px 0px 0px 0px;
        border: 1px solid black;
        border-radius: 3px;
        background-image: radial-gradient(rgba(59,122,185,0.8), rgba(28,80,132,0.8));
        font-family: Arial, Unicode, MS;
        width:180px;
        left:7px;
    }


        #myDropdown .b::before {
        content: "";
        display: flex;
        width: 25px;
        height: 25px;
        background-size: 25px 25px;
        background-image: url(Infos_4.svg);
        background-repeat: no-repeat;
        /*border-radius: 3px 3px 3px 3px;*/
        opacity: 1.0;
        z-index: 1;
    }

         /*   .dropdwn-content b:hover .starBack {
                background: url() no-repeat center;
                color: transparent;
                transition: 0.7s;
                animation-play-state: initial;
                animation-play-state: paused;
                opacity: 1;
            }

            .dropdwn-content b:hover {
                background: url(icons8-delete.svg) no-repeat center;
                color: transparent;
                margin: 0;
                /*font: 0/0 a;
                transition: 0.5s;
                animation-play-state: initial;
                animation-play-state: paused;
                opacity: 1;
            }
*/



    #myDropdown ADD_Direction_button_blue {
    position: relative;
    padding: 12px 16px;
    z-index: 10;
    margin: 0;
    flex-direction: column;
    border-radius: 0px 0px 4px 4px;
}

#myDropdown ADD_Direction_button {
    user-select: none;
    border-radius: 6px 6px 6px 6px;
    color: dodgerblue;
    background-color: white;
    padding-left: 8px;
    padding-right: 8px;
    padding-top: 6px;
    padding-bottom: 6px;
    text-decoration: none;
    text-align: center;
    font-size: 12px;
    align-items: center;
    margin: auto;
    width: 50%;
    position: center !important;
    font-family: Arial, Helvetica, sans-serif;
    bottom: 0px;
    filter: drop-shadow(3px 3px 3px #333);
    font-family: Arial, Unicode, MS;
}

    #myDropdown ADD_Direction_button:hover {
        background-color: aliceblue;
        border-color: dodgerblue;
        box-shadow: 0px 8px 8px 0px rgba(0,0,0,0.2);
        filter: drop-shadow(3px 3px 3px #333);
        border-radius: 6px 6px 6px 6px;
    }

.dropdwn-content closeTheResult {
    position: relative;
    border-radius: 6px 6px 6px 6px;
    color: dodgerblue;
    background-color: white;
    padding-left: 32px;
    padding-right: 32px;
    padding-top: 12px;
    padding-bottom: 12px;
    text-decoration: none;
    align-items: center;
}

    .dropdwn-content closeTheResult:hover {
        background-color: aliceblue;
        border-color: dodgerblue;
        box-shadow: 0px 8px 8px 0px rgba(0,0,0,0.2);
        filter: drop-shadow(3px 3px 3px #333);
        border-radius: 6px 6px 6px 6px;
    }

.dropdwn-content EL_Direction_button {
    border-radius: 6px 6px 6px 6px !important;
    color: lightseagreen;
    background-color: white;
    padding-left: 8px;
    padding-right: 8px;
    padding-top: 6px;
    padding-bottom: 6px;
    text-decoration: none;
    align-items: center;
    text-align: center;
    position: relative;
    width: 50%;
    margin: auto;
    font-family: Arial, Helvetica, sans-serif;
    filter: drop-shadow(3px 3px 3px #333);
    font-size: 12px;
    font-family: Arial, Unicode, MS;
}

            .dropdwn-content EL_Direction_button:hover {
                background-color: aliceblue;
                border-color: lightseagreen;
                box-shadow: 0px 8px 8px 0px rgba(0,0,0,0.2);
                filter: drop-shadow(3px 3px 3px #333);
                border-radius: 6px 6px 6px 6px;
            }

.dropdwn-content Sec_EL_Direction_button {
    border-radius: 6px 6px 6px 6px !important;
    color: lightseagreen;
    background-color: white;
    padding-left: 8px;
    padding-right: 8px;
    padding-top: 6px;
    padding-bottom: 6px;
    text-decoration: none;
    align-items: center;
    text-align: center;
    position: relative;
    width: 50%;
    margin: auto;
    font-family: Arial, Helvetica, sans-serif;
    filter: drop-shadow(3px 3px 3px #333);
    font-size: 12px;
    font-family: Arial, Unicode, MS;
}

            .dropdwn-content Sec_EL_Direction_button:hover {
                background-color: aliceblue;
                border-color: lightseagreen;
                box-shadow: 0px 8px 8px 0px rgba(0,0,0,0.2);
                filter: drop-shadow(3px 3px 3px #333);
                border-radius: 6px 6px 6px 6px;
            }

.dropdwn-content JR_Direction_button {
    border-radius: 6px 6px 6px 6px !important;
    color: darkorange;
    background-color: white;
    padding-left: 8px;
    padding-right: 8px;
    padding-top: 6px;
    padding-bottom: 6px;
    text-decoration: none;
    align-items: center;
    text-align: center;
    position: relative;
    width: 50%;
    margin: auto;
    font-family: Arial, Helvetica, sans-serif;
    filter: drop-shadow(3px 3px 3px #333);
    font-size: 12px;
    font-family: Arial, Unicode, MS;
}

            .dropdwn-content JR_Direction_button:hover {
                background-color: aliceblue;
                border-color: lightseagreen;
                box-shadow: 0px 8px 8px 0px rgba(0,0,0,0.2);
                filter: drop-shadow(3px 3px 3px #333);
                border-radius: 6px 6px 6px 6px;
            }

.dropdwn-content Sec_JR_Direction_button {
    border-radius: 6px 6px 6px 6px !important;
    color: darkorange;
    background-color: white;
    padding-left: 8px;
    padding-right: 8px;
    padding-top: 6px;
    padding-bottom: 6px;
    text-decoration: none;
    align-items: center;
    text-align: center;
    position: relative;
    width: 50%;
    margin: auto;
    font-family: Arial, Helvetica, sans-serif;
    filter: drop-shadow(3px 3px 3px #333);
    font-size: 12px;
    font-family: Arial, Unicode, MS;
}

            .dropdwn-content Sec_JR_Direction_button:hover {
                background-color: aliceblue;
                border-color: lightseagreen;
                box-shadow: 0px 8px 8px 0px rgba(0,0,0,0.2);
                filter: drop-shadow(3px 3px 3px #333);
                border-radius: 6px 6px 6px 6px;
            }

.dropdwn-content High_Direction_button {
    border-radius: 6px 6px 6px 6px !important;
    color: mediumpurple;
    background-color: white;
    padding-left: 8px;
    padding-right: 8px;
    padding-top: 6px;
    padding-bottom: 6px;
    text-decoration: none;
    align-items: center;
    text-align: center;
    position: relative;
    width: 50%;
    margin: auto;
    font-family: Arial, Helvetica, sans-serif;
    filter: drop-shadow(3px 3px 3px #333);
    font-size: 12px;
    font-family: Arial, Unicode, MS;
}

            .dropdwn-content High_Direction_button:hover {
                background-color: aliceblue;
                border-color: lightseagreen;
                box-shadow: 0px 8px 8px 0px rgba(0,0,0,0.2);
                filter: drop-shadow(3px 3px 3px #333);
                border-radius: 6px 6px 6px 6px;
            }

.dropdwn-content Sec_High_Direction_button {
    border-radius: 6px 6px 6px 6px !important;
    color: mediumpurple;
    background-color: white;
    padding-left: 8px;
    padding-right: 8px;
    padding-top: 6px;
    padding-bottom: 6px;
    text-decoration: none;
    align-items: center;
    text-align: center;
    position: relative;
    width: 50%;
    margin: auto;
    font-family: Arial, Helvetica, sans-serif;
    filter: drop-shadow(3px 3px 3px #333);
    font-size: 12px;
    font-family: Arial, Unicode, MS;
}

            .dropdwn-content Sec_High_Direction_button:hover {
                background-color: aliceblue;
                border-color: lightseagreen;
                box-shadow: 0px 8px 8px 0px rgba(0,0,0,0.2);
                filter: drop-shadow(3px 3px 3px #333);
                border-radius: 6px 6px 6px 6px;
            }

.dropdwn-content .e::before {
    content: "";
    display: flex;
    width: 25px;
    height: 25px;
    background-size: 25px 25px;
    background-image: url(School_6.svg);
    background-repeat: no-repeat;
    /*border-radius: 3px 3px 3px 3px;*/
    opacity: 1.0;
    z-index: 1;
    width: 180px;
}

.dropdwn-content .e {
    list-style: none;
    position: relative;
    color: white;
    background-color: rgba(32,178,170,0.8); /*lightseagreen*/
    padding: 5px 5px;
    text-decoration: none;
    font-size: 12px;
    margin: 0;
    border-bottom: 1px solid silver;
    font-family: Arial, Unicode, MS;
    left: 148px;
    width: 180px;
    display: flex;
    flex-direction: column;
    border-radius: 6px;
    border: 1px solid black;
    transform: scaleX(-1);
    min-height: 68px;
    pointer-events: auto;
}

/*.dropdwn-content .e:hover {
    color: goldenrod;
    font-size: 18px;
    align-items: center;
}*/
    .dropdwn-content .e #EL_Hover_Info {
        border-radius: 6px;
        text-align: center;
        width: 180px;
        position: absolute;
        color: white;
        background-color: rgba(32,178,170,0.8); /*lightseagreen*/
        padding: 5px 5px;
        text-decoration: none;
        font-size: 12px;
        margin: 0;        
        font-family: Arial, Unicode, MS;
        top: -1px;
        opacity: 0;
        left: 0px;
        border: 1px solid black;
        height:0px;
    }


    .dropdwn-content .e:hover #EL_Hover_Info {
        display: block;
        visibility: visible;
        opacity: 1;
        left: 180px;
        height:auto;
    }

.dropdwn-content .j::before {
 content: "";
 display: flex;
 width: 25px;
 height: 25px;
 background-size: 25px 25px;
 background-image: url(School_7.svg);
 background-repeat: no-repeat;
 opacity: 1.0;
 z-index: 1;
}

.dropdwn-content .j {
    background-color: rgba(255,140,0,0.8); /*darkorange*/
    color: white;
    padding: 5px 5px;
    text-decoration: none;
    list-style: none;
    position: relative;
    font-size: 12px;
    border-bottom: 1px solid silver;
    font-family: Arial, Unicode, MS;
    left: 148px;
    width: 180px;
    min-height: 68px;
    pointer-events: auto;
    display: flex;
    flex-direction: column;
    border-radius: 6px;
    border: 1px solid black;
    transform: scaleX(-1);
}

    .dropdwn-content .j #JR_Hover_Info {
        border-radius: 6px;
        position: absolute;
        text-align: center;
        width: 180px;
        opacity: 0;
        left: 0px;
        top: -1px;
        color: white;
        background-color: rgba(255,140,0,0.8); /*darkorange*/
        padding: 5px 5px;
        text-decoration: none;
        font-size: 12px;
        margin: 0;
        border-bottom: 1px solid silver;
        font-family: Arial, Unicode, MS;
        border: 1px solid black;
    }


    .dropdwn-content .j:hover #JR_Hover_Info {        
        opacity: 1;
        left: 180px;
        margin: 0;
    }

        .dropdwn-content .h::before {
            content: "";
            display: flex;
            width: 25px;
            height: 25px;
            background-size: 25px 25px;
            background-image: url(School_8.svg);
            background-repeat: no-repeat;
            opacity: 1.0;
            z-index: 1;
        }

.dropdwn-content .h {
    background-color: rgba(102,78,153,0.8); /*purple*/
    color: white;
    padding: 5px 5px;
    text-decoration: none;
    font-size: 12px;
    border-bottom: 1px solid silver;
    font-family: Arial, Unicode, MS;
    list-style: none;
    position: relative;
    left: 148px;
    width: 180px;
    min-height: 68px;
    pointer-events: auto;
    display: flex;
    flex-direction: column;
    border-radius: 6px;
    border: 1px solid black;
    transform: scaleX(-1);
}

    .dropdwn-content .h #HIGH_Hover_Info {
        border-radius: 6px;
        text-align: center;
        width: 180px;
        position: absolute;
        color: white;
        background-color: rgba(102,78,153,0.8); /*purple*/
        padding: 5px 5px;
        text-decoration: none;
        font-size: 12px;
        margin: 0;
        border-bottom: 1px solid silver;
        font-family: Arial, Unicode, MS;
        top: -1px;
        opacity: 0;
        left: 0px;
        border: 1px solid black;
        height: 0px;
    }


    .dropdwn-content .h:hover #HIGH_Hover_Info {
        opacity: 1;
        left: 180px;
        margin: 0;
        height: auto;
    }


        .dropdwn-content .s::before {
            content: "";
            display: flex;
            width: 25px;
            height: 25px;
            background-size: 25px 25px;
            background-image: url(School_5.svg);
            background-repeat: no-repeat;
            opacity: 1.0;
            z-index: 1;
        }

.dropdwn-content .s {
    flex-grow: 1;
    position: static;
    color: deeppink;
    padding: 5px 5px;
    text-decoration: none;
    display: flex;
    flex-direction: column;
    font-size: 12px;
    border-bottom: 1px solid silver;
    font-family: Arial, Unicode, MS;
    border-radius: 6px;

}

        .dropdwn-content .sh::before {
            content: "";
            display: flex;
            width: 25px;
            height: 25px;
            background-size: 25px 25px;
            background-image: url(School_8.svg);
            background-repeat: no-repeat;
            opacity: 1.0;
            z-index: 1;
        }

.dropdwn-content .sh {
    flex-grow: 1;
    list-style: none;
    position: relative;
    color: white;
    padding: 5px 5px;
    text-decoration: none;
    display: flex;
    flex-direction: column;
    font-size: 12px;
    border-bottom: 1px solid silver;
    background-color: rgba(102,78,153,0.8); /*purple*/
    border-radius: 6px;
    border: 1px solid black;
    left: 148px;
    width: 180px;
    min-height: 68px;
    pointer-events: auto;
    transform: scaleX(-1);
}

    .dropdwn-content .sh #Sec_HIGH_Hover_Info {
        border-radius: 6px;
        text-align: center;
        width: 180px;
        position: absolute;
        color: white;
        background-color: rgba(102,78,153,0.8); /*lightseagreen*/
        padding: 5px 5px;
        text-decoration: none;
        font-size: 12px;
        margin: 0;
        border-bottom: 1px solid silver;
        font-family: Arial, Unicode, MS;
        top: -1px;
        opacity: 0;
        left: 0px;
        border: 1px solid black;
        max-height: 90px;
        overflow-y:hidden;
    }


    .dropdwn-content .sh:hover #Sec_HIGH_Hover_Info {
        opacity: 1;
        left: 180px;
        margin: 0;
        max-height: 200px;
        overflow-y: auto;
    }

        .dropdwn-content .sj::before {
            content: "";
            display: flex;
            width: 25px;
            height: 25px;
            background-size: 25px 25px;
            background-image: url(School_7.svg);
            background-repeat: no-repeat;
            opacity: 1.0;
            z-index: 1;
            
        }

.dropdwn-content .sj {
    flex-grow: 1;
    list-style: none;
    position: relative;
    left: 148px;
    width: 180px;    
    display: flex;
    flex-direction: column;
    color: white;
    padding: 5px 5px;
    text-decoration: none;
    display: flex;
    flex-direction: column;
    font-size: 12px;
    border: 1px solid black;
    border-bottom: 1px solid silver;
    font-family: Arial, Unicode, MS;
    background-color: rgba(255,140,0,0.8); /*darkorange*/
    border-radius: 6px;
    transform: scaleX(-1);
    min-height: 68px;
    pointer-events: auto;
}

    .dropdwn-content .sj #Sec_JR_Hover_Info {
        border-radius: 6px;
        position: absolute;
        text-align: center;
        width: 180px;
        opacity: 0;
        left: 0px;
        top: -1px;
        color: white;
        background-color: rgba(255,140,0,0.8); /*darkorange*/
        padding: 5px 5px;
        text-decoration: none;
        font-size: 12px;
        margin: 0;
        border-bottom: 1px solid silver;
        font-family: Arial, Unicode, MS;
        border: 1px solid black;
        max-height: 90px;
        overflow-y: hidden;
    }


    .dropdwn-content .sj:hover #Sec_JR_Hover_Info {
        opacity: 1;
        left: 180px;
        margin: 0;
        max-height: 200px;
        overflow-y: auto;
    }

        .dropdwn-content .se::before {
            content: "";
            display: flex;
            width: 25px;
            height: 25px;
            background-size: 25px 25px;
            background-image: url(School_6.svg);
            background-repeat: no-repeat;
            border-radius: 3px;
            opacity: 1.0;
            z-index: 1;
        }

.dropdwn-content .se {
    flex-grow: 1;
    list-style: none;
    position: relative;
    left: 148px;
    width: 180px;
    height: 90px;
    display: flex;
    flex-direction: column;
    color: white;
    padding: 5px 5px;
    text-decoration: none;
    display: flex;
    flex-direction: column;
    font-size: 12px;
    border-bottom: 1px solid silver;
    font-family: Arial, Unicode, MS;
    background-color: rgba(32,178,170,0.8); /*lightseagreen*/
    border-radius: 6px;
    border: 1px solid black;
    transform: scaleX(-1);
    min-height: 68px;
    pointer-events: auto;
}

.dropdwn-content .se #Sec_EL_Hover_Info {
    border-radius: 6px;
    text-align: center;
    width: 180px;
    position: absolute;
    color: white;
    background-color: rgba(32,178,170,0.8); /*lightseagreen*/
    padding: 5px 5px;
    text-decoration: none;
    font-size: 12px;
    margin: 0;
    font-family: Arial, Unicode, MS;
    top: -1px;
    opacity: 0;
    left: 0px;
    border: 1px solid black;
    max-height: 90px;
    overflow-y: hidden;
}


.dropdwn-content .se:hover #Sec_EL_Hover_Info {
    display: block;
    visibility: visible;
    opacity: 1;
    left: 180px;
    max-height: 200px;
    overflow-y: auto;
}

.dropdwn-content .RegClass {
    justify-content: center;
    align-items: flex-start;
    list-style: none;
    position: relative;
    color: white;
    background-color: indianred; /*lightseagreen*/
    padding: 5px 5px;
    text-decoration: none;
    font-size: 12px;
    margin: 0;
    border-bottom: 1px solid black;
    font-family: Arial, Unicode, MS;
    left: 148px;
    width: 180px;
    display: flex;
    flex-direction: column;
    border-radius: 6px;
    border: 1px solid black;
    transform: scaleX(-1);
    min-height: 68px;
    pointer-events: auto;
}

.dropdwn-content .RegClass:hover 
{
    color: goldenrod;
    font-size: 36px;
    align-items: center;
}
    #myDropdown .b:hover::before {
            width: 30px;
            height: 30px;
            background-size: 30px 30px;
        }
        .dropdwnleft .e:hover::before {
            width: 30px;
            height: 30px;
            background-size: 30px 30px;
        }

        .dropdwnleft .j:hover::before {
            width: 30px;
            height: 30px;
            background-size: 30px 30px;
        }

        .dropdwnleft .h:hover::before {
            width: 30px;
            height: 30px;
            background-size: 30px 30px;
        }

        .dropdwnleft .s:hover::before {
            width: 30px;
            height: 30px;
            background-size: 30px 30px;
        }

        .dropdwnleft .se:hover::before {
            width: 30px;
            height: 30px;
            background-size: 30px 30px;
        }

        .dropdwnleft .sj:hover::before {
            width: 30px;
            height: 30px;
            background-size: 30px 30px;
        }

        .dropdwnleft .sh:hover::before {
            width: 30px;
            height: 30px;
            background-size: 30px 30px;
        }


        .dropdwnleft .e:hover {
            background-image: var(--MnuHvr-bg-color);
            transition:1.0s;
            color:lightseagreen;
            font-size: 18px;
            align-items: center;
        }

        .dropdwnleft .j:hover {
            background-image: var(--MnuHvr-bg-color);
            transition:1.0s;
            color:darkorange;
            font-size: 18px;
            align-items: center;
        }

        .dropdwnleft .h:hover {
            background-image: var(--MnuHvr-bg-color);
            transition:1.0s;
            color:rgba(102,78,153,1); /*Purple*/
            font-size: 18px;
            align-items: center;
        }

        .dropdwnleft .s:hover {
            background-image: var(--MnuHvr-bg-color);
            transition:1.0s;
            font-size: 18px;
            align-items: center;
        }

        .dropdwnleft .se:hover {
            background-image: var(--MnuHvr-bg-color);
            transition:1.0s;
            color:lightseagreen;
            font-size: 18px;
            align-items: center;
        }

        .dropdwnleft .sj:hover {
            background-image: var(--MnuHvr-bg-color);
            transition:1.0s;
            color:darkorange;
            font-size: 18px;
            align-items: center;
        }

        .dropdwnleft .sh:hover {
           /* background-image: var(--MnuHvr-bg-color);
            transition:1.0s;
            color:rgba(102,78,153,1); /*Purple*/
            font-size: 18px;
            align-items: center;
        }

        #myDropdown .b:hover {
            background-image: radial-gradient(rgba(59,122,185,0.8), rgba(28,80,132,0.8));
            color:black;
        }
        

        :root {
        --MnuHvr-bg-color: radial-gradient(rgba(240,248,255,0.1), rgba(255,255,255,0.1));
        }

        .mapbox-directions-route-summary Copy_Directions
        {
            border-radius: 6px 6px 6px 6px !important;
            color: lightseagreen;
            background-color: white;
            padding-left: 8px;
            padding-right: 8px;
            padding-top: 2px;
            padding-bottom: 2px;
            text-decoration: none;
            align-items: center;
            text-align: center;
            position: relative;
            width: 18%;
            margin: auto;
            font-family: Arial, Helvetica, sans-serif;
            filter: drop-shadow(3px 3px 3px #333);
            font-size: 12px;
            font-family: Arial, Unicode, MS;
        }

        .mapbox-directions-route-summary Copy_Directions:hover
        {
            background-color: lightseagreen;
            color: white;
            box-shadow: 0px 8px 8px 0px rgba(0,0,0,0.2);
            filter: drop-shadow(3px 3px 3px #333);
            border-radius: 6px 6px 6px 6px;
            cursor: pointer;
        }