body {
  font-family: "Lato", sans-serif;
  color: #333333;
  overflow-x: hidden; }

a {
  color: #067296;
  font-weight: inherit;
  text-decoration: underline;
  transition: color 0.2s ease; }
  a:hover {
    color: #ab6d28;
    text-decoration: underline; }

h1,
h2,
h3,
h4 {
  margin-bottom: 1rem; }

h2 {
  font-weight: 600; }

h4 {
  font-size: 1.25rem;
  font-weight: 500; }

.linkButton {
  text-decoration: none !important; }

.grecaptcha-badge {
  visibility: hidden !important; }

.lds-dual-ring {
  display: inline-block;
  width: 40px;
  height: 40px;
  align-self: center !important;
  text-align: center !important;
  justify-content: center !important; }
  .lds-dual-ring:after {
    content: " ";
    display: block;
    width: 32px;
    height: 32px;
    margin: 4px;
    border-radius: 50%;
    border: 3px solid #c5e5ec;
    border-color: #c5e5ec transparent #c5e5ec transparent;
    animation: lds-dual-ring 1.2s linear infinite; }
  .lds-dual-ring.mini {
    width: 20px;
    height: 20px; }
    .lds-dual-ring.mini::after {
      width: 20px;
      height: 20px;
      margin: 2px 0px; }

@keyframes lds-dual-ring {
  0% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(360deg); } }

.vis-tooltip {
  pointer-events: none;
  background: #262729;
  border-radius: 5px;
  color: #ffffff;
  display: none;
  max-width: 400px;
  min-width: 80px;
  overflow: hidden;
  padding: 1rem;
  position: absolute;
  text-align: left;
  opacity: 0;
  font-weight: 400;
  display: none;
  font-size: 0.9rem;
  z-index: 9980; }
  .vis-tooltip .indicator-name {
    margin-bottom: 0.25rem; }
  .vis-tooltip .location-name {
    margin-bottom: 0.25rem; }
  .vis-tooltip .results .status {
    font-size: 1rem; }

.fix-width-col-default {
  flex-basis: 600px;
  flex-grow: 0;
  flex-shrink: 0;
  max-width: 600px; }
  .fix-width-col-default + div {
    max-width: 100%;
    flex: 1 1 0; }
  @media only screen and (min-width: 1199px) {
    .fix-width-col-default + div {
      padding-left: 0; } }
  @media only screen and (max-width: 1199px) {
    .fix-width-col-default {
      flex: 1 1 100% !important;
      max-width: 100% !important; }
      .fix-width-col-default + div {
        max-width: 100% !important;
        flex: 1 1 100% !important; } }

.fix-width-col-map {
  flex-basis: 600px;
  flex-grow: 0;
  flex-shrink: 0;
  max-width: 600px; }
  .fix-width-col-map + div {
    max-width: 100%;
    flex: 1 1 0; }
  @media only screen and (min-width: 950px) {
    .fix-width-col-map + div {
      padding-left: 0; } }
  @media only screen and (max-width: 950px) {
    .fix-width-col-map {
      flex: 1 1 100% !important;
      max-width: 100% !important; }
      .fix-width-col-map + div {
        max-width: 100% !important;
        flex: 1 1 100% !important; } }

.fix-width-col-400 {
  flex-basis: 400px;
  flex-grow: 0;
  flex-shrink: 0;
  max-width: 400px; }
  .fix-width-col-400 + div {
    max-width: 100%;
    flex: 1 1 0; }
  @media only screen and (min-width: 1199px) {
    .fix-width-col-400 + div {
      padding-left: 0; } }
  @media only screen and (max-width: 1199px) {
    .fix-width-col-400 {
      flex: 1 1 100% !important;
      max-width: 100% !important; }
      .fix-width-col-400 + div {
        max-width: 100% !important;
        flex: 1 1 100% !important; } }

.fix-width-col-515 {
  flex-basis: 515px;
  flex-grow: 0;
  flex-shrink: 0;
  max-width: 515px; }
  .fix-width-col-515 + div {
    max-width: 100%;
    flex: 1 1 0; }
  @media only screen and (min-width: 1199px) {
    .fix-width-col-515 + div {
      padding-left: 15; } }
  @media only screen and (max-width: 1199px) {
    .fix-width-col-515 {
      flex: 1 1 100% !important;
      max-width: 100% !important; }
      .fix-width-col-515 + div {
        max-width: 100% !important;
        flex: 1 1 100% !important; } }

