.BulletinBenefits {
  padding: 60px 0; }

.FontIcon {
  margin-right: 9px;
  vertical-align: text-bottom;
  font-family: "Material-Design-Iconic-Font";
  font-size: 21px; }
  .FontIcon.large {
    margin-right: 0;
    font-size: 80px;
    line-height: 80px; }

.ImageColumnWithContent {
  display: flex; }
  .ImageColumnWithContent .backgroundImage {
    width: 45%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center; }
    .ImageColumnWithContent .backgroundImage.centred {
      background-size: auto;
      background-position: 50% 50%; }
  .ImageColumnWithContent .text {
    width: 55%;
    padding: 80px 115px 80px 150px;
    box-sizing: border-box; }
    .ImageColumnWithContent .text .content {
      float: right;
      max-width: 600px;
      font-size: 18px;
      line-height: 36px;
      font-weight: 300; }
    .ImageColumnWithContent .text h1, .ImageColumnWithContent .text h2, .ImageColumnWithContent .text h3, .ImageColumnWithContent .text h4 {
      font-family: "Roboto Slab";
      font-weight: 300;
      font-size: 32px;
      line-height: 44px;
      color: #006BB3; }
  .ImageColumnWithContent .backgroundImage + .text .content {
    float: left; }
  .ImageColumnWithContent.white {
    background-color: #fff; }
  .ImageColumnWithContent.teal {
    background-color: #deeced; }
  .ImageColumnWithContent.blue {
    background-color: #006BB3; }
    .ImageColumnWithContent.blue .text, .ImageColumnWithContent.blue .text h1, .ImageColumnWithContent.blue .text h2, .ImageColumnWithContent.blue .text h3, .ImageColumnWithContent.blue .text h4 {
      color: #fff; }
    .ImageColumnWithContent.blue .button {
      background-color: #fff;
      color: #de3c3c; }
      .ImageColumnWithContent.blue .button:hover {
        background-color: #d9d9d9; }
  .ImageColumnWithContent.right .text {
    order: 1;
    padding: 80px 150px 80px 115px; }
    .ImageColumnWithContent.right .text .content {
      float: right; }
  .ImageColumnWithContent.right .backgroundImage {
    order: 2; }
  @media (max-width: 1460px) {
    .ImageColumnWithContent .backgroundImage {
      width: 50%; }
    .ImageColumnWithContent.right .text, .ImageColumnWithContent .text {
      width: 50%;
      padding: 80px; } }
  @media (max-width: 1200px) {
    .ImageColumnWithContent {
      flex-direction: column; }
      .ImageColumnWithContent .backgroundImage {
        min-height: 400px;
        width: 100%; }
      .ImageColumnWithContent.right .text, .ImageColumnWithContent .text {
        width: 100%;
        padding: 40px 80px; }
        .ImageColumnWithContent.right .text .content, .ImageColumnWithContent .text .content {
          max-width: 100%; } }
  @media (max-width: 500px) {
    .ImageColumnWithContent.right .text, .ImageColumnWithContent .text {
      padding: 40px 20px; } }

.CentredList {
  display: flex;
  align-items: stretch;
  gap: 1em 50px; }
  .CentredList .listItem {
    box-sizing: border-box;
    padding: 55px 60px;
    background-color: #f5fafa;
    border-radius: 5px;
    flex: 1; }
    .CentredList .listItem img {
      width: 100px; }
    .CentredList .listItem h1, .CentredList .listItem h2, .CentredList .listItem h3, .CentredList .listItem h4 {
      font-family: "Roboto Slab";
      margin: 1em 0;
      font-size: 30px;
      font-weight: 400;
      line-height: 1.27;
      letter-spacing: -0.8px; }
    .CentredList .listItem p {
      font-size: 16px;
      line-height: 1.7;
      margin: 0; }
  .CentredList.twoCol {
    flex-direction: row;
    flex-wrap: wrap;
    margin: 2.5em 0; }
    .CentredList.twoCol .listItem {
      padding: 20px 40px;
      width: 50%;
      box-sizing: border-box;
      text-align: center; }
      .CentredList.twoCol .listItem h3 {
        font-size: 18px;
        letter-spacing: 0;
        font-weight: 500;
        margin-bottom: 0.5em;
        line-height: 1.6em; }
      .CentredList.twoCol .listItem p {
        font-size: 14px;
        line-height: 1.8em; }
      .CentredList.twoCol .listItem:nth-of-type(3) h3 {
        color: #a1bf18; }
    @media (max-width: 600px) {
      .CentredList.twoCol .listItem {
        width: 100%; } }
  @media (max-width: 1020px) {
    .CentredList {
      flex-direction: column; }
      .CentredList .listItem {
        width: 100%; } }

.PageTitleWithImage {
  display: flex;
  position: relative;
  background-color: #deeced; }
  .PageTitleWithImage .backgroundImage {
    width: 45%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center; }
  .PageTitleWithImage .text {
    width: 55%;
    padding: 30px 115px 30px 0;
    box-sizing: border-box; }
    .PageTitleWithImage .text .content {
      float: right;
      max-width: calc(600px + 10%);
      width: 100%;
      font-size: 18px;
      line-height: 36px;
      font-weight: 300; }
    .PageTitleWithImage .text h1, .PageTitleWithImage .text h2, .PageTitleWithImage .text h3, .PageTitleWithImage .text h4 {
      font-family: "Roboto Slab";
      font-weight: 300;
      font-size: 49px;
      line-height: 52px;
      letter-spacing: -0.02em;
      color: #006BB3; }
  .PageTitleWithImage .svg {
    z-index: 1;
    content: "";
    position: absolute;
    top: 0;
    height: 100%;
    width: 78px;
    margin-left: -1px; }
  .PageTitleWithImage .backgroundImage {
    position: relative; }
    .PageTitleWithImage .backgroundImage + .text .content {
      float: left; }
  .PageTitleWithImage.white {
    background-color: #fff; }
  .PageTitleWithImage.teal {
    background-color: #deeced; }
  .PageTitleWithImage.blue {
    background-color: #006BB3; }
    .PageTitleWithImage.blue .text, .PageTitleWithImage.blue .text h1, .PageTitleWithImage.blue .text h2, .PageTitleWithImage.blue .text h3, .PageTitleWithImage.blue .text h4 {
      color: #fff; }
    .PageTitleWithImage.blue .button {
      background-color: #fff;
      color: #de3c3c; }
      .PageTitleWithImage.blue .button:hover {
        background-color: #d9d9d9; }
  .PageTitleWithImage.right .text {
    order: 1;
    padding: 30px 150px 30px 115px; }
    .PageTitleWithImage.right .text .content {
      float: right; }
  .PageTitleWithImage.right .backgroundImage {
    order: 2; }
  @media (max-width: 1460px) {
    .PageTitleWithImage .backgroundImage {
      width: 50%; }
    .PageTitleWithImage.right .text, .PageTitleWithImage .text {
      width: 50%;
      padding: 30px 20px; }
    .PageTitleWithImage .svg {
      left: 50%; } }
  @media (max-width: 1200px) {
    .PageTitleWithImage .backgroundImage {
      display: none; }
    .PageTitleWithImage.right .text, .PageTitleWithImage .text {
      width: 100%; }
      .PageTitleWithImage.right .text .content, .PageTitleWithImage .text .content {
        max-width: 100%; }
    .PageTitleWithImage .svg {
      display: none; } }

.LightTitle {
  margin: 0 0 10px 0;
  font-family: "Roboto Slab";
  color: #006BB3;
  font-weight: 400;
  line-height: 1.3;
  font-size: 36px; }
  @media (max-width: 414px) {
    .LightTitle {
      font-size: 28px; } }
  .LightTitle.small {
    font-size: 28px; }
  .LightTitle.secondary {
    color: #007FAD; }
  .LightTitle.tertiary {
    color: #de3c3c; }

.RadioButtonsContainer {
  position: relative; }

.TextFieldCounter {
  position: absolute;
  bottom: -22px;
  right: 0;
  font-size: 12px; }
  .invalid .TextFieldCounter {
    color: red; }

.Heading {
  margin: 0 0 30px 0;
  font-family: "Roboto Slab";
  font-size: 26px;
  font-weight: 400;
  line-height: 44px; }
  .Heading.extraLarge {
    font-size: 48px;
    line-height: 60px; }
    @media (max-width: 767px) {
      .Heading.extraLarge {
        font-size: 36px; } }
  .Heading.large {
    font-size: 36px;
    line-height: 60px; }
    @media (max-width: 767px) {
      .Heading.large {
        font-size: 24px; } }
  .Heading.small {
    font-size: 18px;
    line-height: 40px; }
    @media (max-width: 767px) {
      .Heading.small {
        font-size: 14px; } }
  .Heading.centred {
    text-align: center; }
  .Heading.primary {
    color: #006BB3; }
  .Heading.secondary {
    color: #007FAD; }

.LightText {
  padding-bottom: 45px;
  font-size: 19px;
  font-weight: 300;
  line-height: 36px; }
  .LightText.large {
    font-size: 36px;
    line-height: 60px; }

.FormHeading {
  position: relative;
  margin: 0;
  padding: 30px;
  background: #006BB3;
  box-sizing: border-box;
  color: #fff;
  font-family: "Roboto Slab";
  font-weight: 300;
  font-size: 20px;
  text-align: center; }
  .FormHeading.left {
    text-align: left; }
  .FormHeading.bold {
    font-weight: 500; }

.FlexContent {
  display: flex;
  flex-flow: row wrap; }
  .FlexContent .flexColumn {
    position: relative;
    width: 50%;
    vertical-align: top;
    box-sizing: border-box;
    padding: 0 50px; }
  .FlexContent.centre .flexColumn {
    text-align: center; }
  .FlexContent.alignMiddle {
    align-items: center; }
  .FlexContent.noPadding .flexColumn {
    padding: 0; }
  @media (max-width: 767px) {
    .FlexContent {
      flex-flow: column nowrap; }
      .FlexContent .flexColumn {
        width: 100% !important;
        margin-bottom: 20px; } }

fieldset {
  border: none;
  padding: 0;
  margin-bottom: 1em; }
  fieldset legend {
    display: none; }

.react-datepicker-popper[data-placement^="bottom"] .react-datepicker__triangle, .react-datepicker-popper[data-placement^="top"] .react-datepicker__triangle, .react-datepicker__year-read-view--down-arrow,
.react-datepicker__month-read-view--down-arrow,
.react-datepicker__month-year-read-view--down-arrow {
  margin-left: -8px;
  position: absolute; }
  .react-datepicker-popper[data-placement^="bottom"] .react-datepicker__triangle, .react-datepicker-popper[data-placement^="top"] .react-datepicker__triangle, .react-datepicker__year-read-view--down-arrow,
  .react-datepicker__month-read-view--down-arrow,
  .react-datepicker__month-year-read-view--down-arrow, .react-datepicker-popper[data-placement^="bottom"] .react-datepicker__triangle::before, .react-datepicker-popper[data-placement^="top"] .react-datepicker__triangle::before, .react-datepicker__year-read-view--down-arrow::before,
  .react-datepicker__month-read-view--down-arrow::before,
  .react-datepicker__month-year-read-view--down-arrow::before {
    box-sizing: content-box;
    position: absolute;
    border: 8px solid transparent;
    height: 0;
    width: 1px; }
  .react-datepicker-popper[data-placement^="bottom"] .react-datepicker__triangle::before, .react-datepicker-popper[data-placement^="top"] .react-datepicker__triangle::before, .react-datepicker__year-read-view--down-arrow::before,
  .react-datepicker__month-read-view--down-arrow::before,
  .react-datepicker__month-year-read-view--down-arrow::before {
    content: "";
    z-index: -1;
    border-width: 8px;
    left: -8px;
    border-bottom-color: #aeaeae; }

.react-datepicker-popper[data-placement^="bottom"] .react-datepicker__triangle {
  top: 0;
  margin-top: -8px; }
  .react-datepicker-popper[data-placement^="bottom"] .react-datepicker__triangle, .react-datepicker-popper[data-placement^="bottom"] .react-datepicker__triangle::before {
    border-top: none;
    border-bottom-color: #f0f0f0; }
  .react-datepicker-popper[data-placement^="bottom"] .react-datepicker__triangle::before {
    top: -1px;
    border-bottom-color: #aeaeae; }

.react-datepicker-popper[data-placement^="top"] .react-datepicker__triangle, .react-datepicker__year-read-view--down-arrow,
.react-datepicker__month-read-view--down-arrow,
.react-datepicker__month-year-read-view--down-arrow {
  bottom: 0;
  margin-bottom: -8px; }
  .react-datepicker-popper[data-placement^="top"] .react-datepicker__triangle, .react-datepicker__year-read-view--down-arrow,
  .react-datepicker__month-read-view--down-arrow,
  .react-datepicker__month-year-read-view--down-arrow, .react-datepicker-popper[data-placement^="top"] .react-datepicker__triangle::before, .react-datepicker__year-read-view--down-arrow::before,
  .react-datepicker__month-read-view--down-arrow::before,
  .react-datepicker__month-year-read-view--down-arrow::before {
    border-bottom: none;
    border-top-color: #fff; }
  .react-datepicker-popper[data-placement^="top"] .react-datepicker__triangle::before, .react-datepicker__year-read-view--down-arrow::before,
  .react-datepicker__month-read-view--down-arrow::before,
  .react-datepicker__month-year-read-view--down-arrow::before {
    bottom: -1px;
    border-top-color: #aeaeae; }

.react-datepicker-wrapper {
  display: inline-block; }

.react-datepicker {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 0.8rem;
  background-color: #fff;
  color: #000;
  border: 1px solid #aeaeae;
  border-radius: 0.3rem;
  display: inline-block;
  position: relative; }

.react-datepicker--time-only .react-datepicker__triangle {
  left: 35px; }

.react-datepicker--time-only .react-datepicker__time-container {
  border-left: 0; }

.react-datepicker--time-only .react-datepicker__time {
  border-radius: 0.3rem; }

.react-datepicker--time-only .react-datepicker__time-box {
  border-radius: 0.3rem; }

.react-datepicker__triangle {
  position: absolute;
  left: 50px; }

.react-datepicker-popper {
  z-index: 1; }
  .react-datepicker-popper[data-placement^="bottom"] {
    margin-top: 10px; }
  .react-datepicker-popper[data-placement^="top"] {
    margin-bottom: 10px; }
  .react-datepicker-popper[data-placement^="right"] {
    margin-left: 8px; }
    .react-datepicker-popper[data-placement^="right"] .react-datepicker__triangle {
      left: auto;
      right: 42px; }
  .react-datepicker-popper[data-placement^="left"] {
    margin-right: 8px; }
    .react-datepicker-popper[data-placement^="left"] .react-datepicker__triangle {
      left: 42px;
      right: auto; }

.react-datepicker__header {
  text-align: center;
  background-color: #f0f0f0;
  border-bottom: 1px solid #aeaeae;
  border-top-left-radius: 0.3rem;
  border-top-right-radius: 0.3rem;
  padding-top: 8px;
  position: relative; }
  .react-datepicker__header--time {
    padding-bottom: 8px;
    padding-left: 5px;
    padding-right: 5px; }

.react-datepicker__year-dropdown-container--select,
.react-datepicker__month-dropdown-container--select,
.react-datepicker__month-year-dropdown-container--select,
.react-datepicker__year-dropdown-container--scroll,
.react-datepicker__month-dropdown-container--scroll,
.react-datepicker__month-year-dropdown-container--scroll {
  display: inline-block;
  margin: 0 2px; }

.react-datepicker__current-month,
.react-datepicker-time__header,
.react-datepicker-year-header {
  margin-top: 0;
  color: #000;
  font-weight: bold;
  font-size: 0.944rem; }

.react-datepicker-time__header {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden; }

.react-datepicker__navigation {
  background: none;
  line-height: 1.7rem;
  text-align: center;
  cursor: pointer;
  position: absolute;
  top: 10px;
  width: 0;
  padding: 0;
  border: 0.45rem solid transparent;
  z-index: 1;
  height: 10px;
  width: 10px;
  text-indent: -999em;
  overflow: hidden; }
  .react-datepicker__navigation--previous {
    left: 10px;
    border-right-color: #ccc; }
    .react-datepicker__navigation--previous:hover {
      border-right-color: #b3b3b3; }
    .react-datepicker__navigation--previous--disabled, .react-datepicker__navigation--previous--disabled:hover {
      border-right-color: #e6e6e6;
      cursor: default; }
  .react-datepicker__navigation--next {
    right: 10px;
    border-left-color: #ccc; }
    .react-datepicker__navigation--next--with-time:not(.react-datepicker__navigation--next--with-today-button) {
      right: 80px; }
    .react-datepicker__navigation--next:hover {
      border-left-color: #b3b3b3; }
    .react-datepicker__navigation--next--disabled, .react-datepicker__navigation--next--disabled:hover {
      border-left-color: #e6e6e6;
      cursor: default; }
  .react-datepicker__navigation--years {
    position: relative;
    top: 0;
    display: block;
    margin-left: auto;
    margin-right: auto; }
    .react-datepicker__navigation--years-previous {
      top: 4px;
      border-top-color: #ccc; }
      .react-datepicker__navigation--years-previous:hover {
        border-top-color: #b3b3b3; }
    .react-datepicker__navigation--years-upcoming {
      top: -4px;
      border-bottom-color: #ccc; }
      .react-datepicker__navigation--years-upcoming:hover {
        border-bottom-color: #b3b3b3; }

.react-datepicker__month-container {
  float: left; }

.react-datepicker__month {
  margin: 0.4rem;
  text-align: center; }
  .react-datepicker__month .react-datepicker__month-text {
    display: inline-block;
    width: 4rem;
    margin: 2px; }

.react-datepicker__input-time-container {
  clear: both;
  width: 100%;
  float: left;
  margin: 5px 0 10px 15px;
  text-align: left; }
  .react-datepicker__input-time-container .react-datepicker-time__caption {
    display: inline-block; }
  .react-datepicker__input-time-container .react-datepicker-time__input-container {
    display: inline-block; }
    .react-datepicker__input-time-container .react-datepicker-time__input-container .react-datepicker-time__input {
      display: inline-block;
      margin-left: 10px; }
      .react-datepicker__input-time-container .react-datepicker-time__input-container .react-datepicker-time__input input {
        width: 85px; }
      .react-datepicker__input-time-container .react-datepicker-time__input-container .react-datepicker-time__input input[type="time"]::-webkit-inner-spin-button,
      .react-datepicker__input-time-container .react-datepicker-time__input-container .react-datepicker-time__input input[type="time"]::-webkit-outer-spin-button {
        -webkit-appearance: none;
        margin: 0; }
      .react-datepicker__input-time-container .react-datepicker-time__input-container .react-datepicker-time__input input[type="time"] {
        -moz-appearance: textfield; }
    .react-datepicker__input-time-container .react-datepicker-time__input-container .react-datepicker-time__delimiter {
      margin-left: 5px;
      display: inline-block; }

.react-datepicker__time-container {
  float: right;
  border-left: 1px solid #aeaeae;
  width: 70px; }
  .react-datepicker__time-container--with-today-button {
    display: inline;
    border: 1px solid #aeaeae;
    border-radius: 0.3rem;
    position: absolute;
    right: -72px;
    top: 0; }
  .react-datepicker__time-container .react-datepicker__time {
    position: relative;
    background: white; }
    .react-datepicker__time-container .react-datepicker__time .react-datepicker__time-box {
      width: 70px;
      overflow-x: hidden;
      margin: 0 auto;
      text-align: center; }
      .react-datepicker__time-container .react-datepicker__time .react-datepicker__time-box ul.react-datepicker__time-list {
        list-style: none;
        margin: 0;
        height: calc(195px + (1.7rem / 2));
        overflow-y: scroll;
        padding-right: 0px;
        padding-left: 0px;
        width: 100%;
        box-sizing: content-box; }
        .react-datepicker__time-container .react-datepicker__time .react-datepicker__time-box ul.react-datepicker__time-list li.react-datepicker__time-list-item {
          height: 30px;
          padding: 5px 10px; }
          .react-datepicker__time-container .react-datepicker__time .react-datepicker__time-box ul.react-datepicker__time-list li.react-datepicker__time-list-item:hover {
            cursor: pointer;
            background-color: #f0f0f0; }
          .react-datepicker__time-container .react-datepicker__time .react-datepicker__time-box ul.react-datepicker__time-list li.react-datepicker__time-list-item--selected {
            background-color: #216ba5;
            color: white;
            font-weight: bold; }
            .react-datepicker__time-container .react-datepicker__time .react-datepicker__time-box ul.react-datepicker__time-list li.react-datepicker__time-list-item--selected:hover {
              background-color: #216ba5; }
          .react-datepicker__time-container .react-datepicker__time .react-datepicker__time-box ul.react-datepicker__time-list li.react-datepicker__time-list-item--disabled {
            color: #ccc; }
            .react-datepicker__time-container .react-datepicker__time .react-datepicker__time-box ul.react-datepicker__time-list li.react-datepicker__time-list-item--disabled:hover {
              cursor: default;
              background-color: transparent; }

.react-datepicker__week-number {
  color: #ccc;
  display: inline-block;
  width: 1.7rem;
  line-height: 1.7rem;
  text-align: center;
  margin: 0.166rem; }
  .react-datepicker__week-number.react-datepicker__week-number--clickable {
    cursor: pointer; }
    .react-datepicker__week-number.react-datepicker__week-number--clickable:hover {
      border-radius: 0.3rem;
      background-color: #f0f0f0; }

.react-datepicker__day-names,
.react-datepicker__week {
  white-space: nowrap; }

.react-datepicker__day-name,
.react-datepicker__day,
.react-datepicker__time-name {
  color: #000;
  display: inline-block;
  width: 1.7rem;
  line-height: 1.7rem;
  text-align: center;
  margin: 0.166rem; }

.react-datepicker__month--selected, .react-datepicker__month--in-selecting-range, .react-datepicker__month--in-range {
  border-radius: 0.3rem;
  background-color: #216ba5;
  color: #fff; }
  .react-datepicker__month--selected:hover, .react-datepicker__month--in-selecting-range:hover, .react-datepicker__month--in-range:hover {
    background-color: #1d5d90; }

.react-datepicker__month--disabled {
  color: #ccc;
  pointer-events: none; }
  .react-datepicker__month--disabled:hover {
    cursor: default;
    background-color: transparent; }

.react-datepicker__day,
.react-datepicker__month-text {
  cursor: pointer; }
  .react-datepicker__day:hover,
  .react-datepicker__month-text:hover {
    border-radius: 0.3rem;
    background-color: #f0f0f0; }
  .react-datepicker__day--today,
  .react-datepicker__month-text--today {
    font-weight: bold; }
  .react-datepicker__day--highlighted,
  .react-datepicker__month-text--highlighted {
    border-radius: 0.3rem;
    background-color: #3dcc4a;
    color: #fff; }
    .react-datepicker__day--highlighted:hover,
    .react-datepicker__month-text--highlighted:hover {
      background-color: #32be3f; }
    .react-datepicker__day--highlighted-custom-1,
    .react-datepicker__month-text--highlighted-custom-1 {
      color: magenta; }
    .react-datepicker__day--highlighted-custom-2,
    .react-datepicker__month-text--highlighted-custom-2 {
      color: green; }
  .react-datepicker__day--selected, .react-datepicker__day--in-selecting-range, .react-datepicker__day--in-range,
  .react-datepicker__month-text--selected,
  .react-datepicker__month-text--in-selecting-range,
  .react-datepicker__month-text--in-range {
    border-radius: 0.3rem;
    background-color: #216ba5;
    color: #fff; }
    .react-datepicker__day--selected:hover, .react-datepicker__day--in-selecting-range:hover, .react-datepicker__day--in-range:hover,
    .react-datepicker__month-text--selected:hover,
    .react-datepicker__month-text--in-selecting-range:hover,
    .react-datepicker__month-text--in-range:hover {
      background-color: #1d5d90; }
  .react-datepicker__day--keyboard-selected,
  .react-datepicker__month-text--keyboard-selected {
    border-radius: 0.3rem;
    background-color: #2a87d0;
    color: #fff; }
    .react-datepicker__day--keyboard-selected:hover,
    .react-datepicker__month-text--keyboard-selected:hover {
      background-color: #1d5d90; }
  .react-datepicker__day--in-selecting-range ,
  .react-datepicker__month-text--in-selecting-range {
    background-color: rgba(33, 107, 165, 0.5); }
  .react-datepicker__month--selecting-range .react-datepicker__day--in-range , .react-datepicker__month--selecting-range
  .react-datepicker__month-text--in-range {
    background-color: #f0f0f0;
    color: #000; }
  .react-datepicker__day--disabled,
  .react-datepicker__month-text--disabled {
    cursor: default;
    color: #ccc; }
    .react-datepicker__day--disabled:hover,
    .react-datepicker__month-text--disabled:hover {
      background-color: transparent; }

.react-datepicker__month-text.react-datepicker__month--selected:hover, .react-datepicker__month-text.react-datepicker__month--in-range:hover {
  background-color: #216ba5; }

.react-datepicker__month-text:hover {
  background-color: #f0f0f0; }

.react-datepicker__input-container {
  position: relative;
  display: inline-block; }

.react-datepicker__year-read-view,
.react-datepicker__month-read-view,
.react-datepicker__month-year-read-view {
  border: 1px solid transparent;
  border-radius: 0.3rem; }
  .react-datepicker__year-read-view:hover,
  .react-datepicker__month-read-view:hover,
  .react-datepicker__month-year-read-view:hover {
    cursor: pointer; }
    .react-datepicker__year-read-view:hover .react-datepicker__year-read-view--down-arrow,
    .react-datepicker__year-read-view:hover .react-datepicker__month-read-view--down-arrow,
    .react-datepicker__month-read-view:hover .react-datepicker__year-read-view--down-arrow,
    .react-datepicker__month-read-view:hover .react-datepicker__month-read-view--down-arrow,
    .react-datepicker__month-year-read-view:hover .react-datepicker__year-read-view--down-arrow,
    .react-datepicker__month-year-read-view:hover .react-datepicker__month-read-view--down-arrow {
      border-top-color: #b3b3b3; }
  .react-datepicker__year-read-view--down-arrow,
  .react-datepicker__month-read-view--down-arrow,
  .react-datepicker__month-year-read-view--down-arrow {
    border-top-color: #ccc;
    float: right;
    margin-left: 20px;
    top: 8px;
    position: relative;
    border-width: 0.45rem; }

.react-datepicker__year-dropdown,
.react-datepicker__month-dropdown,
.react-datepicker__month-year-dropdown {
  background-color: #f0f0f0;
  position: absolute;
  width: 50%;
  left: 25%;
  top: 30px;
  z-index: 1;
  text-align: center;
  border-radius: 0.3rem;
  border: 1px solid #aeaeae; }
  .react-datepicker__year-dropdown:hover,
  .react-datepicker__month-dropdown:hover,
  .react-datepicker__month-year-dropdown:hover {
    cursor: pointer; }
  .react-datepicker__year-dropdown--scrollable,
  .react-datepicker__month-dropdown--scrollable,
  .react-datepicker__month-year-dropdown--scrollable {
    height: 150px;
    overflow-y: scroll; }

.react-datepicker__year-option,
.react-datepicker__month-option,
.react-datepicker__month-year-option {
  line-height: 20px;
  width: 100%;
  display: block;
  margin-left: auto;
  margin-right: auto; }
  .react-datepicker__year-option:first-of-type,
  .react-datepicker__month-option:first-of-type,
  .react-datepicker__month-year-option:first-of-type {
    border-top-left-radius: 0.3rem;
    border-top-right-radius: 0.3rem; }
  .react-datepicker__year-option:last-of-type,
  .react-datepicker__month-option:last-of-type,
  .react-datepicker__month-year-option:last-of-type {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border-bottom-left-radius: 0.3rem;
    border-bottom-right-radius: 0.3rem; }
  .react-datepicker__year-option:hover,
  .react-datepicker__month-option:hover,
  .react-datepicker__month-year-option:hover {
    background-color: #ccc; }
    .react-datepicker__year-option:hover .react-datepicker__navigation--years-upcoming,
    .react-datepicker__month-option:hover .react-datepicker__navigation--years-upcoming,
    .react-datepicker__month-year-option:hover .react-datepicker__navigation--years-upcoming {
      border-bottom-color: #b3b3b3; }
    .react-datepicker__year-option:hover .react-datepicker__navigation--years-previous,
    .react-datepicker__month-option:hover .react-datepicker__navigation--years-previous,
    .react-datepicker__month-year-option:hover .react-datepicker__navigation--years-previous {
      border-top-color: #b3b3b3; }
  .react-datepicker__year-option--selected,
  .react-datepicker__month-option--selected,
  .react-datepicker__month-year-option--selected {
    position: absolute;
    left: 15px; }

.react-datepicker__close-icon {
  background-color: transparent;
  border: 0;
  cursor: pointer;
  outline: 0;
  padding: 0;
  vertical-align: middle;
  position: absolute;
  height: 16px;
  width: 16px;
  top: 25%;
  right: 7px; }
  .react-datepicker__close-icon::after {
    background-color: #216ba5;
    border-radius: 50%;
    bottom: 0;
    box-sizing: border-box;
    color: #fff;
    content: "\D7";
    cursor: pointer;
    font-size: 12px;
    height: 16px;
    width: 16px;
    line-height: 1;
    margin: -8px auto 0;
    padding: 2px;
    position: absolute;
    right: 0px;
    text-align: center; }

.react-datepicker__today-button {
  background: #f0f0f0;
  border-top: 1px solid #aeaeae;
  cursor: pointer;
  text-align: center;
  font-weight: bold;
  padding: 5px 0;
  clear: left; }

.react-datepicker__portal {
  position: fixed;
  width: 100vw;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.8);
  left: 0;
  top: 0;
  justify-content: center;
  align-items: center;
  display: flex;
  z-index: 2147483647; }
  .react-datepicker__portal .react-datepicker__day-name,
  .react-datepicker__portal .react-datepicker__day,
  .react-datepicker__portal .react-datepicker__time-name {
    width: 3rem;
    line-height: 3rem; }
  @media (max-width: 400px), (max-height: 550px) {
    .react-datepicker__portal .react-datepicker__day-name,
    .react-datepicker__portal .react-datepicker__day,
    .react-datepicker__portal .react-datepicker__time-name {
      width: 2rem;
      line-height: 2rem; } }
  .react-datepicker__portal .react-datepicker__current-month,
  .react-datepicker__portal .react-datepicker-time__header {
    font-size: 1.44rem; }
  .react-datepicker__portal .react-datepicker__navigation {
    border: 0.81rem solid transparent; }
  .react-datepicker__portal .react-datepicker__navigation--previous {
    border-right-color: #ccc; }
    .react-datepicker__portal .react-datepicker__navigation--previous:hover {
      border-right-color: #b3b3b3; }
    .react-datepicker__portal .react-datepicker__navigation--previous--disabled, .react-datepicker__portal .react-datepicker__navigation--previous--disabled:hover {
      border-right-color: #e6e6e6;
      cursor: default; }
  .react-datepicker__portal .react-datepicker__navigation--next {
    border-left-color: #ccc; }
    .react-datepicker__portal .react-datepicker__navigation--next:hover {
      border-left-color: #b3b3b3; }
    .react-datepicker__portal .react-datepicker__navigation--next--disabled, .react-datepicker__portal .react-datepicker__navigation--next--disabled:hover {
      border-left-color: #e6e6e6;
      cursor: default; }

.FormInput {
  position: relative;
  margin-bottom: 25px;
  text-align: left; }
  .FormInput .ariaLabel {
    display: none; }
  .FormInput .label {
    position: relative;
    color: #717171;
    font-weight: 400;
    font-size: 14px;
    transition: color 0.4s;
    line-height: 1em; }
    .FormInput .label .required:after {
      content: "*";
      margin-left: 3px;
      font-weight: 700;
      font-size: 16px;
      color: #006BB3; }
  .FormInput .additionalLabel {
    display: block;
    margin: 15px 0;
    font-size: 12px;
    font-weight: 600; }
  .FormInput .postfix {
    position: absolute;
    right: 0;
    bottom: 14px;
    font-weight: 500; }
  .FormInput input {
    width: 100%;
    height: 50px;
    padding: 10px 20px 10px 0;
    font-weight: 500;
    font-size: 16px;
    font-family: "Roboto", sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
    color: #333;
    border: none;
    border-bottom: 1px solid #d8d8d8;
    outline: 0;
    transition: border-color 0.4s;
    background-color: #fff;
    box-sizing: border-box; }
    .FormInput input::placeholder {
      color: #ddd; }
    .FormInput input:-ms-input-placeholder {
      color: #ddd; }
    .FormInput input:focus {
      border-color: #006BB3; }
  .FormInput textarea {
    display: block;
    resize: none;
    width: 100%;
    min-height: 150px;
    margin: 15px 0;
    padding: 15px 20px;
    box-sizing: border-box;
    border: 1px solid #d8d8d8;
    font-family: "Roboto", sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
    font-size: 16px;
    line-height: 1.6em;
    font-weight: 500;
    outline: 0;
    transition: border-color 0.4s; }
    .FormInput textarea.small {
      min-height: 80px; }
    .FormInput textarea:focus {
      border-color: #006BB3; }
    .FormInput textarea::placeholder {
      color: #ddd; }
    .FormInput textarea:-ms-input-placeholder {
      color: #ddd; }
    .FormInput textarea:focus {
      border-color: #006BB3; }
  .FormInput .react-datepicker-wrapper {
    display: block; }
  .FormInput .react-datepicker__input-container {
    width: 100%; }
  .FormInput .react-datepicker select {
    padding: 10px 5px; }
  .FormInput .react-datepicker .react-datepicker__day-name, .FormInput .react-datepicker .react-datepicker__day, .FormInput .react-datepicker .react-datepicker__time-name {
    width: 2rem;
    line-height: 2rem; }
  .FormInput .react-datepicker__day--today {
    background-color: #fffb95;
    border-radius: 0.3rem; }
    .FormInput .react-datepicker__day--today.react-datepicker__day--keyboard-selected, .FormInput .react-datepicker__day--today.react-datepicker__day--selected {
      background-color: #2a87d0; }
  .FormInput .tooltip {
    position: absolute;
    right: 0;
    top: 0; }
    .FormInput .tooltip .icon {
      z-index: 1;
      cursor: pointer;
      position: absolute;
      display: block;
      top: 0;
      right: 6%;
      width: 10px;
      height: 5px;
      padding: 3px 8px 19px 10px;
      background: #006BB3;
      border-radius: 50%;
      color: #fff;
      font-weight: bold;
      font-size: 16px; }
  .FormInput.focussed .label {
    color: #006BB3; }
  .FormInput.focussed textarea {
    border-color: #006BB3; }
  .FormInput.focussed input {
    border-bottom: 1px solid #006BB3; }
  .FormInput.withBorder input {
    padding-left: 15px;
    border: 1px solid #d8d8d8; }
  .FormInput.withBorder.focussed input {
    border-color: #006BB3; }
  .FormInput.small input {
    font-size: 15px; }
  .FormInput.password input {
    font-family: monospace;
    font-size: 26px; }
  .FormInput.inline {
    display: inline-block; }
  .FormInput.invalid input, .FormInput.invalid textarea {
    border-color: #EB0000; }
  .FormInput.invalid .label {
    color: #EB0000; }
  .FormInput label {
    position: relative;
    display: block; }
    .FormInput label:after {
      position: absolute;
      opacity: 0;
      bottom: 7px;
      right: 0;
      content: "";
      width: 30px;
      height: 30px;
      background-image: url("/static/images/tick.svg");
      background-repeat: no-repeat;
      background-position: center center; }
      .CoordinateFieldsContainer .FormInput label:after {
        display: none; }
  .FormInput.valid label:after {
    animation: fadeOutAuto 3s ease-out; }
  @media (max-width: 550px) {
    .FormInput {
      font-size: 13px; } }

.TwoColumnInputs {
  clear: both;
  display: block;
  margin-right: -3%; }
  .TwoColumnInputs:after {
    content: "";
    display: table;
    clear: both; }
  .TwoColumnInputs > .FormInput, .TwoColumnInputs > .CheckBoxGroup {
    float: left;
    width: 47%;
    margin-right: 3%;
    box-sizing: border-box; }
    .TwoColumnInputs > .FormInput.textarea, .TwoColumnInputs > .CheckBoxGroup.textarea {
      width: 97%; }
    .TwoColumnInputs > .FormInput .postfix, .TwoColumnInputs > .CheckBoxGroup .postfix {
      padding-right: 6%; }
  @media (max-width: 550px) {
    .TwoColumnInputs > .FormInput, .TwoColumnInputs > .CheckBoxGroup {
      float: none;
      width: 100%; } }

.ContentWrapper {
  width: 100%;
  max-width: 1460px;
  margin: 0px auto;
  padding: 0 clamp(50px, 2%, 999em);
  box-sizing: border-box; }
  @media only screen and (max-width: 768px) {
    .ContentWrapper {
      padding-left: 2em;
      padding-right: 2em; } }
  .ContentWrapper.centredContent {
    text-align: center; }
  .ContentWrapper.narrow {
    max-width: 700px; }
  .ContentWrapper.extraNarrow {
    max-width: 400px; }
  .ContentWrapper.noPadding {
    padding: 0; }

.TwoColumnLayout .column {
  display: inline-block;
  width: 50%;
  vertical-align: top;
  box-sizing: border-box;
  padding: 0 80px; }
  .TwoColumnLayout .column + .column {
    padding-left: 0; }

.TwoColumnLayout:after {
  content: "";
  display: table;
  clear: both; }

.TwoColumnLayout.wide .column {
  padding: 0 30px 0 0; }
  .TwoColumnLayout.wide .column + .column {
    padding: 0 0 0 30px; }

@media (max-width: 1100px) {
  .TwoColumnLayout .column {
    display: block;
    width: 100%;
    text-align: center; }
    .TwoColumnLayout .column + .column {
      text-align: center; }
  .TwoColumnLayout.wide .column {
    padding: 20px 0; }
    .TwoColumnLayout.wide .column + .column {
      padding: 0; } }

@media (max-width: 767px) {
  .TwoColumnLayout .column {
    padding: 0 20px; }
    .TwoColumnLayout .column + .column {
      padding-left: 20px; } }

.ColumnedLeftTitleWithContent .ContentWrapper {
  display: flex;
  padding: 0; }
  .ColumnedLeftTitleWithContent .ContentWrapper > h1, .ColumnedLeftTitleWithContent .ContentWrapper > h2, .ColumnedLeftTitleWithContent .ContentWrapper > h3, .ColumnedLeftTitleWithContent .ContentWrapper > h4 {
    width: 33.33%;
    padding: 67px 115px 80px 20px;
    font-family: "Roboto Slab";
    font-weight: 300;
    font-size: 32px;
    line-height: 44px;
    color: #006BB3;
    box-sizing: border-box; }

.ColumnedLeftTitleWithContent .text {
  width: 66.66%;
  padding: 80px 115px 80px 0;
  box-sizing: border-box;
  font-size: 18px;
  line-height: 36px;
  font-weight: 300; }
  .ColumnedLeftTitleWithContent .text ul {
    margin: 1.5em 0;
    padding: 0; }
    .ColumnedLeftTitleWithContent .text ul li {
      list-style-type: none;
      margin: 0 0 0.5em 0;
      padding: 0;
      padding-left: 20px;
      position: relative; }
      .ColumnedLeftTitleWithContent .text ul li ::before {
        content: "";
        width: 5px;
        height: 5px;
        border-radius: 50%;
        background-color: #83b7e2;
        display: inline-block;
        position: absolute;
        left: 0;
        top: 15px; }

.ColumnedLeftTitleWithContent.white {
  background-color: #fff; }

.ColumnedLeftTitleWithContent.teal {
  background-color: #deeced; }

.ColumnedLeftTitleWithContent.blue {
  background-color: #006BB3; }
  .ColumnedLeftTitleWithContent.blue .ContentWrapper > h1, .ColumnedLeftTitleWithContent.blue .ContentWrapper > h2, .ColumnedLeftTitleWithContent.blue .ContentWrapper > h3, .ColumnedLeftTitleWithContent.blue .ContentWrapper > h4 {
    color: #fff; }
  .ColumnedLeftTitleWithContent.blue .text, .ColumnedLeftTitleWithContent.blue .text h1, .ColumnedLeftTitleWithContent.blue .text h2, .ColumnedLeftTitleWithContent.blue .text h3, .ColumnedLeftTitleWithContent.blue .text h4, .ColumnedLeftTitleWithContent.blue .text a:not(.button) {
    color: #fff; }
  .ColumnedLeftTitleWithContent.blue .button {
    background-color: #fff;
    color: #de3c3c; }
    .ColumnedLeftTitleWithContent.blue .button:hover {
      background-color: #d9d9d9; }

@media (max-width: 1460px) {
  .ColumnedLeftTitleWithContent .ContentWrapper > h1, .ColumnedLeftTitleWithContent .ContentWrapper > h2, .ColumnedLeftTitleWithContent .ContentWrapper > h3, .ColumnedLeftTitleWithContent .ContentWrapper > h4 {
    padding: 67px 80px 80px 80px; }
  .ColumnedLeftTitleWithContent .text {
    padding: 80px 80px 80px 0; } }

@media (max-width: 1200px) {
  .ColumnedLeftTitleWithContent .ContentWrapper {
    flex-direction: column; }
    .ColumnedLeftTitleWithContent .ContentWrapper > h1, .ColumnedLeftTitleWithContent .ContentWrapper > h2, .ColumnedLeftTitleWithContent .ContentWrapper > h3, .ColumnedLeftTitleWithContent .ContentWrapper > h4 {
      width: 100%;
      padding: 40px 80px 0px 80px; }
  .ColumnedLeftTitleWithContent .text {
    width: 100%;
    padding: 0px 80px 40px 80px; } }

@media (max-width: 500px) {
  .ColumnedLeftTitleWithContent .ContentWrapper > h1, .ColumnedLeftTitleWithContent .ContentWrapper > h2, .ColumnedLeftTitleWithContent .ContentWrapper > h3, .ColumnedLeftTitleWithContent .ContentWrapper > h4 {
    padding: 40px 20px 0 20px; }
  .ColumnedLeftTitleWithContent .text {
    padding: 0 20px 40px 20px; } }

.AccordionContent {
  padding: 0 0 100px 0;
  background-color: #fff; }
  .AccordionContent .ContentWrapper {
    padding: 0 20px; }
    .AccordionContent .ContentWrapper .mainTitle {
      padding-bottom: 10px;
      padding: 0 115px 10px 115px; }
  .AccordionContent.number {
    counter-reset: section; }
    .AccordionContent.number h4.accordionTitle::before {
      counter-increment: section;
      content: counter(section);
      margin-right: 0.5em; }
  .AccordionContent .mainTitle, .AccordionContent .accordionTitle {
    margin: 0;
    font-family: "Roboto Slab";
    font-weight: 300;
    font-size: 32px;
    line-height: 38px;
    color: #006BB3;
    box-sizing: border-box; }
  .AccordionContent .FontIcon {
    display: inline-block;
    transition: transform 0.6s;
    transform: rotateZ(0deg); }
  .AccordionContent .item {
    padding: 0 115px; }
    .AccordionContent .item.on .FontIcon {
      transform: rotateZ(90deg); }
  .AccordionContent .contentHolder {
    height: 0px;
    overflow: hidden;
    transition: height 0.6s; }
    .AccordionContent .contentHolder.enter-done {
      height: auto !important; }
  .AccordionContent .itemHolder {
    box-sizing: border-box;
    border-bottom: 2px solid #eaeaea;
    font-size: 18px;
    line-height: 36px;
    font-weight: 300; }
    .AccordionContent .itemHolder .accordionTitle {
      padding: 1.2em 0;
      cursor: pointer;
      font-size: 21px;
      line-height: 24px; }
    .AccordionContent .itemHolder .content {
      padding: 0 0 1.5em; }
      .AccordionContent .itemHolder .content p {
        margin: 0 0 10px 0; }
  .AccordionContent.white {
    background-color: #fff; }
  .AccordionContent.teal {
    background-color: #deeced; }
  .AccordionContent.blue {
    background-color: #006BB3; }
    .AccordionContent.blue .ContentWrapper .mainTitle {
      color: #fff; }
    .AccordionContent.blue .text .content {
      color: #fff; }
    .AccordionContent.blue .button {
      background-color: #fff;
      color: #de3c3c; }
      .AccordionContent.blue .button:hover {
        background-color: #d9d9d9; }
  @media (max-width: 1460px) {
    .AccordionContent .ContentWrapper .mainTitle {
      padding: 67px 80px 10px 80px; }
    .AccordionContent .item {
      padding: 0 80px; } }
  @media (max-width: 500px) {
    .AccordionContent .ContentWrapper {
      padding: 0; }
      .AccordionContent .ContentWrapper .FontIcon {
        position: relative;
        top: 4px; }
      .AccordionContent .ContentWrapper .accordionTitle {
        font-size: 18px;
        line-height: 1.7em; }
      .AccordionContent .ContentWrapper .mainTitle {
        padding: 40px 20px 10px 20px; }
    .AccordionContent .item {
      padding: 0 20px; } }

.Downloads {
  padding: 80px 0; }
  .Downloads .Download {
    margin-bottom: 20px;
    padding: 20px 0;
    border-bottom: 1px solid #eee;
    display: flex; }
    .Downloads .Download .details {
      flex: 1; }
    .Downloads .Download img {
      height: 60px;
      width: auto;
      margin-right: 30px; }
      @media only screen and (max-width: 420px) {
        .Downloads .Download img {
          width: 50px;
          margin-right: 20px; } }
      @media only screen and (max-width: 374px) {
        .Downloads .Download img {
          display: none; } }
    .Downloads .Download .top {
      display: flex;
      justify-content: space-between;
      align-items: center; }
      .Downloads .Download .top h3 {
        font-size: 20px;
        font-weight: normal;
        margin: 0 0 20px 0; }
      @media only screen and (max-width: 768px) {
        .Downloads .Download .top .buttons-wrapper {
          margin-top: 20px; } }
      @media only screen and (max-width: 768px) {
        .Downloads .Download .top {
          flex-direction: column;
          align-items: flex-start; } }
    .Downloads .Download:last-of-type {
      margin-bottom: 0;
      border-bottom: 0; }

.BulletinBenefits {
  padding: 60px 0; }

.VideoList {
  padding: 80px 0; }

.VideoList h2 {
  text-align: center; }

.VideoList .intro-content {
  max-width: 1000px;
  text-align: center;
  margin: 1em auto 3em; }

.VideoList .Video {
  display: flex;
  flex-wrap: wrap;
  border-bottom: 1px solid #eee;
  padding: 2em 0; }

.VideoList .Video:nth-of-type(1) {
  border-top: 1px solid #eee; }

.VideoList .Video .iframe {
  flex: 0 30%; }

.VideoList .Video .iframe .iframe-wrap {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 35px;
  height: 0;
  overflow: hidden; }

.VideoList .Video .iframe-wrap iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

.VideoList .Video .video-content {
  flex: 1;
  box-sizing: border-box;
  padding-left: 2.5em; }

.VideoList .Video .video-content p:last-of-type {
  margin-bottom: 0; }

@media screen and (max-width: 768px) {
  .VideoList .Video .iframe {
    flex: 0 100%; }
  .VideoList .Video .video-content {
    padding-left: 0;
    margin-top: 1.5em; } }

/** If anchor/has link */
.overlayContent .ButtonHolder:last-of-type {
  margin-left: 0; }

@charset "UTF-8";
.Testimonials {
  padding: 80px 0;
  background-color: #fff; }
  .Testimonials .ContentWrapper {
    padding: 0 20px;
    column-count: 3;
    column-gap: 3em; }
    .Testimonials .ContentWrapper .item {
      margin: 0;
      margin-bottom: 40px;
      break-inside: avoid; }
      .Testimonials .ContentWrapper .item .quote-wrapper {
        background: #f8fbfb;
        width: auto;
        height: auto;
        display: block;
        border-radius: 20px;
        padding: 100px 40px 15px;
        position: relative;
        margin: 0 0 25px; }
        .Testimonials .ContentWrapper .item .quote-wrapper q::before, .Testimonials .ContentWrapper .item .quote-wrapper q::after {
          display: none; }
        .Testimonials .ContentWrapper .item .quote-wrapper p {
          font-family: "Roboto Slab";
          font-weight: 300;
          font-size: 18px;
          line-height: 1.3;
          color: #333;
          margin: 0; }
        .Testimonials .ContentWrapper .item .quote-wrapper::before {
          font-family: "Roboto Slab";
          font-weight: 800;
          font-size: 100px;
          position: absolute;
          top: 40px;
          left: 40px;
          line-height: 1;
          color: #006bb3;
          content: '\201C'; }
        .Testimonials .ContentWrapper .item .quote-wrapper::after {
          content: "";
          width: 0;
          height: 0;
          border-left: 20px solid transparent;
          border-right: 20px solid transparent;
          border-top: 20px solid #f8fbfb;
          font-size: 0;
          line-height: 0;
          position: absolute;
          bottom: -20px;
          left: 65px; }
      .Testimonials .ContentWrapper .item .quote-details {
        margin: 0 40px;
        display: flex;
        flex-flow: row nowrap; }
        .Testimonials .ContentWrapper .item .quote-details .avatar {
          width: 80px;
          height: 80px;
          border: 5px solid #006bb3;
          border-radius: 50%;
          overflow: hidden; }
          .Testimonials .ContentWrapper .item .quote-details .avatar img {
            width: 100%;
            height: 100%;
            object-fit: cover; }
        .Testimonials .ContentWrapper .item .quote-details cite {
          display: flex;
          flex-flow: column;
          justify-content: center;
          margin: 0 0 0 20px; }
          .Testimonials .ContentWrapper .item .quote-details cite .name {
            font-weight: 800;
            font-style: normal;
            font-size: 16px;
            line-height: 1.3; }
          .Testimonials .ContentWrapper .item .quote-details cite .title {
            font-weight: 300;
            font-size: 16px;
            line-height: 1.3; }
      .Testimonials .ContentWrapper .item .read-more {
        background: transparent;
        color: #006bb3;
        font-size: 18px;
        padding: 0;
        margin: 40px 0 20px;
        line-height: 1; }
    @media (max-width: 1200px) {
      .Testimonials .ContentWrapper {
        column-count: 2; } }
    @media (max-width: 760px) {
      .Testimonials .ContentWrapper {
        column-count: 1; } }
  .Testimonials.white {
    background-color: #fff; }
  .Testimonials.teal {
    background-color: #deeced; }
  .Testimonials.blue {
    background-color: #006BB3; }
  @media (max-width: 1460px) {
    .Testimonials .ContentWrapper .mainTitle {
      padding: 67px 80px 10px 80px; } }
  @media (max-width: 500px) {
    .Testimonials .ContentWrapper {
      padding: 0; }
      .Testimonials .ContentWrapper .mainTitle {
        padding: 40px 20px 10px 20px; } }

.page-testimonials .GlobalAlertBox .inner {
  position: relative;
  max-height: 85vh;
  overflow-y: scroll;
  /* width */
  /* Track */
  /* Handle */
  /* Handle on hover */ }
  .page-testimonials .GlobalAlertBox .inner::-webkit-scrollbar {
    width: 10px; }
  .page-testimonials .GlobalAlertBox .inner::-webkit-scrollbar-track {
    background: transparent; }
  .page-testimonials .GlobalAlertBox .inner::-webkit-scrollbar-thumb {
    background: #CCC;
    border-radius: 3px; }
  .page-testimonials .GlobalAlertBox .inner::-webkit-scrollbar-thumb:hover {
    background: #999; }
  .page-testimonials .GlobalAlertBox .inner .quote-popup-wrapper {
    display: flex;
    flex-flow: row nowrap;
    padding: 10px 10px 0; }
    @media (max-width: 1000px) {
      .page-testimonials .GlobalAlertBox .inner .quote-popup-wrapper {
        flex-flow: column nowrap; } }
    .page-testimonials .GlobalAlertBox .inner .quote-popup-wrapper .popup-details {
      flex: 1;
      text-align: center; }
      @media (max-width: 760px) {
        .page-testimonials .GlobalAlertBox .inner .quote-popup-wrapper .popup-details {
          order: 2; } }
      .page-testimonials .GlobalAlertBox .inner .quote-popup-wrapper .popup-details .avatar {
        max-width: 90%;
        width: 250px;
        height: 250px;
        border: 10px solid #006bb3;
        margin: 0 auto 35px;
        border-radius: 50%;
        overflow: hidden; }
        @media (max-width: 760px) {
          .page-testimonials .GlobalAlertBox .inner .quote-popup-wrapper .popup-details .avatar {
            width: 150px;
            height: 150px;
            border: 5px solid #006bb3; } }
        .page-testimonials .GlobalAlertBox .inner .quote-popup-wrapper .popup-details .avatar img {
          width: 100%;
          height: 100%;
          object-fit: cover; }
      .page-testimonials .GlobalAlertBox .inner .quote-popup-wrapper .popup-details .name {
        display: block;
        font-weight: 800;
        font-style: normal;
        font-size: 16px;
        line-height: 1.3; }
      .page-testimonials .GlobalAlertBox .inner .quote-popup-wrapper .popup-details .title {
        display: block;
        font-style: italic;
        font-weight: 300;
        font-size: 16px;
        line-height: 1.3; }
    .page-testimonials .GlobalAlertBox .inner .quote-popup-wrapper .popup-testimonial {
      flex: 3;
      margin-left: 2em; }
      @media (max-width: 1000px) {
        .page-testimonials .GlobalAlertBox .inner .quote-popup-wrapper .popup-testimonial {
          margin-left: 0; } }
      @media (max-width: 760px) {
        .page-testimonials .GlobalAlertBox .inner .quote-popup-wrapper .popup-testimonial {
          order: 1; } }
      .page-testimonials .GlobalAlertBox .inner .quote-popup-wrapper .popup-testimonial .testimonial_excerpt {
        position: relative;
        padding-left: 100px; }
        .page-testimonials .GlobalAlertBox .inner .quote-popup-wrapper .popup-testimonial .testimonial_excerpt::before {
          font-family: "Roboto Slab";
          font-weight: 800;
          font-size: 200px;
          position: absolute;
          top: -18px;
          left: 0;
          line-height: 1;
          color: #006bb3;
          content: '\201C'; }
        .page-testimonials .GlobalAlertBox .inner .quote-popup-wrapper .popup-testimonial .testimonial_excerpt p {
          font-size: 24px;
          color: #004d80; }
        @media (max-width: 1200px) {
          .page-testimonials .GlobalAlertBox .inner .quote-popup-wrapper .popup-testimonial .testimonial_excerpt {
            padding-left: 70px; }
            .page-testimonials .GlobalAlertBox .inner .quote-popup-wrapper .popup-testimonial .testimonial_excerpt::before {
              font-size: 125px; }
            .page-testimonials .GlobalAlertBox .inner .quote-popup-wrapper .popup-testimonial .testimonial_excerpt p {
              font-size: 18px; } }
        @media (max-width: 600px) {
          .page-testimonials .GlobalAlertBox .inner .quote-popup-wrapper .popup-testimonial .testimonial_excerpt {
            padding-left: 45px; }
            .page-testimonials .GlobalAlertBox .inner .quote-popup-wrapper .popup-testimonial .testimonial_excerpt::before {
              font-size: 80px; } }
      .page-testimonials .GlobalAlertBox .inner .quote-popup-wrapper .popup-testimonial P {
        font-family: "Roboto Slab";
        font-weight: 300;
        font-size: 18px;
        line-height: 1.3;
        color: #333;
        margin: 1em 0;
        text-align: left; }
        @media (max-width: 1200px) {
          .page-testimonials .GlobalAlertBox .inner .quote-popup-wrapper .popup-testimonial P {
            font-size: 16px; } }
  .page-testimonials .GlobalAlertBox .inner .buttons button {
    position: absolute;
    top: 0;
    right: 0;
    padding: 12px;
    margin: 0;
    background: transparent;
    color: #333;
    font-size: 24px; }

.FullWidthContent .ContentWrapper {
  padding: 0; }

.FullWidthContent img {
  max-width: 100%;
  height: auto; }

.FullWidthContent .text {
  padding: 80px 0;
  box-sizing: border-box;
  font-size: 1.25em;
  line-height: 1.8;
  font-weight: 300;
  text-align: center;
  max-width: 850px;
  margin: 0 auto; }
  .FullWidthContent .text h1,
  .FullWidthContent .text h2,
  .FullWidthContent .text h3,
  .FullWidthContent .text h4 {
    font-family: "Roboto Slab";
    font-weight: 300;
    font-size: 32px;
    line-height: 44px;
    color: #006BB3; }
  .FullWidthContent .text h4 {
    font-size: 24px;
    font-weight: 500; }

.FullWidthContent.left .text {
  text-align: left;
  padding: 50px 20px; }

.FullWidthContent.white {
  background-color: #fff; }

.FullWidthContent.teal {
  background-color: #deeced; }

.FullWidthContent.blue {
  background-color: #006BB3; }
  .FullWidthContent.blue .text, .FullWidthContent.blue .text h1, .FullWidthContent.blue .text h2, .FullWidthContent.blue .text h3, .FullWidthContent.blue .text h4 {
    color: #fff; }
  .FullWidthContent.blue .button {
    background-color: #fff;
    color: #de3c3c; }
    .FullWidthContent.blue .button:hover {
      background-color: #d9d9d9; }

@media (max-width: 1460px) {
  .FullWidthContent .text {
    padding: 80px; } }

@media (max-width: 1200px) {
  .FullWidthContent .text {
    padding: 40px 80px; } }

@media (max-width: 500px) {
  .FullWidthContent .text {
    padding: 30px 20px !important; } }

.FormContainer {
  position: relative;
  margin: 0 auto 30px auto;
  padding: 40px 50px;
  background: #fff;
  box-sizing: border-box; }
  .FormContainer.narrow {
    padding: 70px 160px; }
  @media (max-width: 767px) {
    .FormContainer, .FormContainer.narrow {
      padding: 70px 40px; } }

.Spacer {
  display: block;
  clear: both;
  min-height: 3em; }

.response {
  padding: 5px 20px;
  background: #eee;
  border-radius: 40px;
  text-align: center; }

.react-phone-number-input__row {
  /* This is done to stretch the contents of this component */
  display: flex;
  align-items: center; }

.react-phone-number-input__phone {
  /* The phone number input stretches to fill all empty space */
  flex: 1;
  /* The phone number input should shrink
	   to make room for the extension input */
  min-width: 0; }

.react-phone-number-input__icon {
  /* The flag icon size is 4x3 hence the exact `width` and `height` values */
  width: 1.24em;
  height: 0.93em;
  /* `1px` is still too much for a "retina" screen but there's no way in CSS to specify "hairline" border width. */
  border: 1px solid rgba(0, 0, 0, 0.5);
  /* Makes sure `width`x`height` is exactly `4x3` and `border` width is not included in it */
  box-sizing: content-box; }

.react-phone-number-input__icon--international {
  /* The international icon size is square */
  /* and also has no border hence the `2 * 1px` `width` and `height` compensation */
  width: calc(0.93em + 2px);
  height: calc(0.93em + 2px);
  /* The international icon size is square hence the exact `padding` value */
  /* for precise alignment with `4x3` sized country flags. */
  padding-left: 0.155em;
  padding-right: 0.155em;
  border: none; }

.react-phone-number-input__error {
  margin-left: calc(1.24em + 2px + 0.3em + 0.35em + 0.5em);
  margin-top: calc(0.3rem);
  color: #D30F00; }

.react-phone-number-input__icon-image {
  vertical-align: top;
  max-width: 100%;
  max-height: 100%; }

/* Removes `<input type="number"/>` up/down arrows in Webkit browsers. */
.react-phone-number-input__ext-input::-webkit-inner-spin-button,
.react-phone-number-input__ext-input::-webkit-outer-spin-button {
  margin: 0 !important;
  -webkit-appearance: none !important;
  -moz-appearance: textfield !important; }

.react-phone-number-input__ext-input {
  width: 3em; }

.react-phone-number-input__ext {
  white-space: nowrap; }

.react-phone-number-input__ext,
.react-phone-number-input__ext-input {
  margin-left: 0.5em; }

/* Styling native country `<select/>`. */
.react-phone-number-input__country--native {
  position: relative;
  align-self: stretch;
  display: flex;
  align-items: center;
  margin-right: 0.5em; }

.react-phone-number-input__country-select {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 1;
  border: 0;
  opacity: 0;
  cursor: pointer; }

.react-phone-number-input__country-select-arrow {
  display: block;
  content: '';
  width: 0;
  height: 0;
  margin-bottom: 0.1em;
  margin-top: 0.3em;
  margin-left: 0.3em;
  border-width: 0.35em 0.2em 0 0.2em;
  border-style: solid;
  border-left-color: transparent;
  border-right-color: transparent;
  color: #B8BDC4;
  opacity: 0.7;
  transition: color 0.1s; }

/* Something from stackoverflow. */
.react-phone-number-input__country-select-divider {
  font-size: 1px;
  background: black; }

.react-phone-number-input__country-select:focus + .react-phone-number-input__country-select-arrow,
.react-phone-number-input__country.rrui__select--focus .rrui__select__arrow {
  color: #03B2CB; }

/* Styling phone number input */
.react-phone-number-input__input {
  height: calc(0.3rem * 6);
  outline: none;
  border-radius: 0;
  padding: 0;
  appearance: none;
  border: none;
  border-bottom: 1px solid #C5D2E0;
  transition: border 0.1s;
  font-size: inherit; }

.react-phone-number-input__input:focus {
  border-color: #03B2CB; }

.react-phone-number-input__input--disabled {
  cursor: default; }

.react-phone-number-input__input--invalid,
.react-phone-number-input__input--invalid:focus {
  border-color: #EB2010; }

/* Overrides Chrome autofill yellow background color */
.react-phone-number-input__input:-webkit-autofill {
  box-shadow: 0 0 0 1000px white inset; }

/* A small fix for `react-responsive-ui` */
.react-phone-number-input__country .rrui__select__button {
  border-bottom: none; }


.AddButton {
  display: inline-block;
  margin: 20px 0 10px 0; }
  .AddButton:hover button {
    background: #004d80; }
  .AddButton button {
    cursor: pointer;
    display: inline-block;
    vertical-align: middle;
    width: 40px;
    height: 40px;
    padding: 4px 12px;
    background: #006BB3;
    border: none;
    border-radius: 50%;
    color: #fff;
    transition: background-color 0.4s;
    font-family: "Material-Design-Iconic-Font";
    font-size: 22px; }
    .AddButton button:focus {
      outline: 1px solid #006BB3; }
  .AddButton .ButtonLabel {
    cursor: pointer;
    padding-left: 16px; }

.SubTitle {
  margin: 25px 0 20px 0;
  font-family: "Roboto Slab";
  font-size: 18px;
  font-weight: 500;
  letter-spacing: -0.6px;
  color: #006BB3; }

.RemoveButton {
  display: inline-block;
  margin: 20px 0 10px 0; }
  .RemoveButton:hover button {
    background-color: #de3c3c;
    color: #fff; }
  .RemoveButton.right {
    float: right; }
    .RemoveButton.right:after {
      content: "";
      display: table;
      clear: both; }
  .RemoveButton button {
    cursor: pointer;
    display: inline-block;
    vertical-align: middle;
    width: 40px;
    height: 40px;
    margin-right: 6px;
    padding: 4px 12px;
    box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.2);
    border: none;
    border-radius: 50%;
    color: #de3c3c;
    transition: all 0.4s;
    font-family: "Material-Design-Iconic-Font";
    font-size: 26px; }
    .RemoveButton button:focus {
      outline: 1px solid; }
  .RemoveButton .ButtonLabel {
    cursor: pointer;
    padding-left: 16px; }

.Contacts h3 {
  margin: 0 0 20px 0;
  font-family: "Roboto Slab";
  font-size: 21px;
  font-weight: 700;
  letter-spacing: -0.6px;
  color: #0077c8; }

.Contacts .buttons {
  display: flex;
  justify-content: space-between; }
  .Contacts .buttons .AddButton {
    margin-bottom: 0; }
  .Contacts .buttons .button {
    margin-bottom: 0; }

.Contacts .RemoveButton {
  margin: 10px 0 20px 0; }

.ModalBox .Contacts {
  padding: 35px 40px; }

.Contacts .contact {
  display: flex;
  flex-direction: column; }

@media (max-width: 767px) {
  .Contacts .contact {
    display: block; }
    .Contacts .contact .TwoColumnInputs {
      width: 100%; }
      .Contacts .contact .TwoColumnInputs .FormInput {
        float: none;
        width: 100%;
        margin-right: 0; } }

.FormStep {
  display: flex;
  margin: 40px auto 70px; }
  .FormStep .Title {
    float: left; }
  .FormStep .LoginLink {
    float: right; }

.FormSidePanel {
  position: relative;
  width: 160px;
  padding: 25px;
  background-color: #006BB3;
  border-radius: 15px 0 0 15px;
  box-sizing: border-box;
  box-shadow: 2px 10px 20px rgba(0, 0, 0, 0.1); }
  @media (max-width: 767px) {
    .FormSidePanel {
      display: none; } }

.FormMainPanel {
  width: 100%;
  background-color: #fff;
  border-radius: 0 15px 15px 0;
  box-shadow: 2px 10px 20px rgba(0, 0, 0, 0.1);
  overflow: hidden; }
  @media (max-width: 767px) {
    .FormMainPanel {
      border-radius: 15px; } }
  @media (max-width: 550px) {
    .FormMainPanel {
      overflow: visible; } }

.FormProgressMarker {
  width: 6px;
  height: 6px;
  margin-bottom: 7px;
  background: #fff;
  border-radius: 50%; }
  .FormProgressMarker.current {
    width: 12px;
    height: 18px;
    margin-left: -3px;
    background: url("/static/images/droplet.svg") no-repeat center center transparent; }

.FormProgress {
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -25px 0 0 -5px;
  text-align: center; }

.FormContent {
  position: relative;
  padding: 35px 35px 15px 35px;
  background-color: #fff; }
  .FormContent:after {
    display: table;
    content: "";
    clear: both; }
  .FormContent .AddButton {
    margin-bottom: 20px; }
  .FormContent .button.remove {
    margin-top: 20px; }
  @media (max-width: 550px) {
    .FormContent {
      padding: 35px 20px 15px 20px; } }

.SiteLogo {
  display: inline-block; }
  .SiteLogo img {
    width: 110px;
    height: 50px; }
  .SiteLogo .LogoTitle {
    display: inline-block;
    width: 140px;
    padding: 0 0 2px 15px;
    vertical-align: text-bottom;
    font-family: "Roboto Slab";
    font-size: 21px;
    font-weight: 700;
    line-height: 23px;
    color: #006BB3; }

.SiteLogoLink {
  border: 0; }

.StepOneHeader {
  display: flex;
  justify-content: space-between;
  align-items: center; }
  .StepOneHeader .button {
    margin: 0 0 20px 0; }

.CollapsibleContainer.hidden {
  display: none; }

.FormInput textarea {
  display: block;
  resize: none;
  width: 100%;
  min-height: 150px;
  margin: 15px 0;
  padding: 15px 20px;
  box-sizing: border-box;
  border: 1px solid #d8d8d8;
  font-family: "Roboto", sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
  font-size: 16px;
  line-height: 1.6em;
  font-weight: 500;
  outline: 0;
  transition: border-color 0.4s; }
  .FormInput textarea.small {
    min-height: 80px; }

.FullWidthContentContactForm .ContentWrapper {
  display: flex;
  width: 100%;
  flex-flow: row nowrap;
  max-width: 1000px;
  padding: 0; }
  .FullWidthContentContactForm .ContentWrapper .text {
    flex: 0 50%;
    padding: 80px 3em;
    box-sizing: border-box;
    font-size: 18px;
    line-height: 36px;
    font-weight: 300;
    text-align: center; }
    .FullWidthContentContactForm .ContentWrapper .text img {
      max-width: 100%;
      height: auto; }
    .FullWidthContentContactForm .ContentWrapper .text h1, .FullWidthContentContactForm .ContentWrapper .text h2, .FullWidthContentContactForm .ContentWrapper .text h3, .FullWidthContentContactForm .ContentWrapper .text h4 {
      font-family: "Roboto Slab";
      font-weight: 300;
      font-size: 32px;
      line-height: 44px;
      color: #006BB3; }
    .FullWidthContentContactForm .ContentWrapper .text h4 {
      font-size: 24px;
      font-weight: 500; }
    @media (max-width: 1000px) {
      .FullWidthContentContactForm .ContentWrapper .text {
        flex: 0 100%;
        padding: 50px 3em 0; } }
  .FullWidthContentContactForm .ContentWrapper .contact-form {
    flex: 0 50%;
    padding: 80px 3em;
    box-sizing: border-box;
    font-size: 18px;
    line-height: 36px;
    font-weight: 300;
    text-align: center; }
    .FullWidthContentContactForm .ContentWrapper .contact-form .contact-form-wrapper {
      margin: 1em 0; }
      .FullWidthContentContactForm .ContentWrapper .contact-form .contact-form-wrapper .validation_failed {
        font-size: .8em;
        line-height: 1.3;
        background: #e02d15;
        width: calc(100% - 3em);
        padding: 1em 1.5em;
        margin-bottom: 1em;
        color: #FFF;
        border-radius: 5px; }
      .FullWidthContentContactForm .ContentWrapper .contact-form .contact-form-wrapper .mail_sent {
        font-size: .8em;
        line-height: 1.3;
        background: #0075c9;
        width: calc(100% - 3em);
        padding: 1em 1.5em;
        margin-bottom: 1em;
        color: #FFF;
        border-radius: 5px; }
      .FullWidthContentContactForm .ContentWrapper .contact-form .contact-form-wrapper .additionalLabel {
        margin: 1em 0 0;
        line-height: 1.3;
        color: #e02d15; }
    @media (max-width: 1000px) {
      .FullWidthContentContactForm .ContentWrapper .contact-form {
        flex: 0 100%;
        padding: 50px 3em; } }
  @media (max-width: 1000px) {
    .FullWidthContentContactForm .ContentWrapper {
      flex-flow: column; } }

.FullWidthContentContactForm.left .text {
  text-align: left;
  padding: 50px 20px; }

.FullWidthContentContactForm.white {
  background-color: #fff; }

.FullWidthContentContactForm.teal {
  background-color: #deeced; }

.FullWidthContentContactForm.blue {
  background-color: #006BB3; }
  .FullWidthContentContactForm.blue .text, .FullWidthContentContactForm.blue .text h1, .FullWidthContentContactForm.blue .text h2, .FullWidthContentContactForm.blue .text h3, .FullWidthContentContactForm.blue .text h4 {
    color: #fff; }
  .FullWidthContentContactForm.blue .button {
    background-color: #fff;
    color: #de3c3c; }
    .FullWidthContentContactForm.blue .button:hover {
      background-color: #d9d9d9; }

.Title {
  margin: 0 0 30px 0;
  font-family: "Roboto Slab";
  font-size: 21px;
  font-weight: 700;
  letter-spacing: -0.6px;
  color: #006BB3; }

.Hr {
  display: block;
  clear: both;
  margin: 0 0 20px 0;
  border: 0;
  height: 1px;
  background: #333;
  background: #f3f3f3; }
  .Hr.bold {
    height: 2px;
    background: #006BB3; }

.RadioButton {
  position: relative;
  cursor: pointer;
  display: inline-block;
  margin: 0 10px 10px 0; }
  .RadioButton:hover .label {
    border-color: #006BB3; }
  .RadioButton.active .label {
    background: #006BB3;
    border: 1px solid #006BB3;
    color: #fff; }
  .RadioButton.active .FontIcon {
    opacity: 1; }
  .invalid .RadioButton .label {
    border-color: #de3c3c; }
  .invalid .RadioButton:hover .label {
    border-color: #006BB3; }
  .RadioButton input {
    position: absolute;
    opacity: 0;
    cursor: pointer; }
    .RadioButton input:focus + .label {
      border-color: #000; }
  .RadioButton .label {
    display: inline-block;
    padding: 11px 17px;
    background: #fff;
    border: 1px solid #d4d4d4;
    font-size: 14px;
    font-weight: 500;
    border-radius: 2px;
    transition: background-color 0.4s, border-color 0.4s, color 0.4s;
    user-select: none; }
  .RadioButton .FontIcon {
    opacity: 0;
    position: absolute;
    top: -7px;
    right: -7px;
    width: 16px;
    margin: 0;
    padding: 0 1px;
    line-height: 18px;
    font-size: 15px;
    text-align: center;
    color: #006BB3;
    background: #fff;
    border-radius: 10px;
    transition: opacity 0.4s;
    box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.3); }
  @media (max-width: 550px) {
    .RadioButton {
      margin: 0 7px 7px 0; }
      .RadioButton .label {
        padding: 11px 9px; } }

.MultichoiceBox {
  position: relative;
  cursor: pointer;
  display: inline-block;
  margin: 0 10px 10px 0; }
  .MultichoiceBox:hover .label {
    border-color: #006BB3; }
  .MultichoiceBox.active .label {
    background: #006BB3;
    border: 1px solid #006BB3;
    color: #fff; }
  .MultichoiceBox.active .FontIcon {
    opacity: 1; }
  .invalid .MultichoiceBox .label {
    border-color: #de3c3c; }
  .invalid .MultichoiceBox:hover .label {
    border-color: #006BB3; }
  .MultichoiceBox input {
    position: absolute;
    opacity: 0;
    cursor: pointer; }
    .MultichoiceBox input:focus + .label {
      border-color: #000; }
  .MultichoiceBox .label {
    display: inline-block;
    padding: 11px 17px;
    background: #fff;
    border: 1px solid #d4d4d4;
    font-size: 14px;
    font-weight: 500;
    border-radius: 2px;
    transition: background-color 0.4s, border-color 0.4s, color 0.4s;
    user-select: none; }
  .MultichoiceBox .FontIcon {
    opacity: 0;
    position: absolute;
    top: -7px;
    right: -7px;
    width: 16px;
    margin: 0;
    padding: 0 1px;
    line-height: 18px;
    font-size: 15px;
    text-align: center;
    color: #006BB3;
    background: #fff;
    border-radius: 10px;
    transition: opacity 0.4s;
    box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.3); }
  @media (max-width: 550px) {
    .MultichoiceBox {
      margin: 0 7px 7px 0; }
      .MultichoiceBox .label {
        padding: 11px 9px; } }

.CheckBox {
  position: relative;
  cursor: pointer;
  display: inline-table; }
  .CheckBox input {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    cursor: pointer; }
    .CheckBox input:focus + .tick {
      border-color: #006BB3; }
      .CheckBox input:focus + .tick + .label {
        color: #006BB3; }
  .CheckBox.checked .tick,
  .CheckBox input:checked + .tick {
    background-image: url("/static/images/tick.svg"); }
  .CheckBox.block {
    display: block;
    margin-bottom: 20px; }
  .CheckBox:hover .tick {
    border-color: #006BB3; }
  .CheckBox.disabled, .CheckBox.disabled input {
    cursor: default; }
  .CheckBox.disabled .tick {
    background-color: #e5e5e5; }
  .CheckBox.disabled .label {
    color: #ccc; }
  .CheckBox.disabled:hover .tick {
    border-color: #d4d4d4; }
  .CheckBox .tooltip {
    position: absolute;
    right: -25px;
    top: 5px; }
    .CheckBox .tooltip .icon {
      z-index: 1;
      cursor: pointer;
      position: absolute;
      display: block;
      top: 0;
      right: 6%;
      width: 10px;
      height: 5px;
      padding: 5px 8px 17px 10px;
      background: #006BB3;
      border-radius: 50%;
      color: #fff;
      font-weight: bold;
      font-size: 16px; }
  .CheckBox .tick {
    display: table-cell;
    width: 40px;
    height: 40px;
    vertical-align: middle;
    border: 1px solid #d4d4d4;
    background-position: center center;
    background-repeat: no-repeat;
    transition: border-color 0.4s ease;
    background-color: #fff; }
  .CheckBox .label {
    position: relative;
    display: table-cell;
    vertical-align: middle;
    padding: 0px 17px 1px 12px;
    font-size: 13px;
    line-height: 17px;
    font-weight: 500;
    border-radius: 2px;
    user-select: none; }
    .CheckBox .label .sublabel {
      display: block;
      padding-top: 3px;
      font-size: 12px;
      color: #767676; }
    .CheckBox .label svg {
      width: auto;
      height: 1.5cap;
      margin-left: .5em;
      vertical-align: baseline; }

.CheckBox-wrapper {
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
  width: 100%;
  margin-bottom: 20px; }
  .CheckBox-wrapper .CheckBox.block {
    margin: 0; }
  .CheckBox-wrapper a {
    flex: 0 0 20px;
    border: 0;
    margin-left: auto; }

.MoveUpDownButtons {
  position: absolute;
  width: 30px;
  top: 9px;
  left: -22px;
  text-align: center; }
  .MoveUpDownButtons .CoordinateButton {
    display: flex;
    width: 25px;
    height: 25px;
    margin-bottom: 5px;
    padding: 0;
    align-items: center;
    justify-content: center; }

.AddRemoveButtons {
  position: absolute;
  width: 30px;
  top: 9px;
  right: -27px;
  text-align: center; }
  .AddRemoveButtons .CoordinateButton {
    display: flex;
    width: 25px;
    height: 25px;
    margin-bottom: 5px;
    padding: 0;
    align-items: center;
    justify-content: center; }

.CoordinateButton {
  cursor: pointer;
  display: inline-block;
  vertical-align: middle;
  width: 40px;
  height: 40px;
  padding: 4px 12px;
  margin-right: 0;
  box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.2);
  border: none;
  border-radius: 50%;
  color: #006BB3;
  transition: all 0.4s;
  font-family: "Material-Design-Iconic-Font";
  font-size: 26px;
  outline: none;
  background-color: #fff; }
  .CoordinateButton.alert {
    color: #de3c3c; }
    .CoordinateButton.alert:hover {
      background-color: #de3c3c;
      color: #fff; }
  .CoordinateButton:hover {
    background-color: #006BB3;
    color: #fff; }

.LightOverlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(255, 255, 255, 0.7);
  z-index: 2;
  display: flex;
  justify-content: center;
  transition: opacity 0.4s ease; }
  .LightOverlay .modal {
    padding: 20px;
    border-radius: 15px;
    background: #fff;
    box-shadow: 2px 10px 20px rgba(0, 0, 0, 0.1); }

.overlayContent.enter {
  opacity: 0.01; }
  .overlayContent.enter.enter-active {
    transition: opacity 0.4s ease;
    opacity: 1; }

.overlayContent.exit {
  transition: opacity 0.4s ease;
  opacity: 1; }
  .overlayContent.exit.exit-active {
    opacity: 0.01; }

.Modal {
  padding: 20px;
  border-radius: 15px;
  background: #fff;
  box-shadow: 2px 10px 20px rgba(0, 0, 0, 0.1);
  position: relative;
  z-index: 3; }

.LightOverlay {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(255, 255, 255, 0.7);
  z-index: 2; }
  .LightOverlay.enter {
    opacity: 0.01; }
    .LightOverlay.enter.enter-active {
      transition: opacity 0.4s ease;
      opacity: 1; }
  .LightOverlay.exit {
    transition: opacity 0.4s ease;
    opacity: 1; }
    .LightOverlay.exit.exit-active {
      opacity: 0.01; }

.InvalidCoordinateEditor .FormInput {
  padding-bottom: 5px; }

.InvalidCoordinateEditor p {
  margin-top: 0; }

.InvalidCoordinateEditor .buttons {
  display: flex;
  justify-content: space-between; }
  .InvalidCoordinateEditor .buttons .button {
    margin: 0; }

.CoordinatePaster {
  margin-top: 20px; }
  .CoordinatePaster .LightOverlay {
    align-items: center; }

.CoordinatePosition {
  width: 40px;
  height: 40px;
  background-color: #006BB3;
  color: #fff;
  line-height: 40px;
  text-align: center;
  font-size: 16px;
  margin-right: 10px; }

.coordinateFields {
  position: relative; }
  .coordinateFields .TwoColumnInputs {
    margin-bottom: 15px; }

.CoordinateFieldsContainer {
  position: relative;
  height: 40px;
  padding: 16px 5px 16px 16px;
  background: #fff;
  display: flex;
  border-bottom: 1px solid #eee;
  opacity: 1;
  transition: all 600ms ease;
  background-color: #fff; }
  .CoordinateFieldsContainer:after {
    content: "";
    display: table;
    clear: both; }
  .CoordinateFieldsContainer.enter, .CoordinateFieldsContainer.appear {
    opacity: 0;
    height: 0px;
    padding-top: 0;
    padding-bottom: 0;
    overflow: hidden;
    border-bottom-width: 0px;
    background-color: #006BB3; }
  .CoordinateFieldsContainer.leave {
    opacity: 0;
    height: 0px;
    padding-top: 0;
    padding-bottom: 0;
    border-bottom-width: 0px;
    overflow: hidden;
    background-color: #de3c3c; }
  .CoordinateFieldsContainer.moveUp {
    z-index: 2;
    position: relative;
    animation: moveCoordinateUp 800ms 0s 1 ease-in-out; }
  .CoordinateFieldsContainer.moveDown {
    z-index: 2;
    position: relative;
    animation: moveCoordinateDown 800ms 0s 1 ease-in-out; }
  .CoordinateFieldsContainer.slideUp {
    z-index: 1;
    position: relative;
    animation: slideCoordinateUp 800ms 0s 1 ease-in-out; }
  .CoordinateFieldsContainer.slideDown {
    z-index: 1;
    position: relative;
    animation: slideCoordinateDown 800ms 0s 1 ease-in-out; }
  .CoordinateFieldsContainer .FormInput {
    flex: 1;
    padding-top: 0;
    display: flex;
    margin-right: 10px; }
    .CoordinateFieldsContainer .FormInput label {
      flex: 1;
      display: flex; }
    .CoordinateFieldsContainer .FormInput input {
      width: 100%;
      height: 40px;
      padding: 2px 15px;
      border: 1px solid #d8d8d8;
      font-size: 16px; }
      .CoordinateFieldsContainer .FormInput input:focus {
        border-color: #006BB3; }
    .CoordinateFieldsContainer .FormInput .label {
      display: inline-block;
      padding: 0 0 0 2px;
      font-weight: bold;
      font-size: 20px;
      line-height: 20px;
      color: #333; }
    .CoordinateFieldsContainer .FormInput.select {
      flex: initial; }
    .CoordinateFieldsContainer .FormInput.focus input {
      border-color: #006BB3;
      color: #006BB3; }
    .CoordinateFieldsContainer .FormInput.last {
      margin-right: 0; }
  @media (max-width: 550px) {
    .CoordinateFieldsContainer {
      padding: 16px 0; }
      .CoordinateFieldsContainer .FormInput {
        margin-right: 0; }
        .CoordinateFieldsContainer .FormInput input {
          padding: 2px 5px; }
        .CoordinateFieldsContainer .FormInput .label {
          position: absolute;
          top: 0;
          right: 3px; } }

.ModalBoxOverlay {
  z-index: 150;
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.6); }
  .ModalBoxOverlay.enter {
    opacity: 0.01; }
    .ModalBoxOverlay.enter.enter-active {
      transition: opacity 0.4s ease;
      opacity: 1; }
  .ModalBoxOverlay.exit {
    transition: opacity 0.4s ease;
    opacity: 1; }
    .ModalBoxOverlay.exit.exit-active {
      opacity: 0.01; }
  .ModalBoxOverlay .ModalContainer {
    position: relative;
    padding: 50px 0;
    max-width: 90%;
    width: 1100px;
    margin: 0 auto; }
    .ModalBoxOverlay .ModalContainer .closeButton {
      float: right;
      margin-bottom: 15px;
      color: #fff;
      border-bottom: 0; }
      .ModalBoxOverlay .ModalContainer .closeButton .FontIcon {
        margin: 0;
        font-size: 40px; }
      .ModalBoxOverlay .ModalContainer .closeButton:hover {
        color: #006BB3; }
  .ModalBoxOverlay .ModalBox {
    clear: both;
    background: #fff;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
    position: relative;
    z-index: 3; }
  @media (max-width: 900px) {
    .ModalBoxOverlay .ModalContainer {
      width: auto; } }

.MapTextOverlay {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.6);
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 22px;
  flex-direction: column;
  box-sizing: border-box;
  padding: 0 20px;
  text-align: center; }
  .MapTextOverlay.enter {
    opacity: 0.01; }
    .MapTextOverlay.enter.enter-active {
      transition: opacity 0.4s ease;
      opacity: 1; }
  .MapTextOverlay.exit {
    transition: opacity 0.4s ease;
    opacity: 1; }
    .MapTextOverlay.exit.exit-active {
      opacity: 0.01; }
  .MapTextOverlay .buttons {
    display: flex;
    gap: 1em; }
    .MapTextOverlay .buttons button {
      margin: 0; }

.mapContainer {
  clear: both;
  height: 500px;
  position: relative; }
  .mapContainer .esri-view {
    height: 100%; }
    .mapContainer .esri-view div:focus {
      outline: none; }
  .mapContainer > .SubTitle, .mapContainer > .Label {
    padding: 0 35px; }

.FormSection {
  padding: 30px 35px 35px 35px; }
  .FormSection:nth-of-type(odd) {
    background-color: #f7f7f7; }
  .FormSection:after {
    display: block;
    content: "";
    clear: both; }
  @media (max-width: 550px) {
    .FormSection {
      padding: 30px 15px 35px 15px; } }

.CheckBoxGroup {
  padding: 45px 0 35px 0; }
  .CheckBoxGroup > .SubLabel {
    margin-bottom: 10px; }
  .CheckBoxGroup > .CheckBox {
    margin-top: 0;
    margin-bottom: 0; }

.FormInput .react-datepicker-wrapper {
  display: block; }

.FormInput .react-datepicker__input-container {
  width: 100%; }

.FormInput .react-datepicker__day--today {
  background-color: #fffb95;
  border-radius: 0.3rem; }
  .FormInput .react-datepicker__day--today.react-datepicker__day--keyboard-selected, .FormInput .react-datepicker__day--today.react-datepicker__day--selected {
    background-color: #2a87d0; }

.FormInput .tooltip .icon {
  right: 0; }

.react-datepicker select {
  padding: 10px 5px;
  margin: 10px 4px; }

.react-datepicker .react-datepicker__day-name, .react-datepicker .react-datepicker__day, .react-datepicker .react-datepicker__time-name {
  width: 2rem;
  line-height: 2rem; }

.SubLabel {
  display: inline-block;
  margin: 0 20px 20px 0;
  font-size: 14px;
  font-weight: 400;
  color: #717171; }
  .SubLabel.large {
    font-size: 18px; }
  .SubLabel.bold {
    font-weight: 700; }
  @media (max-width: 550px) {
    .SubLabel {
      font-size: 13px; } }

.DragAndDrop {
  margin: 12px 0;
  border: 2px dashed #006BB3;
  background: #fff;
  border-radius: 2px;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.4s ease;
  flex-direction: column; }
  .DragAndDrop p {
    transition: all 0.4s ease;
    margin: 0 0 20px 0; }
    .DragAndDrop p.icon {
      font-family: "Material-Design-Iconic-Font";
      font-size: 52px;
      margin-bottom: 24px;
      margin-top: 30px;
      color: #006BB3; }
  .DragAndDrop.over {
    background: #006BB3; }
    .DragAndDrop.over p {
      color: #fff; }
      .DragAndDrop.over p.icon {
        color: #fff; }
  .DragAndDrop .chooseFileContainer {
    text-align: center; }
    .DragAndDrop .chooseFileContainer .button {
      margin-top: 0; }

.Attachment {
  display: inline-block;
  border: 1px solid #006BB3;
  border-radius: 20px;
  padding: 6px 12px;
  background: #fff;
  transition: all 0.4s ease;
  margin: 0 12px 8px 0; }
  .Attachment.highlight {
    background: #006BB3;
    color: #fff; }
    .Attachment.highlight .icon {
      color: #fff; }
  .Attachment .inner {
    display: flex; }
  .Attachment .icon {
    font-family: "Material-Design-Iconic-Font";
    margin-left: 8px;
    font-size: 20px;
    color: #de3c3c;
    transition: color 0.4s ease; }
    .Attachment .icon:hover {
      cursor: pointer; }

.NoticeHeader {
  font-family: "Roboto Slab";
  padding: 20px 0;
  margin: 0 35px;
  border-bottom: 1px solid #006BB3; }
  .NoticeHeader h2 {
    margin: 0;
    color: #006BB3; }

.AlertBox {
  padding: 12px 24px;
  background-color: #fff;
  border-radius: 15px;
  box-shadow: 2px 10px 20px rgba(0, 0, 0, 0.1);
  color: #006BB3;
  font-family: "Roboto", sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
  transition: transform 0.4s ease, opacity 0.4s ease;
  position: fixed;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 30;
  text-align: center; }
  .AlertBox h3 {
    font-size: 24px; }
  .AlertBox p {
    color: #666; }
  .AlertBox span.icon {
    font-family: "Material-Design-Iconic-Font";
    font-size: 72px;
    margin: 26px 0;
    display: inline-block; }
  .AlertBox .buttons {
    display: flex;
    justify-content: center; }
    .AlertBox .buttons .button {
      margin: 12px 3px; }
  .AlertBox.popup-enter {
    opacity: 0.01;
    transform: translate(-50%, -50%) scale(0.25); }
    .AlertBox.popup-enter.popup-enter-active {
      opacity: 1;
      transform: translate(-50%, -50%) scale(1); }
  .AlertBox.popup-leave {
    opacity: 1;
    transform: translate(-50%, -50%) scale(1); }
    .AlertBox.popup-leave.popup-leave-active {
      opacity: 0.01;
      transform: translate(-50%, -50%) scale(0.25); }

.OverlayBackground {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  z-index: 10;
  transition: opacity 0.4s ease;
  background-color: rgba(0, 0, 0, 0.25); }
  .OverlayBackground.popup-enter {
    opacity: 0.01; }
    .OverlayBackground.popup-enter.popup-enter-active {
      opacity: 1; }
  .OverlayBackground.popup-leave {
    opacity: 1; }
    .OverlayBackground.popup-leave.popup-leave-active {
      opacity: 0.01; }

.BackgroundPartition {
  position: relative;
  padding: 22px 20px 1px 22px;
  background: #fff;
  box-sizing: border-box;
  transition: background-color 0.4s; }
  .BackgroundPartition.highlighted {
    background: #e6e6e6; }
  .BackgroundPartition + .BackgroundPartition {
    margin-top: 8px; }

.tooltip {
  display: inline-block;
  margin: 0 0 0 10px; }
  .tooltip .icon {
    cursor: pointer;
    display: block;
    width: 10px;
    height: 5px;
    padding: 3px 8px 19px 10px;
    background: #006BB3;
    border-radius: 50%;
    color: #fff;
    font-weight: bold;
    font-size: 16px; }
  .tooltip .__react_component_tooltip {
    max-width: 300px; }
  @media (max-width: 550px) {
    .tooltip .__react_component_tooltip {
      max-width: 60%; } }

.AlertMapHelper {
  display: flex;
  background: #006BB3;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
  padding: 6px;
  position: absolute;
  top: 75px;
  right: 15px;
  z-index: 1; }
  .AlertMapHelper p {
    color: #fff;
    margin: 0 6px; }
  .AlertMapHelper.enter {
    opacity: 0.01; }
    .AlertMapHelper.enter.enter-active {
      transition: opacity 0.4s ease;
      opacity: 1; }
  .AlertMapHelper.exit {
    transition: opacity 0.4s ease;
    opacity: 1; }
    .AlertMapHelper.exit.exit-active {
      opacity: 0.01; }

.ModalBox .NewPointOfContact {
  padding: 20px;
  position: relative; }

.NewPointOfContact .response {
  padding: 5px 20px;
  background: #eee;
  border-radius: 40px; }

.AlertMap {
  position: relative; }
  .AlertMap #AlertMap {
    height: 50vh;
    min-height: 300px; }
  .AlertMap .esri-sketch__panel .esri-icon-cursor {
    display: none; }
  .AlertMap .esri-sketch__panel .esri-sketch__tool-section:nth-of-type(2) button {
    display: none; }
    .AlertMap .esri-sketch__panel .esri-sketch__tool-section:nth-of-type(2) button:last-of-type {
      display: initial; }
  .AlertMap .ToolSelection {
    display: flex;
    background: #fff;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
    padding: 6px;
    position: absolute;
    top: 15px;
    right: 15px;
    z-index: 1; }
    .AlertMap .ToolSelection span {
      font-family: "Material-Design-Iconic-Font";
      padding: 6px;
      transition: all 0.4s ease;
      margin-right: 6px;
      font-size: 16px;
      width: 20px;
      height: 20px;
      text-align: center; }
      .AlertMap .ToolSelection span .circleIcon {
        width: 16px;
        height: 16px;
        border-radius: 50%;
        border: 2px solid #000;
        transition: all 0.4s ease; }
      .AlertMap .ToolSelection span:hover {
        color: #006BB3;
        background: #eee;
        cursor: pointer; }
        .AlertMap .ToolSelection span:hover .circleIcon {
          border-color: #006BB3; }
      .AlertMap .ToolSelection span.active {
        color: #006BB3;
        background: #eee;
        cursor: pointer; }
        .AlertMap .ToolSelection span.active .circleIcon {
          border-color: #006BB3; }
      .AlertMap .ToolSelection span:last-of-type {
        margin-right: 0; }
      .AlertMap .ToolSelection span.removeButton {
        font-family: inherit;
        background: #006BB3;
        color: #fff;
        width: auto; }
      .AlertMap .ToolSelection span.moveButton {
        font-family: inherit;
        background: #006BB3;
        color: #fff;
        width: auto; }
      .AlertMap .ToolSelection span.decreaseRadiusButton {
        position: relative; }
      .AlertMap .ToolSelection span.decreaseRadiusButton::after {
        position: absolute;
        content: '';
        top: 50%;
        left: 50%;
        transform: translateY(-50%) translateX(-50%);
        background: #000;
        width: 12px;
        height: 2px; }
      .AlertMap .ToolSelection span.increaseRadiusButton {
        position: relative; }
      .AlertMap .ToolSelection span.increaseRadiusButton::after, .AlertMap .ToolSelection span.increaseRadiusButton::before {
        position: absolute;
        content: '';
        top: 50%;
        left: 50%;
        transform: translateY(-50%) translateX(-50%);
        background: #000;
        width: 12px;
        height: 2px; }
      .AlertMap .ToolSelection span.increaseRadiusButton::after {
        transform: translateY(-50%) translateX(-50%) rotate(90deg); }

.mapContainer {
  height: 50vh;
  min-height: 300px; }

.create-alert-form .alert-wrapper {
  padding: 80px 0;
  box-sizing: border-box;
  font-size: 18px;
  line-height: 36px;
  font-weight: 300;
  max-width: 850px;
  margin: 0 auto; }

.create-alert-form .buttonsHolder {
  position: relative;
  padding: 0;
  margin-top: 30px; }

.FormInput.select label {
  position: relative;
  display: block; }

.FormInput.select.hasTooltip .label {
  padding-right: 15px; }

.FormInput.select .selectContainer {
  position: relative;
  background-color: #fff; }
  .FormInput.select .selectContainer:after {
    z-index: 1;
    content: "\F2F9";
    position: absolute;
    bottom: 13px;
    right: 4px;
    width: 20px;
    font-family: "Material-Design-Iconic-Font";
    font-size: 28px; }
  .FormInput.select .selectContainer.withBorder {
    border: 1px solid #d8d8d8;
    transition: border-color 0.4s; }
    .FormInput.select .selectContainer.withBorder select {
      padding-left: 15px;
      border-bottom: none; }
  .FormInput.select .selectContainer.focussed .label {
    color: #006BB3; }
  .FormInput.select .selectContainer.focussed select {
    border-bottom: 1px solid #006BB3; }
  .FormInput.select .selectContainer.focussed.withBorder {
    border: 1px solid #006BB3; }
    .FormInput.select .selectContainer.focussed.withBorder select {
      border-bottom: none; }
  .FormInput.select .selectContainer.small select {
    font-size: 15px; }

.FormInput.select .tooltip {
  z-index: 1; }

.FormInput.select select {
  z-index: 2;
  position: relative;
  width: 100%;
  -webkit-appearance: none;
  appearance: none;
  height: 50px;
  padding: 10px 35px 10px 0;
  font-weight: 500;
  font-size: 20px;
  font-family: "Roboto", sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
  color: #333;
  outline: 0;
  border-radius: 0;
  border: 0;
  border-bottom: 1px solid #d8d8d8;
  transition: border-color 0.4s;
  background: transparent;
  box-sizing: border-box; }
  .FormInput.select select::-ms-expand {
    display: none; }
  .FormInput.select select:focus {
    outline: none;
    border-color: #006BB3; }
  .FormInput.select select:hover {
    cursor: pointer; }

@media (max-width: 550px) {
  .FormInput .label {
    font-size: 13px; } }

.CoordinateFieldsContainer .FormInput.select:after {
  content: ""; }

.CoordinateFieldsContainer .FormInput.select select {
  height: 40px;
  padding: 2px 15px;
  font-size: 16px; }

.PointOfContactSelection .SelectInput {
  position: relative; }

.PointOfContactSelection .RemoveButton {
  position: absolute;
  top: 14px;
  right: -30px; }
  .PointOfContactSelection .RemoveButton button {
    width: 30px;
    height: 30px;
    margin-right: 0;
    padding: 0px 4px; }

.WysiwygEditor .editor {
  background-color: #fff;
  margin: 15px 0; }
  .WysiwygEditor .editor .cke_editable_inline {
    border: 1px solid #d8d8d8;
    padding: 15px 20px;
    min-height: 200px;
    outline: none;
    transition: border 0.4s ease; }
    .WysiwygEditor .editor .cke_editable_inline p {
      margin: 0; }
    .WysiwygEditor .editor .cke_editable_inline:focus {
      border: 1px solid #006BB3; }
  .WysiwygEditor .editor .cke_top {
    border: none;
    padding: 10px 15px;
    border-bottom: 1px solid #d8d8d8;
    background: #fff; }
    .WysiwygEditor .editor .cke_top .cke_toolgroup {
      margin-bottom: 0; }

.WysiwygEditor .FormInput .label .required:after {
  content: "*";
  margin-left: 3px;
  font-weight: 700;
  font-size: 16px;
  color: #006BB3; }

.WysiwygEditor .cke_chrome {
  transition: border-color 0.4s; }

.WysiwygEditor.invalid .cke_chrome {
  border-color: red; }

.FishingAreas {
  margin-bottom: 13px;
  max-width: 250px; }
  .FishingAreas .areasBox {
    position: relative; }
    .FishingAreas .areasBox img {
      max-width: 100%; }
    .FishingAreas .areasBox .box {
      position: absolute;
      display: flex;
      align-items: center;
      justify-content: center; }
      .FishingAreas .areasBox .box:hover {
        cursor: pointer; }
      .FishingAreas .areasBox .box.zone-1 {
        top: 0;
        right: 0;
        height: 32.5%;
        width: 65.5%; }
      .FishingAreas .areasBox .box.zone-2 {
        top: 32.5%;
        right: 0;
        height: 22.5%;
        width: 64.5%; }
      .FishingAreas .areasBox .box.zone-3 {
        bottom: 1.5%;
        right: 0;
        height: 43.5%;
        width: 44.5%; }
      .FishingAreas .areasBox .box.zone-4 {
        bottom: 1.5%;
        left: 0;
        height: 16.5%;
        width: 55.5%; }
      .FishingAreas .areasBox .box.zone-5 {
        bottom: 17.5%;
        left: 0;
        height: 34.5%;
        width: 55.5%; }
      .FishingAreas .areasBox .box.zone-6 {
        top: 0;
        left: 0;
        height: 48%;
        width: 35.5%; }
      .FishingAreas .areasBox .box .numberBox {
        font-size: 1.2em;
        background: #fff;
        padding: 6px 12px;
        border-radius: 50px;
        color: #006BB3; }
        .FishingAreas .areasBox .box .numberBox .check {
          font-family: "Material-Design-Iconic-Font";
          margin-left: 6px;
          font-weight: bold; }

.UserLoginForm {
  position: relative; }
  .ModalBox .UserLoginForm {
    padding: 25px 30px; }
  .UserLoginForm .response {
    padding: 5px 20px;
    background: #eee;
    border-radius: 40px; }
  .UserLoginForm .button.fullWidth {
    text-align: center;
    justify-content: center; }
  .UserLoginForm .account-links {
    margin-top: 20px; }
    .UserLoginForm .account-links span {
      cursor: pointer;
      color: #0077c8;
      text-decoration: none;
      border-bottom: 1px solid #cee0ef;
      transition: border-color 0.4s, background-color 0.4s, color 0.4s; }
      .UserLoginForm .account-links span:hover {
        border-bottom-color: #0077c8; }

.draft-continue {
  float: right;
  margin-right: 1em !important;
  background-color: #5f6364; }
  .draft-continue:hover, .draft-continue:focus {
    background-color: #313535; }

body .ModalBoxOverlay .ModalContainer:has(.searchNotices) .slide-out-content .content-wrapper,
body .ModalBoxOverlay .ModalContainer:has(.alert-wrapper) .slide-out-content .content-wrapper,
.outerNoticesContainer .notices .slide-out-content .content-wrapper {
  display: flex;
  flex-direction: column;
  gap: 20px;
  height: calc(100% - 65px - 65px);
  overflow: scroll;
  padding: 20px;
  margin: 0;
  color: #444444;
  background-color: #f8fbfb;
  box-sizing: border-box; }
  body .ModalBoxOverlay .ModalContainer:has(.searchNotices) .slide-out-content .content-wrapper input[type="text"],
  body .ModalBoxOverlay .ModalContainer:has(.alert-wrapper) .slide-out-content .content-wrapper input[type="text"],
  .outerNoticesContainer .notices .slide-out-content .content-wrapper input[type="text"] {
    width: 100%;
    height: 50px;
    padding: 10px 20px;
    font-weight: 500;
    font-size: 16px;
    font-family: "Roboto", sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
    color: #333;
    border-radius: 5px;
    border: 1px solid #A1C9E1;
    outline: 0;
    transition: border-color 0.4s;
    background-color: #fff;
    box-sizing: border-box; }
    body .ModalBoxOverlay .ModalContainer:has(.searchNotices) .slide-out-content .content-wrapper input[type="text"]::placeholder,
    body .ModalBoxOverlay .ModalContainer:has(.alert-wrapper) .slide-out-content .content-wrapper input[type="text"]::placeholder,
    .outerNoticesContainer .notices .slide-out-content .content-wrapper input[type="text"]::placeholder {
      color: #ddd; }
    body .ModalBoxOverlay .ModalContainer:has(.searchNotices) .slide-out-content .content-wrapper input[type="text"]:-ms-input-placeholder,
    body .ModalBoxOverlay .ModalContainer:has(.alert-wrapper) .slide-out-content .content-wrapper input[type="text"]:-ms-input-placeholder,
    .outerNoticesContainer .notices .slide-out-content .content-wrapper input[type="text"]:-ms-input-placeholder {
      color: #ddd; }
    body .ModalBoxOverlay .ModalContainer:has(.searchNotices) .slide-out-content .content-wrapper input[type="text"]:focus,
    body .ModalBoxOverlay .ModalContainer:has(.alert-wrapper) .slide-out-content .content-wrapper input[type="text"]:focus,
    .outerNoticesContainer .notices .slide-out-content .content-wrapper input[type="text"]:focus {
      border-color: #006BB3; }
  body .ModalBoxOverlay .ModalContainer:has(.searchNotices) .slide-out-content .content-wrapper h3,
  body .ModalBoxOverlay .ModalContainer:has(.searchNotices) .slide-out-content .content-wrapper h4,
  body .ModalBoxOverlay .ModalContainer:has(.alert-wrapper) .slide-out-content .content-wrapper h3,
  body .ModalBoxOverlay .ModalContainer:has(.alert-wrapper) .slide-out-content .content-wrapper h4,
  .outerNoticesContainer .notices .slide-out-content .content-wrapper h3,
  .outerNoticesContainer .notices .slide-out-content .content-wrapper h4 {
    margin: 0 0 1em;
    color: #444444;
    font-size: 1.12em;
    font-weight: 400;
    line-height: 1.2;
    letter-spacing: 0.01em;
    font-family: "Roboto", sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif; }
  body .ModalBoxOverlay .ModalContainer:has(.searchNotices) .slide-out-content .content-wrapper h4,
  body .ModalBoxOverlay .ModalContainer:has(.alert-wrapper) .slide-out-content .content-wrapper h4,
  .outerNoticesContainer .notices .slide-out-content .content-wrapper h4 {
    font-size: 1em; }
  body .ModalBoxOverlay .ModalContainer:has(.searchNotices) .slide-out-content .content-wrapper fieldset,
  body .ModalBoxOverlay .ModalContainer:has(.alert-wrapper) .slide-out-content .content-wrapper fieldset,
  .outerNoticesContainer .notices .slide-out-content .content-wrapper fieldset {
    margin: 0;
    padding: 0; }
    body .ModalBoxOverlay .ModalContainer:has(.searchNotices) .slide-out-content .content-wrapper fieldset .checkboxes-wrapper,
    body .ModalBoxOverlay .ModalContainer:has(.alert-wrapper) .slide-out-content .content-wrapper fieldset .checkboxes-wrapper,
    .outerNoticesContainer .notices .slide-out-content .content-wrapper fieldset .checkboxes-wrapper {
      display: flex;
      align-items: start;
      justify-content: flex-start;
      flex-flow: row wrap;
      gap: 1em; }
      body .ModalBoxOverlay .ModalContainer:has(.searchNotices) .slide-out-content .content-wrapper fieldset .checkboxes-wrapper label,
      body .ModalBoxOverlay .ModalContainer:has(.alert-wrapper) .slide-out-content .content-wrapper fieldset .checkboxes-wrapper label,
      .outerNoticesContainer .notices .slide-out-content .content-wrapper fieldset .checkboxes-wrapper label {
        cursor: pointer;
        text-align: center;
        color: #444;
        width: 100px;
        line-height: 1.3; }
        body .ModalBoxOverlay .ModalContainer:has(.searchNotices) .slide-out-content .content-wrapper fieldset .checkboxes-wrapper label.type-hazard,
        body .ModalBoxOverlay .ModalContainer:has(.alert-wrapper) .slide-out-content .content-wrapper fieldset .checkboxes-wrapper label.type-hazard,
        .outerNoticesContainer .notices .slide-out-content .content-wrapper fieldset .checkboxes-wrapper label.type-hazard {
          color: var(--hazard-colour); }
        body .ModalBoxOverlay .ModalContainer:has(.searchNotices) .slide-out-content .content-wrapper fieldset .checkboxes-wrapper label.type-activity,
        body .ModalBoxOverlay .ModalContainer:has(.alert-wrapper) .slide-out-content .content-wrapper fieldset .checkboxes-wrapper label.type-activity,
        .outerNoticesContainer .notices .slide-out-content .content-wrapper fieldset .checkboxes-wrapper label.type-activity {
          color: var(--activity-colour); }
        body .ModalBoxOverlay .ModalContainer:has(.searchNotices) .slide-out-content .content-wrapper fieldset .checkboxes-wrapper label.type-news,
        body .ModalBoxOverlay .ModalContainer:has(.alert-wrapper) .slide-out-content .content-wrapper fieldset .checkboxes-wrapper label.type-news,
        .outerNoticesContainer .notices .slide-out-content .content-wrapper fieldset .checkboxes-wrapper label.type-news {
          color: var(--news-colour); }
        body .ModalBoxOverlay .ModalContainer:has(.searchNotices) .slide-out-content .content-wrapper fieldset .checkboxes-wrapper label input[type="checkbox"],
        body .ModalBoxOverlay .ModalContainer:has(.alert-wrapper) .slide-out-content .content-wrapper fieldset .checkboxes-wrapper label input[type="checkbox"],
        .outerNoticesContainer .notices .slide-out-content .content-wrapper fieldset .checkboxes-wrapper label input[type="checkbox"] {
          appearance: none;
          width: 0;
          height: 0;
          margin: 0;
          padding: 0;
          position: absolute;
          overflow: hidden;
          clip: rect(0 0 0 0); }
        body .ModalBoxOverlay .ModalContainer:has(.searchNotices) .slide-out-content .content-wrapper fieldset .checkboxes-wrapper label .notice-type,
        body .ModalBoxOverlay .ModalContainer:has(.alert-wrapper) .slide-out-content .content-wrapper fieldset .checkboxes-wrapper label .notice-type,
        .outerNoticesContainer .notices .slide-out-content .content-wrapper fieldset .checkboxes-wrapper label .notice-type {
          position: relative;
          width: 100px;
          height: 100px;
          transition: all .3s; }
          body .ModalBoxOverlay .ModalContainer:has(.searchNotices) .slide-out-content .content-wrapper fieldset .checkboxes-wrapper label .notice-type svg,
          body .ModalBoxOverlay .ModalContainer:has(.alert-wrapper) .slide-out-content .content-wrapper fieldset .checkboxes-wrapper label .notice-type svg,
          .outerNoticesContainer .notices .slide-out-content .content-wrapper fieldset .checkboxes-wrapper label .notice-type svg {
            width: 38px;
            height: 38px; }
            body .ModalBoxOverlay .ModalContainer:has(.searchNotices) .slide-out-content .content-wrapper fieldset .checkboxes-wrapper label .notice-type svg.close-icon,
            body .ModalBoxOverlay .ModalContainer:has(.alert-wrapper) .slide-out-content .content-wrapper fieldset .checkboxes-wrapper label .notice-type svg.close-icon,
            .outerNoticesContainer .notices .slide-out-content .content-wrapper fieldset .checkboxes-wrapper label .notice-type svg.close-icon {
              display: none;
              position: absolute;
              top: 5px;
              right: 5px;
              width: 14px;
              height: 14px;
              color: #de3c3c;
              transform: rotate(45deg); }
        body .ModalBoxOverlay .ModalContainer:has(.searchNotices) .slide-out-content .content-wrapper fieldset .checkboxes-wrapper label input:checked + .notice-type,
        body .ModalBoxOverlay .ModalContainer:has(.alert-wrapper) .slide-out-content .content-wrapper fieldset .checkboxes-wrapper label input:checked + .notice-type,
        .outerNoticesContainer .notices .slide-out-content .content-wrapper fieldset .checkboxes-wrapper label input:checked + .notice-type {
          background-color: #DEECED; }
          body .ModalBoxOverlay .ModalContainer:has(.searchNotices) .slide-out-content .content-wrapper fieldset .checkboxes-wrapper label input:checked + .notice-type svg.close-icon,
          body .ModalBoxOverlay .ModalContainer:has(.alert-wrapper) .slide-out-content .content-wrapper fieldset .checkboxes-wrapper label input:checked + .notice-type svg.close-icon,
          .outerNoticesContainer .notices .slide-out-content .content-wrapper fieldset .checkboxes-wrapper label input:checked + .notice-type svg.close-icon {
            display: block; }
        body .ModalBoxOverlay .ModalContainer:has(.searchNotices) .slide-out-content .content-wrapper fieldset .checkboxes-wrapper label .label,
        body .ModalBoxOverlay .ModalContainer:has(.alert-wrapper) .slide-out-content .content-wrapper fieldset .checkboxes-wrapper label .label,
        .outerNoticesContainer .notices .slide-out-content .content-wrapper fieldset .checkboxes-wrapper label .label {
          display: block;
          margin-top: 8px;
          font-size: 14px;
          font-weight: 400; }
  body .ModalBoxOverlay .ModalContainer:has(.searchNotices) .slide-out-content .content-wrapper .checkboxes-wrapper,
  body .ModalBoxOverlay .ModalContainer:has(.alert-wrapper) .slide-out-content .content-wrapper .checkboxes-wrapper,
  .outerNoticesContainer .notices .slide-out-content .content-wrapper .checkboxes-wrapper {
    display: flex;
    align-items: start;
    justify-content: flex-start;
    flex-flow: row wrap;
    gap: 1em; }
    body .ModalBoxOverlay .ModalContainer:has(.searchNotices) .slide-out-content .content-wrapper .checkboxes-wrapper label,
    body .ModalBoxOverlay .ModalContainer:has(.alert-wrapper) .slide-out-content .content-wrapper .checkboxes-wrapper label,
    .outerNoticesContainer .notices .slide-out-content .content-wrapper .checkboxes-wrapper label {
      cursor: pointer;
      text-align: center;
      color: #444;
      width: 100px;
      line-height: 1.3; }
      body .ModalBoxOverlay .ModalContainer:has(.searchNotices) .slide-out-content .content-wrapper .checkboxes-wrapper label.type-hazard,
      body .ModalBoxOverlay .ModalContainer:has(.alert-wrapper) .slide-out-content .content-wrapper .checkboxes-wrapper label.type-hazard,
      .outerNoticesContainer .notices .slide-out-content .content-wrapper .checkboxes-wrapper label.type-hazard {
        color: var(--hazard-colour); }
      body .ModalBoxOverlay .ModalContainer:has(.searchNotices) .slide-out-content .content-wrapper .checkboxes-wrapper label.type-activity,
      body .ModalBoxOverlay .ModalContainer:has(.alert-wrapper) .slide-out-content .content-wrapper .checkboxes-wrapper label.type-activity,
      .outerNoticesContainer .notices .slide-out-content .content-wrapper .checkboxes-wrapper label.type-activity {
        color: var(--activity-colour); }
      body .ModalBoxOverlay .ModalContainer:has(.searchNotices) .slide-out-content .content-wrapper .checkboxes-wrapper label.type-news,
      body .ModalBoxOverlay .ModalContainer:has(.alert-wrapper) .slide-out-content .content-wrapper .checkboxes-wrapper label.type-news,
      .outerNoticesContainer .notices .slide-out-content .content-wrapper .checkboxes-wrapper label.type-news {
        color: var(--news-colour); }
      body .ModalBoxOverlay .ModalContainer:has(.searchNotices) .slide-out-content .content-wrapper .checkboxes-wrapper label input[type="checkbox"],
      body .ModalBoxOverlay .ModalContainer:has(.alert-wrapper) .slide-out-content .content-wrapper .checkboxes-wrapper label input[type="checkbox"],
      .outerNoticesContainer .notices .slide-out-content .content-wrapper .checkboxes-wrapper label input[type="checkbox"] {
        appearance: none;
        width: 0;
        height: 0;
        margin: 0;
        padding: 0;
        position: absolute;
        overflow: hidden;
        clip: rect(0 0 0 0); }
      body .ModalBoxOverlay .ModalContainer:has(.searchNotices) .slide-out-content .content-wrapper .checkboxes-wrapper label .notice-type,
      body .ModalBoxOverlay .ModalContainer:has(.alert-wrapper) .slide-out-content .content-wrapper .checkboxes-wrapper label .notice-type,
      .outerNoticesContainer .notices .slide-out-content .content-wrapper .checkboxes-wrapper label .notice-type {
        position: relative;
        width: 100px;
        height: 100px;
        transition: all .3s; }
        body .ModalBoxOverlay .ModalContainer:has(.searchNotices) .slide-out-content .content-wrapper .checkboxes-wrapper label .notice-type svg,
        body .ModalBoxOverlay .ModalContainer:has(.alert-wrapper) .slide-out-content .content-wrapper .checkboxes-wrapper label .notice-type svg,
        .outerNoticesContainer .notices .slide-out-content .content-wrapper .checkboxes-wrapper label .notice-type svg {
          width: 38px;
          height: 38px; }
          body .ModalBoxOverlay .ModalContainer:has(.searchNotices) .slide-out-content .content-wrapper .checkboxes-wrapper label .notice-type svg.close-icon,
          body .ModalBoxOverlay .ModalContainer:has(.alert-wrapper) .slide-out-content .content-wrapper .checkboxes-wrapper label .notice-type svg.close-icon,
          .outerNoticesContainer .notices .slide-out-content .content-wrapper .checkboxes-wrapper label .notice-type svg.close-icon {
            display: none;
            position: absolute;
            top: 5px;
            right: 5px;
            width: 14px;
            height: 14px;
            color: #de3c3c;
            transform: rotate(45deg); }
      body .ModalBoxOverlay .ModalContainer:has(.searchNotices) .slide-out-content .content-wrapper .checkboxes-wrapper label input:checked + .notice-type,
      body .ModalBoxOverlay .ModalContainer:has(.alert-wrapper) .slide-out-content .content-wrapper .checkboxes-wrapper label input:checked + .notice-type,
      .outerNoticesContainer .notices .slide-out-content .content-wrapper .checkboxes-wrapper label input:checked + .notice-type {
        background-color: #DEECED; }
        body .ModalBoxOverlay .ModalContainer:has(.searchNotices) .slide-out-content .content-wrapper .checkboxes-wrapper label input:checked + .notice-type svg.close-icon,
        body .ModalBoxOverlay .ModalContainer:has(.alert-wrapper) .slide-out-content .content-wrapper .checkboxes-wrapper label input:checked + .notice-type svg.close-icon,
        .outerNoticesContainer .notices .slide-out-content .content-wrapper .checkboxes-wrapper label input:checked + .notice-type svg.close-icon {
          display: block; }
      body .ModalBoxOverlay .ModalContainer:has(.searchNotices) .slide-out-content .content-wrapper .checkboxes-wrapper label .label,
      body .ModalBoxOverlay .ModalContainer:has(.alert-wrapper) .slide-out-content .content-wrapper .checkboxes-wrapper label .label,
      .outerNoticesContainer .notices .slide-out-content .content-wrapper .checkboxes-wrapper label .label {
        display: block;
        margin-top: 8px;
        font-size: 14px;
        font-weight: 400; }
  body .ModalBoxOverlay .ModalContainer:has(.searchNotices) .slide-out-content .content-wrapper .alert-preferences,
  body .ModalBoxOverlay .ModalContainer:has(.alert-wrapper) .slide-out-content .content-wrapper .alert-preferences,
  .outerNoticesContainer .notices .slide-out-content .content-wrapper .alert-preferences {
    display: flex;
    flex-flow: row wrap;
    gap: 1em; }
    body .ModalBoxOverlay .ModalContainer:has(.searchNotices) .slide-out-content .content-wrapper .alert-preferences label,
    body .ModalBoxOverlay .ModalContainer:has(.alert-wrapper) .slide-out-content .content-wrapper .alert-preferences label,
    .outerNoticesContainer .notices .slide-out-content .content-wrapper .alert-preferences label {
      margin: 0; }

body .ModalBoxOverlay .ModalContainer:has(.searchNotices) .small-slide-out .slide-out-content .bottom-bar-sticky,
body .ModalBoxOverlay .ModalContainer:has(.alert-wrapper) .small-slide-out .slide-out-content .bottom-bar-sticky,
.outerNoticesContainer .notices .small-slide-out .slide-out-content .bottom-bar-sticky {
  justify-content: center; }
  body .ModalBoxOverlay .ModalContainer:has(.searchNotices) .small-slide-out .slide-out-content .bottom-bar-sticky .button,
  body .ModalBoxOverlay .ModalContainer:has(.alert-wrapper) .small-slide-out .slide-out-content .bottom-bar-sticky .button,
  .outerNoticesContainer .notices .small-slide-out .slide-out-content .bottom-bar-sticky .button {
    --padding-x: 4em; }

body .ModalBoxOverlay .ModalContainer:has(.alert-wrapper) .steps-info .FormInput {
  margin: 0; }

body .ModalBoxOverlay .ModalContainer:has(.alert-wrapper) .steps-info .alert-text {
  color: var(--red); }

body .ModalBoxOverlay .ModalContainer:has(.alert-wrapper) .steps-info + .steps-info {
  margin-top: 2em; }

body .ModalBoxOverlay .ModalContainer:has(.alert-wrapper) .steps-info.map-step-info {
  display: flex;
  flex-direction: column;
  min-height: 100%; }
  body .ModalBoxOverlay .ModalContainer:has(.alert-wrapper) .steps-info.map-step-info .AlertMap {
    flex: 1; }
    body .ModalBoxOverlay .ModalContainer:has(.alert-wrapper) .steps-info.map-step-info .AlertMap #AlertMap {
      width: 100%;
      height: 100%; }
    body .ModalBoxOverlay .ModalContainer:has(.alert-wrapper) .steps-info.map-step-info .AlertMap .CursorCoordinates {
      display: flex;
      background: rgba(255, 255, 255, 0.8);
      padding: 6px;
      width: 240px;
      justify-content: space-between;
      position: absolute;
      z-index: 10;
      bottom: calc(15px + .5rem);
      right: .5rem; }

.searchNoticesContent .SubTitle {
  margin: 0 0 10px 0; }

.searchNoticesContent .SubLabel {
  margin: 0 20px 20px 0; }

.searchNoticesContent .sectorColumns {
  display: flex; }
  .searchNoticesContent .sectorColumns .sectorColumn:first-of-type {
    margin-right: 20px; }
  @media (max-width: 1200px) {
    .searchNoticesContent .sectorColumns {
      display: block; } }

@media (max-width: 414px) {
  .searchNoticesContent {
    padding: 20px 25px; } }

.SearchNotices {
  position: relative;
  border-bottom: 0px solid #006BB3;
  box-sizing: border-box;
  overflow: hidden;
  transition: height 0.4s, border-bottom 0.4s;
  background: #f7f7f7; }
  .SearchNotices.enter.enter-active {
    border-bottom: 4px solid #006BB3; }
  .SearchNotices.enter-done {
    border-bottom: 4px solid #006BB3; }
  .SearchNotices.exit.exit-active {
    border-bottom: 0px solid #006BB3; }
  .SearchNotices .searchNoticesContent {
    padding: 40px 0; }

.searchNoticesContent .supportedFormats {
  font-size: 0.9em; }

.Locations {
  margin: 0;
  border-bottom: 2px solid #DEECED;
  padding: 0 0 1em 0; }
  .Locations .location-wrapper {
    display: flex;
    flex-direction: column;
    gap: 1em; }
    .Locations .location-wrapper .location {
      display: flex;
      flex-direction: column;
      margin: 0; }
      .Locations .location-wrapper .location .location-name-wrapper {
        display: flex;
        align-items: center;
        justify-content: space-between;
        gap: 1em;
        width: 100%;
        padding: 10px 20px;
        margin: 0;
        background: var(--light-blue);
        box-sizing: border-box;
        border-radius: 5px 5px 0 0; }
        @media (max-width: 725px) {
          .Locations .location-wrapper .location .location-name-wrapper {
            flex-direction: column;
            align-items: self-start; } }
        .Locations .location-wrapper .location .location-name-wrapper .name {
          width: 100%;
          display: block;
          color: #333; }
        .Locations .location-wrapper .location .location-name-wrapper button {
          margin: 0; }
          .Locations .location-wrapper .location .location-name-wrapper button::before {
            content: '\2713';
            display: inline-block;
            padding-right: 0;
            font-weight: 600;
            transition: all .3s;
            opacity: 0;
            width: 0; }
        .Locations .location-wrapper .location .location-name-wrapper button:focus::before {
          animation: blink 4s; }
      .Locations .location-wrapper .location .separator {
        width: 100%;
        margin: 0;
        padding: 0;
        background: #FFF;
        padding: 20px;
        box-sizing: border-box;
        border-radius: 0 0 5px 5px; }
      .Locations .location-wrapper .location .coordinates {
        display: grid;
        grid-template-columns: 1fr 1fr 1fr;
        width: 100%;
        gap: 10px; }
        @media (max-width: 800px) {
          .Locations .location-wrapper .location .coordinates {
            grid-template-columns: 1fr 1fr; } }
        @media (max-width: 555px) {
          .Locations .location-wrapper .location .coordinates {
            grid-template-columns: 1fr; } }
        .Locations .location-wrapper .location .coordinates .coordinate {
          display: flex;
          align-items: center;
          justify-content: flex-start;
          gap: 10px;
          color: #55565A; }
          .Locations .location-wrapper .location .coordinates .coordinate .coordinateIndex {
            color: #006BB3;
            border: 2px solid #006BB3;
            border-radius: 50%;
            padding: 5px;
            width: 30px;
            height: 30px;
            line-height: 1;
            text-align: center;
            font-size: 11px;
            margin: 0;
            display: flex;
            align-items: center;
            justify-content: center;
            box-sizing: border-box; }
      .NoticePrint .Locations .location-wrapper .location {
        width: 500px; }

.AlertButtonContainer {
  padding-bottom: 80px;
  background-color: #fff;
  text-align: center; }
  .AlertButtonContainer .ContentWrapper {
    margin-top: -50px; }

.ValidationNotice {
  position: fixed;
  bottom: 15px;
  left: 50%;
  transform: translateX(-50%);
  text-align: center;
  z-index: 920;
  transition: all 0.4s ease; }
  @media (max-width: 1400px) {
    .ValidationNotice {
      bottom: calc(65px + 15px); } }
  .ValidationNotice .content {
    display: inline-block;
    padding: 20px;
    background-color: #006BB3;
    border-radius: 14px;
    box-shadow: 2px 10px 20px rgba(0, 0, 0, 0.1); }
    .ValidationNotice .content span {
      color: #fff; }
  .ValidationNotice.notice-enter {
    bottom: -70px;
    opacity: 0.01; }
    .ValidationNotice.notice-enter.notice-enter-active {
      bottom: 15px;
      opacity: 1; }
      @media (max-width: 1400px) {
        .ValidationNotice.notice-enter.notice-enter-active {
          bottom: calc(65px + 15px); } }
  .ValidationNotice.notice-exit {
    bottom: -70px;
    opacity: 0.01; }

.NoticeContacts {
  display: flex;
  flex-direction: column; }
  .NoticeContacts .contact-wrapper {
    display: flex;
    flex-direction: column;
    margin: 0;
    gap: 1em; }
    .NoticeContacts .contact-wrapper .contact {
      display: flex;
      flex-direction: column; }
      .NoticeContacts .contact-wrapper .contact strong {
        font-weight: 500; }

.AlertReminder > .ModalContainer {
  width: 580px; }
  .AlertReminder > .ModalContainer .closeButton {
    position: relative;
    z-index: 9;
    color: #000;
    top: 42px;
    right: 20px;
    float: right;
    margin: 0; }
  .AlertReminder > .ModalContainer > .ModalBox {
    padding-bottom: 1em;
    border-radius: 3px; }
    .AlertReminder > .ModalContainer > .ModalBox .ModalBox {
      z-index: 20; }
    .AlertReminder > .ModalContainer > .ModalBox > .alert-pop-up-content {
      /*
				& > a.button,
				& > button {
					display: block;
					max-width: 180px;
					text-align: center;
					margin: 1em auto;
					width: 100%;
					padding: 13px 0;
				}

				& > button.small {
					color: #007FAD;
					background: #FFF;

					&:hover {
						color: #007FAD;
						background: #FFF;
						text-decoration: underline;
					}
				}
				*/ }
      .AlertReminder > .ModalContainer > .ModalBox > .alert-pop-up-content > h1 {
        position: relative;
        font-family: "Roboto Slab";
        font-weight: 400;
        font-size: 30px;
        line-height: 1.5;
        text-align: center;
        color: #006BB3;
        margin: 0;
        padding: 60px 15px;
        border-radius: 3px 3px 0 0;
        background-color: #deecec; }
        .AlertReminder > .ModalContainer > .ModalBox > .alert-pop-up-content > h1::after {
          content: '';
          display: block;
          position: absolute;
          bottom: -10px;
          left: 0;
          width: 100%;
          height: 20px;
          background-image: url(/static/images/background-repeated-wave.svg); }
      .AlertReminder > .ModalContainer > .ModalBox > .alert-pop-up-content > p {
        font-family: "Roboto Slab";
        font-weight: 400;
        margin: 40px auto;
        width: 80%;
        max-width: 500px;
        text-align: center;
        font-size: 20px;
        line-height: 1.6; }
      .AlertReminder > .ModalContainer > .ModalBox > .alert-pop-up-content button {
        margin: 1em auto; }
      .AlertReminder > .ModalContainer > .ModalBox > .alert-pop-up-content > .AlertButtonContainer {
        margin: 0;
        padding: 0;
        background: transparent; }
        .AlertReminder > .ModalContainer > .ModalBox > .alert-pop-up-content > .AlertButtonContainer .ContentWrapper {
          margin: 0;
          padding: 0;
          width: auto; }

.GlobalLoader {
  position: fixed;
  width: 100%;
  display: flex;
  text-align: center;
  top: 0;
  left: 0;
  z-index: 80;
  right: 0;
  bottom: 0;
  background: rgba(255, 255, 255, 0.75);
  align-items: center;
  justify-content: center; }
  .GlobalLoader p {
    font-size: 24px;
    color: #006BB3;
    margin-bottom: 40px; }
  .GlobalLoader span {
    font-size: 40px;
    font-family: "Material-Design-Iconic-Font";
    color: #0077c8;
    display: block;
    animation: spinner .8s linear 0s infinite; }
  .GlobalLoader.enter {
    opacity: 0.01; }
    .GlobalLoader.enter.enter-active {
      transition: opacity 0.4s ease;
      opacity: 1; }
  .GlobalLoader.exit {
    transition: opacity 0.4s ease;
    opacity: 1; }
    .GlobalLoader.exit.exit-active {
      opacity: 0.01; }

.Attachments .attachment {
  margin-bottom: 5px; }

.Description h4 {
  color: #006BB3;
  border-bottom: 1px solid #f5f5f5;
  padding-bottom: 5px;
  margin-bottom: 10px; }

.Description p {
  margin: 0; }

.MetaIcon {
  width: 25px;
  height: 25px;
  background-size: 25px 20px;
  background-position: center;
  background-repeat: no-repeat; }

.PageHeader {
  position: fixed;
  top: 0;
  width: 100vw;
  height: var(--header-height);
  padding: 12px 0;
  background: #fff;
  box-sizing: border-box;
  z-index: 15; }
  .PageHeader > .ContentWrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative; }
    .PageHeader > .ContentWrapper > ul {
      margin: 0;
      padding: 0;
      display: flex;
      align-items: center;
      flex-flow: row nowrap;
      gap: 0 2em;
      list-style: none; }
      @media (max-width: 1200px) {
        .PageHeader > .ContentWrapper > ul {
          gap: 0 1.5em; } }
      @media (max-width: 1150px) {
        .PageHeader > .ContentWrapper > ul {
          gap: 0 1.25em; } }
      @media (max-width: 1100px) {
        .PageHeader > .ContentWrapper > ul {
          position: fixed;
          top: var(--header-height);
          left: 0;
          flex-direction: column;
          align-items: flex-start;
          width: 100%;
          max-width: 500px;
          height: calc(100dvh - var(--header-height));
          padding: 1.5em 1.5em 5em 1.5em;
          background: #f8fbfb;
          transition: all 1s, top 0s;
          overflow-y: scroll;
          transform: translateX(-100%);
          box-sizing: border-box; }
          .PageHeader > .ContentWrapper > ul.showmobileMenu {
            transform: translateX(0); } }
      .PageHeader > .ContentWrapper > ul li {
        position: relative;
        color: var(--link-colour); }
        @media (max-width: 1100px) {
          .PageHeader > .ContentWrapper > ul li {
            width: 100%; } }
        .PageHeader > .ContentWrapper > ul li a {
          display: flex;
          align-items: center;
          white-space: nowrap;
          gap: 0 0.5em;
          position: relative;
          padding: 10px 0;
          font-weight: 800;
          line-height: 1.6;
          border: 0;
          color: var(--link-colour);
          transition: all .3s; }
          @media (max-width: 1100px) {
            .PageHeader > .ContentWrapper > ul li a {
              padding: 17px 0 15px; } }
          .PageHeader > .ContentWrapper > ul li a svg {
            width: 18px;
            height: 18px; }
          .PageHeader > .ContentWrapper > ul li a:hover {
            color: var(--link-colour-hover); }
          @media (max-width: 1100px) {
            .PageHeader > .ContentWrapper > ul li a {
              border-bottom: 1px solid #B9B8A1; } }
        .PageHeader > .ContentWrapper > ul li button {
          margin: 0; }
        .PageHeader > .ContentWrapper > ul li .breaker {
          display: block;
          width: 2px;
          height: 52px;
          background: var(--light-blue); }
          @media (max-width: 1100px) {
            .PageHeader > .ContentWrapper > ul li .breaker {
              display: none; } }
        .PageHeader > .ContentWrapper > ul li.about-us-link {
          /* Drop Down Menu */ }
          .PageHeader > .ContentWrapper > ul li.about-us-link > span {
            display: flex;
            align-items: center;
            justify-content: space-between;
            gap: 1em;
            position: relative;
            cursor: pointer;
            padding: 10px 0;
            font-weight: 800;
            line-height: 1.6;
            transition: all .3s; }
            @media (max-width: 1100px) {
              .PageHeader > .ContentWrapper > ul li.about-us-link > span {
                border-bottom: 1px solid #B9B8A1;
                padding: 17px 0 15px; } }
            .PageHeader > .ContentWrapper > ul li.about-us-link > span svg {
              width: 10px;
              height: 10px;
              transition: all .3s ease; }
            .PageHeader > .ContentWrapper > ul li.about-us-link > span:hover {
              color: var(--link-colour-hover); }
          .PageHeader > .ContentWrapper > ul li.about-us-link:has(.navShow) > span {
            color: var(--link-colour-hover); }
            .PageHeader > .ContentWrapper > ul li.about-us-link:has(.navShow) > span svg {
              transform: rotate(-180deg); }
          .PageHeader > .ContentWrapper > ul li.about-us-link ul {
            box-sizing: border-box;
            padding: 35px 30px;
            position: absolute;
            top: 61px;
            list-style: none;
            border-radius: 0 0 10px 10px;
            background: #FFFFFF;
            opacity: 0;
            display: none;
            animation: FadeOut .5s ease-in-out; }
            @media (max-width: 1100px) {
              .PageHeader > .ContentWrapper > ul li.about-us-link ul {
                position: relative;
                top: initial;
                padding: 0; } }
            .PageHeader > .ContentWrapper > ul li.about-us-link ul.navShow {
              display: block;
              opacity: 1;
              animation: FadeIn .5s ease-in-out; }
            .PageHeader > .ContentWrapper > ul li.about-us-link ul .drop-down-inner-wrapper {
              display: flex;
              flex-direction: column;
              background-color: #F8FBFB;
              padding: 40px 50px;
              border-radius: 5px; }
              @media (max-width: 1100px) {
                .PageHeader > .ContentWrapper > ul li.about-us-link ul .drop-down-inner-wrapper {
                  background: #FFF;
                  padding: 25px 15px;
                  border-radius: 10px;
                  margin: 1em 0; } }
              .PageHeader > .ContentWrapper > ul li.about-us-link ul .drop-down-inner-wrapper li {
                min-width: 225px; }
                .PageHeader > .ContentWrapper > ul li.about-us-link ul .drop-down-inner-wrapper li a {
                  display: block;
                  color: #2C2C2C;
                  line-height: 1.6;
                  padding: 8px 0;
                  font-weight: 400;
                  border-bottom: 1px solid #B9B8A1;
                  transition: all .3s; }
                  @media (max-width: 1100px) {
                    .PageHeader > .ContentWrapper > ul li.about-us-link ul .drop-down-inner-wrapper li a {
                      padding: 10px 0; } }
                  .PageHeader > .ContentWrapper > ul li.about-us-link ul .drop-down-inner-wrapper li a:hover {
                    color: var(--link-colour-hover); }
                @media (max-width: 1100px) {
                  .PageHeader > .ContentWrapper > ul li.about-us-link ul .drop-down-inner-wrapper li:first-child a {
                    border-top: 1px solid #B9B8A1; } }
        @media (max-width: 1100px) {
          .PageHeader > .ContentWrapper > ul li.view-map-link a svg, .PageHeader > .ContentWrapper > ul li.search-notice-link a svg, .PageHeader > .ContentWrapper > ul li.submit-notice-link a svg {
            display: none; } }
        .PageHeader > .ContentWrapper > ul li.my-account-link a {
          padding-right: 35px; }
          @media (min-width: 1100.99px) {
            .PageHeader > .ContentWrapper > ul li.my-account-link a {
              position: relative;
              width: 52px;
              height: 52px;
              display: flex;
              align-items: center;
              justify-content: center;
              margin: 0;
              padding: 0;
              border-radius: 50%;
              background-color: #F8FBFB;
              transition: all .3s; }
              .PageHeader > .ContentWrapper > ul li.my-account-link a:hover {
                color: var(--link-colour);
                background-color: #deeced; } }
          .PageHeader > .ContentWrapper > ul li.my-account-link a svg {
            display: none; }
            @media (min-width: 1100.99px) {
              .PageHeader > .ContentWrapper > ul li.my-account-link a svg {
                display: block;
                width: 23px;
                height: 23px; } }
          @media (min-width: 1100.99px) {
            .PageHeader > .ContentWrapper > ul li.my-account-link a .text {
              display: none; } }
          .PageHeader > .ContentWrapper > ul li.my-account-link a .count {
            position: absolute;
            right: 5px;
            display: flex;
            align-items: center;
            justify-content: center;
            background: #006BB3;
            color: #FFF;
            width: 25px;
            height: 25px;
            border-radius: 50%;
            line-height: 1; }
            @media (min-width: 1100.99px) {
              .PageHeader > .ContentWrapper > ul li.my-account-link a .count {
                top: -4px;
                right: -6px; } }
        @media (min-width: 1100.99px) {
          .PageHeader > .ContentWrapper > ul li.my-account-link a .count {
            position: absolute;
            top: -4px;
            right: -6px;
            display: flex;
            align-items: center;
            justify-content: center;
            background: #006BB3;
            color: #FFF;
            width: 25px;
            height: 25px;
            border-radius: 50%;
            line-height: 1; } }
        @media (max-width: 1100px) {
          .PageHeader > .ContentWrapper > ul li.create-alerts-link {
            order: 2; } }
        @media (max-width: 1100px) {
          .PageHeader > .ContentWrapper > ul li.create-alerts-link button {
            width: 100%;
            margin: 1em 0 0; } }
    .PageHeader > .ContentWrapper .mobile-menu-bttn {
      display: none;
      width: 52px;
      height: 52px;
      align-items: center;
      justify-content: center;
      margin: 0;
      padding: 0;
      border-radius: 50%;
      cursor: pointer;
      background-color: #F8FBFB;
      transition: all .3s; }
      @media (max-width: 1100px) {
        .PageHeader > .ContentWrapper .mobile-menu-bttn {
          display: flex; } }
      .PageHeader > .ContentWrapper .mobile-menu-bttn .burger {
        position: relative;
        width: 28px;
        height: 18px;
        cursor: pointer;
        position: relative; }
        .PageHeader > .ContentWrapper .mobile-menu-bttn .burger > div {
          background-color: #006BB3;
          height: 3px;
          position: absolute;
          width: 100%;
          left: 0;
          transition: all 0.3s ease;
          border-radius: 10px; }
          .PageHeader > .ContentWrapper .mobile-menu-bttn .burger > div.top {
            top: 0; }
          .PageHeader > .ContentWrapper .mobile-menu-bttn .burger > div.middle {
            top: 8px; }
          .PageHeader > .ContentWrapper .mobile-menu-bttn .burger > div.bottom {
            top: 16px; }
      .PageHeader > .ContentWrapper .mobile-menu-bttn.on .burger .middle {
        opacity: 0; }
      .PageHeader > .ContentWrapper .mobile-menu-bttn.on .burger .top,
      .PageHeader > .ContentWrapper .mobile-menu-bttn.on .burger .bottom {
        top: 8px; }
      .PageHeader > .ContentWrapper .mobile-menu-bttn.on .burger .top {
        transform: rotate(45deg); }
      .PageHeader > .ContentWrapper .mobile-menu-bttn.on .burger .bottom {
        transform: rotate(-45deg); }

.PageFooter {
  position: relative;
  background-color: #006bb3;
  color: #fff; }
  .PageFooter .waveLayer {
    position: absolute;
    width: 100%;
    height: 100%;
    background-image: url("/static/images/sea-wave.svg");
    background-repeat: no-repeat;
    background-size: 50%;
    background-position: -30% 60%;
    opacity: .4; }
    .PageFooter .waveLayer.one {
      opacity: 0.5;
      background-position: -60% 50%;
      background-size: 88%;
      animation: waveAnimationOne 5.5s ease 2s infinite alternate; }
    .PageFooter .waveLayer.two {
      opacity: 0.4;
      background-position: 110% 100px;
      background-size: 58%;
      animation: waveAnimationTwo 9.5s ease 4s infinite alternate; }
    .PageFooter .waveLayer.three {
      opacity: 0.3;
      background-position: 110% -100px;
      background-size: 70%;
      animation: waveAnimationThree 5.5s ease 0.5s infinite alternate; }
  .PageFooter > .ContentWrapper {
    position: relative;
    display: flex;
    flex-flow: row wrap;
    gap: 2rem 0;
    padding-block: 60px; }
    .PageFooter > .ContentWrapper .contactContent, .PageFooter > .ContentWrapper .linksColumn, .PageFooter > .ContentWrapper .leftColumn, .PageFooter > .ContentWrapper .rightColumn {
      display: inline-block;
      vertical-align: top;
      box-sizing: border-box; }
    .PageFooter > .ContentWrapper a {
      color: #ffffff;
      border-bottom: 0; }
      .PageFooter > .ContentWrapper a:hover {
        color: #d9d9d9 !important; }
    .PageFooter > .ContentWrapper .top-bar {
      display: flex;
      align-items: flex-end;
      justify-content: space-between;
      width: 100%; }
      @media (max-width: 760px) {
        .PageFooter > .ContentWrapper .top-bar {
          width: 100%;
          order: 1; } }
      @media (max-width: 550px) {
        .PageFooter > .ContentWrapper .top-bar {
          flex-direction: column;
          align-items: center;
          gap: 1rem; } }
      .PageFooter > .ContentWrapper .top-bar .SiteLogo {
        display: block;
        margin: 0; }
        .PageFooter > .ContentWrapper .top-bar .SiteLogo img {
          width: 160px;
          height: 90px; }
      .PageFooter > .ContentWrapper .top-bar .socialMediaLinks {
        justify-content: flex-end; }
        .PageFooter > .ContentWrapper .top-bar .socialMediaLinks a img {
          height: 50px; }
    .PageFooter > .ContentWrapper .leftColumn {
      display: flex;
      gap: 2rem;
      width: calc( 100% - 300px); }
      @media (max-width: 1200px) {
        .PageFooter > .ContentWrapper .leftColumn {
          flex-flow: row wrap; } }
      @media (max-width: 760px) {
        .PageFooter > .ContentWrapper .leftColumn {
          width: 100%;
          order: 3; } }
      .PageFooter > .ContentWrapper .leftColumn h4 {
        margin: 0;
        font-size: 16px;
        line-height: 1.5;
        font-family: "Roboto Slab";
        font-weight: 300;
        margin: 0 0 1rem; }
      .PageFooter > .ContentWrapper .leftColumn .contactContent {
        width: 35%; }
        @media (max-width: 1200px) {
          .PageFooter > .ContentWrapper .leftColumn .contactContent {
            width: calc( 50% - 1rem); } }
        .PageFooter > .ContentWrapper .leftColumn .contactContent p {
          margin-top: 0;
          padding-top: 0;
          line-height: 24px;
          font-weight: 300; }
          .PageFooter > .ContentWrapper .leftColumn .contactContent p.telephone, .PageFooter > .ContentWrapper .leftColumn .contactContent p.email {
            font-weight: 400; }
          .PageFooter > .ContentWrapper .leftColumn .contactContent p.email {
            margin-bottom: 0; }
      .PageFooter > .ContentWrapper .leftColumn .linksColumn {
        min-width: 125px; }
        @media (max-width: 1200px) {
          .PageFooter > .ContentWrapper .leftColumn .linksColumn {
            width: calc( 50% - 1rem); } }
        .PageFooter > .ContentWrapper .leftColumn .linksColumn ul {
          margin: 0;
          padding: 0;
          font-weight: 400;
          list-style: none; }
          .PageFooter > .ContentWrapper .leftColumn .linksColumn ul li {
            line-height: 30px; }
            .PageFooter > .ContentWrapper .leftColumn .linksColumn ul li a {
              font-weight: 300; }
    .PageFooter > .ContentWrapper .rightColumn {
      width: 300px;
      text-align: right; }
      @media (max-width: 760px) {
        .PageFooter > .ContentWrapper .rightColumn {
          width: 100%;
          order: 2; } }
      .PageFooter > .ContentWrapper .rightColumn .app-links {
        justify-content: flex-end; }
        @media (max-width: 550px) {
          .PageFooter > .ContentWrapper .rightColumn .app-links {
            justify-content: center; } }
  .PageFooter .SubMenu {
    position: relative;
    border-bottom: 0; }
    .PageFooter .SubMenu .SubMenuWrapper {
      padding: 1.5rem 0;
      border-top: 1px solid rgba(255, 255, 255, 0.1); }
      .PageFooter .SubMenu .SubMenuWrapper p {
        margin: 0; }

.app-links,
.socialMediaLinks {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-flow: row wrap;
  gap: 1em; }
  .app-links a,
  .socialMediaLinks a {
    display: block;
    border: 0;
    transition: all .3s ease; }
    .app-links a img,
    .socialMediaLinks a img {
      height: 40px;
      width: auto; }
    .app-links a:hover,
    .socialMediaLinks a:hover {
      opacity: 0.8; }

.socialMediaLinks a {
  padding: 13px;
  background: #FFF;
  border-radius: 50%; }
  .socialMediaLinks a svg {
    display: block;
    width: 23px;
    height: 23px;
    color: #000; }
  .socialMediaLinks a.facebook svg {
    color: #1877F2; }

.GlobalAlertBox {
  position: fixed;
  width: 100%;
  display: flex;
  text-align: center;
  top: 0;
  left: 0;
  z-index: 200;
  right: 0;
  bottom: 0;
  background: rgba(255, 255, 255, 0.4);
  align-items: center;
  justify-content: center; }
  .GlobalAlertBox .inner {
    padding: 20px;
    border-radius: 15px;
    box-shadow: 2px 10px 20px rgba(0, 0, 0, 0.1);
    background: #fff; }
    .GlobalAlertBox .inner h3 {
      font-size: 24px;
      color: #006BB3; }
    .GlobalAlertBox .inner div {
      color: #666; }
    .GlobalAlertBox .inner p {
      color: #666; }
    .GlobalAlertBox .inner span.icon {
      color: #006BB3;
      font-family: "Material-Design-Iconic-Font";
      font-size: 72px;
      margin: 26px 0;
      display: inline-block; }
    .GlobalAlertBox .inner .buttons,
    .GlobalAlertBox .inner .buttonsundefined {
      display: flex;
      justify-content: center;
      gap: 1em; }
      .GlobalAlertBox .inner .buttons .button,
      .GlobalAlertBox .inner .buttonsundefined .button {
        margin: 0; }
    .GlobalAlertBox .inner .buttonsundefined button {
      margin: 20px .5em; }
  .GlobalAlertBox.enter {
    opacity: 0.01; }
    .GlobalAlertBox.enter.enter-active {
      transition: opacity 0.4s ease;
      opacity: 1; }
  .GlobalAlertBox.exit {
    transition: opacity 0.4s ease;
    opacity: 1; }
    .GlobalAlertBox.exit.exit-active {
      opacity: 0.01; }

.NoticeMeta {
  display: flex;
  align-items: center;
  font-size: 14px;
  margin: 20px 0; }
  .NoticeMeta.vertical {
    flex-flow: row wrap;
    margin: 1em 0 0;
    padding: 1em 0 0;
    border-top: 1px solid #eee; }
  .NoticeMeta > div {
    flex: auto;
    display: flex;
    align-items: center;
    margin: 0 5px 5px 0;
    font-size: .95em; }
    .NoticeMeta > div .MetaIcon {
      margin-right: 10px; }
    .NoticeMeta > div span {
      margin-left: 5px;
      flex: 1;
      line-height: 1.25em; }
  .NoticeMeta > div:last-child {
    margin-right: 0; }

.MainContentHolder {
  padding: 80px 0;
  background: #f8fbfb; }
  .MainContentHolder.noPadding {
    padding: 0; }
  @media (max-width: 767px) {
    .MainContentHolder {
      padding: 55px 0; } }

.CentredUSPs h3 {
  margin: 0 0 3rem; }

.CentredUSPs .listItem h3 {
  color: #006BB3; }

.CentredUSPs .ButtonHolder {
  margin-top: 3rem; }
  .CentredUSPs .ButtonHolder button,
  .CentredUSPs .ButtonHolder .button {
    margin: 0; }

.TabletFrame {
  position: relative;
  height: 100%;
  display: flex;
  align-items: flex-end; }
  .TabletFrame .imageHolder {
    position: relative;
    overflow: hidden;
    max-height: 580px;
    left: -50px; }
  .TabletFrame img {
    position: relative;
    max-width: 100%; }

.AppScreenshot {
  display: flex; }
  .AppScreenshot .column {
    box-sizing: border-box;
    width: 50%; }
    .AppScreenshot .column .LightText {
      padding: 0; }
    .AppScreenshot .column ul {
      font-size: 20px;
      line-height: 1.5;
      color: #2C2C2C;
      padding: 0 0 0 25px; }
      @media (max-width: 900px) {
        .AppScreenshot .column ul {
          text-align: left; } }
      .AppScreenshot .column ul ::marker {
        color: #7AB5E3;
        font-size: 1.25em; }
  @media (max-width: 900px) {
    .AppScreenshot {
      flex-direction: column; }
      .AppScreenshot .column {
        width: 100%; }
        .AppScreenshot .column.screenshot {
          order: 2;
          margin-top: 50px; }
        .AppScreenshot .column.text {
          order: 1; } }
  @media (max-width: 460px) {
    .AppScreenshot .TabletFrame .imageHolder {
      left: -30px; } }

.Hero {
  display: flex;
  position: relative;
  align-items: center; }
  .Hero .heroOverlay {
    position: relative;
    width: 50%;
    overflow: hidden; }
    @media (max-width: 900px) {
      .Hero .heroOverlay {
        width: 100%;
        padding: 100px 0;
        text-align: center; } }
    @media (max-width: 414px) {
      .Hero .heroOverlay {
        padding: 80px 0; } }
    .Hero .heroOverlay.narrow {
      padding: 70px 160px; }
    .Hero .heroOverlay .halfContentWrapper {
      width: 100%;
      max-width: 730px;
      margin: 0px auto;
      padding: 0 clamp(50px, 2%, 999em);
      box-sizing: border-box;
      float: right; }
      @media (max-width: 900px) {
        .Hero .heroOverlay .halfContentWrapper {
          float: none;
          width: auto;
          padding: 0 40px; } }
      @media (max-width: 414px) {
        .Hero .heroOverlay .halfContentWrapper .ButtonHolder {
          display: block;
          box-sizing: border-box; } }
      @media (max-width: 414px) {
        .Hero .heroOverlay .halfContentWrapper .ButtonHolder .button.tertiary {
          display: block;
          margin: 1.5em 0;
          width: 100%;
          box-sizing: border-box; } }
  .Hero .svg {
    z-index: 1;
    content: "";
    position: absolute;
    top: 0;
    left: 50%;
    height: 100%;
    width: 284px;
    margin-left: -1px; }
    @media (max-width: 900px) {
      .Hero .svg {
        display: none; } }
  .Hero .slick-slider {
    width: 50%;
    height: 650px;
    clip-path: polygon(0 100%, 30% 0, 100% 0, 100% 100%); }
    @media (max-width: 900px) {
      .Hero .slick-slider {
        display: none; } }
    .Hero .slick-slider .heroSlide {
      height: 650px;
      background-size: cover;
      background-position: center; }
  .Hero .overlayContent p {
    font-size: 20px;
    line-height: 1.5;
    font-weight: 400;
    color: #2C2C2C; }
  .Hero .ctaLogo {
    max-width: 160px;
    margin: 30px 0 0; }
    @media (max-width: 900px) {
      .Hero .ctaLogo {
        margin: 30px auto 0; } }
    .Hero .ctaLogo img {
      max-width: 100%; }

.BackgroundRepeatedWave {
  z-index: 2;
  display: flex;
  position: absolute;
  width: 100%;
  height: 12px;
  margin-top: -6px;
  background: url("/static/images/background-repeated-wave.svg");
  background-size: 184px 12px;
  background-position: top; }

@charset "UTF-8";
.testimonials-carousel .FilterButtons {
  padding-bottom: 40px; }

.testimonials-carousel .item {
  margin: 0 15px; }
  .testimonials-carousel .item .quote-wrapper {
    background: #f8fbfb;
    width: auto;
    height: auto;
    display: block;
    border-radius: 20px;
    padding: 100px 40px 15px;
    position: relative;
    margin: 0 0 25px; }
    .testimonials-carousel .item .quote-wrapper q::before, .testimonials-carousel .item .quote-wrapper q::after {
      display: none; }
    .testimonials-carousel .item .quote-wrapper p {
      font-family: "Roboto Slab";
      font-weight: 300;
      font-size: 18px;
      line-height: 1.3;
      color: #333;
      margin: 0; }
    .testimonials-carousel .item .quote-wrapper::before {
      font-family: "Roboto Slab";
      font-weight: 800;
      font-size: 100px;
      position: absolute;
      top: 40px;
      left: 40px;
      line-height: 1;
      color: #006bb3;
      content: '\201C'; }
    .testimonials-carousel .item .quote-wrapper::after {
      content: "";
      width: 0;
      height: 0;
      border-left: 20px solid transparent;
      border-right: 20px solid transparent;
      border-top: 20px solid #f8fbfb;
      font-size: 0;
      line-height: 0;
      position: absolute;
      bottom: -20px;
      left: 65px; }
    .testimonials-carousel .item .quote-wrapper .small {
      background: transparent;
      color: #006bb3;
      font-size: 18px;
      padding: 0;
      margin: 40px 0 20px;
      line-height: 1; }
  .testimonials-carousel .item .quote-details {
    margin: 0 40px;
    display: flex;
    flex-flow: row nowrap; }
    .testimonials-carousel .item .quote-details .avatar {
      width: 80px;
      height: 80px;
      border: 5px solid #006bb3;
      border-radius: 50%;
      overflow: hidden; }
      .testimonials-carousel .item .quote-details .avatar img {
        width: 100%;
        height: 100%;
        object-fit: cover; }
    .testimonials-carousel .item .quote-details cite {
      display: flex;
      flex-flow: column;
      justify-content: center;
      margin: 0 0 0 20px; }
      .testimonials-carousel .item .quote-details cite .name {
        font-weight: 800;
        font-style: normal;
        font-size: 16px;
        line-height: 1.3; }
      .testimonials-carousel .item .quote-details cite .title {
        font-weight: 300;
        font-size: 16px;
        line-height: 1.3; }

.download-results-wrapper {
  --pads: 1em;
  --radius: 0.5em;
  --spring: linear(0, 0.008 1.1%, 0.034 2.3%, 0.134 4.9%, 0.264 7.3%, 0.683 14.3%, 0.797 16.5%, 0.89 18.6%, 0.967 20.7%, 1.027 22.8%, 1.073 25%, 1.104 27.3%, 1.123 30.6%, 1.119 34.3%, 1.018 49.5%, 0.988 58.6%, 0.985 65.2%, 1 84.5%, 1); }
  .download-results-wrapper .control {
    position: relative; }
    .download-results-wrapper .control .download-results {
      background: var(--yellow);
      padding: calc( var(--pads) / 2) 0;
      margin: 0;
      border-radius: 10px;
      display: flex;
      flex-direction: column;
      gap: 0;
      position: absolute;
      top: calc( 100% + var(--pads) / 2);
      width: 100%;
      min-width: 100%;
      border: 1px solid var(--yellow);
      transition-property: scale, translate, opacity, display;
      transition-timing-function: var(--spring);
      transition-duration: 0.66s;
      transition-behavior: allow-discrete;
      opacity: 0;
      scale: 1 0.25;
      translate: 0 calc(var(--pads) * -2);
      display: none;
      transform-origin: center top;
      transform: translate3d(0, 0, 0.01px);
      z-index: 1; }
      .download-results-wrapper .control .download-results > button {
        border-radius: 0;
        font-weight: 300;
        transition-property: translate, opacity;
        transition-timing-function: var(--spring);
        transition-duration: 0.75s;
        transition-delay: 0.05s;
        transition-behavior: allow-discrete;
        transform-origin: center top;
        translate: 0 20%;
        opacity: 0;
        transform: translate3d(0, 0, 0.01px); }
        .download-results-wrapper .control .download-results > button:nth-child(2) {
          transition-delay: 0.1s; }
        .download-results-wrapper .control .download-results > button:nth-child(3) {
          transition-delay: 0.15s; }
        .download-results-wrapper .control .download-results > button:nth-child(4) {
          transition-delay: 0.2s; }
        .download-results-wrapper .control .download-results > button:nth-child(5) {
          transition-delay: 0.25s; }
        .download-results-wrapper .control .download-results > button:nth-child(5) {
          transition-delay: 0.3s; }
        .download-results-wrapper .control .download-results > button:nth-child(6) {
          transition-delay: 0.35s; }
        .download-results-wrapper .control .download-results > button:hover {
          outline-width: 0;
          --bttn-colour: var(--yellow-hover); }
  .download-results-wrapper.open .control > .button {
    --bttn-colour: var(--yellow-hover); }
  .download-results-wrapper.open .download-results {
    opacity: 1;
    scale: 1 1;
    translate: 0 0;
    display: flex; }
    .download-results-wrapper.open .download-results > button {
      translate: 0 0;
      opacity: 1; }

@starting-style {
  .download-results-wrapper.open .download-results {
    opacity: 0;
    scale: 1 0.25;
    translate: 0 calc(var(--pads) * -2);
    display: flex; }
  .download-results-wrapper.open .download-results > button {
    translate: 0 20%;
    opacity: 0; } }

.activeFilters .clearFiltersButton {
  display: flex;
  align-items: center;
  justify-content: center;
  white-space: nowrap;
  gap: .5em;
  font-size: .9rem;
  color: #de3c3c;
  border: none; }
  .activeFilters .clearFiltersButton svg {
    height: 1.5cap; }
  .activeFilters .clearFiltersButton span {
    text-decoration: underline; }
  .activeFilters .clearFiltersButton:hover span {
    text-decoration: none; }

.activeFilters h3 {
  display: flex;
  align-items: center;
  justify-content: space-between; }

.activeFilters > div {
  display: flex;
  flex-direction: column; }

.activeFilters .filters .pill-wrapper {
  display: flex;
  flex-flow: row wrap;
  gap: 10px; }

.activeFilters .filters .clearfilterwrapper {
  display: flex;
  justify-content: center; }
  .activeFilters .filters .clearfilterwrapper button {
    margin: 0; }

.activeFilters .filters h5 {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  font-size: .9rem;
  color: #444;
  font-weight: 500;
  gap: .5em;
  margin: 0	 0 1.5em;
  width: 100%; }
  .activeFilters .filters h5 .clearFiltersButton {
    margin-left: auto; }
  .activeFilters .filters h5 img {
    width: 45px;
    height: 45px;
    border-radius: 3px;
    border: 3px solid #DEEDF0; }

.activeFilters .filters .item {
  position: relative;
  background: #FFF;
  border: 2px solid #DEECED;
  border-radius: 20px;
  opacity: 1;
  padding: 3px 20px 3px 10px;
  margin: 0;
  cursor: pointer;
  transition: all 0.3s ease;
  font-size: .8em; }
  .activeFilters .filters .item svg {
    position: absolute;
    right: 5px;
    top: 50%;
    transform: translateY(-50%) rotate(45deg);
    width: 10px;
    height: 10px;
    color: #de3c3c;
    transition: all 0.3s ease; }
  .activeFilters .filters .item:hover {
    color: #FFF;
    background: #de3c3c;
    border-color: #de3c3c; }
    .activeFilters .filters .item:hover svg {
      color: #FFF; }

@media (max-width: 1023px) {
  .activeFilters {
    position: static;
    max-width: none; }
    .activeFilters.fullScreen.listView, .activeFilters.listView {
      position: static;
      background-color: #fff;
      max-width: none; }
    .activeFilters.fullScreen.listView {
      padding-top: 75px; }
  .filters {
    display: flex;
    flex-wrap: wrap; } }

.InitialLoader {
  position: fixed;
  width: 100%;
  display: flex;
  text-align: center;
  top: 0;
  left: 0;
  z-index: 10;
  right: 0;
  bottom: 0;
  background: white;
  align-items: center;
  justify-content: center; }
  .InitialLoader span {
    font-size: 40px;
    font-family: "Material-Design-Iconic-Font";
    color: #0077c8;
    display: block;
    animation: spinner .8s linear 0s infinite; }

.SiteContentContainer {
  position: relative;
  background-color: #f8fbfb; }

.UserLoginModal {
  z-index: 100; }

.ModalBoxOverlay .ModalContainer:has(.ExpandedNotice) {
  position: fixed;
  left: 0;
  top: 0;
  width: 100vw;
  max-width: 960px;
  height: 100dvh;
  padding: 0;
  margin: 0;
  transform: translateX(-100%);
  animation: slideInFromLeft 0.6s cubic-bezier(0.445, 0.05, 0.55, 0.95) forwards; }
  .ModalBoxOverlay .ModalContainer:has(.ExpandedNotice) .closeButton {
    position: absolute;
    top: 22px;
    right: 20px;
    width: 14px;
    height: 14px;
    z-index: 10;
    margin: 0;
    color: #55565A; }
    .ModalBoxOverlay .ModalContainer:has(.ExpandedNotice) .closeButton .FontIcon {
      margin: 0;
      font-size: 23px;
      width: 14px;
      height: 14px;
      display: block;
      line-height: 1; }
    .ModalBoxOverlay .ModalContainer:has(.ExpandedNotice) .closeButton:hover {
      opacity: .8;
      border: 0; }
  .ModalBoxOverlay .ModalContainer:has(.ExpandedNotice) .ExpandedNotice {
    background: #FFF;
    overflow: scroll;
    height: 100dvh; }
    .ModalBoxOverlay .ModalContainer:has(.ExpandedNotice) .ExpandedNotice .top-bar-sticky {
      position: sticky;
      top: 0;
      height: 65px;
      background: #F8FBFB;
      z-index: 10;
      height: auto; }
      .ModalBoxOverlay .ModalContainer:has(.ExpandedNotice) .ExpandedNotice .top-bar-sticky .slide-out-modal-title {
        font-family: "Roboto Slab";
        background-color: var(--light-blue);
        padding: 20px;
        font-size: 18px;
        line-height: 1.4;
        color: var(--dark-blue); }
      .ModalBoxOverlay .ModalContainer:has(.ExpandedNotice) .ExpandedNotice .top-bar-sticky .top-bar {
        padding: 20px;
        display: flex;
        align-items: center;
        justify-content: space-between; }
        .ModalBoxOverlay .ModalContainer:has(.ExpandedNotice) .ExpandedNotice .top-bar-sticky .top-bar .buttons {
          display: flex;
          align-items: center;
          justify-content: flex-start;
          flex-flow: row wrap;
          gap: .5em; }
          .ModalBoxOverlay .ModalContainer:has(.ExpandedNotice) .ExpandedNotice .top-bar-sticky .top-bar .buttons button,
          .ModalBoxOverlay .ModalContainer:has(.ExpandedNotice) .ExpandedNotice .top-bar-sticky .top-bar .buttons .button {
            --padding-x: 1.5em;
            margin: 0; }
    .ModalBoxOverlay .ModalContainer:has(.ExpandedNotice) .ExpandedNotice h4 {
      font-weight: 500;
      font-size: 16px;
      line-height: 24px;
      margin: 0 0 .5em 0;
      letter-spacing: 0; }
    .ModalBoxOverlay .ModalContainer:has(.ExpandedNotice) .ExpandedNotice .notice-details {
      display: flex;
      flex-direction: column;
      gap: 1em;
      margin: 20px;
      padding: 20px 30px;
      color: #484848;
      background-color: #F5F5F5; }
      .ModalBoxOverlay .ModalContainer:has(.ExpandedNotice) .ExpandedNotice .notice-details h3.noticeName {
        display: flex;
        align-items: center;
        justify-content: space-between;
        gap: 1em;
        color: var(--dark-blue);
        font-weight: bold;
        font-size: 18px;
        line-height: 32px;
        margin: 0; }
        .ModalBoxOverlay .ModalContainer:has(.ExpandedNotice) .ExpandedNotice .notice-details h3.noticeName .notice-type {
          float: right;
          margin: 0 0 0 1em; }
        .ModalBoxOverlay .ModalContainer:has(.ExpandedNotice) .ExpandedNotice .notice-details h3.noticeName span {
          display: flex;
          flex-direction: column;
          align-items: flex-start; }
      .ModalBoxOverlay .ModalContainer:has(.ExpandedNotice) .ExpandedNotice .notice-details .notice-info {
        display: grid;
        grid-template-columns: 1fr 1fr 1fr 1fr;
        font-size: .85em;
        line-height: 1.1;
        gap: .75em 1em;
        padding: 1em 0;
        border-top: 2px solid #DEECED;
        border-bottom: 2px solid #DEECED; }
        @media (max-width: 725px) {
          .ModalBoxOverlay .ModalContainer:has(.ExpandedNotice) .ExpandedNotice .notice-details .notice-info {
            grid-template-columns: 1fr 1fr; } }
        @media (max-width: 400px) {
          .ModalBoxOverlay .ModalContainer:has(.ExpandedNotice) .ExpandedNotice .notice-details .notice-info {
            grid-template-columns: 1fr; } }
        .ModalBoxOverlay .ModalContainer:has(.ExpandedNotice) .ExpandedNotice .notice-details .notice-info > div {
          display: flex;
          align-items: center;
          justify-content: flex-start;
          gap: .5em;
          color: #484848; }
          .ModalBoxOverlay .ModalContainer:has(.ExpandedNotice) .ExpandedNotice .notice-details .notice-info > div svg {
            width: 20px;
            flex: 0 0 20px;
            height: 20px;
            color: #53575A; }
    .ModalBoxOverlay .ModalContainer:has(.ExpandedNotice) .ExpandedNotice .notice-desc .notice-complete-text {
      display: block;
      border-left: 5px solid var(--news-colour);
      margin: 0 0 1em;
      padding: 1em;
      border-radius: 5px;
      background: #FFF; }
      .ModalBoxOverlay .ModalContainer:has(.ExpandedNotice) .ExpandedNotice .notice-desc .notice-complete-text p:first-child {
        margin-top: 0; }
      .ModalBoxOverlay .ModalContainer:has(.ExpandedNotice) .ExpandedNotice .notice-desc .notice-complete-text p:last-child {
        margin-bottom: 0; }
    .ModalBoxOverlay .ModalContainer:has(.ExpandedNotice) .ExpandedNotice .notice-desc p.notice-summary {
      color: #484848;
      font-size: 16px;
      line-height: 24px;
      margin-top: 0; }
    .ModalBoxOverlay .ModalContainer:has(.ExpandedNotice) .ExpandedNotice .notice-desc .description-box p:first-child {
      margin-top: 0; }
    .ModalBoxOverlay .ModalContainer:has(.ExpandedNotice) .ExpandedNotice .notice-desc .description-box p:last-child {
      margin-bottom: 0; }

.CopyLink button.small {
  margin: 0; }

.CopyLink .hidden {
  display: none; }

.CopyLink .textPrompt {
  margin-bottom: 0;
  margin-top: 20px; }

.outerNoticesContainer {
  position: relative;
  display: flex;
  height: calc(100vh - var(--header-height));
  /** Notice pop-up when clicked on */ }
  .outerNoticesContainer.fullScreen {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    height: auto;
    z-index: 25; }
    .outerNoticesContainer.fullScreen .noticeMapContainer {
      height: 100dvh; }
      .outerNoticesContainer.fullScreen .noticeMapContainer .activeNotice .NoticeOverlayItem .all-notices-wrapper {
        max-height: calc(100dvh - 260px); }
    .outerNoticesContainer.fullScreen .notices {
      height: 100dvh; }
  .outerNoticesContainer .noticeMapContainer .activeNotice {
    position: absolute;
    z-index: 6;
    right: 15px;
    top: 50%;
    transform: translateY(-50%);
    margin: 0;
    padding: 0;
    width: 60%;
    max-width: 450px; }
    @media (max-width: 800px) {
      .outerNoticesContainer .noticeMapContainer .activeNotice {
        width: calc(100% - 1em - 15px); } }
    .outerNoticesContainer .noticeMapContainer .activeNotice .NoticeOverlayItem {
      position: relative;
      display: flex;
      flex-direction: column;
      gap: .5em;
      padding-top: 45px;
      overflow-y: auto; }
      .outerNoticesContainer .noticeMapContainer .activeNotice .NoticeOverlayItem .closeButton {
        position: fixed;
        top: 0;
        right: 0;
        display: flex;
        justify-content: center;
        align-items: center;
        padding: 0;
        text-align: center;
        width: 38px;
        height: 38px;
        background: #FFFFFF;
        border-radius: 40px;
        cursor: pointer; }
        .outerNoticesContainer .noticeMapContainer .activeNotice .NoticeOverlayItem .closeButton svg {
          width: 14px;
          height: 14px; }
      .outerNoticesContainer .noticeMapContainer .activeNotice .NoticeOverlayItem .all-notices-wrapper {
        display: flex;
        flex-direction: column;
        gap: 1em;
        max-height: calc(100dvh - var(--header-height) - 260px);
        border-radius: 5px;
        overflow-y: scroll;
        background: var(--light-blue); }
        .outerNoticesContainer .noticeMapContainer .activeNotice .NoticeOverlayItem .all-notices-wrapper .num-of-notices {
          width: 100%;
          text-align: left;
          margin: 0;
          color: var(--dark-blue);
          font-weight: 600;
          border-radius: 5px 5px 0 0;
          background: var(--light-blue);
          padding: 1em 20px 0;
          border-left: 8px solid #deedf0;
          box-sizing: border-box; }
        .outerNoticesContainer .noticeMapContainer .activeNotice .NoticeOverlayItem .all-notices-wrapper .notice-wrapper {
          display: flex;
          flex-direction: column;
          gap: 1em;
          position: relative;
          width: 100%;
          border-radius: 5px;
          background-color: #FFF;
          border: 1px solid #FFF;
          border-left: 8px solid #FFF;
          padding: 20px;
          box-sizing: border-box; }
          .outerNoticesContainer .noticeMapContainer .activeNotice .NoticeOverlayItem .all-notices-wrapper .notice-wrapper.hazard {
            border-color: var(--hazard-colour); }
          .outerNoticesContainer .noticeMapContainer .activeNotice .NoticeOverlayItem .all-notices-wrapper .notice-wrapper.news {
            border-color: var(--news-colour); }
          .outerNoticesContainer .noticeMapContainer .activeNotice .NoticeOverlayItem .all-notices-wrapper .notice-wrapper.activity {
            border-color: var(--activity-colour); }
          .outerNoticesContainer .noticeMapContainer .activeNotice .NoticeOverlayItem .all-notices-wrapper .notice-wrapper .title {
            padding-bottom: 1em;
            border-bottom: 2px solid #DEECED; }
            .outerNoticesContainer .noticeMapContainer .activeNotice .NoticeOverlayItem .all-notices-wrapper .notice-wrapper .title .notice-completed-pill-wrapper {
              margin-bottom: 1em; }
            .outerNoticesContainer .noticeMapContainer .activeNotice .NoticeOverlayItem .all-notices-wrapper .notice-wrapper .title h3 {
              flex: 1;
              color: var(--dark-blue);
              font-weight: bold;
              font-size: 18px;
              line-height: 1.4;
              margin: 0; }
            .outerNoticesContainer .noticeMapContainer .activeNotice .NoticeOverlayItem .all-notices-wrapper .notice-wrapper .title .notice-summary p {
              margin: 0;
              font-size: 14px;
              line-height: 1.5;
              margin-top: .25em;
              color: var(--dark-blue); }
          .outerNoticesContainer .noticeMapContainer .activeNotice .NoticeOverlayItem .all-notices-wrapper .notice-wrapper .notice-info {
            display: grid;
            grid-template-columns: 1fr 1fr;
            font-size: .85em;
            line-height: 1.1;
            gap: 1em;
            padding-bottom: 1em;
            border-bottom: 2px solid #DEECED; }
            .outerNoticesContainer .noticeMapContainer .activeNotice .NoticeOverlayItem .all-notices-wrapper .notice-wrapper .notice-info > div {
              display: flex;
              align-items: center;
              justify-content: flex-start;
              gap: 1.25em;
              color: #B0B0B0; }
              .outerNoticesContainer .noticeMapContainer .activeNotice .NoticeOverlayItem .all-notices-wrapper .notice-wrapper .notice-info > div svg {
                width: 20px;
                flex: 0 0 20px;
                height: 20px;
                color: #53575A; }
          .outerNoticesContainer .noticeMapContainer .activeNotice .NoticeOverlayItem .all-notices-wrapper .notice-wrapper .buttons {
            display: flex;
            align-items: center;
            justify-content: flex-start;
            flex-flow: row wrap;
            gap: .5em; }
            .outerNoticesContainer .noticeMapContainer .activeNotice .NoticeOverlayItem .all-notices-wrapper .notice-wrapper .buttons button,
            .outerNoticesContainer .noticeMapContainer .activeNotice .NoticeOverlayItem .all-notices-wrapper .notice-wrapper .buttons .button {
              margin: 0; }
          .outerNoticesContainer .noticeMapContainer .activeNotice .NoticeOverlayItem .all-notices-wrapper .notice-wrapper:last-child .buttons .download-results-wrapper .control .download-results {
            top: auto;
            bottom: calc(100% + var(--pads) / 2); }
        .outerNoticesContainer .noticeMapContainer .activeNotice .NoticeOverlayItem .all-notices-wrapper:has(.num-of-notices) .notice-wrapper {
          width: calc(100% - 1em);
          margin: 0 .5em; }
  .outerNoticesContainer .notices:has(.slide-out) {
    position: fixed;
    left: 0;
    top: 0;
    display: flex;
    flex-direction: column;
    width: 100vw;
    height: 100dvh;
    z-index: 110;
    box-sizing: border-box; }
    .outerNoticesContainer .notices:has(.slide-out) .ContentWrapper {
      background-color: #F8FBFB;
      overflow-y: scroll;
      height: 90dvh;
      margin-block: 5dvh; }
    .outerNoticesContainer .notices:has(.slide-out) .top-linking {
      position: sticky;
      top: 0;
      background: #f8fbfb;
      z-index: 10;
      display: flex;
      align-items: center;
      justify-content: flex-start;
      padding: 1.5em 0;
      gap: 1em 2em; }
      .outerNoticesContainer .notices:has(.slide-out) .top-linking .fake-link {
        display: flex;
        align-items: center;
        gap: 0 .5em;
        white-space: nowrap; }
        .outerNoticesContainer .notices:has(.slide-out) .top-linking .fake-link svg {
          width: 14px;
          height: 14px; }
      .outerNoticesContainer .notices:has(.slide-out) .top-linking .closeButton {
        display: flex;
        align-items: center;
        justify-content: center;
        display: flex;
        width: auto;
        height: auto;
        gap: 0 .5em;
        line-height: 1;
        margin: 0 0 0 auto;
        color: #55565A;
        border: 0;
        text-decoration: none; }
        .outerNoticesContainer .notices:has(.slide-out) .top-linking .closeButton .FontIcon {
          display: block;
          margin: 0;
          font-size: 23px;
          width: 14px;
          height: auto;
          margin: 0;
          line-height: 1; }
        .outerNoticesContainer .notices:has(.slide-out) .top-linking .closeButton:hover {
          opacity: .8;
          text-decoration: none;
          border: 0; }
    .outerNoticesContainer .notices:has(.slide-out) .list-notice-grid {
      --grid-columns: 1;
      display: grid;
      grid-template-columns: repeat(var(--grid-columns), 1fr);
      gap: 1em;
      padding: 0 0 2em; }
      @media (min-width: 650px) {
        .outerNoticesContainer .notices:has(.slide-out) .list-notice-grid {
          --grid-columns: 2; } }
      @media (min-width: 1000px) {
        .outerNoticesContainer .notices:has(.slide-out) .list-notice-grid {
          --grid-columns: 3; } }
      @media (min-width: 1250px) {
        .outerNoticesContainer .notices:has(.slide-out) .list-notice-grid {
          --grid-columns: 4; } }
      .outerNoticesContainer .notices:has(.slide-out) .list-notice-grid .no-notices-message {
        grid-column: 1 / -1;
        text-align: center;
        padding: 4em 2em; }
        .outerNoticesContainer .notices:has(.slide-out) .list-notice-grid .no-notices-message p {
          font-size: 1.2em;
          margin-bottom: 1em; }
        .outerNoticesContainer .notices:has(.slide-out) .list-notice-grid .no-notices-message .button {
          margin: 2rem auto 0; }
      .outerNoticesContainer .notices:has(.slide-out) .list-notice-grid .notice-count-message {
        display: flex;
        align-items: center;
        justify-content: space-between;
        grid-column: 1 / -1; }
        .outerNoticesContainer .notices:has(.slide-out) .list-notice-grid .notice-count-message select {
          padding: .5rem;
          min-width: 100px; }
        .outerNoticesContainer .notices:has(.slide-out) .list-notice-grid .notice-count-message span {
          display: flex;
          align-items: center;
          gap: .5em; }
    .outerNoticesContainer .notices:has(.slide-out) .slide-out-content .bottom-bar-sticky .button.advanced-filters {
      --icon-size: 1.5cap;
      margin-left: auto; }
  .outerNoticesContainer .noticeMapContainer {
    position: relative;
    display: flex;
    flex-direction: column;
    flex: 1;
    height: calc(100dvh - var(--header-height));
    --gap: 1em; }
    .fullScreen .outerNoticesContainer .noticeMapContainer {
      height: 100%; }
    .outerNoticesContainer .noticeMapContainer .map-top-left,
    .outerNoticesContainer .noticeMapContainer .map-top-right,
    .outerNoticesContainer .noticeMapContainer .map-bottom-left,
    .outerNoticesContainer .noticeMapContainer .map-bottom-right {
      position: absolute;
      display: flex;
      flex-direction: column;
      gap: var(--gap);
      z-index: 5; }
      .outerNoticesContainer .noticeMapContainer .map-top-left .map-bttn,
      .outerNoticesContainer .noticeMapContainer .map-top-right .map-bttn,
      .outerNoticesContainer .noticeMapContainer .map-bottom-left .map-bttn,
      .outerNoticesContainer .noticeMapContainer .map-bottom-right .map-bttn {
        font-size: .9em;
        line-height: 1.1;
        transition: all .3s;
        cursor: pointer; }
        .outerNoticesContainer .noticeMapContainer .map-top-left .map-bttn.toggle-map-layers,
        .outerNoticesContainer .noticeMapContainer .map-top-right .map-bttn.toggle-map-layers,
        .outerNoticesContainer .noticeMapContainer .map-bottom-left .map-bttn.toggle-map-layers,
        .outerNoticesContainer .noticeMapContainer .map-bottom-right .map-bttn.toggle-map-layers {
          display: flex;
          gap: 3px; }
        .outerNoticesContainer .noticeMapContainer .map-top-left .map-bttn.legend,
        .outerNoticesContainer .noticeMapContainer .map-top-right .map-bttn.legend,
        .outerNoticesContainer .noticeMapContainer .map-bottom-left .map-bttn.legend,
        .outerNoticesContainer .noticeMapContainer .map-bottom-right .map-bttn.legend {
          cursor: auto; }
        .outerNoticesContainer .noticeMapContainer .map-top-left .map-bttn .layer-options,
        .outerNoticesContainer .noticeMapContainer .map-top-right .map-bttn .layer-options,
        .outerNoticesContainer .noticeMapContainer .map-bottom-left .map-bttn .layer-options,
        .outerNoticesContainer .noticeMapContainer .map-bottom-right .map-bttn .layer-options {
          position: relative;
          display: flex;
          gap: 3px;
          z-index: 1;
          transform: translateX(calc(-100% - 80px - 1em - 6px));
          transition: all .3s; }
          .outerNoticesContainer .noticeMapContainer .map-top-left .map-bttn .layer-options span:hover,
          .outerNoticesContainer .noticeMapContainer .map-top-right .map-bttn .layer-options span:hover,
          .outerNoticesContainer .noticeMapContainer .map-bottom-left .map-bttn .layer-options span:hover,
          .outerNoticesContainer .noticeMapContainer .map-bottom-right .map-bttn .layer-options span:hover {
            background-color: white; }
        .outerNoticesContainer .noticeMapContainer .map-top-left .map-bttn span.block-links,
        .outerNoticesContainer .noticeMapContainer .map-top-right .map-bttn span.block-links,
        .outerNoticesContainer .noticeMapContainer .map-bottom-left .map-bttn span.block-links,
        .outerNoticesContainer .noticeMapContainer .map-bottom-right .map-bttn span.block-links {
          display: flex;
          flex-direction: column;
          justify-content: center;
          align-items: center;
          gap: 1em;
          width: 80px;
          height: 80px;
          padding: 5px;
          text-align: center;
          box-sizing: border-box;
          color: #006BB3;
          background-color: rgba(255, 255, 255, 0.8);
          z-index: 5;
          box-sizing: border-box;
          transition: all .3s; }
          .outerNoticesContainer .noticeMapContainer .map-top-left .map-bttn span.block-links:hover,
          .outerNoticesContainer .noticeMapContainer .map-top-right .map-bttn span.block-links:hover,
          .outerNoticesContainer .noticeMapContainer .map-bottom-left .map-bttn span.block-links:hover,
          .outerNoticesContainer .noticeMapContainer .map-bottom-right .map-bttn span.block-links:hover {
            background-color: rgba(255, 255, 255, 0.9); }
          .outerNoticesContainer .noticeMapContainer .map-top-left .map-bttn span.block-links svg,
          .outerNoticesContainer .noticeMapContainer .map-top-right .map-bttn span.block-links svg,
          .outerNoticesContainer .noticeMapContainer .map-bottom-left .map-bttn span.block-links svg,
          .outerNoticesContainer .noticeMapContainer .map-bottom-right .map-bttn span.block-links svg {
            width: 20px;
            height: 20px; }
          .outerNoticesContainer .noticeMapContainer .map-top-left .map-bttn span.block-links.active,
          .outerNoticesContainer .noticeMapContainer .map-top-right .map-bttn span.block-links.active,
          .outerNoticesContainer .noticeMapContainer .map-bottom-left .map-bttn span.block-links.active,
          .outerNoticesContainer .noticeMapContainer .map-bottom-right .map-bttn span.block-links.active {
            background: #006BB3;
            color: #FFF; }
          .outerNoticesContainer .noticeMapContainer .map-top-left .map-bttn span.block-links.legend,
          .outerNoticesContainer .noticeMapContainer .map-top-right .map-bttn span.block-links.legend,
          .outerNoticesContainer .noticeMapContainer .map-bottom-left .map-bttn span.block-links.legend,
          .outerNoticesContainer .noticeMapContainer .map-bottom-right .map-bttn span.block-links.legend {
            width: auto;
            height: auto;
            gap: .5rem 1rem;
            align-items: flex-start;
            text-align: left;
            padding: 15px;
            border-radius: 5px;
            border: 1px solid #0077c8;
            border-left-width: 5px;
            color: #0D2B5C; }
            .outerNoticesContainer .noticeMapContainer .map-top-left .map-bttn span.block-links.legend span.Label,
            .outerNoticesContainer .noticeMapContainer .map-top-right .map-bttn span.block-links.legend span.Label,
            .outerNoticesContainer .noticeMapContainer .map-bottom-left .map-bttn span.block-links.legend span.Label,
            .outerNoticesContainer .noticeMapContainer .map-bottom-right .map-bttn span.block-links.legend span.Label {
              font-weight: 600;
              font-size: 1em;
              text-transform: uppercase;
              border-bottom: 1px solid #006BB3; }
            .outerNoticesContainer .noticeMapContainer .map-top-left .map-bttn span.block-links.legend span:not(.Label),
            .outerNoticesContainer .noticeMapContainer .map-top-right .map-bttn span.block-links.legend span:not(.Label),
            .outerNoticesContainer .noticeMapContainer .map-bottom-left .map-bttn span.block-links.legend span:not(.Label),
            .outerNoticesContainer .noticeMapContainer .map-bottom-right .map-bttn span.block-links.legend span:not(.Label) {
              display: flex;
              align-items: center;
              gap: .25rem; }
              .outerNoticesContainer .noticeMapContainer .map-top-left .map-bttn span.block-links.legend span:not(.Label):hover,
              .outerNoticesContainer .noticeMapContainer .map-top-right .map-bttn span.block-links.legend span:not(.Label):hover,
              .outerNoticesContainer .noticeMapContainer .map-bottom-left .map-bttn span.block-links.legend span:not(.Label):hover,
              .outerNoticesContainer .noticeMapContainer .map-bottom-right .map-bttn span.block-links.legend span:not(.Label):hover {
                background: transparent; }
              .outerNoticesContainer .noticeMapContainer .map-top-left .map-bttn span.block-links.legend span:not(.Label).hazard,
              .outerNoticesContainer .noticeMapContainer .map-top-right .map-bttn span.block-links.legend span:not(.Label).hazard,
              .outerNoticesContainer .noticeMapContainer .map-bottom-left .map-bttn span.block-links.legend span:not(.Label).hazard,
              .outerNoticesContainer .noticeMapContainer .map-bottom-right .map-bttn span.block-links.legend span:not(.Label).hazard {
                --status-colour: var(--hazard-color);
                --status-border-colour: var(--hazard-color);
                --status-colour: rgba(228, 0, 43, 0.6);
                --status-border-colour: rgba(228, 0, 43, 1); }
              .outerNoticesContainer .noticeMapContainer .map-top-left .map-bttn span.block-links.legend span:not(.Label).activity,
              .outerNoticesContainer .noticeMapContainer .map-top-right .map-bttn span.block-links.legend span:not(.Label).activity,
              .outerNoticesContainer .noticeMapContainer .map-bottom-left .map-bttn span.block-links.legend span:not(.Label).activity,
              .outerNoticesContainer .noticeMapContainer .map-bottom-right .map-bttn span.block-links.legend span:not(.Label).activity {
                --status-colour: var(--activity-color);
                --status-border-colour: var(--activity-color);
                --status-colour: rgba(237, 108, 5 , 0.6);
                --status-border-colour: rgba(237, 108, 5, 1); }
              .outerNoticesContainer .noticeMapContainer .map-top-left .map-bttn span.block-links.legend span:not(.Label).news,
              .outerNoticesContainer .noticeMapContainer .map-top-right .map-bttn span.block-links.legend span:not(.Label).news,
              .outerNoticesContainer .noticeMapContainer .map-bottom-left .map-bttn span.block-links.legend span:not(.Label).news,
              .outerNoticesContainer .noticeMapContainer .map-bottom-right .map-bttn span.block-links.legend span:not(.Label).news {
                --status-colour: var(--news-color);
                --status-border-colour: var(--news-color);
                --status-colour: rgba(182, 195, 12, 0.6);
                --status-border-colour: rgba(182, 195, 12, 1); }
              .outerNoticesContainer .noticeMapContainer .map-top-left .map-bttn span.block-links.legend span:not(.Label).selected,
              .outerNoticesContainer .noticeMapContainer .map-top-right .map-bttn span.block-links.legend span:not(.Label).selected,
              .outerNoticesContainer .noticeMapContainer .map-bottom-left .map-bttn span.block-links.legend span:not(.Label).selected,
              .outerNoticesContainer .noticeMapContainer .map-bottom-right .map-bttn span.block-links.legend span:not(.Label).selected {
                --status-colour: rgba(0, 127, 173, 0.6);
                --status-border-colour: rgba(0, 127, 173, 1); }
              .outerNoticesContainer .noticeMapContainer .map-top-left .map-bttn span.block-links.legend span:not(.Label)::before,
              .outerNoticesContainer .noticeMapContainer .map-top-right .map-bttn span.block-links.legend span:not(.Label)::before,
              .outerNoticesContainer .noticeMapContainer .map-bottom-left .map-bttn span.block-links.legend span:not(.Label)::before,
              .outerNoticesContainer .noticeMapContainer .map-bottom-right .map-bttn span.block-links.legend span:not(.Label)::before {
                content: '';
                display: inline-block;
                width: 8px;
                height: 8px;
                border-radius: 8px;
                background-color: var(--status-colour);
                border: 1px solid var(--status-border-colour); }
        .outerNoticesContainer .noticeMapContainer .map-top-left .map-bttn .spacer,
        .outerNoticesContainer .noticeMapContainer .map-top-right .map-bttn .spacer,
        .outerNoticesContainer .noticeMapContainer .map-bottom-left .map-bttn .spacer,
        .outerNoticesContainer .noticeMapContainer .map-bottom-right .map-bttn .spacer {
          width: 2px;
          height: 100%;
          background: #006bb3;
          margin: 0 .5em; }
        .outerNoticesContainer .noticeMapContainer .map-top-left .map-bttn span.block-links.hide + .layer-options,
        .outerNoticesContainer .noticeMapContainer .map-top-right .map-bttn span.block-links.hide + .layer-options,
        .outerNoticesContainer .noticeMapContainer .map-bottom-left .map-bttn span.block-links.hide + .layer-options,
        .outerNoticesContainer .noticeMapContainer .map-bottom-right .map-bttn span.block-links.hide + .layer-options {
          width: 0;
          overflow: hidden; }
        .outerNoticesContainer .noticeMapContainer .map-top-left .map-bttn span.block-links.show + .layer-options,
        .outerNoticesContainer .noticeMapContainer .map-top-right .map-bttn span.block-links.show + .layer-options,
        .outerNoticesContainer .noticeMapContainer .map-bottom-left .map-bttn span.block-links.show + .layer-options,
        .outerNoticesContainer .noticeMapContainer .map-bottom-right .map-bttn span.block-links.show + .layer-options {
          width: auto;
          transform: translateX(0); }
    .outerNoticesContainer .noticeMapContainer .map-top-left {
      justify-content: flex-start;
      align-items: start;
      top: var(--gap);
      left: var(--gap);
      gap: 3px; }
    .outerNoticesContainer .noticeMapContainer .map-top-right {
      top: var(--gap);
      right: var(--gap); }
    .outerNoticesContainer .noticeMapContainer .map-bottom-left {
      bottom: calc( var(--gap) + 60px);
      left: var(--gap); }
      .outerNoticesContainer .noticeMapContainer .map-bottom-left .map-theme {
        width: 80px;
        height: 80px;
        padding: 5px;
        background-color: #FFF;
        border-radius: 8px;
        font-size: .9em;
        line-height: 1.1;
        transition: all .3s;
        cursor: pointer; }
        @media (max-width: 800px) {
          .outerNoticesContainer .noticeMapContainer .map-bottom-left .map-theme {
            width: 50px;
            height: 50px; } }
        .outerNoticesContainer .noticeMapContainer .map-bottom-left .map-theme:hover {
          opacity: 0.8; }
        .outerNoticesContainer .noticeMapContainer .map-bottom-left .map-theme .dark-mode,
        .outerNoticesContainer .noticeMapContainer .map-bottom-left .map-theme .standard-mode {
          justify-content: center;
          align-items: flex-end;
          text-align: center;
          height: 100%;
          padding: 5px;
          border-radius: 5px;
          background-size: cover;
          box-sizing: border-box; }
        .outerNoticesContainer .noticeMapContainer .map-bottom-left .map-theme .dark-mode {
          color: #FFF;
          text-shadow: 1px 1px 0 rgba(34, 34, 34, 0.8);
          background-image: url(/static/images/notice-map/dark-theme.jpg); }
        .outerNoticesContainer .noticeMapContainer .map-bottom-left .map-theme .standard-mode {
          color: #222;
          text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.8);
          background-image: url(/static/images/notice-map/standard-theme.jpg); }
        .outerNoticesContainer .noticeMapContainer .map-bottom-left .map-theme.dark-theme .dark-mode {
          display: none; }
        .outerNoticesContainer .noticeMapContainer .map-bottom-left .map-theme.dark-theme .standard-mode {
          display: flex; }
        .outerNoticesContainer .noticeMapContainer .map-bottom-left .map-theme.standard-theme .dark-mode {
          display: flex; }
        .outerNoticesContainer .noticeMapContainer .map-bottom-left .map-theme.standard-theme .standard-mode {
          display: none; }
    .outerNoticesContainer .noticeMapContainer .map-bottom-right {
      flex-direction: row;
      justify-content: flex-end;
      align-items: flex-end;
      bottom: calc( var(--gap) + 16px);
      right: var(--gap); }
      .outerNoticesContainer .noticeMapContainer .map-bottom-right .stack {
        display: flex;
        flex-direction: column;
        gap: var(--gap); }
      .outerNoticesContainer .noticeMapContainer .map-bottom-right .full-screen-bttn,
      .outerNoticesContainer .noticeMapContainer .map-bottom-right .screenshot {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        width: 33px;
        height: 33px;
        text-align: center;
        box-sizing: border-box;
        color: #006BB3;
        background-color: rgba(255, 255, 255, 0.8);
        z-index: 5;
        box-sizing: border-box;
        transition: all .3s; }
        .outerNoticesContainer .noticeMapContainer .map-bottom-right .full-screen-bttn > span svg,
        .outerNoticesContainer .noticeMapContainer .map-bottom-right .screenshot > span svg {
          width: 23px;
          height: 23px; }
        .outerNoticesContainer .noticeMapContainer .map-bottom-right .full-screen-bttn.standard-screen .full-screen,
        .outerNoticesContainer .noticeMapContainer .map-bottom-right .screenshot.standard-screen .full-screen {
          display: none; }
        .outerNoticesContainer .noticeMapContainer .map-bottom-right .full-screen-bttn.standard-screen .standard-screen,
        .outerNoticesContainer .noticeMapContainer .map-bottom-right .screenshot.standard-screen .standard-screen {
          display: flex; }
        .outerNoticesContainer .noticeMapContainer .map-bottom-right .full-screen-bttn.full-screen .full-screen,
        .outerNoticesContainer .noticeMapContainer .map-bottom-right .screenshot.full-screen .full-screen {
          display: flex; }
        .outerNoticesContainer .noticeMapContainer .map-bottom-right .full-screen-bttn.full-screen .standard-screen,
        .outerNoticesContainer .noticeMapContainer .map-bottom-right .screenshot.full-screen .standard-screen {
          display: none; }
      .outerNoticesContainer .noticeMapContainer .map-bottom-right .CursorCoordinates {
        display: flex;
        background: rgba(255, 255, 255, 0.8);
        padding: 6px;
        width: 240px;
        justify-content: space-between; }
        .outerNoticesContainer .noticeMapContainer .map-bottom-right .CursorCoordinates span {
          margin: 0 6px; }
        .outerNoticesContainer .noticeMapContainer .map-bottom-right .CursorCoordinates .separator {
          width: 1px;
          background: #ddd; }
        @media (max-width: 800px) {
          .outerNoticesContainer .noticeMapContainer .map-bottom-right .CursorCoordinates {
            display: none; } }
    .outerNoticesContainer .noticeMapContainer .esri-popup__header-buttons {
      display: none; }
    .outerNoticesContainer .noticeMapContainer .esri-popup__main-container {
      width: auto;
      max-width: 400px; }
    .outerNoticesContainer .noticeMapContainer .esri-view-width-xlarge .esri-popup__main-container {
      width: auto; }
    .outerNoticesContainer .noticeMapContainer .esri-popup__header {
      display: block;
      flex: none; }
    .outerNoticesContainer .noticeMapContainer .esri-popup__header-title {
      font-size: 12px;
      padding: 6px 14px; }
    .outerNoticesContainer .noticeMapContainer .esri-popup--shadow {
      box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3); }
    .outerNoticesContainer .noticeMapContainer .esri-popup__footer {
      display: none; }
  .outerNoticesContainer .esri-scale-bar {
    position: absolute;
    bottom: 15px;
    right: calc(33px + 252px + 2em); }
    @media (max-width: 800px) {
      .outerNoticesContainer .esri-scale-bar {
        right: calc(33px + 1em); } }

.map-bttm-wrapper {
  position: absolute;
  bottom: 75px;
  right: 15px;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 15px;
  z-index: 1; }
  .map-bttm-wrapper .button.small {
    margin: 0; }
    @media (max-width: 560px) {
      .map-bttm-wrapper .button.small {
        padding: 8px 12px; } }
  @media (max-width: 560px) {
    .map-bttm-wrapper {
      flex-flow: row wrap;
      justify-content: flex-end;
      gap: 10px;
      bottom: 70px; } }

#NoticeMap {
  flex: 1;
  background: #e0f7ff; }
  #NoticeMap .esri-view {
    height: 100%; }
  #NoticeMap:focus {
    outline: none; }
  #NoticeMap div:focus {
    outline: none; }
  #NoticeMap .esri-view-surface--inset-outline:focus::after {
    outline: none; }
  .fullScreen #NoticeMap {
    height: 100%; }

.escFullScreen {
  height: 15px;
  position: fixed;
  top: 3%;
  z-index: 1000;
  padding: 1.5em 2.5em;
  background: rgba(13, 13, 13, 0.95);
  color: #FFF;
  left: 50%;
  transform: translateX(-50%);
  line-height: 1;
  border-radius: 100px; }

.savePanel .content-wrapper {
  display: flex;
  flex-direction: column;
  gap: 2em;
  height: calc(100% - 65px);
  overflow-y: scroll;
  padding: 20px;
  margin: 0;
  color: #444444;
  background-color: #FFF;
  box-sizing: border-box; }
  .savePanel .content-wrapper h3 {
    flex: 0 0 100%;
    margin: 0;
    color: #444444;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.2;
    letter-spacing: 0.01em;
    font-family: "Roboto", sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
    padding-bottom: 1em;
    margin-bottom: 1em;
    border-bottom: 3px solid #DEEDF0; }
  .savePanel .content-wrapper .filters {
    display: flex;
    flex-direction: column;
    gap: 1em;
    margin-top: 1em; }
  .savePanel .content-wrapper .share-results {
    display: flex;
    flex-flow: row wrap;
    align-items: flex-start;
    gap: .5em;
    border-top: 3px solid #DEEDF0;
    padding-top: 1em; }
    .savePanel .content-wrapper .share-results button,
    .savePanel .content-wrapper .share-results .button {
      margin: 0; }
    .savePanel .content-wrapper .share-results .CopyLink {
      position: relative;
      display: flex;
      align-items: center;
      justify-content: center;
      line-height: 1;
      gap: .25em;
      font-style: italic;
      font-size: .9em; }
      .savePanel .content-wrapper .share-results .CopyLink p.textPrompt {
        margin: 0;
        text-align: center;
        padding: 0;
        position: absolute;
        top: 0;
        left: 50%;
        transform: translateY(-110%) translateX(-50%);
        right: 0;
        width: 300%;
        background: #FFF; }

@media (max-width: 1023px) {
  .outerNoticesContainer {
    flex-direction: column; }
  .noticeMapContainer {
    display: block; }
    .noticeMapContainer.listViewOn {
      display: none; }
  #NoticeMap {
    width: 100%;
    height: 100%; }
  .NoticeListItem .NoticeMeta {
    padding-bottom: 50px; }
  .NoticeListItem .information .noticeMeta {
    flex-direction: column; }
  .NoticeListItem .information .Locations .location {
    flex-direction: column;
    align-items: flex-start; }
    .NoticeListItem .information .Locations .location .coordinates {
      padding: 10px 0; }
    .NoticeListItem .information .Locations .location .separator {
      margin: 10px 0; } }

@media (max-width: 800px) {
  .escFullScreen {
    display: none !important; } }

@media (max-width: 580px) {
  .escFullScreen {
    display: none !important; }
  #NoticeMap {
    width: 100%;
    height: 100%;
    min-height: 542px; }
  .noticeMapContainer .activeNotice {
    width: 90%;
    min-width: auto; }
  .outerNoticesContainer.fullScreen .noticeMapContainer {
    height: 100%; }
  .map-bttm-wrapper.button {
    padding: 8px 17px; } }

@media (max-width: 520px) {
  .escFullScreen {
    display: none !important; }
  .NoticeListItem .notice-meta-wrapper .notice-start-end-dates,
  .NoticeListItem .notice-meta-wrapper .NoticeMeta {
    margin: 0 0 5px;
    flex-direction: column;
    gap: 5px; }
    .NoticeListItem .notice-meta-wrapper .notice-start-end-dates > div,
    .NoticeListItem .notice-meta-wrapper .NoticeMeta > div {
      width: 100%;
      margin: 0; }
  #NoticeMap .esri-zoom {
    margin-top: 60px; } }

.MainContent {
  position: relative;
  height: 100%;
  background: #444; }

.SkipToMainContent {
  z-index: 10;
  position: absolute;
  top: 0px;
  left: -999px;
  width: 1px;
  height: 1px;
  overflow: hidden; }

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent; }

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0; }
  .slick-list:focus {
    outline: none; }
  .slick-list.dragging {
    cursor: pointer;
    cursor: hand; }

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto; }
  .slick-track:before, .slick-track:after {
    content: "";
    display: table; }
  .slick-track:after {
    clear: both; }
  .slick-loading .slick-track {
    visibility: hidden; }

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none; }
  [dir="rtl"] .slick-slide {
    float: right; }
  .slick-slide img {
    display: block; }
  .slick-slide.slick-loading img {
    display: none; }
  .slick-slide.dragging img {
    pointer-events: none; }
  .slick-initialized .slick-slide {
    display: block; }
  .slick-loading .slick-slide {
    visibility: hidden; }
  .slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent; }

.slick-arrow.slick-hidden {
  display: none; }

:root {
  --blue: #0077C8;
  --blue-hover: #007FAD;
  --dark-blue: #0D2B5C;
  --light-blue: #DEEDF0;
  --red: #E4002B;
  --red-hover: #c62121;
  --yellow: #FECC0C;
  --yellow-hover: #ECBC0C;
  --header-height: 80px;
  --link-colour: #0077C8;
  --link-colour-hover: #0D2B5C;
  --hazard-colour: #E4002B;
  --activity-colour: #ED6C05;
  --news-colour: #B6C30C; }

html {
  height: 100%;
  font-size: 14px; }

body {
  position: relative;
  min-width: 300px;
  margin: 0;
  padding: var(--header-height) 0 0 0;
  font-family: "Roboto", sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #333;
  font-size: 14px;
  font-weight: 400;
  line-height: 21px;
  background: #f0f0f0; }

.smokescreen {
  position: fixed;
  width: 100vw;
  height: 100dvh;
  background: rgba(85, 86, 90, 0.6);
  z-index: 10;
  top: 0;
  left: 0;
  opacity: 0;
  display: none;
  animation: FadeOut .5s ease-in-out; }
  .smokescreen.show {
    display: block;
    opacity: 1;
    animation: FadeIn .5s ease-in-out; }
    @media (max-width: 1100px) {
      .smokescreen.show.dropdown {
        display: none; } }
    @media (min-width: 1100.99px) {
      .smokescreen.show.mobilemenu {
        display: none; } }

code {
  font-family: source-code-pro, Menlo, Monaco, Consolas, "Courier New", monospace; }

a {
  cursor: pointer;
  color: #006BB3;
  text-decoration: none;
  border-bottom: 1px solid #cee0ef;
  transition: border-color 0.4s, background-color 0.4s, color 0.4s; }
  a:hover, a:focus {
    border-bottom-color: #006BB3; }

#__next {
  height: 100%;
  position: relative; }

p.centre {
  text-align: center; }

.slick-slider .LeftButton {
  position: absolute;
  top: -107px;
  right: 130px; }
  @media (max-width: 767px) {
    .slick-slider .LeftButton {
      top: auto;
      right: 50%;
      bottom: -70px;
      margin-right: 12px; } }

.slick-slider .RightButton {
  position: absolute;
  top: -107px;
  right: 60px; }
  @media (max-width: 767px) {
    .slick-slider .RightButton {
      top: auto;
      right: 50%;
      bottom: -70px;
      margin-right: -60px; } }

.floatRight {
  float: right; }

table {
  border: none;
  border-collapse: collapse;
  table-layout: fixed; }
  table p {
    margin: 0; }
  table tbody {
    border: none; }
    table tbody tr {
      border-bottom: 1px solid #ddd; }
      table tbody tr:last-of-type {
        border-bottom: none; }
      table tbody tr td {
        border: none;
        padding: 6px 12px;
        border-right: 1px solid #ddd; }
        table tbody tr td:last-of-type {
          border-right: none; }

.button,
a.button {
  --padding-y: .8em;
  --padding-x: 2em;
  --icon-size: 2cap;
  --line-height: 1.2em;
  --bttn-border: 2px;
  --bttn-colour: var(--blue);
  --outline-colour: rgba(0, 107, 179, 0.5);
  position: relative;
  cursor: pointer;
  display: inline-block;
  display: flex;
  margin: 20px 0;
  padding: var(--padding-y) var(--padding-x);
  background-color: var(--bttn-colour);
  border: var(--bttn-border) solid var(--bttn-colour);
  border-radius: 50px;
  color: #fff;
  outline: 0;
  font-family: "Roboto", sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
  font-size: 1rem;
  font-weight: 600;
  transition: background-color 0.4s;
  line-height: var(--line-height);
  letter-spacing: 0.04em;
  white-space: nowrap;
  box-sizing: border-box;
  transition: all 0.5s ease, outline 0.25s ease;
  outline: 0 solid var(--outline-colour); }
  .button:hover, .button:focus,
  a.button:hover,
  a.button:focus {
    outline-width: calc( var(--bttn-border) * 2); }
  .button.tertiary,
  a.button.tertiary {
    --bttn-colour: var(--yellow);
    --outline-colour: rgba(254, 203, 13, .25);
    color: var(--dark-blue); }
    .button.tertiary.createAlert,
    a.button.tertiary.createAlert {
      --bttn-colour: var(--red);
      --outline-colour: rgba(189, 0, 0, 0.25);
      color: #FFF; }
  .button.white,
  a.button.white {
    --bttn-colour: #FFF;
    --outline-colour: rgba(0, 107, 179, 0.5);
    color: var(--blue); }
  .button.just-border,
  a.button.just-border {
    background: transparent;
    color: var(--bttn-colour); }
  .button.large,
  a.button.large {
    font-size: 1.14rem; }
  .button.small, .button.small.with-icon,
  a.button.small,
  a.button.small.with-icon {
    font-size: .8rem;
    transition: all 0.5s ease, outline 0.2s ease; }
    .button.small:hover, .button.small.with-icon:hover,
    a.button.small:hover,
    a.button.small.with-icon:hover {
      outline-width: calc(var(--bttn-border) * 1.5); }
  .button.with-icon,
  a.button.with-icon {
    --padding-x: 1em;
    position: relative;
    padding-left: calc(var(--padding-x) + var(--icon-size) + .5em);
    padding-right: var(--padding-x); }
    .button.with-icon svg,
    a.button.with-icon svg {
      position: absolute;
      left: var(--padding-x);
      top: 50%;
      transform: translateY(-50%);
      height: var(--icon-size);
      width: var(--icon-size); }
  .button.just-icon,
  a.button.just-icon {
    position: relative;
    padding: calc(var(--padding-y) + calc(var(--line-height) / 2));
    margin: 0; }
    .button.just-icon svg,
    a.button.just-icon svg {
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      height: var(--icon-size);
      width: var(--icon-size); }
  .button.borderless,
  a.button.borderless {
    --padding-y: 0;
    --padding-x: 0;
    --bttn-border: 0;
    background: transparent;
    color: var(--bttn-colour);
    font-weight: 400;
    border-bottom: 1px solid var(--outline-colour);
    transition: border-color 0.4s, background-color 0.4s, color 0.4s;
    border-radius: 0; }
    .button.borderless:hover,
    a.button.borderless:hover {
      border-bottom-color: var(--bttn-colour);
      outline-width: 0; }
  .button.createAlert:hover svg,
  a.button.createAlert:hover svg {
    animation: ring 3s 0s ease-in-out infinite; }
  .button.remove,
  a.button.remove {
    z-index: 1;
    position: relative;
    float: right;
    background-color: #de3c3c; }
    .button.remove:hover, .button.remove:focus,
    a.button.remove:hover,
    a.button.remove:focus {
      background-color: #c62121; }
  .button.continue,
  a.button.continue {
    float: right; }
  .button:first-child,
  a.button:first-child {
    margin-left: 0; }
  .button:last-of-type,
  a.button:last-of-type {
    margin-right: 0; }
  .button.centred,
  a.button.centred {
    display: block;
    margin: 20px auto; }
  .button.fullWidth,
  a.button.fullWidth {
    width: 100%;
    margin: 20px 0; }
  .button.nextArrow .FontIcon,
  a.button.nextArrow .FontIcon {
    vertical-align: middle;
    font-size: 1.8rem;
    margin: 0 0 0 .25em;
    font-weight: 500; }
  .button .Loading,
  a.button .Loading {
    transition: opacity 0.4s ease;
    background: transparent;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 1;
    margin-left: 7px; }
    .button .Loading.enter,
    a.button .Loading.enter {
      opacity: 0.01; }
      .button .Loading.enter.fade-enter-active,
      a.button .Loading.enter.fade-enter-active {
        opacity: 1; }
    .button .Loading.exit,
    a.button .Loading.exit {
      opacity: 1; }
      .button .Loading.exit.exit-active,
      a.button .Loading.exit.exit-active {
        opacity: 0.01; }
    .button .Loading span,
    a.button .Loading span {
      font-size: 1.25em;
      font-family: "Material-Design-Iconic-Font";
      color: #fff;
      display: block;
      animation: spinner .8s linear 0s infinite; }

.NoticeListItem,
a.NoticeItem {
  --notice-img-grid-item-row: 1;
  --notice-content-grid-item-row: 3;
  display: grid;
  grid-template-rows: subgrid;
  --grid-item-row: calc( var(--notice-img-grid-item-row) + var(--notice-content-grid-item-row) );
  grid-row: span var(--grid-item-row);
  gap: 0;
  padding: 0;
  background-color: #FFFFFF;
  border-radius: 5px;
  text-align: left; }
  .NoticeListItem.hazard .notice-content,
  a.NoticeItem.hazard .notice-content {
    border-color: var(--hazard-colour); }
  .NoticeListItem.news .notice-content,
  a.NoticeItem.news .notice-content {
    border-color: var(--news-colour); }
  .NoticeListItem.activity .notice-content,
  a.NoticeItem.activity .notice-content {
    border-color: var(--activity-colour); }
  .NoticeListItem .notice-img,
  a.NoticeItem .notice-img {
    position: relative;
    display: grid;
    grid-row: span var(--notice-img-grid-item-row); }
    .NoticeListItem .notice-img .notice-completed-pill-wrapper,
    a.NoticeItem .notice-img .notice-completed-pill-wrapper {
      position: absolute;
      top: 20px;
      right: 20px;
      display: flex;
      flex-flow: row wrap;
      align-items: center;
      justify-content: flex-end;
      gap: .5em 1em;
      max-width: calc(100% - 40px - 50px - 20px);
      box-sizing: border-box;
      z-index: 10; }
    .NoticeListItem .notice-img img,
    a.NoticeItem .notice-img img {
      width: 100%;
      aspect-ratio: 16 / 8;
      object-fit: cover;
      border-radius: 5px 5px 0 0; }
  .NoticeListItem .notice-content,
  a.NoticeItem .notice-content {
    display: grid;
    grid-template-rows: subgrid;
    grid-row: span var(--notice-content-grid-item-row);
    padding: 1.4em;
    gap: 1em;
    border-left: 8px solid #FFF;
    border-radius: 0 0 5px 5px; }
    .NoticeListItem .notice-content h3,
    a.NoticeItem .notice-content h3 {
      display: flex;
      align-items: end;
      width: 100%;
      color: var(--dark-blue);
      font-weight: bold;
      font-size: 16px;
      line-height: 1.4;
      padding-bottom: .5em;
      margin: 0;
      border-bottom: 2px solid #DEECED; }
    .NoticeListItem .notice-content .notice-info,
    a.NoticeItem .notice-content .notice-info {
      display: grid;
      grid-template-columns: 1fr 1fr;
      grid-template-rows: auto auto;
      gap: .75em .5em;
      font-size: .85em;
      padding-bottom: 1em;
      border-bottom: 2px solid #DEECED;
      line-height: 1.1; }
      .NoticeListItem .notice-content .notice-info > div,
      a.NoticeItem .notice-content .notice-info > div {
        display: flex;
        align-items: center;
        justify-content: flex-start;
        gap: .5em;
        color: #B0B0B0; }
        .NoticeListItem .notice-content .notice-info > div svg,
        a.NoticeItem .notice-content .notice-info > div svg {
          width: 20px;
          flex: 0 0 20px;
          height: 20px;
          color: #53575A; }
    .NoticeListItem .notice-content .notice-complete-text,
    a.NoticeItem .notice-content .notice-complete-text {
      font-size: .9em;
      line-height: 1.3;
      color: #B0B0B0;
      font-style: italic; }
      .NoticeListItem .notice-content .notice-complete-text p,
      a.NoticeItem .notice-content .notice-complete-text p {
        margin: 0; }
    .NoticeListItem .notice-content .buttons,
    a.NoticeItem .notice-content .buttons {
      display: flex;
      align-items: center;
      justify-content: flex-start;
      flex-flow: row wrap;
      gap: .5em; }
      .NoticeListItem .notice-content .buttons button,
      .NoticeListItem .notice-content .buttons .button,
      a.NoticeItem .notice-content .buttons button,
      a.NoticeItem .notice-content .buttons .button {
        --bttn-border: 1px;
        margin: 0;
        font-size: .67rem;
        transition: all 0.5s ease, outline 0.15s ease; }
        .NoticeListItem .notice-content .buttons button:hover,
        .NoticeListItem .notice-content .buttons .button:hover,
        a.NoticeItem .notice-content .buttons button:hover,
        a.NoticeItem .notice-content .buttons .button:hover {
          outline-width: calc(var(--bttn-border) * 2); }

a.NoticeItem {
  border: 0;
  --notice-content-grid-item-row: 2;
  transition: all .3s; }
  a.NoticeItem:hover {
    border: 0;
    opacity: .8; }

input.hidden {
  display: none; }

.buttons-wrapper {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-flow: row wrap;
  gap: 1em; }
  .buttons-wrapper .button,
  .buttons-wrapper .ButtonHolder {
    margin: 0; }

.ButtonHolder {
  display: inline-block; }
  .ButtonHolder.centred {
    display: block;
    text-align: center; }
  .ButtonHolder .button.centred {
    display: inline-block; }

.fake-link {
  color: #006BB3;
  cursor: pointer; }
  .fake-link:hover, .fake-link:focus {
    color: #007FAD; }

*.has-tooltip {
  position: relative; }
  *.has-tooltip::before {
    content: attr(data-tooltip);
    position: absolute;
    background-color: rgba(0, 103, 178, 0.95);
    width: fit-content;
    color: #FFF;
    padding: .5rem .8rem;
    top: 0;
    left: 0;
    right: 0;
    font-size: .9rem;
    line-height: 1.2;
    border-radius: 5px;
    font-weight: 400;
    opacity: 0;
    display: none;
    transform: translateY(-110%);
    transition: opacity .3s ease-in; }
  *.has-tooltip.tooltip-right::before {
    left: initial; }
  *.has-tooltip[data-tooltip]:not([data-tooltip=""])::before {
    opacity: 0; }
  *.has-tooltip[data-tooltip]:not([data-tooltip=""]):hover::before {
    opacity: 1;
    display: block;
    height: auto; }

.notice-type {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  border: 3px solid #DEECED;
  border-radius: 5px;
  background: #FFF;
  box-sizing: border-box;
  padding: 5px;
  margin: 0; }
  .notice-type.hazard {
    color: var(--hazard-colour); }
  .notice-type.news {
    color: var(--news-colour); }
  .notice-type.activity {
    color: var(--activity-colour); }
  .notice-type svg {
    width: 32px;
    height: 32px; }

.notice-completed-pill-wrapper {
  display: flex;
  flex-flow: row wrap;
  align-items: center;
  justify-content: flex-start;
  gap: .5em;
  margin: 0; }
  .notice-completed-pill-wrapper .notice-completed-pill {
    font-size: 1rem;
    font-weight: 400;
    text-transform: uppercase;
    line-height: 1.1;
    padding: 7px 12px;
    border-radius: 5px;
    color: #FFF;
    white-space: nowrap; }
    .notice-completed-pill-wrapper .notice-completed-pill.hazard {
      background-color: var(--hazard-colour); }
    .notice-completed-pill-wrapper .notice-completed-pill.news {
      background-color: var(--news-colour); }
    .notice-completed-pill-wrapper .notice-completed-pill.activity {
      background-color: var(--activity-colour); }
    .notice-completed-pill-wrapper .notice-completed-pill.complete {
      background: var(--news-colour); }

.report-link {
  display: flex;
  align-items: center;
  gap: .5em;
  font-size: .9rem;
  color: #D5D5D5;
  text-decoration: none;
  transition: all 0.3s;
  border: 0; }
  .report-link svg {
    height: 2cap; }
  .report-link span {
    text-decoration: underline; }
  .report-link:hover span {
    text-decoration: none; }

.ModalBoxOverlay .ModalContainer:has(.slide-out),
.outerNoticesContainer .notices:has(.slide-out),
.small-slide-out {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  max-width: 600px;
  height: 100dvh;
  padding: 0;
  margin: 0;
  z-index: 15;
  transform: translateX(-100%);
  animation: slideInFromLeft 0.6s cubic-bezier(0.445, 0.05, 0.55, 0.95) forwards; }
  .ModalBoxOverlay .ModalContainer:has(.slide-out) .notice-smoke-screen,
  .outerNoticesContainer .notices:has(.slide-out) .notice-smoke-screen,
  .small-slide-out .notice-smoke-screen {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100dvh;
    background: rgba(34, 34, 34, 0.5);
    z-index: -1; }
  .ModalBoxOverlay .ModalContainer:has(.slide-out) .closeButton,
  .outerNoticesContainer .notices:has(.slide-out) .closeButton,
  .small-slide-out .closeButton {
    position: absolute;
    top: 22px;
    right: 20px;
    width: 14px;
    height: 14px;
    z-index: 10;
    margin: 0;
    color: #55565A; }
    .ModalBoxOverlay .ModalContainer:has(.slide-out) .closeButton .FontIcon,
    .outerNoticesContainer .notices:has(.slide-out) .closeButton .FontIcon,
    .small-slide-out .closeButton .FontIcon {
      margin: 0;
      font-size: 23px;
      width: 14px;
      height: 14px;
      display: block;
      line-height: 1; }
    .ModalBoxOverlay .ModalContainer:has(.slide-out) .closeButton:hover,
    .outerNoticesContainer .notices:has(.slide-out) .closeButton:hover,
    .small-slide-out .closeButton:hover {
      opacity: .8;
      border: 0; }
  .ModalBoxOverlay .ModalContainer:has(.slide-out) .slide-out-content,
  .outerNoticesContainer .notices:has(.slide-out) .slide-out-content,
  .small-slide-out .slide-out-content {
    background: #FFF;
    height: 100dvh; }
    .ModalBoxOverlay .ModalContainer:has(.slide-out) .slide-out-content .top-bar-sticky,
    .outerNoticesContainer .notices:has(.slide-out) .slide-out-content .top-bar-sticky,
    .small-slide-out .slide-out-content .top-bar-sticky {
      position: sticky;
      top: 0;
      height: 65px;
      background: #F8FBFB;
      z-index: 10; }
      .ModalBoxOverlay .ModalContainer:has(.slide-out) .slide-out-content .top-bar-sticky .slide-out-modal-title,
      .outerNoticesContainer .notices:has(.slide-out) .slide-out-content .top-bar-sticky .slide-out-modal-title,
      .small-slide-out .slide-out-content .top-bar-sticky .slide-out-modal-title {
        font-family: "Roboto Slab";
        background-color: var(--light-blue);
        padding: 20px;
        font-size: 18px;
        line-height: 1.4;
        color: var(--dark-blue); }
    .ModalBoxOverlay .ModalContainer:has(.slide-out) .slide-out-content .bottom-bar-sticky,
    .outerNoticesContainer .notices:has(.slide-out) .slide-out-content .bottom-bar-sticky,
    .small-slide-out .slide-out-content .bottom-bar-sticky {
      position: sticky;
      bottom: 0;
      display: flex;
      align-items: center;
      justify-content: space-between;
      gap: 1.5em;
      height: 65px;
      background: var(--light-blue);
      z-index: 10;
      padding: 20px;
      color: var(--dark-blue);
      box-sizing: border-box; }
      .ModalBoxOverlay .ModalContainer:has(.slide-out) .slide-out-content .bottom-bar-sticky .button,
      .outerNoticesContainer .notices:has(.slide-out) .slide-out-content .bottom-bar-sticky .button,
      .small-slide-out .slide-out-content .bottom-bar-sticky .button {
        margin: 0; }
        .ModalBoxOverlay .ModalContainer:has(.slide-out) .slide-out-content .bottom-bar-sticky .button.borderless,
        .outerNoticesContainer .notices:has(.slide-out) .slide-out-content .bottom-bar-sticky .button.borderless,
        .small-slide-out .slide-out-content .bottom-bar-sticky .button.borderless {
          --padding-y: 0; }
    .ModalBoxOverlay .ModalContainer:has(.slide-out) .slide-out-content .small-slide-out,
    .outerNoticesContainer .notices:has(.slide-out) .slide-out-content .small-slide-out,
    .small-slide-out .slide-out-content .small-slide-out {
      left: 600px;
      width: 440px;
      z-index: -1; }
      @media (max-width: 1040px) {
        .ModalBoxOverlay .ModalContainer:has(.slide-out) .slide-out-content .small-slide-out,
        .outerNoticesContainer .notices:has(.slide-out) .slide-out-content .small-slide-out,
        .small-slide-out .slide-out-content .small-slide-out {
          left: 0;
          width: 100%;
          z-index: 15; } }
      .ModalBoxOverlay .ModalContainer:has(.slide-out) .slide-out-content .small-slide-out .slide-out-content .top-bar-sticky .slide-out-modal-title,
      .outerNoticesContainer .notices:has(.slide-out) .slide-out-content .small-slide-out .slide-out-content .top-bar-sticky .slide-out-modal-title,
      .small-slide-out .slide-out-content .small-slide-out .slide-out-content .top-bar-sticky .slide-out-modal-title {
        background: #F8FBFB; }
      .ModalBoxOverlay .ModalContainer:has(.slide-out) .slide-out-content .small-slide-out .slide-out-content .content-wrapper,
      .outerNoticesContainer .notices:has(.slide-out) .slide-out-content .small-slide-out .slide-out-content .content-wrapper,
      .small-slide-out .slide-out-content .small-slide-out .slide-out-content .content-wrapper {
        display: flex;
        flex-direction: column;
        gap: 1em;
        height: calc(100% - 65px - 65px);
        overflow: scroll;
        padding: 20px;
        margin: 0;
        color: #444444;
        background-color: #FFF;
        box-sizing: border-box; }
      .ModalBoxOverlay .ModalContainer:has(.slide-out) .slide-out-content .small-slide-out .slide-out-content .bottom-bar-sticky,
      .outerNoticesContainer .notices:has(.slide-out) .slide-out-content .small-slide-out .slide-out-content .bottom-bar-sticky,
      .small-slide-out .slide-out-content .small-slide-out .slide-out-content .bottom-bar-sticky {
        background: #F8FBFB; }

.outerNoticesContainer .notices:has(.slide-out) {
  max-width: 100vw; }
  .outerNoticesContainer .notices:has(.slide-out) .slide-out-content {
    width: 100%;
    max-width: 1460px; }

.cky-btn-revisit-wrapper {
  transition: left 1s; }
  .cky-btn-revisit-wrapper.hide {
    left: -80px; }

.cke_notifications_area {
  display: none !important; }

/** Animations **/
@keyframes FadeIn {
  0% {
    display: none;
    opacity: 0; }
  1% {
    display: block;
    opacity: 0; }
  100% {
    opacity: 1; } }

@keyframes FadeOut {
  0% {
    display: block;
    opacity: 1; }
  99% {
    display: block;
    opacity: 0; }
  100% {
    display: none;
    opacity: 0; } }

@keyframes ring {
  0% {
    transform: rotate(0) translateY(-50%); }
  4% {
    transform: rotate(8deg) translateY(-50%); }
  8% {
    transform: rotate(-8deg) translateY(-50%); }
  12% {
    transform: rotate(8deg) translateY(-50%); }
  16% {
    transform: rotate(-8deg) translateY(-50%); }
  20% {
    transform: rotate(8deg) translateY(-50%); }
  24% {
    transform: rotate(-8deg) translateY(-50%); }
  28% {
    transform: rotate(8deg) translateY(-50%); }
  32% {
    transform: rotate(-8deg) translateY(-50%); }
  36% {
    transform: rotate(8deg) translateY(-50%); }
  40% {
    transform: rotate(-8deg) translateY(-50%); }
  44% {
    transform: rotate(8deg) translateY(-50%); }
  48% {
    transform: rotate(-8deg) translateY(-50%); }
  52% {
    transform: rotate(0) translateY(-50%); }
  100% {
    transform: rotate(0) translateY(-50%); } }

@keyframes spinner {
  0% {
    transform: rotateZ(0deg); }
  100% {
    transform: rotateZ(360deg); } }

@keyframes blink {
  0% {
    opacity: 1;
    width: auto;
    padding-right: 5px; }
  90% {
    opacity: 1;
    width: auto;
    padding-right: 5px; }
  100% {
    opacity: 0;
    width: 0;
    padding-right: 0; } }

@keyframes fadeOutAuto {
  0% {
    opacity: 0; }
  1% {
    opacity: 1; }
  90% {
    opacity: 1; }
  100% {
    opacity: 0; } }

@keyframes waveAnimationOne {
  0% {
    opacity: 0.4;
    background-position: -60% 50%;
    background-size: 88%; }
  100% {
    opacity: 0.1;
    background-position: -63% 53%;
    background-size: 83%; } }

@keyframes waveAnimationTwo {
  0% {
    opacity: 0.3;
    background-position: 110% 100px;
    background-size: 58%; }
  100% {
    opacity: 0.1;
    background-position: 115% 120px;
    background-size: 68%; } }

@keyframes waveAnimationThree {
  0% {
    opacity: 0.3;
    background-position: 110% -100px;
    background-size: 70%; }
  100% {
    opacity: 0.1;
    background-position: 120% -80px;
    background-size: 75%; } }

@keyframes moveCoordinateUp {
  0% {
    top: 0px;
    box-shadow: 0 0 0 rgba(0, 0, 0, 0);
    transform: perspective(0px) translateZ(0px); }
  33% {
    top: 0px;
    box-shadow: 0 2px 9px rgba(0, 0, 0, 0.4);
    transform: perspective(200px) translateZ(5px); }
  77% {
    top: -73px;
    box-shadow: 0 2px 9px rgba(0, 0, 0, 0.4);
    transform: perspective(200px) translateZ(5px); }
  100% {
    top: -73px;
    box-shadow: 0 0 0 rgba(0, 0, 0, 0);
    transform: perspective(0px) translateZ(0px); } }

@keyframes moveCoordinateDown {
  0% {
    top: 0px;
    box-shadow: 0 0 0 rgba(0, 0, 0, 0);
    transform: perspective(0px) translateZ(0px); }
  33% {
    top: 0px;
    box-shadow: 0 2px 9px rgba(0, 0, 0, 0.4);
    transform: perspective(200px) translateZ(5px); }
  77% {
    top: 73px;
    box-shadow: 0 2px 9px rgba(0, 0, 0, 0.4);
    transform: perspective(200px) translateZ(5px); }
  100% {
    top: 73px;
    box-shadow: 0 0 0 rgba(0, 0, 0, 0);
    transform: perspective(0px) translateZ(0px); } }

@keyframes slideCoordinateUp {
  0% {
    top: 0px; }
  33% {
    top: 0px; }
  77% {
    top: -73px; }
  100% {
    top: -73px; } }

@keyframes slideCoordinateDown {
  0% {
    top: 0px; }
  33% {
    top: 0px; }
  77% {
    top: 73px; }
  100% {
    top: 73px; } }

@keyframes slideInFromLeft {
  from {
    transform: translateX(-100%); }
  to {
    transform: translateX(0); } }

/*
*  Material Design Iconic Font by Sergey Kupletsky (@zavoloklom) - http://zavoloklom.github.io/material-design-iconic-font/
*  License - http://zavoloklom.github.io/material-design-iconic-font/license (Font: SIL OFL 1.1, CSS: MIT License)
*/
@font-face {
  font-family: "Material-Design-Iconic-Font";
  src: url("/static/fonts/Material-Design-Iconic-Font.woff2?v=2.2.0") format("woff2"), url("/static/fonts/Material-Design-Iconic-Font.woff?v=2.2.0") format("woff"), url("/static/fonts/Material-Design-Iconic-Font.ttf?v=2.2.0") format("truetype");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: "Roboto Slab";
  src: url("/static/fonts/RobotoSlab-Light.eot");
  src: url("/static/fonts/RobotoSlab-Light.eot?#iefix") format("embedded-opentype"), url("/static/fonts/RobotoSlab-Light.woff2") format("woff2"), url("/static/fonts/RobotoSlab-Light.woff") format("woff"), url("/static/fonts/RobotoSlab-Light.ttf") format("truetype"), url("/static/fonts/RobotoSlab-Light.svg#RobotoSlab-Light") format("svg");
  font-weight: 300;
  font-style: normal; }

@font-face {
  font-family: "Roboto Slab";
  src: url("/static/fonts/RobotoSlab-Regular.eot");
  src: url("/static/fonts/RobotoSlab-Regular.eot?#iefix") format("embedded-opentype"), url("/static/fonts/RobotoSlab-Regular.woff2") format("woff2"), url("/static/fonts/RobotoSlab-Regular.woff") format("woff"), url("/static/fonts/RobotoSlab-Regular.ttf") format("truetype"), url("/static/fonts/RobotoSlab-Regular.svg#RobotoSlab-Regular") format("svg");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: "Roboto Slab";
  src: url("/static/fonts/RobotoSlab-Bold.eot");
  src: url("/static/fonts/RobotoSlab-Bold.eot?#iefix") format("embedded-opentype"), url("/static/fonts/RobotoSlab-Bold.woff2") format("woff2"), url("/static/fonts/RobotoSlab-Bold.woff") format("woff"), url("/static/fonts/RobotoSlab-Bold.ttf") format("truetype"), url("/static/fonts/RobotoSlab-Bold.svg#RobotoSlab-Bold") format("svg");
  font-weight: bold;
  font-style: normal; }

@font-face {
  font-family: "Roboto";
  src: url("/static/fonts/Roboto-Medium.eot");
  src: url("/static/fonts/Roboto-Medium.eot?#iefix") format("embedded-opentype"), url("/static/fonts/Roboto-Medium.woff2") format("woff2"), url("/static/fonts/Roboto-Medium.woff") format("woff"), url("/static/fonts/Roboto-Medium.ttf") format("truetype"), url("/static/fonts/Roboto-Medium.svg#Roboto-Medium") format("svg");
  font-weight: 500;
  font-style: normal; }

@font-face {
  font-family: "Roboto";
  src: url("/static/fonts/Roboto-Light.eot");
  src: url("/static/fonts/Roboto-Light.eot?#iefix") format("embedded-opentype"), url("/static/fonts/Roboto-Light.woff2") format("woff2"), url("/static/fonts/Roboto-Light.woff") format("woff"), url("/static/fonts/Roboto-Light.ttf") format("truetype"), url("/static/fonts/Roboto-Light.svg#Roboto-Light") format("svg");
  font-weight: 300;
  font-style: normal; }

@font-face {
  font-family: "Roboto";
  src: url("/static/fonts/Roboto-Bold.eot");
  src: url("/static/fonts/Roboto-Bold.eot?#iefix") format("embedded-opentype"), url("/static/fonts/Roboto-Bold.woff2") format("woff2"), url("/static/fonts/Roboto-Bold.woff") format("woff"), url("/static/fonts/Roboto-Bold.ttf") format("truetype"), url("/static/fonts/Roboto-Bold.svg#Roboto-Bold") format("svg");
  font-weight: bold;
  font-style: normal; }

@font-face {
  font-family: "Roboto";
  src: url("/static/fonts/Roboto-Regular.eot");
  src: url("/static/fonts/Roboto-Regular.eot?#iefix") format("embedded-opentype"), url("/static/fonts/Roboto-Regular.woff2") format("woff2"), url("/static/fonts/Roboto-Regular.woff") format("woff"), url("/static/fonts/Roboto-Regular.ttf") format("truetype"), url("/static/fonts/Roboto-Regular.svg#Roboto-Regular") format("svg");
  font-weight: normal;
  font-style: normal; }

.DashboardContainer {
  margin-top: 0;
  display: flex;
  flex-flow: row wrap; }
  .DashboardContainer .flexColumn {
    vertical-align: top;
    box-sizing: border-box; }
  .DashboardContainer .leftMenu {
    width: 25%;
    border-right: 2px solid #e8e8e8; }
  .DashboardContainer .dashboardContent {
    width: 75%;
    padding-left: 5%; }
  .DashboardContainer.centre .flexColumn {
    text-align: center; }
  .DashboardContainer.alignMiddle {
    align-items: center; }
  .DashboardContainer.noPadding .flexColumn {
    padding: 0; }
  @media (max-width: 1400px) {
    .DashboardContainer .dashboardContent {
      padding-left: 0; }
    .DashboardContainer .FormContainer {
      padding: 30px 20px; } }
  @media (max-width: 1200px) {
    .DashboardContainer .leftMenu {
      width: 30%; }
    .DashboardContainer .dashboardContent {
      width: 70%; } }
  @media (max-width: 900px) {
    .DashboardContainer {
      flex-flow: column nowrap; }
      .DashboardContainer .leftMenu {
        border-right: 0; }
      .DashboardContainer .flexColumn {
        width: 100%;
        padding-left: 0; } }

.NotificationsIndicator {
  position: relative;
  padding: 9px 20px 10px 20px;
  font-weight: normal;
  font-size: 15px;
  color: #fff;
  border-bottom: 0;
  background: #007FAD;
  border-radius: 25px;
  vertical-align: middle; }
  .NotificationsIndicator .FontIcon {
    vertical-align: text-top; }
  .NotificationsIndicator .text, .NotificationsIndicator .count {
    font-family: "Roboto"; }
  .NotificationsIndicator:hover {
    background: #006c94; }
  .NotificationsIndicator.right {
    float: right;
    top: -10px; }

.ListMenu {
  font-family: "Roboto";
  font-size: 15px;
  font-weight: 500; }
  .ListMenu ul {
    margin: 0;
    padding: 0;
    list-style: none; }
  .ListMenu li {
    margin: 0 0 0 -15px;
    padding: 10px 0 10px 15px; }
    .ListMenu li.selected {
      background: #fff; }
  .ListMenu a {
    width: 100%;
    display: inline-block;
    padding: 15px 0;
    border-bottom: 0; }
    .ListMenu a:hover {
      color: #004d80; }
  .ListMenu .FontIcon {
    display: inline-block;
    margin-right: 22px;
    font-weight: 500;
    font-size: 35px;
    width: 33px; }
  .ListMenu .thumbnail {
    display: inline-block;
    margin-bottom: 30px; }
  .ListMenu .caption {
    margin: 0 0 10px 0;
    font-family: "Roboto Slab";
    font-size: 16px; }
  .ListMenu .subCaption {
    margin: 0 0 10px 0;
    font-size: 14px; }

.EditActions .button {
  margin-left: 1em; }
  .EditActions .button.draft {
    background-color: #5f6364; }
    .EditActions .button.draft:hover, .EditActions .button.draft:focus {
      background-color: #313535; }

.ToggleButton {
  cursor: pointer;
  cursor: pointer;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 5px 20px; }
  .ToggleButton:hover .buttonCasing {
    border-color: #006BB3; }
  .ToggleButton .label {
    display: block;
    vertical-align: middle;
    line-height: 1.1;
    padding: 0;
    font-weight: 700;
    text-align: center; }
  .ToggleButton .buttonCasing {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    width: 58px;
    height: 26px;
    border: 2px solid rgba(0, 107, 179, 0.6);
    border-radius: 15px;
    background: rgba(255, 255, 255, 0.6);
    transition: background-color 0.4s, border-color 0.4s; }
    .ToggleButton .buttonCasing + .label {
      padding-left: 15px;
      padding-right: 0; }
  .ToggleButton.checked .buttonCasing {
    background: #fff;
    border: 2px solid #006BB3; }
  .ToggleButton input[type="checkbox"] {
    cursor: pointer;
    position: relative;
    z-index: 2;
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    border: none;
    -webkit-appearance: none;
    opacity: 0; }
    .ToggleButton input[type="checkbox"] + .switch {
      cursor: pointer; }
      .ToggleButton input[type="checkbox"] + .switch:before {
        content: "";
        display: block;
        position: absolute;
        top: 3px;
        left: 4px;
        width: 20px;
        height: 20px;
        background: rgba(0, 107, 179, 0.6);
        border-radius: 15px;
        transition: left 0.3s, background-color 0.3s; }
    .ToggleButton input[type="checkbox"]:checked + .switch:before {
      left: 34px;
      background: #006BB3; }
  .ToggleButton label {
    cursor: pointer;
    display: inline-block;
    vertical-align: top;
    padding: 0 15px; }

.PointOfContactHolder {
  padding: 0px 15px 10px 15px;
  margin: 0px -15px -10px -15px; }
  .PointOfContactHolder.invalid {
    border: 1px solid #de3c3c; }
  .PointOfContactHolder .pointOfContactButtons {
    float: left; }
    .PointOfContactHolder .pointOfContactButtons label:first-of-type {
      margin-right: 30px; }

.notice {
  display: flex;
  flex-flow: row nowrap;
  gap: 2em 1em;
  justify-content: space-between;
  align-items: center;
  margin: 0 35px 35px 35px;
  padding: 15px 25px;
  color: #fff;
  border-radius: 5px;
  background-color: #8dbd8d; }
  .notice.request-update {
    background: #E00000; }
    .notice.request-update .update-message {
      display: flex;
      flex-direction: column;
      width: 100%;
      color: #fff;
      gap: 0.5em 0; }
  .notice.mark-as-complete .FormSection {
    display: flex;
    flex-flow: row wrap;
    gap: 1.5em 1em;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    background-color: transparent;
    padding: 0; }
    .notice.mark-as-complete .FormSection p {
      width: calc(100% - 125px - 1em);
      margin: 0;
      line-height: 1.3; }
      @media (max-width: 767px) {
        .notice.mark-as-complete .FormSection p {
          width: 100%; } }
    .notice.mark-as-complete .FormSection .ToggleButton {
      flex-flow: column nowrap;
      gap: 8px;
      flex: 0 0 125px;
      white-space: nowrap; }
    .notice.mark-as-complete .FormSection .FormInput {
      width: 100%; }
      .notice.mark-as-complete .FormSection .FormInput label .label {
        display: block;
        margin: 0 0 5px;
        color: #FFF; }
      .notice.mark-as-complete .FormSection .FormInput .tooltip .icon {
        top: -11px; }
      .notice.mark-as-complete .FormSection .FormInput input {
        padding: 10px 20px; }
    .notice.mark-as-complete .FormSection::after {
      display: none; }

.FilterButtons .FilterHeadings {
  display: flex;
  align-items: center;
  flex-flow: row wrap;
  gap: 1rem; }
  .FilterButtons .FilterHeadings .button {
    --padding-y: 15px;
    --padding-x: 24px;
    margin: 0;
    text-transform: uppercase;
    background: transparent;
    color: #006BB3; }
    .FilterButtons .FilterHeadings .button:first-child {
      margin-left: 0; }
    .FilterButtons .FilterHeadings .button.selected {
      color: #fff;
      background: #006BB3; }
      .FilterButtons .FilterHeadings .button.selected:focus {
        background: #004d80;
        outline: 0; }
    .FilterButtons .FilterHeadings .button:focus {
      outline: 1px solid #006BB3; }
  .FilterButtons .FilterHeadings .leftContent .FormInput {
    margin-bottom: 12px; }
    .FilterButtons .FilterHeadings .leftContent .FormInput.select {
      max-width: 200px; }
      .FilterButtons .FilterHeadings .leftContent .FormInput.select select {
        height: 40px; }
    .FilterButtons .FilterHeadings .leftContent .FormInput .selectContainer:after {
      bottom: 10px; }

.FilterButtons.centred .FilterHeadings {
  text-align: center; }

.FilterButtons.squareButtons .FilterHeadings .button {
  --bttn-border: 1px;
  position: relative;
  border-radius: 0;
  border-color: #d4d4d4; }
  .FilterButtons.squareButtons .FilterHeadings .button:hover {
    border-color: #006BB3; }
  .FilterButtons.squareButtons .FilterHeadings .button.selected {
    border-color: #006BB3; }
    .FilterButtons.squareButtons .FilterHeadings .button.selected .FontIcon {
      opacity: 1; }
  .FilterButtons.squareButtons .FilterHeadings .button .FontIcon {
    opacity: 0;
    position: absolute;
    top: -7px;
    right: -7px;
    width: 16px;
    margin: 0;
    padding: 0 1px;
    line-height: 18px;
    font-size: 15px;
    text-align: center;
    color: #006BB3;
    background: #fff;
    border-radius: 10px;
    transition: opacity 0.4s;
    box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.3); }

.FilterButtons .FilterContentHolder {
  clear: both;
  position: relative;
  overflow: hidden; }
  .FilterButtons .FilterContentHolder .filterContent.enter {
    opacity: 0; }
    .FilterButtons .FilterContentHolder .filterContent.enter.enter-active {
      transition: opacity 0.4s ease;
      opacity: 1; }
  .FilterButtons .FilterContentHolder .filterContent.exit {
    z-index: 1;
    position: absolute;
    opacity: 1;
    transition: opacity 0.4s ease; }
    .FilterButtons .FilterContentHolder .filterContent.exit.exit-active {
      opacity: 0; }

.FilterButtons .PrevNextButtons {
  margin-top: 15px; }
  .FilterButtons .PrevNextButtons a {
    border-bottom: 0; }
  .FilterButtons .PrevNextButtons .FontIcon {
    font-size: 50px; }
  .FilterButtons .PrevNextButtons .prevButton, .FilterButtons .PrevNextButtons .nextButton {
    margin-left: 25px; }

@media (max-width: 767px) {
  .FilterButtons .FilterHeadings .button {
    margin-bottom: 15px;
    padding: 13px 16px; } }

.DashboardContainer .FilterButtons .FilterHeadings .leftContent {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex: 0 0 100%; }

.SubmissionItem {
  position: relative;
  display: flex;
  flex-flow: column;
  gap: 1em;
  padding: 25px 0;
  border-bottom: 3px solid #f5f5f5; }
  .SubmissionItem:first-child {
    border-top: 3px solid #f5f5f5; }
  .SubmissionItem .row {
    width: 100%;
    display: flex;
    padding: 0;
    align-items: center;
    gap: 1em;
    flex-flow: row wrap; }
    .SubmissionItem .row > * {
      order: 2; }
    .SubmissionItem .row + .row {
      border-top: 1px solid #f5f5f5; }
    .SubmissionItem .row .request-update {
      display: flex;
      flex-flow: row nowrap;
      gap: 2em 1em;
      flex: 0 0 100%;
      width: 100%;
      margin: 0;
      padding: 15px;
      border-radius: 5px;
      color: #fff;
      background: #E00000;
      border: none;
      font-weight: 400;
      justify-content: space-between;
      align-items: center;
      box-sizing: border-box;
      order: 1; }
      @media (max-width: 1150px) {
        .SubmissionItem .row .request-update {
          flex-direction: column; } }
      .SubmissionItem .row .request-update .update-message {
        display: flex;
        flex-direction: column;
        width: 100%;
        color: #fff;
        gap: 0.5em 0; }
        @media (max-width: 1150px) {
          .SubmissionItem .row .request-update .update-message {
            text-align: center; } }
      .SubmissionItem .row .request-update .update-buttons {
        display: flex;
        flex-flow: row nowrap;
        gap: .5em; }
        .SubmissionItem .row .request-update .update-buttons button {
          margin: 0;
          color: #007fad;
          background: #FFF;
          white-space: nowrap;
          padding: 10px 15px;
          font-weight: 500; }
          .SubmissionItem .row .request-update .update-buttons button:hover {
            background: #EEE; }
    .SubmissionItem .row .status {
      width: auto;
      padding: 7px 10px;
      vertical-align: middle;
      text-align: center;
      border-radius: 3px;
      background: #0087E0;
      color: #fff;
      order: 2;
      line-height: 1;
      text-transform: capitalize; }
      .SubmissionItem .row .status.pending {
        background-color: #ffa200; }
      .SubmissionItem .row .status.expiring {
        background-color: #ff004e; }
      .SubmissionItem .row .status.ended {
        background-color: #000; }
      .SubmissionItem .row .status.archived {
        background-color: #999; }
      .SubmissionItem .row .status.rejected {
        background-color: #b72e2e; }
      .SubmissionItem .row .status.draft {
        background-color: #5f6364; }
    .SubmissionItem .row .noticeCompleted {
      width: auto;
      padding: 7px 10px;
      vertical-align: middle;
      text-align: center;
      border-radius: 3px;
      background: #11BD6A;
      color: #FFF;
      order: 1;
      line-height: 1;
      text-transform: capitalize; }
    .SubmissionItem .row .type {
      width: auto;
      padding: 7px 10px;
      vertical-align: middle;
      text-align: center;
      border-radius: 3px;
      color: #fff;
      order: 2;
      line-height: 1;
      text-transform: capitalize; }
      .SubmissionItem .row .type.type-hazard {
        background-color: var(--hazard-colour); }
      .SubmissionItem .row .type.type-activity {
        background-color: var(--activity-colour); }
      .SubmissionItem .row .type.type-news {
        background-color: var(--news-colour); }
    .SubmissionItem .row .title {
      flex: 100%;
      width: 100%;
      padding: 0;
      word-wrap: break-word;
      font-weight: 600;
      font-size: 1.25em;
      order: 0; }
      .SubmissionItem .row .title a.noticeName {
        margin: 0;
        border-bottom: 0; }
        .SubmissionItem .row .title a.noticeName:hover {
          text-decoration: underline; }
    .SubmissionItem .row .buttons {
      display: flex;
      align-items: center;
      justify-content: flex-end;
      margin-left: auto;
      gap: .5em;
      order: 3;
      justify-content: flex-start; }
      .SubmissionItem .row .buttons button.small,
      .SubmissionItem .row .buttons .button.small {
        margin: 0; }
      .SubmissionItem .row .buttons .dismissButton {
        display: flex;
        justify-content: center;
        align-items: center;
        padding: 0;
        text-align: center;
        width: 35px;
        height: 35px;
        background: #F8FBFB;
        border-radius: 40px;
        border-bottom: 0;
        color: #333;
        cursor: pointer;
        transition: all 0.3s ease; }
        .SubmissionItem .row .buttons .dismissButton .FontIcon {
          font-size: 28px;
          margin: 0;
          color: #333; }
        .SubmissionItem .row .buttons .dismissButton:hover {
          background-color: var(--red);
          color: #FFF; }
          .SubmissionItem .row .buttons .dismissButton:hover .FontIcon {
            color: #FFF; }
  .SubmissionItem .postedOn, .SubmissionItem .sector, .SubmissionItem .reminders, .SubmissionItem .category {
    display: inline-block;
    width: 190px;
    font-size: 12px; }
    .SubmissionItem .postedOn .FontIcon, .SubmissionItem .sector .FontIcon, .SubmissionItem .reminders .FontIcon, .SubmissionItem .category .FontIcon {
      vertical-align: middle; }
  .SubmissionItem .NoticeMeta {
    margin: 0;
    gap: 5px; }
    @media (max-width: 700px) {
      .SubmissionItem .NoticeMeta {
        flex-direction: column;
        align-items: flex-start; } }
    .SubmissionItem .NoticeMeta > div {
      margin: 0;
      flex: 1; }
      .SubmissionItem .NoticeMeta > div svg {
        width: 2cap; }
  .SubmissionItem .noticeName {
    margin: 0 5px; }

.ExpandableContent {
  position: relative; }
  .ExpandableContent .expandableContentHolder {
    position: relative;
    overflow: hidden; }
  .ExpandableContent .expandButton {
    position: relative;
    display: block;
    padding: 40px 0;
    text-align: center;
    border-bottom: 0; }
    .ExpandableContent .expandButton > span {
      display: inline-block;
      padding: 10px 0;
      font-size: 45px; }
    .ExpandableContent .expandButton:before {
      position: absolute;
      content: "";
      height: 100px;
      top: -100px;
      left: 0;
      width: 100%;
      background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.7) 70%, white 100%);
      transition: height 0.3s, top 0.3s; }
  .ExpandableContent.expanded .expandableContentHolder {
    max-height: none !important; }
  .ExpandableContent.expanded .expandButton:before {
    height: 0;
    top: 0px; }

.notification-actions {
  display: flex;
  flex-flow: row wrap;
  align-items: center;
  justify-content: space-between;
  gap: .5em;
  margin: 0 0 1em; }

.NotificationItem {
  display: flex;
  width: 100%;
  padding: 20px 0;
  gap: 1rem;
  border-bottom: 3px solid #f5f5f5; }
  .NotificationItem.unread {
    font-weight: 600; }
  .NotificationItem .CheckBox {
    display: flex;
    align-items: center;
    flex: 0 0 42px; }
    .NotificationItem .CheckBox .label {
      display: none; }
  .NotificationItem .statusIcon {
    width: 45px;
    flex: 0 0 45px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 20px 20px;
    background-image: url("/static/images/notifications/alert.png"); }
    .NotificationItem .statusIcon.notice-alert {
      background-image: url("/static/images/notifications/alert.png"); }
    .NotificationItem .statusIcon.notice-new-pending-review {
      background-image: url("/static/images/notifications/pending.svg"); }
    .NotificationItem .statusIcon.notice-update-pending-review {
      background-image: url("/static/images/notifications/pending.svg"); }
    .NotificationItem .statusIcon.notice-new-approved {
      background-image: url("/static/images/notifications/approved.svg"); }
    .NotificationItem .statusIcon.notice-updated-approved {
      background-image: url("/static/images/notifications/approved.svg"); }
    .NotificationItem .statusIcon.notice-expired {
      background-image: url("/static/images/notifications/expired.svg"); }
    .NotificationItem .statusIcon.notice-rejected {
      background-image: url("/static/images/notifications/rejected.svg"); }
  .NotificationItem .dateCreated {
    margin: 0;
    align-self: center; }
  .NotificationItem .text {
    flex: 1;
    align-self: center; }
  .NotificationItem .buttons {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: .5rem;
    margin-left: auto;
    text-align: right; }
    .NotificationItem .buttons .button {
      margin: 0; }
    .NotificationItem .buttons .dismissButton {
      display: flex;
      justify-content: center;
      align-items: center;
      padding: 0;
      text-align: center;
      width: 35px;
      height: 35px;
      background: #F8FBFB;
      border-radius: 40px;
      border-bottom: 0;
      color: #333;
      cursor: pointer;
      transition: all 0.3s ease; }
      .NotificationItem .buttons .dismissButton .FontIcon {
        font-size: 28px;
        margin: 0; }
      .NotificationItem .buttons .dismissButton:hover {
        background-color: var(--red);
        color: #FFF; }
  .NotificationItem .noticeName {
    margin: 0 5px; }

.mapContainer {
  height: 50vh;
  min-height: 300px; }

.AlertItem {
  position: relative;
  padding: 15px 0;
  border-bottom: 3px solid #f5f5f5;
  overflow: hidden; }
  .AlertItem:first-child {
    border-top: 3px solid #f5f5f5; }
  .AlertItem.enter {
    opacity: 0;
    height: 0px;
    padding-top: 0;
    padding-bottom: 0;
    background-color: #006BB3; }
    .AlertItem.enter.enter-active {
      transition: all 0.4s ease;
      opacity: 1;
      height: auto;
      padding: 15px 0;
      background-color: transparent; }
  .AlertItem.exit {
    transition: all 0.4s ease;
    opacity: 1;
    height: auto;
    padding: 15px 0;
    background-color: transparent; }
    .AlertItem.exit.exit-active {
      opacity: 0;
      height: 0px;
      padding-top: 0;
      padding-bottom: 0;
      background-color: #de3c3c; }
  .AlertItem .row {
    width: 100%;
    display: flex;
    padding: 0;
    align-items: center;
    gap: 1em;
    flex-flow: row wrap; }
    .AlertItem .row + .row {
      border-top: 1px solid #f5f5f5;
      margin-top: 1em;
      padding-top: 1em; }
    .AlertItem .row .title {
      flex: 100%;
      width: 100%;
      padding: 0;
      word-wrap: break-word;
      font-weight: 600;
      font-size: 1.25em;
      order: 0;
      color: var(--blue); }
    .AlertItem .row.alert-info {
      flex-flow: row wrap;
      align-items: flex-start;
      gap: .25em 1em; }
      .AlertItem .row.alert-info > span {
        flex: 1;
        font-size: 0.75; }
        .AlertItem .row.alert-info > span .FontIcon,
        .AlertItem .row.alert-info > span .MetaIcon {
          display: inline-block;
          vertical-align: bottom;
          margin: 0 5px 0 0; }
        .AlertItem .row.alert-info > span > span > span {
          display: block;
          width: calc(100% - 30px);
          padding-left: 30px; }
    .AlertItem .row .status {
      width: auto;
      padding: 7px 10px;
      vertical-align: middle;
      text-align: center;
      border-radius: 3px;
      background: #006BB3;
      color: #fff;
      line-height: 1;
      text-transform: capitalize; }
      .AlertItem .row .status.Active {
        background-color: #11bd6a; }
      .AlertItem .row .status.Paused {
        background-color: #ffa200; }
      .AlertItem .row .status.expiring {
        background-color: #ff004e; }
      .AlertItem .row .status.ended {
        background-color: #000; }
      .AlertItem .row .status.draft {
        background-color: #5f6364; }
    .AlertItem .row .statusIcon {
      width: 40px;
      text-align: center;
      vertical-align: middle;
      color: #006BB3;
      cursor: pointer; }
      .AlertItem .row .statusIcon.Paused {
        color: #ffa200; }
      .AlertItem .row .statusIcon .FontIcon {
        font-size: 35px;
        margin: 0; }
    .AlertItem .row .buttons {
      display: flex;
      align-items: center;
      justify-content: flex-end;
      margin-left: auto;
      gap: .5em;
      order: 3;
      justify-content: flex-start; }
      .AlertItem .row .buttons button.small,
      .AlertItem .row .buttons .button.small {
        margin: 0; }
      .AlertItem .row .buttons .dismissButton {
        display: flex;
        justify-content: center;
        align-items: center;
        padding: 0;
        text-align: center;
        width: 35px;
        height: 35px;
        background: #F8FBFB;
        border-radius: 40px;
        border-bottom: 0;
        color: #333;
        cursor: pointer;
        transition: all 0.3s ease; }
        .AlertItem .row .buttons .dismissButton .FontIcon {
          font-size: 28px;
          margin: 0;
          color: #333; }
        .AlertItem .row .buttons .dismissButton:hover {
          background-color: var(--red);
          color: #FFF; }
          .AlertItem .row .buttons .dismissButton:hover .FontIcon {
            color: #FFF; }
  @media (max-width: 767px) {
    .AlertItem {
      padding-bottom: 45px; }
      .AlertItem .row {
        display: block; }
        .AlertItem .row > * {
          display: inline-block; }
        .AlertItem .row.alert-info {
          flex-direction: column; }
        .AlertItem .row span {
          width: 100%; }
      .AlertItem .title {
        width: auto;
        padding: 5px 0; }
      .AlertItem .buttons {
        position: absolute;
        bottom: 15px;
        right: 0; } }

.DeleteAccount {
  padding-top: 100px; }

.DeleteAccount {
  padding-top: 100px; }

.title-wrapper {
  display: flex;
  flex-flow: row wrap;
  align-items: center;
  justify-content: space-between;
  margin: 0 0 1em;
  gap: 1em; }
  .title-wrapper h1,
  .title-wrapper button.small {
    margin: 0; }

.acct-intro {
  margin: 0 0 50px; }

.create-alert-box {
  position: relative;
  background: #1653a0;
  padding: 30px;
  text-align: center;
  border-radius: 5px;
  margin: 0 0 50px; }
  .create-alert-box > .AlertButtonContainer {
    padding-bottom: 0;
    background-color: transparent;
    display: block;
    position: relative; }
    .create-alert-box > .AlertButtonContainer > .ContentWrapper {
      margin: 0;
      width: auto;
      padding: 0; }
      .create-alert-box > .AlertButtonContainer > .ContentWrapper > button {
        margin: 0 auto; }
        .create-alert-box > .AlertButtonContainer > .ContentWrapper > button .FontIcon {
          display: inline-block;
          font-size: 1.5em !important;
          animation: ring 3s 0s ease-in-out infinite;
          transform-origin: 50% 4px; }
  .create-alert-box .text p {
    color: #FFF; }
  .create-alert-box .text p.title {
    margin: 1em 0 0;
    font-weight: 600;
    font-size: 1.25em;
    letter-spacing: 0.035em; }
  .create-alert-box .text p:last-child {
    margin-bottom: 0; }
  .create-alert-box + .activeNotices {
    margin-top: 50px; }

.account-link-boxes {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-around;
  gap: 50px;
  margin: 0 0 50px; }
  .account-link-boxes > a {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    flex: 1;
    border: 3px solid #dee2e5;
    box-sizing: border-box;
    border-radius: 8px;
    position: relative;
    padding: 55px 30px;
    text-align: center;
    transition: all .3s; }
    @media (max-width: 767px) {
      .account-link-boxes > a {
        padding: 30px; } }
    .account-link-boxes > a .icon {
      position: relative; }
      .account-link-boxes > a .icon .FontIcon {
        display: inline-block;
        margin: 0;
        font-size: 6em;
        height: 85px;
        line-height: 1;
        color: #006bb3;
        transition: all .3s; }
      .account-link-boxes > a .icon span.notification-number {
        position: absolute;
        top: -5px;
        right: -20px;
        color: #FFF;
        background: #e02d15;
        border-radius: 50%;
        font-weight: 600;
        width: 25px;
        height: 25px;
        display: flex;
        align-items: center;
        justify-content: center;
        text-align: center; }
    .account-link-boxes > a p {
      font-weight: 600;
      font-size: 1.25em;
      margin: 0.5em 0 0;
      color: #333; }
    .account-link-boxes > a:hover {
      background-color: #1653a0;
      border-color: #1653a0;
      color: #FFF; }
      .account-link-boxes > a:hover .icon .FontIcon,
      .account-link-boxes > a:hover p {
        color: #FFF; }
      .account-link-boxes > a:hover .icon .FontIcon {
        filter: drop-shadow(2px 2px 0px #333); }
  @media (max-width: 767px) {
    .account-link-boxes {
      flex-direction: column; } }

.activeNotices,
.activeAlerts {
  border: 3px solid #dee2e5;
  border-radius: 5px;
  padding: 30px 30px; }
  .activeNotices .notice-row,
  .activeAlerts .notice-row {
    display: flex;
    flex-flow: row wrap;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid #CCC;
    padding: 0 0 15px 0;
    margin: 0 0 10px;
    gap: 1em; }
    @media (max-width: 650px) {
      .activeNotices .notice-row,
      .activeAlerts .notice-row {
        text-align: center;
        justify-content: center;
        flex-direction: column; } }
    .activeNotices .notice-row .title-subtitle h2,
    .activeAlerts .notice-row .title-subtitle h2 {
      margin: 0; }
    .activeNotices .notice-row .title-subtitle p,
    .activeAlerts .notice-row .title-subtitle p {
      font-size: .9em;
      margin: 8px 0 0 0; }
    .activeNotices .notice-row a.small,
    .activeAlerts .notice-row a.small {
      margin: 0;
      white-space: nowrap; }
  .activeNotices .view-more-bttn,
  .activeAlerts .view-more-bttn {
    display: flex; }
    .activeNotices .view-more-bttn button,
    .activeNotices .view-more-bttn .button,
    .activeAlerts .view-more-bttn button,
    .activeAlerts .view-more-bttn .button {
      margin: 2em auto 0;
      display: block; }

.activeAlerts {
  text-align: center;
  margin: 0 0 50px; }
  .activeAlerts h2 {
    margin: 0; }
  .activeAlerts p {
    margin: 8px 0 0 0; }
  .activeAlerts .bttn-wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 1em 2em;
    margin: 1.5em 0 0; }
    @media (max-width: 500px) {
      .activeAlerts .bttn-wrapper {
        flex-direction: column; } }
    .activeAlerts .bttn-wrapper .AlertButtonContainer {
      padding: 0;
      background: transparent; }
      .activeAlerts .bttn-wrapper .AlertButtonContainer .ContentWrapper {
        display: flex;
        align-items: center;
        justify-content: center;
        margin: 0;
        padding: 0;
        width: auto; }
        .activeAlerts .bttn-wrapper .AlertButtonContainer .ContentWrapper button {
          margin: 0; }
    .activeAlerts .bttn-wrapper button {
      margin: 0; }

.FormContainer .createAlert {
  margin: 0; }
  .FormContainer .createAlert p {
    color: #333; }

.manageContactsButton {
  z-index: 1;
  float: right;
  position: relative;
  margin-top: 0px; }
  @media (max-width: 900px) {
    .manageContactsButton {
      width: 100%; } }

.PrivacyPolicy {
  padding: 30px; }

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent; }

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0; }
  .slick-list:focus {
    outline: none; }
  .slick-list.dragging {
    cursor: pointer;
    cursor: hand; }

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto; }
  .slick-track:before, .slick-track:after {
    content: "";
    display: table; }
  .slick-track:after {
    clear: both; }
  .slick-loading .slick-track {
    visibility: hidden; }

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none; }
  [dir="rtl"] .slick-slide {
    float: right; }
  .slick-slide img {
    display: block; }
  .slick-slide.slick-loading img {
    display: none; }
  .slick-slide.dragging img {
    pointer-events: none; }
  .slick-initialized .slick-slide {
    display: block; }
  .slick-loading .slick-slide {
    visibility: hidden; }
  .slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent; }

.slick-arrow.slick-hidden {
  display: none; }

.featured-notices-carousel .FilterButtons {
  padding: 0; }
  .featured-notices-carousel .FilterButtons h3.LightTitle {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    color: #006BB3;
    font-weight: 400;
    line-height: 1.3;
    font-size: 36px;
    margin: 0;
    padding: 0 0 1.5rem;
    border-bottom: 2px solid #dfecf4; }
    .featured-notices-carousel .FilterButtons h3.LightTitle .FilterHeadings .button,
    .featured-notices-carousel .FilterButtons h3.LightTitle .FilterHeadings .button:focus,
    .featured-notices-carousel .FilterButtons h3.LightTitle .FilterHeadings .button.selected {
      --padding-y: 5px;
      --padding-x: 0;
      margin: 0;
      background-color: transparent;
      border-radius: 0;
      border: 0;
      border-bottom: 2px solid #006BB3;
      text-transform: none;
      transition: all .3s; }
      .featured-notices-carousel .FilterButtons h3.LightTitle .FilterHeadings .button:hover,
      .featured-notices-carousel .FilterButtons h3.LightTitle .FilterHeadings .button:focus:hover,
      .featured-notices-carousel .FilterButtons h3.LightTitle .FilterHeadings .button.selected:hover {
        outline: 0; }
    .featured-notices-carousel .FilterButtons h3.LightTitle .FilterHeadings .button {
      color: #7cb3d7;
      border-color: #7cb3d7; }
      .featured-notices-carousel .FilterButtons h3.LightTitle .FilterHeadings .button:hover {
        border-color: #006BB3; }
      .featured-notices-carousel .FilterButtons h3.LightTitle .FilterHeadings .button.selected {
        color: #006BB3;
        border-color: #006BB3; }
  .featured-notices-carousel .FilterButtons .slick-track .NoticeItem {
    margin: 0 10px; }
  .featured-notices-carousel .FilterButtons .FilterContentHolder .filterContent {
    padding: 3rem 0;
    z-index: 2;
    top: 0;
    left: 0;
    width: 100%; }
    .featured-notices-carousel .FilterButtons .FilterContentHolder .filterContent .PrevNextButtons {
      margin: 0; }
      .featured-notices-carousel .FilterButtons .FilterContentHolder .filterContent .PrevNextButtons .prevButton,
      .featured-notices-carousel .FilterButtons .FilterContentHolder .filterContent .PrevNextButtons .nextButton {
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        display: flex;
        align-items: center;
        justify-content: center;
        background-color: #006BB3;
        color: #FFF;
        width: 32px;
        height: 32px;
        z-index: 50;
        margin: 0;
        cursor: pointer; }
        .featured-notices-carousel .FilterButtons .FilterContentHolder .filterContent .PrevNextButtons .prevButton .FontIcon,
        .featured-notices-carousel .FilterButtons .FilterContentHolder .filterContent .PrevNextButtons .nextButton .FontIcon {
          margin: 0;
          font-size: 32px;
          color: #FFF; }
      .featured-notices-carousel .FilterButtons .FilterContentHolder .filterContent .PrevNextButtons .prevButton {
        left: 0; }
      .featured-notices-carousel .FilterButtons .FilterContentHolder .filterContent .PrevNextButtons .nextButton {
        right: 0; }

.featured-notices-carousel .slick-slider .slick-track {
  display: flex;
  align-items: stretch; }
  .featured-notices-carousel .slick-slider .slick-track .slick-slide {
    height: auto; }
    .featured-notices-carousel .slick-slider .slick-track .slick-slide > div {
      height: 100%; }
      .featured-notices-carousel .slick-slider .slick-track .slick-slide > div .NoticeItem {
        height: 100%;
        grid-template-rows: auto 1fr; }
        .featured-notices-carousel .slick-slider .slick-track .slick-slide > div .NoticeItem .notice-content {
          align-self: stretch;
          grid-template-rows: auto; }
          .featured-notices-carousel .slick-slider .slick-track .slick-slide > div .NoticeItem .notice-content h3 {
            align-self: start; }

.featured-notices-carousel .buttons-wrapper {
  justify-content: center; }
  .featured-notices-carousel .buttons-wrapper button,
  .featured-notices-carousel .buttons-wrapper .button {
    margin: 0; }

