<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* @import url('https://fonts.googleapis.com/css2?family=Average&amp;family=Merriweather&amp;display=swap');*/
html, 
body {
    font-family: 'Source Sans Pro', sans-serif;
    height: 100%;
    width: 100%;
    overflow: hidden;
    margin: 0;
    padding: 0;
    font-size: 12px;
    font-weight: 400;
   
}

body {
    background: url(../images/blue/body_bg.png) repeat-x #97a7b8;
}

input[type="button"] {
    cursor: pointer;
}

.header{
    font-family: "Merriweather", serif;
    font-weight:400;

}
#viewDiv {
    position: absolute;
    right: 0;
    left: 0;
    top: 102px;
    bottom: 0;
}

#mapPosition {
    background-color: #fff;
    filter: alpha(opacity='80');
    opacity: 0.8;
    -moz-opacity: 0.8;
    font-family: Tahoma, Verdana, Arial, Times New Roman;
    font-size: 10pt;
    position: absolute;
    left: 50%;
    bottom: 12px;
    z-index: 299;
}

.scalebar {
    bottom: 10px;
    position: absolute;
    left: 180px;
    z-index: 30;
}

#loadingDiv {
    background-color: #FFFFFF;
    border: 1px solid #CCCCCC;
    display: none;
    z-index: 500;
    font-size: 12pt;
    color: red;
    position: absolute;
    left: 40%;
    top: 50%;
    padding: 2px 4px;
}

.logo img,
.epalogo img {
    border: none;
}

.epalogo {
    bottom: 14px;
    cursor: pointer;
    position: absolute;
    left: 6px;
    z-index: 30;
}

#webmapTitle {
    /* font-family: "gill sans", helvetica, arial, sans-serif; */
    font-family: "Merriweather",serif;
    /* color: #333; */
    color: #212114;
    /* font-size: 32px; */
    /* padding-left: 10px; */
    white-space: nowrap;
    /* height: 50px; */
    font-weight: 400;
    padding-bottom: 10px;
    padding-top:10px;
}

#homelinks {
    /* font-family: Verdana, Arial; */
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 9pt;
    vertical-align: middle;
    font-weight: normal;
}

#titleLogo {
    height: 28px;
}

#toolbarRow {
    /* background: url(../images/blue/toolbar_bg.png) repeat-x #6788a2; */
    background: #1e376d;
    overflow: visible;
    height: 34px;
    font-family: "Merriweather", serif;
    /* margin:0;
  color:#fff;
  font-size: 8pt;
  font-family: Verdana,Arial,Helvetica,sans-serif; */
}

#toolbarRow .dijitToolbar {
    padding: 0!important;
    /* font-family: Verdana, Geneva, Tahoma, sans-serif; */
    font-family: 'Source Sans Pro', sans-serif;
}

.claro .dijitToolbar .dijitButtonNode {
    color: white;
}

.claro .dijitToolbar .dijitToggleButtonChecked .dijitButtonNode {
    background: url(../images/blue/sidebar_header_active_bg.png) repeat-x #cee1ec !important;
    color: #212114;
}

.claro .dijitToolbar .dijitButtonNode:hover {
    background: url(../images/blue/sidebar_header_active_bg.png) repeat-x #cee1ec;
    color: #212114;
}

.claro .dijitToolbar .dijitArrowButtonChar:hover {
    color: #212114;
}

.dojoxFloatingPaneTitle {
    /* background: url(../images/blue/toolbar_bg.png) repeat-x #6788a2; */
    background: #1e376d;
}


/*The top toolbar is split into three sections. */

#webmap-toolbar-right {
    float: right;
    overflow: hidden;
    font-family: "Merriweather", serif;
}

#webmap-toolbar-center {
    float: left;
    overflow: hidden;
    font-family: "Source Sans Pro", sans-serif;
}

#webmap-toolbar-left {
    float: left;
    padding-right: 2px;
    font-family: "Merriweather", serif;
    /*width:250px;*/
}

.legendMain {
    /* background-color: transparent; */
    width: 100%;
    border-width: 0;
    /* opacity: 0.9!important;
    filter: alpha(opacity='90')!important;
    -moz-opacity: 0.9!important; */
}

.dojoxFloatingPaneContent {
    /* font-family: Tahoma, helvetica, arial, sans-serif; */
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 9pt;
    font-weight: regular;
    padding: 4px;
}

