Body body.nav-open {
  overflow: hidden;
}
@media (min-width: 1200px) {
  Body body.nav-open {
    overflow: auto;
  }
}

Links a {
  transition: color 0.3s ease;
}

.text-block p:last-of-type {
  margin-bottom: 0;
}
.text-block blockquote {
  border-left: 3px solid #8A66E6;
  font-weight: 300;
  font-style: italic;
  margin-bottom: 0;
  padding-left: 45px;
}
@media (min-width: 1200px) {
  .text-block blockquote {
    padding: 21px 0 21px 30px;
  }
}

.text-inherit {
  color: inherit;
}

.purple-bg {
  background-color: #3F2A56;
  color: #FFFFFF;
}

.grey-bg {
  background-color: #FAFAFA;
}

.standard-block-spacing {
  margin: 46px 0;
}
@media (min-width: 768px) {
  .standard-block-spacing {
    margin: 70px 0;
  }
}
@media (min-width: 992px) {
  .standard-block-spacing {
    margin: 100px 0;
  }
}

.coloured-block-spacing {
  padding: 46px 0;
}
@media (min-width: 768px) {
  .coloured-block-spacing {
    padding: 70px 0;
  }
}
@media (min-width: 992px) {
  .coloured-block-spacing {
    padding: 100px 0;
  }
}

.obj-fit-img {
  overflow: hidden;
}
.obj-fit-img img {
  height: 100%;
  object-fit: cover;
  object-position: center;
  overflow-clip-margin: unset;
  overflow: visible;
  transform: translate3d(0px, 0px, 0.1px);
  width: 100%;
}

.arrow-box {
  background-color: #8A66E6;
  display: block;
  overflow: hidden;
  position: relative;
}
.arrow-box i {
  color: #FFFFFF;
  display: block;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  transition: transform 0.3s ease-out;
  width: 100%;
}
.arrow-box i:last-of-type {
  transform: translate(-100%, 100%);
}

.team-member-spacer {
  background-color: #3F2A56;
  display: block;
  height: 100%;
  width: 100%;
}

h1, h2, h3, h4, h5 {
  margin: 16px 0 8px 0;
}
@media (min-width: 768px) {
  h1, h2, h3, h4, h5 {
    margin: 32px 0 16px 0;
  }
}

h1, .h1 {
  font-size: 2rem;
}
@media (min-width: 768px) {
  h1, .h1 {
    font-size: 4rem;
  }
}

h2, .h2 {
  font-size: 1.75rem;
}
@media (min-width: 768px) {
  h2, .h2 {
    font-size: 3rem;
  }
}

h3, .h3 {
  font-size: 1.5rem;
}
@media (min-width: 768px) {
  h3, .h3 {
    font-size: 2.25rem;
  }
}

h4, .h4 {
  font-size: 1.875rem;
}
@media (min-width: 768px) {
  h4, .h4 {
    font-size: 1.875rem;
  }
}

h5, .h5 {
  font-size: 1.125rem;
}
@media (min-width: 768px) {
  h5, .h5 {
    font-size: 1.5rem;
  }
}

.skip-to-content-link {
  background-color: #3F2A56;
  color: #FFFFFF;
  display: block;
  font-size: 1rem;
  font-weight: 700;
  height: 30px;
  left: 50%;
  margin-left: -130px;
  padding-top: 2px;
  position: absolute;
  text-align: center;
  text-decoration: none;
  top: -30px;
  transition: top 0.3s ease;
  width: 230px;
  z-index: 500;
}
.skip-to-content-link:focus {
  top: 0;
}

.btn-primary {
  background-color: #3F2A56;
  border-color: #FFFFFF;
  color: #FFFFFF;
}
.btn-primary:hover, .btn-primary:focus {
  background-color: #FFFFFF;
  border-color: #3F2A56;
  color: #3F2A56;
}

.btn-secondary {
  background-color: #6F5091;
  border-color: #6F5091;
  color: #FFFFFF;
}
.btn-secondary:hover, .btn-secondary:focus {
  background-color: #3F2A56;
  border-color: #3F2A56;
  color: #FFFFFF;
}

.btn-white {
  background-color: #FFFFFF;
  border-color: #FFFFFF;
  color: #3F2A56;
}
.btn-white:hover, .btn-white:focus {
  background-color: #3F2A56;
  border-color: #FFFFFF;
  color: #FFFFFF;
}

.btn-outline {
  background-color: transparent;
  border-color: #FFFFFF;
  color: #FFFFFF;
}
.btn-outline:hover, .btn-outline:focus {
  background-color: #3F2A56;
  border-color: #FFFFFF;
  color: #FFFFFF;
}

.btn-bright {
  background-color: #8A66E6;
  border-color: #8A66E6;
  color: #FFFFFF;
}
.btn-bright:hover, .btn-bright:focus {
  background-color: #FFFFFF;
  border-color: #FFFFFF;
  color: #3F2A56;
}
.btn-bright--dark-hover {
  color: #000000;
}
.btn-bright--dark-hover:hover, .btn-bright--dark-hover:focus {
  background-color: #3F2A56;
  border-color: #3F2A56;
  color: #FFFFFF;
}

.text-link {
  align-items: center;
  color: #3F2A56;
  font-size: 1.25rem;
  font-weight: 700;
  text-decoration: none;
  transition: border 0.3s ease, color 0.3s ease, background-color 0.3s ease;
}
.text-link:hover, .text-link:focus {
  color: #000000;
}
.text-link i + span {
  margin-left: 16px;
}
.text-link span + i {
  margin-left: 16px;
}

.slick-arrow {
  align-items: center;
  background-color: #3F2A56;
  border: none;
  color: #FFFFFF;
  display: flex;
  font-size: 20px;
  height: 35px;
  justify-content: center;
  transition: background-color 0.3s ease;
  width: 35px;
}
@media (min-width: 768px) {
  .slick-arrow {
    font-size: 35px;
    height: 57px;
    width: 57px;
  }
}
.slick-arrow:hover, .slick-arrow:focus {
  background-color: #8A66E6;
}

.slick-dots {
  display: flex;
  list-style: none;
  margin: 0;
  padding: 0;
}
.slick-dots li {
  margin-right: 12px;
}
.slick-dots li:last-of-type {
  margin-right: 0;
}
.slick-dots li button {
  background-color: #D9D9D9;
  border: none;
  border-radius: 100%;
  height: 8px;
  overflow: hidden;
  padding: 0;
  text-indent: 100px;
  transition: background-color 0.3s ease;
  width: 8px;
}
.slick-dots li button:hover, .slick-dots li button:focus {
  background-color: #3F2A56;
}
.slick-dots li.slick-active button {
  background-color: #3F2A56;
}

.custom-checkbox {
  position: relative;
}
.custom-checkbox input {
  height: 0;
  opacity: 0;
  overflow: hidden;
  position: absolute;
  width: 0;
}
.custom-checkbox input:checked + label:after {
  content: "\f00c";
}
.custom-checkbox label {
  align-items: center;
  display: inline-flex;
  min-height: 26px;
  padding-right: 38px;
  position: relative;
}
.custom-checkbox label:hover {
  cursor: pointer;
}
.custom-checkbox label:before, .custom-checkbox label:after {
  display: block;
  height: 26px;
  position: absolute;
  right: 0;
  top: 0;
  width: 26px;
}
.custom-checkbox label:before {
  background-color: #FFFFFF;
  content: "";
}
.custom-checkbox label:after {
  color: #000000;
  font-family: "Font Awesome 6 Pro";
  font-size: 20px;
  font-weight: 900;
  line-height: 26px;
  text-align: center;
}
.custom-checkbox--box-before label {
  padding-left: 38px;
  padding-right: 0;
}
.custom-checkbox--box-before label:before, .custom-checkbox--box-before label:after {
  left: 0;
  right: auto;
}

.form-control, .form-select {
  height: 39px;
}

textarea.form-control {
  height: 80px;
}

.form-group {
  margin-bottom: 20px;
}
.form-group:last-of-type {
  margin-bottom: 0;
}

.btn-wrapper {
  margin-top: 40px;
}

