@charset "UTF-8";
.wrap-x {
  padding-left: 30px;
  padding-right: 30px;
}
@media screen and (min-width: 720px) {
  .wrap-x {
    padding-left: calc(6.4814814815vw - 16.6666666667px);
    padding-right: calc(6.4814814815vw - 16.6666666667px);
  }
}
@media screen and (min-width: 1800px) {
  .wrap-x {
    padding-left: 100px;
    padding-right: 100px;
  }
}
@media only screen and (min-width: 1800px) {
  .wrap-x {
    padding-left: calc((100vw - 1600px) / 2);
    padding-right: calc((100vw - 1600px) / 2);
  }
}

.wrap-y {
  padding-top: 30px;
  padding-bottom: 30px;
}
@media screen and (min-width: 720px) {
  .wrap-y {
    padding-top: calc(1.8518518519vw + 16.6666666667px);
    padding-bottom: calc(1.8518518519vw + 16.6666666667px);
  }
}
@media screen and (min-width: 1800px) {
  .wrap-y {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}

.wrap-l {
  padding-left: 30px;
}
@media screen and (min-width: 720px) {
  .wrap-l {
    padding-left: calc(6.4814814815vw - 16.6666666667px);
  }
}
@media screen and (min-width: 1800px) {
  .wrap-l {
    padding-left: 100px;
  }
}
@media only screen and (min-width: 1800px) {
  .wrap-l {
    padding-left: calc((100vw - 1600px) / 2);
  }
}

.wrap-r {
  padding-right: 30px;
}
@media screen and (min-width: 720px) {
  .wrap-r {
    padding-right: calc(6.4814814815vw - 16.6666666667px);
  }
}
@media screen and (min-width: 1800px) {
  .wrap-r {
    padding-right: 100px;
  }
}

.wrap-t {
  padding-top: 30px;
}
@media screen and (min-width: 720px) {
  .wrap-t {
    padding-top: calc(6.4814814815vw - 16.6666666667px);
  }
}
@media screen and (min-width: 1800px) {
  .wrap-t {
    padding-top: 100px;
  }
}

.wrap-b {
  padding-bottom: 30px;
}
@media screen and (min-width: 720px) {
  .wrap-b {
    padding-bottom: calc(6.4814814815vw - 16.6666666667px);
  }
}
@media screen and (min-width: 1800px) {
  .wrap-b {
    padding-bottom: 100px;
  }
}

.m-l {
  margin-left: 30px;
}
@media screen and (min-width: 720px) {
  .m-l {
    margin-left: calc(6.4814814815vw - 16.6666666667px);
  }
}
@media screen and (min-width: 1800px) {
  .m-l {
    margin-left: 100px;
  }
}
@media only screen and (min-width: 1800px) {
  .m-l {
    margin-left: calc((100vw - 1600px) / 2);
  }
}

.m-r {
  margin-right: 30px;
}
@media screen and (min-width: 720px) {
  .m-r {
    margin-right: calc(6.4814814815vw - 16.6666666667px);
  }
}
@media screen and (min-width: 1800px) {
  .m-r {
    margin-right: 100px;
  }
}
@media only screen and (min-width: 1800px) {
  .m-r {
    margin-right: calc((100vw - 1600px) / 2);
  }
}

.wrapper > main {
  position: relative;
}

.disable {
  pointer-events: none;
}

.flex, .team_modal-container, .team_members, .quote, .news_pagination, .news_hero, .news_header, .latestnews_three, .collage, .three, .form_row, .form, .two, .banner, .burger {
  display: flex;
  flex-flow: column wrap;
}
@media only screen and (min-width: 720px) {
  .flex, .team_modal-container, .team_members, .quote, .news_pagination, .news_hero, .news_header, .latestnews_three, .collage, .three, .form_row, .form, .two, .banner, .burger {
    flex-flow: row wrap;
  }
}

.dead {
  pointer-events: none;
}

.rule {
  border-top: 1px solid #00263F;
}

.toplayer {
  position: relative;
  background-color: rgb(255, 255, 255);
  z-index: 1;
}
@media only screen and (min-width: 1800px) {
  .toplayer .column > .gutter {
    padding-right: calc((100vw - 1600px) / 4);
  }
}

.out {
  opacity: 0;
  transform: translateY(20px);
  transition: all cubic-bezier(0.645, 0.045, 0.355, 1) 0.5s;
}

.transition-fade {
  transition: 0.3s;
  opacity: 1;
}

html.is-animating .transition-fade {
  opacity: 0;
}

* {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font-family: inherit;
  vertical-align: baseline;
  box-sizing: border-box;
  text-decoration: none;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

li {
  list-style-type: none;
}

input {
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  border-bottom-left-radius: 0px;
  border-bottom-right-radius: 0px;
}

h1, h2, h3, h4, h5, h6, p, span, address, li, blockquote {
  margin: 0;
  padding: 0;
}

::-moz-selection {
  background: #004572;
  color: rgb(255, 255, 255);
}

::selection {
  background: #004572;
  color: rgb(255, 255, 255);
}

.actions {
  margin: 0px;
  padding: 0px;
  position: fixed;
  bottom: 0.5rem;
  left: 0.5rem;
  color: rgb(255, 255, 255);
  z-index: 1;
}
.actions li {
  margin: 0px;
  padding: 0px;
  display: inline-block;
  line-height: 1em;
}
.actions li a {
  margin: 0px;
  padding: 4px 10px 6px;
  background: #00263F;
  border-radius: 20px;
  font-family: monospace;
  font-size: 14px;
  font-family: "Alpina", serif;
  color: rgb(255, 255, 255);
  letter-spacing: 0.5px;
}

.cookie {
  position: fixed;
  width: 100%;
  bottom: 0px;
  left: 0px;
  background: yellow;
  color: #00263F;
  display: flex;
  justify-content: space-between;
  padding: 1rem;
  transition: transform cubic-bezier(0.645, 0.045, 0.355, 1) 0.3s;
}
.cookie_message {
  display: inline-block;
}
.cookie_btn {
  display: inline-block;
}
.cookie.hidden {
  transform: translateY(calc(100% + 1px));
}

@font-face {
  font-family: "GT Super";
  src: url("/assets/fonts/GT-Super-Display-Bold.woff") format("woff");
  font-weight: 400;
  font-style: normal;
  font-stretch: normal;
  font-display: swap;
}
@font-face {
  font-family: "Proxima Nova";
  src: url("/assets/fonts/ProximaNova-Reg.woff") format("woff");
  font-weight: 400;
  font-style: normal;
  font-stretch: normal;
  font-display: swap;
}
@font-face {
  font-family: "Proxima Nova";
  src: url("/assets/fonts/ProximaNova-RegItalic.woff") format("woff");
  font-weight: 400;
  font-style: italic;
  font-stretch: normal;
  font-display: swap;
}
@font-face {
  font-family: "Proxima Nova";
  src: url("/assets/fonts/ProximaNova-Light.woff") format("woff");
  font-weight: 300;
  font-style: normal;
  font-stretch: normal;
  font-display: swap;
}
@font-face {
  font-family: "Proxima Nova";
  src: url("/assets/fonts/ProximaNova-Semibold.woff") format("woff");
  font-weight: 600;
  font-style: normal;
  font-stretch: normal;
  font-display: swap;
}
.sans, a.tag, .t4, .team_member ul > li, .news_pagination a, .stats_description, .form_row label:not(.checkbox), .footer_nav li a, .footer_copy, .t3, .notice p, .team_modal .team_bio p, .team_member p, .team_member h3, .quote_text p, table th, table td, .news_pagination span, .news_pagination, .news_filter-dropdown li > a, .news_filter > a, .news_filter:before, .news_breadcrumbs a, .news_breadcrumbs li:not(:first-child):before, .latestnews_three > div p, .pill, .form_row input[type=submit], .body blockquote footer, .rules > div p, .two p, .three p, .checkbox, .form > div p, .two > div p, .banner_text > div:last-child p, .banner:first-child .banner_breadcrumbs a, .banner:first-child .banner_breadcrumbs li:not(:first-child):before, .footer_social:before, .footer_details p, .footer_address p, .dropdown_list a, .nav_a, .t2, .article .news_intro time, .news_hero-text p, .body p, .t1, .form_row textarea, .form_row input[type=text], .form_row input[type=email], .footer_tagline, .mobilenav a, address, body, p, h5, .h4, .quote_text h4, .body blockquote, .stats_figure, .intro h4, h4, .quote {
  font-family: "Proxima Nova";
}

.serif, .h3, .latestnews_three > div h3, .rules > div h3, h3, .h2, h2, .h1, .article .news_intro h1, .page .news_intro h1, .three_header h1, h1, .h0, .quote_text h4:after, .quote_text h4:before, .news_header h1, .cta_heading p, .body blockquote:after, .body blockquote:before, .banner_text h1, .home .banner h1 {
  font-family: "GT Super";
}

.bold, .notice p, .team_member ul > li, .team_member h3, .article .news_intro time, .news_pagination a, .news_breadcrumbs li:last-child a, a.tag, .latestnews_three > div a, .pill, .form_row input[type=submit], .body blockquote footer, .body ol li:before, .rules > div a, .form_row label:not(.checkbox), .banner:first-child .banner_breadcrumbs li:last-child a, .footer_social:before, strong {
  font-weight: 600;
}

.regular, .news_breadcrumbs li:first-child a, .banner:first-child .banner_breadcrumbs li:first-child a, body {
  font-weight: 400;
}

.light, .h4, .quote_text h4, .body blockquote, .stats_figure, .intro h4, h4, .quote {
  font-weight: 300;
}

.tight {
  letter-spacing: -0.02em;
}

.caps {
  text-transform: uppercase;
}

.leading-tight, .h2, h2, .h1, .article .news_intro h1, .page .news_intro h1, .three_header h1, h1, .h0, .quote_text h4:after, .quote_text h4:before, .news_header h1, .cta_heading p, .body blockquote:after, .body blockquote:before, .banner_text h1, .home .banner h1 {
  line-height: 1.15em;
}

.leading, body, .h4, .quote_text h4, .body blockquote, .stats_figure, .intro h4, h4, .quote, .h3, .latestnews_three > div h3, .rules > div h3, h3 {
  line-height: 1.3em;
}

.leading-loose, .t3, .notice p, .team_modal .team_bio p, .team_member p, .team_member h3, .quote_text p, table th, table td, .news_pagination span, .news_pagination, .news_filter-dropdown li > a, .news_filter > a, .news_filter:before, .news_breadcrumbs a, .news_breadcrumbs li:not(:first-child):before, .latestnews_three > div p, .pill, .form_row input[type=submit], .body blockquote footer, .rules > div p, .two p, .three p, .checkbox, .form > div p, .two > div p, .banner_text > div:last-child p, .banner:first-child .banner_breadcrumbs a, .banner:first-child .banner_breadcrumbs li:not(:first-child):before, .footer_social:before, .footer_details p, .footer_address p, .dropdown_list a, .nav_a, .t2, .article .news_intro time, .news_hero-text p, .body p, .t1, .form_row textarea, .form_row input[type=text], .form_row input[type=email], .footer_tagline, .mobilenav a, address, body, p, h5 {
  line-height: 1.5em;
}

.leading-xloose, .t4, .team_member ul > li, .news_pagination a, .stats_description, .form_row label:not(.checkbox), .footer_nav li a, .footer_copy {
  line-height: 1.6em;
}

a {
  border-bottom: none;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: normal;
  -webkit-font-smoothing: antialiased;
}

.h0, .quote_text h4:after, .quote_text h4:before, .news_header h1, .cta_heading p, .body blockquote:after, .body blockquote:before, .banner_text h1, .home .banner h1 {
  font-size: 40px;
}
@media screen and (min-width: 720px) {
  .h0, .quote_text h4:after, .quote_text h4:before, .news_header h1, .cta_heading p, .body blockquote:after, .body blockquote:before, .banner_text h1, .home .banner h1 {
    font-size: calc(3.7037037037vw + 13.3333333333px);
  }
}
@media screen and (min-width: 1800px) {
  .h0, .quote_text h4:after, .quote_text h4:before, .news_header h1, .cta_heading p, .body blockquote:after, .body blockquote:before, .banner_text h1, .home .banner h1 {
    font-size: 80px;
  }
}

.h1, .article .news_intro h1, .page .news_intro h1, .three_header h1, h1 {
  font-size: 36px;
}
@media screen and (min-width: 720px) {
  .h1, .article .news_intro h1, .page .news_intro h1, .three_header h1, h1 {
    font-size: calc(2.2222222222vw + 20px);
  }
}
@media screen and (min-width: 1800px) {
  .h1, .article .news_intro h1, .page .news_intro h1, .three_header h1, h1 {
    font-size: 60px;
  }
}

.h2, h2 {
  font-size: 34px;
}
@media screen and (min-width: 720px) {
  .h2, h2 {
    font-size: calc(1.4814814815vw + 23.3333333333px);
  }
}
@media screen and (min-width: 1800px) {
  .h2, h2 {
    font-size: 50px;
  }
}

.h3, .latestnews_three > div h3, .rules > div h3, h3 {
  font-size: 30px;
}
@media screen and (min-width: 720px) {
  .h3, .latestnews_three > div h3, .rules > div h3, h3 {
    font-size: calc(0.1851851852vw + 28.6666666667px);
  }
}
@media screen and (min-width: 1800px) {
  .h3, .latestnews_three > div h3, .rules > div h3, h3 {
    font-size: 32px;
  }
}

.h4, .quote_text h4, .body blockquote, .stats_figure, .intro h4, h4, .quote {
  font-size: 26px;
}
@media screen and (min-width: 720px) {
  .h4, .quote_text h4, .body blockquote, .stats_figure, .intro h4, h4, .quote {
    font-size: calc(1.2962962963vw + 16.6666666667px);
  }
}
@media screen and (min-width: 1800px) {
  .h4, .quote_text h4, .body blockquote, .stats_figure, .intro h4, h4, .quote {
    font-size: 40px;
  }
}

.t1, .form_row textarea, .form_row input[type=text], .form_row input[type=email], .footer_tagline, .mobilenav a, address, body, p, h5 {
  font-size: 20px;
}
@media screen and (min-width: 720px) {
  .t1, .form_row textarea, .form_row input[type=text], .form_row input[type=email], .footer_tagline, .mobilenav a, address, body, p, h5 {
    font-size: calc(0.3703703704vw + 17.3333333333px);
  }
}
@media screen and (min-width: 1800px) {
  .t1, .form_row textarea, .form_row input[type=text], .form_row input[type=email], .footer_tagline, .mobilenav a, address, body, p, h5 {
    font-size: 24px;
  }
}

.t2, .article .news_intro time, .news_hero-text p, .body p {
  font-size: 18px;
}
@media screen and (min-width: 720px) {
  .t2, .article .news_intro time, .news_hero-text p, .body p {
    font-size: calc(0.1851851852vw + 16.6666666667px);
  }
}
@media screen and (min-width: 1800px) {
  .t2, .article .news_intro time, .news_hero-text p, .body p {
    font-size: 20px;
  }
}

.t3, .notice p, .team_modal .team_bio p, .team_member p, .team_member h3, .quote_text p, table th, table td, .news_pagination span, .news_pagination, .news_filter-dropdown li > a, .news_filter > a, .news_filter:before, .news_breadcrumbs a, .news_breadcrumbs li:not(:first-child):before, .latestnews_three > div p, .pill, .form_row input[type=submit], .body blockquote footer, .rules > div p, .two p, .three p, .checkbox, .form > div p, .two > div p, .banner_text > div:last-child p, .banner:first-child .banner_breadcrumbs a, .banner:first-child .banner_breadcrumbs li:not(:first-child):before, .footer_social:before, .footer_details p, .footer_address p, .dropdown_list a, .nav_a {
  font-size: 16px;
}
@media screen and (min-width: 720px) {
  .t3, .notice p, .team_modal .team_bio p, .team_member p, .team_member h3, .quote_text p, table th, table td, .news_pagination span, .news_pagination, .news_filter-dropdown li > a, .news_filter > a, .news_filter:before, .news_breadcrumbs a, .news_breadcrumbs li:not(:first-child):before, .latestnews_three > div p, .pill, .form_row input[type=submit], .body blockquote footer, .rules > div p, .two p, .three p, .checkbox, .form > div p, .two > div p, .banner_text > div:last-child p, .banner:first-child .banner_breadcrumbs a, .banner:first-child .banner_breadcrumbs li:not(:first-child):before, .footer_social:before, .footer_details p, .footer_address p, .dropdown_list a, .nav_a {
    font-size: calc(0.1851851852vw + 14.6666666667px);
  }
}
@media screen and (min-width: 1800px) {
  .t3, .notice p, .team_modal .team_bio p, .team_member p, .team_member h3, .quote_text p, table th, table td, .news_pagination span, .news_pagination, .news_filter-dropdown li > a, .news_filter > a, .news_filter:before, .news_breadcrumbs a, .news_breadcrumbs li:not(:first-child):before, .latestnews_three > div p, .pill, .form_row input[type=submit], .body blockquote footer, .rules > div p, .two p, .three p, .checkbox, .form > div p, .two > div p, .banner_text > div:last-child p, .banner:first-child .banner_breadcrumbs a, .banner:first-child .banner_breadcrumbs li:not(:first-child):before, .footer_social:before, .footer_details p, .footer_address p, .dropdown_list a, .nav_a {
    font-size: 18px;
  }
}

.t4, .team_member ul > li, .news_pagination a, .stats_description, .form_row label:not(.checkbox), .footer_nav li a, .footer_copy {
  font-size: 16px;
}
@media screen and (min-width: 720px) {
  .t4, .team_member ul > li, .news_pagination a, .stats_description, .form_row label:not(.checkbox), .footer_nav li a, .footer_copy {
    font-size: calc(0vw + 16px);
  }
}
@media screen and (min-width: 1800px) {
  .t4, .team_member ul > li, .news_pagination a, .stats_description, .form_row label:not(.checkbox), .footer_nav li a, .footer_copy {
    font-size: 16px;
  }
}

h1, h2, h3, h4 {
  color: #801b52;
}

body {
  color: #00263F;
  font-family: "Proxima Nova", Helvetica, Arial, sans-serif;
}

body {
  overflow-x: hidden;
}
body.lock {
  overflow-y: hidden;
}

html, body {
  scroll-behavior: auto;
}

.h-wrap, .notice, .team, main > .quote, .news_pagination, .news_hero, .news_header, .latestnews_three, .latestnews_header, .cta, .collage, .body, .three_header, .three, .form, .two, .intro, .banner, .footer_bottom, .footer_top, .mobilenav-dropdown li, .mobilenav > ul > li, .header {
  width: 100%;
  padding-left: 20px;
  padding-right: 20px;
}
@media screen and (min-width: 720px) {
  .h-wrap, .notice, .team, main > .quote, .news_pagination, .news_hero, .news_header, .latestnews_three, .latestnews_header, .cta, .collage, .body, .three_header, .three, .form, .two, .intro, .banner, .footer_bottom, .footer_top, .mobilenav-dropdown li, .mobilenav > ul > li, .header {
    padding-left: calc(7.4074074074vw - 33.3333333333px);
    padding-right: calc(7.4074074074vw - 33.3333333333px);
  }
}
@media screen and (min-width: 1800px) {
  .h-wrap, .notice, .team, main > .quote, .news_pagination, .news_hero, .news_header, .latestnews_three, .latestnews_header, .cta, .collage, .body, .three_header, .three, .form, .two, .intro, .banner, .footer_bottom, .footer_top, .mobilenav-dropdown li, .mobilenav > ul > li, .header {
    padding-left: 100px;
    padding-right: 100px;
  }
}
@media only screen and (min-width: 1800px) {
  .h-wrap, .notice, .team, main > .quote, .news_pagination, .news_hero, .news_header, .latestnews_three, .latestnews_header, .cta, .collage, .body, .three_header, .three, .form, .two, .intro, .banner, .footer_bottom, .footer_top, .mobilenav-dropdown li, .mobilenav > ul > li, .header {
    padding-left: 100px;
    padding-right: 100px;
  }
}
@media only screen and (min-width: 1800px) and (min-width: 1800px) {
  .h-wrap, .notice, .team, main > .quote, .news_pagination, .news_hero, .news_header, .latestnews_three, .latestnews_header, .cta, .collage, .body, .three_header, .three, .form, .two, .intro, .banner, .footer_bottom, .footer_top, .mobilenav-dropdown li, .mobilenav > ul > li, .header {
    padding-left: calc(33.3333333333vw - 500px);
    padding-right: calc(33.3333333333vw - 500px);
  }
}
@media only screen and (min-width: 1800px) and (min-width: 3000px) {
  .h-wrap, .notice, .team, main > .quote, .news_pagination, .news_hero, .news_header, .latestnews_three, .latestnews_header, .cta, .collage, .body, .three_header, .three, .form, .two, .intro, .banner, .footer_bottom, .footer_top, .mobilenav-dropdown li, .mobilenav > ul > li, .header {
    padding-left: 500px;
    padding-right: 500px;
  }
}

.v1 {
  padding-top: 1rem;
  padding-bottom: 1rem;
}
@media only screen and (min-width: 720px) {
  .v1 {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }
}

@media only screen and (max-width: 720px) {
  .home .banner h1 br {
    display: none;
  }
}

.wrapper main {
  padding-top: 60px;
}
@media only screen and (min-width: 720px) {
  .wrapper main {
    padding-top: 80px;
  }
}

.outer {
  opacity: 0;
  transition: all cubic-bezier(0.645, 0.045, 0.355, 1) 0.6s;
}
.outer.in {
  opacity: 1;
}

.header {
  position: fixed;
  top: 0px;
  z-index: 3;
  background-color: rgb(255, 255, 255);
  padding-top: 0.3rem;
  border-bottom: 1px solid #E6D1DD;
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  opacity: 0;
  transition: all cubic-bezier(0.645, 0.045, 0.355, 1) 0.5s;
  translate: 0px -10px;
}
@media only screen and (max-width: 720px) {
  .header {
    padding-top: 0.6rem;
    padding-bottom: 0.6rem;
    align-items: center;
  }
}
.header.in {
  opacity: 1;
  translate: 0 0;
}

.logo {
  display: flex;
  align-items: center;
  transform: translateY(2px);
}
@media only screen and (max-width: 720px) {
  .logo {
    transform: translateY(5px);
  }
}

.nav > ul > li {
  display: inline-block;
  padding-left: 1rem;
}
.nav > ul > li a.pill {
  background-color: #B124FF;
  color: rgb(255, 255, 255);
}
.nav > ul > li a.pill svg path {
  stroke: rgb(255, 255, 255);
}
.nav > ul > li a.pill:hover {
  background-color: rgb(255, 255, 255);
  color: #B124FF;
}
.nav > ul > li a.pill:hover svg path {
  stroke: #B124FF;
}
.nav_a {
  display: block;
  padding-bottom: 1.5rem;
  position: relative;
  color: #00263F;
}
.nav_a:after {
  content: "";
  position: absolute;
  display: block;
  width: 100%;
  left: 0px;
  bottom: 0px;
  height: 0px;
  background-color: #B124FF;
  opacity: 1;
  transition: all cubic-bezier(0.645, 0.045, 0.355, 1) 0.3s;
}
.nav_a.active:after {
  height: 4px;
}
.nav_a:hover:after {
  opacity: 1;
  height: 4px;
}

.dropdown_trigger svg {
  margin-left: 0.2rem;
  transform: translateY(-2px);
}
.dropdown_trigger.active svg {
  transform: scaleY(-1) translateY(2px);
}
.dropdown_list {
  position: absolute;
  background: #F5F4F0;
  padding-left: 1.75rem;
  padding-right: 1.75rem;
  transform: translate(-1.75rem, 1px);
}
.dropdown_list li:first-child {
  padding-top: 1rem;
}
.dropdown_list li:last-child {
  padding-bottom: 1.5rem;
}
.dropdown_list li:last-child a {
  border-bottom: none;
  padding-bottom: 0rem;
}
.dropdown_list a {
  display: block;
  padding-top: 0.8rem;
  padding-bottom: 0.8rem;
  color: #00263F;
  border-bottom: 1px solid rgba(0, 38, 63, 0.2);
  transition: all cubic-bezier(0.645, 0.045, 0.355, 1) 0.3s;
}
.dropdown_list a.active, .dropdown_list a:hover {
  color: #B124FF;
}

.burger {
  background-color: rgb(255, 255, 255);
  width: 42px;
  height: 42px;
  justify-content: space-between;
  text-align: center;
  padding: 12px 5px;
}
.burger span {
  display: block;
  width: 100%;
  height: 2px;
  background-color: #801b52;
  transition: all cubic-bezier(0.645, 0.045, 0.355, 1) 0.3s;
}
.burger span:first-child {
  transform-origin: top right;
}
.burger span:nth-child(2) {
  transform-origin: center left;
}
.burger span:last-child {
  transform-origin: bottom right;
}
.burger.active span:nth-child(2) {
  transform: scale(0);
}
.burger.active span:nth-child(2) {
  opacity: 0;
}
.burger.active span:first-child {
  width: 73%;
  transform: rotate(-45deg);
}
.burger.active span:last-child {
  width: 73%;
  transform: rotate(45deg);
}

.mobilenav {
  position: fixed;
  top: 60px;
  width: 100%;
  height: 100%;
  background: rgb(255, 255, 255);
  z-index: 2;
  padding-top: 1rem;
  opacity: 0;
  pointer-events: none;
  scale: 1.01;
  transition: all cubic-bezier(0.645, 0.045, 0.355, 1) 0.3s;
}
.mobilenav.active {
  opacity: 1;
  pointer-events: auto;
  scale: 1;
}
.mobilenav.active li {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.mobilenav > ul > li {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  transition: padding cubic-bezier(0.645, 0.045, 0.355, 1) 0.3s;
}
.mobilenav > ul > li:first-child {
  padding-top: 1rem;
}
.mobilenav > ul > li:last-child {
  border-top: 1px solid #E6D1DD;
  margin-top: 1.5rem;
  padding-top: 1rem;
}
.mobilenav a {
  color: #00263F;
}
.mobilenav a:not(.pill) {
  position: relative;
  display: block;
  width: 100%;
}
.mobilenav a:not(.pill) svg {
  position: absolute;
  right: 0px;
  top: 50%;
  translate: 0px -50%;
  margin-right: 0.6rem;
}
.mobilenav a.pill {
  background-color: #B124FF;
  color: rgb(255, 255, 255);
}
.mobilenav a.pill svg path {
  stroke: rgb(255, 255, 255);
}
.mobilenav a.pill:hover {
  background-color: rgb(255, 255, 255);
  color: #B124FF;
}
.mobilenav a.pill:hover svg path {
  stroke: #B124FF;
}
.mobilenav-dropdown {
  position: fixed;
  top: 0px;
  width: 100%;
  height: 100%;
  z-index: 3;
  background-color: #F5F4F0;
  pointer-events: none;
  transition: all cubic-bezier(0.645, 0.045, 0.355, 1) 0.3s;
  translate: 100% 0;
}
.mobilenav-dropdown.active {
  translate: 0% 0;
  pointer-events: auto;
}
.mobilenav-dropdown.active li {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.mobilenav-dropdown li {
  padding-top: 1.1rem;
  padding-bottom: 1.5rem;
  padding-left: 3.5rem;
  transition: padding cubic-bezier(0.645, 0.045, 0.355, 1) 0.3s;
}
.mobilenav-dropdown li:first-child {
  border-bottom: 1px solid #E6D1DD;
  margin-top: 0rem;
  padding-top: 1rem;
}
.mobilenav-dropdown li:nth-child(2) {
  padding-top: 1.2rem !important;
}
.mobilenav-back {
  padding-bottom: 1.2rem !important;
}
.mobilenav-back a {
  color: #B124FF;
}
.mobilenav-back a svg {
  left: 0px;
  right: inherit;
  transform: rotate(180deg) translateX(200%);
}

.footer_top {
  border-top: 1px solid #E6D1DD;
  display: flex;
  flex-flow: row wrap;
  padding-top: 2.5rem;
  padding-bottom: 1.5rem;
}
@media only screen and (max-width: 720px) {
  .footer_top {
    padding-top: 1rem;
    padding-bottom: 1rem;
    flex-flow: column wrap;
  }
}
.footer_logo {
  flex: 2;
}
@media only screen and (max-width: 720px) {
  .footer_logo {
    display: none;
  }
}
.footer_logo svg {
  max-width: 90%;
}
.footer_tagline {
  transition-delay: 0.15s;
  flex: 5;
  color: #801b52;
}
@media only screen and (max-width: 720px) {
  .footer_tagline {
    padding-bottom: 1.5rem;
    line-height: 1.25em;
  }
  .footer_tagline br {
    display: block;
  }
}
@media only screen and (min-width: 1440px) {
  .footer_tagline br {
    display: none;
  }
}
.footer_address {
  transition-delay: 0.3s;
  flex: 3;
}
.footer_address p {
  padding-bottom: 1rem;
}
@media only screen and (max-width: 720px) {
  .footer_address p {
    padding-bottom: 1.5rem;
  }
}
.footer_details {
  flex: 2;
  transition-delay: 0.45s;
}
.footer_details p {
  padding-bottom: 1rem;
  color: #00263F;
}
.footer_details a {
  text-decoration: underline;
  text-underline-offset: 2px;
  color: #00263F;
}
.footer_details a:hover {
  color: #B124FF;
}
.footer_bottom {
  display: flex;
  flex-flow: row wrap;
  border-top: 1px solid #E6D1DD;
  padding-top: 1rem;
  padding-bottom: 1rem;
  align-items: center;
}
@media only screen and (max-width: 720px) {
  .footer_bottom {
    align-items: flex-start;
    flex-flow: column wrap;
  }
}
.footer_copy {
  flex: 2;
  color: #801b52;
}
@media only screen and (max-width: 720px) {
  .footer_copy {
    order: 3;
  }
}
.footer_nav {
  flex: 8;
}
@media only screen and (max-width: 720px) {
  .footer_nav {
    order: 2;
  }
}
.footer_nav li {
  display: inline-block;
  padding-right: 1rem;
}
.footer_nav li a {
  color: #801b52;
  text-decoration: underline;
}
.footer_social {
  flex: 2;
  text-align: right;
}
.footer_social:before {
  color: #801b52;
  display: none;
}
@media only screen and (max-width: 720px) {
  .footer_social {
    position: relative;
    order: 1;
    width: 100%;
  }
  .footer_social:before {
    display: block;
    position: absolute;
    left: 0px;
    content: "Stay connected";
  }
}
.footer_social li {
  display: inline-block;
  padding-left: 0.3rem;
}

.hide, .team_member, .quote_text, .quote_headshot, .cta_heading, .cta, .collage_small, .collage_medium, .collage_large, .three > div, .two > div, .intro, .banner_media, .banner_text, .banner_breadcrumbs, .footer_logo, .footer_tagline, .footer_address, .footer_details, .footer_bottom {
  opacity: 0;
  translate: 0 5px;
  transition: opacity cubic-bezier(0.645, 0.045, 0.355, 1) 0.5s, translate cubic-bezier(0.645, 0.045, 0.355, 1) 0.5s;
}
.hide.show, .show.team_member, .show.quote_text, .show.quote_headshot, .show.cta_heading, .show.cta, .show.collage_small, .show.collage_medium, .show.collage_large, .three > div.show, .two > div.show, .show.intro, .show.banner_media, .show.banner_text, .show.banner_breadcrumbs, .show.footer_logo, .show.footer_tagline, .show.footer_address, .show.footer_details, .show.footer_bottom {
  opacity: 1;
  translate: 0 0;
}

.banner {
  padding-top: 3rem;
  padding-bottom: 3rem;
}
@media only screen and (min-width: 720px) {
  .banner {
    padding-top: 4rem;
    padding-bottom: 4rem;
    padding-top: 6rem;
  }
}
.banner:first-child .banner_breadcrumbs {
  display: block;
  position: absolute;
  padding-bottom: 1rem;
  transform: translateY(-5rem);
}
@media only screen and (max-width: 720px) {
  .banner:first-child .banner_breadcrumbs {
    transform: translateY(-2.7rem);
  }
}
.banner:first-child .banner_breadcrumbs li {
  display: inline-block;
}
.banner:first-child .banner_breadcrumbs li:not(:first-child):before {
  content: ">";
  padding: 0 0.5rem 0 0.2rem;
  color: #801b52;
}
.banner:first-child .banner_breadcrumbs a {
  color: #801b52;
}
.banner_breadcrumbs {
  display: none;
}
.banner_text {
  display: flex;
  flex-flow: row wrap;
  width: 100%;
  padding-bottom: 1rem;
}
@media only screen and (max-width: 720px) {
  .banner_text {
    flex-flow: column wrap;
  }
}
.subpage .banner_text {
  flex: 1;
  flex-flow: column wrap;
  justify-content: center;
}
@media only screen and (min-width: 720px) {
  .banner_text {
    padding-bottom: 3rem;
  }
}
.banner_text > div {
  flex: 66.6666666667%;
}
.subpage .banner_text > div {
  flex: none;
}
.banner_text > div:last-child {
  flex: 33.3333333333%;
  padding-top: 3rem;
}
@media only screen and (max-width: 720px) {
  .banner_text > div:last-child {
    padding-top: 0rem;
  }
  .banner_text > div:last-child br {
    display: none;
  }
}
@media only screen and (max-width: 720px) {
  .banner_text > div:last-child .btn {
    margin-bottom: 1rem;
  }
}
.subpage .banner_text > div:last-child {
  flex: none;
  padding-top: 1rem;
}
@media only screen and (min-width: 720px) {
  .subpage .banner_text > div:last-child {
    padding-right: 25%;
  }
}
@media only screen and (max-width: 720px) {
  .banner_text > div h1 br {
    display: none;
  }
}
.banner_text h1 {
  padding-bottom: 1rem;
}
.banner:not(:first-child) {
  padding-bottom: 0rem;
}
.banner:not(:first-child) .banner_text > div:first-child {
  flex: 7;
}
.banner:not(:first-child) .banner_text > div:last-child {
  flex: 4.8;
  padding-top: 1rem;
}
.banner_media {
  width: 100%;
}
.subpage .banner_media {
  flex: 1;
  display: flex;
}
@media only screen and (max-width: 720px) {
  .subpage .banner_media {
    justify-content: center;
  }
}
.subpage .banner_media img, .subpage .banner_media video {
  width: 80%;
}
@media only screen and (min-width: 720px) {
  .subpage .banner_media img, .subpage .banner_media video {
    width: 40vw;
  }
}
.banner_media img, .banner_media video {
  width: 100%;
}

.banner.subpage {
  padding-bottom: 0rem;
}

.intro {
  position: relative;
  padding-bottom: 3rem;
}
@media only screen and (min-width: 720px) {
  .intro {
    padding-bottom: 5rem;
  }
}
.intro h4 {
  color: #00263F;
}
@media only screen and (min-width: 720px) {
  .intro h4 {
    padding-right: 33.3333333333%;
  }
}
@media only screen and (max-width: 720px) {
  .intro br {
    display: none;
  }
}

.two {
  gap: 2em;
}
@media only screen and (max-width: 720px) {
  .two {
    gap: 0;
  }
}
@media only screen and (max-width: 720px) {
  .two.reverse > div:first-child {
    order: 1;
  }
}
.two > div {
  flex: 1;
  position: relative;
  display: flex;
  flex-flow: column wrap;
  justify-content: center;
  padding-bottom: 2rem;
}
.two > div:last-child {
  transition-delay: 0.2s;
}
@media only screen and (min-width: 720px) {
  .two > div {
    padding-bottom: 7rem;
  }
}
@media only screen and (min-width: 720px) {
  .two > div:first-child {
    padding-right: 12.5%;
  }
}
@media only screen and (min-width: 720px) {
  .two > div:first-child img {
    padding-left: 8.3333333333%;
  }
}
.two > div img {
  max-width: 520px;
}
@media only screen and (max-width: 720px) {
  .two > div img {
    width: 80%;
  }
}

.form {
  background-color: #F4EDF1;
}
.form > div {
  padding-bottom: 3rem;
}
@media only screen and (min-width: 720px) {
  .form > div {
    padding-left: 2rem;
    padding-right: 2rem;
    padding-left: 10rem;
    padding-right: 10rem;
    padding-bottom: 5rem;
  }
}
.form > div h2 {
  padding-bottom: 1rem;
}
.form > div h5 {
  color: #801b52;
}
.form > div h5, .form > div p {
  padding-bottom: 1rem;
}
.form_form {
  width: 100%;
}
.form_row {
  padding-bottom: 2rem;
  gap: 2em;
}
.form_row > div {
  flex: 1;
}
.form_row label:not(.checkbox) {
  display: block;
  color: #801b52;
  text-transform: uppercase;
  letter-spacing: 1px;
  letter-spacing: 1px;
  padding-bottom: 0.5rem;
}
.form_row input[type=text], .form_row input[type=email] {
  width: 100%;
  outline: none;
  border-bottom: 1px solid #801A53;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 0.7rem;
  padding-right: 0.7rem;
  transition: all cubic-bezier(0.645, 0.045, 0.355, 1) 0.3s;
}
.form_row input[type=text]:focus, .form_row input[type=email]:focus {
  border-bottom: 1px solid rgb(255, 255, 255);
}
.form_row textarea {
  width: 100%;
  outline: none;
  border-bottom: 1px solid #801A53;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 0.7rem;
  padding-right: 0.7rem;
  transition: border-color cubic-bezier(0.645, 0.045, 0.355, 1) 0.3s;
  min-height: 150px;
  width: 100%;
  resize: vertical;
}
.form_row textarea:focus {
  border-bottom: 2px solid rgb(255, 255, 255);
}
.form_row input[type=submit] {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  display: block;
  border: 1px solid #B124FF;
  color: #B124FF;
  border-radius: 30px;
  background-color: transparent;
}

.uniform__potty {
  position: absolute;
  left: -9999px;
}

.checkbox {
  display: block;
  position: relative;
  padding-left: 2.1em;
  margin-bottom: 12px;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  color: #801b52;
}
.checkbox input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}
.checkbox .checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 25px;
  width: 25px;
  background-color: transparent;
  border: 1px solid #B124FF;
}
.checkbox .checkmark:after {
  content: "";
  position: absolute;
  display: none;
}
.checkbox input:checked ~ .checkmark:after {
  display: block;
}

.checkbox .checkmark:after {
  left: 8px;
  top: 3px;
  width: 5px;
  height: 11px;
  border: solid #B124FF;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}

@media only screen and (min-width: 720px) {
  .inset > div:first-child {
    padding-left: 10rem;
  }
}
@media only screen and (min-width: 720px) {
  .inset > div:last-child {
    padding-right: 10rem;
  }
}
.inset h3 {
  padding-bottom: 0.5rem;
}
.inset p a {
  text-decoration: underline;
  transition: all cubic-bezier(0.645, 0.045, 0.355, 1) 0.3s;
  color: #00263F;
}
.inset p a:hover {
  color: #B124FF;
  cursor: pointer;
}

p.error {
  color: #B124FF;
  padding-top: 0.3rem;
}

.double {
  padding-top: 1rem;
  padding-bottom: 1rem;
}
@media only screen and (max-width: 720px) {
  .double {
    padding-top: 2rem;
  }
}
@media only screen and (min-width: 720px) {
  .double {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }
}
@media only screen and (max-width: 720px) {
  .double > div:last-child img {
    width: 100%;
  }
}

.three {
  gap: 30px;
}
.three + .three {
  padding-top: 0rem;
}
@media only screen and (min-width: 720px) {
  .three {
    padding-top: 3rem;
    padding-bottom: 3rem;
    padding-bottom: 6rem;
  }
}
.three:last-of-type {
  padding-bottom: 5rem;
}
.three > div {
  flex: 1;
}
.three > div:nth-child(2) {
  transition-delay: 0.1s;
}
.three > div:nth-child(3) {
  transition-delay: 0.2s;
}
@media only screen and (max-width: 720px) {
  .three > div {
    padding-bottom: 1rem;
  }
}
.three > div h5 {
  font-weight: 400;
}
.three_header {
  flex-basis: 100%;
  padding-top: 1rem;
}
@media only screen and (max-width: 720px) {
  .three_header {
    padding-bottom: 2rem;
  }
}
@media only screen and (min-width: 720px) {
  .three_header {
    padding-top: 5rem;
  }
}
@media only screen and (min-width: 720px) {
  .pt {
    margin-top: 4rem;
  }
}

@media only screen and (min-width: 720px) {
  .after {
    padding-bottom: 6rem !important;
  }
}

@media only screen and (max-width: 720px) {
  .two, .three {
    padding-bottom: 3rem;
  }
}
.two img, .three img {
  display: block;
  width: 100%;
  height: auto;
  margin: auto;
}
@media only screen and (min-width: 720px) {
  .two img, .three img {
    padding-bottom: 0.3rem;
  }
}
@media only screen and (max-width: 720px) {
  .two img, .three img {
    padding-bottom: 0.2rem;
  }
}
.two h2, .three h2 {
  padding-bottom: 1rem;
}
.two h5, .three h5 {
  padding-top: 1rem;
  padding-bottom: 1rem;
  color: #801b52;
}
@media only screen and (max-width: 720px) {
  .two h5, .three h5 {
    padding-top: 0.6rem;
    padding-bottom: 0.6rem;
  }
}

.stats {
  display: flex;
  flex-flow: row wrap;
  gap: 30px;
  padding-top: 1rem;
}
@media only screen and (max-width: 720px) {
  .stats {
    gap: 30px 45px;
    justify-content: space-between;
  }
}
.stats_single {
  flex-basis: calc(50% - 30px);
}
@media only screen and (max-width: 720px) {
  .stats_single {
    flex-basis: calc(50% - 23px);
  }
}
.stats_figure {
  color: #801b52;
}
@media only screen and (max-width: 720px) {
  .rules {
    padding-bottom: 3rem;
  }
}
.rules > div {
  border-left: 1px solid #E6D1DD;
  margin-bottom: 0rem;
}
@media only screen and (min-width: 720px) {
  .rules > div {
    margin-bottom: 5rem;
  }
}
.rules > div h3 {
  color: #801b52;
  padding-left: 2rem;
  padding-right: 2rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-top: 1rem;
}
@media only screen and (max-width: 720px) {
  .rules > div h3 {
    padding-left: 1.3rem;
    padding-right: 1.3rem;
  }
}
.rules > div p {
  padding-left: 2rem;
  padding-right: 2rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-right: 0rem;
}
@media only screen and (max-width: 720px) {
  .rules > div p {
    padding-left: 1.3rem;
    padding-right: 1.3rem;
  }
}
.rules > div p:last-child {
  padding-bottom: 0rem;
}
.rules > div a {
  color: #B124FF;
  text-decoration: underline;
  text-underline-offset: 3px;
  transition: all cubic-bezier(0.645, 0.045, 0.355, 1) 0.3s;
}
.rules > div a:hover {
  color: #00263F;
}

.body {
  padding-bottom: 3rem;
}
@media only screen and (min-width: 720px) {
  .body > div {
    position: relative;
  }
  .body > div .team_member {
    top: 3em;
  }
}
@media only screen and (min-width: 720px) {
  .body > div {
    padding-right: 8.3333333333%;
    padding-left: calc(33% + 15px);
  }
}
@media only screen and (min-width: 720px) {
  .body > p, .body > h2, .body > h3, .body > h1, .body > h4, .body > h5, .body > ul, .body > ol {
    padding-right: 8.3333333333%;
    padding-left: calc(33% + 15px);
  }
}
@media only screen and (min-width: 720px) {
  .body > .accordion {
    margin-left: calc(33% + 15px);
    padding-left: 0;
    margin-right: 8.3333333333%;
    padding-right: 0;
  }
}
.body h1, .body h2, .body h3, .body h4, .body h5, .body h6 {
  padding-bottom: 1.3rem;
}
.body mark {
  background-color: inherit;
  color: #801b52;
}
.body p {
  padding-bottom: 1rem;
}
.body p a {
  border-bottom: 1px solid #00263F;
}
.body img {
  max-width: 100%;
}
.body ul, .body ol {
  padding-bottom: 1.5rem;
}
.body ul > p, .body ol > p {
  padding-top: 0rem;
}
.body p + ul, .body p + ol {
  margin-top: -1rem;
}
.body ul li {
  position: relative;
  padding-left: 1.2rem;
}
.body ul li > p {
  padding-bottom: 0rem;
}
.body ul li:before {
  content: "•";
  display: inline-block;
  color: #B124FF;
  position: absolute;
  margin-left: -1.2rem;
  scale: 1.5;
  translate: 0 -4px;
  top: 0px;
}
.body ol {
  counter-reset: countThis;
}
.body ol li {
  position: relative;
  counter-increment: countThis;
  padding-left: 1.2rem;
}
.body ol li > p {
  padding-bottom: 0rem;
}
.body ol li:before {
  content: counter(countThis) ". ";
  top: 50%;
  display: inline-block;
  color: #B124FF;
  position: absolute;
  margin-left: -1.2rem;
  font-size: 12px;
  translate: 0 -4px;
  top: 0px;
}
.body ol li {
  padding-left: 1.2rem;
}
.body ol li > p {
  padding-bottom: 0rem;
}
.body ol li:before {
  display: inline-block;
  color: #B124FF;
  position: absolute;
  margin-left: -1.2rem;
  scale: 1.5;
  translate: 0 -3px;
}
@media only screen and (max-width: 720px) {
  .body .team_member {
    padding-top: 1.3rem;
    padding-bottom: 2rem;
    display: flex;
    flex-flow: row wrap;
    align-items: center;
  }
}
@media only screen and (min-width: 720px) {
  .body .team_member {
    position: absolute;
    left: 10%;
  }
}
.body .team_headshot {
  width: 14.1666666667vw;
}
@media only screen and (max-width: 720px) {
  .body .team_headshot {
    width: 50%;
  }
}
.body .quote {
  padding-right: 0rem;
  width: 100%;
}
.body .quote_text {
  flex-basis: 100%;
  padding-right: 0rem;
}
@media only screen and (max-width: 720px) {
  .body .quote {
    padding-left: 0rem;
    padding-right: 0rem;
    padding-top: 3rem;
    padding-bottom: 0rem;
  }
}
.body blockquote {
  padding-top: 2rem;
  padding-bottom: 6rem;
  color: #801b52;
}
.body blockquote:before {
  display: block;
  content: "“";
  position: absolute;
  color: #B124FF;
  translate: -125% -15%;
}
.body blockquote:after {
  display: inline-block;
  content: "”";
  line-height: 0;
  color: #B124FF;
  position: relative;
  transform: translate(-5px, 14px);
}
.body blockquote footer {
  position: absolute;
  padding-top: 1rem;
  transform: translateX(3px);
}

.collage {
  padding-top: 2rem;
  padding-bottom: 2rem;
}
@media only screen and (max-width: 720px) {
  .collage {
    gap: 20px;
    padding-bottom: 3rem;
  }
}
@media only screen and (min-width: 720px) {
  .collage {
    gap: 30px;
    padding-bottom: 6rem;
  }
}
.collage_left {
  width: calc(58.3333333333% - 15px);
}
@media only screen and (max-width: 720px) {
  .collage_left {
    width: 100%;
  }
}
.collage_right {
  width: calc(41.6666666667% - 15px);
}
@media only screen and (max-width: 720px) {
  .collage_right {
    width: 100%;
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
    align-items: flex-start;
    gap: 20px;
  }
}
.collage_large {
  width: 100%;
  display: block;
}
.collage_medium {
  display: block;
}
@media only screen and (max-width: 720px) {
  .collage_medium {
    width: calc(35% - 10px);
    height: auto;
    order: 2;
  }
}
@media only screen and (min-width: 720px) {
  .collage_medium {
    padding-top: 5rem;
    width: 100%;
  }
}
.collage_small {
  display: block;
}
@media only screen and (max-width: 720px) {
  .collage_small {
    width: calc(65% - 10px);
    height: auto;
    order: 1;
  }
}
@media only screen and (min-width: 720px) {
  .collage_small {
    width: 60%;
    padding-top: 30px;
  }
}

.rounded {
  padding-bottom: 1rem;
}
@media only screen and (min-width: 720px) {
  .rounded {
    padding-bottom: 4rem;
  }
}
.rounded img {
  border-radius: 15px;
}

.pill, .form_row input[type=submit] {
  display: inline-block;
  margin-top: 1rem;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  padding-top: 0.6rem;
  padding-bottom: 0.5rem;
  border-radius: 60px;
  border: 1px solid #B124FF;
  color: #B124FF;
  transition: all cubic-bezier(0.645, 0.045, 0.355, 1) 0.3s;
}
.pill:hover, .form_row input[type=submit]:hover {
  background-color: #B124FF;
  color: rgb(255, 255, 255);
}
.pill:hover svg path, .form_row input[type=submit]:hover svg path {
  stroke: rgb(255, 255, 255);
}

.arrow svg {
  margin-right: 0.2rem;
}
.arrow svg path {
  transition: all cubic-bezier(0.645, 0.045, 0.355, 1) 0.3s;
}

.cta {
  background-color: #801b52;
  position: relative;
  overflow: hidden;
  padding-top: 10rem;
  padding-bottom: 11rem;
}
@media only screen and (max-width: 720px) {
  .cta {
    padding-top: 11rem;
    padding-bottom: 7rem;
  }
}
.cta h1, .cta h2, .cta h3, .cta h4 {
  color: rgb(255, 255, 255);
}
.cta_heading {
  position: relative;
  z-index: 1;
}
.cta_heading p {
  color: rgb(255, 255, 255);
  padding-bottom: 1rem;
}
@media only screen and (max-width: 720px) {
  .cta_heading p {
    padding-right: 3rem;
  }
}
.cta_heading a {
  border-color: rgb(255, 255, 255);
  color: rgb(255, 255, 255);
}
.cta_heading a:hover {
  border-color: #B124FF;
}
.cta_animation canvas, .cta_animation video {
  position: absolute;
  right: 0px;
  top: 0px;
}
@media only screen and (max-width: 720px) {
  .cta_animation canvas, .cta_animation video {
    max-height: 35%;
  }
}
@media only screen and (min-width: 720px) {
  .cta_animation canvas, .cta_animation video {
    max-height: 107%;
  }
}

.latestnews_header {
  padding-bottom: 2rem;
  vertical-align: middle;
}
.latestnews_header h2 {
  display: inline-block;
  padding-right: 1rem;
}
.latestnews_header .pill, .latestnews_header .form_row input[type=submit], .form_row .latestnews_header input[type=submit] {
  margin-top: 0rem;
  translate: 0 -8px;
}
.latestnews_three {
  gap: 30px;
}
.latestnews_three > div {
  flex: 1;
  border-left: 1px solid #E6D1DD;
  margin-bottom: 0rem;
}
@media only screen and (min-width: 720px) {
  .latestnews_three > div {
    margin-bottom: 5rem;
  }
}
.latestnews_three > div img {
  width: 100%;
  transform: translateX(0px);
}
.latestnews_three > div h3 {
  color: #801b52;
  padding-left: 2rem;
  padding-right: 2rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-top: 1rem;
}
.latestnews_three > div p {
  padding-left: 2rem;
  padding-right: 2rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.latestnews_three > div p:last-child {
  padding-bottom: 0rem;
}
.latestnews_three > div a {
  color: #B124FF;
  text-decoration: underline;
  text-underline-offset: 3px;
  transition: all cubic-bezier(0.645, 0.045, 0.355, 1) 0.3s;
}
.latestnews_three > div a:hover {
  color: #00263F;
}
.latestnews_three > div a.tag {
  text-decoration: none;
  margin-left: 2rem;
  margin-right: 2rem;
  margin-top: 1rem;
  margin-bottom: 1rem;
}
.latestnews_three > div a.tag:hover {
  background-color: #B124FF;
  color: rgb(255, 255, 255);
}

a.tag {
  display: inline-block;
  font-size: 14px;
  letter-spacing: 1.5px;
  padding: 0px 10px;
  padding-top: 2px;
  border-radius: 20px;
  color: #00263F;
  line-height: 1.5rem;
  background-color: rgba(177, 36, 255, 0.2);
  text-transform: uppercase;
  text-decoration: none;
  transition: all cubic-bezier(0.645, 0.045, 0.355, 1) 0.3s;
}
@media screen and (min-width: 720px) {
  a.tag {
    font-size: calc(0vw + 14px);
  }
}
@media screen and (min-width: 1800px) {
  a.tag {
    font-size: 14px;
  }
}
a.tag:hover {
  background-color: #B124FF;
  color: rgb(255, 255, 255);
}

.news_header {
  padding-top: 6rem;
  padding-bottom: 3rem;
  justify-content: space-between;
}
.news_breadcrumbs {
  padding-top: 0rem;
  display: block;
  position: absolute;
  padding-bottom: 1rem;
  transform: translateY(-5rem);
}
.news_breadcrumbs li {
  display: inline-block;
}
.news_breadcrumbs li a {
  color: #801b52 !important;
}
.news_breadcrumbs li:not(:first-child):before {
  content: ">";
  padding: 0 0.5rem 0 0.2rem;
  color: #801b52;
}
.news_breadcrumbs a {
  color: #801b52;
}
.news_hero {
  padding-bottom: 4rem;
}
.news_hero-image {
  flex: 1.6;
}
.news_hero-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.news_hero-text {
  flex: 1;
  background: #F9F9F9;
  padding: 4rem;
}
.news_hero-text h2 {
  padding-right: 6rem;
  padding-top: 2rem;
  padding-bottom: 2rem;
}
.news_hero-text p {
  color: #00263F;
}
.news_filter {
  width: calc(25% - 22px);
  position: relative;
}
.news_filter:before {
  content: "Filter by:";
  position: absolute;
  color: #801b52;
  left: 0px;
  transform: translate(-130%, 25%);
}
.news_filter > a {
  padding-left: 0.8rem;
  padding-right: 0.8rem;
  padding-top: 0.4rem;
  padding-bottom: 0.4rem;
  color: #801b52;
  border: 1px solid #801b52;
  display: flex;
  justify-content: space-between;
}
.news_filter > a span {
  display: block;
}
.news_filter > a.active {
  background-color: #801b52;
  color: rgb(255, 255, 255);
}
.news_filter > a.active span svg path {
  stroke: rgb(255, 255, 255);
}
.news_filter-dropdown {
  position: absolute;
  z-index: 1;
  border: 1px solid #801b52;
  border-top: none;
  background: #F5F4F0;
  width: 100%;
}
.news_filter-dropdown li > a {
  display: block;
  width: 100%;
  padding-left: 0.8rem;
  padding-right: 0.8rem;
  padding-top: 0.4rem;
  padding-bottom: 0.4rem;
  color: #00263F;
}
.news_filter-dropdown li > a:hover, .news_filter-dropdown li > a.active {
  background-color: #F5EDF1;
  color: #B124FF;
}
.news_four > div {
  flex: none;
  width: calc(25% - 23px);
}
.news_pagination {
  justify-content: flex-end;
  padding-bottom: 2rem;
}
@media only screen and (min-width: 720px) {
  .news_pagination {
    padding-bottom: 4rem;
  }
}
.news_pagination a {
  padding-left: 1.5rem;
  text-decoration: underline;
  text-underline-offset: 3px;
  color: #00263F;
  letter-spacing: 1px;
}
.news_pagination a:hover {
  color: #B124FF;
}
.news_pagination span {
  padding-left: 1.5rem;
  color: #00263F;
}

.page .news_intro h1 {
  padding-bottom: 5rem;
}
.page em {
  font-style: italic;
}
.page strong {
  font-weight: bold;
}
.page mark {
  background-color: inherit;
  color: #801b52;
}
.page a {
  color: #00263F;
}

table {
  width: 100%;
  border-spacing: 0px;
  margin-top: 1rem;
  margin-bottom: 2rem;
  display: table;
  position: relative;
}
table th, table td {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  width: 50%;
}
table.block-table-three th, table.block-table-three td {
  width: 33.3333333333%;
}
table tr {
  background-color: #F9F9F9;
}
table tr:nth-child(2n+1) {
  background-color: #F5F4F0;
}
table tr th, table tr td {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
table tr:first-child {
  text-align: left;
  background-color: #801b52;
}
table tr:first-child th, table tr:first-child td {
  color: rgb(255, 255, 255);
}

.article .news_header {
  padding-bottom: 0rem;
}
.article .news_intro h1 {
  padding-bottom: 2.5rem;
}
.article .news_intro img {
  padding-bottom: 2.5rem;
  width: 100%;
}
.article .news_intro time {
  display: block;
  padding-bottom: 1rem;
}

.accordion {
  padding-top: 1rem;
  padding-bottom: 1rem;
  position: relative;
  border-bottom: 2px solid #F5EDF1;
}
.accordion:first-of-type {
  margin-top: 2rem;
}
.accordion_heading {
  width: 100%;
  position: relative;
}
.accordion_icon {
  position: absolute;
  right: 0;
  top: 50%;
  translate: 0px -50%;
  transform-origin: 50% 50%;
  width: 30px;
  height: 30px;
  transition: all cubic-bezier(0.645, 0.045, 0.355, 1) 0.3s;
}
.accordion_icon svg path {
  stroke: #B124FF;
}
.accordion_icon.open {
  transform: rotate(45deg);
}
.accordion_content > *:first-child {
  padding-top: 1rem;
}

@media only screen and (max-width: 720px) {
  main > .quote {
    padding-bottom: 5rem;
  }
}

.quote {
  padding-top: 4rem;
  padding-bottom: 4rem;
  position: relative;
  align-items: center;
}
@media only screen and (max-width: 720px) {
  .quote {
    padding-top: 1rem;
    padding-bottom: 1rem;
    padding-left: 1rem;
    padding-right: 1rem;
    padding-bottom: 3rem;
  }
}
.quote_headshot {
  flex-basis: 33.3333333333%;
}
@media only screen and (max-width: 720px) {
  .quote_headshot {
    order: 2;
    text-align: center;
    padding-right: 10px;
  }
}
@media only screen and (min-width: 720px) {
  .quote_headshot {
    padding-right: calc(8.3333333333% + 15px);
  }
}
.quote_headshot img {
  width: 100%;
  position: relative;
  border-radius: 15px;
  box-shadow: 20px 20px 0px 0px rgba(230, 209, 221, 0.5);
}
@media only screen and (max-width: 720px) {
  .quote_headshot img {
    width: 90%;
  }
}
.quote_text {
  flex-basis: 66.6666666667%;
  display: flex;
  flex-flow: column;
}
@media only screen and (max-width: 720px) {
  .quote_text {
    order: 1;
    padding-bottom: 2rem;
  }
}
@media only screen and (min-width: 720px) {
  .quote_text {
    padding-right: 14rem;
  }
}
.quote_text h4 {
  padding-bottom: 1.5rem;
}
@media only screen and (max-width: 720px) {
  .quote_text h4 {
    padding-bottom: 1rem;
  }
}
.quote_text h4:before {
  display: block;
  content: "“";
  color: #B124FF;
  line-height: 0;
}
@media only screen and (max-width: 720px) {
  .quote_text h4:before {
    font-size: 70px !important;
  }
}
@media only screen and (min-width: 720px) {
  .quote_text h4:before {
    position: absolute;
    translate: -125% -5%;
  }
}
.quote_text h4:after {
  display: none;
}
@media only screen and (min-width: 720px) {
  .quote_text h4:after {
    display: inline-block;
    content: "”";
    line-height: 0;
    color: #B124FF;
    position: relative;
    transform: translate(0px, 14px);
  }
}
.quote_text p {
  color: #801b52;
}
.quote_text p strong {
  display: block;
}

@media only screen and (min-width: 720px) {
  .team {
    padding-top: 3rem;
    padding-bottom: 6rem;
  }
}
.team_heading {
  padding-bottom: 3rem;
}
.team_members {
  position: relative;
}
@media only screen and (max-width: 720px) {
  .team_members {
    flex-flow: row wrap;
    justify-content: space-between;
    width: 100%;
    gap: 20px;
  }
}
.team_member {
  display: flex;
  flex-flow: column wrap;
  flex-basis: 25%;
  padding-bottom: 4rem;
}
.team_member:nth-child(4n+2) {
  transition-delay: 0.1s;
}
.team_member:nth-child(4n+3) {
  transition-delay: 0.2s;
}
.team_member:nth-child(4n+4) {
  transition-delay: 0.3s;
}
@media only screen and (max-width: 720px) {
  .team_member {
    flex-basis: calc(50% - 10px);
    padding-bottom: 2rem;
  }
}
@media only screen and (min-width: 720px) {
  .team_member {
    padding-right: 8.3333333333%;
  }
}
.team_member ul {
  margin-top: auto;
}
.team_member img {
  width: 100%;
}
@media only screen and (max-width: 720px) {
  .team_member img {
    width: 90%;
  }
}
.team_member h3 {
  padding-top: 1rem;
  color: #00263F;
}
.team_member p {
  padding-top: 0.4rem;
}
.team_member ul > li {
  display: inline-block;
  padding-right: 0.4rem;
  padding-top: 0.5rem;
}
.team_member ul > li a {
  color: #B124FF;
  text-decoration: underline;
}
.team_bio {
  display: none;
}
.team_modal {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  z-index: 5;
  background: rgba(35, 55, 71, 0.5);
  opacity: 0;
  pointer-events: none;
  transition: opacity cubic-bezier(0.645, 0.045, 0.355, 1) 0.3s;
}
.team_modal.open {
  opacity: 1;
  pointer-events: auto;
}
.team_modal.open .team_modal-container {
  opacity: 1;
}
.team_modal-scroll {
  width: 60%;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
@media only screen and (max-width: 720px) {
  .team_modal-scroll {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 90%;
    max-height: 90%;
    overflow-y: scroll;
  }
}
.team_modal-container {
  position: relative;
  background-color: #F9F2EC;
  height: auto;
  padding: 2rem;
  opacity: 0;
  transition: opacity cubic-bezier(0.645, 0.045, 0.355, 1) 0.5s;
}
@media only screen and (max-width: 720px) {
  .team_modal-container {
    width: 100%;
    height: auto;
  }
}
@media only screen and (min-width: 720px) {
  .team_modal-container {
    padding: 3rem;
  }
}
.team_modal-left {
  flex: 1.5;
}
.team_modal-right {
  flex: 3;
}
@media only screen and (min-width: 720px) {
  .team_modal-right {
    padding-left: 4rem;
    padding-right: 4rem;
  }
}
.team_modal-close {
  position: absolute;
  top: 0.75rem;
  right: 0.75rem;
}
@media only screen and (min-width: 720px) {
  .team_modal-close {
    top: 1.5rem;
    right: 1.5rem;
  }
}
.team_modal-close:hover {
  cursor: pointer;
}
.team_modal .team_member {
  padding-bottom: 0rem;
  opacity: 1;
  translate: 0 0;
}
.team_modal .team_headshot img {
  border-radius: 100%;
}
.team_modal .team_bio {
  display: block;
}
.notice {
  background: #F5EDF1;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.notice p {
  color: #00263F;
}
.notice a {
  color: #00263F;
  text-decoration: underline;
  text-underline-offset: 3px;
}

/*# sourceMappingURL=site.css.map*/