.src-components-capacityMap-styles-CapacityMap__iframe--fZt1W {
    width: 100%;
    height: 100%;
}

.src-components-capacityMap-styles-CapacityMap__muiDialogContent--hYVLk {
    width: auto !important;
    height: 80vh !important;
    position: relative;
}

.src-components-capacityMap-styles-CapacityMap__widgetError--xbqmC {
    position: relative;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    color: #757575;
}
.src-components-capacityMap-styles-DetailCapacityMap__container--V0dRf{
    height: 100%;
}

.src-components-capacityMap-styles-DetailCapacityMap__widget--VTo0l {
    position: relative;
    height: 100%;
}

.src-components-capacityMap-styles-DetailCapacityMap__iframe--Q41AM {
    height: 100%;
    width: 100%;
}

.src-components-capacityMap-styles-DetailCapacityMap__ConstraintAreaQuery--fpd8v {
    padding: 12px 15px 15px 15px;
}

.src-components-capacityMap-styles-DetailCapacityMap__disclaimer--aHorP {
    padding-top: 4px;
    text-align: right;
}

.src-components-capacityMap-styles-DetailCapacityMap__loadingIndicator--aeVk6 {
    margin: 0;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
}

.src-components-capacityMap-styles-DetailCapacityMap__panelContainer--QkGIB {
    position: relative;
    width: 100%;
    height: 100%;
    display: flex;
}

.src-components-capacityMap-styles-DetailCapacityMap__sceneDiv--HEMvx {
    flex-grow: 1;
    height: 100%;
    margin: 0;
    padding: 0;
    font-family: sans-serif;
}

.src-components-capacityMap-styles-DetailCapacityMap__sidePanel--K2qqC {
    display: flex;
    flex-direction: column;
    width: 500px;
    margin-right: 4px;
    overflow-y: auto;
    overflow-x: hidden;
}

.src-components-capacityMap-styles-DetailCapacityMap__legendPanel--_Xfet {
    flex-grow: 1;
}

h2.esri-popup__header-title {
    opacity: 1.0;
}

.esri-attribution__sources {
    cursor: auto !important
}
.src-components-deadlines-styles-Cycle__container--IF4o5 {
    padding: 15px 15px 0 15px;
}

.src-components-deadlines-styles-Cycle__containerDivider--VK4QY {
    margin-bottom: 20px !important;
}

.src-components-deadlines-styles-Cycle__cycleRow--MArSJ {
    margin-bottom: 20px;
}

.src-components-deadlines-styles-Cycle__cycleText--Krzd6 {
    margin-bottom: 5px;
    font-size: 11pt;
}

.src-components-deadlines-styles-Cycle__cycleDisplay--jpnL6 {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.src-components-deadlines-styles-Cycle__popover--rp17h {
    width: 142px;
    padding: 13px;
}

.src-components-deadlines-styles-Cycle__modalroot--XYPwx {
    /* This allows us to use MUI's popover component but ALSO
       click elsewhere on the page while a popover is open--
       allowing us to open multiple popovers at a time. */
    z-index: auto !important;
    position: absolute !important; /* was fixed, but that doesn't really work well */
}

.src-components-deadlines-styles-Cycle__modalroot--XYPwx > div {
    /* Goes with the above styles. We're basically just moving
       the 1300 z-index from modalroot to this child div  */
    z-index: 1300;
}
@media screen {
  #printSection {
    padding-bottom: 24px;
  }
}

@media print {

  body * {
    visibility: hidden;
  }

  #printSection,
  #printSection * {
    visibility: visible;
  }

  #printSection {
    position: fixed;
    left: 0;
    top: 0;
  }
}
.src-components-notices-styles-Notices__muiDialog--A42m9 {
    /* margin: 0 48px;
    width: 100% !important; */
}

.src-components-notices-styles-Notices__muiDialogTitle--AFprJ {
    position: relative;
    height: 14px;
    padding-top: 14px !important;
}

.src-components-notices-styles-Notices__muiDialogTitlePaper--SoOqG {
    position: absolute;
    width: 100%;
    left: 0;
    top: 0;
}

.src-components-notices-styles-Notices__muiDialogTabs--tzoRW {
    margin: 0 auto 0;
    width: 500px;
}

.src-components-notices-styles-Notices__dialogContent--tWV_w {
    padding-top: 4px;
    width: 100%;
}

.src-components-notices-styles-Notices__muiDialogContent--lS7HT {
    width: auto !important;
}
.src-components-weather-styles-WeatherCube__container--L2k_i {
    text-align: center;
    width: 250px;
    height: 193px;
}

.src-components-weather-styles-WeatherCube__container--L2k_i:hover {
    background-color: #E0E0E0;
    cursor: pointer;
}

.src-components-weather-styles-WeatherCube__layout--nMAg_ {
    display: flex;
    justify-content: center;
}

.src-components-weather-styles-WeatherCube__currentTemp--PGu7Z {
    font-size: 48px;
    padding: 12px 0px 0px 8px;
}