.header {
  background-color: #FFFFFF;
  padding: 8px 0;
  position: relative;
}
@media (min-width: 1200px) {
  .header {
    padding: 17px 0 33px 0;
  }
}
@media (min-width: 1200px) {
  .header__inner {
    position: relative;
  }
}
.header__logo {
  max-width: 100%;
  width: 89px;
}
@media (min-width: 1200px) {
  .header__logo {
    width: 164px;
  }
}
.header__lower {
  margin-top: 30px;
  padding-top: 20px;
  position: relative;
}
.header__lower:before {
  background-color: #8A66E6;
  content: "";
  display: block;
  height: 4px;
  left: 50%;
  margin-left: -212px;
  position: absolute;
  top: 0;
  width: 424px;
}
.header__lower__item {
  margin-right: 30px;
}
.header__lower__item:last-of-type {
  margin-right: 0;
}
.header__lower__telephone-link {
  color: #000000;
  font-size: 1rem;
  text-decoration: none;
}
.header__lower__telephone-link:hover, .header__lower__telephone-link:focus {
  color: #3F2A56;
  text-decoration: underline;
}
.header__toggle-btn {
  border: none;
  font-size: 1.125rem;
  font-weight: 700;
  overflow: hidden;
  line-height: 1;
  position: relative;
}
@media (min-width: 1200px) {
  .header__toggle-btn {
    z-index: 600;
  }
}
.header__toggle-btn__icon {
  align-items: center;
  display: flex;
  font-size: 20px;
  justify-content: center;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  transform: translateY(0);
  transition: transform 0.75s ease;
  width: 100%;
}
@media (min-width: 1200px) {
  .header__toggle-btn__icon {
    font-size: 16px;
    margin-left: 9px;
    position: relative;
  }
}
.header__toggle-btn__icon--close {
  font-size: 26px;
  transform: translateY(100%);
}
@media (min-width: 1200px) {
  .header__toggle-btn__icon--close {
    display: none;
  }
}
.header__toggle-btn--search {
  background-color: #3F2A56;
  color: #FFFFFF;
  height: 48px;
  width: 48px;
}
@media (min-width: 1200px) {
  .header__toggle-btn--search {
    padding: 14px 18px;
    width: auto;
  }
}
.header__toggle-btn--menu {
  background-color: #FFFFFF;
  color: #3F2A56;
  height: 40px;
  width: 40px;
}
.header__toggle-btn--menu .header__toggle-btn__icon {
  font-size: 26px;
}
.header__toggle-btn.active .header__toggle-btn__icon {
  transform: translateY(-100%);
}
@media (min-width: 1200px) {
  .header__toggle-btn.active .header__toggle-btn__icon {
    transform: none;
  }
}
.header__toggle-btn.active .header__toggle-btn__icon--close {
  transform: translateY(0);
}
@media (min-width: 1200px) {
  .header__toggle-btn.active .header__toggle-btn__icon--close {
    transform: none;
  }
}
@media (min-width: 1200px) {
  .header__search-wrapper {
    position: relative;
  }
}
.header__search {
  display: none;
  left: 0;
  padding-top: 8px;
  position: absolute;
  width: 100%;
  z-index: 601;
}
@media (min-width: 1200px) {
  .header__search {
    display: block !important;
    height: 100%;
    padding-top: 0;
    top: 0;
    width: auto;
  }
}
@media (min-width: 1200px) {
  .header__search.in .header__search__inner {
    padding: 14px 18px;
    width: 182px;
  }
}
.header__search__inner {
  background-color: #3F2A56;
  padding: 20px 12px;
  transition: padding 0.6s, width 0.6s ease;
}
@media (min-width: 1200px) {
  .header__search__inner {
    height: 100%;
    overflow: hidden;
    padding: 14px 0;
    width: 0;
  }
}
.header__search__form__button {
  background-color: transparent;
  border: none;
  color: #FFFFFF;
  font-size: 20px;
  line-height: 1;
  margin-right: 10px;
  padding: 0;
  padding-right: 10px;
}
.header__search__form__input {
  background-color: transparent;
  border: none;
  border-left: 1px solid #FFFFFF;
  color: #FFFFFF;
  flex: 1 0 0%;
  height: 32px;
  padding-left: 20px;
  width: 101px;
}
@media (min-width: 1200px) {
  .header__search__form__input {
    height: 20px;
  }
}
.header__search__form__input:focus {
  outline: none;
}

.navigation {
  display: none;
  left: 0;
  position: absolute;
  top: 100%;
  width: 100%;
}
@media (min-width: 1200px) {
  .navigation {
    display: block !important;
    left: auto;
    position: static;
    top: auto;
  }
}
.navigation__inner {
  background-color: #3F2A56;
}
@media (min-width: 1200px) {
  .navigation__inner {
    background-color: transparent;
  }
}
.navigation__item, .navigation__submenu__item {
  border-bottom: 1px solid #C5C5C5;
  position: relative;
}
@media (min-width: 1200px) {
  .navigation__item, .navigation__submenu__item {
    border: none;
    position: static;
  }
}
.navigation__item:last-of-type, .navigation__submenu__item:last-of-type {
  border-bottom: none;
}
.navigation__item {
  border-left: 1px solid #C5C5C5;
  border-right: 1px solid #C5C5C5;
}
@media (min-width: 1200px) {
  .navigation__item {
    border: none;
    margin-right: 48px;
  }
}
@media (min-width: 1200px) {
  .navigation__item:last-of-type {
    margin-right: 0;
  }
}
.navigation__item--has-submenu > .navigation__link, .navigation__submenu__item--has-submenu > .navigation__link {
  padding-right: 60px;
}
@media (min-width: 1200px) {
  .navigation__item--has-submenu > .navigation__link, .navigation__submenu__item--has-submenu > .navigation__link {
    padding-right: 24px;
  }
}
.navigation__item--has-submenu > .navigation__link, .navigation__submenu__item--has-submenu {
  position: relative;
}
.navigation__item--has-submenu > .navigation__link:after, .navigation__submenu__item--has-submenu:after {
  color: #FFFFFF;
  content: "\f078";
  display: block;
  font-family: "Font Awesome 6 Pro";
  font-style: normal;
  font-size: 14px;
  font-weight: 900;
  line-height: 1;
  margin-top: -7px;
  position: absolute;
  right: 31px;
  top: 50%;
}
@media (min-width: 1200px) {
  .navigation__item--has-submenu > .navigation__link:after, .navigation__submenu__item--has-submenu:after {
    color: #2E3646;
    right: 0;
  }
}
.navigation__item--has-submenu > .navigation__link.open:after, .navigation__submenu__item--has-submenu.open:after {
  transform: rotate(180deg);
}
@media (min-width: 1200px) {
  .navigation__submenu__item--has-submenu:after {
    content: none;
  }
}
.navigation__submenu__item--has-submenu:after {
  top: 32px;
}
.navigation__link {
  align-items: center;
  color: #FFFFFF;
  display: flex;
  min-height: 60px;
  padding: 8px 12px;
  text-decoration: none;
  opacity: 0;
  transform: translateX(-100px);
  transition: opacity 1s ease, transform 1s ease;
}
.navigation__link.in {
  opacity: 1;
  transform: translate(0);
}
@media (min-width: 1200px) {
  .navigation__link {
    color: #2E3646;
    min-height: 0;
    opacity: 1;
    padding: 0;
    transform: none;
  }
}
@media (min-width: 1200px) {
  .navigation__link:hover, .navigation__link:focus {
    color: #6F5091;
    cursor: pointer;
    text-decoration: underline;
  }
}
@media (min-width: 1200px) {
  .navigation__link--heading {
    font-weight: 700;
    margin-bottom: 24px;
  }
}
.navigation__link--sub, .navigation__link--heading {
  opacity: 0;
  transform: translateX(-100px);
  transition: opacity 1s ease, transform 1s ease;
}
@media (min-width: 1200px) {
  .navigation__link--sub, .navigation__link--heading {
    color: #3F2A56;
    font-size: 1.25rem;
    opacity: 1;
    transform: none;
  }
}
.navigation__submenu {
  display: none;
}
@media (min-width: 1200px) {
  .navigation__submenu {
    left: 0;
    overflow: hidden;
    padding-top: 12px;
    position: absolute;
    right: 0;
    z-index: 500;
  }
}
.navigation__submenu__inner {
  background-color: #6F5091;
}
@media (min-width: 1200px) {
  .navigation__submenu__inner {
    background-color: #FFFFFF;
    overflow: hidden;
    padding: 46px 62px;
  }
}
@media (min-width: 1200px) {
  .navigation__submenu__inner--columns {
    display: flex;
    flex-wrap: wrap;
    margin-left: -32px;
    margin-right: -32px;
  }
}
.navigation__submenu__inner-menu {
  border-top: 1px solid #C5C5C5;
  display: none;
}
@media (min-width: 1200px) {
  .navigation__submenu__inner-menu {
    border-top: none;
    display: block !important;
  }
}
.navigation__submenu__inner-menu .navigation__submenu__item {
  padding-left: 30px;
}
@media (min-width: 1200px) {
  .navigation__submenu__inner-menu .navigation__submenu__item {
    padding-left: 0;
  }
}
@media (min-width: 1200px) {
  .navigation__submenu__item {
    margin-bottom: 15px;
  }
}
@media (min-width: 1200px) {
  .navigation__submenu__item:last-of-type {
    margin-bottom: 0;
  }
}
@media (min-width: 1200px) {
  .navigation__submenu__item--has-submenu {
    flex: 1 0 0;
    padding-left: 32px;
    padding-right: 32px;
  }
}

