.color-increase {
  color: #fc038a !important; }

.color-decrease {
  color: #6c38c3 !important; }

.color-data {
  color: #00a2ff !important; }

.color-normal {
  color: #f3f4fd !important; }

.color-alert {
  color: #ffae00 !important; }

.container[data-theme="dark"] {
  --color-fg-primary: $color-highlight;
  --color-bg-inrange: $color-highlight * .1; }

:root {
  --header-offset: 50px; }

*, input, textarea {
  box-sizing: border-box; }

body, html {
  margin: 0px;
  padding: 0px;
  text-align: center;
  background-color: #0d1427;
  color: #0f172e;
  font-family: "Sora", sans-serif;
  font-size: 14px;
  line-height: 140%;
  font-weight: 300; }
  @media all and (max-width: 500px) {
    body, html {
      font-size: 14px; } }
  body[data-scroll="false"], html[data-scroll="false"] {
    overflow: hidden; }

.station-alert {
  border-radius: 2.5px;
  background: linear-gradient(125deg, rgba(255, 174, 0, 0.1) 0%, rgba(255, 174, 0, 0) 100%);
  font-weight: 500;
  color: #ffae00;
  text-align: left;
  padding: 10px;
  line-height: 1.3em;
  font-size: .7rem;
  margin-top: 10px;
  margin-bottom: -10px;
  margin-left: -10px;
  margin-right: -10px;
  position: relative; }
  .station-alert i {
    position: absolute;
    top: 0px;
    left: 0px;
    transform: translate(-50%, -30%);
    font-size: 1.5em; }
  @media all and (min-width: 1000px) {
    .station-alert {
      padding-left: 20px;
      margin-left: -20px;
      margin-right: -20px;
      margin-bottom: -20px;
      border-radius: 20px; }
      .station-alert i {
        top: 5px;
        left: 5px; } }

.weather-animation {
  pointer-events: none;
  position: absolute;
  top: 0px;
  left: 0px;
  width: 80px;
  height: 60px;
  overflow: hidden; }
  .weather-animation span {
    display: block;
    width: 2px;
    height: 10px;
    background-color: rgba(93, 104, 203, 0.5);
    position: absolute;
    top: 0px;
    right: 0px;
    animation: rain 1s linear infinite; }
    .weather-animation span.a1 {
      transform: rotate(35deg) translateX(-50px);
      animation: rain 1s .5s linear infinite; }
    .weather-animation span.a2 {
      transform: rotate(35deg) translateX(-45px);
      animation: rain 1s 1s linear infinite; }
    .weather-animation span.a3 {
      transform: rotate(35deg) translateX(-40px);
      animation: rain 1s 1.3s linear infinite; }
    .weather-animation span.a4 {
      transform: rotate(35deg) translateX(-35px);
      animation: rain 1s 1.2s linear infinite; }
    .weather-animation span.a5 {
      transform: rotate(35deg) translateX(-30px);
      animation: rain 1s .75s linear infinite; }

@keyframes rain {
  0% {
    top: -10px;
    right: -10px;
    opacity: 1; }
  50% {
    opacity: 1; }
  100% {
    top: 100%;
    right: 50%;
    opacity: 0; } }
body .content {
  position: relative;
  padding: 5px;
  padding-top: 0px;
  background-color: #05070e;
  z-index: 3; }
  @media all and (min-width: 1000px) {
    body .content {
      padding: 20px; } }
  body .content.fade {
    padding-top: 1px;
    margin-top: -140px;
    background: linear-gradient(180deg, rgba(5, 7, 14, 0) 0%, #05070e 140px); }
  body .content.fade-bg {
    background: linear-gradient(0deg, rgba(5, 7, 14, 0) 0px, #05070e 50px); }
body .article {
  text-align: left;
  padding: 5px;
  padding-top: 0px;
  padding-left: 0px;
  padding-right: 0px; }
  body .article h1, body .article h2, body .article h3, body .article h4, body .article p {
    text-align: left;
    padding: 0px;
    margin-top: .25em;
    margin-bottom: .5em; }

.section {
  position: relative;
  max-width: 1660px;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
  padding-bottom: 20px; }
  @media all and (min-width: 1000px) {
    .section {
      text-align: left; } }
  .section.does-switch {
    min-height: 40vh; }
    @media all and (min-width: 1000px) {
      .section.does-switch {
        min-height: 40vh; } }
    .section.does-switch .loader {
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%); }
  .section .section-subtitle {
    margin: 0px;
    padding: 5px;
    margin-top: -6.6666666667px;
    text-align: left;
    font-weight: 300; }
    @media all and (min-width: 1000px) {
      .section .section-subtitle {
        padding-left: 0px; } }
  .section .section-title {
    text-align: left;
    padding: 5px;
    margin-bottom: 5px;
    margin-top: 20px;
    font-size: 1.25rem;
    line-height: 1em; }
    @media all and (min-width: 1000px) {
      .section .section-title {
        padding-left: 0px; }
        .section .section-title:hover {
          color: #3bd7a3; } }
    .section .section-title:before, .section .section-title:after {
      content: '';
      display: block;
      position: absolute;
      top: 0px;
      left: -5px;
      width: 10px;
      height: 1px;
      background-color: #0f172e;
      transform: translate(-50%, -50%); }
    .section .section-title:before {
      transform: translate(-50%, -50%) rotate(90deg); }

.section .notice {
  margin-top: 10px;
  position: relative;
  background-size: cover;
  background-position: left center;
  padding: 20px;
  border-radius: 5px;
  overflow: hidden; }
  @media all and (max-width: 1000px) {
    .section .notice {
      background-size: 200% auto;
      padding: 10px; }
      .section .notice:before {
        content: '';
        display: block;
        position: absolute;
        top: 0px;
        left: 0px;
        background-color: rgba(0, 0, 0, 0.6);
        width: 100%;
        height: 100%;
        z-index: 1; } }
  .section .notice .notice-inner {
    z-index: 2;
    position: relative; }
    @media all and (min-width: 1000px) {
      .section .notice .notice-inner {
        padding-left: 40%; } }
  .section .notice h3 {
    position: relative;
    font-weight: 500;
    padding: 5px;
    text-align: left;
    max-width: 650px;
    font-size: 1em;
    line-height: 1.4em; }
    @media all and (min-width: 1000px) {
      .section .notice h3 {
        text-align: center;
        margin-left: auto;
        margin-right: auto; } }
  .section .notice img {
    display: inline-block;
    height: 4.5rem; }

@media all and (min-width: 1000px) {
  body.dashboard .section.does-switch {
    padding-left: 10px;
    padding-right: 10px;
    min-height: 200px;
    padding-bottom: 10px; } }
@media all and (min-width: 1000px) {
  body.dashboard .header .section {
    max-width: 100%; } }
@media all and (min-width: 1000px) {
  body.dashboard .content {
    max-height: 60vh;
    overflow-x: auto;
    width: 450px;
    padding: 0px;
    position: absolute;
    top: 60px;
    left: 10px;
    border-radius: 6.25px;
    box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.5);
    background-color: rgba(8, 12, 23, 0.9);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px); } }
@media all and (min-width: 1000px) {
  body.dashboard .map {
    position: relative;
    top: auto;
    left: auto;
    height: 100vh; }
    body.dashboard .map .mapToggles {
      max-width: 100%; } }
@media all and (min-width: 1000px) {
  body.dashboard .map.positioner {
    display: none; } }

a {
  text-decoration: none;
  color: #0f172e;
  transition: .5s; }
  a:not(.ui) {
    color: #3bd7a3; }

h1, .h1 {
  text-align: center;
  padding: 0px;
  padding-bottom: 5px;
  margin: 0px;
  font-weight: 500;
  font-size: 1.25rem;
  line-height: 1.3em; }
  h1.title, .h1.title {
    font-size: 2.5rem;
    padding: 10px; }

h2, .h2 {
  text-align: center;
  padding: 0px;
  margin: 0px;
  font-weight: 800;
  font-size: 2.7rem;
  padding-bottom: 10px;
  line-height: 1em; }

h3, .h3 {
  text-align: center;
  padding: 0px;
  margin: 0px;
  font-weight: 800;
  font-size: 1.25rem; }

p, .p {
  text-align: center;
  padding: 0px;
  margin: 0px;
  font-size: 1rem;
  line-height: 1.3em; }
  p.meta, .p.meta {
    font-size: .85rem; }

.links {
  font-size: .85rem;
  line-height: 1.4em;
  text-align: center; }
  .links span {
    color: #304991; }
  @media all and (min-width: 1000px) {
    .links {
      text-align: left; } }
  @media all and (max-width: 1000px) {
    .links span {
      display: inline-block;
      clear: both; } }
  .links a {
    color: #3bd7a3;
    text-decoration: none; }
    .links a i {
      color: #3bd7a3; }
    .links a:hover {
      color: #3bd7a3; }

@media all and (min-width: 1000px) {
  .widgets {
    margin-left: -5px;
    margin-right: -5px; } }
.widgets.flex {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: center; }
.widgets .widget {
  padding: 5px;
  display: inline-block;
  vertical-align: top;
  width: 100%; }
  .widgets .widget table {
    width: 100%; }
    .widgets .widget table tr {
      width: 100%; }
      .widgets .widget table tr td {
        border-top: 1px solid rgba(0, 0, 0, 0.1);
        padding: 5px;
        padding-left: 0px;
        margin: 0px; }
        .widgets .widget table tr td.month {
          width: 100px; }
  .widgets .widget#widget_current_weather .stat-minor {
    text-align: center;
    color: #fff;
    text-transform: capitalize; }
  .widgets .widget.widget-sell-fav a {
    display: inline-block;
    vertical-align: middle;
    margin-left: 5px;
    margin-right: 5px;
    margin-bottom: 10px;
    padding: 5px;
    padding-left: 10px;
    padding-right: 10px;
    background-color: rgba(0, 0, 0, 0.1);
    color: #3bd7a3;
    border-radius: 5px;
    font-size: .8em;
    line-height: 1em; }
    .widgets .widget.widget-sell-fav a:first-child {
      margin-left: 0px; }
    .widgets .widget.widget-sell-fav a:last-child {
      margin-right: 0px; }
  .widgets .widget.widget-sell-fav p {
    padding-top: 10px; }
  .widgets .widget * {
    text-align: left; }
  .widgets .widget.gate-readings .output-asof {
    text-align: center; }
  .widgets .widget.overview .stat-minor {
    color: #0f172e;
    padding-bottom: 0px; }
  .widgets .widget.overview .output-river-minor {
    border: none;
    padding-top: 0px;
    margin-bottom: 0px;
    margin-top: -6.6666666667px; }
    .widgets .widget.overview .output-river-minor .alert {
      font-size: .85em;
      line-height: 1em;
      margin-top: 5px;
      color: #ffae00;
      display: block;
      font-weight: 500; }
  .widgets .widget.overview .widget-inner {
    transition: .5s; }
    @media all and (min-width: 1000px) {
      .widgets .widget.overview .widget-inner:hover {
        background: linear-gradient(138deg, rgba(59, 215, 163, 0.25) 0%, #131d3a 35%, rgba(19, 29, 58, 0) 100%); }
        .widgets .widget.overview .widget-inner:hover .widget-btn.view-station {
          background-color: #3bd7a3;
          color: #0f172e; } }
    .widgets .widget.overview .widget-inner .h1 {
      padding-bottom: 10px; }
      @media all and (min-width: 1000px) {
        .widgets .widget.overview .widget-inner .h1 {
          padding-right: 50px; } }
  .widgets .widget.overview.noMini .set-center {
    display: none; }
  .widgets .widget.overview:not(.noMini) {
    width: 100% !important;
    max-width: 100% !important;
    padding-top: 0px;
    padding-bottom: 0px; }
    .widgets .widget.overview:not(.noMini) .widget-inner {
      padding-left: 15px;
      padding-right: 15px;
      padding-top: 23px;
      padding-bottom: 23px;
      border-radius: 0px;
      border-bottom: none; }
      .widgets .widget.overview:not(.noMini) .widget-inner a.ui {
        display: block;
        margin-right: 60px; }
    .widgets .widget.overview:not(.noMini):first-child .widget-inner {
      border-radius: 5px 5px 0px 0px; }
    .widgets .widget.overview:not(.noMini):last-child .widget-inner {
      border-radius: 0px 0px 5px 5px;
      border-bottom: 1px solid #131d3a; }
    .widgets .widget.overview:not(.noMini) .output-flowrate {
      pointer-events: none;
      width: 55%;
      position: absolute;
      top: 50%;
      right: 0px;
      transform: translate(0%, -50%); }
    .widgets .widget.overview:not(.noMini) .h1, .widgets .widget.overview:not(.noMini) .p {
      width: 54%; }
    .widgets .widget.overview:not(.noMini) .h1 {
      padding-top: 6.6666666667px; }
    .widgets .widget.overview:not(.noMini) .p {
      padding-bottom: 6.6666666667px; }
    .widgets .widget.overview:not(.noMini) .h2 {
      font-size: 2.25rem; }
  .widgets .widget:last-child .widget-inner {
    border-bottom: none; }
  .widgets .widget .widget-inner {
    border-radius: 5px;
    background-color: #131d3a;
    padding: 10px;
    width: 100%;
    position: relative;
    border-radius: 10px; }
    @media all and (min-width: 1000px) {
      .widgets .widget .widget-inner {
        padding: 20px;
        border-radius: 20px; } }
    .widgets .widget .widget-inner .widget-btns {
      position: absolute;
      display: block;
      position: absolute;
      bottom: 6.6666666667px;
      right: 6.6666666667px; }
      @media all and (min-width: 1000px) {
        .widgets .widget .widget-inner .widget-btns {
          bottom: 10px;
          right: 10px; } }
      .widgets .widget .widget-inner .widget-btns .toggle-favorite {
        bottom: auto;
        right: auto;
        display: inline-block;
        position: relative;
        vertical-align: middle; }
    .widgets .widget .widget-inner .canvas {
      position: absolute;
      top: 6.6666666667px;
      right: 6.6666666667px;
      width: 60px;
      pointer-events: none;
      z-index: 2;
      overflow: hidden;
      cursor: pointer; }
      .widgets .widget .widget-inner .canvas span {
        display: block;
        font-size: .85em;
        line-height: 1em;
        padding-top: 10px;
        text-align: left; }
        .widgets .widget .widget-inner .canvas span i {
          color: #3bd7a3; }
        .widgets .widget .widget-inner .canvas span a {
          color: #3bd7a3;
          cursor: pointer; }
    .widgets .widget .widget-inner .widget-btn {
      position: relative;
      width: 25px;
      height: 25px;
      display: inline-block;
      cursor: pointer;
      font-size: .8em;
      line-height: 1em;
      border-radius: 5px;
      background-color: #0f172e;
      color: #3bd7a3;
      vertical-align: middle; }
      @media all and (min-width: 1000px) {
        .widgets .widget .widget-inner .widget-btn:hover {
          background-color: #3bd7a3;
          color: #0f172e; } }
      @media all and (max-width: 1000px) {
        .widgets .widget .widget-inner .widget-btn.set-center {
          display: none; } }
      .widgets .widget .widget-inner .widget-btn i {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%); }
  .widgets .widget.w-25 {
    width: 50%;
    max-width: 250px; }
    @media all and (min-width: 1000px) {
      .widgets .widget.w-25 {
        width: 25%; } }
    @media all and (min-width: 1200px) {
      .widgets .widget.w-25 {
        width: 20%; } }
    @media all and (min-width: 1600px) {
      .widgets .widget.w-25 {
        width: 16.66%; } }
  .widgets .widget.w-100-m {
    width: 100%;
    max-width: 420px; }
    .widgets .widget.w-100-m .canvas {
      width: 200px;
      top: auto;
      bottom: 0px;
      right: 0px;
      padding: 10px; }
    @media all and (min-width: 1000px) {
      .widgets .widget.w-100-m {
        width: 50%; }
        .widgets .widget.w-100-m .canvas {
          padding: 20px; } }
    @media all and (min-width: 1200px) {
      .widgets .widget.w-100-m {
        width: 40%; } }
    @media all and (min-width: 1600px) {
      .widgets .widget.w-100-m {
        width: 33.33%; } }
  .widgets .widget.w-50 {
    max-width: 600px; }
    @media all and (min-width: 1000px) {
      .widgets .widget.w-50 {
        width: 50%; } }
  .widgets .widget.w-100 {
    width: 100%; }

.chart {
  overflow: auto;
  padding: 10px; }
  .chart .chart-scroller {
    min-width: 900px; }

.output-current {
  color: #00a2ff; }
  .output-current i, .output-current .i {
    display: inline-block;
    vertical-align: middle;
    font-size: .5em;
    line-height: 1em;
    margin-left: .1em; }
  .output-current i {
    margin-left: .2em;
    margin-right: .2em; }

.stat-minor {
  color: #00a2ff;
  font-weight: 500;
  font-size: .7rem;
  line-height: 1.4em;
  margin-top: -5px; }
  @media all and (min-width: 1000px) {
    .stat-minor {
      font-size: .85rem; } }
  .stat-minor .pill {
    display: inline-block;
    vertical-align: middle;
    line-height: 1em;
    border-radius: 5px;
    font-weight: 800; }
    .stat-minor .pill.increase, .stat-minor .pill.decrease {
      margin-right: 2.5px;
      padding: 5px;
      padding-left: 6.6666666667px;
      padding-right: 6.6666666667px;
      color: #fff; }
    .stat-minor .pill.increase {
      background-color: #fc038a; }
    .stat-minor .pill.decrease {
      background-color: #6c38c3; }

.output-asof, .output-description, .output-river-minor {
  font-size: .8rem;
  line-height: 1.1em; }
  .output-asof.weather, .output-description.weather, .output-river-minor.weather {
    text-transform: capitalize; }

.output-asof {
  font-weight: 400;
  border-top: 1px solid #131d3a;
  padding-top: 10px;
  margin-top: 10px;
  line-height: 1.4em;
  color: rgba(255, 255, 255, 0.5);
  font-size: .7rem; }

.output-river-minor {
  font-weight: 500;
  border-bottom: 1px solid #131d3a;
  padding-bottom: 5px;
  margin-bottom: 5px;
  margin-top: -10px; }

.output-description {
  padding-top: 3px; }

.loader {
  margin: 10px;
  font-size: 2rem;
  line-height: 1em;
  padding: 10px;
  text-align: center !important; }

* {
  /* width */
  /* Track */
  /* Handle */
  /* Handle on hover */ }
  *::-webkit-scrollbar {
    width: 5px;
    height: 5px; }
  *::-webkit-scrollbar-track {
    background: black;
    border-radius: 2.5px; }
  *::-webkit-scrollbar-thumb {
    background: rgba(59, 215, 163, 0.8);
    border-radius: 2.5px; }
  *::-webkit-scrollbar-thumb:hover {
    background: #3bd7a3; }

.widget-footer {
  padding: 10px;
  background-color: rgba(0, 0, 0, 0.25);
  position: relative;
  z-index: 999; }
  .widget-footer a {
    display: block;
    color: #00a2ff !important; }
    .widget-footer a img, .widget-footer a span {
      display: inline-block;
      vertical-align: middle; }
    .widget-footer a img {
      height: 2rem; }
    .widget-footer a span {
      padding-left: 10px; }

textarea.code {
  display: block;
  width: 100%;
  padding: 10px;
  font-family: monospace;
  background-color: #000;
  border: none;
  color: #00a2ff !important;
  height: 33px;
  font-size: .85rem;
  line-height: 1em; }

@media all and (max-width: 1000px) {
  #widget_code {
    display: none; } }

.iframe-widget .outer {
  max-width: 600px;
  margin-left: auto;
  margin-right: auto; }
.iframe-widget .widget .stat-minor .pill {
  margin-top: 5px; }
.iframe-widget .widget.w-25 {
  width: 50%; }
.iframe-widget .content.fade {
  margin-top: 0px; }

.stat-scale {
  height: 65px;
  width: 130px;
  position: relative;
  display: block;
  overflow: visible;
  margin-left: auto;
  margin-right: auto;
  margin-top: 2.5px;
  margin-bottom: 14px; }
  .stat-scale .scale-legend {
    font-size: .85rem;
    position: absolute;
    bottom: -25px;
    left: 0%;
    width: 100%;
    text-align: center;
    z-index: 3;
    line-height: 1em; }
    .stat-scale .scale-legend strong {
      color: #3bd7a3;
      font-weight: 800;
      font-size: 1rem; }
    .stat-scale .scale-legend .output-asof {
      border-top: none;
      padding-top: 0px; }
  .stat-scale .scale-level {
    position: absolute;
    top: 0px;
    left: 0px;
    overflow: hidden;
    width: 100%;
    height: 100%;
    border-radius: 5px; }
    .stat-scale .scale-level:before {
      display: block;
      content: '';
      height: 130px;
      width: 130px;
      background: linear-gradient(90deg, #6c38c3, #ffae00, #fc038a);
      position: absolute;
      top: 0%;
      left: 50%;
      transform: translate(-50%, 0%);
      border-radius: 100%;
      z-index: 1; }
    .stat-scale .scale-level:after {
      display: block;
      content: '';
      height: 120px;
      width: 120px;
      background: #fff;
      position: absolute;
      top: 5px;
      left: 50%;
      transform: translate(-50%, 0%);
      border-radius: 100%;
      z-index: 1; }
  .stat-scale .scale-indicator {
    width: 4px;
    height: 65px;
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translate(-50%, -100%);
    background-color: rgba(15, 23, 46, 0.9);
    border-radius: 2.5px;
    z-index: 2;
    transform-origin: 50% 100%; }
    .stat-scale .scale-indicator:before {
      display: block;
      content: '';
      width: 12px;
      height: 12px;
      background-color: #0f172e;
      border-radius: 100%;
      position: absolute;
      top: 2px;
      left: 50%;
      transform: translate(-50%, -50%);
      border: 4px solid #fff; }

.output-gates {
  text-align: center; }
  .output-gates .dial {
    display: block;
    width: 130px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 0px;
    margin-bottom: 0px; }

.risk-color-negligible {
  color: #00a2ff !important; }

.risk-color-low {
  color: #00a2ff !important; }

.risk-color-medium {
  color: #00a2ff !important; }

.risk-color-high {
  color: #00a2ff !important; }

.current-weather-icon {
  display: block;
  width: 100%;
  background-size: auto 150%;
  background-position: center;
  background-repeat: no-repeat;
  height: 59px;
  margin-top: 0px; }

.header {
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  padding: 0px;
  padding-top: 5px;
  padding-bottom: 5px;
  text-align: left;
  z-index: 999;
  background-color: rgba(0, 0, 0, 0.7);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  min-height: 45px; }
  .header .title {
    padding-left: 5px;
    color: #f3f4fd;
    line-height: 1em;
    font-weight: 500;
    font-size: 1.25rem; }
    @media all and (max-width: 1000px) {
      .header .title {
        font-size: 1rem; } }
    .header .title span {
      vertical-align: middle;
      display: inline-block; }
      @media all and (max-width: 1000px) {
        .header .title span {
          width: 60%; }
          .header .title span span {
            width: auto; } }
      .header .title span span {
        display: block;
        opacity: .75;
        font-size: .5em;
        line-height: 1em;
        padding-bottom: .2em; }
    .header .title img {
      vertical-align: middle;
      display: inline-block;
      height: 2em;
      margin-bottom: -.5em;
      margin-top: -.5em; }
    .header .title a {
      color: #3bd7a3;
      display: inline-block;
      vertical-align: middle;
      padding: 10px; }
  .header .actions {
    text-align: right;
    position: absolute;
    top: 50%;
    right: 10px;
    transform: translate(0%, -50%); }
    .header .actions .btn, .header .actions .toggle-favorite {
      font-size: 1.25rem;
      line-height: 1em;
      padding: 10px;
      vertical-align: middle; }
      .header .actions .btn span, .header .actions .toggle-favorite span {
        text-transform: none;
        font-size: .7em;
        vertical-align: middle;
        line-height: 1em;
        color: #3bd7a3;
        display: inline-block; }
      @media all and (min-width: 1000px) {
        .header .actions .btn i, .header .actions .toggle-favorite i {
          transition: .25s; }
        .header .actions .btn:hover i, .header .actions .toggle-favorite:hover i {
          color: #fff; }
        .header .actions .btn.refresh:hover, .header .actions .toggle-favorite.refresh:hover {
          transform: rotate(25deg); } }
  .header .section {
    text-align: left;
    padding-bottom: 0px; }

.menu {
  display: none;
  z-index: 9999;
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px); }
  .menu .menu-inner {
    max-height: 100vh;
    overflow-y: auto; }
    .menu .menu-inner * {
      text-align: left; }
    .menu .menu-inner .menu-island {
      display: flex;
      flex-wrap: wrap;
      flex-direction: row;
      padding: 20px;
      gap: 20px; }
      .menu .menu-inner .menu-island h3 {
        display: block;
        margin: 0px;
        padding: 0px;
        width: 100%;
        line-height: 1em; }
      .menu .menu-inner .menu-island .menu-region {
        width: 100%;
        max-width: 450px;
        background-color: #000;
        padding: 20px; }
        .menu .menu-inner .menu-island .menu-region h4 {
          margin: 0px;
          padding: 0px;
          padding-bottom: 10px;
          font-size: 1rem;
          line-height: 1em; }
        .menu .menu-inner .menu-island .menu-region .menu-river {
          font-size: .9rem; }
          .menu .menu-inner .menu-island .menu-region .menu-river h5 {
            margin: 0px;
            padding: 0px;
            font-size: 1em;
            line-height: 1em;
            display: inline-block;
            font-weight: 300; }
          .menu .menu-inner .menu-island .menu-region .menu-river a {
            display: inline-block;
            line-height: 120%;
            padding: 5px;
            padding-left: 0px;
            padding-right: 0px;
            position: relative;
            margin-left: 13px; }
            .menu .menu-inner .menu-island .menu-region .menu-river a:after {
              content: '/';
              display: block;
              position: absolute;
              left: -8px;
              top: 50%;
              transform: translate(-50%, -50%);
              color: #fff; }
            .menu .menu-inner .menu-island .menu-region .menu-river a:nth-child(2) {
              margin-left: 0px; }
              .menu .menu-inner .menu-island .menu-region .menu-river a:nth-child(2)::after {
                display: none; }
  .menu .actions {
    position: absolute;
    top: 15px;
    right: 10px;
    z-index: 999; }
    .menu .actions .btn {
      font-size: .85rem; }

.btn {
  color: #0f172e;
  text-decoration: none;
  text-align: center;
  cursor: pointer;
  display: inline-block;
  line-height: 1em;
  padding: 5px; }
  .btn:hover {
    color: #3bd7a3; }
  .btn i {
    color: #3bd7a3; }
  .btn.block {
    background-color: #0f172e;
    color: #3bd7a3;
    padding: 10px;
    padding-top: 7px;
    padding-bottom: 7px;
    border-radius: 5px;
    font-weight: 800;
    font-size: .85rem;
    line-height: 1em; }
    .btn.block i {
      color: #3bd7a3; }
  .btn.inline {
    display: inline-block; }
  .btn.rev {
    background-color: #3bd7a3;
    color: #0f172e; }
    .btn.rev i {
      color: #0f172e; }
    .btn.rev:hover {
      background-color: #fff; }

.map {
  width: 100%;
  height: 75vh;
  z-index: 2;
  background-color: #000;
  position: relative; }
  .map.large {
    height: 75vh; }
    @media all and (min-width: 1000px) {
      .map.large {
        top: 0px;
        right: 0px;
        width: 100%;
        height: 100%; } }
  .map.positioner {
    top: auto;
    right: auto;
    position: relative;
    z-index: 1;
    display: none; }
  .map #map_placement {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background-position: center;
    background-size: cover; }
    .map #map_placement .loader {
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%); }
    .map #map_placement .mapboxgl-ctrl-bottom-left {
      display: none !important; }
  .map.street {
    height: 80vh; }

.footer {
  background-color: #020205;
  padding: 20px;
  padding-top: 40px;
  padding-bottom: 40px;
  text-align: left;
  z-index: 3;
  position: relative;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  background-size: cover;
  background-position: center; }
  .footer .app-link {
    margin-top: 10px;
    display: inline-block;
    width: 40%; }
    .footer .app-link img {
      display: block;
      width: 100%; }
  .footer .footer-logo {
    display: block;
    width: 25%; }
    @media all and (max-width: 1000px) {
      .footer .footer-logo {
        padding-bottom: 10px; } }
    @media all and (min-width: 1000px) {
      .footer .footer-logo {
        width: 100%; } }
  .footer .article h1, .footer .article h2, .footer .article h3, .footer .article h4, .footer .article p {
    margin: 0px;
    padding: 0px;
    line-height: 140%; }
  .footer .article p {
    padding-bottom: 10px;
    padding-top: 10px; }
  @media all and (max-width: 1000px) {
    .footer .col {
      margin-bottom: 20px; } }
  @media all and (min-width: 1000px) {
    .footer .col {
      padding: 10px;
      display: inline-block;
      width: 30%;
      vertical-align: top; }
      .footer .col.first {
        width: 10%; } }
  .footer .section.partnership {
    padding: 0px;
    text-align: center;
    font-size: .85rem;
    line-height: 1em; }
    .footer .section.partnership a {
      display: inline-block;
      vertical-align: middle;
      margin: 5px; }
      .footer .section.partnership a img {
        display: inline-block;
        height: 2em; }

.inline-icon {
  display: inline-block;
  height: 2em;
  margin-right: 10px;
  vertical-align: middle; }

.opinion {
  padding-bottom: 10px; }
  @media all and (max-width: 1000px) {
    .opinion {
      padding-left: 5px;
      padding-right: 5px; } }
  .opinion h4 {
    font-weight: 400; }
  .opinion .opinion-options a {
    display: inline-block;
    background-color: #0f172e;
    color: #3bd7a3;
    border-radius: 5px;
    padding: 10px;
    padding-top: 7px;
    padding-bottom: 7px;
    font-size: .85rem;
    line-height: 1em;
    font-weight: 800;
    cursor: pointer;
    margin: 2.5px; }
    .opinion .opinion-options a:hover {
      background-color: #3bd7a3;
      color: #0f172e; }

.bubble {
  width: 30px;
  height: 30px;
  border-radius: 100%;
  display: block;
  position: absolute;
  top: -7px;
  right: 2px;
  background-color: #3bd7a3; }
  .bubble span {
    font-size: .75rem;
    font-weight: 800;
    position: absolute;
    transform: translate(-50%, -50%);
    top: 50%;
    left: 50%;
    width: 100%;
    text-align: center !important; }

.section-switcher {
  text-align: left;
  position: sticky;
  top: 0px;
  z-index: 4;
  font-size: .9rem;
  line-height: 1em;
  background-color: rgba(0, 0, 0, 0.7);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px); }
  @media all and (max-width: 1000px) {
    .section-switcher {
      margin-left: -5px;
      margin-right: -5px;
      text-align: center;
      top: 45px; } }
  .section-switcher .section-switcher-inner {
    max-width: 1660px;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    padding-left: 2.5px;
    padding-right: 2.5px; }
  .section-switcher a {
    display: block;
    flex-grow: 1;
    padding-top: 9px;
    padding-bottom: 9px;
    font-weight: 500;
    border-right: 1px solid #0e162c;
    cursor: pointer;
    background-color: #19264b;
    color: #f3f4fd;
    margin-top: 4px;
    text-align: center; }
    .section-switcher a:first-child {
      border-radius: 5px 0px 0px 0px; }
    .section-switcher a:last-child {
      border-radius: 0px 5px 0px 0px;
      border-right: none; }
    .section-switcher a:hover {
      color: #3bd7a3; }
    .section-switcher a.current {
      margin-top: 0px;
      background-color: #3bd7a3;
      color: #0f172e;
      padding-top: 11px;
      padding-bottom: 11px;
      border-radius: 5px 5px 0px 0px; }

@media all and (min-width: 1000px) {
  .col.col-50 {
    display: inline-block;
    vertical-align: top;
    width: 50%;
    position: relative;
    margin-top: 20px; }
    .col.col-50 .section-title {
      margin-top: 0px; } }

body.dark {
  background-color: #0d1427;
  color: rgba(255, 255, 255, 0.9); }
  body.dark a {
    color: rgba(255, 255, 255, 0.9); }
  body.dark .widgets .widget .widget-inner {
    background-color: #131d3a;
    background: linear-gradient(138deg, rgba(0, 162, 255, 0.2) 0%, #131d3a 15%, rgba(19, 29, 58, 0) 100%); }
    body.dark .widgets .widget .widget-inner.blur {
      backdrop-filter: blur(10px);
      -webkit-backdrop-filter: blur(10px);
      background: linear-gradient(138deg, rgba(0, 162, 255, 0.2) 0%, rgba(19, 29, 58, 0.5) 15%, rgba(19, 29, 58, 0) 100%); }
    body.dark .widgets .widget .widget-inner.shadow {
      box-shadow: 0px 20px 20px rgba(0, 0, 0, 0.2); }
  body.dark .stat-scale .scale-level:after {
    background-color: #111a34; }
  body.dark .stat-scale .scale-indicator:before {
    border-color: #0f172e;
    background-color: rgba(255, 255, 255, 0.9); }
  body.dark .stat-scale .scale-indicator {
    background-color: rgba(255, 255, 255, 0.9); }
  body.dark .menu {
    background-color: rgba(8, 12, 23, 0.9); }
  body.dark .menu .menu-inner .menu-item {
    color: #3bd7a3; }
    body.dark .menu .menu-inner .menu-item:hover {
      color: #fff; }
  body.dark .output-asof {
    border-top-color: #182449; }
  body.dark .section .section-title:before, body.dark .section .section-title:after {
    background-color: rgba(255, 255, 255, 0.9); }
  body.dark .opinion .opinion-options a {
    background-color: #3bd7a3;
    color: #0f172e; }
    body.dark .opinion .opinion-options a:hover {
      color: #3bd7a3;
      background-color: #000; }
  body.dark .btn.block {
    background-color: #3bd7a3;
    color: #0f172e; }
    body.dark .btn.block i {
      color: #0f172e; }
    body.dark .btn.block:hover {
      color: #3bd7a3;
      background-color: #000; }
      body.dark .btn.block:hover i {
        color: #3bd7a3; }
  body.dark .section-switcher {
    border-bottom: 2px solid #3bd7a3; }
  body.dark .river-region .section-title .river-count {
    color: rgba(255, 255, 255, 0.6); }

.mapboxgl-ctrl-bottom-right {
  display: none !important; }

.popup {
  position: fixed;
  z-index: 9999;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  display: none;
  background-color: rgba(0, 0, 0, 0.7);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  text-align: left; }
  .popup .popup-inner {
    background-color: #fff;
    padding: 20px;
    border-radius: 5px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 320px; }
    .popup .popup-inner input, .popup .popup-inner textarea, .popup .popup-inner select {
      font-family: "Sora", sans-serif;
      display: block;
      width: 100%;
      box-sizing: border-box;
      padding: 10px;
      margin-top: 10px;
      border: 1px solid rgba(0, 0, 0, 0.1); }
    .popup .popup-inner textarea {
      height: 110px; }
    .popup .popup-inner p {
      color: #0f172e;
      text-align: left;
      padding-top: 10px; }
    .popup .popup-inner h2 {
      text-align: left;
      color: #0f172e; }
    .popup .popup-inner h4 {
      margin: 0px;
      padding-top: 10px;
      color: #0f172e; }
    .popup .popup-inner .btn {
      display: block;
      text-align: center;
      margin-top: 20px; }
      .popup .popup-inner .btn.close {
        position: absolute;
        top: -30px;
        right: -10px; }

@media all and (max-width: 1000px) {
  .hide-mobile {
    display: none; } }

.river-region {
  padding-top: 20px; }
  .river-region .section-title {
    margin: 0px;
    padding: 0px;
    padding-top: 10px;
    padding-bottom: 10px;
    position: relative; }
    .river-region .section-title:before, .river-region .section-title:after {
      display: none; }
    .river-region .section-title .toggle-region {
      display: none;
      position: absolute;
      top: 50%;
      right: 5px;
      transform: translate(0%, -50%);
      transform-origin: 50% 50%;
      padding: 5px; }
      .river-region .section-title .toggle-region i.fa-minus {
        display: none; }
      .river-region .section-title .toggle-region i {
        transition: .25s; }
    @media all and (min-width: 1000px) {
      .river-region .section-title:hover .toggle-region i {
        transform: rotate(25deg); } }
    .river-region .section-title .river-count {
      display: block;
      font-size: .65em;
      color: #0f172e;
      font-weight: 400;
      line-height: 1em;
      padding-top: 5px;
      text-transform: none; }

.river-region {
  padding: 0px;
  border-bottom: 1px solid #131d3a; }
  .river-region .section-title {
    cursor: pointer;
    padding: 10px;
    padding-top: 15px;
    padding-bottom: 15px; }
    @media all and (min-width: 1000px) {
      .river-region .section-title {
        padding-left: 0px;
        padding-right: 0px; } }
    .river-region .section-title .toggle-region {
      display: block;
      color: #3bd7a3; }
  .river-region .widgets {
    display: none; }
  .river-region.on {
    border-bottom: none; }
    .river-region.on .toggle-region i.fa-plus {
      display: none; }
    .river-region.on .toggle-region i.fa-minus {
      display: inherit; }

.popup .app-link {
  margin: 5px;
  display: inline-block;
  width: 45%; }
  .popup .app-link img {
    display: block;
    width: 100%; }

.app-sell {
  padding: 20px;
  text-align: center; }
  .app-sell h3, .app-sell p {
    padding: 5px; }
  .app-sell a {
    display: inline-block;
    margin: 5px;
    width: 40%;
    max-width: 150px; }
    .app-sell a img {
      height: auto;
      width: 100%; }

.inapp .hide-app {
  display: none !important; }
.inapp .header {
  padding-top: 40px; }

#search input[name="search"] {
  margin-bottom: 5px;
  color: #fff;
  display: block;
  background-color: #080c17;
  border: none;
  width: 100%;
  box-sizing: border-box;
  padding: 20px;
  font-size: 1.25rem;
  line-height: 1em;
  font-family: "Sora", sans-serif;
  border-radius: 0px 0px 5px 5px; }

.search-suggest {
  padding: 10px; }
  .search-suggest h3, .search-suggest p {
    padding: 5px;
    text-align: center; }

.toggle-favorite {
  display: inline-block;
  cursor: pointer;
  position: relative;
  pointer-events: auto; }
  .toggle-favorite .toggle-favorite-inner {
    position: relative;
    border-radius: 5px;
    line-height: 1em;
    font-size: .85rem;
    width: 25px;
    height: 25px;
    background-color: rgba(0, 0, 0, 0.5);
    color: #00a2ff; }
    .toggle-favorite .toggle-favorite-inner i {
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%); }
  .toggle-favorite.is-favorite .toggle-favorite-inner {
    background-color: #00a2ff;
    color: #0f172e;
    font-size: 1rem; }
    .toggle-favorite.is-favorite .toggle-favorite-inner i {
      color: #0f172e; }
  .toggle-favorite.is-favorite .favorite-check {
    visibility: visible;
    transform: scale(1); }
  .toggle-favorite.is-favorite .favorite-add {
    visibility: hidden;
    transform: scale(0); }
  .toggle-favorite.sticky-favorite {
    position: fixed;
    right: 5px;
    bottom: 5px;
    transform: scale(1.25);
    transform-origin: 100% 100%;
    z-index: 99; }
  .toggle-favorite .favorite-check, .toggle-favorite .favorite-add {
    position: absolute;
    bottom: 2px;
    right: 2px;
    width: 1em;
    height: 1em;
    display: block;
    border: 2px solid #0f172e;
    background-color: #fff;
    border-radius: 5px;
    padding: 0px;
    visibility: hidden;
    transform: scale(0);
    transition: .5s; }
    .toggle-favorite .favorite-check i, .toggle-favorite .favorite-add i {
      color: #0f172e;
      font-size: .5em;
      line-height: 1em;
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%); }
  .toggle-favorite .favorite-add {
    visibility: visible;
    transform: scale(1);
    background-color: #00a2ff; }
    .toggle-favorite .favorite-add i {
      color: #0f172e; }

.widget .toggle-favorite {
  position: absolute;
  bottom: 0px;
  right: 35px;
  padding: 6.6666666667px; }
  @media all and (min-width: 1000px) {
    .widget .toggle-favorite {
      padding: 10px; } }

#favorites_results {
  padding-top: 10px; }

.map .mapToggles {
  position: absolute;
  top: var(--header-offset);
  left: 50%;
  width: 100%;
  max-width: 1660px;
  transform: translate(-50%, 0%);
  z-index: 10;
  text-align: right;
  pointer-events: none;
  padding: 10px; }
  .map .mapToggles a[data-filter="increase"] {
    color: #fc038a; }
    .map .mapToggles a[data-filter="increase"].current {
      background-color: #fc038a;
      color: #fff; }
  .map .mapToggles a[data-filter="decrease"] {
    color: #6c38c3; }
    .map .mapToggles a[data-filter="decrease"].current {
      background-color: #6c38c3;
      color: #fff; }

body .toggleBtns {
  margin-bottom: 5px;
  text-align: left; }
  @media all and (max-width: 1000px) {
    body .toggleBtns {
      padding: 5px; } }
  @media all and (min-width: 1000px) {
    body .toggleBtns {
      display: inline-block;
      vertical-align: middle; } }
  body .toggleBtns a, body .toggleBtns .current-weather {
    background-color: rgba(0, 0, 0, 0.7);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    font-size: .7rem;
    line-height: 1rem;
    padding: 10px;
    display: inline; }
  body .toggleBtns .current-weather {
    text-transform: capitalize;
    margin-right: 5px;
    padding-left: 25px;
    border-radius: 5px;
    overflow: hidden;
    background-size: 47px auto;
    background-repeat: no-repeat;
    background-position: -20px center; }
  body .toggleBtns a {
    font-weight: 500;
    pointer-events: all;
    color: #3bd7a3;
    cursor: pointer; }
    body .toggleBtns a:hover {
      color: #fff; }
    body .toggleBtns a i {
      vertical-align: middle;
      display: inline-block;
      font-size: 1.4em;
      margin-right: 3px; }
    body .toggleBtns a:first-child {
      border-radius: 5px 0px 0px 5px; }
    body .toggleBtns a:last-child {
      border-radius: 0px 5px 5px 0px; }
    body .toggleBtns a.current {
      background-color: #3bd7a3;
      color: #0f172e; }

body .changeTimeframe {
  display: flex;
  margin-bottom: 5px;
  text-align: left; }
  @media all and (max-width: 1000px) {
    body .changeTimeframe {
      padding: 5px;
      flex-wrap: wrap; } }
  @media all and (min-width: 1000px) {
    body .changeTimeframe {
      vertical-align: middle; } }
  body .changeTimeframe a {
    display: block;
    background-color: #3bd7a3;
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    font-size: .7rem;
    line-height: 1rem;
    padding: 10px;
    font-weight: 500;
    pointer-events: all;
    color: #0f172e;
    cursor: pointer; }
    body .changeTimeframe a:hover {
      background-color: #fff; }
    body .changeTimeframe a i {
      vertical-align: middle;
      display: inline-block;
      font-size: 1.4em;
      margin-right: 3px; }
    @media all and (min-width: 1000px) {
      body .changeTimeframe a:first-child {
        border-radius: 5px 0px 0px 5px; } }
    body .changeTimeframe a.current {
      background-color: #fff; }
  @media all and (max-width: 1000px) {
    body .changeTimeframe .datepicker-wrapper {
      width: 100%; } }
  @media all and (min-width: 1000px) {
    body .changeTimeframe .datepicker-wrapper {
      width: 600px; } }
  body .changeTimeframe .datepicker-wrapper #datepicker {
    display: none;
    padding: 10px;
    font-family: monospace;
    background-color: #fff;
    border: none;
    color: #00a2ff !important;
    font-size: .8rem;
    line-height: 1rem;
    width: 100%;
    border-radius: 0px;
    padding: 10px; }
    @media all and (min-width: 1000px) {
      body .changeTimeframe .datepicker-wrapper #datepicker {
        max-width: 300px;
        border-radius: 0px 5px 5px 0px; } }

.map .mapboxgl-popup-content {
  font-family: "Sora", sans-serif;
  background: transparent;
  border-radius: 0px;
  box-shadow: none;
  padding: 0px;
  width: 200px !important; }
  .map .mapboxgl-popup-content .widget {
    padding: 0px; }
    .map .mapboxgl-popup-content .widget .widget-inner {
      border: 2px solid #fff !important;
      padding: 10px;
      backdrop-filter: blur(10px);
      -webkit-backdrop-filter: blur(10px); }
    .map .mapboxgl-popup-content .widget .widget-btn {
      display: none; }

.bottom-nav {
  position: sticky;
  bottom: 0px;
  left: 0px;
  width: 100%;
  z-index: 99;
  background-color: rgba(0, 0, 0, 0.8);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px); }
  .bottom-nav a {
    cursor: pointer;
    transform: .5s;
    padding: 15px;
    padding-bottom: 10px;
    font-size: .75rem;
    display: inline-block;
    line-height: 1em;
    border-bottom: 4px solid rgba(59, 215, 163, 0); }
    @media all and (min-width: 1000px) {
      .bottom-nav a {
        padding: 20px;
        padding-bottom: 15px;
        font-size: 1rem; } }
    .bottom-nav a.current {
      background: linear-gradient(184deg, rgba(59, 215, 163, 0) 50%, rgba(59, 215, 163, 0.25) 100%);
      border-bottom-color: #3bd7a3; }
    @media all and (min-width: 1000px) {
      .bottom-nav a:hover {
        background: linear-gradient(184deg, rgba(59, 215, 163, 0) 50%, rgba(59, 215, 163, 0.25) 100%);
        border-bottom-color: rgba(59, 215, 163, 0.4); }
      .bottom-nav a br {
        display: none; }
      .bottom-nav a i {
        margin-right: 5px; } }
    @media all and (max-width: 1000px) {
      .bottom-nav a i {
        font-size: 1.5rem;
        margin-bottom: 5px; } }

.predict-bar {
  position: relative;
  height: 12px;
  width: 70%;
  margin-left: 15%;
  margin-right: 15%;
  margin-bottom: 7px;
  font-size: .7rem;
  color: #fff; }
  .predict-bar .predict-bar-inner {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    overflow: hidden; }
  .predict-bar:after {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    content: '';
    transform: translate(-50%, -50%);
    height: 1px;
    background-color: rgba(0, 162, 255, 0.2); }
  .predict-bar .mean-flow-dot {
    position: absolute;
    display: block;
    transform: translate(-50%, -50%);
    top: 50%;
    width: 6px;
    height: 6px;
    background-color: #00a2ff;
    border-radius: 100%; }
  .predict-bar .min-flow-predict,
  .predict-bar .max-flow-predict {
    display: block;
    line-height: 1em;
    position: absolute;
    top: 50%; }
  .predict-bar .min-flow-predict {
    text-align: right;
    left: 0px;
    transform: translate(-100%, -50%);
    padding-right: 7px; }
  .predict-bar .max-flow-predict {
    text-align: left;
    right: 0px;
    transform: translate(100%, -50%);
    padding-left: 7px; }
  .predict-bar .sd-flow-dot {
    background-color: rgba(0, 162, 255, 0.2);
    position: absolute;
    display: block;
    transform: translate(-50%, -50%);
    top: 50%;
    height: 100%;
    border-left: 1px solid #00a2ff;
    border-right: 1px solid #00a2ff; }

.powered-footer {
  background-color: #000;
  color: #fff;
  font-size: .8rem;
  border-top: 1px solid rgba(255, 255, 255, 0.1); }
  .powered-footer .footer-inner {
    max-width: 900px;
    margin-left: auto;
    margin-right: auto;
    padding: 5px;
    text-align: center;
    vertical-align: middle; }
    .powered-footer .footer-inner a {
      display: inline-block;
      margin: 10px;
      vertical-align: middle;
      border: none; }
      .powered-footer .footer-inner a:hover {
        border: none; }
      .powered-footer .footer-inner a img {
        display: block;
        height: 2.25rem; }

.affiliate {
  background-color: #010102;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  padding: 20px;
  padding-top: 40px;
  padding-bottom: 40px; }
  .affiliate #roofspace-wrapper {
    max-width: 1660px;
    margin-left: auto;
    margin-right: auto;
    text-align: left; }

/*# sourceMappingURL=main.v1.css.map */