.src-components-weather-styles-WeatherCube__degTemp--LvXFG {
    font-size: 24px;
    text-align: left;
    padding: 12px 8px 0px 0px;
}

.src-components-weather-styles-WeatherCube__rangeTemp--GhQeS {
    display: flex;
}

.src-components-weather-styles-WeatherCube__highTemp--ExXUz {
    color: #424242;
    font-size: 16px;
}

.src-components-weather-styles-WeatherCube__lowTemp--l7U0H {
    color: #757575;
    font-size: 16px;
    padding: 0px 28px 0px 1px;
}

.src-components-weather-styles-WeatherCube__icon--lyai9 {
    color: #003366;
    font-size: 60px;
}

.src-components-weather-styles-WeatherCube__icon--lyai9>*,
.src-components-weather-styles-WeatherCube__umbrella--X50J4>* {
    vertical-align: top !important;
}
.src-components-weather-styles-WeatherDetailCard__card--fv_zd {
    height: 320px;
    margin: 15px;
    padding: 20px;
    display: inline-block;
    vertical-align: top;
    font-size: 6px;
}

@media (max-width: 1024px) {
    .src-components-weather-styles-WeatherDetailCard__card--fv_zd {
        height: 250px;
        font-size: 4px;
    }
}

.src-components-weather-styles-WeatherDetailCard__day--t0kvr {
    font-size: 3em;
    font-weight: bold;
}

.src-components-weather-styles-WeatherDetailCard__icon--URtRw {
    color: #003366;
    font-size: 13em;
}

.src-components-weather-styles-WeatherDetailCard__icon--URtRw svg {
    display: block;
}

.src-components-weather-styles-WeatherDetailCard__highTemp--Ev3Yi {
    font-size: 9em;
    margin-top: 10px;
    text-align: right;
}

.src-components-weather-styles-WeatherDetailCard__lowTemp--NhPOx {
    font-size: 9em;
    text-align: right;
    color: rgba(0, 0, 0, 0.4);
}

.src-components-weather-styles-WeatherDetailCard__precipitation--iOj2P {
    margin-top: 5px;
    font-size: 5em;
    text-align: right;
}

.src-components-weather-styles-WeatherDetailCard__precipitationIcon--u6dmm {
    vertical-align: top !important;
    float: left;
}

sup {
    font-size: 0.6em;
}
.src-components-weather-styles-WeatherDetailCardToday__card--FRLFT {
    height: 320px;
    margin: 15px;
    padding: 20px;
    display: inline-block;
    vertical-align: top;
    font-size: 8px;
}


@media (max-width: 1024px) {
    .src-components-weather-styles-WeatherDetailCardToday__card--FRLFT {
        height: 250px;
        font-size: 6px;
    }
}


.src-components-weather-styles-WeatherDetailCardToday__day--utJ51 {
    font-size: 2.3em;
    font-weight: bold;
}

.src-components-weather-styles-WeatherDetailCardToday__icon--RM2u9 {
    font-size: 14.3em;
    color: #003366;
    display: inline-block;
    vertical-align: middle;
}

.src-components-weather-styles-WeatherDetailCardToday__icon--RM2u9 svg {
    display: block;
}

.src-components-weather-styles-WeatherDetailCardToday__currentTemp--VaNVB {
    font-size: 12em;
    text-align: center;
}

.src-components-weather-styles-WeatherDetailCardToday__highLowTemp--MEhox {
    font-size: 4em;
    text-align: center;
}

.src-components-weather-styles-WeatherDetailCardToday__lowTemp--qQXSY {
    color: rgba(0, 0, 0, 0.4);
}

.src-components-weather-styles-WeatherDetailCardToday__precipitationWrapper--Bcpz8 {
    display: inline-block;
    vertical-align: middle;
}

.src-components-weather-styles-WeatherDetailCardToday__precipitation--vui62 {
    font-size: 2.5em;
    display: inline-block;
    text-align: center;
}

.src-components-weather-styles-WeatherDetailCardToday__umbrella--KIpJw {
    font-size: 2.5em;
    text-align: center;
}

.src-components-weather-styles-WeatherDetailCardToday__precipitationIcon--tyCLx {
    vertical-align: top !important;
}

sup {
    font-size: 0.6em;
    font-weight: bold;
}
.src-components-weather-styles-Weather__container--IuTEM {
    display:flex;
    flex-wrap: wrap;
}

.src-components-weather-styles-Weather__lastUpdate--wjeP5, .src-components-weather-styles-Weather__accuWeather--blxng {
    color: #757575;
    font-size: 12px;
}

.src-components-weather-styles-Weather__accuWeather--blxng {
    float:right;
    text-decoration: none;
}

.src-components-weather-styles-Weather__lastUpdate--wjeP5 {
    float: left;
}

.src-components-weather-styles-Weather__widgetError--resDF {
    position: relative;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    color: #757575;
}
.src-components-App__app--kqBHq * {
    box-sizing: border-box;
}

::-ms-clear,
::-ms-reveal {
    display: none;
}
