* {
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    margin: 0;
    padding: 0;
}

body {
    height: 100%;
    width: 100%;
    overflow: hidden;
}

html,
body {
    font-family: 'Lato', Arial, sans-serif;
    text-rendering: optimizeLegibility;
    font-weight: 300;
    user-select: none;
    padding: 0;
    margin: 0;
}

.main_container {
    width: 100vw;
    height: 100vh;
    min-width: 360px;
    overflow: hidden
}


/* @font-face {
    font-family: "sans-serif";
    font-style: normal;
    font-weight: 400;
    font-display: auto;
    src: initial
} */

.app_header {
    position: absolute;
    display: flex;
    top: 0;
    left: 0;
    width: 100%;
    height: 65px;
    z-index: 250;
    color: #f8f8f8;
    background: #356584;
    font-size: 20px;
    justify-content: space-between;
    align-items: center;
    min-width: 360px;
}

@media screen and (max-width: 600px) {
    .app_header {
        flex-direction: column;
        font-size: 18px;
    }
}

@media screen and (max-width: 1500px) {
    .app_header {
        font-size: 18px;
    }
}

@media screen and (max-width: 1200px) {
    .app_header {
        font-size: 16px;
    }
}

@media screen and (max-width: 1050px) {
    .app_header {
        font-size: 16px;
    }
}

@media screen and (max-width: 900px) {
    .app_header {
        font-size: 15px;
    }
}

.app_header-title {
    height: 100%;
    display: flex;
    align-items: center;
    width: 50%;
}

@media screen and (max-width: 600px) {
    .app_header-title {
        width: 100%;
    }
}

.app_header-title h2 {
    /* background-color: rgb(167, 124, 67); */
    font-family: inherit;
    font-weight: 300;
    margin-left: 1rem;
    letter-spacing: 2px;
}

.esri-ui-inner-container {
    top: 0 !important;
}


/* .esri-ui-inner-container {
    top: -20px !important;
} */

@media screen and (max-width: 1500px) {
    .app_header-title h2 {
        margin-left: 1rem;
    }
}

@media screen and (max-width: 1200px) {
    .app_header-title h2 {
        font-size: 1.3rem;
    }
}

@media screen and (max-width: 1050px) {
    .app_header-title h2 {
        font-size: 1.1rem;
    }
}

.app_header-menu {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    width: 50%;
}

@media screen and (max-width: 600px) {
    .app_header-menu {
        width: 100%;
    }
}

.closeBtn {
    padding: 0;
    margin: 0;
    position: absolute;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    top: 0;
    right: 0;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start
}

.closeIcon {
    height: 1.2rem;
    width: 1.2rem;
    padding: 0;
    margin-right: 0.1rem;
    fill: #fff;
    cursor: pointer;
}

.closeIcon:hover {
    fill: #F05C5A;
}

.infoIcon {
    height: 2.0rem;
    width: 2.0rem;
    padding: 0;
    margin-right: 0.1rem;
    fill: #fff;
    cursor: pointer;
}


/* .icon_widget-search {
    height: 4rem;
    width: 4rem;

} */

.search-icon {
    height: 100%;
    width: 100%;
    padding: 0;
    fill: #fff;
    cursor: pointer;
    padding: 1rem;
}

.measure-icon {
    height: 100%;
    width: 100%;
    padding: 0;
    fill: #fff;
    cursor: pointer;
    padding: 1rem;
}


/* 
.close-btn {
    padding: 2px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 3px;
} */


/* .close-icon {
    height: 1.4rem;
    width: 1.4rem;
    fill: #fff;
    cursor: pointer;
    align-self: center;
} */


/* .close-icon:hover {
    fill: #F05C5A;
} */


/* .search-icon-active {
    fill: #356584
} */

@media screen and (max-width: 400px) {
    .infoIcon {
        height: 1.5rem;
        width: 1.5rem;
    }
}

.infoIcon:hover {
    fill: #fff;
}

.side_buttons {
    position: absolute;
    /* background-color: red; */
    height: 14rem;
    width: 4rem;
    top: 15rem;
    left: 1.5rem;
    z-index: 10;
    display: flex;
    justify-content: space-around;
    flex-direction: column;
}

.side_buttons .basemap {
    background-color: #356584;
    opacity: 1;
}

.side_buttons .basemap img {
    width: 3.5rem;
}

.side-widget {
    height: 4rem;
    width: 4rem;
    background-color: #356584;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    opacity: 1;
    display: flex;
    align-items: center;
    justify-content: center;
}

#LocateButton {
    position: absolute;
    top: 10.6rem;
    left: 1.5rem;
    z-index: 50;
    border-radius: 5px;
    opacity: 1;
}

.basemap {
    opacity: 1;
}

#LocateButton:active,
#basemap:active {
    background-color: #356584;
}

.LocateButton:active .zoomLocateButton:active {
    background-color: #356584;
}

.map_main {
    width: 100%;
    position: absolute;
    top: 65px;
    left: 0;
    height: calc(100% - 65px);
}

#viewDiv {
    width: 100%;
    height: 100%;
    min-width: 360px;
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    z-index: 10;
}

.map_area {
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    position: relative;
    z-index: 10;
    height: 100%;
    width: 100%;
    min-width: 360px;
}

.esri-ui-inner-container,
.esri-ui-corner-container {
    top: 200px;
    left: 0px;
}


/* .map_area {
    height: 100%;
    width: 100%;
    display: flex;
    flex-direction: column;
    position: relative;
    overflow: hidden;
    z-index: 5;
} */

.help_page {
    display: none;
    height: 100%;
    width: 100%;
    position: relative;
    box-sizing: border-box;
    position: absolute;
    top: 0;
    left: 0;
}


/* SIDE PANEL */

.side_panel {
    position: absolute;
    top: 150px;
    left: 15px;
    width: 32px;
    height: 136px;
    background-color: transparent;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
}

.esri-zoom .esri-widget {
    background-color: #356584 !important;
}


/* 
.esri-zoom {
    top: 207px !important;
} */

.esri-widget--button {
    color: #fff !important;
}

.esri-widget--button:hover {
    color: #F05C5A !important;
}

.esri-icon-locate:hover {
    color: #F05C5A !important;
}

.esri-locate {
    background-color: #356584 !important;
}

.esri-icon-locate {
    color: #fff;
}

.side_panel_item {
    width: 32px;
    height: 32px;
    background-color: #356584;
    display: flex;
    justify-content: center;
    align-items: center;
    fill: #fff;
}

.side_panel_item:hover {
    fill: #F05C5A;
}

.side_panel_item:active {
    background-color: #8da7b4;
}

.measurement_icon {
    width: 20px;
    height: 20px;
}

.basemap_toggle img {
    width: 25px;
    height: 25px;
}

.search_button1,
.search_button2 {
    width: 35px;
    height: 35px;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.search_button1:active,
.search_button2:active {
    background-color: #6d8e9e;
}

.info_icon,
.legend_icon {
    fill: #fff;
}

.search_icon,
.info_icon {
    width: 20px;
    height: 20px;
}

.search_icon2,
.measurement_icon2 {
    width: 15px;
    height: 15px;
}

.active_state {
    background-color: #F05C5A;
}

.active_state:hover {
    fill: #f8f7f7;
}


/* SIDE TOOLS */

.side_container-title {
    font-family: 'lato';
    font-size: 19px !important;
    font-weight: 500;
    padding-left: 5px;
}

.side_container-close {
    display: flex;
    justify-content: center;
    align-items: center;
    fill: rgb(204, 199, 199);
    height: 100%;
    cursor: pointer;
    /* background-color: #96b442; */
}

.side_container-close:hover {
    fill: rgb(250, 247, 247);
}

.side_container-header {
    background-color: #356584;
    /* height: 25px; */
    width: 100%;
    display: flex;
    color: #fff;
    justify-content: space-between;
    align-items: center;
    /* padding-right: 2px; */
    padding: 5px 2px;
}

@media screen and (max-width: 1200px) {
    .side_container-header {
        font-size: 1rem;
    }
}

@media screen and (max-width: 900px) {
    .side_container-header {
        font-size: 0.9rem;
    }
}

.side_container-body {
    display: flex;
    background-color: #ecf1ee;
    flex-grow: 1;
    position: relative;
}

@media screen and (max-width: 1200px) {
    .side_container-body {
        font-size: 0.9rem;
    }
}

@media screen and (max-width: 900px) {
    .side_container-body {
        font-size: 0.8rem;
    }
}

@media screen and (max-width: 1200px) {
    #unitDiv,
    #unitDivAREA,
    #measurement_area {
        font-size: 0.9rem;
    }
}

@media screen and (max-width: 900px) {
    #unitDiv,
    #unitDivAREA,
    #measurement_area {
        font-size: 0.8rem;
    }
}

.side_container_search-header {
    position: absolute;
    top: 0px;
    left: 0px;
    /* background-color: #25b92c; */
    /* height: 30px; */
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 5px;
}

@media screen and (max-width: 1200px) {
    side_container_search-header {
        font-size: 1rem;
    }
}

.zoom_content {
    position: absolute;
    top: 30px;
    left: 0px;
    height: 185px;
    width: 100%;
}

.side_container_zoomtoparcel-content,
.side_container_zoomtoaddress-content {
    /* background-color: #73c762; */
    flex-grow: 1;
    /* padding-top: 1rem; */
    padding: 15px 10px 10px 15px;
    outline: none;
    position: relative;
}

