body,
p {
    font-size: .875rem;
    color: #1e2023
}

a:hover,
a:link,
a:visited {
    color: #006f9e
}

a:hover:not(.button) {
    text-decoration: underline
}

a:active {
    color: #006f9e
}

a.button {
    color: #fff
}

a.hook {
    text-decoration: underline
}

a:focus,
button:focus {
    outline: 0
}

input[type=date],
input[type=datetime-local],
input[type=datetime],
input[type=email],
input[type=month],
input[type=number],
input[type=password],
input[type=search],
input[type=tel],
input[type=text],
input[type=time],
input[type=url],
input[type=week],
textarea {
    border-radius: 3px;
    -webkit-appearance: none;
    height: 34px;
    margin: 0;
    background: #f7f7f7
}

input[type=date]:focus,
input[type=datetime-local]:focus,
input[type=datetime]:focus,
input[type=email]:focus,
input[type=month]:focus,
input[type=number]:focus,
input[type=password]:focus,
input[type=search]:focus,
input[type=tel]:focus,
input[type=text]:focus,
input[type=time]:focus,
input[type=url]:focus,
input[type=week]:focus,
textarea:focus {
    background: #f7f7f7
}

.data-module {
    background-color: #f7f7f7;
    margin-bottom: 20px
}

.data-module .module-header,
.data-module h2,
.data-module h4 {
    position: relative;
    margin: 0;
    height: 37px;
    line-height: 37px;
    color: #4c4c4c;
    background-color: #e7e7e7;
    font-size: .9375rem;
    font-weight: 400;
    text-transform: uppercase;
    overflow: hidden;
    padding: 0 60px 0 15px
}

@media screen and (min-width:40em) {

    .data-module .module-header,
    .data-module h2,
    .data-module h4 {
        padding: 0 60px 0 20px
    }
}

.data-module .more-link {
    display: inline-block;
    position: absolute;
    top: 0;
    font-size: 23px;
    right: 15px
}

@media screen and (min-width:40em) {
    .data-module .more-link {
        right: 20px
    }
}

.data-module .more-data {
    border-radius: 3px;
    padding: 15px;
    color: #1e2023;
    background-color: #fff
}

.data-module .content {
    color: #696969;
    padding: 15px
}

@media screen and (min-width:40em) {
    .data-module .content {
        padding: 20px
    }
}

.data-module .content .data-title {
    border-bottom: 1px solid #696969;
    color: #8a8a8a;
    font-size: .75rem;
    font-weight: 700;
    margin-bottom: .5rem;
    padding-bottom: .5rem;
    text-transform: uppercase
}

.data-module .content .data-point,
.data-module .content .ws-value,
.data-module .content .wx-value {
    color: #1e2023;
    font-weight: 700
}

.data-module .content a .data-point,
.data-module .content a .ws-value,
.data-module .content a .wx-value {
    color: #006f9e
}

.data-module .footer {
    text-transform: none;
    text-align: right;
    padding-right: 30px
}

.data-module .label-tiny {
    color: #696969;
    text-transform: uppercase;
    font-size: .625rem
}

.data-module .label-small {
    color: #696969;
    text-transform: uppercase;
    font-size: .75rem
}

.data-module .label-medium {
    color: #1e2023;
    text-transform: uppercase;
    font-size: .9375rem
}

.data-module .label-large {
    color: #1e2023;
    text-transform: uppercase;
    font-size: 1.125rem
}

.data-module .label-xlarge {
    color: #1e2023;
    text-transform: uppercase;
    font-size: 1.5rem
}

.data-module .label-xxlarge {
    color: #1e2023;
    text-transform: uppercase;
    font-size: 2.25rem
}

.tab-nav {
    padding: 0;
    list-style: none;
    overflow: hidden;
    font-size: .75rem;
    margin: 0 auto 20px 0
}

.tab-nav>li {
    list-style: none;
    margin-left: 1rem
}

.tab-nav>li,
.tab-nav>li>* {
    float: left;
    display: block
}

.tab-nav li {
    position: relative;
    margin: 0 1px 0 0;
    font-weight: 700
}

.tab-nav li:before {
    content: "";
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
    height: 9px;
    border: 1px solid #d7d7d7
}

.tab-nav li:after {
    background-color: #fff
}

.tab-nav li a {
    display: inline-block;
    color: #333 !important;
    padding: 0 20px 10px
}

.tab-nav li a:hover {
    text-decoration: none
}

.tab-nav .active:after,
.tab-nav .ui-state-active:after {
    background-color: #15aadc;
    content: "";
    position: absolute;
    bottom: 2px;
    right: 2px;
    left: 2px;
    height: 5px
}

.tab-over {
    margin-bottom: 0 !important
}

.tab-over li:after {
    content: none
}

.tab-over li:before {
    margin: 0 15px;
    border: 0
}

.tab-over li a {
    padding: 10px 25px 7px;
    text-transform: uppercase;
    color: #a3a3a3 !important;
    font-weight: 400
}

.tab-over .active a,
.tab-over .ui-state-active a {
    font-weight: 700;
    color: #1e2023 !important
}

.tab-over .active:before,
.tab-over .ui-state-active:before {
    height: 4px;
    bottom: 0;
    background-color: #15aadc
}

.tab-over .active:after,
.tab-over .ui-state-active:after {
    content: none
}

body .button:focus {
    background-color: #19aadb
}

body .button i {
    font-style: normal
}

body .button i.with-text:before {
    margin-right: .5rem
}

body .button.hollow,
body .button.hollow:hover {
    color: #006f9e;
    background-color: #fff;
    border: solid #006f9e;
    border-width: 1px 1px 3px
}

body .button.wide {
    padding: .6em 3em
}

body .button.bold {
    font-weight: 700
}

body .button-dark {
    background-color: #696969
}

body .button-dark:focus,
body .button-dark:hover {
    background-color: #4c4c4c
}

body .button-dark:not(.hollow) {
    border-top: 3px solid transparent;
    border-bottom: 3px solid #4c4c4c
}

body .button-dark:not(.hollow).selected,
body .button-dark:not(.hollow).stop {
    border-top: 3px solid #4c4c4c;
    border-bottom: 3px solid transparent
}

body .button-dark:not(.hollow).selected:hover,
body .button-dark:not(.hollow).stop:hover {
    cursor: default
}

.button-group {
    border-radius: 3px;
    background-color: #15aadc;
    display: inline-block;
    padding: 5px;
    white-space: nowrap
}

.button-group .button {
    border-radius: 0;
    border-top: 3px solid #fff;
    border-bottom: 3px solid #d7d7d7;
    background-color: #fff;
    color: #006f9e;
    margin: 0 1px
}

.button-group .button:first-child {
    -webkit-border-bottom-left-radius: 3px;
    -webkit-border-top-left-radius: 3px;
    border-bottom-left-radius: 3px;
    border-top-left-radius: 3px;
    margin: 0
}

.button-group .button:last-child {
    -webkit-border-bottom-right-radius: 3px;
    -webkit-border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
    border-top-right-radius: 3px;
    margin: 0
}

.button-group .button.active,
.button-group .button.selected {
    border-top: 3px solid #bdbdbd;
    border-bottom: 3px solid #e7e7e7;
    background-color: #e7e7e7;
    color: #fff;
    font-weight: 700
}

.button-group-dark {
    background-color: #333;
    padding: 0
}

.button-group-dark .button {
    background-color: #333;
    border-bottom: 3px solid #4c4c4c;
    color: #b9b7b7;
    border-top: 0;
    font-weight: 400
}

.button-group-dark .button:focus,
.button-group-dark .button:hover {
    background-color: #476153
}

.button-group-dark .button.active,
.button-group-dark .button.selected {
    border-top: 3px solid #1e2023;
    border-bottom: 0;
    background-color: #333;
    color: #fff;
    font-weight: 400;
    border-bottom: 2px solid #ffec53
}

.button-group-dark .button.active:focus,
.button-group-dark .button.active:hover,
.button-group-dark .button.selected:focus,
.button-group-dark .button.selected:hover {
    background-color: #333
}

select {
    font-size: .9375rem;
    font-weight: 700;
    border: 1px solid #15aadc
}

html {
    height: auto !important;
    min-height: 100%;
    position: relative
}

body,
html {
    overflow-x: hidden
}

.inner-content {
    box-sizing: border-box;
    margin: 0 auto;
    z-index: 2
}

.ws-content-top {
    background-color: #f7f7f7;
    padding-top: 15px;
    border-top: 1px solid #d7d7d7;
    border-bottom: 2px solid #d7d7d7;
    margin-bottom: 20px
}

.global-header {
    position: relative;
    display: block;
    width: 100%;
    max-width: 70rem;
    margin: 0 auto;
    height: 50px;
    background-color: #1e2023
}

