.weather-widget-plugin * {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box; }

.weather-widget-plugin {
  font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
  font-size: 15px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  /*! normalize.css v7.0.0 | MIT License | github.com/necolas/normalize.css */
  /* Document
     ========================================================================== */
  /**
   * 1. Correct the line height in all browsers.
   * 2. Prevent adjustments of font size after orientation changes in
   *    IE on Windows Phone and in iOS.
   */
  /* Sections
     ========================================================================== */
  /**
   * Remove the margin in all browsers (opinionated).
   */
  /**
   * Add the correct display in IE 9-.
   */
  /**
   * Correct the font size and margin on `h1` elements within `section` and
   * `article` contexts in Chrome, Firefox, and Safari.
   */
  /* Grouping content
     ========================================================================== */
  /**
   * Add the correct display in IE 9-.
   * 1. Add the correct display in IE.
   */
  /**
   * Add the correct margin in IE 8.
   */
  /**
   * 1. Add the correct box sizing in Firefox.
   * 2. Show the overflow in Edge and IE.
   */
  /**
   * 1. Correct the inheritance and scaling of font size in all browsers.
   * 2. Correct the odd `em` font sizing in all browsers.
   */
  /* Text-level semantics
     ========================================================================== */
  /**
   * 1. Remove the gray background on active links in IE 10.
   * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
   */
  /**
   * 1. Remove the bottom border in Chrome 57- and Firefox 39-.
   * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
   */
  /**
   * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
   */
  /**
   * Add the correct font weight in Chrome, Edge, and Safari.
   */
  /**
   * 1. Correct the inheritance and scaling of font size in all browsers.
   * 2. Correct the odd `em` font sizing in all browsers.
   */
  /**
   * Add the correct font style in Android 4.3-.
   */
  /**
   * Add the correct background and color in IE 9-.
   */
  /**
   * Add the correct font size in all browsers.
   */
  /**
   * Prevent `sub` and `sup` elements from affecting the line height in
   * all browsers.
   */
  /* Embedded content
     ========================================================================== */
  /**
   * Add the correct display in IE 9-.
   */
  /**
   * Add the correct display in iOS 4-7.
   */
  /**
   * Remove the border on images inside links in IE 10-.
   */
  /**
   * Hide the overflow in IE.
   */
  /* Forms
     ========================================================================== */
  /**
   * 1. Change the font styles in all browsers (opinionated).
   * 2. Remove the margin in Firefox and Safari.
   */
  /**
   * Show the overflow in IE.
   * 1. Show the overflow in Edge.
   */
  /**
   * Remove the inheritance of text transform in Edge, Firefox, and IE.
   * 1. Remove the inheritance of text transform in Firefox.
   */
  /**
   * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
   *    controls in Android 4.
   * 2. Correct the inability to style clickable types in iOS and Safari.
   */
  /**
   * Remove the inner border and padding in Firefox.
   */
  /**
   * Restore the focus styles unset by the previous rule.
   */
  /**
   * Correct the padding in Firefox.
   */
  /**
   * 1. Correct the text wrapping in Edge and IE.
   * 2. Correct the color inheritance from `fieldset` elements in IE.
   * 3. Remove the padding so developers are not caught out when they zero out
   *    `fieldset` elements in all browsers.
   */
  /**
   * 1. Add the correct display in IE 9-.
   * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
   */
  /**
   * Remove the default vertical scrollbar in IE.
   */
  /**
   * 1. Add the correct box sizing in IE 10-.
   * 2. Remove the padding in IE 10-.
   */
  /**
   * Correct the cursor style of increment and decrement buttons in Chrome.
   */
  /**
   * 1. Correct the odd appearance in Chrome and Safari.
   * 2. Correct the outline style in Safari.
   */
  /**
   * Remove the inner padding and cancel buttons in Chrome and Safari on macOS.
   */
  /**
   * 1. Correct the inability to style clickable types in iOS and Safari.
   * 2. Change font properties to `inherit` in Safari.
   */
  /* Interactive
     ========================================================================== */
  /*
   * Add the correct display in IE 9-.
   * 1. Add the correct display in Edge, IE, and Firefox.
   */
  /*
   * Add the correct display in all browsers.
   */
  /* Scripting
     ========================================================================== */
  /**
   * Add the correct display in IE 9-.
   */
  /**
   * Add the correct display in IE.
   */
  /* Hidden
     ========================================================================== */
  /**
   * Add the correct display in IE 10-.
   */ }
  .weather-widget-plugin #weatherWidgetContent {
    height: 100%;
    max-height: 100%;
    margin: 0;
    overflow: hidden; }
  .weather-widget-plugin img {
    max-width: 100%;
    height: auto; }
  .weather-widget-plugin header.weather-widget {
    color: white;
    background: #453c38;
    text-transform: uppercase;
    padding: 8px;
    height: 48px;
    font-size: 20px;
    font-weight: bold; }
    .weather-widget-plugin header.weather-widget span {
      float: left;
      margin-top: 5px;
      margin-left: 8px; }
    .weather-widget-plugin header.weather-widget img {
      float: right;
      max-height: 34px;
      margin-right: 5px; }
  .weather-widget-plugin section.hub-name, .weather-widget-plugin main.weather-widget {
    margin: 0 15px; }
  .weather-widget-plugin section.hub-name {
    margin-top: 8px;
    margin-bottom: 15px;
    color: #af131f;
    padding: 12px 0;
    min-height: 30px;
    height: 54px;
    text-align: center;
    font-family: "Lobster","Roboto",sans-serif;
    font-size: 25px;
    border-bottom: 4px solid #adadad; }
  .weather-widget-plugin main.weather-widget {
    height: calc(100% - 135px);
    max-height: calc(100% - 135px); }
  .weather-widget-plugin .day {
    background: #e2dddd;
    margin-bottom: 3px;
    height: 45%;
    max-height: 45%;
    box-sizing: border-box;
    overflow: hidden; }
  .weather-widget-plugin .day.today {
    width: 100%;
    /*padding: 20px 0;*/ }
    .weather-widget-plugin .day.today .symbol-container {
      float: left;
      width: 50%;
      max-height: 80%;
      text-align: center;
      margin-top: 20px;
      margin-bottom: 20px; }
    .weather-widget-plugin .day.today .symbol {
      margin: 5px;
      max-width: 80%; }
    .weather-widget-plugin .day.today .right {
      margin-top: 20px;
      margin-bottom: 20px;
      float: right;
      width: 50%; }
    .weather-widget-plugin .day.today .temperature {
      font-weight: bold;
      color: #6b6b6b;
      font-size: 3em; }
    .weather-widget-plugin .day.today p.precipitation {
      margin-top: 3px;
      margin-bottom: 3px; }
    .weather-widget-plugin .day.today p.precipitation, .weather-widget-plugin .day.today span.wind-speed {
      padding-left: 2px;
      font-size: 1em;
      color: #909090; }
  .weather-widget-plugin .day.next-day {
    float: left;
    width: calc(33% - 1px);
    margin: 0;
    text-align: center;
    /*padding: 10px 0;*/
    max-height: 45%; }
    .weather-widget-plugin .day.next-day .temperature {
      width: 100%;
      text-align: center;
      font-weight: bold;
      color: #6b6b6b;
      display: block;
      margin: 5px 0;
      font-size: 20px;
      margin-bottom: 10px; }
    .weather-widget-plugin .day.next-day img {
      margin: 0.3em 0;
      max-width: 80%;
      max-height: 40%; }
    .weather-widget-plugin .day.next-day span.week-day-string {
      margin-top: 10px;
      display: block;
      color: #909090;
      font-size: 1.0em; }
  .weather-widget-plugin .next-day.forecast_day1, .weather-widget-plugin .next-day.forecast_day2 {
    margin-right: 3px; }
  .weather-widget-plugin .clear {
    clear: both; }
  .weather-widget-plugin .spinner-container {
    width: 100%;
    margin-top: 50px;
    text-align: center; }
  .weather-widget-plugin .spinner {
    animation: rotator 1.4s linear infinite; }

@keyframes rotator {
  0% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(270deg); } }
  .weather-widget-plugin .path {
    stroke-dasharray: 187;
    stroke-dashoffset: 0;
    transform-origin: center;
    animation: dash 1.4s ease-in-out infinite, colors 5.6s ease-in-out infinite; }

@keyframes colors {
  0% {
    stroke: #af131f; }
  25% {
    stroke: #af131f; }
  50% {
    stroke: #af131f; }
  75% {
    stroke: #af131f; }
  100% {
    stroke: #af131f; } }

@keyframes dash {
  0% {
    stroke-dashoffset: 187; }
  50% {
    stroke-dashoffset: 46.75;
    transform: rotate(135deg); }
  100% {
    stroke-dashoffset: 187;
    transform: rotate(450deg); } }
  .weather-widget-plugin html {
    line-height: 1.15;
    /* 1 */
    -ms-text-size-adjust: 100%;
    /* 2 */
    -webkit-text-size-adjust: 100%;
    /* 2 */ }
  .weather-widget-plugin body {
    margin: 0; }
  .weather-widget-plugin article,
  .weather-widget-plugin aside,
  .weather-widget-plugin footer,
  .weather-widget-plugin header,
  .weather-widget-plugin nav,
  .weather-widget-plugin section {
    display: block; }
  .weather-widget-plugin h1 {
    font-size: 2em;
    margin: 0.67em 0; }
  .weather-widget-plugin figcaption,
  .weather-widget-plugin figure,
  .weather-widget-plugin main {
    /* 1 */
    display: block; }
  .weather-widget-plugin figure {
    margin: 1em 40px; }
  .weather-widget-plugin hr {
    box-sizing: content-box;
    /* 1 */
    height: 0;
    /* 1 */
    overflow: visible;
    /* 2 */ }
  .weather-widget-plugin pre {
    font-family: monospace, monospace;
    /* 1 */
    font-size: 1em;
    /* 2 */ }
  .weather-widget-plugin a {
    background-color: transparent;
    /* 1 */
    -webkit-text-decoration-skip: objects;
    /* 2 */ }
  .weather-widget-plugin abbr[title] {
    border-bottom: none;
    /* 1 */
    text-decoration: underline;
    /* 2 */
    text-decoration: underline dotted;
    /* 2 */ }
  .weather-widget-plugin b,
  .weather-widget-plugin strong {
    font-weight: inherit; }
  .weather-widget-plugin b,
  .weather-widget-plugin strong {
    font-weight: bolder; }
  .weather-widget-plugin code,
  .weather-widget-plugin kbd,
  .weather-widget-plugin samp {
    font-family: monospace, monospace;
    /* 1 */
    font-size: 1em;
    /* 2 */ }
  .weather-widget-plugin dfn {
    font-style: italic; }
  .weather-widget-plugin mark {
    background-color: #ff0;
    color: #000; }
  .weather-widget-plugin small {
    font-size: 80%; }
  .weather-widget-plugin sub,
  .weather-widget-plugin sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline; }
  .weather-widget-plugin sub {
    bottom: -0.25em; }
  .weather-widget-plugin sup {
    top: -0.5em; }
  .weather-widget-plugin audio,
  .weather-widget-plugin video {
    display: inline-block; }
  .weather-widget-plugin audio:not([controls]) {
    display: none;
    height: 0; }
  .weather-widget-plugin img {
    border-style: none; }
  .weather-widget-plugin svg:not(:root) {
    overflow: hidden; }
  .weather-widget-plugin button,
  .weather-widget-plugin input,
  .weather-widget-plugin optgroup,
  .weather-widget-plugin select,
  .weather-widget-plugin textarea {
    font-family: sans-serif;
    /* 1 */
    font-size: 100%;
    /* 1 */
    line-height: 1.15;
    /* 1 */
    margin: 0;
    /* 2 */ }
  .weather-widget-plugin button,
  .weather-widget-plugin input {
    /* 1 */
    overflow: visible; }
  .weather-widget-plugin button,
  .weather-widget-plugin select {
    /* 1 */
    text-transform: none; }
  .weather-widget-plugin button,
  .weather-widget-plugin html [type="button"],
  .weather-widget-plugin [type="reset"],
  .weather-widget-plugin [type="submit"] {
    -webkit-appearance: button;
    /* 2 */ }
  .weather-widget-plugin button::-moz-focus-inner,
  .weather-widget-plugin [type="button"]::-moz-focus-inner,
  .weather-widget-plugin [type="reset"]::-moz-focus-inner,
  .weather-widget-plugin [type="submit"]::-moz-focus-inner {
    border-style: none;
    padding: 0; }
  .weather-widget-plugin button:-moz-focusring,
  .weather-widget-plugin [type="button"]:-moz-focusring,
  .weather-widget-plugin [type="reset"]:-moz-focusring,
  .weather-widget-plugin [type="submit"]:-moz-focusring {
    outline: 1px dotted ButtonText; }
  .weather-widget-plugin fieldset {
    padding: 0.35em 0.75em 0.625em; }
  .weather-widget-plugin legend {
    box-sizing: border-box;
    /* 1 */
    color: inherit;
    /* 2 */
    display: table;
    /* 1 */
    max-width: 100%;
    /* 1 */
    padding: 0;
    /* 3 */
    white-space: normal;
    /* 1 */ }
  .weather-widget-plugin progress {
    display: inline-block;
    /* 1 */
    vertical-align: baseline;
    /* 2 */ }
  .weather-widget-plugin textarea {
    overflow: auto; }
  .weather-widget-plugin [type="checkbox"],
  .weather-widget-plugin [type="radio"] {
    box-sizing: border-box;
    /* 1 */
    padding: 0;
    /* 2 */ }
  .weather-widget-plugin [type="number"]::-webkit-inner-spin-button,
  .weather-widget-plugin [type="number"]::-webkit-outer-spin-button {
    height: auto; }
  .weather-widget-plugin [type="search"] {
    -webkit-appearance: textfield;
    /* 1 */
    outline-offset: -2px;
    /* 2 */ }
  .weather-widget-plugin [type="search"]::-webkit-search-cancel-button,
  .weather-widget-plugin [type="search"]::-webkit-search-decoration {
    -webkit-appearance: none; }
  .weather-widget-plugin ::-webkit-file-upload-button {
    -webkit-appearance: button;
    /* 1 */
    font: inherit;
    /* 2 */ }
  .weather-widget-plugin details,
  .weather-widget-plugin menu {
    display: block; }
  .weather-widget-plugin summary {
    display: list-item; }
  .weather-widget-plugin canvas {
    display: inline-block; }
  .weather-widget-plugin template {
    display: none; }
  .weather-widget-plugin [hidden] {
    display: none; }

/*# sourceMappingURL=main.css.map*/