.side_container_zoomtoaddress-content {
    /* background-color: #da1899; */
    flex-grow: 1;
    display: none;
}

.side_container_content-hide {
    display: none;
}

.side_container_content-show {
    display: block;
}

.side_container_zoomtoparcel {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 50%;
    border-bottom: 2px solid transparent;
}

.side_container_zoomtoparcel span {
    margin-bottom: 4px;
}

.zoom_active {
    border-bottom: 2px solid #356584 !important;
}

.side_container_zoomtoaddress {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 50%;
    border-bottom: 2px solid transparent;
}

.side_container_zoomtoaddress span {
    margin-bottom: 4px;
}

.side_container-inner_continer {
    display: flex;
    flex-direction: column;
    width: 380px;
    height: 240px;
    background-color: #d8dee0fa;
}

@media screen and (max-width: 600px) {
    .side_container-inner_continer {
        width: 300px;
        height: 200px;
    }
}

@media screen and (max-width: 600px) and (max-height: 500px) {
    .side_container-inner_continer {
        width: 250px;
        height: 150px;
    }
}

.side_container {
    background-color: #1717187c;
    width: 400px;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    padding: 5px 5px 5px 5px;
    box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.95);
}

@media screen and (max-width: 600px) {
    .side_container {
        width: 300px;
    }
}

.side_container-measure,
.side_container-search {
    height: 250px;
    position: absolute;
    bottom: 100px;
    left: 0px;
    z-index: 10;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
}

@media screen and (max-width: 600px) {
    .side_container-measure,
    .side_container-search {
        height: 150px;
    }
}

@media screen and (max-width: 600px) and (max-height: 650px) {
    .side_container-measure,
    .side_container-search {
        top: 55vh;
        width: 200px;
    }
}

@media screen and (max-width: 600px) and (max-height: 500px) {
    .side_container-measure,
    .side_container-search {
        top: 65vh;
    }
}

.pannelshow {
    transform: translateX(0);
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    visibility: visible;
    opacity: 1;
    z-index: 11;
}

.pannelhide {
    visibility: hidden;
    opacity: 0;
    transform: translateX(-300rem);
    -webkit-transform: translateX(-300rem);
    -moz-transform: translateX(-300rem);
    -ms-transform: translateX(-300rem);
    -o-transform: translateX(-300rem);
}

.tools_panel-main--container {
    display: flex;
    width: 90%;
    justify-content: center;
    background-color: rgb(219, 224, 219);
    flex-grow: 1;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    margin-bottom: 1rem;
}

#panel_close_btn {
    height: 3rem;
    width: 3rem;
    margin-right: 1rem;
}

.zoomparcel,
.zoomaddress {
    display: flex;
    flex-direction: column;
    width: 95%;
}


/* AUTOCOMPLETE */

#parcelid,
#parceladdress {
    width: 100%;
    height: 35px;
    outline: none;
    border: none;
    padding-left: 1rem;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    font-size: 14px;
    box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.05);
}

.zoomparcel .zoomparcel_serach-input,
.zoomaddress .zoomaddress_serach-input {
    width: 100%;
    /* max-height: 280px; */
    background-color: #fff;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    box-shadow: 0px 1px 5px 3px rgba(0, 0, 0, 0.15);
    position: relative;
    z-index: 30;
}

.zoomparcel_serach-input .search_button1,
.zoomaddress_serach-input .search_button2 {
    position: absolute;
    top: 0px;
    right: 0;
    text-align: center;
    fill: #e9eff1;
    cursor: pointer;
    background-color: #356584;
}

.zoomparcel_serach-input .search_icon :active,
.zoomaddress_serach-input .search_icon:active {
    fill: #5b7c8d;
}

.invalid_input {
    color: #F05C5A;
    position: absolute;
    top: 6rem;
    left: 4rem;
    z-index: 20;
    display: none;
}

.showError {
    display: block !important;
}

.zoomparcel_serach-input .autocom-box,
.zoomaddress_serach-input .autocom-box2 {
    padding: 0px;
    max-height: 280px;
    overflow-y: auto;
    opacity: 0;
    pointer-events: none;
    z-index: 30;
}

.autocom-box li,
.autocom-box2 li {
    list-style: none;
    padding: 4px 5px;
    width: 100%;
    cursor: default;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    display: none;
}

.autocom-box2 li {
    font-size: small;
    font-weight: 500;
}

.autocom-box li:hover,
.autocom-box2 li:hover {
    background: #efefef;
}

.zoomparcel_serach-input.suggestions-active .autocom-box,
.zoomaddress_serach-input.suggestions-active .autocom-box2 {
    padding: 10px 18px;
    opacity: 1;
    pointer-events: auto;
}

.zoomparcel_serach-input.suggestions-active .autocom-box li,
.zoomaddress_serach-input.suggestions-active .autocom-box2 li {
    display: block;
}

.zoomparcel_serach-input {
    margin-top: 5px;
}

.zoomaddress_serach-input {
    margin-top: 5px;
}

.icon-box {
    display: flex;
    height: 1.5rem;
    width: 5rem;
    justify-content: space-between;
    align-items: center;
    margin-right: 6px;
}

.today {
    height: 1.5rem;
    width: 1.5rem;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}

.bn {
    display: flex;
    align-items: center;
}

#downloadicons {
    font-size: 24px !important;
}


/* MEASUREMENT TOOL */

.measurement_body {
    width: 100%;
    height: 100%;
    /* background-color: #8098a0; */
    display: flex;
    flex-direction: column;
    padding: 5px;
}

.measurement_head {
    height: 40PX;
    /* margin: 2px 0px; */
    width: 100%;
    display: flex;
    justify-content: flex-end;
    border-bottom: 2px solid rgb(211, 205, 205);
}

.measurement_content {
    /* background-color: #35658433; */
    flex-grow: 1;
    display: flex;
    flex-direction: column;
    margin-top: 10px;
}

.measurement_content-head {
    padding-bottom: 5px;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    border-bottom: 2px solid rgb(211, 205, 205);
}

.measurement_content-body {
    /* background-color: #356584; */
    display: flex;
    flex-grow: 1;
}

.measurement_result {
    display: flex;
    margin-top: 10px;
    justify-content: center;
}

.unitDiv_left {
    position: relative;
    display: flex;
    width: 75%;
    align-items: center;
    flex-direction: row;
    justify-content: flex-start;
    margin-top: 7px;
}

#unitDiv,
#unitDivAREA {
    position: absolute;
    top: 0;
    left: 0;
    display: flex;
    justify-content: flex-start;
    width: 100%;
    display: none;
}

#toolbarDiv {
    display: flex;
    justify-content: flex-end;
    width: 25%;
}

#distancebtn,
#clearbtn,
#areabtn {
    background-color: #356584 !important;
}

#distancebtn.active,
#areabtn.active {
    background-color: #F05C5A !important;
}

.measurement_area span,
.measurement_distance span,
.distance_result span {
    font-weight: bold;
}

.measurement_area div:first-child {
    margin-bottom: 20px;
}

.measurement_distance,
.measurement_area {
    display: none;
}

.measureshow {
    display: block !important;
}


/* 
RIGHT SIDE ELEMENTS */

.NewInformation,
.shorelineinfo {
    position: absolute;
    right: 20px;
    width: 105px;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
    color: rgb(236, 223, 223);
    padding-left: 10px;
    font-size: 12px;
    height: 25px;
    box-shadow: 3px 6px 5px rgba(0, 0, 0, 0.55);
}

.info-content {
    display: flex;
    width: 100%;
    height: 100%;
    padding-right: 6px;
}

.newinfo {
    background-color: #F05C5A;
}

.shore {
    background-color: #356584
}

.NewInformation {
    z-index: 100;
    top: 215px;
    background-color: #F05C5A;
    color: #ffff;
}

.shorelineinfo {
    z-index: 200;
    position: absolute;
    top: 35px;
    background-color: #356584;
}

.info-message,
.shoreline-message {
    display: flex;
    padding-top: 5px;
    align-items: flex-start;
    justify-content: center;
}

.info-content_main {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    display: block;
    padding: .8rem 0.3rem 2rem 0.8rem;
}

@media screen and (max-width: 500px) {
    .info-content_main {
        padding: .5rem 0.3rem 2rem 0.5rem;
    }
}

.sl_info-content_main {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    visibility: hidden;
    opacity: 0;
}

.NewInformation:hover {
    width: 400px !important;
    height: 60vh;
    overflow-y: auto;
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
}

@media screen and (max-width: 500px) {
    .NewInformation:hover {
        width: 300px !important;
    }
}

.NewInformation:hover .newinfo {
    display: none;
}

.NewInformation:hover .info-content_main {
    display: block;
}

.NewInformation_content {
    font-size: .9rem;
    line-height: 1.6rem;
    display: none;
    width: 0px;
    height: 0px;
}

@media screen and (max-width: 1200px) {
    .NewInformation_content {
        font-size: .9rem;
    }
}

@media screen and (max-width: 900px) {
    .NewInformation_content {
        font-size: .8rem;
    }
}

.NewInformation_content P:first-child {
    margin-bottom: 20px;
}

.NewInformation:hover .NewInformation_content {
    padding: 10px 20px 10px 10px;
    display: block;
    width: 98%;
    height: 100%;
}

@media screen and (max-width: 500px) {
    .shore_title {
        font-size: 0.9rem;
    }
}

.shorelineinfo:hover {
    width: 400px !important;
    height: 60vh;
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
}