.global-header .logo {
    position: absolute;
    top: 0;
    display: block;
    height: 50px;
    background-image: url(https://www.forecast.ac/logo.svg);
    background-position: 1px 14px;
    background-repeat: no-repeat;
    font-size: 0;
    color: #fff;
    left: 10px;
    width: 98px
}

@media screen and (max-width:40em) {
    .global-header .logo {
        left: 3px;
        background-position: -150px 14px !important;
    }
}

@media screen and (min-width:35em) {
    .global-header .logo {
        width: 142px
    }
}

.ws-form-contain {
    height: 50px;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 4;
    left: 100px
}

@media screen and (min-width:40em) {
    .ws-form-contain {
        left: 70px;
        right: 40px
    }
}

@media screen and (min-width:64em) {
    .ws-form-contain {
        left: 200px
    }
}

.ws-form {
    position: relative;
    width: 100%;
    height: 50px;
    float: right
}

@media screen and (min-width:40em) {
    .ws-form {
        max-width: 350px
    }
}

.ws-search-contain {
    height: 50px;
    position: absolute;
    top: 0;
    right: 98px;
    width: 65%
}

@media screen and (min-width:40em) {
    .ws-search-contain {
        right: 100px;
        width: 100%
    }
}

.ws-search-contain .ws-search {
    margin-top: 8px;
    display: block;
    width: 100%;
    font-size: 16px;
    vertical-align: middle;
    -moz-box-sizing: border-box;
    color: #006f9e;
    background: #e7e7e7;
    border: 2px solid #19aadb;
    padding: 8px 36px 4px 6px;
    box-shadow: none
}

.ws-search-contain .ws-search:focus {
    color: #333;
    background: #f7f7f7
}

.ws-search-contain .ws-search:focus::-webkit-input-placeholder {
    color: #d7d7d7
}

.ws-search-contain .ws-search:focus:-moz-placeholder,
.ws-search-contain .ws-search:focus::-moz-placeholder {
    color: #d7d7d7;
    opacity: 1
}

.ws-search-contain .ws-search:focus:-ms-input-placeholder {
    color: #d7d7d7
}

.ws-search-contain .ws-search::-webkit-input-placeholder {
    color: #006f9e
}

.ws-search-contain .ws-search:-moz-placeholder,
.ws-search-contain .ws-search::-moz-placeholder {
    color: #006f9e;
    opacity: 1
}

.ws-search-contain .ws-search:-ms-input-placeholder {
    color: #006f9e
}

.geolocation {
    position: absolute;
    right: 0;
    top: 8px;
    padding-left: 7px;
    display: block;
    cursor: pointer;
    height: 34px
}

.geolocation i {
    font-size: 20px;
    border-left: 1px solid #a3a3a3;
    color: #006f9e;
    line-height: 22px;
    position: relative;
    top: 6px;
    right: 8px;
    padding-left: 7px
}

footer.primary {
    background-color: #1e2023;
    text-align: center;
    padding: 30px 0
}

footer.primary ul li {
    line-height: 32px
}

footer.primary ul a {
    color: #19aadb;
    font-size: .75rem;
    display: inline-block;
    min-height: 15px
}

footer.primary .ibm-cloud {
    font-size: 1.125rem;
    display: block;
    color: #fff;
    text-align: center
}

footer.primary .wix-logo {
    padding: 44px 0 0 0;
    width: 135px;
    height: 10px;
    background-image: url(https://www.forecast.ac/logo.svg)
}

footer.primary .copyright-wrap {
    height: 70px
}

footer.primary .copyright {
    height: 34px;
    line-height: 47px;
    color: #fff;
    font-size: .75rem;
    display: inline-block
}

/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
html {
    font-family: sans-serif;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
    display: block
}

audio,
canvas,
progress,
video {
    display: inline-block;
    vertical-align: baseline
}

audio:not([controls]) {
    display: none;
    height: 0
}

[hidden],
template {
    display: none
}

a:active,
a:hover {
    outline: 0
}

abbr[title] {
    border-bottom: 1px dotted
}

dfn {
    font-style: italic
}

h1 {
    font-size: 2em;
    margin: .67em 0
}

mark {
    background: #ff0;
    color: #000
}

small {
    font-size: 80%
}

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline
}

sup {
    top: -.5em
}

sub {
    bottom: -.25em
}

img {
    border: 0
}

svg:not(:root) {
    overflow: hidden
}

figure {
    margin: 1em 40px
}

hr {
    box-sizing: content-box
}

pre {
    overflow: auto
}

code,
kbd,
pre,
samp {
    font-family: monospace, monospace;
    font-size: 1em
}

button,
input,
optgroup,
select,
textarea {
    color: inherit;
    font: inherit;
    margin: 0
}

button {
    overflow: visible
}

button,
select {
    text-transform: none
}

button,
html input[type=button],
input[type=reset],
input[type=submit] {
    -webkit-appearance: button;
    cursor: pointer
}

button[disabled],
html input[disabled] {
    cursor: default
}

button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0
}

input {
    line-height: normal
}

input[type=checkbox],
input[type=radio] {
    box-sizing: border-box;
    padding: 0
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    height: auto
}

input[type=search] {
    -webkit-appearance: textfield;
    box-sizing: content-box
}

input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
    -webkit-appearance: none
}

legend {
    border: 0;
    padding: 0
}

textarea {
    overflow: auto
}