.dojoxFloatingPaneTitle {
    color: #fff;
    /* font-family: Tahoma, helvetica, arial, sans-serif; */
    font-family: "Merriweather", serif;
    font-size: 11pt;
    font-weight: bold;
    width: 100%;
    padding-left: 8px;
}

#translider td,
#seltable td {
    padding: 0;
}

.esri-popup-renderer li {
    margin-left: 10px;
}

.esri-popup__content {
    overflow-x: auto!important;
}

.esri-feature {
    margin: 6px 0 4px;
}

.esri-widget {
    /* font-family: Verdana, Arial, Helvetica, sans-serif!important; */
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 12px!important;
}

.esri-popup__feature-buttons .esri-popup__actions {
    display: none;
}

.esri-popup__inline-actions-container {
    display: none;
}

[class*="esri-popup--aligned-bottom-"] .esri-popup__footer {
    border-bottom: solid 0px #e0e0e0;
}

[class*="esri-popup--aligned-top-"] .esri-popup__content~.esri-popup__footer {
    margin-top: -6px;
}

.esri-popup__header {
    background-color: #446485;
    color: white;
    border-radius: 4px 4px 0 0;
}

.esri-popup__header-title {
    font-size: 12px;
    white-space: normal;
    word-break: normal;
    word-wrap: normal;
}

.esri-popup__header-buttons .esri-popup__button,
.esri-popup__header-buttons .esri-popup__button:hover {
    color: white;
}

.esri-popup__main-container {
    width: 270px!important;
    max-height: 300px!important;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    opacity: 0.9;
    filter: alpha(opacity='90')!important;
    -moz-opacity: 0.9!important;
}

.esri-ui .esri-popup {
    border-radius: 4px;
}

.esri-popup__content a {
    color: #336699;
    text-decoration: underline;
}

form {
    padding: 0;
    margin: 0;
}

img {
    border: 0;
}


/*The image specified for the body is used to apply the gradient background to the entire page*/

body {
    /* font-family: "helvetica neue", helvetica, arial, sans-serif; */
    font-family: 'Source Sans Pro', sans-serif;
    color: #212114;
    margin: 0px;
    padding: 0px;
}


/*Styles for the toolbar buttons*/

.esriBasemapIcon {
    background-image: url(../images/Basemap16.png);
    background-repeat: no-repeat;
    display: inline-block;
    height: 16px;
    width: 16px;
    margin: 4px 0 4px 4px;
}

.esriLegendIcon {
    background-image: url(../images/Legend16.png);
    background-repeat: no-repeat;
    display: inline-block;
    height: 16px;
    width: 16px;
    margin: 4px 0 4px 4px;
}

.esriDetailsIcon {
    background-image: url(../images/details.png);
    background-repeat: no-repeat;
    display: inline-block;
    height: 16px;
    width: 16px;
    margin: 4px 0 4px 4px;
}

.esriBookmarkIcon {
    background-image: url(../images/bookmarks.png);
    background-repeat: no-repeat;
    display: inline-block;
    height: 16px;
    width: 16px;
    margin: 4px 0 4px 4px;
}

.esrisaveIcon {
    background-image: url(../images/savesession.png);
    background-repeat: no-repeat;
    display: inline-block;
    height: 16px;
    width: 16px;
    margin: 4px 0 4px 4px;
}

.esriDrawIcon {
    background-image: url(../images/i_draw_poly.png);
    background-repeat: no-repeat;
    display: inline-block;
    height: 16px;
    width: 16px;
    margin: 4px 0 4px 4px;
}

.esriIdentifyIcon {
    background-image: url(../images/icn_info.png);
    background-repeat: no-repeat;
    display: inline-block;
    height: 16px;
    width: 16px;
    margin: 4px 0 4px 4px;
}

.esriEraseIcon {
    background-image: url(../images/erase.png);
    background-repeat: no-repeat;
    display: inline-block;
    height: 16px;
    width: 16px;
    margin: 4px 0 4px 4px;
}

.esriLayerIcon {
    background-image: url(../images/contents.png);
    background-repeat: no-repeat;
    display: inline-block;
    height: 16px;
    width: 16px;
    margin: 4px 0 4px 4px;
}

.esriViewIcon {
    background-image: url(../images/elpaso_icon_16.png);
    background-repeat: no-repeat;
    display: inline-block;
    height: 16px;
    width: 16px;
    margin: 4px 0 4px 4px;
}

.esriMeasureIcon {
    background-image: url(../images/Measure_Area16.png);
    background-repeat: no-repeat;
    display: inline-block;
    height: 16px;
    width: 16px;
    margin: 4px 0 4px 4px;
}

