@-webkit-keyframes animation--bounce {
  0%,
  10%,
  20%,
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  5% {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
  }
  15% {
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px);
  }
}
@keyframes animation--bounce {
  0%,
  10%,
  20%,
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  5% {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
  }
  15% {
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px);
  }
}
.animation--bounce {
  -webkit-animation-duration: 3s;
  animation-duration: 3s;
  -webkit-animation-name: animation--bounce;
  animation-name: animation--bounce;
}
.animation--infinite {
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}
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:not([controls]) {
  display: none;
  height: 0;
}
[hidden],
template {
  display: none;
}
a {
  background-color: transparent;
}
a:active,
a:hover {
  outline: 0;
}
abbr[title] {
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
}
b,
strong {
  font-weight: bold;
}
dfn {
  font-style: italic;
}
h1,
.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 {
  -webkit-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;
  padding:.95em;
}
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"] {
  -webkit-box-sizing: border-box;
  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: none;
  -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: 0;
  margin: 0;
  padding: 0;
}
legend {
  border: 0;
  padding: 0;
  white-space: normal;
}
textarea {
  overflow: auto;
}
optgroup {
  font-weight: bold;
}

html {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font: 1em / 1.5 "Asap", sans-serif;
  margin: 0;
  min-height: 100%;
}
body {
  color: #343e46;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  min-height: 100vh;
  overflow-x: hidden;
  padding-top: 0;
  width: 100%;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  body {
    display: block;
  }
}
html,
body {
  max-width: 100%;
  min-height: 100vh;
}
* {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
}
*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
blockquote,
dl,
dd,
ol,
ul,
h1,
.h1,
h2,
.h2,
h3,
.form__heading,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6,
p,
pre,
fieldset,
hr {
  margin: 0;
}
fieldset,
ol,
ul {
  padding: 0;
}
iframe,
fieldset {
  border: 0;
}
[tabindex]:focus {
  outline: 3px solid #1e5d4d;
}
[tabindex="-1"]:focus {
  outline: none;
}
strong {
  font-weight: 700;
}
img {
  font-style: italic;
  max-width: 100%;
}
img[width],
img[height] {
  max-width: none;
}

address {
  font-style: normal;
}
li > ul,
li > ol {
  margin-bottom: 0;
}
hr {
  background-color: #323e47;
  border: 0;
  height: 1px;
  margin: 1.5rem 0;
}
ul,
ol,
dd {
  margin: 0.75em 0 0 1.5em;
}
li {
  margin: 0.5em 0 0;
}
code {
  background-color: #dcdcdc;
  border-radius: 2px;
  -webkit-box-decoration-break: clone;
  box-decoration-break: clone;
  line-height: 1;
  padding: 0 2px;
  word-wrap: break-word;
}
pre {
  margin-top: 0;
  -moz-tab-size: 2;
  -o-tab-size: 2;
  tab-size: 2;
}
pre + p {
  margin-top: 1.5rem;
}