optgroup {
    font-weight: 700
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

td,
th {
    padding: 0
}

html {
    font-size: 100%
}

*,
:after,
:before,
html {
    box-sizing: border-box
}

body {
    padding: 0;
    margin: 0;
    font-family: sans-serif;
    font-weight: 400;
    line-height: 1.5;
    color: #1e2023;
    background: #fff
}

img {
    max-width: 100%;
    height: auto;
    -ms-interpolation-mode: bicubic;
    display: inline-block;
    vertical-align: middle
}

textarea {
    height: auto;
    min-height: 50px;
    border-radius: 3px
}

select {
    width: 100%
}

button {
    -webkit-appearance: none;
    -moz-appearance: none;
    background: 0 0;
    padding: 0;
    border: 0;
    border-radius: 3px;
    line-height: 1
}

.row {
    max-width: 70rem;
    margin-left: auto;
    margin-right: auto
}

.row:after,
.row:before {
    content: " ";
    display: table;
    flex-basis: 0;
    -webkit-box-ordinal-group: 2;
    order: 1
}

.row:after {
    clear: both
}

.row.collapse>.columns {
    padding-left: 0;
    padding-right: 0
}

.row .row {
    margin-left: -.3125rem;
    margin-right: -.3125rem
}

@media screen and (min-width:40em) {
    .row .row {
        margin-left: -.625rem;
        margin-right: -.625rem
    }
}

.row .row.collapse {
    margin-left: 0;
    margin-right: 0
}

.row.expanded {
    max-width: none
}

.row.expanded .row {
    margin-left: auto;
    margin-right: auto
}

.columns {
    width: 100%;
    float: left;
    padding-left: .3125rem;
    padding-right: .3125rem
}

@media screen and (min-width:40em) {
    .columns {
        padding-left: .625rem;
        padding-right: .625rem
    }
}

.columns:last-child:not(:first-child) {
    float: right
}

.end.columns:last-child:last-child {
    float: left
}

.row.row.columns {
    float: none
}

.row .row.row.columns {
    padding-left: 0;
    padding-right: 0;
    margin-left: 0;
    margin-right: 0
}

.small-1 {
    width: 8.33333333%
}

.small-2 {
    width: 16.66666667%
}

.small-3 {
    width: 25%
}

.small-4 {
    width: 33.33333333%
}

.small-5 {
    width: 41.66666667%
}

.small-6 {
    width: 50%
}

.small-7 {
    width: 58.33333333%
}

.small-8 {
    width: 66.66666667%
}

.small-9 {
    width: 75%
}

.small-10 {
    width: 83.33333333%
}

.small-11 {
    width: 91.66666667%
}

.small-12 {
    width: 100%
}

.small-centered {
    float: none;
    margin-left: auto;
    margin-right: auto
}

.small-uncentered {
    position: static;
    margin-left: 0;
    margin-right: 0;
    float: left
}

@media screen and (min-width:40em) {
    .medium-1 {
        width: 8.33333333%
    }

    .medium-2 {
        width: 16.66666667%
    }

    .medium-3 {
        width: 25%
    }

    .medium-4 {
        width: 50%
    }

    .medium-5 {
        width: 41.66666667%
    }

    .medium-6 {
        width: 50%
    }

    .medium-7 {
        width: 58.33333333%
    }

    .medium-8 {
        width: 66.66666667%
    }

    .medium-9 {
        width: 72%
    }

    .medium-10 {
        width: 83.33333333%
    }

    .medium-11 {
        width: 91.66666667%
    }

    .medium-12 {
        width: 100%
    }

    .medium-centered {
        float: none;
        margin-left: auto;
        margin-right: auto
    }

    .medium-uncentered {
        position: static;
        margin-left: 0;
        margin-right: 0;
        float: left
    }
}

@media screen and (min-width:64em) {
    .large-1 {
        width: 8.33333333%
    }

    .large-2 {
        width: 16.66666667%
    }

    .large-3 {
        width: 25%
    }

    .large-4 {
        width: 33.33333333%
    }

    .large-5 {
        width: 41.66666667%
    }

    .large-6 {
        width: 50%
    }

    .large-7 {
        width: 58.33333333%
    }

    .large-8 {
        width: 66.66666667%
    }

    .large-9 {
        width: 75%
    }

    .large-10 {
        width: 83.33333333%
    }

    .large-11 {
        width: 91.66666667%
    }

    .large-12 {
        width: 100%
    }

    .large-centered {
        float: none;
        margin-left: auto;
        margin-right: auto
    }

    .large-uncentered {
        position: static;
        margin-left: 0;
        margin-right: 0;
        float: left
    }
}

blockquote,
dd,
div,
dl,
dt,
form,
h1,
h2,
h3,
h4,
h5,
h6,
li,
ol,
p,
pre,
td,
th,
ul {
    margin: 0;
    padding: 0
}

p {
    font-size: inherit;
    line-height: 1.6;
    margin-bottom: 1rem;
    text-rendering: optimizeLegibility
}

em,
i {
    font-style: italic
}

b,
em,
i,
strong {
    line-height: inherit
}

b,
strong {
    font-weight: 700
}

small {
    font-size: .75rem;
    line-height: inherit
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: sans-serif;
    font-weight: 400;
    font-style: normal;
    color: inherit;
    text-rendering: optimizeLegibility;
    margin-top: 0;
    margin-bottom: .5rem;
    line-height: 1.4
}

h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small {
    color: #a3a3a3;
    line-height: 0
}

h1 {
    font-size: 1.5rem
}

h2 {
    font-size: 1.25rem
}

h3,
h4 {
    font-size: 1.125rem
}

h5 {
    font-size: 1.0625rem
}

h6 {
    font-size: 1rem
}

@media screen and (min-width:40em) {
    h1 {
        font-size: 1.875rem
    }

    h2 {
        font-size: 1.5rem
    }

    h3 {
        font-size: 1.125rem
    }

    h4 {
        font-size: 1rem
    }

    h5,
    h6 {
        font-size: .9375rem
    }
}

a {
    text-decoration: none;
    line-height: inherit;
    cursor: pointer
}

a,
a:focus,
a:hover {
    color: #006f9e
}

a img,
hr {
    border: 0
}

hr {
    max-width: 80rem;
    height: 0;
    border-bottom: 1px solid #a3a3a3;
    margin: 1.25rem auto;
    clear: both
}

dl,
ol,
ul {
    line-height: 1.6;
    margin-bottom: 1rem;
    list-style-position: outside
}

li {
    font-size: inherit
}

ul {
    list-style-type: disc
}

ol,
ul {
    margin-left: 1.25rem
}

ol ol,
ol ul,
ul ol,
ul ul {
    margin-left: 1.25rem;
    margin-bottom: 0
}

dl {
    margin-bottom: 1rem
}

dl dt {
    margin-bottom: .3rem;
    font-weight: 700
}

blockquote {
    margin: 0 0 1rem;
    padding: .5625rem 1.25rem 0 1.1875rem;
    border-left: 1px solid #a3a3a3
}

blockquote,
blockquote p {
    line-height: 1.6;
    color: #4c4c4c
}

cite {
    display: block;
    font-size: .8125rem;
    color: #4c4c4c
}

cite:before {
    content: "\2014 \0020"
}

abbr {
    color: #1e2023;
    border-bottom: 1px dotted #1e2023
}

code {
    font-weight: 400;
    border: 1px solid #a3a3a3;
    padding: .125rem .3125rem .0625rem
}

code,
kbd {
    font-family: Consolas, Liberation Mono, Courier, monospace;
    color: #1e2023;
    background-color: #e7e7e7
}

kbd {
    padding: .125rem .25rem 0;
    margin: 0;
    border-radius: 3px
}

.subheader {
    margin-top: .2rem;
    margin-bottom: .5rem;
    font-weight: 400;
    line-height: 1.4;
    color: #4c4c4c
}

.lead {
    font-size: 125%;
    line-height: 1.6
}

.stat {
    font-size: 2.5rem;
    line-height: 1
}

p+.stat {
    margin-top: -1rem
}

.no-bullet {
    margin-left: 0;
    list-style: none
}

.text-left {
    text-align: left
}

.text-right {
    text-align: right
}

.text-center {
    text-align: center
}

.text-justify {
    text-align: justify
}

@media screen and (min-width:40em) {
    .medium-text-left {
        text-align: left
    }

    .medium-text-right {
        text-align: right
    }

    .medium-text-center {
        text-align: center
    }

    .medium-text-justify {
        text-align: justify
    }
}

@media screen and (min-width:64em) {
    .large-text-left {
        text-align: left
    }

    .large-text-right {
        text-align: right
    }

    .large-text-center {
        text-align: center
    }

    .large-text-justify {
        text-align: justify
    }
}

.show-for-print {
    display: none !important
}

@media print {
    * {
        background: 0 0 !important;
        color: #000 !important;
        box-shadow: none !important;
        text-shadow: none !important
    }

    .show-for-print {
        display: block !important
    }

    .hide-for-print {
        display: none !important
    }

    table.show-for-print {
        display: table !important
    }

    thead.show-for-print {
        display: table-header-group !important
    }

    tbody.show-for-print {
        display: table-row-group !important
    }

    tr.show-for-print {
        display: table-row !important
    }

    td.show-for-print,
    th.show-for-print {
        display: table-cell !important
    }

    a,
    a:visited {
        text-decoration: underline
    }

    a[href]:after {
        content: " (" attr(href) ")"
    }

    .ir a:after,
    a[href^="#"]:after,
    a[href^="javascript:"]:after {
        content: ""
    }

    abbr[title]:after {
        content: " (" attr(title) ")"
    }

    blockquote,
    pre {
        border: 1px solid #4c4c4c;
        page-break-inside: avoid
    }

    thead {
        display: table-header-group
    }

    img,
    tr {
        page-break-inside: avoid
    }

    img {
        max-width: 100% !important
    }

    @page {
        margin: .5cm
    }

    h2,
    h3,
    p {
        orphans: 3;
        widows: 3
    }

    h2,
    h3 {
        page-break-after: avoid
    }
}

.button {
    display: inline-block;
    text-align: center;
    line-height: 1;
    cursor: pointer;
    -webkit-appearance: none;
    -webkit-transition: background-color .25s ease-out, color .25s ease-out;
    transition: background-color .25s ease-out, color .25s ease-out;
    vertical-align: middle;
    border-radius: 3px;
    padding: .3em 1em;
    margin: 0 0 1rem;
    font-size: .9375rem;
    background-color: #19aadb;
    color: #fff
}

[data-whatinput=mouse] .button {
    outline: 0
}

.button:focus,
.button:hover {
    background-color: #1591ba;
    color: #fff
}

.button.tiny {
    font-size: .625rem
}

.button.small {
    font-size: .75rem
}

.button.large {
    font-size: 1.25rem
}

.button.expanded {
    display: block;
    width: 100%;
    margin-left: 0;
    margin-right: 0
}

.button.primary {
    background-color: #19aadb;
    color: #fff
}

.button.primary:focus,
.button.primary:hover {
    background-color: #1488af;
    color: #fff
}

.button.secondary {
    background-color: #8a8a8a;
    color: #fff
}

.button.secondary:focus,
.button.secondary:hover {
    background-color: #6e6e6e;
    color: #fff
}

.button.success {
    background-color: #5b9f49;
    color: #fff
}

.button.success:focus,
.button.success:hover {
    background-color: #497f3a;
    color: #fff
}

.button.warning {
    background-color: #f83;
    color: #fff
}

.button.warning:focus,
.button.warning:hover {
    background-color: #f56600;
    color: #fff
}

.button.alert {
    background-color: #d5202a;
    color: #fff
}

.button.alert:focus,
.button.alert:hover {
    background-color: #aa1a22;
    color: #fff
}

.button.hollow {
    border: 1px solid #19aadb;
    color: #19aadb
}

.button.hollow:focus,
.button.hollow:hover {
    border-color: #0d556e;
    color: #0d556e
}

.button.hollow.primary {
    border: 1px solid #19aadb;
    color: #19aadb
}

.button.hollow.primary:focus,
.button.hollow.primary:hover {
    border-color: #0d556e;
    color: #0d556e
}

.button.hollow.secondary {
    border: 1px solid #8a8a8a;
    color: #8a8a8a
}

.button.hollow.secondary:focus,
.button.hollow.secondary:hover {
    border-color: #454545;
    color: #454545
}

.button.hollow.success {
    border: 1px solid #5b9f49;
    color: #5b9f49
}

.button.hollow.success:focus,
.button.hollow.success:hover {
    border-color: #2e5025;
    color: #2e5025
}

.button.hollow.warning {
    border: 1px solid #f83;
    color: #f83
}

.button.hollow.warning:focus,
.button.hollow.warning:hover {
    border-color: #994000;
    color: #994000
}

.button.hollow.alert {
    border: 1px solid #d5202a;
    color: #d5202a
}

.button.hollow.alert:focus,
.button.hollow.alert:hover {
    border-color: #6b1015;
    color: #6b1015
}

.button.disabled,
.button[disabled] {
    cursor: not-allowed;
    pointer-events: none
}

.button.dropdown:after {
    content: "";
    display: block;
    width: 0;
    height: 0;
    border-color: #fff transparent transparent;
    border-style: solid inset inset;
    border-width: .4em .4em 0;
    position: relative;
    top: .4em;
    float: right;
    margin-left: 1em;
    display: inline-block
}

.button.arrow-only:after {
    margin-left: 0;
    float: none;
    top: -.1em
}

[type=color],
[type=date],
[type=datetime-local],
[type=datetime],
[type=email],
[type=month],
[type=number],
[type=password],
[type=search],
[type=tel],
[type=text],
[type=time],
[type=url],
[type=week],
textarea {
    display: block;
    box-sizing: border-box;
    width: 100%;
    height: 2.4375rem;
    padding: .5rem;
    border: 1px solid #a3a3a3;
    margin: 0 0 1rem;
    font-family: inherit;
    font-size: 1rem;
    color: #1e2023;
    background-color: #fff;
    box-shadow: inset 0 1px 2px rgba(30, 32, 35, .1);
    border-radius: 3px;
    -webkit-transition: box-shadow .5s, border-color .25s ease-in-out;
    transition: box-shadow .5s, border-color .25s ease-in-out;
    -webkit-appearance: none;
    -moz-appearance: none
}

[type=color]:focus,
[type=date]:focus,
[type=datetime-local]:focus,
[type=datetime]:focus,
[type=email]:focus,
[type=month]:focus,
[type=number]:focus,
[type=password]:focus,
[type=search]:focus,
[type=tel]:focus,
[type=text]:focus,
[type=time]:focus,
[type=url]:focus,
[type=week]:focus,
textarea:focus {
    border: 1px solid #4c4c4c;
    background-color: #fff;
    outline: 0;
    box-shadow: 0 0 5px #a3a3a3;
    -webkit-transition: box-shadow .5s, border-color .25s ease-in-out;
    transition: box-shadow .5s, border-color .25s ease-in-out
}

textarea {
    max-width: 100%
}

textarea[rows] {
    height: auto
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
    color: #a3a3a3
}

input::-moz-placeholder,
textarea::-moz-placeholder {
    color: #a3a3a3
}

input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
    color: #a3a3a3
}