@media screen and (max-width: 500px) {
    .shorelineinfo:hover {
        width: 300px !important;
    }
}

.shorelineinfo:hover .shore {
    visibility: hidden;
    opacity: 0;
}

.shorelineinfo:hover .sl_info-content_main {
    visibility: visible;
    opacity: 1;
}

.shoreline_content-box {
    display: flex;
    align-items: flex-start;
    justify-content: center;
    width: 100%;
}

.shoreline_content {
    width: 90%;
    background-color: transparent;
    font-size: .9rem;
    line-height: 1.6rem;
    color: #00090e;
    padding: 20px 0px;
}

.shoreline_ListItem {
    width: 100%;
    margin-bottom: 10px
}


/* .shoreline_ListItem {
    margin-bottom: 10px
} */


/* .shoreline_ListItem:second-child {
    margin-bottom: 10px
} */

.shoreline_ListItem-button {
    width: 100%;
    padding: 6px 0px 6px 5px;
    background-color: #356584;
    color: #fff;
    font-size: 17px;
    display: flex;
    box-shadow: 5px 3px 5px rgba(0, 0, 0, 0.15);
}

.shoreline_ListItem-content {
    height: 35vh;
    background-color: #356584;
    color: #ffff;
    overflow-y: auto;
    padding: 8px 8px;
}

.not_active:hover {
    background-color: #356584;
}

.inf_importan {
    display: block;
}

.inf_shoreline {
    display: none;
}

.inf_shoreline-meaning {
    display: none;
}

.shoreline_ListItem-content-body {
    font-size: 0.9rem;
}

@media screen and (max-width: 1200px) {
    .shoreline_ListItem-content-body {
        font-size: .9rem;
    }
}

@media screen and (max-width: 900px) {
    .shoreline_ListItem-content-body {
        font-size: .8rem;
    }
}

.highlight {
    background-color: #F05C5A;
}

.info_container {
    margin-right: 9px;
}


/* /////////////////////////////////////////////////////////////////////////////////////////// */


/* HELP */

.help_screen {
    height: 100vh;
    width: 100vw;
    min-width: 360px;
    position: absolute;
    top: 0;
    left: 0;
    background-color: #f7f2f2;
    z-index: 12;
    font-family: 'Lato', Arial, sans-serif;
    font-size: 14px !important;
    text-align: justify;
    display: none;
}

@media screen and (max-width: 900px) {
    .help_screen {
        font-size: 12px !important;
    }
}

@media screen and (max-width: 600px) {
    .help_screen {
        font-size: 10px !important;
    }
}

.help-content-inner_wall {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    flex-direction: column;
    padding-bottom: 10rem;
    line-height: 2.0rem;
}

.section-1 {
    width: 100%;
    background-color: #f7f2f2;
    display: flex;
    justify-content: center;
    padding-bottom: 4rem;
    line-height: inherit
}

.important-tips {
    display: flex;
    width: 100%;
    color: #fff;
    justify-content: space-between;
}

.h-tips:hover {
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.05);
}

.important-tips:hover .h-tips:not(:hover) {
    transform: scale(0.95);
    -webkit-transform: scale(0.95);
    -moz-transform: scale(0.95);
    -ms-transform: scale(0.95);
    -o-transform: scale(0.95);
}

@media screen and (max-width: 600px) {
    .important-tips {
        flex-direction: column;
    }
}

.Baseline-Information,
.Setback_Line_Information {
    width: 48%;
    background-color: #356584;
    padding: 2rem;
    box-shadow: 2rem 1rem 1px rgba(0, 0, 0, 0.15);
    transition: all 0.6s;
    -webkit-transition: all 0.6s;
    -moz-transition: all 0.6s;
    -ms-transition: all 0.6s;
    -o-transition: all 0.6s;
}

@media screen and (max-width: 900px) {
    .Baseline-Information,
    .Setback_Line_Information {
        width: 49%;
        padding: 1rem;
    }
}

@media screen and (max-width: 600px) {
    .Baseline-Information,
    .Setback_Line_Information {
        width: 100%;
        padding: 1rem;
    }
    .Baseline-Information {
        margin-bottom: 2rem;
    }
}

.section-2 {
    width: 100%;
    background-color: #faf5f5;
    display: flex;
    justify-content: center;
    padding-bottom: 1rem;
    margin-bottom: 7rem;
    font-size: 16px;
    line-height: inherit
}

.help_measure-icon {
    fill: #356584;
    height: 2.0rem;
    width: 2.0rem;
    margin: 1rem;
    transform: translateY(1rem);
    -webkit-transform: translateY(1rem);
    -moz-transform: translateY(1rem);
    -ms-transform: translateY(1rem);
    -o-transform: translateY(1rem);
}

.section-3 {
    width: 100%;
    background-color: #f7f2f2;
    display: flex;
    justify-content: center;
    padding-bottom: 1rem;
    font-size: 16px;
    line-height: inherit
}

.section_3-body {
    width: 60%;
    height: 100%;
}

@media screen and (max-width: 850px) {
    .section_3-body {
        width: 95%;
        height: 100%;
    }
    .section_3-body h2 {
        font-size: 18px;
    }
    .section_3-body p:first-of-type {
        font-size: 16px;
    }
}

.section-4 {
    width: 100%;
    height: 20rem;
    background-color: #faf5f5;
    display: flex;
    justify-content: center;
    align-items: center;
    line-height: inherit
}

@media screen and (max-width: 400px) {
    .section-4 {
        margin-bottom: 1rem;
    }
}

.section-4 img {
    width: 100%;
    height: 100%;
}

