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

.BulletinBenefits {
  padding: 60px 0; }

@keyframes ring {
  0% {
    transform: rotate(0); }
  4% {
    transform: rotate(8deg); }
  8% {
    transform: rotate(-8deg); }
  12% {
    transform: rotate(8deg); }
  16% {
    transform: rotate(-8deg); }
  20% {
    transform: rotate(8deg); }
  24% {
    transform: rotate(-8deg); }
  28% {
    transform: rotate(8deg); }
  32% {
    transform: rotate(-8deg); }
  36% {
    transform: rotate(8deg); }
  40% {
    transform: rotate(-8deg); }
  44% {
    transform: rotate(8deg); }
  48% {
    transform: rotate(-8deg); }
  52% {
    transform: rotate(0); }
  100% {
    transform: rotate(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; }

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

.button {
  position: relative;
  cursor: pointer;
  display: inline-block;
  margin: 20px 0;
  padding: 13px 24px;
  background-color: #007FAD;
  border: none;
  border-radius: 25px;
  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: 14px;
  font-weight: 600;
  transition: background-color 0.4s;
  line-height: 17px; }
  .button:hover, .button:focus {
    background-color: #005a7a; }
  .button.remove {
    z-index: 1;
    position: relative;
    float: right;
    background-color: #de3c3c; }
    .button.remove:hover, .button.remove:focus {
      background-color: #c62121; }
  .button.continue {
    float: right; }
    .button.continue:hover, .button.continue:focus {
      background-color: #006BB3; }
  .button.large {
    padding: 17px 45px;
    margin-left: 10px;
    margin-right: 10px;
    font-size: 16px;
    border-radius: 30px; }
  .button.small {
    padding: 12px 25px;
    margin-left: 10px;
    margin-right: 10px;
    font-size: 14px;
    border-radius: 20px; }
  .button:first-child {
    margin-left: 0; }
  .button:last-of-type {
    margin-right: 0; }
  .button.centred {
    display: block;
    margin: 20px auto; }
  .button.fullWidth {
    width: 100%;
    margin: 20px 0; }
  .button.tertiary {
    background: #E02D15; }
    .button.tertiary:hover, .button.tertiary:focus {
      background-color: #b12411; }
  .button.nextArrow {
    position: relative;
    padding: 13px 40px; }
    .button.nextArrow .FontIcon {
      position: absolute;
      right: 6px;
      top: 13px;
      vertical-align: middle;
      font-size: 25px;
      font-weight: 500; }
  .button .Loading {
    position: absolute;
    top: 50%;
    right: 10px;
    left: auto;
    bottom: auto;
    margin-top: -9px;
    transition: opacity 0.4s ease;
    background: transparent;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 1; }
    .button .Loading span {
      font-size: 24px;
      font-family: "Material-Design-Iconic-Font";
      color: #fff;
      display: block;
      animation: spinner .8s linear 0s infinite; }

/** If anchor/has link */
.ButtonHolder {
  display: inline-block; }
  .ButtonHolder.centred {
    display: block;
    text-align: center; }
  .ButtonHolder .button.centred {
    display: inline-block; }

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

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

.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: #E02D15; }
      .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; } }

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

.CentredList {
  display: flex;
  align-items: center; }
  .CentredList .listItem {
    box-sizing: border-box;
    padding: 40px 50px; }
    .CentredList .listItem img {
      width: 100px; }
    .CentredList .listItem h1, .CentredList .listItem h2, .CentredList .listItem h3, .CentredList .listItem h4 {
      font-family: "Roboto Slab";
      margin: 30px 0;
      font-size: 21px;
      font-weight: 400;
      letter-spacing: -0.8px; }
    .CentredList .listItem p {
      font-size: 16px;
      font-weight: 300;
      line-height: 36px; }
    .CentredList .listItem:first-of-type h3 {
      color: #388063; }
    .CentredList .listItem:nth-of-type(2) h3 {
      color: #B25915; }
    .CentredList .listItem:last-of-type h3 {
      color: #007E85; }
  .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%; } }

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

.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: #E02D15; }
      .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; } }

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

.LightTitle {
  margin: 0 0 10px 0;
  font-family: "Roboto Slab";
  font-size: 26px;
  font-weight: 300;
  line-height: 1.6em; }
  .LightTitle.large {
    font-size: 36px; }
    @media (max-width: 414px) {
      .LightTitle.large {
        font-size: 28px; } }
  .LightTitle.small {
    font-size: 28px; }
  .LightTitle.primary {
    color: #006BB3; }
  .LightTitle.secondary {
    color: #007FAD; }
  .LightTitle.tertiary {
    color: #E02D15; }

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

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

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

.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%; } }

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

.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; }

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

.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; } }

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

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

.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; }


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

.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; }

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

.ContentWrapper {
  width: 1460px;
  max-width: 100%;
  margin: 0 auto;
  padding: 0 20px;
  box-sizing: border-box; }
  .ContentWrapper.centredContent {
    text-align: center; }
  .ContentWrapper.narrow {
    width: 700px; }
  .ContentWrapper.extraNarrow {
    width: 400px; }
  .ContentWrapper.noPadding {
    padding: 0; }
  @media (max-width: 600px) {
    .ContentWrapper {
      padding: 0 12px; } }

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

.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: #E02D15; }
    .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; } }

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

.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: #E02D15; }
      .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; } }

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

.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; }
      .Downloads .Download .top .button {
        margin: 0;
        margin-left: 15px; }
        @media only screen and (max-width: 768px) {
          .Downloads .Download .top .button:first-of-type {
            margin-left: 0; } }
      @media only screen and (max-width: 768px) {
        .Downloads .Download .top .ButtonHolder {
          margin-left: 15px; }
        .Downloads .Download .top .buttons {
          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; }

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

.BulletinBenefits {
  padding: 60px 0; }

@keyframes ring {
  0% {
    transform: rotate(0); }
  4% {
    transform: rotate(8deg); }
  8% {
    transform: rotate(-8deg); }
  12% {
    transform: rotate(8deg); }
  16% {
    transform: rotate(-8deg); }
  20% {
    transform: rotate(8deg); }
  24% {
    transform: rotate(-8deg); }
  28% {
    transform: rotate(8deg); }
  32% {
    transform: rotate(-8deg); }
  36% {
    transform: rotate(8deg); }
  40% {
    transform: rotate(-8deg); }
  44% {
    transform: rotate(8deg); }
  48% {
    transform: rotate(-8deg); }
  52% {
    transform: rotate(0); }
  100% {
    transform: rotate(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; } }

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

.button {
  position: relative;
  cursor: pointer;
  display: inline-block;
  margin: 20px 0;
  padding: 13px 24px;
  background-color: #007FAD;
  border: none;
  border-radius: 25px;
  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: 14px;
  font-weight: 600;
  transition: background-color 0.4s;
  line-height: 17px; }
  .button:hover, .button:focus {
    background-color: #005a7a; }
  .button.remove {
    z-index: 1;
    position: relative;
    float: right;
    background-color: #de3c3c; }
    .button.remove:hover, .button.remove:focus {
      background-color: #c62121; }
  .button.continue {
    float: right; }
    .button.continue:hover, .button.continue:focus {
      background-color: #006BB3; }
  .button.large {
    padding: 17px 45px;
    margin-left: 10px;
    margin-right: 10px;
    font-size: 16px;
    border-radius: 30px; }
  .button.small {
    padding: 12px 25px;
    margin-left: 10px;
    margin-right: 10px;
    font-size: 14px;
    border-radius: 20px; }
  .button:first-child {
    margin-left: 0; }
  .button:last-of-type {
    margin-right: 0; }
  .button.centred {
    display: block;
    margin: 20px auto; }
  .button.fullWidth {
    width: 100%;
    margin: 20px 0; }
  .button.tertiary {
    background: #E02D15; }
    .button.tertiary:hover, .button.tertiary:focus {
      background-color: #b12411; }
  .button.tertiary-light {
    background: #ed503b; }
    .button.tertiary-light:hover, .button.tertiary-light:focus {
      background: #ea3b24; }
  .button.nextArrow {
    position: relative;
    padding: 13px 40px; }
    .button.nextArrow .FontIcon {
      position: absolute;
      right: 6px;
      top: 13px;
      vertical-align: middle;
      font-size: 25px;
      font-weight: 500; }
  .button .Loading {
    position: absolute;
    top: 50%;
    right: 10px;
    left: auto;
    bottom: auto;
    margin-top: -9px;
    transition: opacity 0.4s ease;
    background: transparent;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 1; }
    .button .Loading span {
      font-size: 24px;
      font-family: "Material-Design-Iconic-Font";
      color: #fff;
      display: block;
      animation: spinner .8s linear 0s infinite; }

/** If anchor/has link */
.overlayContent .ButtonHolder {
  display: inline-block;
  margin-right: 1em; }
  .overlayContent .ButtonHolder.centred {
    display: block;
    text-align: center; }
  .overlayContent .ButtonHolder .button.centred {
    display: inline-block; }

.overlayContent .ButtonHolder:last-of-type {
  margin-left: 0; }

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

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

.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; }

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

.FullWidthContent .ContentWrapper {
  padding: 0; }

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

.FullWidthContent .text {
  padding: 80px 0;
  box-sizing: border-box;
  font-size: 18px;
  line-height: 36px;
  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: #E02D15; }
    .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; } }

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

.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; }

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

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

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

.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; }

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

.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; }

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

.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: #E02D15; }
    .FullWidthContentContactForm.blue .button:hover {
      background-color: #d9d9d9; }

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

.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; }

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

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

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

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

.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; }

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

.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; } }

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

.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; } }

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

.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; }

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

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

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

.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; } }

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

.RadioButtonsContainer {
  position: relative; }

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

.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; }

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

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

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

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

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

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

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

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

.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; } }

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

.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; } }

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

.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 {
    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; }

.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; }

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

.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; }

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

.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; }

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

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

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

.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; }

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

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

.InvalidCoordinateEditor p {
  margin-top: 0; }

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

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

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

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

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

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

.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; } }

@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; } }

.CursorCoordinates {
  display: flex;
  background: #fff;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
  padding: 6px;
  position: absolute;
  bottom: 25px;
  right: 15px;
  z-index: 1;
  width: 240px;
  justify-content: space-between; }
  .CursorCoordinates span {
    margin: 0 6px; }
  .CursorCoordinates .separator {
    width: 1px;
    background: #ddd; }

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

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

.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; }

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

.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; }

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

.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); }

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

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