.esriIdentifyIcon {
    background-image: url(../images/icn_info.png);
    background-repeat: no-repeat;
    display: inline-block;
    height: 16px;
    width: 16px;
    margin: 4px 0 4px 4px;
}

.esriLinkIcon {
    background-image: url(../images/LinkTo16.png);
    background-repeat: no-repeat;
    display: inline-block;
    height: 16px;
    width: 16px;
    margin: 4px 0 4px 4px;
}

.esriPrint .dijitComboButton .dijitIcon {
    background-image: url(../images/genericprint.png);
    background-repeat: no-repeat;
    display: inline-block;
    height: 16px;
    width: 16px;
    margin: 4px 0 4px 4px;
}

.esriPrintIcon {
    background-image: url(../images/genericprint.png);
    background-repeat: no-repeat;
    display: inline-block;
    height: 16px;
    width: 16px;
    margin: 4px 0 4px 4px;
}

.esriPrint {
    display: inline-block;
}

.claro .dijitComboButton:hover {
    color: #333;
    background-color: #E2EBF2;
}

.esriLoadingIcon {
    background-image: url(../images/loading_black.gif);
    background-repeat: no-repeat;
    display: inline-block;
    height: 16px;
    width: 16px;
    margin: 4px 0 4px 4px;
}

.esriTimeIcon {
    background-image: url(../images/timer.png);
    background-repeat: no-repeat;
    display: inline-block;
    height: 16px;
    width: 16px;
    margin: 4px 0 4px 4px;
}

.esriEditIcon {
    background-image: url(../images/edit_20x20.png);
    background-repeat: no-repeat;
    display: inline-block;
    height: 16px;
    width: 16px;
    margin: 4px 0 4px 4px;
}

.esriAddContentIcon {
    background-image: url(../images/AddContent16.png);
    background-repeat: no-repeat;
    display: inline-block;
    height: 16px;
    width: 16px;
    margin: 4px 0 4px 4px;
}

.twitterIcon {
    background-image: url(../images/twittersm.png);
    background-repeat: no-repeat;
    width: 16px;
    height: 16px;
    padding-right: 2px;
}

.emailIcon {
    background-image: url(../images/email.png);
    background-repeat: no-repeat;
    width: 16px;
    height: 16px;
    padding-right: 2px;
}

.facebookIcon {
    background-image: url(../images/facebook.png);
    background-repeat: no-repeat;
    width: 16px;
    height: 16px;
    padding-right: 2px;
}


/*style for the print link*/

.esriPrintout {
    color: #fff;
}


/*styles for the share dropdown menu items*/

.iconLink {
    text-decoration: none;
    border: 0 none;
    color: #333;
}

td.dijitMenuItemIconCell,
td.dijitMenuItemLabel {
    padding: 5px 5px !important;
    font-size: 9pt;
}

.dijitMenuItem {
    padding: 10px 10px !important;
}


/*change the default arrow used by the basemap dropdown button from black to gray*/

.claro .dijitArrowButtonInner {
    background-image: url("../images/buttonArrows.png");
    background-position: -152px 53%;
}


/*Use a white arrow for the dropdown*/

.claro .dijitArrowButtonInner {
    background-image: url("../images/buttonArrows.png");
    background-position: -53px 53% !important;
}

#layerMenu {
    background-color: #FFF !important;
    border: 1px solid #ccc !important;
}

.menuIcon {
    width: 16px;
    height: 16px;
}

.claro .dijitMenu {
    border: none;
}


/*Border for the overview map*/

.esriOverviewMap.ovwTR .ovwContainer {
    border-bottom: 2px solid #999 !important;
    border-left: 2px solid #999 !important;
    -webkit-border-bottom-left-radius: 4px !important;
    -moz-border-radius-bottomleft: 4px !important;
    border-bottom-left-radius: 4px !important;
    padding: 0 !important;
}


/*CSS Styles for the measurement widget floating panel*/

#floater,
#searchfloater,
#agsfloater,
#layerfloater,
#suglayerfloater,
#drawfloater,
#printfloater,
#twitterfeedfloater,
#viewimagesfloater,
#identifyfloater,
#demogfloater,
#shapefilefloater,
#sessionfloater {
    overflow: hidden;
    background-color: #fff;
    border: solid 1px #999;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    padding: 0px !important;
}

#suglayerfloater {
	height: 408px !important;

}