.opacityDIV {
    background-image: linear-gradient(#356584, #35658496, #3565842f), url('/images/door.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
}

.opacityDIV:hover {
    background-image: linear-gradient(#356584be, transparent, transparent), url('/images/door.jpg');
}

.footer-help {
    width: 60%;
    height: 100%;
    color: #fff;
    padding: 0 0 2rem 0;
}

.footer-help:hover {
    color: #000000;
}

@media screen and (max-width: 900px) {
    .footer-help {
        width: 95%;
    }
}

.footer-help p:first-of-type {
    font-size: 15px;
}

.footer-help p:last-child {
    font-size: 14px;
    margin-top: 2rem;
}

@media screen and (max-width: 900px) {
    .footer-help p:first-of-type {
        font-size: 14px;
    }
}

@media screen and (max-width: 600px) {
    .footer-help p:first-of-type {
        font-size: 12px;
    }
}

@media screen and (max-width: 1200px) {
    .footer-help p:last-child {
        font-size: 13px;
        margin-top: 2rem;
    }
}

@media screen and (max-width: 1200px) {
    .footer-help h2 {
        font-size: 20px;
    }
}

@media screen and (max-width: 600px) {
    .footer-help h2 {
        font-size: 16px;
    }
}

@media screen and (max-width: 1200px) {
    .footer-help p {
        font-size: 15px;
    }
}

@media screen and (max-width: 600px) {
    .footer-help p {
        font-size: 10px;
    }
}

@media screen and (max-width: 400px) {
    .footer-help p:last-child {
        font-size: 9px;
        margin-top: 1rem;
        /* padding-bottom: 12rem; */
    }
}

.help_screen-container {
    height: 100%;
    width: 100%;
    background-color: #faf5f5;
    position: relative;
    box-sizing: border-box;
    /* display: flex;
    flex-direction: column; */
}

.back-button {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 7rem;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    background-color: #faf5f5;
    box-sizing: border-box;
    z-index: 2;
}

.back-button-active {
    box-shadow: 0 0.3rem 0.5rem rgba(63, 42, 42, 0.26);
}

.help-content {
    position: absolute;
    top: 7rem;
    left: 0px;
    width: 100vw;
    height: 100%;
    overflow: scroll;
    box-sizing: border-box;
}

.go-back {
    background-color: #356584;
    padding: 0.5rem 1.5rem;
    outline: none;
    border: none;
    color: #fff;
    margin-left: 2rem;
    transition: all 0.2s;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -ms-transition: all 0.2s;
    -o-transition: all 0.2s;
    box-shadow: 1px 0 1px rgba(0, 0, 0, 0.75);
}

@media screen and (max-width: 400px) {
    .go-back {
        padding: 0.2rem 1.0rem;
    }
}

.go-back:hover {
    background-color: #1476a7;
    transform: scale(1.2);
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -o-transform: scale(1.2);
    -webkit-transform: scale(1.2);
}

.go-back::before {
    content: "\2039";
    font-size: 15px;
    display: inline-block;
    margin-right: 0.5rem;
    animation-name: arrow;
    animation-duration: 1s;
    animation-iteration-count: infinite;
}

@keyframes arrow {
    from {
        transform: translateX(5px);
        -webkit-transform: translateX(5px);
        -moz-transform: translateX(5px);
        -ms-transform: translateX(5px);
        -o-transform: translateX(5px);
    }
    to {
        transform: translate(-8px);
        -webkit-transform: translate(-8px);
        -moz-transform: translate(-8px);
        -ms-transform: translate(-8px);
        -o-transform: translate(-8px);
    }
}

.help-content-sub {
    width: 60%;
}

@media screen and (max-width: 1200px) {
    .help-content-sub {
        width: 80%;
    }
}

@media screen and (max-width: 850px) {
    .help-content-sub {
        width: 95%;
    }
}

@media screen and (max-width: 600px) {
    .help-content-sub {
        padding-top: 2rem;
    }
}

.help-heading {
    width: 100%;
    padding: 0 0 2rem 0;
    display: flex;
    justify-content: flex-start;
    font-size: 16px;
    flex-direction: column;
}

@media screen and (max-width: 1200px) {
    .help-heading h1 {
        font-size: 26px;
    }
    .help-heading h3 {
        font-size: 20px;
    }
}

@media screen and (max-width: 600px) {
    .help-heading h1 {
        text-align: left;
        justify-content: center;
        align-items: center;
    }
    .help-heading h3 {
        font-size: 17px;
        text-align: left;
    }
}

@media screen and (max-width: 850px) {
    .help-heading h1 {
        font-size: 22px;
    }
    .help-heading h3 {
        font-size: 18px;
    }
}

.Using_application {
    width: 60%;
}

.Using_application-container {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    margin-top: 2rem;
}

@media screen and (max-width: 600px) {
    .Using_application-container {
        flex-direction: column
    }
}

@media screen and (max-width: 1200px) {
    .Using_application {
        width: 80%;
    }
}

@media screen and (max-width: 850px) {
    .Using_application {
        width: 95%;
    }
    .Using_application h2 {
        font-size: 18px;
    }
}

.Using_application-image {
    width: 50%;
    box-shadow: 2rem 1rem 2rem rgba(0, 0, 0, 0.25);
}

.img-container {
    width: 100%;
    height: 100%;
}

.img-container img {
    width: 100%;
    height: 100%;
}

.Using_application-text {
    align-items: flex-start;
    width: 50%;
    padding-left: 4rem;
}

@media screen and (max-width: 600px) {
    .Using_application-image,
    .Using_application-text {
        width: 100%;
    }
    .Using_application-image {
        margin-bottom: 2rem;
    }
}

.Search_Options {
    width: 100%;
    margin-top: 4rem;
}

.Search_Options-header {
    display: flex;
    justify-content: flex-start;
    flex-direction: column;
}

.Search_Options-content {
    display: flex;
    justify-content: space-between;
}

@media screen and (max-width: 600px) {
    .Search_Options-content {
        flex-direction: column;
        justify-content: flex-start;
        align-items: flex-start;
    }
}

.Search_Options-content-image {
    width: 45%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.Search_Options-content-image img {
    box-shadow: 2rem 1rem 2rem rgba(0, 0, 0, 0.25);
}

@media screen and (max-width: 1000px) {
    .Search_Options-content-image {
        margin-left: 5rem;
    }
}

.Search_Options-content-text {
    width: 50%;
    margin-right: 2rem;
}

@media screen and (max-width: 1000px) {
    .Search_Options-content-text {
        margin-right: 4rem;
    }
}

@media screen and (max-width: 600px) {
    .Search_Options-content-image,
    .Search_Options-content-text {
        width: 100%;
        margin: auto;
    }
    .Search_Options-content-text {
        margin-bottom: 2rem;
    }
}

.definitions-exerpt a {
    color: #356584 !important;
}

.Identify_section-content {
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 4rem;
}

@media screen and (max-width: 900px) {
    .Identify_section-content {
        justify-content: space-between;
        align-items: flex-start
    }
}

@media screen and (max-width: 600px) {
    .Identify_section-content {
        flex-direction: column
    }
}

.Identify_section-image {
    width: 48%;
    display: flex;
    align-items: center;
    justify-content: center;
}

@media screen and (max-width: 900px) {
    .Identify_section-image {
        width: 40%;
    }
}

@media screen and (max-width: 600px) {
    .Identify_section-image {
        margin-bottom: 2rem;
    }
}


/* .Identify_section-image img {
    box-shadow: 2rem 1rem 2rem rgba(0, 0, 0, 0.25);
} */

@media screen and (max-width: 1000px) {
    .Identify_section-image img {
        margin-right: 2rem;
    }
}

.Identify_section-text {
    width: 40%;
    display: flex;
    align-items: center;
    justify-content: center;
}

@media screen and (max-width: 1000px) {
    .Identify_section-text {
        width: 45%;
    }
}

@media screen and (max-width: 600px) {
    .Identify_section-text,
    .Identify_section-image {
        width: 100%;
    }
}

.measure_section-content {
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    /* align-items: center; */
    padding: 0 0 2rem 0;
}

@media screen and (max-width: 600px) {
    .measure_section-content {
        flex-direction: column;
    }
}

.measure_section-text {
    width: 50%;
}

.measure_section-image img {
    box-shadow: 2rem 1rem 2rem rgba(0, 0, 0, 0.25);
}

.measure_section-image {
    width: 50%;
}

@media screen and (max-width: 850px) {
    .measure_section-text,
    .measure_section-image {
        width: 43%;
    }
}

@media screen and (max-width: 600px) {
    .measure_section-text,
    .measure_section-image {
        width: 100%;
    }
}

.section_basemap-content {
    /* background-color: #000000; */
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 2rem;
}

.section_basemap-content:hover .style-round:not(:hover) {
    transform: scale(0.95);
    -webkit-transform: scale(0.95);
    -moz-transform: scale(0.95);
    -ms-transform: scale(0.95);
    -o-transform: scale(0.95);
}

@media screen and (max-width: 850px) {
    .section_basemap-content {
        padding: 1rem;
    }
}

@media screen and (max-width: 600px) {
    .section_basemap-content {
        flex-direction: column;
    }
}

.style-round {
    height: 100%;
    padding: 2rem;
    width: 33%;
    color: #fff;
    background-color: #356584;
    box-shadow: 2rem 1rem 1px rgba(0, 0, 0, 0.15);
    transition: all 0.6s;
    -webkit-transition: all 0.6s;
    -moz-transition: all 0.6s;
    -ms-transition: all 0.6s;
    -o-transition: all 0.6s;
}

@media screen and (max-width: 1200px) {
    .style-round {
        padding: 2rem 1rem;
    }
}

@media screen and (max-width: 600px) {
    .style-round {
        width: 100%
    }
}

.style-round:hover {
    transform: scale(1.05);
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -ms-transform: scale(1.05);
    -o-transform: scale(1.05);
}

@media screen and (max-width: 900px) {
    .style-round:not(:last-child) {
        margin-bottom: 6rem
    }
}

.content-bound {
    display: flex;
    flex-direction: column;
    height: 100%;
    width: 100%;
    padding: 1rem;
    justify-content: center;
    align-items: center;
}

.legend-section {
    width: 100%;
    margin-bottom: 4rem;
    margin-top: 4rem;
    display: flex;
    flex-direction: column;
}

.legend-section-container {
    display: flex;
    justify-content: space-between;
}

.legend-section-container div {
    width: 50%;
    justify-content: center;
    align-items: center;
}

@media screen and (max-width: 600px) {
    .legend-section-container div {
        width: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
    }
}

.legend-section-container img {
    width: 90%;
    margin-left: 2rem;
}

@media screen and (max-width: 600px) {
    .legend-section-container img {
        margin-top: 2rem;
        width: 90%;
        margin-left: 0rem;
    }
}

.legend-section-container p {
    width: 50%;
}

@media screen and (max-width: 600px) {
    .legend-section-container p {
        width: 90%;
        align-self: center;
    }
}

@media only screen and (max-width: 600px) {
    .legend-section-container {
        flex-direction: column;
    }
}

@media only screen and (max-width: 1200px) {
    .help-content-sub {
        width: 80%;
    }
}

@media only screen and (max-width: 600px) {
    .help-content-sub {
        width: 90%;
    }
}

.style1 {
    color: rgb(231, 26, 26);
    font-weight: bold;
}

.Help {
    z-index: 1000;
    padding-bottom: 0;
    font-size: 11pt;
    font-family: 'Lato', Arial, sans-serif;
    text-align: justify;
}

.Help a {
    color: #356584 !important
}


/* Sticky footer styles
-------------------------------------------------- */


/* html {
    position: relative;
    min-height: 100%;
    font-family: 'Lato', 'Open Sans', sans-serif;
}

body {

    margin-bottom: 56px;
} */

.panel-footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    left: 0rem;
    /* Set the fixed height of the footer here */
    height: 56px;
    color: #FFFFFF;
    background-color: #356584;
    z-index: 200;
    /* background-color: #afbdc4; */
    /* display: flex;
    justify-content: start;
    flex-direction: row; */
}

.container-footer {
    /* background-color: yellowgreen; */
    height: 100%;
    width: 100%;
}

.footer-table {
    /* background-color: #F05C5A; */
    position: absolute;
    top: .5rem;
    left: -1rem;
}


/* /Legend */


/*           
#LegendDiv {

    position: absolute;
    top: .5rem;
    left: -11rem;
}
 */

#footer {
    overflow-x: auto;
    overflow-y: hidden;
    white-space: nowrap;
    display: inline-block;
}

 ::-webkit-scrollbar {
    width: 14px;
    height: 18px;
    background-color: transparent
}

 ::-webkit-scrollbar-thumb {
    height: 6px;
    border: 4px solid rgba(0, 0, 0, 0);
    background-clip: padding-box;
    /* -webkit-border-radius: 7px; */
    background-color: rgba(0, 0, 0, 0.15);
    -webkit-box-shadow: (-1px -1px 0px rgba(0, 0, 0, 0.05), 1px 1px 0px rgba(0, 0, 0, 0.05));
}

 ::-webkit-scrollbar-button {
    width: 0px;
    height: 0px;
    display: none;
}

 ::-webkit-scrollbar-corner {
    background-color: transparent;
}

.scrollable-menu {
    height: auto;
    max-height: 600px;
    overflow-y: auto;
}

.navbar-default {
    background-color: #356584;
    border-color: #e7e7e7;
    color: #FFFFFF;
    font-weight: 100;
}

.navbar-default .navbar-brand {
    font-family: 'Lato', 'Arial', Tahoma, sans-serif;
    color: #FFFFFF;
    letter-spacing: 1.0px;
    font-weight: 400;
    /* background-color: red */
}

.dropdown-toggle,
.help {
    font-family: 'Lato', Arial, sans-serif;
    letter-spacing: 1.2px;
}


/* .nav .navbar-nav .navbar-right {
display: flex;
flex-direction: row;
} */

.navbar .container {
    /* background-color: #dd490f; */
    background-color: #356584;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
    width: 100%!important;
    position: relative;
    /* font-size: x-large; */
    font-weight: 100;
    /* background-color: yellow; */
}

@media screen and (max-width: 400px) {
    .navbar .container {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
}


/* #menu ul */

#menu {
    height: 100%;
    display: flex;
    justify-content: space-between;
}

#menu ul {
    margin: 0;
    padding: 0;
    font-size: 0.9rem;
    list-style: none;
    color: #356584
}

