@charset "UTF-8";
/*! bulma.io | MIT License | github.com/jgthms/bulma */
.button {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.list:not(:last-child), .block:not(:last-child), .content:not(:last-child), .box:not(:last-child), .map-box:not(:last-child), .small-map-box:not(:last-child) {
  margin-bottom: 1.5rem;
}

.image.is-square img, .image.is-6by5 img, .image.is-4by3 img, .image.is-3by2 img, .image.is-5by3 img, .image.is-16by9 img, .image.is-2by1 img, .image.is-3by1 img, .image.is-2by3 img {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}

.button {
  -moz-appearance: none;
  -webkit-appearance: none;
  align-items: center;
  border: 1px solid transparent;
  border-radius: 2px;
  box-shadow: none;
  display: inline-flex;
  font-size: 1rem;
  height: 2.25em;
  justify-content: flex-start;
  line-height: 1.5;
  padding-bottom: calc(0.375em - 1px);
  padding-left: calc(0.625em - 1px);
  padding-right: calc(0.625em - 1px);
  padding-top: calc(0.375em - 1px);
  position: relative;
  vertical-align: top;
}
.button:focus, .is-focused.button, .button:active, .is-active.button {
  outline: none;
}
[disabled].button, fieldset[disabled] .button {
  cursor: not-allowed;
}

/*! minireset.css v0.0.4 | MIT License | github.com/jgthms/minireset.css */
html,
body,
p,
ol,
ul,
li,
dl,
dt,
dd,
blockquote,
figure,
fieldset,
legend,
textarea,
pre,
iframe,
hr,
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  padding: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
  font-weight: normal;
}

ul {
  list-style: none;
}

button,
input,
select,
textarea {
  margin: 0;
}

html {
  box-sizing: border-box;
}

*, *::before, *::after {
  box-sizing: inherit;
}

img,
embed,
object,
video {
  height: auto;
  max-width: 100%;
}

audio {
  max-width: 100%;
}

iframe {
  border: 0;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}
td:not([align]),
th:not([align]) {
  text-align: left;
}

html {
  background-color: white;
  font-size: 16px;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  min-width: 300px;
  overflow-x: hidden;
  overflow-y: scroll;
  text-rendering: optimizeLegibility;
  text-size-adjust: 100%;
}

article,
aside,
figure,
footer,
header,
section {
  display: block;
}

body,
button,
input,
select,
textarea {
  font-family: BlinkMacSystemFont, -apple-system, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
}

body {
  color: #4a4a4a;
  font-size: 1em;
  font-weight: 400;
  line-height: 1.5;
}

a {
  color: #455a64;
  cursor: pointer;
  text-decoration: none;
}
a strong {
  color: currentColor;
}
a:hover {
  color: #363636;
}

img {
  height: auto;
  max-width: 100%;
}

small {
  font-size: 0.875em;
}

span {
  font-style: inherit;
  font-weight: inherit;
}

strong {
  color: #363636;
  font-weight: 700;
}

fieldset {
  border: none;
}

.is-clearfix::after {
  clear: both;
  content: " ";
  display: table;
}

.is-hidden {
  display: none !important;
}

.has-text-centered {
  text-align: center !important;
}

.is-vcentered {
  align-items: center !important;
}

.is-size-1 {
  font-size: 3rem !important;
}

.is-size-2 {
  font-size: 2.5rem !important;
}

.is-size-3 {
  font-size: 2rem !important;
}

.is-size-4 {
  font-size: 1.5rem !important;
}

.is-size-5 {
  font-size: 1.25rem !important;
}

.is-size-6 {
  font-size: 1rem !important;
}

.is-size-7 {
  font-size: 0.75rem !important;
}

p {
  margin: 0 0 1em;
  margin: 0 0 1rem;
  font-size: 1rem;
  line-height: 1.5;
}
@media screen and (min-width: 816px) {
  p {
    font-size: 1.0625rem;
  }
}
p:last-child {
  margin-bottom: 0.5rem;
}

.current p, .forecast p {
  margin-bottom: 0.5rem;
}

p.link {
  margin-top: 0.75rem;
}

h1,
h2 {
  font-size: 1.25rem;
}

h3 {
  font-size: 1.125rem;
}

@media screen and (min-width: 816px) {
  h1 {
    font-size: 1.375rem;
  }
}
.page-title,
.forecast-title,
.current-title,
.info-title,
.map-title {
  font-weight: 500;
  padding-bottom: 0.375rem;
  text-align: center;
}

.page-title,
.forecast-title,
.info-title {
  border-radius: 3px;
  margin-bottom: 1rem;
  padding: 0.3125rem 0.5rem 0.5rem;
  text-align: center;
  color: #fff;
  background-color: #455a64;
}

.page-title.box:not(:last-child) {
  margin-bottom: 1rem;
  padding: 0.5rem 0.75rem 0.625rem;
}

