@font-face {
    font-family:"weathericons";
    src: url("https://cdnjs.cloudflare.com/ajax/libs/weather-icons/2.0.9/font/weathericons-regular-webfont.ttf")
}
.heater_container i.wi {
    font-family: 'weathericons';
}
@media only screen and (min-width: 728px) {
    .weather-current-conditions {
        display: flex;
        justify-content: space-between;
        gap: 1rem;
    }
    .weather-cams__container {
        display: flex;
        gap: 1rem;
    }
}
.weather-current-conditions > * {
    width: 100%;
}
.weather-cams {
    margin: 2rem 0;
}
.weather-report h2 {
    text-align: left;
    font-size: 2.2rem;
}
.weather-cam h3 {
    font-size: 1.8rem;
}
#wxHourly, #wxCurrent, #wx5Day {
    margin: 0 auto;
    text-align: center;
}
#wxHourly p, #wxCurrent p {
    font-size: 1.25rem;
    margin: 5px 5px 5px 0;
    text-align: left;
}
#wxHourly table  {
    border: 0;
    border-collapse: collapse;
    padding: 0;
    width: 100%;
}
#wxHourly tr {
    border: 0;
    margin: 0;
    padding: 0;
}
#wxHourly th {
    background-color: #EDEDED;
    border-bottom: 1px solid #666;
    color: #000;
    font-size: 1rem;
    font-weight: 400;
    letter-spacing: .05vw;
    margin: 0;
    padding: 1vw;
    text-transform: uppercase;
    text-align: left;
    text-shadow: 1px 1px #FFFFFF;
}
#wxHourly td {
    border-bottom: 1px solid #666;
    color: #666;
    font-size: .9rem;
    font-weight: 400;
    height: 30px;
    margin: 0;
    padding: 1vw;
    text-align: left;
    white-space: nowrap;
}
#wxHourly td .wi {
    font-size: 110%;
    margin-right: 5px;
}
.wxCurrent .wxCurrentIcon .wi {
    font-size: 150%;
}
.wi-partly-cloudy-night:before {
    content: "\f031";
}
.wi-clear-day:before {
    content: "\f00d";
}
.wi-partly-cloudy-day:before {
    content: "\f013";
}
.wi-clear-night:before {
    content: "\f02e";
}
.wi-wind:before {
    content: "\f050";
}
#wx5Day .five-day-container {
    border: 1px solid #ddd;
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 20px;
    padding: 0;
    width: 100%;
}
#wx5Day .five-day-item {
    border-right: 1px solid #ddd;
    box-sizing: border-box;
    color: #666;
    font-size: 1.15rem;
    font-weight: 400;
    margin: 0;
    padding: 2vw 2vw 0;
    text-align:center;
    vertical-align: top;
    width: 20%;
}
#wx5Day .five-day-item p {
    margin-bottom: 0;
}
#wx5Day .five-day-item:last-of-type {
    border-right: none;
}
@media only screen and (max-width: 500px) {
    #wx5Day .five-day-item {
        border-right: none;
        border-bottom: 1px solid #ddd;
        display: block;
        padding: 25px 2vw 0;
        width: 100%;
    }
    #wx5Day .five-day-item:last-of-type {
        border-bottom: none;
    }
}
#wx5Day .wi {
    font-size: 200%;
    line-height: 1.5;
    margin: 10px 0 10px 0;
    display: block;
}
#wx5Day .dailySummary {
    display: block;
    line-height: 1.25;
    margin: 10px 0;
    padding-bottom: 0;
}
.wxDay {
    text-transform: uppercase;
}
p.wx  {
    color: #333;
    font-weight: 400;
    font-size: 1.25rem;
    margin:0;
    padding:0;
    text-align: left;
}
.wxUpdateTime {
    color: #767676;
    font-size: 1rem;
    font-family: "Open Sans", "Helvetica Neue", Helvetica, sans-serif;
    font-weight: normal;
}
.wxCurrent {
    text-align: center;
}
.wxCurrentIcon {
    font-size: 5rem;
    margin: 1.5vw;
}
.wxCurrentTemp {
    font-size: 8rem;
}
.wxCurrentSummary {
    font-size: 2rem;
    line-height: 1;
    text-align: center;
    margin-top: 40px;
}
.wxDailySummary {
    font-size: 1.5rem;
    text-transform: none;
}
.wxToday .today-container {
    display: flex;
    flex-wrap: wrap;
    text-transform: uppercase;
    width: 100%;
}
.wxToday .today-item {
    font-size: .95rem;
    padding: 20px 0;
    text-align: center;
    width: 50%;
}
.wxTodayStat {
    font-size: 2.8rem;
    text-align: center;
}
.dailySummary {
    font-size: 1rem;
    text-align: center;
}
.wxAlert {
    border: 2px solid #8c6c2a;
    padding: 0;
    font-size: .75rem;
    line-height: 1.5;
    margin-bottom: 20px;
}
@media only screen and (max-width: 500px) {
    .wxCurrentIcon {
        font-size: 3rem;
    }
    .wxCurrentTemp {
        font-size: 6rem;
    }
    .wxTodayStat {
        font-size: 2rem;
    }
    #wx5Day .five-day-item {
        font-size: .8rem;
    }
    .dailySummary {
        font-size: .8rem;
    }
    #wxHourly th {
        font-size: .65rem;
        text-transform: initial;
    }
    #wxHourly td {
        font-size: .6rem;
    }
}
.wxAlert .accordion {
    margin-bottom: 0 !important;
}
#panel1a {
    font-size: .8rem;
}
#wx5day .high {
    color: #8c6c2a !important;
}
.high {
    color: #8c6c2a !important;
}