.floaterCss {
    overflow: hidden;
    background-color: #fff;
    border: solid 1px #999;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    padding: 0px !important;
}

.dojoxFloatingPaneCanvas {
    overflow: hidden!important;
}


/*slider customizations*/

.esriSimpleSliderVertical .esriSimpleSliderIncrementButton,
.esriSimpleSliderVertical .esriSimpleSliderDecrementButton {
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    box-shadow: 0 0 0.25em #BBBBBB;
}

.esriSimpleSlider {
    border: none !important;
    background-color: transparent !important;
    color: #fff !important;
    box-shadow: none !important;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
}

.esriSimpleSlider div {
    margin-top: 10px;
    margin-bottom: 10px;
}

.esriBookmarkItem {
    cursor: pointer;
}

.esriBookmarkItem:hover {
    background-color: #CEE1EC;
}

#sessionView {
    /*width: 100%;*/
    max-height: 448px;
    z-index: 1;
    overflow: hidden;
    background-color: #fff;
    border: 1px solid #ccc;
}

.customMenuPopup {
    overflow-y: auto !important;
    height: 70% !important;
}

#serviceDiv {
    margin: 4px 4px 4px 4px;
    height: 96%;
    overflow: auto;
}

.dialogTitle {
    line-height: 1.5em;
    padding: 2px 3px 2px 3px;
    font-family: "Merriweather", serif;
    font-size: 9pt;
    font-weight: bold;
    color:white;
}

.esri-search {

    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    height: 28px;
}
 .esri-search__form{
    font-family: 'Source Sans Pro', sans-serif;
} 

#searchwg-suggest-menu{
    font-family: 'Source Sans Pro', sans-serif;
}
.esri-component {
    background-color: white;
    /* padding: 4px; */
}

.esri-ui-inner-container {
    overflow: auto;
}

.esri-legend__service,
.esri-legend__layer-caption {
    padding-top: 0!important;
}

.esri-legend__service-label {
    margin-bottom: 0!important;
}

.esri-legend__layer-table {
    margin-bottom: 2px!important;
}

.dojoxRangeSliderBarContainer {
    position: relative;
}

.dijitSlider.dojoxRangeSlider .dijitSliderLeftBumper,
.dijitSlider.dojoxRangeSlider .dijitSliderBottomBumper {
    background: #FFFFFF;
}

.claro .dijitSliderDisabled.dojoxRangeSlider .dijitSliderLeftBumper,
.claro .dijitSliderDisabled.dojoxRangeSlider .dijitSliderBottomBumper {
    background: #EFEFEF;
}

.dojoxRangeSliderBarContainer {
    position: relative;
}

.dojoxRangeSlider .dijitSliderProgressBarV {
    position: relative !important;
}

.dojoxRangeSlider .dijitSliderProgressBar {
    overflow: hidden;
    cursor: pointer;
}

.dojoxRangeSlider .dijitSliderProgressBarV {
    position: absolute !important;
    border-width: 0px;
}

.dojoxRangeSlider .dijitSliderImageHandleH {
    left: -50%;
}

.dijitSlider .dojoxRangeSliderBarContainer .dijitSliderProgressBarH,
.dojoxRangeSlider .dijitSliderMoveableH {
    right: auto !important;
}

.esri-feature li {
    margin: 2px 12px;
}

.esri-basemap-gallery {
    max-width: 260px;
}

.esri-basemap-gallery__item {
    display: inline-block!important;
    width: 110px;
    margin: 5px 4px 0 4px;
    border-width: 0!important;
}

.esri-basemap-gallery__item-container {
    display: inline-block!important;
}

.esri-basemap-gallery__item-title {
    font-size: 11px;
    word-break: break-word;
    color: #6e6e6e;
    padding: 0!important;
    width: 100%;
    text-align: center;
    height: 32px!important;
    overflow: hidden;
    display: block;
}

.esri-basemap-gallery__item--selected,
.esri-basemap-gallery__item.esri-basemap-gallery__item--selected:hover,
.esri-basemap-gallery__item.esri-basemap-gallery__item--selected:focus {
    border-left-color: none!important;
    border-width: 0!important;
}

.esri-view .esri-view-surface--inset-outline:focus::after {
    outline: auto 0px Highlight!important;
    outline: auto 0px -webkit-focus-ring-color!important;
}

#forpoint input,
#forline input,
#forpoly input {
    line-height: normal;
    margin-right: 2px;
    font-size: 8pt;
}

#hlink,.alink {
    color: #0071BC;
}

</pre></body></html>