/* compiled by scssphp 1.10.2 on Mon, 17 Nov 2025 21:53:20 +0000 (0.0669s) */

@charset "UTF-8";
@import "https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,400;0,700;1,400;1,700&display=swap";
@import url("https://fonts.googleapis.com/css2?family=Inter:wght@300&family=Montserrat:wght@300;700&family=Oswald:wght@500&family=Roboto+Condensed:wght@300&display=swap");
form:where(:not(.custom-form)) .file-picker .upload-button:after, .open-sub:before, .open-sub:after {
  content: "";
  display: block;
  position: absolute;
}
:root {
  --heading-colour: #98012e;
  --link-colour: #98012e;
}
html {
  font-size: 19px;
}
body {
  color: #344054;
  font-family: "Montserrat", sans-serif;
  line-height: 1.5;
  font-weight: 300;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: none;
}
h1, h2, h3, h4, h5, h6 {
  margin: 0 0 0.5em;
  color: var(--heading-colour);
  font-family: "Oswald", sans-serif;
  font-size: var(--heading-responsive-size, initial);
  line-height: 1.2;
}
@media (min-width: 1260px) {
  h1, h2, h3, h4, h5, h6 {
    font-size: var(--heading-size, initial);
  }
}
h1 {
  --heading-size: 3.1578947368rem;
  --heading-responsive-size: 1.6842105263rem;
  font-weight: 500;
  line-height: 34px;
  text-transform: uppercase;
}
h2 {
  --heading-size: 1.6842105263rem;
  --heading-responsive-size: 1.2631578947rem;
  font-weight: 500;
  line-height: 34px;
  text-transform: uppercase;
}
h3 {
  --heading-size: 1.2631578947rem;
  --heading-responsive-size: 1.0526315789rem;
  font-weight: 500;
  line-height: 34px;
  text-transform: uppercase;
}
h4 {
  --heading-size: 1.2631578947rem;
  --heading-responsive-size: 1.0526315789rem;
  font-weight: 500;
  line-height: 34px;
  text-transform: none;
}
h1, h2, h3 {
  color: #004c83;
  font-weight: 500;
  font-family: "Oswald", sans-serif;
  line-height: 1.2em;
}
a {
  color: var(--link-colour);
  text-decoration: unset;
}
a:hover, a:focus, a:active {
  color: var(--link-colour);
  text-decoration: underline;
}
a img {
  border: none;
}
:root {
  --button-background: #98012e;
  --button-hover: #98012e;
}
input:disabled, textarea:disabled, button:disabled {
  opacity: 0.5;
}
input, textarea {
  background-color: #f1f0ec;
  border: 1px solid #cbcac5;
  font-size: 19px;
  line-height: 19px;
  color: #00233a;
  font-weight: 300;
  font-family: "Inter";
  padding: 14px 23px 13px 23px;
  width: 100%;
}
input:focus, input.focus-visible, textarea:focus, textarea.focus-visible {
  border-color: transparent;
  outline: 1px solid #000;
}
input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
  /* Edge */
  color: #00233a;
}
input:-ms-input-placeholder, textarea:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #00233a;
}
input::placeholder, textarea::placeholder {
  color: #00233a;
}
/*** globally relevant styles ***/
.button {
  align-items: center;
  border: none;
  cursor: pointer;
  display: inline-flex;
  -moz-appearance: none;
  -webkit-appearance: none;
  justify-content: center;
  font-family: "Oswald", sans-serif;
  font-size: 24px;
  font-weight: normal;
  min-height: 53px;
  padding: 23px 55px;
  text-decoration: none;
  text-transform: uppercase;
  background: #98012e;
  color: #fff;
  line-height: 1.2em;
  font-weight: 500;
  border-radius: 3em;
  white-space: nowrap;
}
.button[disabled] {
  --button-hover: var(--button-background);
  filter: saturate(0);
  pointer-events: none;
}
.button:hover, .button:focus, .button:active {
  text-decoration: none;
  background: rgba(152, 1, 46, 0.75);
  color: #fff;
}
@media (max-width: 768.98px) {
  .button {
    font-size: 20px;
    padding: 20px 47px;
  }
}
.button:focus {
  outline: unset;
  border: unset;
}
/** These styles can be added to images and media through TinyMCE */
.float-left, .float-right {
  display: block;
  margin: 10px auto;
}
@media (min-width: 640px) {
  .float-left {
    float: left;
    margin-right: 20px;
    margin-bottom: 10px;
  }
}
@media (min-width: 640px) {
  .float-right {
    float: right;
    margin-bottom: 10px;
    margin-left: 20px;
  }
}
.centre-block {
  display: block;
  margin: 10px auto;
  text-align: center;
}
.centre-block img, .centre-block iframe, .centre-block video {
  display: inline-block;
}
/** End TinyMCE image/media styles */
.map {
  min-height: 400px;
  width: 100%;
}
.message {
  border: 4px solid #98012e;
  padding: 1rem;
  background: rgba(152, 1, 46, 0.25);
  color: #fd1a00;
}
.message:empty {
  display: none;
}
.pagination {
  text-align: center;
}
.pagination > * {
  display: inline-block;
  border-left: 1px solid #30312e;
  padding: 0 10px;
  pause-after: medium;
}
.pagination > *:first-child {
  border-left: none;
}
.pagination .current {
  font-weight: bold;
}
.activator {
  position: relative;
  display: block;
  padding: 10px 40px 10px 15px;
  margin-bottom: 2px;
  background: #98012e;
  font-size: 1.1052631579rem;
  font-family: "Oswald", sans-serif;
  color: #fff;
  border-radius: 5px;
}
.activator:hover, .activator:focus, .activator:active {
  background: #004c83;
}
.activator:before, .activator:after {
  content: "";
  display: block;
  position: absolute;
  right: 12px;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 15px;
  height: 3px;
  background: #fff;
  transition: transform 0.2s;
}
.activator:after {
  transform: rotate(90deg);
}
.activator.open {
  background: #98012e;
  color: #fff;
}
.activator.open:before, .activator.open:after {
  background: #fff;
}
.activator.open:after {
  transform: rotate(0deg);
}
a.activator:hover, a.activator:focus, a.activator:active {
  color: #fff;
  text-decoration: none;
}
.fader {
  padding: 15px;
}
.tab-nav {
  margin-bottom: 15px;
}
.tab-nav a {
  display: inline-block;
  padding: 15px;
  margin-right: 5px;
  background: #e4dfce;
}
.tab-nav a.active {
  border-bottom: 3px solid #98012e;
}
.tab:not(.active) {
  display: none;
}
.mobile-hide {
  display: none;
}
@media (min-width: 1110px) {
  .mobile-hide {
    display: block;
  }
}
.custom-link {
  padding: 17px 27px;
}
.custom-link:before {
  content: "";
  display: inline-block;
  width: 28px;
  height: 24px;
  background-image: url("./images/icons/icon-download.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  margin-right: 16px;
}
.custom-link.icon-link:before {
  background-image: url("./images/icons/icon-link.svg");
}
.custom-link a {
  font-size: 27px;
  line-height: 42px;
  color: #004c83;
  font-weight: 500;
  font-family: "Oswald", sans-serif;
  text-decoration: unset;
}
.FAQs .content-page {
  padding-bottom: 20px;
}
:root {
  --container-width: 1340px;
  --container-width-no-padding: 1300px;
}
@media (min-width: 1600px) {
  :root {
    --container-width: 1450px;
    --container-width-no-padding: 1410px;
  }
}
html, details > * {
  box-sizing: border-box;
}
*, *:before, *:after {
  box-sizing: inherit;
}
canvas, embed, iframe, img, object, video {
  box-sizing: content-box;
}
/*** element styles ***/
html, body {
  scroll-behavior: smooth;
  min-height: 100vh;
}
body {
  display: flex;
  flex-direction: column;
  margin: 0;
  padding: 0;
  background: #fff;
}
img {
  height: auto;
  max-width: 100%;
}
iframe {
  object-position: top left;
  max-width: 100%;
}
/*** section styles ***/
[role=banner], main {
  position: relative;
  margin: 0 auto;
  width: 100%;
}
.container {
  margin: 0 auto;
  max-width: var(--container-width);
  padding: 0 20px;
  width: 100%;
}
body > header {
  position: sticky;
  top: 0;
  height: auto;
  background: rgba(255, 255, 255, 0.9);
  z-index: 10;
}
body > header .site-header {
  position: relative;
}
body > header .logo {
  display: block;
  margin: 10px;
}
body > header .logo img {
  display: block;
}
main {
  display: block;
  z-index: 5;
  flex-grow: 1;
}
.content-wrapper {
  padding-top: 20px;
  padding-bottom: 20px;
}
.content {
  display: flex;
  flex-flow: column;
}
@media (min-width: 1110px) {
  .content {
    display: block;
  }
}
.content-image {
  order: 2;
  align-self: center;
}
@media (min-width: 1110px) {
  .content-image {
    float: right;
    margin: 0.75rem 0 20px 40px;
    max-width: calc(50% - 20px);
  }
}
.module-content {
  clear: both;
  display: block;
  margin: 0;
  padding: 0;
}
@media (min-width: 1110px) {
  .columns, .contains-sidebar {
    display: flex;
    flex-wrap: wrap;
  }
  .columns:before, .columns:after, .contains-sidebar:before, .contains-sidebar:after {
    display: none;
  }
}
.columns {
  gap: 50px;
}
@media (min-width: 1110px) {
  .columns > * {
    flex-basis: 0;
    flex-grow: 1;
  }
}
@media (min-width: 1110px) {
  .sidebar {
    margin-right: 2.1052631579rem;
    width: 14.2105263158rem;
  }
}
.has-sidebar {
  margin-top: 30px;
}
footer[role="banner"] {
  z-index: 0;
  font-size: 0.6842105263rem;
}
footer[role="banner"] a {
  color: inherit;
}
.sub-footer {
  display: flex;
  flex-flow: column;
  align-items: center;
  margin: 20px auto;
}
@media (min-width: 640px) {
  .sub-footer {
    flex-flow: row;
    justify-content: space-between;
  }
}
.Blog .content {
  margin-top: 80px;
  padding-bottom: 50px;
}
.Blog h1 {
  color: #004c83;
  margin-top: 79px;
  line-height: 60px;
  position: relative;
  text-transform: none;
  font-size: 54px;
  font-weight: 500;
  font-family: "Oswald";
  margin-bottom: 60px;
}
.Blog h1::after {
  content: "";
  background-color: #98012e;
  display: block;
  height: 2px;
  position: absolute;
  top: 77px;
  width: 158px;
}
table {
  border-collapse: collapse;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.15);
  width: 100%;
}
thead tr {
  background-color: #004C83;
  color: #ffffff;
  text-align: left;
}
th, td {
  padding: 15px 20px;
}
tr {
  border-bottom: 1px solid #dddddd;
}
tbody tr:nth-of-type(even) {
  background-color: #f3f3f3;
}
@media (max-width: 639px) {
  table {
    width: 100%;
  }
  thead {
    display: none;
  }
  tr:nth-of-type(2n) {
    background-color: inherit;
  }
  tr td:first-child {
    background: #f0f0f0;
  }
  tbody td {
    display: block;
    text-align: center;
  }
  tbody td:before {
    content: attr(data-th);
    display: block;
    text-align: center;
  }
}
.socialfoot {
  display: flex;
  justify-content: end;
  gap: 10px;
  margin-top: 30px;
}
form:where(:not(.custom-form)) .group {
  display: block;
  border: 0;
  margin: 0;
  padding: 10px;
  background: rgba(152, 1, 46, 0.05);
}
form:where(:not(.custom-form)) .group legend {
  display: table;
  float: left;
  margin: 0 0 0.3em;
  padding: 0;
}
form:where(:not(.custom-form)) .group .selectable {
  clear: left;
  display: block;
}
form:where(:not(.custom-form)) .group .error {
  display: inline-block;
}
form:where(:not(.custom-form)) .field-wrapper {
  margin: 0 0 0.5rem;
}
form:where(:not(.custom-form)) .label {
  display: block;
  margin-bottom: 0.3em;
}
form:where(:not(.custom-form)) .field {
  display: block;
}
form:where(:not(.custom-form)) span.error {
  display: block;
  margin-top: 10px;
  color: #fd1a00;
}
form:where(:not(.custom-form)) input[type=text], form:where(:not(.custom-form)) input[type=password], form:where(:not(.custom-form)) input[type=number], form:where(:not(.custom-form)) input[type=email], form:where(:not(.custom-form)) input[type=tel], form:where(:not(.custom-form)) input[type=date], form:where(:not(.custom-form)) input[type=datetime-local], form:where(:not(.custom-form)) input[type=month], form:where(:not(.custom-form)) input[type=search], form:where(:not(.custom-form)) input[type=time], form:where(:not(.custom-form)) input[type=url] {
  -moz-appearance: none;
  -webkit-appearance: none;
  box-sizing: border-box;
  display: inline-block;
  border: 1px solid #c1c1c1;
  padding: 10px;
  width: 100%;
  border-radius: 0;
  background: #fff;
  font-family: inherit;
  font-size: inherit;
}
form:where(:not(.custom-form)) select, form:where(:not(.custom-form)) textarea, form:where(:not(.custom-form)) .upload-button {
  -moz-appearance: none;
  -webkit-appearance: none;
  box-sizing: border-box;
  display: inline-block;
  border: 1px solid #c1c1c1;
  padding: 10px;
  width: 100%;
  border-radius: 0;
  background: #fff;
  font-family: inherit;
  font-size: inherit;
}
form:where(:not(.custom-form)) select {
  -moz-appearance: none;
  -webkit-appearance: none;
  padding-right: 30px;
}
form:where(:not(.custom-form)) .select-wrapper .field {
  position: relative;
}
form:where(:not(.custom-form)) .select-wrapper .field:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 10px;
  border-width: 10px 8px 0;
  border-style: solid;
  border-color: #626262 transparent transparent;
  margin-top: -5px;
  pointer-events: none;
}
form:where(:not(.custom-form)) textarea {
  height: 170px;
}
form:where(:not(.custom-form)) input[type=checkbox], form:where(:not(.custom-form)) input[type=radio] {
  -moz-appearance: none;
  -webkit-appearance: none;
  box-sizing: border-box;
  vertical-align: text-bottom;
  border: 2px solid #626262;
  height: 1.2em;
  width: 1.2em;
}
form:where(:not(.custom-form)) input[type=checkbox]:checked, form:where(:not(.custom-form)) input[type=radio]:checked {
  background: #98012e;
}
form:where(:not(.custom-form)) input[type=radio] {
  border-radius: 50%;
}
form:where(:not(.custom-form)) .file-picker:not(.placeholder) .upload-button {
  max-width: 200px;
  text-align: center;
}
form:where(:not(.custom-form)) .file-picker.placeholder label {
  display: block;
}
form:where(:not(.custom-form)) .file-picker input {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  cursor: pointer;
}
form:where(:not(.custom-form)) .file-picker .field {
  position: relative;
}
form:where(:not(.custom-form)) .file-picker .upload-button {
  display: inline-block;
  position: relative;
  padding-right: 35px;
  cursor: pointer;
}
form:where(:not(.custom-form)) .file-picker .upload-button:hover:after, form:where(:not(.custom-form)) .file-picker .upload-button:focus:after, form:where(:not(.custom-form)) .file-picker .upload-button:active:after {
  top: -10px;
}
form:where(:not(.custom-form)) .file-picker .upload-button:after {
  top: 0;
  right: 15px;
  bottom: 0;
  height: 20px;
  margin: auto;
  width: 18px;
  background: url("/theme/images/icons/upload.png") center center no-repeat;
  transition: all 0.2s;
}
form:where(:not(.custom-form)) .file-picker .uploaded {
  display: inline-block;
  margin-left: 20px;
}
.security-wrapper img {
  vertical-align: middle;
  margin-bottom: 10px;
}
.mc-field-group input {
  padding: 0px;
}
.mc-field-group ul {
  list-style: none;
  margin-left: -40px;
}
.mc-field-group li {
  margin-right: 10px;
}
.mc-field-group li input {
  margin-right: 15px;
}
.mc-address-group {
  margin-bottom: 30px;
}
#mc-embedded-subscribe {
  width: 200px;
}
form.donation {
  padding: 0 !important;
  margin-top: 20px !important;
}
form.donation label {
  width: auto;
}
form.donation input.same-line {
  width: auto;
}
form.donation input[type="submit"] {
  background-color: #004881;
  cursor: pointer;
  width: 180px;
  padding: 10px;
  font-size: 20px;
  transition: background-color 0.3s;
}
@inclue hover {
  form.donation input[type="submit"] {
    background-color: #006db6;
    font-weight: normal;
  }
}
form.donation p {
  text-align: left;
}
form.donation p input[type="text"], form.donation p input[type="number"] {
  border-radius: 5px;
  border: 1px solid #d1d1d1;
}
form.donation p .action {
  text-align: left;
}
form.donation .set {
  margin: 20px 0px;
}
form.donation .set p {
  margin: 0px !important;
  border-radius: 0;
  margin: 0;
  border-top: none;
  border-bottom: none;
  font-size: 16px;
  padding: 5px;
  top: -1px;
  border-top: 1px solid #d1d1d1;
  border-left: 1px solid #d1d1d1;
  border-right: 1px solid #d1d1d1;
}
form.donation .set p input {
  border: none !important;
  outline: none !important;
  max-width: 45%;
}
form.donation .set p:first-child {
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  border-top: 1px solid #d1d1d1;
  border-left: 1px solid #d1d1d1;
  border-right: 1px solid #d1d1d1;
}
form.donation .set p:last-child {
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
  border-bottom: 1px solid #d1d1d1;
  border-left: 1px solid #d1d1d1;
  border-right: 1px solid #d1d1d1;
}
.donation-amounts {
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  color: #c89211;
  font-family: "Fjalla One", sans-serif;
  font-size: 36px;
  margin-bottom: 0;
}
.donation-amounts span {
  display: flex;
  align-items: center;
  flex-flow: row wrap;
  justify-content: center;
}
.donation-amounts span span {
  margin-top: -15px;
}
.donation-amounts input[type=checkbox], .donation-amounts input[type=radio] {
  position: absolute;
  width: 0;
  opacity: 0;
  transform: translateX(200%);
  margin-bottom: 20px;
}
.donation-amounts label {
  display: inline-flex;
  align-items: center;
  border-radius: 20px;
  margin: 0 20px 20px 0;
  padding: 15px 40px;
  background: #c89211;
  color: #FFF;
  line-height: 1;
  vertical-align: middle;
  font-family: inherit;
  font-size: inherit;
  transition: all 0.2s;
  cursor: pointer;
  align-self: stretch;
}
.donation-amounts label:hover, .donation-amounts label:focus, .donation-amounts label:active {
  background-color: #006db6;
}
.donation-amounts input[type="text"] {
  align-self: stretch;
  border: 1px solid #c89211;
  max-width: 35%;
  padding: 5px 10px;
  font-size: inherit;
  transition: all 0.1s;
  margin-left: 20px;
  max-height: 65px;
}
@media (max-width: 1259px) {
  .donation-amounts input[type="text"] {
    margin-left: 0.75em;
  }
}
.donation-amounts input[type="number"] {
  align-self: stretch;
  border: 1px solid #c89211;
  padding: 10px;
  font-size: inherit;
  transition: all 0.1s;
  max-width: 5em;
  margin-right: 0.5em;
}
.donation-amounts input:checked + label {
  background: #094c83;
}
.donation-block {
  margin-bottom: 40px;
  padding: 150px 20px 50px 20px;
  background: #c89211 url(/theme/images/icons/DonationIcon.png) center 20px no-repeat;
  color: #FFF;
}
.donation-block h1 {
  margin-bottom: 0 !important;
  font-size: 36px !important;
  color: #fff !important;
  border-bottom: none !important;
  padding-bottom: none !important;
}
.donation-block h1::after {
  display: none !important;
}
.donation-block h2 {
  margin-bottom: 0.5em;
  font-size: 48px;
  text-transform: uppercase;
}
@media screen and (min-width: 640px) {
  .donation-block {
    padding: 50px 50px 50px 200px;
    background-position: 56px center;
  }
}
.Donation .mainhead {
  display: none;
}
/* old gallery module */
.gallery {
  display: flex;
  flex-wrap: wrap;
}
.gallery a {
  display: inline-block;
  overflow: hidden;
  position: relative;
  vertical-align: top;
  margin-bottom: 1px;
  max-width: 100%;
  width: 100%;
}
@media (min-width: 640px) {
  .gallery a {
    margin-right: 1px;
    max-width: calc(33.3% - 1px);
  }
  .gallery a:nth-child(3n) {
    margin-right: 0;
  }
  .gallery a:nth-child(4n) {
    margin-right: 1px;
  }
}
@media (min-width: 1110px) {
  .gallery a {
    max-width: calc(25% - 1px);
  }
  .gallery a:nth-child(3n) {
    margin-right: 1px;
  }
  .gallery a:nth-child(4n) {
    margin-right: 0;
  }
}
.gallery a:hover:after, .gallery a:focus:after, .gallery a:active:after {
  opacity: 0;
}
.gallery a:hover:before, .gallery a:focus:before, .gallery a:active:before {
  opacity: 1;
}
.gallery a:after {
  content: attr(title);
  box-sizing: border-box;
  position: absolute;
  bottom: 0;
  left: 0;
  opacity: 1;
  z-index: 5;
  padding: 20px;
  width: 100%;
  background: rgba(0, 0, 0, 0.5);
  color: #fff;
  transition: opacity 0.25s;
}
.gallery a[title=""]:after, .gallery a figcaption {
  display: none;
}
.gallery a figure {
  display: block;
  margin: 0;
  padding-top: 73%;
  width: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
.gallery a:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  z-index: 10;
  height: 100%;
  width: 100%;
  background: rgba(0, 0, 0, 0.5) url("/theme/images/icons/gallery-zoom.png") center center no-repeat;
  transition: opacity 0.25s;
}
.container.featherlight-inner::before, .container.featherlight-inner::after {
  display: none;
}
.popup-form-wrapper {
  display: none;
}
.open-popup-form .featherlight-content {
  width: 95%;
  max-width: 500px;
}
.featherlight .featherlight-close-icon {
  top: 10px;
  right: 10px;
  font-size: 7mm;
}
.lg-outer .lg-thumb-item.active, .lg-outer .lg-thumb-item:hover {
  border-color: #98012e;
}
/* General standardised styles for native functionality like carts and users */
@keyframes native-ajax-loading-animation {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.native-sidebar .sidebar-section.loading {
  position: relative;
}
.native-sidebar .sidebar-section.loading:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: rgba(255, 255, 255, 0.5);
}
.native-sidebar .sidebar-section.loading:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  vertical-align: middle;
  border: 5px solid;
  border-color: #98012e #98012e transparent transparent;
  border-radius: 50%;
  height: 50px;
  margin-top: -30px;
  margin-left: -30px;
  width: 50px;
  animation: native-ajax-loading-animation 1s linear infinite;
  transition: opacity 0.2s;
}
.native h1 {
  position: relative;
  padding: 15px;
  font-size: 1.0526315789rem;
  text-align: left;
  text-transform: uppercase;
}
.native h2 {
  font-family: "Montserrat", sans-serif;
  font-size: 1.0526315789rem;
  font-weight: bold;
  text-align: left;
}
.native .field-wrapper, .native .field-wrapper > label {
  display: flex;
  align-items: flex-start;
  flex-grow: 1;
  flex-wrap: wrap;
}
@media (max-width: 639px) {
  .native .field-wrapper, .native .field-wrapper > label {
    display: block;
  }
}
.native .field-wrapper .label, .native .field-wrapper > label .label {
  margin-top: 10px;
  margin-right: 10px;
  text-align: right;
  flex-basis: 150px;
}
@media (max-width: 639px) {
  .native .field-wrapper .label, .native .field-wrapper > label .label {
    margin-right: 0;
    text-align: left;
  }
}
.native .field-wrapper .field, .native .field-wrapper > label .field {
  flex-grow: 1;
}
.native .field-wrapper .append-errors, .native .field-wrapper > label .append-errors {
  margin-left: 160px;
  width: 100%;
}
@media (max-width: 639px) {
  .native .field-wrapper .append-errors, .native .field-wrapper > label .append-errors {
    margin-left: 0;
  }
}
.native .field-wrapper.group {
  margin-bottom: 15px;
}
.native .field-wrapper.checkbox-wrapper, .native .submit-button, .native .field-wrapper.group {
  margin-left: 160px;
}
@media (max-width: 639px) {
  .native .field-wrapper.checkbox-wrapper, .native .submit-button, .native .field-wrapper.group {
    margin-left: 0;
  }
}
.native-sections {
  display: flex;
  flex-direction: column;
}
@media (min-width: 640px) {
  .native-sections {
    align-items: flex-start;
    flex-direction: row;
    justify-content: space-between;
  }
}
.native-sidebar {
  margin-bottom: 35px;
  margin-left: 0;
  min-width: auto;
  order: 0;
}
@media (min-width: 640px) {
  .native-sidebar {
    flex-shrink: 0;
    margin-left: 35px;
    min-width: 30%;
    order: 2;
  }
}
.native-sidebar .sidebar-section {
  border: 1px solid #626262;
  padding: 20px;
}
.native-sidebar h1 {
  margin: -20px -20px 20px;
  background: #626262;
  color: #fff;
}
.native-sidebar .row {
  display: flex;
  justify-content: space-between;
  margin-bottom: 15px;
  font-weight: bold;
}
.native-sidebar .row.total {
  margin: 20px 0 0;
  font-size: 1.0526315789rem;
}
.native-main {
  flex-grow: 1;
}
.native-main .main-section, .native-main .payment-confirm-section {
  border: 1px solid #626262;
  margin-bottom: 30px;
  padding: 15px;
}
@media (min-width: 640px) {
  .native-main .main-section, .native-main .payment-confirm-section {
    padding: 30px;
  }
}
.native-main h1 {
  margin: -15px -15px 15px;
  background: #000;
  color: #fff;
  padding: 30px;
}
@media (min-width: 640px) {
  .native-main h1 {
    margin: -30px -30px 30px;
  }
}
@media (min-width: 1259px) {
  .main-navigation {
    position: relative;
    z-index: 7;
    padding: 0;
    color: #fff;
    font-family: "Oswald", sans-serif;
    font-size: 0.9473684211rem;
    text-transform: none;
  }
  .main-navigation > ul {
    display: flex;
    justify-content: space-between;
    margin: 0;
    max-width: 1410px;
    padding: 0;
    width: 100%;
  }
  .main-navigation li {
    display: flex;
    position: relative;
    flex-grow: 1;
    margin: 0;
    padding: 0;
  }
  .main-navigation li:hover > a, .main-navigation li:focus > a, .main-navigation li:active > a {
    background: #98012e;
    color: #fff;
    text-decoration: none;
  }
  .main-navigation li a {
    display: inline-block;
    width: 100%;
    background: #fff;
    color: #000;
    line-height: 50px;
    text-align: center;
    text-decoration: none;
  }
  .main-navigation li ul {
    display: block;
    position: absolute;
    top: 100%;
    left: 0;
    visibility: hidden;
    opacity: 0;
    margin: 0;
    min-width: 100%;
    padding: 0;
    background: rgba(0, 0, 0, 0.9);
    text-transform: none;
    transition: all 0.2s;
  }
  .main-navigation li ul li {
    display: block;
    position: relative;
    height: auto;
    margin: 0;
    padding: 0;
    line-height: 1.3em;
    text-align: left;
  }
  .main-navigation li ul li a {
    padding: 5px 10px;
    width: 100%;
    line-height: normal;
  }
  .main-navigation li ul ul {
    left: 100%;
    top: 0px;
  }
  .main-navigation .sel > a, .main-navigation .sel .sel > a {
    background: #98012e;
    color: #fff;
  }
  .main-navigation li:hover > ul, .main-navigation a:focus ~ ul {
    visibility: visible;
    opacity: 1;
  }
}
@media (max-width: 1259px) {
  .main-navigation-wrapper {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
  }
  .main-navigation {
    display: none;
    position: absolute;
    width: 100%;
    background: #98012e;
  }
  .main-navigation.open {
    display: block;
  }
  .main-navigation > ul {
    z-index: 10000;
    margin: 0;
    padding: 0;
    width: 100%;
  }
  .main-navigation li {
    display: block;
    position: relative;
    border-top: 1px solid #98012e;
    width: 100%;
    text-align: left;
  }
  .main-navigation li:hover, .main-navigation li:focus, .main-navigation li:active {
    background-color: #98012e;
  }
  .main-navigation li.sel {
    background-color: #98012e;
  }
  .main-navigation li a {
    display: block;
    padding: 10px 1em;
    color: #fff;
    text-align: left;
    text-decoration: none;
  }
  .main-navigation li ul {
    display: none;
    position: relative;
    top: auto;
    left: auto;
    height: auto;
    margin-left: 0;
    padding-left: 0;
    width: 100%;
  }
  .main-navigation li ul li {
    width: 100%;
    background-color: #98012e;
  }
  .main-navigation li ul li a {
    padding-left: 2.5em;
  }
  .main-navigation li.open > .open-sub:after {
    transform: rotate(360deg);
  }
  .main-navigation li.open > .open-sub:before {
    transform: rotate(180deg);
  }
  .main-navigation li.open > ul {
    display: block;
  }
  .main-navigation > ul > li:last-child > ul {
    left: auto;
    right: 0;
  }
  .main-navigation > ul > li:last-child > ul ul {
    left: auto;
    right: 100%;
  }
  .open-nav {
    display: block;
    position: absolute;
    top: -50px;
    right: 10px;
    height: 26px;
    width: 34px;
    cursor: pointer;
  }
  .open-nav .bar {
    display: block;
    position: absolute;
    height: 4px;
    width: 100%;
    background: #000;
    transition: all 0.2s;
  }
  .open-nav .bar.top {
    top: 0;
  }
  .open-nav .bar.middle {
    top: 0;
    bottom: 0;
    margin: auto;
  }
  .open-nav .bar.bottom {
    bottom: 0;
  }
  .open-nav.open .bar {
    top: 0;
    bottom: 0;
    margin: auto;
  }
  .open-nav.open .bar.top, .open-nav.open .bar.middle {
    transform: rotate(135deg);
  }
  .open-nav.open .bar.bottom {
    transform: rotate(-135deg);
  }
  .open-sub {
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    height: 40px;
    width: 40px;
    cursor: pointer;
  }
  .open-sub:before, .open-sub:after {
    display: block;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    height: 4px;
    margin: auto;
    width: 50%;
    background: #fff;
    transition: all 0.2s;
  }
  .open-sub:after {
    transform: rotate(90deg);
  }
}
@media (max-width: 640px) {
  li.account-nav {
    position: static !important;
  }
}
li.account-nav.do-form:hover ul {
  display: none;
}
li.account-nav.do-form.open {
  background: #98012e;
}
li.account-nav.do-form.open ul {
  display: block;
  visibility: visible;
  opacity: 1;
}
li.account-nav:not(.do-form):hover ul, li.account-nav:not(.do-form) a:focus ~ ul {
  display: block;
}
@media (max-width: 1259px) {
  li.account-nav.logged-in > ul {
    display: none !important;
  }
}
li.account-nav > a {
  background: url("/theme/images/icons/user.png") 8px center no-repeat;
}
li.account-nav ul {
  display: none;
  position: absolute;
  top: 100%;
  right: 0;
  left: auto;
  z-index: 10;
  margin: 0;
  padding: 0;
  background: #98012e;
}
@media (max-width: 1259px) {
  li.account-nav ul {
    width: 100%;
  }
}
li.account-nav ul li {
  width: 100%;
}
li.account-nav form {
  margin-top: 0;
  min-width: 290px;
  padding: 20px;
  background: #98012e;
}
li.account-nav form input[type="text"], li.account-nav form input[type="password"] {
  padding: 7px;
  font-size: 0.7894736842rem;
}
@media (max-width: 1259px) {
  li.account-nav form input[type="text"], li.account-nav form input[type="password"] {
    padding: 14px;
  }
}
li.account-nav form .actions {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 0;
}
@media (max-width: 1259px) {
  li.account-nav form .actions {
    display: block;
  }
}
li.account-nav form .button {
  border-radius: 0;
  padding: 10px 20px;
  margin: 0;
  min-width: 0;
  background: #000;
  font-size: 0.7894736842rem;
  text-transform: none;
}
li.account-nav .reset-link {
  padding: 0;
  background: none;
  font-family: "Montserrat", sans-serif;
  font-size: 0.6315789474rem;
  text-align: right;
}
@media (max-width: 1259px) {
  li.account-nav .reset-link {
    display: inline-block;
    margin-top: 10px;
    text-align: left;
  }
}
li.account-nav .reset-link:hover {
  color: #fff;
}
.cart-link > a .icon {
  display: inline-block;
  position: relative;
  height: 17px;
  margin-right: 15px;
  width: 17px;
  background: url("/theme/images/icons/cart.png") center no-repeat;
}
.cart-link > a .icon .number {
  display: flex;
  position: absolute;
  justify-content: center;
  align-items: center;
  top: -10px;
  right: -14px;
  border-radius: 50%;
  height: 18px;
  width: 18px;
  background: #000;
  color: #fff;
}
.big-slideshow {
  display: grid;
  grid-template-columns: [content-background-start slideshow-start] 20px [content-start] 1fr [content-end] 20px [content-background-end slideshow-end];
}
@media (min-width: 1110px) {
  .big-slideshow {
    grid-template-columns: [content-background-start] 10px [content-start] 3fr [content-end] 10px [content-background-end slideshow-start] 10px 7fr 10px [slideshow-end];
  }
}
@media (min-width: 1450px) {
  .big-slideshow {
    --side-panel-width: max(10px, calc((100% - var(--container-width)) / 2));
    grid-template-columns: [content-background-start] var(--side-panel-width) [content-start] 3fr [content-end] 100px [content-background-end slideshow-start] 75px 7fr var(--side-panel-width) [slideshow-end];
  }
}
.big-slideshow:before {
  background: #000;
  content: "";
  grid-column: content-background;
  grid-row: 1;
}
.big-slideshow .side-content {
  align-self: center;
  color: #fff;
  grid-column: content;
  grid-row: 1;
}
.big-slideshow h2 {
  font-size: 2.3157894737rem;
}
.big-slideshow p {
  margin: 30px 0;
}
.big-slideshow .slides {
  grid-column: slideshow;
  grid-template-rows: auto;
}
@media (min-width: 1110px) {
  .big-slideshow .slides {
    grid-row: 1;
  }
}
.big-slideshow .slides img {
  height: 100%;
  object-fit: cover;
  width: 100%;
}
.big-slideshow .slides .foxy-bullets {
  bottom: 25px;
  position: absolute;
}
.big-slideshow .slides .foxy-bullet {
  background: rgba(0, 0, 0, 0.3);
  box-shadow: none;
}
.big-slideshow .slides .foxy-active .foxy-bullet {
  background: #fff;
  opacity: 1;
}
.extra-content {
  margin-bottom: 50px;
  margin-top: 50px;
}
.image-block {
  --button-background: #98012e;
  --button-hover: #000;
  --link-colour: #fff;
  background: #98012e;
  border-radius: 10px;
  box-shadow: 0 0 13px 8px rgba(0, 0, 0, 0.17);
  color: #fff;
  display: flex;
  flex-direction: column;
  margin-bottom: 75px;
  margin-top: 75px;
  overflow: hidden;
  padding-left: 0;
  padding-right: 0;
}
@media (min-width: 1110px) {
  .image-block {
    flex-direction: row;
  }
}
.image-block .big-image {
  display: flex;
  object-fit: cover;
  width: 100%;
}
@media (min-width: 1110px) {
  .image-block .big-image {
    width: 65.96%;
  }
}
.image-block .big-image > * {
  height: 100%;
  width: 100%;
}
.image-block .block-content {
  align-self: center;
  padding: 50px;
}
@media (min-width: 1600px) {
  .image-block h2 {
    font-size: 2.3157894737rem;
  }
}
.Videos-Page .content-page {
  padding-bottom: 0px;
}
.Videos-Page main {
  padding-bottom: 50px;
}
.flex-videos {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(32%, 1fr));
  width: 100%;
  grid-row-gap: 20px;
  grid-column-gap: 20px;
}
@media (max-width: 1259px) {
  .flex-videos {
    grid-template-columns: repeat(auto-fill, minmax(48%, 1fr));
  }
}
@media (max-width: 1109px) {
  .flex-videos {
    grid-template-columns: repeat(auto-fill, minmax(100%, 1fr));
  }
}
.video-block-wrapper {
  flex: 30%;
  padding: 0px;
}
@media (max-width: 639px) {
  .video-block {
    float: none;
    margin: none;
    margin: 20px 10px;
  }
}
.video-block iframe {
  max-height: 252px;
}
@media (max-width: 1259px) {
  .video-block iframe {
    max-height: 304px;
  }
}
@media (max-width: 1109px) {
  .video-block iframe {
    max-height: unset;
  }
}
@media (max-width: 639px) {
  .video-block iframe {
    max-height: 209px;
  }
}
.video-block h3 {
  margin-top: 10px;
}
.Three-Column-Page main {
  padding-bottom: 50px;
}
.Three-Column-Page .content-page {
  padding-bottom: 0px;
}
.full-width-heading {
  padding-left: 0;
}
.full-width-heading h3 {
  font-size: 28px;
  margin-bottom: -30px;
}
.double-column h2 {
  font-size: 40px;
  margin-top: -70px;
  color: #000;
  text-transform: none;
}
.double-column .extra-content__inner {
  display: flex;
  gap: 100px;
  justify-content: space-between;
  margin-top: -150px;
}
@media (max-width: 639px) {
  .double-column .extra-content__inner {
    flex-direction: column;
    margin-top: -100px;
  }
}
.double-column .left-double {
  flex: 0 1 80%;
}
@media (max-width: 639px) {
  .double-column .left-double p iframe {
    max-height: 450px;
  }
}
.double-column .right-double {
  flex: 0 1 20%;
  text-align: center;
}
.double-column .right-double img {
  max-width: 200px;
}
.double-column .left-double, .double-column .right-double {
  padding-bottom: 50px;
}
@media (max-width: 639px) {
  .double-column .left-double, .double-column .right-double {
    flex: none;
    width: 100%;
  }
}
/* tinymce universal formatting */
#tinymce {
  display: block;
  min-height: 0;
  max-width: 1410px;
  padding: 10px;
  background: #fff;
  color: #000;
  font-size: 1em;
  text-align: left;
}
#tinymce p {
  margin: 0 0 1em;
}
#tinymce form {
  outline: 1px dotted #30312e;
}
#tinymce a {
  border-bottom: 1px dotted #30312e;
  text-decoration: none;
}
#tinymce td {
  font-family: inherit;
  font-size: inherit;
}
#tinymce .button {
  align-items: center;
  border: none;
  cursor: pointer;
  display: inline-flex;
  -moz-appearance: none;
  -webkit-appearance: none;
  justify-content: center;
  font-family: "Oswald", sans-serif;
  font-size: 20px;
  font-weight: normal;
  min-height: 53px;
  padding: 23px 55px;
  text-decoration: none;
  text-transform: uppercase;
  background: #98012e;
  color: #fff;
  line-height: 1.2em;
  font-weight: 500;
  border-radius: 3em;
  white-space: nowrap;
  padding: 11px 39px;
}
#tinymce .button[disabled] {
  --button-hover: var(--button-background);
  filter: saturate(0);
  pointer-events: none;
}
#tinymce .button:hover, #tinymce .button:focus, #tinymce .button:active {
  text-decoration: none;
  background: rgba(152, 1, 46, 0.75);
  color: #fff;
}
@media (max-width: 768.98px) {
  #tinymce .button {
    font-size: 20px;
    padding: 20px 47px;
  }
}
#tinymce .button:focus {
  outline: unset;
  border: unset;
}
#tinymce .button.primary {
  align-items: center;
  border: none;
  cursor: pointer;
  display: inline-flex;
  -moz-appearance: none;
  -webkit-appearance: none;
  justify-content: center;
  font-family: "Oswald", sans-serif;
  font-size: 20px;
  font-weight: normal;
  min-height: 53px;
  padding: 23px 55px;
  text-decoration: none;
  text-transform: uppercase;
  background: #004c83;
  color: #fff;
  line-height: 1.2em;
  font-weight: 500;
  border-radius: 3em;
  white-space: nowrap;
  padding: 11px 39px;
}
#tinymce .button.primary[disabled] {
  --button-hover: var(--button-background);
  filter: saturate(0);
  pointer-events: none;
}
#tinymce .button.primary:hover, #tinymce .button.primary:focus, #tinymce .button.primary:active {
  text-decoration: none;
  background: rgba(0, 76, 131, 0.75);
  color: #fff;
}
@media (max-width: 768.98px) {
  #tinymce .button.primary {
    font-size: 20px;
    padding: 20px 47px;
  }
}
#tinymce .button.primary:focus {
  outline: unset;
  border: unset;
}
.slideshow {
  overflow: hidden;
  position: relative;
  background: #fff;
}
.slideshow .slide + .slide {
  display: none;
}
.slideshow .slick-initialized .slide {
  display: block;
}
.slideshow .slide {
  overflow: hidden;
  position: relative;
  background-color: #fff;
  margin: 0;
  padding: 0;
  width: 100%;
  text-align: center;
}
.slideshow .slide img {
  height: auto;
  width: 100%;
}
.slideshow .slide .background-image {
  width: 100%;
  background-position: center bottom;
  background-repeat: no-repeat;
  background-size: cover;
}
.slideshow .slide .background-image:after {
  content: "";
  display: block;
  position: relative;
  padding-top: 340px;
}
@media (min-width: 640px) {
  .slideshow .slide .background-image:after {
    padding-top: calc(100% * 0.1484375);
  }
}
@media (min-width: 640px) {
  html.Front-Page .slideshow .slide .background-image:after {
    padding-top: calc(100% * 0.1484375);
  }
}
@media (min-width: 640px) {
  .slideshow .slide .small-screen {
    display: none;
  }
}
.slideshow .slide .small-screen + .big-screen {
  display: none;
}
@media (min-width: 640px) {
  .slideshow .slide .small-screen + .big-screen {
    display: block;
  }
}
.slideshow .slide .caption {
  display: flex;
  align-items: center;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 5;
  background-position: center top;
  background-repeat: no-repeat;
  color: #000;
  text-align: left;
  text-transform: none;
}
@media (min-width: 640px) {
  .slideshow .slide .caption {
    align-items: center;
  }
}
@media (min-width: 1410px) {
  .slideshow .slide .caption {
    right: 0;
    left: 0;
  }
}
.slideshow .slide .caption h2 {
  margin: 0;
  color: #fff;
  font-size: 1.8947368421rem;
  font-family: "Montserrat", sans-serif;
}
@media (min-width: 1410px) {
  .slideshow .slide .caption h2 {
    font-size: 3.1578947368rem;
  }
}
button.slick-arrow {
  overflow: hidden;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  z-index: 100;
  height: 60px;
  width: 60px;
  border: none;
  border-radius: 50%;
  background: #98012e;
  text-indent: -9999px;
  cursor: pointer;
}
@media (max-width: 639px) {
  button.slick-arrow {
    display: none !important;
  }
}
button.slick-arrow:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  border: 1px solid transparent;
  border-top-color: #fff;
  border-left-color: #fff;
  height: 18px;
  width: 18px;
}
button.slick-arrow:hover, button.slick-arrow:focus, button.slick-arrow:active {
  opacity: 0.8;
}
button.slick-arrow.slick-prev {
  left: 10px;
}
button.slick-arrow.slick-prev:before {
  transform: translateX(50%) translateX(4.5px) rotate(-45deg);
  right: 50%;
}
button.slick-arrow.slick-next {
  right: 10px;
}
button.slick-arrow.slick-next:before {
  transform: translateX(50%) translateX(-4.5px) rotate(135deg);
  right: 50%;
}
ul.slick-dots {
  position: absolute;
  top: auto;
  right: auto;
  bottom: 20px;
  left: 30px;
  margin: 0;
  padding: 0;
}
ul.slick-dots li {
  display: inline-block;
  border: 1px solid #30312e;
  border-radius: 50%;
  height: 12px;
  margin: 0 0 0 5px;
  padding: 0;
  width: 12px;
  background: transparent;
  text-indent: -1000000px;
}
ul.slick-dots li.slick-active {
  border: 1px solid #30312e;
  background: #30312e;
}
ul.slick-dots li:hover {
  cursor: pointer;
}
/* blog */
.articles {
  display: grid;
  grid-column-gap: 35px;
  grid-row-gap: 65px;
  grid-template-columns: repeat(auto-fill, minmax(330px, 1fr));
}
@media (max-width: 349px) {
  .articles {
    grid-template-columns: auto;
  }
}
.article-summary .image {
  display: inline-block;
  position: relative;
  margin-bottom: 5px;
  width: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-color: #626262;
}
.article-summary .image:after {
  content: "";
  display: block;
  position: relative;
  padding-top: 64%;
}
.article-summary .image img {
  width: 100%;
}
.blog-pagination a, .blog-pagination span {
  display: inline-block;
  border: 2px solid transparent;
  margin: 0 6px;
  padding: 9px 14px;
  color: rgba(0, 0, 0, 0.4);
  font-size: 0.6315789474rem;
  transition: all 0.2s ease;
}
.blog-pagination a:hover, .blog-pagination a.current, .blog-pagination span:hover, .blog-pagination span.current {
  border: 2px solid rgba(0, 0, 0, 0.4);
  text-decoration: none;
}
.account-navigation ul {
  margin: 0;
  padding: 0;
}
.account-navigation li {
  display: block;
}
.account-navigation a {
  text-decoration: none;
}
.account-navigation a:hover, .account-navigation a:focus, .account-navigation a:active {
  text-decoration: underline;
}
.register-section {
  max-width: 420px;
}
.order-list .order {
  display: flex;
  justify-content: space-between;
  border: 1px solid #98012e;
  margin-bottom: 20px;
}
@media (max-width: 639px) {
  .order-list .order {
    display: block;
  }
}
.order-list .order:last-child {
  margin-bottom: 0;
}
.order-list .order-details {
  border-right: 1px solid #98012e;
  max-width: 165px;
  width: 100%;
  padding: 10px;
  background: rgba(152, 1, 46, 0.1);
  font-size: 0.7894736842rem;
}
@media (max-width: 639px) {
  .order-list .order-details {
    border-right: none;
    border-bottom: 1px solid #98012e;
    max-width: 100%;
  }
}
.order-list .order-details .limited-reorder {
  display: block;
}
.order-list h2 {
  margin: 0;
  font-size: inherit;
}
.order-list p {
  margin: 0;
}
.order-list .order-items {
  flex-grow: 1;
  margin: 0;
  padding: 10px;
}
.order-list li {
  display: block;
}
.order-list .item-title {
  font-weight: bold;
}
.main-navigation .search-form {
  position: relative;
  display: flex;
  align-items: center;
}
@media (max-width: 1259px) {
  .main-navigation .search-form {
    margin-top: 20px;
  }
}
.main-navigation .search-form .search-icon {
  display: block;
  width: 21px;
  height: 21px;
  text-align: left;
  text-indent: -100000px;
  background: url("/theme/images/icons/search.png") center no-repeat;
  cursor: pointer;
}
@media (max-width: 1259px) {
  .main-navigation .search-form .search-icon {
    position: absolute;
    right: 0;
  }
}
@media (min-width: 1260px) {
  .main-navigation .search-form .field {
    display: none;
    position: absolute;
    top: 100%;
    right: 0;
    width: 200px;
    padding: 3px;
    background: #fff;
  }
}
@media (max-width: 1259px) {
  .main-navigation .search-form .field {
    width: 100%;
  }
}
@media (max-width: 1259px) {
  .main-navigation .search-form .field input {
    padding: 8px 0;
    background: transparent;
    border: none;
    border-bottom: 1px solid #e4dfce;
    text-transform: uppercase;
  }
}
.main-navigation .search-form .field.open {
  display: block;
}
.content .searchForm {
  text-align: center;
}
.content .searchForm label {
  display: block;
  text-align: center;
}
.content .searchForm input[type="text"] {
  display: inline-block;
  vertical-align: middle;
  max-width: calc(100% - 263px);
  width: 300px;
}
@media (max-width: 639px) {
  .content .searchForm input[type="text"] {
    margin-bottom: 5px;
    max-width: 100%;
    width: 100%;
  }
}
.content .searchForm .button {
  vertical-align: middle;
  padding: 13px 35px;
}
.search-results {
  border-top: 1px solid #626262;
}
.search-results article {
  display: flex;
  border-bottom: 1px solid #000;
  padding: 10px;
}
@media (max-width: 1259px) {
  .search-results article {
    display: block;
  }
}
.search-results article.has-image .search-content {
  width: calc(100% - 615px);
}
@media (max-width: 1259px) {
  .search-results article.has-image .search-content {
    width: 100%;
  }
}
.search-results article h5 {
  margin-top: 20px;
  margin-bottom: 3px;
}
.search-results article p {
  line-height: initial;
}
.search-results article .search-image {
  display: flex;
  justify-content: center;
  height: auto;
  margin-right: 45px;
  max-width: 570px;
  width: 100%;
}
@media (max-width: 1259px) {
  .search-results article .search-image {
    max-width: 100%;
  }
}
.search-results article .search-image img {
  display: block;
}
.search-results ul {
  margin-top: 10px;
}
.search-results li a {
  display: inline;
  padding: 0;
}
.sidebar.search-results img {
  float: none;
  margin: 0.5em 0;
}
.content-page {
  padding-top: 78px;
  padding-bottom: 105px;
}
.content-page h1 {
  font-size: 54px;
  line-height: 60px;
  color: #004c83;
  font-weight: 500;
  font-family: "Oswald", sans-serif;
  text-transform: capitalize;
  position: relative;
  padding-bottom: 20px;
  margin-bottom: 35px;
}
.content-page h1:after {
  content: "";
  display: block;
  max-width: 100%;
  width: 157px;
  height: 2px;
  bottom: 0;
  position: absolute;
  background-color: #98012e;
}
.button.primary {
  align-items: center;
  border: none;
  cursor: pointer;
  display: inline-flex;
  -moz-appearance: none;
  -webkit-appearance: none;
  justify-content: center;
  font-family: "Oswald", sans-serif;
  font-size: 24px;
  font-weight: normal;
  min-height: 53px;
  padding: 23px 55px;
  text-decoration: none;
  text-transform: uppercase;
  background: #004c83;
  color: #fff;
  line-height: 1.2em;
  font-weight: 500;
  border-radius: 3em;
  white-space: nowrap;
}
.button.primary[disabled] {
  --button-hover: var(--button-background);
  filter: saturate(0);
  pointer-events: none;
}
.button.primary:hover, .button.primary:focus, .button.primary:active {
  text-decoration: none;
  background: rgba(0, 76, 131, 0.75);
  color: #fff;
}
@media (max-width: 768.98px) {
  .button.primary {
    font-size: 20px;
    padding: 20px 47px;
  }
}
.button.primary:focus {
  outline: unset;
  border: unset;
}
.popup-info {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 100;
  text-align: center;
  display: none;
  color: #344054;
  font-family: "Montserrat", sans-serif;
  line-height: 1.5;
  font-weight: 300;
}
.popup-info.open {
  display: block;
}
.popup-info::before {
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}
.popup-info::after {
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}
.popup-info__background {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
}
.popup-info__wrap {
  vertical-align: middle;
  position: relative;
  display: inline-block;
  max-height: 95%;
  margin-left: 5%;
  margin-right: 5%;
  width: 89%;
  max-width: 500px;
  background: #F5F7F8;
  text-align: start;
  padding: 25px 25px;
}
.popup-info__close {
  position: absolute;
  width: 25px;
  height: 25px;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  padding: 6px;
  top: 10px;
  right: 10px;
  cursor: pointer;
  font-size: 7mm;
  text-align: center;
  font-family: Arial, sans-serif;
  line-height: 25px;
  width: 25px;
}
.popup-info__close svg {
  transition: all 0.3s ease-in-out;
}
.popup-info__close:hover svg {
  fill: #98012e;
}
.popup-info-open {
  overflow: hidden;
}
.popup-more-info {
  cursor: pointer;
}
@media (max-width: 768.98px) {
  .popup-info__wrap {
    margin-left: 2.5%;
    margin-right: 2.5%;
    width: 90%;
    padding: 15px 15px;
  }
  .content-page {
    padding-top: 44px;
    padding-bottom: 55px;
  }
}
.site-header {
  max-width: 1820px;
  margin: 0 auto;
}
.site-header__top {
  display: none;
  padding: 0 20px;
}
.site-header__top .button {
  align-items: center;
  border: none;
  cursor: pointer;
  display: inline-flex;
  -moz-appearance: none;
  -webkit-appearance: none;
  justify-content: center;
  font-family: "Oswald", sans-serif;
  font-size: 18px;
  font-weight: normal;
  min-height: 53px;
  padding: 23px 55px;
  text-decoration: none;
  text-transform: uppercase;
  background: #004c83;
  color: #fff;
  line-height: 1.2em;
  font-weight: 500;
  border-radius: 3em;
  white-space: nowrap;
  padding: 11px 39px;
  line-height: 40px;
  font-weight: 500;
}
.site-header__top .button[disabled] {
  --button-hover: var(--button-background);
  filter: saturate(0);
  pointer-events: none;
}
.site-header__top .button:hover, .site-header__top .button:focus, .site-header__top .button:active {
  text-decoration: none;
  background: rgba(0, 76, 131, 0.75);
  color: #fff;
}
@media (max-width: 768.98px) {
  .site-header__top .button {
    font-size: 20px;
    padding: 20px 47px;
  }
}
.site-header__top .button:focus {
  outline: unset;
  border: unset;
}
.site-header__bottom {
  display: flex;
  justify-content: space-between;
  padding: 0 20px;
}
.site-header__left {
  max-width: 407px;
  width: 100%;
  display: flex;
  align-items: flex-end;
}
.site-header__left a {
  width: 100%;
}
.site-header__left .logo {
  width: 100%;
  margin: 0;
  padding-bottom: 18px;
  max-width: 407px;
}
.site-header__right .font-size-adjuster {
  display: flex;
  align-items: center;
}
.site-header__right .font-size-adjuster .button {
  min-height: unset;
  padding: 10px 20px;
  border-radius: 20px;
  margin: 0 2px;
  text-transform: none;
  font-weight: normal;
  font-size: 20px;
}
.site-header .button-donate {
  padding: 0;
  text-transform: capitalize;
  font-size: 20px;
  line-height: 40px;
  color: #fff;
  font-weight: normal;
  font-family: "Oswald", sans-serif;
  white-space: nowrap;
  padding: 5px 25px !important;
  background: #004c83;
  font-size: 18px;
  border-radius: 3em;
}
.site-header .button-donate:hover, .site-header .button-donate:focus, .site-header .button-donate:active {
  filter: opacity(0.75);
}
@media (max-width: 1259px) {
  .site-header .button-donate {
    background: none;
  }
}
.site-header .button-donate a {
  color: #fff !important;
}
.site-header .main-navigation {
  padding: 24px 0;
}
.site-header .main-navigation a {
  font-size: 18px;
  line-height: 40px;
  color: #2c3035;
  font-weight: normal;
  font-family: "Oswald", sans-serif;
  white-space: nowrap;
  text-transform: capitalize;
}
.site-header .main-navigation li {
  align-items: center;
  margin-left: 20px;
}
.site-header .main-navigation li.sel > a:not(.button), .site-header .main-navigation li:hover > a:not(.button) {
  color: #98012e;
  background: unset;
}
.site-header .main-navigation li.button-donate {
  margin-left: 60px;
}
.site-header .main-navigation li.button-help {
  margin-left: 103px;
  font-size: 24px;
  color: #98012e;
  margin-top: -3px;
}
.site-header .main-navigation li a.button {
  background: #004c83;
}
.site-header .expand-link {
  display: flex;
  border-bottom: 1px solid #d1cab9;
  justify-content: flex-end;
}
.site-header .expand-link ul {
  display: flex;
  margin: 0;
  list-style-type: none;
  padding: 12px 0;
  margin-right: 19px;
}
.site-header .expand-link ul li {
  font-size: 19px;
  line-height: 40px;
  padding: 0 12px;
  font-family: "Oswald", sans-serif;
}
.site-header .expand-link ul li a {
  color: #2c3035;
  font-weight: 400;
}
.site-header .expand-link__search {
  padding: 14px 0;
}
@media (max-width: 639px) {
  .site-header .expand-link__search form {
    display: none;
  }
}
.site-header .expand-link__search .font-size-adjuster {
  margin-top: 0.5263157895rem;
}
@media (max-width: 639px) {
  .site-header .expand-link__search .font-size-adjuster .button {
    padding: 2px 15px;
  }
}
.site-header .expand-link__search .search-wrap {
  position: relative;
}
.site-header .expand-link__search input {
  padding-left: 16px;
  color: #2c3035;
  font-weight: 300;
  font-family: "Roboto Condensed", sans-serif;
  min-width: 244px;
  background-color: #f1efed;
  font-size: 19px;
  padding-right: 40px;
  border-color: #d7ceb7;
  padding-top: 9px;
  padding-bottom: 9px;
}
.site-header .expand-link__search .submit {
  width: 20px;
  height: 20px;
  border: unset;
  outline: unset;
  background-image: url(./images/icons/icon-search.svg);
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  top: 50%;
  right: 11px;
  background-color: unset;
  cursor: pointer;
  transform: translateY(-50%);
}
.site-header .expand-link__search .submit:focus {
  border: unset;
  outline: unset;
}
@media screen and (max-width: 1500px) {
  .site-header .main-navigation li {
    margin-left: 20px;
  }
  .site-header .main-navigation li.button-help {
    margin-left: 50px;
  }
  .site-header .main-navigation li.button-donate {
    margin-left: 40px;
  }
}
@media screen and (min-width: 1260px) {
  .site-header .main-navigation .design-collapse {
    display: none;
  }
  .site-header .main-navigation li.button-donate a {
    align-items: center;
    border: none;
    cursor: pointer;
    display: inline-flex;
    -moz-appearance: none;
    -webkit-appearance: none;
    justify-content: center;
    font-family: "Oswald", sans-serif;
    font-size: 18px;
    font-weight: normal;
    min-height: 53px;
    padding: 23px 55px;
    text-decoration: none;
    text-transform: uppercase;
    background: #004c83;
    color: #fff;
    line-height: 1.2em;
    font-weight: 500;
    border-radius: 3em;
    white-space: nowrap;
    padding: 11px 39px;
    line-height: 40px;
    font-weight: 500;
  }
  .site-header .main-navigation li.button-donate a[disabled] {
    --button-hover: var(--button-background);
    filter: saturate(0);
    pointer-events: none;
  }
  .site-header .main-navigation li.button-donate a:hover, .site-header .main-navigation li.button-donate a:focus, .site-header .main-navigation li.button-donate a:active {
    text-decoration: none;
    background: rgba(0, 76, 131, 0.75);
    color: #fff;
  }
  .site-header .main-navigation li.button-donate a:focus {
    outline: unset;
    border: unset;
  }
  .site-header .main-navigation li.has-children ul {
    background: white;
    border: 1px solid #eee;
  }
  .site-header .main-navigation li.has-children li {
    margin-left: unset;
    padding-left: 20px;
    padding-right: 20px;
  }
  .site-header .main-navigation li.has-children a {
    text-align: start;
  }
}
@media screen and (min-width: 1260px) and (max-width: 768.98px) {
  .site-header .main-navigation li.button-donate a {
    font-size: 20px;
    padding: 20px 47px;
  }
}
@media screen and (max-width: 1259px) {
  .site-header .button {
    padding: 2px 27px;
    font-size: 16px;
    line-height: 40px;
    min-height: unset;
  }
  .site-header .has-children ul {
    padding-left: 10px;
  }
  .site-header .has-children ul li {
    background-color: unset;
  }
  .site-header .has-children a {
    padding-top: 0;
    padding-bottom: 0;
  }
  .site-header__top {
    display: block;
  }
  .site-header__top .expand-link {
    justify-content: space-between;
  }
  .site-header__top .button-donate {
    display: flex;
    align-items: center;
  }
  .site-header__bottom {
    position: relative;
  }
  .site-header__bottom .expand-link {
    display: none;
  }
  .site-header__left {
    padding-top: 20px;
  }
  .site-header .open-nav {
    transform: translateY(-50%);
    top: 50%;
    right: 20px;
    height: 19px;
    width: 33px;
  }
  .site-header .open-nav .bar {
    height: 3px;
    background: #98012e;
  }
  .site-header .main-navigation {
    background-color: #004c83;
    width: 100%;
    max-width: 100%;
    padding: 44px 20px;
  }
  .site-header .main-navigation li {
    margin-left: unset;
    border-top: unset;
  }
  .site-header .main-navigation li.sel, .site-header .main-navigation li:hover {
    background-color: unset;
  }
  .site-header .main-navigation li.button-help {
    display: none;
  }
  .site-header .main-navigation li.button-donate {
    margin-left: 0;
    padding: 0;
  }
  .site-header .main-navigation li.button-donate .button {
    padding: 0;
    text-transform: capitalize;
    font-size: 20px;
    line-height: 40px;
    color: #2c3035;
    font-weight: normal;
    font-family: "Oswald", sans-serif;
    white-space: nowrap;
    padding: 10px 14px;
  }
  .site-header .main-navigation li:first-child {
    border-top: unset;
  }
  .site-header .main-navigation li a {
    padding: 5px 14px;
  }
  .site-header .main-navigation li.button-help a, .site-header .main-navigation li a:not(.button) {
    color: #fff;
  }
}
@media screen and (max-width: 768.98px) {
  .site-header__top .expand-link__search {
    margin-right: 16px;
  }
  .site-header__top .expand-link__search input {
    min-width: 172px;
    padding: 7px 10px;
    font-size: 19px;
  }
  .site-header__top .expand-link__search .submit {
    width: 17px;
    height: 17px;
    right: 12px;
  }
  .site-header__top .button-donate {
    padding: 10px 0;
  }
  .site-header__left {
    max-width: 77.5%;
    padding-top: 8px;
  }
  .site-header__left .logo {
    max-width: 248px;
  }
}
@media screen and (max-width: 359px) {
  .site-header .button {
    padding: 2px 18px;
    font-size: 14px;
  }
  .site-header__top .expand-link__search input {
    min-width: 142px;
  }
}
.site-footer {
  background-color: #004c83;
  padding-bottom: 102px;
}
.site-footer h4 {
  font-size: 32px;
  line-height: 60px;
  color: #fff;
  font-weight: 500;
  font-family: "Oswald";
}
.site-footer .footer-top h3 {
  line-height: 60px;
  color: #fff;
  border-bottom: 1px solid #217cbe;
  margin-left: 8px;
  margin-block-end: 97px;
  padding-top: 85px;
  padding-bottom: 80px;
  text-align: center;
  text-transform: initial;
  font-size: 42px;
  font-weight: 500;
  font-family: "Oswald";
}
.site-footer .footer-body {
  display: flex;
}
.site-footer .footer-body h3 {
  color: #fff;
  text-transform: inherit;
}
.site-footer .footer-body p {
  color: #fff;
  line-height: 27px;
  margin: 0;
  font-size: 19px;
  font-weight: 300;
  font-family: "Montserrat";
}
.site-footer .footer-body .column-1 {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 23%;
}
.site-footer .footer-body .column-1 .column-top ul {
  display: flex;
  list-style-type: none;
  padding-left: 0;
}
.site-footer .footer-body .column-1 .column-top li {
  margin-right: 20px;
}
.site-footer .footer-body .column-1 .column-top p:nth-child(3) {
  margin-bottom: 29px;
}
.site-footer .footer-body .column-1 .column-bottom p {
  margin-bottom: 18px;
  margin-left: 4px;
  line-height: 40px;
  font-size: 15px;
}
.site-footer .footer-body .desktop .column-top h3 {
  text-align: right;
}
.site-footer .footer-body .desktop .column-top li {
  font-size: 19px;
  line-height: 27px;
  list-style-type: none;
  color: #fff;
  font-weight: 300;
  font-family: "Montserrat";
  text-align: right;
}
.site-footer .footer-body .desktop .column-bottom p {
  margin-bottom: 18px;
  line-height: 40px;
  font-size: 15px;
  text-align: end;
}
.site-footer .footer-body .column-2 {
  width: 47%;
  text-align: center;
  margin-left: 100px;
}
.site-footer .footer-body .column-2 .footer-logo {
  margin-bottom: 150px;
  margin-top: 13px;
}
.site-footer .footer-body .column-2 .support-our h4 {
  margin-bottom: 36px;
}
.site-footer .footer-body .column-2 .support-our ul {
  display: flex;
  list-style-type: none;
  padding-left: 0;
}
.site-footer .footer-body .column-2 .support-our li:first-child {
  margin-left: 64px;
  margin-right: 42px;
}
.site-footer .footer-body .column-2 .support-our li:last-child {
  margin-top: 13px;
}
.site-footer .footer-body .column-3 {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 30%;
}
.site-footer .mobile {
  display: none;
}
@media screen and (max-width: 1600px) {
  .site-footer .footer-body .column-1 .column-bottom p {
    margin-top: 52px;
  }
}
@media screen and (max-width: 1200px) {
  .site-footer .footer-body .column-2 {
    margin-left: 40px;
  }
  .site-footer .footer-body .column-2 .support-our li:first-child {
    margin-left: 37px;
  }
  .site-footer .footer-body .column-1 {
    width: 35%;
  }
}
@media screen and (max-width: 1024px) {
  .site-footer {
    padding-bottom: 30px;
  }
  .site-footer .footer-body .column-2 .support-our li:first-child {
    margin-left: 5px;
  }
}
@media screen and (max-width: 1179px) {
  .site-footer .footer-body .column-1 .column-bottom p {
    margin-top: 30px;
  }
}
@media screen and (max-width: 953.98px) {
  .site-footer .footer-body .column-1 {
    width: 38%;
  }
  .site-footer .footer-body .column-1 .column-bottom p {
    margin-top: 30px;
  }
  .site-footer .footer-body .column-2 {
    margin-left: 40px;
  }
  .site-footer .footer-body .column-2 .support-our ul {
    margin-bottom: 19px;
    margin-top: 45px;
  }
}
@media screen and (max-width: 892px) {
  .site-footer .footer-body .column-2 .support-our ul {
    margin-top: 42px;
  }
}
@media screen and (max-width: 875px) {
  .site-footer .footer-body .column-2 {
    margin-left: 13px;
  }
  .site-footer .footer-body .column-2 .support-our ul {
    margin-bottom: 19px;
    margin-top: 45px;
  }
  .site-footer .footer-body .footer-logo {
    width: 97%;
  }
}
@media screen and (max-width: 810px) {
  .site-footer .footer-body .column-2 .support-our ul {
    margin-top: 48px;
  }
}
@media screen and (max-width: 800px) {
  .site-footer .footer-body .column-2 .support-our ul {
    margin-top: 51px;
  }
}
@media screen and (max-width: 799px) {
  .site-footer .footer-body .column-2 {
    margin-left: 0;
  }
  .site-footer .footer-body .footer-logo {
    width: 95%;
  }
}
@media screen and (max-width: 768.98px) {
  .site-footer {
    padding-bottom: 0;
  }
  .site-footer .container {
    padding: 0;
  }
  .site-footer .container .footer-body {
    padding-left: 20px;
    padding-right: 20px;
  }
  .site-footer .container .footer-body .footer-logo {
    width: 100%;
  }
  .site-footer .container .footer-top__content {
    padding-left: 20px;
    padding-right: 20px;
  }
  .site-footer .footer-top .footer-top__content {
    margin-left: 0;
  }
  .site-footer .footer-top h3 {
    border-bottom: 1px solid #217cbe;
  }
  .site-footer h3 {
    line-height: 32px;
    font-size: 30px;
  }
  .site-footer .mobile {
    display: block;
  }
  .site-footer .mobile p {
    line-height: 40px;
    font-size: 15px;
  }
  .site-footer .desktop {
    display: none;
  }
  .site-footer .footer-body {
    display: flex;
    padding-bottom: 56px;
    flex-direction: column;
    text-align: center;
  }
  .site-footer .footer-body .column-1 {
    width: 100%;
  }
  .site-footer .footer-body .column-1 .column-top {
    margin-top: 75px;
    margin-bottom: 40px;
  }
  .site-footer .footer-body .column-1 .column-top ul {
    margin-top: 27px;
    justify-content: center;
  }
  .site-footer .footer-body .column-2 {
    margin-left: 0;
    width: 100%;
  }
  .site-footer .footer-body .column-2 .support-our ul {
    margin-bottom: 57px;
    justify-content: center;
  }
  .site-footer .footer-body .column-2 .support-our ul li:first-child {
    margin-left: 0;
    margin-right: 20px;
  }
  .site-footer .footer-body .column-2 .support-our h4 {
    margin-bottom: 20px;
    font-size: 27px;
  }
  .site-footer .footer-body .column-3 {
    display: none;
    width: 100%;
  }
  .site-footer .footer-top h3 {
    margin-bottom: 70px;
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
@media screen and (max-width: 575px) {
  .site-footer .footer-body {
    padding-bottom: 45px;
  }
  .site-footer .footer-body .column-1 .column-top {
    margin-top: 40px;
    margin-bottom: 0;
  }
  .site-footer .footer-body .column-1 .column-bottom p {
    margin-top: 30px;
  }
  .site-footer .footer-body .column-2 .support-our ul {
    margin-bottom: 25px;
  }
  .site-footer .footer-top h3 {
    margin-bottom: 40px;
  }
}
.slideshow .slide .caption {
  transition: unset;
}
.slideshow .slide .caption .caption-content {
  max-width: 550px;
}
.slideshow .slide .caption .title {
  font-size: 54px;
  line-height: 55px;
  color: #fff;
  font-weight: 500;
  font-family: "Oswald", sans-serif;
  text-transform: unset;
}
.slideshow .slide .caption .tagline {
  font-size: 36px;
  line-height: 40px;
  color: #fff;
  font-weight: 300;
  font-family: "Roboto Condensed", sans-serif;
  margin: 0;
}
.slideshow .slide .caption .button {
  background-color: #fff;
  font-size: 24px;
  color: #004c83;
  padding: 23.5px 39px;
}
.slideshow .slide .caption .button:hover {
  background-color: #f2f1ee;
}
@media (min-width: 769px) {
  .slideshow .slide img {
    min-height: 415px;
    object-fit: cover;
    object-position: 40%;
    display: block;
  }
  .slideshow .slide .caption {
    align-items: flex-end;
    height: 77.5%;
  }
}
@media (max-width: 768.98px) {
  .slideshow .slide img {
    min-height: 280px;
    object-fit: cover;
    object-position: center;
  }
  .slideshow .slide .caption {
    position: static;
    background-color: #98012e;
    padding-top: 36px;
    padding-bottom: 36px;
  }
  .slideshow .slide .caption .title {
    font-size: 32px;
    line-height: 35px;
  }
  .slideshow .slide .caption .tagline {
    font-size: 27px;
    line-height: 40px;
  }
}
.title p {
  color: #004c83;
  margin-top: 59px;
  line-height: 60px;
  font-size: 54px;
  font-weight: 500;
  font-family: "Oswald";
}
.title .extra-content__inner {
  position: relative;
}
.title p::after {
  content: "";
  background-color: #98012e;
  display: block;
  height: 2px;
  position: absolute;
  top: 77px;
  width: 156px;
}
.support-us .container h1 {
  color: #004c83;
  margin-top: 79px;
  line-height: 60px;
  position: relative;
  text-transform: none;
  font-size: 54px;
  font-weight: 500;
  font-family: "Oswald";
  margin-bottom: 60px;
}
.support-us .container h1::after {
  content: "";
  background-color: #98012e;
  display: block;
  height: 2px;
  position: absolute;
  top: 77px;
  width: 158px;
}
.support-us .description {
  margin-bottom: 107px;
}
.support-us .description p {
  font-size: 19px;
  line-height: 26px;
  color: #344054;
  font-weight: 300;
  font-family: "Montserrat";
}
.extra-content {
  margin-top: 1px;
}
.question {
  margin-bottom: 0;
}
.question p {
  color: #004c83;
  line-height: 42px;
  margin-bottom: 25px;
  font-size: 38px;
  font-family: "Oswald";
}
.box-content {
  margin-bottom: 0;
}
.box-content .extra-content__inner {
  background-color: #f2f1ee;
  margin-top: 0;
  margin-left: 4px;
  margin-bottom: 17px;
  padding-top: 50px;
  padding-bottom: 30px;
}
.box-content h3 {
  color: #fff #004c83;
  line-height: 28px;
  margin-left: 37px;
  text-transform: capitalize;
  font-size: 32px;
  font-weight: 500;
  font-family: "Oswald";
}
.box-content h3 a {
  align-items: center;
  border-radius: 37px;
  display: inline-flex;
  -moz-appearance: none;
  -webkit-appearance: none;
  justify-content: center;
  font-size: 24px;
  font-weight: 500;
  line-height: 40px;
  padding: 15px 52.07px;
  text-transform: uppercase;
  background: #98012e;
  color: #fff;
}
.box-content li {
  margin-left: 15px;
}
.box-content p {
  color: #344054;
  line-height: 26px;
  margin-left: 37px;
  font-size: 19px;
  font-weight: 300;
  font-family: "Montserrat";
}
.box-content:first-child h3 a {
  padding: 15px 52.07px;
}
.box-content:last-child {
  margin-bottom: 125px;
}
.box-content:last-child h3 a {
  padding: 15px 49.07px;
}
@media screen and (max-width: 1300px) {
  .support-us .question {
    padding-left: 20px;
    padding-right: 20px;
  }
  .support-us .description {
    padding-left: 20px;
    padding-right: 20px;
  }
  .support-us .box-content {
    margin: 40px auto;
  }
  .support-us .box-content .extra-content__inner {
    margin-left: 0;
  }
}
@media screen and (max-width: 1024px) {
  .support-us .title p {
    margin-top: 20px;
  }
  .support-us .description {
    margin-bottom: 70px;
  }
  .support-us .box-content:last-child {
    margin-bottom: 75px;
  }
}
@media screen and (max-width: 781px) {
  .support-us .box-content h3 {
    margin-left: 20px;
    margin-right: 20px;
  }
  .support-us .box-content p {
    margin-left: 20px;
    margin-right: 20px;
  }
  .support-us .title p::after {
    top: 65px;
    width: 168px;
  }
}
@media screen and (max-width: 575px) {
  .support-us .box-content h3 a {
    padding: 5px 32.07px;
    font-size: 21px;
  }
  .support-us .box-content:first-child h3 a {
    padding: 5px 52.07px;
  }
  .support-us .box-content:last-child {
    margin-bottom: 55px;
  }
  .support-us .box-content:last-child h3 a {
    padding: 5px 49.07px;
  }
  .support-us .description {
    margin-bottom: 0;
  }
  .support-us .title p {
    margin-top: 0;
    font-size: 46px;
  }
  .support-us .title p::after {
    width: 146px;
  }
}
@media screen and (max-width: 400px) {
  .support-us .box-content h3 {
    margin-left: 20px;
  }
  .support-us .box-content p {
    margin-left: 20px;
  }
}
@media screen and (max-width: 375px) {
  .support-us .title p {
    font-size: 43px;
  }
  .support-us .title p::after {
    top: 65px;
    width: 136px;
  }
  .support-us .box-content h3 {
    line-height: 40px;
  }
}
.content .columns {
  margin-top: 79px;
}
.content .columns h2 {
  color: #004c83;
  line-height: 60px;
  text-transform: capitalize;
  font-size: 54px;
  font-weight: 500;
  font-family: "Oswald";
}
.content .columns p {
  font-size: 19px;
  line-height: 32px;
  color: #344054;
  font-weight: bold;
  font-family: "Montserrat";
}
.content .columns .col-2 a {
  font-weight: normal;
}
.content .columns .col-2 h2 {
  margin-bottom: 52px;
}
.content .columns .contact-detail h2 {
  position: relative;
}
.content .columns .contact-detail h2::after {
  content: "";
  background-color: #98012e;
  display: block;
  height: 2px;
  position: absolute;
  top: 77px;
  width: 161px;
}
.content .columns .contact-detail p {
  margin-bottom: 33px;
  font-weight: 400;
}
.content .columns .contact-detail ul {
  margin-top: -22px;
  margin-left: 4px;
  padding-left: 0;
  list-style-type: none;
  display: flex;
}
.content .columns .contact-detail ul li {
  margin-right: 5px;
}
.content .columns .form-contact {
  margin-top: 95px;
}
.content .columns .form-contact .field-wrapper {
  margin-bottom: 12px;
}
.content .columns .form-contact h2 {
  margin-bottom: 14px;
  text-transform: inherit;
  font-size: 38px;
}
.content .columns .form-contact input {
  background-color: #f1f0ec;
  border: 1px solid #cbcac5;
  height: 50px;
  padding-left: 18px;
}
.content .columns .form-contact textarea {
  background-color: #f1f0ec;
  height: 136px;
  padding-left: 17px;
  padding-top: 16px;
}
.content .columns .form-contact button {
  margin-top: -11px;
}
.contact-map {
  margin-top: 89px;
}
@media screen and (max-width: 1220px) {
  .content .columns .contact-detail h2::after {
    top: 63px;
  }
}
@media screen and (max-width: 768.98px) {
  .content .columns {
    margin-top: 50px;
  }
  .content .columns .form-contact {
    margin-top: 50px;
    margin-bottom: 50px;
  }
  .content .columns .contact-detail h2::after {
    top: 70px;
    width: 140px;
  }
  .contact-map {
    margin-top: 20px;
  }
}
@media screen and (max-width: 605px) {
  .content .columns .contact-detail h2::after {
    top: 60px;
  }
  .contact-map {
    margin-top: 20px;
  }
}
@media screen and (max-width: 575px) {
  .content .columns {
    margin-top: 30px;
  }
  .content .columns .form-contact button {
    margin-top: -11px;
    padding: 10px 36px;
  }
  .content .columns .contact-detail h2::after {
    top: 63px;
    width: 139px;
  }
  .content .columns .form-contact {
    margin-top: 40px;
  }
  .contact-map {
    margin-top: 0;
  }
}
@media screen and (max-width: 375px) {
  .content .columns .contact-detail h2::after {
    top: 64px;
    width: 120px;
  }
  .content .columns .contact-detail h2 {
    font-size: 45px;
  }
}
.home-page .content-wrapper {
  padding: 0;
}
.home-page .slideshow .slide .caption .caption-content {
  min-height: 423px;
}
.home-page .slideshow .slide .caption .title {
  font-size: 40px;
  line-height: 55px;
  margin-bottom: 22px;
}
.home-page .slideshow .slide .caption .tagline {
  margin-bottom: 22px;
  font-size: 30px;
}
.banner-content-below {
  background-color: #ccc8ba;
  text-align: center;
  padding: 41px 20px 47px;
}
.banner-content-below p {
  font-size: 46px;
  line-height: 1.2em;
  color: #ffffff;
  font-weight: 500;
  font-family: "Oswald";
  margin: 0;
}
.big-slideshow.content__image {
  display: block;
  grid-template-columns: unset;
}
.big-slideshow.content__image .side-content, .big-slideshow.content__image:before {
  display: none;
}
.big-slideshow.content__image .slides {
  grid-row: unset;
  grid-column: unset;
  grid-template-rows: unset;
}
.big-slideshow.content__image img {
  display: block;
}
.image_right {
  margin-top: 154px;
}
.image_right img {
  width: 100%;
}
.image_right .cus-row {
  display: flex;
}
.image_right .cus-col {
  max-width: 50%;
  flex-basis: 50%;
}
.image_right .cus-col p {
  margin-top: unset;
  font-size: 19px;
  line-height: 32px;
  color: #344054;
  font-weight: 300;
  font-family: "Montserrat";
}
.image_right .cus-col hr {
  display: none;
}
.image_right .cus-col hr + p {
  font-size: 36px;
  line-height: 40px;
  color: #98012e;
  font-weight: 300;
  font-family: "Roboto Condensed";
  margin-bottom: 0;
}
.image_right .cus-col h3 {
  font-size: 54px;
  line-height: 60px;
  color: #004c83;
  font-weight: 500;
  font-family: "Oswald";
  text-transform: capitalize;
  position: relative;
  padding-bottom: 18px;
  margin-bottom: 32px;
}
.image_right .cus-col h3:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 158px;
  max-width: 100%;
  height: 3px;
  background-color: #98012e;
}
.image_right .cus-col .button {
  padding: 23px 55px;
}
.image_right .cus-col:first-child {
  padding-right: 57px;
  padding-right: 57px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.image_right .cus-col:last-child {
  padding-left: 20px;
}
.content__image {
  margin-top: 143px;
}
.content__image .slides {
  display: flex;
  flex-wrap: wrap;
}
.content__image .slides .slides-item {
  flex: 1 1 0%;
  display: flex;
  margin-bottom: 20px;
  min-width: 570px;
}
.content__image .slides .slides-item:nth-child(2) h4 {
  color: #98012e;
}
.content__image .slides .slides-content {
  max-width: 50%;
  flex-basis: 50%;
  background-color: #bfbbad;
  display: flex;
  justify-content: center;
  flex-direction: column;
  padding: 0 24px 0 39px;
}
.content__image .slides .slides-content .detail, .content__image .slides .slides-content h4 {
  font-size: 38px;
  line-height: 42px;
  font-weight: 500;
  font-family: "Oswald", sans-serif;
  margin-bottom: 0;
}
.content__image .slides .slides-content h4 {
  color: #004c83;
  margin-bottom: 11px;
}
.content__image .slides .slides-content .detail {
  color: #fff;
}
.content__image .slides .slides-content p {
  margin: 0;
}
.content__image .slides .slides-image {
  max-width: 50%;
  flex-basis: 50%;
}
.image-overflow .image-block {
  background: unset;
  box-shadow: unset;
  border-radius: unset;
  position: relative;
}
.image-overflow .image-block h3 {
  font-size: 50px;
  line-height: 60px;
  color: #004c83;
  font-weight: 500;
}
.image-overflow .image-block p {
  font-size: 19px;
  line-height: 32px;
  color: #344054;
  font-weight: 300;
  margin: 0;
}
.image-overflow .image img {
  width: 100%;
  display: block;
}
.image-overflow .block-content {
  padding: 0;
  align-self: unset;
}
.image-overflow .block-content__wrap {
  background-color: #f2f1ee;
}
.image-overflow .block-content h3 {
  text-transform: unset;
  margin-bottom: 15px;
}
.image-overflow .block-content .button {
  margin-top: 22px;
  padding-left: 51px;
  padding-right: 51px;
}
.article-summary .image:after {
  padding-top: 66%;
}
.section-embed-code {
  margin-top: 110px;
}
.section-embed-code h3 {
  font-size: 50px;
  line-height: 60px;
  color: #004c83;
  font-weight: 500;
  font-family: "Oswald", sans-serif;
  text-transform: unset;
  margin-bottom: 45px;
}
.section-embed-code iframe {
  border: unset;
  width: 100%;
  max-width: 100%;
  overflow: hidden;
}
.section-embed-code .list-iframe {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 36px;
}
.home-extra-content {
  display: flex;
  margin-bottom: 150px;
}
.home-extra-content .latest-news {
  max-width: 100%;
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  padding-right: 38px;
}
.home-extra-content .follow-us {
  max-width: 31.5%;
  -ms-flex-preferred-size: 31.5%;
  flex-basis: 31.5%;
}
.home-extra-content .embed_facebook {
  margin-top: 30px;
}
.home-extra-content .title {
  font-size: 50px;
  line-height: 60px;
  color: #004c83;
  font-weight: 500;
  text-transform: unset;
  margin-bottom: 48px;
  font-family: "Oswald", sans-serif;
}
.home-extra-content .c-articles {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-column-gap: 35px;
  margin-top: 30px;
}
.home-extra-content .article-summary .image {
  border-radius: 5px;
  margin-bottom: 5px;
}
.home-extra-content .summary__title {
  font-size: 27px;
  line-height: 1.2em;
  text-transform: unset;
  margin-bottom: 10px;
}
.home-extra-content .summary p {
  font-size: 16px;
  line-height: 32px;
  color: #344054;
  margin: 0;
}
.home-extra-content .summary .read-more {
  font-size: 20px;
  color: #98012e;
  font-weight: 500;
  font-family: "Oswald", sans-serif;
  margin-top: 8px;
  display: inline-block;
}
.home-extra-content a:hover, .home-extra-content a:focus, .home-extra-content a:active {
  color: #98012e;
  text-decoration: none;
}
@media (min-width: 769px) {
  .home-page .slideshow .slide .caption {
    align-items: center;
    height: 100%;
  }
}
@media (min-width: 1025px) {
  .image-overflow .image-block {
    margin-top: 135px;
  }
  .image-overflow .image {
    max-width: calc((var(--container-width-no-padding) / 4) * 3  + ((100vw - var(--container-width-no-padding)) / 2));
    width: 100%;
    display: flex;
    align-items: center;
  }
  .image-overflow .block-content {
    position: absolute;
    left: 50%;
    top: 50%;
    max-width: var(--container-width);
    width: 100%;
    transform: translate(-50%, -50%);
    min-height: 79%;
    display: flex;
    align-items: stretch;
    padding: 0 20px;
  }
  .image-overflow .block-content__wrap {
    margin-left: auto;
    max-width: 50%;
    display: flex;
    align-items: center;
    margin-bottom: 10px;
  }
  .image-overflow .block-content__inner {
    padding-left: 71px;
    padding-top: 22px;
    padding-bottom: 32px;
  }
  .image-overflow.content_above_image_right .image-block {
    margin-bottom: 130px;
  }
  .image-overflow.content_above_image_right .image {
    margin-left: auto;
  }
  .image-overflow.content_above_image_right .block-content__wrap {
    margin-left: 0;
    margin-right: auto;
  }
  .image-overflow.content_above_image_right .block-content__inner {
    padding-top: 28px;
    padding-right: 53px;
    padding-bottom: 51px;
  }
  .image-overflow.content_above_image_right .block-content .button {
    margin-top: 30px;
    padding-left: 67px;
    padding-right: 67px;
  }
}
@media (max-width: 1024px) {
  .home-page .slideshow .slide .caption .caption-content {
    min-height: 373px;
  }
  .image_right {
    margin-top: 60px;
  }
  .image_right .cus-row {
    display: flex;
    flex-direction: column;
  }
  .image_right .cus-col {
    max-width: 100%;
    flex-basis: 100%;
  }
  .image_right .cus-col p {
    font-size: 19px;
    line-height: 32px;
  }
  .image_right .cus-col hr + p {
    font-size: 27px;
    line-height: 40px;
  }
  .image_right .cus-col h3 {
    font-size: 30px;
    line-height: 39px;
  }
  .image_right .cus-col .button {
    padding: 20px 47px;
  }
  .image_right .cus-col:first-child {
    padding: 0;
  }
  .image_right .cus-col:last-child {
    padding: 0;
    margin-top: 17px;
  }
  .image-overflow .image-block p {
    margin: 0;
  }
  .image-overflow .image img {
    min-height: 237px;
  }
  .image-overflow .block-content__inner {
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 40px;
    padding-bottom: 57px;
  }
  .image-overflow .block-content p {
    font-size: 19px;
    line-height: 32px;
    margin: 0;
  }
  .image-overflow .block-content h3 {
    font-size: 30px;
    line-height: 38px;
  }
  .image-overflow .block-content .button {
    font-size: 19px;
    margin-top: 13px;
    padding: 18px 40px;
  }
  .image-overflow.content_above_image_right .image-block {
    flex-direction: column-reverse;
    margin-bottom: 59px;
  }
  .image-overflow.content_above_image_right .block-content .button {
    margin-top: 26px;
    padding: 19px 54px;
  }
}
@media (max-width: 768.98px) {
  .home-page .slideshow .slide .caption {
    padding-top: 32px;
    padding-top: 32px;
  }
  .home-page .slideshow .slide .caption .caption-content {
    min-height: unset;
  }
  .home-page .slideshow .slide .caption .title {
    font-size: 32px;
    line-height: 35px;
    margin-bottom: 6px;
  }
  .home-page .slideshow .slide .caption .tagline {
    font-size: 27px;
    line-height: 40px;
    margin-bottom: 14px;
  }
  .home-page .slideshow .slide .caption .button {
    font-size: 20px;
    padding: 20px 34px;
  }
  .banner-content-below {
    display: none;
  }
  .content__image {
    margin-top: 40px;
  }
  .content__image .slides .slides-item {
    min-width: unset;
    flex-direction: column;
    max-width: 100%;
    flex-basis: 100%;
    margin-bottom: 0;
  }
  .content__image .slides .slides-content {
    max-width: 100%;
    flex-basis: 100%;
    min-height: 350px;
    padding-top: 3px;
  }
  .content__image .slides .slides-content .detail, .content__image .slides .slides-content h4 {
    font-size: 35px;
    line-height: 38px;
  }
  .content__image .slides .slides-content h4 {
    margin-bottom: 11px;
  }
  .content__image .slides .slides-image {
    max-width: 100%;
    flex-basis: 100%;
  }
  .home-extra-content {
    flex-wrap: wrap;
    margin-bottom: 74px;
  }
  .home-extra-content .latest-news {
    max-width: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    padding-right: 0;
    margin-bottom: 54px;
  }
  .home-extra-content .follow-us {
    max-width: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
  }
  .home-extra-content .title {
    font-size: 30px;
    line-height: 38px;
    margin-bottom: 39px;
  }
  .home-extra-content .c-articles {
    grid-template-columns: repeat(1, 1fr);
    grid-column-gap: 0;
  }
  .home-extra-content .article-summary {
    display: none;
  }
  .home-extra-content .article-summary:first-child {
    display: block;
  }
  .home-extra-content .summary__title {
    font-size: 27px;
  }
  .image-overflow .image-block {
    margin-bottom: 53px;
    margin-top: 53px;
  }
  .section-embed-code {
    margin-top: 55px;
  }
  .section-embed-code h3 {
    font-size: 30px;
    line-height: 38px;
    margin-bottom: 30px;
  }
  .section-embed-code .list-iframe {
    grid-template-columns: repeat(1, 1fr);
  }
}
.about-us h1 {
  color: #004c83;
  margin-top: 79px;
  line-height: 60px;
  position: relative;
  text-transform: capitalize;
  font-size: 54px;
  font-weight: 500;
  font-family: "Oswald";
}
.about-us h1::after {
  content: "";
  background-color: #98012e;
  display: block;
  height: 2px;
  position: absolute;
  top: 77px;
  width: 156px;
}
.about-us p {
  font-size: 19px;
  line-height: 26px;
  color: #344054;
  font-weight: 300;
  font-family: "Montserrat";
}
.about-us .content h1 {
  margin-bottom: 55px;
}
.about-us .content .content {
  margin-bottom: 44px;
}
.about-us .custom-link {
  padding: 16px 27px 17px 27px;
}
.about-us .custom-link:before {
  margin-right: 12px;
}
.about-us .kidneys-list {
  margin-bottom: 84px;
}
.about-us .kidneys-list h3 {
  color: #004c83;
  line-height: 42px;
  text-transform: inherit;
  font-size: 32px;
  font-weight: 500;
  font-family: "Oswald";
}
.about-us .kidneys-list ul {
  display: flex;
  list-style-type: none;
}
.about-us .kidneys-list li {
  border: 1px solid #fff;
  background-color: #fff;
  width: 50%;
}
.about-us .kidneys-list li:first-child {
  margin-right: 43px;
}
.about-us .kidneys-list .kidneys-item {
  background-color: #f2f1ee;
  margin-bottom: 31px;
}
.about-us .kidneys-list .kidneys-item:first-child {
  margin-bottom: 23px;
}
.about-us .kidneys-list .kidneys-item:first-child h3 {
  margin-bottom: 8px;
}
.about-us .kidneys-list .kidneys-item:last-child {
  margin-bottom: 23px;
}
.about-us .kidneys-list .kidneys-item:last-child h3 {
  margin-bottom: 8px;
}
.about-us .kidneys-list .kidneys-item:last-child .kidneys-wrap {
  padding-top: 41px;
}
.about-us .kidneys-list .kidneys-wrap {
  padding-left: 41px;
  padding-right: 38px;
  padding-bottom: 17px;
  padding-top: 45px;
}
.about-us .kidneys-list .kidneys-wrap h3 {
  margin-bottom: 6px;
}
.about-us .kidneys-list .kidneys-wrap p {
  margin-top: 0;
}
.about-us .kidneys-list .kidneys-wrap .detail {
  padding-top: 4px;
}
.about-us .kidneys-list .kidneys-wrap .detail h3 {
  margin-block-end: 9px;
}
.about-us .kidneys-list .kidneys-wrap .detail p {
  margin-bottom: 26px;
}
.about-us .kidneys-list .list-file {
  margin-top: 23px;
  padding-left: 0;
}
@media screen and (max-width: 1600px) {
  .about-us .custom-link a {
    line-height: 20px;
  }
}
@media screen and (max-width: 935px) {
  .about-us .custom-link {
    padding: 6px 24px;
  }
  .about-us .custom-link a {
    font-size: 25px;
  }
}
@media screen and (max-width: 768.98px) {
  .about-us .content h1 {
    margin-top: 25px;
    font-size: 45px;
  }
  .about-us .kidneys-list {
    margin-bottom: 40px;
  }
  .about-us .kidneys-list ul {
    display: block;
  }
  .about-us .kidneys-list li:first-child {
    margin-right: 0;
    margin-bottom: 10px;
  }
  .about-us .kidneys-list li {
    width: 100%;
  }
  .about-us .kidneys-list .kidneys-wrap {
    padding-left: 20px;
    padding-right: 20px;
  }
  .about-us .custom-link {
    padding: 11px 19px;
  }
  .about-us .custom-link a {
    font-size: 25px;
  }
}
@media screen and (max-width: 605px) {
  .about-us .custom-link a {
    font-size: 23px;
  }
}
@media screen and (max-width: 475px) {
  .about-us h1::after {
    top: 62px;
  }
}
@media screen and (max-width: 375px) {
  .about-us .custom-link a {
    font-size: 19px;
  }
}
.patients ul {
  list-style-type: none;
}
.patients h1 {
  color: #004c83;
  margin-top: 79px;
  line-height: 60px;
  position: relative;
  text-transform: none;
  font-size: 54px;
  font-weight: 500;
  font-family: "Oswald";
}
.patients h1::after {
  content: "";
  background-color: #98012e;
  display: block;
  height: 2px;
  position: absolute;
  top: 77px;
  width: 158px;
}
.patients p {
  font-size: 19px;
  line-height: 26px;
  color: #344054;
  font-weight: 300;
  font-family: "Montserrat";
}
.patients .for-patients-contain {
  display: flex;
  margin-bottom: 80px;
}
.patients .for-patients-contain h3 {
  color: #004c83;
  line-height: 42px;
  text-transform: inherit;
  font-size: 36px;
  font-weight: 500;
  font-family: "Oswald";
}
.patients .for-patients-contain h1 {
  margin-bottom: 60px;
}
.patients .for-patients-contain .content-left {
  width: 47%;
}
.patients .for-patients-contain .content-left h3 {
  margin-top: 25px;
  margin-bottom: -7px;
}
.patients .for-patients-contain .content-left p {
  margin-bottom: 30px;
}
.patients .for-patients-contain .content-right {
  padding-top: 194px;
  padding-left: 22px;
  width: 53%;
}
.patients .for-patients-contain .content-right li {
  background-color: #f2f1ee;
  margin-bottom: 6px;
}
.patients .for-patients-contain .content-right h3 {
  color: #98012e;
  padding-left: 38px;
}
.patients .for-patients-contain .content-right .custom-link {
  padding: 17px 6px 16px 27px;
}
.patients .for-patients-contain .content-right .custom-link:before {
  margin-right: 12px;
}
@media screen and (max-width: 1600px) {
  .patients h1::after {
    top: 63px;
  }
  .patients .for-patients-contain .content-left {
    width: 50%;
  }
}
@media screen and (max-width: 1200px) {
  .patients .for-patients-contain .content-left {
    width: 60%;
  }
}
@media screen and (max-width: 925px) {
  .patients h1 {
    margin-top: 50px;
  }
  .patients .for-patients-contain {
    margin-bottom: 55px;
  }
  .patients .for-patients-contain .content-left {
    width: 74%;
  }
  .patients .for-patients-contain a {
    font-size: 25px;
  }
  .patients .for-patients-contain .content-right {
    padding-top: 149px;
  }
}
@media screen and (max-width: 768.98px) {
  .patients h1 {
    margin-top: 24px;
    font-size: 48px;
  }
  .patients .for-patients-contain {
    display: block;
    margin-bottom: 35px;
  }
  .patients .for-patients-contain .content-left {
    width: 100%;
  }
  .patients .for-patients-contain a {
    font-size: 23px;
  }
  .patients .for-patients-contain .content-right {
    padding-left: 0;
    padding-top: 20px;
    width: 100%;
  }
  .patients .for-patients-contain .content-right h3 {
    padding-left: 0;
  }
  .patients .for-patients-contain ul {
    padding-left: 0;
  }
}
.support-group h1 {
  color: #004c83;
  margin-top: 79px;
  margin-bottom: 55px;
  line-height: 60px;
  position: relative;
  text-transform: none;
  font-size: 54px;
  font-weight: 500;
  font-family: "Oswald";
}
.support-group h1::after {
  content: "";
  background-color: #98012e;
  display: block;
  height: 2px;
  position: absolute;
  top: 76px;
  width: 158px;
}
.support-group h3 {
  color: #004c83;
  margin-bottom: 21px;
  margin-top: 17px;
  line-height: 42px;
  text-transform: inherit;
  font-size: 32px;
  font-weight: 500;
  font-family: "Oswald";
}
.support-group h4 {
  color: #004c83;
  margin-bottom: -5px;
  line-height: 42px;
  font-size: 27px;
  font-weight: 500;
  font-family: "Oswald";
}
.support-group p {
  font-size: 19px;
  line-height: 26px;
  color: #252525;
  font-weight: 300;
  font-family: "Montserrat";
}
.support-group .content-wrapper {
  padding-bottom: 0;
}
.support-group .content {
  margin-bottom: 47px;
}
.support-group .regional__head ul {
  display: flex;
  margin: 0;
  padding: 0;
  list-style: none;
  justify-content: space-between;
}
.support-group .regional__head ul li {
  cursor: pointer;
  max-width: calc(100% / 3 - 20px);
  flex-basis: calc(100% / 3 - 20px);
  border-top: 2px solid transparent;
}
.support-group .regional__head ul li.active {
  background-color: #f2f1ee;
  border-top-color: #98012e;
}
.support-group .regional__body {
  background-color: #f2f1ee;
  display: none;
}
.support-group .regional .regional__head--icon {
  display: flex;
  justify-content: center;
}
.support-group .regional .regional__head--icon img {
  margin-right: 16px;
}
.support-group .regional .regional__head--icon:first-child {
  justify-content: flex-start;
  margin-left: 128px;
  margin-top: 1px;
}
.support-group .regional .row {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(max(25%, 300px), 1fr));
  padding-top: 48px;
  padding-bottom: 37px;
  margin-bottom: 98px;
}
.support-group .regional .column {
  padding: 0 50px;
  max-width: 400px;
}
.support-group .regional .column a {
  color: #004c83;
}
.support-group .regional .column:last-child {
  padding-left: 49px;
  padding-right: 20px;
}
.support-group .regional .detail p:last-child {
  padding-top: 10px;
}
.support-group .regional.collapse {
  display: none;
}
.support-group .regional.collapse .regional__content {
  display: none;
}
.support-group .regional.collapse .regional__items.active .regional__head {
  background-color: #f2f1ee;
}
@media screen and (max-width: 1600px) {
  .support-group .regional .regional__head--icon:first-child {
    margin-left: 0;
    justify-content: center;
  }
}
@media screen and (max-width: 1024px) {
  .support-group .regional .column {
    padding-left: 30px;
  }
  .support-group .regional .column:first-child {
    padding-left: 16px;
  }
  .support-group .regional .column:last-child {
    padding-left: 16px;
  }
}
@media screen and (max-width: 768.98px) {
  .support-group h1 {
    margin-top: 30px;
    font-size: 44px;
  }
  .support-group .regional__head ul {
    display: block;
  }
  .support-group .regional__head ul li {
    max-width: 100%;
  }
  .support-group .regional {
    margin-bottom: 50px;
  }
  .support-group .regional .regional__head--icon:first-child {
    margin-left: 20px;
    justify-content: left;
  }
  .support-group .regional .column {
    margin-bottom: 20px;
    padding-left: 21px;
    width: 100%;
  }
  .support-group .regional .column:first-child {
    padding-left: 20px;
  }
  .support-group .regional .column:last-child {
    padding-left: 18px;
  }
  .support-group .regional .row {
    display: block;
    margin-bottom: 0;
    padding-bottom: 5px;
  }
  .support-group .regional.collapse {
    display: block;
  }
  .support-group .regional.collapse .regional__head {
    display: flex;
  }
  .support-group .regional.collapse img {
    margin-right: 16px;
  }
  .support-group .regional.tabs {
    display: none;
  }
}
@media screen and (max-width: 575px) {
  .support-group h1 {
    margin-bottom: 30px;
    margin-top: 20px;
    font-size: 42px;
  }
  .support-group h1::after {
    top: 65px;
    width: 137px;
  }
  .support-group p {
    margin-bottom: 0;
  }
  .support-group .regional.collapse {
    margin-bottom: 20px;
  }
  .support-group .content {
    margin-bottom: 26px;
  }
}
.health-professionals-page h1 {
  color: #004c83;
  margin-top: 79px;
  line-height: 60px;
  position: relative;
  text-transform: none;
  font-size: 54px;
  font-weight: 500;
  font-family: "Oswald";
}
.health-professionals-page h1::after {
  content: "";
  background-color: #98012e;
  display: block;
  height: 2px;
  position: absolute;
  top: 77px;
  width: 158px;
}
.health-professionals-page p {
  font-size: 19px;
  line-height: 26px;
  color: #344054;
  font-weight: 300;
  font-family: "Montserrat";
}
.health-professionals-page .main-content h1 {
  margin-bottom: 56px;
}
.health-professionals-page .content__inner .main-link {
  display: flex;
  margin-top: 39px;
  margin-bottom: 78px;
}
.health-professionals-page .content__inner .main-link .col {
  width: 50%;
}
.health-professionals-page .content__inner .main-link .col h3 {
  color: #98012e;
  margin-bottom: 21px;
  line-height: 42px;
  text-transform: inherit;
  font-size: 36px;
  font-weight: 500;
  font-family: "Oswald";
}
.health-professionals-page .content__inner .main-link .col ul {
  padding-left: 0;
  list-style-type: none;
}
.health-professionals-page .content__inner .main-link .col li {
  background-color: #f2f1ee;
  margin-bottom: 4px;
}
.health-professionals-page .content__inner .main-link .col .custom-link:before {
  margin-right: 12px;
}
.health-professionals-page .content__inner .main-link .col:first-child {
  margin-right: 40px;
}
@media screen and (max-width: 1210px) {
  .health-professionals-page h1::after {
    top: 63px;
  }
}
@media screen and (max-width: 1024px) {
  .health-professionals-page h1 {
    margin-top: 50px;
  }
  .health-professionals-page .content__inner .main-link {
    margin-bottom: 50px;
  }
}
@media screen and (max-width: 768.98px) {
  .health-professionals-page h1 {
    margin-top: 30px;
    font-size: 47px;
  }
  .health-professionals-page .content__inner .main-link {
    display: block;
    margin-bottom: 50px;
  }
  .health-professionals-page .content__inner .main-link .col {
    width: 100%;
  }
  .health-professionals-page .content__inner .main-link .col:first-child {
    margin-bottom: 50px;
  }
}
@media screen and (max-width: 375px) {
  .health-professionals-page .custom-link a {
    font-size: 22px;
  }
}
.flex {
  display: flex;
}
.content .searchForm .button {
  max-width: max-content;
  margin-left: auto;
}
.content .searchForm label {
  display: none;
}
.content .searchForm input[type="text"] {
  border-color: #d7ceb7;
  background-color: #f1efed;
  width: 100%;
  background-color: #f1f0ec;
  border: 1px solid #cbcac5;
  font-size: 19px;
  line-height: 19px;
  color: #00233a;
  font-weight: 300;
  font-family: "Inter";
  padding: 14px 23px 13px 23px;
  width: 100%;
}
.content .searchForm input[type="text"]:focus, .content .searchForm input[type="text"].focus-visible {
  border-color: transparent;
  outline: 1px solid #000;
}
.content .searchForm input[type="text"]::-webkit-input-placeholder {
  /* Edge */
  color: #00233a;
}
.content .searchForm input[type="text"]:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #00233a;
}
.content .searchForm input[type="text"]::placeholder {
  color: #00233a;
}
.search-page .content-wrapper {
  margin: 50px 0;
}
.relative {
  position: relative;
}
@media (max-width: 768.98px) {
  .search-page .content-wrapper {
    margin: 25px 0;
  }
  .content .searchForm .button {
    background-image: url(./images/icons/icon-search.svg);
    background-repeat: no-repeat;
    background-size: 40%;
    background-position: center;
    padding: 0;
    font-size: 19px;
    background-color: transparent;
    display: block;
    color: transparent;
    position: absolute;
    top: 0;
    right: 0;
  }
  .content .searchForm .button:focus {
    outline: unset;
    border: unset;
  }
  .content .searchForm input[type="text"] {
    max-width: 100%;
    padding-right: 58px;
  }
}
.about-page main .content-wrapper, .about-page main .content-page {
  padding-bottom: 0;
}
.about-page main .extra-content {
  margin-top: 36px;
  margin-bottom: 22px;
}
.about-page main .extra-content h3 {
  font-size: 32px;
  line-height: 42px;
  color: #004c83;
  font-weight: 500;
  font-family: "Oswald", sans-serif;
  text-transform: unset;
  margin-bottom: 12px;
}
.about-page main .extra-content h2 {
  font-size: 50px;
  line-height: 60px;
  color: #004c83;
  font-weight: 500;
  font-family: "Oswald", sans-serif;
  text-transform: unset;
  margin-bottom: 23px;
  margin-top: 42px;
}
.about-page main .extra-content__inner ul {
  margin-bottom: 27px;
}
.about-page main .button {
  font-size: 24px;
  line-height: 40px;
  padding: 15px 37.5px;
  margin-right: 15px;
  min-width: 281px;
  margin-bottom: 10px;
}
.about-page main p {
  font-size: 19px;
  line-height: 26px;
}
.about-page main ul {
  padding: 0;
  list-style: none;
  margin: 0;
}
.about-page main ul li {
  padding-left: 10px;
  position: relative;
  line-height: 34px;
  font-size: 19px;
}
.about-page main ul li:before {
  position: absolute;
  content: "•";
  top: 0;
  left: 0;
}
.staff {
  margin-bottom: 66px;
}
.staff:last-child {
  margin-bottom: 117px;
}
.staff-member h3 {
  font-size: 36px;
  line-height: 42px;
  border-bottom: 1px solid #d1d1d1;
  text-transform: unset;
  padding-bottom: 15px;
  margin-bottom: 49px;
  color: #98012e;
}
.staff-member p {
  margin: 0;
}
.staff-member .staff-list {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(max(calc(25% - 38px), 220px), 1fr));
  grid-gap: 38px 35px;
}
.staff-member .staff-item {
  display: flex;
  flex-direction: column;
}
.staff-member .staff-item__content {
  background-color: #f2f1ee;
  display: flex;
  flex-direction: column;
  padding: 16px 30px 27px 31px;
  height: 100%;
  min-height: 164px;
}
.staff-member .staff-item__name {
  font-size: 26px;
  line-height: 42px;
  color: #004c83;
  font-weight: 500;
  font-family: "Oswald", sans-serif;
  margin-bottom: 0;
}
.staff-member .staff-item__title {
  font-size: 17px;
  line-height: 25px;
  color: #344054;
  font-family: "Montserrat", sans-serif;
  margin-bottom: 0;
}
.staff-member .staff-item__more {
  margin-top: auto;
  font-size: 18px;
  line-height: 26px;
  color: #98012e;
  font-weight: 500;
  font-family: "Oswald", sans-serif;
}
.staff-member img {
  width: 100%;
  height: auto;
  display: flex;
  object-fit: cover;
  object-position: center;
}
@media (max-width: 768.98px) {
  .about-page main .content-wrapper, .about-page main .content-page {
    padding-bottom: 0;
  }
  .about-page main h1 {
    font-size: 30px;
    line-height: 33px;
  }
  .about-page main .button {
    padding: 5px 32.07px;
    font-size: 21px;
    min-width: 181px;
  }
  .about-page main .extra-content {
    margin-top: 0;
    margin-bottom: 22px;
  }
  .about-page main .extra-content h3 {
    font-size: 28px;
    line-height: 1.5em;
    text-transform: unset;
    margin-bottom: 12px;
  }
  .about-page main .extra-content h2 {
    font-size: 30px;
    line-height: 33px;
    margin-bottom: 23px;
    margin-top: 18px;
  }
  .about-page main .extra-content__inner ul {
    margin-bottom: 27px;
  }
  .staff-member h3 {
    font-size: 24px;
    margin-bottom: 24px;
  }
  .staff-member .staff-item__content {
    padding: 15px;
    min-height: 144px;
  }
  .staff-member .staff-list {
    grid-gap: 15px;
  }
  .staff {
    margin-bottom: 36px;
  }
  .staff:last-child {
    margin-bottom: 80px;
  }
}
@media (max-width: 480px) {
  .about-page main .button {
    padding: 3px 20.07px;
    font-size: 18px;
    min-width: 181px;
    min-height: 40px;
  }
}
/*# sourceMappingURL=/theme/scss_cache/1dc32608e3fec172105fe8f3031e9d9c.css.map */