#menu ul li {
    padding: 3px 1px;
}

#menu_select li {
    padding-left: 1rem !important;
}

.menukey {
    height: 100%;
    position: relative;
    list-style: none;
    display: flex;
    align-items: center;
    justify-content: center;
}

@media screen and (max-width: 450px) {
    .menukey {
        font-size: 0.7rem;
    }
}

@media screen and (max-width: 1200px) {
    .menukey ul li {
        font-size: 0.9rem;
    }
}

@media screen and (max-width: 900px) {
    .menukey ul li {
        font-size: 0.8rem;
    }
}

@media screen and (max-width: 1200px) {
    .esri-widget {
        font-size: 0.9rem;
    }
}

@media screen and (max-width: 900px) {
    .esri-widget {
        font-size: 0.8rem;
    }
}

@media screen and (max-width: 600px) {
    .esri-widget {
        font-size: 0.6rem;
    }
}

.menukey p {
    margin: auto 1rem;
}

@media screen and (max-width: 1200px) {
    .menukey p {
        margin: auto 0.5rem;
    }
}

@media screen and (max-width: 600px) {
    .menukey p {
        margin: auto 0.3rem;
        background-color: #01608f;
        padding: 2px 4px;
    }
}

@media screen and (max-width: 450px) {
    .menukey p {
        font-size: 0.7rem;
    }
}

.menukey a {
    text-decoration: none;
    color: #ffffff;
    /* margin-left: 2rem; */
    /* margin-right: 1rem; */
}

@media screen and (max-width: 1200px) {
    .menukey a {
        margin: auto 0.4rem;
    }
}

@media screen and (max-width: 600px) {
    .menukey a {
        margin: auto 0.3rem;
    }
}

.menu_tools-active {
    color: #F05C5A;
    font-weight: 400;
}


/* .menukey:last-child {
    margin-right: 2rem;
} */

.menukey ul {
    font-size: .90rem;
    height: 70vh;
    width: 19rem;
    box-sizing: border-box;
    opacity: 1;
    visibility: hidden;
    position: absolute;
    top: 68px;
    left: 0;
    overflow-y: auto;
    color: #fff;
    background-color: #e7e7e7;
    z-index: 1 !important;
}

@media screen and (max-width: 600px) {
    .menukey ul {
        top: 35px;
        height: 65vh;
    }
}

@media screen and (max-width: 1500px) {
    .menukey ul {
        width: 16rem;
    }
}

@media screen and (max-width: 1200px) {
    .menukey ul {
        width: 16rem;
    }
}

@media screen and (max-width: 1050px) {
    .menukey ul {
        width: 14rem;
    }
}

.menukey ul li:first-child {
    padding-top: 0.5rem;
}

.menukey ul li:last-child {
    padding-bottom: 0.5rem;
}

.menukey ul li {
    width: 100%;
    display: flex;
    justify-content: flex-start;
    /* align-items: center; */
    /* background-color: #356584; */
}

.menukey ul li a {
    padding: 1px 1px
}


/* @media screen and (max-width: 1050px) {
    .menukey ul li {
        padding: 4px 2px;
    }
} */

.menukey ul li:hover {
    background-color: #d9dcdd;
}

.menukey:hover>ul {
    opacity: 1;
    visibility: visible;
}

.menukey ul li:hover {
    color: #058cb9;
}

.menukey ul li a,
.menukey ul li a:active,
.menukey ul li a:link {
    text-decoration: none;
    color: #356584;
    width: 100%;
}

.show::before {
    content: 'New';
    display: inline-block;
    color: #fff;
    background-color: #F05C5A;
    transform: rotate(-25deg);
    -webkit-transform: rotate(-25deg);
    -moz-transform: rotate(-25deg);
    -ms-transform: rotate(-25deg);
    -o-transform: rotate(-25deg);
    margin-right: 0.3rem;
    font-size: 10px;
    padding: 1px 4px;
    border-radius: 60%;
    -webkit-border-radius: 60%;
    -moz-border-radius: 60%;
    -ms-border-radius: 60%;
    -o-border-radius: 60%;
    font-weight: bold;
    letter-spacing: 0.5px;
}

@media screen and (max-width: 600px) {
    .show::before {
        margin-right: 0.1rem;
        font-size: 7px;
        padding: 1px 1px;
    }
}

.dontShow::before {
    content: "\00a0";
    display: inline-block;
    margin-left: 2.0rem;
}

@media screen and (max-width: 600px) {
    .dontShow::before {
        margin-left: 1.0rem;
    }
}

#help {
    margin-right: 1rem;
}


/* /////////////////////////////////////////////////////////////////////////////////////////// */

.help-content-inner_wall {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    flex-direction: column;
    padding-bottom: 10rem;
    /* background-color: #356584; */
}

.section-1 {
    width: 100%;
    background-color: #f7f2f2;
    display: flex;
    justify-content: center;
    padding-bottom: 4rem;
}

.important-tips {
    display: flex;
    width: 100%;
    color: #fff;
    justify-content: space-between;
}

.h-tips:hover {
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.05);
}

.important-tips:hover .h-tips:not(:hover) {
    transform: scale(0.95);
    -webkit-transform: scale(0.95);
    -moz-transform: scale(0.95);
    -ms-transform: scale(0.95);
    -o-transform: scale(0.95);
}

@media screen and (max-width: 600px) {
    .important-tips {
        flex-direction: column;
    }
}

.Baseline-Information,
.Setback_Line_Information {
    width: 48%;
    background-color: #356584;
    padding: 2rem;
    box-shadow: 2rem 1rem 1px rgba(0, 0, 0, 0.15);
    transition: all 0.6s;
    -webkit-transition: all 0.6s;
    -moz-transition: all 0.6s;
    -ms-transition: all 0.6s;
    -o-transition: all 0.6s;
}

@media screen and (max-width: 900px) {
    .Baseline-Information,
    .Setback_Line_Information {
        width: 49%;
        padding: 1rem;
    }
}

@media screen and (max-width: 600px) {
    .Baseline-Information,
    .Setback_Line_Information {
        width: 100%;
        padding: 1rem;
    }
    .Baseline-Information {
        margin-bottom: 2rem;
    }
}

.section-2 {
    width: 100%;
    background-color: #faf5f5;
    display: flex;
    justify-content: center;
    padding-bottom: 1rem;
    margin-bottom: 7rem;
    font-size: 16px;
}

.help_measure-icon {
    fill: #356584;
    height: 2.0rem;
    width: 2.0rem;
    margin: 1rem;
    /* background-color: #F05C5A; */
    transform: translateY(1rem);
    -webkit-transform: translateY(1rem);
    -moz-transform: translateY(1rem);
    -ms-transform: translateY(1rem);
    -o-transform: translateY(1rem);
}

.section-3 {
    width: 100%;
    background-color: #f7f2f2;
    display: flex;
    justify-content: center;
    padding-bottom: 1rem;
    font-size: 16px;
}

.section_3-body {
    width: 60%;
    height: 100%;
}

@media screen and (max-width: 850px) {
    .section_3-body {
        width: 95%;
        height: 100%;
    }
    .section_3-body h2 {
        font-size: 18px;
    }
    .section_3-body p:first-of-type {
        font-size: 16px;
    }
}

.section-4 {
    width: 100%;
    height: 20rem;
    /* position: relative; */
    /* z-index: 2; */
    background-color: #faf5f5;
    display: flex;
    justify-content: center;
    align-items: center;
}

@media screen and (max-width: 400px) {
    .section-4 {
        margin-bottom: 1rem;
    }
}

.section-4 img {
    width: 100%;
    height: 100%;
    /* opacity: 0.3; */
}


/* #356584; */

