/*
! tailwindcss v3.4.1 | MIT License | https://tailwindcss.com
*//*
1. Prevent padding and border from affecting element width. (https://github.com/mozdevs/cssremedy/issues/4)
2. Allow adding a border to an element by just adding a border-width. (https://github.com/tailwindcss/tailwindcss/pull/116)
*/

*,
::before,
::after {
  box-sizing: border-box; /* 1 */
  border-width: 0; /* 2 */
  border-style: solid; /* 2 */
  border-color: #f4f4f4; /* 2 */
}

::before,
::after {
  --tw-content: '';
}

/*
1. Use a consistent sensible line-height in all browsers.
2. Prevent adjustments of font size after orientation changes in iOS.
3. Use a more readable tab size.
4. Use the user's configured `sans` font-family by default.
5. Use the user's configured `sans` font-feature-settings by default.
6. Use the user's configured `sans` font-variation-settings by default.
7. Disable tap highlights on iOS
*/

html,
:host {
  line-height: 1.5; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */ /* 3 */
  tab-size: 4; /* 3 */
  font-family: Roboto, sans-serif; /* 4 */
  font-feature-settings: normal; /* 5 */
  font-variation-settings: normal; /* 6 */
  -webkit-tap-highlight-color: transparent; /* 7 */
}

/*
1. Remove the margin in all browsers.
2. Inherit line-height from `html` so users can set them as a class directly on the `html` element.
*/

body {
  margin: 0; /* 1 */
  line-height: inherit; /* 2 */
}

/*
1. Add the correct height in Firefox.
2. Correct the inheritance of border color in Firefox. (https://bugzilla.mozilla.org/show_bug.cgi?id=190655)
3. Ensure horizontal rules are visible by default.
*/

hr {
  height: 0; /* 1 */
  color: inherit; /* 2 */
  border-top-width: 1px; /* 3 */
}

/*
Add the correct text decoration in Chrome, Edge, and Safari.
*/

abbr:where([title]) {
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

/*
Remove the default font size and weight for headings.
*/

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
}

/*
Reset links to optimize for opt-in styling instead of opt-out.
*/

a {
  color: inherit;
  text-decoration: inherit;
}

/*
Add the correct font weight in Edge and Safari.
*/

b,
strong {
  font-weight: bolder;
}

/*
1. Use the user's configured `mono` font-family by default.
2. Use the user's configured `mono` font-feature-settings by default.
3. Use the user's configured `mono` font-variation-settings by default.
4. Correct the odd `em` font sizing in all browsers.
*/

code,
kbd,
samp,
pre {
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace; /* 1 */
  font-feature-settings: normal; /* 2 */
  font-variation-settings: normal; /* 3 */
  font-size: 1em; /* 4 */
}

/*
Add the correct font size in all browsers.
*/

small {
  font-size: 80%;
}

/*
Prevent `sub` and `sup` elements from affecting the line height in all browsers.
*/

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/*
1. Remove text indentation from table contents in Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=999088, https://bugs.webkit.org/show_bug.cgi?id=201297)
2. Correct table border color inheritance in all Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=935729, https://bugs.webkit.org/show_bug.cgi?id=195016)
3. Remove gaps between table borders by default.
*/

table {
  text-indent: 0; /* 1 */
  border-color: inherit; /* 2 */
  border-collapse: collapse; /* 3 */
}

/*
1. Change the font styles in all browsers.
2. Remove the margin in Firefox and Safari.
3. Remove default padding in all browsers.
*/

button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-feature-settings: inherit; /* 1 */
  font-variation-settings: inherit; /* 1 */
  font-size: 100%; /* 1 */
  font-weight: inherit; /* 1 */
  line-height: inherit; /* 1 */
  color: inherit; /* 1 */
  margin: 0; /* 2 */
  padding: 0; /* 3 */
}

/*
Remove the inheritance of text transform in Edge and Firefox.
*/

button,
select {
  text-transform: none;
}

/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Remove default button styles.
*/

button,
[type='button'],
[type='reset'],
[type='submit'] {
  -webkit-appearance: button; /* 1 */
  background-color: transparent; /* 2 */
  background-image: none; /* 2 */
}

/*
Use the modern Firefox focus style for all focusable elements.
*/

:-moz-focusring {
  outline: auto;
}

/*
Remove the additional `:invalid` styles in Firefox. (https://github.com/mozilla/gecko-dev/blob/2f9eacd9d3d995c937b4251a5557d95d494c9be1/layout/style/res/forms.css#L728-L737)
*/

:-moz-ui-invalid {
  box-shadow: none;
}

/*
Add the correct vertical alignment in Chrome and Firefox.
*/

progress {
  vertical-align: baseline;
}

/*
Correct the cursor style of increment and decrement buttons in Safari.
*/

::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
  height: auto;
}

/*
1. Correct the odd appearance in Chrome and Safari.
2. Correct the outline style in Safari.
*/

[type='search'] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/*
Remove the inner padding in Chrome and Safari on macOS.
*/

::-webkit-search-decoration {
  -webkit-appearance: none;
}

/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Change font properties to `inherit` in Safari.
*/

::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/*
Add the correct display in Chrome and Safari.
*/

summary {
  display: list-item;
}

/*
Removes the default spacing and border for appropriate elements.
*/

blockquote,
dl,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
figure,
p,
pre {
  margin: 0;
}

fieldset {
  margin: 0;
  padding: 0;
}

legend {
  padding: 0;
}

ol,
ul,
menu {
  list-style: none;
  margin: 0;
  padding: 0;
}

/*
Reset default styling for dialogs.
*/
dialog {
  padding: 0;
}

/*
Prevent resizing textareas horizontally by default.
*/

textarea {
  resize: vertical;
}

/*
1. Reset the default placeholder opacity in Firefox. (https://github.com/tailwindlabs/tailwindcss/issues/3300)
2. Set the default placeholder color to the user's configured gray 400 color.
*/

input::placeholder,
textarea::placeholder {
  opacity: 1; /* 1 */
  color: #e2e2e2; /* 2 */
}

/*
Set the default cursor for buttons.
*/

button,
[role="button"] {
  cursor: pointer;
}

/*
Make sure disabled buttons don't get the pointer cursor.
*/
:disabled {
  cursor: default;
}

/*
1. Make replaced elements `display: block` by default. (https://github.com/mozdevs/cssremedy/issues/14)
2. Add `vertical-align: middle` to align replaced elements more sensibly by default. (https://github.com/jensimmons/cssremedy/issues/14#issuecomment-634934210)
   This can trigger a poorly considered lint error in some tools but is included by design.
*/

img,
svg,
video,
canvas,
audio,
iframe,
embed,
object {
  display: block; /* 1 */
  vertical-align: middle; /* 2 */
}

/*
Constrain images and videos to the parent width and preserve their intrinsic aspect ratio. (https://github.com/mozdevs/cssremedy/issues/14)
*/

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

/* Make elements with the HTML hidden attribute stay hidden by default */
[hidden] {
  display: none;
}
    img,
    svg,
    video,
    canvas,
    audio,
    iframe,
    embed,
    object {
        /* Cancel Tailwind styling */
        display: unset;
        vertical-align: unset;
    }

    body {
        line-height: 1.8;
    }

    p {
        margin: 0 0 1rem 0;
    }

    p a {
  text-decoration-line: underline;
}

    p a:hover {
  text-decoration-line: none;
}

    h3 {
        font-size: 19px;
        font-weight: 700;
        line-height: 1.4;
        margin-bottom: 0.125rem;
        text-transform: none;
        color: #3e3e3e;
        --tw-text-opacity: 1;
        color: rgb(62 62 62 / var(--tw-text-opacity));
    }

    h1, h2, h3, h4, h5, h6 {
        padding: 0;
        margin: 0;
        font-weight: 500
    }

    h1 {
        font-size: 2em;
    }

    h2 {
        font-size: 1.5em;
    }

    a {
  cursor: pointer;
  --tw-text-opacity: 1;
  color: rgb(0 159 227 / var(--tw-text-opacity));
  text-decoration-line: none;
}

    a:hover {
  text-decoration-line: underline;
}

    body {
  --tw-text-opacity: 1;
  color: rgb(62 62 62 / var(--tw-text-opacity));
}

    .cursor-zoomin {
        cursor: zoom-in;
    }

    .cursor-zoomout {
        cursor: zoom-out;
    }

    .clearfix:after {
        display: block;
        content: ' ';
        clear: both
    }

    input::placeholder {
        color: #707070;
    }

    .standard-shadow {
        box-shadow: 1px 1px 4px rgba(0,0,0,.15);
    }

    ul {
        list-style-type: unset;
        margin-top: 16px;
        margin-bottom: 16px;
    }

    #scrollUp {
        position: fixed;
        display: block;
        bottom: 1rem;
        color: #009FE3;
        font-size: 0;
        height: 2rem;
        right: 1rem;
        width: 2rem;
        z-index: 10;
        text-decoration: none;
        transition: opacity ease-in-out 300ms;
        opacity: 0;
    }

    #scrollUp.visible {
        opacity: 1;
    }

    #scrollUp:hover {
        color: #008BD1;
    }

    #scrollUp::before {
        content: '\f0aa';
        font-family: fontawesome;
        font-size: 2rem;
    }

    .\!hidden {
        display: none !important;
    }

    .hidden {
        display: none !important;
    }

    select {
        font-family: revert;
        font-feature-settings: revert;
        font-variation-settings: revert;
        font-size: revert;
        font-weight: revert;
        line-height: revert;
        color: revert;
        margin: revert;
        padding: revert;
        border: revert;
    }
    
    optgroup {
        font-weight: bolder;
    }

*, ::before, ::after {
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position:  ;
  --tw-gradient-via-position:  ;
  --tw-gradient-to-position:  ;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
}

::backdrop {
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position:  ;
  --tw-gradient-via-position:  ;
  --tw-gradient-to-position:  ;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
}
.container {
  width: 100%;
}
@media (min-width: 640px) {

  .container {
    max-width: 640px;
  }
}
@media (min-width: 768px) {

  .container {
    max-width: 768px;
  }
}
@media (min-width: 1024px) {

  .container {
    max-width: 1024px;
  }
}
@media (min-width: 1280px) {

  .container {
    max-width: 1280px;
  }
}
@media (min-width: 1536px) {

  .container {
    max-width: 1536px;
  }
}
.pointer-events-none {
  pointer-events: none;
}
.visible {
  visibility: visible;
}
.invisible {
  visibility: hidden;
}
.static {
  position: static;
}
.fixed {
  position: fixed;
}
.absolute {
  position: absolute;
}
.relative {
  position: relative;
}
.-bottom-1 {
  bottom: -0.25rem;
}
.-bottom-1\.5 {
  bottom: -0.375rem;
}
.-bottom-16 {
  bottom: -4rem;
}
.-bottom-8 {
  bottom: -2rem;
}
.-bottom-\[40px\] {
  bottom: -40px;
}
.-left-2 {
  left: -0.5rem;
}
.-left-px {
  left: -1px;
}
.-right-2 {
  right: -0.5rem;
}
.-right-2\.5 {
  right: -0.625rem;
}
.-top-1 {
  top: -0.25rem;
}
.-top-10 {
  top: -2.5rem;
}
.bottom-0 {
  bottom: 0px;
}
.bottom-10 {
  bottom: 2.5rem;
}
.bottom-\[39px\] {
  bottom: 39px;
}
.left-0 {
  left: 0px;
}
.left-1\/2 {
  left: 50%;
}
.left-4 {
  left: 1rem;
}
.right-0 {
  right: 0px;
}
.right-8 {
  right: 2rem;
}
.top-0 {
  top: 0px;
}
.top-6 {
  top: 1.5rem;
}
.top-\[3px\] {
  top: 3px;
}
.top-\[48px\] {
  top: 48px;
}
.top-px {
  top: 1px;
}
.z-\[90000000\] {
  z-index: 90000000;
}
.z-\[9999\] {
  z-index: 9999;
}
.order-1 {
  order: 1;
}
.order-2 {
  order: 2;
}
.col-auto {
  grid-column: auto;
}
.col-span-1 {
  grid-column: span 1 / span 1;
}
.col-span-10 {
  grid-column: span 10 / span 10;
}
.col-span-11 {
  grid-column: span 11 / span 11;
}
.col-span-12 {
  grid-column: span 12 / span 12;
}
.col-span-2 {
  grid-column: span 2 / span 2;
}
.col-span-3 {
  grid-column: span 3 / span 3;
}
.col-span-4 {
  grid-column: span 4 / span 4;
}
.col-span-5 {
  grid-column: span 5 / span 5;
}
.col-span-6 {
  grid-column: span 6 / span 6;
}
.col-span-7 {
  grid-column: span 7 / span 7;
}
.col-span-8 {
  grid-column: span 8 / span 8;
}
.col-span-9 {
  grid-column: span 9 / span 9;
}
.col-span-full {
  grid-column: 1 / -1;
}
.col-start-1 {
  grid-column-start: 1;
}
.col-start-10 {
  grid-column-start: 10;
}
.col-start-11 {
  grid-column-start: 11;
}
.col-start-12 {
  grid-column-start: 12;
}
.col-start-13 {
  grid-column-start: 13;
}
.col-start-2 {
  grid-column-start: 2;
}
.col-start-3 {
  grid-column-start: 3;
}
.col-start-4 {
  grid-column-start: 4;
}
.col-start-5 {
  grid-column-start: 5;
}
.col-start-6 {
  grid-column-start: 6;
}
.col-start-7 {
  grid-column-start: 7;
}
.col-start-8 {
  grid-column-start: 8;
}
.col-start-9 {
  grid-column-start: 9;
}
.col-start-auto {
  grid-column-start: auto;
}
.col-end-1 {
  grid-column-end: 1;
}
.col-end-10 {
  grid-column-end: 10;
}
.col-end-11 {
  grid-column-end: 11;
}
.col-end-12 {
  grid-column-end: 12;
}
.col-end-13 {
  grid-column-end: 13;
}
.col-end-2 {
  grid-column-end: 2;
}
.col-end-3 {
  grid-column-end: 3;
}
.col-end-4 {
  grid-column-end: 4;
}
.col-end-5 {
  grid-column-end: 5;
}
.col-end-6 {
  grid-column-end: 6;
}
.col-end-7 {
  grid-column-end: 7;
}
.col-end-8 {
  grid-column-end: 8;
}
.col-end-9 {
  grid-column-end: 9;
}
.col-end-auto {
  grid-column-end: auto;
}
.m-0 {
  margin: 0px;
}
.m-auto {
  margin: auto;
}
.-mx-4 {
  margin-left: -1rem;
  margin-right: -1rem;
}
.mx-auto {
  margin-left: auto;
  margin-right: auto;
}
.my-3 {
  margin-top: 0.75rem;
  margin-bottom: 0.75rem;
}
.my-4 {
  margin-top: 1rem;
  margin-bottom: 1rem;
}
.mb-0 {
  margin-bottom: 0px;
}
.mb-10 {
  margin-bottom: 2.5rem;
}
.mb-2 {
  margin-bottom: 0.5rem;
}
.mb-3 {
  margin-bottom: 0.75rem;
}
.mb-4 {
  margin-bottom: 1rem;
}
.mb-6 {
  margin-bottom: 1.5rem;
}
.mb-8 {
  margin-bottom: 2rem;
}
.ml-2 {
  margin-left: 0.5rem;
}
.mr-2 {
  margin-right: 0.5rem;
}
.mr-3 {
  margin-right: 0.75rem;
}
.mt-0 {
  margin-top: 0px;
}
.mt-3 {
  margin-top: 0.75rem;
}
.mt-4 {
  margin-top: 1rem;
}
.block {
  display: block;
}
.inline-block {
  display: inline-block;
}
.flex {
  display: flex;
}
.table {
  display: table;
}
.grid {
  display: grid;
}
.inline-grid {
  display: inline-grid;
}
.\!hidden {
  display: none !important;
}
.hidden {
  display: none;
}
.h-10 {
  height: 2.5rem;
}
.h-16 {
  height: 4rem;
}
.h-48 {
  height: 12rem;
}
.h-64 {
  height: 16rem;
}
.h-8 {
  height: 2rem;
}
.h-\[178px\] {
  height: 178px;
}
.h-\[38px\] {
  height: 38px;
}
.h-full {
  height: 100%;
}
.max-h-0 {
  max-height: 0px;
}
.max-h-0\.5 {
  max-height: 0.125rem;
}
.max-h-1 {
  max-height: 0.25rem;
}
.max-h-1\.5 {
  max-height: 0.375rem;
}
.max-h-10 {
  max-height: 2.5rem;
}
.max-h-11 {
  max-height: 2.75rem;
}
.max-h-12 {
  max-height: 3rem;
}
.max-h-14 {
  max-height: 3.5rem;
}
.max-h-16 {
  max-height: 4rem;
}
.max-h-2 {
  max-height: 0.5rem;
}
.max-h-2\.5 {
  max-height: 0.625rem;
}
.max-h-20 {
  max-height: 5rem;
}
.max-h-24 {
  max-height: 6rem;
}
.max-h-28 {
  max-height: 7rem;
}
.max-h-3 {
  max-height: 0.75rem;
}
.max-h-3\.5 {
  max-height: 0.875rem;
}
.max-h-32 {
  max-height: 8rem;
}
.max-h-36 {
  max-height: 9rem;
}
.max-h-4 {
  max-height: 1rem;
}
.max-h-40 {
  max-height: 10rem;
}
.max-h-44 {
  max-height: 11rem;
}
.max-h-48 {
  max-height: 12rem;
}
.max-h-5 {
  max-height: 1.25rem;
}
.max-h-52 {
  max-height: 13rem;
}
.max-h-56 {
  max-height: 14rem;
}
.max-h-6 {
  max-height: 1.5rem;
}
.max-h-60 {
  max-height: 15rem;
}
.max-h-64 {
  max-height: 16rem;
}
.max-h-7 {
  max-height: 1.75rem;
}
.max-h-72 {
  max-height: 18rem;
}
.max-h-8 {
  max-height: 2rem;
}
.max-h-80 {
  max-height: 20rem;
}
.max-h-9 {
  max-height: 2.25rem;
}
.max-h-96 {
  max-height: 24rem;
}
.max-h-dvh {
  max-height: 100dvh;
}
.max-h-fit {
  max-height: -webkit-fit-content;
  max-height: -moz-fit-content;
  max-height: fit-content;
}
.max-h-full {
  max-height: 100%;
}
.max-h-lvh {
  max-height: 100lvh;
}
.max-h-max {
  max-height: -webkit-max-content;
  max-height: max-content;
}
.max-h-min {
  max-height: -webkit-min-content;
  max-height: min-content;
}
.max-h-none {
  max-height: none;
}
.max-h-px {
  max-height: 1px;
}
.max-h-screen {
  max-height: 100vh;
}
.max-h-svh {
  max-height: 100svh;
}
.min-h-20 {
  min-height: 5rem;
}
.min-h-\[400px\] {
  min-height: 400px;
}
.w-10 {
  width: 2.5rem;
}
.w-16 {
  width: 4rem;
}
.w-4 {
  width: 1rem;
}
.w-40 {
  width: 10rem;
}
.w-44 {
  width: 11rem;
}
.w-48 {
  width: 12rem;
}
.w-6 {
  width: 1.5rem;
}
.w-64 {
  width: 16rem;
}
.w-8 {
  width: 2rem;
}
.w-\[140px\] {
  width: 140px;
}
.w-\[18px\] {
  width: 18px;
}
.w-full {
  width: 100%;
}
.min-w-fit {
  min-width: -webkit-fit-content;
  min-width: -moz-fit-content;
  min-width: fit-content;
}
.max-w-0 {
  max-width: 0px;
}
.max-w-0\.5 {
  max-width: 0.125rem;
}
.max-w-1 {
  max-width: 0.25rem;
}
.max-w-1\.5 {
  max-width: 0.375rem;
}
.max-w-10 {
  max-width: 2.5rem;
}
.max-w-11 {
  max-width: 2.75rem;
}
.max-w-12 {
  max-width: 3rem;
}
.max-w-14 {
  max-width: 3.5rem;
}
.max-w-16 {
  max-width: 4rem;
}
.max-w-2 {
  max-width: 0.5rem;
}
.max-w-2\.5 {
  max-width: 0.625rem;
}
.max-w-20 {
  max-width: 5rem;
}
.max-w-24 {
  max-width: 6rem;
}
.max-w-28 {
  max-width: 7rem;
}
.max-w-2xl {
  max-width: 42rem;
}
.max-w-3 {
  max-width: 0.75rem;
}
.max-w-3\.5 {
  max-width: 0.875rem;
}
.max-w-32 {
  max-width: 8rem;
}
.max-w-36 {
  max-width: 9rem;
}
.max-w-3xl {
  max-width: 48rem;
}
.max-w-4 {
  max-width: 1rem;
}
.max-w-40 {
  max-width: 10rem;
}
.max-w-44 {
  max-width: 11rem;
}
.max-w-48 {
  max-width: 12rem;
}
.max-w-4xl {
  max-width: 56rem;
}
.max-w-5 {
  max-width: 1.25rem;
}
.max-w-52 {
  max-width: 13rem;
}
.max-w-56 {
  max-width: 14rem;
}
.max-w-5xl {
  max-width: 64rem;
}
.max-w-6 {
  max-width: 1.5rem;
}
.max-w-60 {
  max-width: 15rem;
}
.max-w-64 {
  max-width: 16rem;
}
.max-w-6xl {
  max-width: 72rem;
}
.max-w-7 {
  max-width: 1.75rem;
}
.max-w-72 {
  max-width: 18rem;
}
.max-w-7xl {
  max-width: 80rem;
}
.max-w-8 {
  max-width: 2rem;
}
.max-w-80 {
  max-width: 20rem;
}
.max-w-9 {
  max-width: 2.25rem;
}
.max-w-96 {
  max-width: 24rem;
}
.max-w-\[180px\] {
  max-width: 180px;
}
.max-w-\[404px\] {
  max-width: 404px;
}
.max-w-fit {
  max-width: -webkit-fit-content;
  max-width: -moz-fit-content;
  max-width: fit-content;
}
.max-w-full {
  max-width: 100%;
}
.max-w-lg {
  max-width: 32rem;
}
.max-w-max {
  max-width: -webkit-max-content;
  max-width: max-content;
}
.max-w-md {
  max-width: 28rem;
}
.max-w-min {
  max-width: -webkit-min-content;
  max-width: min-content;
}
.max-w-none {
  max-width: none;
}
.max-w-prose {
  max-width: 65ch;
}
.max-w-px {
  max-width: 1px;
}
.max-w-screen-2xl {
  max-width: 1536px;
}
.max-w-screen-lg {
  max-width: 1024px;
}
.max-w-screen-md {
  max-width: 768px;
}
.max-w-screen-sm {
  max-width: 640px;
}
.max-w-screen-xl {
  max-width: 1280px;
}
.max-w-site {
  max-width: 1200px;
}
.max-w-sm {
  max-width: 24rem;
}
.max-w-xl {
  max-width: 36rem;
}
.max-w-xs {
  max-width: 20rem;
}
.-translate-x-1\/2 {
  --tw-translate-x: -50%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.transform {
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
@keyframes pulse {

  50% {
    opacity: .5;
  }
}
.animate-pulse {
  animation: pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite;
}
.cursor-col-resize {
  cursor: col-resize;
}
.cursor-not-allowed {
  cursor: not-allowed;
}
.cursor-pointer {
  cursor: pointer;
}
.select-none {
  -webkit-user-select: none;
          user-select: none;
}
.resize {
  resize: both;
}
.list-none {
  list-style-type: none;
}
.break-after-avoid {
  break-after: avoid;
}
.grid-flow-row {
  grid-auto-flow: row;
}
.grid-flow-col {
  grid-auto-flow: column;
}
.grid-flow-dense {
  grid-auto-flow: dense;
}
.grid-flow-row-dense {
  grid-auto-flow: row dense;
}
.grid-flow-col-dense {
  grid-auto-flow: column dense;
}
.grid-cols-1 {
  grid-template-columns: repeat(1, minmax(0, 1fr));
}
.grid-cols-10 {
  grid-template-columns: repeat(10, minmax(0, 1fr));
}
.grid-cols-11 {
  grid-template-columns: repeat(11, minmax(0, 1fr));
}
.grid-cols-12 {
  grid-template-columns: repeat(12, minmax(0, 1fr));
}
.grid-cols-2 {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
.grid-cols-3 {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}
.grid-cols-4 {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}
.grid-cols-5 {
  grid-template-columns: repeat(5, minmax(0, 1fr));
}
.grid-cols-6 {
  grid-template-columns: repeat(6, minmax(0, 1fr));
}
.grid-cols-7 {
  grid-template-columns: repeat(7, minmax(0, 1fr));
}
.grid-cols-8 {
  grid-template-columns: repeat(8, minmax(0, 1fr));
}
.grid-cols-9 {
  grid-template-columns: repeat(9, minmax(0, 1fr));
}
.grid-cols-none {
  grid-template-columns: none;
}
.grid-cols-subgrid {
  grid-template-columns: subgrid;
}
.grid-rows-1 {
  grid-template-rows: repeat(1, minmax(0, 1fr));
}
.grid-rows-10 {
  grid-template-rows: repeat(10, minmax(0, 1fr));
}
.grid-rows-11 {
  grid-template-rows: repeat(11, minmax(0, 1fr));
}
.grid-rows-12 {
  grid-template-rows: repeat(12, minmax(0, 1fr));
}
.grid-rows-2 {
  grid-template-rows: repeat(2, minmax(0, 1fr));
}
.grid-rows-3 {
  grid-template-rows: repeat(3, minmax(0, 1fr));
}
.grid-rows-4 {
  grid-template-rows: repeat(4, minmax(0, 1fr));
}
.grid-rows-5 {
  grid-template-rows: repeat(5, minmax(0, 1fr));
}
.grid-rows-6 {
  grid-template-rows: repeat(6, minmax(0, 1fr));
}
.grid-rows-7 {
  grid-template-rows: repeat(7, minmax(0, 1fr));
}
.grid-rows-8 {
  grid-template-rows: repeat(8, minmax(0, 1fr));
}
.grid-rows-9 {
  grid-template-rows: repeat(9, minmax(0, 1fr));
}
.grid-rows-none {
  grid-template-rows: none;
}
.grid-rows-subgrid {
  grid-template-rows: subgrid;
}
.flex-row {
  flex-direction: row;
}
.flex-col {
  flex-direction: column;
}
.flex-col-reverse {
  flex-direction: column-reverse;
}
.items-start {
  align-items: flex-start;
}
.items-center {
  align-items: center;
}
.justify-start {
  justify-content: flex-start;
}
.justify-end {
  justify-content: flex-end;
}
.justify-center {
  justify-content: center;
}
.justify-between {
  justify-content: space-between;
}
.gap-1 {
  gap: 0.25rem;
}
.gap-2 {
  gap: 0.5rem;
}
.gap-4 {
  gap: 1rem;
}
.overflow-hidden {
  overflow: hidden;
}
.\!overflow-visible {
  overflow: visible !important;
}
.truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.text-ellipsis {
  text-overflow: ellipsis;
}
.whitespace-nowrap {
  white-space: nowrap;
}
.rounded {
  border-radius: 0.25rem;
}
.rounded-3xl {
  border-radius: 1.5rem;
}
.rounded-\[5px\] {
  border-radius: 5px;
}
.rounded-full {
  border-radius: 9999px;
}
.rounded-lg {
  border-radius: 0.5rem;
}
.rounded-md {
  border-radius: 0.375rem;
}
.border {
  border-width: 1px;
}
.border-b-2 {
  border-bottom-width: 2px;
}
.border-t {
  border-top-width: 1px;
}
.border-dashed {
  border-style: dashed;
}
.border-gray-200 {
  --tw-border-opacity: 1;
  border-color: rgb(244 244 244 / var(--tw-border-opacity));
}
.border-gray-300 {
  --tw-border-opacity: 1;
  border-color: rgb(237 237 237 / var(--tw-border-opacity));
}
.border-gray-400 {
  --tw-border-opacity: 1;
  border-color: rgb(226 226 226 / var(--tw-border-opacity));
}
.border-gray-700 {
  --tw-border-opacity: 1;
  border-color: rgb(114 114 114 / var(--tw-border-opacity));
}
.bg-\[\#0075A8\] {
  --tw-bg-opacity: 1;
  background-color: rgb(0 117 168 / var(--tw-bg-opacity));
}
.bg-gray-100\/50 {
  background-color: rgb(250 250 250 / 0.5);
}
.bg-gray-200 {
  --tw-bg-opacity: 1;
  background-color: rgb(244 244 244 / var(--tw-bg-opacity));
}
.bg-orange {
  --tw-bg-opacity: 1;
  background-color: rgb(255 78 0 / var(--tw-bg-opacity));
}
.bg-primary {
  --tw-bg-opacity: 1;
  background-color: rgb(0 159 227 / var(--tw-bg-opacity));
}
.bg-primary-dark {
  --tw-bg-opacity: 1;
  background-color: rgb(0 117 168 / var(--tw-bg-opacity));
}
.bg-white {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}
.bg-gradient-to-b {
  background-image: linear-gradient(to bottom, var(--tw-gradient-stops));
}
.bg-gradient-to-r {
  background-image: linear-gradient(to right, var(--tw-gradient-stops));
}
.from-\[\#009FE3\] {
  --tw-gradient-from: #009FE3 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(0 159 227 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-premium-400 {
  --tw-gradient-from: #facc15 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(250 204 21 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.via-premium-500 {
  --tw-gradient-to: rgb(234 179 8 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #eab308 var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.to-\[\#B8EAFF\] {
  --tw-gradient-to: #B8EAFF var(--tw-gradient-to-position);
}
.to-premium-600 {
  --tw-gradient-to: #ca8a04 var(--tw-gradient-to-position);
}
.p-0 {
  padding: 0px;
}
.p-2 {
  padding: 0.5rem;
}
.p-6 {
  padding: 1.5rem;
}
.p-\[2px\] {
  padding: 2px;
}
.px-2 {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}
.px-4 {
  padding-left: 1rem;
  padding-right: 1rem;
}
.px-5 {
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}
.py-1 {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}
.py-1\.5 {
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
}
.py-12 {
  padding-top: 3rem;
  padding-bottom: 3rem;
}
.py-2 {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.py-3 {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}
.py-4 {
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.\!pt-0 {
  padding-top: 0px !important;
}
.pb-4 {
  padding-bottom: 1rem;
}
.pb-\[0\.6rem\] {
  padding-bottom: 0.6rem;
}
.pl-3 {
  padding-left: 0.75rem;
}
.pr-2 {
  padding-right: 0.5rem;
}
.pr-6 {
  padding-right: 1.5rem;
}
.pt-0 {
  padding-top: 0px;
}
.pt-12 {
  padding-top: 3rem;
}
.pt-2 {
  padding-top: 0.5rem;
}
.pt-4 {
  padding-top: 1rem;
}
.pt-8 {
  padding-top: 2rem;
}
.text-left {
  text-align: left;
}
.text-center {
  text-align: center;
}
.text-right {
  text-align: right;
}
.font-\[Consolas\] {
  font-family: Consolas;
}
.text-3xl {
  font-size: 1.875rem;
  line-height: 2.25rem;
}
.text-4xl {
  font-size: 2.25rem;
  line-height: 2.5rem;
}
.text-5xl {
  font-size: 3rem;
  line-height: 1;
}
.text-\[0px\] {
  font-size: 0px;
}
.text-\[28px\] {
  font-size: 28px;
}
.text-base {
  font-size: 1rem;
  line-height: 1.5rem;
}
.text-lg {
  font-size: 1.125rem;
  line-height: 1.75rem;
}
.text-sm {
  font-size: 0.875rem;
  line-height: 1.25rem;
}
.text-xl {
  font-size: 1.25rem;
  line-height: 1.75rem;
}
.text-xs {
  font-size: 0.75rem;
  line-height: 1rem;
}
.font-bold {
  font-weight: 700;
}
.font-medium {
  font-weight: 500;
}
.font-semibold {
  font-weight: 600;
}
.leading-10 {
  line-height: 2.5rem;
}
.leading-4 {
  line-height: 1rem;
}
.leading-5 {
  line-height: 1.25rem;
}
.leading-6 {
  line-height: 1.5rem;
}
.leading-8 {
  line-height: 2rem;
}
.text-gray-700 {
  --tw-text-opacity: 1;
  color: rgb(114 114 114 / var(--tw-text-opacity));
}
.text-gray-800 {
  --tw-text-opacity: 1;
  color: rgb(62 62 62 / var(--tw-text-opacity));
}
.text-primary {
  --tw-text-opacity: 1;
  color: rgb(0 159 227 / var(--tw-text-opacity));
}
.text-primary-dark {
  --tw-text-opacity: 1;
  color: rgb(0 117 168 / var(--tw-text-opacity));
}
.text-white {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.underline {
  text-decoration-line: underline;
}
.no-underline {
  text-decoration-line: none;
}
.opacity-10 {
  opacity: 0.1;
}
.opacity-50 {
  opacity: 0.5;
}
.shadow-block {
  --tw-shadow: 1px 1px 4px rgba(0,0,0,.15);
  --tw-shadow-colored: 1px 1px 4px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.shadow-gold {
  --tw-shadow: 1px 1px 0  #C5841A;
  --tw-shadow-colored: 1px 1px 0 var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.shadow-md {
  --tw-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 4px 6px -1px var(--tw-shadow-color), 0 2px 4px -2px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.drop-shadow {
  --tw-drop-shadow: drop-shadow(0 1px 2px rgb(0 0 0 / 0.1)) drop-shadow(0 1px 1px rgb(0 0 0 / 0.06));
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}
.filter {
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}
.transition-all {
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.duration-300 {
  transition-duration: 300ms;
}
.\[text-shadow\:_4px_2px_0_rgb\(0_117_161\)\] {
  text-shadow: 4px 2px 0 rgb(0 117 161);
}
@font-face {
    font-family: 'FontAwesome';
    src: url('/Content/Fonts/fontawesome.ttf?1502') format('truetype'), url('/Content/Fonts/fontawesome.woff?1502') format('woff'), url('/Content/Fonts/fontawesome.svg?1502#fontawesome') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: block;
}
[class^="fa-"], [class*=" fa-"] {
    font-family: 'FontAwesome' !important;
    speak: never;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.fa-thermometer-3:before {
    content: "\f2c8";
}
.fa-wind:before {
    content: "\e900";
}
.fa-plus:before {
    content: "\f067";
}
.fa-minus:before {
    content: "\f068";
}
.fa-search:before {
    content: "\f002";
}
.fa-envelope-o:before {
    content: "\f003";
}
.fa-star:before {
    content: "\f005";
}
.fa-check:before {
    content: "\f00c";
}
.fa-close:before {
    content: "\f00d";
}
.fa-remove:before {
    content: "\f00d";
}
.fa-times:before {
    content: "\f00d";
}
.fa-home:before {
    content: "\f015";
}
.fa-volume-off:before {
    content: "\f026";
}
.fa-volume-up:before {
    content: "\f028";
}
.fa-camera:before {
    content: "\f030";
}
.fa-tint:before {
    content: "\f043";
}
.fa-arrows:before {
    content: "\f047";
}
.fa-step-backward:before {
    content: "\f048";
}
.fa-play:before {
    content: "\f04b";
}
.fa-pause:before {
    content: "\f04c";
}
.fa-forward:before {
    content: "\f04e";
}
.fa-step-forward:before {
    content: "\f051";
}
.fa-chevron-left:before {
    content: "\f053";
}
.fa-chevron-right:before {
    content: "\f054";
}
.fa-info-circle:before {
    content: "\f05a";
}
.fa-crosshairs:before {
    content: "\f05b";
}
.fa-exclamation-triangle:before {
    content: "\f071";
}
.fa-warning:before {
    content: "\f071";
}
.fa-chevron-up:before {
    content: "\f077";
}
.fa-chevron-down:before {
    content: "\f078";
}
.fa-linkedin:before {
    content: "\f08c";
}
.fa-twitter:before {
    content: "\e904";
}
.fa-facebook:before {
    content: "\f082";
}
.fa-feed:before {
    content: "\f09e";
}
.fa-rss:before {
    content: "\f09e";
}
.fa-arrow-circle-up:before {
    content: "\f0aa";
}
.fa-globe:before {
    content: "\f0ac";
}
.fa-arrows-alt:before {
    content: "\f0b2";
}
.fa-group:before {
    content: "\f0c0";
}
.fa-users:before {
    content: "\f0c0";
}
.fa-caret-right:before {
    content: "\f0da";
}
.fa-sort-desc:before {
    content: "\f0dd";
}
.fa-sort-down:before {
    content: "\f0dd";
}
.fa-sort-asc:before {
    content: "\f0de";
}
.fa-sort-up:before {
    content: "\f0de";
}
.fa-envelope:before {
    content: "\f0e0";
}
.fa-bolt:before {
    content: "\f0e7";
}
.fa-flash:before {
    content: "\f0e7";
}
.fa-umbrella:before {
    content: "\f0e9";
}
.fa-angle-left:before {
    content: "\f104";
}
.fa-angle-right:before {
    content: "\f105";
}
.fa-angle-up:before {
    content: "\f106";
}
.fa-angle-down:before {
    content: "\f107";
}
.fa-mobile:before {
    content: "\f10b";
}
.fa-mobile-phone:before {
    content: "\f10b";
}
.fa-exclamation:before {
    content: "\f12a";
}
.fa-youtube:before {
    content: "\f166";
}
.fa-instagram:before {
    content: "\f16d";
}
.fa-long-arrow-down:before {
    content: "\f175";
}
.fa-long-arrow-up:before {
    content: "\f176";
}
.fa-sun-o:before {
    content: "\f185";
}
.fa-moon-o:before {
    content: "\f186";
}
.fa-graduation-cap:before {
    content: "\f19d";
}
.fa-mortar-board:before {
    content: "\f19d";
}
.fa-fax:before {
    content: "\f1ac";
}
.fa-whatsapp:before {
    content: "\f232";
}
.fa-snowflake-o:before {
    content: "\f2dc";
}
.fa-circle-o-notch:before {
    content: "\f1ce";
}
.ead_native {
    width: 100%;
    height: auto;
}
.fixed-ad-250 {
    display: flex;
    height: 250px;
    margin: 10px 0;
}
.fixed-ad-90 {
    display: flex;
    height: 90px;
    margin: 10px 0;
}
.max-w-336 {
    max-width: 336px;
}
.max-w-728 {
    max-width: 728px;
}
.badge {
    background-color: #009FE3;
    border-radius: 0.7em;
    color: #fff;
    display: inline-block;
    font-size: 0.8rem;
    font-weight: normal;
    line-height: 1.4em;
    margin-right: 5px;
    text-align: center;
    width: 1.6em;
}
.btn {
    display: block;
    text-align: center;
    line-height: 1rem;
    cursor: pointer;
    appearance: none;
    -webkit-appearance: none;
    vertical-align: middle;
    padding: .85em 1em;
    margin: 1rem 0 0 0;
    font-size: .9rem;
    font-weight: 500;
    background-color: #f4f4f4;
    border-radius: 3px;
    text-decoration: none;
    box-sizing: border-box;
    color: #3e3e3e;
    min-width: 1.75rem;
    -webkit-user-select: none;
            user-select: none;
}
.btn.bg-orange {
    background-color: #f4f4f4;
}
.btn:hover {
    text-decoration: none;
    background-color: #e2e2e2;
}
.btn.small {
    display: block;
    float: left;
    padding: .2rem .5rem;
    margin: 0 .4rem .4rem 0;
    border-radius: 3px;
}
.btn.small:hover {
    background-color: #e2e2e2;
}
.btn.small.active {
    color: #fff;
    background-color: #009fe3;
}
.btn.medium.active {
    background-color: #0075a8;
}
.button-list {
    display: flex;
    flex-wrap: wrap;
}
.button-list .btn.medium {
    margin: 0 10px 10px 0;
}
.tabs-content .tabs-panel {
    display: none;
}
.tabs-content .tabs-panel.active {
    display: block;
}
.btn.small.dropdown-start {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    margin: 0 0 .4rem 0;
}
.btn.small.dropdown-end {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    border-left: solid 1px rgba(0, 0, 0, .4);
    height: 1.4rem;
}
.btn.small.dropdown-end > i {
    display: block;
    margin: -.1rem 0 .25rem 0;
}
.btn.medium {
    background-color: #009fe3;
    color: #fff;
    line-height: .8;
    display: inline-block;
    margin: 0;
    border-radius: 4px;
    box-shadow: 1px 1px 0px #0075a8;
}
.btn.medium:hover {
    background-color: #008BD1;
}
.btn.medium:disabled:hover {
    background-color: #008BD1;
}
.btn.medium .fa-chevron-left {
    margin-right: 6px;
}
.btn.medium .fa-chevron-right {
    margin-left: 6px;
}
.btn.large {
    background-color: #009fe3;
    border-bottom: solid 1px transparent;
    box-shadow: 1px 1px 0px #0075a8;
    font-weight: 400;
    font-size: 1.25rem;
    line-height: 1.5rem;
    padding: .6em .1em;
    color: white;
    width: 100%;
    border-radius: 4px;
    display: block;
}
.btn.full-width {
    width: 100%;
    background-color: #009fe3;
    color: white;
    line-height: .8;
    display: inline-block;
    margin: 0;
}
.btn.full-width:hover {
    background-color: #008BD1;
}
.btn.full-width:disabled:hover {
    background-color: #008BD1;
}
.btn-tab {
    float: left;
    font-size: .8rem;
    padding: .6rem .3rem;
    margin: 0 .1rem .1rem 0;
    border-radius: 4px;
    line-height: .8;
    display: inline-block;
    color: #fff;
    background-color: #009fe3;
    -webkit-user-select: none;
            user-select: none;
}
.btn-tab:first-letter {
    text-transform: capitalize;
}
.btn-tab:hover {
    background-color: #008BD1;
}
.btn-tab.active {
    background-color: #0075a8;
}
.btn-tab > i {
    margin-right: .3rem;
    line-height: .8;
    font-size: 11px;
}
.btn-tab.btn-icon > i {
    margin-right: 0;
}
.btn-dropdown {
    white-space: nowrap;
    float: left;
}
.btn-dropdown .btn {
    display: inline-block;
    float: none;
}
.btn.dropdown {
    position: relative;
    margin-left: -4px;
    -webkit-user-select: none;
            user-select: none;
}
.btn.dropdown.dropdown-active {
    background-color: #e2e2e2;
}
.btn.dropdown.dropdown-active.active {
    background-color: #0075a8;
}
.btn.dropdown > i {
    pointer-events: none;
}
.btn.dropdown > ul {
    display: none;
    position: absolute;
    top: 0;
    right: 0;
    background-color: #f4f4f4;
    border: solid 1px rgba(0, 0, 0, .1);
    border-radius: 3px;
    overflow: hidden;
    z-index: 5;
}
.btn.dropdown.dropdown-active > ul {
    display: table;
}
.btn.dropdown.dropdown-active > ul > li {
    padding: 0 .675rem;
    line-height: 2.2rem;
    text-align: left;
    border-top: solid 1px rgba(0, 0, 0, .1);
    white-space: nowrap;
}
.btn.dropdown.dropdown-active > ul > li:first-child {
    border-top: none;
}
.btn.dropdown.dropdown-active > ul > li > a {
    color: #3e3e3e;
    text-decoration: none;
}
.btn.dropdown.dropdown-active > ul > li:hover {
    background-color: #e2e2e2;
}
@media screen and (min-width: 768px) {
    .btn-tab {
        font-size: .9rem;
        padding: .8rem .4rem;
    }

    .btn.small {
        padding: .3rem .8rem;
    }

    .btn.small.dropdown-start {
        padding: .3rem .5rem .3rem 1rem;
    }

    .btn.small.dropdown-end {
        padding: .3rem .5rem;
        height: 1.6rem;
    }
}
@media screen and (min-width: 1024px) {
    .btn {
        padding: .9em 1.4em;
    }

    .btn-tab {
        font-size: 1rem;
        padding: .8rem 1rem;
        height: 2.3rem;
        padding-bottom: 1.6em;
    }
}
.btn.large:hover {
    background-color: #008BD1;
}
.btn:disabled {
    opacity: .5;
    cursor: default !important;
}
.btn:disabled:hover {
    background-color: #f4f4f4;
}
.btn.large:disabled:hover {
    background-color: #009fe3;
}
.btn.orange {
    background-color: #FF4E00;
}
.btn.orange:hover {
    background-color: #e64600;
}
.btn.large.orange {
    box-shadow: 0px 2px 0px 0px #C03B00;
}
.btn.left {
    float: left;
}
.btn.right {
    float: right;
}
.btn-group .btn:first-child {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}
.btn-group .btn:last-child {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    margin-right: 0;
    border-left: 1px solid white;
}
.btn-group .btn {
    margin-right: 1px;
}
.btn-switch {
    position: relative;
    display: flex;
    cursor: pointer;
    justify-content: center;
    width: 35px;
    height: 20px;
}
.btn-switch input {
    opacity: 0;
    width: 0;
    height: 0;
}
.btn-slider {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #596b81;
    transition: 0.4s;
    border-radius: 16px;
}
.btn-slider:before {
    position: absolute;
    content: "";
    height: 16px;
    width: 16px;
    left: 4px;
    bottom: 2px;
    border-radius: 50%;
    background-color: #8294aa;
    transition: 0.4s;
}
input:checked + .btn-slider {
    background-color: #009fe3;
}
input:checked + .btn-slider:before {
    background-color: white;
    transform: translateX(12px);
}
body {
    background-color: #F4F4F4;
}
.pre-line {
    white-space: pre-line;
}
.details {
    font-size: .8rem;
    color: #999;
    display: none;
}
.details p {
    padding: 0;
    margin: 0;
}
@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: local(''), url('/Content/Fonts/roboto-regular.woff2') format('woff2'), url('/Content/Fonts/roboto-regular.woff') format('woff');
}
@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 500;
    font-display: swap;
    src: local(''), url('/Content/Fonts/roboto-500.woff2') format('woff2'), url('/Content/Fonts/roboto-500.woff') format('woff');
}
@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 700;
    font-display: swap;
    src: local(''), url('/Content/Fonts/roboto-700.woff2') format('woff2'), url('/Content/Fonts/roboto-700.woff') format('woff');
}
.grid .col,
.grid .block-group {
    display: block;
    box-sizing: border-box;
    position: relative;
    float: left;
}
.grid .row {
    position: relative;
    width: 100%;
}
.grid .block-group {
    width: 100%;
    clear: both;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}
.grid .block-sidebar {
    display: none;
}
@media (min-width: 1024px) {
    .grid .block-sidebar {
        display: grid;
        position: fixed;
        pointer-events: none;
        width: 100%;
        grid-template-columns: minmax(0, 1fr) minmax(auto, var(--width-layout)) minmax(0, 1fr);
        grid-template-areas:
            "left main right";
        align-items: start;
        top: 0;
    }

    .grid .block-sidebar .sidebar {
        grid-area: right;
        min-height: 100vh;
        margin-top: calc(100px + 10px);
        pointer-events: auto;
    }
}
.grid .col.wrapper,
.grid .col.wrapper_content {
    margin: 0 auto;
    width: 100%;
    max-width: var(--width-layout);
    float: none;
    clear: both;
}
.grid .col.wrapper_content {
    padding: .625rem 0;
}
.grid .row::before,
.grid .row::after,
.grid .col.wrapper_content::before,
.grid .col.wrapper_content::after {
    content: '';
    clear: both;
    display: block;
}
.grid .col1 { width: 8.3333333333%; }
.grid .col2 { width: 16.6666666667%; }
.grid .col3 { width: 25%; }
.grid .col4 { width: 33.3333333333%; }
.grid .col5 { width: 41.6666666667%; }
.grid .col6 { width: 50%; }
.grid .col7 { width: 58.3333333333%; }
.grid .col8 { width: 66.6666666667%; }
.grid .col9 { width: 75%; }
.grid .col10 { width: 83.3333333333%; }
.grid .col11 { width: 91.6666666667%; }
.grid .col12 { width: 100%; }
.grid .hide { 
    display: none !important; 
}
.grid .show {
    display: block !important;
}
.grid .left { float: left; }
.grid .right { float: right; }
.grid .nofloat { float: none; }
@media screen and (max-width: 768px) {
    .grid .right-small { float: right; }
    .grid .hide-small {
        display: none !important;
    }

    .modal .hide-mobile,
    .grid .hide-mobile {
        display: none !important;
    }
}
@media screen and (min-width: 769px) {
    .grid .col1-medium { width: 8.3333333333%; }
    .grid .col2-medium { width: 16.6666666667%; }
    .grid .col3-medium { width: 25%; }
    .grid .col4-medium { width: 33.3333333333%; }
    .grid .col5-medium { width: 41.6666666667%; }
    .grid .col6-medium { width: 50%; }
    .grid .col7-medium { width: 58.3333333333%; }
    .grid .col8-medium { width: 66.6666666667%; }
    .grid .col9-medium { width: 75%; }
    .grid .col10-medium { width: 83.3333333333%; }
    .grid .col11-medium { width: 91.6666666667%; }
    .grid .col12-medium { width: 100%; }
    .grid .inline-medium { width: auto; }
    .grid .hide-medium {
        display: none !important;
    }
    .grid .show-medium {
        display: block !important;
    }
    .grid .left-medium { float: left; }
    .grid .right-medium { float: right; }
    .grid .nofloat-medium { float: none; }
    .grid .col.wrapper_content { padding: var(--padding-default) 0; }
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
    .grid .hide-tablet {
        display: none !important;
    }
}
@media screen and (min-width: 1025px) {
    .grid .col1-large {
        width: 8.3333333333%;
    }

    .grid .col2-large {
        width: 16.6666666667%;
    }

    .grid .col3-large {
        width: 25%;
    }

    .grid .col4-large {
        width: 33.3333333333%;
    }

    .grid .col5-large {
        width: 41.6666666667%;
    }

    .grid .col6-large {
        width: 50%;
    }

    .grid .col7-large {
        width: 58.3333333333%;
    }

    .grid .col8-large {
        width: 66.6666666667%;
    }

    .grid .col9-large {
        width: 75%;
    }

    .grid .col10-large {
        width: 83.3333333333%;
    }

    .grid .col11-large {
        width: 91.6666666667%;
    }

    .grid .col12-large {
        width: 100%;
    }

    .grid .inline-large {
        width: auto;
    }

    .grid .hide-large {
        display: none !important;
    }

    .grid .show-large {
        display: block !important;
    }

    .grid .left-large {
        float: left;
    }

    .grid .right-large {
        float: right;
    }

    .grid .nofloat-large {
        float: none;
    }

    .modal .hide-desktop,
    .grid .hide-desktop {
        display: none !important;
    }
}
.lead-heading {
    display: flex;
    align-items: center;
    padding: .625rem;
}
.lead-heading .color {
    width: 4px;
    height: 1.1rem;
    margin: 0 .5rem 0 0;
    background-color: #00B3FF;
}
.lead-heading > span {
    margin: 0;
    color: #a1a1a1;
    text-transform: uppercase;
    line-height: 1;
    font-size: 1.2rem;
    font-weight: 500;
}
.lead-heading.small > span {
    font-size: 1rem;
}
.lead-heading > span > a {
    color: #a1a1a1;
    transition: 150ms ease;
}
input, [type='text'], [type='password'], [type='date'], [type='datetime'], [type='datetime-local'], [type='month'], [type='week'], [type='email'], [type='number'], [type='search'], [type='tel'], [type='time'], [type='url'], [type='color'], textarea {
    display: block;
    box-sizing: border-box;
    width: 100%;
    height: 2.4375rem;
    padding: 0.5rem;
    border: 1px solid #cacaca;
    margin: 0 0 1rem;
    font-family: inherit;
    font-size: 1rem;
    color: #0a0a0a;
    outline: none;
    border-radius: 6px;
    -webkit-appearance: none;
    -moz-appearance: none;
}
[type='radio'] {
    display: inline-block;
    width: 13px;
    height: 13px;
    -webkit-appearance: radio;
    -moz-appearance: radio;
}
[type='checkbox'] {
    display: inline-block;
    width: 13px;
    height: 13px;
    padding: 0;
    -webkit-appearance: checkbox;
    -moz-appearance: checkbox;
}
input:focus, [type='text']:focus, [type='password']:focus, [type='date']:focus, [type='datetime']:focus, [type='datetime-local']:focus, [type='month']:focus, [type='week']:focus, [type='email']:focus, [type='number']:focus, [type='search']:focus, [type='tel']:focus, [type='time']:focus, [type='url']:focus, [type='color']:focus, textarea:focus {
    border: 1px solid #8a8a8a;
    background-color: #fefefe;
    outline: none;
    box-shadow: 0 0 5px #cacaca;
    transition: box-shadow 0.5s, border-color 0.25s ease-in-out;
}
::selection {
    color: white;
    background: #009FE3;
}
.padding {
    padding: var(--padding-default);
}
.snippet > .padding {
    padding: var(--padding-layout);
}
.padding-left {
    padding-left: var(--padding-default);
}
.snippet > .padding-left {
    padding-left: var(--padding-layout);
}
.padding-right {
    padding-right: var(--padding-default);
}
.snippet > .padding-right {
    padding-right: var(--padding-layout);
}
.padding-top {
    padding-top: var(--padding-default);
}
.snippet > .padding-top {
    padding-top: var(--padding-layout);
}
.padding-bottom {
    padding-bottom: var(--padding-default);
}
.snippet > .padding-bottom {
    padding-bottom: var(--padding-layout);
}
.padding-none {
    padding: 0;
}
.padding-left-none {
    padding-left: 0 !important;
}
.padding-right-none {
    padding-right: 0 !important;
}
.padding-top-none {
    padding-top: 0 !important;
}
.padding-bottom-none {
    padding-bottom: 0 !important;
}
.margin {
    margin: var(--margin-default);
}
.margin-left {
    margin-left: var(--margin-default);
}
.margin-right {
    margin-right: var(--margin-default);
}
.margin-top {
    margin-top: var(--margin-default);
}
.margin-bottom {
    margin-bottom: var(--margin-default);
}
.margin-none {
    margin: 0;
}
.skeleton-loader {
    display: flex;
    width: 100%;
    height: 100%;
    z-index: 20;
    overflow: hidden;
    position: relative;
    background-color: #f4f4f4;
    min-height: 100px;
}
.skeleton-loader.hide {
    display: none;
}
.skeleton-loader:before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    transform: translateX(-100%);
    background: linear-gradient(to right, #f4f4f4 0%, #e2e2e2 50%, #f4f4f4 100%);
    animation: gradient-animation 2s infinite;
    filter: blur(5px);
    opacity: .6;
}
@keyframes gradient-animation {
    100% {
        transform: translateX(100%);
    }
}
ul.menu {
    display: table;
    padding: 0;
    margin: 0;
}
ul.menu > li {
        display: table-cell;
        vertical-align: middle;
        text-align: center;
    }
ul.menu.simple > li {
        line-height: 1;
        display: inline-block;
        margin-right: 1rem;
    }
ul.menu.vertical > li {
        display: inherit;
        font-size: .9rem;
        padding: .4rem 0;
        width: 100%;
    }
.menu-main-float > div {
    position: fixed !important;
    top: 0;
    left: 0;
    /* Apparently ads use z-index 1000000... */
    z-index: 20000000;
    background: #fff;
    max-width: none !important;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}
.modal {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    max-width: 100%;
    max-height: 100%;
    z-index: 1000;
}
.modal .modal-overlay,
.modal .modal-dialog {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
}
.modal .modal-overlay {
    height: 100%;
    background-color: rgba(10, 10, 10, 0.45);
    z-index: 1;
}
.modal .modal-dialog {
    background-color: #fff;
    width: 100%;
    max-width: 1000px;
    z-index: 2;
    overflow: auto;
}
.modal .modal-dialog .modal-header .title {
    font-size: 1.5rem;
    font-weight: 500;
    padding: .625rem;
    white-space: nowrap; 
    overflow: hidden; 
    text-overflow: ellipsis;
}
.modal .modal-dialog .modal-header .image {
    text-align: center;
    padding: .625rem 0;
}
.modal .modal-dialog .modal-header button {
    float: right;
    width: 3rem;
    height: 3.7rem;
    font-size: 2rem;
    line-height: 1;
    font-weight: 500;
    cursor: pointer;
}
.modal .modal-dialog .modal-body {
    padding: 0 .625rem .625rem .625rem;
}
.modal.modal-image .modal-dialog .modal-body .image {
    width: 100%;
    height: 100%;
}
@media screen and (min-width: 40em) {
    .modal .modal-dialog .modal-header .title {
        padding: 1rem;
    }

    .modal .modal-dialog .modal-body {
        padding: 0 1rem 1rem 1rem;
    }

    .modal .modal-dialog .modal-header button {
        width: 4rem;
        height: 4rem;
    }
}
.snippet .title {
    padding: var(--padding-default) 0;
}
.snippet .card {
    background-color: #fff;
    display: block;
    overflow: hidden;
    border-radius: 8px;
    box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.15);
}
.snippet .card .title {
    display: flex;
    gap: var(--padding-default);
    align-items: center;
    border-bottom: solid 2px #F4F4F4;
    padding: 1rem 1rem 0.6rem 1rem;
}
.snippet .card .title .btn {
    margin-bottom: 5px;
    margin-left: auto;
}
.snippet .card .title .btn-group {
    display: flex;
    margin-left: auto;
}
.snippet .title h1,
.snippet .title h2,
.snippet .title h3,
.snippet .title h4,
.snippet .title h5 {
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 1.4;
    margin-bottom: .125rem;
    text-transform: none;
    color: #3e3e3e;
}
.snippet .card .content,
.snippet .card>.footer {
    clear: both;
    padding: var(--padding-default);
}
.snippet .card .content.border-top {
    border-top: solid 2px #F4F4F4;
}
.snippet .card>.footer {
    border-top: solid 2px #F4F4F4;
}
.snippet .async-content {
    opacity: 0;
}
.wp-tooltip {
    content: attr(data-tooltip);
    position: absolute;
    background-color: #009FE3;
    text-transform: none;
    color: #fff;
    height: 30px;
    line-height: 30px;
    border-radius: 3px;
    padding: 0 .5rem;
    white-space: nowrap;
    z-index: 1000000;
    font-size: .9rem;
}
.wp-tooltip:after {
    position: absolute;
    left: 5px;
    top: 29px;
    border-top: 7px solid #009FE3;
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    content: '';
}
@media screen and (max-width: 64em) {
    .wp-tooltip {
        display: none !important;
    }
}
:root {
    --color-brand: #009FE3;
    --color-border: #F4F4F4;
    --color-text: #3E3E3E;
    --color-muted: #7D7D7D;

    --padding-layout: 0.75rem;
    --padding-default: 1rem;
    --margin-default: 1rem;

    --width-layout: 1200px;
}
.weather-rating {
    background-color: #E2E2E2;
    border-radius: 0.8em;
    color: #fff;
    display: inline-block;
    font-size: .9rem;
    font-weight: normal;
    line-height: 1.6em;
    margin-right: 5px;
    text-align: center;
    width: 1.6em;
}
@media screen and (min-width: 641px) {
    .weather-rating {
        font-size: 1.2rem;
    }
}
.weather-rating.r-1 { background-color: #6e090c; }
.weather-rating.r-2 { background-color: #9d0d11; }
.weather-rating.r-3 { background-color: #ED2329; }
.weather-rating.r-4 { background-color: #cc8a00; }
.weather-rating.r-5 { background-color: #e69c00; }
.weather-rating.r-6 { background-color: #FFAD00; }
.weather-rating.r-7 { background-color: #45791a; }
.weather-rating.r-8 { background-color: #518e1e; }
.weather-rating.r-9 { background-color: #5DA323; }
.weather-rating.r-10 { background-color: #75cd2c; }
.wx {
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
}
.uvindex { color: #B7B7B7; }
.uv-0, .uv-1, .uv-2 { color: #5F8C33; }
.uv-3, .uv-4 { color: #F0A334; }
.uv-5, .uv-6 { color: #EE5F00; }
.uv-7, .uv-8 { color: #BB0202; }
.uv-9, .uv-10, .uv-11, .uv-12, .uv-13 { color: #6A00CC; }
.wp-map {
    position: relative;
}
.wp-map .map,
.wp-map .mapgl {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 1;
}
.wp-map .mapgl {
    z-index: 0;
}
.wp-map .timelabel {
    position: absolute;
    z-index: 99;
    top: 1rem;
    left: 1rem;
    color: white;
    font-size: 1rem;
    border-radius: 5px;
    padding: .25rem .5rem;
    background-color: rgba(1, 1, 1, 0.5);
}
.wp-map .timelabel-geo {
    position: absolute;
    text-align: left;
    top: -5px;
    left: 21px;
    color: white;
    text-shadow: 0 1px rgba(0,0,0,0.5), 1px 0 rgba(0,0,0,0.5);
    text-align: center;
    font-size: 13px;
    font-weight: 500;
    font-family: Roboto;
}
.wp-map .warning {
    background-color: rgba(50, 50, 50, .9);
    text-align: center;
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 3;
    width: 160px;
    margin-top: -60px;
    margin-left: -80px;
    font-size: .8rem;
    padding: 1rem .5rem;
    border-radius: 3px;
    color: #fff;
    display: none;
    box-sizing: border-box;
}
.wp-map .warning i {
    display: block;
    margin-bottom: .5rem;
    font-size: 4rem;
}
.wp-map .warning.small {
    width: 120px;
    margin-left: -60px;
}
.wp-map .warning.small i {
    font-size: 3rem;
}
.wp-map .loading {
    background-image: url('/Content/Images/laden.svg');
    background-size: contain;
    position: absolute; 
    left: 50%; 
    top: 50%; 
    width: 60px; 
    height: 60px; 
    margin: -30px 0 0 -30px;
    opacity: .6;
    display: none;
    z-index: 3;
}
.wp-map .loading.small {
    width: 40px; 
    height: 40px; 
    margin: -20px 0 0 -20px;
}
.cms-block-container {
    width: 100vw;
    overflow-x: hidden;
}
@media screen and (min-width: 768px) {
    .cms-block-container {
        width: calc(100vw - 17px);
        overflow-x: unset;
    }
}
.text-block a {
    display: inline;
}
@media not all and (min-width: 1024px) {

  .max-lg\:hidden {
        display: none !important;
  }
}
@media not all and (min-width: 768px) {

  .max-md\:hidden {
        display: none !important;
  }
}
@media not all and (min-width: 640px) {

  .max-sm\:hidden {
        display: none !important;
  }
}
@media (min-width: 768px) {

    .md\:hidden {
        display: none !important;
    }
}
.\[\&\.more\:\:after\]\:hidden.more::after {
        display: none !important;
    }
.hover\:bg-primary-hover:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(0 139 209 / var(--tw-bg-opacity));
}
.hover\:from-premium-500:hover {
  --tw-gradient-from: #eab308 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(234 179 8 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.hover\:to-premium-700:hover {
  --tw-gradient-to: #a16207 var(--tw-gradient-to-position);
}
.hover\:text-primary-hover:hover {
  --tw-text-opacity: 1;
  color: rgb(0 139 209 / var(--tw-text-opacity));
}
.hover\:underline:hover {
  text-decoration-line: underline;
}
@media not all and (min-width: 1024px) {

  .max-lg\:hidden {
    display: none;
  }
}
@media not all and (min-width: 768px) {

  .max-md\:hidden {
    display: none;
  }
}
@media not all and (min-width: 640px) {

  .max-sm\:hidden {
    display: none;
  }
}
@media (min-width: 640px) {

  .sm\:col-span-1 {
    grid-column: span 1 / span 1;
  }

  .sm\:col-span-10 {
    grid-column: span 10 / span 10;
  }

  .sm\:col-span-11 {
    grid-column: span 11 / span 11;
  }

  .sm\:col-span-12 {
    grid-column: span 12 / span 12;
  }

  .sm\:col-span-2 {
    grid-column: span 2 / span 2;
  }

  .sm\:col-span-3 {
    grid-column: span 3 / span 3;
  }

  .sm\:col-span-4 {
    grid-column: span 4 / span 4;
  }

  .sm\:col-span-5 {
    grid-column: span 5 / span 5;
  }

  .sm\:col-span-6 {
    grid-column: span 6 / span 6;
  }

  .sm\:col-span-7 {
    grid-column: span 7 / span 7;
  }

  .sm\:col-span-8 {
    grid-column: span 8 / span 8;
  }

  .sm\:col-span-9 {
    grid-column: span 9 / span 9;
  }
}
@media (min-width: 768px) {

  .md\:left-10 {
    left: 2.5rem;
  }

  .md\:top-0 {
    top: 0px;
  }

  .md\:order-1 {
    order: 1;
  }

  .md\:order-2 {
    order: 2;
  }

  .md\:col-span-1 {
    grid-column: span 1 / span 1;
  }

  .md\:col-span-10 {
    grid-column: span 10 / span 10;
  }

  .md\:col-span-11 {
    grid-column: span 11 / span 11;
  }

  .md\:col-span-12 {
    grid-column: span 12 / span 12;
  }

  .md\:col-span-2 {
    grid-column: span 2 / span 2;
  }

  .md\:col-span-3 {
    grid-column: span 3 / span 3;
  }

  .md\:col-span-4 {
    grid-column: span 4 / span 4;
  }

  .md\:col-span-5 {
    grid-column: span 5 / span 5;
  }

  .md\:col-span-6 {
    grid-column: span 6 / span 6;
  }

  .md\:col-span-7 {
    grid-column: span 7 / span 7;
  }

  .md\:col-span-8 {
    grid-column: span 8 / span 8;
  }

  .md\:col-span-9 {
    grid-column: span 9 / span 9;
  }

  .md\:mr-0 {
    margin-right: 0px;
  }

  .md\:mt-0 {
    margin-top: 0px;
  }

  .md\:mt-2 {
    margin-top: 0.5rem;
  }

  .md\:block {
    display: block;
  }

  .md\:hidden {
    display: none;
  }

  .md\:w-1\/3 {
    width: 33.333333%;
  }

  .md\:w-2\/3 {
    width: 66.666667%;
  }

  .md\:min-w-\[300px\] {
    min-width: 300px;
  }

  .md\:max-w-2xl {
    max-width: 42rem;
  }

  .md\:flex-row {
    flex-direction: row;
  }

  .md\:\!pt-4 {
    padding-top: 1rem !important;
  }

  .md\:pl-\[1rem\] {
    padding-left: 1rem;
  }

  .md\:pr-\[1rem\] {
    padding-right: 1rem;
  }

  .md\:pt-0 {
    padding-top: 0px;
  }

  .md\:text-xl {
    font-size: 1.25rem;
    line-height: 1.75rem;
  }

  @media not all and (min-width: 1024px) {

    .md\:max-lg\:\!block {
      display: block !important;
    }
  }
}
@media (min-width: 1024px) {

  .lg\:top-\[54px\] {
    top: 54px;
  }

  .lg\:col-span-1 {
    grid-column: span 1 / span 1;
  }

  .lg\:col-span-10 {
    grid-column: span 10 / span 10;
  }

  .lg\:col-span-11 {
    grid-column: span 11 / span 11;
  }

  .lg\:col-span-12 {
    grid-column: span 12 / span 12;
  }

  .lg\:col-span-2 {
    grid-column: span 2 / span 2;
  }

  .lg\:col-span-3 {
    grid-column: span 3 / span 3;
  }

  .lg\:col-span-4 {
    grid-column: span 4 / span 4;
  }

  .lg\:col-span-5 {
    grid-column: span 5 / span 5;
  }

  .lg\:col-span-6 {
    grid-column: span 6 / span 6;
  }

  .lg\:col-span-7 {
    grid-column: span 7 / span 7;
  }

  .lg\:col-span-8 {
    grid-column: span 8 / span 8;
  }

  .lg\:col-span-9 {
    grid-column: span 9 / span 9;
  }

  .lg\:mt-0 {
    margin-top: 0px;
  }

  .lg\:\!block {
    display: block !important;
  }

  .lg\:flex {
    display: flex;
  }

  .lg\:h-9 {
    height: 2.25rem;
  }

  .lg\:w-5 {
    width: 1.25rem;
  }

  .lg\:w-9 {
    width: 2.25rem;
  }

  .lg\:w-auto {
    width: auto;
  }

  .lg\:min-w-\[60px\] {
    min-width: 60px;
  }

  .lg\:rounded-lg {
    border-radius: 0.5rem;
  }

  .lg\:px-3 {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
  }

  .lg\:pt-12 {
    padding-top: 3rem;
  }

  .lg\:pt-2 {
    padding-top: 0.5rem;
  }

  .lg\:text-\[56px\] {
    font-size: 56px;
  }

  .lg\:text-base {
    font-size: 1rem;
    line-height: 1.5rem;
  }

  .lg\:text-xl {
    font-size: 1.25rem;
    line-height: 1.75rem;
  }

  .lg\:leading-\[60px\] {
    line-height: 60px;
  }
}
.\[\&\.collapsable\:\:after\]\:absolute.collapsable::after {
  position: absolute;
}
.\[\&\.collapsable\:\:after\]\:bottom-0.collapsable::after {
  bottom: 0px;
}
.\[\&\.collapsable\:\:after\]\:left-0.collapsable::after {
  left: 0px;
}
.\[\&\.collapsable\:\:after\]\:h-\[40px\].collapsable::after {
  height: 40px;
}
.\[\&\.collapsable\:\:after\]\:w-full.collapsable::after {
  width: 100%;
}
.\[\&\.collapsable\:\:after\]\:content-\[\'\'\].collapsable::after {
  --tw-content: '';
  content: var(--tw-content);
}
.\[\&\.collapsable\]\:overflow-hidden.collapsable {
  overflow: hidden;
}
.\[\&\.more\:\:after\]\:hidden.more::after {
  display: none;
}
.\[\&\.more\]\:max-h-\[200px\].more {
  max-height: 200px;
}
.\[\&\>ol\]\:pl-\[20px\]>ol {
  padding-left: 20px;
}
.\[\&\>ul\]\:pl-\[20px\]>ul {
  padding-left: 20px;
}
.snippet .title {
    padding: var(--padding-default) 0;
}

.snippet .card {
    background-color: #fff;
    display: block;
    overflow: hidden;
    border-radius: 8px;
    box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.15);
}

.snippet .card .title {
    display: flex;
    gap: var(--padding-default);
    align-items: center;
    border-bottom: solid 2px #F4F4F4;
    padding: 1rem 1rem 0.6rem 1rem;
}

.snippet .card .title .btn {
    margin-bottom: 5px;
    margin-left: auto;
}

.snippet .card .title .btn-group {
    display: flex;
    margin-left: auto;
}

.snippet .title h1,
.snippet .title h2,
.snippet .title h3,
.snippet .title h4,
.snippet .title h5 {
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 1.4;
    margin-bottom: .125rem;
    text-transform: none;
    color: #3e3e3e;
}

.snippet .card .content,
.snippet .card>.footer {
    clear: both;
    padding: var(--padding-default);
}

.snippet .card .content.border-top {
    border-top: solid 2px #F4F4F4;
}

.snippet .card>.footer {
    border-top: solid 2px #F4F4F4;
}

.snippet .async-content {
    opacity: 0;
}

.actual-actual .card .title {
    padding: 1rem;
}

.actual-actual .content .row .sub-tabs {
    display: flex;
    flex-wrap: wrap;
    padding-top: 5px;
    padding-bottom: 10px;
}

.actual-actual .content .row .sub-tabs a {
    margin: 0;
    padding: 0 10px 10px 0;
    border-radius: 0;
    border: none;
    background-color: white;
    text-decoration: underline;
}

.actual-actual .content .row .sub-tabs a.active,
.actual-actual .content .row .sub-tabs a:hover {
    color: #009FE3;
    text-decoration: none;
}

.actual-actual .map-wrapper {
    position: relative;
    display: grid;
}

.actual-actual .map {
    width: 100%;
    height: 100%;
    z-index: 0;
    overflow: hidden;
    position: relative;
    padding-bottom: 15px;
}

.actual-actual #actualMap {
    text-align: center;
    position: relative;
}

.actual-actual #actualMap map area {
    cursor: pointer;
}

.actual-actual #actualMap img {
    height: auto;
    width: 100%;
    max-width: 628px;
}

.actual-actual .btn-prev,
.actual-actual .btn-next {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 2.5rem;
    z-index: 4;
    height: 100%;
    width: 2rem;
    cursor: pointer;
    padding: 0 .4rem;
    float: left;
}

.actual-actual .btn-next {
    left: auto;
    right: 0;
}

.actual-actual i.fa {
    color: #333333;
    font-size: 3rem;
    text-shadow: 1px 1px #000000;
    position: absolute;
    top: 50%;
    margin-top: -1.5rem;
}

.actual-actual i.fa:hover {
    color: #000000;
}

.actual-actual i.fa-chevron-right {
    right: .5rem;
}

.actual-actual i.fa-chevron-left {
    left: .5rem;
}

@media (max-width: 760px) {
    .actual-actual .btn-next {
        margin-top: 140px;
        height: calc(100% - 140px);
    }

    .actual-actual .btn-next i {
        top: calc(50% - 70px);
    }
}

@media (max-width: 415px) {
    .actual-actual .card .title {
        padding: .5rem 1rem;
    }

    .actual-actual .card .title h1 {
        font-size: 20px;
    }

    .actual-actual .map {
        padding-bottom: 5px;
    }

    .actual-actual .btn-prev,
    .actual-actual .btn-next {
        padding: 0;
        width: 2rem;
        top: 0;
    }

    .actual-actual i.fa {
        font-size: 2rem;
    }

    .actual-actual i.fa-chevron-right {
        right: 0;
    }

    .actual-actual i.fa-chevron-left {
        left: 0;
    }
}

.actual-graph-detail .units {
    position: absolute;
    right: 20px;
    top: 16px;
}

.actual-graph-detail .units a {
    color: #999;
    margin: 1rem 0 0 .5rem;
    font-size: .9rem;
}

.actual-graph-detail .units a.active {
    color: #009FE3;
}

.actual-graph-detail .btn-inactive {
    pointer-events: none;
    cursor: default;
}

.actual-graph-detail .graph-wrapper {
    margin-top: 20px;
    position: relative;
    padding: 0;
}

.actual-graph-detail .graph-wrapper .units {
    display: ab
}

.actual-graph-detail .graph {
    display: flex;
    height: 300px;
    margin-top: 1rem;
}

.actual-graph-detail .graph-loader {
    display: flex;
    width: 100%;
    height: 100%;
    z-index: 20;
    overflow: hidden;
    position: relative;
    background-color: #e2e2e2;
    border-radius: 5px;
}

.actual-graph-detail .graph-loader:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 400px;
    background: linear-gradient(to right, #e2e2e2 0%, #f1f1f1 50%, #e2e2e2 100%);
    animation: gradient-animation 2s infinite cubic-bezier(0, 1.1, 1, -0.1);
    filter: blur(5px);
    opacity: .8;
}

@keyframes gradient-animation {
    from {
        transform: translate(-100%);
    }

    to {
        transform: translate(200%);
    }
}
.actual-graphs .loading img {
    width: 50px;
    height: 50px;
}

.actual-graphs .loading div {
    color: #999;
    font-size: .9rem;
}
.banner {
    display: flex;
    justify-content: center;
    text-align: center;
    padding: 0 1rem;
}

.banner.is-debug p {
    color: #666;
}

.banner.is-debug .debug {
    display: inline-block;
    text-align: left;
    width: 95%;
    max-width: 600px;
    padding: .5rem;
    border: dashed 1px #f9ca24;
    font-size: .8rem;
    background-color: #F6E58D;
    position: relative;
}

.banner.is-debug .debug::before {
    content: "AD";
    position: absolute;
    top: 0;
    right: 0;
    background-color: #f9ca24;
    line-height: 1;
    font-size: .6rem;
    padding: .2rem;
}

.banner.is-debug .debug h3 {
    font-size: .9rem;
}

.banner.is-debug .debug .code {
    white-space: pre;
    overflow: auto;
    margin-bottom: 1rem;
}

.banner.is-debug .debug .logging .item {
    min-height: 20px;
    clear: both;
}

.banner.is-debug .debug .logging .item > div {
    float: left;
}

.banner.is-debug .debug .logging .item > div.time {
    width: 60px;
}

.banner.is-debug .debug .logging .item > div.status {
    width: 60px;
    font-weight: 500;
}
.banner-static {
    display: flex;
    justify-content: center;
    text-align: center;
    padding: 0 1rem;
}

.banner-static > div {
    display: flex;
}

.banner-static-tablet {
    display: none;
}

/* Tablet: hidden by default, flex on md, hidden on lg */

@media (min-width: 768px) and (max-width: 1023px) {
    .banner-static-tablet {
        display: flex;
    }
}

@media (max-width: 767px), (min-width: 1024px) {
    .banner-static-tablet {
        display: none;
    }
}

/* Desktop: hidden by default, flex on lg */

@media (min-width: 1024px) {
    .banner-static-desktop {
        display: flex;
    }
}

@media (max-width: 1023px) {
    .banner-static-desktop {
        display: none;
    }
}

/* Mobile: flex by default, hidden on md and up */

@media (max-width: 767px) {
    .banner-static-mobile {
        display: flex;
    }
}

@media (min-width: 768px) {
    .banner-static-mobile {
        display: none;
    }
}

/* Sticky mobile banner */

.banner-static.banner-static-mobile.banner-sticky {
    background-color: #f5f5f5;
    position: fixed;
    padding-top: 8px;
    padding-bottom: 8px;
    width: 100%;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 1000000000;
}
@media screen and (max-width: 768px) {
    .checkout-fixed-bottom {
        position: fixed;
        padding-top: 20px;
        padding-bottom: 20px;
        bottom: 0;
        left: 0;
        width: 100%;
        z-index: 1000;
        border-radius: 0 !important;
    }
}
body[data-page=tmg_radar] #scrollUp {
    display: none !important;
}

.telegraaf-radar .content .map {
    border-radius: 0;
}

.telegraaf-radar .header .background .right.link,
.telegraaf-radar .footer .btn-mode.active,
.telegraaf-radar .footer .btn-fullscreen,
.telegraaf-radar .rain-controls,
.telegraaf-radar .rain-timeline {
    display: none;
}

@media screen and (max-width: 40em) {
    .telegraaf-radar .header .controls {
        display: none;
    }
}

.telegraaf-radar .header .btn.active,
.telegraaf-radar .header .controls .btn,
.telegraaf-radar .footer .btn {
    background-color: #27509A;
    color: #FFFFFF;
}

.telegraaf-radar {
    width: 100%;
    height: 100%;
}

.telegraaf-radar .rain-radar{
    padding: 0;
}
@font-face {
    font-family: Oswald-Regular;
    src: url(/Content/Fonts/Oswald-Regular.ttf);
}

html{
    background-color: #FFFFFF;
}

.telstar-act {
    font-family: Oswald-Regular, sans-serif;
}

.telstar-act .custom-tabs.large {
    margin-bottom: 1rem;
    font-size: 0;
    position: relative;
}

.telstar-act .custom-tabs.large .tab {
    width: 50%;
    display: inline-block;
    padding: 1rem 0;
    border-bottom: 4px solid #F4F4F4;
    font-size: 16px;
    cursor: pointer;
}

.telstar-act .custom-tabs.large .tab.active {
    border-bottom-color: #E20304;
}

.telstar-act .custom-tabs.large .tab .text {
    text-align: center;
}

.telstar-act .custom-tabs.large .tab.active .text,
.telstar-act .custom-tabs.large .tab:hover .text {
    color: #E20304;
}

.telstar-act .logo {
    position: absolute;
    top: 88px;
    right: 32px;
    max-width: 165px;
}

.telstar-act .fct img {
    margin-top: 25px;
}

.telstar-act .fct .forecast-hourly {
    padding-top: 0;
}
.telstar-atf .forecast-hourly .block {
    min-height: 325px;
}
.telstar-atf .forecast-hourly .content {
    overflow-x: auto;
}
.telstar-atf .forecast-hourly .async-content {
    opacity: 1;
}
.telstar-atf .forecast-hourly .scroll {
    width: 100%;
    overflow: auto;
}
.telstar-atf .forecast-hourly table {
    width: 100%;
    min-width: 330px;
    border-collapse: collapse;
    table-layout: fixed;
}
.telstar-atf .forecast-hourly table tr > td {
    font-weight: normal;
    padding: .5rem .1rem .1rem .1rem;
    text-align: center;
    border-top: thin solid #F4F4F4;
    border-left: thin solid #F4F4F4; 
    font-size: .85rem;    
}
.telstar-atf .forecast-hourly .scroll table tr > td {
    width: 2.5rem;
}
.telstar-atf .forecast-hourly table tr > td i {
    font-size: .75rem;
}
.telstar-atf .forecast-hourly table tr > td.weekend {
    background-color: #FAFAFA;
}
.telstar-atf .forecast-hourly table tr:first-child > td {
    border-top: none;
    padding: .5rem .1rem;
}
.telstar-atf .forecast-hourly table tr > td:first-child {
    border-left: none;
}
.telstar-atf .forecast-hourly table tr .weather-rating {
    cursor: pointer;
}
.telstar-atf .forecast-hourly table tr .head {
    vertical-align: bottom;
    text-transform: capitalize;
    font-weight: 500;
    padding: 0 0 .5rem 0;
}
.telstar-atf .forecast-hourly table tr .wx {
    width: 36px;
    padding-top: 100%;
    background-repeat: no-repeat;
    background-size: contain;
    margin: 0 auto;
}
.telstar-atf .forecast-hourly table tr .wind {
    width: 30px;
    height: 30px;
}
.telstar-atf .forecast-hourly table td .blue { color: #009FE3; }
.telstar-atf .forecast-hourly table td .orange { color: #FF8400; }
.telstar-atf .forecast-hourly table td .red { color: #ED2329; }
.telstar-atf .forecast-hourly table td .bg-blue { background-color: #009FE3; }
.telstar-atf .forecast-hourly table td .bg-orange { background-color: #FF8400; }
.telstar-atf .forecast-hourly table td .bg-red { background-color: #ED2329; }
.telstar-atf .forecast-hourly table tr > td.graph {
    height: 50px;
    padding: 0;
    border-top: none;
    position: relative;
}
.telstar-atf .forecast-hourly table tr > td.graph.graph-col2 {
    border-left: none;
}
.telstar-atf .forecast-hourly table tr > td.graph > svg {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 50px;
}
.telstar-atf .forecast-hourly table tr > td.graph > svg > path {
    stroke-width: 0;    
}
.telstar-atf .forecast-hourly table tr > td.graph > svg > line {
    stroke-width: 4;
}
.telstar-atf .forecast-hourly .tooltip {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;    
    width: 2.7rem;
    z-index: 5;
}
.telstar-atf .forecast-hourly .tooltip .inner {
    position: absolute;
    color: #fff;
    border-radius: 3px;
    font-size: .7rem;    
    right: -1.09rem;
    white-space: nowrap;
    width: 5rem;
    height: 34px;
    padding: .2rem 0;
    text-align: center;    
    opacity: 0;
    transform: translateY(3px);
    transition: all 250ms ease;
}
.telstar-atf .forecast-hourly .tooltip:hover .inner {
    transform: translateY(0);
    opacity: 1;
}
.telstar-atf .forecast-hourly .tooltip .inner .square {
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: rotate(45deg);
    width: .4rem;
    height: .4rem;
    margin: 0 0 -.2rem -.16rem;
}
@media screen and (min-width: 40em) {
    .forecast-hourly table tr .wx {
        width: 60px;
        height: 60px;
        padding-top: 0;
    }
    .forecast-hourly table tr .head {
        padding: 0 0 1rem 0;
    }
    .forecast-hourly table tr > td {
        font-size: 1rem;
        padding: .5rem .25rem .1rem .25rem;
    }
    .forecast-hourly .scroll table tr > td {
        width: 5rem;
    }
    .forecast-hourly table tr > td i {
        font-size: 1rem;
    }
    .forecast-hourly table tr:first-child > td {     
        padding: .5rem .25rem;
    } 
    .forecast-hourly .tooltip {
        width: 5.5rem;
    }
    .forecast-hourly .tooltip .inner {
        right: .35rem;
    }    
}
body[data-page="narrowcastingdashboard"] a.logo {
    width: 185px;
    height: 50px;
    margin-top: .2rem;
    position: absolute;
    right: 20px;
}
body[data-page="narrowcastingdashboard"] .logo {
    background-repeat: no-repeat;
    background-position: left center;
    background-size: contain;
    top: 17px;
}
body[data-page="narrowcastingdashboard"] .menu-quicklinks a,
body[data-page="telstar_btf"] .menu-quicklinks a {
    color: #000;
    border-right: none;
    padding: 0;
    margin: 0;
}
body[data-page="narrowcastingdashboard"] .menu li,
body[data-page="telstar_btf"] .menu li {
    padding-right: 15px;
}
body[data-page="narrowcastingdashboard"] table tr:last-of-type,
body[data-page="telstar_btf"] table tr:last-of-type {
    display: none;
}
@font-face {
    font-family: Oswald-Regular;
    src: url(/Content/Fonts/Oswald-Regular.ttf);
}

.telstarNc {
    font-family: Oswald-Regular, sans-serif;
    background-color: #FFF;
    height: 1070px;
    padding: 5px;
    padding-left:80px
}

.telstarNc > .right,
.telstarNc > .left {
    background-color: #FFF;
    height: 100%;
    padding: 0;
}

.telstarNc .dateTime {
    max-width: 230px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 150px;
    text-align: center;
}

.telstarNc .time {
    font-size: 70px;
    border-bottom: solid 5px;
}

.telstarNc .date {
    font-size: 30px;
    text-transform: uppercase;
}

.telstarNc .observations {
    display: inline-block;
    width: 100%;
    margin-top: 200px;
}

.telstarNc .observations > div {
    display: inline-block;
    width: 32%;
    text-align: center;
}

.telstarNc .observations .img {
    padding-bottom: 40px;
}

.telstarNc .observations .windImg,
.telstarNc .observations .windMaxImg {
    width:50px;
}

.telstarNc .observations > div .text {
    margin-top: 25px;
    font-weight: 600;
    font-size: 18px
}

.telstarNc .left .logoDiv {
    width: 100%;
    text-align: center;
    position: absolute;
    bottom: 0;
    height: 150px;
}

.telstarNc .left .logo {
    margin-top: 80px;
    top:0;
    width:185px
}

.telstarNc .right .narrowImg {    
    height: 786px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.telstarNc .right .narrowDays {
    height: 285px;
    margin-top: -6px;
}

.telstarNc .right .wind-daypart {
    padding-top: 20px;
}

.telstarNc .right .wind-kts .kts {
    text-align: center;
    border: thin #000000 solid;
    border-top: none;
    border-right: none;
    padding-top: 0;
    margin-top: -25px;
}

.telstarNc .right .wind-kts .wind-daypart:last-child .kts {
    border-right: thin #000000 solid;
}

.telstarNc .kts div {
    position: relative;
}

.telstarNc .kts div span {
    color: white;
    position: absolute;
    left: 50%;
    top: 0;
    z-index: 1;
    font-size: 10px;
    font-weight: 500;
    transform: translate(-55%, 40%);
}

/*dayparts*/

body[data-page="narrowcastingdashboard"] {
    width: 100vw;
    height: 100vh;
    overflow: hidden;
}

@media screen and (min-width: 768px) {
    body[data-page="narrowcastingdashboard"] .cms-block-container {
         width: 100vw !important;
    }
}

body[data-page="narrowcastingdashboard"] .dayparts {
    background-color: #FFF;
}

body[data-page="narrowcastingdashboard"] .col {
    padding: 0;
}

body[data-page="narrowcastingdashboard"] .dayparts .col {
    padding: 0;
}

body[data-page="narrowcastingdashboard"] .daypart-item {
    border: thin #000000 solid;
    padding: .2rem;
    border-bottom: none;
    border-right: none;
    padding-bottom: 0;
}

body[data-page="narrowcastingdashboard"] .dayparts > .col:last-child .daypart-item {
    border-right: thin #000000 solid;
}

body[data-page="narrowcastingdashboard"] .daypart-item > div {
    text-align: center;
    padding-bottom: .5rem;
}

body[data-page="narrowcastingdashboard"] .daypart-item .head {
    text-transform: capitalize;
    font-weight: 500;
    padding-bottom: 1rem;
}

body[data-page="narrowcastingdashboard"] .daypart-item .wx {
    width: 60px;
    height: 60px;
    background-repeat: no-repeat;
    background-size: contain;
    margin: 0 auto;
}

body[data-page="narrowcastingdashboard"] .daypart-item .wind {
    display: none;
}

body[data-page="narrowcastingdashboard"] .daypart-item .blue {
    color: #009FE3;
}

body[data-page="narrowcastingdashboard"] .daypart-item .orange {
    color: #FF8400;
}

body[data-page="narrowcastingdashboard"] .daypart-item .red {
    color: #ED2329;
}

body[data-page="narrowcastingdashboard"] .daypart-item .temp {
    font-weight: 500;
}

/*Regen radar*/

.telstarNc .rain-radar .header .background,
.telstarNc .rain-radar .header .controls .btns,
.telstarNc .rain-radar .footer,
.telstarNc .rain-radar .col-timeline {
    display: none;
}

.telstarNc .right .rain-radar {
    padding: 0;
}

.telstarNc .right .rain-radar .header .time {
    border-bottom: none;
    font-size: 50px;
    margin-top: 10px;
    margin-left: 10px;
}

.telstarNc .rain-radar .content-main,
.telstarNc .rain-radar .map .wp-map {
    height: 1000px!important;
}

.telstarNc .rain-radar .block {
    height: 60px;
}

.telstarNc .rain-radar .block > .content {
    padding: 14px 0;
}

.telstarNc .rain-radar .col-legend {
    width: 100%;
    padding:0;
}
.text-relatedcountrylist .list {
    display: flex;
    flex-direction: column;
    list-style: none;
    padding: 0;
    margin: 0;
}

.text-relatedcountrylist .list li {
    padding: 0.5rem .625rem;
}

.text-relatedcountrylist .list li + li {
    border-top: 1px solid #f4f4f4;
}

@media screen and (min-width: 768px) {
    .text-relatedcountrylist .list li {
        padding: 0.5rem 1rem;
    }
}

.graph-wrapper {
    display: flex;
    flex-direction: column;
    margin: 0;
    width: 100%;
    background-color: white;
    padding: 10px 5px;
    border-radius: 0 0 4px 4px;
    box-sizing: border-box;
}

.graph-selector {
    display: flex;
    background-color: white;
    padding-top: 16px;
    padding: 10px;
}

.graph-selector-options {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

@media (min-width: 768px) {
    .graph-wrapper {
        padding: 20px;
    }

    .graph-selector-options {
        margin-left: auto;
    }
}

.graph-selector-options .legend-button:hover {
    filter: brightness(1.1);
}

.graph-selector-options .legend-button {
    display: flex;
    align-items: center;
    border-radius: 4px;
}

.graph-selector-options .legend-button input {
    -webkit-appearance: none;
    appearance: none;
    background-color: white;
    margin: 4px 6px 4px 4px;

    cursor: pointer;
    font: inherit;
    color: currentColor;
    width: 1.4em;
    height: 1.4em;
    border: 2px solid #757575;
    border-radius: 4px;

    display: grid;
    place-content: center;
}

.graph-selector-options .legend-button input:before {
    content: "";
    width: 0.85em;
    height: 0.85em;
    -webkit-clip-path: polygon(14% 41%, 40% 69%, 87% 17%, 100% 29%, 39% 94%, 0 53%);
            clip-path: polygon(14% 41%, 40% 69%, 87% 17%, 100% 29%, 39% 94%, 0 53%);
    transform: scale(0);
    transform-origin: bottom left;
    transition: 120ms transform ease-in-out;
    box-shadow: inset 1em 1em #009FE3;
}

.graph-selector-options .legend-button input:checked::before {
    transform: scale(1);
}

.graph-selector-options .legend-button label {
    margin: 6px 6px 6px 0;
    font-size: 0.9rem;
    color: white;
    font-weight: 400;
    cursor: pointer;
}

#graph {
    height: 100%;
}

.graph-tooltip {
    display: flex;
    flex-direction: column;
    padding: 16px;
    font-family: sans-serif;
    min-width: 320px;
    box-sizing: border-box;
}

.graph-tooltip h2 {
    margin: 0 0 10px 0;
    font-size: 1.1rem;
    font-weight: 700;
}

.graph-tooltip-days {
    font-size: 0.9rem;
    margin-bottom: 4px;
    font-weight: 400;
    color: #757575;
}

.graph-tooltip-values {
    display: flex;
    margin: 10px 0;
    padding: 20px 0;
    background-color: #E2E2E280;
    border-radius: 4px;
}

.graph-tooltip-values-block {
    display: flex;
    flex-direction: column;
    height: 100%;
    flex: 1;
    align-items: center;
    justify-content: center;
    padding: 0 10px;
}

.graph-tooltip-values-block + .graph-tooltip-values-block {
    border-left: 1px solid #B7B7B7;
}

.graph-tooltip-values-block .graph-tooltip-name {
    color: #757575;
    font-weight: 400;
    font-size: 0.8rem;
    margin-bottom: 10px;
}

.graph-tooltip-values-block .graph-tooltip-mean {
    color: #3E3E3E;
    font-weight: 700;
    font-size: 0.9rem;
}

.graph-tooltip-values-block .graph-tooltip-minmax {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 10px;
    color: #757575;
    font-weight: 400;
    font-size: 0.7rem;
}

.graph-tooltip-text-line {
    display: flex;
    align-items: center;
    color: #3E3E3E;
    margin: 4px 0;
    font-size: 0.9rem;
    line-height: 1rem;
}

.graph-tooltip-text-line i {
    display: flex;
    justify-content: center;
    margin-right: 6px;
    min-width: 16px;
}

.graph-tooltip-uv {
    display: flex;
    align-items: center;
    margin-left: auto;
    font-size: 0.8rem;
    font-weight: 700;
}

.graph-tooltip-uv-circle {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 30px;
    height: 30px;
    background-color: #6A00CC;
    border-radius: 50%;
    margin-left: 6px;
}

.graph-tooltip-uv-circle span {
    color: white;
    font-size: 0.9rem;
}
.location-map-humidity .leaflet-div-icon {
    border: 0;
    padding: 0;
}

.location-map-humidity .map-marker-active > div,
.location-map-humidity .map-marker > div {
    transform: translate(-50%, -50%);
    border-radius: 5px;
    background-color: #3E3E3EE5;
    margin: 0;
}

.location-map-humidity .map-marker-active > div {
    background-color: #009FE3;
}

.location-map-humidity .map-marker-active > div > span,
.location-map-humidity .map-marker > div > span {
    display: flex;
    padding: 6px;
    font-size: .8rem;
    color: white;
    font-weight: 700;
    transition: 0.3s;
}

@media screen and (min-width: 768px) {
    .location-map-humidity .map-marker-active > div > span,
    .location-map-humidity .map-marker > div > span {
        font-size: 1rem;
    }
}

.location-map-humidity .map-marker > div > span:hover {
    color: #009FE3;
}

.location-map-humidity .map-marker-active > div > span:hover {
    color: white;
}

.location-map-precipitation .map-marker-active > div,
.location-map-precipitation .map-marker > div {
    display: flex;
    align-items: center;
    justify-content: center;
    transform: translate(-50%, -50%);
    background-color: #3E3E3EE5;
    margin: 0;
    color: black;
    border-radius: 10px;
    min-width: 40px;
    height: 40px;
    box-shadow: rgba(0, 0, 0, 0.2) 1px 4px 12px;
}

.location-map-precipitation .map-marker-active > div {
    background-color: #009FE3;
}

.location-map-precipitation .map-marker-active > div > span,
.location-map-precipitation .map-marker > div > span {
    display: flex;
    padding: 6px;
    font-size: .8rem;
    font-weight: 700;
    transition: 0.3s;
}

.location-map-precipitation .map-marker > div > span:hover {
    color: #009FE3;
}
.location-map-sun .map-marker > div {
    display: flex;
    align-items: center;
    justify-content: center;
    transform: translate(-50%, -50%);
    background-color: #3E3E3EE5;
    margin: 0;
    color: black;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    box-shadow: rgba(0, 0, 0, 0.2) 1px 4px 12px;
}

.location-map-sun .map-marker > div > span {
    display: inline-flex;
    align-items: baseline;
    padding: 6px;
    font-size: 0.75rem;
    font-weight: 700;
    transition: 0.3s;
}

@media screen and (min-width: 768px) {
    .map-temperature-marker > div > span {
        font-size: 1rem;
    }
}

.map-temperature-marker > div > span:hover {
    color: #009FE3;
}

.location-map-sun .element-selector-options {
    position: unset;
    padding: 0;
}

@media screen and (min-width: 1024px) {
    .location-map-sun .element-selector-options {
        margin-left: 20px;
        margin-bottom: unset;
    }
}
.location-map-temperature .map-marker-active > div,
.location-map-temperature .map-marker > div {  
    display: flex;
    align-items: center;
    justify-content: center;
    transform: translate(-50%, -50%);
    background-color: #3E3E3EE5;
    margin: 0;
    color: black;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    box-shadow: rgba(0, 0, 0, 0.2) 1px 4px 12px;
}

.location-map-temperature .map-marker-active > div {
    border: 2px solid white;
}

.location-map-temperature .map-marker-active > div > span,
.location-map-temperature .map-marker > div > span {
    display: flex;
    padding: 6px;
    font-size: .8rem;
    color: black;
    font-weight: 700;
    transition: 0.3s;
}

@media screen and (min-width: 768px) {
    .location-map-temperature .map-marker-active > div > span,
    .location-map-temperature .map-marker > div > span {
        font-size: .9rem;
    }

    .location-map-temperature .map-marker-active > div,
    .location-map-temperature .map-marker > div {
        width: 45px;
        height: 45px;
    }
}
.location-map-wind .map-marker-direction > div,
.location-map-wind .map-marker-active > div,
.location-map-wind .map-marker > div {
    transform: translate(-50%, -50%);
}

.location-map-wind .map-marker-direction > div {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}

.location-map-wind .map-marker-direction > div > span {
    position: absolute;
    font-weight: 700;
    z-index: 10;
    font-size: .65em;
}

.location-map-wind .map-marker-active > div,
.location-map-wind .map-marker > div {
    border-radius: 5px;
    background-color: #3E3E3EE5;
    margin: 0;
}

.location-map-wind .map-marker-active > div {
    background-color: #009FE3;
}

.location-map-wind .map-marker-active > div > span,
.location-map-wind .map-marker > div > span {
    display: inline-flex;
    align-items: baseline;
    padding: 6px;
    font-size: .8rem;
    color: white;
    font-weight: 700;
    transition: 0.3s;
}

@media screen and (min-width: 768px) {
    .location-map-wind .map-marker-active > div > span,
    .location-map-wind .map-marker > div > span {
        font-size: 1rem;
    }
}

.location-map-wind .map-marker-active > div span.unit,
.location-map-wind .map-marker > div span.unit {
    font-size: 0.5rem;
    margin-left: 1px;
}

.location-map-wind .map-marker > div > span:hover {
    color: #009FE3;
}
.map-wrapper {
    display: flex;
    position: relative;
    margin: 0;
    width: 100%;
    background-color: white;
    margin-bottom: 1rem;
}

#map {
    height: 480px;
    min-width: 100%;
}

@media screen and (min-width: 768px) {
    #map {
        height: 600px;
    }

    .map-wrapper {
        padding-top: 0;
    }
}

#map .leaflet-div-icon {
    border: 0;
    padding: 0;
}

.month-row-desktop {
    display: none;
    justify-content: space-between;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    padding: 16px;
    z-index: 1000;
}

@media screen and (min-width: 768px) {
    .month-row-desktop {
        display: flex;
    }
}

.month-row-desktop > button {
    font-size: 13.3px;
    width: 8%;
    height: 32px;
    border: none;
    padding: 0;
    font-family: 'Roboto', sans-serif;
    color: #009FE3;
    background-color: white;
    padding-top: 1px;
}

.month-row-desktop > button.active {
        background-color: #009FE3;
        color: white;
    }

.month-row-desktop > button:first-child {
        border-radius: 4px 0 0 4px;
    }

.month-row-desktop > button:last-child {
        border-radius: 0 4px 4px 0;
    }

.month-row-desktop > button:hover {
        cursor: pointer;
    }

/* Overwrite default popup styling */

.leaflet-popup > .leaflet-popup-content-wrapper {
    background: white;
    box-shadow: 4px 4px 8px rgba(0, 0, 0, 0.15);
    border-radius: 4px;
    color: #3E3E3E;
}

.leaflet-popup .leaflet-popup-content {
    margin: 0;
    width: auto;
}

.leaflet-marker-icon {
    text-shadow: none !important;
}

.leaflet-tile-container img {
    will-change: transform;
    outline: 1px solid transparent;
}

.element-selector-options {
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 1000;
    padding: 16px;
}

.element-selector-options > button {
        font-size: 13.3px;
        padding: 5px 16px;
        transition: 0.3s;
        background-color: white;
        font-family: 'Roboto', sans-serif;
        border: none;
    }

.element-selector-options > button:hover {
            cursor: pointer;
            background-color: #009FE3;
            color: white;
        }

.element-selector-options > button + button {
            margin-left: 2px;
        }

.element-selector-options > button:first-child {
    border-radius: 4px 0 0 4px;
}

.element-selector-options > button:last-child {
    border-radius: 0 4px 4px 0;
}

.element-selector-options > button.active {
    color: white;
    background-color: #009FE3;
}

/** Tooltip */

.tooltip {
    display: flex;
    flex-direction: column;
    padding: 16px;
    font-family: sans-serif;
/*    min-width: 280px;*/
    box-sizing: border-box;
}

.tooltip h2, .tooltip a {
    margin: 0 0 6px 0;
    font-size: 1rem;
    font-weight: 700;
}

.tooltip a {
    text-decoration: underline;
}

.tooltip-days {
    font-size: 0.8rem;
    margin-bottom: 4px;
    font-weight: 400;
    color: #757575;
}

.tooltip-values {
    display: flex;
    flex-direction: column;
    margin: 6px 0;
    border-radius: 4px;
    background-color: #E2E2E280;
}

.tooltip-values-block {
    display: flex;
    padding: 5px 10px;
    box-sizing: border-box;
    align-items: center;
}

.tooltip-values-block + .tooltip-values-block {
    border-top: 1px solid white;
}

.tooltip-values-block .tooltip-name {
    color: #757575;
    font-weight: 400;
    font-size: 0.8rem;
}

.tooltip-values-block .tooltip-mean {
    color: #3E3E3E;
    font-weight: 700;
    font-size: 0.9rem;
    margin-left: auto;
}

.tooltip-values-block .tooltip-minmax {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 10px;
    color: #757575;
    font-weight: 400;
    font-size: 0.7rem;
}

.tooltip-text-line {
    display: flex;
    align-items: center;
    color: #3E3E3E;
    margin: 4px 0;
    font-size: 0.8rem;
    line-height: 1rem;
}

.tooltip-text-line i {
    display: flex;
    justify-content: center;
    margin-right: 6px;
    min-width: 16px;
}

.state-selector {
    position: absolute;
    display: flex;
    flex-direction: column-reverse;
    flex-wrap: wrap;
    bottom: 0;
    left: 0;
    z-index: 1000;
    padding: 16px;
    width: 100%;
}

.state-selector button {
    padding: 6px 16px;
    transition: 0.3s;
    background-color: white;
    font-family: 'Roboto', sans-serif;
    border: none;
    cursor: pointer;
    font-size: 13.3px;
}

.state-selector button:hover {
    background-color: #009FE3;
    color: white;
}

@media screen and (min-width: 768px) {
    .state-selector button {
        padding: 5px 16px;
    }
}

.group-selector-options {
    margin-bottom: 5px;
}

.state-selector button + button {
    margin-left: 3px;
}

.group-selector-options > button {
    border-radius: 20px;
}

.element-selector-options > button.active,
    .group-selector-options > button.active {
        color: white;
        background-color: #009FE3;
    }

@media screen and (min-width: 1024px) {
    .state-selector {
        flex-direction: row;
    }

    .state-selector button + button {
        margin-left: 4px;
    }
}

.map-humidity .map-marker > div {
    transform: translate(-50%, -50%);
    border-radius: 5px;
    background-color: #3E3E3EE5;
    margin: 0;
}

.map-humidity .map-marker > div > span {
    display: flex;
    padding: 6px;
    font-size: .8rem;
    color: white;
    font-weight: 700;
    transition: 0.3s;
}

@media screen and (min-width: 768px) {
    .map-humidity .map-marker > div > span {
        font-size: 1rem;
    }
}

.map-humidity .map-marker > div > span:hover {
    color: #009FE3;
}
.map-navigation {
    padding: 1rem .625rem .625rem .625rem;
}

@media (min-width: 768px) {
    .map-navigation {
        padding: 1rem 1rem 0 1rem;
    }
}

.nav-top-bar {
    display: flex;
    justify-content: space-between;
}

.nav-top-bar a {
    background-color: #596b81;
    border-radius: 4px 4px 0px 0px;
    border: none;
    color: white;
    width: 100%;
    padding: 12px;
    font-family: "Roboto", sans-serif;
    text-decoration: none;
    text-align: center;
}

.nav-top-bar a+a {
    margin-left: 2px;
}

.nav-top-bar a.active {
    background-color: #009fe3;
}

.nav-top-bar a:hover {
    filter: opacity(0.8);
    cursor: pointer;
}

.dropdown-button {
    display: flex;
    align-items: center;
    width: 100%;
    background-color: white;
    color: #3E3E3E;
    padding: 10px;
    font-size: 1rem;
    border: 1px solid #D3D3D3;
    cursor: pointer;
    border-radius: 4px;
    margin-bottom: 2px;
    text-transform: capitalize;
}

.dropdown-button i {
    margin-left: auto;
    font-size: 12px;
}

.dropdown-button + .dropdown-button {
    margin-left: 2px;
}

.dropdown-button:hover,
.dropdown-button:focus {
    filter: brightness(0.9);
}

.nav-top-dropdown {
    display: flex;
    width: 100%;
    position: relative;
}

.dropdown-element,
.dropdown-month {
    position: relative;
    display: flex;
    flex: 1;
}

.dropdown-content {
    top: 100%;
    min-width: 160px;
    width: 100%;
    display: none;
    position: absolute;
    background-color: white;
    box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
    z-index: 1100;
}

.dropdown-month {
    right: 0;
    margin-left: 6px;
}

.dropdown-element > .dropdown-content a, .dropdown-month > .dropdown-content span {
    color: black;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
    line-height: 1.2;
}

.dropdown-element a:hover {
    background-color: #ddd;
}


.map-precipitation .map-marker > div {
    display: flex;
    align-items: center;
    justify-content: center;
    transform: translate(-50%, -50%);
    background-color: #3E3E3EE5;
    margin: 0;
    color: black;
    border-radius: 10px;
    min-width: 40px;
    height: 40px;
    box-shadow: rgba(0, 0, 0, 0.2) 1px 4px 12px;
    white-space: break-spaces;
}

.map-precipitation .map-marker > div > span {
    display: inline-flex;
    align-items: baseline;
    padding: 6px;
    font-size: .8rem;
    font-weight: 700;
    transition: 0.3s;
}

.map-precipitation .map-marker > div > span:hover {
    color: #009FE3;
}
.map-sun .map-marker > div {
    display: flex;
    align-items: center;
    justify-content: center;
    transform: translate(-50%, -50%);
    background-color: #3E3E3EE5;
    margin: 0;
    color: black;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    box-shadow: rgba(0, 0, 0, 0.2) 1px 4px 12px;
}

.map-sun .map-marker > div > span {
    display: inline-flex;
    align-items: baseline;
    padding: 6px;
    font-size: 0.75rem;
    font-weight: 700;
    transition: 0.3s;
}

@media screen and (min-width: 768px) {
    .map-temperature-marker > div > span {
        font-size: 1rem;
    }
}

.map-sun .element-selector-options {
    position: unset;
    padding: 0;
}

@media screen and (min-width: 1024px) {
    .map-sun .element-selector-options {
        margin-left: 20px;
        margin-bottom: unset;
    }
}
.map-temperature-marker > div {
    display: flex;
    align-items: center;
    justify-content: center;
    transform: translate(-50%, -50%);
    background-color: #3E3E3EE5;
    margin: 0;
    color: black;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    box-shadow: rgba(0, 0, 0, 0.2) 1px 4px 12px;
}

.map-temperature-marker > div > span {
    display: flex;
    padding: 6px;
    font-size: .8rem;
    color: black;
    font-weight: 700;
    transition: 0.3s;
}

@media screen and (min-width: 768px) {
    .map-temperature-marker > div > span {
        font-size: .9rem;
    }

    .map-temperature-marker > div {
        width: 45px;
        height: 45px;
    }
}

.map-temperature-marker > div > span:hover {
    color: #009FE3;
}
.map-wind .map-marker > div {
    border-radius: 5px;
    background-color: #3E3E3EE5;
    margin: 0;
    color: white;
    box-shadow: rgba(0, 0, 0, 0.2) 1px 4px 12px;
}

.map-wind .map-marker > div,
.map-wind .map-marker-direction > div {
    transform: translate(-50%, -50%);
}

.map-wind .winddirection {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}

.map-wind .winddirection > span {
    position: absolute;
    font-weight: 700;
    z-index: 10;
    font-size: .65em;
}

.map-wind .map-marker > div > span {
    display: inline-flex;
    align-items: baseline;
    padding: 6px;
    font-size: 0.8rem;
    font-weight: 700;
    transition: 0.3s;
}

.map-wind .map-marker > div span.unit {
    font-size: 0.5rem;
    margin-left: 1px;
}

.map-wind .map-marker-direction > div > img {
    margin: 5px;
}

@media screen and (min-width: 768px) {
    .map-wind .map-marker > div > span {
        font-size: 1rem;
    }
}

.map-wind .map-marker > div > span:hover {
    color: #009FE3;
}
.climate-mode {
    padding: 1rem;
}

.climate-mode > nav {
    display: flex;
    font-size: 1rem;
    width: 100%;
}

.climate-mode button {
    background-color: white;
    color: #009fe3;
    width: 50%;
    padding: 1rem 0;
    font-size: 1rem;
}

.climate-mode button.active {
    background-color: #009fe3;
    color: white;
}

.climate-mode button:first-child {
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
}

.climate-mode button:last-child {
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
}
text-block .title {
    padding-top: 0;
}

.text-block .content {
    position: relative;
}

text-block .title {
    padding-top: 0;
}

.text-block .content {
    position: relative;
}

.map-climate {
    padding: 0 .625rem;
}

@media screen and (min-width: 768px) {
    .map-climate {
        padding: 0 1rem;
    }
}

.configure-div.activity {
    background-color: #FFFFFF;
    margin-bottom: 32px;
}

.configure-div.activity.options input {
    max-width: 100px;
    display: inline;
}

.configure-div.activity .title {
    border-bottom: solid 2px #F4F4F4;
    margin-bottom: 16px;
}

.configure-div.activity .options {
    padding: 0 16px 0 32px;
}

.configure-div.activity .option.types > div {
    width: 49%;
    display: inline-block;
}

.configure-div.activity .options > label {
    font-weight: bold;
    width: auto;
    cursor: pointer;
    padding: 0 16px;
}

.configure-div.activity .options .radio-option label,
.configure-div.activity .options .checkbox label {
    font-weight: normal;
    width: 100%;
}

.configure-div.activity .options .btn {
    max-width: 250px;
    margin-left: 16px;
    padding: .6em .1em;
}

.configure-div.activity .clearfix:after {
    content: "";
    display: block;
    clear: both;
}

.configure-div.activity .widget-loader {
    display: none;
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
}

.configure-div.activity .widget-loader img {
    top: 50%;
    position: relative;
    left: 50%;
}

@media screen and (max-width: 40em) {
    .configure-div.activity .options {
        width: 100%;
    }

    .configure-div.activity .example {
        width: 100%;
    }
}

.configure-div.climate{
    background-color: #FFFFFF;
    margin-bottom: 32px;
}

.configure-div.climate .options input {
    max-width: 100px;
    display: inline;
}

.configure-div.climate .title{
    border-bottom: solid 2px #F4F4F4;
    margin-bottom: 16px;
}

.configure-div.climate .options {
    padding: 0 16px 0 32px;
}

.configure-div.climate .options > div {
    display: flex;
    flex-direction: column;
}

.configure-div.climate .options label {
    display: flex;
    flex-direction: column;
    font-weight: bold;
    width: 100%;
    cursor: pointer;
}

.configure-div.climate .options label + label {
    margin-left: 1rem;
}

.configure-div.climate .options .row {
    display: flex;
    flex-direction: row;
    margin-top: 1rem;
}

.configure-div.climate .options .btn.add {
    width: 100%;
    margin: 1rem 0;
}

.widget-loader{
    display: none;
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
}

.widget-loader img{
    top: 50%;
    position: relative;
    left: 50%;
}

@media screen and (max-width: 40em){
    .configure-div.climate .options{
        width: 100%;
    }

    .configure-div.climate .example{
        width: 100%;
    }
}

.element-list {
    list-style: none;
    margin: 0;
    padding: 0 16px;
}

.element-list > li {
    border-radius: 4px;
    border: 1px solid #ddd;
    padding: 1rem;
}

.element-list > li > span {
    font-size: .8rem;
    text-transform: uppercase;
    font-weight: bold;
}

.element-list .element-meta {
    display: flex;
    flex-direction: column;
}

.climate .chosen-layer {
    display: flex;
    flex-direction: column;
    border: 1px solid darkgray;
    border-radius: 5px;
    padding: 1rem;
    position: relative;
}

.climate .chosen-layer + .chosen-layer {
    margin-top: 1rem;
}

.climate .chosen-layer-row {
    display: flex;
    justify-content: space-between;
    margin-top: 1rem;
}

.climate .chosen-layer-row span {
    font-size: 0.8rem;
}

.climate .chosen-layer .delete {
    position: absolute;
    font-size: 1.2rem;
    right: 0;
    top: 0;
    padding: 5px 8px;
    cursor: pointer;
}
.modal{
    background-color: rgba(0,0,0,0.3);
    min-height:405px;
    z-index: 10!important;
}

.news-header {
    min-height: 405px;
    width: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

.news-header .news-item {
    display: flex;
    flex-direction: column;
    align-items: start;
    padding: 2rem 0;
}

.news-header .news-item .title {
    color: #fff;
    font-size: 3rem;
    text-shadow: 1px 1px 2px #3E3E3E;
    padding: 0 0 .5rem 0;
    margin: 0;
}

.news-header .news-item .subtitle {
    display: inline-block;
    font-size: 1.2rem;
    font-weight: 500;
    padding: .1rem .2rem;
    color: #fff;
    background-color: rgba(0, 0, 0, 0.3);
    text-shadow: 1px 1px 2px #3E3E3E;
}

@media screen and (max-width: 40em) {
    .news-header {
        min-height: 240px;
    }

    .news-header .news-item {
        padding: 0;
    }

    .news-header .news-item .title {
        font-size: 2rem;
    }

    .news-header .news-item .subtitle {
        font-size: 1.1rem;
    }
}
.configure-div.huidfonds{
    background-color: #FFFFFF;
    margin-bottom: 32px;
}

.configure-div.huidfonds .options input {
    max-width: 100px;
    display: inline;
}

.configure-div.huidfonds .title{
    border-bottom: solid 2px #F4F4F4;
    margin-bottom: 16px;
}

.configure-div.huidfonds .options {
    padding: 0 16px 0 32px;
}

.configure-div.huidfonds .options > div {
    padding: 0 16px;
}

.configure-div.huidfonds .options label {
    font-weight: bold;
    display: inline-block;
    width: 100px;
    cursor: pointer;
}

.configure-div.huidfonds .options .radio-option label,
.configure-div.huidfonds .options .checkbox label {
    font-weight: normal;
    width: 100%;
}

.configure-div.huidfonds .options .btn {
    max-width: 250px;
    margin-left: 16px;
    padding: .6em .1em;
}

.widget-loader{
    display: none;
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
}

.widget-loader img{
    top: 50%;
    position: relative;
    left: 50%;
}

@media screen and (max-width: 40em){
    .configure-div.huidfonds .options{
        width: 100%;
    }

    .configure-div.huidfonds .example{
        width: 100%;
    }
}
.configure-div.location {
    background-color: #FFFFFF;
    margin-bottom: 32px;
}

.configure-div.location .options input {
    max-width: 100px;
    display: inline;
}

.configure-div.location .title{
    border-bottom: solid 2px #F4F4F4;
    margin-bottom: 16px;
}

.configure-div.location .options {
    padding: 0 16px 0 32px;
}

.configure-div.location .options > div {
    padding: 0 16px;
}

.configure-div.location .options label {
    font-weight: bold;
    display: inline-block;
    width: 100px;
    cursor: pointer;
}

.configure-div.location .options .radio-option label,
.configure-div.location .options .checkbox label {
    font-weight: normal;
    width: 100%;
}

.configure-div.location .options .btn {
    max-width: 250px;
    margin-left: 16px;
    padding: .6em .1em;
}

.widget-loader {
    display: none;
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
}

.widget-loader img {
    top: 50%;
    position: relative;
    left: 50%;
}

@media screen and (max-width: 40em){
    .configure-div.location .options{
        width: 100%;
    }

    .configure-div.location .example{
        width: 100%;
    }
}
.configure-div .title {
    padding: 1rem;
}

.configure-div .title h2 {
    font-weight: 500 !important;
}

.configure-div.radar {
    background-color: #FFFFFF;
    margin-bottom: 32px;
}

.configure-div.radar .options input {
    max-width: 100px;
    display: inline;
}

.configure-div.radar .title {
    border-bottom: solid 2px #F4F4F4;
    margin-bottom: 16px;
}

.configure-div.radar .options {
    padding: 0 16px 0 32px;
}

.configure-div.radar .options > div {
    padding: 0 16px;
}

.configure-div.radar .options label {
    font-weight: bold;
    display: inline-block;
    width: 100px;
    cursor: pointer;
}

.configure-div.radar .options .radio-option label,
.configure-div.radar .options .checkbox label {
    font-weight: normal;
    width: 100%;
}

.configure-div.radar .options .btn {
    max-width: 250px;
    margin-left: 16px;
    padding: .6em .1em;
}

.widget-loader {
    display: none;
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
}

.widget-loader img {
    top: 50%;
    position: relative;
    left: 50%;
}

@media screen and (max-width: 40em) {
    .configure-div.radar .options {
        width: 100%;
    }

    .configure-div.radar .example {
        width: 100%;
    }
}

.configure-div.snowHeight {
    background-color: #FFFFFF;
    margin-bottom: 32px;
}

.configure-div.snowHeight .title {
    border-bottom: solid 2px #F4F4F4;
    margin-bottom: 16px;
}

.configure-div.snowHeight .options {
    padding: 0 16px 0 32px;
}

.configure-div.snowHeight .options > div {
    padding: 0 16px;
}

.configure-div.snowHeight .options .btn {
    max-width: 250px;
    margin-left: 16px;
    padding: .6em .1em;
}

.widget-loader {
    display: none;
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
}

.widget-loader img {
    top: 50%;
    position: relative;
    left: 50%;
}

@media screen and (max-width: 40em) {
    .configure-div.snowHeight .options {
        width: 100%;
    }

    .configure-div.snowHeight .example {
        width: 100%;
    }
}

.widget-overview-title {
    background-color: #FFFFFF;
    margin-bottom: 2px;
    margin-top: 16px;
}

.widget-overview {
    background-color: #FFFFFF;
    margin-bottom: 32px;
}

.widget-overview .input i {
    position: absolute;
    right: 0;
    top: 0;
    padding: .5rem 0;
    height: 2rem;
    width: 2rem;
}

.widget-intro .widget-search {
    padding: 10px;
    background-color: #009FE3;
    color: #FFFFFF;
    border-radius: 3px;
    right: 32px;
    position: absolute !important;
    width: 29%;
}

.widget-intro .search-content h4 {
    margin-bottom: 10px;
}

.widget-intro .input {
    position: relative;
    background-color: #fff;
    height: 2rem;
    border-radius: 3px;
}

.widget-intro .input input {
    background-color: #fff;
    border: none;
    box-shadow: inset 0 0 0 transparent;
    margin: 0;
    width: 100%;
    height: 100%;
    border-radius: 3px;
}

.widget-intro .input i.fa-search {
    color: #000000;
}

.widget-intro .input i.fa-times {
    cursor: pointer;
    color: gray;
}

.widget-intro .results {
    position: absolute;
    top: 107px;
    left: 0;
    right: 0;
    background-color: #fff;
    border-top: 1px solid #1395C6;
    z-index: 11;
    margin: 0 10px;
}

.widget-intro .results ul {
    width: 100%;
    padding: .3rem 0;
    overflow: hidden;
    box-shadow: 0 1px 8px 0 rgba(0,0,0,.2),0 3px 4px 0 rgba(0,0,0,.14),0 3px 3px -2px rgba(0,0,0,.12);
}

.widget-intro .results ul > li {
    text-align: left;
    padding: 0 !important;
}

.widget-intro .results ul > li > div {
    color: gray;
    padding: .4rem 1rem .1rem 1rem;
}

.widget-intro .results ul > li > a {
    display: block;
    padding: .2rem 1rem;
    color: #3E3E3E;
    position: relative;
    width: 95%
}

.widget-intro .results ul > li > a:hover,
.widget-intro .results ul > li > a.selected {
    background-color: #E2E2E2;
    text-decoration: underline;
}

.widget-intro .results ul > li > a .icon,
.widget-intro .results ul > li > a img {
    width: 1rem;
    position: absolute;
    left: 1.1rem;
    top: .5rem;
}

.widget-intro .results ul > li > a .icon {
    color: #009FE3;
}

.widget-intro .results ul > li > a span {
    max-width: 224px;
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    padding-left: 1.5rem;
}

.widget-intro .results ul > li > a.selected {
    background-color: #E2E2E2;
    text-decoration: underline;
}

.widget-overview .anchors a {
    padding: 0 5px;
    text-transform: capitalize;
}

.widget-overview .anchors a:first-child {
    padding-left: 0;
}

.widget-code {
    background-color: rgb(0,0,0);
    background-color: rgba(0,0,0,0.4);
    z-index: 1000;
}

.widget-code .modal-helper {
    display: table;
    width: 100%;
    height: 100%;
}

.widget-code .modal-center {
    display: table-cell;
    vertical-align: middle;
}

.widget-code .modal-content {
    background-color: #fefefe;
    margin: 0 auto;
    padding: 20px;
    border: 1px solid #888;
    width: 70%;
    z-index: 1050;
}

.widget-code .modal-content:after {
    margin-bottom: 12px;
}

.widget-code .modal-content p {
    word-break: break-word;
}

.widget-code .modal-title {
    border-bottom: 1px solid black;
    margin-bottom: 10px;
    display: block;
}

.widget-code .modal-title h3 {
    display: inline;
}

.widget-code .close {
    color: #ff0000;
    float: right;
    font-size: 28px;
    font-weight: bold;
    opacity: 0.5;
    line-height: 28px;
}

.widget-code .close:hover,
.widget-code .close:focus {
    color: #ff0000;
    text-decoration: none;
    cursor: pointer;
    opacity: 1;
}

.widget-code .widget-copy {
    float: right;
    display: inline-block;
}

.widget-code .copy-code {
    display: inline;
    margin-left: auto;
    margin-right: auto;
    margin-top: 0;
    padding: .6em;
}

.widget-code .widget-badge {
    margin-bottom: 0px;
    width: 160px;
    font-size: 1.1rem;
    color: #009FE3;
    background-color: #FFFFFF;
    opacity: 0;
    transition: opacity ease-in-out 300ms;
}

.widget-code .widget-badge.visible {
    opacity: 1;
}

@media screen and (max-width: 40em) {
    .widget-intro .search {
        width: 100%;
        right: 0px;
        position: relative !important;
    }

    .widget-intro .widget-intro-text {
        width: 100%;
    }
}

.snippet-expert-15daagse select {
    display: inline-block;
    padding: .2rem .5rem;
    border: none;
    border-radius: 3px;
    font-size: .9rem;
    font-weight: 500;
    background-color: #F4F4F4;
}

.snippet-expert-15daagse .expert-toggle #expert {
    -moz-appearance: checkbox;
    margin: 0;
}

.snippet-expert-15daagse .list .item img {
    width: 100%;
    max-width: 635px;
}

.snippet-expert-15daagse .control-row {
    display: flex;
    flex-direction: column;
}

.snippet-expert-15daagse .second-row {
    display: flex;
    margin-bottom: 10px;
}

.snippet-expert-15daagse .region-picker {
    margin-left: auto;
}

.snippet-expert-15daagseregio .tabs-panel.active {
    display: inline;
    margin-top: 10px;
}

.forecast-astro .box .row .col,
.forecast-astro-moon .box .row .col {
    font-size: .9rem;
    min-height: 60px;
    overflow: hidden;
    padding: 10px 0 10px 60px;
    position: relative;
    border-top: thin solid #EDEDED;
    border-left: thin solid #EDEDED;
}

.forecast-astro .box .row .col:first-child,
.forecast-astro-moon .box .row .col:first-child {
    border-left: none;
}

.forecast-astro .box .row .col img,
.forecast-astro-moon .box .row .col img {
    width: 60px;
    height: 60px;
    position: absolute;
    top: 12px;
    left: 0px;
}

.forecast-astro .box .row .col img.up,
.forecast-astro-moon .box .row .col img.up {
    width: 55px;
    height: 55px;
    top: 7px;
    left: 3px;
}

.forecast-astro .box .row .col img.down,
.forecast-astro-moon .box .row .col img.down {
    width: 55px;
    height: 55px;
    top: 40px;
    left: 3px;
}

.forecast-astro .card .title.uv-title {
    border-top: thin solid #EDEDED;
    border-bottom: none;
    padding: 16px 16px 0;
}

.forecast-astro .box .row.uv-index .col {
    border-top: none;
    font-size: 20px;
    min-height: 40px;
    padding: 16px;
}

.forecast-astro .box .row.uv-index .col span:last-child {
    font-weight: bold;
}

.forecast-astro .box .row.uv-tip {
    padding: 0 16px 16px;
}
.forecast-daypart.snippet .card .content  {
    padding-left: .5rem;
    padding-right: .5rem;
    padding-bottom: .5rem;
}

.forecast-daypart h3 {
    font-size: 1.2rem;
    padding: 0 0 .5rem 0;
}

.forecast-daypart .col {
    padding: 0 .5rem;
}

.forecast-daypart .dayparts .col {
    padding: .25rem;
}

.forecast-daypart .daypart-item {
    border: 1px solid #d3d3d3;
    border-radius: 8px;
    padding: .2rem;
}

.forecast-daypart .daypart-item > div {
    text-align: center;
    margin-bottom: .5rem;
}

.forecast-daypart .daypart-item .head {    
    text-transform: capitalize;
    font-weight: 500;
    padding-bottom: 1rem;
}

.forecast-daypart .daypart-item .wx {
    width: 60px;
    height: 60px;
    background-repeat: no-repeat;
    background-size: contain;
    margin: 0 auto;
}

.forecast-daypart .daypart-item .raining,
.forecast-daypart .daypart-item .snowing {
    background-color: #009FE3;
    color: #ffffff !important;
    border-radius: 2px;
}

.forecast-daypart .daypart-item .raining i,
.forecast-daypart .daypart-item .snowing i {
    color: #ffffff;
}

.forecast-daypart .daypart-item .indicator {
    display: inline-block;
}

.forecast-daypart .daypart-item .wind {
    width: 24px;
    height: 24px;
    line-height: 24px;
    text-align: center;
    font-size: .7rem;
    font-weight: 500;
    margin-left: auto;
    margin-right: auto;
}

.forecast-daypart .daypart-item .blue { color: #009FE3; }

.forecast-daypart .daypart-item .orange { color: #FF8400; }

.forecast-daypart .daypart-item .red { color: #ED2329; }

.forecast-daypart .daypart-item .temp { font-weight: 500; }

@media screen and (min-width: 40em) {
    .forecast-daypart .dayparts .col {
        padding: .5rem;
    }

    .forecast-daypart .daypart-item {
        padding: 1rem;
    }

    .forecast-daypart .daypart-item .wind {
        width: 30px;
        height: 30px;
        line-height: 30px;
        font-size: .8rem;
    }
}

@media screen and (max-width: 820px) {
    .forecast-daypart .daypart-item .indicator {
        display: none;
    }
}
.forecast-daypart-winter.snippet .card .content  {
    padding-left: .5rem;
    padding-right: .5rem;
    padding-bottom: .5rem;
}

.forecast-daypart-winter h2 {
    font-size: 1.2rem;
    padding: 0 0 .5rem 0;
}

.forecast-daypart-winter .levels {
    display: flex;
    margin-left: auto;
}

.forecast-daypart-winter .levels .btn {
    border-radius: 0;
    margin-right: 1px;
    float: left!important;
    display: inline-block;
}

.forecast-daypart-winter .levels .btn:first-child {
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px;
}

.forecast-daypart-winter .levels .btn:last-child {
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
}

.forecast-daypart-winter .levels .btn.active {
    background-color: #0075A8;
    cursor: default !important;
}

.forecast-daypart-winter .title h4 {
    line-height: 1.5;
}

.forecast-daypart-winter .col {
    padding: 0 .5rem;
}

.forecast-daypart-winter .dayparts .col {
    padding: .1rem;
}

.forecast-daypart-winter .daypart-item {
    border: thin #F4F4F4 solid;
    padding: .2rem;
}

.forecast-daypart-winter .daypart-item > div {
    text-align: center;
    margin-bottom: .5rem;
}

.forecast-daypart-winter .daypart-item .head {
    text-transform: capitalize;
    font-weight: 500;
}

.forecast-daypart-winter .daypart-item .wx {
    width: 60px;
    height: 60px;
    background-repeat: no-repeat;
    background-size: contain;
    margin: 0 auto;
}

.forecast-daypart-winter .daypart-item .raining,
.forecast-daypart-winter .daypart-item .snowing {
    background-color: #009FE3;
    color: #ffffff!important;
    border-radius: 2px;
}

.forecast-daypart-winter .daypart-item .raining i,
.forecast-daypart-winter .daypart-item .snowing i {
    color: #ffffff;
}

.forecast-daypart-winter .daypart-item img.snow {
    width: 16px;
    height: 16px;
}

.forecast-daypart-winter .daypart-item .indicator{
    display: inline-block;
}

.forecast-daypart-winter .daypart-item .wind {
    width: 24px;
    height: 24px;
    line-height: 24px;
    text-align: center;
    font-size: .7rem;
    font-weight: 500;
    margin-left: auto;
    margin-right: auto;
}

.forecast-daypart-winter .btn.medium {
    float: right;
}

.forecast-daypart-winter .btn.medium a {
    color: #ffffff;
}

.forecast-daypart-winter .btn.medium a i {
    font-size: x-small;
}

.forecast-daypart-winter .daypart-item .blue { color: #009FE3; }

.forecast-daypart-winter .daypart-item .orange { color: #FF8400; }

.forecast-daypart-winter .daypart-item .red { color: #ED2329; }

.forecast-daypart-winter .daypart-item .temp { font-weight: 500; font-size: 25px; }

@media screen and (min-width: 40em) {
    .forecast-daypart-winter .daypart-item .wind {
        width: 30px;
        height: 30px;
        line-height: 30px;
        font-size: .8rem;
    }
}

@media (max-width: 415px) and (orientation: portrait) {
    .forecast-hourly-winter table td .blue{
        height: 21px;
        overflow: hidden;
    }
}

@media screen and (max-width: 820px) {
    .forecast-daypart-winter .daypart-item .indicator{
        display: none;
    }
}
.forecast-forecasttext h2 {
    margin-bottom: .5rem;
}

.forecast-forecasttext .image-center {
    display: flex;
    justify-content: center;
}

.forecast-forecasttext .image {
    margin: .5rem auto 0 auto;
    object-fit: cover;
    border-radius: 100%;
    max-width: 100%;
    height: auto;
}

.forecast-forecasttext .image-small {
    margin: .5rem 0 .5rem .5rem;
    float: right;
}

.forecast-forecasttext .name {
    font-size: .9rem;
    text-align: center;
    line-height: 1.3;
    padding: 0;
    clear: both;
    border-top: solid 1rem transparent;
}

.forecast-forecasttext .name a {
    display: inline-block;
}

.forecast-forecasttext .tweet {
    font-size: .85rem;
    line-height: 1.3;
    color: #666;
}

.forecast-forecasttext .btn {
    margin-bottom: 1rem;
}

.forecast-forecasttext .btn i {
    margin-left: 6px;
}
.forecast-forecasttextcontinent h3 {
    margin-bottom: .5rem;
    text-transform: capitalize;
}

.forecast-forecasttextcontinent p {
    line-height: 1.5;
}

.forecast-forecasttextcontinent .image {
    margin: .5rem auto 0 auto;
    width: 86%;
    padding-top: 86%;
    background-position: top center;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 100%;
}

.forecast-forecasttextcontinent .image-small {
    margin: .5rem .5rem .5rem 0;
    width: 30%;
    padding-top: 30%;
    float: left;
}

.forecast-forecasttextcontinent .name {
    font-size: .9rem;
    text-align: center;
    line-height: 1.3;
    padding: 0;
    clear: both;
    border-top: solid 1rem transparent;
}

.forecast-forecasttextcontinent .name a {
    display: inline-block;
}
.forecast-forecasttext.news .hoverable p {
    color: #3E3E3E;
    margin: 0;
}

.forecast-forecasttext.news .hoverable:hover {
    text-decoration: none;
}

.forecast-forecasttext.news .hoverable:hover h2 {
    text-decoration: underline;
}

.forecast-forecasttext.news .text h2 {
    color: #3E3E3E;
}

.forecast-forecasttext.news .btn.medium {
    margin-top: 1rem;
    float: right;
}



@media screen and (max-width: 768px) {
    .forecast-forecasttext .article-image {
        max-height: 250px;
        object-fit: cover;
        width: 100%;
    }

    .forecast-forecasttext .text h2 {
        margin-bottom: 1rem;
        font-size: 1.2rem;
        font-weight: 700;
    }
}

@media screen and (min-width: 769px) {
    .forecast-forecasttext .article-image {
        width: 100%;
        box-sizing: border-box;
        padding-left: 1rem;
        padding-top: 1rem;
    }

    .forecast-forecasttext .text h2 {
        margin-bottom: .5rem;
    }
}
.forecast-fullday .card {
    min-height: 564px;
}

.forecast-fullday .card .title {
    flex-direction: column;
    align-items: flex-start;
}

.forecast-fullday .card .title .btn {
    margin-left: 0;
    margin-top: 10px;
    margin-bottom: 10px;
}

.forecast-fullday .async-content {
    opacity: 1;
}

.forecast-fullday .subtitle {
    font-size: 1.3rem;
    font-weight: 500;
    margin: 1rem 0 .5rem 0;
}

.forecast-fullday h3 {
    font-size: 1.2rem;
    padding: 0 0 .5rem 0;
}

.forecast-fullday table {
    width: 100%;
    border-collapse: collapse;
    table-layout: fixed;
    -webkit-tap-highlight-color: rgba(0,0,0,0);
}

.forecast-fullday table tr > td {
    font-weight: normal;
    font-size: .8rem;
    padding: .8rem .05rem .5rem .05rem;
    text-align: center;
    border-top: 1px solid #d3d3d3;
    border-left: 1px solid #d3d3d3;
    position: relative;
    background-clip: padding-box;
}

.forecast-fullday table tr > td.weekend {
    background-color: #FAFAFA;
}

.forecast-fullday table tr:first-child > td {
    border-top: none;
    padding: .5rem .05rem;
}

.forecast-fullday table tr > td:first-child {
    border-left: none;
}

.forecast-fullday table tr > td i.fa {
    font-size: .6rem;
}

.forecast-fullday table tr .weather-rating {
    cursor: pointer;
}

.forecast-fullday table tr .head {
    vertical-align: bottom;
    text-transform: capitalize;
    font-weight: 500;
    padding: 0 0 1rem 0;
}

.forecast-fullday table tr .uv div {
    display: inline-block;
}

.forecast-fullday table tr .wx {
    width: 80%;
    padding-top: 80%;
    background-repeat: no-repeat;
    background-size: contain;
    margin: 0 auto;
}

.forecast-fullday table tr .wind {
    width: 24px;
    height: 24px;
    line-height: 24px;
    text-align: center;
    font-size: .7rem;
    font-weight: 500;
    margin-left: auto;
    margin-right: auto;
}

.forecast-fullday .chart .wind {
    margin-bottom: 1rem;
}

.forecast-fullday table td .blue { color: #009FE3; }

.forecast-fullday table td .orange { color: #FF8400; }

.forecast-fullday table td .red { color: #ED2329; }

.forecast-fullday table td .bg-blue { background-color: #009FE3; }

.forecast-fullday table td .bg-orange { background-color: #FF8400; }

.forecast-fullday table td .bg-red { background-color: #ED2329; }

.forecast-fullday table td .temp { font-weight: 500; }

.forecast-fullday .content .raining,
.forecast-fullday .content .snowing {
    background-color: #009FE3;
    color: #ffffff !important;
    border-radius: 2px;
}

.forecast-fullday .content .dry {
    opacity: .5;
}

.forecast-fullday .content .chart .dry,
.forecast-fullday .content .chart .raining,
.forecast-fullday .content .chart .snowing {
    font-size: .8rem;
}

.forecast-fullday .content .raining i,
.forecast-fullday .content .snowing i {
    color: #ffffff;
}

.forecast-fullday .content .indicator {
    display: inline-block;
}

.forecast-fullday table tr > td.graph {
    height: 50px;
    padding: 0;
    border-top: none;
    position: relative;
}

.forecast-fullday table tr > td.graph.graph-col2 {
    border-left: none;
}

.forecast-fullday table tr > td.graph > svg {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 50px;
}

.forecast-fullday table tr > td.graph > svg > path {
    stroke-width: 0;
}

.forecast-fullday table tr > td.graph > svg > line {
    stroke-width: 4;
}

.forecast-fullday .tooltip {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 2.7rem;
    z-index: 5;
}

.forecast-fullday .tooltip .inner {
    position: absolute;
    color: #fff;
    border-radius: 3px;
    font-size: .65rem;
    right: -1.1rem;
    white-space: nowrap;
    width: 5rem;
    height: 34px;
    padding: .2rem 0;
    text-align: center;
    opacity: 0;
    transform: translateY(3px);
    transition: all 250ms ease;
}

.forecast-fullday .tooltip.large .inner {
    height: 60px;
}

.forecast-fullday .tooltip:focus .inner,
.forecast-fullday .tooltip:active .inner,
.forecast-fullday .tooltip:hover .inner {
    transform: translateY(0);
    opacity: 1;
}

.forecast-fullday .tooltip .inner .square {
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: rotate(45deg);
    width: .4rem;
    height: .4rem;
    margin: 0 0 -.2rem -.16rem;
}

.forecast-fullday .tooltip .inner.left .square {
    left: 17%;
}

.forecast-fullday .tooltip .inner.right .square {
    left: 83%;
}

.forecast-fullday .minus,
.forecast-fullday .plus {
    position: absolute;
    right: .3rem;
    bottom: 0;
    color: #ccc;
}

.forecast-fullday .minus {
    color: #009FE3;
    display: none;
}

.forecast-fullday .hasChart {
    cursor: pointer;
}

.forecast-fullday .hoverColumn,
.forecast-fullday .activeColumn {
    background-color: #EEF9FF !important;
}

.forecast-fullday .hoverColumn .plus {
    color: #009FE3;
}

.forecast-fullday .activeColumn .plus {
    display: none;
}

.forecast-fullday .activeColumn .minus {
    display: block;
}

.forecast-fullday .chart {
    background-color: #EEF9FF;
    display: none;
}

.forecast-fullday .chart.active {
    display: block;
}

.forecast-fullday .chart p {
    font-weight: 500;
    padding: .5rem .25rem 0 .25rem;
    text-transform: capitalize;
}

.forecast-fullday .chart table tr > td {
    padding: .5rem .1rem .1rem .1rem;
    font-size: .8rem;   
}

.forecast-fullday .chart .scroll {
    width: 100%;
    overflow-y: visible;
    overflow-x: auto;
}

.forecast-fullday .chart .scroll table {
    width: 100%;
}

.forecast-fullday .chart .scroll table td {
    width: 2.5rem;
}

@media screen and (min-width: 40em) {
    .forecast-fullday .chart .scroll table td {
        width: 56.7px;
    }
}

.forecast-fullday .tip {
    padding: .5rem 0 .5rem 1rem;
    margin-bottom: 1rem;
    position: relative;
    background-color: #E2E2E2;
}

.forecast-fullday .tip .text {
    padding-right: 2.5rem;
    font-weight: 500;
}

.forecast-fullday .tip button {
    position: absolute;
    right: 0;
    top: 0;
    width: 2.5rem;
    height: 2.5rem;
    font-size: 1.5rem;
    font-weight: 200;
    cursor: pointer;
    color: rgba(0, 0, 0, .6);
}

.forecast-fullday .tip button:hover {
    color: rgba(0, 0, 0, .9);
}

@media screen and (max-width: 820px) {
    .forecast-fullday .content .indicator {
        display: none;
    }
}

@media screen and (min-width: 769px) {
    .forecast-fullday table tr td.graph {
        height: 50px;
    }

    .forecast-fullday table tr td.graph svg {
        height: 50px;
    }

    .forecast-fullday .chart p {
        padding: .5rem 1rem; 
        margin: 0;
    }

    .forecast-fullday table tr .wx {
        width: 60px;
        height: 60px;
        padding-top: 0;
    }

    .forecast-fullday table tr .wx.small {
        width: 40px;
        height: 40px;
    }

    .forecast-fullday table tr > td i.fa {
        font-size: inherit;
    }

    .forecast-fullday table tr > td {
        font-size: 1rem;
        padding: .8rem .25rem .5rem .25rem;
    }

    .forecast-fullday .chart table tr > td {
        font-size: 1rem;
        padding: .5rem .25rem .1rem .25rem;
    }

    .forecast-fullday table tr:first-child > td {
        padding: .5rem .25rem;
    }

    .forecast-fullday .tooltip {
        width: 5.5rem;
    }

    .forecast-fullday .tooltip .inner {
        right: 1.3rem;
    }
}

@media (max-width: 371px) {
    .forecast-fullday .async-content table td {
        padding: 2px!important;
    }

    .forecast-fullday .async-content table td .head {
        padding-bottom: 0.5rem;
    }

    .forecast-fullday .card {
        min-height: 552px;
    }
}

@media (max-width: 340px) {
    .forecast-fullday {
        padding: .3rem;
    }

    .forecast-fullday .card .title {
        padding: .3rem !important;
    }

    .forecast-fullday .title h2{
        font-size: 1rem;
    }

    .forecast-fullday .card {
        min-height: 514px;
    }
}

@media screen and (min-width: 768px) {
    .forecast-fullday table tr .wind {
        width: 30px;
        height: 30px;
        line-height: 30px;
        font-size: .8rem;
    }
}

@media screen and (min-width: 1024px) {
    .forecast-fullday .minus,
    .forecast-fullday .plus {
        width: 28px;
        height: 28px;
        border: 2px solid #009fe3;
        border-radius: 50%;
        margin-bottom: 8px;
        margin-right: 0px;
    }

    .activeColumn .minus i.fa,
    .activeColumn .plus i.fa{
        color: #009fe3;
    }

    .forecast-fullday table tr > td i.fa-minus,
    .forecast-fullday table tr > td i.fa-plus {
        color: #009fe3;
        font-size: 14px;
    }
}
.forecast-fullday-winter .card {
    min-height: 564px;
}

.forecast-fullday-winter .async-content {
    opacity: 1;
}

.forecast-fullday-winter .subtitle {
    font-size: 1.3rem;
    font-weight: 500;
    margin: 1rem 0 .5rem 0;
}

.forecast-fullday-winter h2 {
    font-size: 1.2rem;
    padding: 0 0 .5rem 0;
}

.forecast-fullday-winter .levels {
    display: block;
    float: right;
}

.forecast-fullday-winter .levels .btn {
    border-radius: 0;
    margin-right: 1px;
    float: left!important;
    display: inline-block;
}

.forecast-fullday-winter .levels .btn:first-child {
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px;
}

.forecast-fullday-winter .levels .btn:last-child {
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
}

.forecast-fullday-winter .levels .btn.active{
    background-color: #0075A8;
    cursor: default !important;
}

.forecast-fullday-winter table {
    width: 100%;
    border-collapse: collapse;
    table-layout: fixed;
    -webkit-tap-highlight-color: rgba(0,0,0,0);
}

.forecast-fullday-winter table tr > td {
    font-weight: normal;
    font-size: .8rem;
    padding: .8rem .05rem .5rem .05rem;
    text-align: center;
    border-top: 1px solid #d3d3d3;
    border-left: 1px solid #d3d3d3;
    position: relative;
    background-clip: padding-box;
}

.forecast-fullday-winter table tr > td.weekend {
    background-color: #FAFAFA;
}

.forecast-fullday-winter table tr:first-child > td {
    border-top: none;
    padding: .5rem .05rem;
}

.forecast-fullday-winter table tr > td:first-child {
    border-left: none;
}

.forecast-fullday-winter table tr > td i.fa {
    font-size: .6rem;
}

.forecast-fullday-winter table tr .weather-rating {
    cursor: pointer;
}

.forecast-fullday-winter table tr .head {
    vertical-align: bottom;
    text-transform: capitalize;
    font-weight: 500;
    padding: 0 0 1rem 0;
}

.forecast-fullday-winter table tr .wx {
    width: 80%;
    padding-top: 80%;
    background-repeat: no-repeat;
    background-size: contain;
    margin: 0 auto;
}

.forecast-fullday-winter table tr .wind {
    width: 24px;
    height: 24px;
    line-height: 24px;
    text-align: center;
    font-size: .7rem;
    font-weight: 500;
    margin-left: auto;
    margin-right: auto;
}

.forecast-fullday-winter .chart .wind {
    margin-bottom: 1rem;
}

.forecast-fullday-winter table td .blue { color: #009FE3; }

.forecast-fullday-winter table td .orange { color: #FF8400; }

.forecast-fullday-winter table td .red { color: #ED2329; }

.forecast-fullday-winter table td .bg-blue { background-color: #009FE3; }

.forecast-fullday-winter table td .bg-orange { background-color: #FF8400; }

.forecast-fullday-winter table td .bg-red { background-color: #ED2329; }

.forecast-fullday-winter table td .temp { font-weight: 500; }

.forecast-fullday-winter .content .raining,
.forecast-fullday-winter .content .snowing {
    background-color: #009FE3;
    color: #ffffff!important;
    border-radius: 2px;
}

.forecast-fullday-winter .content .indicator {
    display: inline-block;
}

.forecast-fullday-winter .legend {
    width: 100%;
    position: absolute;
    top: -4px;
}

.forecast-fullday-winter .legend .zero > label {
    color: white;
    background-color: #009FE3;
    padding: 3px 5px;
    border-radius: 3px;
    font-size: 11px;
    line-height: 10px;
}

.forecast-fullday-winter .legend .zero {
    color: #009FE3;
}

.forecast-fullday-winter table tr.freezing {
    height: 120px;
}

.forecast-fullday-winter table tr.freezing td.graph {
    border-left: none;
    border-right: none;
    border-top: thin solid #F4F4F4;
}

.forecast-fullday-winter table tr.freezing td.graph svg {
    height: 100px;
    overflow: visible;
    z-index: 10;
}

.forecast-fullday-winter table tr.freezing td.graph > svg > path{
    stroke-width: 2!important;
}

.forecast-fullday-winter table tr.freezing td.graph svg g.axis line {
    stroke: #0075A8;
    stroke-dasharray: 1,3;
    stroke-width: 1px;
}

.forecast-fullday-winter table tr.freezing td.graph svg g.axis text {
    text-anchor: end!important;
    font-size: 10px;
}

.forecast-fullday-winter table tr > td.graph {
    height: 100px;
    padding: 0;
    border-top: none;
    position: relative;
}

.forecast-fullday-winter table tr > td.graph.graph-col2 {
    border-left: none;
}

.forecast-fullday-winter table tr > td.graph > svg {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 50px;
}

.forecast-fullday-winter table tr > td.graph > svg > path {
    stroke-width: 0;
}

.forecast-fullday-winter table tr > td.graph > svg > line {
    stroke-width: 4;
}

.forecast-fullday-winter .tooltip {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 2.7rem;
    z-index: 5;
}

.forecast-fullday-winter .tooltip .inner {
    position: absolute;
    color: #fff;
    border-radius: 3px;
    font-size: .65rem;
    right: -.95rem;
    white-space: nowrap;
    width: 5rem;
    height: 34px;
    padding: .2rem 0;
    text-align: center;
    opacity: 0;
    transform: translateY(3px);
    transition: all 250ms ease;
}

.forecast-fullday-winter .tooltip.large .inner {
    height: 60px;
}

.forecast-fullday-winter .tooltip:focus .inner,
.forecast-fullday-winter .tooltip:active .inner,
.forecast-fullday-winter .tooltip:hover .inner {
    transform: translateY(0);
    opacity: 1;
}

.forecast-fullday-winter .tooltip .inner .square {
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: rotate(45deg);
    width: .4rem;
    height: .4rem;
    margin: 0 0 -.2rem -.16rem;
}

.forecast-fullday-winter .tooltip .inner.left .square {
    left: 17%;
}

.forecast-fullday-winter .tooltip .inner.right .square {
    left: 83%;
}

.forecast-fullday-winter .async-content.hourly-winter .snowing,
.forecast-fullday-winter .async-content.hourly-winter .raining {
    color: #009FE3!important;
    background-color: transparent;
    border-radius: 0;
}

.forecast-fullday-winter .minus,
.forecast-fullday-winter .plus {
    position: absolute;
    right: .3rem;
    bottom: 0;
    color: #ccc;
}

.forecast-fullday-winter .minus {
    color: #009FE3;
    display: none;
}

.forecast-fullday-winter .hasChart {
    cursor: pointer;
}

.forecast-fullday-winter .hoverColumn,
.forecast-fullday-winter .activeColumn {
    background-color: #EEF9FF !important;
}

.forecast-fullday-winter .hoverColumn .plus {
    color: #009FE3;
}

.forecast-fullday-winter .activeColumn .minus {
    display: block;
}

.forecast-fullday-winter .activeColumn .plus {
    display: none;
}

.forecast-fullday-winter .chart {
    background-color: #EEF9FF;
    display: none;
}

.forecast-fullday-winter .chart.active {
    display: block;
}

.forecast-fullday-winter .chart p {
    font-weight: 500;
    padding: .5rem .25rem 0 .25rem;
    text-transform: capitalize;
}

.forecast-fullday-winter .chart table tr > td {
    padding: .5rem .1rem .1rem .1rem;
    font-size: .8rem;
}

.forecast-fullday-winter .tip {
    padding: .5rem 0 .5rem 1rem;
    margin-bottom: 1rem;
    position: relative;
    background-color: #E2E2E2;
}

.forecast-fullday-winter .tip .text {
    padding-right: 2.5rem;
    font-weight: 500;
}

.forecast-fullday-winter .tip button {
    position: absolute;
    right: 0;
    top: 0;
    width: 2.5rem;
    height: 2.5rem;
    font-size: 1.5rem;
    font-weight: 200;
    cursor: pointer;
    color: rgba(0, 0, 0, .6);
}

.forecast-fullday-winter .tip button:hover {
    color: rgba(0, 0, 0, .9);
}

.forecast-fullday-winter .scroll {
    width: 100%;
    overflow-y: visible;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
}

.forecast-fullday-winter table tr > td {
    font-weight: normal;
    padding: .5rem .1rem .1rem .1rem;
    text-align: center;
    border-top: thin solid #F4F4F4;
    border-left: thin solid #F4F4F4;
    font-size: .85rem;
}

.forecast-fullday-winter .scroll table tr > td {
    width: 60px;
}

.forecast-fullday-winter table tr:first-child > td {
    border-top: none;
    padding: .5rem .1rem;
}

@media screen and (min-width: 769px) {
    .forecast-fullday-winter table tr > td.graph {
        height: 50px;
    }

    .forecast-fullday-winter table tr > td.graph > svg {
        height: 50px;
    }

    .forecast-fullday-winter .chart p {
        padding: .5rem 1rem;
    }

    .forecast-fullday-winter table tr .wx {
        width: 60px;
        height: 60px;
        padding-top: 0;
    }

    .forecast-fullday-winter table tr > td i.fa {
        font-size: inherit;
    }

    .forecast-fullday-winter table tr > td {
        font-size: 1rem;
        padding: .8rem .25rem .5rem .25rem;
    }

    .forecast-fullday-winter .chart table tr > td {
        font-size: 1rem;
        padding: .5rem .25rem .1rem .25rem;
    }

    .forecast-fullday-winter table tr:first-child > td {
        padding: .5rem .25rem;
    }

    .forecast-fullday-winter .tooltip {
        width: 5.5rem;
    }

    .forecast-fullday-winter .tooltip .inner {
        right: .5rem;
    }
}

@media screen and (max-width: 820px){
    .forecast-fullday-winter .content .indicator {
        display: none;
    }
}

@media (max-width: 371px) {
    .forecast-fullday-winter .async-content table td {
        padding: 2px!important;
    }

    .forecast-fullday-winter .async-content table td .head {
        padding-bottom: 0.5rem;
    }

    .forecast-fullday-winter .card {
        min-height: 552px;
    }
}

@media (max-width: 340px) {
    .forecast-fullday-winter {
        padding: .3rem;
    }

    .forecast-fullday-winter .block .title {
        padding: .3rem!important;
    }

    .forecast-fullday-winter .title h2 {
        font-size: 1rem;
    }

    .forecast-fullday-winter .card {
        min-height: 514px;
    }
}

@media screen and (min-width: 40em) {
    .forecast-fullday-winter table tr .wind {
        width: 30px;
        height: 30px;
        line-height: 30px;
        font-size: .8rem;
    }
}
.forecast-hourly .card {
    min-height: 325px;
}

.forecast-hourly .content {
    overflow-x: auto;
}

.forecast-hourly .async-content {
    opacity: 1;
    overflow-x: auto;
}

.forecast-hourly .scroll {
    width: 100%;
    overflow-y: visible;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
}

.forecast-hourly .btn-group .btn {
    padding: 8px;
}

.forecast-hourly .btn-group .btn i {
    padding: 0 10px;
    font-size: 22px;
}

.forecast-hourly section {
    display: flex;
    width: 100%;
    min-width: 330px;
}

.forecast-hourly section .hour {
    display: flex;
    flex-direction: column;
    font-weight: normal;
    padding: 0;
    min-width: 51px;
    width: 100%;
    text-align: center;
    font-size: .85rem;
}

.forecast-hourly section .hour + .hour {
    border-left: 1px solid #d3d3d3;
}

/* Different blocks in the column */

.forecast-hourly .summary-row {
    border-bottom: 1px solid #d3d3d3;
}

.forecast-hourly .summary-row .weather-rating {
    cursor: pointer;
}

.forecast-hourly .summary-row .head {
    font-size: 0.9rem;
    text-transform: capitalize;
    font-weight: 500;
}

.forecast-hourly .summary-row .wx {
    width: 40px;
    height: 40px;
    padding-top: 100%;
    background-repeat: no-repeat;
    background-size: contain;
    margin: 10px auto 0 auto;
    padding: 10px 0;
}

.forecast-hourly .temperature-row {
    font-size: .9rem;
    font-weight: 500;
    padding: 8px 0;
}

.forecast-hourly .warning-indicator {
    height: 32px;
    display: none;
    position: relative;
    aspect-ratio: 1/1;
    margin: 10px auto;
    border-radius: 100%;
}

.forecast-hourly .warning-indicator:not(.bg-white).with-tooltip {
    cursor: pointer;
}

.forecast-hourly .hour .warning-indicator .tooltip {
    opacity: 0;
    pointer-events: none;
    transition: opacity 100ms ease-in-out;
    position: absolute;
    height: -webkit-min-content;
    height: min-content;
    left: 50%;
    transform: translateX(-50%) translateY(calc(-100% - 10px));
    border-radius: 4px;
    font-size: 11.2px;
    font-weight: 500;
    line-height: 16px;
    color: black !important;
    white-space: normal;
    width: -webkit-max-content;
    width: max-content;
    max-width: 10rem;
    text-align: left;
    padding: 7px 10px;
    z-index: 1;
}

.forecast-hourly .hour:first-child .warning-indicator .tooltip {
    transform: translateX(-2%) translateY(calc(-100% - 10px));
    left: 0;
}

.forecast-hourly .hour:first-child .warning-indicator .tooltip::before {
    left: 14%;
}

.forecast-hourly .warning-indicator .tooltip::before {
    z-index: -1;
    content: '';
    display: block;
    position: absolute;
    bottom: -5px;
    transform: rotate(45deg);
    left: 47.1%;
    width: 10px;
    height: 10px;
}

.forecast-hourly .warning-indicator:hover .tooltip {
    opacity: 1;
}

.forecast-hourly .warning-indicator img {
    height: 32px;
}

.forecast-hourly .with-warnings .warning-indicator {
    display: block;
}

.forecast-hourly .warning-indicator.bg-yellow,
.forecast-hourly .warning-indicator.bg-yellow .tooltip,
.forecast-hourly .warning-indicator.bg-yellow .tooltip::before {
    background-color: #F7CC13;
}

.forecast-hourly .warning-indicator.bg-orange,
.forecast-hourly .warning-indicator.bg-orange .tooltip,
.forecast-hourly .warning-indicator.bg-orange .tooltip::before {
    background-color: #FF8400;
    color: #FFFFFF !important;
}

.forecast-hourly .warning-indicator.bg-red,
.forecast-hourly .warning-indicator.bg-red .tooltip,
.forecast-hourly .warning-indicator.bg-red .tooltip::before {
    background-color: #ED2329;
    color: #FFFFFF;
}

.forecast-hourly .with-warnings .summary-row .wx {
    padding-bottom: 0 !important;
    margin-bottom: -6px;
}

.forecast-hourly .warning-indicator.border {
    border-bottom: 1px solid #d3d3d3;
}

.forecast-hourly .precipitation-row {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 12px 6px;
}

.forecast-hourly .precipitation-row.border {
    border-bottom: 1px solid #d3d3d3;
}

.forecast-hourly .precipitation-row .fa {
    margin-bottom: 10px;
    color: #ccc;
}

.forecast-hourly .precipitation-value-wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 50px;
}

.forecast-hourly .precipitation-value {
    padding: 2px;
    font-size: .75rem;
    border-radius: 2px;
    background-color: #ececec;
    line-height: 1.2;
}

.forecast-hourly .wind-row {
    padding: 14px 0;
}

.forecast-hourly .wind-row .wind {
    width: 24px;
    height: 24px;
    line-height: 24px;
    text-align: center;
    font-size: .7rem;
    font-weight: 500;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: .5rem;
}

.forecast-hourly .content .raining,
.forecast-hourly .content .snowing {
    background-color: #009FE3;
    color: #ffffff !important;
    border-radius: 2px;
}

.forecast-hourly .content .dry {
    opacity: .75;
}

.forecast-hourly .content .dry,
.forecast-hourly .content .raining,
.forecast-hourly .content .snowing {
    font-size: .8rem;
}

.forecast-hourly .content .raining i,
.forecast-hourly .content .snowing i {
    color: #ffffff;
}

.forecast-hourly .content .indicator {
    display: inline-block;
}

.forecast-hourly .hour .blue { color: #009FE3; }

.forecast-hourly .hour .orange { color: #FF8400; }

.forecast-hourly .hour .red { color: #ED2329; }

.forecast-hourly .hour .bg-blue { background-color: #009FE3; }

.forecast-hourly .hour .bg-orange { background-color: #FF8400; }

.forecast-hourly .hour .bg-red { background-color: #ED2329; }

.forecast-hourly .temperature-graph,
.forecast-hourly .precipitation-graph {
    display: flex;
    height: 50px;
    border-bottom: 1px solid #d3d3d3;
    position: relative;
}

.forecast-hourly .temperature-graph svg,
.forecast-hourly .precipitation-graph svg {
    max-width: 50%;
}

.forecast-hourly .temperature-graph svg path,
.forecast-hourly .precipitation-graph svg path {
    stroke-width: 0;
}

.forecast-hourly .temperature-graph svg line,
.forecast-hourly .precipitation-graph svg line {
    stroke-width: 4;
}

.forecast-hourly .tooltip {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 3px;
    width: 2.7rem;
    z-index: 5;
    cursor: pointer;
}

.forecast-hourly .tooltip .inner {
    position: absolute;
    color: #fff;
    border-radius: 3px;
    font-size: .7rem;
    right: -1.09rem;
    white-space: nowrap;
    width: 5rem;
    height: 42px;
    padding: .2rem 0;
    text-align: center;
    opacity: 0;
    transform: translateY(3px);
    transition: all 250ms ease;
}

.forecast-hourly .tooltip:hover .inner {
    transform: translateY(0);
    opacity: 1;
}

.forecast-hourly .tooltip .inner .square {
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: rotate(45deg);
    width: .4rem;
    height: .4rem;
    margin: 0 0 -.2rem -.16rem;
}

@media screen and (min-width: 40em) {
    .forecast-hourly .summary-row .wx {
        width: 40px;
        height: 64px;
        padding: 12px 0;
        margin: 0 auto;
    }

    .forecast-hourly .tooltip {
        width: 5.5rem;
    }

    .forecast-hourly .tooltip .inner {
        right: 1.3rem;
    }
    
    .forecast-hourly .temperature-row {
        font-size: 1rem;
    }

    .forecast-hourly .precipitation-value-wrapper {
        min-height: 42px;
    }

    .forecast-hourly .precipitation-value {
        font-size: .8rem;
        line-height: 1.5;
    }

    .forecast-hourly .wind-row .wind {
        width: 30px;
        height: 30px;
        line-height: 30px;
        font-size: .8rem;
    }

    .forecast-hourly .hour {
        min-width: 60px;
    }
}

@media (max-width: 820px) {
    .forecast-hourly .content .indicator {
        display: none;
    }
}
.forecast-hourly-winter .card {
    min-height: 325px;
}

.forecast-hourly-winter .content {
    overflow-x: auto;
}

.forecast-hourly-winter .async-content {
    opacity: 1;
}

.forecast-hourly-winter h2 {
    font-size: 1.2rem;
    padding: 0 0 .5rem 0;
}

.forecast-hourly-winter .title .buttons {
    display: flex;
    margin-left: auto;
}

.forecast-hourly-winter .levels {
    display: block;
    margin-right: 10px;
}

.forecast-hourly-winter .btn-group {
    margin-right: 10px;
}

.forecast-hourly-winter .btn-group .btn {
    padding: 8px;
}

.forecast-hourly-winter .btn-group .btn i {
    padding: 0 10px;
    font-size: 22px;
}

.forecast-hourly-winter .levels .btn {
    border-radius: 0;
    margin-right: 1px;
    float: left!important;
    display: inline-block;
}

.forecast-hourly-winter .levels .btn:first-child {
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px;
}

.forecast-hourly-winter .levels .btn:last-child {
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
}

.forecast-hourly-winter .levels .btn.active {
    background-color: #0075A8;
    cursor: default !important;
}

.forecast-hourly-winter .scroll {
    width: 100%;
    overflow-y: visible;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
}

.forecast-hourly-winter table {
    width: 100%;
    min-width: 330px;
    border-collapse: collapse;
    table-layout: fixed;
}

.forecast-hourly-winter table tr > td {
    font-weight: normal;
    padding: .5rem .1rem .1rem .1rem;
    text-align: center;
    border-top: thin solid #F4F4F4;
    border-left: thin solid #F4F4F4;
    font-size: .85rem;
}

.forecast-hourly-winter .scroll table tr > td {
    width: 2.5rem;
}

.forecast-hourly-winter table tr > td i {
    font-size: .75rem;
}

.forecast-hourly-winter table tr > td.weekend {
    background-color: #FAFAFA;
}

.forecast-hourly-winter table tr:first-child > td {
    border-top: none;
    padding: .5rem .1rem;
}

.forecast-hourly-winter table tr > td:first-child {
    border-left: none;
}

.forecast-hourly-winter table tr .weather-rating {
    cursor: pointer;
}

.forecast-hourly-winter table tr .head {
    vertical-align: bottom;
    text-transform: capitalize;
    font-weight: 500;
    padding: 0 0 .5rem 0;
}

.forecast-hourly-winter table tr .wx {
    width: 36px;
    padding-top: 100%;
    background-repeat: no-repeat;
    background-size: contain;
    margin: 0 auto;
}

.forecast-hourly-winter table tr .wind {
    width: 24px;
    height: 24px;
    line-height: 24px;
    text-align: center;
    font-size: .7rem;
    font-weight: 500;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: .5rem;
}

.forecast-hourly-winter .content .raining,
.forecast-hourly-winter .content .snowing {
    background-color: #009FE3;
    color: #ffffff!important;
    border-radius: 2px;
}

.forecast-hourly-winter .content .raining i,
.forecast-hourly-winter .content .snowing i {
    color: #ffffff;
}

.forecast-hourly-winter .content .indicator{
    display: inline-block;
}

.forecast-hourly-winter table td .blue { color: #009FE3; }

.forecast-hourly-winter table td .orange { color: #FF8400; }

.forecast-hourly-winter table td .red { color: #ED2329; }

.forecast-hourly-winter table td .temp { font-weight: 500; }

.forecast-hourly-winter table td .bg-blue { background-color: #009FE3; }

.forecast-hourly-winter table td .bg-orange { background-color: #FF8400; }

.forecast-hourly-winter table td .bg-red { background-color: #ED2329; }

.forecast-hourly-winter table tr > td.graph {
    height: 50px;
    padding: 0;
    border-top: none;
    position: relative;
}

.forecast-hourly-winter table tr > td.graph.graph-col2 {
    border-left: none;
}

.forecast-hourly-winter table tr > td.graph > svg {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 50px;
}

.forecast-hourly-winter table tr > td.graph > svg > path {
    stroke-width: 0;
}

.forecast-hourly-winter table tr > td.graph > svg > line {
    stroke-width: 4;
}

.forecast-hourly-winter .tooltip {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 2.7rem;
    z-index: 5;
}

.forecast-hourly-winter .tooltip .inner {
    position: absolute;
    color: #fff;
    border-radius: 3px;
    font-size: .7rem;
    right: -1.09rem;
    white-space: nowrap;
    width: 5rem;
    height: 34px;
    padding: .2rem 0;
    text-align: center;
    opacity: 0;
    transform: translateY(3px);
    transition: all 250ms ease;
}

.forecast-hourly-winter .tooltip:hover .inner {
    transform: translateY(0);
    opacity: 1;
}

.forecast-hourly-winter .tooltip .inner .square {
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: rotate(45deg);
    width: .4rem;
    height: .4rem;
    margin: 0 0 -.2rem -.16rem;
}

@media screen and (min-width: 40em) {
    .forecast-hourly-winter table tr .wx {
        width: 40px;
        height: 40px;
        padding-top: 0;
    }

    .forecast-hourly-winter table tr .head {
        padding: 0 0 1rem 0;
    }

    .forecast-hourly-winter table tr > td {
        font-size: 1rem;
        padding: .5rem .25rem .1rem .25rem;
    }

    .forecast-hourly-winter .scroll table tr > td {
        width: 5rem;
    }

    .forecast-hourly-winter table tr > td i {
        font-size: 1rem;
    }

    .forecast-hourly-winter table tr:first-child > td {
        padding: .5rem .25rem;
    }

    .forecast-hourly-winter .tooltip {
        width: 5.5rem;
    }

    .forecast-hourly-winter .tooltip .inner {
        right: .35rem;
    }

    .forecast-hourly-winter table tr .wind {
        width: 30px;
        height: 30px;
        line-height: 30px;
        font-size: .8rem;
    }
}

@media (max-width: 640px) {
    .forecast-hourly-winter .title .buttons .levels {
        float: unset;
    }

    .forecast-hourly-winter .title .buttons .btn-group {
        margin-right: 0;
        margin-top: 10px;
    }
}

@media (max-width: 820px) {
    .forecast-hourly-winter .content .indicator {
        display: none;
    }
}
.forecast-map .sub-title {
    font-size: 1.2rem;
}

.forecast-map .title a {
    float: right;
    display: inline-block;
}

.forecast-map .title .logo {
    max-width: 120px;
}

.forecast-map .title h1 {
    display: inline-block;
}

.forecast-map .title:after {
    content: "";
    display: table;
    clear: both;
}

.forecast-map .map.rain,
.forecast-map .map.weather {
    height: 340px;
    position: relative;
}

.forecast-map .map.rain {
    cursor: pointer;
}

.forecast-map .map .map-daypart,
.forecast-map .map .map-rain {
    height: 100%;
    pointer-events: none;
}

.forecast-map .btns {
    position: absolute !important;
    left: 0;
    bottom: 0;
    z-index: 1;
    padding: 0 0 0 .1rem;
    -webkit-user-select: none;
            user-select: none;
}

.forecast-map .btns > .col {
    padding-right: 1px;
}

.forecast-map .btns > .col:first-child {
    padding-left: 1px;
}

.forecast-map .btns > .col > .btn {
    float: right;
}

.forecast-map .btns > .col > .btn.btn-map {
    width: 100%;
}

.forecast-map .map-nav {
    display: flex;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    bottom: 2.5rem;
    z-index: 2;
}

.forecast-map .map-nav .btn-prev,
.forecast-map .map-nav .btn-next {
    display: flex;
    height: 100%;
    width: 50%;
    cursor: pointer;
    padding: 0 .4rem;
    position: relative;
    box-sizing: border-box;
}

.forecast-map .map-nav i.fa {
    color: #fff;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background-color: #009fe3;
    line-height: 50px;
    text-align: center;
    font-size: 28px;
    text-shadow: 1px 1px #333;
    position: absolute;
    top: 50%;
    left: .5rem;
    margin-top: -1.5rem;
}

.forecast-map .map-nav .btn-prev i.fa {
    padding-right: 3px;
}

.forecast-map .map-nav .btn-next i.fa {
    right: .5rem;
    margin-left: auto;
    padding-left: 3px;
}

.forecast-map .map-nav i.fa:hover {
    background-color: rgba(0, 0, 0, 0.6);
}

@media (max-width: 371px) {
    .forecast-map .title a{
        height: 28px;
    }

    .forecast-map .title .logo {
        max-width: 100px;
    }

    .forecast-map .row > .padding {
        padding: .3rem;
    }

    .forecast-map .padding .map {
        height: 350px!important;
    }
}

@media (max-width: 340px){
    .forecast-map .card .title {
        padding: .3rem;
    }

    .forecast-map .title h1 {
        font-size: 1.2rem;
    }

    .forecast-map {
        padding: .3rem;
    }

    .forecast-map .sub-title {
        font-size: 1rem;
    }
}

.forecast-map .timelabel {
    position: absolute;
    z-index: 99;
    top: 1rem;
    left: 1rem;
    color: white;
    font-size: 1rem;
    border-radius: 5px;
    padding: .25rem .5rem;
    background-color: rgba(1, 1, 1, 0.5);
}

.forecast-map .widget-radar .timelabel:empty {
    display: none;
}

.forecast-map-snow .text p:last-child {
    margin: 0;
}

.forecast-map-snow .text.bottom {
    line-height: 1.2;
}

.forecast-map-snow .map-container {
    position: relative;
}

.forecast-map-snow .map-container .btns.bottom {
    position: absolute;
    left: .2rem;
    bottom: .1rem;
    z-index: 2;
}

.forecast-map-snow .map-container .btns.top {
    position: absolute;
    right: 0;
    top: .1rem;
    z-index: 2;
}

.forecast-map-snow .map-container .btns.top .btn {
    display: block;
    float: none;
}

.forecast-map-snow .timelabel {
    position: absolute;
    z-index: 99;
    top: 1rem;
    left: 1rem;
    color: white;
    font-size: 1rem;
    border-radius: 5px;
    padding: .25rem .5rem;
    background-color: rgba(1, 1, 1, 0.5);
}

.forecast-map-snow .widget-radar .timelabel:empty {
    display: none;
}

.forecast-map-snow .map-container .noscroll {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}

.forecast-map-snow .content-bottom::after {
    content: '\00a0';
    display: block;
    clear: both;
    font-size: 1px;
}

.forecast-map-snow .legend {
    float: right;
    padding: 0 0 0 1rem;
}

@media screen and (max-width: 40em) {
    .forecast-map-snow .legend {
        float: none;
        padding: 0 0 1rem 0;
    }
}

.forecast-map-snow .legend .rain {
    width: 354px;
}

.forecast-map-snow .legend .rain table {
    border-collapse: collapse;
    width: 100%;
}

.forecast-map-snow .legend .rain table tr {
    height: 1rem;
}

.forecast-map-snow .legend .rain table tr td {
    font-size: .6rem;
    padding: .1rem .2rem;
    text-align: center;
    background: #F4F4F4;
}

.forecast-map-snow .legend .rain .col-light {
    background: #472BFF;
    background: linear-gradient(to right, #A3D9FF, #472BFF);
    width: 50%;
}

.forecast-map-snow .legend .rain .col-middle {
    background: #FD0100;
    background: linear-gradient(to right, #FFFF00, #FD0100);
    width: 40%;
}

.forecast-map-snow .legend .rain .col-heavy {
    background: #232425;
    width: 10%;
}

.forecast-map-snow .legend .rain .col-light-snow {
    background: #FFC8DC;
    background: linear-gradient(to right, #FFC8DC, #B43C8C);
    width: 50%;
}

.forecast-map-snow .legend .rain .col-middle-snow {
    background: #EB008C;
    background: linear-gradient(to right, #EB008C, #640064);
    width: 40%;
}

.forecast-map-snow .legend .rain .col-heavy-snow {
    background: #640064;
    width: 10%;
}

.forecast-map-snow .legend .rain .snowy-mix {
    background: repeating-linear-gradient( -45deg, #FFC8DC, #A3D9FF 50%, #B43C8C 50% );
    background-size: 8px 8px;
    width: 30px;
    display: inline-block;
}

.forecast-map-snow .legend .rain .icy-mix {
    background: repeating-linear-gradient( -45deg, #FFFFFF, #A3D9FF 50%, #FFFFFF 50% );
    background-size: 8px 8px;
    width: 30px;
    display: inline-block;
}
.forecast-map-winter .sub-title {
    font-size: 1.2rem;
}

.forecast-map-winter .title a {
    float: right;
    display: inline-block;
}

.forecast-map-winter .title .logo {
    max-width: 120px;
}

.forecast-map-winter .title h1 {
    display: inline-block;
}

.forecast-map-winter .title:after {
    content: "";
    display: table;
    clear: both;
}

.forecast-map-winter .text {
    padding: 1rem;
}

.forecast-map-winter .map.rain,
.forecast-map-winter .map.weather,
.forecast-map-winter .map.snow {
    height: 340px;
    position: relative;
}

.forecast-map-winter .map.rain {
    cursor: pointer;
}

.forecast-map-winter .map .map-daypart,
.forecast-map-winter .map .map-rain,
.forecast-map-winter .map .map-snow {
    height: 100%;
    pointer-events: none;
}

@media (max-width: 371px) {
    .forecast-map-winter .title a{
        height: 28px;
    }

    .forecast-map-winter .title .logo {
        max-width: 100px;
    }

    .forecast-map-winter .row > .padding {
        padding: .3rem;
    }

    .forecast-map-winter .padding .map {
        height: 350px!important;
    }
}

@media (max-width: 340px){
    .forecast-map-winter .card .title {
        padding: .3rem;
    }

    .forecast-map-winter .title h1 {
        font-size: 1.2rem;
    }

    .forecast-map-winter {
        padding: .3rem;
    }

    .forecast-map-winter .sub-title {
        font-size: 1rem;
    }
}
.location-activity table {
    width: 100%;
    border-spacing: 0;
    font-size: .9rem;
}

.location-activity table tr > th {
    font-weight: 500;
    text-align: left;
    border-bottom: thin solid #d3d3d3;
}

.location-activity table tr > td {
    text-align: center;
    text-transform: capitalize;
    border-bottom: 1px solid #d3d3d3;
    border-left: 1px solid #d3d3d3;
    padding: 13px 2px;
    background-clip: padding-box;
}

.location-activity table tr:last-child > td,
.location-activity table tr:last-child > th {
    border-bottom: none;
}

.location-activity table tr > td.day {
    font-weight: 500;
}

.location-activity table tr > td img {
    width: 42px;
    display: inline;
}

.location-activity table tr > td .weather-rating {
    margin: 0;
}

.location-activity table div.rank {
    border-radius: 16px;
    padding: 0;
    margin-left: auto;
    margin-right: auto;
    width: 15px;
    font-size: 9px;
    display: inline-block;
}

.location-activity table div.rank.red {
    border: solid #ED2329 1px;
    background: #ED2329;
    color: #FFFFFF;
}

.location-activity table div.rank.yellow {
    border: solid #F7CC13 1px;
    background: #F7CC13;
    color: #000000;
}

.location-activity table div.rank.green {
    border: solid #5DA323 1px;
    background: #5DA323;
    color: #FFFFFF;
}

@media screen and (max-width: 40em) {
    .location-activity table tr > td img{
        width: 40px;
    }
}
.location-radar .async-content {
    opacity: 1;
}

.location-radar .map,
.location-radar .map::after {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    overflow: hidden;
    z-index: 1;
}

.location-radar .map::after {
    content: '';
}

.location-radar .block-left {
    height: 380px;
}

.location-radar .map-nav {
    display: flex;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    bottom: 2.5rem;
    z-index: 2;
}

.location-radar .map-nav .btn-prev,
.location-radar .map-nav .btn-next,
.location-radar .map-nav .btn-link {
    position: relative;
    height: 100%;
    cursor: pointer;
    padding: 0 .4rem;
}

.location-radar .map-nav .btn-link {
    flex: 1;
    margin: 0 3rem;
}

.location-radar .map-nav .btn-next {
    margin-left: auto;
}

.location-radar .map-nav i.fa {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background-color: #009fe3;
    color: #fff;
    font-size: 28px;
    line-height: 50px;
    text-align: center;
    text-shadow: 1px 1px #333;
    position: absolute;
    top: 50%;
    left: .5rem;
    margin-top: -1.5rem;
}

.location-radar .map-nav .btn-prev i.fa {
    padding-right: 3px;
}

.location-radar .map-nav .btn-next i.fa {
    right: .5rem;
    left: unset;
    padding-left: 3px;
}

.location-radar .map-nav i.fa:hover {
    background-color: rgba(0, 0, 0, 0.6);
}

.location-radar .map-menu {
    position: absolute;
    left: .1rem;
    right: 0;
    bottom: 0;
    z-index: 2;
}

.location-radar .map-menu .btn i {
    margin-right: 0;
}

@media screen and (min-width: 1024px) {
    .location-radar .map-menu .btn {
        margin-right: 3px;
    }

    .location-radar .map-menu .btn:last-child {
        margin-right: 0;
    }

    .location-radar .map-menu {
        padding: 0px .5rem .5rem .5rem;
    }
}

.ip-legend {
    display: none;
}

.ip-weather-icon img {
    width: 45px;
    height: 45px;
    position: absolute;
    left: -32px;
    top: 0px;
}

.ip-weather-icon span {
    position: absolute;
    text-align: left;
    top: 10px;
    left: 8px;
    color: white;
    text-shadow: -1px 0 black, 0 1px black, 1px 0 black, 0 -1px black;
    text-align: center;
    font-size: 12px;
    font-weight: bold;
    font-family: Roboto;
}
.location-search {
    position: relative;
}

.location-search > div {
    background-color: #1395C6;
    border-radius: 8px;
    box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.15);
}

.location-search h5 {
    font-weight: 500;
    color: #fff;
    line-height: 2rem;
    font-size: 1rem;
}

.location-search .content {
    position: relative;
}

.location-search .input {
    display: flex;
    align-items: center;
    position: relative;
    background-color: white;
    height: 32px;
    border-radius: 3px;
}

.location-search .input input {
    background-color: white;
    border: none;
    box-shadow: inset 0 0 0 transparent;
    margin: 0;
    padding: 0 3rem 0 1rem;
    width: 100%;
    height: 100%;
    border-radius: 3px;
}

.location-search .input i {
    width: 32px;
}

.location-search .input i.fa-times {
    cursor: pointer;
    color: gray;
}

.location-search .results {
    position: absolute;
    top: 2rem;
    left: 0;
    right: 0;
    background-color: #fff;
    border-top: 1px solid #1395C6;
    z-index: 11;
}

.location-search .results ul {
    width: 100%;
    padding: .3rem 0;
    overflow: hidden;
    box-shadow: 0 3px 3px -2px rgba(0, 0, 0, .12);
}

.location-search .results ul > li {
    text-align: left;
    padding: 0;
}

.location-search .results ul > li > div {
    color: gray;
    padding: .4rem 1rem .1rem 1rem;
}

.location-search .results ul > li > a {
    display: block;
    padding: .2rem 1rem;
    color: #3E3E3E;
    position: relative;
}

.location-search .results ul > li > a:hover,
.location-search .results ul > li > a.selected {
    background-color: #E2E2E2;
    text-decoration: underline;
}

.location-search .results ul > li > a img {
    width: 1rem;
    position: absolute;
    left: 1.1rem;
    top: .5rem;
}

.location-search .results ul > li > a span {
    width: 240px;
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    padding-left: 1.5rem;
}

@media (max-width: 340px) {
    .location-search {
        padding: .3rem;
    }

    .location-search h5 {
        font-size: 0.8rem;
    }

    .location-search .row > div {
        padding: .3rem;
    }
}
.location-search {
    position: relative;
}

.location-search > div {
    background-color: #1395C6;
    border-radius: 8px;
    box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.15);
}

.location-search h5 {
    font-weight: 500;
    color: #fff;
    line-height: 2rem;
    font-size: 1rem;
}

.location-search .content {
    position: relative;
}

.location-search .input {
    display: flex;
    align-items: center;
    position: relative;
    background-color: white;
    height: 32px;
    border-radius: 3px;
}

.location-search .input input {
    background-color: white;
    border: none;
    box-shadow: inset 0 0 0 transparent;
    margin: 0;
    padding: 0 3rem 0 1rem;
    width: 100%;
    height: 100%;
    border-radius: 3px;
}

.location-search .input i {
    width: 32px;
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

.location-search .loader {
    display: flex;
    align-items: center;
    justify-content: center;
    animation: spin 1s infinite;
    margin-right: 5px;
    width: 24px;
    height: 24px;
}

.location-search .input i.fa-times {
    cursor: pointer;
    color: gray;
}

.location-search .results.hide {
    display: none;
}

.location-search .results {
    position: absolute;
    top: 2rem;
    left: 0;
    right: 0;
    background-color: #fff;
    border-top: 1px solid #1395C6;
    box-shadow: 1px 1px 4px rgba(0,0,0,.15);
    z-index: 11;
}

.location-search .result {
    display: flex;
    flex-direction: column;
    padding: 4px 16px;
    color: #1f1f1f;
    text-decoration: none;
}

.location-search .result + .result {
    border-top: 1px solid #ececec;
}

.location-search .result:hover {
    background-color: #ececec;
}

.location-search .result-upper {
    font-weight: 500;
    font-size: .9rem;
}

.location-search .result-lower {
    font-size: .8rem;
    color: #727272;
}

.location-search .results .no-result {
    padding: 16px;
}

.location-search .results .no-result p {
    margin: 0;
}

@media (max-width: 340px) {
    .location-search {
        padding: .3rem;
    }

    .location-search h5 {
        font-size: 0.8rem;
    }

    .location-search .row > div {
        padding: .3rem;
    }
}
.weather-station .header {
    position: relative;
}

.weather-station .title img {
    width: 24px;
    margin-right: .5rem;
    float: left;
}

.weather-station .content .location .data em {
    font-style: normal;
}

.weather-station .content .location .weer > div {
    display: inline-block;
}

.weather-station .content .location .weer .symbol {
    width: 80px;
    height: 80px;
    background-repeat: no-repeat;
    float: left;
}

.weather-station .content .location .weer .temp {
    font-weight: 500;
    font-size: 3.5rem;
    line-height: 4.5rem;
    letter-spacing: -.3rem;
}

.weather-station .content .location .weer .temp.blue {
    color: #009FE3;
}

.weather-station .content .location .weer .temp.red {
    color: #ED2329;
}

.weather-station .content .location .meeting {
    padding-top: 15px;
}

.weather-station .content .location .meeting > div {
    display: inline-block;
}

.weather-station .btns {
    padding: 0 1rem 1rem;
}

.weather-station .btns .btn.large {
    margin: 0;
}

/*small widget*/

.weather-station.small .content .location .data,
.weather-station.small .content .location .weer,
.weather-station.small .content .location .meeting {
    width: 100%;
}

/*extra small widget*/

.weather-station.xsmall .content .location .data,
.weather-station.xsmall .content .location .weer,
.weather-station.xsmall .content .location .meeting {
    width: 100%;
}

.weather-station.xsmall .content .location .data {
    padding-top: 5px;
}

.weather-station.xsmall .content .location .weer {
    text-align: center;
}

.weather-station.xsmall .content .location .weer .symbol {
    float: unset;
}
.location-widget .content h3 {
    font-size: 1.5rem;
    font-weight: 700;
    margin-bottom: .5rem;
    line-height: 1.6;
    color: #3e3e3e;
}

.location-widget .type .wx {
    width: 60px;
    height: 60px;
    float: left;
    margin-right: .2rem;
}

.location-widget .type .temp {
    color: #009FE3;
    font-weight: 400;
    font-size: 4rem;
    line-height: 4rem;
    letter-spacing: -3px;
}

.location-widget .rating {
    color: gray;
    line-height: 2;
}

.location-widget .rating span {
    cursor: pointer;
}

.location-widget .rain em,
.location-widget .pressure em,
.location-widget .wind em,
.location-widget .humidity em {
    font-weight: 500;
    line-height: 1.7;
    font-style: normal;
}

.location-widget .weather {
    margin-bottom: 1rem;
}

.location-widget .meteo-warning-block .truncate {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis
}

.location-widget .meteo-warning-block .warning,
.location-widget .splash-flash .warning {
    display: flex;
    position: relative;
    overflow: hidden;
    margin-top: 8px;
    text-align: left;
    padding: 0;
    height: 48px;
    border-radius: 4px;
    align-items: center;
    box-shadow: 2px 2px 0px rgba(0, 0, 0, 0.2);
}

.location-widget .warning-large {
    margin: 0 0 .5rem 0;
    color: white;
    cursor: auto;
}

.location-widget .warning .icon {
    height: 100%;
    width: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: large;
    color: white;
}

.location-widget .warning .description {
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100%;
    padding-left: 12px;
    flex: 1;
}

.location-widget .meteo-warning-block i.fa-warning {
    padding: 8px 5px;
    color: #FFFFFF;
}

.location-widget .meteo-warning-block i.fa-chevron-right {
    padding: 0;
}

.location-widget .warning .fa-chevron-right {
    content: "/f054";
    font-family: FontAwesome;
    font-size: large;
    margin-right: 16px;
    color: #000000;
}

.location-widget .warning.bg-green:hover .fa-chevron-right {
    color:#5DA323;
}

.location-widget .warning.bg-yellow:hover .fa-chevron-right {
    color: #F7CC13;
}

.location-widget .warning.bg-orange:hover .fa-chevron-right {
    color: #FFAD00;
}

.location-widget .warning.bg-red:hover .fa-chevron-right {
    color: #ED2329;
}

.location-widget .btn-more {
    padding-bottom: 2px;
}

.location-widget .btn.large {
    margin-top: 1rem;
}

.location-widget .warning.bg-red .icon, .location-widget .warning-large.bg-red { 
    background-color: #ED2329; 
}

.location-widget .warning.bg-green .icon, .location-widget .warning-large.bg-green { 
    background-color: #5DA323; 
}

.location-widget .warning.bg-orange .icon, .location-widget .warning-large.bg-orange { 
    background-color: #FFAD00; 
}

.location-widget .warning.bg-yellow .icon, .location-widget .warning-large.bg-yellow {
    background-color: #F7CC13; 
}

.location-widget .warning.bg-grey .icon {
    background-color: #aeaeae;
}

.location-widget .warning-large span {
    padding: 0;
    font-size: 1rem;
}

.location-widget .card .quicklinks {
    border-top: solid 2px #F4F4F4;
}

.location-widget .card .quicklinks .row div {
    display: inline-block;
}

.location-widget .card .quicklinks .row div a {
    padding-left: 10px;
}

.location-widget .card .quicklinks .fa-chevron-right {
    font-size: small;
}

.location-widget .tabs {
    display: flex;
}

.location-widget .tabs .tab {
    flex: 1;
    margin: 0 .5rem;
    padding: .5rem 0;
    line-height: 1.25;
}

.location-widget .tabs .tab:first-child {
    margin-left: 0;
}

.location-widget .tabs .tab:last-child {
    margin-right: 0;
}

.location-widget .btn.overlay {
    color: white;
    background-color: rgba(0, 0, 0, .7);
    border: 2px solid rgba(255, 255, 255, 0.5);
    border-radius: 4px;
}

.location-widget .btn.overlay i {
    font-size: 1rem;
}

.location-widget .btn.overlay:hover {
    border: 2px solid white;
}

.location-widget .list {
    display: flex;
    flex-direction: column;
    width: 100%;
}

.location-widget .list > a.item {
    display: flex;
    align-items: center;
    padding: 8px 5px;
    text-decoration: none;
}

.location-widget .list > a.item > span {
    text-decoration: underline;
    font-size: 1.1rem;
}

.location-widget .list > a.item:hover > span {
    text-decoration: underline;
}

.location-widget .list > a.item > i {
    margin-left: auto;
    font-size: 1.5rem;
    color: #a6a6a6;
}

.location-widget .list > a.item + a.item {
    border-top: solid 2px #f4f4f4;
}

@media screen and (max-width: 40em) {
    .location-widget .tabs .tab {
        margin: 0 .25rem;
    }
}
.lightning-widget .row {
    margin-bottom: 1.5rem;
}

.lightning-widget .warning-large {
    height: 40px;
    display: flex;
    position: relative;
}

.lightning-widget .warning-large .icon {
    position: absolute;
    top: 0;
}

.lightning-widget .warning-large .flash-text {
    flex: 1;
}
.radar-widget {
    position: relative;
}

.radar-widget a.btn {
    position: absolute;
    right: 1rem;
    top: 0;
    z-index: 2;
}

.radar-widget .map {
    width: 100%;
    height: 285px;
    border-radius: 3px;
    overflow: hidden;
    cursor: pointer;
}

.radar-widget .map::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}

.radar-widget.warning .map{
    height: 14.1rem;
}
.rain-widget {
    margin-bottom: .5rem;
}

.rain-widget .warning-large {
    height: 40px;
    display: flex;
    position: relative;
}

.rain-widget .warning-large .icon {
    position: absolute;
    top: 0;
}

.rain-widget .warning-large .splash-text {
    flex: 1;
}

.rain-widget .rain-timeline {
    background-color: #F4F4F4;
    border-radius: 3px;
    padding: .4rem;
    cursor: pointer;
    min-height: 158px;
}

.rain-widget .rain-timeline svg {
    pointer-events: none;
}

.rain-widget .rain-timeline div {
    position: relative;
}

.rain-widget .rain-timeline .line,
.rain-widget .rain-timeline .now {
    height: 102px;
    top: 0;
    position: absolute;
}

.rain-widget .rain-timeline .line {
    background-color: #000;
    width: 2px;
    z-index: 3;
    pointer-events: none;
}

.rain-widget .rain-timeline .line::after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 8px 4px 0 4px;
    border-color: #000 transparent transparent transparent;
    margin-left: -3px;
}

.rain-widget .rain-timeline .now {
    width: 0;
    background-color: rgba(255, 255, 255, .6);
    border-right: dashed 1px #BBB;
    z-index: 1;
}

.rain-widget .rain-timeline .graph {
    position: relative;
    border-bottom: solid 2px #009FE3;
}

.rain-widget .rain-timeline .graph,
.rain-widget .rain-timeline .graph > svg {
    height: 100px;
    width: 100%;
    display: block;
}

.rain-widget .rain-timeline .graph > svg > path {
    stroke-width: 0;
}

.rain-widget .rain-timeline .info {
    height: 1.5rem;
}

.rain-widget .rain-timeline .axis {
    height: 1.2rem;
}

.rain-widget .rain-timeline .info > div {
    font-size: .9rem;
    font-weight: 500;
}

.rain-widget .rain-timeline .axis > div {
    font-size: .8rem;
    color: #999;
}

.rain-widget .rain-timeline .axis > div.start,
.rain-widget .rain-timeline .info > div.time {
    float: left;
}

.rain-widget .rain-timeline .axis > div.end,
.rain-widget .rain-timeline .info > div.precip {
    float: right;
}

.rain-widget .rain-timeline .info > div.precip {
    color: #009FE3;
}

.rain-widget .rain-timeline .graph .label {
    position: absolute;
    left: 0;
    width: 100%;
    border-top: dashed 1px #666;
    z-index: 2;
}

.rain-widget .rain-timeline .graph .label::after {
    display: block;
    padding: .15rem .2rem;
    font-size: .6rem;
    width: 33px;
    color: #fff;
    line-height: 1;
    margin-top: -1px;
}

.rain-widget .rain-timeline .graph .label.label-light {
    border-color: #feca07;
}

.rain-widget .rain-timeline .graph .label.label-light::after {
    content: 'Licht';
    background-color: #feca07;
}

.rain-widget .rain-timeline .graph .label.label-moderate {
    border-color: #ffad00;
}

.rain-widget .rain-timeline .graph .label.label-moderate::after {
    content: 'Matig';
    background-color: #ffad00;
}

.rain-widget .rain-timeline .graph .label.label-high {
    border-color: #ed2329;
}

.rain-widget .rain-timeline .graph .label.label-high::after {
    content: 'Zwaar';
    background-color: #ed2329;
}

.rain-widget .rain-graph-loader {
    display: flex;
    width: 100%;
    height: 100%;
    z-index: 20;
    overflow: hidden;
    position: relative;
    background-color: #f4f4f4;
    border-radius: 5px;
    min-height: 158px;
}

.rain-widget .rain-graph-loader:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 200px;
    background: linear-gradient(to right, #f4f4f4 0%, #e2e2e2 50%, #f4f4f4 100%);
    animation: gradient-animation 2s infinite cubic-bezier(0, 1.1, 1, -0.1);
    filter: blur(5px);
    opacity: .6;
}

@keyframes gradient-animation {
    from {
        transform: translate(-100%);
    }

    to {
        transform: translate(200%);
    }
}
.location-widget-winter .content h3 {
    font-size: 2rem;
    font-weight: 500;
    margin-bottom: .5rem;
    line-height: 1.6;
}

.location-widget-winter .type .wx {
    width: 60px;
    height: 60px;
    float: left;
    margin-right: .2rem;
}

.location-widget-winter .type .temp {
    font-weight: 400;
    font-size: 4rem;
    line-height: 4rem;
    letter-spacing: -3px;
}

.location-widget-winter .type .temp.blue {
    color: #009FE3;
}

.location-widget-winter .type .temp.red {
    color: #ED2329;
}

.location-widget-winter .weather {
    margin-bottom: 1rem;
}

.location-widget-winter .weather.fullsized > div {
    width: 100%;
}

.location-widget-winter .weather .mountainSnow {
    margin-top: 10px;
}

.location-widget-winter .buttons .truncate {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis
}

.location-widget-winter .warning-block .warning,
.location-widget-winter .snow-ski .warning {
    position: relative;
    overflow: hidden;
    margin-top: .2rem;
    text-align: left;
    padding: 0;
    height: 36px;
}

.location-widget-winter .warning-large {
    margin: 0 0 .5rem 0;
    color: #fff;
    cursor: auto;
}

.location-widget-winter .warning .icon {
    height: 100%;
    width: 1.8rem;
    float: left;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 20px 20px;
}

.location-widget-winter .warning.bg-yellow .icon i {
    color: #000000;
}

.location-widget-winter .warning-block .bg-green {
    display:none;
}

.location-widget-winter .warning-block .icon {
    height: 100%;
    width: 1.8rem;
    font-size: large;
}

.location-widget-winter .warning-block span {
    max-width: 82%;
    height: 32px;
    overflow-y:hidden;
}

.location-widget-winter .warning-block i.fa-warning {
    padding: 8px 5px;
    color: #FFFFFF;
}

.location-widget-winter .warning-block i.fa-chevron-right {
    padding: 0;
}

.location-widget-winter .warning .fa-chevron-right {
    content: "/f054";
    font-family: FontAwesome;
    font-size: x-large;
    float: right;
    margin-top: 6px;
    color: #000000;
}

.location-widget-winter .warning.bg-green:not(.no-click):hover .fa-chevron-right {
    color:#5DA323;
}

.location-widget-winter .warning.bg-yellow:not(.no-click):hover .fa-chevron-right {
    color: #F7CC13;
}

.location-widget-winter .warning.bg-orange:not(.no-click):hover .fa-chevron-right {
    color: #FFAD00;
}

.location-widget-winter .warning.bg-red:not(.no-click):hover .fa-chevron-right {
    color: #ED2329;
}

.location-widget-winter .warning.bg-blue:not(.no-click):hover .fa-chevron-right {
    color: #009FE3;
}

.location-widget-winter .btn-ski span {
    display: inline-block;
    padding-top: .6rem!important;
}

.location-widget-winter .btn-ski .ski-text {
    display: inline-block;
}

.location-widget-winter .btn-more {
    padding-bottom: 2px;
}

.location-widget-winter .btn.large {
    margin-top: 1rem;
}

.location-widget-winter .mountain {
    width: 64px;
    height: auto;
    display: inline-block;
    margin-right: 8px;
}

.location-widget-winter .mountain img {
    width: 100%;
}

.location-widget-winter .snowHeight {
    display: inline-block;
    font-size: 14px;
    line-height: 12px;
}

.location-widget-winter .snowHeight .top {
    padding-bottom: 10px;
}

.location-widget-winter .warning.bg-red .icon, .location-widget-winter .warning-large.bg-red { background-color: #ED2329; opacity: 1; }

.location-widget-winter .warning.bg-green .icon, .location-widget-winter .warning-large.bg-green { background-color: #5DA323; opacity: 1; }

.location-widget-winter .warning.bg-orange .icon, .location-widget-winter .warning-large.bg-orange { background-color: #FFAD00; opacity: 1; }

.location-widget-winter .warning.bg-yellow .icon, .location-widget-winter .warning-large.bg-yellow {background-color: #F7CC13; opacity: 1;}

.location-widget-winter .warning.bg-blue .icon, .location-widget-winter .warning-large.bg-blue {background-color: #009FE3; opacity: 1;}

.location-widget-winter .warning span {
    padding: .2rem 0 0 .4rem;
    display: inline-block;
    width: 84%;
}

.location-widget-winter .warning-large span {
    padding: 0;
    font-size: 1rem;
}

.location-widget-winter.default .card {
    background-color: #fff;
    padding: 1rem;
}

.location-widget-winter.default .btn.medium {
    float: right;
}

.location-widget-winter .no-click {
    cursor: default;
}

.location-widget-winter .warning.no-click:hover {
    background-color: #F4F4F4 !important;
}

.location-widget-winter .btn-more .btn.no-click:hover {
    background-color: #009FE3 !important;
}

@media only screen and (max-width: 640px){
    .location-widget-winter .content .snow-ski .warning span {
        width: 82%;
    }
}

@media only screen and (max-width: 798px) and (min-width: 641px) {
    .location-widget-winter .content .snow-ski .warning span {
        width: 73%;
    }
}

@media only screen and (max-width: 1190px) and (min-width: 1025px) {
    .location-widget-winter .content .snow-ski .warning span {
        width: 80%;
    }
}
.location-widget-winter-highlighted .header{
    position: relative;
}

.location-widget-winter-highlighted .header .highlight {
    position: absolute;
    background-color: #FBAC26;
    color: white;
    padding: 10px;
    font-weight: 500;
    bottom: 20px;
    left: 15px;
}

.location-widget-winter-highlighted .content h3 {
    font-size: 2rem;
    font-weight: 700;
    margin-bottom: .5rem;
    line-height: 1.6;
}

.location-widget-winter-highlighted .type .wx {
    width: 60px;
    height: 60px;
    float: left;
    margin-right: .2rem;
}

.location-widget-winter-highlighted .type .temp {
    font-size: 17px;
    display: block;
}

.location-widget-winter-highlighted .type .temp.top{
    padding-bottom: 5px;
}

.location-widget-winter-highlighted .type .temp.blue {
    color: #009FE3;
}

.location-widget-winter-highlighted .type .temp.red {
    color: #ED2329;
}

.location-widget-winter-highlighted .buttons .truncate {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis
}

.location-widget-winter-highlighted .warning-block .warning,
.location-widget-winter-highlighted .snow-ski .warning {
    position: relative;
    overflow: hidden;
    margin-top: .2rem;
    text-align: left;
    padding: 0;
    height: 36px;
    display: flex;
}

.location-widget-winter-highlighted .snow-ski .warning div:nth-child(2) {
    flex-grow: 1;
    padding: 4.5px 8px;
}

.location-widget-winter-highlighted .warning-large {
    margin: 0 0 .5rem 0;
    color: #fff;
    cursor: auto;
}

.location-widget-winter-highlighted .warning .icon {
    height: 100%;
    width: 1.8rem;
    float: left;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 20px 20px;
}

.location-widget-winter-highlighted .warning.bg-yellow .icon i {
    color: #000000;
}

.location-widget-winter-highlighted .warning-block .bg-green {
    display:none;
}

.location-widget-winter-highlighted .warning-block .icon {
    height: 100%;
    width: 1.8rem;
    font-size: large;
}

.location-widget-winter-highlighted .warning-block span {
    max-width: 82%;
    height: 32px;
    overflow-y:hidden;
}

.location-widget-winter-highlighted .warning-block i.fa-warning {
    padding: 8px 5px;
    color: #FFFFFF;
}

.location-widget-winter-highlighted .warning-block i.fa-chevron-right {
    padding: 0;
}

.location-widget-winter-highlighted .warning .fa-chevron-right {
    content: "/f054";
    font-family: FontAwesome;
    font-size: x-large;
    float: right;
    margin-top: 6px;
    color: #000000;
}

.location-widget-winter-highlighted .warning.bg-green:hover .fa-chevron-right {
    color:#5DA323;
}

.location-widget-winter-highlighted .warning.bg-yellow:hover .fa-chevron-right {
    color: #F7CC13;
}

.location-widget-winter-highlighted .warning.bg-orange:hover .fa-chevron-right {
    color: #FFAD00;
}

.location-widget-winter-highlighted .warning.bg-red:hover .fa-chevron-right {
    color: #ED2329;
}

.location-widget-winter-highlighted .warning.bg-blue:hover .fa-chevron-right {
    color: #009FE3;
}

.location-widget-winter-highlighted .btn-ski span {
    display: inline-block;
    padding-top: .6rem!important;
}

.location-widget-winter-highlighted .btn-ski .ski-text {
    display: inline-block;
}

.location-widget-winter-highlighted .btn-more {
    padding-bottom: 2px;
}

.location-widget-winter-highlighted .btn.large {
    margin-top: 1rem;
}

.location-widget-winter-highlighted .mountain {
    width: 64px;
    height: auto;
    display: inline-block;
    margin-right: 8px;
}

.location-widget-winter-highlighted .mountain img {
    width: 100%;
    line-height: 12px;
}

.location-widget-winter-highlighted .snowHeight {
    display:inline-block;
    font-size: 14px;
}

.location-widget-winter-highlighted .snowHeight .top {
    padding-bottom: 10px;
}

.location-widget-winter-highlighted .sub-title {
    padding-bottom: 12px;
}

.location-widget-winter-highlighted .temps {
    line-height: 14px;
    padding-top: 12px;
}

.location-widget-winter-highlighted .header .highlight {
    border-radius: 30px;
    padding-left: 24px;
    padding-right: 24px;
}

.location-widget-winter-highlighted .warning.bg-red .icon, .location-widget-winter-highlighted .warning-large.bg-red { background-color: #ED2329; opacity: 1; }

.location-widget-winter-highlighted .warning.bg-green .icon, .location-widget-winter-highlighted .warning-large.bg-green { background-color: #5DA323; opacity: 1; }

.location-widget-winter-highlighted .warning.bg-orange .icon, .location-widget-winter-highlighted .warning-large.bg-orange { background-color: #FFAD00; opacity: 1; }

.location-widget-winter-highlighted .warning.bg-yellow .icon, .location-widget-winter-highlighted .warning-large.bg-yellow {background-color: #F7CC13; opacity: 1;}

.location-widget-winter-highlighted .warning.bg-blue .icon, .location-widget-winter-highlighted .warning-large.bg-blue {background-color: #009FE3; opacity: 1;}

.location-widget-winter-highlighted .warning span {
    padding: .2rem 0 0 .4rem;
    display: inline-block;
    width: 84%;
}

.location-widget-winter-highlighted .warning-large span {
    padding: 0;
    font-size: 1rem;
}

.location-widget-winter-highlighted.default .card {
    background-color: #fff;
    padding: 1rem;
}

.location-widget-winter-highlighted.default .btn.medium {
    float: right;
}
.maps-radar .content-main {
    background-color: #fff;
}

.maps-radar .bar {
    pointer-events: none;
}

.maps-radar.fullscreen .content-main {
    position: fixed;
    left: 0;
    top: 45px;
    width: 100%;
    height: calc(100vh - 45px);
    z-index: 101;
    overflow: hidden;
}

@media screen and (min-width: 768px) {
    .maps-radar.fullscreen .content-main {
        top: 56px;
        height: calc(100vh - 56px);
    }
}

.maps-radar.fullscreen .content-main .map .wp-map {
    height: 100% !important;
}

.maps-radar.fullscreen .card {
    position: fixed;
    right: 6.5em;
    left: .1rem;
    bottom: .1rem;
    z-index: 102;
    padding: 10px 5px 2px 7px;
}

.maps-radar.fullscreen .card .content {
    padding: .1rem;
}

.maps-radar.fullscreen .card .col-timeline {
    width: 100%;
}

.maps-radar.fullscreen .col-legend,
.maps-radar.fullscreen .btn-type {
    display: none;
}

.maps-radar .btn-fullscreen-close,
.maps-radar .logo,
.maps-radar .header,
.maps-radar .map,
.maps-radar .map-container,
.maps-radar .footer {
    position: absolute;
    left: 0;
    width: 100%;
    box-sizing: border-box;
}

.maps-radar .btn-fullscreen-close {
    display: none !important;
}

.maps-radar .logo {
    left: .2rem;
    bottom: .3rem;
    width: 185px;
    height: 50px;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
    display: none;
}

.maps-radar.fullscreen .btn-fullscreen-close {
    display: block !important;
    top: 1.1rem;
    left: 50%;
    width: 200px;
    margin: 0 0 0 -100px;
    z-index: 100;
}

.maps-radar .header {
    top: 0;
    z-index: 3;
}

.maps-radar .header .background {
    background-color: rgba(0, 0, 0, .4);
    padding: .4rem .4rem 0rem .4rem;
}

.maps-radar.fullscreen .header .background {
    display: none;
}

.maps-radar .controls {
    padding: .2rem 0 .2rem .8rem;
    pointer-events: none;
}

.maps-radar .controls .time {
    color: #fff;
    text-shadow: 1px 1px #333;
    font-size: 1.25rem;
    float: left;
}

.maps-radar .controls .btns {
    float: right;
    width: 2rem;
    pointer-events: all;
}

.maps-radar .controls .btn {
    margin-right: 0;
}

.maps-radar .controls .btn.disabled {
    opacity: .8;
    cursor: default !important;
}

.maps-radar .controls .btn.disabled:hover {
    background-color: #009FE3 !important;
}

.maps-radar .header .background a.link {
    margin-left: .8rem;
    margin-bottom: .3rem;
}

.maps-radar .header .background a.link,
.maps-radar .header a.link i {
    color: #fff;
    font-size: .9rem;
    line-height: 1.5rem;
}

.maps-radar .header .background a.link i {
    margin-right: .3rem;
}

.maps-radar .footer {
    bottom: 0;
    padding: 0 .1rem;
    z-index: 3;
}

.maps-radar .map-container,
.maps-radar .map {
    width: 100%;
    height: 100%;
    top: 0;
    z-index: 0;
    overflow: hidden;
}

.maps-radar .map,
.maps-radar .background {
    border-radius: 8px 8px 0px 0px;
}

.maps-radar .map .timelabel {
    top: 65px;
}

.maps-radar.fullscreen .map .timelabel {
    top: 10px;
}

.maps-radar .btn-play,
.maps-radar .btn-play-fast,
.maps-radar .btn-fullscreen {
    min-width: 2rem;
}

.maps-radar.fullscreen .btn-time {
    display: none;
}

.maps-radar .footer .btns {
    padding: 0 6.3rem 0 0;
}

.maps-radar .footer .btns .right {
    position: absolute;
    right: 0;
    bottom: 0;
}

.maps-radar .footer .btn.btn-tab.right:first-child {
    margin-right: 0;
}

.maps-radar .rain-timeline {
    position: absolute;
    left: 2.6rem;
    right: 2.6rem;
    top: .6rem;
    cursor: pointer;
}

.maps-radar.fullscreen .rain-timeline {
    left: 2.3rem;
    right: 2.3rem;
}

.maps-radar .rain-timeline .bar {
    position: relative;
    height: .5rem;
    background-color: #F4F4F4;
    margin: 0 0 .5rem 0;
    border-radius: 3px;
}

.maps-radar.fullscreen .rain-timeline .bar {
    margin: 0 0 .2rem 0;
}

.maps-radar .rain-timeline .bar > div {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
}

.maps-radar .rain-timeline .bar .now {
    background-color: rgba(255, 255, 255, .6);
    border-radius: 3px;
}

.maps-radar .rain-timeline .bar .progress {
    background-color: #009FE3;
    border-radius: 3px;
}

.maps-radar .rain-timeline .bar .progress::after {
    display: block;
    background-color: #0075A8;
    width: 1rem;
    height: 1rem;
    margin: -.25rem -.5rem 0 0;
    border-radius: 50%;
    float: right;
}

.maps-radar .rain-timeline .axis > div {
    font-size: .8rem;
    color: #999;
    float: left;
}

.maps-radar.fullscreen .rain-timeline .axis > div {
    font-size: .65rem;
}

.maps-radar .rain-timeline .axis > div.end {
    float: right;
}

.maps-radar .rain-controls {
    height: 2.5rem;
}

.maps-radar.fullscreen .rain-controls {
    height: 2.15rem;
}

.maps-radar .rain-controls a {
    background-color: #fff;
    color: #009fe3;
}

.maps-radar .rain-controls .btn {
    padding: .3rem 0;
    border: 2px solid #009fe3;
    width: 32px;
    height: 32px;
    margin-top: -2px;
}

.maps-radar .rain-controls .btn i {
    margin-top: 2px;
    margin-left: 1px
}

@media screen and (min-width: 40em) {
    .maps-radar.fullscreen .card { 
        right: 9rem; 
        left: auto; 
        width: 280px; 
    }

    .maps-radar .header .background a.link { 
        margin-bottom: .6rem; 
        margin-left: .2rem; 
    }

    .maps-radar .controls .btns { 
        width: 3rem;
    }
}

@media screen and (min-width: 64em) {
    .maps-radar .header .background { 
        padding: 1rem 1.2rem .6rem 1.2rem; 
    }

    .maps-radar.fullscreen .logo { 
        display: block;
    }
}

.maps-radar .card {
    position: relative;
}

.maps-radar .loading {
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
    height: 4px;
    background-color: rgba(0, 159, 227, .4);
    overflow: hidden;
    z-index: 1;
}

.maps-radar .loading::before {
    content: '';
    position: absolute;
    background-color: inherit;
    top: 0;
    left:0;
    bottom: 0;
    will-change: left, right;
    background-color: rgb(0, 159, 227);
    animation: ipLoadingProgress 2.1s cubic-bezier(0.65, 0.815, 0.735, 0.395) infinite;
}

.maps-radar .loading::after {
    content: '';
    position: absolute;
    background-color: inherit;
    top: 0;
    left:0;
    bottom: 0;
    will-change: left, right;
    background-color: rgb(0, 159, 227);
    animation: ipLoadingProgressShort 2.1s cubic-bezier(0.165, 0.84, 0.44, 1) infinite;
    animation-delay: 1.15s;
}

@keyframes ipLoadingProgress {
    0%   { left: -35%; right:100%; }
    60%  { left: 100%; right: -90%; }
    100% { left: 100%; right: -90%; }
}

@keyframes ipLoadingProgressShort {
    0%   { left: -200%; right: 100%; }
    60%  { left: 107%;  right: -8%; }
    100% { left: 107%;  right: -8%; }
}
.radar-preview .card {
    min-height: 232px;
}

.radar-preview a.disabled {
    cursor: default;
}

.radar-preview .map-card {
    width: 100%;
    height: 160px;
    position: relative;
}

.radar-preview .map-card::before {
    content: '';
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 5;
}

.radar-preview .small .map-card {
    height: 120px;
}

.radar-preview h4 {
    text-align: center;
}

.radar-preview .disabled h4 {
    color: #bbb;
}

.radar-preview .content > .row > .col {
    padding: .5rem;
}

.radar-preview.rain-and-thunder .card {
    min-height: 176px;
}

.radar-preview.rain-and-thunder .card .content {
    padding-bottom: 0;
}
.menu-breadcrumbs {
    display: flex;
    align-items: center;
    list-style: none;
    padding: var(--padding-default);
    margin: 0;
}

.menu-breadcrumbs li {
    display: flex;
    color: var(--color-text);
    font-size: 1rem;
    line-height: 2;
    cursor: default;
    text-transform: capitalize;
}

.menu-breadcrumbs li:last-child {
    display: -webkit-box;
    line-clamp: 1;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
}

.menu-breadcrumbs li:not(:last-child)::after {
    display: inline-block;
    color: #cacaca;
    content: "/";
    padding: 0 1rem;
    position: relative;
    flex-shrink: 0;
}

.menu-breadcrumbs a {
    color: var(--color-brand);
}

.menu-breadcrumbs a.last {
    color: var(--color-text);
}

.menu-breadcrumbs a:hover {
    text-decoration: none;
}

.menu-breadcrumbs .disabled {
    color: #cacaca;
}

@media screen and (min-width: 40em) {
    .menu-breadcrumbs li {
        line-height: 1.5;
    }

    .menu-breadcrumbs li:not(:last-child)::after {
        padding: 0 .75rem;
    }
}
.menu-directlyto ul {
    display: inline;
    list-style: none;
}

.menu-directlyto h4,
.menu-directlyto ul > li {
    display: inline;
    padding: 0 .5rem 0 0;
}

.menu-directlyto ul > li > a {
    font-size: .9rem;
}
.menu-footer {
    color: #727272;
}

.menu-footer b {
    color: #3e3e3e;
    font-weight: 700;
    line-height: 3rem;
}

.menu-footer ul > li {
    text-align: left;
}

.menu-footer ul.menu.vertical > li > a,
.menu-footer ul.menu.vertical > li > p {
    color: #727272;
    font-size: 0.9rem;
    text-decoration: none;
    padding: 0;
    line-height: 1;
    margin: 0;
}

.menu-footer ul.menu.vertical > li > a:hover {
    text-decoration: underline;
}

.menu-footer ul.menu.social > li > a {
    font-size: 1.6rem;
    margin: auto .4rem auto 0;
}

.menu-footer ul.menu.social > li > a:hover {
    text-decoration: none;
    opacity: 0.9;
}

.menu-footer .feedback {
    padding: 0 0 .5rem 0;
    font-size: .9rem;
}

.menu-footer .feedback.error {
    color: #ED2329;
}

.menu-footer .feedback.success {
    color: #45791a;
}

.menu-footer .privacy {
    margin: 10px 0 20px 0;
}

.menu-footer .newsletter p {
    font-size: 0.9rem;
}

.menu-footer .newsletter input {
    margin: 0 0 8px 0;
}
.menu-location {
    background-color: #009fe3;
}

.favorite-list {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    overflow: hidden;
}

.favorite-list .favorite {
    display: flex;
    height: 44px;
    padding-left: .5rem;
}

.favorite-list .favorite:first-child {
    padding-right: .5rem;
}

.favorite-list .favorite > a {
    display: flex;
    align-items: center;
    color: #fff;
    box-sizing: border-box;
    text-decoration: none;
}

.favorite-list .favorite:hover {
    background-color: #008BD1;
}

.favorite-list .favorite.active {
    background-color: #0075A8;
}

.favorite-list .favorite > a  > .wx {
    width: 28px;
    height: 28px;
}

.favorite-list .favorite > a > .temp {
    min-width: 1rem;
    margin-left: 5px;
}

.favorite-list .favorite > a > .temp,
.favorite-list .favorite > a > .city {
    display: inline-block;
    margin: 0 .2rem;
}

.favorite-list .favorite > a:hover > .city {
    text-decoration: underline;
}

.favorite-list .favorite > button {
    display: flex;
    align-items: center;
    margin-left: auto;
    background: none;
    border: none;
    outline: none;
    color: rgba(255, 255, 255, .6);
    font-size: 20px;
    font-weight: 400;
    cursor: pointer;
    padding: .5rem;
}

.favorite-list .favorite > button span {
   display: flex;
   justify-content: center;
   align-items: center;
   width: 0;
   height: 0;
}

.favorite-list .favorite > button:hover {
    color: white;
    opacity: .9;
}

.search {
    margin: 5px 0;
    height: 34px;
}

.search .input {
    position: relative;
    background-color: #fff;
    height: 100%;
    border-radius: 3px;
}

.search .input input {
    background-color: #fff;
    border: none;
    margin: 0;
    padding: 0 3rem 0 1rem;
    width: 100%;
    height: 100%;
    border-radius: 3px;
}

.search .input i {
    position: absolute;
    right: 0;
    top: 0;
    padding: .5rem 0;
    height: 2rem;
    width: 2rem;
}

.search .input i.fa-times {
    cursor: pointer;
    color: gray;
}

.search .results {
    position: absolute;
    left: .625rem;
    right: .625rem;
    background-color: #fff;
    border-top: 1px solid #1395C6;
    z-index: 11;
}

.search .results ul {
    width: 100%;
    padding: .3rem 0;
    overflow: hidden;
    box-shadow: 0 1px 8px 0 rgba(0,0,0,.15);
}

.search .results > ul > li {
    text-align: left;
    padding: 0;
}

.search .results ul > li > div {
    color: gray;
    padding: .4rem 1rem .1rem 1rem;
}

.search .results ul > li > a {
    display: block;
    padding: .2rem 1rem;
    color: #3E3E3E;
    position: relative;
}

.search .results ul > li > a:hover,
.search .results ul > li > a.selected {
    background-color: #E2E2E2;
    text-decoration: underline;
}

.search .results ul > li > a .icon,
.search .results ul > li > a img {
    width: 1rem;
    position: absolute;
    left: 1.1rem;
    top: .5rem;
}

.search .results ul > li > a .icon {
    color: #009FE3;
}

.search .results ul > li > a > span {
    width: 240px;
    display: block;
    padding-left: 1.5rem;
}

.search .results ul > li > a .result-label {
    display: block;
}

.search .results ul > li > a .result-name,
.search .results ul > li > a .result-meta {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.search .results ul > li > a .result-meta {
    color: gray;
    font-size: .85rem;
}

@media screen and (min-width: 768px) {
    .menu-location {
        height: 44px;
    }

    .favorite-list {
        flex-direction: row;
    }

    .favorite-list .favorite {
        border-right: 1px solid #0075a8;
    }

    .search .results {
        left: 1rem;
        right: 1rem;
    }
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
    .menu-location {
        margin-top: 49px;
    }

    .favorite-list .favorite > a > .temp,
    .favorite-list .favorite > a > .city {
        font-size: .9rem;
    }
}

.menu-main-float {
    height: 44px !important;
}

.menu-main-float > div {
    width: 100%;
}

.menu-main-float .menu-main {
    max-width: var(--width-layout);
    margin: 0 auto;
    box-sizing: border-box;
    background: #fff;
}

.menu-main > ul,
.menu-main-float::before {
    width: 100%;
    font-size: 1rem;
}

.menu-main > ul li {
    text-align: left;
}

.menu-main > ul > li > a {
    display: inline-block;
    padding: 0 .7rem;
    line-height: 2.8rem;
    height: 100%;
    cursor: pointer;
    color: #3E3E3E;
    font-size: 0.9rem;
}

.menu-main ul > li > a.active {
    color: #009FE3;
}

.menu-main ul > li.dropdown.dropdown-show a.menu-link {
    background-color: #0075A8;
    color: #fff;
}

.menu-main ul > li > a i {
    display: inline-block;
    font-size: .9rem;
    vertical-align: top;
    line-height: 2.6rem;
    padding-left: 5px;
}

.menu-main .logo {
    background-image: url('/Content/Images/logo.svg');
    background-repeat: no-repeat;
    background-position: left center;
    background-size: contain;
}

.menu-main a.logo {
    width: 163px;
    height: 44px;
    padding: 0;
    float: left;
}

.menu-main li:hover > a.logo {
    background-color: transparent;
}

.menu-main .logo-small,
.menu-main .logo-medium {
    text-align: center;
    font-size: 0;
}

.menu-main .logo-small a.logo,
.menu-main .logo-medium a.logo {
    background-position: center center;
    float: none;
    display: inline-block;
    margin: .2rem 0;
}

.menu-main .logo-small a.logo {
    height: 38px;
}

.menu-main .btn-menu-mobile {
    position: relative;
    top: 1px;
    right: 0;
    color: #009FE3;
    margin: .8rem 1rem;
    vertical-align: middle;
    cursor: pointer;
    width: 20px;
    height: 16px;
}

.menu-main .btn-menu-mobile::after {
    content: '';
    position: absolute;
    display: block;
    width: 100%;
    height: 2px;
    top: 0;
    left: 0;
    background: #009FE3;
    box-shadow: 0 7px 0 #009FE3, 0 14px 0 #009FE3;
}

.menu-main .logo-medium a.logo {
    height: 42px;
}

.menu-main ul.menu.vertical {
    position: absolute;
    z-index: 12;
    display: none;
    min-width: 138px;
}

.menu-main > ul > li.dropdown.dropdown-show ul.menu.vertical {
    display: block;
}

.menu-main ul.menu.vertical > li {
    border-top: solid 1px rgba(255, 255, 255, .2);
    background-color: #0075A8;
    text-align: left;
    font-size: 1rem;
    padding: 0;
}

.menu-main ul.menu.vertical > li:last-child {
    border-radius: 0 0 8px 8px;
}

.menu-main ul.menu.vertical > li > a {
    color: #fff;
    line-height: 3rem;
    padding: 0 1rem;
    display: block;
}

.menu-main .login {
    position: relative;
    list-style: none;
    height: 100%;
}

.menu-main .login .login-button-container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
}

.menu-main .login .login-button-container:hover {
    color: #0075A8;
}

.menu-main .login .login-button-container .icon{
    margin-right: 0.5rem;
}

@media screen and (max-width: 768px) {
    .menu-main > ul,
    .menu-main-float::before {
        height: 2.8rem;
    }

    .menu-main > ul > li {
        display: block;
    }

    .menu-main > ul > li > a {
        display: block;
        line-height: 2.4rem;
        padding: 0 .625rem;
        font-size: 1rem;
    }

    .menu-main > ul > li > a i {
        line-height: 2.2rem;
    }

    .menu-main ul.menu.vertical {
        position: relative;
    }

    .menu-main ul.menu.vertical > li {
        line-height: 2.4rem;
    }
}

@media screen and (min-width: 1024px) {
    .menu-main-float {
        height: 56px !important;
    }
    
    .menu-main > ul,
    .menu-main-float::before,
    .menu-main-float > div {
        font-size: 1.125rem;
        width: 100%;
    }

    .menu-main > ul > li > a {
        line-height: 3.5rem;
        font-size: 1rem;
    }

    .menu-main > ul > li > a i {
        line-height: 3.3rem;
    }
}

@media screen and (max-width: 1060px) {
    .menu-main a.logo {
        width: 120px;
        height: 44px;
    }
    
    .menu-main > ul > li > a {
        padding: 0 .5rem;
    }
}

.menu-quicklinks ul {
    display: flex;
    flex-wrap: wrap;
    padding: 0;
}

.menu-quicklinks ul > li > a {
    display: block;
    padding: 0.2rem 1rem 0.2rem 0;
    line-height: 2rem;
    border-right: 2px solid #ddd;
    margin-right: 1rem;
}

.menu-quicklinks ul > li:last-child a {
    border-right: none;
}

.news-article h1 {
    padding: 1rem 1rem 0 1rem;
    line-height: 1.25;
    font-weight: bold;
}

.news-article.text-block .meta {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 1rem;
    border-bottom: 2px solid var(--color-border);
}

@media screen and (min-width: 768px) {
    .news-article.text-block .meta {
        flex-direction: row;
        align-items: center;
    }
}

.news-article.text-block .meta .author {
    display: flex;
    align-items: center;
    gap: 1rem;
    font-size: 1rem;
    font-weight: bold;
}

.news-article.text-block .meta .author .image {
    border-radius: 100%;
    overflow: hidden;
    line-height: 0;
}

.news-article.text-block .meta .author .name {
    display: flex;
    flex-direction: column;
}

.news-article.text-block .meta .author .name a {
    color: var(--color-text);
    text-decoration: none;
}

.news-article.text-block .meta .author .name span,
.news-article.text-block .date span {
    line-height: 1.5;
}

.news-article.text-block .meta .author .by {
    font-weight: normal;
}

.news-article.text-block .date {
    display: flex;
    flex-direction: column;
    color: var(--color-text);
    font-size: 0.9rem;
    align-items: flex-start;
    margin-top: var(--margin-default);
}

@media screen and (min-width: 768px) {
    .news-article.text-block .date {
        margin: unset;
    }
}

.news-article.text-block .date .publish-date {
    font-weight: bold;
}

.news-article.text-block .teaser {
    font-weight: 700;
    padding-bottom: .5rem;
}

.news-article.text-block .content {
    position: relative;
}

.news-article.text-block .content h2 {
    font-size: 1.3rem;
    font-weight: 500;
    margin-bottom: .5rem;
}

.news-article.text-block .content .widget {
    width: 100%;
}

.news-article.text-block .content .widget-small {
    width: 33%;
}

.news-article.text-block .content .widget-medium {
    width: 50%;
}

.news-article.text-block .content .widget-large {
    width: 75%;
}

.news-article.text-block .content .widget-full {
    width: 100%;
}

@media screen and (max-width: 64em) {
    .news-article.text-block .content .widget-small {
        width: 33%;
    }

    .news-article.text-block .content .widget-medium {
        width: 50%;
    }

    .news-article.text-block .content .widget-large {
        width: 100%;
    }
}

@media screen and (max-width: 40em) {
    .news-article.text-block .content .widget-medium,
    .news-article.text-block .content .widget-large,
    .news-article.text-block .content .widget-small.tweet {
        width: 100%;
    }

    .news-article.text-block .content .widget-small {
        width: 33%;
    }
}

.news-article.text-block .content .widget-left {
    float: left;
}

.news-article.text-block .content .widget-center {
    margin: 0 auto;
    clear: both;
}

.news-article.text-block .content .widget-right {
    float: right;
}

.news-article.text-block .date .small {
    color: #ccc;
    font-size: .8rem;
}

/* Widget Fotoloods Image/Video */

.widget-fotoloods {
    margin-bottom: 1rem;
}

.widget-fotoloods-foto .container,
.widget-fotoloods-movie .container {
    position: relative;
    width: 100%;
    min-height: 300px;
}

.widget-fotoloods-foto .single-photo-content,
.widget-fotoloods-foto .single-photo-content .card,
.widget-fotoloods-movie .single-photo-content .card,
.widget-fotoloods-foto .single-photo-content .content,
.widget-fotoloods-movie .single-photo-content .content,
.widget-fotoloods-foto .single-photo-content .media,
.widget-fotoloods-movie .single-photo-content .media {
    padding: 0;
}

.widget-fotoloods-foto .single-photo-content .card,
.widget-fotoloods-movie .single-photo-content .card {
    border-radius: 0;
    box-shadow: none;
}

.widget-fotoloods-movie .single-photo-content video,
.widget-fotoloods-foto .single-photo-content img {
    width: 100%;
    height: auto;
}

.widget-fotoloods-foto .single-photo-content .data,
.widget-fotoloods-movie .single-photo-content .data {
    font-size: .8rem;
    text-align: center;
}

.news-article .live {
    padding: .5rem 0 0 1rem;
    font-size: .75rem;
}

.news-article .live .indicator {
    display: inline-block;
    padding: 3px 5px 3px 16px;
    color: #fff;
    background-color: #a4a4a4;
    font-size: .75rem;
    border-radius: 2px;
    position: relative;
    margin: 0 .5rem 0 0;
}

.news-article .live .indicator::after {
    content: 'LIVE';
    display: block;
}

.news-article .live .indicator::before {
    content: '';
    position: absolute;
    width: 4px;
    height: 4px;
    top: 9px;
    left: 7px;
    border-radius: 2px;
    background-color: #666;
}

.news-article .live.active .indicator {
    background-color: #ed2329;
}

.news-article .live.active .indicator::before {
    background-color: #fff;
    animation-name: live;
    animation-duration: 1s;
    animation-iteration-count: infinite;
}

@keyframes live {
    0%   { opacity: 1; }
    50%  { opacity: 0; }
    100% { opacity: 1; }
}

/* Banner */

.widget-banner {
    clear: both;
    margin: 2rem 0;
}

/* Divider */

.widget-divider {
    display: flex;
    font-size: 1.3rem;
    margin: 18px 0;
    margin-left: 28px;
}

.widget-divider.line {
    margin-left: 0;
}

.widget-divider.line::before, .widget-divider.line::after {
    display: flex;
    margin-top: 15px;
    content: '';
    background-color: #eee;
    height: 2px;
    flex-grow: 1;
}

.widget-divider.line::before {
    margin-right: 10px;
    max-width: 18px;
    min-width: 18px;
}

.widget-divider.line::after {
    margin-left: 10px;
}

/* Fotoloods foto */

.widget-fotoloods-foto {
    padding: 1rem 0;
}

.widget-left .widget-fotoloods-foto {
    padding-right: 1rem;
    padding-top: 0;
}

.widget-right .widget-fotoloods-foto {
    padding-left: 1rem;
    padding-top: 0;
}

/* GIF */

.widget-gif {
    padding: 1rem 0;
}

.widget-left .widget-gif {
    padding-right: 1rem;
    padding-top: 0;
}

.widget-right .widget-gif {
    padding-left: 1rem;
    padding-top: 0;
}

.widget-gif img {
    width: 100%;
}

.widget-gif .caption {
    text-align: center;
    font-size: .8rem;
}

/* HTML */

.widget-html {
    margin-bottom: 1rem;
}

.widget-html table {
    width: 100%;
    border-collapse: collapse;
    border: solid 1px #eee;
}

.widget-html table tr th,
.widget-html table tr td {
    border-top: solid 1px #eee;
    border-left: solid 1px #eee;
    padding: .5rem;
}

.widget-html table tr th:first-child,
.widget-html table tr td:first-child {
    border-left: none;
}

.widget-html table tr:first-child th,
.widget-html table tr:first-child td {
    border-top: none;
}

.widget-html hr {
    border-bottom: 2px solid #eee;
    margin: 1rem 0;
}

/* Image */

.widget-image {
    margin-bottom: 1rem;
}

.widget-left .widget-image {
    padding-right: 1rem;
    padding-top: 0;
}

.widget-right .widget-image {
    padding-left: 1rem;
    padding-top: 0;
}

.widget-image img {
    width: 100%;
}

.widget-image .caption {
    text-align: center;
    font-size: .8rem;
}

/* Paragraph */

.widget-paragraph {
    margin-bottom: 1rem;
}

.widget-paragraph table {
    width: 100%;
    border-collapse: collapse;
    border: solid 1px #eee;
}

.widget-paragraph table tr th,
.widget-paragraph table tr td {
    border-top: solid 1px #eee;
    border-left: solid 1px #eee;
    padding: .5rem;
}

.widget-paragraph table tr th:first-child,
.widget-paragraph table tr td:first-child {
    border-left: none;
}

.widget-paragraph table tr:first-child th,
.widget-paragraph table tr:first-child td {
    border-top: none;
}

.widget-paragraph hr {
    border-bottom: 2px solid #eee;
    margin: 1rem 0;
}

/* Quote */

.widget-quote {
    padding: 1rem;
    margin: 1rem 0;
    background-color: #F4F4F4;
    text-align: center;
}

.widget-left .widget-quote {
    margin-right: 1rem;
    margin-top: 0;
}

.widget-right .widget-quote {
    margin-left: 1rem;
    margin-top: 0;
}

.widget-quote h5 {
    font-size: 1.8rem;
    line-height: 2rem;
    font-weight: 500;
}

.widget-quote h6 {
    font-size: .8rem;
    color: #666;
    font-weight: 400;
}

/* Subheader */

.widget-subheader h3 {
    font-size: 1.3rem;
    font-weight: 500;
    margin-bottom: .5rem;
}

/* Vimeo widget */

.widget-vimeo {
    margin-bottom: 1rem;
}

/* Youtube */

.widget-youtube .container {
    position: relative;
    width: 100%;
    height: 0;
    padding-top: 56.25%;
}

/* BBW */

.widget-bbw {
    margin-bottom: 1rem;
}

.widget-youtube .container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

/* Footer */

.news-article.text-block .article-footer {
    padding: 1rem;
    border-top: 2px solid #f4f4f4;
}

.news-article.text-block .article-footer .tags {
    padding: .5rem 0 0 0;
}

.news-article.text-block .article-footer .tags a {
    text-decoration: none;
    background-color: transparent;
    color: #009fe3;
    border: 2px solid #009fe3;
    border-radius: 16px;
    margin-left: 6px;
    padding: 4px 16px;
    display: inline-block;
    line-height: 1.5rem;
    font-size: 0.9rem;
}

.news-article.text-block .article-footer .article-share {
    display: flex;
    align-items: center;
    margin-bottom: 8px;
}

/* Video Ad */

.video-ad,
.video-overlay {
    display: flex;
    width: 100%;
    height: 100%;
    z-index: 21;
    position: absolute;
    left: 0;
    top: 0;
}

.video-overlay {
    justify-content: center;
    align-items: center;
    background-size: cover;
}

.video-overlay .video-play {
    transition: .3s;
}

.video-overlay .video-play:hover {
    cursor: pointer;
    transform: scale(1.1);
}

.video-ad {
    z-index: 22;
}

.video-ad-controls {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    display: flex;
    justify-content: center;
    padding: 10px;
    pointer-events: none;
}

.video-ad-controls button {
    display: flex;
    align-items: center;
    color: white;
    background-color: #1b2837;
    border-radius: 5px;
    padding: 10px 20px;
    pointer-events: auto;
}

.video-ad-controls button span {
    margin-right: 10px;
}

.video-ad-controls button:hover {
    cursor: pointer;
    background-color: #009FE3;
    color: #1b2837;
}

.video-ad .mute {
    margin-left: 10px;
}

.video-ad.hide-ad {
    height: 0;
    display: none;
}
.news-categories ul.list {
    padding: 0;
    margin: -1px 0 0 0;
    list-style: none;
    columns: 2;
    column-gap: 0;
}

.news-categories ul.list li {
    border-top: 1px solid #F4F4F4;
}

.news-categories ul.list li:last-child {
    border-bottom: 1px solid #F4F4F4;
}

.news-categories ul.list li:hover {
    background-color: #fbfbfb;
    text-decoration: none;
}

.news-categories ul.list li a {
    display: block;
    padding: 0 1rem;
    line-height: 2.5;
}

.news-categories ul.list li a:hover {
    text-decoration: underline;
}

.news-categories ul.list li a .color {
    width: 4px;
    height: .9rem;
    float: left;
    margin: .7rem .5rem 0 0;
}
.news-header {
    min-height: 405px;
    width: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

.news-header .news-item {
    padding: 2rem 0;
}

.news-header .news-item > a:hover,
.news-header .news-item > a:hover * {
    text-decoration: none;
    color: #009FE3;
}

.news-header .news-item .title {
    color: #fff;
    font-size: 3rem;
    text-shadow: 1px 1px 2px #3E3E3E;
    padding: 0 0 .5rem 0;
    margin: 0;
}

.news-header .news-item .subtitle {
    display: inline-block;
    font-size: 1.2rem;
    font-weight: 500;
    padding: 4px 12px;
    color: white;
    background-color: rgba(0, 0, 0, 0.3);
    text-shadow: 1px 1px 2px #3E3E3E;
    border-radius: 5px;
}

.news-header .news-item .author {
    color: #fff;
}

.news-header .news-item .author .image {
    margin: 0 .5rem 0 0;
    width: 3.5rem;
    height: 3.5rem;
    float: left;
    background-position: top center;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 100%;
}

.news-header .news-item .author .text {
    display: inline-block;
    padding: .1rem .2rem;
    background-color: rgba(0, 0, 0, 0.3);
}

.news-header .news-categories {
    margin-bottom: -2rem;
}

@media screen and (max-width: 40em) {
    .news-header {
        min-height: 240px;
    }

    .news-header .news-item {
        padding: 0;
    }

    .news-header .news-item .title {
        font-size: 2rem;
    }

    .news-header .news-item .subtitle {
        font-size: 1.1rem;
    }
}
.news-list hr {
    margin: 0.5rem 0;
}

.news-list-items {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    padding: 0.5rem;
}

@media screen and (min-width: 768px) {
    .news-list-items {
        flex-direction: row;
    }
}

.news-list h2 {
    color: #000;
    font-size: 1.2rem;
    font-weight: 500;
    line-height: 1.2;
    margin: 4px 0 0 0;
    transition: color 150ms ease;
}

.news-list a:hover .news-item-title {
    color: #009fe3;
}

.news-list .heading {
    display: flex;
    padding: 1rem 1rem 0 1rem;
}

.news-list .heading h2 {
    margin: 0;
    line-height: 1;
    font-weight: 700;
    font-size: 1.5rem;
}

.news-list .heading h2 a {
    color: #3e3e3e;
    transition: color 150ms ease;
    font-size: 1.5rem;
    font-weight: 700;
}

.news-list .heading h2 a:hover {
    text-decoration: none;
    color: #009fe3;
}

.news-list .heading .color {
    width: 4px;
    margin: 0 0.5rem 0 0;
}

.news-list p {
    color: #3e3e3e;
    margin: 0;
}

.news-list .teaser {
    display: none;
}

/* item */

.news-item {
    padding: 0;
    display: flex;
    margin: 0.5rem;
    transition: transform 150ms ease;
    border-radius: 4px;
}

.news-item.large {
    position: relative;
}

.news-item.large .image {
    max-width: 100%;
}

.news-item.large .news-item-title {
    position: absolute;
    box-sizing: border-box;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 60px 15px 10px 15px;
    margin: 0;
    color: #fff;
    font-size: 1.4rem;
    background: linear-gradient(to bottom,
            rgba(0, 0, 0, 0) 0%,
            rgba(0, 0, 0, 0.8) 100%);
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

@media screen and (min-width: 768px) {
    .news-item.large .news-item-title {
        font-size: 2rem;
        -webkit-line-clamp: 3;
    }
}

.news-item.large:hover .news-item-title {
    color: white;
}

@media screen and (min-width: 768px) {
    .news-item.medium {
        width: calc(50% - 1rem);
    }
}

.news-item.small {
    width: 100%;
}

@media screen and (min-width: 768px) {
    .news-item.small {
        width: calc(33.3333% - 1rem);
    }
}

@media (hover: hover) and (pointer: fine) {
    .news-item:hover {
        transform: scale(1.02);
    }
}

.news-item a {
    display: flex;
    flex-direction: row;
    width: 100%;
    text-decoration: none;
    gap: 0.5rem;
}

.news-item.large a {
    gap: 0;
    flex-direction: column;
}

@media screen and (min-width: 768px) {
    .news-item a {
        flex-direction: column;
    }
}

.news-item .image {
    display: flex;
    width: 100%;
    max-width: 40%;
    background-color: #f4f4f4;
    transition: transform 200ms ease-in-out;
    position: relative;
    overflow: hidden;
    border-radius: 4px;
}

.news-item .image .thumb {
    height: 100%;
    object-fit: cover;
    min-width: 150px;
}

@media screen and (min-width: 768px) {
    .news-item .image .thumb {
        min-width: 240px;
    }
    .news-item .image {
        max-width: 100%;
    }
}

.news-item .image .type {
    position: absolute;
    left: calc(50% - 18px);
    top: calc(50% - 18px);
    width: 36px;
    height: 36px;
    box-shadow: 1px 1px 8px rgba(0, 0, 0, 0.5);
    border-radius: 50%;
}

@media screen and (min-width: 768px) {
    .news-item .image .type {
        left: calc(50% - 36px);
        top: calc(50% - 36px);
        width: 72px;
        height: 72px;
    }
}

.news-item .info {
    display: none;
    position: absolute;
    content-visibility: none;
    left: 0;
    bottom: 0;
    margin: 0.5rem;
}

.news-item .info-mobile {
    display: flex;
    gap: 0.5rem;
    content-visibility: auto;
    font-size: 0.8rem;
    text-transform: uppercase;
}

.news-item.large .info-mobile {
    display: none;
    content-visibility: none;
}

.news-item.large .info {
    display: flex;
    content-visibility: auto;
}

.news-item .info-mobile .date {
    color: #797979;
}

.news-item .info-mobile .separator {
    color: #3e3e3e;
}

@media screen and (min-width: 768px) {
    .news-item .info {
        display: flex;
        content-visibility: auto;
    }

    .news-item .info-mobile {
        display: none;
        content-visibility: none;
    }
}

.news-item.large .info {
    top: 0;
    left: 0;
    bottom: 0;
    margin: 1rem;
}

.news-item .info .date,
.news-item .info .category {
    line-height: 24px;
    background-color: white;
    padding: 0 0.5rem;
    font-size: 0.75rem;
}

.news-item .info .date {
    height: 24px;
    border-radius: 0 4px 4px 0;
    color: #3e3e3e;
}

.news-item .info .category {
    display: block;
    height: 24px;
    border-radius: 4px 0 0 4px;
    margin-right: 1px;
    font-weight: 500;
    letter-spacing: 1px;
    border-top: 0;
}

.news-item.large .info .category {
    color: white;
}

.news-item .news-item-meta {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    line-height: 1.4;
}

.news-item .news-item-title {
    color: #000;
    font-size: 0.9rem;
    font-weight: 500;
    transition: color 150ms ease;
}

@media screen and (min-width: 768px) {
    .news-item .news-item-title {
        font-size: 1.2rem;
    }
}

.news-list .btn.medium {
    min-width: 10rem;
}

/* LIVE */

.news-list .live {
    position: absolute;
    top: 10px;
    left: 10px;
    border-radius: 3px;
    padding: 3px 5px 3px 16px;
    color: #fff;
    background-color: #a4a4a4;
    font-size: 0.75rem;
}

.news-list .live::after {
    content: 'LIVE';
    display: block;
}

.news-list .live::before {
    content: '';
    position: absolute;
    width: 4px;
    height: 4px;
    top: 9px;
    left: 7px;
    border-radius: 2px;
    background-color: #666;
}

.news-list .live.active {
    background-color: #ed2329;
}

.news-list .live.active::before {
    background-color: #fff;
    animation-name: live;
    animation-duration: 1s;
    animation-iteration-count: infinite;
}

@keyframes live {
    0% {
        opacity: 1;
    }

    50% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

.news-list .more-news {
    display: flex;
    border-top: 2px solid #f4f4f4;
    border-radius: 0 0 8px 8px;
}

.news-list .more-news a {
    display: flex;
    align-items: center;
    margin: 0;
    padding: 0.5rem 1rem;
}

.news-list .more-news .btn i {
    padding-left: 10px;
    font-size: 24px;
}

.news-listaz .alphabet {
    display: flex;
    width: 100%;
    text-align: center;
    flex-wrap: wrap;
}

.news-listaz .alphabet .letter {
    display: inline-block;
    border: solid 1px #eee;
    width: 10%;
    flex-grow: 1;
}

.news-listaz .alphabet .letter.active {
    background-color: #1DBCED;
    color: #FFF;
}

.news-listaz .alphabet div.letter {
    color: #BBB;
}

.news-listaz ul {
    list-style: none;
    padding: 0;
}

.news-listaz ul.columns {
    columns: 2;
}

.news-listaz ul a {
    text-transform: capitalize;
}

.news-listaz h5 {
    font-size: 1rem;
    margin: .5rem 0;
}

@media screen and (min-width: 1024px) {
    .news-listaz ul.columns {
        columns: 3;
    }

    .news-listaz .alphabet {
        display: table;
        table-layout: fixed;
    }

    .news-listaz .alphabet .letter {
        display: table-cell;
    }

    .news-listaz .alphabet .letter:first-child {
        width: 30px;
    }
}
.news-search .content {
    position: relative;
}

.news-search .input {
    position: relative;
    background-color: #fff;
    height: 36px;
    border-radius: 3px;
}

.news-search .input input {
    background-color: #fff;
    border: 1px solid #cacaca;
    box-shadow: inset 0 0 0 transparent;
    margin: 0;
    padding: 0 3rem 0 1rem;
    width: 100%;
    height: 100%;
    border-radius: 3px;
}

.news-search .input i {
    position: absolute;
    right: 0;
    top: 1px;
    padding: .5rem 0;
    width: 26px;
    cursor: pointer;
}
.news-topstory {
    height: 240px;
    width: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

.news-topstory .content {
    text-align: center;
    padding: 2rem 0 0 0;
}

.news-topstory .content h1 {
    color: #fff;
    font-size: 2rem;
    text-shadow: 1px 1px 2px #3E3E3E;
    font-weight: 400;
}

.news-topstory .content .btn {
    width: auto;
    display: inline-block;
    padding: .6rem .8rem;
}

@media screen and (min-width: 40em) {
    .news-topstory { height: 405px; }
    .news-topstory .content { padding: 7rem 0 0 0; }
    .news-topstory .content h1 { font-size: 3rem; }
}
.news-warning {
    display: none;
    margin-bottom: -1rem;
}

.news-warning.show {
    display: block;
}

.news-warning .list .item {
    padding: .5rem 0 .5rem 1rem;
    margin-bottom: 1rem;
    position: relative;
    background-color: #E2E2E2;
    border-radius: 4px;
}

.news-warning .list .item .text {
    padding-right: 2.5rem;
    font-weight: 500;
}

.news-warning .list .item .text.link {
    cursor: pointer;
}

.news-warning .list .item a {
    text-decoration: underline;
    color: #3E3E3E;
}

.news-warning .list .item span {
    margin: 0 10px;
}

.news-warning .list .item button {
    position: absolute;
    right: 0;
    top: 0;
    width: 2.5rem;
    height: 2.5rem;
    font-size: 1.5rem;
    font-weight: 200;
    cursor: pointer;
    color: rgba(0, 0, 0, .6);
}

.news-warning .list .item button:hover {
    color: rgba(0, 0, 0, .9);
}

.news-warning .list .item.bg-red { background-color: #ED2329; color: #fff; }

.news-warning .list .item.bg-green { background-color: #5DA323; color: #fff; }

.news-warning .list .item.bg-orange { background-color: #FFAD00; color: #fff; }

.news-warning .list .item.bg-yellow { background-color: #F7CC13; }

.news-warning .list .item.bg-red a,
.news-warning .list .item.bg-green a,
.news-warning .list .item.bg-orange a {
    color: #fff;
}

.news-warning .list .item.bg-red button,
.news-warning .list .item.bg-green button,
.news-warning .list .item.bg-orange button {
    color: rgba(255, 255, 255, .6);
}

.news-warning .list .item.bg-red button:hover,
.news-warning .list .item.bg-green button:hover,
.news-warning .list .item.bg-orange button:hover {
    color: rgba(255, 255, 255, .9);
}

.news-widget hr {
    margin: .5rem 0;
}

.news-widget .news-item {
    padding: 0;
}

.news-widget .button-list {
    margin: 0 1rem;
}

.news-widget .news-item,
.news-widget .news-item > .col {
    padding: .5rem;
}

.news-widget .item h2,
.news-widget .item h4 {
    font-size: 1.2rem;
    font-weight: 500;
    line-height: 1.2;
    margin: 0 0 .2rem 0;
}

.news-widget a:hover h4 {
    text-decoration: underline;
}

.news-widget .item h2 {
    margin: 1rem 0 .2rem 0;
}

.news-widget .item .date {
    color: #a4a4a4;
    font-size: .9rem;
}

.news-widget .item p {
    color: #3E3E3E;
    margin: 0;
}

@media screen and (min-width: 40em) {
    .news-widget .item { padding: .5rem; }
}

.news-widget .column2 {
    padding: 1rem 0 0 0;
    max-height: 180px;
    overflow: hidden;
    position: relative;
}

.news-widget .column2::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 40px;
    background: #fff;
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, #ffffff 100%);
}

.news-widget .item a:hover .image {
    transform: scale(1.02);
}

.news-widget .item .image {
    width: 100%;
    padding-top: 66.66666667%;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    transition: transform 200ms ease-in-out;
}

.news-widget .item .image .thumb {
    position: absolute;
    width: 100%;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    object-fit: cover;
}

.news-widget .item .image .type {
    position: absolute;
    left: 10px;
    bottom: 10px;
    width: 40px;
    height: 40px;
}

@media screen and (min-width: 40em) {
    .news-widget .column2 { padding: 0; }
    .news-widget .item h4 { margin: 1rem 0 .2rem 0; }
}

.news-widget .slider {
    width: 100%;
    overflow: hidden;
}

.news-widget .slider .slider-panel {
    width: 300%;
}

.news-widget .slider .slider-pagination {
    text-align: center;
}

.news-widget .slider .slider-pagination div {
    display: inline-block;
    width: 12px;
    height: 12px;
    margin: 5px 7px;
    filter: Alpha(Opacity=50);
    opacity: 0.5;
    border-radius: 20px;
    background: #869791;
    cursor: pointer;
}

.news-widget .slider .slider-pagination div.active {
    filter: Alpha(Opacity=100);
    opacity: 1;
}

@media screen and (min-width: 40em) {
    .news-widget .slider .slider-panel {
        width: 100%;
    }
}
.newsletter-subscribe .card .content {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-top: 0;
}

.newsletter-subscribe h2 {
    font-size: 32px;
    color: #009cde;
    margin-bottom: 4px;
}

.newsletter-subscribe p {
    font-size: 14px;
    font-weight: 500;
    text-align: center;
    width: 100%;
}

.newsletter-subscribe input {
    border-radius: 6px;
}

.newsletter-subscribe .feedback {
    padding: .5rem 0;
    font-size: .9rem;
    text-align: center;
    display: none;
}

.newsletter-subscribe .feedback.error {
    color: #ED2329;
}

.newsletter-subscribe .feedback.success {
    color: #45791a;
}

.newsletter-subscribe button {
    margin: 0;
}

.newsletter-subscribe ul.social {
    margin: 1.5rem auto 0 auto;
}

.newsletter-subscribe ul.social > li > a {
    font-size: 1.6rem;
    margin: auto .4rem auto 0;
}
.not-found {
    height: 50%;
    min-height: 550px;
    position: relative;
    display: block;
    padding: 0;
}

.not-found .title {
    position: relative;
    transform: translateY(150%);
    z-index: 5;
}

.not-found .title h1 {
    color: #FFFFFF;
    text-align: center;
    font-size: 65px;
    text-shadow: -2px 2px darkslategrey;
}

.not-found .title h6 {
    color: white;
    text-align: center;
    font-size: 20px;
}

.not-found .text {
    color: #FFFFFF;
    text-align: center;
    display: block;
    width: 100%;
    bottom: 0;
    position: absolute;
    z-index: 5;
}

.not-found .sky {
    bottom: 250px;
    left: 0;
    padding-top: 50px;
    position: absolute;
    right: 0;
    top: 0;
    overflow: hidden;
}

.not-found .sky  > div {
    position: absolute;
}

/* KEYFRAMES CHROME*/

/* KEYFRAMES FIREFOX */

/* KEYFRAMES OPERA */

/* KEYFRAMES IE */

/* KEYFRAMES STANDARD */

@keyframes animateCloud {
    0% {
        margin-left: -1000px;
    }

    100% {
        margin-left: 100%;
    }
}

@keyframes rotate {
    from {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(360deg);
    }
}

/* CLOUDS */

.not-found .cloud {
    background: #fff !important;
    background: linear-gradient(0deg, rgba(255,255,255,0.05) 0%, rgba(255,255,255,1) 100%);
    border-radius: 100px;
    box-shadow: 0 8px 5px rgba(0, 0, 0, 0.1);
    height: 120px;
    position: relative;
    width: 350px;
}

.not-found .cloud:after, .cloud:before {
    content: '';
    background: #fff;
    position: absolute;
    z-indeX: -1;
}

.not-found .cloud:after {
    border-radius: 100px;
    height: 100px;
    left: 50px;
    top: -50px;
    width: 100px;
}

.not-found .cloud:before {
    border-radius: 200px;
    width: 180px;
    height: 180px;
    right: 50px;
    top: -90px;
}

/* WINDMILL */

.not-found .wind-turbine {
    position: absolute;
    bottom: -65%;
    left: 15%;
}

.not-found .pole {
    width: 48px;
    margin: 2em 0.5em;
    border-bottom: 30em solid lightgray;
    border-right: 1em solid transparent;
    border-left: 1em solid transparent;
}

.not-found .blades {
    width: 2em;
    height: 2em;
    background-color: lightgray;
    border-radius: 50%;
    margin-left: 1em;
    margin-top: .5em;
    position: absolute;
    animation-name: rotate;
    animation-duration: 3s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
}

.not-found .blade {
    width: 14em;
    height: .5em;
    background-color: lightgray;
    position: absolute;
    top: .7em;
    left: 1.8em;
    border-radius: 0 1em 5em 0;
    transform-origin: -0.8em 0.3em;
}

.not-found .blade:before {
    content: "";
    background-color: lightgrey;
    position: absolute;
    width: 2em;
    height: .5em;
}

.not-found .blade:after {
    content: "";
    width: 1em;
    position: absolute;
    top: .4em;
    left: 1em;
    border-top: 1em solid lightgray;
    border-right: 10em solid transparent;
    border-left: 2em solid transparent;
}

.not-found .blade1 {
    transform: rotate(0deg);
}

.not-found .blade2 {
    transform: rotate(120deg);
}

.not-found .blade3 {
    transform: rotate(240deg);
}

@media (max-width: 1024px) {
    .not-found {
        min-height: 400px;
    }

    .not-found .title {
        transform: translateY(90%);
    }

    .not-found .title h6 {
        font-size: 16px;
    }

    .not-found .sky {
        bottom: 0;
    }

    .not-found .wind-turbine {
        display: none;
    }
}

@media (max-width: 994px) {
    .not-found .title {
        transform: translateY(50%)
    }
}

@media (max-width: 548px) {
    .not-found .title h1 {
        font-size: 50px;
    }
}

@media (max-width: 425px) {
    .not-found {
        min-height: 340px
    }

    .not-found .title {
        transform: translateY(0%);
    }

    .not-found .title h6 {
        font-size: 11px;
    }

    .not-found .sky {
        bottom: 0;
    }

    .not-found .wind-turbine {
        display: none;
    }
}
.manage-widget > .hide-widget {
    display: none;
}

.manage-widget .content-body {
    display: flex;
}

.manage-widget .content-body .icon {
    display: flex;
    min-width: 75px;
    justify-content: center;
    align-items: flex-start;
}

.manage-widget .content-text {
    display: flex;
    flex-direction: column;
}
.notification-popup-wrapper {
    display: flex;
    width: 100%;
    justify-content: center;
    position: fixed;
    bottom: 0;
    transform: translateY(100%);
    box-sizing: border-box;
    transition: transform 1s;
    transition-delay: .2s;
    z-index: 110;
}

.notification-popup-wrapper.show-popup {
    transform: translateY(0%);
}

.notification-popup {
    display: flex;
    flex-direction: column;
    width: 100%;
    padding: 20px;
    box-sizing: border-box;
    background-color: white;
    position: relative;
    box-shadow: -4px -4px 12px 0 rgba(0, 0, 0, 0.1);
}

.notification-close {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 40px;
    width: 40px;
    position: absolute;
    top: 0;
    right: 0;
    color: #c4c4c4;
    font-size: 24px;
    transition: .3s;
}

.notification-close:hover {
    color: #6b6b6b;
    cursor: pointer;
}

.notification-popup-body {
    display: flex;
    flex-direction: row;
    flex: 1;
}

.notification-popup-body > .icon {
    display: flex;
    min-width: 58px;
    justify-content: center;
}

.notification-popup-body > .icon > img {
    max-width: 40px;
}

.notification-popup-text {
    display: flex;
    flex-direction: column;
    flex: 1;
}

.notification-popup-text > span {
    font-weight: 700;
    font-size: 16px;
    margin-bottom: 10px;
}

.notification-popup-buttons {
    display: flex;
}

.notification-btn {
    display: flex;
    align-items: center;
    padding: 13px 16px;
    border-radius: 3px;
    border: none;
    height: 40px;
    color: white;
    font-family: sans-serif;
    font-weight: 700;
    transition: .3s;
}

.notification-btn:hover {
    cursor: pointer;
    background-color: #4080b4;
    color: white;
    border: 2px solid #4080b4;
}

.notification-btn + .notification-btn {
    margin-left: 12px;
}

.notification-popup-btn-on {
    background-color: #419fdd;
    border: 2px solid #419fdd;
}

.notification-popup-btn-off {
    background-color: white;
    border: 2px solid #419fdd;
    color: #4080b4;
}

@media screen and (min-width: 375px) {
    .notification-popup-text > span {
        font-size: 18px;
    }

    .notification-popup-body > .icon {
        min-width: 70px;
    }

    .notification-popup-body > .icon > img {
        max-width: 50px;
    }

    .notification-btn + .notification-btn {
        margin-left: 20px;
    }
}

@media screen and (min-width: 768px) {
    .notification-popup {
        padding-left: 0;
    }

    .notification-popup-body {
        flex-direction: row-reverse;
    }

    .notification-popup-body > .icon {
        min-width: 100px;
    }

    .notification-popup-buttons {
        flex-direction: row-reverse;
        margin-right: auto;
        margin-left: 100px;
    }

    .notification-btn + .notification-btn {
        margin: 0 20px 0 0;
    }
}

@media screen and (min-width: 1024px) {
    .notification-popup {
        max-width: 720px;
    }
}

/* Fotoloods specifiek */
.tags > a.tag {
    background-color: #009FE3;
    color: #ffffff;
    padding: 6px 10px;
    border-radius: 3px;
    line-height: 35px;
}
dialog {
    background-color: #ffffff;
    border-radius: 5px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
    padding: 1rem;
    min-width: 400px;
    max-width: 50vw;
    max-height: 80vh;
    overflow-y: auto;
}
dialog::backdrop {
    background-color: rgba(0, 0, 0, 0.5);
}
dialog > .modal-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
dialog > .modal-header > .title {
    font-size: 1.4rem;
    font-weight: 500;
}
dialog > .modal-header > .close {
    background: none;
    border: none;
    font-size: 1.8rem;
    cursor: pointer;
}
dialog > .modal-body ul {
    margin-left: 1rem;
}
/*! fancyBox v2.1.5 fancyapps.com | fancyapps.com/fancybox/#license */
.fancybox-wrap,
.fancybox-skin,
.fancybox-outer,
.fancybox-inner,
.fancybox-image,
.fancybox-wrap iframe,
.fancybox-wrap object,
.fancybox-nav,
.fancybox-nav span,
.fancybox-tmp
{
	padding: 0;
	margin: 0;
	border: 0;
	outline: none;
	vertical-align: top;
}
.fancybox-wrap {
	position: absolute;
	top: 0;
	left: 0;
	transform: translate3d(0, 0, 0);
	z-index: 8020;
}
.fancybox-skin {
	position: relative;
	background: #f9f9f9;
	color: #444;
	text-shadow: none;
	border-radius: 4px;
}
.fancybox-opened {
	z-index: 8030;
}
.fancybox-opened .fancybox-skin {
	box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
}
.fancybox-outer, .fancybox-inner {
	position: relative;
}
.fancybox-inner {
	overflow: hidden;
}
.fancybox-type-iframe .fancybox-inner {
	-webkit-overflow-scrolling: touch;
}
.fancybox-error {
	color: #444;
	font: 14px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
	margin: 0;
	padding: 15px;
	white-space: nowrap;
}
.fancybox-image, .fancybox-iframe {
	display: block;
	width: 100%;
	height: 100%;
}
.fancybox-image {
	max-width: 100%;
	max-height: 100%;
}
#fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
	background-image: url(/Content/images/Plugins/Fotoloods/fancybox_sprite.png);
}
#fancybox-loading {
	position: fixed;
	top: 50%;
	left: 50%;
	margin-top: -22px;
	margin-left: -22px;
	background-position: 0 -108px;
	opacity: 0.8;
	cursor: pointer;
	z-index: 8060;
}
#fancybox-loading div {
	width: 44px;
	height: 44px;
	background: url(/Content/images/Plugins/Fotoloods/fancybox_loading.gif) center center no-repeat;
}
.fancybox-close {
	position: absolute;
	top: -18px;
	right: -18px;
	width: 36px;
	height: 36px;
	cursor: pointer;
	z-index: 8040;
}
.fancybox-nav {
	position: absolute;
	top: 0;
	width: 40%;
	height: 100%;
	cursor: pointer;
	text-decoration: none;
	background: transparent url(/Content/images/Plugins/Fotoloods/blank.gif); /* helps IE */
	-webkit-tap-highlight-color: rgba(0,0,0,0);
	z-index: 8040;
}
.fancybox-prev {
	left: 0;
}
.fancybox-next {
	right: 0;
}
.fancybox-nav span {
	position: absolute;
	top: 50%;
	width: 36px;
	height: 34px;
	margin-top: -18px;
	cursor: pointer;
	z-index: 8040;
	visibility: hidden;
}
.fancybox-prev span {
	left: 10px;
	background-position: 0 -36px;
}
.fancybox-next span {
	right: 10px;
	background-position: 0 -72px;
}
.fancybox-nav:hover span {
	visibility: visible;
}
.fancybox-tmp {
	position: absolute;
	top: -99999px;
	left: -99999px;
	max-width: 99999px;
	max-height: 99999px;
	overflow: visible !important;
}
/* Overlay helper */
.fancybox-lock {
    overflow: visible !important;
    width: auto;
}
.fancybox-lock body {
    overflow: hidden !important;
}
.fancybox-lock-test {
    overflow-y: hidden !important;
}
.fancybox-overlay {
	position: absolute;
	top: 0;
	left: 0;
	overflow: hidden;
	display: none;
	z-index: 8010;
	background: url(/Content/images/Plugins/Fotoloods/fancybox_overlay.png);
}
.fancybox-overlay-fixed {
	position: fixed;
	bottom: 0;
	right: 0;
}
.fancybox-lock .fancybox-overlay {
	overflow: auto;
	overflow-y: scroll;
}
/* Title helper */
.fancybox-title {
	visibility: hidden;
	font: normal 13px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
	position: relative;
	text-shadow: none;
	z-index: 8050;
}
.fancybox-opened .fancybox-title {
	visibility: visible;
}
.fancybox-title-float-wrap {
	position: absolute;
	bottom: 0;
	right: 50%;
	margin-bottom: -35px;
	z-index: 8050;
	text-align: center;
}
.fancybox-title-float-wrap .child {
	display: inline-block;
	margin-right: -100%;
	padding: 2px 20px;
	background: transparent; /* Fallback for web browsers that doesn't support RGBa */
	background: rgba(0, 0, 0, 0.8);
	border-radius: 15px;
	text-shadow: 0 1px 2px #222;
	color: #FFF;
	font-weight: bold;
	line-height: 24px;
	white-space: nowrap;
}
.fancybox-title-outside-wrap {
	position: relative;
	margin-top: 10px;
	color: #fff;
}
.fancybox-title-inside-wrap {
	padding-top: 10px;
}
.fancybox-title-over-wrap {
	position: absolute;
	bottom: 0;
	left: 0;
	color: #fff;
	padding: 10px;
	background: #000;
	background: rgba(0, 0, 0, .8);
}
/*Retina graphics!*/
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min--moz-device-pixel-ratio: 1.5), only screen and (min-device-pixel-ratio: 1.5){

	#fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
		background-image: url(/Content/images/Plugins/Fotoloods/fancybox_sprite@2x.png);
		background-size: 44px 152px; /*The size of the normal image, half the size of the hi-res image*/
	}

	#fancybox-loading div {
		background-image: url(/Content/images/Plugins/Fotoloods/fancybox_loading@2x.gif);
		background-size: 24px 24px; /*The size of the normal image, half the size of the hi-res image*/
	}
}
/* Fotoloods specifiek */
.tags > a {
    background-color: #009FE3;
    color: #ffffff;
    padding: 6px 10px;
    border-radius: 3px;
    line-height: 35px;
}
.snippet-fotoloods-widget .title {    
    background-repeat: no-repeat;
    background-position: right center;    
}
.snippet-fotoloods-widget .btn-upload span {
    display: none;
    padding-left: .5rem;
}
.snippet-fotoloods-widget.large .btn-upload span {
    display: inline;
}
.snippet-fotoloods-widget.large .card {
    width: 100%;
}
.upload-block {
    min-height: 240px;
    width: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

.upload-block .title {
    font-size: 2rem;
    text-shadow: 1px 1px 2px #3E3E3E;
    padding: 0 0 .5rem 0;
    margin: 0;
}

.upload-block .subtitle {
    display: inline-block;
    font-size: 1.1rem;
    border-radius: 4px;
    font-weight: 500;
    padding: 0.5rem 1rem;
    color: #fff;
    background-color: rgba(0, 0, 0, 0.3);
    text-shadow: 1px 1px 2px #3E3E3E;
    margin: 0;
}

@media screen and (min-width: 768px) {
    .upload-block {
        min-height: 405px;
    }

    .upload-block .subtitle {
        font-size: 1.2rem;
    }
}
.photos-widget .async-content {
    opacity: 1;
}

.photos-widget .slider {
    box-sizing: border-box;
    border: solid .5rem #fff;
}

.photos-widget .item > .col {
    padding: .5rem;
}

.photos-widget .column2 {
    padding: 0;
    max-height: 130px;
    overflow: hidden;
    position: relative;
}

.photos-widget .column2::after {
    content: '';
    position: absolute;
    left: 0;
    top: 90px;
    width: 100%;
    height: 40px;
    background: #fff;
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, #ffffff 100%);
}

.photos-widget .item a:hover .image {
    transform: scale(1.03);
}

.photos-widget .item .image {
    width: 100%;
    padding-top: 66.66666667%;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    transition: transform 200ms ease-in-out;
}

.photos-widget .item h4 {
    font-size: 1.2rem;
    font-weight: 500;
    line-height: 1.2;
    margin: 1rem 0 .2rem 0;
}

.photos-widget a:hover h4 {
    text-decoration: underline;
}

.photos-widget .item .date {
    color: #a4a4a4;
    font-size: .9rem;
}

.photos-widget .item p {
    color: #3E3E3E;
    margin: 0;
}

.photos-widget .slider {
    width: 100%;
    overflow: hidden;
}

.photos-widget .slider .slider-panel {
    width: 300%;
    display: flex;
    flex-direction: row;   
    flex-wrap: nowrap;
}

.photos-widget .slider .item-photo {
    width: 300%;
}

/*.photos-widget .slider .image {
    width: 100%;
}*/

.photos-widget .slider .slider-pagination {
    text-align: center;
}

.photos-widget .slider .slider-pagination div {
    display: inline-block;
    width: 12px;
    height: 12px;
    margin: 5px 7px;
    opacity: 0.5;
    border-radius: 20px;
    background: #869791;
    cursor: pointer;
}

.photos-widget .slider .slider-pagination div.active {
    opacity: 1;
}

@media screen and (min-width: 40em) {
    .photos-widget .slider .slider-panel {
        width: 100%;
    }
}
.promotion-app_download .image {
    width: 100%;
    padding-top: 79%;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
}

.promotion-app_download .btn {
    margin: 0;
}
.page-highlight {
    padding: .5rem 1rem;
}

.page-highlight img {
    height: 200px;
    width: 100%;
    display: block;
    background-repeat: no-repeat;
    background-position: center;
}

.page-highlight .highlight-content {
    margin-top: -30px;
    position: relative;
}

.page-highlight .title {
    background-color: white;
    color: #247FA3;
    border-top-left-radius: 17px;
    border-top-right-radius: 17px;
    font-weight: 500;
    text-align: center;
    left: 25%;
    padding: .5rem 0;
    position: absolute;
    top: -27px;
    width: 50%;
}

.page-highlight .text {
    background-color: white;
    color: #398BAC;
    padding: .5rem 1rem;
    margin-top: -17px;
}

.page-highlight .text p {
    margin: 0;
}

.page-highlight a:hover .title,
.page-highlight a:hover .text,
.page-highlight a:hover {
    text-decoration: none;
}

.page-highlight:hover {
    transform: scale(1.05);
}

@media (max-width: 425px) {
    .page-highlight img {
        height:150px;
    }

    .page-highlight .highlight-content {
        margin-top: -13px;
    }

    .page-highlight .title {
        width: 75%;
        left: 13%;
    }

    .page-highlight .text p {
        font-size: 12px;
        margin-top: 3px;
    }
}
.promotion-promotion .inner {
    position: relative;
}

.promotion-promotion.wide .inner {
    padding: 1rem;
}

.promotion-promotion .heading {
    position: absolute;
    top: 0;
    width: 100%;
    background-color: rgba(255, 255, 255, .4);
    box-sizing: border-box;
}

.promotion-promotion .heading .heading-text {
    padding: 0;
    margin: 0;
    font-size: 1.3rem;
    font-weight: 400;
    line-height: 1.6;
    color: #3E3E3E;
}

.promotion-promotion .heading a:hover {
    text-decoration: none;
}

.promotion-promotion.wide .textblock {
    padding: 0;
}

.promotion-promotion .textblock .heading-text {
    margin-bottom: .5rem;
    font-size: 1.5rem;
    line-height: 1;
}

.promotion-promotion .show-wide {
    display: none;
}

.promotion-promotion.wide .show-wide {
    display: block;
}

.promotion-promotion.wide .hide-wide {
    display: none;
}

.promotion-promotion.wide .textblock .text {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.promotion-promotion .textblock .text {
    margin: 0 0 1rem 0;
}

.promotion-promotion .textblock .text p:last-child {
    margin: 0;
}

.promotion-promotion .image {
    width: 100%;
    padding-top: 76%;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

.promotion-promotion.wide .image {
    float: left;
    width: 175px;
    padding-top: 130px;
    margin-right: 1rem;
}

.promotion-promotion .btn {
    margin: 0;
    float: right;
}

.promotion-promotion.widget .heading {
    position: relative;
    border-bottom: solid 2px #F4F4F4;
}

.promotion-promotion.widget .heading h4 {
    font-family: 'Roboto', sans-serif;
    font-size: 1.5rem;
    font-weight: 500;
}

.promotion-promotion.widget .inner > a .image {
    width: 91%;
    margin-left: 16px;
    margin-top: 16px;
}

.promotion-promotion.widget .textblock .text {
    position: absolute;
    bottom: 5.7rem;
    padding: 10px;
    left: 28px;
    background-color: rgba(0, 0, 0, 0.3);
    border-radius: 6px;
    width: 80%;
    margin: 0;
    cursor: pointer;
}

.promotion-promotion.widget .textblock p {
    color: #FFFFFF;
    padding: 0 12px;
    text-align: center;
}
.rain-radar .content-main {
    background-color: #fff;
    border-radius: 8px 8px 0 0;
}

.rain-radar.fullscreen .content-main {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 101;
    overflow: hidden;
    border-radius: 0;
}

.rain-radar.fullscreen .content-main .map .wp-map {
    height: 100% !important;
}

.rain-radar.fullscreen .card {
    position: fixed;
    right: 6.5em;
    left: .1rem;
    bottom: .1rem;
    z-index: 102;
}

.rain-radar.fullscreen .card .content {
    padding: .1rem;
}

.rain-radar.fullscreen .card .col-timeline {
    width: 100%;
}

.rain-radar.fullscreen .col-legend,
.rain-radar.fullscreen .btn-type {
    display: none;
}

.rain-radar .btn-fullscreen-close,
.rain-radar .nodrag,
.rain-radar .logo,
.rain-radar .header,
.rain-radar .map,
.rain-radar .footer {
    position: absolute;
    left: 0;
    width: 100%;
    box-sizing: border-box;
}

.rain-radar.fullscreen .btn-fullscreen {
    display: none;
}

.rain-radar .btn-fullscreen-close {
    display: none !important;
}

.rain-radar .logo {
    left: .2rem;
    bottom: .3rem;
    width: 185px;
    height: 50px;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
    display: none;
}

.rain-radar.fullscreen .btn-fullscreen-close {
    display: block !important;
    top: .1rem;
    left: 50%;
    width: 200px;
    margin: 0 0 0 -100px;
    z-index: 100;
}

.rain-radar .nodrag {
    top: 0;
    height: 100%;
    z-index: 2;
}

.rain-radar.fullscreen .nodrag {
    display: none;
}

.rain-radar .header {
    top: 0;
    z-index: 3;
}

.rain-radar .header .background {
    background-color: rgba(0, 0, 0, .4);
    padding: .4rem .4rem 0rem .4rem;
    border-radius:8px 8px 0px 0px;
}

.rain-radar.fullscreen .header .background {
    display: none;
}

/* CONTROLS */

.rain-radar .controls {
    padding: .2rem 0 .2rem .8rem;
    pointer-events: none;
}

.rain-radar .controls .time {
    color: #fff;
    text-shadow: 1px 1px #333;
    font-size: 1.25rem;
    float: left;
}

.rain-radar .controls .btns {
    float: right;
    width: 2rem;
    pointer-events: all;
}

.rain-radar .controls .btn {
    margin-right: 0;
}

.rain-radar .controls .btn.disabled {
    opacity: .8;
    cursor: default !important;
}

.rain-radar .controls .btn.disabled:hover {
    background-color: #009FE3 !important;
}

.rain-radar .header .background a.link {
    margin-left: .8rem;
    margin-bottom: .3rem;
}

.rain-radar .header .background a.link,
.rain-radar .header a.link i {
    color: #fff;
    font-size: .9rem;
    line-height: 1.5rem;
}

.rain-radar .header .background a.link i {
    margin-right: .3rem;
}

.rain-radar .footer {
    bottom: 0;
    padding: 0 .1rem;
    z-index: 3;
}

.rain-radar .map {
    width: 100%;
    height: 100%;
    top: 0;
    z-index: 0;
    overflow: hidden;
    border-radius: 8px 8px 0px 0px;
}

.rain-radar .map .timelabel {
    top: 65px;
}

.rain-radar.fullscreen .map .timelabel {
    top: 10px;
}

.rain-radar .btn-play,
.rain-radar .btn-play-fast,
.rain-radar .btn-fullscreen {
    min-width: 2rem;
}

.rain-radar .footer .btns {
    padding: 0 6.3rem 0 0;
}

.rain-radar .footer .btns .right {
    position: absolute;
    right: 0;
    bottom: 0;
}

.rain-radar .footer .btn.btn-tab.right:first-child {
    margin-right: 0;
}

.rain-radar .rain-timeline {
    position: absolute;
    left: 2.6rem;
    right: 2.6rem;
    top: .6rem;
    cursor: pointer;
}

.rain-radar.fullscreen .rain-timeline {
    left: 2.3rem;
    right: 2.3rem;
}

.rain-radar .rain-timeline .bar {
    position: relative;
    height: .5rem;
    background-color: #F4F4F4;
    margin: 0 0 .5rem 0;
    border-radius: 3px;
    pointer-events: none;
}

.rain-radar.fullscreen .rain-timeline .bar {
    margin: 0 0 .2rem 0;
}

.rain-radar .rain-timeline .bar > div {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
}

.rain-radar .rain-timeline .bar .now {
    background-color: rgba(255, 255, 255, .6);
    border-radius: 3px;
}

.rain-radar .rain-timeline .bar .progress {
    background-color: #009FE3;
    border-radius: 3px;
}

.rain-radar .rain-timeline .bar .progress:after {
    content: '';
    display: block;
    background-color: #0075A8;
    width: 1rem;
    height: 1rem;
    margin: -.25rem -.5rem 0 0;
    border-radius: 50%;
    float: right;
}

.rain-radar .rain-timeline .axis > div {
    font-size: .8rem;
    color: #999;
    float: left;
}

.rain-radar.fullscreen .rain-timeline .axis > div {
    font-size: .65rem;
}

.rain-radar .rain-timeline .axis > div.end {
    float: right;
}

.rain-radar .rain-controls {
    height: 2.5rem;
}

.rain-radar.fullscreen .rain-controls {
    height: 2.15rem;
}

.rain-radar .rain-controls .btn {
    padding: .3rem 0;
}

@media screen and (min-width: 40em) {
    .rain-radar.fullscreen .card { right: 9rem; left: auto; width: 280px; }
    .rain-radar .header .background a.link { margin-bottom: .6rem; margin-left: .2rem; }
    .rain-radar .controls .btns { width: 3rem; }
}

@media screen and (min-width: 64em) {
    .rain-radar .header .background { padding: 1rem 1.2rem .6rem 1.2rem; }
    .rain-radar.fullscreen .logo { display: block; }
}
.rain-radar {
    -webkit-user-select:none;
            user-select:none;
}

.rain-radar .content-main {
    position: relative;
    height: 500px;
    overflow: hidden;
}

.rain-radar .header,
.rain-radar .time,
.rain-radar .map,
.rain-radar .map-area,
.rain-radar .marker,
.rain-radar .layers,
.rain-radar .borders,
.rain-radar .footer {
    position: absolute;
    left: 0;
    width: 100%;
    box-sizing: border-box;
}

.rain-radar .header {
    top: 0;
    z-index: 4;
}

.rain-radar .header .background {
    background-color: rgba(0, 0, 0, 0.3);
    padding: .4rem .4rem 0rem .4rem;
}

.rain-radar .header .background a.link {
    margin-left: .8rem;
    margin-bottom: .3rem;
}

.rain-radar .header .background a.link,
.rain-radar .header .background a.link i {
    color: #fff;
    font-size: .9rem;
    line-height: 1.5rem;
}

.rain-radar .header .background a.link i {
    margin-right: .3rem;
}

.rain-radar .footer {
    bottom: 0;
    padding: .1rem 4.3rem 0 .1rem;
    z-index: 4;
}

.rain-radar .footer .right {
    position: absolute;
    right: 0;
    bottom: 0;
}

.rain-radar .time {
    color: #fff;
    font-weight: 500;
    font-size: 1.25rem;
    z-index: 4;
    text-shadow: 1px 1px #333;
}

.rain-radar .time-top {
    position: relative;
    padding: .2rem .8rem;
}

.rain-radar .time-geo {
    font-size: .8rem;
    top: 3px;
    left: 28px;
}

.rain-radar .map,
.rain-radar .layers,
.rain-radar .layers > div,
.rain-radar .borders {
    width: 100%;
    height: 100%;
    background-position: center center;
    background-size: contain;
}

.rain-radar .map-area {
    width: 800px;
    height: 875px;
    left: -242px;
    top: -227px;
}

.rain-radar .map-area.active {
    cursor: pointer;
}

.rain-radar .marker {
    width: 26px;
    height: 26px;
    background-size: contain;
    z-index: 4;
    text-align: center;
}

.rain-radar .map {
    top: 0;
    z-index: 0;
}

.rain-radar .layers {
    top: 0;
    z-index: 1;
}

.rain-radar .layers #backlayer {
    z-index: 1;
    width: 100%;
    height: 100%;
}

.rain-radar .layers #frontlayer {
    z-index: 2;
    width: 100%;
    height: 100%;
}

.rain-radar .layers.front {
    z-index: 2;
}

.rain-radar .borders {
    top: 0;
    z-index: 3;
}

.rain-radar .btn-play,
.rain-radar .btn-play-fast {
    min-width: 2rem;
}

.rain-radar .rain-timeline {
    position: absolute;
    left: 2.6rem;
    right: 2.6rem;
    top: .6rem;
    cursor: pointer;
}

.rain-radar .rain-timeline .bar {
    position: relative;
    height: .5rem;
    background-color: #F4F4F4;
    margin: 0 0 .5rem 0;
    border-radius: 3px;
    pointer-events: none;
}

.rain-radar .rain-timeline .bar > div {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
}

.rain-radar .rain-timeline .bar .now {
    background-color: rgba(255, 255, 255, .6);
    border-radius: 3px;
}

.rain-radar .rain-timeline .bar .progress {
    background-color: #009FE3;
    border-radius: 3px;
}

.rain-radar .rain-timeline .bar .progress::after {
    content: '';
    display: block;
    background-color: #0075A8;
    width: 1rem;
    height: 1rem;
    margin: -.25rem -.5rem 0 0;
    border-radius: 50%;
    float: right;
}

.rain-radar .rain-timeline .axis > div {
    font-size: .8rem;
    color: #999;
    float: left;
}

.rain-radar .rain-timeline .axis > div.end {
    float: right;
}

.rain-radar .rain-controls {
    height: 2.5rem;
}

.rain-radar .rain-controls .btn {
    padding: .3rem 0;
}

.rain-radar .loading {
    background-size: contain;
    position: absolute;
    left: 50%;
    top: 50%;
    width: 60px;
    height: 60px;
    opacity: .6;
    z-index: 3;
}

@media screen and (max-width: 40em) {
    .rain-radar .loading {
        width: 40px;
        height: 40px;
        margin: -20px 0 0 -20px;
    }
}

@media screen and (min-width: 40em) {
    .rain-radar .header .background a.link { margin-bottom: .6rem; margin-left: .2rem; }
}

@media screen and (min-width: 64em) {
    .rain-radar .content-main { height: 700px; }
    .rain-radar .map-area { width: 1050px; height: 1148px; left: -161px; top: -264px; }
    .rain-radar .header .background { padding: 1rem 1.2rem .6rem 1.2rem; }
}
.rain-radar-legend table {
    border-collapse: collapse;
    width: 100%;
}

.rain-radar-legend table tr {
    height: 1rem;
}

.rain-radar-legend table tr td {
    font-size: .6rem;
    padding: .1rem .2rem;
    text-align: center;
    background: #F4F4F4;
}

.rain-radar-legend .col-ultra-light {
    background: #472BFF;
    background: linear-gradient(to right, #FFFFFF, #A3D9FF);
    width: 20%;
}

.rain-radar-legend .col-light {
    background: #472BFF;
    background: linear-gradient(to right, #A3D9FF, #472BFF);
    width: 42%;
}

.rain-radar-legend .col-middle {
    background: #FD0100;
    background: linear-gradient(to right, #FFFF00, #FD0100);
    width: 40%;
}

.rain-radar-legend .col-heavy {
    background: #232425;
    width: 10%;
}

.rain-radar-legend .col-ultra-light-snow {
    background: #A1D9FF;
    background: linear-gradient(to right, #FFFFFF, #FFC8DC);
    width: 20%;
}

.rain-radar-legend .col-light-snow {
    background: #FFC8DC;
    background: linear-gradient(to right, #FFC8DC, #B43C8C);
    width: 42%;
}

.rain-radar-legend .col-middle-snow {
    background: #EB008C;
    background: linear-gradient(to right, #EB008C, #640064);
    width: 40%;
}

.rain-radar-legend .col-heavy-snow {
    background: #640064;
    width: 10%;
}

.rain-radar-legend .snowy-mix {
    background: repeating-linear-gradient( -45deg, #FFC8DC, #A3D9FF 50%, #B43C8C 50% );
    background-size: 8px 8px;
    width: 30px;
    display: inline-block;
}

.rain-radar-legend .icy-mix {
    background: repeating-linear-gradient( -45deg, #FFFFFF, #A3D9FF 50%, #FFFFFF 50% );
    background-size: 8px 8px;
    width: 30px;
    display: inline-block;
}

.snippet-schaatsen-graph .tabs-panel {
    padding: 1rem 0;
}

.snippet-schaatsen-graph .tabs-panel img {
    width: 100%;
    max-width: 635px;
}

.snippet-schaatsen-graph .region {
    font-size: .8rem;
}

.snippet-schaatsen-graph .region b {
    font-size: 1rem;
}

.snippet-schaatsen-graph .region a {
    padding: 0 .2rem;
    font-size: 1rem;
}

.snippet-schaatsen-graph .region a.active {
    font-weight: bold;
}
#map_canvas {
    width: 100%;
    height: 600px;
}

.snippet-schaatsen-map .btn-upload span {
    display: none;
    padding-left: .5rem;
}

.snippet-schaatsen-map.large .btn-upload span {
    display: inline;
}
.ski-activities .content .slopes {
    height: 115px;
}

.ski-activities .content .slopes .slopes-text {
    font-weight: 500;
    margin-top: 40px;
}

.ski-activities .activity {
    padding: 5px;
    display: inline-block;
    width: 45%;
    position: relative;
}

.ski-activities .activity .text {
    display: inline-block;
    width: 75%;
    text-align: right;
}

.ski-activities .activity .circle {
    display: inline-block;
    width: 15px;
    text-align: right;
    height: 15px;
    border-width: 1px;
    border-style: solid;
    border-radius: 50%;
    position: absolute;
    top: 9px;
    right: 10px;
}

.ski-activities .activity .circle.grey {
    background-color: #FFFFFF;
    border-color: #D1DADE;
    color: #333333;
    text-align: center;
    font-size: 11px;
}

.ski-activities .activity .circle.green {
    background-color: #5DA323;
    color: #5DA323;
    border-color: #5DA323;
    font-size: 0;
}

.ski-activities .activity .circle.red {
    background-color: #ED2329;
    color: #ED2329;
    border-color:#ED2329;
    font-size: 0;
}
.ski-country-header {
    min-height: 417px;
    width: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    padding-bottom: 12px;
}

.ski-country-header .winter-widget {
    float: right;
}
.ski-country-information .content .image {
    height: 160px;
    object-fit: cover;
}
.ski-lifts .content {
    text-align: center;
}

.ski-lifts .content .summary {
    font-weight: 500;
    height: 115px;
}

.ski-lifts .content .summary .summary-text {
    margin-top: 40px;
    text-align: left;
}

.ski-lifts .content .summary .summary-text.has-capacity {
    margin-top: 30px;
}

.ski-lifts .lift {
    padding: 5px;
    display: inline-block;
    width: 45%;
}

.ski-lifts .lift .text {
    display: inline-block;
    width: 82%;
    text-align: right;
}

.ski-lifts .lift .count {
    display: inline-block;
    font-weight: bold;
    width: 15%;
    text-align: right;
}

@media (max-width: 1081px) {
    .ski-lifts .lift .text {
        width: 73%;
    }
}
.ski-location-information .card.border,
.ski-location-information .card.snow {
    border-bottom: solid 2px #F4F4F4;
}

.ski-location-information .title {
    display: flex;
    gap: 1rem;
}

.ski-location-information .title .btn {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    cursor: default;
    border-bottom-left-radius: 30px;
    border-top-left-radius: 30px;
    padding: 0.5rem 1rem;
}

.ski-location-information .title .btn.bg-green {
    background-color: #5DA323;
}

.ski-location-information .title .btn.bg-red {
    background-color: #ED2329;
}

.ski-location-information .title .btn i {
    font-size: large;
    vertical-align: middle;
}

.ski-location-information .title .btn .ski-text {
    text-align: left;
}

.ski-location-information .content .data {
    padding: 1rem 0;
}

@media screen and (min-width: 768px) {
    .ski-location-information .content .data {
        padding: 0;
    }
}

.ski-location-information .snow .content .data .snowFall .snowHeight:hover {
    background-color: #009FE3;
}

.ski-location-information table {
    width: 100%;
    border-collapse: collapse;
}

.ski-location-information table td {
    vertical-align: top;
}

.ski-location-information table td b {
    font-weight: 500;
}

.ski-location-information table td.nowrap {
    white-space: nowrap;
}

.ski-location-information table td.right {
    text-align: right;
    float: none;
}

.ski-location-information table td.bottom {
    padding-top: 36px;
}

.ski-location-information table td.img {
    text-align: center;
    vertical-align: middle;
    padding: .5rem .5rem 0 .5rem;
}

.ski-location-information table td.img img {
    width: 123px;
    bottom: 13px;
    max-width: 100%;
    height: auto;
}

.ski-location-information table td .snowicon {
    width: 20px;
    height: 20px;
    background-color: #009FE3;
    border: solid 2px #009FE3;
    border-radius: 20px;
    transform: translateY(4px);
}

.ski-location-information .temp.red {
    color: #ED2329
}

.ski-location-information .temp.blue {
    color: #009FE3
}

.ski-location-information .snow table {
    min-height: 96px;
}

.ski-location-information .data table td {
    vertical-align: middle;
    padding: 4px 1px 4px 16px;
}

@media screen and (max-width: 1024px) {
    .ski-location-information .data table td {
        padding: 4px 8px;
    }
}

.ski-location-information .snowHeight {
    background-color: #009FE3;
    color: #FFF;
    line-height: 0.8;
    display: inline-block;
    border-radius: 3px;
    font-size: .9rem;
    padding: 0.35rem;
    margin-left: 0.1rem;
}

.ski-location-information .report-date-time {
    margin-top: 15px;
    font-size: 12px;
}

@media only screen and (max-width: 825px) {
    .ski-location-information .snow .content .img {
        margin-left: 0;
        margin-right: 0;
    }

    .ski-location-information .snow .content .row > div {
        font-size: 14px;
    }

    .ski-location-information .snow .content .data .label {
        width: 120px;
    }

    .ski-location-information .card .quicklinks .row div {
        display: block;
    }

    .ski-location-information .card .quicklinks .row div a {
        padding-left: 0;
    }
}

body.modal-open {
    overflow: hidden;
}

.ski-location-overview .content .ski-map {
    margin: 0.5rem 0;
    cursor: pointer;
}

.ski-location-overview .content .ski-map img {
    width: 100%;
    height: auto;
}

.ski-location-overview .content .ski-map:hover {
    transform: scale(1.03);
}

.ski-location-overview .content .info .graphContainer {
    text-align: center;
}

.ski-location-overview .content .resortInfo {
    margin-top: 25px;
}

.ski-location-overview .content .resortInfo .info {
    margin-top: 10px;
}

.ski-location-overview .content .info .label {
    width: 65px;
    display: inline-block;
    text-align: right;
    padding-right: 10px;
}

.ski-location-overview .content .resortInfo span {
    font-weight: 500;
    text-transform: lowercase;
}

.ski-overlay{
    position: fixed;
    z-index: 9999;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    cursor: pointer;
    display:none;
    overflow: hidden;
}

.ski-overlay.active{
    background-color: rgba(0, 0, 0, 0.8);
    display: block;
}

.ski-overlay-center{
    margin: auto;
    display: none;
    position: absolute;
    width: 100vw;
    height: 100vh;
    top: 60px;
}

.ski-overlay-center.active{
    display: block;
}

.ski-overlay-center.active:before {
    content: '\f00d';
    font-family: FontAwesome;
    font-size: 60px;
    position: absolute;
    right: 5px;
    top: -75px;
    color: #D2D9DF;
}

.ski-overlay-center .ski-map-image{
    display: none;
    position: relative;
    border: 10px solid #fff;
    display: block;
    background-repeat: no-repeat;
    z-index: 9999;
    margin-left:auto;
    margin-right:auto;
    cursor: default;
    max-height: 90vh;
    width: auto;
    max-width:90vw;
}

@media (max-width: 992px){
    .ski-overlay-center.active:before{
        font-size: 50px;
        top: -70px;
    }
}

@media (max-width: 820px) and (orientation: landscape){
    .ski-overlay-center.active:before{
        font-size: 40px;
        top: -15px;
        right: 10px;
    }

    .ski-overlay-center.active{
        top:5px;
    }
}

@media (max-width: 740px) and (orientation: portrait){
    .ski-overlay-center.active:before{
        font-size: 40px;
        top: -70px;
        right: 10px
    }
}

@media (max-width: 415px) {
    .ski-location-overview .content .info .label{
        width: 57px;
    }
}

@media (max-width: 375px) {
    .ski-location-overview .content .resortInfo div .label {
        text-align: left;
    }
}
.ski-passes table,
.ski-passes th,
.ski-passes td {
    border: thin solid #f4f4f4;
    border-collapse: collapse;
}

.ski-passes table {
    width: 100%;
}

.ski-passes th {
    background-color: #FAFAFA;
    font-weight: 500;
}

.ski-passes th,
.ski-passes td {
    font-size: 1rem;
    padding: .8rem .25rem .5rem .25rem;
    text-align: center;
}

.ski-region-map .region-map,
.ski-region-map .region-map .ol-viewport{
    height: 380px!important;
}

.ski-region-map .hidden{
    display:none!important;
}

.ski-region-map .popup {
    background: #ffffff;
    border: 1px solid #009FE3;
    border-radius: 2px;
    padding: 5px;
    position: relative;
    font-size: 16px;
    color: #009FE3;
}

.ski-region-map .popup:hover,
.ski-region-map .popup.hover {
    background-color: #008BD1;
    color: #ffffff;
    text-decoration:none;
}

.ski-region-map .popup:hover:after,
.ski-region-map .popup.hover:after {
    border-top-color: #008BD1;
}

.ski-region-map .popup:after, .ski-region-map .popup:before {
    top: 100%;
    left: 50%;
    border: solid transparent;
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
}

.ski-region-map .popup:after {
    content: " ";
    border-color: rgba(255, 255, 255, 0);
    border-top-color: #FFFFFF;
    border-width: 8px;
    margin-left: -8px;
}

.ski-region-map .popup:before {
    content: " ";
    border-color: rgba(29, 179, 230, 0);
    border-top-color: #009FE3;
    border-width: 9px;
    margin-left: -9px;
}

.ski-region-map .location-buttons {
    font-size: 0;
}

.ski-region-map .location-buttons .location-button {
    width: 21.6%;
    display: inline-block;
    border: solid 1px #F4F4F4;
    border-bottom: none;
    padding: 10px;
    height: 100%;
    font-size: 16px;
}

.ski-region-map .location-buttons a.location-button:hover,
.ski-region-map .location-buttons a.location-button.hover {
    background-color: #008BD1;
    cursor: pointer;
    text-decoration: underline;
    color: #ffffff;
}

.ski-region-map .location-buttons div.location-button:hover,
.ski-region-map .location-buttons div.location-button.hover {
    background-color: #008BD1;
    color: #ffffff;
}

.ski-region-map .location-buttons .location-button.green {
    border-left: solid 5px #5DA323;
}

.ski-region-map .location-buttons .location-button.red {
    border-left: solid 5px #ED2329;
}

.ski-region-map .location-buttons .location-button.grey {
    border-left: solid 5px #E2E2E2;
}

.ski-region-map .location-buttons .location-button:last-child {
    border-right: none;
}

.ski-region-map .location-buttons .location-button i {
    font-size: xx-small;
    padding-left: 3px;
    color: #009FE3;
}

.ski-region-map .location-buttons .location-button:hover i,
.ski-region-map .location-buttons .location-button.hover i {
    color: #ffffff;
}

@media (max-width: 770px) {
    .ski-region-map .location-buttons .location-button {
        width: 42%;
    }

    .ski-region-map .location-buttons .location-button:last-child {
        border-right: 1px solid #f4f4f4;
        border-bottom: 1px solid #f4f4f4;
    }
}

/* Reset leafet for custom tooltip */

.ski-region-map .leaflet-popup > .leaflet-popup-content-wrapper {
    background: none !important;
    border: none !important;
    box-shadow: none !important;
    color: unset !important;
    border-radius: unset !important;
}

.ski-region-map .leaflet-popup-tip {
    display: none;
}
.ski-schools .name {
    font-weight: 500;
}

.ski-schools .school {
    border-bottom: 1px solid #f4f4f4;
}

.ski-schools .school.collapsed {
    display: none;
}

.ski-schools .school-row {
    margin-top: 5px;
}

.ski-schools .school-row i,
.ski-schools .school-row > div,
.ski-schools .school-row a {
    display: inline-block;
}

.ski-schools .school-row i {
    font-size: x-large;
    width: 30px;
    vertical-align: top;
}

.ski-schools .school-row .url {
    max-width: 80%;
}

.ski-schools .row {
    background-color: #fff;
}

.ski-schools .btn.medium {
    float: right;
    background-color: #fff;
    color: #009FE3;
    font-weight: normal;
}
.snow-graph .graph img {
    max-width: 100%;
    display: block;
    margin-left: auto;
    margin-right: auto;
}
.ski-special-slopes .slope .content {
    padding: 0.5rem;
}

.ski-special-slopes .slope .type,
.ski-special-slopes .slope .name {
    display: inline-block;
}

.ski-special-slopes .slope .length {
    display:inline-block;
    float: right;
}
.snow-alert .card {
    overflow: visible!important;
}

.snow-alert .card .title {
    border-bottom: solid 2px white;
}

.snow-alert .card .content {
    position: relative;
}

.snow-alert .feedback {
    height: 24px;
}

.snow-alert .error {
    color: red;
    background-color: rgba(255, 255, 255, 0.5);
    height: 24px;
}

.snow-alert .success {
    position: absolute;
    top: 7px;
    width: 95%;
}

.snow-alert .success .success-message {
    display: block;
    background-color: #5DA323;
    margin-right: 1rem;
    padding: 5px;
    border-radius: 2px;
    color: white;
}

.snow-alert .success .success-message .msg-title {
    font-size: 20px;
}

.snow-alert .success  .success-message .msg-text {
    margin-top: 5px;
}

.snow-alert .content p {
    margin: 0;
    background-color: rgba(255, 255, 255, 0.5);
    padding: 7px;
}

.snow-alert .content #name,
.snow-alert .content #lastName {
    width: 49%;
    display: inline-block;
}

.snow-alert .btn.medium {
    margin-top: 10px;
    float: right;
}

.snow-alert .disclaimer {
    font-size: 12px;
    margin-top: 5px;
}

.snow-alert .winter-location-search .content {
    padding: 0;
    position: relative;
}

.snow-alert .winter-location-search ul.menu.vertical > li a span {
    width: 200px;
}

.winter-location-search {
    position: relative;
}

.winter-location-search h5 {
    font-weight: 500;
    color: white;
    line-height: 2rem;
    font-size: 1rem;
}

.winter-location-search .row {
    position: relative;
}

.winter-location-search .input {
    position: relative;
    background-color: white;
    height: 36px;
    border-radius: 3px;
}

.winter-location-search .input input {
    background-color: white;
    border: none;
    box-shadow: inset 0 0 0 transparent;
    margin: 0;
    width: 100%;
    height: 100%;
    border-radius: 3px;
}

.winter-location-search .input i {
    position: absolute;
    right: 0;
    top: 0;
    padding: .5rem 0;
    height: 2rem;
    width: 2rem;
    color: #cacaca;
}

.winter-location-search .input i.fa-times {
    cursor: pointer;
    color: gray;
}

.winter-location-search .results {
    position: absolute;
    top: 36px;
    left: 0;
    right: 0;
    background-color: white;
    border-top: 1px solid #1395C6;
    z-index: 11;
}

.winter-location-search .results ul {
    width: 100%;
    padding: .3rem 0;
    overflow: hidden;
    box-shadow: 0 1px 8px 0 rgba(0,0,0,.2),0 3px 4px 0 rgba(0,0,0,.14),0 3px 3px -2px rgba(0,0,0,.12);
}

.winter-location-search .results ul > li {
    text-align: left;
    padding: 0;
}

.winter-location-search .results ul > li > div {
    color: gray;
    padding: .4rem 1rem .1rem 1rem;
}

.winter-location-search .results ul > li > a {
    display: block;
    padding: .2rem 1rem;
    color: #3E3E3E;
    position: relative;
}

.winter-location-search .results ul > li > a:hover,
.winter-location-search .results ul > li > a.selected {
    background-color: #E2E2E2;
    text-decoration: underline;
}

.winter-location-search .results ul > li > a img {
    width: 1rem;
    position: absolute;
    left: 1.1rem;
    top: .5rem;
}

.winter-location-search .results ul > li > a span {
    width: 240px;
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    padding-left: 1.5rem;
}

@media (max-width: 770px) {
    .snow-alert .content #name,
    .snow-alert .content #lastName{
        width: 100%;
    }
}

@media (max-width: 340px) {
    .winter-location-search {
        padding: .3rem;
    }

    .winter-location-search h5 {
        font-size: 0.8rem;
    }

    .winter-location-search .row > div{
        padding: .3rem;
    }
}
.article-share .share-group {
    margin: 3px 5px;
    display: flex;
}

.article-share .share-btn {
    display: flex;
    align-items: center;
    padding: 2px 4px;
    border-radius: 3px;
    color: white;
    width: 28px;
    height: 28px;
    margin: 0 3px;
}

.article-share .share-btn:hover {
    text-decoration: none;
    opacity: 0.9;
}

.article-share .share-btn i {
    text-align: center;
    width: 100%;
}

.whatsapp {
    background-color: #25d366;
}

.mail {
    background-color: #7d7d7d;
}

.twitter {
    background-color: #0f1419;
}

.facebook {
    background-color: #3B5998;
}
text-block .title {
    padding-top: 0;
}

.text-block .content {
    position: relative;
}

.text-block .content .item {
    margin-top: 1rem;
}

.text-block .content .item:first-child {
    margin-top: 0;
}

.text-block .content .item .stars {
    color: #F7CC13;
    float: left;
    margin-right: .5rem;
}

.text-block .content .item .name {
    color: #999;
    font-size: .9rem;
    margin-top: .05rem;
}

.text-block .content .item .review {
    clear: both;
}
.text-alllocationlist ul {
    list-style: none;
    margin: 0;
    padding: 0;
    margin: 0 0 1rem 0;
}

.text-alllocationlist ul:last-child {
    margin: 0;
}

.text-alllocationlist ul.columns {
    columns: 5;
    -webkit-columns: 5;
    -moz-columns: 5;
}

.text-alllocationlist ul > li {
    text-align: left;
    padding: .2rem .2rem .2rem .5rem;
}

@media screen and (max-width: 48em) {
    .text-alllocationlist ul.columns {
        columns: 2;
        -webkit-columns: 2;
        -moz-columns: 2;
    }
}
.text-block .content {
    position: relative;
}

    .text-block .content.collapsable {
        overflow: hidden;
    }

    .text-block .content.collapsable:after {
            position: absolute;
            left: 0;
            bottom: 0;
            width: 100%;
            height: 40px;
        }

    .text-block > .card .content.collapsable:after {
    --tw-bg-opacity: 1;
    background-color: rgb(255 255 255 / var(--tw-bg-opacity));
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, #ffffff 100%);
    content: '';
}

    .text-block > *:not(.card) .content.collapsable:after {
    --tw-bg-opacity: 1;
    background-color: rgb(244 244 244 / var(--tw-bg-opacity));
    background: linear-gradient(to bottom, rgba(244, 244, 244, 0) 0%, #f4f4f4 100%);
    content: '';
}

    .text-block .content.more {
    max-height: none !important;
}

    .text-block .content-more {
    max-height: none !important;
    text-align: center;
}

    .text-block .content.more::after {
    display: none;
}

    .text-block .content ul,
.text-block .content ol {
    padding-left: 20px;
}

    .text-block .content p:last-child {
    margin-bottom: 0;
}

.text-countrylist h5 {
    font-size: 1rem;
    margin: 0 0 .5rem 0;
}

.text-countrylist ul {
    list-style: none;
    margin: 0;
    padding: 0;
    margin: 0 0 1rem 0;
}

.text-countrylist ul:last-child {
    margin: 0;
}

.text-countrylist ul.columns {
    columns: 3;
    -webkit-columns: 3;
    -moz-columns: 3;
}

.text-countrylist ul > li {
    text-align: left;
    padding: .2rem 0;
}

.text-countrylist ul > li img {
    width: 16px;
    height: 11px;
    margin-right: .3rem;
    display: inline;
    vertical-align: baseline;
}

@media screen and (max-width: 48em) {
    .text-countrylist ul.columns {
        columns: 2;
        -webkit-columns: 2;
        -moz-columns: 2;
    }
}
.snippet.heading {
    padding: 0 .625rem;
    padding-top: .65rem;
}

@media screen and (min-width: 768px) {
    .snippet.heading {
        padding: 0 1rem;
    }
}
.text-imageslider .slider {
    width: 100%;
    overflow: hidden;
    position: relative;
}

.text-imageslider .slider .slider-panel {
    width: 400%;
}

.text-imageslider .slider .slider-panel .slider-item {
    width: 25%;
    float: left;
    padding-bottom: 5px;
}

.text-imageslider .slider .slider-panel .slider-item .image,
.text-imageslider .slider .slider-panel .slider-item .text {
    text-align: center;
}

.text-imageslider .slider .slider-panel .slider-item .text {
    min-height: 3rem;
}

.text-imageslider .slider .slider-panel .slider-item img {
    margin-left: auto;
    margin-right: auto;
}

.text-imageslider .slider .btn-prev,
.text-imageslider .slider .btn-next {
    height: 100%;
    width: 5rem;
    top: 0;
    cursor: pointer;
    padding: 0 .4rem;
    position: absolute;
}

.text-imageslider .slider .btn-prev {
    left: 0;
}

.text-imageslider .slider .btn-next {
    right: 0;
}

.text-imageslider .slider .btn-prev i,
.text-imageslider .slider .btn-next i {
    color: #009FE3;
    font-size: 3rem;
    text-shadow: 1px 1px #869791;
    position: absolute;
    top: 50%;
    margin-top: -1.5rem;
}

.text-imageslider .slider .btn-prev i {
    left: .5rem;
}

.text-imageslider .slider .btn-next i {
    right: .5rem;
}

.text-imageslider .slider .slider-pagination {
    text-align: center;
}

.text-imageslider .slider .slider-pagination div {
    display: inline-block;
    width: 12px;
    height: 12px;
    margin: 5px 7px;
    filter: Alpha(Opacity=50);
    opacity: 0.5;
    border-radius: 20px;
    background: #869791;
    cursor: pointer;
}

.text-imageslider .slider .slider-pagination div.active {
    filter: Alpha(Opacity=100);
    opacity: 1;
}
.text-locationlist h4,
.text-locationlist h5 {
    font-size: 1rem;
    margin: .5rem 0 .5rem .5rem;
}

.text-locationlist .region-results {
    padding-bottom: 5px;
    margin-bottom: 10px;
    border-bottom: solid 1px #eee;
}

.text-locationlist .alphabet {
    display: table;
    table-layout: fixed;
    width: 100%;
    text-align: center;
}

.text-locationlist .alphabet .letter {
    display: table-cell;
    border: solid 1px #eee;
}

.text-locationlist .alphabet div.letter {
    color: #bbb;
}

.text-locationlist .alphabet a.letter:hover,
.text-locationlist .alphabet a.letter.active {
    background-color: #1DBCED;
    color: #fff;
    text-decoration: none;
}

.text-locationlist ul {
    list-style: none;
    margin: 0;
    padding: 0;
    margin: 0 0 1rem 0;
}

.text-locationlist ul:last-child {
    margin: 0;
}

.text-locationlist ul.columns {
    columns: 3;
    -webkit-columns: 3;
    -moz-columns: 3;
}

.text-locationlist ul > li {
    text-align: left;
    padding: .2rem .2rem .2rem .5rem;
}

.text-locationlist ul li > img {
    width: 16px;
    height: 11px;
    margin-right: .3rem;
}

.all-location-link {
    margin: 5px 0;
    padding: 5px 0;
    border-top: solid 1px #eee;
}

.all-location-link a {
    padding: 0 8px;
}

@media screen and (max-width: 48em) {
    .text-locationlist ul.columns {
        columns: 2;
        -webkit-columns: 2;
        -moz-columns: 2;
    }
}
.text-weatherforecast h1.date {
    font-size: 1.5rem;
}

.text-weatherforecast h2.date {
    font-size: 1.2rem;
}

.text-weatherforecast .days-heading {
    font-size: 1.5rem;
    margin-bottom: 10px;
}

.text-weatherforecast .video-bbw {
    margin-bottom: 1rem;
}

.text-weatherforecast .day {
    margin-bottom: 1rem;
}

.text-weatherforecast .day:last-child {
    margin-bottom: 0;
}

.text-weatherforecast .day img {
    width: 100%;
    max-width: 600px;
    display: block;
}

.top-list .card .image {
    width: 100%;
    padding-top: 33.3333333333%;
    position: relative;
}

.top-list .card .image .thumb {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    object-fit: cover;
    width: 100%;
}

.top-list.wide .card .image {
    float: left;
    width: 26%;
    padding-top: 26%;
    margin: 1rem;
}

.top-list.wide.no-image .inner {
    margin-left: 0;
    padding:0;
}

.top-list .card .title .btn {
    display: none;
}

.top-list.wide .card .title .btn {
    display: block;
}

.top-list.wide .inner {
    margin-left: 26%;
    padding-left: 1rem;
    padding-right: 1rem;
}

.top-list .card .text {
    min-height: 102px;
    padding-bottom: 0;
}

.top-list.wide .card .text {
    min-height: auto;
    padding-top: .75rem;
}

.top-list.wide .card .text p {
    margin: 0;
}

.top-list.wide .card .list {
    padding: 1rem;
}

.top-list.wide .card .list::after {
    content: '';
    display: block;
    clear: both;
}

.top-list .card .list table {
    width: 100%;
    border-collapse: collapse;
    table-layout: fixed;
}

.top-list.wide .card .list table {
    width: 50%;
    float: left;
}

.top-list .card .list table tr td {
    padding: .4rem 0;
    border-top: thin solid #F4F4F4;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    line-height: 30px;
}

.top-list .card .list table tr td:first-child {
    padding: .4rem 0 .4rem 1rem;
}

.top-list .card .list table tr td:last-child {
    padding: .4rem 1rem .4rem .2rem;
}

.top-list .card .list table:first-child tr:first-child td {
    border-top: none;
}

.top-list.wide .card .list table tr:first-child td {
    border-top: none;
}

.top-list .card .list table tr td.flag:not(.big) {
    width: 26px;
}

.top-list .card .list table tr td.flag.big {
    width: 40px;
}

.top-list .card .list table tr td.icon,
.top-list .card .list table tr td.temp,
.top-list .card .list table tr td.snow {
    width: 75px;
}

.top-list .card .list table tr td.flag img {
    width: 16px;
    height: 11px;
}

.top-list .card .list table tr td img.wx {
    width: 30px;
    height: 30px;
    display: block;
}

.top-list .card .list table tr td.ranking {
    width: 49px;
}

.top-list .card .list table tr td.ranking div {
    border: thin solid #3E3E3E;
    color: #3E3E3E;
    line-height: 1.05rem;
    width: 18px;
    height: 18px;
    font-size: 10px;
    text-align: center;
    border-radius: 50%;
}

.top-list .card .btn-more {
    margin-top: 1rem;
    display: block;
    line-height: 1.2;
    padding-left: .4rem;
    padding-right: .4rem;
}

.top-list.wide .card .btn-more {
    display: none;
}

@media screen and (max-width: 48em) {
    .top-list.wide .card .list table {
        width: 100%;
    }
}

@media (max-width: 340px) {
    .top-list.localized,
    .top-list.localized .card .title {
        padding: .3rem;
    }

    .top-list.localized .title h3 {
        font-size: 1rem;
    }

    .top-list.localized .inner .text,
    .top-list.localized .image {
        display: none;
    }

    .top-list.localized .card .list {
        padding-bottom: 0;
    }

    .top-list.localized .card .list table tr td:first-child {
        padding: 1px 0 1px 1px;
    }

    .top-list.localized .card .list table tr td {
        padding: 1px 0;
    }

    .top-list.localized .card .list table tr td:last-child {
        padding: 1px 1px 1px 0;
    }
}
.transport-widget a {
    display: flex;
    align-items: center;
    font-weight: 500;
    font-size: 0.9rem;
    margin: 0;
    padding: 0 1rem;
    height: 48px;
    background-color: #f4f4f4;
    border-radius: 4px;
    color: #3e3e3e;
    cursor: pointer;
    text-decoration: none;
    transition: .3s;
    box-shadow: 2px 2px 0px rgba(0, 0, 0, 0.2);
}

.transport-widget a:hover {
    background-color: #e2e2e2;
}

.transport-widget a > img {
    width: 24px;
    height: 24px;
    margin-right: .6rem;
}

.transport-widget a > div {
    color: #009FE3;
    margin-left: auto;
}

.bbw-embed .embed-content {
    padding: 0 1rem;
    clear: both;
}

.bbw-embed .more {
    display: flex;
    border-top: 2px solid #f4f4f4;
    border-radius: 0 0 8px 8px;
}

.bbw-embed .more a {
    display: flex;
    align-items: center;
    margin: 0;
    padding: .5rem 1rem;
}

.bbw-embed .more a i {
    padding-left: 10px;
    font-size: 24px;
}
.latest-videos {
    display: flex;
    padding-bottom: 20px;
    flex-direction: column;
}

.latest-videos > h2 {
    color: white;
    font-size: 28px;
    margin: 20px 0 8px 0;
}

.latest-videos > .video-row {
    display: flex;
}

.latest-videos .video-row > .video-wrapper {
    position: relative;
    width: 50%;
}

.latest-videos .video-row > .video-wrapper:after {
    display: block;
    content: "";
    padding-bottom: 56.25%;
}

.latest-videos .video-wrapper + .video-wrapper {
    margin: 0 0 0 20px;
}

@media screen and (max-width: 768px) {
    .latest-videos > .video-row {
        flex-direction: column;
    }

    .latest-videos .video-row > .video-wrapper {
        width: 100%;
    }

    .latest-videos .video-wrapper + .video-wrapper {
        margin: 20px 0 0 0;
    }
}

.latest-videos .video-wrapper > .video {
    display: flex;
    height: 100%;
    width: 100%;
    flex-direction: column;
    position: absolute;
    left: 0;
    top: 0;
    background-size: cover;
    align-items: center;
    justify-content: center;
}

.latest-videos .video-wrapper > .video:hover {
    cursor: pointer;
    filter: brightness(125%);
}

.latest-videos .video > .video-tag {
    background-color: #009FE3;
    text-transform: uppercase;
    color: white;
    position: absolute;
    left: 15px;
    top: 15px;
    font-size: 12px;
    font-weight: 500;
    padding: 5px 10px;
    border-radius: 3px;
}

.latest-videos .video > .video-title {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    font-weight: 500;
    color: white;
    font-size: 20px;
    padding: 25px 15px 15px 15px;
    background-image: linear-gradient(0deg, rgba(0,0,0,.7) 0%, rgba(0,0,0,0.4) 50%, rgba(0,0,0,0) 100%);
}

.latest-videos-scroll {
    display: flex;
    flex-direction: column;
}

.latest-videos-scroll .title .btn-group {
    margin-left: auto;
}

.latest-videos-scroll .btn-group i {
    font-size: 20px;
    padding: 0 5px;
}

.latest-videos-scroll .card .content {
    background-color: white;
    display: flex;
    padding: 0;
    overflow: hidden;
    position: relative;
}

.latest-videos-scroll .video-row {
    display: flex;
    padding: .625rem .625rem 0 .625rem;
}

.latest-videos-scroll .video-row.transition {
    transition: .6s ease-out;
}

.latest-videos-scroll .video-row.grabbing {
    cursor: grabbing;
}

.latest-videos-scroll .video-row .nopointer {
    pointer-events: none;
}

.latest-videos-scroll.latest-videos-scroll .video-link {
    display: flex;
    background-color: white;
    border-top: 2px solid #f4f4f4;
    padding: .625rem;
    border-radius: 0 0 8px 8px;
}

.latest-videos-scroll .video-link a {
    display: flex;
    align-items: center;
    margin: 0;
    padding: .5rem 1rem;
}

.latest-videos-scroll .video-link a i {
    padding-left: 10px;
    font-size: 24px;
}

.latest-videos-scroll .video-row > .video-wrapper {
    display: flex;
    flex-direction: column;
    position: relative;
    width: 250px;
}

.latest-videos-scroll .content .video-shadow-left,
.latest-videos-scroll .content .video-shadow-right {
    position: absolute;
    z-index: 10;
    width: 20px;
    top: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    transition: .3s ease-in;
    overflow: hidden;
    opacity: 1;
}

.latest-videos-scroll .content .video-shadow-right {
    transform-origin: right;
    background-image: linear-gradient(270deg, rgba(0,0,0,.2) 0%, rgba(0,0,0,0.1) 50%, rgba(0,0,0,0) 100%);
    right: 0;
}

.latest-videos-scroll .content .video-shadow-left {
    justify-content: flex-end;
    transform-origin: left;
    background-image: linear-gradient(90deg, rgba(0,0,0,.2) 0%, rgba(0,0,0,0.1) 50%, rgba(0,0,0,0) 100%);
    left: 0;
}

.latest-videos-scroll .video-wrapper + .video-wrapper {
    margin-left: .625rem;
}

.latest-videos-scroll .video-wrapper > .video {
    display: flex;
    height: 160px;
    position: relative;
    background-size: cover;
}

.latest-videos-scroll .video-wrapper > .video-title:hover {
    color: #009fe3;
}

.latest-videos-scroll .video .video-thumb {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    width: 100%;
    object-fit: cover;
}

.latest-videos-scroll .video-wrapper > .video-info {
    display: flex;
    letter-spacing: 1px;
    font-size: .75rem;
    line-height: 24px;
    font-weight: 500;
    text-transform: capitalize;
    margin: 0.5rem 0 1rem 0;
}

.latest-videos-scroll .video-wrapper .video-tag {
    background-color: #009FE3;
    padding: 0 .5rem;
    border-radius: 4px 0 0 4px;
    color: white;
    margin-right: 1px;
}

.latest-videos-scroll .video-wrapper .video-date {
    color: #3e3e3e;
    border-radius: 0 4px 4px 0;
    padding: 0 .5rem;
    background-color: #f6f6f6;
    text-transform: lowercase;
}

.latest-videos-scroll .video > .video-play {
    position: absolute;
    right: 10px;
    top: 10px;
}

@media screen and (min-width: 768px) {
    .latest-videos-scroll .title {
        padding: 1rem;
    }

    .latest-videos-scroll .video-row {
        padding: 1rem 1rem 0 1rem;
    }

    .latest-videos-scroll .video-link {
        padding: 1rem;
    }

    .latest-videos-scroll .video-wrapper + .video-wrapper {
        margin-left: 1rem;
    }

    .latest-videos-scroll .video-row > .video-wrapper {
        width: 285px;
    }

    .latest-videos-scroll .video > .video-play {
        top: unset;
        bottom: 10px;
    }
}

.warning-banner-country .content {
    padding: 0 !important;
}

.warning-banner-country .card .content a {
    color: #000;
}

.warning-banner-country .card .content a:hover {
    text-decoration: none;
}

.warning-banner-country .content .warning-header {
    display: flex;
    align-items: center;
    padding-bottom: 0;
    position: relative;
}

.warning-banner-country .content .warning-header .image {
    height: 24px;
    width: 24px;
    margin: 20px;
}

.warning-banner-country .content .warning-header .image i {
    font-size: x-large;
    color: #FFFFFF;
}

.warning-banner-country .content .warning-yellow .warning-header .image i,
.warning-banner-country .content .warning-yellow .warning-header .chevron i {
    color: #000000;
}

.warning-banner-country .content .warning-header .chevron {
    margin-left: auto;
    margin-right: 20px;
    height: 24px;
    width: 24px;
}

.warning-banner-country .content .warning-header .chevron i {
    font-size: x-large;
    color: #FFFFFF;
}

.warning-banner-country .content .warning-header .title {
    flex: 1;
    font-size: 20px;
    font-weight: 500;
    padding: 5px 0;
    border: none;
}

.warning-banner-country .warning-header.bg-yellow {
    background-color: #F7CC13;
}

.warning-banner-country .warning-header.bg-orange {
    background-color: #FFAD00;
    color: #FFFFFF;
}

.warning-banner-country .warning-header.bg-red {
    background-color: #ED2329;
    color: #FFFFFF;
}

@media screen and (max-width: 768px) {
    .warning-banner-country .content .warning-header .chevron,
    .warning-banner-country .content .warning-header .image {
        height: 16px;
        width: 16px;
    }

    .warning-banner-country .content .warning-header .image i,
    .warning-banner-country .content .warning-header .chevron i {
        font-size: large;
    }

    .warning-banner-country .content .warning-header .title {
        font-size: 16px;
    }
}
.warning-banner-location .content {
    padding: 0 !important;
}

.warning-banner-location .card .content a {
    color: #000;
}

.warning-banner-location .card .content a:hover {
    text-decoration: none;
}

.warning-banner-location .content .warning-header {
    display: flex;
    align-items: center;
    padding-bottom: 0;
    position: relative;
}

.warning-banner-location .content .warning-header .image {
    height: 24px;
    width: 24px;
    margin: 20px;
}

.warning-banner-location .content .warning-header .image i {
    font-size: x-large;
    color: #FFFFFF;
}

.warning-banner-location .content .warning-yellow .warning-header .image i,
.warning-banner-location .content .warning-yellow .warning-header .chevron i {
    color: #000000;
}

.warning-banner-location .content .warning-header .chevron {
    margin-left: auto;
    margin-right: 20px;
    height: 24px;
    width: 24px;
}

.warning-banner-location .content .warning-header .chevron i {
    font-size: x-large;
    color: #FFFFFF;
}

.warning-banner-location .content .warning-header .title {
    flex: 1;
    font-size: 20px;
    font-weight: 500;
    padding: 5px 0;
    border: none;
}

.warning-banner-location .warning-header.bg-yellow {
    background-color: #F7CC13;
}

.warning-banner-location .warning-header.bg-orange {
    background-color: #FFAD00;
    color: #FFFFFF;
}

.warning-banner-location .warning-header.bg-red {
    background-color: #ED2329;
    color: #FFFFFF;
}

@media screen and (max-width: 768px) {
    .warning-banner-location .content .warning-header .chevron,
    .warning-banner-location .content .warning-header .image {
        height: 16px;
        width: 16px;
    }

    .warning-banner-location .content .warning-header .image i,
    .warning-banner-location .content .warning-header .chevron i {
        font-size: large;
    }

    .warning-banner-location .content .warning-header .title {
        font-size: 16px;
    }
}
.truncate {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.warning-continent.hide {
    display: none!important;
}

.warning-continent .card .title a {
    color: #FFFFFF;
}

.warning-continent .card .warningBtn {
    padding: 1rem;
}

.warning-continent .card .warningBtn a {
    margin: 0;
}

.warning-continent .content {
    padding: 0 !important;
}

.warning-continent .content .warning-header {
    padding: .5rem;
    padding-bottom: 0;
}

.warning-continent .content .warning-header .image {
    max-width: 30px;
    float: left;
}

.warning-continent .content .warning-header .image i {
    font-size: x-large;
    color: #FFFFFF;
}

.warning-continent .content .warning-header .title {
    margin-left: 45px;
    font-weight: 500;
    font-size: 20px;
    padding-top: 0;
    padding-bottom: .5rem;
    border: none;
    max-width: 87%;
}

.warning-continent .content .warning-header .chevron {
    float: right;
    max-width: 30px;
    cursor: pointer;
}

.warning-continent .content .warning-header .chevron i {
    font-size: x-large;
    color: #FFFFFF;
}

.warning-continent .warning-content {
    padding: 1rem;
    background-color: #FFFFFF;
}

.warning-continent .warning-content.collapsed {
    display: none;
}

.warning-continent .warning-continent-map {
    position: relative;
}

.warning-continent .warning-continent-map .btns {
    position: absolute;
    z-index: 10;
    width: 45px;
    right: 0;
    top: 2px;
}

.warning-continent .warning-continent-map .btns .btn {
    display: block !important;
}

.warning-continent .warning-content .text-block .sub-title {
    font-weight: bold;
    padding-bottom: 10px;
}

.warning-continent .warning-content .text-block .time {
    font-style: italic;
    margin-top: 15px;
}

.warning-continent .warning-header.bg-green {
    background-color: #5DA323;
    color: #FFFFFF;
}

.warning-continent .warning-header.bg-yellow {
    background-color: #F7CC13;
}

.warning-continent .warning-header.bg-orange {
    background-color: #FFAD00;
    color: #FFFFFF;
}

.warning-continent .warning-header.bg-red {
    background-color:  #ED2329;
    color: #FFFFFF;
}

.warning-continent .day-buttons {
    position: absolute;
    bottom: 0px;
    z-index: 10;
}

@media (max-width: 770px) {
    .warning-continent .warning-continent-map .btns {
        width: 33px;
    }
}

.truncate {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.warning-country.hide {
    display: none;
}

.warning-country .card .title a {
    color: #FFFFFF;
}

.warning-country .content {
    padding: 0 !important;
}

.warning-country .content .warning-header {
    display: flex;
    align-items: center;
    padding-bottom: 0;
    position: relative;
}

.warning-country .content .warning-header .image {
    height: 24px;
    margin: 20px;
}

.warning-country .content .warning-header .image i {
    font-size: x-large;
    color: #FFFFFF;
}

.warning-country .content .warning-header.bg-yellow .image i,
.warning-country-async .content .warning-header.bg-yellow .image i {
    color: #000000;
}

.warning-country .content .warning-header .title {
    flex: 1;
    font-size: 20px;
    font-weight: 500;
    padding: 5px 0;
    border: none;
}

.warning-country .content .warning-header .chevron i {
    font-size: x-large;
    color: #FFFFFF;
}

.warning-country .warning-content {
    padding: 1rem;
    background-color: #FFFFFF;
}

.warning-country .warning-content .btns {
    position: absolute;
    z-index: 10;
    width: 48px;
    right: 0;
    top: 2px;
}

.warning-country .warning-content .btns .btn {
    display: block !important;
}

.warning-country .warning-content .text-block {
    padding: 0 1rem;
    max-height: 600px;
    overflow-y: auto;
}

.warning-country .warning-content .text-block .sub-title {
    font-weight: bold;
    font-size: 20px;
}

.warning-country .warning-content .text-block .summary {
    font-size: 16px;
    line-height: 1.25rem;
}

.warning-country .warning-content strong {
    display: inline-block;
    margin-top: .8rem;
}

.warning-country .warning-content .text-block .time {
    font-style: italic;
    margin-top: 15px;
}

.warning-country .warning-header.bg-green {
    background-color: #5DA323;
    color: #FFFFFF;
}

.warning-country .warning-header.bg-yellow {
    background-color: #F7CC13
}

.warning-country .warning-header.bg-orange {
    background-color: #FFAD00;
    color: #FFFFFF;
}

.warning-country .warning-header.bg-red {
    background-color: #ED2329;
    color: #FFFFFF;
}

.warning-country .warning-header.bg-grey {
    background-color: #9E9E9E;
    color: #FFFFFF;
}

.warning-country .day-buttons {
    position: absolute;
    bottom: 0px;
    z-index: 10;
    width: 100%;
    display: grid;
    grid-template-columns: repeat(3, 33.3%);
}

.warning-country .day-buttons .btn-tab {
    margin: 0;
}

@media (max-width: 1030px) {
    .modal-content {
        margin-top: 120px;
    }
}

@media (max-width: 414px) {
    .warning-country .warning-content .col6 {
        width: 100%;
    }

    .warning-country .warning-content .text-block {
        padding: 10px 0 0 0;
    }
}

.truncate {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.warning-country-small {
    --red-color: #ED2329;
    --orange-color: #FFAD00;
    --yellow-color: #F7CC13;
    --green-color: #5DA323;
}

.warning-country-small.hide {
    display: none;
}

.warning-country-small .card .title a {
    color: #FFFFFF;
}

.warning-country-small .content {
    padding: 0 !important;
}

.warning-country-small .content .warning-header {
    display: flex;
    align-items: center;
    padding-bottom: 0;
    position: relative;
}

.warning-country-small .content .warning-header .image {
    height: 24px;
    margin-left: 1rem;
}

.warning-country-small .content .warning-header .image i {
    font-size: x-large;
    color: #FFFFFF;
}

.warning-country-small .content .warning-header.bg-yellow .image i {
    color: #000000;
}

.warning-country-small .content .warning-header .title {
    flex: 1;
    font-size: 20px;
    font-weight: 500;
    padding: 1rem;
    border: none;
    margin: 0;
}

.warning-country-small .content .warning-header .chevron i {
    font-size: x-large;
    color: #FFFFFF;
}

.warning-country-small .warning-content {
    padding: 1rem;
    background-color: #FFFFFF;
}

.warning-country-small h3 {
    display: flex;
    align-items: center;
}

.warning-country-small .color-circle {
    width: 16px;
    height: 16px;
    border-radius: 50%;
    display: inline-block;
    margin-right: 1rem;
}

.warning-country-small .warning-header.bg-green {
    background-color: var(--green-color);
    color: #FFFFFF;
}

.warning-country-small .warning-header.bg-yellow {
    background-color: var(--yellow-color);
}

.warning-country-small .color-circle.yellow {
    background-color: var(--yellow-color);
}

.warning-country-small .warning-header.bg-orange {
    background-color: var(--orange-color);
    color: #FFFFFF;
}

.warning-country-small .color-circle.orange {
    background-color: var(--orange-color);
}

.warning-country-small .warning-header.bg-red {
    background-color: var(--red-color);
    color: #FFFFFF;
}

.warning-country-small .color-circle.red {
    background-color: var(--red-color);
}

.warning-country-small .warning-header.bg-grey {
    background-color: #9E9E9E;
    color: #FFFFFF;
}

.truncate {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.warning-location .loader {
    min-height: 282px;
    border-radius: 0;
}

.warning-location .block .btn a {
    color: #FFFFFF;
}

.warning-location .block .content div > a {
    color: #000;
}

.warning-location .block .content div > a:hover {
    text-decoration: none;
}

.warning-location .block > .title {
    border: none;
}

.warning-location-async {
    padding-top: 0;
    overflow: hidden;
}

.warning-location .content,
.warning-location-async .content {
    padding: 0 !important;
}

.warning-location .content .warning-header,
.warning-location-async .content .warning-header {
    display: flex;
    align-items: center;
    padding-bottom: 0;
    position: relative;
}

.warning-location .content .warning-header .image,
.warning-location-async .content .warning-header .image {
    height: 24px;
    margin: 20px;
}

.warning-location .content .warning-header .image i,
.warning-location-async .content .warning-header .image i {
    font-size: x-large;
    color: #FFFFFF;
}

.warning-location .content .warning-yellow .warning-header .image i,
.warning-location-async .content .warning-yellow .warning-header .image i,
.warning-location .content .warning-yellow .warning-header .chevron i,
.warning-location-async .content .warning-yellow .warning-header .chevron i {
    color: #3f3f3f;
}

.warning-location .content .warning-header .chevron,
.warning-location-async .content .warning-header .chevron {
    margin-left: auto;
    margin-right: 20px;
    height: 24px;
}

.warning-location .content .warning-header .chevron i,
.warning-location-async .content .warning-header .chevron i {
    font-size: x-large;
    color: #FFFFFF;
}

.warning-location .content .warning-header .title,
.warning-location-async .content .warning-header .title {
    flex: 1;
    font-size: 20px;
    font-weight: 500;
    padding: 5px 0;
    border: none;
}

.warning-location .warning-header.bg-green,
.warning-location-async .warning-header.bg-green {
    background-color: #5DA323;
    color: #FFFFFF;
}

.warning-location .warning-header.bg-yellow,
.warning-location-async .warning-header.bg-yellow {
    background-color: #F7CC13
}

.warning-location .warning-header.bg-orange,
.warning-location-async .warning-header.bg-orange {
    background-color: #FFAD00;
    color: #FFFFFF;
}

.warning-location .warning-header.bg-red,
.warning-location-async .warning-header.bg-red {
    background-color: #ED2329;
    color: #FFFFFF;
}

.warning-location .content .warning-content-red,
.warning-location-async .content .warning-content-red,
.warning-location .content .warning-content-orange,
.warning-location-async .content .warning-content-orange,
.warning-location .content .warning-content-yellow,
.warning-location-async .content .warning-content-yellow {
    background-color: #FFFFFF;
}

.warning-location .warning-content-red.collapsed,
.warning-location-async .warning-content-red.collapsed,
.warning-location .warning-content-orange.collapsed,
.warning-location-async .warning-content-orange.collapsed,
.warning-location .warning-content-yellow.collapsed,
.warning-location-async .warning-content-yellow.collapsed {
    display: none;
}

.warning-location .warning-type,
.warning-location-async .warning-type {
    display: flex;
}

.warning-location .warning-name,
.warning-location-async .warning-name {
    display: flex;
    flex-direction: column;
    padding: 1rem;
    align-items: center;
    justify-content: center;
    align-self: self-start;
    width: 110px;
}

.warning-location .warning-body,
.warning-location-async .warning-body {
    display: flex;
    flex: 1;
    flex-direction: column;
    justify-content: center;
}

.warning-location .warning-title,
.warning-location-async .warning-title {
    font-size: 16px;
    text-align: center;
}

.warning-location-async .warning-body,
.warning-location .warning-body {
    padding: 1rem;
    padding-top: 0;
}

.warning-location .warning-timeline,
.warning-location-async .warning-timeline {
    width: 100%;
    margin-bottom: 15px;
}

.warning-location .warning-text,
.warning-location-async .warning-text {
    margin-bottom: 10px 0;
}

.warning-location .warning-text strong,
.warning-location-async .warning-text strong {
    display: block;
    margin-top: 10px;
}

.warning-location .warning-text ul,
.warning-location-async .warning-text ul {
    margin-top: 0;
}

.warning-location .extra-text,
.warning-location-async .extra-text {
    font-size: 0.7rem;
    line-height: 1.2;
    margin-top: 15px;
    font-style: italic;
    padding: 1rem;
}

/* MODAL */

.modal .warning-location-async .card {
    overflow: hidden;
    width: 100%;
}

.modal .warning-location-async .block .mobile-sub-header {
    font-size: 1.1rem;
    padding: .5rem 0;
}

@media screen and (max-width: 768px) {
    .warning-location .content .warning-content-red,
    .warning-location .content .warning-content-orange,
    .warning-location .content .warning-content-yellow {
        padding: .5rem;
    }

    .warning-location .content .warning-text.collapsed {
        max-height: 28px;
        overflow: hidden;
    }

    .warning-location .content .warning-text.collapsed:after {
        content: '';
        position: absolute;
        left: 0;
        bottom: 18px;
        width: 100%;
        height: 40px;
        background: #FFFFFF;
        background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, #ffffff 100%);
    }

    .warning-location-async .warning-type,
    .warning-location .warning-type {
        flex-direction: column;
    }

    .warning-location-async .warning-name,
    .warning-location .warning-name {
        padding: .5rem .5rem 0;
        flex-direction: row;
        margin: 0;
        align-items: center;
        align-self: self-start;
        margin-top: 30px;
        justify-content: flex-start;
    }

    .warning-location .warning-title,
    .warning-location-async .warning-title {
        font-size: 18px;
    }

    .warning-location-async .warning-body,
    .warning-location .warning-body {
        padding: 0 .5rem .5rem;
    }

    .warning-location .extra-text,
    .warning-location-async .extra-text {
        padding: .5rem;
    }
}
.weather-map .selectors {
    margin: 10px 0;
}

.weather-map .selectors > div {
    display: inline-block;
    margin-right: 10px;
}

.weather-map .region-select label,
.weather-map .element-select label {
    display: inline-block;
    min-width: 60px;
}

.weather-map select {
    display: inline-block;
    padding: .2rem .5rem;
    margin: 0 .4rem .4rem 0;
    border: none;
    border-radius: 3px;
    font-size: .9rem;
    font-weight: 500;
    background-color: #f4f4f4;
}

.weather-map img {
    width: 100%;
    height: auto;
}

.weather-map .btn {
    min-width: 32px;
    min-height: 32px;
}

.weather-map .time-control .row {
    display: inline-block;
}

.weather-map .time-control .btn-row .next,
.weather-map .time-control .btn-row .last {
    float: right;
}

.weather-map .time-control .btn-row .prev,
.weather-map .time-control .btn-row .last {
    margin-right: 0;
}

.weather-map .time-control .btn-row .first,
.weather-map .time-control .btn-row .last {
    display: inline-flex;
}

.weather-map .time-control .btn-row .first i {
    font-size: large;
    padding-right: 3px;
}

.weather-map .time-control .btn-row .last i {
    font-size: large;
    padding-left: 3px;
}

.weather-map .time-control .btn-row .current {
    text-align: center;
    padding-top: .3rem;
}

.weather-map .time-control .slide-row {
    position: relative;
    height: 60px;
}

.weather-map .tau-slider {
    position: absolute;
    left: 2.6rem;
    right: .5rem;
    top: .75rem;
    cursor: pointer;
}

.weather-map .tau-slider .bar {
    position: relative;
    height: .5rem;
    background-color: #F4F4F4;
    margin: 0 0 .5rem 0;
    border-radius: 3px;
}

.weather-map .tau-slider .bar > div {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
}

.weather-map .tau-slider .bar .now {
    background-color: rgba(255, 255, 255, .6);
    border-radius: 3px;
}

.weather-map .input-slider {
    -webkit-appearance: none;
    height: 1rem;
    width: 100%;
    background-color: #F4F4F4;
    border-radius: .5rem;
    padding: 0;
    outline: none;
    border: none;
}

.weather-map .input-slider::-webkit-slider-thumb {
    -webkit-appearance: none;
    background-color: #0075A8;
    width: 1rem;
    height: 1rem;
    border-radius: .5rem;
    outline: none;
}

.weather-map .tau-slider .axis > div {
    font-size: .8rem;
    color: #999;
    float: left;
}

.weather-map .tau-slider .axis  > div.end {
    float: right;
    text-align: right;
}

@media (max-width: 415px) {
    .weather-map .content .async-content {
        width: 100%;
        overflow-y: visible;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
        opacity: 1;
    }

    .weather-map .content .row #mobile-tabs {
        display: table;
    }

    .weather-map .content .row #mobile-tabs td {
        border: 2px solid #f4f4f4;
        padding: 5px;
        background: #f4f4f4;
    }

    .weather-map .content .row #mobile-tabs td.active {
        background: #ffffff;
        border-bottom: none;
    }

    .weather-map .content .row #mobile-tabs td a {
        color: #000000;
    }

    .weather-map .content .row #mobile-tabs td.active a {
        color: #009FE3;
    }

    .weather-map .content .row #mobile-tabs td:hover {
        background: #ffffff;
    }

    .weather-map .content .row #mobile-tabs td:hover a {
        color: #009FE3;
        text-decoration: none;
    }
}
.webcam-preview .content {
    padding-bottom: .2rem !important;
}

.webcam-preview .content p {
    margin: 0;
}

.webcam-preview .webcams {
    padding: .5rem;
}

.webcam-preview .webcams .webcam {
    padding: .5rem;
}

.webcam-preview .webcams .webcam img {
    width: 100%;
}
.webcam-slider .player {
    min-height: 150px;
}

@media screen and (min-width: 40em) {
    .webcam-slider .player {
        min-height: 300px;
    }
}

.webcam-slider .player iframe {
    width: 100%;
    min-height: 200px;
}

.webcam-slider .controls {
    position: relative;
    clear: both;
    min-height: 72px;
}

.webcam-slider .controls .btn {
    position: absolute;
    top: 0;
    left: 0;
    min-width: 42px;
}

.webcam-slider .controls .btn.second {
    top: 43px;
}

.webcam-slider .controls .btn.right {
    left: auto;
    right: 0;
}

.webcam-slider .controls .thumbs {
    overflow-x: hidden;
    white-space: nowrap;
    margin: 0 50px;
}

.webcam-slider .controls.disabled .thumbs {
    opacity: .6;
    overflow-x: hidden;
}

.webcam-slider .controls .thumbs > div {
    padding: 5px;
    display: inline-block;
    cursor: pointer;
    border-radius: 3px;
    position: relative;
    overflow: hidden;
}

.webcam-slider .controls .thumbs > div.active {
    background-color: #009FE3;
}

.webcam-slider .controls .thumbs > div img {
    width: 127px;
    height: 72px;
    opacity: .6;
    float: left;
    border-radius: 3px;
}

.webcam-slider .controls .thumbs > div:hover img,
.webcam-slider .controls .thumbs > div.active img  {
    opacity: 1;
}

.webcam-slider .controls .thumbs > div > div.progress {
    background-color: rgba(29, 179, 230, .8);
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    transition: width 100ms ease;
}

/* Map */

.webcam-slider .map {
    height: 300px;
}

.webcam-slider .popup {
    background: #ffffff;
    border: 1px solid #009FE3;
    border-radius: 2px;
    padding: 5px;
    position: relative;
    color: #009FE3;
}

.webcam-slider .popup:after, .webcam-slider .popup:before {
    top: 100%;
    left: 50%;
    border: solid transparent;
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
}

.webcam-slider .popup:after {
    content: " ";
    border-color: rgba(255, 255, 255, 0);
    border-top-color: #FFFFFF;
    border-width: 8px;
    margin-left: -8px;
}

.webcam-slider .popup:before {
    content: " ";
    border-color: rgba(29, 179, 230, 0);
    border-top-color: #009FE3;
    border-width: 9px;
    margin-left: -9px;
}

.webcam-slider.fullscreen,
.webcam-slider.fullscreen .content {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #fff;
    z-index: 1000;
    padding: 0;
}

.webcam-slider.fullscreen .content .controls {
    position: absolute;
    left: .5rem;
    right: .5rem;
    bottom: .2rem;
}
.widget-activity .widget-title {
    min-height: 34px;
}

.widget-activity .location-activity {
    padding: 0;
}

.widget-activity .widget-title h1 {
    font-size: 16px;
    line-height: 34px;
    text-transform: capitalize;
}

.widget-activity .truncate {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis
}

.widget-activity .truncate h1 {
    overflow: hidden;
    max-width: 161px;
    font-size: 10px;
}

.widget-activity table {
    width: 100%;
    border-collapse: collapse;
    border-radius: 0;
    box-shadow: none;
}

.widget-activity table tr > td:first-child {
    border-left: none;
}

.widget-activity table tr:first-child > td {
    border-top: none;
}

.widget-activity table tr.date {
    line-height: 1.2;
}

.widget-activity table tr > td {
    border-top: thin #F4F4F4 solid;
    border-left: thin #F4F4F4 solid;
    padding:0;
}

.widget-activity table tr > td div img {
    width: 30px;
    height: auto;
}

.widget-activity table tr.wxco > td div img {
    height: 30px;
}

.widget-activity table tr > td div {
    text-align: center;
}

.widget-activity table tr:first-child > td {
    border-top: none;
    font-size: 12px;
}

.widget-activity table tr.temp td div {
    color: #ED2329;
    font-size: .9rem;
}

.widget-activity .btn.large {
    margin-top: 3px;
    padding: .2rem .1em;
}

.widget-activity .activity-all .btn.large {
    margin-top: 1px;
    padding: .4rem .1em;
}

.widget-activity table tr.ranking td {
    padding: 7px 0;
}

.widget-activity table tr.ranking td div.rank {
    border-radius: 16px;
    padding: 0;
    margin-left: auto;
    margin-right: auto;
    width: 15px;
    font-size: 9px
}

.widget-activity table tr.ranking td div.rank.red {
    border: solid #ED2329 1px;
    background: #ED2329;
    color: #FFFFFF;
}

.widget-activity table tr.ranking td div.rank.yellow {
    border: solid #F7CC13 1px;
    background: #F7CC13;
    color: #000000;
}

.widget-activity table tr.ranking td div.rank.green {
    border: solid #5DA323 1px;
    background: #5DA323;
    color: #FFFFFF;
}

.widget-activity .widget-title.all h1 {
    font-size: 14px;
}

.widget-activity .activity-all .title,
.widget-activity .activity-all table tr th {
    display: none;
}

.widget-activity .activity-all .block {
    border-radius: 0;
    box-shadow: none;
    font-size: .9rem;
}

.widget-activity .activity-all .content {
    padding: 0;
}

.widget-activity .activity-all table {
    margin-bottom: 8px;
}

.widget-activity .activity-all table tr td:first-of-type {
    border-left: none;
}

.widget-activity .activity-all table tr td {
    text-align: center;
    padding: 0;
}

.widget-activity .activity-all table tr td.day {
    line-height: 1.2;
}

.widget-activity .activity-all table tr > td img {
    width: 32px;
    height: auto;
    vertical-align: middle;
}

.widget-activity .activity-all table div.rank {
    border-radius: 16px;
    padding: 0;
    margin-left: auto;
    margin-right: auto;
    width: 15px;
    font-size: 9px;
    display: inline-block;
}

.widget-activity .activity-all table div.rank.red {
    border: solid #ED2329 1px;
    background: #ED2329;
    color: #FFFFFF;
}

.widget-activity .activity-all table div.rank.yellow {
    border: solid #F7CC13 1px;
    background: #F7CC13;
    color: #000000;
}

.widget-activity .activity-all table div.rank.green {
    border: solid #5DA323 1px;
    background: #5DA323;
    color: #FFFFFF;
}

.widget-activity .wind div {
    position: relative;
}

.widget-activity .wind div span {
    color: white;
    position: absolute;
    left: 50%;
    top: 0;
    z-index: 1;
    font-size: 10px;
    font-weight: 500;

    transform: translate(-55%, 40%);
}
.img-responsive {
    max-width: 100%;
    height: auto;
    display: block;
}

.widget-actual .widget-link-right-bottom {
    bottom: 0;
    margin-right: 0;
}

@media screen and (max-width: 400px) {
    .widget-actual .widget-link-right-bottom {
        height: 27px;
    }

    .widget-actual .widget-link-right-bottom a {
        padding: .6rem .4rem;
        font-size: 14px;
        line-height: .6;
    }
}

body[data-page="widget_actueel"] .cms-block-container {
    width: 100vw;
    overflow: visible;
}

body[data-page="widget_actueel"] .snippet {
    padding: 0 !important;
}
.climate-widget .grid, .climate-widget .blockgroup, .climate-widget .col {
    height: 100%;
}

.climate-widget {
    display: flex;
    flex-direction: column;
    box-sizing: border-box;
    background-color: white;
    padding: 1rem;
    height: 100vh;
    width: 100%;
    max-height: 100vh;
}

.climate-widget > h2 {
    margin: 0.5rem 0 1rem 0;
    font-weight: bold;
    line-height: 1;
}

.climate-widget .error {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    background-color: #f1f1f1;
    margin-bottom: 1rem;
    border-radius: 5px;
}

.climate-widget > .location-name {
    color: #009fe3;
    font-size: 0.8rem;
    font-weight: bold;
    text-transform: uppercase;
}

#graph {
    display: flex;
    flex-direction: column;
    margin: 0;
    width: 100%;
    height: 100%;
    box-sizing: border-box;
    flex: 1;
}

.info-bar {
    display: flex;
    align-items: center;
    width: 100%;
}

.info-bar p {
    font-size: 0.8rem;
    margin: 0;
    padding: 0;
    max-width: 50%;
}

.referral {
    display: flex;
    align-items: center;
    margin-left: auto;
    line-height: 1;
}

body[data-page="widget_climate"] .cms-block-container {
    width: 100vw;
}
@font-face {
  font-family: "Montserrat";
  src: local("Montserrat Medium"), local("Montserrat-Medium"),
    url("/Content/Fonts/montserrat-medium-webfont.woff2") format("woff2"),
    url("/Content/Fonts/montserrat-medium-webfont.woff") format("woff");
  font-weight: 500;
  font-display: swap;
  font-style: normal;
}

@font-face {
  font-family: "Open Sans";
  src: local("Open Sans Bold"), local("OpenSans-Bold"),
    url("/Content/Fonts/opensans-bold-webfont.woff2") format("woff2"),
    url("/Content/Fonts/opensans-bold-webfont.woff") format("woff");
  font-weight: 700;
  font-display: swap;
  font-style: normal;
}

@font-face {
  font-family: "Open Sans";
  src: local("Open Sans Regular"), local("OpenSans-Regular"),
    url("/Content/Fonts/opensans-regular-webfont.woff2") format("woff2"),
    url("/Content/Fonts/opensans-regular-webfont.woff") format("woff");
  font-weight: 400;
  font-display: swap;
  font-style: normal;
}

.hf-widget {
  display: flex;
  overflow: hidden;
  max-width: 390px;
  height: 370px;
  box-sizing: border-box;
  position: relative;
  align-items: center;
  border: 1px solid #ebebeb;
}

.hf-browser-support {
  height: 370px;
  max-width: 390px;
  display: flex;
  width: 100%;
  flex-shrink: 0;
  position: relative;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  background-color: #ebebeb;
}

.hf-browser-support p {
  padding: 10px;
  width: 100%;
}

.hf-browser-support a {
  text-decoration: underline;
}

.hf-widget .hf-nav-item {
  display: flex;
  flex-direction: column;
  background-color: white;
  position: absolute;
  width: 30px;
  height: 52px;
  justify-content: center;
  align-items: center;
  color: #f92599;
  font-size: 30px;
}

.hf-widget .hf-nav-item:hover {
  transition: 0.1s ease-in;
  align-items: center;
  width: 40px;
  cursor: pointer;
}

.hf-widget .hf-next {
  right: 0;
  border-top-left-radius: 104px;
  border-bottom-left-radius: 104px;
}

.hf-widget .hf-next.disabled > svg {
  fill: #ccc;
}

.hf-widget .hf-previous {
  left: 0;
  border-top-right-radius: 104px;
  border-bottom-right-radius: 104px;
}

.hf-widget .hf-previous svg {
  transform: scaleX(-1);
}

.hf-page {
  display: flex;
  width: 100%;
  height: 100%;
  flex-shrink: 0;
  position: relative;
  transition: 0.7s ease-out;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  border: 10px solid white;
  background-color: #ebebeb;
}

.hf-page p,
.hf-page a,
.hf-page label {
    font-family: "Open Sans", Arial, Helvetica, sans-serif;
    color: #343434;
    margin: 0;
}

.hf-page h2,
.hf-page h3 {
  color: #f92599;
  font-size: 18px;
  font-family: "Montserrat", Arial, Helvetica, sans-serif;
  font-weight: 500;
  padding: 0 5px;
  margin: 0;
}

.hf-container {
  display: flex;
  flex-direction: column;
  width: 75%;
}

.hf-page-1 .hf-logo {
  margin-top: 10px;
}

@media screen and (max-width: 768px) {
    .hf-page-1 .hf-logo {
        width: 50px;
    }

    .hf-page-1 .sun-image {
        width: 60px;
    }
}

.hf-page-1 h2 {
  margin: 18px 0 0 0;
}

.hf-page-1 .cta {
  margin: 10px 5px 10px 5px;
  font-size: 16px;
  width: 50%;
  text-align: center;
}

@media screen and (max-width: 360px) {
  .hf-page-1 > .cta {
    width: 75%;
  }
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    50% {
        transform: rotate(360deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

.hf-page-1 .sun-image {
  animation: spin 10s infinite ease-in-out;
}

.hf-page-1 .links {
  margin: 10px 5px;
  text-align: center;
  font-size: 11px;
}

.hf-page-1 .links a {
  text-decoration: underline;
}

.hf-page-1:hover ~ .hf-next {
    width: 40px;
}

.hf-page-2 > h2 {
  margin-bottom: 10px;
}

.hf-page-2 .huidtypeText {
  text-align: center;
}

.hf-page-2 .huidtypeText.light {
  color: #bdbdbd;
  margin-bottom: 44px;
}

.hf-huidtype {
  display: flex;
  list-style-type: none;
  margin: 0;
  padding: 0;
  justify-content: center;
  align-items: center;
}

.hf-huidtype li {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 3px;
}

.hf-huidtype img {
  width: 100%;
}

.hf-huidtype input {
  margin-top: 10px;
}

.hf-huidtype .selected {
  border: 2px solid #f92599;
  border-radius: 4px;
}

.hf-block {
  background-color: white;
  border-radius: 4px;
  padding: 10px;
}

.hf-progress {
  width: 100%;
  opacity: 1;
  position: absolute;
  display: flex;
  bottom: 20px;
  justify-content: center;
  height: 6px;
  transition: 0.7s;
}

.hf-progress > .bar {
  background-color: white;
  border-radius: 4px;
  width: calc(75% - 14px);
}

.hf-progress .hf-fill {
  width: 20%;
  border-radius: 4px;
  background-color: #f92599;
  height: 100%;
  transition: 2s;
}

.hf-search {
  height: 62px;
  overflow: hidden;
  transition: 0.5s;
}

.hf-search > .searchbar {
    height: 62px;
    width: 100%;
    border: none;
    border-radius: 6px;
    padding: 0 10px;
    box-sizing: border-box;
    font-family: "Open Sans", Arial, Helvetica, sans-serif;
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 2px;
    color: #343434;
}

.hf-search > .searchbar::placeholder {
    color: #858585;
}

.hf-search .hf-results {
  display: flex;
  flex-direction: column;
  background-color: white;
  border-radius: 6px;
  padding: 8px 0;
}

.hf-search .hf-result {
  padding: 3px 5px;
}

.hf-search .hf-result:hover {
  color: #f92599;
  cursor: pointer;
}

.hf-search .hf-result input {
  display: none;
}

.hf-page-3 .focus {
  height: 230px;
}

.hf-page-3 .no-results {
  margin: 10px 0 0 10px;
  font-size: 12px;
}

.hf-page-3 .current-location {
  display: flex;
  align-items: center;
  text-decoration: underline;
  font-size: 12px;
  margin: 10px 0 0 10px;
}

.hf-page-3 .current-location:hover {
  cursor: pointer;
}

.hf-page-3 .current-location > span {
  margin-left: 5px;
}

.hf-page-5 .canvas-wrapper {
    display: flex;
    width: 100%;
    height: 100%;
    min-height: 260px;
    justify-content: center;
    position: relative;
}

.hf-page-5 .canvas-wrapper span {
    position: absolute;
    top: 46%;
    left: 37%;
    font-weight: 500;
    font-size: 16px;
    text-align: center;
    max-width: 100px;
}

.hf-page-5 #canvas {
    width: 100%;
    height: 100%;
    cursor: pointer;
}

.hf-page-6 .info {
  display: flex;
  align-items: center;
  margin-left: auto;
}

.hf-page-6 p {
  font-size: 12px;
}

.hf-page-6 a {
  text-decoration: underline;
  font-size: 12px;
}

.hf-page-6 .info .index {
  min-width: 44px;
  text-align: right;
}

.hf-page-6 .info img {
    margin-right: 5px;
    width: 34px;
    height: 34px;
}

.hf-page-6 .rbutton span {
    font-size: 12px;
}

.hf-page-6 .info .index {
    min-width: 34px;
    font-size: 12px;
}

.hf-page-7 .advice {
  background-color: #f92599;
}

.hf-page-7 .advice p {
  font-size: 18px;
  text-align: center;
  color: white;
}

.hf-page-7 .center {
  text-align: center;
}

.hf-page-7 .actions {
  display: flex;
}

.hf-page-7 .actions .refresh {
    display: flex;
    align-items: center;
}

.hf-page-7 .actions .refresh:hover {
  cursor: pointer;
  transform: scale(1.2);
}

.hf-page-7 .info {
  display: flex;
  justify-content: center;
  align-items: center;
  box-sizing: border-box;
  margin-left: 10px;
  width: 100%;
  background-color: white;
  font-family: "Open Sans", Arial, Helvetica, sans-serif;
  border-radius: 4px;
  text-decoration: none;
  padding: 10px 4px;
  border: 2px solid transparent;
}

.hf-page-7 .info span {
  font-size: 12px;
  box-sizing: border-box;
}

.hf-page-7 .info:hover {
  border: 2px dashed #ffbbe0;
}

.hf-page-7 .icon {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #f92599;
  color: white;
  margin-left: 10px;
  font-weight: 700;
  text-align: center;
  border-radius: 50%;
  width: 24px;
  height: 24px;
}

.hf-page-7 p {
    font-size: 14px;
}

.hf-page-7 .advice p {
    font-size: 16px;
}

.hf-page-7 .actions img {
    width: 28px;
    height: 28px;
}

.hf-page-7 .icon {
    height: 20px;
    width: 20px;
}

.hf-mb-2 {
  margin-bottom: 2px!important;
}

.hf-mb-10 {
  margin-bottom: 10px!important;
}

.hf-mb-20 {
  margin-bottom: 20px!important;
}

.hf-hide {
  opacity: 0;
  height: 0;
  margin: 0 !important;
  padding: 0;
  width: 0;
  overflow: hidden;
}

.hf-huidtype li {
    position: relative;
}

.rbutton {
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
  cursor: pointer;
}

.horizontal {
  flex-direction: row;
}

.horizontal.pad {
  padding: 10px 0;
}

.rbutton input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

.check {
  position: relative;
  top: 0;
  left: 0;
  /* Original was 14px */
  height: 18px;
  width: 18px;
  border-radius: 50%;
  border: 2px solid #343434;
  margin: 20px 0 5px 0;
}

.horizontal .check {
  margin: 0 10px 0 0;
}

.rbutton:hover span {
  color: #f92599;
}

.rbutton:hover input ~ .check {
  background-color: #ccc;
}

.check:after {
  content: "";
  position: absolute;
  display: none;
}

.rbutton input:checked ~ .check:after {
  display: block;
}

.rbutton .check:after {
  border-radius: 50%;
  background-color: #343434;
  width: 8px;
  height: 8px;
  top: 3px;
  left: 3px;
}

html.wf-active,
body {
    background-color: #FFFFFF !important;
}

.widget{
    padding: 0px;
}

.widget-title {
    background-color: #ffffff;
    position: relative;
    width: 100%;
    min-height: 28px;
    display: flex;
    align-items: center;
}

.widget-title h3 {
        font-size: 20px;
        font-weight: 500;
        line-height: 1;
        display: block;
    }

.widget-title h3:first-letter {
            text-transform: capitalize;
        }

.widget-title .widget-logo {
        margin-left: auto;
        box-sizing: border-box;
        width: 104px;
        height: 28px;
        background-image: url('/Content/Images/logo.svg');
        background-repeat: no-repeat;
        background-position: center center;
        background-size: contain;
    }

.widget-link-left-bottom {
    bottom: 0;
    position: absolute;
    height: 34px;
    margin-bottom: 10px;
    margin-left: 10px;
    z-index: 5;
}

.widget-link-right-bottom a,
    .widget-link-left-bottom a {
        padding: .7rem .5rem;
        font-family: "Roboto", sans-serif;
        font-size: 1rem;
        background: #009FE3;
        color: #FFFFFF;
        line-height: .8;
        margin: 0;
    }

.widget-link-right-bottom a:hover,
        .widget-link-left-bottom a:hover {
            background-color: #008BD1;
        }

.widget-link-right-bottom {
    position: absolute;
    bottom: 13px;
    height: 34px;
    margin-bottom: 2px;
    margin-right: 11px;
    right: 0;
}

.widget-link-button-big {
    background-color: #ffffff;
}

.widget-link-button-big a {
        margin-top: 10px;
    }

@media screen and (max-width: 400px) {
    .widget-title h3 {
        font-size: 16px;
    }
}

.widget-radar.old.small .widget-title {
    min-height: 38px;
}

.widget-radar.old.small .widget-title h3 {
    font-size: 1.5rem;
}

.widget-radar .block {
    border-radius: 0;
}

.widget-radar .content-main {
    background-color: #fff;
}

.widget-radar .widget-map {
    position: absolute;
    left: 0;
    box-sizing: border-box;
    width: 100%;
    height: 100%;
    top: 0;
    z-index: 0;
    overflow: hidden;
    cursor: pointer;
}

.widget-radar .timelabel-geo {
    display: none!important;
}

.widget-radar.old .block {
    display: none;
}

.widget-radar .block .content,
.widget-radar .col-legend {
    padding: 0;
    width: 100%;
}

.widget-radar .col-legend table {
    border-collapse: collapse;
    width: 100%;
}

.widget-radar .col-legend table tr td {
    font-size: .6rem;
    padding: 0 2px;
    text-align: center;
    background: #FFFFFF;
}

.widget-radar .col-legend.rain .col-light {
    background: #472BFF;
    background: linear-gradient(to right, #A3D9FF, #472BFF);
    width: 50%;
}

.widget-radar .col-legend.rain .col-middle {
    background: #FD0100;
    background: linear-gradient(to right, #FFFF00, #FD0100);
    width: 40%;
}

.widget-radar .col-legend.rain .col-heavy {
    background: #232425;
    width: 10%;
}

.widget-radar .col-legend.snow .col-light {
    background: #A1D9FF;
    background: linear-gradient(to right, #A1D9FF, #4919FF);
    width: 33%;
}

.widget-radar .col-legend.snow .col-middle {
    background: #DFDF2A;
    background: linear-gradient(to right, #DFDF2A, #B9A22A);
    width: 33%;
}

.widget-radar .col-legend.snow .col-heavy {
    background: #E0BBBA;
    background: linear-gradient(to right, #E0BBBA, #E04F4F);
    width: 34%;
}

.widget-radar .col-legend.rain .col-light-snow {
    background: #FFC8DC;
    background: linear-gradient(to right, #FFC8DC, #B43C8C);
    width: 50%;
}

.widget-radar .col-legend.rain .col-middle-snow {
    background: #EB008C;
    background: linear-gradient(to right, #EB008C, #640064);
    width: 40%;
}

.widget-radar .col-legend.rain .col-heavy-snow {
    background: #640064;
    width: 10%;
}

.widget-radar .col-legend.rain .snowy-mix {
    background: repeating-linear-gradient(-45deg, #FFC8DC, #A3D9FF 50%, #B43C8C 50% );
    background-size: 8px 8px;
    width: 30px;
    display: inline-block;
}

.widget-radar .col-legend.rain .icy-mix {
    background: repeating-linear-gradient(-45deg, #FFFFFF, #A3D9FF 50%, #FFFFFF 50%);
    background-size: 8px 8px;
    width: 30px;
    display: inline-block;
}

@media (max-width: 560px) {
    .widget-radar.small.old .widget-title .widget-logo {
        width: 126px!important;
    }

    .widget-radar.small.old .widget-title h3 {
        width: unset;
    }
}

.widget-radar .timelabel {
    position: absolute;
    z-index: 99;
    top: 1rem;
    left: 1rem;
    color: white;
    font-size: 1rem;
    border-radius: 5px;
    padding: .25rem .5rem;
    background-color: rgba(1, 1, 1, 0.5);
}

.widget-radar .timelabel:empty {
    display: none;
}

.widget-radar .ip-image-overlay img {
    filter: blur(0.55px);
}
.widget-warning-block {
    height: 100%;
    cursor: pointer;
    height: 25px;
}

.widget-warning-block i {
    padding: 0 5px;
}

.widget-warning-block .text,
.widget-warning-block .link {
    line-height: 2;
    height: 100%;
    padding: 0;
    display: inline-block
}

.widget-warning-block .text.truncate {
    max-width: 84%;
    overflow: hidden;
    word-wrap: unset;
    white-space: nowrap;
    text-overflow: ellipsis;
    max-height: 20px;
    padding-top: 2px;
    font-size: 11px;
}

.widget-warning-block .link {
    float: right;
    padding-right: 10px !important;
    padding-top: 4px;
    font-size: 9px;
    max-height: 25px;
}

.widget-warning-block .link a {
    text-decoration: underline;
}

.widget-warning-block .fa-chevron-right {
    float: right;
    padding-top: 5px;
}

.widget-warning-block .fa-warning {
    float: left;
    padding: 5px;
}

.widget-weather-now .warning-large {
    display: none;
}

.widget-warning.large,
.widget-warning.large .widget-warning-block {
    height: 25px;
}

.widget-warning.large .text,
.widget-warning.large .link {
    line-height: 1.6;
}

.widget-warning-block.bg-yellow,
.widget-warning-block.bg-yellow .link a {
    background-color: #F7CC13;
    color: #000 !important;
}

.widget-warning-block.bg-red,
.widget-warning-block.bg-red .link a {
    background-color: #ED2329;
    color: #fff !important;
}

.widget-warning-block.bg-orange,
.widget-warning-block.bg-orange .link a {
    background-color: #FFAD00;
    color: #fff !important;
}

.widget-weather-long-term .widget-title {
    min-height: 25px;
}

.widget-weather-long-term .widget-title h3 {
    font-size: 1rem;
    overflow: hidden;
    width: 57%;
}

.widget-weather-long-term.short .widget-title h3 {
    padding: 3px 0;
    height: 15px;
    width: 68%;
}

.short .widget-title .widget-logo {
    width: 63px;
    height: 17px;
    margin-top: 0;
}

.widget-weather-long-term.short .widget-warning-block .text {
    max-width: 75%;
}

.widget-weather-long-term .async-content {
    opacity: 1;
}

.widget-weather-long-term.large .btn-more a {
    margin: 0;
}

.widget-weather-long-term.large table tr td {
    padding: 2px 0;
}

.widget-weather-long-term.large .warning-block {
    max-height: 20px;
}

.widget-weather-long-term table tr:nth-child(4) td {
    padding: 4px 1px;
}

.widget-weather-long-term table tr:nth-child(4) td > div.blue:first-child {
    display: none;
}

.widget-weather-long-term table .blue .fa-tint:before {
    content: "\f043";
    margin-right: 3px;
}

.widget-weather-long-term.large .warning-block .text,
.widget-weather-long-term.large .warning-block .link {
    line-height: 1.3;
}

.widget-weather-long-term table {
    width: 100%;
    background-color: #ffffff;
    border-collapse: collapse;
    table-layout: fixed;
    -webkit-tap-highlight-color: rgba(0,0,0,0);
}

.widget-weather-long-term table tr > td {
    font-weight: normal;
    font-size: .8rem;
    padding: 4px;
    text-align: center;
    border-top: thin solid #F4F4F4;
    border-left: thin solid #F4F4F4;
    position: relative;
}

.widget-weather-long-term.short table tr > td {
    padding: 3px;
}

.widget-weather-long-term table tr > td.weekend {
    background-color: #FAFAFA;
}

.widget-weather-long-term table tr:first-child > td {
    border-top: none;
}

.widget-weather-long-term table tr > td:first-child {
    border-left: none;
}

.widget-weather-long-term table tr > td i.fa {
    font-size: .6rem;
}

.widget-weather-long-term .widget-title,
.widget-weather-long-term .async-content {
    cursor: pointer;
}

.widget-weather-long-term table tr .head,
.widget-weather-long-term table tr .head.hide-small,
.widget-weather-long-term table tr .head.hide-large > div {
    display: none;
}

.widget-weather-long-term table tr .head.hide-large {
    display: block;
    line-height: 11px;
}

.widget-weather-long-term table tr .head {
    vertical-align: bottom;
    text-transform: capitalize;
    font-weight: 500;
}

.widget-weather-long-term table tr .wx {
    width: 30px;
    padding-top: 30px;
    background-repeat: no-repeat;
    background-size: contain;
    margin: 0 auto;
}

.widget-weather-long-term table tr .wind {
    background-repeat: no-repeat;
    background-position-x: center;
    font-size: 13px;
    line-height: 24px;
    text-align: center;
}

.widget-weather-long-term .widget-link-button-big a {
    line-height: 1.5rem;
    font-size: 1rem;
    padding: .1em;
    margin-top: 2px;
}

.widget-weather-long-term.short .widget-link-button-big a {
    font-size: 1rem;
    padding: .1em;
    margin-top: 3px;
    height: 30px;
    overflow: hidden;
}

.widget-weather-long-term table td .blue {
    color: #009FE3;
}

.widget-weather-long-term table td .orange {
    color: #FF8400;
}

.widget-weather-long-term table td .red {
    color: #ED2329;
}

.widget-weather-long-term table td .bg-blue {
    background-color: #009FE3;
}

.widget-weather-long-term table td .bg-orange {
    background-color: #FF8400;
}

.widget-weather-long-term table td .bg-red {
    background-color: #ED2329;
}

.widget-weather-long-term table td .temp {
    font-weight: 500;
}

.widget-weather-long-term .widget-warning ~ .async-content table tr > td {
    padding: 2px 0;
}

@media screen and (min-width: 769px) {
    .widget-weather-long-term table tr .wx {
        width: 30px;
        height: 30px;
        padding-top: 0;
    }

    .widget-weather-long-term table tr > td i.fa {
        font-size: inherit;
    }

    .widget-weather-long-term table tr > td {
        font-size: 14px;
        padding: .25rem;
    }

    .widget-weather-long-term table tr:first-child > td {
        padding: .25rem;
    }
}

@media screen and (max-width: 20rem) {
    .widget-weather-long-term .widget-warning .warning-block .text {
        font-size: 9px;
    }

    .widget-weather-long-term .widget-warning .warning-block .link {
        display: none;
    }
}

.widget-weather-now {
    padding: 0;
    max-width: 372px;
}

.widget-weather-now .widget-title,
.widget-weather-now .weather {
    cursor: pointer;
}

.widget-weather-now .widget-title.large h3 {
    font-size: 1.1rem;
    max-width: 63%;
    overflow: hidden;
    word-wrap: unset;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.widget-weather-now .large .weather {
    margin-bottom: 0;
}

.widget-weather-now .type .wx {
    width: 60px;
    height: 60px;
    float: left;
    margin-right: .2rem;
}

.widget-weather-now .type .temp {
    color: #009FE3;
    font-weight: 400;
    font-size: 4rem;
    line-height: 4rem;
    letter-spacing: -.3rem;
}

.widget-weather-now .rain em,
.widget-weather-now .pressure em,
.widget-weather-now .wind em,
.widget-weather-now .humidity em {
    font-weight: 500;
    font-style: normal;
}

.widget-weather-now .rain,
.widget-weather-now .pressure,
.widget-weather-now .wind,
.widget-weather-now .humidity {
    font-size: .9rem;
    line-height: 1.4;
}

.widget-weather-now .weather {
    margin-bottom: 10px;
}

.widget-weather-now .meteo-warning-block .truncate {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis
}

.widget-weather-now .meteo-warning-block .warning,
.widget-weather-now .splash-flash .warning {
    display: flex;
    position: relative;
    overflow: hidden;
    margin-top: 8px;
    text-align: left;
    padding: 0;
    height: 40px;
    border-radius: 4px;
    align-items: center;
    box-shadow: 2px 2px 0px rgba(0, 0, 0, 0.2);
}

.widget-weather-now .warning-large {
    margin: 0 0 .5rem 0;
    color: white;
    cursor: auto;
}

.widget-weather-now .warning .icon {
    height: 100%;
    width: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: large;
    color: white;
}

.widget-weather-now .warning .description {
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100%;
    padding-left: 12px;
    flex: 1;
}

.widget-weather-now .meteo-warning-block i.fa-warning {
    padding: 8px 5px;
    color: #FFFFFF;
}

.widget-weather-now .meteo-warning-block i.fa-chevron-right {
    padding: 0;
}

.widget-weather-now .warning .fa-chevron-right {
    content: "/f054";
    font-family: FontAwesome;
    font-size: large;
    margin-right: 16px;
    color: #000000;
}

.widget-weather-now .warning.bg-green:hover .fa-chevron-right {
    color:#5DA323;
}

.widget-weather-now .warning.bg-yellow:hover .fa-chevron-right {
    color: #F7CC13;
}

.widget-weather-now .warning.bg-orange:hover .fa-chevron-right {
    color: #FFAD00;
}

.widget-weather-now .warning.bg-red:hover .fa-chevron-right {
    color: #ED2329;
}

.widget-weather-now .btn-more {
    padding-bottom: 2px;
}

.widget-weather-now .btn.large {
    margin-top: 10px;
}

.widget-weather-now .warning.bg-red .icon, .widget-weather-now .warning-large.bg-red { 
    background-color: #ED2329; 
}

.widget-weather-now .warning.bg-green .icon, .widget-weather-now .warning-large.bg-green { 
    background-color: #5DA323; 
}

.widget-weather-now .warning.bg-orange .icon, .widget-weather-now .warning-large.bg-orange { 
    background-color: #FFAD00; 
}

.widget-weather-now .warning.bg-yellow .icon, .widget-weather-now .warning-large.bg-yellow {
    background-color: #F7CC13; 
}

.widget-weather-now .warning.bg-grey .icon {
    background-color: #aeaeae;
}

.widget-weather-now .warning-large span {
    padding: 0;
    font-size: 1rem;
}

@media screen and (max-width: 320px) {
    .widget-weather-now .widget-title {
        margin-top: 4px;
    }

    .widget-weather-now .widget-title h3 {
        font-size: 1.8rem;
    }

    .widget-weather-now .widget-weather-now .weather {
        margin-top: 5px;
        margin-bottom: 1rem;
    }

    .widget-weather-now .widget-weather-now .weather .col7-large {
        width: 40%;
        margin-top: 13px;
    }

    .widget-weather-now .widget-weather-now .weather .col7-large div {
        width: 41px;
        margin-top: 9px;
    }

    .widget-weather-now .widget-weather-now .weather .col7-large span {
        font-size: 46px;
    }

    .widget-weather-now .widget-weather-now .weather .col5-large {
        width: 60%;
    }

    .widget-weather-now .widget-weather-now .weather span {
        font-size: 55px;
    }

    .widget-weather-now .widget-weather-now.large .weather .col5 > div {
        margin-top: 0;
    }

    .widget-weather-now .widget-weather-now .btn-more,
    .widget-weather-now .widget-weather-now .splash-flash .btn-flash {
        margin-top: 10px !important;
    }
}
.widget-title {
    min-height: 25px !important;
}

.widget-weather-today .widget-title h3 {
    font-size: 1rem !important;
    overflow: hidden;
    width: 57%;
    line-height: 1rem;
}

.widget-weather-today {
    cursor: pointer;
}

.widget-weather-today:after {
    content: '';
    display: block;
    clear: both;
}

.widget-weather-today .btn-more a {
    padding: .2em .1em;
}

.widget-weather-today .dayparts {
    background-color: #ffffff;
}

.widget-weather-today .dayparts .col:first-child {
    padding-left: 0 !important;
}

.widget-weather-today .dayparts .col:last-child {
    padding-right: 0 !important;
}

.widget-weather-today .dayparts:after {
    content: '';
    display: block;
    clear: both;
}

.widget-weather-today .daypart-item {
    border: thin #F4F4F4 solid;
    padding: .2rem;
}

.widget-weather-today .daypart-item > div {
    text-align: center;
}

.widget-weather-today .daypart-item .head {
    text-transform: capitalize;
    font-weight: 500;
}

.widget-weather-today .daypart-item .wx {
    width: 30px;
    height: 30px;
    background-repeat: no-repeat;
    background-size: contain;
    margin: 0 auto;
}

.widget-weather-today .daypart-item .wind {
    background-repeat: no-repeat;
    background-position-x: center;
    font-size: 13px;
    line-height: 24px;
}

.widget-weather-today .daypart-item .wx,
.widget-weather-today .daypart-item .head,
.widget-weather-today .daypart-item .orange,
.widget-weather-today .daypart-item .red,
.widget-weather-today .daypart-item .blue {
    padding-bottom: 5px;
}

.widget-weather-today .daypart-item .blue {
    color: #009FE3;
}

.widget-weather-today .daypart-item .orange {
    color: #FF8400;
}

.widget-weather-today .daypart-item .red {
    color: #ED2329;
}

.widget-weather-today .daypart-item .temp {
    font-weight: 500;
}

/*WITH WARNING*/

.widget-weather-today .dayparts.warning .head {
    padding-bottom: 0;
}

.widget-weather-today .dayparts.warning ~ .widget-link-button-big a {
    margin-top: 3px;
    padding: .3em .1em;
}

.widget-weather-today .dayparts.warning .col {
    padding: 1px;
}

.widget-weather-today .dayparts.warning .blue,
.widget-weather-today .dayparts.warning .daypart-item,
.widget-weather-today .dayparts.warning .temp,
.widget-weather-today .dayparts.warning .orange {
    padding: 0;
}

/*SHORT VERSION*/

.widget-weather-today.short .widget-title h3 {
    padding: 3px 0;
    height: 15px;
    width: 100%;
}

.widget-weather-today.short .widget-title .widget-logo {
    width: 63px;
    height: 17px;
    margin-top: 0;
}

.widget-weather-today.short .dayparts .col {
    width: 33.3333333333%;
    padding: 1px !important;
}

.widget-weather-today.short .daypart-item .head,
.widget-weather-today.short .daypart-item .orange,
.widget-weather-today.short .daypart-item .temp,
.widget-weather-today.short .daypart-item .blue {
    padding-bottom: 4px;
}

.widget-weather-today.short .daypart-item .wind {
    margin-bottom: 5px;
}

.widget-weather-today.short .widget-link-button-big {
    height: 34px;
    overflow: hidden;
    margin-top: 4px;
}

.widget-weather-today.short .widget-link-button-big a {
    font-size: 1rem;
    height: 30px;
    overflow: hidden;
    margin-top: 2px;
}

/* SHORT WITH WARNING */

.widget-weather-today.short .widget-warning-block .text {
    max-width: 75%;
}

.widget-weather-today.short .dayparts.warning .daypart-item .wx,
.widget-weather-today.short .dayparts.warning .daypart-item .head,
.widget-weather-today.short .dayparts.warning .daypart-item .orange,
.widget-weather-today.short .dayparts.warning .daypart-item .red,
.widget-weather-today.short .dayparts.warning .daypart-item .blue {
    padding-bottom: 0;
}

.widget-weather-today.short .dayparts.warning .daypart-item .wind {
    margin-bottom: 0;
}

.widget-weather-today.short .widget-link-button-big.warning,
.widget-weather-today.short .widget-link-button-big.warning a {
    margin-top: 0;
}

@media screen and (max-width: 20rem) {
    .widget-weather-today .widget-warning .warning-block .text {
        font-size: 9px;
        text-decoration: underline;
    }

    .widget-weather-today .widget-warning .warning-block .link {
        display: none;
    }
}

@media screen and (max-width: 265px) {
    .widget-weather-today .dayparts > div {
        padding: 1px !important;
    }

    .widget-weather-today .dayparts .daypart-item {
        padding: 0;
    }
}
