@import url("https://fonts.googleapis.com/css2?family=Source+Serif+4:ital,opsz,wght@0,8..60,200..900;1,8..60,200..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Source+Serif+4:ital,opsz,wght@0,8..60,200..900;1,8..60,200..900&display=swap");
@font-face {
  font-family: "NeueHaas";
  src: url("../fonts/NeueHaasDisplay-Roman.woff") format("truetype");
  font-weight: 400;
  font-style: normal; }
@font-face {
  font-family: "NeueHaas";
  src: url("../fonts/NeueHaasDisplay-RomanItalic.woff") format("truetype");
  font-weight: 400;
  font-style: italic; }
@font-face {
  font-family: "NeueHaas";
  src: url("../fonts/NeueHaasDisplay-Mediu.woff") format("truetype");
  font-weight: 500;
  font-style: normal; }
@font-face {
  font-family: "NeueHaas";
  src: url("../fonts/NeueHaasDisplay-MediumItalic.woff") format("truetype");
  font-weight: 500;
  font-style: italic; }
@font-face {
  font-family: "NeueHaas";
  src: url("../fonts/NeueHaasDisplay-Bold.woff") format("truetype");
  font-weight: 600;
  font-style: normal; }
@font-face {
  font-family: "NeueHaas";
  src: url("../fonts/NeueHaasDisplay-BoldItalic.woff") format("truetype");
  font-weight: 600;
  font-style: italic; }
.purple-bg {
  background: #6d5ea1; }

.purple-text {
  color: #6d5ea1; }

.white-text {
  color: white; }

html {
  font-size: 18px; }
  @media screen and (max-width: 991px) {
    html {
      font-size: 16px; } }

body {
  font-family: "NeueHaas";
  color: #171c23; }

img {
  max-width: 100%; }

.serif {
  font-family: "Source Serif 4", serif; }

.button {
  font-weight: 600;
  display: inline-block;
  padding: 0.3em 1.4em;
  border-radius: 6px;
  cursor: pointer;
  transition: background .2s ease; }
  .button:hover {
    text-decoration: none; }
  .button.yellow-button {
    background: #feb835;
    color: black; }
    .button.yellow-button:hover {
      background: #e59f1b; }
  .button.purple-button {
    background: #6d5ea1;
    color: white; }
    .button.purple-button:hover {
      background: #432a99; }

.title {
  text-transform: uppercase;
  font-weight: 500;
  letter-spacing: .1em;
  font-size: 1.9rem; }
  @media screen and (max-width: 767px) {
    .title {
      font-size: 1.6rem; } }
  @media screen and (max-width: 480px) {
    .title {
      font-size: 1.3rem; } }
  .title.serif {
    font-family: "Source Serif 4", serif;
    text-transform: none;
    letter-spacing: 0.02em;
    font-weight: 700;
    line-height: 1.2em; }

.underline-title {
  border-bottom: 4px solid #6d5ea1; }

.section-intro {
  max-width: 700px;
  margin: 10px auto; }
  .section-intro .title {
    max-width: 490px;
    margin-left: auto;
    margin-right: auto; }

.footer {
  background: #005f98;
  color: white; }
  .footer a {
    color: white; }
  .footer p {
    font-size: 16px; }
  .footer .footer-copy {
    text-transform: uppercase;
    letter-spacing: .04em; }
  .footer .footer-logos img {
    width: 100%;
    max-width: 480px; }

.landing-hero {
  background-size: cover;
  background-position: center right; }
  @media screen and (max-width: 767px) {
    .landing-hero {
      background-image: none !important; } }
  .landing-hero .logo {
    max-width: 55%; }
  .landing-hero .hero-wrapper {
    position: relative; }
    .landing-hero .hero-wrapper:before {
      content: "";
      position: absolute;
      right: 100%;
      top: 0;
      height: 100%;
      width: 100%;
      background: #6d5ea1; }

.cta-links {
  background-size: 190px;
  background-repeat: no-repeat; }

.cta-links .row {
  justify-content: space-around;
  max-width: 1063px;
  margin: 0 auto; }
  .cta-links .row .cta-link {
    display: inline-flex;
    width: 100%;
    max-width: 300px;
    flex-direction: column;
    background: #ffefd6;
    margin-bottom: 20px;
    margin: 5px; }
  .cta-links .row .cta-content, .cta-links .row .cta-title {
    padding: 8px 30px; }
  .cta-links .row .cta-title {
    font-size: 1.4rem;
    font-weight: 600;
    margin-bottom: 0px;
    background: #feb835; }
  .cta-links .row .cta-content {
    display: flex;
    flex-direction: column;
    height: 100%;
    padding: 20px 30px; }
    .cta-links .row .cta-content a {
      margin-top: auto;
      font-weight: 600;
      color: #6d5ea1; }

.home-who {
  background: #cae5f1; }
  .home-who .container {
    background-repeat: no-repeat;
    background-position: bottom right;
    background-size: 25%; }

.home-events .date {
  font-weight: 600;
  letter-spacing: .1em;
  font-size: 1.2em;
  text-transform: uppercase; }

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