.fix-width-col-500 {
  flex-basis: 500px;
  flex-grow: 0;
  flex-shrink: 0;
  max-width: 500px; }
  .fix-width-col-500 + div {
    max-width: 100%;
    flex: 1 1 0; }
  @media only screen and (min-width: 1199px) {
    .fix-width-col-500 + div {
      padding-left: 0; } }
  @media only screen and (max-width: 1199px) {
    .fix-width-col-500 {
      flex: 1 1 100% !important;
      max-width: 100% !important; }
      .fix-width-col-500 + div {
        max-width: 100% !important;
        flex: 1 1 100% !important; } }

.graphic-element {
  position: relative;
  margin-bottom: 1rem; }

.default-margin-bottom {
  margin-bottom: 1rem; }

.double-margin-bottom {
  margin-bottom: 2rem; }

.triple-margin-bottom {
  margin-bottom: 3rem; }

.grow-from-50 {
  flex: 1 1 50%; }
  @media screen and (max-width: 1199px) {
    .grow-from-50 {
      flex-basis: 100%; } }

.grow-from-default {
  flex: 1 1 0; }
  @media screen and (max-width: 1199px) {
    .grow-from-default {
      flex-basis: 100%; } }

.no-white-space {
  white-space: nowrap; }

label {
  margin-bottom: 1rem; }

.headline {
  font-size: 1.2rem;
  font-weight: 500; }

@media (max-width: 768px) {
  .chart-headline {
    text-align: center; } }

.marginBottom {
  margin-bottom: 1rem; }

.light-bold {
  font-weight: 400; }

.s-light-bold {
  font-weight: 300; }