.opacityDIV {
    background-image: linear-gradient(#356584, #35658496, #3565842f), url('/images/door.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
}

.opacityDIV:hover {
    /* background-image: linear-gradient(#356584be, #35658438, #3565840e), url('/images/door.jpg'); */
    background-image: linear-gradient(#356584be, transparent, transparent), url('/images/door.jpg');
}

.footer-help {
    width: 60%;
    height: 100%;
    color: #fff;
    padding: 0 0 2rem 0;
}

.footer-help:hover {
    color: #000000;
}

@media screen and (max-width: 900px) {
    .footer-help {
        width: 95%;
    }
}

.footer-help p:first-of-type {
    font-size: 15px;
    /* margin-bottom: 8rem; */
}

.footer-help p:last-child {
    font-size: 14px;
    margin-top: 2rem;
}

@media screen and (max-width: 900px) {
    .footer-help p:first-of-type {
        font-size: 14px;
        /* margin-bottom: 8rem; */
    }
}

@media screen and (max-width: 600px) {
    .footer-help p:first-of-type {
        font-size: 12px;
        /* margin-bottom: 8rem; */
    }
}

@media screen and (max-width: 1200px) {
    .footer-help p:last-child {
        font-size: 13px;
        margin-top: 2rem;
    }
}


/* style="font-size:14px;padding-bottom: 7rem" */

@media screen and (max-width: 1200px) {
    .footer-help h2 {
        font-size: 20px;
    }
}

@media screen and (max-width: 600px) {
    .footer-help h2 {
        font-size: 16px;
    }
}

@media screen and (max-width: 1200px) {
    .footer-help p {
        font-size: 15px;
    }
}

@media screen and (max-width: 600px) {
    .footer-help p {
        font-size: 10px;
    }
}

@media screen and (max-width: 400px) {
    .footer-help p:last-child {
        font-size: 9px;
        margin-top: 1rem;
        /* padding-bottom: 12rem; */
    }
}


/*   

, url('/images/door.jpg');
.opacityDIV {
    width: 60%;
    height: 100%;
    background-color: #000000;
}

.opacityDIV :hover {
    opacity: 0.6;
}
 */

.help_screen-container {
    height: 100%;
    width: 100%;
    /* background-color: #f10e0e; */
    position: relative;
    box-sizing: border-box;
    /* display: flex;
    flex-direction: column; */
}

.back-button {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 7rem;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    /* background-color: #add811; */
    box-sizing: border-box;
    z-index: 2;
}


/* .back-Template {
 
    padding: 0.5rem 1.5rem;
    outline: none;
    border: none;
    color: #fff;
    margin-left: 2rem;
}
 */

.back-button-active {
    box-shadow: 0 0.3rem 0.5rem rgba(63, 42, 42, 0.26);
}

.help-content {
    position: absolute;
    top: 7rem;
    left: 0px;
    width: 100vw;
    height: 100%;
    overflow: scroll;
    box-sizing: border-box;
    /* padding-bottom: 5rem; */
    /* display: flex; */
    /* justify-content: center;
    align-items: center; */
    /* flex-direction: column; */
}

.go-back {
    background-color: #356584;
    padding: 0.5rem 1.5rem;
    outline: none;
    border: none;
    color: #fff;
    margin-left: 2rem;
    transition: all 0.2s;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -ms-transition: all 0.2s;
    -o-transition: all 0.2s;
    box-shadow: 1px 0 1px rgba(0, 0, 0, 0.75);
}

@media screen and (max-width: 400px) {
    .go-back {
        padding: 0.2rem 1.0rem;
    }
}

.go-back:hover {
    background-color: #1476a7;
    transform: scale(1.2);
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -o-transform: scale(1.2);
    -webkit-transform: scale(1.2);
}


/* .go-back-active {
  background-color: #356584;
  clip-path: polygon(40% 0%, 40% 20%, 100% 20%, 100% 80%, 40% 80%, 40% 100%, 0% 50%);
} */

.go-back::before {
    content: "\2039";
    font-size: 15px;
    /*padding-top: 10px;
    */
    display: inline-block;
    /*background-color: #F05C5A;
    */
    margin-right: 0.5rem;
    animation-name: arrow;
    animation-duration: 1s;
    animation-iteration-count: infinite;
}

@keyframes arrow {
    from {
        transform: translateX(5px);
        -webkit-transform: translateX(5px);
        -moz-transform: translateX(5px);
        -ms-transform: translateX(5px);
        -o-transform: translateX(5px);
    }
    to {
        transform: translate(-8px);
        -webkit-transform: translate(-8px);
        -moz-transform: translate(-8px);
        -ms-transform: translate(-8px);
        -o-transform: translate(-8px);
    }
}

.help-content-sub {
    width: 60%;
    /* height: 100%; */
    /* background-color: #F05C5A; */
}

@media screen and (max-width: 1200px) {
    .help-content-sub {
        width: 80%;
        /* height: 100%; */
        /* background-color: #F05C5A; */
    }
}

@media screen and (max-width: 850px) {
    .help-content-sub {
        width: 95%;
        /* height: 100%; */
        /* background-color: #F05C5A; */
    }
}

@media screen and (max-width: 600px) {
    .help-content-sub {
        padding-top: 2rem;
    }
}

.help-heading {
    width: 100%;
    padding: 0 0 2rem 0;
    display: flex;
    justify-content: flex-start;
    font-size: 16px;
    flex-direction: column;
}

@media screen and (max-width: 1200px) {
    .help-heading h1 {
        font-size: 26px;
    }
    .help-heading h3 {
        font-size: 20px;
    }
}

@media screen and (max-width: 600px) {
    .help-heading h1 {
        /* font-size: 20px; */
        text-align: left;
        justify-content: center;
        align-items: center;
    }
    .help-heading h3 {
        font-size: 17px;
        text-align: left;
    }
}

@media screen and (max-width: 850px) {
    .help-heading h1 {
        font-size: 22px;
    }
    .help-heading h3 {
        font-size: 18px;
    }
    /* .help-heading p {
        font-size: 12px;
    } */
}

.Using_application {
    width: 60%;
    /* margin: 0 0 4rem 0; */
    /* background-color: #fcf9f9; */
    /* background-color: yellowgreen; */
}

.Using_application-container {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    margin-top: 2rem;
}

@media screen and (max-width: 600px) {
    .Using_application-container {
        flex-direction: column
    }
}

@media screen and (max-width: 1200px) {
    .Using_application {
        width: 80%;
    }
}

@media screen and (max-width: 850px) {
    .Using_application {
        width: 95%;
    }
    .Using_application h2 {
        font-size: 18px;
    }
}

.Using_application-image {
    width: 50%;
    box-shadow: 2rem 1rem 2rem rgba(0, 0, 0, 0.25);
}

.img-container {
    width: 100%;
    height: 100%;
}

.img-container img {
    width: 100%;
    height: 100%;
}

.Using_application-text {
    /* display: flex; */
    align-items: flex-start;
    width: 50%;
    padding-left: 4rem;
    /* background-color: red; */
}

@media screen and (max-width: 600px) {
    .Using_application-image,
    .Using_application-text {
        width: 100%;
    }
    .Using_application-image {
        margin-bottom: 2rem;
    }
}

.Search_Options {
    width: 100%;
    margin-top: 4rem;
    /* background-color: yellowgreen; */
}

.Search_Options-header {
    /* width: 100%;
  padding: 0 0 2rem 0; */
    display: flex;
    justify-content: flex-start;
    /* align-items: center; */
    flex-direction: column;
}

.Search_Options-content {
    display: flex;
    justify-content: space-between;
    /* padding: 0 0 2rem 0; */
}

@media screen and (max-width: 600px) {
    .Search_Options-content {
        flex-direction: column;
        justify-content: flex-start;
        align-items: flex-start;
    }
}

.Search_Options-content-image {
    width: 45%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.Search_Options-content-image img {
    box-shadow: 2rem 1rem 2rem rgba(0, 0, 0, 0.25);
}

@media screen and (max-width: 1000px) {
    .Search_Options-content-image {
        margin-left: 5rem;
    }
}

.Search_Options-content-text {
    width: 50%;
    margin-right: 2rem;
}

@media screen and (max-width: 1000px) {
    .Search_Options-content-text {
        margin-right: 4rem;
    }
}

@media screen and (max-width: 600px) {
    .Search_Options-content-image,
    .Search_Options-content-text {
        width: 100%;
        margin: auto;
    }
    .Search_Options-content-text {
        margin-bottom: 2rem;
    }
}

.definitions-exerpt a {
    color: #356584 !important;
}

.Identify_section-content {
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: flex-start;
    /* margin-bottom: 4rem; */
}

@media screen and (max-width: 900px) {
    .Identify_section-content {
        justify-content: space-between;
        align-items: flex-start
    }
}

@media screen and (max-width: 600px) {
    .Identify_section-content {
        flex-direction: column
    }
}

.Identify_section-image {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 48%;
}

@media screen and (max-width: 900px) {
    .Identify_section-image {
        width: 48%;
    }
}

@media screen and (max-width: 600px) {
    .Identify_section-image {
        margin-bottom: 2rem;
    }
}

.Identify_section-image img {
    width: 90%;
    /* box-shadow: 2rem 1rem 2rem rgba(0, 0, 0, 0.25); */
}

@media screen and (max-width: 1000px) {
    .Identify_section-image img {
        margin-right: 2rem;
    }
}

.Identify_section-text {
    width: 50%;
}

@media screen and (max-width: 1000px) {
    .Identify_section-text {
        width: 45%;
    }
}

@media screen and (max-width: 600px) {
    .Identify_section-text,
    .Identify_section-image {
        width: 100%;
    }
}

.measure_section-content {
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    padding: 0 0 2rem 0;
}

@media screen and (max-width: 600px) {
    .measure_section-content {
        flex-direction: column;
    }
}

.measure_section-text {
    width: 50%;
}

.measure_section-image img {
    box-shadow: 2rem 1rem 2rem rgba(0, 0, 0, 0.25);
}

.measure_section-image {
    width: 50%;
}

@media screen and (max-width: 850px) {
    .measure_section-text,
    .measure_section-image {
        width: 43%;
    }
}

@media screen and (max-width: 600px) {
    .measure_section-text,
    .measure_section-image {
        width: 100%;
    }
}

.section_basemap-content {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 2rem;
}

.section_basemap-content:hover .style-round:not(:hover) {
    transform: scale(0.95);
    -webkit-transform: scale(0.95);
    -moz-transform: scale(0.95);
    -ms-transform: scale(0.95);
    -o-transform: scale(0.95);
}

@media screen and (max-width: 850px) {
    .section_basemap-content {
        padding: 1rem;
    }
}

@media screen and (max-width: 600px) {
    .section_basemap-content {
        flex-direction: column;
    }
}

.style-round {
    height: 100%;
    padding: 2rem;
    width: 33%;
    color: #fff;
    background-color: #356584;
    box-shadow: 2rem 1rem 1px rgba(0, 0, 0, 0.15);
    transition: all 0.6s;
    -webkit-transition: all 0.6s;
    -moz-transition: all 0.6s;
    -ms-transition: all 0.6s;
    -o-transition: all 0.6s;
}

@media screen and (max-width: 1200px) {
    .style-round {
        padding: 2rem 1rem;
    }
}

@media screen and (max-width: 600px) {
    .style-round {
        width: 100%
    }
}

.style-round:hover {
    transform: scale(1.05);
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -ms-transform: scale(1.05);
    -o-transform: scale(1.05);
}

@media screen and (max-width: 900px) {
    .style-round:not(:last-child) {
        margin-bottom: 6rem
    }
}

.content-bound {
    display: flex;
    flex-direction: column;
    height: 100%;
    width: 100%;
    padding: 1rem;
    justify-content: center;
    align-items: center;
}

@media only screen and (max-width: 1200px) {
    .help-content-sub {
        width: 80%;
    }
}

@media only screen and (max-width: 600px) {
    .help-content-sub {
        width: 90%;
    }
}

.style1 {
    color: rgb(231, 26, 26);
    font-weight: bold;
}

.Help {
    z-index: 1000;
    padding-bottom: 0;
    font-size: 11pt;
    font-family: 'Lato', 'Arial', sans-serif;
    text-align: justify;
}

.Help a {
    color: #356584 !important
}

html {
    position: relative;
    min-height: 100%;
    font-family: 'Lato', Arial, sans-serif;
}

body {
    margin-bottom: 56px;
}

.panel-footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    left: 0rem;
    height: 56px;
    color: #FFFFFF;
    background-color: #356584;
    z-index: 200;
}

.container-footer {
    height: 100%;
    width: 100%;
}

.footer-table {
    position: absolute;
    top: .5rem;
    left: -1rem;
}

#footer {
    overflow-x: auto;
    overflow-y: hidden;
    white-space: nowrap;
    display: inline-block;
}

 ::-webkit-scrollbar {
    width: 14px;
    height: 18px;
    background-color: transparent
}

 ::-webkit-scrollbar-thumb {
    height: 6px;
    border: 4px solid rgba(0, 0, 0, 0);
    background-clip: padding-box;
    background-color: rgba(0, 0, 0, 0.15);
    -webkit-box-shadow: (-1px -1px 0px rgba(0, 0, 0, 0.05), 1px 1px 0px rgba(0, 0, 0, 0.05));
}

 ::-webkit-scrollbar-button {
    width: 0px;
    height: 0px;
    display: none;
}

 ::-webkit-scrollbar-corner {
    background-color: transparent;
}

.scrollable-menu {
    height: auto;
    max-height: 600px;
    overflow-y: auto;
}

.navbar-default {
    background-color: #356584;
    border-color: #e7e7e7;
    color: #FFFFFF;
    font-weight: 100;
}

.navbar-default .navbar-brand {
    font-family: 'Lato', Arial, Tahoma, sans-serif;
    color: #FFFFFF;
    letter-spacing: 1.0px;
    font-weight: 400;
}

.dropdown-toggle,
.help {
    font-family: 'Lato', Arial, sans-serif;
    letter-spacing: 1.2px;
}

.navbar .container {
    background-color: #356584;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
    width: 100%!important;
    position: relative;
    font-weight: 100;
}

@media screen and (max-width: 400px) {
    .navbar .container {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
}

.navbar-toggle {
    margin-right: 6px;
}

.navbar-default .navbar-nav>li>a {
    color: #FFFFFF;
    padding-left: 4px;
    padding-right: 4px;
    font-size: 15px;
}

.navbar-default .navbar-nav>li>a:hover {
    color: #356584;
    background-color: #edf4f7;
}

.panel-body {
    font-size: 14px;
    padding: 10px;
}

.navbar-default .navbar-nav>.open>a,
.navbar-default .navbar-nav>.open>a:focus,
.navbar-default .navbar-nav>.open>a:hover {
    color: #356584;
    background-color: #edf4f7;
}

.navbar-default .navbar-nav>li>a:focus,
.navbar-default .navbar-nav>li>a:hover {
    color: rgb(255, 255, 255);
    background-color: transparent;
}

.navbar-offset {
    margin-top: 50px;
}

#map .ol-zoom {
    font-size: 1.2em;
}

.zoom-top-opened-sidebar {
    margin-top: 5px;
}

.zoom-top-collapsed {
    margin-top: 45px;
}

.mini-submenu {
    display: none;
    color: #FFFFFF;
    background-color: rgba(0, 102, 153, 0.96);
    border: 1px solid rgba(255, 255, 255, 0.9);
    border-radius: 4px;
    padding: 9px;
    width: 42px;
    text-align: center;
}

.mini-submenu-left {
    position: absolute;
    top: 60px;
    left: .9em;
    z-index: 40;
}

.sidebar {
    z-index: 45;
}

.main-row {
    position: absolute;
    top: 55px;
    left: 3px;
    width: 100%;
    padding-top: 2px;
}

.mini-submenu:hover {
    cursor: pointer;
}

.slide-submenu {
    background: rgba(0, 98, 155, 0.45);
    display: inline-block;
    padding: 0 8px;
    border-radius: 4px;
    cursor: pointer;
}

.navbar-default .navbar-brand:hover,
.navbar-default .navbar-brand:focus {
    background-color: transparent;
    color: #FFFFFF;
}

@media screen and (max-width: 500px) {
    .navbar-brand {
        font-size: 1.5rem;
    }
}

@media screen and (max-width: 400px) {
    .navbar-brand {
        font-size: 1.0rem;
    }
}

.panel-default>.panel-title {
    background-color: #356584;
    color: #FFFFFF;
    padding: 2px;
}

.customButton {
    border: solid 1px;
    color: #fff;
    cursor: pointer;
    background: -webkit-gradient(linear, left top, left bottom, from(#24476B), to(#5C85AD)) !important;
    background: linear-gradient(#24476B, #5C85AD) !important;
    border-radius: 5px;
    overflow: hidden;
    width: 75px;
    margin-top: 5px;
    margin-bottom: 2rem;
}

.customButtonInner {
    filter: progid: DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr='#888888', endColorstr='#454545');
    width: 100%;
    height: 100%;
}

h4 {
    color: #f5f8fa;
}

.close {
    font-size: 20px;
    font-weight: bold;
    line-height: 18px;
    color: #000000;
    text-shadow: 0 1px 0 #ffffff;
    opacity: 0.2;
    filter: alpha(opacity=20);
    text-decoration: none;
}

.close:hover {
    color: #000000;
    text-decoration: none;
    opacity: 0.4;
    filter: alpha(opacity=40);
    cursor: pointer;
}

.mapBody {
    width: 100%;
    height: 100%;
    position: relative;
}

.onscreenIntruction {
    position: fixed;
    top: 8%;
    right: 2%;
    width: 25rem;
    height: 4rem;
    background-color: #356584;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    z-index: 10;
    transition: all 0.01s;
    -webkit-transition: all 0.01s;
    -moz-transition: all 0.01s;
    -ms-transition: all 0.01s;
    -o-transition: all 0.01s;
    border: 1px solid #356584;
    color: rgb(238, 232, 232);
    -webkit-box-shadow: 1rem 1rem 1rem rgba(0, 0, 0, 0.75);
    box-shadow: 1rem 1rem 1rem rgba(0, 0, 0, 0.75);
}

@media screen and (max-width: 400px) {
    .onscreenIntruction {
        position: fixed;
        top: 10%;
    }
}

@media screen and (max-width: 400px) {
    .onscreenIntruction {
        width: 18rem;
        font-size: 10px;
    }
}

.onscreenIntruction:hover {
    width: 37rem;
}

@media screen and (max-width: 400px) {
    .onscreenIntruction:hover {
        width: 25rem;
    }
}

.onscreenIntruction:hover .contentBody {
    display: block
}

.onscreenIntruction:hover .onscreenIntruction_main {
    height: 35rem;
    overflow: scroll;
    -webkit-box-shadow: 1rem 1rem 1rem rgba(0, 0, 0, 0.75);
    box-shadow: 1rem 1rem 1rem rgba(0, 0, 0, 0.75);
    border: 1px solid #356584;
}

@media screen and (max-width: 400px) {
    .onscreenIntruction:hover .onscreenIntruction_main {
        height: 25rem;
    }
}

.onscreenIntruction:hover .infoIcon {
    fill: #F05C5A;
}

.onscreenIntruction:hover .titleContent {
    display: none;
}

.contentBody {
    padding-right: 1.5rem;
    padding-left: 2.7rem;
    display: none;
}

@media screen and (max-width: 400px) {
    .contentBody {
        padding-right: 0.5rem;
        padding-left: 1.7rem;
    }
}

.mainContent {
    display: none;
    padding: 1rem 1.5rem;
    text-align: justify;
    background-color: #356584;
    outline: none;
}

@media screen and (max-width: 400px) {
    .mainContent {
        padding: 1rem 0.6rem;
    }
}

.noteContent {
    display: none;
    padding: 1rem 1.5rem;
    text-align: justify;
    background-color: #356584;
}

@media screen and (max-width: 400px) {
    .noteContent {
        padding: 1rem 0.6rem;
    }
}

.onscreenIntruction:hover .displatCont {
    display: block;
}

.onscreenIntruction:hover .displayNote {
    display: block;
}

.mainContent-toggle {
    display: block;
}

.noteContent-toggle {
    display: block;
}

.displatCont:hover,
.displayNote:hover {
    background-color: #F05C5A;
    color: #356584
}

.displatCont:hover .iconPlus-1,
.displayNote:hover .iconPlus-1 {
    fill: #356584;
}

.displatCont,
.displayNote {
    display: none;
    width: 100%;
    background-color: #356584;
    border: none;
}

.displatCont {
    margin-top: 3rem;
    outline: none;
}

.displayNote {
    margin-top: 0.5rem;
    outline: none;
}

.displatCont-active {
    margin-top: 3rem;
    display: none;
    width: 100%;
    background-color: #fff;
    color: #356584;
    font-weight: bold;
}

.displatCont-active .iconPlus-1 {
    fill: #356584;
}

.displayNote-active {
    display: none;
    width: 100%;
    background-color: #fff;
    color: #356584;
    font-weight: bold;
}

.displayNote-active .iconPlus-1 {
    fill: #356584;
}

.iconPlus-1 {
    height: 1.5rem;
    width: 1.5rem;
    padding: 2px;
    margin-right: 0.1rem;
    fill: rgb(207, 230, 205);
    cursor: pointer;
    vertical-align: middle
}

@media screen and (max-width: 400px) {
    .iconPlus-1 {
        height: 1.0rem;
        width: 1.0rem;
        padding: 2px;
    }
}

.displatCont-text1 {
    display: inline-block;
}

.iconPlus {
    height: 100%;
    padding-right: 1rem;
}

@media screen and (max-width: 400px) {
    .iconPlus {
        padding-right: 0.2rem;
    }
}

.titleContent {
    margin-top: 0.8rem;
    margin-left: 10px;
    color: #fff;
    font-family: 'Lato', Arial, sans-serif;
    letter-spacing: 1.5px;
    font-weight: 300;
}

@media screen and (max-width: 400px) {
    .titleContent {
        font-weight: 300;
    }
}

.onscreenIntruction_icon {
    width: 4rem;
    height: 100%;
    background-color: #356584;
    position: relative;
    padding: 0;
    margin: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

@media screen and (max-width: 400px) {
    .onscreenIntruction_icon {
        width: 3rem;
        height: 100%;
    }
}

.onscreenIntruction_main {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    background-color: #356584;
    border: 1px solid #356584;
}

.closeBtn {
    padding: 0;
    margin: 0;
    position: absolute;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    top: 0;
    right: 0;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start
}

.closeIcon {
    height: 1.2rem;
    width: 1.2rem;
    padding: 0;
    margin-right: 0.1rem;
    fill: #fff;
    cursor: pointer;
}

.closeIcon:hover {
    fill: #F05C5A;
}

.infoIcon {
    height: 2.0rem;
    width: 2.0rem;
    padding: 0;
    margin-right: 0.1rem;
    fill: #fff;
    cursor: pointer;
}

.search-icon {
    height: 100%;
    width: 100%;
    padding: 0;
    fill: #fff;
    cursor: pointer;
    padding: 1rem;
}

.measure-icon {
    height: 100%;
    width: 100%;
    padding: 0;
    fill: #fff;
    cursor: pointer;
    padding: 1rem;
}

.icon-close {
    width: 20px;
    height: 20px;
    fill: #fff
}


/* 
ONSCREEN LEGEND */

#LegendContainer {
    width: 230px;
    max-height: 250px;
    position: absolute;
    bottom: 50px;
    right: 20px;
    background-color: #fff;
    z-index: 3;
    box-shadow: 2px 4px 8px rgba(0, 0, 0, 0.65);
}

#Legend_main-Container {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
}

@media screen and (max-width: 600px) {
    #LegendContainer {
        bottom: 10px;
        width: 130px;
        max-height: 210px;
    }
}

.legend_header {
    display: flex;
    width: 100%;
    height: 30px;
    color: #fff;
    background-color: #356584;
    justify-content: space-between;
    align-items: center;
}

@media screen and (max-width: 600px) {
    .legend_header {
        height: 20px;
        font-size: 10px;
    }
}

.LegendIcons {
    display: flex;
    height: 100%;
}

.legend_header:first-child {
    padding-left: 5px;
}

.icon_container {
    width: 30px;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

@media screen and (max-width: 600px) {
    .icon_container {
        width: 15px;
    }
}

.icon_container2 {
    width: 30px;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 8px;
}

@media screen and (max-width: 600px) {
    .icon_container2 {
        width: 20px;
        margin-right: 3px;
    }
}

.icon_container:hover,
.icon_container2:hover {
    background-color: #057ab4;
}

.legend_icon {
    width: 12px;
    height: 12px;
}

@media screen and (max-width: 600px) {
    .legend_icon {
        width: 10px;
        height: 10px;
    }
}

#legend_content {
    overflow-y: auto;
    display: flex;
    max-height: 220px;
    size: 6px
}

@media screen and (max-width: 600px) {
    #legend_content {
        max-height: 160px;
    }
}

