@charset "UTF-8";
/**
 * This is a copy of site.scss from @nrw.core/styles with
 * un-used parts commented out, and paths updated to point to
 * NPM.
 */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, main, nav, section {
  display: block;
}

body {
  line-height: 1;
  font-size: 62.5%;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

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

html,
body {
  height: 100%;
}

body {
  background-color: #f6f6f7;
  background-repeat: no-repeat;
  background-image: url("/assets/scene.png");
  background-position: center 60px;
  background-size: 600px auto;
}
body.body--no-background {
  background-image: none;
}
body.body--form {
  background-color: #fff;
}

a,
p {
  font-size: 1rem;
  line-height: 1.5;
}

a {
  text-decoration: none;
  color: #007485;
  font-weight: 700;
}
a:hover {
  text-decoration: underline;
  cursor: pointer;
}

.content {
  min-height: 100%;
  overflow: hidden;
  position: relative;
}

h1 {
  font-size: 2.25rem;
  font-weight: 700;
  letter-spacing: -0.0625rem;
}

h2 {
  font-size: 1.875rem;
  margin-bottom: 20px;
}

h3 {
  font-size: 1.5rem;
  margin-bottom: 20px;
}

h4 {
  font-size: 1.3125rem;
}

h5 {
  font-size: 1.125rem;
}

h6 {
  font-size: 1rem;
}

span {
  font-size: 1rem;
  line-height: 1.5;
}

label,
.label {
  font-size: 1rem;
  font-weight: bold;
  display: block;
  color: #4B4C4E;
}
label--validation-error,
.label--validation-error {
  color: #ff0000;
}

.page-divider {
  padding: 20px 0;
}

@media screen and (min-width: 620px) {
  body {
    background-position: 0 100px;
    background-size: 100% auto;
  }
  h1 {
    font-size: 3rem;
  }
}
*, *:before, *:after {
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
}

html, body {
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

body {
  background-color: white;
}

a {
  text-decoration: none;
  color: #007485;
  font-weight: 500;
}
a:hover {
  text-decoration: underline;
  cursor: pointer;
}

.main--relative {
  position: relative;
}

.content--modal-open {
  height: 100vh;
}

h2 {
  font-size: 1.875rem;
  margin-bottom: 20px;
  color: #58595B;
}

h3 {
  font-size: 1.5rem;
  margin-bottom: 20px;
  color: #58595B;
}

h4 {
  font-size: 1.3125rem;
}

h5 {
  font-size: 1.125rem;
}

h6 {
  font-size: 1rem;
}

span {
  font-size: 1rem;
}

label,
.label {
  font-size: 1rem;
  font-weight: bold;
  display: block;
  color: #4B4C4E;
}
label--validation-error,
.label--validation-error {
  color: #ff0000;
}

input, button, .button {
  font-family: "Gotham SSm A", "Gotham SSm B", "Montserrat", Arial, sans-serif;
}

.page-divider {
  padding: 20px 0;
}

select, select option {
  font-weight: bold;
  color: #58595B;
  font-family: inherit;
}

.info-icon {
  background: url(../images/status/info-circle-light-blue.svg) no-repeat center center transparent;
  background-size: 22px 22px;
  font-size: 0;
  display: inline-block;
  vertical-align: middle;
  height: 24px;
  width: 24px;
}

p {
  color: #333;
}

h1 {
  font-family: "Gotham SSm A", "Gotham SSm B", "Montserrat", Arial, sans-serif;
  font-style: normal;
  font-weight: 700;
}

body {
  font-family: "Gotham SSm A", "Gotham SSm B", "Montserrat", Arial, sans-serif;
  font-style: normal;
  font-weight: 400;
}

.col {
  padding: 0 15px;
  display: inline-block;
  width: 100%;
  vertical-align: top;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.col--vertical-middle-align {
  vertical-align: middle;
}
.col-1--mobile {
  max-width: 100px;
}
.col-2--mobile {
  max-width: 200px;
}
.col-3--mobile {
  max-width: 300px;
}
.col-4--mobile {
  max-width: 400px;
}
.col-5--mobile {
  max-width: 400px;
}
.col-6--mobile {
  max-width: 400px;
}
.col-7--mobile {
  max-width: 400px;
}
.col-8--mobile {
  max-width: 400px;
}
.col-9--mobile {
  max-width: 400px;
}
.col-10--mobile {
  max-width: 400px;
}
.col-11--mobile {
  max-width: 400px;
}
.col-12--mobile {
  max-width: 400px;
}
.col--vertical-align-bottom {
  vertical-align: bottom;
}

@media screen and (min-width: 620px) {
  .col-1--tablet {
    max-width: 100px;
  }
  .col-2--tablet {
    max-width: 200px;
  }
  .col-3--tablet {
    max-width: 300px;
  }
  .col-4--tablet {
    max-width: 400px;
  }
  .col-5--tablet {
    max-width: 500px;
  }
  .col-6--tablet {
    max-width: 600px;
  }
  .col-7--tablet {
    max-width: 600px;
  }
  .col-8--tablet {
    max-width: 600px;
  }
  .col-9--tablet {
    max-width: 600px;
  }
  .col-10--tablet {
    max-width: 600px;
  }
  .col-11--tablet {
    max-width: 600px;
  }
  .col-12--tablet {
    max-width: 600px;
  }
}
@media screen and (min-width: 920px) {
  .col-1--desktop {
    max-width: 100px;
  }
  .col-2--desktop {
    max-width: 200px;
  }
  .col-3--desktop {
    max-width: 300px;
  }
  .col-4--desktop {
    max-width: 400px;
  }
  .col-5--desktop {
    max-width: 500px;
  }
  .col-6--desktop {
    max-width: 600px;
  }
  .col-7--desktop {
    max-width: 700px;
  }
  .col-8--desktop {
    max-width: 800px;
  }
  .col-9--desktop {
    max-width: 900px;
  }
  .col-10--desktop {
    max-width: 900px;
  }
  .col-11--desktop {
    max-width: 900px;
  }
  .col-12--desktop {
    max-width: 900px;
  }
}
@media screen and (min-width: 1220px) {
  .col-1--xldesktop {
    max-width: 100px;
  }
  .col-2--xldesktop {
    max-width: 200px;
  }
  .col-3--xldesktop {
    max-width: 300px;
  }
  .col-4--xldesktop {
    max-width: 400px;
  }
  .col-5--xldesktop {
    max-width: 500px;
  }
  .col-6--xldesktop {
    max-width: 600px;
  }
  .col-7--xldesktop {
    max-width: 700px;
  }
  .col-8--xldesktop {
    max-width: 800px;
  }
  .col-9--xldesktop {
    max-width: 900px;
  }
  .col-10--xldesktop {
    max-width: 1000px;
  }
  .col-11--xldesktop {
    max-width: 1100px;
  }
  .col-12--xldesktop {
    max-width: 1200px;
  }
}
.page-banner {
  padding: 20px 0;
}
.page-banner--dark-grey {
  background-color: #4B4C4E;
  color: #fff;
}
.page-banner__description {
  font-size: 1.125rem;
  font-weight: 300;
  line-height: 1.2222222222;
  margin-top: 15px;
}
.page-banner__description--hidden {
  display: none;
}
.page-banner__button-container {
  margin-top: 20px;
  text-align: center;
}
.page-banner__button {
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 2px solid #fff;
}

@media screen and (min-width: 620px) {
  .page-banner {
    padding: 35px 0;
  }
  .page-banner__button-container {
    margin-top: 0;
    text-align: right;
  }
  .page-banner__button {
    width: auto;
  }
}
table,
.table {
  background-color: #fff;
  border-collapse: collapse;
  width: 100%;
  border: 2px solid #e9e9ea;
}
table th,
table td,
.table th,
.table td {
  border: 2px solid #e9e9ea;
}
table thead,
.table thead {
  font-size: 1rem;
  background-color: #e9e9ea;
  color: #4B4C4E;
  text-align: left;
}
table th,
.table th {
  padding: 20px;
}
table td,
.table td {
  font-size: 1rem;
  padding: 20px;
  line-height: 1.25;
}
table td.button-container--centred,
.table td.button-container--centred {
  text-align: center;
}
table td.button-container .button,
table td.button-container button,
.table td.button-container .button,
.table td.button-container button {
  margin: 2.5px;
}
table--no-outer-borders,
.table--no-outer-borders {
  border: none;
}
table--no-outer-borders tr:first-child th,
.table--no-outer-borders tr:first-child th {
  border-top: 0;
}
table--no-outer-borders tr:last-child td,
.table--no-outer-borders tr:last-child td {
  border-bottom: 0;
}
table--no-outer-borders tr td:first-child,
table--no-outer-borders tr th:first-child,
.table--no-outer-borders tr td:first-child,
.table--no-outer-borders tr th:first-child {
  border-left: 0;
}
table--no-outer-borders tr td:last-child,
table--no-outer-borders tr th:last-child,
.table--no-outer-borders tr td:last-child,
.table--no-outer-borders tr th:last-child {
  border-right: 0;
}

.notification-bar {
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 2px 2px 2px 60px;
  background-color: #ff4800;
  background-image: url("/assets/notification-bell-white.png");
  background-repeat: no-repeat;
  background-position: 21px center;
  background-size: 18px auto;
  margin-bottom: 20px;
}
.notification-bar__text {
  background-color: #fff;
  display: block;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.125;
  padding: 19px 10px;
}

/*!
 * jQuery UI Tooltip 1.12.1
 * http://jqueryui.com
 *
 * Copyright jQuery Foundation and other contributors
 * Released under the MIT license.
 * http://jquery.org/license
 *
 * http://api.jqueryui.com/tooltip/#theming
 */
/*!
* jQuery UI CSS Framework 1.12.1
* http://jqueryui.com
*
* Copyright jQuery Foundation and other contributors
* Released under the MIT license.
* http://jquery.org/license
*
* http://api.jqueryui.com/category/theming/
*/
/* Layout helpers
----------------------------------*/
.ui-helper-hidden {
  display: none;
}

.ui-helper-hidden-accessible {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.ui-helper-reset {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  line-height: 1.3;
  text-decoration: none;
  font-size: 100%;
  list-style: none;
}

.ui-helper-clearfix:before,
.ui-helper-clearfix:after {
  content: "";
  display: table;
  border-collapse: collapse;
}

.ui-helper-clearfix:after {
  clear: both;
}

.ui-helper-zfix {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
  opacity: 0;
  filter: Alpha(Opacity=0); /* support: IE8 */
}

.ui-front {
  z-index: 100;
}

/* Interaction Cues
----------------------------------*/
.ui-state-disabled {
  cursor: default !important;
  pointer-events: none;
}

/* Icons
----------------------------------*/
.ui-icon {
  display: inline-block;
  vertical-align: middle;
  margin-top: -0.25em;
  position: relative;
  text-indent: -99999px;
  overflow: hidden;
  background-repeat: no-repeat;
}

.ui-widget-icon-block {
  left: 50%;
  margin-left: -8px;
  display: block;
}

/* Misc visuals
----------------------------------*/
/* Overlays */
.ui-widget-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.ui-tooltip {
  padding: 8px;
  position: absolute;
  z-index: 9999;
  max-width: 300px;
}

body .ui-tooltip {
  border-width: 2px;
}

.header {
  background-color: #fff;
  border-bottom: 1px solid #e4e4e5;
  font-size: 0;
}
.header--with-site-links {
  padding-bottom: 52px;
}
.header--with-site-links .header__site-link {
  margin-right: 20px;
  line-height: 32px;
  display: inline-block;
  text-decoration: none;
  font-size: 16px;
  font-weight: 400;
  color: #58595B;
  letter-spacing: -0.025em;
}
.header__mobile-divider {
  width: 100%;
  height: 1px;
  background-color: #e4e4e5;
}
.header__logo-container {
  position: absolute;
  bottom: -53px;
}
.header__logo-container--relative-position {
  position: relative;
  bottom: auto;
}
.header__logo-image {
  width: 215px;
  height: 38px;
  display: block;
  margin: 7px 0;
}
.header__logo-link {
  display: inline-block;
  vertical-align: top;
  width: auto;
}
.header__mobile-menu-button {
  display: block;
  position: absolute;
  bottom: -53px;
  right: 0;
  height: 52px;
  width: 60px;
  background-repeat: no-repeat;
  background-size: 26px 26px, 26px 26px;
  -webkit-transition: 0.25s ease-out, 0.25s ease-out;
  transition: 0.25s ease-out, 0.25s ease-out;
  background-image: url("/assets/mobile-menu_burger-green.svg"), url("/assets/mobile-menu_cross-white.png");
  background-position: center center, center 80px;
}
.header__mobile-menu-button:hover {
  text-decoration: none;
}
.header__mobile-menu-button--open {
  background-color: #58595B;
  height: 53px;
  background-position: center -26px, center center;
}
.header__site-links-container {
  display: block;
  width: 100%;
  text-align: center;
}
.header__site-link {
  margin-right: 10px;
  line-height: 2.2857142857;
  display: inline-block;
  text-decoration: none;
  font-size: 0.875rem;
  font-weight: 400;
  color: #58595B;
  letter-spacing: -0.025em;
}

@media screen and (min-width: 620px) {
  .header__mobile-menu-button {
    display: none;
  }
}
@media screen and (min-width: 920px) {
  .header {
    background-color: #e9e9ea;
  }
  .header__mobile-divider {
    display: none;
  }
  .header--with-site-links {
    padding-bottom: 0;
  }
  .header__logo-image {
    margin: 9.5px 0;
    margin-left: 0;
    width: 257px;
    height: 45px;
  }
  .header__logo-container {
    display: inline-block;
    vertical-align: middle;
    position: relative;
    bottom: 0;
  }
  .header__site-links-container {
    top: 16px;
    right: 0;
    width: auto;
    position: absolute;
  }
  .header__site-link {
    margin-right: 15px;
    font-size: 1rem;
  }
}
.header {
  min-height: 52px;
}
.header__site-link {
  font-weight: 500;
}
.header__site-links-container--full-height {
  top: 0;
  height: 52px;
}
.header:not(.header--with-site-links) .header__site-links-container {
  top: 9px;
  right: 0;
  width: auto;
  position: absolute;
}
.header:not(.header--with-site-links) .header__logo-container {
  bottom: auto;
  margin-left: -5px;
}

.fwol-container--mobile-off {
  display: none;
}

@media screen and (min-width: 920px) {
  .header__site-links-container {
    top: 16px;
  }
  .header__logo-container {
    margin-left: -15px;
  }
  .skiplink {
    position: absolute;
    left: -9999em;
    text-decoration: none;
    outline: none;
  }
}
@media screen and (min-width: 1220px) {
  .fwol-container--mobile-off {
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
        -ms-flex-align: end;
            align-items: flex-end;
    margin-left: 10px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .fwol-container--mobile-off .check-fwol-button {
    width: 300px;
  }
}
.page-banner--aqua {
  background-color: #007485;
  color: white;
}
.page-banner__title {
  margin: -5px -5px;
  font-size: 1.6875rem;
}

@media screen and (min-width: 920px) {
  .page-banner {
    background: url("../images/banner/supergraphic-header-section-cropped.svg") no-repeat #007485 right center;
    background-size: auto 118px;
  }
  .page-banner__title {
    margin: 0;
    font-size: 3rem;
  }
}
.footer {
  background-color: #58595b;
  border-top: 4px solid #358728;
  color: #fff;
}
.footer__site-links-container {
  display: inline-block;
  padding: 20px 10px 0;
}
.footer__site-link {
  margin-bottom: 20px;
  font-weight: 400;
  width: 50%;
  float: left;
  color: #fff;
  font-size: 1rem;
  display: inline-block;
  line-height: 1.25;
}
.footer__copyright-logo {
  display: none;
  float: left;
  height: 48px;
  width: 276px;
}
.footer__copyright-section {
  padding: 15px 0 10px;
}
.footer__copyright-text {
  font-size: 1rem;
  text-align: center;
}
.footer--not-full-height {
  position: absolute;
  width: 100%;
  bottom: 0;
}

@media screen and (min-width: 620px) {
  .footer__site-links-container {
    display: block;
    padding: 20px 0;
  }
  .footer__site-link {
    border-left: 1px solid #656668;
    width: auto;
    float: none;
    line-height: 1;
    padding: 12px 15px;
    margin-bottom: 0;
  }
  .footer__site-link:first-child {
    border-left: none;
  }
  .footer__copyright-logo {
    display: block;
  }
  .footer__copyright-section {
    border-top: 1px solid #656668;
    margin: 0 15px;
  }
  .footer__copyright-text {
    line-height: 3;
    text-align: right;
  }
}
.terms-english, .terms-welsh {
  margin-top: 20px;
  display: none;
}

html[lang=en] div[data-name=SelfAsserted] + .terms-english {
  display: block;
}

html[lang=cy] div[data-name=SelfAsserted] + .terms-english + .terms-welsh {
  display: block;
}

.footer__site-links-container {
  display: inline-block;
  padding: 20px 10px 0;
}
.footer__site-link {
  margin-bottom: 20px;
  font-weight: 400;
  width: 50%;
  float: left;
  color: #fff;
  font-size: 1rem;
  display: inline-block;
}
.footer__copyright-logo {
  display: none;
  float: left;
  height: 48px;
  width: 276px;
}
.footer__copyright-section {
  padding: 15px 0 10px;
}
.footer__copyright-text {
  font-size: 1rem;
  text-align: center;
}
.footer .constrain {
  padding-left: 8px;
  padding-right: 8px;
  float: none;
}
.footer .constrain .footer__site-contact-container {
  padding: 0 0 30px 0;
  display: table;
  width: 100%;
}
.footer .constrain .footer__site-contact-container .footer__site-contact-panel {
  background-color: #4B4C4E;
  padding: 15px 8px;
  margin: 0 -8px;
}
.footer .constrain .footer__site-contact-container .footer__site-contact-panel .footer__site-contact-button-container {
  vertical-align: top;
  width: 100%;
}
.footer .constrain .footer__site-contact-container .footer__site-contact-panel .footer__site-contact-button-container .footer__site-contact-button {
  -webkit-appearance: none;
  background-color: #358728;
  background-image: none;
  border: none;
  color: white;
  border-radius: 3px;
  cursor: pointer;
  text-decoration: none;
  height: 49px;
  padding: 0 15px;
  padding-top: 16.5px;
  line-height: 1;
  font-size: 1rem;
  font-weight: bold;
  text-align: center;
  display: block;
  -webkit-transition: background-color 200ms;
  transition: background-color 200ms;
}
.footer .constrain .footer__site-contact-container .footer__site-contact-panel .footer__site-contact-button-container .footer__site-contact-button:hover {
  background-color: rgb(37.5542857143, 95.6571428571, 28.3428571429);
}
.footer .constrain .footer__site-contact-container .footer__site-social-links {
  width: 100%;
  padding-right: 0;
  vertical-align: middle;
  font-size: 0;
}
.footer .constrain .footer__site-contact-container .footer__site-social-links .footer__site-social-heading {
  display: inline-block;
  vertical-align: middle;
  width: 100%;
}
.footer .constrain .footer__site-contact-container .footer__site-social-links .footer__site-social-heading h2 {
  color: white;
  margin: 20px 0;
  font-size: 1.3125rem;
  font-weight: normal;
}
.footer .constrain .footer__site-contact-container .footer__site-social-links .footer__site-social-icon {
  background-color: #e9e9ea;
  width: 36px;
  height: 36px;
  border-radius: 100%;
  display: inline-block;
  vertical-align: middle;
  font: 0/0 a;
  margin-left: 13px;
  text-align: center;
  position: relative;
}
.footer .constrain .footer__site-contact-container .footer__site-social-links .footer__site-social-icon.footer__site-social-icon-facebook {
  background-image: url("/images/socialmedia/facebook-logo.svg");
  background-size: 23px 23px;
  background-position: center center;
  background-repeat: no-repeat;
}
.footer .constrain .footer__site-contact-container .footer__site-social-links .footer__site-social-icon.footer__site-social-icon-twitter {
  background-image: url("/images/socialmedia/twitter-logo.svg");
  background-size: 21px 21px;
  background-position: center center;
  background-repeat: no-repeat;
}
.footer .constrain .footer__site-contact-container .footer__site-social-links .footer__site-social-icon.footer__site-social-icon-linkedin {
  background-image: url("/images/socialmedia/linkedin-logo.svg");
  background-size: 19px 19px;
  background-position: center center;
  background-repeat: no-repeat;
}
.footer .constrain .footer__site-contact-container .footer__site-social-links .footer__site-social-icon.footer__site-social-icon-instagram {
  background-image: url("/images/socialmedia/instagram-logo.svg");
  background-size: 19px 19px;
  background-position: center center;
  background-repeat: no-repeat;
}
.footer .constrain .footer__site-contact-container .footer__site-social-links .footer__site-social-icon.footer__site-social-icon-rss {
  background-image: url("/images/socialmedia/rss-icon.svg");
  background-size: 18px 18px;
  background-position: center center;
  background-repeat: no-repeat;
}
.footer .constrain .footer__site-contact-container .footer__site-social-links .footer__site-social-icon--first {
  margin-left: 0;
}
.footer .constrain .footer__site-contact-container .footer__site-social-links .footer__site-social-icon-img {
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  position: absolute;
}
.footer .constrain .footer__site-contact-container .footer__site-social-links .footer__site-social-icon-img--facebook {
  width: 23px;
  height: 23px;
}
.footer .constrain .footer__site-contact-container .footer__site-social-links .footer__site-social-icon-img--twitter {
  width: 21px;
  height: 21px;
}
.footer .constrain .footer__site-contact-container .footer__site-social-links .footer__site-social-icon-img--linkedin,
.footer .constrain .footer__site-contact-container .footer__site-social-links .footer__site-social-icon-img--instagram {
  width: 19px;
  height: 19px;
}
.footer .constrain .footer__site-contact-container .footer__site-social-links .footer__site-social-icon-img--rss {
  width: 18px;
  height: 18px;
}
.footer .constrain .footer__site-links-container {
  border-top: 1px solid #656668;
}

@media screen and (min-width: 920px) {
  .footer__site-links-container {
    display: block;
    padding: 20px 0;
  }
  .footer__site-link {
    border-left: 1px solid #656668;
    width: auto;
    float: none;
    line-height: 1;
    padding: 12px 15px;
    margin-bottom: 0;
  }
  .footer__site-link:first-child {
    border-left: none;
  }
  .footer__copyright-logo {
    display: block;
  }
  .footer__copyright-section {
    border-top: 1px solid #656668;
    margin: 0 15px;
  }
  .footer__copyright-text {
    line-height: 3;
    text-align: right;
  }
  .footer #backToTopButton {
    top: -24px;
  }
  .footer .constrain {
    padding-left: 15px;
    padding-right: 15px;
  }
  .footer .constrain .footer__site-contact-container {
    padding: 30px 0;
  }
  .footer .constrain .footer__site-contact-container .footer__site-contact-panel {
    margin: 0;
    padding: 15px 15px;
    width: 50%;
    display: table-cell;
    vertical-align: middle;
  }
  .footer .constrain .footer__site-contact-container .footer__site-contact-panel .footer__site-contact-button {
    max-width: 270px;
    margin: 0 auto;
  }
  .footer .constrain .footer__site-contact-container .footer__site-social-links {
    width: 50%;
    display: table-cell;
    padding-left: 15px;
    text-align: right;
  }
  .footer .constrain .footer__site-contact-container .footer__site-social-links .footer__site-social-heading {
    margin-right: 17px;
    width: auto;
    margin: auto;
  }
  .footer .constrain .footer__site-contact-container .footer__site-social-links .footer__site-social-heading h2 {
    margin: 20px 0;
  }
  .footer .constrain .footer__site-contact-container .footer__site-social-links .footer__site-social-icon--first {
    margin-left: 15px;
  }
}
.browser-support-notification {
  margin-top: -20px;
  margin-bottom: 60px;
  background-size: 18px 18px;
  background-color: #FFC000;
}
.browser-support-notification--error {
  background-color: #ff0000;
}

.no-js .browser-support-notification {
  display: block;
}
.no-js .browser-support-notification__text--no-browser-support {
  display: block;
}

.sro {
  height: 0;
  width: 0;
  overflow: hidden;
  font-size: 0;
  padding: 0;
  margin: 0;
  line-height: 0;
  position: absolute;
  left: -10000vw;
}

a[href]:not([tabindex="-1"]):focus,
area[href]:not([tabindex="-1"]):focus,
input[type]:not([disabled]):not([type=radio]):not([type=checkbox]):not([type=text]):not([type=search]):not([tabindex="-1"]):focus,
button:not([disabled]):not([tabindex="-1"]):focus,
iframe:not([tabindex="-1"]):focus,
[tabindex]:not([tabindex="-1"]):focus,
[contentEditable=true]:not([tabindex="-1"]):focus,
a.accordion__title-bar:not([tabindex="-1"]):focus {
  background-color: #ffdd00 !important;
  border-color: transparent !important;
  -webkit-box-shadow: 0 -2px #ffdd00, 0 4px #0B0C0C !important;
          box-shadow: 0 -2px #ffdd00, 0 4px #0B0C0C !important;
  color: #0B0C0C !important;
  outline: none !important;
}
a[href]:not([tabindex="-1"]):focus h2,
area[href]:not([tabindex="-1"]):focus h2,
input[type]:not([disabled]):not([type=radio]):not([type=checkbox]):not([type=text]):not([type=search]):not([tabindex="-1"]):focus h2,
button:not([disabled]):not([tabindex="-1"]):focus h2,
iframe:not([tabindex="-1"]):focus h2,
[tabindex]:not([tabindex="-1"]):focus h2,
[contentEditable=true]:not([tabindex="-1"]):focus h2,
a.accordion__title-bar:not([tabindex="-1"]):focus h2 {
  color: #0B0C0C !important;
}

textarea:not([disabled]):focus,
input:not([type]):not([disabled]):focus,
input[type=text]:not([disabled]):focus,
input[type=search]:not([disabled]):focus,
select:not([disabled]):focus {
  border: #000 3px solid !important;
  background-color: #fff;
  -webkit-box-shadow: 0 0 0 5px #fff;
          box-shadow: 0 0 0 5px #fff;
  outline: 3px solid #ffdd00;
}

select,
.select {
  font-size: 1rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 3px;
  background-color: #fff;
  border: 2px solid #a1a1a1;
  color: #58595B;
  line-height: 1;
  min-height: 44px;
  padding: 12px 26px 12px 8px;
  background-image: url("/assets/chevron.svg");
  background-repeat: no-repeat;
  background-position: center right 6px;
  background-size: 14px 14px;
  max-width: 100%;
  -moz-appearance: none;
  -webkit-appearance: none;
}
select::-ms-expand,
.select::-ms-expand {
  display: none;
}
select--mobile-full-width,
.select--mobile-full-width {
  width: 100%;
  max-width: 100%;
}
select--disabled, select:disabled,
.select--disabled,
.select:disabled {
  background-color: #e9e9ea;
  cursor: default;
  color: #58595B;
  border-color: #e9e9ea;
  background-image: none;
}

button,
.button {
  -moz-appearance: none;
  -webkit-appearance: none;
  background-image: none;
  background-color: #358728;
  border-radius: 3px;
  border: 2px solid #358728;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-size: 1rem;
  font-weight: 700;
  text-decoration: none;
  text-align: center;
  min-height: 24px;
  line-height: 1.5;
  padding: 8px 20px;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  -webkit-transition: background-color 200ms;
  transition: background-color 200ms;
}
button:hover,
.button:hover {
  text-decoration: none;
}
button--large,
.button--large {
  padding: 13px 50px;
}
button--primary,
.button--primary {
  background-color: #358728;
  border-color: #358728;
}
button--primary:hover,
.button--primary:hover {
  background-color: rgb(37.5542857143, 95.6571428571, 28.3428571429);
}
button--portal,
.button--portal {
  border-color: #fff;
}
button--portal-banner-primary,
.button--portal-banner-primary {
  padding: 13px 50px;
}
button--secondary,
.button--secondary {
  background-color: #fff;
  color: #358728;
  border-color: #358728;
}
button--secondary-grey,
.button--secondary-grey {
  color: #58595B;
  border-color: #58595B;
}
button--secondary-red,
.button--secondary-red {
  color: #ff0000;
  border-color: #ff0000;
}
button--secondary:hover,
.button--secondary:hover {
  background-color: #e9e9ea;
  color: #58595B;
}
button--inline,
.button--inline {
  margin-right: 10px;
}
button--large,
.button--large {
  width: 100%;
}
button--small,
.button--small {
  font-size: 0.9375rem;
  padding: 2px 8px;
}
button--disabled, button:disabled,
.button--disabled,
.button:disabled {
  background-color: #d1d1d1;
  cursor: default;
  color: #3d3d3d;
  border-color: #a1a1a1;
}
button--disabled:hover, button:disabled:hover,
.button--disabled:hover,
.button:disabled:hover {
  background-color: #d1d1d1;
  cursor: not-allowed;
  color: #3d3d3d;
}
button--right,
.button--right {
  float: right;
}
button--mobile-only-full-width,
.button--mobile-only-full-width {
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
button--mobile-only-margin-bottom,
.button--mobile-only-margin-bottom {
  margin-bottom: 10px;
}
button--icon,
.button--icon {
  background-repeat: no-repeat;
}
button--icon-manage-people,
.button--icon-manage-people {
  padding-left: 36px;
  background-image: url("/assets/manage-people-green.svg");
  background-position: 10px center;
  background-size: 19px 19px;
}
button--icon-edit,
.button--icon-edit {
  padding-left: 26px;
  background-image: url("/assets/edit-pencil-green.svg");
  background-position: 8px center;
  background-size: 12px 12px;
}

@media screen and (min-width: 620px) {
  .button--large {
    width: auto;
  }
  .button--mobile-only-full-width {
    width: auto;
  }
  .button--mobile-only-margin-bottom {
    margin-bottom: 0;
  }
  .button--right-space {
    margin-right: 10px;
  }
  .select--mobile-full-width {
    width: auto;
  }
  .select--wide {
    max-width: 400px;
    width: 100%;
  }
  .select--mid {
    max-width: 200px;
    width: 100%;
  }
  .select--large {
    min-width: 400px;
  }
  .select--medium {
    min-width: 300px;
  }
  .select--medium-fixed {
    max-width: 300px;
    width: 100%;
  }
  .select--small {
    min-width: 185px;
  }
}
button, .button {
  border-radius: 3px;
  font-weight: 500;
}

.button--centred, .button--share-data, .button--icon-chev-left-centred {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.button--centred:before, .button--share-data:before, .button--icon-chev-left-centred:before {
  background-repeat: no-repeat;
  background-position: center center;
  content: "";
  display: inline-block;
  margin-right: 10px;
  vertical-align: middle;
}
.button--icon-close {
  padding-left: 44px;
  background-image: url("../images/actionicons/cross-blue.svg");
  background-position-x: 15px;
  background-position-y: center;
  background-repeat: no-repeat;
  background-size: 14px 14px;
}
.button--icon-chev-left {
  padding-left: 44px;
  background-image: url("../images/actionicons/chev-left-blue.svg");
  background-position-x: 15px;
  background-position-y: center;
  background-repeat: no-repeat;
  background-size: 14px 14px;
}
.button--icon-chev-left-centred:before {
  background-image: url("/images/actionicons/chev-left-blue.svg");
  background-size: 14px 14px;
  height: 14px;
  width: 14px;
}
.button--secondary-blue {
  color: #007485;
  border-color: #007485;
}
.button--large {
  padding: 13px 50px;
}
.button--upstream-button {
  background-image: url("../images/actionicons/arrow-up-green.svg");
  background-position-x: 15px;
  background-position-y: center;
  background-repeat: no-repeat;
  background-size: 24px 24px;
  padding-right: 15px;
}
.button--upstream-button.button--disabled {
  background-image: url("../images/actionicons/arrow-up-grey.svg");
}
.button--downstream-button {
  background-image: url("../images/actionicons/arrow-down-green.svg");
  background-position-x: 15px;
  background-position-y: center;
  background-repeat: no-repeat;
  background-size: 24px 24px;
  padding-right: 15px;
}
.button--downstream-button.button--disabled {
  background-image: url("../images/actionicons/arrow-down-grey.svg");
}
.button--share-data:hover {
  color: #328823;
}
.button--share-data:before {
  background-image: url("/images/actionicons/share-green.svg");
  background-size: 20px 20px;
  height: 20px;
  width: 20px;
}

@media screen and (min-width: 920px) {
  button--upstream-button, .button--upstream-button {
    background-image: url("../images/actionicons/arrow-left-green.svg");
  }
  button--upstream-button.button--disabled, .button--upstream-button.button--disabled {
    background-image: url("../images/actionicons/arrow-left-grey.svg");
  }
  button--downstream-button, .button--downstream-button {
    background-image: url("../images/actionicons/arrow-right-green.svg");
    background-position: right 15px center;
    padding-right: 50px;
    padding-left: 15px;
  }
  button--downstream-button.button--disabled, .button--downstream-button.button--disabled {
    background-image: url("../images/actionicons/arrow-right-grey.svg");
  }
}
.constrain {
  max-width: 400px;
  width: 100%;
  padding: 0;
  margin: 0 auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 0;
}
.constrain--header {
  padding: 0 0 0 15px;
  position: relative;
}
.constrain.constrain--modal {
  max-width: 580px;
}

.main {
  margin-top: 40px;
}
.main--not-full-height {
  margin-bottom: 280px;
}
.main--no-margin {
  margin: 0;
}
.main--form {
  background-color: #fff;
}

@media screen and (min-width: 620px) {
  .constrain {
    max-width: 600px;
  }
  .constrain--header {
    padding: 0 15px;
  }
  .main--not-full-height {
    margin-bottom: 220px;
  }
}
@media screen and (min-width: 920px) {
  .constrain {
    max-width: 900px;
  }
  .constrain--header {
    padding: 0 30px;
  }
}
@media screen and (min-width: 1220px) {
  .constrain {
    max-width: 1200px;
  }
}
.constrain--padded {
  padding-left: 10px;
  padding-right: 10px;
}
.constrain--double-padded {
  padding-left: 20px;
  padding-right: 20px;
}
.constrain--ignore-mobile {
  max-width: unset;
  width: auto;
  margin: 0;
}

.flex-item-pull-right {
  margin-left: auto;
}

.col--ignore-mobile {
  padding: 0;
}

@media screen and (min-width: 620px) {
  .col--ignore-mobile {
    padding: 0 15px;
  }
  .constrain--ignore-mobile {
    width: 100%;
    max-width: 600px;
    margin: 0 auto;
  }
  .constrain--full-width {
    padding: 0;
    max-width: none !important;
  }
}
@media screen and (min-width: 920px) {
  .constrain--mobile-and-tablet-only {
    max-width: none;
  }
  .constrain--padded {
    padding-left: 15px;
    padding-right: 15px;
  }
  .constrain--double-padded {
    padding-left: 30px;
    padding-right: 30px;
  }
  .constrain--ignore-mobile {
    max-width: 900px;
  }
}
@media screen and (min-width: 1220px) {
  .constrain--ignore-mobile {
    max-width: 1200px;
  }
}
.constrain--fluid {
  max-width: 1200px;
}
.constrain--fluid > .col-1--mobile {
  max-width: 25%;
}
.constrain--fluid > .col-2--mobile {
  max-width: 50%;
}
.constrain--fluid > .col-3--mobile {
  max-width: 75%;
}
.constrain--fluid > .col-4--mobile {
  max-width: 100%;
}
.constrain--fluid > .col-5--mobile {
  max-width: 125%;
}
.constrain--fluid > .col-6--mobile {
  max-width: 150%;
}
.constrain--fluid > .col-7--mobile {
  max-width: 175%;
}
.constrain--fluid > .col-8--mobile {
  max-width: 200%;
}
.constrain--fluid > .col-9--mobile {
  max-width: 225%;
}
.constrain--fluid > .col-10--mobile {
  max-width: 250%;
}
.constrain--fluid > .col-11--mobile {
  max-width: 275%;
}
.constrain--fluid > .col-12--mobile {
  max-width: 300%;
}
@media screen and (min-width: 620px) {
  .constrain--fluid > .col-1--tablet {
    max-width: 16.6666666667%;
  }
  .constrain--fluid > .col-2--tablet {
    max-width: 33.3333333333%;
  }
  .constrain--fluid > .col-3--tablet {
    max-width: 50%;
  }
  .constrain--fluid > .col-4--tablet {
    max-width: 66.6666666667%;
  }
  .constrain--fluid > .col-5--tablet {
    max-width: 83.3333333333%;
  }
  .constrain--fluid > .col-6--tablet {
    max-width: 100%;
  }
  .constrain--fluid > .col-7--tablet {
    max-width: 116.6666666667%;
  }
  .constrain--fluid > .col-8--tablet {
    max-width: 133.3333333333%;
  }
  .constrain--fluid > .col-9--tablet {
    max-width: 150%;
  }
  .constrain--fluid > .col-10--tablet {
    max-width: 166.6666666667%;
  }
  .constrain--fluid > .col-11--tablet {
    max-width: 183.3333333333%;
  }
  .constrain--fluid > .col-12--tablet {
    max-width: 200%;
  }
}
@media screen and (min-width: 920px) {
  .constrain--fluid > .col-1--desktop {
    max-width: 11.1111111111%;
  }
  .constrain--fluid > .col-2--desktop {
    max-width: 22.2222222222%;
  }
  .constrain--fluid > .col-3--desktop {
    max-width: 33.3333333333%;
  }
  .constrain--fluid > .col-4--desktop {
    max-width: 44.4444444444%;
  }
  .constrain--fluid > .col-5--desktop {
    max-width: 55.5555555556%;
  }
  .constrain--fluid > .col-6--desktop {
    max-width: 66.6666666667%;
  }
  .constrain--fluid > .col-7--desktop {
    max-width: 77.7777777778%;
  }
  .constrain--fluid > .col-8--desktop {
    max-width: 88.8888888889%;
  }
  .constrain--fluid > .col-9--desktop {
    max-width: 100%;
  }
  .constrain--fluid > .col-10--desktop {
    max-width: 111.1111111111%;
  }
  .constrain--fluid > .col-11--desktop {
    max-width: 122.2222222222%;
  }
  .constrain--fluid > .col-12--desktop {
    max-width: 133.3333333333%;
  }
}
@media screen and (min-width: 1220px) {
  .constrain--fluid > .col-1--xldesktop {
    max-width: 8.3333333333%;
  }
  .constrain--fluid > .col-2--xldesktop {
    max-width: 16.6666666667%;
  }
  .constrain--fluid > .col-3--xldesktop {
    max-width: 25%;
  }
  .constrain--fluid > .col-4--xldesktop {
    max-width: 33.3333333333%;
  }
  .constrain--fluid > .col-5--xldesktop {
    max-width: 41.6666666667%;
  }
  .constrain--fluid > .col-6--xldesktop {
    max-width: 50%;
  }
  .constrain--fluid > .col-7--xldesktop {
    max-width: 58.3333333333%;
  }
  .constrain--fluid > .col-8--xldesktop {
    max-width: 66.6666666667%;
  }
  .constrain--fluid > .col-9--xldesktop {
    max-width: 75%;
  }
  .constrain--fluid > .col-10--xldesktop {
    max-width: 83.3333333333%;
  }
  .constrain--fluid > .col-11--xldesktop {
    max-width: 91.6666666667%;
  }
  .constrain--fluid > .col-12--xldesktop {
    max-width: 100%;
  }
}

.pagination {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

.pagination--disabled {
  display: none;
}

.pagination__page-selector {
  background-color: #e9e9ea;
  color: #008393;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

.pagination__per-page-selector {
  margin-right: 30px;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
}

.pagination__per-page {
  margin-left: 15px;
}

.pagination__page-link {
  line-height: 1;
  display: block;
  padding-bottom: 20px;
  padding-top: 20px;
  padding-left: 5px;
  padding-right: 5px;
  color: #008393;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  text-align: center;
}

.pagination__page-link--specific {
  display: none;
  -webkit-flex-shrink: 1;
      -ms-flex-negative: 1;
          flex-shrink: 1;
  -webkit-flex-basis: 36px;
      -ms-flex-preferred-size: 36px;
          flex-basis: 36px;
}

.pagination__page-number {
  margin-bottom: -9px;
  padding-bottom: 7px;
  padding-left: 2px;
  padding-right: 2px;
  line-height: 1;
  border-bottom: 2px solid transparent;
  display: block;
}

.pagination__page-link--active .pagination__page-number {
  border-bottom-color: #007485;
}

.pagination__page-link--fixed {
  font-size: 0;
  min-width: 24px;
  padding-top: 11px;
  padding-bottom: 11px;
}

.pagination__page-link-image {
  width: 18px;
  height: 18px;
  vertical-align: middle;
}

.pagination__page-link--disabled {
  opacity: 0.25;
}

.pagination__page-link--spacer:nth-child(3) {
  display: none;
}

.pagination__page-link--spacer:nth-last-child(3) {
  display: none;
}

.pagination__page-link--spacer ~ .pagination__page-link--specific {
  display: block;
}

.pagination__page-link--spacer ~ .pagination__page-link--spacer ~ .pagination__page-link--specific {
  display: none;
}

@media screen and (min-width: 620px) {
  .pagination__page-link--fixed {
    width: 36px;
  }
  .pagination__page-link--specific {
    max-width: 36px;
  }
}
@media screen and (min-width: 920px) {
  .pagination__page-selector {
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
  }
  .pagination__page-link--specific {
    max-width: none;
    -webkit-flex-basis: auto;
        -ms-flex-preferred-size: auto;
            flex-basis: auto;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
  }
}
@media screen and (min-width: 1220px) {
  .pagination__page-link--specific {
    min-width: 36px;
  }
}
.tooltip-wrapper {
  position: relative;
  display: inline-block;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.tooltip-wrapper.displayed::before {
  content: "";
  line-height: 0;
  position: absolute;
  top: -10px;
  left: calc(50% - 10px);
  border-top: 10px solid rgba(0, 0, 0, 0.9);
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
}

.tooltip {
  position: absolute;
  top: 0;
  -webkit-transform: translate(-50%, calc(-100% - 10px));
          transform: translate(-50%, calc(-100% - 10px));
  padding: 6px calc(10px + 1rem) 6px 10px !important;
  border-radius: 4px;
  background: rgba(0, 0, 0, 0.9);
  color: #fff;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}

/* a designer could certainly style this better :) */
.tooltip-close {
  position: absolute;
  top: 0.25rem;
  right: 0.25rem;
  width: 1rem;
  height: 1rem;
  padding: 0;
  border: 0;
  border-radius: 50%;
  -webkit-box-shadow: 0 0 1px 1px rgba(200, 200, 200, 0.5);
          box-shadow: 0 0 1px 1px rgba(200, 200, 200, 0.5);
  background-color: transparent;
  color: #fff;
  font-size: 0.75rem;
  line-height: 1rem;
}

.modal-container {
  position: fixed;
  left: 0;
  top: 0;
  height: 100vh;
  width: 100%;
  display: block;
  background-color: rgba(0, 0, 0, 0.5);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  overflow: auto;
  padding: 20px 20px 80px;
  display: none;
  z-index: 1000;
  opacity: 0;
}
.modal-container--visible {
  display: block;
  -webkit-animation-name: fadein;
          animation-name: fadein;
  -webkit-animation-duration: 0.5s;
          animation-duration: 0.5s;
  opacity: 1;
}
.modal-container__modal {
  z-index: 5;
  padding: 15px;
  background-color: #fff;
  max-width: 760px;
  width: 100%;
  margin: auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

@-webkit-keyframes fadein {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@keyframes fadein {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.modal {
  display: none;
  position: relative;
}
.modal--visible {
  display: block;
}
.modal__heading {
  font-size: 1.75rem;
  padding-right: 40px;
}
.modal__paragraph {
  font-size: 0.875rem;
  line-height: 1.2857142857;
  margin-bottom: 20px;
}
.modal__close-button {
  position: absolute;
  top: 15px;
  right: 15px;
  display: block;
  font-size: 0;
  height: 28px;
  width: 28px;
  background: url("/images/actionicons/cross-blue.svg") center center #fff no-repeat;
  background-size: 20px 20px;
}

.export-data-modal {
  max-width: 400px;
}

.export-data-modal__field-textbox {
  background-image: url("/images/actionicons/chevron.svg"), url("/images/actionicons/calendar-grey.svg");
  background-repeat: no-repeat;
  background-size: 14px 14px, 24px 24px;
  background-position: calc(100% - 6px) center, calc(100% - 22px) center;
  padding-right: 68px;
}

.share-data-modal {
  max-width: 400px;
}
.share-data-modal__social-media-icons {
  margin-top: 5px;
  margin-bottom: 20px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-around;
      -ms-flex-pack: distribute;
          justify-content: space-around;
}
.share-data-modal__social-media-link {
  display: block;
  height: 50px;
  width: 50px;
  font-size: 0;
  border-radius: 50%;
}
.share-data-modal__social-media-link--facebook {
  background: url("/images/socialmedia/facebook-logo.svg") #e9e9ea center center no-repeat;
}
.share-data-modal__social-media-link--twitter {
  background: url("/images/socialmedia/twitter-logo.svg") #e9e9ea center center no-repeat;
}
.share-data-modal__social-media-link--linkedin {
  background: url("/images/socialmedia/linkedin-logo.svg") #e9e9ea center center no-repeat;
}
.share-data-modal__copy-area {
  visibility: hidden;
}
.share-data-modal__link-copy {
  margin-top: 5px;
}
.share-data-modal__link-text {
  display: inline-block;
  width: 1000px;
}
.share-data-modal__link-field {
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 2px solid #fff;
  color: #58595B;
  height: 44px;
  line-height: 2.5;
  border-radius: 5px;
  background-color: #e9e9ea;
  font-weight: bold;
  font-size: 1rem;
  padding-left: 40px;
  background-image: url("/images/socialmedia/link.svg");
  background-repeat: no-repeat;
  background-position: 10px center;
  background-size: 20px 20px;
  cursor: pointer;
  outline: none;
  -webkit-animation: copiedfade-1 1s;
          animation: copiedfade-1 1s;
  display: block;
  overflow: hidden;
}
.share-data-modal__link-field:focus {
  outline: none;
}
.share-data-modal__link-field--copied {
  -webkit-animation: copiedfade-2 1s;
          animation: copiedfade-2 1s;
}

@-webkit-keyframes copiedfade-1 {
  from {
    border-color: #fff;
  }
  to {
    border-color: #fff;
  }
}

@keyframes copiedfade-1 {
  from {
    border-color: #fff;
  }
  to {
    border-color: #fff;
  }
}
@-webkit-keyframes copiedfade-2 {
  from {
    border-color: #328823;
  }
  to {
    border-color: #fff;
  }
}
@keyframes copiedfade-2 {
  from {
    border-color: #328823;
  }
  to {
    border-color: #fff;
  }
}
@media screen and (min-width: 620px) {
  .modal-container {
    padding-top: 15vh;
  }
  .modal__heading {
    font-size: 1.75rem;
  }
  .modal__paragraph {
    font-size: 1rem;
    line-height: 1.5;
  }
}
@media screen and (min-width: 920px) {
  .modal-container__modal {
    padding: 30px;
  }
  .modal__close-button {
    top: 30px;
    right: 30px;
  }
}
.accordion--closed .accordion__title-bar img {
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
}
.accordion__content p {
  margin-bottom: 15px;
}
.accordion__content p:last-child {
  margin-bottom: 0;
}
.accordion__title-bar {
  background-color: #007485;
  padding: 7px 15px 7px 45px;
  position: relative;
  cursor: pointer;
  overflow: hidden;
  display: block;
}
.accordion__title-bar:focus {
  -webkit-box-shadow: 0 0 0 2px #20C4F4;
          box-shadow: 0 0 0 2px #20C4F4;
}
.accordion__title-bar img {
  left: 15px;
  -webkit-transition: 0.25s all linear;
  transition: 0.25s all linear;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
  position: absolute;
  height: 15px;
  width: 15px;
  top: 50%;
  bottom: 50%;
  margin: auto;
}
.accordion__title-bar--fake-dropdown img {
  height: 14px;
  width: 14px;
  position: absolute;
  right: 6px;
  top: 0;
  left: auto;
  bottom: 0;
  margin: auto;
}
.accordion__title-bar h2 {
  font-size: 1.125rem;
  line-height: 1.4444444444;
  padding: 0;
  margin: 0;
  color: #fff;
}

.feedbackSection {
  margin: 0 auto;
  padding-top: initial;
  position: relative;
  width: 100%;
  padding-top: 30px;
  padding-bottom: 30px;
  line-height: initial;
}

.view-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-flex-wrap: nowrap;
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap;
  -webkit-box-shadow: 0px 10px 20px -10px #ccc;
          box-shadow: 0px 10px 20px -10px #ccc;
}
.view-container--combined-view, .view-container--map-view {
  max-height: 900px;
}
.view-container__map, .view-container__list {
  -webkit-flex-basis: 50%;
      -ms-flex-preferred-size: 50%;
          flex-basis: 50%;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  display: none;
  position: relative;
  max-width: 100%;
}
.view-container__map {
  position: relative;
}
.view-container--map-view .view-container__map {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}
.view-container--list-view {
  -webkit-box-shadow: none;
          box-shadow: none;
}
.view-container--list-view .view-container__list {
  display: block;
}
.view-container--combined-view .view-container__list {
  display: block;
  overflow: auto;
}
.view-container--combined-view .view-container__map {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}

.view-container--combined-view, .view-container--map-view {
  height: 500px;
}

@media screen and (orientation: landscape) and (max-height: 360px) {
  .view-container--combined-view, .view-container--map-view {
    height: 460px;
  }
}
@media screen and (min-height: 550px) {
  .view-container--combined-view, .view-container--map-view {
    height: 540px;
  }
}
@media screen and (min-width: 360px) and (min-height: 620px) {
  .view-container--combined-view, .view-container--map-view {
    height: 600px;
  }
}
@media screen and (min-width: 360px) and (min-height: 800px) {
  .view-container--combined-view, .view-container--map-view {
    height: 640px;
  }
}
@media screen and (min-width: 410px) and (min-height: 680px) {
  .view-container--combined-view, .view-container--map-view {
    height: 680px;
  }
}
@media screen and (min-width: 620px) {
  .view-container--combined-view, .view-container--map-view {
    min-height: 500px;
  }
}
@media screen and (min-width: 620px) and (min-height: 700px) {
  .view-container--combined-view, .view-container--map-view {
    height: 720px;
  }
}
@media screen and (min-width: 920px) {
  .view-container {
    width: 95%;
    max-width: 1040px;
    margin: auto;
  }
}
@media screen and (min-width: 1220px) {
  .view-container {
    width: 90%;
    max-width: 1500px;
  }
}
@media screen and (min-width: 1220px) and (min-height: 820px) {
  .view-container--combined-view, .view-container--map-view {
    height: 800px;
  }
}
.tabs {
  padding-top: 10px;
  position: relative;
}
.tabs__container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-flex-wrap: nowrap;
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap;
  overflow-x: auto;
}
.tabs__tab {
  margin-left: 10px;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -webkit-flex-basis: 0;
      -ms-flex-preferred-size: 0;
          flex-basis: 0;
}
.tabs__tab:not(.tab--hide):first-of-type {
  margin-left: 0;
}
.tabs:after {
  display: block;
  content: "";
  position: absolute;
  height: 2px;
  width: 100%;
  background-color: #888888;
  bottom: 0;
  z-index: -1;
}

.tab {
  padding-top: 16px;
  padding-bottom: 10px;
  display: block;
  border: 2px solid #888888;
  background-color: #f4f4f4;
  border-radius: 3px 3px 0 0;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  text-align: center;
  color: #007485;
  font-size: 1rem;
  line-height: 1;
  font-weight: 400;
}
.tab:hover {
  background-color: rgb(206.9069767442, 206.9069767442, 209.0930232558);
}
.tab--active {
  background-color: white;
  border-bottom-color: white;
  color: #58595B;
}
.tab--active:hover {
  background-color: white;
}
.tab--hide {
  display: none;
}
.tab__label {
  line-height: 1;
  border-bottom: 3px solid transparent;
  padding-bottom: 5px;
  display: inline-block;
  margin: 0 auto;
  white-space: nowrap;
  letter-spacing: -0.015625rem;
}
.tab__label--not-mobile {
  display: none;
}
.tab--active .tab__label {
  border-bottom-color: #007485;
}

@media screen and (min-width: 620px) {
  .tab__label--mobile-only {
    display: none;
  }
  .tab__label--not-mobile {
    display: inline-block;
  }
}
@media screen and (min-width: 920px) {
  .tabs {
    padding-top: 20px;
  }
  .tabs__tab {
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
    -webkit-flex-basis: auto;
        -ms-flex-preferred-size: auto;
            flex-basis: auto;
    -webkit-flex-shrink: 1;
        -ms-flex-negative: 1;
            flex-shrink: 1;
    margin-left: 20px;
  }
  .tab {
    padding-left: 70px;
    padding-right: 70px;
  }
}
.search__button {
  width: 40px;
  height: 48px;
  border: 2px solid #007485;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  border-left: none;
  background-image: url("../images/actionicons/magnifying-glass-white.svg");
  background-repeat: no-repeat;
  background-size: 50% 50%;
  background-position: center;
}
.search__container {
  padding-top: 10px;
  padding-bottom: 10px;
  margin-top: -40px;
  background-color: #e9e9ea;
}
.search__container--mobile {
  margin: 10px 10px 0px 10px;
  padding: 15px;
}
.search__container--mobile-off {
  display: none;
}
.search__controls {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  position: relative;
}
.search__bar {
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
.search__search-field {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
.search__search-input {
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
.search__search-button {
  -webkit-box-flex: 0;
  -webkit-flex-grow: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
}
.search__search-field-control-container {
  vertical-align: middle;
  position: relative;
  z-index: 10;
}
.search__input {
  border-width: 2px;
  border-radius: 3px;
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
  border-color: #007485;
  border-right: none;
  font-size: 1rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: block;
  height: auto;
  padding-top: 12px;
  padding-bottom: 12px;
  padding-left: 0;
  padding-right: 0;
  height: 48px;
  line-height: 1.25;
  padding-left: 12px;
  width: 100%;
  background-image: url(/images/spinner.svg);
  background-position: 200% center;
  background-repeat: no-repeat;
  background-size: 36px 36px;
}
.search__input--loading {
  background-position: calc(100% - 10px) center;
}
.search__mobile-location-container {
  display: block;
  height: 0;
  width: 100%;
}
.search__mobile-location-container--off {
  display: none;
}
.search__location-button {
  display: none;
  background: url("../images/actionicons/get-location-dark-blue.svg") 2px center transparent no-repeat;
  background-size: 20px 20px;
}
.search__location-button--mobile {
  background-color: #ffffff;
  background-position: 10px center;
  width: calc(100% + 40px);
  display: block;
  padding: 8px 10px 8px 50px;
  border: 1px solid #d5d5d5;
  margin-top: -2px;
  z-index: 999;
  font-weight: 400;
  -webkit-box-shadow: 0 2px 3px 1px rgba(0, 0, 0, 0.27);
          box-shadow: 0 2px 3px 1px rgba(0, 0, 0, 0.27);
}
.search__mobile-menu-button {
  display: block;
  height: 48px;
  width: 48px;
  background-repeat: no-repeat;
  background-size: 26px 26px, 26px 26px;
  background-image: url("../images/actionicons/filter-white.svg");
  background-position: center center, center 80px;
  background-color: #358728;
  margin-left: 10px;
  border-radius: 3px;
}
.search__mobile-menu-button--menu-open {
  margin-bottom: 5px;
  position: relative;
}
.search__mobile-menu-button--menu-open .search__mobile-menu-button--extender {
  height: 20px;
}
.search__mobile-menu-button--extender {
  background-color: #358728;
  width: 100%;
  max-width: 60px;
  height: 0;
  top: 43px;
  position: absolute;
  overflow: hidden;
}
.search__mobile-menu-button--pointer {
  width: 0;
  height: 0;
  border: 10px solid transparent;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  border-bottom-color: #fff;
}
.search__mobile-menu-button--filter-counter {
  height: 24px;
  width: 24px;
  border-radius: 50%;
  background-color: #008393;
  color: #fff;
  font-size: 14px;
  text-align: center;
  line-height: 24px;
  position: absolute;
  top: -6px;
  right: -6px;
}
.search__mobile-location-container {
  display: block;
  height: 0;
  width: 100%;
}
.search__mobile-location-container--off {
  display: none;
}
.search form {
  height: 100%;
}
.search__filters {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.search__filters-header {
  margin-left: 20px;
  font-size: 16px;
  color: #007485;
  font-weight: 500;
  display: none;
}
.search__check-fwol-button {
  line-height: 20px;
}

.search__autocomplete {
  position: absolute;
  background-color: white;
  z-index: 1000;
  top: 100%;
  margin-top: -2px;
  border: 1px solid #dedede;
  width: calc(100% + 40px);
}
.search__autocomplete .search-results__title:after {
  display: table;
  clear: both;
  content: "";
}

.search-results {
  padding: 15px 10px 0;
}
.search-results__text {
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  margin-bottom: 10px;
}
.search-results__text > a {
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.5;
}
.search-results__text--error {
  color: #cf373e;
  font-weight: 500;
}
.search-results__term {
  font-weight: 500;
}
.search-results__result {
  display: block;
  cursor: pointer;
}
.search-results__title {
  margin-bottom: 10px;
  color: #666;
  font-size: 1.375rem;
  font-weight: 700;
}
.search-results__type {
  margin-top: 30px;
  overflow: hidden;
}
.search-results__type:first-child {
  margin-top: 20px;
}
.search-results__type-stats {
  display: inline;
  vertical-align: middle;
  margin-left: 10px;
  font-weight: normal;
  font-size: 1rem;
  font-style: normal;
}
.search-results--autocomplete {
  padding: 0;
  color: #666666;
  -webkit-box-shadow: 0 2px 3px 1px rgba(0, 0, 0, 0.27);
          box-shadow: 0 2px 3px 1px rgba(0, 0, 0, 0.27);
  border-radius: 3px;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
  border: 1px solid #d5d5d5;
  max-height: 100vh;
  overflow: auto;
}
.search-results--autocomplete .search-results__title {
  background-color: #EAEAEB;
  padding: 6px 10px;
  line-height: 1;
  font-style: italic;
  font-weight: 600;
  font-size: 0.9375rem;
  margin-bottom: 0;
}
.search-results--autocomplete .search-results__type {
  margin-top: 0;
}
.search-results--autocomplete .search-results__result {
  padding-top: 8px;
  padding-bottom: 10px;
  padding-left: 10px;
  padding-bottom: 7px;
  border-top: 1px solid #e9e9ea;
  font-weight: 400;
  line-height: 1.25;
  word-break: keep-all;
  text-overflow: ellipsis;
  color: #666666;
  white-space: nowrap;
  padding-right: 20px;
  overflow: hidden;
  width: 100%;
}
.search-results--autocomplete .search-results__result:first-child {
  border-top: none;
}
.search-results--autocomplete .search-results__type-stats {
  float: right;
  margin-left: 5px;
}
.search-results__container:not(.display-none) + .search-results__text--searched {
  margin-top: 40px;
}

@media screen and (min-width: 1020px) {
  .search__controls {
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .search__filters {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .search__filters-header {
    display: block;
  }
  .search__row {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .search__mobile-menu-button {
    display: none;
  }
  .search__container {
    padding-top: 30px;
    padding-bottom: 0;
  }
  .search__mobile-location-container {
    display: none;
  }
  .search__mobile-location-container--off {
    display: none;
  }
  .search__input {
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 20px;
    height: 64px;
  }
  .search__button {
    width: 64px;
    height: 64px;
    background-size: 40% 40%;
  }
  .search__location-button {
    display: inline-block;
    padding: 10px 0 10px 30px;
    font-weight: 500;
  }
  .search__container--mobile {
    display: none;
  }
  .search__autocomplete {
    min-width: 400px;
    width: 100%;
  }
  .search__bar {
    width: 0;
  }
  .search-results__text {
    margin-top: 10px;
  }
}
.mobile-only {
  font-size: inherit;
  display: block;
}

.no-mobile {
  font-size: inherit;
  display: none;
}

.display-none {
  display: none;
}
.display-none--mobile-only {
  display: none;
}
.display-none--not-mobile {
  display: inherit;
}
.display-none--below-tablet {
  display: none;
}

@media screen and (min-width: 620px) {
  .display-none--mobile-only {
    display: inherit;
  }
  .display-none--not-mobile {
    display: none;
  }
}
@media screen and (min-width: 920px) {
  .display-none--below-tablet {
    display: inherit;
  }
  .display-none--desktop {
    display: none;
  }
  .mobile-only {
    display: none;
  }
  .no-mobile {
    display: block;
  }
}
.flood-warning-banner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  height: 100%;
  width: 100%;
  margin-top: 10px;
  position: relative;
}

.flood-warning-banner__item {
  width: calc(33.3333333333% - 5px);
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  margin-left: 5px;
}
.flood-warning-banner__item:first-child {
  margin-left: 0;
}

.flood-warning-count {
  display: block;
  background-color: white;
  padding-left: 3px;
  padding-right: 3px;
  padding-top: 5px;
  padding-bottom: 5px;
  border-left: 2px solid transparent;
  border-right: 2px solid transparent;
  height: 100%;
  position: relative;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.flood-warning-count:hover {
  text-decoration: none;
}

.flood-warning-count__count {
  font-size: 2rem;
  line-height: 1;
  font-weight: 700;
  color: #626264;
  text-align: right;
  display: block;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

.flood-warning-banner--3-digits .flood-warning-count__count {
  font-size: 1.6875rem;
}

.flood-warning-count__left {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 5px;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
}

.flood-warning-count__right {
  padding-right: 20px;
}

.flood-warning-count__text {
  font-size: 0.8125rem;
  font-weight: 500;
  line-height: 1.2307692308;
  letter-spacing: -0.00625rem;
  display: inline-table;
  color: #565655;
}

.flood-warning-count__icon {
  height: 41px;
  width: 41px;
  display: block;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
}

.flood-warning-count__dropdown-icon {
  display: none;
  position: absolute;
  bottom: 5px;
  right: 5px;
  height: 14px;
  width: 14px;
  -webkit-transform-origin: center center;
          transform-origin: center center;
}

.flood-warning-count--active {
  cursor: pointer;
}
.flood-warning-count--active .flood-warning-count__dropdown-icon {
  display: block;
}
.flood-warning-count--active.flood-warning-count--severe-flood-warning .flood-warning-count__count {
  color: #C40000;
}
.flood-warning-count--active.flood-warning-count--flood-warning .flood-warning-count__count {
  color: #C40000;
}
.flood-warning-count--active.flood-warning-count--flood-alert .flood-warning-count__count {
  color: #EB7100;
}

.flood-warning-count--open {
  border-left-color: #dadadb;
  border-right-color: #dadadb;
  -webkit-box-shadow: 0 1px 3px 0px rgba(0, 0, 0, 0.135);
          box-shadow: 0 1px 3px 0px rgba(0, 0, 0, 0.135);
}
.flood-warning-count--open:after {
  content: "";
  display: block;
  position: absolute;
  top: 100%;
  left: -2px;
  right: -2px;
  background-color: white;
  height: 7px;
  z-index: 101;
  border-left: 2px solid #dadadb;
  border-right: 2px solid #dadadb;
}
.flood-warning-count--open .flood-warning-count__dropdown-icon {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.flood-warning-count--open:before {
  content: "";
  position: absolute;
  display: block;
  top: -3px;
  height: 6px;
  left: -1px;
  right: -1px;
}
.flood-warning-count--open.flood-warning-count--severe-flood-warning:before {
  background-color: #C40000;
}
.flood-warning-count--open.flood-warning-count--flood-warning:before {
  background-color: #C40000;
}
.flood-warning-count--open.flood-warning-count--flood-alert:before {
  background-color: #EB7100;
}

.flood-warning-count-out-of-force-desktop {
  font-size: 1rem;
  line-height: 1;
  font-weight: 500;
  letter-spacing: -0.015625rem;
  color: #303030;
  padding-left: 10px;
  padding-right: 10px;
  padding-top: 10px;
  padding-bottom: 10px;
  border-left: 2px solid transparent;
  border-top: 2px solid transparent;
  border-right: 2px solid transparent;
  cursor: pointer;
}

.flood-warning-count-out-of-force-desktop__dropdown-icon {
  height: 16px;
  width: 16px;
  vertical-align: middle;
  margin-left: 5px;
}

.flood-warning-count-out-of-force-desktop__count {
  line-height: 1;
}

.flood-warning-count-out-of-force-desktop--open {
  background-color: white;
  border-left-color: #dadadb;
  border-top-color: #dadadb;
  border-right-color: #dadadb;
  z-index: 101;
}
.flood-warning-count-out-of-force-desktop--open:after {
  content: "";
  display: block;
  position: absolute;
  top: 100%;
  left: -2px;
  right: -2px;
  background-color: white;
  height: 2px;
  z-index: 101;
  border-left: 2px solid #dadadb;
  border-right: 2px solid #dadadb;
}
.flood-warning-count-out-of-force-desktop--open .flood-warning-count-out-of-force-desktop__dropdown-icon {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.flood-warning-banner__out-of-force {
  position: absolute;
  right: 0;
  height: 40px;
  top: calc(100% + 4px);
  display: none;
}

.flood-warning-count-out-of-force-mobile {
  border-bottom: 2px solid #dadadb;
}

.flood-warning-count-out-of-force-mobile__inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  min-height: 64px;
  padding-left: 10px;
  padding-right: 10px;
  padding-top: 10px;
  padding-bottom: 10px;
  margin-top: 10px;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.flood-warning-count-out-of-force-mobile__count {
  font-size: 2.25rem;
  font-weight: 700;
  color: #58595B;
  margin-right: 15px;
  display: block;
}

.flood-warning-count-out-of-force-mobile__text {
  font-size: 1.125rem;
  line-height: 1.25;
  font-weight: 500;
  color: #303030;
  display: block;
  margin-right: auto;
}

.flood-warning-count-out-of-force-mobile__dropdown-icon {
  height: 16px;
  width: 16px;
  vertical-align: middle;
  margin-left: 15px;
  margin-right: 10px;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
}

.flood-warning-count-out-of-force-mobile__list {
  margin-bottom: 10px;
  display: none;
}

.flood-warning-count-out-of-force-mobile__list-item-link {
  border-top: 1px solid #e9e9ea;
  display: block;
  margin-left: 10px;
  margin-right: 10px;
  padding-top: 5px;
  padding-bottom: 5px;
  font-size: 1.125rem;
}

.flood-warning-count-out-of-force-mobile__list-item:first-child .flood-warning-count-out-of-force-mobile__list-item-link {
  border-top: none;
}

.flood-warning-count-out-of-force-mobile--open {
  background-color: white;
  border-left-color: #dadadb;
  border-top-color: #dadadb;
  border-right-color: #dadadb;
  z-index: 101;
}
.flood-warning-count-out-of-force-mobile--open:after {
  content: "";
  display: block;
  position: absolute;
  top: 100%;
  left: -2px;
  right: -2px;
  background-color: white;
  height: 2px;
  z-index: 101;
  border-left: 2px solid #dadadb;
  border-right: 2px solid #dadadb;
}
.flood-warning-count-out-of-force-mobile--open .flood-warning-count-out-of-force-mobile__dropdown-icon {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.flood-warning-count-out-of-force-mobile__inner--open .flood-warning-count-out-of-force-mobile__dropdown-icon {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.flood-warning-count-out-of-force-mobile__list--open {
  display: block;
}

.flood-warning-count-dropdown {
  background-color: white;
  border: 2px solid #dadadb;
  display: none;
  -webkit-box-shadow: 0 1px 3px 0px rgba(0, 0, 0, 0.135);
          box-shadow: 0 1px 3px 0px rgba(0, 0, 0, 0.135);
}

.flood-warning-count-dropdown__severity {
  font-size: 1rem;
  line-height: 1.1875;
  letter-spacing: -0.015625rem;
  color: #666666;
  font-weight: 700;
  padding-top: 15px;
  padding-bottom: 10px;
  padding-left: 8px;
  padding-right: 8px;
  border-bottom: 1px solid #e9e9ea;
}

.flood-warning-count-dropdown__target-area-list-item-link {
  border-bottom: 1px solid #e9e9ea;
  display: block;
  padding-left: 8px;
  padding-right: 8px;
  padding-top: 8px;
  padding-bottom: 8px;
  font-size: 1rem;
  line-height: 1.1875;
  letter-spacing: -0.015625rem;
  font-weight: 500;
}

.flood-warning-count-dropdown__target-area-list-item:last-child .flood-warning-count-dropdown__target-area-list-item-link {
  border-bottom: none;
}

.flood-warning-count-dropdown__target-area-list {
  max-height: 400px;
  overflow: auto;
}

.flood-warning-count-dropdown--open {
  display: block;
}

.flood-warning-banner__out-of-force-count-dropdown.flood-warning-count-dropdown--open {
  display: none;
}

.flood-warning-banner__count-dropdown {
  position: absolute;
  z-index: 1100;
  top: calc(100% + 5px);
  left: 0;
  right: 0;
}

.flood-warning-banner__out-of-force-count-dropdown {
  position: absolute;
  z-index: 1100;
  top: calc(100% + 43px);
  left: 0;
  right: 0;
}

.no-js .flood-warning-count__dropdown-icon,
.no-js .flood-warning-count-out-of-force-mobile__dropdown-icon,
.no-js .flood-warning-count-out-of-force-desktop__dropdown-icon {
  display: none;
}

@media screen and (min-width: 375px) {
  .flood-warning-count {
    padding-left: 6px;
    padding-right: 6px;
    padding-top: 8px;
    padding-bottom: 8px;
  }
  .flood-warning-count__count {
    font-size: 2.25rem;
  }
  .flood-warning-banner--3-digits .flood-warning-count__count {
    font-size: 2.125rem;
  }
}
@media screen and (min-width: 620px) {
  .flood-warning-count {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .flood-warning-count__left {
    margin-bottom: 0;
  }
  .flood-warning-count__count {
    font-size: 2.9375rem;
    margin-right: 10px;
  }
  .flood-warning-count__icon {
    margin-right: 9px;
  }
}
@media screen and (min-width: 1020px) {
  .flood-warning-banner {
    margin-left: 20px;
    margin-top: 0;
  }
  .flood-warning-banner__item {
    width: auto;
    margin-left: 3px;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    -webkit-flex-shrink: 0;
        -ms-flex-negative: 0;
            flex-shrink: 0;
  }
  .flood-warning-banner__item:first-child {
    margin-left: 0;
  }
  .flood-warning-count {
    padding-top: 0;
    padding-bottom: 0;
  }
  .flood-warning-count__text {
    max-width: 80px;
    font-size: 1rem;
    color: #333333;
  }
  .flood-warning-count__icon {
    height: 52px;
    width: 52px;
  }
  .flood-warning-count__count--2-digits,
  .flood-warning-count__count--3-digits {
    margin-left: -10px;
  }
  .flood-warning-banner--3-digits .flood-warning-count__count {
    font-size: 2.5rem;
  }
  .flood-warning-count__dropdown-icon {
    bottom: 7px;
    right: 5px;
    width: 16px;
    height: 16px;
  }
  .flood-warning-count-out-of-force-desktop__active {
    display: block;
  }
  .flood-warning-count-out-of-force-mobile__active {
    display: block;
  }
  .flood-warning-count-out-of-force-mobile {
    display: none;
  }
  .flood-warning-count--open:after {
    height: 5px;
  }
  .flood-warning-count--open:before {
    top: -6px;
  }
  .flood-warning-banner__out-of-force-count-dropdown.flood-warning-count-dropdown--open {
    display: block;
  }
  .flood-warning-banner__count-dropdown {
    top: calc(100% + 3px);
  }
  .flood-warning-count-dropdown__severity {
    padding-bottom: 15px;
    padding-top: 20px;
    font-size: 1.125rem;
    line-height: 1.0555555556;
  }
  .flood-warning-count-dropdown__target-area-list-item-link {
    padding-top: 10px;
    padding-bottom: 10px;
  }
}
.search__last-updated-desktop, .search__last-updated-mobile {
  font-size: 0.9375rem;
}

.search__last-updated-mobile {
  display: block;
  margin-top: 10px;
}

.search__last-updated-desktop {
  display: none;
}

.search__last-updated-desktop {
  -webkit-align-self: center;
      -ms-flex-item-align: center;
          align-self: center;
}

.search-results-section .search-results__container .search-results_error {
  color: red;
}
.search-results-section .search-results__text:not(.display-none) {
  display: inline-block;
}

.search__autocomplete {
  z-index: 2000;
  left: 0;
}

.search-results button {
  background: none;
  border: none;
  text-decoration: none;
  color: #007485;
  font-size: 1rem;
  padding: 0;
  text-align: left;
}

.search-results button.search-results__clear {
  font-weight: bold;
}

@media screen and (min-width: 1020px) {
  .search__container {
    padding-top: 20px;
  }
  .search__last-updated-mobile {
    display: none;
  }
  .search__last-updated-desktop {
    display: block;
  }
  .search__last-updated-desktop {
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 919px) {
  .search__autocomplete {
    max-width: 100%;
  }
}
@media screen and (max-width: 1219px) {
  .search-results--autocomplete .search-results__type-stats {
    display: block;
    float: none;
    margin-left: 0;
    margin-top: 5px;
  }
}
.live-message-list {
  padding-top: 15px;
  height: 90%;
}

.live-message-list__item {
  margin-top: 12px;
}

.live-message-list__stats {
  font-size: 1rem;
  margin-bottom: 15px;
  letter-spacing: -0.015625rem;
}

.live-message {
  border: 2px solid #e9e9ea;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 10px;
  padding-bottom: 15px;
  border-radius: 8px;
  position: relative;
  background-color: white;
  -webkit-transition: border-color 400ms linear;
  transition: border-color 400ms linear;
}

.live-message--active, .live-message--no-longer-in-force {
  padding-left: 20px;
}
.live-message--active:before, .live-message--no-longer-in-force:before {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  display: block;
  content: "";
  width: 10px;
  border-top-left-radius: 8px;
  border-bottom-left-radius: 8px;
  -webkit-transition: border-radius 400ms linear;
  transition: border-radius 400ms linear;
}

.live-message:hover, .live-message--highlighted {
  border-width: 4px;
  border-color: #A5A5A5;
  padding: 8px;
  padding-bottom: 13px;
}
.live-message:hover.live-message--no-longer-in-force, .live-message--highlighted.live-message--no-longer-in-force {
  padding-left: 18px;
}
.live-message:hover.live-message--active, .live-message--highlighted.live-message--active {
  padding-left: 18px;
}
.live-message:hover.live-message--active:before, .live-message--highlighted.live-message--active:before {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  top: -1px;
  left: -1px;
  bottom: -1px;
  width: 9px;
}

.live-message__severity {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  padding-bottom: 10px;
  border-bottom: 1px solid #e9e9ea;
}

.live-message__severity-icon {
  height: 32px;
  width: 32px;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  margin-right: 5px;
}

.live-message__severity-name {
  font-weight: 500;
  color: #303030;
  font-size: 0.9375rem;
  line-height: 1.25;
  letter-spacing: -0.00625rem;
}

.live-message__name {
  font-weight: 700;
  line-height: 1.25;
  font-size: 1rem;
  letter-spacing: -0.015625rem;
  margin-bottom: 8px;
  display: block;
}

.live-message__date {
  display: block;
  font-size: 0.9375rem;
  line-height: 1.4666666667;
  letter-spacing: -0.015625rem;
  font-weight: 400;
  color: #666;
}

.live-message__details {
  padding-top: 10px;
}

.live-message__issued,
.live-message__updated {
  font-size: inherit;
  line-height: inherit;
}

.live-message__view-details-button {
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 5px;
  padding-right: 5px;
  font-size: 0.875rem;
  line-height: 20px;
  letter-spacing: -0.015625rem;
  margin-left: auto;
  margin-top: 5px;
}

.live-message--hidden {
  display: none;
}

.live-message--severe-flood-warning.live-message--active:before {
  background-color: #C40000;
}
.live-message--severe-flood-warning .live-message__severity-name {
  color: #C40000;
}
.live-message--severe-flood-warning:hover, .live-message--severe-flood-warning.live-message--highlighted {
  border-color: #C40000;
}

.live-message--flood-warning.live-message--active:before {
  background-color: #C40000;
}
.live-message--flood-warning .live-message__severity-name {
  color: #C40000;
}
.live-message--flood-warning:hover, .live-message--flood-warning.live-message--highlighted {
  border-color: #C40000;
}

.live-message--flood-alert.live-message--active:before {
  background-color: #EB7100;
}
.live-message--flood-alert .live-message__severity-name {
  color: #cf4b09;
}
.live-message--flood-alert:hover, .live-message--flood-alert.live-message--highlighted {
  border-color: #EB7100;
}

@media screen and (min-width: 920px) {
  .live-message-list {
    padding-top: 30px;
  }
  .live-message-list__stats {
    margin-bottom: 30px;
  }
}
@media screen and (min-width: 620px) {
  .view-container:not(.view-container--combined-view) .live-message {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    padding-left: 25px;
    padding-bottom: 10px;
  }
  .view-container:not(.view-container--combined-view) .live-message__severity {
    -webkit-flex-shrink: 0;
        -ms-flex-negative: 0;
            flex-shrink: 0;
    width: 10.3125rem;
    padding-right: 10px;
    padding-bottom: 0;
    padding-top: 3px;
    padding-bottom: 3px;
    margin-right: 20px;
    border-bottom: none;
    border-right: 4px solid #e9e9ea;
    -webkit-align-self: center;
        -ms-flex-item-align: center;
            align-self: center;
  }
  .view-container:not(.view-container--combined-view) .live-message__details {
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    -webkit-flex-basis: 0;
        -ms-flex-preferred-size: 0;
            flex-basis: 0;
    padding-top: 0;
  }
  .view-container:not(.view-container--combined-view) .live-message__severity-icon {
    height: 54px;
    width: 54px;
    margin-right: 10px;
  }
  .view-container:not(.view-container--combined-view) .live-message__top {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    border-bottom: 1px solid #e9e9ea;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    padding-bottom: 9px;
    margin-bottom: 10px;
    margin-top: 4px;
  }
  .view-container:not(.view-container--combined-view) .live-message__bottom {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .view-container:not(.view-container--combined-view) .live-message__dates {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .view-container:not(.view-container--combined-view) .live-message__view-details-button {
    margin-left: auto;
    margin-top: 0;
    white-space: nowrap;
    -webkit-align-self: flex-start;
        -ms-flex-item-align: start;
            align-self: flex-start;
  }
  .view-container:not(.view-container--combined-view) .live-message__date {
    display: inline-block;
    margin-right: 30px;
    font-size: 0.9375rem;
    margin-right: 30px;
    white-space: nowrap;
  }
  .view-container:not(.view-container--combined-view) .live-message__date:last-child {
    margin-right: 0;
  }
  .view-container:not(.view-container--combined-view) .live-message__name {
    display: block;
    margin-right: auto;
    margin-bottom: 0;
    font-size: 1rem;
  }
  .view-container:not(.view-container--combined-view) .live-message:hover, .view-container:not(.view-container--combined-view) .live-message--highlighted {
    padding-left: 23px;
    padding-bottom: 8px;
  }
  .view-container:not(.view-container--combined-view) .live-message:hover.live-message--active, .view-container:not(.view-container--combined-view) .live-message--highlighted.live-message--active {
    padding-left: 23px;
  }
}
@media screen and (min-width: 1220px) {
  .view-container--combined-view .live-message {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    padding-left: 25px;
    padding-bottom: 10px;
  }
  .view-container--combined-view .live-message__severity {
    -webkit-flex-shrink: 0;
        -ms-flex-negative: 0;
            flex-shrink: 0;
    width: 10.3125rem;
    padding-right: 10px;
    padding-bottom: 0;
    padding-top: 3px;
    padding-bottom: 3px;
    margin-right: 20px;
    border-bottom: none;
    border-right: 4px solid #e9e9ea;
    -webkit-align-self: center;
        -ms-flex-item-align: center;
            align-self: center;
  }
  .view-container--combined-view .live-message__details {
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    -webkit-flex-basis: 0;
        -ms-flex-preferred-size: 0;
            flex-basis: 0;
    padding-top: 0;
  }
  .view-container--combined-view .live-message__severity-icon {
    height: 54px;
    width: 54px;
    margin-right: 10px;
  }
  .view-container--combined-view .live-message__top {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    border-bottom: 1px solid #e9e9ea;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    padding-bottom: 9px;
    margin-bottom: 10px;
    margin-top: 4px;
  }
  .view-container--combined-view .live-message__bottom {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .view-container--combined-view .live-message__dates {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .view-container--combined-view .live-message__view-details-button {
    margin-left: auto;
    margin-top: 0;
    white-space: nowrap;
    -webkit-align-self: flex-start;
        -ms-flex-item-align: start;
            align-self: flex-start;
  }
  .view-container--combined-view .live-message__date {
    display: inline-block;
    margin-right: 30px;
    font-size: 0.9375rem;
    margin-right: 30px;
    white-space: nowrap;
  }
  .view-container--combined-view .live-message__date:last-child {
    margin-right: 0;
  }
  .view-container--combined-view .live-message__name {
    display: block;
    margin-right: auto;
    margin-bottom: 0;
    font-size: 1rem;
  }
  .view-container--combined-view .live-message:hover, .view-container--combined-view .live-message--highlighted {
    padding-left: 23px;
    padding-bottom: 8px;
  }
  .view-container--combined-view .live-message:hover.live-message--active, .view-container--combined-view .live-message--highlighted.live-message--active {
    padding-left: 23px;
  }
  .view-container--combined-view .live-message__date {
    margin-right: 30px;
  }
  .view-container--combined-view .live-message__bottom {
    display: block;
  }
  .view-container--combined-view .live-message__view-details-button {
    margin-left: 0;
    margin-top: 5px;
  }
  .live-message-list {
    max-width: 960px;
  }
}
.live-message-popup {
  padding-left: 14px;
  padding-right: 14px;
  padding-top: 8px;
  padding-bottom: 8px;
}
.live-message-popup .button {
  background-color: #328823;
  color: white;
  padding: 5px;
  margin-top: 10px;
}
.live-message-popup .button:hover {
  background-color: rgb(35.0877192982, 95.4385964912, 24.5614035088);
  color: white;
}
.live-message-popup .button #turn-off-text {
  display: none;
}

.live-message-popup__name,
.live-message-popup__severity-name {
  font-size: 1rem;
  line-height: 1.4375;
  font-weight: 600;
  letter-spacing: -0.015625rem;
}

.live-message-popup__severity-name {
  margin-bottom: 2px;
  color: #333333;
}

.live-message-popup__name {
  display: block;
  padding-bottom: 8px;
  margin-bottom: 8px;
  border-bottom: 1px solid #e9e9ea;
}

.live-message-popup__date {
  font-size: 0.9375rem;
  line-height: 1.4666666667;
  letter-spacing: -0.015625rem;
  color: #666666;
}
.live-message-popup__date span {
  font: inherit;
}

.live-message-popup__view-details-button {
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 5px;
  padding-right: 5px;
  font-size: 0.875rem;
  line-height: 1.4285714286;
  letter-spacing: -0.015625rem;
  margin-top: 7px;
}

.live-message-popup-container.esri-popup--aligned-bottom-center {
  -webkit-transform: translate(-4px, 16px);
          transform: translate(-4px, 16px);
}
.live-message-popup-container.esri-popup--aligned-top-center {
  -webkit-transform: translate(-4px, -16px);
          transform: translate(-4px, -16px);
}
.live-message-popup-container:not(.esri-popup--shadow) {
  -webkit-box-shadow: none;
          box-shadow: none;
}

.live-message-popup-container--mobile {
  max-width: calc(100vw - 10px);
}
.live-message-popup-container--mobile.esri-popup--aligned-bottom-left {
  -webkit-transform: translate(-33px, -40px);
          transform: translate(-33px, -40px);
}
.live-message-popup-container--mobile.esri-popup--aligned-bottom-left .esri-popup__pointer {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  top: 18px;
}
.live-message-popup-container--mobile.esri-popup--aligned-bottom-left .esri-popup__pointer-direction {
  width: 37px;
  height: 37px;
  -webkit-transform: scale(0.375, 2) rotate(45deg);
          transform: scale(0.375, 2) rotate(45deg);
  bottom: -26px;
  left: -17px;
}
.live-message-popup-container--mobile.esri-popup--aligned-bottom-center {
  -webkit-transform: translateY(50px);
          transform: translateY(50px);
}
.live-message-popup-container--mobile.esri-popup--aligned-bottom-center .esri-popup__pointer-direction {
  width: 37px;
  height: 37px;
  -webkit-transform: scale(0.375, 2) rotate(45deg);
          transform: scale(0.375, 2) rotate(45deg);
  bottom: -26px;
  left: -17px;
}

@media screen and (min-width: 920px) {
  .live-message-popup__name,
  .live-message-popup__severity-name {
    line-height: 1.625;
  }
}
.leaflet-customPopup {
  position: absolute;
  text-align: left;
  max-height: 100vh;
  max-width: 320px !important;
}

.leaflet-customPopup-content-wrapper {
  padding: 1px;
  text-align: left;
}

.leaflet-customPopup-content {
  margin: 4px 4px;
}

.leaflet-customPopup-tip {
  width: 15px;
  height: 15px;
  padding: 1px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.leaflet-customPopup-tip-n {
  margin: -8px auto 0;
}
.leaflet-customPopup-tip-s {
  margin: 12px auto 0;
}
.leaflet-customPopup-tip-se {
  margin: 12px 12px 12px -8px;
  overflow: hidden;
}
.leaflet-customPopup-tip-sw {
  margin: 14px 12px 12px 32px;
  overflow: hidden;
}
.leaflet-customPopup-tip-ne {
  margin: -8px 12px 12px -8px;
  overflow: hidden;
}
.leaflet-customPopup-tip-nw {
  margin: -8px 12px 12px 32px;
  overflow: hidden;
}

a.leaflet-customPopup-close-button {
  position: absolute;
  top: 0px;
  right: 6px;
  text-align: center;
  font-size: 28px;
  font-family: "Impact" !important;
  color: #000;
  text-decoration: none;
}
a.leaflet-customPopup-close-button:hover {
  font-weight: 900;
}
a.leaflet-customPopup-close-button-s, a.leaflet-customPopup-close-button-se, a.leaflet-customPopup-close-button-sw {
  top: 18px;
  right: 6px;
}

.leaflet-customPopup-content p {
  margin: 18px 0;
}

.leaflet-customPopup-scrolled {
  overflow: auto;
  border-bottom: 1px solid #ddd;
  border-top: 1px solid #ddd;
}

.leaflet-customPopup-tip-container {
  margin: 0 auto;
  width: 40px;
  height: 20px;
  left: 0;
  position: relative;
  overflow: hidden;
}
.leaflet-customPopup-tip-container-se, .leaflet-customPopup-tip-container-ne {
  margin-left: 0;
}
.leaflet-customPopup-tip-container-sw, .leaflet-customPopup-tip-container-nw {
  margin-right: 0;
}

.leaflet-customPopup-content-wrapper, .leaflet-customPopup-tip {
  background: white;
  box-shadow: 0 3px 10px #888;
  -moz-box-shadow: 0 3px 10px #888;
  -webkit-box-shadow: 0 3px 14px #999;
}

.leaflet-customPopup-content-wrapper {
  border-radius: 5px;
}
.leaflet-customPopup-content-wrapper-se {
  border-radius: 0 5px 5px 5px;
}
.leaflet-customPopup-content-wrapper-sw {
  border-radius: 5px 0 5px 5px;
}
.leaflet-customPopup-content-wrapper-nw, .leaflet-customPopup-content-wrapper-w {
  border-radius: 5px 5px 0 5px;
}
.leaflet-customPopup-content-wrapper-ne, .leaflet-customPopup-content-wrapper-e {
  border-radius: 5px 5px 5px 0;
}

.last-updated {
  font-size: 0.9375rem;
  line-height: 1.2666666667;
  letter-spacing: -0.015625rem;
  color: #333;
}
.last-updated span, .last-updated a {
  font-size: inherit;
  line-height: inherit;
  letter-spacing: inherit;
}
.last-updated span {
  font-weight: inherit;
}

.last-updated__error {
  color: #cf373e;
  font-weight: bold;
}

@media screen and (min-width: 920px) {
  .last-updated__line {
    display: inline-block;
  }
}
.map-key-bar {
  padding: 0px;
}
.map-key-bar .accordion__title-bar {
  background-color: #fff;
}
.map-key-bar__title {
  padding-bottom: 0;
}
.map-key-bar__column {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  padding-right: 15px;
  padding-top: 10px;
  padding-bottom: 10px;
}
.map-key-bar__desktop-title-bar {
  display: none;
}
.map-key-bar__desktop-title {
  font-weight: bold;
}
.map-key-bar__mobile-title-bar {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  padding-top: 10px;
  padding-bottom: 10px;
  text-align: left;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
  color: inherit;
}
.map-key-bar__content-open {
  display: block;
}
.map-key-bar__mobile-title-icon {
  -webkit-transition: 0.25s all linear;
  transition: 0.25s all linear;
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
  height: 20px;
  width: 20px;
}
.map-key-bar__mobile-title-icon-open {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.map-key-bar__mobile-title {
  padding-right: 15px;
  padding-left: 15px;
  font-weight: bold;
}
.map-key-bar__icon {
  max-width: 40px;
  max-height: 40px;
  height: 100%;
}
.map-key-bar__name {
  text-align: left;
  padding-left: 10px;
}

.map-key-bar__key-column {
  padding-left: 5px;
}

.further-information-section {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-top: 20px;
  margin-left: 15px;
}

.further-information-header {
  color: #58595B;
  font-style: normal;
  font-weight: 900;
  font-size: 1.25rem;
  margin-top: 40px;
}

.further-information-text {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  font-size: 1rem;
  color: #58595B;
}

.further-information-you-can-also {
  margin-top: 15px;
}

.further-information-contact-details {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-top: 15px;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.further-information-phone {
  font-size: 1rem;
  margin-top: 5px;
}

.further-information-service-notice {
  margin-top: 5px;
}

.further-information-call-charges {
  font-size: 1rem;
  margin-top: 5px;
}

.further-information-header, .further-information-you-can-also {
  font-size: 1.875rem;
  font-weight: 700;
  line-height: 34px;
  padding-top: 30px;
}
.further-information-other {
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 28px;
  padding-top: 30px;
}

.further-information-links-list {
  display: block;
  margin-left: 15px;
  margin-right: 24px;
}

.further-information-links-item {
  font-size: 1.25rem;
  list-style-type: circle;
  list-style: outside;
  margin-top: 5px;
}

.further-information-links-item__link {
  text-decoration: none;
  font-size: 1rem;
  color: #007485;
  text-align: center;
  font-weight: 700;
}

.further-information-elsewhere-links {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-top: 37px;
  background-color: #e9e9ea;
  padding: 30px;
  overflow: hidden;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.further-information-elsewhere-links-header {
  font-size: 1.5rem;
  font-weight: 700;
  color: #58595B;
  padding-bottom: 20px;
  line-height: 28px;
}

.further-information-elsewhere__link {
  display: inline-block;
  clear: both;
}

@media screen and (min-width: 920px) {
  .further-information-section {
    margin-top: 53px;
  }
  .further-information-header {
    font-size: 1.875rem;
  }
  .further-information-contact-details {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    color: #58595B;
  }
  .further-information-section {
    margin-left: 0px;
  }
  .further-information-links-item {
    list-style: inside;
  }
  .further-information-elsewhere-links {
    margin-top: 47px;
  }
  .further-information-call-charges {
    font-size: 1rem;
    color: #007485;
  }
}
.map-loading {
  display: none;
  position: absolute;
  right: 10px;
  top: 10px;
  height: 48px;
  width: 48px;
  z-index: 1000;
}

.map-loading--visible {
  display: block;
}

@-webkit-keyframes leaflet-gestures-fadein {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes leaflet-gestures-fadein {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.leaflet-container:after {
  -webkit-animation: leaflet-gestures-fadein 0.8s backwards;
          animation: leaflet-gestures-fadein 0.8s backwards;
  color: #fff;
  font-family: "Roboto", Arial, sans-serif;
  font-size: 22px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 15px;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.5);
  z-index: 461;
  pointer-events: none;
}

.leaflet-gesture-handling-touch-warning:after,
.leaflet-gesture-handling-scroll-warning:after {
  -webkit-animation: leaflet-gestures-fadein 0.8s forwards;
          animation: leaflet-gestures-fadein 0.8s forwards;
}

.leaflet-gesture-handling-touch-warning:after {
  content: attr(data-gesture-handling-touch-content);
}

.leaflet-gesture-handling-scroll-warning:after {
  content: attr(data-gesture-handling-scroll-content);
}

.view-container--combined-view .view-container__list {
  overflow: hidden;
}
.view-container--combined-view .view-container__list .constrain {
  height: 100%;
}
.view-container--combined-view .live-message-list__items {
  overflow-y: auto;
  position: absolute;
  top: 76px;
  bottom: 0;
  left: 0;
  right: 0;
}

.landing-page .tabs {
  display: none;
}
.landing-page .tabs .tab[data-view=combinedView] {
  display: none;
}
@media screen and (max-width: 919px) {
  .landing-page .tabs {
    display: block;
  }
}

.view-container.view-container--list-view .view-container__map {
  display: block;
  position: absolute;
  left: -5000px;
  width: 100%;
}

.pagination {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-top: 5px;
}
.pagination .pagination__per-page-selector {
  margin-bottom: 15px;
}
.pagination .pagination__page-link {
  padding-top: 10px;
  padding-bottom: 10px;
}
.pagination .pagination__page-link:not(.pagination__page-link--disabled) {
  color: #007485;
}

@media screen and (min-width: 620px) {
  .pagination {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .pagination .pagination__per-page-selector {
    margin-bottom: 0;
  }
}
.easy-button-button {
  padding: 0;
  background-color: white;
  width: 40px;
  height: 40px;
  border: none;
}
.easy-button-button:hover {
  background-color: rgb(242.25, 242.25, 242.25);
}
.easy-button-button span img {
  width: 26px;
  height: 30px;
  padding-top: 6px;
}

/*overriding the default zoom control styles so they look like the home button.*/
.leaflet-touch .leaflet-bar a {
  width: 40px;
  height: 40px;
  line-height: 40px;
  font-size: 35px;
}
.leaflet-touch .leaflet-bar a:hover {
  background-color: rgb(242.25, 242.25, 242.25);
  width: 40px;
  height: 40px;
  line-height: 40px;
}

/*Duplicate rules needed to supercede stock leaflet CSS in Chrome and Edge*/
.leaflet-bar a {
  width: 40px;
  height: 40px;
  line-height: 40px;
  font-size: 35px;
}
.leaflet-bar a:hover {
  background-color: rgb(242.25, 242.25, 242.25);
  width: 40px;
  height: 40px;
  line-height: 40px;
}

.cluster-icon-container {
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  width: 40px;
  height: 40px;
}

.cluster-icon-text {
  width: 100%;
  color: black;
  text-align: center;
  font-size: 1.1em;
  margin: 0 auto;
  padding: 16px 0 0 2px;
}

@-webkit-keyframes border-pulsate {
  0% {
    border-color: rgb(0, 0, 0);
  }
  50% {
    border-color: rgba(0, 0, 0, 0);
  }
  100% {
    border-color: rgb(0, 0, 0);
  }
}

@keyframes border-pulsate {
  0% {
    border-color: rgb(0, 0, 0);
  }
  50% {
    border-color: rgba(0, 0, 0, 0);
  }
  100% {
    border-color: rgb(0, 0, 0);
  }
}
.symbol-icon-selected {
  -webkit-animation: border-pulsate 2s infinite;
          animation: border-pulsate 2s infinite;
  border: 3px solid black;
  border-radius: 5px;
}

.cluster-icon-container.symbol-icon-selected {
  width: 46px !important;
  height: 46px !important;
}

.leaflet-marker-icon.symbol-icon-selected {
  height: 42px !important;
  width: 42px !important;
}

.modal-container__modal {
  max-width: 764px;
}
.modal-container button {
  font-weight: 500;
  border: none;
}
.modal-container .share-data-modal {
  max-width: 400px;
}
.modal-container .share-data-modal__social-media-icons a {
  height: 50px;
  width: 50px;
  border-radius: 50%;
}
.modal-container .share-data-modal__social-media-icons .share-data-modal__social-media-link--whatsapp {
  background: url("/images/socialmedia/whatsapp-logo.svg") #e9e9ea center center no-repeat;
  background-size: 26px;
}

a[href]:not([tabindex="-1"]):focus,
area[href]:not([tabindex="-1"]):focus,
input:not([disabled]):not([tabindex="-1"]):focus,
select:not([disabled]):not([tabindex="-1"]):focus,
textarea:not([disabled]):not([tabindex="-1"]):focus,
button:not([disabled]):not([tabindex="-1"]):focus,
iframe:not([tabindex="-1"]):focus,
[tabindex]:not([tabindex="-1"]):focus,
[contentEditable=true]:not([tabindex="-1"]):focus,
a.accordion__title-bar:not([tabindex-1]):focus {
  background-color: #FD0 !important;
  border-color: transparent !important;
  -webkit-box-shadow: 0 -2px #FFDD00, 0 4px #0B0C0C !important;
          box-shadow: 0 -2px #FFDD00, 0 4px #0B0C0C !important;
  color: #0B0C0C !important;
  outline: none !important;
}
a[href]:not([tabindex="-1"]):focus h2,
area[href]:not([tabindex="-1"]):focus h2,
input:not([disabled]):not([tabindex="-1"]):focus h2,
select:not([disabled]):not([tabindex="-1"]):focus h2,
textarea:not([disabled]):not([tabindex="-1"]):focus h2,
button:not([disabled]):not([tabindex="-1"]):focus h2,
iframe:not([tabindex="-1"]):focus h2,
[tabindex]:not([tabindex="-1"]):focus h2,
[contentEditable=true]:not([tabindex="-1"]):focus h2,
a.accordion__title-bar:not([tabindex-1]):focus h2 {
  color: #0B0C0C !important;
}

#skiplink-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (min-width: 768px) {
  #skiplink-container .skiplink:focus {
    left: 0;
    z-index: 1;
    background-color: #FD0;
    border-color: transparent;
    -webkit-box-shadow: 0 -2px #FFDD00, 0 4px #0B0C0C;
            box-shadow: 0 -2px #FFDD00, 0 4px #0B0C0C;
    color: #0B0C0C;
    margin: 3px;
    padding: 3px;
    position: relative;
  }
}
@media screen and (min-width: 768px) {
  #skiplink-container .skiplink {
    position: absolute;
    left: -9999em;
    text-decoration: none;
    outline: none;
  }
}

.footer__site-contact-button {
  border: 1px solid #fff !important;
}

.checkbox-container {
  margin-top: 10px;
}

.checkbox-container .checkbox-container__element input[type=checkbox] {
  position: absolute;
}

.checkbox-container .checkbox-container__element input[type=checkbox] + label {
  background-image: none;
  background-repeat: no-repeat;
  background-color: #007485;
  color: #ffffff;
  border-color: #007485;
  background-size: 18px 18px;
  background-position-y: center;
  background-position-x: 10px;
  padding: 1em;
  padding-left: 2.5em;
  cursor: pointer;
  display: inline-block;
  position: relative;
}

.checkbox-container .checkbox-container__element input[type=checkbox]:focus + label {
  background-color: #FD0;
  color: #0B0C0C !important;
}

.checkbox-container .checkbox-container__element input[type=checkbox]:checked + label {
  background-image: url(../images/actionicons/check-white.svg);
}

.checkbox-container .checkbox-container__element {
  height: 80px;
}

@media (max-width: 1000px) {
  .station-parameter__button.station-parameter__button--graph {
    padding-right: 0px;
    padding-left: 0px;
  }
  .station-parameter__button.station-parameter__button--graph .no-mobile {
    display: none;
  }
}
.station-detail {
  width: 100%;
  padding-top: 10px;
  background-color: #ffffff;
}
.station-detail--popup {
  background-color: transparent;
}
.station-detail__header {
  position: relative;
  padding: 0 10px 10px 45px;
  margin-top: 23px;
}
.station-detail__heading, .esri-popup__content .station-detail__heading {
  display: block;
  color: #008393;
  font-weight: 700;
  margin-right: 10px;
  font-size: 16px;
  line-height: 20px;
}
.esri-popup__content .station-detail__heading {
  text-decoration: none;
}
.esri-popup__content .station-detail__heading:hover {
  color: #008393;
  text-decoration: underline;
}
.station-detail__icon-frame {
  position: absolute;
  left: 0;
  width: 50px;
  top: -3px;
  text-align: center;
}
.station-detail__icon {
  height: 25px;
}
.station-detail__state {
  position: absolute;
  top: -25px;
  left: 15px;
  color: #007485;
  text-align: right;
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
}
.station-detail__footer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  border-top: 1px solid #e9e9ea;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 10px;
  padding-right: 10px;
  font-size: 14px;
  line-height: 1.25;
}
.station-detail__button {
  padding: 0px 5px;
  background-size: 16px 16px;
  min-height: 24px;
  padding-left: 5px;
  padding-right: 30px;
  font-size: 14px;
  background-repeat: no-repeat;
  background-position-y: center;
  background-position-x: calc(100% - 5px);
}
.station-detail__button > span {
  font-size: 14px;
  line-height: 20px;
}
.station-detail__button--show-more {
  background-position-x: calc(100% - 5px);
  background-color: #e9e9ea;
  color: #007485;
  border-color: #e9e9ea;
  background-image: url(/images/actionicons/plus-dark-blue.svg);
  margin-left: auto;
  padding-top: 0;
  padding-bottom: 0;
}
.station-detail__button--show-more-minus {
  background-image: url(/images/actionicons/minus-dark-blue.svg);
}
.station-detail__button--graph {
  background-image: url(/images/actionicons/graph-bars-white.svg);
}
.station-detail__button--graph, .esri-popup__content .station-detail__button--graph {
  color: #ffffff;
  text-decoration: none;
}
.station-detail__button--graph:hover, .esri-popup__content .station-detail__button--graph:hover {
  color: #ffffff;
  text-decoration: none;
}
.station-detail__button--hidden {
  display: none;
}
.station-detail__parameters-container {
  padding-left: 10px;
  padding-right: 10px;
}

.station-parameter {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  border-top: 1px solid #e9e9ea;
  position: relative;
  padding-top: 8px;
  padding-bottom: 8px;
  padding-left: 35px;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.station-parameter--hidden {
  display: none;
}
.station-parameter__left-container {
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 0;
}
.station-parameter__details {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.station-parameter__details > span {
  line-height: 20px;
}
.station-parameter__date, .station-parameter__title, .station-parameter__value, .station-parameter__notice {
  -webkit-box-flex: 0;
  -webkit-flex-grow: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
  margin-right: 10px;
  font-size: 14px;
}
.station-parameter__date, .station-parameter__title, .station-parameter__value {
  white-space: nowrap;
}
.station-parameter__value {
  font-weight: 700;
}
.station-parameter__date {
  position: relative;
  height: 20px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  white-space: nowrap;
}
.station-parameter__date .info-icon {
  margin-left: 5px;
}
.station-parameter__right-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
}
.station-parameter__right-container .station-parameter__button {
  min-height: 30px;
  min-width: 30px;
}
.station-parameter__icon--state {
  height: 20px;
  width: 20px;
}
.station-parameter__icon--type {
  height: 24px;
  position: absolute;
  top: 0;
  left: 8px;
  bottom: 0;
  margin: auto;
}
.station-parameter__button {
  -webkit-align-self: center;
      -ms-flex-item-align: center;
          align-self: center;
  min-width: 28px;
  min-height: 25px;
  background-color: #358728;
  padding: 0;
}
.station-parameter__button, .esri-popup__content .station-parameter__button {
  color: #ffffff;
  text-decoration: none;
}
.station-parameter__button:hover, .esri-popup__content .station-parameter__button:hover {
  color: #ffffff;
  text-decoration: none;
}
.station-parameter__button .no-mobile {
  font-size: 14px;
  line-height: 20px;
}
.station-parameter__button--graph {
  font-size: 0;
  background-image: url(/images/actionicons/graph-bars-white.svg);
  background-size: 16px 16px;
  background-position-y: center;
  background-position-x: center;
  background-repeat: no-repeat;
}
.station-parameter__button--graph:focus {
  background-image: url(/images/actionicons/graph-bars-black.svg);
}
.station-parameter__img-container {
  margin-right: 10px;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  -webkit-box-flex: 0;
  -webkit-flex-grow: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
}
.station-parameter--popup .station-parameter__date {
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.station-parameter--popup .station-parameter__left-container {
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin-right: 0;
  -webkit-flex-basis: 0;
      -ms-flex-preferred-size: 0;
          flex-basis: 0;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
.station-parameter--popup .station-parameter__right-container {
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex-grow: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
  -webkit-flex-shrink: 1;
      -ms-flex-negative: 1;
          flex-shrink: 1;
}
.station-parameter--popup .station-parameter__right-container .station-parameter__button--graph {
  height: 30px;
  width: 30px;
  background-position: center center;
  padding: 0;
}
.station-parameter--popup .station-parameter__right-container .station-parameter__button--graph span {
  display: none;
}
.station-parameter--popup .station-parameter__button {
  padding-left: 0;
  padding-right: 0;
  width: 37px;
  height: 31px;
  background-position: center;
  background-size: 20px 20px;
}
.station-parameter--popup .station-parameter__button--hidden {
  display: none;
}
.station-parameter--popup .station-parameter__img-container {
  margin-right: 10px;
}

@media screen and (min-width: 360px) {
  .station-parameter__left-container {
    margin-right: 10px;
  }
  .station-parameter__img-container {
    margin-right: 20px;
  }
}
@media screen and (min-width: 620px) {
  .station-detail__state {
    font-size: 16px;
  }
  .station-detail__header {
    margin-top: 25px;
  }
  .station-detail__footer {
    font-size: 16px;
  }
  .station-parameter__date, .station-parameter__title, .station-parameter__value, .station-parameter__notice {
    font-size: 16px;
  }
  .station-parameter__left-container {
    margin-right: 20px;
  }
  .station-parameter__img-container {
    margin-right: 30px;
    -webkit-flex-basis: 30px;
        -ms-flex-preferred-size: 30px;
            flex-basis: 30px;
    height: 30px;
  }
  .station-parameter__icon--state {
    height: 30px;
    width: 30px;
  }
}
@media screen and (min-width: 920px) {
  .station-detail__header {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-top: 0;
    padding-right: 15px;
  }
  .station-detail__heading {
    padding-left: 0;
  }
  .station-detail__icon {
    position: relative;
  }
  .station-detail__state {
    position: static;
    margin-left: auto;
  }
  .station-detail__footer {
    padding-left: 15px;
    padding-right: 15px;
  }
  .station-detail__parameters-container {
    padding-left: 15px;
    padding-right: 15px;
  }
  .station-detail--popup {
    padding: 0;
    padding-top: 10px;
  }
  .station-detail--popup .station-detail__header {
    margin-top: 25px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .station-detail--popup .station-detail__state {
    position: absolute;
    left: 15px;
    top: -25px;
  }
  .station-detail--popup .station-detail__footer {
    border-top: none;
  }
  .station-parameter__right-container .station-parameter__button {
    min-height: 24px;
  }
  .station-parameter__button:hover {
    text-decoration: none;
  }
  .station-parameter__button--graph {
    padding-left: 5px;
    padding-right: 30px;
    background-position-y: center;
    background-position-x: calc(100% - 5px);
    font-size: 16px;
  }
  .station-parameter__button--hidden {
    display: block;
  }
  .station-parameter--popup .station-parameter__button--graph {
    font-size: 0;
  }
}
.station-list {
  padding-top: 15px;
  position: relative;
  height: 100%;
}
.station-list__item {
  border: 2px solid #e9e9ea;
  border-radius: 5px;
  margin-top: 12px;
  padding: 10px 0 0;
  -webkit-transition: border-color 400ms linear;
  transition: border-color 400ms linear;
}
.station-list__item--highlighted, .station-list__item:hover {
  border-width: 4px;
  border-color: #A5A5A5;
  padding: 8px 0 0;
  margin-bottom: -2px;
}
.station-list__item--highlighted .station-detail__header, .station-list__item:hover .station-detail__header {
  padding-left: 43px;
  padding-right: 8px;
}
.station-list__item--highlighted .station-detail__state, .station-list__item:hover .station-detail__state {
  left: 8px;
}
.station-list__item--highlighted .station-detail__parameters-container, .station-list__item:hover .station-detail__parameters-container {
  padding: 0 8px;
}
.station-list__item--highlighted .station-detail__footer, .station-list__item:hover .station-detail__footer {
  padding-left: 8px;
  padding-right: 8px;
}
.station-list__item--highlighted .station-detail__icon-frame, .station-list__item:hover .station-detail__icon-frame {
  left: -2px;
}
.station-list__container {
  margin-bottom: 20px;
}
.station-list__stats {
  margin-bottom: 15px;
}

.list-stats {
  font-size: 1rem;
}

@media screen and (min-width: 920px) {
  .station-list {
    padding-top: 30px;
  }
  .station-list__item--highlighted .station-detail__state, .station-list__item:hover .station-detail__state {
    left: 0;
  }
  .station-list__item--highlighted .station-detail__header, .station-list__item:hover .station-detail__header {
    padding-left: 43px;
    padding-right: 13px;
  }
  .station-list__item--highlighted .station-detail__parameters-container, .station-list__item:hover .station-detail__parameters-container {
    padding: 0 13px;
  }
  .station-list__item--highlighted .station-detail__footer, .station-list__item:hover .station-detail__footer {
    padding: 10px 13px;
  }
  .station-list__item--highlighted .station-detail__icon-frame, .station-list__item:hover .station-detail__icon-frame {
    left: -2px;
  }
  .station-list__item--fixed {
    top: 15px;
    left: 15px;
    right: 15px;
  }
  .station-list__stats {
    margin-bottom: 30px;
  }
  .view-container--list-view .station-list {
    max-width: 720px;
  }
}
@media screen and (min-width: 1220px) {
  .view-container--list-view .station-list {
    max-width: 960px;
  }
}
.station-parameter__details span {
  width: 7em !important;
}

.no-js .landing-page .tabs, .js-not-loaded .landing-page .tabs {
  display: none;
}
.no-js .landing-page .view-container, .js-not-loaded .landing-page .view-container {
  -webkit-box-shadow: none;
          box-shadow: none;
  height: auto;
}
.no-js .landing-page .view-container__list, .js-not-loaded .landing-page .view-container__list {
  display: block;
  -webkit-flex-basis: 100%;
      -ms-flex-preferred-size: 100%;
          flex-basis: 100%;
}
.no-js .landing-page .view-container__map, .js-not-loaded .landing-page .view-container__map {
  display: none;
}
.no-js .landing-page .search__bar, .js-not-loaded .landing-page .search__bar {
  display: none;
}
.no-js .landing-page .search__location-button, .js-not-loaded .landing-page .search__location-button {
  display: none;
}
.no-js .landing-page .search__controls, .js-not-loaded .landing-page .search__controls {
  width: 100%;
}
.no-js .landing-page .search__how-to-use-container, .js-not-loaded .landing-page .search__how-to-use-container {
  display: none;
}
.no-js .landing-page .search__last-updated-desktop, .js-not-loaded .landing-page .search__last-updated-desktop {
  text-align: left;
  margin-left: 0;
}
.no-js .landing-page .flood-warning-banner, .js-not-loaded .landing-page .flood-warning-banner {
  min-height: 90px;
  margin-left: 0;
  margin-top: 0;
}
.no-js .landing-page .flood-warning-count--active, .js-not-loaded .landing-page .flood-warning-count--active {
  cursor: default;
}
.no-js .landing-page .flood-warning-count__dropdown-icon, .js-not-loaded .landing-page .flood-warning-count__dropdown-icon {
  display: none;
}
.no-js .landing-page .live-message-list__pagination, .js-not-loaded .landing-page .live-message-list__pagination {
  display: none;
}

@media screen and (min-width: 920px) {
  .no-js .landing-page .flood-warning-banner, .js-not-loaded .landing-page .flood-warning-banner {
    padding-bottom: 30px;
  }
}
@media screen and (max-width: 919px) {
  .landing-page .view-container--combined-view .view-container__list {
    display: none;
  }
  .landing-page .view-container--combined-view .view-container__map {
    -webkit-flex-basis: 100%;
        -ms-flex-preferred-size: 100%;
            flex-basis: 100%;
  }
}
@media screen and (min-height: 550px) {
  .landing-page .view-container--map-view {
    min-height: 600px;
  }
}
.landing-page .view-container {
  width: 100%;
  margin: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  height: auto;
  min-height: none;
}
.landing-page .view-container .esri-view {
  min-height: 500px;
  max-height: 800px;
  height: 80vh;
}
.landing-page .view-container--map-view {
  max-height: none;
}
.landing-page .view-container--combined-view {
  max-height: none;
}
.landing-page .view-container--combined-view .live-message-list {
  min-height: 500px;
  max-height: 800px;
  height: 80vh;
  position: relative;
}
@media screen and (min-width: 920px) and (max-width: 1220px) {
  .landing-page .view-container--combined-view .pagination__per-page-selector {
    margin-right: 10px;
  }
  .landing-page .view-container--combined-view .pagination__per-page {
    margin-left: 8px;
  }
  .landing-page .view-container--combined-view .pagination__page-link {
    padding-left: 4px;
    padding-right: 4px;
  }
}
@media screen and (min-width: 620px) {
  .landing-page .view-container {
    -webkit-box-shadow: 0px 10px 20px -10px #ccc;
    box-shadow: 0px 10px 20px -10px #ccc;
  }
  .landing-page .view-container__key .map-key-bar {
    text-align: right;
    background-color: #fff;
    -webkit-box-shadow: none;
            box-shadow: none;
    padding: 0;
  }
  .landing-page .view-container__key .map-key-bar__title-bar {
    padding: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .landing-page .view-container__key .map-key-bar__title-icon {
    display: none;
  }
  .landing-page .view-container__key .map-key-bar__name {
    padding-left: 5px;
    font-size: 1rem;
    line-height: 1.25;
  }
  .landing-page .view-container__key .map-key-bar__key-container {
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    margin-right: -15px;
  }
  .landing-page .view-container__key .map-key-bar__mobile-title-bar {
    display: none;
  }
  .landing-page .view-container__key .map-key-bar__desktop-title-bar {
    padding: 0px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    margin-right: 15px;
    -webkit-flex-shrink: 0;
        -ms-flex-negative: 0;
            flex-shrink: 0;
  }
}
@media screen and (min-width: 920px) {
  .landing-page .view-container {
    width: 95%;
    max-width: 1040px;
    margin: auto;
  }
  .landing-page .view-container--combined-view {
    margin-top: 20px;
  }
}
@media screen and (min-width: 1220px) {
  .landing-page .view-container {
    width: 90%;
    max-width: 1500px;
  }
}

.health-check.banner {
  background-color: #FFFF00;
  position: fixed;
  left: calc(50vw - 300px);
  bottom: 0;
  padding: 20px;
  border: 2px solid #000;
  z-index: 1000;
  width: 600px;
}
.health-check .data-switch {
  text-align: center;
}
.health-check .data-switch form {
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 10px;
  text-align: left;
  width: 100%;
}
.health-check .data-switch form button {
  margin-left: 15px;
}

.holding-page p.body {
  margin-top: 20px;
}

.holding-page__item {
  margin-top: 30px;
}

.details__severity-name--severe-flood-warning {
  color: #C40000;
}

.details__severity-name--flood-warning {
  color: #C40000;
}

.details__severity-name--flood-alert {
  color: #cf4b09;
}

.details {
  color: #58595B;
}
.details wbr:after {
  content: "​";
}
.details__container {
  margin-top: -25px;
  position: relative;
}
.details__container__inner {
  margin-bottom: 36px;
}
.details__severity {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.details__severity-icon {
  max-height: 41px;
  max-width: 41px;
  vertical-align: middle;
}
.details__severity-name {
  letter-spacing: -0.0003125rem;
  margin-left: 8px;
  margin-right: 20px;
  margin-bottom: 0;
  font-size: 1.875rem;
  font-weight: 700;
  line-height: 34px;
}
.details__severity-name--no-longer-in-force {
  margin-left: 0px;
}
.details__share-and-dates {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  border-bottom: 2px solid #E9E9EA;
  margin-top: 10px;
  margin-bottom: 20px;
  -webkit-align-content: space-between;
      -ms-flex-line-pack: justify;
          align-content: space-between;
  font-size: 0.9375rem;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  padding-bottom: 10px;
}
.details__date {
  margin-right: 15px;
  white-space: nowrap;
}
.details__date, .details__issued, .details__updated {
  font-size: 0.9375rem;
}
.details__null-date {
  padding-left: 20px;
  padding-right: 50px;
}
.details__share-button {
  padding-top: 4px;
  padding-bottom: 4px;
  border-color: #007485;
  color: #007485;
}
.details__description {
  color: #58595B;
  font-size: 1rem;
  line-height: 1.5;
  margin-bottom: 10px;
  border-bottom: 2px solid #E9E9EA;
  padding-bottom: 10px;
}
.details__rimtext {
  color: #58595B;
  font-size: 1rem;
  line-height: 1.5;
  margin-bottom: 10px;
  border-bottom: 2px solid #E9E9EA;
  padding-bottom: 10px;
}
.details__river-levels {
  color: #58595B;
  font-size: 1rem;
  line-height: 1.5;
  vertical-align: middle;
  margin-bottom: 20px;
}
.details__phone {
  margin-bottom: 32px;
}
.details__signup-button {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-color: #007485;
  border-width: 3px;
  background-color: white;
  color: #007485;
  margin-bottom: 30px;
  width: 100%;
}
.details__home {
  height: 15px;
  color: #007485;
  font-size: 1rem;
  line-height: 1.625;
  margin-bottom: 59px;
}
.details__map {
  margin-bottom: 30px;
  margin-left: -15px;
  margin-right: -15px;
}
.details__accordion {
  margin-bottom: 10px;
}
.details__last-updated {
  margin-bottom: 15px;
  color: inherit;
}
.details__key {
  border-bottom: 2px solid #E9E9EA;
}

.floodline-phone {
  font-size: 1.4375rem;
  font-weight: 700;
  margin-bottom: 10px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
.floodline-phone div {
  margin-right: 5px;
}

.floodline-service-notice {
  font-size: 1.0625rem;
  font-weight: 500;
}

.accordion__loading {
  margin-left: auto;
  margin-right: auto;
}

.esri-view {
  min-height: 388px;
}

.severity-info__list-item {
  font-size: 1rem;
  line-height: 1.5;
  list-style-type: disc;
  color: #58595B;
  margin-bottom: 20px;
  margin-left: 20px;
}

.severity-name__info-link {
  margin-left: auto;
}

.modal__paragraph {
  margin-bottom: 0px;
}

.related-areas-accordion__content {
  font-size: 1rem;
}
.related-areas-accordion__content p {
  margin-top: 15px;
  margin-left: 15px;
}
.related-areas-accordion__content ul {
  margin-top: 15px;
  margin-left: 15px;
}
.related-areas-accordion__content li {
  list-style: disc outside;
}

.statuses-table {
  font-size: 1rem;
  margin-top: 15px;
}
.statuses-table td {
  padding-top: 15px;
  padding-bottom: 15px;
  line-height: 1;
}

.limit-text {
  font-size: 1rem;
  margin-top: 35px;
}

.no-results {
  margin-top: 15px;
}

.accordion__title-bar-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  background-color: #007485;
}

@media screen and (min-width: 500px) {
  .details__date wbr {
    display: none;
  }
}
@media screen and (min-width: 620px) {
  .details__container {
    margin-top: -15px;
  }
  .details__signup-button {
    width: auto;
  }
  .details__severity-name {
    font-size: 1.875rem;
    vertical-align: middle;
    margin-left: 13px;
    margin-right: 20px;
  }
  .details__severity-name--no-longer-in-force {
    margin-left: 0px;
  }
  .details__severity-icon {
    max-height: 52px;
    max-width: 52px;
    vertical-align: middle;
  }
}
@media screen and (min-width: 620px) and (max-width: 919px) {
  .details .map-key-bar {
    text-align: right;
    background-color: #fff;
    -webkit-box-shadow: none;
            box-shadow: none;
    padding: 0;
  }
  .details .map-key-bar__title-bar {
    padding: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .details .map-key-bar__title-icon {
    display: none;
  }
  .details .map-key-bar__name {
    padding-left: 5px;
    font-size: 1rem;
    line-height: 1.25;
  }
  .details .map-key-bar__key-container {
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    margin-right: -15px;
  }
  .details .map-key-bar__mobile-title-bar {
    display: none;
  }
  .details .map-key-bar__desktop-title-bar {
    padding: 0px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    margin-right: 15px;
    -webkit-flex-shrink: 0;
        -ms-flex-negative: 0;
            flex-shrink: 0;
  }
  .details__key .map-key-bar {
    text-align: center;
  }
}
@media screen and (min-width: 920px) {
  .details .map-key-bar {
    text-align: right;
    background-color: #fff;
    -webkit-box-shadow: none;
            box-shadow: none;
    padding: 0;
  }
  .details .map-key-bar__title-bar {
    padding: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .details .map-key-bar__title-icon {
    display: none;
  }
  .details .map-key-bar__name {
    padding-left: 5px;
    font-size: 1rem;
    line-height: 1.25;
  }
  .details .map-key-bar__key-container {
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    margin-right: -15px;
  }
  .details .map-key-bar__mobile-title-bar {
    display: none;
  }
  .details .map-key-bar__desktop-title-bar {
    padding: 0px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    margin-right: 15px;
    -webkit-flex-shrink: 0;
        -ms-flex-negative: 0;
            flex-shrink: 0;
  }
  .details__key .col {
    padding-left: 0;
  }
}
@media screen and (min-width: 920px) and (min-width: 980px) and (max-width: 1060px) {
  .details__key .col .map-key-bar__column {
    padding-right: 5px;
  }
  .details__key .col .map-key-bar__desktop-title-bar {
    padding-left: 3px;
    margin-right: 3px;
  }
}
@media screen and (min-width: 920px) and (min-width: 920px) and (max-width: 980px) {
  .details__key .col .map-key-bar__column {
    padding-right: 2px;
  }
  .details__key .col .map-key-bar__desktop-title-bar {
    padding-left: 2px;
    margin-right: 2px;
  }
  .details__key .col .map-key-bar__name {
    font-size: 0.90625rem;
  }
}
@media screen and (min-width: 920px) {
  .details .map-key-bar__desktop-title-bar {
    padding-left: 10px;
  }
}
@media screen and (max-width: 919px) {
  .esri-view {
    min-height: 360px;
    height: 388px;
  }
}
@media screen and (min-width: 920px) {
  .details__container {
    margin-top: -5px;
  }
  .details__severity-name {
    font-size: 1.875rem;
    vertical-align: middle;
    margin-left: 13px;
    margin-right: 20px;
  }
  .details__severity-name--no-longer-in-force {
    margin-left: 0px;
  }
  .details__left {
    max-width: 50%;
  }
  .details__rimtext {
    margin-bottom: 50px;
  }
  .details__desktop-links {
    margin-top: 50px;
  }
  .details__map {
    position: absolute;
    top: 0;
    right: 30px;
    width: calc(50% - 30px);
    height: 540px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.atoz .live-message-list {
  max-width: 100%;
}
.atoz .live-message {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
}
.atoz .live-message .live-message__severity {
  border-bottom: none;
  padding-bottom: 0;
  width: 140px;
  border-right: 1px solid #e9e9ea;
  padding-right: 10px;
}
.atoz .live-message .live-message__details {
  padding-left: 10px;
  width: 80%;
  position: relative;
}
.atoz .live-message .live-message__dates {
  padding-top: 5px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media screen and (min-width: 620px) {
  .atoz .live-message .live-message__dates {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
.atoz .live-message .live-message__dates .live-message__date {
  margin-right: 5px;
}
.atoz .live-message .live-message__description {
  display: block;
  font-size: 0.9375rem;
  line-height: 1.4666666667;
  letter-spacing: -0.015625rem;
  font-weight: 400;
  color: #666;
  margin-top: 0.3125rem;
}
.atoz .live-message .live-message__top {
  border-bottom: 1px solid #e9e9ea;
}
.atoz .live-message .live-message__bottom a {
  position: absolute;
  top: 0;
  right: 0;
}
@media screen and (max-width: 365px) {
  .atoz .live-message .live-message__bottom a {
    position: static;
  }
}
.atoz .search .search__container {
  padding-bottom: 20px;
}
.atoz .search .search__container .search__row .search__bar .search__search-field {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.atoz .search .search__container .search__row .search__bar .search__search-field-control-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.atoz .search .search__container .search__row .search__bar .search__search-field-control-container .search__search-input {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  padding-bottom: 5px;
}
.atoz .search .search__container .search__row .search__bar .search__search-field-control-container .search__search-input #searchInput {
  background-image: none;
}
.atoz .search .search__container .search__row .search__bar .search__search-field-control-container .search__return-landing .button--secondary {
  color: #007485;
  border-color: #007485;
}
@media screen and (min-width: 620px) {
  .atoz .search .search__container .search__row .search__bar .search__search-field-control-container {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .atoz .search .search__container .search__row .search__bar .search__search-field-control-container .search__search-input {
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
    width: 50%;
    padding-bottom: 0px;
  }
}
.atoz .live-message-list button {
  background: none;
  border: none;
  text-decoration: none;
  color: #007485;
  font-size: 1rem;
  padding: 0;
  text-align: left;
  font-weight: bold;
}
.atoz .live-message-list .live-message__top {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.leaflet-div-icon {
  background: none;
  border: none;
}

.leaflet-bar button.easy-button-button.disabled {
  cursor: default;
  background-color: #f4f4f4;
  color: #bbb;
}
.leaflet-bar button.easy-button-button.disabled img {
  opacity: 0.4;
}
/*# sourceMappingURL=index.css.map */