.footer__main {
  background-color: #3F2A56;
  color: #FFFFFF;
  padding: 48px 0 30px 0;
}
@media (min-width: 768px) {
  .footer__main {
    padding: 77px 0;
  }
}
.footer__lower {
  margin: 32px 0;
}
@media (min-width: 992px) {
  .footer__lower {
    margin-bottom: 12px;
  }
}
.footer__logo {
  margin-bottom: 32px;
  width: 114px;
}
@media (min-width: 992px) {
  .footer__logo {
    margin-bottom: 75px;
  }
}
.footer__logo img {
  width: 100%;
}
.footer__title {
  font-size: 1.625rem;
  letter-spacing: -0.26px;
}
.footer__title--small {
  font-size: 1.25rem;
  letter-spacing: -0.2px;
}
.footer__address {
  letter-spacing: -0.16px;
  line-height: 1.3;
}
@media (min-width: 992px) {
  .footer__address {
    font-size: 1.5rem;
    letter-spacing: -0.24px;
  }
}
.footer__address p {
  margin: 0;
}
.footer__nav__item {
  margin-bottom: 16px;
}
.footer__nav__item:last-of-type {
  margin-bottom: 0;
}
.footer__nav__link {
  color: #FFFFFF;
  text-decoration: none;
}
.footer__nav__link:hover, .footer__nav__link:focus {
  color: #FFFFFF;
  text-decoration: underline;
}
.footer__nav__link--bold {
  font-weight: 700;
  letter-spacing: -0.16px;
}
.footer__social-col {
  border-top: 1px solid #6F5091;
}
@media (min-width: 992px) {
  .footer__social-col {
    border-left: 1px solid #6F5091;
    border-top: none;
    height: 100%;
  }
}
.footer__socials__item {
  margin-right: 16px;
}
.footer__socials__item:last-of-type {
  margin-right: 0;
}
.footer__socials__link {
  color: #FFFFFF;
  font-size: 26px;
  line-height: 1;
  text-decoration: none;
}
.footer__socials__link:hover, .footer__socials__link:focus {
  color: #8A66E6;
  text-decoration: none;
}
.footer__legal-nav__item {
  align-items: center;
  margin-bottom: 20px;
}
.footer__legal-nav__item:after {
  background-color: #6F5091;
  border-radius: 100%;
  content: "";
  display: block;
  height: 6px;
  margin: 0 6px;
  width: 6px;
}
.footer__legal-nav__item:last-of-type:after {
  content: none;
}
.footer__legal-nav__link {
  color: #3F2A56;
  line-height: 1;
  text-decoration: none;
}
.footer__legal-nav__link:hover, .footer__legal-nav__link:focus {
  color: #6F5091;
}

.team-card {
  background-color: #3F2A56;
  color: #FFFFFF;
  margin: 0 auto;
  max-width: 282px;
  padding: 20px;
  width: 100%;
}
@media (min-width: 576px) {
  .team-card {
    max-width: none;
  }
}
.team-card__image {
  margin-bottom: 10px;
}
.team-card__title {
  font-size: 1.375rem;
  margin: 0;
}
.team-card__title a {
  color: inherit;
  text-decoration: none;
}
.team-card__telephone {
  font-size: 0.875rem;
  line-height: 1;
}
.team-card__arrow {
  display: block;
  height: 43px;
  width: 43px;
}
.team-card__arrow i {
  font-size: 23px;
  line-height: 43px;
}
.team-card__arrow:hover i, .team-card__arrow:focus i {
  transform: translate(100%, -100%);
}
.team-card__arrow:hover i:last-of-type, .team-card__arrow:focus i:last-of-type {
  transform: translate(0, 0);
}
.team-card__shortlist {
  margin-top: 10px;
}
.team-card__shortlist label {
  font-size: 0.875rem;
}
.team-card--light {
  background-color: #FFFFFF;
  color: #3F2A56;
}
.team-card--light .team-card__shortlist label:before {
  border: 1px solid #000000;
}

.article-card {
  background-color: #FFFFFF;
  box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.25);
  color: #000000;
  display: block;
  height: 100%;
  overflow: hidden;
  text-decoration: none;
}
.article-card:hover, .article-card:focus {
  color: #000000;
  text-decoration: none;
}
.article-card:hover .article-card__content, .article-card:focus .article-card__content {
  transform: translateY(-16px);
}
.article-card:hover .article-card__image, .article-card:focus .article-card__image {
  transform: scale(1.06);
}
.article-card__image {
  padding-bottom: 71.77%;
  position: relative;
  transform: scale(1);
  transition: transform 0.5s ease;
  width: 100%;
}
.article-card__image img {
  left: 0;
  position: absolute;
  top: 0;
}
.article-card__content {
  background-color: #FFFFFF;
  padding: 32px 21px;
  position: relative;
  transform: translateY(0);
  transition: transform 0.4s ease;
  z-index: 2;
}
.article-card__category {
  background-color: #3F2A56;
  color: #FFFFFF;
  display: inline-block;
  font-size: 1rem;
  margin-bottom: 22px;
  padding: 7px 22px;
  text-transform: uppercase;
}
.article-card__title {
  color: #000000;
  font-size: 1.25rem;
  font-weight: 400;
  margin: 0;
}
.article-card__excerpt {
  border-top: 3px solid #8A66E6;
  font-size: 1rem;
  margin-top: 20px;
  line-height: 1;
  padding-top: 20px;
}

.filters {
  overflow: auto;
  padding-bottom: 1px;
  position: relative;
  width: 100%;
}
.filters__item {
  border-bottom: 1px solid #969696;
}
.filters__item.active .filters__link {
  color: #000000;
  font-weight: 700;
}
.filters__link {
  color: #767676;
  padding: 0 12px 4px 12px;
  text-decoration: none;
  white-space: nowrap;
}
.filters__link:hover, .filters__link:focus {
  color: #000000;
}
.filters__marker {
  background-color: #000000;
  bottom: 2px;
  display: block;
  height: 2px;
  left: 0;
  position: absolute;
  transition: left 0.6s ease, width 0.6s ease;
  width: 0;
}