input::-ms-input-placeholder,
textarea::-ms-input-placeholder {
    color: #a3a3a3
}

input::placeholder,
textarea::placeholder {
    color: #a3a3a3
}

input:disabled,
input[readonly],
textarea:disabled,
textarea[readonly] {
    background-color: #e7e7e7;
    cursor: default
}

[type=button],
[type=submit] {
    border-radius: 3px;
    -webkit-appearance: none;
    -moz-appearance: none
}

input[type=search] {
    box-sizing: border-box
}

[type=checkbox],
[type=file],
[type=radio] {
    margin: 0 0 1rem
}

[type=checkbox]+label,
[type=radio]+label {
    display: inline-block;
    margin-left: .5rem;
    margin-right: 1rem;
    margin-bottom: 0;
    vertical-align: baseline
}

label>[type=checkbox],
label>[type=radio] {
    margin-right: .5rem
}

[type=file] {
    width: 100%
}

label {
    display: block;
    margin: 0;
    font-size: .875rem;
    font-weight: 400;
    line-height: 1.8;
    color: #1e2023
}

label.middle {
    margin: 0 0 1rem;
    padding: .5625rem 0
}

.help-text {
    margin-top: -.5rem;
    font-size: .8125rem;
    font-style: italic;
    color: #1e2023
}

.input-group {
    display: table;
    width: 100%;
    margin-bottom: 1rem
}

.input-group>:first-child {
    border-radius: 3px 0 0 3px
}

.input-group>:last-child>* {
    border-radius: 0 3px 3px 0
}

.input-group-button,
.input-group-field,
.input-group-label {
    margin: 0;
    display: table-cell;
    vertical-align: middle
}

.input-group-label {
    text-align: center;
    padding: 0 1rem;
    background: #e7e7e7;
    color: #1e2023;
    border: 1px solid #a3a3a3;
    white-space: nowrap;
    width: 1%;
    height: 100%
}

.input-group-label:first-child {
    border-right: 0
}

.input-group-label:last-child {
    border-left: 0
}

.input-group-field {
    border-radius: 0;
    height: 2.5rem
}

.input-group-button {
    padding-top: 0;
    padding-bottom: 0;
    text-align: center;
    height: 100%;
    width: 1%
}

.input-group-button a,
.input-group-button button,
.input-group-button input {
    margin: 0
}

.input-group .input-group-button {
    display: table-cell
}

fieldset {
    border: 0;
    padding: 0;
    margin: 0
}

legend {
    margin-bottom: .5rem;
    max-width: 100%
}

.button-group {
    font-size: 0;
    position: absolute;
    right: 3px;
    z-index: 10;
    top: 9px
}

.button-group:after,
.button-group:before {
    content: " ";
    display: table;
    flex-basis: 0;
    -webkit-box-ordinal-group: 2;
    order: 1
}

.button-group:after {
    clear: both
}

.button-group .button {
    margin: 0;
    font-size: .9375rem;
    float: left
}

.button-group.tiny .button {
    font-size: .625rem
}

.button-group.small .button {
    font-size: .75rem
}

.button-group.large .button {
    font-size: 1.25rem
}

.button-group.expanded {
    margin-right: -1px
}

.button-group.expanded:after,
.button-group.expanded:before {
    display: none
}

.button-group.expanded .button:first-child:nth-last-child(2),
.button-group.expanded .button:first-child:nth-last-child(2):first-child:nth-last-child(2)~.button {
    display: inline-block;
    width: calc(50% - 1px);
    margin-right: 1px
}

.button-group.expanded .button:first-child:nth-last-child(3),
.button-group.expanded .button:first-child:nth-last-child(3):first-child:nth-last-child(3)~.button {
    display: inline-block;
    width: calc(33.33333% - 1px);
    margin-right: 1px
}

.button-group.expanded .button:first-child:nth-last-child(4),
.button-group.expanded .button:first-child:nth-last-child(4):first-child:nth-last-child(4)~.button {
    display: inline-block;
    width: calc(25% - 1px);
    margin-right: 1px
}

.button-group.expanded .button:first-child:nth-last-child(5),
.button-group.expanded .button:first-child:nth-last-child(5):first-child:nth-last-child(5)~.button {
    display: inline-block;
    width: calc(20% - 1px);
    margin-right: 1px
}

.button-group.expanded .button:first-child:nth-last-child(6),
.button-group.expanded .button:first-child:nth-last-child(6):first-child:nth-last-child(6)~.button {
    display: inline-block;
    width: calc(16.66667% - 1px);
    margin-right: 1px
}

.button-group.primary .button {
    background-color: #19aadb;
    color: #fff
}

.button-group.primary .button:focus,
.button-group.primary .button:hover {
    background-color: #1488af;
    color: #fff
}

.button-group.secondary .button {
    background-color: #8a8a8a;
    color: #fff
}

.button-group.secondary .button:focus,
.button-group.secondary .button:hover {
    background-color: #6e6e6e;
    color: #fff
}

.button-group.success .button {
    background-color: #5b9f49;
    color: #fff
}

.button-group.success .button:focus,
.button-group.success .button:hover {
    background-color: #497f3a;
    color: #fff
}

.button-group.warning .button {
    background-color: #f83;
    color: #fff
}

.button-group.warning .button:focus,
.button-group.warning .button:hover {
    background-color: #f56600;
    color: #fff
}