.symbolbox {
    width: 40px;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 15px;
}

@media screen and (max-width: 600px) {
    .symbolbox {
        width: 15px;
        margin-right: 5px;
    }
}

.legendtextbox {
    display: flex;
    justify-content: center;
    align-items: center;
}

#legendcontainer-box {
    width: 100%;
    height: 100%;
    overflow-y: auto;
    background-color: #fff;
    display: flex;
    flex-direction: column;
    border: 1px solid #35658469;
}

.legendList {
    width: 100%;
    height: 25px;
    display: flex;
    margin-bottom: 2px;
    font-size: 12px;
    font-weight: 400;
    padding-left: 15px;
    border-top: 1px solid rgb(248, 246, 246);
}

@media screen and (max-width: 600px) {
    .legendList {
        height: 20px;
        font-size: 9px;
        padding-left: 5px;
    }
}

.legendList:first-child {
    margin-top: 8px;
}

.legendList:last-child {
    margin-bottom: 18px;
}

.legendtext {
    height: 100%;
    display: flex;
    flex-grow: 1;
    justify-content: flex-start;
    align-items: center;
}


/* SPLASHSCREEN */

#splashscreen {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #35658469;
    z-index: 1000;
}

#splash_content-screen {
    width: 100%;
    /* padding: 2px 5px; */
}