.pagination__item {
  margin: 0 6px;
}
@media (min-width: 1200px) {
  .pagination__item {
    margin: 0 12px;
  }
}
.pagination__item--first {
  margin-left: 0;
  margin-right: 14px;
}
@media (min-width: 1200px) {
  .pagination__item--first {
    margin-right: 12px;
  }
}
.pagination__item--last {
  margin-left: 14px;
  margin-right: 0;
}
@media (min-width: 1200px) {
  .pagination__item--last {
    margin-left: 12px;
  }
}
.pagination__arrow {
  align-items: center;
  background-color: #3F2A56;
  color: #FFFFFF;
  display: flex;
  font-size: 20px;
  height: 35px;
  justify-content: center;
  text-decoration: none;
  transition: border 0.3s ease, color 0.3s ease, background-color 0.3s ease;
  width: 35px;
}
@media (min-width: 768px) {
  .pagination__arrow {
    height: 57px;
    font-size: 37px;
    width: 57px;
  }
}
.pagination__arrow:hover, .pagination__arrow:focus {
  background-color: #8A66E6;
  color: #FFFFFF;
}
.pagination__link {
  background-color: #D9D9D9;
  border-radius: 100%;
  display: flex;
  height: 8px;
  text-decoration: none;
  overflow: hidden;
  text-indent: 100px;
  transition: border 0.3s ease, color 0.3s ease, background-color 0.3s ease;
  width: 8px;
}
@media (min-width: 768px) {
  .pagination__link {
    align-items: center;
    background-color: transparent;
    border-radius: 0;
    color: #000000;
    font-size: 1rem;
    height: 34px;
    justify-content: center;
    text-indent: unset;
    width: 34px;
  }
}
.pagination__link:hover, .pagination__link:focus {
  background-color: #3F2A56;
}
@media (min-width: 768px) {
  .pagination__link:hover, .pagination__link:focus {
    background-color: #8A66E6;
    color: #FFFFFF;
  }
}
.pagination__link--active {
  background-color: #3F2A56;
}
@media (min-width: 768px) {
  .pagination__link--active {
    background-color: #8A66E6;
    color: #FFFFFF;
  }
}
.pagination__spacer {
  font-size: 1rem;
  font-weight: 700;
}

