@charset "UTF-8";
@keyframes blink {
  from, to {
    color: transparent;
  }
  50% {
    color: black;
  }
}
@-moz-keyframes blink {
  from, to {
    color: transparent;
  }
  50% {
    color: black;
  }
}
@-webkit-keyframes blink {
  from, to {
    color: transparent;
  }
  50% {
    color: black;
  }
}
@-ms-keyframes blink {
  from, to {
    color: transparent;
  }
  50% {
    color: black;
  }
}
@-o-keyframes blink {
  from, to {
    color: transparent;
  }
  50% {
    color: black;
  }
}
@keyframes pulsate {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.2);
  }
  100% {
    transform: scale(1);
  }
}
.pulsate {
  animation: pulsate 0.7s ease-in-out 2;
}

/*! normalize.css v3.0.2 | MIT License | git.io/normalize */
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}

audio,
canvas,
img,
video,
svg {
  vertical-align: middle;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden],
template {
  display: none;
}

a {
  background-color: transparent;
}

a:active,
a:hover {
  outline: 0;
}

abbr[title] {
  border-bottom: 1px dotted;
}

b,
strong {
  font-weight: bold;
}

dfn {
  font-style: italic;
}

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

mark {
  background: #ff0;
  color: #000;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

img {
  border: 0;
}

svg:not(:root) {
  overflow: hidden;
}

figure {
  margin: 1em 40px;
}

hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}

pre {
  overflow: auto;
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}

button {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
html input[type=button],
input[type=reset],
input[type=submit] {
  -webkit-appearance: button;
  cursor: pointer;
}

button[disabled],
html input[disabled] {
  cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

input {
  line-height: normal;
}

input[type=checkbox],
input[type=radio] {
  box-sizing: border-box;
  padding: 0;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  height: auto;
}

input[type=search] {
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}

input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
}

optgroup {
  font-weight: bold;
}

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

td,
th {
  padding: 0;
}

@-ms-viewport {
  width: auto;
}
* {
  box-sizing: border-box;
}

html,
body {
  overflow-x: visible;
  -ms-overflow-style: auto !important;
  -webkit-overflow-scrolling: touch;
  box-sizing: border-box;
}

body {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-family: "Roboto", arial, sans-serif;
  font-size: 1rem;
  line-height: 1.5;
  color: #1f1e1e;
  opacity: 1;
  background-color: #ffffff;
}
body.inverness button.mfp-close, body.wes button.mfp-close, body.emsp button.mfp-close, body.enterprise button.mfp-close {
  background: none;
  width: auto;
  padding: 0;
  top: -55px;
}
body.fixed {
  position: fixed;
  width: 100%;
  overflow-y: scroll;
}
body.dialog--is-open {
  overflow-y: hidden;
}
@media (pointer: coarse) {
  body.filter-open {
    position: fixed;
    overflow: hidden;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
  }
}

img {
  max-width: 100%;
}

.emsp a:not([class]) {
  color: #B11B83;
}
.enterprise a:not([class]) {
  color: #6C3685;
}

p {
  margin: 0;
}
p + p {
  margin-top: 1rem;
}
p.preamble,
p .preamble {
  font-weight: 600;
}

ul {
  list-style: disc;
}

ol {
  list-style: decimal;
}

blockquote {
  font-size: 1.25rem;
}

address {
  font-style: normal;
}

em {
  font-style: italic;
}

time {
  display: inline-block;
}

fieldset {
  margin: 0;
  padding: 0;
}

.menu-list {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.menu-list--inline {
  flex-direction: row;
  flex-wrap: wrap;
}

.e-remove {
  font-size: 1.563rem;
  position: absolute;
  right: -15px;
  top: -15px;
  border-radius: 50%;
  background: #318731;
  color: #ffffff;
  width: 30px;
  height: 30px;
  text-align: center;
  box-sizing: border-box;
  transition: all 0.3s ease-in-out;
  transform: translateZ(0);
  text-align: center;
  display: inline-block;
  box-shadow: 0 0 1px #318731;
  z-index: 20;
}
.e-remove:hover {
  transform: scale(1.1) translateZ(0);
  background: #23408f;
  cursor: pointer;
}

table {
  border: 1px solid #767676;
  min-width: 100%;
}
table tr:first-child th {
  background: #23408f;
  color: #ffffff;
  padding: 5px 10px;
  font-weight: 500;
  border: 1px solid rgba(0, 0, 0, 0.1);
}
table tr td {
  padding: 5px 10px;
  border: 1px solid #767676;
}
table tr:nth-child(odd) td {
  background: #eee;
}

.pika-lendar {
  width: 300px !important;
  box-sizing: border-box;
}
.pika-lendar table td {
  padding: 0;
}

.wpcc-btn,
.wpcc-privacy {
  background: none;
}

.wpcc-privacy {
  padding-bottom: 0;
}

.mfp-close {
  background: none !important;
  width: auto !important;
  padding: 0 !important;
  top: -55px !important;
  outline: none !important;
}

.grecaptcha-badge {
  display: none !important;
}

@media screen and (max-width: 1024px) {
  .magnify-mobile {
    display: none !important;
  }
}
.grid {
  --grid-cols: 1;
  --grid-gap: 2rem;
  display: flex;
  flex-direction: column;
}
.grid-container {
  container-type: inline-size;
}
@supports (display: grid) {
  .grid {
    gap: var(--grid-gap);
  }
  .grid:not(.grid--md) {
    display: grid;
  }
  .grid--gap-s {
    gap: calc(var(--grid-gap) / 2);
  }
  .grid--gap-l {
    gap: calc(var(--grid-gap) * 2);
  }
  .grid--gap-xl {
    gap: calc(var(--grid-gap) * 2);
  }
  @media (min-width: 64em) {
    .grid--gap-xl {
      gap: calc(var(--grid-gap) * 3);
    }
  }
  @media (min-width: 48em) {
    .grid {
      --grid-cols: 12;
      --grid-gap: 1.5rem;
      grid-template-columns: repeat(var(--grid-cols), minmax(0, 1fr));
    }
    .grid--of-two, .grid--of-four {
      --grid-cols: 2;
    }
    .grid--of-three {
      --grid-cols: 3;
    }
    .grid--4\/8 > :nth-child(odd) {
      grid-column: span 4;
    }
    .grid--4\/8 > :nth-child(2n+2) {
      grid-column: span 8;
    }
    .grid--8\/4 > :nth-child(odd) {
      grid-column: span 8;
    }
    .grid--8\/4 > :nth-child(2n+2) {
      grid-column: span 4;
    }
    .grid--10\/2 > :nth-child(odd) {
      grid-column: span 10;
    }
    .grid--10\/2 > :nth-child(2n+2) {
      grid-column: span 2;
    }
    .grid--teaser {
      display: flex;
      flex-direction: column;
    }
  }
  @media (min-width: 64em) {
    .grid--md {
      display: grid;
    }
    .grid--teaser {
      display: grid;
      grid-template-columns: 1fr 1fr;
      grid-template-areas: "media textarea";
    }
    .grid--teaser-right {
      grid-template-areas: "textarea media";
    }
    .grid--of-four {
      --grid-cols: 4;
    }
  }
}

.sidebar-grid {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}
.sidebar-grid__results {
  position: relative;
}
.sidebar-grid__signposts {
  margin-top: 2rem;
}
@supports (display: grid) {
  .sidebar-grid {
    margin: 2.5rem 0;
  }
  @media (min-width: 64em) {
    .sidebar-grid {
      display: grid;
      grid-template-columns: 260px 1fr;
      grid-template-rows: auto 1fr;
      gap: 3rem;
    }
    .sidebar-grid__filters {
      grid-row: 1/2;
      grid-column: 1/2;
    }
    .sidebar-grid__results {
      display: flex;
      flex-direction: column;
      gap: 1.5rem;
      grid-row: 1/3;
      grid-column: 2/3;
    }
    .sidebar-grid__aside {
      grid-column: 1/2;
      grid-row: 2/3;
    }
    .sidebar-grid__signposts {
      grid-column: 1/2;
      grid-row: 2/3;
      margin: 0;
    }
  }
  @media (min-width: 80em) {
    .sidebar-grid {
      grid-template-columns: 320px 1fr;
    }
  }
}

.section-block {
  margin-top: clamp(1.5rem, 3.214vw + 0.857rem, 3.75rem);
  margin-bottom: clamp(1.5rem, 3.214vw + 0.857rem, 3.75rem);
}
.section-block__intro {
  max-width: 64em;
  margin: 0 auto;
}
.section-block__intro--left {
  margin: 0;
}
.section-block--pad {
  padding: clamp(1.5rem, 3.214vw + 0.857rem, 3.75rem) 0;
}
.section-block--pad-s {
  padding: clamp(1rem, 2.143vw + 0.571rem, 2.5rem) 0;
}
.section-block--pad-m {
  padding: clamp(1.5rem, 1.2315rem + 1.3423vi, 2.5rem) 0;
}
.section-block--constrain {
  max-width: 90rem;
  margin-left: 1.5rem;
  margin-right: 1.5rem;
}
@media (min-width: 80em) {
  .section-block--constrain {
    margin-left: auto;
    margin-right: auto;
  }
}
.section-block[class*=background-], .section-block[class*=bg-] {
  padding: clamp(2.5rem, 1.786vw + 2.143rem, 3.75rem) 0;
}
.section-block[class*=background-]:not(.section-block--inline), .section-block[class*=bg-]:not(.section-block--inline) {
  margin-top: 0;
  margin-bottom: 0;
}
.section-block[class*=background-].section-block--carousel, .section-block[class*=bg-].section-block--carousel {
  padding-bottom: calc(1.5 * clamp(1.5rem, 3.214vw + 0.857rem, 3.75rem));
}
.section-block--carousel {
  padding-bottom: calc(1.5 * clamp(1.5rem, 3.214vw + 0.857rem, 3.75rem));
}
.section-block--collapse {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
  padding: 0 !important;
}
.section-block--no-margin {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}
.section-block--inline {
  margin-left: clamp(1rem, 2.143vw + 0.571rem, 2.5rem);
  margin-right: clamp(1rem, 2.143vw + 0.571rem, 2.5rem);
  border-radius: 1.5rem;
}
.section-block--inline[class*=background-] {
  padding-left: clamp(1rem, 2.143vw + 0.571rem, 2.5rem);
  padding-right: clamp(1rem, 2.143vw + 0.571rem, 2.5rem);
}
.section-block--inline.section-block--constrain {
  margin: clamp(1.5rem, 3.214vw + 0.857rem, 3.75rem) 1.5rem;
}
@media (min-width: 80em) {
  .section-block--inline.section-block--constrain {
    margin: clamp(1.5rem, 3.214vw + 0.857rem, 3.75rem) auto;
  }
}

.sticky-block {
  position: -webkit-sticky;
  position: sticky;
  top: 196px;
}

.site-footer {
  padding: clamp(2.5rem, 4.464vw + 1.607rem, 5.625rem) 0 clamp(2.5rem, 5.357vw + 1.429rem, 6.25rem);
  background-color: #142143;
  color: white;
}
.site-footer a:not([class]) {
  color: inherit;
}
.site-footer a:not([class]):focus-visible {
  color: #142143 !important;
}
.site-footer__grid {
  display: flex;
  flex-direction: column;
  gap: 2rem;
}
@supports (display: grid) {
  @media (min-width: 48em) {
    .site-footer__grid {
      display: grid;
      grid-template-columns: repeat(4, minmax(0, 1fr));
    }
  }
}
@media (min-width: 48em) {
  .site-footer__info, .site-footer__meta {
    grid-column: span 2;
  }
}
.site-footer__meta {
  align-self: flex-end;
}
@media (min-width: 48em) {
  .site-footer__content {
    grid-row: span 2;
  }
}
.site-footer__branding {
  display: block;
  max-width: 200px;
  margin-top: 2.5rem;
}
@media (min-width: 64em) {
  .site-footer__branding {
    max-width: 250px;
  }
}
.site-footer__socials {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 1rem;
}
.hie .site-footer {
  padding-top: clamp(1.5rem, 1.2315rem + 1.3423vi, 2.5rem);
}
.osw .site-footer {
  background-color: white;
  background-image: url("../images/textures/osw-footer.svg");
  background-position: 74vw bottom;
  background-repeat: no-repeat;
  color: #142143;
  border-top: 1px solid rgba(0, 0, 0, 0.5);
}

@keyframes pulse {
  0% {
    transform: scale(1);
    box-shadow: 0 0 0 rgba(0, 0, 0, 0.1);
  }
  100% {
    transform: scale(1.5);
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
  }
}
header:not(.site-header) {
  display: flex;
  justify-content: space-between;
  display: flex;
  flex-direction: column;
  width: 100%;
  padding: 0.75rem 0;
  background: #ffffff;
  position: sticky;
  z-index: 9000;
  top: 0;
  left: 0;
  transition: height 0.4s linear;
}
.filter-open header:not(.site-header) {
  z-index: -1;
}
@media (min-width: 992px) {
  .filter-open header:not(.site-header) {
    z-index: 99999;
  }
}
header:not(.site-header).dashboard {
  padding-top: 10px;
  box-shadow: 0 2px 3px rgba(0, 0, 0, 0.05);
}
header:not(.site-header).dashboard .h-logo {
  transform: none !important;
  position: relative;
  margin: 0;
}
@media (max-width: 768px) {
  header:not(.site-header).dashboard .h-logo {
    margin: 0 auto;
  }
}
header:not(.site-header).dashboard .h-logo:after {
  content: "My";
  color: #ffffff;
  background: #318731;
  width: 40px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: 700;
  position: absolute;
  top: -4px;
  left: -20px;
  border-radius: 20px;
  border: 2px solid #ffffff;
  z-index: 30;
  text-indent: 0;
  text-transform: uppercase;
  box-sizing: border-box;
}
header:not(.site-header).dashboard + #hie-app .m-headerintro .container, header:not(.site-header).dashboard + .m-headerintro .container {
  padding-top: 0;
}
header:not(.site-header).dashboard .h-notificationbanner {
  margin-top: -10px;
}
header:not(.site-header).dashboard .mob-link {
  text-align: center;
  line-height: 1.2;
}
header:not(.site-header).dashboard .mob-link:hover {
  background: none;
}
header:not(.site-header).dashboard .btn {
  display: none;
}
header:not(.site-header).dashboard .log-out {
  order: 1;
  justify-content: center;
  display: flex;
}
header:not(.site-header).dashboard .log-out span {
  display: none;
}
header:not(.site-header).dashboard .continue-link {
  display: flex;
  order: 2;
}
header:not(.site-header) .h-notificationbanner {
  background: #23408f;
  padding: 6px 0 12px;
}
header:not(.site-header) .h-notificationbanner--hidden {
  display: none;
  visibility: hidden;
  pointer-events: none;
}
header:not(.site-header) .h-notificationbanner p {
  display: inline-block;
  margin: 0;
  color: #ffffff;
}
header:not(.site-header) .h-notificationbanner .container {
  display: flex;
  align-items: center;
  position: relative;
}
header:not(.site-header) .h-notificationbanner .e-icon {
  font-size: 0.875rem;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: #ffffff;
  color: #23408f;
  text-align: center;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-right: 5px;
}
header:not(.site-header) .h-notificationbanner .e-icon.exclamation::before {
  content: "!";
  display: block;
  font-style: italic;
}
header:not(.site-header) .h-notificationbanner .e-icon.information::before {
  content: "i";
  display: block;
  font-style: italic;
  font-family: Georgia, "Times New Roman", Times, serif;
}
header:not(.site-header) .h-notificationbanner .e-close {
  font-size: 0.875rem;
  position: absolute;
  right: 15px;
  top: 50%;
  transform: translateY(-45%);
  padding-top: 25px;
  color: #ffffff;
  transition: all 0.3s ease-in-out;
}
header:not(.site-header) .h-notificationbanner .e-close:before, header:not(.site-header) .h-notificationbanner .e-close:after {
  content: "";
  display: block;
  width: 20px;
  height: 1px;
  background: #ffffff;
  position: absolute;
  top: 18px;
  left: 50%;
}
header:not(.site-header) .h-notificationbanner .e-close:before {
  transform: translateX(-50%) rotate(-45deg);
}
header:not(.site-header) .h-notificationbanner .e-close:after {
  transform: translateX(-50%) rotate(45deg);
}
header:not(.site-header) .h-notificationbanner .e-close:hover {
  cursor: pointer;
}
header:not(.site-header) .h-notificationbanner__message {
  padding-right: 3.2rem;
}
header:not(.site-header) .h-notificationbanner__btn {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 0 0 0 auto;
  padding: 0;
  border-radius: 0;
  border-color: transparent;
  background-color: transparent;
  color: white;
}
header:not(.site-header) .h-notificationbanner__btn svg {
  width: 3rem;
  height: 3rem;
  fill: white;
}
header:not(.site-header) .h-notificationbanner__btn:focus-visible svg {
  fill: #152043;
}
header:not(.site-header) .h-notificationbanner a {
  color: #ffffff;
}
header:not(.site-header) .h-notificationbanner.red {
  background: #a9031b;
}
header:not(.site-header) .h-notificationbanner.red .e-icon {
  color: #a9031b;
}
header:not(.site-header) .h-notificationbanner.bluedark {
  background: #142143;
}
header:not(.site-header) .h-notificationbanner.bluedark .e-icon {
  color: #142143;
}
.outer-hebrides header:not(.site-header) .h-notificationbanner.bluedark {
  background: #263253;
}
header:not(.site-header) .h-main {
  transition: all 0.3s ease-in-out;
  order: 2;
  display: flex;
  width: 100%;
  justify-content: space-between;
  padding: 10px 30px 15px;
  align-items: center;
  position: relative;
  z-index: 10;
}
header:not(.site-header) .h-utility {
  order: 1;
  text-align: right;
  width: 100%;
  display: flex;
  align-items: stretch;
  justify-content: flex-end;
}
header:not(.site-header) .h-utility ul {
  display: none;
  gap: 0;
}
header:not(.site-header) .h-utility a {
  font-size: 0.875rem;
  font-weight: 500;
  text-decoration: none;
}
header:not(.site-header) .h-utility a:hover {
  text-decoration: underline;
}
header:not(.site-header) .h-utility .saveditems {
  display: flex;
  padding: 12px 0;
  align-items: center;
  position: relative;
}
header:not(.site-header) .h-utility .saveditems svg {
  transition: all 0.3s ease-in-out;
  fill: transparent;
  margin-right: 5px;
}
header:not(.site-header) .h-utility .saveditems div a {
  background: none;
  padding-bottom: 0;
  display: flex;
  align-items: center;
  margin: 0 5px;
  color: #318731;
}
header:not(.site-header) .h-utility .saveditems div a:hover svg {
  fill: #318731;
}
header:not(.site-header) .h-utility .saveditems:before {
  /*left: -32px;
  top: 0;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: rgba(255, 255, 255, 0);
  border-bottom-color: $c-white;
  border-right-color: $c-white;
  border-width: 16px;
  margin-top: 0;
  transform-origin: center left;*/
}
header:not(.site-header) .h-utility .h-myhielink {
  display: inline-flex;
  padding: 7px 30px 5px;
  background: #23408f;
  color: #ffffff;
  position: relative;
}
header:not(.site-header) .h-utility .h-myhielink .e-warning {
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 22px;
  width: 22px;
  height: 22px;
  display: inline-block;
  vertical-align: top;
  text-align: center;
  margin-left: 5px;
  color: #ffffff;
  background: #9B1F23;
  border-radius: 11px;
}
header:not(.site-header) .h-utility .h-myhielink .e-warning.pulse {
  animation-name: pulse;
  animation-duration: 0.5s;
  animation-direction: alternate;
  animation-iteration-count: infinite;
}
header:not(.site-header) .h-utility .h-myhielink .e-myhielink:not(:focus-visible) {
  text-decoration: none;
  color: white;
}
header:not(.site-header) .h-utility .h-myhielink ul {
  color: #ffffff;
  align-items: flex-start;
}
header:not(.site-header) .h-utility .h-myhielink ul li a {
  color: #ffffff;
}
header:not(.site-header) .h-utility .h-myhielink ul li:last-child:before {
  color: #ffffff;
}
header:not(.site-header) .h-utility .h-myhielink:before {
  left: -32px;
  top: 0;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: rgba(255, 255, 255, 0);
  border-bottom-color: #23408f;
  border-right-color: #23408f;
  border-width: 16px;
  margin-top: 0;
  transform-origin: center left;
}
.wes header:not(.site-header) .h-utility .h-myhielink {
  background-color: #318731;
}
.wes header:not(.site-header) .h-utility .h-myhielink:before {
  border-bottom-color: #318731;
  border-right-color: #318731;
}
header:not(.site-header) .h-utility span ul {
  display: flex;
  background: none;
  padding: 0;
  list-style: none;
  margin: 0;
  padding: 0;
  justify-content: flex-end;
}
header:not(.site-header) .h-utility span ul:before {
  display: none;
}
header:not(.site-header) .h-utility span ul li {
  margin: 0;
  padding: 0;
}
header:not(.site-header) .h-utility span ul li a {
  color: #318731;
}
header:not(.site-header) .h-utility span ul li:last-child {
  margin-left: 5px;
}
header:not(.site-header) .h-utility span ul li:last-child:before {
  content: "/";
  margin-right: 5px;
  display: inline-block;
  color: #318731;
}
header:not(.site-header) .h-myhiedropdown {
  background: #ffffff;
  padding: 15px;
  text-align: left;
  max-width: 595px;
  position: absolute;
  top: 100%;
  right: 0;
  width: 300px;
  z-index: 300;
  border: 1px solid #dfdfdf;
  border-top: 5px solid #23408f;
  display: none;
}
header:not(.site-header) .h-myhiedropdown:before {
  top: 0px;
  right: 55px;
  border: solid transparent;
  content: "";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: rgba(136, 183, 213, 0);
  border-top-color: #23408f;
  border-width: 5px;
  margin-left: -5px;
}
header:not(.site-header) .h-myhiedropdown h3 {
  color: #23408f;
  margin-bottom: 15px;
}
header:not(.site-header) .h-myhiedropdown p {
  color: #1f1e1e;
}
header:not(.site-header) .h-myhiedropdown .e-likesSaves {
  border: 2px dashed #CDCECF;
  padding: 12px;
  border-radius: 6px;
  margin-top: 12px;
}
header:not(.site-header) .h-myhiedropdown .e-likesSaves h4 {
  color: #23408f;
}
header:not(.site-header) .h-myhiedropdown .e-buttons {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  margin-top: 20px;
}
header:not(.site-header) .h-myhiedropdown .e-buttons a {
  margin: 0;
  text-align: center;
}
@media (min-width: 768px) {
  header:not(.site-header) .h-myhiedropdown .e-buttons {
    flex-direction: row;
  }
}
header:not(.site-header) .h-myhiedropdown .btn {
  width: 100%;
  margin-top: 0;
}
header:not(.site-header) .h-myhiedropdown .e-image {
  display: none;
}
header:not(.site-header) .h-myhiedropdown a {
  font-weight: bold;
}
header:not(.site-header) .h-menutoggle {
  order: 1;
}
header:not(.site-header) .h-menutoggle__btn {
  margin: 0;
  padding: 0;
  border-radius: 0;
  border-color: transparent;
  color: #23408f;
}
.enterprise header:not(.site-header) .h-menutoggle__btn {
  color: #6c3685;
}
header:not(.site-header) .h-menutoggle__btn:before, header:not(.site-header) .h-menutoggle__btn:after {
  content: none !important;
}
header:not(.site-header) .h-menutoggle__btn:hover {
  background: white;
  color: #23408f;
}
header:not(.site-header) .h-menutoggle__btn:not(:focus-visible) {
  background: white !important;
}
header:not(.site-header) .h-menutoggle__btn-icon {
  display: flex;
  justify-content: center;
  align-items: center;
}
header:not(.site-header) .h-menutoggle__btn-icon svg {
  width: 1.5rem;
  height: 1.5rem;
  fill: currentColor;
}
@media (min-width: 768px) {
  header:not(.site-header) .h-menutoggle__btn-icon svg {
    width: 2rem;
    height: 2rem;
  }
}
.osw header:not(.site-header) .h-menutoggle__btn-icon svg {
  width: 2rem;
  height: 2rem;
}
header:not(.site-header) .h-menutoggle__btn[aria-expanded=false] .h-menutoggle__btn-icon--close {
  display: none;
}
header:not(.site-header) .h-menutoggle__btn[aria-expanded=true] .h-menutoggle__btn-icon--open {
  display: none;
}
header:not(.site-header) a.h-logo {
  transition: all 0.3s ease-in-out;
  display: block;
  width: 70px;
  height: 70px;
  order: 2;
}
.fixed header:not(.site-header) a.h-logo {
  height: 70px;
}
header:not(.site-header) .h-rightalign {
  order: 3;
}
header:not(.site-header) .h-search {
  padding: 1rem 0;
}
header:not(.site-header) .h-search__btn {
  position: relative;
  border: transparent;
  border-radius: 0;
  margin: 0;
  padding: 0;
  text-align: center;
  font-size: 1rem;
}
header:not(.site-header) .h-search__btn-icon {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 2em;
  height: 2em;
  margin: 0 auto;
  padding: 0.5rem;
  background-color: transparent;
  border-radius: 100%;
  transition: all 0.3s ease-out;
}
header:not(.site-header) .h-search__btn-icon svg {
  width: 4rem;
  height: 4rem;
  fill: currentColor;
}
header:not(.site-header) .h-search__btn:not(:focus-visible) {
  background-color: transparent;
}
header:not(.site-header) .h-search__btn:hover {
  background-color: transparent;
  color: inherit;
}
header:not(.site-header) .h-search__btn:hover-icon {
  background-color: #23408f;
}
header:not(.site-header) .h-search__btn:hover-icon svg {
  fill: white;
}
header:not(.site-header) .h-search__btn[aria-expanded=false] .h-search__btn-icon--close {
  display: none;
}
header:not(.site-header) .h-search__btn[aria-expanded=true] .h-search__btn-icon--open {
  display: none;
}
header:not(.site-header) .h-search[aria-expanded=true] .icon .circle {
  border: transparent 0px solid;
  background: #23408f;
  width: 23px;
  height: 2px;
  margin-top: 1px;
  border-radius: 1px;
  margin-left: 0.5px;
}
header:not(.site-header) .h-search[aria-expanded=true] .icon .line {
  width: 24px;
}
header:not(.site-header) .h-searchdropdown {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  max-height: 100vh;
  background: #23408f;
  overflow: hidden;
  transition: max-height 0.5s ease-in-out;
}
.wes header:not(.site-header) .h-searchdropdown {
  background-color: #142143;
}
.outer-hebrides header:not(.site-header) .h-searchdropdown {
  background-color: #263253;
}
header:not(.site-header) .h-searchdropdown__inner {
  padding: 50px 0;
}
header:not(.site-header) .h-searchdropdown:before {
  transform: scale(0);
  transform-origin: top center;
  transition: transform 0.5s ease-in-out;
  top: 0;
  right: 30px;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: rgba(255, 255, 255, 0);
  border-top-color: #fff;
  border-width: 8px;
}
header:not(.site-header) .h-searchdropdown:not(.js-expanded) {
  visibility: hidden;
  max-height: 0;
}
header:not(.site-header) .h-searchdropdown .container:after {
  content: "";
  height: 0;
  clear: both;
  display: block;
  visibility: hidden;
}
header:not(.site-header) .h-searchdropdown .container form {
  width: 100%;
  float: left;
  position: relative;
  padding-left: 0;
  padding-right: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0;
  float: right;
  display: flex;
  background-color: white;
}
@media (min-width: 0) {
  header:not(.site-header) .h-searchdropdown .container form {
    width: 100%;
  }
}
@media (min-width: 768px) {
  header:not(.site-header) .h-searchdropdown .container form {
    width: 100%;
  }
}
@media (min-width: 992px) {
  header:not(.site-header) .h-searchdropdown .container form {
    width: 75%;
  }
}
@media (min-width: 1230px) {
  header:not(.site-header) .h-searchdropdown .container form {
    width: 50%;
    padding-left: 0;
    padding-right: 0;
  }
}
@media (min-width: 1460px) {
  header:not(.site-header) .h-searchdropdown .container form {
    width: 50%;
  }
}
.wes header:not(.site-header) .h-searchdropdown .container form, .outer-hebrides header:not(.site-header) .h-searchdropdown .container form {
  border-radius: 1.5rem;
}
@media (min-width: 600px) {
  header:not(.site-header) .h-myhiedropdown {
    width: 595px;
    padding: 40px 60px;
  }
  header:not(.site-header) .h-myhiedropdown .btn {
    width: auto;
  }
  header:not(.site-header) .h-myhiedropdown .btn + .btn {
    margin-left: 15px;
  }
  header:not(.site-header) .h-myhiedropdown .e-top {
    display: flex;
  }
  header:not(.site-header) .h-myhiedropdown .e-image {
    width: 125px;
    display: block;
  }
  header:not(.site-header) .h-myhiedropdown .e-text {
    flex: 1;
    padding: 0 15px 0 0;
  }
  header:not(.site-header) .h-myhiedropdown .e-text h3 {
    font-size: 1.5rem;
    margin-top: 0;
  }
}
@media (min-width: 768px) {
  header:not(.site-header).dashboard .h-main {
    display: flex;
    justify-content: space-between;
  }
  header:not(.site-header).dashboard .h-main .mob-link {
    display: none;
  }
  header:not(.site-header).dashboard .h-main .btn {
    display: block;
    margin-top: 0;
    margin-left: 20px;
  }
  header:not(.site-header).dashboard .h-main .log-out {
    order: 2;
    margin-left: auto;
    width: auto;
  }
  header:not(.site-header).dashboard .h-main .log-out p {
    margin-top: 0;
  }
  header:not(.site-header).dashboard .h-main .log-out p span {
    display: inline-block;
  }
  header:not(.site-header).dashboard .h-main .continue-link {
    order: 2;
    display: flex;
  }
  header:not(.site-header) a.h-logo {
    width: 70px;
    height: 70px;
  }
}
@media (min-width: 80em) {
  header:not(.site-header) {
    transition: padding 0.3s ease-in-out;
    box-shadow: 0 2px 3px rgba(0, 0, 0, 0.05);
  }
  header:not(.site-header).slim {
    padding: 0;
  }
  header:not(.site-header) .h-menutoggle {
    display: none;
  }
  header:not(.site-header) .h-searchdropdown:before {
    right: 50px;
  }
  header:not(.site-header) .h-main {
    padding: 0px 40px;
  }
  header:not(.site-header) .h-main a.h-logo {
    transform: translateY(-8px);
  }
  header:not(.site-header) .h-rightalign {
    display: flex;
    align-items: flex-end;
  }
  header:not(.site-header) .h-utility {
    display: flex;
    justify-content: flex-end;
    align-items: stretch;
    padding: 0;
  }
  header:not(.site-header) .h-utility ul {
    display: flex;
    list-style: none;
    padding: 0 40px 0 20px;
    margin: 0;
    background: #efefef;
    position: relative;
  }
  header:not(.site-header) .h-utility ul:before {
    left: -32px;
    top: -1px;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: rgba(255, 255, 255, 0);
    border-bottom-color: #efefef;
    border-right-color: #efefef;
    border-width: 16px;
  }
  header:not(.site-header) .h-utility ul li {
    display: inline-flex;
    padding: 5px 20px 2px;
  }
  header:not(.site-header) .h-utility ul li a {
    color: #1f1e1e;
    font-weight: 400;
  }
  header:not(.site-header).slim .n-main {
    height: auto;
  }
  header:not(.site-header).slim .h-main {
    padding: 0px 40px 15px;
  }
  .has-dropdown-menu header:not(.site-header).slim .h-main {
    padding-bottom: 0;
  }
  header:not(.site-header).slim a.h-logo {
    height: 70px;
  }
}
.wes header:not(.site-header) {
  padding: 0;
}

.site-header {
  position: sticky;
  top: 0;
  width: 100%;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 5px;
  z-index: 300;
}
.dialog--is-open .site-header {
  z-index: 1;
  position: unset;
}
.site-header__wrapper {
  background-color: white;
}
.site-header__top-bar {
  background: #23408F;
  background: linear-gradient(90deg, #23408f 0%, #142143 100%);
  padding: 0.25rem 0;
  color: white;
}
@media (max-width: 63.99em) {
  .site-header__top-bar {
    display: none;
  }
}
.site-header__top-bar a {
  font-weight: 500;
  text-decoration: none;
  color: inherit;
}
.site-header__top-bar a:hover {
  text-decoration: underline;
}
.site-header__top-bar a:focus-visible {
  color: #142143;
}
.site-header__secondary-nav {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.site-header__content {
  display: flex;
  gap: 1rem;
  padding: 1rem 0;
}
@media (min-width: 64em) {
  .site-header__content {
    justify-content: space-between;
    padding: 1.5rem 0;
  }
}
.site-header__branding {
  align-self: center;
  width: 44px;
  height: 44px;
}
.site-header__branding a {
  display: block;
  width: 100%;
}
.site-header__branding a img {
  width: 100%;
  height: 100%;
}
@media (min-width: 64em) {
  .site-header__branding {
    width: 72px;
    height: 72px;
  }
}
.site-header__nav {
  display: flex;
  gap: 1rem;
}
@media (max-width: 63.99em) {
  .site-header__nav {
    order: 3;
  }
}
@media (min-width: 64em) {
  .site-header__nav {
    flex: 1;
    flex-direction: column;
    gap: 1.5rem;
    align-items: center;
  }
}
@media (max-width: 63.99em) {
  .site-header__myhie {
    margin-left: auto;
  }
}

.property-logo {
  display: flex;
  align-items: center;
  width: 200px;
}
.propertyheader .property-logo {
  width: 160px;
}
@media (min-width: 48em) {
  .propertyheader .property-logo {
    order: 2;
    width: 240px;
  }
}
@media (min-width: 64em) {
  .property-logo {
    flex: 1;
    order: 2;
    justify-content: center;
  }
  .wes .property-logo {
    justify-content: flex-start;
    margin-top: -2rem;
  }
}
.property-logo a {
  display: block;
  width: auto;
  height: 75px;
  transition: height 0.3s ease-in-out;
}
@media (min-width: 64em) {
  .property-logo a {
    width: inherit;
  }
}
.property-logo a img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
}

.link-with-icon {
  display: flex;
  align-items: center;
  gap: 8px;
  text-decoration: none;
  font-weight: bold;
}

.link-with-icon .icon {
  width: 1em;
  height: 1em;
  color: black;
}

/*LAYOUT -  header, footer, site container, sections, articles columns*/
/*Container Layout*/
.container {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  max-width: 90rem;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}
.container--narrow {
  max-width: 73.75rem;
}
.container:before, .container:after {
  display: table;
  content: " ";
}
.container .row {
  margin-left: -15px;
  margin-right: -15px;
}
.container .row:before, .container .row:after {
  display: table;
  content: " ";
}
.container .row:after {
  clear: both;
}
.container .row.centre {
  align-items: center;
  justify-content: center;
}
.inverness .container .row:before, .inverness .container .row:after, .wes .container .row:before, .wes .container .row:after, .emsp .container .row:before, .emsp .container .row:after, .enterprise .container .row:before, .enterprise .container .row:after {
  display: none;
}
@media (min-width: 1230px) {
  .container {
    padding-left: 20px;
    padding-right: 20px;
  }
  .container .row {
    margin-left: -20px;
    margin-right: -20px;
  }
}

.constrain {
  margin-left: auto;
  margin-right: auto;
  max-width: 90rem;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

section.grey {
  background-color: #efeff0;
}
section.white + .white {
  border-top: 1px solid #cdcecf;
}

.l-listings {
  padding-bottom: 30px;
  position: relative;
  z-index: 100;
}
.l-listings .row {
  position: relative;
  margin-top: 30px;
}
.l-listings .e-viewmore {
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 30px;
  width: 100%;
}
.l-listings .e-viewmore span {
  font-size: 0.75rem;
  color: #142143;
  float: none;
  font-weight: 600;
}
.l-listings .e-viewmore .btn {
  margin-top: 15px;
}
.l-listings .e-viewmore.centre {
  align-items: center;
}
.l-listings .items > div {
  width: 100%;
  padding-left: 0;
  padding-right: 0;
}
.liststaffdirectory .l-listings .items {
  display: flex;
  flex-wrap: wrap;
}
.liststaffdirectory .l-listings .items .e-resulttext ~ div {
  width: 100%;
  float: left;
  position: relative;
  padding-left: 0;
  padding-right: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: flex;
  align-items: stretch;
  align-items: flex;
  float: none;
}
@media (min-width: 0) {
  .liststaffdirectory .l-listings .items .e-resulttext ~ div {
    width: 100%;
  }
}
@media (min-width: 768px) {
  .liststaffdirectory .l-listings .items .e-resulttext ~ div {
    width: 50%;
  }
}
@media (min-width: 992px) {
  .liststaffdirectory .l-listings .items .e-resulttext ~ div {
    width: 100%;
  }
}
@media (min-width: 1230px) {
  .liststaffdirectory .l-listings .items .e-resulttext ~ div {
    width: 50%;
    padding-left: 0;
    padding-right: 0;
  }
}
@media (min-width: 1460px) {
  .liststaffdirectory .l-listings .items .e-resulttext ~ div {
    width: 50%;
  }
}
.liststaffdirectory .l-listings .items .e-resulttext ~ div .m-contactlistingcard {
  width: 100%;
  float: none;
  padding: 0;
  display: flex;
}
.liststaffdirectory .l-listings .items .e-resulttext ~ div .m-contactlistingcard .inner {
  width: 100%;
}
.l-listings.staff .row {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
}
.l-listings.staff .m-contactlistingcard {
  display: flex;
}
.l-listings.staff .m-contactlistingcard .inner {
  width: 100%;
}
@media (min-width: 768px) {
  .liststaffdirectory .l-listings .items .e-resulttext ~ div {
    padding: 0;
  }
  .liststaffdirectory .l-listings .items .e-resulttext ~ div:nth-child(even) {
    padding-right: 15px;
  }
  .liststaffdirectory .l-listings .items .e-resulttext ~ div:nth-child(odd) {
    padding-left: 15px;
  }
}
@media (min-width: 992px) {
  .l-listings {
    padding-bottom: 60px;
  }
  .l-listings .items {
    position: static;
  }
  .liststaffdirectory .l-listings .items {
    width: 100%;
    float: left;
    position: relative;
    padding-left: 15px;
    padding-right: 15px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
}
@media (min-width: 992px) and (min-width: 0) {
  .liststaffdirectory .l-listings .items {
    width: 100%;
  }
}
@media (min-width: 992px) and (min-width: 768px) {
  .liststaffdirectory .l-listings .items {
    width: 100%;
  }
}
@media (min-width: 992px) and (min-width: 992px) {
  .liststaffdirectory .l-listings .items {
    width: 62.5%;
  }
}
@media (min-width: 992px) and (min-width: 1230px) {
  .liststaffdirectory .l-listings .items {
    width: 75%;
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media (min-width: 992px) and (min-width: 1460px) {
  .liststaffdirectory .l-listings .items {
    width: 75%;
  }
}
@media (min-width: 992px) {
  .liststaffdirectory .l-listings .items .e-resulttext ~ div {
    padding: 0;
  }
  .liststaffdirectory .l-listings .items .e-resulttext ~ div:nth-child(even) {
    padding-right: 0px;
  }
  .liststaffdirectory .l-listings .items .e-resulttext ~ div:nth-child(odd) {
    padding-left: 0px;
  }
  .l-listings .items.single {
    padding-top: 0;
  }
  .l-listings .items.single .m-contactlistingcard {
    width: 50%;
    margin-top: 0;
  }
  .l-listings .row {
    margin-top: 50px;
    position: relative;
  }
}
@media (min-width: 1230px) {
  .liststaffdirectory .l-listings .items .e-resulttext ~ div {
    padding: 0;
  }
  .liststaffdirectory .l-listings .items .e-resulttext ~ div:nth-child(even) {
    padding-right: 15px;
  }
  .liststaffdirectory .l-listings .items .e-resulttext ~ div:nth-child(odd) {
    padding-left: 15px;
  }
}
.l-listings-grid {
  padding-bottom: 30px;
  position: relative;
  z-index: 100;
}
.l-listings-grid .grid-layout {
  max-width: 1400px;
  margin-left: auto;
  margin-right: auto;
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(31.4285714%, 1fr));
  grid-gap: 40px;
  grid-auto-rows: minmax(352px, auto);
  grid-auto-flow: dense;
}
@media (max-width: 0) {
  .l-listings-grid .grid-layout {
    grid-template-columns: none;
  }
}
.l-listings-grid .grid-item {
  padding: 30px;
  background-color: #007DB2;
}
.l-listings-grid .grid-item:nth-child(8n+2) {
  background-color: #653278;
}
.l-listings-grid .grid-item:nth-child(8n+3) {
  background-color: #C94F08;
}
.l-listings-grid .grid-item:nth-child(8n+4) {
  background-color: #52555B;
}
.l-listings-grid .grid-item:nth-child(8n+5) {
  background-color: #46763C;
}
.l-listings-grid .grid-item:nth-child(8n+6) {
  background-color: #008290;
}
.l-listings-grid .grid-item:nth-child(8n+7) {
  background-color: #B11B83;
}
.l-listings-grid .grid-item:nth-child(8n+8) {
  background-color: #75791D;
}
.l-listings-grid .featured {
  grid-column-end: span 2;
  grid-row-end: span 2;
}
@media (max-width: 0) {
  .l-listings-grid .featured {
    grid-column-end: auto;
    grid-row-end: auto;
  }
}
.l-listings-grid .row {
  position: relative;
  margin-top: 30px;
}
.l-listings-grid .e-viewmore {
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 30px;
  width: 100%;
}
.l-listings-grid .e-viewmore span {
  font-size: 0.75rem;
  color: #142143;
  float: none;
  font-weight: 600;
}
.l-listings-grid .e-viewmore .btn {
  margin-top: 15px;
}
.l-listings-grid .e-viewmore.centre {
  align-items: center;
}
.l-listings-grid .items > div {
  width: 100%;
  padding-left: 0;
  padding-right: 0;
}
.liststaffdirectory .l-listings-grid .items {
  display: flex;
  flex-wrap: wrap;
}
.liststaffdirectory .l-listings-grid .items .e-resulttext ~ div {
  width: 100%;
  float: left;
  position: relative;
  padding-left: 0;
  padding-right: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: flex;
  align-items: stretch;
  align-items: flex;
  float: none;
}
@media (min-width: 0) {
  .liststaffdirectory .l-listings-grid .items .e-resulttext ~ div {
    width: 100%;
  }
}
@media (min-width: 768px) {
  .liststaffdirectory .l-listings-grid .items .e-resulttext ~ div {
    width: 50%;
  }
}
@media (min-width: 992px) {
  .liststaffdirectory .l-listings-grid .items .e-resulttext ~ div {
    width: 100%;
  }
}
@media (min-width: 1230px) {
  .liststaffdirectory .l-listings-grid .items .e-resulttext ~ div {
    width: 50%;
    padding-left: 0;
    padding-right: 0;
  }
}
@media (min-width: 1460px) {
  .liststaffdirectory .l-listings-grid .items .e-resulttext ~ div {
    width: 50%;
  }
}
.liststaffdirectory .l-listings-grid .items .e-resulttext ~ div .m-contactlistingcard {
  width: 100%;
  float: none;
  padding: 0;
  display: flex;
}
.liststaffdirectory .l-listings-grid .items .e-resulttext ~ div .m-contactlistingcard .inner {
  width: 100%;
}
.l-listings-grid.staff .row {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
}
.l-listings-grid.staff .m-contactlistingcard {
  display: flex;
}
.l-listings-grid.staff .m-contactlistingcard .inner {
  width: 100%;
}
@media (min-width: 768px) {
  .liststaffdirectory .l-listings-grid .items .e-resulttext ~ div {
    padding: 0;
  }
  .liststaffdirectory .l-listings-grid .items .e-resulttext ~ div:nth-child(even) {
    padding-right: 15px;
  }
  .liststaffdirectory .l-listings-grid .items .e-resulttext ~ div:nth-child(odd) {
    padding-left: 15px;
  }
}
@media (min-width: 992px) {
  .l-listings-grid {
    padding-bottom: 60px;
  }
  .l-listings-grid .items {
    position: relative;
    padding-top: 50px;
  }
  .liststaffdirectory .l-listings-grid .items {
    width: 100%;
    float: left;
    position: relative;
    padding-left: 15px;
    padding-right: 15px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
}
@media (min-width: 992px) and (min-width: 0) {
  .liststaffdirectory .l-listings-grid .items {
    width: 100%;
  }
}
@media (min-width: 992px) and (min-width: 768px) {
  .liststaffdirectory .l-listings-grid .items {
    width: 100%;
  }
}
@media (min-width: 992px) and (min-width: 992px) {
  .liststaffdirectory .l-listings-grid .items {
    width: 62.5%;
  }
}
@media (min-width: 992px) and (min-width: 1230px) {
  .liststaffdirectory .l-listings-grid .items {
    width: 75%;
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media (min-width: 992px) and (min-width: 1460px) {
  .liststaffdirectory .l-listings-grid .items {
    width: 75%;
  }
}
@media (min-width: 992px) {
  .liststaffdirectory .l-listings-grid .items .e-resulttext ~ div {
    padding: 0;
  }
  .liststaffdirectory .l-listings-grid .items .e-resulttext ~ div:nth-child(even) {
    padding-right: 0px;
  }
  .liststaffdirectory .l-listings-grid .items .e-resulttext ~ div:nth-child(odd) {
    padding-left: 0px;
  }
  .l-listings-grid .items.single {
    padding-top: 0;
  }
  .l-listings-grid .items.single .m-contactlistingcard {
    width: 50%;
    margin-top: 0;
  }
  .l-listings-grid .row {
    margin-top: 50px;
    position: relative;
  }
}
@media (min-width: 1230px) {
  .liststaffdirectory .l-listings-grid .items .e-resulttext ~ div {
    padding: 0;
  }
  .liststaffdirectory .l-listings-grid .items .e-resulttext ~ div:nth-child(even) {
    padding-right: 15px;
  }
  .liststaffdirectory .l-listings-grid .items .e-resulttext ~ div:nth-child(odd) {
    padding-left: 15px;
  }
}
.l-searchresults.properties {
  border-top: 1px solid #f3f3f2;
}
.l-searchresults.properties .m-listingitem .e-text .buttons {
  margin-top: 0px;
}
.l-searchresults.properties .m-listingitem .e-text .buttons .btn.btn-grey {
  display: inline-block;
}
.l-searchresults .m-filters h1 {
  margin-bottom: 20px;
}
.l-searchresults .l-listings .container > div {
  margin-bottom: 50px;
  float: none;
  padding-left: 0;
  padding-right: 0;
}
.l-propertylisting {
  margin-top: 30px;
  padding-bottom: 30px;
}
.l-propertylisting #locationsTab .row {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
}
.l-propertylisting #locationsTab .row:after, .l-propertylisting #locationsTab .row:before {
  display: none;
}
.l-propertylisting #locationsTab .row .m-cardcomponent {
  display: flex;
  align-items: stretch;
}
@media (min-width: 1230px) {
  .l-propertylisting {
    margin-top: 60px;
    padding-bottom: 60px;
  }
}
.l-productlayout {
  padding: 30px 0;
  border-bottom: 1px solid #767676;
}
.l-productlayout .row {
  display: flex;
  align-items: stretch;
  flex-direction: column;
}
.l-productlayout .row .e-leftcolumn,
.l-productlayout .row .e-rightcolumn {
  width: 100%;
  float: left;
  position: relative;
  padding-left: 15px;
  padding-right: 15px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  float: none;
}
@media (min-width: 0) {
  .l-productlayout .row .e-leftcolumn,
  .l-productlayout .row .e-rightcolumn {
    width: 100%;
  }
}
@media (min-width: 768px) {
  .l-productlayout .row .e-leftcolumn,
  .l-productlayout .row .e-rightcolumn {
    width: 100%;
  }
}
@media (min-width: 992px) {
  .l-productlayout .row .e-leftcolumn,
  .l-productlayout .row .e-rightcolumn {
    width: 50%;
  }
}
@media (min-width: 1230px) {
  .l-productlayout .row .e-leftcolumn,
  .l-productlayout .row .e-rightcolumn {
    width: 50%;
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media (min-width: 1460px) {
  .l-productlayout .row .e-leftcolumn,
  .l-productlayout .row .e-rightcolumn {
    width: 50%;
  }
}
.l-productlayout .row .e-leftcolumn {
  order: 2;
}
.l-productlayout .row .e-leftcolumn .border-item h3 {
  font-size: 2em;
}
.l-productlayout .row .e-rightcolumn {
  order: 1;
  margin-bottom: 30px;
}
@media (min-width: 992px) {
  .l-productlayout {
    padding: 50px 0;
  }
  .l-productlayout .row {
    flex-direction: row;
  }
  .l-productlayout .row .e-leftcolumn {
    order: 1;
  }
  .l-productlayout .row .e-rightcolumn {
    order: 2;
    margin-bottom: 0px;
  }
  .l-productlayout ~ section.m-quoteblock {
    padding: 100px 0 60px;
  }
}
@media (min-width: 1230px) {
  .l-productlayout {
    padding: 60px 0;
  }
}
.l-errorpage .inner {
  max-width: 500px;
  margin: 50px auto;
  display: block;
  text-align: center;
}
.l-errorpage .inner img {
  display: block;
  width: 100px;
  height: 100px;
  margin: 0 auto 20px;
}

.mfp-bg {
  z-index: 999999;
}

.mfp-wrap {
  z-index: 9999999;
}

.contentcategory {
  display: none;
}

.listsearch .contentcategory {
  font-size: 0.75rem;
  color: #23408f;
  text-transform: uppercase;
  font-weight: 600;
  margin: 0 0 5px;
  transform: translateY(-10px);
  display: block;
}

.play span {
  position: relative;
  font-size: 0;
  height: 0;
  overflow: hidden;
}

.l-dashboardlayout {
  padding: 30px 0 0;
}
.l-dashboardlayout p.large {
  font-size: 1.125rem;
}
.l-dashboardlayout .e-left {
  width: 100%;
  float: left;
  position: relative;
  padding-left: 15px;
  padding-right: 15px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
@media (min-width: 0) {
  .l-dashboardlayout .e-left {
    width: 100%;
  }
}
@media (min-width: 768px) {
  .l-dashboardlayout .e-left {
    width: 100%;
  }
}
@media (min-width: 992px) {
  .l-dashboardlayout .e-left {
    width: 68.75%;
  }
}
@media (min-width: 1230px) {
  .l-dashboardlayout .e-left {
    width: 68.75%;
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media (min-width: 1460px) {
  .l-dashboardlayout .e-left {
    width: 62.5%;
  }
}
.l-dashboardlayout .e-left h1,
.l-dashboardlayout .e-left h2,
.l-dashboardlayout .e-left h3 {
  color: #23408f;
}
.l-dashboardlayout .e-right {
  width: 100%;
  float: left;
  position: relative;
  padding-left: 15px;
  padding-right: 15px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
@media (min-width: 0) {
  .l-dashboardlayout .e-right {
    width: 100%;
  }
}
@media (min-width: 768px) {
  .l-dashboardlayout .e-right {
    width: 100%;
  }
}
@media (min-width: 992px) {
  .l-dashboardlayout .e-right {
    width: 31.25%;
  }
}
@media (min-width: 1230px) {
  .l-dashboardlayout .e-right {
    width: 31.25%;
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media (min-width: 1460px) {
  .l-dashboardlayout .e-right {
    width: 37.5%;
  }
}
@media (min-width: 992px) {
  .l-dashboardlayout {
    padding: 60px 0 0;
  }
}

.l-myhieaside {
  padding: 30px 0;
}
.l-myhieaside .row {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
}
.l-myhieaside .row:before, .l-myhieaside .row:after {
  display: none;
}
.l-myhieaside .e-left {
  width: 100%;
  float: left;
  position: relative;
  padding-left: 15px;
  padding-right: 15px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  float: none;
  margin-bottom: 30px;
  text-align: center;
}
@media (min-width: 0) {
  .l-myhieaside .e-left {
    width: 100%;
  }
}
@media (min-width: 768px) {
  .l-myhieaside .e-left {
    width: 100%;
  }
}
@media (min-width: 992px) {
  .l-myhieaside .e-left {
    width: 25%;
  }
}
@media (min-width: 1230px) {
  .l-myhieaside .e-left {
    width: 25%;
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media (min-width: 1460px) {
  .l-myhieaside .e-left {
    width: 25%;
  }
}
.l-myhieaside .e-left h2 {
  color: #23408f;
}
.l-myhieaside .e-left .progress-pie-chart {
  display: none;
}
.l-myhieaside .e-left .e-cta {
  display: none;
  margin-top: 120px;
  position: sticky;
}
.l-myhieaside .e-left .e-cta h3 {
  margin-bottom: 10px;
  margin-top: 40px;
  color: #23408f;
}
.l-myhieaside .e-left .e-cta .e-icon {
  display: flex;
  align-items: center;
}
.l-myhieaside .e-left .e-cta .e-icon p {
  padding-left: 15px;
}
.l-myhieaside .e-left .e-cta p {
  margin-top: 0;
}
.l-myhieaside .e-right {
  width: 100%;
  float: left;
  position: relative;
  padding-left: 15px;
  padding-right: 15px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  float: none;
}
@media (min-width: 0) {
  .l-myhieaside .e-right {
    width: 100%;
  }
}
@media (min-width: 768px) {
  .l-myhieaside .e-right {
    width: 100%;
  }
}
@media (min-width: 992px) {
  .l-myhieaside .e-right {
    width: 75%;
  }
}
@media (min-width: 1230px) {
  .l-myhieaside .e-right {
    width: 75%;
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media (min-width: 1460px) {
  .l-myhieaside .e-right {
    width: 75%;
  }
}
.l-myhieaside .e-right .e-pageresults {
  font-size: 1.25rem;
  padding: 30px 0 0;
}
.l-myhieaside .e-right .m-listingitem .e-image {
  display: block;
}
.l-myhieaside .e-right .m-form {
  margin-top: 0;
}
.l-myhieaside .e-right .m-form .e-preferences {
  background: #23408f;
  color: #ffffff;
  padding: 20px;
  width: 100%;
  max-width: 940px;
}
.l-myhieaside .e-right .m-form .e-preferences img {
  display: none;
}
.l-myhieaside .e-right .m-form .e-preferences h3 {
  color: #ffffff;
  margin: 0;
}
.l-myhieaside .e-right .m-form .e-preferences label {
  font-size: 1rem;
}
.l-myhieaside .e-right .m-form .e-preferences .form-row {
  margin-bottom: 30px;
}
.l-myhieaside .e-right .m-form .e-preferences .form-row .checkbox,
.l-myhieaside .e-right .m-form .e-preferences .form-row .radio {
  display: block;
  margin: 0 50px 20px 0;
}
.l-myhieaside .e-right .m-form .e-preferences .form-row .checkbox label,
.l-myhieaside .e-right .m-form .e-preferences .form-row .radio label {
  color: #ffffff;
  padding-left: 30px;
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}
.l-myhieaside .e-right .m-form .e-preferences .form-row .checkbox label:before,
.l-myhieaside .e-right .m-form .e-preferences .form-row .radio label:before {
  background: none;
  border-color: #ffffff;
  width: 20px;
  height: 20px;
  top: 0;
}
.l-myhieaside .e-right .m-form .e-preferences .form-row .checkbox label:hover:before,
.l-myhieaside .e-right .m-form .e-preferences .form-row .radio label:hover:before {
  background: #ffffff;
}
.l-myhieaside .e-right .m-form .e-preferences .form-row .checkbox input[type=checkbox] + label:after,
.l-myhieaside .e-right .m-form .e-preferences .form-row .radio input[type=checkbox] + label:after {
  left: 2px;
  top: 5px;
}
.l-myhieaside .e-right .m-form .e-preferences .form-row .checkbox input[type=checkbox]:checked + label:before,
.l-myhieaside .e-right .m-form .e-preferences .form-row .radio input[type=checkbox]:checked + label:before {
  background: #ffffff;
}
.l-myhieaside .e-right .m-form .e-preferences .form-row .checkbox input[type=radio]:checked + label:before,
.l-myhieaside .e-right .m-form .e-preferences .form-row .radio input[type=radio]:checked + label:before {
  background: none;
  border-color: #ffffff;
}
.l-myhieaside .e-right .m-form .e-preferences .form-row .checkbox input[type=radio] + label:after,
.l-myhieaside .e-right .m-form .e-preferences .form-row .radio input[type=radio] + label:after {
  background: #ffffff;
  width: 10px;
  height: 10px;
  left: 5px;
  top: 5px;
}
.l-myhieaside .e-right .m-form .e-preferences .form-row .checkbox input[type=radio] + label:hover:before,
.l-myhieaside .e-right .m-form .e-preferences .form-row .radio input[type=radio] + label:hover:before {
  background: none;
}
.l-myhieaside .e-right .m-form .e-preferences .form-row .checkbox input[type=radio],
.l-myhieaside .e-right .m-form .e-preferences .form-row .radio input[type=radio] {
  width: 30px;
  height: 10px;
  padding: 0;
}
.l-myhieaside .e-right .m-form .e-preferences .form-row .e-row {
  margin-bottom: 40px;
}
.l-myhieaside .e-right .m-form .e-preferences .form-row .e-row:last-child {
  margin-bottom: 0;
}
.l-myhieaside .e-right .m-form .e-preferences .e-row {
  margin-bottom: 40px;
}
.l-myhieaside .e-right .m-form .e-preferences .e-row:last-child {
  margin-bottom: 0;
}
.l-myhieaside .e-right .m-form .e-preferences .e-dropdown {
  position: relative;
}
.l-myhieaside .e-right .m-form .e-preferences .e-dropdown .e-top {
  transition: all 0.3s ease-in-out;
  border: 1px solid #ffffff;
  width: 100%;
  max-width: 400px;
  padding: 10px 15px;
  color: #ffffff;
  margin-top: 10px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.l-myhieaside .e-right .m-form .e-preferences .e-dropdown .e-top i {
  font-size: 1.25rem;
  margin-left: auto;
  transition: all 0.3s ease-in-out;
}
.l-myhieaside .e-right .m-form .e-preferences .e-dropdown .e-top.open i {
  transform: rotate(-180deg);
}
.l-myhieaside .e-right .m-form .e-preferences .e-dropdown .e-top:hover {
  cursor: pointer;
  border-color: #23408f;
}
.l-myhieaside .e-right .m-form .e-preferences .e-dropdown .e-more {
  background: #ffffff;
  padding: 15px;
  width: 100%;
  max-width: 400px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 200;
}
.l-myhieaside .e-right .m-form .e-preferences .e-dropdown .e-more .checkbox {
  margin: 20px 0;
}
.l-myhieaside .e-right .m-form .e-preferences .e-dropdown .e-more .checkbox:first-child {
  margin-top: 0;
}
.l-myhieaside .e-right .m-form .e-preferences .e-dropdown .e-more .checkbox:last-child {
  margin-bottom: 0;
}
.l-myhieaside .e-right .m-form .e-preferences .e-dropdown .e-more .checkbox label {
  font-size: 0.875rem;
}
.l-myhieaside .e-right .m-form .e-preferences .e-dropdown .e-more .checkbox label:hover {
  color: #23408f;
}
.l-myhieaside .e-right .m-form .e-preferences .e-dropdown .e-more .checkbox label:before {
  width: 20px;
  height: 20px;
  top: 0;
}
.l-myhieaside .e-right .m-form .e-preferences .e-dropdown .e-more .checkbox input[type=checkbox] + label {
  padding-left: 30px;
  margin: 0;
}
.l-myhieaside .e-right .m-form .e-preferences .e-dropdown .e-more .checkbox input[type=checkbox] + label:after {
  width: 12px;
  left: 4px;
  top: 4px;
}
.l-myhieaside .e-right .m-form .e-area {
  margin: 30px 0;
}
.l-myhieaside .e-right .m-form .e-area label span {
  font-size: 0.75rem;
  width: 22px;
  height: 22px;
  display: inline-block;
  vertical-align: top;
  text-align: center;
  margin-left: 5px;
  color: #ffffff;
  background: #23408f;
  border-radius: 11px;
}
.l-myhieaside .e-right .m-form .e-area label span.e-warning {
  background: #9b1f23;
}
.l-myhieaside .e-right .m-form .e-area label span.help {
  background: none;
  width: auto;
  display: block;
  height: auto;
  border-radius: 0;
  color: #1f1e1e;
  padding: 0;
  text-align: left;
  margin: 0;
}
.l-myhieaside .e-right .m-form .e-area .toggle {
  padding: 25px 0;
  border-bottom: 1px solid #cdcecf;
  margin: 0;
}
.l-myhieaside .e-right .m-form .toggle label {
  width: calc(100% - 54px);
}
.l-myhieaside .e-right .m-form .toggle input {
  margin: 0;
}
.l-myhieaside .e-right .m-form label + * {
  margin-top: 10px;
}
.l-myhieaside .e-right .items {
  margin: 30px 0;
}
.l-myhieaside .e-right .items .slick-slide {
  max-width: 80vw;
  margin-right: 15px;
}
.l-myhieaside .e-right .items h3.e-title {
  font-size: 1.5rem;
  color: #23408f;
  margin-bottom: 20px;
}
.l-myhieaside .e-right .items .e-viewmore {
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 30px;
  width: 100%;
}
.l-myhieaside .e-right .items .e-viewmore span {
  font-size: 0.75rem;
  color: #142143;
  float: none;
  font-weight: 600;
}
.l-myhieaside .e-right .items .e-viewmore .btn {
  margin-top: 15px;
}
.l-myhieaside .e-right .items .e-viewmore.centre {
  align-items: center;
}
.l-myhieaside .e-right .items .e-slickcount {
  display: flex;
  width: 100%;
  justify-content: center;
}
.l-myhieaside .e-right .items .e-slickcount div {
  margin: 0 2px;
}
.l-myhieaside .e-right .form-row.contact-preferences .column {
  width: 100%;
  float: left;
  position: relative;
  padding-left: 15px;
  padding-right: 15px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin-top: 30px;
}
@media (min-width: 0) {
  .l-myhieaside .e-right .form-row.contact-preferences .column {
    width: 100%;
  }
}
@media (min-width: 768px) {
  .l-myhieaside .e-right .form-row.contact-preferences .column {
    width: 50%;
  }
}
@media (min-width: 992px) {
  .l-myhieaside .e-right .form-row.contact-preferences .column {
    width: 50%;
  }
}
@media (min-width: 1230px) {
  .l-myhieaside .e-right .form-row.contact-preferences .column {
    width: 50%;
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media (min-width: 1460px) {
  .l-myhieaside .e-right .form-row.contact-preferences .column {
    width: 50%;
  }
}
.l-myhieaside .e-right .form-row.contact-preferences .column.blue .inner {
  padding: 25px;
  background: #23408f;
}
.l-myhieaside .e-right .form-row.contact-preferences .column.blue .inner h3,
.l-myhieaside .e-right .form-row.contact-preferences .column.blue .inner p,
.l-myhieaside .e-right .form-row.contact-preferences .column.blue .inner label {
  color: #ffffff;
}
.l-myhieaside .e-right .form-row.contact-preferences .column.blue .inner p {
  margin-top: 0;
}
.l-myhieaside .e-right .form-row.contact-preferences .column.blue .inner h3 {
  margin: 0 0 5px;
}
.l-myhieaside .e-right .form-row.contact-preferences .column.blue .inner .toggle:last-child {
  margin-bottom: 0;
}
@media (min-width: 992px) {
  .l-myhieaside {
    padding: 60px 0;
  }
  .l-myhieaside .e-left {
    border-right: 1px solid #cdcecf;
    position: relative;
    text-align: left;
  }
  .l-myhieaside .e-left .e-cta {
    position: -webkite-sticky;
    top: 200px;
  }
  .l-myhieaside .e-left .e-cta,
  .l-myhieaside .e-left .progress-pie-chart {
    display: block;
  }
  .l-myhieaside .e-left:after, .l-myhieaside .e-left:before {
    left: 100%;
    top: 150px;
    border: solid transparent;
    content: "";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
  }
  .l-myhieaside .e-left:after {
    border-color: rgba(255, 255, 255, 0);
    border-left-color: #fff;
    border-width: 10px;
    margin-top: -10px;
  }
  .l-myhieaside .e-left:before {
    border-color: rgba(205, 206, 207, 0);
    border-left-color: #cdcecf;
    border-width: 11px;
    margin-top: -11px;
  }
  .l-myhieaside .e-left h2 {
    font-size: 2rem;
    margin-top: 50px;
  }
  .l-myhieaside .e-right {
    min-height: 50vh;
  }
  .l-myhieaside .e-right .m-cardlist {
    padding-top: 30px;
  }
  .l-myhieaside .e-right .m-listingitem .e-image {
    display: block;
  }
  .l-myhieaside .e-right .e-area {
    max-width: 750px;
  }
  .l-myhieaside .e-right .inner-wrapper {
    padding: 0 0 0 150px;
  }
  .l-myhieaside .e-right .inner-wrapper.large {
    padding: 0 0 0 50px;
  }
  .l-myhieaside .e-right .inner-wrapper.large .m-form form .form-row {
    max-width: 800px;
  }
  .l-myhieaside .e-right .inner-wrapper.large .m-form form .form-row.inline .e-label {
    width: 300px;
  }
  .l-myhieaside .e-right .inner-wrapper .m-form {
    padding: 0;
  }
  .l-myhieaside .e-right .inner-wrapper .m-form form {
    width: 100%;
    padding: 0;
  }
  .l-myhieaside .e-right .inner-wrapper .m-form form .form-nav {
    margin-top: 2.5rem;
  }
  .l-myhieaside .e-right .inner-wrapper .m-form form .form-row {
    max-width: 712px;
  }
  .l-myhieaside .e-right .inner-wrapper .m-form form .form-row .checkbox,
  .l-myhieaside .e-right .inner-wrapper .m-form form .form-row .radio {
    display: block;
    margin-right: 20px;
  }
  .l-myhieaside .e-right .inner-wrapper .m-form form .form-row .checkbox {
    margin-top: 10px;
  }
  .l-myhieaside .e-right .m-form {
    padding: 0;
  }
  .l-myhieaside .e-right .m-form .e-preferences {
    padding: 40px;
    position: relative;
    padding-right: 100px;
  }
  .l-myhieaside .e-right .m-form .e-preferences img {
    display: block;
    position: absolute;
    right: -100px;
    bottom: 0;
  }
  .l-myhieaside .e-right .m-form .e-preferences .e-area {
    margin: 60px 0;
    max-width: 700px;
    padding-left: 50px;
  }
  .l-myhieaside .e-right .m-form .e-preferences .e-area button {
    font-size: 1.25rem;
    padding: 15px 80px 15px 30px;
  }
  .l-myhieaside .e-right .m-form .e-preferences label {
    font-size: 1.25rem;
  }
  .l-myhieaside .e-right .e-notification {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
  }
  .l-myhieaside .e-right .e-notification .e-icon {
    width: 36px;
  }
  .l-myhieaside .e-right .e-notification .e-text {
    padding-left: 20px;
  }
  .l-myhieaside .e-right .items {
    margin: 50px 0 0;
  }
  .l-myhieaside .e-right .items h3.e-title {
    font-size: 2.5rem;
    margin-bottom: 30px;
  }
  .l-myhieaside .e-right .items .e-slickcount {
    display: none;
  }
}
@media (min-width: 1230px) {
  .l-myhieaside .e-left h2 {
    font-size: 2.5rem;
  }
  .l-myhieaside .e-left .e-cta h3 {
    font-size: 2rem;
    margin-bottom: 20px;
  }
}

:root {
  --hie-blue: #23408f;
  --inverness-blue: #007eb6;
  --emsp-violet: #b11b83;
  --epf-purple: #6c3685;
  --scienceskills-blue: var(--inverness-blue);
  --orkney-purple: var(--epf-purple);
  --hrep-purple: var(--epf-purple);
  --ows-blue: #115388;
  --wes-blue: var(--inverness-blue);
}

:root {
  --focusOutline: #152043;
  --focusText: var(--focusOutline);
  --focusBackground: #fdd522;
}

.hie .btn {
  display: inline-block;
  position: relative;
  border-radius: 1.5rem;
  padding: 0.5rem 1.25rem;
  text-decoration: none;
  text-transform: initial;
  font-weight: 500;
  border: 2px solid;
  z-index: 10;
  transition: background-color 0.3s ease, color 0.3s ease;
  width: fit-content;
  cursor: pointer;
  background-color: white;
  color: var(--hie-blue);
  border-color: var(--hie-blue);
}
.hie .btn:hover {
  background-color: var(--hie-blue);
  color: white;
  border-color: var(--hie-blue);
}
.hie .btn:focus-visible {
  background-color: #fdd522 !important;
  color: #142143 !important;
  outline: none !important;
  box-shadow: none !important;
}
.hie .btn--inverse {
  background-color: transparent;
  color: var(--hie-blue);
}
.hie .btn--inverse:hover {
  background-color: var(--hie-blue);
  color: white;
}
.hie .btn--ghost {
  border-color: transparent;
  background-color: transparent;
  color: white;
}
.hie .btn--ghost:hover {
  text-decoration: underline;
  text-decoration-thickness: 2px;
  text-underline-offset: 4px;
}
.hie .btn--transparent {
  background-color: transparent;
}
.hie .btn--outline {
  background-color: transparent;
  border-color: white;
  color: white;
}
.hie .btn--outline:hover {
  background-color: white;
  color: var(--hie-blue);
}
.hie .btn--icon {
  display: flex;
  align-items: center;
  gap: 0.75rem;
}
.hie .btn--flat {
  padding: 2px;
  border: none;
  border-radius: 0;
  background-color: transparent;
  color: inherit;
}
.hie .btn--flat:hover {
  background-color: transparent;
  text-decoration: underline;
  text-decoration-thickness: 2px;
  text-underline-offset: 4px;
}
.hie .btn--white {
  background-color: white;
  color: var(--hie-blue);
}
.hie .btn--white:hover {
  border-color: var(--hie-blue);
}
.hie .btn--myhie {
  gap: 0.5rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  background-color: #E8EBF4;
  border-color: transparent;
  color: #23408F;
}
.hie .btn--myhie svg {
  display: block;
  width: 1.5rem;
  height: 1.5rem;
  fill: #142143;
}
.hie .btn--myhie:hover {
  background-color: #142143;
  color: white;
}
.hie .btn--myhie.hasLikes svg {
  color: red;
}
.hie .btn--text {
  padding: 0;
  background-color: transparent;
  border-radius: 0;
  border: none;
  color: #23408F;
}
.hie .btn--text:hover {
  background-color: transparent;
  color: #142143;
  text-decoration: underline;
  text-decoration-thickness: 2px;
  text-underline-offset: 4px;
}
.hie .btn--fill {
  background-color: var(--hie-blue);
  color: white;
}
.hie a.rte-btn,
.hie a > .rte-btn,
.hie .rte-btn > a {
  display: inline-block;
  position: relative;
  border-radius: 1.5rem;
  padding: 0.5rem 1.25rem;
  text-decoration: none;
  text-transform: initial;
  font-weight: 500;
  border: 2px solid;
  z-index: 10;
  transition: background-color 0.3s ease, color 0.3s ease;
  width: fit-content;
  cursor: pointer;
  background-color: white;
  color: var(--hie-blue);
  border-color: var(--hie-blue);
}
.hie a.rte-btn:hover,
.hie a > .rte-btn:hover,
.hie .rte-btn > a:hover {
  background-color: var(--hie-blue);
  color: white;
  border-color: var(--hie-blue);
}
.hie a.rte-btn:focus-visible,
.hie a > .rte-btn:focus-visible,
.hie .rte-btn > a:focus-visible {
  background-color: #fdd522 !important;
  color: #142143 !important;
  outline: none !important;
  box-shadow: none !important;
}
.hie a.rte-btn-outline,
.hie a > .rte-btn-outline,
.hie .rte-btn-outline > a {
  display: inline-block;
  position: relative;
  border-radius: 1.5rem;
  padding: 0.5rem 1.25rem;
  text-decoration: none;
  text-transform: initial;
  font-weight: 500;
  border: 2px solid;
  z-index: 10;
  transition: background-color 0.3s ease, color 0.3s ease;
  width: fit-content;
  cursor: pointer;
  background-color: transparent;
  color: var(--hie-blue);
  border-color: var(--hie-blue);
}
.hie a.rte-btn-outline:hover,
.hie a > .rte-btn-outline:hover,
.hie .rte-btn-outline > a:hover {
  background-color: var(--hie-blue);
  color: white;
  border-color: var(--hie-blue);
}
.hie a.rte-btn-outline:focus-visible,
.hie a > .rte-btn-outline:focus-visible,
.hie .rte-btn-outline > a:focus-visible {
  background-color: #fdd522 !important;
  color: #142143 !important;
  outline: none !important;
  box-shadow: none !important;
}
.hie .bg-purple .btn,
.hie .bg-purple a.rte-btn,
.hie .bg-purple a > .rte-btn,
.hie .bg-purple .rte-btn > a,
.hie .background-purple .btn,
.hie .background-purple a.rte-btn,
.hie .background-purple a > .rte-btn,
.hie .background-purple .rte-btn > a {
  background-color: transparent;
  border-color: white;
  color: white;
}
.hie .bg-purple .btn:hover,
.hie .bg-purple a.rte-btn:hover,
.hie .bg-purple a > .rte-btn:hover,
.hie .bg-purple .rte-btn > a:hover,
.hie .background-purple .btn:hover,
.hie .background-purple a.rte-btn:hover,
.hie .background-purple a > .rte-btn:hover,
.hie .background-purple .rte-btn > a:hover {
  background-color: white;
  border-color: var(--hie-blue);
  color: var(--hie-blue);
}
.hie .bg-orange .btn,
.hie .bg-orange a.rte-btn,
.hie .bg-orange a > .rte-btn,
.hie .bg-orange .rte-btn > a,
.hie .background-orange .btn,
.hie .background-orange a.rte-btn,
.hie .background-orange a > .rte-btn,
.hie .background-orange .rte-btn > a {
  background-color: transparent;
  border-color: white;
  color: white;
}
.hie .bg-orange .btn:hover,
.hie .bg-orange a.rte-btn:hover,
.hie .bg-orange a > .rte-btn:hover,
.hie .bg-orange .rte-btn > a:hover,
.hie .background-orange .btn:hover,
.hie .background-orange a.rte-btn:hover,
.hie .background-orange a > .rte-btn:hover,
.hie .background-orange .rte-btn > a:hover {
  background-color: white;
  border-color: var(--hie-blue);
  color: var(--hie-blue);
}
.hie .bg-green .btn,
.hie .bg-green a.rte-btn,
.hie .bg-green a > .rte-btn,
.hie .bg-green .rte-btn > a,
.hie .background-green .btn,
.hie .background-green a.rte-btn,
.hie .background-green a > .rte-btn,
.hie .background-green .rte-btn > a {
  background-color: transparent;
  border-color: white;
  color: white;
}
.hie .bg-green .btn:hover,
.hie .bg-green a.rte-btn:hover,
.hie .bg-green a > .rte-btn:hover,
.hie .bg-green .rte-btn > a:hover,
.hie .background-green .btn:hover,
.hie .background-green a.rte-btn:hover,
.hie .background-green a > .rte-btn:hover,
.hie .background-green .rte-btn > a:hover {
  background-color: white;
  border-color: var(--hie-blue);
  color: var(--hie-blue);
}
.hie .bg-blue .btn,
.hie .bg-blue a.rte-btn,
.hie .bg-blue a > .rte-btn,
.hie .bg-blue .rte-btn > a,
.hie .background-blue .btn,
.hie .background-blue a.rte-btn,
.hie .background-blue a > .rte-btn,
.hie .background-blue .rte-btn > a {
  background-color: transparent;
  border-color: white;
  color: white;
}
.hie .bg-blue .btn:hover,
.hie .bg-blue a.rte-btn:hover,
.hie .bg-blue a > .rte-btn:hover,
.hie .bg-blue .rte-btn > a:hover,
.hie .background-blue .btn:hover,
.hie .background-blue a.rte-btn:hover,
.hie .background-blue a > .rte-btn:hover,
.hie .background-blue .rte-btn > a:hover {
  background-color: white;
  border-color: var(--hie-blue);
  color: var(--hie-blue);
}
.hie .bg-grey .btn,
.hie .bg-grey a.rte-btn,
.hie .bg-grey a > .rte-btn,
.hie .bg-grey .rte-btn > a,
.hie .background-grey .btn,
.hie .background-grey a.rte-btn,
.hie .background-grey a > .rte-btn,
.hie .background-grey .rte-btn > a {
  background-color: transparent;
  border-color: white;
  color: white;
}
.hie .bg-grey .btn:hover,
.hie .bg-grey a.rte-btn:hover,
.hie .bg-grey a > .rte-btn:hover,
.hie .bg-grey .rte-btn > a:hover,
.hie .background-grey .btn:hover,
.hie .background-grey a.rte-btn:hover,
.hie .background-grey a > .rte-btn:hover,
.hie .background-grey .rte-btn > a:hover {
  background-color: white;
  border-color: var(--hie-blue);
  color: var(--hie-blue);
}
.hie .bg-deepblue .btn,
.hie .bg-deepblue a.rte-btn,
.hie .bg-deepblue a > .rte-btn,
.hie .bg-deepblue .rte-btn > a,
.hie .background-deepblue .btn,
.hie .background-deepblue a.rte-btn,
.hie .background-deepblue a > .rte-btn,
.hie .background-deepblue .rte-btn > a {
  background-color: transparent;
  border-color: white;
  color: white;
}
.hie .bg-deepblue .btn:hover,
.hie .bg-deepblue a.rte-btn:hover,
.hie .bg-deepblue a > .rte-btn:hover,
.hie .bg-deepblue .rte-btn > a:hover,
.hie .background-deepblue .btn:hover,
.hie .background-deepblue a.rte-btn:hover,
.hie .background-deepblue a > .rte-btn:hover,
.hie .background-deepblue .rte-btn > a:hover {
  background-color: white;
  border-color: var(--hie-blue);
  color: var(--hie-blue);
}
.hie .bg-deeppink .btn,
.hie .bg-deeppink a.rte-btn,
.hie .bg-deeppink a > .rte-btn,
.hie .bg-deeppink .rte-btn > a,
.hie .background-deeppink .btn,
.hie .background-deeppink a.rte-btn,
.hie .background-deeppink a > .rte-btn,
.hie .background-deeppink .rte-btn > a {
  background-color: transparent;
  border-color: white;
  color: white;
}
.hie .bg-deeppink .btn:hover,
.hie .bg-deeppink a.rte-btn:hover,
.hie .bg-deeppink a > .rte-btn:hover,
.hie .bg-deeppink .rte-btn > a:hover,
.hie .background-deeppink .btn:hover,
.hie .background-deeppink a.rte-btn:hover,
.hie .background-deeppink a > .rte-btn:hover,
.hie .background-deeppink .rte-btn > a:hover {
  background-color: white;
  border-color: var(--hie-blue);
  color: var(--hie-blue);
}
.hie .bg-deepgreen .btn,
.hie .bg-deepgreen a.rte-btn,
.hie .bg-deepgreen a > .rte-btn,
.hie .bg-deepgreen .rte-btn > a,
.hie .background-deepgreen .btn,
.hie .background-deepgreen a.rte-btn,
.hie .background-deepgreen a > .rte-btn,
.hie .background-deepgreen .rte-btn > a {
  background-color: transparent;
  border-color: white;
  color: white;
}
.hie .bg-deepgreen .btn:hover,
.hie .bg-deepgreen a.rte-btn:hover,
.hie .bg-deepgreen a > .rte-btn:hover,
.hie .bg-deepgreen .rte-btn > a:hover,
.hie .background-deepgreen .btn:hover,
.hie .background-deepgreen a.rte-btn:hover,
.hie .background-deepgreen a > .rte-btn:hover,
.hie .background-deepgreen .rte-btn > a:hover {
  background-color: white;
  border-color: var(--hie-blue);
  color: var(--hie-blue);
}
.hie .bg-light-blue .btn,
.hie .bg-light-blue a.rte-btn,
.hie .bg-light-blue a > .rte-btn,
.hie .bg-light-blue .rte-btn > a,
.hie .background-light-blue .btn,
.hie .background-light-blue a.rte-btn,
.hie .background-light-blue a > .rte-btn,
.hie .background-light-blue .rte-btn > a {
  background-color: transparent;
  border-color: white;
  color: white;
}
.hie .bg-light-blue .btn:hover,
.hie .bg-light-blue a.rte-btn:hover,
.hie .bg-light-blue a > .rte-btn:hover,
.hie .bg-light-blue .rte-btn > a:hover,
.hie .background-light-blue .btn:hover,
.hie .background-light-blue a.rte-btn:hover,
.hie .background-light-blue a > .rte-btn:hover,
.hie .background-light-blue .rte-btn > a:hover {
  background-color: white;
  border-color: var(--hie-blue);
  color: var(--hie-blue);
}
.hie .bg-darkblue .btn,
.hie .bg-darkblue a.rte-btn,
.hie .bg-darkblue a > .rte-btn,
.hie .bg-darkblue .rte-btn > a,
.hie .background-darkblue .btn,
.hie .background-darkblue a.rte-btn,
.hie .background-darkblue a > .rte-btn,
.hie .background-darkblue .rte-btn > a {
  background-color: transparent;
  border-color: white;
  color: white;
}
.hie .bg-darkblue .btn:hover,
.hie .bg-darkblue a.rte-btn:hover,
.hie .bg-darkblue a > .rte-btn:hover,
.hie .bg-darkblue .rte-btn > a:hover,
.hie .background-darkblue .btn:hover,
.hie .background-darkblue a.rte-btn:hover,
.hie .background-darkblue a > .rte-btn:hover,
.hie .background-darkblue .rte-btn > a:hover {
  background-color: white;
  border-color: var(--hie-blue);
  color: var(--hie-blue);
}
.hie .bg-dark-blue .btn,
.hie .bg-dark-blue a.rte-btn,
.hie .bg-dark-blue a > .rte-btn,
.hie .bg-dark-blue .rte-btn > a,
.hie .background-dark-blue .btn,
.hie .background-dark-blue a.rte-btn,
.hie .background-dark-blue a > .rte-btn,
.hie .background-dark-blue .rte-btn > a {
  background-color: transparent;
  border-color: white;
  color: white;
}
.hie .bg-dark-blue .btn:hover,
.hie .bg-dark-blue a.rte-btn:hover,
.hie .bg-dark-blue a > .rte-btn:hover,
.hie .bg-dark-blue .rte-btn > a:hover,
.hie .background-dark-blue .btn:hover,
.hie .background-dark-blue a.rte-btn:hover,
.hie .background-dark-blue a > .rte-btn:hover,
.hie .background-dark-blue .rte-btn > a:hover {
  background-color: white;
  border-color: var(--hie-blue);
  color: var(--hie-blue);
}
.hie .bg-lightblue .btn,
.hie .bg-lightblue a.rte-btn,
.hie .bg-lightblue a > .rte-btn,
.hie .bg-lightblue .rte-btn > a,
.hie .background-lightblue .btn,
.hie .background-lightblue a.rte-btn,
.hie .background-lightblue a > .rte-btn,
.hie .background-lightblue .rte-btn > a {
  background-color: transparent;
  border-color: white;
  color: white;
}
.hie .bg-lightblue .btn:hover,
.hie .bg-lightblue a.rte-btn:hover,
.hie .bg-lightblue a > .rte-btn:hover,
.hie .bg-lightblue .rte-btn > a:hover,
.hie .background-lightblue .btn:hover,
.hie .background-lightblue a.rte-btn:hover,
.hie .background-lightblue a > .rte-btn:hover,
.hie .background-lightblue .rte-btn > a:hover {
  background-color: white;
  border-color: var(--hie-blue);
  color: var(--hie-blue);
}
.hie .bg-light-blue .btn,
.hie .bg-light-blue a.rte-btn,
.hie .bg-light-blue a > .rte-btn,
.hie .bg-light-blue .rte-btn > a,
.hie .background-light-blue .btn,
.hie .background-light-blue a.rte-btn,
.hie .background-light-blue a > .rte-btn,
.hie .background-light-blue .rte-btn > a {
  background-color: transparent;
  border-color: white;
  color: white;
}
.hie .bg-light-blue .btn:hover,
.hie .bg-light-blue a.rte-btn:hover,
.hie .bg-light-blue a > .rte-btn:hover,
.hie .bg-light-blue .rte-btn > a:hover,
.hie .background-light-blue .btn:hover,
.hie .background-light-blue a.rte-btn:hover,
.hie .background-light-blue a > .rte-btn:hover,
.hie .background-light-blue .rte-btn > a:hover {
  background-color: white;
  border-color: var(--hie-blue);
  color: var(--hie-blue);
}
.hie .background-lightgrey .btn,
.hie .background-lightgrey a.rte-btn,
.hie .background-lightgrey a > .rte-btn,
.hie .background-lightgrey .rte-btn > a,
.hie .bg-lightgrey .btn,
.hie .bg-lightgrey a.rte-btn,
.hie .bg-lightgrey a > .rte-btn,
.hie .bg-lightgrey .rte-btn > a {
  background-color: white;
  border-color: var(--hie-blue);
  color: var(--hie-blue);
}
.hie .background-lightgrey .btn:hover,
.hie .background-lightgrey a.rte-btn:hover,
.hie .background-lightgrey a > .rte-btn:hover,
.hie .background-lightgrey .rte-btn > a:hover,
.hie .bg-lightgrey .btn:hover,
.hie .bg-lightgrey a.rte-btn:hover,
.hie .bg-lightgrey a > .rte-btn:hover,
.hie .bg-lightgrey .rte-btn > a:hover {
  background-color: var(--hie-blue);
  color: white;
}
.hie .background-lightgrey .btn--text,
.hie .bg-lightgrey .btn--text {
  background-color: transparent;
}
.hie .background-lightgrey .btn--text:hover,
.hie .bg-lightgrey .btn--text:hover {
  background-color: transparent;
  color: var(--hie-blue);
}
.hie .background-light-grey .btn,
.hie .background-light-grey a.rte-btn,
.hie .background-light-grey a > .rte-btn,
.hie .background-light-grey .rte-btn > a,
.hie .bg-light-grey .btn,
.hie .bg-light-grey a.rte-btn,
.hie .bg-light-grey a > .rte-btn,
.hie .bg-light-grey .rte-btn > a {
  background-color: white;
  border-color: var(--hie-blue);
  color: var(--hie-blue);
}
.hie .background-light-grey .btn:hover,
.hie .background-light-grey a.rte-btn:hover,
.hie .background-light-grey a > .rte-btn:hover,
.hie .background-light-grey .rte-btn > a:hover,
.hie .bg-light-grey .btn:hover,
.hie .bg-light-grey a.rte-btn:hover,
.hie .bg-light-grey a > .rte-btn:hover,
.hie .bg-light-grey .rte-btn > a:hover {
  background-color: var(--hie-blue);
  color: white;
}
.hie .background-light-grey .btn--text,
.hie .bg-light-grey .btn--text {
  background-color: transparent;
}
.hie .background-light-grey .btn--text:hover,
.hie .bg-light-grey .btn--text:hover {
  background-color: transparent;
  color: var(--hie-blue);
}
.hie .background-white white .btn,
.hie .background-white white a.rte-btn,
.hie .background-white white a > .rte-btn,
.hie .background-white white .rte-btn > a,
.hie .bg-white white .btn,
.hie .bg-white white a.rte-btn,
.hie .bg-white white a > .rte-btn,
.hie .bg-white white .rte-btn > a {
  background-color: white;
  border-color: var(--hie-blue);
  color: var(--hie-blue);
}
.hie .background-white white .btn:hover,
.hie .background-white white a.rte-btn:hover,
.hie .background-white white a > .rte-btn:hover,
.hie .background-white white .rte-btn > a:hover,
.hie .bg-white white .btn:hover,
.hie .bg-white white a.rte-btn:hover,
.hie .bg-white white a > .rte-btn:hover,
.hie .bg-white white .rte-btn > a:hover {
  background-color: var(--hie-blue);
  color: white;
}
.hie .background-white white .btn--text,
.hie .bg-white white .btn--text {
  background-color: transparent;
}
.hie .background-white white .btn--text:hover,
.hie .bg-white white .btn--text:hover {
  background-color: transparent;
  color: var(--hie-blue);
}
.hie [class*=background] .btn--white,
.hie [class*=bg-] .btn--white {
  border-color: white;
  color: white;
  background-color: transparent;
}
.hie [class*=background] .btn--white:hover,
.hie [class*=bg-] .btn--white:hover {
  background-color: white;
  border-color: var(--hie-blue);
  color: var(--hie-blue);
}

.inverness .btn {
  display: inline-block;
  position: relative;
  border-radius: 1.5rem;
  padding: 0.5rem 1.25rem;
  text-decoration: none;
  text-transform: initial;
  font-weight: 500;
  border: 2px solid;
  z-index: 10;
  transition: background-color 0.3s ease, color 0.3s ease;
  width: fit-content;
  cursor: pointer;
  background-color: white;
  color: var(--inverness-blue);
  border-color: var(--inverness-blue);
}
.inverness .btn:hover {
  background-color: var(--inverness-blue);
  color: white;
  border-color: var(--inverness-blue);
}
.inverness .btn:focus-visible {
  background-color: #fdd522 !important;
  color: #142143 !important;
  outline: none !important;
  box-shadow: none !important;
}
.inverness .btn--inverse {
  background-color: transparent;
  color: var(--inverness-blue);
}
.inverness .btn--inverse:hover {
  background-color: var(--inverness-blue);
  color: white;
}
.inverness .btn--ghost {
  border-color: transparent;
  background-color: transparent;
  color: white;
}
.inverness .btn--ghost:hover {
  text-decoration: underline;
  text-decoration-thickness: 2px;
  text-underline-offset: 4px;
}
.inverness .btn--transparent {
  background-color: transparent;
}
.inverness .btn--outline {
  background-color: transparent;
  border-color: white;
  color: white;
}
.inverness .btn--outline:hover {
  background-color: white;
  color: var(--inverness-blue);
}
.inverness .btn--icon {
  display: flex;
  align-items: center;
  gap: 0.75rem;
}
.inverness .btn--flat {
  padding: 2px;
  border: none;
  border-radius: 0;
  background-color: transparent;
  color: inherit;
}
.inverness .btn--flat:hover {
  background-color: transparent;
  text-decoration: underline;
  text-decoration-thickness: 2px;
  text-underline-offset: 4px;
}
.inverness .btn--white {
  background-color: white;
  color: var(--inverness-blue);
}
.inverness .btn--white:hover {
  border-color: var(--inverness-blue);
}
.inverness .btn--myhie {
  gap: 0.5rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  background-color: #E8EBF4;
  border-color: transparent;
  color: #23408F;
}
.inverness .btn--myhie svg {
  display: block;
  width: 1.5rem;
  height: 1.5rem;
  fill: #142143;
}
.inverness .btn--myhie:hover {
  background-color: #142143;
  color: white;
}
.inverness .btn--myhie.hasLikes svg {
  color: red;
}
.inverness .btn--text {
  padding: 0;
  background-color: transparent;
  border-radius: 0;
  border: none;
  color: #23408F;
}
.inverness .btn--text:hover {
  background-color: transparent;
  color: #142143;
  text-decoration: underline;
  text-decoration-thickness: 2px;
  text-underline-offset: 4px;
}
.inverness .btn--fill {
  background-color: var(--inverness-blue);
  color: white;
}
.inverness a.rte-btn,
.inverness a > .rte-btn,
.inverness .rte-btn > a {
  display: inline-block;
  position: relative;
  border-radius: 1.5rem;
  padding: 0.5rem 1.25rem;
  text-decoration: none;
  text-transform: initial;
  font-weight: 500;
  border: 2px solid;
  z-index: 10;
  transition: background-color 0.3s ease, color 0.3s ease;
  width: fit-content;
  cursor: pointer;
  background-color: white;
  color: var(--inverness-blue);
  border-color: var(--inverness-blue);
}
.inverness a.rte-btn:hover,
.inverness a > .rte-btn:hover,
.inverness .rte-btn > a:hover {
  background-color: var(--inverness-blue);
  color: white;
  border-color: var(--inverness-blue);
}
.inverness a.rte-btn:focus-visible,
.inverness a > .rte-btn:focus-visible,
.inverness .rte-btn > a:focus-visible {
  background-color: #fdd522 !important;
  color: #142143 !important;
  outline: none !important;
  box-shadow: none !important;
}
.inverness a.rte-btn-outline,
.inverness a > .rte-btn-outline,
.inverness .rte-btn-outline > a {
  display: inline-block;
  position: relative;
  border-radius: 1.5rem;
  padding: 0.5rem 1.25rem;
  text-decoration: none;
  text-transform: initial;
  font-weight: 500;
  border: 2px solid;
  z-index: 10;
  transition: background-color 0.3s ease, color 0.3s ease;
  width: fit-content;
  cursor: pointer;
  background-color: transparent;
  color: var(--inverness-blue);
  border-color: var(--inverness-blue);
}
.inverness a.rte-btn-outline:hover,
.inverness a > .rte-btn-outline:hover,
.inverness .rte-btn-outline > a:hover {
  background-color: var(--inverness-blue);
  color: white;
  border-color: var(--inverness-blue);
}
.inverness a.rte-btn-outline:focus-visible,
.inverness a > .rte-btn-outline:focus-visible,
.inverness .rte-btn-outline > a:focus-visible {
  background-color: #fdd522 !important;
  color: #142143 !important;
  outline: none !important;
  box-shadow: none !important;
}
.inverness .bg-purple .btn,
.inverness .bg-purple a.rte-btn,
.inverness .bg-purple a > .rte-btn,
.inverness .bg-purple .rte-btn > a,
.inverness .background-purple .btn,
.inverness .background-purple a.rte-btn,
.inverness .background-purple a > .rte-btn,
.inverness .background-purple .rte-btn > a {
  background-color: transparent;
  border-color: white;
  color: white;
}
.inverness .bg-purple .btn:hover,
.inverness .bg-purple a.rte-btn:hover,
.inverness .bg-purple a > .rte-btn:hover,
.inverness .bg-purple .rte-btn > a:hover,
.inverness .background-purple .btn:hover,
.inverness .background-purple a.rte-btn:hover,
.inverness .background-purple a > .rte-btn:hover,
.inverness .background-purple .rte-btn > a:hover {
  background-color: white;
  border-color: var(--inverness-blue);
  color: var(--inverness-blue);
}
.inverness .bg-orange .btn,
.inverness .bg-orange a.rte-btn,
.inverness .bg-orange a > .rte-btn,
.inverness .bg-orange .rte-btn > a,
.inverness .background-orange .btn,
.inverness .background-orange a.rte-btn,
.inverness .background-orange a > .rte-btn,
.inverness .background-orange .rte-btn > a {
  background-color: transparent;
  border-color: white;
  color: white;
}
.inverness .bg-orange .btn:hover,
.inverness .bg-orange a.rte-btn:hover,
.inverness .bg-orange a > .rte-btn:hover,
.inverness .bg-orange .rte-btn > a:hover,
.inverness .background-orange .btn:hover,
.inverness .background-orange a.rte-btn:hover,
.inverness .background-orange a > .rte-btn:hover,
.inverness .background-orange .rte-btn > a:hover {
  background-color: white;
  border-color: var(--inverness-blue);
  color: var(--inverness-blue);
}
.inverness .bg-green .btn,
.inverness .bg-green a.rte-btn,
.inverness .bg-green a > .rte-btn,
.inverness .bg-green .rte-btn > a,
.inverness .background-green .btn,
.inverness .background-green a.rte-btn,
.inverness .background-green a > .rte-btn,
.inverness .background-green .rte-btn > a {
  background-color: transparent;
  border-color: white;
  color: white;
}
.inverness .bg-green .btn:hover,
.inverness .bg-green a.rte-btn:hover,
.inverness .bg-green a > .rte-btn:hover,
.inverness .bg-green .rte-btn > a:hover,
.inverness .background-green .btn:hover,
.inverness .background-green a.rte-btn:hover,
.inverness .background-green a > .rte-btn:hover,
.inverness .background-green .rte-btn > a:hover {
  background-color: white;
  border-color: var(--inverness-blue);
  color: var(--inverness-blue);
}
.inverness .bg-blue .btn,
.inverness .bg-blue a.rte-btn,
.inverness .bg-blue a > .rte-btn,
.inverness .bg-blue .rte-btn > a,
.inverness .background-blue .btn,
.inverness .background-blue a.rte-btn,
.inverness .background-blue a > .rte-btn,
.inverness .background-blue .rte-btn > a {
  background-color: transparent;
  border-color: white;
  color: white;
}
.inverness .bg-blue .btn:hover,
.inverness .bg-blue a.rte-btn:hover,
.inverness .bg-blue a > .rte-btn:hover,
.inverness .bg-blue .rte-btn > a:hover,
.inverness .background-blue .btn:hover,
.inverness .background-blue a.rte-btn:hover,
.inverness .background-blue a > .rte-btn:hover,
.inverness .background-blue .rte-btn > a:hover {
  background-color: white;
  border-color: var(--inverness-blue);
  color: var(--inverness-blue);
}
.inverness .bg-grey .btn,
.inverness .bg-grey a.rte-btn,
.inverness .bg-grey a > .rte-btn,
.inverness .bg-grey .rte-btn > a,
.inverness .background-grey .btn,
.inverness .background-grey a.rte-btn,
.inverness .background-grey a > .rte-btn,
.inverness .background-grey .rte-btn > a {
  background-color: transparent;
  border-color: white;
  color: white;
}
.inverness .bg-grey .btn:hover,
.inverness .bg-grey a.rte-btn:hover,
.inverness .bg-grey a > .rte-btn:hover,
.inverness .bg-grey .rte-btn > a:hover,
.inverness .background-grey .btn:hover,
.inverness .background-grey a.rte-btn:hover,
.inverness .background-grey a > .rte-btn:hover,
.inverness .background-grey .rte-btn > a:hover {
  background-color: white;
  border-color: var(--inverness-blue);
  color: var(--inverness-blue);
}
.inverness .bg-deepblue .btn,
.inverness .bg-deepblue a.rte-btn,
.inverness .bg-deepblue a > .rte-btn,
.inverness .bg-deepblue .rte-btn > a,
.inverness .background-deepblue .btn,
.inverness .background-deepblue a.rte-btn,
.inverness .background-deepblue a > .rte-btn,
.inverness .background-deepblue .rte-btn > a {
  background-color: transparent;
  border-color: white;
  color: white;
}
.inverness .bg-deepblue .btn:hover,
.inverness .bg-deepblue a.rte-btn:hover,
.inverness .bg-deepblue a > .rte-btn:hover,
.inverness .bg-deepblue .rte-btn > a:hover,
.inverness .background-deepblue .btn:hover,
.inverness .background-deepblue a.rte-btn:hover,
.inverness .background-deepblue a > .rte-btn:hover,
.inverness .background-deepblue .rte-btn > a:hover {
  background-color: white;
  border-color: var(--inverness-blue);
  color: var(--inverness-blue);
}
.inverness .bg-deeppink .btn,
.inverness .bg-deeppink a.rte-btn,
.inverness .bg-deeppink a > .rte-btn,
.inverness .bg-deeppink .rte-btn > a,
.inverness .background-deeppink .btn,
.inverness .background-deeppink a.rte-btn,
.inverness .background-deeppink a > .rte-btn,
.inverness .background-deeppink .rte-btn > a {
  background-color: transparent;
  border-color: white;
  color: white;
}
.inverness .bg-deeppink .btn:hover,
.inverness .bg-deeppink a.rte-btn:hover,
.inverness .bg-deeppink a > .rte-btn:hover,
.inverness .bg-deeppink .rte-btn > a:hover,
.inverness .background-deeppink .btn:hover,
.inverness .background-deeppink a.rte-btn:hover,
.inverness .background-deeppink a > .rte-btn:hover,
.inverness .background-deeppink .rte-btn > a:hover {
  background-color: white;
  border-color: var(--inverness-blue);
  color: var(--inverness-blue);
}
.inverness .bg-deepgreen .btn,
.inverness .bg-deepgreen a.rte-btn,
.inverness .bg-deepgreen a > .rte-btn,
.inverness .bg-deepgreen .rte-btn > a,
.inverness .background-deepgreen .btn,
.inverness .background-deepgreen a.rte-btn,
.inverness .background-deepgreen a > .rte-btn,
.inverness .background-deepgreen .rte-btn > a {
  background-color: transparent;
  border-color: white;
  color: white;
}
.inverness .bg-deepgreen .btn:hover,
.inverness .bg-deepgreen a.rte-btn:hover,
.inverness .bg-deepgreen a > .rte-btn:hover,
.inverness .bg-deepgreen .rte-btn > a:hover,
.inverness .background-deepgreen .btn:hover,
.inverness .background-deepgreen a.rte-btn:hover,
.inverness .background-deepgreen a > .rte-btn:hover,
.inverness .background-deepgreen .rte-btn > a:hover {
  background-color: white;
  border-color: var(--inverness-blue);
  color: var(--inverness-blue);
}
.inverness .bg-light-blue .btn,
.inverness .bg-light-blue a.rte-btn,
.inverness .bg-light-blue a > .rte-btn,
.inverness .bg-light-blue .rte-btn > a,
.inverness .background-light-blue .btn,
.inverness .background-light-blue a.rte-btn,
.inverness .background-light-blue a > .rte-btn,
.inverness .background-light-blue .rte-btn > a {
  background-color: transparent;
  border-color: white;
  color: white;
}
.inverness .bg-light-blue .btn:hover,
.inverness .bg-light-blue a.rte-btn:hover,
.inverness .bg-light-blue a > .rte-btn:hover,
.inverness .bg-light-blue .rte-btn > a:hover,
.inverness .background-light-blue .btn:hover,
.inverness .background-light-blue a.rte-btn:hover,
.inverness .background-light-blue a > .rte-btn:hover,
.inverness .background-light-blue .rte-btn > a:hover {
  background-color: white;
  border-color: var(--inverness-blue);
  color: var(--inverness-blue);
}
.inverness .bg-darkblue .btn,
.inverness .bg-darkblue a.rte-btn,
.inverness .bg-darkblue a > .rte-btn,
.inverness .bg-darkblue .rte-btn > a,
.inverness .background-darkblue .btn,
.inverness .background-darkblue a.rte-btn,
.inverness .background-darkblue a > .rte-btn,
.inverness .background-darkblue .rte-btn > a {
  background-color: transparent;
  border-color: white;
  color: white;
}
.inverness .bg-darkblue .btn:hover,
.inverness .bg-darkblue a.rte-btn:hover,
.inverness .bg-darkblue a > .rte-btn:hover,
.inverness .bg-darkblue .rte-btn > a:hover,
.inverness .background-darkblue .btn:hover,
.inverness .background-darkblue a.rte-btn:hover,
.inverness .background-darkblue a > .rte-btn:hover,
.inverness .background-darkblue .rte-btn > a:hover {
  background-color: white;
  border-color: var(--inverness-blue);
  color: var(--inverness-blue);
}
.inverness .bg-dark-blue .btn,
.inverness .bg-dark-blue a.rte-btn,
.inverness .bg-dark-blue a > .rte-btn,
.inverness .bg-dark-blue .rte-btn > a,
.inverness .background-dark-blue .btn,
.inverness .background-dark-blue a.rte-btn,
.inverness .background-dark-blue a > .rte-btn,
.inverness .background-dark-blue .rte-btn > a {
  background-color: transparent;
  border-color: white;
  color: white;
}
.inverness .bg-dark-blue .btn:hover,
.inverness .bg-dark-blue a.rte-btn:hover,
.inverness .bg-dark-blue a > .rte-btn:hover,
.inverness .bg-dark-blue .rte-btn > a:hover,
.inverness .background-dark-blue .btn:hover,
.inverness .background-dark-blue a.rte-btn:hover,
.inverness .background-dark-blue a > .rte-btn:hover,
.inverness .background-dark-blue .rte-btn > a:hover {
  background-color: white;
  border-color: var(--inverness-blue);
  color: var(--inverness-blue);
}
.inverness .bg-lightblue .btn,
.inverness .bg-lightblue a.rte-btn,
.inverness .bg-lightblue a > .rte-btn,
.inverness .bg-lightblue .rte-btn > a,
.inverness .background-lightblue .btn,
.inverness .background-lightblue a.rte-btn,
.inverness .background-lightblue a > .rte-btn,
.inverness .background-lightblue .rte-btn > a {
  background-color: transparent;
  border-color: white;
  color: white;
}
.inverness .bg-lightblue .btn:hover,
.inverness .bg-lightblue a.rte-btn:hover,
.inverness .bg-lightblue a > .rte-btn:hover,
.inverness .bg-lightblue .rte-btn > a:hover,
.inverness .background-lightblue .btn:hover,
.inverness .background-lightblue a.rte-btn:hover,
.inverness .background-lightblue a > .rte-btn:hover,
.inverness .background-lightblue .rte-btn > a:hover {
  background-color: white;
  border-color: var(--inverness-blue);
  color: var(--inverness-blue);
}
.inverness .bg-light-blue .btn,
.inverness .bg-light-blue a.rte-btn,
.inverness .bg-light-blue a > .rte-btn,
.inverness .bg-light-blue .rte-btn > a,
.inverness .background-light-blue .btn,
.inverness .background-light-blue a.rte-btn,
.inverness .background-light-blue a > .rte-btn,
.inverness .background-light-blue .rte-btn > a {
  background-color: transparent;
  border-color: white;
  color: white;
}
.inverness .bg-light-blue .btn:hover,
.inverness .bg-light-blue a.rte-btn:hover,
.inverness .bg-light-blue a > .rte-btn:hover,
.inverness .bg-light-blue .rte-btn > a:hover,
.inverness .background-light-blue .btn:hover,
.inverness .background-light-blue a.rte-btn:hover,
.inverness .background-light-blue a > .rte-btn:hover,
.inverness .background-light-blue .rte-btn > a:hover {
  background-color: white;
  border-color: var(--inverness-blue);
  color: var(--inverness-blue);
}
.inverness .background-lightgrey .btn,
.inverness .background-lightgrey a.rte-btn,
.inverness .background-lightgrey a > .rte-btn,
.inverness .background-lightgrey .rte-btn > a,
.inverness .bg-lightgrey .btn,
.inverness .bg-lightgrey a.rte-btn,
.inverness .bg-lightgrey a > .rte-btn,
.inverness .bg-lightgrey .rte-btn > a {
  background-color: white;
  border-color: var(--inverness-blue);
  color: var(--inverness-blue);
}
.inverness .background-lightgrey .btn:hover,
.inverness .background-lightgrey a.rte-btn:hover,
.inverness .background-lightgrey a > .rte-btn:hover,
.inverness .background-lightgrey .rte-btn > a:hover,
.inverness .bg-lightgrey .btn:hover,
.inverness .bg-lightgrey a.rte-btn:hover,
.inverness .bg-lightgrey a > .rte-btn:hover,
.inverness .bg-lightgrey .rte-btn > a:hover {
  background-color: var(--inverness-blue);
  color: white;
}
.inverness .background-lightgrey .btn--text,
.inverness .bg-lightgrey .btn--text {
  background-color: transparent;
}
.inverness .background-lightgrey .btn--text:hover,
.inverness .bg-lightgrey .btn--text:hover {
  background-color: transparent;
  color: var(--inverness-blue);
}
.inverness .background-light-grey .btn,
.inverness .background-light-grey a.rte-btn,
.inverness .background-light-grey a > .rte-btn,
.inverness .background-light-grey .rte-btn > a,
.inverness .bg-light-grey .btn,
.inverness .bg-light-grey a.rte-btn,
.inverness .bg-light-grey a > .rte-btn,
.inverness .bg-light-grey .rte-btn > a {
  background-color: white;
  border-color: var(--inverness-blue);
  color: var(--inverness-blue);
}
.inverness .background-light-grey .btn:hover,
.inverness .background-light-grey a.rte-btn:hover,
.inverness .background-light-grey a > .rte-btn:hover,
.inverness .background-light-grey .rte-btn > a:hover,
.inverness .bg-light-grey .btn:hover,
.inverness .bg-light-grey a.rte-btn:hover,
.inverness .bg-light-grey a > .rte-btn:hover,
.inverness .bg-light-grey .rte-btn > a:hover {
  background-color: var(--inverness-blue);
  color: white;
}
.inverness .background-light-grey .btn--text,
.inverness .bg-light-grey .btn--text {
  background-color: transparent;
}
.inverness .background-light-grey .btn--text:hover,
.inverness .bg-light-grey .btn--text:hover {
  background-color: transparent;
  color: var(--inverness-blue);
}
.inverness .background-white white .btn,
.inverness .background-white white a.rte-btn,
.inverness .background-white white a > .rte-btn,
.inverness .background-white white .rte-btn > a,
.inverness .bg-white white .btn,
.inverness .bg-white white a.rte-btn,
.inverness .bg-white white a > .rte-btn,
.inverness .bg-white white .rte-btn > a {
  background-color: white;
  border-color: var(--inverness-blue);
  color: var(--inverness-blue);
}
.inverness .background-white white .btn:hover,
.inverness .background-white white a.rte-btn:hover,
.inverness .background-white white a > .rte-btn:hover,
.inverness .background-white white .rte-btn > a:hover,
.inverness .bg-white white .btn:hover,
.inverness .bg-white white a.rte-btn:hover,
.inverness .bg-white white a > .rte-btn:hover,
.inverness .bg-white white .rte-btn > a:hover {
  background-color: var(--inverness-blue);
  color: white;
}
.inverness .background-white white .btn--text,
.inverness .bg-white white .btn--text {
  background-color: transparent;
}
.inverness .background-white white .btn--text:hover,
.inverness .bg-white white .btn--text:hover {
  background-color: transparent;
  color: var(--inverness-blue);
}
.inverness [class*=background] .btn--white,
.inverness [class*=bg-] .btn--white {
  border-color: white;
  color: white;
  background-color: transparent;
}
.inverness [class*=background] .btn--white:hover,
.inverness [class*=bg-] .btn--white:hover {
  background-color: white;
  border-color: var(--inverness-blue);
  color: var(--inverness-blue);
}

.outer-hebrides .btn {
  display: inline-block;
  position: relative;
  border-radius: 1.5rem;
  padding: 0.5rem 1.25rem;
  text-decoration: none;
  text-transform: initial;
  font-weight: 500;
  border: 2px solid;
  z-index: 10;
  transition: background-color 0.3s ease, color 0.3s ease;
  width: fit-content;
  cursor: pointer;
  background-color: white;
  color: var(--hie-blue);
  border-color: var(--hie-blue);
}
.outer-hebrides .btn:hover {
  background-color: var(--hie-blue);
  color: white;
  border-color: var(--hie-blue);
}
.outer-hebrides .btn:focus-visible {
  background-color: #fdd522 !important;
  color: #142143 !important;
  outline: none !important;
  box-shadow: none !important;
}
.outer-hebrides .btn--inverse {
  background-color: transparent;
  color: var(--hie-blue);
}
.outer-hebrides .btn--inverse:hover {
  background-color: var(--hie-blue);
  color: white;
}
.outer-hebrides .btn--ghost {
  border-color: transparent;
  background-color: transparent;
  color: white;
}
.outer-hebrides .btn--ghost:hover {
  text-decoration: underline;
  text-decoration-thickness: 2px;
  text-underline-offset: 4px;
}
.outer-hebrides .btn--transparent {
  background-color: transparent;
}
.outer-hebrides .btn--outline {
  background-color: transparent;
  border-color: white;
  color: white;
}
.outer-hebrides .btn--outline:hover {
  background-color: white;
  color: var(--hie-blue);
}
.outer-hebrides .btn--icon {
  display: flex;
  align-items: center;
  gap: 0.75rem;
}
.outer-hebrides .btn--flat {
  padding: 2px;
  border: none;
  border-radius: 0;
  background-color: transparent;
  color: inherit;
}
.outer-hebrides .btn--flat:hover {
  background-color: transparent;
  text-decoration: underline;
  text-decoration-thickness: 2px;
  text-underline-offset: 4px;
}
.outer-hebrides .btn--white {
  background-color: white;
  color: var(--hie-blue);
}
.outer-hebrides .btn--white:hover {
  border-color: var(--hie-blue);
}
.outer-hebrides .btn--myhie {
  gap: 0.5rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  background-color: #E8EBF4;
  border-color: transparent;
  color: #23408F;
}
.outer-hebrides .btn--myhie svg {
  display: block;
  width: 1.5rem;
  height: 1.5rem;
  fill: #142143;
}
.outer-hebrides .btn--myhie:hover {
  background-color: #142143;
  color: white;
}
.outer-hebrides .btn--myhie.hasLikes svg {
  color: red;
}
.outer-hebrides .btn--text {
  padding: 0;
  background-color: transparent;
  border-radius: 0;
  border: none;
  color: #23408F;
}
.outer-hebrides .btn--text:hover {
  background-color: transparent;
  color: #142143;
  text-decoration: underline;
  text-decoration-thickness: 2px;
  text-underline-offset: 4px;
}
.outer-hebrides .btn--fill {
  background-color: var(--hie-blue);
  color: white;
}
.outer-hebrides a.rte-btn,
.outer-hebrides a > .rte-btn,
.outer-hebrides .rte-btn > a {
  display: inline-block;
  position: relative;
  border-radius: 1.5rem;
  padding: 0.5rem 1.25rem;
  text-decoration: none;
  text-transform: initial;
  font-weight: 500;
  border: 2px solid;
  z-index: 10;
  transition: background-color 0.3s ease, color 0.3s ease;
  width: fit-content;
  cursor: pointer;
  background-color: white;
  color: var(--hie-blue);
  border-color: var(--hie-blue);
}
.outer-hebrides a.rte-btn:hover,
.outer-hebrides a > .rte-btn:hover,
.outer-hebrides .rte-btn > a:hover {
  background-color: var(--hie-blue);
  color: white;
  border-color: var(--hie-blue);
}
.outer-hebrides a.rte-btn:focus-visible,
.outer-hebrides a > .rte-btn:focus-visible,
.outer-hebrides .rte-btn > a:focus-visible {
  background-color: #fdd522 !important;
  color: #142143 !important;
  outline: none !important;
  box-shadow: none !important;
}
.outer-hebrides a.rte-btn-outline,
.outer-hebrides a > .rte-btn-outline,
.outer-hebrides .rte-btn-outline > a {
  display: inline-block;
  position: relative;
  border-radius: 1.5rem;
  padding: 0.5rem 1.25rem;
  text-decoration: none;
  text-transform: initial;
  font-weight: 500;
  border: 2px solid;
  z-index: 10;
  transition: background-color 0.3s ease, color 0.3s ease;
  width: fit-content;
  cursor: pointer;
  background-color: transparent;
  color: var(--hie-blue);
  border-color: var(--hie-blue);
}
.outer-hebrides a.rte-btn-outline:hover,
.outer-hebrides a > .rte-btn-outline:hover,
.outer-hebrides .rte-btn-outline > a:hover {
  background-color: var(--hie-blue);
  color: white;
  border-color: var(--hie-blue);
}
.outer-hebrides a.rte-btn-outline:focus-visible,
.outer-hebrides a > .rte-btn-outline:focus-visible,
.outer-hebrides .rte-btn-outline > a:focus-visible {
  background-color: #fdd522 !important;
  color: #142143 !important;
  outline: none !important;
  box-shadow: none !important;
}
.outer-hebrides .bg-purple .btn,
.outer-hebrides .bg-purple a.rte-btn,
.outer-hebrides .bg-purple a > .rte-btn,
.outer-hebrides .bg-purple .rte-btn > a,
.outer-hebrides .background-purple .btn,
.outer-hebrides .background-purple a.rte-btn,
.outer-hebrides .background-purple a > .rte-btn,
.outer-hebrides .background-purple .rte-btn > a {
  background-color: transparent;
  border-color: white;
  color: white;
}
.outer-hebrides .bg-purple .btn:hover,
.outer-hebrides .bg-purple a.rte-btn:hover,
.outer-hebrides .bg-purple a > .rte-btn:hover,
.outer-hebrides .bg-purple .rte-btn > a:hover,
.outer-hebrides .background-purple .btn:hover,
.outer-hebrides .background-purple a.rte-btn:hover,
.outer-hebrides .background-purple a > .rte-btn:hover,
.outer-hebrides .background-purple .rte-btn > a:hover {
  background-color: white;
  border-color: var(--hie-blue);
  color: var(--hie-blue);
}
.outer-hebrides .bg-orange .btn,
.outer-hebrides .bg-orange a.rte-btn,
.outer-hebrides .bg-orange a > .rte-btn,
.outer-hebrides .bg-orange .rte-btn > a,
.outer-hebrides .background-orange .btn,
.outer-hebrides .background-orange a.rte-btn,
.outer-hebrides .background-orange a > .rte-btn,
.outer-hebrides .background-orange .rte-btn > a {
  background-color: transparent;
  border-color: white;
  color: white;
}
.outer-hebrides .bg-orange .btn:hover,
.outer-hebrides .bg-orange a.rte-btn:hover,
.outer-hebrides .bg-orange a > .rte-btn:hover,
.outer-hebrides .bg-orange .rte-btn > a:hover,
.outer-hebrides .background-orange .btn:hover,
.outer-hebrides .background-orange a.rte-btn:hover,
.outer-hebrides .background-orange a > .rte-btn:hover,
.outer-hebrides .background-orange .rte-btn > a:hover {
  background-color: white;
  border-color: var(--hie-blue);
  color: var(--hie-blue);
}
.outer-hebrides .bg-green .btn,
.outer-hebrides .bg-green a.rte-btn,
.outer-hebrides .bg-green a > .rte-btn,
.outer-hebrides .bg-green .rte-btn > a,
.outer-hebrides .background-green .btn,
.outer-hebrides .background-green a.rte-btn,
.outer-hebrides .background-green a > .rte-btn,
.outer-hebrides .background-green .rte-btn > a {
  background-color: transparent;
  border-color: white;
  color: white;
}
.outer-hebrides .bg-green .btn:hover,
.outer-hebrides .bg-green a.rte-btn:hover,
.outer-hebrides .bg-green a > .rte-btn:hover,
.outer-hebrides .bg-green .rte-btn > a:hover,
.outer-hebrides .background-green .btn:hover,
.outer-hebrides .background-green a.rte-btn:hover,
.outer-hebrides .background-green a > .rte-btn:hover,
.outer-hebrides .background-green .rte-btn > a:hover {
  background-color: white;
  border-color: var(--hie-blue);
  color: var(--hie-blue);
}
.outer-hebrides .bg-blue .btn,
.outer-hebrides .bg-blue a.rte-btn,
.outer-hebrides .bg-blue a > .rte-btn,
.outer-hebrides .bg-blue .rte-btn > a,
.outer-hebrides .background-blue .btn,
.outer-hebrides .background-blue a.rte-btn,
.outer-hebrides .background-blue a > .rte-btn,
.outer-hebrides .background-blue .rte-btn > a {
  background-color: transparent;
  border-color: white;
  color: white;
}
.outer-hebrides .bg-blue .btn:hover,
.outer-hebrides .bg-blue a.rte-btn:hover,
.outer-hebrides .bg-blue a > .rte-btn:hover,
.outer-hebrides .bg-blue .rte-btn > a:hover,
.outer-hebrides .background-blue .btn:hover,
.outer-hebrides .background-blue a.rte-btn:hover,
.outer-hebrides .background-blue a > .rte-btn:hover,
.outer-hebrides .background-blue .rte-btn > a:hover {
  background-color: white;
  border-color: var(--hie-blue);
  color: var(--hie-blue);
}
.outer-hebrides .bg-grey .btn,
.outer-hebrides .bg-grey a.rte-btn,
.outer-hebrides .bg-grey a > .rte-btn,
.outer-hebrides .bg-grey .rte-btn > a,
.outer-hebrides .background-grey .btn,
.outer-hebrides .background-grey a.rte-btn,
.outer-hebrides .background-grey a > .rte-btn,
.outer-hebrides .background-grey .rte-btn > a {
  background-color: transparent;
  border-color: white;
  color: white;
}
.outer-hebrides .bg-grey .btn:hover,
.outer-hebrides .bg-grey a.rte-btn:hover,
.outer-hebrides .bg-grey a > .rte-btn:hover,
.outer-hebrides .bg-grey .rte-btn > a:hover,
.outer-hebrides .background-grey .btn:hover,
.outer-hebrides .background-grey a.rte-btn:hover,
.outer-hebrides .background-grey a > .rte-btn:hover,
.outer-hebrides .background-grey .rte-btn > a:hover {
  background-color: white;
  border-color: var(--hie-blue);
  color: var(--hie-blue);
}
.outer-hebrides .bg-deepblue .btn,
.outer-hebrides .bg-deepblue a.rte-btn,
.outer-hebrides .bg-deepblue a > .rte-btn,
.outer-hebrides .bg-deepblue .rte-btn > a,
.outer-hebrides .background-deepblue .btn,
.outer-hebrides .background-deepblue a.rte-btn,
.outer-hebrides .background-deepblue a > .rte-btn,
.outer-hebrides .background-deepblue .rte-btn > a {
  background-color: transparent;
  border-color: white;
  color: white;
}
.outer-hebrides .bg-deepblue .btn:hover,
.outer-hebrides .bg-deepblue a.rte-btn:hover,
.outer-hebrides .bg-deepblue a > .rte-btn:hover,
.outer-hebrides .bg-deepblue .rte-btn > a:hover,
.outer-hebrides .background-deepblue .btn:hover,
.outer-hebrides .background-deepblue a.rte-btn:hover,
.outer-hebrides .background-deepblue a > .rte-btn:hover,
.outer-hebrides .background-deepblue .rte-btn > a:hover {
  background-color: white;
  border-color: var(--hie-blue);
  color: var(--hie-blue);
}
.outer-hebrides .bg-deeppink .btn,
.outer-hebrides .bg-deeppink a.rte-btn,
.outer-hebrides .bg-deeppink a > .rte-btn,
.outer-hebrides .bg-deeppink .rte-btn > a,
.outer-hebrides .background-deeppink .btn,
.outer-hebrides .background-deeppink a.rte-btn,
.outer-hebrides .background-deeppink a > .rte-btn,
.outer-hebrides .background-deeppink .rte-btn > a {
  background-color: transparent;
  border-color: white;
  color: white;
}
.outer-hebrides .bg-deeppink .btn:hover,
.outer-hebrides .bg-deeppink a.rte-btn:hover,
.outer-hebrides .bg-deeppink a > .rte-btn:hover,
.outer-hebrides .bg-deeppink .rte-btn > a:hover,
.outer-hebrides .background-deeppink .btn:hover,
.outer-hebrides .background-deeppink a.rte-btn:hover,
.outer-hebrides .background-deeppink a > .rte-btn:hover,
.outer-hebrides .background-deeppink .rte-btn > a:hover {
  background-color: white;
  border-color: var(--hie-blue);
  color: var(--hie-blue);
}
.outer-hebrides .bg-deepgreen .btn,
.outer-hebrides .bg-deepgreen a.rte-btn,
.outer-hebrides .bg-deepgreen a > .rte-btn,
.outer-hebrides .bg-deepgreen .rte-btn > a,
.outer-hebrides .background-deepgreen .btn,
.outer-hebrides .background-deepgreen a.rte-btn,
.outer-hebrides .background-deepgreen a > .rte-btn,
.outer-hebrides .background-deepgreen .rte-btn > a {
  background-color: transparent;
  border-color: white;
  color: white;
}
.outer-hebrides .bg-deepgreen .btn:hover,
.outer-hebrides .bg-deepgreen a.rte-btn:hover,
.outer-hebrides .bg-deepgreen a > .rte-btn:hover,
.outer-hebrides .bg-deepgreen .rte-btn > a:hover,
.outer-hebrides .background-deepgreen .btn:hover,
.outer-hebrides .background-deepgreen a.rte-btn:hover,
.outer-hebrides .background-deepgreen a > .rte-btn:hover,
.outer-hebrides .background-deepgreen .rte-btn > a:hover {
  background-color: white;
  border-color: var(--hie-blue);
  color: var(--hie-blue);
}
.outer-hebrides .bg-light-blue .btn,
.outer-hebrides .bg-light-blue a.rte-btn,
.outer-hebrides .bg-light-blue a > .rte-btn,
.outer-hebrides .bg-light-blue .rte-btn > a,
.outer-hebrides .background-light-blue .btn,
.outer-hebrides .background-light-blue a.rte-btn,
.outer-hebrides .background-light-blue a > .rte-btn,
.outer-hebrides .background-light-blue .rte-btn > a {
  background-color: transparent;
  border-color: white;
  color: white;
}
.outer-hebrides .bg-light-blue .btn:hover,
.outer-hebrides .bg-light-blue a.rte-btn:hover,
.outer-hebrides .bg-light-blue a > .rte-btn:hover,
.outer-hebrides .bg-light-blue .rte-btn > a:hover,
.outer-hebrides .background-light-blue .btn:hover,
.outer-hebrides .background-light-blue a.rte-btn:hover,
.outer-hebrides .background-light-blue a > .rte-btn:hover,
.outer-hebrides .background-light-blue .rte-btn > a:hover {
  background-color: white;
  border-color: var(--hie-blue);
  color: var(--hie-blue);
}
.outer-hebrides .bg-darkblue .btn,
.outer-hebrides .bg-darkblue a.rte-btn,
.outer-hebrides .bg-darkblue a > .rte-btn,
.outer-hebrides .bg-darkblue .rte-btn > a,
.outer-hebrides .background-darkblue .btn,
.outer-hebrides .background-darkblue a.rte-btn,
.outer-hebrides .background-darkblue a > .rte-btn,
.outer-hebrides .background-darkblue .rte-btn > a {
  background-color: transparent;
  border-color: white;
  color: white;
}
.outer-hebrides .bg-darkblue .btn:hover,
.outer-hebrides .bg-darkblue a.rte-btn:hover,
.outer-hebrides .bg-darkblue a > .rte-btn:hover,
.outer-hebrides .bg-darkblue .rte-btn > a:hover,
.outer-hebrides .background-darkblue .btn:hover,
.outer-hebrides .background-darkblue a.rte-btn:hover,
.outer-hebrides .background-darkblue a > .rte-btn:hover,
.outer-hebrides .background-darkblue .rte-btn > a:hover {
  background-color: white;
  border-color: var(--hie-blue);
  color: var(--hie-blue);
}
.outer-hebrides .bg-dark-blue .btn,
.outer-hebrides .bg-dark-blue a.rte-btn,
.outer-hebrides .bg-dark-blue a > .rte-btn,
.outer-hebrides .bg-dark-blue .rte-btn > a,
.outer-hebrides .background-dark-blue .btn,
.outer-hebrides .background-dark-blue a.rte-btn,
.outer-hebrides .background-dark-blue a > .rte-btn,
.outer-hebrides .background-dark-blue .rte-btn > a {
  background-color: transparent;
  border-color: white;
  color: white;
}
.outer-hebrides .bg-dark-blue .btn:hover,
.outer-hebrides .bg-dark-blue a.rte-btn:hover,
.outer-hebrides .bg-dark-blue a > .rte-btn:hover,
.outer-hebrides .bg-dark-blue .rte-btn > a:hover,
.outer-hebrides .background-dark-blue .btn:hover,
.outer-hebrides .background-dark-blue a.rte-btn:hover,
.outer-hebrides .background-dark-blue a > .rte-btn:hover,
.outer-hebrides .background-dark-blue .rte-btn > a:hover {
  background-color: white;
  border-color: var(--hie-blue);
  color: var(--hie-blue);
}
.outer-hebrides .bg-lightblue .btn,
.outer-hebrides .bg-lightblue a.rte-btn,
.outer-hebrides .bg-lightblue a > .rte-btn,
.outer-hebrides .bg-lightblue .rte-btn > a,
.outer-hebrides .background-lightblue .btn,
.outer-hebrides .background-lightblue a.rte-btn,
.outer-hebrides .background-lightblue a > .rte-btn,
.outer-hebrides .background-lightblue .rte-btn > a {
  background-color: transparent;
  border-color: white;
  color: white;
}
.outer-hebrides .bg-lightblue .btn:hover,
.outer-hebrides .bg-lightblue a.rte-btn:hover,
.outer-hebrides .bg-lightblue a > .rte-btn:hover,
.outer-hebrides .bg-lightblue .rte-btn > a:hover,
.outer-hebrides .background-lightblue .btn:hover,
.outer-hebrides .background-lightblue a.rte-btn:hover,
.outer-hebrides .background-lightblue a > .rte-btn:hover,
.outer-hebrides .background-lightblue .rte-btn > a:hover {
  background-color: white;
  border-color: var(--hie-blue);
  color: var(--hie-blue);
}
.outer-hebrides .bg-light-blue .btn,
.outer-hebrides .bg-light-blue a.rte-btn,
.outer-hebrides .bg-light-blue a > .rte-btn,
.outer-hebrides .bg-light-blue .rte-btn > a,
.outer-hebrides .background-light-blue .btn,
.outer-hebrides .background-light-blue a.rte-btn,
.outer-hebrides .background-light-blue a > .rte-btn,
.outer-hebrides .background-light-blue .rte-btn > a {
  background-color: transparent;
  border-color: white;
  color: white;
}
.outer-hebrides .bg-light-blue .btn:hover,
.outer-hebrides .bg-light-blue a.rte-btn:hover,
.outer-hebrides .bg-light-blue a > .rte-btn:hover,
.outer-hebrides .bg-light-blue .rte-btn > a:hover,
.outer-hebrides .background-light-blue .btn:hover,
.outer-hebrides .background-light-blue a.rte-btn:hover,
.outer-hebrides .background-light-blue a > .rte-btn:hover,
.outer-hebrides .background-light-blue .rte-btn > a:hover {
  background-color: white;
  border-color: var(--hie-blue);
  color: var(--hie-blue);
}
.outer-hebrides .background-lightgrey .btn,
.outer-hebrides .background-lightgrey a.rte-btn,
.outer-hebrides .background-lightgrey a > .rte-btn,
.outer-hebrides .background-lightgrey .rte-btn > a,
.outer-hebrides .bg-lightgrey .btn,
.outer-hebrides .bg-lightgrey a.rte-btn,
.outer-hebrides .bg-lightgrey a > .rte-btn,
.outer-hebrides .bg-lightgrey .rte-btn > a {
  background-color: white;
  border-color: var(--hie-blue);
  color: var(--hie-blue);
}
.outer-hebrides .background-lightgrey .btn:hover,
.outer-hebrides .background-lightgrey a.rte-btn:hover,
.outer-hebrides .background-lightgrey a > .rte-btn:hover,
.outer-hebrides .background-lightgrey .rte-btn > a:hover,
.outer-hebrides .bg-lightgrey .btn:hover,
.outer-hebrides .bg-lightgrey a.rte-btn:hover,
.outer-hebrides .bg-lightgrey a > .rte-btn:hover,
.outer-hebrides .bg-lightgrey .rte-btn > a:hover {
  background-color: var(--hie-blue);
  color: white;
}
.outer-hebrides .background-lightgrey .btn--text,
.outer-hebrides .bg-lightgrey .btn--text {
  background-color: transparent;
}
.outer-hebrides .background-lightgrey .btn--text:hover,
.outer-hebrides .bg-lightgrey .btn--text:hover {
  background-color: transparent;
  color: var(--hie-blue);
}
.outer-hebrides .background-light-grey .btn,
.outer-hebrides .background-light-grey a.rte-btn,
.outer-hebrides .background-light-grey a > .rte-btn,
.outer-hebrides .background-light-grey .rte-btn > a,
.outer-hebrides .bg-light-grey .btn,
.outer-hebrides .bg-light-grey a.rte-btn,
.outer-hebrides .bg-light-grey a > .rte-btn,
.outer-hebrides .bg-light-grey .rte-btn > a {
  background-color: white;
  border-color: var(--hie-blue);
  color: var(--hie-blue);
}
.outer-hebrides .background-light-grey .btn:hover,
.outer-hebrides .background-light-grey a.rte-btn:hover,
.outer-hebrides .background-light-grey a > .rte-btn:hover,
.outer-hebrides .background-light-grey .rte-btn > a:hover,
.outer-hebrides .bg-light-grey .btn:hover,
.outer-hebrides .bg-light-grey a.rte-btn:hover,
.outer-hebrides .bg-light-grey a > .rte-btn:hover,
.outer-hebrides .bg-light-grey .rte-btn > a:hover {
  background-color: var(--hie-blue);
  color: white;
}
.outer-hebrides .background-light-grey .btn--text,
.outer-hebrides .bg-light-grey .btn--text {
  background-color: transparent;
}
.outer-hebrides .background-light-grey .btn--text:hover,
.outer-hebrides .bg-light-grey .btn--text:hover {
  background-color: transparent;
  color: var(--hie-blue);
}
.outer-hebrides .background-white white .btn,
.outer-hebrides .background-white white a.rte-btn,
.outer-hebrides .background-white white a > .rte-btn,
.outer-hebrides .background-white white .rte-btn > a,
.outer-hebrides .bg-white white .btn,
.outer-hebrides .bg-white white a.rte-btn,
.outer-hebrides .bg-white white a > .rte-btn,
.outer-hebrides .bg-white white .rte-btn > a {
  background-color: white;
  border-color: var(--hie-blue);
  color: var(--hie-blue);
}
.outer-hebrides .background-white white .btn:hover,
.outer-hebrides .background-white white a.rte-btn:hover,
.outer-hebrides .background-white white a > .rte-btn:hover,
.outer-hebrides .background-white white .rte-btn > a:hover,
.outer-hebrides .bg-white white .btn:hover,
.outer-hebrides .bg-white white a.rte-btn:hover,
.outer-hebrides .bg-white white a > .rte-btn:hover,
.outer-hebrides .bg-white white .rte-btn > a:hover {
  background-color: var(--hie-blue);
  color: white;
}
.outer-hebrides .background-white white .btn--text,
.outer-hebrides .bg-white white .btn--text {
  background-color: transparent;
}
.outer-hebrides .background-white white .btn--text:hover,
.outer-hebrides .bg-white white .btn--text:hover {
  background-color: transparent;
  color: var(--hie-blue);
}
.outer-hebrides [class*=background] .btn--white,
.outer-hebrides [class*=bg-] .btn--white {
  border-color: white;
  color: white;
  background-color: transparent;
}
.outer-hebrides [class*=background] .btn--white:hover,
.outer-hebrides [class*=bg-] .btn--white:hover {
  background-color: white;
  border-color: var(--hie-blue);
  color: var(--hie-blue);
}

.wes .btn {
  display: inline-block;
  position: relative;
  border-radius: 1.5rem;
  padding: 0.5rem 1.25rem;
  text-decoration: none;
  text-transform: initial;
  font-weight: 500;
  border: 2px solid;
  z-index: 10;
  transition: background-color 0.3s ease, color 0.3s ease;
  width: fit-content;
  cursor: pointer;
  background-color: white;
  color: var(--inverness-blue);
  border-color: var(--inverness-blue);
}
.wes .btn:hover {
  background-color: var(--inverness-blue);
  color: white;
  border-color: var(--inverness-blue);
}
.wes .btn:focus-visible {
  background-color: #fdd522 !important;
  color: #142143 !important;
  outline: none !important;
  box-shadow: none !important;
}
.wes .btn--inverse {
  background-color: transparent;
  color: var(--inverness-blue);
}
.wes .btn--inverse:hover {
  background-color: var(--inverness-blue);
  color: white;
}
.wes .btn--ghost {
  border-color: transparent;
  background-color: transparent;
  color: white;
}
.wes .btn--ghost:hover {
  text-decoration: underline;
  text-decoration-thickness: 2px;
  text-underline-offset: 4px;
}
.wes .btn--transparent {
  background-color: transparent;
}
.wes .btn--outline {
  background-color: transparent;
  border-color: white;
  color: white;
}
.wes .btn--outline:hover {
  background-color: white;
  color: var(--inverness-blue);
}
.wes .btn--icon {
  display: flex;
  align-items: center;
  gap: 0.75rem;
}
.wes .btn--flat {
  padding: 2px;
  border: none;
  border-radius: 0;
  background-color: transparent;
  color: inherit;
}
.wes .btn--flat:hover {
  background-color: transparent;
  text-decoration: underline;
  text-decoration-thickness: 2px;
  text-underline-offset: 4px;
}
.wes .btn--white {
  background-color: white;
  color: var(--inverness-blue);
}
.wes .btn--white:hover {
  border-color: var(--inverness-blue);
}
.wes .btn--myhie {
  gap: 0.5rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  background-color: #E8EBF4;
  border-color: transparent;
  color: #23408F;
}
.wes .btn--myhie svg {
  display: block;
  width: 1.5rem;
  height: 1.5rem;
  fill: #142143;
}
.wes .btn--myhie:hover {
  background-color: #142143;
  color: white;
}
.wes .btn--myhie.hasLikes svg {
  color: red;
}
.wes .btn--text {
  padding: 0;
  background-color: transparent;
  border-radius: 0;
  border: none;
  color: #23408F;
}
.wes .btn--text:hover {
  background-color: transparent;
  color: #142143;
  text-decoration: underline;
  text-decoration-thickness: 2px;
  text-underline-offset: 4px;
}
.wes .btn--fill {
  background-color: var(--inverness-blue);
  color: white;
}
.wes a.rte-btn,
.wes a > .rte-btn,
.wes .rte-btn > a {
  display: inline-block;
  position: relative;
  border-radius: 1.5rem;
  padding: 0.5rem 1.25rem;
  text-decoration: none;
  text-transform: initial;
  font-weight: 500;
  border: 2px solid;
  z-index: 10;
  transition: background-color 0.3s ease, color 0.3s ease;
  width: fit-content;
  cursor: pointer;
  background-color: white;
  color: var(--inverness-blue);
  border-color: var(--inverness-blue);
}
.wes a.rte-btn:hover,
.wes a > .rte-btn:hover,
.wes .rte-btn > a:hover {
  background-color: var(--inverness-blue);
  color: white;
  border-color: var(--inverness-blue);
}
.wes a.rte-btn:focus-visible,
.wes a > .rte-btn:focus-visible,
.wes .rte-btn > a:focus-visible {
  background-color: #fdd522 !important;
  color: #142143 !important;
  outline: none !important;
  box-shadow: none !important;
}
.wes a.rte-btn-outline,
.wes a > .rte-btn-outline,
.wes .rte-btn-outline > a {
  display: inline-block;
  position: relative;
  border-radius: 1.5rem;
  padding: 0.5rem 1.25rem;
  text-decoration: none;
  text-transform: initial;
  font-weight: 500;
  border: 2px solid;
  z-index: 10;
  transition: background-color 0.3s ease, color 0.3s ease;
  width: fit-content;
  cursor: pointer;
  background-color: transparent;
  color: var(--inverness-blue);
  border-color: var(--inverness-blue);
}
.wes a.rte-btn-outline:hover,
.wes a > .rte-btn-outline:hover,
.wes .rte-btn-outline > a:hover {
  background-color: var(--inverness-blue);
  color: white;
  border-color: var(--inverness-blue);
}
.wes a.rte-btn-outline:focus-visible,
.wes a > .rte-btn-outline:focus-visible,
.wes .rte-btn-outline > a:focus-visible {
  background-color: #fdd522 !important;
  color: #142143 !important;
  outline: none !important;
  box-shadow: none !important;
}
.wes .bg-purple .btn,
.wes .bg-purple a.rte-btn,
.wes .bg-purple a > .rte-btn,
.wes .bg-purple .rte-btn > a,
.wes .background-purple .btn,
.wes .background-purple a.rte-btn,
.wes .background-purple a > .rte-btn,
.wes .background-purple .rte-btn > a {
  background-color: transparent;
  border-color: white;
  color: white;
}
.wes .bg-purple .btn:hover,
.wes .bg-purple a.rte-btn:hover,
.wes .bg-purple a > .rte-btn:hover,
.wes .bg-purple .rte-btn > a:hover,
.wes .background-purple .btn:hover,
.wes .background-purple a.rte-btn:hover,
.wes .background-purple a > .rte-btn:hover,
.wes .background-purple .rte-btn > a:hover {
  background-color: white;
  border-color: var(--inverness-blue);
  color: var(--inverness-blue);
}
.wes .bg-orange .btn,
.wes .bg-orange a.rte-btn,
.wes .bg-orange a > .rte-btn,
.wes .bg-orange .rte-btn > a,
.wes .background-orange .btn,
.wes .background-orange a.rte-btn,
.wes .background-orange a > .rte-btn,
.wes .background-orange .rte-btn > a {
  background-color: transparent;
  border-color: white;
  color: white;
}
.wes .bg-orange .btn:hover,
.wes .bg-orange a.rte-btn:hover,
.wes .bg-orange a > .rte-btn:hover,
.wes .bg-orange .rte-btn > a:hover,
.wes .background-orange .btn:hover,
.wes .background-orange a.rte-btn:hover,
.wes .background-orange a > .rte-btn:hover,
.wes .background-orange .rte-btn > a:hover {
  background-color: white;
  border-color: var(--inverness-blue);
  color: var(--inverness-blue);
}
.wes .bg-green .btn,
.wes .bg-green a.rte-btn,
.wes .bg-green a > .rte-btn,
.wes .bg-green .rte-btn > a,
.wes .background-green .btn,
.wes .background-green a.rte-btn,
.wes .background-green a > .rte-btn,
.wes .background-green .rte-btn > a {
  background-color: transparent;
  border-color: white;
  color: white;
}
.wes .bg-green .btn:hover,
.wes .bg-green a.rte-btn:hover,
.wes .bg-green a > .rte-btn:hover,
.wes .bg-green .rte-btn > a:hover,
.wes .background-green .btn:hover,
.wes .background-green a.rte-btn:hover,
.wes .background-green a > .rte-btn:hover,
.wes .background-green .rte-btn > a:hover {
  background-color: white;
  border-color: var(--inverness-blue);
  color: var(--inverness-blue);
}
.wes .bg-blue .btn,
.wes .bg-blue a.rte-btn,
.wes .bg-blue a > .rte-btn,
.wes .bg-blue .rte-btn > a,
.wes .background-blue .btn,
.wes .background-blue a.rte-btn,
.wes .background-blue a > .rte-btn,
.wes .background-blue .rte-btn > a {
  background-color: transparent;
  border-color: white;
  color: white;
}
.wes .bg-blue .btn:hover,
.wes .bg-blue a.rte-btn:hover,
.wes .bg-blue a > .rte-btn:hover,
.wes .bg-blue .rte-btn > a:hover,
.wes .background-blue .btn:hover,
.wes .background-blue a.rte-btn:hover,
.wes .background-blue a > .rte-btn:hover,
.wes .background-blue .rte-btn > a:hover {
  background-color: white;
  border-color: var(--inverness-blue);
  color: var(--inverness-blue);
}
.wes .bg-grey .btn,
.wes .bg-grey a.rte-btn,
.wes .bg-grey a > .rte-btn,
.wes .bg-grey .rte-btn > a,
.wes .background-grey .btn,
.wes .background-grey a.rte-btn,
.wes .background-grey a > .rte-btn,
.wes .background-grey .rte-btn > a {
  background-color: transparent;
  border-color: white;
  color: white;
}
.wes .bg-grey .btn:hover,
.wes .bg-grey a.rte-btn:hover,
.wes .bg-grey a > .rte-btn:hover,
.wes .bg-grey .rte-btn > a:hover,
.wes .background-grey .btn:hover,
.wes .background-grey a.rte-btn:hover,
.wes .background-grey a > .rte-btn:hover,
.wes .background-grey .rte-btn > a:hover {
  background-color: white;
  border-color: var(--inverness-blue);
  color: var(--inverness-blue);
}
.wes .bg-deepblue .btn,
.wes .bg-deepblue a.rte-btn,
.wes .bg-deepblue a > .rte-btn,
.wes .bg-deepblue .rte-btn > a,
.wes .background-deepblue .btn,
.wes .background-deepblue a.rte-btn,
.wes .background-deepblue a > .rte-btn,
.wes .background-deepblue .rte-btn > a {
  background-color: transparent;
  border-color: white;
  color: white;
}
.wes .bg-deepblue .btn:hover,
.wes .bg-deepblue a.rte-btn:hover,
.wes .bg-deepblue a > .rte-btn:hover,
.wes .bg-deepblue .rte-btn > a:hover,
.wes .background-deepblue .btn:hover,
.wes .background-deepblue a.rte-btn:hover,
.wes .background-deepblue a > .rte-btn:hover,
.wes .background-deepblue .rte-btn > a:hover {
  background-color: white;
  border-color: var(--inverness-blue);
  color: var(--inverness-blue);
}
.wes .bg-deeppink .btn,
.wes .bg-deeppink a.rte-btn,
.wes .bg-deeppink a > .rte-btn,
.wes .bg-deeppink .rte-btn > a,
.wes .background-deeppink .btn,
.wes .background-deeppink a.rte-btn,
.wes .background-deeppink a > .rte-btn,
.wes .background-deeppink .rte-btn > a {
  background-color: transparent;
  border-color: white;
  color: white;
}
.wes .bg-deeppink .btn:hover,
.wes .bg-deeppink a.rte-btn:hover,
.wes .bg-deeppink a > .rte-btn:hover,
.wes .bg-deeppink .rte-btn > a:hover,
.wes .background-deeppink .btn:hover,
.wes .background-deeppink a.rte-btn:hover,
.wes .background-deeppink a > .rte-btn:hover,
.wes .background-deeppink .rte-btn > a:hover {
  background-color: white;
  border-color: var(--inverness-blue);
  color: var(--inverness-blue);
}
.wes .bg-deepgreen .btn,
.wes .bg-deepgreen a.rte-btn,
.wes .bg-deepgreen a > .rte-btn,
.wes .bg-deepgreen .rte-btn > a,
.wes .background-deepgreen .btn,
.wes .background-deepgreen a.rte-btn,
.wes .background-deepgreen a > .rte-btn,
.wes .background-deepgreen .rte-btn > a {
  background-color: transparent;
  border-color: white;
  color: white;
}
.wes .bg-deepgreen .btn:hover,
.wes .bg-deepgreen a.rte-btn:hover,
.wes .bg-deepgreen a > .rte-btn:hover,
.wes .bg-deepgreen .rte-btn > a:hover,
.wes .background-deepgreen .btn:hover,
.wes .background-deepgreen a.rte-btn:hover,
.wes .background-deepgreen a > .rte-btn:hover,
.wes .background-deepgreen .rte-btn > a:hover {
  background-color: white;
  border-color: var(--inverness-blue);
  color: var(--inverness-blue);
}
.wes .bg-light-blue .btn,
.wes .bg-light-blue a.rte-btn,
.wes .bg-light-blue a > .rte-btn,
.wes .bg-light-blue .rte-btn > a,
.wes .background-light-blue .btn,
.wes .background-light-blue a.rte-btn,
.wes .background-light-blue a > .rte-btn,
.wes .background-light-blue .rte-btn > a {
  background-color: transparent;
  border-color: white;
  color: white;
}
.wes .bg-light-blue .btn:hover,
.wes .bg-light-blue a.rte-btn:hover,
.wes .bg-light-blue a > .rte-btn:hover,
.wes .bg-light-blue .rte-btn > a:hover,
.wes .background-light-blue .btn:hover,
.wes .background-light-blue a.rte-btn:hover,
.wes .background-light-blue a > .rte-btn:hover,
.wes .background-light-blue .rte-btn > a:hover {
  background-color: white;
  border-color: var(--inverness-blue);
  color: var(--inverness-blue);
}
.wes .bg-darkblue .btn,
.wes .bg-darkblue a.rte-btn,
.wes .bg-darkblue a > .rte-btn,
.wes .bg-darkblue .rte-btn > a,
.wes .background-darkblue .btn,
.wes .background-darkblue a.rte-btn,
.wes .background-darkblue a > .rte-btn,
.wes .background-darkblue .rte-btn > a {
  background-color: transparent;
  border-color: white;
  color: white;
}
.wes .bg-darkblue .btn:hover,
.wes .bg-darkblue a.rte-btn:hover,
.wes .bg-darkblue a > .rte-btn:hover,
.wes .bg-darkblue .rte-btn > a:hover,
.wes .background-darkblue .btn:hover,
.wes .background-darkblue a.rte-btn:hover,
.wes .background-darkblue a > .rte-btn:hover,
.wes .background-darkblue .rte-btn > a:hover {
  background-color: white;
  border-color: var(--inverness-blue);
  color: var(--inverness-blue);
}
.wes .bg-dark-blue .btn,
.wes .bg-dark-blue a.rte-btn,
.wes .bg-dark-blue a > .rte-btn,
.wes .bg-dark-blue .rte-btn > a,
.wes .background-dark-blue .btn,
.wes .background-dark-blue a.rte-btn,
.wes .background-dark-blue a > .rte-btn,
.wes .background-dark-blue .rte-btn > a {
  background-color: transparent;
  border-color: white;
  color: white;
}
.wes .bg-dark-blue .btn:hover,
.wes .bg-dark-blue a.rte-btn:hover,
.wes .bg-dark-blue a > .rte-btn:hover,
.wes .bg-dark-blue .rte-btn > a:hover,
.wes .background-dark-blue .btn:hover,
.wes .background-dark-blue a.rte-btn:hover,
.wes .background-dark-blue a > .rte-btn:hover,
.wes .background-dark-blue .rte-btn > a:hover {
  background-color: white;
  border-color: var(--inverness-blue);
  color: var(--inverness-blue);
}
.wes .bg-lightblue .btn,
.wes .bg-lightblue a.rte-btn,
.wes .bg-lightblue a > .rte-btn,
.wes .bg-lightblue .rte-btn > a,
.wes .background-lightblue .btn,
.wes .background-lightblue a.rte-btn,
.wes .background-lightblue a > .rte-btn,
.wes .background-lightblue .rte-btn > a {
  background-color: transparent;
  border-color: white;
  color: white;
}
.wes .bg-lightblue .btn:hover,
.wes .bg-lightblue a.rte-btn:hover,
.wes .bg-lightblue a > .rte-btn:hover,
.wes .bg-lightblue .rte-btn > a:hover,
.wes .background-lightblue .btn:hover,
.wes .background-lightblue a.rte-btn:hover,
.wes .background-lightblue a > .rte-btn:hover,
.wes .background-lightblue .rte-btn > a:hover {
  background-color: white;
  border-color: var(--inverness-blue);
  color: var(--inverness-blue);
}
.wes .bg-light-blue .btn,
.wes .bg-light-blue a.rte-btn,
.wes .bg-light-blue a > .rte-btn,
.wes .bg-light-blue .rte-btn > a,
.wes .background-light-blue .btn,
.wes .background-light-blue a.rte-btn,
.wes .background-light-blue a > .rte-btn,
.wes .background-light-blue .rte-btn > a {
  background-color: transparent;
  border-color: white;
  color: white;
}
.wes .bg-light-blue .btn:hover,
.wes .bg-light-blue a.rte-btn:hover,
.wes .bg-light-blue a > .rte-btn:hover,
.wes .bg-light-blue .rte-btn > a:hover,
.wes .background-light-blue .btn:hover,
.wes .background-light-blue a.rte-btn:hover,
.wes .background-light-blue a > .rte-btn:hover,
.wes .background-light-blue .rte-btn > a:hover {
  background-color: white;
  border-color: var(--inverness-blue);
  color: var(--inverness-blue);
}
.wes .background-lightgrey .btn,
.wes .background-lightgrey a.rte-btn,
.wes .background-lightgrey a > .rte-btn,
.wes .background-lightgrey .rte-btn > a,
.wes .bg-lightgrey .btn,
.wes .bg-lightgrey a.rte-btn,
.wes .bg-lightgrey a > .rte-btn,
.wes .bg-lightgrey .rte-btn > a {
  background-color: white;
  border-color: var(--inverness-blue);
  color: var(--inverness-blue);
}
.wes .background-lightgrey .btn:hover,
.wes .background-lightgrey a.rte-btn:hover,
.wes .background-lightgrey a > .rte-btn:hover,
.wes .background-lightgrey .rte-btn > a:hover,
.wes .bg-lightgrey .btn:hover,
.wes .bg-lightgrey a.rte-btn:hover,
.wes .bg-lightgrey a > .rte-btn:hover,
.wes .bg-lightgrey .rte-btn > a:hover {
  background-color: var(--inverness-blue);
  color: white;
}
.wes .background-lightgrey .btn--text,
.wes .bg-lightgrey .btn--text {
  background-color: transparent;
}
.wes .background-lightgrey .btn--text:hover,
.wes .bg-lightgrey .btn--text:hover {
  background-color: transparent;
  color: var(--inverness-blue);
}
.wes .background-light-grey .btn,
.wes .background-light-grey a.rte-btn,
.wes .background-light-grey a > .rte-btn,
.wes .background-light-grey .rte-btn > a,
.wes .bg-light-grey .btn,
.wes .bg-light-grey a.rte-btn,
.wes .bg-light-grey a > .rte-btn,
.wes .bg-light-grey .rte-btn > a {
  background-color: white;
  border-color: var(--inverness-blue);
  color: var(--inverness-blue);
}
.wes .background-light-grey .btn:hover,
.wes .background-light-grey a.rte-btn:hover,
.wes .background-light-grey a > .rte-btn:hover,
.wes .background-light-grey .rte-btn > a:hover,
.wes .bg-light-grey .btn:hover,
.wes .bg-light-grey a.rte-btn:hover,
.wes .bg-light-grey a > .rte-btn:hover,
.wes .bg-light-grey .rte-btn > a:hover {
  background-color: var(--inverness-blue);
  color: white;
}
.wes .background-light-grey .btn--text,
.wes .bg-light-grey .btn--text {
  background-color: transparent;
}
.wes .background-light-grey .btn--text:hover,
.wes .bg-light-grey .btn--text:hover {
  background-color: transparent;
  color: var(--inverness-blue);
}
.wes .background-white white .btn,
.wes .background-white white a.rte-btn,
.wes .background-white white a > .rte-btn,
.wes .background-white white .rte-btn > a,
.wes .bg-white white .btn,
.wes .bg-white white a.rte-btn,
.wes .bg-white white a > .rte-btn,
.wes .bg-white white .rte-btn > a {
  background-color: white;
  border-color: var(--inverness-blue);
  color: var(--inverness-blue);
}
.wes .background-white white .btn:hover,
.wes .background-white white a.rte-btn:hover,
.wes .background-white white a > .rte-btn:hover,
.wes .background-white white .rte-btn > a:hover,
.wes .bg-white white .btn:hover,
.wes .bg-white white a.rte-btn:hover,
.wes .bg-white white a > .rte-btn:hover,
.wes .bg-white white .rte-btn > a:hover {
  background-color: var(--inverness-blue);
  color: white;
}
.wes .background-white white .btn--text,
.wes .bg-white white .btn--text {
  background-color: transparent;
}
.wes .background-white white .btn--text:hover,
.wes .bg-white white .btn--text:hover {
  background-color: transparent;
  color: var(--inverness-blue);
}
.wes [class*=background] .btn--white,
.wes [class*=bg-] .btn--white {
  border-color: white;
  color: white;
  background-color: transparent;
}
.wes [class*=background] .btn--white:hover,
.wes [class*=bg-] .btn--white:hover {
  background-color: white;
  border-color: var(--inverness-blue);
  color: var(--inverness-blue);
}

.emsp .btn {
  display: inline-block;
  position: relative;
  border-radius: 1.5rem;
  padding: 0.5rem 1.25rem;
  text-decoration: none;
  text-transform: initial;
  font-weight: 500;
  border: 2px solid;
  z-index: 10;
  transition: background-color 0.3s ease, color 0.3s ease;
  width: fit-content;
  cursor: pointer;
  background-color: white;
  color: var(--emsp-violet);
  border-color: var(--emsp-violet);
}
.emsp .btn:hover {
  background-color: var(--emsp-violet);
  color: white;
  border-color: var(--emsp-violet);
}
.emsp .btn:focus-visible {
  background-color: #fdd522 !important;
  color: #142143 !important;
  outline: none !important;
  box-shadow: none !important;
}
.emsp .btn--inverse {
  background-color: transparent;
  color: var(--emsp-violet);
}
.emsp .btn--inverse:hover {
  background-color: var(--emsp-violet);
  color: white;
}
.emsp .btn--ghost {
  border-color: transparent;
  background-color: transparent;
  color: white;
}
.emsp .btn--ghost:hover {
  text-decoration: underline;
  text-decoration-thickness: 2px;
  text-underline-offset: 4px;
}
.emsp .btn--transparent {
  background-color: transparent;
}
.emsp .btn--outline {
  background-color: transparent;
  border-color: white;
  color: white;
}
.emsp .btn--outline:hover {
  background-color: white;
  color: var(--emsp-violet);
}
.emsp .btn--icon {
  display: flex;
  align-items: center;
  gap: 0.75rem;
}
.emsp .btn--flat {
  padding: 2px;
  border: none;
  border-radius: 0;
  background-color: transparent;
  color: inherit;
}
.emsp .btn--flat:hover {
  background-color: transparent;
  text-decoration: underline;
  text-decoration-thickness: 2px;
  text-underline-offset: 4px;
}
.emsp .btn--white {
  background-color: white;
  color: var(--emsp-violet);
}
.emsp .btn--white:hover {
  border-color: var(--emsp-violet);
}
.emsp .btn--myhie {
  gap: 0.5rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  background-color: #E8EBF4;
  border-color: transparent;
  color: #23408F;
}
.emsp .btn--myhie svg {
  display: block;
  width: 1.5rem;
  height: 1.5rem;
  fill: #142143;
}
.emsp .btn--myhie:hover {
  background-color: #142143;
  color: white;
}
.emsp .btn--myhie.hasLikes svg {
  color: red;
}
.emsp .btn--text {
  padding: 0;
  background-color: transparent;
  border-radius: 0;
  border: none;
  color: #23408F;
}
.emsp .btn--text:hover {
  background-color: transparent;
  color: #142143;
  text-decoration: underline;
  text-decoration-thickness: 2px;
  text-underline-offset: 4px;
}
.emsp .btn--fill {
  background-color: var(--emsp-violet);
  color: white;
}
.emsp a.rte-btn,
.emsp a > .rte-btn,
.emsp .rte-btn > a {
  display: inline-block;
  position: relative;
  border-radius: 1.5rem;
  padding: 0.5rem 1.25rem;
  text-decoration: none;
  text-transform: initial;
  font-weight: 500;
  border: 2px solid;
  z-index: 10;
  transition: background-color 0.3s ease, color 0.3s ease;
  width: fit-content;
  cursor: pointer;
  background-color: white;
  color: var(--emsp-violet);
  border-color: var(--emsp-violet);
}
.emsp a.rte-btn:hover,
.emsp a > .rte-btn:hover,
.emsp .rte-btn > a:hover {
  background-color: var(--emsp-violet);
  color: white;
  border-color: var(--emsp-violet);
}
.emsp a.rte-btn:focus-visible,
.emsp a > .rte-btn:focus-visible,
.emsp .rte-btn > a:focus-visible {
  background-color: #fdd522 !important;
  color: #142143 !important;
  outline: none !important;
  box-shadow: none !important;
}
.emsp a.rte-btn-outline,
.emsp a > .rte-btn-outline,
.emsp .rte-btn-outline > a {
  display: inline-block;
  position: relative;
  border-radius: 1.5rem;
  padding: 0.5rem 1.25rem;
  text-decoration: none;
  text-transform: initial;
  font-weight: 500;
  border: 2px solid;
  z-index: 10;
  transition: background-color 0.3s ease, color 0.3s ease;
  width: fit-content;
  cursor: pointer;
  background-color: transparent;
  color: var(--emsp-violet);
  border-color: var(--emsp-violet);
}
.emsp a.rte-btn-outline:hover,
.emsp a > .rte-btn-outline:hover,
.emsp .rte-btn-outline > a:hover {
  background-color: var(--emsp-violet);
  color: white;
  border-color: var(--emsp-violet);
}
.emsp a.rte-btn-outline:focus-visible,
.emsp a > .rte-btn-outline:focus-visible,
.emsp .rte-btn-outline > a:focus-visible {
  background-color: #fdd522 !important;
  color: #142143 !important;
  outline: none !important;
  box-shadow: none !important;
}
.emsp .bg-purple .btn,
.emsp .bg-purple a.rte-btn,
.emsp .bg-purple a > .rte-btn,
.emsp .bg-purple .rte-btn > a,
.emsp .background-purple .btn,
.emsp .background-purple a.rte-btn,
.emsp .background-purple a > .rte-btn,
.emsp .background-purple .rte-btn > a {
  background-color: transparent;
  border-color: white;
  color: white;
}
.emsp .bg-purple .btn:hover,
.emsp .bg-purple a.rte-btn:hover,
.emsp .bg-purple a > .rte-btn:hover,
.emsp .bg-purple .rte-btn > a:hover,
.emsp .background-purple .btn:hover,
.emsp .background-purple a.rte-btn:hover,
.emsp .background-purple a > .rte-btn:hover,
.emsp .background-purple .rte-btn > a:hover {
  background-color: white;
  border-color: var(--emsp-violet);
  color: var(--emsp-violet);
}
.emsp .bg-orange .btn,
.emsp .bg-orange a.rte-btn,
.emsp .bg-orange a > .rte-btn,
.emsp .bg-orange .rte-btn > a,
.emsp .background-orange .btn,
.emsp .background-orange a.rte-btn,
.emsp .background-orange a > .rte-btn,
.emsp .background-orange .rte-btn > a {
  background-color: transparent;
  border-color: white;
  color: white;
}
.emsp .bg-orange .btn:hover,
.emsp .bg-orange a.rte-btn:hover,
.emsp .bg-orange a > .rte-btn:hover,
.emsp .bg-orange .rte-btn > a:hover,
.emsp .background-orange .btn:hover,
.emsp .background-orange a.rte-btn:hover,
.emsp .background-orange a > .rte-btn:hover,
.emsp .background-orange .rte-btn > a:hover {
  background-color: white;
  border-color: var(--emsp-violet);
  color: var(--emsp-violet);
}
.emsp .bg-green .btn,
.emsp .bg-green a.rte-btn,
.emsp .bg-green a > .rte-btn,
.emsp .bg-green .rte-btn > a,
.emsp .background-green .btn,
.emsp .background-green a.rte-btn,
.emsp .background-green a > .rte-btn,
.emsp .background-green .rte-btn > a {
  background-color: transparent;
  border-color: white;
  color: white;
}
.emsp .bg-green .btn:hover,
.emsp .bg-green a.rte-btn:hover,
.emsp .bg-green a > .rte-btn:hover,
.emsp .bg-green .rte-btn > a:hover,
.emsp .background-green .btn:hover,
.emsp .background-green a.rte-btn:hover,
.emsp .background-green a > .rte-btn:hover,
.emsp .background-green .rte-btn > a:hover {
  background-color: white;
  border-color: var(--emsp-violet);
  color: var(--emsp-violet);
}
.emsp .bg-blue .btn,
.emsp .bg-blue a.rte-btn,
.emsp .bg-blue a > .rte-btn,
.emsp .bg-blue .rte-btn > a,
.emsp .background-blue .btn,
.emsp .background-blue a.rte-btn,
.emsp .background-blue a > .rte-btn,
.emsp .background-blue .rte-btn > a {
  background-color: transparent;
  border-color: white;
  color: white;
}
.emsp .bg-blue .btn:hover,
.emsp .bg-blue a.rte-btn:hover,
.emsp .bg-blue a > .rte-btn:hover,
.emsp .bg-blue .rte-btn > a:hover,
.emsp .background-blue .btn:hover,
.emsp .background-blue a.rte-btn:hover,
.emsp .background-blue a > .rte-btn:hover,
.emsp .background-blue .rte-btn > a:hover {
  background-color: white;
  border-color: var(--emsp-violet);
  color: var(--emsp-violet);
}
.emsp .bg-grey .btn,
.emsp .bg-grey a.rte-btn,
.emsp .bg-grey a > .rte-btn,
.emsp .bg-grey .rte-btn > a,
.emsp .background-grey .btn,
.emsp .background-grey a.rte-btn,
.emsp .background-grey a > .rte-btn,
.emsp .background-grey .rte-btn > a {
  background-color: transparent;
  border-color: white;
  color: white;
}
.emsp .bg-grey .btn:hover,
.emsp .bg-grey a.rte-btn:hover,
.emsp .bg-grey a > .rte-btn:hover,
.emsp .bg-grey .rte-btn > a:hover,
.emsp .background-grey .btn:hover,
.emsp .background-grey a.rte-btn:hover,
.emsp .background-grey a > .rte-btn:hover,
.emsp .background-grey .rte-btn > a:hover {
  background-color: white;
  border-color: var(--emsp-violet);
  color: var(--emsp-violet);
}
.emsp .bg-deepblue .btn,
.emsp .bg-deepblue a.rte-btn,
.emsp .bg-deepblue a > .rte-btn,
.emsp .bg-deepblue .rte-btn > a,
.emsp .background-deepblue .btn,
.emsp .background-deepblue a.rte-btn,
.emsp .background-deepblue a > .rte-btn,
.emsp .background-deepblue .rte-btn > a {
  background-color: transparent;
  border-color: white;
  color: white;
}
.emsp .bg-deepblue .btn:hover,
.emsp .bg-deepblue a.rte-btn:hover,
.emsp .bg-deepblue a > .rte-btn:hover,
.emsp .bg-deepblue .rte-btn > a:hover,
.emsp .background-deepblue .btn:hover,
.emsp .background-deepblue a.rte-btn:hover,
.emsp .background-deepblue a > .rte-btn:hover,
.emsp .background-deepblue .rte-btn > a:hover {
  background-color: white;
  border-color: var(--emsp-violet);
  color: var(--emsp-violet);
}
.emsp .bg-deeppink .btn,
.emsp .bg-deeppink a.rte-btn,
.emsp .bg-deeppink a > .rte-btn,
.emsp .bg-deeppink .rte-btn > a,
.emsp .background-deeppink .btn,
.emsp .background-deeppink a.rte-btn,
.emsp .background-deeppink a > .rte-btn,
.emsp .background-deeppink .rte-btn > a {
  background-color: transparent;
  border-color: white;
  color: white;
}
.emsp .bg-deeppink .btn:hover,
.emsp .bg-deeppink a.rte-btn:hover,
.emsp .bg-deeppink a > .rte-btn:hover,
.emsp .bg-deeppink .rte-btn > a:hover,
.emsp .background-deeppink .btn:hover,
.emsp .background-deeppink a.rte-btn:hover,
.emsp .background-deeppink a > .rte-btn:hover,
.emsp .background-deeppink .rte-btn > a:hover {
  background-color: white;
  border-color: var(--emsp-violet);
  color: var(--emsp-violet);
}
.emsp .bg-deepgreen .btn,
.emsp .bg-deepgreen a.rte-btn,
.emsp .bg-deepgreen a > .rte-btn,
.emsp .bg-deepgreen .rte-btn > a,
.emsp .background-deepgreen .btn,
.emsp .background-deepgreen a.rte-btn,
.emsp .background-deepgreen a > .rte-btn,
.emsp .background-deepgreen .rte-btn > a {
  background-color: transparent;
  border-color: white;
  color: white;
}
.emsp .bg-deepgreen .btn:hover,
.emsp .bg-deepgreen a.rte-btn:hover,
.emsp .bg-deepgreen a > .rte-btn:hover,
.emsp .bg-deepgreen .rte-btn > a:hover,
.emsp .background-deepgreen .btn:hover,
.emsp .background-deepgreen a.rte-btn:hover,
.emsp .background-deepgreen a > .rte-btn:hover,
.emsp .background-deepgreen .rte-btn > a:hover {
  background-color: white;
  border-color: var(--emsp-violet);
  color: var(--emsp-violet);
}
.emsp .bg-light-blue .btn,
.emsp .bg-light-blue a.rte-btn,
.emsp .bg-light-blue a > .rte-btn,
.emsp .bg-light-blue .rte-btn > a,
.emsp .background-light-blue .btn,
.emsp .background-light-blue a.rte-btn,
.emsp .background-light-blue a > .rte-btn,
.emsp .background-light-blue .rte-btn > a {
  background-color: transparent;
  border-color: white;
  color: white;
}
.emsp .bg-light-blue .btn:hover,
.emsp .bg-light-blue a.rte-btn:hover,
.emsp .bg-light-blue a > .rte-btn:hover,
.emsp .bg-light-blue .rte-btn > a:hover,
.emsp .background-light-blue .btn:hover,
.emsp .background-light-blue a.rte-btn:hover,
.emsp .background-light-blue a > .rte-btn:hover,
.emsp .background-light-blue .rte-btn > a:hover {
  background-color: white;
  border-color: var(--emsp-violet);
  color: var(--emsp-violet);
}
.emsp .bg-darkblue .btn,
.emsp .bg-darkblue a.rte-btn,
.emsp .bg-darkblue a > .rte-btn,
.emsp .bg-darkblue .rte-btn > a,
.emsp .background-darkblue .btn,
.emsp .background-darkblue a.rte-btn,
.emsp .background-darkblue a > .rte-btn,
.emsp .background-darkblue .rte-btn > a {
  background-color: transparent;
  border-color: white;
  color: white;
}
.emsp .bg-darkblue .btn:hover,
.emsp .bg-darkblue a.rte-btn:hover,
.emsp .bg-darkblue a > .rte-btn:hover,
.emsp .bg-darkblue .rte-btn > a:hover,
.emsp .background-darkblue .btn:hover,
.emsp .background-darkblue a.rte-btn:hover,
.emsp .background-darkblue a > .rte-btn:hover,
.emsp .background-darkblue .rte-btn > a:hover {
  background-color: white;
  border-color: var(--emsp-violet);
  color: var(--emsp-violet);
}
.emsp .bg-dark-blue .btn,
.emsp .bg-dark-blue a.rte-btn,
.emsp .bg-dark-blue a > .rte-btn,
.emsp .bg-dark-blue .rte-btn > a,
.emsp .background-dark-blue .btn,
.emsp .background-dark-blue a.rte-btn,
.emsp .background-dark-blue a > .rte-btn,
.emsp .background-dark-blue .rte-btn > a {
  background-color: transparent;
  border-color: white;
  color: white;
}
.emsp .bg-dark-blue .btn:hover,
.emsp .bg-dark-blue a.rte-btn:hover,
.emsp .bg-dark-blue a > .rte-btn:hover,
.emsp .bg-dark-blue .rte-btn > a:hover,
.emsp .background-dark-blue .btn:hover,
.emsp .background-dark-blue a.rte-btn:hover,
.emsp .background-dark-blue a > .rte-btn:hover,
.emsp .background-dark-blue .rte-btn > a:hover {
  background-color: white;
  border-color: var(--emsp-violet);
  color: var(--emsp-violet);
}
.emsp .bg-lightblue .btn,
.emsp .bg-lightblue a.rte-btn,
.emsp .bg-lightblue a > .rte-btn,
.emsp .bg-lightblue .rte-btn > a,
.emsp .background-lightblue .btn,
.emsp .background-lightblue a.rte-btn,
.emsp .background-lightblue a > .rte-btn,
.emsp .background-lightblue .rte-btn > a {
  background-color: transparent;
  border-color: white;
  color: white;
}
.emsp .bg-lightblue .btn:hover,
.emsp .bg-lightblue a.rte-btn:hover,
.emsp .bg-lightblue a > .rte-btn:hover,
.emsp .bg-lightblue .rte-btn > a:hover,
.emsp .background-lightblue .btn:hover,
.emsp .background-lightblue a.rte-btn:hover,
.emsp .background-lightblue a > .rte-btn:hover,
.emsp .background-lightblue .rte-btn > a:hover {
  background-color: white;
  border-color: var(--emsp-violet);
  color: var(--emsp-violet);
}
.emsp .bg-light-blue .btn,
.emsp .bg-light-blue a.rte-btn,
.emsp .bg-light-blue a > .rte-btn,
.emsp .bg-light-blue .rte-btn > a,
.emsp .background-light-blue .btn,
.emsp .background-light-blue a.rte-btn,
.emsp .background-light-blue a > .rte-btn,
.emsp .background-light-blue .rte-btn > a {
  background-color: transparent;
  border-color: white;
  color: white;
}
.emsp .bg-light-blue .btn:hover,
.emsp .bg-light-blue a.rte-btn:hover,
.emsp .bg-light-blue a > .rte-btn:hover,
.emsp .bg-light-blue .rte-btn > a:hover,
.emsp .background-light-blue .btn:hover,
.emsp .background-light-blue a.rte-btn:hover,
.emsp .background-light-blue a > .rte-btn:hover,
.emsp .background-light-blue .rte-btn > a:hover {
  background-color: white;
  border-color: var(--emsp-violet);
  color: var(--emsp-violet);
}
.emsp .background-lightgrey .btn,
.emsp .background-lightgrey a.rte-btn,
.emsp .background-lightgrey a > .rte-btn,
.emsp .background-lightgrey .rte-btn > a,
.emsp .bg-lightgrey .btn,
.emsp .bg-lightgrey a.rte-btn,
.emsp .bg-lightgrey a > .rte-btn,
.emsp .bg-lightgrey .rte-btn > a {
  background-color: white;
  border-color: var(--emsp-violet);
  color: var(--emsp-violet);
}
.emsp .background-lightgrey .btn:hover,
.emsp .background-lightgrey a.rte-btn:hover,
.emsp .background-lightgrey a > .rte-btn:hover,
.emsp .background-lightgrey .rte-btn > a:hover,
.emsp .bg-lightgrey .btn:hover,
.emsp .bg-lightgrey a.rte-btn:hover,
.emsp .bg-lightgrey a > .rte-btn:hover,
.emsp .bg-lightgrey .rte-btn > a:hover {
  background-color: var(--emsp-violet);
  color: white;
}
.emsp .background-lightgrey .btn--text,
.emsp .bg-lightgrey .btn--text {
  background-color: transparent;
}
.emsp .background-lightgrey .btn--text:hover,
.emsp .bg-lightgrey .btn--text:hover {
  background-color: transparent;
  color: var(--emsp-violet);
}
.emsp .background-light-grey .btn,
.emsp .background-light-grey a.rte-btn,
.emsp .background-light-grey a > .rte-btn,
.emsp .background-light-grey .rte-btn > a,
.emsp .bg-light-grey .btn,
.emsp .bg-light-grey a.rte-btn,
.emsp .bg-light-grey a > .rte-btn,
.emsp .bg-light-grey .rte-btn > a {
  background-color: white;
  border-color: var(--emsp-violet);
  color: var(--emsp-violet);
}
.emsp .background-light-grey .btn:hover,
.emsp .background-light-grey a.rte-btn:hover,
.emsp .background-light-grey a > .rte-btn:hover,
.emsp .background-light-grey .rte-btn > a:hover,
.emsp .bg-light-grey .btn:hover,
.emsp .bg-light-grey a.rte-btn:hover,
.emsp .bg-light-grey a > .rte-btn:hover,
.emsp .bg-light-grey .rte-btn > a:hover {
  background-color: var(--emsp-violet);
  color: white;
}
.emsp .background-light-grey .btn--text,
.emsp .bg-light-grey .btn--text {
  background-color: transparent;
}
.emsp .background-light-grey .btn--text:hover,
.emsp .bg-light-grey .btn--text:hover {
  background-color: transparent;
  color: var(--emsp-violet);
}
.emsp .background-white white .btn,
.emsp .background-white white a.rte-btn,
.emsp .background-white white a > .rte-btn,
.emsp .background-white white .rte-btn > a,
.emsp .bg-white white .btn,
.emsp .bg-white white a.rte-btn,
.emsp .bg-white white a > .rte-btn,
.emsp .bg-white white .rte-btn > a {
  background-color: white;
  border-color: var(--emsp-violet);
  color: var(--emsp-violet);
}
.emsp .background-white white .btn:hover,
.emsp .background-white white a.rte-btn:hover,
.emsp .background-white white a > .rte-btn:hover,
.emsp .background-white white .rte-btn > a:hover,
.emsp .bg-white white .btn:hover,
.emsp .bg-white white a.rte-btn:hover,
.emsp .bg-white white a > .rte-btn:hover,
.emsp .bg-white white .rte-btn > a:hover {
  background-color: var(--emsp-violet);
  color: white;
}
.emsp .background-white white .btn--text,
.emsp .bg-white white .btn--text {
  background-color: transparent;
}
.emsp .background-white white .btn--text:hover,
.emsp .bg-white white .btn--text:hover {
  background-color: transparent;
  color: var(--emsp-violet);
}
.emsp [class*=background] .btn--white,
.emsp [class*=bg-] .btn--white {
  border-color: white;
  color: white;
  background-color: transparent;
}
.emsp [class*=background] .btn--white:hover,
.emsp [class*=bg-] .btn--white:hover {
  background-color: white;
  border-color: var(--emsp-violet);
  color: var(--emsp-violet);
}

.enterprise .btn {
  display: inline-block;
  position: relative;
  border-radius: 1.5rem;
  padding: 0.5rem 1.25rem;
  text-decoration: none;
  text-transform: initial;
  font-weight: 500;
  border: 2px solid;
  z-index: 10;
  transition: background-color 0.3s ease, color 0.3s ease;
  width: fit-content;
  cursor: pointer;
  background-color: white;
  color: var(--epf-purple);
  border-color: var(--epf-purple);
}
.enterprise .btn:hover {
  background-color: var(--epf-purple);
  color: white;
  border-color: var(--epf-purple);
}
.enterprise .btn:focus-visible {
  background-color: #fdd522 !important;
  color: #142143 !important;
  outline: none !important;
  box-shadow: none !important;
}
.enterprise .btn--inverse {
  background-color: transparent;
  color: var(--epf-purple);
}
.enterprise .btn--inverse:hover {
  background-color: var(--epf-purple);
  color: white;
}
.enterprise .btn--ghost {
  border-color: transparent;
  background-color: transparent;
  color: white;
}
.enterprise .btn--ghost:hover {
  text-decoration: underline;
  text-decoration-thickness: 2px;
  text-underline-offset: 4px;
}
.enterprise .btn--transparent {
  background-color: transparent;
}
.enterprise .btn--outline {
  background-color: transparent;
  border-color: white;
  color: white;
}
.enterprise .btn--outline:hover {
  background-color: white;
  color: var(--epf-purple);
}
.enterprise .btn--icon {
  display: flex;
  align-items: center;
  gap: 0.75rem;
}
.enterprise .btn--flat {
  padding: 2px;
  border: none;
  border-radius: 0;
  background-color: transparent;
  color: inherit;
}
.enterprise .btn--flat:hover {
  background-color: transparent;
  text-decoration: underline;
  text-decoration-thickness: 2px;
  text-underline-offset: 4px;
}
.enterprise .btn--white {
  background-color: white;
  color: var(--epf-purple);
}
.enterprise .btn--white:hover {
  border-color: var(--epf-purple);
}
.enterprise .btn--myhie {
  gap: 0.5rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  background-color: #E8EBF4;
  border-color: transparent;
  color: #23408F;
}
.enterprise .btn--myhie svg {
  display: block;
  width: 1.5rem;
  height: 1.5rem;
  fill: #142143;
}
.enterprise .btn--myhie:hover {
  background-color: #142143;
  color: white;
}
.enterprise .btn--myhie.hasLikes svg {
  color: red;
}
.enterprise .btn--text {
  padding: 0;
  background-color: transparent;
  border-radius: 0;
  border: none;
  color: #23408F;
}
.enterprise .btn--text:hover {
  background-color: transparent;
  color: #142143;
  text-decoration: underline;
  text-decoration-thickness: 2px;
  text-underline-offset: 4px;
}
.enterprise .btn--fill {
  background-color: var(--epf-purple);
  color: white;
}
.enterprise a.rte-btn,
.enterprise a > .rte-btn,
.enterprise .rte-btn > a {
  display: inline-block;
  position: relative;
  border-radius: 1.5rem;
  padding: 0.5rem 1.25rem;
  text-decoration: none;
  text-transform: initial;
  font-weight: 500;
  border: 2px solid;
  z-index: 10;
  transition: background-color 0.3s ease, color 0.3s ease;
  width: fit-content;
  cursor: pointer;
  background-color: white;
  color: var(--epf-purple);
  border-color: var(--epf-purple);
}
.enterprise a.rte-btn:hover,
.enterprise a > .rte-btn:hover,
.enterprise .rte-btn > a:hover {
  background-color: var(--epf-purple);
  color: white;
  border-color: var(--epf-purple);
}
.enterprise a.rte-btn:focus-visible,
.enterprise a > .rte-btn:focus-visible,
.enterprise .rte-btn > a:focus-visible {
  background-color: #fdd522 !important;
  color: #142143 !important;
  outline: none !important;
  box-shadow: none !important;
}
.enterprise a.rte-btn-outline,
.enterprise a > .rte-btn-outline,
.enterprise .rte-btn-outline > a {
  display: inline-block;
  position: relative;
  border-radius: 1.5rem;
  padding: 0.5rem 1.25rem;
  text-decoration: none;
  text-transform: initial;
  font-weight: 500;
  border: 2px solid;
  z-index: 10;
  transition: background-color 0.3s ease, color 0.3s ease;
  width: fit-content;
  cursor: pointer;
  background-color: transparent;
  color: var(--epf-purple);
  border-color: var(--epf-purple);
}
.enterprise a.rte-btn-outline:hover,
.enterprise a > .rte-btn-outline:hover,
.enterprise .rte-btn-outline > a:hover {
  background-color: var(--epf-purple);
  color: white;
  border-color: var(--epf-purple);
}
.enterprise a.rte-btn-outline:focus-visible,
.enterprise a > .rte-btn-outline:focus-visible,
.enterprise .rte-btn-outline > a:focus-visible {
  background-color: #fdd522 !important;
  color: #142143 !important;
  outline: none !important;
  box-shadow: none !important;
}
.enterprise .bg-purple .btn,
.enterprise .bg-purple a.rte-btn,
.enterprise .bg-purple a > .rte-btn,
.enterprise .bg-purple .rte-btn > a,
.enterprise .background-purple .btn,
.enterprise .background-purple a.rte-btn,
.enterprise .background-purple a > .rte-btn,
.enterprise .background-purple .rte-btn > a {
  background-color: transparent;
  border-color: white;
  color: white;
}
.enterprise .bg-purple .btn:hover,
.enterprise .bg-purple a.rte-btn:hover,
.enterprise .bg-purple a > .rte-btn:hover,
.enterprise .bg-purple .rte-btn > a:hover,
.enterprise .background-purple .btn:hover,
.enterprise .background-purple a.rte-btn:hover,
.enterprise .background-purple a > .rte-btn:hover,
.enterprise .background-purple .rte-btn > a:hover {
  background-color: white;
  border-color: var(--epf-purple);
  color: var(--epf-purple);
}
.enterprise .bg-orange .btn,
.enterprise .bg-orange a.rte-btn,
.enterprise .bg-orange a > .rte-btn,
.enterprise .bg-orange .rte-btn > a,
.enterprise .background-orange .btn,
.enterprise .background-orange a.rte-btn,
.enterprise .background-orange a > .rte-btn,
.enterprise .background-orange .rte-btn > a {
  background-color: transparent;
  border-color: white;
  color: white;
}
.enterprise .bg-orange .btn:hover,
.enterprise .bg-orange a.rte-btn:hover,
.enterprise .bg-orange a > .rte-btn:hover,
.enterprise .bg-orange .rte-btn > a:hover,
.enterprise .background-orange .btn:hover,
.enterprise .background-orange a.rte-btn:hover,
.enterprise .background-orange a > .rte-btn:hover,
.enterprise .background-orange .rte-btn > a:hover {
  background-color: white;
  border-color: var(--epf-purple);
  color: var(--epf-purple);
}
.enterprise .bg-green .btn,
.enterprise .bg-green a.rte-btn,
.enterprise .bg-green a > .rte-btn,
.enterprise .bg-green .rte-btn > a,
.enterprise .background-green .btn,
.enterprise .background-green a.rte-btn,
.enterprise .background-green a > .rte-btn,
.enterprise .background-green .rte-btn > a {
  background-color: transparent;
  border-color: white;
  color: white;
}
.enterprise .bg-green .btn:hover,
.enterprise .bg-green a.rte-btn:hover,
.enterprise .bg-green a > .rte-btn:hover,
.enterprise .bg-green .rte-btn > a:hover,
.enterprise .background-green .btn:hover,
.enterprise .background-green a.rte-btn:hover,
.enterprise .background-green a > .rte-btn:hover,
.enterprise .background-green .rte-btn > a:hover {
  background-color: white;
  border-color: var(--epf-purple);
  color: var(--epf-purple);
}
.enterprise .bg-blue .btn,
.enterprise .bg-blue a.rte-btn,
.enterprise .bg-blue a > .rte-btn,
.enterprise .bg-blue .rte-btn > a,
.enterprise .background-blue .btn,
.enterprise .background-blue a.rte-btn,
.enterprise .background-blue a > .rte-btn,
.enterprise .background-blue .rte-btn > a {
  background-color: transparent;
  border-color: white;
  color: white;
}
.enterprise .bg-blue .btn:hover,
.enterprise .bg-blue a.rte-btn:hover,
.enterprise .bg-blue a > .rte-btn:hover,
.enterprise .bg-blue .rte-btn > a:hover,
.enterprise .background-blue .btn:hover,
.enterprise .background-blue a.rte-btn:hover,
.enterprise .background-blue a > .rte-btn:hover,
.enterprise .background-blue .rte-btn > a:hover {
  background-color: white;
  border-color: var(--epf-purple);
  color: var(--epf-purple);
}
.enterprise .bg-grey .btn,
.enterprise .bg-grey a.rte-btn,
.enterprise .bg-grey a > .rte-btn,
.enterprise .bg-grey .rte-btn > a,
.enterprise .background-grey .btn,
.enterprise .background-grey a.rte-btn,
.enterprise .background-grey a > .rte-btn,
.enterprise .background-grey .rte-btn > a {
  background-color: transparent;
  border-color: white;
  color: white;
}
.enterprise .bg-grey .btn:hover,
.enterprise .bg-grey a.rte-btn:hover,
.enterprise .bg-grey a > .rte-btn:hover,
.enterprise .bg-grey .rte-btn > a:hover,
.enterprise .background-grey .btn:hover,
.enterprise .background-grey a.rte-btn:hover,
.enterprise .background-grey a > .rte-btn:hover,
.enterprise .background-grey .rte-btn > a:hover {
  background-color: white;
  border-color: var(--epf-purple);
  color: var(--epf-purple);
}
.enterprise .bg-deepblue .btn,
.enterprise .bg-deepblue a.rte-btn,
.enterprise .bg-deepblue a > .rte-btn,
.enterprise .bg-deepblue .rte-btn > a,
.enterprise .background-deepblue .btn,
.enterprise .background-deepblue a.rte-btn,
.enterprise .background-deepblue a > .rte-btn,
.enterprise .background-deepblue .rte-btn > a {
  background-color: transparent;
  border-color: white;
  color: white;
}
.enterprise .bg-deepblue .btn:hover,
.enterprise .bg-deepblue a.rte-btn:hover,
.enterprise .bg-deepblue a > .rte-btn:hover,
.enterprise .bg-deepblue .rte-btn > a:hover,
.enterprise .background-deepblue .btn:hover,
.enterprise .background-deepblue a.rte-btn:hover,
.enterprise .background-deepblue a > .rte-btn:hover,
.enterprise .background-deepblue .rte-btn > a:hover {
  background-color: white;
  border-color: var(--epf-purple);
  color: var(--epf-purple);
}
.enterprise .bg-deeppink .btn,
.enterprise .bg-deeppink a.rte-btn,
.enterprise .bg-deeppink a > .rte-btn,
.enterprise .bg-deeppink .rte-btn > a,
.enterprise .background-deeppink .btn,
.enterprise .background-deeppink a.rte-btn,
.enterprise .background-deeppink a > .rte-btn,
.enterprise .background-deeppink .rte-btn > a {
  background-color: transparent;
  border-color: white;
  color: white;
}
.enterprise .bg-deeppink .btn:hover,
.enterprise .bg-deeppink a.rte-btn:hover,
.enterprise .bg-deeppink a > .rte-btn:hover,
.enterprise .bg-deeppink .rte-btn > a:hover,
.enterprise .background-deeppink .btn:hover,
.enterprise .background-deeppink a.rte-btn:hover,
.enterprise .background-deeppink a > .rte-btn:hover,
.enterprise .background-deeppink .rte-btn > a:hover {
  background-color: white;
  border-color: var(--epf-purple);
  color: var(--epf-purple);
}
.enterprise .bg-deepgreen .btn,
.enterprise .bg-deepgreen a.rte-btn,
.enterprise .bg-deepgreen a > .rte-btn,
.enterprise .bg-deepgreen .rte-btn > a,
.enterprise .background-deepgreen .btn,
.enterprise .background-deepgreen a.rte-btn,
.enterprise .background-deepgreen a > .rte-btn,
.enterprise .background-deepgreen .rte-btn > a {
  background-color: transparent;
  border-color: white;
  color: white;
}
.enterprise .bg-deepgreen .btn:hover,
.enterprise .bg-deepgreen a.rte-btn:hover,
.enterprise .bg-deepgreen a > .rte-btn:hover,
.enterprise .bg-deepgreen .rte-btn > a:hover,
.enterprise .background-deepgreen .btn:hover,
.enterprise .background-deepgreen a.rte-btn:hover,
.enterprise .background-deepgreen a > .rte-btn:hover,
.enterprise .background-deepgreen .rte-btn > a:hover {
  background-color: white;
  border-color: var(--epf-purple);
  color: var(--epf-purple);
}
.enterprise .bg-light-blue .btn,
.enterprise .bg-light-blue a.rte-btn,
.enterprise .bg-light-blue a > .rte-btn,
.enterprise .bg-light-blue .rte-btn > a,
.enterprise .background-light-blue .btn,
.enterprise .background-light-blue a.rte-btn,
.enterprise .background-light-blue a > .rte-btn,
.enterprise .background-light-blue .rte-btn > a {
  background-color: transparent;
  border-color: white;
  color: white;
}
.enterprise .bg-light-blue .btn:hover,
.enterprise .bg-light-blue a.rte-btn:hover,
.enterprise .bg-light-blue a > .rte-btn:hover,
.enterprise .bg-light-blue .rte-btn > a:hover,
.enterprise .background-light-blue .btn:hover,
.enterprise .background-light-blue a.rte-btn:hover,
.enterprise .background-light-blue a > .rte-btn:hover,
.enterprise .background-light-blue .rte-btn > a:hover {
  background-color: white;
  border-color: var(--epf-purple);
  color: var(--epf-purple);
}
.enterprise .bg-darkblue .btn,
.enterprise .bg-darkblue a.rte-btn,
.enterprise .bg-darkblue a > .rte-btn,
.enterprise .bg-darkblue .rte-btn > a,
.enterprise .background-darkblue .btn,
.enterprise .background-darkblue a.rte-btn,
.enterprise .background-darkblue a > .rte-btn,
.enterprise .background-darkblue .rte-btn > a {
  background-color: transparent;
  border-color: white;
  color: white;
}
.enterprise .bg-darkblue .btn:hover,
.enterprise .bg-darkblue a.rte-btn:hover,
.enterprise .bg-darkblue a > .rte-btn:hover,
.enterprise .bg-darkblue .rte-btn > a:hover,
.enterprise .background-darkblue .btn:hover,
.enterprise .background-darkblue a.rte-btn:hover,
.enterprise .background-darkblue a > .rte-btn:hover,
.enterprise .background-darkblue .rte-btn > a:hover {
  background-color: white;
  border-color: var(--epf-purple);
  color: var(--epf-purple);
}
.enterprise .bg-dark-blue .btn,
.enterprise .bg-dark-blue a.rte-btn,
.enterprise .bg-dark-blue a > .rte-btn,
.enterprise .bg-dark-blue .rte-btn > a,
.enterprise .background-dark-blue .btn,
.enterprise .background-dark-blue a.rte-btn,
.enterprise .background-dark-blue a > .rte-btn,
.enterprise .background-dark-blue .rte-btn > a {
  background-color: transparent;
  border-color: white;
  color: white;
}
.enterprise .bg-dark-blue .btn:hover,
.enterprise .bg-dark-blue a.rte-btn:hover,
.enterprise .bg-dark-blue a > .rte-btn:hover,
.enterprise .bg-dark-blue .rte-btn > a:hover,
.enterprise .background-dark-blue .btn:hover,
.enterprise .background-dark-blue a.rte-btn:hover,
.enterprise .background-dark-blue a > .rte-btn:hover,
.enterprise .background-dark-blue .rte-btn > a:hover {
  background-color: white;
  border-color: var(--epf-purple);
  color: var(--epf-purple);
}
.enterprise .bg-lightblue .btn,
.enterprise .bg-lightblue a.rte-btn,
.enterprise .bg-lightblue a > .rte-btn,
.enterprise .bg-lightblue .rte-btn > a,
.enterprise .background-lightblue .btn,
.enterprise .background-lightblue a.rte-btn,
.enterprise .background-lightblue a > .rte-btn,
.enterprise .background-lightblue .rte-btn > a {
  background-color: transparent;
  border-color: white;
  color: white;
}
.enterprise .bg-lightblue .btn:hover,
.enterprise .bg-lightblue a.rte-btn:hover,
.enterprise .bg-lightblue a > .rte-btn:hover,
.enterprise .bg-lightblue .rte-btn > a:hover,
.enterprise .background-lightblue .btn:hover,
.enterprise .background-lightblue a.rte-btn:hover,
.enterprise .background-lightblue a > .rte-btn:hover,
.enterprise .background-lightblue .rte-btn > a:hover {
  background-color: white;
  border-color: var(--epf-purple);
  color: var(--epf-purple);
}
.enterprise .bg-light-blue .btn,
.enterprise .bg-light-blue a.rte-btn,
.enterprise .bg-light-blue a > .rte-btn,
.enterprise .bg-light-blue .rte-btn > a,
.enterprise .background-light-blue .btn,
.enterprise .background-light-blue a.rte-btn,
.enterprise .background-light-blue a > .rte-btn,
.enterprise .background-light-blue .rte-btn > a {
  background-color: transparent;
  border-color: white;
  color: white;
}
.enterprise .bg-light-blue .btn:hover,
.enterprise .bg-light-blue a.rte-btn:hover,
.enterprise .bg-light-blue a > .rte-btn:hover,
.enterprise .bg-light-blue .rte-btn > a:hover,
.enterprise .background-light-blue .btn:hover,
.enterprise .background-light-blue a.rte-btn:hover,
.enterprise .background-light-blue a > .rte-btn:hover,
.enterprise .background-light-blue .rte-btn > a:hover {
  background-color: white;
  border-color: var(--epf-purple);
  color: var(--epf-purple);
}
.enterprise .background-lightgrey .btn,
.enterprise .background-lightgrey a.rte-btn,
.enterprise .background-lightgrey a > .rte-btn,
.enterprise .background-lightgrey .rte-btn > a,
.enterprise .bg-lightgrey .btn,
.enterprise .bg-lightgrey a.rte-btn,
.enterprise .bg-lightgrey a > .rte-btn,
.enterprise .bg-lightgrey .rte-btn > a {
  background-color: white;
  border-color: var(--epf-purple);
  color: var(--epf-purple);
}
.enterprise .background-lightgrey .btn:hover,
.enterprise .background-lightgrey a.rte-btn:hover,
.enterprise .background-lightgrey a > .rte-btn:hover,
.enterprise .background-lightgrey .rte-btn > a:hover,
.enterprise .bg-lightgrey .btn:hover,
.enterprise .bg-lightgrey a.rte-btn:hover,
.enterprise .bg-lightgrey a > .rte-btn:hover,
.enterprise .bg-lightgrey .rte-btn > a:hover {
  background-color: var(--epf-purple);
  color: white;
}
.enterprise .background-lightgrey .btn--text,
.enterprise .bg-lightgrey .btn--text {
  background-color: transparent;
}
.enterprise .background-lightgrey .btn--text:hover,
.enterprise .bg-lightgrey .btn--text:hover {
  background-color: transparent;
  color: var(--epf-purple);
}
.enterprise .background-light-grey .btn,
.enterprise .background-light-grey a.rte-btn,
.enterprise .background-light-grey a > .rte-btn,
.enterprise .background-light-grey .rte-btn > a,
.enterprise .bg-light-grey .btn,
.enterprise .bg-light-grey a.rte-btn,
.enterprise .bg-light-grey a > .rte-btn,
.enterprise .bg-light-grey .rte-btn > a {
  background-color: white;
  border-color: var(--epf-purple);
  color: var(--epf-purple);
}
.enterprise .background-light-grey .btn:hover,
.enterprise .background-light-grey a.rte-btn:hover,
.enterprise .background-light-grey a > .rte-btn:hover,
.enterprise .background-light-grey .rte-btn > a:hover,
.enterprise .bg-light-grey .btn:hover,
.enterprise .bg-light-grey a.rte-btn:hover,
.enterprise .bg-light-grey a > .rte-btn:hover,
.enterprise .bg-light-grey .rte-btn > a:hover {
  background-color: var(--epf-purple);
  color: white;
}
.enterprise .background-light-grey .btn--text,
.enterprise .bg-light-grey .btn--text {
  background-color: transparent;
}
.enterprise .background-light-grey .btn--text:hover,
.enterprise .bg-light-grey .btn--text:hover {
  background-color: transparent;
  color: var(--epf-purple);
}
.enterprise .background-white white .btn,
.enterprise .background-white white a.rte-btn,
.enterprise .background-white white a > .rte-btn,
.enterprise .background-white white .rte-btn > a,
.enterprise .bg-white white .btn,
.enterprise .bg-white white a.rte-btn,
.enterprise .bg-white white a > .rte-btn,
.enterprise .bg-white white .rte-btn > a {
  background-color: white;
  border-color: var(--epf-purple);
  color: var(--epf-purple);
}
.enterprise .background-white white .btn:hover,
.enterprise .background-white white a.rte-btn:hover,
.enterprise .background-white white a > .rte-btn:hover,
.enterprise .background-white white .rte-btn > a:hover,
.enterprise .bg-white white .btn:hover,
.enterprise .bg-white white a.rte-btn:hover,
.enterprise .bg-white white a > .rte-btn:hover,
.enterprise .bg-white white .rte-btn > a:hover {
  background-color: var(--epf-purple);
  color: white;
}
.enterprise .background-white white .btn--text,
.enterprise .bg-white white .btn--text {
  background-color: transparent;
}
.enterprise .background-white white .btn--text:hover,
.enterprise .bg-white white .btn--text:hover {
  background-color: transparent;
  color: var(--epf-purple);
}
.enterprise [class*=background] .btn--white,
.enterprise [class*=bg-] .btn--white {
  border-color: white;
  color: white;
  background-color: transparent;
}
.enterprise [class*=background] .btn--white:hover,
.enterprise [class*=bg-] .btn--white:hover {
  background-color: white;
  border-color: var(--epf-purple);
  color: var(--epf-purple);
}

.osw .btn {
  display: inline-block;
  position: relative;
  border-radius: 1.5rem;
  padding: 0.5rem 1.25rem;
  text-decoration: none;
  text-transform: initial;
  font-weight: 500;
  border: 2px solid;
  z-index: 10;
  transition: background-color 0.3s ease, color 0.3s ease;
  width: fit-content;
  cursor: pointer;
  background-color: white;
  color: var(--ows-blue);
  border-color: var(--ows-blue);
}
.osw .btn:hover {
  background-color: var(--ows-blue);
  color: white;
  border-color: var(--ows-blue);
}
.osw .btn:focus-visible {
  background-color: #fdd522 !important;
  color: #142143 !important;
  outline: none !important;
  box-shadow: none !important;
}
.osw .btn--inverse {
  background-color: transparent;
  color: var(--ows-blue);
}
.osw .btn--inverse:hover {
  background-color: var(--ows-blue);
  color: white;
}
.osw .btn--ghost {
  border-color: transparent;
  background-color: transparent;
  color: white;
}
.osw .btn--ghost:hover {
  text-decoration: underline;
  text-decoration-thickness: 2px;
  text-underline-offset: 4px;
}
.osw .btn--transparent {
  background-color: transparent;
}
.osw .btn--outline {
  background-color: transparent;
  border-color: white;
  color: white;
}
.osw .btn--outline:hover {
  background-color: white;
  color: var(--ows-blue);
}
.osw .btn--icon {
  display: flex;
  align-items: center;
  gap: 0.75rem;
}
.osw .btn--flat {
  padding: 2px;
  border: none;
  border-radius: 0;
  background-color: transparent;
  color: inherit;
}
.osw .btn--flat:hover {
  background-color: transparent;
  text-decoration: underline;
  text-decoration-thickness: 2px;
  text-underline-offset: 4px;
}
.osw .btn--white {
  background-color: white;
  color: var(--ows-blue);
}
.osw .btn--white:hover {
  border-color: var(--ows-blue);
}
.osw .btn--myhie {
  gap: 0.5rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  background-color: #E8EBF4;
  border-color: transparent;
  color: #23408F;
}
.osw .btn--myhie svg {
  display: block;
  width: 1.5rem;
  height: 1.5rem;
  fill: #142143;
}
.osw .btn--myhie:hover {
  background-color: #142143;
  color: white;
}
.osw .btn--myhie.hasLikes svg {
  color: red;
}
.osw .btn--text {
  padding: 0;
  background-color: transparent;
  border-radius: 0;
  border: none;
  color: #23408F;
}
.osw .btn--text:hover {
  background-color: transparent;
  color: #142143;
  text-decoration: underline;
  text-decoration-thickness: 2px;
  text-underline-offset: 4px;
}
.osw .btn--fill {
  background-color: var(--ows-blue);
  color: white;
}
.osw a.rte-btn,
.osw a > .rte-btn,
.osw .rte-btn > a {
  display: inline-block;
  position: relative;
  border-radius: 1.5rem;
  padding: 0.5rem 1.25rem;
  text-decoration: none;
  text-transform: initial;
  font-weight: 500;
  border: 2px solid;
  z-index: 10;
  transition: background-color 0.3s ease, color 0.3s ease;
  width: fit-content;
  cursor: pointer;
  background-color: white;
  color: var(--ows-blue);
  border-color: var(--ows-blue);
}
.osw a.rte-btn:hover,
.osw a > .rte-btn:hover,
.osw .rte-btn > a:hover {
  background-color: var(--ows-blue);
  color: white;
  border-color: var(--ows-blue);
}
.osw a.rte-btn:focus-visible,
.osw a > .rte-btn:focus-visible,
.osw .rte-btn > a:focus-visible {
  background-color: #fdd522 !important;
  color: #142143 !important;
  outline: none !important;
  box-shadow: none !important;
}
.osw a.rte-btn-outline,
.osw a > .rte-btn-outline,
.osw .rte-btn-outline > a {
  display: inline-block;
  position: relative;
  border-radius: 1.5rem;
  padding: 0.5rem 1.25rem;
  text-decoration: none;
  text-transform: initial;
  font-weight: 500;
  border: 2px solid;
  z-index: 10;
  transition: background-color 0.3s ease, color 0.3s ease;
  width: fit-content;
  cursor: pointer;
  background-color: transparent;
  color: var(--ows-blue);
  border-color: var(--ows-blue);
}
.osw a.rte-btn-outline:hover,
.osw a > .rte-btn-outline:hover,
.osw .rte-btn-outline > a:hover {
  background-color: var(--ows-blue);
  color: white;
  border-color: var(--ows-blue);
}
.osw a.rte-btn-outline:focus-visible,
.osw a > .rte-btn-outline:focus-visible,
.osw .rte-btn-outline > a:focus-visible {
  background-color: #fdd522 !important;
  color: #142143 !important;
  outline: none !important;
  box-shadow: none !important;
}
.osw .bg-purple .btn,
.osw .bg-purple a.rte-btn,
.osw .bg-purple a > .rte-btn,
.osw .bg-purple .rte-btn > a,
.osw .background-purple .btn,
.osw .background-purple a.rte-btn,
.osw .background-purple a > .rte-btn,
.osw .background-purple .rte-btn > a {
  background-color: transparent;
  border-color: white;
  color: white;
}
.osw .bg-purple .btn:hover,
.osw .bg-purple a.rte-btn:hover,
.osw .bg-purple a > .rte-btn:hover,
.osw .bg-purple .rte-btn > a:hover,
.osw .background-purple .btn:hover,
.osw .background-purple a.rte-btn:hover,
.osw .background-purple a > .rte-btn:hover,
.osw .background-purple .rte-btn > a:hover {
  background-color: white;
  border-color: var(--ows-blue);
  color: var(--ows-blue);
}
.osw .bg-orange .btn,
.osw .bg-orange a.rte-btn,
.osw .bg-orange a > .rte-btn,
.osw .bg-orange .rte-btn > a,
.osw .background-orange .btn,
.osw .background-orange a.rte-btn,
.osw .background-orange a > .rte-btn,
.osw .background-orange .rte-btn > a {
  background-color: transparent;
  border-color: white;
  color: white;
}
.osw .bg-orange .btn:hover,
.osw .bg-orange a.rte-btn:hover,
.osw .bg-orange a > .rte-btn:hover,
.osw .bg-orange .rte-btn > a:hover,
.osw .background-orange .btn:hover,
.osw .background-orange a.rte-btn:hover,
.osw .background-orange a > .rte-btn:hover,
.osw .background-orange .rte-btn > a:hover {
  background-color: white;
  border-color: var(--ows-blue);
  color: var(--ows-blue);
}
.osw .bg-green .btn,
.osw .bg-green a.rte-btn,
.osw .bg-green a > .rte-btn,
.osw .bg-green .rte-btn > a,
.osw .background-green .btn,
.osw .background-green a.rte-btn,
.osw .background-green a > .rte-btn,
.osw .background-green .rte-btn > a {
  background-color: transparent;
  border-color: white;
  color: white;
}
.osw .bg-green .btn:hover,
.osw .bg-green a.rte-btn:hover,
.osw .bg-green a > .rte-btn:hover,
.osw .bg-green .rte-btn > a:hover,
.osw .background-green .btn:hover,
.osw .background-green a.rte-btn:hover,
.osw .background-green a > .rte-btn:hover,
.osw .background-green .rte-btn > a:hover {
  background-color: white;
  border-color: var(--ows-blue);
  color: var(--ows-blue);
}
.osw .bg-blue .btn,
.osw .bg-blue a.rte-btn,
.osw .bg-blue a > .rte-btn,
.osw .bg-blue .rte-btn > a,
.osw .background-blue .btn,
.osw .background-blue a.rte-btn,
.osw .background-blue a > .rte-btn,
.osw .background-blue .rte-btn > a {
  background-color: transparent;
  border-color: white;
  color: white;
}
.osw .bg-blue .btn:hover,
.osw .bg-blue a.rte-btn:hover,
.osw .bg-blue a > .rte-btn:hover,
.osw .bg-blue .rte-btn > a:hover,
.osw .background-blue .btn:hover,
.osw .background-blue a.rte-btn:hover,
.osw .background-blue a > .rte-btn:hover,
.osw .background-blue .rte-btn > a:hover {
  background-color: white;
  border-color: var(--ows-blue);
  color: var(--ows-blue);
}
.osw .bg-grey .btn,
.osw .bg-grey a.rte-btn,
.osw .bg-grey a > .rte-btn,
.osw .bg-grey .rte-btn > a,
.osw .background-grey .btn,
.osw .background-grey a.rte-btn,
.osw .background-grey a > .rte-btn,
.osw .background-grey .rte-btn > a {
  background-color: transparent;
  border-color: white;
  color: white;
}
.osw .bg-grey .btn:hover,
.osw .bg-grey a.rte-btn:hover,
.osw .bg-grey a > .rte-btn:hover,
.osw .bg-grey .rte-btn > a:hover,
.osw .background-grey .btn:hover,
.osw .background-grey a.rte-btn:hover,
.osw .background-grey a > .rte-btn:hover,
.osw .background-grey .rte-btn > a:hover {
  background-color: white;
  border-color: var(--ows-blue);
  color: var(--ows-blue);
}
.osw .bg-deepblue .btn,
.osw .bg-deepblue a.rte-btn,
.osw .bg-deepblue a > .rte-btn,
.osw .bg-deepblue .rte-btn > a,
.osw .background-deepblue .btn,
.osw .background-deepblue a.rte-btn,
.osw .background-deepblue a > .rte-btn,
.osw .background-deepblue .rte-btn > a {
  background-color: transparent;
  border-color: white;
  color: white;
}
.osw .bg-deepblue .btn:hover,
.osw .bg-deepblue a.rte-btn:hover,
.osw .bg-deepblue a > .rte-btn:hover,
.osw .bg-deepblue .rte-btn > a:hover,
.osw .background-deepblue .btn:hover,
.osw .background-deepblue a.rte-btn:hover,
.osw .background-deepblue a > .rte-btn:hover,
.osw .background-deepblue .rte-btn > a:hover {
  background-color: white;
  border-color: var(--ows-blue);
  color: var(--ows-blue);
}
.osw .bg-deeppink .btn,
.osw .bg-deeppink a.rte-btn,
.osw .bg-deeppink a > .rte-btn,
.osw .bg-deeppink .rte-btn > a,
.osw .background-deeppink .btn,
.osw .background-deeppink a.rte-btn,
.osw .background-deeppink a > .rte-btn,
.osw .background-deeppink .rte-btn > a {
  background-color: transparent;
  border-color: white;
  color: white;
}
.osw .bg-deeppink .btn:hover,
.osw .bg-deeppink a.rte-btn:hover,
.osw .bg-deeppink a > .rte-btn:hover,
.osw .bg-deeppink .rte-btn > a:hover,
.osw .background-deeppink .btn:hover,
.osw .background-deeppink a.rte-btn:hover,
.osw .background-deeppink a > .rte-btn:hover,
.osw .background-deeppink .rte-btn > a:hover {
  background-color: white;
  border-color: var(--ows-blue);
  color: var(--ows-blue);
}
.osw .bg-deepgreen .btn,
.osw .bg-deepgreen a.rte-btn,
.osw .bg-deepgreen a > .rte-btn,
.osw .bg-deepgreen .rte-btn > a,
.osw .background-deepgreen .btn,
.osw .background-deepgreen a.rte-btn,
.osw .background-deepgreen a > .rte-btn,
.osw .background-deepgreen .rte-btn > a {
  background-color: transparent;
  border-color: white;
  color: white;
}
.osw .bg-deepgreen .btn:hover,
.osw .bg-deepgreen a.rte-btn:hover,
.osw .bg-deepgreen a > .rte-btn:hover,
.osw .bg-deepgreen .rte-btn > a:hover,
.osw .background-deepgreen .btn:hover,
.osw .background-deepgreen a.rte-btn:hover,
.osw .background-deepgreen a > .rte-btn:hover,
.osw .background-deepgreen .rte-btn > a:hover {
  background-color: white;
  border-color: var(--ows-blue);
  color: var(--ows-blue);
}
.osw .bg-light-blue .btn,
.osw .bg-light-blue a.rte-btn,
.osw .bg-light-blue a > .rte-btn,
.osw .bg-light-blue .rte-btn > a,
.osw .background-light-blue .btn,
.osw .background-light-blue a.rte-btn,
.osw .background-light-blue a > .rte-btn,
.osw .background-light-blue .rte-btn > a {
  background-color: transparent;
  border-color: white;
  color: white;
}
.osw .bg-light-blue .btn:hover,
.osw .bg-light-blue a.rte-btn:hover,
.osw .bg-light-blue a > .rte-btn:hover,
.osw .bg-light-blue .rte-btn > a:hover,
.osw .background-light-blue .btn:hover,
.osw .background-light-blue a.rte-btn:hover,
.osw .background-light-blue a > .rte-btn:hover,
.osw .background-light-blue .rte-btn > a:hover {
  background-color: white;
  border-color: var(--ows-blue);
  color: var(--ows-blue);
}
.osw .bg-darkblue .btn,
.osw .bg-darkblue a.rte-btn,
.osw .bg-darkblue a > .rte-btn,
.osw .bg-darkblue .rte-btn > a,
.osw .background-darkblue .btn,
.osw .background-darkblue a.rte-btn,
.osw .background-darkblue a > .rte-btn,
.osw .background-darkblue .rte-btn > a {
  background-color: transparent;
  border-color: white;
  color: white;
}
.osw .bg-darkblue .btn:hover,
.osw .bg-darkblue a.rte-btn:hover,
.osw .bg-darkblue a > .rte-btn:hover,
.osw .bg-darkblue .rte-btn > a:hover,
.osw .background-darkblue .btn:hover,
.osw .background-darkblue a.rte-btn:hover,
.osw .background-darkblue a > .rte-btn:hover,
.osw .background-darkblue .rte-btn > a:hover {
  background-color: white;
  border-color: var(--ows-blue);
  color: var(--ows-blue);
}
.osw .bg-dark-blue .btn,
.osw .bg-dark-blue a.rte-btn,
.osw .bg-dark-blue a > .rte-btn,
.osw .bg-dark-blue .rte-btn > a,
.osw .background-dark-blue .btn,
.osw .background-dark-blue a.rte-btn,
.osw .background-dark-blue a > .rte-btn,
.osw .background-dark-blue .rte-btn > a {
  background-color: transparent;
  border-color: white;
  color: white;
}
.osw .bg-dark-blue .btn:hover,
.osw .bg-dark-blue a.rte-btn:hover,
.osw .bg-dark-blue a > .rte-btn:hover,
.osw .bg-dark-blue .rte-btn > a:hover,
.osw .background-dark-blue .btn:hover,
.osw .background-dark-blue a.rte-btn:hover,
.osw .background-dark-blue a > .rte-btn:hover,
.osw .background-dark-blue .rte-btn > a:hover {
  background-color: white;
  border-color: var(--ows-blue);
  color: var(--ows-blue);
}
.osw .bg-lightblue .btn,
.osw .bg-lightblue a.rte-btn,
.osw .bg-lightblue a > .rte-btn,
.osw .bg-lightblue .rte-btn > a,
.osw .background-lightblue .btn,
.osw .background-lightblue a.rte-btn,
.osw .background-lightblue a > .rte-btn,
.osw .background-lightblue .rte-btn > a {
  background-color: transparent;
  border-color: white;
  color: white;
}
.osw .bg-lightblue .btn:hover,
.osw .bg-lightblue a.rte-btn:hover,
.osw .bg-lightblue a > .rte-btn:hover,
.osw .bg-lightblue .rte-btn > a:hover,
.osw .background-lightblue .btn:hover,
.osw .background-lightblue a.rte-btn:hover,
.osw .background-lightblue a > .rte-btn:hover,
.osw .background-lightblue .rte-btn > a:hover {
  background-color: white;
  border-color: var(--ows-blue);
  color: var(--ows-blue);
}
.osw .bg-light-blue .btn,
.osw .bg-light-blue a.rte-btn,
.osw .bg-light-blue a > .rte-btn,
.osw .bg-light-blue .rte-btn > a,
.osw .background-light-blue .btn,
.osw .background-light-blue a.rte-btn,
.osw .background-light-blue a > .rte-btn,
.osw .background-light-blue .rte-btn > a {
  background-color: transparent;
  border-color: white;
  color: white;
}
.osw .bg-light-blue .btn:hover,
.osw .bg-light-blue a.rte-btn:hover,
.osw .bg-light-blue a > .rte-btn:hover,
.osw .bg-light-blue .rte-btn > a:hover,
.osw .background-light-blue .btn:hover,
.osw .background-light-blue a.rte-btn:hover,
.osw .background-light-blue a > .rte-btn:hover,
.osw .background-light-blue .rte-btn > a:hover {
  background-color: white;
  border-color: var(--ows-blue);
  color: var(--ows-blue);
}
.osw .background-lightgrey .btn,
.osw .background-lightgrey a.rte-btn,
.osw .background-lightgrey a > .rte-btn,
.osw .background-lightgrey .rte-btn > a,
.osw .bg-lightgrey .btn,
.osw .bg-lightgrey a.rte-btn,
.osw .bg-lightgrey a > .rte-btn,
.osw .bg-lightgrey .rte-btn > a {
  background-color: white;
  border-color: var(--ows-blue);
  color: var(--ows-blue);
}
.osw .background-lightgrey .btn:hover,
.osw .background-lightgrey a.rte-btn:hover,
.osw .background-lightgrey a > .rte-btn:hover,
.osw .background-lightgrey .rte-btn > a:hover,
.osw .bg-lightgrey .btn:hover,
.osw .bg-lightgrey a.rte-btn:hover,
.osw .bg-lightgrey a > .rte-btn:hover,
.osw .bg-lightgrey .rte-btn > a:hover {
  background-color: var(--ows-blue);
  color: white;
}
.osw .background-lightgrey .btn--text,
.osw .bg-lightgrey .btn--text {
  background-color: transparent;
}
.osw .background-lightgrey .btn--text:hover,
.osw .bg-lightgrey .btn--text:hover {
  background-color: transparent;
  color: var(--ows-blue);
}
.osw .background-light-grey .btn,
.osw .background-light-grey a.rte-btn,
.osw .background-light-grey a > .rte-btn,
.osw .background-light-grey .rte-btn > a,
.osw .bg-light-grey .btn,
.osw .bg-light-grey a.rte-btn,
.osw .bg-light-grey a > .rte-btn,
.osw .bg-light-grey .rte-btn > a {
  background-color: white;
  border-color: var(--ows-blue);
  color: var(--ows-blue);
}
.osw .background-light-grey .btn:hover,
.osw .background-light-grey a.rte-btn:hover,
.osw .background-light-grey a > .rte-btn:hover,
.osw .background-light-grey .rte-btn > a:hover,
.osw .bg-light-grey .btn:hover,
.osw .bg-light-grey a.rte-btn:hover,
.osw .bg-light-grey a > .rte-btn:hover,
.osw .bg-light-grey .rte-btn > a:hover {
  background-color: var(--ows-blue);
  color: white;
}
.osw .background-light-grey .btn--text,
.osw .bg-light-grey .btn--text {
  background-color: transparent;
}
.osw .background-light-grey .btn--text:hover,
.osw .bg-light-grey .btn--text:hover {
  background-color: transparent;
  color: var(--ows-blue);
}
.osw .background-white white .btn,
.osw .background-white white a.rte-btn,
.osw .background-white white a > .rte-btn,
.osw .background-white white .rte-btn > a,
.osw .bg-white white .btn,
.osw .bg-white white a.rte-btn,
.osw .bg-white white a > .rte-btn,
.osw .bg-white white .rte-btn > a {
  background-color: white;
  border-color: var(--ows-blue);
  color: var(--ows-blue);
}
.osw .background-white white .btn:hover,
.osw .background-white white a.rte-btn:hover,
.osw .background-white white a > .rte-btn:hover,
.osw .background-white white .rte-btn > a:hover,
.osw .bg-white white .btn:hover,
.osw .bg-white white a.rte-btn:hover,
.osw .bg-white white a > .rte-btn:hover,
.osw .bg-white white .rte-btn > a:hover {
  background-color: var(--ows-blue);
  color: white;
}
.osw .background-white white .btn--text,
.osw .bg-white white .btn--text {
  background-color: transparent;
}
.osw .background-white white .btn--text:hover,
.osw .bg-white white .btn--text:hover {
  background-color: transparent;
  color: var(--ows-blue);
}
.osw [class*=background] .btn--white,
.osw [class*=bg-] .btn--white {
  border-color: white;
  color: white;
  background-color: transparent;
}
.osw [class*=background] .btn--white:hover,
.osw [class*=bg-] .btn--white:hover {
  background-color: white;
  border-color: var(--ows-blue);
  color: var(--ows-blue);
}

.btn-icon {
  background-color: transparent;
  border: none;
}

.button-row {
  display: flex;
  flex-wrap: wrap;
  gap: 1.5rem;
  margin-block-start: 2.5rem;
}
.button-row--centered {
  display: flex;
  justify-content: center;
}

.h-menutoggle__btn {
  background: white;
  color: #23408f;
}
.enterprise .h-menutoggle__btn {
  color: #653278;
}
.emsp .h-menutoggle__btn {
  color: #23408f;
}
.h-menutoggle__btn:hover {
  border-color: transparent;
}

.m-listingitem__action .btn--outline, .card-themes .btn--outline {
  border-color: white;
  color: white;
}

.background-darkblue .m-factsheet-card__action .btn--white:hover {
  background-color: #142143;
}

[class*=bg-]:not([class*=lightgrey]):not([class*=bluetint]):not([class*=light-grey]) .btn--text, [class*=background-]:not([class*=lightgrey]):not([class*=bluetint]):not([class*=light-grey]) .btn--text {
  color: white;
  background-color: transparent;
}

.m-newslettersignup .btn {
  align-self: flex-start;
  padding-top: 0.65rem;
  padding-bottom: 0.65rem;
}

@keyframes toggleDesktop {
  0% {
    left: calc(100% + 26px);
    width: 26px;
  }
  49% {
    left: calc(100% + 2px);
  }
  50% {
    width: 46px;
  }
  100% {
    left: calc(100% + 2px);
    width: 26px;
  }
}
@keyframes toggleDesktop-active {
  0% {
    left: calc(100% + 2px);
    width: 26px;
  }
  49% {
    left: calc(100% + 2px);
  }
  50% {
    width: 46px;
  }
  100% {
    left: calc(100% + 26px);
    width: 26px;
  }
}
abbr,
abbr[title] {
  text-decoration: none;
  border-bottom: none;
}

input,
textarea {
  -moz-appearance: none;
  -webkit-appearance: none;
}

select {
  -moz-appearance: none;
  -webkit-appearance: none;
  background-image: url("../images/select.png");
  padding-right: 50px;
  background-position: right center;
  background-repeat: no-repeat;
  background-size: 40px 8px;
}

.m-form {
  margin: 30px 0;
}
.m-form .e-formtop {
  margin-bottom: 50px;
}
.m-form .e-formtop h1 {
  margin-bottom: 20px;
}
.m-form .e-indicator {
  font-size: 0.75rem;
  width: 100%;
  float: left;
  position: relative;
  padding-left: 15px;
  padding-right: 15px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  float: none;
  margin: 0 auto;
  text-align: right;
  margin-bottom: 20px;
}
@media (min-width: 0) {
  .m-form .e-indicator {
    width: 100%;
  }
}
@media (min-width: 768px) {
  .m-form .e-indicator {
    width: 100%;
  }
}
@media (min-width: 992px) {
  .m-form .e-indicator {
    width: 75%;
  }
}
@media (min-width: 1230px) {
  .m-form .e-indicator {
    width: 50%;
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media (min-width: 1460px) {
  .m-form .e-indicator {
    width: 50%;
  }
}
.m-form .e-indicator.left {
  text-align: left;
  margin: 15px 0 0;
  width: 100%;
  padding: 0;
}
.m-form .e-indicator span {
  color: #23408f;
}
.m-form .e-back {
  position: relative;
  margin-left: 15px;
  margin-bottom: 20px;
}
.m-form .e-back button {
  margin: 0;
  padding: 0 0 2px;
  color: #23408f;
  border: none;
  box-shadow: none;
  outline: none;
}
.m-form .e-back button:before, .m-form .e-back button:after {
  display: none;
  color: #23408f;
  width: auto;
  min-width: 0;
}
.m-form .e-back button:hover {
  color: #23408f;
}
.m-form .e-back:hover {
  color: #23408f;
}
.m-form .e-back:hover:before {
  left: -20px;
}
.m-form .e-back:before {
  font-size: 1.25rem;
  content: "<";
  position: absolute;
  top: -4px;
  left: -15px;
  color: #23408f;
  transition: all 0.3s ease-in-out;
}
.m-form form {
  width: 100%;
  float: left;
  position: relative;
  padding-left: 15px;
  padding-right: 15px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  float: none;
  margin: 0 auto;
}
@media (min-width: 0) {
  .m-form form {
    width: 100%;
  }
}
@media (min-width: 768px) {
  .m-form form {
    width: 100%;
  }
}
@media (min-width: 992px) {
  .m-form form {
    width: 75%;
  }
}
@media (min-width: 1230px) {
  .m-form form {
    width: 50%;
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media (min-width: 1460px) {
  .m-form form {
    width: 50%;
  }
}
.m-form form + form {
  margin-top: 50px;
  padding-top: 50px;
  border-top: 1px solid #767676;
}
.m-form form.back-form + form {
  margin-top: 0;
  padding-top: 0;
  border: none;
}
.m-form .e-formintro {
  width: 100%;
  float: left;
  position: relative;
  padding-left: 15px;
  padding-right: 15px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  float: none;
  margin: 0 auto 30px;
}
@media (min-width: 0) {
  .m-form .e-formintro {
    width: 100%;
  }
}
@media (min-width: 768px) {
  .m-form .e-formintro {
    width: 100%;
  }
}
@media (min-width: 992px) {
  .m-form .e-formintro {
    width: 75%;
  }
}
@media (min-width: 1230px) {
  .m-form .e-formintro {
    width: 50%;
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media (min-width: 1460px) {
  .m-form .e-formintro {
    width: 50%;
  }
}
.m-form label {
  font-size: 1rem;
  font-family: "Roboto", arial, sans-serif;
  font-weight: 400;
  color: #222;
  display: inline-block;
  transition: all 0.3s ease-in-out;
}
.m-form label .indicator {
  color: #23408f;
}
.m-form label.error, .m-form label.field-validation-error {
  color: #982429;
  display: block;
  width: 100%;
  margin-top: 5px;
}
.m-form label.error .indicator, .m-form label.field-validation-error .indicator {
  color: #982429;
}
.m-form span.error, .m-form span.field-validation-error {
  color: #982429;
  display: block;
  width: 100%;
  margin-top: 5px;
}
.m-form input,
.m-form textarea,
.m-form select {
  border: solid 1px #767676;
  padding: 15px;
  width: 100%;
  transition: all 0.3s ease-in-out;
}
.m-form input:active, .m-form input:focus, .m-form input:hover,
.m-form textarea:active,
.m-form textarea:focus,
.m-form textarea:hover,
.m-form select:active,
.m-form select:focus,
.m-form select:hover {
  border-color: #23408f;
  outline: none;
}
.m-form input.error, .m-form input.input-validation-error, .m-form input.field-validation-error,
.m-form textarea.error,
.m-form textarea.input-validation-error,
.m-form textarea.field-validation-error,
.m-form select.error,
.m-form select.input-validation-error,
.m-form select.field-validation-error {
  border-color: #982429;
  color: #982429;
  background-color: #ffdcdc;
}
.m-form input::-ms-clear,
.m-form input::-ms-reveal {
  display: none;
}
.m-form .password-wrapper {
  position: relative;
}
.m-form .password-wrapper .e-reveal {
  position: absolute;
  right: 15px;
  top: 50%;
  transform: translateY(-50%);
}
.m-form .password-wrapper .e-reveal i {
  transition: all 0.3s ease-in-out;
}
.m-form .password-wrapper .e-reveal:hover {
  color: #23408f;
  cursor: pointer;
}
.m-form .password-wrapper .e-reveal.active {
  color: #23408f;
}
.m-form textarea {
  min-height: 200px;
  resize: none;
}
.m-form .form-row {
  margin-top: 20px;
}
.m-form .form-row h3 {
  margin-top: 15px;
  margin-bottom: 30px;
  color: #23408f;
}
.m-form .form-row h3 .e-warning {
  font-size: 0.75rem;
  width: 22px;
  height: 22px;
  display: inline-block;
  vertical-align: top;
  text-align: center;
  margin-left: 5px;
  color: #ffffff;
  background: #23408f;
  border-radius: 11px;
  background: #9b1f23;
}
.m-form .form-row .e-warning {
  font-size: 0.75rem;
  width: 22px;
  height: 22px;
  display: inline-block;
  vertical-align: top;
  text-align: center;
  margin-left: 5px;
  color: #ffffff;
  background: #23408f;
  border-radius: 11px;
  background: #9b1f23;
}
.m-form .form-row + h2, .m-form .form-row + h3 {
  margin-top: 50px;
}
.m-form .form-row.inline {
  margin: 30px 0;
}
.m-form .form-row.inline .e-label label {
  font-size: 1.25rem;
  color: #23408f;
  font-family: "Roboto", sans-serif;
  text-transform: uppercase;
}
.m-form .form-row.inline .e-label {
  margin-bottom: 5px;
}
.m-form .form-row.inline .e-label h3 {
  color: #23408f;
  margin: 0 0 10px;
  width: 100%;
}
.m-form .form-row.inline .e-input .e-dropdown {
  position: relative;
  width: auto;
  border: solid 1px #767676;
  max-width: 480px;
}
.m-form .form-row.inline .e-input .e-dropdown .e-top {
  transition: all 0.3s ease-in-out;
  border: 1px solid #ffffff;
  width: 100%;
  padding: 15px 40px 15px 15px;
  margin: 0;
  display: flex;
  align-items: center;
  position: relative;
}
.m-form .form-row.inline .e-input .e-dropdown .e-top .inner {
  width: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.m-form .form-row.inline .e-input .e-dropdown .e-top span {
  justify-self: flex-start;
}
.m-form .form-row.inline .e-input .e-dropdown .e-top span + span:before {
  content: ", ";
}
.m-form .form-row.inline .e-input .e-dropdown .e-top i {
  font-size: 1.25rem;
  margin-left: auto;
  transition: all 0.3s ease-in-out;
  margin-left: 15px;
  position: absolute;
  top: 12px;
  right: 15px;
}
.m-form .form-row.inline .e-input .e-dropdown .e-top.open i {
  transform: rotate(-180deg);
}
.m-form .form-row.inline .e-input .e-dropdown .e-top:hover {
  cursor: pointer;
  border-color: #23408f;
}
.m-form .form-row.inline .e-input .e-dropdown .e-more {
  background: #ffffff;
  padding: 15px;
  width: 100%;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 200;
  min-width: 265px;
}
.m-form .form-row.inline .e-input .e-dropdown .e-more .dropdown-checkbox {
  font-size: 0.875rem;
  position: relative;
  padding-left: 30px;
  margin: 20px 0;
  transition: all 0.3s ease-in-out;
}
.m-form .form-row.inline .e-input .e-dropdown .e-more .dropdown-checkbox:hover {
  color: #23408f;
  cursor: pointer;
}
.m-form .form-row.inline .e-input .e-dropdown .e-more .dropdown-checkbox:first-child {
  margin-top: 0;
}
.m-form .form-row.inline .e-input .e-dropdown .e-more .dropdown-checkbox:last-child {
  margin-bottom: 0;
}
.m-form .form-row.inline .e-input .e-dropdown .e-more .dropdown-checkbox:before, .m-form .form-row.inline .e-input .e-dropdown .e-more .dropdown-checkbox:after {
  content: " ";
  display: block;
  position: absolute;
  z-index: 0;
}
.m-form .form-row.inline .e-input .e-dropdown .e-more .dropdown-checkbox:before {
  transition: all 0.3s ease-in-out;
  width: 20px;
  height: 20px;
  background: #ffffff;
  left: 0;
  top: 0;
  border: solid 2px #23408f;
  box-sizing: border-box;
  transition: all 0.3s ease-in-out;
}
.m-form .form-row.inline .e-input .e-dropdown .e-more .dropdown-checkbox:after {
  transition: all 0.3s ease-in-out;
  width: 12px;
  height: 12px;
  background-image: url("/images/tick.png");
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: center;
  left: 4px;
  top: 4px;
  transform-origin: center;
  transform: scale(0);
}
.m-form .form-row.inline .e-input .e-dropdown .e-more .dropdown-checkbox.checked:before {
  border-width: 3px;
  background: #e3ece5;
}
.m-form .form-row.inline .e-input .e-dropdown .e-more .dropdown-checkbox.checked:after {
  transform: scale(1);
}
.m-form .form-row.inline .e-input .e-dropdown .e-more .dropdown-checkbox.checked:active:before, .m-form .form-row.inline .e-input .e-dropdown .e-more .dropdown-checkbox.checked:focus:before, .m-form .form-row.inline .e-input .e-dropdown .e-more .dropdown-checkbox.checked:active:focus:before {
  border-width: 3px;
  background: #e3ece5;
}
.m-form .form-row.inline .e-input .e-dropdown .e-more .dropdown-checkbox:active + label:before, .m-form .form-row.inline .e-input .e-dropdown .e-more .dropdown-checkbox:focus + label:before, .m-form .form-row.inline .e-input .e-dropdown .e-more .dropdown-checkbox:active:focus + label:before {
  border-width: 3px;
  background: #e3ece5;
}
.m-form .form-row.inline .e-input .e-checkboxes {
  display: none;
}
.m-form .form-nav {
  margin-top: 2.5rem;
}
.m-form .form-nav.login {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 30px;
}
.m-form .form-nav.login .btn {
  margin-top: 0;
}
.m-form .form-nav.login .pull-right {
  float: none;
  margin: 0 0 0 auto;
}
.m-form .help {
  font-size: 0.875rem;
  color: #767676;
  display: block;
  margin-bottom: 0.5rem;
}
.m-form .radio input[type=radio] {
  width: 30px;
  height: 30px;
  display: inline-block;
  vertical-align: middle;
  margin: 0 5px 15px 0;
  opacity: 0;
  border-radius: 15px;
}
.m-form .radio input[type=radio] + label {
  transition: all 0.3s ease-in-out;
  font-family: "Roboto", arial, sans-serif;
  display: inline-block;
  vertical-align: middle;
  margin: 10px 0 10px -42px;
  position: relative;
  padding-left: 38px;
}
.m-form .radio input[type=radio] + label:before, .m-form .radio input[type=radio] + label:after {
  content: " ";
  display: block;
  position: absolute;
}
.m-form .radio input[type=radio] + label:before {
  transition: all 0.3s ease-in-out;
  width: 30px;
  height: 30px;
  background: #ffffff;
  left: 0;
  top: -5px;
  border: solid 2px #23408f;
  border-radius: 15px;
  box-sizing: border-box;
}
.m-form .radio input[type=radio] + label:after {
  transition: all 0.3s ease-in-out;
  border-radius: 8px;
  width: 16px;
  height: 16px;
  background: #23408f;
  top: 2px;
  left: 7px;
  transform-origin: center;
  transform: scale(0);
}
.m-form .radio input[type=radio] + label:hover {
  cursor: pointer;
}
.m-form .radio input[type=radio] + label:hover:before {
  background: #e3ece5;
  border: solid 3px #23408f;
}
.m-form .radio input[type=radio]:checked + label:before {
  border: solid 3px #23408f;
  background: #e3ece5;
}
.m-form .radio input[type=radio]:checked + label:after {
  transform: scale(1);
}
.m-form .radio input[type=radio]:checked:active + label:before, .m-form .radio input[type=radio]:checked:focus + label:before, .m-form .radio input[type=radio]:checked:active:focus + label:before {
  background: #e3ece5;
  border: solid 3px #23408f;
}
.m-form .radio input[type=radio]:active + label:before, .m-form .radio input[type=radio]:focus + label:before, .m-form .radio input[type=radio]:active:focus + label:before {
  background: #e3ece5;
  border: solid 4px #23408f;
}
.m-form .checkbox {
  display: block;
  position: relative;
  margin-top: 25px;
}
.m-form .checkbox label {
  transition: all 0.3s ease-in-out;
  font-family: "Roboto", arial, sans-serif;
  display: inline-block;
  vertical-align: middle;
  margin: 0 0 15px;
  position: relative;
  padding-left: 40px;
  z-index: 5;
}
.m-form .checkbox label:hover {
  cursor: pointer;
}
.m-form .checkbox label.error {
  margin-top: -15px;
}
.m-form .checkbox input[type=checkbox] {
  width: 30px;
  height: 30px;
  display: inline-block;
  vertical-align: middle;
  margin: 0 5px 15px 0;
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
}
.m-form .checkbox input[type=checkbox]:hover + label:before, .m-form .checkbox input[type=checkbox]:hover ~ label:before {
  border-width: 3px;
  background: #e3ece5;
}
.m-form .checkbox input[type=checkbox] + label:before, .m-form .checkbox input[type=checkbox] + label:after, .m-form .checkbox input[type=checkbox] ~ label:before, .m-form .checkbox input[type=checkbox] ~ label:after {
  content: " ";
  display: block;
  position: absolute;
  z-index: 0;
}
.m-form .checkbox input[type=checkbox] + label:before, .m-form .checkbox input[type=checkbox] ~ label:before {
  transition: all 0.3s ease-in-out;
  width: 30px;
  height: 30px;
  background: #ffffff;
  left: 0;
  top: -5px;
  border: solid 2px #23408f;
  box-sizing: border-box;
  transition: all 0.3s ease-in-out;
}
.m-form .checkbox input[type=checkbox] + label:after, .m-form .checkbox input[type=checkbox] ~ label:after {
  transition: all 0.3s ease-in-out;
  width: 16px;
  height: 12px;
  background-image: url("/images/tick.png");
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: center;
  top: 4px;
  left: 7px;
  transform-origin: center;
  transform: scale(0);
}
.m-form .checkbox input[type=checkbox]:checked + label:before, .m-form .checkbox input[type=checkbox]:checked ~ label:before {
  border-width: 3px;
  background: #e3ece5;
}
.m-form .checkbox input[type=checkbox]:checked + label:after, .m-form .checkbox input[type=checkbox]:checked ~ label:after {
  transform: scale(1);
}
.m-form .checkbox input[type=checkbox]:checked:active + label:before, .m-form .checkbox input[type=checkbox]:checked:active ~ label:before, .m-form .checkbox input[type=checkbox]:checked:focus + label:before, .m-form .checkbox input[type=checkbox]:checked:focus ~ label:before, .m-form .checkbox input[type=checkbox]:checked:active:focus + label:before, .m-form .checkbox input[type=checkbox]:checked:active:focus ~ label:before {
  border-width: 3px;
  background: #e3ece5;
}
.m-form .checkbox input[type=checkbox]:active + label:before, .m-form .checkbox input[type=checkbox]:active ~ label:before, .m-form .checkbox input[type=checkbox]:focus + label:before, .m-form .checkbox input[type=checkbox]:focus ~ label:before, .m-form .checkbox input[type=checkbox]:active:focus + label:before, .m-form .checkbox input[type=checkbox]:active:focus ~ label:before {
  border-width: 3px;
  background: #e3ece5;
}
.m-form .checkbox input[type=checkbox].error + label:before, .m-form .checkbox input[type=checkbox].error + input[type=checkbox] + label:before {
  border-color: #982429;
  border-width: 3px;
  background: #ffdcdc;
}
.m-form .toggle {
  position: relative;
  margin: 25px 0;
}
.m-form .toggle input {
  width: 30px;
  height: 30px;
  display: inline-block;
  vertical-align: middle;
  margin: 0 5px 15px 0;
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
}
.m-form .toggle input + label {
  position: relative;
  display: block;
  padding-bottom: 35px;
}
.m-form .toggle input + label:hover {
  cursor: pointer;
}
.m-form .toggle input + label:hover:after {
  border-color: #23408f;
}
.m-form .toggle input + label:before, .m-form .toggle input + label:after {
  content: "";
  display: block;
  height: 26px;
  position: absolute;
}
.m-form .toggle input + label:before {
  width: 26px;
  border-radius: 13px;
  left: 2px;
  bottom: 2px;
  background: #ffffff;
  z-index: 10;
  transition: all 0.3s ease-in-out;
}
.m-form .toggle input + label:after {
  width: 50px;
  border-radius: 20px;
  background: #737775;
  left: 0;
  bottom: 0;
  z-index: 5;
  border: 2px solid transparent;
  transition: all 0.3s ease-in-out;
}
.m-form .toggle input:focus + label:after, .m-form .toggle input:active + label:after {
  border-color: #23408f;
}
.m-form .toggle input:checked + label:before {
  left: 26px;
}
.m-form .toggle input:checked + label:after {
  background: #23408f;
}
@media (min-width: 768px) {
  .m-form .toggle input + label {
    width: 50%;
    padding-bottom: 0;
  }
  .m-form .toggle input + label:before {
    left: calc(100% + 2px);
    top: 50%;
    bottom: auto;
    transform: translateY(-50%);
    animation: toggleDesktop 0.3s forwards ease-in-out;
  }
}
@media (min-width: 768px) and (-ms-high-contrast: none), (min-width: 768px) and (-ms-high-contrast: active) {
  .m-form .toggle input + label:before {
    animation: none;
  }
}
@media (min-width: 768px) {
  .m-form .toggle input + label:after {
    left: 100%;
    top: 50%;
    bottom: auto;
    transform: translateY(-50%);
  }
  .m-form .toggle input:checked + label:before {
    animation: toggleDesktop-active 0.3s forwards ease-in-out;
  }
}
@media (min-width: 768px) and (-ms-high-contrast: none), (min-width: 768px) and (-ms-high-contrast: active) {
  .m-form .toggle input:checked + label:before {
    animation: none;
    left: calc(100% + 26px);
  }
}
@media (min-width: 768px) {
  .m-form .toggle input:checked + label:after {
    background: #23408f;
  }
  .m-form .radio.inline {
    display: inline-block;
    margin-right: 15px;
  }
  .m-form .radio.inline:first-child {
    margin-right: 0;
  }
  .m-form .form-row.inline {
    display: flex;
    align-items: flex-start;
    margin: 50px 0;
  }
  .m-form .form-row.inline .e-label {
    width: 250px;
    margin-right: 20px;
    margin-bottom: 0;
  }
  .m-form .form-row.inline .e-label label {
    margin: 0;
    width: 100%;
  }
  .m-form .form-row.inline .e-label h3 {
    margin: 0;
  }
  .m-form .form-row.inline .e-input {
    flex: 1;
  }
  .m-form .form-row.inline .e-input input {
    margin-top: 0;
  }
  .m-form .form-row.inline .e-input .radio {
    width: 32.33333%;
    margin: 0 0 10px 0 !important;
    display: inline-block;
  }
  .m-form .form-row.inline .e-input .radio label {
    margin-top: 0;
    margin-bottom: 0;
  }
  .m-form .form-row.inline .e-input .radio input {
    margin: 0;
  }
}
@media (min-width: 992px) {
  .m-form {
    margin: 30px 0 60px;
  }
  .m-form .container {
    position: relative;
  }
  .m-form .e-back {
    position: absolute;
    top: 0;
    right: 100%;
    width: 95px;
  }
}
@media (min-width: 1230px) {
  .m-form {
    margin: 30px 0 80px;
  }
  .m-form .e-back {
    right: 100%;
    width: calc(50% - 40px);
  }
}

.field-validation-valid {
  display: none;
}

.validation-summary-valid {
  display: none;
}

select:focus-visible,
textarea:focus-visible,
input[type=text]:focus-visible,
input[type=password]:focus-visible,
input[type=search]:focus-visible,
input[type=email]:focus-visible,
input[type=radio]:focus-visible,
input[type=checkbox]:focus-visible {
  background: white !important;
  box-shadow: none !important;
  outline: 3px solid #fdd522 !important;
  outline-offset: -1px !important;
}

select:focus {
  outline: 3px solid #fdd522 !important;
  outline-offset: -1px !important;
}

.form-group {
  margin-bottom: 1rem;
}

.password-wrapper {
  position: relative;
}
.password-wrapper__reveal {
  position: absolute;
  top: 0.75rem;
  right: 1rem;
}

.hie-checkbox {
  position: relative;
  display: block;
  padding-left: 40px;
}
.hie-checkbox__input {
  width: 44px;
  height: 44px;
  position: absolute;
  left: -2px;
  top: -2px;
  opacity: 0;
}
.hie-checkbox__input:focus-visible + label:before {
  background-color: #fdd522;
  border-color: #152043;
  border-width: 4px;
  box-shadow: 0 0 0 3px #fdd522;
  top: 5px;
  left: 5px;
}
.hie-checkbox__input:checked + label:before {
  background-color: currentColor;
}
.osw .hie-checkbox__input:checked + label:before {
  background-color: #021859;
}
.hie-checkbox__input:checked + label:after {
  border-color: white;
  opacity: 1;
}
.hie-checkbox__label {
  margin: 0;
  padding: 8px 4px;
  font-weight: 400;
  color: #1f1e1e;
  display: inline-block;
}
.hie-checkbox__label:before, .hie-checkbox__label:after {
  content: " ";
  position: absolute;
}
.hie-checkbox__label:before {
  left: 8px;
  top: 8px;
  width: 20px;
  height: 20px;
  border: 2px solid #111111;
  background-color: #ffffff;
}
.hie-radiobutton__input ~ .hie-checkbox__label:before {
  border-radius: 50%;
}
.hie-checkbox__label:after {
  width: 10px;
  height: 5px;
  left: 13px;
  top: 14px;
  bottom: calc(100% - 40px);
  right: calc(100% - 40px);
  opacity: 0;
  transform: rotate(-45deg);
  border-top-color: black;
  background-color: black;
  border-style: solid;
  border-width: 0 0 3px 3px;
}

.hie-radiobutton {
  position: relative;
  display: block;
  padding-left: 40px;
}
.hie-radiobutton__input {
  width: 44px;
  height: 44px;
  position: absolute;
  left: -2px;
  top: -2px;
  opacity: 0;
}
.hie-radiobutton__input:focus-visible + label:before {
  background-color: #fdd522;
  border-color: #152043;
  border-width: 4px;
  box-shadow: 0 0 0 3px #fdd522;
  top: 5px;
  left: 5px;
}
.hie-radiobutton__input:checked + label:before {
  background-color: currentColor;
}
.osw .hie-radiobutton__input:checked + label:before {
  background-color: #021859;
}
.hie-radiobutton__input:checked + label:after {
  border-color: white;
  opacity: 1;
}

.hie-custom-input__label {
  margin: 0;
  padding: 8px 4px;
  font-weight: 400;
  color: #1f1e1e;
  display: inline-block;
}
.hie-custom-input__label:before, .hie-custom-input__label:after {
  content: " ";
  position: absolute;
}
.hie-custom-input__label:before {
  left: 8px;
  top: 8px;
  width: 20px;
  height: 20px;
  border: 2px solid #111111;
  background-color: #ffffff;
}
.hie-radiobutton__input ~ .hie-custom-input__label:before {
  border-radius: 50%;
}
.hie-custom-input__label:after {
  width: 10px;
  height: 5px;
  left: 13px;
  top: 14px;
  bottom: calc(100% - 40px);
  right: calc(100% - 40px);
  opacity: 0;
  transform: rotate(-45deg);
  border-top-color: black;
  background-color: black;
  border-style: solid;
  border-width: 0 0 3px 3px;
}

.hie-selectmenu {
  display: flex;
  position: relative;
  color: #23408f;
}
.hie-selectmenu select {
  width: 100%;
  padding: 8px 48px 8px 12px;
  border-radius: 0;
  border: 2px solid #23408f;
  background-color: white;
  background-image: none;
  font-weight: 400;
  font-size: 2rem;
  cursor: pointer;
}
.hie-selectmenu select:focus-within {
  background-color: white !important;
}
.hie-selectmenu svg {
  position: absolute;
  right: 12px;
  top: 16px;
  width: 16px;
  height: 16px;
  pointer-events: none;
  fill: currentColor;
}

.hie-search {
  display: flex;
}
.hie-search__input {
  padding: 10px;
  background: white;
  border: 2px solid white;
  width: 100%;
  color: #1f1e1e;
}
.hie-search__submit {
  position: relative;
  padding: 15px;
  border: none;
  border-radius: 0;
  margin-top: 0;
  color: white;
}
.hie-search__submit:not(:focus-visible) {
  background: #007DB2;
}
.osw .hie-search__submit:not(:focus-visible) {
  background: #23408f;
}
.enterprise .hie-search__submit:not(:focus-visible) {
  background: rgb(21.6, 10.8, 26.6);
}
.emsp .hie-search__submit:not(:focus-visible) {
  background: #B11B83;
}
.hie-search__submit:before, .hie-search__submit:after {
  content: none;
}
.hie-search__submit svg {
  width: 2.25rem;
  height: 2.25rem;
  fill: white;
}

.label-text {
  display: block;
  margin-bottom: 0.5rem;
  font-weight: 500;
}

.input-text {
  padding: 0.875rem 1rem;
  background-color: transparent;
  border: 1px solid #A7A7A7;
  width: 100%;
  color: #1f1e1e;
}
.rounded-input-panel .input-text {
  border-color: transparent;
}

.rounded-input-panel {
  display: flex;
  gap: 1.5rem;
  border-radius: 3rem;
  background-color: #EFEFF0;
}
.wes .h-searchdropdown .rounded-input-panel, .outer-hebrides .h-searchdropdown .rounded-input-panel {
  width: 100%;
}

.rounded-input {
  border-radius: 1.5rem;
}

.form-action {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 2.5rem;
}

.newsletter-input,
.email-input-field {
  background-color: white;
  padding: 0.875rem 1rem;
  border: 1px solid transparent;
  width: 100%;
  border-radius: 1.5rem;
  color: #1f1e1e;
}

.umbraco-forms-form .checkboxlist div,
.umbraco-forms-form .radiobuttonlist div {
  display: flex;
  gap: 0.5rem;
}
.umbraco-forms-form .checkboxlist div + div,
.umbraco-forms-form .radiobuttonlist div + div {
  margin-top: 0.75rem;
}
.umbraco-forms-form .checkboxlist div label,
.umbraco-forms-form .radiobuttonlist div label {
  flex: 1;
}

.umbraco-forms-form .checkboxlist label {
  float: none;
}

.umbraco-forms-form .mandatory .umbraco-forms-indicator {
  display: none;
}
.umbraco-forms-form .mandatory .umbraco-forms-label:after {
  content: " *";
  color: #23408f;
}
[class*=background] .umbraco-forms-form .mandatory .umbraco-forms-label:after, [class*=bg-] .umbraco-forms-form .mandatory .umbraco-forms-label:after {
  color: #ffffff;
}

h1,
h2,
h3,
h4 {
  margin: 0;
  font-weight: 700;
  line-height: 1.25;
  color: #142143;
}
.osw h1,
.osw h2,
.osw h3,
.osw h4 {
  color: #115388;
  font-weight: normal;
}
[class*=background-]:not(.background-lightgrey, .background-bluetint, .background-white) h1, [class*=bg-]:not(.bg-lightgrey, .bg-light-grey, .bg-bluetint, .bg-blue-tint, .bg-light-blue, .bg-white) h1,
[class*=background-]:not(.background-lightgrey, .background-bluetint, .background-white) h2,
[class*=bg-]:not(.bg-lightgrey, .bg-light-grey, .bg-bluetint, .bg-blue-tint, .bg-light-blue, .bg-white) h2,
[class*=background-]:not(.background-lightgrey, .background-bluetint, .background-white) h3,
[class*=bg-]:not(.bg-lightgrey, .bg-light-grey, .bg-bluetint, .bg-blue-tint, .bg-light-blue, .bg-white) h3,
[class*=background-]:not(.background-lightgrey, .background-bluetint, .background-white) h4,
[class*=bg-]:not(.bg-lightgrey, .bg-light-grey, .bg-bluetint, .bg-blue-tint, .bg-light-blue, .bg-white) h4 {
  color: inherit !important;
}

h1 {
  font-size: 2.5rem;
  line-height: 1.1;
}

h2 {
  font-size: 1.875rem;
}

h3 {
  font-size: 1.563rem;
}

h4 {
  font-size: 1.25rem;
}

@media (min-width: 48em) {
  h1 {
    font-size: 3.125rem;
  }
  .osw h1 {
    font-size: 2.5rem;
  }
  h2 {
    font-size: 2.5rem;
  }
  h3 {
    font-size: 1.875rem;
  }
  h4 {
    font-size: 1.563rem;
  }
}
svg.icon {
  display: block;
  width: 1em;
  height: 1em;
  color: currentColor;
}
svg.icon--xs {
  font-size: 0.875rem;
}
svg.icon--s {
  font-size: 1.5rem;
}
svg.icon--m {
  font-size: 1.875rem;
}
svg.icon--l {
  font-size: 3rem;
}
svg.icon--xl {
  font-size: 4rem;
}

.search-icon svg {
  width: 2.25rem;
  height: 2.25rem;
  fill: white;
}

.link-chevron {
  width: 0.75rem;
  height: 0.75rem;
  fill: currentColor;
  pointer-events: none;
}

.user-action-icon {
  fill: white;
  pointer-events: none;
}
.selected .user-action-icon {
  fill: #23408F !important;
}
.m-listingitem.grid-item .selected .user-action-icon, .card-themes .selected .user-action-icon {
  fill: white !important;
}
.user-action-icon path {
  color: transparent;
}
.m-listingitem.grid-item .user-action-icon path, .card-themes .user-action-icon path {
  stroke: white;
}

.social-icon {
  width: 1.4em;
  height: 1.4em;
  color: inherit;
}

.icon-roundal {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 2.5rem;
  height: 2.5rem;
  border-radius: 50%;
  background-color: #23408F;
  color: white;
  transition: all 0.2s linear;
}
.icon-roundal--sml {
  width: 1.25rem;
  height: 1.25rem;
}
.btn-secondary .icon-roundal {
  background-color: transparent;
  border: 2px solid transparent;
}
.btn-secondary .icon-roundal .bg-white, .background-bluetint .btn-secondary .icon-roundal {
  color: #23408F;
}
.btn-secondary:hover .btn-secondary .icon-roundal .bg-white, .btn-secondary:hover .background-bluetint .btn-secondary .icon-roundal {
  background-color: #23408F;
  color: white;
}
.btn-secondary:hover .icon-roundal {
  border-color: white;
}
.btn-secondary:hover .icon-roundal .bg-white, .background-bluetint .btn-secondary:hover .icon-roundal {
  background-color: #23408F;
  border-color: #23408F;
  color: white;
}
.card__footer-link:hover .icon-roundal {
  background-color: #142143;
}
.enterprise a > .icon-roundal {
  background-color: #6c3685;
}
.inverness a > .icon-roundal {
  background-color: #007eb6;
}
.emsp a > .icon-roundal {
  background-color: #B11B83;
}
.wes a > .icon-roundal {
  background-color: #007eb6;
}

.styled-image {
  position: relative;
  height: 0px;
  overflow: hidden;
  padding-top: 100%;
}
.styled-image__container {
  position: absolute;
  inset: 0px;
  height: 100%;
}

.object-fit,
.object-fit img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.object-fit--center,
.object-fit img--center {
  object-position: center;
}

.icon-image:not(.width-100) {
  max-width: 5rem;
}

.do-not-scale img,
.do-not-scale svg {
  width: auto !important;
  height: auto !important;
}

@-webkit-keyframes clicked {
  0% {
    opacity: 0;
    transform: translate(-50%, 5px);
  }
  30% {
    opacity: 1;
    transform: translate(-50%, 0px);
  }
  60% {
    opacity: 1;
    transform: translate(-50%, 0px);
  }
  100% {
    opacity: 0;
    transform: translate(-50%, -5px);
  }
}
@-moz-keyframes clicked {
  0% {
    opacity: 0;
    transform: translate(-50%, 5px);
  }
  30% {
    opacity: 1;
    transform: translate(-50%, 0px);
  }
  60% {
    opacity: 1;
    transform: translate(-50%, 0px);
  }
  100% {
    opacity: 0;
    transform: translate(-50%, -5px);
  }
}
@-o-keyframes clicked {
  0% {
    opacity: 0;
    transform: translate(-50%, 5px);
  }
  30% {
    opacity: 1;
    transform: translate(-50%, 0px);
  }
  60% {
    opacity: 1;
    transform: translate(-50%, 0px);
  }
  100% {
    opacity: 0;
    transform: translate(-50%, -5px);
  }
}
@keyframes clicked {
  0% {
    opacity: 0;
    transform: translate(-50%, 5px);
  }
  30% {
    opacity: 1;
    transform: translate(-50%, 0px);
  }
  60% {
    opacity: 1;
    transform: translate(-50%, 0px);
  }
  100% {
    opacity: 0;
    transform: translate(-50%, -5px);
  }
}
@keyframes slide {
  0% {
    transform: translateX(0px);
  }
  50% {
    transform: translateX(10px);
  }
  100% {
    transform: translateX(0px);
  }
}
a[href^=http]:not([href*="hie.co.uk"]):not(.styled, .play),
a[href^=http]:not([href*="invernesscampus.co.uk"]):not(.styled, .play),
a[href^=http]:not([href*="europeanmarinesciencepark.co.uk"]):not(.styled, .play),
a[href^=http]:not([href*="offshorewindscotland.org.uk"]):not(.styled, .play),
a[href^=http]:not([href*="scienceskillsacademy.co.uk"]):not(.styled, .play),
a[href^=http]:not([href*="orkneycampus.co.uk"]):not(.styled, .play),
a[href^=http]:not([href*="highlandsandislandsrep.scot"]):not(.styled, .play),
a[href^=http]:not([href*="waveenergyscotland.co.uk"]):not(.styled, .play) {
  display: inline;
  width: fit-content;
}
a[href^=http]:not([href*="hie.co.uk"]):not(.styled, .play):after,
a[href^=http]:not([href*="invernesscampus.co.uk"]):not(.styled, .play):after,
a[href^=http]:not([href*="europeanmarinesciencepark.co.uk"]):not(.styled, .play):after,
a[href^=http]:not([href*="offshorewindscotland.org.uk"]):not(.styled, .play):after,
a[href^=http]:not([href*="scienceskillsacademy.co.uk"]):not(.styled, .play):after,
a[href^=http]:not([href*="orkneycampus.co.uk"]):not(.styled, .play):after,
a[href^=http]:not([href*="highlandsandislandsrep.scot"]):not(.styled, .play):after,
a[href^=http]:not([href*="waveenergyscotland.co.uk"]):not(.styled, .play):after {
  content: "";
  position: relative;
  display: inline-block;
  width: 1.25rem;
  height: 1.25rem;
  margin-left: 0.25rem;
  background: 0 0;
  background-color: currentColor;
  mask-image: url(../icons/launch.svg), linear-gradient(transparent, transparent);
  mask-position: center;
  mask-repeat: no-repeat;
  mask-size: 100%;
  vertical-align: middle;
}
h3 > a[href^=http]:not([href*="hie.co.uk"]):not(.styled, .play):after,
h3 > a[href^=http]:not([href*="invernesscampus.co.uk"]):not(.styled, .play):after,
h3 > a[href^=http]:not([href*="europeanmarinesciencepark.co.uk"]):not(.styled, .play):after,
h3 > a[href^=http]:not([href*="offshorewindscotland.org.uk"]):not(.styled, .play):after,
h3 > a[href^=http]:not([href*="scienceskillsacademy.co.uk"]):not(.styled, .play):after,
h3 > a[href^=http]:not([href*="orkneycampus.co.uk"]):not(.styled, .play):after,
h3 > a[href^=http]:not([href*="highlandsandislandsrep.scot"]):not(.styled, .play):after,
h3 > a[href^=http]:not([href*="waveenergyscotland.co.uk"]):not(.styled, .play):after {
  vertical-align: top;
  margin-top: 0.25em;
  margin-left: 0;
}
.m-iconcarousel a[href^=http]:not([href*="hie.co.uk"]):not(.styled, .play):after,
.m-iconcarousel a[href^=http]:not([href*="invernesscampus.co.uk"]):not(.styled, .play):after,
.m-iconcarousel a[href^=http]:not([href*="europeanmarinesciencepark.co.uk"]):not(.styled, .play):after,
.m-iconcarousel a[href^=http]:not([href*="offshorewindscotland.org.uk"]):not(.styled, .play):after,
.m-iconcarousel a[href^=http]:not([href*="scienceskillsacademy.co.uk"]):not(.styled, .play):after,
.m-iconcarousel a[href^=http]:not([href*="orkneycampus.co.uk"]):not(.styled, .play):after,
.m-iconcarousel a[href^=http]:not([href*="highlandsandislandsrep.scot"]):not(.styled, .play):after,
.m-iconcarousel a[href^=http]:not([href*="waveenergyscotland.co.uk"]):not(.styled, .play):after {
  content: none;
}

a[href^=http]:not([href*="hie.co.uk"]).btn,
a[href^=http]:not([href*="invernesscampus.co.uk"]).btn,
a[href^=http]:not([href*="europeanmarinesciencepark.co.uk"]).btn,
a[href^=http]:not([href*="offshorewindscotland.org.uk"]).btn,
a[href^=http]:not([href*="scienceskillsacademy.co.uk"]).btn,
a[href^=http]:not([href*="orkneycampus.co.uk"]).btn,
a[href^=http]:not([href*="highlandsandislandsrep.scot"]).btn,
a[href^=http]:not([href*="waveenergyscotland.co.uk"]).btn {
  display: inline-flex;
}

a {
  color: #23408f;
  text-decoration: underline;
}
.enterprise a {
  color: #6c3685;
}
.inverness a {
  color: #007eb6;
}
.emsp a {
  color: #B11B83;
}
.wes a {
  color: #007eb6;
}
a.block-link:after {
  content: "";
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  right: 0;
  height: 100%;
  background: transparent;
}
a.block-link:focus {
  outline: none;
}
a:hover {
  text-decoration-thickness: 2px;
}
a h1,
a h2,
a h3,
a h4,
a h5,
a h6,
a p {
  font-weight: normal;
}
.e-text p > a {
  display: inline-block;
}
a.play {
  color: white;
}

.cta-arrow svg {
  width: 2.25rem;
}
.cta-arrow svg path {
  stroke: white;
}
.osw .cta-arrow svg path {
  stroke: #142143;
}

.link-chevron {
  width: 1rem;
  height: 1rem;
  pointer-events: none;
  fill: inherit;
}

.link-unstyled {
  text-decoration: none;
}
.link-unstyled:hover {
  text-decoration: underline;
  text-decoration-thickness: 2px;
  text-underline-offset: 4px;
}

.icon-link {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
}

.social-link-icon {
  display: flex;
  justify-content: center;
  align-items: center;
  border: 2px solid white;
  border-radius: 50%;
  width: 2.75rem;
  height: 2.75rem;
  margin: 0;
  padding: 0;
  color: inherit;
  transition: color 0.2s linear;
}
.site-footer .social-link-icon:hover {
  background-color: white;
  color: #142143;
}
.site-footer__socials .social-link-icon {
  width: 3rem;
  height: 3rem;
}
.osw .site-footer .social-link-icon {
  border-color: #81c4ee;
  color: #81c4ee;
}
.osw .site-footer .social-link-icon:hover {
  border-color: #142143;
  color: #142143;
}
.wes .site-footer .social-link-icon {
  color: white;
}
.wes .site-footer .social-link-icon:hover {
  background-color: white;
  color: #142143;
}

.blog-tags {
  margin: 0;
  padding: 0;
  list-style-type: none;
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
}
.blog-tags a {
  display: flex;
  padding: 0.5rem 1rem;
  border-radius: 1.5rem;
  color: white;
  border: none;
  background-color: rgba(0, 0, 0, 0.15);
  text-decoration: none;
}
.blog-tags a:hover {
  text-decoration: underline;
}
@media (min-width: 1025px) {
  .blog-tags a:focus-visible {
    box-shadow: none;
    background-color: #fdd522;
    color: #152043;
  }
}
.blog-tags a.article-tag {
  background-color: #E8EBF4;
  color: #23408F;
}

.share-link {
  position: relative;
}
.share-link button:not(:focus-visible) {
  background-color: transparent;
}
.share-link .note {
  display: none;
  font-size: 1rem;
  position: absolute;
  top: -2rem;
  left: calc(50% - 2.5rem);
  color: white;
  background: #1f1e1e;
  border-radius: 0.25rem;
  padding: 0.25rem;
  width: 5rem;
  opacity: 0;
  text-align: center;
  transition: opacity 0.4s ease-in-out;
  pointer-events: none;
}
.share-link .note:after {
  top: calc(100% - 1px);
  left: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: rgba(0, 0, 0, 0);
  border-top-color: #1f1e1e;
  border-width: 5px;
  margin-left: -5px;
}
.share-link .note.active {
  -webkit-animation: clicked 1s forwards ease-in-out;
  -moz-animation: clicked 1s forwards ease-in-out;
  -o-animation: clicked 1s forwards ease-in-out;
  animation: clicked 1s forwards ease-in-out;
  display: block;
}

.chevron-link {
  display: flex;
  gap: 0.25rem;
  align-items: flex-start;
}
.chevron-link__icon {
  margin-top: 0.25rem;
  color: #318731;
}
[class*=background]:not([class*=lightgrey]) .chevron-link__icon {
  color: white;
}
.text-centered .chevron-link {
  justify-content: center;
}

.unstyled-list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
@media (min-width: 64em) {
  .unstyled-list--inline-m {
    display: flex;
    flex-direction: row;
    gap: 1rem;
  }
}

.social-links-list {
  display: flex;
  align-items: center;
  gap: 1rem;
  margin: 0;
  padding: 0;
  list-style-type: none;
}

.arrow-list {
  display: flex;
  flex-direction: column;
  margin: 0;
  padding: 0;
  list-style: none;
}
.arrow-list__item {
  position: relative;
  display: flex;
  gap: 0.5rem;
  margin: 0.5rem 0;
}
.arrow-list__icon {
  width: 1.375em;
  height: 1.375em;
  color: #318731;
}
.inverness .arrow-list__icon, .wes .arrow-list__icon {
  color: #007EB6;
}
.emsp .arrow-list__icon {
  color: #B11B83;
}
.enterprise .arrow-list__icon {
  color: #6C3685;
}
[class*=bg-]:not(.bg-white):not(.bg-grey) .arrow-list__icon {
  color: inherit;
}
.arrow-list__link {
  position: relative;
  color: #23408F;
  text-decoration: underline;
}
.arrow-list__link:hover {
  text-decoration: none;
}
.inverness .arrow-list__link:hover, .wes .arrow-list__link:hover {
  color: #007EB6;
}
.emsp .arrow-list__link:hover {
  color: #B11B83;
}
.enterprise .arrow-list__link:hover {
  color: #6C3685;
}
[class*=bg-]:not(.bg-white):not(.bg-light-grey) .arrow-list__link {
  color: inherit;
}
.arrow-list__link:focus-visible {
  color: #142143 !important;
}
@media (min-width: 48em) {
  .arrow-list--split {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    column-gap: 1rem;
    row-gap: 0.5rem;
  }
}

.helpful-links-list {
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
  margin: 0;
  padding: 0;
  list-style: none;
}
.helpful-links-list span {
  font-weight: 500;
}

.site-nav-control {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 2.5rem;
  height: 2.5rem;
  padding: 0;
  border: none;
  background-color: #E8EBF4;
  border-radius: 50%;
}
.site-nav-control svg {
  font-size: 1.25rem;
}
.site-nav-control svg.close {
  display: none;
}
.site-nav-control[aria-expanded=true] svg.open {
  display: none;
}
.site-nav-control[aria-expanded=true] svg.close {
  display: flex;
}
@media (min-width: 64em) {
  .site-nav-control {
    display: none;
  }
}

@media (max-width: 63.99em) {
  .site-navigation {
    --header-height: 76px;
    position: fixed;
    top: var(--header-height);
    right: 0;
    width: 100%;
    height: calc(100vh - var(--header-height));
    display: flex;
    flex-direction: column;
    transform: translateZ(0);
    backface-visibility: hidden;
    background-color: white;
    will-change: transform;
    overflow-y: auto;
    z-index: 700;
    transition: all 0.45s cubic-bezier(0.39, 0.575, 0.565, 1);
  }
  .site-navigation:not(.is-visible) {
    visibility: hidden;
    overflow: hidden;
    transform: translate3d(100%, 0, 0);
  }
}
.site-navigation__inner {
  width: 100%;
  height: 100%;
  padding: 1.5rem;
}
@media (min-width: 64em) {
  .site-navigation__inner {
    padding: 0;
  }
}
@media (max-width: 63.99em) {
  .site-navigation__primary {
    padding-top: 2rem;
    border-top: 1px solid #142143;
  }
}
.site-navigation__secondary {
  margin-top: 2rem;
  padding-top: 2rem;
  border-top: 1px solid #142143;
}
.site-navigation__secondary a {
  text-decoration: none;
}
@media (min-width: 64em) {
  .site-navigation__secondary {
    display: none;
  }
}
@media (min-width: 64em) {
  .site-navigation {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex: 1;
    gap: 0.5rem;
  }
}

.navigation-bar {
  display: flex;
  width: 100%;
}
@media (max-width: 63.99em) {
  .navigation-bar__menu {
    flex-direction: column;
    gap: 0.75rem;
    width: 100%;
  }
}
@media (min-width: 64em) {
  .navigation-bar__menu {
    flex-direction: row;
    gap: 1rem;
  }
}
@media (min-width: 80em) {
  .navigation-bar__menu {
    gap: 1.5rem;
  }
}
.navigation-bar__action {
  display: flex;
  gap: 0.5rem;
  align-items: center;
  border: none;
  background-color: transparent;
  padding: 0;
  font-size: 1rem;
  font-weight: 700;
  color: #23408F;
  text-decoration: none;
}
.navigation-bar__action svg {
  font-size: 1.25rem;
  color: #1f1e1e;
  transition: transform 0.3s ease-in-out;
}
.navigation-bar__action.is-active svg {
  transform: rotate(180deg);
}
@media (max-width: 63.99em) {
  .navigation-bar__action {
    justify-content: space-between;
    width: 100%;
  }
}
@media (hover: hover) {
  .navigation-bar__action:hover {
    text-decoration: underline;
    text-decoration-thickness: 2px;
    text-underline-offset: 4px;
  }
}
@media (min-width: 64em) {
  .navigation-bar {
    flex: 1;
    justify-content: center;
  }
}

.mega-content__wrapper {
  max-width: 100rem;
  margin-left: auto;
  margin-right: auto;
  padding: 0 1.25rem;
}
@media (max-width: 63.99em) {
  .mega-content__wrapper {
    padding-left: 0;
    padding-right: 0;
  }
}
.mega-content__inner {
  display: flex;
  flex-direction: column;
  row-gap: 1.5rem;
  padding: 0.875rem 0 2rem;
  background-color: white;
}
.mega-content__inner a:not(.btn) {
  color: #23408F;
  text-decoration: none;
}
.mega-content__inner a:not(.btn):hover {
  text-decoration: underline;
  text-decoration-thickness: 2px;
  text-underline-offset: 4px;
}
.mega-content__inner a:not(.btn):focus-visible {
  color: #142143 !important;
}
@media (max-width: 63.99em) {
  .mega-content__inner > div {
    padding: 1.5rem 0 0;
    border-top: 1px solid #A7A7A7;
  }
}
@media (min-width: 64em) {
  .mega-content__inner {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 2rem;
    padding: 2rem 1.25rem 2rem 2.5rem;
    border-bottom-left-radius: 1.5rem;
    border-bottom-right-radius: 1.5rem;
    box-shadow: 0px 10px 15px -3px rgba(0, 0, 0, 0.25);
  }
}
@media (min-width: 80em) {
  .mega-content__inner {
    gap: 3rem;
  }
}
.mega-content__introduction-link {
  display: flex;
  gap: 0.75rem;
  font-size: 1.875rem;
  line-height: 1.25;
  font-weight: 700;
  color: #23408F;
}
@media (min-width: 80em) {
  .mega-content__introduction-link {
    font-size: 2.5rem;
  }
}
.mega-content__introduction-link:has(+ p) {
  margin-bottom: 1rem;
}
.mega-content__introduction-link:hover {
  text-decoration: underline;
  text-decoration-thickness: 2px;
  text-underline-offset: 4px;
}
.mega-content__introduction-label {
  flex: 1;
}
.mega-content__introduction-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  align-self: flex-end;
  width: 2.5rem;
  height: 2.5rem;
  border: 2px solid #23408F;
  border-radius: 50%;
  margin-bottom: 0.5rem;
  padding: 0.5rem;
}
.mega-content__introduction-icon svg {
  width: 100%;
  height: 100%;
  fill: currentColor;
}
@media (max-width: 63.99em) {
  .mega-content__introduction {
    display: none;
  }
}
@media (min-width: 64em) {
  .mega-content__parent-link {
    display: none;
  }
}
.mega-content__column-title {
  display: block;
  font-weight: 500;
  line-height: 1.25;
}
@media (min-width: 64em) {
  .mega-content__column-title {
    font-size: 1.563rem;
  }
}
@media (min-width: 80em) {
  .mega-content__column-title {
    font-size: 1.875rem;
    font-weight: 700;
  }
}
@media (max-width: 63.99em) {
  .mega-content {
    max-height: 0;
    background-color: white;
    overflow: hidden;
    transition: max-height 0.3s ease-in-out;
  }
  .mega-content.is-visible {
    max-height: 1000px;
  }
}
@media (min-width: 64em) {
  .mega-content {
    position: absolute;
    display: block;
    width: 100vw;
    height: 100%;
    overflow-y: auto;
    left: 0;
    top: 100%;
    height: calc(100vh - 101px);
    padding-bottom: 1.5rem;
  }
  .mega-content:not(.is-visible) {
    display: none;
    visibility: hidden;
  }
}

.utility-nav-list {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}
@media (min-width: 64em) {
  .utility-nav-list {
    flex-direction: row;
    gap: 1.5rem;
  }
}
@media (min-width: 1280px) {
  .h-rightalign .utility-nav-list {
    display: none;
  }
}

@-webkit-keyframes stagger {
  0% {
    opacity: 0;
    transform: translateX(-100%);
  }
  100% {
    transform: translateX(0);
    opacity: 1;
  }
}
@-moz-keyframes stagger {
  0% {
    opacity: 0;
    transform: translateX(-100%);
  }
  100% {
    transform: translateX(0);
    opacity: 1;
  }
}
@-o-keyframes stagger {
  0% {
    opacity: 0;
    transform: translateX(-100%);
  }
  100% {
    transform: translateX(0);
    opacity: 1;
  }
}
@keyframes stagger {
  0% {
    opacity: 0;
    transform: translateX(-100%);
  }
  100% {
    transform: translateX(0);
    opacity: 1;
  }
}
@-webkit-keyframes reverse-stagger {
  0% {
    transform: translateX(0);
    opacity: 1;
  }
  100% {
    opacity: 0;
    transform: translateX(-100%);
  }
}
@-moz-keyframes reverse-stagger {
  0% {
    transform: translateX(0);
    opacity: 1;
  }
  100% {
    opacity: 0;
    transform: translateX(-100%);
  }
}
@-o-keyframes reverse-stagger {
  0% {
    transform: translateX(0);
    opacity: 1;
  }
  100% {
    opacity: 0;
    transform: translateX(-100%);
  }
}
@keyframes reverse-stagger {
  0% {
    transform: translateX(0);
    opacity: 1;
  }
  100% {
    opacity: 0;
    transform: translateX(-100%);
  }
}
.propertyheader .n-main {
  top: 106px;
}
.propertyheader.slim .n-main {
  top: 70px;
  height: calc(100vh - 70px);
}
.propertyheader body.notification .n-main {
  top: 115px;
  height: calc(100vh - 115px);
}

.n-breadcrumb {
  display: flex;
  width: 100%;
  padding-top: 1rem;
  padding-bottom: 1rem;
  background: white;
  border-top: 1px solid #dfdfdf;
}
@media (min-width: 80em) {
  .n-breadcrumb {
    border: none;
  }
}
.n-breadcrumb ol {
  list-style: none;
  margin: 0;
  padding: 0;
}
.n-breadcrumb ol li {
  display: inline-block;
  font-size: 0.875rem;
}
.n-breadcrumb ol li:after {
  content: "\\";
  margin: 0 12px;
}
.n-breadcrumb ol li:last-child:after {
  display: none;
}
.n-breadcrumb ol li a {
  font-weight: 400;
  color: #1f1e1e !important;
}
.n-breadcrumb ol.right-align {
  align-self: flex-end;
  margin: 0 0 0 auto;
}

@media (max-width: 1279px) {
  .main-navigation {
    position: fixed;
    top: 140px;
    left: 0;
    width: 100%;
    height: calc(100% - 140px);
    overflow-y: auto;
    background-color: #23408f;
    transition: left 0.3s linear;
  }
  .notification .main-navigation {
    top: 250px;
    height: calc(100% - 250px);
  }
  .main-navigation:not(.js-expanded) {
    left: -100%;
  }
}

.menu-group {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

.nav-primary {
  display: flex;
  margin: 0;
  padding: 0;
  list-style-type: none;
}
@media (max-width: 1279px) {
  .nav-primary {
    flex-direction: column;
  }
}
@media (min-width: 1280px) {
  .nav-primary {
    flex-direction: row;
    margin-right: 2rem;
  }
}
@media (min-width: 1280px) {
  .nav-primary__item + .nav-primary__item {
    margin-left: 1.5rem;
  }
}
.nav-primary__link {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.8rem;
  width: 100%;
  padding: 1rem 1.25rem;
  font-weight: normal;
  color: white;
  text-decoration: none;
}
@media (min-width: 1280px) {
  .nav-primary__link {
    padding: 1.25rem 0.75rem;
    color: #1f1e1e;
  }
}
.nav-primary__link--btn {
  margin: 0;
  padding: 1rem 1.25rem;
  border: none;
  border-radius: 0;
  background-color: transparent;
}
@media (min-width: 1280px) {
  .nav-primary__link--btn {
    padding: 1.25rem 0.75rem;
  }
  .nav-primary__link--btn:hover {
    background-color: transparent;
    color: #23408f;
  }
}
.nav-primary__link--btn svg {
  width: 1.125rem;
  height: 1.125rem;
  pointer-events: none;
  fill: currentColor;
}
@media (min-width: 1280px) {
  .nav-primary__link--btn svg {
    width: 0.75rem;
    height: 0.75rem;
  }
}
.nav-primary__link--btn[aria-expanded=true] {
  background-color: #23408f;
  color: white;
}
.nav-primary__link--btn[aria-expanded=true]:focus-within {
  box-shadow: none;
}
.nav-primary__link--btn[aria-expanded=true] svg {
  transform: rotate(180deg);
  fill: white;
}
@media (max-width: 1279px) {
  .nav-primary__link--btn[aria-expanded=true] {
    background-color: #142143;
  }
}
.wes .nav-primary__link--btn[aria-expanded=true] {
  background-color: #142143;
}
@media (min-width: 1280px) {
  .nav-primary__link:not([aria-expanded=true]):hover {
    text-decoration: underline;
    color: #23408f;
  }
}

.nav-secondary {
  margin: 2.5rem 2rem;
  padding: 2.5rem 0 0;
  border-top: 1px solid white;
  list-style-type: none;
}
.nav-secondary a {
  display: inline-block;
  padding: 0.6rem 0;
  color: white;
  text-decoration: none;
}
.nav-secondary a:hover {
  text-decoration: underline;
}
.h-utility .nav-secondary a {
  padding: 2px 0;
}
@media (min-width: 1280px) {
  .nav-secondary {
    display: none;
  }
}

.extended-nav {
  overflow: hidden;
  height: 100%;
  background-color: #007DB2;
  color: white;
}
.extended-nav:not(.js-expanded) {
  height: 0;
  visibility: hidden;
}
.extended-nav a:not(.btn):not(:focus-visible) {
  color: white;
}
.extended-nav__level-one {
  padding: 2rem 2rem 1rem;
}
@media (max-width: 1279px) {
  .extended-nav__level-two {
    display: none;
  }
}
@media (min-width: 1280px) {
  .extended-nav {
    position: fixed;
    top: 120px;
    left: 0;
    right: 0;
    height: auto;
    background-color: #23408f;
  }
  .extended-nav__level-one {
    display: none;
  }
  .notification .extended-nav {
    top: 196px;
  }
}
.extended-nav__inner {
  margin: 0 auto;
  max-width: 1440px;
  opacity: 0;
}
.js-expanded > .extended-nav__inner {
  opacity: 1;
  transition: opacity 0.3s linear 0.2s;
}
@media (min-width: 1280px) {
  .extended-nav__inner {
    padding: 4rem 2rem;
  }
}
.extended-nav__grid {
  display: grid;
}
@media (min-width: 1280px) {
  .extended-nav__grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 4rem;
  }
}
.extended-nav__column {
  position: relative;
}
.extended-nav__column > * + * {
  margin: 2rem 0 0;
}
@media (min-width: 1280px) {
  .extended-nav__column {
    padding-right: 2rem;
  }
}
.extended-nav__featured-image img {
  object-fit: cover;
  object-position: center;
  width: 100%;
  height: 100%;
  display: block;
  max-width: none;
}
@media (min-width: 1280px) {
  .extended-nav__featured-image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
}
.extended-nav__featured-content {
  position: relative;
  padding: 4rem;
  z-index: 1;
}
.extended-nav__title {
  color: white;
}
.extended-nav-group__list-item {
  padding-bottom: 1.5rem;
}
.hie .extended-nav-group__list-item-secondary {
  display: none;
}
.extended-nav-group__link {
  display: inline-flex;
  align-items: center;
  gap: 0.8rem;
  font-weight: 700;
  text-decoration: none;
}
.wes .extended-nav-group__link {
  font-weight: 400;
}
.extended-nav-group__link:hover {
  text-decoration: underline;
}
.wes .extended-nav {
  background-color: #142143;
}

.property-navigation {
  position: fixed;
  top: 100px;
  left: 0;
  right: 0;
  height: calc(100% - 100px);
  overflow-y: auto;
  background-color: #142143;
  color: white;
  z-index: 1000;
}
.osw .property-navigation {
  background-color: #021859;
}
.enterprise .property-navigation {
  background: #46763B;
}
.emsp .property-navigation {
  background: #24506b;
}
@media (min-width: 768px) {
  .property-navigation {
    top: 98px;
    height: calc(100% - 98px);
  }
}
@media (min-width: 1280px) {
  .slim .property-navigation {
    top: 72px;
    height: calc(100% - 72px);
  }
}
.property-navigation:not(.js-expanded) {
  height: 0;
  visibility: hidden;
}
.property-navigation__inner {
  max-width: 1460px;
  margin: 0 auto;
  padding: 0;
}
.property-navigation__inner > * + * {
  margin-top: 2.5rem;
}
@media (min-width: 1080px) {
  .property-navigation__inner {
    padding: 2.5rem 1.25rem;
  }
}
@media (max-width: 1079px) {
  .property-navigation form {
    padding: 0 1.25rem;
  }
}

@media (max-width: 1079px) {
  .property-nav-extended {
    background-color: #007DB2;
  }
  .osw .property-nav-extended {
    background-color: rgb(1.6, 19.2, 71.2);
  }
  .enterprise .property-nav-extended {
    background: rgb(56, 94.4, 47.2);
  }
  .emsp .property-nav-extended {
    background: rgb(28.8, 64, 85.6);
  }
  .property-nav-extended:not(.js-expanded) {
    display: none;
    visibility: hidden;
  }
}

.property-navigation__list {
  display: flex;
  flex-direction: column;
  margin: 0;
  padding: 0;
  list-style-type: none;
}

.property-navigation__features {
  display: grid;
  gap: 1.5rem;
  padding: 0 1.25rem 2.5rem;
}
@media (min-width: 768px) {
  .property-navigation__features {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 2.5rem;
  }
}
@media (min-width: 1080px) {
  .property-navigation__features {
    padding-left: 0;
    padding-right: 0;
  }
}

.property-link {
  display: inline-block;
  text-decoration: none;
}
.property-link:not(:focus-visible), .property-link:hover {
  color: white !important;
}
@media (max-width: 1079px) {
  .property-link {
    display: block;
    padding: 1rem 1.25rem;
  }
}
.property-link--btn {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  background: transparent !important;
  margin: 0;
  padding: 1rem 1.25rem;
  border: none;
  border-radius: 0;
}
.property-link--btn:before, .property-link--btn:after {
  content: none;
}
.property-link--btn svg {
  width: 1rem;
  height: 1rem;
  fill: currentColor;
  pointer-events: none;
}
.osw .property-link--btn[aria-expanded=true] {
  background: rgb(1.2, 14.4, 53.4) !important;
}
.enterprise .property-link--btn[aria-expanded=true] {
  background: rgb(42, 70.8, 35.4) !important;
}
.emsp .property-link--btn[aria-expanded=true] {
  background: rgb(21.6, 48, 64.2) !important;
}
.property-link--parent {
  margin: 0 0 0.5rem;
  padding: 0;
  font-weight: 600;
}
@media (max-width: 1079px) {
  .property-link--parent {
    display: none;
  }
}
.extended-menu-group .property-link {
  font-weight: 400;
}
@media (max-width: 1079px) {
  .extended-menu-group .property-link {
    padding: 0.5rem 1.125rem;
  }
}
.property-nav-extended .property-link {
  padding: 0.5rem 0;
}
@media (max-width: 1079px) {
  .property-nav-extended .property-link {
    padding: 0.5rem 1.125rem;
  }
}
.property-link:hover {
  text-decoration: underline;
}

.property-featured-item {
  display: flex;
  flex-direction: column;
}
.property-featured-item__image {
  display: none;
}
.property-featured-item__image img {
  object-fit: cover;
  object-position: center;
  width: 100%;
  height: 100%;
  display: block;
  max-width: none;
}
@media (min-width: 1080px) {
  .property-featured-item__image {
    display: block;
  }
}
.property-featured-item__text {
  background-color: white;
  padding: 2rem;
  color: #1f1e1e;
}
@media (min-width: 768px) {
  .property-featured-item {
    display: grid;
    grid-template-columns: 1fr;
  }
}
@media (min-width: 992px) {
  .property-featured-item {
    grid-template-columns: 220px 1fr;
  }
}

.extended-menu-group {
  padding: 0.5rem 0;
}

@media (min-width: 1080px) {
  .property-link--btn {
    display: none;
  }
  .property-navigation__list {
    flex-direction: row;
    justify-content: space-between;
    gap: 1.5rem;
  }
  .extended-menu-group__parent {
    display: none;
  }
}
.text-label {
  display: inline-block;
  text-transform: uppercase;
  margin-bottom: 0.75rem;
}

.rich-content :not([class]) + :is(h1, h2, h3, h4) {
  margin-block-start: 1.5rem;
}
.rich-content :is(h2, h3) + :not([class]) {
  margin-block-start: 0.75rem;
}
.rich-content h1, .rich-content h2, .rich-content h3, .rich-content h4 {
  color: #142143;
}
.osw .rich-content h1, .osw .rich-content h2, .osw .rich-content h3, .osw .rich-content h4 {
  color: #115388;
}
[class*=background]:not(.background-lightgrey) .rich-content h1, [class*=background]:not(.background-lightgrey) .rich-content h2, [class*=background]:not(.background-lightgrey) .rich-content h3, [class*=background]:not(.background-lightgrey) .rich-content h4 {
  color: white;
}
.rich-content ul, .rich-content ol {
  margin-left: 0;
}
.rich-content ul > * + *, .rich-content ol > * + * {
  margin-block-start: 0.5rem;
}

.truncated__inner {
  overflow: hidden;
  max-height: 300px;
  position: relative;
  transition: max-height 0.5s ease-in-out;
}
.truncated__inner:before {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  height: 80px;
  width: 100%;
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgb(255, 255, 255) 100%);
  z-index: 20;
  transition: all 0.35s ease-in-out;
  pointer-events: none;
}
.background-darkblue .truncated__inner:before {
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, #142143 100%);
}
.background-purple .truncated__inner:before {
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, #653278 100%);
}
.background-orange .truncated__inner:before {
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, #c94f08 100%);
}
.background-green .truncated__inner:before {
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, #46763c 100%);
}
.background-blue .truncated__inner:before {
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, #23408f 100%);
}
.background-grey .truncated__inner:before {
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, #52555b 100%);
}
.background-deepblue .truncated__inner:before {
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, #008290 100%);
}
.background-deeppink .truncated__inner:before {
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, #b11b83 100%);
}
.background-deepgreen .truncated__inner:before {
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, #75791d 100%);
}
.background-lightgrey .truncated__inner:before {
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, #efeff0 100%);
}
.truncated__inner.is-expanded {
  max-height: 100vh;
}
.truncated__inner.is-expanded:before {
  opacity: 0;
}

.alert {
  padding: 15px;
  margin-bottom: 20px;
  border: 1px solid transparent;
  border-radius: 4px;
}
.alert h4 {
  margin-top: 0;
  color: inherit;
}
.alert .alert-link {
  font-weight: 700;
}
.alert > p,
.alert > ul {
  margin-bottom: 0;
}
.alert > p + p {
  margin-top: 5px;
}

.alert-dismissable,
.alert-dismissible {
  padding-right: 35px;
}
.alert-dismissable .close,
.alert-dismissible .close {
  position: relative;
  top: -2px;
  right: -21px;
  color: inherit;
}

.alert-success {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #d6e9c6;
}

.alert-info {
  color: #31708f;
  background-color: #d9edf7;
  border-color: #bce8f1;
}

.alert-warning {
  color: #8a6d3b;
  background-color: #fcf8e3;
  border-color: #faebcc;
}

.alert-danger {
  color: #a94442;
  background-color: #f2dede;
  border-color: #ebccd1;
}

@keyframes blade-spin {
  to {
    transform: rotate(360deg);
  }
}
.blade-animate {
  transform-box: fill-box;
  transform-origin: center;
  animation: blade-spin 7s linear infinite;
}

.blade-animate--slower {
  animation-duration: 9s;
}

.slick-dots {
  position: relative;
  width: 100%;
  margin: 20px 0 0;
  padding: 0;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  list-style: none;
}
.slick-dots li {
  display: inline-block;
  margin: 0 5px;
}
.slick-dots li button {
  padding: 0;
  display: block;
  text-indent: -8000px;
  width: 0.875rem;
  height: 0.875rem;
  border-radius: 50%;
  background: #142143;
  border: 2px solid #142143;
  margin: 0;
  color: white;
}
[class*=background-]:not([class*=lightgrey]):not([class*=bluetint]):not([class*=white]) .slick-dots li button, [class*=bg-]:not([class*=light-grey]):not([class*=blue-tint]):not([class*=white]) .slick-dots li button {
  background-color: transparent;
  border-color: white;
}
[class*=background-]:not([class*=lightgrey]):not([class*=bluetint]):not([class*=white]) .slick-dots li button:hover, [class*=bg-]:not([class*=light-grey]):not([class*=blue-tint]):not([class*=white]) .slick-dots li button:hover {
  background-color: white;
}
.inverness .slick-dots li button, .wes .slick-dots li button {
  background: #007EB6;
  border: 1px solid #007EB6;
}
.emsp .slick-dots li button {
  border-color: #B11B83;
  background-color: #B11B83;
}
.enterprise .slick-dots li button {
  border-color: #6C3685;
  background-color: #6C3685;
}
.osw .slick-dots li button {
  background: white;
  border: 1px solid white;
}
.slick-dots li button:before, .slick-dots li button:after {
  display: none;
}
.slick-dots li button:hover {
  background-color: white;
}
.slick-dots li button:focus-visible {
  background-color: #fdd522;
  outline: none;
  box-shadow: none;
}
.slick-dots li.slick-active button {
  width: 1.5rem;
  height: 1.5rem;
  border-width: 2px;
  background: white;
  color: black;
}
[class*=background-]:not([class*=lightgrey]):not([class*=bluetint]):not([class*=white]) .slick-dots li.slick-active button, [class*=bg-]:not([class*=light-grey]):not([class*=blue-tint]):not([class*=white]) .slick-dots li.slick-active button {
  background-color: white;
}
.slick-dots li.slick-active button:focus-visible {
  background-color: #fdd522;
  outline: none;
  box-shadow: none;
}
.osw .slick-dots li.slick-active button {
  background: transparent;
}

.slick-nav-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 2.5rem;
  position: absolute;
  top: 50%;
  margin: 0;
  padding: 0.5rem 1rem;
  border: none;
  background-color: transparent;
  border-radius: 0;
  transform: translateY(-50%);
  font-size: 1.5rem;
  color: #142143;
  z-index: 1;
  transition: all 0.3s ease-in-out;
}
[class*=background-]:not([class*=lightgrey]):not([class*=bluetint]):not([class*=white]) .slick-nav-btn, [class*=bg-]:not([class*=light-grey]):not([class*=blue-tint]):not([class*=white]) .slick-nav-btn {
  color: white;
}
[class*=background-]:not([class*=lightgrey]):not([class*=bluetint]):not([class*=white]) .slick-nav-btn:hover, [class*=bg-]:not([class*=light-grey]):not([class*=blue-tint]):not([class*=white]) .slick-nav-btn:hover {
  background-color: white;
  color: #142143 !important;
}
.slick-nav-btn.slick-disabled {
  display: none !important;
}
.slick-nav-btn:before, .slick-nav-btn:after {
  content: none !important;
}
.text-media-carousel .slick-nav-btn, .m-venue .slick-nav-btn {
  top: auto;
  bottom: 0;
  transform: none;
  min-height: 48px;
  padding: 0 2rem;
  border: none;
  background-color: #23408F;
  color: white !important;
  line-height: 1;
}
.text-media-carousel .slick-nav-btn:hover, .m-venue .slick-nav-btn:hover {
  background-color: #142143;
  color: white !important;
}
.m-highlightsicons .slick-nav-btn:not(.slick-disabled) {
  display: none !important;
}
@media (min-width: 87.5em) {
  .m-highlightsicons .slick-nav-btn:not(.slick-disabled) {
    display: block !important;
  }
}
.slick-nav-btn--prev {
  left: 0;
}
.m-imagetextoverlay .slick-nav-btn--prev {
  left: 1.5rem;
}
.carousel-controls-outwith .slick-nav-btn--prev {
  left: -3.5rem;
}
.text-media-carousel .slick-nav-btn--prev, .m-venue .slick-nav-btn--prev {
  left: auto;
  right: 79px;
}
.slick-nav-btn--next {
  left: auto;
  right: 0;
}
.m-imagetextoverlay .slick-nav-btn--next {
  right: 1.5rem;
}
.carousel-controls-outwith .slick-nav-btn--next {
  right: -3.5rem;
}
.slick-nav-btn svg {
  width: 1em;
  height: 1em;
  color: currentColor;
}
.slick-nav-btn:hover {
  cursor: pointer;
  color: #23408F;
  background-color: transparent;
}
.slick-nav-btn:focus-visible {
  background-color: #fdd522;
  color: #142143 !important;
}
.inverness .slick-nav-btn, .wes .slick-nav-btn {
  color: #007EB6;
}
.emsp .slick-nav-btn {
  color: #B11B83;
}
.enterprise .slick-nav-btn {
  color: #6C3685;
}
.osw .slick-nav-btn {
  color: #ffffff;
}

.card-slider .slick-track {
  display: flex;
}
.text-media-carousel .slick-track {
  display: flex;
  align-items: center;
}
.m-imagetextoverlay .slick-track {
  height: 100%;
}

.m-imagetextoverlay .slick-list {
  height: 100%;
}

.m-imagetextoverlay .slick-slide {
  display: flex;
  align-items: center;
}
.card-themes .slick-slide:focus-visible {
  color: white;
}

.teaser-slider {
  position: relative;
  overflow: hidden;
}

.card-grid {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  gap: 1.5rem;
  margin-top: 2.5rem;
}
@media (min-width: 48em) {
  .card-grid {
    flex-direction: row;
    justify-content: center;
  }
}

.card-themes {
  margin-top: 2.5rem;
}

.card {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
  width: 100%;
  background-color: #653278;
  color: white;
  z-index: 1;
}
.card--plain {
  background-color: transparent;
  color: #1f1e1e;
}
.card--transparent {
  background-color: transparent;
}
.card--rounded {
  padding: 1.875rem;
  border-radius: 1.5rem;
}
.card--event {
  gap: 0;
  background-color: white;
  color: #142143;
}
.card-themes .card--event {
  color: white;
}
.card__event-header {
  padding: 1.5rem;
  background: linear-gradient(90deg, #23408f, #142143);
  color: white;
}
.card__event-header h3 {
  color: inherit;
}
.card__content {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.card--preview .card__content {
  width: 100%;
  padding-top: 1rem;
  border-top: 1px solid #A7A7A7;
}
.card__inner {
  flex: 1;
  color: inherit;
}
.card__inner h3 {
  color: inherit;
}
.card--event .card__inner {
  padding: 1.5rem;
}
.card__image {
  border-radius: 1.5rem;
  overflow: hidden;
}
.card__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.card__link {
  text-decoration: none;
  color: inherit !important;
}
.enterprise .card--preview .card__link {
  color: #6c3685 !important;
}
.inverness .card--preview .card__link {
  color: #007eb6 !important;
}
.emsp .card--preview .card__link {
  color: #B11B83 !important;
}
.wes .card--preview .card__link {
  color: #007eb6 !important;
}
.card__link span:not(.icon-roundal) {
  flex: 1;
}
:has(h3 > a) .card__link:hover {
  text-decoration: underline;
  text-decoration-thickness: 2px;
  text-underline-offset: 4px;
}
.card--preview .card__link {
  display: flex !important;
  align-items: flex-start;
  gap: 1rem;
  width: 100%;
}
.card--preview .card__link:after {
  content: none !important;
}
:has(h3 > a) .card--clickable .card__link:before {
  content: "";
  position: absolute;
  height: calc(100% - 2px);
  width: calc(100% - 2px);
  left: 0;
  top: 0;
  border: 2px solid transparent;
  transition: all 0.45s cubic-bezier(0.39, 0.575, 0.565, 1);
}
@media (min-width: 48em) and (max-width: 79.99em) {
  .card__heading {
    font-size: 1.25rem;
  }
}
.card__heading--preview {
  font-size: 1.25rem;
}
@media (min-width: 64em) {
  .card__heading--preview {
    font-size: 1.563rem;
  }
}
.card--preview .card__heading {
  font-size: 1.125rem;
}
.card__tags {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
}
.card__tag {
  --cardTag: #D3D9EA;
  display: inline-block;
  border-radius: 1rem;
  padding: 0.25rem 1rem;
  background-color: var(--cardTag);
  font-size: 0.875rem;
}
.card__label {
  display: inline-block;
  margin-left: auto;
  padding: 0.25rem 1.25rem;
  text-transform: uppercase;
  background-color: #C1C9E0;
  font-size: 0.875rem;
  font-weight: 500;
  color: #23408F;
}
.card--preview .card__label {
  margin: 0;
}
.card__meta {
  display: block;
  color: #6B6B6B;
}
.card__footer {
  display: flex;
  margin-top: auto !important;
}
.card__footer--center {
  justify-content: center;
  align-items: center;
}
.card__footer--end {
  justify-content: flex-end;
}
.card--article {
  padding: 1.25rem;
  background-color: #E8EBF4;
  border-radius: 1.5rem;
  color: #1f1e1e;
}
@media (min-width: 64em) {
  .card--article {
    padding: 1.75rem;
  }
}
@media (min-width: 80em) {
  .card--article {
    padding: 2.5rem;
  }
}
.card--preview {
  gap: 1rem;
  align-items: flex-start;
  background-color: white;
  color: #1f1e1e;
}
@media (min-width: 48em) {
  .card-grid .card {
    width: calc(50% - 1.5rem);
  }
}
@media (min-width: 64em) {
  .card-grid .card {
    width: calc(33.33% - 1.5rem);
  }
}
@media (min-width: 80em) {
  .card-grid .card {
    width: calc(25% - 1.5rem);
  }
}
.slick-slider .card {
  display: flex;
  margin-left: 0.75rem;
  margin-right: 0.75rem;
}
.card-slider .card {
  height: auto;
}
.hie .card-themes .card:nth-child(8n+1) {
  background-color: #653278;
}
.hie .card-themes .card:nth-child(8n+1) h2, .hie .card-themes .card:nth-child(8n+1) h3 {
  color: white;
}
.hie .card-themes .card:nth-child(8n+2) {
  background-color: #008290;
}
.hie .card-themes .card:nth-child(8n+2) h2, .hie .card-themes .card:nth-child(8n+2) h3 {
  color: white;
}
.hie .card-themes .card:nth-child(8n+3) {
  background-color: #B11B83;
}
.hie .card-themes .card:nth-child(8n+3) h2, .hie .card-themes .card:nth-child(8n+3) h3 {
  color: white;
}
.hie .card-themes .card:nth-child(8n+4) {
  background-color: #007DB2;
}
.hie .card-themes .card:nth-child(8n+4) h2, .hie .card-themes .card:nth-child(8n+4) h3 {
  color: white;
}
.hie .card-themes .card:nth-child(8n+5) {
  background-color: #318731;
}
.hie .card-themes .card:nth-child(8n+5) h2, .hie .card-themes .card:nth-child(8n+5) h3 {
  color: white;
}
.hie .card-themes .card:nth-child(8n+6) {
  background-color: #C94F08;
}
.hie .card-themes .card:nth-child(8n+6) h2, .hie .card-themes .card:nth-child(8n+6) h3 {
  color: white;
}
.hie .card-themes .card:nth-child(8n+7) {
  background-color: #75791D;
}
.hie .card-themes .card:nth-child(8n+7) h2, .hie .card-themes .card:nth-child(8n+7) h3 {
  color: white;
}
.hie .card-themes .card:nth-child(8n+8) {
  background-color: #52555B;
}
.hie .card-themes .card:nth-child(8n+8) h2, .hie .card-themes .card:nth-child(8n+8) h3 {
  color: white;
}
.inverness .card-themes .card {
  background-color: #007DB2;
}
.inverness .card-themes .card a {
  color: white;
}
.osw .card-themes .card {
  background-color: white;
  border: 1px solid #EEEEEE;
  color: #142143;
}
.wes .card-themes .card {
  background-color: #007DB2;
}

.sidebar-card {
  padding: 2.25rem 1.5rem;
  border-radius: 1.5rem;
  overflow-wrap: break-word;
}
.sidebar-card__title {
  font-size: 2rem;
}
.sidebar-card.bg-dark-blue span.field-validation-error {
  color: red;
  display: block;
  font-weight: bold;
}

.ui-datepicker {
  border: 1px solid #cdcecf;
  width: 100%;
  max-width: 320px;
  margin: 0 0 20px;
  padding: 2px;
}
@media (min-width: 992px) {
  .ui-datepicker {
    max-width: none;
    margin-bottom: 0;
  }
}

.ui-datepicker-header {
  font-size: 1.25rem;
  color: #ffffff;
  background: #318731;
  display: flex;
  justify-content: space-between;
  padding: 5px 15px;
  align-items: center;
  border: 1px solid #ffffff;
}
.ui-datepicker-header .ui-datepicker-prev,
.ui-datepicker-header .ui-datepicker-next {
  width: 24px;
  height: 24px;
  background-color: #ffffff !important;
  border-radius: 50%;
  position: relative;
  text-align: center;
  color: #318731;
  background: none;
  display: block;
  text-align: center;
}
.ui-datepicker-header .ui-datepicker-prev span,
.ui-datepicker-header .ui-datepicker-next span {
  text-indent: -8000px;
  display: block;
}
.ui-datepicker-header .ui-datepicker-prev:before,
.ui-datepicker-header .ui-datepicker-next:before {
  font-size: 1.25rem;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  text-indent: 0;
}
.ui-datepicker-header .ui-datepicker-prev:hover,
.ui-datepicker-header .ui-datepicker-next:hover {
  text-decoration: underline;
  cursor: pointer;
}
.ui-datepicker-header .ui-datepicker-prev:hover :before,
.ui-datepicker-header .ui-datepicker-next:hover :before {
  text-decoration: underline;
}
.ui-datepicker-header .ui-datepicker-prev {
  order: 1;
}
.ui-datepicker-header .ui-datepicker-prev:before {
  content: "<";
}
.ui-datepicker-header .ui-datepicker-title {
  order: 2;
}
.ui-datepicker-header .ui-datepicker-next {
  order: 3;
}
.ui-datepicker-header .ui-datepicker-next:before {
  content: ">";
}

.ui-datepicker-calendar {
  width: 100%;
  margin: 0;
  background: #ffffff;
}
.ui-datepicker-calendar thead th {
  font-size: 1rem;
  padding: 10px;
  background: #ffffff;
  text-align: center;
  color: #1f1e1e;
  font-weight: 400;
}
.ui-datepicker-calendar td {
  font-size: 1rem;
  min-height: 35px;
  padding: 1px;
  width: 14.2857142857%;
  border: none;
}
.ui-datepicker-calendar td span,
.ui-datepicker-calendar td a {
  transition: all 0.3s ease-in-out;
  font-weight: 400;
  color: #1f1e1e;
}
.ui-datepicker-calendar td span {
  padding: 5px;
  display: block;
  text-align: center;
  color: #dfdfdf;
  border: 1px solid #dfdfdf;
}
.ui-datepicker-calendar td a {
  padding: 5px;
  display: block;
  text-align: center;
  border: 1px solid #dfdfdf;
}
.ui-datepicker-calendar td a:hover {
  color: #ffffff;
  background: #318731;
}
.ui-datepicker-calendar td a.ui-state-active {
  background: #cdcecf;
  color: #1f1e1e;
}

#ui-datepicker-div {
  display: none;
}

dialog {
  padding: 1.25rem;
}
dialog::backdrop {
  background: rgba(0, 0, 0, 0.5);
}

.dialog {
  display: flex;
  align-items: center;
  background-color: transparent;
  border: none;
  width: 100%;
  z-index: 9999;
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  margin: 0 !important;
}
.dialog:focus-visible {
  background: none !important;
  box-shadow: none !important;
  outline: none !important;
}
.dialog:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  pointer-events: none;
}
.dialog .umbraco-forms-form .umbraco-forms-navigation {
  padding: 1em 0em 0em;
}
.dialog__window {
  position: relative;
  max-width: 90rem;
  margin: 0 auto;
  /*        padding: $space-clamp-l-xl;
  */
  padding: 20px;
  border: 1px solid #ccc;
  border-radius: 1.5rem;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
  background-color: white;
  z-index: 10000;
}
.dialog__title {
  max-width: 90%;
}
.dialog__main {
  max-width: 85vw;
  overflow-wrap: break-word;
}
.dialog__header {
  position: absolute;
  right: 20px;
  top: 20px;
}
.dialog__header button {
  margin-left: auto;
}
.dialog:not(.is-visible) {
  display: none;
}

.feedback-prompt {
  padding-top: clamp(1.5rem, 3.214vw + 0.857rem, 3.75rem);
  border-top: 2px solid #23408F;
  color: #1f1e1e;
}
@media (min-width: 64em) {
  .feedback-prompt .umbraco-forms-form {
    width: 50%;
  }
  .feedback-prompt .dropdown {
    width: 50%;
  }
}
.feedback-prompt fieldset {
  margin: 0 !important;
  padding: 0 !important;
}
.feedback-prompt legend {
  display: none !important;
}
.feedback-prompt textarea {
  background-color: #EFEFF0;
  min-height: 250px;
}
.feedback-prompt textarea::placeholder {
  color: #1f1e1e;
}
.feedback-prompt textarea:focus-visible {
  background-color: #EFEFF0;
}
.feedback-prompt .radiobuttonlist {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.feedback-prompt .radiobuttonlist > div {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  font-weight: 500;
}
.feedback-prompt .longanswer {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}
.feedback-prompt .longanswer .help-block {
  order: 3;
}
.feedback-prompt .umbraco-forms-hidden {
  display: none;
}
.feedback-prompt .umbraco-forms-navigation {
  padding: 0 !important;
}
.feedback-prompt .umbraco-forms-navigation .btn:not(.umbraco-forms-hidden) {
  margin-top: 2.5rem;
}
.feedback-prompt select, .feedback-prompt input[type=text], .feedback-prompt textarea {
  background-color: #EFEFF0 !important;
}
[class*=background-] + .feedback-prompt, [class*=bg-] + .feedback-prompt {
  padding: 0;
  border: none;
}

.regional-map {
  position: relative;
  border-radius: 1.5rem;
  overflow: hidden;
  height: 600px;
}
@media (min-width: 64em) {
  .regional-map {
    min-height: 600px;
  }
}
.regional-map__popover {
  display: none;
  position: absolute;
  top: 4rem;
  left: 2rem;
  width: 50%;
  background-color: white;
  border-radius: 1.5rem;
}
.regional-map__popover.is-visible {
  display: block;
}
.regional-map__popover-inner {
  display: flex;
  flex-direction: column;
  padding: 2.5rem 1.5rem 1.5rem;
}
.regional-map__close {
  position: absolute;
  top: 0.25rem;
  right: 1.25rem;
  padding: 0;
  border: none;
  background-color: transparent;
  color: #23408F;
  font-size: 1.5rem;
}
.regional-map__area-title {
  font-size: 1.5rem;
  font-weight: 500;
}
.regional-map [data-js-map] a:after {
  content: none !important;
}

.region-modal {
  position: absolute;
  top: 5rem;
  left: 1rem;
  width: 320px;
  height: 66.66%;
  display: flex;
  border-radius: 1.5rem;
  overflow: hidden;
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
  z-index: 1;
}
@media (min-width: 48em) {
  .region-modal {
    left: 2.5rem;
    width: 360px;
  }
}
.region-modal.hidden {
  display: none;
}
.region-modal__content {
  position: relative;
  background: white;
  border-radius: 1.5rem;
  overflow: auto;
}
.region-modal__image {
  border-top-left-radius: 1.5rem;
  border-top-right-radius: 1.5rem;
  height: 130px;
  overflow: hidden;
}
.region-modal__image img {
  object-fit: cover;
  object-position: center;
  width: 100%;
  height: 100%;
}
.region-modal__body {
  padding: 1.5rem;
}
.region-modal__body ul {
  padding-left: 1.5rem;
}
.region-modal__title {
  font-size: 1.5rem;
  color: #23408F;
}
.region-modal__close {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  top: 1rem;
  right: 1rem;
  width: 2rem;
  height: 2rem;
  margin: 0;
  padding: 0;
  background-color: white;
  border-radius: 50%;
  border: none;
  color: #23408F;
}
.region-modal__close:focus-visible {
  background-color: white !important;
  box-shadow: none !important;
}

.js-region-map-btn {
  padding: 0;
  border: none;
  background-color: transparent;
  color: #23408F;
  text-decoration: none;
}
.js-region-map-btn:hover {
  text-decoration: underline;
  text-decoration-thickness: 2px;
  text-underline-offset: 4px;
}

.region-map-tooltip {
  position: absolute;
  pointer-events: none;
  padding: 0.4rem 0.6rem;
  background: #333;
  color: #fff;
  border-radius: 4px;
  font-size: 0.875rem;
  white-space: nowrap;
  z-index: 999;
  display: none;
  transition: opacity 0.15s ease;
}

.info-window {
  max-width: 400px;
  padding: 0 0.875rem 0.875rem;
  font-size: 1rem;
  color: #115388;
}

.modal-open {
  overflow: hidden;
}

.modal {
  display: none;
  overflow: hidden;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 9999;
  -webkit-overflow-scrolling: touch;
  outline: 0;
}
.modal.fade .modal-dialog {
  transform: translate(0, -25%);
  transition: 0.3s ease-out;
}
.modal.in .modal-dialog {
  transform: translate(0, 0);
}

.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}

.modal-dialog {
  position: relative;
  width: auto;
  margin: 10px;
}

.modal-content {
  position: relative;
  background-color: #fff;
  border: 1px solid #dfdfdf;
  border-radius: 10px;
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  background-clip: padding-box;
  outline: 0;
}

.modal-backdrop {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  background-color: #000;
}
.modal-backdrop.fade {
  opacity: 0;
}
.modal-backdrop.in {
  opacity: 0.8;
}

.modal-header {
  padding: 15px;
  border-bottom: 1px solid #dfdfdf;
  position: relative;
}
.modal-header .close {
  padding: 0px;
  position: absolute;
  right: 15px;
  top: 15px;
  width: 24px;
  height: 24px;
  text-align: center;
  line-height: 24px;
}
.modal-header .close span {
  margin-left: 2px;
}

.modal-header .close {
  margin-top: -2px;
}

.modal-title {
  margin: 0;
}

.modal-body {
  position: relative;
  padding: 15px;
}
.support-tool-modal .modal-body {
  padding: 1.6rem 8rem 3.6rem 1.6rem;
}
@media (min-width: 992px) {
  .support-tool-modal .modal-body {
    padding: 1.6rem 8rem 3.6rem;
  }
}

.modal-footer {
  padding: 15px;
  text-align: right;
  border-top: 1px solid #dfdfdf;
}
.support-tool-modal .modal-footer {
  padding: 0;
}
.modal-footer:after {
  content: "";
  height: 0;
  clear: both;
  display: block;
  visibility: hidden;
}
.modal-footer .btn + .btn {
  margin-left: 5px;
  margin-bottom: 0;
}
.modal-footer .btn-group .btn + .btn {
  margin-left: -1px;
}
.modal-footer .btn-block + .btn-block {
  margin-left: 0;
}
.modal-footer .btn-close {
  position: absolute;
  top: 2rem;
  right: 2rem;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  border: 2px solid #021859;
  padding: 0;
  background-color: white;
  width: 4.8rem;
  height: 4.8rem;
}
.modal-footer .btn-close svg {
  width: 3.2rem;
  height: 3.2rem;
  fill: #81C4EE;
}

.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}

@media (min-width: 768px) {
  .modal-dialog {
    width: 500px;
    margin: 30px auto;
  }
  .modal-content {
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
  }
}
@media (min-width: 992px) {
  .modal-lg {
    width: 700px;
  }
}
.myhie-alert {
  border: 2px dashed #CDCECF;
  padding: 0.875rem;
  border-radius: 0.5rem;
}
.myhie-alert__summary {
  display: flex;
  align-items: center;
  gap: 1rem;
}
.myhie-alert__summary-btn {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  text-decoration: none;
}
.myhie-alert__summary-btn:hover {
  text-decoration: underline;
  text-decoration-thickness: 2px;
  text-underline-offset: 4px;
}
.myhie-alert__summary-btn svg {
  fill: none;
}

.global-search-toggle {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 2.5rem;
  padding: 0 1.25rem;
  border: none;
  background-color: #23408F;
  border-radius: 1.5rem;
  color: white;
}
.global-search-toggle svg {
  font-size: 1.25rem;
}
.global-search-toggle svg.close {
  display: none;
}
.global-search-toggle[aria-expanded=true] svg.open {
  display: none;
}
.global-search-toggle[aria-expanded=true] svg.close {
  display: flex;
}
@media (min-width: 64em) {
  .global-search-toggle {
    display: none;
  }
}

@media (max-width: 63.99em) {
  .global-search {
    --header-height: 76px;
    position: fixed;
    top: var(--header-height);
    right: 0;
    width: 100%;
    height: calc(100vh - var(--header-height));
    padding: 2.5rem 0;
    display: flex;
    flex-direction: column;
    transform: translateZ(0);
    backface-visibility: hidden;
    background-color: white;
    will-change: transform;
    overflow-y: auto;
    z-index: 700;
    transition: all 0.45s cubic-bezier(0.39, 0.575, 0.565, 1);
  }
  .global-search:not(.is-visible) {
    visibility: hidden;
    overflow: hidden;
    transform: translate3d(100%, 0, 0);
  }
}
@media (min-width: 64em) {
  .global-search {
    display: block;
    width: 548px;
  }
}
.global-search__recommendations {
  margin-top: 2rem;
}
.global-search__recommendations ul {
  margin: 1rem 0 0;
  gap: 0.75rem;
}
.global-search__recommendations a {
  color: #23408F;
}
@media (min-width: 64em) {
  .global-search__recommendations {
    display: none;
  }
}

.loading-spinner {
  position: absolute;
  top: 1.625rem;
  left: calc(50% - 1.625rem);
  display: flex;
  justify-content: center;
  align-items: center;
  width: 3.25rem;
  height: 3.25rem;
}

.spinner {
  border: 4px solid #EFEFF0;
  border-top: 4px solid #007DB2;
  border-radius: 50%;
  width: 100%;
  height: 100%;
  animation: spin 1s linear infinite;
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.tab-content--list {
  margin-top: 4rem;
}
.tab-content .tab-pane {
  display: none;
}
.tab-content .tab-pane:after {
  content: "";
  height: 0;
  clear: both;
  display: block;
  visibility: hidden;
}
.tab-content .tab-pane.active {
  display: block;
}

.tabbed-list {
  display: flex;
  flex-wrap: wrap;
  margin: 0;
  padding: 0;
  list-style: none;
  border-bottom: 2px solid #A7A7A7;
}
.tabbed-list__tab {
  position: relative;
  display: inline-block;
  padding: 0.75rem 2.5rem;
  background-color: #EFEFF0;
  border: 2px solid #EFEFF0;
  color: #23408F;
  text-decoration: none;
}
.tabbed-list__tab--active {
  background-color: white;
  pointer-events: none;
}
.tabbed-list__tab--active:before, .tabbed-list__tab--active:after {
  content: "";
  position: absolute;
}
.tabbed-list__tab--active:before {
  left: -1px;
  bottom: -3px;
  width: calc(100% + 2px);
  height: 3px;
  background-color: #23408F;
}
.tabbed-list__tab--active:after {
  top: 100%;
  left: 50%;
  border: 8px solid transparent;
  height: 0;
  width: 0;
  border-top-color: #23408f;
  margin-left: -8px;
}
.tabbed-list__tab:hover:not(.tabbed-list__tab--active) {
  background-color: white;
}

@media (min-width: 64em) {
  .grid--teaser .teaser-panel {
    grid-area: textarea;
    align-self: center;
  }
}
@media (min-width: 80em) {
  .teaser-panel {
    padding-inline-start: 2.5rem;
    padding-inline-end: 2.5rem;
  }
}

.umbraco-forms-form {
  padding: 0 0px 10px 0px;
}

.umbraco-forms-caption {
  margin-bottom: 1.5rem;
  font-size: 2em;
  line-height: 1.25;
}

.umbraco-forms-field {
  clear: both;
}
.umbraco-forms-field + .umbraco-forms-field {
  margin-top: 2.4rem;
}

.umbraco-forms-label + .umbraco-forms-tooltip {
  margin-top: 0.75rem;
}

.umbraco-forms-field .umbraco-forms-tooltip {
  display: block;
  margin-bottom: 0.75rem;
}

.umbraco-forms-field div label {
  display: inline;
  cursor: pointer;
}

label.umbraco-forms-label {
  font-weight: 500;
  display: inline-block;
  background-color: transparent;
  cursor: pointer;
}

.umbraco-forms-form small {
  display: block;
  float: left;
  clear: both;
  padding: 5px 5px 5px 200px;
}

.umbraco-forms-form fieldset {
  padding: 1em 1em 0em 0em;
  margin: 0 0 1.5em 0;
  border: none;
}

.umbraco-forms-form .umbraco-forms-navigation {
  padding: 1em 0em;
}

.umbraco-forms-form legend {
  font-weight: normal;
  font-size: 1.5rem;
  line-height: 1.2em;
  display: block;
  font-weight: 500;
}

.umbraco-forms-form input {
  appearance: auto;
}

.umbraco-forms-form input.text,
.umbraco-forms-form input.title,
.umbraco-forms-form textarea,
.umbraco-forms-form select {
  margin: 0.5em 0;
  border: 1px solid #A7A7A7;
  color: #1f1e1e;
  border-radius: 0;
  background-color: white;
}

.umbraco-forms-form input.text,
.umbraco-forms-form textarea,
.umbraco-forms-form select {
  margin: 0;
  padding: 10px;
  border: 2px solid #A7A7A7;
  width: 100%;
}
[class*=background-]:not([class*=lightgrey]) .umbraco-forms-form input.text,
[class*=background-]:not([class*=lightgrey]) .umbraco-forms-form textarea,
[class*=background-]:not([class*=lightgrey]) .umbraco-forms-form select {
  border-color: white;
}

.umbraco-forms-field-wrapper {
  margin-top: 10px;
}
@media (min-width: 768px) {
  .date .umbraco-forms-field-wrapper, .fileupload .umbraco-forms-field-wrapper, .postcode .umbraco-forms-field-wrapper, .phonenumber .umbraco-forms-field-wrapper {
    width: 50%;
  }
}

.umbraco-forms-form input.fileupload {
  height: auto;
}

.umbraco-forms-form span.checkboxlist,
.umbraco-forms-form span.radiobuttonlist,
.umbraco-forms-form span.checkbox {
  display: block;
}

.umbraco-forms-form .checkboxlist label {
  float: left;
  clear: left;
}

.umbraco-forms-form .checkboxlist input,
.umbraco-forms-form .radiobuttonlist input,
.umbraco-forms-form .checkbox input {
  width: 20px;
  height: 20px;
  border: none;
  display: inline;
  vertical-align: top;
  cursor: pointer;
}

.umbraco-forms-form .hiddenfield {
  display: none;
}

.umbraco-forms-button {
  margin-right: 10px;
  padding: 2px 10px;
}

.umbraco-forms-error-message {
  padding: 0.8em;
  margin-bottom: 0.5em;
  border: 2px solid #FBC2C4;
}

.umbraco-forms-error-message {
  background-color: #FBE3E4;
  color: #8a1f11;
}

.umbraco-forms-form input.contourError,
.umbraco-forms-form textarea.contourError,
.umbraco-forms-form input.input-validation-error,
.umbraco-forms-form textarea.input-validation-error {
  background-color: #FBE3E4;
  border-color: #FBC2C4;
}

.umbraco-forms-form span.contourError,
.umbraco-forms-form span.field-validation-error {
  color: #8a1f11;
  background-color: transparent;
}
[class*=background-] .umbraco-forms-form span.contourError,
[class*=background-] .umbraco-forms-form span.field-validation-error {
  color: white;
}

.umbraco-forms-form #recaptcha_widget_div {
  margin-left: 200px;
}

.umbraco-forms-form .field-validation-error {
  padding-left: 5px;
}

.umbraco-forms-hidden {
  display: none;
}

.umbraco-forms-form .fileupload .umbraco-forms-field-wrapper {
  padding: 10px;
  background-color: white;
  color: black;
}

.umbraco-forms-form .richtext :is(h2, h3, ul, p) + :not([class]) {
  margin-block-start: 1rem;
}
.umbraco-forms-form .richtext h3 {
  font-size: 1.5rem;
}
.umbraco-forms-form .richtext ul, .umbraco-forms-form .richtext ol {
  margin-left: 0;
}
.umbraco-forms-form .richtext ul > * + *, .umbraco-forms-form .richtext ol > * + * {
  margin-block-start: 0.75rem;
}

.accordion-item {
  background: rgba(0, 0, 0, 0.05);
  border-bottom: 1px solid #23408f;
  border-top: 2px solid #ffffff;
}
.accordion-item__title {
  font-size: 1.125rem;
  text-transform: none;
  font-family: "Roboto", arial, sans-serif;
  margin: 0;
  transition: all 0.3s ease-in-out;
}
.accordion-item__toggle {
  position: relative;
  width: 100%;
  padding: 15px 80px 15px 15px;
  font-size: inherit;
  background-color: transparent;
  border: none;
  text-align: left;
  font-weight: 500;
}
.accordion-item__toggle:after {
  font-size: 1.5rem;
  content: "+";
  display: flex;
  width: 30px;
  height: 30px;
  background: #ffffff;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  right: 15px;
  transform: translateY(-50%);
  align-items: center;
  justify-content: center;
  text-align: center;
  color: #23408f;
  transition: all 0.3s ease-in-out;
  pointer-events: none;
}
.inverness .accordion-item__toggle:after, .wes .accordion-item__toggle:after {
  color: #007EB6;
}
.emsp .accordion-item__toggle:after {
  color: #B11B83;
}
.enterprise .accordion-item__toggle:after {
  color: #6C3685;
}
.osw .accordion-item__toggle:after {
  color: #81c4ee;
}
.accordion-item__toggle:hover {
  color: #23408f;
}
.inverness .accordion-item__toggle:hover, .wes .accordion-item__toggle:hover {
  color: #007EB6;
}
.emsp .accordion-item__toggle:hover {
  color: #B11B83;
}
.enterprise .accordion-item__toggle:hover {
  color: #6C3685;
}
.accordion-item__toggle:hover:after {
  color: #ffffff;
  background: #23408f;
}
.inverness .accordion-item__toggle:hover:after, .wes .accordion-item__toggle:hover:after {
  background: #007EB6;
}
.emsp .accordion-item__toggle:hover:after {
  background: #B11B83;
}
.enterprise .accordion-item__toggle:hover:after {
  background: #6C3685;
}
.osw .accordion-item__toggle:hover:after {
  background: #81c4ee;
}
.accordion-item__toggle[aria-expanded=true]:after {
  content: "-";
}
@media (min-width: 992px) {
  .accordion-item__toggle {
    padding: 15px 80px 15px 20px;
  }
  .accordion-item__toggle:after {
    right: 20px;
  }
}
.accordion-item__content:not(.accordion-item__content--is-open) {
  display: none;
}
.accordion-item__content-inner {
  padding: 1.5rem 1.375rem;
}
.accordion-item__content-inner img {
  max-width: 100%;
  display: block;
}
.inverness .accordion-item, .wes .accordion-item {
  border-bottom: 1px solid #007EB6;
}
.emsp .accordion-item {
  border-bottom: 1px solid #B11B83;
}
.enterprise .accordion-item {
  border-bottom: 1px solid #6C3685;
}
.osw .accordion-item {
  border-bottom: 1px solid #81c4ee;
}
.accordion-item:first-child {
  border-top: none;
}

@media (min-width: 64em) {
  .m-casestudyctas {
    display: grid;
    grid-template-columns: 2fr 1fr;
    gap: 4rem;
  }
}
.m-casestudyctas__image {
  align-self: flex-end;
}
@media (max-width: 63.99em) {
  .m-casestudyctas__image {
    display: none;
  }
}
.m-casestudyctas__items {
  display: flex;
  flex-direction: column;
  gap: 2rem;
}
@media (min-width: 48em) {
  .m-casestudyctas__items {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (min-width: 80em) {
  .m-casestudyctas__items {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

.contact-panel {
  border-radius: 1.5rem;
}
.contact-panel__wrapper {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}
@media (min-width: 64em) {
  .contact-panel__wrapper {
    display: grid;
    grid-template-columns: repeat(12, minmax(0, 1fr));
  }
}
.contact-panel__media {
  display: block;
  align-self: flex-end;
}
@media (min-width: 64em) {
  .contact-panel__media {
    grid-column: 1/7;
  }
}
@media (min-width: 80em) {
  .contact-panel__media {
    grid-column-end: 6;
  }
}
@media (min-width: 87.5em) {
  .contact-panel__media {
    grid-column-end: 5;
  }
}
.contact-panel__content {
  padding: 2.5rem;
}
@media (max-width: 63.99em) {
  .contact-panel__content--no-image {
    padding: 2.5rem;
  }
}
@media (min-width: 64em) {
  .contact-panel__content {
    grid-column: 7/12;
    align-self: center;
    padding: 3.75rem 0;
  }
}

.module--feedback-form {
  margin-top: 2rem;
  padding-top: 2rem;
  border-top: 1px solid blue;
}
.module--feedback-form .ds_wrapper {
  padding-top: 2.5rem;
}
.module--feedback-form .ds_feedback-form__main {
  margin-top: 3rem;
}
.module--feedback-form .ds_feedback-form__main form fieldset .ds_field-group {
  margin-top: 2rem;
}

.user-feedback-form {
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 1.5rem;
  padding-left: 1.5rem;
}
.user-feedback-form__title {
  margin: 0 0 0.5rem;
  text-transform: uppercase;
  font-size: 1.125rem;
  line-height: 1em;
  color: #6B6B6B;
}
.user-feedback-form__title--sub {
  display: block;
  font-weight: 700;
  margin-left: 0;
  margin-bottom: 0.75rem;
}
.user-feedback-form fieldset {
  border: 0;
}
.user-feedback-form legend {
  font-size: 2rem;
  font-weight: 700;
  margin-bottom: 16px;
  color: #142143;
}
.user-feedback-form label {
  cursor: pointer;
}
.user-feedback-form textarea {
  margin-bottom: 16px;
}
.user-feedback-form .reveal-content {
  display: none;
  margin-top: 16px;
  padding-left: 16px;
  position: relative;
}
.user-feedback-form .reveal-content:before {
  content: "";
  background-color: #b3b3b3;
  bottom: 0;
  left: -22px;
  position: absolute;
  top: 0;
  width: 4px;
}
.user-feedback-form .reveal-content__prompt {
  margin-bottom: 1.25rem;
}
.user-feedback-form .feedback-radio {
  position: relative;
  margin-bottom: 16px;
  margin-left: -8px;
  padding-left: 40px;
}
.user-feedback-form .feedback-radio:last-of-type {
  margin-bottom: 0;
}
.user-feedback-form .feedback-radio__input {
  position: absolute;
  opacity: 0;
  height: 1.5rem;
  left: 0.5rem;
  top: 0.5rem;
  width: 1.5rem;
}
.user-feedback-form .feedback-radio__input:focus-visible + .feedback-radio__label:before {
  outline: 3px solid #fdd522;
  outline-offset: 2px;
}
.user-feedback-form .feedback-radio__label {
  display: inline-block;
  margin-bottom: 4px;
  padding: 4px 32px 4px 16px;
  font-size: 1.125rem;
  color: #142143;
}
.user-feedback-form .feedback-radio__label:before {
  content: "";
  position: absolute;
  left: 8px;
  top: 4px;
  width: 1.5rem;
  height: 1.5rem;
  background-color: white;
  border: 2px solid currentColor;
  border-radius: 50%;
}
.user-feedback-form .feedback-radio__label:after {
  content: "";
  position: absolute;
  top: 12px;
  left: 16px;
  bottom: calc(100% - 40px);
  right: calc(100% - 40px);
  width: 0;
  height: 0;
  border: 6px solid currentColor;
  background-color: currentColor;
  border-radius: 50%;
  opacity: 0;
}
.user-feedback-form .feedback-label {
  color: #142143;
  display: inline-block;
  font-weight: 700;
  font-size: 1.125rem;
  margin-bottom: 12px;
}
.user-feedback-form .feedback-input {
  background-color: #fff;
  border: 2px solid currentColor;
  border-radius: 0;
  display: block;
  line-height: 2rem;
  min-height: 3rem;
  padding: 0.375rem 0.625rem;
  width: 100%;
}
.user-feedback-form .select-wrapper {
  display: grid;
  grid-template-columns: 1fr auto;
  margin-bottom: 1.5rem;
  max-width: max-content;
  min-width: 10em;
  background-color: white;
}
.user-feedback-form .select-wrapper select {
  appearance: none;
  background-color: rgba(0, 0, 0, 0);
  border-radius: 0;
  border: 2px solid currentColor;
  min-height: 3rem;
  outline: 2px solid rgba(0, 0, 0, 0);
  outline-offset: -2px;
  padding: 0.5rem 3rem 0.5rem 0.75rem;
}
.user-feedback-form .select-wrapper .select-arrow {
  grid-area: 1/2/1/2;
  background: #23408F;
  display: block;
  width: 3rem;
  outline: 2px solid rgba(0, 0, 0, 0);
  outline-offset: -2px;
  pointer-events: none;
  position: relative;
}
.user-feedback-form .error-summary {
  margin-top: 2rem;
  margin-bottom: 2rem;
  border: 4px solid #d32205;
  padding: 20px 28px;
}
.user-feedback-form .question__error-message {
  margin-bottom: 0.5rem;
  color: #d32205;
  font-weight: 700;
}
.user-feedback-form .feedback-submit-btn {
  background-color: white !important;
  color: #23408F !important;
}
.user-feedback-form .feedback-submit-btn:hover {
  background-color: #23408F !important;
  color: white !important;
}
.user-feedback-form :checked ~ .reveal-content {
  display: block;
}
.user-feedback-form .feedback-radio__input:checked + .feedback-radio__label::after {
  opacity: 1;
}

.hero-banner {
  position: relative;
  background-color: #008290;
  color: white;
}
.hero-banner__wrapper {
  display: flex;
  flex-wrap: wrap;
  margin-left: -1.5rem;
  margin-right: -1.5rem;
}
@media (max-width: 47.99em) {
  .hero-banner__wrapper {
    flex-direction: column-reverse;
  }
}
.hero-banner__content {
  position: relative;
  width: 100%;
  padding: 2rem 1rem;
  z-index: 1;
}
@media (min-width: 48em) {
  .hero-banner__content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 60%;
    padding: 5rem 2rem 5rem 1rem;
  }
}
@media (min-width: 80em) {
  .hero-banner__content {
    width: 50%;
    padding-left: 2rem;
  }
}
@media (min-width: 87.5em) {
  .hero-banner__content {
    padding-top: 12.5rem;
    padding-bottom: 12.5rem;
  }
}
.hero-banner__text {
  max-width: 33.75rem;
}
.hero-banner__btn {
  display: inline-block;
  position: relative;
  border-radius: 1.5rem;
  padding: 0.5rem 1.25rem;
  text-decoration: none;
  text-transform: initial;
  font-weight: 500;
  border: 2px solid;
  z-index: 10;
  transition: background-color 0.3s ease, color 0.3s ease;
  width: fit-content;
  cursor: pointer;
}
.hero-banner__btn:focus-visible {
  background-color: #fdd522 !important;
  color: #142143 !important;
  outline: none !important;
  box-shadow: none !important;
}
@media (min-width: 48em) {
  .hero-banner--diagonal .hero-banner__btn--primary {
    border-color: transparent;
    background-color: #23408F;
    color: white;
  }
  .hero-banner--diagonal .hero-banner__btn--primary:hover {
    background-color: #142143;
    color: white;
    border-color: white;
  }
}
.hero-banner__btn--secondary {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  padding: 0.25rem;
  background-color: transparent;
  color: white;
  border-color: transparent;
  border-radius: 0;
}
.hero-banner__box {
  display: block;
  width: 100%;
}
@media (min-width: 48em) {
  .hero-banner__box {
    display: flex;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    overflow: hidden;
    width: 40%;
  }
}
@media (min-width: 80em) {
  .hero-banner__box {
    width: 50%;
  }
}
.hero-banner__image {
  height: 100%;
  width: 100%;
  object-fit: cover;
  object-position: center;
}
.hero-banner__image[src*=".svg"] {
  object-fit: contain;
  object-position: center bottom;
}
@media (min-width: 48em) {
  .hero-banner--diagonal .hero-banner__image {
    clip-path: polygon(20% 0%, 100% 0, 100% 100%, 0% 100%);
  }
}
@media (min-width: 48em) {
  .hero-banner--diagonal {
    color: white !important;
  }
  .hero-banner--diagonal:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(135deg, rgb(4, 7, 13) 0%, rgba(255, 255, 255, 0) 100%);
  }
  .hero-banner--diagonal[class*=bg-white]:before {
    content: none;
  }
}

.m-heropanel {
  position: relative;
}
.m-heropanel[class*=background-] {
  padding-top: 2rem;
  padding-bottom: 2rem;
}
.m-heropanel__image {
  position: relative;
  border-radius: 1.5rem;
  overflow: hidden;
}
.m-heropanel__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.m-heropanel__image--reset {
  border-radius: 0;
}
@media (min-width: 48em) {
  .m-heropanel[class*=background-] {
    padding: 3.75rem 0;
  }
}
@media (min-width: 64em) {
  .m-heropanel__content {
    grid-area: textarea;
    align-self: center;
    padding-right: 2.5rem;
  }
}

section + .m-heropanel:not([class*=background-]) {
  margin-top: 3.75rem;
}

.m-highlightsicons {
  --card-gutter: 1.5rem;
}
.m-highlightsicons__cards {
  margin-top: 2.5rem;
}
.m-highlightsicons__card {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  margin-left: 0.75rem;
  margin-right: 0.75rem;
}
.m-highlightsicons__card-media {
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  border-radius: 1.5rem;
  margin-bottom: var(--card-gutter);
  height: 220px;
}
.m-highlightsicons__card-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.m-highlightsicons__card-media img.is-svg {
  object-fit: contain;
}
.m-highlightsicons__card-link {
  gap: 0.25rem;
}

.m-iconbanner {
  display: flex;
  align-items: center;
}
.section-block:not([class*=bg-]) .m-iconbanner {
  border-bottom: 1px solid #142143;
}
.m-iconbanner__header {
  padding: clamp(2.5rem, 1.786vw + 2.143rem, 3.75rem) 0;
}
@media (min-width: 64em) {
  .m-iconbanner__header:not(.m-iconbanner__header--pad) {
    padding: 1rem 3rem 1rem 0;
  }
}
@media (min-width: 80em) {
  .m-iconbanner__header:not(.m-iconbanner__header--pad) {
    padding: 0;
  }
}
.section-block:not([class*=bg-]) .m-iconbanner__header {
  color: #142143;
}
.m-iconbanner__icon {
  position: relative;
  display: none;
  justify-content: flex-end;
  overflow: hidden;
}
.m-iconbanner__icon img {
  position: relative;
  width: 100%;
  z-index: 1;
  border-radius: 50%;
  background-color: #142143;
}
.m-iconbanner__icon svg {
  position: absolute;
  width: 100%;
  height: 100%;
  transform: rotate(90deg);
}
.m-iconbanner__icon svg line {
  stroke-width: 2px;
  stroke: #007DB2;
}
@media (min-width: 64em) {
  .m-iconbanner__icon {
    display: flex;
    height: 180px;
  }
}
.m-iconbanner__icon--inversed img {
  background-color: white;
}
@media (min-width: 64em) {
  .m-iconbanner:not(.m-iconbanner--no-icon) {
    display: grid;
    grid-template-columns: 1fr 180px;
    gap: 2rem;
  }
}

.m-imagetextbanner {
  position: relative;
  padding: clamp(2.5rem, 4.464vw + 1.607rem, 5.625rem) 0;
  background: #142143;
  overflow: hidden;
  color: white;
}
.m-imagetextbanner__content {
  position: relative;
  color: white;
  z-index: 50;
}
.m-imagetextbanner__content h1 {
  color: inherit;
}
.m-imagetextbanner__background {
  position: absolute;
  top: 0;
  right: 0;
  display: flex;
  height: 100%;
  width: 100%;
}
.m-imagetextbanner__background img {
  display: block;
  height: 100%;
}
.m-imagetextbanner__background:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: black;
  opacity: 0.65;
  z-index: 1;
}

.m-imagetextoverlay {
  position: relative;
}
.m-imagetextoverlay--solid {
  background-color: #142143;
}
@media (min-width: 64em) {
  .m-imagetextoverlay {
    display: flex;
    align-items: center;
  }
}
.m-imagetextoverlay__image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.m-imagetextoverlay__image picture {
  display: block;
  height: 100%;
}
.m-imagetextoverlay__image img {
  object-fit: cover;
  object-position: center;
  width: 100%;
  height: 100%;
}
.m-imagetextoverlay__panel {
  position: relative;
  width: 100%;
  padding: 1.5rem 0;
  z-index: 1;
}
@media (min-width: 64em) {
  .m-imagetextoverlay__panel {
    padding: 0 5rem;
  }
}
.m-imagetextoverlay__panel-content {
  background-color: rgba(255, 255, 255, 0.9);
  padding: 1.25rem;
}
@media (min-width: 64em) {
  .m-imagetextoverlay__panel-content {
    width: 50%;
    margin: 5rem 0 5rem auto;
    padding: 2.5rem;
  }
}

.osw .m-newslettersignup[class*=background-] {
  color: white;
}
.osw .m-newslettersignup[class*=background-] .text a,
.osw .m-newslettersignup[class*=background-] .text h2,
.osw .m-newslettersignup[class*=background-] .text h4,
.osw .m-newslettersignup[class*=background-] .text p, .osw .m-newslettersignup[class*=background-] .text label, .osw .m-newslettersignup[class*=background-] .text span,
.osw .m-newslettersignup[class*=background-] .form a,
.osw .m-newslettersignup[class*=background-] .form h2,
.osw .m-newslettersignup[class*=background-] .form h4,
.osw .m-newslettersignup[class*=background-] .form p,
.osw .m-newslettersignup[class*=background-] .form label,
.osw .m-newslettersignup[class*=background-] .form span {
  color: #ffffff !important;
}

.m-newslettersignup a {
  color: inherit;
}
[class*=lightgrey] .m-newslettersignup a {
  color: #1f1e1e !important;
}
.m-newslettersignup__panel {
  padding: 3.5rem 2.5rem 2.5rem;
  border-radius: 1.5rem;
  background-color: rgba(20, 33, 67, 0.15);
}
[class*=darkblue] .m-newslettersignup__panel {
  background-color: rgba(255, 255, 255, 0.2);
}
[class*=-blue] .m-newslettersignup__panel {
  background-color: rgba(255, 255, 255, 0.15);
}
.m-newslettersignup__form {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.m-newslettersignup__form input[type=email] {
  width: 100%;
  padding: 0.75rem 1.25rem;
  border-radius: 1.5rem;
  border: 2px solid #A7A7A7;
  background-color: white !important;
  color: #1f1e1e;
}
[class*=background] .m-newslettersignup__form input[type=email] {
  border-color: transparent;
}
.m-newslettersignup__form span.error {
  display: flex;
  margin: 0px 0 10px;
  color: #721c24;
  background-color: #f8d7da;
  border: 1px solid #f5c6cb;
  padding: 5px 15px;
  border-radius: 3px;
}
.m-newslettersignup__form a {
  color: inherit;
}
@media (min-width: 64em) {
  .m-newslettersignup__form {
    display: grid;
    grid-template-columns: 3fr 1fr;
  }
  .m-newslettersignup__form-privacy {
    grid-column: span 4/span 4;
  }
  .sidebar-card .m-newslettersignup__form {
    display: flex;
    flex-direction: column;
  }
}
.m-newslettersignup__checkbox {
  position: relative;
  margin: 1.2rem 0 0 -0.8rem;
}
.m-newslettersignup__checkbox span:not(.error), .m-newslettersignup__checkbox a:not(:focus-visible) {
  color: white !important;
}
.m-newslettersignup__checkbox input[type=checkbox] {
  position: absolute;
  top: 2px;
  left: 0;
  width: 20px;
  height: 20px;
}

.page-header {
  position: relative;
}
.page-header__wrapper {
  position: relative;
  display: flex;
  flex-direction: column;
  padding: 2rem 0;
  border-bottom: 2px solid #23408F;
}
@media (min-width: 64em) {
  .page-header__wrapper {
    padding: 3.875rem 0;
  }
  .page-header__wrapper--grid {
    display: grid;
    grid-template-columns: 1fr 2fr;
    gap: 3rem;
  }
}
.page-header__content {
  position: relative;
  width: 100%;
  padding: 2rem 1rem;
  z-index: 1;
}
@media (min-width: 48em) {
  .page-header__content {
    display: flex;
    flex-direction: column;
    width: 50%;
    padding: 5rem 2rem 5rem 1rem;
  }
  .page-header__content--centered {
    justify-content: center;
  }
}
@media (min-width: 80em) {
  .page-header__content {
    padding-left: 0;
  }
}
.page-header__text {
  max-width: 33.75rem;
}
.page-header__box {
  display: block;
  width: 100%;
}
@media (min-width: 48em) {
  .page-header__box {
    display: flex;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    overflow: hidden;
    width: 40%;
    justify-content: flex-end;
  }
}
@media (min-width: 80em) {
  .page-header__box {
    width: 50%;
  }
}

.m-quoteblock {
  margin: 2.5rem 0;
  padding: 4.5rem 0 0;
}
.m-quoteblock__quotation {
  position: relative;
  margin: 0;
  padding: 0 0 0 1.5rem;
  border-left: 5px solid #23408F;
}
[class*=background-]:not([class*=lightgrey]):not([class*=bluetint]):not([class*=white]) .m-quoteblock__quotation, [class*=bg-]:not([class*=light-grey]):not([class*=blue-tint]):not([class*=white]) .m-quoteblock__quotation {
  border-color: white;
}
@media (min-width: 48em) {
  .m-quoteblock__quotation {
    padding-left: 2.5rem;
  }
}
.m-quoteblock__quotation blockquote {
  margin: 0;
  padding: 0;
}
.m-quoteblock__quotation blockquote p {
  quotes: "“" "”";
  color: #142143;
}
.m-quoteblock__quotation blockquote p:before {
  position: absolute;
  top: -110px;
  left: -10px;
  content: open-quote;
  font-size: 140px;
  color: #23408F;
}
[class*=background-]:not([class*=lightgrey]):not([class*=bluetint]):not([class*=white]) .m-quoteblock__quotation blockquote p, [class*=bg-]:not([class*=light-grey]):not([class*=blue-tint]):not([class*=white]) .m-quoteblock__quotation blockquote p {
  color: white;
}
[class*=background-]:not([class*=lightgrey]):not([class*=bluetint]):not([class*=white]) .m-quoteblock__quotation blockquote p:before, [class*=bg-]:not([class*=light-grey]):not([class*=blue-tint]):not([class*=white]) .m-quoteblock__quotation blockquote p:before {
  color: white;
}
.m-quoteblock__quotation figcaption {
  display: block;
  font-style: normal;
  margin-top: 1.25rem;
}
.m-quoteblock--pad {
  padding-left: clamp(1rem, 2.143vw + 0.571rem, 2.5rem);
  padding-right: clamp(1rem, 2.143vw + 0.571rem, 2.5rem);
}
.section-block--inline .m-quoteblock {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}

.blog-content blockquote {
  margin: 0;
  padding: 0;
  font-family: "Roboto", sans-serif;
  font-size: 1.25rem;
  position: relative;
  border-left: 5px solid #23408f;
  padding-left: 20px;
  margin: 70px 0 40px;
}
@media (min-width: 992px) {
  .blog-content blockquote {
    font-size: 2rem;
    padding-left: 40px;
    margin: 100px 0 60px;
  }
}
.blog-content blockquote a {
  color: #1f1e1e;
}
.blog-content blockquote:before {
  content: "“";
  font-size: 80px;
  display: block;
  position: absolute;
  bottom: 100%;
  left: -8px;
  color: #23408f;
  font-family: Arial black, sans-serif;
}
@media (min-width: 992px) {
  .blog-content blockquote:before {
    font-size: 110px;
  }
}

.region-card {
  border: 1px solid #A7A7A7;
}
.region-card__text {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
  padding: 2.5rem 1rem 1.5rem;
  text-align: center;
}
.region-card__roundal {
  position: absolute;
  top: -1.25rem;
}
.region-card__title {
  font-size: 1.25rem;
}
.region-card__link:hover .region-card__title {
  text-decoration: underline;
  text-decoration-thickness: 2px;
  text-underline-offset: 4px;
}

/* 1. If list has 5 or more items then width reduces to 50% */
.m-relatedlinks__list {
  --list-gap: 1rem;
  --split-number: 5;
  margin: 0;
  padding: 0;
  list-style-type: none;
}
@media (min-width: 64em) {
  .m-relatedlinks__list:has(li:nth-child(5)) {
    column-count: 2;
  }
  .m-relatedlinks__list:has(li:nth-child(5)) li {
    display: flex;
    gap: 0.25rem;
  }
}
.m-relatedlinks__list-item {
  display: flex;
}
.m-relatedlinks__list-item + li {
  margin-top: 0.75rem;
}
@media (min-width: 48em) {
  .m-relatedlinks__list {
    --list-gap: 1.5rem;
    flex-wrap: wrap;
    border-left: 1px solid #A7A7A7;
    padding-left: 2.5rem;
  }
}
.m-relatedlinks__link {
  display: inline;
  gap: 0.5rem;
  font-weight: 500;
  text-decoration: none;
}
.m-relatedlinks__link-title {
  text-decoration: underline;
  text-underline-offset: 3px;
}
.m-relatedlinks__link-meta {
  margin-left: 0.375rem;
  font-weight: 400;
  color: #6B6B6B;
}
.m-relatedlinks__link:hover .m-relatedlinks__link-title {
  text-decoration: none;
}
.inverness .m-relatedlinks__link, .wes .m-relatedlinks__link {
  color: #007EB6;
}
.emsp .m-relatedlinks__link {
  color: #B11B83;
}
.enterprise .m-relatedlinks__link {
  color: #6C3685;
}
.osw .m-relatedlinks__link {
  color: #021859;
}

.results-list {
  display: flex;
  flex-wrap: wrap;
  gap: 1.5rem;
  margin: 2rem 0 0;
  padding: 0;
  list-style: none;
}
.results-list__item {
  width: 100%;
}
@media (min-width: 48em) {
  [data-featured-list=true] .results-list__item:nth-child(-n+2) {
    width: calc(50% - 1rem);
  }
}

.result-card {
  display: flex;
  width: 100%;
  border: 1px solid #A7A7A7;
  border-radius: 1.5rem;
}
[data-featured-list=true] .result-card {
  flex-direction: column;
  overflow: hidden;
  height: 100%;
}
.result-card--with-image {
  flex-direction: column;
  overflow: hidden;
}
@media (min-width: 48em) {
  .result-card--with-image {
    display: grid;
    grid-template-columns: 280px 1fr;
  }
}
.result-card__image-wrapper {
  border-top-left-radius: 1.5rem;
  border-top-right-radius: 1.5rem;
}
@media (min-width: 48em) {
  .result-card__image-wrapper {
    border-top-right-radius: 0;
    border-bottom-left-radius: 1.5rem;
  }
}
.result-card__preview-image {
  width: 100%;
  border-top-left-radius: 1.5rem;
  border-top-right-radius: 1.5rem;
  overflow: hidden;
}
@media (min-width: 48em) {
  .result-card__preview-image {
    width: 200px;
    border-top-right-radius: 0;
    border-bottom-left-radius: 1.5rem;
  }
}
[data-featured-list=true] .result-card__preview-image {
  height: 260px;
  width: 100%;
  border-bottom-left-radius: 0;
}
[data-featured-list=true] li:not(:nth-child(1)):not(:nth-child(2)) .result-card__preview-image {
  display: none;
  visibility: hidden;
}
.result-card__preview-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.result-card__inner {
  display: flex;
  flex: 1;
  flex-direction: column;
  padding: 1.5rem;
}
.result-card__header {
  display: flex;
  gap: 0.5rem;
}
@media (min-width: 48em) {
  .result-card__header {
    flex-direction: row;
    gap: 2rem;
    justify-content: space-between;
  }
}
.result-card__content {
  margin-bottom: 1rem;
}
.result-card__footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  margin-block-start: auto !important;
}
.result-card__footer--column {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
[data-featured-list=true] .result-card__footer {
  flex-wrap: wrap;
}
.result-card__actions {
  display: none;
  align-items: center;
  gap: 1rem;
  margin-left: auto;
}
.hie .result-card__actions {
  display: flex;
}
.result-card__actions svg {
  display: inline-block;
  vertical-align: middle;
}
.l-listings-grid .result-card__actions {
  color: white;
}
.result-card__title {
  flex: 1;
  color: #23408F;
}
.enterprise .result-card__title, .inverness .result-card__title, .wes .result-card__title {
  color: #142143;
}
.result-card__title a {
  text-decoration: none;
}
.result-card__title a:not(:focus-visible) {
  color: inherit;
}
.result-card__title a:hover {
  text-decoration: underline;
  text-decoration-thickness: 2px;
  text-underline-offset: 4px;
}
.result-card__label {
  display: inline-block;
  align-self: flex-start;
  padding: 0.25rem 1.25rem;
  text-transform: uppercase;
  background-color: #C1C9E0;
  font-size: 0.875rem;
  font-weight: 500;
  color: #23408F;
}
.result-card__tags {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  font-size: 0.875rem;
  line-height: 1rem;
}
.result-card__tags-group {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
}
.result-card__tags-list {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  margin: 0;
  padding: 0;
  list-style-type: none;
  color: #6B6B6B;
  font-weight: 500;
}
.result-card__tags-list li + li {
  position: relative;
  padding-left: 0.5rem;
}
.result-card__tags-list li + li:before {
  content: "";
  position: absolute;
  left: 0;
  height: 100%;
  width: 1px;
  background-color: #A7A7A7;
}
.result-card__btn {
  display: inline-block;
  position: relative;
  border-radius: 1.5rem;
  padding: 0.5rem 1.25rem;
  text-decoration: none;
  text-transform: initial;
  font-weight: 500;
  border: 2px solid;
  z-index: 10;
  transition: background-color 0.3s ease, color 0.3s ease;
  width: fit-content;
  cursor: pointer;
  display: flex;
  align-items: center;
  gap: 0.75rem;
  padding: 2px;
  border: none;
  border-radius: 0;
  background-color: transparent;
  color: inherit;
}
.result-card__btn svg {
  fill: none;
}
.result-card__btn.selected {
  color: white;
}
.result-card__btn.selected svg {
  fill: white;
}
.result-card__btn:hover {
  background-color: transparent;
  text-decoration: underline;
  text-decoration-thickness: 2px;
  text-underline-offset: 4px;
}

.results-list-load-more {
  display: flex;
  justify-content: center;
  margin-top: 2.5rem;
}

.results-list-tags {
  display: flex;
  gap: 1.5rem;
  margin-top: clamp(1.5rem, 1.2315rem + 1.3423vi, 2.5rem);
}
.results-list-tags .btn {
  padding-left: 2rem;
  padding-right: 2rem;
}
.results-list-tags .btn:not([aria-current=page]) {
  background-color: #E8EBF4;
  border-color: #E8EBF4;
  color: #142143;
}
.results-list-tags .btn:not([aria-current=page]):hover {
  background-color: #C1C9E0;
  border-color: #C1C9E0;
}

.m-statspanel {
  position: relative;
  overflow: hidden;
  z-index: 1;
}
.m-statspanel__items {
  margin: 2.5rem 0 0;
}
@media (min-width: 64em) {
  .m-statspanel__items {
    margin-bottom: 2.5rem;
  }
}
@media (min-width: 80em) {
  .m-statspanel__items--flex {
    display: flex;
    justify-content: center;
  }
}
@supports (display: grid) {
  .m-statspanel__items--grid {
    display: grid;
  }
  @media (min-width: 80em) {
    .m-statspanel__items--grid {
      grid-template-columns: repeat(4, minmax(0, 1fr));
    }
  }
}
.m-statspanel__item {
  position: relative;
  text-align: center;
}
@media (min-width: 48em) {
  .m-statspanel__item {
    padding: 0 2rem;
  }
}
@media (min-width: 80em) {
  .m-statspanel__item:not(:last-child):after {
    content: "";
    display: block;
    background: white;
    height: 2.5rem;
    width: 1px;
    position: absolute;
    top: calc(50% - 1.25rem);
    right: 1px;
  }
  [class*=lightgrey] .m-statspanel__item:not(:last-child):after {
    background-color: #1f1e1e;
  }
  .m-statspanel__items--flex .m-statspanel__item {
    width: 25%;
  }
}
.m-statspanel__stat {
  position: relative;
  font-size: 3.75rem;
  font-weight: 500;
  line-height: 1.25;
}
.m-statspanel__stat:before {
  content: attr(data-prefix);
}
.m-statspanel__stat:after {
  content: attr(data-suffix);
}
.m-statspanel .slick-list {
  padding-bottom: 30px;
  margin: 0 auto;
  width: 100%;
}
.m-statspanel .slick-track {
  margin: 0 auto;
}
.m-statspanel .slick-slide {
  outline: none;
}
.m-statspanel .slick-dots {
  width: 100%;
  margin: 0;
  padding: 0;
  text-align: center;
}
.m-statspanel .slick-dots li {
  display: inline-block;
  margin: 0 5px;
}
.m-statspanel .slick-dots li button {
  background: white;
  border: 2px solid white;
}
.m-statspanel .slick-dots li.slick-active button {
  background-color: black;
}
@media (min-width: 992px) {
  .m-statspanel .slick-track {
    display: flex;
    align-items: stretch;
  }
  .m-statspanel .slick-track .slick-slide {
    float: none;
    display: flex;
    align-items: stretch;
    height: auto;
    flex-direction: column;
  }
  .m-statspanel .slick-track .slick-slide > div {
    display: flex;
    align-items: stretch;
    width: 100%;
  }
}
@media (min-width: 1230px) {
  .m-statspanel .slick-list {
    padding-bottom: 0;
  }
}
.m-statspanel[class*=background-] .slick-dots button {
  border-color: white;
}
.m-statspanel[class*=background-] .slick-dots button[aria-selected] {
  background: white;
}
.m-statspanel[class*=background-] .slick-dots button:not([aria-selected]) {
  background-color: transparent;
}

.m-storyitems img {
  background-color: #142143;
  border-radius: 100%;
}
@media (max-width: 47.99em) {
  .m-storyitems {
    padding-top: 2.5rem;
  }
}
.m-storyitems__item {
  position: relative;
  display: flex;
  align-items: center;
  margin-bottom: 5rem;
}
@media (max-width: 47.99em) {
  .m-storyitems__item {
    flex-direction: column-reverse;
    gap: 1rem;
    margin-bottom: 2.5rem;
    text-align: center;
  }
}
@media (min-width: 48em) {
  .m-storyitems__item:nth-child(2n) .m-storyitems__item-text {
    order: 2;
  }
  .m-storyitems__item:nth-child(2n) .m-storyitems__item-icon {
    order: 1;
  }
  .m-storyitems__item:nth-child(2n) .m-storyitems__item-icon:after {
    transform: rotate(-45deg);
    transform-origin: top left;
  }
}
@media (min-width: 64em) {
  .m-storyitems__item:nth-child(2n) .m-storyitems__item-icon:after {
    transform: rotate(-60deg);
  }
}
.m-storyitems__item-text {
  position: relative;
  z-index: 50;
}
@media (min-width: 48em) {
  .m-storyitems__item-text {
    width: 50%;
  }
}
.m-storyitems__item-icon {
  display: flex;
  justify-content: center;
  position: relative;
  z-index: 9;
}
@media (min-width: 48em) {
  .m-storyitems__item-icon {
    width: 50%;
  }
}
.m-storyitems__item-icon::after {
  content: none;
  position: absolute;
  width: 2px;
  height: 700px;
  left: 50%;
  top: 50%;
  z-index: -1;
  transform: rotate(45deg);
  transform-origin: top right;
  background: url(../images/story-path.svg);
}
@media (min-width: 48em) {
  .m-storyitems__item-icon::after {
    content: "";
  }
}
@media (min-width: 64em) {
  .m-storyitems__item-icon::after {
    transform: rotate(60deg);
  }
}
.m-storyitems__item-icon img {
  width: 336px;
}
@media (max-width: 47.99em) {
  .m-storyitems__item-icon img {
    width: 148px;
  }
}
@media (max-width: 47.99em) {
  .story-intro .m-storyitems__item-icon {
    display: none;
  }
}
.story-intro .m-storyitems__item-icon:after {
  content: "";
  position: absolute;
  width: 2px;
  height: 400px;
  left: 50%;
  top: 50%;
  z-index: -1;
  transform: rotate(0deg);
  transform-origin: center;
  background: url(../images/story-path.svg);
}
.story-list > *:last-child .m-storyitems__item-icon:after {
  content: none;
}

.text-icon-list {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.text-icon-list__item {
  display: flex;
  gap: 1rem;
  align-items: center;
}
.text-icon-list__icon {
  width: 5.625rem;
  height: 5.625rem;
}
.text-icon-list__icon svg, .text-icon-list__icon img {
  display: block;
  width: 100%;
  height: 100%;
}
.text-icon-list__title {
  display: flex;
  flex-direction: column;
  flex: 1;
  gap: 0.5rem;
  font-size: 1rem;
}
.text-icon-list__title a {
  display: flex !important;
  align-items: center;
  gap: 0.5rem;
  font-size: 1.125rem;
  text-decoration: none;
}
.text-icon-list__title a:hover {
  text-decoration: underline;
  text-decoration-thickness: 2px;
  text-underline-offset: 4px;
}
.text-icon-list__title span:not(.text-icon-list__link-label) {
  display: block;
  padding-left: 2rem;
  width: 100%;
  font-family: "Roboto", Arial, Helvetica, sans-serif;
  font-weight: 400;
  font-size: 1rem;
}
.text-icon-list__link-label {
  position: relative;
  display: inline-flex;
  gap: 0.375rem;
  justify-content: center;
  align-items: start;
  font-weight: 500;
}
@media (min-width: 48em) {
  .text-icon-list {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 2rem;
  }
}

@media (min-width: 48em) {
  .m-textmediaslim__media {
    max-height: 500px;
  }
}
.m-textmediaslim__image {
  position: relative;
  border-radius: 1rem;
  overflow: hidden;
}
.m-textmediaslim__image img {
  display: block;
  max-height: 500px;
  margin-left: auto;
  margin-right: auto;
}
.m-textmediaslim__image .play {
  position: absolute;
  top: calc(50% - 1.875rem);
  left: calc(50% - 1.875rem);
  display: flex;
  align-items: center;
  justify-content: center;
  width: 3.75rem;
  height: 3.75rem;
  border: 2px solid white;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 50%;
  color: white !important;
  text-align: center;
  text-decoration: none;
  z-index: 1;
  transition: all 0.2s ease-in-out;
}
.m-textmediaslim__image .play:before {
  content: "";
  width: 100%;
  display: block;
  height: 100%;
  border-radius: 50%;
  background: #23408F;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%) scale(0);
  transform-origin: center;
  transition: transform 0.3s cubic-bezier(0.7, 0.25, 0.46, 0.85);
  z-index: -10;
}
.m-textmediaslim__image .play:hover {
  cursor: pointer;
}
.m-textmediaslim__image .play:hover:before {
  transform: translate(-50%, -50%) scale(1.1);
}
.m-textmediaslim__image .play:focus-visible {
  background-color: #fdd522;
}
@media (min-width: 64em) {
  .m-textmediaslim__image {
    border-radius: 1.5rem;
  }
}
.m-textmediaslim__caption {
  margin-top: 0.75rem;
}
@media (min-width: 48em) {
  .m-textmediaslim__content {
    grid-area: textarea;
    align-self: center;
    padding-right: 2.5rem;
  }
}

.text-media {
  position: relative;
}
.text-media__wrapper {
  position: relative;
  display: flex;
  flex-direction: column;
  z-index: 1;
  --grid-cols: 2;
  --grid-gap: 1.5rem;
  --containerWidth: 90rem;
  --totalGutters: calc(var(--grid-cols) - 1);
  --gutterCalculation: calc(var(--totalGutters) * var(--grid-gap));
  --recalculatedContainer: calc(var(--containerWidth) - var(--gutterCalculation));
  --contentContainer: calc( var(--recalculatedContainer) / var(--grid-cols) );
}
@media (min-width: 64em) {
  .text-media__wrapper {
    display: grid;
    grid-template-columns: minmax(0.25rem, 1fr) repeat(var(--grid-cols), minmax(0, var(--contentContainer))) minmax(0.25rem, 1fr);
    gap: var(--grid-gap);
  }
}
.text-media__content {
  width: 100%;
  padding: 2rem 1.5rem;
}
@media (min-width: 64em) {
  .text-media__content {
    display: flex;
    grid-row: 1/2;
    grid-column: 2/3;
    flex-direction: column;
    justify-content: center;
    padding: 5rem 3rem 5rem 0;
  }
  .text-media--reversed .text-media__content {
    grid-column: 3/4;
    padding: 5rem 0 5rem 3rem;
  }
}
.text-media__media {
  position: relative;
  display: block;
  width: 100%;
}
.text-media__media--rounded {
  border-radius: 1.5rem;
}
.text-media__media > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.text-media__media > img.is-svg {
  object-fit: contain;
}
@media (min-width: 64em) {
  .text-media__media {
    display: flex;
    grid-column: 3/5;
    overflow: hidden;
  }
  .text-media--reversed .text-media__media {
    grid-column: 1/3;
  }
  .text-media__media--inline {
    grid-column-end: 4;
  }
  .text-media--reversed .text-media__media--inline {
    grid-column-start: 2;
  }
}
.text-media__image {
  height: 100%;
  width: 100%;
  object-fit: cover;
  object-position: center;
}
.text-media__modal-link {
  position: absolute;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  transition: all 0.2s ease-in-out;
  width: 3.75rem;
  height: 3.75rem;
  border: 2px solid #ffffff;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 50%;
  color: white;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  text-indent: 2px;
  transform-origin: center;
  z-index: 500;
  text-decoration: none;
}
.text-media__modal-link:before {
  content: "";
  width: 100%;
  display: block;
  height: 100%;
  border-radius: 50%;
  background: #23408F;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%) scale(0);
  transform-origin: center;
  transition: transform 0.3s cubic-bezier(0.7, 0.25, 0.46, 0.85);
  z-index: -10;
}
.inverness .text-media__modal-link:before, .wes .text-media__modal-link:before {
  background: #007EB6;
}
.emsp .text-media__modal-link:before {
  background: #B11B83;
}
.enterprise .text-media__modal-link:before {
  background: #6C3685;
}
.text-media__modal-link:after {
  content: none;
}
.text-media__modal-link:hover {
  cursor: pointer;
}
.text-media__modal-link:hover:before {
  transform: translate(-50%, -50%) scale(1.1);
}
.text-media-carousel__slides {
  overflow: hidden;
}
.text-media-carousel__slide {
  position: relative;
  height: auto;
}
.text-media-carousel__footer {
  position: absolute;
  left: 0;
  bottom: 0;
  display: flex;
  align-items: center;
  gap: 1rem;
  width: 100%;
  min-height: 48px;
  background-color: white;
  padding: 5px 1rem;
  color: #1f1e1e;
}
.text-media-carousel__footer p {
  line-height: 1.2;
}
.text-media-carousel__count {
  font-weight: 700;
}
.text-media-carousel__description {
  width: calc(100% - 160px);
}
@media (min-width: 64em) {
  .text-media-carousel__description {
    width: calc(100% - 210px);
  }
}
.text-media-carousel__nav-btn {
  position: absolute;
  bottom: 0;
  right: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 2.5rem;
  height: 4rem;
  background-color: #23408F;
  border: none;
  color: white;
  font-size: 1.25rem;
  z-index: 500;
  transition: background-color 0.3s cubic-bezier(0.39, 0.575, 0.565, 1);
}
.text-media-carousel__nav-btn--prev {
  right: 2.5rem;
}
.text-media-carousel__nav-btn:hover {
  background-color: #142143;
}
@media (min-width: 48em) {
  .text-media-carousel__nav-btn {
    width: 5rem;
    height: 2.5rem;
  }
  .text-media-carousel__nav-btn--prev {
    right: 5rem;
  }
}
@media (min-width: 64em) and (max-width: 79.99em) {
  .text-media-carousel__nav-btn {
    height: 4rem;
  }
}
.text-media-carousel__modal-link {
  position: absolute;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  transition: all 0.2s ease-in-out;
  width: 3.75rem;
  height: 3.75rem;
  border: 2px solid #ffffff;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 50%;
  color: white;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  text-indent: 2px;
  transform-origin: center;
  z-index: 500;
  text-decoration: none;
}
.text-media-carousel__modal-link:before {
  content: "";
  width: 100%;
  display: block;
  height: 100%;
  border-radius: 50%;
  background: #23408F;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%) scale(0);
  transform-origin: center;
  transition: transform 0.3s cubic-bezier(0.7, 0.25, 0.46, 0.85);
  z-index: -10;
}
.inverness .text-media-carousel__modal-link:before, .wes .text-media-carousel__modal-link:before {
  background: #007EB6;
}
.emsp .text-media-carousel__modal-link:before {
  background: #B11B83;
}
.enterprise .text-media-carousel__modal-link:before {
  background: #6C3685;
}
.text-media-carousel__modal-link:after {
  content: none;
}
.text-media-carousel__modal-link:hover {
  cursor: pointer;
}
.text-media-carousel__modal-link:hover:before {
  transform: translate(-50%, -50%) scale(1.1);
}

.m-cardcomponent {
  width: 100%;
  float: left;
  position: relative;
  padding-left: 15px;
  padding-right: 15px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin-top: 20px;
}
@media (min-width: 0) {
  .m-cardcomponent {
    width: 100%;
  }
}
@media (min-width: 768px) {
  .m-cardcomponent {
    width: 50%;
  }
}
@media (min-width: 992px) {
  .m-cardcomponent {
    width: 25%;
  }
}
@media (min-width: 1230px) {
  .m-cardcomponent {
    width: 25%;
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media (min-width: 1460px) {
  .m-cardcomponent {
    width: 25%;
  }
}
.m-cardcomponent a {
  text-decoration: none;
}
.m-cardcomponent .inner {
  display: block;
  background: #ffffff;
  border: 1px solid #cdcecf;
  padding: 0;
  box-shadow: 0 0 0 rgba(0, 0, 0, 0);
  width: 100%;
  position: relative;
  font-weight: 400;
}
.profilenews .m-cardcomponent .inner {
  display: flex;
  flex-direction: column;
}
.profilenews .m-cardcomponent .inner .text {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .profilenews .m-cardcomponent .inner .text {
    flex: none;
  }
}
.m-cardcomponent .inner .image {
  overflow: hidden;
  width: 100%;
  position: relative;
}
.m-cardcomponent .inner .image img {
  transition: transform 0.3s ease-in-out;
  display: block;
  transform-origin: center;
  width: 100%;
}
.m-cardcomponent .inner .image .play {
  position: absolute;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  font-size: 2rem;
  width: 82px;
  height: 82px;
  border: 3px solid #ffffff;
  background: rgba(0, 0, 0, 0.2);
  border-radius: 41px;
  text-indent: 2px;
  color: #ffffff;
  text-align: center;
  text-decoration: none;
}
.m-cardcomponent .inner .image .summary {
  transition: all 0.5s cubic-bezier(0.7, 0, 0.3, 1);
  position: absolute;
  display: flex;
  align-content: center;
  justify-content: center;
  top: 100%;
  left: 0;
  height: 100%;
  width: 100%;
  text-align: center;
  display: none;
}
.m-cardcomponent .inner .image .summary:after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: #142143;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  opacity: 0.9;
}
.outer-hebrides .m-cardcomponent .inner .image .summary:after {
  background: #263253;
}
.m-cardcomponent .inner .image .summary p {
  position: absolute;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  padding: 25px;
  color: #ffffff;
  font-weight: 400;
  z-index: 10;
  margin: 0;
  display: block;
  width: 100%;
}
.m-cardcomponent .inner .text {
  font-size: 1.25rem;
  padding: 25px 20px 20px;
  text-align: center;
  position: relative;
  color: #1f1e1e;
}
.m-cardcomponent .inner .text:before {
  font-size: 2rem;
  content: ">";
  text-align: center;
  width: 40px;
  height: 40px;
  border-radius: 20px;
  position: absolute;
  top: -20px;
  left: 50%;
  margin-left: -20px;
  text-indent: 2px;
  color: #ffffff;
  background: #23408f;
  transition: transform 0.2s cubic-bezier(0.7, 0.25, 0.46, 0.85);
}
.inverness .m-cardcomponent .inner .text:before, .wes .m-cardcomponent .inner .text:before {
  background: #007EB6;
}
.emsp .m-cardcomponent .inner .text:before {
  background: #B11B83;
}
.enterprise .m-cardcomponent .inner .text:before {
  background: #6C3685;
}
.m-cardcomponent .inner .text .date {
  font-size: 0.875rem;
  margin-top: 20px;
  color: #23408f;
}
.m-cardcomponent .inner:hover {
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
}
.m-cardcomponent .inner:hover .image img {
  transition: transform 2s ease-in-out;
  transform: scale(1.05);
}
.m-cardcomponent .inner:hover .image .summary {
  top: 0;
}
.m-cardcomponent .inner:active .text:before {
  transform: scale(0.8);
}
@media (min-width: 768px) {
  .m-cardcomponent .inner .image .summary {
    display: block;
  }
}
@media (min-width: 1230px) {
  .m-cardcomponent {
    margin-top: 40px;
  }
}

@keyframes slide {
  0% {
    transform: translateX(0px);
  }
  50% {
    transform: translateX(10px);
  }
  100% {
    transform: translateX(0px);
  }
}
.m-cardcomponentbasic {
  width: 100%;
  float: left;
  position: relative;
  padding-left: 15px;
  padding-right: 15px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin-top: 20px;
}
@media (min-width: 0) {
  .m-cardcomponentbasic {
    width: 100%;
  }
}
@media (min-width: 768px) {
  .m-cardcomponentbasic {
    width: 50%;
  }
}
@media (min-width: 992px) {
  .m-cardcomponentbasic {
    width: 25%;
  }
}
@media (min-width: 1230px) {
  .m-cardcomponentbasic {
    width: 25%;
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media (min-width: 1460px) {
  .m-cardcomponentbasic {
    width: 25%;
  }
}
.m-cardcomponentbasic.three-col {
  width: 100%;
  float: left;
  position: relative;
  padding-left: 15px;
  padding-right: 15px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
@media (min-width: 0) {
  .m-cardcomponentbasic.three-col {
    width: 100%;
  }
}
@media (min-width: 768px) {
  .m-cardcomponentbasic.three-col {
    width: 100%;
  }
}
@media (min-width: 992px) {
  .m-cardcomponentbasic.three-col {
    width: 32.5%;
  }
}
@media (min-width: 1230px) {
  .m-cardcomponentbasic.three-col {
    width: 32.5%;
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media (min-width: 1460px) {
  .m-cardcomponentbasic.three-col {
    width: 32.5%;
  }
}
.m-cardcomponentbasic .inner {
  display: block;
  background: #653278;
  color: white;
  padding: 0;
  box-shadow: 0 0 0 rgba(0, 0, 0, 0);
  width: 100%;
  position: relative;
  font-weight: 400;
  text-decoration: none;
  text-align: center;
  padding: 30px 30px 88px 30px;
}
.osw .m-cardcomponentbasic .inner {
  background: #FFF !important;
}
.m-cardcomponentbasic .inner h3 {
  color: white;
}
.osw .m-cardcomponentbasic .inner h3 {
  color: #021859;
}
.m-cardcomponentbasic .inner .cta-arrow {
  position: absolute;
  bottom: 30px;
  left: 50%;
  transform: translateX(-50%);
}
.m-cardcomponentbasic .inner .cta-arrow svg {
  width: 36px;
}
.osw .m-cardcomponentbasic .inner .cta-arrow svg path {
  stroke: #021859;
}
.m-cardcomponentbasic h3 > a {
  text-decoration: none;
}
.m-cardcomponentbasic h3 > a:hover {
  text-decoration: underline;
}
.m-cardcomponentbasic__link {
  display: inline-block;
  text-decoration: none;
  color: inherit;
}
.m-cardcomponentbasic__link:hover {
  text-decoration: underline;
  color: inherit;
}
.outer-hebrides .m-cardcomponentbasic__link:not(:focus-visible), .enterprise .m-cardcomponentbasic__link:not(:focus-visible), .emsp .m-cardcomponentbasic__link:not(:focus-visible) {
  color: white;
}
.m-cardcomponentbasic__link::before {
  content: "";
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  right: 0;
  height: 100%;
  background: rgba(255, 255, 255, 0);
}
@media (min-width: 1230px) {
  .m-cardcomponentbasic {
    margin-top: 40px;
  }
}

.m-cardlist.cardlist-basic {
  padding: 50px 0;
}
@media (min-width: 992px) {
  .m-cardlist.cardlist-basic {
    padding: 80px 0;
  }
}
.m-cardlist.cardlist-basic .m-cardcomponentbasic:nth-child(8n+2) .inner {
  background: #008290;
}
.m-cardlist.cardlist-basic .m-cardcomponentbasic:nth-child(8n+3) .inner {
  background: #C94F08;
}
.m-cardlist.cardlist-basic .m-cardcomponentbasic:nth-child(8n+4) .inner {
  background: #007DB2;
}
.m-cardlist.cardlist-basic .m-cardcomponentbasic:nth-child(8n+5) .inner {
  background: #46763C;
}
.m-cardlist.cardlist-basic .m-cardcomponentbasic:nth-child(8n+6) .inner {
  background: #B11B83;
}
.m-cardlist.cardlist-basic .m-cardcomponentbasic:nth-child(8n+7) .inner {
  background: #75791D;
}
.m-cardlist.cardlist-basic .m-cardcomponentbasic:nth-child(8n+8) .inner {
  background: #52555B;
}

.carousel .slick-slide:nth-child(8n+2) .m-cardcomponentbasic .inner {
  background: #008290;
}
.carousel .slick-slide:nth-child(8n+3) .m-cardcomponentbasic .inner {
  background: #C94F08;
}
.carousel .slick-slide:nth-child(8n+4) .m-cardcomponentbasic .inner {
  background: #007DB2;
}
.carousel .slick-slide:nth-child(8n+5) .m-cardcomponentbasic .inner {
  background: #46763C;
}
.carousel .slick-slide:nth-child(8n+6) .m-cardcomponentbasic .inner {
  background: #B11B83;
}
.carousel .slick-slide:nth-child(8n+7) .m-cardcomponentbasic .inner {
  background: #75791D;
}
.carousel .slick-slide:nth-child(8n+8) .m-cardcomponentbasic .inner {
  background: #52555B;
}

.carousel .m-cardcomponentbasic:nth-child(8n+2) .inner {
  background: #008290;
}
.carousel .m-cardcomponentbasic:nth-child(8n+3) .inner {
  background: #C94F08;
}
.carousel .m-cardcomponentbasic:nth-child(8n+4) .inner {
  background: #007DB2;
}
.carousel .m-cardcomponentbasic:nth-child(8n+5) .inner {
  background: #46763C;
}
.carousel .m-cardcomponentbasic:nth-child(8n+6) .inner {
  background: #B11B83;
}
.carousel .m-cardcomponentbasic:nth-child(8n+7) .inner {
  background: #75791D;
}
.carousel .m-cardcomponentbasic:nth-child(8n+8) .inner {
  background: #52555B;
}

.m-card-event .inner .detail {
  background: linear-gradient(90deg, #23408f, #142143);
  padding: 20px;
  background-size: 100% 100%;
  transition: background-size 0.5s ease-in-out;
}
.m-card-event .inner .detail span,
.m-card-event .inner .detail h3 {
  color: #ffffff;
}
.m-card-event .inner .detail span.date {
  font-size: 1.5rem;
  font-family: "Roboto", sans-serif;
}
.m-card-event .inner .detail h3 {
  font-size: 1.125rem;
  margin: 10px 0 50px;
  font-family: "Roboto", arial, sans-serif;
  text-transform: none;
  font-weight: 300;
}
.m-card-event .inner .text {
  text-align: left;
}
.m-card-event .inner .text strong {
  font-weight: 500;
}
.m-card-event .inner:hover .detail {
  background-size: 400% 400%;
}

.m-contactlistingcard {
  width: 100%;
  float: left;
  position: relative;
  padding-left: 15px;
  padding-right: 15px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin-bottom: 30px;
}
@media (min-width: 0) {
  .m-contactlistingcard {
    width: 100%;
  }
}
@media (min-width: 768px) {
  .m-contactlistingcard {
    width: 50%;
  }
}
@media (min-width: 992px) {
  .m-contactlistingcard {
    width: 100%;
  }
}
@media (min-width: 1230px) {
  .m-contactlistingcard {
    width: 50%;
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media (min-width: 1460px) {
  .m-contactlistingcard {
    width: 50%;
  }
}
.m-contactlistingcard .inner {
  display: flex;
  flex-direction: column;
  border: 1px solid #cdcecf;
  position: relative;
}
.m-contactlistingcard .inner .e-initials {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #cdcecf;
  padding: 20px;
}
.m-contactlistingcard .inner .e-initials span {
  font-size: 2.5rem;
  font-family: "Roboto", sans-serif;
  width: 100px;
  height: 100px;
  border-radius: 50px;
  display: block;
  text-align: center;
  text-indent: 1px;
  background: #747774;
  color: #ffffff;
}
.m-contactlistingcard .inner .e-text {
  width: 100%;
  padding: 20px;
}
.m-contactlistingcard .inner .e-text h3 {
  font-family: "Roboto", arial, sans-serif;
  text-transform: none;
  letter-spacing: 0px;
  margin: 0;
}
.m-contactlistingcard .inner .e-text p {
  margin: 0;
}
.m-contactlistingcard .inner .e-text p.title {
  font-size: 0.75rem;
  opacity: 0.7;
  margin-bottom: 20px;
}
.m-contactlistingcard .inner .e-text .contact {
  display: flex;
  flex-wrap: wrap;
  margin-top: 20px;
  color: #318731;
}
.inverness .m-contactlistingcard .inner .e-text .contact, .wes .m-contactlistingcard .inner .e-text .contact {
  color: #007EB6;
}
.emsp .m-contactlistingcard .inner .e-text .contact {
  color: #B11B83;
}
.enterprise .m-contactlistingcard .inner .e-text .contact {
  color: #6C3685;
}
.m-contactlistingcard .inner .e-text .contact span {
  margin-right: 20px;
}
@media (pointer: fine) {
  .m-contactlistingcard .inner .e-text .contact span.tel a {
    pointer-events: none;
    background: none;
  }
}
.m-contactlistingcard .inner .e-text .contact a {
  font-weight: 400;
  word-break: break-all;
}
@media (min-width: 992px) {
  .m-contactlistingcard .inner {
    flex-direction: row;
  }
  .m-contactlistingcard .inner .e-initials {
    width: 150px;
  }
  .m-contactlistingcard .inner .e-text {
    width: calc(100% - 150px);
  }
}
@media (min-width: 1230px) {
  .m-contactlistingcard .inner .e-text {
    padding: 25px 40px;
  }
}

.m-dashboardlist {
  padding: 30px 0;
}
.m-dashboardlist h2 {
  font-size: 2rem;
  margin-bottom: 30px;
  color: #23408f;
}
.m-dashboardlist .e-slickcount {
  display: flex;
  width: 100%;
  justify-content: center;
}
.m-dashboardlist .e-slickcount div {
  margin: 0 2px;
}
.m-dashboardlist .e-viewmore {
  text-align: center;
  display: none;
  flex-direction: column;
  align-items: center;
  margin-top: 30px;
  width: 100%;
}
.m-dashboardlist .e-viewmore span {
  font-size: 0.75rem;
  color: #142143;
  float: none;
  font-weight: 600;
}
.m-dashboardlist .e-viewmore .btn {
  margin-top: 15px;
}
.m-dashboardlist .e-viewmore.centre {
  align-items: center;
}
.m-dashboardlist .slick-list {
  padding: 0 30px 0 15px;
  margin-left: -15px;
  margin-right: -15px;
}
.m-dashboardlist .slick-track {
  display: flex !important;
}
.m-dashboardlist .pagingInfo {
  text-align: center;
  display: none;
}
@media (max-width: 992px) {
  .m-dashboardlist .pagingInfo {
    display: block;
  }
}
@media (max-width: 992px) {
  .m-dashboardlist .m-listingitem {
    height: inherit !important;
    margin-right: 15px;
  }
}
.m-dashboardlist .m-listingitem .e-image {
  display: none;
}
@media (max-width: 1100px) {
  .m-dashboardlist .m-listingitem .e-text .buttons.myhie a.btn {
    width: 100%;
    margin-bottom: 15px;
  }
}
@media (min-width: 768px) {
  .m-dashboardlist .m-listingitem .e-image {
    display: block;
  }
}
@media (min-width: 992px) {
  .m-dashboardlist h2 {
    font-size: 2.5rem;
  }
  .m-dashboardlist .e-slickcount {
    display: none;
  }
  .m-dashboardlist .e-viewmore {
    display: flex;
  }
}

.dropdown {
  width: 100%;
  position: relative;
  z-index: 20;
  display: none;
  margin-bottom: 15px;
}
.dropdown.active .top:before {
  height: 4px;
}
.dropdown .hidden {
  position: absolute;
  z-index: -1;
  opacity: 0;
}
.dropdown.m-form {
  margin-top: 0;
  margin-bottom: 0;
  margin-left: auto;
  position: relative;
}
.dropdown.m-form label {
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
}
.dropdown.m-form input {
  padding: 12px 15px;
}
.dropdown .top {
  padding: 10px 60px 12px 10px;
  background: #f3f3f2;
  transition: all 0.3s ease-in-out;
  position: relative;
}
.dropdown .top:hover {
  color: #ffffff;
  background: #23408f;
  cursor: pointer;
}
.dropdown .top:hover:before {
  background: #23408f;
}
.dropdown .top.open:after {
  font-size: 1.5rem;
  content: "‒";
  font-weight: 500;
  font-family: "Roboto", arial, sans-serif;
}
.dropdown .top:before {
  transition: all 0.3s ease-in-out;
  content: "";
  display: block;
  width: 100%;
  height: 2px;
  background: #23408f;
  position: absolute;
  bottom: 0;
  left: 0;
}
.dropdown .top:after {
  font-size: 1.75rem;
  content: "▼";
  display: block;
  text-align: center;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background: #ffffff;
  color: #23408f;
  position: absolute;
  right: 15px;
  top: 50%;
  transform: translateY(-50%);
}
.dropdown__title {
  margin: 0;
}
.dropdown__title-btn {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin: 0;
  padding: 1.2rem;
  border-radius: 0;
  border: none;
  border-bottom: 2px solid #23408f;
  background: #f3f3f2;
  text-align: left;
  font-family: "Roboto", arial, sans-serif;
  font-weight: normal;
  font-size: 1rem;
  color: #1f1e1e;
}
.dropdown__title-btn span {
  flex: 1;
  pointer-events: none;
}
.dropdown__title-btn svg {
  width: 14px;
  height: 14px;
  fill: currentColor;
  pointer-events: none;
}
.dropdown__body:not(.js-expanded) {
  display: none;
}
.dropdown__filters {
  padding: 2rem 1rem;
  background: #f3f3f2;
}
.dropdown__filters ul {
  display: block;
  width: 100%;
  list-style: none;
  margin: 0;
  padding: 0;
}
.dropdown__filters ul li {
  margin: 0;
  padding: 0;
}
.dropdown__checkbox {
  position: relative;
  display: block;
  padding-left: 40px;
}
.dropdown__checkbox input {
  width: 44px;
  height: 44px;
  position: absolute;
  left: -2px;
  top: -2px;
  opacity: 0;
}
.dropdown__checkbox label {
  margin: 0;
  padding: 8px 4px;
  font-size: 1rem;
  font-weight: 400;
  color: #1f1e1e;
  display: inline-block;
}
.dropdown__checkbox label:before, .dropdown__checkbox label:after {
  content: " ";
  position: absolute;
}
.dropdown__checkbox label:before {
  left: 8px;
  top: 8px;
  width: 20px;
  height: 20px;
  border: 2px solid #111111;
  background-color: #ffffff;
}
.dropdown__checkbox label:after {
  width: 10px;
  height: 5px;
  left: 13px;
  top: 14px;
  bottom: calc(100% - 40px);
  right: calc(100% - 40px);
  opacity: 0;
  transform: rotate(-45deg);
  border-top-color: black;
  background-color: black;
  border-style: solid;
  border-width: 0 0 3px 3px;
}
.dropdown-mobile {
  position: relative;
  z-index: 20;
  padding: 0;
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  z-index: 40;
}
.dropdown-mobile:after {
  content: "";
  height: 0;
  clear: both;
  display: block;
  visibility: hidden;
}
.dropdown-mobile .e-resulttext {
  position: relative;
  top: auto;
  left: auto;
  display: block;
  margin: 0 auto 0 0;
}
.dropdown-mobile.open {
  z-index: 999999;
}
.dropdown-mobile .top-toggle {
  padding: 12px 60px 12px 10px;
  background: #f3f3f2;
  border: none;
  border-bottom: 2px solid #318731;
  transition: all 0.3s ease-in-out;
  position: relative;
  width: 100%;
  text-align: left;
}
.dropdown-mobile .top-toggle.active {
  border-width: 5px;
}
.dropdown-mobile .top-toggle:hover {
  color: #ffffff;
  background: #23408f;
  cursor: pointer;
  border-color: #23408f;
}
.dropdown-mobile .top-toggle-mobile {
  position: relative;
  z-index: 20;
  padding: 0 15px;
  width: 100%;
}
.dropdown-mobile .top-toggle-mobile:after {
  content: "";
  height: 0;
  clear: both;
  display: block;
  visibility: hidden;
}
.dropdown-mobile .top-toggle-mobile:after {
  font-size: 1.25rem;
  content: "‒";
  font-weight: 500;
  font-family: "Roboto", arial, sans-serif;
}
.dropdown-mobile .top-toggle:after {
  font-size: 1.25rem;
  content: "▼";
  display: flex;
  justify-content: center;
  align-items: center;
  width: 1.875rem;
  height: 1.875rem;
  border-radius: 50%;
  background: #ffffff;
  color: #318731;
  position: absolute;
  right: 1rem;
  top: 50%;
  transform: translateY(-50%);
}
.dropdown-mobile .filters {
  width: 100%;
  background: #ffffff;
  padding: 20px 20px 50px;
  display: none;
  position: fixed;
  top: 80px;
  left: 0;
  z-index: 99999999;
  height: calc(100% - 80px);
  overflow: auto;
}
.dropdown-mobile .filters__action {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  margin-top: 2.5rem;
  text-align: center;
}
.dropdown-mobile .filters .results {
  padding: 0;
  width: 100%;
  margin: 10px 0 20px;
  display: block;
}
.dropdown-mobile .filters .e-close {
  font-size: 0.75rem;
  color: #142143;
  position: absolute;
  top: 15px;
  right: 20px;
  font-weight: 300;
  padding-top: 40px;
  transition: all 0.3s ease-in-out;
}
.dropdown-mobile .filters .e-close:before, .dropdown-mobile .filters .e-close:after {
  content: "";
  display: block;
  height: 1px;
  width: 100%;
  background: #142143;
  position: absolute;
  top: 20px;
  left: 50%;
  transform-origin: center;
  transition: all 0.3s ease-in-out;
}
.outer-hebrides .dropdown-mobile .filters .e-close:before, .outer-hebrides .dropdown-mobile .filters .e-close:after {
  background: #263253;
}
.dropdown-mobile .filters .e-close:before {
  transform: translateX(-50%) rotate(45deg);
}
.dropdown-mobile .filters .e-close:after {
  transform: translateX(-50%) rotate(-45deg);
}
.dropdown-mobile .filters .e-close:hover {
  color: #23408f;
  cursor: pointer;
}
.dropdown-mobile .filters .e-close:hover:before, .dropdown-mobile .filters .e-close:hover:after {
  background: #23408f;
}
.dropdown-mobile .filters h4,
.dropdown-mobile .filters .keyword,
.dropdown-mobile .filters .active-filters {
  display: flex;
}
.dropdown-mobile .filters h4 ul,
.dropdown-mobile .filters .keyword ul,
.dropdown-mobile .filters .active-filters ul {
  display: flex !important;
}
.dropdown-mobile .filters h4 {
  margin-bottom: 0;
}
.dropdown-mobile .filters .keyword {
  margin-top: 10px;
}
.dropdown-mobile .filters .dropdown {
  position: relative;
  display: block !important;
}
.dropdown-mobile .filters .dropdown .top {
  position: relative;
  right: auto;
  top: auto;
  float: none;
  width: 100%;
}
.dropdown-mobile .filters .checkbox {
  position: relative;
  display: block;
}
.dropdown-mobile .filters .checkbox input {
  width: auto;
  height: auto;
  display: inline-block;
  position: absolute;
  left: 0;
  top: 6px;
  opacity: 0;
}
.dropdown-mobile .filters .checkbox input + label {
  font-size: 0.875rem;
  position: relative;
  padding-left: 40px;
  font-weight: 400;
  color: #1f1e1e;
}
.dropdown-mobile .filters .checkbox input + label:before {
  content: " ";
  display: block;
  width: 20px;
  height: 20px;
  background-color: #ffffff;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 0px auto;
  background-image: url("/images/tick.png");
  position: absolute;
  left: 0;
  top: -4px;
  border-radius: 2px;
  transition: all 0.3s ease-in-out;
  border: 1px solid #318731;
  border-radius: 2px;
}
.dropdown-mobile .filters .checkbox input + label:hover, .dropdown-mobile .filters .checkbox input + label:focus {
  cursor: pointer;
}
.dropdown-mobile .filters .checkbox input + label:hover:before, .dropdown-mobile .filters .checkbox input + label:focus:before {
  border-color: #318731;
}
.dropdown-mobile .filters .checkbox input:hover + label:before, .dropdown-mobile .filters .checkbox input:focus + label:before {
  border-color: #318731;
}
.dropdown-mobile .filters .checkbox input:checked + label:before {
  background-size: 10px auto;
}
.dropdown-mobile .filters .checkbox label {
  margin: 0;
}
.dropdown-mobile .filters .checkbox + .checkbox {
  margin-top: 10px;
}
.dropdown-mobile .filters .m-form {
  margin: 0;
}
.dropdown-mobile .filters .m-form label {
  margin-bottom: 5px;
  color: #1f1e1e;
}
@media (min-width: 992px) {
  .dropdown {
    display: flex;
    flex-direction: column;
  }
  .dropdown .top {
    width: 100%;
    display: flex;
    align-items: center;
  }
  .dropdown-mobile {
    display: none;
    visibility: hidden;
  }
}

.dropdown__checkbox input:focus + label:before {
  background-color: #fdd522;
  border-color: #152043;
  border-width: 4px;
  box-shadow: 0 0 0 3px #fdd522;
  top: 5px;
  left: 5px;
}

.dropdown__checkbox input:checked + label:before {
  background-color: currentColor;
}

.dropdown__checkbox input:checked + label:after {
  border-color: white;
  opacity: 1;
}

.m-eventcalendar {
  width: 100%;
  float: left;
  position: relative;
  padding-left: 15px;
  padding-right: 15px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
@media (min-width: 0) {
  .m-eventcalendar {
    width: 100%;
  }
}
@media (min-width: 768px) {
  .m-eventcalendar {
    width: 100%;
  }
}
@media (min-width: 992px) {
  .m-eventcalendar {
    width: 37.5%;
  }
}
@media (min-width: 1230px) {
  .m-eventcalendar {
    width: 25%;
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media (min-width: 1460px) {
  .m-eventcalendar {
    width: 25%;
  }
}
.m-eventcalendar select {
  padding: 10px 15px;
  width: 100%;
}
.m-eventcalendar ul {
  display: none;
}
@media (min-width: 992px) {
  .m-eventcalendar {
    position: -webkit-sticky;
    position: sticky;
    top: 190px;
  }
  .m-eventcalendar select {
    display: none;
  }
  .m-eventcalendar ul {
    display: block;
    list-style: none;
    padding: 0;
    margin: 0;
    width: 100%;
  }
  .m-eventcalendar ul li {
    border-top: 1px solid #dfdfdf;
    width: 100%;
  }
  .m-eventcalendar ul li a {
    display: block;
    padding: 10px 0;
    background: none;
  }
  .m-eventcalendar ul li a:hover, .m-eventcalendar ul li a.active {
    color: #23408f;
  }
}
@media (min-width: 1230px) {
  .m-eventcalendar {
    top: 190px;
  }
}

.m-eventlistingitem {
  display: flex !important;
  flex-direction: column;
  border: 1px solid #cdcecf;
  position: relative;
  width: 100%;
}
.m-eventlistingitem .e-text {
  order: 2;
  padding: 20px;
}
.m-eventlistingitem .e-text h2 {
  font-family: "Roboto", arial, sans-serif;
  text-transform: none;
}
.inverness .m-eventlistingitem .e-text a.btn-grey, .wes .m-eventlistingitem .e-text a.btn-grey .enterprise .m-eventlistingitem .e-text a.btn-grey, .emsp .m-eventlistingitem .e-text a.btn-grey {
  display: none;
}
.m-eventlistingitem .e-details {
  order: 1;
  color: #ffffff;
  background: linear-gradient(90deg, #23408f, #142143);
  padding: 20px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
}
.m-eventlistingitem .e-details h3,
.m-eventlistingitem .e-details p {
  color: #ffffff;
}
.m-eventlistingitem .e-details p {
  position: relative;
  padding-left: 40px;
}
.m-eventlistingitem .e-details p span {
  width: 25px;
  position: absolute;
  left: 0;
  top: 0;
}
.m-eventlistingitem .e-info {
  width: 100%;
  display: flex;
  align-items: stretch;
  padding: 20px 0;
  order: 3;
}
.m-eventlistingitem .e-info .inner {
  padding: 0 20px;
  border-top: 1px solid #cdcecf;
  width: 100%;
}
.m-eventlistingitem .e-buttons {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  color: #23408F;
}
.m-eventlistingitem .e-profileactions ul {
  list-style: none;
  display: flex;
  margin: 0;
  padding: 0;
  align-items: center;
}
.m-eventlistingitem .e-profileactions ul li {
  margin-left: 10px;
  display: flex;
  align-items: center;
}
@media (min-width: 1230px) {
  .m-eventlistingitem {
    flex-direction: row;
  }
  .m-eventlistingitem .e-text {
    width: calc(100% - 335px);
    padding: 30px 30px;
  }
  .m-eventlistingitem .e-text h2 {
    font-size: 2rem;
  }
  .m-eventlistingitem .e-text a {
    margin-right: 20px;
  }
  .m-eventlistingitem .e-text a:last-child {
    margin-right: 0;
  }
  .m-eventlistingitem .e-details {
    width: 335px;
  }
  .m-eventlistingitem .e-details h3 {
    font-size: 1.5rem;
  }
  .m-eventlistingitem .e-info {
    width: 295px;
  }
  .m-eventlistingitem .e-info .inner {
    border-left: 1px solid #cdcecf;
    border-top: none;
  }
}
@media (min-width: 1230px) {
  .m-eventlistingitem .e-details {
    padding: 30px 30px;
  }
}

.m-floatingcontact {
  width: 100%;
  float: left;
  position: relative;
  padding-left: 15px;
  padding-right: 15px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin-top: 20px;
}
@media (min-width: 0) {
  .m-floatingcontact {
    width: 100%;
  }
}
@media (min-width: 768px) {
  .m-floatingcontact {
    width: 100%;
  }
}
@media (min-width: 992px) {
  .m-floatingcontact {
    width: 50%;
  }
}
@media (min-width: 1230px) {
  .m-floatingcontact {
    width: 50%;
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media (min-width: 1460px) {
  .m-floatingcontact {
    width: 50%;
  }
}
.m-floatingcontact .inner {
  border: 1px solid #cdcecf;
  background: #ffffff;
  padding: 20px;
}
@media (min-width: 992px) {
  .m-floatingcontact {
    position: sticky;
    top: 180px;
    margin-top: 0;
  }
  .m-floatingcontact .inner {
    padding: 30px;
  }
}

.m-informationhighlight {
  padding: 30px 0;
}
.m-informationhighlight .box {
  width: 100%;
  float: left;
  position: relative;
  padding-left: 15px;
  padding-right: 15px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  float: right;
}
@media (min-width: 0) {
  .m-informationhighlight .box {
    width: 100%;
  }
}
@media (min-width: 768px) {
  .m-informationhighlight .box {
    width: 100%;
  }
}
@media (min-width: 992px) {
  .m-informationhighlight .box {
    width: 50%;
  }
}
@media (min-width: 1230px) {
  .m-informationhighlight .box {
    width: 50%;
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media (min-width: 1460px) {
  .m-informationhighlight .box {
    width: 50%;
  }
}
.m-informationhighlight .box .inner {
  padding: 20px;
  border: 1px solid #23408f;
  background: #ffffff;
}
.m-informationhighlight .box .inner p:first-child {
  margin-top: 0;
}
@media (min-width: 992px) {
  .m-informationhighlight {
    padding: 60px 0;
  }
  .m-informationhighlight .box .inner {
    padding: 30px;
  }
}

.m-listingitem {
  border: 1px solid #A7A7A7;
  display: flex;
  flex-direction: column;
  position: relative;
  width: 100%;
  border-radius: 1.5rem;
}
.m-listingitem.news .e-image, .m-listingitem.report .e-image {
  min-height: 200px;
  background-position: center left;
  background-size: cover;
  background-repeat: no-repeat;
}
.m-listingitem.news .e-image, .m-listingitem.report .e-image, .listnews .m-listingitem .e-image, .listreports .m-listingitem .e-image {
  display: block;
}
.m-listingitem.news .e-text, .m-listingitem.report .e-text, .listnews .m-listingitem .e-text, .listreports .m-listingitem .e-text {
  width: 100%;
}
.m-listingitem.news .e-text.full, .m-listingitem.report .e-text.full, .listnews .m-listingitem .e-text.full, .listreports .m-listingitem .e-text.full {
  width: 100%;
}
.m-listingitem.news .e-image {
  background-image: url("../images/news-item-default.jpg");
}
.m-listingitem.report .e-image {
  background-image: url("../images/report-item-default.jpg");
}
.m-listingitem.grid-item {
  flex-direction: column;
  color: white;
  border: none;
  margin-bottom: 0;
}
.m-listingitem.grid-item.inner {
  text-align: left;
  padding: 30px;
  display: flex;
}
.m-listingitem.grid-item.featured {
  padding-top: 60px;
  padding-bottom: 60px;
}
@media (max-width: 0) {
  .m-listingitem.grid-item.featured {
    padding: 30px;
  }
}
.m-listingitem.grid-item h2 {
  font-size: 3.125rem;
}
@media (max-width: 0) {
  .m-listingitem.grid-item h2 {
    font-size: 2rem;
  }
}
.m-listingitem.grid-item h2 a:not(:focus-visible) {
  color: white;
  text-decoration: none;
}
.m-listingitem.grid-item h2 a:not(:focus-visible):hover {
  text-decoration: underline;
}
.m-listingitem.grid-item .details {
  margin: 20px auto 25px 0;
  padding-right: 20px;
}
.m-listingitem.grid-item .details li {
  display: inline;
  margin-right: 3px;
}
.m-listingitem.grid-item .details li:not(:first-child)::before {
  content: "•";
  color: white;
  padding-right: 6px;
}
.m-listingitem.grid-item .read-time:not(:first-child)::before {
  content: "•";
  color: white;
  padding-right: 5px;
}
.m-listingitem.grid-item .blog-tags {
  margin-bottom: 2rem;
}
.m-listingitem.grid-item .blog-tags span,
.m-listingitem.grid-item .blog-tags a {
  border-radius: 20px;
  color: white;
  border: none;
  background-color: rgba(0, 0, 0, 0.15);
  text-decoration: none;
}
.m-listingitem.grid-item .blog-tags a:hover {
  text-decoration: underline;
}
@media (min-width: 1025px) {
  .m-listingitem.grid-item .blog-tags a:focus-visible {
    box-shadow: none;
    background-color: #fdd522;
    color: #152043;
  }
}
.m-listingitem.grid-item .taster {
  margin-bottom: 30px;
}
@media (max-width: 0) {
  .m-listingitem.grid-item .taster {
    display: none;
  }
}
.m-listingitem.grid-item .taster p {
  font-size: 1.25rem;
  margin-top: 0;
}
.m-listingitem.grid-item .e-text {
  justify-content: flex-start;
  max-width: 790px;
  width: 82.3284823%;
  margin: 0 auto;
  padding: 0;
}
.m-listingitem.grid-item .e-text .buttons.myhie .e-profileactions {
  margin-top: 0;
  margin-left: 0;
}
.m-listingitem.grid-item .e-text .buttons.myhie .e-profileactions ul li:first-child {
  margin-left: 0;
}
.m-listingitem.grid-item:not(.featured) .e-text {
  width: 100%;
}
.m-listingitem.grid-item:not(.featured) h2 {
  font-size: 2rem;
}
.m-listingitem.grid-item:not(.featured) .taster {
  display: none;
}
.m-listingitem .e-image {
  position: relative;
  padding-bottom: 0px;
  display: block;
}
.m-listingitem .e-image img {
  display: block;
  width: 100%;
}
.m-listingitem .e-image .e-data {
  position: absolute;
  top: 10px;
  left: 10px;
  display: flex;
  margin: 0;
  padding: 0;
}
.m-listingitem .e-image .e-data li {
  font-size: 1rem;
  font-weight: 600;
  margin: 0 5px 0 0;
  width: 20px;
  height: 20px;
  background: rgba(255, 255, 255, 0.5);
  display: flex;
  align-items: center;
  justify-content: center;
  color: #142143;
}
.m-listingitem .e-image .e-data li i {
  font-size: 0.5rem;
}
.m-listingitem .e-image .e-data li i.fa-arrow-down {
  border-bottom: 1px solid #23408f;
}
.m-listingitem .e-text {
  height: 100%;
  padding: 20px;
  display: flex;
  flex-direction: column;
}
.m-listingitem .e-text .e-tag {
  font-size: 0.75rem;
  color: #23408f;
  text-transform: uppercase;
  margin-bottom: 10px;
}
.m-listingitem .e-text h3 {
  font-family: "Roboto", arial, sans-serif;
  text-transform: none;
}
.m-listingitem .e-text .buttons .btn:first-child {
  margin-right: 10px;
}
.inverness .m-listingitem .e-text .buttons .btn.btn-grey, .wes .m-listingitem .e-text .buttons .btn.btn-grey .enterprise .m-listingitem .e-text .buttons .btn.btn-grey, .emsp .m-listingitem .e-text .buttons .btn.btn-grey {
  display: none;
}
.m-listingitem .e-text .buttons.myhie {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.m-listingitem .e-text .buttons.myhie .e-profileactions {
  margin-left: auto;
}
.m-listingitem .e-text .buttons.myhie .e-profileactions ul {
  list-style: none;
  display: flex;
  margin: 0;
  padding: 0;
  align-items: center;
}
.m-listingitem .e-text .buttons.myhie .e-profileactions ul li {
  margin-left: 10px;
  display: flex;
  align-items: center;
  margin-bottom: 0;
}
.m-listingitem .e-map {
  display: none;
}
.m-listingitem .e-map img {
  width: 100%;
  display: block;
}
.m-listingitem .e-info {
  padding: 20px;
}
.m-listingitem .e-info .inner {
  padding: 20px 0;
  border-top: 1px solid #cdcecf;
}
.m-listingitem .e-info .inner p {
  color: #747774;
  margin-top: 10px;
}
.m-listingitem .e-amount {
  font-size: 1.25rem;
  width: 100%;
  padding: 15px;
  font-family: "Roboto", sans-serif;
  text-transform: uppercase;
  border-top: 1px solid #cdcecf;
}
@media (min-width: 500px) {
  .m-listingitem .e-text .buttons {
    display: block;
  }
}
@media (min-width: 768px) {
  .m-listingitem {
    flex-direction: row;
    align-items: stretch;
    flex-wrap: wrap;
  }
  .supportfinder .m-listingitem {
    flex-wrap: nowrap;
  }
  .m-listingitem .e-text {
    width: 100%;
  }
  .m-listingitem .e-text.full {
    width: 100%;
  }
  .m-listingitem .e-image {
    width: 295px;
  }
  .m-listingitem .e-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
  }
  .m-listingitem .e-info {
    width: 295px;
    display: flex;
    align-items: stretch;
    padding: 20px 0;
  }
  .m-listingitem .e-info .inner {
    padding: 0 20px;
    border-left: 1px solid #cdcecf;
    border-top: none;
    width: 100%;
  }
  .m-listingitem .e-amount {
    font-size: 2rem;
  }
}
@media (min-width: 1230px) {
  .m-listingitem .e-text {
    padding: 30px;
  }
  .m-listingitem .e-text .buttons .btn + .btn {
    margin-left: 15px;
  }
}
.m-listingitem__action {
  margin-top: auto !important;
}

.border-item {
  border-top: 1px solid #cdcecf;
  margin-top: 30px;
  padding-top: 30px;
  margin-bottom: 30px;
}
.border-item.webinarseries h3, .border-item.webinar h3 {
  margin-bottom: 0;
}
.border-item.webinarseries p, .border-item.webinar p {
  margin-top: 0;
}
.border-item.webinarseries + h2, .border-item.webinar + h2 {
  margin-top: 50px;
}
@media (min-width: 992px) {
  .border-item.webinarseries + h2, .border-item.webinar + h2 {
    margin-top: 80px;
  }
}
.border-item.webinarseries .btn, .border-item.webinar .btn {
  margin-top: 0;
}
.border-item .pre-head {
  color: #142143;
  font-size: 1.25rem;
  margin-bottom: 10px;
  text-transform: uppercase;
}
.border-item .e-webinardetails {
  display: flex;
  align-items: center;
  font-weight: 600;
  margin: 10px 0;
}
.border-item .e-webinardetails span.time {
  margin-right: 10px;
}
.border-item .e-webinardetails span.cost {
  display: flex;
  align-items: center;
}
.border-item .e-webinardetails span.cost:before {
  content: "•";
  display: block;
  margin-right: 10px;
}

.result-tag {
  text-transform: uppercase;
  font-weight: bold;
  vertical-align: middle;
  margin-top: 0;
}
.blog-content .result-tag {
  color: #23408f;
}
.result-tag::before {
  position: relative;
  display: inline-block;
  margin-right: 8px;
  vertical-align: middle;
}
.result-tag.casestudy::before {
  content: url(../images/result-icon-casestudy.svg);
}
.blog-content .result-tag.casestudy::before {
  content: url(../images/result-icon-casestudy-dark.svg);
}
.result-tag.webinarseries::before, .result-tag.webinar::before {
  content: url(../images/result-icon-webinar.svg);
}
.blog-content .result-tag.webinarseries::before, .blog-content .result-tag.webinar::before {
  content: url(../images/result-icon-webinar-dark.svg);
}
.result-tag.podcast::before {
  content: url(../images/result-icon-podcast.svg);
}
.blog-content .result-tag.podcast::before {
  content: url(../images/result-icon-podcast-dark.svg);
}
.result-tag.event::before {
  content: url(../images/result-icon-event.svg);
}
.blog-content .result-tag.event::before {
  content: url(../images/result-icon-event-dark.svg);
}

.e-newlabel {
  background: #078098;
  color: #ffffff;
  font-weight: 700;
  font-family: "Roboto", sans-serif;
  padding: 5px 20px;
  position: absolute;
  top: -10px;
  right: -10px;
  text-transform: uppercase;
}

.m-ouroffices h2 {
  text-align: center;
  margin-bottom: 30px;
}
.m-ouroffices .e-map {
  display: none;
}
.m-ouroffices .e-map button {
  color: #ffffff;
}
.m-ouroffices .e-map button:hover {
  color: #1f1e1e;
}
.m-ouroffices .e-items .top-info {
  background: #ffffff;
  border: 1px solid #cdcecf;
  border-bottom-color: #318731;
  padding: 20px;
}
.m-ouroffices .e-items .top-info .details {
  display: flex;
  flex-direction: column;
}
.osw .m-ouroffices .accordion-item .top {
  pointer-events: none;
}
.osw .m-ouroffices .accordion-item .top:after {
  display: none !important;
}
.osw .m-ouroffices .accordion-item .more {
  display: block !important;
}
@media (min-width: 992px) {
  .m-ouroffices .e-map {
    display: block;
  }
  .m-ouroffices .e-map #officesMap {
    height: 450px;
    width: 100%;
  }
  .m-ouroffices .e-items .top-info {
    padding: 30px;
  }
  .m-ouroffices .e-items .top-info .details {
    flex-direction: row;
    align-items: stretch;
  }
  .m-ouroffices .e-items .top-info .details .column {
    width: 50%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
  }
}

.progress-pie-chart {
  width: 140px;
  height: 140px;
  border-radius: 50%;
  background-color: #FFF;
  position: relative;
  margin: 30px 0;
  transform: scaleX(-1);
  border: 1px solid #ffffff;
}
.progress-pie-chart.gt-50 {
  background-color: #992127;
}

.ppc-progress {
  content: "";
  position: absolute;
  border-radius: 50%;
  left: calc(50% - 70px);
  top: calc(50% - 70px);
  width: 140px;
  height: 140px;
  width: 140px;
  height: 140px;
  clip: rect(0, 140px, 140px, 70px);
}
.ppc-progress .ppc-progress-fill {
  content: "";
  position: absolute;
  border-radius: 50%;
  left: calc(50% - 70px);
  top: calc(50% - 70px);
  width: 140px;
  height: 140px;
  clip: rect(0, 70px, 140px, 0);
  background: #992127;
  transform: rotate(60deg) scale(0.99);
}
.gt-50 .ppc-progress {
  clip: rect(0, 70px, 140px, 0);
}
.gt-50 .ppc-progress .ppc-progress-fill {
  clip: rect(0, 140px, 140px, 70px);
  background: #fefefe;
}
.gt-0 .ppc-progress {
  clip: rect(0, 140px, 140px, 70px);
}
.gt-0 .ppc-progress .ppc-progress-fill {
  transform: rotate(20deg) !important;
}

.ppc-percents {
  content: "";
  position: absolute;
  border-radius: 50%;
  left: calc(50% - calc(127.2727272727px / 2));
  top: calc(50% - calc(127.2727272727px / 2));
  width: 127.2727272727px;
  height: 127.2727272727px;
  font-size: 3.125rem;
  background: #fff;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #992127;
  text-transform: uppercase;
  font-family: "Roboto", sans-serif;
  font-weight: 300;
  transform: scaleX(-1);
}
.ppc-percents span {
  font-size: 1.25rem;
  display: block;
  font-weight: bold;
  color: #992127;
}

.small-progress-pie-chart {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background-color: #FFF;
  position: relative;
  margin: 30px 0;
  transform: scaleX(-1);
  border: 1px solid #ffffff;
}
.small-progress-pie-chart.gt-50 {
  background-color: #992127;
}

.small-ppc-progress {
  content: "";
  position: absolute;
  border-radius: 50%;
  left: calc(50% - 30px);
  top: calc(50% - 30px);
  width: 60px;
  height: 60px;
  width: 60px;
  height: 60px;
  clip: rect(0, 60px, 60px, 30px);
}
.small-ppc-progress .small-ppc-progress-fill {
  content: "";
  position: absolute;
  border-radius: 50%;
  left: calc(50% - 30px);
  top: calc(50% - 30px);
  width: 60px;
  height: 60px;
  clip: rect(0, 30px, 60px, 0);
  background: #992127;
  transform: rotate(60deg) scale(0.99);
}
.gt-50 .small-ppc-progress {
  clip: rect(0, 30px, 60px, 0);
}
.gt-50 .small-ppc-progress .small-ppc-progress-fill {
  clip: rect(0, 60px, 60px, 30px);
  background: #fefefe;
}
.gt-0 .small-ppc-progress {
  clip: rect(0, 60px, 60px, 30px);
}
.gt-0 .small-ppc-progress .small-ppc-progress-fill {
  transform: rotate(36deg) !important;
}

.small-ppc-percents {
  content: "";
  position: absolute;
  border-radius: 50%;
  left: calc(50% - calc(52.1739130435px / 2));
  top: calc(50% - calc(52.1739130435px / 2));
  width: 52.1739130435px;
  height: 52.1739130435px;
  font-size: 3.125rem;
  background: #fff;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #992127;
  text-transform: uppercase;
  font-family: "Roboto", sans-serif;
  font-weight: 300;
  transform: scaleX(-1);
}
.small-ppc-percents .e-text {
  font-size: 2rem;
  padding: 0 !important;
}
.small-ppc-percents span {
  display: block;
  font-weight: bold;
  color: #992127;
}

.m-progressbar {
  padding: 20px 0;
}
.m-progressbar .row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  justify-content: flex-start;
}
.m-progressbar .step {
  padding: 0 15px;
  display: flex;
  align-items: center;
  flex: 1;
  padding-right: 0;
}
.m-progressbar .step:last-child {
  padding-right: 15px;
}
.m-progressbar .step .number {
  font-size: 1.125rem;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  font-family: "Roboto", sans-serif;
  color: #747774;
  text-align: center;
  border: 1px solid #cdcecf;
  background: #ffffff;
  transition: all 0.5s ease-in-out;
}
.m-progressbar .step .info {
  margin-left: 5px;
  width: calc(100% - 35px);
  position: relative;
}
.m-progressbar .step .info .text {
  display: none;
}
.m-progressbar .step .info:before, .m-progressbar .step .info:after {
  content: "";
  display: block;
  height: 4px;
}
.m-progressbar .step .info:before {
  position: absolute;
  left: 0;
  bottom: 0;
  background: #318731;
  width: 0;
  transition: width 0.5s ease-in-out;
}
.m-progressbar .step .info:after {
  background: #cdcecf;
  width: 100%;
}
.m-progressbar .step.active .number {
  background: linear-gradient(90deg, #23408f, #142143);
  border-color: transparent;
  color: #ffffff;
}
.m-progressbar .step.active .info:before {
  width: 100%;
}
@media (min-width: 800px) {
  .m-progressbar .step .number {
    font-size: 2rem;
    width: 50px;
    height: 50px;
  }
  .m-progressbar .step .info {
    width: calc(100% - 60px);
    margin-left: 10px;
  }
  .m-progressbar .step .info .text {
    font-size: 0.75rem;
    display: block;
  }
}
@media (min-width: 992px) {
  .m-progressbar {
    padding: 50px 0;
  }
  .m-progressbar .step .info .text {
    font-size: 1rem;
  }
}
@media (min-width: 1460px) {
  .m-progressbar .step {
    padding: 0 20px;
  }
  .m-progressbar .step:last-child {
    padding-right: 20px;
  }
}

.m-propertyalerts {
  position: fixed;
  top: 127px;
  left: 0;
  height: calc(100vh - 127px);
  width: 100%;
  background: rgba(0, 0, 0, 0.8);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 9999;
  display: none;
}
.m-propertyalerts .popup {
  background: #142143;
  padding: 15px;
  width: 90%;
  max-width: 640px;
  display: none;
}
.outer-hebrides .m-propertyalerts .popup {
  background: #263253;
}
.m-propertyalerts .popup h3,
.m-propertyalerts .popup p,
.m-propertyalerts .popup label {
  color: #ffffff;
}
.m-propertyalerts .popup .text {
  text-align: center;
}
.m-propertyalerts .popup .m-form {
  margin-bottom: 0;
}
.m-propertyalerts .popup .m-form form {
  padding: 0;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}
.m-propertyalerts .popup .m-form form .form-row {
  margin: 0;
  width: 100%;
}
.m-propertyalerts .popup .m-form form .form-row .checkbox {
  margin: 0;
}
.m-propertyalerts .popup .m-form form .form-row .checkbox label {
  font-size: 0.75rem;
}
.m-propertyalerts .popup .m-form form .form-row .checkbox input + label {
  padding-left: 28px;
}
.m-propertyalerts .popup .m-form form .form-row .checkbox input + label:before {
  width: 20px;
  top: 0;
  height: 20px;
  border: 1px solid #318731;
}
.m-propertyalerts .popup .m-form form .form-row .checkbox input + label:after {
  top: 4px;
  left: 2px;
}
.m-propertyalerts .popup .m-form form .form-row .checkbox input:checked + label:after {
  transform: scale(0.8);
}
.m-propertyalerts .popup .m-form form .form-nav {
  width: 100%;
  text-align: center;
}
.m-propertyalerts .e-close {
  font-size: 0.75rem;
  position: absolute;
  top: 15px;
  right: 5px;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background: #ffffff;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
  color: #318731;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  transition: all 0.5s ease-in-out;
}
.m-propertyalerts .e-close span {
  font-size: 1.5rem;
  margin-top: 4px;
  font-weight: 200;
}
.m-propertyalerts .e-close:hover {
  cursor: pointer;
  background: #318731;
  color: #ffffff;
}
@media (min-width: 768px) {
  .m-propertyalerts .popup {
    padding: 60px 30px;
  }
  .m-propertyalerts .popup .m-form form {
    width: 450px;
  }
  .m-propertyalerts .popup .m-form form .form-row {
    width: 50%;
    margin-top: 15px;
  }
}
@media (min-width: 992px) {
  .m-propertyalerts .e-close {
    right: 15px;
  }
}
@media (min-width: 1230px) {
  .m-propertyalerts {
    top: 130px;
    height: calc(100vh - 130px);
  }
  .m-propertyalerts .e-close {
    right: 40px;
  }
}

.e-resulttext {
  margin-bottom: 1.5rem;
  color: #6B6B6B;
  font-weight: 500;
}
@media (max-width: 47.99em) {
  .e-resulttext {
    display: none;
  }
}

.e-searchtop {
  padding: 30px 0;
  margin-bottom: 0 !important;
}
@media (min-width: 992px) {
  .e-searchtop {
    padding: 60px 0 0;
  }
}

@-webkit-keyframes clicked {
  0% {
    opacity: 0;
    transform: translate(-50%, 5px);
  }
  30% {
    opacity: 1;
    transform: translate(-50%, 0px);
  }
  60% {
    opacity: 1;
    transform: translate(-50%, 0px);
  }
  100% {
    opacity: 0;
    transform: translate(-50%, -5px);
  }
}
@-moz-keyframes clicked {
  0% {
    opacity: 0;
    transform: translate(-50%, 5px);
  }
  30% {
    opacity: 1;
    transform: translate(-50%, 0px);
  }
  60% {
    opacity: 1;
    transform: translate(-50%, 0px);
  }
  100% {
    opacity: 0;
    transform: translate(-50%, -5px);
  }
}
@-o-keyframes clicked {
  0% {
    opacity: 0;
    transform: translate(-50%, 5px);
  }
  30% {
    opacity: 1;
    transform: translate(-50%, 0px);
  }
  60% {
    opacity: 1;
    transform: translate(-50%, 0px);
  }
  100% {
    opacity: 0;
    transform: translate(-50%, -5px);
  }
}
@keyframes clicked {
  0% {
    opacity: 0;
    transform: translate(-50%, 5px);
  }
  30% {
    opacity: 1;
    transform: translate(-50%, 0px);
  }
  60% {
    opacity: 1;
    transform: translate(-50%, 0px);
  }
  100% {
    opacity: 0;
    transform: translate(-50%, -5px);
  }
}
.e-sharebutton {
  position: relative;
  overflow: visible;
  min-width: 170px;
  margin-top: 30px;
  margin-right: 10px;
}
.e-sharebutton:before, .e-sharebutton:after {
  display: none;
}
.e-sharebutton button {
  margin: 0;
  padding: 7px;
  border-radius: 50%;
  border-width: 1px;
  background-color: white;
}
.e-sharebutton button:before, .e-sharebutton button:after {
  content: none;
}
.e-sharebutton button:hover {
  background-color: #23408f;
}
.e-sharebutton .icons {
  width: 100%;
  display: flex;
  margin: 0;
  padding: 0;
  list-style: none;
  align-items: stretch;
  transition: opacity 0.4s ease-in-out;
}
.e-sharebutton .icons li {
  text-align: center;
  display: flex;
  align-items: center;
  flex: 1;
  position: relative;
  overflow: visible;
  margin-right: 5px;
  max-width: 40px;
}
.e-sharebutton .icons li:last-child {
  margin-right: 0;
}
.e-sharebutton .icons li a,
.e-sharebutton .icons li button {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 38px;
  height: 38px;
  background: none;
  border-radius: 50%;
  background-color: transparent;
  color: #23408f;
  border: 1px solid #23408f;
  transition: all 0.3s ease-in-out;
}
.e-sharebutton .icons li a:hover,
.e-sharebutton .icons li button:hover {
  background: #23408f;
  color: #ffffff;
  cursor: pointer;
}
@media (min-width: 1025px) {
  .e-sharebutton .icons li a:focus,
  .e-sharebutton .icons li button:focus {
    background-color: #fdd522;
    color: #152043;
    box-shadow: 0 3px #152043;
    outline: none;
    transition: none;
  }
}
.e-sharebutton .icons li .note {
  font-size: 0.75rem;
  position: absolute;
  bottom: calc(100% + 10px);
  left: 50%;
  color: #ffffff;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 5px;
  padding: 5px;
  transform: translate(-50%, -5px);
  width: 80px;
  opacity: 0;
  display: none;
}
.e-sharebutton .icons li .note:after {
  top: 100%;
  left: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: rgba(0, 0, 0, 0);
  border-top-color: rgba(0, 0, 0, 0.5);
  border-width: 5px;
  margin-left: -5px;
}
.e-sharebutton .icons li .note.active {
  -webkit-animation: clicked 1s forwards ease-in-out;
  -moz-animation: clicked 1s forwards ease-in-out;
  -o-animation: clicked 1s forwards ease-in-out;
  animation: clicked 1s forwards ease-in-out;
  display: block;
}
.e-sharebutton:hover .icons {
  opacity: 1;
}

/*.m-survicate {
   background: $c-bluedark;

   @media all and (-ms-high-contrast: none),
   (-ms-high-contrast: active) {
      display: none;
   }

   iframe {
      margin: 0 auto;
      border: none;
      display: block;
      width: 600px;
      max-width: 100%;
   }
}*/
.m-tabbednavigation.dashboard ul {
  display: flex !important;
  justify-content: space-between;
}
.m-tabbednavigation.dashboard #tabPage {
  display: none;
}
.m-tabbednavigation ul {
  display: none !important;
}
.m-tabbednavigation ul li.align-right {
  align-self: flex-end;
  margin: 0 0 0 auto;
}
.m-tabbednavigation ul li.align-right + .align-right {
  margin: 0 0 0 1px;
}
.m-tabbednavigation ul li a {
  padding: 0px !important;
  display: flex !important;
  align-items: center;
  justify-content: center;
  color: #1f1e1e;
}
.m-tabbednavigation ul li a img {
  margin: 0;
}
.m-tabbednavigation ul li a span {
  font-size: 0.75rem;
  width: 22px;
  height: 22px;
  align-self: flex-start;
  margin-left: 5px;
  color: #ffffff;
  background: #318731;
  border-radius: 11px;
}
.m-tabbednavigation ul li a span.hidden-xs {
  font-size: 1rem;
  width: auto;
  background: none;
  width: auto;
  height: auto;
  margin: 0;
  color: #1f1e1e;
  align-self: center;
  font-weight: 400;
  display: none;
}
.m-tabbednavigation ul li a span.e-warning {
  background: #9B1F23;
}
.m-tabbednavigation span {
  font-size: 1.125rem;
  margin-bottom: 20px;
  font-weight: 600;
  display: block;
}
.m-tabbednavigation select {
  width: 100%;
  padding: 15px 60px 15px 15px;
}
@media (min-width: 768px) {
  .m-tabbednavigation ul {
    display: flex !important;
  }
  .m-tabbednavigation ul li a {
    padding: 10px 30px !important;
  }
  .m-tabbednavigation ul li a img {
    display: inline-block;
    margin-right: 5px;
  }
  .m-tabbednavigation ul li a span.hidden-xs {
    display: block;
    margin-left: 10px;
  }
  .m-tabbednavigation select {
    display: none;
  }
}

.m-tabs ul, .m-tabbednavigation ul {
  display: flex;
  margin: 0;
  padding: 0;
  list-style: none;
  border-bottom: 1px solid #cdcecf;
}
.m-tabs ul li:not([data-nodelist-filter]), .m-tabbednavigation ul li:not([data-nodelist-filter]) {
  padding: 15px;
  text-align: center;
  background: #E6E6E7;
  border: 1px solid #E6E6E7;
  border-bottom-color: transparent;
  flex: 1;
  position: relative;
  transition: all 0.3s ease-in-out;
  margin-right: 1px;
  display: inline-flex;
  margin-bottom: 0;
}
.m-tabs ul li:not([data-nodelist-filter]).active, .m-tabbednavigation ul li:not([data-nodelist-filter]).active {
  background: #ffffff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  z-index: 20;
  position: relative;
  border-bottom: 2px solid #23408f;
}
.inverness .m-tabs ul li:not([data-nodelist-filter]).active, .inverness .m-tabbednavigation ul li:not([data-nodelist-filter]).active, .wes .m-tabs ul li:not([data-nodelist-filter]).active, .wes .m-tabbednavigation ul li:not([data-nodelist-filter]).active {
  border-bottom: 2px solid #007EB6;
}
.emsp .m-tabs ul li:not([data-nodelist-filter]).active, .emsp .m-tabbednavigation ul li:not([data-nodelist-filter]).active {
  border-bottom: 2px solid #B11B83;
}
.enterprise .m-tabs ul li:not([data-nodelist-filter]).active, .enterprise .m-tabbednavigation ul li:not([data-nodelist-filter]).active {
  border-bottom: 2px solid #6C3685;
}
.m-tabs ul li:not([data-nodelist-filter]).active:before, .m-tabbednavigation ul li:not([data-nodelist-filter]).active:before {
  top: 100%;
  left: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: rgba(255, 255, 255, 0);
  border-top-color: #23408f;
  border-width: 8px;
  margin-left: -8px;
}
.inverness .m-tabs ul li:not([data-nodelist-filter]).active:before, .inverness .m-tabbednavigation ul li:not([data-nodelist-filter]).active:before, .wes .m-tabs ul li:not([data-nodelist-filter]).active:before, .wes .m-tabbednavigation ul li:not([data-nodelist-filter]).active:before {
  border-top-color: #007EB6;
}
.emsp .m-tabs ul li:not([data-nodelist-filter]).active:before, .emsp .m-tabbednavigation ul li:not([data-nodelist-filter]).active:before {
  border-top-color: #B11B83;
}
.enterprise .m-tabs ul li:not([data-nodelist-filter]).active:before, .enterprise .m-tabbednavigation ul li:not([data-nodelist-filter]).active:before {
  border-top-color: #6C3685;
}
.m-tabs ul li:not([data-nodelist-filter]):hover, .m-tabbednavigation ul li:not([data-nodelist-filter]):hover {
  background: #ffffff;
  cursor: pointer;
}
.m-tabs ul li:not([data-nodelist-filter]) a, .m-tabbednavigation ul li:not([data-nodelist-filter]) a {
  background: none;
  width: 100%;
}
.m-tabs ul.nav-tabs li, .m-tabbednavigation ul.nav-tabs li {
  border-bottom: none;
  padding: 0;
  flex: none;
}
.m-tabs ul.nav-tabs li a, .m-tabbednavigation ul.nav-tabs li a {
  padding: 15px;
  background-size: 100%;
  background: #E6E6E7;
  display: block;
  border-bottom: 2px solid transparent;
  text-decoration: none;
}
.m-tabs ul.nav-tabs li a:hover, .m-tabbednavigation ul.nav-tabs li a:hover {
  background: #ffffff;
}
.m-tabs ul.nav-tabs li.active, .m-tabbednavigation ul.nav-tabs li.active {
  border-bottom: none;
}
.m-tabs ul.nav-tabs li.active a, .m-tabbednavigation ul.nav-tabs li.active a {
  border-bottom: 2px solid #23408f;
  background: #ffffff;
}
.inverness .m-tabs ul.nav-tabs li.active a, .inverness .m-tabbednavigation ul.nav-tabs li.active a, .wes .m-tabs ul.nav-tabs li.active a, .wes .m-tabbednavigation ul.nav-tabs li.active a {
  border-bottom: 2px solid #007EB6;
}
.emsp .m-tabs ul.nav-tabs li.active a, .emsp .m-tabbednavigation ul.nav-tabs li.active a {
  border-bottom: 2px solid #B11B83;
}
.enterprise .m-tabs ul.nav-tabs li.active a, .enterprise .m-tabbednavigation ul.nav-tabs li.active a {
  border-bottom: 2px solid #6C3685;
}
.m-tabs ul.nav-tabs li:last-child a, .m-tabbednavigation ul.nav-tabs li:last-child a {
  border-right: none;
}
.m-tabs ul.nav-tabs li.align-right, .m-tabbednavigation ul.nav-tabs li.align-right {
  align-self: flex-end;
  margin: 0 0 0 auto;
}
.m-tabs ul.nav-tabs li.align-right + .align-right, .m-tabbednavigation ul.nav-tabs li.align-right + .align-right {
  margin: 0 0 0 1px;
}
@media (min-width: 992px) {
  .m-tabs ul.nav-tabs li a, .m-tabbednavigation ul.nav-tabs li a {
    padding: 10px 20px;
  }
  .m-tabs ul li, .m-tabbednavigation ul li {
    flex: none;
    width: auto;
    padding: 10px 50px;
  }
}
@media (min-width: 1230px) {
  .m-tabs ul.nav-tabs li a, .m-tabbednavigation ul.nav-tabs li a {
    padding: 10px 50px;
  }
}
.m-tabs li[data-nodelist-filter], .m-tabbednavigation li[data-nodelist-filter] {
  padding: 0;
}
.m-tabs .alphabetical-filter, .m-tabbednavigation .alphabetical-filter {
  margin-bottom: 3.2rem;
}
.m-tabs .alphabetical-filter li, .m-tabbednavigation .alphabetical-filter li {
  background-color: white;
  padding: 0;
}
.m-tabs .alphabetical-filter button, .m-tabbednavigation .alphabetical-filter button {
  border: none;
  border-radius: 0;
  margin: 0;
  padding: 5px;
  background: transparent;
  color: #1f1e1e;
}
.m-tabs .alphabetical-filter button:before, .m-tabbednavigation .alphabetical-filter button:before, .m-tabs .alphabetical-filter button:after, .m-tabbednavigation .alphabetical-filter button:after {
  content: none;
}

.m-areahighlights {
  padding: 30px 0;
  position: relative;
  overflow: hidden;
  z-index: 10;
}
.m-areahighlights.date .inner .item img {
  display: none;
}
.m-areahighlights.date .inner .item .text .top .e-date {
  display: block;
}
.m-areahighlights h2 {
  text-align: center;
  color: #1f1e1e;
}
.osw .m-areahighlights h2 {
  color: #115388;
}
.m-areahighlights .m-tabbednavigation {
  margin-top: 30px;
}
.m-areahighlights .m-tabbednavigation ul.nav-tabs {
  display: flex !important;
  flex-wrap: wrap;
}
.m-areahighlights .m-tabbednavigation ul.nav-tabs li {
  order: 2;
}
.m-areahighlights .m-tabbednavigation ul.nav-tabs li.single {
  order: 1;
  width: 100%;
  background: none;
  padding: 0 0 15px 5px !important;
  border: none;
  flex: none;
}
.m-areahighlights .m-tabbednavigation ul.nav-tabs li.single:before {
  content: ">";
  margin-right: 10px;
  color: #23408f;
  margin-top: 2px;
}
.inverness .m-areahighlights .m-tabbednavigation ul.nav-tabs li.single:before, .wes .m-areahighlights .m-tabbednavigation ul.nav-tabs li.single:before {
  color: #007EB6;
}
.emsp .m-areahighlights .m-tabbednavigation ul.nav-tabs li.single:before {
  color: #B11B83;
}
.enterprise .m-areahighlights .m-tabbednavigation ul.nav-tabs li.single:before {
  color: #6C3685;
}
.m-areahighlights .m-tabbednavigation ul.nav-tabs li.single a {
  padding: 0 !important;
  background: none !important;
}
.m-areahighlights .inner {
  margin: 30px 0 0;
  padding-bottom: 60px;
  position: relative;
  display: flex;
  flex-wrap: wrap;
}
.m-areahighlights .inner .item {
  width: 100%;
  float: left;
  position: relative;
  padding-left: 15px;
  padding-right: 15px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background: #ffffff;
}
@media (min-width: 0) {
  .m-areahighlights .inner .item {
    width: 100%;
  }
}
@media (min-width: 768px) {
  .m-areahighlights .inner .item {
    width: 50%;
  }
}
@media (min-width: 992px) {
  .m-areahighlights .inner .item {
    width: 25%;
  }
}
@media (min-width: 1230px) {
  .m-areahighlights .inner .item {
    width: 25%;
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media (min-width: 1460px) {
  .m-areahighlights .inner .item {
    width: 25%;
  }
}
.m-areahighlights .inner .item img {
  display: block;
  width: 100%;
}
.m-areahighlights .inner .item .text {
  padding: 15px 0 50px;
}
.m-areahighlights .inner .item .text a {
  background: none;
  color: #142143;
  padding-bottom: 0;
  position: relative;
  font-weight: 400;
  padding-left: 20px;
  display: block;
  text-decoration: none;
}
.m-areahighlights .inner .item .text a:before {
  font-size: 1.25rem;
  content: ">";
  position: absolute;
  top: 0;
  left: 0px;
  color: #23408f;
  transition: all 0.3s ease-in-out;
}
.inverness .m-areahighlights .inner .item .text a:before, .wes .m-areahighlights .inner .item .text a:before {
  color: #007EB6;
}
.emsp .m-areahighlights .inner .item .text a:before {
  color: #B11B83;
}
.enterprise .m-areahighlights .inner .item .text a:before {
  color: #6C3685;
}
.m-areahighlights .inner .item .text a:hover {
  color: #23408f;
  text-decoration: underline;
}
.m-areahighlights .inner .item .text a:hover:before {
  left: 5px;
}
.inverness .m-areahighlights .inner .item .text a:hover, .wes .m-areahighlights .inner .item .text a:hover {
  color: #007EB6;
}
.emsp .m-areahighlights .inner .item .text a:hover {
  color: #B11B83;
}
.enterprise .m-areahighlights .inner .item .text a:hover {
  color: #6C3685;
}
.m-areahighlights .inner .item .text .top {
  border-bottom: 1px solid #23408f;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 15px;
  margin-bottom: 15px;
  line-height: 20px;
}
.m-areahighlights .inner .item .text .top .e-date {
  font-size: 0.875rem;
  color: #23408f;
  text-transform: uppercase;
  display: none;
  font-weight: 600;
  order: 2;
  margin-left: auto;
}
.osw .m-areahighlights .inner .item .text .top .e-date {
  color: #115388;
}
.m-areahighlights .inner .item .text .top h3 a {
  font-size: 1.25rem;
  background: none;
  padding: 0;
}
.m-areahighlights .inner .item .text .top h3 a:before, .m-areahighlights .inner .item .text .top h3 a:after {
  display: none;
}
.m-areahighlights .inner .item .text .top a {
  color: #142143;
  background: none !important;
  padding-left: 15px;
}
.m-areahighlights .inner .item .text .top a:before {
  line-height: 18px;
}
.m-areahighlights .inner .item .text .top a:hover {
  color: #23408f;
}
.inverness .m-areahighlights .inner .item .text .top a:hover, .wes .m-areahighlights .inner .item .text .top a:hover {
  color: #007EB6;
}
.emsp .m-areahighlights .inner .item .text .top a:hover {
  color: #B11B83;
}
.enterprise .m-areahighlights .inner .item .text .top a:hover {
  color: #6C3685;
}
.m-areahighlights .inner .item.events .event-link {
  padding-bottom: 30px;
  margin-bottom: 30px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}
.m-areahighlights .inner .item.events .event-link p {
  display: block;
  padding-left: 20px;
}
.m-areahighlights .inner .item.events .event-link:last-child {
  border: none;
  padding: 0;
  margin: 0;
}
.m-areahighlights .inner .slick-track {
  display: flex;
  align-items: stretch;
}
.m-areahighlights .inner .slick-track .slick-slide {
  padding: 0 15px;
  float: none;
  height: auto;
  display: flex;
}
.m-areahighlights .inner .slick-track .slick-slide > div {
  width: 100%;
  display: flex;
}
.m-areahighlights .inner .slick-dots {
  position: absolute;
  bottom: 0;
  left: 0;
  margin: 0;
  text-align: center;
}
@media (min-width: 992px) {
  .m-areahighlights {
    padding: 60px 0;
  }
  .m-areahighlights .m-tabbednavigation {
    margin-top: 50px;
  }
  .m-areahighlights .m-tabbednavigation ul.nav-tabs li {
    order: 1;
  }
  .m-areahighlights .m-tabbednavigation ul.nav-tabs li.single {
    width: auto;
    order: 2;
  }
  .m-areahighlights .slick-list {
    min-width: 100%;
  }
  .m-areahighlights .inner {
    margin: 0;
    padding: 40px 0;
  }
  .m-areahighlights .inner .item .text .top a {
    font-size: 0.875rem;
  }
  .m-areahighlights .inner .item .text .top a:before {
    line-height: 20px;
  }
  .m-areahighlights .inner .item .text a {
    font-size: 1.125rem;
  }
  .m-areahighlights .inner .item .text a:before {
    line-height: 22px;
  }
}
@media (min-width: 1230px) {
  .m-areahighlights {
    padding: 80px 0 40px;
  }
}

.areahighlights-card-grid {
  display: grid;
  margin-top: 3.2rem;
}
@media (min-width: 768px) {
  .areahighlights-card-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 2rem;
  }
}
@media (min-width: 992px) {
  .areahighlights-card-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 4rem;
  }
}

.areahighlights-card__image {
  margin-bottom: 1.5rem;
}
.areahighlights-card__image img {
  display: block;
  width: 100%;
}
.areahighlights-card__label {
  display: block;
  margin-bottom: 1.6rem;
  padding-bottom: 1.6rem;
  border-bottom: 1px solid black;
  font-size: 1.25rem;
  font-family: "Roboto", sans-serif;
  text-transform: uppercase;
}
.areahighlights-card__title {
  font-size: 1.125rem;
  margin-top: 1.2rem;
}
.areahighlights-card__title-link {
  display: flex !important;
  gap: 0.8rem;
  text-transform: initial;
  font-family: "Roboto", arial, sans-serif;
  color: #142143;
  text-decoration: none;
}
.outer-hebrides .areahighlights-card__title-link {
  color: #263253;
}
.areahighlights-card__title-link span {
  flex: 1;
}
.areahighlights-card__title-link svg {
  fill: #142143;
  margin-top: 4px;
  transition: margin 0.3s ease-in-out;
}
.inverness .areahighlights-card__title-link svg, .wes .areahighlights-card__title-link svg {
  fill: #007EB6;
}
.emsp .areahighlights-card__title-link svg {
  fill: #B11B83;
}
.enterprise .areahighlights-card__title-link svg {
  fill: #6C3685;
}
.outer-hebrides .areahighlights-card__title-link svg {
  fill: #F26419;
}
.areahighlights-card__title-link:hover {
  text-decoration: underline;
}
.areahighlights-card__date {
  font-size: 1.5rem;
  color: #23408f;
  text-transform: uppercase;
}

.m-projecthighlights {
  padding: 30px 0;
  position: relative;
  overflow: hidden;
  z-index: 10;
}
.m-projecthighlights.date .inner .item img {
  display: none;
}
.m-projecthighlights.date .inner .item .text .top .e-date {
  display: block;
}
.m-projecthighlights h2 {
  text-align: center;
  color: #1f1e1e;
}
.osw .m-projecthighlights h2 {
  color: #115388;
}
.m-projecthighlights .m-tabbednavigation {
  margin-top: 30px;
}
.m-projecthighlights .m-tabbednavigation ul.nav-tabs {
  display: flex !important;
  flex-wrap: wrap;
}
.m-projecthighlights .m-tabbednavigation ul.nav-tabs li {
  order: 2;
}
.m-projecthighlights .m-tabbednavigation ul.nav-tabs li.single {
  order: 1;
  width: 100%;
  background: none;
  padding: 0 0 15px 5px !important;
  border: none;
  flex: none;
}
.m-projecthighlights .m-tabbednavigation ul.nav-tabs li.single:before {
  content: ">";
  margin-right: 10px;
  color: #23408f;
  margin-top: 2px;
}
.inverness .m-projecthighlights .m-tabbednavigation ul.nav-tabs li.single:before, .wes .m-projecthighlights .m-tabbednavigation ul.nav-tabs li.single:before {
  color: #007EB6;
}
.emsp .m-projecthighlights .m-tabbednavigation ul.nav-tabs li.single:before {
  color: #B11B83;
}
.enterprise .m-projecthighlights .m-tabbednavigation ul.nav-tabs li.single:before {
  color: #6C3685;
}
.m-projecthighlights .m-tabbednavigation ul.nav-tabs li.single a {
  padding: 0 !important;
  background: none !important;
}
.m-projecthighlights .inner {
  margin: 30px 0 0;
  padding-bottom: 60px;
  position: relative;
  display: flex;
  flex-wrap: wrap;
}
.m-projecthighlights .inner .item {
  width: 100%;
  float: left;
  position: relative;
  padding-left: 15px;
  padding-right: 15px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background: #ffffff;
}
@media (min-width: 0) {
  .m-projecthighlights .inner .item {
    width: 100%;
  }
}
@media (min-width: 768px) {
  .m-projecthighlights .inner .item {
    width: 50%;
  }
}
@media (min-width: 992px) {
  .m-projecthighlights .inner .item {
    width: 25%;
  }
}
@media (min-width: 1230px) {
  .m-projecthighlights .inner .item {
    width: 25%;
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media (min-width: 1460px) {
  .m-projecthighlights .inner .item {
    width: 25%;
  }
}
.m-projecthighlights .inner .item img {
  display: block;
  width: 100%;
}
.m-projecthighlights .inner .item .text {
  padding: 15px 0 50px;
}
.m-projecthighlights .inner .item .text a {
  background: none;
  color: #142143;
  padding-bottom: 0;
  position: relative;
  font-weight: 400;
  padding-left: 20px;
  display: block;
  text-decoration: none;
}
.m-projecthighlights .inner .item .text a:before {
  font-size: 1.25rem;
  content: ">";
  position: absolute;
  top: 0;
  left: 0px;
  color: #23408f;
  transition: all 0.3s ease-in-out;
}
.inverness .m-projecthighlights .inner .item .text a:before, .wes .m-projecthighlights .inner .item .text a:before {
  color: #007EB6;
}
.emsp .m-projecthighlights .inner .item .text a:before {
  color: #B11B83;
}
.enterprise .m-projecthighlights .inner .item .text a:before {
  color: #6C3685;
}
.m-projecthighlights .inner .item .text a:hover {
  color: #23408f;
  text-decoration: underline;
}
.m-projecthighlights .inner .item .text a:hover:before {
  left: 5px;
}
.inverness .m-projecthighlights .inner .item .text a:hover, .wes .m-projecthighlights .inner .item .text a:hover {
  color: #007EB6;
}
.emsp .m-projecthighlights .inner .item .text a:hover {
  color: #B11B83;
}
.enterprise .m-projecthighlights .inner .item .text a:hover {
  color: #6C3685;
}
.m-projecthighlights .inner .item .text .top {
  border-bottom: 1px solid #23408f;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 15px;
  margin-bottom: 15px;
  line-height: 20px;
}
.m-projecthighlights .inner .item .text .top .e-date {
  font-size: 0.875rem;
  color: #23408f;
  text-transform: uppercase;
  display: none;
  font-weight: 600;
  order: 2;
  margin-left: auto;
}
.osw .m-projecthighlights .inner .item .text .top .e-date {
  color: #115388;
}
.m-projecthighlights .inner .item .text .top h3 a {
  font-size: 1.25rem;
  background: none;
  padding: 0;
}
.m-projecthighlights .inner .item .text .top h3 a:before, .m-projecthighlights .inner .item .text .top h3 a:after {
  display: none;
}
.m-projecthighlights .inner .item .text .top a {
  color: #142143;
  background: none !important;
  padding-left: 15px;
}
.m-projecthighlights .inner .item .text .top a:before {
  line-height: 18px;
}
.m-projecthighlights .inner .item .text .top a:hover {
  color: #23408f;
}
.inverness .m-projecthighlights .inner .item .text .top a:hover, .wes .m-projecthighlights .inner .item .text .top a:hover {
  color: #007EB6;
}
.emsp .m-projecthighlights .inner .item .text .top a:hover {
  color: #B11B83;
}
.enterprise .m-projecthighlights .inner .item .text .top a:hover {
  color: #6C3685;
}
.m-projecthighlights .inner .item.events .event-link {
  padding-bottom: 30px;
  margin-bottom: 30px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}
.m-projecthighlights .inner .item.events .event-link p {
  display: block;
  padding-left: 20px;
}
.m-projecthighlights .inner .item.events .event-link:last-child {
  border: none;
  padding: 0;
  margin: 0;
}
.m-projecthighlights .inner .slick-track {
  display: flex;
  align-items: stretch;
}
.m-projecthighlights .inner .slick-track .slick-slide {
  padding: 0 15px;
  float: none;
  height: auto;
  display: flex;
}
.m-projecthighlights .inner .slick-track .slick-slide > div {
  width: 100%;
  display: flex;
}
.m-projecthighlights .inner .slick-dots {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  margin: 0;
  padding: 0;
  text-align: center;
}
@media (min-width: 992px) {
  .m-projecthighlights {
    padding: 60px 0;
  }
  .m-projecthighlights .m-tabbednavigation {
    margin-top: 50px;
  }
  .m-projecthighlights .m-tabbednavigation ul.nav-tabs li {
    order: 1;
  }
  .m-projecthighlights .m-tabbednavigation ul.nav-tabs li.single {
    width: auto;
    order: 2;
  }
  .m-projecthighlights .slick-list {
    min-width: 100%;
  }
  .m-projecthighlights .inner {
    margin: 0;
    padding: 40px 0;
  }
  .m-projecthighlights .inner .item .text .top a {
    font-size: 0.875rem;
  }
  .m-projecthighlights .inner .item .text .top a:before {
    line-height: 20px;
  }
  .m-projecthighlights .inner .item .text a {
    font-family: 1.125rem;
  }
  .m-projecthighlights .inner .item .text a:before {
    line-height: 22px;
  }
}
@media (min-width: 1230px) {
  .m-projecthighlights {
    padding: 80px 0 40px;
  }
}

.projecthighlights-card-grid {
  display: grid;
  margin-top: 3.2rem;
}
@media (min-width: 768px) {
  .projecthighlights-card-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 2rem;
  }
}
@media (min-width: 992px) {
  .projecthighlights-card-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 4rem;
  }
}

.projecthighlights-card__image {
  margin-bottom: 1.5rem;
}
.projecthighlights-card__image img {
  display: block;
  width: 100%;
}
.projecthighlights-card__label {
  display: block;
  margin-bottom: 1.6rem;
  padding-bottom: 1.6rem;
  border-bottom: 1px solid black;
  font-size: 1.25rem;
  font-family: "Roboto", sans-serif;
  text-transform: uppercase;
}
.projecthighlights-card__title {
  font-size: 1.125rem;
  margin-top: 1.2rem;
}
.projecthighlights-card__title-link {
  display: flex !important;
  gap: 0.8rem;
  text-transform: initial;
  font-family: "Roboto", arial, sans-serif;
  color: #142143;
  text-decoration: none;
}
.projecthighlights-card__title-link span {
  flex: 1;
}
.projecthighlights-card__title-link svg {
  fill: #142143;
  margin-top: 4px;
  transition: margin 0.3s ease-in-out;
}
.inverness .projecthighlights-card__title-link svg, .wes .projecthighlights-card__title-link svg {
  fill: #007EB6;
}
.emsp .projecthighlights-card__title-link svg {
  fill: #B11B83;
}
.enterprise .projecthighlights-card__title-link svg {
  fill: #6C3685;
}
.projecthighlights-card__title-link:hover {
  text-decoration: underline;
}
.projecthighlights-card__date {
  font-size: 1.5rem;
  color: #23408f;
  text-transform: uppercase;
}

.m-broadband {
  padding: 30px 0;
}
.m-broadband iframe {
  width: 100%;
  min-height: 70vh;
  height: 500px;
  border: none;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.05);
}
@media (min-width: 992px) {
  .m-broadband {
    padding: 60px 0;
  }
}

.m-businessdevelopment .m-headerintro {
  margin-bottom: 20px;
}
@media all and (max-width: 767px) {
  .m-businessdevelopment .m-headerintro:before, .m-businessdevelopment .m-headerintro:after,
  .m-businessdevelopment .m-headerintro .container:before,
  .m-businessdevelopment .m-headerintro .container:after {
    display: none;
  }
}
.m-businessdevelopment .m-mapview .business-map .info-window {
  font-size: 1rem;
}
.m-businessdevelopment .m-mapview .business-map .info-window ul {
  list-style: none;
  padding: 0;
  margin: 0 0 15px 0;
}
.m-businessdevelopment .m-mapview .business-map .info-window ul li {
  margin: 0;
  padding: 0;
}
.m-businessdevelopment .m-mapview .business-map .info-window p {
  margin: 0 0 15px 0;
}
.m-businessdevelopment .m-mapview .business-map .info-window p:last-child {
  margin: 0;
}
.m-businessdevelopment .m-mapview .business-map .gm-style .gm-style-iw-c {
  border-radius: 0;
  border: solid 1px #707070 !important;
  width: 100%;
  max-width: 340px !important;
  padding: 23px 23px 10px 23px !important;
}
.m-businessdevelopment .m-mapview .business-map .gm-style .gm-style-iw-c .gm-style-iw-d {
  padding: 0 !important;
}
.m-businessdevelopment .m-mapview .business-map .gm-style .gm-style-iw-c button {
  top: 7px !important;
  right: 10px !important;
}
.m-businessdevelopment .m-mapview .business-map .gm-style .gm-style-iw-c button span {
  width: 20px !important;
  height: 20px !important;
  color: black;
}
@media all and (min-width: 768px) {
  .m-businessdevelopment-split {
    display: flex;
  }
  .m-businessdevelopment-split > section {
    flex: 0 0 50%;
  }
  .m-businessdevelopment-split > section.m-headerintro:before, .m-businessdevelopment-split > section.m-headerintro:after,
  .m-businessdevelopment-split > section.m-headerintro .container:before,
  .m-businessdevelopment-split > section.m-headerintro .container:after {
    display: none;
  }
  .m-businessdevelopment-split > section.m-headerintro .container .row {
    display: flex;
    flex-direction: column;
  }
  .m-businessdevelopment-split > section.m-headerintro .container .row > * {
    width: 100%;
    max-width: 700px;
    margin: 0 auto;
  }
}

.map-info-popover {
  background-color: white;
  border-radius: 1.5rem;
  padding: 0 1.5rem 1.5rem 1rem;
  font-size: 1rem;
}
.map-info-popover__title {
  font-size: 1.25rem;
}
.map-info-popover__description a:after {
  content: none !important;
}
.map-info-popover__description ul {
  margin: 1rem 0;
  padding-left: 1rem;
}
.map-info-popover__link:after {
  content: none !important;
}

.m-carouselcomponent .row .media {
  display: flex !important;
  flex-direction: column;
}
.m-carouselcomponent .row .media .wrapper {
  padding: 0 !important;
}
.m-carouselcomponent .media-slider .item {
  float: left;
}
.m-carouselcomponent .media-slider .slick-arrow {
  font-size: 1.25rem;
  position: absolute;
  bottom: 0;
  margin: 0;
  padding: 6px 35px;
  transition: all 0.3s ease-in-out;
  background: #23408f;
  border-radius: 0;
  border: none;
  color: #ffffff;
  z-index: 30;
}
.m-carouselcomponent .media-slider .slick-arrow:before, .m-carouselcomponent .media-slider .slick-arrow:after {
  content: none;
}
.inverness .m-carouselcomponent .media-slider .slick-arrow, .wes .m-carouselcomponent .media-slider .slick-arrow {
  background: #007EB6;
}
.emsp .m-carouselcomponent .media-slider .slick-arrow {
  background: #B11B83;
}
.enterprise .m-carouselcomponent .media-slider .slick-arrow {
  background: #6C3685;
}
.osw .m-carouselcomponent .media-slider .slick-arrow {
  background: #021859;
}
.outer-hebrides .m-carouselcomponent .media-slider .slick-arrow {
  background: #F26419;
}
.m-carouselcomponent .media-slider .slick-arrow:hover {
  cursor: pointer;
  background: #142143;
}
.m-carouselcomponent .media-slider .slick-arrow.prev {
  right: 79px;
  border-right: none;
}
.m-carouselcomponent .media-slider .slick-arrow.next {
  right: 0;
}
@media (min-width: 1025px) {
  .m-carouselcomponent .media-slider .slick-arrow:focus {
    background-color: #fdd522;
    box-shadow: 0 3px #152043;
    color: #152043;
    outline: none;
    transition: none;
  }
}
.m-carouselcomponent .bottom {
  display: flex;
  align-content: center;
  padding: 2.5px 15px;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 20;
  background: rgba(255, 255, 255, 0.85);
  width: 100%;
  height: 42px;
}
.m-carouselcomponent .bottom .e-count {
  font-size: 0.875rem;
  display: flex;
  align-items: center;
  font-weight: 500;
  color: #142143;
  min-width: 30px;
}
.m-carouselcomponent .bottom .description-slider {
  display: flex;
  align-items: center;
  width: calc(100% - 160px);
}
.m-carouselcomponent .bottom .description-slider .item {
  float: left;
}
.m-carouselcomponent .bottom .description-slider .item p {
  margin: 0 0 0 20px !important;
}
@media (min-width: 992px) {
  .m-carouselcomponent .row .media {
    display: flex !important;
    flex-direction: row;
    align-items: stretch;
  }
  .m-carouselcomponent .media-slider {
    display: flex;
    width: 100%;
    align-items: stretch;
  }
  .m-carouselcomponent .media-slider .slick-list,
  .m-carouselcomponent .media-slider .slick-track {
    display: flex;
    align-items: stretch;
    width: 100%;
  }
  .m-carouselcomponent .media-slider .slick-list .slick-slide,
  .m-carouselcomponent .media-slider .slick-list .slick-slide > div,
  .m-carouselcomponent .media-slider .slick-track .slick-slide,
  .m-carouselcomponent .media-slider .slick-track .slick-slide > div {
    display: flex;
    align-items: stretch;
    width: 100%;
    flex: none;
    float: none;
  }
  .m-carouselcomponent .media-slider .slick-list .slick-slide .item,
  .m-carouselcomponent .media-slider .slick-list .slick-slide > div .item,
  .m-carouselcomponent .media-slider .slick-track .slick-slide .item,
  .m-carouselcomponent .media-slider .slick-track .slick-slide > div .item {
    display: flex !important;
    align-items: stretch;
    width: 100%;
  }
  .m-carouselcomponent .media-slider .slick-list .slick-slide .item .wrapper,
  .m-carouselcomponent .media-slider .slick-list .slick-slide > div .item .wrapper,
  .m-carouselcomponent .media-slider .slick-track .slick-slide .item .wrapper,
  .m-carouselcomponent .media-slider .slick-track .slick-slide > div .item .wrapper {
    display: flex;
    align-items: stretch;
    width: 100%;
  }
  .m-carouselcomponent .media-slider .slick-list .slick-slide .item .wrapper img,
  .m-carouselcomponent .media-slider .slick-list .slick-slide > div .item .wrapper img,
  .m-carouselcomponent .media-slider .slick-track .slick-slide .item .wrapper img,
  .m-carouselcomponent .media-slider .slick-track .slick-slide > div .item .wrapper img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    object-position: center;
    display: block !important;
  }
}

.slick-slide:focus > *:first-child {
  outline: none;
}

.slick-slide.slick-active:focus-visible {
  box-shadow: none;
  outline: 4px solid #fdd522;
  outline-offset: -3px;
  background-color: transparent;
}

.slick-slider + .button {
  margin-top: 2.5rem;
}

.slick-arrow:before, .slick-arrow:after {
  content: none;
}

.m-casestudypanel .slick-track {
  display: flex;
}
.m-casestudypanel .slate {
  background: #1f1e1e;
}
.m-casestudypanel .slate .slick-arrow {
  color: white !important;
}
.m-casestudypanel .slate .slick-dots button {
  background-color: transparent !important;
  border-color: white !important;
}
.m-casestudypanel .slate .slick-dots .slick-active button {
  background-color: white !important;
}
.m-casestudypanel:not(.slate) .nav:hover {
  color: #1f1e1e;
}
.osw .m-casestudypanel .nav {
  color: #115388;
}
.osw .m-casestudypanel .nav:hover {
  color: #115388;
}
.osw .m-casestudypanel .slick-dots li button {
  background: #115388;
  border-color: #115388;
}
.osw .m-casestudypanel .slick-dots li.slick-active button {
  background: none;
}
.m-casestudypanel .inner .item {
  display: flex !important;
  flex-direction: column;
  height: auto;
  background: #ffffff;
}
.m-casestudypanel .inner .item .e-image img {
  width: 100%;
  display: block;
}
.m-casestudypanel .inner .item .e-text {
  padding: 20px;
}
.m-casestudypanel .nav {
  font-size: 2.5rem;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  margin: 0;
  padding: 0;
  border-radius: 0;
  border-color: transparent;
  background: transparent !important;
  transition: all 0.3s ease-in-out;
  color: #142143;
}
.bg-dark-blue .m-casestudypanel .nav {
  color: white;
}
.bg-dark-blue .m-casestudypanel .nav:hover {
  color: #007DB2;
}
.m-casestudypanel .nav.prev {
  right: calc(100% + 15px);
}
.m-casestudypanel .nav.next {
  left: calc(100% + 15px);
}
.m-casestudypanel .nav:hover {
  cursor: pointer;
  box-shadow: none;
}
.m-casestudypanel .slick-dots {
  position: absolute;
  top: calc(100% + 20px);
  left: 0;
  margin: 0;
}
@media (min-width: 992px) {
  .m-casestudypanel .inner {
    margin: 0 5rem;
  }
  .m-casestudypanel .inner .item {
    flex-direction: row;
    align-items: center;
  }
  .m-casestudypanel .inner .item .e-image {
    width: 50%;
    height: 100%;
  }
  .m-casestudypanel .inner .item .e-image img {
    height: 100%;
    object-fit: cover;
    object-position: center;
  }
  .m-casestudypanel .inner .item .e-text {
    width: 50%;
    padding: 30px;
  }
}
@media (min-width: 1230px) {
  .m-casestudypanel .inner .item .e-text {
    padding: 30px 50px;
  }
}
.m-casestudypanel__item {
  display: flex !important;
  flex-direction: column;
  height: auto;
  border: 1px solid #dfdfdf;
  border-radius: 1.5rem;
  overflow: hidden;
}
[class*=bg-]:not(.bg-white) .m-casestudypanel__item {
  border-color: transparent;
}
@media (min-width: 768px) {
  .m-casestudypanel__item {
    display: grid !important;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
.m-casestudypanel__content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 2rem;
  color: #1f1e1e;
  background-color: white;
}
@media (min-width: 64em) {
  .m-casestudypanel__content {
    padding: 3rem 5rem;
  }
}
.m-casestudypanel__content-btn {
  background-color: transparent !important;
  border-color: #23408F !important;
  color: #23408F !important;
}
.m-casestudypanel__content-btn:hover {
  background-color: #142143 !important;
  color: white !important;
}
.m-casestudypanel__image {
  height: 100%;
}
.m-casestudypanel__image img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  object-position: center;
}
.m-casestudypanel--carousel {
  padding-bottom: 3rem;
}
.outer-hebrides .m-casestudypanel .slick-arrow {
  color: #263253;
}
.outer-hebrides .m-casestudypanel .slick-dots li:not(.slick-active) button {
  background-color: #263253;
}
.outer-hebrides .m-casestudypanel .slick-dots li button {
  border-color: #263253;
}

:root {
  --factsheet-card-border: #CDCECF;
}

.m-factsheet-group {
  display: flex;
  flex-direction: column;
  gap: 2rem;
  margin-top: 2rem;
}
@media (min-width: 768px) {
  .m-factsheet-group {
    margin-top: 4rem;
  }
  .m-factsheet-group--grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 2.5rem;
  }
}

.m-factsheet-group--carousel .slick-track {
  display: flex;
}
.m-factsheet-group--carousel .slick-slide {
  height: auto;
  padding: 0 1.5rem;
}

.m-factsheet-card {
  display: flex;
  flex-direction: column;
  padding: 1.5rem;
  background-color: white;
  border: 1px solid var(--factsheet-card-border);
  color: #1f1e1e;
}
@media (min-width: 768px) {
  .m-factsheet-card {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    grid-template-rows: 220px 1fr;
    padding: 2.5rem;
    height: 100%;
  }
}
.m-factsheet-card__image img {
  object-fit: cover;
  object-position: center;
  width: 100%;
  height: 100%;
}
.inverness .m-factsheet-card__title, .wes .m-factsheet-card__title {
  color: #1f1e1e;
}
.enterprise .m-factsheet-card__title {
  color: #1f1e1e;
}
.emsp .m-factsheet-card__title {
  color: #1f1e1e;
}
.osw .m-factsheet-card__title {
  color: #115388;
}
.outer-hebrides .m-factsheet-card__title {
  color: #263253;
}
.m-factsheet-card__text {
  padding: 1.5rem 0;
}
.m-factsheet-card__text h2 {
  margin-bottom: 1rem;
  color: #23408f;
  font-size: 2rem;
}
.m-factsheet-card__text p {
  color: #1f1e1e;
}
@media (min-width: 768px) {
  .m-factsheet-card__text {
    grid-row: 2/3;
    grid-column: 1/3;
    padding: 2.5rem 0 0;
  }
}
.m-factsheet-card__action {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 1.25rem;
  background-color: #23408f;
}
.inverness .m-factsheet-card__action, .wes .m-factsheet-card__action {
  background-color: #007DB2;
}
.enterprise .m-factsheet-card__action {
  background-color: #653278;
}
.emsp .m-factsheet-card__action {
  background-color: #B11B83;
}
.outer-hebrides .m-factsheet-card__action {
  background-color: #263253;
}
@media (min-width: 768px) {
  .m-factsheet-card__action {
    grid-row: 1/2;
    grid-column: 2/3;
  }
}

[data-slick-count="2"] .slick-initialized .slick-dots {
  display: none;
}

.m-formpicker {
  padding: 30px 0;
}
.m-formpicker .container {
  max-width: 690px;
}
.m-formpicker + .m-fullwidthtext {
  padding-top: 0;
}
@media (min-width: 1230px) {
  .m-formpicker {
    padding: 60px 0;
  }
}

.m-iconctas {
  padding: 50px 0;
  text-align: center;
}
.m-iconctas[class*=background-] {
  color: #fff;
}
.m-iconctas[class*=background-] h2, .m-iconctas[class*=background-] h3, .m-iconctas[class*=background-] a:not(:focus-visible) {
  color: #fff;
}
.m-iconctas h3 {
  font-size: 2rem;
  margin-bottom: 22px;
}
.m-iconctas h3 > a {
  text-decoration: none;
}
.m-iconctas h3 > a:hover {
  text-decoration: underline;
}
.m-iconctas .e-top {
  max-width: 855px;
  margin: 0 auto;
  display: block;
}
.m-iconctas .row {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.m-iconctas .e-item {
  position: relative;
  display: flex;
  flex-direction: column;
  margin-top: 30px;
  text-decoration: none;
  align-items: center;
  padding: 0 30px;
}
.m-iconctas .e-item .icon {
  width: 148px;
  margin: 0 0 22px;
}
.m-iconctas .e-item:hover h3 {
  text-decoration: underline;
}
.m-iconctas .e-item .text {
  width: calc(100% - 65px);
}
.m-iconctas .e-item .text p {
  margin-top: 0;
  flex-grow: 1;
}
.m-iconctas .e-item .text p:first-child {
  margin-bottom: 0;
}
.m-iconctas .e-more {
  margin-top: 30px;
}
@media (min-width: 992px) {
  .m-iconctas {
    padding: 80px 0;
  }
  .m-iconctas .e-item {
    margin-top: 50px;
    width: 22.9508197%;
    min-width: 336px;
  }
  .m-iconctas .e-item .text {
    width: auto;
    max-width: 340px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    flex-grow: 1;
  }
  .m-iconctas .e-more {
    text-align: center;
  }
}

section + .m-imagetext[class*=background-] .text .inner {
  color: #ffffff;
}
section + .m-imagetext[class*=background-] .text .inner h2,
section + .m-imagetext[class*=background-] .text .inner h3,
section + .m-imagetext[class*=background-] .text .inner h4 {
  color: #ffffff;
}

.m-imagetext .row {
  display: flex;
  flex-wrap: wrap;
  margin: 0;
}
.m-imagetext .row:after, .m-imagetext .row:before {
  display: none;
}
.m-imagetext .media {
  width: 100%;
  float: left;
  position: relative;
  padding-left: 15px;
  padding-right: 15px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  float: none;
  order: 2;
}
@media (min-width: 0) {
  .m-imagetext .media {
    width: 100%;
  }
}
@media (min-width: 768px) {
  .m-imagetext .media {
    width: 100%;
  }
}
@media (min-width: 992px) {
  .m-imagetext .media {
    width: 50%;
  }
}
@media (min-width: 1230px) {
  .m-imagetext .media {
    width: 50%;
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media (min-width: 1460px) {
  .m-imagetext .media {
    width: 50%;
  }
}
.m-imagetext .media .wrapper {
  border-radius: 1.5rem;
  overflow: hidden;
}
.m-imagetext .media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.background-green .m-imagetext .text .inner:before {
  background: linear-gradient(to bottom, rgba(49, 135, 49, 0) 0%, #318731 100%);
}
.background-purple .m-imagetext .text .inner:before {
  background: linear-gradient(to bottom, rgba(101, 50, 120, 0) 0%, #653278 100%);
}
.background-orange .m-imagetext .text .inner:before {
  background: linear-gradient(to bottom, rgba(201, 79, 8, 0) 0%, #C94F08 100%);
}
.background-blue .m-imagetext .text .inner:before {
  background: linear-gradient(to bottom, rgba(0, 125, 178, 0) 0%, #23408F 100%);
}
.background-grey .m-imagetext .text .inner:before {
  background: linear-gradient(to bottom, rgba(82, 85, 91, 0) 0%, rgb(82, 85, 91) 100%);
}
.background-pink .m-imagetext .text .inner:before {
  background: linear-gradient(to bottom, rgba(229, 0, 125, 0) 0%, rgb(229, 0, 125) 100%);
}
.background-deeppink .m-imagetext .text .inner:before {
  background: linear-gradient(to bottom, rgba(177, 27, 131, 0) 0%, rgb(177, 27, 131) 100%);
}
.background-deepgreen .m-imagetext .text .inner:before {
  background: linear-gradient(to bottom, rgba(117, 121, 29, 0) 0%, rgb(117, 121, 29) 100%);
}
.background-deepblue .m-imagetext .text .inner:before {
  background: linear-gradient(to bottom, rgba(0, 130, 144, 0) 0%, rgb(0, 130, 144) 100%);
}
.background-darkblue .m-imagetext .text .inner:before {
  background: linear-gradient(to bottom, rgba(20, 33, 67, 0) 0%, rgb(20, 33, 67) 100%);
}
.outer-hebrides .background-darkblue .m-imagetext .text .inner:before {
  background: linear-gradient(to bottom, rgba(38, 50, 83, 0) 0%, #263253 100%);
}
.background-lightgrey .m-imagetext .text .inner:before {
  background: linear-gradient(to bottom, rgba(239, 239, 240, 0) 0%, #efeff0 100%);
}
[class*=background-] .m-imagetext .text a:hover {
  text-decoration: none;
}
[class*=background-] .m-imagetext .text [data-module=readmore]:hover {
  background: transparent !important;
  color: inherit !important;
}
[class*=background-] .m-imagetext .text [data-module=readmore]:focus-visible {
  color: #152043 !important;
  border-color: transparent;
}
.m-imagetext a + a {
  margin-left: 20px;
}
@media (max-width: 768px) {
  .m-imagetext a + a {
    margin-left: 0;
    display: block;
    margin-top: 16px;
  }
}
.m-imagetext .text {
  width: 100%;
  float: left;
  position: relative;
  padding-left: 15px;
  padding-right: 15px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  float: none;
  margin-bottom: 2rem;
  padding: 0 1.5rem;
  order: 1;
}
@media (min-width: 0) {
  .m-imagetext .text {
    width: 100%;
  }
}
@media (min-width: 768px) {
  .m-imagetext .text {
    width: 100%;
  }
}
@media (min-width: 992px) {
  .m-imagetext .text {
    width: 50%;
  }
}
@media (min-width: 1230px) {
  .m-imagetext .text {
    width: 50%;
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media (min-width: 1460px) {
  .m-imagetext .text {
    width: 50%;
  }
}
.m-imagetext .text .inner {
  overflow: hidden;
  max-height: 350px;
  position: relative;
  transition: max-height 1s ease-in-out;
}
.m-imagetext .text .inner:before {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  height: 80px;
  width: 100%;
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgb(255, 255, 255) 100%);
  z-index: 20;
  transition: all 0.3s ease-in-out;
}
.m-imagetext .text .inner.open {
  max-height: 200vh;
}
.m-imagetext .text .inner.open:before {
  opacity: 0;
  z-index: -1;
}
@media (min-width: 992px) {
  .m-imagetext.image-left .text {
    order: 2;
  }
  .m-imagetext.image-left .media {
    order: 1;
    margin-top: 0;
  }
  .m-imagetext.image-right .text {
    order: 1;
  }
  .m-imagetext.image-right .media {
    order: 2;
  }
}

.m-infographic .help {
  margin: 1.6rem 0;
  text-align: right;
  display: block;
}
.m-infographic img {
  width: 100%;
  display: block;
  border: 1px solid #eee;
}
.m-infographic .magnify > .magnify-lens {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  border: 5px solid #ffffff;
}

.m-partnerlogos {
  padding: 30px 0;
}
.m-partnerlogos .e-top {
  text-align: center;
  margin: 0 auto;
  max-width: 850px;
}
.m-partnerlogos .column {
  width: 100%;
  float: left;
  position: relative;
  padding-left: 15px;
  padding-right: 15px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  text-align: center;
  margin: 30px 0 0;
}
@media (min-width: 0) {
  .m-partnerlogos .column {
    width: 100%;
  }
}
@media (min-width: 768px) {
  .m-partnerlogos .column {
    width: 50%;
  }
}
@media (min-width: 992px) {
  .m-partnerlogos .column {
    width: 50%;
  }
}
@media (min-width: 1230px) {
  .m-partnerlogos .column {
    width: 50%;
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media (min-width: 1460px) {
  .m-partnerlogos .column {
    width: 50%;
  }
}
.m-partnerlogos .column:nth-child(odd) {
  clear: left;
}
.m-partnerlogos .column .image {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 20px;
  height: 250px;
  width: 100%;
  margin-bottom: 15px;
}
.m-partnerlogos .column .image img {
  flex-shrink: 0;
  max-height: 100%;
}
.m-partnerlogos .column h3 {
  margin-top: 20px;
}
.m-partnerlogos .preamble {
  font-weight: normal;
}
@media (min-width: 992px) {
  .m-partnerlogos {
    padding: 60px 0;
  }
  .m-partnerlogos .e-top {
    margin: 0 auto 30px;
  }
  .m-partnerlogos .column p {
    padding: 0 40px;
  }
}

.m-podcast {
  padding: 30px 0;
}
@media (min-width: 992px) {
  .m-podcast {
    text-align: left;
    padding: 60px 0;
  }
}
@media (min-width: 1230px) {
  .m-podcast {
    padding: 80px 0;
  }
}
.m-podcast .e-text {
  width: 100%;
  float: left;
  position: relative;
  padding-left: 15px;
  padding-right: 15px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
@media (min-width: 0) {
  .m-podcast .e-text {
    width: 100%;
  }
}
@media (min-width: 768px) {
  .m-podcast .e-text {
    width: 100%;
  }
}
@media (min-width: 992px) {
  .m-podcast .e-text {
    width: 50%;
  }
}
@media (min-width: 1230px) {
  .m-podcast .e-text {
    width: 50%;
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media (min-width: 1460px) {
  .m-podcast .e-text {
    width: 50%;
  }
}
@media (max-width: 992px) {
  .m-podcast .e-text + .e-text {
    margin-top: 20px;
  }
}
.m-podcast .inner {
  overflow: hidden;
  max-height: 350px;
  position: relative;
  transition: max-height 1s ease-in-out;
}
.m-podcast .inner:before {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  height: 80px;
  width: 100%;
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgb(255, 255, 255) 100%);
  z-index: 20;
  transition: all 0.3s ease-in-out;
}
.m-podcast .inner p:first-child {
  margin-top: 10px;
}
.m-podcast .inner.open {
  max-height: 600px;
}
.m-podcast .inner.open:before {
  opacity: 0;
  z-index: -1;
}
.m-podcast .podcast-embed {
  margin-top: 20px;
}
.m-podcast .e-readmore {
  background: linear-gradient(to right, #318731 0%, #318731 100%);
  background-size: 0px 1px;
  background-repeat: no-repeat;
  background-position: left 85%;
  padding-bottom: 5px;
  margin-top: 15px;
  padding: 0;
  border-radius: 0;
  border: none;
}
.m-podcast .e-readmore:hover {
  background-size: 100% 1px;
}
.m-podcast .e-readmore:hover {
  background: transparent;
  color: inherit;
}
.m-podcast .truncated {
  margin-bottom: 20px;
}
.m-podcast .listen-links {
  margin-bottom: 20px;
}
.m-podcast .listen-links > * {
  float: left;
  margin-bottom: 10px;
  padding-right: 10px;
}
@media (max-width: 768px) {
  .m-podcast .listen-links > * {
    float: none;
  }
}
.m-podcast .listen-links > *:not(:first-child):before {
  content: "|";
  color: #cdcecf;
  padding-right: 10px;
}
@media (max-width: 768px) {
  .m-podcast .listen-links > *:not(:first-child):before {
    content: "";
    padding-right: 0;
  }
}
.m-podcast .e-article-actions {
  display: flex;
  align-items: center;
  border-top: 1px solid #cdcecf;
  padding-top: 20px;
}
.m-podcast .e-sharebutton {
  margin-left: auto;
  margin-top: 0;
  margin-right: 0;
}
.m-podcast .e-profileactions {
  margin-left: -10px;
}
.m-podcast .e-profileactions ul {
  list-style: none;
  display: flex;
  margin: 0;
  padding: 0;
  align-items: center;
}
.m-podcast .e-profileactions ul li {
  margin-left: 10px;
  display: flex;
  align-items: center;
}
.m-podcast .e-profileactions ul li button {
  padding: 0;
  background: none;
  color: #23408f;
  border: none;
  margin: 0;
  outline: none;
}
.m-podcast .e-profileactions ul li button span {
  text-decoration: underline;
}
.m-podcast .e-profileactions ul li button path {
  stroke: #23408f;
}
.m-podcast .e-profileactions ul li button:hover span {
  text-decoration-thickness: 2px;
  color: #142143;
}
.m-podcast .e-profileactions ul li button.selected svg {
  fill: #23408f;
}
.m-podcast .e-profileactions ul li button span {
  /*opacity: 0;
  position: absolute;
  right: 100%;
  top: 0;*/
}
.m-podcast .e-profileactions ul li button svg {
  fill: none;
}
.m-podcast .e-profileactions ul li button:before, .m-podcast .e-profileactions ul li button:after {
  display: none;
}
.m-podcast .m-accordion, .m-podcast .m-ouroffices {
  padding: 0;
}
.m-podcast .m-accordion .e-items, .m-podcast .m-ouroffices .e-items {
  width: 100%;
  padding-left: 0;
  padding-right: 0;
}

.support-finder {
  padding: 1.25rem 1rem;
  background-color: #DFF1FB;
}
@media (min-width: 992px) {
  .support-finder {
    padding-top: 3.75rem;
    padding-bottom: 3.75rem;
  }
}
.support-finder__wrapper {
  max-width: 768px;
  margin-left: auto;
  margin-right: auto;
}
.support-finder__prompts {
  padding: 2rem;
  background-color: white;
}
.support-finder-collation .support-finder__prompts {
  margin-top: 2rem;
}
.support-finder-results .support-finder__prompts {
  border: 2px solid #021859;
  border-top: 0;
}
.support-finder__prompts .submit-filters-button {
  display: flex;
}
.support-finder__prompts .clear-filters-button {
  margin: 0;
  padding: 0;
  background-color: transparent;
  border: none;
  color: #021859;
  text-decoration: underline;
}
.support-finder__prompts .clear-filters-button:hover {
  text-decoration: none;
}
.support-finder__prompts .reset-filter-group {
  margin: 0;
  padding: 0;
  border: none;
  text-decoration: underline;
  background-color: transparent;
}
@media screen and (max-width: 991px) {
  .support-finder__prompts--column:not(.toggle-link__target--visible) {
    display: none;
  }
}
@media (min-width: 992px) {
  .support-finder__prompts--column {
    display: block !important;
  }
}
.support-finder__prompts-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 1.25rem;
}
.support-finder__prompts-action {
  display: flex;
  gap: 1rem;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin-top: 2rem;
}
@media (min-width: 992px) {
  .support-finder__prompts-action {
    flex-direction: row;
    gap: 2.5rem;
  }
}
@media (min-width: 992px) {
  .support-finder__prompts {
    border: none !important;
  }
}
.support-finder__filters {
  display: flex;
  flex-direction: column;
  gap: 1.125rem;
}
@media (min-width: 992px) {
  .support-finder__filters {
    gap: 1.875rem;
  }
}
.support-finder__selected {
  display: none;
}
.support-finder .is-visible {
  display: inline-block;
}
.support-finder .toggle-link {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  width: 100%;
  min-width: 153px;
  padding: 0.675rem;
  border: 2px solid #021859;
  background-color: white;
  font-size: 1.125rem;
  line-height: 1;
  color: #021859;
}
.support-finder .toggle-link[aria-expanded=true] {
  z-index: 101;
}
.support-finder .toggle-link span {
  text-align: left;
}
.support-finder .toggle-link svg {
  width: 0.75rem;
  height: 0.75rem;
  fill: inherit;
}
.support-finder .toggle-link[aria-expanded=true]:after {
  content: "";
  position: absolute;
  bottom: -4px;
  left: 0;
  width: 100%;
  height: 6px;
  background-color: white;
  z-index: 1;
}
.support-finder-results .support-finder .toggle-link[aria-expanded=true] {
  border-bottom: none;
}
.support-finder-results .support-finder .toggle-link[aria-expanded=true]:after {
  content: none;
}
.support-finder .toggle-link__target:not(.toggle-link__target--visible) {
  display: none;
}
@media (min-width: 992px) {
  .support-finder-results .toggle-link--group-parent {
    display: none;
  }
}

.support-finder-form {
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
}
.support-finder-form__question {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 1rem;
  border: none;
  margin: 0;
  padding: 0;
  font-size: 1.125rem;
  color: #021859;
}
.support-finder-form__question > div {
  position: relative;
}
@media (min-width: 992px) {
  .support-finder-form__question {
    flex-direction: row;
  }
}
.support-finder-results .support-finder-form__question {
  flex-direction: column;
}
.support-finder-form__action {
  margin: 1rem auto 0;
}
.support-finder-results .support-finder-form__action {
  display: flex;
  flex-direction: row-reverse;
  justify-content: space-between;
  margin-left: 0;
  margin-right: 0;
}
@media (min-width: 992px) {
  .support-finder-results .support-finder-form {
    margin-top: 1.25rem;
  }
}

.support-dropdown-options {
  padding: 0.675rem 0.3rem;
  border: 2px solid #021859;
  border-top: none;
}
@media (min-width: 992px) {
  .support-finder-collation .support-dropdown-options {
    position: absolute;
    top: 100%;
    right: 0;
    width: 100%;
    background-color: white;
    box-shadow: 0px 3px 3px 0px rgba(0, 0, 0, 0.25);
    z-index: 100;
  }
}

.support-finder-selections {
  display: block;
  width: 100%;
  background-color: white;
  border: 2px solid #021859;
  opacity: 1;
  pointer-events: initial;
  max-height: 100vh;
  overflow: hidden;
  transition: 0.3s all ease-in-out;
}
.support-finder-selections svg {
  display: none;
}
.support-finder-selections__panel {
  display: flex;
  gap: 1.5rem;
  padding: 1.5rem;
  text-align: left;
  font-size: 1.375rem;
  color: #021859;
}
.support-finder-selections__panel svg {
  width: 160px;
}
.support-finder-selections__panel div {
  flex: 1;
}
.support-finder-selections__lead {
  display: block;
  margin-bottom: 0.5rem;
}
.support-finder-selections.is-hidden {
  max-height: 0;
  opacity: 0;
  pointer-events: none;
}
@media (min-width: 768px) {
  .support-finder-selections {
    border: none;
  }
  .support-finder-selections svg {
    display: none;
  }
}

.support-finder-question {
  margin: 0.5rem 0 0;
}

.support-tool-filter {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  justify-content: space-between;
}
.support-tool-filter > div {
  position: relative;
}
.support-finder__prompts--column .support-tool-filter > div {
  width: 100%;
}
@media (min-width: 992px) {
  .support-tool-filter {
    flex-direction: row;
    align-items: center;
  }
}
.support-finder__prompts--column .support-tool-filter {
  flex-direction: column;
  align-items: flex-start;
}
.support-tool-filter__options {
  position: relative;
}
.support-tool-filter__prompt {
  flex: 1;
}
.support-tool-filter__category {
  display: inline-block;
  color: #021859;
  font-weight: 500;
  font-size: 1.125rem;
}
.support-tool-filter__extrainfo > * {
  margin: 0;
  font-size: 0.875rem;
}
.support-tool-filter__tooltip {
  position: relative;
  display: inline-block;
}
.support-tool-filter__tooltip-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 1rem;
  height: 1rem;
  margin-left: 0.25rem;
  padding: 0;
  background-color: #81C4EE;
  border-radius: 50%;
  border: none;
}
.support-tool-filter__tooltip-btn svg {
  width: 0.75rem;
  height: 0.75rem;
  fill: #021859;
}
.support-tool-filter__tooltip [role=tooltip] {
  display: none;
  position: absolute;
  top: calc(100% + 12px);
  left: calc(50% - 100px);
  width: 200px;
  background-color: white;
  border: 1px solid rgba(0, 0, 0, 0.35);
  box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.4);
  padding: 0.5rem 0.75rem;
  font-size: 0.875rem;
  line-height: 1.2;
  text-align: left;
  color: #021859;
  z-index: 100;
}
.support-tool-filter__tooltip [role=tooltip]:before {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  top: 1px;
  left: calc(50% + 15px);
  box-sizing: border-box;
  border: 10px solid black;
  border-color: transparent transparent white white;
  transform-origin: 0 0;
  transform: rotate(-225deg);
  box-shadow: -1px 1px 1px 0 rgba(0, 0, 0, 0.4);
}
button:hover + .support-tool-filter__tooltip [role=tooltip], button:focus + .support-tool-filter__tooltip [role=tooltip] {
  display: block;
}
.support-tool-filter .filterOptionsTemplate {
  padding: 1rem;
}
.support-finder__prompts--column .support-tool-filter .filterOptionsTemplate {
  white-space: wrap;
}
@media (min-width: 992px) {
  .support-tool-filter .filterOptionsTemplate {
    white-space: nowrap;
  }
}
.support-tool-filter .filter-tool-dropdown {
  border: 2px solid #021859;
  border-top: 0;
}
.support-tool-filter .filter-tool-dropdown__footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 1rem 0.675rem;
}
@media (min-width: 992px) {
  .support-finder-collation .support-tool-filter .filter-tool-dropdown {
    position: absolute;
    top: calc(100% - 1px);
    left: 0;
    width: auto;
    min-width: 100%;
    background-color: white;
    border-top: 2px solid #021859;
    z-index: 100;
    box-shadow: 0px 3px 3px 0px rgba(0, 0, 0, 0.25);
  }
}
.support-tool-filter .close-toggle-target {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  margin: 0;
  padding: 0.25rem;
  background-color: transparent;
  border: 0;
  color: #021859;
}
.support-tool-filter .close-toggle-target svg {
  width: 1.125rem;
  height: 1.125rem;
  fill: currentColor;
}
.support-tool-filter.single-choice {
  position: relative;
}
.support-tool-filter.multiple-choice {
  flex-direction: column;
  align-items: flex-start;
}
.support-tool-filter.multiple-choice .support-tool-filter__dropdown {
  width: 100%;
}
.support-tool-filter.multiple-choice .filter-tool-dropdown {
  position: relative;
  border-top: 2px solid #021859;
}
.support-finder-collation .support-tool-filter.multiple-choice .filter-tool-dropdown {
  border: none;
  box-shadow: none;
  z-index: 0;
}
.support-finder-collation .support-tool-filter.multiple-choice .filterOptionsTemplate {
  padding-left: 0;
  padding-top: 0;
}
@media (min-width: 992px) {
  .support-finder-collation .support-tool-filter.multiple-choice .filterOptionsTemplate {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

.support-tool-modal .modalTemplate__title {
  margin: 1.25rem 0;
  font-family: quatro, sans-serif;
  font-size: 1.5rem;
  text-align: center;
  font-weight: 400;
  color: #115388;
}
.support-tool-modal .modal-footer {
  border-top: 0;
}

.support-finder__grid {
  display: grid;
  gap: 1.875rem;
}
.support-finder__grid--sticky {
  padding: 1.875rem 0;
}
@media (min-width: 992px) {
  .support-finder__grid--sticky {
    padding-bottom: 0;
  }
}
@media (min-width: 992px) {
  .support-finder__grid {
    grid-template-columns: 1fr 2fr;
  }
  .support-finder__grid-selections {
    grid-column: 2/3;
  }
  .support-finder__grid-filters {
    grid-row: 2/3;
    grid-column: 1/2;
  }
  .support-finder__grid-results {
    grid-row: 2/3;
    grid-column: 2/3;
  }
}
@media (min-width: 1230px) {
  .support-finder__grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
  .support-finder__grid-selections, .support-finder__grid-results {
    grid-column: 2/5;
  }
}

.support-results-header {
  display: flex;
  flex-direction: column;
  margin-bottom: 2rem;
  padding: 1.25rem;
  background-color: white;
}
@media screen and (max-width: 991px) {
  .support-results-header .toggle-layout {
    display: none;
  }
}
@media (min-width: 768px) {
  .support-results-header {
    padding: 0 1.25rem;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
  }
}

.support-results-layout {
  display: none;
}
@media (min-width: 768px) {
  .support-results-layout {
    display: flex;
  }
}

.support-layout-toggle {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  margin: 1rem 0;
  padding: 0.25rem 0.875rem;
  margin-left: 0.675rem;
  background-color: transparent;
  border: none;
  font-family: quatro, sans-serif;
  font-size: 1.125rem;
  color: #021859;
}
.support-layout-toggle svg {
  fill: #81C4EE;
  height: 1rem;
  pointer-events: none;
}
.support-layout-toggle.is-active {
  background-color: #DFF1FB;
  pointer-events: none;
}

.support-items-layout {
  display: grid;
  gap: 1.875rem;
}
@media (min-width: 768px) {
  .support-items-layout:not(.support-items-layout--row) {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (min-width: 1230px) {
  .support-items-layout:not(.support-items-layout--row) {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}
@media (min-width: 1230px) {
  .support-items-layout {
    grid-column: 2/5;
  }
}

.support-provider-card {
  display: flex;
  flex-direction: column;
  background-color: white;
  padding: 1.25rem;
  height: 100%;
}
.support-provider-card__header {
  display: flex;
  align-items: center;
  gap: 1rem;
}
.support-provider-card__header span {
  width: 3.75rem;
  height: 3.75rem;
  border-radius: 50%;
  border: 3px solid #DFF1FB;
  overflow: hidden;
}
.support-provider-card__header span img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.support-provider-card__header h2 {
  flex: 1;
  font-size: 1.25rem !important;
  line-height: 1.5 !important;
}
.support-provider-card__table {
  margin-top: auto;
}
.support-provider-card dl {
  display: grid;
  margin: 1.25rem 0 0;
  padding: 1.25rem;
  background-color: #F7F7F7;
}
@media (min-width: 768px) {
  .support-provider-card dl {
    grid-template-columns: 1fr 1fr;
  }
}
.support-provider-card__dt, .support-provider-card__dd {
  margin: 0;
  padding: 0;
  font-weight: 500;
}
.support-provider-card__dt {
  color: #021859;
}
.support-provider-card__dd {
  margin-bottom: 0.5rem;
  color: #115388;
}
@media (min-width: 768px) {
  .support-provider-card__dd {
    margin: 0;
  }
}
.support-provider-card__action {
  background-color: #021859;
  padding: 0.75rem;
  text-align: center;
}
.support-provider-card__action .btn {
  border-color: white;
  color: white;
  background-color: transparent;
}
.support-items-layout--row .support-provider-card {
  display: grid;
  gap: 1.25rem;
  grid-template-columns: 1fr 1fr;
}
@media (min-width: 1230px) {
  .support-items-layout--row .support-provider-card {
    grid-template-columns: 2fr 1fr;
  }
}

.m-svgmap {
  position: relative;
  background: #d8ebf3;
  padding: 15px 20px;
}
@media (min-width: 768px) {
  .m-svgmap {
    padding: 30px 40px;
  }
}
.m-svgmap .container {
  position: relative;
}
.m-svgmap .container svg {
  max-width: 620px;
  margin: 0 auto;
  display: block;
}
@media all and (max-width: 767px) {
  .m-svgmap.panelactive .svgmap-underlay {
    display: block;
  }
}
.m-svgmap .svgmap-underlay {
  width: 100vw;
  height: 100vh;
  background: #49609f;
  z-index: 999999;
  position: fixed;
  top: 0;
  left: 0;
  display: none;
}
.m-svgmap .panel {
  position: fixed;
  max-width: 480px;
  background: #fff;
  border: solid 1px #1F1E1E;
  padding: 25px;
  box-shadow: 0 5px 5px rgba(0, 0, 0, 0.2);
  z-index: 9999999;
  left: -100vw;
  transform: translateX(-50%);
  width: 90%;
  top: 20px;
  max-height: calc(100vh - 40px);
  overflow-y: scroll;
  opacity: 0;
  transition: opacity 0.3s ease;
}
@media (min-width: 768px) {
  .m-svgmap .panel {
    z-index: 100;
    position: absolute;
    top: 130px;
    left: -100vw;
    transform: none;
    overflow-y: auto;
  }
}
.m-svgmap .panel.show {
  opacity: 1;
  pointer-events: all;
  left: 50%;
}
@media (min-width: 768px) {
  .m-svgmap .panel.show {
    left: 20px;
  }
}
.m-svgmap .panel h3 {
  font-size: 20px;
  text-align: center;
  position: relative;
  padding-bottom: 5px;
}
.m-svgmap .panel h3:before {
  content: "";
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 10px solid #f00;
  position: absolute;
  left: calc(50% - 10px);
  transform: translateY(-50%);
  bottom: -16px;
  z-index: 1;
}
.m-svgmap .panel h3:after {
  content: "";
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 10px solid #fff;
  position: absolute;
  left: calc(50% - 10px);
  transform: translateY(-50%);
  bottom: -15px;
  z-index: 2;
}
.m-svgmap .panel h2, .m-svgmap .panel h3, .m-svgmap .panel h4, .m-svgmap .panel ul, .m-svgmap .panel p, .m-svgmap .panel li, .m-svgmap .panel a:not(.btn) {
  color: #707070;
}
.m-svgmap .panel ul {
  padding: 0 0 0 16px;
  margin: 0;
}
.m-svgmap .panel li {
  padding: 0;
  margin: 0 0 14px 0;
}
.m-svgmap .panel .close {
  position: absolute;
  top: 24px;
  right: 24px;
  cursor: pointer;
  z-index: 2;
  top: 12px;
  right: 12px;
}
@media (min-width: 768px) {
  .m-svgmap .panel .close {
    top: 24px;
    right: 24px;
  }
}
.m-svgmap .panel .close span {
  display: none;
}
.m-svgmap .panel .close:after {
  content: "x";
  color: #000;
  width: 14px;
  height: 14px;
  font-size: 18px;
}
.m-svgmap .panel.theme-dark-blue h3 {
  border-bottom: solid 1px #142143;
}
.m-svgmap .panel.theme-dark-blue h3:before {
  border-top: 10px solid #142143;
}
.m-svgmap .panel.theme-purple h3 {
  border-bottom: solid 1px #653278;
}
.m-svgmap .panel.theme-purple h3:before {
  border-top: 10px solid #653278;
}
.m-svgmap .panel.theme-orange h3 {
  border-bottom: solid 1px #C94F08;
}
.m-svgmap .panel.theme-orange h3:before {
  border-top: 10px solid #C94F08;
}
.m-svgmap .panel.theme-green h3 {
  border-bottom: solid 1px #46763C;
}
.m-svgmap .panel.theme-green h3:before {
  border-top: 10px solid #46763C;
}
.m-svgmap .panel.theme-blue h3 {
  border-bottom: solid 1px #007DB2;
}
.m-svgmap .panel.theme-blue h3:before {
  border-top: 10px solid #007DB2;
}
.m-svgmap .panel.theme-grey h3 {
  border-bottom: solid 1px #52555B;
}
.m-svgmap .panel.theme-grey h3:before {
  border-top: 10px solid #52555B;
}
.m-svgmap .panel.theme-deep-blue h3 {
  border-bottom: solid 1px #008290;
}
.m-svgmap .panel.theme-deep-blue h3:before {
  border-top: 10px solid #008290;
}
.m-svgmap .panel.theme-deep-pink h3 {
  border-bottom: solid 1px #B11B83;
}
.m-svgmap .panel.theme-deep-pink h3:before {
  border-top: 10px solid #B11B83;
}
.m-svgmap .panel.theme-deep-green h3 {
  border-bottom: solid 1px #75791D;
}
.m-svgmap .panel.theme-deep-green h3:before {
  border-top: 10px solid #75791D;
}
.m-svgmap .panel .e-media {
  margin-top: 30px;
  position: relative;
}
.m-svgmap .panel .e-media .play {
  position: absolute;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  transition: all 0.2s ease-in-out;
  width: 60px;
  height: 60px;
  border: 2px solid #ffffff;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 30px;
  color: #ffffff;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  text-indent: 2px;
  transform-origin: center;
  z-index: 10;
  text-decoration: none;
}
.m-svgmap .panel .e-media .play:before {
  content: "";
  width: 100%;
  display: block;
  height: 100%;
  border-radius: 50%;
  background: #23408f;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%) scale(0);
  transform-origin: center;
  transition: transform 0.3s cubic-bezier(0.7, 0.25, 0.46, 0.85);
  z-index: -10;
}
.inverness .m-svgmap .panel .e-media .play:before, .wes .m-svgmap .panel .e-media .play:before {
  background: #007EB6;
}
.m-svgmap .panel .e-media .play:hover {
  cursor: pointer;
}
.m-svgmap .panel .e-media .play:hover:before {
  transform: translate(-50%, -50%) scale(1.1);
}
.m-svgmap #tooltip {
  position: absolute;
  background-color: white;
  border: 1px solid #ccc;
  padding: 10px;
  font-size: 14px;
  z-index: 10000000;
}
.m-svgmap #tooltip h2 {
  margin: 0;
  font-size: 20px;
}
@media (min-width: 992px) {
  .m-svgmapcontainer-split .m-svgmap {
    width: 50%;
    overflow: hidden;
  }
}

.m-svgmapcontainer {
  position: relative;
  overflow: hidden;
}
.m-svgmapcontainer__container {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  max-width: 90rem;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}
@media (min-width: 992px) {
  .m-svgmapcontainer-split .m-svgmapcontainer__content {
    display: flex;
  }
}
.m-svgmapcontainer__intro {
  padding: 0 0 2rem;
}
@media (min-width: 992px) {
  .m-svgmapcontainer-split .m-svgmapcontainer__intro {
    width: 50%;
    padding-right: 4rem;
  }
}
@media all and (max-width: 767px) {
  .m-svgmapcontainer .m-headerintro:before, .m-svgmapcontainer .m-headerintro:after,
  .m-svgmapcontainer .m-headerintro .container:before,
  .m-svgmapcontainer .m-headerintro .container:after {
    display: none;
  }
}
@media (min-width: 992px) {
  .m-svgmapcontainer-split .m-headerintro {
    margin-bottom: -20px;
  }
  .m-svgmapcontainer-split > section {
    flex: 0 0 50%;
  }
  .m-svgmapcontainer-split > section.m-headerintro:before, .m-svgmapcontainer-split > section.m-headerintro:after,
  .m-svgmapcontainer-split > section.m-headerintro .container:before,
  .m-svgmapcontainer-split > section.m-headerintro .container:after {
    display: none;
  }
  .m-svgmapcontainer-split > section.m-headerintro .container .row {
    display: flex;
    flex-direction: column;
  }
  .m-svgmapcontainer-split > section.m-headerintro .container .row > * {
    width: 100%;
    max-width: 700px;
    margin: 0 auto;
  }
}

.wave-animation {
  position: absolute;
  width: 90px;
  height: 36px;
  overflow: hidden;
  margin: 0 auto;
  z-index: 10;
}
.wave-animation:before {
  content: attr(data-text);
  position: relative;
  top: -35px;
  color: rgba(0, 0, 0, 0);
  width: calc(100% + 27px);
  font-size: 4em;
  text-decoration-style: wavy;
  text-decoration-color: #23408f;
  text-decoration-line: underline;
  animation: waveAnimate 1.3s linear infinite;
  -webkit-animation: waveAnimate 1.3s linear infinite;
}
.wave-animation--top-left {
  left: 100px;
  top: 50px;
}

.m-svgmap__wave-group {
  position: absolute;
  display: none;
  flex-direction: column;
  width: 94px;
  height: 39px;
  overflow: hidden;
  margin: 0 auto;
  transform: scale(0.6);
  z-index: 10;
}
.m-svgmap__wave-group .waves {
  position: relative;
  z-index: 3;
}
.m-svgmap__wave-group .wave {
  stroke-dasharray: 130;
  stroke-dashoffset: 130;
  animation: dash 5s linear infinite;
}
.m-svgmap__wave-group .wave--delay-1 {
  animation-delay: 1s;
}
.m-svgmap__wave-group .wave--delay-2 {
  animation-delay: 2s;
}
.m-svgmap__wave-group .fish {
  position: absolute;
  width: 90px;
  height: 90px;
  top: 20px;
  left: 0;
  animation: rotateAnimation 5s linear infinite, delay-animation 5s linear infinite;
}
.m-svgmap__wave-group .wave-mask {
  position: absolute;
  z-index: 1;
}
@keyframes dash {
  to {
    stroke-dashoffset: -130;
  }
}
.m-svgmap__wave-group--t-left {
  left: 420px;
  top: 120px;
}
.m-svgmapcontainer-split .m-svgmap__wave-group--t-left {
  left: 240px;
}
.m-svgmap__wave-group--t-right {
  left: 1160px;
  top: 200px;
}
.m-svgmapcontainer-split .m-svgmap__wave-group--t-right {
  left: 580px;
  top: 400px;
}
.m-svgmap__wave-group--m-left {
  display: flex;
  justify-content: flex-end;
  height: 100px;
  left: 100px;
  top: 440px;
}
.m-svgmapcontainer-split .m-svgmap__wave-group--m-left {
  left: 60px;
  top: 280px;
}
.m-svgmap__wave-group--m-right {
  display: flex;
  justify-content: flex-end;
  height: 100px;
  left: 1020px;
  top: 620px;
}
.m-svgmapcontainer-split .m-svgmap__wave-group--m-right {
  left: 530px;
}
@media (min-width: 1460px) {
  .m-svgmapcontainer-split .m-svgmap__wave-group--m-right {
    left: 620px;
  }
}
.m-svgmap__wave-group--b-left {
  left: 420px;
  top: 820px;
}
.m-svgmapcontainer-split .m-svgmap__wave-group--b-left {
  left: 60px;
  top: 740px;
}
.m-svgmap__wave-group--b-right {
  left: 1380px;
  top: 820px;
}
.m-svgmapcontainer-split .m-svgmap__wave-group--b-right {
  left: 640px;
  top: 940px;
}
@media (min-width: 1230px) {
  .m-svgmap__wave-group {
    display: flex;
  }
}

.m-svgmap__wave-line {
  width: 100%;
  height: 20px;
  overflow: hidden;
}
.m-svgmap__wave-line:before {
  content: attr(data-text);
  position: relative;
  display: block;
  top: -35px;
  color: rgba(0, 0, 0, 0);
  width: calc(100% + 30px);
  opacity: 0.4;
  font-size: 4em;
  text-decoration-style: wavy;
  text-decoration-color: #027DB2;
  text-decoration-line: underline;
  animation: waveAnimate 1.2s linear infinite;
  -webkit-animation: waveAnimate 1.2s linear infinite;
}

@keyframes waveAnimate {
  0% {
    left: 0px;
  }
  100% {
    left: -30px;
  }
}
@-webkit-keyframes waveAnimate {
  0% {
    left: 0px;
  }
  100% {
    left: -30px;
  }
}
@keyframes rotateAnimation {
  0% {
    transform: rotate(0);
  }
  60% {
    transform: rotate(270deg);
  }
}
@-webkit-keyframes rotateAnimation {
  0% {
    transform: rotate(0);
  }
  60% {
    transform: rotate(270deg);
  }
}
@keyframes delay-animation {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 1;
  }
  50.01% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
.m-textmedia, .m-twocolumnlistmedia, .m-calltoaction, .m-carouselcomponent {
  background-repeat: no-repeat;
  background-size: auto 100%;
}
.m-textmedia.text-overlay, .text-overlay.m-twocolumnlistmedia, .text-overlay.m-calltoaction, .text-overlay.m-carouselcomponent {
  padding: 0;
}
.m-textmedia.text-overlay .text, .text-overlay.m-twocolumnlistmedia .text, .text-overlay.m-calltoaction .text, .text-overlay.m-carouselcomponent .text {
  padding: 30px;
  background: rgba(255, 255, 255, 0.8);
}
.m-textmedia.dark-blue, .dark-blue.m-twocolumnlistmedia, .dark-blue.m-calltoaction, .dark-blue.m-carouselcomponent {
  background: #142143;
}
.m-textmedia.dark-blue .row .text h1, .dark-blue.m-twocolumnlistmedia .row .text h1, .dark-blue.m-calltoaction .row .text h1, .dark-blue.m-carouselcomponent .row .text h1,
.m-textmedia.dark-blue .row .text h2,
.dark-blue.m-twocolumnlistmedia .row .text h2,
.dark-blue.m-calltoaction .row .text h2,
.dark-blue.m-carouselcomponent .row .text h2,
.m-textmedia.dark-blue .row .text h3,
.dark-blue.m-twocolumnlistmedia .row .text h3,
.dark-blue.m-calltoaction .row .text h3,
.dark-blue.m-carouselcomponent .row .text h3,
.m-textmedia.dark-blue .row .text h4,
.dark-blue.m-twocolumnlistmedia .row .text h4,
.dark-blue.m-calltoaction .row .text h4,
.dark-blue.m-carouselcomponent .row .text h4,
.m-textmedia.dark-blue .row .text p,
.dark-blue.m-twocolumnlistmedia .row .text p,
.dark-blue.m-calltoaction .row .text p,
.dark-blue.m-carouselcomponent .row .text p,
.m-textmedia.dark-blue .row .text ul li,
.dark-blue.m-twocolumnlistmedia .row .text ul li,
.dark-blue.m-calltoaction .row .text ul li,
.dark-blue.m-carouselcomponent .row .text ul li,
.m-textmedia.dark-blue .row .text ol li,
.dark-blue.m-twocolumnlistmedia .row .text ol li,
.dark-blue.m-calltoaction .row .text ol li,
.dark-blue.m-carouselcomponent .row .text ol li {
  color: #ffffff;
}
.m-textmedia .row, .m-twocolumnlistmedia .row, .m-calltoaction .row, .m-carouselcomponent .row {
  display: flex;
  flex-direction: column;
}
.m-textmedia .row > div, .m-twocolumnlistmedia .row > div, .m-calltoaction .row > div, .m-carouselcomponent .row > div {
  width: 100%;
  float: left;
  position: relative;
  padding-left: 15px;
  padding-right: 15px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  float: none;
}
@media (min-width: 0) {
  .m-textmedia .row > div, .m-twocolumnlistmedia .row > div, .m-calltoaction .row > div, .m-carouselcomponent .row > div {
    width: 100%;
  }
}
@media (min-width: 768px) {
  .m-textmedia .row > div, .m-twocolumnlistmedia .row > div, .m-calltoaction .row > div, .m-carouselcomponent .row > div {
    width: 100%;
  }
}
@media (min-width: 992px) {
  .m-textmedia .row > div, .m-twocolumnlistmedia .row > div, .m-calltoaction .row > div, .m-carouselcomponent .row > div {
    width: 50%;
  }
}
@media (min-width: 1230px) {
  .m-textmedia .row > div, .m-twocolumnlistmedia .row > div, .m-calltoaction .row > div, .m-carouselcomponent .row > div {
    width: 50%;
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media (min-width: 1460px) {
  .m-textmedia .row > div, .m-twocolumnlistmedia .row > div, .m-calltoaction .row > div, .m-carouselcomponent .row > div {
    width: 50%;
  }
}
.m-textmedia .row .media, .m-twocolumnlistmedia .row .media, .m-calltoaction .row .media, .m-carouselcomponent .row .media {
  order: 1;
  margin-bottom: 20px;
  padding: 0;
}
.m-textmedia .row .media .wrapper, .m-twocolumnlistmedia .row .media .wrapper, .m-calltoaction .row .media .wrapper, .m-carouselcomponent .row .media .wrapper {
  position: relative;
  padding: 15px 15px 0;
}
.m-textmedia .row .media .wrapper img, .m-twocolumnlistmedia .row .media .wrapper img, .m-calltoaction .row .media .wrapper img, .m-carouselcomponent .row .media .wrapper img {
  display: block;
  width: 100%;
}
.m-textmedia .row .media .play, .m-twocolumnlistmedia .row .media .play, .m-calltoaction .row .media .play, .m-carouselcomponent .row .media .play {
  position: absolute;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  transition: all 0.2s ease-in-out;
  width: 60px;
  height: 60px;
  border: 2px solid #ffffff;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 30px;
  color: #ffffff;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  text-indent: 2px;
  transform-origin: center;
  z-index: 10;
  text-decoration: none;
}
.m-textmedia .row .media .play:before, .m-twocolumnlistmedia .row .media .play:before, .m-calltoaction .row .media .play:before, .m-carouselcomponent .row .media .play:before {
  content: "";
  width: 100%;
  display: block;
  height: 100%;
  border-radius: 50%;
  background: #23408f;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%) scale(0);
  transform-origin: center;
  transition: transform 0.3s cubic-bezier(0.7, 0.25, 0.46, 0.85);
  z-index: -10;
}
.inverness .m-textmedia .row .media .play:before, .inverness .m-twocolumnlistmedia .row .media .play:before, .inverness .m-calltoaction .row .media .play:before, .inverness .m-carouselcomponent .row .media .play:before, .wes .m-textmedia .row .media .play:before, .wes .m-twocolumnlistmedia .row .media .play:before, .wes .m-calltoaction .row .media .play:before, .wes .m-carouselcomponent .row .media .play:before {
  background: #007EB6;
}
.emsp .m-textmedia .row .media .play:before, .emsp .m-twocolumnlistmedia .row .media .play:before, .emsp .m-calltoaction .row .media .play:before, .emsp .m-carouselcomponent .row .media .play:before {
  background: #B11B83;
}
.enterprise .m-textmedia .row .media .play:before, .enterprise .m-twocolumnlistmedia .row .media .play:before, .enterprise .m-calltoaction .row .media .play:before, .enterprise .m-carouselcomponent .row .media .play:before {
  background: #6C3685;
}
.m-textmedia .row .media .play:hover, .m-twocolumnlistmedia .row .media .play:hover, .m-calltoaction .row .media .play:hover, .m-carouselcomponent .row .media .play:hover {
  cursor: pointer;
}
.m-textmedia .row .media .play:hover:before, .m-twocolumnlistmedia .row .media .play:hover:before, .m-calltoaction .row .media .play:hover:before, .m-carouselcomponent .row .media .play:hover:before {
  transform: translate(-50%, -50%) scale(1.1);
}
.m-textmedia .row .media p, .m-twocolumnlistmedia .row .media p, .m-calltoaction .row .media p, .m-carouselcomponent .row .media p {
  font-size: 0.875rem;
  margin: 5px 0 0;
}
.m-textmedia .row .text, .m-twocolumnlistmedia .row .text, .m-calltoaction .row .text, .m-carouselcomponent .row .text {
  order: 2;
  padding: 10px 15px 30px;
}
.m-textmedia .row .text ul, .m-twocolumnlistmedia .row .text ul, .m-calltoaction .row .text ul, .m-carouselcomponent .row .text ul {
  margin: 30px 0;
  list-style: none;
  padding: 0;
  display: flex;
  flex-direction: column;
}
.m-textmedia .row .text ul:last-child, .m-twocolumnlistmedia .row .text ul:last-child, .m-calltoaction .row .text ul:last-child, .m-carouselcomponent .row .text ul:last-child {
  margin: 30px 0 0;
}
.m-textmedia .row .text ul li, .m-twocolumnlistmedia .row .text ul li, .m-calltoaction .row .text ul li, .m-carouselcomponent .row .text ul li {
  margin: 10px 0;
  position: relative;
  padding-left: 20px;
}
.m-textmedia .row .text ul li:before, .m-twocolumnlistmedia .row .text ul li:before, .m-calltoaction .row .text ul li:before, .m-carouselcomponent .row .text ul li:before {
  font-size: 1.25rem;
  content: ">";
  position: absolute;
  top: 2px;
  left: 0px;
  color: #318731;
  transition: all 0.3s ease-in-out;
}
.inverness .m-textmedia .row .text ul li:before, .inverness .m-twocolumnlistmedia .row .text ul li:before, .inverness .m-calltoaction .row .text ul li:before, .inverness .m-carouselcomponent .row .text ul li:before, .wes .m-textmedia .row .text ul li:before, .wes .m-twocolumnlistmedia .row .text ul li:before, .wes .m-calltoaction .row .text ul li:before, .wes .m-carouselcomponent .row .text ul li:before {
  color: #007EB6;
}
.emsp .m-textmedia .row .text ul li:before, .emsp .m-twocolumnlistmedia .row .text ul li:before, .emsp .m-calltoaction .row .text ul li:before, .emsp .m-carouselcomponent .row .text ul li:before {
  color: #B11B83;
}
.enterprise .m-textmedia .row .text ul li:before, .enterprise .m-twocolumnlistmedia .row .text ul li:before, .enterprise .m-calltoaction .row .text ul li:before, .enterprise .m-carouselcomponent .row .text ul li:before {
  color: #6C3685;
}
.m-textmedia .row .text ul li a, .m-twocolumnlistmedia .row .text ul li a, .m-calltoaction .row .text ul li a, .m-carouselcomponent .row .text ul li a {
  position: relative;
  color: #23408F;
}
.m-textmedia .row .text ul li a:hover, .m-twocolumnlistmedia .row .text ul li a:hover, .m-calltoaction .row .text ul li a:hover, .m-carouselcomponent .row .text ul li a:hover {
  color: #318731;
  text-decoration: none;
}
.inverness .m-textmedia .row .text ul li a:hover, .inverness .m-twocolumnlistmedia .row .text ul li a:hover, .inverness .m-calltoaction .row .text ul li a:hover, .inverness .m-carouselcomponent .row .text ul li a:hover, .wes .m-textmedia .row .text ul li a:hover, .wes .m-twocolumnlistmedia .row .text ul li a:hover, .wes .m-calltoaction .row .text ul li a:hover, .wes .m-carouselcomponent .row .text ul li a:hover {
  color: #007EB6;
}
.emsp .m-textmedia .row .text ul li a:hover, .emsp .m-twocolumnlistmedia .row .text ul li a:hover, .emsp .m-calltoaction .row .text ul li a:hover, .emsp .m-carouselcomponent .row .text ul li a:hover {
  color: #B11B83;
}
.enterprise .m-textmedia .row .text ul li a:hover, .enterprise .m-twocolumnlistmedia .row .text ul li a:hover, .enterprise .m-calltoaction .row .text ul li a:hover, .enterprise .m-carouselcomponent .row .text ul li a:hover {
  color: #6C3685;
}
@media (min-width: 768px) {
  .m-textmedia .row .text ul, .m-twocolumnlistmedia .row .text ul, .m-calltoaction .row .text ul, .m-carouselcomponent .row .text ul {
    width: 100%;
  }
  .m-textmedia[class*=background] .row .text ul, [class*=background].m-twocolumnlistmedia .row .text ul, [class*=background].m-calltoaction .row .text ul, [class*=background].m-carouselcomponent .row .text ul {
    flex-direction: row;
    flex-wrap: wrap;
  }
  .m-textmedia[class*=background] .row .text ul li, [class*=background].m-twocolumnlistmedia .row .text ul li, [class*=background].m-calltoaction .row .text ul li, [class*=background].m-carouselcomponent .row .text ul li {
    width: 50%;
  }
}
@media (min-width: 992px) {
  .m-textmedia, .m-twocolumnlistmedia, .m-calltoaction, .m-carouselcomponent {
    padding: 0;
  }
  .m-textmedia:not(.contained) .container, .m-twocolumnlistmedia:not(.contained) .container, .m-calltoaction:not(.contained) .container, .m-carouselcomponent:not(.contained) .container {
    max-width: none;
  }
  .m-textmedia.text-overlay, .text-overlay.m-twocolumnlistmedia, .text-overlay.m-calltoaction, .text-overlay.m-carouselcomponent {
    padding: 0px;
  }
  .m-textmedia.text-left .row .text, .text-left.m-twocolumnlistmedia .row .text, .text-left.m-calltoaction .row .text, .text-left.m-carouselcomponent .row .text {
    padding-right: 30px;
    padding-left: 20px;
  }
  .m-textmedia.text-right .row .text, .text-right.m-twocolumnlistmedia .row .text, .text-right.m-calltoaction .row .text, .text-right.m-carouselcomponent .row .text {
    order: 2;
    padding-left: 30px;
    padding-right: 20px;
  }
  .m-textmedia.text-right .row .text:only-child, .text-right.m-twocolumnlistmedia .row .text:only-child, .text-right.m-calltoaction .row .text:only-child, .text-right.m-carouselcomponent .row .text:only-child {
    margin-left: auto;
  }
  .m-textmedia.text-right .row .media, .text-right.m-twocolumnlistmedia .row .media, .text-right.m-calltoaction .row .media, .text-right.m-carouselcomponent .row .media {
    order: 1;
  }
  .m-textmedia .row, .m-twocolumnlistmedia .row, .m-calltoaction .row, .m-carouselcomponent .row {
    flex-direction: row;
    align-items: stretch;
  }
  .m-textmedia .row .text, .m-twocolumnlistmedia .row .text, .m-calltoaction .row .text, .m-carouselcomponent .row .text {
    order: 1;
    padding: 60px 0;
    max-width: 710px;
  }
  .m-textmedia .row .media, .m-twocolumnlistmedia .row .media, .m-calltoaction .row .media, .m-carouselcomponent .row .media {
    order: 2;
    margin-bottom: 0;
    display: flex;
  }
  .m-textmedia .row .media .wrapper, .m-twocolumnlistmedia .row .media .wrapper, .m-calltoaction .row .media .wrapper, .m-carouselcomponent .row .media .wrapper {
    width: 100%;
    display: flex;
    flex-direction: column;
    padding: 0;
  }
  .m-textmedia .row .media .wrapper .play, .m-twocolumnlistmedia .row .media .wrapper .play, .m-calltoaction .row .media .wrapper .play, .m-carouselcomponent .row .media .wrapper .play {
    font-size: 2rem;
    width: 82px;
    height: 82px;
    border: 3px solid #ffffff;
    border-radius: 41px;
    text-indent: 6px;
  }
  .m-textmedia .row .media img, .m-twocolumnlistmedia .row .media img, .m-calltoaction .row .media img, .m-carouselcomponent .row .media img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
  }
}
@media (min-width: 1230px) {
  .m-textmedia.text-overlay .row .text, .text-overlay.m-twocolumnlistmedia .row .text, .text-overlay.m-calltoaction .row .text, .text-overlay.m-carouselcomponent .row .text {
    padding: 60px 30px;
    background: rgba(255, 255, 255, 0.8);
  }
  .m-textmedia .row .text, .m-twocolumnlistmedia .row .text, .m-calltoaction .row .text, .m-carouselcomponent .row .text {
    padding: 100px 0;
  }
  .m-textmedia.text-left .row .text, .text-left.m-twocolumnlistmedia .row .text, .text-left.m-calltoaction .row .text, .text-left.m-carouselcomponent .row .text {
    padding-right: 40px;
  }
  .m-textmedia.text-right .row .text, .text-right.m-twocolumnlistmedia .row .text, .text-right.m-calltoaction .row .text, .text-right.m-carouselcomponent .row .text {
    padding-left: 40px;
  }
}
@media (min-width: 1460px) {
  .m-textmedia.text-left .row .text, .text-left.m-twocolumnlistmedia .row .text, .text-left.m-calltoaction .row .text, .text-left.m-carouselcomponent .row .text {
    margin-left: calc(50% - 710px);
    padding-left: 0;
  }
  .m-textmedia.text-right .row .text, .text-right.m-twocolumnlistmedia .row .text, .text-right.m-calltoaction .row .text, .text-right.m-carouselcomponent .row .text {
    padding-right: 0;
  }
}

.m-threecardcarousel h3 > a:not(:focus-visible) {
  color: white;
}
.osw .m-threecardcarousel {
  background: #021859;
  padding: clamp(1.5rem, 3.214vw + 0.857rem, 3.75rem) 0;
}
.osw .m-threecardcarousel h2 {
  color: white;
}
.osw .m-threecardcarousel h3 > a:not(:focus-visible) {
  color: #021859;
}
.osw .m-threecardcarousel .top h2,
.osw .m-threecardcarousel .top p {
  color: #ffffff;
}
.osw .m-threecardcarousel .m-cardcomponent .text:before {
  display: none;
}
.m-threecardcarousel .top {
  width: 100%;
  float: left;
  position: relative;
  padding-left: 0;
  padding-right: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  float: none;
  margin: 0 auto;
  text-align: center;
  margin-bottom: 0px;
}
@media (min-width: 0) {
  .m-threecardcarousel .top {
    width: 100%;
  }
}
@media (min-width: 768px) {
  .m-threecardcarousel .top {
    width: 100%;
  }
}
@media (min-width: 992px) {
  .m-threecardcarousel .top {
    width: 75%;
  }
}
@media (min-width: 1230px) {
  .m-threecardcarousel .top {
    width: 75%;
    padding-left: 0;
    padding-right: 0;
  }
}
@media (min-width: 1460px) {
  .m-threecardcarousel .top {
    width: 75%;
  }
}
.m-threecardcarousel .carousel {
  width: 100%;
  float: left;
  position: relative;
  padding-left: 0;
  padding-right: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  float: none;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}
@media (min-width: 0) {
  .m-threecardcarousel .carousel {
    width: 100%;
  }
}
@media (min-width: 768px) {
  .m-threecardcarousel .carousel {
    width: 100%;
  }
}
@media (min-width: 992px) {
  .m-threecardcarousel .carousel {
    width: 75%;
  }
}
@media (min-width: 1230px) {
  .m-threecardcarousel .carousel {
    width: 75%;
    padding-left: 0;
    padding-right: 0;
  }
}
@media (min-width: 1460px) {
  .m-threecardcarousel .carousel {
    width: 75%;
  }
}
.m-threecardcarousel .carousel .slick-track {
  display: flex;
  align-items: stretch;
}
.m-threecardcarousel .carousel .slick-track .slick-slide {
  display: flex;
  float: none;
  height: auto;
}
.m-threecardcarousel .carousel .slick-track .slick-slide > div {
  display: flex;
  flex-direction: column;
  width: 100%;
}
.m-threecardcarousel .carousel .slick-track .slick-slide > div article {
  display: flex !important;
  margin-top: 0;
}
.m-threecardcarousel .carousel .m-cardcomponent {
  width: 100%;
  float: left;
  position: relative;
  padding-left: 15px;
  padding-right: 15px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  float: none;
  display: flex;
  align-items: stretch;
}
@media (min-width: 0) {
  .m-threecardcarousel .carousel .m-cardcomponent {
    width: 100%;
  }
}
@media (min-width: 768px) {
  .m-threecardcarousel .carousel .m-cardcomponent {
    width: 50%;
  }
}
@media (min-width: 992px) {
  .m-threecardcarousel .carousel .m-cardcomponent {
    width: 33.25%;
  }
}
@media (min-width: 1230px) {
  .m-threecardcarousel .carousel .m-cardcomponent {
    width: 33.25%;
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media (min-width: 1460px) {
  .m-threecardcarousel .carousel .m-cardcomponent {
    width: 33.25%;
  }
}
.m-threecardcarousel .carousel .nav {
  font-size: 2.5rem;
  position: absolute;
  top: 50%;
  margin: 0;
  padding: 0;
  border: none;
  background: transparent !important;
  border-radius: 0;
  transform: translateY(-50%);
  color: #23408f;
  transition: all 0.3s ease-in-out;
}
.m-threecardcarousel .carousel .nav:before, .m-threecardcarousel .carousel .nav:after {
  content: none !important;
}
.inverness .m-threecardcarousel .carousel .nav, .wes .m-threecardcarousel .carousel .nav {
  color: #007EB6;
}
.emsp .m-threecardcarousel .carousel .nav {
  color: #B11B83;
}
.enterprise .m-threecardcarousel .carousel .nav {
  color: #6C3685;
}
.osw .m-threecardcarousel .carousel .nav {
  color: #ffffff;
}
.m-threecardcarousel .carousel .nav.prev {
  right: 100%;
}
.m-threecardcarousel .carousel .nav.next {
  left: 100%;
}
.m-threecardcarousel .carousel .nav:hover {
  cursor: pointer;
  color: #1f1e1e;
  background-color: transparent;
}
@media (min-width: 992px) {
  .m-threecardcarousel .top {
    margin-bottom: 60px;
  }
}
.m-twocolumnlist {
  padding: 50px 0 0;
  border-top: 1px solid #767676;
}
.m-twocolumnlist .row {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
}
.m-twocolumnlist .row:after, .m-twocolumnlist .row:before {
  display: none;
}
.m-twocolumnlist p .btn {
  margin-top: 0;
}
.m-twocolumnlist ul {
  padding-left: 12px;
}
.m-twocolumnlist a + a {
  margin-left: 20px;
}
@media (max-width: 768px) {
  .m-twocolumnlist a + a {
    margin-left: 0;
    display: block;
    margin-top: 16px;
  }
}
.m-twocolumnlist .cta + .cta {
  margin-top: 40px;
}
.m-twocolumnlist .text {
  width: 100%;
  float: left;
  position: relative;
  padding-left: 15px;
  padding-right: 15px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  float: none;
  order: 1;
  margin-bottom: 40px;
}
@media (min-width: 0) {
  .m-twocolumnlist .text {
    width: 100%;
  }
}
@media (min-width: 768px) {
  .m-twocolumnlist .text {
    width: 100%;
  }
}
@media (min-width: 992px) {
  .m-twocolumnlist .text {
    width: 50%;
  }
}
@media (min-width: 1230px) {
  .m-twocolumnlist .text {
    width: 50%;
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media (min-width: 1460px) {
  .m-twocolumnlist .text {
    width: 50%;
  }
}
.m-twocolumnlist .text .inner {
  overflow: hidden;
  max-height: 350px;
  position: relative;
  transition: max-height 1s ease-in-out;
}
.m-twocolumnlist .text .inner:before {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  height: 80px;
  width: 100%;
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgb(255, 255, 255) 100%);
  z-index: 20;
  transition: all 0.3s ease-in-out;
}
.m-twocolumnlist .text .inner p:first-child {
  margin-top: 10px;
}
@media (min-width: 992px) {
  .m-twocolumnlist {
    padding: 80px 0;
  }
  .m-twocolumnlist .row {
    margin: 0 10.2173913%;
  }
  .m-twocolumnlist .cta {
    width: 90%;
  }
  .m-twocolumnlist .text {
    text-align: left;
    margin-bottom: 0;
  }
}
@media (min-width: 1230px) {
  .m-twocolumnlist {
    padding: 80px 0;
  }
}

@media (min-width: 600px) {
  .m-twocolumnlistmedia .text {
    padding: 30px 0;
  }
  .m-twocolumnlistmedia .text ul {
    flex-direction: row !important;
    flex-wrap: wrap !important;
  }
  .m-twocolumnlistmedia .text ul li {
    width: 50% !important;
  }
}

.m-highlights {
  padding: 30px 0;
  background: linear-gradient(to right, rgb(35, 64, 143) 0%, rgb(20, 33, 67) 100%);
  position: relative;
  overflow: hidden;
  z-index: 10;
}
.osw .m-highlights {
  background: #021859;
}
.osw .m-highlights__title {
  color: white;
}
.m-highlights h2 {
  text-align: center;
  color: #ffffff;
}
.m-highlights .inner {
  margin: 30px 0 0;
  padding-bottom: 60px;
  position: relative;
  display: flex;
  flex-direction: column;
}
.m-highlights .inner .item {
  background: #ffffff;
  flex: 1;
  margin: 15px;
}
.m-highlights .inner .item img {
  display: block;
  width: 100%;
}
.m-highlights .inner .item .text {
  padding: 15px 30px 50px 30px;
}
.m-highlights .inner .item .text a {
  background: none;
  color: #1f1e1e;
  padding-bottom: 0;
  position: relative;
  font-weight: 400;
  padding-left: 20px;
  display: block;
}
.m-highlights .inner .item .text a:before {
  font-size: 1.25rem;
  content: ">";
  position: absolute;
  top: 0;
  left: 0px;
  color: #23408f;
  transition: all 0.3s ease-in-out;
}
.inverness .m-highlights .inner .item .text a:before, .wes .m-highlights .inner .item .text a:before {
  color: #007EB6;
}
.emsp .m-highlights .inner .item .text a:before {
  color: #B11B83;
}
.enterprise .m-highlights .inner .item .text a:before {
  color: #6C3685;
}
.osw .m-highlights .inner .item .text a:before {
  color: #81C4EE;
}
.m-highlights .inner .item .text a:hover {
  color: #23408f;
}
.inverness .m-highlights .inner .item .text a:hover, .wes .m-highlights .inner .item .text a:hover {
  color: #007EB6;
}
.emsp .m-highlights .inner .item .text a:hover {
  color: #B11B83;
}
.enterprise .m-highlights .inner .item .text a:hover {
  color: #6C3685;
}
.osw .m-highlights .inner .item .text a:hover {
  color: #81C4EE;
}
.m-highlights .inner .item .text .top {
  border-bottom: 1px solid #23408f;
  display: flex;
  flex-direction: column;
  padding-bottom: 20px;
  margin-bottom: 15px;
  line-height: 20px;
}
.m-highlights .inner .item .text .top h3 {
  margin-bottom: 15px;
}
.m-highlights .inner .item .text .top h3 a {
  font-size: 1.25rem;
  background: none;
  padding: 0;
}
.m-highlights .inner .item .text .top h3 a:before, .m-highlights .inner .item .text .top h3 a:after {
  display: none;
}
.m-highlights .inner .item .text .top a {
  color: #1f1e1e;
  background: none;
  padding-left: 15px;
}
.m-highlights .inner .item .text .top a:before {
  line-height: 18px;
}
.m-highlights .inner .item .text .top a:hover {
  color: #23408f;
}
.inverness .m-highlights .inner .item .text .top a:hover, .wes .m-highlights .inner .item .text .top a:hover {
  color: #007EB6;
}
.emsp .m-highlights .inner .item .text .top a:hover {
  color: #B11B83;
}
.enterprise .m-highlights .inner .item .text .top a:hover {
  color: #6C3685;
}
.osw .m-highlights .inner .item .text .top a:hover {
  color: #81C4EE;
}
.m-highlights .inner .item.events .event-link {
  padding-bottom: 30px;
  margin-bottom: 30px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}
.m-highlights .inner .item.events .event-link p {
  display: block;
  padding-left: 20px;
}
.m-highlights .inner .item.events .event-link:last-child {
  border: none;
  padding: 0;
  margin: 0;
}
.m-highlights .inner .slick-track {
  display: flex;
  align-items: stretch;
}
.m-highlights .inner .slick-track .slick-slide {
  padding: 0 15px;
  float: none;
  height: auto;
  display: flex;
}
.m-highlights .inner .slick-track .slick-slide > div {
  width: 100%;
  display: flex;
}
.m-highlights .inner .slick-dots {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  margin: 0;
  padding: 0;
  text-align: center;
}
@media (min-width: 992px) {
  .m-highlights {
    padding: 60px 0;
  }
  .m-highlights .slick-list {
    min-width: 100%;
  }
  .m-highlights .inner {
    margin: 0;
    padding: 40px 0;
    flex-direction: row;
  }
  .m-highlights .inner .item .text .top a {
    font-size: 0.875rem;
  }
  .m-highlights .inner .item .text .top a:before {
    line-height: 20px;
  }
  .m-highlights .inner .item .text a {
    font-size: 1.125rem;
  }
  .m-highlights .inner .item .text a:before {
    line-height: 22px;
  }
}
@media (min-width: 1230px) {
  .m-highlights {
    padding: 80px 0;
  }
}

.m-fullwidthtext {
  padding: 30px 0;
}
.m-fullwidthtext + .m-infographic {
  padding-top: 0;
}
.m-fullwidthtext.text-right .e-text {
  float: none;
}
.m-fullwidthtext .e-text {
  width: 100%;
  float: left;
  position: relative;
  padding-left: 15px;
  padding-right: 15px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  float: none;
  margin: 0 auto;
}
@media (min-width: 0) {
  .m-fullwidthtext .e-text {
    width: 100%;
  }
}
@media (min-width: 768px) {
  .m-fullwidthtext .e-text {
    width: 100%;
  }
}
@media (min-width: 992px) {
  .m-fullwidthtext .e-text {
    width: 50%;
  }
}
@media (min-width: 1230px) {
  .m-fullwidthtext .e-text {
    width: 50%;
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media (min-width: 1460px) {
  .m-fullwidthtext .e-text {
    width: 50%;
  }
}
.m-fullwidthtext .e-text p.preamble {
  margin-bottom: 30px;
}
.m-fullwidthtext .e-text iframe {
  width: 100%;
  height: 500px;
}
.m-fullwidthtext .e-text .btn {
  margin: 0;
}
.osw .m-fullwidthtext .e-text .btn.btn-primary, .osw .m-fullwidthtext .e-text .btn.btn-secondary, .osw .m-fullwidthtext .e-text .btn.btn-grey, .osw .m-fullwidthtext .e-text .btn.btn-green, .osw .m-fullwidthtext .e-text .btn.btn-blue {
  padding: 0 !important;
  background: none !important;
  margin: 0 !important;
  outline: none !important;
  box-shadow: none !important;
  border: none !important;
  border-radius: 0 !important;
}
.osw .m-fullwidthtext .e-text .btn.btn-primary a, .osw .m-fullwidthtext .e-text .btn.btn-secondary a, .osw .m-fullwidthtext .e-text .btn.btn-grey a, .osw .m-fullwidthtext .e-text .btn.btn-green a, .osw .m-fullwidthtext .e-text .btn.btn-blue a {
  font-size: 1.125rem;
  background: none;
  color: #115388;
  padding: 8px 15px;
  border: 2px solid #115388;
  border-radius: 50px;
}
.osw .m-fullwidthtext .e-text .btn.btn-primary a:before, .osw .m-fullwidthtext .e-text .btn.btn-primary a:after, .osw .m-fullwidthtext .e-text .btn.btn-secondary a:before, .osw .m-fullwidthtext .e-text .btn.btn-secondary a:after, .osw .m-fullwidthtext .e-text .btn.btn-grey a:before, .osw .m-fullwidthtext .e-text .btn.btn-grey a:after, .osw .m-fullwidthtext .e-text .btn.btn-green a:before, .osw .m-fullwidthtext .e-text .btn.btn-green a:after, .osw .m-fullwidthtext .e-text .btn.btn-blue a:before, .osw .m-fullwidthtext .e-text .btn.btn-blue a:after {
  display: none;
}
.osw .m-fullwidthtext .e-text .btn.btn-primary a:hover, .osw .m-fullwidthtext .e-text .btn.btn-secondary a:hover, .osw .m-fullwidthtext .e-text .btn.btn-grey a:hover, .osw .m-fullwidthtext .e-text .btn.btn-green a:hover, .osw .m-fullwidthtext .e-text .btn.btn-blue a:hover {
  border-color: #115388;
  color: #115388;
}
.osw .m-fullwidthtext .e-text .btn + .m-textmediaslim {
  padding-top: 0;
}
.m-fullwidthtext .e-text ul li {
  margin: 10px 0;
}
.m-fullwidthtext .e-text .inner {
  overflow: hidden;
  max-height: 350px;
  position: relative;
  transition: max-height 1s ease-in-out;
}
.m-fullwidthtext .e-text .inner:before {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  height: 80px;
  width: 100%;
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgb(255, 255, 255) 100%);
  z-index: 20;
  transition: all 0.3s ease-in-out;
}
.m-fullwidthtext .e-text .inner p:first-child {
  margin-top: 10px;
}
.m-fullwidthtext .e-text .inner.open {
  max-height: 600px;
}
.m-fullwidthtext .e-text .inner.open:before {
  opacity: 0;
  z-index: -1;
}
.m-fullwidthtext .e-text .e-readmore {
  margin-top: 15px;
  padding: 0;
  border-radius: 0;
  border: none;
}
.outer-hebrides .m-fullwidthtext .e-text .e-readmore {
  color: #007FAD;
}
.m-fullwidthtext .e-text .e-readmore:hover {
  background: transparent;
  color: inherit;
}
@media (min-width: 992px) {
  .m-fullwidthtext {
    padding: 60px 0;
  }
}

.m-ctasplit {
  padding: 30px 0;
}
.osw .m-ctasplit h3 {
  display: none;
}
.m-ctasplit.grey {
  background-color: #efeff0;
}
.m-ctasplit .column {
  width: 100%;
  float: left;
  position: relative;
  padding-left: 15px;
  padding-right: 15px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0 0 40px;
}
@media (min-width: 0) {
  .m-ctasplit .column {
    width: 100%;
  }
}
@media (min-width: 768px) {
  .m-ctasplit .column {
    width: 100%;
  }
}
@media (min-width: 992px) {
  .m-ctasplit .column {
    width: 50%;
  }
}
@media (min-width: 1230px) {
  .m-ctasplit .column {
    width: 50%;
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media (min-width: 1460px) {
  .m-ctasplit .column {
    width: 50%;
  }
}
.m-ctasplit .column:last-child {
  margin: 0;
}
.m-ctasplit .column h3 {
  text-align: center;
}
.m-ctasplit .column .wrapper {
  border: 1px solid #cdcecf;
  margin: 20px 0 0;
}
.m-ctasplit .column .wrapper img {
  display: block;
  width: 100%;
}
.m-ctasplit .column .wrapper .text {
  background: rgba(255, 255, 255, 0.9);
  border: 1px solid #f3f3f2;
  padding: 15px;
}
.m-ctasplit .column .wrapper .text h4 {
  font-family: "Roboto", arial, sans-serif;
  text-transform: none;
  font-weight: 400;
}
.m-ctasplit .column .wrapper .text h4 a {
  color: #1f1e1e;
}
.m-ctasplit .column .wrapper .text h4 a:hover {
  color: #318731;
}
.m-ctasplit .column .wrapper .text p {
  position: relative;
}
.m-ctasplit .column .wrapper .text p a {
  position: relative;
  margin-left: 15px;
  color: #1f1e1e;
}
.osw .m-ctasplit .column .wrapper .text p a {
  color: #021859;
}
.osw .m-ctasplit .column .wrapper .text p a:hover {
  color: #021859;
}
.m-ctasplit .column .wrapper .text p a:hover {
  color: #318731;
}
.m-ctasplit .column .wrapper .text p a:hover:before {
  left: -10px;
}
.inverness .m-ctasplit .column .wrapper .text p a:hover, .wes .m-ctasplit .column .wrapper .text p a:hover {
  color: #007EB6;
}
.emsp .m-ctasplit .column .wrapper .text p a:hover {
  color: #B11B83;
}
.enterprise .m-ctasplit .column .wrapper .text p a:hover {
  color: #6C3685;
}
.m-ctasplit .column .wrapper .text p a:before {
  font-size: 1.25rem;
  content: ">";
  position: absolute;
  top: -6px;
  left: -15px;
  color: #318731;
  transition: all 0.3s ease-in-out;
}
.inverness .m-ctasplit .column .wrapper .text p a:before, .wes .m-ctasplit .column .wrapper .text p a:before {
  color: #007EB6;
}
.emsp .m-ctasplit .column .wrapper .text p a:before {
  color: #B11B83;
}
.enterprise .m-ctasplit .column .wrapper .text p a:before {
  color: #6C3685;
}
.osw .m-ctasplit .column .wrapper .text p a:before {
  color: #81C4EE;
}
@media (min-width: 768px) {
  .m-ctasplit .column .wrapper {
    position: relative;
  }
  .m-ctasplit .column .wrapper .text {
    position: absolute;
    left: 0;
    bottom: 0;
    height: 50%;
    width: 50%;
    max-width: 335px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 30px;
  }
  .m-ctasplit .column .wrapper .text h4 {
    margin: 0;
  }
}
@media (min-width: 992px) {
  .m-ctasplit {
    padding: 60px 0;
  }
}
@media (min-width: 1230px) {
  .m-ctasplit {
    padding: 100px 0;
  }
}

.m-imagetwotextcta {
  background-repeat: no-repeat;
  background-size: auto 100%;
}
.m-imagetwotextcta.dark-blue {
  background: #142143;
}
.m-imagetwotextcta.dark-blue .row .text h1,
.m-imagetwotextcta.dark-blue .row .text h2,
.m-imagetwotextcta.dark-blue .row .text h3,
.m-imagetwotextcta.dark-blue .row .text h4,
.m-imagetwotextcta.dark-blue .row .text p,
.m-imagetwotextcta.dark-blue .row .text ul li,
.m-imagetwotextcta.dark-blue .row .text ol li {
  color: #ffffff;
}
.m-imagetwotextcta .row {
  display: flex;
  flex-direction: column;
}
.m-imagetwotextcta .row > div {
  width: 100%;
  float: left;
  position: relative;
  padding-left: 15px;
  padding-right: 15px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  float: none;
}
@media (min-width: 0) {
  .m-imagetwotextcta .row > div {
    width: 100%;
  }
}
@media (min-width: 768px) {
  .m-imagetwotextcta .row > div {
    width: 100%;
  }
}
@media (min-width: 992px) {
  .m-imagetwotextcta .row > div {
    width: 50%;
  }
}
@media (min-width: 1230px) {
  .m-imagetwotextcta .row > div {
    width: 50%;
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media (min-width: 1460px) {
  .m-imagetwotextcta .row > div {
    width: 50%;
  }
}
.m-imagetwotextcta .row .media {
  order: 1;
  margin-bottom: 20px;
  padding: 0;
}
.m-imagetwotextcta .row .media .wrapper {
  position: relative;
  padding: 15px 15px 0;
}
.m-imagetwotextcta .row .media .wrapper img {
  display: block;
  width: 100%;
}
.m-imagetwotextcta .row .media .wrapper .description {
  position: absolute;
  bottom: 0;
  left: 0;
  background: rgba(255, 255, 255, 0.5);
  padding: 5px 30px;
  width: 100%;
}
.m-imagetwotextcta .row .media .wrapper .description p {
  margin: 0;
}
.m-imagetwotextcta .row .media .play {
  position: absolute;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  transition: all 0.2s ease-in-out;
  width: 60px;
  height: 60px;
  border: 2px solid #ffffff;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 30px;
  color: #ffffff;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  text-indent: 2px;
  transform-origin: center;
  z-index: 10;
  text-decoration: none;
}
.m-imagetwotextcta .row .media .play:before {
  content: "";
  width: 100%;
  display: block;
  height: 100%;
  border-radius: 50%;
  background: #23408f;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%) scale(0);
  transform-origin: center;
  transition: transform 0.3s cubic-bezier(0.7, 0.25, 0.46, 0.85);
  z-index: -10;
}
.inverness .m-imagetwotextcta .row .media .play:before, .wes .m-imagetwotextcta .row .media .play:before {
  background: #007EB6;
}
.emsp .m-imagetwotextcta .row .media .play:before {
  background: #B11B83;
}
.enterprise .m-imagetwotextcta .row .media .play:before {
  background: #6C3685;
}
.m-imagetwotextcta .row .media .play:hover {
  cursor: pointer;
}
.m-imagetwotextcta .row .media .play:hover:before {
  transform: translate(-50%, -50%) scale(1.1);
}
.m-imagetwotextcta .row .media p {
  font-size: 0.875rem;
  margin: 5px 0 0;
}
.m-imagetwotextcta .row .text {
  order: 2;
  padding: 10px 15px 30px;
}
.m-imagetwotextcta .row .text ul {
  margin: 30px 0;
  list-style: none;
  padding: 0;
  display: flex;
  flex-direction: column;
}
.m-imagetwotextcta .row .text ul:last-child {
  margin: 30px 0 0;
}
.m-imagetwotextcta .row .text ul li {
  margin: 10px 0;
  position: relative;
}
.m-imagetwotextcta .row .text ul li a {
  position: relative;
  margin-left: 20px;
  color: #1f1e1e;
}
.m-imagetwotextcta .row .text ul li a:hover {
  color: #318731;
}
.m-imagetwotextcta .row .text ul li a:hover:before {
  left: -15px;
}
.inverness .m-imagetwotextcta .row .text ul li a:hover, .wes .m-imagetwotextcta .row .text ul li a:hover {
  color: #007EB6;
}
.emsp .m-imagetwotextcta .row .text ul li a:hover {
  color: #B11B83;
}
.enterprise .m-imagetwotextcta .row .text ul li a:hover {
  color: #6C3685;
}
.m-imagetwotextcta .row .text ul li a:before {
  font-size: 1.25rem;
  content: ">";
  position: absolute;
  top: -6px;
  left: -20px;
  color: #318731;
  transition: all 0.3s ease-in-out;
}
.inverness .m-imagetwotextcta .row .text ul li a:before, .wes .m-imagetwotextcta .row .text ul li a:before {
  color: #007EB6;
}
.emsp .m-imagetwotextcta .row .text ul li a:before {
  color: #B11B83;
}
.enterprise .m-imagetwotextcta .row .text ul li a:before {
  color: #6C3685;
}
.m-imagetwotextcta .row .text .cta {
  margin-bottom: 30px;
}
.m-imagetwotextcta .row .text .cta:last-child {
  margin-bottom: 0;
}
.m-imagetwotextcta .row .text .cta .btn {
  margin-top: 5px;
}
@media (min-width: 768px) {
  .m-imagetwotextcta .row .text ul {
    width: 100%;
  }
  .m-imagetwotextcta[class*=background] .row .text ul {
    flex-direction: row;
    flex-wrap: wrap;
  }
  .m-imagetwotextcta[class*=background] .row .text ul li {
    width: 50%;
  }
}
@media (min-width: 992px) {
  .m-imagetwotextcta {
    padding: 0;
  }
  .m-imagetwotextcta:not(.contained) .container {
    max-width: none;
  }
  .m-imagetwotextcta.text-overlay {
    padding: 0px;
  }
  .m-imagetwotextcta.image-right .row .text {
    padding-right: 30px;
    padding-left: 20px;
  }
  .m-imagetwotextcta.image-left .row .text {
    order: 2;
    padding-left: 30px;
    padding-right: 20px;
  }
  .m-imagetwotextcta.image-left .row .text:only-child {
    margin-left: auto;
  }
  .m-imagetwotextcta.image-left .row .media {
    order: 1;
  }
  .m-imagetwotextcta .row {
    flex-direction: row;
    align-items: stretch;
  }
  .m-imagetwotextcta .row .text {
    order: 1;
    padding: 60px 0;
    max-width: 710px;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
  .m-imagetwotextcta .row .text .cta {
    margin-bottom: 50px;
  }
  .m-imagetwotextcta .row .text .cta .btn {
    margin-top: 15px;
  }
  .m-imagetwotextcta .row .media {
    order: 2;
    margin-bottom: 0;
    display: flex;
  }
  .m-imagetwotextcta .row .media .wrapper {
    width: 100%;
    display: flex;
    flex-direction: column;
    padding: 0;
  }
  .m-imagetwotextcta .row .media .wrapper .play {
    font-size: 2rem;
    width: 82px;
    height: 82px;
    border: 3px solid #ffffff;
    border-radius: 41px;
    text-indent: 6px;
  }
  .m-imagetwotextcta .row .media .wrapper .description {
    padding: 5px 15px;
  }
  .m-imagetwotextcta .row .media img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
  }
}
@media (min-width: 1230px) {
  .m-imagetwotextcta.text-overlay .row .text {
    padding: 60px 30px;
    background: rgba(255, 255, 255, 0.8);
  }
  .m-imagetwotextcta .row .text {
    padding: 100px 0;
  }
  .m-imagetwotextcta.image-right .row .text {
    padding-right: 40px;
  }
  .m-imagetwotextcta.image-left .row .text {
    padding-left: 40px;
  }
}
@media (min-width: 1460px) {
  .m-imagetwotextcta.image-right .row .text {
    margin-left: calc(50% - 710px);
    padding-left: 0;
  }
  .m-imagetwotextcta.image-left .row .text {
    padding-right: 0;
  }
}

.m-banner {
  height: 400px;
  position: relative;
  width: 100%;
  overflow: hidden;
}
.m-banner img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
@media all and (-ms-high-contrast: none) {
  .m-banner img {
    position: absolute;
    top: 50%;
    left: 50%;
    min-width: 100%;
    min-height: 100%;
    transform: translate(-50%, -50%);
    width: auto;
    height: auto;
    max-width: none;
  }
}
.m-banner.large {
  height: auto;
}
@media (min-width: 768px) {
  .m-banner {
    height: 500px;
  }
}
@media (min-width: 1230px) {
  .m-banner {
    height: 400px;
  }
}

.m-video {
  padding: 30px 0;
}
.m-video .inner {
  width: 100%;
  float: left;
  position: relative;
  padding-left: 0;
  padding-right: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  float: none;
  margin: 0 auto;
}
@media (min-width: 0) {
  .m-video .inner {
    width: 100%;
  }
}
@media (min-width: 768px) {
  .m-video .inner {
    width: 100%;
  }
}
@media (min-width: 992px) {
  .m-video .inner {
    width: 87.5%;
  }
}
@media (min-width: 1230px) {
  .m-video .inner {
    width: 75%;
    padding-left: 0;
    padding-right: 0;
  }
}
@media (min-width: 1460px) {
  .m-video .inner {
    width: 50%;
  }
}
@media (min-width: 992px) {
  .m-video {
    padding: 60px 0;
  }
}

.m-contactprofiles {
  padding: 30px 0;
}
.m-contactprofiles .e-top {
  margin-bottom: 30px;
  text-align: center;
}
.m-contactprofiles .e-more {
  float: left;
  overflow: hidden;
  position: relative;
  width: 100%;
}
.m-contactprofiles .e-more:before {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgb(255, 255, 255) 100%);
  z-index: 20;
  transition: all 0.3s ease-in-out;
}
.m-contactprofiles .e-more.open:before {
  height: 0;
}
.m-contactprofiles .e-toggle {
  text-align: center;
  color: #318731;
  position: relative;
  margin-top: 30px;
}
.inverness .m-contactprofiles .e-toggle, .wes .m-contactprofiles .e-toggle {
  color: #007EB6;
}
.emsp .m-contactprofiles .e-toggle {
  color: #B11B83;
}
.enterprise .m-contactprofiles .e-toggle {
  color: #6C3685;
}
.m-contactprofiles .e-toggle span {
  transition: all 0.3s ease-in-out;
}
.m-contactprofiles .e-toggle span:hover {
  cursor: pointer;
}
@media (min-width: 992px) {
  .m-contactprofiles {
    padding: 60px 0;
  }
}

.m-homepagebanner {
  position: relative;
  overflow: hidden;
  padding: 30px 0;
}
.m-homepagebanner .slick-slider .slick-track,
.m-homepagebanner .slick-slider .slick-list {
  display: flex;
  width: 100%;
}
.m-homepagebanner .image {
  position: absolute;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 0;
  width: 100%;
}
.m-homepagebanner .image img {
  position: absolute;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  display: block;
  max-width: none;
}
.m-homepagebanner .e-heading {
  text-align: center;
  display: flex;
  flex-direction: column;
  align-content: center;
}
.m-homepagebanner .e-heading:after {
  content: "";
  height: 0;
  clear: both;
  display: block;
  visibility: hidden;
}
.m-homepagebanner .e-heading .text {
  width: 100%;
  float: left;
  position: relative;
  padding-left: 0;
  padding-right: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  float: none;
  order: 2;
  margin: 0 0 50px;
}
@media (min-width: 0) {
  .m-homepagebanner .e-heading .text {
    width: 100%;
  }
}
@media (min-width: 768px) {
  .m-homepagebanner .e-heading .text {
    width: 100%;
  }
}
@media (min-width: 992px) {
  .m-homepagebanner .e-heading .text {
    width: 50%;
  }
}
@media (min-width: 1230px) {
  .m-homepagebanner .e-heading .text {
    width: 50%;
    padding-left: 0;
    padding-right: 0;
  }
}
@media (min-width: 1460px) {
  .m-homepagebanner .e-heading .text {
    width: 50%;
  }
}
.m-homepagebanner .e-heading .text h2 {
  color: #ffffff;
  margin: 0;
}
.m-homepagebanner .e-heading .text .btn {
  margin-top: 0px;
}
.m-homepagebanner .e-heading .button {
  width: 100%;
  float: left;
  position: relative;
  padding-left: 0;
  padding-right: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin: 80px 0 10px;
  float: none;
  order: 1;
}
@media (min-width: 0) {
  .m-homepagebanner .e-heading .button {
    width: 100%;
  }
}
@media (min-width: 768px) {
  .m-homepagebanner .e-heading .button {
    width: 100%;
  }
}
@media (min-width: 992px) {
  .m-homepagebanner .e-heading .button {
    width: 50%;
  }
}
@media (min-width: 1230px) {
  .m-homepagebanner .e-heading .button {
    width: 50%;
    padding-left: 0;
    padding-right: 0;
  }
}
@media (min-width: 1460px) {
  .m-homepagebanner .e-heading .button {
    width: 50%;
  }
}
.m-homepagebanner .e-heading .button a.e-play {
  transition: all 0.2s ease-in-out;
  width: 60px;
  height: 60px;
  border-radius: 30px;
  line-height: 60px;
  border: 2px solid #ffffff;
  background: rgba(0, 0, 0, 0.5);
  color: #ffffff;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  text-indent: 2px;
  transform-origin: center;
  z-index: 10;
  position: relative;
  margin: 0 auto;
}
.m-homepagebanner .e-heading .button a.e-play i {
  margin-top: 5px;
}
.m-homepagebanner .e-heading .button a.e-play:before {
  content: "";
  width: 100%;
  display: block;
  height: 100%;
  border-radius: 50%;
  background: #318731;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%) scale(0);
  transform-origin: center;
  transition: transform 0.3s cubic-bezier(0.7, 0.25, 0.46, 0.85);
  z-index: -10;
}
.m-homepagebanner .e-heading .button a.e-play:hover {
  cursor: pointer;
}
.m-homepagebanner .e-heading .button a.e-play:hover:before {
  transform: translate(-50%, -50%) scale(1.1);
}
.m-homepagebanner .e-cta {
  position: relative;
}
.m-homepagebanner .e-cta .item {
  display: block;
  padding: 10px 15px;
  background: #ffffff;
  text-transform: uppercase;
  color: #1f1e1e;
  font-family: "Roboto", sans-serif;
  position: relative;
}
.m-homepagebanner .e-cta .item:before {
  content: "";
  display: none;
  width: 0%;
  height: 100%;
  background: #318731;
  position: absolute;
  right: 0;
  left: auto;
  top: 0;
  z-index: 0;
  transition: all 0.3s ease-in-out;
}
.m-homepagebanner .e-cta .item:hover:before {
  width: 100%;
  left: 0;
  right: auto;
}
.m-homepagebanner .e-cta .item p,
.m-homepagebanner .e-cta .item span {
  position: relative;
  z-index: 5;
  transition: all 0.3s ease-in-out;
  display: block;
}
.m-homepagebanner .e-cta .item p {
  font-size: 1rem;
  font-family: "Roboto", sans-serif;
  margin: 0;
  padding-left: 20px;
}
.m-homepagebanner .e-cta .item p:before {
  font-size: 1.25rem;
  content: ">";
  position: absolute;
  top: 0;
  left: 0;
  color: #318731;
  transition: all 0.3s ease-in-out;
}
.m-homepagebanner .e-cta .item span {
  font-size: 0.75rem;
  color: #747774;
  padding-left: 20px;
}
.m-homepagebanner .slick-dots {
  position: relative;
  width: 100%;
  margin: 0;
  padding: 0;
  text-align: center;
  padding-top: 10px;
  background: #ffffff;
}
.m-homepagebanner .e-videooverlay {
  position: fixed;
  top: 127px;
  bottom: 0;
  width: 100%;
  height: calc(100vh - 130px);
  background: rgba(0, 0, 0, 0.8);
  color: #ffffff;
  z-index: 888;
  display: none;
}
.m-homepagebanner .e-videooverlay h2,
.m-homepagebanner .e-videooverlay p {
  color: #ffffff;
}
.m-homepagebanner .e-videooverlay .tab-pane {
  display: none;
}
.m-homepagebanner .e-videooverlay .tab-pane.active {
  display: block;
}
.m-homepagebanner .e-videooverlay .nav-tabs {
  list-style: none;
  margin: 20px -10px 0;
  padding: 0;
  display: flex;
  justify-content: space-between;
}
.m-homepagebanner .e-videooverlay .nav-tabs li {
  padding: 0 10px;
}
.m-homepagebanner .e-videooverlay .nav-tabs li a {
  padding: 0;
  background: none;
}
.m-homepagebanner .e-videooverlay .nav-tabs li a img {
  display: block;
  transition: all 0.3s ease-in-out;
}
.m-homepagebanner .e-videooverlay .nav-tabs li a:hover img {
  opacity: 0.8;
}
.m-homepagebanner .e-videooverlay .nav-tabs li span {
  display: none;
}
.m-homepagebanner .e-videooverlay .nav-tabs li.active {
  display: none;
}
.m-homepagebanner .e-videooverlay .wrapper {
  padding: 30px 15px;
  display: none;
}
.m-homepagebanner .e-videooverlay .wrapper .e-close {
  font-family: 0.75rem;
  position: absolute;
  top: 15px;
  right: 5px;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background: #ffffff;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
  color: #318731;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  transition: all 0.5s ease-in-out;
}
.m-homepagebanner .e-videooverlay .wrapper .e-close span {
  font-size: 1.5rem;
  margin-top: 4px;
  font-weight: 200;
}
.m-homepagebanner .e-videooverlay .wrapper .e-close:hover {
  cursor: pointer;
  background: #318731;
  color: #ffffff;
}
.m-homepagebanner .e-videooverlay .inner {
  display: flex;
  flex-direction: column;
}
.m-homepagebanner .e-videooverlay .inner .e-video {
  width: 100%;
  order: 2;
  margin-top: 20px;
}
.m-homepagebanner .e-videooverlay .inner .e-video iframe {
  max-width: 100%;
}
.m-homepagebanner .e-videooverlay .inner .e-text {
  width: 100%;
  order: 1;
}
.m-homepagebanner .e-videooverlay .inner .e-text h2 {
  padding-right: 50px;
}
.m-homepagebanner .e-videooverlay .inner .e-items {
  width: 100%;
  order: 3;
}
@media (min-width: 768px) {
  .m-homepagebanner {
    padding: 60px 0;
  }
  .m-homepagebanner .image {
    position: absolute;
    top: 0;
    left: 0;
    transform: none;
    width: 100%;
    height: 100%;
  }
  .m-homepagebanner .image img {
    width: 100%;
    position: relative;
    top: auto;
    left: auto;
    transform: none;
    height: 100%;
    object-fit: cover;
    object-position: center top;
  }
  .m-homepagebanner .e-heading {
    display: flex;
    align-items: center;
    flex-direction: row;
    margin: 50px 0px 100px;
    align-content: flex-start;
    text-align: left;
  }
  .m-homepagebanner .e-heading .text {
    padding-right: 100px;
    margin: 0;
    order: 1;
  }
  .m-homepagebanner .e-heading .text h2 {
    font-size: 2.5rem;
  }
  .m-homepagebanner .e-heading .text .btn {
    margin-top: 10px;
  }
  .m-homepagebanner .e-heading .button {
    order: 2;
    margin: 0;
  }
  .m-homepagebanner .e-heading .button a.e-play {
    font-size: 2rem;
    width: 80px;
    height: 80px;
    border-radius: 40px;
    margin-left: -40px;
    text-indent: 4px;
  }
  .m-homepagebanner .slick-slider .slick-track,
  .m-homepagebanner .slick-slider .slick-list {
    min-width: 100%;
  }
  .m-homepagebanner .e-cta .item {
    flex: 1;
    border-right: 1px solid rgba(0, 0, 0, 0.1);
  }
  .m-homepagebanner .e-cta .item:last-child {
    border-right: 0;
  }
}
@media (min-width: 992px) {
  .m-homepagebanner .e-cta {
    display: flex;
  }
  .m-homepagebanner .e-cta .item {
    flex: 1;
    width: 33.33333%;
    padding: 20px 30px;
  }
  .m-homepagebanner .e-cta .item:before {
    display: block;
  }
  .m-homepagebanner .e-cta .item:hover p,
  .m-homepagebanner .e-cta .item:hover span {
    color: #ffffff;
  }
  .m-homepagebanner .e-cta .item:hover p:before,
  .m-homepagebanner .e-cta .item:hover span:before {
    color: #ffffff;
  }
  .m-homepagebanner .e-videooverlay {
    overflow: auto;
  }
  .m-homepagebanner .e-videooverlay .wrapper .e-close {
    top: -15px;
    right: 0;
  }
  .m-homepagebanner .e-videooverlay .inner {
    flex-direction: row;
    position: relative;
  }
  .m-homepagebanner .e-videooverlay .inner .nav-tabs {
    flex-direction: column;
  }
  .m-homepagebanner .e-videooverlay .inner .nav-tabs li {
    padding: 10px;
    border-top: 1px solid rgba(255, 255, 255, 0.5);
  }
  .m-homepagebanner .e-videooverlay .inner .nav-tabs li a {
    color: #ffffff;
  }
  .m-homepagebanner .e-videooverlay .inner .nav-tabs li a img {
    display: none;
  }
  .m-homepagebanner .e-videooverlay .inner .nav-tabs li a span {
    display: block;
  }
  .m-homepagebanner .e-videooverlay .inner .e-video {
    width: calc(70% - 40px);
    order: 1;
    margin-top: 0;
  }
  .m-homepagebanner .e-videooverlay .inner .e-text,
  .m-homepagebanner .e-videooverlay .inner .e-items {
    position: absolute;
    width: 30%;
    top: 0;
    right: 0;
    height: 50%;
  }
  .m-homepagebanner .e-videooverlay .inner .e-text {
    order: 2;
  }
  .m-homepagebanner .e-videooverlay .inner .e-items {
    top: 30%;
    padding-top: 20px;
  }
}
@media (min-width: 1230px) {
  .m-homepagebanner {
    padding: 50px 0 100px;
  }
  .m-homepagebanner .e-cta .item p {
    font-size: 1.5rem;
  }
  .m-homepagebanner .e-cta .item p:before {
    font-size: 1.5rem;
  }
  .m-homepagebanner .e-cta .item span {
    font-size: 1.5rem;
  }
  .m-homepagebanner .e-heading {
    margin: 100px 0px;
  }
  .m-homepagebanner .e-heading .text h2 {
    font-size: 3.75rem;
  }
  .m-homepagebanner .e-videooverlay {
    top: 130px;
  }
  .m-homepagebanner .e-videooverlay .wrapper {
    padding: 60px 40px;
  }
  .m-homepagebanner .e-videooverlay .wrapper .e-close {
    top: -30px;
  }
  .m-homepagebanner .e-videooverlay .wrapper .inner .nav-tabs {
    flex-direction: column;
    margin: -10px 0 0;
  }
  .m-homepagebanner .e-videooverlay .wrapper .inner .nav-tabs li {
    border: none;
    padding: 0;
    margin: 10px 0;
  }
  .m-homepagebanner .e-videooverlay .wrapper .inner .nav-tabs li a {
    position: relative;
    color: #ffffff;
    display: flex;
    align-items: flex-start;
  }
  .m-homepagebanner .e-videooverlay .wrapper .inner .nav-tabs li a:after {
    content: "";
    height: 0;
    clear: both;
    display: block;
    visibility: hidden;
  }
  .m-homepagebanner .e-videooverlay .wrapper .inner .nav-tabs li a img {
    width: 100px;
    display: block;
  }
  .m-homepagebanner .e-videooverlay .wrapper .inner .nav-tabs li a span {
    display: block;
    margin-left: 30px;
  }
  .m-homepagebanner .e-videooverlay .wrapper .e-items {
    padding-top: 0;
  }
}
@media (min-width: 1600px) {
  .m-homepagebanner .e-videooverlay .wrapper .inner .nav-tabs li {
    font-size: 1.25rem;
  }
  .m-homepagebanner .e-videooverlay .wrapper .inner .nav-tabs li a img {
    width: 200px;
  }
}

@keyframes activeItem {
  from {
    width: 0px;
  }
  to {
    width: 100%;
  }
}
.m-propertyhomepagebanner {
  position: relative;
  overflow: hidden;
}
.m-propertyhomepagebanner .e-item {
  position: relative;
}
.m-propertyhomepagebanner .e-item .image {
  height: 260px;
  position: relative;
  background-color: #142143;
}
.m-propertyhomepagebanner .e-item .image img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  object-position: center;
}
.m-propertyhomepagebanner .e-item .image .play {
  position: absolute;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  transition: all 0.2s ease-in-out;
  width: 60px;
  height: 60px;
  border: 2px solid #ffffff;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 30px;
  color: #ffffff;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  text-indent: 2px;
  transform-origin: center;
  z-index: 50;
  text-decoration: none;
}
.m-propertyhomepagebanner .e-item .image .play:before {
  content: "";
  width: 100%;
  display: block;
  height: 100%;
  border-radius: 50%;
  background: #23408f;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%) scale(0);
  transform-origin: center;
  transition: transform 0.3s cubic-bezier(0.7, 0.25, 0.46, 0.85);
  z-index: -10;
}
.emsp .m-propertyhomepagebanner .e-item .image .play:before {
  background: #B11B83;
}
.enterprise .m-propertyhomepagebanner .e-item .image .play:before {
  background: #6C3685;
}
.m-propertyhomepagebanner .e-item .image .play:hover {
  cursor: pointer;
}
.m-propertyhomepagebanner .e-item .image .play:hover:before {
  transform: translate(-50%, -50%) scale(1.1);
}
.m-propertyhomepagebanner .e-item .image .play:focus {
  box-shadow: none;
}
.m-propertyhomepagebanner .e-item .text {
  padding: 30px 0;
}
.m-propertyhomepagebanner .e-item .text .inner {
  width: 100%;
  float: left;
  position: relative;
  padding-left: 0;
  padding-right: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  float: none;
}
@media (min-width: 0) {
  .m-propertyhomepagebanner .e-item .text .inner {
    width: 100%;
  }
}
@media (min-width: 768px) {
  .m-propertyhomepagebanner .e-item .text .inner {
    width: 100%;
  }
}
@media (min-width: 992px) {
  .m-propertyhomepagebanner .e-item .text .inner {
    width: 43.75%;
  }
}
@media (min-width: 1230px) {
  .m-propertyhomepagebanner .e-item .text .inner {
    width: 43.75%;
    padding-left: 0;
    padding-right: 0;
  }
}
@media (min-width: 1460px) {
  .m-propertyhomepagebanner .e-item .text .inner {
    width: 43.75%;
  }
}
.osw .m-propertyhomepagebanner .e-item .text .inner {
  width: 100%;
  float: left;
  position: relative;
  padding-left: 0;
  padding-right: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
@media (min-width: 0) {
  .osw .m-propertyhomepagebanner .e-item .text .inner {
    width: 100%;
  }
}
@media (min-width: 768px) {
  .osw .m-propertyhomepagebanner .e-item .text .inner {
    width: 100%;
  }
}
@media (min-width: 992px) {
  .osw .m-propertyhomepagebanner .e-item .text .inner {
    width: 75%;
  }
}
@media (min-width: 1230px) {
  .osw .m-propertyhomepagebanner .e-item .text .inner {
    width: 50%;
    padding-left: 0;
    padding-right: 0;
  }
}
@media (min-width: 1460px) {
  .osw .m-propertyhomepagebanner .e-item .text .inner {
    width: 50%;
  }
}
.m-propertyhomepagebanner .e-navigation {
  position: absolute;
  top: 225px;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
}
.m-propertyhomepagebanner .e-navigation .inner {
  width: 100%;
  background: rgba(0, 0, 0, 0.1);
  opacity: 1;
  backdrop-filter: blur(25px);
  -webkit-backdrop-filter: blur(25px);
  padding: 10px 20px;
  display: flex;
  min-width: 100%;
}
.m-propertyhomepagebanner .e-navigation .inner .slick-list {
  min-width: 100%;
}
.m-propertyhomepagebanner .e-navigation .inner .slick-track {
  transform: none !important;
}
.m-propertyhomepagebanner .e-navigation .inner .e-item {
  padding: 5px;
  flex: 1;
}
.m-propertyhomepagebanner .e-navigation .inner .e-item:hover {
  cursor: pointer;
}
.emsp .m-propertyhomepagebanner .e-navigation .inner .e-item:hover p {
  color: #B11B83;
}
.enterprise .m-propertyhomepagebanner .e-navigation .inner .e-item:hover p {
  color: #6C3685;
}
.osw .m-propertyhomepagebanner .e-navigation .inner .e-item:hover p {
  color: #A5E4D8;
}
.m-propertyhomepagebanner .e-navigation .inner .e-item p {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  color: #ffffff;
  margin: 15px 0 0;
  display: none;
}
.m-propertyhomepagebanner .e-navigation .inner .e-item .bar {
  width: 100%;
  height: 4px;
  background: #ffffff;
  display: block;
  position: relative;
}
.m-propertyhomepagebanner .e-navigation .inner .e-item .bar:before {
  -webkit-transition: all 10s ease-in-out;
  -moz-transition: all 10s ease-in-out;
  -ms-transition: all 10s ease-in-out;
  -o-transition: all 10s ease-in-out;
  transition: all 10s ease-in-out;
  content: "";
  width: 0%;
  height: 100%;
  left: 0;
  top: 0;
  background: #142143;
  position: absolute;
}
.osw .m-propertyhomepagebanner .e-navigation .inner .e-item .bar:before {
  background: #A5E4D8;
}
.m-propertyhomepagebanner .e-navigation .inner .e-item.slick-current .bar:before {
  animation: activeItem 10s ease-in-out forwards;
}
.m-propertyhomepagebanner .e-navigation__button {
  display: none;
  border: transparent;
  width: 100%;
  margin: 0;
  padding: 1rem 0.8rem 1rem 0;
  font-weight: normal;
  justify-content: flex-start;
  text-align: left;
  border-radius: 0;
  background: transparent;
  color: white;
}
@media (min-width: 768px) {
  .m-propertyhomepagebanner .e-item .image {
    height: 360px;
  }
  .m-propertyhomepagebanner .e-navigation {
    top: 325px;
  }
}
@media (min-width: 992px) {
  .m-propertyhomepagebanner .e-item .image {
    height: 700px;
    max-height: 60vh;
    min-height: 500px;
  }
  .m-propertyhomepagebanner .e-item .image:before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: black;
    opacity: 0.65;
    z-index: 1;
  }
  .m-propertyhomepagebanner .e-item .image .play {
    font-size: 2rem;
    width: 82px;
    height: 82px;
    border: 3px solid #ffffff;
    border-radius: 41px;
    text-indent: 6px;
  }
  .m-propertyhomepagebanner .e-item .text {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: calc(100% - 100px);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 40;
  }
  .m-propertyhomepagebanner .e-item .text .inner h2 {
    font-size: 2.5rem;
  }
  .m-propertyhomepagebanner .e-item .text .inner p {
    font-size: 1.25rem;
  }
  .m-propertyhomepagebanner .e-item .text .inner h2,
  .m-propertyhomepagebanner .e-item .text .inner p {
    color: #ffffff;
  }
  .m-propertyhomepagebanner .e-navigation {
    top: auto;
    bottom: 0;
  }
  .m-propertyhomepagebanner .e-navigation__button {
    display: flex;
  }
  .m-propertyhomepagebanner .e-navigation .inner {
    padding: 30px 20px 0;
  }
  .m-propertyhomepagebanner .e-navigation .inner .e-item p {
    display: block;
  }
}
@media (min-width: 1230px) {
  .m-propertyhomepagebanner .e-navigation .inner {
    padding: 30px 50px 0;
  }
  .m-propertyhomepagebanner .e-navigation .inner .e-item {
    padding: 0 20px;
  }
}

.e-navigation--hero .slick-list {
  overflow: initial;
}

.e-navigation__control {
  display: block;
  width: 100%;
  margin: 0.8rem 0 0;
  padding: 0 0 0.4rem;
  border: none;
  border-radius: 0;
  text-align: left;
  color: white;
}
.e-navigation__control:hover, .e-navigation__control:focus-visible {
  background-color: transparent;
}

.m-homepagecta {
  position: relative;
}
.m-homepagecta:before {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: #eff0f0;
}
.m-homepagecta .inner {
  background: #ffffff;
  padding: 15px 30px;
  position: relative;
  transform: translateY(-60px);
  margin-bottom: -60px;
}
.m-homepagecta .inner:after {
  top: 100%;
  left: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: rgba(255, 255, 255, 0);
  border-top-color: #fff;
  border-width: 12px;
  margin-left: -12px;
}
.m-homepagecta .inner span.link {
  margin-top: 10px;
  display: inline-block;
}
.m-homepagecta .inner span.link:before {
  font-size: 2rem;
  content: ">";
  margin-right: 5px;
  margin-top: -5px;
  vertical-align: top;
  color: #23408f;
}

.m-articlepage {
  margin: clamp(2.5rem, 4.464vw + 1.607rem, 5.625rem) 0;
}
.m-articlepage .e-media {
  width: 100%;
  float: left;
  position: relative;
  padding-left: 15px;
  padding-right: 15px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin-top: 20px;
}
@media (min-width: 0) {
  .m-articlepage .e-media {
    width: 100%;
  }
}
@media (min-width: 768px) {
  .m-articlepage .e-media {
    width: 100%;
  }
}
@media (min-width: 992px) {
  .m-articlepage .e-media {
    width: 50%;
  }
}
@media (min-width: 1230px) {
  .m-articlepage .e-media {
    width: 50%;
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media (min-width: 1460px) {
  .m-articlepage .e-media {
    width: 50%;
  }
}
.m-articlepage .e-media img {
  display: block;
  width: 100%;
}
.m-articlepage .e-media span {
  display: block;
  margin-top: 5px;
  color: #1f1e1e;
}
.m-articlepage .e-media .play {
  position: absolute;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  transition: all 0.2s ease-in-out;
  width: 60px;
  height: 60px;
  border: 2px solid #ffffff;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 30px;
  color: #ffffff;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  text-indent: 2px;
  transform-origin: center;
  z-index: 10;
  text-decoration: none;
}
.m-articlepage .e-media .play:before {
  content: "";
  width: 100%;
  display: block;
  height: 100%;
  border-radius: 50%;
  background: #23408f;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%) scale(0);
  transform-origin: center;
  transition: transform 0.3s cubic-bezier(0.7, 0.25, 0.46, 0.85);
  z-index: -10;
}
.m-articlepage .e-media .play:hover {
  cursor: pointer;
}
.m-articlepage .e-media .play:hover:before {
  transform: translate(-50%, -50%) scale(1.1);
}
.m-articlepage__body .related {
  margin-top: 50px;
}
.m-articlepage__body .related ul {
  list-style: none;
  margin: 20px 0 0;
  padding: 0;
}
.m-articlepage__body .related ul li {
  margin: 10px 0;
  position: relative;
}
.m-articlepage__body .related ul li a {
  position: relative;
  margin-left: 20px;
  color: #318731;
}
.m-articlepage__body .related ul li a:hover {
  color: #318731;
}
.m-articlepage__body .related ul li a:hover:before {
  left: -15px;
}
.m-articlepage__body .related ul li a:before {
  font-size: 1.25rem;
  content: ">";
  position: absolute;
  top: -6px;
  left: -20px;
  color: #318731;
  transition: all 0.3s ease-in-out;
}
.m-articlepage__body .related ul li a span {
  font-size: 0.75rem;
  font-style: italic;
  color: #777;
}
.m-articlepage__body .authors {
  margin: 30px 0;
}
.m-articlepage__body .authors .contact-item {
  padding-left: 20px;
  border-left: 5px solid #23408f;
  display: inline-block;
  width: 100%;
  margin-top: 20px;
}
.m-articlepage__body .authors .contact-item p:first-child {
  margin-bottom: 20px;
  margin-top: 0;
}
.m-articlepage__body .authors .contact-item p:last-child {
  margin-bottom: 0;
}
.m-articlepage__body .e-profileactions {
  margin-left: auto;
  display: inline-block;
  vertical-align: middle;
}
.m-articlepage__body .e-profileactions ul {
  list-style: none;
  display: flex;
  margin: 0;
  padding: 0;
  align-items: center;
}
.m-articlepage__body .e-profileactions ul li {
  margin-right: 10px;
  display: flex;
  align-items: center;
}
.m-articlepage__body .e-profileactions ul li button {
  padding: 0;
  background: none;
  color: #23408f;
  border: none;
  margin: 0;
  outline: none;
}
.m-articlepage__body .e-profileactions ul li button span {
  text-decoration: underline;
}
.m-articlepage__body .e-profileactions ul li button path {
  stroke: #23408f;
}
.m-articlepage__body .e-profileactions ul li button:hover span {
  text-decorstion-thickness: 2px;
  color: #142143;
}
.m-articlepage__body .e-profileactions ul li button.selected svg {
  fill: #23408f;
}
.m-articlepage__body .e-profileactions ul li button span {
  opacity: 0;
  position: absolute;
  right: 100%;
  top: 0;
}
.m-articlepage__body .e-profileactions ul li button svg {
  fill: none;
  display: block;
}
.m-articlepage__body .e-profileactions ul li button:before, .m-articlepage__body .e-profileactions ul li button:after {
  display: none;
}
.m-articlepage__body .secondary {
  display: flex;
  align-items: center;
  margin-top: 30px;
}
.m-articlepage__body .secondary a {
  margin-top: 0;
}
@media (min-width: 768px) {
  .grid--center-col .m-articlepage__body {
    grid-column: 2/12;
  }
}
.m-articlepage__image img.is-raster {
  width: 100%;
}
@media (min-width: 992px) {
  .m-articlepage .e-media .play {
    font-size: 2rem;
    width: 82px;
    height: 82px;
    border: 3px solid #ffffff;
    border-radius: 41px;
    text-indent: 6px;
  }
  .grid--center-col .m-articlepage__body {
    grid-column: 4/10;
  }
  .m-articlepage__body .authors {
    display: flex;
    flex-wrap: wrap;
  }
  .m-articlepage__body .authors h2 {
    width: 100%;
  }
  .m-articlepage__body .authors .contact-item {
    width: 50%;
    padding-right: 20px;
  }
}

.blog-header .e-image {
  display: block;
  position: absolute;
  right: 18.2608696%;
  bottom: 0;
  width: 215px;
}
@media (max-width: 992px) {
  .blog-header .e-image {
    display: none;
  }
}

.read-time {
  margin-top: 20px;
}

.m-featured-posts {
  padding-top: 2rem;
}
@media (min-width: 64em) {
  .m-featured-posts {
    padding-top: 4rem;
  }
}
.m-featured-posts__grid {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}
@media (min-width: 64em) {
  .m-featured-posts__grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  .m-featured-posts__grid > .result-card:nth-child(1) {
    grid-column: 1/4;
  }
}
.m-featured-posts .m-listingitem .e-image > a {
  display: block;
}
.m-featured-posts .m-listingitem .author {
  display: flex;
}
.m-featured-posts .m-listingitem .author .headshot {
  width: 50px;
}
.m-featured-posts .m-listingitem .author .e-text {
  padding: 0 0 0 10px;
  width: auto;
}
.m-featured-posts .m-listingitem .author .e-text p {
  margin-top: 0;
}

.authors .m-iconcarousel {
  padding: 0;
  text-align: left;
}
@media (max-width: 768px) {
  .authors .m-iconcarousel {
    text-align: center;
  }
}
.authors .e-icons .item {
  align-items: flex-start;
  margin-bottom: 0;
}
@media (min-width: 1230px) {
  .authors .e-icons .item {
    padding-right: 0;
  }
}
.authors .e-icons .e-text {
  flex-basis: 75%;
}
.authors .e-icons .e-text h3 {
  font-size: 2rem;
  line-height: 28px;
  margin-bottom: 0;
}
@media (max-width: 768px) {
  .authors .e-icons .e-text h3 {
    margin: 10px 0;
  }
}
.authors .e-icons .e-text p {
  margin: 6px 0;
}
@media (max-width: 768px) {
  .authors .e-icons .e-text p {
    display: none;
  }
}
.authors .headshot {
  flex-basis: 25%;
}
@media (max-width: 768px) {
  .authors .headshot {
    width: 100%;
  }
}
@media (max-width: 768px) {
  .authors .headshot img {
    max-width: 80px;
    margin: 0 auto;
  }
}

.headshot img {
  border-radius: 50%;
}

.l-listings .items.blog-results {
  padding-top: 0;
}
.l-listings .items.blog-results .m-featured-posts {
  padding-top: 0;
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .l-listings .items.blog-results .m-featured-posts {
    margin-bottom: 0;
  }
}
.l-listings .items.blog-results .m-featured-posts.hero {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  display: flex;
  justify-content: flex-end;
  height: 612px;
  align-items: flex-end;
}
@media (max-width: 768px) {
  .l-listings .items.blog-results .m-featured-posts.hero {
    background-image: none !important;
    height: auto;
  }
}
.l-listings .items.blog-results .m-featured-posts.hero .e-image {
  display: none;
}
@media (max-width: 768px) {
  .l-listings .items.blog-results .m-featured-posts.hero .e-image {
    display: block;
  }
}
.l-listings .items.blog-results .m-featured-posts.hero .e-text.full {
  width: 100%;
}
.l-listings .items.blog-results .m-featured-posts.hero .m-listingitem {
  margin-bottom: 0;
}
@media (min-width: 992px) {
  .l-listings .items.blog-results .m-featured-posts.hero .m-listingitem {
    background: white;
    border: none;
    width: 65.4411765%;
    margin: 0 40px 40px 0;
  }
}
.l-listings .items.blog-results .m-featured-posts.hero .taster {
  display: none;
}
.l-listings .items.blog-results .inner {
  position: relative;
  padding-top: 50px;
}
@media (max-width: 768px) {
  .l-listings .items.blog-results .inner {
    padding-top: 30px;
  }
}

.myhie-cta {
  margin-top: 60px;
}
@media (max-width: 768px) {
  .myhie-cta {
    display: none;
  }
}

.layout {
  *zoom: 1;
  position: relative;
  margin-left: 0;
  margin-bottom: 0;
  padding-left: 0;
}
.layout:before, .layout:after {
  display: table;
  content: "";
  line-height: 0;
}
.layout:after {
  clear: both;
}
.layout > * {
  list-style-type: none;
  margin-bottom: 0;
  margin-right: 0;
}

.blog-article .full-width-blog-img {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 40px;
  margin-bottom: 40px;
}
@media (max-width: 768px) {
  .blog-article .full-width-blog-img {
    margin-top: 30px;
    margin-bottom: 20px;
  }
}
.blog-article .full-width-blog-img > * {
  width: 100%;
  float: left;
  position: relative;
  padding-left: 15px;
  padding-right: 15px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
@media (min-width: 0) {
  .blog-article .full-width-blog-img > * {
    width: 150%;
  }
}
@media (min-width: 768px) {
  .blog-article .full-width-blog-img > * {
    width: 150%;
  }
}
@media (min-width: 992px) {
  .blog-article .full-width-blog-img > * {
    width: 75%;
  }
}
@media (min-width: 1230px) {
  .blog-article .full-width-blog-img > * {
    width: 75%;
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media (min-width: 1460px) {
  .blog-article .full-width-blog-img > * {
    width: 75%;
  }
}
.blog-article .blog-content {
  width: 49.4444444%;
  max-width: 712px;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 768px) {
  .blog-article .blog-content {
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
  }
}
.blog-article .blog-content h1 {
  margin-top: 20px;
}
.blog-article .blog-content p:first-child:first-letter {
  float: left;
  font-size: 75px;
  line-height: 60px;
  padding-top: 4px;
  padding-right: 8px;
  padding-left: 3px;
}
.blog-article .blog-content .read-time::before {
  content: "•";
  color: #cdcecf;
  padding-right: 5px;
}
.blog-article .blog-article-footer {
  width: 49.4444444%;
  max-width: 712px;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 768px) {
  .blog-article .blog-article-footer {
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
  }
}
.blog-article .blog-article-footer .author {
  display: flex;
}
.blog-article .blog-article-footer .author .headshot {
  width: 50px;
}
.blog-article .blog-article-footer .author .e-text {
  padding: 0 0 0 10px;
  margin-top: 0;
  width: auto;
}
.blog-article .blog-article-footer .author .e-text h3 {
  margin-bottom: 0;
  font-weight: 500;
}
.blog-article .blog-article-footer .author .e-text p {
  margin-top: 0;
}
.blog-article .blog-article-footer .author-info {
  margin-top: 60px;
}
@media (max-width: 768px) {
  .blog-article .blog-article-footer .author-info {
    margin-top: 30px;
  }
}
.blog-article .blog-article-footer .author-info .bio p {
  width: 75%;
}
.blog-article .blog-article-footer .author-links {
  margin-bottom: 20px;
}
.blog-article .blog-article-footer .author-links a {
  font-size: 0.75rem;
}
.blog-article .blog-article-footer .author-links > * {
  float: left;
  margin-bottom: 10px;
  padding-right: 10px;
}
@media (max-width: 768px) {
  .blog-article .blog-article-footer .author-links > * {
    float: none;
  }
}
.blog-article .blog-article-footer .author-links > *:not(:first-child):before {
  content: "|";
  color: #cdcecf;
  padding-right: 10px;
}
@media (max-width: 768px) {
  .blog-article .blog-article-footer .author-links > *:not(:first-child):before {
    content: "";
    padding-right: 0;
  }
}
.blog-article .e-article-actions {
  display: flex;
  align-items: center;
  border-top: 1px solid #cdcecf;
  padding-top: 20px;
}
.blog-article .e-sharebutton {
  margin-left: auto;
  margin-top: 0;
  margin-right: 0;
}
.blog-article .e-profileactions {
  margin-left: -10px;
}
.blog-article .e-profileactions ul {
  list-style: none;
  display: flex;
  margin: 0;
  padding: 0;
  align-items: center;
}
.blog-article .e-profileactions ul li {
  margin-left: 10px;
  display: flex;
  align-items: center;
}
.blog-article .e-profileactions ul li button {
  padding: 0;
  background: none;
  color: #23408f;
  border: none;
  margin: 0;
  outline: none;
}
.blog-article .e-profileactions ul li button span {
  text-decoration: underline;
}
.blog-article .e-profileactions ul li button path {
  stroke: #23408f;
}
.blog-article .e-profileactions ul li button:hover span {
  text-decorstion-thickness: 2px;
  color: #142143;
}
.blog-article .e-profileactions ul li button.selected svg {
  fill: #23408f;
}
.blog-article .e-profileactions ul li button span {
  /*opacity: 0;
  position: absolute;
  right: 100%;
  top: 0;*/
}
.blog-article .e-profileactions ul li button svg {
  fill: none;
}
.blog-article .e-profileactions ul li button:before, .blog-article .e-profileactions ul li button:after {
  display: none;
}
.blog-article .m-myhie-cta {
  display: flex;
}
.blog-article .m-myhie-cta h2 {
  font-size: 2.6rem;
  line-height: 34px;
}
.blog-article .m-myhie-cta img {
  margin-left: auto;
  padding-left: 40px;
}
@media (max-width: 768px) {
  .blog-article .m-myhie-cta img {
    display: none;
  }
}

.related-authors {
  margin-top: 15px;
}
.related-authors .item {
  display: flex;
  margin-bottom: 30px;
}
.related-authors .item .headshot {
  margin-right: 20px;
}
.related-authors .item .headshot img {
  max-width: 80px;
}
.related-authors .item h3, .related-authors .item p {
  margin: 0;
}

#disqus_thread {
  margin: 60px 0;
}
@media (max-width: 768px) {
  #disqus_thread {
    margin: 30px 0;
  }
}

.m-casestudy .blog-content + .full-width-blog-img {
  margin-top: 0;
  margin-bottom: 20px;
}
@media (max-width: 768px) {
  .m-casestudy .blog-content + .full-width-blog-img {
    margin-top: 0;
    margin-bottom: 15px;
  }
}
.m-casestudy .full-width-blog-img + .container p:first-child,
.m-casestudy .blog-content:first-child + .container p:first-child {
  margin-top: 0;
}

.m-projectpage .content {
  width: 49.4444444%;
  max-width: 712px;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 768px) {
  .m-projectpage .content {
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
  }
}
.m-projectpage .projectpage-meta,
.m-projectpage .projectpage-contractors {
  display: flex;
  padding-bottom: 1.5rem;
  margin-bottom: 3.25rem;
  border-bottom: 1px solid black;
}
.m-projectpage .projectpage-meta {
  flex-wrap: wrap;
  gap: 2rem;
  padding-top: 4rem;
}
@media (min-width: 1230px) {
  .m-projectpage .projectpage-meta {
    gap: 7rem;
  }
}
.m-projectpage .projectpage-meta .meta {
  flex: 1 0 40%;
}
@media (min-width: 1230px) {
  .m-projectpage .projectpage-meta .meta {
    flex: initial;
  }
}
.m-projectpage .projectpage-meta .meta h4 {
  font-size: 1rem;
}
@media (min-width: 1230px) {
  .m-projectpage .projectpage-meta .meta--programme {
    flex: 1 0 auto;
  }
}
.m-projectpage .projectpage-contractors {
  flex-direction: column;
  gap: 3.5rem;
}
.m-projectpage .projectpage-stages {
  color: white;
  padding: 2rem;
  margin-top: 4rem;
  background-color: #008290;
}
.m-projectpage .projectpage-stages a {
  color: white;
  text-decoration: underline;
}
.m-projectpage .projectpage-stages h2, .m-projectpage .projectpage-stages h3, .m-projectpage .projectpage-stages h4, .m-projectpage .projectpage-stages h5, .m-projectpage .projectpage-stages h6 {
  color: white;
}
.m-projectpage .projectpage-stages .project-stage {
  padding-bottom: 4rem;
}
.m-projectpage .projectpage-stages .project-stage .image .image-wrapper {
  width: 100%;
}
@media (min-width: 992px) {
  .m-projectpage .projectpage-stages .project-stage .image .image-wrapper {
    height: 120px;
    width: 120px;
  }
}
.m-projectpage .projectpage-stages .project-stage .image .image-wrapper img {
  object-fit: contain;
}
.m-projectpage .projectpage-stages .project-stage__content {
  display: flex;
  flex-direction: column;
}
.m-projectpage .projectpage-stages .project-stage__content h2 {
  color: white;
}
.m-projectpage .projectpage-stages .project-stage__content ul {
  padding-left: 1.5rem;
}
.m-projectpage .projectpage-stages .project-stage__content ul li {
  margin-bottom: 3px;
}
.m-projectpage .projectpage-stages .project-stage__ctas {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 5rem;
  padding-top: 2rem;
}
.m-projectpage .projectpage-stages .project-stage__ctas a:not(.btn) {
  color: white;
  font-weight: 500;
  text-decoration: none;
}
.m-projectpage .projectpage-stages .project-stage__ctas a:not(.btn):after {
  display: none;
}
.m-projectpage .projectpage-stages .project-stage__ctas a:not(.btn):focus, .m-projectpage .projectpage-stages .project-stage__ctas a:not(.btn):hover {
  text-decoration: underline;
}
.m-projectpage .projectpage-stages .project-stage__ctas a:not(.btn) img {
  margin-right: 1rem;
}
.m-projectpage .projectpage-stages .project-stage:not(:last-child) {
  margin-bottom: 4rem;
  border-bottom: 1px solid white;
}
.m-projectpage .projectpage-stages .project-stage--with-image .project-stage__content {
  gap: 3rem;
}
@media (min-width: 992px) {
  .m-projectpage .projectpage-stages .project-stage--with-image .project-stage__content {
    gap: 1.25rem;
    flex-direction: row;
  }
}

.m-contactcta {
  padding: 30px 0;
}
.m-contactcta .container {
  display: flex;
  flex-direction: column;
  align-items: stretch;
}
.m-contactcta .container .item {
  width: 100%;
  float: left;
  position: relative;
  padding-left: 0;
  padding-right: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  float: none;
  display: flex;
  align-items: stretch;
}
@media (min-width: 0) {
  .m-contactcta .container .item {
    width: 100%;
  }
}
@media (min-width: 768px) {
  .m-contactcta .container .item {
    width: 50%;
  }
}
@media (min-width: 992px) {
  .m-contactcta .container .item {
    width: 50%;
  }
}
@media (min-width: 1230px) {
  .m-contactcta .container .item {
    width: 50%;
    padding-left: 0;
    padding-right: 0;
  }
}
@media (min-width: 1460px) {
  .m-contactcta .container .item {
    width: 50%;
  }
}
.m-contactcta .container .item .inner {
  border: 1px solid #cdcecf;
  padding: 20px;
  background: rgba(0, 0, 0, 0.05);
  width: 100%;
}
.m-contactcta .container .item:last-child .inner {
  border-top: none;
}
.osw .m-contactcta .container .item .inner {
  border: none !important;
  background: #115388;
}
.osw .m-contactcta .container .item .inner h2,
.osw .m-contactcta .container .item .inner p {
  color: #ffffff;
}
.osw .m-contactcta .container .item:last-child .inner {
  background: #021859;
}
@media (min-width: 768px) {
  .m-contactcta .container {
    flex-direction: row;
  }
  .m-contactcta .container .item:last-child .inner {
    border-top: 1px solid #cdcecf;
    border-left: none;
  }
}
@media (min-width: 992px) {
  .m-contactcta {
    padding: 60px 0 0;
  }
  .m-contactcta .container .item .inner {
    padding: 60px 30px;
  }
}
@media (min-width: 1230px) {
  .m-contactcta {
    padding: 80px 0 0;
  }
  .m-contactcta .container .item .inner {
    padding: 80px 60px;
  }
}

.m-contactform {
  padding: 30px 0;
}
.m-contactform .e-image,
.m-contactform .e-form {
  width: 100%;
  float: left;
  position: relative;
  padding-left: 15px;
  padding-right: 15px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
@media (min-width: 0) {
  .m-contactform .e-image,
  .m-contactform .e-form {
    width: 100%;
  }
}
@media (min-width: 768px) {
  .m-contactform .e-image,
  .m-contactform .e-form {
    width: 100%;
  }
}
@media (min-width: 992px) {
  .m-contactform .e-image,
  .m-contactform .e-form {
    width: 50%;
  }
}
@media (min-width: 1230px) {
  .m-contactform .e-image,
  .m-contactform .e-form {
    width: 50%;
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media (min-width: 1460px) {
  .m-contactform .e-image,
  .m-contactform .e-form {
    width: 50%;
  }
}
.m-contactform .e-form {
  margin-top: 2rem;
}
@media (min-width: 992px) {
  .m-contactform {
    padding: 60px 0;
  }
  .m-contactform .e-form {
    margin-top: 0;
  }
}

.m-contactsearchtop {
  margin-bottom: 30px;
}
.m-contactsearchtop .container {
  display: flex;
  flex-direction: column;
  font-weight: 600;
}
.m-contactsearchtop .container span select {
  padding: 10px 60px 10px 15px;
  font-weight: 400;
  margin-left: 10px;
  border: 1px solid #767676;
}
@media (min-width: 500px) {
  .m-contactsearchtop .container {
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
  }
  .m-contactsearchtop .container p {
    margin: 0;
    width: 50%;
  }
  .m-contactsearchtop .container span {
    align-self: flex-end;
    width: 50%;
    text-align: right;
  }
}

.m-findacontact {
  padding: 50px 0;
}
.m-findacontact .top-search {
  margin-bottom: 50px;
  position: relative;
}
.m-findacontact .top-search label {
  position: absolute;
  opacity: 0;
}
.m-findacontact .top-search input {
  font-size: 1.25rem;
  -webkit-appearance: none;
  width: 100%;
  outline: none;
  transition: all;
  color: #23408f;
  padding: 10px;
  background: rgba(0, 0, 0, 0.05);
  border: 1px solid #cdcecf;
}
.m-findacontact .top-search input:focus, .m-findacontact .top-search input:active {
  border-color: #23408f;
}
.m-findacontact .container {
  max-width: 1098px;
  margin: 0 auto;
}
.m-findacontact h2 {
  text-align: center;
}
.m-findacontact .dropdown-mobile {
  width: 100%;
  margin-top: 10px;
}
.m-findacontact .dropdown-mobile .top {
  width: 100%;
}
.m-findacontact .button {
  text-align: center;
}
@media (min-width: 992px) {
  .m-findacontact {
    padding: 60px 0;
  }
  .m-findacontact .top-search {
    margin-bottom: 60px;
  }
  .m-findacontact .top-search input {
    font-size: 1.625rem;
    padding: 20px;
  }
  .m-findacontact .row > div {
    display: flex;
  }
  .m-findacontact .row .dropdown {
    width: 33.33333%;
    margin-top: 20px;
  }
}
@media (min-width: 1230px) {
  .m-findacontact {
    padding: 80px 0 100px;
  }
}

.m-eventitem {
  padding: 30px 0;
  position: relative;
}
.m-eventitem .e-back {
  position: relative;
  margin-left: 15px;
}
.m-eventitem .e-back:hover {
  color: #318731;
}
.m-eventitem .e-back:hover:before {
  left: -20px;
}
.m-eventitem .e-back:before {
  font-size: 1.25rem;
  content: "<";
  position: absolute;
  top: -6px;
  left: -15px;
  color: #318731;
  transition: all 0.3s ease-in-out;
}
.m-eventitem .e-details {
  width: 100%;
  float: left;
  position: relative;
  padding-left: 15px;
  padding-right: 15px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin-top: 20px;
}
@media (min-width: 0) {
  .m-eventitem .e-details {
    width: 100%;
  }
}
@media (min-width: 768px) {
  .m-eventitem .e-details {
    width: 100%;
  }
}
@media (min-width: 992px) {
  .m-eventitem .e-details {
    width: 50%;
  }
}
@media (min-width: 1230px) {
  .m-eventitem .e-details {
    width: 50%;
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media (min-width: 1460px) {
  .m-eventitem .e-details {
    width: 50%;
  }
}
.m-eventitem .e-details .e-top {
  padding: 20px;
  background: linear-gradient(90deg, #23408f, #142143);
  margin-bottom: 20px;
}
.m-eventitem .e-details .e-top span {
  color: #ffffff;
}
.m-eventitem .e-details .e-top span.date {
  font-size: 2rem;
  font-family: "Roboto", sans-serif;
  padding-bottom: 20px;
  border-bottom: 1px solid #ffffff;
  display: block;
}
.m-eventitem .e-details img {
  display: block;
  width: 100%;
}
.m-eventitem .e-text {
  width: 100%;
  float: left;
  position: relative;
  padding-left: 15px;
  padding-right: 15px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin-top: 20px;
}
@media (min-width: 0) {
  .m-eventitem .e-text {
    width: 100%;
  }
}
@media (min-width: 768px) {
  .m-eventitem .e-text {
    width: 100%;
  }
}
@media (min-width: 992px) {
  .m-eventitem .e-text {
    width: 50%;
  }
}
@media (min-width: 1230px) {
  .m-eventitem .e-text {
    width: 50%;
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media (min-width: 1460px) {
  .m-eventitem .e-text {
    width: 50%;
  }
}
.m-eventitem .e-text h1 {
  color: #23408f;
}
.m-eventitem .e-text h2 {
  margin-top: 30px;
}
.m-eventitem .e-text .buttons .secondary {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.m-eventitem .e-text .buttons .secondary .e-profileactions {
  margin-left: auto;
  margin-top: 30px;
}
.m-eventitem .e-text .buttons .secondary .e-profileactions ul {
  list-style: none;
  display: flex;
  margin: 0;
  padding: 0;
  align-items: center;
}
.m-eventitem .e-text .buttons .secondary .e-profileactions ul li {
  margin-left: 10px;
  display: flex;
  align-items: center;
}
.m-eventitem .e-text .buttons .secondary .e-profileactions ul li button {
  padding: 0;
  background: none;
  color: #23408f;
  border: none;
  margin: 0;
  outline: none;
}
.m-eventitem .e-text .buttons .secondary .e-profileactions ul li button span {
  text-decoration: underline;
}
.m-eventitem .e-text .buttons .secondary .e-profileactions ul li button path {
  stroke: #23408f;
}
.m-eventitem .e-text .buttons .secondary .e-profileactions ul li button:hover span {
  text-decorstion-thickness: 2px;
  color: #142143;
}
.m-eventitem .e-text .buttons .secondary .e-profileactions ul li button.selected svg {
  fill: #23408f;
}
.m-eventitem .e-text .buttons .secondary .e-profileactions ul li button span {
  /*opacity: 0;
  position: absolute;
  right: 100%;
  top: 0;*/
}
.m-eventitem .e-text .buttons .secondary .e-profileactions ul li button svg {
  fill: none;
}
.m-eventitem .e-text .buttons .secondary .e-profileactions ul li button:before, .m-eventitem .e-text .buttons .secondary .e-profileactions ul li button:after {
  display: none;
}
@media (min-width: 768px) {
  .m-eventitem .e-details .e-top {
    display: flex;
    justify-content: space-between;
    padding: 25px 30px;
  }
  .m-eventitem .e-details .e-top span {
    width: 50%;
  }
  .m-eventitem .e-details .e-top span.date {
    font-size: 2.5rem;
    padding-bottom: 0;
    border-bottom: none;
    border-right: 1px solid #ffffff;
  }
  .m-eventitem .e-details .e-top span.text {
    padding-left: 30px;
  }
  .m-eventitem .e-details .e-top span.text p {
    margin: 0;
  }
  .m-eventitem .e-text .buttons {
    display: flex;
    align-content: center;
    justify-content: space-between;
  }
  .m-eventitem .e-text .buttons .secondary {
    margin-left: 10px;
  }
}
@media (min-width: 992px) {
  .m-eventitem {
    padding: 60px 0;
  }
  .m-eventitem .e-text .buttons {
    flex-wrap: wrap;
    justify-content: flex-start;
  }
  .m-eventitem .e-text .buttons .btn + .btn {
    margin-left: 5px;
  }
  .m-eventitem .e-text .buttons .secondary {
    width: 100%;
    margin-left: 0;
  }
}
@media (min-width: 1230px) {
  .m-eventitem .e-text .buttons {
    display: flex;
    align-content: center;
    justify-content: space-between;
    flex-wrap: nowrap;
  }
  .m-eventitem .e-text .buttons .btn + .btn {
    margin-left: 10px;
  }
  .m-eventitem .e-text .buttons .secondary {
    width: auto;
  }
}

.m-maptop {
  padding: 5px 15px;
  position: relative;
  background: #ffffff;
  z-index: 20;
  border-bottom: 1px solid #efefef;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.m-maptop.filter-active {
  z-index: 99999;
}
.m-maptop .e-back {
  font-weight: 600;
  color: #23408f;
  position: relative;
  margin-left: 15px;
}
.m-maptop .e-back:before {
  font-size: 1.25rem;
  content: "<";
  display: block;
  position: absolute;
  right: calc(100% + 10px);
  top: 50%;
  transform: translateY(-50%);
  margin-top: -3px;
}
.m-maptop .e-actions {
  width: 100%;
}
.m-maptop .e-actions > div {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  flex-wrap: wrap;
}
.m-maptop .e-actions .active-filters {
  font-size: 0.75rem;
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 15px;
  margin-top: 20px;
  width: 100%;
}
.m-maptop .e-actions .active-filters .clear {
  color: #318731;
  transition: all 0.3s ease-in-out;
  margin-right: 10px;
}
.m-maptop .e-actions .active-filters .clear:hover {
  cursor: pointer;
}
.m-maptop .e-actions .active-filters ul {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  color: #1f1e1e;
  list-style: none;
  margin: 0;
  padding: 0;
}
.m-maptop .e-actions .active-filters ul li {
  font-size: 0.75rem;
  transition: all 0.3s ease-in-out;
  margin-right: 30px;
  position: relative;
}
.m-maptop .e-actions .active-filters ul li:after {
  font-size: 0.75rem;
  transition: all 0.3s ease-in-out;
  content: "×";
  font-weight: 300;
  display: inline-block;
  margin-left: 5px;
  width: 14px;
  height: 14px;
  color: #ffffff;
  background: #318731;
  border-radius: 7px;
  text-align: center;
  vertical-align: middle;
  position: absolute;
  right: -19px;
  top: 50%;
  transform: translateY(-50%);
  transform-origin: center;
}
.m-maptop .e-actions .active-filters ul li:hover {
  cursor: pointer;
}
.m-maptop .e-actions .active-filters ul li:hover:after {
  background: transparent;
  color: #318731;
  transform: translateY(-50%) scale(2);
}
.m-maptop .e-actions .dropdown {
  margin: 10px 0;
  padding: 0;
}
.m-maptop .e-actions .dropdown-mobile {
  width: 100%;
  padding-right: 0;
}
.m-maptop .e-actions .dropdown-mobile .filters {
  right: 0;
  width: 100%;
}
.m-maptop .e-actions .dropdown-mobile .filters h4 {
  margin-bottom: 0px;
  color: #23408f;
}
.m-maptop .e-actions .dropdown-mobile .filters .dropdown {
  margin-bottom: 15px;
}
.m-maptop .e-actions .dropdown-mobile .filters .dropdown .top {
  text-align: left;
}
.m-maptop .e-actions .dropdown-mobile .filters .dropdown ul {
  position: relative;
  width: 100%;
  top: auto;
  left: auto;
  transform: none;
}
.m-maptop .e-actions .btn {
  margin: 0;
  display: none;
}
@media (min-width: 768px) {
  .m-maptop .e-back {
    margin-bottom: -8px;
  }
}
@media (min-width: 992px) {
  .m-maptop {
    padding: 5px 20px 0;
  }
  .m-maptop .e-actions {
    padding-left: 30px;
    flex: 1;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    width: auto;
  }
  .m-maptop .e-actions .dropdown {
    margin: 0;
    width: auto;
  }
  .m-maptop .e-actions .dropdown-container {
    display: flex;
  }
  .m-maptop .e-actions .dropdown__body {
    position: absolute;
    top: 100%;
    right: 0;
    background-color: white;
    width: 300px;
  }
  .m-maptop .e-actions .dropdown__title-btn {
    gap: 1rem;
  }
  .m-maptop .e-actions .btn {
    margin-left: 30px;
    width: auto;
    display: block;
  }
  .m-maptop .e-actions .active-filters {
    margin-bottom: 0px;
    margin-top: 0px;
  }
  .m-maptop .e-actions > div {
    justify-content: flex-end;
  }
  .m-maptop .e-actions .active-filters {
    width: auto;
  }
}
@media (min-width: 1460px) {
  .m-maptop {
    padding: 5px 40px 0;
  }
}

.m-mapview {
  min-height: calc(100vh - 150px);
  overflow: hidden;
  position: relative;
  z-index: 10;
}
.m-mapview #mapContainer {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.m-mapview #mapContainer button {
  border-radius: 0px;
}
.m-mapview .e-iteminfo {
  position: fixed;
  bottom: -50%;
  left: 0;
  height: auto;
  width: 100%;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
  z-index: 20;
  background: #ffffff;
  transition: all 0.5s cubic-bezier(0.55, 1, 0.55, 1);
}
.m-mapview .e-iteminfo[data-status=open] {
  bottom: 0;
}
.m-mapview .e-iteminfo__panel {
  padding: 15px;
}
@media (min-width: 992px) {
  .m-mapview .e-iteminfo__panel {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow-y: auto;
  }
}
.m-mapview .e-iteminfo__panel > div {
  overflow-y: auto;
}
.m-mapview .e-iteminfo a {
  display: block;
}
.m-mapview .e-iteminfo h3 {
  font-size: 1rem;
  text-transform: none;
  font-family: "Roboto", arial, sans-serif;
  float: right;
  width: 50%;
  padding-left: 15px;
  margin-top: 15px;
}
.m-mapview .e-iteminfo h3 a {
  color: #1f1e1e;
  font-weight: 400;
}
.m-mapview .e-iteminfo h3 a:hover {
  color: #23408f;
}
.m-mapview .e-iteminfo .image {
  position: relative;
  margin-top: 20px;
  float: left;
  width: 50%;
}
.m-mapview .e-iteminfo .image .e-data {
  position: absolute;
  top: 10px;
  left: 10px;
  display: flex;
  margin: 0;
  padding: 0;
}
.m-mapview .e-iteminfo .image .e-data li {
  font-size: 0.75rem;
  font-weight: 600;
  margin: 0 5px 0 0;
  width: 20px;
  height: 20px;
  background: rgba(255, 255, 255, 0.5);
  display: flex;
  align-items: center;
  justify-content: center;
  color: #142143;
}
.m-mapview .e-iteminfo .image .e-data li i {
  font-size: 0.5rem;
}
.m-mapview .e-iteminfo .image .e-data li i.fa-arrow-down {
  border-bottom: 1px solid #23408f;
}
.m-mapview .e-iteminfo .text {
  display: none;
}
.m-mapview .e-iteminfo .amount {
  font-size: 1.25rem;
  float: right;
  width: 50%;
  padding-left: 15px;
  text-align: left;
  font-family: "Roboto", sans-serif;
  text-transform: uppercase;
  margin-top: 15px;
}
.m-mapview .e-iteminfo .btn {
  margin-top: 15px;
}
.m-mapview .e-iteminfo .close {
  font-size: 0.75rem;
  position: absolute;
  top: -22px;
  left: 50%;
  transform: translateX(-50%);
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background: #ffffff;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
  color: #318731;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  transition: all 0.5s ease-in-out;
  z-index: 2;
}
.m-mapview .e-iteminfo .close span {
  font-size: 1.625rem;
  line-height: 0.6;
}
.m-mapview .e-iteminfo .close:hover {
  cursor: pointer;
  background: #318731;
  color: #ffffff;
}
.m-mapview .e-iteminfo .e-profileactions {
  margin-left: auto;
  margin-top: 20px;
}
.m-mapview .e-iteminfo .e-profileactions ul {
  list-style: none;
  display: flex;
  margin: 0;
  padding: 0;
  align-items: center;
}
.m-mapview .e-iteminfo .e-profileactions ul li {
  margin-left: 10px;
  display: flex;
  align-items: center;
  margin-bottom: 0;
}
.m-mapview .e-iteminfo .e-profileactions ul li button {
  padding: 0;
  background: none;
  color: #23408f;
  border: none;
  margin: 0;
  outline: none;
}
.m-mapview .e-iteminfo .e-profileactions ul li button span {
  text-decoration: underline;
}
.m-mapview .e-iteminfo .e-profileactions ul li button path {
  stroke: #23408f;
}
.m-mapview .e-iteminfo .e-profileactions ul li button:hover span {
  text-decoration-thickness: 2px;
  color: #142143;
}
.m-mapview .e-iteminfo .e-profileactions ul li button.selected svg {
  fill: #23408f;
}
.m-mapview .e-iteminfo .e-profileactions ul li button span {
  /*opacity: 0;
          position: absolute;
          right: 100%;
          top: 0;*/
}
.m-mapview .e-iteminfo .e-profileactions ul li button svg {
  fill: none;
}
.m-mapview .e-iteminfo .e-profileactions ul li button:before, .m-mapview .e-iteminfo .e-profileactions ul li button:after {
  display: none;
}
@media (min-width: 768px) {
  .m-mapview .e-iteminfo .amount {
    font-size: 2rem;
  }
  .m-mapview .e-iteminfo .image {
    width: 295px;
  }
  .m-mapview .e-iteminfo h3,
  .m-mapview .e-iteminfo .amount {
    width: calc(100% - 300px);
  }
}
@media (min-width: 992px) {
  .m-mapview .e-iteminfo {
    position: absolute;
    top: 0;
    bottom: auto;
    height: 100%;
    width: 400px;
    left: -420px;
  }
  .m-mapview .e-iteminfo[data-status=open] {
    left: 0;
    bottom: auto;
  }
  .m-mapview .e-iteminfo__panel {
    padding: 20px;
  }
  .m-mapview .e-iteminfo .text {
    display: block;
  }
  .m-mapview .e-iteminfo h3 {
    font-size: 1.25rem;
    width: 100%;
    margin-top: 0;
    padding-left: 0;
    float: none;
  }
  .m-mapview .e-iteminfo .image {
    float: none;
    width: 100%;
  }
  .m-mapview .e-iteminfo .amount {
    width: 100%;
    float: none;
    padding-left: 0;
    padding-top: 15px;
    border-top: 1px solid #cdcecf;
  }
  .m-mapview .e-iteminfo .close {
    top: 15px;
    right: -15px;
    left: auto;
    transform: none;
  }
}
@media (min-width: 1460px) {
  .m-mapview .e-iteminfo {
    padding: 40px;
  }
}

.m-productbanner img {
  display: block;
  width: 100%;
}

.m-productcta {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  flex-direction: column;
}
.m-productcta .inner {
  padding: 1.5rem;
  width: 100%;
  border-radius: 1.5rem;
  color: white;
}
.m-productcta .inner h2 {
  font-size: 3rem;
  line-height: 40px;
}
.m-productcta .inner a {
  color: inherit;
}
.m-productcta .blog-tags span,
.m-productcta .blog-tags a {
  border-radius: 20px;
  color: white;
  border: none;
  background-color: rgba(0, 0, 0, 0.15);
  text-decoration: none;
}
.m-productcta .blog-tags a:hover {
  text-decoration: underline;
}
@media (min-width: 1025px) {
  .m-productcta .blog-tags a:focus {
    background-color: #fdd522;
    box-shadow: 0 3px #152043;
    color: #152043;
    outline: none;
    transition: none;
  }
}
.m-productcta .additional-links > * {
  float: left;
  margin-bottom: 10px;
  padding-right: 10px;
}
@media (max-width: 768px) {
  .m-productcta .additional-links > * {
    float: none;
  }
}
.m-productcta .additional-links > *:not(:first-child):before {
  content: "|";
  color: #cdcecf;
  padding-right: 10px;
}
@media (max-width: 768px) {
  .m-productcta .additional-links > *:not(:first-child):before {
    content: "";
    padding-right: 0;
  }
}
.m-productcta .e-article-actions {
  display: flex;
  align-items: center;
  border-top: 1px solid #cdcecf;
  padding-top: 20px;
  margin-top: 20px;
  width: 100%;
}
.m-productcta .e-sharebutton {
  margin-top: 0;
  margin-right: 0;
}
.m-productcta .e-profileactions {
  margin-left: auto;
}
.m-productcta .e-profileactions ul {
  list-style: none;
  display: flex;
  margin: 0;
  padding: 0;
  align-items: center;
}
.m-productcta .e-profileactions ul li {
  margin-left: 10px;
  display: flex;
  align-items: center;
}
.m-productcta .e-profileactions ul li button {
  padding: 0;
  background: none;
  color: #23408f;
  border: none;
  margin: 0;
  outline: none;
}
.m-productcta .e-profileactions ul li button span {
  text-decoration: underline;
}
.m-productcta .e-profileactions ul li button path {
  stroke: #23408f;
}
.m-productcta .e-profileactions ul li button:hover span {
  text-decoration-thickness: 2px;
  color: #142143;
}
.m-productcta .e-profileactions ul li button.selected svg {
  fill: #23408f;
}
.m-productcta .e-profileactions ul li button span {
  /*opacity: 0;
  position: absolute;
  right: 100%;
  top: 0;*/
}
.m-productcta .e-profileactions ul li button svg {
  fill: none;
}
.m-productcta .e-profileactions ul li button:before, .m-productcta .e-profileactions ul li button:after {
  display: none;
}
.m-productcta .primary .e-sharebutton {
  position: relative;
  overflow: visible;
  min-width: 170px;
  margin-top: 30px;
  margin-right: 10px;
}
.m-productcta .secondary .e-profileactions {
  margin-left: auto;
  margin-top: 30px;
}
@media (min-width: 992px) {
  .m-productcta {
    position: sticky;
    position: -webkit-sticky;
    top: 103px;
  }
}

.m-producttext {
  margin-bottom: 30px;
}
.m-producttext h2 {
  margin-top: 0px;
}
.m-producttext ul {
  list-style: none;
  margin: 0;
  padding: 0 0 0 30px;
  /* Remove default bullets */
}
.m-producttext ul li {
  margin: 10px 0;
}
.m-producttext ul li:before {
  content: "•";
  color: #23408f;
  font-weight: bold;
  display: inline-block;
  margin: 0 19px 0 -27px;
  font-size: 20px;
  vertical-align: middle;
}
.m-producttext .load-more {
  text-align: center;
}
@media (min-width: 992px) {
  .m-producttext {
    margin-bottom: 0;
  }
  .m-producttext ul li {
    margin: 20px 0;
  }
}

.m-propertydetails-bottom {
  margin-bottom: 30px;
  padding-top: 30px;
}
.m-propertydetails-bottom .row {
  display: flex;
  flex-direction: column;
}
.m-propertydetails-bottom .m-tabs .nav-tabs li, .m-propertydetails-bottom .m-tabbednavigation .nav-tabs li {
  box-shadow: none;
  border: none;
}
.m-propertydetails-bottom .m-tabs .nav-tabs li a, .m-propertydetails-bottom .m-tabbednavigation .nav-tabs li a {
  border-top: none;
  border: 1px solid transparent;
  border-bottom: 2px solid transparent;
}
.m-propertydetails-bottom .m-tabs .nav-tabs li a:hover, .m-propertydetails-bottom .m-tabbednavigation .nav-tabs li a:hover {
  border: 1px solid #767676;
  border-bottom: 2px solid transparent;
}
.m-propertydetails-bottom .m-tabs .nav-tabs li.active:before, .m-propertydetails-bottom .m-tabbednavigation .nav-tabs li.active:before {
  display: block;
}
.m-propertydetails-bottom .m-tabs .nav-tabs li.active a, .m-propertydetails-bottom .m-tabbednavigation .nav-tabs li.active a {
  border: 1px solid #767676;
  border-bottom: 2px solid #318731;
}
.m-propertydetails-bottom .m-tabs .nav-tabs li.active:after, .m-propertydetails-bottom .m-tabbednavigation .nav-tabs li.active:after {
  display: block;
}
.m-propertydetails-bottom .e-map,
.m-propertydetails-bottom .e-text {
  width: 100%;
  float: left;
  position: relative;
  padding-left: 15px;
  padding-right: 15px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  float: none;
}
@media (min-width: 0) {
  .m-propertydetails-bottom .e-map,
  .m-propertydetails-bottom .e-text {
    width: 100%;
  }
}
@media (min-width: 768px) {
  .m-propertydetails-bottom .e-map,
  .m-propertydetails-bottom .e-text {
    width: 100%;
  }
}
@media (min-width: 992px) {
  .m-propertydetails-bottom .e-map,
  .m-propertydetails-bottom .e-text {
    width: 50%;
  }
}
@media (min-width: 1230px) {
  .m-propertydetails-bottom .e-map,
  .m-propertydetails-bottom .e-text {
    width: 50%;
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media (min-width: 1460px) {
  .m-propertydetails-bottom .e-map,
  .m-propertydetails-bottom .e-text {
    width: 50%;
  }
}
.m-propertydetails-bottom .e-map .tab-pane,
.m-propertydetails-bottom .e-text .tab-pane {
  display: none;
  margin-top: 30px;
  padding-bottom: 30px;
}
.m-propertydetails-bottom .e-map .tab-pane:after,
.m-propertydetails-bottom .e-text .tab-pane:after {
  content: "";
  height: 0;
  clear: both;
  display: block;
  visibility: hidden;
}
.m-propertydetails-bottom .e-map .tab-pane.active,
.m-propertydetails-bottom .e-text .tab-pane.active {
  display: block;
}
.m-propertydetails-bottom .e-map {
  order: 1;
  height: 300px;
}
.m-propertydetails-bottom .e-map #mapContainer {
  width: 100%;
  height: 300px;
}
.m-propertydetails-bottom .e-text {
  margin-top: 20px;
  order: 2;
}
.m-propertydetails-bottom .e-text .description-row {
  border-bottom: 1px solid #cdcecf;
  padding-bottom: 15px;
  margin-bottom: 15px;
}
.m-propertydetails-bottom .e-text .inner {
  overflow: hidden;
  max-height: 150px;
  position: relative;
  transition: max-height 1s ease-in-out;
}
.m-propertydetails-bottom .e-text .inner:before {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  height: 80px;
  width: 100%;
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgb(255, 255, 255) 100%);
  z-index: 20;
  transition: all 0.3s ease-in-out;
}
.m-propertydetails-bottom .e-text .inner p:first-child {
  margin-top: 10px;
}
.m-propertydetails-bottom .e-text .inner.open:before {
  opacity: 0;
}
.m-propertydetails-bottom .e-text .more {
  transition: all 0.3s ease-in-out;
  color: #318731;
  margin-top: 15px;
  display: inline-block;
  background-color: transparent;
}
.m-propertydetails-bottom .e-text .more:hover {
  cursor: pointer;
}
@media (min-width: 992px) {
  .m-propertydetails-bottom .row {
    flex-direction: row;
    align-items: stretch;
  }
  .m-propertydetails-bottom .e-text {
    order: 1;
  }
  .m-propertydetails-bottom .e-text .tab-pane p {
    font-size: 1rem;
  }
  .m-propertydetails-bottom .e-text .e-buttons .btn {
    margin-top: 10px;
  }
  .m-propertydetails-bottom .e-text .e-buttons .btn-green {
    margin-right: 200px;
  }
  .m-propertydetails-bottom .e-map {
    order: 2;
    position: relative;
    height: auto;
  }
  .m-propertydetails-bottom .e-map #mapContainer {
    position: relative;
    height: 100%;
    border-right-style: 0;
    top: 0;
    width: 100%;
  }
}

.m-propertydetails-top {
  margin-bottom: 30px;
  padding-top: 30px;
}
.m-propertydetails-top h2 {
  font-size: 1.25rem;
  font-family: "Roboto", arial, sans-serif;
  text-transform: none;
  color: #1f1e1e;
  margin-bottom: 30px;
}
.m-propertydetails-top .e-back {
  position: relative;
  margin-bottom: 10px;
}
.m-propertydetails-top .e-back:before {
  content: "<";
  display: inline-block;
  margin-right: 10px;
}
.m-propertydetails-top .e-gallery,
.m-propertydetails-top .e-text {
  width: 100%;
  float: left;
  position: relative;
  padding-left: 15px;
  padding-right: 15px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
@media (min-width: 0) {
  .m-propertydetails-top .e-gallery,
  .m-propertydetails-top .e-text {
    width: 100%;
  }
}
@media (min-width: 768px) {
  .m-propertydetails-top .e-gallery,
  .m-propertydetails-top .e-text {
    width: 100%;
  }
}
@media (min-width: 992px) {
  .m-propertydetails-top .e-gallery,
  .m-propertydetails-top .e-text {
    width: 50%;
  }
}
@media (min-width: 1230px) {
  .m-propertydetails-top .e-gallery,
  .m-propertydetails-top .e-text {
    width: 50%;
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media (min-width: 1460px) {
  .m-propertydetails-top .e-gallery,
  .m-propertydetails-top .e-text {
    width: 50%;
  }
}
.m-propertydetails-top .e-gallery .m-tabs, .m-propertydetails-top .e-gallery .m-tabbednavigation,
.m-propertydetails-top .e-text .m-tabs,
.m-propertydetails-top .e-text .m-tabbednavigation {
  position: fixed;
  left: 0;
  bottom: 0;
  background: #ffffff;
  width: 100%;
  z-index: 100;
  display: flex;
  flex-direction: column;
  border-top: 1px solid #f3f3f2;
}
.m-propertydetails-top .e-gallery .m-tabs .e-close, .m-propertydetails-top .e-gallery .m-tabbednavigation .e-close,
.m-propertydetails-top .e-text .m-tabs .e-close,
.m-propertydetails-top .e-text .m-tabbednavigation .e-close {
  font-size: 0.75rem;
  position: absolute;
  top: -22px;
  left: 50%;
  transform: translateX(-50%);
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background: #ffffff;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
  color: #23408f;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  transition: all 0.5s ease-in-out;
}
.m-propertydetails-top .e-gallery .m-tabs .e-close span, .m-propertydetails-top .e-gallery .m-tabbednavigation .e-close span,
.m-propertydetails-top .e-text .m-tabs .e-close span,
.m-propertydetails-top .e-text .m-tabbednavigation .e-close span {
  font-size: 1.625rem;
}
.m-propertydetails-top .e-gallery .m-tabs .e-close:hover, .m-propertydetails-top .e-gallery .m-tabbednavigation .e-close:hover,
.m-propertydetails-top .e-text .m-tabs .e-close:hover,
.m-propertydetails-top .e-text .m-tabbednavigation .e-close:hover {
  cursor: pointer;
  background: #23408f;
  color: #ffffff;
}
.m-propertydetails-top .e-gallery .m-tabs .nav-tabs, .m-propertydetails-top .e-gallery .m-tabbednavigation .nav-tabs,
.m-propertydetails-top .e-text .m-tabs .nav-tabs,
.m-propertydetails-top .e-text .m-tabbednavigation .nav-tabs {
  order: 2;
}
.m-propertydetails-top .e-gallery .m-tabs .nav-tabs li, .m-propertydetails-top .e-gallery .m-tabbednavigation .nav-tabs li,
.m-propertydetails-top .e-text .m-tabs .nav-tabs li,
.m-propertydetails-top .e-text .m-tabbednavigation .nav-tabs li {
  border: none;
}
.m-propertydetails-top .e-gallery .m-tabs .nav-tabs li.active:before, .m-propertydetails-top .e-gallery .m-tabbednavigation .nav-tabs li.active:before,
.m-propertydetails-top .e-text .m-tabs .nav-tabs li.active:before,
.m-propertydetails-top .e-text .m-tabbednavigation .nav-tabs li.active:before {
  display: none;
}
.m-propertydetails-top .e-gallery .m-tabs .nav-tabs li a, .m-propertydetails-top .e-gallery .m-tabbednavigation .nav-tabs li a,
.m-propertydetails-top .e-text .m-tabs .nav-tabs li a,
.m-propertydetails-top .e-text .m-tabbednavigation .nav-tabs li a {
  border-bottom: none;
  color: #1f1e1e;
  font-weight: 400;
}
.m-propertydetails-top .e-gallery h3,
.m-propertydetails-top .e-text h3 {
  color: #23408f;
  font-family: "Roboto", sans-serif;
  text-transform: uppercase;
}
.m-propertydetails-top .e-gallery .tab-pane,
.m-propertydetails-top .e-text .tab-pane {
  display: none;
  padding-top: 30px;
  padding-bottom: 30px;
  border-bottom: 1px solid #cdcecf;
  overflow: auto;
  white-space: nowrap;
  box-shadow: 0 -10px 20px rgba(0, 0, 0, 0.1);
}
.m-propertydetails-top .e-gallery .tab-pane:after,
.m-propertydetails-top .e-text .tab-pane:after {
  content: "";
  height: 0;
  clear: both;
  display: block;
  visibility: hidden;
}
.m-propertydetails-top .e-gallery .tab-pane.active,
.m-propertydetails-top .e-text .tab-pane.active {
  display: block;
}
.m-propertydetails-top .e-gallery .tab-pane .contact-item,
.m-propertydetails-top .e-text .tab-pane .contact-item {
  padding-left: 20px;
  border-left: 5px solid #23408f;
  display: inline-block;
  width: 70%;
  margin-left: 20px;
}
.m-propertydetails-top .e-gallery .tab-pane .contact-item p:first-child,
.m-propertydetails-top .e-text .tab-pane .contact-item p:first-child {
  margin-bottom: 20px;
  margin-top: 0;
}
.m-propertydetails-top .e-gallery .tab-pane .contact-item p:last-child,
.m-propertydetails-top .e-text .tab-pane .contact-item p:last-child {
  margin-bottom: 0;
}
.m-propertydetails-top .e-gallery .e-details,
.m-propertydetails-top .e-text .e-details {
  margin-top: 20px;
}
.m-propertydetails-top .e-gallery .e-details .inner,
.m-propertydetails-top .e-text .e-details .inner {
  overflow: hidden;
  max-height: 140px;
  position: relative;
  transition: max-height 1s ease-in-out;
}
.m-propertydetails-top .e-gallery .e-details .inner:before,
.m-propertydetails-top .e-text .e-details .inner:before {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  height: 80px;
  width: 100%;
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgb(255, 255, 255) 100%);
  z-index: 20;
  transition: all 0.3s ease-in-out;
}
.m-propertydetails-top .e-gallery .e-details .inner p:first-child,
.m-propertydetails-top .e-text .e-details .inner p:first-child {
  margin-top: 10px;
}
.m-propertydetails-top .e-gallery .e-details .inner.open:before,
.m-propertydetails-top .e-text .e-details .inner.open:before {
  opacity: 0;
}
.m-propertydetails-top .e-gallery .e-details .more,
.m-propertydetails-top .e-text .e-details .more {
  transition: all 0.3s ease-in-out;
  color: #23408f;
  margin-top: 15px;
  display: inline-block;
  background-color: transparent;
}
.m-propertydetails-top .e-gallery .e-details .more:hover,
.m-propertydetails-top .e-text .e-details .more:hover {
  cursor: pointer;
}
.m-propertydetails-top .e-gallery .main-carousel,
.m-propertydetails-top .e-text .main-carousel {
  display: relative;
  margin-bottom: 10px;
  border: 1px solid #dfdfdf;
}
.m-propertydetails-top .e-gallery .main-carousel img,
.m-propertydetails-top .e-text .main-carousel img {
  display: block !important;
}
.m-propertydetails-top .e-gallery .main-carousel .nav,
.m-propertydetails-top .e-text .main-carousel .nav {
  font-size: 1.25rem;
  position: absolute;
  top: 100%;
  margin: 0;
  padding: 6px 35px;
  transition: all 0.3s ease-in-out;
  background: #23408f;
  color: #ffffff;
  z-index: 30;
  border: 1px solid transparent;
  border-bottom: none;
  border-radius: 0;
}
.m-propertydetails-top .e-gallery .main-carousel .nav:hover,
.m-propertydetails-top .e-text .main-carousel .nav:hover {
  cursor: pointer;
  background: #142143;
}
.m-propertydetails-top .e-gallery .main-carousel .nav.prev,
.m-propertydetails-top .e-text .main-carousel .nav.prev {
  right: 86px;
}
.m-propertydetails-top .e-gallery .main-carousel .nav.next,
.m-propertydetails-top .e-text .main-carousel .nav.next {
  border-right: none;
  right: 0;
}
.m-propertydetails-top .e-gallery .total-carousel,
.m-propertydetails-top .e-text .total-carousel {
  font-size: 0.75rem;
  font-weight: 500;
  margin-bottom: 20px;
}
.m-propertydetails-top .e-gallery .nav-carousel,
.m-propertydetails-top .e-text .nav-carousel {
  display: none;
  margin-left: -10px;
}
.m-propertydetails-top .e-gallery .e-buttons,
.m-propertydetails-top .e-text .e-buttons {
  margin-top: 20px;
}
.m-propertydetails-top .e-gallery .e-buttons .e-sharebutton,
.m-propertydetails-top .e-text .e-buttons .e-sharebutton {
  margin-top: 10px;
}
.m-propertydetails-top .e-gallery .e-buttons .btn,
.m-propertydetails-top .e-text .e-buttons .btn {
  vertical-align: bottom;
}
.m-propertydetails-top .e-text .e-profileactions {
  margin-left: auto;
  margin-top: 10px;
}
.m-propertydetails-top .e-text .e-profileactions ul {
  list-style: none;
  display: flex;
  margin: 0;
  padding: 0;
  align-items: center;
}
.m-propertydetails-top .e-text .e-profileactions ul li {
  margin-left: 10px;
  display: flex;
  align-items: center;
}
.m-propertydetails-top .e-text .e-profileactions ul li button {
  padding: 0;
  background: none;
  color: #23408f;
  border: none;
  margin: 0;
  outline: none;
}
.m-propertydetails-top .e-text .e-profileactions ul li button span {
  text-decoration: underline;
}
.m-propertydetails-top .e-text .e-profileactions ul li button path {
  stroke: #23408f;
}
.m-propertydetails-top .e-text .e-profileactions ul li button:hover span {
  text-decorstion-thickness: 2px;
  color: #142143;
}
.m-propertydetails-top .e-text .e-profileactions ul li button.selected svg {
  fill: #23408f;
}
.m-propertydetails-top .e-text .e-profileactions ul li button span {
  /*opacity: 0;
  position: absolute;
  right: 100%;
  top: 0;*/
}
.m-propertydetails-top .e-text .e-profileactions ul li button svg {
  fill: none;
}
.m-propertydetails-top .e-text .e-profileactions ul li button:before, .m-propertydetails-top .e-text .e-profileactions ul li button:after {
  display: none;
}
@media (min-width: 992px) {
  .m-propertydetails-top .e-gallery .nav-carousel {
    display: block;
  }
  .m-propertydetails-top .e-gallery .nav-carousel .slick-track {
    margin-left: 0;
  }
  .m-propertydetails-top .e-gallery .nav-carousel .slick-slide {
    margin: 0 10px;
    outline: none;
    max-width: 181px;
  }
  .m-propertydetails-top .e-gallery .nav-carousel .slick-slide.slick-current img {
    border: 2px solid rgba(20, 33, 67, 0.7);
  }
  .m-propertydetails-top .e-gallery .nav-carousel .slick-slide img {
    display: block !important;
  }
  .m-propertydetails-top .e-text h3 {
    font-size: 2rem;
    margin-bottom: 30px;
  }
  .m-propertydetails-top .e-text .m-tabs, .m-propertydetails-top .e-text .m-tabbednavigation {
    display: block;
    position: relative;
    bottom: auto;
    left: auto;
    display: block;
    border-top: none;
  }
  .m-propertydetails-top .e-text .m-tabs .e-close, .m-propertydetails-top .e-text .m-tabbednavigation .e-close {
    display: none !important;
  }
  .m-propertydetails-top .e-text .m-tabs .nav-tabs li, .m-propertydetails-top .e-text .m-tabbednavigation .nav-tabs li {
    border-bottom: none;
    box-shadow: none;
  }
  .m-propertydetails-top .e-text .m-tabs .nav-tabs li a, .m-propertydetails-top .e-text .m-tabbednavigation .nav-tabs li a {
    border-top: none;
    border: 1px solid transparent;
    border-bottom: 2px solid transparent;
  }
  .m-propertydetails-top .e-text .m-tabs .nav-tabs li a:hover, .m-propertydetails-top .e-text .m-tabbednavigation .nav-tabs li a:hover {
    border: 1px solid #767676;
    border-bottom: 2px solid transparent;
  }
  .m-propertydetails-top .e-text .m-tabs .nav-tabs li.active:before, .m-propertydetails-top .e-text .m-tabbednavigation .nav-tabs li.active:before {
    display: block;
  }
  .m-propertydetails-top .e-text .m-tabs .nav-tabs li.active a, .m-propertydetails-top .e-text .m-tabbednavigation .nav-tabs li.active a {
    border: 1px solid #767676;
    border-bottom: 2px solid #23408f;
  }
  .m-propertydetails-top .e-text .m-tabs .nav-tabs li.active:after, .m-propertydetails-top .e-text .m-tabbednavigation .nav-tabs li.active:after {
    display: block;
  }
  .m-propertydetails-top .e-text .tab-pane {
    white-space: normal;
    box-shadow: none;
  }
  .m-propertydetails-top .e-text .tab-pane p {
    font-size: 1rem;
  }
  .m-propertydetails-top .e-text .tab-pane .contact-item {
    width: 50%;
    float: left;
    margin-left: 0;
  }
  .m-propertydetails-top .e-text .e-buttons .btn {
    margin-top: 10px;
  }
  .m-propertydetails-top .e-text .e-buttons .btn:first-child {
    margin-right: 50%;
  }
}
@media (min-width: 1460px) {
  .m-propertydetails-top .e-text .e-buttons {
    display: flex;
    align-items: center;
    justify-content: flex-end;
  }
  .m-propertydetails-top .e-text .e-buttons .btn:first-child {
    margin: 10px auto auto 0;
    align-self: flex-start;
  }
  .m-propertydetails-top .e-text .e-buttons .btn:last-child {
    margin-left: 10px;
  }
}

.m-cardlist {
  padding: 30px 0;
}
.m-cardlist__title {
  font-size: 2rem;
}
.dark-blue .m-cardlist__title, .darkblue .m-cardlist__title {
  color: white !important;
}
@media (min-width: 768px) {
  .m-cardlist__title {
    font-size: 2.5rem;
  }
}
.dark-blue .m-cardlist__intro, .darkblue .m-cardlist__intro {
  color: white !important;
}
@media (min-width: 768px) {
  .m-cardlist__intro {
    text-align: center;
  }
}
.m-cardlist.dark-blue, .m-cardlist.darkblue {
  background: #142143;
}
.m-cardlist.dark-blue .top *, .m-cardlist.darkblue .top * {
  color: #ffffff;
}
.m-cardlist.grey {
  background: #eff0f0;
}
.m-cardlist .top {
  text-align: center;
  margin: 0 auto;
  max-width: 80%;
}
.m-cardlist .row {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  justify-content: center;
}
.m-cardlist .row:after, .m-cardlist .row:before {
  display: none;
}
.m-cardlist .row > * {
  float: none;
  display: flex;
  align-items: stretch;
}
.m-cardlist .link {
  text-align: center;
  margin-top: 4.5rem;
}
@media (min-width: 992px) {
  .m-cardlist {
    padding: 60px 0;
  }
  .m-cardlist .link .btn + .btn {
    margin-left: 30px;
  }
}
@media (min-width: 1230px) {
  .m-cardlist {
    padding: 100px 0 60px;
  }
}

#ccc-title {
  margin-top: 10%;
}

#ccc hr {
  height: 0.8px;
  opacity: 0.4;
  margin: 28px 0;
}

#ccc p {
  line-height: 1.7em;
}

#ccc .optional-cookie:last-child hr {
  display: none;
}

#ccc #ccc-recommended-settings.ccc-notify-button {
  width: 100%;
  background: #23408f;
  border: 1px solid #23408f;
}
#ccc #ccc-recommended-settings.ccc-notify-button span {
  color: white !important;
}

#ccc #ccc-content #ccc-dismiss-button {
  background-color: #23408f;
  border: 1px solid #23408f !important;
}
#ccc #ccc-content #ccc-dismiss-button span {
  color: white !important;
}

button#ccc-recommended-settings span {
  color: #fff !important;
}

body.invernesscampus #ccc #ccc-recommended-settings.ccc-notify-button,
body.wes #ccc #ccc-recommended-settings.ccc-notify-button {
  background: #007EB6;
  border: 1px solid #007EB6;
}
body.invernesscampus button#ccc-recommended-settings:hover span,
body.wes button#ccc-recommended-settings:hover span {
  color: #007EB6 !important;
}

body.enterpriseparkforres #ccc #ccc-recommended-settings.ccc-notify-button {
  background: #653278;
  border: 1px solid #653278;
}
body.enterpriseparkforres button#ccc-recommended-settings:hover span {
  color: #653278 !important;
}

body.europeanmarinesciencepark #ccc #ccc-recommended-settings.ccc-notify-button {
  background: #B11B83;
  border: 1px solid #B11B83;
}
body.europeanmarinesciencepark button#ccc-recommended-settings:hover span {
  color: #B11B83 !important;
}

#ccc #ccc-content #ccc-dismiss-button:hover {
  text-decoration: underline;
}

#ccc-statement a .ccc-svg-element svg {
  visibility: hidden;
}

#ccc #ccc-end {
  margin-top: 32px;
}

#ccc a {
  text-decoration: underline;
}

#ccc-icon, #ccc-icon svg {
  outline: none;
}

button#ccc-icon {
  background-color: transparent;
  border-radius: 0;
}

@media only screen and (min-width: 480px) {
  #ccc #cc-panel {
    left: 50px;
    right: 50px;
  }
}
.m-filters-grid {
  padding-bottom: 30px;
  background: #142143;
  padding: 2rem;
  margin-bottom: 2.5rem;
  border-radius: 1.5rem;
}
.outer-hebrides .m-filters-grid {
  background: #263253;
}
.m-filters-grid .e-resulttext {
  color: white;
}
.m-filters-grid h1, .m-filters-grid h2, .m-filters-grid h3, .m-filters-grid h4 {
  color: white;
}
.m-filters-grid h4 {
  margin-bottom: 15px;
  display: none;
}
.listsearch .m-filters-grid h1 {
  font-size: 1.5rem;
  margin-bottom: 20px;
  text-align: center;
}
.m-filters-grid .row > div {
  display: flex;
  flex-direction: row;
  align-items: stretch;
}
.m-filters-grid .dropdown-container {
  display: flex;
  margin-left: -20px;
  margin-right: -20px;
}
.m-filters-grid .dropdown-container > * {
  width: 100%;
  float: left;
  position: relative;
  padding-left: 15px;
  padding-right: 15px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
@media (min-width: 0) {
  .m-filters-grid .dropdown-container > * {
    width: 100%;
  }
}
@media (min-width: 768px) {
  .m-filters-grid .dropdown-container > * {
    width: 100%;
  }
}
@media (min-width: 992px) {
  .m-filters-grid .dropdown-container > * {
    width: 25%;
  }
}
@media (min-width: 1230px) {
  .m-filters-grid .dropdown-container > * {
    width: 25%;
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media (min-width: 1460px) {
  .m-filters-grid .dropdown-container > * {
    width: 25%;
  }
}
.m-filters-grid + .items .e-resulttext {
  position: relative;
}
.m-filters-grid .dropdown-mobile .top-toggle {
  background: transparent;
  border: 2px solid white;
  border-radius: 50px;
  color: white;
  padding: 12px 60px 12px 20px;
}
.m-filters-grid .dropdown-mobile .top-toggle::after {
  background: transparent;
  color: white;
}
.m-filters-grid .dropdown-mobile .filters .dropdown .top, .m-filters-grid .dropdown-mobile .filters .dropdown .top:hover, .m-filters-grid .dropdown-mobile .filters .dropdown .top.open {
  color: #142143;
  border-color: #142143;
}
.m-filters-grid .results {
  width: 100%;
  float: left;
  position: relative;
  padding-left: 15px;
  padding-right: 15px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 0.75rem;
  color: #142143;
  float: none;
  font-weight: 600;
  margin: auto 0;
}
@media (min-width: 0) {
  .m-filters-grid .results {
    width: 50%;
  }
}
@media (min-width: 768px) {
  .m-filters-grid .results {
    width: 50%;
  }
}
@media (min-width: 992px) {
  .m-filters-grid .results {
    width: 50%;
  }
}
@media (min-width: 1230px) {
  .m-filters-grid .results {
    width: 50%;
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media (min-width: 1460px) {
  .m-filters-grid .results {
    width: 50%;
  }
}
.m-filters-grid .results ~ .dropdown-mobile {
  width: 50%;
}
.m-filters-grid .buttons {
  width: 100%;
  float: left;
  position: relative;
  padding-left: 15px;
  padding-right: 15px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  justify-content: flex-end;
  display: flex;
  align-items: center;
}
@media (min-width: 0) {
  .m-filters-grid .buttons {
    width: 100%;
  }
}
@media (min-width: 768px) {
  .m-filters-grid .buttons {
    width: 100%;
  }
}
@media (min-width: 992px) {
  .m-filters-grid .buttons {
    width: 25%;
  }
}
@media (min-width: 1230px) {
  .m-filters-grid .buttons {
    width: 25%;
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media (min-width: 1460px) {
  .m-filters-grid .buttons {
    width: 20%;
  }
}
.m-filters-grid .buttons .btn {
  margin-top: 0;
}
.m-filters-grid .active-filters {
  font-size: 0.75rem;
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 2rem;
  margin-top: 1.25rem;
}
.m-filters-grid .active-filters .clear {
  color: white;
  transition: all 0.3s ease-in-out;
  margin-right: 10px;
  background-color: transparent;
  border: none;
}
.m-filters-grid .active-filters .clear:hover {
  cursor: pointer;
  text-decoration: underline;
}
.m-filters-grid .active-filters ul {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  color: #1f1e1e;
  list-style: none;
  margin: 0;
  padding: 0;
}
.m-filters-grid .active-filters ul li {
  font-size: 0.75rem;
  transition: all 0.3s ease-in-out;
  margin-right: 10px;
  position: relative;
  color: #142143;
  background: white;
  border-radius: 50px;
  padding: 0.25rem 0.75rem;
}
.m-filters-grid .active-filters ul li:hover {
  cursor: pointer;
}
.m-filters-grid .active-filters ul li:hover:after {
  background: transparent;
  color: #23408f;
  transform: translateY(-50%) scale(2);
}
.m-filters-grid .dropdown .top {
  border-color: white;
  color: white;
  border: 2px solid;
  border-radius: 50px;
  background: transparent;
  padding-left: 20px;
  padding-right: 20px;
}
.m-filters-grid .dropdown .top:after {
  background: #142143;
  color: white;
}
.outer-hebrides .m-filters-grid .dropdown .top:after {
  background: #263253;
}
.m-filters-grid .dropdown .top::before {
  display: none;
}
.m-filters-grid .dropdown .top.open {
  background: white;
  color: #142143;
  border-color: white;
}
.m-filters-grid .dropdown .top:hover {
  background: white;
  color: #142143;
  border-color: white;
}
.m-filters-grid .keyword {
  transition: all 0.3s ease-in-out;
  position: relative;
  margin-bottom: 35px;
  display: none;
  align-items: center;
  background: transparent;
  max-width: calc(50% - 20px);
}
.m-filters-grid .keyword__input {
  width: 100%;
  padding: 15px 16px 14px;
  border: 2px solid white;
}
.m-filters-grid .keyword__input::-webkit-input-placeholder {
  color: #1f1e1e;
}
.m-filters-grid .keyword__input:-moz-placeholder {
  /* Firefox 18- */
  color: #1f1e1e;
}
.m-filters-grid .keyword__input::-moz-placeholder {
  /* Firefox 19+ */
  color: #1f1e1e;
}
.m-filters-grid .keyword__input:-ms-input-placeholder {
  color: #1f1e1e;
}
.m-filters-grid .keyword__input::placeholder {
  color: #1f1e1e;
  opacity: 1;
}
.m-filters-grid .keyword__search-btn {
  border-radius: 0;
  border-color: transparent;
  margin: 0;
  padding: 0.5rem;
  background-color: #007DB2;
}
.m-filters-grid .keyword__search-btn svg {
  width: 2rem;
  height: 2rem;
  fill: white;
}
@media (min-width: 1025px) {
  .m-filters-grid .keyword__search-btn:focus {
    background-color: #fdd522;
    box-shadow: 0 3px #152043;
    color: #152043;
    outline: none;
    transition: none;
  }
  .m-filters-grid .keyword__search-btn:focus svg {
    fill: #152043;
  }
}
.m-filters-grid .keyword i {
  font-size: 1.25rem;
  color: white;
  position: absolute;
  right: 20px;
  top: 48%;
  transform: translateY(-50%);
}
.osw .m-filters-grid .keyword i {
  transition: all 0.3s ease-in-out;
  color: #021859;
}
.osw .m-filters-grid .keyword i:hover {
  color: #81C4EE;
}
@media (min-width: 992px) {
  .m-filters-grid {
    margin-bottom: 0;
  }
  .m-filters-grid h4 {
    display: block;
  }
  .m-filters-grid .keyword,
  .m-filters-grid .active-filters {
    display: flex;
  }
  .listsearch .m-filters-grid .row > div {
    flex-wrap: wrap;
  }
  .listsearch .m-filters-grid .row > div .dropdown {
    flex: 1;
    flex-grow: 1;
  }
  .listsearch .m-filters-grid .results {
    order: 10;
    width: 100%;
    margin: 30px 0;
  }
}

.m-filters {
  padding-bottom: 1rem;
}
@media (min-width: 64em) {
  .m-filters {
    padding-bottom: 0;
  }
}
.m-filters > h2 {
  margin-bottom: 2rem;
}
.m-filters h4 {
  margin-bottom: 15px;
  display: none;
  color: #23408f;
}
.listsearch .m-filters h1 {
  font-size: 1.5rem;
  margin-bottom: 20px;
  text-align: center;
}
.listsearch .m-filters .results {
  color: #23408f;
}
.m-filters .row > div {
  display: flex;
  flex-direction: row;
  align-items: stretch;
}
.m-filters .results {
  width: 100%;
  float: left;
  position: relative;
  padding-left: 15px;
  padding-right: 15px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 0.75rem;
  color: #142143;
  float: none;
  font-weight: 600;
  margin: auto 0;
}
@media (min-width: 0) {
  .m-filters .results {
    width: 50%;
  }
}
@media (min-width: 768px) {
  .m-filters .results {
    width: 50%;
  }
}
@media (min-width: 992px) {
  .m-filters .results {
    width: 50%;
  }
}
@media (min-width: 1230px) {
  .m-filters .results {
    width: 50%;
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media (min-width: 1460px) {
  .m-filters .results {
    width: 50%;
  }
}
.m-filters .results ~ .dropdown-mobile {
  width: 50%;
}
.m-filters .buttons {
  width: 100%;
  float: left;
  position: relative;
  padding-left: 15px;
  padding-right: 15px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  justify-content: flex-end;
  display: flex;
  align-items: center;
}
@media (min-width: 0) {
  .m-filters .buttons {
    width: 100%;
  }
}
@media (min-width: 768px) {
  .m-filters .buttons {
    width: 100%;
  }
}
@media (min-width: 992px) {
  .m-filters .buttons {
    width: 25%;
  }
}
@media (min-width: 1230px) {
  .m-filters .buttons {
    width: 25%;
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media (min-width: 1460px) {
  .m-filters .buttons {
    width: 20%;
  }
}
.m-filters .buttons .btn {
  margin-top: 0;
}
.m-filters .active-filters {
  font-size: 0.75rem;
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 2rem;
  margin-top: 20px;
}
.m-filters .active-filters .clear {
  background-color: transparent;
  border: none;
  padding: 0;
  color: #23408f;
  transition: all 0.3s ease-in-out;
  margin-right: 10px;
}
.m-filters .active-filters .clear:hover {
  text-decoration: underline;
}
.m-filters .active-filters ul {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  color: #1f1e1e;
  list-style: none;
  margin: 0;
  padding: 0;
}
.m-filters .active-filters ul li {
  font-size: 0.75rem;
  transition: all 0.3s ease-in-out;
  margin-right: 30px;
  position: relative;
}
.m-filters .keyword {
  transition: all 0.3s ease-in-out;
  position: relative;
  margin-bottom: 35px;
  display: none;
}
.m-filters .keyword__search-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 0;
  border-color: transparent;
  background: #23408f;
  margin: 0;
  padding: 0 1rem;
  color: white;
}
.m-filters .keyword__search-btn:after, .m-filters .keyword__search-btn:before {
  content: none;
}
.m-filters .keyword__search-btn svg {
  width: 20px;
  height: 20px;
  fill: currentColor;
}
@media (min-width: 1025px) {
  .m-filters .keyword__search-btn:focus {
    background-color: #fdd522;
    box-shadow: 0 3px #152043;
    color: #152043;
    outline: none;
    transition: none;
  }
  .m-filters .keyword__search-btn:focus svg {
    fill: #152043;
  }
}
.m-filters .keyword input {
  border: 2px solid #152043;
  border-right: none;
  padding: 12px 10px;
  flex: 1;
  font-weight: 500;
}
.m-filters .keyword input::-webkit-input-placeholder {
  color: #000000;
}
.m-filters .keyword input:-moz-placeholder {
  /* Firefox 18- */
  color: #000000;
}
.m-filters .keyword input::-moz-placeholder {
  /* Firefox 19+ */
  color: #000000;
}
.m-filters .keyword input:-ms-input-placeholder {
  color: #000000;
}
.m-filters .keyword input::placeholder {
  color: #000000;
  opacity: 1;
}
.m-filters .keyword i {
  font-size: 1.25rem;
  color: #23408f;
}
.osw .m-filters .keyword i {
  transition: all 0.3s ease-in-out;
  color: #021859;
}
.osw .m-filters .keyword i:hover {
  color: #81C4EE;
}
@media (min-width: 992px) {
  .m-filters h4 {
    display: block;
  }
  .m-filters .keyword,
  .m-filters .active-filters {
    display: flex;
  }
  .listsearch .m-filters .row > div {
    flex-wrap: wrap;
  }
  .listsearch .m-filters .row > div .dropdown {
    flex: 1;
    flex-grow: 1;
  }
  .listsearch .m-filters .results {
    order: 10;
    width: 100%;
    margin: 30px 0;
  }
}

.active-filter-btn {
  display: flex;
  align-items: center;
  gap: 0.25rem;
  background-color: transparent;
  border: none;
  padding: 0;
}
.active-filter-btn__icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 1rem;
  height: 1rem;
  background-color: #23408F;
  border-radius: 50%;
  transition: background-color 0.45s linear;
}
.active-filter-btn__icon svg {
  width: 0.625rem;
  height: 0.625rem;
  fill: white;
  transition: fill 0.45s linear;
}
.active-filter-btn:hover .active-filter-btn__label {
  text-decoration: underline;
}
.active-filter-btn:hover .active-filter-btn__icon {
  background-color: white;
}
.active-filter-btn:hover .active-filter-btn__icon svg {
  fill: #23408F;
}

.m-headerintro-illustration {
  position: relative;
  z-index: 30;
  overflow: hidden;
  padding-bottom: 20px;
  margin-bottom: -20px;
}
.m-headerintro-illustration .e-text {
  display: none;
}
.m-headerintro-illustration.dashboard .e-title {
  margin: 0 auto;
  float: none;
  text-align: center;
}
@media (min-width: 992px) {
  .m-headerintro-illustration.dashboard .e-title h1 {
    font-size: 3.125rem;
  }
}
.inverness .m-headerintro-illustration:before, .wes .m-headerintro-illustration:before, .emsp .m-headerintro-illustration:before, .enterprise .m-headerintro-illustration:before {
  position: absolute;
  top: 0;
  left: -10%;
  height: 460px;
  width: 40%;
  background-color: transparent;
  transform: none;
  display: block;
}
.inverness .m-headerintro-illustration:after, .wes .m-headerintro-illustration:after, .emsp .m-headerintro-illustration:after, .enterprise .m-headerintro-illustration:after {
  display: none;
}
.inverness .m-headerintro-illustration .container, .wes .m-headerintro-illustration .container, .emsp .m-headerintro-illustration .container, .enterprise .m-headerintro-illustration .container {
  padding-bottom: 0;
}
.inverness .m-headerintro-illustration .container:before, .inverness .m-headerintro-illustration .container:after, .wes .m-headerintro-illustration .container:before, .wes .m-headerintro-illustration .container:after, .emsp .m-headerintro-illustration .container:before, .emsp .m-headerintro-illustration .container:after, .enterprise .m-headerintro-illustration .container:before, .enterprise .m-headerintro-illustration .container:after {
  display: none;
}
.inverness .m-headerintro-illustration .e-text:before, .wes .m-headerintro-illustration .e-text:before, .emsp .m-headerintro-illustration .e-text:before, .enterprise .m-headerintro-illustration .e-text:before {
  display: none;
}
.inverness .m-headerintro-illustration, .wes .m-headerintro-illustration, .enterprise .m-headerintro-illustration, .emsp .m-headerintro-illustration {
  overflow: visible;
}
.inverness .m-headerintro-illustration + .m-contactcta, .wes .m-headerintro-illustration + .m-contactcta, .enterprise .m-headerintro-illustration + .m-contactcta, .emsp .m-headerintro-illustration + .m-contactcta {
  position: relative;
  z-index: 50;
}
.inverness .m-headerintro-illustration .e-title, .wes .m-headerintro-illustration .e-title, .enterprise .m-headerintro-illustration .e-title, .emsp .m-headerintro-illustration .e-title {
  width: 100%;
  float: left;
  position: relative;
  padding-left: 15px;
  padding-right: 15px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
@media (min-width: 0) {
  .inverness .m-headerintro-illustration .e-title, .wes .m-headerintro-illustration .e-title, .enterprise .m-headerintro-illustration .e-title, .emsp .m-headerintro-illustration .e-title {
    width: 100%;
  }
}
@media (min-width: 768px) {
  .inverness .m-headerintro-illustration .e-title, .wes .m-headerintro-illustration .e-title, .enterprise .m-headerintro-illustration .e-title, .emsp .m-headerintro-illustration .e-title {
    width: 100%;
  }
}
@media (min-width: 992px) {
  .inverness .m-headerintro-illustration .e-title, .wes .m-headerintro-illustration .e-title, .enterprise .m-headerintro-illustration .e-title, .emsp .m-headerintro-illustration .e-title {
    width: 50%;
  }
}
@media (min-width: 1230px) {
  .inverness .m-headerintro-illustration .e-title, .wes .m-headerintro-illustration .e-title, .enterprise .m-headerintro-illustration .e-title, .emsp .m-headerintro-illustration .e-title {
    width: 50%;
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media (min-width: 1460px) {
  .inverness .m-headerintro-illustration .e-title, .wes .m-headerintro-illustration .e-title, .enterprise .m-headerintro-illustration .e-title, .emsp .m-headerintro-illustration .e-title {
    width: 50%;
  }
}
.inverness .m-headerintro-illustration:before, .wes .m-headerintro-illustration:before {
  background-image: url("../images/properties/inverness-accent.svg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 0 115%;
}
.emsp .m-headerintro-illustration:before {
  background-image: url("../images/properties/emsp-accent.svg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 0 115%;
}
.enterprise .m-headerintro-illustration:before {
  background-image: url("../images/properties/enterprise-accent.svg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 0 115%;
}
.m-headerintro-illustration.visible .e-text .inner:before {
  display: none;
  max-height: none;
}
.m-headerintro-illustration .container {
  padding-top: 30px;
  padding-bottom: 30px;
  position: relative;
}
.m-headerintro-illustration .container:after, .m-headerintro-illustration .container:before {
  top: 100%;
  left: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}
.m-headerintro-illustration .container:after {
  border-color: rgba(255, 255, 255, 0);
  border-top-color: #fff;
  border-width: 10px;
  margin-left: -10px;
}
.m-headerintro-illustration .container:before {
  border-color: rgba(0, 0, 0, 0);
  border-top-color: #23408f;
  border-width: 11px;
  margin-left: -11px;
}
.m-headerintro-illustration .e-title {
  width: 100%;
  float: left;
  position: relative;
  padding-left: 15px;
  padding-right: 15px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
@media (min-width: 0) {
  .m-headerintro-illustration .e-title {
    width: 100%;
  }
}
@media (min-width: 768px) {
  .m-headerintro-illustration .e-title {
    width: 100%;
  }
}
@media (min-width: 992px) {
  .m-headerintro-illustration .e-title {
    width: 37.5%;
  }
}
@media (min-width: 1230px) {
  .m-headerintro-illustration .e-title {
    width: 37.5%;
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media (min-width: 1460px) {
  .m-headerintro-illustration .e-title {
    width: 37.5%;
  }
}
.m-headerintro-illustration .e-title.large {
  width: 100%;
  float: left;
  position: relative;
  padding-left: 15px;
  padding-right: 15px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
@media (min-width: 0) {
  .m-headerintro-illustration .e-title.large {
    width: 100%;
  }
}
@media (min-width: 768px) {
  .m-headerintro-illustration .e-title.large {
    width: 100%;
  }
}
@media (min-width: 992px) {
  .m-headerintro-illustration .e-title.large {
    width: 100%;
  }
}
@media (min-width: 1230px) {
  .m-headerintro-illustration .e-title.large {
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media (min-width: 1460px) {
  .m-headerintro-illustration .e-title.large {
    width: 100%;
  }
}
.m-headerintro-illustration .e-title h1 {
  color: #23408f;
  font-size: 3.125rem;
}
.m-headerintro-illustration .e-text {
  width: 100%;
  float: left;
  position: relative;
  padding-left: 15px;
  padding-right: 15px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  float: right;
  position: relative;
  text-align: center;
}
@media (min-width: 0) {
  .m-headerintro-illustration .e-text {
    width: 100%;
  }
}
@media (min-width: 768px) {
  .m-headerintro-illustration .e-text {
    width: 100%;
  }
}
@media (min-width: 992px) {
  .m-headerintro-illustration .e-text {
    width: 50%;
  }
}
@media (min-width: 1230px) {
  .m-headerintro-illustration .e-text {
    width: 50%;
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media (min-width: 1460px) {
  .m-headerintro-illustration .e-text {
    width: 50%;
  }
}
.m-headerintro-illustration .e-text .inner {
  overflow: hidden;
  max-height: 100px;
  position: relative;
  transition: max-height 1s ease-in-out;
}
.m-headerintro-illustration .e-text .inner:before {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  height: 80px;
  width: 100%;
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgb(255, 255, 255) 100%);
  z-index: 20;
  transition: all 0.3s ease-in-out;
}
.inverness .m-headerintro-illustration .e-text .inner, .wes .m-headerintro-illustration .e-text .inner, .emsp .m-headerintro-illustration .e-text .inner, .enterprise .m-headerintro-illustration .e-text .inner {
  max-height: none;
}
.inverness .m-headerintro-illustration .e-text .inner:before, .wes .m-headerintro-illustration .e-text .inner:before, .emsp .m-headerintro-illustration .e-text .inner:before, .enterprise .m-headerintro-illustration .e-text .inner:before {
  display: none;
}
.m-headerintro-illustration .e-text .inner h1 {
  color: #23408f;
}
.inverness .m-headerintro-illustration .e-text .inner h1, .wes .m-headerintro-illustration .e-text .inner h1 {
  color: #142143;
}
.emsp .m-headerintro-illustration .e-text .inner h1 {
  color: #B11B83;
}
.m-headerintro-illustration .e-text .inner p:first-child {
  margin-top: 10px;
}
.m-headerintro-illustration .e-text .inner.open {
  max-height: 600px;
}
.m-headerintro-illustration .e-text .inner.open:before {
  opacity: 0;
  z-index: -1;
}
.m-headerintro-illustration .e-text .e-readmore {
  margin-top: 15px;
  padding: 0;
  border-radius: 0;
  border: none;
}
.inverness .m-headerintro-illustration .e-text .e-readmore, .wes .m-headerintro-illustration .e-text .e-readmore, .emsp .m-headerintro-illustration .e-text .e-readmore, .enterprise .m-headerintro-illustration .e-text .e-readmore {
  display: none;
}
.m-headerintro-illustration .e-text .e-readmore:hover {
  cursor: pointer;
  background-color: transparent;
}
.m-headerintro-illustration + .m-tabs, .m-headerintro-illustration + .m-tabbednavigation {
  margin-top: 30px;
}
.no-border .m-headerintro-illustration:before, .m-headerintro-illustration.no-border:before {
  display: none;
}
.no-border .m-headerintro-illustration .container, .m-headerintro-illustration.no-border .container {
  padding-bottom: 0;
}
.no-border .m-headerintro-illustration .container:before, .no-border .m-headerintro-illustration .container:after, .m-headerintro-illustration.no-border .container:before, .m-headerintro-illustration.no-border .container:after {
  display: none;
}
.m-headerintro-illustration.padding-bottom .container, .padding-bottom .m-headerintro-illustration .container {
  padding-bottom: 30px !important;
}
@media (min-width: 992px) {
  .m-headerintro-illustration.padding-bottom, .padding-bottom .m-headerintro-illustration {
    padding-bottom: 60px !important;
  }
}
@media (min-width: 992px) {
  .m-headerintro-illustration .e-text {
    display: block;
  }
  .inverness .m-headerintro-illustration:before, .wes .m-headerintro-illustration:before, .emsp .m-headerintro-illustration:before, .enterprise .m-headerintro-illustration:before {
    display: block;
  }
  .m-headerintro-illustration.profile .container {
    padding-top: 50px;
  }
  .m-headerintro-illustration .container {
    padding-top: 60px;
    padding-bottom: 0px;
  }
  .m-headerintro-illustration + .m-tabs, .m-headerintro-illustration + .m-tabbednavigation {
    margin-top: 60px;
  }
}
@media (min-width: 1230px) {
  .m-headerintro-illustration .container {
    padding-top: 100px;
    padding-bottom: 0px;
  }
  .m-headerintro-illustration + .m-tabs, .m-headerintro-illustration + .m-tabbednavigation {
    margin-top: 100px;
  }
}

.osw .m-headerintro .e-title h1 {
  color: #115388;
}

.m-headerintro {
  position: relative;
  z-index: 30;
  overflow: hidden;
}
.m-headerintro .inner {
  max-height: 350px;
}
.m-headerintro.dashboard .e-title {
  margin: 0 auto;
  float: none;
  text-align: center;
}
@media (min-width: 992px) {
  .m-headerintro.dashboard .e-title h1 {
    font-size: 3.125rem;
  }
}
.inverness .m-headerintro:before, .wes .m-headerintro:before, .emsp .m-headerintro:before, .enterprise .m-headerintro:before {
  position: absolute;
  top: 0;
  left: -10%;
  height: 100%;
  width: 100%;
  background-color: transparent;
  transform: none;
  display: block;
}
@media (min-width: 48em) {
  .inverness .m-headerintro:before, .wes .m-headerintro:before, .emsp .m-headerintro:before, .enterprise .m-headerintro:before {
    width: 40%;
  }
}
.inverness .m-headerintro:after, .wes .m-headerintro:after, .emsp .m-headerintro:after, .enterprise .m-headerintro:after {
  display: none;
}
.inverness .m-headerintro .e-text:before, .wes .m-headerintro .e-text:before, .emsp .m-headerintro .e-text:before, .enterprise .m-headerintro .e-text:before {
  display: none;
}
.inverness .m-headerintro, .wes .m-headerintro, .enterprise .m-headerintro, .emsp .m-headerintro {
  overflow: visible;
  margin-bottom: 0;
}
.inverness .m-headerintro + .m-contactcta, .wes .m-headerintro + .m-contactcta, .enterprise .m-headerintro + .m-contactcta, .emsp .m-headerintro + .m-contactcta {
  position: relative;
  z-index: 50;
}
.inverness .m-headerintro .e-title, .wes .m-headerintro .e-title, .enterprise .m-headerintro .e-title, .emsp .m-headerintro .e-title {
  width: 100%;
  float: left;
  position: relative;
  padding-left: 15px;
  padding-right: 15px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
@media (min-width: 0) {
  .inverness .m-headerintro .e-title, .wes .m-headerintro .e-title, .enterprise .m-headerintro .e-title, .emsp .m-headerintro .e-title {
    width: 100%;
  }
}
@media (min-width: 768px) {
  .inverness .m-headerintro .e-title, .wes .m-headerintro .e-title, .enterprise .m-headerintro .e-title, .emsp .m-headerintro .e-title {
    width: 100%;
  }
}
@media (min-width: 992px) {
  .inverness .m-headerintro .e-title, .wes .m-headerintro .e-title, .enterprise .m-headerintro .e-title, .emsp .m-headerintro .e-title {
    width: 50%;
  }
}
@media (min-width: 1230px) {
  .inverness .m-headerintro .e-title, .wes .m-headerintro .e-title, .enterprise .m-headerintro .e-title, .emsp .m-headerintro .e-title {
    width: 50%;
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media (min-width: 1460px) {
  .inverness .m-headerintro .e-title, .wes .m-headerintro .e-title, .enterprise .m-headerintro .e-title, .emsp .m-headerintro .e-title {
    width: 50%;
  }
}
.inverness .m-headerintro:before, .wes .m-headerintro:before {
  background-image: url("../images/properties/inverness-accent.svg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: left center;
}
.emsp .m-headerintro:before {
  background-image: url("../images/properties/emsp-accent.svg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: left center;
}
.enterprise .m-headerintro:before {
  background-image: url("../images/properties/enterprise-accent.svg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: left center;
}
.m-headerintro:before {
  content: "";
  display: block;
  width: calc(100% - 30px);
  max-width: 1425px;
  height: 2px;
  background: #23408f;
  position: absolute;
  bottom: 19px;
  left: 50%;
  z-index: -1;
  transform: translateX(-50%);
}
.m-headerintro.visible .e-text .inner:before {
  display: none;
  max-height: 350px;
}
.m-headerintro .e-title {
  width: 100%;
  float: left;
  position: relative;
  padding-left: 15px;
  padding-right: 15px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
@media (min-width: 0) {
  .m-headerintro .e-title {
    width: 100%;
  }
}
@media (min-width: 768px) {
  .m-headerintro .e-title {
    width: 100%;
  }
}
@media (min-width: 992px) {
  .m-headerintro .e-title {
    width: 37.5%;
  }
}
@media (min-width: 1230px) {
  .m-headerintro .e-title {
    width: 37.5%;
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media (min-width: 1460px) {
  .m-headerintro .e-title {
    width: 37.5%;
  }
}
.m-headerintro .e-title.large {
  width: 100%;
  float: left;
  position: relative;
  padding-left: 15px;
  padding-right: 15px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
@media (min-width: 0) {
  .m-headerintro .e-title.large {
    width: 100%;
  }
}
@media (min-width: 768px) {
  .m-headerintro .e-title.large {
    width: 100%;
  }
}
@media (min-width: 992px) {
  .m-headerintro .e-title.large {
    width: 100%;
  }
}
@media (min-width: 1230px) {
  .m-headerintro .e-title.large {
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media (min-width: 1460px) {
  .m-headerintro .e-title.large {
    width: 100%;
  }
}
.m-headerintro .e-title h1 {
  font-size: 3.125rem;
}
.m-headerintro .e-text {
  width: 100%;
  float: left;
  position: relative;
  padding-left: 15px;
  padding-right: 15px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  float: right;
  position: relative;
}
@media (min-width: 0) {
  .m-headerintro .e-text {
    width: 100%;
  }
}
@media (min-width: 768px) {
  .m-headerintro .e-text {
    width: 100%;
  }
}
@media (min-width: 992px) {
  .m-headerintro .e-text {
    width: 50%;
  }
}
@media (min-width: 1230px) {
  .m-headerintro .e-text {
    width: 50%;
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media (min-width: 1460px) {
  .m-headerintro .e-text {
    width: 50%;
  }
}
.m-headerintro .e-text .inner {
  overflow: hidden;
  max-height: 100px;
  position: relative;
  transition: max-height 1s ease-in-out;
}
.m-headerintro .e-text .inner:before {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  height: 80px;
  width: 100%;
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgb(255, 255, 255) 100%);
  z-index: 20;
  transition: all 0.3s ease-in-out;
}
.inverness .m-headerintro .e-text .inner, .wes .m-headerintro .e-text .inner, .emsp .m-headerintro .e-text .inner, .enterprise .m-headerintro .e-text .inner {
  max-height: 350px;
}
.inverness .m-headerintro .e-text .inner:before, .wes .m-headerintro .e-text .inner:before, .emsp .m-headerintro .e-text .inner:before, .enterprise .m-headerintro .e-text .inner:before {
  display: none;
}
.inverness .m-headerintro .e-text .inner h1, .wes .m-headerintro .e-text .inner h1 {
  color: #142143;
}
.emsp .m-headerintro .e-text .inner h1 {
  color: #B11B83;
}
.m-headerintro .e-text .inner p:first-child {
  margin-top: 10px;
}
.m-headerintro .e-text .inner.open {
  max-height: 600px;
}
.m-headerintro .e-text .inner.open:before {
  opacity: 0;
  z-index: -1;
}
.m-headerintro .e-text .e-readmore {
  margin-top: 15px;
  padding: 0;
  border-radius: 0;
  border: none;
}
.m-headerintro .e-text .e-readmore:hover {
  cursor: pointer;
  background: transparent;
}
.m-headerintro + .m-tabs, .m-headerintro + .m-tabbednavigation {
  margin-top: 30px;
}
.no-border .m-headerintro:before, .m-headerintro.no-border:before {
  display: none;
}
@media (min-width: 992px) {
  .inverness .m-headerintro:before, .wes .m-headerintro:before, .emsp .m-headerintro:before, .enterprise .m-headerintro:before {
    display: block;
  }
  .m-headerintro + .m-tabs, .m-headerintro + .m-tabbednavigation {
    margin-top: 60px;
  }
}
@media (min-width: 1230px) {
  .m-headerintro + .m-tabs, .m-headerintro + .m-tabbednavigation {
    margin-top: 100px;
  }
}

@-webkit-keyframes bannerOverlay1 {
  0% {
    transform: scale(1) rotate(0);
  }
  100% {
    transform: scale(1.15) rotate(8deg);
  }
}
@-moz-keyframes bannerOverlay1 {
  0% {
    transform: scale(1) rotate(0);
  }
  100% {
    transform: scale(1.15) rotate(8deg);
  }
}
@-o-keyframes bannerOverlay1 {
  0% {
    transform: scale(1) rotate(0);
  }
  100% {
    transform: scale(1.15) rotate(8deg);
  }
}
@keyframes bannerOverlay1 {
  0% {
    transform: scale(1) rotate(0);
  }
  100% {
    transform: scale(1.15) rotate(8deg);
  }
}
.m-pagebanner {
  position: relative;
  overflow: hidden;
}
.m-pagebanner.right-align .text {
  float: right;
}
.m-pagebanner.right-align .image:after {
  transform: scaleX(1);
}
.m-pagebanner .image {
  position: absolute;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 0;
  width: 100%;
}
.m-pagebanner .image img {
  position: absolute;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  display: block;
  max-width: none;
}
.m-pagebanner .image:before, .m-pagebanner .image:after {
  content: "";
  position: absolute;
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
}
.m-pagebanner .text {
  width: 100%;
  float: left;
  position: relative;
  padding-left: 0;
  padding-right: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 30px 0 90px;
  position: relative;
  z-index: 50;
  transform: none !important;
}
@media (min-width: 0) {
  .m-pagebanner .text {
    width: 100%;
  }
}
@media (min-width: 768px) {
  .m-pagebanner .text {
    width: 100%;
  }
}
@media (min-width: 992px) {
  .m-pagebanner .text {
    width: 62.5%;
  }
}
@media (min-width: 1230px) {
  .m-pagebanner .text {
    width: 50%;
    padding-left: 0;
    padding-right: 0;
  }
}
@media (min-width: 1460px) {
  .m-pagebanner .text {
    width: 50%;
  }
}
.m-pagebanner .text h1,
.m-pagebanner .text p {
  color: #ffffff;
}
.m-pagebanner .text h1:last-child,
.m-pagebanner .text p:last-child {
  margin-bottom: 0;
}
@media (min-width: 992px) {
  .m-pagebanner .image {
    position: relative;
    top: auto;
    left: auto;
    transform: none;
  }
  .m-pagebanner .image img {
    width: 100%;
    position: relative;
    top: auto;
    left: auto;
    transform: none;
  }
  .m-pagebanner .container {
    position: absolute;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }
}
@media (min-width: 1230px) {
  .m-pagebanner .container {
    margin-top: 5%;
  }
}

.m-slimbanner img {
  width: 100%;
}

.m-campusmap {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  grid-template-rows: repeat(5, auto);
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  border-top: 1px solid #dfdfdf;
  border-bottom: 1px solid #dfdfdf;
}
.m-campusmap .e-text {
  grid-area: 1/1/2/7;
  padding: 30px 15px 15px;
}
.m-campusmap .e-map {
  grid-area: 2/1/4/7;
  position: relative;
  overflow: hidden;
}
.m-campusmap .e-map img {
  display: block;
  width: 100%;
}
.m-campusmap .e-map .e-pin {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  font-size: 2rem;
  position: absolute;
  color: #007EB6;
}
.m-campusmap .e-map .e-pin:hover {
  cursor: pointer;
  color: #23408f;
}
.m-campusmap .e-map .e-pin:before {
  content: "";
  background: #ffffff;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  position: absolute;
  top: 12px;
  left: 6px;
}
.m-campusmap .e-map .e-pin .index {
  display: none;
}
.inverness .m-campusmap .e-map .e-pin .index, .wes .m-campusmap .e-map .e-pin .index {
  color: #23408f;
}
.emsp .m-campusmap .e-map .e-pin .index {
  color: #B11B83;
}
.enterprise .m-campusmap .e-map .e-pin .index {
  color: #6C3685;
}
.emsp .m-campusmap .e-map .e-pin {
  color: #B11B83;
}
.emsp .m-campusmap .e-map .e-pin:hover {
  color: #950368;
}
.enterprise .m-campusmap .e-map .e-pin {
  color: #6C3685;
}
.enterprise .m-campusmap .e-map .e-pin:hover {
  color: #653278;
}
.m-campusmap .e-map .popup {
  position: absolute;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  max-width: 80%;
  border: 4px solid #ffffff;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.3);
}
.m-campusmap .e-map .popup .slick-dots {
  position: absolute;
  bottom: 15px;
  margin-top: 0;
}
.m-campusmap .e-map .popup .slick-dots li {
  margin: 0 2px;
}
.m-campusmap .e-map .popup .e-close {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  font-size: 0.75rem;
  position: absolute;
  top: 15px;
  right: 15px;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background: #007EB6;
  color: #ffffff;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  z-index: 20;
}
.m-campusmap .e-map .popup .e-close span {
  font-size: 2rem;
  line-height: 0.75;
  font-weight: 300;
}
.m-campusmap .e-map .popup .e-close:hover {
  background: #23408f;
  cursor: pointer;
}
.emsp .m-campusmap .e-map .popup .e-close {
  background: #B11B83;
}
.emsp .m-campusmap .e-map .popup .e-close:hover {
  background: #950368;
}
.enterprise .m-campusmap .e-map .popup .e-close {
  background: #6C3685;
}
.enterprise .m-campusmap .e-map .popup .e-close:hover {
  background: #653278;
}
.m-campusmap .e-iteminfo {
  grid-area: 4/1/6/7;
  padding: 50px 15px 30px;
  position: relative;
}
.m-campusmap .e-iteminfo .e-item .number {
  display: none;
}
.m-campusmap .e-iteminfo .e-nav {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  font-size: 0.75rem;
  width: 100px;
  padding: 10px 20px;
  color: #ffffff;
  background: #007EB6;
  position: absolute;
  top: -50px;
  right: 0;
  text-align: center;
}
.m-campusmap .e-iteminfo .e-nav:hover {
  background: #23408f;
  cursor: pointer;
}
.m-campusmap .e-iteminfo .e-nav.prev {
  right: 101px;
}
.emsp .m-campusmap .e-iteminfo .e-nav {
  background: #B11B83;
}
.emsp .m-campusmap .e-iteminfo .e-nav:hover {
  background: #950368;
}
.enterprise .m-campusmap .e-iteminfo .e-nav {
  background: #6C3685;
}
.enterprise .m-campusmap .e-iteminfo .e-nav:hover {
  background: #653278;
}
.m-campusmap .e-iteminfo .nav {
  display: none !important;
}
@media (min-width: 992px) {
  .m-campusmap .e-map .e-pin {
    font-size: 3.125rem;
  }
  .m-campusmap .e-map .e-pin:before {
    font-size: 0.75rem;
    top: 10px;
    left: 14px;
    width: 20px;
    height: 20px;
    text-align: center;
  }
  .m-campusmap .e-map .e-pin .index {
    font-size: 0.75rem;
    display: block;
    color: #007EB6;
    position: absolute;
    top: 2px;
    left: -1px;
    width: 100%;
    height: 38px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    font-weight: 500;
  }
}
@media (min-width: 1230px) {
  .m-campusmap .e-text {
    grid-area: 1/4/3/7;
    padding: 30px;
  }
  .m-campusmap .e-map {
    grid-area: 1/1/6/4;
  }
  .m-campusmap .e-iteminfo {
    grid-area: 3/4/6/7;
    padding: 30px;
  }
  .m-campusmap .e-iteminfo .e-item {
    position: relative;
    padding-left: 65px;
    justify-content: space-between;
  }
  .m-campusmap .e-iteminfo .e-item .number {
    font-size: 1.5rem;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 50px;
    height: 50px;
    border-radius: 25px;
    border: 1px solid #007EB6;
    font-family: "Roboto", sans-serif;
    color: #007EB6;
    position: absolute;
    top: 0;
    left: 0;
  }
  .emsp .m-campusmap .e-iteminfo .e-item .number {
    color: #B11B83;
  }
  .enterprise .m-campusmap .e-iteminfo .e-item .number {
    color: #6C3685;
  }
  .m-campusmap .e-iteminfo .e-item .text {
    width: calc(100% - 70px);
  }
  .m-campusmap .e-iteminfo .e-nav {
    top: auto;
    top: calc(100% + 50px);
  }
}
@media (min-width: 1230px) {
  .m-campusmap .e-text {
    padding: 60px 60px 0;
  }
  .m-campusmap .e-iteminfo {
    padding: 30px 60px 60px;
  }
}

.m-cardlist + .m-iconcarousel {
  position: relative;
}
.m-cardlist + .m-iconcarousel:before {
  content: "";
  width: 80%;
  max-width: 690px;
  height: 1px;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  background: #ddf3e3;
}
@media (min-width: 1230px) {
  .osw .m-cardlist {
    padding: 110px 0 110px;
  }
}

.case-study-card {
  display: flex;
  flex-direction: column;
  padding: 1.5rem;
}
@media (min-width: 992px) {
  .case-study-card {
    display: grid;
    grid-template-columns: repeat(2, minmax(1fr, 0));
    padding: 2.5rem;
  }
}
@media (min-width: 992px) {
  .case-study-card__text {
    grid-row: 2/3;
    grid-column: 1/3;
  }
}
.case-study-card__action {
  background-color: red;
}
@media (min-width: 992px) {
  .case-study-card__action {
    grid-row: 1/2;
    grid-column: 2/3;
  }
}

.m-companydetailsquote {
  margin-top: clamp(2.5rem, 4.464vw + 1.607rem, 5.625rem);
  margin-bottom: clamp(2.5rem, 4.464vw + 1.607rem, 5.625rem);
}
.m-companydetailsquote:has(+ .m-companydetailsquote) {
  margin-bottom: 2rem;
}
.m-companydetailsquote + .m-companydetailsquote {
  margin-top: 2rem;
}
.m-companydetailsquote .e-mobtitle {
  padding: 15px 80px 15px 0;
  position: relative;
  border-bottom: 1px solid #cdcecf;
  border-top: 1px solid #cdcecf;
}
.m-companydetailsquote .e-mobtitle:after {
  font-size: 1.5rem;
  content: "+";
  display: flex;
  width: 30px;
  height: 30px;
  background: #ffffff;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  right: 15px;
  transform: translateY(-50%);
  align-items: center;
  justify-content: center;
  text-align: center;
  color: #ffffff;
  border: 1px solid transparent;
  background: #007EB6;
  transition: all 0.3s ease-in-out;
}
.emsp .m-companydetailsquote .e-mobtitle:after {
  background: #B11B83;
}
.enterprise .m-companydetailsquote .e-mobtitle:after {
  background: #6C3685;
}
.m-companydetailsquote .e-mobtitle h3 {
  font-size: 1.125rem;
  text-transform: none;
  font-family: "Roboto", arial, sans-serif;
  margin: 0;
  transition: all 0.3s ease-in-out;
}
.m-companydetailsquote .e-mobtitle:hover {
  cursor: pointer;
}
.m-companydetailsquote .e-mobtitle:hover h3 {
  color: #23408f;
}
.emsp .m-companydetailsquote .e-mobtitle:hover h3 {
  color: #B11B83;
}
.enterprise .m-companydetailsquote .e-mobtitle:hover h3 {
  color: #6C3685;
}
.m-companydetailsquote .e-mobtitle:hover:after {
  background: #23408f;
}
.emsp .m-companydetailsquote .e-mobtitle:hover:after {
  background: #B11B83;
}
.enterprise .m-companydetailsquote .e-mobtitle:hover:after {
  background: #6C3685;
}
.m-companydetailsquote .e-mobtitle.open:after {
  content: "-";
  border: 1px solid #007EB6;
  color: #007EB6;
  background: transparent;
}
.emsp .m-companydetailsquote .e-mobtitle.open:after {
  color: #B11B83;
  border-bottom-color: #B11B83;
}
.enterprise .m-companydetailsquote .e-mobtitle.open:after {
  color: #6C3685;
  border-bottom-color: #6C3685;
}
.m-companydetailsquote .e-inner {
  position: relative;
  width: 100%;
  color: #1F1E1E;
  display: none;
}
.m-companydetailsquote .e-inner p {
  color: #1F1E1E;
}
.m-companydetailsquote .image {
  position: relative;
  padding-bottom: 0px;
}
.m-companydetailsquote .image img {
  display: block;
  width: 100%;
}
.m-companydetailsquote .text {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 100%;
}
.m-companydetailsquote .text h3 {
  font-family: "Roboto", arial, sans-serif;
  text-transform: none;
  display: none;
}
.m-companydetailsquote .text h3 a {
  color: #1f1e1e;
  background: none;
}
.m-companydetailsquote .text h3 a:hover {
  color: #23408f;
}
.emsp .m-companydetailsquote .text h3 a:hover {
  color: #B11B83;
}
.enterprise .m-companydetailsquote .text h3 a:hover {
  color: #6C3685;
}
.m-companydetailsquote .text blockquote {
  font-size: 1rem;
  position: relative;
  padding-left: 70px;
  margin: 0;
  min-height: 70px;
  font-style: italic;
}
.m-companydetailsquote .text blockquote:before {
  font-size: 7.5rem;
  line-height: 6.5rem;
  content: "“";
  font-family: arial;
  color: #318731;
  position: absolute;
  left: 0;
  font-weight: 800;
  font-style: normal;
  top: 0;
}
.emsp .m-companydetailsquote .text blockquote:before {
  color: #007EB6;
}
.enterprise .m-companydetailsquote .text blockquote:before {
  color: #6C3685;
}
.outer-hebrides .m-companydetailsquote .text blockquote:before {
  color: #F26419;
}
.m-companydetailsquote .text blockquote:after {
  content: "”";
  font-size: 26px;
  vertical-align: middle;
  display: inline-block;
  color: #318731;
}
.emsp .m-companydetailsquote .text blockquote:after {
  color: #007EB6;
}
.enterprise .m-companydetailsquote .text blockquote:after {
  color: #6C3685;
}
.outer-hebrides .m-companydetailsquote .text blockquote:after {
  color: #F26419;
}
.m-companydetailsquote .text blockquote + p {
  font-size: 0.875rem;
  font-weight: 600;
  margin: 0;
}
.m-companydetailsquote .info .inner {
  padding: 20px 0;
  border-top: 1px solid #cdcecf;
}
.m-companydetailsquote .info .inner p {
  color: #747774;
  margin-top: 10px;
  line-height: 30px;
}
@media (min-width: 992px) {
  .m-companydetailsquote .e-mobtitle {
    display: none;
  }
  .m-companydetailsquote .e-inner {
    flex-direction: row;
    align-items: stretch;
    display: flex !important;
    border: 1px solid #cdcecf;
  }
  .m-companydetailsquote .text {
    padding: 20px;
  }
  .m-companydetailsquote .text h3 {
    display: block;
  }
  .m-companydetailsquote .image {
    width: 295px;
    display: flex;
    align-items: center;
  }
  .m-companydetailsquote .image img {
    width: 95%;
    margin: 0 auto;
    display: block;
  }
  .m-companydetailsquote .info {
    width: 295px;
    display: flex;
    align-items: stretch;
    padding: 20px 0;
  }
  .m-companydetailsquote .info .inner {
    padding: 0 20px;
    border-left: 1px solid #cdcecf;
    border-top: none;
    width: 100%;
  }
}
@media (min-width: 1230px) {
  .m-companydetailsquote .image {
    width: 395px;
  }
  .m-companydetailsquote .text {
    padding: 30px;
  }
  .m-companydetailsquote .info {
    width: 535px;
  }
}

.m-flexiblecolumns {
  padding-top: 30px;
  padding-bottom: 30px;
}
@media (min-width: 992px) {
  .m-flexiblecolumns {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}
.m-flexiblecolumns .e-top {
  width: 100%;
  float: left;
  position: relative;
  padding-left: 0;
  padding-right: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  float: none;
}
@media (min-width: 0) {
  .m-flexiblecolumns .e-top {
    width: 100%;
  }
}
@media (min-width: 768px) {
  .m-flexiblecolumns .e-top {
    width: 100%;
  }
}
@media (min-width: 992px) {
  .m-flexiblecolumns .e-top {
    width: 87.5%;
  }
}
@media (min-width: 1230px) {
  .m-flexiblecolumns .e-top {
    width: 75%;
    padding-left: 0;
    padding-right: 0;
  }
}
@media (min-width: 1460px) {
  .m-flexiblecolumns .e-top {
    width: 50%;
  }
}
.m-flexiblecolumns .row {
  display: flex;
  align-items: stretch;
  justify-content: flex-start;
  flex-wrap: wrap;
}
.m-flexiblecolumns .e-item {
  padding: 0 15px;
  width: 100%;
  margin-top: 30px;
}
.m-flexiblecolumns .e-item h3 {
  margin-top: 15px;
}
.m-flexiblecolumns .e-item h3 + p {
  margin-top: 10px;
}
.m-flexiblecolumns .e-more {
  margin-top: 30px;
  text-align: center;
}
@media (min-width: 768px) {
  .m-flexiblecolumns .e-item {
    width: auto;
    flex: 1;
  }
}
@media (min-width: 1230px) {
  .m-flexiblecolumns .e-item {
    padding: 0 20px;
  }
}

section + .m-heropanel[class*=background-] .text .inner,
section + .m-heropanel.bg-img .text .inner {
  color: #ffffff;
}
section + .m-heropanel[class*=background-] .text .inner h2, section + .m-heropanel[class*=background-] .text .inner h3, section + .m-heropanel[class*=background-] .text .inner h4,
section + .m-heropanel.bg-img .text .inner h2,
section + .m-heropanel.bg-img .text .inner h3,
section + .m-heropanel.bg-img .text .inner h4 {
  color: #ffffff;
}

.m-highlightsall {
  padding-top: 30px;
  padding-bottom: 30px;
  background: #142143;
  color: #ffffff;
}
@media (min-width: 992px) {
  .m-highlightsall {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}
.osw .m-highlightsall {
  background: #021859;
}
.emsp .m-highlightsall {
  background: #24506B;
}
.enterprise .m-highlightsall {
  background: #46763B;
}
.m-highlightsall h2,
.m-highlightsall h3,
.m-highlightsall p {
  color: #ffffff;
}
.m-highlightsall .e-top {
  max-width: 855px;
  margin: 0 auto;
  display: block;
}
.m-highlightsall .e-item {
  width: 100%;
  float: left;
  position: relative;
  padding-left: 15px;
  padding-right: 15px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: flex;
  margin-top: 30px;
}
@media (min-width: 0) {
  .m-highlightsall .e-item {
    width: 100%;
  }
}
@media (min-width: 768px) {
  .m-highlightsall .e-item {
    width: 100%;
  }
}
@media (min-width: 992px) {
  .m-highlightsall .e-item {
    width: 32.5%;
  }
}
@media (min-width: 1230px) {
  .m-highlightsall .e-item {
    width: 32.5%;
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media (min-width: 1460px) {
  .m-highlightsall .e-item {
    width: 32.5%;
  }
}
.m-highlightsall .e-item .icon {
  width: 50px;
  margin-right: 15px;
  margin-bottom: 20px;
}
.m-highlightsall .e-item .text {
  width: calc(100% - 65px);
}
.m-highlightsall .e-item .text h3 {
  font-size: 1rem;
  text-transform: none;
  font-family: "Roboto", arial, sans-serif;
  font-weight: 500;
}
.m-highlightsall .e-item .text p {
  margin-top: 0;
}
.m-highlightsall .e-item .text p:first-child {
  margin-bottom: 0;
}
.m-highlightsall .e-item .text a {
  color: #ffffff;
  position: relative;
  margin-left: 10px;
  margin-top: 15px;
  display: inline-block;
}
.m-highlightsall .e-item .text a i {
  font-size: 1.25rem;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  color: #007EB6;
  position: absolute;
  right: calc(100% + 5px);
  top: 50%;
  transform: translateY(-50%);
  margin-top: -4px;
}
.emsp .m-highlightsall .e-item .text a i {
  color: #B11B83;
}
.enterprise .m-highlightsall .e-item .text a i {
  color: #6C3685;
}
.m-highlightsall .e-item .text a:hover i {
  transform: translateY(-50%) translateX(2px);
}
.m-highlightsall .e-more {
  margin-top: 30px;
}
@media (min-width: 992px) {
  .m-highlightsall {
    text-align: center;
  }
  .m-highlightsall .e-item {
    flex-direction: column;
    margin-top: 50px;
  }
  .m-highlightsall .e-item .icon {
    width: 100%;
    margin: 0 0 20px;
  }
  .osw .m-highlightsall .e-item .icon {
    width: 122px;
    margin: 0 auto 20px;
  }
  .m-highlightsall .e-item .text {
    width: auto;
    max-width: 340px;
    margin: 0 auto;
  }
  .m-highlightsall .e-more {
    text-align: center;
  }
}
@media (min-width: 1230px) {
  .m-highlightsall {
    padding: 100px 0;
  }
}
@media (min-width: 1460px) {
  .m-highlightsall {
    padding: 100px 0;
  }
}

.osw .m-iconcarousel {
  background: #021859;
}
.osw .m-iconcarousel .e-top h2,
.osw .m-iconcarousel .e-top p {
  color: #ffffff;
}
.osw .m-iconcarousel .e-carousel .e-item .inner {
  background: #ffffff;
}
.osw .m-iconcarousel .nav {
  color: #ffffff;
}
.osw .m-iconcarousel .nav:hover {
  color: #DDF3E3;
}
.osw .m-iconcarousel .slick-dots li button {
  background: #ffffff;
  border-color: #ffffff;
}
.osw .m-iconcarousel .slick-dots li.slick-active button {
  background: none;
}
.m-iconcarousel .e-top {
  margin: 0 auto;
  max-width: 850px;
  text-align: center;
}
.m-iconcarousel .e-carousel {
  width: 100%;
  margin: 30px 0;
  padding: 0 40px;
  position: relative;
}
.m-iconcarousel .e-carousel .slick-track {
  display: flex;
  align-items: stretch;
  justify-content: center;
}
.m-iconcarousel .e-carousel .e-item {
  padding: 0 15px;
  text-align: center;
  float: none;
  display: flex;
  align-items: stretch;
  height: auto;
}
.m-iconcarousel .e-carousel .e-item .inner {
  display: flex;
  align-items: center;
  border: 1px solid #767676;
  width: 100%;
  padding: 15px 15px;
}
.m-iconcarousel .e-carousel .e-item a {
  display: block;
  margin: 0 auto;
  background: none;
}
.m-iconcarousel .e-carousel .e-item img {
  margin: 0 auto;
}
.m-iconcarousel .e-carousel .slick-dots {
  position: absolute;
  top: 100%;
  left: 0;
}
.m-iconcarousel .e-more {
  text-align: center;
  margin-top: 80px;
}
.m-iconcarousel .nav {
  font-size: 2.5rem;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: transparent;
  border: none;
  border-radius: 0;
  margin: 0;
  padding: 0;
  transition: all 0.3s ease-in-out;
}
.emsp .m-iconcarousel .nav {
  color: #B11B83;
}
.enterprise .m-iconcarousel .nav {
  color: #6C3685;
}
.m-iconcarousel .nav.prev {
  left: 0;
}
.m-iconcarousel .nav.next {
  right: 0;
}
.m-iconcarousel .nav:hover {
  cursor: pointer;
  color: #1f1e1e;
}
.m-iconcarousel .nav:hover.prev {
  padding-right: 10px;
}
.m-iconcarousel .nav:hover.next {
  padding-left: 10px;
}
.m-iconcarousel .nav:before, .m-iconcarousel .nav:after {
  content: none;
}
@media (min-width: 992px) {
  .osw .m-iconcarousel {
    padding: 60px 0;
  }
  .osw .m-iconcarousel .e-top {
    margin-bottom: 40px;
  }
}
@media (min-width: 1230px) {
  .osw .m-iconcarousel {
    padding: 110px 0 110px;
  }
}

.m-imagegrid {
  padding-top: 30px;
  padding-bottom: 30px;
}
@media (min-width: 992px) {
  .m-imagegrid {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}
.m-imagegrid .container {
  display: grid;
  grid-template-columns: repeat(8, 1fr);
  grid-template-rows: repeat(7, auto);
  grid-column-gap: 5px;
  grid-row-gap: 5px;
}
.m-imagegrid .text p:last-child {
  margin-bottom: 0;
}
.m-imagegrid .item {
  display: flex;
  align-items: flex-end;
  margin: 0;
  position: relative;
  overflow: hidden;
}
.m-imagegrid .item img {
  display: block;
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.m-imagegrid .item:hover .more {
  top: 0;
}
.m-imagegrid .item:hover .play {
  top: 2.5rem;
}
.m-imagegrid .item:hover .more-content-icon {
  opacity: 0;
}
.m-imagegrid .item:hover .icon:not(svg) {
  transform: translateX(-50%) rotate(-180deg);
  background: #007EB6;
  color: #ffffff !important;
}
.emsp .m-imagegrid .item:hover .icon:not(svg) {
  background: #B11B83;
}
.enterprise .m-imagegrid .item:hover .icon:not(svg) {
  background: #6C3685;
}
.outer-hebrides .m-imagegrid .item:hover .icon:not(svg) {
  background: #F26419;
}
.m-imagegrid .item .icon:not(svg) {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  font-size: 1.25rem;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  border: 2px solid #007EB6;
  color: #007EB6;
  background: #ffffff;
  box-sizing: border-box;
  position: absolute;
  bottom: 16px;
  left: calc(50% - 15px);
  display: none;
  z-index: 20;
}
.emsp .m-imagegrid .item .icon:not(svg) {
  color: #B11B83;
  border-color: #B11B83;
}
.enterprise .m-imagegrid .item .icon:not(svg) {
  color: #6C3685;
  border-color: #6C3685;
}
.outer-hebrides .m-imagegrid .item .icon:not(svg) {
  color: #F26419;
  border-color: #F26419;
}
.m-imagegrid .item .play {
  position: absolute;
  left: calc(50% - 30px);
  top: calc(50% - 30px);
  transition: all 0.2s ease-in-out;
  width: 60px;
  height: 60px;
  border: 2px solid #ffffff;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 30px;
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 10;
  text-decoration: none;
}
.emsp .m-imagegrid .item .play {
  background: #B11B83;
}
.enterprise .m-imagegrid .item .play {
  background: #6C3685;
}
.m-imagegrid .item .play:hover {
  cursor: pointer;
  background-color: #23408F;
}
.m-imagegrid .item .more {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 100%;
  left: 0;
  padding: 1.5rem 1.5rem 2.5rem;
  background: rgba(20, 33, 67, 0.9);
  text-align: center;
  display: flex;
  justify-content: flex-end;
  flex-direction: column;
  align-items: center;
  z-index: 10;
}
.m-imagegrid .item .more .mosaic-link {
  display: flex;
  gap: 0.25rem;
  color: white;
  text-align: center;
  justify-content: center;
}
.m-imagegrid .item .more .mosaic-link svg {
  color: #318731;
}
.m-imagegrid .item .more + .icon {
  display: flex;
}
.emsp .m-imagegrid .item .more {
  background: rgba(177, 27, 131, 0.9);
}
.enterprise .m-imagegrid .item .more {
  background: rgba(70, 118, 59, 0.9);
}
.outer-hebrides .m-imagegrid .item .more {
  background: rgba(38, 50, 83, 0.9);
}
.m-imagegrid .item .more h3,
.m-imagegrid .item .more p {
  color: #ffffff;
}
.m-imagegrid .item .more h3 {
  font-size: 1rem;
  font-family: "Roboto", arial, sans-serif;
  text-transform: none;
  font-weight: 600;
}
.m-imagegrid .item .more p {
  display: none;
}
.m-imagegrid .item .more a {
  position: relative;
  display: inline;
  color: white;
}
.m-imagegrid .item .more a:focus-visible {
  color: #152043;
}
.m-imagegrid .item .more a i {
  font-size: 1.25rem;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  color: #007EB6;
  position: absolute;
  right: calc(100% + 10px);
  top: 50%;
  transform: translateY(-50%);
  margin-top: -4px;
}
.emsp .m-imagegrid .item .more a i, .m-imagegrid .item .more a i.enterprise .m-imagegrid .item .more a i {
  color: #ffffff;
}
.outer-hebrides .m-imagegrid .item .more a i {
  color: #F26419;
}
.m-imagegrid .item .more a:hover i {
  transform: translateY(-50%) translateX(5px);
}
.m-imagegrid .item .more-content-icon {
  position: absolute;
  left: calc(50% - 16px);
  bottom: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  border: 2px solid #23408F;
  background-color: white;
  color: #23408F;
  opacity: 1;
  transition: opacity 0.3s linear;
}
.m-imagegrid[data-items="6"] .container > div.text {
  grid-area: 1/1/2/9;
}
.m-imagegrid[data-items="6"] .container > div:nth-child(2) {
  grid-area: 2/1/3/5;
}
.m-imagegrid[data-items="6"] .container > div:nth-child(3) {
  grid-area: 3/1/5/5;
}
.m-imagegrid[data-items="6"] .container > div:nth-child(4) {
  grid-area: 5/1/8/5;
}
.m-imagegrid[data-items="6"] .container > div:nth-child(5) {
  grid-area: 2/5/5/9;
}
.m-imagegrid[data-items="6"] .container > div:nth-child(6) {
  grid-area: 5/5/7/9;
}
.m-imagegrid[data-items="6"] .container > div:nth-child(7) {
  grid-area: 7/5/8/9;
}
.m-imagegrid[data-items="5"] .container > div.text {
  grid-area: 1/1/2/9;
}
.m-imagegrid[data-items="5"] .container > div:nth-child(2) {
  grid-area: 2/1/3/5;
}
.m-imagegrid[data-items="5"] .container > div:nth-child(4) {
  grid-area: 3/1/5/5;
}
.m-imagegrid[data-items="5"] .container > div:nth-child(3) {
  grid-area: 5/1/8/5;
}
.m-imagegrid[data-items="5"] .container > div:nth-child(5) {
  grid-area: 2/5/5/9;
}
.m-imagegrid[data-items="5"] .container > div:nth-child(6) {
  grid-area: 5/5/7/9;
}
.m-imagegrid[data-items="4"] .container > div.text {
  grid-area: 1/1/2/9;
}
.m-imagegrid[data-items="4"] .container > div:nth-child(2) {
  grid-area: 2/1/3/5;
}
.m-imagegrid[data-items="4"] .container > div:nth-child(3) {
  grid-area: 3/1/5/5;
}
.m-imagegrid[data-items="4"] .container > div:nth-child(4) {
  grid-area: 2/5/5/9;
}
.m-imagegrid[data-items="4"] .container > div:nth-child(5) {
  grid-area: 5/5/7/9;
}
.m-imagegrid[data-items="3"] .container > div.text {
  grid-area: 1/1/2/9;
}
.m-imagegrid[data-items="3"] .container > div:nth-child(2) {
  grid-area: 2/1/3/5;
}
.m-imagegrid[data-items="3"] .container > div:nth-child(3) {
  grid-area: 3/1/5/5;
}
.m-imagegrid[data-items="3"] .container > div:nth-child(4) {
  grid-area: 2/5/5/9;
}
.m-imagegrid[data-items="2"] .container > div.text {
  grid-area: 1/1/2/9;
}
.m-imagegrid[data-items="2"] .container > div:nth-child(2) {
  grid-area: 2/1/8/5;
}
.m-imagegrid[data-items="2"] .container > div:nth-child(3) {
  grid-area: 2/5/8/9;
}
.m-imagegrid[data-items="1"] .container > div.text {
  grid-area: 1/1/2/9;
}
.m-imagegrid[data-items="1"] .container > div:nth-child(2) {
  grid-area: 2/1/8/9;
}
@media (min-width: 768px) {
  .m-imagegrid .container .item .more p {
    display: block;
  }
}
@media (min-width: 992px) {
  .m-imagegrid .container {
    display: grid;
    grid-template-columns: repeat(8, 1fr);
    grid-template-rows: repeat(5, auto);
    grid-column-gap: 15px;
    grid-row-gap: 15px;
  }
  .m-imagegrid[data-items="6"] .container > div.text {
    grid-area: 1/1/2/5;
  }
  .m-imagegrid[data-items="6"] .container > div:nth-child(2) {
    grid-area: 2/1/4/5;
  }
  .m-imagegrid[data-items="6"] .container > div:nth-child(3) {
    grid-area: 4/1/5/3;
  }
  .m-imagegrid[data-items="6"] .container > div:nth-child(4) {
    grid-area: 4/3/6/5;
  }
  .m-imagegrid[data-items="6"] .container > div:nth-child(5) {
    grid-area: 2/5/3/7;
  }
  .m-imagegrid[data-items="6"] .container > div:nth-child(6) {
    grid-area: 1/7/3/9;
  }
  .m-imagegrid[data-items="6"] .container > div:nth-child(7) {
    grid-area: 3/5/5/9;
  }
  .m-imagegrid[data-items="5"] .container > div.text {
    grid-area: 1/1/2/5;
  }
  .m-imagegrid[data-items="5"] .container > div:nth-child(2) {
    grid-area: 2/1/4/5;
  }
  .m-imagegrid[data-items="5"] .container > div:nth-child(3) {
    grid-area: 4/3/6/5;
  }
  .m-imagegrid[data-items="5"] .container > div:nth-child(4) {
    grid-area: 2/5/3/7;
  }
  .m-imagegrid[data-items="5"] .container > div:nth-child(5) {
    grid-area: 1/7/3/9;
  }
  .m-imagegrid[data-items="5"] .container > div:nth-child(6) {
    grid-area: 3/5/5/9;
  }
  .m-imagegrid[data-items="4"] .container > div.text {
    grid-area: 1/1/2/5;
  }
  .m-imagegrid[data-items="4"] .container > div:nth-child(2) {
    grid-area: 2/1/4/5;
  }
  .m-imagegrid[data-items="4"] .container > div:nth-child(3) {
    grid-area: 4/3/6/5;
  }
  .m-imagegrid[data-items="4"] .container > div:nth-child(4) {
    grid-area: 2/5/3/7;
  }
  .m-imagegrid[data-items="4"] .container > div:nth-child(5) {
    grid-area: 3/5/5/9;
  }
  .m-imagegrid[data-items="3"] .container > div.text {
    grid-area: 1/1/2/5;
  }
  .m-imagegrid[data-items="3"] .container > div:nth-child(2) {
    grid-area: 2/1/6/7;
  }
  .m-imagegrid[data-items="3"] .container > div:nth-child(3) {
    grid-area: 1/7/4/9;
  }
  .m-imagegrid[data-items="3"] .container > div:nth-child(4) {
    grid-area: 4/7/6/9;
  }
  .m-imagegrid[data-items="2"] .container > div.text {
    grid-area: 1/1/2/5;
  }
  .m-imagegrid[data-items="2"] .container > div:nth-child(2) {
    grid-area: 2/1/6/5;
  }
  .m-imagegrid[data-items="2"] .container > div:nth-child(3) {
    grid-area: 2/5/6/9;
  }
  .m-imagegrid[data-items="1"] .container > div.text {
    grid-area: 1/1/2/5;
  }
  .m-imagegrid[data-items="1"] .container > div:nth-child(2) {
    grid-area: 2/1/6/9;
  }
}

.m-latesttweets {
  padding-top: 30px;
  padding-bottom: 30px;
}
@media (min-width: 992px) {
  .m-latesttweets {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}
.m-latesttweets h2 i {
  color: #1DA1F2;
}
.m-latesttweets a {
  background: linear-gradient(to right, #007EB6 0%, #007EB6 100%);
  background-size: 100% 1px;
  background-repeat: no-repeat;
  background-position: left 85%;
  padding-bottom: 5px;
  display: inline-block;
  word-break: break-word;
}
.m-latesttweets a:hover {
  background-size: 0% 1px;
}
.emsp .m-latesttweets a {
  background: linear-gradient(to right, #B11B83 0%, #B11B83 100%);
  background-size: 100% 1px;
  background-repeat: no-repeat;
  background-position: left 85%;
  padding-bottom: 5px;
}
.emsp .m-latesttweets a:hover {
  background-size: 0% 1px;
}
.enterprise .m-latesttweets a {
  background: linear-gradient(to right, #6C3685 0%, #6C3685 100%);
  background-size: 100% 1px;
  background-repeat: no-repeat;
  background-position: left 85%;
  padding-bottom: 5px;
}
.enterprise .m-latesttweets a:hover {
  background-size: 0% 1px;
}
.osw .m-latesttweets a {
  background: linear-gradient(to right, #81C4EE 0%, #81C4EE 100%);
  background-size: 100% 1px;
  background-repeat: no-repeat;
  background-position: left 85%;
  padding-bottom: 5px;
  display: inline;
}
.osw .m-latesttweets a:hover {
  background-size: 0% 1px;
}
.m-latesttweets .e-top {
  text-align: center;
}
.m-latesttweets .e-carousel {
  width: 100%;
  margin-top: 30px;
}
.m-latesttweets .e-carousel .slick-track,
.m-latesttweets .e-carousel .slick-list {
  display: flex;
  align-items: stretch;
}
.m-latesttweets .e-carousel .e-item {
  width: 100%;
  float: left;
  position: relative;
  padding-left: 15px;
  padding-right: 15px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 15px;
  float: none;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  align-items: flex-start;
  margin-bottom: 30px;
}
@media (min-width: 0) {
  .m-latesttweets .e-carousel .e-item {
    width: 100%;
  }
}
@media (min-width: 768px) {
  .m-latesttweets .e-carousel .e-item {
    width: 100%;
  }
}
@media (min-width: 992px) {
  .m-latesttweets .e-carousel .e-item {
    width: 32.5%;
  }
}
@media (min-width: 1230px) {
  .m-latesttweets .e-carousel .e-item {
    width: 25%;
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media (min-width: 1460px) {
  .m-latesttweets .e-carousel .e-item {
    width: 25%;
  }
}
.m-latesttweets .e-carousel .e-item .inner {
  padding: 15px;
  border: 1px solid #CDCECF;
  max-width: 100%;
}
.m-latesttweets .e-carousel .e-item img {
  width: 100%;
  margin: 0 0 15px;
}
.m-latesttweets .e-carousel .e-item p {
  margin: 0 0 20px;
  width: 100%;
  align-self: flex-start;
}
.m-latesttweets .e-carousel .e-item .e-date {
  font-size: 0.875rem;
  margin: auto 0 0;
  align-self: flex-end;
}

.m-textmediaicons {
  padding-top: 30px;
  padding-bottom: 30px;
}
@media (min-width: 992px) {
  .m-textmediaicons {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}
.m-textmediaicons .row {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.m-textmediaicons .e-image,
.m-textmediaicons .e-text {
  width: 100%;
  float: left;
  position: relative;
  padding-left: 15px;
  padding-right: 15px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  float: none;
}
@media (min-width: 0) {
  .m-textmediaicons .e-image,
  .m-textmediaicons .e-text {
    width: 100%;
  }
}
@media (min-width: 768px) {
  .m-textmediaicons .e-image,
  .m-textmediaicons .e-text {
    width: 100%;
  }
}
@media (min-width: 992px) {
  .m-textmediaicons .e-image,
  .m-textmediaicons .e-text {
    width: 50%;
  }
}
@media (min-width: 1230px) {
  .m-textmediaicons .e-image,
  .m-textmediaicons .e-text {
    width: 50%;
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media (min-width: 1460px) {
  .m-textmediaicons .e-image,
  .m-textmediaicons .e-text {
    width: 50%;
  }
}
.m-textmediaicons .e-image {
  order: 1;
}
.m-textmediaicons .e-image span {
  font-size: 0.875rem;
}
.m-textmediaicons .e-text {
  order: 2;
}
.m-textmediaicons .e-item {
  display: flex;
  align-items: flex-start;
  margin-top: 30px;
}
.m-textmediaicons .e-item .icon {
  width: 50px;
  margin-right: 15px;
}
.m-textmediaicons .e-item .text {
  width: calc(100% - 65px);
}
.m-textmediaicons .e-item .text h3 {
  font-size: 1rem;
  font-weight: 500;
  text-transform: none;
  font-family: "Roboto", arial, sans-serif;
  margin-bottom: 0;
}
.m-textmediaicons .e-item .text p {
  margin-top: 0;
}
@media (min-width: 992px) {
  .m-textmediaicons .row {
    flex-direction: row;
  }
  .m-textmediaicons .e-image {
    order: 2;
  }
  .m-textmediaicons .e-text {
    order: 1;
  }
  .m-textmediaicons.text-right .e-image {
    order: 1;
  }
  .m-textmediaicons.text-right .e-text {
    order: 2;
  }
  .m-textmediaicons p {
    width: calc(100% - 60px);
  }
}

.m-venue {
  padding-top: 30px;
  padding-bottom: 30px;
}
@media (min-width: 992px) {
  .m-venue {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}
.m-venue .e-back {
  position: relative;
  margin-bottom: 10px;
}
.m-venue .e-back:before {
  content: "<";
  display: inline-block;
  margin-right: 10px;
}
.m-venue .e-gallery,
.m-venue .e-text {
  width: 100%;
  float: left;
  position: relative;
  padding-left: 15px;
  padding-right: 15px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
@media (min-width: 0) {
  .m-venue .e-gallery,
  .m-venue .e-text {
    width: 100%;
  }
}
@media (min-width: 768px) {
  .m-venue .e-gallery,
  .m-venue .e-text {
    width: 100%;
  }
}
@media (min-width: 992px) {
  .m-venue .e-gallery,
  .m-venue .e-text {
    width: 50%;
  }
}
@media (min-width: 1230px) {
  .m-venue .e-gallery,
  .m-venue .e-text {
    width: 50%;
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media (min-width: 1460px) {
  .m-venue .e-gallery,
  .m-venue .e-text {
    width: 50%;
  }
}
.m-venue .e-gallery h3,
.m-venue .e-text h3 {
  color: #23408f;
  font-family: "Roboto", sans-serif;
  text-transform: uppercase;
}
.m-venue .e-gallery .main-carousel,
.m-venue .e-text .main-carousel {
  display: relative;
  margin-bottom: 10px;
}
.m-venue .e-gallery .main-carousel img,
.m-venue .e-text .main-carousel img {
  display: block !important;
}
.m-venue .e-gallery .main-carousel .slick-slide,
.m-venue .e-text .main-carousel .slick-slide {
  position: relative;
}
.m-venue .e-gallery .main-carousel .slick-slide img,
.m-venue .e-text .main-carousel .slick-slide img {
  display: block;
}
.m-venue .e-gallery .main-carousel .slick-slide .play,
.m-venue .e-text .main-carousel .slick-slide .play {
  position: absolute;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  transition: all 0.2s ease-in-out;
  width: 60px;
  height: 60px;
  border: 2px solid #ffffff;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 30px;
  color: #ffffff;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  text-indent: 2px;
  transform-origin: center;
  z-index: 10;
  text-decoration: none;
}
.m-venue .e-gallery .main-carousel .slick-slide .play:before,
.m-venue .e-text .main-carousel .slick-slide .play:before {
  content: "";
  width: 100%;
  display: block;
  height: 100%;
  border-radius: 50%;
  background: #23408f;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%) scale(0);
  transform-origin: center;
  transition: transform 0.3s cubic-bezier(0.7, 0.25, 0.46, 0.85);
  z-index: -10;
}
.inverness .m-venue .e-gallery .main-carousel .slick-slide .play:before, .wes .m-venue .e-gallery .main-carousel .slick-slide .play:before,
.inverness .m-venue .e-text .main-carousel .slick-slide .play:before,
.wes .m-venue .e-text .main-carousel .slick-slide .play:before {
  background: #007EB6;
}
.emsp .m-venue .e-gallery .main-carousel .slick-slide .play:before,
.emsp .m-venue .e-text .main-carousel .slick-slide .play:before {
  background: #B11B83;
}
.enterprise .m-venue .e-gallery .main-carousel .slick-slide .play:before,
.enterprise .m-venue .e-text .main-carousel .slick-slide .play:before {
  background: #6C3685;
}
.m-venue .e-gallery .main-carousel .slick-slide .play:hover,
.m-venue .e-text .main-carousel .slick-slide .play:hover {
  cursor: pointer;
}
.m-venue .e-gallery .main-carousel .slick-slide .play:hover:before,
.m-venue .e-text .main-carousel .slick-slide .play:hover:before {
  transform: translate(-50%, -50%) scale(1.1);
}
.m-venue .e-gallery .main-carousel .nav,
.m-venue .e-text .main-carousel .nav {
  font-size: 1.25rem;
  position: absolute;
  top: 100%;
  padding: 6px 35px;
  transition: all 0.3s ease-in-out;
  background: #318731;
  margin: 0;
  color: #ffffff;
  z-index: 30;
  opacity: 0.8;
  border: 1px solid transparent;
  border-bottom: none;
  border-radius: 0;
}
.inverness .m-venue .e-gallery .main-carousel .nav, .wes .m-venue .e-gallery .main-carousel .nav,
.inverness .m-venue .e-text .main-carousel .nav,
.wes .m-venue .e-text .main-carousel .nav {
  background: #007EB6;
}
.emsp .m-venue .e-gallery .main-carousel .nav,
.emsp .m-venue .e-text .main-carousel .nav {
  background: #B11B83;
}
.enterprise .m-venue .e-gallery .main-carousel .nav,
.enterprise .m-venue .e-text .main-carousel .nav {
  background: #6C3685;
}
.outer-hebrides .m-venue .e-gallery .main-carousel .nav,
.outer-hebrides .m-venue .e-text .main-carousel .nav {
  background: #F26419;
}
.m-venue .e-gallery .main-carousel .nav:hover,
.m-venue .e-text .main-carousel .nav:hover {
  cursor: pointer;
  opacity: 1;
}
.m-venue .e-gallery .main-carousel .nav.prev,
.m-venue .e-text .main-carousel .nav.prev {
  right: 86px;
}
.m-venue .e-gallery .main-carousel .nav.next,
.m-venue .e-text .main-carousel .nav.next {
  border-right: none;
  right: 0;
}
.m-venue .e-gallery .total-carousel,
.m-venue .e-text .total-carousel {
  font-size: 0.75rem;
  font-weight: 500;
  margin-bottom: 20px;
}
.m-venue .e-gallery .nav-carousel,
.m-venue .e-text .nav-carousel {
  display: none;
  margin-left: -10px;
}
@media (min-width: 992px) {
  .m-venue .row {
    display: flex;
  }
  .m-venue.text-right .e-gallery {
    order: 1;
  }
  .m-venue.text-right .e-text {
    order: 2;
  }
  .m-venue .e-gallery {
    order: 2;
  }
  .m-venue .e-gallery .main-carousel .slick-slide .play {
    font-size: 2rem;
    width: 82px;
    height: 82px;
    border: 3px solid #ffffff;
    border-radius: 41px;
    text-indent: 6px;
  }
  .m-venue .e-gallery .nav-carousel {
    display: block;
    margin-left: 0;
  }
  .m-venue .e-gallery .nav-carousel .slick-track {
    margin-left: 0;
  }
  .m-venue .e-gallery .nav-carousel .slick-slide {
    margin: 0 10px;
    outline: none;
    max-width: 181px;
  }
  .m-venue .e-gallery .nav-carousel .slick-slide.slick-current img {
    border: 2px solid rgba(20, 33, 67, 0.7);
  }
  .m-venue .e-gallery .nav-carousel .slick-slide img {
    display: block !important;
  }
  .m-venue .e-text {
    order: 1;
  }
  .m-venue .e-text h3 {
    font-size: 2rem;
    margin-bottom: 30px;
  }
}

.m-imagetwotextcta {
  background-repeat: no-repeat;
  background-size: auto 100%;
}
.m-imagetwotextcta.dark-blue {
  background: #142143;
}
.m-imagetwotextcta.dark-blue .row .text h1,
.m-imagetwotextcta.dark-blue .row .text h2,
.m-imagetwotextcta.dark-blue .row .text h3,
.m-imagetwotextcta.dark-blue .row .text h4,
.m-imagetwotextcta.dark-blue .row .text p,
.m-imagetwotextcta.dark-blue .row .text ul li,
.m-imagetwotextcta.dark-blue .row .text ol li {
  color: #ffffff;
}
.m-imagetwotextcta .row {
  display: flex;
  flex-direction: column;
}
.m-imagetwotextcta .row > div {
  width: 100%;
  float: left;
  position: relative;
  padding-left: 15px;
  padding-right: 15px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  float: none;
}
@media (min-width: 0) {
  .m-imagetwotextcta .row > div {
    width: 100%;
  }
}
@media (min-width: 768px) {
  .m-imagetwotextcta .row > div {
    width: 100%;
  }
}
@media (min-width: 992px) {
  .m-imagetwotextcta .row > div {
    width: 50%;
  }
}
@media (min-width: 1230px) {
  .m-imagetwotextcta .row > div {
    width: 50%;
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media (min-width: 1460px) {
  .m-imagetwotextcta .row > div {
    width: 50%;
  }
}
.m-imagetwotextcta .row .media {
  order: 1;
  margin-bottom: 20px;
  padding: 0;
}
.m-imagetwotextcta .row .media .wrapper {
  position: relative;
  padding: 15px 15px 0;
}
.m-imagetwotextcta .row .media .wrapper img {
  display: block;
  width: 100%;
}
.m-imagetwotextcta .row .media .wrapper .description {
  position: absolute;
  bottom: 0;
  left: 0;
  background: rgba(255, 255, 255, 0.5);
  padding: 5px 30px;
  width: 100%;
}
.m-imagetwotextcta .row .media .wrapper .description p {
  margin: 0;
}
.m-imagetwotextcta .row .media .play {
  position: absolute;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  transition: all 0.2s ease-in-out;
  width: 60px;
  height: 60px;
  border: 2px solid #ffffff;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 30px;
  color: #ffffff;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  text-indent: 2px;
  transform-origin: center;
  z-index: 10;
  text-decoration: none;
}
.m-imagetwotextcta .row .media .play:before {
  content: "";
  width: 100%;
  display: block;
  height: 100%;
  border-radius: 50%;
  background: #23408f;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%) scale(0);
  transform-origin: center;
  transition: transform 0.3s cubic-bezier(0.7, 0.25, 0.46, 0.85);
  z-index: -10;
}
.m-imagetwotextcta .row .media .play:before.emsp .m-imagetwotextcta .row .media .play:before {
  background: #B11B83;
}
.m-imagetwotextcta .row .media .play:before.enterprise .m-imagetwotextcta .row .media .play:before {
  background: #6C3685;
}
.m-imagetwotextcta .row .media .play:hover {
  cursor: pointer;
}
.m-imagetwotextcta .row .media .play:hover:before {
  transform: translate(-50%, -50%) scale(1.1);
}
.m-imagetwotextcta .row .media p {
  font-size: 0.875rem;
  margin: 5px 0 0;
}
.m-imagetwotextcta .row .text {
  order: 2;
  padding: 10px 15px 30px;
}
.m-imagetwotextcta .row .text ul {
  margin: 30px 0;
  list-style: none;
  padding: 0;
  display: flex;
  flex-direction: column;
}
.m-imagetwotextcta .row .text ul:last-child {
  margin: 30px 0 0;
}
.m-imagetwotextcta .row .text ul li {
  margin: 10px 0;
  position: relative;
}
.m-imagetwotextcta .row .text ul li a {
  position: relative;
  margin-left: 20px;
  color: #1f1e1e;
}
.m-imagetwotextcta .row .text ul li a:hover {
  color: #007EB6;
}
.m-imagetwotextcta .row .text ul li a:hover:before {
  left: -15px;
}
.emsp .m-imagetwotextcta .row .text ul li a:hover {
  color: #B11B83;
}
.enterprise .m-imagetwotextcta .row .text ul li a:hover {
  color: #6C3685;
}
.m-imagetwotextcta .row .text ul li a:before {
  font-size: 1.25rem;
  content: ">";
  position: absolute;
  top: -6px;
  left: -20px;
  color: #007EB6;
  transition: all 0.3s ease-in-out;
}
.emsp .m-imagetwotextcta .row .text ul li a:before {
  color: #B11B83;
}
.enterprise .m-imagetwotextcta .row .text ul li a:before {
  color: #6C3685;
}
.m-imagetwotextcta .row .text .cta {
  margin-bottom: 30px;
}
.m-imagetwotextcta .row .text .cta:last-child {
  margin-bottom: 0;
}
.m-imagetwotextcta .row .text .cta .btn {
  margin-top: 5px;
}
@media (min-width: 768px) {
  .m-imagetwotextcta .row .text ul {
    width: 100%;
  }
  .m-imagetwotextcta[class*=background] .row .text ul {
    flex-direction: row;
    flex-wrap: wrap;
  }
  .m-imagetwotextcta[class*=background] .row .text ul li {
    width: 50%;
  }
}
@media (min-width: 992px) {
  .m-imagetwotextcta {
    padding: 0;
  }
  .m-imagetwotextcta:not(.contained) .container {
    max-width: none;
  }
  .m-imagetwotextcta.text-overlay {
    padding: 0px;
  }
  .m-imagetwotextcta.image-right .row .text {
    padding-right: 30px;
    padding-left: 20px;
  }
  .m-imagetwotextcta.image-left .row .text {
    order: 2;
    padding-left: 30px;
    padding-right: 20px;
  }
  .m-imagetwotextcta.image-left .row .text:only-child {
    margin-left: auto;
  }
  .m-imagetwotextcta.image-left .row .media {
    order: 1;
  }
  .m-imagetwotextcta .row {
    flex-direction: row;
    align-items: stretch;
  }
  .m-imagetwotextcta .row .text {
    order: 1;
    padding: 60px 0;
    max-width: 710px;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
  .m-imagetwotextcta .row .text .cta {
    margin-bottom: 50px;
  }
  .m-imagetwotextcta .row .text .cta .btn {
    margin-top: 15px;
  }
  .m-imagetwotextcta .row .media {
    order: 2;
    margin-bottom: 0;
    display: flex;
  }
  .m-imagetwotextcta .row .media .wrapper {
    width: 100%;
    display: flex;
    flex-direction: column;
    padding: 0;
  }
  .m-imagetwotextcta .row .media .wrapper .play {
    font-size: 2rem;
    width: 82px;
    height: 82px;
    border: 3px solid #ffffff;
    border-radius: 41px;
    text-indent: 6px;
    text-decoration: none;
  }
  .m-imagetwotextcta .row .media .wrapper .description {
    padding: 5px 15px;
  }
  .m-imagetwotextcta .row .media img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
  }
}
@media (min-width: 1230px) {
  .m-imagetwotextcta.text-overlay .row .text {
    padding: 60px 30px;
    background: rgba(255, 255, 255, 0.8);
  }
  .m-imagetwotextcta .row .text {
    padding: 100px 0;
  }
  .m-imagetwotextcta.image-right .row .text {
    padding-right: 40px;
  }
  .m-imagetwotextcta.image-left .row .text {
    padding-left: 40px;
  }
}
@media (min-width: 1460px) {
  .m-imagetwotextcta.image-right .row .text {
    margin-left: calc(50% - 710px);
    padding-left: 0;
  }
  .m-imagetwotextcta.image-left .row .text {
    padding-right: 0;
  }
}

.osw .m-videowall p {
  color: #ffffff;
}

.m-videowall {
  padding-top: 30px;
  padding-bottom: 30px;
  background: #142143;
  color: #ffffff;
}
@media (min-width: 992px) {
  .m-videowall {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}
.emsp .m-videowall {
  background: #24506B;
}
.enterprise .m-videowall {
  background: #46763B;
}
.m-videowall .e-video .tab-pane {
  display: none;
  position: relative;
}
.m-videowall .e-video .tab-pane .play {
  position: absolute;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  transition: all 0.2s ease-in-out;
  width: 60px;
  height: 60px;
  border: 2px solid #ffffff;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 30px;
  color: #ffffff;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  text-indent: 2px;
  transform-origin: center;
  z-index: 10;
  text-decoration: none;
}
.m-videowall .e-video .tab-pane .play:before {
  content: "";
  width: 100%;
  display: block;
  height: 100%;
  border-radius: 50%;
  background: #23408f;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%) scale(0);
  transform-origin: center;
  transition: transform 0.3s cubic-bezier(0.7, 0.25, 0.46, 0.85);
  z-index: -10;
}
.emsp .m-videowall .e-video .tab-pane .play:before {
  background: #B11B83;
}
.enterprise .m-videowall .e-video .tab-pane .play:before {
  background: #6C3685;
}
.m-videowall .e-video .tab-pane .play:hover {
  cursor: pointer;
}
.m-videowall .e-video .tab-pane .play:hover:before {
  transform: translate(-50%, -50%) scale(1.1);
}
.m-videowall .e-video .tab-pane.active {
  display: block;
}
.m-videowall .e-text {
  margin-bottom: 10px;
}
.m-videowall .e-text .tab-pane {
  display: none;
}
.m-videowall .e-text .tab-pane.active {
  display: block;
}
.m-videowall .e-text h2 {
  color: #ffffff;
}
.m-videowall .nav {
  list-style: none;
  margin: 0 -5px;
  padding: 0;
  display: flex;
}
.m-videowall .nav li {
  flex: 1;
  margin-top: 5px;
  padding: 0 5px;
}
.m-videowall .nav .active {
  display: none;
}
.m-videowall .nav a {
  color: #ffffff;
  font-weight: 400;
  padding-bottom: 0;
  background: none;
  display: block;
}
.m-videowall .nav a img {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  width: 100%;
  display: block;
}
.m-videowall .nav a:hover img {
  opacity: 0.8;
}
@media (min-width: 992px) {
  .m-videowall .wrapper {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    grid-template-rows: repeat(3, 1fr);
    grid-column-gap: 0px;
    grid-row-gap: 0px;
  }
  .m-videowall .e-text {
    grid-area: 1/4/2/6;
    padding-left: 25px;
  }
  .m-videowall .e-video {
    grid-area: 1/1/4/4;
    padding-right: 25px;
    display: flex;
  }
  .m-videowall .e-video .tab-content {
    display: flex;
  }
  .m-videowall .e-video .tab-content .tab-pane img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
  }
  .m-videowall .e-video .tab-content .tab-pane .play {
    font-size: 2rem;
    width: 82px;
    height: 82px;
    border: 3px solid #ffffff;
    border-radius: 41px;
    text-indent: 6px;
  }
  .m-videowall .nav {
    grid-area: 2/4/4/6;
    padding-left: 25px;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    margin: 0;
  }
  .m-videowall .nav li {
    flex: none;
    padding: 0;
    margin-top: 20px;
  }
  .m-videowall .nav a {
    display: flex;
    margin: 0;
  }
  .m-videowall .nav a .image {
    width: 225px;
  }
  .m-videowall .nav a .text {
    width: calc(100% - 225px);
    padding-left: 20px;
  }
}
@media (min-width: 1460px) {
  .m-videowall {
    padding: 100px 0;
  }
}

body {
  font-size: 1rem;
}

table tr:first-child th {
  background: #23408f;
}

.osw h1,
.osw h2,
.osw h3,
.osw h4 {
  font-family: quatro, sans-serif;
  text-transform: none;
}

.background-darkblue h2,
.background- h2 {
  color: white;
}

@keyframes toggleDesktop {
  0% {
    left: calc(100% + 26px);
    width: 26px;
  }
  49% {
    left: calc(100% + 2px);
  }
  50% {
    width: 46px;
  }
  100% {
    left: calc(100% + 2px);
    width: 26px;
  }
}
.m-form .e-indicator span {
  color: #318731;
}
.m-form .e-back button {
  color: #318731;
}
.m-form .e-back button:before, .m-form .e-back button:after {
  color: #318731;
}
.m-form .e-back button:hover {
  color: #318731;
}
.m-form .e-back:hover {
  color: #318731;
}
.m-form .e-back:before {
  color: #318731;
}
.m-form label .indicator {
  color: #318731;
}
.m-form input:active, .m-form input:focus, .m-form input:hover,
.m-form textarea:active,
.m-form textarea:focus,
.m-form textarea:hover,
.m-form select:active,
.m-form select:focus,
.m-form select:hover {
  border-color: #318731;
}
.m-form .password-wrapper.active {
  color: #318731;
}
.m-form .radio input[type=radio] + label:before {
  border: solid 2px #318731;
}
.m-form .radio input[type=radio] + label:after {
  background: #318731;
}
.m-form .radio input[type=radio] + label:hover:before {
  border: solid 3px #318731;
}
.m-form .radio input[type=radio]:checked + label:before {
  border: solid 3px #318731;
}
.m-form .radio input[type=radio]:checked:active + label:before, .m-form .radio input[type=radio]:checked:focus + label:before, .m-form .radio input[type=radio]:checked:active:focus + label:before {
  border: solid 3px #318731;
}
.m-form .radio input[type=radio]:active + label:before, .m-form .radio input[type=radio]:focus + label:before, .m-form .radio input[type=radio]:active:focus + label:before {
  border: solid 4px #318731;
}
.m-form .checkbox input[type=checkbox] + label:before {
  border: solid 2px #318731;
}
.m-form .toggle input + label:hover:after {
  border-color: #318731;
}
.m-form .toggle input:focus + label:after, .m-form .toggle input:active + label:after {
  border-color: #318731;
}
.m-form .toggle input:checked + label:after {
  background: #318731;
}
@media (min-width: 768px) {
  .m-form .toggle input:checked + label:after {
    background: #318731;
  }
}

.has-dropdown-menu header {
  display: flex;
}

.propertyheader .container:before {
  content: none;
}
.notification .propertyheader {
  height: 205px;
}
@media (min-width: 381px) {
  .notification .propertyheader {
    height: 184px;
  }
}
@media (min-width: 666px) {
  .notification .propertyheader {
    height: 145px;
  }
}
.propertyheader img {
  display: block;
}
.propertyheader__inner {
  display: flex;
  align-items: center;
  gap: 1.5rem;
  transition: padding 0.3s ease;
}
@media (min-width: 48em) {
  .propertyheader__inner {
    justify-content: space-between;
  }
}
.propertyheader .h-logo {
  margin: 0 auto 0 0;
  max-width: 160px;
}
@media (min-width: 768px) {
  .propertyheader .h-logo {
    margin: 0 auto;
  }
}
.propertyheader .h-logo a {
  background: none;
  display: block;
  padding-bottom: 0;
}
.propertyheader .h-logo a img {
  max-height: 48px;
}
.osw .propertyheader .h-logo a img {
  max-height: 60px;
}
.propertyheader .h-notificationbanner {
  background: #23408f;
  padding: 15px 0 20px;
  min-height: 40px;
  width: 100%;
}
.propertyheader .h-notificationbanner p {
  display: inline-block;
  margin: 0;
}
.propertyheader .h-notificationbanner .container {
  padding-right: 50px;
  position: relative;
}
.propertyheader .h-notificationbanner .e-icon {
  font-size: 0.875rem;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: #ffffff;
  color: #23408f;
  text-align: center;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-right: 5px;
}
.propertyheader .h-notificationbanner .e-icon:before {
  content: "!";
  display: block;
}
.propertyheader .h-notificationbanner .e-close {
  font-size: 0.875rem;
  position: absolute;
  right: 15px;
  top: 50%;
  transform: translateY(-45%);
  padding-top: 25px;
  color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.propertyheader .h-notificationbanner .e-close:before, .propertyheader .h-notificationbanner .e-close:after {
  content: "";
  display: block;
  width: 20px;
  height: 1px;
  background: #ffffff;
  position: absolute;
  top: 18px;
  left: 50%;
}
.propertyheader .h-notificationbanner .e-close:before {
  transform: translateX(-50%) rotate(-45deg);
}
.propertyheader .h-notificationbanner .e-close:after {
  transform: translateX(-50%) rotate(45deg);
}
.propertyheader .h-notificationbanner .e-close:hover {
  cursor: pointer;
}
.propertyheader .h-notificationbanner a {
  color: #ffffff;
}
.propertyheader .h-notificationbanner.red {
  background: #a9031b;
}
.propertyheader .h-notificationbanner.red .e-icon {
  color: #a9031b;
}
.propertyheader .h-menutoggle__btn {
  display: flex;
  flex-direction: row-reverse;
  gap: 0.6rem;
  order: 3;
  margin-left: 2rem;
  padding: 0.8rem;
}
.osw .propertyheader .h-menutoggle__btn {
  flex-direction: column;
  gap: 0;
  padding: 0;
  font-weight: 500;
}
@media (min-width: 768px) {
  .propertyheader .h-menutoggle__btn {
    flex-direction: column;
    align-items: center;
    margin: 0;
    order: 1;
    gap: 0;
    padding: 0.4rem;
  }
}
.propertyheader .h-menutoggle {
  display: flex;
  order: 3;
  margin-left: 20px;
}
.propertyheader .h-utility-nav {
  display: flex;
  align-items: center;
  margin-left: auto;
  gap: 0.5rem;
}
@media screen and (min-width: 425px) {
  .propertyheader .h-utility-nav {
    gap: 1rem;
  }
}
@media (min-width: 768px) {
  .propertyheader .h-utility-nav {
    gap: 3rem;
  }
}
.propertyheader .h-utility-nav__link {
  color: #23408f;
}
.propertyheader .h-utility-nav__link a {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 0.25rem;
  font-weight: 500;
  font-size: 1rem;
  color: #23408f;
  text-decoration: none;
  text-align: center;
}
.propertyheader .h-utility-nav__icon {
  height: 1.5rem;
}
.propertyheader .h-utility-nav__icon--offset {
  margin-left: 8px;
}
@media (min-width: 768px) {
  .propertyheader .h-utility-nav__icon {
    display: block;
  }
}
.propertyheader .h-visit {
  display: flex;
  flex-direction: column;
  margin-left: auto;
  color: #23408f;
  align-items: center;
}
.propertyheader .h-visit__icon {
  display: none;
}
@media (min-width: 768px) {
  .propertyheader .h-visit__icon {
    display: block;
  }
}
.propertyheader .h-visit a {
  font-weight: 400;
  color: #23408f;
  text-decoration: none;
}
@media (min-width: 768px) {
  .propertyheader .h-visit {
    margin-left: 0;
  }
}
@media (min-width: 768px) {
  .propertyheader .h-menutoggle {
    order: 1;
    margin-left: 0;
  }
  .propertyheader .h-logo {
    order: 2;
    margin-left: auto;
    margin-right: auto;
    width: 200px;
  }
  .propertyheader .h-utility-nav {
    order: 3;
    margin-left: 0;
  }
  .propertyheader .container {
    justify-content: space-between;
  }
}
@media (min-width: 1230px) {
  .osw .propertyheader .h-logo a {
    margin-left: 6rem;
  }
}

.has-dropdown-menu .h-logo {
  display: block;
  max-width: 160px;
  margin-top: -1rem;
  order: 2;
}
@media (min-width: 1230px) {
  .has-dropdown-menu .h-logo {
    max-width: 200px;
    margin-top: -3rem;
  }
}

/*LAYOUT -  header, footer, site container, sections, articles columns*/
/*Container Layout*/
.l-listingresults {
  padding-top: 30px;
  padding-bottom: 30px;
}
@media (min-width: 992px) {
  .l-listingresults {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}
.l-listingresults .e-carditem {
  margin-bottom: 30px;
}
@media (min-width: 1460px) {
  .l-listingresults .e-carditem {
    margin-bottom: 50px;
  }
}

.l-propertyhome {
  position: relative;
  overflow: hidden;
}
.l-propertyhome:before {
  content: "";
  display: block;
  position: absolute;
  width: 40%;
  height: 820px;
  right: -10%;
  top: 70%;
  background-size: 100% auto;
  background-repeat: no-repeat;
  background-position: 0;
  z-index: -1;
}
.inverness .l-propertyhome:before, .wes .l-propertyhome:before {
  background-image: url("../images/properties/inverness-accent.svg");
  transform: rotate(-180deg);
  width: 80%;
  height: 900px;
  top: 72%;
  background-size: auto 100%;
}
.emsp .l-propertyhome:before {
  background-image: url("../images/properties/emsp-accent.svg");
}
.enterprise .l-propertyhome:before {
  background-image: url("../images/properties/enterprise-accent.svg");
  transform: rotate(-180deg);
  top: 32%;
  height: 900px;
  width: 60%;
}
.enterprise .l-propertyhome:after {
  content: "";
  display: block;
  position: absolute;
  width: 60%;
  height: 900px;
  left: -10%;
  top: 70%;
  background-size: 100% auto;
  background-repeat: no-repeat;
  background-position: 0;
  z-index: -1;
  background-image: url("../images/properties/enterprise-accent.svg");
}

nav.n-main {
  position: absolute;
  top: 100%;
  left: 0;
  background: #142143;
  width: 100%;
  overflow: auto;
}
nav.n-main:not(.js-expanded) {
  display: none;
}
.emsp nav.n-main {
  background: #24506B;
}
.osw nav.n-main {
  background: #021859;
}
.enterprise nav.n-main {
  background: #46763B;
}
nav.n-main .inner-wrapper {
  height: calc(100vh - 82px);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding-bottom: 20px;
}
nav.n-main ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
nav.n-main ul li {
  padding: 0;
  margin: 0;
  position: relative;
  margin: 10px 0;
}
nav.n-main ul li a {
  display: block;
  padding: 10px 15px;
  color: #ffffff;
  text-decoration: none;
}
nav.n-main ul li .e-toggle {
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  position: absolute;
  z-index: 10;
  top: 5px;
  right: 15px;
  display: flex;
  height: 30px;
  width: 30px;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  background: #007EB6;
  border-radius: 15px;
}
.emsp nav.n-main ul li .e-toggle {
  background: #B11B83;
}
.enterprise nav.n-main ul li .e-toggle {
  background: #6C3685;
}
nav.n-main ul li .e-toggle.open {
  transform: rotate(-180deg);
}
nav.n-main ul li ul {
  display: none;
}
nav.n-main ul li ul:focus-within {
  display: block;
}
nav.n-main ul li ul li a {
  padding: 10px 25px;
}
nav.n-main ul li ul li ul li a {
  padding: 10px 35px;
}
nav.n-main .e-search {
  margin-bottom: auto;
}
nav.n-main .e-search form {
  -webkit-transition: border 0.3s ease-in-out;
  -moz-transition: border 0.3s ease-in-out;
  -ms-transition: border 0.3s ease-in-out;
  -o-transition: border 0.3s ease-in-out;
  transition: border 0.3s ease-in-out;
  width: 100%;
  display: block;
  max-width: 900px;
  color: #1f1e1e;
  display: flex;
  align-items: center;
}
nav.n-main .e-search form:focus-within {
  border-color: #318731;
}
.osw nav.n-main .e-search form:focus-within {
  border-color: #81C4EE;
}
nav.n-main .e-search form input {
  font-size: 1.125rem;
  flex: 1;
  padding: 1.2rem 1.6rem;
  border: none;
}
nav.n-main .e-search form input::-webkit-input-placeholder {
  color: #1f1e1e;
}
nav.n-main .e-search form input:-moz-placeholder {
  /* Firefox 18- */
  color: #1f1e1e;
}
nav.n-main .e-search form input::-moz-placeholder {
  /* Firefox 19+ */
  color: #1f1e1e;
}
nav.n-main .e-search form input:-ms-input-placeholder {
  color: #1f1e1e;
}
nav.n-main .e-search form input::placeholder {
  color: #1f1e1e;
  opacity: 1;
}
nav.n-main .e-search form input[type=text]:focus {
  outline-width: 3px;
  outline-offset: 3px;
  background-color: white !important;
}
nav.n-main .e-search form button {
  font-size: 1.25rem;
  background: #007EB6;
  border: none;
  padding: 13px;
  margin: 0;
}
nav.n-main .e-search form button:before, nav.n-main .e-search form button:after {
  display: none;
}
nav.n-main .e-search form button:hover {
  color: #318731;
}
.osw nav.n-main .e-search form button:hover {
  color: #81C4EE;
}
nav.n-main .e-features {
  width: 100%;
  padding: 20px 0 0;
}
nav.n-main .e-features .container {
  width: 100%;
  max-width: 1400px;
  display: block;
  margin: 0 auto;
}
nav.n-main .e-features .item {
  width: 100%;
  float: left;
  position: relative;
  padding-left: 15px;
  padding-right: 15px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
@media (min-width: 0) {
  nav.n-main .e-features .item {
    width: 50%;
  }
}
@media (min-width: 768px) {
  nav.n-main .e-features .item {
    width: 50%;
  }
}
@media (min-width: 992px) {
  nav.n-main .e-features .item {
    width: 50%;
  }
}
@media (min-width: 1230px) {
  nav.n-main .e-features .item {
    width: 50%;
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media (min-width: 1460px) {
  nav.n-main .e-features .item {
    width: 50%;
  }
}
nav.n-main .e-features .item .inner {
  display: flex;
  flex-wrap: wrap;
  background: #ffffff;
}
nav.n-main .e-features .item .image {
  width: 100%;
  background: none;
  padding-bottom: 0;
}
nav.n-main .e-features .item .image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
nav.n-main .e-features .item .text {
  padding: 10px;
}
nav.n-main .e-features .item .text h3 {
  font-size: 1rem;
  margin-bottom: 0;
}
nav.n-main .e-features .item .text h3 a {
  color: #1f1e1e;
}
nav.n-main .e-features .item .text h3 a:hover {
  color: #007EB6;
}
.emsp nav.n-main .e-features .item .text h3 a:hover {
  color: #B11B83;
}
.enterprise nav.n-main .e-features .item .text h3 a:hover {
  color: #6C3685;
}
nav.n-main .e-features .item .text p {
  margin-top: 0;
}
nav.n-main .e-features .item .text .btn {
  display: none;
}
@media (min-width: 768px) {
  nav.n-main .e-features .item .inner {
    flex-wrap: nowrap;
  }
  nav.n-main .e-features .item .image {
    width: 20%;
  }
  nav.n-main .e-features .item .text {
    width: 80%;
    padding: 20px;
  }
}
@media (min-width: 992px) {
  nav.n-main .inner-wrapper {
    height: calc(100vh - 86px);
  }
  nav.n-main ul {
    display: flex;
    align-items: flex-start;
    max-width: 1460px;
    width: 100%;
    padding: 50px 0px 0;
    margin: 0 auto;
    min-height: 0;
    flex-shrink: 0;
  }
  nav.n-main ul li {
    padding: 0;
    margin-left: 30px;
    border: none;
    flex: 1;
  }
  nav.n-main ul li a {
    font-size: 1rem;
  }
  nav.n-main ul li a:hover {
    text-decoration: underline;
  }
  nav.n-main ul li .e-toggle {
    display: none;
  }
  nav.n-main ul li ul {
    display: block !important;
    margin: 15px 0 0;
    padding: 0;
    min-height: 0;
  }
  nav.n-main ul li ul li {
    padding: 0;
    margin: 15px 0;
  }
  nav.n-main ul li ul li a {
    font-size: 1rem;
    padding: 0;
    font-weight: 400;
  }
  nav.n-main ul li .e-toggle {
    display: none;
  }
  nav.n-main ul li a {
    padding: 0;
    display: inline-block;
  }
  nav.n-main .e-search {
    margin-top: auto;
    flex-shrink: 0;
    padding: 50px 0;
  }
  nav.n-main .e-features {
    flex-shrink: 0;
  }
  nav.n-main .e-features .container {
    padding: 0;
  }
  nav.n-main .e-features .item {
    display: flex;
  }
  nav.n-main .e-features .item .image {
    width: 335px;
  }
  nav.n-main .e-features .item .text {
    width: 100%;
    padding: 30px;
  }
  nav.n-main .e-features .item .text h3 {
    font-size: 1.5rem;
  }
  nav.n-main .e-features .item .text .btn {
    display: inline-block;
  }
}

.m-cardcomponent {
  width: 100%;
  float: left;
  position: relative;
  padding-left: 15px;
  padding-right: 15px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin-top: 20px;
}
@media (min-width: 0) {
  .m-cardcomponent {
    width: 100%;
  }
}
@media (min-width: 768px) {
  .m-cardcomponent {
    width: 50%;
  }
}
@media (min-width: 992px) {
  .m-cardcomponent {
    width: 25%;
  }
}
@media (min-width: 1230px) {
  .m-cardcomponent {
    width: 25%;
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media (min-width: 1460px) {
  .m-cardcomponent {
    width: 25%;
  }
}
.osw .m-cardcomponent .inner:hover .text .osw-link {
  color: #021859;
}
.osw .m-cardcomponent .inner .text .osw-link {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  font-size: 1.125rem;
  margin-top: 20px;
  color: #ffffff;
  display: block;
}
.osw .m-cardcomponent .inner .text .osw-link .fa {
  color: #81C4EE;
}
.osw .m-cardcomponent .inner .text:before {
  display: none;
}
.m-cardcomponent .inner {
  display: block;
  background: #ffffff;
  border: 1px solid #cdcecf;
  padding: 0;
  box-shadow: 0 0 0 rgba(0, 0, 0, 0);
  width: 100%;
  position: relative;
  font-weight: 400;
}
.profilenews .m-cardcomponent .inner {
  display: flex;
  flex-direction: column;
}
.profilenews .m-cardcomponent .inner .text {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .profilenews .m-cardcomponent .inner .text {
    flex: none;
  }
}
.m-cardcomponent .inner .image {
  overflow: hidden;
  width: 100%;
  position: relative;
}
.m-cardcomponent .inner .image img {
  transition: transform 0.3s ease-in-out;
  display: block;
  transform-origin: center;
  width: 100%;
}
.m-cardcomponent .inner .image .play {
  position: absolute;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  font-size: 2rem;
  width: 82px;
  height: 82px;
  border: 3px solid #ffffff;
  background: rgba(0, 0, 0, 0.2);
  border-radius: 41px;
  text-indent: 2px;
  color: #ffffff;
  text-align: center;
  text-decoration: none;
}
.m-cardcomponent .inner .image .summary {
  transition: all 0.5s cubic-bezier(0.7, 0, 0.3, 1);
  position: absolute;
  display: flex;
  align-content: center;
  justify-content: center;
  top: 100%;
  left: 0;
  height: 100%;
  width: 100%;
  text-align: center;
  display: none;
}
.m-cardcomponent .inner .image .summary:after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: #142143;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  opacity: 0.9;
}
.inverness .m-cardcomponent .inner .image .summary:after, .wes .m-cardcomponent .inner .image .summary:after {
  background: #007EB6;
}
.emsp .m-cardcomponent .inner .image .summary:after {
  background: #B11B83;
}
.enterprise .m-cardcomponent .inner .image .summary:after {
  background: #6C3685;
}
.outer-hebrides .m-cardcomponent .inner .image .summary:after {
  background: #263253;
}
.m-cardcomponent .inner .image .summary p {
  position: absolute;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  padding: 25px;
  color: #ffffff;
  font-weight: 400;
  z-index: 10;
  margin: 0;
  display: block;
  width: 100%;
}
.m-cardcomponent .inner .text {
  font-size: 1.25rem;
  padding: 25px 20px 20px;
  text-align: center;
  position: relative;
  color: #1f1e1e;
}
.m-cardcomponent .inner .text:before {
  font-size: 2rem;
  content: ">";
  text-align: center;
  width: 40px;
  height: 40px;
  border-radius: 20px;
  position: absolute;
  top: -20px;
  left: 50%;
  margin-left: -20px;
  text-indent: 2px;
  color: #ffffff;
  background: #23408f;
  transition: transform 0.2s cubic-bezier(0.7, 0.25, 0.46, 0.85);
}
.inverness .m-cardcomponent .inner .text:before, .wes .m-cardcomponent .inner .text:before {
  background: #007EB6;
}
.emsp .m-cardcomponent .inner .text:before {
  background: #B11B83;
}
.enterprise .m-cardcomponent .inner .text:before {
  background: #6C3685;
}
.m-cardcomponent .inner .text .osw-link {
  display: none;
}
.m-cardcomponent .inner .text .date {
  font-size: 0.875rem;
  margin-top: 20px;
  color: #23408f;
}
.m-cardcomponent .inner:hover {
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
}
.m-cardcomponent .inner:hover .image img {
  transition: transform 2s ease-in-out;
  transform: scale(1.05);
}
.m-cardcomponent .inner:hover .image .summary {
  top: 0;
}
.m-cardcomponent .inner:active .text:before {
  transform: scale(0.8);
}
@media (min-width: 768px) {
  .m-cardcomponent .inner .image .summary {
    display: block;
  }
}
@media (min-width: 1230px) {
  .m-cardcomponent {
    margin-top: 40px;
  }
}

.enterprise .m-cardlist.cardlist-basic .m-cardcomponentbasic .inner {
  background: #653278 !important;
}

.outer-hebrides .m-cardlist.cardlist-basic .m-cardcomponentbasic .inner {
  background: #263253 !important;
}
.outer-hebrides .m-cardlist.cardlist-basic .m-cardcomponentbasic:nth-child(even) .inner {
  background: #007FAD !important;
}
.outer-hebrides .carousel .m-cardcomponentbasic .inner {
  background: #263253 !important;
}
.outer-hebrides .carousel .m-cardcomponentbasic:nth-child(even) .inner {
  background: #007FAD !important;
}

.inverness .m-cardlist.cardlist-basic .m-cardcomponentbasic .inner,
.wes .m-cardlist.cardlist-basic .m-cardcomponentbasic .inner {
  background: #007DB2 !important;
}

.emsp .m-cardlist.cardlist-basic .m-cardcomponentbasic .inner {
  background: #B11B83 !important;
}

.osw .m-cardlist.cardlist-basic .m-cardcomponentbasic .inner {
  background: white !important;
  border: 1px solid #EEEEEE;
}
.osw .m-cardlist.cardlist-basic .m-cardcomponentbasic.three-col .inner {
  background: #007db2 !important;
  border: 1px solid #EEEEEE;
}

.m-listingitem {
  border: 1px solid #cdcecf;
  display: flex;
  flex-direction: column;
  position: relative;
  width: 100%;
}
.inverness .m-listingitem .e-image, .wes .m-listingitem .e-image, .enterprise .m-listingitem .e-image, .emsp .m-listingitem .e-image {
  display: block;
}
.inverness .m-listingitem .e-text, .wes .m-listingitem .e-text, .enterprise .m-listingitem .e-text, .emsp .m-listingitem .e-text {
  width: 100% !important;
}
.m-listingitem.news .e-image, .m-listingitem.report .e-image {
  min-height: 200px;
  background-position: center left;
  background-size: cover;
  background-repeat: no-repeat;
}
.m-listingitem.news .e-image {
  background-image: url("../images/news-item-default.jpg");
}
.m-listingitem.report .e-image {
  background-image: url("../images/report-item-default.jpg");
}
.m-listingitem .e-image {
  position: relative;
  padding-bottom: 0px;
  display: block;
}
.m-listingitem .e-image img {
  display: block;
  width: 100%;
}
.m-listingitem .e-image .e-data {
  position: absolute;
  top: 10px;
  left: 10px;
  display: flex;
  margin: 0;
  padding: 0;
}
.m-listingitem .e-image .e-data li {
  font-size: 0.75rem;
  font-weight: 600;
  margin: 0 5px 0 0;
  width: 20px;
  height: 20px;
  background: rgba(255, 255, 255, 0.5);
  display: flex;
  align-items: center;
  justify-content: center;
  color: #142143;
}
.m-listingitem .e-image .e-data li i {
  font-size: 0.5rem;
}
.m-listingitem .e-image .e-data li i.fa-arrow-down {
  border-bottom: 1px solid #23408f;
}
.m-listingitem .e-text {
  padding: 20px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.m-listingitem .e-text h3 {
  font-family: "Roboto", arial, sans-serif;
  text-transform: none;
}
.osw .m-listingitem .e-text h3 a {
  color: #115388;
}
.m-listingitem .e-text .buttons .btn {
  margin-top: 15px;
}
.m-listingitem .e-text .buttons .btn:first-child {
  margin-right: 10px;
}
.m-listingitem .e-map {
  display: none;
}
.m-listingitem .e-map img {
  width: 100%;
  display: block;
}
.m-listingitem .e-info {
  padding: 20px;
}
.m-listingitem .e-info .inner {
  padding: 20px 0;
  border-top: 1px solid #cdcecf;
}
.m-listingitem .e-info .inner p {
  color: #747774;
  margin-top: 10px;
}
.m-listingitem .e-amount {
  font-size: 1.25rem;
  width: 100%;
  padding: 15px;
  font-family: "Roboto", sans-serif;
  text-transform: uppercase;
  border-top: 1px solid #cdcecf;
}
@media (min-width: 500px) {
  .m-listingitem .e-text .buttons {
    display: block;
  }
}
@media (min-width: 768px) {
  .m-listingitem {
    margin-bottom: 60px;
    flex-direction: row;
    align-items: stretch;
    flex-wrap: wrap;
  }
  .m-listingitem .e-text {
    width: 100%;
  }
  .m-listingitem .e-text.full {
    width: 100%;
  }
  .m-listingitem .e-image {
    width: 295px;
  }
  .m-listingitem .e-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
  }
  .m-listingitem .e-info {
    width: 295px;
    display: flex;
    align-items: stretch;
    padding: 20px 0;
  }
  .m-listingitem .e-info .inner {
    padding: 0 20px;
    border-left: 1px solid #cdcecf;
    border-top: none;
    width: 100%;
  }
  .m-listingitem .e-amount {
    font-size: 2rem;
  }
}
@media (min-width: 1230px) {
  .m-listingitem .e-text {
    padding: 30px;
  }
  .m-listingitem .e-text .buttons {
    margin-top: 50px;
  }
  .m-listingitem .e-text .buttons .btn + .btn {
    margin-left: 15px;
  }
}

.m-textmediaslim + .m-formpicker {
  padding-top: 0;
}
.m-textmediaslim[class*=background-] .e-text {
  color: white;
}
.m-textmediaslim[class*=background-] .e-text a, .m-textmediaslim[class*=background-] .e-text h1, .m-textmediaslim[class*=background-] .e-text h2 {
  color: white;
}
.m-textmediaslim[class*=background-] .e-media .caption {
  color: white !important;
}
.m-textmediaslim .row {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
}
.m-textmediaslim .row:after, .m-textmediaslim .row:before {
  display: none;
}
.m-textmediaslim .e-media,
.m-textmediaslim .e-text {
  width: 100%;
  float: left;
  position: relative;
  padding-left: 15px;
  padding-right: 15px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  float: none;
}
@media (min-width: 0) {
  .m-textmediaslim .e-media,
  .m-textmediaslim .e-text {
    width: 100%;
  }
}
@media (min-width: 768px) {
  .m-textmediaslim .e-media,
  .m-textmediaslim .e-text {
    width: 50%;
  }
}
@media (min-width: 992px) {
  .m-textmediaslim .e-media,
  .m-textmediaslim .e-text {
    width: 50%;
  }
}
@media (min-width: 1230px) {
  .m-textmediaslim .e-media,
  .m-textmediaslim .e-text {
    width: 50%;
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media (min-width: 1460px) {
  .m-textmediaslim .e-media,
  .m-textmediaslim .e-text {
    width: 50%;
  }
}
.m-textmediaslim .e-media {
  order: 1;
  margin-bottom: 20px;
}
.m-textmediaslim .e-media .image {
  position: relative;
}
.m-textmediaslim .e-media .image img {
  display: block;
}
.m-textmediaslim .e-media .image .play {
  position: absolute;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  transition: all 0.2s ease-in-out;
  width: 60px;
  height: 60px;
  border: 2px solid #ffffff;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 30px;
  color: #ffffff;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  text-indent: 2px;
  transform-origin: center;
  z-index: 10;
  text-decoration: none;
}
.m-textmediaslim .e-media .image .play:before {
  content: "";
  width: 100%;
  display: block;
  height: 100%;
  border-radius: 50%;
  background: #23408f;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%) scale(0);
  transform-origin: center;
  transition: transform 0.3s cubic-bezier(0.7, 0.25, 0.46, 0.85);
  z-index: -10;
}
.m-textmediaslim .e-media .image .play span {
  font-size: 0;
  position: relative;
  height: 0;
  overflow: none;
}
.m-textmediaslim .e-media .image .play:hover {
  cursor: pointer;
}
.m-textmediaslim .e-media .image .play:hover:before {
  transform: translate(-50%, -50%) scale(1.1);
}
.m-textmediaslim .e-media p.caption {
  font-size: 0.875rem;
  margin-top: 5px;
}
.m-textmediaslim .e-text {
  order: 2;
}
@media (min-width: 768px) {
  .m-textmediaslim .e-media {
    margin-bottom: 0;
  }
  .m-textmediaslim.image-right .e-media {
    order: 2;
  }
  .m-textmediaslim.image-right .e-text {
    order: 1;
  }
}

.m-threecolumnpanel {
  padding: 50px 0 0;
}
.m-threecolumnpanel .container {
  display: flex;
  flex-wrap: wrap;
}
.m-threecolumnpanel[class*=background-] {
  color: #fff;
}
.m-threecolumnpanel[class*=background-] h2 {
  color: #fff;
}
.m-threecolumnpanel[class*=background-] .three-column-items .item a:not(:focus-visible) {
  color: #fff;
}
.m-threecolumnpanel[class*=background-] .three-column-items .item a:not(:focus-visible):before {
  color: white;
}
.inverness .m-threecolumnpanel[class*=background-] .three-column-items .item a:not(:focus-visible):before, .wes .m-threecolumnpanel[class*=background-] .three-column-items .item a:not(:focus-visible):before {
  color: white;
}
.emsp .m-threecolumnpanel[class*=background-] .three-column-items .item a:not(:focus-visible):before {
  color: white;
}
.enterprise .m-threecolumnpanel[class*=background-] .three-column-items .item a:not(:focus-visible):before {
  color: white;
}
.osw .m-threecolumnpanel[class*=background-] .three-column-items .item a:not(:focus-visible):before {
  color: white;
}
.m-threecolumnpanel[class*=background-] .three-column-items .item h3 {
  color: #fff;
}
.m-threecolumnpanel .inner {
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .m-threecolumnpanel .inner {
    margin-bottom: 50px;
  }
}
.m-threecolumnpanel .text {
  width: 100%;
  float: left;
  position: relative;
  padding-left: 15px;
  padding-right: 15px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  float: none;
  text-align: center;
  order: 2;
}
@media (min-width: 0) {
  .m-threecolumnpanel .text {
    width: 100%;
  }
}
@media (min-width: 768px) {
  .m-threecolumnpanel .text {
    width: 100%;
  }
}
@media (min-width: 992px) {
  .m-threecolumnpanel .text {
    width: 75%;
  }
}
@media (min-width: 1230px) {
  .m-threecolumnpanel .text {
    width: 75%;
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media (min-width: 1460px) {
  .m-threecolumnpanel .text {
    width: 75%;
  }
}
@media (max-width: 992px) {
  .m-threecolumnpanel .text {
    order: 2;
  }
}
.m-threecolumnpanel .media {
  width: 100%;
  float: left;
  position: relative;
  padding-left: 15px;
  padding-right: 15px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  order: 1;
}
@media (min-width: 0) {
  .m-threecolumnpanel .media {
    width: 100%;
  }
}
@media (min-width: 768px) {
  .m-threecolumnpanel .media {
    width: 100%;
  }
}
@media (min-width: 992px) {
  .m-threecolumnpanel .media {
    width: 25%;
  }
}
@media (min-width: 1230px) {
  .m-threecolumnpanel .media {
    width: 25%;
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media (min-width: 1460px) {
  .m-threecolumnpanel .media {
    width: 25%;
  }
}
@media (max-width: 992px) {
  .m-threecolumnpanel .media {
    order: 2;
    width: 50%;
    margin: 0 auto;
  }
}
.m-threecolumnpanel .three-column-items {
  display: flex;
}
@media (max-width: 992px) {
  .m-threecolumnpanel .three-column-items {
    flex-direction: column;
  }
}
.m-threecolumnpanel .three-column-items .item {
  width: 33.333333333%;
  margin-left: 40px;
}
.m-threecolumnpanel .three-column-items .item:first-child {
  margin-left: 0;
}
@media (max-width: 992px) {
  .m-threecolumnpanel .three-column-items .item {
    width: 100%;
    margin-left: 0;
    margin-bottom: 50px;
  }
}
.m-threecolumnpanel .three-column-items .item a {
  padding-bottom: 0;
  position: relative;
  font-weight: 400;
  padding-left: 20px;
  display: inline-block;
}
.m-threecolumnpanel .three-column-items .item a:before {
  font-size: 1.25rem;
  content: ">";
  position: absolute;
  top: 0;
  left: 0px;
  transition: all 0.3s ease-in-out;
}
.inverness .m-threecolumnpanel .three-column-items .item a:before, .wes .m-threecolumnpanel .three-column-items .item a:before {
  color: #007EB6;
}
.emsp .m-threecolumnpanel .three-column-items .item a:before {
  color: #B11B83;
}
.enterprise .m-threecolumnpanel .three-column-items .item a:before {
  color: #6C3685;
}
.osw .m-threecolumnpanel .three-column-items .item a:before {
  color: #81C4EE;
}
.m-threecolumnpanel .three-column-items .item a:hover {
  color: #23408f;
}
@media (min-width: 992px) {
  .m-threecolumnpanel {
    padding: 80px 0;
  }
  .m-threecolumnpanel .text {
    text-align: left;
  }
}
@media (min-width: 1230px) {
  .m-threecolumnpanel {
    padding: 80px 0;
  }
}

.m-fullwidthtext {
  padding-top: 30px;
  padding-bottom: 30px;
}
@media (min-width: 992px) {
  .m-fullwidthtext {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}
.m-fullwidthtext + .m-formpicker {
  padding: 0;
}

/*************************************************
 * Base / Desktop Styles
 *************************************************/
/* Body rule to hide any page-level scrollbar when viewing an OSW Details Panel */
body.is-osw-details-panel-active {
  overflow: hidden;
}

/* Start of BLOCK: osw-milestone-map */
.osw-milestone-map {
  background-color: #dff1fb;
  padding-top: 6rem;
  padding-bottom: 6rem;
  /* ELEMENT - mobile-nav */
}
.osw-milestone-map h1 {
  font-size: 2.8rem;
  line-height: 4.2rem;
}
.osw-milestone-map__mobile-nav {
  display: none;
}
.osw-milestone-map__wrapper {
  margin-top: 3.2rem;
  margin-bottom: 3.2rem;
  display: flex;
  width: 100%;
  flex-direction: row;
  background-color: #ffffff;
}
.osw-milestone-map__leaflet {
  width: 50%;
  height: 500px;
  background-color: #021859 !important;
  box-sizing: border-box;
  position: relative;
  /*************************************************
   * Leaflet Component Re-styling
   *************************************************/
}
.osw-milestone-map__leaflet .leaflet-control {
  margin-left: 20px !important;
  margin-bottom: 20px !important;
}
.osw-milestone-map__leaflet .leaflet-control-zoom-in {
  margin-bottom: 5px !important;
}
.osw-milestone-map__leaflet .leaflet-control-zoom-in,
.osw-milestone-map__leaflet .leaflet-control-zoom-out {
  border: 2px solid #6ac4f0 !important; /* Light blue border */
  background-color: #020d12 !important; /* Dark background */
  color: #fff !important; /* White + and - symbols */
  font-size: 19px !important; /* Slightly larger text */
  width: 24px !important; /* Adjust button width */
  height: 24px !important; /* Adjust button height */
  line-height: 17px !important; /* Centers the + and - */
  text-align: center !important;
  cursor: pointer !important;
}
.osw-milestone-map__leaflet .leaflet-control-zoom-in:hover,
.osw-milestone-map__leaflet .leaflet-control-zoom-out:hover {
  background-color: #041820 !important; /* Slightly lighter background on hover */
  border-color: #89dff5 !important; /* Slightly lighter border */
}
.osw-milestone-map__leaflet__is-loading {
  opacity: 0;
}
.osw-milestone-map__leaflet-item-name {
  display: none;
  position: absolute;
  top: 16px;
  left: 16px;
  background: #020d12;
  border: 2px solid #6ac4f0;
  color: #fff;
  padding: 16px;
  font-size: 16px;
  z-index: 1000;
}
.osw-milestone-map__leaflet-key {
  position: absolute;
  bottom: 20px;
  right: 20px;
  background: #020d12;
  border: 2px solid #6ac4f0;
  color: #fff;
  padding: 10px 15px;
  border-radius: 0;
  font-size: 14px;
  z-index: 900;
}
.osw-milestone-map__leaflet-key ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.osw-milestone-map__leaflet-key li {
  display: flex;
  align-items: center;
  margin-bottom: 5px;
  font-size: 14px;
  color: #fff;
}
.osw-milestone-map__leaflet-key li:last-child {
  margin-bottom: 0;
}
.osw-milestone-map__leaflet-key .key-color {
  width: 20px;
  height: 20px;
  display: inline-block;
  margin-right: 10px;
}
.osw-milestone-map__leaflet-key .key-color--fixed {
  background-color: #90e4d6;
}
.osw-milestone-map__leaflet-key .key-color--floating {
  background-color: #6ac4f0;
}
.osw-milestone-map__leaflet-key .key-color--mixed {
  background-color: #eda68c;
}
.osw-milestone-map__data-table {
  border: 0;
  height: 500px;
  overflow-y: scroll;
  width: 50%;
  min-width: 50%;
  max-width: 50%;
  box-sizing: border-box;
  display: block;
}
.osw-milestone-map__data-table__is-loading {
  opacity: 0;
}
.osw-milestone-map__data-table thead tr th {
  background-color: #020d12;
  color: #ffffff;
  border: 0;
  font-size: 1.1rem;
  text-align: left;
  vertical-align: top;
}
.osw-milestone-map__data-table tbody tr:nth-child(odd) td,
.osw-milestone-map__data-table tbody tr:nth-child(odd) th {
  background-color: #ffffff;
}
.osw-milestone-map__data-table tbody tr:nth-child(even) td,
.osw-milestone-map__data-table tbody tr:nth-child(even) th {
  background-color: #f7f7f7;
}
.osw-milestone-map__data-table tbody tr th,
.osw-milestone-map__data-table tbody tr td {
  color: #021859;
  border: 0;
  font-size: 1rem;
  font-weight: normal;
  vertical-align: top;
  text-align: left;
  padding: 5px 10px;
}
.osw-milestone-map__data-table tbody tr th:nth-child(1),
.osw-milestone-map__data-table tbody tr td:nth-child(1) {
  font-weight: 600;
}
.osw-milestone-map__data-table tbody tr th button,
.osw-milestone-map__data-table tbody tr td button {
  color: #0e7eb6;
  border: 0;
  background: none;
  text-decoration: underline;
  padding: 0;
  margin: 0;
  text-align: left;
}
.osw-milestone-map__data-table tbody tr th button span.additional-info,
.osw-milestone-map__data-table tbody tr td button span.additional-info {
  visibility: hidden;
}

/* Sliding Panel */
.osw-milestone-map__details-panel {
  position: fixed;
  top: 0;
  right: -60vw;
  width: 50vw;
  height: 100vh;
  background: #fff;
  color: #020d12;
  padding: 20px;
  overflow-y: auto;
  transition: right 0.4s ease-in-out;
  z-index: 9500;
}
.osw-milestone-map__details-panel.active {
  box-shadow: -4px 0 10px rgba(0, 0, 0, 0.3);
  right: 0; /* Slide into view */
}
.osw-milestone-map__details-panel-close-btn {
  color: #007eb6;
  display: block;
  text-align: right;
  font-size: 1.2rem;
  text-decoration: none;
  cursor: pointer;
  margin-bottom: 15px;
  background: none;
  border: 0;
}
.osw-milestone-map__details-panel-close-btn svg {
  width: 38px;
  height: 38px;
  color: #007eb6;
}
.osw-milestone-map__details-panel h3 {
  font-size: 2rem;
  line-height: 2rem;
  margin: 2rem 0;
  color: #1f1e1e;
  font-family: "Quatro", arial, sans-serif;
}
.osw-milestone-map__details-panel dl {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  row-gap: 2rem;
}
.osw-milestone-map__details-panel dl dt {
  color: #021859;
  font-weight: bold;
  width: 35%;
  font-family: "Roboto", arial, sans-serif;
}
.osw-milestone-map__details-panel dl dd {
  width: 65%;
  color: #021859;
  margin: 0;
  padding-left: 15px;
}
.osw-milestone-map__details-panel dl.subList {
  row-gap: 0.3rem;
  margin-top: 0.1rem;
}
.osw-milestone-map__details-panel dl.subList dt {
  font-weight: normal;
  font-family: "Roboto", arial, sans-serif;
}
.osw-milestone-map__details-panel h4 {
  color: #021859;
  font-weight: bold;
  font-size: 1.1rem;
  margin-top: 3rem;
  font-family: "Roboto", arial, sans-serif;
}
.osw-milestone-map__details-panel .milestonesWrapper {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  row-gap: 5px;
}
.osw-milestone-map__details-panel .milestonesWrapper h5 {
  margin-top: 1rem;
  font-family: "Quatro", arial, sans-serif;
  font-size: 1.1rem;
  margin-bottom: 0.2rem;
  color: #666666;
}
.osw-milestone-map__details-panel .milestonesWrapper ul {
  list-style: none;
}
.osw-milestone-map__details-panel .milestonesWrapper ul li {
  font-size: 1.1rem;
  margin-bottom: 0.2rem;
  color: #666666;
}
.osw-milestone-map__details-panel .milestonesWrapper ul li.achieved {
  color: #021859;
}
.osw-milestone-map__details-panel .milestonesWrapper ul li span.check {
  display: inline-block;
  transform: rotate(45deg);
  height: 1.1rem;
  width: 0.75rem;
  border-bottom: 0.25rem solid #6ac4f0;
  border-right: 0.25rem solid #6ac4f0;
  margin-left: -1.5em;
  margin-right: 1em;
}
.osw-milestone-map__details-panel .milestonesWrapper .onshoreMilestones,
.osw-milestone-map__details-panel .milestonesWrapper .offshoreMilestones {
  width: 50%;
}
.osw-milestone-map__details-panel ul.externalDocLinks {
  list-style: none;
  padding: 0;
  margin: 2rem 0;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  row-gap: 5px;
}
.osw-milestone-map__details-panel ul.externalDocLinks li {
  width: 33%;
}
.osw-milestone-map__details-panel ul.keyActivities {
  padding-left: 18px;
}
.osw-milestone-map__details-panel ul.keyActivities li {
  margin-bottom: 5px;
}

.osw-milestone-map__loading-spinner {
  position: fixed;
  top: calc(50% - 1.625rem);
  left: calc(50% - 1.625rem);
  display: block;
  width: 3.25rem;
  height: 3.25rem;
}
.osw-milestone-map__loading-spinner.hidden {
  display: none;
}
.osw-milestone-map__loading-spinner-core {
  border: 4px solid #115388;
  border-top: 4px solid #dff1fb;
  border-radius: 50%;
  width: 100%;
  height: 100%;
  animation: spin 1s linear infinite;
}
@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

/*************************************************
 * Mobile-specific Styling Rules
 *************************************************/
@media (max-width: 768px) {
  .osw-milestone-map {
    padding-top: 3rem;
  }
  .osw-milestone-map h1 {
    font-size: 1.8rem;
  }
  .osw-milestone-map__wrapper {
    flex-direction: column;
    margin-top: 2rem;
    margin-bottom: 2rem;
  }
  .osw-milestone-map__mobile-nav {
    display: flex;
    margin-top: 3.2rem;
    background: #fff;
    align-items: center;
    justify-content: center;
    gap: 0;
    padding: 1.2rem;
  }
  .osw-milestone-map__mobile-nav button {
    width: 25%;
    padding: 0.5rem;
    margin: 0.5rem 1rem;
    border: 0;
    background-color: #fff;
  }
  .osw-milestone-map__mobile-nav button svg {
    color: #6ac4f0;
    margin: 0.3rem;
    width: 2.9rem;
    height: 2.9rem;
  }
  .osw-milestone-map__mobile-nav__is-active {
    background-color: #dff1fb !important;
  }
  .osw-milestone-map__leaflet {
    width: 100% !important;
    height: calc(100dvh - 355px);
    display: none;
  }
  .osw-milestone-map__leaflet__is-active {
    display: block !important;
  }
  .osw-milestone-map__data-table {
    width: 100%;
    min-width: 100%;
    max-width: 100%;
    height: auto;
    overflow-y: auto;
    visibility: hidden;
    display: none;
  }
  .osw-milestone-map__data-table__is-active {
    display: table !important;
  }
  .osw-milestone-map__data-table thead {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border-width: 0;
  }
  .osw-milestone-map__data-table tr,
  .osw-milestone-map__data-table td,
  .osw-milestone-map__data-table tbody th {
    position: static;
    display: block;
    overflow: visible;
    visibility: visible;
    width: 100%;
  }
  .osw-milestone-map__data-table tbody th,
  .osw-milestone-map__data-table tbody td {
    display: grid;
    grid-template-columns: 100px 1fr;
    gap: 2.5rem;
    width: 100%;
    padding: 0.25rem 0;
    text-align: left;
  }
  .osw-milestone-map__data-table tbody th:before,
  .osw-milestone-map__data-table tbody td:before {
    content: attr(data-thead);
    font-weight: bold;
    text-align: right;
  }
  .osw-milestone-map__details-panel {
    width: 100vw;
    right: -100vw;
    border: 15px solid #021859;
  }
  .osw-milestone-map__details-panel.active {
    right: 0;
  }
  .osw-milestone-map__details-panel .milestonesWrapper {
    flex-direction: column;
  }
  .osw-milestone-map__details-panel .milestonesWrapper .onshoreMilestones,
  .osw-milestone-map__details-panel .milestonesWrapper .offshoreMilestones {
    width: 100% !important;
  }
}
.bg-purple {
  background-color: #653278;
  color: white;
}
.bg-purple a:not(.btn, .play):not(:focus-visible) {
  color: inherit;
}

.bg-magenta {
  background-color: #B11B83;
  color: white;
}
.bg-magenta a:not(.btn, .play):not(:focus-visible) {
  color: inherit;
}

.bg-teal {
  background-color: #008290;
  color: white;
}
.bg-teal a:not(.btn, .play):not(:focus-visible) {
  color: inherit;
}

.bg-deepblue {
  background-color: #008290;
  color: white;
}
.bg-deepblue a:not(.btn, .play):not(:focus-visible) {
  color: inherit;
}

.bg-grey {
  background-color: #52555B;
  color: white;
}
.bg-grey a:not(.btn, .play):not(:focus-visible) {
  color: inherit;
}

.bg-light-grey {
  background-color: #EFEFF0;
  color: inherit;
}
.bg-light-grey a:not(.btn, .play):not(:focus-visible) {
  color: inherit;
}

.bg-lightgrey {
  background-color: #EFEFF0;
  color: inherit;
}
.bg-lightgrey a:not(.btn, .play):not(:focus-visible) {
  color: inherit;
}

.bg-deepgreen {
  background-color: #75791D;
  color: white;
}
.bg-deepgreen a:not(.btn, .play):not(:focus-visible) {
  color: inherit;
}

.bg-deeppink {
  background-color: #B11B83;
  color: white;
}
.bg-deeppink a:not(.btn, .play):not(:focus-visible) {
  color: inherit;
}

.bg-orange {
  background-color: #C94F08;
  color: white;
}
.bg-orange a:not(.btn, .play):not(:focus-visible) {
  color: inherit;
}

.bg-green {
  background-color: #318731;
  color: white;
}
.bg-green a:not(.btn, .play):not(:focus-visible) {
  color: inherit;
}

.bg-sage {
  background-color: #75791D;
  color: white;
}
.bg-sage a:not(.btn, .play):not(:focus-visible) {
  color: inherit;
}

.bg-blue {
  background-color: #23408F;
  color: white;
}
.bg-blue a:not(.btn, .play):not(:focus-visible) {
  color: inherit;
}

.bg-darkblue {
  background-color: #142143;
  color: white;
}
.bg-darkblue a:not(.btn, .play):not(:focus-visible) {
  color: inherit;
}

.bg-dark-blue {
  background-color: #142143;
  color: white;
}
.bg-dark-blue a:not(.btn, .play):not(:focus-visible) {
  color: inherit;
}

.bg-light-blue {
  background-color: #007DB2;
  color: white;
}
.bg-light-blue a:not(.btn, .play):not(:focus-visible) {
  color: inherit;
}

.bg-lightblue {
  background-color: #007DB2;
  color: white;
}
.bg-lightblue a:not(.btn, .play):not(:focus-visible) {
  color: inherit;
}

.bg-blue-tint {
  background-color: #E8EBF4;
  color: inherit;
}
.bg-blue-tint a:not(.btn, .play):not(:focus-visible) {
  color: inherit;
}

.bg-bluetint {
  background-color: #E8EBF4;
  color: inherit;
}
.bg-bluetint a:not(.btn, .play):not(:focus-visible) {
  color: inherit;
}

.bg-white {
  background-color: #ffffff;
  color: inherit;
}
.bg-white a:not(.btn, .play):not(:focus-visible) {
  color: inherit;
}

.bg-slate {
  background-color: #1f1e1e;
  color: white;
}
.bg-slate a:not(.btn, .play):not(:focus-visible) {
  color: inherit;
}

.background-dark-blue {
  background-color: #142143;
  color: white;
}
.background-dark-blue a:not(.btn) {
  color: inherit;
}
.background-dark-blue a:not(.btn):focus-visible {
  color: #142143 !important;
}

.text-dark-blue {
  color: #142143;
}

.background-darkblue {
  background-color: #142143;
  color: white;
}
.background-darkblue a:not(.btn) {
  color: inherit;
}
.background-darkblue a:not(.btn):focus-visible {
  color: #142143 !important;
}

.text-darkblue {
  color: #142143;
}

.background-purple {
  background-color: #653278;
  color: white;
}
.background-purple a:not(.btn) {
  color: inherit;
}
.background-purple a:not(.btn):focus-visible {
  color: #142143 !important;
}

.text-purple {
  color: #653278;
}

.background-green {
  background-color: #46763C;
  color: white;
}
.background-green a:not(.btn) {
  color: inherit;
}
.background-green a:not(.btn):focus-visible {
  color: #142143 !important;
}

.text-green {
  color: #46763C;
}

.background-deepgreen {
  background-color: #75791D;
  color: white;
}
.background-deepgreen a:not(.btn) {
  color: inherit;
}
.background-deepgreen a:not(.btn):focus-visible {
  color: #142143 !important;
}

.text-deepgreen {
  color: #75791D;
}

.background-orange {
  background-color: #C94F08;
  color: white;
}
.background-orange a:not(.btn) {
  color: inherit;
}
.background-orange a:not(.btn):focus-visible {
  color: #142143 !important;
}

.text-orange {
  color: #C94F08;
}

.background-blue {
  background-color: #23408f;
  color: white;
}
.background-blue a:not(.btn) {
  color: inherit;
}
.background-blue a:not(.btn):focus-visible {
  color: #142143 !important;
}

.text-blue {
  color: #23408f;
}

.background-pink {
  background-color: #E5007D;
  color: white;
}
.background-pink a:not(.btn) {
  color: inherit;
}
.background-pink a:not(.btn):focus-visible {
  color: #142143 !important;
}

.text-pink {
  color: #E5007D;
}

.background-deepblue {
  background-color: #008290;
  color: white;
}
.background-deepblue a:not(.btn) {
  color: inherit;
}
.background-deepblue a:not(.btn):focus-visible {
  color: #142143 !important;
}

.text-deepblue {
  color: #008290;
}

.background-deeppink {
  background-color: #B11B83;
  color: white;
}
.background-deeppink a:not(.btn) {
  color: inherit;
}
.background-deeppink a:not(.btn):focus-visible {
  color: #142143 !important;
}

.text-deeppink {
  color: #B11B83;
}

.background-grey {
  background-color: #52555B;
  color: white;
}
.background-grey a:not(.btn) {
  color: inherit;
}
.background-grey a:not(.btn):focus-visible {
  color: #142143 !important;
}

.text-grey {
  color: #52555B;
}

.background-white {
  background-color: #ffffff;
  color: inherit;
}
.background-white a:not(.btn) {
  color: inherit;
}
.background-white a:not(.btn):focus-visible {
  color: #142143 !important;
}

.text-white {
  color: #ffffff;
}

.background-green {
  background-color: #318731;
  color: white;
}
.background-green a:not(.btn) {
  color: inherit;
}
.background-green a:not(.btn):focus-visible {
  color: #142143 !important;
}

.text-green {
  color: #318731;
}

.background-lightgrey {
  background-color: #EFEFF0;
  color: inherit;
}
.background-lightgrey a:not(.btn) {
  color: inherit;
}
.background-lightgrey a:not(.btn):focus-visible {
  color: #142143 !important;
}

.text-lightgrey {
  color: #EFEFF0;
}

.background-light-blue {
  background-color: #007DB2;
  color: white;
}
.background-light-blue a:not(.btn) {
  color: inherit;
}
.background-light-blue a:not(.btn):focus-visible {
  color: #142143 !important;
}

.text-light-blue {
  color: #007DB2;
}

.background-lightblue {
  background-color: #007DB2;
  color: white;
}
.background-lightblue a:not(.btn) {
  color: inherit;
}
.background-lightblue a:not(.btn):focus-visible {
  color: #142143 !important;
}

.text-lightblue {
  color: #007DB2;
}

.background-bluetint {
  background-color: #E8EBF4;
  color: inherit;
}
.background-bluetint a:not(.btn) {
  color: inherit;
}
.background-bluetint a:not(.btn):focus-visible {
  color: #142143 !important;
}

.text-bluetint {
  color: #E8EBF4;
}

.background-slate {
  background-color: #1f1e1e;
  color: white;
}
.background-slate a:not(.btn) {
  color: inherit;
}
.background-slate a:not(.btn):focus-visible {
  color: #142143 !important;
}

.text-slate {
  color: #1f1e1e;
}

.bg-img {
  color: white;
}

.bg-myhie-grad {
  background: rgb(101, 50, 120);
  background: linear-gradient(180deg, rgb(101, 50, 120) 0%, rgb(20, 33, 67) 100%);
  color: white;
}

.flex {
  display: flex;
}

.flex-row {
  display: flex;
  align-items: center;
  gap: 1rem;
}

.flex-column {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

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

.gap-xs {
  gap: 0.25rem;
}

.flow > * + * {
  margin-block-start: 1rem;
}

.flow-xs > * + * {
  margin-block-start: 0.75rem;
}

.flow-m > * + * {
  margin-block-start: clamp(1.125rem, 0.8901rem + 1.1745vi, 2rem);
}

.flow-l > * + * {
  margin-block-start: clamp(1.5rem, 1.2315rem + 1.3423vi, 2.5rem);
}

.flow-xl > * + * {
  margin-block-start: clamp(1.5rem, 3.214vw + 0.857rem, 3.75rem);
}

*:hover:focus-visible,
:focus-visible {
  box-shadow: 0 2px #152043;
  outline: 3px solid transparent;
  outline-offset: -1px;
  background: #fdd522;
  color: #152043;
  text-decoration: none;
  transition: none;
}

.m-0 {
  margin: 0 !important;
}

.mt-0 {
  margin-top: 0 !important;
}

.mt-1 {
  margin-top: 1rem !important;
}

.mb-0 {
  margin-bottom: 0 !important;
}

.mt-2 {
  margin-top: 2rem;
}

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

.ml-1 {
  margin-left: 1rem;
}

.ml-2 {
  margin-left: 2rem;
}

.mr-1 {
  margin-right: 1rem;
}

.mr-2 {
  margin-right: 2rem;
}

.ml-auto {
  margin-left: auto;
}

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

.mt-auto {
  margin-top: auto;
}

.p-25 {
  padding: 2.5rem;
}

.p-0 {
  padding: 0 !important;
}

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

.font-scale-s {
  font-size: 1.125rem;
}

.font-scale-m {
  font-size: 1.25rem;
}

.font-scale-l {
  font-size: 1.563rem;
}

.font-scale-xl {
  font-size: 1.875rem;
}

.text-scale-xxl {
  font-size: 2.5rem;
}

.text-scale-giant {
  font-size: 2.5rem;
}
@media (min-width: 48em) {
  .text-scale-giant {
    font-size: 3.125rem;
  }
}

.text-scale-xl {
  font-size: 1.875rem;
}

.text-scale-large {
  font-size: 1.563rem;
}

.text-scale-medium {
  font-size: 1.25rem;
}

.text-scale-small {
  font-size: 1.125rem;
}

.text-scale-base {
  font-size: 1rem;
}

.text-scale-xs {
  font-size: 0.875rem;
}

.text-uppercase {
  text-transform: uppercase;
}

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

.leading-base {
  line-height: 1.5;
}

.leading-tight {
  line-height: 1.1;
}

.leading-heading {
  line-height: 1.25;
}

.text-colour-lightest {
  color: #6B6B6B;
}

.lede {
  font-size: 1.75rem;
}
.osw .lede {
  color: #115388;
}

.boxed-content {
  display: inline-block;
  padding: 1.4rem;
  background: rgba(0, 0, 0, 0.65);
  color: white;
}
.boxed-content--heading {
  padding: 0.5rem 1.4rem 0.7rem;
}

.blinking-cursor {
  font-weight: 100;
  font-size: 30px;
  color: #2e3d48;
  -webkit-animation: 1s blink step-end infinite;
  -moz-animation: 1s blink step-end infinite;
  -ms-animation: 1s blink step-end infinite;
  -o-animation: 1s blink step-end infinite;
  animation: 1s blink step-end infinite;
}

.img-responsive {
  display: block;
  width: 100%;
}

.rounded-block {
  border-radius: 1.5rem;
  overflow: hidden;
}

.hidden,
[hidden] {
  display: none !important;
}

.visually-hidden {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  white-space: nowrap;
  width: 1px;
}

@media (max-width: 63.99em) {
  .hide-to-medium {
    display: none !important;
  }
}

.hide-to-large {
  display: none;
}
@media (min-width: 80em) {
  .hide-to-large {
    display: block !important;
  }
}

@media (min-width: 64em) {
  .show-to-medium {
    display: none !important;
  }
}

.allow-overflow {
  overflow: initial;
}

.overflow-hidden {
  overflow: hidden;
}

.relative {
  position: relative;
  z-index: 1;
}

.max-width-xs {
  max-width: 33.75em;
}

.max-width-s {
  max-width: 48em;
}

.max-width-m {
  max-width: 64em;
}

.width-100 {
  width: 100%;
}

.e-navigation .slick-slide:focus {
  background-color: white;
}
.e-navigation .slick-slide:focus button {
  color: #152043;
}

.mfp-wrap:focus {
  background: #23408f !important;
}

.skip-link {
  position: fixed;
  display: block;
  margin: 0;
  padding: 14px;
  left: 0.75rem;
  top: -100%;
  font-weight: 500;
  text-align: center;
  transition: top 0.3s;
  z-index: 100001;
  box-shadow: 0 2px #152043;
  outline: 3px solid transparent;
  outline-offset: -1px;
  background: #fdd522;
  color: #152043;
  text-decoration: none;
  transition: none;
}
.skip-link:focus {
  top: 0.75rem;
}