.ModalBox {
  border-radius: 5px; }
  .ModalBox .alert-wrapper {
    font-family: "Roboto Slab";
    padding: 0;
    text-align: left;
    color: #333; }
    .ModalBox .alert-wrapper h1.Title {
      position: relative;
      font-weight: 600;
      font-size: 24px;
      line-height: 1;
      text-align: left;
      color: #006BB3;
      margin: 0;
      padding: 25px;
      border-radius: 10px 10px 0 0;
      background-color: #deecec; }
      .ModalBox .alert-wrapper h1.Title::after {
        content: '';
        display: block;
        position: absolute;
        bottom: -10px;
        left: 0;
        width: 100%;
        height: 20px;
        background-image: url(/static/images/background-repeated-wave.svg); }
    .ModalBox .alert-wrapper .content {
      padding: 30px;
      /*
			.content-top {
				display: flex;
				flex-direction: column;
				justify-content: flex-start;
			}

			p {
				font-family: "Roboto Slab";
				font-weight: 400;

				strong {
					color: #006BB3;
					font-weight: 600;
					font-size: 1.2em;
				}

				i {
					font-weight: 600;
				}

			}

			.BackgroundPartition {
				padding: 25px 20px;
				margin: 2em 0 1em;

				label {
					display: block;
					margin: 0 0 8px;
					color: #717171;
					line-height: 1em;
				}

				small {
					font-style: italic;
					color: #717171;
				}

				.FormInput {
					margin: 0;

					.label {
						display: block;
						margin: 0 0 8px;
					}
				}

				fieldset.RadioButtonsContainer {
					display: flex;
					flex-flow: row wrap;
					gap: 1em;
					padding: 0;
    				margin: 0;

					label.MultichoiceBox {
						margin: 0;
					}

				}

				label.CheckBox:last-child {
					margin: 0;
				}

			}
					
			.buttonsHolder {
				display: flex;
				align-items: center;
				justify-content: space-between;
				flex-flow: row wrap;
				gap: 1em;
				position: relative;
				bottom: initial;
				left: initial;
				width: auto;
				padding: 0;
				margin: 2em 0 0;

				a.previousButton {
					margin: 0;
				}

				button {
					display: flex;
					flex-flow: row nowrap;
					float: none;
					gap: 0 7px;
					padding: 13px 30px;
					margin: 0;

					&.nextArrow {
						padding: 13px 25px 13px 30px;
					}

					.FontIcon {
						position: relative;
						margin: 0;
						right: initial;
						top: initial;
						margin-left: 0;
						margin-right: 5px;
						transition: all .5s;
					}

					&:hover .FontIcon {
						margin-left: 5px;
						margin-right: 0;
					}

				}

			}
			*/ }
      .ModalBox .alert-wrapper .content.flex-content {
        min-height: 470px;
        display: flex;
        flex-flow: column nowrap; }
        .ModalBox .alert-wrapper .content.flex-content .buttonsHolder {
          padding: 2em 0 0;
          margin: auto 0 0; }
      .ModalBox .alert-wrapper .content .steps {
        display: flex;
        flex-flow: column nowrap;
        gap: 5px; }
        .ModalBox .alert-wrapper .content .steps .step-title {
          display: flex;
          align-items: center;
          justify-content: space-between;
          background: #F8FBFB 0% 0% no-repeat;
          padding: 15px 20px;
          color: #0075c9;
          font-weight: 600;
          font-size: 16px;
          opacity: .4;
          cursor: pointer; }
          .ModalBox .alert-wrapper .content .steps .step-title:hover {
            opacity: 1;
            background: #DEECED; }
          .ModalBox .alert-wrapper .content .steps .step-title.active {
            opacity: 1;
            background: #DEECED;
            border-bottom: 4px solid #1B9DDA;
            cursor: default; }
          .ModalBox .alert-wrapper .content .steps .step-title.complete::after {
            display: block;
            content: '';
            width: 12px;
            height: 12px;
            background: transparent url(/static/images/icons/tick.svg) center no-repeat;
            background-size: contain; }
        .ModalBox .alert-wrapper .content .steps .step-content {
          padding: 25px 20px;
          background: #DEECED 0% 0% no-repeat padding-box;
          opacity: 1; }
          .ModalBox .alert-wrapper .content .steps .step-content p {
            color: #53575a; }
            .ModalBox .alert-wrapper .content .steps .step-content p.alert-text {
              color: #EE5643;
              font-size: 12px; }
          .ModalBox .alert-wrapper .content .steps .step-content .AlertMapHelper P {
            color: #fff; }
          .ModalBox .alert-wrapper .content .steps .step-content .BackgroundPartition {
            background: #FFF;
            border-radius: 5px;
            padding: 25px 20px;
            margin: 1.5em 0; }
            .ModalBox .alert-wrapper .content .steps .step-content .BackgroundPartition h6 {
              color: #53575A;
              font-weight: 600;
              font-size: 16px;
              margin: 0 0 1em; }
            .ModalBox .alert-wrapper .content .steps .step-content .BackgroundPartition input {
              border-radius: 2px;
              border: 2px solid #DEECED; }
            .ModalBox .alert-wrapper .content .steps .step-content .BackgroundPartition label {
              display: block;
              color: #53575A;
              margin: 0 0 1em; }
              .ModalBox .alert-wrapper .content .steps .step-content .BackgroundPartition label span {
                font-size: 1em;
                font-weight: 300; }
            .ModalBox .alert-wrapper .content .steps .step-content .BackgroundPartition .FormInput {
              margin: 0; }
            .ModalBox .alert-wrapper .content .steps .step-content .BackgroundPartition .RadioButtonsContainer {
              display: flex;
              flex-flow: row wrap;
              gap: 13px 10px;
              margin: 0; }
              .ModalBox .alert-wrapper .content .steps .step-content .BackgroundPartition .RadioButtonsContainer label {
                margin: 0; }
                .ModalBox .alert-wrapper .content .steps .step-content .BackgroundPartition .RadioButtonsContainer label span {
                  display: flex;
                  align-items: center;
                  gap: 0 15px;
                  border: 2px solid #1b9dda;
                  background: #FFF;
                  font-weight: 400;
                  border-radius: 20px;
                  padding: 12px 10px 12px 20px;
                  line-height: 1;
                  color: #1B9DDA;
                  font-size: 12px; }
                  .ModalBox .alert-wrapper .content .steps .step-content .BackgroundPartition .RadioButtonsContainer label span::after {
                    content: '';
                    display: block;
                    width: 12px;
                    height: 12px;
                    background: #FFF url(/static/images/icons/plus.svg) center no-repeat;
                    background-size: contain;
                    border-radius: 50%; }
                  .ModalBox .alert-wrapper .content .steps .step-content .BackgroundPartition .RadioButtonsContainer label span.FontIcon {
                    display: none; }
                .ModalBox .alert-wrapper .content .steps .step-content .BackgroundPartition .RadioButtonsContainer label.active span {
                  background: #1B9DDA;
                  color: #FFF;
                  border-color: #FECC0C;
                  outline: 2px solid #FECC0C; }
                  .ModalBox .alert-wrapper .content .steps .step-content .BackgroundPartition .RadioButtonsContainer label.active span::after {
                    background: #FFF url(/static/images/icons/cross.svg) center no-repeat; }
          .ModalBox .alert-wrapper .content .steps .step-content .checkbox-wrapper {
            display: flex;
            flex-flow: row wrap;
            gap: 15px;
            margin: 0; }
            .ModalBox .alert-wrapper .content .steps .step-content .checkbox-wrapper label {
              margin: 0; }
          .ModalBox .alert-wrapper .content .steps .step-content .buttonsHolder {
            display: flex;
            align-items: center;
            justify-content: space-between;
            flex-flow: row wrap;
            gap: 1em;
            margin: 2em 0 0;
            padding: 0; }
            .ModalBox .alert-wrapper .content .steps .step-content .buttonsHolder button,
            .ModalBox .alert-wrapper .content .steps .step-content .buttonsHolder .button {
              font-family: "Roboto Slab";
              font-size: 16px;
              font-weight: 500;
              letter-spacing: 0.02em;
              margin: 0;
              float: right;
              background: #1B9DDA;
              border: 2px solid #1B9DDA; }
              .ModalBox .alert-wrapper .content .steps .step-content .buttonsHolder button.left-auto,
              .ModalBox .alert-wrapper .content .steps .step-content .buttonsHolder .button.left-auto {
                margin-left: auto; }
              .ModalBox .alert-wrapper .content .steps .step-content .buttonsHolder button.prev-step,
              .ModalBox .alert-wrapper .content .steps .step-content .buttonsHolder .button.prev-step {
                color: #1B9DDA;
                background: #FFF; }
              .ModalBox .alert-wrapper .content .steps .step-content .buttonsHolder button.advanced,
              .ModalBox .alert-wrapper .content .steps .step-content .buttonsHolder .button.advanced {
                border: none;
                background: transparent;
                color: #1B9DDA;
                text-decoration: underline;
                padding: 0; }
                .ModalBox .alert-wrapper .content .steps .step-content .buttonsHolder button.advanced:hover,
                .ModalBox .alert-wrapper .content .steps .step-content .buttonsHolder .button.advanced:hover {
                  background: transparent;
                  color: #1B9DDA;
                  text-decoration: none; }
              .ModalBox .alert-wrapper .content .steps .step-content .buttonsHolder button:hover,
              .ModalBox .alert-wrapper .content .steps .step-content .buttonsHolder .button:hover {
                color: #FFF;
                border-color: #7AB6E4;
                background-color: #7AB6E4; }
              .ModalBox .alert-wrapper .content .steps .step-content .buttonsHolder button span,
              .ModalBox .alert-wrapper .content .steps .step-content .buttonsHolder .button span {
                display: none; }
          .ModalBox .alert-wrapper .content .steps .step-content *:first-child {
            margin-top: 0; }
          .ModalBox .alert-wrapper .content .steps .step-content *:last-child {
            margin-bottom: 0; }

.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; }

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

.NoticeMapToolbar {
  position: absolute;
  top: 0;
  right: 0;
  display: flex;
  align-items: flex-end;
  padding: 15px;
  gap: 15px;
  z-index: 8; }
  @media (max-width: 1160px) {
    .NoticeMapToolbar.listView .hideOnSmall {
      display: none; }
    .NoticeMapToolbar.listView.fullScreen {
      padding-top: 5px; } }
  @media (max-width: 730px) {
    .NoticeMapToolbar .hideOnSmall {
      display: none; } }
  @media (max-width: 560px) {
    .NoticeMapToolbar {
      padding: 10px;
      flex-flow: row wrap;
      justify-content: flex-end;
      gap: 10px; }
      .NoticeMapToolbar > div button {
        width: 100%;
        box-sizing: border-box; }
      .NoticeMapToolbar > div .button {
        padding: 8px 12px; }
      .NoticeMapToolbar .ToggleButton .buttonCasing {
        width: 45px;
        margin: 0 5px; }
      .NoticeMapToolbar .ToggleButton input[type="checkbox"]:checked + .switch:before {
        left: 21px; }
      .NoticeMapToolbar .ToggleButton .label {
        margin: 0;
        line-height: 13px; } }
  @media (max-width: 400px) {
    .NoticeMapToolbar .ToggleButton .label {
      font-size: 11px; } }

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

.ViewAllButton button {
  width: 100%;
  margin-bottom: 0; }

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

.ShareButtons {
  margin: 10px 0 0; }
  .ShareButtons h4 {
    color: #006BB3;
    border-bottom: 1px solid #f5f5f5;
    padding-bottom: 5px;
    margin-bottom: 10px; }
  .ShareButtons a, .ShareButtons span {
    width: 32px;
    height: 32px;
    display: inline-block;
    background: #007FAD;
    border: none;
    border-radius: 16px;
    font-family: "Material-Design-Iconic-Font";
    color: #fff;
    text-align: center;
    line-height: 32px;
    font-size: 18px;
    margin: 0 2px;
    cursor: pointer; }
    .ShareButtons a:hover, .ShareButtons span:hover {
      background-color: #005a7a; }
  .ShareButtons .hidden {
    display: none; }

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

.Locations {
  margin: 1em 0 2em;
  border-bottom: 2px solid #dfe6e9;
  padding: 0 0 1em 0; }
  .Locations .location {
    display: flex;
    align-items: flex-start;
    margin: 5px 0 1.5em; }
    @media (max-width: 600px) {
      .Locations .location {
        flex-direction: column; } }
    .Locations .location .location-name-wrapper {
      flex: 1;
      width: 33.3%; }
      @media (max-width: 600px) {
        .Locations .location .location-name-wrapper {
          width: 100%; } }
      .Locations .location .location-name-wrapper .name {
        width: 100%;
        display: block;
        font-weight: 600; }
      .Locations .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 .location-name-wrapper button:focus::before {
        animation: blink 4s; }
    .Locations .location .separator {
      width: auto;
      flex: 4;
      display: flex;
      align-self: stretch;
      margin: 0 0 0 1em;
      padding: 0 0 0 1em;
      align-items: center;
      border-left: 1px solid #ccc; }
      @media (max-width: 600px) {
        .Locations .location .separator {
          margin: 0;
          padding: 1em 0 0;
          border-left: none;
          border-top: 1px solid #EEE; } }
    .Locations .location .coordinates {
      display: block;
      width: 100%;
      columns: 3; }
      @media (max-width: 990px) {
        .Locations .location .coordinates {
          columns: 2; } }
      @media (max-width: 700px) {
        .Locations .location .coordinates {
          columns: 1; } }
      .Locations .location .coordinates .coordinate {
        display: block;
        margin-bottom: 5px; }
      .Locations .location .coordinates .coordinateIndex {
        color: #0077c8;
        background-color: #ffffff;
        border: 2px solid #0077c8;
        border-radius: 20px;
        padding: 5px;
        min-width: 8px;
        height: 8px;
        line-height: 10px;
        text-align: center;
        font-size: 11px;
        margin-right: 10px;
        display: inline-block;
        font-weight: 600;
        text-shadow: 1px 1px 0 #00000029; }
    .NoticePrint .Locations .location {
      width: 500px; }

@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 ring {
  0% {
    transform: rotate(0); }
  4% {
    transform: rotate(8deg); }
  8% {
    transform: rotate(-8deg); }
  12% {
    transform: rotate(8deg); }
  16% {
    transform: rotate(-8deg); }
  20% {
    transform: rotate(8deg); }
  24% {
    transform: rotate(-8deg); }
  28% {
    transform: rotate(8deg); }
  32% {
    transform: rotate(-8deg); }
  36% {
    transform: rotate(8deg); }
  40% {
    transform: rotate(-8deg); }
  44% {
    transform: rotate(8deg); }
  48% {
    transform: rotate(-8deg); }
  52% {
    transform: rotate(0); }
  100% {
    transform: rotate(0); } }

.NoticeContacts {
  display: flex;
  flex-flow: row wrap; }
  .NoticeContacts h4 {
    flex: 0 0 100%; }
  .NoticeContacts .contact {
    display: flex;
    flex-direction: column;
    margin: 5px 2% 0 0;
    width: 31.3%; }
    .NoticeContacts .contact span {
      margin-bottom: 5px; }
    @media (max-width: 850px) {
      .NoticeContacts .contact {
        width: 100%;
        margin: 5px 0%;
        padding: 5px 0;
        border-bottom: 1px solid #eeeeee; } }
  @media (max-width: 850px) {
    .NoticeContacts {
      flex-direction: column; } }

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

.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; } }

@keyframes ring {
  0% {
    transform: rotate(0); }
  4% {
    transform: rotate(8deg); }
  8% {
    transform: rotate(-8deg); }
  12% {
    transform: rotate(8deg); }
  16% {
    transform: rotate(-8deg); }
  20% {
    transform: rotate(8deg); }
  24% {
    transform: rotate(-8deg); }
  28% {
    transform: rotate(8deg); }
  32% {
    transform: rotate(-8deg); }
  36% {
    transform: rotate(8deg); }
  40% {
    transform: rotate(-8deg); }
  44% {
    transform: rotate(8deg); }
  48% {
    transform: rotate(-8deg); }
  52% {
    transform: rotate(0); }
  100% {
    transform: rotate(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; } }

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

.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; } }

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

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

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

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

.ModalBoxOverlay {
  z-index: 10;
  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; } }

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

.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 .button:nth-of-type(2) {
    margin-left: 40px; }

@keyframes ring {
  0% {
    transform: rotate(0); }
  4% {
    transform: rotate(8deg); }
  8% {
    transform: rotate(-8deg); }
  12% {
    transform: rotate(8deg); }
  16% {
    transform: rotate(-8deg); }
  20% {
    transform: rotate(8deg); }
  24% {
    transform: rotate(-8deg); }
  28% {
    transform: rotate(8deg); }
  32% {
    transform: rotate(-8deg); }
  36% {
    transform: rotate(8deg); }
  40% {
    transform: rotate(-8deg); }
  44% {
    transform: rotate(8deg); }
  48% {
    transform: rotate(-8deg); }
  52% {
    transform: rotate(0); }
  100% {
    transform: rotate(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; }

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

.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; } }

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

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

@keyframes ring {
  0% {
    transform: rotate(0); }
  4% {
    transform: rotate(8deg); }
  8% {
    transform: rotate(-8deg); }
  12% {
    transform: rotate(8deg); }
  16% {
    transform: rotate(-8deg); }
  20% {
    transform: rotate(8deg); }
  24% {
    transform: rotate(-8deg); }
  28% {
    transform: rotate(8deg); }
  32% {
    transform: rotate(-8deg); }
  36% {
    transform: rotate(8deg); }
  40% {
    transform: rotate(-8deg); }
  44% {
    transform: rotate(8deg); }
  48% {
    transform: rotate(-8deg); }
  52% {
    transform: rotate(0); }
  100% {
    transform: rotate(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; }

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

.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; } }

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

.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; }

@keyframes ring {
  0% {
    transform: rotate(0); }
  4% {
    transform: rotate(8deg); }
  8% {
    transform: rotate(-8deg); }
  12% {
    transform: rotate(8deg); }
  16% {
    transform: rotate(-8deg); }
  20% {
    transform: rotate(8deg); }
  24% {
    transform: rotate(-8deg); }
  28% {
    transform: rotate(8deg); }
  32% {
    transform: rotate(-8deg); }
  36% {
    transform: rotate(8deg); }
  40% {
    transform: rotate(-8deg); }
  44% {
    transform: rotate(8deg); }
  48% {
    transform: rotate(-8deg); }
  52% {
    transform: rotate(0); }
  100% {
    transform: rotate(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; }

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

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

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

.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); }

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

.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; }

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

.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%; } }

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

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

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

.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; }

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

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

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

.searchNoticesContent {
  max-height: 75vh;
  overflow: auto;
  padding: 40px 50px; }
  .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; }

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

.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; }

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

.NoticeListItem {
  padding: 30px 15px 30px 0;
  border-bottom: 5px solid #f5f5f5; }
  .NoticeListItem .noticeCompletedWrapper {
    display: flex;
    flex-flow: row wrap;
    align-items: flex-start;
    gap: .5em;
    margin: 0 0 1em; }
    .NoticeListItem .noticeCompletedWrapper .noticeCompleted,
    .NoticeListItem .noticeCompletedWrapper .notice-complete-text {
      display: inline-block;
      margin: 0;
      background: #11BD6A;
      padding: 5px 15px;
      border-radius: 15px;
      font-size: 12px;
      line-height: 1.3;
      color: #FFF;
      font-weight: 400; }
      .NoticeListItem .noticeCompletedWrapper .noticeCompleted p,
      .NoticeListItem .noticeCompletedWrapper .notice-complete-text p {
        margin: 0; }
    .NoticeListItem .noticeCompletedWrapper .notice-complete-text {
      color: #333;
      background-color: #b3e0b3;
      font-weight: 400;
      letter-spacing: 0.035em;
      line-height: 1.5;
      border-radius: 0;
      width: 100%; }
  .NoticeListItem .list-title-wrapper .status-type {
    display: flex;
    align-items: center;
    flex-flow: row;
    margin: 0 2em 0 0; }
    .NoticeListItem .list-title-wrapper .status-type .type {
      font-weight: 600;
      text-align: center;
      padding: 0;
      margin: 0; }
      .NoticeListItem .list-title-wrapper .status-type .type.hazard {
        color: #ea0029; }
      .NoticeListItem .list-title-wrapper .status-type .type.news {
        color: #707A00; }
      .NoticeListItem .list-title-wrapper .status-type .type.activity {
        color: #C05402; }
    .NoticeListItem .list-title-wrapper .status-type .type:last-child {
      margin-bottom: 0; }
  .NoticeListItem .list-title-wrapper .typeIcon {
    background-size: cover;
    height: 20px;
    width: 18px;
    margin-right: 10px;
    background-position: center; }
    .NoticeListItem .list-title-wrapper .typeIcon.hazard {
      background-image: url("/static/images/notice-icons/hazard-locator.svg"); }
    .NoticeListItem .list-title-wrapper .typeIcon.news {
      background-image: url("/static/images/notice-icons/news-locator.svg"); }
    .NoticeListItem .list-title-wrapper .typeIcon.activity {
      background-image: url("/static/images/notice-icons/activity-locator.svg"); }
  .NoticeListItem .status-type-updated-wrapper {
    display: flex; }
    .NoticeListItem .status-type-updated-wrapper .last-updated {
      margin: 0; }
  .NoticeListItem .row {
    display: flex;
    justify-content: space-between;
    padding: 0 0 1em;
    margin: 0 0 1em;
    align-items: flex-start;
    gap: 0.5em;
    border-bottom: 1px solid #EEE; }
    .NoticeListItem .row + .row {
      border-top: 1px solid #f5f5f5; }
  .NoticeListItem .status {
    width: 100px;
    padding: 6px 0;
    text-align: center;
    border-radius: 2px;
    background: #006BB3;
    color: #fff; }
    .NoticeListItem .status.pending {
      background-color: #ffa200; }
    .NoticeListItem .status.expiring {
      background-color: #ff004e; }
    .NoticeListItem .status.ended {
      background-color: #000; }
    .NoticeListItem .status.draft {
      background-color: #5f6364; }
  .NoticeListItem .title {
    flex: 1;
    color: #006BB3;
    margin: 10px 0 0 0;
    font-size: 1.35em;
    line-height: 1.3; }
  .NoticeListItem > .button.small,
  .NoticeListItem > .button.small:hover {
    display: flex;
    align-items: center;
    margin: 1em 0 0;
    background: transparent;
    color: #333;
    padding: 0; }
    .NoticeListItem > .button.small::after,
    .NoticeListItem > .button.small:hover::after {
      display: block;
      content: '';
      width: 16px;
      height: 16px;
      background: url(/static/images/icons/arrow-down-black.svg);
      background-size: contain;
      background-repeat: no-repeat;
      background-position: center;
      margin-left: 1em;
      transition: all .3s; }
    .NoticeListItem > .button.small.collapse::after,
    .NoticeListItem > .button.small:hover.collapse::after {
      transform: rotate(-180deg); }
  .NoticeListItem .buttons {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    gap: 0.5em;
    white-space: nowrap; }
    .NoticeListItem .buttons .button {
      margin: 0;
      padding: 8px 15px; }
  .NoticeListItem .dismissButton {
    display: inline-block;
    margin-left: 20px;
    border-bottom: 0;
    vertical-align: middle; }
    .NoticeListItem .dismissButton .FontIcon {
      font-size: 30px; }
  .NoticeListItem .notice-meta-wrapper {
    margin: 0 0 1em 0;
    padding: 0; }
    .NoticeListItem .notice-meta-wrapper .NoticeMeta {
      margin: 0; }
      .NoticeListItem .notice-meta-wrapper .NoticeMeta > div {
        min-width: 49%;
        flex: 0 0 auto;
        margin: 0 1% 0px 0; }
      @media (max-width: 1320px) {
        .NoticeListItem .notice-meta-wrapper .NoticeMeta {
          flex-direction: row;
          padding: 0; } }
    @media (max-width: 1320px) {
      .NoticeListItem .notice-meta-wrapper {
        margin: 0 0 calc(1em + 20px) 0; } }
  .NoticeListItem .notice-start-end-dates {
    display: flex;
    flex-flow: row wrap;
    margin: 0 0 5px; }
    .NoticeListItem .notice-start-end-dates .end-date.strikethrough {
      text-decoration: line-through; }
    .NoticeListItem .notice-start-end-dates .MetaIcon {
      margin-right: 10px; }
    .NoticeListItem .notice-start-end-dates > div {
      flex: auto;
      display: flex;
      align-items: center;
      font-size: .95em;
      min-width: 49%;
      flex: 0 0 auto;
      margin: 0 1% 0px 0; }
      .NoticeListItem .notice-start-end-dates > div span {
        margin-left: 5px; }
    .NoticeListItem .notice-start-end-dates > div:last-child {
      margin-right: 0; }
  .NoticeListItem .meta {
    font-size: 12px; }
    .NoticeListItem .meta span {
      flex: 1; }
  .NoticeListItem .information {
    padding: 1px;
    background: #fff;
    transition: height 0.4s;
    overflow: hidden; }
    .NoticeListItem .information h4 {
      color: #006BB3;
      border-bottom: 1px solid #f5f5f5;
      padding-bottom: 10px; }
    .NoticeListItem .information h3 {
      font-size: 14px; }
    .NoticeListItem .information p {
      margin: 0; }
    .NoticeListItem .information .report-link {
      color: #CCC;
      border: none;
      display: flex;
      align-items: center;
      margin: 1em 0 0;
      padding: 1em 0 0;
      border-top: 1px solid #EEE; }
      .NoticeListItem .information .report-link img {
        margin-right: 1em; }
      .NoticeListItem .information .report-link:hover {
        color: #999; }
    .NoticeListItem .information .noticeMeta {
      display: flex; }
      .NoticeListItem .information .noticeMeta > div {
        flex: auto; }
        .NoticeListItem .information .noticeMeta > div.separator {
          flex: none;
          margin: 0 20px; }
  .NoticeListItem .last-updated {
    display: flex;
    align-items: center;
    font-size: .9em;
    margin: 0 15px 0 0; }
    .NoticeListItem .last-updated .MetaIcon {
      margin-right: .5em; }
    .NoticeListItem .last-updated strong {
      margin-right: 5px; }
  .NoticeListItem .NoticeMeta {
    margin: 0 0 1em 0; }

.activeNotice .NoticeListItem .noticeCompletedWrapper .notice-complete-text {
  margin-left: -15px;
  margin-right: -15px; }

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

.activeFilters {
  background: #fff; }
  @media (max-width: 700px) {
    .activeFilters.fullScreen {
      max-width: 94%;
      background-color: rgba(255, 255, 255, 0.44); } }
  .activeFilters .Heading {
    margin-bottom: 10px;
    padding: 10px 20px 10px 20px;
    border-bottom: 1px solid #eee;
    font-weight: 700; }
  .activeFilters > div {
    display: flex;
    flex-direction: column;
    padding: 6px 12px; }
  .activeFilters .filters > div {
    margin-bottom: 10px; }
    .activeFilters .filters > div > div {
      display: flex;
      align-items: flex-start;
      flex-wrap: wrap; }
  .activeFilters .filters .clearfilterwrapper {
    display: flex;
    justify-content: center; }
  .activeFilters .filters h5 {
    margin: 0;
    color: #006BB3;
    padding-bottom: 3px; }
  .activeFilters .filters .item {
    display: inline-block;
    border: 1px solid #0077c8;
    border-radius: 20px;
    padding: 2px 8px;
    background: #fff;
    margin: 0 7px 5px 0; }
    .activeFilters .filters .item .inner {
      display: flex; }
    .activeFilters .filters .item .icon {
      font-family: "Material-Design-Iconic-Font";
      margin-left: 8px;
      font-size: 20px;
      color: #de3c3c;
      transition: color 0.4s ease; }
      .activeFilters .filters .item .icon:hover {
        cursor: pointer; }

@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; } }

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

.createAlert {
  margin: 0 0 0 45px;
  color: #fff; }
  .createAlert .FontIcon {
    font-size: 22px !important;
    margin-right: 10px;
    display: inline-block; }
  .createAlert:hover {
    color: #fff; }
    .createAlert:hover .FontIcon {
      -webkit-animation: ring 3s 0s ease-in-out infinite;
      -webkit-transform-origin: 50% 4px;
      -moz-animation: ring 3s 0s ease-in-out infinite;
      -moz-transform-origin: 50% 4px;
      animation: ring 3s 0s ease-in-out infinite;
      transform-origin: 50% 4px; }

.UserLoginForm {
  position: relative; }
  .ModalBox .UserLoginForm {
    padding: 25px 30px; }
  .UserLoginForm .response {
    padding: 5px 20px;
    background: #eee;
    border-radius: 40px; }
  .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; }

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

.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; }

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

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

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

.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 > 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 > a.button,
    .AlertReminder > .ModalContainer > .ModalBox > .alert-pop-up-content > button {
      display: block;
      max-width: 180px;
      text-align: center;
      margin: 1em auto;
      width: 100%;
      padding: 13px 0; }
    .AlertReminder > .ModalContainer > .ModalBox > .alert-pop-up-content > button.small {
      color: #007FAD;
      background: #FFF; }
      .AlertReminder > .ModalContainer > .ModalBox > .alert-pop-up-content > button.small:hover {
        color: #007FAD;
        background: #FFF;
        text-decoration: underline; }
    .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; }

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

.SubMenu {
  padding: 15px 0;
  background: #fff; }
  .SubMenu .leftMenu {
    display: inline-block; }
    .SubMenu .leftMenu a {
      border-bottom: 0; }
      .SubMenu .leftMenu a:hover {
        color: #004d80; }
      .SubMenu .leftMenu a + a {
        margin-left: 25px; }
  .SubMenu .rightMenu {
    float: right; }
    .SubMenu .rightMenu:after {
      content: "";
      display: block;
      clear: both; }

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

.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; }

.ToggleListView {
  display: flex;
  align-items: center; }

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

.ToggleFullScreen .image {
  padding-right: 34px;
  background-image: url("/static/images/notice-map/full-screen.svg");
  background-size: 24px;
  background-repeat: no-repeat;
  background-position: right center; }
  .ToggleFullScreen .image.full {
    background-image: url("/static/images/notice-map/small-screen.svg"); }

.ToggleFullScreen .buttonCasing {
  border: 2px solid rgba(224, 45, 21, 0.6); }

.ToggleFullScreen:hover {
  cursor: pointer; }
  .ToggleFullScreen:hover .buttonCasing {
    border-color: #E02D15; }

.ToggleFullScreen .ToggleButton.checked .buttonCasing {
  border: 2px solid #E02D15; }

.ToggleFullScreen input[type="checkbox"] + .switch:before {
  background: rgba(224, 45, 21, 0.6); }

.ToggleFullScreen input[type="checkbox"]:checked + .switch:before {
  background: #E02D15; }

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

.ToggleDarkMode {
  display: flex;
  justify-content: center;
  align-items: center; }
  .ToggleDarkMode .image {
    padding-right: 34px;
    background-image: url("/static/images/notice-map/full-screen.svg");
    background-size: 24px;
    background-repeat: no-repeat;
    background-position: right center; }
    .ToggleDarkMode .image.full {
      background-image: url("/static/images/notice-map/small-screen.svg"); }
  .ToggleDarkMode .buttonCasing {
    border: 2px solid rgba(102, 102, 102, 0.6); }
  .ToggleDarkMode:hover {
    cursor: pointer; }
    .ToggleDarkMode:hover .buttonCasing {
      border-color: #666; }
  .ToggleDarkMode .ToggleButton.checked .buttonCasing {
    border: 2px solid #666; }
  .ToggleDarkMode input[type="checkbox"] + .switch:before {
    background: rgba(102, 102, 102, 0.6); }
  .ToggleDarkMode input[type="checkbox"]:checked + .switch:before {
    background: #666; }

.ToggleNoticeSearch button.small {
  margin: 0; }

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

.NoticeOverlayItem {
  max-height: calc(90vh - 300px);
  position: relative;
  overflow-y: auto;
  /* 
	&::-webkit-scrollbar {
		background: transparent;
		width: 13px;
	}

	&::-webkit-scrollbar-button:decrement {
		background-image:url('/static/images/icons/arrow-up.png');
		background-size: 8px auto;
		background-position: center;
		background-repeat: no-repeat;
		height: 11px;
		opacity: .8;
		transition: all .3s;

		&:hover {
			opacity: .1;
		}
	}

	&::-webkit-scrollbar-thumb {
		background: rgba(160, 160, 159, .2);
		border-radius: 11px;
		transition: all .3s;
		width: 11px;
	}

	&:hover::-webkit-scrollbar-thumb {
		background: rgba(160, 160, 159, .5);
		transition: all .3s;

		&:hover {
			background: rgba(102, 102, 102, .8);
		}
	}

	&::-webkit-scrollbar-button:increment {
		background-image:url('/static/images/icons/arrow-down.png');
		background-size: 8px auto;
		background-position: center;
		background-repeat: no-repeat;
		height: 11px;
		opacity: .8;
		transition: all .3s;

		&:hover {
			opacity: .1;
		}
		
	}
	*/ }
  .NoticeOverlayItem .closeButton {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: calc(100% - 20px);
    padding: 1em 10px 0;
    text-align: center;
    float: none; }
    .NoticeOverlayItem .closeButton p {
      color: #007fad;
      font-weight: 600; }
    .NoticeOverlayItem .closeButton button {
      margin: 0;
      background: transparent;
      color: #000;
      padding: 0;
      -webkit-appearance: none;
      border-radius: 0;
      min-height: 34px;
      min-width: 34px; }
      .NoticeOverlayItem .closeButton button .FontIcon {
        margin: 0;
        font-size: 40px; }
  .NoticeOverlayItem .notice-wrapper {
    border-bottom: 2px solid #CCC; }
    .NoticeOverlayItem .notice-wrapper:last-of-type {
      border: none;
      margin-bottom: 0;
      padding-bottom: 0; }
  .NoticeOverlayItem .content {
    width: calc(100% - 30px);
    padding: 15px 15px 5px 15px;
    overflow-y: auto; }
    .NoticeOverlayItem .content h4 {
      color: #006BB3;
      margin: 1em 0 0; }
  .NoticeOverlayItem .bottom {
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
    padding: 15px 15px 15px 15px;
    border-top: 1px solid #eee; }
    .NoticeOverlayItem .bottom .buttons {
      width: 49%;
      display: flex; }
      .NoticeOverlayItem .bottom .buttons .button:last-of-type {
        flex: 1; }
    .NoticeOverlayItem .bottom .button {
      margin: 0; }
  .NoticeOverlayItem .top-bar .noticeCompletedWrapper {
    display: flex;
    flex-flow: column nowrap;
    align-items: flex-start;
    gap: .5em;
    margin: 0 0 1em; }
    .NoticeOverlayItem .top-bar .noticeCompletedWrapper .noticeCompleted,
    .NoticeOverlayItem .top-bar .noticeCompletedWrapper .notice-complete-text {
      display: inline-block;
      margin: 0;
      background: #11BD6A;
      padding: 5px 15px;
      border-radius: 15px;
      font-size: 12px;
      line-height: 1.3;
      color: #FFF;
      font-weight: 400; }
      .NoticeOverlayItem .top-bar .noticeCompletedWrapper .noticeCompleted p,
      .NoticeOverlayItem .top-bar .noticeCompletedWrapper .notice-complete-text p {
        margin: 0; }
    .NoticeOverlayItem .top-bar .noticeCompletedWrapper .notice-complete-text {
      color: #333;
      background-color: #b3e0b3;
      font-weight: 400;
      letter-spacing: 0.035em;
      line-height: 1.5;
      border-radius: 0;
      width: 100%;
      margin-left: -15px;
      margin-right: -15px; }
  .NoticeOverlayItem .top-bar .top-info-wrapper {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 1em;
    gap: 15px; }
    .NoticeOverlayItem .top-bar .top-info-wrapper .status-type {
      display: flex;
      align-items: flex-start;
      justify-content: center;
      flex-flow: row;
      margin: 0;
      gap: 10px; }
      .NoticeOverlayItem .top-bar .top-info-wrapper .status-type .typeIcon {
        margin: 0; }
      .NoticeOverlayItem .top-bar .top-info-wrapper .status-type .type {
        font-weight: 600;
        text-align: center;
        padding: 0;
        margin: 0; }
        .NoticeOverlayItem .top-bar .top-info-wrapper .status-type .type.hazard {
          color: #ea0029; }
        .NoticeOverlayItem .top-bar .top-info-wrapper .status-type .type.news {
          color: #707A00; }
        .NoticeOverlayItem .top-bar .top-info-wrapper .status-type .type.activity {
          color: #C05402; }
      .NoticeOverlayItem .top-bar .top-info-wrapper .status-type .type:last-child {
        margin-bottom: 0; }
    .NoticeOverlayItem .top-bar .top-info-wrapper .last-updated {
      display: flex;
      align-items: center;
      font-size: .9em;
      margin: 0; }
      .NoticeOverlayItem .top-bar .top-info-wrapper .last-updated .MetaIcon {
        margin-right: .5em; }
      .NoticeOverlayItem .top-bar .top-info-wrapper .last-updated strong {
        margin-right: 5px; }
  .NoticeOverlayItem .top-bar .title {
    color: #006BB3;
    margin: 0 0 15px;
    font-size: 1.35em;
    line-height: 1.3; }
  .NoticeOverlayItem .notice-meta-wrapper {
    display: flex;
    flex-flow: column nowrap;
    margin: 1em 0;
    padding: 1em 0;
    border-top: 1px solid #eee;
    border-bottom: 1px solid #eee; }
    .NoticeOverlayItem .notice-meta-wrapper .notice-start-end-dates {
      display: flex;
      flex-flow: row wrap;
      margin: 0 0 5px;
      padding: 0;
      font-size: .9em; }
      .NoticeOverlayItem .notice-meta-wrapper .notice-start-end-dates .end-date.strikethrough {
        text-decoration: line-through; }
      .NoticeOverlayItem .notice-meta-wrapper .notice-start-end-dates .MetaIcon {
        margin-right: 10px; }
      .NoticeOverlayItem .notice-meta-wrapper .notice-start-end-dates > div {
        flex: auto;
        display: flex;
        align-items: center;
        margin: 0 1% 0 0;
        flex: 0 0 auto;
        min-width: 49%;
        font-size: .95em; }
        .NoticeOverlayItem .notice-meta-wrapper .notice-start-end-dates > div span {
          margin-left: 5px; }
      .NoticeOverlayItem .notice-meta-wrapper .notice-start-end-dates > div:last-child {
        margin-right: 0; }
    .NoticeOverlayItem .notice-meta-wrapper .NoticeMeta {
      display: flex;
      flex-flow: row wrap;
      margin: 0;
      padding: 0;
      border: none; }
      .NoticeOverlayItem .notice-meta-wrapper .NoticeMeta > div {
        margin: 0 1% 0 0;
        flex: 0 0 auto;
        min-width: 49%; }
  .NoticeOverlayItem .typeIcon {
    background-size: cover;
    height: 20px;
    width: 18px;
    margin-right: 10px;
    background-position: center; }
    .NoticeOverlayItem .typeIcon.hazard {
      background-image: url("/static/images/notice-icons/hazard-locator.svg"); }
    .NoticeOverlayItem .typeIcon.news {
      background-image: url("/static/images/notice-icons/news-locator.svg"); }
    .NoticeOverlayItem .typeIcon.activity {
      background-image: url("/static/images/notice-icons/activity-locator.svg"); }
  .NoticeOverlayItem .informationContent {
    border-top: 1px solid #eee;
    margin-top: 1em; }
    .NoticeOverlayItem .informationContent h4 {
      margin-top: 1em; }
  .NoticeOverlayItem .row {
    padding: 12px 0; }
    .NoticeOverlayItem .row .postedOn {
      display: flex; }
    .NoticeOverlayItem .row + .row {
      border-top: 1px solid #f5f5f5; }
    .NoticeOverlayItem .row.meta {
      padding: 0;
      flex-direction: column; }
      .NoticeOverlayItem .row.meta .postedOn {
        margin-top: 6px; }
      .NoticeOverlayItem .row.meta > span {
        flex: 3; }
        .NoticeOverlayItem .row.meta > span:nth-of-type(2) {
          flex: 4; }
  .NoticeOverlayItem .status {
    width: 100px;
    padding: 6px 0;
    text-align: center;
    border-radius: 2px;
    background: #006BB3;
    color: #fff; }
    .NoticeOverlayItem .status.pending {
      background-color: #ffa200; }
    .NoticeOverlayItem .status.expiring {
      background-color: #ff004e; }
    .NoticeOverlayItem .status.ended {
      background-color: #000; }
    .NoticeOverlayItem .status.draft {
      background-color: #5f6364; }
  .NoticeOverlayItem .postedOn, .NoticeOverlayItem .sector, .NoticeOverlayItem .reminders, .NoticeOverlayItem .category {
    display: block;
    font-size: 12px; }
    .NoticeOverlayItem .postedOn .FontIcon, .NoticeOverlayItem .sector .FontIcon, .NoticeOverlayItem .reminders .FontIcon, .NoticeOverlayItem .category .FontIcon {
      vertical-align: middle; }
  .NoticeOverlayItem .dismissButton {
    display: inline-block;
    margin-left: 20px;
    border-bottom: 0;
    vertical-align: middle; }
    .NoticeOverlayItem .dismissButton .FontIcon {
      font-size: 30px; }
  .NoticeOverlayItem .information {
    padding: 1px;
    background: #fff;
    transition: height 0.4s;
    overflow: hidden; }
    .NoticeOverlayItem .information h3 {
      color: #006BB3; }
    .NoticeOverlayItem .information h4 {
      color: #006BB3;
      border-bottom: 1px solid #f5f5f5;
      padding-bottom: 5px;
      margin-bottom: 10px; }
    .NoticeOverlayItem .information .description p:last-of-type {
      margin-bottom: 0; }
    .NoticeOverlayItem .information .noticeMeta > div {
      flex: 1; }
      .NoticeOverlayItem .information .noticeMeta > div.separator {
        flex: none;
        margin: 0 20px; }
    .NoticeOverlayItem .information .noticeMeta .contact {
      display: flex;
      flex-direction: column;
      margin: 20px 0; }
      .NoticeOverlayItem .information .noticeMeta .contact span {
        margin: 4px 0; }
  .NoticeOverlayItem a.report-link {
    color: #CCC;
    border: none;
    display: flex;
    align-items: center; }
    .NoticeOverlayItem a.report-link img {
      margin-right: 1em; }
  .NoticeOverlayItem a.report-link:hover {
    color: #999; }
  .NoticeOverlayItem .link-buttons {
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
    padding: 0;
    margin-top: 0;
    gap: 10px; }
    .NoticeOverlayItem .link-buttons * {
      flex: 1;
      width: auto;
      margin: 0; }
    .NoticeOverlayItem .link-buttons button,
    .NoticeOverlayItem .link-buttons label {
      min-width: 100px;
      font-size: 13px;
      padding: 12px 10px;
      text-align: center;
      margin: 0;
      white-space: nowrap;
      box-sizing: border-box; }
    .NoticeOverlayItem .link-buttons input {
      display: none; }
      .NoticeOverlayItem .link-buttons input + label {
        position: relative;
        cursor: pointer;
        display: inline-block;
        background-color: #E02D15;
        border: none;
        border-radius: 25px;
        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-weight: 600;
        transition: background-color 0.4s;
        line-height: 17px; }
        .NoticeOverlayItem .link-buttons input + label span {
          display: inline-block;
          transform: scaleX(1);
          transition: transform 400ms ease 0ms, width 400ms ease 500ms; }
        .NoticeOverlayItem .link-buttons input + label img {
          width: 15px;
          vertical-align: top;
          margin-right: 5px;
          transition: all 1s; }
        .NoticeOverlayItem .link-buttons input + label:hover {
          background-color: #b12411; }
      .NoticeOverlayItem .link-buttons input:checked + label {
        background-color: #E02D15;
        color: #FFF; }
        .NoticeOverlayItem .link-buttons input:checked + label + .ShareButtons {
          display: flex;
          width: auto;
          height: auto;
          opacity: 1; }
    .NoticeOverlayItem .link-buttons .ShareButtons {
      width: 100%;
      height: 0;
      flex-flow: row wrap;
      align-items: center;
      justify-content: center;
      gap: 0.5em;
      overflow: hidden;
      opacity: 0;
      border-radius: 25px;
      transition: all .5s;
      order: 1;
      flex: 0 0 100%;
      margin: 0; }
      .NoticeOverlayItem .link-buttons .ShareButtons a,
      .NoticeOverlayItem .link-buttons .ShareButtons span {
        flex: 0 0 32px; }
        .NoticeOverlayItem .link-buttons .ShareButtons a:hover,
        .NoticeOverlayItem .link-buttons .ShareButtons span:hover {
          background-color: #005a7a; }
      .NoticeOverlayItem .link-buttons .ShareButtons span {
        margin-right: 0; }

@media (max-width: 800px) {
  .ExpandedNotice .NoticeMeta {
    display: block; }
  .NoticeOverlayItem .top-bar .top-info-wrapper {
    flex-flow: column;
    align-items: flex-start; }
    .NoticeOverlayItem .top-bar .top-info-wrapper .status-type {
      margin: 0 0 .5em; }
    .NoticeOverlayItem .top-bar .top-info-wrapper .last-updated {
      margin: 0; } }

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

.AccountWelcome p {
  margin: 0;
  padding: 0; }

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

.betaVersion {
  z-index: 7;
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  padding: 20px;
  background-color: #444;
  color: #fff;
  font-weight: bold;
  text-align: center;
  font-size: 14px;
  line-height: 18px;
  box-sizing: border-box; }

.PageHeader {
  position: relative;
  min-height: 97px;
  background: #fff; }
  .PageHeader .mobileMenuButton {
    z-index: 2;
    display: none;
    position: absolute;
    top: 20px;
    right: 20px;
    border-bottom: 0; }
    .PageHeader .mobileMenuButton .burger {
      position: relative;
      width: 45px;
      height: 30px;
      margin-top: 10px; }
      .PageHeader .mobileMenuButton .burger > div {
        position: absolute;
        height: 6px;
        width: 100%;
        background: #006BB3;
        margin-top: 0;
        transition: top 0.4s; }
      .PageHeader .mobileMenuButton .burger .top {
        top: 0%; }
      .PageHeader .mobileMenuButton .burger .middle {
        position: absolute;
        top: 50%; }
      .PageHeader .mobileMenuButton .burger .bottom {
        top: 100%; }
    .PageHeader .mobileMenuButton.on .burger .top, .PageHeader .mobileMenuButton.on .burger .bottom {
      top: 50%; }
  .PageHeader .ContentWrapper {
    position: relative; }
  .PageHeader > .ContentWrapper {
    z-index: 1;
    background: #fff; }
  .PageHeader .siteLogo {
    z-index: 1;
    position: absolute;
    top: 72px; }
  .PageHeader .topMenu {
    position: absolute;
    top: 0;
    width: 100%;
    height: 50px; }
    .PageHeader .topMenu .AccountWelcome {
      position: absolute;
      top: 15px;
      right: 20px; }
  .PageHeader .divider {
    position: relative;
    top: 50px;
    border-bottom: 1px solid #eaeaea; }
  .PageHeader .bottomMenu {
    padding: 70px 0 20px 0;
    text-align: right; }
    .PageHeader .bottomMenu a {
      display: inline-block;
      border-bottom: 0;
      font-size: 15px;
      font-weight: 700; }
      .PageHeader .bottomMenu a:hover {
        color: #004d80; }
        .PageHeader .bottomMenu a:hover svg path {
          fill: #004d80; }
      .PageHeader .bottomMenu a + a {
        margin-left: 50px; }
    .PageHeader .bottomMenu .FontIcon {
      font-size: 30px;
      font-weight: normal;
      vertical-align: middle;
      margin-right: 15px; }
    .PageHeader .bottomMenu .UKMapIcon {
      display: inline-block;
      width: 27px;
      height: 28px;
      margin-right: 12px;
      vertical-align: middle; }
      .PageHeader .bottomMenu .UKMapIcon path {
        transition: fill 0.4s; }
    .PageHeader .bottomMenu button {
      margin: 3.2px 0 3.2px 45px; }
  .PageHeader .mobileMenu {
    display: none; }
  @media (max-width: 900px) {
    .PageHeader > .ContentWrapper {
      padding: 0; }
    .PageHeader .mobileMenuButton {
      display: block; }
    .PageHeader .menu {
      margin-top: -800px;
      opacity: 0;
      transition: margin-top 0.6s, opacity 0.6s; }
      .PageHeader .menu a {
        padding: 10px 0;
        font-size: 21px;
        line-height: 28px;
        border-bottom: 0;
        font-weight: 400; }
      .PageHeader .menu.on {
        display: block;
        margin-top: 0px;
        opacity: 1; }
    .PageHeader .siteLogo {
      position: static;
      padding: 20px;
      border-bottom: 1px solid #eaeaea; }
    .PageHeader .topMenu, .PageHeader .bottomMenu {
      display: none; }
    .PageHeader .divider {
      display: none; }
    .PageHeader .mobileMenu {
      display: block;
      border-bottom: 3px solid #eaeaea; }
      .PageHeader .mobileMenu .AccountWelcome {
        font-size: 14px;
        padding: 1em;
        border-bottom: 3px solid #eaeaea; }
        .PageHeader .mobileMenu .AccountWelcome a {
          font-size: 14px; }
        .PageHeader .mobileMenu .AccountWelcome .notifications {
          display: none; }
      .PageHeader .mobileMenu .mobileMenuFirst {
        padding-bottom: 15px;
        border-bottom: 1px solid #eaeaea; }
        .PageHeader .mobileMenu .mobileMenuFirst a {
          display: block;
          padding: 1em;
          border-bottom: 1px solid #eaeaea;
          font-size: 16px;
          font-weight: 700; }
        .PageHeader .mobileMenu .mobileMenuFirst button.createAlert {
          box-sizing: border-box;
          margin: 15px 0 0 10px;
          padding: 1em;
          font-size: 16px; }
      .PageHeader .mobileMenu .SubMenu {
        padding: 1em; }
        .PageHeader .mobileMenu .SubMenu a {
          display: block;
          margin: 0;
          font-size: 13px;
          line-height: 1.6em; } }
  @media (max-width: 350px) {
    .PageHeader .SiteLogo img {
      width: 150px; } }

/* 
.isMapPage.PageHeader {
	.topMenu,
	.divider {
		display: none;
	}

	.bottomMenu {
		padding: 40px 0;
	}

	.siteLogo {
		top: 22px;
	}
}
*/

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

.ValidationNotice {
  z-index: 20;
  position: fixed;
  bottom: 16px;
  right: 0;
  left: 0;
  text-align: center;
  transition: all 0.4s ease; }
  .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: 16px;
      opacity: 1; }
  .ValidationNotice.notice-exit {
    bottom: -70px;
    opacity: 0.01; }

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

.PlayStoreLink {
  cursor: pointer;
  display: inline-block;
  border-bottom: 0;
  width: 187px;
  height: 62px; }
  .PlayStoreLink path {
    transition: fill 0.4s; }
  .PlayStoreLink:hover path {
    fill: #000; }

.PlayStoreAnchor {
  border-bottom: 0; }

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

.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; }

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

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

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

.Description p {
  margin: 0; }

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

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

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

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

.ExpandedNotice {
  position: relative;
  padding: 20px;
  padding-bottom: 0;
  max-height: 75vh;
  overflow: auto; }
  .ExpandedNotice .left-hand-side {
    display: flex;
    justify-content: space-between;
    width: 100%;
    align-items: center; }
    .ExpandedNotice .left-hand-side .title-wrapper {
      display: flex;
      flex-flow: column;
      align-items: flex-start;
      width: 100%;
      margin: 0;
      gap: 1em; }
      .ExpandedNotice .left-hand-side .title-wrapper .noticeCompletedWrapper {
        display: flex;
        flex-flow: column nowrap;
        align-items: flex-start;
        width: 100%;
        gap: 1em;
        margin: 1em 0 0; }
        .ExpandedNotice .left-hand-side .title-wrapper .noticeCompletedWrapper .noticeCompleted,
        .ExpandedNotice .left-hand-side .title-wrapper .noticeCompletedWrapper .notice-complete-text {
          display: inline-block;
          margin: 0;
          background: #11BD6A;
          padding: 5px 15px;
          border-radius: 15px;
          line-height: 1.3;
          color: #FFF;
          font-weight: 400; }
          .ExpandedNotice .left-hand-side .title-wrapper .noticeCompletedWrapper .noticeCompleted p,
          .ExpandedNotice .left-hand-side .title-wrapper .noticeCompletedWrapper .notice-complete-text p {
            margin: 0; }
        .ExpandedNotice .left-hand-side .title-wrapper .noticeCompletedWrapper .notice-complete-text {
          letter-spacing: 0.035em;
          color: #333;
          background-color: #b3e0b3;
          font-weight: 400;
          line-height: 1.5;
          border-radius: 0;
          width: calc(100% + 10px);
          margin-left: -20px; }
      .ExpandedNotice .left-hand-side .title-wrapper .status-type-updated-wrapper {
        display: flex;
        gap: 1em 2em;
        margin-bottom: 0; }
        @media (max-width: 650px) {
          .ExpandedNotice .left-hand-side .title-wrapper .status-type-updated-wrapper {
            flex-direction: column; } }
        .ExpandedNotice .left-hand-side .title-wrapper .status-type-updated-wrapper .status-type {
          display: flex;
          align-items: center;
          flex-flow: row;
          gap: 10px;
          margin: 0; }
          .ExpandedNotice .left-hand-side .title-wrapper .status-type-updated-wrapper .status-type .typeIcon {
            margin: 0; }
          .ExpandedNotice .left-hand-side .title-wrapper .status-type-updated-wrapper .status-type .type {
            font-weight: 600;
            text-align: center;
            padding: 0;
            margin: 0; }
            .ExpandedNotice .left-hand-side .title-wrapper .status-type-updated-wrapper .status-type .type.hazard {
              color: #ea0029; }
            .ExpandedNotice .left-hand-side .title-wrapper .status-type-updated-wrapper .status-type .type.news {
              color: #707A00; }
            .ExpandedNotice .left-hand-side .title-wrapper .status-type-updated-wrapper .status-type .type.activity {
              color: #C05402; }
          .ExpandedNotice .left-hand-side .title-wrapper .status-type-updated-wrapper .status-type .type:last-child {
            margin-bottom: 0; }
        .ExpandedNotice .left-hand-side .title-wrapper .status-type-updated-wrapper .last-updated {
          display: flex;
          align-items: center;
          font-size: .9em;
          margin: 0; }
          .ExpandedNotice .left-hand-side .title-wrapper .status-type-updated-wrapper .last-updated .MetaIcon {
            margin-right: .5em; }
          .ExpandedNotice .left-hand-side .title-wrapper .status-type-updated-wrapper .last-updated strong {
            margin-right: 5px; }
      .ExpandedNotice .left-hand-side .title-wrapper h3.title {
        flex: 1;
        font-weight: 600;
        color: #006BB3;
        margin: 0;
        font-size: 1.35em; }
    .ExpandedNotice .left-hand-side .ShareButtons {
      margin: 0; }
      @media (max-width: 650px) {
        .ExpandedNotice .left-hand-side .ShareButtons {
          margin: .75em 0 0; } }
    @media (max-width: 650px) {
      .ExpandedNotice .left-hand-side {
        flex-direction: column;
        align-items: flex-start; } }
  .ExpandedNotice h3 {
    font-size: 14px; }
  .ExpandedNotice h4 {
    color: #006BB3;
    margin: 0;
    border: none;
    padding: 0;
    font-size: 1.2em; }
  .ExpandedNotice .row {
    width: 100%;
    display: flex;
    justify-content: space-between;
    padding: 0;
    align-items: center; }
    .ExpandedNotice .row + .row {
      border-top: 1px solid #f5f5f5; }
    .ExpandedNotice .row.meta > span {
      flex: 3; }
      .ExpandedNotice .row.meta > span:nth-of-type(2) {
        flex: 4; }
  .ExpandedNotice .typeIcon {
    background-size: cover;
    height: 30px;
    width: 26px;
    margin-right: 10px;
    background-position: center; }
    .ExpandedNotice .typeIcon.hazard {
      background-image: url("/static/images/notice-icons/hazard-locator.svg"); }
    .ExpandedNotice .typeIcon.news {
      background-image: url("/static/images/notice-icons/news-locator.svg"); }
    .ExpandedNotice .typeIcon.activity {
      background-image: url("/static/images/notice-icons/activity-locator.svg"); }
  .ExpandedNotice .postedOn, .ExpandedNotice .sector, .ExpandedNotice .reminders, .ExpandedNotice .category {
    display: inline-block;
    font-size: 12px; }
    .ExpandedNotice .postedOn .FontIcon, .ExpandedNotice .sector .FontIcon, .ExpandedNotice .reminders .FontIcon, .ExpandedNotice .category .FontIcon {
      vertical-align: middle; }
  .ExpandedNotice .dismissButton {
    display: inline-block;
    margin-left: 20px;
    border-bottom: 0;
    vertical-align: middle; }
    .ExpandedNotice .dismissButton .FontIcon {
      font-size: 30px; }
  .ExpandedNotice .Description > div {
    margin-top: 5px; }
  .ExpandedNotice .notice-meta-wrapper {
    display: flex;
    flex-flow: row nowrap;
    margin: 1em 0;
    padding: 1em 0;
    border-top: 1px solid #eee;
    border-bottom: 1px solid #eee; }
    @media (max-width: 900px) {
      .ExpandedNotice .notice-meta-wrapper {
        flex-flow: row wrap; } }
    .ExpandedNotice .notice-meta-wrapper .notice-start-end-dates {
      display: flex;
      flex-flow: row wrap;
      flex: 0 0 50%; }
      .ExpandedNotice .notice-meta-wrapper .notice-start-end-dates .end-date.strikethrough {
        text-decoration: line-through; }
      .ExpandedNotice .notice-meta-wrapper .notice-start-end-dates .MetaIcon {
        margin-right: 10px; }
      .ExpandedNotice .notice-meta-wrapper .notice-start-end-dates > div {
        min-width: 49%;
        flex: 0 0 auto;
        margin: 0 1% 0 0;
        display: flex;
        align-items: center; }
        .ExpandedNotice .notice-meta-wrapper .notice-start-end-dates > div:last-child {
          margin-right: 0; }
        .ExpandedNotice .notice-meta-wrapper .notice-start-end-dates > div span {
          margin-left: 5px; }
        @media (max-width: 650px) {
          .ExpandedNotice .notice-meta-wrapper .notice-start-end-dates > div {
            flex: 0 0 100%; } }
      .ExpandedNotice .notice-meta-wrapper .notice-start-end-dates > div:last-child {
        margin-right: 0; }
      @media (max-width: 900px) {
        .ExpandedNotice .notice-meta-wrapper .notice-start-end-dates {
          flex: 0 0 100%; } }
    .ExpandedNotice .notice-meta-wrapper .NoticeMeta {
      display: flex;
      flex-flow: row wrap;
      flex: 0 0 50%;
      margin: 0; }
      .ExpandedNotice .notice-meta-wrapper .NoticeMeta > div {
        min-width: 49%;
        flex: 0 0 auto;
        margin: 0 1% 0 0;
        align-items: center; }
        @media (max-width: 650px) {
          .ExpandedNotice .notice-meta-wrapper .NoticeMeta > div {
            flex: 0 0 100%; } }
      @media (max-width: 900px) {
        .ExpandedNotice .notice-meta-wrapper .NoticeMeta {
          flex: 0 0 100%; } }
  .ExpandedNotice .noticeMeta {
    display: flex; }
    .ExpandedNotice .noticeMeta > div {
      flex: 1; }
      .ExpandedNotice .noticeMeta > div.separator {
        flex: none;
        margin: 0 20px; }
  .ExpandedNotice .bottom {
    display: flex;
    flex-flow: row wrap;
    justify-content: center;
    gap: 10px;
    position: sticky;
    right: 0;
    float: right;
    top: 0;
    width: auto;
    padding: 0;
    transition: all .3s; }
    @media (max-width: 800px) {
      .ExpandedNotice .bottom {
        margin-bottom: .5em; } }
    @media (max-width: 700px) {
      .ExpandedNotice .bottom {
        width: 100%;
        bottom: 0; } }
    .ExpandedNotice .bottom .share-box {
      display: flex;
      flex-flow: row wrap;
      align-items: center;
      justify-content: flex-end;
      gap: .5em;
      margin: auto;
      position: relative;
      background: #FFF;
      border-radius: 25px; }
      @media (max-width: 700px) {
        .ExpandedNotice .bottom .share-box {
          width: 100%;
          padding: 0;
          border-radius: 0; } }
      .ExpandedNotice .bottom .share-box .share-wrapper {
        display: flex;
        justify-content: flex-end; }
        @media (max-width: 600px) {
          .ExpandedNotice .bottom .share-box .share-wrapper {
            flex: 0 0 100%; } }
      .ExpandedNotice .bottom .share-box button {
        width: auto;
        text-align: center;
        position: relative;
        cursor: pointer;
        display: inline-block;
        margin: 0;
        padding: 7.5px 18px;
        background-color: #007fad;
        border: none;
        border-radius: 25px;
        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: 14px;
        font-weight: 600;
        transition: background-color 0.4s;
        line-height: 17px;
        transition: all 1s; }
        .ExpandedNotice .bottom .share-box button.printNotice {
          background-image: url(/static/images/icons/printing.svg);
          background-size: 15px auto;
          background-repeat: no-repeat;
          padding-left: 43px;
          background-position: 18px center; }
        .ExpandedNotice .bottom .share-box button.pdfDownload {
          background-image: url(/static/images/icons/download.svg);
          background-size: 15px auto;
          background-repeat: no-repeat;
          padding-left: 43px;
          background-position: 18px center; }
        .ExpandedNotice .bottom .share-box button:hover {
          background-color: #005a7a; }
      .ExpandedNotice .bottom .share-box input {
        display: none; }
        .ExpandedNotice .bottom .share-box input + label {
          width: auto;
          text-align: center;
          position: relative;
          cursor: pointer;
          display: inline-block;
          margin: 0;
          padding: 7.5px 18px;
          background-color: #E02D15;
          border: none;
          border-radius: 25px;
          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: 14px;
          font-weight: 600;
          transition: background-color 0.4s;
          line-height: 17px;
          transition: all 1s; }
          .ExpandedNotice .bottom .share-box input + label span {
            display: inline-block;
            transform: scaleX(1);
            transition: transform 400ms ease 0ms, width 400ms ease 500ms; }
          .ExpandedNotice .bottom .share-box input + label img {
            width: 15px;
            vertical-align: top;
            margin-right: 5px;
            transition: all 1s; }
          .ExpandedNotice .bottom .share-box input + label:hover {
            background-color: #b12411; }
        .ExpandedNotice .bottom .share-box input:checked + label {
          background-color: #E02D15;
          color: #FFF;
          padding: 7.5px 8.5px; }
          .ExpandedNotice .bottom .share-box input:checked + label span {
            transform: scaleX(0);
            width: 0;
            transition: transform 400ms ease 0ms, width 400ms ease 500ms; }
          .ExpandedNotice .bottom .share-box input:checked + label img {
            margin: 0; }
          .ExpandedNotice .bottom .share-box input:checked + label + .share-menu {
            display: flex;
            width: auto;
            height: auto;
            opacity: 1;
            margin-left: 10px; }
      .ExpandedNotice .bottom .share-box .share-menu {
        width: 0;
        height: 0;
        flex-flow: row wrap;
        align-items: center;
        justify-content: flex-start;
        gap: 0.5em;
        overflow: hidden;
        opacity: 0;
        background: #FFF;
        border-radius: 25px;
        transition: all .5s;
        order: 1; }
        .ExpandedNotice .bottom .share-box .share-menu button {
          width: auto;
          text-align: center;
          position: relative;
          cursor: pointer;
          display: inline-block;
          margin: 0;
          padding: 7.5px 18px;
          background-color: #007FAD;
          border: none;
          border-radius: 25px;
          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: 14px;
          font-weight: 600;
          transition: background-color 0.4s;
          line-height: 17px;
          margin: 0; }
          .ExpandedNotice .bottom .share-box .share-menu button:hover {
            background-color: #005a7a; }
        .ExpandedNotice .bottom .share-box .share-menu .ShareButtons {
          margin: 0; }
          .ExpandedNotice .bottom .share-box .share-menu .ShareButtons a:hover,
          .ExpandedNotice .bottom .share-box .share-menu .ShareButtons span:hover {
            background-color: #005a7a; }
          .ExpandedNotice .bottom .share-box .share-menu .ShareButtons span {
            margin-right: 0; }

@media (max-width: 500px) {
  .ModalBoxOverlay .ExpandedNotice .bottom .button.pdfDownload {
    margin-left: 0; } }

.SaveYourSearch button.small {
  margin: 0; }

.SaveYourSearch .hidden {
  display: none; }

.CopyLink button.small {
  margin: 0; }

.CopyLink .hidden {
  display: none; }

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

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

.outerNoticesContainer {
  display: flex;
  height: calc(100vh - 141.17px);
  position: relative; }
  .outerNoticesContainer.fullScreen {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 7;
    height: auto; }
  .outerNoticesContainer.darkMode .NoticeMapToolbar label {
    color: #FFF; }
  .outerNoticesContainer .activeNotice {
    background-color: #fff;
    margin-top: 15px;
    margin-bottom: 15px;
    padding: 0 0 0 15px;
    position: relative;
    border: 3px solid #007FAD;
    overflow-y: auto; }
    .outerNoticesContainer .activeNotice .NoticeListItem {
      border-bottom: 0; }
    .outerNoticesContainer .activeNotice .selectedText {
      position: absolute;
      left: 0;
      background: #007FAD;
      color: #fff;
      font-size: 12px;
      padding: 0px 10px;
      border-radius: 0 0 6px 0; }
  .outerNoticesContainer .bottomTitle {
    padding-bottom: 10px;
    margin: 0;
    margin-top: 20px;
    color: #006BB3;
    border-bottom: 1px solid #006BB3; }
  .outerNoticesContainer .esri-scale-bar {
    position: absolute;
    bottom: 15px;
    right: 260px; }
  @media (max-width: 800px) {
    .outerNoticesContainer .esri-scale-bar {
      position: absolute;
      bottom: 25px;
      right: 15px; } }

.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; } }

.notices {
  display: flex;
  flex-direction: column;
  padding: 15px;
  width: 600px;
  z-index: 1;
  background-color: #fff; }
  .notices .inner {
    width: 700px; }
  .notices.show-enter {
    transition: all 0.6s cubic-bezier(0.445, 0.05, 0.55, 0.95);
    opacity: 0.01;
    width: 1px; }
    .notices.show-enter.show-enter-active {
      opacity: 1;
      width: 700px; }
  .notices.show-exit {
    width: 700px; }
    .notices.show-exit.show-exit-active {
      transition: all 0.6s cubic-bezier(0.445, 0.05, 0.55, 0.95);
      opacity: 0.01;
      width: 1px; }
  .notices .top {
    display: flex;
    flex-flow: row wrap;
    align-items: center;
    justify-content: space-between;
    padding-bottom: 20px;
    border-bottom: 5px solid #f5f5f5; }
    .notices .top p {
      margin: 0 0 1em; }
    .notices .top .right {
      display: flex;
      align-items: center; }
      .notices .top .right button {
        margin: 0 0 1em; }
    .notices .top .FormInput {
      flex: 0 100%;
      margin-bottom: 0; }
      .notices .top .FormInput .selectContainer select {
        height: 40px; }
      .notices .top .FormInput .selectContainer:after {
        bottom: 9px; }
  .notices .bottom {
    flex: 1;
    overflow-y: auto;
    border-bottom: 5px solid #f5f5f5; }
    .notices .bottom .NoticeListItem:last-child {
      border-bottom: none; }
    .fullScreen .notices .bottom {
      height: 100%; }

.noticeMapContainer {
  display: flex;
  flex-direction: column;
  flex: 1;
  position: relative; }
  .fullScreen .noticeMapContainer {
    height: 100%; }
  .noticeMapContainer .activeNotice {
    position: absolute;
    z-index: 2;
    background: rgba(255, 255, 255, 0.65);
    right: 15px;
    top: 50%;
    transform: translateY(-50%);
    margin: -30px 0 0;
    padding: 0;
    width: 60%;
    max-width: 400px;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
    border: none;
    overflow-y: initial;
    backdrop-filter: blur(4px); }
    .noticeMapContainer .activeNotice .top {
      background-color: #006BB3;
      padding: 10px; }
      .noticeMapContainer .activeNotice .top h3 {
        margin: 0;
        color: #fff; }
  .noticeMapContainer .esri-popup__header-buttons {
    display: none; }
  .noticeMapContainer .esri-popup__main-container {
    width: auto;
    max-width: 400px; }
  .noticeMapContainer .esri-view-width-xlarge .esri-popup__main-container {
    width: auto; }
  .noticeMapContainer .esri-popup__header {
    display: block;
    flex: none; }
  .noticeMapContainer .esri-popup__header-title {
    font-size: 12px;
    padding: 6px 14px; }
  .noticeMapContainer .esri-popup--shadow {
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3); }

#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%; }

.savePanel {
  padding: 20px; }
  .savePanel .SubTitle {
    margin: 0; }
  .savePanel .button {
    width: 100%;
    margin-bottom: 0; }
    .savePanel .button.emailButton {
      padding-left: 0;
      padding-right: 0;
      text-align: center; }

.panelOptions {
  display: flex;
  flex-direction: column;
  gap: 1.5em 0; }
  .panelOptions .button-surround {
    display: flex;
    flex-flow: row wrap;
    align-items: flex-start;
    gap: .75em 1em; }
    .panelOptions .button-surround h3 {
      flex: 0 0 100%; }
    .panelOptions .button-surround button,
    .panelOptions .button-surround a.button,
    .panelOptions .button-surround .CopyLink {
      flex: 0 0 calc(50% - 0.5em);
      margin: 0; }
      @media (max-width: 400px) {
        .panelOptions .button-surround button,
        .panelOptions .button-surround a.button,
        .panelOptions .button-surround .CopyLink {
          flex: 0 0 100%; } }
      .panelOptions .button-surround button .textPrompt,
      .panelOptions .button-surround a.button .textPrompt,
      .panelOptions .button-surround .CopyLink .textPrompt {
        color: #ea0029;
        text-align: center;
        margin: 5px 0 0;
        font-style: italic;
        font-size: .85em; }

.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; }

@media (max-width: 1320px) {
  .notices {
    width: 40%; }
    .notices .NoticeListItem {
      position: relative; }
      .notices .NoticeListItem .row {
        flex-direction: column; }
        .notices .NoticeListItem .row .buttons {
          flex-flow: row wrap; }
        .notices .NoticeListItem .row.meta {
          display: block;
          width: 100%; }
          .notices .NoticeListItem .row.meta .postedOn, .notices .NoticeListItem .row.meta .sector, .notices .NoticeListItem .row.meta .category {
            display: block;
            width: 100%;
            line-height: 26px; }
      .notices .NoticeListItem .notice-meta-wrapper {
        margin: 0 0 1em 0; }
      .notices .NoticeListItem .information .noticeMeta {
        flex-direction: column; } }

@media (max-width: 1023px) {
  .outerNoticesContainer {
    flex-direction: column; }
  .noticeMapContainer {
    display: block; }
    .noticeMapContainer.listViewOn {
      display: none; }
  .notices {
    width: auto;
    height: 100%; }
    .notices .bottom {
      height: auto; }
    .listView .notices {
      padding-top: 75px; }
      .listView .notices .bottom {
        height: 83%; }
  #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: 900px) {
  .outerNoticesContainer {
    height: calc(100vh - 97px); } }

@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 .activeFilters {
    position: static; }
  .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; } }

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

.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; }

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

.AppStoreLink {
  cursor: pointer;
  display: inline-block;
  margin-right: 25px;
  border-bottom: 0;
  width: 176px;
  height: 62px; }
  .AppStoreLink path {
    transition: fill 0.4s; }
  .AppStoreLink:hover path {
    fill: #000; }
  @media (max-width: 900px) {
    .AppStoreLink {
      margin: 0 10px; } }

.AppStoreAnchor {
  border-bottom: 0; }

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

.TwitterLogo {
  cursor: pointer;
  display: inline-block;
  border-bottom: 0;
  width: 86px;
  height: 64px; }

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

.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 {
      display: flex;
      justify-content: center; }
      .GlobalAlertBox .inner .buttons .button {
        margin: 12px; }
    .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; }

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

.FacebookLogo {
  cursor: pointer;
  display: inline-block;
  border-bottom: 0;
  width: 86px;
  height: 64px; }

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

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

@keyframes ring {
  0% {
    transform: rotate(0); }
  4% {
    transform: rotate(8deg); }
  8% {
    transform: rotate(-8deg); }
  12% {
    transform: rotate(8deg); }
  16% {
    transform: rotate(-8deg); }
  20% {
    transform: rotate(8deg); }
  24% {
    transform: rotate(-8deg); }
  28% {
    transform: rotate(8deg); }
  32% {
    transform: rotate(-8deg); }
  36% {
    transform: rotate(8deg); }
  40% {
    transform: rotate(-8deg); }
  44% {
    transform: rotate(8deg); }
  48% {
    transform: rotate(-8deg); }
  52% {
    transform: rotate(0); }
  100% {
    transform: rotate(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%; }

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

.AppScreenshot {
  display: flex; }
  .AppScreenshot .column {
    box-sizing: border-box;
    width: 50%; }
    .AppScreenshot .column.text {
      text-align: right; }
  @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;
          text-align: center; } }
  @media (max-width: 460px) {
    .AppScreenshot .TabletFrame .imageHolder {
      left: -30px; }
    .AppScreenshot .PlayStoreLink {
      display: block;
      margin: 10px auto; }
    .AppScreenshot .AppStoreLink {
      display: block;
      width: 187px;
      height: 66px;
      margin: 10px auto; } }

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

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

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

.ScrollDownArrow {
  z-index: 2;
  display: flex;
  position: absolute;
  width: 100%;
  margin-top: -60px; }
  .ScrollDownArrow .arrow {
    width: 125px;
    padding: 65px 10px 55px;
    margin: 0 auto;
    border-radius: 80px;
    text-align: center;
    font-family: "Material-Design-Iconic-Font";
    background: #fafafa; }
    .ScrollDownArrow .arrow img {
      width: 35px;
      height: 21px; }
  @media (max-width: 767px) {
    .ScrollDownArrow {
      display: none; } }

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

.PageFooter {
  position: relative;
  background-color: #1b4a98;
  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: 0.25; }
    .PageFooter .waveLayer.one {
      opacity: 0.4;
      background-position: -60% 50%;
      background-size: 88%; }
    .PageFooter .waveLayer.two {
      opacity: 0.3;
      background-position: 110% 100px;
      background-size: 58%; }
    .PageFooter .waveLayer.three {
      opacity: 0.3;
      background-position: 110% -100px;
      background-size: 70%; }
  .PageFooter > .ContentWrapper {
    position: relative;
    padding-top: 80px; }
  .PageFooter .SiteLogo {
    display: block;
    margin: 20px 0 35px; }
    .PageFooter .SiteLogo img {
      width: 160px;
      height: 90px; }
  .PageFooter a {
    color: #ffffff;
    border-bottom: 0; }
    .PageFooter a:hover {
      color: #d9d9d9 !important; }
  .PageFooter .contactContent, .PageFooter .linksColumn, .PageFooter .leftColumn, .PageFooter .rightColumn {
    display: inline-block;
    vertical-align: top;
    padding-bottom: 80px;
    box-sizing: border-box; }
  .PageFooter .contactContent {
    width: 40%; }
    .PageFooter .contactContent p {
      margin-top: 0;
      padding-top: 0;
      line-height: 24px; }
    .PageFooter .contactContent .telephone {
      margin: 40px 0 15px 0;
      font-size: 23px; }
  .PageFooter .linksColumn {
    width: 30%;
    padding-left: 40px; }
    .PageFooter .linksColumn h4 {
      margin: 0;
      font-size: 14px;
      line-height: 24px;
      text-transform: uppercase; }
    .PageFooter .linksColumn ul {
      margin: 0;
      padding: 0;
      font-weight: 400;
      list-style: none; }
    .PageFooter .linksColumn li {
      line-height: 30px; }
  .PageFooter .leftColumn {
    width: 55%; }
  .PageFooter .rightColumn {
    width: 45%;
    padding-top: 65px;
    text-align: right; }
  .PageFooter .socialMediaLinks {
    margin-bottom: 65px; }
  .PageFooter .SubMenu {
    position: relative;
    border-bottom: 0;
    background: #0d2b5c; }
  .PageFooter .developedBy {
    opacity: 0.2;
    font-weight: 400;
    font-size: 11px; }
  @media (max-width: 1200px) {
    .PageFooter .contactContent {
      width: 50%; }
    .PageFooter .linksColumn {
      width: 25%; }
    .PageFooter .leftColumn, .PageFooter .rightColumn {
      width: 100%; }
    .PageFooter .leftColumn {
      padding-bottom: 0; }
    .PageFooter .rightColumn {
      padding-top: 0; } }
  @media (max-width: 900px) {
    .PageFooter .SubMenu .leftMenu, .PageFooter .SubMenu .rightMenu {
      display: block;
      text-align: center;
      float: none; }
    .PageFooter .SubMenu .rightMenu {
      margin-top: 50px; } }
  @media (max-width: 760px) {
    .PageFooter .contactContent {
      width: 100%; }
    .PageFooter .linksColumn {
      width: 50%;
      padding: 50px 0;
      border-top: 5px solid rgba(13, 43, 92, 0.3); }
    .PageFooter .rightColumn {
      padding-top: 50px;
      border-top: 5px solid rgba(13, 43, 92, 0.3);
      text-align: center; }
    .PageFooter .SubMenu .leftMenu {
      text-align: center; }
      .PageFooter .SubMenu .leftMenu a {
        margin-bottom: 10px;
        display: inline-block; } }
  @media (max-width: 440px) {
    .PageFooter .appStoreLinks > svg {
      display: block;
      margin: 0 auto 15px auto; } }

@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 ring {
  0% {
    transform: rotate(0); }
  4% {
    transform: rotate(8deg); }
  8% {
    transform: rotate(-8deg); }
  12% {
    transform: rotate(8deg); }
  16% {
    transform: rotate(-8deg); }
  20% {
    transform: rotate(8deg); }
  24% {
    transform: rotate(-8deg); }
  28% {
    transform: rotate(8deg); }
  32% {
    transform: rotate(-8deg); }
  36% {
    transform: rotate(8deg); }
  40% {
    transform: rotate(-8deg); }
  44% {
    transform: rotate(8deg); }
  48% {
    transform: rotate(-8deg); }
  52% {
    transform: rotate(0); }
  100% {
    transform: rotate(0); } }

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

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

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

.PrivacyPolicy {
  padding: 30px; }

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

.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; }

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

.UserLoginModal {
  z-index: 100; }

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

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

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

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

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

/* 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; }

html {
  height: 100%; }

body {
  position: relative;
  min-width: 300px;
  margin: 0;
  padding: 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; }

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; }

.slick-slider .RightButton {
  position: absolute;
  top: -107px;
  right: 60px; }

@media (max-width: 767px) {
  .slick-slider .LeftButton, .slick-slider .RightButton {
    top: auto;
    right: 50%;
    bottom: -70px;
    margin-right: 12px; }
  .slick-slider .RightButton {
    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; }

/*
*  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; }

.cke_notifications_area {
  display: none !important; }

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

.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; } }

@keyframes ring {
  0% {
    transform: rotate(0); }
  4% {
    transform: rotate(8deg); }
  8% {
    transform: rotate(-8deg); }
  12% {
    transform: rotate(8deg); }
  16% {
    transform: rotate(-8deg); }
  20% {
    transform: rotate(8deg); }
  24% {
    transform: rotate(-8deg); }
  28% {
    transform: rotate(8deg); }
  32% {
    transform: rotate(-8deg); }
  36% {
    transform: rotate(8deg); }
  40% {
    transform: rotate(-8deg); }
  44% {
    transform: rotate(8deg); }
  48% {
    transform: rotate(-8deg); }
  52% {
    transform: rotate(0); }
  100% {
    transform: rotate(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; }

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

.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; }

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

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

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

.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; }

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

.ExpandedNotice {
  padding: 20px;
  padding-bottom: 0;
  max-height: 75vh;
  overflow: auto; }
  .ExpandedNotice:after {
    content: "";
    height: 20px;
    display: block; }
  .ExpandedNotice .share h4 {
    color: #0077c8;
    border-bottom: 1px solid #f5f5f5;
    padding-bottom: 5px;
    margin-bottom: 10px; }
  .ExpandedNotice .row {
    display: flex;
    justify-content: space-between;
    padding: 0;
    align-items: center; }
    .ExpandedNotice .row + .row {
      border-top: 1px solid #f5f5f5; }
    .ExpandedNotice .row.meta > span {
      flex: 3; }
      .ExpandedNotice .row.meta > span:nth-of-type(2) {
        flex: 4; }
  .ExpandedNotice .status {
    width: 100px;
    padding: 6px 0;
    text-align: center;
    border-radius: 2px;
    background: #006BB3;
    color: #fff; }
    .ExpandedNotice .status.pending {
      background-color: #ffa200; }
    .ExpandedNotice .status.expiring {
      background-color: #ff004e; }
    .ExpandedNotice .status.ended {
      background-color: #000; }
    .ExpandedNotice .status.draft {
      background-color: #5f6364; }
  .ExpandedNotice .title {
    flex: 1;
    margin: 0 20px;
    color: #006BB3;
    font-size: 20px; }
  .ExpandedNotice .postedOn, .ExpandedNotice .sector, .ExpandedNotice .reminders, .ExpandedNotice .category {
    display: inline-block;
    font-size: 12px; }
    .ExpandedNotice .postedOn .FontIcon, .ExpandedNotice .sector .FontIcon, .ExpandedNotice .reminders .FontIcon, .ExpandedNotice .category .FontIcon {
      vertical-align: middle; }
  .ExpandedNotice .dismissButton {
    display: inline-block;
    margin-left: 20px;
    border-bottom: 0;
    vertical-align: middle; }
    .ExpandedNotice .dismissButton .FontIcon {
      font-size: 30px; }
  .ExpandedNotice .noticeMeta {
    display: flex; }
    .ExpandedNotice .noticeMeta > div {
      flex: 1; }
      .ExpandedNotice .noticeMeta > div.separator {
        flex: none;
        margin: 0 20px; }
  .ExpandedNotice .bottom .button {
    margin: 0; }

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

.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; }

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

.FilterButtons {
  padding-bottom: 80px; }
  .FilterButtons.centred .FilterHeadings {
    text-align: center; }
  .FilterButtons .FilterHeadings .button {
    padding: 15px 24px 14px 24px;
    margin: 0 10px 30px 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.squareButtons .FilterHeadings .button {
    position: relative;
    border-radius: 2px;
    border: 1px solid #d4d4d4;
    transition: border-color 0.4s, background-color 0.4s; }
    .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 {
      z-index: 2;
      position: relative;
      top: 0;
      left: 0;
      width: 100%;
      padding-top: 60px; }
      .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; } }

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

.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 20px;
    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;
      text-align: left;
      order: 2; }
    .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: 6px;
      order: 3;
      justify-content: flex-start; }
      .SubmissionItem .row .buttons button.small,
      .SubmissionItem .row .buttons .button.small {
        margin: 0;
        line-height: 1;
        padding: 10px 15px;
        font-weight: 500; }
      .SubmissionItem .row .buttons .dismissButton {
        color: #E02D15;
        width: 18px;
        height: 18px;
        border-bottom: 0;
        vertical-align: middle;
        margin-left: 10px; }
        .SubmissionItem .row .buttons .dismissButton .FontIcon {
          font-size: 30px; }
  .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 .noticeName {
    margin: 0 5px; }

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

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

.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; }

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

.NotificationItem {
  display: flex;
  width: 100%;
  padding: 20px 0;
  border-bottom: 3px solid #f5f5f5; }
  .NotificationItem.unread {
    font-weight: 600; }
  .NotificationItem .statusIcon {
    width: 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 .text {
    flex: 1;
    align-self: center; }
  .NotificationItem .dateCreated {
    margin: 0 20px 0 10px;
    align-self: center; }
  .NotificationItem .buttons {
    margin-left: 10px;
    text-align: right; }
    .NotificationItem .buttons .button {
      margin: 0 6px; }
  .NotificationItem .noticeName {
    margin: 0 5px; }
  .NotificationItem .dismissButton {
    color: #E02D15;
    display: inline-block;
    margin-left: 20px;
    border-bottom: 0;
    vertical-align: middle; }
    .NotificationItem .dismissButton .FontIcon {
      font-size: 30px; }

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

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

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

.AlertItem {
  position: relative;
  padding: 15px 0;
  border-bottom: 3px solid #f5f5f5;
  overflow: hidden; }
  .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:first-child {
    border-top: 3px solid #f5f5f5; }
  .AlertItem .row {
    display: table;
    table-layout: fixed;
    width: 100%;
    padding: 12px 0; }
    .AlertItem .row > * {
      display: table-cell; }
    .AlertItem .row + .row {
      border-top: 1px solid #f5f5f5; }
    .AlertItem .row.alert-info {
      display: flex;
      flex-flow: row wrap;
      align-items: flex-start;
      gap: .25em 1em; }
      .AlertItem .row.alert-info span {
        flex: 0 0 calc(20% - .85em); }
        .AlertItem .row.alert-info span.sector {
          flex: 0 0 calc(40% - .85em); }
        .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.row {
          width: calc(100% - 30px);
          padding: 0 0 0 30px; }
          @media (max-width: 767px) {
            .AlertItem .row.alert-info span.row {
              display: inline;
              padding: 0; } }
  .AlertItem .status {
    width: 100px;
    padding: 6px 0;
    vertical-align: middle;
    text-align: center;
    border-radius: 2px;
    background: #006BB3;
    color: #fff; }
    .AlertItem .status.Active {
      background-color: #11bd6a; }
    .AlertItem .status.Paused {
      background-color: #ffa200; }
    .AlertItem .status.expiring {
      background-color: #ff004e; }
    .AlertItem .status.ended {
      background-color: #000; }
    .AlertItem .status.draft {
      background-color: #5f6364; }
  .AlertItem .statusIcon {
    width: 40px;
    padding-left: 15px;
    text-align: center;
    vertical-align: middle;
    color: #006BB3; }
    .AlertItem .statusIcon.Paused {
      color: #ffa200; }
    .AlertItem .statusIcon .FontIcon {
      font-size: 35px; }
    .AlertItem .statusIcon:hover {
      cursor: pointer; }
  .AlertItem .title {
    width: 60%;
    padding-left: 20px;
    font-size: 16px;
    color: #006BB3; }
  .AlertItem .buttons {
    width: 240px;
    text-align: right; }
    .AlertItem .buttons .button {
      margin: 0 6px; }
  .AlertItem .postedOn, .AlertItem .sector, .AlertItem .type {
    display: inline-block;
    width: 200px;
    font-size: 12px; }
    .AlertItem .postedOn .FontIcon, .AlertItem .sector .FontIcon, .AlertItem .type .FontIcon {
      vertical-align: middle; }
  .AlertItem .noticeName {
    margin: 0 5px; }
  .AlertItem .dismissButton {
    color: #E02D15;
    display: inline-block;
    margin-left: 20px;
    border-bottom: 0;
    vertical-align: middle; }
    .AlertItem .dismissButton .FontIcon {
      font-size: 30px; }
  @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; } }

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

.DeleteAccount {
  padding-top: 100px; }

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

.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 {
        font-size: 1.25em; }
        .create-alert-box > .AlertButtonContainer > .ContentWrapper > button .FontIcon {
          display: inline-block;
          font-size: 1.5em !important;
          -webkit-animation: ring 3s 0s ease-in-out infinite;
          -webkit-transform-origin: 50% 4px;
          -moz-animation: ring 3s 0s ease-in-out infinite;
          -moz-transform-origin: 50% 4px;
          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 {
        margin: 0;
        padding: 0;
        width: auto; }
    .activeAlerts .bttn-wrapper button {
      margin: 0; }

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

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

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

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

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

/* 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; }

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

.NoticeItem {
  position: relative;
  background: #fff;
  padding: 10px 10px 0 10px; }
  .NoticeItem .heading {
    position: absolute;
    top: 10px;
    left: 10px;
    text-transform: uppercase;
    font-size: 14px; }
    .NoticeItem .heading > span {
      display: inline-block;
      padding: 10px 17px;
      color: #fff; }
    .NoticeItem .heading .type {
      background: #888; }
      .NoticeItem .heading .type.Hazard {
        background: #ea0029; }
      .NoticeItem .heading .type.Activity {
        background: #C05402; }
      .NoticeItem .heading .type.News {
        background: #707A00; }
    .NoticeItem .heading .sector {
      background: #007FAD; }
  .NoticeItem .imageHolder {
    min-height: 160px;
    padding-bottom: 73px;
    background: #006BB3; }
    .NoticeItem .imageHolder img {
      max-width: 100%; }
  .NoticeItem .text {
    z-index: 1;
    position: absolute;
    bottom: 83px;
    width: calc(100% - 20px);
    background: #fff; }
  .NoticeItem .title {
    font-family: "Roboto";
    margin-top: 28px;
    padding: 0 10px 10px 10px;
    font-weight: 700;
    color: #666; }
  .NoticeItem .description {
    position: relative;
    overflow: hidden;
    max-height: 0px;
    padding: 0 10px;
    font-size: 13px;
    font-weight: 400;
    transition: all 0.4s; }
    .NoticeItem .description.enter {
      max-height: 0px;
      padding-bottom: 0px; }
    .NoticeItem .description.enter-active, .NoticeItem .description.enter-done {
      max-height: 100px;
      padding-bottom: 10px; }
  .NoticeItem .buttons {
    z-index: 2;
    position: relative;
    border-top: 1px solid #eaeaea;
    padding: 30px 10px;
    font-size: 14px;
    text-transform: uppercase; }
    .NoticeItem .buttons a {
      border-bottom: 0; }
      .NoticeItem .buttons a:hover .linkText {
        color: #006BB3; }
    .NoticeItem .buttons .linkText {
      color: #666;
      text-transform: none;
      transition: color 0.4s; }
    .NoticeItem .buttons .moreInfo {
      margin-right: 30px; }

.slick-track .NoticeItem {
  margin: 0 15px; }

@media (max-width: 1500px) {
  .slick-track .NoticeItem {
    margin: 0 22px; } }

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

.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; }