[data-a11y-toggle]:not([aria-controls]),
[aria-hidden="true"] {
  display: none;
}
[role="button"] {
  cursor: pointer;
}
.flickity-enabled {
  position: relative;
}
.flickity-enabled:focus {
  outline: none;
}
.flickity-viewport {
  overflow: hidden;
  position: relative;
  height: 100%;
}
.flickity-slider {
  position: absolute;
  width: 100%;
  height: 100%;
}
.flickity-enabled.is-draggable {

  -webkit-tap-highlight-color: transparent;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;

}
.flickity-enabled.is-draggable .flickity-viewport {
  cursor: move;
  cursor: -webkit-grab;
  cursor: grab;
}
.flickity-enabled.is-draggable .flickity-viewport.is-pointer-down {
  cursor: -webkit-grabbing;
  cursor: grabbing;
}
.flickity-button {
  position: absolute;
  background: rgba(255, 255, 255, 0.75);
  border: none;
  color: #333;
}
.flickity-button:hover {
  background: white;
  cursor: pointer;
}
.flickity-button:focus {
  outline: none;
  -webkit-box-shadow: 0 0 0 5px #19f;
  box-shadow: 0 0 0 5px #19f;
}
.flickity-button:active {
  opacity: 0.6;
}
.flickity-button:disabled {
  opacity: 0.3;
  cursor: auto;
  pointer-events: none;
}
.flickity-button-icon {
  fill: currentColor;
}
.flickity-prev-next-button {
  top: 50%;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.flickity-prev-next-button.previous {
  left: 10px;
}
.flickity-prev-next-button.next {
  right: 10px;
}
.flickity-rtl .flickity-prev-next-button.previous {
  left: auto;
  right: 10px;
}
.flickity-rtl .flickity-prev-next-button.next {
  right: auto;
  left: 10px;
}
.flickity-prev-next-button .flickity-button-icon {
  position: absolute;
  left: 20%;
  top: 20%;
  width: 60%;
  height: 60%;
}
.flickity-page-dots {
  position: absolute;
  width: 100%;
  bottom: -25px;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
  line-height: 1;
}
.flickity-rtl .flickity-page-dots {
  direction: rtl;
}
.flickity-page-dots .dot {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 0 8px;
  background: #333;
  border-radius: 50%;
  opacity: 0.25;
  cursor: pointer;
}
.flickity-page-dots .dot.is-selected {
  opacity: 1;
}
img[data-action="zoom"] {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
}
.zoom-img,
.zoom-img-wrap {
  position: relative;
  z-index: 666;
  -webkit-transition: all 300ms;
  -o-transition: all 300ms;
  transition: all 300ms;
}
img.zoom-img {
  cursor: pointer;
  cursor: -webkit-zoom-out;
  cursor: -moz-zoom-out;
}
.zoom-overlay {
  z-index: 420;
  background: #fff;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  pointer-events: none;
  filter: "alpha(opacity=0)";
  opacity: 0;
  -webkit-transition: opacity 300ms;
  -o-transition: opacity 300ms;
  transition: opacity 300ms;
}
.zoom-overlay-open .zoom-overlay {
  filter: "alpha(opacity=100)";
  opacity: 1;
}
.zoom-overlay-open,
.zoom-overlay-transitioning {
  cursor: default;
}
.giga {
  font-size: 5rem;
  margin: 0.75rem 0;
}
@media screen and (max-width: 959px) {
  .giga {
    font-size: 4.5rem;
  }
}
.mega {
  font-size: 4.5rem;
  margin: 0.75rem 0;
}
@media screen and (max-width: 959px) {
  .mega {
    font-size: 3rem;
  }
}
.kilo {
  font-size: 3rem;
  margin: 1.5rem 0 1rem;
}
@media screen and (max-width: 959px) {
  .kilo {
    font-size: 3.125rem;
  }
}
h1,
.h1,
.alpha {
  font-size: 3.125rem;
  line-height: 1.3;
  margin: 0.75rem 0 0;
}
@media screen and (max-width: 959px) {
  h1,
  .h1,
  .alpha {
    font-size: 2.5rem;
  }
}
h2,
.h2,
.beta {
  font-size: 1.75rem!important;
  line-height: 1.3;
  margin: 1rem 0 0.75rem;
}
@media screen and (max-width: 959px) {
  h2,
  .h2,
  .beta {
    font-size: 2.25rem;
  }
}
h3,
.form__heading,
.h3,
.gamma {
  font-size: 2.25rem;
  line-height: 1.3;
  margin: 1.5rem 0 0;
}
@media screen and (max-width: 959px) {
  h3,
  .form__heading,
  .h3,
  .gamma {
    font-size: 1.875rem;
  }
}
h4,
.h4,
.widget-middle-advert .widget__subheading,
.widget-right-advert .widget__subheading,
.widget-width--50 .widget-image .image__caption,
.widget-width--100 .widget-image .image__caption,
.widget-width--75 .widget-image .image__caption,
.delta,
blockquote p:first-child,
blockquote .blockquote__text,
.blockquote p:first-child,
.blockquote .blockquote__text {
  font-size: 1.875rem;
  line-height: 1.3;
  margin: 1.125rem 0 0;
}
@media screen and (max-width: 959px) {
  h4,
  .h4,
  .widget-middle-advert .widget__subheading,
  .widget-right-advert .widget__subheading,
  .widget-width--50 .widget-image .image__caption,
  .widget-width--100 .widget-image .image__caption,
  .widget-width--75 .widget-image .image__caption,
  .delta,
  blockquote p:first-child,
  blockquote .blockquote__text,
  .blockquote p:first-child,
  .blockquote .blockquote__text {
    font-size: 1.25rem;
  }
}
h5,
.h5,
.button--large,
.button--large:visited,
.nav--pages-in .nav__heading,
.alert__heading,
.calendar__heading,
.widget-feeds .listing .listing__heading,
.widget-latest-news .listing .listing__heading,
.listing--compact .listing__heading,
.widget-image .image__caption,
.epsilon {
  font-size: 1.25rem;
  margin: 0.5rem 0 0;
}
@media screen and (max-width: 959px) {
  h5,
  .h5,
  .button--large,
  .button--large:visited,
  .nav--pages-in .nav__heading,
  .alert__heading,
  .calendar__heading,
  .widget-feeds .listing .listing__heading,
  .widget-latest-news .listing .listing__heading,
  .listing--compact .listing__heading,
  .widget-image .image__caption,
  .epsilon {
    font-size: 1.125rem;
  }
}
h6,
.h6,
.data-table td,
.page-content table:not([class]) td,
.widget--myaccount-cxm-cases-verbose-table .my-cases__table td,
.zeta {
  font-size: 1.125rem;
  margin: 0.5rem 0 0;
}
@media screen and (max-width: 959px) {
  h6,
  .h6,
  .data-table td,
  .page-content table:not([class]) td,
  .widget--myaccount-cxm-cases-verbose-table .my-cases__table td,
  .zeta {
    font-size: 1rem;
  }
}
.form__field,
.form__component--esri input[type="text"],
.form__radio,
.google-translate .goog-te-combo,
.form__select,
select,
.form__textarea,
.button,
.button:visited,
.form__label--upload,
.form__label--image-upload,
.widget--myaccount-sign-in a,
.widget--myaccount-api-links a,
.widget--myaccount-organisation-account-links a,
.widget--myaccount-organisation-links a,
.form__label--upload:visited,
.form__label--image-upload:visited,
.widget--myaccount-sign-in a:visited,
.widget--myaccount-api-links a:visited,
.widget--myaccount-organisation-account-links a:visited,
.widget--myaccount-organisation-links a:visited,
.alert__text,
a.alert__link,
.menu-navigation .list__sub-menu .list__link,
.menu-navigation .nav__secondary .list__item,
.menu-navigation .nav__secondary .list__link,
.widget-feeds .listing .listing__summary,
.widget-latest-news .listing .listing__summary,
.listing--compact .listing__summary,
.widget--my-account-forms h4,
.widget--my-account-forms .h4,
.widget--myaccount-form-submissions h4,
.widget--myaccount-form-submissions .h4,
.site-footer__group .list__link,
.site-footer__text,
.help,
.normalis {
  font-size: 1rem;
  margin: 0.75rem 0 0;
}
.style-guide__heading {
  font-family: "Asap", sans-serif;
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
}
pre,
.form__help,
.data-table th,
.page-content table:not([class]) th,
.widget--myaccount-cxm-cases-verbose-table .my-cases__table th,
.widget-feeds .listing .listing__meta,
.widget-latest-news .listing .listing__meta,
.widget-feeds .listing .listing__meta p,
.widget-latest-news .listing .listing__meta p,
.listing--compact .listing__meta,
.listing--compact .listing__meta p,
.progress-bar__info,
.services__more,
.milli {
  font-size: 0.9375rem;
  margin: 0.75rem 0 0;
}
.button--small,
.button--small:visited,
.micro {
  font-size: 0.875rem;
  margin: 1rem 0 0;
}

p,
address {
  font-size: 1.125rem;
}
.summary {
  font-size: 1.375rem;
  margin: 0 0 2rem;
}
.outer-container,
.pagination__list,
.nav--pages-in .nav__heading,
.nav--pages-in .nav__toggle,
.nav--pages-in .nav__list,
.container {
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
  padding: 0 1rem;
}
.outer-container::after,
.pagination__list::after,
.nav--pages-in .nav__heading::after,
.nav--pages-in .nav__toggle::after,
.nav--pages-in .nav__list::after,
.container::after {
  clear: both;
  content: "";
  display: table;
}
.container .container,
.container--flush {
  padding-left: 0;
  padding-right: 0;
}
.container--wide {
  max-width: 1600px;
}
.container--flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.modular .outer-container {
  max-width: 100%;
  padding-left: 0;
  padding-right: 0;
}
.measure {
  max-width: 50em;
}
.icon {
  background-position: center center;
  background-size: contain;
  display: block;
  height: 2rem;
  width: 2rem;
}
.icon svg {
  max-height: 100%;
  max-width: 100%;
}
.icon--small {
  height: 1.125rem;
  width: 1.125rem;
}
.icon--inline {
  display: inline-block;
  height: 1.5rem;
  margin-top: -0.125em;
  vertical-align: middle;
  width: 1.5rem;
}
.icon--inline:last-child {
  margin-left: 1em;
}
.icon--inline:first-child {
  margin-right: 1em;
}
.icon--inline.icon--large {
  height: 2rem;
  width: 2rem;
}
.js .icon--embeded {
  width: auto;
}
.icon--full {
  height: 100%;
  width: 100%;
}
.icon--close {
  background: none;
  border: 0;
  border-radius: 100%;
  cursor: pointer;
  display: block;
  height: 25px;
  position: absolute;
  right: 1rem;
  text-indent: -9999px;
  top: 1rem;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  width: 25px;
}
.icon--close:focus {
  -webkit-box-shadow: 0 0 0 3px #4d71b8;
  box-shadow: 0 0 0 3px #4d71b8;
  outline: 0;
}
.icon--close:hover::before,
.icon--close:focus::before,
.icon--close:active::before {
  height: calc(25px * 1.3);
}
.icon--close:hover::after,
.icon--close:focus::after,
.icon--close:active::after {
  width: calc(25px * 1.3);
}
.icon--close::before {
  background-color: #1e5d4d;
  border-radius: 3px;
  content: "";
  height: 25px;
  left: 50%;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transition: height 0.2s cubic-bezier(0.23, 0.34, 0.24, 1.06);
  -o-transition: height 0.2s cubic-bezier(0.23, 0.34, 0.24, 1.06);
  transition: height 0.2s cubic-bezier(0.23, 0.34, 0.24, 1.06);
  width: 3px;
}
.icon--close::after {
  background-color: #1e5d4d;
  border-radius: 3px;
  content: "";
  height: 3px;
  left: 50%;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transition: width 0.2s cubic-bezier(0.23, 0.34, 0.24, 1.06);
  -o-transition: width 0.2s cubic-bezier(0.23, 0.34, 0.24, 1.06);
  transition: width 0.2s cubic-bezier(0.23, 0.34, 0.24, 1.06);
  width: 25px;
}

.menu-navigation .menu-navigation__sub-menu-toggle:focus,
.menu-navigation .list__link:focus,
.colour-block__link:focus::before {
  outline: 3px solid #2d3547;
}
.site-header a:focus,
.site-header button:focus,
.site-header .button:focus,
.site-header__links:focus,
.site-footer__social .list--social-links .list__link:focus,
.site-footer__logo .identity__link:focus,
.site-footer__group .list__link:focus,
.site-footer__link:focus,
.site-footer__text:focus,
.site-footer__links:focus {
  outline: 3px solid #ffe13b;
}
.link-external {
  display: inline;
}
.link-external:hover,
.link-external:focus,
.link-external:active {
  text-decoration: none;
}
.link-external:hover .link-external__text,
.link-external:focus .link-external__text,
.link-external:active .link-external__text {
  text-decoration: underline;
}
.link-external .icon-external-link {
  background-size: cover;
  content: "";
  display: inline-block;
  height: 0.75rem;
  margin-left: 0;
  width: 0.75rem;
}
/*img {
  display: block;
}*/
.image--feature,
.image--caption,
.editor .imageCaption {
  float: left;
  margin: 0 0 1.5rem;
  width: 100%;
}
@media screen and (min-width: 500px) {
  .image--feature,
  .image--caption,
  .editor .imageCaption {
    float: right;
    margin: 0 0 1.5rem 1.5rem;
    max-width: 21.875rem;
    min-width: 9.375rem;
    width: 33.33333%;
  }
}
.news-article .page-content > .image--feature:first-child,
.news-article .page-content > .image--caption:first-child,
.news-article .editor .page-content > .imageCaption:first-child,
.editor .news-article .page-content > .imageCaption:first-child {
  display: none;
}
.image--caption img,
.editor .imageCaption img {
  width: 100%;
}
.image--caption .image--feature,
.editor .imageCaption .image--feature {
  margin: 0;
}
.image--avatar {
  max-width: 3.75rem;
}
.image--avatar img {
  border: 2px solid #000;
  height: auto;
}
.image--gallery {
  display: block;
}
.editor .imageCaption p,
.image__caption {
  clear: both;
  font-size: 0.9375rem;
  margin: 0;
  padding: 0.375rem 0;
  text-align: left;
}
.image--thumbnail {
  height: auto;
  max-width: 9.375rem;
  width: 20%;
}
.image-link {
  max-width: 100%;
}
::-webkit-input-placeholder {
  color: #87898c;
}
::-moz-placeholder {
  opacity: 1;
  color: #87898c;
}
::-moz-placeholder {
  opacity: 1;
  color: #87898c;
}
:-ms-input-placeholder {
  color: #87898c;
}
.placeholdr {
  color: #87898c;
}
blockquote,
.blockquote {
  background-color: #f0e8d4;
  line-height: 40px;
  padding: 1.5rem;
}
@media screen and (min-width: 600px) {
  blockquote,
  .blockquote {
    padding: 3rem;
  }
}
blockquote p:first-child,
blockquote .blockquote__text,
.blockquote p:first-child,
.blockquote .blockquote__text {
  font-family: "Noto Serif", serif;
  font-weight: 700;
  margin: 0;
  padding-top: 2.25rem;
  position: relative;
}
blockquote p:first-child::before,
blockquote .blockquote__text::before,
.blockquote p:first-child::before,
.blockquote .blockquote__text::before {
  background-color: #1e5d4d;
  content: "";
  height: 0.25rem;
  position: absolute;
  top: 0;
  width: 3rem;
}
blockquote cite,
.blockquote cite {
  display: block;
  font-style: normal;
  font-weight: 400;
  margin-top: 0.75rem;
}
blockquote > *:last-child,
.blockquote > *:last-child {
  margin-bottom: 0;
}
.map {
  background: #e4e9f4 url(images/preloader.svg) no-repeat center;
  margin-bottom: 1.5rem;
  min-height: 300px;
}
.gm-style button {
  outline: none;
}
.gm-style button:focus,
.gm-style button:active {
  -webkit-box-shadow: 0 0 0 2px #1e5d4d;
  box-shadow: 0 0 0 2px #1e5d4d;
  z-index: 1;
}
.gm-style [tabindex="0"]:focus,
.gm-style [tabindex="0"]:active {
  z-index: 1;
}
.gm-style [tabindex="0"]:focus > div,
.gm-style [tabindex="0"]:active > div {
  -webkit-box-shadow: inset 0 0 0 2px #1e5d4d;
  box-shadow: inset 0 0 0 2px #1e5d4d;
}
.gm-style a,
.gm-style *[role="button"] {
  display: block;
  margin: -2px 0;
  padding: 2px;
}
.gm-style a:focus,
.gm-style *[role="button"]:focus {
  -webkit-box-shadow: 0 0 0 2px #1e5d4d !important;
  box-shadow: 0 0 0 2px #1e5d4d !important;
  outline: none;
  text-decoration: underline;
}
.gm-style a[href^="https://maps.google.com/maps"]
{
  margin: 0;
  padding: 0;
}
.gm-style a[href^="https://maps.google.com/maps"] img
{
  top: -2px !important;
}
.gm-style a[href^="https://maps.google.com/maps"]:focus
{
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}
.gm-style a[href^="https://maps.google.com/maps"]:focus img
{
  -webkit-box-shadow: 0 0 0 2px #1e5d4d !important;
  box-shadow: 0 0 0 2px #1e5d4d !important;
}
.gm-style .gmnoprint,
.gm-style .gm-style-cc {
  height: 1.5rem !important;
}
.gm-style .gmnoprint a,
.gm-style .gm-style-cc a {
  margin-bottom: 2px;
  margin-top: 2px;
}
.gm-style .gmnoprint a + span,
.gm-style .gm-style-cc a + span {
  line-height: 1.75;
}
.js-map-skip-forwards.button,
.js-map-skip-backwards.button {
  margin-top: 0;
}
.js-map-skip-forwards:not(.visually-hidden) {
  margin-bottom: 1.5rem;
}
.form__field,
.form__component--esri input[type="text"],
.form__radio,
.google-translate .goog-te-combo,
.form__select,
select,
.form__textarea {
   Remove for rebrand - MSB 16/5/22 
  -webkit-appearance: none;
  -moz-appearance: none;
   Remove for rebrand - MSB 16/5/22 
  appearance: none;
  background-color: #fff;
  border: 0;
  border: 1px solid #1e5d4d;
  border-radius: 0;
  /*-webkit-box-shadow: inset 0 2px 5px -1px rgba(0, 0, 0, 0.25);
  box-shadow: inset 0 2px 5px -1px rgba(0, 0, 0, 0.25);*/
  color: #343e46;
  display: block;
  font-family: "Asap", sans-serif;
  font-size: 1.25rem;
  line-height: 1.3;
  margin: 0.25rem 0 0;
  max-width: 100%;
  padding: 0.625rem;
  -webkit-transition: 0.2s border ease;
  -o-transition: 0.2s border ease;
  transition: 0.2s border ease;
  vertical-align: baseline;
  width: 100%;
}
.form__field:focus,
.form__component--esri input:focus[type="text"],
.form__radio:focus,
.google-translate .goog-te-combo:focus,
.form__select:focus,
select:focus,
.form__textarea:focus {
  background-color: #e4e9f4;
  outline: 0;
}
.form__field {
  min-height: 2.5rem;
}
.form__component--esri input[type="text"] {
  background-color: #fff;
  border: 1px solid #1e5d4d;
}
.form__field--disabled {
  color: #616365;
}
.form__field--disabled:hover {
  cursor: not-allowed;
}
@media screen and (min-width: 820px) {
  .form__component--esri {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .form__component--esri .map,
  .form__component--esri .form__help {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
  }
}
@media screen and (min-width: 820px) {
  .form__component--esri .form__label {
    display: inline-block;
    -webkit-box-flex: 0;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    margin: 0 1rem 0 0;
    width: auto;
  }
}
@media screen and (min-width: 820px) {
  .form__component--esri input[type="text"] {
    display: inline-block;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 33.33333%;
    flex: 1 1 33.33333%;
  }
}
@media screen and (max-width: 819px) {
  .form__component--esri input[type="text"] + label {
    margin-top: 0.75rem;
  }
}
@media screen and (min-width: 820px) {
  .form__component--esri input[type="text"] + label {
    margin-left: 1.5rem;
  }
}
.form__component--esri .form__help {
  display: inline-block;
  margin-top: 1.5rem;
}
.form__field--upload,
.form__field--image-upload {
  line-height: 1;
  min-height: auto;
}
.form__field--upload:focus ~ .form__label--upload,
.form__field--upload.has-focus ~ .form__label--upload,
.form__field--image-upload:focus ~ .form__label--upload,
.has-focus.form__field--image-upload ~ .form__label--upload {
  outline: 3px solid #1e5d4d;
}
.form__label--upload,
.form__label--image-upload {
  cursor: pointer;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.form__label--upload::after,
.form__label--image-upload::after {
  display: block;
}
.form__component--file .form__label--upload,
.form__component--file .form__label--image-upload {
  margin: 0.75rem 0;
}
@media screen and (min-width: 600px) {
  .form__component--file .form__label--upload,
  .form__component--file .form__label--image-upload {
    width: auto;
  }
}
.form__label--upload .form__required-note,
.form__label--image-upload .form__required-note {
  display: none;
}
.form__label--upload::-moz-selection,
.form__label--upload::-moz-selection,
.form__label--image-upload::-moz-selection,
.form__label--image-upload::-moz-selection {
  background-color: transparent !important;
  color: #dee7e5 !important;
}
.form__label--upload::-moz-selection,
.form__label--upload::selection,
.form__label--image-upload::-moz-selection,
.form__label--image-upload::selection {
  background-color: transparent !important;
  color: #dee7e5 !important;
}
.form__help {
  color: #616365;
  display: block;
  margin: 0;
}
.form__label,
.form__legend {
  color: #343e46;
  cursor: text;
  display: block;
  float: none;
  font-size: 1.125rem;
  font-weight: 700;
  margin: 0.75rem 0 0;
  padding: 0;
  position: relative;
  width: 100%;
}
.form__label--radio::before,
.form__label--radio::after {
  border-radius: 50%;
}
.form__label--radio.form__label::after {
  height: 0.75rem;
  left: 0.1875rem;
  top: 0.375rem;
  width: 0.75rem;
}
.form__control--error .form__label--radio::before {
  background-color: #f3a3a9;
}
.form__radio {
  background-color: #fff;
  border: 1px solid #1e5d4d;
  border-radius: 50%;
  clear: both;
  float: left;
  height: 1.125rem;
  margin: 0.1875rem 1rem 0 0;
  -webkit-transition: background-color 0.2s;
  -o-transition: background-color 0.2s;
  transition: background-color 0.2s;
  width: 1.125rem;
}
.form__radio:checked {
  background-color: #1e5d4d;
}
.form__radio:hover {
  cursor: pointer;
}
.form__radio:focus {
  border-width: 0;
  -webkit-box-shadow: 0 0 0 2px #323e47;
  box-shadow: 0 0 0 2px #323e47;
}
.form__label--radio,
.form__label--checkbox {
  display: inline-block;
  padding: 0 0.75rem 0 1.875rem;
  position: relative;
  width: auto;
}
.form__label--radio::before,
.form__label--checkbox::before {
  border: 2px solid #616365;
  content: "";
  display: block;
  height: 1.5rem;
  left: -0.1875rem;
  position: absolute;
  top: 0;
  -webkit-transition: background-color 0.3s, border-color 0.3s,
    -webkit-box-shadow 0.3s;
  transition: background-color 0.3s, border-color 0.3s, -webkit-box-shadow 0.3s;
  -o-transition: background-color 0.3s, border-color 0.3s, box-shadow 0.3s;
  transition: background-color 0.3s, border-color 0.3s, box-shadow 0.3s;
  transition: background-color 0.3s, border-color 0.3s, box-shadow 0.3s,
    -webkit-box-shadow 0.3s;
  width: 1.5rem;
}
.form__label--radio::after,
.form__label--checkbox::after {
  background-color: #1e5d4d;
  background-position: center;
  background-size: 75%;
  border: 2px solid #1e5d4d;
  content: "";
  display: block;
  height: 1.5rem;
  left: -0.1875rem;
  opacity: 0;
  position: absolute;
  top: 0;
  -webkit-transition: background-color 0.3s, border-color 0.3s, opacity 0.3s;
  -o-transition: background-color 0.3s, border-color 0.3s, opacity 0.3s;
  transition: background-color 0.3s, border-color 0.3s, opacity 0.3s;
  width: 1.5rem;
}
.form__label--radio:hover,
.form__label--checkbox:hover {
  color: #1e5d4d;
  cursor: pointer;
  text-decoration: underline;
}
.form__label--radio:hover::before,
.form__label--checkbox:hover::before {
  border-color: #1e5d4d;
}
.form__label--radio:hover::after,
.form__label--checkbox:hover::after {
  background-color: #1e5d4d;
  border-color: #1e5d4d;
}
.form__control--error .form__label--radio::before,
.form__control--error .form__label--checkbox::before {
  background-color: #f3a3a9;
}
.form__component--checkboxes .form__label--radio::after,
.form__component--checkboxes .form__label--checkbox::after {
  background-color: #1e5d4d;
}
.form__label--radio .form__label,
.form__label--checkbox .form__label {
  color: #616365;
}
.form__radio,
.form__checkbox {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.form__radio[checked] ~ .form__label::after,
.form__radio:checked ~ .form__label::after,
.form__checkbox[checked] ~ .form__label::after,
.form__checkbox:checked ~ .form__label::after {
  opacity: 1;
}
.form__radio:focus ~ .form__label::before,
.form__checkbox:focus ~ .form__label::before {
  outline: 3px solid #1e5d4d;
}
.form__radio:focus ~ .form__label::before,
.form__radio:focus ~ .form__label::after,
.form__checkbox:focus ~ .form__label::before,
.form__checkbox:focus ~ .form__label::after {
  border-color: #1e5d4d;
}
.form__radio[checked]:not(:checked) ~ .form__label::after,
.form__checkbox[checked]:not(:checked) ~ .form__label::after {
  opacity: 0;
}
.form__control--error .form__radio[checked] ~ .form__label::before,
.form__control--error .form__radio:checked ~ .form__label::before,
.form__control--error .form__checkbox[checked] ~ .form__label::before,
.form__control--error .form__checkbox:checked ~ .form__label::before {
  background-color: transparent;
}
.form__required-note {
  color: #b31723;
  display: inline-block;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 0.9;
  margin-left: 0.5rem;
}
.google-translate .goog-te-combo,
.form__select,
select {
  background-position: right 1rem center;
  background-size: 1rem;
  padding-right: 2.5rem;
}
.boxed .google-translate .goog-te-combo:focus,
.google-translate .boxed .goog-te-combo:focus,
.aside__section .google-translate .goog-te-combo:focus,
.google-translate .aside__section .goog-te-combo:focus,
.boxed .form__select:focus,
.aside__section .form__select:focus,
.boxed select:focus,
.aside__section select:focus {
  background-color: #e4e9f4;
}
.google-translate .goog-te-combo::-ms-expand,
.form__select::-ms-expand,
select::-ms-expand {
  display: none;
}
.google-translate .goog-te-combo:-moz-focusring,
.form__select:-moz-focusring,
select:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #343e46;
}
.google-translate .goog-te-combo:hover,
.form__select:hover,
select:hover {
  cursor: pointer;
}
select::-ms-expand {
  display: none;
}
.form__textarea {
  min-height: 5.25rem;
  resize: vertical;
}
.form__error-message {
  color: #b31723;
  font-weight: 700;
}
.form__error-indicator {
  display: none;
}
.form__control--error {
  border-left: 3px solid #b31723;
  padding: 0 0 0.5rem 1.75rem;
}
.form__control--error .form__label--checkbox,
.form__control--error .form__label--radio {
  color: inherit;
}
.form__control--error .form__field,
.form__control--error .form__textarea,
.form__control--error .form__select {
  border: 3px solid #b31723;
}
.payment-process-form .form__control--error .form__help {
  color: #b31723;
  font-size: inherit;
  font-weight: 700;
}
.payment-process-form .form__control--error .form__help {
  color: #b31723;
  font-size: inherit;
  font-weight: 700;
}
.form__component--image-upload .form__label--image-upload {
  margin: 0.75rem 0;
}
@media screen and (min-width: 600px) {
  .form__component--image-upload .form__label--image-upload {
    width: auto;
  }
}
.form__component--image-upload .form__label--image-upload::after {
  background-size: cover;
  height: 2rem;
  width: 2rem;
}
.image__remove-button .button {
  margin: 0.5rem 0 0;
}
.form {
  margin-bottom: 1.5rem;
}
.form__heading {
  color: #1e5d4d;
  margin: 0 0 1.5rem;
}
.form__instructions {
  margin-bottom: 1.5rem;
}
.one-column .form__instructions > .editor {
  max-width: 100%;
}
.form__actions .button {
  margin-bottom: 0;
}
.form__actions .button--primary,
.form__actions
  .calendar--event-booking
  .calendar__dates
  .form__radio:checked
  + .button,
.calendar--event-booking
  .calendar__dates
  .form__actions
  .form__radio:checked
  + .button {
  float: right;
}
.form__action {
  display: block;
  margin-bottom: 0.75rem;
}
@media screen and (min-width: 400px) {
  .form__action {
    display: inline-block;
    margin-bottom: 0;
    width: 50%;
  }
}
@media screen and (max-width: 399px) {
  .form__action .button {
    margin-left: 0;
    width: 100%;
  }
}
@media screen and (min-width: 400px) {
  .form__action--primary {
    float: right;
  }
}
@media screen and (min-width: 400px) {
  .form__action--primary .button {
    float: right;
  }
}
@media screen and (min-width: 400px) {
  .form__action--secondary {
    float: left;
  }
}
.form__action--secondary .button {
  float: right;
}
@media screen and (min-width: 400px) {
  .form__action--secondary .button {
    float: left;
  }
}
.form__footer {
  border-top: 1px solid #4d71b8;
  clear: both;
  margin-top: 2rem;
  padding-top: 0.75rem;
}
.boxed .form__footer,
.aside__section .form__footer {
  border-top: 0;
  padding-top: 0;
}
.form__footer .button--secondary {
  background-color: transparent;
}
.form__footer .button--secondary:hover,
.form__footer .button--secondary:focus,
.form__footer .button--secondary:active {
  background-color: transparent;
}
.form__control {
  margin: 1.5rem 0;
  position: relative;
  width: 100%;
}
.form__control:first-of-type {
  margin-top: 0;
}
.form__control:first-of-type .form__label {
  margin-top: 0;
}
.boxed .form__control,
.aside__section .form__control {
  margin-top: 0;
}
.form__component {
  width: 100%;
}
.form__component.form__component--google_map,
.form__component.form__component--esri {
  margin-top: 0.625rem;
}
.form__fieldset {
  min-width: 0;
}
.form__fieldset .form__component {
  margin-top: 0.75rem;
}
.form__fieldset > .form__label {
  clear: both;
  font-weight: 400;
}
.form__fieldset > .form__label:last-of-type {
  margin-bottom: 0;
}
.form__fieldset .form__label--legend {
  font-weight: 700;
  margin-bottom: 0;
}
.form__fieldset .form__control {
  margin: 0.75rem 0;
}
.form__fieldset .form__control .form__label {
  font-weight: 400;
  margin-bottom: 0;
}
.form__control-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  min-height: 2.5rem;
}
.boxed .form__control-group,
.aside__section .form__control-group {
  background-color: #fafaf8;
}
.boxed .form__control-group:focus,
.aside__section .form__control-group:focus {
  background-color: #e4e9f4;
}
.form__control-group .form__checkbox,
.form__control-group .form__radio {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
}
.form__control-group .form__label {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  font-weight: 400;
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
}
.form__textarea {
  min-height: 5.25rem;
  resize: vertical;
}
.form__component--radio .form__control-group,
.form__component--checkbox .form__control-group {
  margin-bottom: 0.375rem;
}
.form__fieldset .form__component--checkboxes,
.form__fieldset .form__component--file-upload,
.form__fieldset .form__component--radio-buttons {
  margin-top: 0;
}
.form--block .form__label--confirmation {
  float: none;
  padding-right: 0;
  width: 100%;
}
.form--block .form__field--confirmation {
  margin-top: 0.75rem;
}
.form__control--animate {
  margin: 0.5rem 0;
  padding-top: 0.375rem;
  position: relative;
}
.form__control--animate .form__label {
  left: 0;
  margin-top: 0;
  position: absolute;
  top: 2.25rem;
  -webkit-transform-origin: top left;
  -ms-transform-origin: top left;
  transform-origin: top left;
  -webkit-transition: color 0.2s ease, -webkit-transform 0.2s ease;
  transition: color 0.2s ease, -webkit-transform 0.2s ease;
  -o-transition: color 0.2s ease, transform 0.2s ease;
  transition: color 0.2s ease, transform 0.2s ease;
  transition: color 0.2s ease, transform 0.2s ease, -webkit-transform 0.2s ease;
  z-index: 1;
}
.form__control--animate .form__field,
.form__control--animate .form__textarea {
  padding-left: 0;
  padding-top: 1.875rem;
  -webkit-transition: padding 0.2s ease-out, border 0.2s ease-out,
    background 0.2s ease-out;
  -o-transition: padding 0.2s ease-out, border 0.2s ease-out,
    background 0.2s ease-out;
  transition: padding 0.2s ease-out, border 0.2s ease-out,
    background 0.2s ease-out;
}
.form__control--animate .form__textarea {
  min-height: 7.125rem;
}
.form__control--animate .form__append-group {
  position: static;
}
.form__control--animate .form__append-group .form__label {
  width: auto;
}
.form__control--animate .form__field:focus,
.form__control--animate .form__textarea:focus,
.form__control--animate .form__field--not-empty {
  padding-left: 0.625rem;
}
.form__control--animate .form__field:focus ~ .form__label,
.form__control--animate .form__textarea:focus ~ .form__label,
.form__control--animate .form__field--not-empty ~ .form__label {
  font-size: 0.875rem;
  left: 0.625rem;
  top: 2.75rem;
}
.form__control--animate .form__field:focus,
.form__control--animate .form__field[placeholder],
.form__control--animate .form__field--not-empty,
.form__control--animate .form__textarea:focus,
.form__control--animate .form__textarea[placeholder] {
  outline-offset: 0;
}
.form__control--animate .form__field:focus ~ .form__label,
.form__control--animate .form__field[placeholder] ~ .form__label,
.form__control--animate .form__field--not-empty ~ .form__label,
.form__control--animate .form__textarea:focus ~ .form__label,
.form__control--animate .form__textarea[placeholder] ~ .form__label {
  color: #616365;
  -webkit-transform: scale(0.9) translateY(-2rem);
  -ms-transform: scale(0.9) translateY(-2rem);
  transform: scale(0.9) translateY(-2rem);
}
.form__control--animate .form__field[placeholder] ~ .form__label,
.form__control--animate .form__textarea[placeholder] ~ .form__label {
  color: #343e46;
}
.no-js .form__control--animate .form__label {
  -webkit-transform: scale(0.9) translateY(-2rem);
  -ms-transform: scale(0.9) translateY(-2rem);
  transform: scale(0.9) translateY(-2rem);
}
.no-js .form__control--animate .form__append-group .form__label {
  top: 0.75rem;
}

.form__component--location .js-map-skip-forwards,
.form__component--location .js-map-skip-backwards {
  margin-top: 1.5rem;
}
.form__component--location .button-wrapper .add-pin-btn {
  margin-right: 1rem;
}
.form__component--location .form__append-group {
  margin-top: 0.75rem;
}
.form__component--google-map .js-map-skip-forwards {
  margin-top: 0.75rem;
}
.form__component--google-map .js-map-skip-backwards {
  margin-bottom: 1.5rem;
}
.form--search .form__append-group {
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.form--search .form__field {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  min-height: 2rem;
  min-width: 1px;
  width: auto;
}
.form--search .button {
  margin: 0;
  min-height: 2rem;
}
.form--search .icon {
  display: none;
}
.form--search .icon-fallback {
  clip: auto;
  height: auto;
  margin: auto;
  overflow: visible;
  padding: 0;
  position: static;
  width: auto;
}
.form--search .site-search__focus-button {
  display: none;
}
.form--standout {
  background-color: #e0faf4;
  color: #1e5d4d;
}
.form--standout .form__heading {
  color: #1e5d4d;
}
.form--standout .form__field {
  color: #000;
}
.form--standout .button {
  border-color: #1e5d4d;
  color: #1e5d4d;
}
.form__append-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  margin-bottom: 0;
}
.form__append-group .form__label {
  margin: 0;
}
.form__append-group .form__component {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  margin: 0 0.75rem 0.75rem 0;
  width: auto;
}
.form__append-group .button {
  border-color: #1e5d4d;
  color: #1e5d4d;
  height: 3.125rem;
  margin-bottom: 0.75rem;
  margin-top: -2px;
}
.form__append-group .button:hover::before,
.form__append-group .button:focus::before,
.form__append-group .button:active::before {
  border-color: #1e5d4d;
}
.form__append-group .button::before {
  z-index: 1;
}
.form__append-group .form__field {
  margin: 0;
}
.data-table,
.page-content table:not([class]),
.widget--myaccount-cxm-cases-verbose-table .my-cases__table {
  width: 100%;
}
.data-table tbody tr:first-child td,
.page-content table:not([class]) tbody tr:first-child td,
.widget--myaccount-cxm-cases-verbose-table
  .my-cases__table
  tbody
  tr:first-child
  td {
  padding-top: 0.75rem;
}
.data-table th,
.page-content table:not([class]) th,
.widget--myaccount-cxm-cases-verbose-table .my-cases__table th {
  background-color: #fafaf8;
  font-size: 1.125rem;
  font-weight: 700;
  padding: 0.625rem 1.5rem;
  text-align: left;
}
.data-table td,
.page-content table:not([class]) td,
.widget--myaccount-cxm-cases-verbose-table .my-cases__table td {
  background-color: #fafaf8;
  padding: 0.625rem 1.5rem;
}
@media screen and (max-width: 599px) {
  .data-table td,
  .page-content table:not([class]) td,
  .widget--myaccount-cxm-cases-verbose-table .my-cases__table td {
    font-size: 0.875rem;
  }
}
.data-table td p,
.page-content table:not([class]) td p,
.widget--myaccount-cxm-cases-verbose-table .my-cases__table td p {
  margin-bottom: 0;
}
@media screen and (max-width: 599px) {
  .data-table td p,
  .page-content table:not([class]) td p,
  .widget--myaccount-cxm-cases-verbose-table .my-cases__table td p {
    font-size: 0.875rem;
  }
}
.data-table .button,
.editor .data-table .button,
.page-content table:not([class]) .button,
.widget--myaccount-cxm-cases-verbose-table .my-cases__table .button,
.editor .page-content table:not([class]) .button,
.page-content .editor table:not([class]) .button,
.editor .widget--myaccount-cxm-cases-verbose-table .my-cases__table .button,
.widget--myaccount-cxm-cases-verbose-table .editor .my-cases__table .button {
  margin: 0.375rem;
  word-break: normal;
}
@media screen and (max-width: 399px) {
  .data-table .button,
  .editor .data-table .button,
  .page-content table:not([class]) .button,
  .widget--myaccount-cxm-cases-verbose-table .my-cases__table .button,
  .editor .page-content table:not([class]) .button,
  .page-content .editor table:not([class]) .button,
  .editor .widget--myaccount-cxm-cases-verbose-table .my-cases__table .button,
  .widget--myaccount-cxm-cases-verbose-table .editor .my-cases__table .button {
    margin-top: 0.75rem;
  }
}
.data-table caption,
.page-content table:not([class]) caption,
.widget--myaccount-cxm-cases-verbose-table .my-cases__table caption,
.data-table__caption {
  margin-bottom: 0.75rem;
}
.data-table--bordered {
  border: 1px solid #616365;
  margin-bottom: 1.5rem;
}
.data-table--bordered caption {
  margin-bottom: 0.75rem;
}
.data-table--bordered thead {
  background-color: #e4e9f4;
}
.data-table--bordered tbody tr:first-child td {
  padding-top: 0.75rem;
}
.data-table--bordered th + th {
  border-left: 1px solid #616365;
}
.data-table--bordered td {
  border: 1px solid #616365;
  padding-bottom: 0.75rem;
  padding-top: 0.75rem;
}
.data-table--compact {
  margin-bottom: 0.75rem;
}
.data-table--compact tbody tr:first-child td {
  padding-top: 0.5rem;
}
.data-table--compact tbody tr:last-child td {
  padding-bottom: 0.375rem;
}
.data-table--compact th,
.data-table--compact td {
  padding-top: 0.375rem;
}
.data-table--compact th {
  border-bottom: 1px solid #616365;
  padding-bottom: 0.3rem;
}
.data-table--compact td {
  padding-bottom: 0.375rem;
}
.data-table--striped tbody tr:nth-child(odd) {
  background: #fff;
}
.js table:not(.calendar__table):not(.form__matrix) {
  border: 0;
}
@media screen and (max-width: 399px) {
  .js table:not(.calendar__table):not(.form__matrix) {
    max-width: 100% !important;
    width: 100% !important;
  }
}
@media screen and (max-width: 399px) {
   Remove for rebrand - MSB 16/5/22 
  
  .js table:not(.calendar__table):not(.form__matrix) caption,
  .js table:not(.calendar__table):not(.form__matrix) tbody,
  .js table:not(.calendar__table):not(.form__matrix) tr,
  .js table:not(.calendar__table):not(.form__matrix) th,
  .js table:not(.calendar__table):not(.form__matrix) td,
  .js table:not(.calendar__table):not(.form__matrix) tfoot {
    display: block;
    max-width: 100% !important;
    width: 100% !important;
	
  }
}
@media screen and (max-width: 399px) {
  .js table:not(.calendar__table):not(.form__matrix) thead {
    display: none;
  }
}
@media screen and (max-width: 399px) {
 Remove for rebrand - MSB 16/5/22 

  .js table:not(.calendar__table):not(.form__matrix) tr:not(:last-child) {
    border-bottom: 1px solid #323e47;
    padding-bottom: 0.75rem;
  }

}
@media screen and (max-width: 399px) {
  .js table:not(.calendar__table):not(.form__matrix) tfoot {
    border-top: 1px solid #323e47;
    margin-top: 0.75rem;
  }
}
.js table:not(.calendar__table):not(.form__matrix) .mobile-th {
  display: inline;
  font-weight: 700;
}
@media screen and (min-width: 400px) {
  .js table:not(.calendar__table):not(.form__matrix) .mobile-th {
    display: none;
  }
}
.js
  table:not(.calendar__table):not(.form__matrix)
  .visually-hidden
  + .mobile-th__seperator {
  display: none;
}
.no-js table:not(.calendar__table):not(.form__matrix) {
  border: 0;
  display: block;
  overflow-x: auto;
}
.responsive table:not(.calendar__table):not(.form__matrix) {
  max-width: 100% !important;
  width: 100% !important;
}
.responsive table:not(.calendar__table):not(.form__matrix) caption,
.responsive table:not(.calendar__table):not(.form__matrix) tbody,
.responsive table:not(.calendar__table):not(.form__matrix) tr,
.responsive table:not(.calendar__table):not(.form__matrix) th,
.responsive table:not(.calendar__table):not(.form__matrix) td,
.responsive table:not(.calendar__table):not(.form__matrix) tfoot {
  display: block;
  max-width: 100% !important;
  width: 100% !important;
}
.responsive table:not(.calendar__table):not(.form__matrix) thead {
  display: none;
}
.responsive table:not(.calendar__table):not(.form__matrix) tr:not(:last-child) {
  border-bottom: 1px solid #323e47;
  padding-bottom: 0.75rem;
}
@media screen and (min-width: 820px) {
  .responsive
    table:not(.calendar__table):not(.form__matrix)
    tr:first-child
    td:nth-child(2) {
    margin-top: 0;
  }
  .responsive
    table:not(.calendar__table):not(.form__matrix)
    tr:first-child
    th
    + td:nth-child(2) {
    margin-top: 0.75rem;
  }
}
.responsive
  table:not(.calendar__table):not(.form__matrix)
  tr:first-child
  th:first-child,
.responsive
  table:not(.calendar__table):not(.form__matrix)
  tr:first-child
  td:first-child {
  margin-top: 0;
}
@media screen and (min-width: 820px) {
  .responsive table:not(.calendar__table):not(.form__matrix) td {
    float: left;
    margin-right: 0.375rem;
    width: calc(50% - 0.375rem) !important;
  }
  .responsive
    table:not(.calendar__table):not(.form__matrix)
    td:nth-of-type(even) {
    margin-left: 0.375rem;
    margin-right: 0;
  }
  .responsive
    table:not(.calendar__table):not(.form__matrix)
    td:nth-of-type(odd) {
    clear: both;
  }
}
.responsive table:not(.calendar__table):not(.form__matrix) tfoot {
  border-top: 1px solid #323e47;
  margin-top: 0.75rem;
  padding-top: 0.75rem;
}
.responsive table:not(.calendar__table):not(.form__matrix) .mobile-th {
  display: inline;
}
.js .table-wrapper {
  max-width: 100%;
  overflow: hidden;
}
.table-wrapper-matrix {
  margin: 0 0 1.5rem;
  max-width: 100%;
  overflow-x: auto;
}
.table-wrapper-matrix.has-scroll {
  overflow: hidden;
  position: relative;
}
.table-wrapper-matrix.has-scroll::after {
  border-radius: 10px 0 0 10px / 50% 0 0 50%;
  -webkit-box-shadow: -5px 0 10px rgba(0, 0, 0, 0.25);
  box-shadow: -5px 0 10px rgba(0, 0, 0, 0.25);
  content: "";
  height: 100%;
  left: 100%;
  position: absolute;
  top: 0;
  width: 50px;
}
.table-wrapper-matrix.has-scroll .scroller {
  overflow-x: auto;
}
.table-wrapper-matrix.has-scroll .scroller::-webkit-scrollbar {
  height: 0.75rem;
}
.table-wrapper-matrix.has-scroll .scroller::-webkit-scrollbar-track {
  background: #f0f0f0;
  -webkit-box-shadow: inset 0 0 2px rgba(0, 0, 0, 0.15);
  box-shadow: inset 0 0 2px rgba(0, 0, 0, 0.15);
}
.table-wrapper-matrix.has-scroll .scroller::-webkit-scrollbar-thumb {
  background: #ccc;
  border-radius: 0.375rem;
}
.site-content .table-wrapper-matrix table:not([class]) {
  margin-bottom: 0;
}
.button,
.button:visited,
.form__label--upload,
.form__label--image-upload,
.widget--myaccount-sign-in a,
.widget--myaccount-api-links a,
.widget--myaccount-organisation-account-links a,
.widget--myaccount-organisation-links a,
.form__label--upload:visited,
.form__label--image-upload:visited,
.widget--myaccount-sign-in a:visited,
.widget--myaccount-api-links a:visited,
.widget--myaccount-organisation-account-links a:visited,
.widget--myaccount-organisation-links a:visited {
  -webkit-appearance: none;
  background-color: #fff;
  border: 2px solid #323e47;
  border-radius: 60px;
  color: #323e47;
  cursor: pointer;
  display: inline-block;
  font-family: "Asap", sans-serif;
  font-size: 15px;
  font-weight: 700;
  margin: 1.5rem 4px 4px;
  padding: 0.75rem 2.25rem;
  position: relative;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  vertical-align: middle;
  white-space: normal;
}
.button::before,
.button:visited::before,
.form__label--upload::before,
.form__label--image-upload::before,
.widget--myaccount-sign-in a::before,
.widget--myaccount-api-links a::before,
.widget--myaccount-organisation-account-links a::before,
.widget--myaccount-organisation-links a::before,
.form__label--upload:visited::before,
.form__label--image-upload:visited::before,
.widget--myaccount-sign-in a:visited::before,
.widget--myaccount-api-links a:visited::before,
.widget--myaccount-organisation-account-links a:visited::before,
.widget--myaccount-organisation-links a:visited::before {
  border: 6px solid rgba(50, 62, 71, 0.15);
  border-radius: 60px;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  content: "";
  height: 100%;
  left: -6px;
  position: absolute;
  top: -6px;
  -webkit-transition: all 0.6s cubic-bezier(0.23, 0.34, 0.24, 1.06);
  -o-transition: all 0.6s cubic-bezier(0.23, 0.34, 0.24, 1.06);
  transition: all 0.6s cubic-bezier(0.23, 0.34, 0.24, 1.06);
  width: 100%;
  z-index: 0;
}

.image-link {
  border-collapse: collapse;
  display: table;
  margin: 1.5rem 0;
  max-width: 100%;
  vertical-align: top;
}
.image-link .image__caption {
  background: none;
  caption-side: bottom;
  color: #1e5d4d;
  display: table-caption;
  -webkit-box-flex: 0;
  -ms-flex: 0 1 0px;
  flex: 0 1 0;
  font-family: "Asap", sans-serif;
  margin: 0.625rem 0 0;
  padding: 0;
  text-align: left;
  -webkit-transition: color 0.3s;
  -o-transition: color 0.3s;
  transition: color 0.3s;
}
.image-link .image--with-link {
  width: 100%;
}
.image-link::before {
  border-top-color: #e4e9f4;
  bottom: 0;
  z-index: 2;
}
.image-link:hover::before,
.image-link:focus::before,
.image-link:active::before {
  -webkit-transform: scale(1, 1.5) translate(-0.25rem, 4px);
  -ms-transform: scale(1, 1.5) translate(-0.25rem, 4px);
  transform: scale(1, 1.5) translate(-0.25rem, 4px);
}
.image-link:hover::after,
.image-link:focus::after,
.image-link:active::after {
  bottom: -0.375rem;
  height: calc(100% + 0.75rem);
}
.image-link:hover .image__caption,
.image-link:focus .image__caption,
.image-link:active .image__caption {
  background-position: bottom left;
  color: #1e5d4d;
}

.list__item,
.my-cases__item {
  display: block;
  margin: 0.625rem 0;
}
.list__link--disabled {
  color: #343e46;
}
.list--colour-palette,
.list--inline {
  margin: 0;
}
.list--colour-palette .list__item,
.list--inline .list__item {
  display: inline-block;
  margin: 0.75rem 1.5rem 0 0;
  white-space: nowrap;
}
@media screen and (max-width: 399px) {
  .list--colour-palette .list__item,
  .list--inline .list__item {
    width: 100%;
  }
}
.list--colour-palette .list__item:last-child,
.list--inline .list__item:last-child {
  margin-right: 0;
}
.list--colour-palette .list__item--condensed,
.list--inline .list__item--condensed {
  margin-right: 0.1875rem;
}
@media screen and (max-width: 599px) {
  .list--colour-palette .list__item--expanded,
  .list--inline .list__item--expanded {
    margin-right: 0.1875rem;
  }
}
.list--listing .listing__heading,
.list--with-button .listing__heading,
.list--grouped .listing__heading,
.supplement--contact .list--navigation .listing__heading,
.supplement--navigation .list--navigation .listing__heading,
.list--rich .listing__heading {
  font-size: 1.25rem;
  margin-bottom: 0.75rem;
}
.list--listing .list__item,
.list--with-button .list__item,
.list--grouped .list__item,
.supplement--contact .list--navigation .list__item,
.supplement--navigation .list--navigation .list__item,
.list--rich .list__item {
  border-bottom: 1px solid #e4e9f4;
  margin: 0;
  padding: 0.75rem;
}
.list--listing .list__item:first-child,
.list--with-button .list__item:first-child,
.list--grouped .list__item:first-child,
.supplement--contact .list--navigation .list__item:first-child,
.supplement--navigation .list--navigation .list__item:first-child,
.list--rich .list__item:first-child {
  border-top: 1px solid #e4e9f4;
}
.boxed .list--listing .list__item:first-child,
.boxed .list--with-button .list__item:first-child,
.boxed .list--grouped .list__item:first-child,
.boxed .supplement--contact .list--navigation .list__item:first-child,
.supplement--contact .boxed .list--navigation .list__item:first-child,
.boxed .supplement--navigation .list--navigation .list__item:first-child,
.supplement--navigation .boxed .list--navigation .list__item:first-child,
.boxed .list--rich .list__item:first-child {
  border-top: 1px solid #5f647c;
}
.boxed .list--listing .list__item,
.boxed .list--with-button .list__item,
.boxed .list--grouped .list__item,
.boxed .supplement--contact .list--navigation .list__item,
.supplement--contact .boxed .list--navigation .list__item,
.boxed .supplement--navigation .list--navigation .list__item,
.supplement--navigation .boxed .list--navigation .list__item,
.boxed .list--rich .list__item {
  border-bottom: 1px solid #5f647c;
  padding-left: 0;
  padding-right: 0;
}
.list--listing .list,
.list--with-button .list,
.list--grouped .list,
.supplement--contact .list--navigation .list,
.supplement--navigation .list--navigation .list,
.list--listing .download__meta-list,
.list--with-button .download__meta-list,
.list--grouped .download__meta-list,
.supplement--contact .list--navigation .download__meta-list,
.supplement--navigation .list--navigation .download__meta-list,
.list--rich .list,
.list--rich .download__meta-list {
  margin-top: 1.5rem;
}
.list--listing .list .list__item:last-child,
.list--with-button .list .list__item:last-child,
.list--grouped .list .list__item:last-child,
.supplement--contact .list--navigation .list .list__item:last-child,
.supplement--navigation .list--navigation .list .list__item:last-child,
.list--listing .download__meta-list .list__item:last-child,
.list--with-button .download__meta-list .list__item:last-child,
.list--grouped .download__meta-list .list__item:last-child,
.supplement--contact
  .list--navigation
  .download__meta-list
  .list__item:last-child,
.supplement--navigation
  .list--navigation
  .download__meta-list
  .list__item:last-child,
.list--rich .list .list__item:last-child,
.list--rich .download__meta-list .list__item:last-child {
  border-bottom: 0;
  padding-bottom: 0;
}
.widget--external_feeds .list--listing .list__item,
.widget--latest_news .list--listing .list__item,
.search-list .list--listing .list__item,
.news-list .list--listing .list__item,
.event-list .list--listing .list__item,
.councillor-list .list--listing .list__item {
  padding-left: 0;
  padding-right: 0;
}
.list--with-button {
  border-color: #000;
  margin-top: 1.5rem;
}
.list--with-button .list__item {
  border-color: #000;
  padding: 0.5rem 0;
}
.list--with-button .list__item:first-child {
  border-color: #000;
}
.list--with-button .button {
  color: #343e46;
  font-size: 1.125rem;
  text-decoration: underline;
}
.list--with-button .button:hover,
.list--with-button .button:focus,
.list--with-button .button:active {
  color: #343e46;
  text-decoration: none;
}
.list--with-button .button:focus {
  outline: 3px solid #1e5d4d;
}
.list--numbered,
.editor ol:not([class]):not([type]),
.list--ordered,
.editor ul:not([class]):not([type]),
.list--unordered {
  list-style: none;
  margin: 0.75rem 0 1.5rem 3rem;
}
@media screen and (min-width: 600px) {
  .list--numbered,
  .editor ol:not([class]):not([type]),
  .list--ordered,
  .editor ul:not([class]):not([type]),
  .list--unordered {
    margin-left: 4.5rem;
  }
}
.list--numbered li,
.editor ol:not([class]):not([type]) li,
.list--ordered li,
.editor ul:not([class]):not([type]) li,
.list--unordered li {
  margin: 0.5rem 0;
  padding-left: 1.75rem;
  padding-right: 0.5rem;
  position: relative;
}
.list--numbered li > *:first-child,
.editor ol:not([class]):not([type]) li > *:first-child,
.list--ordered li > *:first-child,
.editor ul:not([class]):not([type]) li > *:first-child,
.list--unordered li > *:first-child {
  margin-top: 0;
}
.list--numbered li > *:last-child,
.editor ol:not([class]):not([type]) li > *:last-child,
.list--ordered li > *:last-child,
.editor ul:not([class]):not([type]) li > *:last-child,
.list--unordered li > *:last-child {
  margin-bottom: 0;
}
.list--numbered li::before,
.editor ol:not([class]):not([type]) li::before,
.list--ordered li::before,
.editor ul:not([class]):not([type]) li::before,
.list--unordered li::before {
  display: inline-block;
  float: left;
  font-weight: 700;
  text-align: left;
  width: 1.75rem;
}
.list--numbered + .button,
.editor ol:not([class]):not([type]) + .button,
.list--ordered + .button,
.editor ul:not([class]):not([type]) + .button,
.list--unordered + .button {
  margin-top: 0.5rem;
}
.list--numbered,
.editor ol:not([class]):not([type]),
.list--ordered {
  counter-reset: list_item_count;
  font-size: 1.125rem;
  margin: 0.75rem 0 1.5rem 3rem;
}
@media screen and (min-width: 600px) {
  .list--numbered,
  .editor ol:not([class]):not([type]),
  .list--ordered {
    margin: 0.75rem 0 1.5rem 4.5rem;
  }
}
.list--numbered li,
.editor ol:not([class]):not([type]) li,
.list--ordered li {
  counter-increment: list_item_count;
  margin-top: 1rem;
  padding-left: 0;
  position: relative;
}
.list--numbered li::before,
.editor ol:not([class]):not([type]) li::before,
.list--ordered li::before {
  background-color: transparent;
  border-radius: 50%;
  content: counter(list_item_count, lower-latin) ".";
  display: block;
  font-size: 1.125rem;
  font-weight: 700;
  height: 1.625rem;
  left: -3rem;
  line-height: 1.625rem;
  position: absolute;
  text-align: center;
  width: 1.625rem;
}
@media screen and (min-width: 600px) {
  .list--numbered li::before,
  .editor ol:not([class]):not([type]) li::before,
  .list--ordered li::before {
    left: -2.4375rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .list--numbered li::before,
  .editor ol:not([class]):not([type]) li::before,
  .list--ordered li::before {
    line-height: 1.3;
  }
}
.list--numbered li > ul,
.editor ol:not([class]):not([type]) li > ul,
.list--ordered li > ul {
  counter-reset: list_item_count;
  margin-left: 3rem;
}
.list--numbered li > ul li,
.editor ol:not([class]):not([type]) li > ul li,
.list--ordered li > ul li {
  position: relative;
}
.list--numbered li > ul li::before,
.editor ol:not([class]):not([type]) li > ul li::before,
.list--ordered li > ul li::before {
  content: "";
}
.list--numbered li > ol,
.editor ol:not([class]):not([type]) li > ol,
.list--ordered li > ol {
  counter-reset: list_item_count;
  margin-left: 3rem;
}
.list--numbered li > ol li,
.editor ol:not([class]):not([type]) li > ol li,
.list--ordered li > ol li {
  position: relative;
}
.list--numbered li > ol li::before,
.editor ol:not([class]):not([type]) li > ol li::before,
.list--ordered li > ol li::before {
  background-color: transparent;
  border-radius: 50%;
  content: counter(list_item_count, lower-latin) ".";
  display: block;
  font-size: 1.125rem;
  font-weight: 700;
  height: 1.625rem;
  left: -3rem;
  line-height: 1.625rem;
  position: absolute;
  text-align: center;
  width: 1.625rem;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .list--numbered li > ol li::before,
  .editor ol:not([class]):not([type]) li > ol li::before,
  .list--ordered li > ol li::before {
    line-height: 1.3;
  }
}
.list--numbered li > ol li > ol > li,
.editor ol:not([class]):not([type]) li > ol li > ol > li,
.list--ordered li > ol li > ol > li {
  counter-reset: list_item_count;
}
.list--numbered li > ol li > ol > li::before,
.editor ol:not([class]):not([type]) li > ol li > ol > li::before,
.list--ordered li > ol li > ol > li::before {
  content: counter(list_item_count, lower-roman);
}

.list--striped > .list__item {
  border: 0;
  padding: 0.75rem;
}
.list--striped > .list__item:nth-child(odd) {
  background-color: #fafaf8;
}
.list--striped .list,
.list--striped .download__meta-list {
  margin-top: 0.5rem;
}
.list--az {
  display: block;
  margin-bottom: 1.5rem;
  margin-left: -0.5rem;
  padding-bottom: 1.5rem;
}
.list--az .list__item {
  display: inline-block;
  padding: 0 0.25rem 0 0.5rem;
  text-align: center;
  width: 25%;
}
@media screen and (min-width: 400px) {
  .list--az .list__item {
    width: 16.66667%;
  }
}
@media screen and (min-width: 600px) {
  .list--az .list__item {
    width: 10%;
  }
}
@media screen and (min-width: 820px) {
  .list--az .list__item {
    width: 7.69231%;
  }
}
@media screen and (min-width: 1280px) {
  .one-column .list--az .list__item {
    width: 3.84615%;
  }
}
.list--az .button {
  border-radius: 2.25rem;
  display: block;
  margin: 0;
  padding: 28.57143% 0.75rem;
  text-align: center;
  width: auto;
}
@media screen and (min-width: 600px) {
  .list--az .button {
    padding: 20% 0;
  }
}
@media screen and (min-width: 820px) {
  .list--az .button {
    padding-bottom: 25%;
    padding-top: 25%;
  }
}
@media screen and (min-width: 1280px) {
  .one-column .list--az .button {
    padding-bottom: 14.28571%;
    padding-top: 14.28571%;
  }
}
.list--az .button::before {
  border-radius: 2.25rem;
}
.definition__heading {
  border-top: 1px solid #e4e9f4;
  clear: left;
  font-weight: bold;
  padding-top: 1rem;
}
@media screen and (min-width: 820px) {
  .definition__heading {
    float: left;
    padding: 1rem 0.75rem;
    text-align: right;
    width: 25%;
  }
}
.definition__content {
  margin: 0;
  padding-bottom: 1rem;
  padding-top: 0.25rem;
}
@media screen and (min-width: 820px) {
  .definition__content {
    border-top: 1px solid #e4e9f4;
    float: left;
    padding: 1rem 0.75rem;
    width: 75%;
  }
}
.definition__content--link,
.definition__content--link a,
.definition__content--email,
.definition__content--email a {
  overflow-wrap: break-word;
  word-break: break-word;
  word-wrap: break-word;
}
.definition__content--map,
.directory__image {
  display: block;
  margin: 0.25rem 0 0.3rem;
}
.definition__editor > *:first-child {
  margin-top: 0;
}
.list--gallery .list__item {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: inline-block;
  padding: 0.75rem;
  text-align: center;
  vertical-align: top;
  width: 25%;
}
.list--gallery img {
  width: 100%;
}
@media screen and (max-width: 599px) {
  .list--downloads .list__item {
    margin-bottom: 2rem;
  }
}
.download {
  border-bottom: 1px solid #eeece8;
  display: block;
}
.download__link {
  background-image: none !important;
  text-shadow: none !important;
  display: block;
}
.download__link .download__heading-inner {
  background-image: -webkit-linear-gradient(
    bottom,
    #1e5d4d 0,
    #1e5d4d 1px,
    transparent 1px,
    transparent 100%
  );
  background-image: -o-linear-gradient(
    bottom,
    #1e5d4d 0,
    #1e5d4d 1px,
    transparent 1px,
    transparent 100%
  );
  background-image: linear-gradient(
    to top,
    #1e5d4d 0,
    #1e5d4d 1px,
    transparent 1px,
    transparent 100%
  );
  background-position: 0 -2px;
  background-repeat: no-repeat;
  background-size: 0 100%;
  color: #1e5d4d;
}
.download__link:hover .download__heading-inner,
.download__link:focus .download__heading-inner {
  background-size: 100% 100%;
  text-decoration: none;
  -webkit-transition: background-size 0.2s ease-out;
  -o-transition: background-size 0.2s ease-out;
  transition: background-size 0.2s ease-out;
}
.download__link:visited .download__heading-inner {
  color: #5d2590;
}
.download__link:hover .download__cta,
.download__link:focus .download__cta,
.download__link:active .download__cta {
  background-color: #12362d;
  color: #fff;
  text-decoration: none;
}
.download__heading {
  display: block;
  font-size: 1.125rem;
  margin: 0;
  padding: 0 0 0.75rem;
}
@media screen and (min-width: 600px) {
  .download__heading {
    display: inline-block;
    font-size: 1rem;
    padding-right: 0.75rem;
    padding-top: 0.75rem;
    vertical-align: bottom;
    width: calc(100% - 18rem);
  }
}
.download__meta-list {
  margin: 0;
  padding: 0;
}
@media screen and (min-width: 600px) {
  .download__meta-list {
    display: inline-block;
    text-align: right;
    vertical-align: bottom;
    width: 18rem;
  }
}
.download__meta {
  display: inline-block;
  margin: 0.75rem 0 0.75rem 0.75rem;
  padding: 0 0.25rem;
  vertical-align: bottom;
}
@media screen and (min-width: 600px) {
  .download__meta {
    font-size: 0.9375rem;
    margin-top: 0.8rem;
  }
}
@media screen and (min-width: 600px) {
  .download__meta--type {
    text-align: center;
    width: 3.5rem;
  }
}
.download__meta--link {
  background-color: transparent;
  float: left;
  margin: 0;
  padding: 0;
}
@media screen and (min-width: 600px) {
  .download__meta--link {
    float: none;
    font-size: 1rem;
    margin-left: 0.75rem;
  }
}
.download__cta {
  background-color: #1e5d4d;
  display: block;
  margin: 0 0 -1px;
  padding: 0.75rem;
}
.download__cta,
.download__cta:visited {
  color: #fff;
}
.download__cta-text {
  display: inline-block;
  margin-right: 1rem;
  vertical-align: middle;
}
@media screen and (min-width: 600px) {
  .download__cta-text {
    display: none;
  }
}
.download__cta-icon {
  display: inline-block;
  vertical-align: middle;
}
@media screen and (min-width: 600px) {
  .list--3up {
    break-inside: avoid;
    -webkit-column-break-inside: avoid;
    -webkit-column-gap: 2rem;
    -moz-column-gap: 2rem;
    column-gap: 2rem;
    -webkit-columns: 2;
    -moz-columns: 2;
    columns: 2;
    page-break-inside: avoid;
  }
}
@media screen and (min-width: 820px) {
  .list--3up {
    -webkit-columns: 3;
    -moz-columns: 3;
    columns: 3;
  }
}
.list--3up .list__item {
  -webkit-column-break-inside: avoid;
  page-break-inside: avoid;
  break-inside: avoid;
  display: block;
  margin-top: 0;
  padding: 0.5rem 0;
}
.list--3up .list__link {
  display: block;
}
@media screen and (min-width: 600px) {
  .list--3up .list__link {
    display: inline-block;
  }
}
.list--2up {
  margin: 0;
}
@media screen and (min-width: 600px) {
  .list--2up {
    break-inside: avoid;
    -webkit-column-break-inside: avoid;
    -webkit-column-gap: 2rem;
    -moz-column-gap: 2rem;
    column-gap: 2rem;
    -webkit-columns: 1;
    -moz-columns: 1;
    columns: 1;
    page-break-inside: avoid;
  }
}
@media screen and (min-width: 820px) {
  .list--2up {
    -webkit-columns: 2;
    -moz-columns: 2;
    columns: 2;
  }
}
.list--2up > .list__item {
  -webkit-column-break-inside: avoid;
  page-break-inside: avoid;
  break-inside: avoid;
  display: block;
  margin: 0;
  padding: 0.375rem 0;
}
@media screen and (min-width: 820px) {
  .list--2up.list--navigation {
    margin: 3rem 0 0 4.5rem;
  }
}
.list--2up.list--navigation > .list__item {
  padding-top: 0.875rem;
}
.list--2up.list--navigation > .list__item::before {
  top: 1.625rem;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
}
.list--2up .list__link {
  display: block;
}
@media screen and (min-width: 600px) {
  .list--2up .list__link {
    display: inline-block;
  }
}
.list--record,
.list--navigation {
  color: #4d71b8;
  margin: 0 0 0 0.5rem;
  position: relative;
}
@media screen and (min-width: 820px) {
  .list--record,
  .list--navigation {
    margin: 3rem 0 0 3.25rem;
  }
}
@media screen and (min-width: 820px) {
  /*
  .list--record::before,
  .list--navigation::before {
    background-color: #1e5d4d;
    content: "";
    display: block;
    height: 4px;
    left: -3.25rem;
    position: absolute;
    top: -3rem;
    width: 2.5rem;
	*/
  }
}
.directory-article .list--record,
.directory-article .list--navigation {
  margin-bottom: 2.25rem;
}
.supplement--navigation .list--record,
.supplement--navigation .list--navigation {
  margin: 0 0 0 1.5rem;
}
@media screen and (min-width: 820px) {
  .supplement--navigation .list--record,
  .supplement--navigation .list--navigation {
    margin: 3rem 0 0 1.5rem;
  }
}
@media screen and (min-width: 820px) {
  .supplement--navigation .list--record::before,
  .supplement--navigation .list--navigation::before {
    left: -1.5rem;
  }
}
.list--record,
.list--record .widget-documents,
.widget-sub-categories .list--record,
.page-subheading + .list--record,
.list--navigation.list--record,
.list--navigation .widget-documents,
.widget-sub-categories .list--navigation,
.page-subheading + .list--navigation {
  margin-left: 1rem;
}
.list--record::before,
.list--record .widget-documents::before,
.widget-sub-categories .list--record::before,
.page-subheading + .list--record::before,
.list--navigation.list--record::before,
.list--navigation .widget-documents::before,
.widget-sub-categories .list--navigation::before,
.page-subheading + .list--navigation::before {
  left: -1rem;
  top: -2rem;
}
.map + .list--record::before,
.map + .list--navigation::before {
  content: none;
}
.list--record + .boxed,
.list--navigation + .boxed {
  margin-top: 2rem;
}
.list--record .list__item,
.list--navigation .list__item {
  font-size: 1.70rem;
  padding-left: .55rem;
  position: relative;
}
.list--record .list__item::before 
/*,.list--navigation .list__item::before*/{
  background-color: #1e5d4d;
  border-radius: 4px;
  content: "";
  display: block;
  height: 0.5rem;
  left: 0;
  position: absolute;
  top: 1rem;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 0.5rem;
}
.list--record .list__link,
.list--navigation .list__link {
  color: #1e5d4d;
}
.list--record .list__link:visited,
.list--navigation .list__link:visited {
  color: #5d2590;
}
.list--record .list__link:hover,
.list--record .list__link:focus,
.list--record .list__link:active,
.list--navigation .list__link:hover,
.list--navigation .list__link:focus,
.list--navigation .list__link:active {
  color: #1e5d4d;
}
@media screen and (min-width: 820px) and (max-width: 959px) {
  .page-content .list--record:first-child {
    margin-top: 4.5rem;
  }
}
.list--numbered > .list__item {
  counter-increment: list_item_count;
  margin-top: 1rem;
  padding-left: 0;
  position: relative;
}
.list--numbered > .list__item::before {
  background-color: transparent;
  border-radius: 50%;
  content: counter(list_item_count);
  display: block;
  font-size: 1.125rem;
  font-weight: 700;
  height: 1.625rem;
  left: -3rem;
  line-height: 1.625rem;
  margin-left: 0;
  margin-right: 0.5em;
  min-width: 1.625rem;
  position: absolute;
  text-align: center;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
  width: 1.625rem;
}
@media screen and (min-width: 600px) {
  .list--numbered > .list__item::before {
    left: -4.5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .list--numbered > .list__item::before {
    line-height: 1.3;
  }
}
.list--numbered {
  counter-reset: list_item_count;
  font-size: 1.125rem;
  margin: 0.75rem 0 1.5rem 3rem;
}
@media screen and (min-width: 600px) {
  .list--numbered {
    margin: 0.75rem 0 1.5rem 4.5rem;
  }
}
.list--numbered ul,
.list--numbered ol {
  counter-reset: list_item_count;
  margin-left: 3rem;
}
.list--numbered li {
  padding-left: 0;
}
.list--numbered.list,
.list--numbered.download__meta-list {
  margin-top: 0.5rem;
}
.list--grouped .list__item {
  padding: 0.75rem 0;
}
.list--grouped .list,
.list--grouped .download__meta-list {
  font-size: 0.9375rem;
  margin: 0.75rem 0 0;
}
.list--grouped .list .list__item,
.list--grouped .download__meta-list .list__item {
  border: 0;
  padding-top: 0;
}
.list--grouped .list .list__item:first-child,
.list--grouped .download__meta-list .list__item:first-child {
  border-top: 0;
}
.list--form-summary .list__item-content {
  overflow-wrap: break-word;
  word-break: break-word;
  word-wrap: break-word;
}
.boxed,
.widget-navigation .list__link,
.card,
.listing--featured,
.supplement,
.widget--myaccount-signed-out-content .myaccount-widget,
.widget--myaccount-sign-in .myaccount-widget,
.widget--my-account-direct-debits .myaccount-widget,
.widget--my-account-forms .myaccount-widget,
.widget--myaccount-api-links .myaccount-widget,
.widget--myaccount-form-submissions .myaccount-widget,
.widget--myaccount-my-address .myaccount-widget,
.widget--myaccount-paybridge-balance-lookup .myaccount-widget,
.widget--myaccount-payments .myaccount-widget,
.widget--myaccount-directory-submissions .myaccount-widget,
.widget--myaccount-cxm-cases-compact .myaccount-widget,
.widget--myaccount-cxm-cases-verbose-list .myaccount-widget,
.widget--myaccount-cxm-cases-verbose-table .myaccount-widget,
.widget--myaccount-northgate-citizen-access .myaccount-widget,
.widget--myaccount-organisation-account-links .myaccount-widget,
.widget--myaccount-organisation-links .myaccount-widget,
.my-cases .myaccount-widget,
.widget--myaccount-links .myaccount-widget,
.widget--my-account-forms #no-forms,
.widget--myaccount-form-submissions #no-forms,
.widget--my-account-forms .submitted,
.widget--my-account-forms .unsubmitted,
.widget--myaccount-form-submissions .submitted,
.widget--myaccount-form-submissions .unsubmitted,
.cxm-service__info,
.cxm-service__case-detail,
.cxm-service__action,
.video-feature-box--boxed,
.service,
.top-task,
.aside__section {
  background-color: #f5f5f7;
  margin: 0 0 1.5rem;
  padding: 1.5rem 1.875rem;
}
.widget--myaccount-links h2,
.widget--myaccount-links .h2,
.widget--myaccount-directory-submissions .directory-submissions__item-heading,
.widget--myaccount-api-links h3,
.widget--myaccount-api-links .form__heading,
.widget--myaccount-api-links .h3,
.widget--myaccount-my-address h3,
.widget--myaccount-my-address .form__heading,
.widget--myaccount-my-address .h3,
.video-feature-box__heading,
.supplement__heading,
.aside__heading,
.boxed__heading {
  font-size: 1.25rem;
  margin-top: 0;
}
@media screen and (min-width: 820px) {
  .widget--myaccount-links h2,
  .widget--myaccount-links .h2,
  .widget--myaccount-directory-submissions .directory-submissions__item-heading,
  .widget--myaccount-api-links h3,
  .widget--myaccount-api-links .form__heading,
  .widget--myaccount-api-links .h3,
  .widget--myaccount-my-address h3,
  .widget--myaccount-my-address .form__heading,
  .widget--myaccount-my-address .h3,
  .video-feature-box__heading,
  .supplement__heading,
  .aside__heading,
  .boxed__heading {
    font-size: 1.875rem;
  }
}
.widget--myaccount-payments h3,
.widget--myaccount-payments .form__heading,
.widget--myaccount-payments .h3,
.widget--myaccount-links h3,
.widget--myaccount-links .form__heading,
.widget--myaccount-links .h3,
.widget--my-account-forms h3,
.widget--my-account-forms .form__heading,
.widget--my-account-forms .h3,
.widget--myaccount-form-submissions h3,
.widget--myaccount-form-submissions .form__heading,
.widget--myaccount-form-submissions .h3,
.boxed__subheading {
  font-size: 1rem;
}
.boxed__form {
  background: none;
  border: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  margin: 0;
  padding: 0;
}
.boxed__list {
  margin-bottom: 2rem;
}
.boxed__link {
  background-color: #f5f5f7;
}
.boxed--standout .boxed__link,
.boxed--vanilla .boxed__link {
  background-color: #fff;
}
.boxed--primary {
  border-color: #1e5d4d;
  color: #000;
}
.boxed--secondary {
  border-color: #323e47;
  color: #000;
}
.boxed--standout,
.listing--featured,
.widget--myaccount-links .myaccount-widget,
.service {
  background-color: #fff;
  border: 3px solid #616365;
}
.boxed--subtle {
  border-color: #e4e9f4;
  color: #343e46;
}
.boxed--vanilla {
  background-color: #fff;
  border-color: #fff;
}
.nav {
  list-style: none;
  margin: 0;
  padding: 0;
}
.nav__item,
.nav__link {
  display: inline-block;
}
.nav__heading {
  font-size: 1.25rem;
  margin-bottom: 1.5rem;
}
.nav__heading:first-child {
  margin-top: 0;
}
.skip-links {
  background: transparent;
  border: 0;
  display: inline;
  left: 0;
  margin: 0;
  padding: 0;
  position: absolute;
  top: 3px;
  width: 100%;
  z-index: 999;
}
.list--back-to-top,
.list--skip-links {
  height: 0;
  left: 0;
  overflow: visible;
  position: absolute;
  text-align: center;
  top: 0;
  width: 100%;
}
.list--back-to-top,
.list--back-to-top .list__item,
.list--skip-links,
.list--skip-links .list__item {
  margin: 0;
  padding: 0;
}
.list--back-to-top .list__link,
.list--skip-links .list__link {
  display: inline-block;
  padding: 0.75rem 1.5rem 1rem;
}
.list--back-to-top .list__link:link,
.list--back-to-top .list__link:hover,
.list--back-to-top .list__link:active,
.list--back-to-top .list__link:focus,
.list--skip-links .list__link:link,
.list--skip-links .list__link:hover,
.list--skip-links .list__link:active,
.list--skip-links .list__link:focus {
  background-color: #000;
  color: #fff;
}
.list--back-to-top .list__link:focus,
.list--skip-links .list__link:focus {
  outline-color: #fff;
}
.list--back-to-top {
  position: fixed;
  z-index: 999;
}
.breadcrumb {
  background-color: #e4e9f4;
  font-weight: 600;
  padding: 0;
}
.list--breadcrumb {
  display: block;
  font-size: 0.9375rem;
  margin: 0.75rem 0 0;
  padding: 0 1rem 0 0;
}
.list--breadcrumb .list__item {
  display: inline;
  margin: 0.125rem 0;
  vertical-align: top;
}
@media screen and (min-width: 820px) {
  .list--breadcrumb .list__item {
    margin: 0.25rem 0;
  }
}
.list--breadcrumb .list__item:last-child::after {
  content: none;
}
.list--breadcrumb .list__item::after {
  content: "|";
  display: inline;
  margin: 0 0.1875rem;
}
@media screen and (min-width: 820px) {
  .list--breadcrumb .list__item::after {
    margin: 0 0.75rem;
  }
}
.list--breadcrumb a {
  background-image: none !important;
  text-shadow: none !important;
  color: #343e46;
  display: inline-block;
  font-weight: 700;
  text-decoration: underline;
}
.list--breadcrumb a:hover,
.list--breadcrumb a:focus,
.list--breadcrumb a:active {
  text-decoration: none;
}
.list--breadcrumb a:visited {
  color: #1e5d4d;
}
.list--breadcrumb span {
  display: inline-block;
  font-weight: 400;
}
.directory-record-list .list--breadcrumb span {
  min-width: 10rem;
}

.nav--primary-navigation {
  -ms-flex-item-align: center;
  align-self: center;
  -webkit-box-flex: 0;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  font-size: 0.9375rem;
  text-align: right;
}
@media screen and (max-width: 599px) {
  .nav--primary-navigation {
    display: block;
    text-align: center;
  }
}
.nav--primary-navigation .list__item {
  margin-left: 2.25rem;
  margin-top: 0;
  width: auto;
}
@media screen and (max-width: 819px) {
  .nav--primary-navigation .list__item {
    margin-left: 1.5rem;
  }
}
@media screen and (max-width: 599px) {
  .nav--primary-navigation .list__item {
    margin-left: 0;
  }
}
.nav--primary-navigation .search-icon {
  opacity: 1;
  -webkit-transition: opacity 0.4s ease-out 0.3s;
  -o-transition: opacity 0.4s ease-out 0.3s;
  transition: opacity 0.4s ease-out 0.3s;
}
.nav--primary-navigation .search-hidden-focus {
  display: none;
}
.nav--primary-navigation .button {
  background: none;
  border: 0;
  margin: 0;
  padding: 0.375rem 0.75rem;
}
.nav--primary-navigation .button:hover .button__text,
.nav--primary-navigation .button:focus .button__text,
.nav--primary-navigation .button:active .button__text {
  color: #e0faf4;
}
.nav--primary-navigation .button::before {
  display: none;
}
@media screen and (max-width: 599px) {
  .nav--primary-navigation .button[aria-expanded="true"] {
    background-color: #37aa8d;
    border-color: #37aa8d;
  }
}
.nav--primary-navigation .button[aria-expanded="true"] .search-icon {
  opacity: 0;
  -webkit-transition: opacity 0.3s ease-out;
  -o-transition: opacity 0.3s ease-out;
  transition: opacity 0.3s ease-out;
}
.nav--primary-navigation .button[aria-expanded="true"] ~ .search-hidden-focus {
  display: block;
}
.nav--primary-navigation .button .icon {
  height: 1.6875rem;
  margin-right: 0;
  width: 1.6875rem;
}
@media screen and (min-width: 820px) {
  .nav--primary-navigation .button .icon {
    margin-right: 0.625rem;
  }
}
.nav--primary-navigation .button.js-menu-toggle:hover .toggle-icon::after,
.nav--primary-navigation .button.js-menu-toggle:hover .toggle-icon::before,
.nav--primary-navigation
  .button.js-menu-toggle:hover
  .toggle-icon
  .toggle-icon__line,
.nav--primary-navigation .button.js-menu-toggle:focus .toggle-icon::after,
.nav--primary-navigation .button.js-menu-toggle:focus .toggle-icon::before,
.nav--primary-navigation
  .button.js-menu-toggle:focus
  .toggle-icon
  .toggle-icon__line,
.nav--primary-navigation .button.js-menu-toggle:active .toggle-icon::after,
.nav--primary-navigation .button.js-menu-toggle:active .toggle-icon::before,
.nav--primary-navigation
  .button.js-menu-toggle:active
  .toggle-icon
  .toggle-icon__line {
  background-color: #e0faf4;
}
.nav--primary-navigation .button.js-menu-toggle .toggle-icon::after {
  bottom: 0.3rem;
}
.nav--primary-navigation .button.js-menu-toggle .toggle-icon::before {
  top: 0.3rem;
}
.nav--primary-navigation .button.js-menu-toggle .toggle-icon::before,
.nav--primary-navigation .button.js-menu-toggle .toggle-icon::after,
.nav--primary-navigation
  .button.js-menu-toggle
  .toggle-icon
  .toggle-icon__line {
  -webkit-transition: none;
  -o-transition: none;
  transition: none;
}
.nav--primary-navigation
  .button.js-menu-toggle[aria-expanded="true"]
  .toggle-icon::after {
  bottom: 50%;
}
.nav--primary-navigation
  .button.js-menu-toggle[aria-expanded="true"]
  .toggle-icon::before {
  top: 50%;
}
.nav--primary-navigation .button__text {
  color: #fff;
  display: none;
  font-size: 0.9375rem;
  text-transform: none;
}
@media screen and (min-width: 820px) {
  .nav--primary-navigation .button__text {
    display: inline-block;
    vertical-align: middle;
  }
}
.navigation-buttons,
.account-navigation {
  display: inline-block;
  vertical-align: middle;
}
.navigation-buttons .list--inline {
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.navigation-buttons .list__item {
  margin-right: 2px;
}
.no-js .navigation-buttons .list__item {
  display: none;
}
.no-js .navigation-buttons .list__item--account {
  display: block;
}
.navigation-buttons .list__item--payment .button__text {
  line-height: 1.8;
}
@media screen and (min-width: 820px) {
  .navigation-buttons .list__item--payment .icon {
    display: none;
  }
}
.account-navigation {
  display: none;
  margin-right: 0.75rem;
}
@media screen and (min-width: 1020px) {
  .account-navigation {
    margin-right: 1.5rem;
  }
}
.account-navigation .list,
.account-navigation .download__meta-list {
  display: none;
}
@media screen and (min-width: 600px) {
  .account-navigation .list,
  .account-navigation .download__meta-list {
    display: block;
  }
}
.account-navigation .list__item {
  margin-right: 0.5rem;
}
.account-navigation .list__item::after {
  content: "/";
  margin-left: 0.375rem;
}
.account-navigation .list__item:last-child::after {
  content: none;
}
.account-navigation .list__link {
  background-image: -webkit-linear-gradient(
    bottom,
    #1e5d4d 0,
    #1e5d4d 1px,
    transparent 1px,
    transparent 100%
  );
  background-image: -o-linear-gradient(
    bottom,
    #1e5d4d 0,
    #1e5d4d 1px,
    transparent 1px,
    transparent 100%
  );
  background-image: linear-gradient(
    to top,
    #1e5d4d 0,
    #1e5d4d 1px,
    transparent 1px,
    transparent 100%
  );
  background-position: 0 -2px;
  background-repeat: no-repeat;
  background-size: 0 100%;
  color: #1e5d4d;
}
.account-navigation .list__link:hover,
.account-navigation .list__link:focus {
  background-size: 100% 100%;
  text-decoration: none;
  -webkit-transition: background-size 0.2s ease-out;
  -o-transition: background-size 0.2s ease-out;
  transition: background-size 0.2s ease-out;
}
.account-navigation .list__link:visited {
  color: #5d2590;
}
.account-navigation .list__link:visited {
  color: #1e5d4d;
}
.account-navigation .button {
  margin-right: 0.125rem;
}
@media screen and (min-width: 600px) {
  .account-navigation .button {
    display: none;
  }
}
.nav--pages-in {
  background-color: #f5f5f7;
  margin-bottom: 2rem;
  padding: 1.5rem 0;
  position: relative;
}
@media screen and (min-width: 600px) {
  .nav--pages-in {
    padding: 3.5rem 0;
  }
}
.nav--pages-in .nav__heading {
  color: #343e46;
  font-family: "Asap", sans-serif;
  font-weight: 600;
  margin-bottom: 1.25rem;
  text-transform: uppercase;
}
.no-js .nav--pages-in .nav__heading {
  display: block;
}
.nav--pages-in .nav__toggle {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 auto;
  max-width: 80%;
  padding: 1rem;
  position: relative;
}
@media screen and (min-width: 820px) {
  .nav--pages-in .nav__toggle {
    display: none;
  }
}
.nav--pages-in .nav__toggle[aria-expanded="true"] .nav__toggle-icon {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.nav--pages-in .nav__toggle-heading {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  text-align: left;
}
.nav--pages-in .nav__toggle-pages {
  -webkit-box-flex: 0;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  margin-right: 1rem;
}
.nav--pages-in .nav__toggle-icon {
  -ms-flex-item-align: center;
  align-self: center;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: -webkit-transform 0.6s
    cubic-bezier(0.23, 0.34, 0.24, 1.06);
  transition: -webkit-transform 0.6s cubic-bezier(0.23, 0.34, 0.24, 1.06);
  -o-transition: transform 0.6s cubic-bezier(0.23, 0.34, 0.24, 1.06);
  transition: transform 0.6s cubic-bezier(0.23, 0.34, 0.24, 1.06);
  transition: transform 0.6s cubic-bezier(0.23, 0.34, 0.24, 1.06),
    -webkit-transform 0.6s cubic-bezier(0.23, 0.34, 0.24, 1.06);
}
.nav--pages-in .nav__list {
  background-color: #f5f5f7;
  -webkit-column-gap: 1.5rem;
  -moz-column-gap: 1.5rem;
  column-gap: 1.5rem;
  margin: 0 auto;
  position: relative;
}
@media screen and (max-width: 819px) {
  .nav--pages-in .nav__list {
    display: none;
    position: absolute;
    -webkit-transform: translateY(-0.5rem);
    -ms-transform: translateY(-0.5rem);
    transform: translateY(-0.5rem);
    -webkit-transition: opacity 0.3s ease-out;
    -o-transition: opacity 0.3s ease-out;
    transition: opacity 0.3s ease-out;
    z-index: 5;
    border-bottom: 3px solid #323e47;
    margin-bottom: 1.5rem;
    margin-top: 1.5rem;
    padding: 0 1.5rem 1.5rem;
    width: 100%;
  }
  .nav--pages-in .nav__list[aria-hidden="false"],
  .nav--pages-in .nav__list.is-open[aria-hidden="true"] {
    display: block;
    opacity: 0;
    -webkit-transform: translateY(-0.5rem) scale(0);
    -ms-transform: translateY(-0.5rem) scale(0);
    transform: translateY(-0.5rem) scale(0);
  }
  .nav--pages-in .nav__list.is-open {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
  .no-js .nav--pages-in .nav__list {
    display: block;
    position: static;
  }
}
@media screen and (min-width: 600px) {
  .nav--pages-in .nav__list {
    -webkit-columns: 2;
    -moz-columns: 2;
    columns: 2;
    font-size: 1.125rem;
  }
}
.nav--pages-in .nav__list::before {
  background-color: transparent;
  border-color: #f5f5f7 transparent transparent;
  border-style: solid;
  border-width: 1rem 1.5rem 0;
  bottom: -4.5rem;
  content: "";
  display: none;
  height: 0;
  left: 1rem;
  position: absolute;
  top: initial;
  width: 0;
}
@media screen and (min-width: 820px) {
  .nav--pages-in .nav__list::before {
    display: block;
  }
}
.nav--pages-in .list__link {
  color: #343e46;
  display: inline;
  font-weight: 600;
  text-decoration: underline;
}
.nav--pages-in .list__link:hover,
.nav--pages-in .list__link:focus,
.nav--pages-in .list__link:active {
  text-decoration: none;
}
.nav--pages-in .list__link:visited {
  color: #1e5d4d;
}
.nav--pages-in .list__item {
  margin: 0;
  padding: 0.625rem 0 0.625rem 2rem;
}
@media screen and (min-width: 600px) {
  .nav--pages-in .list__item {
    -webkit-column-break-inside: avoid;
    break-inside: avoid;
    display: block;
    page-break-inside: avoid;
  }
}
.nav--pages-in .list__item::before {
  background: none;
  content: counter(list_item_count) ".";
  font-weight: 400;
  height: initial;
  left: 0;
  line-height: 0;
  top: 1.3125rem;
  width: initial;
}
@media screen and (min-width: 600px) {
  .nav--pages-in .list__item::before {
    font-size: 1.125rem;
    top: 1.1875rem;
  }
}
.nav--pages-in .list__item.is-active::before {
  font-weight: 600;
}
.nav--pages-in .list__item.is-active .list__link {
  color: #343e46;
  font-weight: 600;
  text-decoration: none;
}
.nav--pages-in .list__item .list__link-text {
  color: #343e46;
  font-weight: 400;
}
.nav--social-links .nav__heading {
  margin-bottom: 0;
}
.nav--social-links .list__item {
  margin: 0.75rem 0.75rem 0.75rem 0;
  width: auto;
}
.nav--social-links .list__link {
  background-color: #1e5d4d;
  color: #fff;
  display: block;
  margin: 0 0.25rem;
  position: relative;
}
@media screen and (min-width: 960px) and (max-width: 1019px) {
  .nav--social-links .list__link {
    margin: 0;
  }
}
.nav--social-links .list__link::before {
  background-color: transparent;
  border: 3px solid #323e47;
  bottom: 0;
  content: "";
  display: block;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  -webkit-transform-origin: center;
  -ms-transform-origin: center;
  transform-origin: center;
  z-index: 1;
}
.nav--social-links .list__link:hover::before,
.nav--social-links .list__link:focus::before,
.nav--social-links .list__link:active::before {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}
.nav--social-links .list__link:focus {
  /*outline-color: transparent;*/
}
.nav--social-links .icon {
  height: 3.5rem;
  position: relative;
  width: 3.5rem;
  z-index: 2;
}
.site-footer .nav--social-links {
  margin-bottom: 1.5rem;
  text-align: center;
}
@media screen and (min-width: 960px) {
  .site-footer .nav--social-links {
    margin-bottom: 0.75rem;
    text-align: left;
  }
}
.site-footer .nav--social-links .list__item {
  margin: 0;
  vertical-align: bottom;
}
.site-footer .nav--social-links .list__link {
  color: #fff;
}
.site-footer .nav--social-links .list__link:visited {
  color: #fff;
}
.site-footer .nav--social-links .list__link::before {
  border-color: #fff;
}
.site-header .nav--social-links {
  display: none;
}
@media screen and (min-width: 820px) {
  .site-header .nav--social-links {
    display: inline-block;
    margin-bottom: 0;
    margin-right: 0.5rem;
  }
}
.site-header .nav--social-links .list__item {
  margin-bottom: 0;
  margin-right: 0.5rem;
  margin-top: 0;
  vertical-align: middle;
}
.site-header .nav--social-links .list__link {
  padding: 0.625rem 0.5rem;
}
.nav--share {
  bottom: 0.5rem;
  display: block;
  position: absolute;
  right: 0;
}
@media screen and (max-width: 819px) {
  .nav--share {
    bottom: auto;
    display: inline-block;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    float: left;
    margin-top: 0.25rem;
    position: relative;
    right: auto;
  }
}
.nav--share .share__social-list[aria-hidden="false"] {
  opacity: 1;
  -webkit-transform: translate(-50%, -83.33333px);
  -ms-transform: translate(-50%, -83.33333px);
  transform: translate(-50%, -83.33333px);
  visibility: visible;
}
@media screen and (max-width: 1279px) {
  .nav--share .share__social-list[aria-hidden="false"] {
    -webkit-transform: translate(-125px, -10%);
    -ms-transform: translate(-125px, -10%);
    transform: translate(-125px, -10%);
  }
}
.nav--share .share__social-list[aria-hidden="false"]::before,
.nav--share .share__social-list[aria-hidden="false"]::after {
  height: 33.33333%;
}
.nav--share.open-delay .share__social-list[aria-hidden="true"] {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}
.share__social-list {
  background-color: #323e47;
  border-radius: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  height: 100px;
  left: 50%;
  list-style: none;
  margin: 0;
  opacity: 0;
  padding: 0;
  position: absolute;
  top: -100%;
  -webkit-transform: translate(-50%, -71.42857px);
  -ms-transform: translate(-50%, -71.42857px);
  transform: translate(-50%, -71.42857px);
  -webkit-transition: opacity 0.3s cubic-bezier(0.23, 0.34, 0.24, 1.06),
    visibility 0.3s cubic-bezier(0.23, 0.34, 0.24, 1.06),
    -webkit-transform 0.3s cubic-bezier(0.23, 0.34, 0.24, 1.06);
  transition: opacity 0.3s cubic-bezier(0.23, 0.34, 0.24, 1.06),
    visibility 0.3s cubic-bezier(0.23, 0.34, 0.24, 1.06),
    -webkit-transform 0.3s cubic-bezier(0.23, 0.34, 0.24, 1.06);
  -o-transition: opacity 0.3s cubic-bezier(0.23, 0.34, 0.24, 1.06),
    transform 0.3s cubic-bezier(0.23, 0.34, 0.24, 1.06),
    visibility 0.3s cubic-bezier(0.23, 0.34, 0.24, 1.06);
  transition: opacity 0.3s cubic-bezier(0.23, 0.34, 0.24, 1.06),
    transform 0.3s cubic-bezier(0.23, 0.34, 0.24, 1.06),
    visibility 0.3s cubic-bezier(0.23, 0.34, 0.24, 1.06);
  transition: opacity 0.3s cubic-bezier(0.23, 0.34, 0.24, 1.06),
    transform 0.3s cubic-bezier(0.23, 0.34, 0.24, 1.06),
    visibility 0.3s cubic-bezier(0.23, 0.34, 0.24, 1.06),
    -webkit-transform 0.3s cubic-bezier(0.23, 0.34, 0.24, 1.06);
  width: 100px;
  z-index: 2;
}
@media screen and (max-width: 1279px) {
  .share__social-list {
    -webkit-transform: translate(-115px, -10%);
    -ms-transform: translate(-115px, -10%);
    transform: translate(-115px, -10%);
  }
}
.share__social-list::before,
.share__social-list::after {
  background-color: #fff;
  content: "";
  left: 50%;
  position: absolute;
  top: 50%;
}
.share__social-list::before,
.share__social-list::after {
  height: 10%;
  -webkit-transition: height 0.3s cubic-bezier(0.23, 0.34, 0.24, 1.06);
  -o-transition: height 0.3s cubic-bezier(0.23, 0.34, 0.24, 1.06);
  transition: height 0.3s cubic-bezier(0.23, 0.34, 0.24, 1.06);
  width: 1px;
}
.share__social-list::before {
  -webkit-transform: rotate(45deg) translate(-0.25rem, -0.25rem);
  -ms-transform: rotate(45deg) translate(-0.25rem, -0.25rem);
  transform: rotate(45deg) translate(-0.25rem, -0.25rem);
  -webkit-transform-origin: top left;
  -ms-transform-origin: top left;
  transform-origin: top left;
}
.share__social-list::after {
  -webkit-transform: rotate(-45deg) translate(0.25rem, -0.25rem);
  -ms-transform: rotate(-45deg) translate(0.25rem, -0.25rem);
  transform: rotate(-45deg) translate(0.25rem, -0.25rem);
  -webkit-transform-origin: top right;
  -ms-transform-origin: top right;
  transform-origin: top right;
}
.share__social-list[aria-hidden="true"] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  opacity: 0;
  visibility: hidden;
}
.share__social-list[aria-hidden="false"] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  opacity: 1;
}
.no-js .share__social-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  opacity: 1;
}
.share__social-item {
  margin: 0;
  position: relative;
  width: 50%;
}
.share__social-item:first-child .share__social-link {
  border-top-left-radius: 100%;
}
.share__social-item:nth-child(2) .share__social-link {
  border-top-right-radius: 100%;
}
.share__social-item:nth-child(3) {
  width: 100%;
}
.share__social-item:nth-child(3)::before {
  background-color: #fff;
  bottom: 100%;
  content: "";
  height: 75%;
  left: 50%;
  position: absolute;
  -webkit-transform: translateY(-0.3rem);
  -ms-transform: translateY(-0.3rem);
  transform: translateY(-0.3rem);
  width: 1px;
}
.share__social-item:nth-child(3) .share__social-link {
  left: 25%;
  top: 0.5rem;
  width: 50%;
}
.share__social-item:last-child .share__social-link {
  border-bottom-right-radius: 100%;
}
.share__social-item .icon {
  position: absolute;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  -o-transition: transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}
.share__social-item:first-child .icon {
  bottom: 0.25rem;
  right: 0.25rem;
}
.share__social-item:nth-child(2) .icon {
  bottom: 0.25rem;
  left: 0.25rem;
}
.share__social-item:last-child .icon {
  left: calc(50% - 1rem);
  top: 0;
}
.share__social-item:last-child::after {
  border-color: #323e47 transparent transparent;
  border-style: solid;
  border-width: 0.625rem 0.5rem 0;
  bottom: -0.5625rem;
  content: "";
  height: 0;
  position: absolute;
  width: 0;
  left: 50%;
  margin-top: 0.5rem;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}
@media screen and (max-width: 1279px) {
  .share__social-item:last-child::after {
    border-color: transparent transparent transparent #323e47;
    border-width: 0.5rem 0 0.5rem 0.625rem;
    bottom: initial;
    left: initial;
    right: -0.5625rem;
    top: -1rem;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
}
.no-js .share__social-item:last-child::after {
  display: none;
}
.share__social-link {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  position: relative;
  width: 100%;
}
.share__social-link:hover .icon,
.share__social-link:focus .icon,
.share__social-link:active .icon {
  -webkit-transform: scale(0.9);
  -ms-transform: scale(0.9);
  transform: scale(0.9);
}
.share__social-link:hover .icon::before,
.share__social-link:focus .icon::before,
.share__social-link:active .icon::before {
  opacity: 1;
  width: 12px;
}
.share__social-link:focus {
  z-index: 1;
}
.share__button {
  background-color: transparent;
  border: 0;
  border-radius: 0;
  border-right: 3px solid transparent;
  color: #000;
  height: 1.5rem;
  margin: 0;
  overflow: hidden;
  padding: 0;
  text-indent: -9999px;
  -webkit-transition: border 0.3s ease;
  -o-transition: border 0.3s ease;
  transition: border 0.3s ease;
  width: 1.5rem + 3px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .share__button {
    background-size: 1.44rem;
  }
}
.share__button::before {
  display: none;
}
.share__button:focus {
  outline: 3px solid #1e5d4d;
}
.share__button:hover,
.share__button:active {
  border-right: 3px solid #1e5d4d;
}
.alert {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  color: #343e46;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 0 0 3rem;
  min-height: 5.375rem;
  padding: 1.5rem 1.5rem 1.625rem 5.4rem;
  position: relative;
}
@media screen and (max-width: 599px) {
  .alert {
    padding-right: 1rem;
  }
}
.alert::before {
  background-size: contain;
  content: "";
  display: block;
  float: none;
  height: 3.375rem;
  left: 0.75rem;
  margin: 1rem 0;
  position: absolute;
  top: 0;
  width: 3.375rem;
}
.alert > *:first-child {
  margin-top: 0;
}
.alert__heading {
  color: #000;
  font-weight: 600;
  margin-bottom: 0;
  max-width: 100%;
}
@media screen and (max-width: 599px) {
  .alert__heading {
    display: inline-block;
    vertical-align: middle;
  }
}
.alert__list {
  clear: both;
  margin-bottom: 0;
  margin-top: 0.75rem;
}
.alert__text {
  display: inline-block;
  margin: 0.5rem 0 0;
}
.alert__list,
.alert__text {
  max-width: 100%;
}
.alert__close {
  top: 50%;
  -webkit-transform: translateY(-50%) rotate(45deg);
  -ms-transform: translateY(-50%) rotate(45deg);
  transform: translateY(-50%) rotate(45deg);
}
@media screen and (min-width: 600px) {
  .alert__close {
    right: -0.5rem;
  }
}
@media screen and (min-width: 1280px) {
  .alert__close {
    right: 2rem;
  }
}
.alert__form {
  clear: both;
}
@media screen and (max-width: 599px) {
  .alert__form {
    background: #fff;
    margin: 0.75rem -0.75rem 0;
    padding: 0.75rem;
  }
}
a.alert__link {
  color: #343e46;
  display: inline-block;
  margin: 0;
  margin-right: 1.5rem;
  position: relative;
  text-decoration: underline;
}
a.alert__link .alert__link-text {
  text-decoration: underline;
}
a.alert__link::after {
  content: ">";
  left: 100%;
  line-height: 1.6;
  padding-left: 0.25rem;
  position: absolute;
  text-decoration: none;
  top: 0;
}
a.alert__link:hover,
a.alert__link:focus,
a.alert__link:active {
  color: inherit;
  text-decoration: none;
}
a.alert__link:hover .alert__link-text,
a.alert__link:focus .alert__link-text,
a.alert__link:active .alert__link-text {
  text-decoration: none;
}
.alert--error,
.alert--danger {
  background-color: #f3a3a9;
  border-color: #f3a3a9;
}
.alert--information,
.alert--info {
  background-color: #e4e9f4;
  border-color: #e4e9f4;
}
.alert--success {
  background-color: #a4d0b1;
  border-color: #a4d0b1;
}
.alert--warning,
.alert--site-announcement {
  background-color: #f5a623;
  border-color: #f5a623;
}
.alert--cookie {
  background-color: #feefb3;
  bottom: 0;
  left: 0;
  margin: 0;
  padding-left: 2.5rem;
  padding-right: 2.5rem;
  position: fixed;
  width: 100%;
}
@media screen and (max-width: 819px) {
  .alert--cookie {
    padding-left: 0;
  }
}
.alert--cookie::before {
  display: none;
}
@media screen and (max-width: 1279px) {
  .alert--cookie .container {
    margin: 0;
  }
}
.alert--cookie .alert__close {
  right: 2rem;
}
@media screen and (max-width: 819px) {
  .alert--cookie .alert__close {
    right: 1.5rem;
  }
}
.site-announcement {
  background-color: #f5a623;
}
.site-announcement .alert {
  display: block;
  margin: 0;
}
.site-announcement .alert::before {
  left: 0;
}
.site-announcement .alert .alert__heading {
  display: block;
}
.site-announcement .alert .alert__text {
  display: inline;
}
.video-block {
  display: block;
  margin: 0;
  padding: 56.25% 0 0;
  position: relative;
  width: 100%;
}
.video-block .video-block__iframe {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
.no-js .video-block--placeholder {
  display: none;
}
.google-translate-wrapper {
  margin: 1rem auto;
  max-width: 17em;
}
@media screen and (min-width: 820px) {
  .google-translate-wrapper {
    margin: 1rem 0;
  }
}
.google-translate-wrapper:first-child {
  margin-top: 0;
}
.site-header .google-translate-wrapper {
  display: inline-block;
  margin: 0 2px 0 0;
  vertical-align: middle;
}
@media screen and (min-width: 600px) {
  .site-header .google-translate-wrapper {
    margin-right: 1rem;
  }
}
.google-translate {
  background-color: #e4e9f4;
  display: block;
  height: 100%;
  margin: 0;
  position: relative;
}
.google-translate .icon {
  left: 0.5rem;
  margin: 0;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 0;
}
@media screen and (max-width: 599px) {
  .site-header .google-translate .icon {
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }
}
.google-translate.google-translate--loading {
  padding: 0.625rem 0.5rem;
}
.google-translate.google-translate--loading .icon {
  position: static;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
}
.google-translate .goog-te-gadget {
  font-size: 0;
  position: relative;
  z-index: 1;
}
.google-translate .goog-te-gadget .goog-te-combo {
  margin: 0;
}
.google-translate .goog-te-gadget-simple {
  background: transparent;
  border: 0;
  display: block;
  font-size: 1rem;
}
.google-translate .goog-te-gadget-simple .goog-te-menu-value span:first-child {
  background-image: -webkit-linear-gradient(
    bottom,
    #343e46 0,
    #343e46 1px,
    transparent 1px,
    transparent 100%
  );
  background-image: -o-linear-gradient(
    bottom,
    #343e46 0,
    #343e46 1px,
    transparent 1px,
    transparent 100%
  );
  background-image: linear-gradient(
    to top,
    #343e46 0,
    #343e46 1px,
    transparent 1px,
    transparent 100%
  );
  background-position: 0 -2px;
  background-repeat: no-repeat;
  background-size: 0 100%;
  color: #343e46;
}
.google-translate
  .goog-te-gadget-simple
  .goog-te-menu-value:hover
  span:first-child,
.google-translate
  .goog-te-gadget-simple
  .goog-te-menu-value:focus
  span:first-child {
  background-size: 100% 100%;
  text-decoration: none;
  -webkit-transition: background-size 0.2s ease-out;
  -o-transition: background-size 0.2s ease-out;
  transition: background-size 0.2s ease-out;
}
.google-translate
  .goog-te-gadget-simple
  .goog-te-menu-value:visited
  span:first-child {
  color: #5d2590;
}
.google-translate .goog-te-menu-value {
  background-image: none !important;
  text-shadow: none !important;
  display: block;
  margin: 0;
  padding-left: 2.5em;
}
.google-translate .goog-te-menu-value img + span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.google-translate .goog-te-combo {
  background-color: transparent;
  background-position: right 0.5rem center;
  background-size: 1rem;
  border: 0;
  display: block;
  font-size: 16px;
  margin: 0;
  padding: 0.5rem 2rem 0.5rem 2.5rem;
  text-align: left;
}
@media screen and (min-width: 1280px) {
  .google-translate .goog-te-combo {
    font-size: 0.9375rem;
  }
}
.google-translate .goog-te-combo option {
  padding: 0;
}
.site-header .google-translate .goog-te-combo {
  padding: 0.625rem 2rem 0.625rem 2.5rem;
}
@media screen and (max-width: 1019px) {
  .site-header .google-translate .goog-te-combo {
    background-image: none;
    max-width: 2.25rem;
    min-height: 1.5rem;
    padding: 0.625rem 0 0.625rem 2.5rem;
  }
}
@media screen and (max-width: 599px) {
  .site-header .google-translate .goog-te-combo {
    padding: 0.875rem 1.75rem;
  }
}
@media screen and (max-width: 399px) {
  .site-header .google-translate .goog-te-combo {
    padding: 0.875rem 1.5rem;
  }
}
.google-translate .goog-te-combo::-ms-value {
  background-color: transparent;
}
.google-translate .goog-te-combo:hover::-ms-value,
.google-translate .goog-te-combo:focus::-ms-value {
  color: #343e46;
}
.google-translate .goog-te-combo:hover:-moz-focusring,
.google-translate .goog-te-combo:focus:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #000;
}
.goog-te-banner-frame {
  top: -39px !important;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .goog-te-banner-frame {
    top: 0 !important;
  }
}
.goog-te-gadget-icon {
  display: none;
}

.carousel {
  display: block;
  margin-top: 1.5rem;
  overflow: hidden;
  position: relative;
}
.carousel:first-child {
  margin-top: 0;
}
.slide {
  padding: 0;
  position: relative;
  width: 100%;
}
.slide[aria-hidden="true"] {
  display: block;
}
.slide__media,
.slide__content,
.slide__video {
  display: block;
  margin: 0;
  padding: 0;
  width: 100%;
}
.slide__video {
  padding-top: 56.25%;
  position: relative;
}
.slide__video iframe {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
.carousel {
  color: #dee7e5;
}
@media screen and (min-width: 1280px) {
  .carousel {
    padding-bottom: 2.5rem;
  }
}
.carousel img {
  display: block;
}
.slide__content {
  padding: 1.5rem 2.625rem;
}
.slide__heading {
  color: #dee7e5;
  margin: 0;
}
.slide__summary {
  margin: 0.75rem 0 0;
}
.slide__link {
  margin: 1.5rem 0 0;
}
.js .slide {
  opacity: 0.5;
  -webkit-transition: opacity 0.6s;
  -o-transition: opacity 0.6s;
  transition: opacity 0.6s;
}
.slide.is-selected {
  opacity: 1;
}


.widget-navigation .list__link,
.card {
  display: block;
  margin: 0;
  padding: 1.5rem;
  position: relative;
  -webkit-transition: background-color 0.2s ease-out;
  -o-transition: background-color 0.2s ease-out;
  transition: background-color 0.2s ease-out;
}
.widget-navigation .list__link:hover,
.widget-navigation .list__link:focus,
.widget-navigation .list__link:active,
.card:hover,
.card:focus,
.card:active {
  background-color: #eeece8;
  text-decoration: none;
}
.widget-navigation .list__link:hover .icon,
.widget-navigation .list__link:focus .icon,
.widget-navigation .list__link:active .icon,
.card:hover .icon,
.card:focus .icon,
.card:active .icon {
  -webkit-transform: translateX(3px);
  -ms-transform: translateX(3px);
  transform: translateX(3px);
}
.widget-navigation .list__link .icon,
.card .icon {
  position: absolute;
  right: 1.5rem;
  top: 1.5rem;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
  -webkit-transition: -webkit-transform 0.2s ease-out;
  transition: -webkit-transform 0.2s ease-out;
  -o-transition: transform 0.2s ease-out;
  transition: transform 0.2s ease-out;
  transition: transform 0.2s ease-out, -webkit-transform 0.2s ease-out;
  z-index: 1;
}
.widget-navigation .list__link,
.card--small {
  padding: 0.75rem;
}
.widget-navigation .list__link .icon,
.card--small .icon {
  top: 0.75rem;
}
.widget-navigation .list__heading,
.card__heading {
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 1.2;
  margin: 0;
  padding-right: 2.5rem;
}
.widget-navigation .list__heading,
.card__heading--small {
  font-size: 1rem;
}
.news-card__link {
  background-color: #fff;
  color: initial;
  display: block;
  height: 100%;
  text-decoration: none;
}
.news-card__link:hover,
.news-card__link:focus,
.news-card__link:active {
  background-color: #1e5d4d;
  color: #fff;
  text-decoration: none;
}
.news-card--green .news-card__link:hover,
.news-card--green .news-card__link:focus,
.news-card--green .news-card__link:active {
  background-color: #1e5d4d;
}
.news-card--purple .news-card__link:hover,
.news-card--purple .news-card__link:focus,
.news-card--purple .news-card__link:active {
  background-color: #323e47;
}
.news-card--brown .news-card__link:hover,
.news-card--brown .news-card__link:focus,
.news-card--brown .news-card__link:active {
  background-color: #343e46;
}
.news-card__link:hover .news-card__date,
.news-card__link:hover .news-card__title,
.news-card__link:hover .news-card__text,
.news-card__link:focus .news-card__date,
.news-card__link:focus .news-card__title,
.news-card__link:focus .news-card__text,
.news-card__link:active .news-card__date,
.news-card__link:active .news-card__title,
.news-card__link:active .news-card__text {
  color: #fff;
}
.news-card__link:hover .news-card__title,
.news-card__link:focus .news-card__title,
.news-card__link:active .news-card__title {
  text-decoration: underline;
}
.news-card__image {
  vertical-align: middle;
  width: 100%;
}
.news-card__content {
  padding: 1.25rem;
}
.news-card__date {
  color: #5f647c;
  font-size: 0.9375rem;
  font-weight: 400;
  margin: 0 0 0.75rem;
}
.news-card__title {
  color: #343e46;
  font-size: 1.375rem;
  margin: 0;
}
.news-card__image-container {
  display: block;
  position: relative;
}
.news-card__image-container::after {
  background-color: #1e5d4d;
  content: "";
  height: 0.375rem;
  left: 0;
  position: absolute;
  top: 100%;
  width: 5rem;
}
.news-card--green .news-card__image-container::after {
  background-color: #1e5d4d;
}
.news-card--purple .news-card__image-container::after {
  background-color: #323e47;
}
.news-card--brown .news-card__image-container::after {
  background-color: #343e46;
}
.news-card__feature-date {
  background-color: #1e5d4d;
  bottom: 0;
  left: 0;
  padding: 1rem 0.5rem;
  position: absolute;
  width: 5rem;
}
.news-card--green .news-card__feature-date {
  background-color: #1e5d4d;
}
.news-card--purple .news-card__feature-date {
  background-color: #323e47;
}
.news-card--brown .news-card__feature-date {
  background-color: #343e46;
}
.news-card__feature-date .feature-date {
  color: #fff;
  font-weight: 700;
  margin: 0;
  text-align: center;
}
.news-card__feature-date .feature-date__year {
  border-top: 1px solid #fff;
  display: block;
  font-size: 0.9375rem;
  font-weight: 400;
  margin: 0 auto;
}
.news-card__text {
  font-weight: 400;
  margin: 0.75rem 0;
}
.listing {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  position: relative;
  text-decoration: none;
}
@media screen and (min-width: 600px) {
  .listing {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }
}
.listing .listing__link {
  color: #343e46;
}
@media screen and (min-width: 600px) {
  .listing .listing__link {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }
}
.listing .listing__link:hover .listing__heading,
.listing .listing__link:focus .listing__heading,
.listing .listing__link:active .listing__heading {
  text-decoration: underline;
}
.listing .listing__link::before {
  bottom: 0;
  content: "";
  display: block;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1;
}
.listing .listing__content {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  position: relative;
  z-index: 2;
}
.listing .listing__heading {
  display: block;
  font-size: 1.875rem;
  margin: 0 0 0.75rem;
}
.listing .listing__summary {
  font-weight: 400;
  line-height: 1.5;
  margin-bottom: 0;
  margin-top: 0.5rem;
}
.listing .listing__meta,
.listing .listing__meta strong {
  font-weight: 400;
  line-height: 1.5;
  margin-top: 1.5rem;
}
.listing .listing__image {
  -ms-flex-item-align: start;
  align-self: flex-start;
  -webkit-box-flex: 0;
  -ms-flex: none;
  flex: none;
  margin: 1.5rem 0 0;
  max-width: 100%;
}
@media screen and (min-width: 600px) {
  .listing .listing__image {
    margin: 0 0 0 2rem;
    max-width: 12.5rem;
  }
}
.listing--featured .listing__image {
  margin: 1.5rem 0 0;
  width: 100%;
}
@media screen and (min-width: 600px) {
  .listing--featured .listing__image {
    margin: 0 0 0 2rem;
    width: 18.75rem;
  }
}
@media screen and (min-width: 820px) and (max-width: 959px) {
  .listing--featured .listing__image {
    float: none;
    margin: 0 0 1.5rem;
    width: auto;
  }
}
.widget-feeds .listing .listing__link,
.widget-latest-news .listing .listing__link,
.listing--compact .listing__link {
  font-weight: 400;
}
.page-meta {
  border-top: 1px solid #323e47;
  display: inline-block;
  margin-top: 2rem;
  padding-top: 2rem;
}
@media screen and (min-width: 820px) {
  .page-meta {
    margin-top: 3rem;
  }
}
.meta {
  margin: 0 0 0.375rem;
}
.meta:last-child {
  margin-bottom: 0;
}
.meta strong {
  font-weight: 600;
}
.meta ~ .button {
  margin-top: 1.5rem;
}
.meta,
.meta a {
  word-break: break-word;
}
.toggle-icon::before,
.toggle-icon::after,
.toggle-icon .toggle-icon__line {
  background-color: #fff;
  height: 0.125rem;
  left: 0;
  position: absolute;
  -webkit-transition: -webkit-transform 0.3s ease-out;
  transition: -webkit-transform 0.3s ease-out;
  -o-transition: transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  width: 100%;
}
.toggle-icon {
  display: inline-block;
  position: relative;
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
  vertical-align: middle;
}
.toggle-icon::before,
.toggle-icon::after {
  content: "";
  -webkit-transform: translateY(0) rotate(0deg);
  -ms-transform: translateY(0) rotate(0deg);
  transform: translateY(0) rotate(0deg);
  -webkit-transition: top 0.3s ease-out, bottom 0.3s ease-out,
    -webkit-transform 0.3s ease-out;
  transition: top 0.3s ease-out, bottom 0.3s ease-out,
    -webkit-transform 0.3s ease-out;
  -o-transition: top 0.3s ease-out, bottom 0.3s ease-out,
    transform 0.3s ease-out;
  transition: top 0.3s ease-out, bottom 0.3s ease-out, transform 0.3s ease-out;
  transition: top 0.3s ease-out, bottom 0.3s ease-out, transform 0.3s ease-out,
    -webkit-transform 0.3s ease-out;
}
[aria-expanded="true"] .toggle-icon::before,
[aria-expanded="true"] .toggle-icon::after {
  bottom: auto;
  height: 0.1875rem;
  top: 50%;
}
.toggle-icon::before {
  top: 0;
}
[aria-expanded="true"] .toggle-icon::before {
  -webkit-transform: translateY(-50%) rotate(45deg);
  -ms-transform: translateY(-50%) rotate(45deg);
  transform: translateY(-50%) rotate(45deg);
}
.toggle-icon::after {
  bottom: 0;
}
[aria-expanded="true"] .toggle-icon::after {
  -webkit-transform: translateY(-50%) rotate(-45deg);
  -ms-transform: translateY(-50%) rotate(-45deg);
  transform: translateY(-50%) rotate(-45deg);
}
.toggle-icon .toggle-icon__line {
  opacity: 1;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  -webkit-transition: opacity 0.2s ease-out, -webkit-transform 0.3s ease-out;
  transition: opacity 0.2s ease-out, -webkit-transform 0.3s ease-out;
  -o-transition: transform 0.3s ease-out, opacity 0.2s ease-out;
  transition: transform 0.3s ease-out, opacity 0.2s ease-out;
  transition: transform 0.3s ease-out, opacity 0.2s ease-out,
    -webkit-transform 0.3s ease-out;
}
[aria-expanded="true"] .toggle-icon .toggle-icon__line {
  opacity: 0;
  -webkit-transform: translate(-100%, -50%);
  -ms-transform: translate(-100%, -50%);
  transform: translate(-100%, -50%);
}
.toggle-icon--search {
  left: 0;
  opacity: 0;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: opacity 0.3s ease-out;
  -o-transition: opacity 0.3s ease-out;
  transition: opacity 0.3s ease-out;
}
@media screen and (max-width: 599px) {
  .toggle-icon--search {
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }
}
.toggle-icon--search .toggle-icon__line {
  opacity: 0;
}
[aria-expanded="true"] .toggle-icon--search {
  opacity: 1;
}
.progress-bar {
  display: block;
  margin: 0.375rem 0 1.125rem;
  padding: 0;
  position: relative;
}
.progress-bar__track {
  background: #fff;
  border: 2px solid #1e5d4d;
  color: #1e5d4d;
  display: block;
  position: relative;
  border-radius: 10px;
}
.progress-bar__indicator {
  background: #1e5d4d;
  height: 0.75rem;
  padding: 0.375rem 0 0.375rem 0.75rem;
  position: relative;
  z-index: 1;
  border-radius: 10px;
}
.progress-bar__info {
  color: #616365;
  display: block;
  font-weight: 400;
  margin: 0.5rem 0 1.5rem;
}
.progress-bar__info strong {
  font-weight: 400;
}
.progress-bar--danger .progress-bar__indicator {
  background: #f3a3a9;
}
.progress-bar--danger .progress-bar__indicator::before {
  border-left-color: #f3a3a9;
}
.progress-bar--success .progress-bar__indicator {
  background: #a4d0b1;
}
.progress-bar--success .progress-bar__indicator::before {
  border-left-color: #a4d0b1;
}
.supplements {
  clear: both;
  float: left;
  width: 100%;
}
.supplements--secondary {
  margin-top: 3rem;
}
.supplement {
  border: 1px solid #323e47;
  clear: both;
  float: left;
  width: 100%;
}
.supplement a:not(.button) {
  background-image: none !important;
  text-shadow: none !important;
}
.pagination + .supplement {
  margin-top: 3rem;
}
.page-content .supplement:last-child,
.aside .supplement:last-child {
  margin-bottom: 2.25rem;
}
@media screen and (min-width: 960px) {
  .page-content .supplement:last-child,
  .aside .supplement:last-child {
    margin-bottom: 4.5rem;
  }
}
.supplement__heading {
  margin: 0 0 0.75rem;
}
.supplement__subheading {
  font-size: 1rem;
}
.supplement__text {
  margin: 0 0 1.5rem;
}
.supplement__text strong {
  margin-right: 0.75rem;
}
.supplement__text a {
  background-image: none !important;
  text-shadow: none !important;
}
.aside--sidebar .supplement--flush {
  padding: 1.5rem 1.875rem;
}
@media screen and (min-width: 820px) {
  .aside--sidebar .supplement--flush {
    padding: 0;
  }
}
@media screen and (min-width: 820px) {
  .aside--sidebar .supplement--flush .image {
    width: 100%;
  }
}
@media screen and (min-width: 820px) {
  .aside--sidebar .supplement--flush .supplement__content {
    padding: 1.5rem 1.875rem;
  }
}
.supplement--contact .supplement__address {
  margin: 0.25rem 0 1.5rem;
}
.supplement--contact .supplement__contact .supplement__text {
  margin: 0 0 0.1875rem;
}
.supplement--contact .list--navigation {
  margin: 1.5rem 0 0;
}
.supplement--contact .list--navigation::before {
  display: none;
}
.supplement--contact .list--navigation .list__item {
  font-size: 1.125rem;
  padding-left: 0;
  padding-right: 0;
}
.supplement--contact .list--navigation .list__item::before {
  display: none;
}
.supplement--navigation .supplement__heading {
  color: #000;
}
.supplement--navigation .list--navigation {
  margin: 1.5rem 0 0;
}
.supplement--navigation .list--navigation::before {
  display: none;
}
.supplement--navigation .list--navigation .list__item {
  font-size: 1.125rem;
  padding-left: 0;
  padding-right: 0;
}
.supplement--navigation .list--navigation .list__item::before {
  display: none;
}
.supplement--navigation .list--navigation .list__link {
  font-weight: 400;
}

@media screen and (min-width: 960px) {
  .widget-homepage-banner {
    height: 400px;
    overflow: hidden;
  }
}
.widget-homepage-banner,
.widget-homepage-banner .image-link {
  background-color: #1e5d4d;
  display: block;
  margin-top: 0;
}
.widget-homepage-banner .image__caption,
.widget-homepage-banner .image-link .image__caption {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  background-color: rgba(30, 93, 77, 0.9);
  color: #fff;
  display: block;
  font-family: "Noto Serif", serif;
  font-size: 1.25rem;
  font-weight: 400;
  margin-top: 0;
  max-width: 100%;
  padding: 0.75rem 1.5rem;
  text-align: left;
}
@media screen and (min-width: 960px) {
  .widget-homepage-banner .image__caption,
  .widget-homepage-banner .image-link .image__caption {
    bottom: 10%;
    font-size: 1.875rem;
    left: 0;
    padding: 1rem 3rem;
    position: absolute;
    text-shadow: 0 0 0.25rem #1e5d4d;
  }
}
.widget-width--100 .widget-homepage-banner .image__caption,
.widget-width--100 .widget-homepage-banner .image-link .image__caption {
  font-size: 1.25rem;
  width: 100%;
}
@media screen and (min-width: 960px) {
  .widget-width--100 .widget-homepage-banner .image__caption,
  .widget-width--100 .widget-homepage-banner .image-link .image__caption {
    font-size: 2.5rem;
    max-width: 50%;
    padding: 1rem 1.5rem;
  }
}
@media screen and (min-width: 960px) {
  .widget-homepage-banner .image {
    max-width: none;
    -o-object-fit: fill;
    object-fit: fill;
    width: 100%;
  }
}
.widget-homepage-banner .image-link:hover .image__caption,
.widget-homepage-banner .image-link:focus .image__caption,
.widget-homepage-banner .image-link:active .image__caption {
  color: #fff;
}
.widget-homepage-banner .image-link:hover .image,
.widget-homepage-banner .image-link:focus .image,
.widget-homepage-banner .image-link:active .image {
  opacity: 0.7;
}
.widget-homepage-banner .image-link .image {
  -webkit-transition: 0.3s ease opacity;
  -o-transition: 0.3s ease opacity;
  transition: 0.3s ease opacity;
}
.widget-image .image {
  border-bottom: 10px solid #1e5d4d;
}
.widget-image .image__caption {
  color: #5f647c;
  display: block;
  font-family: "Noto Serif", serif;
  margin-top: 0;
  padding-top: 1.5rem;
}
.widget-width--50 .widget-image .image__caption,
.widget-width--100 .widget-image .image__caption,
.widget-width--75 .widget-image .image__caption {
  margin-top: 0;
}
.widget-latest-news .listing--featured {
  border-color: #1e5d4d;
}
.widget-latest-news .list__item:first-child {
  border-top: 0;
  padding-top: 0;
}
.widget-middle-advert .boxed {
  background-color: transparent;
  margin-bottom: 2.5rem;
  padding: 0;
}
.widget-navigation .list__link {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border: 1px solid #323e47;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 0.75rem;
}
.widget-navigation .list__link:focus {
  outline-offset: 1px;
}
.widget-navigation .list__link .icon {
  top: unset;
}
.widget--opinion-poll .form__action--primary .button {
  margin: 0;
}
.widget-right-advert .boxed {
  background-color: transparent;
  margin-bottom: 2.5rem;
  padding: 0;
}
.widget-whats-new .boxed {
  background-color: transparent;
  border: 0;
  padding: 0;
}
.widget--whats-on .listing--featured {
  border-color: #1e5d4d;
}

.my-cases__list {
  border-top: 1px solid #e4e9f4;
  margin: 1.5rem 0;
}
.my-cases__item {
  border-bottom: 1px solid #e4e9f4;
  padding-bottom: 0.625rem;
}
.my-cases__title {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin: 0;
  padding: 0;
}
.my-cases__title-flex-wrapper {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
.widget-width--small .my-cases__title-link {
  margin-right: 0.375rem;
}
.my-cases__metadata {
  margin-top: 0;
}
.my-cases__metadata-item {
  display: block;
  font-size: 0.9375rem;
  margin-top: 0.25rem;
}
.my-cases__metadata-item strong {
  font-weight: 400;
}
.my-cases .button,
.my-cases .button:visited {
  border-color: #1e5d4d;
  color: #1e5d4d;
}
.my-cases .button:hover,
.my-cases .button:focus,
.my-cases .button:active {
  color: #1e5d4d;
}
.my-cases .button:hover::before,
.my-cases .button:focus::before,
.my-cases .button:active::before {
  border-color: #1e5d4d;
}
.my-cases .my-cases__list {
  border-top: 0;
}
@media screen and (min-width: 960px) {
  .widget-width--large .my-cases .my-cases__item:not(:first-child) {
    padding-right: 14.75rem;
    position: relative;
  }
  .widget-width--large
    .my-cases
    .my-cases__item:not(:first-child)
    .my-cases__metadata-item::before {
    border-left: 1px solid #323e47;
    content: "";
    display: inline-block;
    height: 0.75rem;
    margin-left: 0.25rem;
    padding-left: 0.5rem;
  }
  .widget-width--large
    .my-cases
    .my-cases__item:not(:first-child)
    .my-cases__metadata-item,
  .widget-width--large
    .my-cases
    .my-cases__item:not(:first-child)
    .my-cases__title,
  .widget-width--large
    .my-cases
    .my-cases__item:not(:first-child)
    .my-cases__metadata {
    display: inline;
  }
  .widget-width--large
    .my-cases
    .my-cases__item:not(:first-child)
    .my-cases__label {
    max-width: 14.375rem;
    position: absolute;
    right: 0;
    top: 0;
  }
}
.my-cases__label {
  overflow-wrap: break-word;
  word-break: break-word;
  word-wrap: break-word;
  background-color: #e4e9f4;
  color: #000;
  -webkit-box-flex: 0;
  -ms-flex: none;
  flex: none;
  font-size: 0.875rem;
  margin-left: 0.75rem;
  padding: 0.1875rem 0.3rem;
  text-transform: uppercase;
}
@media screen and (max-width: 599px) {
  .my-cases__label {
    max-width: 50%;
  }
}
.widget-width--small .my-cases__label {
  margin-left: 0;
}
.my-cases__label--open,
.my-cases__label--Open {
  background-color: #a4d0b1;
}
.my-cases__label--closed,
.my-cases__label--Closed {
  background-color: #f3a3a9;
}
.widget--myaccount-cxm-cases-verbose-table .table-wrapper {
  padding-right: 1px;
}
.widget--myaccount-cxm-cases-verbose-table tr:first-child {
  background-color: #4d71b8;
  color: #fff;
}
.widget--myaccount-cxm-cases-verbose-table tr:first-child th {
  background-color: transparent;
}
.widget--myaccount-cxm-cases-verbose-table th,
.widget--myaccount-cxm-cases-verbose-table td {
  border: 1px solid #4d71b8;
}
.cxm-service__info,
.cxm-service__case-detail,
.cxm-service__action {
  padding-top: 0;
  position: relative;
}
@media screen and (max-width: 819px) {
  .cxm-service__info,
  .cxm-service__case-detail,
  .cxm-service__action {
    margin: 0;
  }
}
.cxm-service__info h2,
.cxm-service__info .h2,
.cxm-service__case-detail h2,
.cxm-service__case-detail .h2,
.cxm-service__action h2,
.cxm-service__action .h2 {
  background-color: #e4e9f4;
  color: #343e46;
  font-family: "Trebuchet MS";
  font-size: 1.25rem;
  font-weight: 700;
  margin: 0 -1.875rem 1.5rem;
  padding: 1rem 3rem 1rem 1.5rem;
  text-transform: uppercase;
}
.cxm-service__info .icon,
.cxm-service__case-detail .icon,
.cxm-service__action .icon {
  position: absolute;
  right: 0.75rem;
  top: 0.75rem;
}
.cxm-service__info dl dt,
.cxm-service__case-detail dl dt,
.cxm-service__action dl dt {
  font-weight: 700;
}
.cxm-service__info dl dt,
.cxm-service__info dl .cxm-service__case-detail-item,
.cxm-service__case-detail dl dt,
.cxm-service__case-detail dl .cxm-service__case-detail-item,
.cxm-service__action dl dt,
.cxm-service__action dl .cxm-service__case-detail-item {
  float: left;
  margin: 0;
  padding: 0.25rem;
  width: 50%;
}
.cxm-service__info .button,
.cxm-service__case-detail .button,
.cxm-service__action .button {
  margin-top: 0.75rem;
}
.widget--myaccount-organisation-account-links a,
.widget--myaccount-organisation-links a {
  margin: 0;
}
.widget-darksky {
  background-color: #1e5d4d;
  color: #dee7e5;
  padding: 2.25rem 2.5rem;
}
.widget-darksky .weather-item {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-top: 1px solid #616365;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin: 0 0 2rem;
  padding: 2rem 0 0;
}
@media screen and (min-width: 500px) {
  .widget-darksky .weather-item {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }
}
.widget-width--small .widget-darksky .weather-item {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.widget-darksky .weather-item:first-child {
  border-top: 0;
  padding: 0;
}
.widget-darksky .weather-item__block {
  -ms-flex-preferred-size: auto;
  flex-basis: auto;
  margin-bottom: 0.5rem;
  margin-right: 0;
  margin-top: 0.5rem;
}
@media screen and (min-width: 500px) {
  .widget-darksky .weather-item__block {
    margin-bottom: 0;
    margin-right: 2rem;
    margin-top: 0;
  }
}
.widget-width--small .widget-darksky .weather-item__block {
  margin-right: 0;
  text-align: center;
}
.widget-darksky .weather-item__block--left {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -ms-flex-negative: 1;
  flex-shrink: 1;
}
.widget-darksky .weather-item__block--right {
  -webkit-box-flex: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  -ms-flex-negative: 1;
  flex-shrink: 1;
  margin-right: 0;
  margin-top: 0.75rem;
  min-width: 8rem;
}
.widget-darksky .weather-item__location,
.widget-darksky .weather-item__description {
  display: block;
  margin: 0 0 0.25rem;
  text-align: center;
}
@media screen and (min-width: 500px) {
  .widget-darksky .weather-item__location,
  .widget-darksky .weather-item__description {
    margin: 0;
    text-align: left;
  }
}
.widget-width--small .widget-darksky .weather-item__location,
.widget-width--small .widget-darksky .weather-item__description {
  text-align: center;
}
.widget-darksky .weather-item__location {
  font-weight: 700;
}
.widget-darksky .weather-item__description {
  font-size: 0.9375rem;
}
.widget-darksky .weather-item__icon,
.widget-darksky .weather-item__temp {
  display: inline-block;
  vertical-align: baseline;
}
.widget-darksky .weather-item__icon {
  height: 2.5rem;
  margin-right: 1rem;
  width: 2.5rem;
}
.widget-darksky .weather-item__temp {
  font-size: 3.125rem;
  margin: 0;
}
.widget-darksky .weather-item__value,
.widget-darksky .weather-item__symbol {
  display: inline-block;
  vertical-align: text-bottom;
}
.widget-darksky .weather-item__value {
  font-weight: 700;
  margin-right: 0.25rem;
}
.widget-darksky .weather-item__symbol {
  font-weight: 400;
}
.widget-quicklinks .widget-quicklinks__header {
  background-color: #1e5d4d;
  color: #dee7e5;
  padding: 1rem;
}
.widget-quicklinks .widget-quicklinks__heading {
  color: #dee7e5;
  font-size: 1.25rem;
  margin: 0;
}
.widget-quicklinks .widget-quicklinks__summary {
  margin: 0.375rem 0 0;
}
.widget-quicklinks .widget-quicklinks__content {
  background-color: #323e47;
  color: #dee7e5;
  font-size: 1.25rem;
}
.widget-quicklinks .quicklink {
  border-bottom: 1px solid #475865;
  position: relative;
}
.widget-quicklinks .quicklink__link {
  background-position: center right 1rem;
  background-size: 1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 1rem 2.5rem 1rem 1rem;
  -webkit-transition: background-color 0.2s ease-out,
    background-position 0.2s ease-out;
  -o-transition: background-color 0.2s ease-out,
    background-position 0.2s ease-out;
  transition: background-color 0.2s ease-out, background-position 0.2s ease-out;
}
.widget-quicklinks .quicklink__link:hover,
.widget-quicklinks .quicklink__link:focus,
.widget-quicklinks .quicklink__link:active {
  background-color: #1d2429;
  background-position: center right 0.8125rem;
  text-decoration: none;
}
.widget-quicklinks .quicklink__link::before {
  bottom: 0;
  content: "";
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}
.widget-quicklinks .quicklink__heading {
  color: #dee7e5;
  display: inline-block;
  font-size: 1.125rem;
  margin: 0;
  vertical-align: top;
}
.widget-quicklinks .quicklink__summary {
  color: #dee7e5;
  font-size: 0.9375rem;
  margin: 0.25rem 0 0;
}
.widget-quicklinks .quicklink__icon-wrap {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 3rem;
  flex: 0 0 3rem;
}
.widget-quicklinks .quicklink__icon {
  height: 1.5rem;
  width: 1.5rem;
}
.widget-quicklinks .quicklink__content {
  -ms-flex-item-align: center;
  align-self: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 0;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  min-width: 1px;
}
.widget-search-feature {
  padding: 1.5rem;
  position: relative;
}
@media screen and (min-width: 500px) {
  .widget-search-feature {
    padding: 3rem;
  }
}
.widget-search-feature .widget__background {
  background-repeat: no-repeat;
  background-size: cover;
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  opacity: 0.9;
}
.widget-search-feature .widget__content {
  position: relative;
  z-index: 1;
}
.widget-search-feature .widget__buttons {
  text-align: center;
}
.widget-search-feature .widget__buttons .button {
  margin: 0 0.375rem 0.75rem;
  vertical-align: top;
}
.widget-location-map-results {
  margin: 0;
}
.widget-location-map-results .boxed .map {
  margin: -1.5rem -1.875rem 1.5rem;
}
.directory-selection__item {
  margin-bottom: 0.5rem;
}
.directory-selection__item .form__control-group {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.directory-selection__item .form__label--checkbox {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0;
}
.directory-selection__marker-image {
  height: 1.5rem;
  margin-left: 0.75rem;
  width: 1.5rem;
}
.directory-selection__data {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.widget-location-map-search
  .boxed
  > :last-child
  > :last-child
  > :last-child
  > .button:last-child {
  margin-bottom: 0.75rem;
}
.widget-location-map-search .form__control {
  margin-bottom: 0;
}
.widget-location-map-search .form__control--append + .form__control {
  margin: 0;
}
.widget-social-media-display .widget__heading {
  text-align: left;
}
.widget-social-media-display .widget__content {
  position: relative;
}
.widget-social-media-display .widget__content--with-background {
  padding: 1.5rem;
}
.widget-social-media-display .widget__background {
  background-size: cover;
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}
.widget-social-media-display .widget__background--center {
  background-position: center;
}
.widget-social-media-display .widget__background--topleft {
  background-position: left top;
}
.widget-social-media-display .j-paginate {
  margin-bottom: 3px !important;
}
.video-feature-box .video-feature-box__heading,
.video-feature-box .video-feature-box__summary {
  margin: 0;
}
.video-feature-box .video-feature-box__heading + .video-feature-box__video,
.video-feature-box .video-feature-box__summary + .video-feature-box__video {
  margin-top: 1.5rem;
}
.video-feature-box .video-feature-box__heading + .video-feature-box__summary {
  margin-top: 0.3rem;
}
.video-feature-box--boxed {
  padding: 1.875rem 1.875rem 2rem;
}
.in-the-community {
  background-color: #eeece8;
  padding: 1.5rem 0;
}
@media screen and (min-width: 820px) {
  .in-the-community {
    padding: 3rem 0;
  }
}
.in-the-community__title {
  font-size: 2.25rem;
  margin: 0 0 0.75rem;
}
@media screen and (min-width: 400px) {
  .news-events-grid {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-left: -0.5625rem;
    margin-right: -0.5625rem;
  }
}
@media screen and (min-width: 820px) {
  .news-events-grid {
    margin-left: -1.125rem;
    margin-right: -1.125rem;
  }
}
@media screen and (max-width: 399px) {
  .news-events-grid__single {
    margin-bottom: 0.75rem;
  }
}
@media screen and (min-width: 400px) {
  .news-events-grid__single {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 50%;
    flex: 0 1 50%;
  }
}
@media screen and (min-width: 820px) {
  .news-events-grid__single {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 33.33333%;
    flex: 0 1 33.33333%;
  }
}
@media screen and (min-width: 960px) {
  .news-events-grid__single {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 25%;
    flex: 0 1 25%;
  }
}
@media screen and (max-width: 959px) {
  .news-events-grid__single .news-card__text {
    display: none;
  }
}
.news-events-grid__single-inner {
  height: 100%;
}
@media screen and (min-width: 400px) {
  .news-events-grid__single-inner {
    padding: 0.5625rem;
  }
}
@media screen and (min-width: 820px) {
  .news-events-grid__single-inner {
    padding: 1.125rem;
  }
}
@media screen and (min-width: 960px) {
  .news-events-grid__single--featured {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 50%;
    flex: 0 1 50%;
  }
}
.in-the-community__buttons {
  margin-top: 1.5rem;
  text-align: center;
}
@media screen and (max-width: 599px) {
  .in-the-community__buttons {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.in-the-community__buttons .button {
  margin: 0 0.5rem;
}
@media screen and (max-width: 599px) {
  .in-the-community__buttons .button {
    margin: 0 0.5rem 1rem;
  }
  .in-the-community__buttons .button:last-child {
    margin-bottom: 0;
  }
}
.colour-blocks--1-up {
  margin: 0 auto;
  max-width: 1020px;
}
.colour-blocks--1-up .colour-block__link {
  margin-bottom: 1.5rem;
}
@media screen and (min-width: 820px) {
  .colour-blocks--1-up .colour-block__link {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    max-width: 1020px;
  }
}
@media screen and (min-width: 820px) {
  .colour-blocks--1-up .colour-block__image-wrapper {
    display: inline-block;
    margin: 0 0 0.5rem;
    max-height: 15.625rem;
  }
}
@media screen and (min-width: 1020px) {
  .colour-blocks--1-up .colour-block__image-wrapper {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 25%;
    flex: 1 0 25%;
    max-height: 18.9375rem;
    max-width: 28.75rem;
    min-width: 25%;
  }
}
.colour-blocks--1-up .colour-block__content {
  float: right;
  padding-bottom: 1rem;
}
@media screen and (max-width: 819px) {
  .colour-blocks--1-up .colour-block__content {
    margin-left: 2.25rem;
    width: calc(100% - 2.25rem);
  }
}
@media screen and (max-width: 374px) {
  .colour-blocks--1-up .colour-block__content {
    margin-left: 1.5rem;
    width: calc(100% - 1.5rem);
  }
}
@media screen and (min-width: 820px) {
  .colour-blocks--1-up .colour-block__content {
    display: inline-block;
    float: none;
    margin-left: -20%;
    max-width: 80%;
    padding-bottom: 1.5rem;
    width: 80%;
  }
}
@media screen and (min-width: 820px) {
  .widget-width--small .colour-blocks--1-up .colour-block__image-wrapper,
  .widget-width--medium .colour-blocks--1-up .colour-block__image-wrapper {
    display: block;
    margin-bottom: -6rem;
    position: static;
  }
}
@media screen and (min-width: 1020px) {
  .widget-width--medium .colour-blocks--1-up .colour-block__image-wrapper {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 50%;
    flex: 1 0 50%;
  }
}
.widget-width--small .colour-blocks--1-up .colour-block__link {
  display: block;
}
@media screen and (min-width: 820px) {
  .widget-width--small .colour-blocks--1-up .colour-block__image-wrapper {
    height: auto;
    margin-bottom: 0;
    max-height: 11.6875rem;
  }
  .widget-width--small
    .colour-blocks--1-up
    .colour-block__image-wrapper
    .colour-block__image {
    height: auto;
    margin-bottom: -1px;
  }
}
@media screen and (min-width: 1020px) {
  .widget-width--small .colour-blocks--1-up .colour-block__image-wrapper {
    margin-bottom: -3rem;
    max-width: calc(100% - 1.5rem);
  }
}
@media screen and (min-width: 820px) and (max-width: 1019px) {
  .widget-width--small .colour-blocks--1-up .colour-block__content {
    margin-left: 0;
    width: 100%;
  }
}
@media screen and (min-width: 1020px) {
  .widget-width--small .colour-blocks--1-up .colour-block__content {
    margin-left: 1.5rem;
    width: calc(100% - 1.5rem);
  }
}
@media screen and (min-width: 820px) {
  .colour-blocks--2-up,
  .colour-blocks--3-up {
    margin: 0 -0.5rem;
  }
  .colour-blocks--2-up .widget__heading,
  .colour-blocks--3-up .widget__heading {
    margin-left: 0.5rem;
  }
}
@media screen and (min-width: 820px) {
  .colour-blocks--2-up .colour-block {
    margin: 0.5rem;
    width: calc(50% - 1rem);
  }
}
@media screen and (max-width: 819px) {
  .colour-blocks--2-up .colour-block:last-child .colour-block__content {
    margin-right: 1.5rem;
  }
}
@media screen and (min-width: 375px) and (max-width: 599px) {
  .colour-blocks--2-up .colour-block__content {
    width: 50%;
  }
}
@media screen and (min-width: 820px) {
  .colour-blocks--2-up .colour-block__content {
    float: left;
  }
}
@media screen and (min-width: 820px) {
  .colour-blocks--3-up .colour-block {
    margin: 0.5rem 0.5rem 2.25rem;
    width: calc(33.33333% - 1.5rem);
  }
}
.colour-block {
  display: block;
  margin: 0.75rem 0 1.5rem;
  vertical-align: top;
}
@media screen and (min-width: 820px) {
  .colour-block {
    display: inline-block;
  }
}
.colour-block:nth-child(2) .colour-block__content {
  background-color: #1e5d4d;
  margin-left: auto;
  margin-right: auto;
}
.colour-block:nth-child(2) .colour-block__link,
.colour-block:nth-child(2) .colour-block__description {
  color: #fff;
}
.colour-block:nth-child(3) .colour-block__content {
  background-color: #343e46;
  float: right;
}
.colour-block:nth-child(3) .colour-block__link,
.colour-block:nth-child(3) .colour-block__description {
  color: #fff;
}
.colour-block--no-image .colour-block__link {
  min-height: 0;
}
.colour-block--no-image .colour-block__content {
  padding-bottom: 3rem;
}
@media screen and (max-width: 819px) {
  .colour-block--no-image .colour-block__content {
    margin-left: 0;
    width: 100%;
  }
}
@media screen and (min-width: 820px) {
  .colour-block--no-image .colour-block__content {
    display: block;
    float: none;
    margin-left: 0;
    width: 100%;
  }
}
@media screen and (min-width: 1020px) {
  .widget-width--small .colour-block--no-image .colour-block__content {
    margin-left: 0;
    width: 100%;
  }
}
@media screen and (min-width: 375px) and (max-width: 819px) {
  .colour-blocks--2-up .colour-block--no-image .colour-block__content,
  .colour-blocks--3-up .colour-block--no-image .colour-block__content {
    margin-left: 0;
  }
}
@media screen and (min-width: 820px) and (max-width: 1019px) {
  .colour-blocks--2-up .colour-block--no-image .colour-block__content,
  .colour-blocks--3-up .colour-block--no-image .colour-block__content {
    width: 100%;
  }
}
@media screen and (min-width: 820px) {
  .colour-blocks--2-up .colour-block--no-image {
    vertical-align: bottom;
  }
}
.colour-blocks--2-up .colour-block--no-image:last-child .colour-block__content {
  margin-right: 0;
}
.article-summary--featured .colour-block--no-image {
  width: 100%;
}
.colour-block__link-wrapper {
  display: inline-block;
  position: relative;
  width: 100%;
}
.colour-block__link-wrapper,
.colour-block__link-wrapper:visited {
  color: #000;
}
.colour-block__link-wrapper:hover,
.colour-block__link-wrapper:focus,
.colour-block__link-wrapper:active {
  color: #383835;
}
.colour-block__link-wrapper:hover .colour-block__image,
.colour-block__link-wrapper:focus .colour-block__image,
.colour-block__link-wrapper:active .colour-block__image {
  -webkit-transform: translateY(0.5rem);
  -ms-transform: translateY(0.5rem);
  transform: translateY(0.5rem);
  -webkit-transition: opacity 0.6s, -webkit-transform 0.3s 0.2s;
  transition: opacity 0.6s, -webkit-transform 0.3s 0.2s;
  -o-transition: opacity 0.6s, transform 0.3s 0.2s;
  transition: opacity 0.6s, transform 0.3s 0.2s;
  transition: opacity 0.6s, transform 0.3s 0.2s, -webkit-transform 0.3s 0.2s;
}
.colour-block__link {
  display: block;
}
@media screen and (min-width: 820px) {
  .colour-block__link {
    display: inline;
    overflow-wrap: break-word;
    word-break: break-word;
    word-wrap: break-word;
    -webkit-hyphens: auto;
    -ms-hyphens: auto;
    hyphens: auto;
  }
}
@media screen and (min-width: 820px) {
  .colour-block__link {
    padding-right: 4.5rem;
  }
}
.colour-block__link:hover,
.colour-block__link:focus,
.colour-block__link:active {
  text-decoration: underline;
}
.colour-block__link::before {
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
.colour-block__link:focus {
  outline-color: transparent;
}
.colour-block__image-wrapper {
  background-size: calc(100% + 1.125rem);
  display: inline-block;
  margin-bottom: -1.5rem;
  position: relative;
  width: 100%;
  z-index: -1;
}
@media screen and (min-width: 820px) {
  .colour-block__image-wrapper {
    margin-bottom: -6rem;
    max-height: 15.625rem;
  }
}
@media screen and (min-width: 820px) and (max-width: 1019px) {
  .colour-block__image-wrapper {
    max-height: 11.6875rem;
  }
}
.colour-block__image {
  display: block;
  margin: 0;
  min-width: 100%;
  opacity: 1;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
  -webkit-transition: opacity 0.6s, -webkit-transform 0.3s;
  transition: opacity 0.6s, -webkit-transform 0.3s;
  -o-transition: opacity 0.6s, transform 0.3s;
  transition: opacity 0.6s, transform 0.3s;
  transition: opacity 0.6s, transform 0.3s, -webkit-transform 0.3s;
}
@media screen and (max-width: 819px) {
  .colour-block__image {
    min-height: 11.6875rem;
  }
}
.colour-block__content {
  background-color: #f1f1f1;
  clear: both;
  display: block;
  font-size: 0.9375rem;
  padding: 1rem 1rem 1.5rem;
  width: 100%;
}
@media screen and (min-width: 820px) {
  .colour-block__content {
    padding: 1.5rem 1.5rem 2.25rem;
    width: 80%;
  }
}
@media screen and (min-width: 1020px) {
  .colour-block__content {
    font-size: 1rem;
    font-weight: 400;
  }
}
.colour-block__content .icon-external-link {
  float: left;
  height: 1rem;
  width: 1rem;
}
@media screen and (max-width: 1019px) {
  .colour-block__content .icon-external-link {
    position: relative;
    top: 0.1875rem;
  }
}
@media screen and (min-width: 1020px) {
  .colour-block__content .icon-external-link {
    height: 1.5rem;
    width: 1.5rem;
  }
}
.colour-block__heading {
  color: #1e5d4d;
  display: inline;
  font-size: 1.375rem;
  font-weight: 600;
  margin-top: 0;
}
@media screen and (max-width: 1019px) {
  .colour-block__heading {
    font-size: 1.3125rem;
  }
}
.colour-block__text {
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.3;
  margin: 1.5rem 0 0;
}
@media screen and (min-width: 600px) {
  .services__grid {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 0 -0.5rem;
  }
}
@media screen and (min-width: 600px) {
  .services__grid:first-child {
    margin-top: 1.5rem;
  }
}
.services__grid--extra {
  -webkit-transition: max-height 0.6s cubic-bezier(0.23, 0.34, 0.24, 1.06);
  -o-transition: max-height 0.6s cubic-bezier(0.23, 0.34, 0.24, 1.06);
  transition: max-height 0.6s cubic-bezier(0.23, 0.34, 0.24, 1.06);
}
.services__grid--extra[aria-hidden="true"] {
  max-height: 0 !important;
}
.services__grid--extra[aria-hidden="true"].is-animating {
  display: block;
}
@media screen and (min-width: 600px) {
  .services__grid--extra[aria-hidden="true"].is-animating {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.services__grid--extra[aria-hidden="false"].is-animating {
  max-height: 0 !important;
}
.services__grid--extra[aria-hidden="false"]
  .services__grid-cell[data-nth-child="1"] {
  -webkit-transition-delay: 0.03s;
  -o-transition-delay: 0.03s;
  transition-delay: 0.03s;
}
.services__grid--extra[aria-hidden="false"]
  .services__grid-cell[data-nth-child="2"] {
  -webkit-transition-delay: 0.06s;
  -o-transition-delay: 0.06s;
  transition-delay: 0.06s;
}
.services__grid--extra[aria-hidden="false"]
  .services__grid-cell[data-nth-child="3"] {
  -webkit-transition-delay: 0.09s;
  -o-transition-delay: 0.09s;
  transition-delay: 0.09s;
}
.services__grid--extra[aria-hidden="false"]
  .services__grid-cell[data-nth-child="4"] {
  -webkit-transition-delay: 0.12s;
  -o-transition-delay: 0.12s;
  transition-delay: 0.12s;
}
.services__grid--extra[aria-hidden="false"]
  .services__grid-cell[data-nth-child="5"] {
  -webkit-transition-delay: 0.15s;
  -o-transition-delay: 0.15s;
  transition-delay: 0.15s;
}
.services__grid--extra[aria-hidden="false"]
  .services__grid-cell[data-nth-child="6"] {
  -webkit-transition-delay: 0.18s;
  -o-transition-delay: 0.18s;
  transition-delay: 0.18s;
}
.services__grid--extra[aria-hidden="false"]
  .services__grid-cell[data-nth-child="7"] {
  -webkit-transition-delay: 0.21s;
  -o-transition-delay: 0.21s;
  transition-delay: 0.21s;
}
.services__grid--extra[aria-hidden="false"]
  .services__grid-cell[data-nth-child="8"] {
  -webkit-transition-delay: 0.24s;
  -o-transition-delay: 0.24s;
  transition-delay: 0.24s;
}
.services__grid--extra[aria-hidden="false"]
  .services__grid-cell[data-nth-child="9"] {
  -webkit-transition-delay: 0.27s;
  -o-transition-delay: 0.27s;
  transition-delay: 0.27s;
}
.services__grid--extra[aria-hidden="false"]
  .services__grid-cell[data-nth-child="10"] {
  -webkit-transition-delay: 0.3s;
  -o-transition-delay: 0.3s;
  transition-delay: 0.3s;
}
.services__grid--extra[aria-hidden="false"]
  .services__grid-cell[data-nth-child="11"] {
  -webkit-transition-delay: 0.33s;
  -o-transition-delay: 0.33s;
  transition-delay: 0.33s;
}
.services__grid--extra[aria-hidden="false"]
  .services__grid-cell[data-nth-child="12"] {
  -webkit-transition-delay: 0.36s;
  -o-transition-delay: 0.36s;
  transition-delay: 0.36s;
}
.services__grid--extra[aria-hidden="false"]
  .services__grid-cell[data-nth-child="13"] {
  -webkit-transition-delay: 0.39s;
  -o-transition-delay: 0.39s;
  transition-delay: 0.39s;
}
.services__grid--extra[aria-hidden="false"]
  .services__grid-cell[data-nth-child="14"] {
  -webkit-transition-delay: 0.42s;
  -o-transition-delay: 0.42s;
  transition-delay: 0.42s;
}
.services__grid--extra[aria-hidden="false"]
  .services__grid-cell[data-nth-child="15"] {
  -webkit-transition-delay: 0.45s;
  -o-transition-delay: 0.45s;
  transition-delay: 0.45s;
}
.services__grid--extra[aria-hidden="false"]
  .services__grid-cell[data-nth-child="16"] {
  -webkit-transition-delay: 0.48s;
  -o-transition-delay: 0.48s;
  transition-delay: 0.48s;
}
.services__grid--extra[aria-hidden="false"]
  .services__grid-cell[data-nth-child="17"] {
  -webkit-transition-delay: 0.51s;
  -o-transition-delay: 0.51s;
  transition-delay: 0.51s;
}
.services__grid--extra[aria-hidden="false"]
  .services__grid-cell[data-nth-child="18"] {
  -webkit-transition-delay: 0.54s;
  -o-transition-delay: 0.54s;
  transition-delay: 0.54s;
}
.services__grid--extra[aria-hidden="false"]
  .services__grid-cell[data-nth-child="19"] {
  -webkit-transition-delay: 0.57s;
  -o-transition-delay: 0.57s;
  transition-delay: 0.57s;
}
.services__grid--extra[aria-hidden="false"]
  .services__grid-cell[data-nth-child="20"] {
  -webkit-transition-delay: 0.6s;
  -o-transition-delay: 0.6s;
  transition-delay: 0.6s;
}
.services__grid--extra.is-measuring-height {
  display: block;
  max-height: none !important;
}
@media screen and (min-width: 600px) {
  .services__grid--extra.is-measuring-height {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.services__grid--extra.is-measuring-height .services__grid-cell--hidden {
  display: block;
  opacity: 0;
}
@media screen and (max-width: 599px) {
  .services__grid-cell:not(:first-of-type) {
    margin-top: 0.75rem;
  }
}
@media screen and (min-width: 600px) {
  .services__grid-cell {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 33.33333%;
    flex: 1 1 33.33333%;
    margin-bottom: 1rem;
    max-width: 33.33333%;
    padding: 0 0.5rem;
    width: 33.33333%;
  }
}
@media screen and (min-width: 820px) {
  .services__grid-cell {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 25%;
    flex: 1 1 25%;
    max-width: 25%;
    width: 25%;
  }
}
.services__grid-cell--hidden {
  display: none;
  opacity: 0;
  -webkit-transition: opacity 0.3s;
  -o-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
@media screen and (max-width: 599px) {
  .services__grid-cell--hidden:first-of-type {
    margin-top: 0.75rem;
  }
}
.services__grid-cell--hidden.is-animating,
.services__grid--extra[aria-hidden="false"] .services__grid-cell--hidden,
.services__grid--extra[aria-hidden="true"].is-animating
  .services__grid-cell--hidden {
  display: block;
}
.services__grid--extra[aria-hidden="false"]:not(.is-animating)
  .services__grid-cell--hidden {
  opacity: 1;
}
.service {
  background-color: #fff;
  border-width: 1px;
  display: block;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  -webkit-transition: border-color 0.3s, -webkit-box-shadow 0.3s;
  transition: border-color 0.3s, -webkit-box-shadow 0.3s;
  -o-transition: border-color 0.3s, box-shadow 0.3s;
  transition: border-color 0.3s, box-shadow 0.3s;
  transition: border-color 0.3s, box-shadow 0.3s, -webkit-box-shadow 0.3s;
  z-index: 1;
}
.service--with-subitems {
  padding-bottom: 0.75rem;
}
@media screen and (min-width: 1020px) {
  .service--with-subitems {
    padding-bottom: 1.25rem;
  }
}
.service--with-subitems .service__link {
  height: auto;
}
@media screen and (min-width: 600px) {
  .service--with-subitems .service__link {
    padding-bottom: 0.75rem;
  }
}
@media screen and (min-width: 1020px) {
  .service--with-subitems .service__link {
    padding: 1.5rem 2rem 1rem 1.5rem;
  }
}
.service--with-subitems .service__link::after {
  bottom: 0.5rem;
}
.service__link {
  background-image: none !important;
  text-shadow: none !important;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  min-height: 4.5rem;
  text-decoration: none;
  -webkit-transition: border-color 0.3s, color 0.3s;
  -o-transition: border-color 0.3s, color 0.3s;
  transition: border-color 0.3s, color 0.3s;
}
@media screen and (max-width: 599px) {
  .service__link {
    padding: 1rem 2.25rem 0 1rem;
  }
}
@media screen and (min-width: 600px) {
  .service__link {
    overflow: hidden;
    padding: 1rem;
  }
}
@media screen and (min-width: 1020px) {
  .service__link {
    padding: 1.5rem 2rem 1.5rem 1.5rem;
  }
}
.service__link:hover,
.service__link:focus,
.service__link:active {
  color: #1e5d4d;
}
.service__link:hover .service__heading,
.service__link:focus .service__heading,
.service__link:active .service__heading {
  color: #1e5d4d;
  text-decoration: underline;
}
.service__link:active {
  background-color: transparent;
}
.service__link::after {
  bottom: 0.75rem;
  height: calc(100% - 1.5rem);
  left: 0.75rem;
  width: calc(100% - 1.5rem);
}
.service__link--no-icon {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
@media screen and (max-width: 599px) {
  .service__link--no-icon {
    padding: 1rem 2.25rem 1rem 1rem;
  }
}
@media screen and (min-width: 600px) {
  .service__link--no-icon {
    padding: 1rem 1rem 2.25rem;
  }
}
@media screen and (min-width: 1020px) {
  .service__link--no-icon {
    padding: 1.5rem 1.5rem 3rem;
  }
}
.service__link--no-icon .service__heading {
  max-width: 100%;
}
@media screen and (max-width: 599px) {
  .service__link--no-icon .service__heading {
    font-size: 20px;
  }
}
.service__link--no-icon .icon-ui-chevron-right-primary {
  bottom: 0.75rem;
  position: absolute;
  right: 0.5rem;
}
.service__icon {
  display: inline-block;
  font-size: 0.875rem;
  margin-left: -0.125rem;
  margin-right: 1rem;
  position: relative;
}
@media screen and (min-width: 1020px) {
  .service__icon {
    height: 2.75rem;
    width: 2.75rem;
  }
}
.service__icon .icon__filter-fallback {
  display: none;
}
@media screen and (min-width: 1020px) {
  .service__icon .icon__image {
    max-height: 2.75rem;
    width: 2.75rem;
  }
}
.no-cssfilters .service__icon {
  -webkit-transition: none;
  -o-transition: none;
  transition: none;
}
.no-cssfilters .service__icon .icon__image {
  z-index: 0;
}
.no-cssfilters .service__icon .service__picture {
  opacity: 0;
  z-index: 1;
}
.no-cssfilters .service__icon .icon__filter-fallback {
  display: block;
  left: 0;
  opacity: 1;
  position: absolute;
  top: 0;
}
.service__heading {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #343e46;
  display: -webkit-inline-box !important;
  display: -ms-inline-flexbox !important;
  display: inline-flex !important;
  font-size: 1.25rem;
  font-weight: 600;
  margin: 0;
  max-width: calc(100% - 3rem);
  -webkit-transition: color 0.3s;
  -o-transition: color 0.3s;
  transition: color 0.3s;
}
@media screen and (min-width: 600px) {
  .service__heading {
    display: inline;
    overflow-wrap: break-word;
    word-break: break-word;
    word-wrap: break-word;
    -webkit-hyphens: auto;
    -ms-hyphens: auto;
    hyphens: auto;
  }
}
@media screen and (min-width: 1020px) {
  .service__heading {
    font-size: 1.375rem;
    max-width: calc(100% - 3.75rem);
  }
}
.services__more {
  display: none;
  line-height: 1.2;
  margin: 0;
  padding: 0;
}
@media screen and (min-width: 820px) {
  .services__more {
    display: block;
  }
}
.services__more .list__item {
  margin: 0;
}
.services__more .list__item:first-child {
  margin-top: 0;
}
.services__more .list__link {
  background-image: none !important;
  text-shadow: none !important;
  display: block;
  font-size: 1.25rem;
  font-weight: 400;
  margin: 0;
  padding: 0.25rem 1rem;
  text-decoration: underline;
}
.services__more .list__link:hover,
.services__more .list__link:focus {
  text-decoration: none;
}
.services__more .list__link:hover .list__link-text,
.services__more .list__link:focus .list__link-text {
  color: #1e5d4d;
}
.services__more .list__link:active .list__link-text {
  background-image: none !important;
  text-shadow: none !important;
  color: #fff;
}
.services__more .list__link-text {
  display: inline;
}
.services__more .list__link-text,
.services__more .list__link-text:visited,
.services__more .list__link-text:hover,
.services__more .list__link-text:focus,
.services__more .list__link-text:active {
  background-position: left;
  -webkit-transition: color 0.3s, background-size 0.3s ease-out;
  -o-transition: color 0.3s, background-size 0.3s ease-out;
  transition: color 0.3s, background-size 0.3s ease-out;
}
.services__button-wrapper {
  display: block;
  text-align: center;
}
@media screen and (max-width: 599px) {
  .services__button-wrapper {
    margin-top: 0.75rem;
  }
}
.no-js .services__button-wrapper {
  display: none;
}
.services__button-wrapper .services__button {
  padding-right: 3.375rem;
}
.services__button-wrapper .services__button::after {
  background-size: 100%;
  content: "";
  display: block;
  height: 1rem;
  position: absolute;
  right: 1.125rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 1rem;
}
.services__button-wrapper .services__button[aria-expanded="true"]::after {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
  -webkit-transform-origin: 50% 20%;
  -ms-transform-origin: 50% 20%;
  transform-origin: 50% 20%;
}
.container + .widget-row .widget--top-tasks {
  margin-top: -1.5rem;
}
@media screen and (min-width: 820px) {
  .container + .widget-row .widget--top-tasks {
    margin-top: -4.5rem;
  }
}
.top-tasks .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 100%;
}
@media screen and (min-width: 960px) {
  .index-modular .top-tasks {
    margin-top: 2.25rem;
  }
}
.top-tasks .widget__heading {
  font-size: 2.25rem;
  margin-bottom: 0;
}
.top-task {
  background-color: #dee7e5;
  border: 2px solid #1e5d4d;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  margin: 0.75rem 0 0;
  position: relative;
  text-decoration: none;
  -webkit-transition: background-color 0.2s ease-out;
  -o-transition: background-color 0.2s ease-out;
  transition: background-color 0.2s ease-out;
  width: 100%;
}
@media screen and (min-width: 600px) {
  .top-task {
    margin: 1.5rem 1.5rem 0 0;
    text-align: left;
    width: calc(50% - 0.75rem);
  }
  .top-task:nth-child(2n) {
    margin-right: 0;
  }
}
@media screen and (min-width: 960px) {
  .top-task {
    min-height: 4.5rem;
    width: calc(25% - 1.125rem);
  }
}
@media screen and (min-width: 960px) and (-ms-high-contrast: active),
  screen and (min-width: 960px) and (-ms-high-contrast: none) {
  .top-task {
    width: calc(25% - 1.13rem);
  }
}
@media screen and (min-width: 960px) {
  @supports (-ms-ime-align: auto) {
    .top-task {
      width: calc(25% - 1.13rem);
    }
  }
  .top-task:nth-child(2n),
  .top-task:nth-child(3n) {
    margin-right: 1.5rem;
  }
  .top-task:nth-child(4n) {
    margin-right: 0;
  }
}
.top-task:visited {
  color: #fff;
}
.top-task:hover,
.top-task:focus,
.top-task:active {
  background-color: #fff;
  text-decoration: none;
}
.top-task:hover .icon,
.top-task:focus .icon,
.top-task:active .icon {
  -webkit-transform: translate(3px, -50%);
  -ms-transform: translate(3px, -50%);
  transform: translate(3px, -50%);
}
.top-task:hover .top-task__heading,
.top-task:focus .top-task__heading,
.top-task:active .top-task__heading {
  text-decoration: underline;
}
@media screen and (max-width: 599px) {
  .top-task:first-child {
    margin-top: 0.75rem;
  }
}
.top-task .icon {
  -webkit-box-flex: 0;
  -ms-flex: none;
  flex: none;
  margin-left: auto;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: -webkit-transform 0.2s ease-out;
  transition: -webkit-transform 0.2s ease-out;
  -o-transition: transform 0.2s ease-out;
  transition: transform 0.2s ease-out;
  transition: transform 0.2s ease-out, -webkit-transform 0.2s ease-out;
}
@media screen and (min-width: 600px) {
  .top-task .icon {
    margin-left: 0;
    position: absolute;
    right: 0.75rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .top-task .icon {
    background-size: 100%;
    width: 18px;
  }
}
@supports (-ms-ime-align: auto) {
  .top-task .icon {
    background-size: 100%;
    width: 18px;
  }
}
.top-task--no-icon {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
}
.top-task--no-icon .icon {
  bottom: 1rem;
  margin-left: 1.5rem;
  position: absolute;
  right: 0.75rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.top-task--no-icon .top-task__heading {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}
.top-task__heading {
  color: #343e46;
  display: block;
  font-family: "Noto Serif", serif;
  font-size: 1.375rem;
  font-weight: 600;
  -webkit-hyphens: none;
  -ms-hyphens: none;
  hyphens: none;
  line-height: 1;
  max-width: 100%;
  overflow-wrap: break-word;
  word-break: break-word;
  word-wrap: break-word;
}
@media screen and (min-width: 600px) {
  .top-task__heading {
    font-size: 1.25rem;
  }
}
.top-task__link {
  color: #343e46;
}
.top-task__link::before {
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
.top-task__summary {
  color: #343e46;
  font-size: 1rem;
  margin-right: 1.5rem;
}
.accordion__item {
  margin: 0;
}
.accordion__item:not(:first-child) {
  margin-top: 0.75rem;
}
.accordion__toggle {
  background-color: #343e46;
  border: 1px solid #343e46;
  display: block;
  text-decoration: none;
  -webkit-transition: background-color 0.3s ease-out, border-color 0.3s ease-out;
  -o-transition: background-color 0.3s ease-out, border-color 0.3s ease-out;
  transition: background-color 0.3s ease-out, border-color 0.3s ease-out;
}
.accordion__toggle:hover,
.accordion__toggle:focus,
.accordion__toggle:active {
  text-decoration: none;
}
.accordion__toggle:focus {
  border-color: #fff;
}
.accordion__toggle:hover {
  background-color: #1e5d4d;
  border-color: #1e5d4d;
}
.no-js .accordion__toggle:hover {
  background-color: #343e46;
  cursor: unset;
}
.no-js .accordion__toggle {
  display: block !important;
}
.accordion__toggle[aria-expanded="true"] {
  background-color: #1e5d4d;
  border-color: #1e5d4d;
}
.accordion__toggle[aria-expanded="true"]:hover {
  background-color: #343e46;
  border-color: #343e46;
}
.accordion__toggle[aria-expanded="true"]:focus {
  border-color: #fff;
}
.accordion__toggle[aria-expanded="true"] .icon {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.accordion__tab-heading {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 1.125rem;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-top: 0;
  padding: 1.5rem;
}
@media screen and (min-width: 820px) {
  .accordion__tab-heading {
    font-size: 1.375rem;
  }
}
.accordion__tab-heading .icon {
  -webkit-box-flex: 0;
  -ms-flex: none;
  flex: none;
  height: 1.125rem;
  margin-left: 1.5rem;
  width: 1.125rem;
}
@media screen and (min-width: 820px) {
  .accordion__tab-heading .icon {
    height: 1.5rem;
    width: 1.5rem;
  }
}
.accordion__toggle-content {
  background-color: #f1f1f1;
  border: 1px solid #1e5d4d;
  padding: 1.5rem;
}
.accordion__toggle-content .editor {
  max-width: 100%;
}
.accordion__toggle-content .editor *:not(img):not(table):not(.table-wrapper) {
  max-width: 50em;
}
.accordion__toggle-content .editor > img:first-child {
  margin-top: 0;
}
.accordion__toggle-content .editor p + ul:not([class]):not([type]) {
  margin-top: -1.5rem;
}
.accordion__toggle-content .editor ul:not([class]):not([type]) {
  margin-left: 0;
  margin-top: 0;
}
.accordion__toggle-content .editor ul:not([class]):not([type]) li {
  padding-left: 0;
}
.accordion__toggle-content .editor ul:not([class]):not([type]) li::before {
  display: none;
}
.feature-tiles {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.feature-tile {
  -webkit-box-flex: 0;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  padding: 0 0.75rem;
  position: relative;
}
.widget-theme-tiles .feature-tile--primary .feature-tile__inner {
  background-color: #1e5d4d;
}
.widget-theme-tiles .feature-tile--primary .feature-tile__heading {
  color: #dee7e5;
}
.widget-theme-tiles .feature-tile--primary .feature-tile__summary {
  color: #dee7e5;
}
.widget-theme-tiles .feature-tile--primary .feature-tile__link-text {
  color: #dee7e5;
}
.widget-theme-tiles
  .feature-tile--primary
  .feature-tile__link:visited
  .feature-tile__link-text {
  color: #c2ebe1;
}
.widget-theme-tiles
  .feature-tile--primary
  .feature-tile__link:hover
  .feature-tile__link-text,
.widget-theme-tiles
  .feature-tile--primary
  .feature-tile__link:focus
  .feature-tile__link-text,
.widget-theme-tiles
  .feature-tile--primary
  .feature-tile__link:active
  .feature-tile__link-text {
  color: #e8f8f4;
}
.widget-theme-tiles .feature-tile--secondary .feature-tile__inner {
  background-color: #323e47;
}
.widget-theme-tiles .feature-tile--secondary .feature-tile__heading {
  color: #e4e9f4;
}
.widget-theme-tiles .feature-tile--secondary .feature-tile__summary {
  color: #e4e9f4;
}
.widget-theme-tiles .feature-tile--secondary .feature-tile__link-text {
  color: #e4e9f4;
}
.widget-theme-tiles
  .feature-tile--secondary
  .feature-tile__link:visited
  .feature-tile__link-text {
  color: #ced7dd;
}
.widget-theme-tiles
  .feature-tile--secondary
  .feature-tile__link:hover
  .feature-tile__link-text,
.widget-theme-tiles
  .feature-tile--secondary
  .feature-tile__link:focus
  .feature-tile__link-text,
.widget-theme-tiles
  .feature-tile--secondary
  .feature-tile__link:active
  .feature-tile__link-text {
  color: #eceff2;
}
.widget-theme-tiles .feature-tile--tertiary .feature-tile__inner {
  background-color: #37aa8d;
}
.widget-theme-tiles .feature-tile--tertiary .feature-tile__heading {
  color: #dee7e5;
}
.widget-theme-tiles .feature-tile--tertiary .feature-tile__summary {
  color: #dee7e5;
}
.widget-theme-tiles .feature-tile--tertiary .feature-tile__link-text {
  color: #dee7e5;
}
.widget-theme-tiles
  .feature-tile--tertiary
  .feature-tile__link:visited
  .feature-tile__link-text {
  color: #e8f8f4;
}
.widget-theme-tiles
  .feature-tile--tertiary
  .feature-tile__link:hover
  .feature-tile__link-text,
.widget-theme-tiles
  .feature-tile--tertiary
  .feature-tile__link:focus
  .feature-tile__link-text,
.widget-theme-tiles
  .feature-tile--tertiary
  .feature-tile__link:active
  .feature-tile__link-text {
  color: #fff;
}
.widget-theme-tiles .widget__heading {
  color: #343e46;
  text-align: center;
}
.widget-theme-tiles .feature-tile {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  margin-top: 1rem;
  padding: 0 0.5rem;
  text-align: center;
}
@media screen and (min-width: 500px) {
  .widget-theme-tiles .feature-tile {
    -ms-flex-preferred-size: 33.33333%;
    flex-basis: 33.33333%;
  }
}
.widget-theme-tiles .feature-tile__inner {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 0.75rem;
  position: relative;
  border: 2px solid #cacaca;
}
.widget-theme-tiles .feature-tile__link {
  display: block;
}
.widget-theme-tiles .feature-tile__link::before {
  background-color: transparent;
  bottom: 0;
  content: "";
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  -webkit-transition: background-color 0.2s ease-out;
  -o-transition: background-color 0.2s ease-out;
  transition: background-color 0.2s ease-out;
  z-index: -1;
}
.widget-theme-tiles .feature-tile__heading {
  color: #343e46;
  font-size: 1rem;
  margin: 0.375rem 0;
}
.widget-theme-tiles .feature-tile__summary {
  color: #343e46;
  font-size: 0.9375rem;
  margin: 0 0 0.375rem;
}
.widget-theme-tiles .feature-tile__link-text {
  font-size: 0.9375rem;
  margin: 0;
  text-decoration: underline;
}
.widget-image-tiles .widget__heading {
  color: #343e46;
  text-align: center;
}
.widget-image-tiles .feature-tile {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  margin-top: 1rem;
  padding: 0 0.5rem;
  text-align: center;
}
@media screen and (min-width: 820px) {
  .widget-image-tiles .feature-tile {
    -ms-flex-preferred-size: 0%;
    flex-basis: 0%;
    min-width: 50%;
  }
}
.widget-image-tiles .feature-tile__inner {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 0.75rem;
  position: relative;
  border: 2px solid #cacaca;
}
.widget-image-tiles .feature-tile__image:not(.feature-tile__image--background) {
  background-color: #fff;
  border: 1px solid #cacaca;
  padding: 0.375rem;
}
.widget-image-tiles .feature-tile--image-background .feature-tile__image {
  background-position: top;
  background-size: cover;
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  opacity: 0.2;
}
.widget-image-tiles .feature-tile--image-top .feature-tile__image,
.widget-image-tiles .feature-tile--image-bottom .feature-tile__image {
  width: 100%;
}
.widget-image-tiles .feature-tile--image-top .feature-tile__image {
  margin-bottom: 1.5rem;
}
.widget-image-tiles .feature-tile--image-bottom .feature-tile__image {
  margin-top: 1.5rem;
}
.widget-image-tiles .feature-tile--image-left .feature-tile__image,
.widget-image-tiles .feature-tile--image-right .feature-tile__image {
  width: 50%;
}
.widget-image-tiles .feature-tile--image-left .feature-tile__content,
.widget-image-tiles .feature-tile--image-right .feature-tile__content {
  width: 50%;
}
.widget-image-tiles .feature-tile--image-left {
  text-align: left;
}
.widget-image-tiles .feature-tile--image-left .feature-tile__image {
  float: left;
}
.widget-image-tiles .feature-tile--image-left .feature-tile__content {
  float: right;
  padding-left: 1.5rem;
}
.widget-image-tiles .feature-tile--image-right {
  text-align: right;
}
.widget-image-tiles .feature-tile--image-right .feature-tile__image {
  float: right;
}
.widget-image-tiles .feature-tile--image-right .feature-tile__content {
  float: left;
  padding-right: 1.5rem;
}
.widget-image-tiles .feature-tile__content {
  position: relative;
  z-index: 1;
}
.widget-image-tiles .feature-tile__link {
  display: block;
}
.widget-image-tiles .feature-tile__link::before {
  background-color: transparent;
  bottom: 0;
  content: "";
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  -webkit-transition: background-color 0.2s ease-out;
  -o-transition: background-color 0.2s ease-out;
  transition: background-color 0.2s ease-out;
  z-index: -1;
}
.widget-image-tiles .feature-tile__link:hover,
.widget-image-tiles .feature-tile__link:focus,
.widget-image-tiles .feature-tile__link:active {
  text-decoration: none;
}
.widget-image-tiles .feature-tile__link:hover .feature-tile__link-text,
.widget-image-tiles .feature-tile__link:focus .feature-tile__link-text,
.widget-image-tiles .feature-tile__link:active .feature-tile__link-text {
  text-decoration: none;
}
.widget-image-tiles .feature-tile__link:hover::before,
.widget-image-tiles .feature-tile__link:focus::before,
.widget-image-tiles .feature-tile__link:active::before {
  background-color: #e4e9f4;
}
.widget-image-tiles .feature-tile__link:hover .feature-tile__link-text,
.widget-image-tiles .feature-tile__link:focus .feature-tile__link-text,
.widget-image-tiles .feature-tile__link:active .feature-tile__link-text {
  text-decoration: underline;
}
.widget-image-tiles .feature-tile__heading {
  color: #343e46;
  font-size: 1rem;
  margin: 0.375rem 0;
}
.widget-image-tiles .feature-tile__summary {
  color: #343e46;
  font-size: 0.9375rem;
  margin: 0 0 0.375rem;
}
.widget-image-tiles .feature-tile__link-text {
  font-size: 0.9375rem;
  margin: 0;
  text-decoration: underline;
}
.widget-icon-tiles .widget__heading {
  color: #343e46;
  text-align: center;
}
.widget-icon-tiles .feature-tiles {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.widget-icon-tiles .feature-tile {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 20%;
  flex: 0 0 20%;
  padding: 1.5rem 1.5rem 0;
  text-align: center;
}
.widget-icon-tiles .icon {
  -webkit-transition: -webkit-transform 0.2s ease-out;
  transition: -webkit-transform 0.2s ease-out;
  -o-transition: transform 0.2s ease-out;
  transition: transform 0.2s ease-out;
  transition: transform 0.2s ease-out, -webkit-transform 0.2s ease-out;
}
.widget-icon-tiles .feature-tile__link {
  display: block;
}
.widget-icon-tiles .feature-tile__link:hover,
.widget-icon-tiles .feature-tile__link:focus,
.widget-icon-tiles .feature-tile__link:active {
  text-decoration: none;
}
.widget-icon-tiles .feature-tile__link:hover .feature-tile__link-text,
.widget-icon-tiles .feature-tile__link:focus .feature-tile__link-text,
.widget-icon-tiles .feature-tile__link:active .feature-tile__link-text {
  text-decoration: none;
}
.widget-icon-tiles .feature-tile__link:hover .feature-tile__icon,
.widget-icon-tiles .feature-tile__link:focus .feature-tile__icon,
.widget-icon-tiles .feature-tile__link:active .feature-tile__icon {
  background-color: #e4e9f4;
}
.widget-icon-tiles .feature-tile__link:hover .icon,
.widget-icon-tiles .feature-tile__link:focus .icon,
.widget-icon-tiles .feature-tile__link:active .icon {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}
.widget-icon-tiles .feature-tile__heading {
  color: #343e46;
  font-size: 1rem;
  margin: 0.375rem 0;
}
.widget-icon-tiles .feature-tile__icon {
  display: inline-block;
  margin: auto;
  border: 2px solid #616365;
  border-radius: 50%;
  padding: 0.375rem;
}
.widget-icon-tiles .icon {
  height: 2.5rem;
  width: 2.5rem;
}
.widget-icon-tiles .feature-tile__summary {
  color: #343e46;
  font-size: 0.9375rem;
  margin: 0 0 0.375rem;
}
.widget-icon-tiles .feature-tile__link-text {
  font-size: 0.9375rem;
  text-decoration: underline;
}
.site-main {
  -webkit-box-flex: 1;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
  margin: 0 0 3rem;
  z-index: 994;
}
.home-page .site-main,
.category-modular .site-main,
.homepage-modular .site-main,
.document-article .site-main,
.search-list .site-main {
  margin: 0;
}
.one-column .site-content {
  margin: 0 auto;
}
.page-content {
  margin-top: 1.5rem;
}
.two-column .page-content {
  margin-bottom: 1.5rem;
}
@media screen and (min-width: 960px) {
  .two-column .page-content {
    float: left;
    margin-bottom: 0;
    padding-right: 2rem;
    width: 72.91667%;
  }
}
.index-modular .page-content {
  margin-top: 0;
}
.page-heading,
.page-subheading {
  margin-bottom: 1.5rem;
}
.directory-article .page-subheading {
  padding-bottom: 1.5rem;
}
.page-content .page-subheading:first-child {
  margin-top: 0;
}
.page-header {
  background-color: #e4e9f4;
  padding: 1.5rem 0;
  position: relative;
  z-index: 995;
}
@media screen and (min-width: 820px) {
  .page-header {
    padding: 3rem 0;
  }
}
@media screen and (min-width: 1020px) {
  .landing-page .page-header {
    padding: 3rem 0 6rem;
  }
}
.page-header__content {
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}
.page-header__content .page-header__content-left {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 100%;
  flex: 1 1 100%;
  max-width: calc(100% - 3rem);
}
.page__heading-container {
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.page__heading-container .page-heading {
  margin: 0;
}
.index-modular h1 + .container,
.index-modular .h1 + .container {
  max-width: none;
  padding: 0;
}
.index-modular .container .container {
  padding-left: 1rem;
  padding-right: 1rem;
}
.site-header {
  background-color: #1e5d4d;
  margin-top: 0;
  padding: 0.75rem 0;
  position: relative;
  z-index: 996;
}
@media screen and (min-width: 820px) {
  .site-header {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }
}
.no-js .site-header {
  padding-bottom: 0;
}
.no-js .site-header .identity {
  padding-bottom: 0.75rem;
}
.home.one-column .site-header {
  margin-bottom: 0;
}
.site-header > .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 599px) {
  .site-header > .container {
    display: block;
    padding: 0;
    text-align: center;
  }
}
.site-header > .container::after {
  content: none;
}
@media screen and (max-width: 599px) {
  .site-header .button {
    padding: 1rem;
  }
}
@media screen and (max-width: 399px) {
  .site-header .button {
    padding: 0.375rem 0.75rem;
  }
}
@media screen and (max-width: 599px) {
  .site-header .button--icon .icon {
    margin-right: 0;
  }
}
.site-header__links {
  margin-bottom: 1.5rem;
  text-align: center;
  width: 100%;
}
@media screen and (min-width: 600px) {
  .site-header__links {
    float: right;
    padding-left: 0.75rem;
    text-align: right;
    width: 66.66667%;
  }
}
.site-header__links .list__item {
  margin-bottom: 0;
  margin-right: 0;
}
@media screen and (min-width: 400px) {
  .site-header__links .list__item:not(:first-child) {
    margin-left: 1.5rem;
  }
}
.identity {
  -ms-flex-item-align: center;
  align-self: center;
  -webkit-box-flex: 0;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  position: relative;
}
@media screen and (max-width: 599px) {
  .site-header .identity {
    display: inline-block;
  }
}
.identity__logo {
  width: 100%;
}
.identity__logo-image {
  -webkit-transition: opacity 0.3s ease;
  -o-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
.identity__link {
  color: #fff;
  display: block;
}
.identity__link:visited,
.identity__link:hover,
.identity__link:focus,
.identity__link:active {
  color: #fff;
}
.identity__link--custom {
  opacity: 1;
  -webkit-transition: opacity 0.3s;
  -o-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.identity__link--custom:hover,
.identity__link--custom:focus,
.identity__link--custom:active {
  opacity: 0.9;
}
.identity__link--default::after {
  background-size: 100%;
  content: "";
  height: 100%;
  left: 0;
  opacity: 0;
  position: absolute;
  top: 0;
  -webkit-transition: opacity 0.3s ease;
  -o-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  width: 100%;
}
.identity__link--default:hover .identity__logo-image,
.identity__link--default:focus .identity__logo-image,
.identity__link--default:active .identity__logo-image {
  opacity: 0;
}
.identity__link--default:hover::after,
.identity__link--default:focus::after,
.identity__link--default:active::after {
  opacity: 1;
}
.identity__print-fallback {
  display: none;
  max-width: 12.5rem;
}
.site-footer {
  background-color: #1e5d4d;
  color: #fff;
  margin: 0;
  padding: 2.5rem 0;
}
@media screen and (min-width: 960px) {
  .site-footer {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }
}
@media screen and (max-width: 959px) {
  .site-footer .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
@media screen and (max-width: 959px) {
  .site-footer__right,
  .site-footer__left {
    text-align: center;
  }
}
@media screen and (min-width: 960px) {
  .site-footer__right,
  .site-footer__left {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    float: left;
  }
}
.site-footer__right {
  -ms-flex-item-align: center;
  align-self: center;
}
@media screen and (max-width: 959px) {
  .site-footer__right {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    padding-bottom: 1.5rem;
  }
}
@media screen and (min-width: 960px) {
  .site-footer__right {
    float: right;
    max-width: 30%;
  }
}
@media screen and (max-width: 959px) {
  .site-footer__left {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
}
@media screen and (min-width: 960px) {
  .site-footer__left {
    max-width: 70%;
  }
}
.site-footer__social {
  margin-left: -1.5rem;
}
@media screen and (max-width: 959px) {
  .site-footer__social {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
}
@media screen and (max-width: 959px) {
  .site-footer__social .list--social-links {
    display: inline-block;
  }
}
.site-footer__social .list--social-links .list__item {
  float: left;
  margin: 0;
  margin-right: 0.75rem;
}
@media screen and (max-width: 1019px) {
  .site-footer__social .list--social-links .list__item {
    margin: 0 0.3rem;
  }
}
.site-footer__social .list--social-links .list__link {
  display: block;
  position: relative;
}
.site-footer__social .list--social-links .list__link::before {
  border: 2px solid #e0faf4;
  border-radius: 50%;
  content: "";
  display: block;
  height: 10%;
  left: 50%;
  opacity: 0;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transition: 0.3s cubic-bezier(0.23, 0.34, 0.24, 1.06);
  -o-transition: 0.3s cubic-bezier(0.23, 0.34, 0.24, 1.06);
  transition: 0.3s cubic-bezier(0.23, 0.34, 0.24, 1.06);
  width: 10%;
}
.site-footer__social .list--social-links .list__link:hover::before {
  height: 120%;
  opacity: 1;
  width: 120%;
}
.site-footer__social .list--social-links .icon {
  height: 4.5rem;
  width: 4.5rem;
}
@media screen and (max-width: 599px) {
  .site-footer__social .list--social-links .icon {
    height: 3rem;
    width: 3rem;
  }
}
.site-footer__logo {
  float: right;
}
@media screen and (min-width: 960px) {
  .site-footer__logo {
    margin-left: 1.5rem;
  }
}
@media screen and (max-width: 959px) {
  .site-footer__logo {
    clear: both;
    display: block;
    float: none;
    margin: 0 auto;
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    text-align: center;
  }
}
@media screen and (max-width: 959px) {
  .site-footer__logo .identity {
    display: inline-block;
  }
}
.site-footer__content {
  text-align: center;
}
@media screen and (min-width: 960px) {
  .site-footer__content {
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    text-align: left;
  }
}
.site-footer__group {
  display: inline;
}
@media screen and (min-width: 600px) {
  .site-footer__group {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
  }
}
.site-footer__group .list,
.site-footer__group .download__meta-list {
  display: inline;
}
.site-footer__group .list__item {
  display: inline-block;
  margin: 0 1.5rem 0 0;
}
@media screen and (max-width: 959px) {
  .site-footer__group .list__item {
    margin: 0 0.75rem;
  }
}
.site-footer__group .list__link {
  color: #fff;
  font-weight: 700;
}
.site-footer__text {
  margin: 0;
}
.site-footer__text.site-footer__rights {
  /*float: left;*/
  margin-right: 2.25rem;
}
@media screen and (max-width: 959px) {
  .site-footer__text.site-footer__rights {
    display: inline;
    float: none;
    margin-right: 0;
  }
}
.site-footer__link {
  color: #fff;
  font-weight: 700;
}
.site-footer__link:visited {
  color: #fff;
}
.site-footer__supplier .site-footer__link {
  font-weight: 400;
}
.site-footer__heading {
  font-size: 1rem;
  font-weight: 700;
  margin: 0 0 0.75rem;
  text-transform: uppercase;
}
@media screen and (min-width: 500px) {
  .site-footer__heading {
    margin: 0 0 1.5rem;
  }
}
.site-footer__text,
.site-footer__links {
  color: #fff;
  display: block;
  margin: 0;
  text-align: center;
}
@media screen and (min-width: 960px) {
  .site-footer__text,
  .site-footer__links {
    display: inline;
    margin-right: 1rem;
    text-align: left;
  }
}
.site-footer__supplier {
  clear: both;
  display: block;
  font-size: 0.875rem;
  padding-top: 0.5rem;
}
@media screen and (max-width: 959px) {
  .site-footer__supplier {
    padding-top: 0.75rem;
    text-align: center;
  }
}
.site-footer__supplier .site-footer__link:hover,
.site-footer__supplier .site-footer__link:focus,
.site-footer__supplier .site-footer__link:active {
  text-decoration: none;
}
.site-footer__supplier .site-footer__link:hover strong,
.site-footer__supplier .site-footer__link:focus strong,
.site-footer__supplier .site-footer__link:active strong {
  text-decoration: underline;
}
.aside {
  margin-top: 2.25rem;
}
.aside__section {
  margin-bottom: 1.5rem;
}
.supplement__heading,
.aside__heading {
  font-size: 1.25rem;
  margin: 0 0 1rem;
}
.aside__list {
  margin-top: 0.75rem;
}
.aside__list .list__item {
  margin-top: 0.75rem;
}
.aside__links {
  margin-top: 0.75rem;
}
.aside__links .list__item {
  margin-top: 0.75rem;
}
.aside .form {
  margin-top: 0;
}
@media screen and (max-width: 959px) {
  .aside--sidebar {
    float: left;
    margin-top: -1.5rem;
    width: 100%;
  }
  .news-list .aside--sidebar,
  .event-list .aside--sidebar {
    margin-top: 0.75rem;
  }
}
@media screen and (min-width: 960px) {
  .two-column .aside--sidebar {
    float: left;
    margin-top: 4.5rem;
    width: 27.08333%;
  }
}
.aside--below {
  margin-bottom: 3rem;
}
.widget-row {
  margin-bottom: 2.25rem;
}
@media screen and (min-width: 820px) {
  .widget-row {
    margin-bottom: 4.5rem;
    margin-left: -1rem;
    margin-right: -1rem;
  }
}
.widget-row:first-of-type {
  margin-top: 0;
}
@media screen and (min-width: 820px) {
  .widget-width {
    float: left;
    padding: 0 1rem;
    width: 100%;
  }
}
@media screen and (max-width: 819px) {
  .widget-width {
    margin-bottom: 1.5rem;
  }
}

.widget-stack .widget:not(:last-child) {
  margin-bottom: 1.5rem;
}
.widget__heading {
  font-size: 2.25rem;
  font-weight: 600;
  margin-bottom: 1.5rem;
}
.widget__heading:first-child {
  margin-top: 0;
}
.widget__subheading {
  font-size: 1.125rem;
}
.grid {
  display: block;
  margin: 0 0 -0.75rem -1rem;
}
.grid .boxed {
  display: block;
}
.grid__cell {
  display: inline-block;
  margin: 0;
  padding: 0 0 0.75rem 1rem;
  vertical-align: top;
  width: 100%;
}
.grid--flush {
  margin: 0;
}
.grid--flush .grid__cell {
  padding: 0;
}
@media screen and (min-width: 600px) {
  .grid--2up .grid__cell {
    width: 50%;
  }
  .grid--2up .grid__cell:nth-child(2n + 1) {
    clear: left;
  }
}
@media screen and (min-width: 600px) {
  .grid--3up .grid__cell {
    width: 33.33333%;
  }
  .grid--3up .grid__cell:nth-child(3n + 1) {
    clear: left;
  }
}
@media screen and (min-width: 600px) and (max-width: 819px) {
  .grid--4up .grid__cell {
    width: 50%;
  }
  .grid--4up .grid__cell:nth-child(2n + 1) {
    clear: left;
  }
}
@media screen and (min-width: 820px) and (max-width: 959px) {
  .grid--4up .grid__cell {
    width: 33.33333%;
  }
  .grid--4up .grid__cell:nth-child(3n + 1) {
    clear: left;
  }
}
@media screen and (min-width: 960px) {
  .grid--4up .grid__cell {
    width: 25%;
  }
  .grid--4up .grid__cell:nth-child(4n + 1) {
    clear: left;
  }
}
.site-search .form__control {
  margin: 0;
}
.site-search--header {
  color: #343e46;
  height: 100vh;
  left: 0;
  margin: 0;
  opacity: 0;
  padding: 160px 0 2rem;
  position: fixed;
  top: 0;
  -webkit-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  width: 100%;
  z-index: 99999999;
}
.site-search--header ::-webkit-input-placeholder {
  color: #343e46;
}
.site-search--header ::-moz-placeholder {
  opacity: 1;
  color: #343e46;
}
.site-search--header ::-moz-placeholder {
  opacity: 1;
  color: #343e46;
}
.site-search--header :-ms-input-placeholder {
  color: #343e46;
}
.site-search--header .placeholdr {
  color: #343e46;
}
.no-js .site-search--header {
  background-color: rgba(228, 233, 244, 0.95);
  height: auto;
  opacity: 1;
  padding: 0 0 2rem;
  position: static;
}
.site-search--header::before {
  background-color: rgba(228, 233, 244, 0.95);
  content: "";
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  -webkit-transition: opacity 0.3s ease-in-out;
  -o-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
  width: 100%;
}
.no-js .site-search--header::before {
  display: none;
}
.site-search--header[aria-hidden="true"] {
  display: block;
  opacity: 0;
  visibility: hidden;
}
.site-search--header[aria-hidden="false"] {
  display: block;
  opacity: 1;
}
.site-search--header[aria-hidden="false"] .js-search-toggle {
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}
.site-search--header .container {
  max-width: 1280px;
}
.site-search--header .js-search-toggle {
  background: transparent;
  border: 0;
  color: #fff;
  cursor: pointer;
  display: block;
  height: 4.375rem;
  position: absolute;
  right: 2px;
  top: 2px;
  -webkit-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  transform: translateY(-100%);
  -webkit-transition: 0.3s cubic-bezier(0.23, 0.34, 0.24, 1.06);
  -o-transition: 0.3s cubic-bezier(0.23, 0.34, 0.24, 1.06);
  transition: 0.3s cubic-bezier(0.23, 0.34, 0.24, 1.06);
  width: 4.375rem;
}
.site-search--header .js-search-toggle:hover,
.site-search--header .js-search-toggle:focus,
.site-search--header .js-search-toggle:active {
  background-color: #1e5d4d;
}
.site-search--header .js-search-toggle:hover .toggle-icon::before,
.site-search--header .js-search-toggle:hover .toggle-icon::after,
.site-search--header .js-search-toggle:hover .toggle-icon .toggle-icon__line,
.site-search--header .js-search-toggle:focus .toggle-icon::before,
.site-search--header .js-search-toggle:focus .toggle-icon::after,
.site-search--header .js-search-toggle:focus .toggle-icon .toggle-icon__line,
.site-search--header .js-search-toggle:active .toggle-icon::before,
.site-search--header .js-search-toggle:active .toggle-icon::after,
.site-search--header .js-search-toggle:active .toggle-icon .toggle-icon__line {
  background-color: #fff;
}
.site-search--header .js-search-toggle:focus {
  outline-color: #343e46;
  outline-offset: 2px;
  right: 6px;
  top: 6px;
}
.site-search--header .js-search-toggle .toggle-icon {
  left: 50%;
  position: absolute;
  top: 50%;
  -webkit-transform: translate3d(-50%, -50%, 0);
  transform: translate3d(-50%, -50%, 0);
}
.site-search--header .js-search-toggle .toggle-icon::before {
  -webkit-transform: translateY(-50%) rotate(45deg);
  -ms-transform: translateY(-50%) rotate(45deg);
  transform: translateY(-50%) rotate(45deg);
}
.site-search--header .js-search-toggle .toggle-icon::after {
  -webkit-transform: translateY(-50%) rotate(-45deg);
  -ms-transform: translateY(-50%) rotate(-45deg);
  transform: translateY(-50%) rotate(-45deg);
}
.site-search--header .js-search-toggle .toggle-icon .toggle-icon__line {
  opacity: 0;
  -webkit-transform: translate(-100%, -50%);
  -ms-transform: translate(-100%, -50%);
  transform: translate(-100%, -50%);
}
.site-search--header .js-search-toggle .toggle-icon::before,
.site-search--header .js-search-toggle .toggle-icon::after,
.site-search--header .js-search-toggle .toggle-icon .toggle-icon__line {
  background-color: #343e46;
  bottom: auto;
  height: 0.1875rem;
  top: 50%;
}
.site-search--header .form__control {
  width: 100%;
}
.site-search--header .form__control::after {
  background-color: #1e5d4d;
  bottom: 0;
  content: "";
  height: 3px;
  left: 0;
  opacity: 0;
  position: absolute;
  -webkit-transform: scaleX(0);
  -ms-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: left;
  -ms-transform-origin: left;
  transform-origin: left;
  -webkit-transition: opacity 1s ease-out 0.6s,
    -webkit-transform 0.5s ease-out 0.3s;
  transition: opacity 1s ease-out 0.6s, -webkit-transform 0.5s ease-out 0.3s;
  -o-transition: transform 0.5s ease-out 0.3s, opacity 1s ease-out 0.6s;
  transition: transform 0.5s ease-out 0.3s, opacity 1s ease-out 0.6s;
  transition: transform 0.5s ease-out 0.3s, opacity 1s ease-out 0.6s,
    -webkit-transform 0.5s ease-out 0.3s;
  width: 100%;
}
.no-js .site-search--header .form__control::after {
  content: none;
}
.site-search--header .form__append-group {
  margin-bottom: 0.375rem;
}
.site-search--header .form__field {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: transparent;
  border: 0;
  border-bottom: 6px solid #343e46;
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: #343e46;
  display: inline-block;
  font-family: "Noto Serif", serif;
  font-size: 5.625rem;
  font-weight: 700;
  height: inherit;
  text-transform: none;
  width: 100%;
}
@media screen and (max-width: 599px) {
  .site-search--header .form__field {
    font-size: 3rem;
  }
}
.site-search--header .form__field ::-webkit-input-placeholder {
  color: #343e46;
}
.site-search--header .form__field ::-moz-placeholder {
  opacity: 1;
  color: #343e46;
}
.site-search--header .form__field ::-moz-placeholder {
  opacity: 1;
  color: #343e46;
}
.site-search--header .form__field :-ms-input-placeholder {
  color: #343e46;
}
.site-search--header .form__field .placeholdr {
  color: #343e46;
}
.site-search--header .form__field:focus {
  padding-left: 0.75rem;
}
.site-search--header .form__field::-ms-clear {
  display: none;
  height: 0;
  width: 0;
}
.site-search--header .form__label.visually-hidden {
  background-color: #1e5d4d;
  color: #fff;
}
.site-search--header .button {
  background-color: transparent;
  border: 0;
  border-bottom: 6px solid #343e46;
  border-radius: 0;
  height: auto;
  margin: 0;
  padding: 1.875rem 0 0 0.375rem;
}
.site-search--header .button::before {
  display: none;
}
.site-search--header .button:hover,
.site-search--header .button:focus,
.site-search--header .button:active {
  background-color: transparent;
}
.site-search--header .button:hover .icon,
.site-search--header .button:focus .icon,
.site-search--header .button:active .icon {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}
.site-search--header .button:focus,
.site-search--header .button:active {
  outline-color: #343e46;
}
.site-search--header .button .icon {
  height: 4.375rem;
  -webkit-transition: -webkit-transform 0.3s ease-out;
  transition: -webkit-transform 0.3s ease-out;
  -o-transition: transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  width: 4.375rem;
}
@media screen and (max-width: 599px) {
  .site-search--header .button .icon {
    height: 2.625rem;
    width: 2.625rem;
  }
}
.site-search--header .icon {
  display: inline-block;
}
.site-search--header .icon-fallback {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
  background-color: #1e5d4d;
  color: #fff;
}
.site-search--header .site-search__focus-button {
  display: block;
}
.zoom-overlay {
  z-index: 998;
}
.zoom-overlay-open .zoom-overlay {
  opacity: 0.5;
}
.zoom-overlay-transitioning .zoom-overlay {
  opacity: 0;
}
.zoom-img-wrap {
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  -o-transition: transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
  z-index: 999;
}
.zoom-overlay-open .site-main {
  z-index: auto;
}
.editor {
  max-width: 50em;
}
.widget-width--large .widget-content .editor {
  max-width: 100%;
}
.page-content > .editor:last-child {
  margin-bottom: 2.25rem;
}
@media screen and (min-width: 960px) {
  .page-content > .editor:last-child {
    margin-bottom: 4.5rem;
  }
}
.editor h2,
.editor .h2 {
  margin: 1.5rem 0 0;
}
.editor a:not(.button),
.editor a:not(.button):visited {
  font-weight: 400;
  text-decoration: underline;
}
.editor a:not(.button):hover,
.editor a:not(.button):focus,
.editor a:not(.button):active {
  font-weight: 700;
  text-decoration: underline;
}
.editor .button {
  margin-bottom: 1.5rem;
  width: 100%;
}
@media screen and (min-width: 400px) {
  .editor .button {
    width: auto;
  }
}
.editor .text_align_left {
  text-align: left;
}
.editor .text_align_right {
  text-align: right;
}
.editor .text_align_center {
  text-align: center;
}
.editor .indent {
  margin-left: 20px;
}
.editor .indent2 {
  margin-left: 40px;
}
.editor strong {
  font-weight: 700;
}
.editor em {
  font-style: italic;
}
.editor ol:not([class]):not([type])[start="2"] {
  counter-reset: list_item_count 1;
  margin-top: 0;
}
.editor ol:not([class]):not([type])[start="3"] {
  counter-reset: list_item_count 2;
  margin-top: 0;
}
.editor ol:not([class]):not([type])[start="4"] {
  counter-reset: list_item_count 3;
  margin-top: 0;
}
.editor ol:not([class]):not([type])[start="5"] {
  counter-reset: list_item_count 4;
  margin-top: 0;
}
.editor ol:not([class]):not([type])[start="6"] {
  counter-reset: list_item_count 5;
  margin-top: 0;
}
.editor ol:not([class]):not([type])[start="7"] {
  counter-reset: list_item_count 6;
  margin-top: 0;
}
.editor ol:not([class]):not([type])[start="8"] {
  counter-reset: list_item_count 7;
  margin-top: 0;
}
.editor ol:not([class]):not([type])[start="9"] {
  counter-reset: list_item_count 8;
  margin-top: 0;
}
.editor ol:not([class]):not([type])[start="10"] {
  counter-reset: list_item_count 9;
  margin-top: 0;
}
.editor ol:not([class]):not([type])[start="11"] {
  counter-reset: list_item_count 10;
  margin-top: 0;
}
.editor ol:not([class]):not([type])[start="12"] {
  counter-reset: list_item_count 11;
  margin-top: 0;
}
.editor ol:not([class]):not([type])[start="13"] {
  counter-reset: list_item_count 12;
  margin-top: 0;
}
.editor ol:not([class]):not([type])[start="14"] {
  counter-reset: list_item_count 13;
  margin-top: 0;
}
.editor ol:not([class]):not([type])[start="15"] {
  counter-reset: list_item_count 14;
  margin-top: 0;
}
.editor ol:not([class]):not([type])[start="16"] {
  counter-reset: list_item_count 15;
  margin-top: 0;
}
.editor ol:not([class]):not([type])[start="17"] {
  counter-reset: list_item_count 16;
  margin-top: 0;
}
.editor ol:not([class]):not([type])[start="18"] {
  counter-reset: list_item_count 17;
  margin-top: 0;
}
.editor ol:not([class]):not([type])[start="19"] {
  counter-reset: list_item_count 18;
  margin-top: 0;
}
.editor ol:not([class]):not([type])[start="20"] {
  counter-reset: list_item_count 19;
  margin-top: 0;
}
.editor ol:not([class]):not([type])[start="21"] {
  counter-reset: list_item_count 20;
  margin-top: 0;
}
.editor ol:not([class]):not([type])[start="22"] {
  counter-reset: list_item_count 21;
  margin-top: 0;
}
.editor .snippet,
.editor iframe {
  max-width: 100%;
}
.editor .underline_text {
  text-decoration: underline;
}
.editor .strikethrough_text {
  text-decoration: line-through;
}
.editor .underline_and_strikethrough_text,
.editor .underline_text.strikethrough_text {
  text-decoration: line-through underline;
}
.editor sup,
.editor .superscript_text {
  vertical-align: super;
}
.editor sub,
.editor .subscript_text {
  vertical-align: sub;
}
@media screen and (min-width: 600px) {
  .editor .float_left {
    float: left;
    margin-bottom: 0.75rem;
    margin-right: 1.5rem;
    max-width: 50%;
  }
}
@media screen and (min-width: 600px) {
  .editor .float_right {
    float: right;
    margin-left: 1.5rem;
    margin-top: 0.75rem;
    max-width: 50%;
  }
}
.editor img:not([class]) {
  display: inline;
  margin: 0.75rem 0 0;
  vertical-align: baseline;
}
.editor p img:not([class]):first-child {
  margin-top: 0.5rem;
}
.editor .image_centre {
  display: block;
  margin: 1.5rem auto;
}
.editor .image_centre img:not([class]) {
  margin: 0 auto;
}
.editor td.highlightCell,
.editor tr.highlightRow td {
  background: #cfc;
}
.editor tr.zebra td {
  background-color: #fff;
}
.editor abbr {
  border-bottom: 1px dotted #ccc;
  cursor: help;
}
.editor .placeholder {
  background: #eee;
  border: 1px solid #ccc;
  color: #333;
  padding: 2em;
}
.editor #editable {
  border: 2px dashed #999;
  padding: 10px;
}
.editor #editable::after {
  clear: both;
  content: ".";
  display: block;
  height: 0;
  visibility: hidden;
}
.editor #toolbar {
  background-color: #eee;
  border: 1px solid #ddd;
  padding: 0.5em;
}
.editor .imageCaption.float_left {
  float: left;
}
@media screen and (max-width: 399px) {
  .editor .imageCaption.float_left {
    margin: 1.5rem auto;
  }
}
@media screen and (min-width: 400px) {
  .editor .imageCaption.float_left {
    margin: 0.75rem 2.25rem 1.5rem 0;
  }
}
@media screen and (max-width: 399px) {
  .editor .imageCaption.float_right {
    margin: 1.5rem auto;
  }
}
@media screen and (min-width: 400px) {
  .editor .imageCaption.float_right {
    margin: 0.75rem 0 1.5rem 2.25rem;
  }
}
.editor .imageCaption.image_centre {
  border-collapse: collapse;
  clear: both;
  display: table;
  float: none;
  margin: 1.5rem auto;
}
.editor .imageCaption.image_centre p {
  caption-side: bottom;
  display: table-caption;
}
.editor .imageCaption.float_left img,
.editor .imageCaption.float_right img,
.editor .imageCaption.image_centre img {
  display: block;
}
.editor .imageCaption:first-child,
.editor .imageCaption.float_left:first-child,
.editor .imageCaption.float_right:first-child {
  margin-top: 0;
}
.editor .link-external:not(.button):hover,
.editor .link-external:not(.button):focus,
.editor .link-external:not(.button):active {
  text-decoration: none;
}
.editor .link-external:not(.button):hover .link-external__text,
.editor .link-external:not(.button):focus .link-external__text,
.editor .link-external:not(.button):active .link-external__text {
  text-decoration: underline;
}
.calendar--event-booking {
  max-width: none;
  width: 100%;
}
.ie8-wrapper .calendar--event-booking {
  display: none;
}

@media screen and (max-width: 819px) {
  .calendar--event-booking.is-interactive .calendar__dates tr::before {
    border-bottom: 1px solid #616365;
    content: attr(data-label);
    display: block;
    padding: 1rem 0;
    text-align: center;
    width: 100%;
  }
}
@media screen and (max-width: 819px) {
  .calendar--event-booking.is-interactive
    .calendar__dates
    tr:not(.is-expanded):not(:hover)::before {
    opacity: 0.5;
  }
}
@media screen and (max-width: 819px) {
  .calendar--event-booking.is-interactive
    .calendar__dates
    tr:not(.is-expanded):not(:hover)
    td {
    display: none;
  }
}
.calendar--event-booking.is-interactive .calendar__dates td::after {
  content: attr(data-available-slots) " available";
  display: block;
  font-size: 0.875rem;
  font-style: italic;
}
@media screen and (min-width: 820px) {
  .calendar--event-booking.is-interactive .calendar__dates td::after {
    margin-bottom: 0.375rem;
    margin-top: -1.5rem;
  }
}
@media screen and (min-width: 820px) {
  .calendar--event-booking.is-interactive
    .calendar__dates
    .is-expanded
    td::after {
    display: none;
  }
}
@media screen and (max-width: 819px) {
  .calendar--event-booking.is-interactive
    .calendar__dates
    .is-expanded
    td:not(.is-disabled):hover::after {
    display: none;
  }
}
@media screen and (max-width: 819px) {
  .calendar--event-booking.is-interactive
    .calendar__dates
    .is-expanded
    .is-highlighted::after {
    display: none;
  }
}
@media screen and (min-width: 820px) {
  .calendar--event-booking.is-interactive
    .calendar__dates
    tr:not(.is-expanded)
    .button {
    display: none;
  }
}
@media screen and (max-width: 819px) {
  .calendar--event-booking.is-interactive
    .calendar__dates
    td:not(.is-highlighted):not(:hover)
    .button {
    display: none;
  }
}
.calendar--event-booking.is-loading .calendar__table {
  cursor: default;
  opacity: 0.5;
  pointer-events: none;
}
.user-style--scheme-high-contrast {
  background-color: #000 !important;
  border-color: #ff0 !important;
  color: #ff0 !important;
}
.user-style--scheme-high-contrast * {
  background-color: #000 !important;
  border-color: #ff0 !important;
  border-radius: initial !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  color: #ff0 !important;
  text-shadow: none !important;
  -webkit-transition: none !important;
  -o-transition: none !important;
  transition: none !important;
}

.user-style--scheme-cream .site-footer {
  background-color: #fff9d2 !important;
  border-top: 2px solid #010066 !important;
}
.user-style--scheme-cream .container {
  background: transparent !important;
}
.user-style--scheme-cream .site-search .form__control::after {
  content: none !important;
}
.user-style--scheme-cream .site-search .form__field {
  border-right: 0 !important;
  margin-right: 0 !important;
  padding: 0.75rem !important;
}
.user-style--scheme-cream .site-search .button {
  border: 2px solid;
  padding: 0 0.75rem;
}
.user-style--scheme-cream .site-footer__group .icon {
  display: none !important;
}
.user-style--scheme-cream .identity {
  margin-right: 0.1875rem !important;
}
.user-style--scheme-cream .skip-links .list__item {
  background-color: transparent !important;
}
.user-style--scheme-cream .icon-ui-download {
  display: none !important;
}
.user-style--scheme-cream .nav--pages-in {
  border-left: 0 !important;
  border-right: 0 !important;
}
@media screen and (max-width: 819px) {
  .user-style--scheme-cream .nav--pages-in {
    border: 0 !important;
  }
}
.user-style--scheme-cream .nav--pages-in .nav__toggle {
  margin: 0;
}
.user-style--scheme-cream .nav--pages-in .nav__list {
  border-left: 2px solid #010066 !important;
  border-right: 2px solid #010066 !important;
}
@media screen and (min-width: 820px) {
  .user-style--scheme-cream .nav--pages-in .nav__list {
    border: 0 !important;
  }
}
.user-style--scheme-cream .nav--pages-in .nav__toggle-icon {
  display: none !important;
}
.user-style--scheme-cream blockquote::before {
  color: #010066 !important;
}
.user-style--scheme-cream .pagination__icon {
  display: none;
}
.user-style--scheme-cream .pagination__content {
  margin: 0;
}
.user-style--scheme-cream .listing {
  border: 0 !important;
}
.user-style--scheme-cream .listing--featured {
  border: 2px solid !important;
}
.user-style--scheme-cream .supplement .list__item {
  background: none !important;
}
.user-style--scheme-cream .nav--secondary-navigation {
  border-bottom: 1px solid;
}
.user-style--scheme-cream .form__field:focus,
.user-style--scheme-cream .form__field:active,
.user-style--scheme-cream .form__select:focus,
.user-style--scheme-cream .form__select:active,
.user-style--scheme-cream .form__radio:focus,
.user-style--scheme-cream .form__radio:active,
.user-style--scheme-cream .form__checkbox:focus,
.user-style--scheme-cream .form__checkbox:active,
.user-style--scheme-cream .form__textarea:focus,
.user-style--scheme-cream .form__textarea:active {
  outline-color: #6f6200 !important;
}
.user-style--scheme-cream .form__radio {
  border-radius: 50% !important;
}
.user-style--scheme-cream .form__radio:checked {
  background-color: #6f6200 !important;
}
.user-style--scheme-cream .nav--social-links .list__link {
  border: 2px solid #6f6200 !important;
}
.user-style--scheme-cream .nav--social-links .list__link:hover,
.user-style--scheme-cream .nav--social-links .list__link:focus,
.user-style--scheme-cream .nav--social-links .list__link:active {
  border-color: #010066 !important;
}
.user-style--scheme-cream .nav--social-links .list__link::before {
  content: none !important;
}
.user-style--scheme-cream span.calendar__date {
  background: #fff9d2 !important;
  color: #010066 !important;
}
.user-style--scheme-cream .calendar__date--link span,
.user-style--scheme-cream .calendar__date--link span:hover,
.user-style--scheme-cream .calendar__date--link span:focus,
.user-style--scheme-cream .calendar__date--link span:active {
  background-color: transparent !important;
}
.user-style--scheme-cream .calendar__date a:hover,
.user-style--scheme-cream .calendar__date a:focus,
.user-style--scheme-cream .calendar__date a:active {
  background-color: #6f6200 !important;
  color: #fff9d2 !important;
}
.user-style--scheme-cream span.calendar__date--today,
.user-style--scheme-cream a.calendar__date--today {
  background-color: #010066 !important;
  color: #fff9d2 !important;
}
.user-style--scheme-cream a.calendar__date--today:hover,
.user-style--scheme-cream a.calendar__date--today:focus,
.user-style--scheme-cream a.calendar__date--today:active {
  background-color: #6f6200 !important;
  color: #fff9d2 !important;
}
.user-style--scheme-cream .flickity-prev-next-button {
  background: #fff9d2 !important;
  border: 2px solid #010066 !important;
}
.user-style--scheme-cream .flickity-prev-next-button .arrow {
  fill: #010066 !important;
}
.user-style--scheme-cream .flickity-page-dots .dot.is-selected {
  background-color: #010066 !important;
}
.user-style--scheme-cream .map *,
.user-style--scheme-cream .map a {
  background-color: transparent !important;
  color: #fff9d2 !important;
}
.user-style--scheme-cream .map a {
  background-color: #6f6200 !important;
}
.user-style--scheme-cream .progress-bar {
  border: 0 !important;
  -webkit-box-shadow: inset 0 0 0 2px #010066 !important;
  box-shadow: inset 0 0 0 2px #010066 !important;
}
.user-style--scheme-cream .progress-bar__indicator {
  background-color: #6f6200 !important;
}
.user-style--scheme-cream .progress-bar__indicator::before {
  border-left-color: #6f6200 !important;
}
.user-style--scheme-cream .alert {
  background-color: #fff9d2 !important;
  border: 2px solid #010066 !important;
  color: #010066 !important;
}
.user-style--scheme-cream .alert__link::after,
.user-style--scheme-cream .alert__link:visited::after {
  color: #6f6200 !important;
}
.user-style--scheme-cream .site-announcement .alert {
  border: 0 !important;
}
.user-style--scheme-cream ::-moz-selection {
  background-color: #010066 !important;
  color: #fff9d2 !important;
}
.user-style--scheme-cream ::selection {
  background-color: #010066 !important;
  color: #fff9d2 !important;
}
.user-style--scheme-cream input::-webkit-input-placeholder {
  color: #010066;
}
.user-style--scheme-cream input:-moz-placeholder {
  color: #010066;
}
.user-style--scheme-cream input::-moz-placeholder {
  color: #010066;
}
.user-style--scheme-cream input:-ms-input-placeholder {
  color: #010066;
}
.user-style--scheme-cream input::-ms-input-placeholder {
  color: #010066;
}
.user-style--scheme-cream input::placeholder {
  color: #010066;
}
.user-style--scheme-cream input:placeholder-shown {
  color: #010066;
}
.user-style--scheme-blue {
  background-color: #9fcfff !important;
  border-color: #010066 !important;
  color: #010066 !important;
}
.user-style--scheme-blue * {
  background-color: #9fcfff !important;
  border-color: #010066 !important;
  border-radius: initial !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  color: #010066 !important;
  text-shadow: none !important;
  -webkit-transition: none !important;
  -o-transition: none !important;
  transition: none !important;
}

.user-style--scheme-blue .site-header,
.user-style--scheme-blue .site-search,
.user-style--scheme-blue .site-announcement,
.user-style--scheme-blue .page-header {
  background-color: #9fcfff !important;
  border-bottom: 2px solid #010066 !important;
}
.user-style--scheme-blue .site-footer {
  background-color: #9fcfff !important;
  border-top: 2px solid #010066 !important;
}
.user-style--scheme-blue .container {
  background: transparent !important;
}
.user-style--scheme-blue .site-search .form__control::after {
  content: none !important;
}
.user-style--scheme-blue .site-search .form__field {
  border-right: 0 !important;
  margin-right: 0 !important;
  padding: 0.75rem !important;
}
.user-style--scheme-blue .site-search .button {
  border: 2px solid;
  padding: 0 0.75rem;
}
.user-style--scheme-blue .site-footer__group .icon {
  display: none !important;
}
.user-style--scheme-blue .identity {
  margin-right: 0.1875rem !important;
}
.user-style--scheme-blue .skip-links .list__item {
  background-color: transparent !important;
}
.user-style--scheme-blue .icon-ui-download {
  display: none !important;
}
.user-style--scheme-blue .nav--pages-in {
  border-left: 0 !important;
  border-right: 0 !important;
}
@media screen and (max-width: 819px) {
  .user-style--scheme-blue .nav--pages-in {
    border: 0 !important;
  }
}
.user-style--scheme-blue .nav--pages-in .nav__toggle {
  margin: 0;
}
.user-style--scheme-blue .nav--pages-in .nav__list {
  border-left: 2px solid #010066 !important;
  border-right: 2px solid #010066 !important;
}
@media screen and (min-width: 820px) {
  .user-style--scheme-blue .nav--pages-in .nav__list {
    border: 0 !important;
  }
}
.user-style--scheme-blue .nav--pages-in .nav__toggle-icon {
  display: none !important;
}
.user-style--scheme-blue blockquote::before {
  color: #010066 !important;
}
.user-style--scheme-blue .pagination__icon {
  display: none;
}
.user-style--scheme-blue .pagination__content {
  margin: 0;
}
.user-style--scheme-blue .listing {
  border: 0 !important;
}
.user-style--scheme-blue .listing--featured {
  border: 2px solid !important;
}
.user-style--scheme-blue .supplement .list__item {
  background: none !important;
}
.user-style--scheme-blue .nav--secondary-navigation {
  border-bottom: 1px solid;
}
.user-style--scheme-blue .form__field:focus,
.user-style--scheme-blue .form__field:active,
.user-style--scheme-blue .form__select:focus,
.user-style--scheme-blue .form__select:active,
.user-style--scheme-blue .form__radio:focus,
.user-style--scheme-blue .form__radio:active,
.user-style--scheme-blue .form__checkbox:focus,
.user-style--scheme-blue .form__checkbox:active,
.user-style--scheme-blue .form__textarea:focus,
.user-style--scheme-blue .form__textarea:active {
  outline-color: red !important;
}
.user-style--scheme-blue .form__radio {
  border-radius: 50% !important;
}
.user-style--scheme-blue .form__radio:checked {
  background-color: red !important;
}
.user-style--scheme-blue .nav--social-links .list__link {
  border: 2px solid red !important;
}
.user-style--scheme-blue .nav--social-links .list__link:hover,
.user-style--scheme-blue .nav--social-links .list__link:focus,
.user-style--scheme-blue .nav--social-links .list__link:active {
  border-color: #010066 !important;
}
.user-style--scheme-blue .nav--social-links .list__link::before {
  content: none !important;
}
.user-style--scheme-blue span.calendar__date {
  background: #9fcfff !important;
  color: #010066 !important;
}
.user-style--scheme-blue .calendar__date--link span,
.user-style--scheme-blue .calendar__date--link span:hover,
.user-style--scheme-blue .calendar__date--link span:focus,
.user-style--scheme-blue .calendar__date--link span:active {
  background-color: transparent !important;
}
.user-style--scheme-blue .calendar__date a:hover,
.user-style--scheme-blue .calendar__date a:focus,
.user-style--scheme-blue .calendar__date a:active {
  background-color: red !important;
  color: #9fcfff !important;
}
.user-style--scheme-blue span.calendar__date--today,
.user-style--scheme-blue a.calendar__date--today {
  background-color: #010066 !important;
  color: #9fcfff !important;
}
.user-style--scheme-blue a.calendar__date--today:hover,
.user-style--scheme-blue a.calendar__date--today:focus,
.user-style--scheme-blue a.calendar__date--today:active {
  background-color: red !important;
  color: #9fcfff !important;
}
.user-style--scheme-blue .flickity-prev-next-button {
  background: #9fcfff !important;
  border: 2px solid #010066 !important;
}
.user-style--scheme-blue .flickity-prev-next-button .arrow {
  fill: #010066 !important;
}
.user-style--scheme-blue .flickity-page-dots .dot.is-selected {
  background-color: #010066 !important;
}
.user-style--scheme-blue .map *,
.user-style--scheme-blue .map a {
  background-color: transparent !important;
  color: #010066 !important;
}
.user-style--scheme-blue .map a {
  background-color: red !important;
}
.user-style--scheme-blue .progress-bar {
  border: 0 !important;
  -webkit-box-shadow: inset 0 0 0 2px #010066 !important;
  box-shadow: inset 0 0 0 2px #010066 !important;
}
.user-style--scheme-blue .progress-bar__indicator {
  background-color: red !important;
}
.user-style--scheme-blue .progress-bar__indicator::before {
  border-left-color: red !important;
}
.user-style--scheme-blue .alert {
  background-color: #9fcfff !important;
  border: 2px solid #010066 !important;
  color: #010066 !important;
}
.user-style--scheme-blue .alert__link::after,
.user-style--scheme-blue .alert__link:visited::after {
  color: red !important;
}
.user-style--scheme-blue .site-announcement .alert {
  border: 0 !important;
}
.user-style--scheme-blue ::-moz-selection {
  background-color: #010066 !important;
  color: #9fcfff !important;
}
.user-style--scheme-blue ::selection {
  background-color: #010066 !important;
  color: #9fcfff !important;
}
.user-style--scheme-blue input::-webkit-input-placeholder {
  color: #010066;
}
.user-style--scheme-blue input:-moz-placeholder {
  color: #010066;
}
.user-style--scheme-blue input::-moz-placeholder {
  color: #010066;
}
.user-style--scheme-blue input:-ms-input-placeholder {
  color: #010066;
}
.user-style--scheme-blue input::-ms-input-placeholder {
  color: #010066;
}
.user-style--scheme-blue input::placeholder {
  color: #010066;
}
.user-style--scheme-blue input:placeholder-shown {
  color: #010066;
}
.user-style--size-small {
  font-size: 110% !important;
}
.user-style--size-medium {
  font-size: 120% !important;
}
.user-style--size-large {
  font-size: 130% !important;
}
.user-style--font-comic-sans *,
.user-style--font-comic-sans * * {
  font-family: "Comic Sans", "Comic Sans MS", cursive;
}
.user-style--font-courier *,
.user-style--font-courier * * {
  font-family: Courier, "Courier New", monospace;
}
.user-style--font-arial *,
.user-style--font-arial * * {
  font-family: Arial, Helvetica, sans-serif;
}
.user-style--font-times *,
.user-style--font-times * * {
  font-family: Times, "Times New Roman", serif;
}
.user-style--spacing-wide,
.user-style--spacing-wide input,
.user-style--spacing-wide textarea,
.user-style--spacing-wide button,
.user-style--spacing-wide select {
  letter-spacing: 0.15em !important;
}
.user-style--spacing-wider,
.user-style--spacing-wider input,
.user-style--spacing-wider textarea,
.user-style--spacing-wider button,
.user-style--spacing-wider select {
  letter-spacing: 0.3em !important;
}
.user-style--spacing-widest,
.user-style--spacing-widest input,
.user-style--spacing-widest textarea,
.user-style--spacing-widest button,
.user-style--spacing-widest select {
  letter-spacing: 0.45em !important;
}
.style-guide__section {
  margin-top: 2rem;
  position: relative;
}
.style-guide__section:first-of-type {
  margin-top: 0;
}
.style-guide__section .measure {
  max-width: none;
}
.style-guide__separator {
  border-bottom: 1px solid #323e47;
  border-top: 1px solid #323e47;
  margin: 1.5rem 0;
  padding: 0.75rem 0;
}
.style-guide__heading {
  border-bottom: 1px solid #323e47;
  border-top: 1px solid #323e47;
  color: #616365;
  display: inline-block;
  font-size: 0.875rem;
  font-weight: 700;
  letter-spacing: 0.4em;
  margin: 0 0 1rem;
  max-width: calc(100% - 1rem);
  padding: 0.5rem 0;
  text-transform: uppercase;
}
.style-guide__anchor-link {
  background-image: none !important;
  text-shadow: none !important;
  color: #343e46;
  display: inline-block;
  position: relative;
  text-decoration: none;
}
.style-guide__anchor-link::before,
.style-guide__anchor-link::after {
  background-image: url("data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2232%22%20height%3D%2232%22%20viewBox%3D%220%200%2032%2032%22%20preserveAspectRatio%3D%22xMinYMid%22%20aria-hidden%3D%22true%22%20focusable%3D%22false%22%3E%3Cpath%20d%3D%22M13.85%2C19.71a1.56%2C1.56%2C0%2C0%2C1-1.1-.46%2C7.33%2C7.33%2C0%2C0%2C1%2C0-10.35L18.5%2C3.14A7.32%2C7.32%2C0%2C1%2C1%2C28.86%2C13.5l-2.63%2C2.63A1.56%2C1.56%2C0%2C0%2C1%2C24%2C13.92l2.63-2.63a4.2%2C4.2%2C0%2C0%2C0-5.94-5.94l-5.76%2C5.76a4.2%2C4.2%2C0%2C0%2C0%2C0%2C5.94%2C1.56%2C1.56%2C0%2C0%2C1-1.1%2C2.66ZM8.32%2C31A7.32%2C7.32%2C0%2C0%2C1%2C3.14%2C18.5l2.63-2.63A1.56%2C1.56%2C0%2C0%2C1%2C8%2C18.08L5.35%2C20.71a4.2%2C4.2%2C0%2C0%2C0%2C5.94%2C5.94l5.76-5.76a4.2%2C4.2%2C0%2C0%2C0%2C0-5.94%2C1.56%2C1.56%2C0%2C1%2C1%2C2.21-2.21%2C7.33%2C7.33%2C0%2C0%2C1%2C0%2C10.35L13.5%2C28.86A7.27%2C7.27%2C0%2C0%2C1%2C8.32%2C31Z%22%2F%3E%3C%2Fsvg%3E");
  background-size: contain;
  height: 1rem;
  opacity: 0.2;
  position: absolute;
  top: auto;
  -webkit-transition: opacity 0.3s ease;
  -o-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  width: 1rem;
}
.style-guide__anchor-link::before {
  margin-right: 1rem;
  right: 100%;
}
.style-guide__anchor-link::after {
  left: 100%;
  margin-left: 0.75rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
@media screen and (min-width: 1352px) {
  .one-column .style-guide__anchor-link::before {
    content: "";
  }
}
@media screen and (max-width: 1351px) {
  .one-column .style-guide__anchor-link::after {
    content: "";
  }
}
@media screen and (min-width: 1020px) {
  .two-column .page-content .style-guide__anchor-link::before {
    content: "";
  }
}
@media screen and (max-width: 1019px) {
  .two-column .page-content .style-guide__anchor-link::after {
    content: "";
  }
}
.aside--sidebar .style-guide__anchor-link::after {
  content: "";
}

.list--style-guide-buttons {
  margin: 2rem 0 0.75rem -1rem;
}
.list--style-guide-buttons .list__item {
  display: block;
  float: left;
  margin: 0 0 1rem;
  padding-left: 1rem;
}
.colour-palette .colour-palette__swatch {
  -webkit-box-shadow: 0 0 1px #616365;
  box-shadow: 0 0 1px #616365;
  height: 5rem;
  margin-right: 1rem;
  padding: 0 0.75rem;
  position: relative;
  text-align: center;
  width: 5rem;
}
.colour-palette .colour-palette__swatch--dark {
  color: #fff;
}
.colour-palette .colour-palette__swatch-value {
  font-size: 0.9375rem;
  font-weight: 700;
  left: 0;
  line-height: 1;
  margin-top: 0.125rem;
  position: absolute;
  text-transform: uppercase;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 100%;
}
.style-guide__favicons-wrapper {
  background-color: #e4e9f4;
  display: block;
  max-width: 276px;
  padding: 1.5rem;
}
.style-guide__favicons-wrapper .image--caption,
.style-guide__favicons-wrapper .editor .imageCaption,
.editor .style-guide__favicons-wrapper .imageCaption {
  float: none;
  margin: 0 auto 1.5rem;
  max-width: 100%;
  width: auto;
}
.style-guide__favicon {
  max-width: 180px;
}
.image--caption .style-guide__favicon,
.editor .imageCaption .style-guide__favicon {
  margin: 0 auto 0.375rem;
  width: auto;
}
.style-guide__favicon[src$=".svg"] {
  width: 100%;
}
@media print {
  .widget-width--12,
  .widget-width--11,
  .widget-width--10,
  .widget-width--9,
  .widget-width--8,
  .widget-width--7,
  .widget-width--6,
  .widget-width--5,
  .widget-width--4,
  .widget-width--3,
  .widget-width--2,
  .widget-width--1 {
    width: 8.33333%;
  }
  .widget-width--21,
  .widget-width--20,
  .widget-width--19,
  .widget-width--18,
  .widget-width--17,
  .widget-width--16,
  .widget-width--15,
  .widget-width--14,
  .widget-width--13 {
    width: 16.66667%;
  }
  .widget-width--29,
  .widget-width--28,
  .widget-width--27,
  .widget-width--26,
  .widget-width--25,
  .widget-width--24,
  .widget-width--23,
  .widget-width--22 {
    width: 25%;
  }
  .widget-width--36,
  .widget-width--35,
  .widget-width--34,
  .widget-width--33,
  .widget-width--32,
  .widget-width--31,
  .widget-width--30 {
    width: 33.33333%;
  }
  .widget-width--45,
  .widget-width--44,
  .widget-width--43,
  .widget-width--42,
  .widget-width--41,
  .widget-width--40,
  .widget-width--39,
  .widget-width--38,
  .widget-width--37 {
    width: 41.66667%;
  }
  .widget-width--54,
  .widget-width--53,
  .widget-width--52,
  .widget-width--51,
  .widget-width--50,
  .widget-width--49,
  .widget-width--48,
  .widget-width--47,
  .widget-width--46 {
    width: 50%;
  }
  .widget-width--62,
  .widget-width--61,
  .widget-width--60,
  .widget-width--59,
  .widget-width--58,
  .widget-width--57,
  .widget-width--56,
  .widget-width--55 {
    width: 58.33333%;
  }
  .widget-width--71,
  .widget-width--70,
  .widget-width--69,
  .widget-width--68,
  .widget-width--67,
  .widget-width--66,
  .widget-width--65,
  .widget-width--64,
  .widget-width--63 {
    width: 66.66667%;
  }
  .widget-width--78,
  .widget-width--77,
  .widget-width--76,
  .widget-width--75,
  .widget-width--74,
  .widget-width--73,
  .widget-width--72 {
    width: 75%;
  }
  .widget-width--83,
  .widget-width--82,
  .widget-width--81,
  .widget-width--80,
  .widget-width--79 {
    width: 83.33333%;
  }
  .widget-width--90,
  .widget-width--89,
  .widget-width--88,
  .widget-width--87,
  .widget-width--86,
  .widget-width--85,
  .widget-width--84 {
    width: 91.66667%;
  }
  html {
    font-size: 85%;
  }
  body {
    background-color: #fff;
  }
  .mobile-hidden,
  .tablet-hidden,
  .button,
  .widget-directory-search,
  .widget-middle-advert .widget__content-link,
  .breadcrumb,
  .pagination {
    display: none !important;
  }
  .page-content .image:not(.widget__image),
  .page-content img:not([class]),
  .image--feature {
    max-width: 50em !important;
  }
  .nav--pages-in {
    background-color: transparent;
  }
  .nav--pages-in .nav__heading {
    display: block !important;
  }
  .nav--pages-in .nav__list {
    background-color: transparent;
  }
  .nav--pages-in .list__item {
    display: block;
  }
  .nav--pages-in .list__link {
    text-decoration: none !important;
  }
  .image--feature,
  .image--caption,
  .editor .imageCaption {
    float: right !important;
    margin: 0 0 1.5rem 1.5rem;
    max-width: 21.875rem;
    min-width: 9.375rem;
    width: 33.33333% !important;
  }
  table {
    page-break-inside: avoid;
  }
  .site-header {
    background-color: transparent;
    border-bottom: 2px solid #cacaca !important;
    padding: 0.75rem 0;
  }
  .identity__logo,
  .nav--primary-navigation {
    display: none;
  }
  .identity__print-fallback {
    display: block;
  }
  .page-header {
    background-color: transparent;
  }
  .site-footer {
    background-color: #fff !important;
    border-top: 2px solid #cacaca !important;
    text-align: left;
  }
  .site-footer .site-footer__logo {
    display: none;
  }
  .site-footer__group,
  .site-footer__links,
  .back-to-top {
    display: none;
  }
  .site-footer__text,
  .site-footer__link {
    color: #343e46 !important;
    text-align: left;
  }
  .site-footer__link {
    text-decoration: none !important;
  }
  .widget {
    page-break-inside: avoid;
  }
  .widget-row {
    margin-left: -1rem;
    margin-right: -1rem;
  }
  .widget-width {
    float: left;
    padding: 0 1rem;
  }
  .widget-width--100,
  .widget-width--99,
  .widget-width--98 {
    width: 100%;
  }
  .in-the-community {
    background-color: transparent;
    padding: 0;
  }
  .news-card__image {
    max-width: 50%;
  }
  .accordion__toggle-content {
    background-color: transparent !important;
    border: 0 !important;
    display: block;
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  .accordion__toggle {
    background-color: transparent !important;
    border: 0 !important;
  }
  .accordion__tab-heading {
    color: #000 !important;
    padding: 0;
  }
  .accordion__tab-heading .icon {
    display: none;
  }
  .service--with-subitems {
    padding-bottom: 0;
  }
  .service__link {
    padding: 1.5rem;
  }
  .widget-gallery {
    display: none;
  }
  .two-column .page-content {
    float: left;
    margin-bottom: 0;
    padding-right: 2rem;
    width: 72.91667%;
  }
  .two-column .aside--sidebar {
    float: left;
    margin-top: 0;
    width: 27.08333%;
  }
  .nav--social-links {
    display: none;
  }
  .supplement {
    background-color: transparent;
    border: 2px solid #cacaca !important;
    margin: 1.5rem 0;
    max-width: 50em !important;
  }
  .supplement .image {
    max-width: 100% !important;
  }
  .supplement .image--feature {
    float: none !important;
    margin-left: 0;
  }
  .supplement .button {
    display: none;
  }
  .supplement .list--navigation .list__item {
    padding-left: 0;
  }
  .supplement .list--navigation .list__item::before {
    content: none;
  }
  .editor ul:not([class]):not([type]) li::before {
    background-color: transparent;
    -webkit-box-shadow: inset 0 0 0 4px #4d71b8;
    box-shadow: inset 0 0 0 4px #4d71b8;
  }
}
.display--block {
  display: block !important;
}
.display--inline-block {
  display: inline-block !important;
}
.display--inline {
  display: inline !important;
}
.float--right {
  float: right !important;
}
.float--left {
  float: left !important;
}
.float--none {
  float: none !important;
}
.text--left {
  text-align: left !important;
}
.text--center {
  text-align: center !important;
}
.text--right {
  text-align: right !important;
}
.text--light {
  font-weight: 300 !important;
}
.text--normal {
  font-weight: 400 !important;
}
.text--semibold {
  font-weight: 600 !important;
}
.text--caps {
  text-transform: uppercase !important;
}
.text--lowercase {
  text-transform: lowercase !important;
}
.text--firstcap {
  text-transform: capitalize !important;
}

.hidden {
  display: none !important;
}
.invisible {
  visibility: hidden;
}
.visually-hidden,
.icon-fallback,
.js .form__field--upload,
.js .form__field--image-upload,
.list--back-to-top .list__link:not(:hover):not(:active):not(:focus),
.list--skip-links .list__link:not(:hover):not(:active):not(:focus),
.home-page .breadcrumb,
.breadcrumb__prefix {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.visually-hidden-reset {
  clip: auto;
  height: auto;
  margin: auto;
  overflow: visible;
  padding: 0;
  position: static;
  width: auto;
}
@media screen and (max-width: 399px) {
  .visually-hidden-x-small {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
}
@media screen and (max-width: 599px) {
  .visually-hidden-small {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
}
@media screen and (max-width: 819px) {
  .visually-hidden-mid {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
}
@media screen and (max-width: 959px) {
  .visually-hidden-large {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
}
@media screen and (max-width: 1019px) {
  .visually-hidden-x-large {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
}
@media screen and (max-width: 1279px) {
  .visually-hidden-full {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
}
@media screen and (max-width: 819px) {
  .mobile-hidden {
    display: none;
  }
}
@media screen and (min-width: 820px) {
  .desktop-hidden {
    display: none;
  }
}
@media screen and (min-width: 600px) {
  .tablet-hidden {
    display: none;
  }
}
/* Added for rebrand - MSB 16/5/22 */
@media screen and (max-width: 540px) {
	input.addbutton {
		width: 4.5em;
		margin-left: 0.9em;
	}
}