.button-group.alert .button {
    background-color: #d5202a;
    color: #fff
}

.button-group.alert .button:focus,
.button-group.alert .button:hover {
    background-color: #aa1a22;
    color: #fff
}

.button-group.stacked .button,
.button-group.stacked-for-medium .button,
.button-group.stacked-for-small .button {
    width: 100%
}

.button-group.stacked .button:not(:last-child),
.button-group.stacked-for-medium .button:not(:last-child),
.button-group.stacked-for-small .button:not(:last-child) {
    margin-right: 0
}

@media screen and (min-width:40em) {
    .button-group.stacked-for-small .button {
        width: auto
    }

    .button-group.stacked-for-small .button:not(:last-child) {
        margin-right: 1px
    }
}

@media screen and (min-width:64em) {
    .button-group.stacked-for-medium .button {
        width: auto
    }

    .button-group.stacked-for-medium .button:not(:last-child) {
        margin-right: 1px
    }
}

@media screen and (max-width:39.9375em) {
    .button-group.stacked-for-small.expanded {
        display: block
    }

    .button-group.stacked-for-small.expanded .button {
        display: block;
        margin-right: 0
    }
}

body,
html {
    height: 100%
}

.city-forecast[_wixsky-c235] {
    margin-top: 20px
}

.row .row {
    margin-left: -.3125rem;
    margin-right: -.3125rem
}

@media screen and (min-width:64em) {
    .sidebar[_wixsky-c235] {
        position: relative
    }
}

@media screen and (min-width:64em) {
    .sidebar[_wixsky-c138] {
        position: relative;
        padding-right: 320px
    }
}

.section[_wixsky-c138] {
    position: relative
}

.city-header[_wixsky-c197] h1[_wixsky-c197] {
    margin-bottom: 0;
    font-size: 1.3rem;
    vertical-align: top
}

@media screen and (min-width:26.25em) {
    .city-header[_wixsky-c197] h1[_wixsky-c197] {
        width: 100%
    }
}

.city-header[_wixsky-c197] .subheading[_wixsky-c197] {
    padding-left: 7px;
    color: #696969;
    font-size: .75rem
}

.city-header[_wixsky-c197] .city-nav[_wixsky-c197] {
    text-transform: uppercase;
    margin-bottom: 10px;
    font-size: .9375rem
}

.city-header[_wixsky-c197] .city-name[_wixsky-c197] {
    color: #006f9e;
    font-weight: 700
}

.city-nav .ws-value-to:after {
    content: "°"
}

.city-nav .ws-label {
    display: none
}

.timestamp[_wixsky-c199] {
    font-size: .75rem;
    color: #696969
}

.timestamp[_wixsky-c199] .geo-icon[_wixsky-c199] {
    vertical-align: top;
    font-size: 13px;
    line-height: 17px
}

.condition-icon[_wixsky-c199] img[_wixsky-c199] {
    width: 85px
}

.condition-icon[_wixsky-c199] p[_wixsky-c199] {
    margin-bottom: 0;
    padding-top: 30px;
    text-transform: capitalize
}

@media screen and (min-width:40em) {
    .condition-icon[_wixsky-c199] img[_wixsky-c199] {
        width: 75px
    }
}

@media screen and (max-width:39.9375em) {
    .condition-icon[_wixsky-c199] {
        min-height: 130px;
        border-right: 1px solid #d7d7d7;
        padding-top: 15px
    }
}

.condition-wind[_wixsky-c199] {
    position: relative;
    display: inline-block;
    margin-top: 10px
}

.condition-wind[_wixsky-c199] p[_wixsky-c199] {
    margin: 0
}

@media screen and (max-width:39.9375em) {
    .condition-wind[_wixsky-c199] {
        margin-top: 0
    }
}

@media screen and (max-width:39.9375em) {
    .conditions-extra[_wixsky-c199] {
        margin-top: 0;
        margin-bottom: 15px
    }
}

@media screen and (max-width:450px) {

    .conditions-extra[_wixsky-c199] .condition-icon[_wixsky-c199],
    .conditions-extra[_wixsky-c199] .condition-wind[_wixsky-c199] {
        min-height: 104px
    }

    .conditions-extra[_wixsky-c199] .condition-icon[_wixsky-c199] p[_wixsky-c199],
    .conditions-extra[_wixsky-c199] .condition-wind[_wixsky-c199] p[_wixsky-c199] {
        font-size: .75rem;
        margin-top: 0
    }

    .conditions-extra[_wixsky-c199] .condition-icon[_wixsky-c199] img[_wixsky-c199] {
        max-width: 70px
    }

    .conditions-extra[_wixsky-c199] .wind-compass-wrap[_wixsky-c199] {
        margin-top: 12px
    }
}

@media screen and (min-width:40em) {
    .conditions-extra {
        margin-top: 13px
    }
}

@media screen and (min-width:40em) and (max-width:63.9375em) {
    .conditions-extra {
        padding-left: 3%
    }
}

.conditions-extra .condition-wind .wind-compass-wrap {
    width: 85px;
    height: 85px;
    margin: 0 auto
}

.conditions-extra .condition-wind .wind-compass-wrap .wind-compass {
    top: 9px;
    left: 9px
}

.conditions-extra .condition-wind .wind-compass-wrap .wind-compass .dial {
    border-radius: 50%;
    width: 59px;
    height: 59px;
    border: 3px solid #818282;
    position: relative;
    box-sizing: content-box
}

.conditions-extra .condition-wind .wind-compass-wrap .wind-compass .arrow-direction {
    width: 0;
    height: 0;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-top: 18px solid #1e2023;
    position: absolute;
    left: 23.5px;
    top: -10px
}

.conditions-extra .condition-wind .wind-compass-wrap .wind-north {
    top: 15px;
    width: 85px
}

.conditions-extra .condition-wind .wind-compass-wrap .wind-speed {
    width: 85px;
    height: 85px;
    line-height: 85px;
    font-size: 1rem
}

@media screen and (min-width:40em) {
    .conditions-extra .condition-wind .wind-compass-wrap .wind-speed {
        font-size: .9375rem
    }
}

@media screen and (max-width:450px) {
    .conditions-extra {
        margin-top: 10px
    }
}

@media screen and (max-width:450px) {
    .conditions-extra .condition-wind .wind-compass-wrap {
        width: 70px;
        height: 70px;
        margin: 0 auto
    }

    .conditions-extra .condition-wind .wind-compass-wrap .wind-compass {
        top: 9px;
        left: 9px
    }

    .conditions-extra .condition-wind .wind-compass-wrap .wind-compass .dial {
        border-radius: 50%;
        width: 48px;
        height: 48px;
        border: 3px solid #818282;
        position: relative;
        box-sizing: content-box
    }

    .conditions-extra .condition-wind .wind-compass-wrap .wind-compass .arrow-direction {
        width: 0;
        height: 0;
        border-left: 5px solid transparent;
        border-right: 5px solid transparent;
        border-top: 15px solid #1e2023;
        position: absolute;
        left: 19px;
        top: -8.33333333px
    }

    .conditions-extra .condition-wind .wind-compass-wrap .wind-north {
        top: 15px;
        width: 75px
    }

    .conditions-extra .condition-wind .wind-compass-wrap .wind-speed {
        width: 73px;
        height: 73px;
        line-height: 75px;
        font-size: 1rem
    }
}

.conditions-extra[_wixsky-c199] {
    text-align: center
}

.weather-quickie {
    margin: 10px auto;
    white-space: normal;
    text-align: center;
    color: #1e2023;
    font-size: .9375rem
}

.weather-quickie p {
    display: inline;
    margin: 10px 0;
    font-weight: 400
}

@media screen and (max-width:39.9375em) {
    .weather-quickie {
        margin: 0 auto 10px
    }
}

[_wixsky-c200] .weather-map[_wixsky-c200] {
    min-height: 250px;
    position: relative
}

@media screen and (min-width:40em) {
    [_wixsky-c200] .weather-map[_wixsky-c200] {
        margin: 0;
        display: block
    }
}

[_wixsky-c200] .weather-map[_wixsky-c200] .wundermap_module_tabs[_wixsky-c200] {
    margin-bottom: 1.0625rem
}

[_wixsky-c200] .weather-map[_wixsky-c200] .wundermap_module_tabs[_wixsky-c200] li[_wixsky-c200] {
    cursor: pointer
}

[_wixsky-c200] .weather-map[_wixsky-c200] .tab-nav[_wixsky-c200] {
    font-size: .9375rem
}

[_wixsky-c200] .weather-map[_wixsky-c200] .content[_wixsky-c200] {
    margin-top: 10px;
    padding: 0;
    position: relative
}

