@charset "UTF-8";
#flying-focus {
  position: absolute;
  margin: 0;
  background: transparent;
  -webkit-transition-property: left, top, width, height;
  transition-property: left, top, width, height;
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
  visibility: hidden;
  pointer-events: none;
  border: 1px solid #228833;
  -webkit-box-shadow: 0 0 5px #228833;
          box-shadow: 0 0 5px #228833;
  border-radius: 2px;
}

#flying-focus.flying-focus-visible {
  visibility: visible;
  z-index: 9999;
}

.flying-focus-target {
  outline: none !important;
}

.flying-focus-target::-moz-focus-inner {
  border: 0 !important;
}

.bottom-margin {
  margin-bottom: 30px;
}

.top-margin {
  margin-top: 30px;
}

.h-center {
  position: absolute;
  left: 50%;
  top: 0;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.v-center {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.icon-container-tall,
.icon-container-long {
  display: inline-block;
  margin-right: 0.35em;
  overflow: visible;
  position: relative;
  vertical-align: top;
  width: 1em;
  height: 1em;
}
.icon-container-tall img,
.icon-container-long img {
  width: 100%;
}

.icon-container-long img {
  height: 100%;
  width: auto;
}

.srt {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
}

.btn {
  border: 0;
  border-radius: 3em;
  cursor: pointer;
  display: inline-block;
  font-weight: 500;
  font-size: 1em;
  line-height: 1.3333333333em;
  padding: calc((2.5em - 1.3333333333em) / 2) 1.1111111111em;
  position: relative;
}
.btn-hidden {
  display: none;
}
.btn:focus {
  outline-width: 3px;
  outline-color: #228833;
  outline-style: solid;
  outline-offset: -6px;
}
.btn.long {
  padding-left: 2em;
  padding-right: 2em;
}
.btn.link, .btn.loadMore, .btn.search {
  padding-right: 3.3333333333em;
  text-decoration: none;
}
.btn.link::after, .btn.loadMore::after, .btn.search::after {
  display: inline-block;
  position: absolute;
  right: 1em;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  vertical-align: top;
  width: 1em;
}
.btn.back {
  padding-left: 3.3333333333em;
  padding-right: 1.1111111111em;
  text-align: right;
}
.btn.back::before {
  content: "";
  background-image: url(../svg/arrow-link.svg);
  background-repeat: no-repeat;
  background-position: center;
  height: 1.6666666667em;
  display: inline-block;
  position: absolute;
  left: 1em;
  top: 50%;
  -webkit-transform: translateY(-50%) rotate(180deg);
          transform: translateY(-50%) rotate(180deg);
  vertical-align: top;
  width: 1em;
}
.btn.back.purple::before {
  background-image: url(../svg/arrow-link-white.svg);
}
.btn.loadMore::after {
  content: "";
  background-image: url(../svg/arrow-link.svg);
  -webkit-transform: translateY(-50%) rotate(90deg);
          transform: translateY(-50%) rotate(90deg);
  background-repeat: no-repeat;
  background-position: center;
  height: 1.6666666667em;
}
.btn.search::after {
  content: "";
  background: url(../svg/search-white.svg);
  background-repeat: no-repeat;
  background-position: center;
  height: 1.6666666667em;
}
.btn.file::before {
  content: "";
  background-image: url(../svg/upload.svg);
  background-repeat: no-repeat;
  background-position: center;
  height: 1.6666666667em;
  display: inline-block;
  position: absolute;
  left: 1em;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  vertical-align: top;
  width: 1em;
}
.btn.yellow {
  background-color: #FFF31A;
  background-image: radial-gradient(#ffe343 0%, #ffe343 50%, transparent 50%, transparent 100%);
  background-repeat: no-repeat;
  background-size: 250% 500%;
  background-position: -50% 25%;
  -webkit-transition: background-position 0.3s ease;
  transition: background-position 0.3s ease;
}
.btn.yellow:hover {
  background-position: 50% 25%;
}
.btn.yellow.loading:hover {
  background-position: -50% 25%;
  cursor: default;
}
.btn.yellow.paypal {
  height: 2.5em;
  position: relative;
  text-align: center;
  width: 100%;
  margin-bottom: 60px;
  width: 33%;
}
.btn.yellow.paypal img {
  width: 5.5555555556em;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  left: 50%;
}
.btn.white {
  color: #340458;
  background-color: #fff;
  background-image: radial-gradient(#FFF31A 0%, #FFF31A 50%, transparent 50%, transparent 100%);
  background-repeat: no-repeat;
  background-size: 250% 500%;
  background-position: -50% 25%;
  -webkit-transition: background-position 0.3s ease;
  transition: background-position 0.3s ease;
}
.btn.white:hover {
  background-position: 50% 25%;
}
.btn.white.loading:hover {
  background-position: -50% 25%;
  cursor: default;
}
.btn.white.link::after {
  content: "";
  background-image: url(../svg/arrow-link.svg);
  background-repeat: no-repeat;
  background-position: center;
  height: 1.6666666667em;
}
.btn.purple.link::after, .btn.transparent.link::after, .btn.turquoise.link::after, .btn.black.link::after, .btn.darkgrey.link::after, .btn.pink.link::after {
  content: "";
  background-image: url(../svg/arrow-link-white.svg);
  background-repeat: no-repeat;
  background-position: center;
  height: 1.6666666667em;
}
.btn.purple {
  background-color: #340458;
  color: #fff;
  background-image: radial-gradient(#7B05E2 0%, #7B05E2 50%, transparent 50%, transparent 100%);
  background-repeat: no-repeat;
  background-size: 250% 500%;
  background-position: -50% 25%;
  -webkit-transition: background-position 0.3s ease;
  transition: background-position 0.3s ease;
}
.btn.purple:hover {
  background-position: 50% 25%;
}
.btn.purple.loading:hover {
  background-position: -50% 25%;
  cursor: default;
}
.btn.light-purple {
  background-color: #7B05E2;
  color: #fff;
  background-image: radial-gradient(#340458 0%, #340458 50%, transparent 50%, transparent 100%);
  background-repeat: no-repeat;
  background-size: 250% 500%;
  background-position: -50% 25%;
  -webkit-transition: background-position 0.3s ease;
  transition: background-position 0.3s ease;
}
.btn.light-purple:hover {
  background-position: 50% 25%;
}
.btn.light-purple.loading:hover {
  background-position: -50% 25%;
  cursor: default;
}
.btn.turquoise {
  background-color: #12F9C1;
  color: #340458;
  background-image: radial-gradient(#FFF31A 0%, #FFF31A 50%, transparent 50%, transparent 100%);
  background-repeat: no-repeat;
  background-size: 250% 500%;
  background-position: -50% 25%;
  -webkit-transition: background-position 0.3s ease;
  transition: background-position 0.3s ease;
}
.btn.turquoise:hover {
  background-position: 50% 25%;
}
.btn.turquoise.loading:hover {
  background-position: -50% 25%;
  cursor: default;
}
.btn.turquoise.link::after {
  background-image: url(../svg/arrow-link.svg);
}
.btn.turquoise.search::after {
  background: url(../svg/search.svg);
  background-repeat: no-repeat;
  background-position: center;
}
.btn.transparent {
  background-color: transparent;
  border: 1px solid #fff;
  background-image: radial-gradient(#7B05E2 0%, #7B05E2 50%, transparent 50%, transparent 100%);
  background-repeat: no-repeat;
  background-size: 250% 500%;
  background-position: -50% 25%;
  -webkit-transition: background-position 0.3s ease;
  transition: background-position 0.3s ease;
}
.btn.transparent:hover {
  background-position: 50% 25%;
}
.btn.transparent.loading:hover {
  background-position: -50% 25%;
  cursor: default;
}
.btn.transparent:hover {
  color: #fff;
}
.btn.transparent-purple {
  background-color: transparent;
  border: 1px solid #340458;
  color: #340458;
  background-image: radial-gradient(#FFF31A 0%, #FFF31A 50%, transparent 50%, transparent 100%);
  background-repeat: no-repeat;
  background-size: 250% 500%;
  background-position: -50% 25%;
  -webkit-transition: background-position 0.3s ease;
  transition: background-position 0.3s ease;
}
.btn.transparent-purple:hover {
  background-position: 50% 25%;
}
.btn.transparent-purple.loading:hover {
  background-position: -50% 25%;
  cursor: default;
}
.btn.transparent-purple.link::after {
  content: "";
  background-image: url(../svg/arrow-link.svg);
  background-repeat: no-repeat;
  background-position: center;
  height: 1.6666666667em;
}
.btn.black {
  background-color: #000;
  color: #fff;
  background-image: radial-gradient(#444 0%, #444 50%, transparent 50%, transparent 100%);
  background-repeat: no-repeat;
  background-size: 250% 500%;
  background-position: -50% 25%;
  -webkit-transition: background-position 0.3s ease;
  transition: background-position 0.3s ease;
}
.btn.black:hover {
  background-position: 50% 25%;
}
.btn.black.loading:hover {
  background-position: -50% 25%;
  cursor: default;
}
.btn.black.link::after {
  background-image: url(../svg/arrow-link-white.svg);
}
.btn.darkgrey {
  background-color: #444;
  color: #fff;
  background-image: radial-gradient(#696969 0%, #696969 50%, transparent 50%, transparent 100%);
  background-repeat: no-repeat;
  background-size: 250% 500%;
  background-position: -50% 25%;
  -webkit-transition: background-position 0.3s ease;
  transition: background-position 0.3s ease;
}
.btn.darkgrey:hover {
  background-position: 50% 25%;
}
.btn.darkgrey.loading:hover {
  background-position: -50% 25%;
  cursor: default;
}
.btn.darkgrey.link::after {
  background-image: url(../svg/arrow-link-white.svg);
}
.btn.pink {
  background-color: #FF7BC7;
  color: #340458;
  background-image: radial-gradient(#12F9C1 0%, #12F9C1 50%, transparent 50%, transparent 100%);
  background-repeat: no-repeat;
  background-size: 250% 500%;
  background-position: -50% 25%;
  -webkit-transition: background-position 0.3s ease;
  transition: background-position 0.3s ease;
}
.btn.pink:hover {
  background-position: 50% 25%;
}
.btn.pink.loading:hover {
  background-position: -50% 25%;
  cursor: default;
}
.btn.pink:focus {
  outline-width: 3px;
  outline-color: #228833;
  outline-style: solid;
  outline-offset: 0;
}

h1,
h2,
h3,
h4,
p,
legend {
  font-weight: 500;
  line-height: 1.2222222222em;
}
h1.underline,
h2.underline,
h3.underline,
h4.underline,
p.underline,
legend.underline {
  margin-bottom: 0.4285714286em;
  position: relative;
}

h1, h2 {
  font-family: "LabilGrotesk", sans-serif;
}

h1, h2, h3, h4, h5, h6 {
  color: var(--title-color, #7B05E2);
}

pre {
  line-height: 1.6666666667em;
}

div.underline {
  margin-bottom: 20px !important;
}

h1 {
  font-size: 1.9444444444em;
}

h2 {
  font-size: 1.6666666667em;
  margin-bottom: 0.3333333333em;
}
h2 .underline {
  margin-bottom: 0.4285714286em;
  position: relative;
}

h3,
legend {
  font-size: 1.3888888889em;
  margin-bottom: 0.4em;
}
h3 .underline,
legend .underline {
  margin-bottom: 0.4285714286em;
  position: relative;
}

h4 {
  font-size: 1em;
  margin-bottom: 0.5555555556em;
}
h4 .underline {
  margin-bottom: 0.4285714286em;
  position: relative;
}

p {
  font-size: 1em;
  font-weight: 400;
  line-height: 1.6666666667em;
}
p.underline {
  margin-bottom: 20px;
}

.txt_underline {
  text-decoration: underline;
}

.article-ribbon {
  height: 3.75em;
  position: absolute;
  right: 0;
  top: 0;
  -webkit-transform: scaleX(-1);
          transform: scaleX(-1);
  width: 3.75em;
  z-index: 3;
}

.article-loggedin-privacy {
  background: #340458;
  position: absolute;
  right: 0;
  padding: 10px 20px;
  border-bottom-left-radius: 25px;
  color: #fff;
}

.article-icon {
  max-width: 25px;
  vertical-align: middle;
  margin-right: 8px;
}

#main {
  position: relative;
}

.wrapper,
.content > .c-rich-text {
  max-width: 82.8125%;
  margin-left: auto;
  margin-right: auto;
  width: 37.7777777778em;
  width: 40em;
}
.wrapper--wide,
.content > .c-rich-text--wide {
  max-width: calc(100% - 2 * 50px);
  width: auto;
  max-width: calc(100% - 2 * 100px);
}
.wrapper--wide.rte,
.content > .c-rich-text--wide.rte {
  width: auto;
}

.content-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-top: 1px solid #ae9bbc;
}
.content-container .content {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  padding-top: 30px;
  padding-top: 50px;
}
.content-container .wrapper {
  width: auto;
  margin-left: auto;
  margin-right: auto;
  max-width: 82.8125%;
  width: 720px;
}

.fixed-container {
  bottom: 0;
  right: 0;
  position: fixed;
  width: 100%;
  z-index: 9999;
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
}
.fixed-container-aside {
  width: 396px;
}

.layout {
  padding: 0 250px;
  position: relative;
}
.layout.bottom-margin,
.layout .bottom-margin {
  margin-bottom: 30px;
}
.layout.no-padding {
  padding: 0;
}
.layout input[type=submit].right,
.layout button[type=submit].right {
  float: right;
}
.layout.actions {
  padding-bottom: 30px;
  padding-top: 30px;
}
.layout.actions .or,
.layout.actions input[type=submit],
.layout.actions button {
  width: 100%;
  width: 33%;
}
.layout.actions .cards {
  margin-bottom: 60px;
}
.layout.actions .or {
  display: block;
  margin-bottom: 20px;
  margin-top: 20px;
  text-align: center;
  text-align: center;
  display: inline-block;
  line-height: 2.5em;
  margin: 0;
  padding-left: 15%;
  vertical-align: top;
  width: auto;
}
.layout.actions .cards-container {
  bottom: -50px;
  position: absolute;
  left: 0;
  text-align: center;
  width: 100%;
}
.layout.actions .cards-container img {
  margin-right: 40px;
  vertical-align: middle;
  width: 2.2222222222em;
}
.layout.actions .cards-container img:last-child {
  margin-right: 0;
}
.layout-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.layout-flex .lg-col-auto {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -ms-flex-preferred-size: 0;
      flex-basis: 0;
  margin-right: 30px;
  position: relative;
}
.layout-flex .lg-col-auto:last-child {
  margin-right: 0;
}
.layout-flex .lg-col-fixed {
  -webkit-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
  position: relative;
}
.layout-flex .bottom {
  -ms-flex-item-align: end;
      align-self: flex-end;
}
.layout-flex .center {
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
}
.layout::after {
  content: "";
  clear: both;
  display: table;
}

.Page__row-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-top: 1px solid #ae9bbc;
}
.Page__column-aside {
  width: 33.3333%;
  min-width: 300px;
  background-color: #f4f0fa;
  border-right: 1px solid #ae9bbc;
}
.Page__column-expand {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
.Page__column-content {
  padding-top: 50px;
}

.form .btn {
  margin-top: 20px;
}
.form .btn.js-jobs-submit {
  margin-top: 10px;
}
.form .btn.js-search-page-submit,
.form .btn.file-label__trigger {
  margin-top: 0;
}
.form .hidden-input {
  display: none;
}
.form label {
  display: block;
  position: relative;
}
.form label a {
  color: #7B05E2;
  text-decoration: underline;
}
.form .label-checkbox {
  color: #444;
  cursor: pointer;
  line-height: 1.6666666667em;
  padding-left: 2em;
  position: relative;
}
.form .label-checkbox .custom,
.form .label-checkbox input {
  left: 0;
  top: 6px;
}
.form select {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  font-size: 1em;
  line-height: 1.5em;
  background: url(../svg/arrow.svg) right 1em center/0.85em no-repeat #fff;
}
.form input:not([type=radio]):not([type=checkbox]):not([type=submit]):not(.donation-plus):not(.donation-minus):not(.donation-qty),
.form select {
  border: 2px solid #340458;
  border-radius: 2.5em;
  padding: 0.5em 2em 0.5em 1em;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  height: 2.5em;
  margin-top: 10px;
  width: 100%;
}
.form input:not([type=radio]):not([type=checkbox]):not([type=submit]):not(.donation-plus):not(.donation-minus):not(.donation-qty)::-webkit-input-placeholder, .form select::-webkit-input-placeholder {
  color: #595959;
  opacity: 1;
}
.form input:not([type=radio]):not([type=checkbox]):not([type=submit]):not(.donation-plus):not(.donation-minus):not(.donation-qty)::-moz-placeholder, .form select::-moz-placeholder {
  color: #595959;
  opacity: 1;
}
.form input:not([type=radio]):not([type=checkbox]):not([type=submit]):not(.donation-plus):not(.donation-minus):not(.donation-qty):-ms-input-placeholder, .form select:-ms-input-placeholder {
  color: #595959;
  opacity: 1;
}
.form input:not([type=radio]):not([type=checkbox]):not([type=submit]):not(.donation-plus):not(.donation-minus):not(.donation-qty)::-ms-input-placeholder, .form select::-ms-input-placeholder {
  color: #595959;
  opacity: 1;
}
.form input:not([type=radio]):not([type=checkbox]):not([type=submit]):not(.donation-plus):not(.donation-minus):not(.donation-qty)::placeholder,
.form select::placeholder {
  color: #595959;
  opacity: 1;
}
.form input:not([type=radio]):not([type=checkbox]):not([type=submit]):not(.donation-plus):not(.donation-minus):not(.donation-qty).Contribution__input, .form input:not([type=radio]):not([type=checkbox]):not([type=submit]):not(.donation-plus):not(.donation-minus):not(.donation-qty).FNewsletter__input,
.form select.Contribution__input,
.form select.FNewsletter__input {
  height: calc(2.5em + 4px);
}
.form .StripeElement:not(.js-donation-wallet) {
  border: 1px solid #595959;
  border-radius: 2.5em;
  padding: 0.6em 2em 0.4em 1em;
  height: 2.5em;
  margin-top: 10px;
  width: 100%;
}
.form input[type=radio],
.form input[type=checkbox] {
  cursor: pointer;
  position: absolute;
}
.form input[type=radio] + .custom::after,
.form input[type=checkbox] + .custom::after {
  content: "";
}
.form input[type=radio] + .custom,
.form input[type=checkbox] + .custom {
  cursor: pointer;
  position: absolute;
  width: 20px;
  height: 20px;
  background: white;
  display: block;
  margin-right: 10px;
  border: 1px solid #595959;
  border-radius: 3px;
  z-index: 1;
}
.form input[type=radio]:checked + .custom,
.form input[type=checkbox]:checked + .custom {
  background: #340458;
}
.form input[type=radio]:checked + .custom::after,
.form input[type=checkbox]:checked + .custom::after {
  content: "";
  display: inline-block;
  width: 10px;
  height: 6px;
  border-bottom: 2px solid #fff;
  border-left: 2px solid #fff;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  -webkit-transform-origin: center;
          transform-origin: center;
  position: absolute;
  z-index: 2;
  top: 4px;
  left: 4px;
}
.form input[type=radio]:hover + .custom::after,
.form input[type=checkbox]:hover + .custom::after {
  content: "";
  display: inline-block;
  width: 10px;
  height: 6px;
  border-bottom: 2px solid #fff;
  border-left: 2px solid #fff;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  -webkit-transform-origin: center;
          transform-origin: center;
  position: absolute;
  z-index: 2;
  top: 4px;
  left: 4px;
}
.form input[type=radio]:hover:not(:checked) + .custom::after,
.form input[type=checkbox]:hover:not(:checked) + .custom::after {
  border-bottom: 2px solid #ae9bbc;
  border-left: 2px solid #ae9bbc;
}
.form input[type=radio]:focus + .custom,
.form input[type=checkbox]:focus + .custom {
  outline-width: 3px;
  outline-color: #228833;
  outline-style: solid;
  outline-offset: 0;
}
.form input[type=radio] + .custom {
  border-radius: 50%;
  -webkit-box-shadow: 0 0 0 3px #fff;
          box-shadow: 0 0 0 3px #fff;
}
.form input[type=radio]:checked + .custom::after {
  background: #fff;
  border-radius: 50%;
  height: 10px;
}
.form input[type=radio]:hover + .custom::after {
  background: #fff;
  border-radius: 50%;
  height: 10px;
}
.form input[type=radio]:hover:not(:checked) + .custom::after {
  background: #ae9bbc;
}
.form textarea {
  border-radius: 0;
  font-size: 1em;
  font-family: inherit;
  line-height: 1.6666666667em;
  margin-top: 10px;
  padding: 5px 10px;
  width: 100%;
  max-width: 100%;
}
.form .error input:not([type=radio]):not([type=checkbox]):not(.donation-plus):not(.donation-minus):not(.donation-qty),
.form .error select,
.form .error .StripeElement {
  border: 1px solid #b21121;
}
.form .error label {
  color: #b21121;
  position: relative;
}
.form .error label::before {
  content: url("../svg/error.svg");
  height: 1em;
  width: 1em;
  position: absolute;
  top: 0;
  right: 20px;
}
.form .required::after {
  content: "*";
}
.form .bordered-fields input, .form .bordered-fields .custom {
  left: 250px;
}
.form .bordered-fields .lead-label {
  border-top: 1px solid #ae9bbc;
  font-weight: 400;
  font-size: 1em;
  margin-bottom: 0;
  padding: 20px 250px;
  width: 100%;
}
.form .bordered-fields label {
  border-top: 1px solid #ae9bbc;
  padding: 20px 250px 20px calc(250px + 2em);
}
.form .bordered-fields label:last-of-type {
  border-bottom: 1px solid #ae9bbc;
}
.form .bordered-fields.error .lead-label {
  padding: 20px calc(250px + 2 * 20px) 20px 250px;
}
.form .bordered-fields.error label::before {
  content: "";
}
.form .bordered-fields.error legend {
  color: #b21121;
  position: relative;
}
.form .bordered-fields.error legend::before {
  content: url("../svg/error.svg");
  height: 1em;
  width: 1em;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: calc(250px + 20px);
}
.form .file-label {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #fff;
  border-radius: 1.25em;
  border: 1px solid #767676;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 2.5em;
  margin-top: 10px;
}
.form .file-label__trigger {
  background: #340458;
  border-radius: 1.25em;
  color: white;
  display: inline-block;
  font-weight: 500;
  line-height: 2.5em;
  margin-right: 1em;
  padding: 0 1em 0 3em;
}
.form .file-label__text {
  color: #595959;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.form .file-label__text.has-padding {
  padding: 0.5em 2em 0.5em 1em;
}
.form .file-label .btn {
  margin-top: 0;
}
.form .file-upload {
  position: relative;
}
.form .file-upload.error .file-label {
  border-color: #b21121;
}
.form .file-upload.error .file-label::before {
  content: none;
}
.form .file-upload input[type=file]:focus {
  outline: none;
}
.form .file-upload input[type=file]:focus ~ .file-label {
  outline-width: 3px;
  outline-color: #228833;
  outline-style: solid;
  outline-offset: 0;
}
.form .wrapper {
  margin-left: 250px;
}
.form .input-validation-error {
  border: 1px solid #b21121 !important;
}
.form .input-validation-error + div select {
  border: 1px solid #b21121 !important;
}
.form .field-validation-error {
  color: #b21121;
  display: block;
  font-size: 0.8888888889em;
  margin-top: 5px;
}
.form .bordered-fields .field-validation-error {
  padding: 0 250px;
}

.Postcode__manual-addr {
  background: 0;
  cursor: pointer;
  font-weight: 500;
  padding: 0;
  height: 2.5em;
  text-decoration: underline;
}
.hidden-input ~ .Postcode__manual-addr {
  -webkit-transform: translateY(50%);
          transform: translateY(50%);
}
.Postcode__addr-list-container {
  max-width: calc(50% - 30px / 2);
}
.Postcode__addr-list-inner {
  border: 1px solid #ae9bbc;
  border-radius: 25px;
  overflow: hidden;
  margin-top: 10px;
}
.Postcode__addr-list-label {
  line-height: 1;
}
.Postcode__addr-list {
  height: 15em;
  overflow: auto;
  width: calc(100% + 10px);
}
.Postcode__addr-list li {
  cursor: pointer;
  line-height: 30px;
  overflow: hidden;
  padding: 0 20px;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.Postcode__addr-list .selected {
  background-color: #ae9bbc;
}

.rte {
  color: #444;
}
.rte p {
  line-height: 1.75em;
  margin-bottom: 1.1111111111em;
}
.rte p:last-child {
  margin-bottom: 0;
}
.rte a {
  color: #7B05E2;
  font-weight: 500;
  text-decoration: underline;
}
.rte a.btn {
  text-decoration: none;
}
.rte img {
  max-width: 100%;
}
.rte > img {
  height: auto;
}
.rte ol,
.rte ul {
  line-height: 1.6666666667em;
}
.rte ol li,
.rte ul li {
  padding-left: 1.6666666667em;
  position: relative;
  margin-bottom: 20px;
  word-wrap: break-word;
}
.rte ol li::before,
.rte ul li::before {
  content: "•";
  color: #7B05E2;
  font-size: 2.5rem;
  position: absolute;
  left: 0;
  -webkit-transform: translateY(-6%);
          transform: translateY(-6%);
}
.rte ol ul li::before,
.rte ul ul li::before {
  content: "◦";
}
.rte ol {
  counter-reset: olist;
}
.rte ol li {
  padding-left: 2.2222222222em;
}
.rte ol li::before {
  border: 2px solid #7B05E2;
  border-radius: 50%;
  color: #7B05E2;
  counter-increment: olist;
  content: counter(olist);
  font-size: 0.6666666667rem;
  font-weight: 500;
  line-height: 1.1em;
  padding: 0.25rem 0;
  top: 3px;
  text-align: center;
  height: 1.4166666667rem;
  width: 1.4166666667rem;
  -webkit-transform: none;
          transform: none;
}
.rte h1,
.rte h2,
.rte h3,
.rte h4 {
  color: var(--rte-title-color, #7B05E2);
  font-weight: 500;
  line-height: 1.2222222222em;
}
.rte h1,
.rte h2,
.rte h3 {
  position: relative;
}
.rte h1 {
  font-size: 1.9444444444em;
  margin-bottom: 0.2857142857em;
}
.rte h2 {
  font-size: 1.6666666667em;
  margin-bottom: 0.3333333333em;
}
.rte h3 {
  font-size: 1.3888888889em;
  margin-bottom: 0.4em;
}
.rte h4 {
  line-height: 1.6666666667em;
}
.rte table {
  width: 100%;
  max-width: 100%;
  border-collapse: collapse;
}
.rte table td,
.rte table th {
  border: 4px solid #fff;
  line-height: 1.6666666667em;
  padding: 15px 20px;
  text-align: left;
}
.rte table td {
  background: #f4f0fa;
  overflow: hidden;
}
.rte table th {
  background: rgba(52, 4, 88, 0.15);
  color: #340458;
  font-weight: 500;
}
.rte table.table-compact {
  font-size: 0.75rem;
}
.rte table.table-compact td,
.rte table.table-compact th {
  line-height: 1.3333333333em;
  padding: 8px;
  border-width: 2px;
}
.rte table.table-sticky thead {
  position: sticky;
  top: 0;
  z-index: 10;
}
.rte table.table-sticky thead th {
  background-color: #E1DAE6;
}
.rte .rTable {
  padding: 0;
  margin-bottom: 30px;
  line-height: 1.6666666667em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.rte .rTable--2cols .rTable__cell {
  width: 50%;
}
.rte .rTable--2cols.horizontal .rTable__cell {
  width: 75%;
}
.rte .rTable--2cols.horizontal .rTable__cell--head {
  width: 25%;
}
.rte .rTable__cell {
  background: #f4f0fa;
  border-bottom: 2px solid #fff;
  border-top: 2px solid #fff;
  overflow: hidden;
  padding: 15px 20px;
  border: 2px solid #fff;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
.rte .rTable__cell--head {
  background: rgba(52, 4, 88, 0.15);
  color: #340458;
  font-weight: 500;
}

*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

*:focus {
  outline-width: 3px;
  outline-color: #228833;
  outline-style: solid;
  outline-offset: 0;
}

html {
  font-size: 1.125em;
}

body {
  padding-bottom: 0 !important;
  background: #fff;
  color: #340458;
  font-family: "Hargreaves", sans-serif;
  background: #f6f3fa;
}

.container {
  background: #fff;
  margin: 0 auto;
  max-width: 77.7777777778em;
  position: relative;
}

a,
button,
input,
select {
  border: 0;
  color: inherit;
  font-family: inherit;
  line-height: 1em;
  margin: 0;
  padding: 0;
  text-align: inherit;
  text-decoration: inherit;
}

button,
input {
  font-size: 1em;
}

button {
  background: transparent;
}

input::-webkit-input-placeholder {
  line-height: normal !important;
}

input::-moz-placeholder {
  line-height: normal !important;
}

input:-ms-input-placeholder {
  line-height: normal !important;
}

input::-ms-input-placeholder {
  line-height: normal !important;
}

input::placeholder {
  line-height: normal !important;
}

.noscroll {
  position: fixed;
  width: 100%;
}

.clearfix::after {
  content: "";
  clear: both;
  display: table;
}

.Breadcrumb {
  font-size: 0.8888888889em;
  padding-left: 15px;
  position: relative;
  padding-left: 50px;
}
.Breadcrumb__list {
  margin-bottom: 10px;
}
.Breadcrumb__list::after {
  background: -webkit-gradient(linear, right top, left top, from(rgba(255, 255, 255, 0.9)), to(rgba(255, 255, 255, 0)));
  background: linear-gradient(to left, rgba(255, 255, 255, 0.9), rgba(255, 255, 255, 0));
  content: "";
  height: 100%;
  pointer-events: none;
  position: absolute;
  right: 0;
  top: 0;
  width: 33.3333333333%;
  display: none;
}
.Breadcrumb__item, .Breadcrumb__anchor {
  display: inline-block;
}
.Breadcrumb__item {
  padding: 5px 0 5px 5px;
}
.Breadcrumb__item a {
  text-decoration: underline;
}
.Breadcrumb__item:not(:last-child) {
  color: #7B05E2;
  margin-right: 1em;
}
.Breadcrumb__item:not(:last-child)::after {
  content: "";
  border-bottom: 1px solid #340458;
  border-right: 1px solid #340458;
  display: inline-block;
  height: 0.3333333333em;
  margin-left: 1em;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  vertical-align: middle;
  width: 0.3333333333em;
}
.Breadcrumb__item:last-child {
  color: #444;
}
.Breadcrumb__anchor {
  padding: calc(20px - 5px) 0;
}

ins.dcmads {
  display: none !important;
}

.PageItem {
  margin-bottom: 1.6666666667em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.PageItem__internal {
  height: 2.5em;
  position: absolute;
  right: 0;
  top: 0;
  -webkit-transform: scaleX(-1);
          transform: scaleX(-1);
  width: 2.5em;
}
.PageItem__content {
  position: relative;
  padding: 20px 20px;
}
.PageItem .PageItem__title {
  font-size: 1.3888888889em;
  margin-bottom: 0.4em;
}
.PageItem__item .PageItem__title {
  margin-bottom: 30px;
  margin-bottom: 0.4em;
}
.PageItem__item {
  background: #FAF9F6;
  display: block;
  margin: 0 0 1.6666666667em;
  overflow: hidden;
  position: relative;
  -webkit-transition: background 0.2s linear;
  transition: background 0.2s linear;
  margin: 0 1.6666666667em 0 0;
  -ms-flex-preferred-size: calc(50% - 1.6666666667em / 2);
      flex-basis: calc(50% - 1.6666666667em / 2);
}
.PageItem__item:last-child {
  margin-right: 0;
}
.PageItem__visual {
  background: #340458;
  overflow: hidden;
  padding-top: 56.25%;
  position: relative;
}
.PageItem__img {
  height: 100%;
  -webkit-transition: -webkit-transform 0.15s ease-out;
  transition: -webkit-transform 0.15s ease-out;
  transition: transform 0.15s ease-out;
  transition: transform 0.15s ease-out, -webkit-transform 0.15s ease-out;
}
.PageItem__type {
  bottom: 0;
  font-weight: 500;
  left: 0;
  line-height: 1em;
  padding: 0.8333333333em;
  position: absolute;
}
.PageItem__type--story {
  color: #fff;
  background: #340458;
}
.PageItem__type--inside, .PageItem__type--event {
  background: #FFF31A;
}
.PageItem__type--campaign {
  background: #12F9C1;
}
.PageItem__type--news {
  color: #fff;
  background: #340458;
}
.PageItem__item:not(.promoted):not(.PageItem__text--no-hide) .PageItem__text {
  display: none;
  display: block;
}
.PageItem__link {
  position: absolute;
  bottom: 20px;
}
.PageItem__event-item {
  line-height: 1.6666666667em;
  margin-bottom: 20px;
  padding-left: 2.2222222222em;
  position: relative;
}
.PageItem__event-img-container {
  display: inline;
  height: 1.6666666667em;
  vertical-align: top;
}
.PageItem__event-img-container img {
  left: 0;
  position: absolute;
  width: 1.8em;
}

.PageItemListing {
  padding: 0 50px;
  padding: 0 100px;
}
.PageItemListing__matchLabel {
  color: #444;
  margin-bottom: 30px;
}
.PageItemListing__hot .PageItem__item {
  width: 50%;
}
.PageItemListing__top .PageItem__item {
  max-width: calc((100% - 1.6666666667em * 2) / 3);
}
.PageItemListing__loadMore {
  position: relative;
  text-align: center;
}
.PageItemListing__loadMore.hidden {
  display: none;
}
.PageItemListing__loadMore.loading .btn {
  opacity: 0;
  visibility: hidden;
}
.PageItemListing__spinner {
  display: none;
  height: 1.6666666667em;
  left: 50%;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 1.6666666667em;
}
.loading .PageItemListing__spinner {
  display: block;
}
.PageItemListing__spinner:focus {
  outline: none;
}

.GiftAid__container {
  padding: 20px 250px;
  padding: 0 calc(100% - (720px + 250px)) 0 250px;
}
.GiftAid__top {
  position: relative;
  background: #f4f0fa;
  border-bottom: 1px solid #ae9bbc;
  border-top: 1px solid #ae9bbc;
  padding: 20px 250px;
  padding: 20px calc(100% - (720px + 250px)) 20px 250px;
}
.GiftAid__top .label-checkbox {
  margin-bottom: 10px;
}
.GiftAid__text {
  margin-bottom: 20px;
}
.GiftAid__small {
  font-size: 0.7777777778em;
}
.GiftAid__visual {
  background: #340458;
  overflow: hidden;
  position: relative;
  max-width: 16.6666666667em;
}
.GiftAid__amount {
  background: #12F9C1;
  font-size: 1.1111111111em;
  font-weight: 500;
  padding: 15px 0;
  text-align: center;
  width: 34%;
}
.GiftAid__img {
  position: absolute;
  right: 250px;
  height: 2.1111111111em;
  top: 20px;
  right: calc(100% - (720px + 250px));
}
.GiftAid__checkbox {
  left: 0;
}

.InTouch__top {
  padding: 20px 250px;
  padding: 20px calc(100% - (720px + 250px)) 20px 250px;
}
.InTouch__small {
  border-bottom: 1px solid #ae9bbc;
  padding: 20px 250px;
  padding: 20px calc(100% - (720px + 250px)) 30px 250px;
}

.CallToAction.centered {
  text-align: center;
}
.CallToAction a:not(.link) {
  padding-left: 50px;
  padding-right: 50px;
}
.CallToAction.purple {
  background: #340458;
}
.CallToAction.light-purple {
  background: #7B05E2;
}
.CallToAction.purple, .CallToAction.light-purple {
  padding-bottom: 30px;
}
.CallToAction:not(.wrapper) {
  padding-left: 8.59375%;
  padding-right: 8.59375%;
  padding-left: calc((100vw - 680px) / 2);
  padding-right: calc((100vw - 680px) / 2);
  padding-left: calc((100vw - 720px) / 2);
  padding-right: calc((100vw - 720px) / 2);
}
@media (min-width: 1400px) {
  .CallToAction:not(.wrapper) {
    padding-left: 340px;
    padding-right: 340px;
  }
}

.Popup {
  background: rgba(52, 4, 88, 0.7);
  height: 100vh;
  left: 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 99999;
}
.Popup__box {
  background: #f4f0fa;
  left: 50%;
  max-width: 600px;
  overflow: hidden;
  padding: 20px;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: calc(100% - 250px * 2);
}
.Popup__title .error {
  height: 38px;
  vertical-align: top;
}

.TopBar {
  border-bottom: 1px solid #ae9bbc;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 3.3333333333em;
}
.TopBar__links {
  display: none;
}
.TopBar__user {
  display: block;
  height: 100%;
}
.TopBar__user button {
  height: 100%;
  padding-left: 20px;
  width: 100%;
}
.TopBar__user-container {
  background-color: #f4f0fa;
  display: inline-block;
  height: 3.3333333333em;
  overflow: hidden;
  text-overflow: ellipsis;
  vertical-align: top;
  width: calc(100% - 6.6666666667em);
  white-space: nowrap;
  height: auto;
}
.TopBar__user-container .light-icon {
  display: none;
}
.TopBar__user-dropdown-container {
  display: none;
}
.TopBar__close-handle {
  color: #340458;
  background-color: #f4f0fa;
  display: inline-block;
  font-weight: 500;
  margin-left: auto;
  margin-right: 0;
  padding: 1.1666666667em 0 1.1666666667em 20px;
  width: 6.6666666667em;
}
.TopBar__close-handle .icon-container-long {
  position: absolute;
  margin: 0;
  right: 1em;
}
.TopBar__search {
  border-right: 1px solid #ae9bbc;
  position: relative;
  -webkit-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
  width: 8.3333333333em;
}
.TopBar__search label {
  color: #595959;
  left: 0;
  padding: 1.1666666667em 40px 1.1666666667em 30px;
  width: 100%;
}
.TopBar__search label::after {
  content: "...";
}
.TopBar__search input {
  background-color: #fff;
  border-top: 1px solid #ae9bbc;
  padding: 0.8888888889em 40px 0.8888888889em 30px;
  width: 100%;
}
.TopBar__search input:focus + label, .TopBar__search input:valid + label {
  display: none;
}
.TopBar__search img {
  width: 1.25em;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.TopBar__search--combobox {
  height: 100%;
}
.TopBar__search--typeahead {
  position: absolute;
  background: #fff;
  border: 1px solid #595959;
  border-top: none;
  z-index: 99999;
  min-width: 240px;
}
.TopBar__search--typeahead.hidden {
  display: none;
}
.TopBar__search--typeahead li {
  cursor: pointer;
  padding: 0.5em 2em 0.5em 1em;
  display: block;
  min-height: 2.5em;
  line-height: 1.5em;
  width: 100%;
  overflow: hidden;
}
.TopBar__search--typeahead li.active {
  background: #f4f0fa;
}
.search-open .TopBar__search {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  z-index: 5;
}
.TopBar__arrow {
  display: none;
}
.TopBar.search-open::after {
  background: rgba(52, 4, 88, 0.7);
  content: "";
  display: block;
  height: 100%;
  left: 0;
  position: fixed;
  width: 100%;
  z-index: 4;
}
.TopBar__links, .TopBar__search {
  border-left: 1px solid #ae9bbc;
  -webkit-transition: ease-out 0.3s;
  transition: ease-out 0.3s;
}
.TopBar__links {
  display: inline-block;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  padding: 1em 30px;
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}
.TopBar__links a {
  margin-right: 1.5em;
}
.TopBar__links a:last-child {
  margin-right: 0;
}
.TopBar__links a:hover {
  text-decoration: underline;
}
.search-open .TopBar__links {
  -webkit-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
}
.TopBar__search {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}
.TopBar__search input {
  border-bottom: 0;
  border-top: 0;
  height: 100%;
}
.TopBar__search input:focus {
  outline: 2px solid #12F9C1;
}
.TopBar__search label {
  color: #340458;
  cursor: text;
  padding: 1.0277777778em 40px 1.0277777778em 30px;
}
.TopBar__search label::after {
  display: none;
}
.TopBar__search:focus {
  -webkit-box-shadow: inset 0 0 0 3px #228833;
          box-shadow: inset 0 0 0 3px #228833;
  outline: none;
}
.TopBar__search:focus input {
  background: transparent;
}
.TopBar__user-dropdown {
  padding: 20px;
}
.TopBar__user-dropdown-container {
  background: #340458;
  bottom: 0;
  display: none;
  overflow: hidden;
  position: absolute;
  right: 0;
  -webkit-transform: translateY(100%);
          transform: translateY(100%);
  z-index: 3;
}
.TopBar__arrow {
  display: inline-block;
  height: 1em;
  position: absolute;
  right: 20px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: -webkit-transform linear 0.2s;
  transition: -webkit-transform linear 0.2s;
  transition: transform linear 0.2s;
  transition: transform linear 0.2s, -webkit-transform linear 0.2s;
}
.TopBar__user-container {
  background-image: linear-gradient(50deg, #340458 0%, #7B05E2 200%);
  -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
          order: 3;
  overflow: visible;
  position: relative;
  width: auto;
  -webkit-transition: -webkit-box-shadow 0.2s linear;
  transition: -webkit-box-shadow 0.2s linear;
  transition: box-shadow 0.2s linear;
  transition: box-shadow 0.2s linear, -webkit-box-shadow 0.2s linear;
}
.TopBar__user-container .light-icon {
  display: inline-block;
}
.TopBar__user-container .dark-icon {
  display: none;
}
.TopBar__user-container.opened, .TopBar__user-container:hover, .TopBar__user-container:focus {
  -webkit-box-shadow: inset 0 -5px 0 #FFF31A;
          box-shadow: inset 0 -5px 0 #FFF31A;
}
.TopBar__user-container.opened .TopBar__user-dropdown-container, .TopBar__user-container:hover .TopBar__user-dropdown-container {
  display: block;
}
.TopBar__user-container.opened .TopBar__arrow, .TopBar__user-container:hover .TopBar__arrow {
  -webkit-transform: translateY(-50%) rotate(180deg);
          transform: translateY(-50%) rotate(180deg);
}
.TopBar__user {
  color: #fff;
  outline-offset: -3px;
  position: relative;
}
.TopBar__user button {
  cursor: pointer;
  padding: 0 50px;
}
.TopBar__login {
  display: block;
}
.TopBar__close-handle {
  display: none;
}
.TopBar__search-submit {
  background: transparent;
  height: 100%;
  position: absolute;
  right: 0;
  text-align: center;
  top: 0;
  width: 3.0555555556em;
  cursor: pointer;
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s;
}
.search-open .TopBar__search-submit, .TopBar__search-submit:focus {
  background-color: #12F9C1;
}
.TopBar__search-submit:focus {
  outline: 2px solid #340458;
}

.BrandBanner {
  display: none;
  display: inline-block;
  width: 100%;
  padding: 30px;
  background: #f4f0fa;
  position: relative;
  text-align: right;
  overflow: hidden;
  padding: 35px;
}
.BrandBanner__logo {
  display: none;
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 30px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 12.9444444444em;
  width: 13.5em;
}
.BrandBanner__logo img {
  display: block;
  max-width: 100%;
}
.BrandBanner__cta {
  display: block;
  margin: 0 auto 1em 0;
  width: 100%;
  display: inline-block;
  margin: 0 20px 0 0;
  width: auto;
  background-image: radial-gradient(#FFF31A 0%, #FFF31A 50%, transparent 50%, transparent 100%);
  background-repeat: no-repeat;
  background-size: 250% 500%;
  background-position: -50% 25%;
  -webkit-transition: background-position 0.3s ease;
  transition: background-position 0.3s ease;
  font-size: 1.0555555556em;
}
.BrandBanner__cta:last-child {
  margin-bottom: 0;
}
.BrandBanner__cta:hover {
  background-position: 50% 25%;
}
.BrandBanner__cta.loading:hover {
  background-position: -50% 25%;
  cursor: default;
}
.BrandBanner__cta.white {
  background: #340458;
  color: #fff;
  background-image: radial-gradient(#7B05E2 0%, #7B05E2 50%, transparent 50%, transparent 100%);
  background-repeat: no-repeat;
  background-size: 250% 500%;
  background-position: -50% 25%;
  -webkit-transition: background-position 0.3s ease;
  transition: background-position 0.3s ease;
}
.BrandBanner__cta.white:hover {
  background-position: 50% 25%;
}
.BrandBanner__cta.white.loading:hover {
  background-position: -50% 25%;
  cursor: default;
}
.BrandBanner__cta:last-child {
  margin-right: 0;
}
.BrandBanner .top-left {
  display: none;
}
.BrandBanner .NavigationButtons {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  background-color: transparent;
  padding: 0;
}
.BrandBanner .NavigationButtons__btn {
  display: inline-block;
  width: auto;
  min-width: 0;
  margin: 0 20px 0 0;
}
.BrandBanner .NavigationButtons__btn:last-child {
  margin-right: 0;
}

.MainNavigation__list {
  border-top: 1px solid #ae9bbc;
  list-style-type: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-right: 1px solid #ae9bbc;
}
.MainNavigation__item {
  text-align: left;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  position: relative;
  text-align: center;
}
.MainNavigation__item-mobile {
  display: none;
}
.MainNavigation__subwrapper {
  position: relative;
}
.MainNavigation__subwrapper.opened ul {
  display: block;
}
.MainNavigation__subwrapper.opened img {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.MainNavigation__subwrapper:hover ul {
  display: block;
}
.MainNavigation__subwrapper:hover img {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.MainNavigation__sublist {
  background: #f4f0fa;
  display: none;
  list-style-type: none;
  min-width: calc(100% + 1px);
  position: absolute;
  top: calc(1em + 2.3333333333em + 1px);
  z-index: 4;
}
.MainNavigation__handle, .MainNavigation__link {
  border-bottom: 1px solid #ae9bbc;
  color: inherit;
  display: inline-block;
  outline-offset: -3px;
  padding: 1.3em 2em 1.3em 25px;
  width: 100%;
  border-left: 1px solid #ae9bbc;
  padding: 1.1666666667em 0.5em;
  -webkit-transition: -webkit-box-shadow 0.2s linear;
  transition: -webkit-box-shadow 0.2s linear;
  transition: box-shadow 0.2s linear;
  transition: box-shadow 0.2s linear, -webkit-box-shadow 0.2s linear;
}
.MainNavigation__handle.current, .MainNavigation__link.current {
  background: #f4f0fa;
  -webkit-box-shadow: inset 0 -5px 0 #7B05E2;
          box-shadow: inset 0 -5px 0 #7B05E2;
}
.MainNavigation__handle:hover, .MainNavigation__handle:focus, .MainNavigation__link:hover, .MainNavigation__link:focus {
  -webkit-box-shadow: inset 0 -5px 0 #7B05E2;
          box-shadow: inset 0 -5px 0 #7B05E2;
}
.MainNavigation__handle {
  background: none;
  cursor: pointer;
  margin: 0;
}
.MainNavigation__subitem {
  white-space: nowrap;
  text-align: left;
}
.MainNavigation__link--sub {
  padding-left: 50px;
}
.MainNavigation__link--sub {
  border-right: 1px solid #ae9bbc;
  padding-left: 1em;
  padding-right: 1em;
}
.MainNavigation__prefix-icon, .MainNavigation__postfix-icon {
  position: absolute;
  right: 1em;
  height: 1em;
  vertical-align: top;
  -webkit-transition: -webkit-transform linear 0.2s;
  transition: -webkit-transform linear 0.2s;
  transition: transform linear 0.2s;
  transition: transform linear 0.2s, -webkit-transform linear 0.2s;
  position: static;
}
.MainNavigation__prefix-icon.link, .MainNavigation__postfix-icon.link {
  height: 0.75em;
}
.MainNavigation__postfix-icon {
  display: none;
}
.MainNavigation__handle .MainNavigation__postfix-icon {
  display: inline-block;
}

.LoginButton {
  background: #f4f0fa;
  padding: 15px;
  display: none;
}
.LoginButton__button {
  display: inline-block;
  text-align: center;
  width: 100%;
}
.LoginButton__icon {
  margin-right: 0.85em;
}

.HeaderModule {
  text-decoration: none;
}
.HeaderModule__mobile-overlay {
  background-color: #fff;
  display: none;
  overflow-y: scroll;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  display: block;
  position: static;
  overflow-y: visible;
}
.HeaderModule__mobile-overlay.opened {
  display: block;
  z-index: 99999;
}

.Navbar {
  position: relative;
  background-color: #f4f0fa;
  display: none;
}
.Navbar__logo, .Navbar__handle {
  display: inline-block;
  vertical-align: middle;
}
.Navbar__logo {
  font-size: 1.9444444444em;
  line-height: 1em;
  padding: 0 15px;
  width: calc(100% - 3.4285714286em);
}
.Navbar__logo img {
  height: 1.0285714286em;
}
.Navbar__handle {
  color: #340458;
  font-weight: 500;
  padding: 1.1666666667em 0 1.1666666667em 20px;
  width: 6.6666666667em;
}
.Navbar__handle .icon-container-long {
  width: 1.85em;
}
.Navbar__handle .icon-container-long img {
  height: auto;
  width: 100%;
}

.NavigationButtons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-color: #f4f0fa;
  text-align: center;
  padding: 20px 20px 0 20px;
  display: none;
}
@media (max-width: 720px) {
  .NavigationButtons {
    display: inline-block;
  }
}
.NavigationButtons__btn {
  display: inline-block;
  width: 100%;
  min-width: 200px;
  margin: 0 20px 20px 0;
}
.NavigationButtons__btn:last-child {
  margin-right: 0;
}

.FContacts {
  display: contents;
}
.FContacts__sub {
  max-width: 95%;
}
.FContacts__header, .FContacts__item, .FContacts__wrapper {
  display: inline-block;
  vertical-align: top;
}
.FContacts__contact {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-top: 15px;
}
.FContacts__header {
  -ms-grid-row: 2;
  -ms-grid-column: 1;
  grid-area: contact-header;
}
.FContacts__group {
  -ms-grid-row: 1;
  -ms-grid-row-span: 2;
  -ms-grid-column: 3;
  grid-area: contact-group;
}
.FContacts__fundraising {
  width: 150px;
  width: 200px;
}
.FContacts__fundraising img {
  width: 100%;
}
.FContacts__title, .FContacts__ltitle {
  margin-bottom: 0.75em;
}
.FContacts__title {
  font-size: 1em;
}
.FContacts__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding-left: 0;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
  gap: 30px;
}
.FContacts__header, .FContacts__item {
  margin-bottom: 30px;
}
.FContacts__item {
  padding-left: calc(40px + 0.7em);
  position: relative;
}
.FContacts__item:last-child {
  margin-bottom: 0;
}
.FContacts__icon {
  height: 40px;
  left: 0;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 40px;
}
.FContacts__lvalue {
  font-size: 1.1666666667em;
}

.FLinks {
  border-bottom: 1px solid #ae9bbc;
  margin-bottom: 30px;
  padding-bottom: 30px;
  border-right: 1px solid #ae9bbc;
  border-bottom: 0;
  display: inline-block;
  padding-bottom: 0;
  padding-right: 16%;
  vertical-align: top;
  width: 50%;
}
.FLinks__title {
  margin-bottom: 1em;
  padding-bottom: 1em;
  position: relative;
}
.FLinks__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.FLinks__item {
  display: inline-block;
  margin-bottom: 2em;
  padding-right: 1em;
  text-decoration: underline;
  width: 50%;
  vertical-align: top;
}
.FLinks__link {
  cursor: pointer;
}

.FNewsletter {
  margin-bottom: 30px;
  display: inline-block;
  padding-left: 8%;
  vertical-align: top;
  width: 50%;
}
.FNewsletter__title {
  margin-bottom: 1em;
  padding-bottom: 1em;
  position: relative;
}
.FNewsletter__label {
  display: block;
  margin-bottom: 1em;
}
.FNewsletter__wrapper {
  position: relative;
  max-width: 27.7778em;
}
.FNewsletter__input, .FNewsletter__submit {
  height: 2.5em;
  border-radius: 1.4722222222em;
}
.FNewsletter__input {
  border: 2px solid #340458;
  color: #340458;
  margin-bottom: 1em;
  padding: 0.5em 2em 0.5em 1em;
  width: 100%;
  margin: 0;
  height: calc(2.5em + 4px);
}
.FNewsletter__input::-webkit-input-placeholder {
  color: #595959;
  opacity: 1;
}
.FNewsletter__input::-moz-placeholder {
  color: #595959;
  opacity: 1;
}
.FNewsletter__input:-ms-input-placeholder {
  color: #595959;
  opacity: 1;
}
.FNewsletter__input::-ms-input-placeholder {
  color: #595959;
  opacity: 1;
}
.FNewsletter__input::placeholder {
  color: #595959;
  opacity: 1;
}
.FNewsletter__submit {
  margin: 0;
  padding: 0 36px;
  position: absolute;
  right: 2px;
  top: 2px;
}

.FSocials {
  overflow: hidden;
  padding: 1em;
  position: relative;
  text-align: center;
}
.FSocials__title, .FSocials__item {
  display: inline-block;
  vertical-align: top;
}
.FSocials__title {
  font-size: 0;
  position: absolute;
}
.FSocials__icon {
  height: 2.2222222222em;
  width: 2.2222222222em;
}
.FSocials__item {
  margin-right: 6%;
  margin-right: 10%;
}
.FSocials__item:last-child {
  margin-right: 0;
}
.FSocials__number {
  display: block;
  font-size: 0.7777777778em;
  position: relative;
  margin: 14px auto 0;
  padding-top: 14px;
  text-align: center;
}

.Footer {
  background-color: #340458;
  color: #fff;
  position: relative;
}
.Footer__wrapper {
  padding: 50px 15px 15px;
  padding: 50px 50px 0;
}
.Footer__head {
  padding-bottom: 30px;
  margin-bottom: 30px;
  border-bottom: 1px solid #ae9bbc;
  display: -ms-grid;
  display: grid;
      grid-template-areas: "footer-title contact-group" "contact-header contact-group";
  -ms-grid-columns: 1fr 30px 2fr;
  grid-template-columns: 1fr 2fr;
  -webkit-column-gap: 30px;
     -moz-column-gap: 30px;
          column-gap: 30px;
}
.Footer__title {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
  font-size: 1.9444444444em;
  margin-bottom: 25px;
  grid-area: footer-title;
}
.Footer__logo {
  height: 0.9142857143em;
  height: 1.0571428571em;
  height: 1.8571428571em;
  max-width: 100%;
}
.Footer .title {
  color: #FFF31A;
  font-weight: 500;
}
.Footer__links-news {
  display: block;
  border-bottom: 1px solid #ae9bbc;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 14px;
}

.Hero {
  position: relative;
  padding-top: var(--Hero--padding-top, 0);
}
.Hero__container {
  background-size: cover;
  background-position: center;
  overflow: hidden;
}
.Hero__img-container {
  position: relative;
  padding-top: var(--Hero__img-container--padding-top, 42.8571428571%);
  overflow: hidden;
}
.Hero__img, .Hero__img-mobile {
  display: block;
  position: absolute;
  height: 100%;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-transition: -webkit-filter 0.5s;
  transition: -webkit-filter 0.5s;
  transition: filter 0.5s;
  transition: filter 0.5s, -webkit-filter 0.5s;
  -o-object-fit: cover;
     object-fit: cover;
  height: auto;
  width: 100%;
  min-height: 100%;
}
.Hero__img.thumb, .Hero__img-mobile.thumb {
  -webkit-filter: blur(20px);
          filter: blur(20px);
}
.Hero__img-mobile {
  display: none;
}
.Hero--narrow {
  background: #f4f0fa;
  --Hero__img-container--padding-top: 450px;
}
@media (max-width: 899.5px) {
  .Hero--homepage {
    --Hero__img-container--padding-top: calc(6 / 9 * 100%);
  }
}
@media (max-width: 899.5px) {
  .Hero--homepage .Hero__img {
    display: none;
  }
  .Hero--homepage .Hero__img-mobile {
    display: block;
  }
}
.Hero--sided {
  --Hero__img-container--padding-top: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.Hero--sided .Hero__container, .Hero--sided .Hero__img-container, .Hero--sided .Hero__img {
  position: static;
  height: auto;
}
.Hero--sided .Hero__img {
  width: 100%;
  height: auto;
  -webkit-transform: none;
          transform: none;
}
.Hero--sided .Hero__tab {
  position: static;
  width: 100%;
  left: auto;
  right: auto;
}
.Hero--sided.direction-reverse {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
}
.Hero--sided.direction-reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
.Hero--sided .Hero__container, .Hero--sided .Hero__tab {
  width: 50%;
}
.Hero--donation {
  --Hero__img-container--padding-top: calc(7 / 26 * 100%);
}
.Hero--donation.js-hero-video {
  --Hero__video-placeholder--padding-top: calc(7 / 26 * 100%);
}
.Hero__title-container {
  margin-top: 30px;
}
.Hero--article .Hero__container {
  overflow: visible;
}
.Hero__category {
  bottom: 0;
  font-weight: 500;
  padding: 0.5em 1em;
  position: absolute;
  z-index: 1;
}
.Hero__category--campaigns {
  background: #12F9C1;
}
.Hero__category--stories {
  background: #fff;
}
.Hero__category--news {
  color: #fff;
  background: #340458;
}
.Hero__category--inside {
  background: #FFF31A;
}
.Hero__summary {
  background: #f4f0fa;
  margin-bottom: 1.6666666667em;
  padding: 30px 0;
}
.Hero__cta {
  display: block;
  padding-left: 1.25em;
  padding-right: 1em;
  margin-bottom: 1em;
  display: inline-block;
  margin-bottom: 0;
  margin-right: 1em;
}
.Hero__cta.btn {
  text-decoration: none;
}
.Hero__cta:last-child {
  background: #f4f0fa;
  border: 1px solid #340458;
  color: #340458;
}
.Hero__cta .icon-container-long {
  margin-right: 0;
  float: right;
  float: none;
  margin-left: 1em;
}
.Hero__ribbon {
  position: relative;
  z-index: 1;
  background: var(--Hero__ribbon--bg, #7B05E2);
  color: var(--Hero__ribbon--color, #fff);
  --title-color: #fff;
  position: absolute;
  left: 50px;
  top: 0;
  height: 100%;
  width: calc(42.8571428571% - 60px);
  --Hero__ribbon--bg: transparent;
  --Hero__ribbon--color: #340458;
  --title-color: #340458;
}
.Hero__ribbon-content {
  padding: 30px;
}
.Hero__ribbon h1,
.Hero__ribbon h2,
.Hero__ribbon p {
  margin-bottom: 0.4285714286em;
}
.Hero__ribbon-content {
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 100%;
}
.Hero__ribbon.circle-view {
  left: 30px;
  top: 30px;
  height: auto;
  padding-top: calc(42.8571428571% - 60px);
  border-radius: 50%;
}
.Hero__ribbon.circle-view .Hero__ribbon-content {
  padding: 0 10% 0 13%;
}
.Hero__ribbon.circle-view {
  --Hero__ribbon--bg: #7B05E2;
  --Hero__ribbon--color: #fff;
  --title-color: #fff;
}
.Hero__ribbon.circle-view.dark-purple {
  --Hero__ribbon--bg: #340458;
  --Hero__ribbon--color: #fff;
  --title-color: #fff;
}
.Hero__ribbon.circle-view.white {
  --Hero__ribbon--bg: #fff;
  --Hero__ribbon--color: #340458;
  --title-color: #340458;
}
.Hero__ribbon.circle-view.bright-pink {
  --Hero__ribbon--bg: #FF7BC7;
  --Hero__ribbon--color: #340458;
  --title-color: #340458;
}
.Hero__ribbon.circle-view.bright-yellow {
  --Hero__ribbon--bg: #FFF31A;
  --Hero__ribbon--color: #340458;
  --title-color: #340458;
}
.Hero__ribbon.circle-view.bright-green {
  --Hero__ribbon--bg: #12F9C1;
  --Hero__ribbon--color: #340458;
  --title-color: #340458;
}
.Hero__ribbon.circle-view.pastel-pink {
  --Hero__ribbon--bg: #FFC0BD;
  --Hero__ribbon--color: #340458;
  --title-color: #340458;
}
.Hero__ribbon.circle-view.pastel-yellow {
  --Hero__ribbon--bg: #FBFFAE;
  --Hero__ribbon--color: #340458;
  --title-color: #340458;
}
.Hero__ribbon.circle-view.pastel-green {
  --Hero__ribbon--bg: #B3FFE6;
  --Hero__ribbon--color: #340458;
  --title-color: #340458;
}
.Hero__ribbon.circle-view {
  top: 60px;
  width: calc(42.8571428571% - 120px);
  padding-top: calc(42.8571428571% - 120px);
}
.Hero__ribbon.circle-view .Hero__ribbon-content {
  padding: 0 15% 0 19%;
}
.Hero__ribbon-cta a:not(.btn) {
  cursor: pointer;
  font-size: 1em;
  line-height: 1.3333333333em;
  text-decoration: underline;
  text-underline-offset: 3px;
}
.Hero__ribbon-cta .btn a {
  text-decoration: none;
}
.Hero__ribbon.circle-view .btn.purple {
  background-image: radial-gradient(#fff 0%, #fff 50%, transparent 50%, transparent 100%);
  background-repeat: no-repeat;
  background-size: 250% 500%;
  background-position: -50% 25%;
  -webkit-transition: background-position 0.3s ease;
  transition: background-position 0.3s ease;
}
.Hero__ribbon.circle-view .btn.purple:hover {
  background-position: 50% 25%;
}
.Hero__ribbon.circle-view .btn.purple.loading:hover {
  background-position: -50% 25%;
  cursor: default;
}
.Hero__ribbon.circle-view .btn.purple:hover {
  color: #340458;
}
.Hero__ribbon-title {
  color: #7B05E2;
}
.Hero__ribbon-title.dark-purple {
  color: #340458;
}
.Hero__ribbon-title.white {
  color: #fff;
}
.Hero__ribbon-title.bright-pink {
  color: #FF7BC7;
}
.Hero__ribbon-title.bright-yellow {
  color: #FFF31A;
}
.Hero__ribbon-title.bright-green {
  color: #12F9C1;
}
.Hero__ribbon-title.pastel-pink {
  color: #FFC0BD;
}
.Hero__ribbon-title.pastel-yellow {
  color: #FBFFAE;
}
.Hero__ribbon-title.pastel-green {
  color: #B3FFE6;
}
.Hero__ribbon-cta .text-white {
  color: #fff;
}
.Hero__ribbon-cta .text-black {
  color: #000;
}
.Hero__ribbon-cta .text-darkgrey {
  color: #444;
}
.Hero__ribbon-cta .text-purple {
  color: #340458;
}
.Hero__ribbon-cta .text-light-purple {
  color: #7B05E2;
}
.Hero__ribbon-cta .text-turquoise {
  color: #12F9C1;
}
.Hero__ribbon-cta .text-pink {
  color: #FF7BC7;
}
.Hero__ribbon-cta .text-yellow {
  color: #FFF31A;
}
.Hero__tab {
  padding: 30px;
  position: relative;
  z-index: 3;
  position: absolute;
  top: 0;
}
.Hero__tab--left {
  left: 50px;
  right: auto;
}
.Hero__tab--right {
  left: auto;
  right: 50px;
}
.Hero__tab.yellow {
  background-color: #FFF31A;
}
.Hero__tab.purple {
  background-color: #7B05E2;
  color: #fff;
  --title-color: #fff;
}
.Hero__tab.light-turquoise {
  background-color: #B3FFE6;
  --title-color: #340458;
}
.Hero__tab.light-pink {
  background-color: #FFC0BD;
  --title-color: #340458;
}
.Hero__tab-text {
  margin-bottom: 20px;
}
.Hero--narrow .Hero__tab {
  width: 370px;
  height: 370px;
  top: 20px;
  padding: 0 65px;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.Hero--narrow .Hero__tab-text:last-child {
  margin-bottom: 0;
}
.Hero.playing {
  --Hero__img-container--padding-top: calc(9 / 16 * 100%);
  --Hero__video-placeholder--padding-top: calc(9 / 16 * 100%);
}
.Hero.playing .Hero__img-container {
  -webkit-transition: padding-top 0.3s;
  transition: padding-top 0.3s;
}
.Hero__video-placeholder {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  padding-top: var(--Hero__video-placeholder--padding-top, 42.8571428571%);
  -webkit-transition: padding-top 0.3s;
  transition: padding-top 0.3s;
}
.Hero__video-container {
  background: rgba(18, 249, 193, 0.6);
  position: absolute;
  top: 0;
  height: 100%;
  width: 100%;
  overflow: hidden;
}
.Hero__video-handle {
  background: #340458;
  border-radius: 2em;
  color: #fff;
  cursor: pointer;
  font-weight: 500;
  left: 50%;
  padding: 1em 2em;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.playing .Hero__video-handle {
  display: none;
}
.Hero__video-handle:focus {
  outline-width: 3px;
  outline-color: #228833;
  outline-style: solid;
  outline-offset: -6px;
}
.Hero__video-player {
  position: relative;
  z-index: 2;
}

.Accordion--hero-video {
  border-bottom: 1px solid #ae9bbc;
  max-width: 100%;
  padding: 0 calc((100% - 40em) / 2);
}
.Accordion--hero-video .Accordion__item {
  border: 0;
  overflow: visible;
}
.Accordion--hero-video .Accordion__item:first-child {
  border-top: 0;
  margin-top: 0;
}
.Accordion--hero-video .Accordion__item .wrapper {
  max-width: 100%;
  width: auto;
}

.Quote {
  overflow: hidden;
  padding: 3.3333333333em 0 2.5em 0;
  position: relative;
  line-height: 1.6666666667em;
}
.Quote__block, .Quote__cite {
  max-width: 82.8125%;
  margin: 0 auto;
  max-width: 40em;
}
.Quote__quote {
  color: #444;
  font-size: 1.1666666667em;
  position: relative;
  margin-bottom: 20px;
}
.Quote__icon {
  display: block;
  width: 3.3333333333em;
  margin-bottom: 20px;
}
.Quote__cite {
  color: #340458;
  display: block;
  font-weight: 500;
}
.Quote.purple {
  background-color: #340458;
}
.Quote.purple .Quote__quote {
  color: #fff;
}
.Quote.purple .Quote__quote::before, .Quote.purple .Quote__quote::after {
  color: #12F9C1;
}
.Quote.purple .Quote__cite {
  color: #FFF31A;
}

.Gallery {
  margin-bottom: 5em;
  overflow: hidden;
  position: relative;
  white-space: nowrap;
  width: 100%;
  padding: 0 10%;
}
.Gallery::before, .Gallery::after {
  background-color: rgba(52, 4, 88, 0.7);
  content: "";
  display: inline-block;
  height: 100%;
  position: absolute;
  top: 0;
  width: 10%;
  z-index: 1;
}
.Gallery::before {
  left: 0;
  -webkit-box-shadow: inset -50px 0 50px -50px rgba(0, 0, 0, 0.5);
          box-shadow: inset -50px 0 50px -50px rgba(0, 0, 0, 0.5);
}
.Gallery::after {
  right: 0;
  -webkit-box-shadow: inset 50px 0 50px -50px rgba(0, 0, 0, 0.5);
          box-shadow: inset 50px 0 50px -50px rgba(0, 0, 0, 0.5);
}
.Gallery__action {
  background: #FFF31A;
  cursor: pointer;
  height: 5em;
  position: absolute;
  text-align: center;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transform-origin: center;
          transform-origin: center;
  width: 1.1111111111em;
  z-index: 1;
  height: 8.3333333333em;
  width: 2.2222222222em;
}
.Gallery__action.hidden {
  display: none;
}
.Gallery__action img {
  width: 1em;
}
.Gallery__action--next {
  border-top-left-radius: 30px;
  border-bottom-left-radius: 30px;
  right: 0;
  right: 10%;
}
.Gallery__action--next img {
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
}
.Gallery__action:not(.Gallery__action--next) {
  border-top-right-radius: 30px;
  border-bottom-right-radius: 30px;
  left: 0;
  left: 10%;
}
.Gallery__action:not(.Gallery__action--next) img {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}
.Gallery__slides-container {
  left: 0;
  position: relative;
  -webkit-transition: left ease-in-out 0.3s;
  transition: left ease-in-out 0.3s;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
  will-change: left;
  font-size: 0;
}
.Gallery__slide {
  display: inline-block;
  overflow: hidden;
  padding-top: 56.25%;
  position: relative;
  vertical-align: top;
  width: 100%;
  font-size: 1rem;
}
.Gallery__img {
  height: 100%;
  left: 50%;
  position: absolute;
  top: 0;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.Gallery__counter-container {
  bottom: 0;
  overflow: hidden;
  position: absolute;
  right: 0;
  right: 10%;
}
.Gallery__counter {
  border-top-left-radius: 3em;
  border-top-right-radius: 70%;
  background: #f4f0fa;
  padding: 1em 2em 0.5em 1.5em;
  position: relative;
  right: -10px;
}
.Gallery__counter-wrapper {
  line-height: 1em;
}
.Gallery__count {
  font-weight: 500;
}
.Gallery__caption-container {
  bottom: -2em;
  position: absolute;
}
.Gallery__caption {
  background: #fff;
  color: #7B05E2;
  line-height: 1em;
  padding: 0 1em;
  display: none;
}
.Gallery__caption::after {
  background: #FFF31A;
  border-top-right-radius: 0.2777777778em;
  border-bottom-right-radius: 0.2777777778em;
  content: "";
  display: inline-block;
  height: 2em;
  position: absolute;
  left: 0;
  top: -0.5em;
  width: 0.3888888889em;
}
.Gallery__caption.current {
  display: block;
}

.Video {
  padding-top: 56.25%;
  position: relative;
  -webkit-transition: padding-top 0.3s;
  transition: padding-top 0.3s;
}
.Video__img-container {
  position: absolute;
  height: 100%;
  overflow: hidden;
  top: 0;
  width: 100%;
}
.Video__img {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  height: 100%;
}
.Video__video-container {
  background: rgba(18, 249, 193, 0.6);
  position: absolute;
  top: 0;
  height: 100%;
  width: 100%;
  overflow: hidden;
}
.Video__handle {
  background: #340458;
  border-radius: 2em;
  color: #fff;
  cursor: pointer;
  font-weight: 500;
  left: 50%;
  padding: 1em 2em;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.playing .Video__handle {
  display: none;
}
.Video--caption {
  margin-bottom: 5em;
  margin: 0 auto 5em;
}
.Video__video-player {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
}
.Video__caption-container {
  bottom: -2em;
  position: absolute;
  width: 100%;
}
.Video__caption {
  color: #7B05E2;
  line-height: 2em;
  padding: 0 1em;
}
.Video__caption::after {
  background: #FFF31A;
  border-top-right-radius: 0.2777777778em;
  border-bottom-right-radius: 0.2777777778em;
  content: "";
  display: inline-block;
  height: 2em;
  position: absolute;
  left: 0;
  top: 0;
  width: 0.3888888889em;
}

.Accordion--video {
  max-width: 40em;
}
.Accordion--video .Accordion__item {
  list-style-type: none;
  overflow: visible;
}
.Accordion--video .Accordion__item .wrapper {
  max-width: 100%;
  width: auto;
}

.Image {
  padding-top: 56.25%;
  position: relative;
  max-width: 40em;
  margin: 0 auto 30px;
  padding-top: 22.5em;
}
.Image--caption {
  margin-bottom: 5em;
  margin: 0 auto 5em;
}
.Image__container {
  height: 100%;
  overflow: hidden;
  position: absolute;
  top: 0;
  width: 100%;
}
.Image__container img {
  height: 100%;
  left: 50%;
  position: absolute;
  top: 0;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.Image__caption-container {
  bottom: -2em;
  position: absolute;
  width: 100%;
}
.Image__caption {
  color: #7B05E2;
  line-height: 2em;
  padding: 0 1em;
}
.Image__caption::after {
  background: #FFF31A;
  border-top-right-radius: 0.2777777778em;
  border-bottom-right-radius: 0.2777777778em;
  content: "";
  display: inline-block;
  height: 2em;
  position: absolute;
  left: 0;
  top: 0;
  width: 0.3888888889em;
}

.Breadcrumb {
  font-size: 0.8888888889em;
  padding-left: 15px;
  position: relative;
  padding-left: 50px;
}
.Breadcrumb__list {
  margin-bottom: 10px;
}
.Breadcrumb__list::after {
  background: -webkit-gradient(linear, right top, left top, from(rgba(255, 255, 255, 0.9)), to(rgba(255, 255, 255, 0)));
  background: linear-gradient(to left, rgba(255, 255, 255, 0.9), rgba(255, 255, 255, 0));
  content: "";
  height: 100%;
  pointer-events: none;
  position: absolute;
  right: 0;
  top: 0;
  width: 33.3333333333%;
  display: none;
}
.Breadcrumb__item, .Breadcrumb__anchor {
  display: inline-block;
}
.Breadcrumb__item {
  padding: 5px 0 5px 5px;
}
.Breadcrumb__item a {
  text-decoration: underline;
}
.Breadcrumb__item:not(:last-child) {
  color: #7B05E2;
  margin-right: 1em;
}
.Breadcrumb__item:not(:last-child)::after {
  content: "";
  border-bottom: 1px solid #340458;
  border-right: 1px solid #340458;
  display: inline-block;
  height: 0.3333333333em;
  margin-left: 1em;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  vertical-align: middle;
  width: 0.3333333333em;
}
.Breadcrumb__item:last-child {
  color: #444;
}
.Breadcrumb__anchor {
  padding: calc(20px - 5px) 0;
}

.ArticleInfo {
  background: #f4f0fa;
  padding: 1.1111111111em 0;
}
.ArticleInfo__field {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-bottom: 1px solid rgba(52, 4, 88, 0.7);
  padding: 1.1111111111em 0;
  border-left: 1px solid #444;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  white-space: nowrap;
  padding-bottom: 0;
  padding-top: 0;
  padding-left: 1em;
  vertical-align: top;
  margin-right: 1em;
  border-bottom: 0;
}
.ArticleInfo__field.author {
  font-weight: 500;
}
.ArticleInfo__field.author a {
  color: #7B05E2;
  text-decoration: underline;
}
.ArticleInfo__field:last-of-type {
  border-bottom: 0;
}
.ArticleInfo__field:first-of-type {
  border-left: 0;
  padding-left: 0;
}
.ArticleInfo__field.author {
  -ms-flex-negative: 1;
      flex-shrink: 1;
  white-space: normal;
}
.ArticleInfo__field .icon-container-tall,
.ArticleInfo__field .icon-container-long {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.ArticleInfo__share-list, .ArticleInfo__share-item {
  display: inline-block;
  vertical-align: top;
}
.ArticleInfo__share-item {
  height: 1em;
  margin-left: 1em;
  width: 1.9444444444em;
  position: relative;
}
.ArticleInfo__share-link {
  display: block;
  line-height: 0;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 100%;
}
.ArticleInfo__share-icon {
  height: 100%;
}
.ArticleInfo .wrapper {
  overflow: visible;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.RelatedArticle {
  padding: 0 50px;
  padding: 0 100px;
}
.content-container .RelatedArticle {
  margin-left: auto;
  margin-right: auto;
  max-width: 82.8125%;
  padding: 0;
  width: 720px;
}
.RelatedArticle__title {
  margin-bottom: 0.8333333333em;
  position: relative;
}
.RelatedArticle__title.white {
  color: #fff;
}
.RelatedArticle__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.RelatedArticle__item {
  background: #f4f0fa;
  margin: 0 0 1.6666666667em;
  position: relative;
  margin: 0 1.6666666667em 0 0;
  width: calc(33.3333333333% - 1.6666666667em);
}
.RelatedArticle__item:last-child {
  margin: 0;
}
.RelatedArticle__visual {
  overflow: hidden;
  padding-top: 56.25%;
  position: relative;
}
.RelatedArticle__img {
  height: 100%;
}
.RelatedArticle__type {
  border-top-right-radius: 2.25em;
  bottom: 0;
  font-weight: 500;
  left: 0;
  padding: 0.8333333333em;
  padding-right: 1.5em;
  position: absolute;
}
.RelatedArticle__type--story {
  color: #fff;
  background: #340458;
}
.RelatedArticle__type--inside {
  background: #FFF31A;
}
.RelatedArticle__type--campaign {
  background: #12F9C1;
}
.RelatedArticle__type--news {
  background: #fff;
}
.RelatedArticle__content {
  padding: 20px 20px 50px;
}
.RelatedArticle__link {
  position: absolute;
  bottom: 20px;
}

.Filter {
  margin-bottom: 30px;
}
.Filter--mobile__container {
  position: relative;
  display: none;
}
.Filter--mobile__list {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  position: relative;
  width: 100%;
}
.Filter--mobile__item {
  background: #fff;
  color: #340458;
}
.Filter--mobile__arrow {
  right: 1em;
  width: 1em;
  z-index: 1;
}
.Filter--desktop__list {
  display: none;
  border: 1px solid #ae9bbc;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.Filter--desktop__item {
  border-left: 1px solid #ae9bbc;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  text-align: center;
  -webkit-transition: background 0.3s;
  transition: background 0.3s;
}
.Filter--desktop__item:first-child {
  border-left: 0;
}
.Filter--desktop__item:hover {
  background: #f4f0fa;
}
.Filter--desktop__item.current {
  background: #340458;
  color: #fff;
}
.Filter--desktop__button {
  padding: 20px 0;
  width: 100%;
  background: transparent;
  cursor: pointer;
}

.CampStories__head .wrapper {
  max-width: none;
  width: 100%;
  padding: 0 50px;
  padding: 0 100px;
}
.CampStories__wrapper {
  padding: 0 50px;
  padding: 0 100px;
}
.CampStories__title {
  font-size: 1.3888888889em;
  font-weight: 500;
  margin-bottom: 30px;
  position: relative;
}

.PreviewPanel {
  padding: 0 50px;
  padding: 0 100px;
}
.PreviewPanel__title {
  font-size: 1.3888888889em;
  font-weight: 500;
  margin-bottom: 0.8333333333em;
  position: relative;
}
.PreviewPanel__text {
  color: #444;
  margin-bottom: 30px;
}

.Event-Search {
  background: #f4f0fa;
  overflow: hidden;
  padding: 30px 0;
  position: relative;
  margin-bottom: 30px;
}
.Event-Search__button-container {
  text-align: right;
}
.Event-Search .layout {
  padding: 0 50px;
}

.Event-listing__wrapper {
  padding: 0 50px;
  padding: 0 100px;
}
.Event-listing__title {
  color: #fff;
  background: #340458;
  overflow: hidden;
  padding: 20px 50px 30px;
  position: relative;
  --title-color: #fff;
}

.EventDetails {
  background: #f4f0fa;
  background-image: -webkit-gradient(linear, left top, right top, color-stop(50%, #f4f0fa), color-stop(50%, #340458), to(#340458));
  background-image: linear-gradient(to right, #f4f0fa 50%, #340458 50%, #340458);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.EventDetails__details, .EventDetails__actions {
  padding: 30px 8.59375%;
  padding-bottom: 0;
  display: inline-block;
  padding: 30px 0;
  padding-bottom: 0;
  vertical-align: top;
  width: 50%;
}
.EventDetails__details {
  background: #f4f0fa;
  padding-left: calc((100% - 720px) / 2 + 20px);
  padding-left: calc((100% - 720px) / 2);
}
.EventDetails__actions {
  background: #340458;
  color: #fff;
  --title-color: #fff;
  padding-left: 30px;
  padding-right: calc((100% - 720px) / 2 + 20px);
  padding-right: calc((100% - 720px) / 2);
}
.EventDetails__actions.rte {
  background: #fff;
  border-bottom: 1px solid #ae9bbc;
  color: inherit;
  border-left: 1px solid #ae9bbc;
}
.EventDetails__title {
  font-size: 1.3888888889em;
  margin-bottom: 20px;
}
.EventDetails__signup-text, .EventDetails__item {
  line-height: 1.6666666667em;
  position: relative;
  padding-left: 2.2222222222em;
  margin-bottom: 20px;
}
.EventDetails__signup-text {
  padding-left: 0;
}
.EventDetails__bullet {
  left: 0;
  position: absolute;
  top: 2px;
  width: 1.5555555556em;
}
.EventDetails__separator {
  display: none;
  border-top: 1px solid #ae9bbc;
  display: block;
  height: 0;
  margin-bottom: 20px;
  width: calc(100% - 1.5em);
  position: relative;
  left: 1.5em;
}
.EventDetails__or {
  position: absolute;
  left: -1.5em;
  top: -1px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.EventDetails__cta {
  margin-bottom: 20px;
  margin-right: 30px;
}
.EventDetails__cta:last-child, .EventDetails__cta.mr-0 {
  margin-right: 0;
}

.Summary {
  background: #f4f0fa;
  overflow: hidden;
  padding: 30px 0;
  position: relative;
}
.Summary__text {
  height: 10em;
  margin-bottom: 20px;
  overflow: hidden;
  height: auto;
}
.Summary__text.expanded {
  height: auto;
  margin-bottom: 0;
}
.Summary__more {
  background: transparent;
  border-bottom: 1px solid #ae9bbc;
  color: #7B05E2;
  display: block;
  font-weight: 500;
  margin: -0.5555555556em auto 20px 0;
  padding: 0 0 20px 2.1111111111em;
  position: relative;
  line-height: 1.6666666667em;
  width: 100%;
  display: none;
}
.Summary__more::before {
  content: url(../svg/plus.svg);
  width: 1.5555555556em;
  position: absolute;
  top: 2px;
  left: 0;
}
.Summary__text.expanded ~ .Summary__more::before {
  content: url(../svg/minus.svg);
}
.Summary__more.hidden {
  display: none;
}
.Summary__artwork {
  display: none;
  bottom: 0;
  position: absolute;
  left: calc(50px + 40em + 2.7777777778em);
  width: 8.3333333333em;
  display: block;
}
.Summary .wrapper {
  margin: 0 0 0 50px;
  padding-left: 0;
}

.Accordion__item {
  border-bottom: 1px solid #ae9bbc;
  min-height: calc(20px * 2 + 1.6666666667em);
  overflow: hidden;
  padding: 20px 0;
  position: relative;
}
.Accordion__item .wrapper {
  position: relative;
  padding-left: calc(40px + 0.7em);
}
.Accordion__item .layout {
  position: relative;
  padding: 0;
  padding-left: calc(40px + 0.7em);
  margin: 0 250px;
}
.Accordion__item-trigger {
  cursor: pointer;
}
.Accordion__item-title {
  margin-bottom: 0 !important;
}
.Accordion__item-text {
  display: none;
}
.Accordion__item-text img {
  height: auto;
}
.Accordion__item.expanded {
  height: auto;
}
.Accordion__item.expanded .close {
  display: block;
}
.Accordion__item.expanded .open {
  display: none;
}
.Accordion__item.expanded .Accordion__item-title {
  margin-bottom: 20px;
}
.Accordion__item.expanded .Accordion__item-text {
  display: block;
}
.Accordion__item.expanded .Accordion__item-text:focus {
  outline: none;
}
.Accordion__item:first-child {
  border-top: 1px solid #ae9bbc;
  margin-top: 20px;
}
.Accordion__item-toggle {
  background: none;
  cursor: pointer;
  width: 2.2222222222em;
  height: 2.2222222222em;
  line-height: 0;
  position: absolute;
  top: -5px;
  left: 0;
}
.Accordion__item-toggle.close {
  display: none;
}
.Accordion__title {
  margin-bottom: 20px;
}

.ContentCore {
  background: #f4f0fa;
  border-top: 1px solid #ae9bbc;
  white-space: nowrap;
  position: relative;
  overflow: hidden;
}
.ContentCore__guide {
  display: none;
  color: #444;
  display: block;
  left: 75%;
  position: absolute;
  top: calc(30px * 3 + 1em);
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.ContentCore__column {
  display: none;
  background: #f4f0fa;
  border-left: 1px solid #ae9bbc;
  display: inline-block;
  position: relative;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
  vertical-align: top;
  width: 50%;
  white-space: nowrap;
  z-index: 2;
}
.ContentCore__column:last-of-type {
  display: block;
  display: inline-block;
  margin-left: -1px;
}
.ContentCore__column:nth-last-child(2) {
  border-right: 1px solid #ae9bbc;
}
.ContentCore__column:last-of-type {
  border-right: 0;
}
.ContentCore__column:last-of-type .ContentCore__anchor,
.ContentCore__column:last-of-type .ContentCore__title {
  width: calc(100% + 1px);
}
.ContentCore__column:first-of-type {
  border-right: 0;
  margin-left: 0;
}
.ContentCore__column.leftArranged {
  -webkit-transform: translateX(-85%);
          transform: translateX(-85%);
}
.ContentCore__column:nth-of-type(3) {
  -webkit-transform: translateX(-100%);
          transform: translateX(-100%);
  width: 42.5%;
}
.ContentCore__column.animateThirdColumn {
  opacity: 0;
  -webkit-animation: slide-left 0.3s forwards;
          animation: slide-left 0.3s forwards;
}
.ContentCore__internal {
  height: 2em;
  left: 0;
  position: absolute;
  top: 0%;
  width: 2em;
}
.ContentCore__internal--light {
  display: none;
}
.ContentCore__anchor {
  background: #fff;
  border-bottom: 1px solid #ae9bbc;
  position: relative;
  border-right: 1px solid #ae9bbc;
  width: calc(100% - 10px);
  -webkit-transition: -webkit-box-shadow 0.2s linear;
  transition: -webkit-box-shadow 0.2s linear;
  transition: box-shadow 0.2s linear;
  transition: box-shadow 0.2s linear, -webkit-box-shadow 0.2s linear;
}
.ContentCore__anchor:focus, .ContentCore__anchor:hover {
  -webkit-box-shadow: inset 0 -5px 0 #7B05E2;
          box-shadow: inset 0 -5px 0 #7B05E2;
  outline-offset: -3px;
}
.ContentCore__anchor.selected {
  background: #7B05E2;
  border-right: 0;
  color: #fff;
  width: 100%;
}
.ContentCore__anchor.selected::after {
  content: url(../svg/arrow-white.svg);
}
.ContentCore__anchor.selected p {
  color: inherit;
}
.ContentCore__anchor.selected .ContentCore__internal {
  display: none;
}
.ContentCore__anchor.selected .ContentCore__internal--light {
  display: block;
}
.ContentCore__anchor::after {
  content: url(../svg/arrow.svg);
  display: block;
  position: absolute;
  right: 1em;
  width: 0.7777777778em;
  top: 50%;
  -webkit-transform: translateY(-50%) rotate(-90deg);
          transform: translateY(-50%) rotate(-90deg);
}
.ContentCore__anchor[data-enabled=true]::after {
  content: none;
}
.ContentCore__title {
  background: #340458;
  color: #fff;
  overflow: hidden;
  position: relative;
  --title-color: #fff;
  width: calc(100% - 10px);
}
.ContentCore__title, .ContentCore__anchor {
  display: block;
  padding: 30px 50px;
}
.ContentCore__column:last-child .ContentCore__title, .ContentCore__column:last-child .ContentCore__anchor {
  width: 100%;
}
.ContentCore__item {
  border-top: 0;
  white-space: normal;
}
.ContentCore__item:first-of-type .ContentCore__anchor {
  border-top: 1px solid #ae9bbc;
}
.ContentCore__item:first-of-type .ContentCore__anchor {
  border-top: 0;
}
.ContentCore__text {
  color: #444;
}
.ContentCore__label--special {
  font-weight: 500;
  line-height: 1.6666666667em;
}
.ContentCore__back {
  margin: calc(30px / 1.5) 20px;
  display: none;
}
.ContentCore__column:first-child .ContentCore__back {
  display: none;
}

@-webkit-keyframes slide-left {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
  34% {
    opacity: 1;
    -webkit-transform: translateX(0%);
            transform: translateX(0%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
}

@keyframes slide-left {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
  34% {
    opacity: 1;
    -webkit-transform: translateX(0%);
            transform: translateX(0%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
}
.Notice {
  padding: 20px;
}
.Notice--note {
  background: #f4f0fa;
  border-left: 5px solid #7B05E2;
}
.Notice--warning {
  background: #FBFFAE;
  border-left: 5px solid #FFF31A;
}
.Notice--warning a,
.Notice--warning .rte a {
  color: #340458;
}
.Notice__title {
  font-size: 1.3888888889em;
  margin-bottom: 20px;
  position: relative;
}
.Notice--note .Notice__title, .Notice--warning .Notice__title {
  color: #7B05E2;
}
.Notice--note .Notice__title::before, .Notice--warning .Notice__title::before {
  content: "";
  background: url(../svg/star.svg);
  background-repeat: no-repeat;
  background-position: center;
  display: inline-block;
  float: left;
  margin-right: 20px;
  width: 1.6em;
  height: 1.6em;
}
.Notice--warning .Notice__title {
  color: #340458;
}
.Notice--warning .Notice__title::before {
  background-image: url(../svg/warning.svg);
  background-size: 100%;
}

.Emphasis {
  padding: 0 20px;
  border-left: 5px solid #340458;
}
.Emphasis p:last-child {
  margin-bottom: 0;
}

.Statistic {
  padding: 0 20px;
  border-left: 5px solid #fff;
}
.Statistic p {
  font-weight: 500;
}
.Statistic p:last-child {
  margin-bottom: 0;
}
.Statistic--text em {
  font-size: 80px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-weight: 700;
  line-height: 1.1em;
  display: block;
}

.LastReviewed {
  background: #f4f0fa;
  color: #340458;
  padding: 0.8333333333em 30px;
  line-height: 1.3888888889em;
  line-height: 1em;
  padding: 20px 30px;
}
.LastReviewed__date {
  font-weight: 500;
  display: block;
  display: inline-block;
}

.HelpfulContent {
  background: #340458;
  color: #fff;
  padding: 20px 30px;
  text-align: center;
}
.HelpfulContent__text, .HelpfulContent__btn-container {
  display: inline-block;
  vertical-align: middle;
}
.HelpfulContent__text {
  margin-bottom: 20px;
  margin-bottom: 0;
  margin-right: 1em;
}
.HelpfulContent__btn-container {
  height: 1em;
}
.HelpfulContent__btn {
  background: #fff;
  border-radius: 3em;
  color: #340458;
  cursor: pointer;
  padding: 0.5555555556em 0.8333333333em;
  padding-left: 2.7777777778em;
  position: relative;
  top: -0.5555555556em;
  background-image: radial-gradient(#FFF31A 0%, #FFF31A 50%, transparent 50%, transparent 100%);
  background-repeat: no-repeat;
  background-size: 250% 500%;
  background-position: -50% 25%;
  -webkit-transition: background-position 0.3s ease;
  transition: background-position 0.3s ease;
}
.HelpfulContent__btn:hover {
  background-position: 50% 25%;
}
.HelpfulContent__btn.loading:hover {
  background-position: -50% 25%;
  cursor: default;
}
.HelpfulContent__btn:first-child::before, .HelpfulContent__btn:last-child::before {
  content: url(../svg/thumb.svg);
  width: 1em;
  position: absolute;
  left: 1em;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.HelpfulContent__btn:first-child {
  margin-right: 0.5em;
}
.HelpfulContent__btn:last-child::before {
  -webkit-transform: translateY(-50%) rotate(180deg);
          transform: translateY(-50%) rotate(180deg);
}
.HelpfulContent__yes, .HelpfulContent__no {
  display: none;
}
.HelpfulContent__yes p, .HelpfulContent__no p {
  margin-bottom: 10px;
}
.HelpfulContent .close {
  display: none;
}
.HelpfulContent--fixed {
  float: right;
  margin: 0 2rem 2rem 0;
  max-width: 100%;
  position: relative;
  text-align: left;
  width: calc(100% - 4em);
  border: 1px solid #fff;
  width: 20em;
}
.HelpfulContent--fixed .close {
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  margin-bottom: 5px;
}
.HelpfulContent--fixed .close img {
  width: 1em;
  height: 1em;
  margin-left: 1em;
}
.HelpfulContent--fixed .HelpfulContent__btn-container {
  height: auto;
  display: block;
  margin-top: 20px;
}
.HelpfulContent--fixed-raised {
  margin: 0 2rem 4rem 0;
}
.HelpfulContent.hidden {
  display: none;
}
.HelpfulContent.message .HelpfulContent__text, .HelpfulContent.message .HelpfulContent__btn-container {
  display: none;
}
.HelpfulContent.yes {
  background: #f4f0fa;
  -webkit-box-shadow: inset 0 0 0 1px green;
          box-shadow: inset 0 0 0 1px green;
  color: #340458;
}
.HelpfulContent.yes .HelpfulContent__yes {
  display: block;
  text-align: left;
}
.HelpfulContent.no {
  background: #f4f0fa;
  color: #340458;
}
.HelpfulContent.no .HelpfulContent__no {
  display: block;
  text-align: left;
}

.RelatedLinks__link {
  display: block;
  margin-bottom: 20px;
}
.RelatedLinks__link:first-of-type {
  margin-top: 20px;
}
.RelatedLinks__cta {
  border: 1px solid #7B05E2;
}
.RelatedLinks--internal {
  background: #f4f0fa;
  border-left: 5px solid #7B05E2;
  padding: 20px 30px;
}
.RelatedLinks--internal .RelatedLinks__title {
  font-size: 1.3888888889em;
  position: relative;
}
.RelatedLinks--internal .RelatedLinks__title::before {
  content: "";
  background: url(../svg/star.svg);
  background-repeat: no-repeat;
  background-position: center;
  display: inline-block;
  float: left;
  margin-right: 20px;
  width: 1.6em;
  height: 1.6em;
}

.RelatedDiscussion__title {
  margin-bottom: 20px;
}
.RelatedDiscussion__item {
  background: #f4f0fa;
  display: block;
  padding: 20px;
  margin-bottom: 30px;
  -webkit-transition: -webkit-box-shadow 0.2s linear;
  transition: -webkit-box-shadow 0.2s linear;
  transition: box-shadow 0.2s linear;
  transition: box-shadow 0.2s linear, -webkit-box-shadow 0.2s linear;
}
.RelatedDiscussion__item:focus, .RelatedDiscussion__item:hover {
  -webkit-box-shadow: inset 0 -5px 0 #7B05E2;
          box-shadow: inset 0 -5px 0 #7B05E2;
}
.RelatedDiscussion__item:focus .RelatedDiscussion__item-title, .RelatedDiscussion__item:hover .RelatedDiscussion__item-title {
  color: #7B05E2;
}
.RelatedDiscussion__item-img-container {
  display: inline-block;
  float: left;
  line-height: 0;
  margin-right: 1em;
  -webkit-transform: translateY(-25%);
          transform: translateY(-25%);
}
.RelatedDiscussion__item-img-container img {
  border-radius: 50%;
  height: 2.7777777778em;
  width: 2.7777777778em;
}
.RelatedDiscussion__item-featuring {
  min-height: 2.2222222222em;
}
.RelatedDiscussion__text {
  margin-bottom: 0;
}

.AsideLinks {
  display: none;
  display: block;
}
.content-container .AsideLinks {
  width: 33%;
  min-width: 300px;
  background: #f4f0fa;
  border-right: 1px solid #ae9bbc;
}
.AsideLinks__list {
  width: calc(100% + 17px);
  overflow: auto;
}
.AsideLinks__list-container {
  overflow: hidden;
}
.AsideLinks__list-container.fixed {
  position: fixed;
}
.AsideLinks__list-container.fixed .AsideLinks__list {
  max-height: 100vh;
}
.AsideLinks__link {
  background: #fff;
  border-bottom: 1px solid #ae9bbc;
  border-left: 1px solid #ae9bbc;
  display: block;
  outline-offset: -3px;
  padding: 30px 50px;
  -webkit-transition: -webkit-box-shadow 0.2s linear;
  transition: -webkit-box-shadow 0.2s linear;
  transition: box-shadow 0.2s linear;
  transition: box-shadow 0.2s linear, -webkit-box-shadow 0.2s linear;
}
.AsideLinks__link:hover {
  -webkit-box-shadow: inset 0 -5px 0 #7B05E2;
          box-shadow: inset 0 -5px 0 #7B05E2;
}
.AsideLinks__link.current {
  background: #7B05E2;
  color: #fff;
}

.Search {
  background: #340458;
  padding-top: 30px;
  padding-bottom: 30px;
}
.Search__title {
  color: #fff;
  margin-bottom: 20px;
  position: relative;
  --title-color: #fff;
}
.Search__form {
  position: relative;
}
.Search__combobox {
  z-index: 3;
}
.Search__input {
  border-radius: 1.25em;
  height: 2.5em;
  padding: 0.5em 2em 0.5em 1em;
  margin-bottom: 20px;
  width: 100%;
  position: relative;
  z-index: 3;
}
.Search__input::-webkit-input-placeholder {
  color: #595959;
  opacity: 1;
}
.Search__input::-moz-placeholder {
  color: #595959;
  opacity: 1;
}
.Search__input:-ms-input-placeholder {
  color: #595959;
  opacity: 1;
}
.Search__input::-ms-input-placeholder {
  color: #595959;
  opacity: 1;
}
.Search__input::placeholder {
  color: #595959;
  opacity: 1;
}
.Search__typeahead {
  position: absolute;
  background: #fff;
  border: 1px solid #595959;
  margin-top: -1.25em;
  padding-top: 1.25em;
  min-width: 240px;
  z-index: 2;
}
.Search__typeahead.hidden {
  display: none;
}
.Search__typeahead li {
  cursor: pointer;
  padding: 0.5em 2em 0.5em 1em;
  display: block;
  min-height: 2.5em;
  line-height: 1.5em;
  width: 100%;
  overflow: hidden;
}
.Search__typeahead li.active {
  background: #f4f0fa;
}
.Search__submit {
  height: 2.5em;
  width: 100%;
  z-index: 2;
  margin-top: 0;
  position: absolute;
  right: 0;
  top: 0;
  width: auto;
  z-index: 3;
}
.Search--light {
  background: #f4f0fa;
  color: #444;
}
.Search--light .Search__title {
  color: #7B05E2;
  --title-color: #7B05E2;
}
.Search--light .Search__input {
  border: 1px solid rgba(52, 4, 88, 0.7);
}
.Search .rte.bottom-margin {
  margin-bottom: 20px;
}

.StepTrack {
  background: #f4f0fa;
  padding: 30px 250px;
  margin-bottom: 30px;
}
.StepTrack__container {
  padding-top: 5px;
  position: relative;
}
.StepTrack__outer {
  background: #aaa;
  height: 0.1666666667em;
  width: calc(100% - 10px);
  margin: 0 auto;
}
.StepTrack__inner {
  background: #7B05E2;
  height: 100%;
  -webkit-transition: width 0.3s linear;
  transition: width 0.3s linear;
  width: 0;
}
.StepTrack__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  text-align: justify;
  top: -0.7222222222em;
}
.StepTrack__circle {
  background: #f4f0fa;
  border: 3px solid #aaa;
  border-radius: 50%;
  height: 1.2222222222em;
  margin: 0 auto;
  margin-bottom: 20px;
  position: relative;
  width: 1.2222222222em;
}
.StepTrack__item {
  color: #444;
  display: inline-block;
  text-align: center;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  vertical-align: top;
}
.StepTrack__item.first {
  text-align: left;
}
.StepTrack__item.first .StepTrack__circle {
  margin-right: auto;
  margin-left: 0;
}
.StepTrack__item.last {
  text-align: right;
}
.StepTrack__item.last .StepTrack__circle {
  margin-right: 0;
  margin-left: auto;
}
.StepTrack__item.visited {
  color: #7B05E2;
}
.StepTrack__item.visited .StepTrack__circle {
  border-color: #7B05E2;
}
.StepTrack__item.visited .StepTrack__circle::after {
  background: #7B05E2;
  border-radius: 50%;
  content: "";
  display: block;
  height: 10px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 10px;
}

.MoneyTrivia {
  background: #340458;
  overflow: hidden;
  padding: 30px;
  position: relative;
  text-align: center;
}
.MoneyTrivia__sentence {
  color: #fff;
}
.MoneyTrivia__sentence:not(.current) {
  display: none;
}
.MoneyTrivia__sentence.hidden {
  opacity: 0;
  visibility: hidden;
}

.MoneySummary {
  margin-top: -30px;
  margin-bottom: 30px;
}
.MoneySummary__container {
  padding-left: calc(250px + 50px);
  padding: 0 250px;
  padding-left: calc(250px + 50px);
}
.MoneySummary__content {
  display: none;
}
.MoneySummary__item {
  border-bottom: 1px solid #ae9bbc;
  border-top: 1px solid #ae9bbc;
  cursor: pointer;
  height: calc(20px * 2 + 1.6666666667em);
  overflow: hidden;
  padding: 20px 0;
  position: relative;
}
.MoneySummary__item.expanded {
  height: auto;
}
.MoneySummary__item.expanded .close {
  display: block;
}
.MoneySummary__item.expanded .open {
  display: none;
}
.MoneySummary__item.expanded .MoneySummary__content {
  display: block;
}
.MoneySummary__item-toggle {
  background: none;
  cursor: pointer;
  position: absolute;
  top: 20px;
  left: 250px;
  width: 1.5555555556em;
}
.MoneySummary__item-toggle img {
  height: 1.5555555556em;
}
.MoneySummary__item-toggle.close {
  display: none;
}
.MoneySummary__chart {
  margin: 0 auto;
  text-align: center;
  vertical-align: middle;
  width: 67%;
  display: inline-block;
  width: 33%;
}
.MoneySummary__chart img {
  width: 85%;
}
.MoneySummary__text-container {
  display: inline-block;
  vertical-align: middle;
  width: 66%;
}
.rte .MoneySummary__text {
  margin-bottom: 10px;
  overflow: hidden;
  padding-left: 1em;
  padding-right: 1em;
  position: relative;
}
.MoneySummary__title {
  margin-bottom: 20px;
  padding: 0 250px;
  padding: 0;
}
.MoneySummary__amount {
  font-weight: 500;
}

.donation-rte p {
  margin-bottom: inherit !important;
}

.Donation__text {
  margin-bottom: 30px;
  max-width: 720px;
}
.Donation__small {
  color: #595959;
  display: block;
}
.Donation__container {
  padding-left: 250px;
  padding-right: 250px;
  overflow: hidden;
}
.Donation__container legend {
  font-size: 1em;
  font-weight: 400;
}
.Donation__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.Donation__row.hidden {
  display: none;
}
.Donation__col {
  position: relative;
  -ms-flex-item-align: start;
      align-self: flex-start;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -ms-flex-preferred-size: 0;
      flex-basis: 0;
}
.Donation__col:not(:last-child) {
  margin-right: 30px;
}
.Donation__col--single {
  position: relative;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
.Donation__actions {
  background: #f4f0fa;
  padding-bottom: 30px;
  padding-top: 30px;
}
.Donation__paypal, .Donation__prev, .Donation__next {
  width: 33%;
}
.Donation__paypal.hidden, .Donation__prev.hidden, .Donation__next.hidden {
  display: none;
}
.Donation__paypal.hidden, .Donation__or.hidden,
.Donation .js-donation-debit.hidden,
.Donation .js-donation-byCard.hidden {
  display: none;
}
.Donation__google-pay {
  position: relative;
  text-align: center;
}
.Donation__google-pay::before, .Donation__google-pay::after {
  content: unset !important;
}
.Donation__google-pay-image {
  margin-left: 12px;
}
.Donation__apple-pay::before, .Donation__apple-pay::after {
  content: unset !important;
}
.Donation__apple-pay-image {
  position: absolute;
  top: 8px;
  margin-left: 5px;
  width: 41px;
}
.Donation__stripe-pay img {
  position: absolute;
  top: 15px;
  margin-left: 5px;
}
.Donation__or {
  display: block;
  margin: 20px 0;
  text-align: center;
  display: inline-block;
  line-height: 2.5em;
  margin: 0;
  vertical-align: top;
  margin-top: 20px;
  padding: 0 40px;
}
.Donation__paypal {
  height: 2.5em;
  position: relative;
  text-align: center;
  width: 100%;
  margin-bottom: 60px;
  width: 33%;
}
.Donation__paypal-img {
  width: 5.5555555556em;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  left: 50%;
}
.Donation__cards {
  margin-bottom: 60px;
  overflow: visible;
  position: relative;
  width: 100%;
  width: 33%;
}
.Donation__cards-container {
  bottom: -50px;
  position: absolute;
  left: 0;
  text-align: center;
  width: 100%;
}
.Donation__card-icon {
  margin-right: 40px;
  vertical-align: middle;
  width: 2.2222222222em;
}
.Donation__card-icon:last-child {
  margin-right: 0;
}
.Donation__prev, .Donation__next {
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
}
.Donation__next {
  border: 1px solid #340458;
  float: right;
}
.Donation__next:not(.Donation__cards) {
  float: right;
}
.Donation__next[type=submit] {
  text-align: center;
}
.Donation__next[type=submit]::before {
  content: url("../padlock.html");
  display: inline-block;
  margin-right: 8px;
  width: 0.5em;
}
.Donation__next[type=submit].loading {
  color: #340458;
}
.Donation__next[type=submit].loading::before {
  display: none;
}
.Donation__next--spinner {
  display: none;
  height: 1.6666666667em;
  left: 50%;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 1.6666666667em;
}
.loading .Donation__next--spinner {
  display: block;
}
.Donation__next--spinner:focus {
  outline: none;
}
.Donation__cvv {
  position: relative;
}
.Donation__cvv::after {
  content: "";
  background: url("../cvv.html");
  background-repeat: no-repeat;
  background-size: cover;
  height: 1.5em;
  width: 2em;
  position: absolute;
  right: 20px;
  top: calc(1.25em + 28px);
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.Donation__secure {
  font-size: 0.7777777778em;
  margin-bottom: 30px;
  position: relative;
  text-align: center;
}
.Donation__secure::before {
  content: url("../padlock-dark.html");
  display: inline-block;
  margin-right: 8px;
  vertical-align: text-top;
  height: 14px;
  width: 0.75em;
}
.Donation__error {
  display: none;
}
.error .Donation__error {
  color: #b21121;
  display: block;
  font-size: 0.8888888889em;
}
.Donation .rte p:not(.MoneySummary__text) {
  margin-bottom: 0;
}
.Donation__background {
  background: #f4f0fa;
}
.Donation .js-donation-container {
  display: none;
}
.Donation .js-donation-container.current {
  display: block;
}
.Donation .layout {
  padding: 0;
}
.Donation .layout.bottom-margin,
.Donation .layout .bottom-margin {
  margin-bottom: 30px;
}
.Donation .Legacy .layout:not(.no-padding),
.Donation .Fundraising .layout:not(.no-padding) {
  padding: 0 250px;
}

.DonationAmount__frequency {
  -webkit-box-shadow: inset 0 0 0 1px #444;
          box-shadow: inset 0 0 0 1px #444;
  font-size: 0;
  margin-bottom: 30px;
}
.DonationAmount__frequency-label {
  color: #444;
  cursor: pointer;
  display: inline-block !important;
  font-size: 18px;
  padding: 20px 0;
  text-align: center;
  width: 50%;
}
input:focus + .DonationAmount__frequency-label {
  outline-width: 3px;
  outline-color: #340458;
  outline-style: solid;
  outline-offset: 0;
  -webkit-box-shadow: inset 0 -5px 0 #7B05E2;
          box-shadow: inset 0 -5px 0 #7B05E2;
}
.DonationAmount__amount-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-align: center;
  margin-bottom: 30px;
}
.DonationAmount__amount-label {
  border: 1px solid #340458;
  cursor: pointer;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  font-weight: 500;
  margin-right: 5%;
  padding: 20px 0;
}
.DonationAmount__amount-label:last-of-type {
  margin-right: 0;
}
input:focus + .DonationAmount__amount-label {
  outline-width: 3px;
  outline-color: #228833;
  outline-style: solid;
  outline-offset: 0;
  -webkit-box-shadow: inset 0 -5px 0 #FFF31A;
          box-shadow: inset 0 -5px 0 #FFF31A;
}
.DonationAmount__radio {
  opacity: 0;
}
.DonationAmount__radio:checked + .DonationAmount__frequency-label {
  background: #12F9C1;
  color: #340458;
  font-weight: 500;
}
.DonationAmount__radio:checked + .DonationAmount__amount-label {
  background: #340458;
  color: #fff;
}
.DonationAmount__otherAmount {
  -webkit-appearance: textfield;
     -moz-appearance: textfield;
          appearance: textfield;
  width: 100%;
}
.DonationAmount__otherAmount::-webkit-inner-spin-button, .DonationAmount__otherAmount::-webkit-outer-spin-button {
  -webkit-appearance: none;
          appearance: none;
  margin: 0;
}

.Donation--standalone {
  border: 5px solid #f3effa;
  margin: 50px 40px 40px;
  margin: 50px 150px 100px 150px;
}
.Donation--standalone .Donation__actions {
  background: #f3effa;
  padding: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.Donation--standalone .DonationAmount__paddme {
  padding: 0 30px;
}
.Donation--standalone .DonationAmount__paddme.hidden {
  display: none;
}
.Donation--standalone .StepTrack {
  padding: 30px;
}
.Donation--standalone .GiftAid__top,
.Donation--standalone .InTouch__top,
.Donation--standalone .form .bordered-fields .lead-label,
.Donation--standalone .form .bordered-fields label,
.Donation--standalone .InTouch__small {
  padding-left: 30px;
  padding-right: 30px;
  border: none;
}
.Donation--standalone .form .bordered-fields .lead-label {
  padding-left: 0;
}
.Donation--standalone .form .bordered-fields label {
  padding-left: 30px;
}
.Donation--standalone .form .bordered-fields input,
.Donation--standalone .form .bordered-fields .custom {
  left: 0;
}
.Donation--standalone .form .bordered-fields {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.Donation--standalone .GiftAid__img {
  right: 20px;
}
.Donation--standalone .Donation__col--single {
  margin-right: 30px;
}
.Donation--standalone .Donation__col--padded-right {
  padding: 0 30px;
  padding: 0 30px 0 0;
}
.Donation--standalone .js-giftAid.hidden-input + .Donation__col {
  margin-left: 30px;
}
.Donation--standalone .InTouch .bordered-fields {
  margin-left: 30px;
}
.Donation--standalone .GiftAid__small {
  margin-top: 10px;
  padding-top: 10px;
  padding-bottom: 20px;
  padding-left: 20px;
  border-bottom: 4px solid #FFF31A;
}
.Donation--standalone .Donation__small {
  font-size: 14px;
}
.Donation--standalone .wallet-pay-icon {
  height: 19px;
}

/* eslint-disable */
.donation-one-time {
  display: none;
  padding: 50px 40px;
  margin: 0 auto;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  max-width: 935px;
}
.donation-one-time__img {
  border-top-left-radius: 50px;
  border-bottom-right-radius: 50px;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.donation-one-time__heading {
  font-weight: 600;
  color: #340458;
}
.donation-one-time__heading.underline {
  padding-bottom: 20px;
}
.donation-one-time__content {
  font-size: 15px;
  color: #444;
  padding-bottom: 20px;
}
.donation-one-time__right {
  padding-left: 30px;
  max-width: 430px;
}
.donation-one-time__right .btn,
.donation-one-time__right .btn.yellow.paypal {
  width: 100%;
  min-width: 100%;
  margin: 0;
  font-size: 15px;
}
.donation-one-time__right .text-center {
  text-align: center;
  font-size: 15px;
  padding: 15px 0 20px 0;
}
.donation-one-time__right .qty {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin-bottom: 20px;
}
.donation-one-time__right .quantity {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 0 0 0 15px;
  height: 35px;
  overflow: hidden;
  border: 1px solid #c0c0c0;
}
.donation-one-time__right .quantity .input-text {
  text-align: center;
  background: transparent;
  width: 50px;
}
.donation-one-time__right .quantity input::-webkit-outer-spin-button,
.donation-one-time__right .quantity input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  -moz-appearance: none;
  margin: 0;
}
.donation-one-time__right .minus,
.donation-one-time__right .plus {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 35px;
          flex: 0 0 35px;
  width: 35px;
  cursor: pointer;
  text-align: center;
  font-size: 30px;
}
.donation-one-time__right .minus {
  border-right: 1px solid #c0c0c0;
  -ms-flex-line-pack: end;
      align-content: flex-end;
}
.donation-one-time__right .plus {
  border: none;
  border-left: 1px solid #c0c0c0;
}
.donation-one-time__right .minus:focus,
.donation-one-time__right .plus:focus,
.donation-one-time__right .input-text:focus {
  outline: none;
}
.donation-one-time__price {
  font-weight: 600;
  font-size: 22px;
}
.donation-one-time__tag {
  font-size: 14px;
  color: #444;
  font-weight: 600;
  padding-right: 10px;
}
.donation-one-time__payment {
  padding: 25px 35px;
  background: rgba(52, 4, 88, 0.05);
}
.donation-one-time__payment--item {
  padding: 7px 0;
}
.donation-one-time__payment--quantity {
  padding: 7px 0 20px 0;
}
.donation-one-time .donation-qty {
  cursor: pointer;
}
.donation-one-time.current {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}

.cards-container {
  left: 0;
  text-align: center;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.cards-container img {
  vertical-align: middle;
  width: 35px;
  margin: 0 10px;
}
.cards-container img:last-child {
  margin-right: 0;
}

@media only screen and (max-width: 760px) {
  .donation-one-time {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    max-width: -webkit-max-content;
    max-width: -moz-max-content;
    max-width: max-content;
  }
  .donation-one-time__right {
    padding-top: 20px;
    padding-left: 0;
  }
  .donation-one-time__img {
    min-width: 200px;
    max-width: 430px;
    width: -webkit-fill-available;
  }
}
.Background {
  display: block;
  height: 30px;
  overflow: visible;
}
.Background__container {
  height: 175px;
  overflow: hidden;
  position: relative;
  height: 275px;
}
.Background__container.purple {
  background: #340458;
}
.Background__container.light-purple {
  background: #7B05E2;
}
.Background__container.gray {
  background: #f4f0fa;
}

.Thankyou__name {
  font-size: 0.8em;
}
.Thankyou__email {
  color: #340458;
  font-weight: 500;
}
.Thankyou__share {
  overflow: hidden;
  padding: 30px 0 50px 0;
  position: relative;
}
.Thankyou__share-container {
  color: #444;
  overflow: visible;
  line-height: 2.2222222222em;
}
.Thankyou__share-list, .Thankyou__share-item {
  display: inline-block;
  overflow: visible;
  vertical-align: top;
}
.Thankyou__share-list {
  position: relative;
}
.Thankyou__share-item {
  margin-left: 20px;
  height: 2.2222222222em;
}
.Thankyou__share-img {
  height: 2.2222222222em;
  width: 2.2222222222em;
}
.Thankyou__back {
  background: #f4f0fa;
  padding: 30px 0;
}

.NeedHelp {
  background: #340458;
  display: block;
  overflow: hidden;
  padding: 20px 0;
  position: relative;
  text-align: center;
}
.NeedHelp__logo {
  width: 100%;
  text-align: center;
  margin-top: 20px;
}
.NeedHelp__image {
  width: 150px;
}
.NeedHelp__sentence {
  color: #fff;
}
.NeedHelp__label {
  color: #FFF31A;
  font-weight: 500;
}
.NeedHelp__number {
  color: #fff;
  display: block;
  font-size: 0.7777777778em;
  position: relative;
  margin: 14px auto 0;
  padding-top: 14px;
  text-align: center;
}
.NeedHelp__number::before {
  background-color: #FFF31A;
  content: "";
  display: block;
  height: 4px;
  left: 50%;
  position: absolute;
  top: 0;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 20px;
}

.OpportunityFinder__wrapper {
  padding: 0 50px;
  padding: 0 100px;
}
.OpportunityFinder__title {
  color: #fff;
  background: #340458;
  overflow: hidden;
  padding: 20px 50px 30px;
  position: relative;
}
.OpportunityFinder__form {
  background: #f4f0fa;
  margin-bottom: 30px;
  padding: 30px 0;
}
.OpportunityFinder__fields {
  display: none;
  margin: 0 auto 20px auto;
  width: calc(100% - 2 * 50px);
}
.OpportunityFinder__field {
  border-bottom: 1px solid #ae9bbc;
  margin-bottom: 20px;
}
.OpportunityFinder__legend {
  font-size: 1em;
  font-weight: 400;
  margin-bottom: 20px;
}
.OpportunityFinder__overlay-back, .OpportunityFinder__overlay-submit {
  display: none;
}
.OpportunityFinder__less, .OpportunityFinder__more {
  display: inline-block;
  height: 2.5em;
  padding-right: 1.5em;
  position: relative;
}
.OpportunityFinder__less::after, .OpportunityFinder__more::after {
  content: url("../svg/arrow.svg");
  height: 1em;
  width: 0.7777777778em;
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.OpportunityFinder__less {
  display: none;
}
.OpportunityFinder__less::after {
  -webkit-transform: translateY(-50%) rotate(180deg);
          transform: translateY(-50%) rotate(180deg);
}
.OpportunityFinder .layout {
  padding: 0 50px;
}
.OpportunityFinder.open .OpportunityFinder__fields {
  background: #f4f0fa;
  display: block;
  height: 100%;
  left: 0;
  overflow: auto;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 999;
  padding: 50px;
}
.OpportunityFinder.open .OpportunityFinder__fields label {
  margin-bottom: 20px;
}
.OpportunityFinder.open .OpportunityFinder__fields .layout {
  padding: 0;
}
.OpportunityFinder.open .OpportunityFinder__overlay-back {
  border-bottom: 1px solid #ae9bbc;
  margin-bottom: 30px;
  padding-bottom: 20px;
  width: 100%;
}
.OpportunityFinder.open .OpportunityFinder__overlay-back img {
  height: 1em;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  vertical-align: top;
}
.OpportunityFinder.open .OpportunityFinder__fields {
  overflow: visible;
  position: static;
  padding: 0;
  width: calc(100% - 2 * 50px);
}
.OpportunityFinder.open .OpportunityFinder__fields .layout-flex {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.OpportunityFinder.open .OpportunityFinder__fields .lg-col-auto {
  -ms-flex-preferred-size: calc(25% - 20px * 4 / 3);
      flex-basis: calc(25% - 20px * 4 / 3);
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -webkit-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
}
.OpportunityFinder.open .OpportunityFinder__more {
  display: none;
}
.OpportunityFinder.open .OpportunityFinder__less {
  display: inline-block;
}

.ShopFinder__wrapper {
  padding: 0 50px;
  padding: 0 100px;
}
.ShopFinder__form {
  background: #f4f0fa;
  padding: 30px 0;
  margin-bottom: 30px;
}
.ShopFinder__current-location {
  cursor: pointer;
  font-weight: 500;
  margin-top: 10px;
  padding-right: 1.5em;
  position: relative;
  text-decoration: underline;
}
.ShopFinder__current-icon {
  height: 1.3em;
  margin-top: 1px;
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 1.3em;
}
.ShopFinder__top {
  margin-bottom: 20px;
}
.ShopFinder .layout {
  padding: 0 50px;
}

.SearchResult {
  border-bottom: 1px solid #ae9bbc;
  display: block;
  padding: 30px 50px;
  -webkit-transition: -webkit-box-shadow 0.2s linear;
  transition: -webkit-box-shadow 0.2s linear;
  transition: box-shadow 0.2s linear;
  transition: box-shadow 0.2s linear, -webkit-box-shadow 0.2s linear;
  padding: 30px calc(100px + 50px);
}
.SearchResult:focus, .SearchResult:hover {
  background: #f4f0fa;
  -webkit-box-shadow: inset 0 -5px 0 #7B05E2;
          box-shadow: inset 0 -5px 0 #7B05E2;
}
.SearchResult__title--internal {
  padding-left: calc(1.6em + 10px);
  position: relative;
}
.SearchResult__title--internal::before {
  content: "";
  background: url(../star.html);
  background-repeat: no-repeat;
  background-position: center;
  display: inline-block;
  height: 1.6em;
  left: 0;
  margin-right: 20px;
  position: absolute;
  top: 0;
  width: 1.6em;
}
.SearchResult__title--internal::after {
  margin-left: calc(1.6em + 10px);
}
.SearchResult__img-container {
  display: inline-block;
  float: left;
  line-height: 0;
  margin-right: 1em;
  -webkit-transform: translateY(-25%);
          transform: translateY(-25%);
}
.SearchResult__img-container img {
  border-radius: 50%;
  height: 2.7777777778em;
  width: 2.7777777778em;
}
.SearchResult__category {
  border-radius: 70px 13px/65px;
  color: #340458;
  padding: 0.5em 0.75em;
  display: inline-block;
  font-weight: 500;
}
.SearchResult__category.turquoise {
  background: #12F9C1;
}
.SearchResult__category.purple {
  background: #340458;
  color: #fff;
}
.SearchResult__category.white {
  border: 2px solid #340458;
}
.SearchResult__category.white-turquoise {
  border: 2px solid #12F9C1;
}
.SearchResult__category.light-purple {
  background: #7B05E2;
  color: #fff;
}
.SearchResult__category.yellow {
  background: #FFF31A;
}
.SearchResult__category.light-white {
  border: 2px solid #7B05E2;
  color: #7B05E2;
}

.SearchNoResult {
  border-bottom: 1px solid #ae9bbc;
  padding: 30px 50px;
  -webkit-transition: -webkit-box-shadow 0.2s linear;
  transition: -webkit-box-shadow 0.2s linear;
  transition: box-shadow 0.2s linear;
  transition: box-shadow 0.2s linear, -webkit-box-shadow 0.2s linear;
  padding: 30px 100px;
}
.SearchNoResult__content {
  color: #444;
  margin-bottom: 30px;
}
.SearchNoResult__list {
  font-weight: 500;
}
.SearchNoResult__label {
  margin-bottom: 20px;
}
.SearchNoResult__item {
  display: inline-block;
  margin-right: 20px;
}

.SearchPage__header {
  color: #fff;
  background: #340458;
}
.SearchPage__form {
  background: #f4f0fa;
  border-bottom: 1px solid #ae9bbc;
}
.SearchPage__header, .SearchPage__filters {
  padding: 30px 50px;
  padding: 30px 100px;
}
.SearchPage__title {
  margin-bottom: 20px;
  --title-color: #fff;
}
.SearchPage__search-container {
  color: #340458;
}
.SearchPage__combobox {
  z-index: 2;
}
.SearchPage__search {
  margin-top: 0 !important;
  margin-bottom: 20px;
  position: relative;
  z-index: 2;
}
.SearchPage__submit {
  margin-bottom: 20px;
  height: 2.5em;
}
.SearchPage__select {
  display: block;
  margin-bottom: 20px;
  margin-right: 30px;
}
.SearchPage__select.label-input {
  margin-bottom: 0;
}
.SearchPage__select select {
  margin-top: 0 !important;
}
.SearchPage__checkbox {
  color: #fff !important;
  margin-bottom: 20px;
}
.SearchPage__submitContainer--top {
  display: none;
  display: block;
}
.SearchPage__submitContainer--bottom {
  display: none;
}
.SearchPage__loadMore {
  margin-bottom: 30px;
  margin-top: 30px;
  position: relative;
  text-align: center;
}
.SearchPage__loadMore.hidden {
  display: none;
}
.SearchPage__loadMore.loading .btn {
  opacity: 0;
  visibility: hidden;
}
.SearchPage__spinner {
  display: none;
  height: 1.6666666667em;
  left: 50%;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 1.6666666667em;
}
.loading .SearchPage__spinner {
  display: block;
}
.SearchPage__spinner:focus {
  outline: none;
}
.SearchPage__typeahead {
  position: absolute;
  background: #fff;
  border: 1px solid #595959;
  margin-top: -1.25em;
  padding-top: 1.25em;
  min-width: 240px;
  z-index: 1;
}
.SearchPage__typeahead.hidden {
  display: none;
}
.SearchPage__typeahead li {
  cursor: pointer;
  padding: 0.5em 2em 0.5em 1em;
  display: block;
  min-height: 2.5em;
  line-height: 1.5em;
  width: 100%;
  overflow: hidden;
}
.SearchPage__typeahead li.active {
  background: #f4f0fa;
}
.SearchPage .layout {
  padding: 0;
}

.GenericPayment__col {
  position: relative;
}
.GenericPayment__next {
  border: 1px solid #340458;
  line-height: 1.6666666667em;
  float: right;
  width: 33%;
}
.GenericPayment__next:not(.Donation__cards) {
  float: right;
}
.GenericPayment__next[type=submit] {
  text-align: center;
}
.GenericPayment__next[type=submit]::before {
  content: url("../padlock.html");
  display: inline-block;
  margin-right: 8px;
  width: 0.5em;
}
.GenericPayment__next[type=submit].loading {
  color: #340458;
}
.GenericPayment__next[type=submit].loading::before {
  display: none;
}
.GenericPayment__next--spinner {
  display: none;
  height: 1.6666666667em;
  left: 50%;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 1.6666666667em;
}
.loading .GenericPayment__next--spinner {
  display: block;
}
.GenericPayment__next--spinner:focus {
  outline: none;
}
.GenericPayment__cvv {
  position: relative;
}
.GenericPayment__cvv::after {
  content: "";
  background: url("../cvv.html");
  background-repeat: no-repeat;
  background-size: cover;
  height: 1.5em;
  width: 2em;
  position: absolute;
  right: 20px;
  top: calc(1.25em + 28px);
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.GenericPayment__secure {
  font-size: 0.7777777778em;
  margin-bottom: 30px;
  position: relative;
  text-align: center;
}
.GenericPayment__secure::before {
  content: url("../padlock-dark.html");
  display: inline-block;
  margin-right: 8px;
  vertical-align: text-top;
  width: 0.75em;
  height: 1em;
}
.GenericPayment__error {
  display: none;
}
.error .GenericPayment__error {
  color: #b21121;
  display: block;
  font-size: 0.8888888889em;
}

.GiftAidTransition__next-container {
  padding: 30px 250px;
  padding-bottom: 0;
}
.GiftAidTransition__next-container::after {
  content: "";
  display: table;
  clear: both;
}
.GiftAidTransition p {
  margin-bottom: 0;
}
.GiftAidTransition .btn {
  width: 33%;
}

.Socials {
  background: #f4f0fa;
  padding: 30px 50px;
  padding: 30px 100px;
}
.Socials__title {
  margin-bottom: 20px;
}
.Socials__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.Socials__container:not(:last-of-type) {
  margin-bottom: 30px;
}
.Socials__item {
  background: #fff;
  margin-bottom: 30px;
  overflow: hidden;
  padding: 20px;
  position: relative;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -ms-flex-preferred-size: 0;
      flex-basis: 0;
  margin-bottom: 0;
}
.Socials__item:first-of-type {
  margin-right: 30px;
}
.Socials__icon {
  display: inline-block;
  height: 1.5555555556em;
  vertical-align: top;
  width: 1.5555555556em;
}

.Services {
  padding: 30px 50px;
  padding: 30px 100px;
}
.Services__title {
  margin-bottom: 30px;
}
.Services__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.Services__item {
  margin-bottom: 30px;
  margin-right: 30px;
  -ms-flex-preferred-size: calc(100% - 30px / 2);
      flex-basis: calc(100% - 30px / 2);
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -ms-flex-preferred-size: calc(33.3333% - (3 * 30px / 4 + 0.5px));
      flex-basis: calc(33.3333% - (3 * 30px / 4 + 0.5px));
}
.Services__item:nth-of-type(2n+2) {
  margin-right: 0;
}
.Services__item:nth-of-type(2n+2) {
  margin-right: 30px;
}
.Services__item:last-of-type {
  margin-right: 0;
}
.Services__img-container {
  margin-bottom: 15px;
}
.Services__img {
  display: block;
  height: 4.4444444444em;
  height: 6.6666666667em;
}
.rte .Services__content-text {
  margin-bottom: 0;
}
.Services__cta {
  text-align: center;
}
.Services__cta .btn {
  padding-right: 50px;
  padding-left: 50px;
}

.Partners {
  padding: 30px 50px;
  padding: 30px 100px;
}
.Partners__title {
  margin-bottom: 30px;
}
.Partners__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.Partners__item {
  margin-bottom: 30px;
  margin-right: 30px;
  -ms-flex-preferred-size: calc(50% - 30px / 2);
      flex-basis: calc(50% - 30px / 2);
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -ms-flex-preferred-size: calc(25% - (3 * 30px / 4 + 0.5px));
      flex-basis: calc(25% - (3 * 30px / 4 + 0.5px));
}
.Partners__item:nth-of-type(2n+2) {
  margin-right: 0;
}
.Partners__item:nth-of-type(2n+2) {
  margin-right: 30px;
}
.Partners__item:last-of-type {
  margin-right: 0;
}
.Partners__img-container {
  display: block;
  margin-bottom: 10px;
  margin-right: 20px;
  padding-top: 56.25%;
  position: relative;
  width: 100%;
}
.Partners__img {
  position: absolute;
  top: 0;
  height: 100%;
}
.Partners__cta {
  text-align: center;
}
.Partners__cta .btn {
  padding-right: 50px;
  padding-left: 50px;
}

.Contribution {
  padding: 0 50px;
  padding: 0 100px;
}
.Contribution__title-container {
  padding: 0 30px;
  padding: 0;
}
.Contribution__tile-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.Contribution__tile {
  padding: 20px;
  -ms-flex-preferred-size: 0;
      flex-basis: 0;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  position: relative;
}
.Contribution__tile:first-of-type {
  margin-bottom: 30px;
}
.Contribution__tile.purple {
  background: #340458;
  --title-color: #fff;
}
.Contribution__tile.light-purple {
  background: #7B05E2;
  --title-color: #fff;
}
.Contribution__tile.gray {
  background: #f4f0fa;
}
.Contribution__tile:first-of-type {
  margin-bottom: 0;
  margin-right: 30px;
}
.Contribution__text {
  margin-bottom: 30px;
  color: #fff;
}
.Contribution__form {
  position: relative;
}
.Contribution__input {
  margin-bottom: 20px;
  margin-top: 0 !important;
}
.Contribution__submit {
  height: 2.5em;
  position: absolute;
  top: 2px;
  right: 2px;
  margin-top: 0 !important;
}
.Contribution__last {
  position: absolute;
  bottom: 30px;
}

.ContactUs {
  background: #f4f0fa;
  padding: 30px 50px;
  position: relative;
  overflow: hidden;
  padding: 30px 100px;
}
.ContactUs--wrapped {
  padding: 30px 0;
}
.ContactUs__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.ContactUs__item {
  margin-bottom: 20px;
  padding-left: calc(40px + 0.7em);
  position: relative;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -ms-flex-preferred-size: 0;
      flex-basis: 0;
  margin-bottom: 0;
  margin-right: 20px;
}
.ContactUs__item:last-child {
  margin-right: 0;
}
.ContactUs__item a {
  display: block;
}
.ContactUs__item img {
  height: 40px;
  left: 0;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 40px;
}
.ContactUs__label {
  font-weight: 500;
  color: #7B05E2;
}
.ContactUs__text, .ContactUs__value {
  color: #444;
}
.ContactUs__text {
  margin-bottom: 30px;
}
.ContactUs__value {
  line-height: 1em;
}
.ContactUs .wrapper {
  max-width: 100%;
  padding: 0 50px;
  max-width: 82.8125%;
  padding: 0;
}

.AccessNav {
  background: #fff;
  display: none;
  position: absolute;
  top: -20em;
  z-index: 8;
  width: 100%;
  display: block;
}
.AccessNav__item {
  background: #340458;
  color: #FFF31A;
  font-weight: 500;
  padding: calc((60px - 1em) / 2) 0;
  position: absolute;
  left: 0;
  right: 0;
  text-align: center;
}
.AccessNav__item:focus {
  top: 20em;
  text-decoration: none;
}

.CookieBanner {
  background: #340458;
  overflow: hidden;
  padding: 20px 20px 20px 30px;
  position: relative;
  width: 100%;
}
.CookieBanner__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.CookieBanner__button {
  display: block;
  margin-left: auto;
  margin-right: 0;
  padding-left: 3.3333333333em;
  -ms-flex-item-align: end;
      align-self: flex-end;
  -webkit-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
  white-space: nowrap;
}
.CookieBanner__button::before {
  content: url(../svg/close-dark.svg);
  display: inline-block;
  position: absolute;
  left: 1.1em;
  vertical-align: top;
  width: 1em;
  height: 1em;
}
.CookieBanner__text {
  color: #f4f0fa;
  margin-bottom: 20px;
  margin-right: 20px;
  margin-bottom: 0;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
.CookieBanner__text a {
  text-decoration: underline;
}
.CookieBanner__ribbon {
  background: #FFF31A;
  border-radius: 0 20px 20px 0;
  height: calc(100% - 6px);
  left: -30px;
  position: absolute;
  top: 3px;
  width: 40px;
}
.CookieBanner.hidden {
  display: none;
}

.PromotedItems {
  padding: 30px 50px 1px;
  padding: 30px 100px 1px;
}
.PromotedItems.purple {
  background: #340458;
  --title-color: #340458;
  --rte-title-color: #340458;
}
.PromotedItems.light-purple {
  background: #7B05E2;
}
.PromotedItems.purple .PromotedItems__text, .PromotedItems.light-purple .PromotedItems__text {
  color: #fff;
}
.PromotedItems .white {
  color: #fff;
}
.PromotedItems .turquoise {
  color: #12F9C1;
}
.PromotedItems__text {
  margin-bottom: 30px;
  --title-color: #fff;
}
.PromotedItems__text strong {
  color: #12F9C1;
  font-weight: normal;
}

.NotFound {
  padding: 30px 0;
}

.USP {
  padding-inline: 50px;
  background: #7B05E2;
  padding-inline: 100px;
}
.USP__container {
  padding-block: 50px;
  overflow: hidden;
  position: relative;
  padding: 50px 0 50px 65px;
}
.USP__text {
  color: #fff;
  font-size: 1.25rem;
}
.USP__icon {
  position: absolute;
  top: 15px;
  width: 60px;
  left: 0;
}

.Announcement {
  background: #7B05E2;
  color: #fff;
  padding: 0.5em 0;
  text-align: center;
}
.Announcement a {
  font-weight: 500;
  text-decoration: underline;
}

.MoneyAdvice h2 {
  margin-bottom: 0.4285714286em;
}
.MoneyAdvice h2,
.MoneyAdvice h3 {
  margin-top: 30px;
}
.MoneyAdvice h2 + h3 {
  margin-top: 0;
}
.MoneyAdvice .add-action {
  line-height: 1.75em;
}

.JobListing {
  line-height: 1.25;
}
.JobListing__flex-container {
  margin-top: -45px;
  padding-right: 120px;
  padding-bottom: 161px;
  padding-left: 120px;
}
@media only screen and (max-width: 768px) {
  .JobListing__flex-container {
    padding: 0 70px 121px 70px;
  }
}
@media only screen and (max-width: 600px) {
  .JobListing__flex-container {
    padding: 0 20px 121px 20px;
  }
}
@media only screen and (max-width: 480px) {
  .JobListing__flex-container {
    padding: 0 20px 121px 20px;
  }
}
@media only screen and (max-width: 900px) {
  .JobListing__flex-container--has-hero {
    margin-top: 20px;
  }
}
.JobListing__job-search {
  padding: 1px;
  background: #f4f0fa;
  position: relative;
  border-radius: 44px;
  -webkit-box-shadow: 0.1px 4px 20px rgba(89, 2, 159, 0.1);
          box-shadow: 0.1px 4px 20px rgba(89, 2, 159, 0.1);
}
.JobListing__form {
  margin-top: 10px;
}
.JobListing__form--submit {
  font-weight: 400;
}
.JobListing__inputs {
  margin-bottom: 20px;
}
.JobListing__layout {
  padding: 0 20px;
}
.JobListing__search-button {
  margin-top: 10px;
  font-weight: 200;
}
@media only screen and (max-width: 900px) {
  .JobListing__search-button {
    text-align: center;
    display: block;
    width: 100%;
  }
}
.JobListing__current-location {
  cursor: pointer;
  margin: 15px 0 0 15px;
  padding-right: 1.5em;
  position: relative;
  font-size: 14px;
}
@media only screen and (max-width: 480px) {
  .JobListing__current-location {
    padding-bottom: 24px;
  }
}
.JobListing__current-keyword {
  margin: 15px 0 0 15px;
  padding-right: 1.5em;
  position: relative;
  font-size: 14px;
}
@media only screen and (max-width: 480px) {
  .JobListing__current-keyword {
    padding-bottom: 15px;
  }
}
.JobListing__input-location {
  border: 1px solid #7B05E2;
  color: #7B05E2;
}
.JobListing__current-icon {
  height: 1.3em;
  margin-top: 1px;
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 1.3em;
}
@media only screen and (max-width: 480px) {
  .JobListing__current-icon {
    height: 1.1em;
    top: 15%;
  }
}
.JobListing .btn[type=submit] {
  margin-top: 8px;
  line-height: 1.25;
}
@media only screen and (max-width: 900px) {
  .JobListing .btn[type=submit] {
    margin-bottom: 15px;
  }
}
.JobListing .form input:not([type=radio]):not([type=checkbox]):not([type=submit]):not(.donation-plus):not(.donation-minus):not(.donation-qty),
.JobListing .form select {
  border: 2px solid #340458;
}
.JobListing .TitleBanner__content {
  padding: 50px 120px 80px;
}
@media only screen and (max-width: 600px) {
  .JobListing .TitleBanner__content {
    padding: 50px 30px 80px 36px;
  }
}
@media only screen and (max-width: 780px) {
  .JobListing .JobCard__flex-container-header {
    display: block;
  }
  .JobListing .JobDetails__header-button {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin: 20px 0 0 0;
  }
}

.JobDetails li {
  margin-bottom: 7.5px;
  padding-left: 7.5px;
  padding-top: 7.5px;
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 150%;
  color: #444;
}
.JobDetails__page-container {
  padding: 40px 120px;
}
@media only screen and (max-width: 1410px) {
  .JobDetails__page-container {
    padding: 40px 70px 121px 70px;
  }
}
@media only screen and (max-width: 768px) {
  .JobDetails__page-container {
    padding: 30px 50px 0 50px;
  }
}
@media only screen and (max-width: 480px) {
  .JobDetails__page-container {
    padding: 20px 30px 0 30px;
  }
}
.JobDetails__mobile-header {
  display: none;
}
@media only screen and (max-width: 768px) {
  .JobDetails__mobile-header {
    display: block;
  }
}
.JobDetails__back-button {
  display: none;
  font-size: 18px;
  line-height: 150%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 20px;
  gap: 10px;
}
@media only screen and (max-width: 480px) {
  .JobDetails__back-button {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.JobDetails__header-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-bottom: 50px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.JobDetails__header-text__title {
  font-style: normal;
  font-weight: 600;
  font-size: 35px;
  line-height: 120%;
  padding-bottom: 15px;
}
@media only screen and (max-width: 768px) {
  .JobDetails__header-text__title {
    padding: 20px 0 10px 0;
  }
}
@media only screen and (max-width: 600px) {
  .JobDetails__header-text__title {
    font-size: 25px;
  }
}
.JobDetails__header-text__company {
  font-style: normal;
  font-weight: 600;
  font-size: 25px;
  line-height: 150%;
  padding-bottom: 15px;
}
@media only screen and (max-width: 600px) {
  .JobDetails__header-text__company {
    font-size: 18px;
  }
}
.JobDetails__header-button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  white-space: nowrap;
  padding: 5px 10px;
  gap: 5px;
  height: 37px;
  background: #FFF31A;
  border-radius: 33px;
  font-weight: 600;
  font-size: 18px;
  line-height: 150%;
  margin-left: auto;
}
@media only screen and (max-width: 768px) {
  .JobDetails__header-button {
    margin-left: 0;
  }
}
@media only screen and (max-width: 480px) {
  .JobDetails__header-button {
    margin-bottom: 15px;
  }
}
.JobDetails__button-icon {
  padding-left: 10px;
}
.JobDetails__grey-sub-headings {
  font-weight: 700;
  padding-bottom: 30px;
  font-size: 18px;
  line-height: 150%;
  padding-top: 20px;
  color: #444;
}
.JobDetails__left-right-flex-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-column-gap: 120px;
     -moz-column-gap: 120px;
          column-gap: 120px;
}
@media only screen and (max-width: 1410px) {
  .JobDetails__left-right-flex-container {
    -webkit-column-gap: 60px;
       -moz-column-gap: 60px;
            column-gap: 60px;
  }
}
@media only screen and (max-width: 878px) {
  .JobDetails__left-right-flex-container {
    display: block;
  }
}
.JobDetails__flex-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.JobDetails__left-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 2;
      -ms-flex: 2;
          flex: 2;
}
.JobDetails__sub-headings {
  padding-bottom: 20px;
  font-style: normal;
  font-weight: 600;
  font-size: 18px;
  line-height: 140%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  letter-spacing: -0.02em;
  color: #340458;
}
.JobDetails__body-description {
  padding-bottom: 60px;
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 150%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: #444;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.JobDetails__body-description ul li {
  margin: 10px 0;
  margin-left: 20px;
  color: #444;
}
.JobDetails__body-description ul li::before {
  content: "•";
  color: #444;
  font-size: 2rem;
  position: absolute;
  left: 0;
}
@media only screen and (max-width: 480px) {
  .JobDetails__body-description ul li {
    max-width: calc(100vw - 80px);
  }
}
.JobDetails__body-description img {
  height: auto;
}
.JobDetails__tags {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 30px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 30px;
  background: #f4f0fa;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 60px;
}
@media only screen and (max-width: 1250px) {
  .JobDetails__tags {
    display: block;
    padding: 20px 20px 0 20px;
  }
}
@media only screen and (max-width: 878px) {
  .JobDetails__tags {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 20px 20px 2px 20px;
  }
}
@media only screen and (max-width: 810px) {
  .JobDetails__tags {
    display: block;
    padding: 20px 20px 2px 20px;
  }
}
.JobDetails__details {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media only screen and (max-width: 1250px) {
  .JobDetails__details {
    padding-bottom: 18px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
@media only screen and (max-width: 920px) {
  .JobDetails__details {
    padding-bottom: 18px;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: start;
  }
}
@media only screen and (max-width: 810px) {
  .JobDetails__details {
    padding-bottom: 18px;
  }
}
@media only screen and (max-width: 480px) {
  .JobDetails__details {
    padding-bottom: 18px;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: start;
    -ms-flex-flow: wrap;
        flex-flow: wrap;
  }
}
.JobDetails__details__title {
  font-style: normal;
  font-weight: 600;
  font-size: 18px;
  line-height: 150%;
  padding-left: 6px;
  white-space: pre-wrap;
}
.JobDetails__details__sub-title {
  font-size: 14px;
  line-height: 20px;
  letter-spacing: -0.01em;
  padding-top: 5px;
  padding-left: 5px;
  white-space: pre-wrap;
}
.JobDetails__details__button-icon {
  padding-left: 10px;
}
.JobDetails__bullets {
  padding-top: 60px;
}
.JobDetails__bullet-list {
  margin-left: 35px;
}
.JobDetails ul[type=bullets] {
  -webkit-columns: 2;
     -moz-columns: 2;
          columns: 2;
  -webkit-column-gap: 60px;
     -moz-column-gap: 60px;
          column-gap: 60px;
}
@media only screen and (max-width: 1029px) {
  .JobDetails ul[type=bullets] {
    -webkit-columns: 1;
       -moz-columns: 1;
            columns: 1;
  }
}
@media only screen and (max-width: 878px) {
  .JobDetails ul[type=bullets] {
    -webkit-columns: 2;
       -moz-columns: 2;
            columns: 2;
  }
}
@media only screen and (max-width: 650px) {
  .JobDetails ul[type=bullets] {
    -webkit-columns: 1;
       -moz-columns: 1;
            columns: 1;
  }
}
.JobDetails__right-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.JobDetails__actions {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 20px;
  gap: 30px;
  width: 360px;
  height: auto;
  background: #340458;
  -webkit-box-shadow: 0 4px 20px #f4f0fa;
          box-shadow: 0 4px 20px #f4f0fa;
  margin-bottom: 30px;
}
@media only screen and (max-width: 878px) {
  .JobDetails__actions {
    width: auto;
  }
}
.JobDetails__actions__button {
  width: 320px;
  text-align: center;
}
@media only screen and (max-width: 878px) {
  .JobDetails__actions__button {
    width: 100%;
  }
}
.JobDetails__actions__button-white {
  font-weight: 400px;
  color: #fff;
  font-size: 18px;
  line-height: 150%;
  width: 320px;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 8px;
  gap: 30px;
  background: #340458;
  -webkit-box-shadow: 0 0 0 2px #f4f0fa;
          box-shadow: 0 0 0 2px #f4f0fa;
  border-radius: 20px;
}
@media only screen and (max-width: 878px) {
  .JobDetails__actions__button-white {
    width: 100%;
  }
}
.JobDetails__actions__small-buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media only screen and (max-width: 878px) {
  .JobDetails__actions__small-buttons {
    -ms-flex-pack: distribute;
        justify-content: space-around;
  }
}
.JobDetails__actions__small-button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  white-space: nowrap;
  padding: 5px;
  font-weight: 400px;
  color: #fff;
  font-size: 18px;
  line-height: 150%;
  text-align: center;
  border-radius: 20px;
}
.JobDetails__similar-jobs {
  padding-top: 60px;
  padding-bottom: 30px;
}
@media only screen and (max-width: 600px) {
  .JobDetails__cards {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    overflow: scroll;
  }
}
.JobDetails__action-footer {
  display: none;
}
@media only screen and (max-width: 480px) {
  .JobDetails__action-footer {
    display: block;
  }
}
.JobDetails .JobCard {
  padding: 20px;
  max-width: 350px;
  min-width: 300px;
}
@media only screen and (max-width: 600px) {
  .JobDetails .JobCard {
    margin-right: 20px;
  }
}
.JobDetails .JobCard .JobDetails__header-button {
  display: none;
}
.JobDetails .JobCard__flex-container-header {
  display: block;
}
.JobDetails .JobCard__flex-container-details {
  display: block;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.JobDetails .JobCard__ul ul li {
  margin: 10px 0;
  margin-left: 20px;
  color: #444;
}
.JobDetails .JobCard__ul ul li::before {
  content: "•";
  color: #444;
  font-size: 2rem;
  position: absolute;
  left: 0;
}
.JobDetails .JobCard__title {
  font-style: normal;
  font-weight: 600;
  font-size: 25px;
  line-height: 120%;
  color: #7B05E2;
  padding-bottom: 15px;
  margin-bottom: 0;
  --title-color: #7B05E2;
}
.JobDetails .JobCard__company {
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 150%;
  color: #340458;
  padding-bottom: 15px;
  margin-bottom: 0;
}
.JobDetails .JobCard__details {
  padding-bottom: 18px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.JobDetails .JobCard__bottom-buttons-desktop {
  display: none;
}
.JobDetails .JobCard__bottom-buttons-mobile {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: normal;
      -ms-flex-align: normal;
          align-items: normal;
  text-align: center;
}
.JobDetails .JobCard__margin-buttons {
  display: none;
  font-size: 16px;
}
@media only screen and (max-width: 480px) {
  .JobDetails .JobCard__margin-buttons {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.JobDetails .JobCard__hidden-details-button {
  display: block;
  width: 100%;
}
.JobDetails .JobCard__hidden-details-button__button {
  width: 100%;
  line-height: 150%;
  text-align: center;
}
@media only screen and (max-width: 480px) {
  .JobDetails .JobCard__hidden-details-button {
    display: none;
  }
}
.JobDetails .JobCard__transparent-purple {
  border: 2px;
  width: 100%;
  margin: 20px 0 30px 0;
}
.JobDetails .JobCard__bullets {
  -webkit-columns: 1;
     -moz-columns: 1;
          columns: 1;
}
.JobDetails .TitleBanner__title {
  font-style: normal;
  font-weight: 600;
  font-size: 25px;
  line-height: 120%;
  padding: 50px 120px 50px;
}
@media only screen and (max-width: 1410px) {
  .JobDetails .TitleBanner__title {
    padding: 50px 70px 50px;
  }
}
@media only screen and (max-width: 768px) {
  .JobDetails .TitleBanner__title {
    padding: 50px;
  }
}
@media only screen and (max-width: 480px) {
  .JobDetails .TitleBanner__title {
    padding: 50px 30px 50px;
  }
}
.JobDetails .TitleBanner__content {
  padding: 50px 120px 50px;
}
@media only screen and (max-width: 600px) {
  .JobDetails .TitleBanner__content {
    padding: 50px 30px 50px 30px;
  }
}

.ActionFooterMobile {
  z-index: 999;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  width: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 20px;
  gap: 30px;
  background: #340458;
  -webkit-box-shadow: 0 4px 20px #f4f0fa;
          box-shadow: 0 4px 20px #f4f0fa;
}
.ActionFooterMobile__button {
  width: 100%;
  text-align: center;
  padding-bottom: 15px;
  line-height: 1.25;
}
.ActionFooterMobile__top-buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  gap: 20px;
}
.ActionFooterMobile__bottom-buttons {
  display: none;
  width: 100%;
  gap: 20px;
}
.ActionFooterMobile__button-white {
  font-weight: 400px;
  color: #fff;
  font-size: 18px;
  line-height: 150%;
  width: 100%;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 8px;
  background: #340458;
  -webkit-box-shadow: 0 0 0 2px #f4f0fa;
          box-shadow: 0 0 0 2px #f4f0fa;
  border-radius: 20px;
  margin-bottom: 30px;
}
.ActionFooterMobile__button-details {
  padding: 12px;
  width: 43px;
  height: 43px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  background: #340458;
  -webkit-box-shadow: 0 0 0 2.5px #f4f0fa;
          box-shadow: 0 0 0 2.5px #f4f0fa;
  border-radius: 3em;
}
.ActionFooterMobile__button-details__dropdown {
  display: block;
}
.ActionFooterMobile__button-details__close {
  display: none;
}
.ActionFooterMobile__small-buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  padding-bottom: 10px;
}
.ActionFooterMobile__small-button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  white-space: nowrap;
  padding: 5px 10px;
  gap: 10px;
  font-weight: 400px;
  color: #fff;
  font-size: 18px;
  line-height: 150%;
  text-align: center;
  border-radius: 20px;
}
@media only screen and (max-width: 374px) {
  .ActionFooterMobile__small-button {
    font-size: 15px;
  }
}

.Jobs__matchlabel {
  font-style: normal;
  font-weight: 600;
  font-size: 35px;
  line-height: 120%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 54px 0 54px 0;
}
@media only screen and (max-width: 480px) {
  .Jobs__matchlabel {
    font-size: 25px;
    padding: 0 10px 0 10px;
    margin: 54px 0 30px 0;
  }
}
.Jobs__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 60px;
     -moz-column-gap: 60px;
          column-gap: 60px;
}
@media only screen and (max-width: 1291px) {
  .Jobs__container {
    display: block;
  }
}
.Jobs__search {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.Jobs__search__title {
  font-weight: 300;
  font-size: 18px;
  line-height: 150%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #444;
  padding: 0 0 20px 0;
}
@media only screen and (max-width: 1060px) {
  .Jobs__search__title {
    display: none;
  }
}
.Jobs__search__refine {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 50%;
      -ms-flex: 50%;
          flex: 50%;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 320px;
  height: 47px;
  background: #340458;
  border-radius: 30px;
  -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
          order: 3;
  -ms-flex-item-align: stretch;
      -ms-grid-row-align: stretch;
      align-self: stretch;
  -webkit-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
  color: #fff;
  font-size: 18px;
  font-weight: 600;
  line-height: 150%;
  margin-top: 30px;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
@media only screen and (max-width: 1291px) {
  .Jobs__search__refine {
    width: 100%;
  }
}
.Jobs__search select[type=search-select] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-left: 15px;
  gap: 11px;
  width: 320px;
  height: 45px;
  border: 2px solid #340458;
  border-radius: 23px;
  font-style: normal;
  font-weight: 600;
  font-size: 18px;
  cursor: pointer;
  margin-top: 10px;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
.Jobs__search select[type=min-max-select] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-left: 15px;
  gap: 11px;
  height: 45px;
  width: 150px;
  border: 2px solid #340458;
  border-radius: 23px;
  font-style: normal;
  font-weight: 600;
  font-size: 18px;
  margin-top: 10px;
  cursor: pointer;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
.Jobs__search select[id=maximum] {
  margin-left: auto;
}
.Jobs__search__mobile-search-box {
  display: none;
}
@media only screen and (max-width: 1060px) {
  .Jobs__search__mobile-search-box {
    display: block;
  }
}
.Jobs__search__desktop-search-box {
  display: block;
  background-color: #fff;
  padding: 20px;
  line-height: 150%;
  font-size: 18px;
  border: 2px solid #340458;
  -webkit-box-shadow: 0 0 20px #f4f0fa;
          box-shadow: 0 0 20px #f4f0fa;
  height: 492px;
  width: 360px;
}
@media only screen and (max-width: 1060px) {
  .Jobs__search__desktop-search-box {
    display: none;
  }
}
@media only screen and (max-width: 1291px) {
  .Jobs__search__desktop-search-box {
    width: auto;
  }
  .Jobs__search__desktop-search-box select[type=search-select] {
    width: 100%;
  }
  .Jobs__search__desktop-search-box select[type=min-max-select] {
    width: 48%;
  }
  .Jobs__search__desktop-search-box input[type=submit] {
    width: 100%;
  }
}
.Jobs__search__desktop-search-box select[type=search-select],
.Jobs__search__desktop-search-box select[type=min-max-select] {
  background-image: linear-gradient(45deg, transparent 50%, #340458 50%), linear-gradient(135deg, #340458 50%, transparent 50%);
  background-position: calc(100% - 20px) calc(1em + 2px), calc(100% - 15px) calc(1em + 2px), calc(100% - 2.5em) 0.5em;
  background-size: 5px 5px, 5px 5px, 1px 1.5em;
  background-repeat: no-repeat;
}
.Jobs__search__desktop-search-box select:focus[type=search-select],
.Jobs__search__desktop-search-box select:focus[type=min-max-select] {
  background-image: linear-gradient(45deg, #340458 50%, transparent 50%), linear-gradient(135deg, transparent 50%, #340458 50%);
  background-position: calc(100% - 15px) 1em, calc(100% - 20px) 1em, calc(100% - 2.5em) 0.5em;
  background-size: 5px 5px, 5px 5px, 1px 1.5em;
  background-repeat: no-repeat;
}
.Jobs__search__desktop-search-box input[type=submit] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 50%;
      -ms-flex: 50%;
          flex: 50%;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 320px;
  height: 47px;
  background: #340458;
  border-radius: 30px;
  -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
          order: 3;
  -ms-flex-item-align: stretch;
      -ms-grid-row-align: stretch;
      align-self: stretch;
  -webkit-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
  color: #fff;
  font-size: 18px;
  font-weight: 600;
  line-height: 150%;
  margin-top: 30px;
  -webkit-appearance: none;
}
@media only screen and (max-width: 1291px) {
  .Jobs__search__desktop-search-box input[type=submit] {
    width: 100%;
  }
}
.Jobs__search__desktop-search-box__min-max-select {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: auto;
}
.Jobs__results {
  -webkit-box-flex: 2;
      -ms-flex: 2;
          flex: 2;
}
.Jobs__results__title {
  font-weight: 300;
  font-size: 18px;
  line-height: 150%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #444;
  padding: 0 0 20px 0;
}
@media only screen and (max-width: 1291px) {
  .Jobs__results__title {
    padding-top: 20px;
  }
}
@media only screen and (max-width: 420px) {
  .Jobs__results__title {
    display: none;
  }
}
.Jobs .JobCard__hidden-details-button__button {
  display: none;
}

.JobCard {
  margin: 0 0 20px 0;
  background-color: #f4f0fa;
  padding: 30px;
  max-width: 800px;
  min-width: 300px;
}
@media only screen and (max-width: 480px) {
  .JobCard {
    padding: 20px 20px 0 20px;
  }
}
.JobCard__ul ul li {
  margin: 10px 0;
  margin-left: 20px;
  color: #444;
}
.JobCard__ul ul li::before {
  content: "•";
  color: #444;
  font-size: 2rem;
  position: absolute;
  left: 0;
}
@media only screen and (max-width: 480px) {
  .JobCard__ul ul li {
    width: calc(100vw - 100px);
  }
}
.JobCard__button-open, .JobCard__button-close {
  font-size: 18px;
  font-weight: 600;
  line-height: 1.25;
}
@media only screen and (max-width: 480px) {
  .JobCard__button-open, .JobCard__button-close {
    margin-bottom: 20px;
  }
}
.JobCard__top-half {
  display: block;
}
.JobCard__bottom-half {
  display: none;
}
.JobCard__flex-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-bottom: 30px;
}
.JobCard__flex-container-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-bottom: 30px;
}
@media only screen and (max-width: 480px) {
  .JobCard__flex-container-header {
    display: block;
  }
}
.JobCard__flex-container-details {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-bottom: 30px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media only screen and (max-width: 868px) {
  .JobCard__flex-container-details {
    display: block;
  }
}
@media only screen and (max-width: 480px) {
  .JobCard__flex-container-details {
    padding-top: 20px;
  }
}
.JobCard__title {
  font-family: "LabilGrotesk", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 25px;
  line-height: 120%;
  color: #7B05E2;
  padding-bottom: 15px;
  margin-bottom: 0;
}
@media only screen and (max-width: 480px) {
  .JobCard__title {
    font-size: 18px;
  }
}
.JobCard__company {
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 150%;
  color: #340458;
  padding-bottom: 15px;
  margin-bottom: 0;
}
@media only screen and (max-width: 480px) {
  .JobCard__company {
    font-size: 14px;
  }
}
.JobCard__logo {
  position: relative;
  max-height: 3.3333333333em;
  margin: 0;
  padding-left: 20px;
  right: 0;
  top: 0;
  max-height: 5em;
}
@media only screen and (max-width: 480px) {
  .JobCard__logo {
    padding: 0;
  }
}
.JobCard__logo img {
  height: 3.3333333333em;
  right: 0;
  height: 5em;
}
@media only screen and (max-width: 480px) {
  .JobCard__logo img {
    margin-bottom: 15px;
  }
}
.JobCard__details {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media only screen and (max-width: 868px) {
  .JobCard__details {
    padding-bottom: 10px;
  }
}
.JobCard__details__title {
  font-style: normal;
  font-weight: 600;
  font-size: 18px;
  line-height: 150%;
  padding-left: 6px;
  white-space: pre-wrap;
}
.JobCard__details__sub-title {
  font-size: 14px;
  line-height: 20px;
  letter-spacing: -0.01em;
  padding-top: 5px;
  padding-left: 5px;
}
.JobCard__bottom-buttons-desktop {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media only screen and (max-width: 900px) {
  .JobCard__bottom-buttons-desktop {
    display: none;
  }
}
.JobCard__bottom-buttons-desktop__button-icon {
  padding-left: 10px;
  width: 18px;
}
.JobCard__bottom-buttons-desktop .btn.transparent-purple {
  background-color: transparent;
  border: 2px solid #340458;
  color: #340458;
  padding: 7px 20px;
}
.JobCard__bottom-buttons-desktop__save-button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: 700;
  padding: 5px 10px;
  gap: 5px;
}
.JobCard__bottom-buttons-mobile {
  display: none;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media only screen and (max-width: 900px) {
  .JobCard__bottom-buttons-mobile {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: normal;
        -ms-flex-align: normal;
            align-items: normal;
    text-align: center;
  }
}
.JobCard__bottom-buttons-mobile__button-icon {
  padding-left: 10px;
  width: 18px;
}
.JobCard__bottom-buttons-mobile__save-button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: 700;
  padding: 5px 10px;
  gap: 5px;
}
.JobCard__bottom-buttons-mobile__button-close {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.JobCard__margin-buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media only screen and (max-width: 374px) {
  .JobCard__margin-buttons {
    font-size: 16px;
  }
}
.JobCard__margin-buttons__left {
  margin-right: auto;
}
.JobCard__margin-buttons__right {
  margin-left: auto;
}
.JobCard__transparent-purple {
  background-color: transparent;
  border: 2px;
  border-color: #340458;
}
@media only screen and (max-width: 900px) {
  .JobCard__transparent-purple {
    border: 2px;
    width: 100%;
    margin: 20px 0 30px 0;
  }
}
.JobCard__description {
  font-style: normal;
  font-weight: 0;
  font-size: 18px;
  line-height: 150%;
  color: #444;
  -ms-flex-item-align: stretch;
      -ms-grid-row-align: stretch;
      align-self: stretch;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.JobCard__bullets {
  padding: 0 10px 20px 0;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: 50%;
}
@media only screen and (max-width: 900px) {
  .JobCard__bullets {
    width: 100%;
  }
}
.JobCard__bullets-single {
  width: 100%;
}
.JobCard__bullet-title {
  font-style: normal;
  font-weight: 600;
  font-size: 1em;
  line-height: 150%;
  padding-bottom: 5px;
}
.JobCard ul[type=detail-list] {
  overflow-x: hidden;
}
.JobCard li[type=detail-bullets] {
  margin: 10px 0;
  padding-left: 10px;
  padding-top: 10px;
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 150%;
  color: #444;
}
.JobCard__application-close-date {
  font-weight: 700;
  font-size: 18px;
  line-height: 150%;
}

.TitleBanner__title {
  font-style: normal;
  font-weight: 600;
  font-size: 25px;
  line-height: 120%;
  padding: 50px 120px 50px;
}
@media only screen and (max-width: 900px) {
  .TitleBanner__title {
    padding: 50px 120px 50px;
  }
}
@media only screen and (max-width: 768px) {
  .TitleBanner__title {
    padding: 50px 70px 50px;
  }
}
@media only screen and (max-width: 600px) {
  .TitleBanner__title {
    padding: 50px 30px 50px 30px;
  }
}
.TitleBanner__content {
  padding: 50px 120px;
}

.RefineSearch {
  margin-bottom: 30px;
  background: #fff;
  border: 2px solid #340458;
  -webkit-box-shadow: 0 0 20px #f4f0fa;
          box-shadow: 0 0 20px #f4f0fa;
  border-radius: 21px;
}
.RefineSearch__top-half {
  display: block;
}
.RefineSearch__bottom-half {
  display: none;
}
.RefineSearch__button {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 20px;
  width: 100%;
  height: 67px;
}
.RefineSearch__button__title {
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 150%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #340458;
}
.RefineSearch__button__dropdown {
  display: block;
  margin-left: auto;
}
.RefineSearch__button__cross {
  display: none;
  margin-left: auto;
}
.RefineSearch__search-box {
  display: block;
  padding: 10px 20px 20px 20px;
  line-height: 150%;
}
.RefineSearch__search-box select[type=search-select] {
  width: 100%;
}
.RefineSearch__search-box select[type=min-max-select] {
  width: 48%;
}
.RefineSearch__search-box select[type=search-select],
.RefineSearch__search-box select[type=min-max-select] {
  background-image: linear-gradient(45deg, transparent 50%, #340458 50%), linear-gradient(135deg, #340458 50%, transparent 50%);
  background-position: calc(100% - 20px) calc(1em + 2px), calc(100% - 15px) calc(1em + 2px), calc(100% - 2.5em) 0.5em;
  background-size: 5px 5px, 5px 5px, 1px 1.5em;
  background-repeat: no-repeat;
}
.RefineSearch__search-box select:focus[type=search-select],
.RefineSearch__search-box select:focus[type=min-max-select] {
  background-image: linear-gradient(45deg, #340458 50%, transparent 50%), linear-gradient(135deg, transparent 50%, #340458 50%);
  background-position: calc(100% - 15px) 1em, calc(100% - 20px) 1em, calc(100% - 2.5em) 0.5em;
  background-size: 5px 5px, 5px 5px, 1px 1.5em;
  background-repeat: no-repeat;
}
.RefineSearch__search-box input[type=submit] {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 50%;
      -ms-flex: 50%;
          flex: 50%;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 47px;
  background: #340458;
  border-radius: 30px;
  -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
          order: 3;
  -ms-flex-item-align: stretch;
      -ms-grid-row-align: stretch;
      align-self: stretch;
  -webkit-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
  color: #fff;
  font-size: 18px;
  font-weight: 600;
  line-height: 150%;
  margin-top: 30px;
  -webkit-appearance: none;
}
.RefineSearch__search-box__min-max-select {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: auto;
}

.JobXMLImportCard {
  padding: 20px;
  border: 5px solid #f3effa;
}
.JobXMLImportCard.gray {
  padding: 0;
  background: #f4f0fa;
}
.JobXMLImportCard .bordered-fields .lead-label,
.JobXMLImportCard .bordered-fields label {
  border: none;
}
.JobXMLImportCard .bordered-fields .lead-label:last-of-type,
.JobXMLImportCard .bordered-fields label:last-of-type {
  border-bottom: none;
}
.JobXMLImportCard .bordered-fields .lead-label {
  padding-top: 0;
  padding-left: 0;
}
.JobXMLImportCard .bordered-fields label {
  padding: 10px 0 10px 30px;
}
.JobXMLImportCard .bordered-fields input,
.JobXMLImportCard .bordered-fields .custom {
  left: 0;
}
.JobXMLImportCard .file-upload {
  padding-top: 20px;
  padding-bottom: 20px;
  border-top: 1px solid #ae9bbc;
  border-bottom: 1px solid #ae9bbc;
}
.JobXMLImportCard hr {
  margin: 15px 0;
  border-color: rgba(52, 4, 88, 0.15);
  border-width: 1px 0 0 0;
}

.JobXMLImportCardHeader {
  padding: 15px 20px;
  background-color: rgba(52, 4, 88, 0.15);
}
.JobXMLImportCardHeader h2 {
  font-size: 1.1111111111em;
  margin-bottom: 0;
}

.JobXMLImportCardBody {
  padding: 20px;
}

.JobXMLImportStatusCard p {
  margin-bottom: 0;
}

.JobXMLImportTableCard .JobXMLImportCardBody {
  background-color: #fff;
  padding: 0;
}

.JobXMLImportBtns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0 20px;
}
.JobXMLImportBtns .btn {
  margin-bottom: 10px;
}

.loading-popup {
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 0.15s ease;
  transition: all 0.15s ease;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 5;
  background: rgba(255, 255, 255, 0.7);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.loading-popup--active {
  opacity: 1;
  visibility: visible;
}
.loading-popup .loading__spinner {
  display: block;
  width: 2.7777777778em;
  height: 2.7777777778em;
}

.TitleBanner--large-space {
  color: #fff;
  background: #340458;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  --title-color: #fff;
}
.TitleBanner__content {
  color: #fff;
  background: #340458;
  overflow: hidden;
  padding: 20px 50px 30px;
  position: relative;
  --title-color: #fff;
}
.TitleBanner__content--narrow {
  padding: 20px 0 30px;
}
.TitleBanner__content--no-left-pad {
  padding-left: 0 !important;
}
.TitleBanner__content.fixed {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 2;
  margin: 0 auto;
  max-width: 77.7777777778em;
}
.TitleBanner--large-space .TitleBanner__title {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.TitleBanner--large-space .TitleBanner__title--no-left-pad {
  padding-left: 0 !important;
}
.fixed .TitleBanner__title {
  display: none;
}
.fixed .TitleBanner__title {
  display: block;
}
.TitleBanner__text {
  margin-bottom: 1em;
}
.fixed .TitleBanner__text {
  display: none;
}
.TitleBanner__aside {
  width: 6.66666667em;
  text-align: center;
  padding: 20px 50px 30px;
  width: 13.33333334em;
}
.TitleBanner__aside-text {
  font-size: 0.833333335em;
  line-height: 1.2em;
  font-size: 1em;
}
.TitleBanner__aside-img {
  padding-top: 10px;
}
.TitleBanner__aside-img img {
  max-width: 100%;
}

.Login {
  background: #f4f0fa;
  padding: 50px;
}
.Login__wrapper {
  background: #fff;
  margin: 0 auto;
  padding: 30px;
  max-width: 22.2222222222em;
}
.Login__form {
  text-align: center;
}
.Login__submit {
  width: 100%;
}
.Login__icon {
  left: 0;
  margin-right: 0.85em;
}

.AdviserFeedback {
  background: #f4f0fa;
  border-left: 5px solid #7B05E2;
  padding: 20px 30px;
}
.AdviserFeedback__title {
  font-size: 1.3888888889em;
  margin-bottom: 20px;
  position: relative;
  color: #7B05E2;
}
.AdviserFeedback__title::before {
  content: "";
  background: url(../svg/star.svg);
  background-repeat: no-repeat;
  background-position: center;
  display: inline-block;
  float: left;
  margin-right: 20px;
  width: 1.6em;
  height: 1.6em;
}
.AdviserFeedback__description {
  margin-top: 10px;
}
.AdviserFeedback__label {
  font-weight: 500;
}
.error .AdviserFeedback__label {
  color: #b21121;
  position: relative;
}
.error .AdviserFeedback__label::after {
  content: url(../svg/error.svg);
  height: 1em;
  width: 1em;
  position: absolute;
  top: 0;
  right: 0;
}
.AdviserFeedback__field {
  height: 120px;
  width: 100%;
}
.error .AdviserFeedback__field {
  border-color: #b21121;
}
.AdviserFeedback__field-container {
  position: relative;
}
.AdviserFeedback__submit {
  text-align: right;
}
.AdviserFeedback__error {
  color: #b21121;
  display: none;
  font-size: 0.8888888889em;
  left: 0;
  line-height: 1em;
  margin-top: 5px;
  bottom: calc(-1em - 5px);
  position: absolute;
}
.error .AdviserFeedback__error {
  display: block;
}
.AdviserFeedback.message {
  border: 1px solid green;
}
.message .AdviserFeedback__form {
  display: none;
}
.AdviserFeedback__message {
  color: #340458;
  display: none;
}
.message .AdviserFeedback__message {
  display: block;
}

.TableContainer {
  position: relative;
}
.TableContainer div {
  width: 100%;
  overflow-x: auto;
}
.TableContainer::before, .TableContainer::after {
  content: "";
  height: 100%;
  pointer-events: none;
  position: absolute;
  top: 0;
  width: 33.3333333333%;
  opacity: 0;
  -webkit-transition: opacity 0.3s linear;
  transition: opacity 0.3s linear;
}
.TableContainer::before {
  background: -webkit-gradient(linear, right top, left top, from(rgba(255, 255, 255, 0)), to(rgba(255, 255, 255, 0.9)));
  background: linear-gradient(to left, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.9));
  left: -10px;
  z-index: 1;
}
.TableContainer::after {
  background: -webkit-gradient(linear, right top, left top, from(rgba(255, 255, 255, 0.9)), to(rgba(255, 255, 255, 0)));
  background: linear-gradient(to left, rgba(255, 255, 255, 0.9), rgba(255, 255, 255, 0));
  right: -10px;
}
.TableContainer__overflow-right::after {
  opacity: 1;
}
.TableContainer__overflow-left::before {
  opacity: 1;
}

#ml-tributecreate-container iframe {
  width: 100%;
}

.ml-tributesearch-results {
  border-bottom: 1px solid #d6dde0;
  margin-bottom: 20px;
}

.ml-tributesearch-summary {
  margin: 20px 0 20px 0;
}

a.ml-tributesearch-thumbnail {
  width: 100px;
  position: absolute;
  left: 0;
  top: 0;
}

.ml-tributesearch-thumbnail img {
  width: 100px;
}

.ml-tributesearch-resultscontainer {
  margin-bottom: 20px;
  padding: 3px;
}

.ml-tributesearch-result {
  position: relative;
  padding-left: 130px;
  margin-bottom: 24px;
  min-height: 100px;
}

.ml-tributesearch-result h5 {
  padding-top: 34px !important;
  margin: 0;
}

.ml-tributesearch-pager {
  position: relative;
  min-height: 59px;
  text-align: center;
}

.ml-tributesearch-pager:blank {
  display: none;
}

.ml-tributesearch-pager-summary {
  display: inline-block;
}

.ml-tributesearch-btn-next {
  position: absolute;
  top: 0;
  right: 0;
}

.ml-tributesearch-btn-previous {
  position: absolute;
  top: 0;
  left: 0;
}

.ml-tributesearch-form {
  margin-bottom: 10px;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.ml-tributesearch-searchbox {
  margin-right: 10px !important;
  margin-top: 0 !important;
  width: 100%;
}

.ml-tributesearch-btn-search {
  margin-top: 0 !important;
}

.ml-details-widget-container {
  margin-top: 30px;
}

.ml-details-widget-container p {
  margin-bottom: 0;
}

p.ml-funeral-details {
  margin-bottom: 1.11111em;
}

.ml-funeral-location {
  line-height: 1.3em;
}

.ml-tribute-wot,
.ml-thought,
.ml-donation {
  line-height: 1.75em;
}

.ml-details-widget-container h2,
.ml-details-widget-container h3,
.ml-details-widget-container h4,
.ml-details-widget-container h5 {
  color: #333;
}

.ml-details-widget-container h4 {
  color: #3eab33;
  font-weight: 700;
}

p.ml-fundraisinginfo-target {
  padding-bottom: 0 !important;
}

.ml-widget-tr-mainnotice,
.ml-widget-tr-donationgallery,
.ml-widget-tr-thoughtgallery,
.ml-widget-tr-funeralnotice,
.ml-widget-tr-imagegallery,
.ml-widget-tr-fundraisinginfo,
.ml-widget-tr-branchdetails {
  margin-top: 40px;
}

.ml-funeral-map {
  margin-bottom: 10px;
}

.ml-widget-tr-mainnotice {
  border: none;
  margin-top: 0;
}

h3.ml-tribute-title {
  clear: none;
  margin-bottom: 0;
}

h5.ml-tribute-subtitle {
  margin-bottom: 8px;
  clear: none;
}

.ml-tribute-wot {
  clear: both;
  padding-top: 15px;
}

.ml-widget-tr-donationgallery,
.ml-widget-tr-thoughtgallery {
  border: none;
}

.ml-branch-details h3 {
  margin-bottom: 8px;
}

.ml-widget-tr-mainnotice:empty,
.ml-widget-tr-donationgallery:empty,
.ml-widget-tr-thoughtgallery:empty,
.ml-widget-tr-funeralnotice:empty,
.ml-widget-tr-imagegallery:empty,
.ml-widget-tr-fundraisinginfo:empty,
.ml-widget-tr-branchdetails:empty {
  border: none;
  margin: 0;
  padding: 0;
}

img.ml-tribute-thumb {
  margin-right: 20px !important;
  margin-bottom: 20px !important;
  float: left;
  max-width: 200px;
  border: 0;
}

.ml-fundraisinginfo-raisedsofar {
  margin-bottom: 40px;
}

.ml-fundraisinginfo {
  display: table-row;
  width: 100%;
}

.ml-fundraisinginfo-charity {
  margin-bottom: 20px;
  margin-right: 20px;
  text-align: middle;
  float: left;
}

.ml-fundraisinginfo-charity-details {
  min-height: 56px;
  margin-bottom: 10px;
  text-align: center;
}

.ml-fundraisinginfo-charity img {
  display: block;
  margin: auto;
  padding: 0;
  border: none;
}

.ml-fundraisinginfo-donatelink {
  margin-top: 14px;
}

.ml-fundraisinginfo-donatelink,
.ml-action-list a,
.ml-widget-tr-imagegallery a {
  border-bottom: none !important;
}

a.ml-btn-get-directions {
  display: inline-block;
  margin-top: 6px;
}

ul.bxslider {
  margin: 0;
  padding: 0;
}

ul.bxslider li {
  margin: 0;
}

.bx-wrapper img {
  margin-left: auto !important;
  margin-right: auto !important;
  margin-bottom: 0;
  margin-top: 0;
  border: 0;
}

.ml-widget-tr-loading {
  background-image: url(../gif/loader.gif);
  height: 24px;
  width: 24px;
  margin-top: 20px;
}

.ml-donation,
.ml-thought {
  margin-bottom: 30px;
  position: relative;
}

.ml-donation-message,
.ml-thought-message {
  font-weight: 400;
}

.ml-donation-byline,
.ml-thought-byline,
.ml-donation-eventlink {
  font-style: italic;
  margin-top: 4px;
}

.ml-location-address {
  white-space: pre-wrap;
}

a.ml-clickable-div {
  color: inherit;
  text-decoration: none;
}

.ml-thought-type-candle .ml-thought-byline {
  background-image: url(../png/widget-candle-icon.png);
  background-repeat: no-repeat;
  background-position: left center;
  padding-left: 20px;
}

.ml-footer {
  margin-bottom: 50px;
}

.ml-share-fb {
  padding-left: 0;
}

.ml-error {
  margin-top: 10px;
}

.ml-clearfix::after {
  display: block;
  clear: both;
  content: "";
}

.SkipLinks {
  display: none;
}

.BackToTop {
  display: none;
  background-color: #340458;
  bottom: 0;
  left: 0;
  margin: 0;
  padding: 0;
  padding-left: 10px;
  position: fixed;
  width: 100%;
  z-index: 10000;
}
.BackToTop__contents {
  max-width: 1024px;
  margin: 0 auto;
  padding: 0;
}
.BackToTop__link {
  padding: 20px;
  margin-bottom: 0;
  width: 66.6666666667%;
  margin-left: 0;
  margin-right: 0;
  color: #fff;
  display: inline-block;
}
.BackToTop__icon {
  float: left;
  margin-right: 0.3em;
  width: 0.8em;
  height: 0.968em;
  color: #fff;
}
.BackToTop--hidden {
  display: none;
}

.cookies-banner {
  padding: 20px 100px;
  position: fixed;
  left: 0;
  bottom: 0;
  background-color: #340458;
  z-index: 4;
  -webkit-transition: all 1s ease;
  transition: all 1s ease;
  -webkit-transform: translateY(100%);
          transform: translateY(100%);
  display: none;
}
.cookies-banner--active {
  -webkit-transform: translateY(0);
          transform: translateY(0);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media only screen and (max-width: 950px) {
  .cookies-banner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 20px 40px;
  }
}
@media only screen and (max-width: 450px) {
  .cookies-banner {
    padding: 20px 20px;
  }
}
.cookies-banner__heading {
  padding: 5px 0 15px 0;
  font-weight: 600;
  font-size: 24px;
  color: #fff;
}
.cookies-banner__text {
  margin: 0 30px 5px 0;
  line-height: 1.2;
  color: #fff;
}
.cookies-banner__text a {
  color: #fff !important;
  text-decoration: underline;
}
@media only screen and (max-width: 450px) {
  .cookies-banner__text {
    font-size: 14px;
  }
}
.cookies-banner__buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: -webkit-max-content;
  height: -moz-max-content;
  height: max-content;
  white-space: nowrap;
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
}
@media only screen and (max-width: 950px) {
  .cookies-banner__buttons {
    margin-top: 20px;
  }
}
@media only screen and (max-width: 450px) {
  .cookies-banner__buttons {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .cookies-banner__buttons .cookies-banner-active__ok {
    text-align: center;
  }
}
.cookies-banner__manage-cookies {
  font-weight: 600;
  text-decoration: underline;
  color: #fff;
}
.cookies-banner__left-corner, .cookies-banner__right-corner {
  display: block;
  position: absolute;
  height: 3em;
  width: 3em;
}
.cookies-banner__left-corner {
  left: 0;
  top: 0;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.cookies-banner__left-corner path {
  fill: #12F9C1;
}
.cookies-banner__right-corner {
  bottom: 0;
  right: 0;
}
.cookies-banner__right-corner path {
  fill: #FFF31A;
}

.cookie-popup,
.cookie-detail,
.cookie-management {
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 0.15s ease;
  transition: all 0.15s ease;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 5;
  background: rgba(0, 0, 0, 0.7);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.cookie-popup--active,
.cookie-detail--active,
.cookie-management--active {
  opacity: 1;
  visibility: visible;
}
.cookie-popup--hidden,
.cookie-detail--hidden,
.cookie-management--hidden {
  display: none !important;
}
.cookie-popup__confirm,
.cookie-detail__confirm,
.cookie-management__confirm {
  background-color: #340458;
  color: #fff;
  margin: 20px 0;
  min-width: 40%;
  text-align: center;
}
.cookie-popup__popup-wrapper,
.cookie-detail__popup-wrapper,
.cookie-management__popup-wrapper {
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
  max-width: calc(100vw - 10px);
  background-color: #fff;
}
@media only screen and (max-width: 450px) {
  .cookie-popup__popup-wrapper,
  .cookie-detail__popup-wrapper,
  .cookie-management__popup-wrapper {
    max-height: 650px;
  }
}
@media only screen and (min-width: 560px) {
  .cookie-popup__popup-wrapper,
  .cookie-detail__popup-wrapper,
  .cookie-management__popup-wrapper {
    width: 30em;
  }
}
.cookie-popup__top-banner,
.cookie-detail__top-banner,
.cookie-management__top-banner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 15px 20px;
  border-bottom: 1px solid lightgray;
  background-color: #fff;
}
.cookie-popup__top-banner .close-btn,
.cookie-detail__top-banner .close-btn,
.cookie-management__top-banner .close-btn {
  font-size: 40px;
  cursor: pointer;
}
.cookie-popup__logo,
.cookie-detail__logo,
.cookie-management__logo {
  height: 40px;
  -o-object-fit: contain;
     object-fit: contain;
}
.cookie-popup__content,
.cookie-detail__content,
.cookie-management__content {
  padding: 0 20px 20px 20px;
  overflow-y: auto;
  max-height: 523px;
}
@media only screen and (max-width: 450px) {
  .cookie-popup__content,
  .cookie-detail__content,
  .cookie-management__content {
    max-height: -webkit-fit-content;
    max-height: -moz-fit-content;
    max-height: fit-content;
  }
}
@media only screen and (max-width: 1280px) {
  .cookie-popup__content,
  .cookie-detail__content,
  .cookie-management__content {
    height: 60vh;
  }
}
.cookie-popup__heading,
.cookie-detail__heading,
.cookie-management__heading {
  padding: 15px 0;
  font-weight: 600;
}
.cookie-popup__text,
.cookie-detail__text,
.cookie-management__text {
  font-size: 16px;
  line-height: 1.2;
}
@media screen and (max-width: 350px) {
  .cookie-popup__text,
  .cookie-detail__text,
  .cookie-management__text {
    font-size: 14px;
  }
}
.cookie-popup__link,
.cookie-detail__link,
.cookie-management__link {
  display: block;
  margin-top: 10px;
  font-size: 16px;
  text-decoration: underline;
}
@media screen and (max-width: 350px) {
  .cookie-popup__link,
  .cookie-detail__link,
  .cookie-management__link {
    font-size: 14px;
  }
}
.cookie-popup__allow,
.cookie-detail__allow,
.cookie-management__allow {
  margin: 20px 0;
  min-width: 40%;
  text-align: center;
}
.cookie-popup__decline, .cookie-popup__manage, .cookie-popup__manage-allow, .cookie-popup__manage-decline,
.cookie-detail__decline,
.cookie-detail__manage,
.cookie-detail__manage-allow,
.cookie-detail__manage-decline,
.cookie-management__decline,
.cookie-management__manage,
.cookie-management__manage-allow,
.cookie-management__manage-decline {
  margin: 20px 20px 20px 0;
}
@media only screen and (max-width: 450px) {
  .cookie-popup__manage, .cookie-popup__decline, .cookie-popup__allow, .cookie-popup__manage-allow, .cookie-popup__manage-decline, .cookie-popup__confirm,
  .cookie-detail__manage,
  .cookie-detail__decline,
  .cookie-detail__allow,
  .cookie-detail__manage-allow,
  .cookie-detail__manage-decline,
  .cookie-detail__confirm,
  .cookie-management__manage,
  .cookie-management__decline,
  .cookie-management__allow,
  .cookie-management__manage-allow,
  .cookie-management__manage-decline,
  .cookie-management__confirm {
    margin: 5px 0;
    text-align: center;
    width: 100%;
  }
}
.cookie-popup__prefs,
.cookie-detail__prefs,
.cookie-management__prefs {
  margin-bottom: 20px;
}
.cookie-popup__bottom-banner,
.cookie-detail__bottom-banner,
.cookie-management__bottom-banner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: end;
  padding: 10px;
  margin: 0 25px;
  border-top: 1px solid lightgray;
  background-color: #fff;
}
@media only screen and (max-width: 450px) {
  .cookie-popup__bottom-banner,
  .cookie-detail__bottom-banner,
  .cookie-management__bottom-banner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}
.cookie-popup__title,
.cookie-detail__title,
.cookie-management__title {
  margin-right: 0;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 35%;
          flex: 0 0 35%;
}
.cookie-popup__filter,
.cookie-detail__filter,
.cookie-management__filter {
  text-decoration: underline;
  cursor: pointer;
  margin-top: 10px;
}
.cookie-popup__item,
.cookie-detail__item,
.cookie-management__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 12px;
}
.cookie-popup__filters,
.cookie-detail__filters,
.cookie-management__filters {
  z-index: 9999999;
  background-color: #fff;
  position: absolute;
  height: 50%;
  max-height: 300px;
  width: 325px;
  left: 210px;
  margin-top: 10px;
  padding: 20px 10px;
  margin-bottom: 20px;
  padding-right: 10px;
  border-radius: 3px;
  -webkit-box-shadow: 0 0 12px 2px #c7c5c7;
  box-shadow: 0 0 12px 2px #c7c5c7;
  display: none;
}
.cookie-popup__filters.active,
.cookie-detail__filters.active,
.cookie-management__filters.active {
  display: block;
}
.cookie-popup__filters--buttons,
.cookie-detail__filters--buttons,
.cookie-management__filters--buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.cookie-popup__top,
.cookie-detail__top,
.cookie-management__top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 10px;
}
.cookie-popup__checkbox,
.cookie-detail__checkbox,
.cookie-management__checkbox {
  display: block;
  font-size: 20px;
  margin-bottom: 20px;
}
.cookie-popup__checkbox label,
.cookie-detail__checkbox label,
.cookie-management__checkbox label {
  margin-left: 10px;
}
.cookie-popup__checkbox input[type=checkbox],
.cookie-detail__checkbox input[type=checkbox],
.cookie-management__checkbox input[type=checkbox] {
  -webkit-transform: scale(1.5);
          transform: scale(1.5);
  margin-right: 10px;
}
.cookie-popup .accordion,
.cookie-detail .accordion,
.cookie-management .accordion {
  position: relative;
}
.cookie-popup .accordion__item,
.cookie-detail .accordion__item,
.cookie-management .accordion__item {
  position: relative;
  border: 1px solid lightgrey;
}
.cookie-popup .accordion__item--plus-minus,
.cookie-detail .accordion__item--plus-minus,
.cookie-management .accordion__item--plus-minus {
  width: 25px;
  height: 25px;
  font-size: 1.5em;
  position: relative;
  display: inline-block;
  margin-right: 5px;
}
.cookie-popup .accordion__item--plus-minus span,
.cookie-detail .accordion__item--plus-minus span,
.cookie-management .accordion__item--plus-minus span {
  position: absolute;
  background: #7B05E2;
  border-radius: 1px;
}
.cookie-popup .accordion__item--plus-minus span:first-of-type,
.cookie-detail .accordion__item--plus-minus span:first-of-type,
.cookie-management .accordion__item--plus-minus span:first-of-type {
  top: 25%;
  bottom: 25%;
  width: 10%;
  left: 45%;
}
.cookie-popup .accordion__item--plus-minus span:last-of-type,
.cookie-detail .accordion__item--plus-minus span:last-of-type,
.cookie-management .accordion__item--plus-minus span:last-of-type {
  left: 25%;
  right: 25%;
  height: 10%;
  top: 45%;
}
.cookie-popup .accordion__item--header,
.cookie-detail .accordion__item--header,
.cookie-management .accordion__item--header {
  font-weight: 600;
  padding: 15px 0;
  font-size: 17px;
  cursor: pointer;
  margin-left: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-line-pack: center;
      align-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-right: 75px;
}
@media screen and (max-width: 350px) {
  .cookie-popup .accordion__item--header,
  .cookie-detail .accordion__item--header,
  .cookie-management .accordion__item--header {
    font-size: 14px;
  }
}
.cookie-popup .accordion__item--header h4,
.cookie-detail .accordion__item--header h4,
.cookie-management .accordion__item--header h4 {
  margin-bottom: 0;
}
.cookie-popup .accordion__item--expand,
.cookie-detail .accordion__item--expand,
.cookie-management .accordion__item--expand {
  font-size: 30px;
  position: absolute;
  -webkit-transform: translateY(-7px);
          transform: translateY(-7px);
  left: 15px;
}
.cookie-popup .accordion__item--always-active,
.cookie-detail .accordion__item--always-active,
.cookie-management .accordion__item--always-active {
  color: #340458;
  margin-right: 15px;
  font-weight: 600;
  font-size: 14px;
  width: auto;
}
@media only screen and (max-width: 300px) {
  .cookie-popup .accordion__item--always-active,
  .cookie-detail .accordion__item--always-active,
  .cookie-management .accordion__item--always-active {
    margin: 0 15px 15px 15px;
  }
}
@media only screen and (min-width: 300px) {
  .cookie-popup .accordion__item--always-active,
  .cookie-detail .accordion__item--always-active,
  .cookie-management .accordion__item--always-active {
    position: absolute;
    right: 0;
    height: 25px;
    top: 12px;
  }
}
.cookie-popup .accordion__item--body,
.cookie-detail .accordion__item--body,
.cookie-management .accordion__item--body {
  max-height: 0;
  overflow: hidden;
  -webkit-transition: max-height 0.2s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  transition: max-height 0.2s cubic-bezier(0.785, 0.135, 0.15, 0.86);
}
.cookie-popup .accordion__item--switch,
.cookie-detail .accordion__item--switch,
.cookie-management .accordion__item--switch {
  position: absolute;
  width: 50px;
  height: 25px;
  right: 20px;
  top: 12px;
}
.cookie-popup .accordion__item--switch:focus,
.cookie-detail .accordion__item--switch:focus,
.cookie-management .accordion__item--switch:focus {
  outline: 1px solid black;
}
.cookie-popup .accordion__item--switch input,
.cookie-detail .accordion__item--switch input,
.cookie-management .accordion__item--switch input {
  opacity: 0;
  width: 0;
  height: 0;
}
.cookie-popup .accordion__item--switch .slider,
.cookie-detail .accordion__item--switch .slider,
.cookie-management .accordion__item--switch .slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(89, 89, 89, 0.7);
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.cookie-popup .accordion__item--switch .slider::before,
.cookie-detail .accordion__item--switch .slider::before,
.cookie-management .accordion__item--switch .slider::before {
  position: absolute;
  content: "";
  height: 17px;
  width: 17px;
  left: 4px;
  bottom: 4px;
  background-color: #fff;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.cookie-popup .accordion__item--switch .slider.round,
.cookie-detail .accordion__item--switch .slider.round,
.cookie-management .accordion__item--switch .slider.round {
  border-radius: 34px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: black;
  font-weight: 200;
}
.cookie-popup .accordion__item--switch .slider.round .slider-text,
.cookie-detail .accordion__item--switch .slider.round .slider-text,
.cookie-management .accordion__item--switch .slider.round .slider-text {
  font-size: 12px;
  margin: 7px 4px;
  color: #000;
}
.cookie-popup .accordion__item--switch .slider.round.active,
.cookie-detail .accordion__item--switch .slider.round.active,
.cookie-management .accordion__item--switch .slider.round.active {
  background: #340458;
}
.cookie-popup .accordion__item--switch .slider.round.active .slider-text,
.cookie-detail .accordion__item--switch .slider.round.active .slider-text,
.cookie-management .accordion__item--switch .slider.round.active .slider-text {
  color: #fff;
}
.cookie-popup .accordion__item--switch .slider.round.active:focus,
.cookie-detail .accordion__item--switch .slider.round.active:focus,
.cookie-management .accordion__item--switch .slider.round.active:focus {
  border: 1px solid black;
}
.cookie-popup .accordion__item--switch .slider.round::before,
.cookie-detail .accordion__item--switch .slider.round::before,
.cookie-management .accordion__item--switch .slider.round::before {
  border-radius: 50%;
}
.cookie-popup .accordion__item--switch input:focus + .slider,
.cookie-detail .accordion__item--switch input:focus + .slider,
.cookie-management .accordion__item--switch input:focus + .slider {
  -webkit-box-shadow: 0 0 1px purple;
          box-shadow: 0 0 1px purple;
}
.cookie-popup .accordion__item--switch input:checked + .slider::before,
.cookie-detail .accordion__item--switch input:checked + .slider::before,
.cookie-management .accordion__item--switch input:checked + .slider::before {
  -webkit-transform: translateX(24px);
  transform: translateX(24px);
}
.cookie-popup .accordion__item--content,
.cookie-detail .accordion__item--content,
.cookie-management .accordion__item--content {
  padding: 0 10px 10px 10px;
  font-size: 16px;
  line-height: 1.2;
}
.cookie-popup .accordion__item--link,
.cookie-detail .accordion__item--link,
.cookie-management .accordion__item--link {
  padding: 0 10px 10px 10px;
  font-size: 16px;
  line-height: 1.2;
  text-decoration: underline;
  cursor: pointer;
}
.cookie-popup .accordion__item--anchor,
.cookie-detail .accordion__item--anchor,
.cookie-management .accordion__item--anchor {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.cookie-popup .accordion__item--anchor::after,
.cookie-detail .accordion__item--anchor::after,
.cookie-management .accordion__item--anchor::after {
  content: "";
  background: url("../svg/arrow-link.svg");
  display: block;
  background-position: center;
  width: 10px;
  background-repeat: no-repeat;
  margin-left: 5px;
}

.cookie-management__popup-wrapper .accordion__item,
.cookie-detail__popup-wrapper .accordion__item {
  display: block;
}
.cookie-management__popup-wrapper .accordion__item.hidden,
.cookie-detail__popup-wrapper .accordion__item.hidden {
  display: none;
}

.accordion__item--header[aria-expanded=true] .accordion__item--plus-minus span:first-of-type {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}

.cookies__switch:focus + .cookie-toggle {
  outline: 3px solid #228833;
}

.ehcp__purple-container {
  background-color: #340458;
  color: #fff;
  --title-color: #fff;
}
@media only screen and (max-width: 650px) {
  .ehcp__purple-container {
    display: none;
  }
}
.ehcp__details {
  background-color: #f4f0fa;
  color: #340458;
  padding: 20px 20px 0 320px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
  --title-color: #340458;
}
@media only screen and (max-width: 1000px) {
  .ehcp__details {
    padding: 30px;
  }
}
.ehcp__details--title {
  padding: 30px 20px 0 320px;
  font-weight: 600;
  margin-bottom: 0;
  font-size: 1.3888888889em;
}
@media only screen and (max-width: 650px) {
  .ehcp__details--title {
    padding: 25px;
    display: none;
  }
}
.ehcp__details p {
  font-size: 18px;
  font-weight: 600;
}
.ehcp__details p:last-child {
  margin-bottom: 20px;
}
.ehcp__info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media only screen and (max-width: 650px) {
  .ehcp__info {
    display: none;
  }
}
.ehcp__info--mobile {
  display: none;
}
@media only screen and (max-width: 650px) {
  .ehcp__info--mobile {
    display: block;
    background-color: #340458;
    width: 100%;
    height: 100%;
    color: #fff;
    padding: 25px;
  }
  .ehcp__info--mobile .ehcp__details {
    padding: 0;
    background-color: #340458;
    color: #fff;
  }
}
.ehcp__dates {
  padding: 20px 0 0 70px;
}
.ehcp__dates h3 {
  font-size: 1.38889em;
}
.ehcp__button {
  margin: 30px 0 20px 0;
  text-align: right;
  color: #340458;
}
.ehcp .ehcp__button--calculate {
  margin-left: -90px;
}
@media only screen and (max-width: 450px) {
  .ehcp .ehcp__button--calculate--mobile {
    margin-left: -35px;
  }
}
.ehcp__date {
  display: -ms-grid;
  display: grid;
}
@media only screen and (max-width: 650px) {
  .ehcp__date {
    display: none;
  }
}
.ehcp__date--mobile {
  display: none;
}
@media only screen and (max-width: 650px) {
  .ehcp__date--mobile {
    display: -ms-grid;
    display: grid;
  }
}
.ehcp__date--mobile_button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.ehcp__date--mobile .ehcp__button--calculate {
  margin-left: -90px;
}
.ehcp__date--picker {
  position: relative;
  border-radius: 30px;
  color: #000;
  padding: 10px 10px 10px 20px;
  width: 300px;
}
@media only screen and (max-width: 650px) {
  .ehcp__date--picker {
    width: 180px;
    border: 1px solid #340458;
  }
}
@media only screen and (max-width: 450px) {
  .ehcp__date--picker {
    width: 150px;
    padding: 10px 5px;
  }
}
.ehcp__date--title {
  margin: 15px 0;
  font-size: 0.8888888889em;
}
.ehcp .underline {
  font-size: 1.6666666667em;
}
.ehcp__underline-purple {
  margin-bottom: 0.4285714286em;
  position: relative;
  font-weight: 600;
  font-size: 1.6666666667em;
}
.ehcp__steps {
  padding: 0 310px;
}
@media only screen and (min-width: 320px) and (max-width: 1400px) {
  .ehcp__steps {
    padding: 0;
  }
}
.ehcp__steps--label__mobile {
  display: none;
}
@media only screen and (max-width: 750px) {
  .ehcp__steps--label__mobile {
    display: block;
  }
}
.ehcp__steps--container {
  position: relative;
  background-color: #f4f0fa;
  border: 1px solid #340458;
  margin: 2px 0 30px 0;
}
.ehcp__steps--title {
  position: relative;
  color: #340458;
  font-weight: 600;
  font-size: 28px;
}
@media only screen and (max-width: 450px) {
  .ehcp__steps--title {
    width: 303px;
    margin-bottom: 6px;
  }
}
@media only screen and (max-width: 350px) {
  .ehcp__steps--title {
    width: 244px;
  }
}
.ehcp__steps--title::before {
  content: "";
  position: absolute;
  display: block;
  -webkit-box-shadow: 0 0 0 4px #340458;
          box-shadow: 0 0 0 4px #340458;
  top: 12px;
  left: -30px;
  border-radius: 50%;
  height: 13px;
  width: 13px;
}
.ehcp__steps--title_active::before {
  background: #FFF31A;
}
.ehcp__steps--title_inactive::before {
  -webkit-box-shadow: 0 0 0 4px #eae4ed;
          box-shadow: 0 0 0 4px #eae4ed;
  background-color: #f4f0fa;
}
.ehcp__steps--text {
  font-size: 1em;
  color: #000;
  margin-top: 10px;
  margin-right: 20px;
}
@media only screen and (min-width: 553px) and (max-width: 569px) {
  .ehcp__steps--text-auto {
    width: auto !important;
  }
}
@media only screen and (min-width: 740px) and (max-width: 757px) {
  .ehcp__steps--text-fill {
    width: 100%;
  }
}
@media only screen and (min-width: 888px) and (max-width: 905px) {
  .ehcp__steps--text-tablet {
    width: 100%;
  }
}
@media only screen and (max-width: 600px) {
  .ehcp__steps--text--set-width {
    width: 78%;
  }
}
@media only screen and (min-width: 765px) {
  .ehcp__steps--text--set-width {
    width: 100%;
  }
}
@media only screen and (max-width: 600px) {
  .ehcp__steps--text_wide {
    margin-right: 18px;
    width: 90%;
  }
}
@media only screen and (max-width: 600px) {
  .ehcp__steps--text {
    margin-right: 18px;
    width: 86%;
  }
}
@media only screen and (max-width: 450px) {
  .ehcp__steps--text {
    width: 260px !important;
    margin-top: 0;
  }
}
@media only screen and (max-width: 350px) {
  .ehcp__steps--text {
    width: 245px !important;
  }
}
@media only screen and (min-width: 750px) {
  .ehcp__steps--text_min {
    width: 700px;
  }
}
@media only screen and (max-width: 600px) {
  .ehcp__steps--text_min {
    width: 88%;
  }
}
@media only screen and (min-width: 517px) and (max-width: 554px) {
  .ehcp__steps--text_min {
    width: auto;
  }
}
@media only screen and (min-width: 600px) and (max-width: 750px) {
  .ehcp__steps--text__mobile {
    width: 500px;
  }
}
@media only screen and (max-width: 450px) {
  .ehcp__steps--text__mobile {
    width: 320px;
  }
}
.ehcp__steps--text__wrapper {
  margin: 20px 0 10px 0;
}
.ehcp__steps--date {
  opacity: 0;
  visibility: hidden;
  color: transparent;
  height: 19px;
}
.ehcp__steps--date.active {
  opacity: 1;
  visibility: visible;
  color: #340458;
}
@media only screen and (max-width: 650px) {
  .ehcp__steps--date.active.ehcp__date--mobile--hide {
    opacity: 0;
    visibility: hidden;
  }
}
.ehcp__steps--card {
  padding: 30px 0 50px 70px;
  border-bottom: 1px solid #340458;
  position: relative;
}
.ehcp__steps--card:last-child {
  border-bottom: none;
}
.ehcp__steps--card_line::before {
  content: "";
  position: absolute;
  left: 48px;
  top: 0;
  display: block;
  width: 3px;
  height: 100%;
  margin-left: -3px;
  background-color: #340458;
}
.ehcp__steps--card_line--half::before {
  height: 40px;
}
.ehcp__steps--card_line--inactive::before {
  background-color: unset;
  border-left: 3px dashed #eae4ed;
}
.ehcp__steps--card_line--second::before {
  content: "";
  position: absolute;
  left: 30px;
  top: 0;
  display: block;
  width: 3px;
  height: 85%;
  margin-left: -3px;
  background-color: #340458;
}
.ehcp__steps--card_line--connect {
  position: relative;
}
.ehcp__steps--card_line--connect::before {
  content: "";
  position: absolute;
  left: -31px;
  top: 185px;
  display: block;
  width: 3px;
  height: 34px;
  margin-left: -3px;
  background-color: #340458;
  -webkit-transform: rotateZ(35deg);
          transform: rotateZ(35deg);
}
@media only screen and (max-width: 1200px) {
  .ehcp__steps--card_line--connect::before {
    top: 189px;
  }
}
@media only screen and (max-width: 739px) {
  .ehcp__steps--card_line--connect::before {
    top: 215px;
  }
}
@media only screen and (max-width: 650px) {
  .ehcp__steps--card_line--connect::before {
    -webkit-transform: rotateZ(29deg);
            transform: rotateZ(29deg);
    top: 331px;
    height: 37px;
  }
}
@media only screen and (max-width: 516px) {
  .ehcp__steps--card_line--connect::before {
    -webkit-transform: rotateZ(29deg);
            transform: rotateZ(29deg);
    top: 330px;
    height: 37px;
  }
}
@media only screen and (max-width: 493px) {
  .ehcp__steps--card_line--connect::before {
    -webkit-transform: rotateZ(29deg);
            transform: rotateZ(29deg);
    top: 331px;
    height: 37px;
  }
}
@media only screen and (max-width: 473px) {
  .ehcp__steps--card_line--connect::before {
    -webkit-transform: rotateZ(29deg);
            transform: rotateZ(29deg);
    top: 350px;
    height: 37px;
  }
}
@media only screen and (max-width: 452px) {
  .ehcp__steps--card_line--connect::before {
    top: 349px;
  }
}
@media only screen and (max-width: 450px) {
  .ehcp__steps--card_line--connect::before {
    top: 410px;
  }
}
@media only screen and (max-width: 328px) {
  .ehcp__steps--card_line--connect::before {
    top: 425px;
  }
}
.ehcp__steps--card_line--connect.active::before {
  top: 183px;
}
.ehcp__steps--card_line--connect_down::before {
  height: 37px;
  -webkit-transform: rotateZ(-29deg);
          transform: rotateZ(-29deg);
  top: 150px;
}
@media only screen and (max-width: 1400px) {
  .ehcp__steps--card_line--connect_down::before {
    top: 123px;
  }
}
@media only screen and (max-width: 887px) {
  .ehcp__steps--card_line--connect_down::before {
    top: 150px;
  }
}
@media only screen and (max-width: 777px) {
  .ehcp__steps--card_line--connect_down::before {
    -webkit-transform: rotateZ(-27deg);
            transform: rotateZ(-27deg);
    top: 150px;
    height: 40px;
  }
}
@media only screen and (max-width: 552px) {
  .ehcp__steps--card_line--connect_down::before {
    -webkit-transform: rotateZ(-27deg);
            transform: rotateZ(-27deg);
    top: 176px;
    height: 40px;
  }
}
@media only screen and (max-width: 475px) {
  .ehcp__steps--card_line--connect_down::before {
    top: 175px;
    height: 42px;
  }
}
@media only screen and (max-width: 450px) {
  .ehcp__steps--card_line--connect_down::before {
    -webkit-transform: rotateZ(-23deg);
            transform: rotateZ(-23deg);
    top: 217px;
    height: 50px;
  }
}
.ehcp__steps--card_line--connect_down.active::before {
  top: 122px;
  -webkit-transform: rotateZ(-31deg);
          transform: rotateZ(-31deg);
  height: 37px;
}
.ehcp__steps--card_line--connect_down_second::before {
  -webkit-transform: rotateZ(-29deg);
          transform: rotateZ(-29deg);
  top: 143px;
  height: 40px;
}
@media only screen and (max-width: 872px) {
  .ehcp__steps--card_line--connect_down_second::before {
    top: 144px;
  }
}
@media only screen and (max-width: 785px) {
  .ehcp__steps--card_line--connect_down_second::before {
    -webkit-transform: rotateZ(-25deg);
            transform: rotateZ(-25deg);
    top: 144px;
    height: 43px;
  }
}
@media only screen and (max-width: 763px) {
  .ehcp__steps--card_line--connect_down_second::before {
    -webkit-transform: rotateZ(-25deg);
            transform: rotateZ(-25deg);
    top: 170px;
    height: 45px;
  }
}
@media only screen and (max-width: 466px) {
  .ehcp__steps--card_line--connect_down_second::before {
    -webkit-transform: rotateZ(-25deg);
            transform: rotateZ(-25deg);
    top: 195px;
    height: 45px;
  }
}
@media only screen and (max-width: 450px) {
  .ehcp__steps--card_line--connect_down_second::before {
    -webkit-transform: rotateZ(-24deg);
            transform: rotateZ(-24deg);
    top: 181px;
    height: 45px;
  }
}
@media only screen and (max-width: 350px) {
  .ehcp__steps--card_line--connect_down_second::before {
    -webkit-transform: rotateZ(-24deg);
            transform: rotateZ(-24deg);
    top: 180px;
    height: 48px;
  }
}
.ehcp__steps--card_line--connect_down_second.active::before {
  -webkit-transform: rotateZ(-26deg);
          transform: rotateZ(-26deg);
  top: 144px;
  height: 40px;
}
.ehcp__steps--card_line--connect_second::before {
  top: 171px;
}
@media only screen and (max-width: 750px) {
  .ehcp__steps--card_line--connect_second::before {
    top: 273px;
  }
}
@media only screen and (max-width: 650px) {
  .ehcp__steps--card_line--connect_second::before {
    top: 341px;
  }
}
@media only screen and (max-width: 600px) {
  .ehcp__steps--card_line--connect_second::before {
    top: 342px;
  }
}
@media only screen and (max-width: 532px) {
  .ehcp__steps--card_line--connect_second::before {
    top: 402px;
  }
}
@media only screen and (max-width: 536px) {
  .ehcp__steps--card_line--connect_second::before {
    top: 342px;
  }
}
@media only screen and (max-width: 516px) {
  .ehcp__steps--card_line--connect_second::before {
    top: 403px;
  }
}
@media only screen and (max-width: 471px) {
  .ehcp__steps--card_line--connect_second::before {
    top: 402px;
  }
}
@media only screen and (max-width: 453px) {
  .ehcp__steps--card_line--connect_second::before {
    top: 403px;
  }
}
@media only screen and (max-width: 450px) {
  .ehcp__steps--card_line--connect_second::before {
    top: 466px;
  }
}
@media only screen and (max-width: 433px) {
  .ehcp__steps--card_line--connect_second::before {
    top: 465px;
  }
}
@media only screen and (max-width: 398px) {
  .ehcp__steps--card_line--connect_second::before {
    top: 484px;
  }
}
@media only screen and (max-width: 350px) {
  .ehcp__steps--card_line--connect_second::before {
    top: 484px;
  }
}
.ehcp__steps--card_line--connect_second.active::before {
  top: 195px;
}
.ehcp__steps--action {
  font-size: 14px;
  background-color: #e0d7e9;
  padding: 5px;
  border-radius: 6px;
  display: inline-block;
  font-weight: 600;
}
.ehcp__steps--link {
  text-decoration: underline;
  color: #340458;
}
.ehcp .btn.yellow {
  font-weight: 600;
  margin-left: 20px;
}
@media only screen and (max-width: 450px) {
  .ehcp .btn.yellow {
    margin-left: 5px;
  }
}
@media only screen and (max-width: 350px) {
  .ehcp .btn.yellow {
    margin-left: -35px;
  }
}
.ehcp .ehcp__ammendment__error,
.ehcp .ehcp__annual__error {
  display: none;
  font-size: 0.8888888889em;
  margin-top: 10px;
  color: #b21121;
}
.ehcp .ehcp__ammendment__error.active,
.ehcp .ehcp__annual__error.active {
  display: block;
}
.ehcp .ehcp__ammendment__error--mobile,
.ehcp .ehcp__annual__error--mobile {
  opacity: 0;
  visibility: hidden;
  font-size: 0.95em;
  margin-top: 10px;
  color: #b21121;
  max-width: 100%;
}
.ehcp .ehcp__ammendment__error--mobile.active,
.ehcp .ehcp__annual__error--mobile.active {
  opacity: 1;
  visibility: visible;
}
.ehcp .ehcp__button--calculate:disabled {
  opacity: 0.7;
  pointer-events: none;
}
.ehcp .ehcp__button--calculate--mobile--annual:disabled,
.ehcp .ehcp__button--calculate--mobile--mobile:disabled {
  opacity: 0.7;
  pointer-events: none;
}