@charset "UTF-8";
/*!
 * Bootstrap v4.4.1 (https://getbootstrap.com/)
 * Copyright 2011-2019 The Bootstrap Authors
 * Copyright 2011-2019 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 **/
.container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto; }
  @media (min-width: 576px) {
    .container {
      max-width: 540px; } }
  @media (min-width: 768px) {
    .container {
      max-width: 720px; } }
  @media (min-width: 992px) {
    .container {
      max-width: 960px; } }
  @media (min-width: 1200px) {
    .container {
      max-width: 1140px; } }

.container-fluid, .container-sm, .container-md, .container-lg, .container-xl {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto; }

@media (min-width: 576px) {
  .container, .container-sm {
    max-width: 540px; } }

@media (min-width: 768px) {
  .container, .container-sm, .container-md {
    max-width: 720px; } }

@media (min-width: 992px) {
  .container, .container-sm, .container-md, .container-lg {
    max-width: 960px; } }

@media (min-width: 1200px) {
  .container, .container-sm, .container-md, .container-lg, .container-xl {
    max-width: 1140px; } }

.row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px; }

.no-gutters {
  margin-right: 0;
  margin-left: 0; }
  .no-gutters > .col,
  .no-gutters > [class*="col-"] {
    padding-right: 0;
    padding-left: 0; }

.col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col,
.col-auto, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm,
.col-sm-auto, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md,
.col-md-auto, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg,
.col-lg-auto, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl,
.col-xl-auto {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px; }

.col {
  flex-basis: 0;
  flex-grow: 1;
  max-width: 100%; }

.row-cols-1 > * {
  flex: 0 0 100%;
  max-width: 100%; }

.row-cols-2 > * {
  flex: 0 0 50%;
  max-width: 50%; }

.row-cols-3 > * {
  flex: 0 0 33.33333%;
  max-width: 33.33333%; }

.row-cols-4 > * {
  flex: 0 0 25%;
  max-width: 25%; }

.row-cols-5 > * {
  flex: 0 0 20%;
  max-width: 20%; }

.row-cols-6 > * {
  flex: 0 0 16.66667%;
  max-width: 16.66667%; }

.col-auto {
  flex: 0 0 auto;
  width: auto;
  max-width: 100%; }

.col-1 {
  flex: 0 0 8.33333%;
  max-width: 8.33333%; }

.col-2 {
  flex: 0 0 16.66667%;
  max-width: 16.66667%; }

.col-3 {
  flex: 0 0 25%;
  max-width: 25%; }

.col-4 {
  flex: 0 0 33.33333%;
  max-width: 33.33333%; }

.col-5 {
  flex: 0 0 41.66667%;
  max-width: 41.66667%; }

.col-6 {
  flex: 0 0 50%;
  max-width: 50%; }

.col-7 {
  flex: 0 0 58.33333%;
  max-width: 58.33333%; }

.col-8 {
  flex: 0 0 66.66667%;
  max-width: 66.66667%; }

.col-9 {
  flex: 0 0 75%;
  max-width: 75%; }

.col-10 {
  flex: 0 0 83.33333%;
  max-width: 83.33333%; }

.col-11 {
  flex: 0 0 91.66667%;
  max-width: 91.66667%; }

.col-12 {
  flex: 0 0 100%;
  max-width: 100%; }

.order-first {
  order: -1; }

.order-last {
  order: 13; }

.order-0 {
  order: 0; }

.order-1 {
  order: 1; }

.order-2 {
  order: 2; }

.order-3 {
  order: 3; }

.order-4 {
  order: 4; }

.order-5 {
  order: 5; }

.order-6 {
  order: 6; }

.order-7 {
  order: 7; }

.order-8 {
  order: 8; }

.order-9 {
  order: 9; }

.order-10 {
  order: 10; }

.order-11 {
  order: 11; }

.order-12 {
  order: 12; }

.offset-1 {
  margin-left: 8.33333%; }

.offset-2 {
  margin-left: 16.66667%; }

.offset-3 {
  margin-left: 25%; }

.offset-4 {
  margin-left: 33.33333%; }

.offset-5 {
  margin-left: 41.66667%; }

.offset-6 {
  margin-left: 50%; }

.offset-7 {
  margin-left: 58.33333%; }

.offset-8 {
  margin-left: 66.66667%; }

.offset-9 {
  margin-left: 75%; }

.offset-10 {
  margin-left: 83.33333%; }

.offset-11 {
  margin-left: 91.66667%; }

@media (min-width: 576px) {
  .col-sm {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%; }
  .row-cols-sm-1 > * {
    flex: 0 0 100%;
    max-width: 100%; }
  .row-cols-sm-2 > * {
    flex: 0 0 50%;
    max-width: 50%; }
  .row-cols-sm-3 > * {
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .row-cols-sm-4 > * {
    flex: 0 0 25%;
    max-width: 25%; }
  .row-cols-sm-5 > * {
    flex: 0 0 20%;
    max-width: 20%; }
  .row-cols-sm-6 > * {
    flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-sm-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%; }
  .col-sm-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%; }
  .col-sm-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-sm-3 {
    flex: 0 0 25%;
    max-width: 25%; }
  .col-sm-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .col-sm-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  .col-sm-6 {
    flex: 0 0 50%;
    max-width: 50%; }
  .col-sm-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  .col-sm-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .col-sm-9 {
    flex: 0 0 75%;
    max-width: 75%; }
  .col-sm-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .col-sm-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%; }
  .col-sm-12 {
    flex: 0 0 100%;
    max-width: 100%; }
  .order-sm-first {
    order: -1; }
  .order-sm-last {
    order: 13; }
  .order-sm-0 {
    order: 0; }
  .order-sm-1 {
    order: 1; }
  .order-sm-2 {
    order: 2; }
  .order-sm-3 {
    order: 3; }
  .order-sm-4 {
    order: 4; }
  .order-sm-5 {
    order: 5; }
  .order-sm-6 {
    order: 6; }
  .order-sm-7 {
    order: 7; }
  .order-sm-8 {
    order: 8; }
  .order-sm-9 {
    order: 9; }
  .order-sm-10 {
    order: 10; }
  .order-sm-11 {
    order: 11; }
  .order-sm-12 {
    order: 12; }
  .offset-sm-0 {
    margin-left: 0; }
  .offset-sm-1 {
    margin-left: 8.33333%; }
  .offset-sm-2 {
    margin-left: 16.66667%; }
  .offset-sm-3 {
    margin-left: 25%; }
  .offset-sm-4 {
    margin-left: 33.33333%; }
  .offset-sm-5 {
    margin-left: 41.66667%; }
  .offset-sm-6 {
    margin-left: 50%; }
  .offset-sm-7 {
    margin-left: 58.33333%; }
  .offset-sm-8 {
    margin-left: 66.66667%; }
  .offset-sm-9 {
    margin-left: 75%; }
  .offset-sm-10 {
    margin-left: 83.33333%; }
  .offset-sm-11 {
    margin-left: 91.66667%; } }

@media (min-width: 768px) {
  .col-md {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%; }
  .row-cols-md-1 > * {
    flex: 0 0 100%;
    max-width: 100%; }
  .row-cols-md-2 > * {
    flex: 0 0 50%;
    max-width: 50%; }
  .row-cols-md-3 > * {
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .row-cols-md-4 > * {
    flex: 0 0 25%;
    max-width: 25%; }
  .row-cols-md-5 > * {
    flex: 0 0 20%;
    max-width: 20%; }
  .row-cols-md-6 > * {
    flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-md-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%; }
  .col-md-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%; }
  .col-md-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-md-3 {
    flex: 0 0 25%;
    max-width: 25%; }
  .col-md-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .col-md-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  .col-md-6 {
    flex: 0 0 50%;
    max-width: 50%; }
  .col-md-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  .col-md-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .col-md-9 {
    flex: 0 0 75%;
    max-width: 75%; }
  .col-md-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .col-md-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%; }
  .col-md-12 {
    flex: 0 0 100%;
    max-width: 100%; }
  .order-md-first {
    order: -1; }
  .order-md-last {
    order: 13; }
  .order-md-0 {
    order: 0; }
  .order-md-1 {
    order: 1; }
  .order-md-2 {
    order: 2; }
  .order-md-3 {
    order: 3; }
  .order-md-4 {
    order: 4; }
  .order-md-5 {
    order: 5; }
  .order-md-6 {
    order: 6; }
  .order-md-7 {
    order: 7; }
  .order-md-8 {
    order: 8; }
  .order-md-9 {
    order: 9; }
  .order-md-10 {
    order: 10; }
  .order-md-11 {
    order: 11; }
  .order-md-12 {
    order: 12; }
  .offset-md-0 {
    margin-left: 0; }
  .offset-md-1 {
    margin-left: 8.33333%; }
  .offset-md-2 {
    margin-left: 16.66667%; }
  .offset-md-3 {
    margin-left: 25%; }
  .offset-md-4 {
    margin-left: 33.33333%; }
  .offset-md-5 {
    margin-left: 41.66667%; }
  .offset-md-6 {
    margin-left: 50%; }
  .offset-md-7 {
    margin-left: 58.33333%; }
  .offset-md-8 {
    margin-left: 66.66667%; }
  .offset-md-9 {
    margin-left: 75%; }
  .offset-md-10 {
    margin-left: 83.33333%; }
  .offset-md-11 {
    margin-left: 91.66667%; } }

@media (min-width: 992px) {
  .col-lg {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%; }
  .row-cols-lg-1 > * {
    flex: 0 0 100%;
    max-width: 100%; }
  .row-cols-lg-2 > * {
    flex: 0 0 50%;
    max-width: 50%; }
  .row-cols-lg-3 > * {
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .row-cols-lg-4 > * {
    flex: 0 0 25%;
    max-width: 25%; }
  .row-cols-lg-5 > * {
    flex: 0 0 20%;
    max-width: 20%; }
  .row-cols-lg-6 > * {
    flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-lg-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%; }
  .col-lg-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%; }
  .col-lg-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-lg-3 {
    flex: 0 0 25%;
    max-width: 25%; }
  .col-lg-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .col-lg-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  .col-lg-6 {
    flex: 0 0 50%;
    max-width: 50%; }
  .col-lg-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  .col-lg-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .col-lg-9 {
    flex: 0 0 75%;
    max-width: 75%; }
  .col-lg-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .col-lg-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%; }
  .col-lg-12 {
    flex: 0 0 100%;
    max-width: 100%; }
  .order-lg-first {
    order: -1; }
  .order-lg-last {
    order: 13; }
  .order-lg-0 {
    order: 0; }
  .order-lg-1 {
    order: 1; }
  .order-lg-2 {
    order: 2; }
  .order-lg-3 {
    order: 3; }
  .order-lg-4 {
    order: 4; }
  .order-lg-5 {
    order: 5; }
  .order-lg-6 {
    order: 6; }
  .order-lg-7 {
    order: 7; }
  .order-lg-8 {
    order: 8; }
  .order-lg-9 {
    order: 9; }
  .order-lg-10 {
    order: 10; }
  .order-lg-11 {
    order: 11; }
  .order-lg-12 {
    order: 12; }
  .offset-lg-0 {
    margin-left: 0; }
  .offset-lg-1 {
    margin-left: 8.33333%; }
  .offset-lg-2 {
    margin-left: 16.66667%; }
  .offset-lg-3 {
    margin-left: 25%; }
  .offset-lg-4 {
    margin-left: 33.33333%; }
  .offset-lg-5 {
    margin-left: 41.66667%; }
  .offset-lg-6 {
    margin-left: 50%; }
  .offset-lg-7 {
    margin-left: 58.33333%; }
  .offset-lg-8 {
    margin-left: 66.66667%; }
  .offset-lg-9 {
    margin-left: 75%; }
  .offset-lg-10 {
    margin-left: 83.33333%; }
  .offset-lg-11 {
    margin-left: 91.66667%; } }

@media (min-width: 1200px) {
  .col-xl {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%; }
  .row-cols-xl-1 > * {
    flex: 0 0 100%;
    max-width: 100%; }
  .row-cols-xl-2 > * {
    flex: 0 0 50%;
    max-width: 50%; }
  .row-cols-xl-3 > * {
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .row-cols-xl-4 > * {
    flex: 0 0 25%;
    max-width: 25%; }
  .row-cols-xl-5 > * {
    flex: 0 0 20%;
    max-width: 20%; }
  .row-cols-xl-6 > * {
    flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-xl-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%; }
  .col-xl-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%; }
  .col-xl-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-xl-3 {
    flex: 0 0 25%;
    max-width: 25%; }
  .col-xl-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .col-xl-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  .col-xl-6 {
    flex: 0 0 50%;
    max-width: 50%; }
  .col-xl-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  .col-xl-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .col-xl-9 {
    flex: 0 0 75%;
    max-width: 75%; }
  .col-xl-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .col-xl-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%; }
  .col-xl-12 {
    flex: 0 0 100%;
    max-width: 100%; }
  .order-xl-first {
    order: -1; }
  .order-xl-last {
    order: 13; }
  .order-xl-0 {
    order: 0; }
  .order-xl-1 {
    order: 1; }
  .order-xl-2 {
    order: 2; }
  .order-xl-3 {
    order: 3; }
  .order-xl-4 {
    order: 4; }
  .order-xl-5 {
    order: 5; }
  .order-xl-6 {
    order: 6; }
  .order-xl-7 {
    order: 7; }
  .order-xl-8 {
    order: 8; }
  .order-xl-9 {
    order: 9; }
  .order-xl-10 {
    order: 10; }
  .order-xl-11 {
    order: 11; }
  .order-xl-12 {
    order: 12; }
  .offset-xl-0 {
    margin-left: 0; }
  .offset-xl-1 {
    margin-left: 8.33333%; }
  .offset-xl-2 {
    margin-left: 16.66667%; }
  .offset-xl-3 {
    margin-left: 25%; }
  .offset-xl-4 {
    margin-left: 33.33333%; }
  .offset-xl-5 {
    margin-left: 41.66667%; }
  .offset-xl-6 {
    margin-left: 50%; }
  .offset-xl-7 {
    margin-left: 58.33333%; }
  .offset-xl-8 {
    margin-left: 66.66667%; }
  .offset-xl-9 {
    margin-left: 75%; }
  .offset-xl-10 {
    margin-left: 83.33333%; }
  .offset-xl-11 {
    margin-left: 91.66667%; } }

.fade {
  transition: opacity 0.15s linear; }
  @media (prefers-reduced-motion: reduce) {
    .fade {
      transition: none; } }
  .fade:not(.show) {
    opacity: 0; }

.collapse:not(.show) {
  display: none; }

.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  transition: height 0.35s ease; }
  @media (prefers-reduced-motion: reduce) {
    .collapsing {
      transition: none; } }

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

.modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0; }

.modal-dialog {
  position: relative;
  width: auto;
  margin: 0.5rem;
  pointer-events: none; }
  .modal.fade .modal-dialog {
    transition: transform 0.3s ease-out;
    transform: translate(0, -50px); }
    @media (prefers-reduced-motion: reduce) {
      .modal.fade .modal-dialog {
        transition: none; } }
  .modal.show .modal-dialog {
    transform: none; }
  .modal.modal-static .modal-dialog {
    transform: scale(1.02); }

.modal-dialog-scrollable {
  display: flex;
  max-height: calc(100% - 1rem); }
  .modal-dialog-scrollable .modal-content {
    max-height: calc(100vh - 1rem);
    overflow: hidden; }
  .modal-dialog-scrollable .modal-header,
  .modal-dialog-scrollable .modal-footer {
    flex-shrink: 0; }
  .modal-dialog-scrollable .modal-body {
    overflow-y: auto; }

.modal-dialog-centered {
  display: flex;
  align-items: center;
  min-height: calc(100% - 1rem); }
  .modal-dialog-centered::before {
    display: block;
    height: calc(100vh - 1rem);
    content: ""; }
  .modal-dialog-centered.modal-dialog-scrollable {
    flex-direction: column;
    justify-content: center;
    height: 100%; }
    .modal-dialog-centered.modal-dialog-scrollable .modal-content {
      max-height: none; }
    .modal-dialog-centered.modal-dialog-scrollable::before {
      content: none; }

.modal-content {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0.3rem;
  outline: 0; }

.modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000; }
  .modal-backdrop.fade {
    opacity: 0; }
  .modal-backdrop.show {
    opacity: 0.5; }

.modal-header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  padding: 1rem 1rem;
  border-bottom: 1px solid #dee2e6;
  border-top-left-radius: calc(0.3rem - 1px);
  border-top-right-radius: calc(0.3rem - 1px); }
  .modal-header .close {
    padding: 1rem 1rem;
    margin: -1rem -1rem -1rem auto; }

.modal-title {
  margin-bottom: 0;
  line-height: 1.5; }

.modal-body {
  position: relative;
  flex: 1 1 auto;
  padding: 1rem; }

.modal-footer {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-end;
  padding: 0.75rem;
  border-top: 1px solid #dee2e6;
  border-bottom-right-radius: calc(0.3rem - 1px);
  border-bottom-left-radius: calc(0.3rem - 1px); }
  .modal-footer > * {
    margin: 0.25rem; }

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

@media (min-width: 576px) {
  .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto; }
  .modal-dialog-scrollable {
    max-height: calc(100% - 3.5rem); }
    .modal-dialog-scrollable .modal-content {
      max-height: calc(100vh - 3.5rem); }
  .modal-dialog-centered {
    min-height: calc(100% - 3.5rem); }
    .modal-dialog-centered::before {
      height: calc(100vh - 3.5rem); }
  .modal-sm {
    max-width: 300px; } }

@media (min-width: 992px) {
  .modal-lg,
  .modal-xl {
    max-width: 800px; } }

@media (min-width: 1200px) {
  .modal-xl {
    max-width: 1140px; } }

/*! normalize.css v2.0.1 | MIT License | git.io/normalize */
/* ==========================================================================
   HTML5 display definitions
   ========================================================================== */
/*
 * Corrects `block` display not defined in IE 8/9.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section,
summary {
  display: block; }

/*
 * Corrects `inline-block` display not defined in IE 8/9.
 */
audio,
canvas,
video {
  display: inline-block; }

/*
 * Prevents modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0; }

/*
 * Addresses styling for `hidden` attribute not present in IE 8/9.
 */
[hidden] {
  display: none; }

/* ==========================================================================
   Base
   ========================================================================== */
/*
 * 1. Sets default font family to sans-serif.
 * 2. Prevents iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
* {
  margin: 0;
  padding: 0;
  font-size: 100%; }

html {
  font-family: sans-serif;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -ms-text-size-adjust: 100%;
  /* 2 */ }

/*
 * Removes default margin.
 */
body {
  margin: 0;
  background-color: #fff; }

html, body {
  width: 100%;
  height: 100%; }

/* ==========================================================================
   Links
   ========================================================================== */
/*
 * Addresses `outline` inconsistency between Chrome and other browsers.
 */
a:focus {
  outline: thin dotted; }

/*
 * Improves readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: 0; }

/* ==========================================================================
   Typography
   ========================================================================== */
/*
 * Addresses `h1` font sizes within `section` and `article` in Firefox 4+,
 * Safari 5, and Chrome.
 */
h1 {
  font-size: 2em; }

/*
 * Addresses styling not present in IE 8/9, Safari 5, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted; }

/*
 * Addresses style set to `bolder` in Firefox 4+, Safari 5, and Chrome.
 */
b,
strong {
  font-weight: bold; }

/*
 * Addresses styling not present in Safari 5 and Chrome.
 */
dfn {
  font-style: italic; }

/*
 * Addresses styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000; }

/*
 * Corrects font family set oddly in Safari 5 and Chrome.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  font-size: 1em; }

/*
 * Improves readability of pre-formatted text in all browsers.
 */
pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word; }

/*
 * Sets consistent quote types.
 */
q {
  quotes: "\201C" "\201D" "\2018" "\2019"; }

/*
 * Addresses inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%; }

/*
 * Prevents `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

/* ==========================================================================
   Embedded content
   ========================================================================== */
/*
 * Removes border when inside `a` element in IE 8/9.
 */
img {
  border: 0; }

/*
 * Corrects overflow displayed oddly in IE 9.
 */
svg:not(:root) {
  overflow: hidden; }

/* ==========================================================================
   Figures
   ========================================================================== */
/*
 * Addresses margin not present in IE 8/9 and Safari 5.
 */
figure {
  margin: 0; }

/* ==========================================================================
   Forms
   ========================================================================== */
/*
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

/*
 * 1. Corrects color not being inherited in IE 8/9.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */ }

/*
 * 1. Corrects font family not being inherited in all browsers.
 * 2. Corrects font size not being inherited in all browsers.
 * 3. Addresses margins set differently in Firefox 4+, Safari 5, and Chrome
 */
button,
input,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 2 */
  margin: 0;
  /* 3 */ }

/*
 * Addresses Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
button,
input {
  line-height: normal; }

/*
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Corrects inability to style clickable `input` types in iOS.
 * 3. Improves usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */ }

/*
 * Re-set default cursor for disabled elements.
 */
button[disabled],
input[disabled] {
  cursor: default; }

/*
 * 1. Addresses box sizing set to `content-box` in IE 8/9.
 * 2. Removes excess padding in IE 8/9.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/*
 * 1. Addresses `appearance` set to `searchfield` in Safari 5 and Chrome.
 * 2. Addresses `box-sizing` set to `border-box` in Safari 5 and Chrome
 *    (include `-moz` to future-proof).
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  /* 2 */
  box-sizing: content-box; }

/*
 * Removes inner padding and search cancel button in Safari 5 and Chrome
 * on OS X.
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/*
 * Removes inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

/*
 * 1. Removes default vertical scrollbar in IE 8/9.
 * 2. Improves readability and alignment in all browsers.
 */
textarea {
  overflow: auto;
  /* 1 */
  vertical-align: top;
  /* 2 */ }

/* ==========================================================================
   Tables
   ========================================================================== */
/*
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0; }

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .reviews blockquote .overlay {
    opacity: 0.7; } }

body {
  font: 400 16px/1.4 "azo-sans-web", sans-serif; }

.page-template-page-campaign .main-text {
  color: #3C3B3B;
  margin-top: 20px; }

.text-block a:not([class]),
.main-text a:not([class]),
.article-intro a:not([class]) {
  color: #461D6C; }

.text-block h1,
.main-text h1,
.article-intro h1 {
  font: 700 32px/1.15 "brother-1816", sans-serif;
  margin-top: 10px; }
  @media (min-width: 1024px) {
    .text-block h1,
    .main-text h1,
    .article-intro h1 {
      font-size: 40px;
      margin-top: 20px; } }

.text-block h2,
.main-text h2,
.article-intro h2 {
  font: 700 28px/1.2 "brother-1816", sans-serif;
  margin-bottom: 10px; }
  @media (min-width: 1024px) {
    .text-block h2,
    .main-text h2,
    .article-intro h2 {
      font-size: 34px;
      margin-bottom: 20px; } }

.text-block h3,
.main-text h3,
.article-intro h3 {
  font: 700 24px/1.2 "brother-1816", sans-serif; }
  @media (min-width: 1024px) {
    .text-block h3,
    .main-text h3,
    .article-intro h3 {
      font-size: 28px; } }

.text-block h4,
.main-text h4,
.article-intro h4 {
  font: 700 20px/1.25 "brother-1816", sans-serif; }
  @media (min-width: 1024px) {
    .text-block h4,
    .main-text h4,
    .article-intro h4 {
      font-size: 24px; } }

.text-block h5,
.main-text h5,
.article-intro h5 {
  font: 700 18px/1.2 "brother-1816", sans-serif; }
  @media (min-width: 1024px) {
    .text-block h5,
    .main-text h5,
    .article-intro h5 {
      font-size: 20px; } }

.text-block h6,
.main-text h6,
.article-intro h6 {
  font: 700 16px/1.2 "brother-1816", sans-serif; }
  @media (min-width: 1024px) {
    .text-block h6,
    .main-text h6,
    .article-intro h6 {
      margin-bottom: 10px; } }

.text-block h1, .text-block h2, .text-block h3, .text-block h4, .text-block h5, .text-block h6,
.main-text h1,
.main-text h2,
.main-text h3,
.main-text h4,
.main-text h5,
.main-text h6,
.article-intro h1,
.article-intro h2,
.article-intro h3,
.article-intro h4,
.article-intro h5,
.article-intro h6 {
  color: #2B0539; }

.text-block ul, .text-block ol, .text-block p,
.main-text ul,
.main-text ol,
.main-text p,
.article-intro ul,
.article-intro ol,
.article-intro p {
  margin: 16px 0 0; }
  @media (min-width: 768px) {
    .text-block ul, .text-block ol, .text-block p,
    .main-text ul,
    .main-text ol,
    .main-text p,
    .article-intro ul,
    .article-intro ol,
    .article-intro p {
      margin: 12px 0 0; } }

.text-block h2, .text-block h1,
.main-text h2,
.main-text h1,
.article-intro h2,
.article-intro h1 {
  margin: 32px 0 0; }

.text-block h3,
.main-text h3,
.article-intro h3 {
  margin: 24px 0 0; }

.text-block h4, .text-block h5, .text-block h6,
.main-text h4,
.main-text h5,
.main-text h6,
.article-intro h4,
.article-intro h5,
.article-intro h6 {
  margin: 20px 0 0; }
  @media (min-width: 768px) {
    .text-block h4, .text-block h5, .text-block h6,
    .main-text h4,
    .main-text h5,
    .main-text h6,
    .article-intro h4,
    .article-intro h5,
    .article-intro h6 {
      margin: 24px 0 0; } }

.text-block > *:first-child,
.main-text > *:first-child,
.article-intro > *:first-child {
  margin-top: 0; }

.text-block > .button,
.main-text > .button,
.article-intro > .button {
  margin: 16px 0; }

.text-block ul,
.main-text ul,
.article-intro ul {
  list-style-type: none;
  padding: 0; }
  .text-block ul li,
  .main-text ul li,
  .article-intro ul li {
    padding-left: 24px;
    position: relative; }
    .text-block ul li:before,
    .main-text ul li:before,
    .article-intro ul li:before {
      position: absolute;
      top: 10px;
      left: 10px;
      width: 4px;
      height: 4px;
      content: "";
      background: #461D6C; }

.text-block ol,
.main-text ol,
.article-intro ol {
  list-style-type: none;
  counter-reset: muffins; }
  .text-block ol li,
  .main-text ol li,
  .article-intro ol li {
    counter-increment: muffins; }
    .text-block ol li::before,
    .main-text ol li::before,
    .article-intro ol li::before {
      content: counter(muffins) ". ";
      min-width: 24px;
      color: #461D6C;
      display: inline-block;
      text-align: center; }

.text-block ul li + li, .text-block ol li + li,
.main-text ul li + li,
.main-text ol li + li,
.article-intro ul li + li,
.article-intro ol li + li {
  margin-top: 8px;
  min-height: 24px; }

.text-block iframe,
.main-text iframe,
.article-intro iframe {
  width: 100%; }

.section-title {
  font: 700 32px/1.15 "brother-1816", sans-serif;
  margin-top: 10px;
  color: #2B0539;
  margin-bottom: 14px; }
  @media (min-width: 1024px) {
    .section-title {
      font-size: 40px;
      margin-top: 20px; } }
  @media (min-width: 1024px) {
    .section-title {
      font: 700 28px/1.2 "brother-1816", sans-serif;
      margin-bottom: 10px;
      margin-bottom: 20px;
      color: #2B0539; } }
  @media (min-width: 1024px) and (min-width: 1024px) {
    .section-title {
      font-size: 34px;
      margin-bottom: 20px; } }

/*!
 * Hover.css (http://ianlunn.github.io/Hover/)
 * Version: 2.3.2
 * Author: Ian Lunn @IanLunn
 * Author URL: http://ianlunn.co.uk/
 * Github: https://github.com/IanLunn/Hover

 * Hover.css Copyright Ian Lunn 2017. Generated with Sass.
 */
/* 2D TRANSITIONS */
/* Grow */
.hvr-grow {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform;
  transition-property: transform; }
  .hvr-grow:hover, .hvr-grow:focus, .hvr-grow:active {
    -webkit-transform: scale(1.1);
    transform: scale(1.1); }

/* Shrink */
.hvr-shrink {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform;
  transition-property: transform; }
  .hvr-shrink:hover, .hvr-shrink:focus, .hvr-shrink:active {
    -webkit-transform: scale(0.9);
    transform: scale(0.9); }

/* Pulse */
@-webkit-keyframes hvr-pulse {
  25% {
    -webkit-transform: scale(1.1);
    transform: scale(1.1); }
  75% {
    -webkit-transform: scale(0.9);
    transform: scale(0.9); } }

@keyframes hvr-pulse {
  25% {
    -webkit-transform: scale(1.1);
    transform: scale(1.1); }
  75% {
    -webkit-transform: scale(0.9);
    transform: scale(0.9); } }

.hvr-pulse {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0); }
  .hvr-pulse:hover, .hvr-pulse:focus, .hvr-pulse:active {
    -webkit-animation-name: hvr-pulse;
    animation-name: hvr-pulse;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite; }

/* Pulse Grow */
@-webkit-keyframes hvr-pulse-grow {
  to {
    -webkit-transform: scale(1.1);
    transform: scale(1.1); } }

@keyframes hvr-pulse-grow {
  to {
    -webkit-transform: scale(1.1);
    transform: scale(1.1); } }

.hvr-pulse-grow {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0); }
  .hvr-pulse-grow:hover, .hvr-pulse-grow:focus, .hvr-pulse-grow:active {
    -webkit-animation-name: hvr-pulse-grow;
    animation-name: hvr-pulse-grow;
    -webkit-animation-duration: 0.3s;
    animation-duration: 0.3s;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-direction: alternate;
    animation-direction: alternate; }

/* Pulse Shrink */
@-webkit-keyframes hvr-pulse-shrink {
  to {
    -webkit-transform: scale(0.9);
    transform: scale(0.9); } }

@keyframes hvr-pulse-shrink {
  to {
    -webkit-transform: scale(0.9);
    transform: scale(0.9); } }

.hvr-pulse-shrink {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0); }
  .hvr-pulse-shrink:hover, .hvr-pulse-shrink:focus, .hvr-pulse-shrink:active {
    -webkit-animation-name: hvr-pulse-shrink;
    animation-name: hvr-pulse-shrink;
    -webkit-animation-duration: 0.3s;
    animation-duration: 0.3s;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-direction: alternate;
    animation-direction: alternate; }

/* Push */
@-webkit-keyframes hvr-push {
  50% {
    -webkit-transform: scale(0.8);
    transform: scale(0.8); }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1); } }

@keyframes hvr-push {
  50% {
    -webkit-transform: scale(0.8);
    transform: scale(0.8); }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1); } }

.hvr-push {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0); }
  .hvr-push:hover, .hvr-push:focus, .hvr-push:active {
    -webkit-animation-name: hvr-push;
    animation-name: hvr-push;
    -webkit-animation-duration: 0.3s;
    animation-duration: 0.3s;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1; }

/* Pop */
@-webkit-keyframes hvr-pop {
  50% {
    -webkit-transform: scale(1.2);
    transform: scale(1.2); } }

@keyframes hvr-pop {
  50% {
    -webkit-transform: scale(1.2);
    transform: scale(1.2); } }

.hvr-pop {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0); }
  .hvr-pop:hover, .hvr-pop:focus, .hvr-pop:active {
    -webkit-animation-name: hvr-pop;
    animation-name: hvr-pop;
    -webkit-animation-duration: 0.3s;
    animation-duration: 0.3s;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1; }

/* Bounce In */
.hvr-bounce-in {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s; }
  .hvr-bounce-in:hover, .hvr-bounce-in:focus, .hvr-bounce-in:active {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
    -webkit-transition-timing-function: cubic-bezier(0.47, 2.02, 0.31, -0.36);
    transition-timing-function: cubic-bezier(0.47, 2.02, 0.31, -0.36); }

/* Bounce Out */
.hvr-bounce-out {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s; }
  .hvr-bounce-out:hover, .hvr-bounce-out:focus, .hvr-bounce-out:active {
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
    -webkit-transition-timing-function: cubic-bezier(0.47, 2.02, 0.31, -0.36);
    transition-timing-function: cubic-bezier(0.47, 2.02, 0.31, -0.36); }

/* Rotate */
.hvr-rotate {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform;
  transition-property: transform; }
  .hvr-rotate:hover, .hvr-rotate:focus, .hvr-rotate:active {
    -webkit-transform: rotate(4deg);
    transform: rotate(4deg); }

/* Grow Rotate */
.hvr-grow-rotate {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform;
  transition-property: transform; }
  .hvr-grow-rotate:hover, .hvr-grow-rotate:focus, .hvr-grow-rotate:active {
    -webkit-transform: scale(1.1) rotate(4deg);
    transform: scale(1.1) rotate(4deg); }

/* Float */
.hvr-float {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out; }
  .hvr-float:hover, .hvr-float:focus, .hvr-float:active {
    -webkit-transform: translateY(-8px);
    transform: translateY(-8px); }

/* Sink */
.hvr-sink {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out; }
  .hvr-sink:hover, .hvr-sink:focus, .hvr-sink:active {
    -webkit-transform: translateY(8px);
    transform: translateY(8px); }

/* Bob */
@-webkit-keyframes hvr-bob {
  0% {
    -webkit-transform: translateY(-8px);
    transform: translateY(-8px); }
  50% {
    -webkit-transform: translateY(-4px);
    transform: translateY(-4px); }
  100% {
    -webkit-transform: translateY(-8px);
    transform: translateY(-8px); } }

@keyframes hvr-bob {
  0% {
    -webkit-transform: translateY(-8px);
    transform: translateY(-8px); }
  50% {
    -webkit-transform: translateY(-4px);
    transform: translateY(-4px); }
  100% {
    -webkit-transform: translateY(-8px);
    transform: translateY(-8px); } }

@-webkit-keyframes hvr-bob-float {
  100% {
    -webkit-transform: translateY(-8px);
    transform: translateY(-8px); } }

@keyframes hvr-bob-float {
  100% {
    -webkit-transform: translateY(-8px);
    transform: translateY(-8px); } }

.hvr-bob {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0); }
  .hvr-bob:hover, .hvr-bob:focus, .hvr-bob:active {
    -webkit-animation-name: hvr-bob-float, hvr-bob;
    animation-name: hvr-bob-float, hvr-bob;
    -webkit-animation-duration: .3s, 1.5s;
    animation-duration: .3s, 1.5s;
    -webkit-animation-delay: 0s, .3s;
    animation-delay: 0s, .3s;
    -webkit-animation-timing-function: ease-out, ease-in-out;
    animation-timing-function: ease-out, ease-in-out;
    -webkit-animation-iteration-count: 1, infinite;
    animation-iteration-count: 1, infinite;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    -webkit-animation-direction: normal, alternate;
    animation-direction: normal, alternate; }

/* Hang */
@-webkit-keyframes hvr-hang {
  0% {
    -webkit-transform: translateY(8px);
    transform: translateY(8px); }
  50% {
    -webkit-transform: translateY(4px);
    transform: translateY(4px); }
  100% {
    -webkit-transform: translateY(8px);
    transform: translateY(8px); } }

@keyframes hvr-hang {
  0% {
    -webkit-transform: translateY(8px);
    transform: translateY(8px); }
  50% {
    -webkit-transform: translateY(4px);
    transform: translateY(4px); }
  100% {
    -webkit-transform: translateY(8px);
    transform: translateY(8px); } }

@-webkit-keyframes hvr-hang-sink {
  100% {
    -webkit-transform: translateY(8px);
    transform: translateY(8px); } }

@keyframes hvr-hang-sink {
  100% {
    -webkit-transform: translateY(8px);
    transform: translateY(8px); } }

.hvr-hang {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0); }
  .hvr-hang:hover, .hvr-hang:focus, .hvr-hang:active {
    -webkit-animation-name: hvr-hang-sink, hvr-hang;
    animation-name: hvr-hang-sink, hvr-hang;
    -webkit-animation-duration: .3s, 1.5s;
    animation-duration: .3s, 1.5s;
    -webkit-animation-delay: 0s, .3s;
    animation-delay: 0s, .3s;
    -webkit-animation-timing-function: ease-out, ease-in-out;
    animation-timing-function: ease-out, ease-in-out;
    -webkit-animation-iteration-count: 1, infinite;
    animation-iteration-count: 1, infinite;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    -webkit-animation-direction: normal, alternate;
    animation-direction: normal, alternate; }

/* Skew */
.hvr-skew {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform;
  transition-property: transform; }
  .hvr-skew:hover, .hvr-skew:focus, .hvr-skew:active {
    -webkit-transform: skew(-10deg);
    transform: skew(-10deg); }

/* Skew Forward */
.hvr-skew-forward {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transform-origin: 0 100%;
  transform-origin: 0 100%; }
  .hvr-skew-forward:hover, .hvr-skew-forward:focus, .hvr-skew-forward:active {
    -webkit-transform: skew(-10deg);
    transform: skew(-10deg); }

/* Skew Backward */
.hvr-skew-backward {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transform-origin: 0 100%;
  transform-origin: 0 100%; }
  .hvr-skew-backward:hover, .hvr-skew-backward:focus, .hvr-skew-backward:active {
    -webkit-transform: skew(10deg);
    transform: skew(10deg); }

/* Wobble Vertical */
@-webkit-keyframes hvr-wobble-vertical {
  16.65% {
    -webkit-transform: translateY(8px);
    transform: translateY(8px); }
  33.3% {
    -webkit-transform: translateY(-6px);
    transform: translateY(-6px); }
  49.95% {
    -webkit-transform: translateY(4px);
    transform: translateY(4px); }
  66.6% {
    -webkit-transform: translateY(-2px);
    transform: translateY(-2px); }
  83.25% {
    -webkit-transform: translateY(1px);
    transform: translateY(1px); }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0); } }

@keyframes hvr-wobble-vertical {
  16.65% {
    -webkit-transform: translateY(8px);
    transform: translateY(8px); }
  33.3% {
    -webkit-transform: translateY(-6px);
    transform: translateY(-6px); }
  49.95% {
    -webkit-transform: translateY(4px);
    transform: translateY(4px); }
  66.6% {
    -webkit-transform: translateY(-2px);
    transform: translateY(-2px); }
  83.25% {
    -webkit-transform: translateY(1px);
    transform: translateY(1px); }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0); } }

.hvr-wobble-vertical {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0); }
  .hvr-wobble-vertical:hover, .hvr-wobble-vertical:focus, .hvr-wobble-vertical:active {
    -webkit-animation-name: hvr-wobble-vertical;
    animation-name: hvr-wobble-vertical;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1; }

/* Wobble Horizontal */
@-webkit-keyframes hvr-wobble-horizontal {
  16.65% {
    -webkit-transform: translateX(8px);
    transform: translateX(8px); }
  33.3% {
    -webkit-transform: translateX(-6px);
    transform: translateX(-6px); }
  49.95% {
    -webkit-transform: translateX(4px);
    transform: translateX(4px); }
  66.6% {
    -webkit-transform: translateX(-2px);
    transform: translateX(-2px); }
  83.25% {
    -webkit-transform: translateX(1px);
    transform: translateX(1px); }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0); } }

@keyframes hvr-wobble-horizontal {
  16.65% {
    -webkit-transform: translateX(8px);
    transform: translateX(8px); }
  33.3% {
    -webkit-transform: translateX(-6px);
    transform: translateX(-6px); }
  49.95% {
    -webkit-transform: translateX(4px);
    transform: translateX(4px); }
  66.6% {
    -webkit-transform: translateX(-2px);
    transform: translateX(-2px); }
  83.25% {
    -webkit-transform: translateX(1px);
    transform: translateX(1px); }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0); } }

.hvr-wobble-horizontal {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0); }
  .hvr-wobble-horizontal:hover, .hvr-wobble-horizontal:focus, .hvr-wobble-horizontal:active {
    -webkit-animation-name: hvr-wobble-horizontal;
    animation-name: hvr-wobble-horizontal;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1; }

/* Wobble To Bottom Right */
@-webkit-keyframes hvr-wobble-to-bottom-right {
  16.65% {
    -webkit-transform: translate(8px, 8px);
    transform: translate(8px, 8px); }
  33.3% {
    -webkit-transform: translate(-6px, -6px);
    transform: translate(-6px, -6px); }
  49.95% {
    -webkit-transform: translate(4px, 4px);
    transform: translate(4px, 4px); }
  66.6% {
    -webkit-transform: translate(-2px, -2px);
    transform: translate(-2px, -2px); }
  83.25% {
    -webkit-transform: translate(1px, 1px);
    transform: translate(1px, 1px); }
  100% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0); } }

@keyframes hvr-wobble-to-bottom-right {
  16.65% {
    -webkit-transform: translate(8px, 8px);
    transform: translate(8px, 8px); }
  33.3% {
    -webkit-transform: translate(-6px, -6px);
    transform: translate(-6px, -6px); }
  49.95% {
    -webkit-transform: translate(4px, 4px);
    transform: translate(4px, 4px); }
  66.6% {
    -webkit-transform: translate(-2px, -2px);
    transform: translate(-2px, -2px); }
  83.25% {
    -webkit-transform: translate(1px, 1px);
    transform: translate(1px, 1px); }
  100% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0); } }

.hvr-wobble-to-bottom-right {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0); }
  .hvr-wobble-to-bottom-right:hover, .hvr-wobble-to-bottom-right:focus, .hvr-wobble-to-bottom-right:active {
    -webkit-animation-name: hvr-wobble-to-bottom-right;
    animation-name: hvr-wobble-to-bottom-right;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1; }

/* Wobble To Top Right */
@-webkit-keyframes hvr-wobble-to-top-right {
  16.65% {
    -webkit-transform: translate(8px, -8px);
    transform: translate(8px, -8px); }
  33.3% {
    -webkit-transform: translate(-6px, 6px);
    transform: translate(-6px, 6px); }
  49.95% {
    -webkit-transform: translate(4px, -4px);
    transform: translate(4px, -4px); }
  66.6% {
    -webkit-transform: translate(-2px, 2px);
    transform: translate(-2px, 2px); }
  83.25% {
    -webkit-transform: translate(1px, -1px);
    transform: translate(1px, -1px); }
  100% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0); } }

@keyframes hvr-wobble-to-top-right {
  16.65% {
    -webkit-transform: translate(8px, -8px);
    transform: translate(8px, -8px); }
  33.3% {
    -webkit-transform: translate(-6px, 6px);
    transform: translate(-6px, 6px); }
  49.95% {
    -webkit-transform: translate(4px, -4px);
    transform: translate(4px, -4px); }
  66.6% {
    -webkit-transform: translate(-2px, 2px);
    transform: translate(-2px, 2px); }
  83.25% {
    -webkit-transform: translate(1px, -1px);
    transform: translate(1px, -1px); }
  100% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0); } }

.hvr-wobble-to-top-right {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0); }
  .hvr-wobble-to-top-right:hover, .hvr-wobble-to-top-right:focus, .hvr-wobble-to-top-right:active {
    -webkit-animation-name: hvr-wobble-to-top-right;
    animation-name: hvr-wobble-to-top-right;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1; }

/* Wobble Top */
@-webkit-keyframes hvr-wobble-top {
  16.65% {
    -webkit-transform: skew(-12deg);
    transform: skew(-12deg); }
  33.3% {
    -webkit-transform: skew(10deg);
    transform: skew(10deg); }
  49.95% {
    -webkit-transform: skew(-6deg);
    transform: skew(-6deg); }
  66.6% {
    -webkit-transform: skew(4deg);
    transform: skew(4deg); }
  83.25% {
    -webkit-transform: skew(-2deg);
    transform: skew(-2deg); }
  100% {
    -webkit-transform: skew(0);
    transform: skew(0); } }

@keyframes hvr-wobble-top {
  16.65% {
    -webkit-transform: skew(-12deg);
    transform: skew(-12deg); }
  33.3% {
    -webkit-transform: skew(10deg);
    transform: skew(10deg); }
  49.95% {
    -webkit-transform: skew(-6deg);
    transform: skew(-6deg); }
  66.6% {
    -webkit-transform: skew(4deg);
    transform: skew(4deg); }
  83.25% {
    -webkit-transform: skew(-2deg);
    transform: skew(-2deg); }
  100% {
    -webkit-transform: skew(0);
    transform: skew(0); } }

.hvr-wobble-top {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-transform-origin: 0 100%;
  transform-origin: 0 100%; }
  .hvr-wobble-top:hover, .hvr-wobble-top:focus, .hvr-wobble-top:active {
    -webkit-animation-name: hvr-wobble-top;
    animation-name: hvr-wobble-top;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1; }

/* Wobble Bottom */
@-webkit-keyframes hvr-wobble-bottom {
  16.65% {
    -webkit-transform: skew(-12deg);
    transform: skew(-12deg); }
  33.3% {
    -webkit-transform: skew(10deg);
    transform: skew(10deg); }
  49.95% {
    -webkit-transform: skew(-6deg);
    transform: skew(-6deg); }
  66.6% {
    -webkit-transform: skew(4deg);
    transform: skew(4deg); }
  83.25% {
    -webkit-transform: skew(-2deg);
    transform: skew(-2deg); }
  100% {
    -webkit-transform: skew(0);
    transform: skew(0); } }

@keyframes hvr-wobble-bottom {
  16.65% {
    -webkit-transform: skew(-12deg);
    transform: skew(-12deg); }
  33.3% {
    -webkit-transform: skew(10deg);
    transform: skew(10deg); }
  49.95% {
    -webkit-transform: skew(-6deg);
    transform: skew(-6deg); }
  66.6% {
    -webkit-transform: skew(4deg);
    transform: skew(4deg); }
  83.25% {
    -webkit-transform: skew(-2deg);
    transform: skew(-2deg); }
  100% {
    -webkit-transform: skew(0);
    transform: skew(0); } }

.hvr-wobble-bottom {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-transform-origin: 100% 0;
  transform-origin: 100% 0; }
  .hvr-wobble-bottom:hover, .hvr-wobble-bottom:focus, .hvr-wobble-bottom:active {
    -webkit-animation-name: hvr-wobble-bottom;
    animation-name: hvr-wobble-bottom;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1; }

/* Wobble Skew */
@-webkit-keyframes hvr-wobble-skew {
  16.65% {
    -webkit-transform: skew(-12deg);
    transform: skew(-12deg); }
  33.3% {
    -webkit-transform: skew(10deg);
    transform: skew(10deg); }
  49.95% {
    -webkit-transform: skew(-6deg);
    transform: skew(-6deg); }
  66.6% {
    -webkit-transform: skew(4deg);
    transform: skew(4deg); }
  83.25% {
    -webkit-transform: skew(-2deg);
    transform: skew(-2deg); }
  100% {
    -webkit-transform: skew(0);
    transform: skew(0); } }

@keyframes hvr-wobble-skew {
  16.65% {
    -webkit-transform: skew(-12deg);
    transform: skew(-12deg); }
  33.3% {
    -webkit-transform: skew(10deg);
    transform: skew(10deg); }
  49.95% {
    -webkit-transform: skew(-6deg);
    transform: skew(-6deg); }
  66.6% {
    -webkit-transform: skew(4deg);
    transform: skew(4deg); }
  83.25% {
    -webkit-transform: skew(-2deg);
    transform: skew(-2deg); }
  100% {
    -webkit-transform: skew(0);
    transform: skew(0); } }

.hvr-wobble-skew {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0); }
  .hvr-wobble-skew:hover, .hvr-wobble-skew:focus, .hvr-wobble-skew:active {
    -webkit-animation-name: hvr-wobble-skew;
    animation-name: hvr-wobble-skew;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1; }

/* Buzz */
@-webkit-keyframes hvr-buzz {
  50% {
    -webkit-transform: translateX(3px) rotate(2deg);
    transform: translateX(3px) rotate(2deg); }
  100% {
    -webkit-transform: translateX(-3px) rotate(-2deg);
    transform: translateX(-3px) rotate(-2deg); } }

@keyframes hvr-buzz {
  50% {
    -webkit-transform: translateX(3px) rotate(2deg);
    transform: translateX(3px) rotate(2deg); }
  100% {
    -webkit-transform: translateX(-3px) rotate(-2deg);
    transform: translateX(-3px) rotate(-2deg); } }

.hvr-buzz {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0); }
  .hvr-buzz:hover, .hvr-buzz:focus, .hvr-buzz:active {
    -webkit-animation-name: hvr-buzz;
    animation-name: hvr-buzz;
    -webkit-animation-duration: 0.15s;
    animation-duration: 0.15s;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite; }

/* Buzz Out */
@-webkit-keyframes hvr-buzz-out {
  10% {
    -webkit-transform: translateX(3px) rotate(2deg);
    transform: translateX(3px) rotate(2deg); }
  20% {
    -webkit-transform: translateX(-3px) rotate(-2deg);
    transform: translateX(-3px) rotate(-2deg); }
  30% {
    -webkit-transform: translateX(3px) rotate(2deg);
    transform: translateX(3px) rotate(2deg); }
  40% {
    -webkit-transform: translateX(-3px) rotate(-2deg);
    transform: translateX(-3px) rotate(-2deg); }
  50% {
    -webkit-transform: translateX(2px) rotate(1deg);
    transform: translateX(2px) rotate(1deg); }
  60% {
    -webkit-transform: translateX(-2px) rotate(-1deg);
    transform: translateX(-2px) rotate(-1deg); }
  70% {
    -webkit-transform: translateX(2px) rotate(1deg);
    transform: translateX(2px) rotate(1deg); }
  80% {
    -webkit-transform: translateX(-2px) rotate(-1deg);
    transform: translateX(-2px) rotate(-1deg); }
  90% {
    -webkit-transform: translateX(1px) rotate(0);
    transform: translateX(1px) rotate(0); }
  100% {
    -webkit-transform: translateX(-1px) rotate(0);
    transform: translateX(-1px) rotate(0); } }

@keyframes hvr-buzz-out {
  10% {
    -webkit-transform: translateX(3px) rotate(2deg);
    transform: translateX(3px) rotate(2deg); }
  20% {
    -webkit-transform: translateX(-3px) rotate(-2deg);
    transform: translateX(-3px) rotate(-2deg); }
  30% {
    -webkit-transform: translateX(3px) rotate(2deg);
    transform: translateX(3px) rotate(2deg); }
  40% {
    -webkit-transform: translateX(-3px) rotate(-2deg);
    transform: translateX(-3px) rotate(-2deg); }
  50% {
    -webkit-transform: translateX(2px) rotate(1deg);
    transform: translateX(2px) rotate(1deg); }
  60% {
    -webkit-transform: translateX(-2px) rotate(-1deg);
    transform: translateX(-2px) rotate(-1deg); }
  70% {
    -webkit-transform: translateX(2px) rotate(1deg);
    transform: translateX(2px) rotate(1deg); }
  80% {
    -webkit-transform: translateX(-2px) rotate(-1deg);
    transform: translateX(-2px) rotate(-1deg); }
  90% {
    -webkit-transform: translateX(1px) rotate(0);
    transform: translateX(1px) rotate(0); }
  100% {
    -webkit-transform: translateX(-1px) rotate(0);
    transform: translateX(-1px) rotate(0); } }

.hvr-buzz-out {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0); }
  .hvr-buzz-out:hover, .hvr-buzz-out:focus, .hvr-buzz-out:active {
    -webkit-animation-name: hvr-buzz-out;
    animation-name: hvr-buzz-out;
    -webkit-animation-duration: 0.75s;
    animation-duration: 0.75s;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1; }

/* Forward */
.hvr-forward {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform;
  transition-property: transform; }
  .hvr-forward:hover, .hvr-forward:focus, .hvr-forward:active {
    -webkit-transform: translateX(8px);
    transform: translateX(8px); }

/* Backward */
.hvr-backward {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform;
  transition-property: transform; }
  .hvr-backward:hover, .hvr-backward:focus, .hvr-backward:active {
    -webkit-transform: translateX(-8px);
    transform: translateX(-8px); }

/* BACKGROUND TRANSITIONS */
/* Fade */
.hvr-fade, .button, .button.tertiary, .article-sidebar .sideblock .button, .promo-block-wrapper .button.tertiary, .donate-block .donation-block-button, .wpcf7 .wpcf7-form-control.wpcf7-submit {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  overflow: hidden;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: color, background-color;
  transition-property: color, background-color; }
  .hvr-fade:hover, .button:hover, .article-sidebar .sideblock .button:hover, .promo-block-wrapper .button.tertiary:hover, .donate-block .donation-block-button:hover, .wpcf7 .wpcf7-form-control.wpcf7-submit:hover, .hvr-fade:focus, .button:focus, .article-sidebar .sideblock .button:focus, .promo-block-wrapper .button.tertiary:focus, .donate-block .donation-block-button:focus, .wpcf7 .wpcf7-form-control.wpcf7-submit:focus, .hvr-fade:active, .button:active, .article-sidebar .sideblock .button:active, .promo-block-wrapper .button.tertiary:active, .donate-block .donation-block-button:active, .wpcf7 .wpcf7-form-control.wpcf7-submit:active {
    background-color: #2098D1;
    color: white; }

/* Back Pulse */
@-webkit-keyframes hvr-back-pulse {
  50% {
    background-color: rgba(32, 152, 209, 0.75); } }

@keyframes hvr-back-pulse {
  50% {
    background-color: rgba(32, 152, 209, 0.75); } }

.hvr-back-pulse {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  overflow: hidden;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
  -webkit-transition-property: color, background-color;
  transition-property: color, background-color; }
  .hvr-back-pulse:hover, .hvr-back-pulse:focus, .hvr-back-pulse:active {
    -webkit-animation-name: hvr-back-pulse;
    animation-name: hvr-back-pulse;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-delay: 0.5s;
    animation-delay: 0.5s;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    background-color: #2098D1;
    background-color: #2098d1;
    color: white; }

/* Sweep To Right */
.hvr-sweep-to-right {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  position: relative;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s; }
  .hvr-sweep-to-right:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #2098D1;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: 0 50%;
    transform-origin: 0 50%;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out; }
  .hvr-sweep-to-right:hover, .hvr-sweep-to-right:focus, .hvr-sweep-to-right:active {
    color: white; }
    .hvr-sweep-to-right:hover:before, .hvr-sweep-to-right:focus:before, .hvr-sweep-to-right:active:before {
      -webkit-transform: scaleX(1);
      transform: scaleX(1); }

/* Sweep To Left */
.hvr-sweep-to-left {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  position: relative;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s; }
  .hvr-sweep-to-left:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #2098D1;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: 100% 50%;
    transform-origin: 100% 50%;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out; }
  .hvr-sweep-to-left:hover, .hvr-sweep-to-left:focus, .hvr-sweep-to-left:active {
    color: white; }
    .hvr-sweep-to-left:hover:before, .hvr-sweep-to-left:focus:before, .hvr-sweep-to-left:active:before {
      -webkit-transform: scaleX(1);
      transform: scaleX(1); }

/* Sweep To Bottom */
.hvr-sweep-to-bottom {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  position: relative;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s; }
  .hvr-sweep-to-bottom:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #2098D1;
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
    -webkit-transform-origin: 50% 0;
    transform-origin: 50% 0;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out; }
  .hvr-sweep-to-bottom:hover, .hvr-sweep-to-bottom:focus, .hvr-sweep-to-bottom:active {
    color: white; }
    .hvr-sweep-to-bottom:hover:before, .hvr-sweep-to-bottom:focus:before, .hvr-sweep-to-bottom:active:before {
      -webkit-transform: scaleY(1);
      transform: scaleY(1); }

/* Sweep To Top */
.hvr-sweep-to-top {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  position: relative;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s; }
  .hvr-sweep-to-top:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #2098D1;
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
    -webkit-transform-origin: 50% 100%;
    transform-origin: 50% 100%;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out; }
  .hvr-sweep-to-top:hover, .hvr-sweep-to-top:focus, .hvr-sweep-to-top:active {
    color: white; }
    .hvr-sweep-to-top:hover:before, .hvr-sweep-to-top:focus:before, .hvr-sweep-to-top:active:before {
      -webkit-transform: scaleY(1);
      transform: scaleY(1); }

/* Bounce To Right */
.hvr-bounce-to-right {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  position: relative;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s; }
  .hvr-bounce-to-right:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #2098D1;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: 0 50%;
    transform-origin: 0 50%;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-duration: 0.5s;
    transition-duration: 0.5s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out; }
  .hvr-bounce-to-right:hover, .hvr-bounce-to-right:focus, .hvr-bounce-to-right:active {
    color: white; }
    .hvr-bounce-to-right:hover:before, .hvr-bounce-to-right:focus:before, .hvr-bounce-to-right:active:before {
      -webkit-transform: scaleX(1);
      transform: scaleX(1);
      -webkit-transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
      transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66); }

/* Bounce To Left */
.hvr-bounce-to-left {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  position: relative;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s; }
  .hvr-bounce-to-left:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #2098D1;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: 100% 50%;
    transform-origin: 100% 50%;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-duration: 0.5s;
    transition-duration: 0.5s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out; }
  .hvr-bounce-to-left:hover, .hvr-bounce-to-left:focus, .hvr-bounce-to-left:active {
    color: white; }
    .hvr-bounce-to-left:hover:before, .hvr-bounce-to-left:focus:before, .hvr-bounce-to-left:active:before {
      -webkit-transform: scaleX(1);
      transform: scaleX(1);
      -webkit-transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
      transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66); }

/* Bounce To Bottom */
.hvr-bounce-to-bottom {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  position: relative;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s; }
  .hvr-bounce-to-bottom:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #2098D1;
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
    -webkit-transform-origin: 50% 0;
    transform-origin: 50% 0;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-duration: 0.5s;
    transition-duration: 0.5s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out; }
  .hvr-bounce-to-bottom:hover, .hvr-bounce-to-bottom:focus, .hvr-bounce-to-bottom:active {
    color: white; }
    .hvr-bounce-to-bottom:hover:before, .hvr-bounce-to-bottom:focus:before, .hvr-bounce-to-bottom:active:before {
      -webkit-transform: scaleY(1);
      transform: scaleY(1);
      -webkit-transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
      transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66); }

/* Bounce To Top */
.hvr-bounce-to-top {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  position: relative;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s; }
  .hvr-bounce-to-top:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #2098D1;
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
    -webkit-transform-origin: 50% 100%;
    transform-origin: 50% 100%;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-duration: 0.5s;
    transition-duration: 0.5s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out; }
  .hvr-bounce-to-top:hover, .hvr-bounce-to-top:focus, .hvr-bounce-to-top:active {
    color: white; }
    .hvr-bounce-to-top:hover:before, .hvr-bounce-to-top:focus:before, .hvr-bounce-to-top:active:before {
      -webkit-transform: scaleY(1);
      transform: scaleY(1);
      -webkit-transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
      transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66); }

/* Radial Out */
.hvr-radial-out {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  position: relative;
  overflow: hidden;
  background: #e1e1e1;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s; }
  .hvr-radial-out:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #2098D1;
    border-radius: 100%;
    -webkit-transform: scale(0);
    transform: scale(0);
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out; }
  .hvr-radial-out:hover, .hvr-radial-out:focus, .hvr-radial-out:active {
    color: white; }
    .hvr-radial-out:hover:before, .hvr-radial-out:focus:before, .hvr-radial-out:active:before {
      -webkit-transform: scale(2);
      transform: scale(2); }

/* Radial In */
.hvr-radial-in {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  position: relative;
  overflow: hidden;
  background: #2098D1;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s; }
  .hvr-radial-in:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #e1e1e1;
    border-radius: 100%;
    -webkit-transform: scale(2);
    transform: scale(2);
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out; }
  .hvr-radial-in:hover, .hvr-radial-in:focus, .hvr-radial-in:active {
    color: white; }
    .hvr-radial-in:hover:before, .hvr-radial-in:focus:before, .hvr-radial-in:active:before {
      -webkit-transform: scale(0);
      transform: scale(0); }

/* Rectangle In */
.hvr-rectangle-in {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  position: relative;
  background: #2098D1;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s; }
  .hvr-rectangle-in:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #e1e1e1;
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out; }
  .hvr-rectangle-in:hover, .hvr-rectangle-in:focus, .hvr-rectangle-in:active {
    color: white; }
    .hvr-rectangle-in:hover:before, .hvr-rectangle-in:focus:before, .hvr-rectangle-in:active:before {
      -webkit-transform: scale(0);
      transform: scale(0); }

/* Rectangle Out */
.hvr-rectangle-out {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  position: relative;
  background: #e1e1e1;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s; }
  .hvr-rectangle-out:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #2098D1;
    -webkit-transform: scale(0);
    transform: scale(0);
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out; }
  .hvr-rectangle-out:hover, .hvr-rectangle-out:focus, .hvr-rectangle-out:active {
    color: white; }
    .hvr-rectangle-out:hover:before, .hvr-rectangle-out:focus:before, .hvr-rectangle-out:active:before {
      -webkit-transform: scale(1);
      transform: scale(1); }

/* Shutter In Horizontal */
.hvr-shutter-in-horizontal {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  position: relative;
  background: #2098D1;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s; }
  .hvr-shutter-in-horizontal:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: #e1e1e1;
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
    -webkit-transform-origin: 50%;
    transform-origin: 50%;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out; }
  .hvr-shutter-in-horizontal:hover, .hvr-shutter-in-horizontal:focus, .hvr-shutter-in-horizontal:active {
    color: white; }
    .hvr-shutter-in-horizontal:hover:before, .hvr-shutter-in-horizontal:focus:before, .hvr-shutter-in-horizontal:active:before {
      -webkit-transform: scaleX(0);
      transform: scaleX(0); }

/* Shutter Out Horizontal */
.hvr-shutter-out-horizontal {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  position: relative;
  background: #e1e1e1;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s; }
  .hvr-shutter-out-horizontal:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: #2098D1;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: 50%;
    transform-origin: 50%;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out; }
  .hvr-shutter-out-horizontal:hover, .hvr-shutter-out-horizontal:focus, .hvr-shutter-out-horizontal:active {
    color: white; }
    .hvr-shutter-out-horizontal:hover:before, .hvr-shutter-out-horizontal:focus:before, .hvr-shutter-out-horizontal:active:before {
      -webkit-transform: scaleX(1);
      transform: scaleX(1); }

/* Shutter In Vertical */
.hvr-shutter-in-vertical {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  position: relative;
  background: #2098D1;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s; }
  .hvr-shutter-in-vertical:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: #e1e1e1;
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
    -webkit-transform-origin: 50%;
    transform-origin: 50%;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out; }
  .hvr-shutter-in-vertical:hover, .hvr-shutter-in-vertical:focus, .hvr-shutter-in-vertical:active {
    color: white; }
    .hvr-shutter-in-vertical:hover:before, .hvr-shutter-in-vertical:focus:before, .hvr-shutter-in-vertical:active:before {
      -webkit-transform: scaleY(0);
      transform: scaleY(0); }

/* Shutter Out Vertical */
.hvr-shutter-out-vertical {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  position: relative;
  background: #e1e1e1;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s; }
  .hvr-shutter-out-vertical:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: #2098D1;
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
    -webkit-transform-origin: 50%;
    transform-origin: 50%;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out; }
  .hvr-shutter-out-vertical:hover, .hvr-shutter-out-vertical:focus, .hvr-shutter-out-vertical:active {
    color: white; }
    .hvr-shutter-out-vertical:hover:before, .hvr-shutter-out-vertical:focus:before, .hvr-shutter-out-vertical:active:before {
      -webkit-transform: scaleY(1);
      transform: scaleY(1); }

/* BORDER TRANSITIONS */
/* Border Fade */
.hvr-border-fade {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: box-shadow;
  transition-property: box-shadow;
  box-shadow: inset 0 0 0 4px #e1e1e1, 0 0 1px rgba(0, 0, 0, 0);
  /* Hack to improve aliasing on mobile/tablet devices */ }
  .hvr-border-fade:hover, .hvr-border-fade:focus, .hvr-border-fade:active {
    box-shadow: inset 0 0 0 4px #2098D1, 0 0 1px rgba(0, 0, 0, 0);
    /* Hack to improve aliasing on mobile/tablet devices */ }

/* Hollow */
.hvr-hollow {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: background;
  transition-property: background;
  box-shadow: inset 0 0 0 4px #e1e1e1, 0 0 1px rgba(0, 0, 0, 0);
  /* Hack to improve aliasing on mobile/tablet devices */ }
  .hvr-hollow:hover, .hvr-hollow:focus, .hvr-hollow:active {
    background: none; }

/* Trim */
.hvr-trim {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  position: relative; }
  .hvr-trim:before {
    content: '';
    position: absolute;
    border: white solid 4px;
    top: 4px;
    left: 4px;
    right: 4px;
    bottom: 4px;
    opacity: 0;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: opacity;
    transition-property: opacity; }
  .hvr-trim:hover:before, .hvr-trim:focus:before, .hvr-trim:active:before {
    opacity: 1; }

/* Ripple Out */
@-webkit-keyframes hvr-ripple-out {
  100% {
    top: -12px;
    right: -12px;
    bottom: -12px;
    left: -12px;
    opacity: 0; } }

@keyframes hvr-ripple-out {
  100% {
    top: -12px;
    right: -12px;
    bottom: -12px;
    left: -12px;
    opacity: 0; } }

.hvr-ripple-out {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  position: relative; }
  .hvr-ripple-out:before {
    content: '';
    position: absolute;
    border: #e1e1e1 solid 6px;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    -webkit-animation-duration: 1s;
    animation-duration: 1s; }
  .hvr-ripple-out:hover:before, .hvr-ripple-out:focus:before, .hvr-ripple-out:active:before {
    -webkit-animation-name: hvr-ripple-out;
    animation-name: hvr-ripple-out; }

/* Ripple In */
@-webkit-keyframes hvr-ripple-in {
  100% {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    opacity: 1; } }

@keyframes hvr-ripple-in {
  100% {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    opacity: 1; } }

.hvr-ripple-in {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  position: relative; }
  .hvr-ripple-in:before {
    content: '';
    position: absolute;
    border: #e1e1e1 solid 4px;
    top: -12px;
    right: -12px;
    bottom: -12px;
    left: -12px;
    opacity: 0;
    -webkit-animation-duration: 1s;
    animation-duration: 1s; }
  .hvr-ripple-in:hover:before, .hvr-ripple-in:focus:before, .hvr-ripple-in:active:before {
    -webkit-animation-name: hvr-ripple-in;
    animation-name: hvr-ripple-in; }

/* Outline Out */
.hvr-outline-out {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  position: relative; }
  .hvr-outline-out:before {
    content: '';
    position: absolute;
    border: #e1e1e1 solid 4px;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: top, right, bottom, left;
    transition-property: top, right, bottom, left; }
  .hvr-outline-out:hover:before, .hvr-outline-out:focus:before, .hvr-outline-out:active:before {
    top: -8px;
    right: -8px;
    bottom: -8px;
    left: -8px; }

/* Outline In */
.hvr-outline-in {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  position: relative; }
  .hvr-outline-in:before {
    pointer-events: none;
    content: '';
    position: absolute;
    border: #e1e1e1 solid 4px;
    top: -16px;
    right: -16px;
    bottom: -16px;
    left: -16px;
    opacity: 0;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: top, right, bottom, left;
    transition-property: top, right, bottom, left; }
  .hvr-outline-in:hover:before, .hvr-outline-in:focus:before, .hvr-outline-in:active:before {
    top: -8px;
    right: -8px;
    bottom: -8px;
    left: -8px;
    opacity: 1; }

/* Round Corners */
.hvr-round-corners {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: border-radius;
  transition-property: border-radius; }
  .hvr-round-corners:hover, .hvr-round-corners:focus, .hvr-round-corners:active {
    border-radius: 1em; }

/* Underline From Left */
.hvr-underline-from-left {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  position: relative;
  overflow: hidden; }
  .hvr-underline-from-left:before {
    content: "";
    position: absolute;
    z-index: -1;
    left: 0;
    right: 100%;
    bottom: 0;
    background: #2098D1;
    height: 4px;
    -webkit-transition-property: right;
    transition-property: right;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out; }
  .hvr-underline-from-left:hover:before, .hvr-underline-from-left:focus:before, .hvr-underline-from-left:active:before {
    right: 0; }

/* Underline From Center */
.hvr-underline-from-center {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  position: relative;
  overflow: hidden; }
  .hvr-underline-from-center:before {
    content: "";
    position: absolute;
    z-index: -1;
    left: 51%;
    right: 51%;
    bottom: 0;
    background: #2098D1;
    height: 4px;
    -webkit-transition-property: left, right;
    transition-property: left, right;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out; }
  .hvr-underline-from-center:hover:before, .hvr-underline-from-center:focus:before, .hvr-underline-from-center:active:before {
    left: 0;
    right: 0; }

/* Underline From Right */
.hvr-underline-from-right {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  position: relative;
  overflow: hidden; }
  .hvr-underline-from-right:before {
    content: "";
    position: absolute;
    z-index: -1;
    left: 100%;
    right: 0;
    bottom: 0;
    background: #2098D1;
    height: 4px;
    -webkit-transition-property: left;
    transition-property: left;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out; }
  .hvr-underline-from-right:hover:before, .hvr-underline-from-right:focus:before, .hvr-underline-from-right:active:before {
    left: 0; }

/* Overline From Left */
.hvr-overline-from-left {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  position: relative;
  overflow: hidden; }
  .hvr-overline-from-left:before {
    content: "";
    position: absolute;
    z-index: -1;
    left: 0;
    right: 100%;
    top: 0;
    background: #2098D1;
    height: 4px;
    -webkit-transition-property: right;
    transition-property: right;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out; }
  .hvr-overline-from-left:hover:before, .hvr-overline-from-left:focus:before, .hvr-overline-from-left:active:before {
    right: 0; }

/* Overline From Center */
.hvr-overline-from-center {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  position: relative;
  overflow: hidden; }
  .hvr-overline-from-center:before {
    content: "";
    position: absolute;
    z-index: -1;
    left: 51%;
    right: 51%;
    top: 0;
    background: #2098D1;
    height: 4px;
    -webkit-transition-property: left, right;
    transition-property: left, right;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out; }
  .hvr-overline-from-center:hover:before, .hvr-overline-from-center:focus:before, .hvr-overline-from-center:active:before {
    left: 0;
    right: 0; }

/* Overline From Right */
.hvr-overline-from-right {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  position: relative;
  overflow: hidden; }
  .hvr-overline-from-right:before {
    content: "";
    position: absolute;
    z-index: -1;
    left: 100%;
    right: 0;
    top: 0;
    background: #2098D1;
    height: 4px;
    -webkit-transition-property: left;
    transition-property: left;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out; }
  .hvr-overline-from-right:hover:before, .hvr-overline-from-right:focus:before, .hvr-overline-from-right:active:before {
    left: 0; }

/* Reveal */
.hvr-reveal {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  position: relative;
  overflow: hidden; }
  .hvr-reveal:before {
    content: "";
    position: absolute;
    z-index: -1;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    border-color: #2098D1;
    border-style: solid;
    border-width: 0;
    -webkit-transition-property: border-width;
    transition-property: border-width;
    -webkit-transition-duration: 0.1s;
    transition-duration: 0.1s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out; }
  .hvr-reveal:hover:before, .hvr-reveal:focus:before, .hvr-reveal:active:before {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    border-width: 4px; }

/* Underline Reveal */
.hvr-underline-reveal {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  position: relative;
  overflow: hidden; }
  .hvr-underline-reveal:before {
    content: "";
    position: absolute;
    z-index: -1;
    left: 0;
    right: 0;
    bottom: 0;
    background: #2098D1;
    height: 4px;
    -webkit-transform: translateY(4px);
    transform: translateY(4px);
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out; }
  .hvr-underline-reveal:hover:before, .hvr-underline-reveal:focus:before, .hvr-underline-reveal:active:before {
    -webkit-transform: translateY(0);
    transform: translateY(0); }

/* Overline Reveal */
.hvr-overline-reveal {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  position: relative;
  overflow: hidden; }
  .hvr-overline-reveal:before {
    content: "";
    position: absolute;
    z-index: -1;
    left: 0;
    right: 0;
    top: 0;
    background: #2098D1;
    height: 4px;
    -webkit-transform: translateY(-4px);
    transform: translateY(-4px);
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out; }
  .hvr-overline-reveal:hover:before, .hvr-overline-reveal:focus:before, .hvr-overline-reveal:active:before {
    -webkit-transform: translateY(0);
    transform: translateY(0); }

/* SHADOW/GLOW TRANSITIONS */
/* Glow */
.hvr-glow {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: box-shadow;
  transition-property: box-shadow; }
  .hvr-glow:hover, .hvr-glow:focus, .hvr-glow:active {
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6); }

/* Shadow */
.hvr-shadow {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: box-shadow;
  transition-property: box-shadow; }
  .hvr-shadow:hover, .hvr-shadow:focus, .hvr-shadow:active {
    box-shadow: 0 10px 10px -10px rgba(0, 0, 0, 0.5); }

/* Grow Shadow */
.hvr-grow-shadow {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: box-shadow, transform;
  transition-property: box-shadow, transform; }
  .hvr-grow-shadow:hover, .hvr-grow-shadow:focus, .hvr-grow-shadow:active {
    box-shadow: 0 10px 10px -10px rgba(0, 0, 0, 0.5);
    -webkit-transform: scale(1.1);
    transform: scale(1.1); }

/* Box Shadow Outset */
.hvr-box-shadow-outset {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: box-shadow;
  transition-property: box-shadow; }
  .hvr-box-shadow-outset:hover, .hvr-box-shadow-outset:focus, .hvr-box-shadow-outset:active {
    box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.6); }

/* Box Shadow Inset */
.hvr-box-shadow-inset {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: box-shadow;
  transition-property: box-shadow;
  box-shadow: inset 0 0 0 rgba(0, 0, 0, 0.6), 0 0 1px rgba(0, 0, 0, 0);
  /* Hack to improve aliasing on mobile/tablet devices */ }
  .hvr-box-shadow-inset:hover, .hvr-box-shadow-inset:focus, .hvr-box-shadow-inset:active {
    box-shadow: inset 2px 2px 2px rgba(0, 0, 0, 0.6), 0 0 1px rgba(0, 0, 0, 0);
    /* Hack to improve aliasing on mobile/tablet devices */ }

/* Float Shadow */
.hvr-float-shadow {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  position: relative;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform;
  transition-property: transform; }
  .hvr-float-shadow:before {
    pointer-events: none;
    position: absolute;
    z-index: -1;
    content: '';
    top: 100%;
    left: 5%;
    height: 10px;
    width: 90%;
    opacity: 0;
    background: -webkit-radial-gradient(center, ellipse, rgba(0, 0, 0, 0.35) 0%, rgba(0, 0, 0, 0) 80%);
    background: radial-gradient(ellipse at center, rgba(0, 0, 0, 0.35) 0%, rgba(0, 0, 0, 0) 80%);
    /* W3C */
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: transform, opacity;
    transition-property: transform, opacity; }
  .hvr-float-shadow:hover, .hvr-float-shadow:focus, .hvr-float-shadow:active {
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px);
    /* move the element up by 5px */ }
    .hvr-float-shadow:hover:before, .hvr-float-shadow:focus:before, .hvr-float-shadow:active:before {
      opacity: 1;
      -webkit-transform: translateY(5px);
      transform: translateY(5px);
      /* move the element down by 5px (it will stay in place because it's attached to the element that also moves up 5px) */ }

/* Shadow Radial */
.hvr-shadow-radial {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  position: relative; }
  .hvr-shadow-radial:before, .hvr-shadow-radial:after {
    pointer-events: none;
    position: absolute;
    content: '';
    left: 0;
    width: 100%;
    box-sizing: border-box;
    background-repeat: no-repeat;
    height: 5px;
    opacity: 0;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: opacity;
    transition-property: opacity; }
  .hvr-shadow-radial:before {
    bottom: 100%;
    background: -webkit-radial-gradient(50% 150%, ellipse, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0) 80%);
    background: radial-gradient(ellipse at 50% 150%, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0) 80%); }
  .hvr-shadow-radial:after {
    top: 100%;
    background: -webkit-radial-gradient(50% -50%, ellipse, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0) 80%);
    background: radial-gradient(ellipse at 50% -50%, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0) 80%); }
  .hvr-shadow-radial:hover:before, .hvr-shadow-radial:focus:before, .hvr-shadow-radial:active:before, .hvr-shadow-radial:hover:after, .hvr-shadow-radial:focus:after, .hvr-shadow-radial:active:after {
    opacity: 1; }

/* SPEECH BUBBLES */
/* Bubble Top */
.hvr-bubble-top {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  position: relative; }
  .hvr-bubble-top:before {
    pointer-events: none;
    position: absolute;
    z-index: -1;
    content: '';
    border-style: solid;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: transform;
    transition-property: transform;
    left: calc(50% - 10px);
    top: 0;
    border-width: 0 10px 10px 10px;
    border-color: transparent transparent #e1e1e1 transparent; }
  .hvr-bubble-top:hover:before, .hvr-bubble-top:focus:before, .hvr-bubble-top:active:before {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px); }

/* Bubble Right */
.hvr-bubble-right {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  position: relative; }
  .hvr-bubble-right:before {
    pointer-events: none;
    position: absolute;
    z-index: -1;
    content: '';
    border-style: solid;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: transform;
    transition-property: transform;
    top: calc(50% - 10px);
    right: 0;
    border-width: 10px 0 10px 10px;
    border-color: transparent transparent transparent #e1e1e1; }
  .hvr-bubble-right:hover:before, .hvr-bubble-right:focus:before, .hvr-bubble-right:active:before {
    -webkit-transform: translateX(10px);
    transform: translateX(10px); }

/* Bubble Bottom */
.hvr-bubble-bottom {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  position: relative; }
  .hvr-bubble-bottom:before {
    pointer-events: none;
    position: absolute;
    z-index: -1;
    content: '';
    border-style: solid;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: transform;
    transition-property: transform;
    left: calc(50% - 10px);
    bottom: 0;
    border-width: 10px 10px 0 10px;
    border-color: #e1e1e1 transparent transparent transparent; }
  .hvr-bubble-bottom:hover:before, .hvr-bubble-bottom:focus:before, .hvr-bubble-bottom:active:before {
    -webkit-transform: translateY(10px);
    transform: translateY(10px); }

/* Bubble Left */
.hvr-bubble-left {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  position: relative; }
  .hvr-bubble-left:before {
    pointer-events: none;
    position: absolute;
    z-index: -1;
    content: '';
    border-style: solid;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: transform;
    transition-property: transform;
    top: calc(50% - 10px);
    left: 0;
    border-width: 10px 10px 10px 0;
    border-color: transparent #e1e1e1 transparent transparent; }
  .hvr-bubble-left:hover:before, .hvr-bubble-left:focus:before, .hvr-bubble-left:active:before {
    -webkit-transform: translateX(-10px);
    transform: translateX(-10px); }

/* Bubble Float Top */
.hvr-bubble-float-top {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  position: relative;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform;
  transition-property: transform; }
  .hvr-bubble-float-top:before {
    position: absolute;
    z-index: -1;
    content: '';
    left: calc(50% - 10px);
    top: 0;
    border-style: solid;
    border-width: 0 10px 10px 10px;
    border-color: transparent transparent #e1e1e1 transparent;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: transform;
    transition-property: transform; }
  .hvr-bubble-float-top:hover, .hvr-bubble-float-top:focus, .hvr-bubble-float-top:active {
    -webkit-transform: translateY(10px);
    transform: translateY(10px); }
    .hvr-bubble-float-top:hover:before, .hvr-bubble-float-top:focus:before, .hvr-bubble-float-top:active:before {
      -webkit-transform: translateY(-10px);
      transform: translateY(-10px); }

/* Bubble Float Right */
.hvr-bubble-float-right {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  position: relative;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform;
  transition-property: transform; }
  .hvr-bubble-float-right:before {
    position: absolute;
    z-index: -1;
    top: calc(50% - 10px);
    right: 0;
    content: '';
    border-style: solid;
    border-width: 10px 0 10px 10px;
    border-color: transparent transparent transparent #e1e1e1;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: transform;
    transition-property: transform; }
  .hvr-bubble-float-right:hover, .hvr-bubble-float-right:focus, .hvr-bubble-float-right:active {
    -webkit-transform: translateX(-10px);
    transform: translateX(-10px); }
    .hvr-bubble-float-right:hover:before, .hvr-bubble-float-right:focus:before, .hvr-bubble-float-right:active:before {
      -webkit-transform: translateX(10px);
      transform: translateX(10px); }

/* Bubble Float Bottom */
.hvr-bubble-float-bottom {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  position: relative;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform;
  transition-property: transform; }
  .hvr-bubble-float-bottom:before {
    position: absolute;
    z-index: -1;
    content: '';
    left: calc(50% - 10px);
    bottom: 0;
    border-style: solid;
    border-width: 10px 10px 0 10px;
    border-color: #e1e1e1 transparent transparent transparent;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: transform;
    transition-property: transform; }
  .hvr-bubble-float-bottom:hover, .hvr-bubble-float-bottom:focus, .hvr-bubble-float-bottom:active {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px); }
    .hvr-bubble-float-bottom:hover:before, .hvr-bubble-float-bottom:focus:before, .hvr-bubble-float-bottom:active:before {
      -webkit-transform: translateY(10px);
      transform: translateY(10px); }

/* Bubble Float Left */
.hvr-bubble-float-left {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  position: relative;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform;
  transition-property: transform; }
  .hvr-bubble-float-left:before {
    position: absolute;
    z-index: -1;
    content: '';
    top: calc(50% - 10px);
    left: 0;
    border-style: solid;
    border-width: 10px 10px 10px 0;
    border-color: transparent #e1e1e1 transparent transparent;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: transform;
    transition-property: transform; }
  .hvr-bubble-float-left:hover, .hvr-bubble-float-left:focus, .hvr-bubble-float-left:active {
    -webkit-transform: translateX(10px);
    transform: translateX(10px); }
    .hvr-bubble-float-left:hover:before, .hvr-bubble-float-left:focus:before, .hvr-bubble-float-left:active:before {
      -webkit-transform: translateX(-10px);
      transform: translateX(-10px); }

/* ICONS */
/* Icon Back */
.hvr-icon-back {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-transition-duration: 0.1s;
  transition-duration: 0.1s; }
  .hvr-icon-back .hvr-icon {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-transition-duration: 0.1s;
    transition-duration: 0.1s;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out; }
  .hvr-icon-back:hover .hvr-icon, .hvr-icon-back:focus .hvr-icon, .hvr-icon-back:active .hvr-icon {
    -webkit-transform: translateX(-4px);
    transform: translateX(-4px); }

/* Icon Forward */
.hvr-icon-forward {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-transition-duration: 0.1s;
  transition-duration: 0.1s; }
  .hvr-icon-forward .hvr-icon {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-transition-duration: 0.1s;
    transition-duration: 0.1s;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out; }
  .hvr-icon-forward:hover .hvr-icon, .hvr-icon-forward:focus .hvr-icon, .hvr-icon-forward:active .hvr-icon {
    -webkit-transform: translateX(4px);
    transform: translateX(4px); }

/* Icon Down */
@-webkit-keyframes hvr-icon-down {
  0%,
  50%,
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0); }
  25%,
  75% {
    -webkit-transform: translateY(6px);
    transform: translateY(6px); } }

@keyframes hvr-icon-down {
  0%,
  50%,
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0); }
  25%,
  75% {
    -webkit-transform: translateY(6px);
    transform: translateY(6px); } }

/* Icon Down */
.hvr-icon-down {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0); }
  .hvr-icon-down .hvr-icon {
    -webkit-transform: translateZ(0);
    transform: translateZ(0); }
  .hvr-icon-down:hover .hvr-icon, .hvr-icon-down:focus .hvr-icon, .hvr-icon-down:active .hvr-icon {
    -webkit-animation-name: hvr-icon-down;
    animation-name: hvr-icon-down;
    -webkit-animation-duration: 0.75s;
    animation-duration: 0.75s;
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out; }

/* Icon Up */
@-webkit-keyframes hvr-icon-up {
  0%,
  50%,
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0); }
  25%,
  75% {
    -webkit-transform: translateY(-6px);
    transform: translateY(-6px); } }

@keyframes hvr-icon-up {
  0%,
  50%,
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0); }
  25%,
  75% {
    -webkit-transform: translateY(-6px);
    transform: translateY(-6px); } }

/* Icon Up */
.hvr-icon-up {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0); }
  .hvr-icon-up .hvr-icon {
    -webkit-transform: translateZ(0);
    transform: translateZ(0); }
  .hvr-icon-up:hover .hvr-icon, .hvr-icon-up:focus .hvr-icon, .hvr-icon-up:active .hvr-icon {
    -webkit-animation-name: hvr-icon-up;
    animation-name: hvr-icon-up;
    -webkit-animation-duration: 0.75s;
    animation-duration: 0.75s;
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out; }

/* Icon Spin */
.hvr-icon-spin {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0); }
  .hvr-icon-spin .hvr-icon {
    -webkit-transition-duration: 1s;
    transition-duration: 1s;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-timing-function: ease-in-out;
    transition-timing-function: ease-in-out; }
  .hvr-icon-spin:hover .hvr-icon, .hvr-icon-spin:focus .hvr-icon, .hvr-icon-spin:active .hvr-icon {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); }

/* Icon Drop */
@-webkit-keyframes hvr-icon-drop {
  0% {
    opacity: 0; }
  50% {
    opacity: 0;
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%); }
  51%,
  100% {
    opacity: 1; } }

@keyframes hvr-icon-drop {
  0% {
    opacity: 0; }
  50% {
    opacity: 0;
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%); }
  51%,
  100% {
    opacity: 1; } }

/* Icon Drop */
.hvr-icon-drop {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0); }
  .hvr-icon-drop .hvr-icon {
    -webkit-transform: translateZ(0);
    transform: translateZ(0); }
  .hvr-icon-drop:hover .hvr-icon, .hvr-icon-drop:focus .hvr-icon, .hvr-icon-drop:active .hvr-icon {
    opacity: 0;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-animation-name: hvr-icon-drop;
    animation-name: hvr-icon-drop;
    -webkit-animation-duration: 0.5s;
    animation-duration: 0.5s;
    -webkit-animation-delay: 0.3s;
    animation-delay: 0.3s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    -webkit-animation-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
    animation-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66); }

/* Icon Fade */
.hvr-icon-fade {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0); }
  .hvr-icon-fade .hvr-icon {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-transition-duration: 0.5s;
    transition-duration: 0.5s;
    -webkit-transition-property: color;
    transition-property: color; }
  .hvr-icon-fade:hover .hvr-icon, .hvr-icon-fade:focus .hvr-icon, .hvr-icon-fade:active .hvr-icon {
    color: #0F9E5E; }

/* Icon Float Away */
@-webkit-keyframes hvr-icon-float-away {
  0% {
    opacity: 1; }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-1em);
    transform: translateY(-1em); } }

@keyframes hvr-icon-float-away {
  0% {
    opacity: 1; }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-1em);
    transform: translateY(-1em); } }

/* Icon Float Away */
.hvr-icon-float-away {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0); }
  .hvr-icon-float-away .hvr-icon {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-animation-duration: 0.5s;
    animation-duration: 0.5s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards; }
  .hvr-icon-float-away:hover .hvr-icon, .hvr-icon-float-away:focus .hvr-icon, .hvr-icon-float-away:active .hvr-icon {
    -webkit-animation-name: hvr-icon-float-away;
    animation-name: hvr-icon-float-away;
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out; }

/* Icon Sink Away */
@-webkit-keyframes hvr-icon-sink-away {
  0% {
    opacity: 1; }
  100% {
    opacity: 0;
    -webkit-transform: translateY(1em);
    transform: translateY(1em); } }

@keyframes hvr-icon-sink-away {
  0% {
    opacity: 1; }
  100% {
    opacity: 0;
    -webkit-transform: translateY(1em);
    transform: translateY(1em); } }

/* Icon Sink Away */
.hvr-icon-sink-away {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0); }
  .hvr-icon-sink-away .hvr-icon {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-animation-duration: 0.5s;
    animation-duration: 0.5s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards; }
  .hvr-icon-sink-away:hover .hvr-icon, .hvr-icon-sink-away:focus .hvr-icon, .hvr-icon-sink-away:active .hvr-icon {
    -webkit-animation-name: hvr-icon-sink-away;
    animation-name: hvr-icon-sink-away;
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out; }

/* Icon Grow */
.hvr-icon-grow {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s; }
  .hvr-icon-grow .hvr-icon {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out; }
  .hvr-icon-grow:hover .hvr-icon, .hvr-icon-grow:focus .hvr-icon, .hvr-icon-grow:active .hvr-icon {
    -webkit-transform: scale(1.3) translateZ(0);
    transform: scale(1.3) translateZ(0); }

/* Icon Shrink */
.hvr-icon-shrink {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s; }
  .hvr-icon-shrink .hvr-icon {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out; }
  .hvr-icon-shrink:hover .hvr-icon, .hvr-icon-shrink:focus .hvr-icon, .hvr-icon-shrink:active .hvr-icon {
    -webkit-transform: scale(0.8);
    transform: scale(0.8); }

/* Icon Pulse */
@-webkit-keyframes hvr-icon-pulse {
  25% {
    -webkit-transform: scale(1.3);
    transform: scale(1.3); }
  75% {
    -webkit-transform: scale(0.8);
    transform: scale(0.8); } }

@keyframes hvr-icon-pulse {
  25% {
    -webkit-transform: scale(1.3);
    transform: scale(1.3); }
  75% {
    -webkit-transform: scale(0.8);
    transform: scale(0.8); } }

.hvr-icon-pulse {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0); }
  .hvr-icon-pulse .hvr-icon {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out; }
  .hvr-icon-pulse:hover .hvr-icon, .hvr-icon-pulse:focus .hvr-icon, .hvr-icon-pulse:active .hvr-icon {
    -webkit-animation-name: hvr-icon-pulse;
    animation-name: hvr-icon-pulse;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite; }

/* Icon Pulse Grow */
@-webkit-keyframes hvr-icon-pulse-grow {
  to {
    -webkit-transform: scale(1.3);
    transform: scale(1.3); } }

@keyframes hvr-icon-pulse-grow {
  to {
    -webkit-transform: scale(1.3);
    transform: scale(1.3); } }

.hvr-icon-pulse-grow {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0); }
  .hvr-icon-pulse-grow .hvr-icon {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out; }
  .hvr-icon-pulse-grow:hover .hvr-icon, .hvr-icon-pulse-grow:focus .hvr-icon, .hvr-icon-pulse-grow:active .hvr-icon {
    -webkit-animation-name: hvr-icon-pulse-grow;
    animation-name: hvr-icon-pulse-grow;
    -webkit-animation-duration: 0.3s;
    animation-duration: 0.3s;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-direction: alternate;
    animation-direction: alternate; }

/* Icon Pulse Shrink */
@-webkit-keyframes hvr-icon-pulse-shrink {
  to {
    -webkit-transform: scale(0.8);
    transform: scale(0.8); } }

@keyframes hvr-icon-pulse-shrink {
  to {
    -webkit-transform: scale(0.8);
    transform: scale(0.8); } }

.hvr-icon-pulse-shrink {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0); }
  .hvr-icon-pulse-shrink .hvr-icon {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out; }
  .hvr-icon-pulse-shrink:hover .hvr-icon, .hvr-icon-pulse-shrink:focus .hvr-icon, .hvr-icon-pulse-shrink:active .hvr-icon {
    -webkit-animation-name: hvr-icon-pulse-shrink;
    animation-name: hvr-icon-pulse-shrink;
    -webkit-animation-duration: 0.3s;
    animation-duration: 0.3s;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-direction: alternate;
    animation-direction: alternate; }

/* Icon Push */
@-webkit-keyframes hvr-icon-push {
  50% {
    -webkit-transform: scale(0.5);
    transform: scale(0.5); } }

@keyframes hvr-icon-push {
  50% {
    -webkit-transform: scale(0.5);
    transform: scale(0.5); } }

.hvr-icon-push {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s; }
  .hvr-icon-push .hvr-icon {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out; }
  .hvr-icon-push:hover .hvr-icon, .hvr-icon-push:focus .hvr-icon, .hvr-icon-push:active .hvr-icon {
    -webkit-animation-name: hvr-icon-push;
    animation-name: hvr-icon-push;
    -webkit-animation-duration: 0.3s;
    animation-duration: 0.3s;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1; }

/* Icon Pop */
@-webkit-keyframes hvr-icon-pop {
  50% {
    -webkit-transform: scale(1.5);
    transform: scale(1.5); } }

@keyframes hvr-icon-pop {
  50% {
    -webkit-transform: scale(1.5);
    transform: scale(1.5); } }

.hvr-icon-pop {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s; }
  .hvr-icon-pop .hvr-icon {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out; }
  .hvr-icon-pop:hover .hvr-icon, .hvr-icon-pop:focus .hvr-icon, .hvr-icon-pop:active .hvr-icon {
    -webkit-animation-name: hvr-icon-pop;
    animation-name: hvr-icon-pop;
    -webkit-animation-duration: 0.3s;
    animation-duration: 0.3s;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1; }

/* Icon Bounce */
.hvr-icon-bounce {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s; }
  .hvr-icon-bounce .hvr-icon {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out; }
  .hvr-icon-bounce:hover .hvr-icon, .hvr-icon-bounce:focus .hvr-icon, .hvr-icon-bounce:active .hvr-icon {
    -webkit-transform: scale(1.5);
    transform: scale(1.5);
    -webkit-transition-timing-function: cubic-bezier(0.47, 2.02, 0.31, -0.36);
    transition-timing-function: cubic-bezier(0.47, 2.02, 0.31, -0.36); }

/* Icon Rotate */
.hvr-icon-rotate {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s; }
  .hvr-icon-rotate .hvr-icon {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out; }
  .hvr-icon-rotate:hover .hvr-icon, .hvr-icon-rotate:focus .hvr-icon, .hvr-icon-rotate:active .hvr-icon {
    -webkit-transform: rotate(20deg);
    transform: rotate(20deg); }

/* Icon Grow Rotate */
.hvr-icon-grow-rotate {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s; }
  .hvr-icon-grow-rotate .hvr-icon {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out; }
  .hvr-icon-grow-rotate:hover .hvr-icon, .hvr-icon-grow-rotate:focus .hvr-icon, .hvr-icon-grow-rotate:active .hvr-icon {
    -webkit-transform: scale(1.5) rotate(12deg);
    transform: scale(1.5) rotate(12deg); }

/* Icon Float */
.hvr-icon-float {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s; }
  .hvr-icon-float .hvr-icon {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out; }
  .hvr-icon-float:hover .hvr-icon, .hvr-icon-float:focus .hvr-icon, .hvr-icon-float:active .hvr-icon {
    -webkit-transform: translateY(-4px);
    transform: translateY(-4px); }

/* Icon Sink */
.hvr-icon-sink {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s; }
  .hvr-icon-sink .hvr-icon {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out; }
  .hvr-icon-sink:hover .hvr-icon, .hvr-icon-sink:focus .hvr-icon, .hvr-icon-sink:active .hvr-icon {
    -webkit-transform: translateY(4px);
    transform: translateY(4px); }

/* Icon Bob */
@-webkit-keyframes hvr-icon-bob {
  0% {
    -webkit-transform: translateY(-6px);
    transform: translateY(-6px); }
  50% {
    -webkit-transform: translateY(-2px);
    transform: translateY(-2px); }
  100% {
    -webkit-transform: translateY(-6px);
    transform: translateY(-6px); } }

@keyframes hvr-icon-bob {
  0% {
    -webkit-transform: translateY(-6px);
    transform: translateY(-6px); }
  50% {
    -webkit-transform: translateY(-2px);
    transform: translateY(-2px); }
  100% {
    -webkit-transform: translateY(-6px);
    transform: translateY(-6px); } }

@-webkit-keyframes hvr-icon-bob-float {
  100% {
    -webkit-transform: translateY(-6px);
    transform: translateY(-6px); } }

@keyframes hvr-icon-bob-float {
  100% {
    -webkit-transform: translateY(-6px);
    transform: translateY(-6px); } }

.hvr-icon-bob {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s; }
  .hvr-icon-bob .hvr-icon {
    -webkit-transform: translateZ(0);
    transform: translateZ(0); }
  .hvr-icon-bob:hover .hvr-icon, .hvr-icon-bob:focus .hvr-icon, .hvr-icon-bob:active .hvr-icon {
    -webkit-animation-name: hvr-icon-bob-float, hvr-icon-bob;
    animation-name: hvr-icon-bob-float, hvr-icon-bob;
    -webkit-animation-duration: .3s, 1.5s;
    animation-duration: .3s, 1.5s;
    -webkit-animation-delay: 0s, .3s;
    animation-delay: 0s, .3s;
    -webkit-animation-timing-function: ease-out, ease-in-out;
    animation-timing-function: ease-out, ease-in-out;
    -webkit-animation-iteration-count: 1, infinite;
    animation-iteration-count: 1, infinite;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    -webkit-animation-direction: normal, alternate;
    animation-direction: normal, alternate; }

/* Icon Hang */
@-webkit-keyframes hvr-icon-hang {
  0% {
    -webkit-transform: translateY(6px);
    transform: translateY(6px); }
  50% {
    -webkit-transform: translateY(2px);
    transform: translateY(2px); }
  100% {
    -webkit-transform: translateY(6px);
    transform: translateY(6px); } }

@keyframes hvr-icon-hang {
  0% {
    -webkit-transform: translateY(6px);
    transform: translateY(6px); }
  50% {
    -webkit-transform: translateY(2px);
    transform: translateY(2px); }
  100% {
    -webkit-transform: translateY(6px);
    transform: translateY(6px); } }

@-webkit-keyframes hvr-icon-hang-sink {
  100% {
    -webkit-transform: translateY(6px);
    transform: translateY(6px); } }

@keyframes hvr-icon-hang-sink {
  100% {
    -webkit-transform: translateY(6px);
    transform: translateY(6px); } }

.hvr-icon-hang {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s; }
  .hvr-icon-hang .hvr-icon {
    -webkit-transform: translateZ(0);
    transform: translateZ(0); }
  .hvr-icon-hang:hover .hvr-icon, .hvr-icon-hang:focus .hvr-icon, .hvr-icon-hang:active .hvr-icon {
    -webkit-animation-name: hvr-icon-hang-sink, hvr-icon-hang;
    animation-name: hvr-icon-hang-sink, hvr-icon-hang;
    -webkit-animation-duration: .3s, 1.5s;
    animation-duration: .3s, 1.5s;
    -webkit-animation-delay: 0s, .3s;
    animation-delay: 0s, .3s;
    -webkit-animation-timing-function: ease-out, ease-in-out;
    animation-timing-function: ease-out, ease-in-out;
    -webkit-animation-iteration-count: 1, infinite;
    animation-iteration-count: 1, infinite;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    -webkit-animation-direction: normal, alternate;
    animation-direction: normal, alternate; }

/* Icon Wobble Horizontal */
@-webkit-keyframes hvr-icon-wobble-horizontal {
  16.65% {
    -webkit-transform: translateX(6px);
    transform: translateX(6px); }
  33.3% {
    -webkit-transform: translateX(-5px);
    transform: translateX(-5px); }
  49.95% {
    -webkit-transform: translateX(4px);
    transform: translateX(4px); }
  66.6% {
    -webkit-transform: translateX(-2px);
    transform: translateX(-2px); }
  83.25% {
    -webkit-transform: translateX(1px);
    transform: translateX(1px); }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0); } }

@keyframes hvr-icon-wobble-horizontal {
  16.65% {
    -webkit-transform: translateX(6px);
    transform: translateX(6px); }
  33.3% {
    -webkit-transform: translateX(-5px);
    transform: translateX(-5px); }
  49.95% {
    -webkit-transform: translateX(4px);
    transform: translateX(4px); }
  66.6% {
    -webkit-transform: translateX(-2px);
    transform: translateX(-2px); }
  83.25% {
    -webkit-transform: translateX(1px);
    transform: translateX(1px); }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0); } }

.hvr-icon-wobble-horizontal {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s; }
  .hvr-icon-wobble-horizontal .hvr-icon {
    -webkit-transform: translateZ(0);
    transform: translateZ(0); }
  .hvr-icon-wobble-horizontal:hover .hvr-icon, .hvr-icon-wobble-horizontal:focus .hvr-icon, .hvr-icon-wobble-horizontal:active .hvr-icon {
    -webkit-animation-name: hvr-icon-wobble-horizontal;
    animation-name: hvr-icon-wobble-horizontal;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1; }

/* Icon Wobble Vertical */
@-webkit-keyframes hvr-icon-wobble-vertical {
  16.65% {
    -webkit-transform: translateY(6px);
    transform: translateY(6px); }
  33.3% {
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px); }
  49.95% {
    -webkit-transform: translateY(4px);
    transform: translateY(4px); }
  66.6% {
    -webkit-transform: translateY(-2px);
    transform: translateY(-2px); }
  83.25% {
    -webkit-transform: translateY(1px);
    transform: translateY(1px); }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0); } }

@keyframes hvr-icon-wobble-vertical {
  16.65% {
    -webkit-transform: translateY(6px);
    transform: translateY(6px); }
  33.3% {
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px); }
  49.95% {
    -webkit-transform: translateY(4px);
    transform: translateY(4px); }
  66.6% {
    -webkit-transform: translateY(-2px);
    transform: translateY(-2px); }
  83.25% {
    -webkit-transform: translateY(1px);
    transform: translateY(1px); }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0); } }

.hvr-icon-wobble-vertical {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s; }
  .hvr-icon-wobble-vertical .hvr-icon {
    -webkit-transform: translateZ(0);
    transform: translateZ(0); }
  .hvr-icon-wobble-vertical:hover .hvr-icon, .hvr-icon-wobble-vertical:focus .hvr-icon, .hvr-icon-wobble-vertical:active .hvr-icon {
    -webkit-animation-name: hvr-icon-wobble-vertical;
    animation-name: hvr-icon-wobble-vertical;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1; }

/* Icon Buzz */
@-webkit-keyframes hvr-icon-buzz {
  50% {
    -webkit-transform: translateX(3px) rotate(2deg);
    transform: translateX(3px) rotate(2deg); }
  100% {
    -webkit-transform: translateX(-3px) rotate(-2deg);
    transform: translateX(-3px) rotate(-2deg); } }

@keyframes hvr-icon-buzz {
  50% {
    -webkit-transform: translateX(3px) rotate(2deg);
    transform: translateX(3px) rotate(2deg); }
  100% {
    -webkit-transform: translateX(-3px) rotate(-2deg);
    transform: translateX(-3px) rotate(-2deg); } }

.hvr-icon-buzz {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s; }
  .hvr-icon-buzz .hvr-icon {
    -webkit-transform: translateZ(0);
    transform: translateZ(0); }
  .hvr-icon-buzz:hover .hvr-icon, .hvr-icon-buzz:focus .hvr-icon, .hvr-icon-buzz:active .hvr-icon {
    -webkit-animation-name: hvr-icon-buzz;
    animation-name: hvr-icon-buzz;
    -webkit-animation-duration: 0.15s;
    animation-duration: 0.15s;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite; }

/* Icon Buzz Out */
@-webkit-keyframes hvr-icon-buzz-out {
  10% {
    -webkit-transform: translateX(3px) rotate(2deg);
    transform: translateX(3px) rotate(2deg); }
  20% {
    -webkit-transform: translateX(-3px) rotate(-2deg);
    transform: translateX(-3px) rotate(-2deg); }
  30% {
    -webkit-transform: translateX(3px) rotate(2deg);
    transform: translateX(3px) rotate(2deg); }
  40% {
    -webkit-transform: translateX(-3px) rotate(-2deg);
    transform: translateX(-3px) rotate(-2deg); }
  50% {
    -webkit-transform: translateX(2px) rotate(1deg);
    transform: translateX(2px) rotate(1deg); }
  60% {
    -webkit-transform: translateX(-2px) rotate(-1deg);
    transform: translateX(-2px) rotate(-1deg); }
  70% {
    -webkit-transform: translateX(2px) rotate(1deg);
    transform: translateX(2px) rotate(1deg); }
  80% {
    -webkit-transform: translateX(-2px) rotate(-1deg);
    transform: translateX(-2px) rotate(-1deg); }
  90% {
    -webkit-transform: translateX(1px) rotate(0);
    transform: translateX(1px) rotate(0); }
  100% {
    -webkit-transform: translateX(-1px) rotate(0);
    transform: translateX(-1px) rotate(0); } }

@keyframes hvr-icon-buzz-out {
  10% {
    -webkit-transform: translateX(3px) rotate(2deg);
    transform: translateX(3px) rotate(2deg); }
  20% {
    -webkit-transform: translateX(-3px) rotate(-2deg);
    transform: translateX(-3px) rotate(-2deg); }
  30% {
    -webkit-transform: translateX(3px) rotate(2deg);
    transform: translateX(3px) rotate(2deg); }
  40% {
    -webkit-transform: translateX(-3px) rotate(-2deg);
    transform: translateX(-3px) rotate(-2deg); }
  50% {
    -webkit-transform: translateX(2px) rotate(1deg);
    transform: translateX(2px) rotate(1deg); }
  60% {
    -webkit-transform: translateX(-2px) rotate(-1deg);
    transform: translateX(-2px) rotate(-1deg); }
  70% {
    -webkit-transform: translateX(2px) rotate(1deg);
    transform: translateX(2px) rotate(1deg); }
  80% {
    -webkit-transform: translateX(-2px) rotate(-1deg);
    transform: translateX(-2px) rotate(-1deg); }
  90% {
    -webkit-transform: translateX(1px) rotate(0);
    transform: translateX(1px) rotate(0); }
  100% {
    -webkit-transform: translateX(-1px) rotate(0);
    transform: translateX(-1px) rotate(0); } }

.hvr-icon-buzz-out {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s; }
  .hvr-icon-buzz-out .hvr-icon {
    -webkit-transform: translateZ(0);
    transform: translateZ(0); }
  .hvr-icon-buzz-out:hover .hvr-icon, .hvr-icon-buzz-out:focus .hvr-icon, .hvr-icon-buzz-out:active .hvr-icon {
    -webkit-animation-name: hvr-icon-buzz-out;
    animation-name: hvr-icon-buzz-out;
    -webkit-animation-duration: 0.75s;
    animation-duration: 0.75s;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1; }

/* CURLS */
/* Curl Top Left */
.hvr-curl-top-left {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  position: relative; }
  .hvr-curl-top-left:before {
    pointer-events: none;
    position: absolute;
    content: '';
    height: 0;
    width: 0;
    top: 0;
    left: 0;
    background: white;
    /* IE9 */
    background: linear-gradient(135deg, white 45%, #aaa 50%, #ccc 56%, white 80%);
    filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#ffffff', endColorstr='#000000');
    /*For IE7-8-9*/
    z-index: 1000;
    box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.4);
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: width, height;
    transition-property: width, height; }
  .hvr-curl-top-left:hover:before, .hvr-curl-top-left:focus:before, .hvr-curl-top-left:active:before {
    width: 25px;
    height: 25px; }

/* Curl Top Right */
.hvr-curl-top-right {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  position: relative; }
  .hvr-curl-top-right:before {
    pointer-events: none;
    position: absolute;
    content: '';
    height: 0;
    width: 0;
    top: 0;
    right: 0;
    background: white;
    /* IE9 */
    background: linear-gradient(225deg, white 45%, #aaa 50%, #ccc 56%, white 80%);
    box-shadow: -1px 1px 1px rgba(0, 0, 0, 0.4);
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: width, height;
    transition-property: width, height; }
  .hvr-curl-top-right:hover:before, .hvr-curl-top-right:focus:before, .hvr-curl-top-right:active:before {
    width: 25px;
    height: 25px; }

/* Curl Bottom Right */
.hvr-curl-bottom-right {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  position: relative; }
  .hvr-curl-bottom-right:before {
    pointer-events: none;
    position: absolute;
    content: '';
    height: 0;
    width: 0;
    bottom: 0;
    right: 0;
    background: white;
    /* IE9 */
    background: linear-gradient(315deg, white 45%, #aaa 50%, #ccc 56%, white 80%);
    box-shadow: -1px -1px 1px rgba(0, 0, 0, 0.4);
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: width, height;
    transition-property: width, height; }
  .hvr-curl-bottom-right:hover:before, .hvr-curl-bottom-right:focus:before, .hvr-curl-bottom-right:active:before {
    width: 25px;
    height: 25px; }

/* Curl Bottom Left */
.hvr-curl-bottom-left {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  position: relative; }
  .hvr-curl-bottom-left:before {
    pointer-events: none;
    position: absolute;
    content: '';
    height: 0;
    width: 0;
    bottom: 0;
    left: 0;
    background: white;
    /* IE9 */
    background: linear-gradient(45deg, white 45%, #aaa 50%, #ccc 56%, white 80%);
    box-shadow: 1px -1px 1px rgba(0, 0, 0, 0.4);
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: width, height;
    transition-property: width, height; }
  .hvr-curl-bottom-left:hover:before, .hvr-curl-bottom-left:focus:before, .hvr-curl-bottom-left:active:before {
    width: 25px;
    height: 25px; }

.button {
  border: 2px solid #2B0539;
  padding: 9px 10px;
  font-weight: 700;
  color: #2B0539;
  cursor: pointer;
  background: white;
  text-decoration: none;
  min-width: 136px;
  text-align: center;
  border-radius: 0;
  -webkit-appearance: none; }
  .button:visited, .button:active, .button:link {
    color: #2B0539; }
  .button:hover, .button:focus {
    background-color: #2B0539;
    border-color: #2B0539;
    color: white;
    border-radius: 0;
    outline: none; }
  .button.event {
    background-color: #FFDA00;
    border-color: #FFDA00; }
    .button.event:hover, .button.event:focus {
      background-color: #B80E80;
      border-color: #B80E80;
      color: white;
      border-radius: 0;
      outline: none; }
    .button.event.last-few {
      background-color: #FFE685;
      border-color: #FFE685; }
      .button.event.last-few:hover, .button.event.last-few:focus {
        background-color: #B80E80;
        border-color: #B80E80;
        color: white;
        border-radius: 0;
        outline: none; }
    .button.event.sold-out {
      background-color: #49BCC3;
      border-color: #49BCC3;
      cursor: not-allowed;
      pointer-events: none;
      color: #2B0539; }
      .button.event.sold-out:hover, .button.event.sold-out:focus {
        background-color: #49BCC3;
        border-color: #49BCC3;
        border-radius: 0;
        outline: none;
        cursor: not-allowed;
        pointer-events: none;
        color: #2B0539; }
  .button.secondary, body .gform_wrapper.gravity-theme input[type="submit"] {
    background-color: #461D6C;
    border-color: #461D6C;
    color: white; }
    .button.secondary:hover, body .gform_wrapper.gravity-theme input:hover[type="submit"], .button.secondary:focus, body .gform_wrapper.gravity-theme input:focus[type="submit"] {
      background-color: #C5BED9;
      border-color: #C5BED9;
      color: #2B0539; }
  .button.tag {
    background: #C5BED9;
    border-color: #C5BED9;
    text-transform: uppercase;
    min-width: 94px; }
    .button.tag:visited, .button.tag:active, .button.tag:link {
      color: white;
      background: #B80E80;
      border-color: #B80E80; }
    .button.tag:hover, .button.tag:focus {
      background-color: #B80E80;
      border-color: #B80E80;
      color: white;
      border-radius: 0;
      outline: none; }
  .button.tertiary {
    border: 2px solid #2B0539;
    padding: 9px 10px;
    font-weight: 700;
    color: #2B0539;
    cursor: pointer;
    background: white;
    text-decoration: none;
    min-width: 136px;
    text-align: center;
    background-color: #FFDA00;
    border-color: #FFDA00; }
    .button.tertiary:visited, .button.tertiary:active, .button.tertiary:link {
      color: #2B0539; }
    .button.tertiary:hover, .button.tertiary:focus {
      background-color: #2B0539;
      border-color: #2B0539;
      color: white;
      border-radius: 0;
      outline: none; }
    .button.tertiary:hover, .button.tertiary:focus {
      background-color: #B80E80;
      border-color: #B80E80;
      color: white;
      border-radius: 0;
      outline: none; }
    .button.tertiary:hover, .button.tertiary:focus {
      color: white;
      border-color: #B80E80;
      backgroud-color: #B80E80; }
  .button.link {
    background: transparent;
    border: transparent;
    font-weight: 500;
    padding: 0;
    display: flex;
    align-items: center;
    margin-top: -1px;
    margin-left: -10px; }
    .button.link .icon::before {
      font-size: 30px;
      margin: 0; }
    .button.link:hover, .button.link:focus {
      background-color: transparent;
      border-color: transparent;
      color: #2B0539;
      border-radius: 0;
      outline: none;
      text-decoration: underline; }

button:focus,
.button:focus {
  outline: none; }

/*
 *  Owl Carousel - Core
 */
.owl-carousel {
  display: none;
  width: 100%;
  -webkit-tap-highlight-color: transparent;
  /* position relative and z-index fix webkit rendering fonts issue */
  position: relative;
  z-index: 1; }
  .owl-carousel .owl-stage {
    position: relative;
    -ms-touch-action: pan-Y;
    touch-action: manipulation;
    -moz-backface-visibility: hidden;
    /* fix firefox animation glitch */ }
  .owl-carousel .owl-stage:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0; }
  .owl-carousel .owl-stage-outer {
    position: relative;
    overflow: hidden;
    /* fix for flashing background */
    -webkit-transform: translate3d(0px, 0px, 0px); }
  .owl-carousel .owl-wrapper,
  .owl-carousel .owl-item {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0); }
  .owl-carousel .owl-item {
    position: relative;
    min-height: 1px;
    float: left;
    -webkit-backface-visibility: hidden;
    -webkit-tap-highlight-color: transparent;
    -webkit-touch-callout: none; }
  .owl-carousel .owl-item img {
    display: block;
    width: 100%; }
  .owl-carousel .owl-nav.disabled,
  .owl-carousel .owl-dots.disabled {
    display: none; }
  .owl-carousel .owl-nav .owl-prev,
  .owl-carousel .owl-nav .owl-next,
  .owl-carousel .owl-dot {
    cursor: pointer;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none; }
  .owl-carousel .owl-nav button.owl-prev,
  .owl-carousel .owl-nav button.owl-next,
  .owl-carousel button.owl-dot {
    background: none;
    color: inherit;
    border: none;
    padding: 0 !important;
    font: inherit; }
  .owl-carousel.owl-loaded {
    display: block; }
  .owl-carousel.owl-loading {
    opacity: 0;
    display: block; }
  .owl-carousel.owl-hidden {
    opacity: 0; }
  .owl-carousel.owl-refresh .owl-item {
    visibility: hidden; }
  .owl-carousel.owl-drag .owl-item {
    touch-action: pan-y;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none; }
  .owl-carousel.owl-grab {
    cursor: move;
    cursor: grab; }
  .owl-carousel.owl-rtl {
    direction: rtl; }
  .owl-carousel.owl-rtl .owl-item {
    float: right; }

/* No Js */
.no-js .owl-carousel {
  display: block; }

/*
 *  Owl Carousel - Animate Plugin
 */
.owl-carousel .animated {
  animation-duration: 1000ms;
  animation-fill-mode: both; }

.owl-carousel .owl-animated-in {
  z-index: 0; }

.owl-carousel .owl-animated-out {
  z-index: 1; }

.owl-carousel .fadeOut {
  animation-name: fadeOut; }

@keyframes fadeOut {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }

/*
 * 	Owl Carousel - Auto Height Plugin
 */
.owl-height {
  transition: height 500ms ease-in-out; }

/*
 * 	Owl Carousel - Lazy Load Plugin
 */
.owl-carousel .owl-item {
  /**
			This is introduced due to a bug in IE11 where lazy loading combined with autoheight plugin causes a wrong
			calculation of the height of the owl-item that breaks page layouts
		 */ }
  .owl-carousel .owl-item .owl-lazy {
    opacity: 0;
    transition: opacity 400ms ease; }
  .owl-carousel .owl-item .owl-lazy[src^=""], .owl-carousel .owl-item .owl-lazy:not([src]) {
    max-height: 0; }
  .owl-carousel .owl-item img.owl-lazy {
    transform-style: preserve-3d; }

/*
 * 	Owl Carousel - Video Plugin
 */
.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000; }

.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  background: url(../img/4a37f8008959c75f619bf0a3a4e2d7a2.png) no-repeat;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  transition: transform 100ms ease; }

.owl-carousel .owl-video-play-icon:hover {
  transform: scale(1.3, 1.3); }

.owl-carousel .owl-video-playing .owl-video-tn,
.owl-carousel .owl-video-playing .owl-video-play-icon {
  display: none; }

.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  transition: opacity 400ms ease; }

.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
  height: 100%;
  width: 100%; }

.owl-carousel,
.gallery-carousel,
.related-articles-carousel {
  position: relative;
  width: 100%;
  -webkit-tap-highlight-color: transparent;
  z-index: 1; }
  .owl-carousel .owl-nav,
  .gallery-carousel .owl-nav,
  .related-articles-carousel .owl-nav {
    -webkit-tap-highlight-color: transparent; }
    .owl-carousel .owl-nav [class*='owl-'],
    .gallery-carousel .owl-nav [class*='owl-'],
    .related-articles-carousel .owl-nav [class*='owl-'] {
      display: inline-block;
      cursor: pointer;
      border-radius: 3px; }
      .owl-carousel .owl-nav [class*='owl-']:hover,
      .gallery-carousel .owl-nav [class*='owl-']:hover,
      .related-articles-carousel .owl-nav [class*='owl-']:hover {
        text-decoration: none; }
    .owl-carousel .owl-nav button.owl-prev,
    .owl-carousel .owl-nav button.owl-next,
    .gallery-carousel .owl-nav button.owl-prev,
    .gallery-carousel .owl-nav button.owl-next,
    .related-articles-carousel .owl-nav button.owl-prev,
    .related-articles-carousel .owl-nav button.owl-next {
      position: absolute;
      top: calc(50% - 25px);
      left: 0;
      color: white !important;
      font-size: 50px !important; }
    .owl-carousel .owl-nav button.owl-next,
    .gallery-carousel .owl-nav button.owl-next,
    .related-articles-carousel .owl-nav button.owl-next {
      left: auto;
      right: -10px; }
    .owl-carousel .owl-nav .disabled,
    .gallery-carousel .owl-nav .disabled,
    .related-articles-carousel .owl-nav .disabled {
      opacity: 0.5;
      cursor: default; }
  .owl-carousel .owl-nav.disabled + .owl-dots,
  .gallery-carousel .owl-nav.disabled + .owl-dots,
  .related-articles-carousel .owl-nav.disabled + .owl-dots {
    margin-top: 10px; }
  .owl-carousel .owl-dots,
  .gallery-carousel .owl-dots,
  .related-articles-carousel .owl-dots {
    text-align: center;
    -webkit-tap-highlight-color: transparent; }
    .owl-carousel .owl-dots .owl-dot,
    .gallery-carousel .owl-dots .owl-dot,
    .related-articles-carousel .owl-dots .owl-dot {
      display: inline-block;
      zoom: 1;
      *display: inline; }
      .owl-carousel .owl-dots .owl-dot span,
      .gallery-carousel .owl-dots .owl-dot span,
      .related-articles-carousel .owl-dots .owl-dot span {
        width: 14px;
        height: 14px;
        margin: 4px;
        background: black;
        display: block;
        -webkit-backface-visibility: visible;
        transition: opacity 200ms ease;
        border-radius: 50%; }
      .owl-carousel .owl-dots .owl-dot.active span, .owl-carousel .owl-dots .owl-dot:hover span,
      .gallery-carousel .owl-dots .owl-dot.active span,
      .gallery-carousel .owl-dots .owl-dot:hover span,
      .related-articles-carousel .owl-dots .owl-dot.active span,
      .related-articles-carousel .owl-dots .owl-dot:hover span {
        background: #461D6C; }

@font-face {
  font-family: 'fontello';
  src: url(../font/ac3f11d3f72916af61c07a1571bd01ce.eot);
  src: url(../font/ac3f11d3f72916af61c07a1571bd01ce.eot#iefix) format("embedded-opentype"), url(../font/ae67eb49f8b59a6f6560f8390e522cd5.woff2) format("woff2"), url(../font/732e0cd2571cf5b6f98d53c28860bcc5.woff) format("woff"), url(../font/cf9187014cfe4491c5d957f610655e77.ttf) format("truetype"), url(../font/a200840df23643a269a4128bc05aaa5e.svg#fontello) format("svg");
  font-weight: normal;
  font-style: normal; }

/* Chrome hack: SVG is rendered more smooth in Windozze. 100% magic, uncomment if you need it. */
/* Note, that will break hinting! In other OS-es font will be not as sharp as it could be */
/*
@media screen and (-webkit-min-device-pixel-ratio:0) {
  @font-face {
    font-family: 'fontello';
    src: url('../fontello/font/fontello.svg?9655446#fontello') format('svg');
  }
}
*/
[class^="icon-"]:before, [class*=" icon-"]:before {
  font-family: "fontello";
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: .2em;
  text-align: center;
  /* opacity: .8; */
  /* For safety - reset parent styles, that can break glyph codes*/
  font-variant: normal;
  text-transform: none;
  /* fix buttons height, for twitter bootstrap */
  line-height: 1em;
  /* Animation center compensation - margins should be symmetric */
  /* remove if not needed */
  margin-left: .2em;
  /* you can be more comfortable with increased icons size */
  /* font-size: 120%; */
  /* Font smoothing. That was taken from TWBS */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  /* Uncomment for 3D effect */
  /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */ }

.icon-plus:before {
  content: '\e800'; }

/* '' */
.icon-account:before {
  content: '\e801'; }

/* '' */
.icon-basket:before {
  content: '\e802'; }

/* '' */
.icon-twitter:before {
  content: '\e803'; }

/* '' */
.icon-video:before {
  content: '\e804'; }

/* '' */
.icon-facebook:before {
  content: '\e805'; }

/* '' */
.icon-search:before {
  content: '\e806'; }

/* '' */
.icon-arrow-left:before {
  content: '\e807'; }

/* '' */
.icon-audio:before {
  content: '\e808'; }

/* '' */
.icon-instagram:before {
  content: '\e809'; }

/* '' */
.icon-dot:before {
  content: '\e80a'; }

/* '' */
.icon-menu:before {
  content: '\e80b'; }

/* '' */
.icon-arrow-up:before {
  content: '\e80c'; }

/* '' */
.icon-arrow-right:before {
  content: '\e80d'; }

/* '' */
.icon-close:before {
  content: '\e80e'; }

/* '' */
.icon-arrow-down:before {
  content: '\e80f'; }

/* '' */
.icon-star:before {
  content: '\e810'; }

/* '' */
.icon-minus:before {
  content: '\e827'; }

/* '' */
.icon-icon-tick:before {
  content: '\e82a'; }

/* '' */
.icon-digitallibrary:before {
  content: '\e81e'; }

/* '' */
.icon-icon-ad:before {
  content: '\e83a'; }

/* '' */
.icon-icon-bsl:before {
  content: '\e83b'; }

/* '' */
.icon-icon-bsl-fill:before {
  content: '\e83c'; }

/* '' */
.icon-icon-ad-fill:before {
  content: '\e83d'; }

/* '' */
* {
  box-sizing: border-box; }

body {
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: relative; }
  @media (max-width: 767px) {
    body.navIsOpen {
      height: 100vh;
      overflow-y: hidden;
      position: fixed; } }

p {
  margin-bottom: 10px; }
  @media (min-width: 1024px) {
    p {
      margin-bottom: 20px; } }

p a,
p a:visited,
p a:active,
p a:hover,
p a:link {
  color: #461D6C; }

b,
strong {
  font-weight: 500; }

iframe {
  max-width: 100%; }

@media (min-width: 769px) {
  .hiddenOnDesktop {
    display: none; } }

.hiddenOnMobileOnly {
  display: none; }
  @media (min-width: 768px) {
    .hiddenOnMobileOnly {
      display: block; } }

.hiddenOnMobileAndTablet {
  display: none; }
  @media (min-width: 1024px) {
    .hiddenOnMobileAndTablet {
      display: block; } }

.text-block .text-title {
  font: 700 28px/1.2 "brother-1816", sans-serif;
  margin-bottom: 10px;
  color: #2B0539;
  margin: 0 0 12px; }
  @media (min-width: 1024px) {
    .text-block .text-title {
      font-size: 34px;
      margin-bottom: 20px; } }

.text-block .content-block + .content-block {
  margin-top: 32px; }

.text-block img {
  width: 100%;
  height: auto;
  object-fit: cover; }

.article-intro {
  font-size: 24px;
  color: #2B0539;
  font-weight: 500;
  line-height: 1.5; }
  @media (min-width: 1024px) {
    .article-intro {
      font-size: 20px; } }
  .article-intro .block-title {
    margin-top: 0;
    color: #2B0539; }
  .article-intro p:last-child {
    margin-bottom: 0; }
  .article-intro + p,
  .article-intro + .the-content,
  .article-intro + .text-block {
    margin-top: 20px; }
  .article-intro ul li:before {
    top: 13px; }
  .article-intro ul + p {
    margin-top: 20px; }

.article-image {
  min-height: 200px;
  position: relative; }
  @media (max-width: 567px) {
    .article-image .article-image-inner {
      background: none !important;
      padding-top: 76px; } }
  @media (min-width: 568px) {
    .article-image .article-image-inner {
      max-width: 100%;
      background-size: cover;
      background-position: top center;
      background-repeat: no-repeat;
      background-color: transparent;
      position: relative;
      z-index: 1;
      min-height: auto;
      height: 0;
      padding-bottom: 45%; } }
  @media (min-width: 768px) {
    .article-image .article-image-inner {
      padding-bottom: 40%; } }
  @media (min-width: 1024px) {
    .article-image .article-image-inner {
      padding-bottom: 33.333%; } }
  .article-image .article-image-inner img {
    height: 100%;
    width: 100%;
    display: block; }
    @media (min-width: 568px) {
      .article-image .article-image-inner img {
        display: none; } }
  .article-image .gradient {
    position: absolute;
    left: 0;
    width: 100%;
    height: 99px;
    background: -moz-linear-gradient(0deg, rgba(255, 255, 255, 0) 0%, gray 100%);
    background: -webkit-linear-gradient(0deg, rgba(255, 255, 255, 0) 0%, gray 100%);
    background: linear-gradient(0deg, rgba(255, 255, 255, 0) 0%, gray 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fff', endColorstr='#808080',GradientType=0 );
    mix-blend-mode: multiply;
    z-index: 2; }

.article-title {
  background-color: #2B0539;
  color: white;
  position: relative;
  z-index: 1;
  padding: 19px 22px; }
  @media (min-width: 768px) {
    .article-title {
      margin: -59px 0 0;
      -moz-box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
      -webkit-box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
      box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16); } }
  @media (min-width: 1024px) {
    .article-title {
      max-width: 640px;
      padding-inline: 24px; } }
  .article-title:has(.container) {
    padding-inline: 0; }
  @media (max-width: 767px) {
    .article-title__container.container {
      padding-inline: 0; } }
  .article-title h1 {
    font: 700 32px/1.15 "brother-1816", sans-serif;
    margin-top: 10px;
    color: white;
    margin: 0; }
    @media (min-width: 1024px) {
      .article-title h1 {
        font-size: 40px;
        margin-top: 20px; } }
    @media (min-width: 1024px) {
      .article-title h1 {
        margin: 0; } }
  .article-title .subtitle {
    font-weight: 700;
    font-size: 22px;
    line-height: 26px;
    font-family: "brother-1816", sans-serif;
    color: white;
    margin: 8px 0 0; }
    .article-title .subtitle:empty {
      display: none; }
  .article-title .date {
    font-weight: 700;
    display: block;
    margin-bottom: 12px; }
  .article-title .buttons {
    margin-top: 20px;
    display: flex;
    flex-wrap: wrap;
    gap: 16px; }
    @media (max-width: 767px) {
      .article-title .buttons .button {
        min-width: 50px;
        flex: 0 0 calc( 50% - 8px); } }

.child-pages-container h2 {
  font: 700 28px/1.2 "brother-1816", sans-serif;
  margin-bottom: 10px;
  color: #2B0539;
  margin: 0 0 24px; }
  @media (min-width: 1024px) {
    .child-pages-container h2 {
      font-size: 34px;
      margin-bottom: 20px; } }
  @media (min-width: 768px) {
    .child-pages-container h2 {
      margin: 0 0 20px; } }

.child-pages-container--bg {
  padding-block: 32px;
  background: #B80E80;
  position: relative; }
  @media (min-width: 768px) {
    .child-pages-container--bg {
      padding-block: 48px; } }
  @media (min-width: 1024px) {
    .child-pages-container--bg {
      padding-block: 72px; } }
  .child-pages-container--bg:before {
    z-index: -1;
    position: absolute;
    left: -9999px;
    right: -9999px;
    content: "";
    top: 0;
    bottom: 0;
    background: #B80E80; }
  .child-pages-container--bg h2 {
    color: white; }
  .child-pages-container--bg .info-box-title {
    color: white; }

.child-pages {
  display: grid;
  gap: 20px 24px;
  grid-template-columns: 1fr; }
  @media (min-width: 568px) {
    .child-pages {
      grid-template-columns: repeat(2, 1fr); } }
  @media (min-width: 812px) {
    .child-pages {
      grid-template-columns: repeat(3, 1fr); } }
  @media (min-width: 1024px) {
    .page-template-membership .child-pages {
      grid-template-columns: repeat(4, 1fr); } }
  @media (min-width: 768px) {
    .page-template-page-section-overview .child-pages {
      grid-template-columns: repeat(2, 1fr); } }

.article-content > * {
  margin-block: 32px; }
  @media (min-width: 768px) {
    .article-content > * {
      margin-block: 48px; } }
  @media (min-width: 1024px) {
    .article-content > * {
      margin-block: 72px; } }
  .article-content > *:first-child {
    margin-top: 0; }
    @media (min-width: 768px) {
      .article-content > *:first-child.article-title__container {
        margin-bottom: 40px; } }
    .article-content > *:first-child.article-title__container + * {
      margin-top: 0; }

.article-grid {
  display: grid;
  gap: 32px 48px;
  grid-template-columns: 100%; }
  @media (min-width: 768px) {
    .article-grid {
      grid-template-columns: 60% auto; } }
  .article-grid:not(:has(:first-child)) {
    display: none; }
  .article-grid:has(.filters) {
    gap: 32px 20px; }
    @media (min-width: 768px) {
      .article-grid:has(.filters) {
        grid-template-columns: 275px auto; } }
    .article-grid:has(.filters) .article-sidebar {
      order: 0; }
  @media (min-width: 768px) {
    .article-grid:has(.page-navigation), .article-grid:has(.has-navigation), .article-grid:has(.button--back) {
      grid-template-columns: 275px calc(100% - 323px); } }
  @media (min-width: 768px) {
    .article-grid:has(.page-navigation) .article-sidebar, .article-grid:has(.has-navigation) .article-sidebar, .article-grid:has(.button--back) .article-sidebar {
      order: 0; } }
  @media (min-width: 768px) {
    .article-grid:has(.article-secondary-sidebar) {
      grid-template-columns: 275px calc(100% - 323px); } }
  @media (min-width: 1024px) {
    .article-grid:has(.article-secondary-sidebar) {
      grid-template-columns: 275px calc(100% - 646px) 275px; } }
  @media (min-width: 768px) {
    .article-grid:has(.article-secondary-sidebar) .article-sidebar {
      order: 0; } }
  @media (min-width: 768px) {
    .article-grid:has(.article-secondary-sidebar) .article-secondary-sidebar {
      grid-column: 2/3; } }
  @media (min-width: 1024px) {
    .article-grid:has(.article-secondary-sidebar) .article-secondary-sidebar {
      grid-column: 3/4; } }
  .article-grid:not(:has(.article-sidebar)) {
    grid-template-columns: 100%; }
    @media (min-width: 768px) {
      .article-grid:not(:has(.article-sidebar)) .article-body {
        max-width: 760px;
        margin: 0 auto;
        width: 100%; } }
    .article-grid:not(:has(.article-sidebar)) .article-body.full-width {
      max-width: 100%; }
  .article-grid + * {
    margin-block-start: 32px; }
    @media (min-width: 768px) {
      .article-grid + * {
        margin-block-start: 48px; } }
    @media (min-width: 1024px) {
      .article-grid + * {
        margin-block-start: 72px; } }
  @media (min-width: 768px) {
    .article-grid:has(.article-header) {
      grid-template-rows: auto 1fr; } }
  @media (min-width: 768px) {
    .article-grid:has(.article-header) .article-sidebar {
      grid-row: 1 / 3;
      grid-column: 2 / 3;
      margin-top: 48px; } }
  @media (min-width: 1024px) {
    .article-grid:has(.article-header) .article-sidebar {
      margin-top: 72px; } }
  .article-grid .article-header {
    margin-inline: -22px; }
    @media (min-width: 768px) {
      .article-grid .article-header {
        margin-inline: 0; } }
  .article-grid .article-title {
    max-width: 100%; }
  .article-grid .article-sidebar {
    margin-top: 16px; }
    @media (min-width: 768px) {
      .article-grid .article-sidebar {
        order: 1;
        margin-top: 0; } }
    @media (min-width: 1024px) {
      .article-grid .article-sidebar {
        margin-bottom: 20px; } }

body {
  max-width: 100%;
  min-height: 100vh;
  font-variant-ligatures: no-contextual;
  -moz-font-feature-settings: "calt" 0;
  -webkit-font-feature-settings: "calt" 0;
  font-feature-settings: "calt" 0; }

.accessible {
  color: white; }
  .accessible:not(:focus):not(:active) {
    position: absolute !important;
    height: 1px;
    width: 1px;
    overflow: hidden;
    clip: rect(1px 1px 1px 1px);
    clip: rect(1px, 1px, 1px, 1px);
    white-space: nowrap; }

.content-block > *:first-child {
  margin-top: 0; }

.container {
  padding-inline: 22px;
  width: 100%;
  max-width: 1164px; }
  .container .container {
    padding-inline: 0; }
  @media (min-width: 768px) {
    .container.centered {
      margin-right: auto;
      margin-left: auto;
      max-width: 608px; } }
  @media (min-width: 1024px) {
    .container.centered {
      max-width: 930px; } }
  @media (min-width: 1024px) {
    .container.centered.small {
      max-width: 54%; } }
  @media (min-width: 1280px) {
    .container.centered.small {
      max-width: 54%; } }
  .container.centered.small .article-body,
  .container.centered.small .article-intro {
    max-width: 100%;
    flex: 0 0 100%; }
    @media (min-width: 768px) {
      .container.centered.small .article-body,
      .container.centered.small .article-intro {
        max-width: 100%;
        flex: 0 0 100%; } }
    @media (min-width: 1024px) {
      .container.centered.small .article-body,
      .container.centered.small .article-intro {
        max-width: 100%;
        flex: 0 0 100%; } }
    @media (min-width: 1280px) {
      .container.centered.small .article-body,
      .container.centered.small .article-intro {
        max-width: 100%;
        flex: 0 0 100%; } }
    @media (min-width: 768px) {
      .container.centered.small .article-body .the-content,
      .container.centered.small .article-intro .the-content {
        max-width: 92%; } }
  @media (min-width: 768px) {
    .container.centered.small.faq-container {
      max-width: 93%; } }
  @media (min-width: 1024px) {
    .container.centered.small.faq-container {
      max-width: 58%; } }
  @media (min-width: 1280px) {
    .container.centered.small.faq-container {
      max-width: 58%; } }

.gallery-container,
.container.gallery-container {
  padding: 0;
  overflow: hidden;
  max-width: 100%; }

.no-js .owl-carousel.off {
  display: none; }

#content {
  overflow: hidden;
  padding-top: 77px; }
  @media (min-width: 1024px) {
    #content {
      padding-top: 125px; } }
  .home #content {
    padding-top: 0; }
    @media (min-width: 1024px) {
      .home #content {
        padding-top: 37px; } }

.row.has-sidebar {
  position: relative; }

.article-sidebar .page-navigation {
  margin-bottom: 20px; }
  .article-sidebar .page-navigation:last-child {
    margin-bottom: 0; }
  .article-sidebar .page-navigation:empty {
    display: none; }
  .article-sidebar .page-navigation .page-navigation-title {
    font: 700 16px/1.2 "brother-1816", sans-serif;
    background-color: #2B0539;
    padding: 8px 11px 10px 11px;
    color: white;
    text-decoration: none;
    display: block;
    position: relative;
    padding-right: 39px; }
    @media (min-width: 1024px) {
      .article-sidebar .page-navigation .page-navigation-title {
        margin-bottom: 10px; } }
    @media (min-width: 1024px) {
      .article-sidebar .page-navigation .page-navigation-title {
        margin-bottom: 0; } }
    .article-sidebar .page-navigation .page-navigation-title button {
      background: transparent;
      border: none;
      color: white;
      -webkit-appearance: none;
      -moz-appearance: none;
      appearance: none;
      height: 20px;
      width: 25px;
      position: absolute;
      top: 8px;
      right: 11px;
      z-index: 3; }
      .article-sidebar .page-navigation .page-navigation-title button:before {
        width: auto;
        height: auto;
        margin: 0;
        font-size: 31px;
        line-height: 22px; }
      .article-sidebar .page-navigation .page-navigation-title button.collapsed:before {
        content: ""; }
  .article-sidebar .page-navigation #page-navigation-list {
    list-style-type: none;
    visibility: hidden; }
    .article-sidebar .page-navigation #page-navigation-list.show {
      visibility: visible; }
    .article-sidebar .page-navigation #page-navigation-list .page_item {
      background-color: #2B0539; }
      .article-sidebar .page-navigation #page-navigation-list .page_item a {
        font: 700 16px/1.2 "brother-1816", sans-serif;
        color: white;
        text-decoration: none;
        padding: 8px 11px 10px 11px;
        display: block; }
        @media (min-width: 1024px) {
          .article-sidebar .page-navigation #page-navigation-list .page_item a {
            margin-bottom: 10px; } }
        @media (min-width: 1024px) {
          .article-sidebar .page-navigation #page-navigation-list .page_item a {
            margin-bottom: 0; } }
        .article-sidebar .page-navigation #page-navigation-list .page_item a:hover {
          background-color: #832676; }
        .article-sidebar .page-navigation #page-navigation-list .page_item a:visited {
          color: white; }
      .article-sidebar .page-navigation #page-navigation-list .page_item ul {
        display: none !important; }
      .article-sidebar .page-navigation #page-navigation-list .page_item.current_page_item {
        background-color: #832676; }

.article-sidebar .sideblock {
  margin-top: 28px;
  padding: 17px 25px 23px 19px;
  color: white; }
  .article-sidebar .sideblock h4 {
    font: 700 18px/1.2 "brother-1816", sans-serif;
    color: white;
    margin: 0 0 12px; }
    @media (min-width: 1024px) {
      .article-sidebar .sideblock h4 {
        font-size: 20px; } }
  .article-sidebar .sideblock .button {
    margin-top: 16px;
    border: 2px solid #2B0539;
    padding: 9px 10px;
    font-weight: 700;
    color: #2B0539;
    cursor: pointer;
    background: white;
    text-decoration: none;
    min-width: 136px;
    text-align: center;
    border-color: white; }
    .article-sidebar .sideblock .button:visited, .article-sidebar .sideblock .button:active, .article-sidebar .sideblock .button:link {
      color: #2B0539; }
    .article-sidebar .sideblock .button:hover, .article-sidebar .sideblock .button:focus {
      background-color: #2B0539;
      border-color: #2B0539;
      color: white;
      border-radius: 0;
      outline: none; }
    .article-sidebar .sideblock .button:hover, .article-sidebar .sideblock .button:focus {
      background-color: #C5BED9;
      border-color: #C5BED9;
      color: #2B0539; }

.article-body {
  max-width: 100%; }
  .article-body > * + * {
    margin-top: 24px; }
  .article-body > .content-block {
    padding-block: 0;
    max-width: 100%; }

.full-width-title {
  background: #2B0539; }

.single-job .full-width-title {
  background: #2B0539; }
  .single-job .full-width-title .article-title {
    margin-top: 0;
    padding-left: 0; }

@media (max-width: 768px) {
  .single-post #content,
  .page-template-page-people #content,
  .page-template-page-our-story #content,
  .page-template-membership #content,
  .page-template-your-visit #content,
  .page-template-page-news-list #content,
  .page-template-page-section-overview #content,
  .single-project #content,
  .page-template-ticket-discounts #content,
  .page-template-season #content {
    padding-top: 0; } }

@media (min-width: 1024px) {
  .page-template-whatson #content {
    padding-top: 129px; } }

.page-template-your-visit .article-body .article-intro {
  margin-bottom: 40px; }
  @media (max-width: 768px) {
    .page-template-your-visit .article-body .article-intro {
      margin-bottom: 60px; } }

.page-template-page-general .article-image-container,
.single-project .article-image-container,
.page-template-page-campaign .article-image-container,
.page-template-page-get-involved .article-image-container,
.page-template-membership .article-image-container,
.page-template-season .article-image-container {
  display: flex;
  min-height: 389px;
  height: 100%;
  width: 100%; }
  .page-template-page-general .article-image-container .video-link,
  .single-project .article-image-container .video-link,
  .page-template-page-campaign .article-image-container .video-link,
  .page-template-page-get-involved .article-image-container .video-link,
  .page-template-membership .article-image-container .video-link,
  .page-template-season .article-image-container .video-link {
    width: 100%; }
    .page-template-page-general .article-image-container .video-link .icon,
    .single-project .article-image-container .video-link .icon,
    .page-template-page-campaign .article-image-container .video-link .icon,
    .page-template-page-get-involved .article-image-container .video-link .icon,
    .page-template-membership .article-image-container .video-link .icon,
    .page-template-season .article-image-container .video-link .icon {
      position: absolute;
      top: 50%;
      margin-top: -38.5px;
      left: 50%;
      margin-left: -38.5px; }
      .page-template-page-general .article-image-container .video-link .icon::before,
      .single-project .article-image-container .video-link .icon::before,
      .page-template-page-campaign .article-image-container .video-link .icon::before,
      .page-template-page-get-involved .article-image-container .video-link .icon::before,
      .page-template-membership .article-image-container .video-link .icon::before,
      .page-template-season .article-image-container .video-link .icon::before {
        font-size: 80px;
        margin: 0;
        color: white; }
  .page-template-page-general .article-image-container .audio-file,
  .single-project .article-image-container .audio-file,
  .page-template-page-campaign .article-image-container .audio-file,
  .page-template-page-get-involved .article-image-container .audio-file,
  .page-template-membership .article-image-container .audio-file,
  .page-template-season .article-image-container .audio-file {
    height: auto;
    width: 100%;
    visibility: hidden;
    position: absolute; }

.grecaptcha-badge {
  visibility: hidden; }

.owl-carousel .owl-stage-outer,
.gallery-carousel .owl-stage-outer,
.related-articles-carousel .owl-stage-outer {
  position: relative;
  overflow: hidden; }

.owl-carousel .owl-stage,
.gallery-carousel .owl-stage,
.related-articles-carousel .owl-stage {
  position: relative;
  display: flex; }

.owl-carousel .owl-item,
.gallery-carousel .owl-item,
.related-articles-carousel .owl-item {
  position: relative;
  min-height: 1px;
  float: left;
  -webkit-backface-visibility: hidden;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }
  .owl-carousel .owl-item img.hiddenOnMobileOnly,
  .gallery-carousel .owl-item img.hiddenOnMobileOnly,
  .related-articles-carousel .owl-item img.hiddenOnMobileOnly {
    display: none; }
    @media (min-width: 768px) {
      .owl-carousel .owl-item img.hiddenOnMobileOnly,
      .gallery-carousel .owl-item img.hiddenOnMobileOnly,
      .related-articles-carousel .owl-item img.hiddenOnMobileOnly {
        display: block; } }
  .owl-carousel .owl-item > *,
  .gallery-carousel .owl-item > *,
  .related-articles-carousel .owl-item > * {
    height: 100%; }

.owl-carousel .event-block,
.gallery-carousel .event-block,
.related-articles-carousel .event-block {
  display: flex;
  flex-direction: column;
  height: 100%; }
  .owl-carousel .event-block .page-block-data,
  .gallery-carousel .event-block .page-block-data,
  .related-articles-carousel .event-block .page-block-data {
    flex: 1 0 auto; }

.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-nav .owl-prev,
.gallery-carousel .owl-nav .owl-next,
.gallery-carousel .owl-nav .owl-prev,
.related-articles-carousel .owl-nav .owl-next,
.related-articles-carousel .owl-nav .owl-prev {
  background: transparent;
  border: none;
  border-radius: 0;
  display: flex;
  height: 50px;
  justify-content: center;
  align-items: center;
  overflow: hidden; }
  .owl-carousel .owl-nav .owl-next .icon:before,
  .owl-carousel .owl-nav .owl-prev .icon:before,
  .gallery-carousel .owl-nav .owl-next .icon:before,
  .gallery-carousel .owl-nav .owl-prev .icon:before,
  .related-articles-carousel .owl-nav .owl-next .icon:before,
  .related-articles-carousel .owl-nav .owl-prev .icon:before {
    margin: 0; }

.owl-carousel .owl-nav.disabled,
.owl-carousel .owl-dots.disabled,
.gallery-carousel .owl-nav.disabled,
.gallery-carousel .owl-dots.disabled,
.related-articles-carousel .owl-nav.disabled,
.related-articles-carousel .owl-dots.disabled {
  display: none; }

.related-articles-carousel .owl-stage-outer {
  overflow: visible; }
  @media (min-width: 768px) {
    .related-articles-carousel .owl-stage-outer {
      overflow: hidden;
      padding: 0 6px 6px;
      margin: 0 -6px -6px; } }

.gallery-carousel .owl-dots,
.related-articles-carousel .owl-dots {
  text-align: left;
  display: flex;
  gap: 4px;
  flex-direction: row;
  margin-left: 15px;
  margin-top: 12px; }
  @media (min-width: 1024px) {
    .gallery-carousel .owl-dots,
    .related-articles-carousel .owl-dots {
      margin-left: 0; } }
  .gallery-carousel .owl-dots .owl-dot,
  .related-articles-carousel .owl-dots .owl-dot {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: none;
    background: transparent;
    width: 20px;
    height: 20px;
    display: inline-flex;
    justify-content: center;
    align-items: center; }
    .gallery-carousel .owl-dots .owl-dot span,
    .related-articles-carousel .owl-dots .owl-dot span {
      width: 12px;
      height: 12px;
      background: #CDCDCD;
      transition: all 0.3s ease; }
    .gallery-carousel .owl-dots .owl-dot.active span,
    .related-articles-carousel .owl-dots .owl-dot.active span {
      background: #2B0539; }

.block-title {
  font: 700 32px/1.15 "brother-1816", sans-serif;
  margin-top: 10px;
  color: #2B0539;
  margin-bottom: 14px; }
  @media (min-width: 1024px) {
    .block-title {
      font-size: 40px;
      margin-top: 20px; } }
  @media (min-width: 1024px) {
    .block-title {
      font: 700 28px/1.2 "brother-1816", sans-serif;
      margin-bottom: 10px;
      color: #2B0539;
      margin-bottom: 20px; } }
  @media (min-width: 1024px) and (min-width: 1024px) {
    .block-title {
      font-size: 34px;
      margin-bottom: 20px; } }

.gallery {
  width: 100%; }
  .gallery .gallery-title h2 {
    font: 700 28px/1.2 "brother-1816", sans-serif;
    margin-bottom: 10px;
    color: #2B0539;
    margin-bottom: 20px; }
    @media (min-width: 1024px) {
      .gallery .gallery-title h2 {
        font-size: 34px;
        margin-bottom: 20px; } }
  .gallery .image-wrapper {
    position: relative;
    margin-bottom: 8px;
    height: 211px;
    background-color: #F4F2F5; }
    @media (min-width: 768px) {
      .gallery .image-wrapper {
        display: flex;
        align-items: center;
        height: 342px;
        position: relative; } }
    @media (min-width: 1024px) {
      .gallery .image-wrapper {
        height: 417px; } }
    .gallery .image-wrapper .image-container {
      color: white;
      width: 100%;
      position: relative;
      height: 211px; }
      @media (min-width: 768px) {
        .gallery .image-wrapper .image-container {
          height: 342px; } }
      @media (min-width: 1024px) {
        .gallery .image-wrapper .image-container {
          height: 417px; } }
      .gallery .image-wrapper .image-container.video {
        background: #2B0539;
        height: 100%; }
        @media (min-width: 768px) {
          .gallery .image-wrapper .image-container.video {
            height: 100%;
            width: 100%;
            display: flex;
            align-items: flex-end; } }
      .gallery .image-wrapper .image-container .image-placeholder {
        min-height: 188px;
        display: flex;
        align-content: center;
        max-height: 211px; }
        @media (min-width: 768px) {
          .gallery .image-wrapper .image-container .image-placeholder {
            max-height: 342px; } }
        @media (min-width: 1024px) {
          .gallery .image-wrapper .image-container .image-placeholder {
            max-height: 417px; } }
      .gallery .image-wrapper .image-container .video-link {
        color: white;
        width: 100%;
        display: block; }
      .gallery .image-wrapper .image-container img {
        width: auto;
        max-width: 100%;
        align-self: flex-end;
        margin: 0 auto;
        object-fit: contain;
        max-height: 211px; }
        @media (min-width: 768px) {
          .gallery .image-wrapper .image-container img {
            max-height: 342px; } }
        @media (min-width: 1024px) {
          .gallery .image-wrapper .image-container img {
            max-height: 417px; } }
        .gallery .image-wrapper .image-container img.small-size {
          display: none; }
      .gallery .image-wrapper .image-container .figcaption {
        padding: 8px;
        z-index: 2;
        background: #2B0539;
        width: 100%;
        position: absolute;
        bottom: 0;
        font-size: 14px; }
      .gallery .image-wrapper .image-container .icon {
        position: absolute;
        top: 50%;
        margin-top: -38.5px;
        left: 50%;
        margin-left: -38.5px; }
        .gallery .image-wrapper .image-container .icon::before {
          font-size: 80px;
          margin: 0; }
      .gallery .image-wrapper .image-container .audio-file {
        height: auto;
        width: 100%;
        visibility: hidden;
        position: absolute; }
  .gallery .thumbs .owl-item {
    height: 103px; }
    @media (min-width: 1024px) {
      .gallery .thumbs .owl-item {
        height: 107px; } }
  .gallery .thumbs .item {
    background: #C9C9C9;
    line-height: 103px;
    padding: 0px;
    color: #FFF;
    text-align: center;
    cursor: pointer;
    background: #2B0539;
    height: 103px; }
    @media (min-width: 1024px) {
      .gallery .thumbs .item {
        height: 107px;
        line-height: 107px; } }
    .gallery .thumbs .item .video-link {
      width: 100%; }
    .gallery .thumbs .item .image-placeholder {
      background-color: #2B0539;
      display: flex;
      align-content: center;
      width: 100%; }
    .gallery .thumbs .item .figure {
      position: relative;
      height: 100%;
      display: flex;
      align-content: center; }
    .gallery .thumbs .item .figcaption {
      display: none; }
    .gallery .thumbs .item .overlay {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background: rgba(0, 0, 0, 0.5);
      z-index: 1; }
    .gallery .thumbs .item img {
      width: 100%;
      height: auto;
      align-self: center; }
      .gallery .thumbs .item img.big-size {
        display: none; }
    .gallery .thumbs .item.video .figure button {
      -webkit-appearance: none;
      -moz-appearance: none;
      appearance: none; }
    .gallery .thumbs .item.video .figure .icon {
      position: absolute;
      top: 0;
      right: 50%;
      z-index: 2;
      color: white;
      font-size: 70px;
      margin-right: -35px; }
      @media (min-width: 1440px) {
        .gallery .thumbs .item.video .figure .icon {
          font-size: 82px;
          margin-right: -41px; } }
      .gallery .thumbs .item.video .figure .icon::before {
        margin: 0; }
    .gallery .thumbs .item.video .figure .audio-file {
      visibility: hidden; }
  .gallery .thumbs .owl-item.active .item.active-now .overlay {
    background: rbga(0, 0, 0, 0.25); }
  .gallery .thumbs .owl-nav {
    display: none;
    position: relative; }
    @media (min-width: 768px) {
      .gallery .thumbs .owl-nav {
        display: block; } }
    .gallery .thumbs .owl-nav .owl-next,
    .gallery .thumbs .owl-nav .owl-prev {
      position: absolute;
      top: -87px;
      left: 0; }
      .gallery .thumbs .owl-nav .owl-next .icon::before,
      .gallery .thumbs .owl-nav .owl-prev .icon::before {
        font-size: 50px; }
    .gallery .thumbs .owl-nav .owl-prev .icon::before {
      left: -10px;
      position: relative; }
    .gallery .thumbs .owl-nav .owl-next {
      left: auto;
      right: -10px; }
  .gallery .owl-theme .owl-nav [class*='owl-'] {
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease; }
    .gallery .owl-theme .owl-nav [class*='owl-'].disabled:hover {
      background-color: #D6D6D6; }

.modal .modal-dialog {
  padding-bottom: 50%;
  display: flex;
  align-items: stretch; }
  @media (min-width: 768px) {
    .modal .modal-dialog {
      max-width: 720px; } }
  @media (min-width: 1024px) {
    .modal .modal-dialog {
      max-width: 862px; } }
  @media (min-width: 1280px) {
    .modal .modal-dialog {
      max-width: 964px; } }
  .modal .modal-dialog .video-source,
  .modal .modal-dialog #video {
    height: 100%; }

.modal .modal-content {
  border-radius: 0; }
  .modal .modal-content .modal-header {
    border-bottom: none; }
    .modal .modal-content .modal-header button {
      border: none;
      background: transparent;
      position: absolute;
      top: 0;
      right: 0;
      font-size: 30px; }
      .modal .modal-content .modal-header button .icon::before {
        margin: 0; }

.modal.modal-video .modal-dialog {
  padding-bottom: 56%;
  min-height: auto;
  position: relative;
  height: 0;
  top: 50%;
  margin-top: -27%; }
  @media (min-width: 1366px) {
    .modal.modal-video .modal-dialog {
      padding-bottom: 45%;
      margin-top: -22%; } }
  @media (min-width: 1920px) {
    .modal.modal-video .modal-dialog {
      padding-bottom: 56%;
      margin-top: -27%; } }
  .modal.modal-video .modal-dialog .modal-content {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: none; }
    .modal.modal-video .modal-dialog .modal-content .modal-header {
      padding: 0;
      border: none;
      position: absolute;
      top: -40px;
      left: 0;
      width: 100%;
      z-index: 2; }
      .modal.modal-video .modal-dialog .modal-content .modal-header button {
        right: -10px; }
        .modal.modal-video .modal-dialog .modal-content .modal-header button .icon::before {
          color: white; }
    .modal.modal-video .modal-dialog .modal-content .modal-body {
      padding: 0;
      height: 100%; }

.modal.modal-video.audio .modal-dialog {
  padding-bottom: 24%; }
  @media (min-width: 1024px) {
    .modal.modal-video.audio .modal-dialog {
      padding-bottom: 18%;
      margin-top: -9%; } }
  .modal.modal-video.audio .modal-dialog .modal-header {
    top: -40px; }
    .modal.modal-video.audio .modal-dialog .modal-header button {
      right: -10px; }

.modal.modal-video #video iframe {
  width: 100%;
  height: 100%; }

#generic-modal .modal-dialog {
  padding-bottom: 0;
  align-items: center; }

#generic-modal .modal-header {
  padding-top: 3px; }

#generic-modal .modal-content {
  background-clip: initial; }

#generic-modal .modal-body {
  padding: 0 32px 29px 19px; }

#generic-modal button.close {
  z-index: 1; }
  #generic-modal button.close .icon-close::before {
    font-size: 40px;
    color: #2B0539; }

.reviews-block-title {
  font: 700 28px/1.2 "brother-1816", sans-serif;
  margin-bottom: 10px;
  color: #2B0539;
  margin: 0 0 20px; }
  @media (min-width: 1024px) {
    .reviews-block-title {
      font-size: 34px;
      margin-bottom: 20px; } }

.reviews-container {
  padding: 32px 16px;
  display: grid;
  gap: 24px;
  grid-template-columns: 1fr;
  color: white;
  align-items: center; }
  @media (min-width: 568px) {
    .reviews-container {
      grid-template-columns: repeat(2, 1fr); } }
  @media (min-width: 1024px) {
    .reviews-container {
      gap: 32px;
      padding: 24px 20px; } }
  .reviews-container .review:nth-last-child(1):nth-child(odd) {
    grid-column: 1/3; }
    .reviews-container .review:nth-last-child(1):nth-child(odd) q {
      margin-inline: auto;
      max-width: 500px; }

.review {
  color: white;
  text-align: center; }
  .review q {
    font: 700 24px/1.2 "brother-1816", sans-serif;
    margin: 0 0 16px;
    display: block; }
    @media (min-width: 1024px) {
      .review q {
        font-size: 28px; } }
  .review cite {
    font-style: normal;
    margin-top: 12px;
    display: block; }
  .review .stars {
    display: flex;
    gap: 16px;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: center; }
    .review .stars .icon:before {
      font-size: 23px;
      margin: 0; }

.people-block-title {
  font: 700 28px/1.2 "brother-1816", sans-serif;
  margin-bottom: 10px;
  color: #2B0539;
  margin: 0 0 20px; }
  @media (min-width: 1024px) {
    .people-block-title {
      font-size: 34px;
      margin-bottom: 20px; } }
  .content-block .people-block-title:not(:first-child) {
    margin-top: 32px; }

.people-block-wrapper .show-more {
  margin-top: 32px; }

.people-block {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(150px, 1fr));
  gap: 16px 20px; }
  @media (min-width: 740px) {
    .people-block {
      gap: 20px; } }
  .people-block:not(:has(.person-img)) {
    grid-template-columns: repeat(auto-fill, minmax(170px, 1fr)); }
  @media (max-width: 739px) {
    .people-block:has(.hidden) .person:nth-of-type(1n+7) {
      display: none; } }
  .people-block .person {
    position: relative; }
    .people-block .person.has-link {
      cursor: pointer; }
    .people-block .person.hidden {
      display: none; }
    .people-block .person .person-img {
      aspect-ratio: 1 / 1;
      overflow: hidden;
      background: #C0B6C9; }
      .people-block .person .person-img img {
        object-fit: cover;
        width: 100%;
        height: 100%; }
    .people-block .person .person-info {
      position: relative;
      margin-top: 12px; }
      .people-block .person .person-info:has(.person-link) .person-data {
        padding-right: 26px; }
    .people-block .person .person-data {
      display: flex;
      flex-direction: column;
      color: #2B0539; }
      .people-block .person .person-data button {
        color: currentColor;
        text-align: left;
        cursor: pointer;
        display: block;
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
        border: none;
        background: transparent; }
      .people-block .person .person-data .person-bio {
        display: none; }
    .people-block .person .person-name {
      font: 700 18px/1.2 "brother-1816", sans-serif; }
      @media (min-width: 1024px) {
        .people-block .person .person-name {
          font-size: 20px; } }
    .people-block .person .person-bio {
      font-size: 14px; }
      .people-block .person .person-bio p {
        margin: 0; }
    .people-block .person .overlay {
      background: rgba(0, 0, 0, 0.6);
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 99%; }
    .people-block .person .person-link {
      border: none;
      background: transparent;
      position: absolute;
      top: -9px;
      right: -14px;
      z-index: 1; }
      .people-block .person .person-link .icon::before {
        margin: 0;
        font-size: 38px;
        color: #B80E80; }

@media (min-width: 768px) {
  #generic-modal .person {
    display: flex; } }

#generic-modal .person button {
  display: block;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  background: transparent; }

#generic-modal .person img {
  width: 233px;
  height: 233px;
  margin-bottom: 20px; }
  @media (min-width: 768px) {
    #generic-modal .person img {
      margin-right: 34px; } }

@media (min-width: 1024px) {
  #generic-modal .person .person-data {
    width: calc(50% - 20px); } }

#generic-modal .person .person-role {
  font-size: 16px;
  line-height: 20px;
  margin-bottom: 3px;
  font-weight: 500;
  display: block;
  color: #2B0539; }

#generic-modal .person .person-name {
  font-size: 26px;
  line-height: 32px;
  font-weight: 500;
  display: block;
  font-family: "brother-1816", sans-serif;
  color: #2B0539;
  margin-bottom: 12px; }
  @media (min-width: 768px) {
    #generic-modal .person .person-name {
      margin-bottom: 8px; } }
  @media (min-width: 1024px) {
    #generic-modal .person .person-name {
      font-size: 26px;
      line-height: 30px; } }

#generic-modal .person .person-bio {
  color: #707070; }

#generic-modal .person .person-link {
  display: none; }

.downloads h2 {
  font: 700 28px/1.2 "brother-1816", sans-serif;
  margin-bottom: 10px;
  color: #2B0539;
  margin-bottom: 20px; }
  @media (min-width: 1024px) {
    .downloads h2 {
      font-size: 34px;
      margin-bottom: 20px; } }

.downloads-files {
  display: grid;
  list-style-type: none;
  gap: 20px;
  grid-template-columns: 1fr; }
  @media (min-width: 568px) {
    .downloads-files {
      grid-template-columns: repeat(2, 1fr); } }

.download-file {
  width: 100%;
  background: #461D6C;
  padding: 20px 35px 20px 20px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  position: relative;
  color: white;
  text-decoration: none;
  min-height: 100%;
  transition: all 0.3s ease; }
  .download-file:hover, .download-file:focus {
    color: #2B0539;
    background: #F4F2F5; }
  .download-file-details {
    font: 700 16px/1.2 "brother-1816", sans-serif;
    margin: 0;
    text-transform: uppercase; }
    @media (min-width: 1024px) {
      .download-file-details {
        margin-bottom: 10px; } }
    @media (min-width: 1024px) {
      .download-file-details {
        margin: 0; } }
  .download-file-name {
    font: 700 20px/1.25 "brother-1816", sans-serif;
    margin: 0; }
    @media (min-width: 1024px) {
      .download-file-name {
        font-size: 24px; } }
    @media (min-width: 1024px) {
      .download-file-name {
        font-size: 20px; } }
  .download-file-link {
    position: absolute;
    bottom: 13px;
    right: 4px; }
    .download-file-link .icon::before {
      margin: 0;
      font-size: 38px;
      color: currentColor; }

.supporters-title {
  font: 700 28px/1.2 "brother-1816", sans-serif;
  margin-bottom: 10px;
  color: #2B0539;
  margin: 0 0 20px; }
  @media (min-width: 1024px) {
    .supporters-title {
      font-size: 34px;
      margin-bottom: 20px; } }

.supporters {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(170px, 1fr));
  gap: 16px 20px; }
  @media (min-width: 740px) {
    .supporters {
      gap: 20px; } }

.logo-block {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 12px; }
  .logo-block-name {
    text-decoration: none;
    color: black; }
    .logo-block-name-with-text {
      align-self: flex-start;
      text-decoration: none;
      color: black; }
    .logo-block-name-text {
      color: #2B0539; }
  .logo-block-image {
    width: 100%;
    justify-content: center;
    align-items: center;
    display: flex;
    text-align: center;
    aspect-ratio: 5 / 3.1; }
    .logo-block-image .logo-image {
      max-height: 100%;
      height: auto;
      width: auto;
      max-width: 100%; }

.promo-blocks-container:not(:has(:first-child)) {
  display: none; }

.promo-block-wrapper {
  max-width: 100%; }
  .promo-block-wrapper.two-blocks {
    display: grid;
    gap: 20px 24px;
    grid-template-columns: 1fr; }
    @media (min-width: 568px) {
      .promo-block-wrapper.two-blocks {
        grid-template-columns: repeat(2, 1fr); } }
    .promo-block-wrapper.two-blocks .promo-block {
      display: block; }
      .promo-block-wrapper.two-blocks .promo-block-image-wrapper {
        aspect-ratio: 4 / 3;
        overflow: hidden; }
        .promo-block-wrapper.two-blocks .promo-block-image-wrapper img {
          width: 100%;
          height: 100%;
          object-fit: cover;
          display: block; }
          @media (max-width: 767px) {
            .promo-block-wrapper.two-blocks .promo-block-image-wrapper img:first-child {
              display: block; } }
      .promo-block-wrapper.two-blocks .promo-block .promo-block-copy {
        margin: 0;
        padding: 16px 20px;
        max-width: 100%; }
        .promo-block-wrapper.two-blocks .promo-block .promo-block-copy .promo-text {
          display: none; }
  @media (min-width: 768px) {
    .promo-block-wrapper.resized.two-blocks {
      margin-left: -10px;
      margin-right: -20px; } }
  .promo-block-wrapper.resized.two-blocks .button {
    margin-top: 20px; }
  @media (min-width: 568px) {
    .promo-block-wrapper .promo-block {
      display: flex; } }
  .promo-block-wrapper .promo-block-image-wrapper {
    overflow: hidden;
    line-height: 0; }
    @media (min-width: 568px) {
      .promo-block-wrapper .promo-block-image-wrapper {
        flex: 0 0 64%; } }
    @media (min-width: 768px) {
      .promo-block-wrapper .promo-block-image-wrapper {
        flex: 0 0 74%; } }
    .promo-block-wrapper .promo-block-image-wrapper img {
      width: 100%;
      height: 100%;
      object-fit: cover; }
      @media (max-width: 768px) {
        .promo-block-wrapper .promo-block-image-wrapper img:first-child {
          display: none; } }
  .promo-block-wrapper--fundraising {
    margin-bottom: 40px; }
    .promo-block-wrapper--fundraising .promo-block-image-wrapper img {
      display: block !important; }
    @media (min-width: 1024px) {
      .promo-block-wrapper--fundraising .promo-block-image-wrapper {
        flex: 0 1 50%; } }
    .promo-block-wrapper--fundraising .promo-block-copy {
      margin-top: -80px !important;
      padding-bottom: 24px !important;
      background: #461D6C; }
      @media (min-width: 1024px) {
        .promo-block-wrapper--fundraising .promo-block-copy {
          flex: 1 0 50%;
          margin-top: 36px !important; } }
      .promo-block-wrapper--fundraising .promo-block-copy .button {
        border: 1px solid white;
        background: transparent;
        color: white; }
      .promo-block-wrapper--fundraising .promo-block-copy .promo-text {
        margin-bottom: 20px !important; }
    .promo-block-wrapper--fundraising #fundraising-form {
      display: none; }
      .promo-block-wrapper--fundraising #fundraising-form h2 {
        font: 700 24px/1.2 "brother-1816", sans-serif;
        margin-bottom: 10px !important;
        color: white; }
        @media (min-width: 1024px) {
          .promo-block-wrapper--fundraising #fundraising-form h2 {
            font-size: 28px; } }
      .promo-block-wrapper--fundraising #fundraising-form label {
        padding: 0;
        margin-bottom: 5px;
        color: white; }
      .promo-block-wrapper--fundraising #fundraising-form input[type="text"],
      .promo-block-wrapper--fundraising #fundraising-form input[type="email"] {
        border: none; }
      .promo-block-wrapper--fundraising #fundraising-form .gform_description {
        padding-bottom: 8px; }
      .promo-block-wrapper--fundraising #fundraising-form .gform_description,
      .promo-block-wrapper--fundraising #fundraising-form .gform_confirmation_message {
        display: block;
        font-weight: 500; }
  @media (min-width: 568px) {
    .promo-block-wrapper .image-right {
      flex-direction: row-reverse; } }
  @media (min-width: 568px) {
    .promo-block-wrapper .image-right .promo-block-copy {
      margin-left: 0;
      margin-right: -16%; } }
  @media (min-width: 1024px) {
    .promo-block-wrapper .image-right .promo-block-copy {
      margin-right: -42px; } }
  @media (min-width: 1024px) {
    .article-body .promo-block-wrapper .image-right .promo-block-copy {
      margin-right: -25%; } }
  .promo-block-wrapper h3 {
    font: 700 24px/1.2 "brother-1816", sans-serif;
    margin-bottom: 10px;
    color: white; }
    @media (min-width: 1024px) {
      .promo-block-wrapper h3 {
        font-size: 28px; } }
  .promo-block-wrapper .promo-intro-text {
    margin-bottom: 12px; }
  .promo-block-wrapper .promo-text {
    margin-bottom: 20px; }
  .promo-block-wrapper .button {
    border-color: white; }
    .promo-block-wrapper .button:hover, .promo-block-wrapper .button:focus {
      background-color: #C5BED9;
      border-color: #C5BED9;
      color: #2B0539; }
    .promo-block-wrapper .button.tertiary {
      border: 2px solid #2B0539;
      padding: 9px 10px;
      font-weight: 700;
      color: #2B0539;
      cursor: pointer;
      background: white;
      text-decoration: none;
      min-width: 136px;
      text-align: center;
      background-color: #FFDA00;
      border-color: #FFDA00; }
      .promo-block-wrapper .button.tertiary:visited, .promo-block-wrapper .button.tertiary:active, .promo-block-wrapper .button.tertiary:link {
        color: #2B0539; }
      .promo-block-wrapper .button.tertiary:hover, .promo-block-wrapper .button.tertiary:focus {
        background-color: #2B0539;
        border-color: #2B0539;
        color: white;
        border-radius: 0;
        outline: none; }
      .promo-block-wrapper .button.tertiary:hover, .promo-block-wrapper .button.tertiary:focus {
        background-color: #B80E80;
        border-color: #B80E80;
        color: white;
        border-radius: 0;
        outline: none; }
      .promo-block-wrapper .button.tertiary:hover, .promo-block-wrapper .button.tertiary:focus {
        color: white;
        border-color: #B80E80;
        backgroud-color: #B80E80; }

.promo-block-copy {
  background: #2B0539;
  padding: 20px 22px;
  color: white;
  max-width: 100%;
  position: relative;
  flex: 0 0 52%;
  -moz-box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
  -webkit-box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16); }
  @media (min-width: 568px) {
    .promo-block-copy {
      flex: 1 0 42%;
      padding: 32px 20px;
      align-self: flex-start;
      max-width: 472px;
      margin: 42px 0 42px -16%; } }
  @media (min-width: 768px) {
    .promo-block-copy {
      max-width: 720px; } }
  @media (min-width: 1024px) {
    .promo-block-copy {
      flex: auto;
      margin-left: -42px; } }
  @media (min-width: 1024px) {
    .article-body .promo-block-copy {
      margin-left: -25%; } }

.page-template-page-section-overview .promo-block-wrapper:not(.donate) .promo-block-copy {
  background: #00567B; }

@media (min-width: 768px) {
  .image-text-card.page-block .page-block-image img.hiddenOnDesktop, .image-text-card.event-block .page-block-image img.hiddenOnDesktop {
    display: none; } }

.image-text-card.page-block.disabled img, .image-text-card.event-block.disabled img {
  opacity: 0.5; }

.image-text-card.page-block .image-text-card-title {
  font: 700 20px/1.25 "brother-1816", sans-serif; }
  @media (min-width: 1024px) {
    .image-text-card.page-block .image-text-card-title {
      font-size: 24px; } }

.image-text-card .image-text-card-type {
  letter-spacing: 1px;
  font: 700 14px/1 "brother-1816", sans-serif;
  color: #B80E80;
  text-transform: uppercase;
  margin-bottom: 4px; }

.image-text-card .image-text-card-title {
  font: 700 24px/1.2 "brother-1816", sans-serif;
  color: #2B0539;
  margin-bottom: 4px; }
  @media (min-width: 1024px) {
    .image-text-card .image-text-card-title {
      font-size: 28px; } }
  .image-text-card .image-text-card-title a {
    text-decoration: none;
    color: #2B0539; }

.image-text-card .image-text-card-date {
  color: #2B0539;
  margin-bottom: 8px;
  display: block;
  font-weight: 700; }
  .image-text-card .image-text-card-date.below {
    font-weight: 400; }

.image-text-card .image-text-card-intro {
  color: #2B0539;
  margin-bottom: 16px; }
  .image-text-card .image-text-card-intro a {
    text-decoration: none;
    color: #2B0539; }

.related-block.events.hidden,
.child-pages.hidden,
.event-block.hidden,
.page-block.hidden {
  display: none; }

.related-block.events .page-block-image,
.child-pages .page-block-image,
.event-block .page-block-image,
.page-block .page-block-image {
  aspect-ratio: 4/3;
  overflow: hidden; }
  .related-block.events .page-block-image img,
  .child-pages .page-block-image img,
  .event-block .page-block-image img,
  .page-block .page-block-image img {
    width: 100%;
    height: 100%;
    object-fit: cover; }

.related-block.events .page-block-data,
.child-pages .page-block-data,
.event-block .page-block-data,
.page-block .page-block-data {
  background-color: white;
  -moz-box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
  -webkit-box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
  margin: 0;
  padding: 16px 20px;
  position: relative;
  display: flex;
  flex-direction: column; }
  .related-block.events .page-block-data .image-text-card-date,
  .child-pages .page-block-data .image-text-card-date,
  .event-block .page-block-data .image-text-card-date,
  .page-block .page-block-data .image-text-card-date {
    margin-bottom: 6px; }
  .related-block.events .page-block-data .image-text-card-buttons,
  .child-pages .page-block-data .image-text-card-buttons,
  .event-block .page-block-data .image-text-card-buttons,
  .page-block .page-block-data .image-text-card-buttons {
    display: flex;
    margin-top: auto;
    padding-top: 24px;
    gap: 8px; }
    .related-block.events .page-block-data .image-text-card-buttons .button,
    .child-pages .page-block-data .image-text-card-buttons .button,
    .event-block .page-block-data .image-text-card-buttons .button,
    .page-block .page-block-data .image-text-card-buttons .button {
      min-width: 10px;
      flex: 0 0 calc(50% - 4px); }
  .related-block.events .page-block-data:has(.image-text-card-buttons) *:nth-last-child(2),
  .child-pages .page-block-data:has(.image-text-card-buttons) *:nth-last-child(2),
  .event-block .page-block-data:has(.image-text-card-buttons) *:nth-last-child(2),
  .page-block .page-block-data:has(.image-text-card-buttons) *:nth-last-child(2) {
    margin-bottom: 0; }

.page-block .image-text-card-intro {
  margin-bottom: 0; }

.event-block.members .page-block-data {
  background: #00567B;
  color: white; }
  .event-block.members .page-block-data .image-text-card-type,
  .event-block.members .page-block-data .image-text-card-title a,
  .event-block.members .page-block-data .image-text-card-date,
  .event-block.members .page-block-data .access-item,
  .event-block.members .page-block-data .badge,
  .event-block.members .page-block-data .image-text-card-intro a {
    color: white; }
    .event-block.members .page-block-data .image-text-card-type:visited,
    .event-block.members .page-block-data .image-text-card-title a:visited,
    .event-block.members .page-block-data .image-text-card-date:visited,
    .event-block.members .page-block-data .access-item:visited,
    .event-block.members .page-block-data .badge:visited,
    .event-block.members .page-block-data .image-text-card-intro a:visited {
      color: white; }
  .event-block.members .page-block-data .badge {
    border-color: white; }

.related-block h2 {
  font: 700 28px/1.2 "brother-1816", sans-serif;
  margin-bottom: 10px;
  color: #2B0539;
  margin-bottom: 14px; }
  @media (min-width: 1024px) {
    .related-block h2 {
      font-size: 34px;
      margin-bottom: 20px; } }
  @media (min-width: 1024px) {
    .related-block h2 {
      margin-bottom: 20px; } }

.related-block:has(.related-articles-carousel) h2 {
  padding-right: 110px; }

@media (min-width: 768px) {
  .related-articles {
    display: flex;
    flex-wrap: wrap; } }

.related-articles.related-articles-carousel:not(.owl-loaded) {
  flex-wrap: nowrap;
  overflow-y: auto; }
  .related-articles.related-articles-carousel:not(.owl-loaded) .related-item {
    margin-right: 20px;
    flex: 0 0 50%; }
    @media (min-width: 768px) {
      .related-articles.related-articles-carousel:not(.owl-loaded) .related-item {
        flex: 0 0 33%; } }

@media (min-width: 768px) {
  .related-articles .related-item {
    flex: 0 1 50%; } }

.related-articles .owl-nav button.owl-prev,
.related-articles .owl-nav button.owl-next {
  top: -58px;
  color: #2B0539 !important; }
  @media (min-width: 768px) {
    .related-articles .owl-nav button.owl-prev,
    .related-articles .owl-nav button.owl-next {
      top: 100px; } }
  @media (min-width: 1024px) {
    .related-articles .owl-nav button.owl-prev,
    .related-articles .owl-nav button.owl-next {
      top: 63px; } }
  @media (min-width: 1280px) {
    .related-articles .owl-nav button.owl-prev,
    .related-articles .owl-nav button.owl-next {
      top: 98px; } }

.related-articles .owl-nav button.owl-prev {
  right: 50px;
  left: auto; }
  @media (min-width: 768px) {
    .related-articles .owl-nav button.owl-prev {
      right: auto;
      left: -38px; } }
  @media (min-width: 1024px) {
    .related-articles .owl-nav button.owl-prev {
      left: -73px; } }

.related-articles .owl-nav button.owl-next {
  right: 0; }
  @media (min-width: 768px) {
    .related-articles .owl-nav button.owl-next {
      right: -36px; } }
  @media (min-width: 1024px) {
    .related-articles .owl-nav button.owl-next {
      right: -73px; } }

.related-articles .owl-dots {
  position: absolute;
  top: -51px;
  right: 0;
  margin: 0; }

.members-events {
  background: #00567B;
  margin-bottom: 20px; }
  @media (min-width: 768px) {
    .members-events {
      padding: 12px 0 0 0; } }
  @media (min-width: 1024px) {
    .members-events {
      margin-bottom: 60px; } }
  .members-events .related-block h2 {
    color: white; }
  .members-events .related-articles .owl-nav button.owl-prev,
  .members-events .related-articles .owl-nav button.owl-next {
    color: white; }
  .members-events .title-wrapper {
    position: relative; }
    @media (max-width: 1023px) {
      .members-events .title-wrapper {
        padding: 20px; } }
    @media (min-width: 1024px) {
      .members-events .title-wrapper {
        padding-right: 217px; } }
    @media (max-width: 1023px) {
      .members-events .title-wrapper .button {
        margin-top: 6px; } }
    @media (min-width: 1024px) {
      .members-events .title-wrapper .button {
        position: absolute;
        top: 0;
        right: 0; } }
  .members-events .owl-dots {
    display: none; }
  .members-events .owl-nav button.owl-prev,
  .members-events .owl-nav button.owl-next {
    color: white !important;
    top: 110px; }

.header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 6;
  width: 100%;
  background-color: white;
  -webkit-transition: top 0.3s ease;
  transition: top 0.3s linear; }
  .home .header {
    background-color: transparent; }
    .home .header .action-buttons button .icon::before {
      color: white; }
    .home .header .action-buttons .menu-text {
      color: white; }
    .home .header .quick-links .account-nav-item a {
      color: white; }
    .home .header .quick-links .account-nav-item a:visited {
      color: white; }
  .header.scrolled {
    position: fixed;
    background: white; }
    .header.scrolled .quick-links .account-nav-item a {
      color: #461D6C; }
    .header.scrolled .quick-links .account-nav-item a:visited {
      color: #461D6C; }
    .header.scrolled .action-buttons button .icon::before {
      color: #2B0539; }
    .header.scrolled .action-buttons .menu-text {
      color: #2B0539; }

.search-form-outer {
  display: none; }
  .home .search-form-outer {
    background-color: rgba(255, 255, 255, 0.8);
    padding-top: 10px; }

.search-form-wrapper {
  display: flex; }
  @media (max-width: 767px) {
    .search-form-wrapper {
      height: 74px;
      -moz-box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
      -webkit-box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
      box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
      background: white; } }

.search-form {
  height: 100%;
  display: flex;
  align-items: center;
  width: 100%; }
  .search-form .form-inner {
    position: relative;
    width: 100%; }
  .search-form input[type="search"] {
    font-weight: 700;
    color: #2B0539;
    background: transparent;
    border: none;
    border-bottom: 3px solid #2B0539;
    width: 100%;
    height: 36px;
    font-size: 20px;
    line-height: 25px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 0; }
    @media (min-width: 1024px) {
      .search-form input[type="search"] {
        width: 96%; } }
  .search-form input[type="search"]::-webkit-input-placeholder {
    font-weight: 700;
    color: #2B0539;
    font-size: 20px;
    line-height: 25px; }
  .search-form input[type="search"]::-moz-placeholder {
    font-weight: 700;
    color: #2B0539;
    font-size: 20px;
    line-height: 25px; }
  .search-form input[type="search"]:-ms-input-placeholder {
    font-weight: 700;
    color: #2B0539;
    font-size: 20px;
    line-height: 25px; }
  .search-form input[type="search"]:-moz-placeholder {
    font-weight: 700;
    color: #2B0539;
    font-size: 20px;
    line-height: 25px; }
  .search-form .search-button {
    position: absolute;
    right: 0;
    top: 0;
    color: #2B0539;
    background: transparent;
    border: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: none;
    background: transparent; }
    @media (min-width: 1024px) {
      .search-form .search-button {
        right: -6px; } }
    .search-form .search-button .icon::before {
      color: #2B0539;
      font-size: 36px;
      margin: 0 -6px 0 0; }
      @media (min-width: 1024px) {
        .search-form .search-button .icon::before {
          font-size: 44px; } }
    .search-form .search-button .icon:hover::before {
      color: #B80E80; }
  .navigation-container .search-form .search-form {
    padding-top: 9px; }
  .navigation-container .search-form label {
    display: none; }
  .navigation-container .search-form input[type="search"] {
    color: white;
    border-bottom: 3px solid white; }
  .navigation-container .search-form input[type="search"]::-webkit-input-placeholder {
    color: transparent; }
  .navigation-container .search-form input[type="search"]::-moz-placeholder {
    color: transparent; }
  .navigation-container .search-form input[type="search"]:-ms-input-placeholder {
    color: transparent; }
  .navigation-container .search-form input[type="search"]:-moz-placeholder {
    color: transparent; }
  .navigation-container .search-form .search-button {
    color: white; }

.close-button {
  background: transparent;
  border: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  margin-right: -17px;
  margin-left: 12px; }
  @media (min-width: 1024px) {
    .close-button {
      margin-left: -3px;
      margin-top: -8px; } }
  .close-button .icon::before {
    margin: 0;
    font-size: 53px;
    color: #2B0539;
    margin: 0; }
    @media (min-width: 1024px) {
      .close-button .icon::before {
        font-size: 64px; } }
  .close-button .icon:hover::before {
    color: #B80E80; }

.header-container {
  display: flex;
  padding-top: 19px;
  justify-content: space-between;
  padding-bottom: 16px; }
  @media (min-width: 1024px) {
    .header-container {
      padding-top: 16px;
      align-items: flex-start; } }
  .header-container #logo {
    width: 200px; }
    @media (min-width: 1024px) {
      .header-container #logo {
        width: 244px;
        max-height: 44px; } }
  .header-container #logo-colour {
    display: none;
    width: 200px; }
    @media (min-width: 1024px) {
      .header-container #logo-colour {
        width: 244px;
        max-height: 44px; } }
  .header-container .action-buttons {
    display: flex;
    margin-right: -8px;
    align-items: center;
    gap: 28px; }
    .header-container .action-buttons button {
      background: transparent;
      border: none;
      -webkit-appearance: none;
      -moz-appearance: none;
      appearance: none; }
      .header-container .action-buttons button .icon::before {
        transition: all 0.3s ease;
        margin: -2px -3px -3px -2px;
        font-size: 53px;
        color: #2B0539; }
      .header-container .action-buttons button:hover .icon::before {
        color: #B80E80; }
      .header-container .action-buttons button.burger-button {
        display: flex;
        flex-direction: column;
        align-items: center;
        margin: -10px 0; }
        @media (min-width: 1024px) {
          .header-container .action-buttons button.burger-button {
            margin: 0; } }
      .header-container .action-buttons button.search-button {
        margin-right: -5px; }
        @media (min-width: 1024px) {
          .header-container .action-buttons button.search-button {
            margin-top: 6px; } }
        .header-container .action-buttons button.search-button .icon::before {
          font-size: 40px; }
    .header-container .action-buttons .menu-text {
      font-size: 14px;
      line-height: 18px;
      font-weight: 700;
      letter-spacing: 0.14px;
      color: #461D6C;
      margin-top: -10px; }
      .header-container .action-buttons .menu-text:hover {
        color: #B80E80; }
  .header-container .quick-links {
    margin-left: auto;
    margin-right: 22px;
    margin-top: 11px; }
    .header-container .quick-links ul {
      display: flex;
      list-style-type: none; }
      .header-container .quick-links ul .account-nav-item {
        margin-right: 20px; }
        .header-container .quick-links ul .account-nav-item:last-child {
          margin-right: 0; }
        .header-container .quick-links ul .account-nav-item a {
          font: 700 18px/1.2 "brother-1816", sans-serif;
          color: #461D6C;
          text-decoration: none;
          position: relative; }
          @media (min-width: 1024px) {
            .header-container .quick-links ul .account-nav-item a {
              font-size: 20px; } }
          .header-container .quick-links ul .account-nav-item a:before {
            content: "";
            position: absolute;
            width: 100%;
            height: 3px;
            bottom: -10px;
            left: 0;
            background-color: #C5BED9;
            visibility: hidden;
            transform: scaleX(0);
            transition: all 0.3s ease-in-out; }
          .header-container .quick-links ul .account-nav-item a:hover:before {
            visibility: visible;
            transform: scaleX(1); }
          .header-container .quick-links ul .account-nav-item a.active:before {
            visibility: visible;
            transform: scaleX(1);
            background-color: #B80E80; }

.account-nav-container {
  height: 44px;
  background: #F4F2F5;
  z-index: 3;
  position: relative; }
  .account-nav-container .account-nav {
    display: flex;
    list-style-type: none;
    justify-content: flex-end;
    align-items: center; }
    .account-nav-container .account-nav .account-nav-item {
      height: 44px;
      display: flex;
      align-items: center;
      margin-right: 18px; }
      .account-nav-container .account-nav .account-nav-item.digitallibrary a {
        padding: 0 20px;
        display: flex;
        gap: 12px;
        align-items: center;
        height: 100%;
        color: #2B0539;
        background: #C5BED9;
        margin: 0; }
        .account-nav-container .account-nav .account-nav-item.digitallibrary a:hover {
          background: #C0B6C9; }
      .account-nav-container .account-nav .account-nav-item:nth-child(3) {
        margin: 1px 33px 0 9px; }
      .account-nav-container .account-nav .account-nav-item:nth-child(4) {
        margin: 1px 10px 0 0; }
      .account-nav-container .account-nav .account-nav-item a {
        text-decoration: none; }
      .account-nav-container .account-nav .account-nav-item .account-nav-item-access-link {
        font: 700 16px/1.2 "brother-1816", sans-serif;
        margin: 0;
        color: #2B0539;
        display: block;
        text-decoration: none;
        cursor: pointer;
        transition: all 0.3s ease; }
        @media (min-width: 1024px) {
          .account-nav-container .account-nav .account-nav-item .account-nav-item-access-link {
            margin-bottom: 10px; } }
        @media (min-width: 1024px) {
          .account-nav-container .account-nav .account-nav-item .account-nav-item-access-link {
            margin: 0; } }
        .account-nav-container .account-nav .account-nav-item .account-nav-item-access-link:hover {
          color: #B80E80; }
        .account-nav-container .account-nav .account-nav-item .account-nav-item-access-link .icon-digitallibrary:before {
          margin: 0 0 5px;
          font-size: 12px; }
      .account-nav-container .account-nav .account-nav-item .icon::before {
        margin: 0;
        transition: all 0.3s ease;
        font-size: 29px;
        color: #2B0539; }
      .account-nav-container .account-nav .account-nav-item .icon:hover::before {
        color: #B80E80; }
      .account-nav-container .account-nav .account-nav-item:last-child .icon::before {
        font-size: 29px; }
  .account-nav-container [data-logged-in-container] a {
    display: flex;
    align-items: center; }
    .account-nav-container [data-logged-in-container] a:hover span,
    .account-nav-container [data-logged-in-container] a:hover span:before {
      color: #B80E80 !important; }
  .account-nav-container [data-logged-in-status-customer-first-name] {
    letter-spacing: 0.16px;
    color: #707070;
    margin-right: 6px;
    font-weight: 700; }
  .account-nav-container [data-logged-in-status-customer-last-name],
  .account-nav-container [data-logged-in-status-customer-email-address] {
    display: none; }

.pull-out {
  background: #B80E80;
  width: 100%;
  min-height: 100vh;
  position: relative;
  z-index: 4;
  display: none; }
  @media (min-width: 1024px) {
    .pull-out {
      position: absolute;
      right: -500px;
      top: 159px;
      width: 500px;
      min-height: auto;
      display: block;
      z-index: 2; } }
  @media (min-width: 1024px) {
    .pull-out .pull-out-inner {
      position: relative; } }
  .pull-out .support-charity {
    font-size: 20px;
    line-height: 31px;
    font-family: "brother-1816", sans-serif;
    letter-spacing: 0.4px;
    padding: 16px 49px 13px 26px;
    border: none;
    -webkit-appearance: none;
    color: white;
    background: #B80E80;
    float: left; }
    @media (min-width: 1024px) {
      .pull-out .support-charity {
        transform-origin: bottom left;
        -webkit-transform: rotate(-90deg);
        -moz-transform: rotate(-90deg);
        -o-transform: rotate(-90deg);
        -ms-transform: rotate(-90deg);
        transform: rotate(-90deg);
        padding: 9px 49px 9px;
        position: absolute;
        bottom: 0;
        float: none; } }
  .pull-out .pull-out-close-button {
    background: transparent;
    border: none;
    -webkit-appearance: none;
    margin-right: 3px;
    margin-left: 12px;
    float: right; }
    .pull-out .pull-out-close-button .icon::before {
      margin: 0;
      font-size: 64px;
      color: white;
      margin: 0; }
  .pull-out .pull-out-content {
    border-top: 1px solid white;
    padding: 22px 28px 22px 27px;
    color: white;
    clear: both; }
    @media (min-width: 1024px) {
      .pull-out .pull-out-content {
        border: none;
        padding-top: 17px;
        max-width: 424px;
        padding-left: 10px; } }
    .pull-out .pull-out-content h2 {
      font-size: 34px;
      line-height: 40px;
      font-weight: 700;
      font-family: "brother-1816", sans-serif;
      margin-bottom: 20px; }
      @media (min-width: 1024px) {
        .pull-out .pull-out-content h2 {
          margin-bottom: 15px; } }
    .pull-out .pull-out-content .intro {
      font-weight: 500;
      margin-bottom: 20px; }
      @media (min-width: 1024px) {
        .pull-out .pull-out-content .intro {
          margin-bottom: 10px; } }
    .pull-out .pull-out-content p {
      margin-bottom: 11px; }
      @media (min-width: 1024px) {
        .pull-out .pull-out-content p {
          margin-bottom: 18px; } }
  @media (min-width: 1024px) {
    .pull-out .image-text-card-buttons {
      display: flex; } }
  .pull-out .image-text-card-buttons .image-text-card-read-more {
    display: block;
    margin-bottom: 19px;
    color: #461D6C; }
    @media (min-width: 1024px) {
      .pull-out .image-text-card-buttons .image-text-card-read-more {
        min-width: 179px;
        margn-bottom: 0;
        margin-right: 20px; } }
    .pull-out .image-text-card-buttons .image-text-card-read-more:hover, .pull-out .image-text-card-buttons .image-text-card-read-more:focus {
      background-color: white;
      border-color: white;
      color: #2B0539; }
    .pull-out .image-text-card-buttons .image-text-card-read-more:visited {
      color: #2B0539; }

.navigation-container {
  background-color: #2B0539;
  color: white;
  z-index: 2;
  height: 100%;
  position: absolute;
  min-height: 100vh;
  overflow: scroll;
  display: none; }
  @media (max-width: 1023px) {
    .navigation-container {
      margin-top: -75px;
      width: 100%; } }
  @media (max-width: 768px) {
    .navigation-container {
      margin-top: -77px; } }
  @media (min-width: 1024px) {
    .navigation-container {
      width: 440px;
      right: 0;
      top: 11px;
      padding-top: 38px; } }
  @media (min-width: 1024px) {
    .navigation-container .container {
      padding: 0; } }
  .navigation-container .search-form input[type="search"] {
    width: 202px;
    padding: 0; }
    @media (min-width: 375px) {
      .navigation-container .search-form input[type="search"] {
        width: 240px; } }
    @media (min-width: 768px) {
      .navigation-container .search-form input[type="search"] {
        width: calc(100% - 32px); } }
    @media (min-width: 1024px) {
      .navigation-container .search-form input[type="search"] {
        width: 240px; } }
  .navigation-container .search-form .search-button {
    top: 5px;
    right: -15px; }
    @media (min-width: 1024px) {
      .navigation-container .search-form .search-button {
        right: 0px;
        top: -2px; } }
    .navigation-container .search-form .search-button .icon::before {
      font-size: 42px;
      color: white; }
      @media (min-width: 1024px) {
        .navigation-container .search-form .search-button .icon::before {
          font-size: 50px; } }
  .navigation-container .close-button {
    margin-right: -15px; }
    .navigation-container .close-button .icon::before {
      color: white; }
    .navigation-container .close-button .icon:hover::before {
      color: #B80E80; }
  .navigation-container .navigation-header {
    display: flex;
    padding-top: 4px; }
    @media (min-width: 768px) {
      .navigation-container .navigation-header {
        justify-content: flex-end; } }
    @media (min-width: 1024px) {
      .navigation-container .navigation-header {
        padding: 0 79px 0 23.5px; } }
  .navigation-container .navigation {
    list-style-type: none;
    margin-top: 13px; }
    @media (max-width: 414px) {
      .navigation-container .navigation {
        padding-bottom: 180px;
        overflow: scroll; } }
    .navigation-container .navigation .menu-item {
      font-weight: 700;
      font-size: 20px;
      line-height: 25px;
      letter-spacing: 0.2px;
      background-color: #2B0539;
      border-top: 1px solid #461D6C;
      position: relative; }
      .navigation-container .navigation .menu-item:hover {
        background: #832676; }
      .navigation-container .navigation .menu-item a {
        text-decoration: none;
        color: white;
        display: block;
        width: 100%;
        padding: 17px 22px 16px 23.5px; }
      .navigation-container .navigation .menu-item .icon {
        position: absolute;
        top: 17px;
        right: 22px; }
        @media (min-width: 1024px) {
          .navigation-container .navigation .menu-item .icon {
            right: 89px; } }
        .navigation-container .navigation .menu-item .icon:before {
          font-size: 31px;
          margin: 0 -6px 0 0; }
        .navigation-container .navigation .menu-item .icon.open:before {
          -webkit-transform: rotate(180deg);
          -moz-transform: rotate(180deg);
          -o-transform: rotate(180deg);
          -ms-transform: rotate(180deg);
          transform: rotate(180deg); }
      .navigation-container .navigation .menu-item .secondary-nav-secondary-level {
        list-style-type: none;
        background: #4F134E; }
        .navigation-container .navigation .menu-item .secondary-nav-secondary-level li {
          font-size: 16px;
          line-height: 20px;
          letter-spacing: 0.16px;
          border-top: 1px solid #ad83a7; }
          .navigation-container .navigation .menu-item .secondary-nav-secondary-level li:hover {
            background: #832676; }
          .navigation-container .navigation .menu-item .secondary-nav-secondary-level li a {
            padding: 21px 45.5px; }
  .navigation-container .account-nav-mobile {
    list-style-type: none;
    display: flex;
    flex-wrap: wrap;
    position: fixed;
    bottom: 47px;
    width: 100%;
    border-top: 1px solid #461D6C;
    background-color: #2B0539; }
    @media (min-width: 1024px) {
      .navigation-container .account-nav-mobile {
        display: none; } }
    .navigation-container .account-nav-mobile .account-nav-item {
      font-weight: 700;
      font-size: 20px;
      line-height: 25px;
      letter-spacing: 0.2px;
      position: relative; }
      .navigation-container .account-nav-mobile .account-nav-item.digitallibrary {
        width: 100%;
        border-bottom: 1px solid #461D6C; }
        .navigation-container .account-nav-mobile .account-nav-item.digitallibrary a {
          display: flex; }
          .navigation-container .account-nav-mobile .account-nav-item.digitallibrary a .icon-digitallibrary {
            order: -1;
            margin-right: 12px; }
      .navigation-container .account-nav-mobile .account-nav-item a {
        text-decoration: none;
        color: white;
        display: block;
        padding: 11px 21.5px 12px 23.5px;
        display: flex;
        align-items: center; }
        .navigation-container .account-nav-mobile .account-nav-item a .icon {
          margin-right: 12px; }
          .navigation-container .account-nav-mobile .account-nav-item a .icon::before {
            margin: 0;
            font-size: 30px;
            color: white; }
  .navigation-container .support {
    font-family: "brother-1816", sans-serif;
    font-size: 20px;
    line-height: 31px;
    letter-spacing: 0.4px;
    color: white;
    padding: 8px 22px 8px 23.5px;
    background: #B80E80;
    position: fixed;
    width: 100%;
    bottom: 0;
    text-decoration: none; }
    @media (min-width: 1024px) {
      .navigation-container .support {
        display: none; } }
    .navigation-container .support:hover {
      color: #2B0539; }

.info-box .info-box-image .block-image {
  display: none;
  width: 100%;
  height: auto; }
  @media (min-width: 1024px) {
    .info-box .info-box-image .block-image {
      display: block; } }
  .info-box .info-box-image .block-image.mobile {
    display: block; }
    @media (min-width: 768px) {
      .info-box .info-box-image .block-image.mobile {
        display: none; } }
  @media (min-width: 768px) {
    .info-box .info-box-image .block-image.tablet {
      display: block; } }
  @media (min-width: 1024px) {
    .info-box .info-box-image .block-image.tablet {
      display: none; } }

@media (max-width: 768px) {
  .info-box .info-box-image img:first-child {
    display: none; } }

@media (min-width: 768px) {
  .info-box .info-box-data-container {
    margin: 0 auto;
    max-width: 674px; } }

@media (min-width: 1024px) {
  .info-box .info-box-data-container {
    max-width: 930px; } }

@media (min-width: 768px) {
  .info-box .info-box-data {
    display: flex;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
    margin: 0; } }

.info-box .info-box-data-inner {
  background-color: white;
  -moz-box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
  -webkit-box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
  box-shadow: 0px 3px 6px #3b252529;
  width: 100%;
  position: relative; }
  .info-box .info-box-data-inner.has-image {
    margin-top: -146px; }
    @media (min-width: 768px) {
      .info-box .info-box-data-inner.has-image {
        margin-top: -153px; } }
    .article-grid .info-box .info-box-data-inner.has-image {
      margin-top: 0; }
      .article-grid .info-box .info-box-data-inner.has-image .memberships {
        margin-inline: 0; }

@media (min-width: 1024px) {
  .info-box .info-box-text {
    display: flex;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
    margin: 0; } }

.info-box .info-box-text-col {
  padding: 20px 20px 18px 20px; }
  @media (min-width: 1024px) {
    .info-box .info-box-text-col {
      position: relative;
      width: 100%;
      padding-right: 15px;
      padding-left: 15px;
      flex: 0 0 41.66667%;
      max-width: 41.66667%;
      padding: 20px 10px 18px 20px; } }
  .info-box .info-box-text-col ul {
    margin-left: 30px;
    margin-top: 20px; }
    .info-box .info-box-text-col ul + h3 {
      margin-top: 20px; }
  .info-box .info-box-text-col.col2 {
    padding-top: 0; }
    @media (min-width: 1024px) {
      .info-box .info-box-text-col.col2 {
        margin-left: 8.33333%;
        padding-top: 20px;
        padding-left: 10px; } }

.page-template-membership .info-box .info-box-data-inner .info-box-title {
  color: #00567B; }

.map-responsive {
  margin: 0 -22px; }
  @media (min-width: 1024px) {
    .map-responsive {
      overflow: hidden;
      position: relative;
      height: 0;
      margin: 0;
      padding-bottom: 43%; } }
  .map-responsive iframe {
    width: 100%;
    height: 333px; }
    @media (min-width: 1024px) {
      .map-responsive iframe {
        left: 0;
        top: 0;
        height: 100%;
        width: 74.5%;
        position: absolute; } }
  .map-responsive .map-details {
    background-color: #2B0539;
    color: white;
    z-index: 1;
    margin: -52px 20px 0 20px;
    padding: 20px 21px 18px 21px;
    position: relative; }
    @media (min-width: 768px) {
      .map-responsive .map-details {
        margin: -80px auto 0 auto;
        max-width: 630px; } }
    @media (min-width: 1024px) {
      .map-responsive .map-details {
        position: absolute;
        top: 20px;
        right: 0;
        width: 29%;
        margin: 0;
        max-width: none; } }
    .map-responsive .map-details .map-text a {
      color: white; }
    .map-responsive .map-details .map-text a:visited {
      color: white; }
    .map-responsive .map-details .map-title {
      color: white;
      margin-bottom: 10px; }
    .map-responsive .map-details .button {
      margin: 20px 0 0;
      border-color: white; }
      .map-responsive .map-details .button:hover, .map-responsive .map-details .button:focus {
        background-color: #C5BED9;
        border-color: #C5BED9;
        color: #2B0539; }

@media (min-width: 568px) {
  .donate-block .promo-block-wrapper .promo-block {
    flex-direction: row-reverse; } }

@media (min-width: 568px) {
  .donate-block .promo-block-wrapper .promo-block .promo-block-image-wrapper {
    min-height: 477px; } }

.donate-block .promo-block-wrapper .promo-block .promo-block-copy {
  margin: 0; }
  @media (min-width: 568px) {
    .donate-block .promo-block-wrapper .promo-block .promo-block-copy {
      flex: 0 1 53%;
      max-width: 472px;
      margin: 42px -16% 42px 0; } }

.donate-block .promo-block-wrapper .promo-block h3 {
  margin-bottom: 16px; }

.donate-block .promo-block-wrapper .promo-block .promo-text {
  font-weight: 500;
  margin-bottom: 10px; }

.donate-block .promo-block-wrapper .promo-block .block-image {
  display: none; }
  @media (min-width: 1024px) {
    .donate-block .promo-block-wrapper .promo-block .block-image {
      display: block; } }
  .donate-block .promo-block-wrapper .promo-block .block-image.mobile {
    display: block; }
    @media (min-width: 768px) {
      .donate-block .promo-block-wrapper .promo-block .block-image.mobile {
        display: none; } }
  @media (min-width: 768px) {
    .donate-block .promo-block-wrapper .promo-block .block-image.tablet {
      display: block; } }
  @media (min-width: 1024px) {
    .donate-block .promo-block-wrapper .promo-block .block-image.tablet {
      display: none; } }

.donate-block .ticks {
  font: 700 16px/1.2 "brother-1816", sans-serif;
  color: white;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 6px; }
  @media (min-width: 1024px) {
    .donate-block .ticks {
      margin-bottom: 10px; } }

.donate-block .donation-placeholder {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 57px; }

.donate-block .donation-block-button {
  border: 2px solid #2B0539;
  padding: 9px 10px;
  font-weight: 700;
  color: #2B0539;
  cursor: pointer;
  background: white;
  text-decoration: none;
  min-width: 136px;
  text-align: center;
  border: 2px solid #2B0539;
  padding: 9px 10px;
  font-weight: 700;
  color: #2B0539;
  cursor: pointer;
  background: white;
  text-decoration: none;
  min-width: 136px;
  text-align: center;
  background-color: #FFDA00;
  border-color: #FFDA00;
  margin-top: 20px;
  width: 100%; }
  .donate-block .donation-block-button:visited, .donate-block .donation-block-button:active, .donate-block .donation-block-button:link {
    color: #2B0539; }
  .donate-block .donation-block-button:hover, .donate-block .donation-block-button:focus {
    background-color: #2B0539;
    border-color: #2B0539;
    color: white;
    border-radius: 0;
    outline: none; }
  .donate-block .donation-block-button:visited, .donate-block .donation-block-button:active, .donate-block .donation-block-button:link {
    color: #2B0539; }
  .donate-block .donation-block-button:hover, .donate-block .donation-block-button:focus {
    background-color: #2B0539;
    border-color: #2B0539;
    color: white;
    border-radius: 0;
    outline: none; }
  .donate-block .donation-block-button:hover, .donate-block .donation-block-button:focus {
    background-color: #B80E80;
    border-color: #B80E80;
    color: white;
    border-radius: 0;
    outline: none; }
  .donate-block .donation-block-button:hover, .donate-block .donation-block-button:focus {
    color: white;
    border-color: #B80E80;
    backgroud-color: #B80E80; }

.donate-block .per-amount-text {
  display: none;
  letter-spacing: 0.16px;
  margin-top: 20px; }
  .donate-block .per-amount-text a {
    color: white; }
  .donate-block .per-amount-text a:visited {
    color: white; }

.donate-block input[type=range] {
  -webkit-appearance: none;
  width: 100%;
  background: transparent; }

.donate-block input[type=range]:focus {
  outline: none; }

.donate-block input[type=range]::-webkit-slider-runnable-track {
  width: 100%;
  height: 3px;
  cursor: pointer;
  background: #B80E80; }

.donate-block input[type=range]::-webkit-slider-thumb {
  -webkit-appearance: none;
  border-radius: 50%;
  background: #B80E80;
  width: 12px;
  height: 12px;
  cursor: pointer;
  margin-top: -5px; }

.donate-block input[type=range]:focus::-webkit-slider-runnable-track {
  background: #B80E80; }

.donate-block input[type=range]::-moz-range-track {
  width: 100%;
  height: 3px;
  cursor: pointer;
  background: #B80E80; }

.donate-block input[type=range]::-moz-range-thumb {
  -webkit-appearance: none;
  border-radius: 50%;
  background: #B80E80;
  width: 12px;
  height: 12px;
  cursor: pointer; }

.donate-block input[type=range]::-ms-track {
  width: 100%;
  height: 3px;
  cursor: pointer;
  background: transparent;
  border-color: transparent;
  border-width: 3px;
  color: transparent; }

.donate-block input[type=range]::-ms-fill-lower {
  background: #B80E80;
  border: none; }

.donate-block input[type=range]::-ms-fill-upper {
  background: #B80E80; }

.donate-block input[type=range]::-ms-thumb {
  border: 3px solid #B80E80;
  height: 12px;
  width: 12px;
  border-radius: 50%;
  background: #B80E80;
  cursor: pointer; }

.donate-block input[type=range]:focus::-ms-fill-lower {
  background: #B80E80; }

.donate-block input[type=range]:focus::-ms-fill-upper {
  background: #B80E80; }

input[type="checkbox"] {
  display: none !important; }

.checkbox-label,
.gfield_checkbox label {
  height: auto;
  padding-left: 28px;
  line-height: 20px;
  position: relative;
  display: block;
  font-weight: 500;
  letter-spacing: 0.16px;
  margin-bottom: 15px; }
  .checkbox-label::last-child,
  .gfield_checkbox label::last-child {
    margin-bottom: 0; }
  .checkbox-label::before,
  .gfield_checkbox label::before {
    content: "";
    position: absolute;
    display: inline-block;
    width: 14px;
    height: 14px;
    border: 2px solid #2B0539;
    background-color: white;
    left: 0; }

input[type=checkbox]:checked + .checkbox-label::after,
input[type=checkbox]:checked + .gform-field-label::after {
  content: "\e82a";
  position: absolute;
  top: -9px;
  left: -14px;
  width: 14px;
  height: 14px;
  font-family: "fontello";
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  text-align: center;
  font-size: 51px;
  line-height: 36px;
  font-variant: normal;
  color: #2B0539;
  font-weight: 300; }

.checkedLabel::after {
  content: "\e82a";
  position: absolute;
  top: -9px;
  left: -14px;
  width: 14px;
  height: 14px;
  font-family: "fontello";
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  text-align: center;
  font-size: 51px;
  line-height: 36px;
  font-variant: normal;
  color: #2B0539;
  font-weight: 300; }

.wpcf7-list-item-label {
  padding-left: 30px; }
  .wpcf7-form-control .wpcf7-list-item-label {
    padding-left: 0; }
  .wpcf7-list-item-label + .wpcf7-free-text {
    margin-top: 10px; }
    .wpcf7-list-item-label + .wpcf7-free-text:focus {
      margin-top: 10px; }

.wpcf7-form-control.wpcf7-radio .radio-button-container {
  margin-bottom: 10px; }
  .wpcf7-form-control.wpcf7-radio .radio-button-container .wpcf7-list-item-label {
    padding-left: 0; }

input[type=checkbox]:disabled + .checkbox-label {
  color: #C4BDD8; }
  input[type=checkbox]:disabled + .checkbox-label::before {
    border-color: #C4BDD8; }
  input[type=checkbox]:disabled + .checkbox-label::after {
    background-color: #C4BDD8;
    color: #C4BDD8; }

body .gform_wrapper.gravity-theme .gfield_required {
  color: inherit;
  font-size: inherit; }

body .gform_wrapper.gravity-theme .gform_ajax_spinner {
  width: 30px;
  height: 30px;
  margin-left: 10px; }

body input[type="text"],
body input[type="email"],
body input[type="password"],
body input[type="tel"],
body input[type="number"],
.gform_wrapper.gravity-theme .gfield input[type="text"],
.gform_wrapper.gravity-theme .gfield input[type="email"],
.gform_wrapper.gravity-theme .gfield input[type="password"],
.gform_wrapper.gravity-theme .gfield input[type="tel"],
.gform_wrapper.gravity-theme .gfield input[type="number"] {
  font-size: inherit;
  color: #2B0539 !important;
  padding: 10px;
  border: 1px solid #2B0539;
  margin-bottom: 10px;
  width: 100%;
  border-radius: 0;
  -webkit-appearance: none; }

body textarea,
.gform_wrapper.gravity-theme .gfield textarea {
  width: 90%; }
  @media (min-width: 740px) {
    body textarea,
    .gform_wrapper.gravity-theme .gfield textarea {
      max-width: 323px; } }

body select,
body textarea,
.gform_wrapper.gravity-theme .gfield select,
.gform_wrapper.gravity-theme .gfield textarea {
  border-radius: 0; }

body input[type="text"]:focus,
body input[type="email"]:focus,
body input[type="password"]:focus,
body input[type="tel"]:focus,
body input[type="number"]:focus,
body textarea:focus,
.gform_wrapper.gravity-theme .gfield input[type="text"]:focus,
.gform_wrapper.gravity-theme .gfield input[type="email"]:focus,
.gform_wrapper.gravity-theme .gfield input[type="password"]:focus,
.gform_wrapper.gravity-theme .gfield input[type="tel"]:focus,
.gform_wrapper.gravity-theme .gfield input[type="number"]:focus,
.gform_wrapper.gravity-theme .gfield textarea:focus {
  outline: none;
  border-width: 3px;
  margin-top: -2px; }

body input[type="text"]::placeholder,
body input[type="email"]::placeholder,
body input[type="password"]::placeholder,
body input[type="tel"]::placeholder,
body input[type="number"]::placeholder,
.gform_wrapper.gravity-theme .gfield input[type="text"]::placeholder,
.gform_wrapper.gravity-theme .gfield input[type="email"]::placeholder,
.gform_wrapper.gravity-theme .gfield input[type="password"]::placeholder,
.gform_wrapper.gravity-theme .gfield input[type="tel"]::placeholder,
.gform_wrapper.gravity-theme .gfield input[type="number"]::placeholder {
  font-weight: 700;
  letter-spacing: 0.16px;
  color: #2B0539 !important;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  opacity: 1; }

body input[type="text"]::-webkit-input-placeholder,
body input[type="email"]::-webkit-input-placeholder,
body input[type="password"]::-webkit-input-placeholder,
body input[type="tel"]::-webkit-input-placeholder,
body input[type="number"]::-webkit-input-placeholder,
.gform_wrapper.gravity-theme .gfield input[type="text"]::-webkit-input-placeholder,
.gform_wrapper.gravity-theme .gfield input[type="email"]::-webkit-input-placeholder,
.gform_wrapper.gravity-theme .gfield input[type="password"]::-webkit-input-placeholder,
.gform_wrapper.gravity-theme .gfield input[type="tel"]::-webkit-input-placeholder,
.gform_wrapper.gravity-theme .gfield input[type="number"]::-webkit-input-placeholder {
  font-weight: 700;
  letter-spacing: 0.16px;
  color: #2B0539 !important;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  opacity: 1; }

body input[type="text"]::-moz-placeholder,
body input[type="email"]::-moz-placeholder,
body input[type="password"]::-moz-placeholder,
body input[type="tel"]::-moz-placeholder,
body input[type="number"]::-moz-placeholder,
.gform_wrapper.gravity-theme .gfield input[type="text"]::-moz-placeholder,
.gform_wrapper.gravity-theme .gfield input[type="email"]::-moz-placeholder,
.gform_wrapper.gravity-theme .gfield input[type="password"]::-moz-placeholder,
.gform_wrapper.gravity-theme .gfield input[type="tel"]::-moz-placeholder,
.gform_wrapper.gravity-theme .gfield input[type="number"]::-moz-placeholder {
  font-weight: 700;
  letter-spacing: 0.16px;
  color: #2B0539 !important;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  opacity: 1; }

body input[type="text"]:-ms-input-placeholder,
body input[type="email"]:-ms-input-placeholder,
body input[type="password"]:-ms-input-placeholder,
body input[type="tel"]:-ms-input-placeholder,
body input[type="number"]:-ms-input-placeholder,
.gform_wrapper.gravity-theme .gfield input[type="text"]:-ms-input-placeholder,
.gform_wrapper.gravity-theme .gfield input[type="email"]:-ms-input-placeholder,
.gform_wrapper.gravity-theme .gfield input[type="password"]:-ms-input-placeholder,
.gform_wrapper.gravity-theme .gfield input[type="tel"]:-ms-input-placeholder,
.gform_wrapper.gravity-theme .gfield input[type="number"]:-ms-input-placeholder {
  font-weight: 700;
  letter-spacing: 0.16px;
  color: #2B0539 !important;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  opacity: 1; }

body input[type="text"]:-webkit-autofill,
body input[type="email"]:-webkit-autofill,
body input[type="password"]:-webkit-autofill,
body input[type="tel"]:-webkit-autofill,
body input[type="number"]:-webkit-autofill,
body textarea:-webkit-autofill,
body select:-webkit-autofill,
.gform_wrapper.gravity-theme .gfield input[type="text"]:-webkit-autofill,
.gform_wrapper.gravity-theme .gfield input[type="email"]:-webkit-autofill,
.gform_wrapper.gravity-theme .gfield input[type="password"]:-webkit-autofill,
.gform_wrapper.gravity-theme .gfield input[type="tel"]:-webkit-autofill,
.gform_wrapper.gravity-theme .gfield input[type="number"]:-webkit-autofill,
.gform_wrapper.gravity-theme .gfield textarea:-webkit-autofill,
.gform_wrapper.gravity-theme .gfield select:-webkit-autofill {
  font-weight: 700;
  letter-spacing: 0.16px;
  color: #2B0539 !important;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  opacity: 1; }
  body input[type="text"]:-webkit-autofill:focus,
  body input[type="email"]:-webkit-autofill:focus,
  body input[type="password"]:-webkit-autofill:focus,
  body input[type="tel"]:-webkit-autofill:focus,
  body input[type="number"]:-webkit-autofill:focus,
  body textarea:-webkit-autofill:focus,
  body select:-webkit-autofill:focus,
  .gform_wrapper.gravity-theme .gfield input[type="text"]:-webkit-autofill:focus,
  .gform_wrapper.gravity-theme .gfield input[type="email"]:-webkit-autofill:focus,
  .gform_wrapper.gravity-theme .gfield input[type="password"]:-webkit-autofill:focus,
  .gform_wrapper.gravity-theme .gfield input[type="tel"]:-webkit-autofill:focus,
  .gform_wrapper.gravity-theme .gfield input[type="number"]:-webkit-autofill:focus,
  .gform_wrapper.gravity-theme .gfield textarea:-webkit-autofill:focus,
  .gform_wrapper.gravity-theme .gfield select:-webkit-autofill:focus {
    outline: none;
    border-width: 3px;
    margin-top: -2px; }

body input[type="text"].disabled-input,
.gform_wrapper.gravity-theme .gfield input[type="text"].disabled-input {
  border: 1px solid rgba(43, 5, 57, 0.5);
  background-color: white; }

body input[type="text"].disabled-input::placeholder,
.gform_wrapper.gravity-theme .gfield input[type="text"].disabled-input::placeholder {
  color: rgba(70, 29, 108, 0.5);
  background-color: white;
  text-transform: uppercase; }

body input[type="text"].disabled-input::-webkit-input-placeholder,
.gform_wrapper.gravity-theme .gfield input[type="text"].disabled-input::-webkit-input-placeholder {
  color: rgba(70, 29, 108, 0.5);
  background-color: white;
  text-transform: uppercase; }

body input[type="text"].disabled-input::-moz-placeholder,
.gform_wrapper.gravity-theme .gfield input[type="text"].disabled-input::-moz-placeholder {
  color: rgba(70, 29, 108, 0.5);
  background-color: white;
  text-transform: uppercase; }

body input[type="text"].disabled-input::-moz-placeholder,
.gform_wrapper.gravity-theme .gfield input[type="text"].disabled-input::-moz-placeholder {
  color: rgba(70, 29, 108, 0.5);
  background-color: white;
  text-transform: uppercase; }

body input[type="text"].disabled-input:-ms-input-placeholder,
.gform_wrapper.gravity-theme .gfield input[type="text"].disabled-input:-ms-input-placeholder {
  color: rgba(70, 29, 108, 0.5);
  background-color: white;
  text-transform: uppercase; }

.radio-button-container {
  display: block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 12px;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }
  .radio-button-container input[type=radio] {
    position: absolute;
    visibility: hidden; }
  .radio-button-container input[type=radio]:checked ~ .check,
  .radio-button-container input[type=radio]:checked + .check {
    background-color: #461D6C; }
  .radio-button-container .check {
    display: block;
    position: absolute;
    border: 7px solid #C5BED9;
    background-color: #C5BED9;
    border-radius: 100%;
    height: 20px;
    width: 20px;
    top: 0;
    left: 0;
    z-index: 5;
    transition: border .25s linear;
    -webkit-transition: border .25s linear; }

form label {
  font-weight: 700;
  color: #2B0539;
  margin-bottom: 10px;
  display: block; }
  form label.right {
    font-weight: 400; }

.wpcf7 .wpcf7-list-item {
  display: block;
  margin: 0; }
  .wpcf7 .wpcf7-list-item.first {
    margin-top: 10px; }

.wpcf7 .wpcf7-form-control-wrap {
  margin-top: 10px;
  display: block; }
  .wpcf7 .wpcf7-form-control-wrap textarea {
    width: 100%;
    max-width: none; }

.wpcf7 .wpcf7-form-control.wpcf7-submit {
  border: 2px solid #2B0539;
  padding: 9px 10px;
  font-weight: 700;
  color: #2B0539;
  cursor: pointer;
  background: white;
  text-decoration: none;
  min-width: 136px;
  text-align: center; }
  .wpcf7 .wpcf7-form-control.wpcf7-submit:visited, .wpcf7 .wpcf7-form-control.wpcf7-submit:active, .wpcf7 .wpcf7-form-control.wpcf7-submit:link {
    color: #2B0539; }
  .wpcf7 .wpcf7-form-control.wpcf7-submit:hover, .wpcf7 .wpcf7-form-control.wpcf7-submit:focus {
    background-color: #2B0539;
    border-color: #2B0539;
    color: white;
    border-radius: 0;
    outline: none; }

.calendar-range-start {
  display: none; }

.datepicker {
  background-color: #C5BED9;
  padding: 28px 19px;
  color: black;
  position: relative;
  z-index: 1;
  margin-bottom: 30px;
  padding: 28px 19px; }
  .datepicker:after {
    display: none; }
  .datepicker table {
    width: 100%; }
    .datepicker table tr th:hover {
      background: none; }
    .datepicker table tr th.prev .icon-arrow-right::before,
    .datepicker table tr th.prev .icon-arrow-left::before, .datepicker table tr th.next .icon-arrow-right::before,
    .datepicker table tr th.next .icon-arrow-left::before {
      font-size: 28px;
      color: #461D6C;
      cursor: pointer; }
    .datepicker table tr th.dow {
      padding-top: 8px; }
    .datepicker table tr td.disabled {
      color: rgba(43, 5, 57, 0.3); }
    .datepicker table tr td {
      text-align: center;
      padding: 3px 4px; }
      .datepicker table tr td span.active.active {
        background-image: none;
        background-color: #B80E80;
        color: white; }
        .datepicker table tr td span.active.active:hover, .datepicker table tr td span.active.active.focused {
          background-image: none;
          background-color: white;
          color: black; }
      .datepicker table tr td:nth-child(6), .datepicker table tr td:nth-child(7) {
        font-weight: 500; }
      .datepicker table tr td span.focused,
      .datepicker table tr td span:hover {
        background-image: none;
        background-color: white;
        color: black; }
      .datepicker table tr td span:hover {
        cursor: pointer; }
    .datepicker table tr td.selected,
    .datepicker table tr td.range,
    .datepicker table tr td.active,
    .datepicker table tr td.active.active {
      background-color: #B80E80;
      color: white;
      background-image: none;
      border-color: none;
      border: none;
      text-shadow: none;
      border-radius: 0; }
      .datepicker table tr td.selected:hover, .datepicker table tr td.selected.focused,
      .datepicker table tr td.range:hover,
      .datepicker table tr td.range.focused,
      .datepicker table tr td.active:hover,
      .datepicker table tr td.active.focused,
      .datepicker table tr td.active.active:hover,
      .datepicker table tr td.active.active.focused {
        background-color: white;
        color: black;
        background-image: none; }
      .datepicker table tr td.selected.range-start,
      .datepicker table tr td.range.range-start,
      .datepicker table tr td.active.range-start,
      .datepicker table tr td.active.active.range-start {
        border-top-left-radius: 0;
        border-bottom-left-radius: 0; }
        .datepicker table tr td.selected.range-start:hover, .datepicker table tr td.selected.range-start.focused,
        .datepicker table tr td.range.range-start:hover,
        .datepicker table tr td.range.range-start.focused,
        .datepicker table tr td.active.range-start:hover,
        .datepicker table tr td.active.range-start.focused,
        .datepicker table tr td.active.active.range-start:hover,
        .datepicker table tr td.active.active.range-start.focused {
          background-color: white;
          color: black; }
      .datepicker table tr td.selected.range-end,
      .datepicker table tr td.range.range-end,
      .datepicker table tr td.active.range-end,
      .datepicker table tr td.active.active.range-end {
        border-top-right-radius: 0;
        border-bottom-right-radius: 0; }
        .datepicker table tr td.selected.range-end:hover, .datepicker table tr td.selected.range-end.focused,
        .datepicker table tr td.range.range-end:hover,
        .datepicker table tr td.range.range-end.focused,
        .datepicker table tr td.active.range-end:hover,
        .datepicker table tr td.active.range-end.focused,
        .datepicker table tr td.active.active.range-end:hover,
        .datepicker table tr td.active.active.range-end.focused {
          background-color: white;
          color: black; }
      .datepicker table tr td.selected.range-start.range-end,
      .datepicker table tr td.range.range-start.range-end,
      .datepicker table tr td.active.range-start.range-end,
      .datepicker table tr td.active.active.range-start.range-end {
        border-top-right-radius: 0;
        border-bottom-right-radius: 0; }
        .datepicker table tr td.selected.range-start.range-end:hover, .datepicker table tr td.selected.range-start.range-end.focused,
        .datepicker table tr td.range.range-start.range-end:hover,
        .datepicker table tr td.range.range-start.range-end.focused,
        .datepicker table tr td.active.range-start.range-end:hover,
        .datepicker table tr td.active.range-start.range-end.focused,
        .datepicker table tr td.active.active.range-start.range-end:hover,
        .datepicker table tr td.active.active.range-start.range-end.focused {
          background-color: white;
          color: black; }
    .datepicker table tr td.day:hover, .datepicker table tr td.day.focused {
      background-color: white;
      background-image: none;
      color: black; }
  .datepicker .datepicker-months table,
  .datepicker .datepicker-years table,
  .datepicker .datepicker-decades table,
  .datepicker .datepicker-centuries table {
    table-layout: fixed; }
  .datepicker .datepicker-months thead tr,
  .datepicker .datepicker-years thead tr,
  .datepicker .datepicker-decades thead tr,
  .datepicker .datepicker-centuries thead tr {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-basis: 0; }
  .datepicker .datepicker-months tbody tr:first-child td:first-child,
  .datepicker .datepicker-years tbody tr:first-child td:first-child,
  .datepicker .datepicker-decades tbody tr:first-child td:first-child,
  .datepicker .datepicker-centuries tbody tr:first-child td:first-child {
    display: flex;
    flex-wrap: wrap;
    max-width: 100%;
    width: 100%;
    justify-content: center;
    flex-basis: 0; }
    .datepicker .datepicker-months tbody tr:first-child td:first-child span,
    .datepicker .datepicker-years tbody tr:first-child td:first-child span,
    .datepicker .datepicker-decades tbody tr:first-child td:first-child span,
    .datepicker .datepicker-centuries tbody tr:first-child td:first-child span {
      display: inline-block;
      padding: 11px; }
  .datepicker .datepicker-switch:hover,
  .datepicker tfoot tr th:hover {
    background-color: white;
    background-image: none;
    color: black; }

.breadcrumb {
  margin-top: 32px;
  display: flex;
  flex-direction: row-reverse;
  justify-content: flex-end;
  align-items: center;
  padding: 0 22px; }
  @media (min-width: 768px) {
    .breadcrumb {
      padding: 0; } }
  .breadcrumb .item {
    font-weight: 500;
    letter-spacing: 0.16px;
    align-items: center;
    display: none; }
    @media (min-width: 1024px) {
      .breadcrumb .item {
        display: flex;
        margin-right: 7px; } }
    .breadcrumb .item a {
      color: #2B0539;
      text-decoration: none;
      display: flex; }
      .breadcrumb .item a:hover {
        text-decoration: underline; }
    .breadcrumb .item.first {
      display: flex;
      margin-right: 0;
      margin-left: -11px; }
      @media (min-width: 1024px) {
        .breadcrumb .item.first {
          margin-left: 0; } }
      .breadcrumb .item.first .icon-arrow-right {
        display: none; }
        @media (min-width: 1024px) {
          .breadcrumb .item.first .icon-arrow-right {
            display: block; } }
      @media (min-width: 1024px) {
        .breadcrumb .item.first .icon-arrow-left {
          display: none; } }
    .breadcrumb .item.last {
      font-weight: 700; }
      .breadcrumb .item.last .icon {
        visibility: hidden;
        width: 1px;
        margin-right: 0; }
  .breadcrumb .icon {
    margin-right: 20px;
    margin-top: -6px;
    width: 20px; }
    .breadcrumb .icon::before {
      margin: 0;
      font-size: 30px; }
  .breadcrumb .item-text {
    display: inline-block; }
  .breadcrumb .backto {
    display: inline-block;
    margin-right: 4px; }
    @media (min-width: 1024px) {
      .breadcrumb .backto {
        display: none; } }

.faq {
  background-color: white;
  -moz-box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
  -webkit-box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
  padding: 20px 20px 20px 20px;
  width: 100%;
  margin-bottom: 20px; }
  .faq .faq-title {
    font: 700 20px/1.25 "brother-1816", sans-serif;
    color: #2B0539;
    line-height: 26px; }
    @media (min-width: 1024px) {
      .faq .faq-title {
        font-size: 24px; } }
    .faq .faq-title .faq-title-button {
      width: 100%;
      position: relative;
      border: none;
      background: transparent;
      text-align: left;
      color: #2B0539;
      padding-right: 50px; }
      .faq .faq-title .faq-title-button .icon {
        position: absolute;
        right: 0;
        top: 0; }
        .faq .faq-title .faq-title-button .icon::before {
          margin: 0;
          font-size: 30px;
          color: #2B0539; }
    .faq .faq-title.open .faq-title-button .icon {
      -webkit-transform: rotate(180deg);
      -moz-transform: rotate(180deg);
      -o-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
      transform: rotate(180deg); }
  .faq.open {
    padding-bottom: 20px; }
  .faq .faq-details {
    font-weight: 500;
    color: #2B0539;
    margin-top: 16px; }
    .faq .faq-details .faq-text ul, .faq .faq-details .faq-text ol {
      margin-left: 30px;
      margin-top: 20px; }
    .faq .faq-details .faq-text a,
    .faq .faq-details .faq-text a:visited {
      color: #461D6C; }

.mailing-list-wrapper {
  padding: 24px 0;
  background-color: #C4BDD8;
  position: relative;
  z-index: 2; }
  @media (max-width: 767px) {
    .mailing-list-wrapper {
      margin-top: 30px; } }
  @media (min-width: 1024px) {
    .mailing-list-wrapper {
      padding: 48px 0; } }
  .mailing-list-wrapper .mailing-list-form-title {
    font: 700 20px/1.25 "brother-1816", sans-serif;
    color: #461D6C;
    margin-bottom: 20px; }
    @media (min-width: 1024px) {
      .mailing-list-wrapper .mailing-list-form-title {
        font-size: 24px; } }
  .mailing-list-wrapper .gform_wrapper.gravity-theme .gform-body {
    width: 100%; }
    .mailing-list-wrapper .gform_wrapper.gravity-theme .gform-body .gfield {
      flex: 0 0 100%; }
      @media (min-width: 768px) {
        .mailing-list-wrapper .gform_wrapper.gravity-theme .gform-body .gfield {
          flex: 0 0 calc( 50% - 11px); } }
      @media (min-width: 1024px) {
        .mailing-list-wrapper .gform_wrapper.gravity-theme .gform-body .gfield {
          flex: 1 0 auto; } }
      @media (min-width: 1024px) {
        .mailing-list-wrapper .gform_wrapper.gravity-theme .gform-body .gfield.gfield--type-submit {
          flex: 0 0 104px; } }
      .mailing-list-wrapper .gform_wrapper.gravity-theme .gform-body .gfield input {
        margin-bottom: 0;
        min-width: 104px;
        width: 100%; }
    .mailing-list-wrapper .gform_wrapper.gravity-theme .gform-body .button:hover, .mailing-list-wrapper .gform_wrapper.gravity-theme .gform-body .button:focus {
      background-color: #F4F2F5;
      border-color: #F4F2F5;
      color: #2B0539; }
  .mailing-list-wrapper .gform_wrapper.gravity-theme .gform_fields {
    gap: 22px;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column; }
    @media (min-width: 768px) {
      .mailing-list-wrapper .gform_wrapper.gravity-theme .gform_fields {
        flex-direction: row; } }
  .mailing-list-wrapper .gform_wrapper.gravity-theme .gform_required_legend {
    display: none; }
  .mailing-list-wrapper .gform_wrapper.gravity-theme .gform_footer {
    margin: 0;
    padding: 0; }
  .mailing-list-wrapper .gform_confirmation_message {
    font-size: 22px;
    line-height: 28px;
    font-weight: 700;
    color: #461D6C; }
  .mailing-list-wrapper .gfield_label .gfield_required_asterisk {
    visibility: hidden; }
    .mailing-list-wrapper .gfield_label .gfield_required_asterisk::after {
      margin-left: -3px;
      content: "(required)";
      font-weight: 400;
      visibility: visible; }

#footer {
  padding: 32px 0 48px;
  color: #2B0539;
  font-size: 16px;
  line-height: 1.6; }
  @media (min-width: 1024px) {
    #footer {
      padding: 48px 0; } }
  #footer .footer-inner {
    position: relative;
    padding-bottom: 64px; }
    @media (min-width: 600px) {
      #footer .footer-inner {
        padding-bottom: 0; } }
  #footer a {
    color: #2B0539; }
  #footer p {
    margin: 0; }
    #footer p:not(:last-child) {
      margin: 0 0 16px; }
  #footer .footer-column {
    display: flex;
    flex-direction: column; }
  #footer .footer-column-inner + .footer-column-inner {
    margin-top: 16px; }
    @media (min-width: 768px) {
      #footer .footer-column-inner + .footer-column-inner {
        margin-top: 24px; } }
  #footer .footer-row {
    display: grid;
    grid-template-columns: 1fr;
    gap: 32px; }
    @media (min-width: 600px) {
      #footer .footer-row {
        position: relative;
        grid-template-columns: repeat(2, 1fr); } }
    @media (min-width: 768px) {
      #footer .footer-row {
        grid-template-columns: repeat(3, 1fr); } }
    @media (min-width: 600px) {
      #footer .footer-row:first-child .footer-column:nth-child(2) {
        order: 2; } }
    @media (min-width: 768px) {
      #footer .footer-row:first-child .footer-column:nth-child(2) {
        order: 0; } }
    @media (min-width: 600px) {
      #footer .footer-row:last-child {
        grid-template-columns: 1fr; } }
    #footer .footer-row + .footer-row {
      margin-top: 40px;
      padding-top: 20px;
      border-top: 4px solid #C4BDD8; }
      @media (min-width: 768px) {
        #footer .footer-row + .footer-row {
          padding-top: 9px;
          margin-top: 24px; } }
  #footer .footer-inner .footer-social-media-users {
    list-style-type: none;
    display: flex;
    flex-wrap: wrap;
    gap: 16px; }
    #footer .footer-inner .footer-social-media-users a path {
      transition: all 0.3s linear; }
    #footer .footer-inner .footer-social-media-users a:hover path {
      fill: #B80E80; }
  #footer .footer-inner .footer-menu {
    list-style-type: none;
    display: flex;
    gap: 12px;
    flex-direction: column;
    font-weight: 500;
    line-height: 1.4; }
    @media (min-width: 768px) {
      #footer .footer-inner .footer-menu {
        margin-bottom: 72px; } }
    #footer .footer-inner .footer-menu a {
      text-decoration: none;
      transition: all 0.3s linear; }
      #footer .footer-inner .footer-menu a:hover {
        color: #B80E80; }
  #footer .footer-section-title {
    font: 500 16px/1.4 "azo-sans-web", sans-serif;
    margin-bottom: 16px; }
  #footer .cog-credits {
    position: absolute;
    bottom: 0;
    left: 0; }
    @media (min-width: 600px) {
      #footer .cog-credits {
        left: auto;
        right: 0;
        text-align: right; } }
    #footer .cog-credits p {
      margin: 0; }
    #footer .cog-credits a {
      text-decoration: none;
      transition: all 0.3s linear; }
      #footer .cog-credits a:hover {
        color: #B80E80; }
  #footer .footer-supporters {
    list-style-type: none;
    display: flex;
    flex-wrap: wrap;
    gap: 24px;
    flex-direction: row;
    align-self: center; }
    @media (min-width: 768px) {
      #footer .footer-supporters {
        gap: 32px; } }
    #footer .footer-supporters li {
      display: flex;
      align-self: center;
      max-height: 70px;
      line-height: 1; }
      #footer .footer-supporters li:first-child {
        width: 100%;
        margin-right: auto; }
        @media (min-width: 800px) {
          #footer .footer-supporters li:first-child {
            width: auto; } }
      #footer .footer-supporters li > * {
        height: 70px;
        width: max-content;
        display: flex;
        align-items: center; }
      #footer .footer-supporters li img {
        width: auto;
        max-height: 100%;
        height: auto; }

.messaging-bar {
  position: fixed;
  bottom: 0;
  z-index: 100;
  width: 100%; }
  .messaging-bar .announcement-banner {
    background-color: #FFDA00;
    width: 100%;
    padding: 23px 0 20px 0;
    display: none;
    color: #2B0539;
    font-size: 16px;
    line-height: 20px;
    letter-spacing: 0.16px;
    font-weight: 500; }
    .messaging-bar .announcement-banner .container {
      height: 100%;
      position: relative; }
    .messaging-bar .announcement-banner .announcement-banner-inner {
      height: 100%;
      width: 100%;
      padding-right: 47px; }
      @media (min-width: 1024px) {
        .messaging-bar .announcement-banner .announcement-banner-inner {
          display: flex;
          align-items: center;
          padding-right: 72px; } }
    .messaging-bar .announcement-banner p,
    .messaging-bar .announcement-banner .announcement-banner-title,
    .messaging-bar .announcement-banner .announcement-banner-read-more {
      color: #2B0539;
      font-size: 16px;
      line-height: 20px;
      letter-spacing: 0.16px;
      font-weight: 500; }
    .messaging-bar .announcement-banner p {
      margin-bottom: 0; }
      .messaging-bar .announcement-banner p a {
        color: #2B0539;
        text-decoration: underline; }
    .messaging-bar .announcement-banner .announcement-banner-title {
      font-weight: 700;
      text-transform: uppercase;
      display: block;
      margin-right: 30px; }
      @media (max-width: 768px) {
        .messaging-bar .announcement-banner .announcement-banner-title {
          margin-bottom: 10px; } }
    .messaging-bar .announcement-banner .read-more-link {
      display: block; }
      @media (min-width: 1024px) {
        .messaging-bar .announcement-banner .read-more-link {
          margin-left: 2px;
          display: inline-block; } }
    .messaging-bar .announcement-banner .announcement-banner-close {
      color: #2B0539;
      margin-left: auto;
      background: transparent;
      border: none;
      position: absolute;
      top: -29px;
      right: 0; }
      @media (min-width: 1024px) {
        .messaging-bar .announcement-banner .announcement-banner-close {
          top: -31px; } }
      .messaging-bar .announcement-banner .announcement-banner-close .icon {
        font-size: 64px;
        margin: 0; }
    .messaging-bar .announcement-banner.cookies {
      background-color: #49BCC3; }
      .messaging-bar .announcement-banner.cookies .announcement-banner-inner {
        padding-right: 0; }
      .messaging-bar .announcement-banner.cookies .button {
        position: relative;
        top: 0;
        background-color: #FFDA00;
        border-color: #FFDA00;
        min-width: 163px; }
        .messaging-bar .announcement-banner.cookies .button:hover, .messaging-bar .announcement-banner.cookies .button:focus {
          background-color: #B80E80;
          border-color: #B80E80;
          color: white;
          border-radius: 0;
          outline: none; }
        @media (max-width: 768px) {
          .messaging-bar .announcement-banner.cookies .button {
            margin-top: 20px; } }

.cog-credits {
  all: unset;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  overflow: hidden;
  height: 24px; }
  .cog-credits .cog-credits__inner {
    display: flex;
    flex-flow: row-reverse nowrap;
    width: fit-content;
    gap: 10px;
    transform: translateX(calc(-100% + 24px)); }
    @media (min-width: 600px) {
      .cog-credits .cog-credits__inner {
        flex-direction: row;
        transform: translateX(calc(100% - 24px)); } }
  .cog-credits.open .cog-credits__inner {
    transform: unset; }
  @media screen and (prefers-reduced-motion: no-preference) {
    .cog-credits.open .cog-credits__toggle {
      rotate: -360deg; } }
  .cog-credits a {
    display: flex;
    align-self: center;
    white-space: nowrap; }
    .cog-credits a svg {
      fill: currentColor;
      flex-shrink: 0;
      width: 125px;
      border-bottom: 1px solid transparent; }
  .cog-credits .cls-1 {
    fill: currentColor; }
  .cog-credits .cog-credits__toggle {
    display: flex;
    background: none;
    border: 0;
    padding: 0;
    margin: 0; }
    .cog-credits .cog-credits__toggle svg {
      width: 24px;
      height: 24px; }
  @media screen and (prefers-reduced-motion: no-preference) {
    .cog-credits .cog-credits__inner {
      transition: transform 0.8s ease; }
    .cog-credits .cog-credits__toggle {
      transition: rotate 0.8s ease; } }

.videos {
  width: 100%; }
  .videos-title {
    font: 700 28px/1.2 "brother-1816", sans-serif;
    margin-bottom: 10px;
    color: #2B0539;
    margin-bottom: 20px; }
    @media (min-width: 1024px) {
      .videos-title {
        font-size: 34px;
        margin-bottom: 20px; } }

.videos-container {
  display: grid;
  gap: 20px;
  grid-template-columns: 1fr; }
  @media (min-width: 768px) {
    .videos-container {
      grid-template-columns: 1fr 1fr; } }
  .videos-container .video-item {
    background: #2B0539; }
    .videos-container .video-item:nth-last-child(1):first-child {
      grid-column: 1/3; }
  .videos-container .video-link {
    display: block;
    position: relative; }
  .videos-container .image-placeholder {
    aspect-ratio: 4/2.244;
    position: relative;
    overflow: hidden;
    background: #2B0539; }
    .videos-container .image-placeholder img {
      width: 100%;
      height: 100%;
      object-fit: cover; }
  .videos-container .figcaption {
    padding: 8px;
    color: white;
    background: #2B0539;
    font-size: 14px; }
  .videos-container .icon {
    position: absolute;
    z-index: 2;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: white; }
    .videos-container .icon::before {
      font-size: 80px;
      margin: 0; }

.projects h2 {
  font: 700 32px/1.15 "brother-1816", sans-serif;
  margin-top: 10px;
  color: #2B0539;
  margin-bottom: 14px; }
  @media (min-width: 1024px) {
    .projects h2 {
      font-size: 40px;
      margin-top: 20px; } }
  @media (min-width: 1024px) {
    .projects h2 {
      font: 700 28px/1.2 "brother-1816", sans-serif;
      margin-bottom: 10px;
      color: #2B0539;
      margin-bottom: 20px;
      color: #2B0539; } }
  @media (min-width: 1024px) and (min-width: 1024px) {
    .projects h2 {
      font-size: 34px;
      margin-bottom: 20px; } }

.show-more-container {
  text-align: center; }

.single-event .article-image .article-image-inner {
  padding-top: 0; }

.single-event .online-viewing-details {
  margin-bottom: 25px;
  padding: 20px;
  background-color: #2B0539;
  color: white;
  font-weight: 500;
  -moz-box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
  -webkit-box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16); }
  .single-event .online-viewing-details h3 {
    font: 700 18px/1.2 "brother-1816", sans-serif;
    margin: 0 0 5px;
    font-family: "azo-sans-web", sans-serif;
    color: white; }
    @media (min-width: 1024px) {
      .single-event .online-viewing-details h3 {
        font-size: 20px; } }
    @media (min-width: 1024px) {
      .single-event .online-viewing-details h3 {
        margin: 0 0 10px; } }
  .single-event .online-viewing-details a {
    color: white;
    text-decoration: underline; }
  .single-event .online-viewing-details--digital {
    background-color: #461D6C; }
    .single-event .online-viewing-details--digital p {
      font-weight: 400; }
    .single-event .online-viewing-details--digital a {
      color: #461D6C;
      text-decoration: none; }
      .single-event .online-viewing-details--digital a:hover {
        color: white;
        border-color: white; }

.inpage-links {
  background: #F4F2F5;
  box-shadow: 0px -3px 6px rgba(0, 0, 0, 0.16);
  padding: 12px 0;
  visibility: hidden;
  transform: translateY(100%);
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  transition: all 0.3s ease; }
  .article-header .inpage-links {
    display: block;
    box-shadow: none;
    background: none;
    visibility: visible;
    transform: none;
    position: relative;
    bottom: auto;
    left: auto;
    right: auto;
    padding: 32px 0 0; }
    .article-header .inpage-links .jump-to {
      margin-top: 0; }
    .article-header .inpage-links .container {
      padding-inline: 22px; }
      @media (min-width: 1024px) {
        .article-header .inpage-links .container {
          padding-inline: 0; } }
  .inpage-links .container {
    display: flex;
    gap: 24px;
    flex-direction: row; }
  .inpage-links .event-book-button {
    width: 100%;
    display: block; }
    @media (min-width: 1024px) {
      .inpage-links .event-book-button {
        margin: 0 0 0 auto;
        width: auto; } }
  .inpage-links.scrolled {
    z-index: 3;
    visibility: visible;
    transform: translateY(0); }
  .inpage-links .jump-to {
    font-weight: 700;
    text-decoration: none;
    color: #2B0539;
    position: relative;
    margin-top: 10px;
    flex: 0 0 auto;
    padding: 0 32px 0 0;
    min-height: 32px;
    display: flex;
    align-items: center; }
    @media (min-width: 1024px) {
      .inpage-links .jump-to {
        padding-right: 0;
        margin-top: 0;
        align-self: flex-start;
        min-height: 10px; } }
    .inpage-links .jump-to .jump-to-button {
      position: absolute;
      top: 0;
      right: 0;
      -webkit-appearance: none;
      -moz-appearance: none;
      appearance: none;
      border: none;
      background: transparent;
      transition: all 0.3s ease-in-out; }
      @media (min-width: 1024px) {
        .inpage-links .jump-to .jump-to-button {
          display: none; } }
      .inpage-links .jump-to .jump-to-button .icon-arrow-down::before {
        margin: 0;
        font-size: 32px;
        color: #2B0539; }
    .inpage-links .jump-to.open .jump-to-button {
      transform: rotate(180deg); }
  .inpage-links .inpage-link-list {
    list-style-type: none; }
    @media (min-width: 1024px) {
      .inpage-links .inpage-link-list {
        display: flex;
        flex-wrap: wrap;
        gap: 16px;
        flex-direction: row; } }
  .inpage-links .inpage-link-item {
    display: flex;
    align-self: center;
    flex-wrap: wrap; }
    .inpage-links .inpage-link-item + .inpage-link-item {
      margin-top: 12px; }
      @media (min-width: 1024px) {
        .inpage-links .inpage-link-item + .inpage-link-item {
          margin-top: 0; } }
    .inpage-links .inpage-link-item a {
      text-decoration: none;
      color: #2B0539;
      position: relative; }
      .inpage-links .inpage-link-item a::before {
        content: "";
        position: absolute;
        width: 100%;
        height: 3px;
        bottom: -10px;
        left: 0;
        background-color: #B80E80;
        visibility: hidden;
        transform: scaleX(0);
        transition: all 0.3s ease-in-out; }
      .inpage-links .inpage-link-item a:hover:before {
        visibility: visible;
        transform: scaleX(1); }
  .inpage-links__content {
    display: none;
    flex-direction: row;
    gap: 16px;
    width: 100%; }
    @media (min-width: 1024px) {
      .inpage-links__content {
        display: flex;
        align-self: center; } }
    .inpage-links__content:has(.inpage-link-list:empty) {
      display: none; }
    .article-header .inpage-links__content {
      display: flex;
      flex-direction: column; }
      @media (min-width: 1024px) {
        .article-header .inpage-links__content {
          flex-direction: row; } }

.access_badges {
  display: flex;
  flex-wrap: wrap;
  gap: 8px; }
  .access_badges .access-item-wrapper {
    margin: 0; }
    .access_badges .access-item-wrapper .badge {
      margin: 0; }

.access-item-wrapper {
  position: relative;
  align-self: start; }
  .access-item-wrapper:hover .badge, .access-item-wrapper.open .badge {
    background-color: #2B0539;
    color: white; }
  .access-item-wrapper:hover .access-item:after, .access-item-wrapper.open .access-item:after {
    visibility: visible;
    opacity: 1; }
  .access-item-wrapper:hover .tooltiptext, .access-item-wrapper.open .tooltiptext {
    visibility: visible;
    opacity: 1; }
  .access-item-wrapper .access-item {
    font-weight: 500;
    color: #3C3B3B;
    letter-spacing: 0.16px;
    display: flex;
    align-items: end;
    cursor: pointer;
    position: relative;
    z-index: 2; }
    .access-item-wrapper .access-item.access-item-square + .tooltiptext {
      left: -18%;
      width: 147px; }
  .access-item-wrapper .tooltiptext {
    visibility: hidden;
    position: absolute;
    z-index: 2;
    bottom: 40px;
    left: 50%;
    transform: translateX(-50%);
    opacity: 0;
    transition: opacity 0.3s;
    background: #F4F2F5;
    padding: 9px 12px;
    font-size: 12px;
    line-height: 1.4;
    width: 127px;
    color: black;
    box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16); }
    .access-item-wrapper .tooltiptext:after {
      bottom: -11px;
      left: 50%;
      transform: translateX(-50%);
      border: 6px solid transparent;
      content: "";
      height: 0;
      width: 0;
      position: absolute;
      pointer-events: none;
      border-color: transparent;
      border-top-color: #F4F2F5; }
    .accordion-item-details .access-item-wrapper .tooltiptext {
      left: 0;
      transform: none; }
      .accordion-item-details .access-item-wrapper .tooltiptext:after {
        left: 12px;
        transform: none; }
    .access-item-wrapper .tooltiptext-position--left {
      left: 0;
      transform: none; }
      .access-item-wrapper .tooltiptext-position--left:after {
        left: 12px;
        transform: none; }
    .access-item-wrapper .tooltiptext-position--right {
      right: 0;
      left: auto;
      transform: none; }
      .access-item-wrapper .tooltiptext-position--right:after {
        left: auto;
        right: 12px;
        transform: none; }
  .access-item-wrapper .badge {
    font-weight: 700;
    font-size: 13px;
    line-height: 16px;
    text-transform: uppercase;
    border-radius: 50%;
    border: 2px solid #2B0539;
    color: #2B0539;
    padding: 6px 2px;
    min-width: 36px;
    height: 36px;
    text-align: center;
    justify-content: center;
    align-items: center;
    display: inline-flex;
    margin-right: 10px;
    transition: all 0.3s ease;
    align-self: flex-start; }
    .access-item-wrapper .badge.badge-square {
      border-radius: 0;
      padding: 9px 6px 6px 6px; }
  .access-item-wrapper__row {
    display: grid;
    gap: 10px;
    grid-template-columns: 36px auto; }
    .access-item-wrapper__row + .access-item-wrapper__row {
      margin-top: 16px; }
  .access-item-wrapper__text {
    color: #3C3B3B; }
    .access-item-wrapper__text > * {
      display: block; }
    .access-item-wrapper__text .access-item-title {
      font: 700 16px/1.2 "brother-1816", sans-serif;
      margin: 0 0 8px; }
      @media (min-width: 1024px) {
        .access-item-wrapper__text .access-item-title {
          margin-bottom: 10px; } }

.article-sidebar .sections > .section-title {
  min-height: 44px;
  display: flex;
  align-items: center;
  margin: 0 0 32px; }

.article-sidebar .section:has(.accordion-item-title) {
  border-top: 1px solid #2B0539;
  padding: 14.5px 0;
  position: relative;
  min-height: 48px; }

.article-sidebar .section-title, .article-sidebar .accordion-item-title {
  font: 700 18px/1.2 "brother-1816", sans-serif;
  font-size: 20px;
  color: black;
  position: relative;
  margin: 0; }
  @media (min-width: 1024px) {
    .article-sidebar .section-title, .article-sidebar .accordion-item-title {
      font-size: 20px; } }

.article-sidebar .accordion-item-title-button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  background: none;
  width: 100%;
  display: grid;
  gap: 16px;
  grid-template-columns: auto 28px;
  text-align: left; }
  .article-sidebar .accordion-item-title-button:not(:has(.btn)) {
    position: absolute;
    margin: 0;
    display: block;
    right: 0;
    top: 12px;
    width: auto; }
    @media (min-width: 768px) {
      .article-sidebar .accordion-item-title-button:not(:has(.btn)) {
        display: none; } }
  .article-sidebar .accordion-item-title-button .btn {
    margin: -2px 0 0; }
  .article-sidebar .accordion-item-title-button .icon:before {
    margin: 0;
    font-size: 28px;
    color: #461D6C; }
  .article-sidebar .accordion-item-title-button .icon.icon-minus {
    display: none; }
  .article-sidebar .accordion-item-title-button.open .icon.icon-minus {
    display: block; }
  .article-sidebar .accordion-item-title-button.open .icon.icon-plus {
    display: none; }

.article-sidebar .accordion-item-details,
.article-sidebar .accordion-item-details__message {
  margin-top: 16px; }
  .article-sidebar .accordion-item-details > *:first-child,
  .article-sidebar .accordion-item-details__message > *:first-child {
    margin-top: 0; }
  .article-sidebar .accordion-item-details > h4,
  .article-sidebar .accordion-item-details__message > h4 {
    font: 700 16px/1.2 "brother-1816", sans-serif;
    color: #2B0539;
    margin: 20px 0 8px; }
    @media (min-width: 1024px) {
      .article-sidebar .accordion-item-details > h4,
      .article-sidebar .accordion-item-details__message > h4 {
        margin-bottom: 10px; } }
  .article-sidebar .accordion-item-details a,
  .article-sidebar .accordion-item-details__message a {
    color: currentColor; }
  .article-sidebar .accordion-item-details p,
  .article-sidebar .accordion-item-details__message p {
    margin-bottom: 5px; }
  .article-sidebar .accordion-item-details__message:not(:first-child),
  .article-sidebar .accordion-item-details__message__message:not(:first-child) {
    margin-top: 24px; }

.article-sidebar .access-item::after {
  display: none; }

.back-to-whatson {
  display: none; }
  .back-to-whatson.open {
    margin-top: 40px;
    display: inline-block;
    width: 100%; }
    @media (min-width: 1024px) {
      .back-to-whatson.open {
        width: auto; } }

@media (max-width: 768px) {
  .single-event .article-title.open,
  .single-project .article-title.open,
  .page-template-season .article-title.open,
  .home .article-title.open {
    margin-top: 12px; } }

.single-event .article-title .category,
.single-project .article-title .category,
.page-template-season .article-title .category,
.home .article-title .category {
  font-weight: 700;
  text-transform: uppercase;
  display: block;
  margin-bottom: 6px; }
  .single-event .article-title .category-row,
  .single-project .article-title .category-row,
  .page-template-season .article-title .category-row,
  .home .article-title .category-row {
    display: flex;
    flex-wrap: wrap;
    gap: 6px; }
    .single-event .article-title .category-row .normal,
    .single-project .article-title .category-row .normal,
    .page-template-season .article-title .category-row .normal,
    .home .article-title .category-row .normal {
      font-weight: 400; }

.single-event .article-title .above-title,
.single-project .article-title .above-title,
.page-template-season .article-title .above-title,
.home .article-title .above-title {
  display: block;
  margin-bottom: 12px; }

.single-event .article-title h1 .icon,
.single-project .article-title h1 .icon,
.page-template-season .article-title h1 .icon,
.home .article-title h1 .icon {
  position: absolute;
  top: 0;
  right: 0;
  display: none; }
  .single-event .article-title h1 .icon::before,
  .single-project .article-title h1 .icon::before,
  .page-template-season .article-title h1 .icon::before,
  .home .article-title h1 .icon::before {
    font-size: 50px;
    color: white;
    margin: 0; }

.event-instances {
  max-width: 740px;
  -moz-box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
  -webkit-box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
  padding: 20px 22px;
  display: none; }
  @media (min-width: 1024px) {
    .event-instances {
      padding: 20px 24px; } }
  .event-instances .intro-text {
    font-weight: 700;
    letter-spacing: 0.16px;
    margin-bottom: 24px; }
  .event-instances .accessible-filter {
    border-bottom: 1px solid #2B0539;
    margin-bottom: 20px; }
    .event-instances .accessible-filter h3 {
      font: 700 16px/1.2 "brother-1816", sans-serif;
      margin-bottom: 10px; }
      @media (min-width: 1024px) {
        .event-instances .accessible-filter h3 {
          margin-bottom: 10px; } }
  @media (min-width: 1024px) {
    .event-instances form {
      display: flex;
      justify-content: space-between;
      flex: 0 1 50%; } }
  .event-instances form .form-group {
    margin-bottom: 20px;
    min-width: 50%; }
  .event-instances input[type=range] {
    box-sizing: border-box;
    appearance: none;
    width: 100%;
    height: 5px;
    background-color: #B80E80;
    border-radius: 50px;
    margin: 0;
    border: 0;
    outline: none;
    background-size: 100% 2px;
    pointer-events: none;
    color: #B80E80;
    z-index: 1; }
    .event-instances input[type=range]:active, .event-instances input[type=range]:focus {
      outline: none; }
  .event-instances input[type=range] {
    -webkit-appearance: none;
    color: #B80E80;
    width: 100%; }
  .event-instances input[type=range]::-webkit-slider-thumb {
    -webkit-appearance: none; }
  .event-instances input[type=range]:focus {
    outline: none; }
  .event-instances input[type=range]::-ms-track {
    width: 100%;
    cursor: pointer;
    background: transparent;
    border-color: transparent;
    color: transparent; }
  .event-instances input[type=range]::-webkit-slider-thumb {
    height: 27px;
    width: 27px;
    border-radius: 28px;
    border: 1px solid #B80E80;
    background-color: #B80E80;
    position: relative;
    z-index: 50;
    cursor: pointer;
    appearance: none;
    pointer-events: all;
    color: #B80E80 !important; }
  .event-instances input[type=range]::-moz-range-thumb {
    height: 27px;
    width: 27px;
    border-radius: 28px;
    border: 1px solid #B80E80;
    background-color: #B80E80;
    position: relative;
    z-index: 50;
    cursor: pointer;
    appearance: none;
    pointer-events: all;
    color: #B80E80 !important; }
  .event-instances input[type=range]::-ms-thumb {
    height: 27px;
    width: 27px;
    border-radius: 28px;
    border: 1px solid #B80E80;
    background-color: #B80E80;
    position: relative;
    z-index: 10000;
    cursor: pointer;
    appearance: none;
    pointer-events: all;
    color: #B80E80 !important; }
  @media (max-width: 768px) {
    .event-instances .multi-range-container {
      margin-top: 20px; } }
  .event-instances .multi-range {
    position: relative;
    height: 50px;
    display: block;
    width: 100%; }
    .event-instances .multi-range input[type=range],
    .event-instances .multi-range .writtenValue {
      position: absolute; }
    .event-instances .multi-range .writtenValue {
      top: 30px;
      font: 700 16px/1.2 "brother-1816", sans-serif;
      color: #3C3B3B; }
      @media (min-width: 1024px) {
        .event-instances .multi-range .writtenValue {
          margin-bottom: 10px; } }
    .event-instances .multi-range #upperValue {
      right: 0; }
  .event-instances .range-color {
    background-color: #B80E80;
    border-radius: 50px;
    width: 100%;
    display: block;
    height: 5px;
    position: absolute;
    z-index: 1; }
  .event-instances input[type=range]::-ms-track {
    width: 100%;
    height: 8.4px;
    cursor: pointer;
    background: transparent;
    border-color: transparent;
    border-width: 16px 0;
    color: transparent; }
  .event-instances input[type=range]::-ms-fill-lower {
    background: #2a6495;
    border: 0.2px solid #010101;
    border-radius: 2.6px;
    box-shadow: 1px 1px 1px #000000, 0px 0px 1px #0d0d0d; }
  .event-instances input[type=range]:focus::-ms-fill-lower {
    background: #3071a9; }
  .event-instances input[type=range]::-ms-fill-upper {
    background: #3071a9;
    border: 0.2px solid #010101;
    border-radius: 2.6px;
    box-shadow: 1px 1px 1px #000000, 0px 0px 1px #0d0d0d; }
  .event-instances input[type=range]:focus::-ms-fill-upper {
    background: #367ebd; }
  .event-instances .bookings-inner {
    width: 100%; }
    .event-instances .bookings-inner .instances {
      width: 100%;
      list-style-type: none; }
      .event-instances .bookings-inner .instances li,
      .event-instances .bookings-inner .instances .item {
        width: 100%;
        border-bottom: 1px solid #2B0539;
        padding: 20.5px 0;
        position: relative; }
        .event-instances .bookings-inner .instances li:last-child,
        .event-instances .bookings-inner .instances .item:last-child {
          border-bottom: none; }
        @media (min-width: 1024px) {
          .event-instances .bookings-inner .instances li .instance-section-wrapper,
          .event-instances .bookings-inner .instances .item .instance-section-wrapper {
            display: table;
            width: 100%; }
            .event-instances .bookings-inner .instances li .instance-section-wrapper .band,
            .event-instances .bookings-inner .instances .item .instance-section-wrapper .band {
              width: 80px; } }
        @media (max-width: 768px) {
          .event-instances .bookings-inner .instances li .instance-section,
          .event-instances .bookings-inner .instances .item .instance-section {
            display: flex;
            justify-content: space-between;
            padding-bottom: 0 !important; } }
        @media (min-width: 1024px) {
          .event-instances .bookings-inner .instances li .instance-section,
          .event-instances .bookings-inner .instances .item .instance-section {
            display: table-cell; } }
        @media (min-width: 1024px) {
          .event-instances .bookings-inner .instances li .instance-section.main,
          .event-instances .bookings-inner .instances .item .instance-section.main {
            width: 27%; } }
        .event-instances .bookings-inner .instances li .instance-section.ticket-type,
        .event-instances .bookings-inner .instances .item .instance-section.ticket-type {
          text-align: right;
          font: 700 16px/1.2 "brother-1816", sans-serif;
          margin-bottom: 12px;
          color: #3C3B3B; }
          @media (min-width: 1024px) {
            .event-instances .bookings-inner .instances li .instance-section.ticket-type,
            .event-instances .bookings-inner .instances .item .instance-section.ticket-type {
              margin-bottom: 10px; } }
          @media (min-width: 1024px) {
            .event-instances .bookings-inner .instances li .instance-section.ticket-type,
            .event-instances .bookings-inner .instances .item .instance-section.ticket-type {
              margin-bottom: 0;
              padding-top: 30px;
              width: 16%;
              text-align: left;
              position: relative; } }
          .event-instances .bookings-inner .instances li .instance-section.ticket-type span,
          .event-instances .bookings-inner .instances .item .instance-section.ticket-type span {
            width: 100%; }
            @media (min-width: 1024px) {
              .event-instances .bookings-inner .instances li .instance-section.ticket-type span,
              .event-instances .bookings-inner .instances .item .instance-section.ticket-type span {
                position: absolute;
                top: 35px; } }
        @media (max-width: 768px) {
          .event-instances .bookings-inner .instances li .instance-section.book-button .button,
          .event-instances .bookings-inner .instances .item .instance-section.book-button .button {
            width: 100%;
            margin-top: 8px; } }
        @media (min-width: 1024px) {
          .event-instances .bookings-inner .instances li .instance-section.book-button,
          .event-instances .bookings-inner .instances .item .instance-section.book-button {
            position: absolute;
            bottom: 20.5px;
            right: 0;
            display: flex;
            flex-direction: column;
            width: auto; }
            .event-instances .bookings-inner .instances li .instance-section.book-button .secondary,
            .event-instances .bookings-inner .instances .item .instance-section.book-button .secondary {
              margin-top: 10px; } }
        @media (min-width: 1024px) {
          .event-instances .bookings-inner .instances li .instance-section.pwyc,
          .event-instances .bookings-inner .instances .item .instance-section.pwyc {
            max-width: 500px;
            padding-left: 180px; } }
        .event-instances .bookings-inner .instances li .instance-section.pwyc p,
        .event-instances .bookings-inner .instances .item .instance-section.pwyc p {
          font-weight: 500;
          color: #3C3B3B; }
          @media (max-width: 1023px) {
            .event-instances .bookings-inner .instances li .instance-section.pwyc p,
            .event-instances .bookings-inner .instances .item .instance-section.pwyc p {
              padding-top: 20px; } }
        .event-instances .bookings-inner .instances li .instance-section .date,
        .event-instances .bookings-inner .instances .item .instance-section .date {
          font: 700 20px/1.25 "brother-1816", sans-serif;
          color: #2B0539;
          margin-bottom: 10px; }
          @media (min-width: 1024px) {
            .event-instances .bookings-inner .instances li .instance-section .date,
            .event-instances .bookings-inner .instances .item .instance-section .date {
              font-size: 24px; } }
        .event-instances .bookings-inner .instances li .instance-section .band-name,
        .event-instances .bookings-inner .instances .item .instance-section .band-name {
          font: 700 16px/1.2 "brother-1816", sans-serif;
          color: #3C3B3B;
          margin-bottom: 13px; }
          @media (min-width: 1024px) {
            .event-instances .bookings-inner .instances li .instance-section .band-name,
            .event-instances .bookings-inner .instances .item .instance-section .band-name {
              margin-bottom: 10px; } }
        .event-instances .bookings-inner .instances li .instance-section .band-price,
        .event-instances .bookings-inner .instances .item .instance-section .band-price {
          font-weight: 500;
          color: #3C3B3B; }
        .event-instances .bookings-inner .instances li .instance-section .access-badges,
        .event-instances .bookings-inner .instances .item .instance-section .access-badges {
          display: flex; }
  @media (max-width: 1023px) {
    .event-instances .instance-book-button.secondary {
      width: 100%; } }

.page-template-whatson .article-sidebar.filters .section-title.first,
.page-template-access-performances .article-sidebar.filters .section-title.first {
  display: block !important; }
  .page-template-whatson .article-sidebar.filters .section-title.first span,
  .page-template-access-performances .article-sidebar.filters .section-title.first span {
    display: flex;
    align-content: center; }
    .page-template-whatson .article-sidebar.filters .section-title.first span .main-accordion,
    .page-template-access-performances .article-sidebar.filters .section-title.first span .main-accordion {
      top: -2px; }

@media (max-width: 768px) {
  .page-template-whatson .article-sidebar.filters .all-sections,
  .page-template-access-performances .article-sidebar.filters .all-sections {
    display: none; } }

.page-template-whatson .article-sidebar.filters .all-sections.show,
.page-template-access-performances .article-sidebar.filters .all-sections.show {
  display: block; }

@media (max-width: 768px) {
  .page-template-whatson .article-sidebar.filters .all-sections .section:first-child,
  .page-template-access-performances .article-sidebar.filters .all-sections .section:first-child {
    margin-top: 0; } }

.page-template-whatson .article-sidebar.filters .section .section-title,
.page-template-access-performances .article-sidebar.filters .section .section-title {
  border: none; }

.page-template-whatson .article-sidebar.filters .filters-clear-button,
.page-template-access-performances .article-sidebar.filters .filters-clear-button {
  padding: 10px;
  min-width: auto;
  position: absolute;
  right: 0;
  top: 0;
  font-size: 16px;
  line-height: 20px;
  min-width: 130px;
  display: none; }
  @media (min-width: 768px) {
    .page-template-whatson .article-sidebar.filters .filters-clear-button,
    .page-template-access-performances .article-sidebar.filters .filters-clear-button {
      display: block !important; } }
  .page-template-whatson .article-sidebar.filters .filters-clear-button.open,
  .page-template-access-performances .article-sidebar.filters .filters-clear-button.open {
    display: block !important;
    position: relative;
    margin-top: 16px; }

.page-template-whatson .article-sidebar.filters .categories,
.page-template-access-performances .article-sidebar.filters .categories {
  display: flex;
  flex-wrap: wrap;
  padding: 8px 0 16px;
  gap: 10px; }
  .page-template-whatson .article-sidebar.filters .categories .category,
  .page-template-access-performances .article-sidebar.filters .categories .category {
    font-weight: 700;
    letter-spacing: 1px;
    font-size: 14px;
    line-height: 1;
    color: #461D6C;
    padding: 13px 12px;
    background: #C5BED9;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    cursor: pointer;
    text-transform: uppercase; }
    .page-template-whatson .article-sidebar.filters .categories .category.applied, .page-template-whatson .article-sidebar.filters .categories .category:hover,
    .page-template-access-performances .article-sidebar.filters .categories .category.applied,
    .page-template-access-performances .article-sidebar.filters .categories .category:hover {
      background-color: #B80E80;
      color: white; }

.page-template-whatson .article-sidebar.filters .parameter-list,
.page-template-access-performances .article-sidebar.filters .parameter-list {
  padding: 9px 0 0; }

.page-template-whatson .article-sidebar.filters .datepicker,
.page-template-access-performances .article-sidebar.filters .datepicker {
  max-width: 100%;
  background: none;
  padding: 2px 0 0;
  margin: 0 0 17px; }
  .page-template-whatson .article-sidebar.filters .datepicker table tr td,
  .page-template-access-performances .article-sidebar.filters .datepicker table tr td {
    padding-block: 2px; }
  .page-template-whatson .article-sidebar.filters .datepicker table tr th.dow,
  .page-template-access-performances .article-sidebar.filters .datepicker table tr th.dow {
    padding: 6px 0 4px; }

.page-template-whatson .article-sidebar.filters input[type="checkbox"],
.page-template-access-performances .article-sidebar.filters input[type="checkbox"] {
  display: none; }

.page-template-whatson .events,
.page-template-access-performances .events {
  gap: 24px 20px;
  display: grid;
  grid-template-columns: 1fr; }
  @media (min-width: 568px) {
    .page-template-whatson .events,
    .page-template-access-performances .events {
      grid-template-columns: repeat(2, 1fr); } }
  @media (min-width: 740px) {
    .page-template-whatson .events,
    .page-template-access-performances .events {
      grid-template-columns: repeat(auto-fit, minmax(250px, 1fr)); } }
  @media (min-width: 1024px) {
    .page-template-whatson .events .event-block .image-text-card-title,
    .page-template-whatson .events .promo-block .image-text-card-title,
    .page-template-access-performances .events .event-block .image-text-card-title,
    .page-template-access-performances .events .promo-block .image-text-card-title {
      font: 700 20px/1.25 "brother-1816", sans-serif; } }
  @media (min-width: 1024px) and (min-width: 1024px) {
    .page-template-whatson .events .event-block .image-text-card-title,
    .page-template-whatson .events .promo-block .image-text-card-title,
    .page-template-access-performances .events .event-block .image-text-card-title,
    .page-template-access-performances .events .promo-block .image-text-card-title {
      font-size: 24px; } }
  .page-template-whatson .events .promo-block .promo-block-image-wrapper,
  .page-template-access-performances .events .promo-block .promo-block-image-wrapper {
    aspect-ratio: 4 / 3;
    overflow: hidden; }
    .page-template-whatson .events .promo-block .promo-block-image-wrapper img,
    .page-template-access-performances .events .promo-block .promo-block-image-wrapper img {
      width: 100%;
      height: 100%;
      object-fit: cover; }
  .page-template-whatson .events .promo-block .promo-block-copy,
  .page-template-access-performances .events .promo-block .promo-block-copy {
    padding: 16px 20px;
    background-color: #2B0539;
    -moz-box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
    -webkit-box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
    box-shadow: 0px 3px 6px #3b252529;
    position: relative;
    color: white;
    margin: 0; }
    .page-template-whatson .events .promo-block .promo-block-copy h3,
    .page-template-access-performances .events .promo-block .promo-block-copy h3 {
      font: 700 24px/1.2 "brother-1816", sans-serif;
      color: white;
      margin-bottom: 4px; }
      @media (min-width: 1024px) {
        .page-template-whatson .events .promo-block .promo-block-copy h3,
        .page-template-access-performances .events .promo-block .promo-block-copy h3 {
          font-size: 28px; } }
      @media (min-width: 1024px) {
        .page-template-whatson .events .promo-block .promo-block-copy h3,
        .page-template-access-performances .events .promo-block .promo-block-copy h3 {
          font: 700 20px/1.25 "brother-1816", sans-serif;
          color: white; } }
  @media (min-width: 1024px) and (min-width: 1024px) {
    .page-template-whatson .events .promo-block .promo-block-copy h3,
    .page-template-access-performances .events .promo-block .promo-block-copy h3 {
      font-size: 24px; } }
    .page-template-whatson .events .promo-block .promo-block-copy .button,
    .page-template-access-performances .events .promo-block .promo-block-copy .button {
      border-color: white;
      width: 100%; }
      @media (min-width: 1024px) {
        .page-template-whatson .events .promo-block .promo-block-copy .button,
        .page-template-access-performances .events .promo-block .promo-block-copy .button {
          min-width: auto;
          padding: 10px 12px; } }
      .page-template-whatson .events .promo-block .promo-block-copy .button:hover, .page-template-whatson .events .promo-block .promo-block-copy .button:focus,
      .page-template-access-performances .events .promo-block .promo-block-copy .button:hover,
      .page-template-access-performances .events .promo-block .promo-block-copy .button:focus {
        background-color: #C4BDD8;
        border-color: #C4BDD8;
        color: #2B0539; }
      .page-template-whatson .events .promo-block .promo-block-copy .button.tertiary,
      .page-template-access-performances .events .promo-block .promo-block-copy .button.tertiary {
        border-color: #FFDA00; }
        .page-template-whatson .events .promo-block .promo-block-copy .button.tertiary:hover, .page-template-whatson .events .promo-block .promo-block-copy .button.tertiary:focus,
        .page-template-access-performances .events .promo-block .promo-block-copy .button.tertiary:hover,
        .page-template-access-performances .events .promo-block .promo-block-copy .button.tertiary:focus {
          background-color: #B80E80;
          border-color: #B80E80;
          color: white; }
  .page-template-whatson .events .event-block .page-block-image .image-text-card-title,
  .page-template-access-performances .events .event-block .page-block-image .image-text-card-title {
    font: 700 20px/1.25 "brother-1816", sans-serif;
    color: #2B0539; }
    @media (min-width: 1024px) {
      .page-template-whatson .events .event-block .page-block-image .image-text-card-title,
      .page-template-access-performances .events .event-block .page-block-image .image-text-card-title {
        font-size: 24px; } }
  .page-template-whatson .events .event-block .page-block-image .below,
  .page-template-access-performances .events .event-block .page-block-image .below {
    margin-bottom: 0; }
  @media (min-width: 1024px) {
    .page-template-whatson .events .event-block .page-block-image .image-text-card-buttons .button,
    .page-template-access-performances .events .event-block .page-block-image .image-text-card-buttons .button {
      min-width: auto;
      padding: 10px; } }

.all-events-list,
.no-results {
  display: none; }

.pagination {
  text-align: center;
  margin-top: 32px; }

.no-results .error-text {
  font-size: 22px;
  line-height: 26px;
  font-weight: 700;
  color: #2B0539;
  font-family: "brother-1816", sans-serif; }

@media (min-width: 768px) {
  .page-template-whatson .article-title,
  .page-template-digital-library .article-title,
  .search-results .article-title,
  .search-no-results .article-title,
  .error404 .article-title,
  .single-digitalevent .article-title {
    margin: 0 0 24px;
    width: 100%;
    max-width: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none; } }

/* Disable transitions during initial setup */
.section .accordion-item-details.no-transition,
#section0.no-transition {
  transition: none !important;
  -webkit-transition: none !important; }

/* Ensure smooth transitions after initialization */
.section .accordion-item-details:not(.no-transition),
#section0:not(.no-transition) {
  transition: height 0.35s ease; }

.single-project .article-title {
  margin-bottom: 0 !important; }

.page-template-membership .article-title, .page-template-page-general .article-title {
  background: #2B0539; }

.page-template-membership .info-box .info-box-data-inner, .page-template-page-general .info-box .info-box-data-inner {
  box-shadow: none;
  background: transparent; }

@media (min-width: 768px) {
  .page-template-membership .article-content .container.centered, .page-template-page-general .article-content .container.centered {
    margin-right: auto;
    margin-left: auto; } }

@media (min-width: 1024px) {
  .page-template-membership .article-content .container.centered, .page-template-page-general .article-content .container.centered {
    max-width: 960px; } }

@media (min-width: 768px) {
  .page-template-membership .memberships, .page-template-page-general .memberships {
    display: flex;
    flex-wrap: wrap;
    margin-left: -10px;
    margin-right: -10px; } }

.page-template-membership .memberships .membership-item, .page-template-page-general .memberships .membership-item {
  background: #00567B;
  padding: 20px 20px 22px 20px;
  color: white;
  -moz-box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
  -webkit-box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
  box-shadow: 0px 3px 6px #3b252529;
  margin-bottom: 20px;
  flex: 1 0 100%; }
  .page-template-membership .memberships .membership-item:nth-child(2), .page-template-page-general .memberships .membership-item:nth-child(2) {
    background: #B80E80; }
  .page-template-membership .memberships .membership-item:nth-child(3), .page-template-page-general .memberships .membership-item:nth-child(3) {
    background: #6F246B; }
  .page-template-membership .memberships .membership-item:nth-child(4), .page-template-page-general .memberships .membership-item:nth-child(4) {
    background: #461D6C; }
  .page-template-membership .memberships .membership-item:nth-child(5), .page-template-page-general .memberships .membership-item:nth-child(5) {
    background: #2B0539; }
  .page-template-membership .memberships .membership-item h3, .page-template-page-general .memberships .membership-item h3 {
    font: 700 24px/1.2 "brother-1816", sans-serif;
    display: flex;
    justify-content: space-between;
    color: white;
    margin-bottom: 10px; }
    @media (min-width: 1024px) {
      .page-template-membership .memberships .membership-item h3, .page-template-page-general .memberships .membership-item h3 {
        font-size: 28px; } }
  .page-template-membership .memberships .membership-item .checkbox-label:before, .page-template-page-general .memberships .membership-item .checkbox-label:before {
    border: 2px solid white;
    background-color: transparent; }
  .page-template-membership .memberships .membership-item .checkbox-label:after, .page-template-page-general .memberships .membership-item .checkbox-label:after {
    color: white !important; }
  .page-template-membership .memberships .membership-item .membership-header, .page-template-page-general .memberships .membership-item .membership-header {
    cursor: pointer; }
    .page-template-membership .memberships .membership-item .membership-header[aria-expanded="true"] h3 span, .page-template-page-general .memberships .membership-item .membership-header[aria-expanded="true"] h3 span {
      transform: rotate(180deg); }
  .page-template-membership .memberships .membership-item .description, .page-template-page-general .memberships .membership-item .description {
    margin-top: 20px;
    margin-bottom: 10px;
    padding-top: 20px;
    border-top: 1px solid white;
    font-weight: 500; }
  .page-template-membership .memberships .membership-item .benefits, .page-template-page-general .memberships .membership-item .benefits {
    padding-left: 20px;
    padding-bottom: 25px; }
    .page-template-membership .memberships .membership-item .benefits li, .page-template-page-general .memberships .membership-item .benefits li {
      margin-bottom: 5px; }
  .page-template-membership .memberships .membership-item .price, .page-template-page-general .memberships .membership-item .price {
    font-size: 24px;
    color: #2B0539;
    font-weight: 500;
    line-height: 1.5;
    color: white;
    margin-bottom: 0; }
    @media (min-width: 1024px) {
      .page-template-membership .memberships .membership-item .price, .page-template-page-general .memberships .membership-item .price {
        font-size: 20px; } }
    .page-template-membership .memberships .membership-item .price a, .page-template-page-general .memberships .membership-item .price a {
      color: currentColor; }
  .page-template-membership .memberships .membership-item .membership-footer, .page-template-page-general .memberships .membership-item .membership-footer {
    display: flex; }
    @media (min-width: 1024px) {
      .page-template-membership .memberships .membership-item .membership-footer, .page-template-page-general .memberships .membership-item .membership-footer {
        justify-content: normal; }
        .page-template-membership .memberships .membership-item .membership-footer .button, .page-template-page-general .memberships .membership-item .membership-footer .button {
          margin-right: 8px; } }
    .page-template-membership .memberships .membership-item .membership-footer .button, .page-template-page-general .memberships .membership-item .membership-footer .button {
      min-width: 111px;
      margin-right: 10px; }
      @media (max-width: 1023px) {
        .page-template-membership .memberships .membership-item .membership-footer .button:last-child, .page-template-page-general .memberships .membership-item .membership-footer .button:last-child {
          margin-right: 0; } }

.page-template-membership .season-events .intro, .page-template-page-general .season-events .intro {
  font-size: 24px;
  color: #2B0539;
  font-weight: 500;
  line-height: 1.5;
  max-width: 608px;
  margin-bottom: 20px; }
  @media (min-width: 1024px) {
    .page-template-membership .season-events .intro, .page-template-page-general .season-events .intro {
      font-size: 20px; } }
  @media (min-width: 1024px) {
    .page-template-membership .season-events .intro, .page-template-page-general .season-events .intro {
      max-width: 800px; } }

.page-template-membership .season-events .hidden, .page-template-page-general .season-events .hidden {
  display: none; }

.page-template-membership .promo-block-wrapper .promo-block .promo-block-copy, .page-template-page-general .promo-block-wrapper .promo-block .promo-block-copy {
  background: #00567B; }

.page-template-membership .faq-container-with-heading, .page-template-page-general .faq-container-with-heading {
  margin-top: 40px; }
  @media (min-width: 768px) {
    .page-template-membership .faq-container-with-heading, .page-template-page-general .faq-container-with-heading {
      padding: 0; } }
  @media (min-width: 1024px) {
    .page-template-membership .faq-container-with-heading, .page-template-page-general .faq-container-with-heading {
      margin-top: 60px; } }

@media (min-width: 768px) {
  .page-template-membership .faq-container, .page-template-page-general .faq-container {
    max-width: 93%; } }

@media (min-width: 1024px) {
  .page-template-membership .faq-container, .page-template-page-general .faq-container {
    max-width: 58%; } }

@media (min-width: 1280px) {
  .page-template-membership .faq-container, .page-template-page-general .faq-container {
    max-width: 58%; } }

.page-template-membership .show-more-container, .page-template-page-general .show-more-container {
  padding-bottom: 60px; }
  @media (min-width: 768px) {
    .page-template-membership .show-more-container, .page-template-page-general .show-more-container {
      padding-bottom: 80px; } }

.page-template-page-hire .sections {
  border-top: 1px solid #2B0539;
  border-bottom: 1px solid #2B0539;
  padding-top: 10px;
  color: #2B0539; }
  @media (max-width: 1024px) {
    .page-template-page-hire .sections {
      margin: 26px 0 12px;
      padding-top: 10px; } }
  .page-template-page-hire .sections .section-title {
    font-size: 22px;
    line-height: 28px;
    font-weight: bold;
    margin-top: 0; }
    @media (min-width: 1024px) {
      .page-template-page-hire .sections .section-title {
        margin-bottom: 5px; } }
  .page-template-page-hire .sections .detail {
    font-weight: 500; }
  .page-template-page-hire .sections p {
    margin-bottom: 10px; }

.page-template-page-custom-basket .article-header {
  display: none; }
  @media (min-width: 1024px) {
    .page-template-page-custom-basket .article-header {
      display: block;
      position: absolute;
      top: 0;
      left: 0;
      margin-left: 0;
      margin-right: 0;
      width: 100%;
      z-index: 1;
      min-height: 570px; } }

.page-template-page-custom-basket #content article {
  position: relative; }

.page-template-page-custom-basket .article-content {
  z-index: 2; }
  .page-template-page-custom-basket .article-content .basket-container {
    position: relative;
    z-index: 1;
    padding-top: 24px; }

@media (min-width: 1024px) {
  .page-template-page-custom-basket .article-title {
    width: 100%;
    max-width: none;
    margin-bottom: 0; } }

.page-template-page-custom-basket .article-title .subtitle {
  font-weight: 500;
  font-size: 16px;
  line-height: 20px; }
  @media (min-width: 1024px) {
    .page-template-page-custom-basket .article-title .subtitle {
      max-width: 421px; } }

.page-template-page-custom-basket .promo-code-wrapper {
  background: #C5BED9;
  padding: 30px 32px 25px 32px; }
  @media (max-width: 1023px) {
    .page-template-page-custom-basket .promo-code-wrapper {
      margin: -99px 20px 0 20px;
      padding-left: 14px;
      padding-right: 14px;
      position: relative;
      z-index: 2; } }
  .page-template-page-custom-basket .promo-code-wrapper h2 {
    font: 700 20px/1.25 "brother-1816", sans-serif;
    color: #2B0539;
    margin-bottom: 9px; }
    @media (min-width: 1024px) {
      .page-template-page-custom-basket .promo-code-wrapper h2 {
        font-size: 24px; } }
  .page-template-page-custom-basket .promo-code-wrapper p {
    color: #3C3B3B;
    font-weight: 500; }
    @media (max-width: 1024px) {
      .page-template-page-custom-basket .promo-code-wrapper p {
        margin-bottom: 16px; } }
  @media (min-width: 768px) {
    .page-template-page-custom-basket .promo-code-wrapper .promo-form {
      display: flex;
      margin-left: -10px;
      margin-right: -10px;
      flex-wrap: wrap; } }
  .page-template-page-custom-basket .promo-code-wrapper .promo-form .form-item {
    position: relative;
    width: 100%; }
    @media (min-width: 768px) {
      .page-template-page-custom-basket .promo-code-wrapper .promo-form .form-item {
        flex: 0 1 calc(39.5% - 10px);
        width: calc(39.5% - 10px);
        margin-right: 10px;
        margin-left: 10px; } }
  .page-template-page-custom-basket .promo-code-wrapper .promo-form .promo-applied {
    font-weight: 700;
    letter-spacing: 0.16px;
    color: #2B0539;
    display: inline-block;
    margin-top: 10px; }
  @media (min-width: 768px) {
    .page-template-page-custom-basket .promo-code-wrapper .promo-form .button {
      margin-top: 29px; } }

.page-template-page-custom-basket .basket-wrapper {
  background: white;
  -moz-box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
  -webkit-box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
  padding: 30px 32px 19px 32px;
  margin-top: 0; }
  @media (max-width: 1023px) {
    .page-template-page-custom-basket .basket-wrapper {
      padding: 0 14px 14px; } }
  .page-template-page-custom-basket .basket-wrapper table {
    text-align: left;
    font-weight: 500;
    color: #3C3B3B;
    width: 100%; }
    @media (max-width: 1023px) {
      .page-template-page-custom-basket .basket-wrapper table thead th {
        padding-top: 40px; } }
    @media (min-width: 1024px) {
      .page-template-page-custom-basket .basket-wrapper table tr th:first-child,
      .page-template-page-custom-basket .basket-wrapper table tr td:first-child {
        padding-left: 14px; } }
    @media (min-width: 1024px) {
      .page-template-page-custom-basket .basket-wrapper table tr th:last-child,
      .page-template-page-custom-basket .basket-wrapper table tr td:last-child {
        padding-right: 14px; } }
    .page-template-page-custom-basket .basket-wrapper table tr #col-for-blocks {
      text-align: left;
      padding-bottom: 40.5px;
      border-bottom: 1px solid #461D6C; }
      .page-template-page-custom-basket .basket-wrapper table tr #col-for-blocks:first-child {
        padding-left: 0; }
      .page-template-page-custom-basket .basket-wrapper table tr #col-for-blocks:last-child {
        padding-right: 0; }
    .page-template-page-custom-basket .basket-wrapper table th {
      font-size: 22px;
      line-height: 28px;
      color: #461D6C;
      font-weight: 700;
      padding-bottom: 20.5px;
      border-bottom: 1px solid #461D6C; }
      .page-template-page-custom-basket .basket-wrapper table th.item-cell {
        width: 78.8%;
        text-align: left; }
      .page-template-page-custom-basket .basket-wrapper table th.last-cell {
        width: 14.2%;
        text-align: right; }
    .page-template-page-custom-basket .basket-wrapper table td {
      text-align: center;
      vertical-align: top; }
      .page-template-page-custom-basket .basket-wrapper table td.item-cell {
        width: 78.8%;
        text-align: left; }
        @media (max-width: 1023px) {
          .page-template-page-custom-basket .basket-wrapper table td.item-cell {
            width: 51%; } }
      .page-template-page-custom-basket .basket-wrapper table td.last-cell {
        width: 14.2%;
        text-align: right; }
        @media (max-width: 1023px) {
          .page-template-page-custom-basket .basket-wrapper table td.last-cell {
            width: 30%; } }
      .page-template-page-custom-basket .basket-wrapper table td.padding-top {
        padding-top: 59.5px; }
    .page-template-page-custom-basket .basket-wrapper table .ticket-data {
      display: block;
      margin-bottom: 10px; }
      .page-template-page-custom-basket .basket-wrapper table .ticket-data.ticket-name {
        font-weight: 700;
        font-size: 22px;
        line-height: 26px;
        font-family: "brother-1816", sans-serif;
        color: #461D6C;
        margin-bottom: 10px;
        padding-top: 20.5px; }
    .page-template-page-custom-basket .basket-wrapper table .seats .seat-container {
      display: block; }
    .page-template-page-custom-basket .basket-wrapper table .seats .ticket-seat,
    .page-template-page-custom-basket .basket-wrapper table .seats nav {
      display: inline-block; }
    .page-template-page-custom-basket .basket-wrapper table .tickets-management {
      margin-bottom: 20px; }
      .page-template-page-custom-basket .basket-wrapper table .tickets-management ul {
        list-style-type: none;
        display: flex; }
        .page-template-page-custom-basket .basket-wrapper table .tickets-management ul li:first-child {
          margin-right: 20px; }
        .page-template-page-custom-basket .basket-wrapper table .tickets-management ul li a {
          color: #3C3B3B;
          font-weight: bold; }
    .page-template-page-custom-basket .basket-wrapper table tfoot td {
      padding-top: 20.5px; }

.page-template-page-custom-basket .footer-buttons {
  padding: 0 0 29px 0;
  width: 100%; }
  @media (min-width: 1024px) {
    .page-template-page-custom-basket .footer-buttons {
      display: flex;
      padding: 0; } }
  .page-template-page-custom-basket .footer-buttons .button {
    width: 100%;
    display: block;
    margin-top: 20px; }
    @media (min-width: 1024px) {
      .page-template-page-custom-basket .footer-buttons .button {
        margin-left: auto;
        width: inherit; } }
    @media (min-width: 1024px) {
      .page-template-page-custom-basket .footer-buttons .button {
        min-width: 145px;
        width: 145px; } }

.page-template-page-custom-basket .aside-block {
  background: #00567B;
  padding: 18.9px 14px 20px 14px;
  font-weight: 500;
  color: white; }
  @media (min-width: 1024px) {
    .page-template-page-custom-basket .aside-block {
      padding: 18.9px 20px; } }
  .page-template-page-custom-basket .aside-block + .aside-block {
    margin-top: 20px; }
  .page-template-page-custom-basket .aside-block h3 {
    font-size: 22px;
    line-height: 26px;
    font-family: "brother-1816", sans-serif;
    color: white;
    margin-bottom: 10px;
    position: relative; }
    .page-template-page-custom-basket .aside-block h3 .accordion-item-title-button-basket {
      top: -6px;
      position: absolute;
      right: 0;
      -webkit-appearance: none;
      -moz-appearance: none;
      appearance: none;
      border: none;
      background: transparent; }
      @media (min-width: 1024px) {
        .page-template-page-custom-basket .aside-block h3 .accordion-item-title-button-basket {
          display: none; } }
      .page-template-page-custom-basket .aside-block h3 .accordion-item-title-button-basket .icon::before {
        -webkit-transition: all 0.3s ease;
        transition: all 0.3s ease;
        color: white;
        font-size: 36px;
        margin: 0; }
      .page-template-page-custom-basket .aside-block h3 .accordion-item-title-button-basket.open .icon::before {
        -webkit-transform: rotate(-180deg);
        -moz-transform: rotate(-180deg);
        -o-transform: rotate(-180deg);
        -ms-transform: rotate(-180deg);
        transform: rotate(-180deg); }
  .page-template-page-custom-basket .aside-block .description {
    font-size: 16px;
    line-height: 20px;
    color: white;
    margin-bottom: 10px; }
  .page-template-page-custom-basket .aside-block .description-wrapper a {
    color: white; }
  .page-template-page-custom-basket .aside-block .description-wrapper a:visited {
    color: white; }
  .page-template-page-custom-basket .aside-block ul {
    margin-left: 20px; }
  .page-template-page-custom-basket .aside-block .footer-buttons {
    padding: 0; }
  .page-template-page-custom-basket .aside-block .description-texts {
    display: none; }
  .page-template-page-custom-basket .aside-block .memberships {
    margin-top: 20px;
    position: relative;
    padding-bottom: 62px; }
    @media (min-width: 1024px) {
      .page-template-page-custom-basket .aside-block .memberships {
        padding-bottom: 82px; } }
    .page-template-page-custom-basket .aside-block .memberships .membership .footer-buttons {
      display: none;
      position: absolute;
      bottom: 0;
      right: 0; }
    .page-template-page-custom-basket .aside-block .memberships .membership:first-child .footer-buttons {
      display: block;
      width: 100%; }
  .page-template-page-custom-basket .aside-block.donations-block {
    background: #B80E80; }
    .page-template-page-custom-basket .aside-block.donations-block .footer-buttons {
      margin-top: 20px;
      justify-content: space-between; }
      @media (min-width: 1024px) {
        .page-template-page-custom-basket .aside-block.donations-block .footer-buttons .button {
          margin-top: 0; } }
      .page-template-page-custom-basket .aside-block.donations-block .footer-buttons .dropdown-menu li {
        padding: 4px 0;
        background-color: #c5bed9;
        cursor: pointer; }
    .page-template-page-custom-basket .aside-block.donations-block .bootstrap-select {
      display: inline-block;
      font-weight: 700;
      letter-spacing: 0.16px;
      color: #3C3B3B;
      width: 58px;
      margin-left: 4px; }
      .page-template-page-custom-basket .aside-block.donations-block .bootstrap-select .dropdown-toggle {
        padding: 10px 29px 10px 8px;
        border: none;
        width: 59px;
        height: 42px;
        font-weight: 700;
        letter-spacing: 0.16px;
        color: #3C3B3B;
        position: relative;
        background: white; }
        .page-template-page-custom-basket .aside-block.donations-block .bootstrap-select .dropdown-toggle::after {
          border-style: solid;
          border: 2px solid #2B0539;
          border-width: 2px 2px 0 0 !important;
          content: "";
          display: inline-block;
          height: 10px;
          left: auto;
          position: relative;
          vertical-align: top;
          width: 10px;
          transform: rotate(135deg);
          position: absolute;
          top: 12px;
          right: 10px; }
      .page-template-page-custom-basket .aside-block.donations-block .bootstrap-select.show .dropdown-menu {
        display: block;
        z-index: 1;
        position: relative; }
      .page-template-page-custom-basket .aside-block.donations-block .bootstrap-select .dropdown-menu {
        display: none;
        border-radius: 0;
        width: 59px; }
        .page-template-page-custom-basket .aside-block.donations-block .bootstrap-select .dropdown-menu .inner {
          overflow-x: hidden; }
          .page-template-page-custom-basket .aside-block.donations-block .bootstrap-select .dropdown-menu .inner .dropdown_item ul {
            display: none !important; }
        .page-template-page-custom-basket .aside-block.donations-block .bootstrap-select .dropdown-menu ul {
          margin-left: 0; }
          .page-template-page-custom-basket .aside-block.donations-block .bootstrap-select .dropdown-menu ul li a {
            color: #3C3B3B; }
      .page-template-page-custom-basket .aside-block.donations-block .bootstrap-select .dropdown-item.active,
      .page-template-page-custom-basket .aside-block.donations-block .bootstrap-select .dropdown-item:active {
        background: #C5BED9;
        color: #2B0539; }
      .page-template-page-custom-basket .aside-block.donations-block .bootstrap-select .dropdown-item {
        padding: 8px; }
        .page-template-page-custom-basket .aside-block.donations-block .bootstrap-select .dropdown-item:hover {
          background: #C5BED9;
          color: #2B0539; }
    @media (min-width: 1024px) {
      .page-template-page-custom-basket .aside-block.donations-block .button {
        min-width: 145px;
        width: 145px; } }
    @media (min-width: 1280px) {
      .page-template-page-custom-basket .aside-block.donations-block .button {
        min-width: 146px;
        width: 146px; } }

.page-template-page-news-list .news-filter {
  text-align: center;
  margin-top: 40px;
  margin-bottom: 40px; }
  @media (min-width: 768px) {
    .page-template-page-news-list .news-filter {
      display: flex;
      justify-content: center;
      align-items: baseline;
      margin-bottom: 10px;
      margin-top: 40px; } }
  @media (min-width: 1024px) {
    .page-template-page-news-list .news-filter {
      margin-bottom: 20px; } }
  .page-template-page-news-list .news-filter .news-tags-title {
    font-weight: 700;
    font-size: 20px;
    line-height: 25px;
    letter-spacing: 0.2px;
    margin-right: 17px; }
  .page-template-page-news-list .news-filter .news-tags {
    list-style-type: none;
    display: flex;
    justify-content: center; }
    @media (max-width: 767px) {
      .page-template-page-news-list .news-filter .news-tags {
        margin-top: 10px;
        padding: 0 22px; } }
    .page-template-page-news-list .news-filter .news-tags li {
      margin-bottom: 10px;
      margin-right: 10px; }
      .page-template-page-news-list .news-filter .news-tags li:last-child {
        margin-right: 0; }
      .page-template-page-news-list .news-filter .news-tags li button.applied {
        background-color: #B80E80;
        border-color: #B80E80;
        color: white;
        border-radius: 0;
        outline: none; }

@media (max-width: 767px) {
  .home .article-image-inner {
    padding-top: 0; } }

.home .article-title {
  max-width: 767px; }
  .home .article-title .category-row {
    flex-direction: column; }
  .home .article-title h1.season-page + p a {
    display: none; }
  .home .article-title .date {
    margin-bottom: 20px;
    margin-top: 8px; }
    @media (max-width: 768px) {
      .home .article-title .date {
        margin-bottom: 20px; } }
  .home .article-title .button {
    border-color: white; }
    .home .article-title .button:hover, .home .article-title .button:focus {
      background-color: #C4BDD8;
      border-color: #C4BDD8;
      border-radius: 0;
      outline: none;
      color: white; }
    .home .article-title .button.event {
      border-color: #FFDA00; }
      .home .article-title .button.event:hover, .home .article-title .button.event:focus {
        background-color: #B80E80;
        border-color: #B80E80; }

.home .info-box {
  position: relative;
  padding: 0;
  margin: 20px 0; }
  @media (min-width: 1024px) {
    .home .info-box {
      margin: 30px 0; } }
  @media (min-width: 768px) {
    .home .info-box .container-wrapper {
      position: absolute;
      top: 36px;
      left: 0;
      width: 100%;
      height: 100%; } }
  .home .info-box .info-box-text {
    background: #2B0539;
    color: white;
    padding: 20px; }
    @media (min-width: 768px) {
      .home .info-box .info-box-text {
        width: 364px;
        margin-left: 22px; } }
    @media (min-width: 1024px) {
      .home .info-box .info-box-text {
        width: 548px;
        margin-left: 0; } }
    .home .info-box .info-box-text .info-box-title {
      font: 700 28px/1.2 "brother-1816", sans-serif;
      margin-bottom: 10px;
      color: white;
      margin-bottom: 10px; }
      @media (min-width: 1024px) {
        .home .info-box .info-box-text .info-box-title {
          font-size: 34px;
          margin-bottom: 20px; } }
      @media (min-width: 768px) {
        .home .info-box .info-box-text .info-box-title {
          margin-bottom: 10px; } }

.home .child-pages-container .owl-carousel {
  padding: 0; }
  @media (min-width: 768px) {
    .home .child-pages-container .owl-carousel {
      margin: 0;
      padding: 0 10px; } }
  @media (min-width: 1024px) {
    .home .child-pages-container .owl-carousel {
      padding: 0; } }

@media (min-width: 1024px) {
  .home .child-pages-container .owl-carousel.off {
    display: flex; } }

.home .child-pages-container .owl-carousel.off .image-text-card {
  margin-bottom: 0; }
  @media (min-width: 1024px) {
    .home .child-pages-container .owl-carousel.off .image-text-card {
      margin-right: 20px;
      padding: 0;
      flex: 0 0 31.7%;
      max-width: 31.7%; } }
  @media (min-width: 1280px) {
    .home .child-pages-container .owl-carousel.off .image-text-card {
      flex: 0 0 32.1%;
      max-width: 32.1%; } }
  @media (min-width: 1024px) {
    .home .child-pages-container .owl-carousel.off .image-text-card:last-child {
      margin-right: 0; } }

@media (min-width: 768px) {
  .home .child-pages-container .owl-nav .owl-next,
  .home .child-pages-container .owl-nav .owl-prev {
    color: #2B0539 !important; } }

.home .content-block.related-articles-container .owl-item {
  margin-right: 16px !important; }
  @media (min-width: 768px) {
    .home .content-block.related-articles-container .owl-item {
      margin-right: 10px !important; } }
  @media (min-width: 1024px) {
    .home .content-block.related-articles-container .owl-item {
      margin-right: 20px !important; } }

.home .content-block.related-articles-container .owl-prev {
  left: 0; }
  @media (min-width: 768px) {
    .home .content-block.related-articles-container .owl-prev {
      left: -36px; } }
  @media (min-width: 1024px) {
    .home .content-block.related-articles-container .owl-prev {
      right: -102px; } }

.home .content-block.related-articles-container .owl-next {
  right: 0; }
  @media (min-width: 768px) {
    .home .content-block.related-articles-container .owl-next {
      right: -22px; } }
  @media (min-width: 1024px) {
    .home .content-block.related-articles-container .owl-next {
      right: -108px; } }

@media (min-width: 768px) {
  .home .content-block.related-articles-container .event-block {
    padding-left: 10px; } }

@media (min-width: 1024px) {
  .home .content-block.related-articles-container .event-block {
    padding-left: 0; } }

.home .child-pages-container .owl-nav .owl-next,
.home .child-pages-container .owl-nav .owl-prev,
.home .content-block.related-articles-container .owl-nav .owl-next,
.home .content-block.related-articles-container .owl-nav .owl-prev {
  top: 101px; }
  @media (min-width: 768px) {
    .home .child-pages-container .owl-nav .owl-next,
    .home .child-pages-container .owl-nav .owl-prev,
    .home .content-block.related-articles-container .owl-nav .owl-next,
    .home .content-block.related-articles-container .owl-nav .owl-prev {
      left: -29px; } }
  @media (min-width: 1024px) {
    .home .child-pages-container .owl-nav .owl-next,
    .home .child-pages-container .owl-nav .owl-prev,
    .home .content-block.related-articles-container .owl-nav .owl-next,
    .home .content-block.related-articles-container .owl-nav .owl-prev {
      left: -38px; } }

.home .child-pages-container .owl-nav .owl-next,
.home .content-block.related-articles-container .owl-nav .owl-next {
  right: 0; }
  @media (min-width: 768px) {
    .home .child-pages-container .owl-nav .owl-next,
    .home .content-block.related-articles-container .owl-nav .owl-next {
      left: auto;
      right: -27px; } }

@media (min-width: 1024px) {
  .home .child-pages-container .event-block .page-block-data .image-text-card-buttons .button,
  .home .content-block.related-articles-container .event-block .page-block-data .image-text-card-buttons .button {
    min-width: 131px; } }

.home .content-block.related-articles-container .owl-nav .owl-next,
.home .content-block.related-articles-container .owl-nav .owl-prev {
  top: -60px; }
  @media (min-width: 1024px) {
    .home .content-block.related-articles-container .owl-nav .owl-next,
    .home .content-block.related-articles-container .owl-nav .owl-prev {
      top: 97px; } }

.home .content-block.related-articles-container .owl-nav .owl-prev {
  right: 50px;
  left: auto; }
  @media (min-width: 1024px) {
    .home .content-block.related-articles-container .owl-nav .owl-prev {
      left: -55px;
      right: auto; } }

.home .content-block.related-articles-container .owl-nav .owl-next {
  right: 0; }
  @media (min-width: 1024px) {
    .home .content-block.related-articles-container .owl-nav .owl-next {
      left: auto;
      right: -55px; } }

.home .content-block.related-articles-container .owl-dots {
  display: none; }
  @media (min-width: 1024px) {
    .home .content-block.related-articles-container .owl-dots {
      display: flex; } }

@media (min-width: 768px) {
  .home .content-block.related-articles-container .event-block {
    padding-left: 19px; } }

@media (min-width: 1024px) {
  .home .content-block.related-articles-container .event-block {
    padding-left: 0; } }

@media (min-width: 768px) {
  .home .content-block.related-articles-container .related-block.events h2 {
    margin-left: 18px; } }

@media (min-width: 1024px) {
  .home .content-block.related-articles-container .related-block.events h2 {
    margin-left: 0; } }

@media (min-width: 768px) {
  .home .members-events .content-block.related-articles-container .related-block.events h2 {
    margin-left: 0; } }

@media (min-width: 1024px) {
  .single-job .article-title {
    max-width: none; } }

.single-job .article-title-main-area h1 {
  margin-bottom: 6px; }

.single-job .article-title-main-area .subtitle {
  margin-bottom: 10px; }

.single-job .has-sidebar .article-sidebar,
.page-template-page-people .has-sidebar .article-sidebar {
  margin-bottom: 20px; }
  @media (min-width: 1024px) {
    .single-job .has-sidebar .article-sidebar,
    .page-template-page-people .has-sidebar .article-sidebar {
      flex: 0 0 16.66667%;
      max-width: 16.66667%; } }

.single-job .has-sidebar .article-body,
.page-template-page-people .has-sidebar .article-body {
  padding-bottom: 30px; }
  @media (min-width: 1024px) {
    .single-job .has-sidebar .article-body,
    .page-template-page-people .has-sidebar .article-body {
      flex: 0 0 58.33333%;
      max-width: 58.33333%;
      padding-bottom: 0; } }

.single-job .has-sidebar .article-body-right,
.page-template-page-people .has-sidebar .article-body-right {
  color: #2B0539;
  align-self: baseline;
  padding: 0 20px;
  margin-bottom: 20px; }
  @media (min-width: 1024px) {
    .single-job .has-sidebar .article-body-right,
    .page-template-page-people .has-sidebar .article-body-right {
      flex: 0 0 25%;
      max-width: 25%;
      margin-bottom: 0; } }
  .single-job .has-sidebar .article-body-right .article-body-right-inner,
  .page-template-page-people .has-sidebar .article-body-right .article-body-right-inner {
    border-top: 1px solid #2B0539;
    padding-top: 9.5px;
    padding-bottom: 4.5px;
    border-bottom: 1px solid #2B0539; }
  .single-job .has-sidebar .article-body-right h3,
  .page-template-page-people .has-sidebar .article-body-right h3 {
    font-size: 22px;
    line-height: 28px;
    margin-bottom: 5px;
    font-weight: 700;
    color: #2B0539; }
  .single-job .has-sidebar .article-body-right .detail,
  .page-template-page-people .has-sidebar .article-body-right .detail {
    font-weight: 500;
    margin: 10px 0; }

.page-template-page-jobs .jobs-list .image-text-card {
  color: #2B0539;
  margin-bottom: 18px;
  padding: 20px;
  -moz-box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
  -webkit-box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16); }
  @media (min-width: 1024px) {
    .page-template-page-jobs .jobs-list .image-text-card {
      margin-bottom: 20px;
      max-width: 635px; } }
  .page-template-page-jobs .jobs-list .image-text-card.hidden {
    display: none; }
  .page-template-page-jobs .jobs-list .image-text-card .image-text-card-title {
    margin-bottom: 11px; }
  .page-template-page-jobs .jobs-list .image-text-card .image-text-card-text {
    display: block; }
  .page-template-page-jobs .jobs-list .image-text-card .button {
    margin-top: 20px;
    display: inline-block; }

.page-template-page-jobs .button.show-more {
  margin: 52px auto 0 auto;
  display: block; }
  @media (min-width: 1024px) {
    .page-template-page-jobs .button.show-more {
      display: inline-block; } }

.single-post .article-image-container {
  display: flex;
  min-height: 389px;
  height: 100%;
  width: 100%; }
  .single-post .article-image-container .video-link {
    width: 100%; }
    .single-post .article-image-container .video-link .icon {
      position: absolute;
      top: 50%;
      margin-top: -38.5px;
      left: 50%;
      margin-left: -38.5px; }
      .single-post .article-image-container .video-link .icon::before {
        font-size: 80px;
        margin: 0;
        color: white; }
  .single-post .article-image-container .audio-file {
    height: auto;
    width: 100%;
    visibility: hidden;
    position: absolute; }

.single-post .article-title h1 {
  margin-bottom: 10px; }

.single-post .article-title .category {
  font-weight: 700;
  text-transform: uppercase;
  display: block;
  margin-bottom: 6px; }

.single-post .related-articles-container .related-articles {
  margin-left: -10px;
  margin-right: -10px; }
  .single-post .related-articles-container .related-articles .related-item {
    position: relative;
    margin: 0 10px 20px 10px; }
    @media (min-width: 768px) {
      .single-post .related-articles-container .related-articles .related-item {
        flex: 0 1 30.4%;
        width: 30.4%; } }
    @media (min-width: 1024px) {
      .single-post .related-articles-container .related-articles .related-item {
        flex: 0 1 31.06%;
        width: 31.06%; } }
    @media (min-width: 1280px) {
      .single-post .related-articles-container .related-articles .related-item {
        flex: 0 1 30.68%;
        width: 30.68%; } }
    @media (min-width: 768px) {
      .single-post .related-articles-container .related-articles .related-item .image-text-card-buttons {
        display: block; } }
    @media (min-width: 1280px) {
      .single-post .related-articles-container .related-articles .related-item .image-text-card-buttons {
        display: flex; } }
    .single-post .related-articles-container .related-articles .related-item .button {
      min-width: auto; }
      @media (min-width: 768px) {
        .single-post .related-articles-container .related-articles .related-item .button {
          width: 100%; } }
      @media (min-width: 1280px) {
        .single-post .related-articles-container .related-articles .related-item .button {
          min-width: 125px;
          width: auto; } }
      @media (min-width: 1366px) {
        .single-post .related-articles-container .related-articles .related-item .button {
          min-width: 136px; } }
      @media (min-width: 768px) {
        .single-post .related-articles-container .related-articles .related-item .button:first-child {
          margin-bottom: 10px; } }
      @media (min-width: 1280px) {
        .single-post .related-articles-container .related-articles .related-item .button:first-child {
          margin-bottom: 0; } }

.page-template-page-our-story h2 {
  font: 700 32px/1.15 "brother-1816", sans-serif;
  margin-top: 10px;
  color: #2B0539;
  margin: 10px 20px 20px 20px; }
  @media (min-width: 1024px) {
    .page-template-page-our-story h2 {
      font-size: 40px;
      margin-top: 20px; } }
  @media (min-width: 768px) {
    .page-template-page-our-story h2 {
      padding: 0 22px;
      margin: 10px auto 14px auto;
      max-width: 720px; } }
  @media (min-width: 1024px) {
    .page-template-page-our-story h2 {
      margin: 20px auto;
      max-width: none;
      padding: 0;
      font: 700 28px/1.2 "brother-1816", sans-serif;
      margin-bottom: 10px;
      color: #2B0539;
      margin-bottom: 20px; } }
  @media (min-width: 1024px) and (min-width: 1024px) {
    .page-template-page-our-story h2 {
      font-size: 34px;
      margin-bottom: 20px; } }

.page-template-page-our-story .promo-block-wrapper .promo-block .block-image {
  display: none; }
  @media (min-width: 1024px) {
    .page-template-page-our-story .promo-block-wrapper .promo-block .block-image {
      display: block; } }
  .page-template-page-our-story .promo-block-wrapper .promo-block .block-image.mobile {
    display: block; }
    @media (min-width: 768px) {
      .page-template-page-our-story .promo-block-wrapper .promo-block .block-image.mobile {
        display: none; } }
  @media (min-width: 768px) {
    .page-template-page-our-story .promo-block-wrapper .promo-block .block-image.tablet {
      display: block; } }
  @media (min-width: 1024px) {
    .page-template-page-our-story .promo-block-wrapper .promo-block .block-image.tablet {
      display: none; } }

.page-template-page-our-story .promo-block-wrapper .promo-block .promo-block-copy {
  background: white;
  color: #2B0539; }
  .page-template-page-our-story .promo-block-wrapper .promo-block .promo-block-copy h3 {
    color: #2B0539; }
  .page-template-page-our-story .promo-block-wrapper .promo-block .promo-block-copy .button {
    border-color: #2B0539; }

.page-template-page-our-story blockquote {
  max-width: 904px;
  text-align: center;
  margin: 0 auto; }
  .page-template-page-our-story blockquote .quote-text {
    font: 700 24px/1.2 "brother-1816", sans-serif;
    margin-bottom: 20px;
    color: #2B0539; }
    @media (min-width: 1024px) {
      .page-template-page-our-story blockquote .quote-text {
        font-size: 28px; } }
  .page-template-page-our-story blockquote .author {
    font-weight: 500;
    color: #2B0539; }

@media (min-width: 768px) {
  .page-template-page-our-story .gallery.content-block {
    margin: 0 auto;
    max-width: 609px; } }

@media (min-width: 1024px) {
  .page-template-page-our-story .gallery.content-block {
    max-width: 740px; } }

.inpage-links-wrapper {
  padding: 0 22px; }
  @media (min-width: 768px) {
    .inpage-links-wrapper {
      margin: 0 auto;
      max-width: 720px; } }
  @media (min-width: 1024px) {
    .inpage-links-wrapper {
      max-width: 960px;
      padding: 0; } }
  @media (min-width: 1280px) {
    .inpage-links-wrapper {
      max-width: 1120px; } }
  @media (min-width: 1024px) {
    .inpage-links-wrapper .inpage-link-list.collapse {
      margin-right: auto; } }

.page-template-access-performances .article-sidebar.filters {
  position: relative; }

@media (min-width: 1024px) {
  .page-template-access-performances .has-sidebar .article-body {
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
    margin-left: 16.66667%; } }

@media (min-width: 1280px) {
  .page-template-access-performances .has-sidebar .article-body {
    flex: 0 0 66.66667%;
    max-width: 66.66667%; } }

.page-template-access-performances .events .access_badges {
  display: block; }
  .page-template-access-performances .events .access_badges .access-item-wrapper {
    display: inline-block; }
    .page-template-access-performances .events .access_badges .access-item-wrapper .access-item {
      align-items: baseline; }
      .page-template-access-performances .events .access_badges .access-item-wrapper .access-item.open::after {
        bottom: 2px; }

.page-template-access-performances .events .image-text-card-date {
  color: #3C3B3B;
  display: inline-block; }

.page-template-access-performances .events .image-text-card-read-more {
  display: block;
  margin-bottom: 10px; }

.page-template-access-performances .events .image-text-card-buttons .button {
  width: 100%; }

.search-results .search-summary,
.search-no-results .search-summary,
.error404 .search-summary {
  font: 700 18px/1.2 "brother-1816", sans-serif;
  text-align: center;
  color: black;
  margin-block: 12px 32px; }
  @media (min-width: 1024px) {
    .search-results .search-summary,
    .search-no-results .search-summary,
    .error404 .search-summary {
      font-size: 20px; } }

.error404 .card {
  background-color: white;
  -moz-box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
  -webkit-box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
  padding: 17px 19px 18px 19px;
  margin-top: 20px;
  margin-bottom: 50px; }
  @media (min-width: 768px) {
    .error404 .card {
      padding: 10px 15px 18px 15px; } }
  @media (min-width: 1024px) {
    .error404 .card {
      padding: 25px 31px 20px 33px; } }
  .error404 .card input[type="search"] {
    font-weight: 700;
    color: #2B0539;
    font-size: 26px;
    line-height: 32px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 0;
    font-family: "brother-1816", sans-serif; }
    @media (min-width: 1024px) {
      .error404 .card input[type="search"] {
        width: 96%;
        font-size: 34px;
        line-height: 40px;
        padding-bottom: 12px; } }
  .error404 .card input[type="search"]::-webkit-input-placeholder {
    font-weight: 700;
    color: #2B0539;
    font-size: 26px;
    line-height: 32px;
    font-family: "brother-1816", sans-serif; }
    @media (min-width: 1024px) {
      .error404 .card input[type="search"]::-webkit-input-placeholder {
        font-size: 34px;
        line-height: 40px; } }
  .error404 .card input[type="search"]::-moz-placeholder {
    font-weight: 700;
    color: #2B0539;
    font-size: 26px;
    line-height: 32px;
    font-family: "brother-1816", sans-serif; }
    @media (min-width: 1024px) {
      .error404 .card input[type="search"]::-moz-placeholder {
        font-size: 34px;
        line-height: 40px; } }
  .error404 .card input[type="search"]:-ms-input-placeholder {
    font-weight: 700;
    color: #2B0539;
    font-size: 26px;
    line-height: 32px;
    font-family: "brother-1816", sans-serif; }
    @media (min-width: 1024px) {
      .error404 .card input[type="search"]:-ms-input-placeholder {
        font-size: 34px;
        line-height: 40px; } }
  .error404 .card input[type="search"]:-moz-placeholder {
    font-weight: 700;
    color: #2B0539;
    font-size: 26px;
    line-height: 32px;
    font-family: "brother-1816", sans-serif; }
    @media (min-width: 1024px) {
      .error404 .card input[type="search"]:-moz-placeholder {
        font-size: 34px;
        line-height: 40px; } }

.ticket-discounts-container > * + * {
  margin-top: 32px; }

.ticket-discounts-container h2 {
  font: 700 28px/1.2 "brother-1816", sans-serif;
  margin-bottom: 10px;
  color: #2B0539; }
  @media (min-width: 1024px) {
    .ticket-discounts-container h2 {
      font-size: 34px;
      margin-bottom: 20px; } }

.page-template-ticket-discounts .events {
  gap: 24px 20px;
  display: grid;
  grid-template-columns: 1fr; }
  @media (min-width: 568px) {
    .page-template-ticket-discounts .events {
      grid-template-columns: repeat(2, 1fr); } }
  @media (min-width: 740px) {
    .page-template-ticket-discounts .events {
      grid-template-columns: repeat(auto-fill, minmax(280px, 1fr)); } }
  .page-template-ticket-discounts .events .event-block.hidden {
    display: none; }

@media (max-width: 1023px) {
  .page-template-digital-library #content {
    padding-top: 129px; } }

.page-template-digital-library .article-title {
  background-color: #461D6C; }

.page-template-digital-library h2 {
  font: 700 28px/1.2 "brother-1816", sans-serif;
  margin-bottom: 10px; }
  @media (min-width: 1024px) {
    .page-template-digital-library h2 {
      font-size: 34px;
      margin-bottom: 20px; } }

.page-template-digital-library .purchases,
.page-template-digital-library .available {
  margin: 32px 0;
  padding: 24px 0; }
  @media (min-width: 768px) {
    .page-template-digital-library .purchases .row,
    .page-template-digital-library .available .row {
      margin-left: -10px;
      margin-right: -10px; } }
  @media (min-width: 1024px) {
    .page-template-digital-library .purchases,
    .page-template-digital-library .available {
      padding: 32px 0; } }

.page-template-digital-library .purchases {
  background-color: #F4F2F5; }
  .page-template-digital-library .purchases .event-block .image-text-card-read-more.button.event {
    display: none; }

.page-template-digital-library .available .event-block .image-text-card-read-more.button:not(.event) {
  display: none; }

@media (min-width: 768px) {
  .page-template-digital-library .event-block {
    position: relative;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    flex: 0 0 50%;
    max-width: 50%;
    padding-left: 10px;
    padding-right: 10px; } }

@media (min-width: 1024px) {
  .page-template-digital-library .event-block {
    flex: 0 0 33.33333%;
    max-width: 33.33333%; } }

@media (min-width: 1280px) {
  .page-template-digital-library .event-block {
    flex: 0 0 25%;
    max-width: 25%; } }

@media (min-width: 768px) {
  .page-template-digital-library .promo-block {
    position: relative;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    flex: 0 0 50%;
    max-width: 50%;
    padding-left: 10px;
    padding-right: 10px; } }

@media (min-width: 1024px) {
  .page-template-digital-library .promo-block {
    flex: 0 0 33.33333%;
    max-width: 33.33333%; } }

@media (min-width: 1280px) {
  .page-template-digital-library .promo-block {
    flex: 0 0 25%;
    max-width: 25%; } }

.page-template-digital-library .promo-block .promo-block-image-wrapper {
  margin-bottom: 10px; }
  .page-template-digital-library .promo-block .promo-block-image-wrapper img {
    width: 100%;
    height: auto; }

.page-template-digital-library .promo-block .promo-block-copy {
  padding: 12px 16px 16px 16px;
  margin: -45px 15px 20px 15px;
  background-color: #461D6C;
  -moz-box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
  -webkit-box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
  box-shadow: 0px 3px 6px #3b252529;
  position: relative;
  color: white; }
  .page-template-digital-library .promo-block .promo-block-copy h3 {
    font: 700 20px/1.25 "brother-1816", sans-serif;
    color: white;
    margin-bottom: 4px; }
    @media (min-width: 1024px) {
      .page-template-digital-library .promo-block .promo-block-copy h3 {
        font-size: 24px; } }
  .page-template-digital-library .promo-block .promo-block-copy .button {
    border-color: white; }
    @media (min-width: 1024px) {
      .page-template-digital-library .promo-block .promo-block-copy .button {
        min-width: auto;
        padding: 10px 12px; } }
    .page-template-digital-library .promo-block .promo-block-copy .button:hover, .page-template-digital-library .promo-block .promo-block-copy .button:focus {
      background-color: #C4BDD8;
      border-color: #C4BDD8;
      color: #2B0539; }
    .page-template-digital-library .promo-block .promo-block-copy .button.tertiary {
      border-color: #FFDA00; }
      .page-template-digital-library .promo-block .promo-block-copy .button.tertiary:hover, .page-template-digital-library .promo-block .promo-block-copy .button.tertiary:focus {
        background-color: #B80E80;
        border-color: #B80E80;
        color: white; }

@media (max-width: 1023px) {
  .single-digitalevent #content {
    padding-top: 129px; } }

.single-digitalevent .article-title {
  background-color: #461D6C; }

.single-digitalevent .block-title {
  color: #2B0539; }

.single-digitalevent .video-placeholder {
  display: flex;
  flex-direction: column; }
  @media (min-width: 768px) {
    .single-digitalevent .video-placeholder {
      padding-bottom: 60px;
      background-color: #F4F2F5; } }

.single-digitalevent .breadcrumb {
  flex: 1 0 100%;
  display: flex;
  align-items: center;
  min-height: 60px;
  padding: 0;
  margin: 0;
  margin-left: -10px; }
  @media (max-width: 767px) {
    .single-digitalevent .breadcrumb {
      order: 10; } }
  .single-digitalevent .breadcrumb a {
    display: flex;
    align-items: center; }
  .single-digitalevent .breadcrumb .icon-arrow-left {
    font-size: 24px; }

.single-digitalevent .article-image {
  flex: 1 0 100%; }
  .single-digitalevent .article-image-inner {
    padding-top: 0; }
    @media (min-width: 1024px) {
      .single-digitalevent .article-image-inner {
        padding-bottom: 56.5%; } }
  .single-digitalevent .article-image[data-video] {
    cursor: pointer; }
    .single-digitalevent .article-image[data-video] .icon {
      position: absolute;
      top: 50%;
      left: 50%;
      z-index: 100;
      transform: translate(-50%, -50%);
      color: white; }
      .single-digitalevent .article-image[data-video] .icon:before {
        font-size: 100px;
        margin: 0; }

.single-digitalevent .article-sidebar {
  padding: 0; }
  @media (max-width: 767px) {
    .single-digitalevent .article-sidebar {
      order: -1; }
      .single-digitalevent .article-sidebar.premium {
        order: 10; } }
  .single-digitalevent .article-sidebar h3 {
    font: 700 16px/1.2 "brother-1816", sans-serif;
    font-family: "azo-sans-web", sans-serif;
    text-transform: uppercase; }
    @media (min-width: 1024px) {
      .single-digitalevent .article-sidebar h3 {
        margin-bottom: 10px; } }
  @media (max-width: 1023px) {
    .single-digitalevent .article-sidebar .accordion-item-title-button {
      position: static;
      display: flex;
      align-items: center;
      justify-content: space-between;
      width: 100%; } }

.single-digitalevent .access-performances {
  padding: 17px 25px 23px 19px;
  background-color: #461D6C;
  color: white; }
  .single-digitalevent .access-performances h3 {
    font: 700 18px/1.2 "brother-1816", sans-serif;
    margin-bottom: 15px;
    text-transform: none !important;
    color: white; }
    @media (min-width: 1024px) {
      .single-digitalevent .access-performances h3 {
        font-size: 20px; } }
  .single-digitalevent .access-performances .access {
    margin-bottom: 15px;
    height: 30px; }
    .single-digitalevent .access-performances .access span {
      font: 700 16px/1.2 "brother-1816", sans-serif;
      color: white; }
      @media (min-width: 1024px) {
        .single-digitalevent .access-performances .access span {
          margin-bottom: 10px; } }
  .single-digitalevent .access-performances a {
    display: flex;
    text-decoration: none;
    color: white; }
    .single-digitalevent .access-performances a:before {
      margin-right: 10px;
      font-family: 'fontello';
      font-size: 30px; }
    .single-digitalevent .access-performances a.bsl:before {
      content: '\e83b'; }
    .single-digitalevent .access-performances a.bsl:hover:before {
      content: '\e83c'; }
    .single-digitalevent .access-performances a.audio-described:before {
      content: '\e83a'; }
    .single-digitalevent .access-performances a.audio-described:hover:before {
      content: '\e83d'; }
    .single-digitalevent .access-performances a:hover span {
      text-decoration: underline; }

.single-digitalevent .text-block {
  margin-bottom: 30px; }
  .single-digitalevent .text-block--premium {
    padding-top: 20px;
    font-size: 24px;
    color: #2B0539;
    font-weight: 500;
    line-height: 1.5;
    color: #707070; }
    @media (min-width: 1024px) {
      .single-digitalevent .text-block--premium {
        font-size: 20px; } }
    @media (min-width: 1024px) {
      .single-digitalevent .text-block--premium {
        padding-top: 65px; } }
  .single-digitalevent .text-block--login {
    font-size: 24px;
    color: #2B0539;
    font-weight: 500;
    line-height: 1.5;
    color: #707070; }
    @media (min-width: 1024px) {
      .single-digitalevent .text-block--login {
        font-size: 20px; } }
    .single-digitalevent .text-block--login h2 {
      font: 700 18px/1.2 "brother-1816", sans-serif;
      color: #2B0539; }
      @media (min-width: 1024px) {
        .single-digitalevent .text-block--login h2 {
          font-size: 20px; } }

.spektrix-page > .container {
  max-width: none !important;
  padding: 0;
  position: relative; }

.page-template-spektrix-page .article-header {
  display: none; }
  @media (min-width: 1024px) {
    .page-template-spektrix-page .article-header {
      display: block;
      position: absolute;
      top: 119px;
      left: 0;
      margin-left: 0;
      margin-right: 0;
      width: 100%;
      z-index: 1;
      min-height: 570px; } }

.page-template-spektrix-page .article-content {
  z-index: 2; }
  .page-template-spektrix-page .article-content #SpektrixIFrame {
    width: 100%;
    position: relative;
    z-index: 1;
    width: 100%; }
    @media (min-width: 1024px) {
      .page-template-spektrix-page .article-content #SpektrixIFrame {
        position: relative;
        max-width: 740px;
        margin-top: 129px; } }