.map-title {
  margin-bottom: 0.75rem;
}

h1.page-title {
  border-radius: 5px;
}

.info-title.box:not(:last-child) {
  margin-bottom: 1rem;
  padding: 0.625rem 0.75rem 0.6875rem;
}

.subtitle {
  color: #4a4a4a;
  font-size: 1.0625rem;
  font-weight: 400;
  line-height: 1.25;
  margin-bottom: 1.5rem;
  text-align: center;
}

.box,
.map-box,
.small-map-box {
  background-color: rgba(237, 241, 243, 0.95);
  box-shadow: 0 2px 3px rgba(10, 10, 10, 0.1), 0 0 0 1px rgba(10, 10, 10, 0.1);
  color: #4a4a4a;
  display: block;
}

.box {
  border-radius: 5px;
  padding: 0.5rem;
}
@media screen and (min-width: 920px) {
  .box {
    padding: 0.75rem;
  }
}

.map-box {
  border-radius: 3px;
  padding: 0.5rem;
}
@media screen and (min-width: 768px) {
  .map-box {
    padding: 0.75rem;
  }
}

.small-map-box {
  border-radius: 3px;
  padding: 0.25rem 0.5rem 0.5rem;
}
@media screen and (min-width: 920px) {
  .small-map-box {
    padding: 0.25rem 0.5rem 0.5rem;
  }
}

.small-map-box .forecast-title {
  color: inherit;
  background-color: inherit;
  font-weight: 500;
  margin-bottom: 0;
}

.small-map-box a:hover, .small-map-box a:focus,
a .small-map-box:hover,
a .small-map-box:focus {
  background-color: #ced9df;
}
.small-map-box a:active,
a .small-map-box:active {
  box-shadow: inset 0 1px 2px rgba(10, 10, 10, 0.2), 0 0 0 1px #455a64;
}

.button {
  background-color: white;
  border-color: #dbdbdb;
  border-width: 1px;
  color: #363636;
  cursor: pointer;
  justify-content: center;
  padding-bottom: calc(0.375em - 1px);
  padding-left: 0.75em;
  padding-right: 0.75em;
  padding-top: calc(0.375em - 1px);
  text-align: center;
  white-space: nowrap;
}
.button strong {
  color: inherit;
}
.button:hover, .button.is-hovered {
  border-color: #b5b5b5;
  color: #363636;
}
.button:focus, .button.is-focused {
  border-color: #3273dc;
  color: #363636;
}
.button:focus:not(:active), .button.is-focused:not(:active) {
  box-shadow: 0 0 0 0.125em rgba(69, 90, 100, 0.25);
}
.button:active, .button.is-active {
  border-color: #4a4a4a;
  color: #363636;
}
.button.is-text {
  background-color: transparent;
  border-color: transparent;
  color: #4a4a4a;
  text-decoration: underline;
}
.button.is-text:hover, .button.is-text.is-hovered, .button.is-text:focus, .button.is-text.is-focused {
  background-color: whitesmoke;
  color: #363636;
}
.button.is-text:active, .button.is-text.is-active {
  background-color: #e8e8e8;
  color: #363636;
}
.button.is-text[disabled], fieldset[disabled] .button.is-text {
  background-color: transparent;
  border-color: transparent;
  box-shadow: none;
}
.button.is-small {
  border-radius: 2px;
  font-size: 0.75rem;
}
.button.is-normal {
  font-size: 1rem;
}
.button.is-medium {
  font-size: 1.25rem;
}
.button.is-large {
  font-size: 1.5rem;
}
.button[disabled], fieldset[disabled] .button {
  background-color: white;
  border-color: #dbdbdb;
  box-shadow: none;
  opacity: 0.5;
}
.button.is-fullwidth {
  display: flex;
  width: 100%;
}
.button.is-rounded {
  border-radius: 290486px;
  padding-left: 1em;
  padding-right: 1em;
}