@media screen and (min-width:40em) {
    [_wixsky-c200] .weather-map[_wixsky-c200] .content[_wixsky-c200] {
        margin-bottom: 0
    }
}

[_wixsky-c200] .weather-map[_wixsky-c200] .content[_wixsky-c200] A[_wixsky-c200] {
    border-bottom: 0
}

[_wixsky-c200] .weather-map[_wixsky-c200] .content[_wixsky-c200] .wundermap_links[_wixsky-c200] {
    width: 100%;
    height: 34px;
    text-align: center;
    position: absolute;
    bottom: -32px;
    top: auto;
    line-height: 34px;
    color: #696969
}

@media only screen {
    [_wixsky-c200] .weather-map[_wixsky-c200] .content[_wixsky-c200] .wundermap_links[_wixsky-c200] {
        font-size: .9375rem
    }
}

@media screen and (max-width:39.9375em) {
    [_wixsky-c200] .weather-map[_wixsky-c200] .content[_wixsky-c200] .wundermap_links[_wixsky-c200] {
        font-size: .75rem
    }
}

@media screen and (min-width:40em) {
    [_wixsky-c200] .weather-map[_wixsky-c200] .content[_wixsky-c200] .wundermap_links[_wixsky-c200] {
        font-size: .75rem
    }
}

[_wixsky-c200] .weather-map[_wixsky-c200] .content[_wixsky-c200] .wundermap_links[_wixsky-c200] .split[_wixsky-c200] {
    color: #d7d7d7;
    display: inline-block;
    text-align: center;
    width: 10px
}

[_wixsky-c200] .weather-map[_wixsky-c200] .content[_wixsky-c200] .wundermap_links[_wixsky-c200] a[_wixsky-c200] {
    color: #006f9e
}

[_wixsky-c200] .weather-map[_wixsky-c200] .webcam-select[_wixsky-c200] {
    background-color: #f7f7f7;
    padding: 10px 5px
}

[_wixsky-c200] .weather-map[_wixsky-c200] .no-radar[_wixsky-c200] {
    position: absolute;
    top: 45px;
    right: 0;
    padding: 2px;
    font-size: .75rem;
    font-weight: 700;
    color: #d5202a;
    background-color: #fff;
    z-index: 2;
    opacity: .8
}

[_wixsky-c200] .map[_wixsky-c200] {
    height: 250px !important;
    margin: 0 !important;
    clear: both !important;
    z-index: 0 !important;
    background: url(//www.wunderground.com/static/i/homepage/grid.png) !important
}

@media screen and (max-width:39.9375em) {
    [_wixsky-c200] .map[_wixsky-c200] {
        touch-action: auto
    }
}

[_wixsky-c200] .map[_wixsky-c200] img {
    max-width: inherit
}

[_wixsky-c200] .city-map[_wixsky-c200] {
    min-height: 230px
}

[_wixsky-c200] .city-map[_wixsky-c200] .map[_wixsky-c200] {
    height: 250px !important
}

[_wixsky-c200] .city-map[_wixsky-c200] .webcam-select[_wixsky-c200] {
    text-transform: uppercase;
    font-weight: 700
}

[_wixsky-c200] .city-map[_wixsky-c200] .ui-tabs[_wixsky-c200] {
    background-color: #f7f7f7
}

[_wixsky-c200] .city-map[_wixsky-c200] .content[_wixsky-c200] {
    margin-top: 0
}

[_wixsky-c200] .city-map[_wixsky-c200] .content[_wixsky-c200] .wundermap_links[_wixsky-c200] {
    width: auto;
    bottom: 6px;
    text-align: right;
    right: 17px;
    font-size: .875rem;
    text-transform: uppercase;
    font-weight: 700
}

[_wixsky-c200] .city-map[_wixsky-c200] .content[_wixsky-c200] .wundermap_links[_wixsky-c200] .split[_wixsky-c200] {
    font-weight: 400;
    font-size: .9375rem;
    color: #a3a3a3
}

@media screen and (max-width:39.9375em) {
    [_wixsky-c200] .city-map[_wixsky-c200] .content[_wixsky-c200] {
        margin-bottom: 30px
    }
}

.forecast-wrap[_wixsky-c208] {
    background-color: #f7f7f7;
    padding: 10px 5px;
    min-height: 168px
}

.ws-forecast-wrap[_wixsky-c208] {
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column
}

@media (min-width:640px) {
    .ws-forecast-wrap[_wixsky-c208] {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        flex-direction: row
    }
}

.forecast-wrap[_wixsky-c208]:nth-child(2n) {
    background-color: #e7e7e7
}

@media screen and (min-width:40em) {
    .row.collapse[_wixsky-c208] .forecast-wrap[_wixsky-c208] {
        padding: 15px 0
    }

    .icon-wrap[_wixsky-c208] {
        padding-right: 0
    }
}

@media screen and (min-width:64em) {
    .row.collapse[_wixsky-c208] .alert-signup-wrap[_wixsky-c208] {
        margin: 0;
        padding: 0 0 0 15px
    }
}

.forecast-box-header[_wixsky-c208] {
    margin-bottom: 5px
}

.forecast-box-header[_wixsky-c208]>span[_wixsky-c208] {
    text-transform: uppercase;
    display: block
}

.forecast-box-header[_wixsky-c208] .day[_wixsky-c208] {
    color: #4c4c4c;
    font-weight: 700
}

.forecast-box-header[_wixsky-c208] .date[_wixsky-c208] {
    color: #a3a3a3;
    font-weight: 700
}

@media screen and (min-width:40em) and (max-width:63.9375em) {
    .row.collapse[_wixsky-c208] .alert-signup-wrap[_wixsky-c208] {
        height: 100px;
        padding: 15px 0
    }

    .row.collapse[_wixsky-c208] .alert-signup-wrap[_wixsky-c208] .alert-box[_wixsky-c208] {
        height: 100px;
        background: 0 0
    }

    .row.collapse[_wixsky-c208] .alert-signup-wrap[_wixsky-c208] .alert-text[_wixsky-c208] {
        font-size: 18px;
        padding: 0 10px
    }

    .row.collapse[_wixsky-c208] .alert-signup-wrap[_wixsky-c208] .alert-subscribe[_wixsky-c208] {
        margin: 0
    }
}

.temp .ws-value {
    font-weight: 700
}

.temp .ws-label {
    font-weight: #1e2023
}

.tile-title[_wixsky-c209] {
    color: #1e2023
}

#precipTopBar[_wixsky-c209] {
    width: 100%;
    height: 36px;
    font-family: sans-serif;
    font-size: 14px;
    background-color: #e7e7e7
}

#precipBarChart[_wixsky-c209] {
    width: 100%;
    height: 130px;
    background-color: #f7f7f7;
    font-family: sans-serif;
    position: relative
}

.tile-title[_wixsky-c210] {
    color: #1e2023
}

#pollenTopBar[_wixsky-c210] {
    width: 100%;
    height: 36px;
    font-family: sans-serif;
    font-size: 14px;
    background-color: #e7e7e7
}

#pollenBarChart[_wixsky-c210] {
    width: 100%;
    height: 130px;
    background-color: #f7f7f7;
    font-family: sans-serif;
    position: relative
}

.tile-title[_wixsky-c211] {
    color: #1e2023
}

#aqTopBar[_wixsky-c211] {
    width: 100%;
    height: 36px;
    font-family: sans-serif;
    font-size: 14px;
    background-color: #e7e7e7
}

#aqBarChart[_wixsky-c211] {
    width: 100%;
    height: 130px;
    background-color: #f7f7f7;
    font-family: sans-serif;
    position: relative
}

.tile-title[_wixsky-c212] {
    color: #1e2023
}

#uvTopBar[_wixsky-c212] {
    width: 100%;
    height: 36px;
    font-family: sans-serif;
    font-size: 14px;
    background-color: #e7e7e7
}

#uvBarChart[_wixsky-c212] {
    width: 100%;
    height: 130px;
    background-color: #f7f7f7;
    font-family: sans-serif;
    position: relative
}

.content .row {
    margin-bottom: 5px
}

.data-title[_wixsky-c213] {
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden
}

.sub-title[_wixsky-c213] {
    color: #a3a3a3
}

.depth-range[_wixsky-c213] {
    padding-right: 0
}

@media screen and (max-width:63.9375em) {
    .depth-range[_wixsky-c213] {
        white-space: normal
    }
}

@media screen and (min-width:64em) {
    .depth-range[_wixsky-c213] {
        white-space: nowrap
    }
}

.skip-row[_wixsky-c213] {
    margin-top: 1em
}

.vis-light-length[_wixsky-c206] {
    margin-top: 1rem
}