.homepage-hero {
  background-color: #3F2A56;
  color: #FFFFFF;
  overflow: hidden;
  position: relative;
  width: 100%;
}
.homepage-hero__video-holder, .homepage-hero__bg {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
.homepage-hero__bg {
  opacity: 0.2;
  z-index: 2;
}
.homepage-hero__video-holder {
  z-index: 1;
}
.homepage-hero__inner {
  padding: 98px 0;
}
@media (min-width: 768px) {
  .homepage-hero__inner {
    min-height: 706px;
    padding: 98px 0 118px 0;
  }
}
.homepage-hero__content-holder {
  max-width: 257px;
  position: relative;
  width: 100%;
  z-index: 5;
}
@media (min-width: 576px) {
  .homepage-hero__content-holder {
    max-width: 90%;
  }
}
@media (min-width: 768px) {
  .homepage-hero__content-holder {
    max-width: 773px;
  }
}
.homepage-hero__logo {
  width: 129px;
}
@media (min-width: 768px) {
  .homepage-hero__logo {
    width: 251px;
  }
}
.homepage-hero__logo img {
  width: 100%;
}
@media (min-width: 768px) {
  .homepage-hero__title {
    font-size: 3rem;
    line-height: 1.0416666667;
  }
}
.homepage-hero__content {
  font-size: 1.25rem;
}
@media (min-width: 768px) {
  .homepage-hero__content {
    font-size: 1.5rem;
  }
}

.heading-banner {
  background-color: #3F2A56;
  overflow: hidden;
  position: relative;
  width: 100%;
}
.heading-banner__bg {
  height: 100%;
  left: 0;
  mix-blend-mode: screen;
  opacity: 0.15;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1;
}
.heading-banner__inner {
  min-height: 259px;
  padding: 48px 0;
}
@media (min-width: 768px) {
  .heading-banner__inner {
    min-height: 348px;
  }
}

.two-col-content {
  color: #000000;
}
.two-col-content.purple-bg {
  color: #FFFFFF;
}
.two-col-content__spacer {
  margin-top: 54px;
}
.two-col-content__media-holder {
  padding-left: 20px;
  padding-top: 20px;
  position: relative;
}
@media (min-width: 992px) {
  .two-col-content__media-holder {
    padding-left: 32px;
    padding-top: 32px;
  }
}
.two-col-content__media-holder:before, .two-col-content__media-holder:after {
  background-color: #8A66E6;
  content: "";
  display: block;
  left: 0;
  position: absolute;
  top: 0;
}
.two-col-content__media-holder:before {
  height: 3px;
  width: 52px;
}
@media (min-width: 992px) {
  .two-col-content__media-holder:before {
    width: 118px;
  }
}
.two-col-content__media-holder:after {
  height: 52px;
  width: 3px;
}
@media (min-width: 992px) {
  .two-col-content__media-holder:after {
    height: 100px;
  }
}
.two-col-content__media-holder__inner {
  padding-bottom: 108.45%;
  position: relative;
  width: 100%;
}
@media (min-width: 992px) {
  .two-col-content__media-holder__inner {
    padding-bottom: 93.4%;
  }
}
.two-col-content__media-holder__inner img {
  left: 0;
  position: absolute;
  top: 0;
}
.two-col-content--flipped .two-col-content__media-holder {
  padding-left: 0;
  padding-right: 20px;
}
@media (min-width: 992px) {
  .two-col-content--flipped .two-col-content__media-holder {
    padding-left: 0;
    padding-right: 32px;
  }
}
.two-col-content--flipped .two-col-content__media-holder:before, .two-col-content--flipped .two-col-content__media-holder:after {
  left: auto;
  right: 0;
}

.one-col-content {
  margin: 46px 0;
}
@media (min-width: 768px) {
  .one-col-content {
    margin: 69px 0;
  }
}
.one-col-content.purple-bg {
  margin: 0;
  padding: 46px 0;
}
@media (min-width: 768px) {
  .one-col-content.purple-bg {
    margin: 0;
    padding: 69px 0;
  }
}
.one-col-content__inner {
  max-width: 700px;
}
.one-col-content__header {
  margin-bottom: 54px;
  padding-bottom: 54px;
  position: relative;
}
.one-col-content__header:after {
  background-color: #8A66E6;
  bottom: -2px;
  content: "";
  display: block;
  height: 4px;
  left: 0;
  position: absolute;
  width: 100%;
}
@media (min-width: 1400px) {
  .one-col-content__header:after {
    width: 776px;
  }
}

.faqs__inner {
  max-width: 848px;
  width: 100%;
}
.faqs__faq {
  background-color: #E9E9E9;
  color: #000000;
  margin-bottom: 12px;
}
@media (min-width: 768px) {
  .faqs__faq {
    margin-bottom: 8px;
  }
}
.faqs__faq:last-of-type {
  margin-bottom: 0;
}
.faqs__faq--dark {
  background-color: #3F2A56;
  color: #FFFFFF;
}
.faqs__faq--dark .faqs__faq__toggle:hover, .faqs__faq--dark .faqs__faq__toggle:focus {
  color: #8A66E6;
}
.faqs__faq__toggle {
  background-color: transparent;
  border: none;
  color: inherit;
  display: block;
  font-size: 1.25rem;
  font-weight: 700;
  padding: 16px 52px 16px 16px;
  position: relative;
  text-align: left;
  transition: border 0.3s ease, color 0.3s ease, background-color 0.3s ease;
  width: 100%;
}
.faqs__faq__toggle:hover, .faqs__faq__toggle:focus {
  color: #3F2A56;
}
.faqs__faq__toggle:after {
  color: #8A66E6;
  content: "\f068";
  display: block;
  font-family: "Font Awesome 6 Sharp";
  font-size: 13px;
  font-weight: 900;
  line-height: 1;
  margin-top: -7px;
  position: absolute;
  right: 20px;
  top: 50%;
}
.faqs__faq__toggle.collapsed:after {
  content: "+";
}
.faqs__faq__reveal {
  padding: 9px 50px 8px 16px;
}

.testimonials__inner {
  max-width: 984px;
  width: 100%;
}
.testimonials__slider-wrapper {
  margin-bottom: 18px;
  padding: 18px;
  position: relative;
}
@media (min-width: 768px) {
  .testimonials__slider-wrapper {
    margin-bottom: 50px;
    padding: 53px 58px;
  }
}
.testimonials__slider-wrapper__accent:before, .testimonials__slider-wrapper__accent:after {
  background-color: #8A66E6;
  content: "";
  display: block;
  left: 0;
  position: absolute;
  top: 0;
}
.testimonials__slider-wrapper__accent:before {
  height: 2px;
  width: 36px;
}
@media (min-width: 768px) {
  .testimonials__slider-wrapper__accent:before {
    height: 4px;
    width: 118px;
  }
}
.testimonials__slider-wrapper__accent:after {
  height: 36px;
  width: 2px;
}
@media (min-width: 768px) {
  .testimonials__slider-wrapper__accent:after {
    height: 118px;
    width: 4px;
  }
}
.testimonials__slider-wrapper__accent--last:before, .testimonials__slider-wrapper__accent--last:after {
  bottom: 0;
  left: auto;
  right: 0;
  top: auto;
}
.testimonials__slider {
  background-color: #EBEAED;
  padding: 26px 8px 21px 8px;
  position: relative;
}
@media (min-width: 768px) {
  .testimonials__slider {
    padding: 75px 46px 75px 71px;
  }
}
.testimonials__slider:after {
  background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="34" height="37" viewBox="0 0 34 37" fill="none"><path d="M0 0H34L11.3441 36.3958L0 0Z" fill="%23EBEAED"/></svg>');
  background-position: top left;
  background-repeat: no-repeat;
  background-size: contain;
  bottom: -35px;
  content: "";
  display: block;
  height: 36px;
  left: 24px;
  position: absolute;
  width: 34px;
}
@media (min-width: 768px) {
  .testimonials__slider:after {
    background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="107" height="88" viewBox="0 0 107 88" fill="none"><path d="M0.000164334 5.12009e-05L106.59 1.61319L35.8476 87.7038L0.000164334 5.12009e-05Z" fill="%23EBEAED"/></svg>');
    bottom: -110px;
    height: 112px;
    left: 50px;
    width: 129px;
  }
}
.testimonials__testimonial {
  color: #3F2A56;
  font-style: italic;
  line-height: 1.2;
  text-align: center;
}
@media (min-width: 768px) {
  .testimonials__testimonial {
    font-size: 2rem;
  }
}
.testimonials__nav .slick-arrow, .testimonials__nav .slick-dots {
  margin-top: 50px;
}
@media (min-width: 768px) {
  .testimonials__nav .slick-arrow, .testimonials__nav .slick-dots {
    margin-top: 40px;
  }
}
.testimonials__nav .slick-arrow--prev {
  order: 1;
}
.testimonials__nav .slick-arrow--next {
  order: 3;
}
.testimonials__nav .slick-dots {
  margin-left: 20px;
  margin-right: 20px;
  order: 2;
}
@media (min-width: 768px) {
  .testimonials__nav .slick-dots {
    margin-left: 34px;
    margin-right: 34px;
  }
}

.documents__inner {
  max-width: 1096px;
  width: 100%;
}
.documents__item {
  margin-bottom: 16px;
}
.documents__item:last-of-type {
  margin-bottom: 0;
}
.documents__download {
  align-items: center;
  color: #3F2A56;
  line-height: 1;
  text-decoration: underline;
}
.documents__download--boxed {
  border: 2px solid #3F2A56;
  padding: 15px 16px;
  text-decoration: none;
  transition: background-color 0.3s ease, color 0.3s ease;
}
.documents__download--boxed:hover, .documents__download--boxed:focus {
  background-color: #3F2A56;
  color: #FFFFFF;
  text-decoration: none;
}
.documents__download__title {
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.documents__download--light {
  border-color: #FFFFFF;
  color: #FFFFFF;
}
.documents__download--light.documents__download--boxed:hover, .documents__download--light.documents__download--boxed:focus {
  background-color: #FFFFFF;
  color: #3F2A56;
  text-decoration: none;
}
.documents__download__icon {
  font-size: 20px;
  margin-right: 16px;
}
.documents__download__icon--last {
  margin-left: auto;
  margin-right: 0;
  padding-left: 16px;
}

.opening-times {
  margin: 50px 0;
}
.opening-times__inner {
  max-width: 722px;
  width: 100%;
}
.opening-times__inner table {
  color: #3F2A56;
  width: 100%;
}
.opening-times__inner table thead th {
  background-color: #3F2A56;
  border: 1px solid #3F2A56;
  color: #fff;
  font-weight: 700;
  padding: 12px;
}
.opening-times__inner table thead th:first-of-type {
  border-right-color: #FFFFFF;
}
.opening-times__inner table thead th:last-of-type {
  border-left-color: #FFFFFF;
}
.opening-times__inner table th {
  background-color: #3F2A56;
  border: 1px solid #3F2A56;
  color: #fff;
  font-weight: 700;
  padding: 12px;
}
.opening-times__inner table th:first-of-type {
  border-right-color: #FFFFFF;
}
.opening-times__inner table th:last-of-type {
  border-left-color: #FFFFFF;
}
.opening-times__inner table td {
  background-color: #FAFAFA;
  border: 1px solid #3F2A56;
  padding: 12px;
}

.services__card {
  background-color: #FFFFFF;
  border: 1px solid rgba(0, 0, 0, 0.2);
  color: #000000;
  display: block;
  line-height: 1.2;
  padding: 40px 32px;
  text-decoration: none;
  transition: color 0.4s ease, background-color 0.4s ease;
}
.services__card:hover, .services__card:focus {
  background-color: #3F2A56;
  color: #FFFFFF;
}
.services__card:hover .services__card__title, .services__card:hover .services__card__footer, .services__card:focus .services__card__title, .services__card:focus .services__card__footer {
  color: #FFFFFF;
}
.services__card:hover .services__card__footer__icon i, .services__card:focus .services__card__footer__icon i {
  transform: translate(100%, -100%);
}
.services__card:hover .services__card__footer__icon i:last-of-type, .services__card:focus .services__card__footer__icon i:last-of-type {
  transform: translate(0, 0);
}
.services__card__title {
  border-bottom: 3px solid #8A66E6;
  margin: 0 0 28px 0;
  padding-bottom: 28px;
  transition: color 0.4s ease;
}
.services__card__footer {
  color: #3F2A56;
  font-weight: 700;
  margin-top: auto;
  padding-top: 25px;
  transition: color 0.4s ease;
}
.services__card__footer__icon {
  height: 52px;
  margin-left: auto;
  width: 52px;
}
.services__card__footer__icon i {
  font-size: 34px;
  line-height: 52px;
}

.features {
  margin: 20px 0 40px 0;
}
@media (min-width: 768px) {
  .features {
    margin: 40px 0;
  }
}
.features__title {
  border-bottom: 4px solid #8A66E6;
  display: block;
  margin: 0;
  padding-bottom: 24px;
}
@media (min-width: 576px) {
  .features__title {
    display: inline-block;
  }
}
@media (min-width: 768px) {
  .features__title {
    display: inline-block;
    padding-left: 40px;
    padding-right: 40px;
  }
}
.features__item {
  margin-top: 54px;
}
@media (min-width: 768px) {
  .features__item {
    margin-top: 46px;
  }
}
.features__item:first-of-type {
  margin-top: 32px;
}
@media (min-width: 768px) {
  .features__item:first-of-type {
    margin-top: 46px;
  }
}
.features__feature {
  background-color: rgba(63, 42, 86, 0.15);
  height: 100%;
  line-height: 1.2;
  padding: 80px 59px;
}
@media (min-width: 768px) {
  .features__feature {
    padding: 80px 40px;
  }
}
@media (min-width: 1200px) {
  .features__feature {
    padding: 109px 55px;
  }
}
.features__feature--light {
  background: rgba(111, 80, 145, 0.15);
}
.features__feature--light .features__feature__title {
  color: #6F5091;
}
.features__feature--bright {
  background: rgba(138, 102, 230, 0.15);
}
.features__feature--bright .features__feature__title {
  color: #8A66E6;
}
.features__feature__title {
  word-break: break-word;
}

.related-content {
  margin: 35px 0;
}
@media (min-width: 768px) {
  .related-content {
    margin: 60px 0;
  }
}
.related-content__inner {
  border-top: 4px solid #8A66E6;
  padding-top: 24px;
}
.related-content__item {
  margin-top: 56px;
}
@media (min-width: 576px) {
  .related-content__item {
    margin-top: 24px;
  }
}
.related-content__item:first-of-type {
  margin-top: 24px;
}
.related-content__card {
  background-color: #FAFAFA;
  box-shadow: 0 8px 11.6px -1px rgba(0, 0, 0, 0.05);
  color: #000000;
  display: block;
  line-height: 1;
  padding: 35px 25px;
  text-decoration: none;
}
@media (min-width: 992px) {
  .related-content__card {
    padding-right: 50px;
  }
}
.related-content__card:hover .related-content__card__title, .related-content__card:focus .related-content__card__title {
  color: #8A66E6;
}
.related-content__card__image {
  padding-bottom: 100%;
  position: relative;
  width: 100%;
}
@media (min-width: 576px) {
  .related-content__card__image {
    height: 134px;
    padding-bottom: 0;
    width: 134px;
  }
}
.related-content__card__image img {
  left: 0;
  position: absolute;
  top: 0;
}
.related-content__card__title {
  color: #000000;
  font-size: 1.25rem;
  transition: color 0.3s ease;
}
@media (min-width: 768px) {
  .related-content__card__title {
    font-size: 1.875rem;
  }
}

.testimonial-simple {
  margin: 44px 0;
}
.testimonial-simple__inner {
  border-left: 3px solid #8A66E6;
  margin: 0 auto;
  max-width: 700px;
  padding-left: 45px;
}
.testimonial-simple__title {
  font-size: 1.25rem;
  margin: 0 0 23px 0;
}
.testimonial-simple__quote {
  color: #000000;
  font-style: italic;
  font-weight: 300;
  line-height: 1.2;
}

.team {
  margin: 24px 0;
}
.team__item {
  margin-top: 56px;
}
.team__item:first-of-type {
  margin-top: 0;
}
@media (min-width: 576px) {
  .team__item:nth-child(2) {
    margin-top: 0;
  }
}
@media (min-width: 768px) {
  .team__item:nth-child(3) {
    margin-top: 0;
  }
}
@media (min-width: 992px) {
  .team__item:nth-child(4) {
    margin-top: 0;
  }
}

.cta {
  margin: 39px 0;
}
@media (min-width: 768px) {
  .cta {
    margin: 55px 0;
  }
}
.cta.purple-bg {
  margin: 0;
  padding: 39px 0;
}
@media (min-width: 768px) {
  .cta.purple-bg {
    padding: 55px 0;
  }
}
.cta__inner {
  padding: 36px 38px;
  position: relative;
}
@media (min-width: 1200px) {
  .cta__inner {
    padding: 0 38px 33px 38px;
  }
}
.cta__content {
  max-width: 856px;
  width: 100%;
}
.cta__accent:before, .cta__accent:after {
  background-color: #8A66E6;
  content: "";
  display: block;
  left: 0;
  position: absolute;
  top: 0;
}
.cta__accent:before {
  height: 2px;
  width: 52px;
}
@media (min-width: 768px) {
  .cta__accent:before {
    height: 4px;
    width: 118px;
  }
}
.cta__accent:after {
  height: 52px;
  width: 2px;
}
@media (min-width: 768px) {
  .cta__accent:after {
    height: 118px;
    width: 3px;
  }
}
.cta__accent--last:before, .cta__accent--last:after {
  bottom: 0;
  left: auto;
  right: 0;
  top: auto;
}

.barrister-search {
  margin: 30px 0;
}
@media (min-width: 768px) {
  .barrister-search {
    margin: 80px 0;
  }
}
@media (min-width: 992px) {
  .barrister-search {
    margin: 134px 0;
  }
}
@media (min-width: 768px) {
  .barrister-search__inner {
    padding: 60px;
    position: relative;
  }
}
.barrister-search__form {
  background-color: #3F2A56;
  position: relative;
  width: 100%;
}
.barrister-search__form__input {
  background-color: #3F2A56;
  border: 1px solid #3F2A56;
  color: #FFFFFF;
  font-size: 1.75rem;
  height: 111px;
  padding: 36px 72px 36px 25px;
  width: 100%;
}
.barrister-search__form__input::placeholder {
  color: #a197ac;
}
.barrister-search__form__input:focus {
  outline: none;
}
.barrister-search__form__button {
  background-color: transparent;
  border: none;
  color: #FFFFFF;
  display: inline-block;
  position: absolute;
  right: 25px;
  top: 36px;
  transition: color 0.3s ease;
  width: 43px;
}
.barrister-search__form__button:hover, .barrister-search__form__button:focus {
  color: #8A66E6;
}
.barrister-search__form__button__icon svg {
  width: 100%;
}
.barrister-search__form.out .barrister-search__form__input {
  background-color: #FFFFFF;
  border-color: rgba(0, 0, 0, 0.5);
  color: #000000;
}
.barrister-search__form.out .barrister-search__form__input::placeholder {
  color: rgba(0, 0, 0, 0.45);
}
.barrister-search__form.out .barrister-search__form__button {
  color: #8A66E6;
}
.barrister-search__all-btn {
  align-items: center;
  background-color: #FFFFFF;
  border: 1px solid rgba(0, 0, 0, 0.5);
  color: #3F2A56;
  display: flex;
  height: 111px;
  font-size: 1.75rem;
  font-weight: 700;
  padding: 25px 72px 25px 25px;
  position: relative;
  width: 100%;
}
@media (min-width: 768px) {
  .barrister-search__all-btn {
    padding: 36px 39px;
  }
}
.barrister-search__all-btn:hover, .barrister-search__all-btn:focus {
  border-color: #3F2A56;
}
.barrister-search__all-btn:before, .barrister-search__all-btn:after {
  display: block;
  height: 43px;
  position: absolute;
  right: 25px;
  top: 36px;
  width: 43px;
}
.barrister-search__all-btn:before {
  background-color: #8A66E6;
  content: "";
}
@media (min-width: 768px) {
  .barrister-search__all-btn:before {
    content: none;
  }
}
.barrister-search__all-btn:after {
  color: #FFFFFF;
  content: "+";
  font-family: "Font Awesome 6 Sharp";
  font-size: 20px;
  font-weight: 900;
  line-height: 43px;
  transform: rotate(0);
  transition: transform 0.3s ease;
}
@media (min-width: 768px) {
  .barrister-search__all-btn:after {
    content: none;
  }
}
@media (min-width: 768px) {
  .barrister-search__all-btn.active {
    background-color: #3F2A56;
    color: #FFFFFF;
  }
}
.barrister-search__all-btn.active:after {
  transform: rotate(45deg);
}
.barrister-search__results {
  display: none;
}
.barrister-search__results__inner {
  background-color: #3F2A56;
  padding: 26px;
}
.barrister-search__results__sort {
  height: 38px;
  max-width: 405px;
  padding-bottom: 6px;
  padding-left: 20px;
  padding-top: 6px;
  width: 100%;
}
.barrister-search__results__shortlist-btn {
  align-items: center;
  background-color: transparent;
  border: none;
  color: #FFFFFF;
  display: inline-flex;
  font-size: 1.25rem;
  font-weight: 700;
  padding: 0;
}
.barrister-search__results__shortlist-btn i + span {
  margin-left: 16px;
  text-decoration: underline;
}
.barrister-search__results__more-btn {
  padding: 6px 12px;
}
@media (min-width: 768px) {
  .barrister-search__accent:before, .barrister-search__accent:after {
    background-color: #8A66E6;
    content: "";
    display: block;
    left: 0;
    position: absolute;
    top: 0;
  }
}
.barrister-search__accent:before {
  height: 3px;
  width: 118px;
}
.barrister-search__accent:after {
  height: 118px;
  width: 3px;
}
.barrister-search__accent--last:before, .barrister-search__accent--last:after {
  bottom: 0;
  left: auto;
  right: 0;
  top: auto;
}

.latest-news__item {
  margin-top: 24px;
}
.latest-news__item:first-of-type {
  margin-top: 0;
}
@media (min-width: 576px) {
  .latest-news__item:nth-of-type(2) {
    margin-top: 0;
  }
}
@media (min-width: 576px) {
  .latest-news__item .article-card__excerpt {
    display: none;
  }
}
@media (min-width: 768px) {
  .latest-news__featured {
    height: 100%;
  }
}
@media (min-width: 768px) {
  .latest-news__featured .article-card {
    display: flex;
    flex-direction: column;
  }
}
@media (min-width: 768px) {
  .latest-news__featured .article-card__image {
    flex: 1;
  }
}
@media (min-width: 768px) {
  .latest-news__featured .article-card__title {
    font-size: 1.625rem;
  }
}

.featured-article {
  margin: 40px 0;
}
@media (min-width: 992px) {
  .featured-article {
    margin: 114px 0 72px 0;
  }
}
.featured-article__card {
  position: relative;
}
@media (min-width: 576px) {
  .featured-article__card {
    box-shadow: none;
  }
}
.featured-article__card:hover .article-card__content, .featured-article__card:hover .article-card__image, .featured-article__card:focus .article-card__content, .featured-article__card:focus .article-card__image {
  transform: none;
}
.featured-article__card:hover .btn-primary, .featured-article__card:focus .btn-primary {
  background-color: #FFFFFF;
  border-color: #3F2A56;
  color: #3F2A56;
}
@media (min-width: 576px) {
  .featured-article__card .article-card__image {
    height: 100%;
    padding-bottom: 0;
    width: 200px;
  }
}
@media (min-width: 768px) {
  .featured-article__card .article-card__image {
    width: 350px;
  }
}
@media (min-width: 992px) {
  .featured-article__card .article-card__image {
    width: 450px;
  }
}
@media (min-width: 1200px) {
  .featured-article__card .article-card__image {
    width: 579px;
  }
}
@media (min-width: 576px) {
  .featured-article__card .article-card__category {
    left: 0;
    padding: 22px 44px;
    position: absolute;
    top: 0;
  }
}
@media (min-width: 576px) {
  .featured-article__card .article-card__content {
    padding: 20px 0 20px 30px;
    position: static;
    transform: none;
  }
}
@media (min-width: 992px) {
  .featured-article__card .article-card__content {
    padding: 30px 0 30px 44px;
  }
}
@media (min-width: 576px) {
  .featured-article__card .article-card__title {
    font-weight: 700;
  }
}
@media (min-width: 992px) {
  .featured-article__card .article-card__title {
    font-size: 2.25rem;
  }
}
@media (min-width: 992px) {
  .featured-article__card .article-card__excerpt {
    font-size: 1.125rem;
    line-height: 1.2;
    margin-top: 42px;
    padding-top: 33px;
  }
}

.article-listing__title {
  border-bottom: 3px solid #8A66E6;
  margin: 0 0 24px 0;
  overflow: hidden;
  padding-bottom: 24px;
  width: 100%;
}
@media (min-width: 768px) {
  .article-listing__title {
    margin-bottom: 62px;
    padding-bottom: 62px;
  }
}
.article-listing__filter-title {
  font-size: 1.5rem;
  margin: 0 0 28px 0;
}
@media (min-width: 768px) {
  .article-listing__filter-title {
    font-size: 1.875rem;
    margin-bottom: 62px;
  }
}

.practice-area-btns__inner {
  max-width: 1186px;
  width: 100%;
}
.practice-area-btns__item {
  margin-top: 35px;
}
.practice-area-btns__item:first-of-type {
  margin-top: 0;
}
@media (min-width: 768px) {
  .practice-area-btns__item:nth-child(2) {
    margin-top: 0;
  }
}
@media (min-width: 1200px) {
  .practice-area-btns__item:nth-child(3) {
    margin-top: 0;
  }
}
.practice-area-btns__btn {
  background-color: #3F2A56;
  color: #FFFFFF;
  display: block;
  font-size: 1.25rem;
  font-weight: 700;
  height: 100%;
  line-height: 1.2;
  padding: 38px 52px;
  position: relative;
  text-decoration: none;
}
.practice-area-btns__btn:hover .practice-area-btns__btn__icon, .practice-area-btns__btn:focus .practice-area-btns__btn__icon {
  background-color: #FFFFFF;
}
.practice-area-btns__btn:hover .practice-area-btns__btn__icon i, .practice-area-btns__btn:focus .practice-area-btns__btn__icon i {
  color: #8A66E6;
  transform: translate(100%, -100%);
}
.practice-area-btns__btn:hover .practice-area-btns__btn__icon i:last-of-type, .practice-area-btns__btn:focus .practice-area-btns__btn__icon i:last-of-type {
  transform: translate(0, 0);
}
.practice-area-btns__btn__icon {
  display: block;
  height: 43px;
  max-width: 43px;
  min-width: 43px;
  transition: background-color 0.3s ease;
  width: 43px;
}
.practice-area-btns__btn__icon i {
  font-size: 26px;
  line-height: 43px;
}
.practice-area-btns__btn__title {
  flex: 1;
  padding-right: 16px;
}

.breadcrumbs {
  margin: 56px 0 32px 0;
}
@media (min-width: 768px) {
  .breadcrumbs {
    margin: 56px 0;
  }
}
.breadcrumbs__item:after {
  content: "/";
  display: block;
  margin: 0 7px;
}
.breadcrumbs__item:last-of-type:after {
  content: none;
}
.breadcrumbs__link {
  color: #6F5091;
  text-decoration: underline;
}
.breadcrumbs__link:hover, .breadcrumbs__link:focus {
  color: #3F2A56;
  text-decoration: underline;
}
.breadcrumbs__current {
  color: #000000;
  text-decoration: underline;
}

.member-header {
  padding: 44px 0;
}
.member-header__back-link {
  color: #FFFFFF;
  font-size: 1.25rem;
  font-weight: 700;
  text-decoration: underline;
  transition: color 0.3s ease;
}
.member-header__back-link:hover, .member-header__back-link:focus {
  color: #8A66E6;
  text-decoration: underline;
}
.member-header__image-wrapper {
  max-width: 421px;
  width: 100%;
}
.member-header__header {
  border-bottom: 4px solid #8A66E6;
}
@media (min-width: 768px) {
  .member-header__role {
    font-size: 1.875rem;
  }
}
.member-header__contact-info__item, .member-header__downloads__item {
  margin-bottom: 32px;
}
.member-header__contact-info__item:last-of-type, .member-header__downloads__item:last-of-type {
  margin-bottom: 0;
}
.member-header__contact-info__link, .member-header__downloads__link {
  color: #FFFFFF;
  text-decoration: none;
  transition: border 0.3s ease, color 0.3s ease, background-color 0.3s ease;
}
.member-header__contact-info__link:hover, .member-header__contact-info__link:focus, .member-header__downloads__link:hover, .member-header__downloads__link:focus {
  color: #8A66E6;
}
.member-header__contact-info__link {
  color: #FFFFFF;
  font-size: 1.5rem;
  font-weight: 700;
}
@media (min-width: 768px) {
  .member-header__contact-info__link {
    font-size: 1.875rem;
  }
}
.member-header__contact-info__link svg {
  margin-right: 18px;
  width: 30px;
}
.member-header__downloads__link span {
  text-decoration: underline;
}

.member-profile {
  margin: 28px 0 45px 0;
}
@media (min-width: 768px) {
  .member-profile {
    margin: 40px 0 80px 0;
  }
}
.member-profile__sidebar {
  background-color: #3F2A56;
  color: #FFFFFF;
  padding: 36px;
  width: 100%;
}
@media (min-width: 992px) {
  .member-profile__sidebar {
    width: 421px;
  }
}
.member-profile__sidebar__section {
  line-height: 1.2;
  margin-bottom: 40px;
}
.member-profile__sidebar__section:last-of-type {
  margin-bottom: 0;
}
.member-profile__sidebar__section p {
  margin: 0;
}
.member-profile__sidebar__section a {
  color: inherit;
  text-decoration: underline;
}
.member-profile__sidebar__title {
  color: #FFFFFF;
  font-size: 1.125rem;
  margin: 0 0 13px 0;
}
.member-profile__sidebar__shortlist label {
  font-weight: 700;
}

.contact {
  background-color: #3F2A56;
  color: #FFFFFF;
  padding: 45px 0;
}
@media (min-width: 992px) {
  .contact {
    background-color: transparent;
    color: #000000;
    margin: 48px 0 65px 0;
    padding: 0;
  }
}
@media (min-width: 992px) {
  .contact__inner {
    background-color: #3F2A56;
    padding: 44px 53px;
  }
}
@media (min-width: 992px) {
  .contact__content {
    color: #FFFFFF;
  }
}
.contact__address p {
  margin: 0;
}
.contact__contact-details__item {
  margin-bottom: 12px;
}
.contact__contact-details__item:last-of-type {
  margin-bottom: 0;
}
.contact__contact-details__link {
  color: #FFFFFF;
  line-height: 1.2;
  text-decoration: none;
}
.contact__contact-details__link__icon {
  display: block;
  margin-right: 18px;
  min-width: 18px;
  width: 18px;
}
.contact__contact-details__link__icon svg {
  width: 100%;
}
.contact__contact-details__link--bold {
  font-size: 1rem;
  font-weight: 700;
}
@media (min-width: 992px) {
  .contact__form {
    padding: 20px 42px 52px 35px;
    position: relative;
  }
}
.contact__form__inner {
  background-color: #FFFFFF;
  padding: 40px 28px;
}
@media (min-width: 768px) {
  .contact__form__inner {
    padding: 40px;
  }
}
@media (min-width: 992px) {
  .contact__form__inner {
    padding: 40px 59px;
  }
}
@media (min-width: 992px) {
  .contact__form__accent:before, .contact__form__accent:after {
    background-color: #8A66E6;
    content: "";
    display: block;
    left: 0;
    position: absolute;
    top: 0;
  }
}
.contact__form__accent:before {
  height: 3px;
  width: 105px;
}
.contact__form__accent:after {
  height: 125px;
  width: 3px;
}
.contact__form__accent--last:before, .contact__form__accent--last:after {
  bottom: 0;
  left: auto;
  right: 0;
  top: auto;
}
.contact__map {
  height: 231px;
}
@media (min-width: 768px) {
  .contact__map {
    height: 292px;
  }
}
.contact__textarea {
  max-width: 700px;
  width: 100%;
}
.contact__textarea__block {
  margin-bottom: 48px;
}
@media (min-width: 768px) {
  .contact__textarea__block {
    margin-bottom: 54px;
  }
}
.contact__textarea__block:last-of-type {
  margin-bottom: 0;
}

.page-content__inner {
  max-width: 859px;
  width: 100%;
}
.page-content__inner .text-block table {
  color: #3F2A56;
  table-layout: fixed;
  width: 100%;
}
.page-content__inner .text-block table thead th {
  background-color: #3F2A56;
  border: 1px solid #3F2A56;
  border-right: 1px solid #FFFFFF;
  color: #FFFFFF;
  font-weight: 700;
  padding: 12px;
}
.page-content__inner .text-block table thead th:last-of-type {
  border-right-color: #3F2A56;
}
.page-content__inner .text-block table th {
  background-color: #3F2A56;
  border: 1px solid #3F2A56;
  color: #fff;
  font-weight: 700;
  padding: 12px;
}
.page-content__inner .text-block table th:first-of-type {
  border-right-color: #FFFFFF;
}
.page-content__inner .text-block table th:last-of-type {
  border-left-color: #FFFFFF;
}
.page-content__inner .text-block table tbody tr td {
  border: 1px solid #3F2A56;
  padding: 12px;
  vertical-align: top;
}

.search-results {
  margin: 30px 0 60px 0;
}
@media (min-width: 768px) {
  .search-results {
    margin: 0 0 67px 0;
  }
}
.search-results__inner {
  max-width: 979px;
  width: 100%;
}
.search-results__form {
  border-bottom: 1px solid #3F2A56;
}
.search-results__form input {
  border: none;
  color: #000000;
  font-size: 1.5rem;
  font-weight: 700;
  height: 35px;
  width: 100%;
}
@media (min-width: 768px) {
  .search-results__form input {
    font-size: 2.25rem;
    height: 54px;
  }
}
.search-results__form input:focus {
  outline: none;
}
.search-results__form input::-webkit-search-cancel-button {
  -webkit-appearance: none;
  background-image: url("../images/search-icon-cross.svg");
  background-repeat: no-repeat;
  background-size: contain;
  height: 20px;
  width: 20px;
}
@media (min-width: 768px) {
  .search-results__form input::-webkit-search-cancel-button {
    height: 30px;
    width: 30px;
  }
}
.search-results__form button {
  background-color: transparent;
  border: none;
  color: #3F2A56;
  font-size: 22px;
  padding: 0;
}
.search-results__item {
  margin-bottom: 28px;
}
@media (min-width: 768px) {
  .search-results__item {
    margin-bottom: 46px;
  }
}
.search-results__item:last-of-type {
  margin-bottom: 0;
}
.search-results__card {
  background-color: #FAFAFA;
  box-shadow: 0 8px 11.6px -1px rgba(0, 0, 0, 0.05);
  color: #000000;
  display: block;
  line-height: 1.2;
  padding: 35px 25px;
  text-decoration: none;
}
.search-results__card:hover .search-results__card__title, .search-results__card:focus .search-results__card__title {
  color: #8A66E6;
}
.search-results__card__image {
  padding-bottom: 100%;
  position: relative;
  width: 100%;
}
@media (min-width: 576px) {
  .search-results__card__image {
    width: 100px;
  }
}
@media (min-width: 768px) {
  .search-results__card__image {
    width: 134px;
  }
}
.search-results__card__image img {
  left: 0;
  position: absolute;
  top: 0;
}
.search-results__card__title {
  font-size: 1.25rem;
  transition: color 0.3s ease;
}
@media (min-width: 768px) {
  .search-results__card__title {
    font-size: 2.25rem;
  }
}
.search-results__pagination {
  margin-top: 24px;
}
@media (min-width: 768px) {
  .search-results__pagination {
    margin-top: 130px;
  }
}

.article-page {
  width: 100%;
}
@media (min-width: 1400px) {
  .article-page__row {
    margin-left: -120px;
    margin-right: -120px;
  }
}
@media (min-width: 1400px) {
  .article-page__col {
    padding-left: 120px;
    padding-right: 120px;
  }
}
.article-page__content-blocks section {
  margin-bottom: 48px;
}
.article-page__content-blocks section:last-of-type {
  margin-bottom: 0;
}
@media (min-width: 992px) {
  .article-page__sidebar {
    position: sticky;
    top: 10px;
  }
}
.article-page__sidebar__title {
  margin: 0 0 13px 0;
}
.article-page__sharing {
  color: #1D3F62;
}
.article-page__sharing__item {
  margin-right: 14px;
}
.article-page__sharing__item:last-of-type {
  margin-right: 0;
}
.article-page__sharing__link {
  align-items: center;
  background-color: #3F2A56;
  color: #FFFFFF;
  display: flex;
  font-size: 15px;
  height: 25px;
  justify-content: center;
  text-decoration: none;
  transition: background-color 0.3s ease;
  width: 25px;
}
.article-page__sharing__link:hover, .article-page__sharing__link:focus {
  background-color: #8A66E6;
}
.article-page__article-info {
  line-height: 1.2;
}
.article-page__article-info__author-img {
  border-radius: 100%;
  height: 42px;
  overflow: hidden;
  width: 42px;
}
.article-page__tags__item {
  margin-right: 11px;
}
.article-page__tags__item:last-of-type {
  margin-right: 0;
}
.article-page__tags__tag {
  background-color: #D9D9D9;
  border-radius: 17px;
  display: inline-block;
  margin-top: 13px;
  padding: 5px 21px;
}
.article-page__block__image__caption {
  font-size: 1.25rem;
  font-style: italic;
  margin-top: 15px;
}
.article-page__block__text h2, .article-page__block__text h3, .article-page__block__text h4 {
  color: #000000;
  margin-bottom: 40px;
}
@media (min-width: 1200px) {
  .article-page__block__text h2, .article-page__block__text h3, .article-page__block__text h4 {
    margin-bottom: 56px;
  }
}

.error-page {
  color: #3F2A56;
  line-height: 1.2;
  margin: 42px 0 24px 0;
}
@media (min-width: 768px) {
  .error-page {
    margin-bottom: 85px;
  }
}
.error-page__inner {
  max-width: 727px;
  width: 100%;
}
.error-page__title {
  color: #8A66E6;
  font-size: 96px;
  letter-spacing: 32px;
}
@media (min-width: 768px) {
  .error-page__title {
    font-size: 100px;
  }
}

/*# sourceMappingURL=styles.css.map */