.buttons {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.buttons.is-centered {
  justify-content: center;
}
.buttons.is-centered:not(.has-addons) .button:not(.is-fullwidth) {
  margin-left: 0.25rem;
  margin-right: 0.25rem;
}

.container {
  flex-grow: 1;
  margin: 0 auto;
  position: relative;
  width: auto;
}
@media screen and (min-width: 920px) {
  .container {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
  }
}
@media screen and (min-width: 1024px) {
  .container {
    max-width: 992px;
  }
}
@media screen and (max-width: 1215px) {
  .container.is-widescreen {
    max-width: 1184px;
  }
}
@media screen and (min-width: 1216px) {
  .container {
    max-width: 1184px;
  }
}

.icon {
  align-items: center;
  display: inline-flex;
  justify-content: center;
  height: 1.5rem;
  width: 1.5rem;
}
.icon.is-small {
  height: 0.5rem;
  width: 0.5rem;
}
.icon.is-medium {
  height: 1rem;
  width: 1rem;
}
.icon.is-large {
  height: 2rem;
  width: 2rem;
}

.image {
  display: block;
  position: relative;
}
.image img {
  display: block;
  height: auto;
  width: 100%;
}
.image.is-square img, .image.is-6by5 img, .image.is-4by3 img, .image.is-3by2 img, .image.is-5by3 img, .image.is-16by9 img, .image.is-2by1 img, .image.is-3by1 img, .image.is-2by3 img {
  height: 100%;
  width: 100%;
}
.image.is-square {
  padding-top: 100%;
}
.image.is-6by5 {
  padding-top: 83.3333%;
}
.image.is-4by3 {
  padding-top: 75%;
}
.image.is-3by2 {
  padding-top: 66.6666%;
}
.image.is-5by3 {
  padding-top: 60%;
}
.image.is-16by9 {
  padding-top: 56.25%;
}
.image.is-2by1 {
  padding-top: 50%;
}
.image.is-3by1 {
  padding-top: 33.3333%;
}
.image.is-2by3 {
  padding-top: 150%;
}

.textarea, .input {
  background-color: white;
  border-color: #dbdbdb;
  border-radius: 2px;
  color: #363636;
}
.textarea:hover, .input:hover, .is-hovered.textarea, .is-hovered.input {
  border-color: #b5b5b5;
}
.textarea:focus, .input:focus, .is-focused.textarea, .is-focused.input, .textarea:active, .input:active, .is-active.textarea, .is-active.input {
  border-color: #455a64;
  box-shadow: 0 0 0 0.125em rgba(69, 90, 100, 0.25);
}

.textarea, .input {
  box-shadow: inset 0 1px 2px rgba(10, 10, 10, 0.1);
  max-width: 100%;
  width: 100%;
}

.textarea {
  display: block;
  max-width: 100%;
  min-width: 100%;
  padding: 0.625em;
  resize: vertical;
}

.control {
  box-sizing: border-box;
  clear: both;
  font-size: 1rem;
  position: relative;
  text-align: left;
}

.dropdown {
  display: inline-flex;
  position: relative;
  vertical-align: top;
}
.dropdown.is-active .dropdown-menu, .dropdown.is-hoverable:hover .dropdown-menu {
  display: block;
}
.dropdown.is-right .dropdown-menu {
  left: auto;
  right: 0;
}
.dropdown.is-up .dropdown-menu {
  bottom: 100%;
  padding-bottom: 4px;
  padding-top: initial;
  top: auto;
}

.dropdown-menu {
  display: none;
  left: 0;
  min-width: 12rem;
  padding-top: 4px;
  position: absolute;
  top: 100%;
  z-index: 20;
}

.dropdown-content {
  background-color: white;
  border-radius: 2px;
  box-shadow: 0 2px 3px rgba(10, 10, 10, 0.1), 0 0 0 1px rgba(10, 10, 10, 0.1);
  padding-bottom: 0.5rem;
  padding-top: 0.5rem;
}

.dropdown-item {
  color: #4a4a4a;
  display: block;
  font-size: 0.875rem;
  line-height: 1.5;
  padding: 0.375rem 1rem;
  position: relative;
}

a.dropdown-item,
button.dropdown-item {
  padding-right: 3rem;
  text-align: left;
  white-space: nowrap;
  width: 100%;
}
a.dropdown-item:hover,
button.dropdown-item:hover {
  background-color: whitesmoke;
  color: #0a0a0a;
}
a.dropdown-item.is-active,
button.dropdown-item.is-active {
  background-color: #455a64;
  color: #fff;
}

.list {
  background-color: white;
  border-radius: 2px;
  box-shadow: 0 2px 3px rgba(10, 10, 10, 0.1), 0 0 0 1px rgba(10, 10, 10, 0.1);
}

.list-item {
  display: block;
  padding: 0.5em 1em;
}
.list-item:not(a) {
  color: #4a4a4a;
}
.list-item:first-child {
  border-top-left-radius: 2px;
  border-top-right-radius: 2px;
}
.list-item:last-child {
  border-bottom-left-radius: 2px;
  border-bottom-right-radius: 2px;
}
.list-item:not(:last-child) {
  border-bottom: 1px solid #dbdbdb;
}
.list-item.is-active {
  background-color: #455a64;
  color: #fff;
}

a.list-item {
  background-color: whitesmoke;
  cursor: pointer;
}

.menu {
  font-size: 1rem;
}

.menu-list {
  line-height: 1.25;
}
.menu-list a {
  border-radius: 2px;
  color: #4a4a4a;
  display: block;
  padding: 0.5em 0.75em;
}
.menu-list a:hover {
  background-color: whitesmoke;
  color: #363636;
}
.menu-list a.is-active {
  background-color: #455a64;
  color: #fff;
}
.menu-list li ul {
  border-left: 1px solid #dbdbdb;
  margin: 0.75em;
  padding-left: 0.75em;
}

.navbar {
  background-color: #455a64;
  color: rgba(237, 241, 243, 0.75);
  min-height: 3rem;
  margin-bottom: 1.25rem;
  position: relative;
  z-index: 30;
}

.navbar-brand {
  align-items: stretch;
  display: flex;
  flex-shrink: 0;
  min-height: 3rem;
}
@media screen and (min-width: 920px) {
  .navbar-brand {
    display: none;
  }
}
.navbar-brand a {
  line-height: 0.75rem;
  padding-left: 0.75rem;
}

.navbar-brand a.navbar-item:focus, .navbar-brand a.navbar-item:hover {
  background-color: transparent;
}

.navbar-burger {
  color: #edf1f3;
  background-color: rgba(96, 125, 139, 0.05);
  cursor: pointer;
  display: block;
  height: 3rem;
  position: relative;
  width: 3rem;
  margin-left: auto;
}
.navbar-burger span {
  background-color: currentColor;
  display: block;
  height: 2px;
  left: calc(50% - 8px);
  position: absolute;
  transform-origin: center;
  transition-duration: 86ms;
  transition-property: background-color, opacity, transform;
  transition-timing-function: ease-out;
  width: 16px;
}
.navbar-burger span:nth-child(1) {
  top: calc(50% - 6px);
}
.navbar-burger span:nth-child(2) {
  top: calc(50% - 1px);
}
.navbar-burger span:nth-child(3) {
  top: calc(50% + 4px);
}
.navbar-burger:hover {
  background-color: rgba(96, 125, 139, 0.5);
  color: #fff;
}
.navbar-burger.is-active span:nth-child(1) {
  transform: translateY(5px) rotate(45deg);
}
.navbar-burger.is-active span:nth-child(2) {
  opacity: 0;
}
.navbar-burger.is-active span:nth-child(3) {
  transform: translateY(-5px) rotate(-45deg);
}

.navbar-menu {
  display: none;
}

.navbar-item,
.navbar-link {
  display: block;
  line-height: 1.5;
  padding: 0.5rem;
  position: relative;
}

.navbar-item {
  color: #121212;
}

.navbar-link {
  color: white;
  padding-top: 0.3125rem;
}

a.navbar-item,
.navbar-link {
  cursor: pointer;
}
a.navbar-item:focus, a.navbar-item:focus-within, a.navbar-item:hover, a.navbar-item.is-active,
.navbar-link:focus,
.navbar-link:focus-within,
.navbar-link:hover,
.navbar-link.is-active {
  background-color: #607d8b;
  color: white;
}

.navbar-item {
  display: block;
  flex-grow: 0;
  flex-shrink: 0;
}
.navbar-item.has-dropdown {
  padding: 0;
}

.navbar-content {
  flex-grow: 1;
  flex-shrink: 1;
}

@media screen and (max-width: 919px) {
  .navbar-link:not(.is-arrowless) {
    background-color: #607d8b;
    border-bottom: 1px solid rgba(237, 241, 243, 0.5);
  }
}
@media screen and (min-width: 920px) {
  .navbar-link {
    border-right: 1px solid #b6b6b6;
    padding-left: 0.75rem;
    padding-right: 0.25rem;
  }
}
.navbar-dropdown {
  font-size: 0.935rem;
}
.navbar-dropdown .navbar-item {
  color: #fff;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

@media screen and (max-width: 919px) {
  .navbar > .container {
    display: block;
  }

  .navbar-brand .navbar-item,
.navbar-tabs .navbar-item {
    align-items: center;
    display: flex;
  }

  .navbar-link::after {
    display: none;
  }

  .navbar-menu {
    background-color: #455a64;
    box-shadow: 0 8px 16px rgba(10, 10, 10, 0.1);
    padding: 0.5rem 0;
  }
  .navbar-menu.is-active {
    display: block;
  }

  .navbar.fixed-touch {
    left: 0;
    position: fixed;
    right: 0;
    z-index: 30;
  }
  .navbar.fixed-touch {
    top: 0;
  }
  .navbar.fixed-touch .navbar-menu {
    -webkit-overflow-scrolling: touch;
    max-height: calc(100vh - 3rem);
    overflow: auto;
  }

  body.navbar-fixed {
    padding-top: 4.5rem;
  }
}
@media screen and (min-width: 920px) {
  .navbar,
.navbar-menu,
.navbar-start,
.navbar-end {
    align-items: stretch;
    display: flex;
  }

  .navbar {
    margin-bottom: 2rem;
    min-height: 2.5rem;
  }

  .navbar-burger {
    display: none;
  }

  .navbar-item,
.navbar-link {
    align-items: center;
    display: flex;
  }

  .navbar-item {
    display: flex;
  }
  .navbar-item.has-dropdown {
    align-items: stretch;
  }
  .navbar-item.is-active .navbar-dropdown, .navbar-item.is-hoverable:hover .navbar-dropdown {
    display: block;
  }
  .navbar.is-spaced .navbar-item.is-active .navbar-dropdown, .navbar-item.is-active .navbar-dropdown.is-boxed, .navbar.is-spaced .navbar-item.is-hoverable:hover .navbar-dropdown, .navbar-item.is-hoverable:hover .navbar-dropdown.is-boxed {
    opacity: 1;
    pointer-events: auto;
    transform: translateY(0);
  }

  .navbar-menu {
    flex-grow: 1;
    flex-shrink: 0;
  }

  .navbar-start {
    justify-content: flex-start;
    margin-right: auto;
  }

  .navbar-end {
    justify-content: flex-end;
    margin-left: auto;
  }

  .navbar-dropdown {
    background-color: #edf1f3;
    border: 1px solid #ccc;
    box-shadow: 2px 4px 8px rgba(10, 10, 10, 0.25);
    display: none;
    font-size: 0.9375rem;
    left: 0;
    min-width: 100%;
    position: absolute;
    top: 100%;
    z-index: 20;
  }
  .navbar-dropdown .navbar-item {
    color: #121212;
    padding: 0.375rem 0.75rem;
    white-space: nowrap;
  }
  .navbar-dropdown a.navbar-item:hover {
    background-color: #607d8b;
    color: white;
  }
  .navbar-dropdown.is-right {
    left: auto;
    right: 0;
  }

  a.navbar-item.is-active,
.navbar-link.is-active {
    color: #0a0a0a;
  }
  a.navbar-item.is-active:not(:focus):not(:hover),
.navbar-link.is-active:not(:focus):not(:hover) {
    background-color: transparent;
  }

  .navbar-item.has-dropdown:focus .navbar-link, .navbar-item.has-dropdown:hover .navbar-link, .navbar-item.has-dropdown.is-active .navbar-link {
    background-color: #607d8b;
  }
}
@media screen and (max-width: 919px) {
  .navbar-menu {
    display: block;
    opacity: 0;
    position: absolute;
    left: 0;
    right: 0;
    transform: translateY(-50%);
    transition: all 0.4s ease-in-out;
    pointer-events: none;
  }

  .navbar-menu.is-active {
    opacity: 1;
    transform: none;
    pointer-events: auto;
  }
}
.home {
  display: none;
}
@media screen and (min-width: 920px) {
  .home {
    align-items: center;
    display: flex;
    border-right: 1px solid #b6b6b6;
    padding-left: 1.25rem;
    padding-right: 1.125rem;
  }
}

@media screen and (min-width: 920px) {
  a.home:hover {
    background-color: #607d8b;
  }
}
.icon-home {
  width: 1.5rem;
  height: 1.5rem;
  fill: #fff;
  text-align: center;
  line-height: 1.5rem;
}

.column {
  display: block;
  flex-basis: 0;
  flex-grow: 1;
  flex-shrink: 1;
  margin-bottom: 1rem;
  padding: 0;
}

@media screen and (min-width: 920px) {
  .column {
    padding-right: 1.5rem;
  }
}
.column:last-child {
  padding-right: 0;
}

.main-content, .sidebar {
  display: block;
  padding: 0 0.75rem;
  width: 100%;
}

@media screen and (min-width: 920px) {
  .main-content {
    padding-left: 0;
    padding-right: 2rem;
    width: 70%;
  }

  .sidebar {
    padding-right: 0;
    width: 30%;
  }
}
.columns {
  margin-left: 0;
  margin-right: 0;
  margin-bottom: 0.75rem;
}
.columns.is-centered {
  justify-content: center;
}
.columns.is-vcentered {
  align-items: center;
}
@media screen and (min-width: 920px) {
  .columns:not(.is-desktop) {
    display: flex;
  }
}

.tile {
  align-items: stretch;
  display: block;
  flex-basis: 0;
  flex-grow: 1;
  flex-shrink: 1;
  min-height: min-content;
}
@media screen and (min-width: 920px) {
  .tile:not(.is-child) {
    display: flex;
  }
  .tile.is-2 {
    flex: none;
    width: 16.6666666667%;
  }
}

.section {
  padding: 0 0 1.5rem;
}

.wx-block {
  align-items: stretch;
  display: block;
  flex-basis: 0;
  flex-grow: 1;
  flex-shrink: 1;
  margin: 0 -0.5rem 0.75rem;
}

@media screen and (min-width: 560px) {
  .wx-block {
    display: flex;
  }
  .wx-block .box {
    height: 100%;
    width: 100%;
  }
}
@media screen and (min-width: 920px) {
  .sidebar .wx-block {
    display: block;
  }
  .sidebar .wx-tile {
    margin-bottom: 0.75rem;
    width: 100%;
  }
}
.wx-tile {
  display: block;
  flex-basis: 0;
  flex-grow: 1;
  flex-shrink: 1;
  min-height: min-content;
  padding: 0 0.5rem 0.75rem;
}
.wx-tile:last-child {
  padding-bottom: 0.75rem;
}
@media screen and (max-width: 559px) {
  .wx-tile {
    padding-bottom: 1.5rem;
  }
  .wx-tile .box {
    width: 100%;
  }
}
@media screen and (min-width: 560px) {
  .wx-tile.is-3 {
    flex: none;
    width: 25%;
  }
  .wx-tile.is-4 {
    flex: none;
    width: 33.3333333333%;
  }
}
@media screen and (min-width: 560px) and (max-width: 919px) {
  .wx-tile.is-2 {
    flex: none;
    width: 16.6666666667%;
  }
}

.main-content .wx-tile p {
  margin-bottom: 0.5rem;
}

.text-forecast, .location-list, .search-box, .weather-block {
  padding: 0.75rem 0.9375rem 0.9375rem;
}

.input, textarea {
  display: block;
  box-sizing: border-box;
  width: 100%;
  height: 2.4375rem;
  padding: 0.5rem;
  border: 1px solid #cacaca;
  font-family: inherit;
  font-size: 1rem;
  color: #0a0a0a;
  background-color: #fefefe;
  box-shadow: inset 0 1px 2px rgba(10, 10, 10, 0.1);
  border-radius: 0;
  transition: box-shadow 0.5s, border-color 0.25s ease-in-out;
  -webkit-appearance: none;
  -moz-appearance: none;
}

.weather-selector .button-group,
.map-selector .button-group {
  margin-bottom: 1.25rem;
}

.weather-selector .button,
.map-selector .button {
  line-height: 1;
  background-color: #607d8b;
  color: #fff;
  cursor: pointer;
  justify-content: center;
  -webkit-appearance: none;
  transition: background-color 0.25s ease-out, color 0.25s ease-out;
  vertical-align: middle;
  border: 1px solid transparent;
  border-radius: 0;
  padding: 0.4375rem 1rem 0.5625rem;
  margin-right: 2px;
  margin-bottom: 2px;
  font-size: 1rem;
}

.weather-selector .button {
  width: 96px;
}

@media screen and (min-width: 920px) {
  .weather-selector,
.map-selector {
    width: 70%;
  }

  .weather-selector .button-group,
.map-selector .button-group {
    margin-bottom: 2rem;
  }

  .weather-selector .button,
.map-selector .button {
    margin-right: 0.5rem;
  }

  .weather-selector .button {
    width: 125px;
  }
}
.weather-selector .button:hover,
.weather-selector .button:focus,
.weather-selector .button:active,
.map-selector .button:hover,
.map-selector .button:focus,
.map-selector .button:active {
  background-color: #526a76;
}

.branding {
  display: none;
}
@media screen and (min-width: 920px) {
  .branding {
    margin: 0.75rem 0;
    min-height: 90px;
  }
  .branding a {
    line-height: 1;
  }
}

.col3 {
  column-count: 2;
}

@media screen and (min-width: 480px) {
  .col2 {
    column-count: 2;
    margin-bottom: 0;
  }

  .col3 {
    column-count: 3;
    margin-bottom: 0;
  }
}
.cctop {
  display: flex;
  margin-bottom: 0.75rem;
}

.cc1, .cc2 {
  display: block;
  flex-basis: 0;
  flex-grow: 1;
  flex-shrink: 1;
  width: 50%;
}

.temp {
  color: #607d8b;
  font-size: 2rem;
  font-weight: 600;
  line-height: 1.125;
}

.highlight-text {
  color: #607d8b;
  font-size: 1.125rem;
  font-weight: 600;
  line-height: 1.25;
  margin-top: 0.625rem;
}

.highlight1, .highlight2 {
  display: inline-block;
  cursor: pointer;
  padding: 0.75rem;
  transition: background-color 0.25s ease-out, color 0.25s ease-out;
}

.highlight1 {
  background-color: #edf1f3;
}

.highlight2 {
  background-color: #dee5e8;
}

.highlight1:hover, .highlight1:focus,
.highlight2:hover, .highlight2:focus {
  background-color: #cfd8dc;
}

.header-ad {
  justify-content: flex-end;
}

.top-ad, .content-ad, .side-ad {
  text-align: center;
}

.content-ad {
  margin-bottom: 1.25rem;
}

.location-list li, .weather-block li {
  line-height: 1.25;
  margin-bottom: 0.625rem;
}
@media screen and (min-width: 920px) {
  .location-list li, .weather-block li {
    margin-bottom: 0.375rem;
  }
}

.forecast.location-list a {
  line-height: 1.625;
}

.forecast.location-list a:hover {
  text-decoration: underline;
}

.link-block {
  padding-top: 0.75rem;
}

.time-block {
  text-align: center;
}

.pb0 {
  padding-bottom: 0 !important;
}

.footer {
  background-color: #607d8b;
  padding: 1rem;
  width: 100%;
}
.footer p, .footer a {
  color: #fff;
  font-size: 0.9375rem;
  text-align: center;
}
.footer p:last-child {
  margin-bottom: 0;
}

@media screen and (min-width: 920px) {
  .footer {
    margin-top: 8rem;
  }
}

@font-face {
  font-family: "siteicons";
  src: url("https://cdn.apwx.net/static/font/siteicons/siteicons.eot");
  src: url("https://cdn.apwx.net/static/font/siteicons/siteicons.eot#iefix") format("embedded-opentype"), url("https://cdn.apwx.net/static/font/siteicons/siteicons.woff2") format("woff2"), url("https://cdn.apwx.net/static/font/siteicons/siteicons.woff") format("woff"), url("https://cdn.apwx.net/static/font/siteicons/siteicons.ttf") format("truetype"), url("https://cdn.apwx.net/static/font/siteicons/siteicons.svg#siteicons") format("svg");
  font-weight: normal;
  font-style: normal;
}
[class^=icon-]:before, [class*=" icon-"]:before {
  color: #fff;
  font-family: "siteicons";
  font-size: 1rem;
  font-style: normal;
  font-weight: normal;
  display: inline-block;
  text-decoration: inherit;
  text-align: center;
  font-variant: normal;
  text-transform: none;
}

.icon-home:before {
  content: "";
  font-size: 1.25rem;
  margin: 0;
}

.icon-right-open:before {
  content: "";
  color: #455a64;
  font-weight: bold;
}

.icon-left-open:before {
  content: "";
  color: #455a64;
}

.icon-down-open:before {
  content: "";
}

@font-face {
  font-family: "weathericons";
  src: url("https://cdn.apwx.net/static/font/weathericons/weathericons-regular-webfont.eot");
  src: url("https://cdn.apwx.net/static/font/weathericons/weathericons-regular-webfont.eot?#iefix") format("embedded-opentype"), url("https://cdn.apwx.net/static/font/weathericons/weathericons-regular-webfont.woff2") format("woff2"), url("https://cdn.apwx.net/static/font/weathericons/weathericons-regular-webfont.woff") format("woff"), url("https://cdn.apwx.net/static/font/weathericons/weathericons-regular-webfont.ttf") format("truetype");
}
.wi {
  display: inline-block;
  font-family: weathericons;
  font-size: 72px;
  font-style: normal;
  font-weight: 300;
  color: #607d8b;
  line-height: 1.375;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.na:before {
  content: "";
}

.day-clear:before {
  content: "";
}

.day-hot:before {
  content: "";
}

.day-partly-sunny:before {
  content: "";
}

.day-mostly-sunny:before {
  content: "";
}

.day-sunny-chance-showers:before {
  content: "";
}

.day-sunny:before {
  content: "";
}

.day-sunny-windy:before {
  content: "";
}

.day-cloud-increasing:before,
.day-clouds-increasing:before {
  content: "";
}

.day-partly-cloudy:before {
  content: "";
}

.day-partly-cloudy-windy:before {
  content: "";
}

.day-mostly-cloudy:before {
  content: "";
}

.day-cloudy:before {
  content: "";
}

.day-overcast:before {
  content: "";
}

.day-cloud-clearing:before,
.day-clouds-clearing:before {
  content: "";
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1);
  -webkit-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  transform: scale(-1, 1);
}

.day-drizzle:before {
  content: "";
}

.day-chance-showers:before {
  content: "";
}

.day-showers:before {
  content: "";
  font-size: 66px;
}

.day-light-rain:before {
  content: "";
}

.day-light-rain-wind:before {
  content: "";
}

.day-medium-rain:before {
  content: "";
  line-height: 1.5;
}

.day-rain:before {
  content: "";
}

.day-heavy-rain:before {
  content: "";
}

.day-rain-wind:before {
  content: "";
}

.day-hail:before {
  content: "";
}

.day-sleet:before {
  content: "";
}

.day-snow:before {
  content: "";
}

.day-light-snow:before {
  content: "";
}

.day-snow-wind:before {
  content: "";
}

.day-blowing-snow:before {
  content: "";
}

.day-thunderstorm:before {
  content: "";
  line-height: 1.5;
}

.day-patchy-fog:before {
  content: "";
}

.day-fog:before {
  content: "";
}

.day-dense-fog:before {
  content: "";
}

.day-cold:before {
  content: "";
}

.day-dusty:before {
  content: "";
}

.night-clear:before {
  content: "";
}

.night-mostly-clear:before {
  content: "";
}

.night-cloud-increasing:before,
.night-clouds-increasing:before {
  content: "";
}

.night-partly-cloudy:before {
  content: "";
}

.night-partly-cloudy-windy:before {
  content: "";
}

.night-mostly-cloudy:before {
  content: "";
}

.night-cloudy:before {
  content: "";
}

.night-overcast:before {
  content: "";
}

.night-cloud-clearing:before,
.night-clouds-clearing:before {
  content: "";
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1);
  -webkit-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  transform: scale(-1, 1);
}

.night-windy:before {
  content: "";
}

.night-drizzle:before {
  content: "";
  line-height: 1.5;
}

.night-chance-showers:before {
  content: "";
}

.night-showers:before {
  content: "";
}

.night-light-rain:before {
  content: "";
}

.night-light-rain-wind:before {
  content: "";
}

.night-medium-rain:before {
  content: "";
  line-height: 1.5;
}

.night-rain:before {
  content: "";
}

.night-heavy-rain:before {
  content: "";
}

.night-rain-wind:before {
  content: "";
}

.night-hail:before {
  content: "";
}

.night-sleet:before {
  content: "";
}

.night-snow:before {
  content: "";
}

.night-light-snow:before {
  content: "";
}

.night-snow-wind:before {
  content: "";
}

.night-blowing-snow:before {
  content: "";
}

.night-chance-thunderstorm:before {
  content: "";
}

.night-thunderstorm:before {
  content: "";
}

.night-patchy-fog:before {
  content: "";
}

.night-fog:before {
  content: "";
}

.night-dense-fog:before {
  content: "";
}

.night-cold:before {
  content: "";
}

.night-dusty:before {
  content: "";
}

.moonicon .wi {
  line-height: 1;
}

.wxc-moonphase-m0:before {
  content: "";
}

.wxc-moonphase-m1:before {
  content: "";
}

.wxc-moonphase-m2:before {
  content: "";
}

.wxc-moonphase-m3:before {
  content: "";
}

.wxc-moonphase-m4:before {
  content: "";
}

.wxc-moonphase-m5:before {
  content: "";
}

.wxc-moonphase-m6:before {
  content: "";
}

.wxc-moonphase-m7:before {
  content: "";
}

.wxc-moonphase-m8:before {
  content: "";
}

.wxc-moonphase-m9:before {
  content: "";
}

.wxc-moonphase-m10:before {
  content: "";
}

.wxc-moonphase-m11:before {
  content: "";
}

.wxc-moonphase-m12:before {
  content: "";
}

.wxc-moonphase-m13:before {
  content: "";
}

.wxc-moonphase-m14:before {
  content: "";
}

.wxc-moonphase-m15:before {
  content: "";
}

.wxc-moonphase-m16:before {
  content: "";
}

.wxc-moonphase-m17:before {
  content: "";
}

.wxc-moonphase-m18:before {
  content: "";
}

.wxc-moonphase-m19:before {
  content: "";
}

.wxc-moonphase-m20:before {
  content: "";
}

.wxc-moonphase-m21:before {
  content: "";
}

.wxc-moonphase-m22:before {
  content: "";
}

.wxc-moonphase-m23:before {
  content: "";
}

.wxc-moonphase-m24:before {
  content: "";
}

.wxc-moonphase-m25:before {
  content: "";
}

.wxc-moonphase-m26:before {
  content: "";
}

.wxc-moonphase-m27:before {
  content: "";
}

.wxc-moonphase-m28:before {
  content: "";
}

.wxc-moonphase-m29:before {
  content: "";
}

.wxicon img {
  margin: -0.75rem 0;
  height: 7rem;
  width: 7rem;
}

.templabel {
  display: inline-block;
  padding: 0.1875rem 0.4375rem;
  font-size: 1.75rem;
  line-height: 1;
  white-space: nowrap;
  cursor: default;
  border-radius: 3px;
  background-color: #607d8b;
}
.templabel.t-30down {
  background-color: #0ff;
}
.templabel.t-29to-20 {
  background-color: #0ff;
}
.templabel.t-19to-10 {
  background-color: #0ff;
}
.templabel.t-9to-5 {
  background-color: #007eff;
}
.templabel.t-4to0 {
  background-color: #9df;
}
.templabel.t1to4 {
  background-color: #cef;
}
.templabel.t5to9 {
  background-color: #df0;
}
.templabel.t10to14 {
  background-color: #ff3;
}
.templabel.t15to19 {
  background-color: #ffe600;
}
.templabel.t20to24 {
  background-color: #fc0;
}
.templabel.t25to29 {
  background-color: #f90;
}
.templabel.t30to34 {
  background-color: #f60;
}
.templabel.t35to39 {
  background-color: #f30;
}
.templabel.t40up {
  background-color: #f00;
}