#splash_content {
    width: 55%;
    position: absolute;
    top: 40%;
    left: 50%;
    transform: translate(-50%, -50%);
    border: 1px solid #f2f4f5;
    max-height: 80vh;
    overflow-y: auto;
}

@media screen and (max-width: 1000px) {
    #splash_content {
        width: 85%;
    }
}

@media screen and (max-width: 800px) {
    #splash_content {
        width: 90%;
        top: 45%;
    }
}

.splash_screen-header {
    width: 100%;
    height: 100px;
    background-color: #356584;
    display: flex;
    justify-content: center;
    align-items: center;
    border-bottom: 1px solid #fff;
}

.splash_screen-header img {
    /* width: 25%; */
    height: 5rem;
}

@media screen and (max-width: 600px) {
    .splash_screen-header img {
        height: 3rem;
    }
}

.splash_screen-content {
    background-color: #356584;
    width: 100%;
    flex-grow: 1;
    display: flex;
    justify-content: center;
    border-bottom: none;
    padding: 0 10px;
}

@media screen and (max-width: 1000px) {
    .splash_screen-content {
        padding: 0 5px;
        font-size: 11px;
    }
}

.splash_screen-footer {
    display: none;
    width: 100%;
    background-color: #356584;
    text-align: center;
    padding: .5rem 0 1rem 0;
}

#splash_button {
    padding: 3px 30px;
    outline: none;
    color: #fff;
    border: 1px solid #fff;
    background-color: #356584;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
}

.widget--bottom-center {
    display: flex;
    justify-content: center;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 15px;
}

.logoDIV {
    /* width: 5rem; */
    height: 6rem;
    position: absolute;
    left: 20px;
    bottom: 4px;
}

.logoDIV img {
    height: 6rem
}

@media screen and (max-width: 1000px) {
    .logoDIV img {
        height: 2rem
    }
}

@media screen and (max-width: 1000px) {
    .logoDIV {
        width: 3rem;
        height: 2rem;
        bottom: 15px;
        left: 10px;
    }
}

.important_notes-help {
    list-style-type: square;
    padding-left: 2rem;
}

.important_notes-help li {
    margin-bottom: 1rem;
}

.beach_lines li{
 margin-bottom: 0.5rem;
}