/*! Flickity v3.0.0
https://flickity.metafizzy.co
---------------------------------------------- */
.flickity-enabled {
    position: relative;
}
.flickity-enabled:focus {
    outline: none;
}
.flickity-viewport {
    height: 100%;
    overflow: hidden;
    position: relative;
    touch-action: pan-y;
}
.flickity-slider {
    height: 100%;
    left: 0;
    position: absolute;
    width: 100%;
}
.flickity-rtl .flickity-slider {
    left: unset;
    right: 0;
}
.flickity-enabled.is-draggable {
    -webkit-tap-highlight-color: transparent;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.flickity-enabled.is-draggable .flickity-viewport {
    cursor: move;
    cursor: -webkit-grab;
    cursor: grab;
}
.flickity-enabled.is-draggable .flickity-viewport.is-pointer-down {
    cursor: -webkit-grabbing;
    cursor: grabbing;
}
.flickity-cell {
    left: 0;
    position: absolute;
}
.flickity-rtl .flickity-cell {
    left: unset;
    right: 0;
}
.flickity-button {
    background: hsla(0, 0%, 100%, 0.75);
    border: none;
    color: #333;
    position: absolute;
}
.flickity-button:hover {
    background: #fff;
    cursor: pointer;
}
.flickity-button:focus {
    box-shadow: 0 0 0 5px #19f;
    outline: none;
}
.flickity-button:active {
    opacity: 0.6;
}
.flickity-button:disabled {
    cursor: auto;
    opacity: 0.3;
    pointer-events: none;
}
.flickity-button-icon {
    fill: currentColor;
}
.flickity-prev-next-button {
    border-radius: 50%;
    height: 44px;
    top: 50%;
    transform: translateY(-50%);
    width: 44px;
}
.flickity-prev-next-button.previous {
    left: 10px;
}
.flickity-prev-next-button.next {
    right: 10px;
}
.flickity-rtl .flickity-prev-next-button.previous {
    left: auto;
    right: 10px;
}
.flickity-rtl .flickity-prev-next-button.next {
    left: 10px;
    right: auto;
}
.flickity-prev-next-button .flickity-button-icon {
    height: 60%;
    left: 20%;
    position: absolute;
    top: 20%;
    width: 60%;
}
.flickity-page-dots {
    bottom: -25px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    position: absolute;
    text-align: center;
    width: 100%;
}
.flickity-rtl .flickity-page-dots {
    direction: rtl;
}
.flickity-page-dot {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: rgba(51, 51, 51, 0.25);
    border: none;
    border-radius: 50%;
    cursor: pointer;
    display: block;
    height: 10px;
    margin: 0 8px;
    overflow: hidden;
    padding: 0;
    text-indent: -9999px;
    width: 10px;
}
.flickity-rtl .flickity-page-dot {
    text-indent: 9999px;
}
.flickity-page-dot:focus {
    box-shadow: 0 0 0 5px #19f;
    outline: none;
}
.flickity-page-dot.is-selected {
    background: #333;
}
:root {
    --black: #000;
    --white: #fff;
    --purple: #3e1952;
    --light-gray: #f1f2f3;/* new color definition for table rows */
    --gold: #eab546;
    --serif: "goudy-old-style", serif;
    --sans-serif: "Source Sans Pro", sans-serif;
    --script: "zooja-pro", cursive;
}
body {
    word-wrap: break-word;
}
.svg {
    display: block;
    position: relative;
}
.svg:before {
    content: "";
    display: block;
    padding-top: 100%;
}
.svg svg {
    fill: currentColor;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}
.svg--logo:before {
    padding-top: 14.949%;
}
.screen-reader-text:not(:focus):not(:active) {
    clip: rect(0 0 0 0);
    -webkit-clip-path: inset(50%);
    clip-path: inset(50%);
    height: 1px;
    overflow: hidden;
    position: absolute;
    white-space: nowrap;
    width: 1px;
}
.alignleft {
    float: left;
    height: auto;
    margin-bottom: 20px;
    margin-right: 20px;
    margin-top: 8px;
    max-width: 50%;
}
.alignright {
    float: right;
    height: auto;
    margin-bottom: 20px;
    margin-left: 20px;
    margin-top: 8px;
    max-width: 50%;
}
@media (max-width: 640px) {
  .alignright:not(.thumb),
  .alignleft:not(.thumb) {
    float: none;
    width: 100% !important; /* overrides the inline style automatically added just for captioned images */
    margin-left: 0;
    margin-right: 0;
  }
}
.text-meta {
    font-size: 1rem;
    font-weight: 700;
    letter-spacing: 0.125rem;
    text-transform: uppercase;
}
.icon-meta {
    display: inline-block;
    vertical-align: text-bottom;
    width: 1.125rem;
}
.container {
    margin-left: auto;
    margin-right: auto;
    max-width: 87.5rem;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    width: 100%;
}
@media (min-width: 64em) {
    .container {
        padding-left: 3rem;
        padding-right: 3rem;
    }
}
.container--narrow {
    margin-left: auto;
    margin-right: auto;
    max-width: 81.5rem;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    width: 100%;
}
@media (min-width: 64em) {
    .container--narrow {
        padding-left: 3rem;
        padding-right: 3rem;
    }
}
.container--fw {
    margin-bottom: 4rem;
    margin-top: 4rem;
}
/* @media (min-width: 48em) {
    .container--fw {
        margin-bottom: 8rem;
        margin-top: 8rem;
    }
} */
.flickity-button {
    background: none !important;
    border: 0.125rem solid #eab546;
    border: 0.125rem solid var(--gold);
    border-radius: 50%;
    color: #eab546;
    color: var(--gold);
}
.flickity-button.previous {
    left: 0;
}
.flickity-button.next {
    right: 0;
}
.page_wrapper {
    padding: 0;
}
.page-template-template-home .page_wrapper,
.page-template-template-secondary .page_wrapper,
.page-template-template-tertiary .page_wrapper {
    display: block;
}
.page_feature {
    margin: 0;
}
.fs-lightbox-mobile .fs-lightbox-close {
    top: 0;
}
.fs-lightbox-mobile .fs-lightbox-content {
    align-items: center;
    display: flex;
}
.c-blocks {
    font-family: Source Sans Pro, sans-serif;
    font-family: var(--sans-serif);
    font-size: 1.125rem;
    line-height: 1.5;
}
.c-blocks img {
    display: block;
    height: auto;
    max-width: 100%;
}
.c-blocks h1,
.c-blocks h2,
.c-blocks h3,
.c-blocks h4,
.c-blocks h5,
.c-blocks h6 {
    color: #3e1952;
    color: var(--purple);
    font-family: goudy-old-style, serif;
    font-family: var(--serif);
    line-height: 1.25;
    margin: 3rem 0 1.5rem;
}
.c-blocks h2 {
    font-size: 2.5rem;
    line-height: 1.1;
}
@media (min-width: 48em) {
    .c-blocks h2 {
        font-size: 3rem;
    }
}
.c-blocks h3 {
    font-size: 1.375rem;
}
.c-blocks h3,
.c-blocks h4 {
    margin-bottom: 1rem;
    text-transform: uppercase;
}
.c-blocks h4 {
    font-size: 1rem;
}
.c-blocks a {
    color: #3e1952;
    color: var(--purple);
    font-weight: bold;
}
.c-blocks table {
    margin: 4rem -1.5rem;
    width: calc(100% + 3rem) !important;
}
@media (min-width: 48em) {
    .c-blocks table {
        margin: 4rem 0;
        width: 100% !important;
    }
}
.c-blocks td {
    border-left: 0.5rem solid #fff;
    border-left: 0.5rem solid var(--white);
    padding: 0.5rem 1rem;
}
.c-blocks td:first-child {
    border: 0;
}
.c-blocks thead td {
    background: #3e1952;
    background: var(--purple);
    color: #fff;
    color: var(--white);
    font-size: 1rem;
    font-weight: 700;
    letter-spacing: 0.125rem;
    text-transform: uppercase;
}
.c-blocks tbody tr:nth-child(2n) td {
    background: #f1f2f3; /* new color for table rows */
    background: var(--light-gray); /* new color for table rows */
}
.c-blocks {
    background: #3e1952;
    background: var(--purple);
    color: #fff;
    color: var(--white);
    padding-top: 4rem;
}
.c-blocks h1,
.c-blocks h2,
.c-blocks h3,
.c-blocks h4,
.c-blocks h5,
.c-blocks h6 {
    color: inherit !important;
}
.c-blocks__container {
    margin-left: auto;
    margin-right: auto;
    max-width: 87.5rem;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    width: 100%;
}
@media (min-width: 64em) {
    .c-blocks__container {
        padding-left: 3rem;
        padding-right: 3rem;
    }
}
.c-blocks__container > :first-child {
    margin-top: 0 !important;
}
.c-blocks__container > :last-child {
    margin-bottom: 0 !important;
}
.c-blocks__grid {
    margin: 0 -1.5rem;
}
@media (min-width: 48em) {
    .c-blocks__grid {
        display: flex;
        justify-content: center; /* center-justify items in block component */
    }
}
@media (min-width: 64em) {
    .c-blocks__grid {
        margin: 0 -3rem;
    }
}
@media (min-width: 48em) {
    .c-blocks__item {
        width: 33.333%;
    }
}
.c-blocks__image {
    position: relative;
}
.c-blocks__image:before {
    background-image: linear-gradient(transparent, #3e1952);
    background-image: linear-gradient(transparent, var(--purple));
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}
.c-blocks__image img {
    width: 100%;
}
.c-blocks__text > :first-child {
    margin-top: 0 !important;
}
.c-blocks__text > :last-child {
    margin-bottom: 0 !important;
}
.c-blocks__text {
    margin: -2rem auto 0;
    max-width: 28rem;
    padding: 0 1.5rem 4rem;
    position: relative;
    text-align: center;
}
.c-blocks__text .text-meta a {
    color: inherit;
}
.c-quote {
    font-family: Source Sans Pro, sans-serif;
    font-family: var(--sans-serif);
    font-size: 1rem;
    line-height: 1.5;
}
.c-quote img {
    display: block;
    height: auto;
    max-width: 100%;
}
.c-quote h1,
.c-quote h2,
.c-quote h3,
.c-quote h4,
.c-quote h5,
.c-quote h6 {
    color: #3e1952;
    color: var(--purple);
    font-family: goudy-old-style, serif;
    font-family: var(--serif);
    line-height: 1.25;
    margin: 3rem 0 1.5rem;
}
.c-quote h2 {
    font-size: 2.5rem;
    line-height: 1.1;
}
@media (min-width: 48em) {
    .c-quote h2 {
        font-size: 3rem;
    }
}
.c-quote h3 {
    font-size: 2rem;
}
.c-quote h3,
.c-quote h4 {
    margin-bottom: 1rem;
    text-transform: uppercase;
}
.c-quote h4 {
    font-size: 1rem;
}
.c-quote a {
    color: #3e1952;
    color: var(--purple);
    font-weight: bold;
    text-decoration: underline;
}
.c-quote table {
    margin: 4rem -1.5rem;
    width: calc(100% + 3rem) !important;
}
@media (min-width: 48em) {
    .c-quote table {
        margin: 4rem 0;
        width: 100% !important;
    }
}
.c-quote td {
    border-left: 0.5rem solid #fff;
    border-left: 0.5rem solid var(--white);
    padding: 0.5rem 1rem;
}
.c-quote td:first-child {
    border: 0;
}
.c-quote thead td {
    background: #3e1952;
    background: var(--purple);
    color: #fff;
    color: var(--white);
    font-size: 1rem;
    font-weight: 700;
    letter-spacing: 0.125rem;
    text-transform: uppercase;
}
.c-quote tbody tr:nth-child(2n) td {
    background: #f1f2f3; /* new color for table rows */
    background: var(--light-gray); /* new color for table rows */
}
.c-quote {
    margin: 4rem 0;
    position: relative;
}
@media (min-width: 64em) {
    .c-quote {
        display: flex;
    }
}
.c-quote:before {
    color: #eab546;
    color: var(--gold);
    content: "\201c";
    display: block;
    font-family: goudy-old-style, serif;
    font-family: var(--serif);
    font-size: 14rem;
    height: 6rem;
    line-height: 0.8;
    pointer-events: none;
}
@media (min-width: 64em) {
    .c-quote:before {
        left: -0.5rem;
        position: absolute;
        top: 0;
    }
}
.c-quote__text > :first-child {
    margin-top: 0 !important;
}
.c-quote__text > :last-child {
    margin-bottom: 0 !important;
}
.c-quote__text {
    color: #3e1952;
    color: var(--purple);
    font-family: goudy-old-style, serif;
    font-family: var(--serif);
    font-size: 1.5rem;
    line-height: 1.35;
    display: flex;
    align-items: center;
}
@media (min-width: 48em) {
    .c-quote__text {
        font-size: 1.65rem;
    }
}
@media (min-width: 64em) {
    .c-quote__text {
        padding-left: 2rem;
    }
}
.c-quote__meta {
    border-left: 0.5rem solid #eab546;
    border-left: 0.5rem solid var(--gold);
    color: #3e1952;
    color: var(--purple);
    display: flex;
    justify-content: space-between;
    margin-top: 2rem;
    padding-left: 1rem;
}
@media (min-width: 48em) {
    .c-quote__meta {
        padding-left: 2rem;
    }
}
@media (min-width: 64em) {
    .c-quote__meta {
        border-left: 0;
        border-right: 0.5rem solid #eab546;
        border-right: 0.5rem solid var(--gold);
        display: block;
        flex-shrink: 0;
        margin: 0;
        order: -1;
        padding-left: 0;
        padding-top: 5rem;
        width: 15rem;
    }
}
.c-quote__name {
    padding-right: 1rem;
}
@media (min-width: 64em) {
    .c-quote__name {
        margin-top: 1rem;
        padding: 0 .5rem 0 0;
    }
}
.c-quote__detail {
    padding-left: 1rem;
}
@media (min-width: 64em) {
    .c-quote__detail {
        margin-top: 1rem;
        padding: 0 .5rem 0 0;
    }
}
.c-breadcrumbs {
    font-family: Source Sans Pro, sans-serif;
    font-family: var(--sans-serif);
    font-size: 1rem;
    line-height: 1.5;
}
.c-breadcrumbs img {
    display: block;
    height: auto;
    max-width: 100%;
}
.c-breadcrumbs h1,
.c-breadcrumbs h2,
.c-breadcrumbs h3,
.c-breadcrumbs h4,
.c-breadcrumbs h5,
.c-breadcrumbs h6 {
    color: #3e1952;
    color: var(--purple);
    font-family: goudy-old-style, serif;
    font-family: var(--serif);
    line-height: 1.25;
    margin: 3rem 0 1.5rem;
}
.c-breadcrumbs h2 {
    font-size: 2.5rem;
    line-height: 1.1;
}
@media (min-width: 48em) {
    .c-breadcrumbs h2 {
        font-size: 3rem;
    }
}
.c-breadcrumbs h3 {
    font-size: 2rem;
}
.c-breadcrumbs h3,
.c-breadcrumbs h4 {
    margin-bottom: 1rem;
    text-transform: uppercase;
}
.c-breadcrumbs h4 {
    font-size: 1rem;
}
.c-breadcrumbs a {
    color: #3e1952;
    color: var(--purple);
    font-weight: bold; /* add bold style to links in breadcrumbs */
}
.c-breadcrumbs table {
    margin: 4rem -1.5rem;
    width: calc(100% + 3rem) !important;
}
@media (min-width: 48em) {
    .c-breadcrumbs table {
        margin: 4rem 0;
        width: 100% !important;
    }
}
.c-breadcrumbs td {
    border-left: 0.5rem solid #fff;
    border-left: 0.5rem solid var(--white);
    padding: 0.5rem 1rem;
}
.c-breadcrumbs td:first-child {
    border: 0;
}
.c-breadcrumbs thead td {
    background: #3e1952;
    background: var(--purple);
    color: #fff;
    color: var(--white);
    font-size: 1rem;
    font-weight: 700;
    letter-spacing: 0.125rem;
    text-transform: uppercase;
}
.c-breadcrumbs tbody tr:nth-child(2n) td {
    background: #f1f2f3; /* new color for table rows */
    background: var(--light-gray); /* new color for table rows */
}
.c-breadcrumbs {
    margin-left: auto;
    margin-right: auto;
    max-width: 81.5rem;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    width: 100%;
}
@media (min-width: 64em) {
    .c-breadcrumbs {
        padding-left: 3rem;
        padding-right: 3rem;
    }
}
.c-breadcrumbs {
    margin-bottom: 2rem;
    margin-top: 2rem;
}
@media (min-width: 48em) {
    .c-breadcrumbs {
        margin-bottom: 3rem;
        margin-top: 2rem;
    }
}
.c-breadcrumbs .breadcrumb_nav {
    display: block;
}
.c-breadcrumbs .breadcrumb_item {
    margin: 0;
}
.c-breadcrumbs .breadcrumb_item:not(:last-child):after {
    background: none;
    content: "/";
    height: auto;
    position: static;
    width: auto;
    margin: 0 .3rem;
}
.c-breadcrumbs .breadcrumb_label,
.c-breadcrumbs .breadcrumb_link {
    /* disable style overrides for breadcrumbs */
    /* border: 0;
    color: inherit;
    font: inherit;
    letter-spacing: normal;
    text-transform: none; */
    font-size: 1rem; /* bump up font size for breadcrumbs */
}
.c-callout {
    font-family: Source Sans Pro, sans-serif;
    font-family: var(--sans-serif);
    font-size: 1.125rem;
    line-height: 1.5;
}
.c-callout img {
    display: block;
    height: auto;
    max-width: 100%;
}
.c-callout h1,
.c-callout h2,
.c-callout h3,
.c-callout h4,
.c-callout h5,
.c-callout h6 {
    color: #3e1952;
    color: var(--purple);
    font-family: goudy-old-style, serif;
    font-family: var(--serif);
    line-height: 1.25;
    margin: 3rem 0 1.5rem;
}
.c-callout h2 {
    font-size: 2.5rem;
    line-height: 1.1;
}
@media (min-width: 48em) {
    .c-callout h2 {
        font-size: 3rem;
    }
}
.c-callout h3 {
    font-size: 2rem;
}
.c-callout h3,
.c-callout h4 {
    margin-bottom: 1rem;
}
.c-callout h4 {
    font-size: 1rem;
}
.c-callout a {
    color: #3e1952;
    color: var(--purple);
    font-weight: bold;
    text-decoration: underline;
}
.c-callout table {
    margin: 4rem -1.5rem;
    width: calc(100% + 3rem) !important;
}
@media (min-width: 48em) {
    .c-callout table {
        margin: 4rem 0;
        width: 100% !important;
    }
}
.c-callout td {
    border-left: 0.5rem solid #fff;
    border-left: 0.5rem solid var(--white);
    padding: 0.5rem 1rem;
}
.c-callout td:first-child {
    border: 0;
}
.c-callout thead td {
    background: #3e1952;
    background: var(--purple);
    color: #fff;
    color: var(--white);
    font-size: 1rem;
    font-weight: 700;
    letter-spacing: 0.125rem;
    text-transform: uppercase;
}
.c-callout tbody tr:nth-child(2n) td {
    background: #f1f2f3; /* new color for table rows */
    background: var(--light-gray); /* new color for table rows */
}
.c-callout > :first-child {
    margin-top: 0 !important;
}
.c-callout > :last-child {
    margin-bottom: 0 !important;
}
.c-callout {
    margin: 4rem 0;
}
.c-callout__main {
    border-left: 0.5rem solid #eab546;
    border-left: 0.5rem solid var(--gold);
    padding-left: 1rem;
}
@media (min-width: 48em) {
    .c-callout__main {
        padding-left: 2rem;
    }
}
@media (min-width: 80em) {
    .c-callout__main {
        display: flex;
    }
}
.c-callout__content > :first-child {
    margin-top: 0 !important;
}
.c-callout__content > :last-child {
    margin-bottom: 0 !important;
}
.c-callout__content {
    flex-grow: 1;
}
.c-callout__content ul {
    list-style: none;
    padding: 0;
}
@media (min-width: 48em) {
    .c-callout__content ul {
        -moz-column-count: 2;
        column-count: 2;
        -moz-column-gap: 2rem;
        column-gap: 2rem;
    }
    .c-callout__content ul:last-child {
        margin-bottom: -1rem !important;
    }
}
.c-callout__content li {
    margin-bottom: 1rem;
    padding-left: 1.75rem;
    position: relative;
}
.c-callout__content li:before {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 48 48' fill='%23eab546'%3E%3Cpath d='M38 26H26v12h-4V26H10v-4h12V10h4v12h12v4z'/%3E%3C/svg%3E");
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: contain;
    content: "";
    height: 1.375rem;
    left: 0;
    position: absolute;
    top: 0.0625rem;
    width: 1.375rem;
}
.c-callout__side {
    margin-top: 2rem;
}
@media (min-width: 80em) {
    .c-callout__side {
        margin: 0 0 0 6rem;
    }
}
.c-callout__label {
    color: #3e1952;
    color: var(--purple);
    display: block;
    font-size: 0.875rem;
}
.c-callout__select {
    background: none;
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 48 48' fill='%233e1952'%3E%3Cpath d='M14.83 16.42 24 25.59l9.17-9.17L36 19.25l-12 12-12-12z'/%3E%3C/svg%3E");
    background-position: calc(100% - 0.25rem);
    background-repeat: no-repeat;
    background-size: 1.25rem 1.25rem;
    border: 0.0625rem solid #3e1952;
    border: 0.0625rem solid var(--purple);
    border-radius: 0.125rem;
    color: inherit;
    display: block;
    font: inherit;
    font-weight: 700;
    height: auto;
    margin-top: 0.25rem;
    padding: 0.25rem 0.5rem;
    width: 16rem;
}
.c-cards {
    font-family: Source Sans Pro, sans-serif;
    font-family: var(--sans-serif);
    font-size: 1.125rem;
    line-height: 1.5;
}
.c-cards img {
    display: block;
    height: auto;
    max-width: 100%;
}
.c-cards h1,
.c-cards h2,
.c-cards h3,
.c-cards h4,
.c-cards h5,
.c-cards h6 {
    color: #3e1952;
    color: var(--purple);
    font-family: goudy-old-style, serif;
    font-family: var(--serif);
    line-height: 1.25;
    margin: 3rem 0 1.5rem;
}
.c-cards h2 {
    font-size: 2.5rem;
    line-height: 1.1;
}
@media (min-width: 48em) {
    .c-cards h2 {
        font-size: 3rem;
    }
}
.c-cards h3 {
    font-size: 1.5rem;
}
.c-cards h3,
.c-cards h4 {
    margin-bottom: 1rem;
}
.c-cards h4 {
    font-size: 1rem;
}
.c-cards a {
    color: #3e1952;
    color: var(--purple);
}
.c-cards table {
    margin: 4rem -1.5rem;
    width: calc(100% + 3rem) !important;
}
@media (min-width: 48em) {
    .c-cards table {
        margin: 4rem 0;
        width: 100% !important;
    }
}
.c-cards td {
    border-left: 0.5rem solid #fff;
    border-left: 0.5rem solid var(--white);
    padding: 0.5rem 1rem;
}
.c-cards td:first-child {
    border: 0;
}
.c-cards thead td {
    background: #3e1952;
    background: var(--purple);
    color: #fff;
    color: var(--white);
    font-size: 1rem;
    font-weight: 700;
    letter-spacing: 0.125rem;
    text-transform: uppercase;
}
.c-cards tbody tr:nth-child(2n) td {
    background: #f1f2f3; /* new color for table rows */
    background: var(--light-gray); /* new color for table rows */
}
.c-cards {
    margin: 4rem 0 2rem;
}
.c-cards__grid {
    display: flex;
    flex-wrap: wrap;
    margin: -0.5rem -1.5rem -2.5rem -2.5rem;
    justify-content: left;
}
@media (min-width: 64em) {
    .c-cards__grid {
        margin: -0.5rem 0 -2.5rem -1rem;
    }
}
.c-cards__item {
    margin: 0.5rem 0 0.5rem 1rem;
    width: calc(100% - 1rem);
}
@media (min-width: 64em) {
    .c-cards__item {
        width: calc(33.333% - 1rem);
    }
}
.c-main .c-cards__item {
    width: calc(100% - 1rem);
}
@media (min-width: 80em) {
    .c-main .c-cards__item {
        width: calc(33.333% - 1rem);
    }
}
.c-cards__image img {
    width: 100%;
}
.c-cards__text > :first-child {
    margin-top: 0 !important;
}
.c-cards__text > :last-child {
    margin-bottom: 0 !important;
}
.c-cards__text {
    background: #fff;
    background: var(--white);
    border-top: 0.5rem solid #eab546;
    border-top: 0.5rem solid var(--gold);
    margin: -3rem auto 0;
    padding: 1rem 1.5rem 2rem;
    position: relative;
    width: calc(100% - 3rem);
}
.c-columns {
    font-family: Source Sans Pro, sans-serif;
    font-family: var(--sans-serif);
    font-size: 1rem;
    line-height: 1.5;
}
.c-columns img {
    display: block;
    height: auto;
    max-width: 100%;
}
.c-columns h1,
.c-columns h2,
.c-columns h3,
.c-columns h4,
.c-columns h5,
.c-columns h6 {
    color: #3e1952;
    color: var(--purple);
    font-family: goudy-old-style, serif;
    font-family: var(--serif);
    line-height: 1.25;
    margin: 3rem 0 1.5rem;
}
.c-columns h2 {
    font-size: 2.5rem;
    line-height: 1.1;
}
@media (min-width: 48em) {
    .c-columns h2 {
        font-size: 3rem;
    }
}
.c-columns h3 {
    font-size: 2rem;
}
.c-columns h3,
.c-columns h4 {
    margin-bottom: 1rem;
    text-transform: uppercase;
}
.c-columns h4 {
    font-size: 1rem;
}
.c-columns a {
    color: #3e1952;
    color: var(--purple);
    font-weight: bold;
    text-decoration: underline;
}
.c-columns table {
    margin: 4rem -1.5rem;
    width: calc(100% + 3rem) !important;
}
@media (min-width: 48em) {
    .c-columns table {
        margin: 4rem 0;
        width: 100% !important;
    }
}
.c-columns td {
    border-left: 0.5rem solid #fff;
    border-left: 0.5rem solid var(--white);
    padding: 0.5rem 1rem;
}
.c-columns td:first-child {
    border: 0;
}
.c-columns thead td {
    background: #3e1952;
    background: var(--purple);
    color: #fff;
    color: var(--white);
    font-size: 1rem;
    font-weight: 700;
    letter-spacing: 0.125rem;
    text-transform: uppercase;
}
.c-columns tbody tr:nth-child(2n) td {
    background: #f1f2f3; /* new color for table rows */
    background: var(--light-gray); /* new color for table rows */
}
.c-columns {
    margin: 4rem 0;
}
.c-columns__heading {
    margin-bottom: 0 !important;
    text-align: center;
}
@media (min-width: 48em) {
    .c-columns__heading {
        text-align: left;
    }
}
.c-columns__grid {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -1rem;
}
.c-columns__item > :first-child {
    margin-top: 0 !important;
}
.c-columns__item > :last-child {
    margin-bottom: 0 !important;
}
.c-columns__item {
    margin: 3rem 1rem 0;
    text-align: center;
    width: calc(100% - 2rem);
}
@media (min-width: 48em) {
    .c-columns__item {
        width: calc(33.333% - 2rem);
    }
}
.c-events {
    font-family: Source Sans Pro, sans-serif;
    font-family: var(--sans-serif);
    font-size: 1rem;
    line-height: 1.5;
}
.c-events img {
    display: block;
    height: auto;
    max-width: 100%;
}
.c-events h1,
.c-events h2,
.c-events h3,
.c-events h4,
.c-events h5,
.c-events h6 {
    color: #3e1952;
    color: var(--purple);
    font-family: goudy-old-style, serif;
    font-family: var(--serif);
    line-height: 1.25;
    margin: 3rem 0 1.5rem;
}
.c-events h2 {
    font-size: 2.5rem;
    line-height: 1.1;
}
@media (min-width: 48em) {
    .c-events h2 {
        font-size: 3rem;
    }
}
.c-events h3 {
    font-size: 1.5rem;
}
.c-events h3,
.c-events h4 {
    margin-bottom: 1rem;
}
.c-events h4 {
    font-size: 1rem;
}
.c-events a {
    color: #3e1952;
    color: var(--purple);
}
.c-events table {
    margin: 4rem -1.5rem;
    width: calc(100% + 3rem) !important;
}
@media (min-width: 48em) {
    .c-events table {
        margin: 4rem 0;
        width: 100% !important;
    }
}
.c-events td {
    border-left: 0.5rem solid #fff;
    border-left: 0.5rem solid var(--white);
    padding: 0.5rem 1rem;
}
.c-events td:first-child {
    border: 0;
}
.c-events thead td {
    background: #3e1952;
    background: var(--purple);
    color: #fff;
    color: var(--white);
    font-size: 1rem;
    font-weight: 700;
    letter-spacing: 0.125rem;
    text-transform: uppercase;
}
.c-events tbody tr:nth-child(2n) td {
    background: #f1f2f3; /* new color for table rows */
    background: var(--light-gray); /* new color for table rows */
}
.c-events__grid {
    margin: 2rem 0 0;
}
@media (min-width: 48em) {
    .c-events__grid {
        margin-top: 4rem;
    }
}
@media (min-width: 64em) {
    .c-events__grid {
        display: flex;
        margin: 4rem -1rem 0;
    }
}
.c-events__grid:after {
    content: "flickity";
    display: none;
}
@media (min-width: 64em) {
    .c-events__grid:after {
        content: "";
    }
}
.c-events__grid .flickity-button {
    top: 2.5rem;
    transform: none;
}
@media (min-width: 48em) {
    .c-events__grid .flickity-button {
        top: 4.5rem;
    }
}
.c-events__item {
    margin: 0 1rem;
    text-align: center;
    width: 100%;
}
@media (min-width: 64em) {
    .c-events__item {
        width: calc(33.333% - 2rem);
    }
}
.c-events__interior > :first-child {
    margin-top: 0 !important;
}
.c-events__interior > :last-child {
    margin-bottom: 0 !important;
}
.c-events__interior {
    margin: 0 auto;
    max-width: 22rem;
}
.c-events__date {
    border: 0.125rem solid #eab546;
    border: 0.125rem solid var(--gold);
    color: #3e1952;
    color: var(--purple);
    display: flex;
    flex-direction: column;
    font-family: goudy-old-style, serif;
    font-family: var(--serif);
    height: 8rem;
    justify-content: center;
    line-height: 1;
    margin: 0 auto -1rem;
    width: 8rem;
}
@media (min-width: 48em) {
    .c-events__date {
        height: 12rem;
        width: 12rem;
    }
}
.c-events__day {
    font-size: 3rem;
}
@media (min-width: 48em) {
    .c-events__day {
        font-size: 5rem;
    }
}
.c-events__month {
    font-size: 0.875rem;
    margin-top: 0.5rem;
    text-transform: uppercase;
}
@media (min-width: 48em) {
    .c-events__month {
        font-size: 1.375rem;
    }
}
.c-features {
    font-family: Source Sans Pro, sans-serif;
    font-family: var(--sans-serif);
    font-size: 1.125rem;
    line-height: 1.5;
}
.c-features.hide-decoration:before { /* added option to hide squiggle */
  display:none;
}
.c-features img {
    display: block;
    height: auto;
    max-width: 100%;
}
.c-features h1,
.c-features h2,
.c-features h3,
.c-features h4,
.c-features h5,
.c-features h6 {
    color: #3e1952;
    color: var(--purple);
    font-family: goudy-old-style, serif;
    font-family: var(--serif);
    line-height: 1.25;
    margin: 3rem 0 1.5rem;
}
.c-features h2 {
    font-size: 2.5rem;
    line-height: 1.1;
}
@media (min-width: 48em) {
    .c-features h2 {
        font-size: 3rem;
    }
}
.c-features h3 {
    font-size: 1.375rem;
}
.c-features h3,
.c-features h4 {
    margin-bottom: 1rem;
    text-transform: uppercase;
}
.c-features h4 {
    font-size: 1rem;
}
.c-features a {
    color: #3e1952;
    color: var(--purple);
}
.c-features table {
    margin: 4rem -1.5rem;
    width: calc(100% + 3rem) !important;
}
@media (min-width: 48em) {
    .c-features table {
        margin: 4rem 0;
        width: 100% !important;
    }
}
.c-features td {
    border-left: 0.5rem solid #fff;
    border-left: 0.5rem solid var(--white);
    padding: 0.5rem 1rem;
}
.c-features td:first-child {
    border: 0;
}
.c-features thead td {
    background: #3e1952;
    background: var(--purple);
    color: #fff;
    color: var(--white);
    font-size: 1rem;
    font-weight: 700;
    letter-spacing: 0.125rem;
    text-transform: uppercase;
}
.c-features tbody tr:nth-child(2n) td {
    background: #f1f2f3; /* new color for table rows */
    background: var(--light-gray); /* new color for table rows */
}
.c-features {
    margin: 4rem -1.5rem;
    overflow: hidden;
    padding: 0 1.5rem;
    position: relative;
}
@media (min-width: 48em) {
    .c-features {
        margin: 4rem 0;
        overflow: visible;
        padding: 0;
    }
}
.c-features:before {
    background-image: url(../img/squiggle-sm.svg);
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: contain;
    content: "";
    display: block;
    height: 12rem;
    pointer-events: none;
    position: absolute;
    right: -1.5rem;
    top: calc(50vw - 4rem);
    width: 12rem;
}
@media (min-width: 48em) {
    .c-features:before {
        height: 18rem;
        left: 50%;
        top: 50%;
        transform: translate(-50%, -50%);
        width: 18rem;
    }
}
.c-features__wrapper > :first-child {
    margin-top: 0 !important;
}
.c-features__wrapper > :last-child {
    margin-bottom: 0 !important;
}
.c-features__item {
    margin: 4rem 0;
}
@media (min-width: 48em) {
    .c-features__item {
        display: flex;
    }
}
.c-features__image {
    margin-bottom: 2rem;
}
@media (min-width: 48em) {
    .c-features__image {
        margin: 0;
        width: 40%;
    }
}
@media (min-width: 80em) {
    .c-features__image {
        width: 60%;
    }
}
.c-features__item:nth-child(2n) .c-features__image {
    order: 1;
    display: flex;
    justify-content: flex-end;
}
.c-features__text > :first-child {
    margin-top: 0 !important;
}
.c-features__text > :last-child {
    margin-bottom: 0 !important;
}
.c-features__text {
    position: relative;
    margin: 2rem;
}
@media (min-width: 48em) {
    .c-features__text {
        align-self: center;
        padding: 0 2rem;
        width: 60%;
    }
}
@media (min-width: 80em) {
    .c-features__text {
        padding: 0 4rem;
        width: 40%;
    }
}
.c-footer {
    font-family: Source Sans Pro, sans-serif;
    font-family: var(--sans-serif);
    font-size: 1rem;
    line-height: 1.5;
    /* Footer fix: Keep footer at bottom of window */
    position: absolute;
    bottom: 0;
    width: 100%;
}
.c-footer img {
    display: block;
    height: auto;
    max-width: 100%;
}
.c-footer h1,
.c-footer h2,
.c-footer h3,
.c-footer h4,
.c-footer h5,
.c-footer h6 {
    color: #3e1952;
    color: var(--purple);
    font-family: goudy-old-style, serif;
    font-family: var(--serif);
    line-height: 1.25;
    margin: 3rem 0 1.5rem;
}
.c-footer h2 {
    font-size: 2.5rem;
    line-height: 1.1;
}
@media (min-width: 48em) {
    .c-footer h2 {
        font-size: 3rem;
    }
}
.c-footer h3 {
    font-size: 2rem;
}
.c-footer h3,
.c-footer h4 {
    margin-bottom: 1rem;
    text-transform: uppercase;
}
.c-footer h4 {
    font-size: 1rem;
}
.c-footer a {
    color: #3e1952;
    color: var(--purple);
}
.c-footer table {
    margin: 4rem -1.5rem;
    width: calc(100% + 3rem) !important;
}
@media (min-width: 48em) {
    .c-footer table {
        margin: 4rem 0;
        width: 100% !important;
    }
}
.c-footer td {
    border-left: 0.5rem solid #fff;
    border-left: 0.5rem solid var(--white);
    padding: 0.5rem 1rem;
}
.c-footer td:first-child {
    border: 0;
}
.c-footer thead td {
    background: #3e1952;
    background: var(--purple);
    color: #fff;
    color: var(--white);
    font-size: 1rem;
    font-weight: 700;
    letter-spacing: 0.125rem;
    text-transform: uppercase;
}
.c-footer tbody tr:nth-child(2n) td {
    background: #f1f2f3; /* new color for table rows */
    background: var(--light-gray); /* new color for table rows */
}
.c-footer {
    background: #3e1952;
    background: var(--purple);
    color: #fff;
    color: var(--white);
    padding: 2rem 0;
}
@media (min-width: 48em) {
    .c-footer {
        padding: 4rem 0 2rem;
    }
}
.c-footer a {
    color: #fff;
    color: var(--white);
}
.c-footer__container {
    margin-left: auto;
    margin-right: auto;
    max-width: 81.5rem;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    width: 100%;
}
@media (min-width: 64em) {
    .c-footer__container {
        padding-left: 3rem;
        padding-right: 3rem;
    }
}
.c-footer__top {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.c-footer__logo {
    width: 100%;
}
@media (min-width: 80em) {
    .c-footer__logo {
        padding-right: 4rem;
        width: 30%;
    }
}
.c-footer__logo .svg {
    max-width: 17.5rem;
}
.c-footer__contact {
    display: flex;
    justify-content: space-between;
    margin-top: 2rem;
    width: 100%;
}
@media (min-width: 48em) {
    .c-footer__contact {
        width: 18rem;
    }
}
@media (min-width: 80em) {
    .c-footer__contact {
        margin: 0;
        padding-right: 4rem;
        width: 30%;
    }
}
.c-footer__social {
    align-items: flex-start;
    display: flex;
    justify-content: space-between;
    margin-top: 2rem;
    width: 100%;
}
@media (min-width: 48em) {
    .c-footer__social {
        width: 50%;
    }
}
@media (min-width: 80em) {
    .c-footer__social {
        margin: 0;
        width: 40%;
    }
}
.c-footer__icon {
    display: block;
}
.c-footer__icon .symbol {
    height: 2rem;
    width: 2rem;
}
.c-footer__bottom {
    margin-top: 2rem;
}
.c-footer__bottom.text-meta {
    letter-spacing: 0;
    text-transform: none;
}
@media (min-width: 48em) {
    .c-footer__bottom {
        display: flex;
        margin-top: 4rem;
    }
}
.c-footer__bottom ul {
    -moz-column-count: 2;
    column-count: 2;
    -moz-column-gap: 2rem;
    column-gap: 2rem;
    list-style: none;
    margin: 0;
    padding: 0;
}
@media (min-width: 48em) {
    .c-footer__bottom ul {
        -moz-column-count: 3;
        column-count: 3;
        width: calc(100% - 6.25rem);
    }
}
@media (min-width: 64em) {
    .c-footer__bottom ul {
        -moz-column-count: 4;
        column-count: 4;
    }
}
.c-footer__bottom li {
    margin-top: 0.5rem;
}
.c-footer__bottom li:first-child {
    margin-top: 0;
}
.c-footer__back {
    color: #eab546 !important;
    color: var(--gold) !important;
    display: block;
    font-size: 0.875rem;
    font-weight: 400;
    letter-spacing: normal;
    margin: 1rem auto 0;
    text-align: center;
    text-transform: none;
    width: 6rem;
}
@media (min-width: 48em) {
    .c-footer__back {
        display: inline-block;
        margin: auto 0 0 auto;
        white-space: nowrap;
        width: auto;
    }
}
.c-footer__up {
    border: 0.125rem solid #eab546;
    border: 0.125rem solid var(--gold);
    border-radius: 50%;
    color: #eab546;
    color: var(--gold);
    margin: 0 auto 0.5rem;
    width: 3rem;
}
.c-footer__up .svg {
    transform: translateY(-2.5%);
}
.c-header {
    font-family: Source Sans Pro, sans-serif;
    font-family: var(--sans-serif);
    font-size: 1rem;
    line-height: 1.5;
}
.c-header img {
    display: block;
    height: auto;
    max-width: 100%;
}
.c-header h1,
.c-header h2,
.c-header h3,
.c-header h4,
.c-header h5,
.c-header h6 {
    color: #3e1952;
    color: var(--purple);
    font-family: goudy-old-style, serif;
    font-family: var(--serif);
    line-height: 1.25;
    margin: 3rem 0 1.5rem;
}
.c-header h2 {
    font-size: 2.5rem;
    line-height: 1.1;
}
@media (min-width: 48em) {
    .c-header h2 {
        font-size: 3rem;
    }
}
.c-header h3 {
    font-size: 2rem;
}
.c-header h3,
.c-header h4 {
    margin-bottom: 1rem;
    text-transform: uppercase;
}
.c-header h4 {
    font-size: 1rem;
}
.c-header a {
    color: #3e1952;
    color: var(--purple);
}
.c-header table {
    margin: 4rem -1.5rem;
    width: calc(100% + 3rem) !important;
}
@media (min-width: 48em) {
    .c-header table {
        margin: 4rem 0;
        width: 100% !important;
    }
}
.c-header td {
    border-left: 0.5rem solid #fff;
    border-left: 0.5rem solid var(--white);
    padding: 0.5rem 1rem;
}
.c-header td:first-child {
    border: 0;
}
.c-header thead td {
    background: #3e1952;
    background: var(--purple);
    color: #fff;
    color: var(--white);
    font-size: 1rem;
    font-weight: 700;
    letter-spacing: 0.125rem;
    text-transform: uppercase;
}
.c-header tbody tr:nth-child(2n) td {
    background: #f1f2f3; /* new color for table rows */
    background: var(--light-gray); /* new color for table rows */
}
.c-header {
    margin-left: auto;
    margin-right: auto;
    max-width: none;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    width: 100%;
}
@media (min-width: 64em) {
    .c-header {
        padding-left: 3rem;
        padding-right: 3rem;
    }
}
.c-header {
    align-items: center;
    display: flex;
    height: 5rem;
    position: relative;
    z-index: 100;
}
@media (min-width: 64em) {
    .c-header {
        height: 6.75rem;
    }
}
.c-header__logo {
    display: block;
    margin-right: auto;
    width: 13rem;
}
@media (min-width: 80em) {
    .c-header__logo {
        width: 20rem;
    }
}
.c-header__logo--alt {
    color: #fff !important;
    color: var(--white) !important;
}
.c-header__nav {
    display: none;
    font-family: Source Sans Pro, sans-serif;
    font-family: var(--sans-serif);
    font-size: 1rem;
    font-weight: 700;
    letter-spacing: 0.125rem;
    list-style: none;
    margin: 0;
    padding: 0;
    text-transform: uppercase;
}
@media (min-width: 64em) {
    .c-header__nav {
        display: flex;
    }
}
.c-header__nav li {
    margin-right: 1rem;
}
@media (min-width: 80em) {
    .c-header__nav li {
        margin-right: 2rem;
    }
}
.c-header__toggle,
[data-whatinput="mouse"] .c-header__toggle:focus /* fix conflict with greedy selector in Slate css */{
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg viewBox='0 0 16 16' xmlns='http://www.w3.org/2000/svg' fill='%233e1952'%3E%3Cpath d='M2 5a.5.5 0 0 0 .5.5h11c.667 0 .667-1 0-1h-11A.5.5 0 0 0 2 5Zm0 3a.5.5 0 0 1 .5-.5h8c.667 0 .667 1 0 1h-8A.5.5 0 0 1 2 8Zm0 3a.5.5 0 0 1 .5-.5h11c.667 0 .667 1 0 1h-11A.5.5 0 0 1 2 11Z'/%3E%3C/svg%3E");
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: contain;
    height: 2rem;
    position: relative;
    width: 2rem;
    z-index: 1;
    background-color: initial;
}
.c-header__toggle[aria-expanded="true"],
[data-whatinput="mouse"] .c-header__toggle[aria-expanded="true"]:focus /* fix conflict with greedy selector in Slate css */ {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3E%3Cpath d='M12.529 11.469 9.061 8l3.469-3.469a.75.75 0 1 0-1.06-1.062L8 6.938 4.53 3.469a.75.75 0 1 0-1.059 1.063L6.939 8 3.47 11.468a.75.75 0 1 0 1.06 1.063L8 9.062l3.47 3.469a.75.75 0 0 0 1.059-1.062z'/%3E%3C/svg%3E");
    background-color: initial;
}
@media (min-width: 64em) {
    .c-header__toggle[aria-expanded="true"],
    [data-whatinput="mouse"] .c-header__toggle[aria-expanded="true"]:focus /* fix conflict with greedy selector in Slate css */ {
        background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%233e1952'%3E%3Cpath d='M12.529 11.469 9.061 8l3.469-3.469a.75.75 0 1 0-1.06-1.062L8 6.938 4.53 3.469a.75.75 0 1 0-1.059 1.063L6.939 8 3.47 11.468a.75.75 0 1 0 1.06 1.063L8 9.062l3.47 3.469a.75.75 0 0 0 1.059-1.062z'/%3E%3C/svg%3E");
        background-color: initial;
    }
}
.c-header__menu {
    margin-left: auto;
    margin-right: auto;
    max-width: none;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    box-shadow:
      0px 40px 40px 0px rgb(0 0 0 / 10%),
      0px 5px 5px 0 rgb(0 0 0 / 10%);
}
@media (min-width: 64em) {
    .c-header__menu {
        padding-left: 3rem;
        padding-right: 3rem;
    }
}
.c-header__menu {
    background: #3e1952;
    background: var(--purple);
    color: #fff;
    color: var(--white);
    opacity: 0;
    padding-bottom: 2rem;
    position: absolute;
    right: 0;
    top: 0;
    transition: opacity 0.3s ease, visibility 0.3s ease;
    visibility: hidden;
    width: 100%;
}
@media (min-width: 64em) {
    .c-header__menu {
        padding: 3rem 6rem 4rem;
        top: 100%;
        width: 52rem;
    }
}
[aria-expanded="true"] + .c-header__menu {
    opacity: 1;
    visibility: visible;
}
.c-header__top {
    align-items: center;
    display: flex;
    height: 5rem;
}
@media (min-width: 64em) {
    .c-header__top {
        display: none;
    }
}
.c-header__form {
    display: flex;
}
@media (min-width: 64em) {
    .c-header__form {
        display: none;
    }
}
.c-header__label {
    display: block;
    flex-grow: 1;
    padding-left: 0.75rem;
}
.c-header__input {
    background: none;
    border: 0;
    border-bottom: 0.125rem solid #fff;
    border-bottom: 0.125rem solid var(--white);
    color: #fff;
    color: var(--white);
    font: inherit;
    padding: 0;
    width: 100%;
}
/* define text color for search box placeholder */
.c-header__input::placeholder {
  color: white;
}
.c-header__submit {
    color: #fff;
    color: var(--white);
    flex-shrink: 0;
    order: -1;
    width: 1.625rem;
}
.c-header__heading {
    display: none;
    font-family: goudy-old-style, serif;
    font-family: var(--serif);
    font-size: 3.5rem;
    line-height: 1.25;
}
@media (min-width: 64em) {
    .c-header__heading {
        display: block;
    }
    .c-header__interior {
        display: flex;
        justify-content: space-between;
        margin-top: 2rem;
    }
}
.c-header__buttons {
    font-family: Source Sans Pro, sans-serif;
    font-family: var(--sans-serif);
    font-size: 1rem;
    font-weight: 700;
    letter-spacing: 0.125rem;
    list-style: none;
    margin: 2rem 0;
    padding: 0;
    text-transform: uppercase;
    display: flex;
    gap: 1rem;
    flex-flow: column nowrap;
}
.c-header__buttons li {
    width: 100%;
}
@media (min-width: 35em) {
    .c-header__buttons {
      flex-flow: row wrap;
    }
    .c-header__buttons li {
        width: calc(50% - 0.5rem);
    }
}
@media (min-width: 64em) {
    .c-header__buttons {
        margin: 0;
        width: calc(60% - 5rem);
    }
}
.c-header__buttons li:first-child {
    margin-top: 0;
}
.c-header__buttons a {
    background: #eab546;
    background: var(--gold);
    display: block;
    padding: 0.75rem;
    text-align: center;
}
@media (min-width: 64em) {
    .c-header__buttons a {
        padding: 1.5rem;
    }
    .c-header__buttons li {
        width: 100%;
    }
    .c-header__buttons {
        flex-flow: column nowrap;
    }
}
.c-header__buttons .alt {
    /* margin: 1rem 1rem 0; */ /* fix separation between alt buttons in pop-out menu */
}
@media (min-width: 64em) {
    .c-header__buttons .alt {
        margin: 1rem 0 0;
    }
}
.c-header__buttons .alt > a {
    background: #3e1952;
    background: var(--purple);
    box-shadow: inset 0 0 0 0.125rem #eab546;
    box-shadow: inset 0 0 0 0.125rem var(--gold);
    color: #eab546;
    color: var(--gold);
}
@media (min-width: 64em) {
    .c-header__main {
        width: calc(50% - 5rem);
    }
}
.c-header__primary {
    -moz-column-count: 1;
    column-count: 1;
    -moz-column-gap: 2rem;
    column-gap: 2rem;
    font-family: Source Sans Pro, sans-serif;
    font-family: var(--sans-serif);
    font-size: 1rem;
    font-weight: 700;
    list-style: none;
    margin: 0;
    padding: 0;
    flex-grow: 1;
}
@media (min-width: 64em) {
    .c-header__primary {
        -moz-column-count: 1;
        column-count: 1;
    }
}
.c-header__primary li {
    margin-top: 1rem;
}
@media (min-width: 64em) {
    .c-header__primary li {
        margin-top: 1.5rem;
    }
}
.c-header__primary li:first-child {
    margin-top: 0;
}
.c-header__primary a {
    color: inherit;
}
.c-header__secondary {
    font-family: Source Sans Pro, sans-serif;
    font-family: var(--sans-serif);
    font-size: 1rem;
    font-weight: 700;
    list-style: none;
    margin: 0;
    padding: 0;
    flex-grow: 1;
}
@media (min-width: 64em) {
    .c-header__secondary {
        padding: 0;
    }
    /* hide the thin horizontal line that used to separate c-header__primary and c-header__secondary */
    /* .c-header__secondary:before {
        border-top: 0.0625rem solid #fff;
        border-top: 0.0625rem solid var(--white);
        content: "";
        display: block;
        margin-top: 1.5rem;
        width: 10rem;
    } */
}
.c-header__secondary li {
    margin-top: 1rem;
}
@media (min-width: 64em) {
    .c-header__secondary li {
        margin-top: 1.5rem;
    }
}
.c-header__secondary a {
    color: inherit;
}
.c-header__secondary li:first-child {
    margin-top: 0;
}
.c-header__search {
    display: none;
    margin-left: 1rem;
    width: 1.625rem;
}
@media (min-width: 64em) {
    .c-header__search {
        display: block;
    }
}
.c-heading {
    font-family: Source Sans Pro, sans-serif;
    font-family: var(--sans-serif);
    font-size: 1.125rem;
    line-height: 1.5;
}
.c-heading img {
    display: block;
    height: auto;
    max-width: 100%;
}
.c-heading h1,
.c-heading h2,
.c-heading h3,
.c-heading h4,
.c-heading h5,
.c-heading h6 {
    color: #3e1952;
    color: var(--purple);
    font-family: goudy-old-style, serif;
    font-family: var(--serif);
    line-height: 1.25;
    margin: 3rem 0 1.5rem;
}
.c-heading h2 {
    font-size: 2.5rem;
    line-height: 1.1;
}
@media (min-width: 48em) {
    .c-heading h2 {
        font-size: 3rem;
    }
    .c-main__content .c-heading h2 {
        font-size: 3rem;
    }
}
.c-heading h3 {
    font-size: 2rem;
}
.c-heading h3,
.c-heading h4 {
    margin-bottom: 1rem;
}
.c-heading h4 {
    font-size: 1rem;
}
.c-heading a {
    color: #3e1952;
    color: var(--purple);
    font-weight: bold;
    text-decoration: underline;
}
.c-heading table {
    margin: 4rem -1.5rem;
    width: calc(100% + 3rem) !important;
}
@media (min-width: 48em) {
    .c-heading table {
        margin: 4rem 0;
        width: 100% !important;
    }
}
.c-heading td {
    border-left: 0.5rem solid #fff;
    border-left: 0.5rem solid var(--white);
    padding: 0.5rem 1rem;
}
.c-heading td:first-child {
    border: 0;
}
.c-heading thead td {
    background: #3e1952;
    background: var(--purple);
    color: #fff;
    color: var(--white);
    font-size: 1rem;
    font-weight: 700;
    letter-spacing: 0.125rem;
    text-transform: uppercase;
}
.c-heading tbody tr:nth-child(2n) td {
    background: #f1f2f3; /* new color for table rows */
    background: var(--light-gray); /* new color for table rows */
}
.c-heading {
    margin: 4rem auto;
    max-width: 75.5rem;
}
@media (min-width: 64em) {
    .c-heading {
        display: flex;
    }
}
.c-heading__label > :first-child {
    margin-top: 0 !important;
}
.c-heading__label > :last-child {
    margin-bottom: 0 !important;
}
.c-heading__label {
    margin-bottom: 1.5rem;
}
@media (min-width: 64em) {
    .c-heading__label {
        margin: 0;
        padding-right: 2rem;
        width: 40%;
    }
}
.c-heading__description > :first-child {
    margin-top: 0 !important;
}
.c-heading__description > :last-child {
    margin-bottom: 0 !important;
}
.c-heading__description {
    border-left: 0.5rem solid #eab546;
    border-left: 0.5rem solid var(--gold);
    padding-left: 1rem;
}
@media (min-width: 48em) {
    .c-heading__description {
        padding-left: 2rem;
    }
}
@media (min-width: 64em) {
    .c-heading__description {
        align-self: center;
        width: 60%;
    }
}
.c-hero {
    font-family: Source Sans Pro, sans-serif;
    font-family: var(--sans-serif);
    font-size: 1.125rem;
    line-height: 1.5;
}
.c-hero img {
    display: block;
    height: auto;
    max-width: 100%;
}
.c-hero h1,
.c-hero h2,
.c-hero h3,
.c-hero h4,
.c-hero h5,
.c-hero h6 {
    color: #3e1952;
    color: var(--purple);
    font-family: goudy-old-style, serif;
    font-family: var(--serif);
    line-height: 1.25;
    margin: 3rem 0 1.5rem;
}
.c-hero h2 {
    font-size: 2.5rem;
    line-height: 1.1;
}
@media (min-width: 48em) {
    .c-hero h2 {
        font-size: 3rem;
    }
}
.c-hero h3 {
    font-size: 2rem;
}
.c-hero h3,
.c-hero h4 {
    margin-bottom: 1rem;
    text-transform: uppercase;
}
.c-hero h4 {
    font-size: 1rem;
}
.c-hero a {
    color: #3e1952;
    color: var(--purple);
    font-weight: bold;
    text-decoration: underline;
}
.c-hero table {
    margin: 4rem -1.5rem;
    width: calc(100% + 3rem) !important;
}
@media (min-width: 48em) {
    .c-hero table {
        margin: 4rem 0;
        width: 100% !important;
    }
}
.c-hero td {
    border-left: 0.5rem solid #fff;
    border-left: 0.5rem solid var(--white);
    padding: 0.5rem 1rem;
}
.c-hero td:first-child {
    border: 0;
}
.c-hero thead td {
    background: #3e1952;
    background: var(--purple);
    color: #fff;
    color: var(--white);
    font-size: 1rem;
    font-weight: 700;
    letter-spacing: 0.125rem;
    text-transform: uppercase;
}
.c-hero tbody tr:nth-child(2n) td {
    background: #f1f2f3; /* new color for table rows */
    background: var(--light-gray); /* new color for table rows */
}
@media (min-width: 64em) {
    .c-hero {
        background: #3e1952;
        background: var(--purple);
    }
}
.c-hero--image {
    background: none;
}
.c-hero__container {
    margin-left: auto;
    margin-right: auto;
    max-width: 87.5rem;
    padding-left: 0;
    padding-right: 0;
    width: 100%;
}
.c-hero--image .c-hero__container {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
}
@media (min-width: 64em) {
    .c-hero__container {
        padding-left: 3rem;
        padding-right: 3rem;
    }
}
.c-hero__container {
    position: relative;
}
@media (min-width: 64em) {
    .c-hero--image .c-hero__container {
        display: flex;
    }
}
.c-hero__image {
    margin: 0 -1.5rem -2.5rem;
}
@media (min-width: 64em) {
    .c-hero__image {
        margin: 0 0 0 -3rem;
        width: calc(100% - 7rem);
    }
}
.c-hero__image img {
    width: 100%;
}
.c-hero__text {
    margin-left: auto;
    margin-right: auto;
    max-width: 87.5rem;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    width: 100%;
}
@media (min-width: 64em) {
    .c-hero__text {
        padding-left: 3rem;
        padding-right: 3rem;
    }
}
.c-hero__text {
    background: #3e1952;
    background: var(--purple);
    color: #fff;
    color: var(--white);
    padding-bottom: 1.5rem;
    padding-top: 1.5rem;
    position: relative;
}
@media (min-width: 48em) {
    .c-hero__text {
        padding-bottom: 4rem;
        padding-top: 4rem;
    }
}
@media (min-width: 64em) {
    .c-hero__text {
        background: rgba(62,25,82,0.8);
        align-items: flex-start;
        display: flex;
        padding-bottom: 6rem;
        padding-top: 6rem;
    }
    .c-hero--image .c-hero__text {
        display: block;
        position: absolute;
        right: 0;
        top: 50%;
        transform: translateY(-50%);
        width: 45%;
    }
}
@media (min-width: 80em) {
    .c-hero--image .c-hero__text {
        padding-left: 6rem;
        padding-right: 6rem;
    }
}
.c-hero__heading {
    color: inherit !important;
    /* use serif font for page title readability */
    font-family: goudy-old-style, serif !important;
    font-family: var(--serif) !important;
    font-size: 2.5rem;
    font-weight: 400;
    line-height: 1 !important;
    margin: 0 !important;
    /* use normal capitalization */
    text-transform: inherit;
}
@media (min-width: 48em) {
    .c-hero__heading {
        font-size: 3rem; /* smaller text size better for long page titles */
    }
}
@media (min-width: 64em) {
    .c-hero__heading {
        flex-basis: 50%;
        flex-grow: 1;
        margin: 0;
        padding-right: 2rem;
    }
    .c-hero--image .c-hero__heading {
        margin-bottom: 2rem;
        width: 100%;
    }
}
.c-hero__description > :first-child {
    margin-top: 0 !important;
}
.c-hero__description > :last-child {
    margin-bottom: 0 !important;
}
.c-hero__description {
    border-left: 0.5rem solid #eab546;
    border-left: 0.5rem solid var(--gold);
    margin-bottom: 1rem;
    margin-top: 2rem;
    padding-left: 1rem;
}
@media (min-width: 48em) {
    .c-hero__description {
        margin-bottom: 0;
        padding-left: 2rem;
    }
    .c-hero--image .c-hero__description {
        margin-top: 2rem;
    }
}
@media (min-width: 64em) {
    .c-hero__description {
        flex-basis: 50%;
        margin-top: 0;
    }
    .c-hero--image .c-hero__description {
        width: 100%;
    }
}
.c-juicer {
    font-family: Source Sans Pro, sans-serif;
    font-family: var(--sans-serif);
    font-size: 1rem;
    line-height: 1.5;
}
.c-juicer img {
    display: block;
    height: auto;
    max-width: 100%;
}
.c-juicer h1,
.c-juicer h2,
.c-juicer h3,
.c-juicer h4,
.c-juicer h5,
.c-juicer h6 {
    color: #3e1952;
    color: var(--purple);
    font-family: goudy-old-style, serif;
    font-family: var(--serif);
    line-height: 1.25;
    margin: 3rem 0 1.5rem;
}
.c-juicer h2 {
    font-size: 2.5rem;
    line-height: 1.1;
}
@media (min-width: 48em) {
    .c-juicer h2 {
        font-size: 3rem;
    }
}
.c-juicer h3 {
    font-size: 2rem;
}
.c-juicer h3,
.c-juicer h4 {
    margin-bottom: 1rem;
    text-transform: uppercase;
}
.c-juicer h4 {
    font-size: 1rem;
}
.c-juicer a {
    color: #3e1952;
    color: var(--purple);
    font-weight: bold;
    text-decoration: underline;
}
.c-juicer table {
    margin: 4rem -1.5rem;
    width: calc(100% + 3rem) !important;
}
@media (min-width: 48em) {
    .c-juicer table {
        margin: 4rem 0;
        width: 100% !important;
    }
}
.c-juicer td {
    border-left: 0.5rem solid #fff;
    border-left: 0.5rem solid var(--white);
    padding: 0.5rem 1rem;
}
.c-juicer td:first-child {
    border: 0;
}
.c-juicer thead td {
    background: #3e1952;
    background: var(--purple);
    color: #fff;
    color: var(--white);
    font-size: 1rem;
    font-weight: 700;
    letter-spacing: 0.125rem;
    text-transform: uppercase;
}
.c-juicer tbody tr:nth-child(2n) td {
    background: #f1f2f3; /* new color for table rows */
    background: var(--light-gray); /* new color for table rows */
}
.c-juicer {
    background: #3e1952;
    background: var(--purple);
    color: #fff;
    color: var(--white);
    padding: 4rem 0;
}
.c-juicer h1,
.c-juicer h2,
.c-juicer h3,
.c-juicer h4,
.c-juicer h5,
.c-juicer h6 {
    color: inherit !important;
}
.c-juicer__container {
    margin-left: auto;
    margin-right: auto;
    max-width: 81.5rem;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    width: 100%;
}
@media (min-width: 64em) {
    .c-juicer__container {
        padding-left: 3rem;
        padding-right: 3rem;
    }
}
.c-juicer__container > :first-child {
    margin-top: 0 !important;
}
.c-juicer__container > :last-child {
    margin-bottom: 0 !important;
}
.c-juicer__feed .juicer-feed {
    overflow: visible;
}
.c-juicer__feed .referral {
    display: none !important;
}
.c-juicer__feed .j-stack.j-stack {
    display: flex !important;
    flex-wrap: wrap;
    margin: -1rem !important;
    width: auto !important;
}
.c-juicer__feed .feed-item {
    background: #000 !important;
    background: var(--black) !important;
    margin: 1rem !important;
    width: calc(50% - 2rem) !important;
}
@media (min-width: 48em) {
    .c-juicer__feed .feed-item {
        width: calc(25% - 2rem) !important;
    }
}
.c-juicer__feed .j-image {
    display: block;
    height: 100%;
    overflow: hidden;
    position: relative;
}
.c-juicer__feed .j-image:before {
    font-size: 0.875rem !important;
    left: auto !important;
    line-height: 1;
    right: 0.75rem;
    top: 0.75rem !important;
    transform: none !important;
}
.c-juicer__feed .j-image:after {
    content: "";
    display: block;
    padding-top: 100%;
}
.c-juicer__feed .j-image img {
    height: 100% !important;
    left: 0;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
    position: absolute;
    top: 0;
}
.c-juicer__feed .video-wrapper {
    left: 0;
    position: absolute !important;
    top: 50%;
    transform: translateY(-50%);
    width: 100%;
}
.c-juicer__feed .j-text {
    display: none;
}
.j-overlay .j-post-overlay .image {
    height: 100%;
    overflow: hidden;
}
.j-overlay .j-post-overlay .image:after {
    display: none;
}
.c-latest {
    font-family: Source Sans Pro, sans-serif;
    font-family: var(--sans-serif);
    font-size: 1.125rem;
    line-height: 1.5;
}
.c-latest img {
    display: block;
    height: auto;
    max-width: 100%;
}
.c-latest h1,
.c-latest h2,
.c-latest h3,
.c-latest h4,
.c-latest h5,
.c-latest h6 {
    color: #3e1952;
    color: var(--purple);
    font-family: goudy-old-style, serif;
    font-family: var(--serif);
    line-height: 1.25;
    margin: 3rem 0 1.5rem;
}
.c-latest h2 {
    font-size: 2.5rem;
    line-height: 1.1;
}
@media (min-width: 48em) {
    .c-latest h2 {
        font-size: 3rem;
    }
}
.c-latest h3 {
    font-size: 2rem;
}
.c-latest h3,
.c-latest h4 {
    margin-bottom: 1rem;
}
.c-latest h4 {
    font-size: 1rem;
}
.c-latest a {
    color: #3e1952;
    color: var(--purple);
    font-weight: bold;
}
.c-latest table {
    margin: 4rem -1.5rem;
    width: calc(100% + 3rem) !important;
}
@media (min-width: 48em) {
    .c-latest table {
        margin: 4rem 0;
        width: 100% !important;
    }
}
.c-latest td {
    border-left: 0.5rem solid #fff;
    border-left: 0.5rem solid var(--white);
    padding: 0.5rem 1rem;
}
.c-latest td:first-child {
    border: 0;
}
.c-latest thead td {
    background: #3e1952;
    background: var(--purple);
    color: #fff;
    color: var(--white);
    font-size: 1rem;
    font-weight: 700;
    letter-spacing: 0.125rem;
    text-transform: uppercase;
}
.c-latest tbody tr:nth-child(2n) td {
    background: #f1f2f3; /* new color for table rows */
    background: var(--light-gray); /* new color for table rows */
}
@media (min-width: 64em) {
    .c-latest {
        align-items: flex-start;
        display: flex;
        justify-content: space-between;
    }
}
.c-latest__image {
    position: relative;
    z-index: -1; /* solve z-index issue where squiggle is above text if image not set */
}
@media (min-width: 64em) {
    .c-latest__image {
        width: calc(50% - 2rem);
    }
}
@media (min-width: 80em) {
    .c-latest__image {
        width: calc(50% - 3rem);
    }
}
.c-latest__image:before {
    background-image: url(../img/squiggle-sm.svg);
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: contain;
    bottom: -6rem;
    content: "";
    display: block;
    height: 16rem;
    left: -8rem;
    pointer-events: none;
    position: absolute;
    width: 16rem;
}
@media (min-width: 64em) {
    .c-latest__feed {
        width: calc(50% - 2rem);
    }
}
@media (min-width: 80em) {
    .c-latest__feed {
        width: calc(50% - 3rem);
    }
}
.c-latest__item > :first-child {
    margin-top: 0 !important;
}
.c-latest__item > :last-child {
    margin-bottom: 0 !important;
}
.c-latest__item {
    margin-top: 4rem;
}
@media (min-width: 64em) {
    .c-latest__item:first-child {
        margin-top: 0;
    }
}
.c-main:after {
    clear: both;
    content: "";
    display: block;
}
.c-main {
    margin-left: auto;
    margin-right: auto;
    max-width: 87.5rem;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    width: 100%;
}
@media (min-width: 64em) {
    .c-main {
        padding-left: 3rem;
        padding-right: 3rem;
    }
}
.c-main {
    margin-bottom: 4rem;
    margin-top: 3rem;
}
.c-content__container {
    padding-bottom: 38.75rem; /* Keep footer from covering content */
}
@media (min-width: 48em) { /* 768px */
  .c-content__container {
      padding-bottom: 31rem; /* Keep footer from covering content */
  }
}
@media (min-width: 80em) { /* 1280px */
  .c-content__container {
      padding-bottom: 24.5rem; /* Keep footer from covering content */
  }
}
.c-main__sidebar > :first-child {
    margin-top: 0 !important;
}
.c-main__sidebar > :last-child {
    margin-bottom: 0 !important;
}
.c-main__sidebar {
    float: left;
    margin-bottom: 4rem;
    width: 100%;
}
@media (min-width: 64em) {
    .c-main__sidebar {
        margin-bottom: 0;
        width: 17.5rem;
        border-right: 1px solid #b8babc;
        padding-right: 1rem;
    }
}
.c-main__content > :first-child {
    margin-top: 0 !important;
}
.c-main__content > :last-child {
    margin-bottom: 0 !important;
}
.c-main__content {
    float: right;
    width: 100%;
}
@media (min-width: 64em) {
    .c-main__content {
        width: calc(100% - 20.5rem);
    }
    .c-main__content--fw {
        width: 100%;
    }
}
.c-media {
    font-family: Source Sans Pro, sans-serif;
    font-family: var(--sans-serif);
    font-size: 1.125rem;
    line-height: 1.5;
}
.c-media img {
    display: block;
    height: auto;
    max-width: 100%;
}
.c-media h1,
.c-media h2,
.c-media h3,
.c-media h4,
.c-media h5,
.c-media h6 {
    color: #3e1952;
    color: var(--purple);
    font-family: goudy-old-style, serif;
    font-family: var(--serif);
    line-height: 1.25;
    margin: 3rem 0 1.5rem;
}
.c-media h2 {
    font-size: 2.5rem;
    line-height: 1.1;
}
@media (min-width: 48em) {
    .c-media h2 {
        font-size: 3rem;
    }
}
.c-media h3 {
    font-size: 2rem;
}
.c-media h3,
.c-media h4 {
    margin-bottom: 1rem;
    text-transform: uppercase;
}
.c-media h4 {
    font-size: 1rem;
}
.c-media a {
    color: #3e1952;
    color: var(--purple);
    font-weight: bold;
    text-decoration: underline;
}
.c-media table {
    margin: 4rem -1.5rem;
    width: calc(100% + 3rem) !important;
}
@media (min-width: 48em) {
    .c-media table {
        margin: 4rem 0;
        width: 100% !important;
    }
}
.c-media td {
    border-left: 0.5rem solid #fff;
    border-left: 0.5rem solid var(--white);
    padding: 0.5rem 1rem;
}
.c-media td:first-child {
    border: 0;
}
.c-media thead td {
    background: #3e1952;
    background: var(--purple);
    color: #fff;
    color: var(--white);
    font-size: 1rem;
    font-weight: 700;
    letter-spacing: 0.125rem;
    text-transform: uppercase;
}
.c-media tbody tr:nth-child(2n) td {
    background: #f1f2f3; /* new color for table rows */
    background: var(--light-gray); /* new color for table rows */
}
.c-media {
    margin: 4rem -1.5rem;
}
@media (min-width: 48em) {
    .c-media {
        margin: 4rem 0;
    }
}
.c-media__heading {
    padding: 0 3rem;
}
.c-media__image {
    position: relative;
}
.c-media__play {
    background: hsla(0, 0%, 100%, 0.75);
    border: 0.125rem solid #fff;
    border: 0.125rem solid var(--white);
    border-radius: 50%;
    color: #fff !important;
    color: var(--white) !important;
    left: 50%;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 4rem;
}
@media (min-width: 48em) {
    .c-media__play {
        width: 6rem;
    }
}
.c-media__play .svg {
    transform: translateX(2.5%);
}
.c-media__content {
    background: #fff;
    background: var(--white);
    border-top: 0.5rem solid #eab546;
    border-top: 0.5rem solid var(--gold);
    margin: 0 auto;
    padding: 2rem 1.5rem 0;
    position: relative;
}
@media (min-width: 48em) {
    .c-media__content {
        margin-top: -10rem;
        padding: 3rem 3rem 0;
        width: calc(100% - 6rem);
    }
}
@media (min-width: 80em) {
    .c-media__content {
        padding: 4rem 4rem 0;
        width: calc(100% - 8rem);
    }
}
.c-media__content__full > :first-child,
.c-media__content__preview > :first-child {
    margin-top: 0 !important;
}
.c-media__content__full > :last-child,
.c-media__content__preview > :last-child {
    margin-bottom: 0 !important;
}
.c-media__content__preview {
    display: block;
}
.c-media__content--expanded .c-media__content__preview,
.c-media__content__full {
    display: none;
}
.c-media__content--expanded .c-media__content__full {
    display: block;
}
.c-media__more {
    background: none;
    bottom: 0;
    color: #3e1952;
    color: var(--purple);
    font-weight: 700;
    letter-spacing: 0.125rem;
    padding: 0;
    text-transform: uppercase;
}
.c-media__more,
.c-programs {
    font-family: Source Sans Pro, sans-serif;
    font-family: var(--sans-serif);
    font-size: 1.125rem;
}
.c-programs {
    line-height: 1.5;
}
.c-programs img {
    display: block;
    height: auto;
    max-width: 100%;
}
.c-programs h1,
.c-programs h2,
.c-programs h3,
.c-programs h4,
.c-programs h5,
.c-programs h6 {
    color: #3e1952;
    color: var(--purple);
    font-family: goudy-old-style, serif;
    font-family: var(--serif);
    line-height: 1.25;
    margin: 3rem 0 1.5rem;
}
.c-programs h2 {
    font-size: 2.5rem;
    line-height: 1.1;
}
@media (min-width: 48em) {
    .c-programs h2 {
        font-size: 3rem;
    }
}
.c-programs h3 {
    font-size: 2rem;
}
.c-programs h3,
.c-programs h4 {
    margin-bottom: 1rem;
    text-transform: uppercase;
}
.c-programs h4 {
    font-size: 1rem;
}
.c-programs a {
    color: #3e1952;
    color: var(--purple);
    font-weight: bold;
    text-decoration: underline;
}
.c-programs table {
    margin: 4rem -1.5rem;
    width: calc(100% + 3rem) !important;
}
@media (min-width: 48em) {
    .c-programs table {
        margin: 4rem 0;
        width: 100% !important;
    }
}
.c-programs td {
    border-left: 0.5rem solid #fff;
    border-left: 0.5rem solid var(--white);
    padding: 0.5rem 1rem;
}
.c-programs td:first-child {
    border: 0;
}
.c-programs thead td {
    background: #3e1952;
    background: var(--purple);
    color: #fff;
    color: var(--white);
    font-size: 1rem;
    font-weight: 700;
    letter-spacing: 0.125rem;
    text-transform: uppercase;
}
.c-programs tbody tr:nth-child(2n) td {
    background: #f1f2f3; /* new color for table rows */
    background: var(--light-gray); /* new color for table rows */
}
.c-programs {
    margin: 0 -0.5rem;
    overflow: hidden;
}
@media (min-width: 48em) {
    .c-programs {
        margin: 0;
    }
}
.c-programs .dataTables_filter {
    float: none !important;
    margin: 0 0 2rem !important;
}
.c-programs .dataTables_filter label {
    color: #3e1952;
    color: var(--purple);
    display: block;
    font: inherit;
    font-size: 0;
    font-weight: 700;
    letter-spacing: 0.125rem;
    max-width: 30rem;
    padding: 0 1.5rem;
    text-align: left;
    text-transform: uppercase;
}
@media (min-width: 48em) {
    .c-programs .dataTables_filter label {
        padding: 0;
    }
}
.c-programs .dataTables_filter input {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%233e1952'%3E%3Cpath d='m13.676 13.373-2.938-3.368a5.5 5.5 0 1 0-1.185 1.069l2.92 3.348a.798.798 0 0 0 1.203-1.049zM2.5 6.5c0-2.206 1.794-4 4-4s4 1.794 4 4-1.794 4-4 4-4-1.794-4-4z'/%3E%3C/svg%3E");
    background-position: 0.75rem;
    background-repeat: no-repeat;
    background-size: 1rem 1rem;
    border: 0.125rem solid #3e1952; /* change border color of search box */
    border: 0.125rem solid var(--purple); /* change border color of search box */
    color: #3e1952;
    color: var(--purple);
    display: block;
    font: inherit;
    font-size: 1rem;
    font-weight: 700;
    letter-spacing: 0.125rem;
    margin: 0 !important;
    outline-offset: 0;
    padding: 0.5rem 0.75rem 0.5rem 2.5rem;
    text-transform: uppercase;
}
.c-programs .dataTable {
    border: 0 !important;
    width: 100% !important;
}
.c-programs .dataTable thead {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
}
.c-programs .dataTable tr {
    height: auto !important;
}
.c-programs .dataTable td,
.c-programs .dataTable th {
    border-bottom: 0;
    border-left: 0.5rem solid #fff !important;
    border-left: 0.5rem solid var(--white) !important;
    height: auto !important;
    vertical-align: middle;
    width: auto !important;
}
.c-programs .dataTable td:first-child,
.c-programs .dataTable th:first-child {
    border-left: 0 !important;
}
.c-programs .dataTable th {
    background: #3e1952 !important;
    background: var(--purple) !important;
    color: #fff;
    color: var(--white);
    font: inherit;
    font-size: 1rem;
    font-weight: 700;
    letter-spacing: 0.125rem;
    padding: 0.5rem 1rem;
    text-align: left;
    text-transform: uppercase;
}
.c-programs .dataTable th:after {
    color: #fff !important;
    color: var(--white) !important;
    margin-left: 0.5rem;
}
.c-programs .dataTable a {
    color: #000;
    color: var(--black);
    font-weight: 700;
    text-decoration: underline;
}
.c-programs .dataTable .major,
.c-programs .dataTable .minor,
.c-programs .dataTable span.emph {
    background: #3e1952;
    background: var(--purple);
    height: 1rem;
    margin-top: 0;
    vertical-align: sub;
    width: 1rem;
}
.c-programs .dataTable span.emph {
    margin-right: 0.5rem;
}
.c-programs .dataTables_info {
    display: none;
}
.c-programs .c-programs__scroll { /* Fix greedy selector, since majminemp table is used elsewhere too */
    max-height: calc(100vh - 12.75rem);
    overflow: auto;
}
@media (min-width: 48em) {
    .c-programs .c-programs__scroll { /* Fix greedy selector, since majminemp table is used elsewhere too */
        max-height: calc(100vh - 20.75rem);
    }
}
.c-splash {
    font-family: Source Sans Pro, sans-serif;
    font-family: var(--sans-serif);
    font-size: 1rem;
    line-height: 1.5;
}
.c-splash img {
    display: block;
    height: auto;
    max-width: 100%;
}
.c-splash h1,
.c-splash h2,
.c-splash h3,
.c-splash h4,
.c-splash h5,
.c-splash h6 {
    color: #3e1952;
    color: var(--purple);
    font-family: goudy-old-style, serif;
    font-family: var(--serif);
    line-height: 1.25;
    margin: 3rem 0 1.5rem;
}
.c-splash h2 {
    font-size: 2.5rem;
    line-height: 1.1;
}
@media (min-width: 48em) {
    .c-splash h2 {
        font-size: 3rem;
    }
}
.c-splash h3 {
    font-size: 2rem;
}
.c-splash h3,
.c-splash h4 {
    margin-bottom: 1rem;
    text-transform: uppercase;
}
.c-splash h4 {
    font-size: 1rem;
}
.c-splash a {
    color: #3e1952;
    color: var(--purple);
}
.c-splash table {
    margin: 4rem -1.5rem;
    width: calc(100% + 3rem) !important;
}
@media (min-width: 48em) {
    .c-splash table {
        margin: 4rem 0;
        width: 100% !important;
    }
}
.c-splash td {
    border-left: 0.5rem solid #fff;
    border-left: 0.5rem solid var(--white);
    padding: 0.5rem 1rem;
}
.c-splash td:first-child {
    border: 0;
}
.c-splash thead td {
    background: #3e1952;
    background: var(--purple);
    color: #fff;
    color: var(--white);
    font-size: 1rem;
    font-weight: 700;
    letter-spacing: 0.125rem;
    text-transform: uppercase;
}
.c-splash tbody tr:nth-child(2n) td {
    background: #f1f2f3; /* new color for table rows */
    background: var(--light-gray); /* new color for table rows */
}
.c-splash {
    position: relative;
}
.c-splash:before {
    background-image: url(../img/squiggle-sm.svg);
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: contain;
    content: "";
    display: block;
    height: 8rem;
    left: -2rem;
    pointer-events: none;
    position: absolute;
    top: 0.5rem;
    width: 8rem;
    z-index: 1;
}
@media (min-width: 48em) {
    .c-splash:before {
        height: 18rem;
        left: -1rem;
        top: 1rem;
        width: 18rem;
    }
}
.c-splash__image img {
    width: 100%;
}
.c-splash__heading {
    margin-left: auto;
    margin-right: auto;
    max-width: 87.5rem;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    width: 100%;
    z-index: 2;
}
@media (min-width: 64em) {
    .c-splash__heading {
        padding-left: 3rem;
        padding-right: 3rem;
    }
}
.c-splash__heading {
    font-family: zooja-pro, cursive !important;
    font-family: var(--script) !important;
    font-size: 3.5rem;
    font-weight: 400;
    left: 0;
    line-height: 0.8 !important; /* 0.8 is better for Zooja */
    margin: 0 !important;
    position: absolute;
    text-indent: 2rem;
    text-transform: lowercase;
    top: 2.5rem;
}
@media (min-width: 48em) {
    .c-splash__heading {
        font-size: 8rem;
        text-indent: 0;
        top: 5rem;
    }
}
@media (min-width: 64em) {
    .c-splash__heading {
        max-width: calc(100% - 16rem);
        top: 7.5rem;
    }
}
/* heading text color choices */
.c-splash__heading.purple {
  color: #3e1952;
  text-shadow: 0px 0px 40px #fff;
}
.c-splash__heading.white {
  color: white;
  text-shadow: 0px 0px 20px rgba(0,0,0,0.5);
}
.c-splash__links {
    list-style: none;
    margin: 0;
    padding: 0;
}
.c-splash__links li {
  margin-bottom: 5px;
}
@media (min-width: 64em) {
    .c-splash__links {
        position: absolute;
        right: 0;
        top: 50%;
        transform: translateY(-50%);
        width: 16rem;
    }
}
.c-splash__button {
    background: #3e1952;
    background: var(--purple);
    color: #fff !important;
    color: var(--white) !important;
    display: block;
    padding: 1rem;
    text-align: center;
}
@media (min-width: 64em) {
    .c-splash__button {
        margin-top: 1rem;
        padding: 1.25rem 2rem;
        text-align: left;
    }
}
.c-split {
    font-family: Source Sans Pro, sans-serif;
    font-family: var(--sans-serif);
    font-size: 1.125rem;
    line-height: 1.5;
}
.c-split img {
    display: block;
    height: auto;
    max-width: 100%;
}
.c-split h1,
.c-split h2,
.c-split h3,
.c-split h4,
.c-split h5,
.c-split h6 {
    color: #3e1952;
    color: var(--purple);
    font-family: goudy-old-style, serif;
    font-family: var(--serif);
    line-height: 1.25;
    margin: 3rem 0 1.5rem;
}
.c-split h2 {
    font-size: 2.5rem;
    line-height: 1.1;
}
@media (min-width: 48em) {
    .c-split h2 {
        font-size: 3rem;
    }
}
.c-split h3 {
    font-size: 1.5rem;
}
.c-split h3,
.c-split h4 {
    margin-bottom: 1rem;
}
.c-split h4 {
    font-size: 1rem;
}
.c-split a {
    color: #3e1952;
    color: var(--purple);
    font-weight: bold;
}
.c-split table {
    margin: 4rem -1.5rem;
    width: calc(100% + 3rem) !important;
}
@media (min-width: 48em) {
    .c-split table {
        margin: 4rem 0;
        width: 100% !important;
    }
}
.c-split td {
    border-left: 0.5rem solid #fff;
    border-left: 0.5rem solid var(--white);
    padding: 0.5rem 1rem;
}
.c-split td:first-child {
    border: 0;
}
.c-split thead td {
    background: #3e1952;
    background: var(--purple);
    color: #fff;
    color: var(--white);
    font-size: 1rem;
    font-weight: 700;
    letter-spacing: 0.125rem;
    text-transform: uppercase;
}
.c-split tbody tr:nth-child(2n) td {
    background: #f1f2f3; /* new color for table rows */
    background: var(--light-gray); /* new color for table rows */
}
@media (min-width: 64em) {
    .c-split__main {
        display: flex;
    }
}
.c-split__text > :first-child {
    margin-top: 0 !important;
}
.c-split__text > :last-child {
    margin-bottom: 0 !important;
}
@media (min-width: 64em) {
    .c-split__text {
        padding-right: 1rem;
        width: 50%;
    }
}
@media (min-width: 80em) {
    .c-split__text {
        padding-right: 3rem;
    }
}
.c-split__content > :first-child {
    margin-top: 0 !important;
}
.c-split__content > :last-child {
    margin-bottom: 0 !important;
}
.c-split__content {
    border-left: 0.5rem solid #eab546;
    border-left: 0.5rem solid var(--gold);
    padding-left: 1rem;
}
@media (min-width: 48em) {
    .c-split__content {
        padding-left: 2rem;
    }
}
.c-split__image {
    margin: 3rem -1.5rem 0;
}
@media (min-width: 64em) {
    .c-split__image {
        margin: 0 4rem 0 0;
        order: -1;
        width: calc(50% - 4rem);
    }
}
@media (min-width: 80em) {
    .c-split__image {
        margin-right: 6rem;
        width: calc(50% - 6rem);
    }
}
.c-split__image img {
    width: 100%;
}
@media (min-width: 64em) {
    .c-split__image--alt {
        height: 0;
    }
}
.c-split__grid {
    background: #fff;
    background: var(--white);
    margin-top: -4rem;
    padding: 1.5rem 1.5rem 0;
    position: relative;
}
@media (min-width: 64em) {
    .c-split__grid {
        display: flex;
        margin: 6rem 0 0 4rem;
    }
}
@media (min-width: 80em) {
    .c-split__grid {
        margin-left: 8rem;
    }
}
.c-split__item > :first-child {
    margin-top: 0 !important;
}
.c-split__item > :last-child {
    margin-bottom: 0 !important;
}
.c-split__item {
    margin-top: 3rem;
}
@media (min-width: 64em) {
    .c-split__item {
        margin: 0;
        padding: 1.5rem 1.5rem 0;
        width: 33.333%;
    }
}
.c-split__item:first-child {
    margin-top: 0;
}
.c-stats {
    font-family: Source Sans Pro, sans-serif;
    font-family: var(--sans-serif);
    font-size: 1rem;
    line-height: 1.5;
}
.c-stats img {
    display: block;
    height: auto;
    max-width: 100%;
}
.c-stats h1,
.c-stats h2,
.c-stats h3,
.c-stats h4,
.c-stats h5,
.c-stats h6 {
    color: #3e1952;
    color: var(--purple);
    font-family: goudy-old-style, serif;
    font-family: var(--serif);
    line-height: 1.25;
    margin: 3rem 0 1.5rem;
}
.c-stats h2 {
    font-size: 2.5rem;
    line-height: 1.1;
}
@media (min-width: 48em) {
    .c-stats h2 {
        font-size: 3rem;
    }
}
.c-stats h3 {
    font-size: 2rem;
}
.c-stats h3,
.c-stats h4 {
    margin-bottom: 1rem;
    text-transform: uppercase;
}
.c-stats h4 {
    font-size: 1rem;
}
.c-stats a {
    color: #3e1952;
    color: var(--purple);
    font-weight: bold;
    text-decoration: underline;
}
.c-stats table {
    margin: 4rem -1.5rem;
    width: calc(100% + 3rem) !important;
}
@media (min-width: 48em) {
    .c-stats table {
        margin: 4rem 0;
        width: 100% !important;
    }
}
.c-stats td {
    border-left: 0.5rem solid #fff;
    border-left: 0.5rem solid var(--white);
    padding: 0.5rem 1rem;
}
.c-stats td:first-child {
    border: 0;
}
.c-stats thead td {
    background: #3e1952;
    background: var(--purple);
    color: #fff;
    color: var(--white);
    font-size: 1rem;
    font-weight: 700;
    letter-spacing: 0.125rem;
    text-transform: uppercase;
}
.c-stats tbody tr:nth-child(2n) td {
    background: #f1f2f3; /* new color for table rows */
    background: var(--light-gray); /* new color for table rows */
}
.c-stats {
    background: #3e1952;
    background: var(--purple);
}
@media (min-width: 64em) {
    .c-stats {
        background: none;
    }
}
.c-stats__container {
    margin-left: auto;
    margin-right: auto;
    max-width: 87.5rem;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    width: 100%;
}
@media (min-width: 64em) {
    .c-stats__container {
        padding-left: 3rem;
        padding-right: 3rem;
    }
}
.c-stats__container {
    position: relative;
}
@media (min-width: 64em) {
    .c-stats__container:after,
    .c-stats__container:before {
        background-image: url(../img/squiggle-lg.svg);
        background-position: 50%;
        background-repeat: no-repeat;
        background-size: contain;
        content: "";
        height: 64rem;
        left: 50%;
        pointer-events: none;
        position: absolute;
        top: 50%;
        transform: translate(-50%, -50%);
        width: 64rem;
        z-index: -1;
    }
}
@media (min-width: 80em) {
    .c-stats__container:after,
    .c-stats__container:before {
        height: 96rem;
        width: 96rem;
    }
}
@media (min-width: 48em) {
    .c-stats__grid {
        padding: 0 3rem;
    }
}
@media (min-width: 64em) {
    .c-stats__grid {
        display: flex;
        margin: -0.5rem;
        padding: 0;
        justify-content: center; /* center-justify items in stats component */
    }
}
.c-stats__grid:after {
    content: "flickity";
    display: none;
}
@media (min-width: 64em) {
    .c-stats__grid:after {
        content: "";
    }
}
.c-stats__item {
    background: #3e1952;
    background: var(--purple);
    color: #fff;
    color: var(--white);
    display: flex;
    flex-direction: column;
    font-family: goudy-old-style, serif;
    font-family: var(--serif);
    justify-content: center;
    line-height: 1.2;
    min-height: 100%;
    padding: 2rem 2rem 3rem;
    text-align: center;
    width: 100%;
}
@media (min-width: 48em) {
    .c-stats__item {
        width: 50%;
    }
}
@media (min-width: 64em) {
    .c-stats__item {
        margin: 0.5rem;
        width: calc(25% - 1rem);
    }
}
@media (min-width: 80em) {
    .c-stats__item {
        padding: 4rem 2rem 5rem;
    }
}
.c-stats__value {
    font-size: 4rem;
}
@media (min-width: 80em) {
    .c-stats__value {
        font-size: 5rem;
    }
}
.c-stats__label {
    text-transform: uppercase;
}
@media (min-width: 80em) {
    .c-stats__label {
        font-size: 1.25rem;
    }
}
.c-subnav {
    font-family: Source Sans Pro, sans-serif;
    font-family: var(--sans-serif);
    font-size: 1rem;
    line-height: 1.5;
    z-index: 1; /* fix issue where Slate embed interferes with dropdown nav on mobile */
}
.c-subnav img {
    display: block;
    height: auto;
    max-width: 100%;
}
.c-subnav h1,
.c-subnav h2,
.c-subnav h3,
.c-subnav h4,
.c-subnav h5,
.c-subnav h6 {
    color: #3e1952;
    color: var(--purple);
    font-family: goudy-old-style, serif;
    font-family: var(--serif);
    line-height: 1.25;
    margin: 3rem 0 1.5rem;
}
.c-subnav h2 {
    font-size: 2.5rem;
    line-height: 1.1;
}
@media (min-width: 48em) {
    .c-subnav h2 {
        font-size: 3rem;
    }
}
.c-subnav h3 {
    font-size: 2rem;
}
.c-subnav h3,
.c-subnav h4 {
    margin-bottom: 1rem;
    text-transform: uppercase;
}
.c-subnav h4 {
    font-size: 1rem;
}
.c-subnav a {
    color: #3e1952;
    color: var(--purple);
}
.c-subnav table {
    margin: 4rem -1.5rem;
    width: calc(100% + 3rem) !important;
}
@media (min-width: 48em) {
    .c-subnav table {
        margin: 4rem 0;
        width: 100% !important;
    }
}
.c-subnav td {
    border-left: 0.5rem solid #fff;
    border-left: 0.5rem solid var(--white);
    padding: 0.5rem 1rem;
}
.c-subnav td:first-child {
    border: 0;
}
.c-subnav thead td {
    background: #3e1952;
    background: var(--purple);
    color: #fff;
    color: var(--white);
    font-size: 1rem;
    font-weight: 700;
    letter-spacing: 0.125rem;
    text-transform: uppercase;
}
.c-subnav tbody tr:nth-child(2n) td {
    background: #f1f2f3; /* new color for table rows */
    background: var(--light-gray); /* new color for table rows */
}
.c-subnav {
    margin: 4rem -1.5rem;
    position: relative;
}
@media (min-width: 48em) {
    .c-subnav {
        margin: 4rem 0;
    }
}
.c-subnav__toggle,
[data-whatinput="mouse"] button.c-subnav__toggle:focus /* fix conflict with greedy selector in Slate css */ {
    background: #3e1952;
    background: var(--purple);
    border-right: 0.5rem solid #eab546;
    border-right: 0.5rem solid var(--gold);
    color: #fff;
    color: var(--white);
    display: block;
    font-family: inherit;
    font-weight: 700;
    padding: 1.5rem;
    position: relative;
    text-align: left;
    width: 100%;
}
@media (min-width: 64em) {
    .c-subnav__toggle {
        display: none;
    }
}
.c-subnav__toggle:after {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg viewBox='0 0 16 16' xmlns='http://www.w3.org/2000/svg' fill='%23eab546'%3E%3Cpath d='M2 5a.5.5 0 0 0 .5.5h11c.667 0 .667-1 0-1h-11A.5.5 0 0 0 2 5Zm0 3a.5.5 0 0 1 .5-.5h8c.667 0 .667 1 0 1h-8A.5.5 0 0 1 2 8Zm0 3a.5.5 0 0 1 .5-.5h11c.667 0 .667 1 0 1h-11A.5.5 0 0 1 2 11Z'/%3E%3C/svg%3E");
    content: "";
    height: 2rem;
    position: absolute;
    right: 1rem;
    top: 50%;
    transform: translateY(-50%);
    width: 2rem;
}
.c-subnav__toggle[aria-expanded="true"]:after {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23eab546'%3E%3Cpath d='M12.529 11.469 9.061 8l3.469-3.469a.75.75 0 1 0-1.06-1.062L8 6.938 4.53 3.469a.75.75 0 1 0-1.059 1.063L6.939 8 3.47 11.468a.75.75 0 1 0 1.06 1.063L8 9.062l3.47 3.469a.75.75 0 0 0 1.059-1.062z'/%3E%3C/svg%3E");
}
.c-subnav__list {
    background: #3e1952;
    background: var(--purple);
    border-right: 0.5rem solid #eab546;
    border-right: 0.5rem solid var(--gold);
    display: none;
    left: 0;
    padding: 0 1.5rem 1.5rem;
    position: absolute;
    top: 100%;
    width: 100%;
}
.c-subnav__list.text-meta {
    font-weight: normal;
    text-transform: initial;
    letter-spacing: 0;
    font-size: 1.125rem;
}
@media (min-width: 64em) {
    .c-subnav__list {
        background: none;
        border: 0;
        display: block;
        padding: 0;
        position: static;
    }
}
.c-subnav__list ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
.c-subnav__list li {
    margin-bottom: 1.5rem;
}
.c-subnav__list li:last-child {
    margin-bottom: 0;
}
.c-subnav__list li li {
    /* margin: 0.75rem 0 0; */
    /* padding-left: 1.5rem; */
    margin: 0;
}
.c-subnav__list a {
    color: #fff;
    color: var(--white);
}
@media (min-width: 64em) {
    .c-subnav__list a {
        color: #3e1952;
        color: var(--purple);
    }
}
.c-subnav__list .children {
    display: none;
}
.c-subnav__list .current_page_ancestor > .children,
.c-subnav__list .current_page_item > .children,
.c-subnav__list .current_page_parent > .children,
[aria-expanded="true"] + .c-subnav__list {
    display: block;
}
.c-subnav__list a.subnav_link {
  /* color: red; */
  padding-left: 1.25rem;
}
.c-subnav__list a.subnav_link_child {
  /* color: red; */
  padding-left: 2.5rem;
}
.c-subnav__list a.subnav_link_grandchild {
  /* color: green; */
  padding-left: 3.75rem;
}
.c-subnav__list a.subnav_link_greatgrandchild {
  /* color: blue; */
  padding-left: 5rem;
}
/* Add highlight to current page item in subnav menu */
/* .c-subnav__list .current_page_item > a {
    border-left: 0.3rem solid var(--purple);
    position: relative;
    left: -1.5rem;
    display: block;
    padding-left: calc(1.5rem - 0.3rem);
} */
.c-subnav__list li > a {
  padding: 0.5rem 0;
  display: block;
  line-height: 1.3;
}
.c-subnav__list li.active > a {
    border-left: 0.6rem solid var(--white);
    position: relative;
    left: -0.6rem;
    /* left: calc(-0.4rem - 1.5rem); */
    font-weight: bold;
    /* padding-left: calc(1.5rem); */
}
@media (min-width: 64em) {
  .c-subnav__list li.active > a {
    border-left: 0.6rem solid var(--purple);
    left: -0.6rem;
  }
}
.c-widget {
    font-family: Source Sans Pro, sans-serif;
    font-family: var(--sans-serif);
    font-size: 1rem;
    line-height: 1.5;
}
.c-widget img {
    display: block;
    height: auto;
    max-width: 100%;
}
.c-widget h1,
.c-widget h2,
.c-widget h3,
.c-widget h4,
.c-widget h5,
.c-widget h6 {
    color: #3e1952;
    color: var(--purple);
    font-family: goudy-old-style, serif;
    font-family: var(--serif);
    line-height: 1.25;
    margin: 3rem 0 1.5rem;
}
.c-widget h2 {
    font-size: 2.5rem;
    line-height: 1.1;
}
@media (min-width: 48em) {
    .c-widget h2 {
        font-size: 3rem;
    }
}
.c-widget h3 {
    font-size: 2rem;
}
.c-widget h3,
.c-widget h4 {
    margin-bottom: 1rem;
}
.c-widget h4 {
    font-size: 1.5rem;
}
.c-widget a {
    color: #3e1952;
    color: var(--purple);
    font-weight: bold;
    text-decoration: underline;
}
.c-widget table {
    margin: 4rem -1.5rem;
    width: calc(100% + 3rem) !important;
}
@media (min-width: 48em) {
    .c-widget table {
        margin: 4rem 0;
        width: 100% !important;
    }
}
.c-widget td {
    border-left: 0.5rem solid #fff;
    border-left: 0.5rem solid var(--white);
    padding: 0.5rem 1rem;
}
.c-widget td:first-child {
    border: 0;
}
.c-widget thead td {
    background: #3e1952;
    background: var(--purple);
    color: #fff;
    color: var(--white);
    font-size: 1rem;
    font-weight: 700;
    letter-spacing: 0.125rem;
    text-transform: uppercase;
}
.c-widget tbody tr:nth-child(2n) td {
    background: #f1f2f3; /* new color for table rows */
    background: var(--light-gray); /* new color for table rows */
}
.c-widget > :first-child {
    margin-top: 0 !important;
}
.c-widget > :last-child {
    margin-bottom: 0 !important;
}
.c-widget {
    margin: 4rem 0;
}
.c-widget .form_container {
    border-left: 0.5rem solid #eab546;
    border-left: 0.5rem solid var(--gold);
    color: #3e1952;
    color: var(--purple);
    font-size: 0.875rem;
    margin: 2rem 0;
    padding-left: 1rem;
}
.c-widget .form_container input,
.c-widget .form_container select {
    background: none;
    border: 0.0625rem solid #3e1952;
    border: 0.0625rem solid var(--purple);
    border-radius: 0.125rem;
    color: inherit;
    display: block;
    font: inherit;
    font-weight: 700;
    height: auto;
    margin-top: 0.25rem;
    padding: 0.25rem 0.5rem;
    width: 100%;
}
.c-widget .form_container select {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 48 48' fill='%233e1952'%3E%3Cpath d='M14.83 16.42 24 25.59l9.17-9.17L36 19.25l-12 12-12-12z'/%3E%3C/svg%3E");
    background-position: calc(100% - 0.25rem);
    background-repeat: no-repeat;
    background-size: 1.25rem 1.25rem;
    padding-right: 1.875rem;
    text-overflow: ellipsis;
}
.c-widget .form_container input[type=radio] {
    border-radius: 8px;
    border: 1px solid var(--black);
    cursor: pointer;
    display: inline-block;
    height: 15px;
    padding: 0;
    width: 15px;
}
.c-widget .form_question {
    float: none !important;
    margin-top: 1rem !important;
    width: 100% !important;
}
.c-widget .form_button_submit,
.c-widget .gform_button {
    background: #3e1952 !important;
    background: var(--purple) !important;
    border: 0 !important;
    color: #fff !important;
    color: var(--white) !important;
    display: block;
    font-family: inherit;
    font-size: 1rem !important;
    font-weight: 700 !important;
    letter-spacing: 0.125rem;
    margin: 0 !important;
    padding: 1rem !important;
    text-align: center;
    text-transform: uppercase;
    width: 100%;
}
@media (min-width: 64em) {
    .c-widget .form_button_submit,
    .c-widget .gform_button {
        padding: 1.25rem 2rem !important;
    }
}
.c-wysiwyg {
    font-family: Source Sans Pro, sans-serif;
    font-family: var(--sans-serif);
    font-size: 1.125rem;
    line-height: 1.5;
}
.c-wysiwyg img {
    display: block;
    height: auto;
    max-width: 100%;
}
.c-wysiwyg img.alignleft,
.c-wysiwyg img.alignright,
.c-wysiwyg figure.wp-caption.alignleft,
.c-wysiwyg figure.wp-caption.alignright {
  max-width: 70%;
}
.c-wysiwyg figure.wp-caption img {
  width: 100%;
}
@media (max-width: 640px) {
  .c-wysiwyg img.alignleft,
  .c-wysiwyg img.alignright,
  .c-wysiwyg figure.wp-caption.alignleft,
  .c-wysiwyg figure.wp-caption.alignright {
    max-width: 100%;
  }
}
.c-wysiwyg h1,
.c-wysiwyg h2,
.c-wysiwyg h3,
.c-wysiwyg h4,
.c-wysiwyg h5,
.c-wysiwyg h6 {
    color: #3e1952;
    color: var(--purple);
    font-family: goudy-old-style, serif;
    font-family: var(--serif);
    line-height: 1.25;
    margin: 3rem 0 1.5rem;
}
.c-wysiwyg h2 {
    font-size: 2.5rem;
    line-height: 1.1;
}
@media (min-width: 48em) {
    .c-wysiwyg h2 {
        font-size: 3rem;
    }
}
.c-wysiwyg h3 {
    font-size: 2rem;
}
.c-wysiwyg h3,
.c-wysiwyg h4 {
    margin-bottom: 1rem;
}
.c-wysiwyg h4 {
    font-size: 1rem;
}
.c-wysiwyg a {
    color: #3e1952;
    color: var(--purple);
    font-weight: bold;
    text-decoration: underline;
}
.c-wysiwyg a.btn {
    text-decoration: none;
}
.c-wysiwyg a.fc-event {
    font-weight: inherit;
    text-decoration: none;
}
.c-wysiwyg table {
    margin: 4rem -1.5rem;
    width: calc(100% + 3rem) !important;
}
@media (min-width: 48em) {
    .c-wysiwyg table {
        margin: 2rem 0;
        width: 100% !important;
    }
}
.c-wysiwyg td {
    border-left: 0.5rem solid #fff;
    border-left: 0.5rem solid var(--white);
    padding: 0.5rem 1rem;
}
.c-wysiwyg td:first-child {
    border: 0;
}
.c-wysiwyg td p:first-child {
    margin-top: 0;
}
.c-wysiwyg thead td {
    background: #3e1952;
    background: var(--purple);
    color: #fff;
    color: var(--white);
    font-size: 1rem;
    font-weight: 700;
    letter-spacing: 0.125rem;
    text-transform: uppercase;
}
.c-wysiwyg tbody tr:nth-child(2n-1) td {
    background: #f1f2f3; /* new color for table rows */
    background: var(--light-gray); /* new color for table rows */
}
.c-wysiwyg > :first-child {
    margin-top: 0 !important;
}
.c-wysiwyg > :last-child {
    margin-bottom: 0 !important;
}
.c-wysiwyg,
.c-wysiwyg .gform_wrapper {
    margin: 4rem 0;
}
.c-wysiwyg .gform_wrapper input,
.c-wysiwyg .gform_wrapper textarea {
    background: none;
    border: 0.0625rem solid #3e1952;
    border: 0.0625rem solid var(--purple);
    border-radius: 0.125rem;
    color: inherit;
    display: block;
    font: inherit;
    font-weight: 700;
    height: auto;
    margin-top: 0.25rem;
    padding: 0.25rem 0.5rem;
    width: 100%;
}
.c-wysiwyg .gform_wrapper input[type=radio],
.c-wysiwyg .gform_wrapper input[type=checkbox] {
    border: 1px solid var(--black);
    cursor: pointer;
    display: inline-block;
    height: 15px;
    padding: 0;
    vertical-align: middle;
    width: 15px;
}
.c-wysiwyg .gform_wrapper input[type=radio] {
    border-radius: 8px;
}
.c-wysiwyg .gform_wrapper input[type=radio] + input[type=text] {
    display: inline-block;
}
.c-wysiwyg .gform_body {
    color: #3e1952;
    color: var(--purple);
    font-size: 1rem;
}
.c-wysiwyg .gform_button {
    background: #3e1952 !important;
    background: var(--purple) !important;
    border: 0 !important;
    color: #fff !important;
    color: var(--white) !important;
    display: block;
    font-family: inherit;
    font-size: 1rem !important;
    font-weight: 700 !important;
    letter-spacing: 0.125rem;
    margin: 0 !important;
    padding: 1rem !important;
    text-align: center;
    text-transform: uppercase;
    width: 100%;
}
@media (min-width: 64em) {
    .c-wysiwyg .gform_button {
        padding: 1.25rem 2rem !important;
    }
}
.c-content__container > .c-wysiwyg {
  margin: 4rem 2rem;
}
@media (min-width: 640px) {
  .c-content__container > .c-wysiwyg {
    margin: 4rem 4rem;
  }
}
.c-wysiwyg img.aligncenter {
    float: none;
    height: auto;
    margin: 4rem auto 4rem;
    max-width: 100%;
}
.c-wysiwyg.bkg-gold,
.c-wysiwyg.bkg-lightgray,
.c-wysiwyg.bkg-mediumgray,
.c-wysiwyg.bkg-darkgray,
.c-wysiwyg.bkg-purple {
  margin: 0 -25px 0 -25px;
  padding: 25px;
  margin-bottom: 25px;
}
.c-wysiwyg.bkg-gold { background-color: #e3bf42; }
.c-wysiwyg.bkg-lightgray { background-color: #e6e7e8; }
.c-wysiwyg.bkg-mediumgray { background-color: #b9babc; }
.c-wysiwyg.bkg-darkgray { background-color: #717375; }
.c-wysiwyg.bkg-purple { background-color: #3e1952; }

.c-wysiwyg.text-white,
.c-wysiwyg.text-white a,
.c-wysiwyg.text-white h2,
.c-wysiwyg.text-white h3,
.c-wysiwyg.text-white h4,
.c-wysiwyg.text-white h5,
.c-wysiwyg.text-white h6 { color: #ffffff; }

.c-wysiwyg.text-lightgray,
.c-wysiwyg.text-lightgray a,
.c-wysiwyg.text-lightgray h2,
.c-wysiwyg.text-lightgray h3,
.c-wysiwyg.text-lightgray h4,
.c-wysiwyg.text-lightgray h5,
.c-wysiwyg.text-lightgray h6 { color: #b9babc; }

.c-wysiwyg.text-darkgray { color: #717375; }

.c-wysiwyg.text-purple { color: #3e1952; }



/* Utility Menu */
.c-utility {
    background-color: var(--purple);
    display: flex;
    flex-flow: row nowrap;
    font-family: var(--sans-serif);
    font-weight: 700;
    gap: 25px;
    justify-content: space-around;
    padding: .65rem 1.5rem;
}
.c-utility__item {
    align-items: center;
    color: hsl(278, 20%, 88%);
    display: flex;
    flex-flow: row nowrap;
    flex-grow: 0;
    font-size: 14px;
    gap: 11px;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    transition: all 0.25s;
}
.c-utility__item:hover {
    color: #fff;
    text-decoration: none;
}
.c-utility__item svg {
    display: inline-block;
    fill: hsl(278, 15%, 80%);
    height: 12px;
    transition: all 0.25s;
    width: auto;
}
.c-utility__item:hover svg {
    fill: #fff;
}
.utility__item__text{
    flex-shrink: 0;
}
@media (min-width: 450px) {
    /* .c-utility {
        justify-content: end;
    } */
}
@media (max-width: 767px) {
    .d-none-mobile {
        display: none;
    }
}
@media (min-width: 768px) {
    .c-utility {
        padding: 0.75rem 3rem;
        justify-content: end;
    }
    .c-utility__item {
        font-size: 14px;
    }
}
.c-header__main {
    display: flex;
    flex-flow: row nowrap;
    align-items: start;
    gap: 0.5rem;
}
@media (min-width: 1024px) {
    .c-header__primary {
        display: none;
    }
    .c-header__secondary li:first-child {
        margin-top: 1rem;
    }
}


/* Button */
.btn {
    appearance: none;
    background: #eab546;
    background: var(--gold);
    border-radius: 0;
    border: 2px solid #eab546;
    border: 2px solid var(--gold);
    box-shadow: none;
    color: #391d4f;
    color: var(--purple);
    display: inline-block;
    font-weight: 700;
    margin: 0 0.5rem 0.5rem 0;
    padding: 10px 28px;
    text-align: center;
    text-decoration: none;
    transition: all 0.2s;
}

.btn:hover {
    background: 0;
    color: #3e1952;
    color: var(--purple);
}

.btn--block {
    display: block;
    padding-left: 0;
    padding-right: 0;
}

/* Button with Arrow */
.btn--arrow {
    background: 0;
    border: 0;
    padding: 0;
    position: relative;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.btn--arrow-gold {
    color: #eab546;
    color: var(--gold);
}
.btn--arrow-gold:hover {
    color: #eab546;
    color: var(--gold);
}
.btn--arrow:after {
    content: "";
    margin-left: 8px;
    width: 25px;
    height: 2px;
    background: var(--purple);
    -webkit-transition: width 0.4s;
    -o-transition: width 0.4s;
    transition: width 0.4s;
}
.btn--arrow-white:after {
    background: var(--white);
}
.btn--arrow-gold:after {
    background: var(--gold);
}
.btn--arrow:before {
    content: "";
    width: 0;
    height: 0;
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
    border-left: 5px solid var(--purple);
    position: absolute;
    right: -3px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}
.btn--arrow-white:before {
    border-left-color: var(--white);
}
.btn--arrow-gold:before {
    border-left-color: var(--gold);
}
.btn--arrow:hover:after {
    width: 35px;
}


.c-links {
    font-family: Source Sans Pro, sans-serif;
    font-family: var(--sans-serif);
    font-size: 1.125rem;
    line-height: 1.5;
}
.c-links h1,
.c-links h2,
.c-links h3,
.c-links h4,
.c-links h5,
.c-links h6 {
    color: #3e1952;
    color: var(--purple);
    font-family: goudy-old-style, serif;
    font-family: var(--serif);
    line-height: 1.25;
    margin: 3rem 0 1.5rem;
}
.c-links h2 {
    font-size: 2.5rem;
    line-height: 1.1;
}
@media (min-width: 48em) {
    .c-links h2 {
        font-size: 3rem;
    }
}
.c-links {
    margin: 4rem 0 2rem;
}
.c-links__header {
    margin: 2rem 0 2rem;
}
.c-links__grid {
    align-content: flex-start;
    align-items: stretch;
    display: flex;
    flex-flow: row wrap;
    gap: 10px;
    justify-content: space-between;
}
.c-links__item {
    align-items: center;
    border-left: 0.5rem solid #eab546;
    border-left: 0.5rem solid var(--gold);
    color: #3e1952;
    color: var(--purple);
    display: flex;
    flex-basis: 100%;
    flex-flow: row nowrap;
    font-weight: 700;
    gap: 10px;
    justify-content: space-between;
    padding: 10px 20px;
    text-decoration: none;
    transition: all 0.1675s;
}
.c-links__item:hover {
    background: #e6e7e8;
    /* background: #eab546; */
}
@media (min-width: 48em) {
    .c-links__item {
        flex-basis: 48%;
    }
}
@media (min-width: 64em) {
    .c-links__item {
        flex-basis: 48%;
    }
}
.c-links__item svg {
    fill: #3e1952;
    fill: var(--purple);
    flex-shrink: 0;
    height: 18px;
    margin-left: 0px;
    margin-right: 5px;
    transition: all 0.25s;
    width: auto;
}
.c-links__item:hover svg {
    margin-left: 5px;
    margin-right: 0px;
}

.c-accordion {
  font-family: Source Sans Pro, sans-serif;
  font-family: var(--sans-serif);
  font-size: 1.125rem;
  line-height: 1.5;
}
.c-accordion__title {
  margin-bottom: 0px;
  margin-top: 0px;
  padding: 10px;
  background: #e6e7e8;
  border-top: 10px solid white;
}
.c-accordion__title.highlight {
  background-color: #eab546;
  background-color: var(--gold);
}
.c-accordion__title {
}
.c-accordion__title a {
  /* align-items: center; */
  border-bottom: 2px solid transparent;
  color: #363636;
  cursor: pointer;
  /* display: flex; */
  /* flex-flow: row nowrap; */
  font-weight: normal;
  /* gap: 0.5rem; */
  -webkit-transition: color 0.25s, background 0.25s;
  transition: color 0.25s, background 0.25s;
  font-family: Source Sans Pro, sans-serif;
  font-family: var(--sans-serif);
  font-size: 22px;
  font-size: 1.375rem;
}
.c-accordion__title a:hover {
  color: #3e1952;
  color: var(--purple);
  border-bottom: 2px solid #3e1952;
}
.c-accordion__toggle {
  flex-shrink: 0;
  height: auto;
  margin-right: 0.5rem;
  width: 12px;
}
.c-accordion__detail p {
  margin: 10px 30px 20px;
}
.c-accordion__detail.c-wysiwyg {
  margin: 0;
}
.c-accordion__detail__padding {

}


.c-newsfeed {
    font-family: Source Sans Pro, sans-serif;
    font-family: var(--sans-serif);
    font-size: 1.125rem;
    line-height: 1.5;
}
.c-newsfeed img {
    display: block;
    height: auto;
    max-width: 100%;
}
.c-newsfeed h1,
.c-newsfeed h2,
.c-newsfeed h3,
.c-newsfeed h4,
.c-newsfeed h5,
.c-newsfeed h6 {
    color: #3e1952;
    color: var(--purple);
    font-family: goudy-old-style, serif;
    font-family: var(--serif);
    line-height: 1.25;
    margin: 3rem 0 1.5rem;
}
.c-newsfeed h2 {
    font-size: 2.5rem;
    line-height: 1.1;
}
@media (min-width: 48em) {
    .c-newsfeed h2 {
        font-size: 3rem;
    }
}
.c-newsfeed h3 {
    font-size: 1.5rem;
}
.c-newsfeed h3,
.c-newsfeed h4 {
    margin-bottom: 1rem;
}
.c-newsfeed h4 {
    font-size: 1rem;
}
.c-newsfeed a {
    color: #3e1952;
    color: var(--purple);
}
.c-newsfeed table {
    margin: 4rem -1.5rem;
    width: calc(100% + 3rem) !important;
}
@media (min-width: 48em) {
    .c-newsfeed table {
        margin: 4rem 0;
        width: 100% !important;
    }
}
.c-newsfeed td {
    border-left: 0.5rem solid #fff;
    border-left: 0.5rem solid var(--white);
    padding: 0.5rem 1rem;
}
.c-newsfeed td:first-child {
    border: 0;
}
.c-newsfeed thead td {
    background: #3e1952;
    background: var(--purple);
    color: #fff;
    color: var(--white);
    font-size: 1rem;
    font-weight: 700;
    letter-spacing: 0.125rem;
    text-transform: uppercase;
}
.c-newsfeed tbody tr:nth-child(2n) td {
    background: #f1f2f3; /* new color for table rows */
    background: var(--light-gray); /* new color for table rows */
}
.c-newsfeed {
    margin: 4rem 0 2rem;
}
.c-newsfeed__grid {
    display: flex;
    flex-wrap: wrap;
    margin: -0.5rem -1.5rem -2.5rem -2.5rem;
    justify-content: left;
}
@media (min-width: 64em) {
    .c-newsfeed__grid {
        margin: -0.5rem 0 -2.5rem -1rem;
    }
}
.c-newsfeed__item {
    margin: 0.5rem 0 0.5rem 1rem;
    width: calc(100% - 1rem);
}
@media (min-width: 64em) {
    /* .c-newsfeed__item {
        width: calc(33.333% - 1rem);
    } */
}
.c-newsfeed__item {
    width: calc(100% - 1rem);
}
@media (min-width: 80em) {
    .c-newsfeed__item {
        /* width: calc(33.333% - 1rem); */
        display: flex;
        flex-flow: row nowrap;
        margin: 0.5rem 0 1.75rem 1rem;
    }
}
.c-newsfeed__image img {
    /* width: 300px; */
    width: 100%;
}
.c-newsfeed__image img.square {
  display:none;
}
@media (min-width: 80em) {
  .c-newsfeed__image img {
    width: 300px;
  }
  .c-newsfeed__image img.wide {
    display:none;
  }
  .c-newsfeed__image img.square {
    display:block;
  }
}
.c-newsfeed__text > :first-child {
    margin-top: 0 !important;
}
.c-newsfeed__text > :last-child {
    margin-bottom: 0 !important;
}
.c-newsfeed__text {
    background: #fff;
    background: var(--white);
    border-top: 0.5rem solid #eab546;
    border-top: 0.5rem solid var(--gold);
    margin: -1.5rem auto 0;
    padding: 1rem 1.5rem 2rem;
    position: relative;
    width: calc(100% - 3rem);
}
@media (min-width: 80em) {
  .c-newsfeed__text {
    border-top: none;
    border-left: 0.5rem solid #eab546;
    border-left: 0.5rem solid var(--gold);
    margin: 0rem auto 0 1.75rem;
    padding: 0rem 1.5rem 0.5rem;
  }
}
.c-newsfeed__footer {
  display: flex;
  margin-top: 2rem;
}
.c-newsfeed__list {
  font-family: Source Sans Pro, sans-serif;
  font-family: var(--sans-serif);
  font-size: 1.125rem;
  line-height: 1.5;
}
.c-newsfeed__list a {
  font-weight: bold;
  text-decoration: underline;
}




.c-gridlist {
    font-family: Source Sans Pro, sans-serif;
    font-family: var(--sans-serif);
    font-size: 1.125rem;
    line-height: 1.5;
}
.c-gridlist img {
    display: block;
    height: auto;
    max-width: 100%;
}
.c-gridlist h1,
.c-gridlist h2,
.c-gridlist h3,
.c-gridlist h4,
.c-gridlist h5,
.c-gridlist h6 {
    color: #3e1952;
    color: var(--purple);
    font-family: goudy-old-style, serif;
    font-family: var(--serif);
    line-height: 1.25;
    margin: 3rem 0 1.5rem;
}
.c-gridlist h2 {
    font-size: 2.5rem;
    line-height: 1.1;
}
@media (min-width: 48em) {
    .c-gridlist h2 {
        font-size: 3rem;
    }
}
.c-gridlist h3 {
    font-size: 1.5rem;
}
.c-gridlist h3,
.c-gridlist h4 {
    margin-bottom: 1rem;
}
.c-gridlist h4 {
    font-size: 1rem;
}
.c-gridlist a {
    color: #3e1952;
    color: var(--purple);
}
.c-gridlist table {
    margin: 4rem -1.5rem;
    width: calc(100% + 3rem) !important;
}
@media (min-width: 48em) {
    .c-gridlist table {
        margin: 4rem 0;
        width: 100% !important;
    }
}
.c-gridlist td {
    border-left: 0.5rem solid #fff;
    border-left: 0.5rem solid var(--white);
    padding: 0.5rem 1rem;
}
.c-gridlist td:first-child {
    border: 0;
}
.c-gridlist thead td {
    background: #3e1952;
    background: var(--purple);
    color: #fff;
    color: var(--white);
    font-size: 1rem;
    font-weight: 700;
    letter-spacing: 0.125rem;
    text-transform: uppercase;
}
.c-gridlist tbody tr:nth-child(2n) td {
    background: #f1f2f3; /* new color for table rows */
    background: var(--light-gray); /* new color for table rows */
}
.c-gridlist {
    margin: 4rem 0 2rem;
}
.c-gridlist__grid {
    display: flex;
    position: relative;
    flex-wrap: wrap;
    margin: -0.5rem 0 -2.5rem;
    justify-content: left;
    align-content: flex-start;
}
@media (min-width: 64em) {
    .c-gridlist__grid {
        margin: -0.5rem 0 -2.5rem -1rem;
    }
}
.c-gridlist__item {
    margin: 0.5rem 0 0.5rem 1rem;
    width: calc(50% - 1rem);
}
@media (min-width: 48em) {
    .c-gridlist__item {
        width: calc(33.33% - 1rem);
    }
}
@media (min-width: 64em) {
    .c-gridlist__item {
        width: calc(50% - 1rem);
    }
}
@media (min-width: 70em) {
    .c-gridlist__item {
        width: calc(33.33% - 1rem);
    }
}
@media (min-width: 85em) {
    .c-gridlist__item {
        width: calc(25% - 1rem);
    }
}
.container--fw .c-gridlist__item {
    width: calc(50% - 1rem);
}
@media (min-width: 48em) {
    .container--fw .c-gridlist__item {
        width: calc(33.33% - 1rem);
    }
}
@media (min-width: 64em) {
    .container--fw .c-gridlist__item {
        width: calc(25% - 1rem);
    }
}
@media (min-width: 85em) {
    .container--fw .c-gridlist__item {
        width: calc(20% - 1rem);
    }
}
.c-gridlist__image img {
    width: 100%;
}
.c-gridlist__text > :first-child {
    margin-top: 0 !important;
}
.c-gridlist__text > :last-child {
    margin-bottom: 0 !important;
}
.c-gridlist__text {
    background: #fff;
    background: var(--white);
    border-top: 0.5rem solid #eab546;
    border-top: 0.5rem solid var(--gold);
    margin: -2rem auto 0;
    padding: 1rem 0.7rem 2rem;
    position: relative;
    width: calc(100% - 1.5rem);
}

.c-gridlist__grid .detail {
  /* width: 100%; */
  clear: both;
  /* margin: 5px; */
  margin-top: 0.5rem;
  margin-left: 1rem;
  background: white;
  display: none;
  padding-top: 10px;
  border-top: 0.5rem solid #eab546;
  border-bottom: 0.5rem solid var(--gold);
}
.c-gridlist__grid .detail img {
  margin-top: 0;
}
.c-gridlist__grid .detail img.portrait {
  width: 250px;
}
.c-gridlist__grid button.close {
  margin-top: 0 !important;
  padding: 0;
  float: right;
}
.c-gridlist__grid h3 {
  font-weight: bold;
  font-size: 1.5rem;
  margin: 0;
}
.c-gridlist__grid .preview h3, .c-gridlist__grid .preview p {
  color: #3e1952;
}
.c-gridlist__grid p:empty, .c-gridlist__grid button br {
  display: none;
}
.c-gridlist__grid .close:after {
  display: inline-block;
  content: "\00d7";
  width: 40px;
  height: 40px;
  font-size: 47px;
  line-height: 0.7;
  color: white;
  background: #b8babc;
}


.c-topicrow {
    font-family: Source Sans Pro, sans-serif;
    font-family: var(--sans-serif);
    font-size: 1.125rem;
    line-height: 1.5;
}
.c-topicrow img {
    display: block;
    height: auto;
    max-width: 100%;
}
.c-topicrow h1,
.c-topicrow h2,
.c-topicrow h3,
.c-topicrow h4,
.c-topicrow h5,
.c-topicrow h6 {
    color: #3e1952;
    color: var(--purple);
    font-family: goudy-old-style, serif;
    font-family: var(--serif);
    line-height: 1.25;
    margin: 3rem 0 1.5rem;
}
.c-topicrow h2 {
    font-size: 2.5rem;
    line-height: 1.1;
}
@media (min-width: 48em) {
    .c-topicrow h2 {
        font-size: 3rem;
    }
}
.c-topicrow h3 {
    font-size: 1.5rem;
}
.c-topicrow h3,
.c-topicrow h4 {
    margin-bottom: 1rem;
}
.c-topicrow h4 {
    font-size: 1rem;
}
.c-topicrow a {
    color: #3e1952;
    color: var(--purple);
}
.c-topicrow table {
    margin: 4rem -1.5rem;
    width: calc(100% + 3rem) !important;
}
@media (min-width: 48em) {
    .c-topicrow table {
        margin: 4rem 0;
        width: 100% !important;
    }
}
.c-topicrow td {
    border-left: 0.5rem solid #fff;
    border-left: 0.5rem solid var(--white);
    padding: 0.5rem 1rem;
}
.c-topicrow td:first-child {
    border: 0;
}
.c-topicrow thead td {
    background: #3e1952;
    background: var(--purple);
    color: #fff;
    color: var(--white);
    font-size: 1rem;
    font-weight: 700;
    letter-spacing: 0.125rem;
    text-transform: uppercase;
}
.c-topicrow tbody tr:nth-child(2n) td {
    background: #f1f2f3; /* new color for table rows */
    background: var(--light-gray); /* new color for table rows */
}
.c-topicrow {
    margin: 4rem 0 2rem;
}
.c-topicrow__grid {
    display: flex;
    flex-wrap: wrap;
    margin: -0.5rem -1.5rem -2.5rem -2.5rem;
    justify-content: left;
}
/* @media (min-width: 64em) { */
    .c-topicrow__grid {
        margin: -0.5rem 0 -2.5rem -1rem;
    }
/* } */
.c-topicrow__item {
    margin: 0.5rem 0 0.5rem 1rem;
    width: calc(100% - 1rem);
}
@media (min-width: 64em) {
    /* .c-topicrow__item {
        width: calc(33.333% - 1rem);
    } */
}
.c-topicrow__item {
    width: calc(100% - 1rem);
}
/* @media (min-width: 80em) { */
    .c-topicrow__item {
        /* width: calc(33.333% - 1rem); */
        display: flex;
        flex-flow: row nowrap;
        margin: 0.5rem 0 1.75rem 1rem;
        flex-direction: row-reverse;
    }
/* } */
.c-topicrow__image img {
    width: 300px;
    /* width: 100%; */
    display:none;
}
.c-topicrow__image img.square {
  /* display:none; */
}
.c-topicrow__image img.wide {
  /* display:block; */
}
@media (min-width: 80em) {
  .c-topicrow__image img {
    /* width: 300px; */
  }
  .c-topicrow__image img.wide {
    /* display:none; */
  }
  .c-topicrow__image img.square {
    /* display:block; */
  }
}
.c-topicrow__text > :first-child {
    margin-top: 0 !important;
}
.c-topicrow__text > :last-child {
    margin-bottom: 0 !important;
}
.c-topicrow__text {
    background: #fff;
    background: var(--white);
    border-top: 0.5rem solid #eab546;
    border-top: 0.5rem solid var(--gold);
    margin: -1.5rem auto 0;
    padding: 1rem 1.5rem 2rem;
    position: relative;
    width: 100%;
}
/* @media (min-width: 80em) { */
  .c-topicrow__text {
    border-top: none;
    border-left: 0.5rem solid #eab546;
    border-left: 0.5rem solid var(--gold);
    margin: 0rem auto 0 0rem;
    padding: 0rem 0 0.5rem 1.5rem;
  }
/* } */
@media (min-width: 45em) {
  .c-topicrow__item {
    flex-direction: row;
  }
  .c-topicrow__text {
    margin: 0rem auto 0 1.75rem;
    padding: 0rem 1.5rem 0.5rem;
    width: calc(100% - 3rem);
  }
  .c-topicrow__image img {
    display: block;
  }
}
.c-topicrow__text a {
  margin-bottom: 0.5rem;
}
.c-topicrow__footer {
  display: flex;
  margin-top: 2rem;
}
.c-topicrow__list {
  font-family: Source Sans Pro, sans-serif;
  font-family: var(--sans-serif);
  font-size: 1.125rem;
  line-height: 1.5;
}
.c-topicrow__list a {
  font-weight: bold;
  text-decoration: underline;
}


.c-gallery {
  margin-left: -1.5rem;
  margin-right: -1.5rem;
}
@media (min-width: 768px) {
  .c-gallery {
    margin-left: 0;
    margin-right: 0;
  }
}
.c-gallery .splide__slide {
  position: relative;
}
.c-gallery .splide__slide img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.c-gallery .splide__slide img.landscape {
    object-fit: cover;
}
.c-gallery .splide__slide .caption {
  color: white;
  position: absolute;
  bottom: 0;
  width: 100%;
  box-shadow: 0px 0px 10px 10px rgba(0,0,0,0.5);
  background: rgba(0,0,0,0.5);
  padding: 0 10px 0 125px;
  font-family: var(--sans-serif);
  font-size: 1.125rem;
  line-height: 1.5;
}
@media (max-width: 480px) {
  .c-gallery .splide__slide .caption {
    font-size: 0.9rem;
    padding-left: 70px;
  }
}
.c-gallery .splide__slide .caption a {
  color: white;
  font-weight: bold;
  text-decoration: underline;
}
.c-gallery .splide__arrow {
    background: 0;
    border: 3px solid #eab546;
    border: 3px solid var(--gold);
    border-radius: 50%;
    height: 44px;
    opacity: 1;
    width: 44px;
    background: rgba(64,64,64,0.7);
}
.c-gallery .splide__arrow svg {
    fill: #eab546;
    fill: var(--gold);
    height: 60%;
    left: 20%;
    position: absolute;
    top: 20%;
    width: 60%;
}
.c-gallery .splide__arrow:disabled {
    cursor: default;
    opacity: 0;
}
.c-gallery .splide__track--nav > .splide__list > .splide__slide {
  border: 6px solid transparent;
  display: flex;
  justify-content: center;
  align-items: flex-end;
}
.c-gallery .splide__track--nav > .splide__list > .splide__slide.is-active {
  border: 6px solid #eab546;
  border: 6px solid var(--gold);
}
.c-gallery .main-slider .splide__slide .imageindex {
  color: white;
  font-family: var(--sans-serif);
  font-size: 2rem;
  text-shadow: 0px 0px 4px black;
  position: absolute;
  bottom: 18px;
  left: 20px;
  z-index: 1;
}
.c-gallery .main-slider .splide__slide .imageindex span {
  font-size: 1.5rem;
}
@media (max-width: 480px) {
  .c-gallery .main-slider .splide__slide .imageindex {
    font-size: 1.5rem;
    left: 10px;
    bottom: 14px;
  }
  .c-gallery .main-slider .splide__slide .imageindex span {
    font-size: 1rem;
  }
}

/* Fullwidth styles */
.c-fullwidth:after {
    clear: both;
    content: "";
    display: block;
}
.c-fullwidth {
    margin-left: auto;
    margin-right: auto;
    max-width: 87.5rem;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    width: 100%;
}
@media (min-width: 64em) {
    .c-fullwidth {
        padding-left: 3rem;
        padding-right: 3rem;
    }
}
.c-fullwidth {
    margin-bottom: 4rem;
    margin-top: 3rem;
}

figcaption {
  font-size: 0.9rem;
  color: #333333;
  margin-top: 10px;
}

.c-schedule td p:first-of-type {
  margin-top: 0;
}
.c-schedule td p:last-of-type {
  margin-bottom: 0;
}

.container.container--fw.bgcolor {
  background: #e6e7e8;
  margin: 0 !important;
  width: 100% !important;
  max-width: 100% !important;
}
.container.container--fw.bgcolor .c-heading {
  padding: 4rem 0 !important;
  margin: 0 auto !important;
}