.with-tooltip[_wixsky-c206] {
    font-weight: 700;
    position: relative;
    display: inline-block
}

.data-module[_wixsky-c215] {
    background: 0 0
}

.topbar {
    position: relative;
    width: 100%;
    height: 53px;
    background-color: #1e2023;
    background-repeat: no-repeat;
    background-position: bottom;
    background-size: 100% 3px
}

.populars[_wixsky-c123] {
    display: block;
    min-height: 39px
}

.favs[_wixsky-c123] {
    height: 53px
}

.ws-favs[_wixsky-c123] {
    max-width: 80rem;
    margin-left: auto;
    margin-right: auto;
    position: relative
}

@media screen and (min-width:64em) {
    .ws-favs[_wixsky-c123] .hp-favs[_wixsky-c123] {
        position: absolute;
        left: 0;
        width: 65%
    }
}

.populars {
    position: relative;
    max-width: 70rem;
    margin: 0 auto;
    height: 39px
}

.populars .fav-bar {
    height: 55px;
    overflow: auto
}

.populars .fav-bar .popular-label {
    position: absolute;
    top: 2px;
    left: 3px;
    color: #a3a3a3;
    font-size: .625rem;
    height: 12px;
    line-height: 12px;
    margin: 0;
    z-index: 0
}

.populars .fav-bar .popular-label+a {
    border-left: 1px solid #d7d7d7;
    padding-left: 13px;
    z-index: 1
}

.populars .fav-bar ul {
    margin: 0;
    height: 38px;
    display: inline-block;
    vertical-align: top;
    white-space: nowrap
}

.populars .fav-bar ul li {
    display: inline-block;
    position: relative;
    list-style-type: none;
    vertical-align: top
}

.populars .fav-bar ul li a {
    cursor: pointer;
    text-decoration: none;
    display: block;
    height: 38px;
    line-height: 46px;
    font-size: .75rem;
    padding: 0 5px
}

.populars .fav-bar ul li a:hover {
    text-decoration: none;
    background-color: #e7e7e7
}

@media screen and (min-width:40em) {
    .icon-wrap[_wixsky-c207] {
        padding-right: 0
    }
}

.icon-wrap[_wixsky-c207] img[_wixsky-c207] {
    width: 100%;
    height: 100%
}

.degree[_wixsky-c121] .ws-label[_wixsky-c121]:before {
    content: "\00b0"
}

.inner-content[_wixsky-c188] {
    margin-top: 0;
    margin-bottom: 20px
}

.subnav-contain[_wixsky-c188] {
    position: relative;
    display: none
}

@media screen and (min-width:40em) {
    .subnav-contain[_wixsky-c188] {
        display: block
    }
}

.subnav-contain[_wixsky-c188]:after {
    clear: both;
    content: "";
    display: table
}

.subnav-contain[_wixsky-c188] .subnav[_wixsky-c188] {
    margin-bottom: 0
}

.subnav-contain[_wixsky-c188] .subnav-left[_wixsky-c188] {
    position: absolute;
    left: 0;
    overflow: visible;
    right: 0;
    top: 0
}

.subnav-contain[_wixsky-c188] .subnav-left[_wixsky-c188] li.pull-right[_wixsky-c188] {
    float: right
}

ul.subnav[_wixsky-c188] {
    margin: 0 0 20px !important;
    display: none;
    margin: 0 auto 0 -1rem;
    padding: 0;
    list-style: none;
    overflow: hidden
}

@media screen and (min-width:40em) {
    ul.subnav[_wixsky-c188] {
        display: block
    }
}

ul.subnav[_wixsky-c188]>li[_wixsky-c188] {
    list-style: none;
    margin-left: 1rem
}

ul.subnav[_wixsky-c188]>li[_wixsky-c188],
ul.subnav[_wixsky-c188]>li[_wixsky-c188]>[_wixsky-c188] {
    float: left;
    display: block
}

ul.subnav[_wixsky-c188] li[_wixsky-c188]:first-child {
    margin-left: 0
}

ul.subnav[_wixsky-c188] li[_wixsky-c188] a[_wixsky-c188],
ul.subnav[_wixsky-c188] li[_wixsky-c188] label[_wixsky-c188] {
    text-decoration: none
}

ul.subnav[_wixsky-c188] li[_wixsky-c188] a[_wixsky-c188]:link,
ul.subnav[_wixsky-c188] li[_wixsky-c188] label[_wixsky-c188]:link {
    color: #696969;
    border-bottom-color: #d7d7d7
}

ul.subnav[_wixsky-c188] li[_wixsky-c188] a[_wixsky-c188]:hover,
ul.subnav[_wixsky-c188] li[_wixsky-c188] label[_wixsky-c188]:hover {
    color: #006f9e;
    border-bottom-color: #006f9e;
    text-decoration: none
}

ul.subnav[_wixsky-c188] li[_wixsky-c188] a[_wixsky-c188]:visited,
ul.subnav[_wixsky-c188] li[_wixsky-c188] label[_wixsky-c188]:visited {
    color: #696969;
    border-bottom-color: #d7d7d7
}

ul.subnav[_wixsky-c188] li[_wixsky-c188] a[_wixsky-c188]:visited:hover,
ul.subnav[_wixsky-c188] li[_wixsky-c188] label[_wixsky-c188]:visited:hover {
    color: #006f9e;
    border-bottom-color: #006f9e
}

ul.subnav[_wixsky-c188] li[_wixsky-c188] a.selected[_wixsky-c188],
ul.subnav[_wixsky-c188] li[_wixsky-c188] label.selected[_wixsky-c188] {
    color: #1e2023;
    border-bottom-color: #a3a3a3;
    font-weight: 700
}

ul.subnav[_wixsky-c188] li[_wixsky-c188] a.selected[_wixsky-c188]:hover,
ul.subnav[_wixsky-c188] li[_wixsky-c188] label.selected[_wixsky-c188]:hover {
    color: #1e2023;
    border-bottom-color: #a3a3a3
}

div.subnav[_wixsky-c188] {
    position: relative;
    display: block
}

@media screen and (min-width:40em) {
    div.subnav[_wixsky-c188] {
        display: none
    }
}

.layout[_wixsky-c188] {
    text-transform: uppercase
}

.layout.subnav-wrapper[_wixsky-c188] {
    width: 100%;
    margin-bottom: -2px
}

.layout[_wixsky-c188] .subnav-contain[_wixsky-c188] {
    margin-bottom: 0;
    height: 46px
}

.layout[_wixsky-c188] .subnav-contain[_wixsky-c188] .subnav[_wixsky-c188] {
    height: auto
}

.layout[_wixsky-c188] .subnav-contain[_wixsky-c188] .subnav[_wixsky-c188] li[_wixsky-c188] {
    margin-left: 0
}

.layout[_wixsky-c188] .subnav-contain[_wixsky-c188] .subnav[_wixsky-c188] a[_wixsky-c188] {
    border-bottom: 0;
    padding: 0 35px;
    text-align: center;
    height: 46px;
    line-height: 46px
}

.layout[_wixsky-c188] .subnav-contain[_wixsky-c188] .subnav[_wixsky-c188] a.selected[_wixsky-c188] {
    background-color: #fff;
    border-bottom: 2px solid #d7d7d7;
    border-top: 2px solid #d7d7d7;
    border-color: currentcolor #d7d7d7;
    border-style: none solid;
    border-width: 0 2px;
    position: relative
}

.layout[_wixsky-c188] .subnav-contain[_wixsky-c188] .subnav[_wixsky-c188] a.selected[_wixsky-c188]:before {
    content: "";
    background-color: #ffb82e;
    width: 100%;
    height: 3px;
    position: absolute;
    left: 0
}

.layout[_wixsky-c188] .subnav-contain[_wixsky-c188] .subnav[_wixsky-c188] a.selected[_wixsky-c188]:after {
    content: "";
    background-color: #fff;
    width: 100%;
    height: 2px;
    bottom: -2px;
    position: absolute;
    left: 0;
    right: 0
}

@media screen and (min-width:40em) and (max-width:63.9375em) {
    .layout[_wixsky-c188] .subnav-contain[_wixsky-c188] .subnav[_wixsky-c188] a[_wixsky-c188] {
        padding: 0 25px
    }
}