.custom-scrollbar {
  /* width */ }
  .custom-scrollbar::-webkit-scrollbar {
    width: 10px;
    height: 10px;
    background-color: #eeeeee; }
  .custom-scrollbar::-webkit-scrollbar-thumb {
    border-radius: 0.5rem;
    background-color: #023956; }

.readmore-anchor {
  height: 0px; }

.si-header {
  font-size: 1.3rem;
  font-weight: 700; }
  .si-header:after {
    width: 100%;
    height: 4px;
    display: block;
    background: #023956;
    content: ""; }

.si-sub-header {
  font-size: 1.1rem;
  font-weight: 600; }

.si-table {
  width: 100%;
  margin-bottom: 1rem; }
  .si-table > div {
    flex-grow: 1;
    flex-shrink: 0;
    flex-basis: 0;
    max-width: 100%;
    white-space: nowrap; }
    .si-table > div > div {
      white-space: nowrap;
      text-overflow: ellipsis;
      overflow: hidden; }
    @media only screen and (max-width: 768px) {
      .si-table > div {
        white-space: unset;
        flex-grow: 0;
        flex-basis: 100%;
        max-width: 100%; } }

.si-unordered-list {
  margin-left: 1.5rem; }
  .si-unordered-list > div {
    display: flex;
    align-items: center;
    margin-bottom: 0.7rem; }

.si-check {
  font-size: 1rem;
  margin-right: 0.5rem;
  font-weight: 900;
  color: #56bd46; }

.si-xmark {
  font-size: 1rem;
  margin-right: 0.5rem;
  font-weight: 900;
  color: #d36011; }

.si-list-item {
  font-size: 0.4rem;
  margin-right: 0.5rem;
  font-weight: 900;
  color: #333333; }

.table {
  color: inherit; }

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

.tooltip {
  z-index: 9980; }
  .tooltip .tooltip-arrow {
    left: 0px;
    opacity: 0;
    transition: opacity 0.3s ease; }

.app-container {
  max-width: 1480px;
  margin: 0 auto; }

.site-branding {
  display: flex;
  flex-wrap: wrap;
  background: #004061;
  padding-top: 15px;
  padding-bottom: 15px;
  margin-left: -15px;
  margin-right: -15px;
  color: #fff;
  align-items: center; }
  .site-branding .qldLogo {
    flex-basis: 250px;
    height: 100%;
    flex-grow: 1;
    padding-left: 15px;
    padding-right: 15px;
    display: flex;
    align-items: flex-start; }
    .site-branding .qldLogo svg,
    .site-branding .qldLogo img {
      height: 39px; }
  .site-branding .pageTitle {
    flex-grow: 1;
    font-size: 1.6rem;
    display: flex;
    justify-content: center;
    padding-left: 15px;
    padding-right: 15px; }
  .site-branding .sideActions {
    flex-basis: 250px;
    font-size: 0.8rem;
    flex-grow: 1;
    max-width: 100%;
    display: flex;
    justify-content: flex-end;
    padding-left: 15px;
    padding-right: 15px; }
    .site-branding .sideActions a {
      color: inherit; }
    .site-branding .sideActions .gap {
      margin-left: 5px;
      margin-right: 5px; }

.primary-menu {
  align-items: center;
  justify-content: center;
  background-color: #277e8b; }
  .primary-menu .menu-item {
    white-space: nowrap;
    margin: 0rem 1rem;
    color: #fff; }
    .primary-menu .menu-item.menu-item--active-trail a {
      background: #fff;
      color: #277e8b; }
    .primary-menu .menu-item a {
      display: flex;
      padding: 0.4rem 1rem;
      font-size: 1.4rem;
      justify-content: center;
      text-decoration: none;
      color: inherit; }
      .primary-menu .menu-item a:hover {
        text-decoration: none; }
      .primary-menu .menu-item a.is-active {
        background: #fff;
        color: #277e8b; }

#block-reportblock {
  padding-left: 0px;
  padding-right: 0px; }

.user-login-form {
  margin-top: 1rem;
  border-radius: 4px;
  background: #004061;
  padding: 15px 20px;
  color: #fff;
  width: 100%; }
  .user-login-form label {
    margin-bottom: 0rem; }
  .user-login-form .js-form-item {
    margin-bottom: 1rem; }
    .user-login-form .js-form-item input {
      width: 100%; }

#drupal-live-announce.visually-hidden {
  display: none; }

.contact-footer-section {
  background-color: #666;
  color: #fff; }
  .contact-footer-section .contact-footer {
    display: flex;
    flex-direction: column;
    width: 100%;
    list-style-type: none;
    padding: 0.5em 0;
    margin: 0; }
    .contact-footer-section .contact-footer a {
      text-decoration: none;
      color: #fff; }
    .contact-footer-section .contact-footer > li {
      margin: 0.25em 0;
      padding: 0 1em;
      display: flex;
      align-items: center;
      justify-content: center;
      width: 100%; }
      @media only screen and (min-width: 1000px) {
        .contact-footer-section .contact-footer > li {
          margin: 0;
          width: 50%; } }
    .contact-footer-section .contact-footer .phone {
      justify-content: center; }
      .contact-footer-section .contact-footer .phone a {
        font-weight: bold;
        margin: 0 0.25em; }
        .contact-footer-section .contact-footer .phone a:hover {
          text-decoration: underline; }
      @media only screen and (min-width: 1000px) {
        .contact-footer-section .contact-footer .phone {
          justify-content: left; } }
    .contact-footer-section .contact-footer .social {
      align-items: flex-start; }
      .contact-footer-section .contact-footer .social a {
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 1.5em;
        min-width: 40px;
        height: 40px; }
        .contact-footer-section .contact-footer .social a:hover {
          background-color: rgba(255, 255, 255, 0.15);
          color: unset; }
      @media only screen and (min-width: 1000px) {
        .contact-footer-section .contact-footer .social {
          justify-content: flex-end; } }
    @media only screen and (min-width: 1000px) {
      .contact-footer-section .contact-footer {
        flex-direction: row; } }

.site-footer {
  opacity: 0; }

footer {
  background: #333333;
  color: #fff;
  padding: 2em 1em;
  font-size: 0.85em; }
  footer .footer a {
    color: #fff;
    text-decoration: none; }
    footer .footer a:visited, footer .footer a:active {
      color: #fff;
      text-decoration: none; }
    footer .footer a:hover {
      text-decoration: underline; }
  footer .footer .footer-links {
    list-style-type: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: center; }
    footer .footer .footer-links li {
      display: block;
      padding: 0 0.75em;
      margin: 0 0 0.5em 0;
      line-height: 1.25; }
      footer .footer .footer-links li:not(:last-child) {
        border-right: 1px solid #999; }
      @media only screen and (min-width: 1000px) {
        footer .footer .footer-links li {
          margin: 0; } }
  footer .footer .copyright {
    margin: 0;
    padding: 1em 0 0 0; }
    footer .footer .copyright p {
      margin: 0;
      text-align: center; }