@media screen and (max-width:39.9375em) {
    .layout.subnav-wrapper[_wixsky-c188] {
        position: fixed;
        bottom: 0;
        left: 0;
        z-index: 1001
    }

    .layout[_wixsky-c188] .subnav[_wixsky-c188] {
        margin-bottom: 0;
        padding-right: 0;
        overflow-x: scroll;
        border-top: 1px solid #d7d7d7
    }

    .layout[_wixsky-c188] .subnav[_wixsky-c188] .subnav-mobile[_wixsky-c188] {
        display: inline-block;
        width: 100%;
        margin: 0;
        border-radius: 0;
        visibility: visible;
        position: relative;
        white-space: nowrap;
        border: 0;
        background-color: #f7f7f7
    }

    .layout[_wixsky-c188] .subnav[_wixsky-c188] .subnav-mobile[_wixsky-c188] li[_wixsky-c188] {
        display: inline-block;
        border: 0;
        font-size: .875rem;
        background-color: #f7f7f7;
        border-radius: 0
    }

    .layout[_wixsky-c188] .subnav[_wixsky-c188] .subnav-mobile[_wixsky-c188] li[_wixsky-c188] a[_wixsky-c188] {
        margin: 0 3px;
        padding: 13px 11px;
        display: block;
        width: auto;
        height: auto;
        line-height: normal;
        border-left: 0;
        color: #1e2023;
        background-color: #f7f7f7;
        border-top: 3px solid #f7f7f7;
        border-radius: 0
    }

    .layout[_wixsky-c188] .subnav[_wixsky-c188] .subnav-mobile[_wixsky-c188] li[_wixsky-c188] a.selected[_wixsky-c188] {
        background-color: #fff;
        border-top: 3px solid #a3a3a3;
        border-left: 1px solid #d7d7d7;
        border-right: 1px solid #d7d7d7;
        border-radius: 0;
        text-decoration: none
    }

    .layout[_wixsky-c188] .subnav[_wixsky-c188] .subnav-mobile[_wixsky-c188] li[_wixsky-c188] a.selected[_wixsky-c188]:hover {
        color: #1e2023
    }

    .layout[_wixsky-c188] .subnav[_wixsky-c188] .subnav-mobile[_wixsky-c188] li[_wixsky-c188]:first-child a.selected[_wixsky-c188] {
        margin-left: 8px
    }

    .layout[_wixsky-c188] .subnav[_wixsky-c188] .expand-subnav[_wixsky-c188],
    .layout[_wixsky-c188] .subnav[_wixsky-c188] .subnav-button[_wixsky-c188] {
        display: none !important
    }
}

.hour_big_ico[_wixsky-c199] {
    -ms-transform: scale(.8) !important;
    -webkit-transform: scale(.8) !important;
    transform: scale(.8) !important
}

.scroll_big_ico[_wixsky-c199] {
    -ms-transform: scale(.5) !important;
    -webkit-transform: scale(.5) !important;
    transform: scale(.5) !important
}

.big_ico[_wixsky-c199] {
    margin: auto;
    display: block;
    width: 70px;
    height: 70px;
    overflow: hidden;
    background-image: url(weather-icons.svg)
}

.big_ico[_wixsky-c199] {
    -ms-transform: scale(1.5);
    -webkit-transform: scale(1.5);
    transform: scale(1.5)
}

.big_ico_01d[_wixsky-c199] {
    background-position: -5px -10px
}

.big_ico_01n[_wixsky-c199] {
    background-position: -89px -10px
}

.big_ico_02d[_wixsky-c199] {
    background-position: -170px -10px
}

.big_ico_02n[_wixsky-c199] {
    background-position: -250px -10px
}

.big_ico_03d[_wixsky-c199] {
    background-position: -330px -10px
}

.big_ico_03n[_wixsky-c199] {
    background-position: -405px -8px
}

.big_ico_04d[_wixsky-c199] {
    background-position: -490px -10px
}

.big_ico_04n[_wixsky-c199] {
    background-position: -570px -10px
}

.big_ico_10d[_wixsky-c199] {
    background-position: -90px -86px
}

.big_ico_10n[_wixsky-c199] {
    background-position: -170px -85px
}

.big_ico_13d[_wixsky-c199] {
    background-position: -490px -85px
}

.big_ico_13n[_wixsky-c199] {
    background-position: -570px -85px
}

.big_ico_50d[_wixsky-c199] {
    background-position: -490px -170px
}

.big_ico_11d,
.big_ico_11n[_wixsky-c199] {
    background-position: -245px -165px
}

.big_ico_50n[_wixsky-c199] {
    background-position: -90px -245px
}

.tpl-banner.weather.mob {
    padding: 0 1em 0 1em
}

#weatherContainer {
    width: auto;
    height: 377px;
    position: relative;
    overflow: auto;
    padding: 0 !important;
    border-left: 1px solid #ddd;
    border-right: 1px solid #ddd;
    border-left: 1px solid rgba(20, 20, 20, .1);
    border-right: 1px solid rgba(20, 20, 20, .1);
    -ms-scroll-chaining: chained
}

#weather {
    cursor: all-scroll;
    overflow: auto;
    position: relative;
    height: 376px;
    white-space: nowrap;
    -ms-scroll-chaining: chained;
    -ms-touch-action: none;
    -ms-overflow-style: none;
    scrollbar-width: none
}

#weather::-webkit-scrollbar {
    display: none
}

#weather .day,
#weather .night {
    position: absolute;
    background: #eeeff3;
    height: 100%
}

#weather .day {
    background: #fff
}

#weather .gridline {
    width: 100%;
    position: absolute;
    border-bottom: 1px solid #f5f5f5;
    border-bottom: 1px solid rgba(0, 0, 0, .05);
    height: 0;
    z-index: 1
}

#weather .gridline.zero {
    border-bottom: 1px solid #fac8c8;
    border-bottom: 1px solid rgba(250, 0, 0, .2)
}

#weather .section {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    border: 1px solid #ddd;
    border: 1px solid rgba(20, 20, 20, .1);
    border-left: none;
    height: 99%;
    margin-left: -5px;
    width: 80px
}

#weather .section .prec canvas,
#weather .section div {
    position: absolute;
    width: 100%;
    text-align: center;
    z-index: 1;
    left: 0
}

#weather .section .prec canvas {
    width: auto
}

#weather .section.divide {
    border-left: 2px solid #2f8dc9
}

#weather .section .date {
    white-space: nowrap;
    margin: 143px 0 0 -27px;
    font-size: 15px;
    color: #999;
    font-weight: 200;
    overflow: hidden;
    text-overflow: ellipsis;
    text-align: left;
    transform: rotate(-90deg)
}

#weather .wicon {
    width: 40px;
    height: 40px
}

#weather .time {
    font-size: 9px;
    top: 3px;
    color: #333
}

#weather .temp {
    font-size: 18px
}

#weather .temp.low,
#weather .tempLow.low {
    font-size: 13px
}

#weather .tempBox {
    border-top: 2px dotted #fedb77;
    border-bottom: 2px dotted #fedb77;
    background: rgba(254, 219, 119, .3)
}

#weather .prec {
    height: 314px
}

#weather .prec>div {
    bottom: 0;
    top: auto
}

#weather .prec .text {
    font-size: 11px
}

#weather .prec .rain {
    background: #afcffe;
    height: 0
}

#weather .prec .snow {
    background: #a9a1e2;
    height: 0
}

#weather .wind {
    bottom: 0;
    top: auto;
    height: 57px;
    border-top: 1px solid #ddd;
    border-top: 1px solid rgba(20, 20, 20, .1)
}

#weather .wind .static {
    margin-top: 10px
}

#weather .wind .wstext {
    font-size: 11px;
    bottom: 0;
    top: auto;
    padding-bottom: 11px
}

.wicon {
    width: 40px;
    height: 40px;
    background-position: 50%;
    background-repeat: no-repeat
}

#privacy-policy {
    z-index: 2147483600;
    position: fixed;
    bottom: 12px;
    left: 4%;
    width: 284px;
    height: 137px;
    border-radius: 8px;
    background: rgba(31, 31, 31, .9)
}

#privacy-policy .banner-body {
    position: relative;
    width: 100%;
    height: 100%;
    padding: 16px
}

#privacy-policy .banner-body p {
    text-align: center;
    font-size: 16px;
    line-height: 1.5;
    color: #fff
}

#privacy-policy .banner-body a {
    text-decoration: underline;
    color: #fff
}

#privacy-policy .banner-button {
    position: relative;
    top: -5px;
    width: 100%;
    padding: 11px 0;
    border-radius: 2px;
    text-align: center;
    font-size: 16px;
    font-weight: 700;
    color: #1f1f1f;
    background: #fff;
    cursor: pointer
}

#searshResult {
    position: relative
}

li.geoLocation {
    padding: 6px 0 6px 6px;
    overflow: hidden;
    color: #5396d3;
    background-color: #fff;
    margin: auto;
    max-width: 37em;
    box-shadow: 4px 7px 7px 0 rgb(0 0 0 / 20%);
    z-index: 100;
    position: relative;
    text-overflow: ellipsis;
    white-space: nowrap
}