/**
 * Foundation for Sites by ZURB
 * Version 6.4.3
 * foundation.zurb.com
 * Licensed under MIT Open Source
 */
.row {
  max-width: 75rem;
  margin-right: auto;
  margin-left: auto;
  display: flex;
  flex-flow: row wrap;
}
.row .row {
    margin-right: -0.625rem;
    margin-left: -0.625rem;
}
@media print, screen and (min-width: 40em) {
.row .row {
        margin-right: -0.9375rem;
        margin-left: -0.9375rem;
}
}
@media print, screen and (min-width: 78.125em) {
.row .row {
        margin-right: -0.9375rem;
        margin-left: -0.9375rem;
}
}
@media screen and (min-width: 78.125em) {
.row .row {
        margin-right: -0.9375rem;
        margin-left: -0.9375rem;
}
}
@media screen and (min-width: 90em) {
.row .row {
        margin-right: -0.9375rem;
        margin-left: -0.9375rem;
}
}
@media screen and (min-width: 100em) {
.row .row {
        margin-right: -0.9375rem;
        margin-left: -0.9375rem;
}
}
.row .row.collapse {
      margin-right: 0;
      margin-left: 0;
}
.row.expanded {
    max-width: none;
}
.row.expanded .row {
      margin-right: auto;
      margin-left: auto;
}
.row:not(.expanded) .row {
    max-width: none;
}
.row.collapse > .column, .row.collapse > .columns {
    padding-right: 0;
    padding-left: 0;
}
.row.is-collapse-child,
  .row.collapse > .column > .row,
  .row.collapse > .columns > .row {
    margin-right: 0;
    margin-left: 0;
}
.column, .columns {
  flex: 1 1 0px;
  padding-right: 0.625rem;
  padding-left: 0.625rem;
  min-width: 0;
}
@media print, screen and (min-width: 40em) {
.column, .columns {
      padding-right: 0.9375rem;
      padding-left: 0.9375rem;
}
}
.column.row.row, .row.row.columns {
  float: none;
  display: block;
}
.row .column.row.row, .row .row.row.columns {
  margin-right: 0;
  margin-left: 0;
  padding-right: 0;
  padding-left: 0;
}
.small-1 {
  flex: 0 0 8.33333%;
  max-width: 8.33333%;
}
.small-offset-0 {
  margin-left: 0%;
}
.small-2 {
  flex: 0 0 16.66667%;
  max-width: 16.66667%;
}
.small-offset-1 {
  margin-left: 8.33333%;
}
.small-3 {
  flex: 0 0 25%;
  max-width: 25%;
}
.small-offset-2 {
  margin-left: 16.66667%;
}
.small-4 {
  flex: 0 0 33.33333%;
  max-width: 33.33333%;
}
.small-offset-3 {
  margin-left: 25%;
}
.small-5 {
  flex: 0 0 41.66667%;
  max-width: 41.66667%;
}
.small-offset-4 {
  margin-left: 33.33333%;
}
.small-6 {
  flex: 0 0 50%;
  max-width: 50%;
}
.small-offset-5 {
  margin-left: 41.66667%;
}
.small-7 {
  flex: 0 0 58.33333%;
  max-width: 58.33333%;
}
.small-offset-6 {
  margin-left: 50%;
}
.small-8 {
  flex: 0 0 66.66667%;
  max-width: 66.66667%;
}
.small-offset-7 {
  margin-left: 58.33333%;
}
.small-9 {
  flex: 0 0 75%;
  max-width: 75%;
}
.small-offset-8 {
  margin-left: 66.66667%;
}
.small-10 {
  flex: 0 0 83.33333%;
  max-width: 83.33333%;
}
.small-offset-9 {
  margin-left: 75%;
}
.small-11 {
  flex: 0 0 91.66667%;
  max-width: 91.66667%;
}
.small-offset-10 {
  margin-left: 83.33333%;
}
.small-12 {
  flex: 0 0 100%;
  max-width: 100%;
}
.small-offset-11 {
  margin-left: 91.66667%;
}
.small-up-1 {
  flex-wrap: wrap;
}
.small-up-1 > .column, .small-up-1 > .columns {
    flex: 0 0 100%;
    max-width: 100%;
}
.small-up-2 {
  flex-wrap: wrap;
}
.small-up-2 > .column, .small-up-2 > .columns {
    flex: 0 0 50%;
    max-width: 50%;
}
.small-up-3 {
  flex-wrap: wrap;
}
.small-up-3 > .column, .small-up-3 > .columns {
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
}
.small-up-4 {
  flex-wrap: wrap;
}
.small-up-4 > .column, .small-up-4 > .columns {
    flex: 0 0 25%;
    max-width: 25%;
}
.small-up-5 {
  flex-wrap: wrap;
}
.small-up-5 > .column, .small-up-5 > .columns {
    flex: 0 0 20%;
    max-width: 20%;
}
.small-up-6 {
  flex-wrap: wrap;
}
.small-up-6 > .column, .small-up-6 > .columns {
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
}
.small-up-7 {
  flex-wrap: wrap;
}
.small-up-7 > .column, .small-up-7 > .columns {
    flex: 0 0 14.28571%;
    max-width: 14.28571%;
}
.small-up-8 {
  flex-wrap: wrap;
}
.small-up-8 > .column, .small-up-8 > .columns {
    flex: 0 0 12.5%;
    max-width: 12.5%;
}
.small-collapse > .column, .small-collapse > .columns {
  padding-right: 0;
  padding-left: 0;
}
.small-uncollapse > .column, .small-uncollapse > .columns {
  padding-right: 0.625rem;
  padding-left: 0.625rem;
}
@media print, screen and (min-width: 40em) {
.medium-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
}
.medium-offset-0 {
    margin-left: 0%;
}
.medium-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
}
.medium-offset-1 {
    margin-left: 8.33333%;
}
.medium-3 {
    flex: 0 0 25%;
    max-width: 25%;
}
.medium-offset-2 {
    margin-left: 16.66667%;
}
.medium-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
}
.medium-offset-3 {
    margin-left: 25%;
}
.medium-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
}
.medium-offset-4 {
    margin-left: 33.33333%;
}
.medium-6 {
    flex: 0 0 50%;
    max-width: 50%;
}
.medium-offset-5 {
    margin-left: 41.66667%;
}
.medium-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
}
.medium-offset-6 {
    margin-left: 50%;
}
.medium-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
}
.medium-offset-7 {
    margin-left: 58.33333%;
}
.medium-9 {
    flex: 0 0 75%;
    max-width: 75%;
}
.medium-offset-8 {
    margin-left: 66.66667%;
}
.medium-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
}
.medium-offset-9 {
    margin-left: 75%;
}
.medium-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%;
}
.medium-offset-10 {
    margin-left: 83.33333%;
}
.medium-12 {
    flex: 0 0 100%;
    max-width: 100%;
}
.medium-offset-11 {
    margin-left: 91.66667%;
}
.medium-up-1 {
    flex-wrap: wrap;
}
.medium-up-1 > .column, .medium-up-1 > .columns {
      flex: 0 0 100%;
      max-width: 100%;
}
.medium-up-2 {
    flex-wrap: wrap;
}
.medium-up-2 > .column, .medium-up-2 > .columns {
      flex: 0 0 50%;
      max-width: 50%;
}
.medium-up-3 {
    flex-wrap: wrap;
}
.medium-up-3 > .column, .medium-up-3 > .columns {
      flex: 0 0 33.33333%;
      max-width: 33.33333%;
}
.medium-up-4 {
    flex-wrap: wrap;
}
.medium-up-4 > .column, .medium-up-4 > .columns {
      flex: 0 0 25%;
      max-width: 25%;
}
.medium-up-5 {
    flex-wrap: wrap;
}
.medium-up-5 > .column, .medium-up-5 > .columns {
      flex: 0 0 20%;
      max-width: 20%;
}
.medium-up-6 {
    flex-wrap: wrap;
}
.medium-up-6 > .column, .medium-up-6 > .columns {
      flex: 0 0 16.66667%;
      max-width: 16.66667%;
}
.medium-up-7 {
    flex-wrap: wrap;
}
.medium-up-7 > .column, .medium-up-7 > .columns {
      flex: 0 0 14.28571%;
      max-width: 14.28571%;
}
.medium-up-8 {
    flex-wrap: wrap;
}
.medium-up-8 > .column, .medium-up-8 > .columns {
      flex: 0 0 12.5%;
      max-width: 12.5%;
}
}
@media print, screen and (min-width: 40em) and (min-width: 40em) {
.medium-expand {
    flex: 1 1 0px;
}
}
.row.medium-unstack > .column, .row.medium-unstack > .columns {
  flex: 0 0 100%;
}
@media print, screen and (min-width: 40em) {
.row.medium-unstack > .column, .row.medium-unstack > .columns {
      flex: 1 1 0px;
}
}
@media print, screen and (min-width: 40em) {
.medium-collapse > .column, .medium-collapse > .columns {
    padding-right: 0;
    padding-left: 0;
}
.medium-uncollapse > .column, .medium-uncollapse > .columns {
    padding-right: 0.9375rem;
    padding-left: 0.9375rem;
}
}
@media print, screen and (min-width: 78.125em) {
.large-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
}
.large-offset-0 {
    margin-left: 0%;
}
.large-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
}
.large-offset-1 {
    margin-left: 8.33333%;
}
.large-3 {
    flex: 0 0 25%;
    max-width: 25%;
}
.large-offset-2 {
    margin-left: 16.66667%;
}
.large-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
}
.large-offset-3 {
    margin-left: 25%;
}
.large-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
}
.large-offset-4 {
    margin-left: 33.33333%;
}
.large-6 {
    flex: 0 0 50%;
    max-width: 50%;
}
.large-offset-5 {
    margin-left: 41.66667%;
}
.large-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
}
.large-offset-6 {
    margin-left: 50%;
}
.large-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
}
.large-offset-7 {
    margin-left: 58.33333%;
}
.large-9 {
    flex: 0 0 75%;
    max-width: 75%;
}
.large-offset-8 {
    margin-left: 66.66667%;
}
.large-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
}
.large-offset-9 {
    margin-left: 75%;
}
.large-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%;
}
.large-offset-10 {
    margin-left: 83.33333%;
}
.large-12 {
    flex: 0 0 100%;
    max-width: 100%;
}
.large-offset-11 {
    margin-left: 91.66667%;
}
.large-up-1 {
    flex-wrap: wrap;
}
.large-up-1 > .column, .large-up-1 > .columns {
      flex: 0 0 100%;
      max-width: 100%;
}
.large-up-2 {
    flex-wrap: wrap;
}
.large-up-2 > .column, .large-up-2 > .columns {
      flex: 0 0 50%;
      max-width: 50%;
}
.large-up-3 {
    flex-wrap: wrap;
}
.large-up-3 > .column, .large-up-3 > .columns {
      flex: 0 0 33.33333%;
      max-width: 33.33333%;
}
.large-up-4 {
    flex-wrap: wrap;
}
.large-up-4 > .column, .large-up-4 > .columns {
      flex: 0 0 25%;
      max-width: 25%;
}
.large-up-5 {
    flex-wrap: wrap;
}
.large-up-5 > .column, .large-up-5 > .columns {
      flex: 0 0 20%;
      max-width: 20%;
}
.large-up-6 {
    flex-wrap: wrap;
}
.large-up-6 > .column, .large-up-6 > .columns {
      flex: 0 0 16.66667%;
      max-width: 16.66667%;
}
.large-up-7 {
    flex-wrap: wrap;
}
.large-up-7 > .column, .large-up-7 > .columns {
      flex: 0 0 14.28571%;
      max-width: 14.28571%;
}
.large-up-8 {
    flex-wrap: wrap;
}
.large-up-8 > .column, .large-up-8 > .columns {
      flex: 0 0 12.5%;
      max-width: 12.5%;
}
}
@media print, screen and (min-width: 78.125em) and (min-width: 78.125em) {
.large-expand {
    flex: 1 1 0px;
}
}
.row.large-unstack > .column, .row.large-unstack > .columns {
  flex: 0 0 100%;
}
@media print, screen and (min-width: 78.125em) {
.row.large-unstack > .column, .row.large-unstack > .columns {
      flex: 1 1 0px;
}
}
@media print, screen and (min-width: 78.125em) {
.large-collapse > .column, .large-collapse > .columns {
    padding-right: 0;
    padding-left: 0;
}
.large-uncollapse > .column, .large-uncollapse > .columns {
    padding-right: 0.9375rem;
    padding-left: 0.9375rem;
}
}
@media screen and (min-width: 78.125em) {
.xlarge-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
}
.xlarge-offset-0 {
    margin-left: 0%;
}
.xlarge-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
}
.xlarge-offset-1 {
    margin-left: 8.33333%;
}
.xlarge-3 {
    flex: 0 0 25%;
    max-width: 25%;
}
.xlarge-offset-2 {
    margin-left: 16.66667%;
}
.xlarge-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
}
.xlarge-offset-3 {
    margin-left: 25%;
}
.xlarge-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
}
.xlarge-offset-4 {
    margin-left: 33.33333%;
}
.xlarge-6 {
    flex: 0 0 50%;
    max-width: 50%;
}
.xlarge-offset-5 {
    margin-left: 41.66667%;
}
.xlarge-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
}
.xlarge-offset-6 {
    margin-left: 50%;
}
.xlarge-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
}
.xlarge-offset-7 {
    margin-left: 58.33333%;
}
.xlarge-9 {
    flex: 0 0 75%;
    max-width: 75%;
}
.xlarge-offset-8 {
    margin-left: 66.66667%;
}
.xlarge-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
}
.xlarge-offset-9 {
    margin-left: 75%;
}
.xlarge-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%;
}
.xlarge-offset-10 {
    margin-left: 83.33333%;
}
.xlarge-12 {
    flex: 0 0 100%;
    max-width: 100%;
}
.xlarge-offset-11 {
    margin-left: 91.66667%;
}
.xlarge-up-1 {
    flex-wrap: wrap;
}
.xlarge-up-1 > .column, .xlarge-up-1 > .columns {
      flex: 0 0 100%;
      max-width: 100%;
}
.xlarge-up-2 {
    flex-wrap: wrap;
}
.xlarge-up-2 > .column, .xlarge-up-2 > .columns {
      flex: 0 0 50%;
      max-width: 50%;
}
.xlarge-up-3 {
    flex-wrap: wrap;
}
.xlarge-up-3 > .column, .xlarge-up-3 > .columns {
      flex: 0 0 33.33333%;
      max-width: 33.33333%;
}
.xlarge-up-4 {
    flex-wrap: wrap;
}
.xlarge-up-4 > .column, .xlarge-up-4 > .columns {
      flex: 0 0 25%;
      max-width: 25%;
}
.xlarge-up-5 {
    flex-wrap: wrap;
}
.xlarge-up-5 > .column, .xlarge-up-5 > .columns {
      flex: 0 0 20%;
      max-width: 20%;
}
.xlarge-up-6 {
    flex-wrap: wrap;
}
.xlarge-up-6 > .column, .xlarge-up-6 > .columns {
      flex: 0 0 16.66667%;
      max-width: 16.66667%;
}
.xlarge-up-7 {
    flex-wrap: wrap;
}
.xlarge-up-7 > .column, .xlarge-up-7 > .columns {
      flex: 0 0 14.28571%;
      max-width: 14.28571%;
}
.xlarge-up-8 {
    flex-wrap: wrap;
}
.xlarge-up-8 > .column, .xlarge-up-8 > .columns {
      flex: 0 0 12.5%;
      max-width: 12.5%;
}
}
@media screen and (min-width: 78.125em) and (min-width: 78.125em) {
.xlarge-expand {
    flex: 1 1 0px;
}
}
.row.xlarge-unstack > .column, .row.xlarge-unstack > .columns {
  flex: 0 0 100%;
}
@media screen and (min-width: 78.125em) {
.row.xlarge-unstack > .column, .row.xlarge-unstack > .columns {
      flex: 1 1 0px;
}
}
@media screen and (min-width: 78.125em) {
.xlarge-collapse > .column, .xlarge-collapse > .columns {
    padding-right: 0;
    padding-left: 0;
}
.xlarge-uncollapse > .column, .xlarge-uncollapse > .columns {
    padding-right: 0.9375rem;
    padding-left: 0.9375rem;
}
}
@media screen and (min-width: 90em) {
.xxlarge-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
}
.xxlarge-offset-0 {
    margin-left: 0%;
}
.xxlarge-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
}
.xxlarge-offset-1 {
    margin-left: 8.33333%;
}
.xxlarge-3 {
    flex: 0 0 25%;
    max-width: 25%;
}
.xxlarge-offset-2 {
    margin-left: 16.66667%;
}
.xxlarge-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
}
.xxlarge-offset-3 {
    margin-left: 25%;
}
.xxlarge-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
}
.xxlarge-offset-4 {
    margin-left: 33.33333%;
}
.xxlarge-6 {
    flex: 0 0 50%;
    max-width: 50%;
}
.xxlarge-offset-5 {
    margin-left: 41.66667%;
}
.xxlarge-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
}
.xxlarge-offset-6 {
    margin-left: 50%;
}
.xxlarge-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
}
.xxlarge-offset-7 {
    margin-left: 58.33333%;
}
.xxlarge-9 {
    flex: 0 0 75%;
    max-width: 75%;
}
.xxlarge-offset-8 {
    margin-left: 66.66667%;
}
.xxlarge-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
}
.xxlarge-offset-9 {
    margin-left: 75%;
}
.xxlarge-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%;
}
.xxlarge-offset-10 {
    margin-left: 83.33333%;
}
.xxlarge-12 {
    flex: 0 0 100%;
    max-width: 100%;
}
.xxlarge-offset-11 {
    margin-left: 91.66667%;
}
.xxlarge-up-1 {
    flex-wrap: wrap;
}
.xxlarge-up-1 > .column, .xxlarge-up-1 > .columns {
      flex: 0 0 100%;
      max-width: 100%;
}
.xxlarge-up-2 {
    flex-wrap: wrap;
}
.xxlarge-up-2 > .column, .xxlarge-up-2 > .columns {
      flex: 0 0 50%;
      max-width: 50%;
}
.xxlarge-up-3 {
    flex-wrap: wrap;
}
.xxlarge-up-3 > .column, .xxlarge-up-3 > .columns {
      flex: 0 0 33.33333%;
      max-width: 33.33333%;
}
.xxlarge-up-4 {
    flex-wrap: wrap;
}
.xxlarge-up-4 > .column, .xxlarge-up-4 > .columns {
      flex: 0 0 25%;
      max-width: 25%;
}
.xxlarge-up-5 {
    flex-wrap: wrap;
}
.xxlarge-up-5 > .column, .xxlarge-up-5 > .columns {
      flex: 0 0 20%;
      max-width: 20%;
}
.xxlarge-up-6 {
    flex-wrap: wrap;
}
.xxlarge-up-6 > .column, .xxlarge-up-6 > .columns {
      flex: 0 0 16.66667%;
      max-width: 16.66667%;
}
.xxlarge-up-7 {
    flex-wrap: wrap;
}
.xxlarge-up-7 > .column, .xxlarge-up-7 > .columns {
      flex: 0 0 14.28571%;
      max-width: 14.28571%;
}
.xxlarge-up-8 {
    flex-wrap: wrap;
}
.xxlarge-up-8 > .column, .xxlarge-up-8 > .columns {
      flex: 0 0 12.5%;
      max-width: 12.5%;
}
}
@media screen and (min-width: 90em) and (min-width: 90em) {
.xxlarge-expand {
    flex: 1 1 0px;
}
}
.row.xxlarge-unstack > .column, .row.xxlarge-unstack > .columns {
  flex: 0 0 100%;
}
@media screen and (min-width: 90em) {
.row.xxlarge-unstack > .column, .row.xxlarge-unstack > .columns {
      flex: 1 1 0px;
}
}
@media screen and (min-width: 90em) {
.xxlarge-collapse > .column, .xxlarge-collapse > .columns {
    padding-right: 0;
    padding-left: 0;
}
.xxlarge-uncollapse > .column, .xxlarge-uncollapse > .columns {
    padding-right: 0.9375rem;
    padding-left: 0.9375rem;
}
}
@media screen and (min-width: 100em) {
.xxxlarge-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
}
.xxxlarge-offset-0 {
    margin-left: 0%;
}
.xxxlarge-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
}
.xxxlarge-offset-1 {
    margin-left: 8.33333%;
}
.xxxlarge-3 {
    flex: 0 0 25%;
    max-width: 25%;
}
.xxxlarge-offset-2 {
    margin-left: 16.66667%;
}
.xxxlarge-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
}
.xxxlarge-offset-3 {
    margin-left: 25%;
}
.xxxlarge-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
}
.xxxlarge-offset-4 {
    margin-left: 33.33333%;
}
.xxxlarge-6 {
    flex: 0 0 50%;
    max-width: 50%;
}
.xxxlarge-offset-5 {
    margin-left: 41.66667%;
}
.xxxlarge-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
}
.xxxlarge-offset-6 {
    margin-left: 50%;
}
.xxxlarge-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
}
.xxxlarge-offset-7 {
    margin-left: 58.33333%;
}
.xxxlarge-9 {
    flex: 0 0 75%;
    max-width: 75%;
}
.xxxlarge-offset-8 {
    margin-left: 66.66667%;
}
.xxxlarge-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
}
.xxxlarge-offset-9 {
    margin-left: 75%;
}
.xxxlarge-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%;
}
.xxxlarge-offset-10 {
    margin-left: 83.33333%;
}
.xxxlarge-12 {
    flex: 0 0 100%;
    max-width: 100%;
}
.xxxlarge-offset-11 {
    margin-left: 91.66667%;
}
.xxxlarge-up-1 {
    flex-wrap: wrap;
}
.xxxlarge-up-1 > .column, .xxxlarge-up-1 > .columns {
      flex: 0 0 100%;
      max-width: 100%;
}
.xxxlarge-up-2 {
    flex-wrap: wrap;
}
.xxxlarge-up-2 > .column, .xxxlarge-up-2 > .columns {
      flex: 0 0 50%;
      max-width: 50%;
}
.xxxlarge-up-3 {
    flex-wrap: wrap;
}
.xxxlarge-up-3 > .column, .xxxlarge-up-3 > .columns {
      flex: 0 0 33.33333%;
      max-width: 33.33333%;
}
.xxxlarge-up-4 {
    flex-wrap: wrap;
}
.xxxlarge-up-4 > .column, .xxxlarge-up-4 > .columns {
      flex: 0 0 25%;
      max-width: 25%;
}
.xxxlarge-up-5 {
    flex-wrap: wrap;
}
.xxxlarge-up-5 > .column, .xxxlarge-up-5 > .columns {
      flex: 0 0 20%;
      max-width: 20%;
}
.xxxlarge-up-6 {
    flex-wrap: wrap;
}
.xxxlarge-up-6 > .column, .xxxlarge-up-6 > .columns {
      flex: 0 0 16.66667%;
      max-width: 16.66667%;
}
.xxxlarge-up-7 {
    flex-wrap: wrap;
}
.xxxlarge-up-7 > .column, .xxxlarge-up-7 > .columns {
      flex: 0 0 14.28571%;
      max-width: 14.28571%;
}
.xxxlarge-up-8 {
    flex-wrap: wrap;
}
.xxxlarge-up-8 > .column, .xxxlarge-up-8 > .columns {
      flex: 0 0 12.5%;
      max-width: 12.5%;
}
}
@media screen and (min-width: 100em) and (min-width: 100em) {
.xxxlarge-expand {
    flex: 1 1 0px;
}
}
.row.xxxlarge-unstack > .column, .row.xxxlarge-unstack > .columns {
  flex: 0 0 100%;
}
@media screen and (min-width: 100em) {
.row.xxxlarge-unstack > .column, .row.xxxlarge-unstack > .columns {
      flex: 1 1 0px;
}
}
@media screen and (min-width: 100em) {
.xxxlarge-collapse > .column, .xxxlarge-collapse > .columns {
    padding-right: 0;
    padding-left: 0;
}
.xxxlarge-uncollapse > .column, .xxxlarge-uncollapse > .columns {
    padding-right: 0.9375rem;
    padding-left: 0.9375rem;
}
}
.shrink {
  flex: 0 0 auto;
  max-width: 100%;
}
.column-block {
  margin-bottom: 1.25rem;
}
.column-block > :last-child {
    margin-bottom: 0;
}
@media print, screen and (min-width: 40em) {
.column-block {
      margin-bottom: 1.875rem;
}
.column-block > :last-child {
        margin-bottom: 0;
}
}
@keyframes slideInDown {
from {
    transform: translate3d(0, -100%, 0);
    visibility: visible;
}
to {
    transform: translate3d(0, 0, 0);
}
}
.slideInDown {
  animation-name: slideInDown;
}
@keyframes slideOutUp {
from {
    transform: translate3d(0, 0, 0);
}
to {
    visibility: hidden;
    transform: translate3d(0, -100%, 0);
}
}
.slideOutUp {
  animation-name: slideOutUp;
}
.animated {
  animation-duration: 500ms;
  animation-fill-mode: both;
}
.animated.infinite {
  animation-iteration-count: infinite;
}
.animated.delay-1s {
  animation-delay: 1s;
}
.animated.delay-2s {
  animation-delay: 2s;
}
.animated.delay-3s {
  animation-delay: 3s;
}
.animated.delay-4s {
  animation-delay: 4s;
}
.animated.delay-5s {
  animation-delay: 5s;
}
.animated.fast {
  animation-duration: 800ms;
}
.animated.faster {
  animation-duration: 500ms;
}
.animated.slow {
  animation-duration: 2s;
}
.animated.slower {
  animation-duration: 3s;
}
@media (prefers-reduced-motion) {
.animated {
    animation: unset !important;
    transition: none !important;
}
}

/* entire container, keeps perspective */
.flip-container {
  perspective: 1000px;
}
.flip-container, .front, .back {
  height: 100%;
}

/* flip speed goes here */
.flipper {
  height: 100%;
  transition: 0.6s;
  transform-style: preserve-3d;
  position: relative;
}

/* hide back of pane during swap */
.front, .back {
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  position: absolute;
  top: 0;
  left: 0;
}
.vertical.flip-container {
  position: relative;
}
.vertical .back {
  transform: rotateX(-180deg);
}
.vertical.flip-container .flipper {
  transform-origin: 100% 24px;
  /* half of height */
}
.flip-container.flip .flipper {
  transform: rotateX(180deg) !important;
}
.fur-spinner-container {
  text-align: center;
}
@keyframes fur-spin-loading {
0% {
    -webkit-backface-visibility: hidden;
            backface-visibility: hidden;
    opacity: 1;
    transform: translateZ(0) scale(1.5, 1.5);
}
100% {
    -webkit-backface-visibility: hidden;
            backface-visibility: hidden;
    opacity: 0;
    transform: translateZ(0) scale(1, 1);
}
}
.fur-spin-loading div > div {
  animation: fur-spin-loading 1s linear infinite;
  background: #582c83;
  border-radius: 50%;
  height: 20px;
  position: absolute;
  width: 20px;
}
.fur-spin-loading div:nth-child(1) > div {
  animation-delay: -0.875s;
  left: 150px;
  top: 90px;
}
.fur-spin-loading > div:nth-child(1) {
  transform: rotate(0deg);
  transform-origin: 160px 100px;
}
.fur-spin-loading div:nth-child(2) > div {
  animation-delay: -0.75s;
  left: 132px;
  top: 132px;
}
.fur-spin-loading > div:nth-child(2) {
  transform: rotate(45deg);
  transform-origin: 142px 142px;
}
.fur-spin-loading div:nth-child(3) > div {
  animation-delay: -0.625s;
  left: 90px;
  top: 150px;
}
.fur-spin-loading > div:nth-child(3) {
  transform: rotate(90deg);
  transform-origin: 100px 160px;
}
.fur-spin-loading div:nth-child(4) > div {
  animation-delay: -0.5s;
  left: 48px;
  top: 132px;
}
.fur-spin-loading > div:nth-child(4) {
  transform: rotate(135deg);
  transform-origin: 58px 142px;
}
.fur-spin-loading div:nth-child(5) > div {
  animation-delay: -0.375s;
  left: 30px;
  top: 90px;
}
.fur-spin-loading > div:nth-child(5) {
  transform: rotate(180deg);
  transform-origin: 40px 100px;
}
.fur-spin-loading div:nth-child(6) > div {
  animation-delay: -0.25s;
  left: 48px;
  top: 48px;
}
.fur-spin-loading > div:nth-child(6) {
  transform: rotate(225deg);
  transform-origin: 58px 58px;
}
.fur-spin-loading div:nth-child(7) > div {
  animation-delay: -0.125s;
  left: 90px;
  top: 30px;
}
.fur-spin-loading > div:nth-child(7) {
  transform: rotate(270deg);
  transform-origin: 100px 40px;
}
.fur-spin-loading div:nth-child(8) > div {
  animation-delay: 0s;
  left: 132px;
  top: 48px;
}
.fur-spin-loading > div:nth-child(8) {
  transform: rotate(315deg);
  transform-origin: 142px 58px;
}
.fur-spinner-spin {
  background: none;
  display: inline-block;
  height: 200px;
  overflow: hidden;
  width: 200px;
}
.fur-spin-loading {
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  height: 100%;
  position: relative;
  transform: translateZ(0) scale(1);
  transform-origin: 0 0;
  width: 100%;
}
.fur-spin-loading div {
  box-sizing: content-box;
}
.dots-background, .cta_blocks__container--gray-background, .donut-chart__section {
  background-color: #e6e6e6;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 51 32.048'%3E%3Ccircle cx='25.5' cy='16.024' r='1.25' fill='%23c8c8c8'/%3E%3C/svg%3E");
  background-repeat: space;
  background-size: 3.125rem;
}
.large-star-background {
  background-color: #1d0e33;
  background-image: url("data:image/svg+xml;utf8,%3Csvg%20xmlns%3D%27http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%27%20viewBox%3D%270%200%20147.57%20144.51%27%3E%3Cpath%20d%3D%27M101.12%2C50.15C77.91%2C30.76%2C73.8%2C0%2C73.8%2C0h0S69.65%2C30.77%2C46.44%2C50.16c0%2C0-17%2C15.36-46.44%2C22l.06%2C0c29.46%2C6.71%2C46.41%2C22.09%2C46.41%2C22.09%2C23.18%2C19.43%2C27.28%2C50.2%2C27.28%2C50.2h0s4.16-30.78%2C27.34-50.21c0%2C0%2C16.94-15.39%2C46.41-22.1l.06%2C0C118.08%2C65.51%2C101.12%2C50.15%2C101.12%2C50.15Z%27%20fill%3D%27%2324143B%27%2F%3E%3C%2Fsvg%3E");
  background-repeat: no-repeat;
  background-position: -100px -80px;
  background-size: 28.125rem;
}
.star-background, .facts-blocks__wrap--purple::before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 11.021 11.323'%3E%3Ctitle%3Estars%3C/title%3E%3Cpath d='M3.731 2.273A2.842 2.842 0 0 1 2.842.64a2.842 2.842 0 0 1-.89 1.633 3.6 3.6 0 0 1-1.513.717 3.6 3.6 0 0 1 1.511.719 2.846 2.846 0 0 1 .89 1.636 2.856 2.856 0 0 1 .89-1.635 3.594 3.594 0 0 1 1.512-.72 3.594 3.594 0 0 1-1.511-.717zM9.07 7.611a2.842 2.842 0 0 1-.89-1.633 2.842 2.842 0 0 1-.89 1.633 3.6 3.6 0 0 1-1.512.717 3.6 3.6 0 0 1 1.511.719 2.846 2.846 0 0 1 .888 1.634 2.856 2.856 0 0 1 .89-1.635 3.594 3.594 0 0 1 1.511-.719 3.594 3.594 0 0 1-1.508-.716z' fill='%23201547'/%3E%3C/svg%3E");
  background-size: 1.25rem;
}
@font-face {
  font-family: "Oswald Regular";
  font-style: normal;
  font-weight: 400;
  src: local("Oswald Regular"), local("Oswald-Regular"), url("/wp-content/themes/furman/dist/static/fonts/oswald/oswald-v13-latin-regular.woff2") format("woff2"), url("/wp-content/themes/furman/dist/static/fonts/oswald/oswald-v13-latin-regular.woff") format("woff");
}
@font-face {
  font-family: "Abril Fatface";
  font-style: italic;
  font-weight: 400;
  src: local("Abril Fatface Italic"), local("AbrilFatface-Italic"), url("/wp-content/themes/furman/dist/static/fonts/abril/342F40_0_0.woff2") format("woff2"), url("/wp-content/themes/furman/dist/static/fonts/abril/342F40_0_0.woff") format("woff");
}
html {
  box-sizing: border-box;
}
*,
*::before,
*::after {
  box-sizing: inherit;
}
body,
figure {
  margin: 0;
}
ol,
ul {
  padding-left: 0;
  margin-top: 0;
  margin-bottom: 0;
  list-style-type: none;
}
li {
  display: block;
}
.special-list_item, .wysiwyg ul li, .panel__content ul li, .content_block_a__body ul li, .content-block-b__block-content ul li, .cta_blocks__text ul li, .hero__body ul li, .wysiwyg ol li, .panel__content ol li, .content_block_a__body ol li, .content-block-b__block-content ol li, .cta_blocks__text ol li, .hero__body ol li {
  padding-bottom: 10px;
  margin-bottom: 10px;
  color: #272727;
}
.special-list_item::before, .wysiwyg ul li::before, .panel__content ul li::before, .content_block_a__body ul li::before, .content-block-b__block-content ul li::before, .cta_blocks__text ul li::before, .hero__body ul li::before, .wysiwyg ol li::before, .panel__content ol li::before, .content_block_a__body ol li::before, .content-block-b__block-content ol li::before, .cta_blocks__text ol li::before, .hero__body ol li::before {
    display: inline-block;
    margin-right: 10px;
}
.two-columned_list {
  column-count: 2;
  column-gap: 40px;
}
.underlined-list .special-list_item, .content-block-c__content ul .special-list_item, .underlined-list .wysiwyg ul li, .wysiwyg ul .underlined-list li, .content-block-c__content .wysiwyg ul li, .wysiwyg .content-block-c__content ul li, .underlined-list .panel__content ul li, .panel__content ul .underlined-list li, .content-block-c__content .panel__content ul li, .panel__content .content-block-c__content ul li, .underlined-list .content_block_a__body ul li, .content_block_a__body ul .underlined-list li, .content-block-c__content .content_block_a__body ul li, .content_block_a__body .content-block-c__content ul li, .underlined-list .content-block-b__block-content ul li, .content-block-b__block-content ul .underlined-list li, .content-block-c__content .content-block-b__block-content ul li, .content-block-b__block-content .content-block-c__content ul li, .underlined-list .cta_blocks__text ul li, .cta_blocks__text ul .underlined-list li, .content-block-c__content .cta_blocks__text ul li, .cta_blocks__text .content-block-c__content ul li, .underlined-list .hero__body ul li, .hero__body ul .underlined-list li, .content-block-c__content .hero__body ul li, .hero__body .content-block-c__content ul li, .underlined-list .wysiwyg ol li, .wysiwyg ol .underlined-list li, .content-block-c__content ul .wysiwyg ol li, .underlined-list .panel__content ol li, .panel__content ol .underlined-list li, .content-block-c__content ul .panel__content ol li, .underlined-list .content_block_a__body ol li, .content_block_a__body ol .underlined-list li, .content-block-c__content ul .content_block_a__body ol li, .underlined-list .content-block-b__block-content ol li, .content-block-b__block-content ol .underlined-list li, .content-block-c__content ul .content-block-b__block-content ol li, .underlined-list .cta_blocks__text ol li, .cta_blocks__text ol .underlined-list li, .content-block-c__content ul .cta_blocks__text ol li, .underlined-list .hero__body ol li, .hero__body ol .underlined-list li, .content-block-c__content ul .hero__body ol li {
  border-bottom: 2px solid #e1e1e1;
}
.list_item--star-bullet::before, .wysiwyg ul li::before, .panel__content ul li::before, .content_block_a__body ul li::before, .content-block-b__block-content ul li::before, .cta_blocks__text ul li::before, .hero__body ul li::before,
.list_item--ordered-bullet::before,
.wysiwyg ol li::before,
.panel__content ol li::before,
.content_block_a__body ol li::before,
.content-block-b__block-content ol li::before,
.cta_blocks__text ol li::before,
.hero__body ol li::before {
  position: relative;
}
.list_item--star-bullet, .wysiwyg ul li, .panel__content ul li, .content_block_a__body ul li, .content-block-b__block-content ul li, .cta_blocks__text ul li, .hero__body ul li {
  left: 1.875rem;
  padding-left: 1.875rem;
  text-indent: -1.875rem;
}
.list_item--star-bullet::before, .wysiwyg ul li::before, .panel__content ul li::before, .content_block_a__body ul li::before, .content-block-b__block-content ul li::before, .cta_blocks__text ul li::before, .hero__body ul li::before {
    width: 20px;
    height: 20px;
    text-indent: 0;
    vertical-align: top;
    content: url("data:image/svg+xml;utf8,%3Csvg%20xmlns%3D%27http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%27%20viewBox%3D%270%200%20147.57%20144.51%27%3E%3Cpath%20d%3D%27M101.12%2C50.15C77.91%2C30.76%2C73.8%2C0%2C73.8%2C0h0S69.65%2C30.77%2C46.44%2C50.16c0%2C0-17%2C15.36-46.44%2C22l.06%2C0c29.46%2C6.71%2C46.41%2C22.09%2C46.41%2C22.09%2C23.18%2C19.43%2C27.28%2C50.2%2C27.28%2C50.2h0s4.16-30.78%2C27.34-50.21c0%2C0%2C16.94-15.39%2C46.41-22.1l.06%2C0C118.08%2C65.51%2C101.12%2C50.15%2C101.12%2C50.15Z%27%20fill%3D%27%23582c83%27%2F%3E%3C%2Fsvg%3E");
}
.list_item--ordered-bullet, .wysiwyg ol li, .panel__content ol li, .content_block_a__body ol li, .content-block-b__block-content ol li, .cta_blocks__text ol li, .hero__body ol li {
  position: relative;
  padding-left: 2.5rem;
  counter-increment: step-counter;
}
.list_item--ordered-bullet::before,
  .wysiwyg ol li::before,
  .panel__content ol li::before,
  .content_block_a__body ol li::before,
  .content-block-b__block-content ol li::before,
  .cta_blocks__text ol li::before,
  .hero__body ol li::before {
    position: absolute;
    left: 0;
    font-size: 138.8888889%;
    font-weight: 700;
    color: #ababab;
    content: counter(step-counter) ".";
}
img,
svg {
  display: block;
  max-width: 100%;
}
img {
  height: auto;
}
.access-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0 0 0 0);
  border: 0;
}
.centered {
  position: relative;
  top: 50%;
  margin: 0 auto;
  transform: translateY(-50%);
}
h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 0;
  margin-bottom: 0;
}
p {
  margin-top: 0;
  margin-bottom: 0;
}
a {
  color: currentColor;
  text-decoration: none;
}

/* /// FUNCTIONS //////////////////////////////////////////////////////////// */
.headline-01, .donut-chart__header, .donut-chart__fact__number, .hero__title, .default-template__title, .hero_minor__title, .update__content h1, .wysiwyg h1, .panel__content h1, .content_block_a__body h1, .content-block-b__block-content h1, .cta_blocks__text h1, .hero__body h1 {
  font-family: "Oswald Regular";
  font-size: 2.5rem;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
  letter-spacing: 0.01em;
}
@media print, screen and (min-width: 40em) {
.headline-01, .donut-chart__header, .donut-chart__fact__number, .hero__title, .default-template__title, .hero_minor__title, .update__content h1, .wysiwyg h1, .panel__content h1, .content_block_a__body h1, .content-block-b__block-content h1, .cta_blocks__text h1, .hero__body h1 {
      font-size: 2.5rem;
      line-height: 120%;
}
}
@media print, screen and (min-width: 78.125em) {
.headline-01, .donut-chart__header, .donut-chart__fact__number, .hero__title, .default-template__title, .hero_minor__title, .update__content h1, .wysiwyg h1, .panel__content h1, .content_block_a__body h1, .content-block-b__block-content h1, .cta_blocks__text h1, .hero__body h1 {
      font-size: 3rem;
      line-height: 125%;
}
}
.headline-02, .fade-slider__header, .module-title, .wysiwyg h2, .panel__content h2, .content_block_a__body h2, .content-block-b__block-content h2, .cta_blocks__text h2, .hero__body h2 {
  font-family: "Oswald Regular";
  font-size: 2.5rem;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  letter-spacing: 0.01em;
}
@media print, screen and (min-width: 40em) {
.headline-02, .fade-slider__header, .module-title, .wysiwyg h2, .panel__content h2, .content_block_a__body h2, .content-block-b__block-content h2, .cta_blocks__text h2, .hero__body h2 {
      font-size: 2.5rem;
      line-height: 150%;
}
}
@media print, screen and (min-width: 78.125em) {
.headline-02, .fade-slider__header, .module-title, .wysiwyg h2, .panel__content h2, .content_block_a__body h2, .content-block-b__block-content h2, .cta_blocks__text h2, .hero__body h2 {
      font-size: 2.5rem;
      line-height: 150%;
}
}
.headline-03, .content_block_a__title, .content-block-c__header, .cta_blocks__title, .wysiwyg h3, .panel__content h3, .content_block_a__body h3, .content-block-b__block-content h3, .cta_blocks__text h3, .hero__body h3 {
  font-family: brandon-grotesque;
  font-size: 1.875rem;
  font-style: normal;
  font-weight: 300;
  line-height: 116.66667%;
  letter-spacing: 0.01em;
}
@media print, screen and (min-width: 40em) {
.headline-03, .content_block_a__title, .content-block-c__header, .cta_blocks__title, .wysiwyg h3, .panel__content h3, .content_block_a__body h3, .content-block-b__block-content h3, .cta_blocks__text h3, .hero__body h3 {
      font-size: 1.875rem;
      line-height: 116.66667%;
}
}
@media print, screen and (min-width: 78.125em) {
.headline-03, .content_block_a__title, .content-block-c__header, .cta_blocks__title, .wysiwyg h3, .panel__content h3, .content_block_a__body h3, .content-block-b__block-content h3, .cta_blocks__text h3, .hero__body h3 {
      font-size: 1.875rem;
      line-height: 116.66667%;
}
}
.headline-04, .style_guide__color_code, .wysiwyg h4, .panel__content h4, .content_block_a__body h4, .content-block-b__block-content h4, .cta_blocks__text h4, .hero__body h4 {
  font-family: "Oswald Regular";
  font-size: 1.5625rem;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  letter-spacing: 0.01em;
}
@media print, screen and (min-width: 40em) {
.headline-04, .style_guide__color_code, .wysiwyg h4, .panel__content h4, .content_block_a__body h4, .content-block-b__block-content h4, .cta_blocks__text h4, .hero__body h4 {
      font-size: 1.5625rem;
      line-height: 140%;
}
}
@media print, screen and (min-width: 78.125em) {
.headline-04, .style_guide__color_code, .wysiwyg h4, .panel__content h4, .content_block_a__body h4, .content-block-b__block-content h4, .cta_blocks__text h4, .hero__body h4 {
      font-size: 1.5625rem;
      line-height: 140%;
}
}
.headline-05, .text_button, .fade-slider__scroll-button__header, .hero_minor__subtitle, .pagination__item_label, .wysiwyg h5, .panel__content h5, .content_block_a__body h5, .content-block-b__block-content h5, .cta_blocks__text h5, .hero__body h5 {
  font-family: "Oswald Regular";
  font-size: 1.125rem;
  font-style: normal;
  font-weight: 400;
  line-height: 127.77778%;
  letter-spacing: 0.01em;
}
@media print, screen and (min-width: 40em) {
.headline-05, .text_button, .fade-slider__scroll-button__header, .hero_minor__subtitle, .pagination__item_label, .wysiwyg h5, .panel__content h5, .content_block_a__body h5, .content-block-b__block-content h5, .cta_blocks__text h5, .hero__body h5 {
      font-size: 1.125rem;
      line-height: 127.77778%;
}
}
@media print, screen and (min-width: 78.125em) {
.headline-05, .text_button, .fade-slider__scroll-button__header, .hero_minor__subtitle, .pagination__item_label, .wysiwyg h5, .panel__content h5, .content_block_a__body h5, .content-block-b__block-content h5, .cta_blocks__text h5, .hero__body h5 {
      font-size: 1.125rem;
      line-height: 127.77778%;
}
}
.headline-06, .wysiwyg h6, .panel__content h6, .content_block_a__body h6, .content-block-b__block-content h6, .cta_blocks__text h6, .hero__body h6 {
  font-family: brandon-grotesque;
  font-size: 1.125rem;
  font-style: normal;
  font-weight: 500;
  line-height: 127.77778%;
  letter-spacing: 0.01em;
}
@media print, screen and (min-width: 40em) {
.headline-06, .wysiwyg h6, .panel__content h6, .content_block_a__body h6, .content-block-b__block-content h6, .cta_blocks__text h6, .hero__body h6 {
      font-size: 1.125rem;
      line-height: 127.77778%;
}
}
@media print, screen and (min-width: 78.125em) {
.headline-06, .wysiwyg h6, .panel__content h6, .content_block_a__body h6, .content-block-b__block-content h6, .cta_blocks__text h6, .hero__body h6 {
      font-size: 1.125rem;
      line-height: 127.77778%;
}
}
.headline-07 {
  font-family: "Abril Fatface";
  font-size: 2.5rem;
  font-style: italic;
  font-weight: 500;
  line-height: 100%;
  letter-spacing: 0.045em;
}
@media print, screen and (min-width: 40em) {
.headline-07 {
      font-size: 2.5rem;
      line-height: 100%;
}
}
@media print, screen and (min-width: 78.125em) {
.headline-07 {
      font-size: 2.5rem;
      line-height: 100%;
}
}
.paragraph-01, .text_button--large__text, .donut-chart__fact__paragraph, .story-block__header, .table th {
  font-family: brandon-grotesque;
  font-size: 1.375rem;
  font-style: normal;
  font-weight: 500;
  line-height: 120%;
}
@media print, screen and (min-width: 40em) {
.paragraph-01, .text_button--large__text, .donut-chart__fact__paragraph, .story-block__header, .table th {
      font-size: 1.5625rem;
      line-height: 120%;
}
}
@media print, screen and (min-width: 78.125em) {
.paragraph-01, .text_button--large__text, .donut-chart__fact__paragraph, .story-block__header, .table th {
      font-size: 1.5625rem;
      line-height: 120%;
}
}
.paragraph-02, .special-list_item, .wysiwyg ul li, .panel__content ul li, .content_block_a__body ul li, .content-block-b__block-content ul li, .cta_blocks__text ul li, .hero__body ul li, .wysiwyg ol li, .panel__content ol li, .content_block_a__body ol li, .content-block-b__block-content ol li, .cta_blocks__text ol li, .hero__body ol li, .breadcrumb__item, .text_button__text, .donut-chart__key__item, .fade-slider__paragraph, .hero__fact_copy, .sidebar__link, .table td, .wysiwyg p, .panel__content p, .content_block_a__body p, .content-block-b__block-content p, .cta_blocks__text p, .hero__body p {
  font-family: brandon-grotesque;
  font-size: 1.125rem;
  font-style: normal;
  font-weight: 300;
  line-height: 138.88889%;
  letter-spacing: 0.005em;
}
@media print, screen and (min-width: 40em) {
.paragraph-02, .special-list_item, .wysiwyg ul li, .panel__content ul li, .content_block_a__body ul li, .content-block-b__block-content ul li, .cta_blocks__text ul li, .hero__body ul li, .wysiwyg ol li, .panel__content ol li, .content_block_a__body ol li, .content-block-b__block-content ol li, .cta_blocks__text ol li, .hero__body ol li, .breadcrumb__item, .text_button__text, .donut-chart__key__item, .fade-slider__paragraph, .hero__fact_copy, .sidebar__link, .table td, .wysiwyg p, .panel__content p, .content_block_a__body p, .content-block-b__block-content p, .cta_blocks__text p, .hero__body p {
      font-size: 1.125rem;
      line-height: 138.88889%;
}
}
@media print, screen and (min-width: 78.125em) {
.paragraph-02, .special-list_item, .wysiwyg ul li, .panel__content ul li, .content_block_a__body ul li, .content-block-b__block-content ul li, .cta_blocks__text ul li, .hero__body ul li, .wysiwyg ol li, .panel__content ol li, .content_block_a__body ol li, .content-block-b__block-content ol li, .cta_blocks__text ol li, .hero__body ol li, .breadcrumb__item, .text_button__text, .donut-chart__key__item, .fade-slider__paragraph, .hero__fact_copy, .sidebar__link, .table td, .wysiwyg p, .panel__content p, .content_block_a__body p, .content-block-b__block-content p, .cta_blocks__text p, .hero__body p {
      font-size: 1.125rem;
      line-height: 138.88889%;
}
}
.paragraph-03, .panel__button, .button, .button--light, .story-block__paragraph + .story-block__button, .button--white, .fade-slider__slide .button, .select {
  font-family: brandon-grotesque;
  font-size: 0.9375rem;
  font-style: normal;
  font-weight: 500;
  line-height: 133.33333%;
  letter-spacing: 0.015em;
}
@media print, screen and (min-width: 40em) {
.paragraph-03, .panel__button, .button, .button--light, .story-block__paragraph + .story-block__button, .button--white, .fade-slider__slide .button, .select {
      font-size: 0.9375rem;
      line-height: 133.33333%;
}
}
@media print, screen and (min-width: 78.125em) {
.paragraph-03, .panel__button, .button, .button--light, .story-block__paragraph + .story-block__button, .button--white, .fade-slider__slide .button, .select {
      font-size: 0.9375rem;
      line-height: 133.33333%;
}
}
.paragraph-04 {
  font-family: brandon-grotesque;
  font-size: 1.125rem;
  font-style: normal;
  font-weight: 500;
  line-height: 138.88889%;
  text-transform: uppercase;
  letter-spacing: 0.005em;
}
@media print, screen and (min-width: 40em) {
.paragraph-04 {
      font-size: 1.125rem;
      line-height: 138.88889%;
}
}
@media print, screen and (min-width: 78.125em) {
.paragraph-04 {
      font-size: 1.125rem;
      line-height: 138.88889%;
}
}
.blockquote-01, .wysiwyg blockquote, .panel__content blockquote, .content_block_a__body blockquote, .content-block-b__block-content blockquote, .cta_blocks__text blockquote, .hero__body blockquote,
.blockquote-02 {
  font-family: brandon-grotesque;
  font-size: 1.375rem;
  font-style: normal;
  font-weight: 500;
  line-height: 120%;
}
@media print, screen and (min-width: 40em) {
.blockquote-01, .wysiwyg blockquote, .panel__content blockquote, .content_block_a__body blockquote, .content-block-b__block-content blockquote, .cta_blocks__text blockquote, .hero__body blockquote,
    .blockquote-02 {
      font-size: 1.5625rem;
      line-height: 120%;
}
}
@media print, screen and (min-width: 78.125em) {
.blockquote-01, .wysiwyg blockquote, .panel__content blockquote, .content_block_a__body blockquote, .content-block-b__block-content blockquote, .cta_blocks__text blockquote, .hero__body blockquote,
    .blockquote-02 {
      font-size: 1.5625rem;
      line-height: 120%;
}
}
.blockquote-01, .wysiwyg blockquote, .panel__content blockquote, .content_block_a__body blockquote, .content-block-b__block-content blockquote, .cta_blocks__text blockquote, .hero__body blockquote {
  padding-left: 20px;
  text-align: left;
  border-left: 0.3125rem #dedede solid;
}
.blockquote-02 {
  position: relative;
  padding-top: 20px;
  text-align: center;
}
.blockquote-02::before {
    display: block;
    width: 10%;
    min-width: 3.125rem;
    height: 0.3125rem;
    margin-right: auto;
    margin-bottom: 0.625rem;
    margin-left: auto;
    content: "";
    background-color: #dedede;
}
.blockquote-03 {
  font-family: "Oswald Regular";
  font-size: 1.875rem;
  font-style: normal;
  font-weight: 400;
  line-height: 116.66667%;
  text-align: left;
}
@media print, screen and (min-width: 40em) {
.blockquote-03 {
      font-size: 1.875rem;
      line-height: 116.66667%;
}
}
@media print, screen and (min-width: 78.125em) {
.blockquote-03 {
      font-size: 1.875rem;
      line-height: 116.66667%;
}
}
.blockquote-01, .wysiwyg blockquote, .panel__content blockquote, .content_block_a__body blockquote, .content-block-b__block-content blockquote, .cta_blocks__text blockquote, .hero__body blockquote,
.blockquote-02,
.blockquote-03 {
  color: #201547;
}
cite,
.citation {
  font-family: brandon-grotesque;
  font-size: 1.125rem;
  font-style: normal;
  font-weight: 300;
  line-height: 127.77778%;
  color: #dedede;
  display: block;
  margin-top: 20px;
}
@media print, screen and (min-width: 40em) {
cite,
    .citation {
      font-size: 1.125rem;
      line-height: 127.77778%;
}
}
@media print, screen and (min-width: 78.125em) {
cite,
    .citation {
      font-size: 1.125rem;
      line-height: 127.77778%;
}
}
.headline-06 + .paragraph-02, .wysiwyg h6 + .paragraph-02, .panel__content h6 + .paragraph-02, .content_block_a__body h6 + .paragraph-02, .content-block-b__block-content h6 + .paragraph-02, .cta_blocks__text h6 + .paragraph-02, .hero__body h6 + .paragraph-02, .headline-06 + .special-list_item, .wysiwyg h6 + .special-list_item, .panel__content h6 + .special-list_item, .content_block_a__body h6 + .special-list_item, .content-block-b__block-content h6 + .special-list_item, .cta_blocks__text h6 + .special-list_item, .hero__body h6 + .special-list_item, .wysiwyg ul .headline-06 + li, .wysiwyg ul h6 + li, .panel__content .wysiwyg ul h6 + li, .wysiwyg ul .panel__content h6 + li, .content_block_a__body .wysiwyg ul h6 + li, .wysiwyg ul .content_block_a__body h6 + li, .content-block-b__block-content .wysiwyg ul h6 + li, .wysiwyg ul .content-block-b__block-content h6 + li, .cta_blocks__text .wysiwyg ul h6 + li, .wysiwyg ul .cta_blocks__text h6 + li, .hero__body .wysiwyg ul h6 + li, .wysiwyg ul .hero__body h6 + li, .panel__content ul .headline-06 + li, .wysiwyg .panel__content ul h6 + li, .panel__content ul .wysiwyg h6 + li, .panel__content ul h6 + li, .content_block_a__body .panel__content ul h6 + li, .panel__content ul .content_block_a__body h6 + li, .content-block-b__block-content .panel__content ul h6 + li, .panel__content ul .content-block-b__block-content h6 + li, .cta_blocks__text .panel__content ul h6 + li, .panel__content ul .cta_blocks__text h6 + li, .hero__body .panel__content ul h6 + li, .panel__content ul .hero__body h6 + li, .content_block_a__body ul .headline-06 + li, .wysiwyg .content_block_a__body ul h6 + li, .content_block_a__body ul .wysiwyg h6 + li, .panel__content .content_block_a__body ul h6 + li, .content_block_a__body ul .panel__content h6 + li, .content_block_a__body ul h6 + li, .content-block-b__block-content .content_block_a__body ul h6 + li, .content_block_a__body ul .content-block-b__block-content h6 + li, .cta_blocks__text .content_block_a__body ul h6 + li, .content_block_a__body ul .cta_blocks__text h6 + li, .hero__body .content_block_a__body ul h6 + li, .content_block_a__body ul .hero__body h6 + li, .content-block-b__block-content ul .headline-06 + li, .wysiwyg .content-block-b__block-content ul h6 + li, .content-block-b__block-content ul .wysiwyg h6 + li, .panel__content .content-block-b__block-content ul h6 + li, .content-block-b__block-content ul .panel__content h6 + li, .content_block_a__body .content-block-b__block-content ul h6 + li, .content-block-b__block-content ul .content_block_a__body h6 + li, .content-block-b__block-content ul h6 + li, .cta_blocks__text .content-block-b__block-content ul h6 + li, .content-block-b__block-content ul .cta_blocks__text h6 + li, .hero__body .content-block-b__block-content ul h6 + li, .content-block-b__block-content ul .hero__body h6 + li, .cta_blocks__text ul .headline-06 + li, .wysiwyg .cta_blocks__text ul h6 + li, .cta_blocks__text ul .wysiwyg h6 + li, .panel__content .cta_blocks__text ul h6 + li, .cta_blocks__text ul .panel__content h6 + li, .content_block_a__body .cta_blocks__text ul h6 + li, .cta_blocks__text ul .content_block_a__body h6 + li, .content-block-b__block-content .cta_blocks__text ul h6 + li, .cta_blocks__text ul .content-block-b__block-content h6 + li, .cta_blocks__text ul h6 + li, .hero__body .cta_blocks__text ul h6 + li, .cta_blocks__text ul .hero__body h6 + li, .hero__body ul .headline-06 + li, .wysiwyg .hero__body ul h6 + li, .hero__body ul .wysiwyg h6 + li, .panel__content .hero__body ul h6 + li, .hero__body ul .panel__content h6 + li, .content_block_a__body .hero__body ul h6 + li, .hero__body ul .content_block_a__body h6 + li, .content-block-b__block-content .hero__body ul h6 + li, .hero__body ul .content-block-b__block-content h6 + li, .cta_blocks__text .hero__body ul h6 + li, .hero__body ul .cta_blocks__text h6 + li, .hero__body ul h6 + li, .wysiwyg ol .headline-06 + li, .wysiwyg ol h6 + li, .panel__content .wysiwyg ol h6 + li, .wysiwyg ol .panel__content h6 + li, .content_block_a__body .wysiwyg ol h6 + li, .wysiwyg ol .content_block_a__body h6 + li, .content-block-b__block-content .wysiwyg ol h6 + li, .wysiwyg ol .content-block-b__block-content h6 + li, .cta_blocks__text .wysiwyg ol h6 + li, .wysiwyg ol .cta_blocks__text h6 + li, .hero__body .wysiwyg ol h6 + li, .wysiwyg ol .hero__body h6 + li, .panel__content ol .headline-06 + li, .wysiwyg .panel__content ol h6 + li, .panel__content ol .wysiwyg h6 + li, .panel__content ol h6 + li, .content_block_a__body .panel__content ol h6 + li, .panel__content ol .content_block_a__body h6 + li, .content-block-b__block-content .panel__content ol h6 + li, .panel__content ol .content-block-b__block-content h6 + li, .cta_blocks__text .panel__content ol h6 + li, .panel__content ol .cta_blocks__text h6 + li, .hero__body .panel__content ol h6 + li, .panel__content ol .hero__body h6 + li, .content_block_a__body ol .headline-06 + li, .wysiwyg .content_block_a__body ol h6 + li, .content_block_a__body ol .wysiwyg h6 + li, .panel__content .content_block_a__body ol h6 + li, .content_block_a__body ol .panel__content h6 + li, .content_block_a__body ol h6 + li, .content-block-b__block-content .content_block_a__body ol h6 + li, .content_block_a__body ol .content-block-b__block-content h6 + li, .cta_blocks__text .content_block_a__body ol h6 + li, .content_block_a__body ol .cta_blocks__text h6 + li, .hero__body .content_block_a__body ol h6 + li, .content_block_a__body ol .hero__body h6 + li, .content-block-b__block-content ol .headline-06 + li, .wysiwyg .content-block-b__block-content ol h6 + li, .content-block-b__block-content ol .wysiwyg h6 + li, .panel__content .content-block-b__block-content ol h6 + li, .content-block-b__block-content ol .panel__content h6 + li, .content_block_a__body .content-block-b__block-content ol h6 + li, .content-block-b__block-content ol .content_block_a__body h6 + li, .content-block-b__block-content ol h6 + li, .cta_blocks__text .content-block-b__block-content ol h6 + li, .content-block-b__block-content ol .cta_blocks__text h6 + li, .hero__body .content-block-b__block-content ol h6 + li, .content-block-b__block-content ol .hero__body h6 + li, .cta_blocks__text ol .headline-06 + li, .wysiwyg .cta_blocks__text ol h6 + li, .cta_blocks__text ol .wysiwyg h6 + li, .panel__content .cta_blocks__text ol h6 + li, .cta_blocks__text ol .panel__content h6 + li, .content_block_a__body .cta_blocks__text ol h6 + li, .cta_blocks__text ol .content_block_a__body h6 + li, .content-block-b__block-content .cta_blocks__text ol h6 + li, .cta_blocks__text ol .content-block-b__block-content h6 + li, .cta_blocks__text ol h6 + li, .hero__body .cta_blocks__text ol h6 + li, .cta_blocks__text ol .hero__body h6 + li, .hero__body ol .headline-06 + li, .wysiwyg .hero__body ol h6 + li, .hero__body ol .wysiwyg h6 + li, .panel__content .hero__body ol h6 + li, .hero__body ol .panel__content h6 + li, .content_block_a__body .hero__body ol h6 + li, .hero__body ol .content_block_a__body h6 + li, .content-block-b__block-content .hero__body ol h6 + li, .hero__body ol .content-block-b__block-content h6 + li, .cta_blocks__text .hero__body ol h6 + li, .hero__body ol .cta_blocks__text h6 + li, .hero__body ol h6 + li, .headline-06 + .breadcrumb__item, .wysiwyg h6 + .breadcrumb__item, .panel__content h6 + .breadcrumb__item, .content_block_a__body h6 + .breadcrumb__item, .content-block-b__block-content h6 + .breadcrumb__item, .cta_blocks__text h6 + .breadcrumb__item, .hero__body h6 + .breadcrumb__item, .headline-06 + .text_button__text, .wysiwyg h6 + .text_button__text, .panel__content h6 + .text_button__text, .content_block_a__body h6 + .text_button__text, .content-block-b__block-content h6 + .text_button__text, .cta_blocks__text h6 + .text_button__text, .hero__body h6 + .text_button__text, .headline-06 + .donut-chart__key__item, .wysiwyg h6 + .donut-chart__key__item, .panel__content h6 + .donut-chart__key__item, .content_block_a__body h6 + .donut-chart__key__item, .content-block-b__block-content h6 + .donut-chart__key__item, .cta_blocks__text h6 + .donut-chart__key__item, .hero__body h6 + .donut-chart__key__item, .headline-06 + .fade-slider__paragraph, .wysiwyg h6 + .fade-slider__paragraph, .panel__content h6 + .fade-slider__paragraph, .content_block_a__body h6 + .fade-slider__paragraph, .content-block-b__block-content h6 + .fade-slider__paragraph, .cta_blocks__text h6 + .fade-slider__paragraph, .hero__body h6 + .fade-slider__paragraph, .headline-06 + .hero__fact_copy, .wysiwyg h6 + .hero__fact_copy, .panel__content h6 + .hero__fact_copy, .content_block_a__body h6 + .hero__fact_copy, .content-block-b__block-content h6 + .hero__fact_copy, .cta_blocks__text h6 + .hero__fact_copy, .hero__body h6 + .hero__fact_copy, .headline-06 + .sidebar__link, .wysiwyg h6 + .sidebar__link, .panel__content h6 + .sidebar__link, .content_block_a__body h6 + .sidebar__link, .content-block-b__block-content h6 + .sidebar__link, .cta_blocks__text h6 + .sidebar__link, .hero__body h6 + .sidebar__link, .table .headline-06 + td, .wysiwyg .table h6 + td, .table .wysiwyg h6 + td, .panel__content .table h6 + td, .table .panel__content h6 + td, .content_block_a__body .table h6 + td, .table .content_block_a__body h6 + td, .content-block-b__block-content .table h6 + td, .table .content-block-b__block-content h6 + td, .cta_blocks__text .table h6 + td, .table .cta_blocks__text h6 + td, .hero__body .table h6 + td, .table .hero__body h6 + td, .wysiwyg .headline-06 + p, .wysiwyg h6 + p, .panel__content .wysiwyg h6 + p, .wysiwyg .panel__content h6 + p, .content_block_a__body .wysiwyg h6 + p, .wysiwyg .content_block_a__body h6 + p, .content-block-b__block-content .wysiwyg h6 + p, .wysiwyg .content-block-b__block-content h6 + p, .cta_blocks__text .wysiwyg h6 + p, .wysiwyg .cta_blocks__text h6 + p, .hero__body .wysiwyg h6 + p, .wysiwyg .hero__body h6 + p, .panel__content .headline-06 + p, .wysiwyg .panel__content h6 + p, .panel__content .wysiwyg h6 + p, .panel__content h6 + p, .content_block_a__body .panel__content h6 + p, .panel__content .content_block_a__body h6 + p, .content-block-b__block-content .panel__content h6 + p, .panel__content .content-block-b__block-content h6 + p, .cta_blocks__text .panel__content h6 + p, .panel__content .cta_blocks__text h6 + p, .hero__body .panel__content h6 + p, .panel__content .hero__body h6 + p, .content_block_a__body .headline-06 + p, .wysiwyg .content_block_a__body h6 + p, .content_block_a__body .wysiwyg h6 + p, .panel__content .content_block_a__body h6 + p, .content_block_a__body .panel__content h6 + p, .content_block_a__body h6 + p, .content-block-b__block-content .content_block_a__body h6 + p, .content_block_a__body .content-block-b__block-content h6 + p, .cta_blocks__text .content_block_a__body h6 + p, .content_block_a__body .cta_blocks__text h6 + p, .hero__body .content_block_a__body h6 + p, .content_block_a__body .hero__body h6 + p, .content-block-b__block-content .headline-06 + p, .wysiwyg .content-block-b__block-content h6 + p, .content-block-b__block-content .wysiwyg h6 + p, .panel__content .content-block-b__block-content h6 + p, .content-block-b__block-content .panel__content h6 + p, .content_block_a__body .content-block-b__block-content h6 + p, .content-block-b__block-content .content_block_a__body h6 + p, .content-block-b__block-content h6 + p, .cta_blocks__text .content-block-b__block-content h6 + p, .content-block-b__block-content .cta_blocks__text h6 + p, .hero__body .content-block-b__block-content h6 + p, .content-block-b__block-content .hero__body h6 + p, .cta_blocks__text .headline-06 + p, .wysiwyg .cta_blocks__text h6 + p, .cta_blocks__text .wysiwyg h6 + p, .panel__content .cta_blocks__text h6 + p, .cta_blocks__text .panel__content h6 + p, .content_block_a__body .cta_blocks__text h6 + p, .cta_blocks__text .content_block_a__body h6 + p, .content-block-b__block-content .cta_blocks__text h6 + p, .cta_blocks__text .content-block-b__block-content h6 + p, .cta_blocks__text h6 + p, .hero__body .cta_blocks__text h6 + p, .cta_blocks__text .hero__body h6 + p, .hero__body .headline-06 + p, .wysiwyg .hero__body h6 + p, .hero__body .wysiwyg h6 + p, .panel__content .hero__body h6 + p, .hero__body .panel__content h6 + p, .content_block_a__body .hero__body h6 + p, .hero__body .content_block_a__body h6 + p, .content-block-b__block-content .hero__body h6 + p, .hero__body .content-block-b__block-content h6 + p, .cta_blocks__text .hero__body h6 + p, .hero__body .cta_blocks__text h6 + p, .hero__body h6 + p {
  margin-top: 10px;
}
.headline-01 + .headline-07, .donut-chart__header + .headline-07, .donut-chart__fact__number + .headline-07, .hero__title + .headline-07, .default-template__title + .headline-07, .hero_minor__title + .headline-07, .update__content h1 + .headline-07, .wysiwyg h1 + .headline-07, .panel__content h1 + .headline-07, .content_block_a__body h1 + .headline-07, .content-block-b__block-content h1 + .headline-07, .cta_blocks__text h1 + .headline-07, .hero__body h1 + .headline-07 {
  margin-top: 20px;
}
.fact, .hero__fact_text {
  font-family: "Abril Fatface";
  font-size: 5rem;
  font-style: italic;
  font-weight: 400;
  line-height: 1;
  color: #fff;
  letter-spacing: 0.005rem;
}
.fact-percentage, .hero__fact_percentage {
  font-family: "Abril Fatface";
  font-size: 2.8125rem;
  font-style: italic;
  font-weight: 400;
  line-height: 1;
}
.fact-plus, .hero__fact_plus {
  font-family: "Abril Fatface";
  font-size: 3.125rem;
  font-style: italic;
  font-weight: 400;
  line-height: 0.5;
}
.error-404 {
  max-width: 75rem;
  margin-right: auto;
  margin-left: auto;
  display: flex;
  flex-flow: row wrap;
  flex: 0 0 100%;
  max-width: 100%;
  padding-right: 0.625rem;
  padding-left: 0.625rem;
  margin-top: 2.5rem;
  margin-bottom: 3.125rem;
}
@media print, screen and (min-width: 40em) {
.error-404 {
      padding-right: 0.9375rem;
      padding-left: 0.9375rem;
}
}
.error-404__text {
  margin-right: auto;
  margin-left: auto;
}
.error-404__copy,
.error-404__header {
  flex: 0 0 100%;
  max-width: 100%;
  padding-right: 0.625rem;
  padding-left: 0.625rem;
  text-align: center;
}
@media print, screen and (min-width: 40em) {
.error-404__copy,
    .error-404__header {
      padding-right: 0.9375rem;
      padding-left: 0.9375rem;
}
}
@media print, screen and (min-width: 40em) {
.error-404__header {
    font-size: 5rem;
}
}
.error-404__copy {
  font-size: 1.875rem;
}
.error-404__logo {
  height: 12.5rem;
  margin-top: 3.125rem;
  margin-right: auto;
  margin-left: auto;
}
.accordion {
  max-width: 75rem;
  margin-right: auto;
  margin-left: auto;
  display: flex;
  flex-flow: row wrap;
  flex: 1 1 0px;
  padding-right: 0.625rem;
  padding-left: 0.625rem;
  min-width: 0;
}
@media print, screen and (min-width: 40em) {
.accordion {
      padding-right: 0.9375rem;
      padding-left: 0.9375rem;
}
}
.accordion__panel {
  width: 100%;
  margin-bottom: 0.625rem;
}
.panel__button,
.panel__button + .panel__content {
  width: 100%;
}
.panel__button {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 1.25rem;
  color: #000;
  text-align: left;
  cursor: pointer;
  background-color: #f2f2f2;
  border-width: 0;
  transition-duration: 0.7s;
  transition-property: color, background-color;
}
.panel_active > .panel__button {
    color: #fff;
    background-color: #582c83;
}
.panel_active > .panel__button:nth-of-type(odd) {
      background-color: #582c83;
}
.program-block__accordian .panel__button {
    font-family: brandon-grotesque;
    font-size: 1.375rem;
    font-style: normal;
    font-weight: 500;
    line-height: 120%;
    color: #fff;
    background-color: #582c83;
    border-top: solid #201547 0.1875rem;
    border-bottom: solid #201547 0.1875rem;
}
@media print, screen and (min-width: 40em) {
.program-block__accordian .panel__button {
        font-size: 1.5625rem;
        line-height: 120%;
}
}
@media print, screen and (min-width: 78.125em) {
.program-block__accordian .panel__button {
        font-size: 1.5625rem;
        line-height: 120%;
}
}
.panel__buton_title {
  width: calc(100% - 30px);
}
.accordion__panel_toggle_symbol {
  position: absolute;
  top: 0;
  right: 2.5rem;
  width: 15px;
  height: 15px;
  height: 100%;
  fill: #54585a;
  transition-duration: 0.7s;
  transition-property: fill, transform;
}
.panel_active > .panel__button > .accordion__panel_toggle_symbol {
    fill: #fff;
    transform: rotate(45deg);
}
.accordion__panel_toggle_symbol.program-block__toggle_symbol {
    display: none;
}
@media print, screen and (min-width: 40em) {
.accordion__panel_toggle_symbol.program-block__toggle_symbol {
        display: block;
        fill: #fff;
}
}
.panel__content {
  padding: 1.25rem;
  background-color: #f2f2f2;
}
.alert-furman {
  position: relative;
  z-index: 10;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  padding-top: 10px;
  padding-bottom: 10px;
  background-color: #fd6063;
}
.hamburger_open .alert-furman {
    display: none;
}
.search_open .alert-furman {
    display: none;
}
@media print, screen and (min-width: 78.125em) {
.search_open .alert-furman {
        display: flex;
}
}
@media screen and (min-width: 37.5625em) {
body.admin-bar .alert-furman {
      transform: translate(0, 2.875rem);
}
}
@media screen and (min-width: 48.9375em) {
body.admin-bar .alert-furman {
      transform: translate(0, 2rem);
}
}
.alert__icon,
.alert__text,
.alert__button {
  display: inline-block;
  margin-right: 15px;
  margin-left: 15px;
}
.alert__icon {
  width: 30px;
  height: 30px;
  margin-top: auto;
  margin-bottom: auto;
  stroke: #000;
  stroke-width: 1;
}
.alert__icon-svg {
  overflow: visible;
}
.alert__text {
  font-family: brandon-grotesque;
  font-size: 1.125rem;
  font-style: normal;
  font-weight: 300;
  line-height: 138.88889%;
  letter-spacing: 0.005em;
  align-self: center;
  padding-top: 10px;
  padding-bottom: 10px;
  font-weight: 500;
  color: #000;
  letter-spacing: 0.008em;
}
@media print, screen and (min-width: 40em) {
.alert__text {
      font-size: 1.125rem;
      line-height: 138.88889%;
}
}
@media print, screen and (min-width: 78.125em) {
.alert__text {
      font-size: 1.125rem;
      line-height: 138.88889%;
}
}
.alert__button {
  position: relative;
  max-height: 100%;
  padding: 10px 18px;
  margin-top: auto;
  margin-bottom: auto;
  font-family: brandon-grotesque;
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: 1.5;
  color: #fff;
  letter-spacing: 0.1em;
  background-color: rgba(93, 1, 3, 0.4);
  border-radius: 18px;
}
.alert__button:hover {
    background-color: rgba(93, 1, 3, 0.7);
}
@media print, screen and (min-width: 78.125em) {
header.header_style__minimized .header {
    height: 70px;
}
header.header_style__minimized .header::before {
      background-color: #582c83;
      transition: background-color .3s;
}
header.header_style__minimized .header::after {
      height: 100%;
      transition: height .3s;
}
header.header_style__minimized .header.-minimized-header-expanded .header__row {
      height: 8.75rem;
}
header.header_style__minimized .header.-minimized-header-expanded::before {
      background-color: #e6e6e6;
}
header.header_style__minimized .header.-minimized-header-expanded::after {
      height: 50%;
}
header.header_style__minimized .header.-minimized-header-expanded .header__logo-wrap {
      background-color: #e6e6e6;
      flex-basis: 25%;
}
header.header_style__minimized .header.-minimized-header-expanded .header__logo {
      width: 350px;
}
header.header_style__minimized .header.-minimized-header-expanded .header__logo__type {
        fill: #54585a;
}
header.header_style__minimized .header.-minimized-header-expanded .header__logo__circle {
        fill: #582c83;
}
header.header_style__minimized .header.-minimized-header-expanded .header__logo__tower {
        fill: #fff;
}
header.header_style__minimized .header.-minimized-header-expanded .header__nav__top-wrap {
      height: 50%;
}
header.header_style__minimized .header.-minimized-header-expanded .header__nav__bottom-wrap {
      height: 50%;
}
header.header_style__minimized .header.-minimized-header-expanded .header__minimized-toggle {
      opacity: 0;
      pointer-events: none;
}
header.header_style__minimized .header__row {
      background-color: #582c83;
      height: 70px;
      transition: height .3s;
}
header.header_style__minimized .header__logo-wrap {
      background-color: #582c83;
      flex-basis: 310px;
      transition: background-color .3s, flex-basis .3s, width .3s;
}
header.header_style__minimized .header__logo {
      transition: width .3s;
      width: 280px;
}
header.header_style__minimized .header__logo__type, header.header_style__minimized .header__logo__circle {
        fill: #fff;
}
header.header_style__minimized .header__logo__tower {
        fill: #582c83;
}
header.header_style__minimized .header__nav {
      margin-left: auto;
}
header.header_style__minimized .header__nav__top-wrap {
        height: 0;
        overflow: hidden;
        transition: height .3s;
}
header.header_style__minimized .header__nav__bottom-wrap {
        height: 0;
        overflow: hidden;
        transition: height .3s;
}
header.header_style__minimized .header__minimized-toggle {
      background-color: transparent;
      border: 0;
      cursor: pointer;
      display: none;
      height: 70px;
      margin: 0 0.9375rem 0 auto;
      padding: 8px 26px 10px 0;
      position: relative;
      transition: opacity .3s;
}
}
@media print, screen and (min-width: 78.125em) and (min-width: 78.125em) {
header.header_style__minimized .header__minimized-toggle {
        display: block;
}
}
@media print, screen and (min-width: 78.125em) {
header.header_style__minimized .header__minimized-toggle span,
      header.header_style__minimized .header__minimized-toggle span::before,
      header.header_style__minimized .header__minimized-toggle span::after {
        background: #fff;
        border-radius: 1px;
        content: "";
        cursor: pointer;
        display: block;
        height: 2px;
        position: absolute;
        transition: transform 500ms ease-in-out, top 500ms ease-in-out, background-color 500ms ease-in-out;
        width: 26px;
}
header.header_style__minimized .header__minimized-toggle span::before {
        top: -9px;
}
header.header_style__minimized .header__minimized-toggle span::after {
        bottom: -9px;
}
}
.archive-header__inner {
  max-width: 100rem;
  width: 100%;
  margin: 0 auto;
  background: #fff;
  padding: .5rem 5.625rem 0.5rem;
}
@media screen and (max-width: 48em) {
.archive-header__inner {
      padding: 0.5em 2em 0.5em;
}
}
.archive-header__primary {
  flex-grow: 1;
}
.archive-header__content {
  border-bottom: 5px solid #e6e6e6;
  display: flex;
  align-items: flex-end;
  padding-bottom: 1rem;
}
@media screen and (max-width: 48em) {
.archive-header__content {
      flex-flow: column nowrap;
      justify-content: flex-end;
      align-items: flex-start;
}
}
.archive-header__description {
  font-family: brandon-grotesque;
  font-size: 1.125rem;
  font-style: normal;
  font-weight: 300;
  letter-spacing: 0.005em;
  line-height: 138.88889%;
  padding-top: 1.5rem;
}
.archive-header__filter {
  width: 300px;
}
.archive-header__subtitle {
  display: block;
}
@media screen and (min-width: 769px) {
.archive-header__search_and_filter {
    display: flex;
}
}
.archive-header-search-logo {
  width: 240px !important;
  border: 1px solid rgba(60, 60, 60, 0.26);
  border-radius: 4px;
}
.archive-header-search_input {
  margin-bottom: 0px !important;
  border: none !important;
  padding: 0.30em .5em !important;
}
.archive-pagination {
  max-width: 75rem;
  margin-right: auto;
  margin-left: auto;
  display: flex;
  flex-flow: row wrap;
  margin-bottom: 1.25rem;
}
@media print, screen and (min-width: 78.125em) {
.archive-pagination {
      margin-bottom: 3.125rem;
}
}
.archive-pagination__inner {
    flex: 0 0 100%;
    max-width: 100%;
    padding-right: 0.625rem;
    padding-left: 0.625rem;
}
@media print, screen and (min-width: 40em) {
.archive-pagination__inner {
        padding-right: 0.9375rem;
        padding-left: 0.9375rem;
}
}
.archive-pagination__pages {
    align-items: center;
    display: flex;
    flex-flow: row wrap;
    justify-content: center;
}
.archive-pagination__page {
    margin: 0.3125rem;
}
.archive-pagination__page > span,
    .archive-pagination__page > a {
      align-items: center;
      display: flex;
      font-size: 1.125rem;
      font-weight: 400;
      height: 2em;
      justify-content: center;
      min-width: 2em;
}
.archive-pagination__page .page-number.current {
      background-color: #fff;
      border: 0.125rem solid #582c83;
}
.archive-pagination__page .dots {
      min-width: 1.25em;
}
.archive-pagination__link {
    background-color: #582c83;
    color: #fff;
}
.apply__studies-block {
  padding-top: 2.8125rem;
  padding-bottom: 2.8125rem;
}
@media print, screen and (min-width: 78.125em) {
.apply__studies-block {
      padding-top: 4.6875rem;
      padding-bottom: 4.6875rem;
}
}
.apply__studies-list {
  max-width: 75rem;
  margin-right: auto;
  margin-left: auto;
  display: flex;
  flex-flow: row wrap;
  position: relative;
  display: flex;
  height: 16.5625rem;
  flex-direction: row;
  flex-wrap: wrap;
}
@media print, screen and (min-width: 40em) {
.apply__studies-list {
      height: 27.5rem;
}
}
@media print, screen and (min-width: 78.125em) {
.apply__studies-list {
      height: 17.8125rem;
      justify-content: flex-end;
}
}
.apply__studies-item-button {
  display: flex;
  height: 100%;
  text-align: left;
  cursor: pointer;
  flex-direction: column;
  justify-content: center;
  background-color: #fff;
  border: 0;
}
.apply__studies-list-item:first-child {
  flex: 0 0 100%;
  max-width: 100%;
  padding-right: 0.625rem;
  padding-left: 0.625rem;
  display: flex;
  height: 50%;
  margin-top: 0;
}
@media print, screen and (min-width: 40em) {
.apply__studies-list-item:first-child {
      padding-right: 0.9375rem;
      padding-left: 0.9375rem;
}
}
@media print, screen and (min-width: 78.125em) {
.apply__studies-list-item:first-child {
      flex: 0 0 58.33333%;
      max-width: 58.33333%;
      height: 100%;
      flex-direction: column;
      align-self: stretch;
}
}
@media print, screen and (min-width: 78.125em) {
.apply__studies-list-item:last-child {
    position: relative;
    top: calc(-50% + 10px);
}
}
.apply__studies-list-item {
  flex: 0 0 50%;
  max-width: 50%;
  padding-right: 0.625rem;
  padding-left: 0.625rem;
  height: calc(50% - 20px);
  margin-top: 1.25rem;
}
@media print, screen and (min-width: 40em) {
.apply__studies-list-item {
      padding-right: 0.9375rem;
      padding-left: 0.9375rem;
}
}
@media print, screen and (min-width: 78.125em) {
.apply__studies-list-item {
      flex: 0 0 41.66667%;
      max-width: 41.66667%;
      height: calc(50% - 10px);
      margin-top: 0;
}
}
.apply__studies-item-text {
  display: none;
  margin-top: 1.25rem;
  color: #000;
}
@media print, screen and (min-width: 40em) {
.apply__studies-item-text {
      display: block;
}
}
.apply__studies-item-header {
  position: relative;
  color: #000;
  transition: color 0.7s;
}
.text_button:hover .apply__studies-item-header {
    color: #fff;
}
.apply__identity-container {
  position: relative;
  display: flex;
  height: 18.75rem;
  justify-content: center;
  align-items: center;
}
@media print, screen and (min-width: 78.125em) {
.apply__identity-container {
      height: 26.5625rem;
}
}
.background-scuz {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 18.75rem;
  -o-object-fit: cover;
     object-fit: cover;
  font-family: "object-fit: contain;";
}
@media print, screen and (min-width: 78.125em) {
.background-scuz {
      height: 26.5625rem;
}
}
.apply__identity-wrapper {
  max-width: 75rem;
  margin-right: auto;
  margin-left: auto;
  display: flex;
  flex-flow: row wrap;
  width: 100%;
}
.apply__identity {
  flex: 0 0 83.33333%;
  max-width: 83.33333%;
  padding-right: 0.625rem;
  padding-left: 0.625rem;
  margin-left: 8.33333%;
  position: relative;
  z-index: 1;
  display: flex;
  padding-top: 1.875rem;
  padding-bottom: 1.875rem;
  color: #fff;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background-color: #582c83;
}
@media print, screen and (min-width: 40em) {
.apply__identity {
      padding-right: 0.9375rem;
      padding-left: 0.9375rem;
}
}
@media print, screen and (min-width: 78.125em) {
.apply__identity {
      flex: 0 0 66.66667%;
      max-width: 66.66667%;
      margin-left: 16.66667%;
      padding-top: 4.0625rem;
      padding-bottom: 4.0625rem;
      flex-direction: row;
}
}
.apply__identity-select {
  width: 100%;
  margin: 1.25rem 0;
}
@media print, screen and (min-width: 78.125em) {
.apply__identity-select {
      width: 50%;
      margin: 0 2.8125rem;
}
}
.active-path__content-wrapper {
  max-width: 75rem;
  margin-right: auto;
  margin-left: auto;
  display: flex;
  flex-flow: row wrap;
}
.active-path__content {
  flex: 0 0 100%;
  max-width: 100%;
  padding-right: 0.625rem;
  padding-left: 0.625rem;
}
@media print, screen and (min-width: 40em) {
.active-path__content {
      padding-right: 0.9375rem;
      padding-left: 0.9375rem;
}
}
.active-path__content + .active-path__content {
  margin-top: 3.75rem;
}
.active-path__link-group {
  text-align: center;
}
.active-path__button + .active-path__button {
  margin-left: 40px;
}
.active-path__accordion__panel {
  background-color: #f2f2f2;
}
.active-path__accordion__panel:nth-of-type(odd) {
    background-color: #dedede;
}
.active-path__accordion__panel .panel__button {
    padding-left: 100px;
    background-color: transparent;
}
.active-path__accordion__panel .panel__content {
    padding-left: 100px;
    background-color: #fff;
}
.breadcrumb {
  display: flex;
}
.breadcrumb__item {
  position: relative;
  display: flex;
  padding-right: 3.125rem;
  align-items: center;
  color: #54585a;
}
.breadcrumb__item::after {
    position: absolute;
    top: 0;
    right: 1.5625rem;
    display: inline-block;
    width: 1.875rem;
    height: 100%;
    content: "";
    background-image: url("data:image/svg+xml;utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 9.121 15.414'%3E%3Cpath fill='none' stroke='%23662d91' stroke-miterlimit='10' stroke-width='2' d='M.707.707l7 7-7 7'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: auto 70%;
    transform: translate(50%, 0);
}
.breadcrumb__item.active {
    padding-right: 0;
    color: #582c83;
}
.breadcrumb__item.active::after {
      display: none;
}
.breadcrumb__link {
  height: 100%;
}
.breadcrumb__link:hover {
    color: #582c83;
}
.brand-moment {
  position: relative;
  height: 425px;
}
.brand-moment__image {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  font-family: "object-fit: contain;";
}
.brand-moment__overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: linear-gradient(45deg, rgba(37, 23, 76, 0.6) 0%, rgba(85, 36, 123, 0.6) 74%, rgba(80, 105, 153, 0.6) 100%);
}
.brand-moment__copy {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  text-align: center;
}
.brand-moment__copy .headline-07 {
    line-height: 120%;
    padding: 0.5rem;
}
.brand-moment__copy--line {
  display: block;
}
.button {
  position: relative;
  z-index: 1;
  display: inline-block;
  min-width: 60px;
  padding: 10px 0;
  margin-right: 30px;
  margin-left: 30px;
  overflow: visible;
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  background-color: #201547;
  border-top: #201547 2px solid;
  border-bottom: #201547 2px solid;
}
.button::before, .button::after {
    position: absolute;
    top: -2px;
    z-index: -1;
    width: 42px;
    height: calc(100% + 4px);
    content: "";
    background-color: #201547;
    border-top: #201547 2px solid;
    border-bottom: #201547 2px solid;
}
.button::before {
    left: -30px;
    border-left: #201547 2px solid;
    border-top-left-radius: 84px;
    border-bottom-left-radius: 84px;
}
.button::after {
    right: -30px;
    border-right: #201547 2px solid;
    border-top-right-radius: 84px;
    border-bottom-right-radius: 84px;
}
.button:hover {
    color: #201547;
    background-color: #fff;
}
.button:hover::before, .button:hover::after {
      color: #201547;
      background-color: #fff;
}
.content_block_a .button,
  .content-block-b .button,
  .secondary-content .button,
  .cta_blocks .button {
    margin-top: 1.5625rem;
}
.button--light, .story-block__paragraph + .story-block__button {
  position: relative;
  z-index: 1;
  display: inline-block;
  min-width: 60px;
  padding: 10px 0;
  margin-right: 30px;
  margin-left: 30px;
  overflow: visible;
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  background-color: #582c83;
  border-top: #582c83 2px solid;
  border-bottom: #582c83 2px solid;
}
.button--light::before, .story-block__paragraph + .story-block__button::before, .button--light::after, .story-block__paragraph + .story-block__button::after {
    position: absolute;
    top: -2px;
    z-index: -1;
    width: 42px;
    height: calc(100% + 4px);
    content: "";
    background-color: #582c83;
    border-top: #582c83 2px solid;
    border-bottom: #582c83 2px solid;
}
.button--light::before, .story-block__paragraph + .story-block__button::before {
    left: -30px;
    border-left: #582c83 2px solid;
    border-top-left-radius: 84px;
    border-bottom-left-radius: 84px;
}
.button--light::after, .story-block__paragraph + .story-block__button::after {
    right: -30px;
    border-right: #582c83 2px solid;
    border-top-right-radius: 84px;
    border-bottom-right-radius: 84px;
}
.button--light:hover, .story-block__paragraph + .story-block__button:hover {
    color: #582c83;
    background-color: #fff;
}
.button--light:hover::before, .story-block__paragraph + .story-block__button:hover::before, .button--light:hover::after, .story-block__paragraph + .story-block__button:hover::after {
      color: #582c83;
      background-color: #fff;
}
.button--white, .fade-slider__slide .button {
  position: relative;
  z-index: 1;
  display: inline-block;
  min-width: 60px;
  padding: 10px 0;
  margin-right: 30px;
  margin-left: 30px;
  overflow: visible;
  color: #201547;
  text-align: center;
  text-transform: uppercase;
  background-color: #fff;
  border-top: #fff 2px solid;
  border-bottom: #fff 2px solid;
}
.button--white::before, .fade-slider__slide .button::before, .button--white::after, .fade-slider__slide .button::after {
    position: absolute;
    top: -2px;
    z-index: -1;
    width: 42px;
    height: calc(100% + 4px);
    content: "";
    background-color: #fff;
    border-top: #fff 2px solid;
    border-bottom: #fff 2px solid;
}
.button--white::before, .fade-slider__slide .button::before {
    left: -30px;
    border-left: #fff 2px solid;
    border-top-left-radius: 84px;
    border-bottom-left-radius: 84px;
}
.button--white::after, .fade-slider__slide .button::after {
    right: -30px;
    border-right: #fff 2px solid;
    border-top-right-radius: 84px;
    border-bottom-right-radius: 84px;
}
.button--white:hover, .fade-slider__slide .button:hover {
    color: #fff;
    background-color: #201547;
}
.button--white:hover::before, .fade-slider__slide .button:hover::before, .button--white:hover::after, .fade-slider__slide .button:hover::after {
      color: #fff;
      background-color: #201547;
}
@keyframes videoSpin {
from {
    transform: translate(-50%, -50%) rotate(0);
}
to {
    transform: translate(-50%, -50%) rotate(360deg);
}
}
.play_button {
  position: relative;
  width: 150px;
  height: 150px;
  padding: 0;
  background-color: transparent;
  border-width: 0;
}
.play_button:hover {
    cursor: pointer;
}
.play_button__outer,
.play_button__inner,
.play_button__circle,
.play_button__play {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(0);
}
.play_button__outer,
.play_button__inner {
  animation-duration: 15s;
  animation-play-state: paused;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
}
.play_button:hover .play_button__outer, .play_button:hover
  .play_button__inner {
    animation-play-state: running;
}
.play_button__outer {
  width: 90%;
  height: 90%;
  animation-name: videoSpin;
  animation-direction: normal;
}
.play_button__inner {
  width: 75%;
  height: 75%;
  animation-name: videoSpin;
  animation-direction: reverse;
}
.play_button__circle {
  top: 50%;
  left: 50%;
  width: 90%;
  height: 90%;
  transform: translate(-46%, -46%) rotate(0);
}
.play_button__play {
  width: 20%;
  height: 20%;
  transition: color 0.7s;
}
.play_button:hover .play_button__play {
    animation-play-state: running;
}
.text_button--large {
  position: relative;
  display: flex;
  width: 25rem;
  max-width: 100%;
  padding: 1.25rem 1.875rem;
  color: #fff;
  align-items: center;
  justify-content: space-between;
  background-color: #582c83;
}
.page-links__item .text_button--large {
    min-width: 100%;
    height: 7.8125rem;
    margin-right: auto;
    margin-left: auto;
    border: 1px solid #fff;
}
@media print, screen and (min-width: 40em) {
.page-links__item .text_button--large {
        height: 6.25rem;
}
}
.text_button--large__text {
  width: calc(100% - 38px);
  color: #fff;
}
.text_button--large__icon {
  width: 2.375rem;
  height: 100%;
  stroke: #fff;
  transition: transform 0.7s;
}
.text_button--large:hover .text_button--large__icon {
    transform: translate(10px, 0);
}
.text_button {
  position: relative;
  display: flex;
  width: 23.125rem;
  padding: 1.25rem 1.875rem;
  align-items: center;
  justify-content: space-between;
}
.text_button::before {
    position: absolute;
    top: 0;
    right: calc(100% - 10px);
    left: 0;
    height: 100%;
    content: "";
    background-color: #201547;
    transition: right 0.7s;
}
.degrees__content .text_button::before {
      background-color: #582c83;
}
.text_button:hover::before {
    right: 0;
}
.degrees__content .text_button {
    width: 100%;
    margin-top: 0.1875rem;
    background-color: #fff;
}
.apply__studies-list .text_button {
    width: 100%;
}
.text_button__text {
  position: relative;
  width: calc(100% - 38px);
  transition: color 0.7s;
}
.text_button:hover .text_button__text {
    color: #fff;
}
.text_button--bold .text_button__text {
    font-family: "Oswald Regular";
    font-size: 1.5625rem;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
    letter-spacing: 0.01em;
    color: #201547;
}
@media print, screen and (min-width: 40em) {
.text_button--bold .text_button__text {
        font-size: 1.5625rem;
        line-height: 140%;
}
}
@media print, screen and (min-width: 78.125em) {
.text_button--bold .text_button__text {
        font-size: 1.5625rem;
        line-height: 140%;
}
}
@media print, screen and (min-width: 40em) {
.text_button--bold .text_button__text {
        font-family: "Oswald Regular";
        font-size: 1.125rem;
        font-style: normal;
        font-weight: 400;
        line-height: 127.77778%;
        letter-spacing: 0.01em;
}
}
@media print, screen and (min-width: 40em) and (min-width: 40em) {
.text_button--bold .text_button__text {
      font-size: 1.125rem;
      line-height: 127.77778%;
}
}
@media print, screen and (min-width: 40em) and (min-width: 78.125em) {
.text_button--bold .text_button__text {
      font-size: 1.125rem;
      line-height: 127.77778%;
}
}
.text_button__icon {
  position: relative;
  width: 2.375rem;
  height: 1rem;
  stroke: #201547;
}
.text_button:hover .text_button__icon {
    stroke: #fff;
}
.content_block_a .button {
  margin-top: 1.5rem;
}
.content_block_a__primary_image {
  display: none;
  width: 100%;
  height: 21.875rem;
  -o-object-fit: cover;
     object-fit: cover;
}
@media print, screen and (min-width: 40em) {
.content_block_a__primary_image {
      display: block;
      height: 28.75rem;
}
}
.content_block_a__content {
  display: flex;
  width: 100%;
  max-width: 100rem;
  margin-right: auto;
  margin-left: auto;
  flex-direction: column;
  justify-content: center;
}
@media print, screen and (min-width: 40em) {
.content_block_a__content {
      padding-right: 30px;
      padding-bottom: 3.125rem;
      padding-left: 30px;
      margin-top: -7.5rem;
      flex-direction: row;
      background-color: #e6e6e6;
      background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 51 32.048'%3E%3Ccircle cx='25.5' cy='16.024' r='1.25' fill='%23c8c8c8'/%3E%3C/svg%3E");
      background-repeat: space;
      background-size: 3.125rem;
}
}
.content_block_a__copy {
  position: relative;
  max-width: 75rem;
  padding: 1.25rem 1.25rem 2.1875rem 1.25rem;
  margin-top: -100px;
  margin-right: 20px;
  margin-left: 20px;
  background-color: #fff;
}
.content_block_a__copy::after {
    position: absolute;
    bottom: 0;
    left: -1.25rem;
    display: none;
    width: calc(100% + 40px);
    height: 1.5625rem;
    content: "";
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 10.683 26.847'%3E%3Cpath d='M1.633 12.534A2.845 2.845 0 0 1 0 13.423a2.843 2.843 0 0 1 1.633.89 3.591 3.591 0 0 1 .717 1.512 3.607 3.607 0 0 1 .719-1.511 2.845 2.845 0 0 1 1.631-.889 2.855 2.855 0 0 1-1.635-.89 3.585 3.585 0 0 1-.719-1.511 3.592 3.592 0 0 1-.713 1.51zm0 11.021A2.845 2.845 0 0 1 0 24.444a2.843 2.843 0 0 1 1.633.89 3.591 3.591 0 0 1 .717 1.512 3.607 3.607 0 0 1 .719-1.511 2.845 2.845 0 0 1 1.631-.889 2.855 2.855 0 0 1-1.635-.89 3.585 3.585 0 0 1-.719-1.511 3.6 3.6 0 0 1-.713 1.51z' fill='%23582c83'/%3E%3Cpath d='M1.633 12.534A2.845 2.845 0 0 1 0 13.423a2.843 2.843 0 0 1 1.633.89 3.591 3.591 0 0 1 .717 1.512 3.607 3.607 0 0 1 .719-1.511 2.845 2.845 0 0 1 1.631-.889 2.855 2.855 0 0 1-1.635-.89 3.585 3.585 0 0 1-.719-1.511 3.592 3.592 0 0 1-.713 1.51zm0-11.021A2.845 2.845 0 0 1 0 2.4a2.843 2.843 0 0 1 1.633.89A3.591 3.591 0 0 1 2.35 4.8a3.607 3.607 0 0 1 .72-1.508A2.845 2.845 0 0 1 4.7 2.4a2.855 2.855 0 0 1-1.635-.89A3.585 3.585 0 0 1 2.35 0a3.592 3.592 0 0 1-.717 1.513zM6.971 7.2a2.84 2.84 0 0 1-1.633.89 2.843 2.843 0 0 1 1.633.89 3.591 3.591 0 0 1 .717 1.512 3.607 3.607 0 0 1 .719-1.511 2.845 2.845 0 0 1 1.634-.888A2.855 2.855 0 0 1 8.407 7.2a3.585 3.585 0 0 1-.719-1.511A3.583 3.583 0 0 1 6.971 7.2zm0 11.021a2.84 2.84 0 0 1-1.633.89A2.843 2.843 0 0 1 6.971 20a3.591 3.591 0 0 1 .717 1.512A3.585 3.585 0 0 1 8.409 20a2.845 2.845 0 0 1 1.634-.888 2.855 2.855 0 0 1-1.635-.89 3.585 3.585 0 0 1-.719-1.511 3.591 3.591 0 0 1-.718 1.505z' fill='%23582c83'/%3E%3C/svg%3E");
    background-repeat: repeat-x;
    background-position: 0 100%;
    background-size: auto 100%;
}
@media print, screen and (min-width: 40em) {
.content_block_a__copy {
      flex-grow: 1;
      width: 35%;
      min-height: 16.875rem;
      padding: 1.875rem 1.875rem 1.875rem 4.0625rem;
      margin-right: 0;
      margin-left: 0;
}
.content_block_a__copy::after {
        top: 0;
        right: auto;
        left: 1px;
        display: block;
        width: 1.25rem;
        height: calc(100% - 4px);
        background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 26.847 10.683'%3E%3Cpath fill='%23582c83' d='M14.313 1.633C13.558 1.001 13.424 0 13.424 0h-.001s-.134 1.001-.89 1.633c0 0-.552.5-1.512.717l.002.001c.959.219 1.511.719 1.511.719.755.633.888 1.634.888 1.634h.001s.135-1.002.89-1.635c0 0 .551-.501 1.511-.719l.002-.001c-.96-.216-1.513-.716-1.513-.716zm-11.021 0C2.537 1.001 2.403 0 2.403 0h-.001s-.134 1.001-.89 1.633c0 0-.552.5-1.512.717l.002.001c.959.219 1.511.719 1.511.719.755.633.888 1.634.888 1.634h.001s.135-1.002.89-1.635c0 0 .551-.501 1.511-.719h.001c-.959-.217-1.512-.717-1.512-.717z'/%3E%3Cpath fill='%23582c83' d='M14.313 1.633C13.558 1.001 13.424 0 13.424 0h-.001s-.134 1.001-.89 1.633c0 0-.552.5-1.512.717l.002.001c.959.219 1.511.719 1.511.719.755.633.888 1.634.888 1.634h.001s.135-1.002.89-1.635c0 0 .551-.501 1.511-.719l.002-.001c-.96-.216-1.513-.716-1.513-.716zm11.021 0C24.579 1.001 24.445 0 24.445 0h-.001s-.134 1.001-.89 1.633c0 0-.552.5-1.512.717l.002.001c.959.219 1.511.719 1.511.719.755.633.888 1.634.888 1.634h.001s.135-1.002.89-1.635c0 0 .551-.501 1.511-.719l.002-.001c-.96-.216-1.513-.716-1.513-.716zm-5.682 5.338c-.756-.631-.89-1.633-.89-1.633h-.001s-.134 1.001-.89 1.633c0 0-.552.5-1.512.717l.002.001c.959.219 1.511.719 1.511.719.755.633.888 1.634.888 1.634h.001s.135-1.002.89-1.635c0 0 .551-.501 1.511-.719l.002-.001c-.96-.216-1.512-.716-1.512-.716zm-11.021 0c-.756-.631-.89-1.633-.89-1.633H7.74s-.134 1.001-.89 1.633c0 0-.552.5-1.512.717l.002.002c.96.218 1.511.719 1.511.719.755.633.888 1.634.888 1.634h.001s.135-1.002.89-1.635c0 0 .551-.501 1.511-.719l.002-.001c-.96-.217-1.512-.717-1.512-.717z'/%3E%3Cpath fill='%23582c83' d='M19.652 6.971c-.756-.631-.89-1.633-.89-1.633h-.001s-.134 1.001-.89 1.633c0 0-.552.5-1.512.717l.002.001c.959.219 1.511.719 1.511.719.755.633.888 1.634.888 1.634h.001s.135-1.002.89-1.635c0 0 .551-.501 1.511-.719l.002-.001c-.96-.216-1.512-.716-1.512-.716z'/%3E%3C/svg%3E");
        background-repeat: repeat-y;
        background-position: 50% 0.4375rem;
        background-size: 2.125rem;
}
}
@media print, screen and (min-width: 78.125em) {
.content_block_a__copy {
      flex-grow: 1;
      width: 37.5rem;
      padding: 5rem 6.25rem 5.625rem 7.8125rem;
}
}
.content_block_a__title {
  width: 100%;
  margin-bottom: 0.625rem;
  font-weight: 500;
  color: #201547;
}
.content_block_a__brand_rect {
  position: absolute;
  bottom: 0;
  left: -1.25rem;
  display: none;
  width: 50%;
  height: 1.25rem;
  background-color: #582c83;
}
@media print, screen and (min-width: 40em) {
.content_block_a__brand_rect {
      right: auto;
      bottom: 0;
      left: 0;
      display: block;
      width: 1.375rem;
      height: 13.625rem;
}
}
.content_block_a__secondary_image_container {
  position: relative;
  flex-shrink: 0;
  width: 100%;
  height: 250px;
  margin-top: 0;
}
@media print, screen and (min-width: 40em) {
.content_block_a__secondary_image_container {
      width: 35%;
      height: auto;
      margin-top: -6.25rem;
}
}
@media print, screen and (min-width: 78.125em) {
.content_block_a__secondary_image_container {
      max-width: 31.25rem;
}
}
.content_block_a__secondary_image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  font-family: "object-fit: cover;";
}
.content-block-b {
  padding: 6.25rem 0 9.375rem;
  overflow: hidden;
  background-color: #e6e6e6;
}
.content-block-b__wrapper {
  max-width: 75rem;
  margin-right: auto;
  margin-left: auto;
  display: flex;
  flex-flow: row wrap;
  position: relative;
  flex-direction: column-reverse;
}
@media print, screen and (min-width: 40em) {
.content-block-b__wrapper {
      flex-direction: row;
}
}
.content-block-b__purple {
  background-color: #582c83;
}
.content-block-b__title {
  font-weight: 700;
}
.content-block-b__primary-image {
  width: 100%;
  height: 300px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media print, screen and (min-width: 40em) {
.content-block-b__primary-image {
      flex: 0 0 41.66667%;
      max-width: 41.66667%;
      padding-right: 0;
      padding-left: 0;
      height: 32.1875rem;
}
}
.content-block-b__secondary-image {
  display: none;
}
@media print, screen and (min-width: 40em) {
.content-block-b__secondary-image {
      display: block;
      flex: 0 0 58.33333%;
      max-width: 58.33333%;
      padding-right: 0;
      padding-left: 0;
      height: 19.0625rem;
      margin-top: 1.875rem;
      -o-object-fit: cover;
         object-fit: cover;
}
}
.content-block-b__block-wrapper {
  width: 100%;
}
@media print, screen and (min-width: 40em) {
.content-block-b__block-wrapper {
      margin-left: 33.33333%;
      flex: 0 0 58.33333%;
      max-width: 58.33333%;
      padding-right: 0.625rem;
      padding-left: 0.625rem;
      display: inline-block;
      margin-top: -13.75rem;
}
}
@media print, screen and (min-width: 40em) and (min-width: 40em) {
.content-block-b__block-wrapper {
      padding-right: 0.9375rem;
      padding-left: 0.9375rem;
}
}
.content-block-b__block {
  position: relative;
  padding: 2.5rem;
  background-color: #fff;
}
@media print, screen and (min-width: 40em) {
.content-block-b__block {
      padding: 5rem;
}
}
.content-block-b__block::before {
    position: absolute;
    top: 100%;
    right: 0;
    width: 2.5rem;
    height: 18.75rem;
    content: "";
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 11.021 11.323'%3E%3Ctitle%3Estars%3C/title%3E%3Cpath d='M3.731 2.273A2.842 2.842 0 0 1 2.842.64a2.842 2.842 0 0 1-.89 1.633 3.6 3.6 0 0 1-1.513.717 3.6 3.6 0 0 1 1.511.719 2.846 2.846 0 0 1 .89 1.636 2.856 2.856 0 0 1 .89-1.635 3.594 3.594 0 0 1 1.512-.72 3.594 3.594 0 0 1-1.511-.717zM9.07 7.611a2.842 2.842 0 0 1-.89-1.633 2.842 2.842 0 0 1-.89 1.633 3.6 3.6 0 0 1-1.512.717 3.6 3.6 0 0 1 1.511.719 2.846 2.846 0 0 1 .888 1.634 2.856 2.856 0 0 1 .89-1.635 3.594 3.594 0 0 1 1.511-.719 3.594 3.594 0 0 1-1.508-.716z' fill='%23fff'/%3E%3C/svg%3E");
    background-position: top right;
    background-size: 14px;
}
@media print, screen and (min-width: 40em) {
.content-block-b__block::before {
        top: -2.5rem;
        right: auto;
        left: -2.1875rem;
        width: 25rem;
        height: 18.75rem;
}
}
@media print, screen and (min-width: 40em) {
.content-block-b__block::after {
      position: absolute;
      bottom: -1.25rem;
      left: -1.25rem;
      width: 7.8125rem;
      height: 4.375rem;
      content: "";
      border-bottom: 1.25rem solid #582c83;
      border-left: 1.25rem solid #582c83;
}
}
.content-block-b__block-content {
  position: relative;
  z-index: 1;
  margin-bottom: 2.5rem;
}
@media print, screen and (min-width: 78.125em) {
.content-block-b__block-content {
      margin-bottom: 0;
}
}
.content-block-b__copy {
  margin-top: 1.25rem;
}
.content-block-b__corner-decal {
  position: absolute;
  right: 60px;
  bottom: -20px;
  height: 18.75rem;
  transform: rotate(90deg);
}
@media print, screen and (min-width: 78.125em) {
.content-block-b__corner-decal {
      bottom: 0;
}
}
.content-block-c {
  position: relative;
  align-content: bottom;
  margin-bottom: 0 !important;
  background-size: 100%;
}
@media print, screen and (min-width: 78.125em) {
.content-block-c {
      display: flex;
      padding-top: 280px;
}
}
.content-block-c__image__wrap {
  width: 100%;
  height: 300px;
  overflow: hidden;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
@media print, screen and (min-width: 78.125em) {
.content-block-c__image__wrap {
      position: absolute;
      top: 0;
      left: 0;
      z-index: -1;
      height: 100%;
}
}
.content-block-c__image__wrap .content-block-c__image {
    -o-object-fit: cover;
       object-fit: cover;
    min-width: 100%;
    min-height: 100%;
}
.content-block-c__content {
  max-width: 75rem;
  margin-right: auto;
  margin-left: auto;
  display: flex;
  flex-flow: row wrap;
}
.content-block-c__content__wrap {
  position: relative;
  width: 100%;
}
.content-block-c__content__wrap::before {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
    width: 40vw;
    height: 100%;
    content: "";
    background-color: #fff;
}
.content-block-c__content__wrap.none.right .content-block-c__copy {
    margin-left: auto;
}
.content-block-c__content__wrap.right::before {
    right: 0;
    left: auto;
}
@media print, screen and (min-width: 78.125em) {
.content-block-c__content__wrap.right .content-block-c__copy {
      order: 2;
      padding-right: 0.9375rem !important;
      padding-left: 5.625rem !important;
}
}
.content-block-c__content__wrap.right .content-block-c__video,
  .content-block-c__content__wrap.right .content-block-c__stat {
    margin-left: auto;
}
@media print, screen and (min-width: 78.125em) {
.content-block-c__content__wrap.right .content-block-c__video,
      .content-block-c__content__wrap.right .content-block-c__stat {
        order: 1;
}
}
.content-block-c__copy {
  position: relative;
  z-index: 1;
  flex: 0 0 100%;
  max-width: 100%;
  padding-right: 0.625rem;
  padding-left: 0.625rem;
  padding-top: 50px;
  padding-bottom: 50px;
  background-color: #fff;
}
@media print, screen and (min-width: 40em) {
.content-block-c__copy {
      padding-right: 0.9375rem;
      padding-left: 0.9375rem;
}
}
@media print, screen and (min-width: 78.125em) {
.content-block-c__copy {
      flex: 0 0 58.33333%;
      max-width: 58.33333%;
      padding-right: 0.625rem;
      padding-left: 0.625rem;
      min-height: 300px;
      padding-right: 5.625rem !important;
}
}
@media print, screen and (min-width: 78.125em) and (min-width: 40em) {
.content-block-c__copy {
      padding-right: 0.9375rem;
      padding-left: 0.9375rem;
}
}
.content-block-c__copy__wrap {
  position: relative;
  z-index: 1;
}
.content-block-c__header {
  margin-bottom: 1.25rem;
  font-weight: 600;
  color: #201547;
}
.content-block-c__video {
  flex: 1 1 0px;
  padding-right: 0.625rem;
  padding-left: 0.625rem;
  min-width: 0;
  display: flex;
  justify-content: center;
  padding-bottom: 30px;
}
@media print, screen and (min-width: 40em) {
.content-block-c__video {
      padding-right: 0.9375rem;
      padding-left: 0.9375rem;
}
}
@media print, screen and (min-width: 78.125em) {
.content-block-c__video {
      padding-top: 50px;
      padding-bottom: 0;
}
}
.content-block-c__stat {
  flex: 0 0 100%;
  max-width: 100%;
  padding-right: 0.625rem;
  padding-left: 0.625rem;
  display: flex;
  justify-content: center;
  align-items: center;
  padding-bottom: 50px;
  background-color: #fff;
}
@media print, screen and (min-width: 40em) {
.content-block-c__stat {
      padding-right: 0.9375rem;
      padding-left: 0.9375rem;
}
}
@media print, screen and (min-width: 78.125em) {
.content-block-c__stat {
      flex: 0 0 33.33333%;
      max-width: 33.33333%;
      padding-right: 0.625rem;
      padding-left: 0.625rem;
      padding-bottom: 0;
}
}
@media print, screen and (min-width: 78.125em) and (min-width: 40em) {
.content-block-c__stat {
      padding-right: 0.9375rem;
      padding-left: 0.9375rem;
}
}

/* stylelint-disable */
.acalog h1 {
  display: none;
}
.acalog-catalog .acalog-catalog-container,
.acalog-course .acalog-course-container,
.acalog-program .acalog-program-container,
.acalog-entity .acalog-entity-container,
.acalog-filter .acalog-filter-container,
.acalog-page .acalog-page-container,
.acalog-program-core-course .acalog-program-core-course-container,
.acalog-permalink-container {
  display: none;
}
.acalog-permalink-hidetitle > .acalog-course-title,
.acalog-permalink-hidetitle > .acalog-program-name,
.acalog-permalink-hidetitle > .acalog-entity-name,
.acalog-permalink-hidetitle > .acalog-filter-name,
.acalog-permalink-hidetitle > .acalog-page-name {
  display: none;
}
.acalog-permalink-inline.acalog-permalink-open > .acalog-permalink-link {
  display: none;
}
.acalog-catalog.acalog-catalog-open .acalog-catalog-container,
.acalog-course.acalog-course-open .acalog-course-container,
.acalog-program.acalog-program-open .acalog-program-container,
.acalog-entity.acalog-entity-open .acalog-entity-container,
.acalog-filter.acalog-filter-open .acalog-filter-container,
.acalog-page.acalog-page-open .acalog-page-container,
.acalog-program-core-course.acalog-program-core-course-open .acalog-program-core-course-container,
.acalog-permalink.acalog-permalink-open > .acalog-permalink-container {
  display: block;
  z-index: 1;
}
.acalog-permalink {
  display: inline-block;
}
.acalog-catalog-link,
.acalog-course-link,
.acalog-program-link,
.acalog-entity-link,
.acalog-filter-link,
.acalog-page-link,
.acalog-program-core-course-link,
.acalog-permalink-showhide > .acalog-permalink-link {
  padding-left: 3px;
}
.acalog-catalog-open > .acalog-catalog-link,
.acalog-course-open > .acalog-course-link,
.acalog-program-open > .acalog-program-link,
.acalog-entity-open > .acalog-entity-link,
.acalog-filter-open > .acalog-filter-link,
.acalog-page-open > .acalog-page-link,
.acalog-program-core-course-open > .acalog-program-core-course-link,
.acalog-permalink-open.acalog-permalink-showhide > .acalog-permalink-link {
  display: inline-block;
  margin-top: -4px;
  padding: 3px;
  border: 1px solid #444444;
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  background-color: #FFFFFF;
}
.acalog-course-container,
.acalog-program-container,
.acalog-entity-container,
.acalog-filter-container,
.acalog-page-container,
.acalog-program-core-course-container,
.acalog-permalink-showhide > .acalog-permalink-container {
  margin-top: -1px;
  margin-bottom: 10px;
  padding: 10px;
  border: 1px solid #444444;
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 0px;
  border-top-left-radius: 0px;
  border-top-right-radius: 3px;
  background-color: #FFFFFF;
}
.acalog-permalink-tooltip > .acalog-permalink-container {
  padding: 10px;
  border: 1px solid #444444;
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 0px;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  position: absolute;
  background-color: #FFFFFF;
}
.acalog-close {
  display: none;
  margin-top: 10px;
  margin-right: -11px;
  padding: 3px;
  border: 1px solid #444444;
  border-top: none;
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  float: right;
  background-color: #FFFFFF;
}
.acalog-permalink-tooltip > .acalog-permalink-container > .acalog-close {
  margin-right: -1px;
  position: absolute;
  right: 0;
}
.acalog-course-container > .acalog-close,
.acalog-program-container > .acalog-close,
.acalog-entity-container > .acalog-close,
.acalog-filter-container > .acalog-close,
.acalog-page-container > .acalog-close,
.acalog-program-core-course-container > .acalog-close,
.acalog-permalink-tooltip > .acalog-permalink-container > .acalog-close,
.acalog-permalink-showhide > .acalog-permalink-container > .acalog-close {
  display: inline-block;
}
.acalog {
  font-family: "Oswald Regular";
  font-size: 1.5625rem;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  letter-spacing: 0.01em;
  margin-top: 10px;
}
@media print, screen and (min-width: 40em) {
.acalog {
      font-size: 1.5625rem;
      line-height: 140%;
}
}
@media print, screen and (min-width: 78.125em) {
.acalog {
      font-size: 1.5625rem;
      line-height: 140%;
}
}
.course-list,
.course-list__acalog-container {
  max-width: 75rem;
  margin-right: auto;
  margin-left: auto;
  display: flex;
  flex-flow: row wrap;
}
.course-list__acalog,
.course-list__container,
.course-list__container-bottom {
  flex: 0 0 100%;
  max-width: 100%;
  padding-right: 0.625rem;
  padding-left: 0.625rem;
}
@media print, screen and (min-width: 40em) {
.course-list__acalog,
    .course-list__container,
    .course-list__container-bottom {
      padding-right: 0.9375rem;
      padding-left: 0.9375rem;
}
}
@media print, screen and (min-width: 40em) {
.course-list__acalog,
    .course-list__container,
    .course-list__container-bottom {
      flex: 0 0 83.33333%;
      max-width: 83.33333%;
}
}
.course-list__acalog > .button,
  .course-list__container > .button,
  .course-list__container-bottom > .button {
    margin-top: 30px;
}
.course-list__header,
.course-list__content-loading {
  margin-top: 20px;
}
.course-list__copy,
.acalog-program-core-courses {
  margin-top: 10px;
}
.acalog-program-core-course {
  font-family: brandon-grotesque;
  font-size: 1.125rem;
  font-style: normal;
  font-weight: 300;
  line-height: 138.88889%;
  letter-spacing: 0.005em;
  color: #201547;
}
@media print, screen and (min-width: 40em) {
.acalog-program-core-course {
      font-size: 1.125rem;
      line-height: 138.88889%;
}
}
@media print, screen and (min-width: 78.125em) {
.acalog-program-core-course {
      font-size: 1.125rem;
      line-height: 138.88889%;
}
}
.acalog-program-core-course-link,
.acalog-permalink-link {
  color: #582c83;
}
.acalog-program-core-course-link {
  padding-left: 0;
}
li {
  font-family: brandon-grotesque;
  font-size: 1.125rem;
  font-style: normal;
  font-weight: 300;
  line-height: 138.88889%;
  letter-spacing: 0.005em;
  margin-top: 5px;
  margin-bottom: 5px;
}
@media print, screen and (min-width: 40em) {
li {
      font-size: 1.125rem;
      line-height: 138.88889%;
}
}
@media print, screen and (min-width: 78.125em) {
li {
      font-size: 1.125rem;
      line-height: 138.88889%;
}
}
h2.acalog-program-core-name {
  font-family: "Oswald Regular";
  font-size: 1.5625rem;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  letter-spacing: 0.01em;
}
@media print, screen and (min-width: 40em) {
h2.acalog-program-core-name {
      font-size: 1.5625rem;
      line-height: 140%;
}
}
@media print, screen and (min-width: 78.125em) {
h2.acalog-program-core-name {
      font-size: 1.5625rem;
      line-height: 140%;
}
}
h3.acalog-program-core-name {
  font-family: "Oswald Regular";
  font-size: 1.125rem;
  font-style: normal;
  font-weight: 400;
  line-height: 127.77778%;
  letter-spacing: 0.01em;
  margin-top: 10px;
}
@media print, screen and (min-width: 40em) {
h3.acalog-program-core-name {
      font-size: 1.125rem;
      line-height: 127.77778%;
}
}
@media print, screen and (min-width: 78.125em) {
h3.acalog-program-core-name {
      font-size: 1.125rem;
      line-height: 127.77778%;
}
}
h4.acalog-program-core-name {
  font-family: "Oswald Regular";
  font-size: 1.125rem;
  font-style: normal;
  font-weight: 400;
  line-height: 127.77778%;
  letter-spacing: 0.01em;
  font-size: 1rem;
  margin-top: 20px;
}
@media print, screen and (min-width: 40em) {
h4.acalog-program-core-name {
      font-size: 1.125rem;
      line-height: 127.77778%;
}
}
@media print, screen and (min-width: 78.125em) {
h4.acalog-program-core-name {
      font-size: 1.125rem;
      line-height: 127.77778%;
}
}
.acalog-program-core-description > p {
  font-family: brandon-grotesque;
  font-size: 1.125rem;
  font-style: normal;
  font-weight: 300;
  line-height: 138.88889%;
  letter-spacing: 0.005em;
  margin-top: 10px;
}
@media print, screen and (min-width: 40em) {
.acalog-program-core-description > p {
      font-size: 1.125rem;
      line-height: 138.88889%;
}
}
@media print, screen and (min-width: 78.125em) {
.acalog-program-core-description > p {
      font-size: 1.125rem;
      line-height: 138.88889%;
}
}
.course-list__container-bottom {
  margin-bottom: 50px;
}
.cta_blocks {
  max-width: 75rem;
  margin-right: auto;
  margin-left: auto;
  display: flex;
  flex-flow: row wrap;
}
@media print, screen and (min-width: 40em) {
.cta_blocks {
      margin-top: 1em;
      margin-bottom: 2em;
}
.cta_blocks__container--2-up .cta_blocks,
      .cta_blocks__container--white-background .cta_blocks {
        border: 0.0625rem #dedede solid;
}
}
@media print, screen and (min-width: 78.125em) {
.cta_blocks__container--gray-background .cta_blocks {
      padding: 6.25rem;
}
}
.cta_blocks__block {
  border: 0.0625rem #dedede solid;
}
.cta_blocks__block--text {
  flex: 0 0 100%;
  max-width: 100%;
  padding-right: 0.625rem;
  padding-left: 0.625rem;
  padding-top: 3.125rem;
  padding-bottom: 1.5625rem;
  background-color: #fff;
}
@media print, screen and (min-width: 40em) {
.cta_blocks__block--text {
      padding-right: 0.9375rem;
      padding-left: 0.9375rem;
}
}
@media print, screen and (min-width: 40em) {
.cta_blocks__block--text {
      flex: 0 0 50%;
      max-width: 50%;
      padding: 3.75rem 6.25rem;
}
}
@media print, screen and (min-width: 78.125em) {
.cta_blocks__block--text {
      /*stylelint-disable */
      /*stylelint-enable */
}
.cta_blocks__container--gray-background .cta_blocks__block--text.cta_blocks__block:nth-child(2), .cta_blocks__container--gray-background .cta_blocks__block--text.cta_blocks__block:nth-child(3) {
        position: relative;
}
.cta_blocks__container--gray-background .cta_blocks__block--text.cta_blocks__block:nth-child(2)::before, .cta_blocks__container--gray-background .cta_blocks__block--text.cta_blocks__block:nth-child(3)::before {
          position: absolute;
          z-index: 5;
          width: 10rem;
          height: 16.875rem;
          content: "";
          background-image: url("/wp-content/themes/furman/dist/static/images/corner-art.svg");
          background-repeat: no-repeat;
          background-size: contain;
          pointer-events: none;
}
.cta_blocks__container--gray-background .cta_blocks__block--text.cta_blocks__block:nth-child(2)::before {
        right: 0.9375rem;
        top: -1.875rem;
        background-position: 50% 0%;
}
.cta_blocks__container--gray-background .cta_blocks__block--text.cta_blocks__block:nth-child(3)::before {
        top: -2.5rem;
        left: -0.625rem;
        transform: rotate(270deg);
}
}
.cta_blocks__block--image {
  flex: 0 0 100%;
  max-width: 100%;
  padding-right: 0;
  padding-left: 0;
  position: relative;
  height: 0;
  padding-bottom: 100%;
}
@media print, screen and (min-width: 40em) {
.cta_blocks__block--image {
      flex: 0 0 50%;
      max-width: 50%;
      height: auto;
      min-height: 21.875rem;
      padding-bottom: 0;
}
}
.cta_blocks__title,
.cta_blocks__text {
  width: 100%;
  color: #201547;
}
.cta_blocks__title {
  font-weight: 500;
}
.cta_blocks__title + .cta_blocks__text {
  margin-top: 0.625rem;
}
.cta_blocks__image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  font-family: "object-fit: cover;";
}
@media (max-width: 639px) {
.first {
    order: -8;
}
.second {
    order: -7;
}
.third {
    order: -6;
}
.fourth {
    order: -5;
}
.fifth {
    order: -4;
}
.sixth {
    order: -3;
}
.seventh {
    order: -2;
}
.eighth {
    order: -1;
}
}
.contacts-cpt {
  background: #e6e6e6;
}
.contacts-cpt__main {
  background: #fff;
  margin: 0 auto;
  max-width: 100rem;
  padding: 1rem 5.625rem 2.5rem;
  width: 100%;
}
@media screen and (max-width: 48em) {
.contacts-cpt__main {
      padding: 2rem;
}
}
.contacts-cpt__main .column, .contacts-cpt__main .columns {
    margin-bottom: 1.25rem;
}
.row {
  max-width: unset;
}
@media screen and (min-width: 1024px) {
.contacts-cpt__main .row .column:first-of-type, .contacts-cpt__main .row .columns:first-of-type, .contacts-cpt__main .row .column:nth-of-type(3n + 4), .contacts-cpt__main .row .columns:nth-of-type(3n + 4) {
    padding-left: 0;
}
.contacts-cpt__main .row .column:nth-of-type(3n), .contacts-cpt__main .row .columns:nth-of-type(3n) {
    padding-right: 0;
}
}
@media screen and (min-width: 640px) and (max-width: 1024px) {
.contacts-cpt__main .row .column:first-of-type, .contacts-cpt__main .row .columns:first-of-type, .contacts-cpt__main .row .column:nth-of-type(2n + 3), .contacts-cpt__main .row .columns:nth-of-type(2n + 3) {
    padding-left: 0;
}
.contacts-cpt__main .row .column:nth-of-type(2n), .contacts-cpt__main .row .columns:nth-of-type(2n) {
    padding-right: 0;
}
}
@media screen and (max-width: 640px) {
.contacts-cpt__main .row .column, .contacts-cpt__main .row .columns {
    padding-left: 0;
    padding-right: 0;
}
}
.divider_1,
.divider_2 {
  margin-top: 3.125rem;
  margin-bottom: 3.125rem;
  border-width: 0;
}
.divider_1 {
  height: 3.125rem;
  background-image: url("data:image/svg+xml;utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1275 13'%3E%3Ctitle%3Edivider%3C/title%3E%3Cpath fill='%23662d91' d='M0 0h541v12H0zm1104 3h171-171z'/%3E%3Cpath fill='%23662d91' d='M540 0h525v2H540zm564 2h171v2h-171zm-111 9h171v2H993z'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: 100%;
}
.divider_2 {
  height: 0.3125rem;
  background-color: #d9d9d9;
}
.donut-chart__section {
  padding: 100px 0;
  margin-bottom: 0 !important;
  background-color: #e6e6e6;
}
.donut-chart {
  flex: 0 0 100%;
  max-width: 100%;
  padding-right: 0.625rem;
  padding-left: 0.625rem;
  padding: 50px 15px 60px !important;
  background-color: #fff;
}
@media print, screen and (min-width: 40em) {
.donut-chart {
      padding-right: 0.9375rem;
      padding-left: 0.9375rem;
}
}
@media print, screen and (min-width: 78.125em) {
.donut-chart {
      padding: 50px 100px 60px !important;
}
}
.donut-chart__wrap {
  max-width: 75rem;
  margin-right: auto;
  margin-left: auto;
  display: flex;
  flex-flow: row wrap;
}
.donut-chart__header {
  margin-bottom: 50px;
  font-size: 3.125rem;
  color: #201547;
  text-align: center;
}
.donut-chart__pie {
  width: 24.375rem;
  max-width: 100%;
  margin: 0 auto;
  transform: rotate(-90deg);
  transform-origin: center;
}
.donut-chart__pie:hover path {
    opacity: 1;
}
.donut-chart__pie path {
    stroke: #fff;
    stroke-width: 0;
    opacity: 1;
    transition: 1s;
}
.donut-chart__pie path:nth-of-type(1) {
    fill: #201547;
}
.donut-chart__pie path:nth-of-type(2) {
    fill: #48007c;
}
.donut-chart__pie path:nth-of-type(3) {
    fill: #582c83;
}
.donut-chart__pie path:nth-of-type(4) {
    fill: #b18fca;
}
.donut-chart__pie path:nth-of-type(5) {
    fill: #b999cf;
}
.donut-chart__pie path:nth-of-type(6) {
    fill: #c1a6d5;
}
.donut-chart__pie path:nth-of-type(7) {
    fill: #cab2da;
}
.donut-chart__pie path:nth-of-type(8) {
    fill: #d3bee1;
}
.donut-chart__pie path:nth-of-type(9) {
    fill: #dccce7;
}
.donut-chart__content {
  margin-bottom: 75px;
}
.donut-chart__content::after {
    display: table;
    height: 0;
    clear: both;
    content: "";
}
@media print, screen and (min-width: 40em) {
.donut-chart__pie__wrap,
  .donut-chart__key__wrap {
    float: left;
    width: 50%;
}
}
.donut-chart__pie__wrap {
  position: relative;
}
.donut-chart_pie__header {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-bottom: 0;
  transform: translateX(-50%) translateY(-50%);
}
.donut-chart__key {
  display: block;
  margin: 50px 0 0;
  font-size: 0;
}
@media print, screen and (min-width: 40em) {
.donut-chart__key {
      display: table;
      margin: 30px 0 0 100px;
}
}
.donut-chart__key__item {
  position: relative;
  display: inline-block;
  width: 50%;
  padding-left: 64px;
  margin-bottom: 20px;
  font-size: 1rem;
}
@media print, screen and (min-width: 40em) {
.donut-chart__key__item {
      display: block;
      width: auto;
}
}
.donut-chart__key__item:last-child {
    margin-bottom: 0;
}
.donut-chart__key__item:nth-of-type(1) .donut-chart__key__color {
    background-color: #201547;
}
.donut-chart__key__item:nth-of-type(2) .donut-chart__key__color {
    background-color: #48007c;
}
.donut-chart__key__item:nth-of-type(3) .donut-chart__key__color {
    background-color: #582c83;
}
.donut-chart__key__item:nth-of-type(4) .donut-chart__key__color {
    background-color: #b18fca;
}
.donut-chart__key__item:nth-of-type(5) .donut-chart__key__color {
    background-color: #b999cf;
}
.donut-chart__key__item:nth-of-type(6) .donut-chart__key__color {
    background-color: #c1a6d5;
}
.donut-chart__key__item:nth-of-type(7) .donut-chart__key__color {
    background-color: #cab2da;
}
.donut-chart__key__item:nth-of-type(8) .donut-chart__key__color {
    background-color: #d3bee1;
}
.donut-chart__key__item:nth-of-type(9) .donut-chart__key__color {
    background-color: #dccce7;
}
.donut-chart__key__color {
  position: absolute;
  top: 2px;
  left: 0;
  display: inline-block;
  width: 1.25rem;
  height: 1.25rem;
  vertical-align: middle;
  background-color: #201547;
}
@media print, screen and (min-width: 40em) {
.donut-chart__key__color {
      margin-right: 44px;
}
}
.donut-chart__key__number {
  font-family: "Oswald Regular";
  font-weight: 300;
  color: #582c83;
}
.donut-chart__fact {
  max-width: 75rem;
  margin-right: auto;
  margin-left: auto;
  display: flex;
  flex-flow: row wrap;
  padding: 28px 15px;
  background-color: #f2f2f2;
}
@media print, screen and (min-width: 40em) {
.donut-chart__fact {
      padding: 28px 50px;
}
}
@media print, screen and (min-width: 78.125em) {
.donut-chart__fact {
      padding: 28px 100px;
}
}
.donut-chart__fact__number {
  flex: 0 0 auto;
  padding-right: 0.625rem;
  padding-left: 0.625rem;
  position: relative;
  padding: 0 20px 0 0 !important;
  margin-bottom: 0;
  font-size: 3.125rem;
  color: #201547;
}
@media print, screen and (min-width: 40em) {
.donut-chart__fact__number {
      padding-right: 0.9375rem;
      padding-left: 0.9375rem;
}
}
@media print, screen and (min-width: 40em) {
.donut-chart__fact__number {
      padding: 0 90px 0 0 !important;
}
}
.donut-chart__fact__number .sup,
  .donut-chart__fact__number .sub {
    font-size: 1.875rem;
}
.donut-chart__fact__number .sup {
    vertical-align: super;
}
.donut-chart__fact__number .sub {
    vertical-align: baseline;
}
.donut-chart__fact__number::after {
    display: none;
    content: "";
}
@media print, screen and (min-width: 40em) {
.donut-chart__fact__number::after {
        position: absolute;
        top: 50%;
        right: 30px;
        display: block;
        width: 32px;
        height: 7px;
        background-color: #201547;
}
}
.donut-chart__fact__paragraph {
  flex: 1 1 0px;
  padding-right: 0.625rem;
  padding-left: 0.625rem;
  min-width: 0;
  display: flex;
  align-items: center;
  padding: 0 !important;
  color: #272727;
}
@media print, screen and (min-width: 40em) {
.donut-chart__fact__paragraph {
      padding-right: 0.9375rem;
      padding-left: 0.9375rem;
}
}
.fact-blocks__wrap {
  position: relative;
  padding: 60px 0;
  background-color: #e6e6e6;
}
.facts-blocks__wrap--purple {
  background-color: #582c83;
}
.facts-blocks__wrap--purple::before {
    position: absolute;
    top: 0;
    left: 0;
    width: 40px;
    height: 100%;
    content: "";
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 11.021 11.323'%3E%3Ctitle%3Estars%3C/title%3E%3Cpath d='M3.731 2.273A2.842 2.842 0 0 1 2.842.64a2.842 2.842 0 0 1-.89 1.633 3.6 3.6 0 0 1-1.513.717 3.6 3.6 0 0 1 1.511.719 2.846 2.846 0 0 1 .89 1.636 2.856 2.856 0 0 1 .89-1.635 3.594 3.594 0 0 1 1.512-.72 3.594 3.594 0 0 1-1.511-.717zM9.07 7.611a2.842 2.842 0 0 1-.89-1.633 2.842 2.842 0 0 1-.89 1.633 3.6 3.6 0 0 1-1.512.717 3.6 3.6 0 0 1 1.511.719 2.846 2.846 0 0 1 .888 1.634 2.856 2.856 0 0 1 .89-1.635 3.594 3.594 0 0 1 1.511-.719 3.594 3.594 0 0 1-1.508-.716z' fill='%23fff'/%3E%3C/svg%3E");
    background-position: top right;
    background-size: 1.25rem 1.25rem;
}
.facts-blocks__wrap--purple.fact-blocks__col::after {
    content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 147.57 144.51'%3E%3Cpath d='M101.12,50.15C77.91,30.76,73.8,0,73.8,0h0S69.65,30.77,46.44,50.16c0,0-17,15.36-46.44,22l.06,0c29.46,6.71,46.41,22.09,46.41,22.09,23.18,19.43,27.28,50.2,27.28,50.2h0s4.16-30.78,27.34-50.21c0,0,16.94-15.39,46.41-22.1l.06,0C118.08,65.51,101.12,50.15,101.12,50.15Z' fill='%23201547'/%3E%3C/svg%3E");
}
.fact-blocks__col {
  flex: 0 0 100%;
  max-width: 100%;
  padding-right: 0.625rem;
  padding-left: 0.625rem;
  position: relative;
  margin-bottom: 30px;
}
@media print, screen and (min-width: 40em) {
.fact-blocks__col {
      padding-right: 0.9375rem;
      padding-left: 0.9375rem;
}
}
@media print, screen and (min-width: 40em) {
.fact-blocks__col {
      flex: 0 0 50%;
      max-width: 50%;
      padding-right: 0.625rem;
      padding-left: 0.625rem;
}
}
@media print, screen and (min-width: 40em) and (min-width: 40em) {
.fact-blocks__col {
      padding-right: 0.9375rem;
      padding-left: 0.9375rem;
}
}
@media print, screen and (min-width: 78.125em) {
.fact-blocks__col {
      flex: 0 0 25%;
      max-width: 25%;
      padding-right: 0.625rem;
      padding-left: 0.625rem;
      margin-bottom: 0;
}
}
@media print, screen and (min-width: 78.125em) and (min-width: 40em) {
.fact-blocks__col {
      padding-right: 0.9375rem;
      padding-left: 0.9375rem;
}
}
.fact-blocks__col:nth-child(even)::after {
    display: none;
}
@media print, screen and (min-width: 78.125em) {
.fact-blocks__col:nth-child(even)::after {
        display: block;
}
}
.fact-blocks__col:last-child {
    margin-bottom: 0;
}
@media print, screen and (min-width: 40em) {
.fact-blocks__col:last-child:nth-child(even) {
        margin-bottom: 30px;
}
}
@media print, screen and (min-width: 78.125em) {
.fact-blocks__col:last-child, .fact-blocks__col:last-child:nth-child(even) {
        margin-bottom: 0;
}
}
.fact-blocks__col:last-child::after {
    display: none;
}
.fact-blocks__col::after {
    display: none;
    content: "";
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 147.57 144.51'%3E%3Cpath d='M101.12,50.15C77.91,30.76,73.8,0,73.8,0h0S69.65,30.77,46.44,50.16c0,0-17,15.36-46.44,22l.06,0c29.46,6.71,46.41,22.09,46.41,22.09,23.18,19.43,27.28,50.2,27.28,50.2h0s4.16-30.78,27.34-50.21c0,0,16.94-15.39,46.41-22.1l.06,0C118.08,65.51,101.12,50.15,101.12,50.15Z' fill='%23201547'/%3E%3C/svg%3E");
    background-size: contain;
}
@media print, screen and (min-width: 40em) {
.fact-blocks__col::after {
        position: absolute;
        top: calc(50% - 25px);
        right: -25px;
        z-index: 1;
        display: block;
        width: 50px;
        height: 50px;
        vertical-align: middle;
}
}
.fact-blocks__row {
  max-width: 75rem;
  margin-right: auto;
  margin-left: auto;
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
}
.fact-block {
  height: 100%;
  padding: 50px 20px;
  text-align: center;
  background-color: #fff;
}
.fact-block--circle {
  position: relative;
  display: flex;
  width: 220px;
  height: 220px;
  justify-content: center;
  align-items: center;
  background-color: transparent;
  border-radius: 50%;
}
.fact-block--circle::before, .fact-block--circle::after {
    position: absolute;
    width: inherit;
    height: inherit;
    content: "";
    border-radius: 50%;
}
.fact-block--circle::before {
    top: 0;
    left: 0;
    z-index: 2;
    background-image: url("/wp-content/themes/furman/dist/static/images/fact-circle.svg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100%;
}
.fact-block--circle::after {
    top: 0.3125rem;
    left: 0.625rem;
    z-index: 0;
    background-color: #f2f2f2;
}
.fact-block__number {
  font-family: "Abril Fatface";
  font-size: 3.75rem;
  font-style: italic;
  font-weight: 400;
  line-height: 1;
  color: #582c83;
  letter-spacing: 0.005rem;
}
.fact-block__number.percentage::after, .fact-block__number.plus::after {
    font-size: 1.75rem;
    vertical-align: super;
}
.fact-block__number.percentage::after {
    content: "%";
}
.fact-block__number.plus::after {
    content: "+";
}
.fact-block__fact {
  padding-right: 15px;
  padding-left: 15px;
  font-family: brandon-grotesque;
  font-size: 0.9375rem;
  font-weight: 500;
  line-height: 1.33333;
  color: #000;
  letter-spacing: 0.005rem;
}
.fact-block__content-wrap {
  position: relative;
  z-index: 1;
  padding: 0.625rem;
  text-align: center;
}
.faculty-courses {
  max-width: 75rem;
  margin-right: auto;
  margin-left: auto;
  display: flex;
  flex-flow: row wrap;
  margin-bottom: 3.75rem;
}
.faculty-courses__header-top,
.faculty-courses__list-item {
  flex: 0 0 100%;
  max-width: 100%;
  padding-right: 0.625rem;
  padding-left: 0.625rem;
}
@media print, screen and (min-width: 40em) {
.faculty-courses__header-top,
    .faculty-courses__list-item {
      padding-right: 0.9375rem;
      padding-left: 0.9375rem;
}
}
@media print, screen and (min-width: 40em) {
.faculty-courses__header-top,
    .faculty-courses__list-item {
      flex: 0 0 83.33333%;
      max-width: 83.33333%;
      margin-left: 8.33333%;
}
}
.faculty-courses__list-item {
  margin-top: 1.25rem;
}
.faculty-courses__header-top,
.faculty-courses__copy {
  margin-top: 0.625rem;
}
@media print, screen and (min-width: 40em) {
.faculty-courses__header-top {
    margin-top: 0;
}
}
.fade-slider__wrap {
  position: relative;
  width: 100%;
  height: calc(100vh - 60px);
  margin-bottom: 0 !important;
  touch-action: pan-y !important;
}
.fade-slider__wrap:focus {
    outline: focus-ring-color auto 10px;
}
.fade-slider__wrap.alert_active {
    height: calc(100vh - 124px);
}
@media print, screen and (min-width: 78.125em) {
.fade-slider__wrap {
      height: calc(100vh - 140px);
}
.fade-slider__wrap.alert_active {
        height: calc(100vh - 204px);
}
}
.fade-slider__pagination {
  position: absolute;
  right: auto;
  bottom: 20px;
  left: 50%;
  z-index: 2;
  margin: 0 auto;
  transform: translateX(-50%);
}
@media print, screen and (min-width: 40em) {
.fade-slider__pagination {
      right: 40px;
      bottom: 50px;
      left: auto;
      transform: translateY(-50%) rotate(90deg);
      transform-origin: top right;
}
}
@media screen and (min-width: 78.125em) {
.fade-slider__pagination {
      bottom: -96px;
}
}
@media screen and (max-width: 1024px) {
.fade-slider__pagination .pagination__item {
      width: 10px;
      margin-right: 0.625rem;
}
}
@media screen and (max-width: 1024px) {
.fade-slider__pagination .pagination__item:last-child {
      margin-right: 0;
}
}
@media screen and (max-width: 1024px) {
.fade-slider__pagination .pagination__button {
      width: 10px;
      height: 10px;
      background-color: #fff;
      border-radius: 50%;
      transition: opacity 0.2s, background-color 0.2s;
}
}
.fade-slider__pagination .pagination__item_label,
  .fade-slider__pagination .pagination__item_number {
    color: #fff;
    border-color: #fff;
    transition: 1s color, 1s border-color, 1s opacity;
}
@media screen and (max-width: 1024px) {
.fade-slider__pagination .pagination__item_label,
      .fade-slider__pagination .pagination__item_number {
        display: none;
}
}
.fade-slider__dots {
  position: absolute;
  right: auto;
  bottom: -35px;
  z-index: 5;
  width: 100%;
  font-size: 0;
  text-align: center;
}
@media print, screen and (min-width: 40em) {
.fade-slider__dots {
      top: 50%;
      right: 50px;
      bottom: auto;
      width: auto;
      margin: 0 auto;
      text-align: left;
      transform: translateY(-50%);
}
}
.fade-slider__dots button {
    display: block;
    width: 15px;
    height: 15px;
    cursor: pointer;
    background-color: transparent;
    border: 1px solid #fff;
    border-radius: 15px;
    transition: background-color 0.2s;
}
@media print, screen and (min-width: 40em) {
.fade-slider__dots button {
        width: 15px;
        height: 16px;
        border: 2px solid #fff;
}
}
.fade-sider__dots__item {
  position: relative;
  display: inline-block;
  margin-right: 8px;
}
@media print, screen and (min-width: 40em) {
.fade-sider__dots__item {
      display: block;
      margin-right: 0;
      margin-bottom: 26px;
}
}
@media print, screen and (min-width: 40em) {
.fade-sider__dots__item::after {
      position: absolute;
      left: 7px;
      width: 2px;
      height: 26px;
      content: "";
      background-color: #fff;
}
}
.fade-sider__dots__item:last-child {
    margin-bottom: 0;
}
.fade-sider__dots__item:last-child::after {
      display: none;
}
.fade-sider__dots__item.active .label {
    visibility: visible;
    opacity: 1;
}
.fade-sider__dots__item.active button {
    background-color: #e6e6e6;
}
@media print, screen and (min-width: 40em) {
.fade-sider__dots__item.active button {
        background-color: #fff;
}
}
.fade-slider {
  width: 100%;
  height: 100%;
}
@media print, screen and (min-width: 40em) {
.fade-slider {
      overflow: hidden;
}
}
.fade-slider__slide {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
  opacity: 0;
  transition: 1s opacity;
}
.fade-slider__slide.active {
    opacity: 1;
    transition: 1s opacity;
}
.fade-slider__slide .fade-slider__header,
  .fade-slider__slide .fade-slider__paragraph {
    color: #fff;
}
.fade-slider__slide-rail {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: visible;
  transition: 1s transform;
}
.fade-slider__slide-rail.up-animation {
    transform: translateY(0%);
}
.fade-slider__slide-rail.down-animation {
    transform: translateY(-200%);
}
.fade-slider__overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  background: linear-gradient(45deg, rgba(37, 23, 76, 0.6) 0%, rgba(85, 36, 123, 0.6) 74%, rgba(80, 105, 153, 0.6) 100%);
}
.fade-slider__content__wrap {
  max-width: 75rem;
  margin-right: auto;
  margin-left: auto;
  display: flex;
  flex-flow: row wrap;
  position: absolute;
  right: 0;
  bottom: 3.75rem;
  left: 0;
  width: 100%;
}
@media screen and (min-width: 78.125em) {
.fade-slider__content__wrap {
      bottom: 10.625rem;
}
}
.fade-slider__content {
  flex: 0 0 83.33333%;
  max-width: 83.33333%;
  padding-right: 0.625rem;
  padding-left: 0.625rem;
  position: relative;
  z-index: 1;
}
@media print, screen and (min-width: 40em) {
.fade-slider__content {
      padding-right: 0.9375rem;
      padding-left: 0.9375rem;
}
}
@media print, screen and (min-width: 40em) {
.fade-slider__content {
      flex: 0 0 41.66667%;
      max-width: 41.66667%;
      padding-right: 0.625rem;
      padding-left: 0.625rem;
}
}
@media print, screen and (min-width: 40em) and (min-width: 40em) {
.fade-slider__content {
      padding-right: 0.9375rem;
      padding-left: 0.9375rem;
}
}
@media screen and (min-width: 78.125em) {
.fade-slider__content {
      flex: 0 0 33.33333%;
      max-width: 33.33333%;
      padding-right: 0.625rem;
      padding-left: 0.625rem;
}
}
@media screen and (min-width: 78.125em) and (min-width: 40em) {
.fade-slider__content {
      padding-right: 0.9375rem;
      padding-left: 0.9375rem;
}
}
.fade-slider__content::before {
    position: absolute;
    top: 13px;
    left: -5px;
    display: block;
    width: 4px;
    height: 18px;
    content: "";
    background-color: #582c83;
}
.fade-slider__header + .fade-slider__paragraph {
  margin-top: 8px;
}
.fade-slider__paragraph + .button {
  margin-top: 20px;
}
.fade-slider__header {
  font-size: 1.5625rem;
  text-transform: uppercase;
}
@media screen and (min-width: 64em) {
.fade-slider__header {
      font-size: 2rem;
}
}
@media screen and (max-width: 400px) {
.fade-slider__header {
      font-size: 1.375rem;
}
}
.fade-slider__paragraph {
  font-weight: 400;
}
.fade-slider__scroll-button {
  position: absolute;
  right: 0.9375rem;
  bottom: 3.75rem;
  z-index: 3;
  padding: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-color: transparent;
  border: 0;
}
@media print, screen and (min-width: 40em) {
.fade-slider__scroll-button {
      right: 12.5rem;
}
}
@media screen and (min-width: 78.125em) {
.fade-slider__scroll-button {
      right: 18.75rem;
      bottom: 10.625rem;
}
}
.fade-slider__scroll-button .fade-slider__scroll-button__header {
    color: #fff;
}
.fade-slider__scroll-button svg {
    display: block;
    width: 40px;
    height: 40px;
    margin: 0 auto;
    stroke: #fff;
    transition: 0.2s stroke;
    transform: rotate(90deg);
}
.fade-slider__scroll-button__header {
  display: block;
  margin-bottom: 8px;
  font-size: 0.9375rem;
  color: #201547;
  text-transform: uppercase;
  transition: 0.2s color;
}
.animation__floating {
  animation-name: floating;
  animation-duration: 3s;
  animation-timing-function: ease-in-out;
  animation-iteration-count: infinite;
}
@keyframes floating {
from {
    transform: translate(0, 0);
}
65% {
    transform: translate(0, 10px);
}
to {
    transform: translate(0, 0);
}
}
@media (min-width: 830px) {
.fade-slider__header {
    font-size: 2.95rem !important;
}
.fade-slider__paragraph {
    font-size: 1.33rem !important;
}
}
@media (max-width: 430px) {
.fade-slider__header {
    font-size: 2.85rem !important;
}
.fade-slider__paragraph {
    font-size: 1.30rem !important;
}
}
.fade-slider__content:before {
  height: 2.95rem !important;
}
.fade-slider__overlay {
  background: none !important;
  box-shadow: 0 0 330px #582c83 inset !important;
}
.fade-slider__paragraph {
  text-shadow: 2px 2px 2px #000 !important;
  font-weight: 450 !important;
}
.fade-slider__header {
  text-shadow: 1px 2px 2px #969696 !important;
}
.footer {
  background-color: #1d0e33;
  background-image: url("data:image/svg+xml;utf8,%3Csvg%20xmlns%3D%27http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%27%20viewBox%3D%270%200%20147.57%20144.51%27%3E%3Cpath%20d%3D%27M101.12%2C50.15C77.91%2C30.76%2C73.8%2C0%2C73.8%2C0h0S69.65%2C30.77%2C46.44%2C50.16c0%2C0-17%2C15.36-46.44%2C22l.06%2C0c29.46%2C6.71%2C46.41%2C22.09%2C46.41%2C22.09%2C23.18%2C19.43%2C27.28%2C50.2%2C27.28%2C50.2h0s4.16-30.78%2C27.34-50.21c0%2C0%2C16.94-15.39%2C46.41-22.1l.06%2C0C118.08%2C65.51%2C101.12%2C50.15%2C101.12%2C50.15Z%27%20fill%3D%27%2324143B%27%2F%3E%3C%2Fsvg%3E");
  background-repeat: no-repeat;
  background-position: -100px -80px;
  background-size: 28.125rem;
  padding-top: 3.125rem;
}
.footer__content {
  max-width: 75rem;
  margin-right: auto;
  margin-left: auto;
  display: flex;
  flex-flow: row wrap;
}
@media print, screen and (min-width: 78.125em) {
.footer__content {
      margin-bottom: 3.125rem;
}
}
@media print, screen and (min-width: 78.125em) {
.footer__content_statement {
    background-color: #2c1d42;
}
}
.footer__logo-container {
  flex: 0 0 100%;
  max-width: 100%;
  padding-right: 0.625rem;
  padding-left: 0.625rem;
  margin-bottom: 3.125rem;
}
@media print, screen and (min-width: 40em) {
.footer__logo-container {
      padding-right: 0.9375rem;
      padding-left: 0.9375rem;
}
}
.footer__logo {
  width: 100%;
  max-width: 21.875rem;
  padding-right: 0.9375rem;
  padding-left: 0.9375rem;
  margin-right: auto;
  margin-left: auto;
  /*@include breakpoint(large) {
        margin-left: 0;
    }*/
}
.footer__nav {
  flex: 0 0 100%;
  max-width: 100%;
  padding-right: 0.625rem;
  padding-left: 0.625rem;
  margin-bottom: 0.9375rem;
  order: 1;
}
@media print, screen and (min-width: 40em) {
.footer__nav {
      padding-right: 0.9375rem;
      padding-left: 0.9375rem;
}
}
@media print, screen and (min-width: 78.125em) {
.footer__nav {
      flex: 0 0 41.66667%;
      max-width: 41.66667%;
      order: 0;
}
}
.footer__nav-list {
  display: flex;
  height: 100%;
  flex-direction: column;
  flex-wrap: wrap;
}
@media print, screen and (min-width: 78.125em) {
.footer__nav-list {
      max-height: 10.625rem;
}
}
.footer__nav-item {
  margin-bottom: 0.625rem;
  line-height: 1.1;
  text-align: center;
}
@media print, screen and (min-width: 78.125em) {
.footer__nav-item {
      max-width: 7.5rem;
      text-align: left;
}
}
.footer__nav-link {
  font-family: brandon-grotesque;
  font-size: 1.5625rem;
  font-style: normal;
  font-weight: 300;
  line-height: 1;
  color: #a4a4a4;
  letter-spacing: 0.005em;
}
.footer__nav-link:hover {
    color: #fff;
}
@media print, screen and (min-width: 78.125em) {
.footer__nav-link {
      font-size: 0.9375rem;
}
}
.footer__nav-link_statement {
  max-width: 75rem;
  margin-right: auto;
  margin-left: auto;
  display: flex;
  flex-flow: row wrap;
  font-family: brandon-grotesque;
  font-size: 1.1625rem;
  font-style: normal;
  font-weight: 300;
  color: #a4a4a4;
  letter-spacing: 0.005em;
  padding: 0 10px 0 10px;
}
@media print, screen and (min-width: 78.125em) {
.footer__nav-link_statement {
      font-size: 0.9375rem;
}
}
.footer__info {
  flex: 0 0 100%;
  max-width: 100%;
  padding-right: 0.625rem;
  padding-left: 0.625rem;
  display: flex;
  text-align: center;
  flex-direction: column;
  order: 2;
}
@media print, screen and (min-width: 40em) {
.footer__info {
      padding-right: 0.9375rem;
      padding-left: 0.9375rem;
}
}
@media print, screen and (min-width: 78.125em) {
.footer__info {
      flex: 0 0 33.33333%;
      max-width: 33.33333%;
      position: relative;
      text-align: left;
      justify-content: space-around;
      flex-direction: row;
      order: 0;
}
.footer__info::after {
        position: absolute;
        top: -10px;
        right: 10px;
        width: 0.0625rem;
        height: calc(100% + 10px);
        content: "";
        background-color: #fff;
}
}
.footer__info-button-container {
  justify-content: space-around;
  margin-bottom: 1.875rem;
}
@media print, screen and (min-width: 78.125em) {
.footer__info-button-container {
      display: flex;
      margin-bottom: 0;
      flex-direction: column;
      justify-content: flex-start;
}
}
.footer__info-button {
  color: #54585a;
  text-transform: capitalize;
  margin-bottom: 1.25rem;
}
.footer__address {
  font-family: brandon-grotesque;
  font-size: 1.5625rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.4;
  color: #fff;
  letter-spacing: 0.005em;
  margin-bottom: 3.125rem;
}
@media print, screen and (min-width: 78.125em) {
.footer__address {
      font-size: 0.9375rem;
      line-height: 2;
}
}
@media print, screen and (min-width: 78.125em) {
.footer__address {
      margin-bottom: 0;
}
}
.footer__cta-container {
  flex: 0 0 100%;
  max-width: 100%;
  padding-right: 0.625rem;
  padding-left: 0.625rem;
  text-align: center;
  order: 3;
}
@media print, screen and (min-width: 40em) {
.footer__cta-container {
      padding-right: 0.9375rem;
      padding-left: 0.9375rem;
}
}
@media print, screen and (min-width: 78.125em) {
.footer__cta-container {
      flex: 0 0 25%;
      max-width: 25%;
      order: 0;
}
}
.footer__cta {
  color: #54585a;
  text-transform: capitalize;
}
.footer__social {
  max-width: none;
  margin-right: auto;
  margin-left: auto;
  display: flex;
  flex-flow: row wrap;
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}
@media print, screen and (min-width: 78.125em) {
.footer__social {
      background-color: #2c1d42;
}
}
.footer_bottom {
  max-width: none;
  margin-right: auto;
  margin-left: auto;
  display: flex;
  flex-flow: row wrap;
  padding-bottom: 2.5rem;
  padding-top: 0.625rem;
}
@media print, screen and (min-width: 78.125em) {
.footer_bottom {
      background-color: #2c1d42;
}
}
.footer__social-list {
  flex: 0 0 100%;
  max-width: 100%;
  padding-right: 0.625rem;
  padding-left: 0.625rem;
  display: flex;
  justify-content: center;
}
@media print, screen and (min-width: 40em) {
.footer__social-list {
      padding-right: 0.9375rem;
      padding-left: 0.9375rem;
}
}
.footer__legal-list {
  display: block;
  margin: auto;
  justify-content: center;
}
@media print, screen and (min-width: 78.125em) {
.footer__legal-list {
      display: flex;
}
}
.footer__legal-pipe {
  display: none;
  padding-right: 0.5625rem;
  padding-left: 0.5625rem;
}
@media print, screen and (min-width: 78.125em) {
.footer__legal-pipe {
      display: block;
      color: white;
}
}
.footer__legal-item {
  padding-top: 0.9375rem;
  text-align: center;
}
@media print, screen and (min-width: 78.125em) {
.footer__legal-item {
      padding-top: 0;
      padding-right: 0.5625rem;
      padding-left: 0.5625rem;
}
}
.footer__social-item {
  padding-right: 0.5625rem;
  padding-left: 0.5625rem;
}
.footer__social-link {
  color: #fff;
  font-size: 1.75rem;
}
.footer__social-link:hover {
    color: rgba(255, 255, 255, 0.7);
}
.footer__social-icon {
  width: 2.5rem;
  height: 1.5625rem;
  -o-object-fit: contain;
     object-fit: contain;
  font-family: "object-fit: contain;";
}
.furman-directory-card__excerpt a {
  color: #582c83;
}
.furman-directory-card__excerpt li {
  font-weight: normal;
}
.furman-site-header-secondary {
  background-color: #fff;
  display: none;
  position: relative;
  width: 100%;
  z-index: 1;
}
@media screen and (min-width: 78.125rem) {
.furman-site-header-secondary {
      display: block;
}
}
@media screen and (min-width: 37.5625em) {
.admin-bar .furman-site-header-secondary {
      transform: translateY(2.875rem);
}
}
@media screen and (min-width: 48.9375em) {
.admin-bar .furman-site-header-secondary {
      transform: translateY(2rem);
}
}
.furman-site-header-secondary__inner {
    max-width: 75rem;
    margin-right: auto;
    margin-left: auto;
    display: flex;
    flex-flow: row wrap;
}
.furman-site-header-secondary__nav {
    display: flex;
    flex: 0 95%;
}
.furman-site-header-secondary__nav .flip-container {
      display: none;
}
.furman-site-header-secondary__logo-wrap {
    flex-basis: 250px;
}
.furman-site-header-secondary__logo-wrap img {
      height: auto;
      width: auto;
      padding-top: 10px;
      padding-bottom: 10px;
}
.furman-site-header-secondary .magazine-menu {
    display: flex;
    flex-flow: row !important;
    justify-content: flex-end;
    margin-top: 1.3rem;
}
.furman-site-header-secondary .magazine-menu > li {
      flex-basis: auto !important;
      padding: 0.2em;
}
.furman-site-header-secondary .secondary-nav {
    display: flex;
    flex-flow: row wrap;
    width: 100%;
}
.furman-site-header-secondary .secondary-nav > li {
      flex-basis: 33.33333%;
      margin: 0;
      padding: 0;
      position: relative;
}
.furman-site-header-secondary .secondary-nav > li:hover {
        background-color: #e6e6e6;
}
.furman-site-header-secondary .secondary-nav > li:hover .secondary-nav__child {
          display: block;
}
.furman-site-header-secondary .secondary-nav__parent > a, .furman-site-header-secondary .secondary-nav__header {
      display: block;
      font-size: 1em;
      font-weight: 400;
      line-height: .9375em;
      padding: 0.8em;
}
.furman-site-header-secondary .secondary-nav a:hover {
      text-decoration: underline;
}
.furman-site-header-secondary .secondary-nav__child {
    background-color: #e6e6e6;
    display: none;
    left: 0;
    min-width: 100%;
    padding: 0 0.625rem 0.625rem 1.25rem;
    position: absolute;
    top: 100%;
    z-index: 9999;
}
.furman-site-header-secondary .secondary-nav__child a {
      display: block;
      white-space: nowrap;
}
.furman-event {
  max-width: 75rem;
  margin: 24px auto 0 auto;
  padding-right: 0.9375rem;
  padding-left: 0.9375rem;
}
.furman-event__featured-image {
    float: right;
    margin: 0 0 2em 2em;
    width: 50%;
}
.furman-event__featured-image:only-child {
      float: none;
      margin: 0 0 2em;
}
.furman-event__title {
    color: #582c83;
    font-family: "Oswald Regular";
    font-size: 32px;
    text-transform: uppercase;
}
.furman-event__meta {
    font-family: brandon-grotesque;
    font-size: 18px;
    font-weight: 300;
    line-height: 24.84px;
}
.furman-event__content {
    margin: 2em 0;
}
.furman-event__content p {
      font-family: brandon-grotesque;
      font-size: 18px;
      font-weight: 300;
      line-height: 24.84px;
      padding: .5em 0;
}

/**
 * Foundation for Sites by ZURB
 * Version 6.4.3
 * foundation.zurb.com
 * Licensed under MIT Open Source
 */
h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 0;
  margin-bottom: 0;
}
p {
  margin-top: 0;
  margin-bottom: 0;
}
a {
  color: currentColor;
  text-decoration: none;
}

/* /// FUNCTIONS //////////////////////////////////////////////////////////// */
.headline-01, .donut-chart__header, .donut-chart__fact__number, .hero__title, .default-template__title, .hero_minor__title, .update__content h1, .wysiwyg h1, .panel__content h1, .content_block_a__body h1, .content-block-b__block-content h1, .cta_blocks__text h1, .hero__body h1 {
  font-family: "Oswald Regular";
  font-size: 2.5rem;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
  letter-spacing: 0.01em;
}
@media print, screen and (min-width: 40em) {
.headline-01, .donut-chart__header, .donut-chart__fact__number, .hero__title, .default-template__title, .hero_minor__title, .update__content h1, .wysiwyg h1, .panel__content h1, .content_block_a__body h1, .content-block-b__block-content h1, .cta_blocks__text h1, .hero__body h1 {
      font-size: 2.5rem;
      line-height: 120%;
}
}
@media print, screen and (min-width: 78.125em) {
.headline-01, .donut-chart__header, .donut-chart__fact__number, .hero__title, .default-template__title, .hero_minor__title, .update__content h1, .wysiwyg h1, .panel__content h1, .content_block_a__body h1, .content-block-b__block-content h1, .cta_blocks__text h1, .hero__body h1 {
      font-size: 3rem;
      line-height: 125%;
}
}
.headline-02, .fade-slider__header, .module-title, .wysiwyg h2, .panel__content h2, .content_block_a__body h2, .content-block-b__block-content h2, .cta_blocks__text h2, .hero__body h2 {
  font-family: "Oswald Regular";
  font-size: 2.5rem;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  letter-spacing: 0.01em;
}
@media print, screen and (min-width: 40em) {
.headline-02, .fade-slider__header, .module-title, .wysiwyg h2, .panel__content h2, .content_block_a__body h2, .content-block-b__block-content h2, .cta_blocks__text h2, .hero__body h2 {
      font-size: 2.5rem;
      line-height: 150%;
}
}
@media print, screen and (min-width: 78.125em) {
.headline-02, .fade-slider__header, .module-title, .wysiwyg h2, .panel__content h2, .content_block_a__body h2, .content-block-b__block-content h2, .cta_blocks__text h2, .hero__body h2 {
      font-size: 2.5rem;
      line-height: 150%;
}
}
.headline-03, .content_block_a__title, .content-block-c__header, .cta_blocks__title, .wysiwyg h3, .panel__content h3, .content_block_a__body h3, .content-block-b__block-content h3, .cta_blocks__text h3, .hero__body h3 {
  font-family: brandon-grotesque;
  font-size: 1.875rem;
  font-style: normal;
  font-weight: 300;
  line-height: 116.66667%;
  letter-spacing: 0.01em;
}
@media print, screen and (min-width: 40em) {
.headline-03, .content_block_a__title, .content-block-c__header, .cta_blocks__title, .wysiwyg h3, .panel__content h3, .content_block_a__body h3, .content-block-b__block-content h3, .cta_blocks__text h3, .hero__body h3 {
      font-size: 1.875rem;
      line-height: 116.66667%;
}
}
@media print, screen and (min-width: 78.125em) {
.headline-03, .content_block_a__title, .content-block-c__header, .cta_blocks__title, .wysiwyg h3, .panel__content h3, .content_block_a__body h3, .content-block-b__block-content h3, .cta_blocks__text h3, .hero__body h3 {
      font-size: 1.875rem;
      line-height: 116.66667%;
}
}
.headline-04, .style_guide__color_code, .wysiwyg h4, .panel__content h4, .content_block_a__body h4, .content-block-b__block-content h4, .cta_blocks__text h4, .hero__body h4 {
  font-family: "Oswald Regular";
  font-size: 1.5625rem;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  letter-spacing: 0.01em;
}
@media print, screen and (min-width: 40em) {
.headline-04, .style_guide__color_code, .wysiwyg h4, .panel__content h4, .content_block_a__body h4, .content-block-b__block-content h4, .cta_blocks__text h4, .hero__body h4 {
      font-size: 1.5625rem;
      line-height: 140%;
}
}
@media print, screen and (min-width: 78.125em) {
.headline-04, .style_guide__color_code, .wysiwyg h4, .panel__content h4, .content_block_a__body h4, .content-block-b__block-content h4, .cta_blocks__text h4, .hero__body h4 {
      font-size: 1.5625rem;
      line-height: 140%;
}
}
.headline-05, .text_button, .fade-slider__scroll-button__header, .hero_minor__subtitle, .pagination__item_label, .wysiwyg h5, .panel__content h5, .content_block_a__body h5, .content-block-b__block-content h5, .cta_blocks__text h5, .hero__body h5 {
  font-family: "Oswald Regular";
  font-size: 1.125rem;
  font-style: normal;
  font-weight: 400;
  line-height: 127.77778%;
  letter-spacing: 0.01em;
}
@media print, screen and (min-width: 40em) {
.headline-05, .text_button, .fade-slider__scroll-button__header, .hero_minor__subtitle, .pagination__item_label, .wysiwyg h5, .panel__content h5, .content_block_a__body h5, .content-block-b__block-content h5, .cta_blocks__text h5, .hero__body h5 {
      font-size: 1.125rem;
      line-height: 127.77778%;
}
}
@media print, screen and (min-width: 78.125em) {
.headline-05, .text_button, .fade-slider__scroll-button__header, .hero_minor__subtitle, .pagination__item_label, .wysiwyg h5, .panel__content h5, .content_block_a__body h5, .content-block-b__block-content h5, .cta_blocks__text h5, .hero__body h5 {
      font-size: 1.125rem;
      line-height: 127.77778%;
}
}
.headline-06, .wysiwyg h6, .panel__content h6, .content_block_a__body h6, .content-block-b__block-content h6, .cta_blocks__text h6, .hero__body h6 {
  font-family: brandon-grotesque;
  font-size: 1.125rem;
  font-style: normal;
  font-weight: 500;
  line-height: 127.77778%;
  letter-spacing: 0.01em;
}
@media print, screen and (min-width: 40em) {
.headline-06, .wysiwyg h6, .panel__content h6, .content_block_a__body h6, .content-block-b__block-content h6, .cta_blocks__text h6, .hero__body h6 {
      font-size: 1.125rem;
      line-height: 127.77778%;
}
}
@media print, screen and (min-width: 78.125em) {
.headline-06, .wysiwyg h6, .panel__content h6, .content_block_a__body h6, .content-block-b__block-content h6, .cta_blocks__text h6, .hero__body h6 {
      font-size: 1.125rem;
      line-height: 127.77778%;
}
}
.headline-07 {
  font-family: "Abril Fatface";
  font-size: 2.5rem;
  font-style: italic;
  font-weight: 500;
  line-height: 100%;
  letter-spacing: 0.045em;
}
@media print, screen and (min-width: 40em) {
.headline-07 {
      font-size: 2.5rem;
      line-height: 100%;
}
}
@media print, screen and (min-width: 78.125em) {
.headline-07 {
      font-size: 2.5rem;
      line-height: 100%;
}
}
.paragraph-01, .text_button--large__text, .donut-chart__fact__paragraph, .story-block__header, .table th {
  font-family: brandon-grotesque;
  font-size: 1.375rem;
  font-style: normal;
  font-weight: 500;
  line-height: 120%;
}
@media print, screen and (min-width: 40em) {
.paragraph-01, .text_button--large__text, .donut-chart__fact__paragraph, .story-block__header, .table th {
      font-size: 1.5625rem;
      line-height: 120%;
}
}
@media print, screen and (min-width: 78.125em) {
.paragraph-01, .text_button--large__text, .donut-chart__fact__paragraph, .story-block__header, .table th {
      font-size: 1.5625rem;
      line-height: 120%;
}
}
.paragraph-02, .special-list_item, .wysiwyg ul li, .panel__content ul li, .content_block_a__body ul li, .content-block-b__block-content ul li, .cta_blocks__text ul li, .hero__body ul li, .wysiwyg ol li, .panel__content ol li, .content_block_a__body ol li, .content-block-b__block-content ol li, .cta_blocks__text ol li, .hero__body ol li, .breadcrumb__item, .text_button__text, .donut-chart__key__item, .fade-slider__paragraph, .hero__fact_copy, .sidebar__link, .table td, .wysiwyg p, .panel__content p, .content_block_a__body p, .content-block-b__block-content p, .cta_blocks__text p, .hero__body p {
  font-family: brandon-grotesque;
  font-size: 1.125rem;
  font-style: normal;
  font-weight: 300;
  line-height: 138.88889%;
  letter-spacing: 0.005em;
}
@media print, screen and (min-width: 40em) {
.paragraph-02, .special-list_item, .wysiwyg ul li, .panel__content ul li, .content_block_a__body ul li, .content-block-b__block-content ul li, .cta_blocks__text ul li, .hero__body ul li, .wysiwyg ol li, .panel__content ol li, .content_block_a__body ol li, .content-block-b__block-content ol li, .cta_blocks__text ol li, .hero__body ol li, .breadcrumb__item, .text_button__text, .donut-chart__key__item, .fade-slider__paragraph, .hero__fact_copy, .sidebar__link, .table td, .wysiwyg p, .panel__content p, .content_block_a__body p, .content-block-b__block-content p, .cta_blocks__text p, .hero__body p {
      font-size: 1.125rem;
      line-height: 138.88889%;
}
}
@media print, screen and (min-width: 78.125em) {
.paragraph-02, .special-list_item, .wysiwyg ul li, .panel__content ul li, .content_block_a__body ul li, .content-block-b__block-content ul li, .cta_blocks__text ul li, .hero__body ul li, .wysiwyg ol li, .panel__content ol li, .content_block_a__body ol li, .content-block-b__block-content ol li, .cta_blocks__text ol li, .hero__body ol li, .breadcrumb__item, .text_button__text, .donut-chart__key__item, .fade-slider__paragraph, .hero__fact_copy, .sidebar__link, .table td, .wysiwyg p, .panel__content p, .content_block_a__body p, .content-block-b__block-content p, .cta_blocks__text p, .hero__body p {
      font-size: 1.125rem;
      line-height: 138.88889%;
}
}
.paragraph-03, .panel__button, .button, .button--light, .story-block__paragraph + .story-block__button, .button--white, .fade-slider__slide .button, .select {
  font-family: brandon-grotesque;
  font-size: 0.9375rem;
  font-style: normal;
  font-weight: 500;
  line-height: 133.33333%;
  letter-spacing: 0.015em;
}
@media print, screen and (min-width: 40em) {
.paragraph-03, .panel__button, .button, .button--light, .story-block__paragraph + .story-block__button, .button--white, .fade-slider__slide .button, .select {
      font-size: 0.9375rem;
      line-height: 133.33333%;
}
}
@media print, screen and (min-width: 78.125em) {
.paragraph-03, .panel__button, .button, .button--light, .story-block__paragraph + .story-block__button, .button--white, .fade-slider__slide .button, .select {
      font-size: 0.9375rem;
      line-height: 133.33333%;
}
}
.paragraph-04 {
  font-family: brandon-grotesque;
  font-size: 1.125rem;
  font-style: normal;
  font-weight: 500;
  line-height: 138.88889%;
  text-transform: uppercase;
  letter-spacing: 0.005em;
}
@media print, screen and (min-width: 40em) {
.paragraph-04 {
      font-size: 1.125rem;
      line-height: 138.88889%;
}
}
@media print, screen and (min-width: 78.125em) {
.paragraph-04 {
      font-size: 1.125rem;
      line-height: 138.88889%;
}
}
.blockquote-01, .wysiwyg blockquote, .panel__content blockquote, .content_block_a__body blockquote, .content-block-b__block-content blockquote, .cta_blocks__text blockquote, .hero__body blockquote,
.blockquote-02 {
  font-family: brandon-grotesque;
  font-size: 1.375rem;
  font-style: normal;
  font-weight: 500;
  line-height: 120%;
}
@media print, screen and (min-width: 40em) {
.blockquote-01, .wysiwyg blockquote, .panel__content blockquote, .content_block_a__body blockquote, .content-block-b__block-content blockquote, .cta_blocks__text blockquote, .hero__body blockquote,
    .blockquote-02 {
      font-size: 1.5625rem;
      line-height: 120%;
}
}
@media print, screen and (min-width: 78.125em) {
.blockquote-01, .wysiwyg blockquote, .panel__content blockquote, .content_block_a__body blockquote, .content-block-b__block-content blockquote, .cta_blocks__text blockquote, .hero__body blockquote,
    .blockquote-02 {
      font-size: 1.5625rem;
      line-height: 120%;
}
}
.blockquote-01, .wysiwyg blockquote, .panel__content blockquote, .content_block_a__body blockquote, .content-block-b__block-content blockquote, .cta_blocks__text blockquote, .hero__body blockquote {
  padding-left: 20px;
  text-align: left;
  border-left: 0.3125rem #dedede solid;
}
.blockquote-02 {
  position: relative;
  padding-top: 20px;
  text-align: center;
}
.blockquote-02::before {
    display: block;
    width: 10%;
    min-width: 3.125rem;
    height: 0.3125rem;
    margin-right: auto;
    margin-bottom: 0.625rem;
    margin-left: auto;
    content: "";
    background-color: #dedede;
}
.blockquote-03 {
  font-family: "Oswald Regular";
  font-size: 1.875rem;
  font-style: normal;
  font-weight: 400;
  line-height: 116.66667%;
  text-align: left;
}
@media print, screen and (min-width: 40em) {
.blockquote-03 {
      font-size: 1.875rem;
      line-height: 116.66667%;
}
}
@media print, screen and (min-width: 78.125em) {
.blockquote-03 {
      font-size: 1.875rem;
      line-height: 116.66667%;
}
}
.blockquote-01, .wysiwyg blockquote, .panel__content blockquote, .content_block_a__body blockquote, .content-block-b__block-content blockquote, .cta_blocks__text blockquote, .hero__body blockquote,
.blockquote-02,
.blockquote-03 {
  color: #201547;
}
cite,
.citation {
  font-family: brandon-grotesque;
  font-size: 1.125rem;
  font-style: normal;
  font-weight: 300;
  line-height: 127.77778%;
  color: #dedede;
  display: block;
  margin-top: 20px;
}
@media print, screen and (min-width: 40em) {
cite,
    .citation {
      font-size: 1.125rem;
      line-height: 127.77778%;
}
}
@media print, screen and (min-width: 78.125em) {
cite,
    .citation {
      font-size: 1.125rem;
      line-height: 127.77778%;
}
}
.headline-06 + .paragraph-02, .wysiwyg h6 + .paragraph-02, .panel__content h6 + .paragraph-02, .content_block_a__body h6 + .paragraph-02, .content-block-b__block-content h6 + .paragraph-02, .cta_blocks__text h6 + .paragraph-02, .hero__body h6 + .paragraph-02, .headline-06 + .special-list_item, .wysiwyg h6 + .special-list_item, .panel__content h6 + .special-list_item, .content_block_a__body h6 + .special-list_item, .content-block-b__block-content h6 + .special-list_item, .cta_blocks__text h6 + .special-list_item, .hero__body h6 + .special-list_item, .wysiwyg ul .headline-06 + li, .wysiwyg ul h6 + li, .panel__content .wysiwyg ul h6 + li, .wysiwyg ul .panel__content h6 + li, .content_block_a__body .wysiwyg ul h6 + li, .wysiwyg ul .content_block_a__body h6 + li, .content-block-b__block-content .wysiwyg ul h6 + li, .wysiwyg ul .content-block-b__block-content h6 + li, .cta_blocks__text .wysiwyg ul h6 + li, .wysiwyg ul .cta_blocks__text h6 + li, .hero__body .wysiwyg ul h6 + li, .wysiwyg ul .hero__body h6 + li, .panel__content ul .headline-06 + li, .wysiwyg .panel__content ul h6 + li, .panel__content ul .wysiwyg h6 + li, .panel__content ul h6 + li, .content_block_a__body .panel__content ul h6 + li, .panel__content ul .content_block_a__body h6 + li, .content-block-b__block-content .panel__content ul h6 + li, .panel__content ul .content-block-b__block-content h6 + li, .cta_blocks__text .panel__content ul h6 + li, .panel__content ul .cta_blocks__text h6 + li, .hero__body .panel__content ul h6 + li, .panel__content ul .hero__body h6 + li, .content_block_a__body ul .headline-06 + li, .wysiwyg .content_block_a__body ul h6 + li, .content_block_a__body ul .wysiwyg h6 + li, .panel__content .content_block_a__body ul h6 + li, .content_block_a__body ul .panel__content h6 + li, .content_block_a__body ul h6 + li, .content-block-b__block-content .content_block_a__body ul h6 + li, .content_block_a__body ul .content-block-b__block-content h6 + li, .cta_blocks__text .content_block_a__body ul h6 + li, .content_block_a__body ul .cta_blocks__text h6 + li, .hero__body .content_block_a__body ul h6 + li, .content_block_a__body ul .hero__body h6 + li, .content-block-b__block-content ul .headline-06 + li, .wysiwyg .content-block-b__block-content ul h6 + li, .content-block-b__block-content ul .wysiwyg h6 + li, .panel__content .content-block-b__block-content ul h6 + li, .content-block-b__block-content ul .panel__content h6 + li, .content_block_a__body .content-block-b__block-content ul h6 + li, .content-block-b__block-content ul .content_block_a__body h6 + li, .content-block-b__block-content ul h6 + li, .cta_blocks__text .content-block-b__block-content ul h6 + li, .content-block-b__block-content ul .cta_blocks__text h6 + li, .hero__body .content-block-b__block-content ul h6 + li, .content-block-b__block-content ul .hero__body h6 + li, .cta_blocks__text ul .headline-06 + li, .wysiwyg .cta_blocks__text ul h6 + li, .cta_blocks__text ul .wysiwyg h6 + li, .panel__content .cta_blocks__text ul h6 + li, .cta_blocks__text ul .panel__content h6 + li, .content_block_a__body .cta_blocks__text ul h6 + li, .cta_blocks__text ul .content_block_a__body h6 + li, .content-block-b__block-content .cta_blocks__text ul h6 + li, .cta_blocks__text ul .content-block-b__block-content h6 + li, .cta_blocks__text ul h6 + li, .hero__body .cta_blocks__text ul h6 + li, .cta_blocks__text ul .hero__body h6 + li, .hero__body ul .headline-06 + li, .wysiwyg .hero__body ul h6 + li, .hero__body ul .wysiwyg h6 + li, .panel__content .hero__body ul h6 + li, .hero__body ul .panel__content h6 + li, .content_block_a__body .hero__body ul h6 + li, .hero__body ul .content_block_a__body h6 + li, .content-block-b__block-content .hero__body ul h6 + li, .hero__body ul .content-block-b__block-content h6 + li, .cta_blocks__text .hero__body ul h6 + li, .hero__body ul .cta_blocks__text h6 + li, .hero__body ul h6 + li, .wysiwyg ol .headline-06 + li, .wysiwyg ol h6 + li, .panel__content .wysiwyg ol h6 + li, .wysiwyg ol .panel__content h6 + li, .content_block_a__body .wysiwyg ol h6 + li, .wysiwyg ol .content_block_a__body h6 + li, .content-block-b__block-content .wysiwyg ol h6 + li, .wysiwyg ol .content-block-b__block-content h6 + li, .cta_blocks__text .wysiwyg ol h6 + li, .wysiwyg ol .cta_blocks__text h6 + li, .hero__body .wysiwyg ol h6 + li, .wysiwyg ol .hero__body h6 + li, .panel__content ol .headline-06 + li, .wysiwyg .panel__content ol h6 + li, .panel__content ol .wysiwyg h6 + li, .panel__content ol h6 + li, .content_block_a__body .panel__content ol h6 + li, .panel__content ol .content_block_a__body h6 + li, .content-block-b__block-content .panel__content ol h6 + li, .panel__content ol .content-block-b__block-content h6 + li, .cta_blocks__text .panel__content ol h6 + li, .panel__content ol .cta_blocks__text h6 + li, .hero__body .panel__content ol h6 + li, .panel__content ol .hero__body h6 + li, .content_block_a__body ol .headline-06 + li, .wysiwyg .content_block_a__body ol h6 + li, .content_block_a__body ol .wysiwyg h6 + li, .panel__content .content_block_a__body ol h6 + li, .content_block_a__body ol .panel__content h6 + li, .content_block_a__body ol h6 + li, .content-block-b__block-content .content_block_a__body ol h6 + li, .content_block_a__body ol .content-block-b__block-content h6 + li, .cta_blocks__text .content_block_a__body ol h6 + li, .content_block_a__body ol .cta_blocks__text h6 + li, .hero__body .content_block_a__body ol h6 + li, .content_block_a__body ol .hero__body h6 + li, .content-block-b__block-content ol .headline-06 + li, .wysiwyg .content-block-b__block-content ol h6 + li, .content-block-b__block-content ol .wysiwyg h6 + li, .panel__content .content-block-b__block-content ol h6 + li, .content-block-b__block-content ol .panel__content h6 + li, .content_block_a__body .content-block-b__block-content ol h6 + li, .content-block-b__block-content ol .content_block_a__body h6 + li, .content-block-b__block-content ol h6 + li, .cta_blocks__text .content-block-b__block-content ol h6 + li, .content-block-b__block-content ol .cta_blocks__text h6 + li, .hero__body .content-block-b__block-content ol h6 + li, .content-block-b__block-content ol .hero__body h6 + li, .cta_blocks__text ol .headline-06 + li, .wysiwyg .cta_blocks__text ol h6 + li, .cta_blocks__text ol .wysiwyg h6 + li, .panel__content .cta_blocks__text ol h6 + li, .cta_blocks__text ol .panel__content h6 + li, .content_block_a__body .cta_blocks__text ol h6 + li, .cta_blocks__text ol .content_block_a__body h6 + li, .content-block-b__block-content .cta_blocks__text ol h6 + li, .cta_blocks__text ol .content-block-b__block-content h6 + li, .cta_blocks__text ol h6 + li, .hero__body .cta_blocks__text ol h6 + li, .cta_blocks__text ol .hero__body h6 + li, .hero__body ol .headline-06 + li, .wysiwyg .hero__body ol h6 + li, .hero__body ol .wysiwyg h6 + li, .panel__content .hero__body ol h6 + li, .hero__body ol .panel__content h6 + li, .content_block_a__body .hero__body ol h6 + li, .hero__body ol .content_block_a__body h6 + li, .content-block-b__block-content .hero__body ol h6 + li, .hero__body ol .content-block-b__block-content h6 + li, .cta_blocks__text .hero__body ol h6 + li, .hero__body ol .cta_blocks__text h6 + li, .hero__body ol h6 + li, .headline-06 + .breadcrumb__item, .wysiwyg h6 + .breadcrumb__item, .panel__content h6 + .breadcrumb__item, .content_block_a__body h6 + .breadcrumb__item, .content-block-b__block-content h6 + .breadcrumb__item, .cta_blocks__text h6 + .breadcrumb__item, .hero__body h6 + .breadcrumb__item, .headline-06 + .text_button__text, .wysiwyg h6 + .text_button__text, .panel__content h6 + .text_button__text, .content_block_a__body h6 + .text_button__text, .content-block-b__block-content h6 + .text_button__text, .cta_blocks__text h6 + .text_button__text, .hero__body h6 + .text_button__text, .headline-06 + .donut-chart__key__item, .wysiwyg h6 + .donut-chart__key__item, .panel__content h6 + .donut-chart__key__item, .content_block_a__body h6 + .donut-chart__key__item, .content-block-b__block-content h6 + .donut-chart__key__item, .cta_blocks__text h6 + .donut-chart__key__item, .hero__body h6 + .donut-chart__key__item, .headline-06 + .fade-slider__paragraph, .wysiwyg h6 + .fade-slider__paragraph, .panel__content h6 + .fade-slider__paragraph, .content_block_a__body h6 + .fade-slider__paragraph, .content-block-b__block-content h6 + .fade-slider__paragraph, .cta_blocks__text h6 + .fade-slider__paragraph, .hero__body h6 + .fade-slider__paragraph, .headline-06 + .hero__fact_copy, .wysiwyg h6 + .hero__fact_copy, .panel__content h6 + .hero__fact_copy, .content_block_a__body h6 + .hero__fact_copy, .content-block-b__block-content h6 + .hero__fact_copy, .cta_blocks__text h6 + .hero__fact_copy, .hero__body h6 + .hero__fact_copy, .headline-06 + .sidebar__link, .wysiwyg h6 + .sidebar__link, .panel__content h6 + .sidebar__link, .content_block_a__body h6 + .sidebar__link, .content-block-b__block-content h6 + .sidebar__link, .cta_blocks__text h6 + .sidebar__link, .hero__body h6 + .sidebar__link, .table .headline-06 + td, .wysiwyg .table h6 + td, .table .wysiwyg h6 + td, .panel__content .table h6 + td, .table .panel__content h6 + td, .content_block_a__body .table h6 + td, .table .content_block_a__body h6 + td, .content-block-b__block-content .table h6 + td, .table .content-block-b__block-content h6 + td, .cta_blocks__text .table h6 + td, .table .cta_blocks__text h6 + td, .hero__body .table h6 + td, .table .hero__body h6 + td, .wysiwyg .headline-06 + p, .wysiwyg h6 + p, .panel__content .wysiwyg h6 + p, .wysiwyg .panel__content h6 + p, .content_block_a__body .wysiwyg h6 + p, .wysiwyg .content_block_a__body h6 + p, .content-block-b__block-content .wysiwyg h6 + p, .wysiwyg .content-block-b__block-content h6 + p, .cta_blocks__text .wysiwyg h6 + p, .wysiwyg .cta_blocks__text h6 + p, .hero__body .wysiwyg h6 + p, .wysiwyg .hero__body h6 + p, .panel__content .headline-06 + p, .wysiwyg .panel__content h6 + p, .panel__content .wysiwyg h6 + p, .panel__content h6 + p, .content_block_a__body .panel__content h6 + p, .panel__content .content_block_a__body h6 + p, .content-block-b__block-content .panel__content h6 + p, .panel__content .content-block-b__block-content h6 + p, .cta_blocks__text .panel__content h6 + p, .panel__content .cta_blocks__text h6 + p, .hero__body .panel__content h6 + p, .panel__content .hero__body h6 + p, .content_block_a__body .headline-06 + p, .wysiwyg .content_block_a__body h6 + p, .content_block_a__body .wysiwyg h6 + p, .panel__content .content_block_a__body h6 + p, .content_block_a__body .panel__content h6 + p, .content_block_a__body h6 + p, .content-block-b__block-content .content_block_a__body h6 + p, .content_block_a__body .content-block-b__block-content h6 + p, .cta_blocks__text .content_block_a__body h6 + p, .content_block_a__body .cta_blocks__text h6 + p, .hero__body .content_block_a__body h6 + p, .content_block_a__body .hero__body h6 + p, .content-block-b__block-content .headline-06 + p, .wysiwyg .content-block-b__block-content h6 + p, .content-block-b__block-content .wysiwyg h6 + p, .panel__content .content-block-b__block-content h6 + p, .content-block-b__block-content .panel__content h6 + p, .content_block_a__body .content-block-b__block-content h6 + p, .content-block-b__block-content .content_block_a__body h6 + p, .content-block-b__block-content h6 + p, .cta_blocks__text .content-block-b__block-content h6 + p, .content-block-b__block-content .cta_blocks__text h6 + p, .hero__body .content-block-b__block-content h6 + p, .content-block-b__block-content .hero__body h6 + p, .cta_blocks__text .headline-06 + p, .wysiwyg .cta_blocks__text h6 + p, .cta_blocks__text .wysiwyg h6 + p, .panel__content .cta_blocks__text h6 + p, .cta_blocks__text .panel__content h6 + p, .content_block_a__body .cta_blocks__text h6 + p, .cta_blocks__text .content_block_a__body h6 + p, .content-block-b__block-content .cta_blocks__text h6 + p, .cta_blocks__text .content-block-b__block-content h6 + p, .cta_blocks__text h6 + p, .hero__body .cta_blocks__text h6 + p, .cta_blocks__text .hero__body h6 + p, .hero__body .headline-06 + p, .wysiwyg .hero__body h6 + p, .hero__body .wysiwyg h6 + p, .panel__content .hero__body h6 + p, .hero__body .panel__content h6 + p, .content_block_a__body .hero__body h6 + p, .hero__body .content_block_a__body h6 + p, .content-block-b__block-content .hero__body h6 + p, .hero__body .content-block-b__block-content h6 + p, .cta_blocks__text .hero__body h6 + p, .hero__body .cta_blocks__text h6 + p, .hero__body h6 + p {
  margin-top: 10px;
}
.headline-01 + .headline-07, .donut-chart__header + .headline-07, .donut-chart__fact__number + .headline-07, .hero__title + .headline-07, .default-template__title + .headline-07, .hero_minor__title + .headline-07, .update__content h1 + .headline-07, .wysiwyg h1 + .headline-07, .panel__content h1 + .headline-07, .content_block_a__body h1 + .headline-07, .content-block-b__block-content h1 + .headline-07, .cta_blocks__text h1 + .headline-07, .hero__body h1 + .headline-07 {
  margin-top: 20px;
}
.fact, .hero__fact_text {
  font-family: "Abril Fatface";
  font-size: 5rem;
  font-style: italic;
  font-weight: 400;
  line-height: 1;
  color: #fff;
  letter-spacing: 0.005rem;
}
.fact-percentage, .hero__fact_percentage {
  font-family: "Abril Fatface";
  font-size: 2.8125rem;
  font-style: italic;
  font-weight: 400;
  line-height: 1;
}
.fact-plus, .hero__fact_plus {
  font-family: "Abril Fatface";
  font-size: 3.125rem;
  font-style: italic;
  font-weight: 400;
  line-height: 0.5;
}
.furman-event-calendar {
  margin: 2em 0;
  font-family: brandon-grotesque;
}
.furman-event-calendar .dropdown {
    margin-bottom: 1em;
    width: 100%;
}
@media screen and (min-width: 48em) {
.furman-event-calendar .dropdown {
        flex-basis: 45%;
}
}
@media screen and (min-width: 48em) {
.furman-event-calendar .dropdown {
      margin-left: 0.9375rem;
}
}
.furman-event-calendar table {
    border-collapse: collapse;
    width: 100%;
}
.furman-event-calendar th, .furman-event-calendar td {
    border: 1px solid #D1D2D0;
    padding: .5em;
    width: 171px;
}
.furman-event-calendar__prev-year, .furman-event-calendar__prev-month, .furman-event-calendar__next-month, .furman-event-calendar__next-year, .furman-event-calendar__title {
    color: white;
    background: #582c83;
    text-transform: uppercase;
    vertical-align: center;
}
.furman-event-calendar__prev-year a,
  .furman-event-calendar__prev-month a {
    position: relative;
    cursor: pointer;
}
.furman-event-calendar__prev-year a::before,
    .furman-event-calendar__prev-month a::before {
      content: '\AB';
      font-size: 20px;
      font-weight: 400;
      height: 20px;
      left: -16px;
      position: absolute;
      top: 0;
      transform: translateY(-26%);
      width: 20px;
}
.furman-event-calendar__next-year a,
  .furman-event-calendar__next-month a {
    position: relative;
    cursor: pointer;
}
.furman-event-calendar__next-year a::before,
    .furman-event-calendar__next-month a::before {
      content: '\BB';
      font-size: 20px;
      font-weight: 400;
      height: 20px;
      right: -18px;
      position: absolute;
      top: 0;
      transform: translateY(-26%);
      width: 20px;
}
.furman-event-calendar__day-of-week {
    color: #582c83;
    background: #dddddd;
    text-align: center;
}
.furman-event-calendar .furman-event-calendar__day {
    height: 100px;
    padding: 1.5em .5em .5em;
    position: relative;
    vertical-align: top;
}
.furman-event-calendar .furman-event-calendar__day.\--blank {
      background: #f4f4f4;
}
.furman-event-calendar .furman-event-calendar__day.\--current-day {
      background: rgba(88, 44, 131, 0.1);
}
.furman-event-calendar__date {
    position: absolute;
    top: .5em;
    right: .5em;
}
.furman-event-calendar__event {
    display: inline-block;
    position: relative;
    text-decoration: none;
    width: 100%;
}
.furman-event-calendar__event-title {
    color: #582c83;
    letter-spacing: .5px;
    max-width: calc(171px - 1em);
    overflow: hidden;
    position: relative;
    text-align: center;
    text-overflow: ellipsis;
    text-transform: uppercase;
    white-space: nowrap;
}
.furman-event-calendar__tooltip {
    background: #eeeeee;
    bottom: 30px;
    box-shadow: 0 0 10px -2px #333333;
    left: 50%;
    padding: .5em 1em;
    position: absolute;
    transform: translateX(-50%);
    visibility: hidden;
    width: 300px;
    z-index: 99;
}
.furman-event-calendar__tooltip::before {
      border-left: 10px solid transparent;
      border-right: 10px solid transparent;
      border-top: 10px solid #eeeeee;
      bottom: -10px;
      content: '';
      height: 0;
      left: 50%;
      position: absolute;
      transform: translateX(-50%);
      width: 0;
      z-index: 1;
}
.furman-event-calendar__tooltip-title {
    color: #582c83;
    font-weight: bold;
    text-transform: uppercase;
}
.furman-event-calendar__tooltip-image {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 215px;
    margin-top: .5em;
    width: 100%;
}
.furman-event-calendar__event:hover .furman-event-calendar__tooltip {
    visibility: visible;
}
.furman-event-item {
  border-bottom: 1px solid black;
  display: flex;
  padding: 2em 0;
}
.furman-event-item:first-child {
    border-top: 1px solid black;
}
.furman-event-item__featured-image {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 160px;
    margin-right: 2em;
    width: 160px;
}
@media screen and (max-width: 48em) {
.furman-event-item__featured-image {
        height: 33vw;
        width: 33vw;
}
}
.furman-event-item__title {
    color: #582c83;
    font-family: "Oswald Regular";
    font-size: 32px;
    letter-spacing: .5px;
    text-transform: uppercase;
}
.furman-event-item__meta {
    color: #757575;
    font-family: brandon-grotesque;
    font-size: 16px;
    letter-spacing: .5px;
}
.furman-event-list {
  margin: 2em 0;
}
.furman-event-list button {
    cursor: pointer;
}
.furman-event-list__pagination {
    display: flex;
    justify-content: space-between;
}
.furman-event-list__date-controls {
    display: flex;
    justify-content: space-between;
}
@media screen and (max-width: 75em) {
.furman-event-list__date-controls {
        justify-content: center;
}
}
.furman-event-list__date-shift {
    background-color: #757575;
    border: none;
    border-radius: 3px;
    color: #fff;
    font-family: "Oswald Regular";
    font-size: 16px;
    letter-spacing: .5px;
    padding: .5em 1em;
    text-transform: uppercase;
}
@media screen and (max-width: 75em) {
.furman-event-list__date-shift {
        margin: 0.5rem;
}
}
@media screen and (max-width: 48em) {
.furman-event-list__date-shift.-year, .furman-event-list__date-shift-label {
        display: none;
}
}
.furman-event-list__date-shift:focus {
      outline: none;
}
.furman-event-list__date-shift:hover {
      background-color: #582c83;
}
.furman-event-list__controls-container {
    margin-bottom: 1em;
}
.furman-event-list__date {
    color: #757575;
    font-family: "Oswald Regular";
    font-size: 3em;
    letter-spacing: .5px;
    text-transform: uppercase;
}
.furman-events-page {
  margin: 24px auto 0 auto;
  max-width: 75rem;
  padding: 1.25rem;
}
.furman-events-page button {
    cursor: pointer;
}
.furman-events-page__view-calendar {
    margin-right: 1em;
}
.furman-events-page__view-list, .furman-events-page__view-calendar {
    background-color: #757575;
    border: none;
    border-radius: 3px;
    color: #fff;
    font-family: "Oswald Regular";
    font-size: 16px;
    letter-spacing: .5px;
    padding: .5em 1em;
    text-transform: uppercase;
}
.furman-events-page__view-list:focus, .furman-events-page__view-calendar:focus {
      outline: none;
}
.furman-events-page__view-list.active, .furman-events-page__view-calendar.active {
      background-color: #582c83;
}
.furman-events-page .v-select .dropdown-menu {
    overflow-y: auto;
}
.furman-events-page__filters {
    margin-bottom: -1em;
    margin-top: 2em;
}
.furman-events-page__search-button {
    background: none;
    border: 0;
    margin-bottom: 18px;
    outline: none;
}
.furman-events-page__search-button svg.svg-inline--fa {
      height: 1.75em;
      width: 1.75em;
}
.furman-events-page__search,
  .furman-events-page .dropdown {
    margin-bottom: 1em;
    width: 100%;
}
@media screen and (min-width: 48em) {
.furman-events-page .dropdown {
      margin-left: 0.9375rem;
}
}
.furman-events-page__search {
    font-size: 1.1em;
    height: 100%;
    padding: .25em .5em;
    width: 100%;
    border: 1px solid rgba(60, 60, 60, 0.26);
}
@media screen and (max-width: 48em) {
.furman-events-page__search {
        margin-bottom: 1em;
}
}
.furman-events-page__search:focus {
      outline: none;
}
.furman-events-page button {
    cursor: pointer;
}
.furman-events-page__controls {
    display: flex;
    flex-flow: row nowrap;
    /*@include breakpoint($bp-small down) {
      flex-flow: column nowrap;
    }*/
}
@media screen and (max-width: 75em) {
.furman-events-page__controls {
        justify-content: center;
}
}
.furman-events-page__current-category {
    font-family: "Oswald Regular";
    font-size: 3.75rem;
    font-style: normal;
    font-weight: 400;
    letter-spacing: 0.01em;
    line-height: 150%;
}
.furman-term-list {
  margin-top: .5em;
}
body.single-furman-update .furman-term-list {
    margin-bottom: .5em;
}
.furman-term-list__link {
    background-color: #582c83;
    color: #fff !important;
    font-size: 1rem;
    line-height: 1.1em;
    margin-right: 0.625rem;
    padding: 0 0.3125rem;
    transition: background-color .3s;
    margin-bottom: .5em;
    padding: 0.3125rem;
    display: inline-block;
}
.furman-term-list__link:last-child {
      margin-right: 0;
}
.furman-term-list__link:hover, .furman-term-list__link:focus {
      background-color: #201547;
}
.prevent-scroll {
  overflow: hidden;
}
.header__wrap {
  left: 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 10;
}
@media screen and (max-width: 37.5rem) {
html[lang] {
    margin-top: 0 !important;
}
#wpadminbar {
    display: none;
}
}
.header {
  background-color: #fff;
  display: none;
  height: 140px;
  position: relative;
  width: 100%;
  z-index: 2;
}
@media print, screen and (min-width: 78.125em) {
.header {
      display: block;
}
}
.header::before, .header::after {
    content: "";
    position: absolute;
}
.header::before {
    background-color: #e6e6e6;
    height: 100%;
    width: 50%;
    z-index: 1;
}
.header::after {
    background-color: #582c83;
    bottom: 0;
    height: 50%;
    left: 0;
    width: 100%;
    z-index: 0;
}
@media screen and (min-width: 37.5625em) {
body.admin-bar .header {
      transform: translate(0, 2.875rem);
}
}
@media screen and (min-width: 48.9375em) {
body.admin-bar .header {
      transform: translate(0, 2rem);
}
}
.header__logo {
  display: block;
  margin: 0 auto;
  max-width: 100%;
  position: relative;
  right: 0;
  transition: fill 0.2s;
  width: 350px;
}
.header__logo .header__logo__type,
  .header__logo .header__logo__circle,
  .header__logo .header__logo__tower {
    transition: opacity .3s, fill .3s;
}
.header__logo .header__logo__type {
    fill: #54585a;
}
.header__logo .header__logo__circle {
    fill: #582c83;
}
.header__logo .header__logo__tower {
    fill: #fff;
}
.header__logo:hover .header__logo__type,
  .header__logo:hover .header__logo__circle,
  .header__logo:hover .header__logo__tower {
    opacity: .75;
}
.header__row {
  max-width: none;
  margin-right: auto;
  margin-left: auto;
  display: flex;
  flex-flow: row wrap;
  height: inherit;
  position: relative;
  z-index: 1;
}
.header__logo-wrap,
.header_nav {
  height: inherit;
}
.header__logo-wrap {
  flex: 0 0 25%;
  max-width: 25%;
  padding-right: 0.625rem;
  padding-left: 0.625rem;
  align-items: center;
  background-color: #e6e6e6;
  display: flex;
  justify-content: center;
}
@media print, screen and (min-width: 40em) {
.header__logo-wrap {
      padding-right: 0.9375rem;
      padding-left: 0.9375rem;
}
}
.header__logo-link {
  max-width: 100%;
  width: 100%;
}
.header__nav {
  flex: 0 0 75%;
  max-width: 75%;
  padding-right: 0;
  padding-left: 0;
  height: 100%;
}
@media screen and (min-width: 118.75em) {
.header__nav {
      max-width: 1400px;
}
}
.header__nav__top-wrap,
.header__nav__bottom-wrap {
  display: block;
  font-size: 0;
  height: 50%;
  padding-right: 0.9375rem;
}
.header__nav__top-wrap {
  background-color: #fff;
}
.header__nav__bottom-wrap {
  background-color: #582c83;
  text-align: right;
}
.header__nav__bottom__item {
  color: #fff;
  display: inline-block;
  font-family: "Oswald Regular";
  font-size: 1rem;
  font-style: normal;
  font-weight: 300;
  height: 100%;
  letter-spacing: 0.1rem;
  margin-bottom: 0;
  margin-top: 0;
  text-transform: uppercase;
}
@media screen and (min-width: 78.125em) {
.header__nav__bottom__item {
      font-size: 1.25rem;
}
}
.header__nav__bottom__item.active .header__dropdown-wrap, .header__nav__bottom__item:hover .header__dropdown-wrap {
    display: block;
    opacity: 1;
    visibility: visible;
}
.header__nav__bottom__item.active .header__nav__bottom__link, .header__nav__bottom__item:hover .header__nav__bottom__link {
    background-color: #201547;
}
.header__nav__bottom__item .header__dropdown-wrap {
    display: none;
}
.header__nav__bottom__item:not([data-dropdown]) .header__dropdown-wrap {
    display: none !important;
}
.header__nav__bottom__link {
  display: block;
  height: 100%;
  line-height: 70px;
  padding: 0 15px;
  transition: background-color 0.2s;
}
@media screen and (min-width: 78.125em) {
.header__nav__bottom__link {
      padding: 0 20px;
}
}
.header__action-links,
.header__action-buttons {
  float: right;
}
.header__action-links {
  margin-top: 24px;
}
.header__action-links__item {
  display: inline-block;
  margin-left: 20px;
}
@media screen and (min-width: 78.125em) {
.header__action-links__item {
      margin-left: 30px;
}
}
.header__action-links__item:first-child {
    margin-left: 0;
}
.header__action-links__link,
.header__action-button,
.header__breadcrumbs__item > a {
  color: #201547;
  font-family: brandon-grotesque;
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
}
.header__action-buttons {
  margin-left: 30px;
  margin-top: 13px;
}
@media screen and (min-width: 78.125em) {
.header__action-buttons {
      margin-left: 40px;
}
}
.header__action-buttons__item {
  display: inline-block;
  margin-left: 20px;
}
@media screen and (min-width: 78.125em) {
.header__action-buttons__item {
      margin-left: 24px;
}
}
.header__action-buttons__item:first-child {
    margin-left: 0;
}
.header__action-button {
  border: 1px solid;
  border-radius: 30px;
  display: block;
  padding: 9px 20px;
  text-align: center;
  transition: background-color 0.2s, color 0.2s;
}
@media screen and (min-width: 78.125em) {
.header__action-button {
      min-width: 125px;
}
}
.header__action-button:hover {
    background-color: #201547;
    color: #fff;
}
.header__breadcrumbs-bar {
  background-color: #fff;
  position: relative;
}
@media screen and (min-width: 37.5625em) {
body.admin-bar .header__breadcrumbs-bar {
      transform: translate(0, 2.875rem);
}
}
@media screen and (min-width: 48.9375em) {
body.admin-bar .header__breadcrumbs-bar {
      transform: translate(0, 2rem);
}
}
@media print, screen and (min-width: 78.125em) {
.header__breadcrumbs-bar.-crumbs-and-nav .header__breadcrumbs {
      flex: 0 0 75%;
      max-width: 75%;
      padding-right: 0.625rem;
      padding-left: 0.625rem;
}
}
@media print, screen and (min-width: 78.125em) and (min-width: 40em) {
.header__breadcrumbs-bar.-crumbs-and-nav .header__breadcrumbs {
      padding-right: 0.9375rem;
      padding-left: 0.9375rem;
}
}
@media print, screen and (min-width: 78.125em) {
.header__breadcrumbs-bar.-crumbs-and-nav .furman-secondary-nav {
      flex: 0 0 25%;
      max-width: 25%;
      padding-right: 0.625rem;
      padding-left: 0.625rem;
      padding: 0 !important;
      align-self: flex-start;
}
}
@media print, screen and (min-width: 78.125em) and (min-width: 40em) {
.header__breadcrumbs-bar.-crumbs-and-nav .furman-secondary-nav {
      padding-right: 0.9375rem;
      padding-left: 0.9375rem;
}
}
.header__breadcrumbs-bar-inner {
  max-width: 75rem;
  margin-right: auto;
  margin-left: auto;
  display: flex;
  flex-flow: row wrap;
  height: 100%;
  align-items: center;
}
.header__breadcrumbs {
  display: none;
}
@media print, screen and (min-width: 78.125em) {
.header__breadcrumbs {
      display: block;
}
}
.header__breadcrumbs__row {
  max-width: 75rem;
  margin-right: auto;
  margin-left: auto;
  display: flex;
  flex-flow: row wrap;
  flex: 1 1 0px;
  padding-right: 0.625rem;
  padding-left: 0.625rem;
  min-width: 0;
  position: relative;
  top: calc(50% - 13.5px);
}
@media print, screen and (min-width: 40em) {
.header__breadcrumbs__row {
      padding-right: 0.9375rem;
      padding-left: 0.9375rem;
}
}
.header__breadcrumbs__item {
  margin-right: 50px;
  position: relative;
}
.header__breadcrumbs__item::after {
    background-image: url("data:image/svg+xml;utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 9.121 15.414'%3E%3Cpath fill='none' stroke='%23662d91' stroke-miterlimit='10' stroke-width='2' d='M.707.707l7 7-7 7'/%3E%3C/svg%3E");
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: 40%;
    content: "";
    height: 100%;
    position: absolute;
    right: -1.875rem;
    top: 0;
    width: 0.9375rem;
}
.header__breadcrumbs__item:last-child > a {
    color: #582c83;
    font-weight: 500;
}
.header__breadcrumbs__item:last-child::after {
    display: none;
}
.header__breadcrumbs__item > a {
  color: #54585a;
  transition: color 0.2s;
}
.header__breadcrumbs__item > a.active, .header__breadcrumbs__item > a:hover {
    color: #201547;
}
.header__search-button {
  background-color: transparent;
  border: 0;
  cursor: pointer;
  padding: 0;
  position: relative;
  top: 5px;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
.header__search-button svg {
    height: 1.375rem;
    transition: fill 0.2s;
    width: 1.125rem;
    fill: #201547;
}
.header__search-button svg:hover {
      fill: #582c83;
}
.header__dropdown-wrap {
  background-color: #201547;
  display: block;
  left: 0;
  margin-left: calc(-50vw + 50%);
  opacity: 0;
  position: absolute;
  top: 60px;
  transition: visibility 0.2s, opacity 0.2s;
  visibility: hidden;
  width: 100vw;
  z-index: 1;
}
.header__dropdown-wrap.active {
    opacity: 1;
    visibility: visible;
}
@media print, screen and (min-width: 78.125em) {
.header__dropdown-wrap {
      top: auto;
}
}
.header__dropdown-wrap--search {
  z-index: 3;
}
@media (max-width: 768px) {
.header__dropdown-wrap--search {
      padding: 0;
}
}
.header__search-close_button {
  background-color: transparent;
  border-width: 0;
  display: none;
  height: 20px;
  padding: 0;
  position: absolute;
  right: 20px;
  top: 20px;
  width: 20px;
}
@media print, screen and (min-width: 78.125em) {
.header__search-close_button {
      display: block;
}
}
.header__search-close_button_image {
  height: 100%;
  width: 100%;
}
.header__dropdown__list {
  max-width: 75rem;
  margin-right: auto;
  margin-left: auto;
  display: flex;
  flex-flow: row wrap;
  align-items: center;
  flex-direction: column;
  height: 280px;
  justify-content: center;
  padding: 50px 0;
}
.header__dropdown__item {
  flex: 0 0 16.66667%;
  max-width: 16.66667%;
  padding-right: 0.625rem;
  padding-left: 0.625rem;
  font-family: brandon-grotesque;
  font-size: 1rem;
  font-weight: 500;
  margin-bottom: 24px;
  text-align: left;
  text-transform: none;
  width: 100%;
}
@media print, screen and (min-width: 40em) {
.header__dropdown__item {
      padding-right: 0.9375rem;
      padding-left: 0.9375rem;
}
}
.header__dropdown__link {
  border-bottom: 1px solid;
  color: #fff;
  display: block;
  margin-top: auto;
  padding-bottom: 10px;
  transition: transform 0.2s;
  width: 100%;
}
.header__dropdown__link:hover {
    transform: translateY(-2px);
}
.header__search-wrap {
  display: block;
  margin: 0 auto;
  max-width: 835px;
  position: relative;
}
@media screen and (min-width: 37.5625em) {
body.admin-bar .header__search-wrap {
      transform: translate(0, 2.875rem);
}
}
@media screen and (min-width: 48.9375em) {
body.admin-bar .header__search-wrap {
      transform: translate(0, 2rem);
}
}
@media print, screen and (min-width: 78.125em) {
.header__search-wrap {
      padding: 80px 0;
}
}
.header__search-input {
  background-color: #fff;
  border: 0;
  color: #201547;
  font-family: brandon-grotesque;
  font-size: 1.5625rem;
  font-weight: 500;
  height: 70px;
  line-height: 1;
  padding: 0 60px 0 15px;
  width: 100%;
}
@media print, screen and (min-width: 78.125em) {
.header__search-input {
      background-color: #fff;
      color: #201547;
      padding: 0 100px 0 45px;
}
}
@media print, screen and (min-width: 78.125em) {
.header__search-input {
      height: 96px;
}
}
.header__search-input::-webkit-input-placeholder {
    color: #bababa;
}
@media print, screen and (min-width: 78.125em) {
.header__search-input::-webkit-input-placeholder {
        color: #bababa;
}
}
.header__search-input_button {
  background-color: transparent;
  border: 0;
  cursor: pointer;
  padding: 0;
  position: absolute;
  right: 15px;
  top: calc(50% - 17px);
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
@media print, screen and (min-width: 78.125em) {
.header__search-input_button {
      right: 40px;
}
}
.header__search-input_button:hover svg {
    fill: #582c83;
}
.header__search-input_button svg {
    height: 2.125rem;
    transition: fill 0.2s;
    width: 2.125rem;
    fill: currentColor;
}
@media print, screen and (min-width: 78.125em) {
.header__search-input_button svg {
        fill: #201547;
}
}
.header--mobile,
.header--mobile__drawer {
  display: block;
}
@media print, screen and (min-width: 78.125em) {
.header--mobile,
    .header--mobile__drawer {
      display: none !important;
}
}
.header--mobile {
  background-color: #582c83;
  height: 60px;
  position: relative;
  width: 100%;
}
@media screen and (min-width: 37.5625em) {
body.admin-bar .header--mobile {
      transform: translate(0, 2.875rem);
}
}
@media screen and (min-width: 48.9375em) {
body.admin-bar .header--mobile {
      transform: translate(0, 2rem);
}
}
@media screen and (min-width: 37.5625em) {
body.admin-bar .header__sidebar_nav--mobile, body.admin-bar
  .header__sidebar--mobile {
    transform: translate(0, 2.875rem);
}
}
@media screen and (min-width: 48.9375em) {
body.admin-bar .header__sidebar_nav--mobile, body.admin-bar
  .header__sidebar--mobile {
    transform: translate(0, 2rem);
}
}
@media print, screen and (min-width: 40em) {
.header__sidebar_nav--mobile,
  .header__sidebar--mobile {
    display: none;
}
}
.header__sidebar_nav_title--mobile {
  align-items: center;
  background-color: #201547;
  border-radius: 0;
  border-width: 0;
  display: flex;
  height: 60px;
  justify-content: center;
  padding: 0;
  width: 100%;
}
.header__sidebar_nav_title_text--mobile {
  font-family: brandon-grotesque;
  font-size: 1.125rem;
  font-style: normal;
  font-weight: 500;
  line-height: 127.77778%;
  letter-spacing: 0.01em;
  color: #fff;
  font-size: 22px;
  font-weight: 400;
  position: relative;
  text-align: center;
  width: 100%;
}
@media print, screen and (min-width: 40em) {
.header__sidebar_nav_title_text--mobile {
      font-size: 1.125rem;
      line-height: 127.77778%;
}
}
@media print, screen and (min-width: 78.125em) {
.header__sidebar_nav_title_text--mobile {
      font-size: 1.125rem;
      line-height: 127.77778%;
}
}
.header__sidebar_nav_title_text--mobile::after {
    background-image: url("data:image/svg+xml;utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 284.929 284.929'%3E%3Cpath fill='%23fff' d='M282.082 76.511l-14.274-14.273c-1.902-1.906-4.093-2.856-6.57-2.856-2.471 0-4.661.95-6.563 2.856L142.466 174.441 30.262 62.241c-1.903-1.906-4.093-2.856-6.567-2.856-2.475 0-4.665.95-6.567 2.856L2.856 76.515C.95 78.417 0 80.607 0 83.082c0 2.473.953 4.663 2.856 6.565l133.043 133.046c1.902 1.903 4.093 2.854 6.567 2.854s4.661-.951 6.562-2.854L282.082 89.647c1.902-1.903 2.847-4.093 2.847-6.565 0-2.475-.945-4.665-2.847-6.571z'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-size: contain;
    content: "";
    height: 100%;
    position: absolute;
    right: 1.875rem;
    top: 0;
    transition: transform 0.1s;
    width: 30px;
}
.header__sidebar_nav_title--mobile.open .header__sidebar_nav_title_text--mobile::after {
    transform: scaleY(-1);
}
.header--mobile__hamburger {
  background-color: transparent;
  border: 0;
  cursor: pointer;
  left: 15px;
  padding: 8px 26px 10px 0;
  position: absolute;
  top: calc(50% - 9px);
}
.header--mobile__hamburger span,
  .header--mobile__hamburger span::before,
  .header--mobile__hamburger span::after {
    background: #fff;
    border-radius: 1px;
    content: "";
    cursor: pointer;
    display: block;
    height: 2px;
    position: absolute;
    transition: transform 500ms ease-in-out, top 500ms ease-in-out, background-color 500ms ease-in-out;
    width: 26px;
}
.header--mobile__hamburger span::before {
    top: -9px;
}
.header--mobile__hamburger span::after {
    bottom: -9px;
}
.header--mobile__hamburger.active span {
  background-color: transparent;
}
.header--mobile__hamburger.active span::before, .header--mobile__hamburger.active span::after {
    top: 0;
}
.header--mobile__hamburger.active span::before {
    transform: rotate(45deg);
}
.header--mobile__hamburger.active span::after {
    top: 10px;
    transform: translateY(-10px) rotate(-45deg);
}
.header--mobile__logo {
  height: 100%;
  left: 0;
  margin: 0 auto;
  position: absolute;
  right: 0;
  top: 0;
  width: 206px;
  fill: #fff;
}
.header--mobile__logo .header__logo__tower {
    fill: #582c83;
}
.header--mobile__search-button {
  background-color: transparent;
  border: 0;
  cursor: pointer;
  padding: 0;
  position: absolute;
  right: 15px;
  top: 16px;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
.header--mobile__search-button svg {
    height: 27px;
    width: 22px;
    fill: #fff;
}
.header--mobile__drawer {
  background-color: #582c83;
  height: calc(100vh - 60px);
  left: -100%;
  margin-top: 60px;
  position: fixed;
  top: 0;
  transition: left 0.2s;
  width: calc(100vw - 80px);
  z-index: 2;
}
.header--mobile__drawer::before {
    box-shadow: inset 0 10px 10px -9px #502878;
    content: "";
    height: 10px;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 1;
}
.header--mobile__drawer.active {
    left: 0;
}
@media screen and (min-width: 37.5625em) {
body.admin-bar .header--mobile__drawer {
      transform: translate(0, 2.875rem);
}
}
@media screen and (min-width: 48.9375em) {
body.admin-bar .header--mobile__drawer {
      transform: translate(0, 2rem);
}
}
.header--mobile__lists-wrap {
  height: 100%;
  overflow: auto;
  width: 100%;
}
.header--mobile__main-list {
  width: 100%;
}
.header--mobile__main-list__item,
.header--mobile__action-list__item {
  border-bottom: 1px solid #79569c;
}
.header--mobile__main-list__item {
  margin: 0;
  position: relative;
}
.header--mobile__main-list__item.active .header--mobile__child-list {
    max-height: 2000px;
}
.header--mobile__arrow-btn {
  align-items: center;
  border: 0;
  display: flex;
  height: 70px;
  justify-content: center;
  padding: 0;
  position: absolute;
  right: 0;
  top: 0;
  width: 50px;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
.header--mobile__arrow-btn::after {
    transform: rotate(90deg);
    transition: transform 0.2s;
}
.header--mobile__main-list__item.active > .header--mobile__arrow-btn::after,
.header--mobile__child-list__item.active > .header--mobile__arrow-btn::after {
  transform: rotate(-90deg);
}
.header--mobile__main-list__link,
.header--mobile__child-list__link {
  padding-left: 26px;
}
.btn-arrow {
  height: 20px;
  transform: rotate(90deg);
  width: 100%;
}
.header--mobile__main-list__item.active .btn-arrow {
    transform: rotate(270deg);
}
.header--mobile__main-list__link {
  align-items: center;
  background-color: #582c83;
  color: #fff;
  display: flex;
  font-family: "Oswald Regular";
  font-size: 1.5625rem;
  font-weight: 300;
  height: 70px;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}
.header--mobile__child-list,
.header--mobile__main-list__item .header--mobile__arrow-btn {
  background-color: #472571;
}
.header--mobile__child-list {
  max-height: 0;
  overflow: hidden;
  padding-top: 0;
  transition: max-height 0.2s, padding-top 0.2s;
}
.header--mobile__child-list__item {
  position: relative;
}
.header--mobile__child-list__item.active .header--mobile__child-list--2 {
    max-height: 1000px;
    padding: 10px 0;
}
.header--mobile__child-list__item .header--mobile__arrow-btn {
    background-color: #3b2064;
    height: 40px;
    width: 50px;
}
.header--mobile__child-list__link,
.header--mobile__child-list--2__link,
.header--mobile__action-list__link {
  color: #fff;
  display: block;
  font-family: brandon-grotesque;
  font-size: 1.25rem;
  font-weight: 300;
  letter-spacing: 0.05em;
  line-height: 1.2;
  padding: 8px 60px 8px 28px;
}
.header--mobile__child-list--2 {
  background-color: #3b2064;
  max-height: 0;
  overflow: hidden;
  padding: 0;
  transition: max-height 0.2s, padding-top 0.2s;
}
.header--mobile__action-list__link {
  background-color: #582c83;
  padding: 10px 0 10px 28px;
}
.header_second_search {
  display: block;
  position: relative;
  margin-left: auto;
}
@media print, screen and (min-width: 78.125em) {
.header_second_search {
      display: none !important;
}
}
.header-second__search-button {
  background-color: transparent;
  border: 0;
  cursor: pointer;
  padding: 0;
  position: absolute;
  right: 15px;
  top: 16px;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
.header-second__search-button > svg {
  height: 27px;
  width: 22px;
  fill: #582c83;
}
.hero__primary_image {
  width: 100%;
  height: 21.875rem;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 0;
     object-position: 50% 0;
  font-family: "object-fit: cover; object-position: 50% 0;";
}
.hero__primary_image.center {
    -o-object-position: 50% 50%;
       object-position: 50% 50%;
    font-family: "object-fit: cover; object-position: 50% 50%;";
}
.hero__primary_image.bottom {
    -o-object-position: 50% 100%;
       object-position: 50% 100%;
    font-family: "object-fit: cover; object-position: 50% 100%;";
}
@media print, screen and (min-width: 40em) {
.hero__primary_image {
      height: 31.25rem;
}
}
.hero__content {
  height: auto;
}
@media print, screen and (min-width: 40em) {
.hero--standard .hero__content {
      min-height: 18.75rem;
}
}
@media print, screen and (min-width: 78.125em) {
.hero--standard .hero__content {
      min-height: 18.75rem;
}
}
.hero__content-row {
  display: flex;
  width: 100%;
  max-width: 100rem;
  margin-right: auto;
  margin-left: auto;
  flex-direction: column;
  justify-content: center;
}
@media print, screen and (min-width: 78.125em) {
.hero__content-row {
      flex-direction: row;
}
}
.hero__copy {
  position: relative;
  padding: 1.25rem 1.25rem 3.75rem 1.25rem;
  background-color: #fff;
}
.hero__copy::after {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1.5625rem;
    content: "";
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 10.683 26.847'%3E%3Cpath d='M1.633 12.534A2.845 2.845 0 0 1 0 13.423a2.843 2.843 0 0 1 1.633.89 3.591 3.591 0 0 1 .717 1.512 3.607 3.607 0 0 1 .719-1.511 2.845 2.845 0 0 1 1.631-.889 2.855 2.855 0 0 1-1.635-.89 3.585 3.585 0 0 1-.719-1.511 3.592 3.592 0 0 1-.713 1.51zm0 11.021A2.845 2.845 0 0 1 0 24.444a2.843 2.843 0 0 1 1.633.89 3.591 3.591 0 0 1 .717 1.512 3.607 3.607 0 0 1 .719-1.511 2.845 2.845 0 0 1 1.631-.889 2.855 2.855 0 0 1-1.635-.89 3.585 3.585 0 0 1-.719-1.511 3.6 3.6 0 0 1-.713 1.51z' fill='%23582c83'/%3E%3Cpath d='M1.633 12.534A2.845 2.845 0 0 1 0 13.423a2.843 2.843 0 0 1 1.633.89 3.591 3.591 0 0 1 .717 1.512 3.607 3.607 0 0 1 .719-1.511 2.845 2.845 0 0 1 1.631-.889 2.855 2.855 0 0 1-1.635-.89 3.585 3.585 0 0 1-.719-1.511 3.592 3.592 0 0 1-.713 1.51zm0-11.021A2.845 2.845 0 0 1 0 2.4a2.843 2.843 0 0 1 1.633.89A3.591 3.591 0 0 1 2.35 4.8a3.607 3.607 0 0 1 .72-1.508A2.845 2.845 0 0 1 4.7 2.4a2.855 2.855 0 0 1-1.635-.89A3.585 3.585 0 0 1 2.35 0a3.592 3.592 0 0 1-.717 1.513zM6.971 7.2a2.84 2.84 0 0 1-1.633.89 2.843 2.843 0 0 1 1.633.89 3.591 3.591 0 0 1 .717 1.512 3.607 3.607 0 0 1 .719-1.511 2.845 2.845 0 0 1 1.634-.888A2.855 2.855 0 0 1 8.407 7.2a3.585 3.585 0 0 1-.719-1.511A3.583 3.583 0 0 1 6.971 7.2zm0 11.021a2.84 2.84 0 0 1-1.633.89A2.843 2.843 0 0 1 6.971 20a3.591 3.591 0 0 1 .717 1.512A3.585 3.585 0 0 1 8.409 20a2.845 2.845 0 0 1 1.634-.888 2.855 2.855 0 0 1-1.635-.89 3.585 3.585 0 0 1-.719-1.511 3.591 3.591 0 0 1-.718 1.505z' fill='%23582c83'/%3E%3C/svg%3E");
    background-repeat: repeat-x;
    background-position: 0 100%;
    background-size: auto 100%;
}
.hero--standard .hero__copy {
    max-width: 75rem;
    margin-top: -100px;
    margin-right: 20px;
    margin-left: 20px;
}
.hero--standard .hero__copy::after {
      left: -1.25rem;
      width: calc(100% + 40px);
}
@media print, screen and (min-width: 78.125em) {
.hero__copy {
      flex-grow: 1;
      width: 37.5rem;
      padding: 2rem 7.8125rem 6.25rem 5.625rem;
}
.hero__copy::after {
        top: 0.125rem;
        right: 0;
        left: auto;
        width: 2.25rem;
        height: 31.25rem;
        background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 26.847 10.683'%3E%3Cpath fill='%23582c83' d='M14.313 1.633C13.558 1.001 13.424 0 13.424 0h-.001s-.134 1.001-.89 1.633c0 0-.552.5-1.512.717l.002.001c.959.219 1.511.719 1.511.719.755.633.888 1.634.888 1.634h.001s.135-1.002.89-1.635c0 0 .551-.501 1.511-.719l.002-.001c-.96-.216-1.513-.716-1.513-.716zm-11.021 0C2.537 1.001 2.403 0 2.403 0h-.001s-.134 1.001-.89 1.633c0 0-.552.5-1.512.717l.002.001c.959.219 1.511.719 1.511.719.755.633.888 1.634.888 1.634h.001s.135-1.002.89-1.635c0 0 .551-.501 1.511-.719h.001c-.959-.217-1.512-.717-1.512-.717z'/%3E%3Cpath fill='%23582c83' d='M14.313 1.633C13.558 1.001 13.424 0 13.424 0h-.001s-.134 1.001-.89 1.633c0 0-.552.5-1.512.717l.002.001c.959.219 1.511.719 1.511.719.755.633.888 1.634.888 1.634h.001s.135-1.002.89-1.635c0 0 .551-.501 1.511-.719l.002-.001c-.96-.216-1.513-.716-1.513-.716zm11.021 0C24.579 1.001 24.445 0 24.445 0h-.001s-.134 1.001-.89 1.633c0 0-.552.5-1.512.717l.002.001c.959.219 1.511.719 1.511.719.755.633.888 1.634.888 1.634h.001s.135-1.002.89-1.635c0 0 .551-.501 1.511-.719l.002-.001c-.96-.216-1.513-.716-1.513-.716zm-5.682 5.338c-.756-.631-.89-1.633-.89-1.633h-.001s-.134 1.001-.89 1.633c0 0-.552.5-1.512.717l.002.001c.959.219 1.511.719 1.511.719.755.633.888 1.634.888 1.634h.001s.135-1.002.89-1.635c0 0 .551-.501 1.511-.719l.002-.001c-.96-.216-1.512-.716-1.512-.716zm-11.021 0c-.756-.631-.89-1.633-.89-1.633H7.74s-.134 1.001-.89 1.633c0 0-.552.5-1.512.717l.002.002c.96.218 1.511.719 1.511.719.755.633.888 1.634.888 1.634h.001s.135-1.002.89-1.635c0 0 .551-.501 1.511-.719l.002-.001c-.96-.217-1.512-.717-1.512-.717z'/%3E%3Cpath fill='%23582c83' d='M19.652 6.971c-.756-.631-.89-1.633-.89-1.633h-.001s-.134 1.001-.89 1.633c0 0-.552.5-1.512.717l.002.001c.959.219 1.511.719 1.511.719.755.633.888 1.634.888 1.634h.001s.135-1.002.89-1.635c0 0 .551-.501 1.511-.719l.002-.001c-.96-.216-1.512-.716-1.512-.716z'/%3E%3C/svg%3E");
        background-repeat: repeat-y;
        background-position: 0 0;
        background-size: 2.125rem;
}
.hero--standard .hero__copy {
        min-height: 21.875rem;
        padding: 2.5rem 7.8125rem 2.5rem 4.375rem;
}
}
.hero__title {
  width: 100%;
  color: #201547;
  text-transform: uppercase;
}
.hero__body {
  margin-left: 1.875rem;
}
.hero__brand_rect {
  position: absolute;
  bottom: 0;
  left: -1.25rem;
  width: 50%;
  height: 1.25rem;
  background-color: #582c83;
}
@media print, screen and (min-width: 78.125em) {
.hero__brand_rect {
      right: 0;
      left: auto;
      top: 17.625rem;
      width: 1.375rem;
      height: 13.625rem;
}
}
.hero__secondary_image_container {
  position: relative;
  flex-shrink: 0;
  width: 100%;
  height: 250px;
  background-color: #fff;
}
.hero--standard .hero__secondary_image_container {
    width: 100%;
    margin-top: 0;
}
@media print, screen and (min-width: 78.125em) {
.hero__secondary_image_container {
      max-width: 31.25rem;
      height: 31.25rem;
}
.hero--standard .hero__secondary_image_container {
        max-width: 31.25rem;
}
}
.hero__secondary_image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 0;
     object-position: 50% 0;
  font-family: "object-fit: cover; object-position: 50% 0;";
}
.hero__secondary_image_overlay {
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  width: 100%;
  height: 100%;
  color: #fff;
  text-align: center;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background-image: linear-gradient(45deg, rgba(37, 23, 76, 0.6) 0%, rgba(85, 36, 123, 0.6) 74%, rgba(80, 105, 153, 0.6) 100%);
}
.hero__fact {
  width: 60%;
}
.hero__fact_stat {
  display: flex;
  flex-direction: row;
  justify-content: center;
}
@media print, screen and (min-width: 78.125em) {
.default_feature_image_hero__copy::after {
    height: 100% !important;
}
}
@media print, screen and (min-width: 78.125em) {
.rect_height {
    height: auto;
}
}
.carousel {
  position: relative;
  z-index: 1;
  padding-top: 10rem;
  padding-bottom: 0.625rem;
}
.carousel::before, .carousel::after {
    position: absolute;
    top: 0;
    z-index: -1;
    width: 50%;
    height: 100%;
    content: "";
}
.carousel::before {
    left: 0;
    background-image: url("/wp-content/themes/furman/dist/static/images/blur_image.jpg");
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: cover;
}
.carousel::after {
    right: 0;
    background-color: #e6e6e6;
}
@media print, screen and (min-width: 40em) {
.carousel {
      padding-top: 5.625rem;
      padding-bottom: 1.875rem;
}
}
.carousel__item {
  height: 0;
  pointer-events: none;
  opacity: 0;
}
@media print, screen and (min-width: 40em) {
.carousel__item {
      max-width: 75rem;
      margin-right: auto;
      margin-left: auto;
      display: flex;
      flex-flow: row wrap;
}
}
.carousel__item_active {
  position: relative;
  display: block;
  height: auto;
  pointer-events: auto;
  opacity: 1;
}
.carousel__button_container {
  display: flex;
  justify-content: center;
  margin-top: 0.625rem;
}
@media print, screen and (min-width: 40em) {
.carousel__button_container {
      margin-top: 1.25rem;
}
}
.carousel__button {
  width: 3.75rem;
  height: 3.75rem;
  padding: 0;
  cursor: pointer;
  background-color: transparent;
  border-width: 0;
}
.carousel__button_previous {
  margin-right: 1.25rem;
  stroke: #fff;
  transform: rotate(180deg);
}
.carousel__button_next {
  stroke: #582c83;
}
.carousel__touch-container {
  width: 100%;
  height: 100%;
}
.carousel__image {
  width: 100%;
  height: 0;
  -o-object-fit: cover;
     object-fit: cover;
  font-family: "object-fit: cover;";
}
.carousel__item_active.carousel__item .carousel__image {
    height: 27.5rem;
}
@media print, screen and (min-width: 40em) {
.carousel__image {
      flex: 0 0 91.66667%;
      max-width: 91.66667%;
      padding-right: 0.625rem;
      padding-left: 0.625rem;
      margin-left: auto;
}
}
@media print, screen and (min-width: 40em) and (min-width: 40em) {
.carousel__image {
      padding-right: 0.9375rem;
      padding-left: 0.9375rem;
}
}
@media print, screen and (min-width: 40em) {
.carousel__item_active.carousel__item .carousel__image {
        height: 35rem;
}
}
.carousel__caption_container {
  position: absolute;
  top: 0;
  left: 60%;
  z-index: 5;
  width: 12.5rem;
  transform: translate(-50%, -50%);
}
@media print, screen and (min-width: 40em) {
.carousel__caption_container {
      flex: 0 0 25%;
      max-width: 25%;
      padding-right: 0.625rem;
      padding-left: 0.625rem;
      position: static;
      top: auto;
      left: auto;
      transform: translate(0, -17.5rem);
}
}
@media print, screen and (min-width: 40em) and (min-width: 40em) {
.carousel__caption_container {
      padding-right: 0.9375rem;
      padding-left: 0.9375rem;
}
}
.carousel__caption {
  font-family: "Oswald Regular";
  font-size: 1.5625rem;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  letter-spacing: 0.01em;
  position: relative;
  width: 100%;
  padding: 1.875rem 2.5rem;
  background-color: #fff;
}
@media print, screen and (min-width: 40em) {
.carousel__caption {
      font-size: 1.5625rem;
      line-height: 140%;
}
}
@media print, screen and (min-width: 78.125em) {
.carousel__caption {
      font-size: 1.5625rem;
      line-height: 140%;
}
}
.carousel__caption::before {
    position: absolute;
    top: 0;
    left: 0;
    width: 0.3125rem;
    height: 100%;
    content: "";
    background-color: #582c83;
}
@media print, screen and (min-width: 40em) {
.carousel__caption {
      position: absolute;
      transform: translate(0, -50%);
}
}
.carousel__progress {
  font-family: "Oswald Regular";
  font-size: 1.5625rem;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  letter-spacing: 0.01em;
  width: 50%;
  margin-left: 50%;
  color: #582c83;
  text-align: center;
}
@media print, screen and (min-width: 40em) {
.carousel__progress {
      font-size: 1.5625rem;
      line-height: 140%;
}
}
@media print, screen and (min-width: 78.125em) {
.carousel__progress {
      font-size: 1.5625rem;
      line-height: 140%;
}
}
@media print, screen and (min-width: 40em) {
.carousel__progress {
      display: none;
}
}
.carousel__progress_active::after {
  margin-right: 0.3125rem;
  margin-left: 0.3125rem;
  content: "/";
}
.carousel__indicators {
  display: none;
  width: 50%;
  height: 2.9375rem;
  margin-top: 1.25rem;
  margin-left: 50%;
  justify-content: center;
}
@media print, screen and (min-width: 40em) {
.carousel__indicators {
      display: flex;
}
}
@media screen and (min-width: 90em) {
.carousel__indicators {
      margin-top: -2.625rem;
}
}
.vanilla_carousel {
  position: relative;
  z-index: 1;
  padding-top: 0.625rem;
  padding-bottom: 0.625rem;
}
@media print, screen and (min-width: 40em) {
.vanilla_carousel {
      padding-top: 0.625rem;
      padding-bottom: 1.875rem;
}
}
.vanilla_carousel__item {
  height: 0;
  pointer-events: none;
  opacity: 0;
}
@media print, screen and (min-width: 40em) {
.vanilla_carousel__item {
      max-width: 75rem;
      margin-right: auto;
      margin-left: auto;
      display: flex;
      flex-flow: row wrap;
}
}
.vanilla_carousel__item_active {
  position: relative;
  display: block;
  height: auto;
  pointer-events: auto;
  opacity: 1;
}
.vanilla_carousel__button_container {
  display: flex;
  justify-content: center;
  margin-top: 0.625rem;
}
@media print, screen and (min-width: 40em) {
.vanilla_carousel__button_container {
      margin-top: 1.25rem;
}
}
.vanilla_carousel__button {
  width: 3.75rem;
  height: 3.75rem;
  padding: 0;
  cursor: pointer;
  background-color: transparent;
  border-width: 0;
}
.vanilla_carousel__button_previous {
  margin-right: 1.25rem;
  stroke: #582c83;
  transform: rotate(180deg);
}
.vanilla_carousel__button_next {
  stroke: #582c83;
}
.vanilla_carousel__touch-container {
  width: 100%;
  height: 100%;
}
.vanilla_carousel__image {
  width: 100%;
  height: 0;
  -o-object-fit: cover;
     object-fit: cover;
  font-family: "object-fit: cover;";
}
.carousel__item_active.carousel__item .vanilla_carousel__image {
    height: auto;
}
@media print, screen and (min-width: 40em) {
.vanilla_carousel__image {
      flex: 0 0 100%;
      max-width: 100%;
      padding-right: 0.625rem;
      padding-left: 0.625rem;
}
}
@media print, screen and (min-width: 40em) and (min-width: 40em) {
.vanilla_carousel__image {
      padding-right: 0.9375rem;
      padding-left: 0.9375rem;
}
}
@media print, screen and (min-width: 40em) {
.carousel__item_active.carousel__item .vanilla_carousel__image {
        height: auto;
}
}
.vanilla_carousel__caption_container {
  position: relative;
  margin: auto;
  margin-top: -2rem;
  width: 70%;
  height: auto;
  text-align: center;
  outline: 2px solid black;
  outline-offset: -10px;
  padding: 10px;
  background: white;
}
.vanilla_carousel__caption {
  font-family: "Oswald Regular";
  font-size: 1.5625rem;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  letter-spacing: 0.01em;
  position: relative;
  width: 100%;
  padding: 1.875rem 2.5rem;
  background-color: #fff;
}
@media print, screen and (min-width: 40em) {
.vanilla_carousel__caption {
      font-size: 1.5625rem;
      line-height: 140%;
}
}
@media print, screen and (min-width: 78.125em) {
.vanilla_carousel__caption {
      font-size: 1.5625rem;
      line-height: 140%;
}
}
.vanilla_carousel__caption::before {
    position: absolute;
    top: 0;
    left: 0;
    width: 0.3125rem;
    height: 100%;
    content: "";
}
.app {
  display: flex;
  flex-direction: column;
}
.main {
  flex: 1;
}
*::-ms-backdrop,
.app {
  display: block !important;
}
.module-title {
  max-width: 75rem;
  padding: 0 0 0 0.625rem;
  margin-right: auto;
  margin-left: auto;
  color: #201547;
}
.default-template-title {
  position: relative;
  padding: 0.625rem 0.625rem;
}
@media print, screen and (min-width: 78.125em) {
.default-template-title {
      margin-bottom: 1.5625rem;
      padding-right: 0.625rem;
      padding-left: 0.625rem;
}
}
@media screen and (min-width: 78.125em) {
.default-template-title {
      width: calc(100% - 70px);
      max-width: 75rem;
      margin-top: 1.5625rem;
      margin-right: auto;
      margin-left: auto;
}
}
.default-template__title {
  width: 100%;
  color: #201547;
  text-transform: uppercase;
}
.map-fade-leave-active {
  position: absolute;
  transition: opacity 300ms;
}
.map-fade-leave-to {
  opacity: 0;
}
.map__static,
.gmap {
  width: 100%;
  height: 29.375rem;
}
.map__static {
  max-width: none;
  margin-right: auto;
  margin-left: auto;
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
}
.gmap {
  cursor: hand;
}
.addresss__container {
  flex: 0 0 100%;
  max-width: 100%;
  padding-right: 0.625rem;
  padding-left: 0.625rem;
  display: flex;
  align-items: center;
}
@media print, screen and (min-width: 40em) {
.addresss__container {
      padding-right: 0.9375rem;
      padding-left: 0.9375rem;
}
}
@media print, screen and (min-width: 40em) {
.addresss__container {
      flex: 0 0 75%;
      max-width: 75%;
}
}
@media print, screen and (min-width: 78.125em) {
.addresss__container {
      flex: 0 0 50%;
      max-width: 50%;
}
}
.address__inner {
  width: 100%;
  padding-top: 3.125rem;
  padding-bottom: 3.125rem;
  text-align: center;
  background-color: #fff;
}
.address__header {
  padding-bottom: 0.625rem;
}
.address__header,
.address__part-one,
.address__part-two,
.address__phone {
  display: block;
  color: #582c83;
}
.address_directions-link {
  max-width: 12.5rem;
  margin-top: 1.25rem;
  cursor: pointer;
}
.hero_minor {
  position: relative;
}
@media print, screen and (min-width: 78.125em) {
.hero_minor {
      margin-bottom: 2.1875rem;
}
}
@media screen and (min-width: 78.125em) {
.hero_minor {
      width: calc(100% - 70px);
      max-width: 75rem;
      margin-top: 2.1875rem;
      margin-right: auto;
      margin-left: auto;
}
}
.hero_minor__image_container {
  position: relative;
  width: 100%;
  height: 31.25rem;
}
@media print, screen and (min-width: 78.125em) {
.hero_minor__image_container.no-image {
      height: 5rem;
}
}
.hero_minor__image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 0;
     object-position: 50% 0;
}
.hero_minor__image.center {
    -o-object-position: 50% 50%;
       object-position: 50% 50%;
}
.hero_minor__image.bottom {
    -o-object-position: 50% 100%;
       object-position: 50% 100%;
}
.hero_minor__text-container {
  position: absolute;
  top: 0;
  left: 0;
  display: inline-block;
  width: 100%;
  max-width: calc(100% - 40px);
  padding: 2.5rem 1.25rem;
  margin-top: 15.625rem;
  margin-left: 50%;
  background-color: #582c83;
  transform: translate(-50%, -50%);
}
@media print, screen and (min-width: 40em) {
.hero_minor__text-container {
      width: auto;
      padding-right: 2.5rem;
      padding-left: 2.5rem;
}
}
@media print, screen and (min-width: 78.125em) {
.hero_minor__text-container {
      position: relative;
      margin-top: -3.125rem;
      margin-left: 1.5625rem;
      transform: none;
}
}
.hero_minor__title {
  color: #fff;
  text-align: left;
  text-transform: uppercase;
  letter-spacing: 0.005em;
  word-break: normal;
}
.hero_minor__subtitle {
  color: #fff;
}
@media (max-width: 1250px) {
.hero_minor__text-container {
    position: relative !important;
    width: auto !important;
    margin-top: auto !important;
    margin-left: 20px !important;
    transform: translate(0%, -10%) !important;
}
}
.magazine_feature_image_container {
  position: relative;
  margin: auto;
  margin-top: -2rem;
  width: 70%;
  height: auto;
  text-align: center;
  outline: 2px solid black;
  outline-offset: -10px;
  padding: 10px;
  background: white;
}
.magazine_feature_title {
  padding: 0em 0 0.3em 0;
}
.magazine_feature_type {
  padding: 0.3em 0 0 0;
}
.hero_title_link > a:hover {
  background-color: white;
  color: #582c83;
}
.multi-listing__post-container {
  margin: 1.5em 0;
  position: relative;
  width: 100%;
}
@media screen and (min-width: 48em) {
.multi-listing__post-container {
      display: flex;
}
}
.multi-listing__posts {
  align-self: center;
  display: flex;
  flex-flow: column nowrap;
  justify-content: flex-start;
  margin: 0 auto;
  width: 85vw;
}
.multi-listing__post-image {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  display: block;
  flex-basis: 45%;
}
.multi-listing__post-image::before {
    content: '';
    display: block;
    padding-top: 56.25%;
    width: 100%;
}
.multi-listing__post-content {
  background: #fff;
  font-family: brandon-grotesque;
}
@media screen and (min-width: 48em) {
.multi-listing__post-content {
      align-items: flex-start;
      display: flex;
      flex-basis: 55%;
      flex-flow: column nowrap;
      margin: 2.5rem 0 2.5rem -5%;
      padding: 1.5em;
}
}
.multi-listing__post-content h1 {
    color: #582c83;
    font-weight: 500;
    letter-spacing: .75px;
    line-height: 1.5em;
}
.multi-listing__post-content h5 {
    color: #6C6B69;
    letter-spacing: .5px;
    line-height: 1.5em;
    text-transform: uppercase;
}
.multi-listing__post-content p {
    color: #000000;
    font-family: brandon-grotesque;
    font-size: 1.125rem;
    font-style: normal;
    font-weight: 300;
    letter-spacing: 0.005em;
    line-height: 138.88889%;
    margin: .75em 0;
}
.multi-listing__read-more {
  border: 1px solid #582c83;
  color: #582c83;
  display: inline-block;
  margin-top: auto;
  padding: .5em .75em;
  transition: ease-in-out 0.2s;
}
.multi-listing__read-more:hover {
    background: #582c83;
    color: #fff;
}
.multi-listing__pagination {
  display: inline-flex;
  font-family: brandon-grotesque;
}
.multi-listing__pagination--container {
    display: flex;
    justify-content: center;
    margin: 0 auto 2em;
    width: 85vw;
}
.multi-listing__links {
  display: flex;
}
.multi-listing__links span.current {
    align-items: center;
    background: #fff;
    border: 1px solid #582c83;
    display: flex;
    height: 2em;
    justify-content: center;
    margin: 0 .25em;
    padding: .5em;
    transition: ease-in-out 0.2s;
    width: 2em;
}
.multi-listing__links span.current:hover {
      background: #582c83;
      color: #fff;
}
.multi-listing__links a {
    align-items: center;
    background: #582c83;
    border: 1px solid #582c83;
    color: #fff;
    display: flex;
    height: 2em;
    justify-content: center;
    margin: 0 .25em;
    padding: .5em;
    transition: ease-in-out 0.2s;
    width: 2em;
}
.multi-listing__links a:hover {
      background: #fff;
      color: #582c83;
}
.multi-listing__links span.dots {
    align-items: flex-end;
    display: flex;
    font-size: 1.75em;
    line-height: 1em;
    padding: 0 .25em;
}
.multi-listing__next, .multi-listing__prev {
  display: inline-flex;
  margin: 0 .25em;
}
.multi-listing__next a, .multi-listing__prev a {
    align-items: center;
    background: #582c83;
    border: 1px solid #582c83;
    color: #fff;
    display: flex;
    height: 2em;
    padding: 0 .5em;
    text-align: center;
    text-transform: uppercase;
}
.multi-listing__next a:hover, .multi-listing__prev a:hover {
      background: #fff;
      color: #582c83;
}
.apply__studies-block {
  padding-top: 2.8125rem;
  padding-bottom: 2.8125rem;
}
@media print, screen and (min-width: 78.125em) {
.apply__studies-block {
      padding-top: 4.6875rem;
      padding-bottom: 4.6875rem;
}
}
.apply__studies-list {
  max-width: 75rem;
  margin-right: auto;
  margin-left: auto;
  display: flex;
  flex-flow: row wrap;
  position: relative;
  display: flex;
  height: 16.5625rem;
  flex-direction: row;
  flex-wrap: wrap;
}
@media print, screen and (min-width: 40em) {
.apply__studies-list {
      height: 27.5rem;
}
}
@media print, screen and (min-width: 78.125em) {
.apply__studies-list {
      height: 17.8125rem;
      justify-content: flex-end;
}
}
.apply__studies-item-button {
  display: flex;
  height: 100%;
  text-align: left;
  cursor: pointer;
  flex-direction: column;
  justify-content: center;
  background-color: #fff;
  border: 0;
}
.apply__studies-list-item:first-child {
  flex: 0 0 100%;
  max-width: 100%;
  padding-right: 0.625rem;
  padding-left: 0.625rem;
  display: flex;
  height: 50%;
  margin-top: 0;
}
@media print, screen and (min-width: 40em) {
.apply__studies-list-item:first-child {
      padding-right: 0.9375rem;
      padding-left: 0.9375rem;
}
}
@media print, screen and (min-width: 78.125em) {
.apply__studies-list-item:first-child {
      flex: 0 0 58.33333%;
      max-width: 58.33333%;
      height: 100%;
      flex-direction: column;
      align-self: stretch;
}
}
@media print, screen and (min-width: 78.125em) {
.apply__studies-list-item:last-child {
    position: relative;
    top: calc(-50% + 10px);
}
}
.apply__studies-list-item {
  flex: 0 0 50%;
  max-width: 50%;
  padding-right: 0.625rem;
  padding-left: 0.625rem;
  height: calc(50% - 20px);
  margin-top: 1.25rem;
}
@media print, screen and (min-width: 40em) {
.apply__studies-list-item {
      padding-right: 0.9375rem;
      padding-left: 0.9375rem;
}
}
@media print, screen and (min-width: 78.125em) {
.apply__studies-list-item {
      flex: 0 0 41.66667%;
      max-width: 41.66667%;
      height: calc(50% - 10px);
      margin-top: 0;
}
}
.apply__studies-item-text {
  display: none;
  margin-top: 1.25rem;
  color: #000;
}
@media print, screen and (min-width: 40em) {
.apply__studies-item-text {
      display: block;
}
}
.apply__studies-item-header {
  position: relative;
  color: #000;
  transition: color 0.7s;
}
.text_button:hover .apply__studies-item-header {
    color: #fff;
}
.apply__identity-container {
  position: relative;
  display: flex;
  height: 18.75rem;
  justify-content: center;
  align-items: center;
}
@media print, screen and (min-width: 78.125em) {
.apply__identity-container {
      height: 26.5625rem;
}
}
.background-scuz {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 18.75rem;
  -o-object-fit: cover;
     object-fit: cover;
  font-family: "object-fit: contain;";
}
@media print, screen and (min-width: 78.125em) {
.background-scuz {
      height: 26.5625rem;
}
}
.apply__identity-wrapper {
  max-width: 75rem;
  margin-right: auto;
  margin-left: auto;
  display: flex;
  flex-flow: row wrap;
  width: 100%;
}
.apply__identity {
  flex: 0 0 83.33333%;
  max-width: 83.33333%;
  padding-right: 0.625rem;
  padding-left: 0.625rem;
  margin-left: 8.33333%;
  position: relative;
  z-index: 1;
  display: flex;
  padding-top: 1.875rem;
  padding-bottom: 1.875rem;
  color: #fff;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background-color: #582c83;
}
@media print, screen and (min-width: 40em) {
.apply__identity {
      padding-right: 0.9375rem;
      padding-left: 0.9375rem;
}
}
@media print, screen and (min-width: 78.125em) {
.apply__identity {
      flex: 0 0 66.66667%;
      max-width: 66.66667%;
      margin-left: 16.66667%;
      padding-top: 4.0625rem;
      padding-bottom: 4.0625rem;
      flex-direction: row;
}
}
.apply__identity-select {
  width: 100%;
  margin: 1.25rem 0;
}
@media print, screen and (min-width: 78.125em) {
.apply__identity-select {
      width: 45%;
      margin: 0 2.8125rem;
}
}
.active-path__content-wrapper {
  max-width: 75rem;
  margin-right: auto;
  margin-left: auto;
  display: flex;
  flex-flow: row wrap;
}
.active-path__content {
  flex: 0 0 100%;
  max-width: 100%;
  padding-right: 0.625rem;
  padding-left: 0.625rem;
}
@media print, screen and (min-width: 40em) {
.active-path__content {
      padding-right: 0.9375rem;
      padding-left: 0.9375rem;
}
}
.active-path__content + .active-path__content {
  margin-top: 3.75rem;
}
.active-path__link-group {
  text-align: center;
}
.active-path__button + .active-path__button {
  margin-left: 40px;
}
.active-path__accordion__panel {
  background-color: #f2f2f2;
}
.active-path__accordion__panel:nth-of-type(odd) {
    background-color: #dedede;
}
.active-path__accordion__panel .panel__button {
    padding-left: 100px;
    background-color: transparent;
}
.active-path__accordion__panel .panel__content {
    padding-left: 100px;
    background-color: #fff;
}
.page-links {
  max-width: 75rem;
  margin-right: auto;
  margin-left: auto;
  display: flex;
  flex-flow: row wrap;
}
@media print, screen and (min-width: 40em) {
.page-links {
      margin-top: 6.25rem;
      margin-bottom: 6.25rem;
}
}
.page-links__item {
  flex: 0 0 100%;
  max-width: 100%;
  padding-right: 0.625rem;
  padding-left: 0.625rem;
  padding-right: 0;
  padding-left: 0;
  margin-top: 0;
  margin-bottom: 0;
}
@media print, screen and (min-width: 40em) {
.page-links__item {
      padding-right: 0.9375rem;
      padding-left: 0.9375rem;
}
}
@media print, screen and (min-width: 40em) {
.page-links__item {
      flex: 0 0 33.33333%;
      max-width: 33.33333%;
}
.page-links__item:first-child, .page-links__item:nth-child(3) {
        margin-left: 16.66667%;
}
.page-links__item:nth-child(3), .page-links__item:nth-child(4) {
        margin-top: 1.25rem;
}
}
.pagination {
  display: inline-block;
  pointer-events: none;
}
.pagination__list {
  display: flex;
  pointer-events: auto;
}
.pagination__item {
  display: flex;
  width: 7.5rem;
  margin-top: auto;
  margin-right: 0.1875rem;
  flex-direction: column;
  transition-duration: 0.7s;
  transition-property: opacity;
}
.pagination__item:last-child {
    margin-right: 0;
}
.pagination__button {
  padding: 0;
  margin-top: auto;
  cursor: pointer;
  background-color: transparent;
  border-width: 0;
}
.pagination__item_label {
  padding-right: 5%;
  padding-left: 5%;
  margin-bottom: 0.4375rem;
  color: #201547;
  text-transform: uppercase;
  background-color: transparent;
  transition-duration: 0.7s;
  transition-property: margin-bottom;
}
.pagination__item.active .pagination__item_label {
    margin-bottom: 0.3125rem;
}
.pagination__item_number {
  padding-top: 0.875rem;
  font-family: "Abril Fatface";
  font-size: 1.1875rem;
  font-style: italic;
  font-weight: 400;
  color: #201547;
  text-align: center;
  letter-spacing: 0.005rem;
  border-top: 0.3125rem #201547 solid;
  transition-duration: 0.7s;
  transition-property: border-top-width;
}
.pagination__item.active .pagination__item_number {
    height: 2.9375rem;
    padding-top: 0.3125rem;
    font-size: 1.625rem;
    border-top-width: 0.4375rem;
}
.people-archive__header {
  max-width: 75rem;
  margin-right: auto;
  margin-left: auto;
  display: flex;
  flex-flow: row wrap;
  margin-bottom: 1.25rem;
  margin-top: 1.25rem;
}
.people-archive__header-inner {
    flex: 0 0 100%;
    max-width: 100%;
    padding-right: 0.625rem;
    padding-left: 0.625rem;
}
@media print, screen and (min-width: 40em) {
.people-archive__header-inner {
        padding-right: 0.9375rem;
        padding-left: 0.9375rem;
}
}
@media print, screen and (min-width: 78.125em) {
.people-archive__header-content {
      align-items: flex-end;
      display: flex;
      justify-content: space-between;
}
}
.people-archive__header-title {
    line-height: 100%;
}
.people__search-container {
  background-color: #582c83;
}
.people__search {
  max-width: 75rem;
  margin-right: auto;
  margin-left: auto;
  display: flex;
  flex-flow: row wrap;
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}
.people__button-container {
  flex: 0 0 100%;
  max-width: 100%;
  padding-right: 0.625rem;
  padding-left: 0.625rem;
  display: flex;
  font-size: 0;
}
@media print, screen and (min-width: 40em) {
.people__button-container {
      padding-right: 0.9375rem;
      padding-left: 0.9375rem;
}
}
@media print, screen and (min-width: 40em) {
.people__button-container {
      flex: 0 0 33.33333%;
      max-width: 33.33333%;
}
}
@media print, screen and (min-width: 78.125em) {
.people__button-container {
      flex: 0 0 50%;
      max-width: 50%;
}
}
@media screen and (min-width: 78.125em) {
.people__button-container {
      padding-left: 0;
}
}
.people__button {
  font-family: brandon-grotesque;
  font-size: 1.375rem;
  font-style: normal;
  font-weight: 500;
  line-height: 120%;
  display: flex;
  justify-content: center;
  align-items: center;
  width: calc(100% / 2);
  height: 3.75rem;
  background-color: #f2f2f2;
  border: 0;
}
@media print, screen and (min-width: 40em) {
.people__button {
      font-size: 1.5625rem;
      line-height: 120%;
}
}
@media print, screen and (min-width: 78.125em) {
.people__button {
      font-size: 1.5625rem;
      line-height: 120%;
}
}
.people__button:hover {
    cursor: pointer;
}
.people__button.active {
    color: #fff;
    background-color: #201547;
}
@media print, screen and (min-width: 40em) {
.people__button {
      font-family: brandon-grotesque;
      font-size: 1.125rem;
      font-style: normal;
      font-weight: 300;
      line-height: 138.88889%;
      letter-spacing: 0.005em;
      height: 3.4375rem;
      margin: 0;
}
}
@media print, screen and (min-width: 40em) and (min-width: 40em) {
.people__button {
      font-size: 1.125rem;
      line-height: 138.88889%;
}
}
@media print, screen and (min-width: 40em) and (min-width: 78.125em) {
.people__button {
      font-size: 1.125rem;
      line-height: 138.88889%;
}
}
@media print, screen and (min-width: 78.125em) {
.people__button {
      width: calc(265px / 2);
}
}
.people__option-container {
  flex: 0 0 100%;
  max-width: 100%;
  padding-right: 0.625rem;
  padding-left: 0.625rem;
  margin-top: 1.875rem;
}
@media print, screen and (min-width: 40em) {
.people__option-container {
      padding-right: 0.9375rem;
      padding-left: 0.9375rem;
}
}
@media print, screen and (min-width: 40em) {
.people__option-container {
      flex: 0 0 33.33333%;
      max-width: 33.33333%;
      margin-top: 0;
}
}
@media print, screen and (min-width: 78.125em) {
.people__option-container {
      flex: 0 0 25%;
      max-width: 25%;
}
}
.people__input,
.people__option {
  width: 100%;
  height: 3.75rem;
  padding: 0 0 0 1.25rem;
}
.people__input:hover,
  .people__option:hover {
    cursor: pointer;
}
@media print, screen and (min-width: 40em) {
.people__input,
    .people__option {
      height: 3.4375rem;
      margin: 0;
}
}
.people__input-container {
  flex: 0 0 100%;
  max-width: 100%;
  padding-right: 0.625rem;
  padding-left: 0.625rem;
  margin-top: 1.875rem;
}
@media print, screen and (min-width: 40em) {
.people__input-container {
      padding-right: 0.9375rem;
      padding-left: 0.9375rem;
}
}
@media print, screen and (min-width: 40em) {
.people__input-container {
      flex: 0 0 33.33333%;
      max-width: 33.33333%;
      margin-top: 0;
}
}
@media print, screen and (min-width: 78.125em) {
.people__input-container {
      flex: 0 0 25%;
      max-width: 25%;
}
}
@media screen and (min-width: 78.125em) {
.people__input-container {
      padding-right: 0;
}
}
.people__input {
  font-family: brandon-grotesque;
  font-size: 1.375rem;
  font-style: normal;
  font-weight: 500;
  line-height: 120%;
  border-width: 0;
  border-radius: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
@media print, screen and (min-width: 40em) {
.people__input {
      font-size: 1.5625rem;
      line-height: 120%;
}
}
@media print, screen and (min-width: 78.125em) {
.people__input {
      font-size: 1.5625rem;
      line-height: 120%;
}
}
.people__input:-ms-input-placeholder {
    font-style: italic;
    line-height: 3.4375rem;
}
.people__input::-ms-input-placeholder {
    font-style: italic;
    line-height: 3.4375rem;
}
.people__input::placeholder {
    font-style: italic;
    line-height: 3.4375rem;
}
@media print, screen and (min-width: 40em) {
.people__input {
      font-family: brandon-grotesque;
      font-size: 1.125rem;
      font-style: normal;
      font-weight: 300;
      line-height: 138.88889%;
      letter-spacing: 0.005em;
}
}
@media print, screen and (min-width: 40em) and (min-width: 40em) {
.people__input {
      font-size: 1.125rem;
      line-height: 138.88889%;
}
}
@media print, screen and (min-width: 40em) and (min-width: 78.125em) {
.people__input {
      font-size: 1.125rem;
      line-height: 138.88889%;
}
}
.people-group {
  max-width: 75rem;
  margin-right: auto;
  margin-left: auto;
  display: flex;
  flex-flow: row wrap;
}
.people__heading {
  flex: 0 0 100%;
  max-width: 100%;
  padding-right: 0.625rem;
  padding-left: 0.625rem;
  padding-top: 1.04167rem;
  padding-bottom: 3.125rem;
}
@media print, screen and (min-width: 40em) {
.people__heading {
      padding-right: 0.9375rem;
      padding-left: 0.9375rem;
}
}
@media print, screen and (min-width: 78.125em) {
.people__heading {
      flex: 0 0 83.33333%;
      max-width: 83.33333%;
      padding-right: 0.625rem;
      padding-left: 0.625rem;
}
}
@media print, screen and (min-width: 78.125em) and (min-width: 40em) {
.people__heading {
      padding-right: 0.9375rem;
      padding-left: 0.9375rem;
}
}
@media screen and (min-width: 78.125em) {
.people__heading {
      padding-left: 0;
}
}
.people-group__copy {
  margin-top: 0.625rem;
  padding-left: 0.625rem;
}
.people__person-container {
  width: 100%;
  max-width: 75rem;
  padding-right: 0.625rem;
  padding-left: 0.625rem;
  margin: 1.25rem auto;
}
@media print, screen and (min-width: 40em) {
.people__person-container {
      padding-right: 0.9375rem;
      padding-left: 0.9375rem;
      margin-top: 0;
      margin-bottom: 3.125rem;
}
}
.people__person-list {
  margin-left: 1px;
  font-size: 0;
}
.people__person-inner {
  position: relative;
  display: inline-block;
  width: 100%;
  max-width: 100%;
  height: 0;
  padding-bottom: 100%;
  margin-top: 0;
  margin-bottom: 0;
}
@media print, screen and (min-width: 40em) {
.people__person-inner {
      max-width: calc(33.333% + 1px);
      padding-bottom: 33.33333%;
      margin-left: -1px;
}
}
@media screen and (min-width: 31.25em) {
.people__person-inner {
      max-width: calc(50% + 1px);
      padding-bottom: 50%;
}
}
@media print, screen and (min-width: 78.125em) {
.people__person-inner {
      max-width: calc(25% + 1px);
      padding-bottom: 25%;
}
}
.personActvie {
  background-color: #201547;
}
.person__profile-image,
.people__person-info {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.person__profile-image {
  -o-object-fit: cover;
     object-fit: cover;
  font-family: "object-fit: cover;";
}
.people__person-inner--text .person__profile-image {
    display: none;
}
.people__person-info {
  z-index: -1;
  display: flex;
  padding: 1.5625rem;
  color: #fff;
  justify-content: flex-end;
  flex-direction: column;
  align-items: flex-start;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  background-color: rgba(32, 21, 71, 0.7);
  opacity: 0;
  transition: 0.25s opacity ease-in-out;
}
.people__person-info.active, .people__person-info.focus,
  .people__person-inner--text .people__person-info {
    z-index: 1;
    opacity: 1;
}
.people__person-inner--text .people__person-info {
    background-color: #201547;
}
@media print, screen and (min-width: 78.125em) {
.people__person-info:hover, .people__person-info:hover.active,
    .people__person-inner--text .people__person-info:hover,
    .people__person-inner--text .people__person-info,
    .people__person-inner--text .people__person-info.active,
    .people__person-inner--text
    .people__person-inner--text .people__person-info,
    .person__profile-image:hover + .people__person-info,
    .person__profile-image:hover + .people__person-info.active,
    .people__person-inner--text
    .person__profile-image:hover + .people__person-info {
      z-index: 1;
      -webkit-user-select: all;
         -moz-user-select: all;
          -ms-user-select: all;
              user-select: all;
      opacity: 1;
}
}
.people__person-meta {
  margin-top: 1.5625rem;
  margin-bottom: 1.875rem;
}
.person-info__phone,
.person-info__position {
  display: block;
}
.people__short-meta {
  background-color: rgba(32, 21, 71, 0.7);
  bottom: 0;
  color: #fff;
  padding: .5em 1.5em;
  pointer-events: none;
  position: absolute;
  width: 100%;
  z-index: 1;
}
.people__short-meta--hide {
    visibility: hidden;
}
.people__person-inner:hover .people__short-meta {
  visibility: hidden;
}
.manualProfile .people__person-info {
  z-index: 1;
}
.manualProfile .person-info__email {
  color: #fff;
}
.manualProfile a:hover {
  color: #fff;
}
.manualProfile .people__person-info:hover {
  opacity: 1;
}
.profile-block {
  max-width: 75rem;
  margin-right: auto;
  margin-left: auto;
  display: flex;
  flex-flow: row wrap;
  padding-top: 0.625rem;
}
@media print, screen and (min-width: 40em) {
.profile-block {
      padding-top: 3.125rem;
      padding-bottom: 3.125rem;
}
}
.profile-block__profile-image-container {
  flex: 0 0 100%;
  max-width: 100%;
  padding-right: 0.625rem;
  padding-left: 0.625rem;
  margin-bottom: 0.625rem;
}
@media print, screen and (min-width: 40em) {
.profile-block__profile-image-container {
      padding-right: 0.9375rem;
      padding-left: 0.9375rem;
}
}
@media print, screen and (min-width: 40em) {
.profile-block__profile-image-container {
      flex: 0 0 25%;
      max-width: 25%;
      margin-left: 8.33333%;
      margin-bottom: 0;
}
}
.profile-block__profile-image {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.profile-block__text {
  flex: 0 0 100%;
  max-width: 100%;
  padding-right: 0.625rem;
  padding-left: 0.625rem;
}
@media print, screen and (min-width: 40em) {
.profile-block__text {
      padding-right: 0.9375rem;
      padding-left: 0.9375rem;
}
}
@media print, screen and (min-width: 40em) {
.profile-block__text {
      flex: 0 0 58.33333%;
      max-width: 58.33333%;
      display: flex;
      justify-content: center;
      flex-direction: column;
}
}
.profile-block__name_title {
  margin-bottom: 1.875rem;
}
.profile-block__name {
  font-family: brandon-grotesque;
  font-size: 1.875rem;
  font-weight: 500;
  line-height: 1;
}
.profile-block__title {
  font-family: brandon-grotesque;
  font-size: 1.5625rem;
  font-weight: 400;
  line-height: 1;
}
.profile-block__name + .profile-block__title {
  margin-top: 0.625rem;
}
.profile-block__list_item {
  margin-bottom: 1.25rem;
  word-break: break-all;
}
.profile-block__item-text {
  color: #582c83;
}
.profile-block__links {
  align-items: center;
  display: flex;
  margin-bottom: 1em;
}
.profile-block__link {
  align-items: center;
  background: #582c83;
  border-radius: 50px;
  color: #fff;
  display: inline-flex;
  font-family: brandon-grotesque;
  font-size: 0.875rem;
  font-weight: 300;
  justify-content: center;
  letter-spacing: .5px;
  margin-right: .5em;
  padding: .5em 1em;
  text-transform: uppercase;
}
.profile-block__link:hover {
    background: #201547;
}
.profile-content {
  width: 100%;
}
.profile-content__title {
    font-family: "Oswald Regular";
    font-size: 2.5rem;
    font-weight: 400;
    line-height: 150%;
}
.profile-content__tab-container {
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
    padding-right: 0.625rem;
    padding-left: 0.625rem;
    margin-left: 33.33333%;
    font-family: "Oswald Regular";
    position: relative;
    padding-left: 0;
    padding-right: 0;
}
@media print, screen and (min-width: 40em) {
.profile-content__tab-container {
        padding-right: 0.9375rem;
        padding-left: 0.9375rem;
}
}
@media screen and (max-width: 48em) {
.profile-content__tab-container {
        margin-left: 8.33333%;
}
}
.profile-content__bottom-border {
    background: #D1D2D0;
    bottom: 0;
    height: 1px;
    width: 100%;
    position: absolute;
}
.profile-content__tabs {
    align-items: center;
    display: flex;
    justify-content: flex-start;
}
.profile-content__tabs li {
      background: #582c83;
      border: 1px solid #fff;
      border-left: none;
      color: #fff;
      cursor: pointer;
      font-size: 0.875rem;
      font-weight: 500;
      letter-spacing: .5px;
      margin-bottom: 0;
      padding: .5em .75em;
      text-transform: uppercase;
}
.profile-content__tabs li:first-of-type {
        border-left: 1px solid #fff;
}
.profile-content__tabs li:hover, .profile-content__tabs li.active {
        background: #201547;
}
@media screen and (max-width: 39.9375em) {
.profile-content__tabs li {
          border-left: 1px solid #fff;
}
}
@media screen and (max-width: 39.9375em) {
.profile-content__tabs {
        display: block;
        padding-left: 0;
}
}
.profile-content__container {
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
    padding-right: 0.625rem;
    padding-left: 0.625rem;
    margin-left: 8.33333%;
    padding: 1em 0;
}
@media print, screen and (min-width: 40em) {
.profile-content__container {
        padding-right: 0.9375rem;
        padding-left: 0.9375rem;
}
}
.profile-content__container p {
      font-family: brandon-grotesque;
      font-size: 18px;
      font-weight: 300;
      line-height: 24.84px;
      padding: .5em 0;
}
.profile-content__container ul {
      list-style: initial;
      padding-left: 2.5rem;
}
.profile-content__container ul li {
        display: list-item;
}
.project__container {
  background: #e6e6e6;
}
.project__container-inner {
  background: #fff;
  display: flex;
  margin: 0 auto;
  max-width: 100rem;
  width: 100%;
}
.project__container-inner .grid {
    width: 100%;
}
.project__primary {
  padding-right: 2.5rem;
  width: 66.6666%;
}
.project__sidebar {
  width: 33.3333%;
}
.project__header {
  padding: 1rem 1rem 0 5.625rem;
}
@media screen and (max-width: 640px) {
.project__header {
      padding: 0 0.5rem 0 0.5rem;
}
}
.project__category-container {
  display: flex;
  flex-direction: column;
  padding-top: 1.5rem;
}
@media screen and (max-width: 640px) {
.project__category-container {
      padding-bottom: .5rem;
      padding-top: .5rem;
}
}
.project__category-container--text-right {
    text-align: right;
}
.project__category-container-list {
    color: #582c83;
    display: inline-block;
    padding: 0 0.1rem;
    text-decoration: underline;
    transition: background-color .3s, color .3s;
}
.project__category-container-list a:hover {
    color: #1d0e33;
}
.project__category-list--inline {
  display: inline-block;
}
.project__featured-image {
  background-position: center;
  background-size: cover;
  display: flex;
  flex-direction: column;
  height: 404px;
}
.project__featured-image-caption {
    font-family: brandon-grotesque;
    font-size: 1.125rem;
    font-style: normal;
    font-weight: 300;
    line-height: 138.88889%;
    letter-spacing: 0.005em;
    background: rgba(88, 44, 131, 0.7);
    color: #fff;
    margin-top: auto;
    padding: 1rem;
}
@media print, screen and (min-width: 40em) {
.project__featured-image-caption {
        font-size: 1.125rem;
        line-height: 138.88889%;
}
}
@media print, screen and (min-width: 78.125em) {
.project__featured-image-caption {
        font-size: 1.125rem;
        line-height: 138.88889%;
}
}
.project__section {
  background: #f7f7f7;
  margin-bottom: 2.125rem;
  padding: 2rem 5.625rem;
}
@media screen and (max-width: 1200px) {
.project__section {
      padding: 2rem;
}
}
.project__section.equalize {
    height: 100%;
}
.project__mid-sections {
  display: flex;
  margin-left: -2.6125rem;
}
.project__section--mid {
  flex-shrink: 1;
  margin-left: 2.6125rem;
  padding: 2rem 2.8125rem;
}
.project__section--sidebar {
  background: #582c83;
  color: #fff;
}
.project__section--sidebar a {
    color: #fff !important;
    text-decoration: underline !important;
}
.project__section--sidebar a:hover {
      color: #d1b0ef !important;
}
@media screen and (min-width: 1024px) {
.project__section--sidebar {
      padding: 2rem;
}
}
.project__section--sidebar .project__section-heading {
    color: #fff;
    font-family: "Oswald Regular";
    font-size: 2.75rem;
    font-style: normal;
    font-weight: 400;
    letter-spacing: 0.01em;
    line-height: 150%;
    text-transform: uppercase;
}
.project__statistics {
  align-items: center;
  display: flex;
  flex: 1;
  flex-flow: row nowrap;
  justify-content: space-between;
  margin: 0 0 2rem;
  padding: 0;
}
.project__statistics .fact-blocks__row {
    width: 100%;
}
@media screen and (max-width: 768px) {
.project__statistics {
      flex-direction: column;
}
}
.project__statistic {
  display: inline-flex;
  flex-flow: column nowrap;
  padding: 0 1.5rem;
  text-align: center;
}
@media screen and (max-width: 768px) {
.project__statistic {
      margin-bottom: 1.5em;
}
}
.project__statistic-value {
  margin-bottom: 0.5rem;
}
.project__section-heading {
  color: #201547;
  font-family: brandon-grotesque;
  font-size: 1.5rem;
  font-style: normal;
  font-weight: 300;
  letter-spacing: 0.01em;
  margin-bottom: .875rem;
  text-transform: uppercase;
}
@media screen and (max-width: 640px) {
.project__section-heading {
      margin-bottom: .5rem;
}
}
.projects {
  background: #e6e6e6;
}
.projects__main {
  max-width: 100rem;
  width: 100%;
  margin: 0 auto;
  background: #fff;
  padding: 1rem 5.625rem 2.5rem;
}
@media screen and (max-width: 48em) {
.projects__main {
      padding: 2rem;
}
}
.projects__grid {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -1.5%;
}
.projects__grid .furman-project-card {
    width: 30.3333%;
    flex-grow: 0;
    flex-shrink: 0;
    margin: 0 1.5% 2rem;
}
.projects__term {
  display: flex;
}
.projects-term__subtitle {
  color: #201547;
  font-family: brandon-grotesque;
  font-size: 1.5rem;
  font-style: normal;
  font-weight: 300;
  letter-spacing: 0.01em;
  margin-bottom: .875rem;
  text-transform: uppercase;
}
.projects-term__head-content {
  display: flex;
  margin-bottom: 1rem;
}
@media screen and (max-width: 768px) {
.projects-term__head-content {
      display: block;
}
}
.projects-term__featured-image {
  flex: 0 0 40%;
  padding-right: 2rem;
}
@media screen and (max-width: 768px) {
.projects-term__featured-image {
      margin-bottom: 0;
      padding-right: 0;
}
}
.projects-term__description p {
  font-weight: 400;
}
.projects__term-primary {
  flex-grow: 1;
  padding-right: 2.5rem;
}
@media screen and (max-width: 768px) {
.projects__term-primary {
      padding-right: 0;
}
}
.projects__term-sidebar-heading {
  margin-bottom: 1rem;
}
.projects__term-sidebar {
  width: 33.3333%;
  flex-grow: 0;
  flex-shrink: 0;
}
.projects__statistics {
  background: #f7f7f7;
  padding: 5rem 5.625rem;
  display: flex;
  margin: 2rem 0;
}
.projects__statistic {
  text-align: center;
  flex: 1;
  padding: 0 2.8125rem;
}
.projects__statistic-value {
  margin-bottom: 0.5rem;
}
.row {
  max-width: unset;
}
.project-term__top-content, .project-term__main-content, .project-term__secondary-content, .project-term__bottom-content {
  margin-bottom: 1.25rem;
}
.project-term__main-content, .project-term__secondary-content, .project-term__bottom-content {
  background-color: #f7f7f7;
  padding: 2.5rem;
}
@media screen and (min-width: 1024px) {
.projects__main .row .column:first-of-type, .projects__main .row .columns:first-of-type, .projects__main .row .column:nth-of-type(3n + 4), .projects__main .row .columns:nth-of-type(3n + 4) {
    padding-left: 0;
}
.projects__main .row .column:nth-of-type(3n), .projects__main .row .columns:nth-of-type(3n) {
    padding-right: 0;
}
}
@media screen and (min-width: 640px) and (max-width: 1024px) {
.projects__main .row .column:first-of-type, .projects__main .row .columns:first-of-type, .projects__main .row .column:nth-of-type(2n + 3), .projects__main .row .columns:nth-of-type(2n + 3) {
    padding-left: 0;
}
.projects__main .row .column:nth-of-type(2n), .projects__main .row .columns:nth-of-type(2n) {
    padding-right: 0;
}
}
@media screen and (max-width: 640px) {
.projects__main .row .column, .projects__main .row .columns {
    padding-left: 0;
    padding-right: 0;
}
}
.project-category__main {
  max-width: 100rem;
  width: 100%;
  margin: 0 auto;
  background: #fff;
  padding: 0 5.625rem 2.5rem;
}
@media screen and (max-width: 48em) {
.project-category__main {
      padding: 2rem;
}
}
.project-category__main .row .column, .project-category__main .row .columns {
  padding-left: 0;
  padding-right: 0;
}
@media screen and (min-width: 1024px) {
.project-category__main .row .column:first-of-type, .project-category__main .row .columns:first-of-type {
    padding-left: 0;
}
.project-category__main .row .column:last-of-type, .project-category__main .row .columns:last-of-type {
    padding-right: 0;
}
}
.project-category__container {
  background: #f7f7f7;
  padding: 5rem 0;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 1.25rem 0;
}
.project-category__statistics {
  display: flex;
  flex: 1;
  flex-flow: row wrap;
  justify-content: space-between;
  max-width: 768px;
  padding: 0 2em;
}
@media screen and (max-width: 768px) {
.project-category__statistics {
      flex-direction: column;
}
}
.project-category__statistic {
  display: inline-flex;
  text-align: center;
  flex-flow: column nowrap;
}
@media screen and (max-width: 768px) {
.project-category__statistic {
      margin-bottom: 1.5em;
}
}
div.project_category_gallery > div.furman-gallery > section.VueCarousel > div.VueCarousel-wrapper > div.VueCarousel-inner {
  flex-basis: 13rem !important;
}
div.project_category_gallery > div.furman-gallery {
  padding: 0 !important;
}
.program-block__search-container {
  background-color: #582c83;
}
.program--block__search-inner {
  max-width: 75rem;
  margin-right: auto;
  margin-left: auto;
  display: flex;
  flex-flow: row wrap;
  padding: 2.5rem 0.625rem;
  justify-content: space-between;
}
.program-block__option-one,
.program-block__option-two {
  flex: 0 0 100%;
  max-width: 100%;
  padding-right: 0.625rem;
  padding-left: 0.625rem;
}
@media print, screen and (min-width: 40em) {
.program-block__option-one,
    .program-block__option-two {
      padding-right: 0.9375rem;
      padding-left: 0.9375rem;
}
}
@media print, screen and (min-width: 40em) {
.program-block__option-one,
    .program-block__option-two {
      flex: 0 0 50%;
      max-width: 50%;
}
}
@media print, screen and (min-width: 78.125em) {
.program-block__option-one,
    .program-block__option-two {
      flex: 0 0 33.33333%;
      max-width: 33.33333%;
}
}
.option-one__select,
.option-two__select {
  width: 100%;
  height: 3.75rem;
  padding: 0 0 0 1.25rem;
}
.option-one__select:hover,
  .option-two__select:hover {
    cursor: pointer;
}
@media print, screen and (min-width: 40em) {
.option-one__select,
    .option-two__select {
      height: 3.4375rem;
      margin: 0;
}
}
.option-two__select {
  margin-top: 1.875rem;
}
@media print, screen and (min-width: 40em) {
.option-two__select {
      margin: 0;
}
}
.program-block__input-container {
  flex: 0 0 100%;
  max-width: 100%;
  padding-right: 0.625rem;
  padding-left: 0.625rem;
  margin-top: 1.875rem;
}
@media print, screen and (min-width: 40em) {
.program-block__input-container {
      padding-right: 0.9375rem;
      padding-left: 0.9375rem;
}
}
@media print, screen and (min-width: 40em) {
.program-block__input-container {
      flex: 0 0 50%;
      max-width: 50%;
      margin: 0;
}
}
@media print, screen and (min-width: 78.125em) {
.program-block__input-container {
      flex: 0 0 33.33333%;
      max-width: 33.33333%;
}
}
.program-block__input {
  font-family: brandon-grotesque;
  font-size: 1.375rem;
  font-style: normal;
  font-weight: 500;
  line-height: 120%;
  width: 100%;
  height: 3.75rem;
  padding-left: 1.25rem;
  line-height: 1;
  border-width: 0;
  border-radius: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
@media print, screen and (min-width: 40em) {
.program-block__input {
      font-size: 1.5625rem;
      line-height: 120%;
}
}
@media print, screen and (min-width: 78.125em) {
.program-block__input {
      font-size: 1.5625rem;
      line-height: 120%;
}
}
.program-block__input:-ms-input-placeholder {
    font-style: italic;
}
.program-block__input::-ms-input-placeholder {
    font-style: italic;
}
.program-block__input::placeholder {
    font-style: italic;
}
@media print, screen and (min-width: 40em) {
.program-block__input {
      font-family: brandon-grotesque;
      font-size: 1.125rem;
      font-style: normal;
      font-weight: 300;
      line-height: 138.88889%;
      letter-spacing: 0.005em;
      height: 3.4375rem;
      line-height: 1;
}
}
@media print, screen and (min-width: 40em) and (min-width: 40em) {
.program-block__input {
      font-size: 1.125rem;
      line-height: 138.88889%;
}
}
@media print, screen and (min-width: 40em) and (min-width: 78.125em) {
.program-block__input {
      font-size: 1.125rem;
      line-height: 138.88889%;
}
}
.program-block__accordian {
  background-color: #201547;
}
.program-block__accordian-wrapper {
  max-width: 75rem;
  margin-right: auto;
  margin-left: auto;
  display: flex;
  flex-flow: row wrap;
  padding: 1.875rem 0.625rem;
}
.program-block__inner {
  flex: 0 0 100%;
  max-width: 100%;
  padding-right: 0.625rem;
  padding-left: 0.625rem;
}
@media print, screen and (min-width: 40em) {
.program-block__inner {
      padding-right: 0.9375rem;
      padding-left: 0.9375rem;
}
}
.degrees-content__list {
  margin-right: 0;
  margin-left: 0;
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
}
@media print, screen and (min-width: 40em) {
.degrees-content__list {
      margin-right: 0;
      margin-left: 0;
}
}
@media print, screen and (min-width: 78.125em) {
.degrees-content__list {
      margin-right: 0;
      margin-left: 0;
}
}
@media screen and (min-width: 78.125em) {
.degrees-content__list {
      margin-right: 0;
      margin-left: 0;
}
}
@media screen and (min-width: 90em) {
.degrees-content__list {
      margin-right: 0;
      margin-left: 0;
}
}
@media screen and (min-width: 100em) {
.degrees-content__list {
      margin-right: 0;
      margin-left: 0;
}
}
.degrees-content__list-item {
  flex: 0 0 100%;
  max-width: 100%;
  padding-right: 0.625rem;
  padding-left: 0.625rem;
  padding-right: 0;
  padding-left: 0;
  margin-bottom: 0.25rem;
}
@media print, screen and (min-width: 40em) {
.degrees-content__list-item {
      padding-right: 0.9375rem;
      padding-left: 0.9375rem;
}
}
@media print, screen and (min-width: 40em) {
.degrees-content__list-item {
      flex: 0 0 33.33333%;
      max-width: 33.33333%;
      max-width: calc(33.33333% - 14px);
      padding-right: 0;
      padding-left: 0;
}
.degrees-content__list-item:nth-child(3n - 1):last-child {
        margin-right: auto;
        transform: translate(20px, 0);
}
}
.degrees__degree {
  height: 100%;
}
.degree__item {
  font-family: brandon-grotesque;
  font-size: 1.125rem;
  font-style: normal;
  font-weight: 300;
  line-height: 138.88889%;
  letter-spacing: 0.005em;
  margin: auto;
  color: #201547;
  text-align: center;
}
@media print, screen and (min-width: 40em) {
.degree__item {
      font-size: 1.125rem;
      line-height: 138.88889%;
}
}
@media print, screen and (min-width: 78.125em) {
.degree__item {
      font-size: 1.125rem;
      line-height: 138.88889%;
}
}
.quotes {
  background-color: #e6e6e6;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 51 32.048'%3E%3Ccircle cx='25.5' cy='16.024' r='1.25' fill='%23c8c8c8'/%3E%3C/svg%3E");
  background-repeat: space;
  background-size: 3.125rem;
  position: relative;
  display: flex;
  height: 820px;
  padding-bottom: 0.625rem;
  align-items: center;
  overflow: hidden;
}
@media print, screen and (min-width: 78.125em) {
.quotes {
      position: relative;
      display: block;
      height: 550px;
      padding-bottom: 0;
      overflow: initial;
}
}
.quotes__name {
  margin-top: 1em;
  line-height: 150%;
}
.quotes__icon {
  display: none;
}
@media print, screen and (min-width: 78.125em) {
.quotes__icon {
      display: block;
      width: 100%;
      max-width: 80px;
      height: 100%;
      min-height: 5rem;
      max-height: 5rem;
      margin: 0 auto;
      background-color: #fff;
      border-radius: 50%;
}
}
.quotes__rotate-container {
  position: absolute;
  top: 180px;
  left: 50%;
  margin-left: -400px;
  z-index: 1;
}
@media print, screen and (min-width: 78.125em) {
.quotes__rotate-container {
      top: 25px;
      left: -225px;
      height: 550px;
      margin-left: auto;
}
}
.quotes__rotate {
  position: relative;
  width: 800px;
  height: 800px;
  transform: rotate(-90deg);
  transform-origin: center center;
}
@media print, screen and (min-width: 78.125em) {
.quotes__rotate {
      width: 550px;
      height: 550px;
      transform: rotate(0deg);
}
}
.quotes__rotate-image {
  width: 160px;
  height: 160px;
  transition: 0.25s all cubic-bezier(0.17, 0.67, 0.23, 0.9);
  transform: rotate(90deg);
  transform-origin: center center;
}
@media print, screen and (min-width: 78.125em) {
.quotes__rotate-image {
      width: 166.66667px;
      height: 166.66667px;
      transition: 0.25s all cubic-bezier(0.17, 0.67, 0.23, 0.9);
      transform: rotate(0deg);
}
}
.quotes__list-images {
  position: relative;
  width: 800px;
  height: 800px;
  background-image: url("/wp-content/themes/furman/dist/static/images/quotes_circle.svg");
  border-radius: 50%;
  transition: 0.25s all cubic-bezier(0.17, 0.67, 0.23, 0.9);
  transform-origin: center center;
}
@media print, screen and (min-width: 78.125em) {
.quotes__list-images {
      width: 500px;
      height: 500px;
}
}
@media screen and (min-width: 81.25em) {
.quotes__list-images {
      left: 60%;
}
}
.quotes__item {
  position: absolute;
  left: 50%;
  margin-left: -80px;
  transition: 0.25s all cubic-bezier(0.17, 0.67, 0.23, 0.9);
  transform-origin: center bottom;
}
@media print, screen and (min-width: 78.125em) {
.quotes__item {
      margin-left: -83.33333px;
      transition: 0.25s all cubic-bezier(0.17, 0.67, 0.23, 0.9);
}
}
.quotes__item:first-child {
    top: 50%;
    left: calc(50% + 80px);
    display: flex;
    align-items: flex-end;
    width: 480px;
    margin-top: -80px;
    flex-direction: column;
}
@media print, screen and (min-width: 78.125em) {
.quotes__item:first-child {
        left: calc(50% + 83.33333px);
        width: 333.33333px;
        margin-top: -83.33333px;
}
}
.length-4 .quotes__item:nth-child(2) {
  top: -80px;
  height: 480px;
}
@media print, screen and (min-width: 78.125em) {
.length-4 .quotes__item:nth-child(2) {
      top: -83.33333px;
      height: 333.33333px;
}
}
.length-4 .quotes__item:nth-child(3) {
  top: 50%;
  left: 0;
  width: 480px;
  margin-top: -80px;
}
@media print, screen and (min-width: 78.125em) {
.length-4 .quotes__item:nth-child(3) {
      width: 333.33333px;
      margin-top: -83.33333px;
}
}
.length-4 .quotes__item:nth-child(4) {
  top: 50%;
  display: flex;
  align-items: flex-end;
  height: 480px;
}
@media print, screen and (min-width: 78.125em) {
.length-4 .quotes__item:nth-child(4) {
      height: 333.33333px;
}
}
@media print, screen and (min-width: 78.125em) {
.length-4 .quotes__item_next:nth-child(1) {
    left: 49%;
    top: 15%;
}
.length-4 .quotes__item_next:nth-child(2) {
    left: 15%;
    top: 0;
}
.length-4 .quotes__item_next:nth-child(3) {
    left: 18%;
    top: 85%;
}
.length-4 .quotes__item_next:nth-child(4) {
    left: 85%;
    top: 32%;
}
.length-4 .quotes__item_previous:nth-child(1) {
    left: 49%;
    top: 85%;
}
.length-4 .quotes__item_previous:nth-child(2) {
    left: 85%;
    top: 0;
}
.length-4 .quotes__item_previous:nth-child(3) {
    left: 18%;
    top: 15%;
}
.length-4 .quotes__item_previous:nth-child(4) {
    bottom: 0;
    left: 15%;
    top: auto;
}
}
.length-3 .quotes__item:nth-child(2) {
  top: -80px;
  height: 480px;
  transform: rotate(-30deg);
  transform-origin: bottom;
  /* stylelint-disable */
  /* stylelint-enable */
}
@media print, screen and (min-width: 78.125em) {
.length-3 .quotes__item:nth-child(2) {
      top: -83.33333px;
      height: 333.33333px;
}
}
.length-3 .quotes__item:nth-child(2) .quotes__rotate-image {
    transform: rotate(120deg);
}
@media print, screen and (min-width: 78.125em) {
.length-3 .quotes__item:nth-child(2) .quotes__rotate-image {
        transform: rotate(30deg);
}
}
.length-3 .quotes__item:nth-child(3) {
  top: 50%;
  display: flex;
  align-items: flex-end;
  height: 480px;
  transform: rotate(30deg);
  transform-origin: top;
  /* stylelint-disable */
  /* stylelint-enable */
}
@media print, screen and (min-width: 78.125em) {
.length-3 .quotes__item:nth-child(3) {
      height: 333.33333px;
}
}
.length-3 .quotes__item:nth-child(3) .quotes__rotate-image {
    transform: rotate(60deg);
}
@media print, screen and (min-width: 78.125em) {
.length-3 .quotes__item:nth-child(3) .quotes__rotate-image {
        transform: rotate(-30deg);
}
}
@media print, screen and (min-width: 78.125em) {
.length-3 .quotes__item_next:nth-child(1) {
    left: 66%;
    top: 34%;
}
.length-3 .quotes__item_next:nth-child(2) {
    left: 37%;
    top: -9%;
}
.length-3 .quotes__item_next:nth-child(3) {
    left: 65%;
    top: 55%;
}
.length-3 .quotes__item_previous:nth-child(1) {
    left: 65%;
    top: 65%;
}
.length-3 .quotes__item_previous:nth-child(2) {
    left: 64%;
    top: -24%;
}
.length-3 .quotes__item_previous:nth-child(3) {
    left: 37%;
    top: 40%;
}
}
.length-2 .quotes__item:nth-child(2) {
  top: 50%;
  left: 0;
  width: 480px;
  margin-top: -80px;
}
@media print, screen and (min-width: 78.125em) {
.length-2 .quotes__item:nth-child(2) {
      width: 333.33333px;
      margin-top: -83.33333px;
}
}
.quotes__item_hole {
  opacity: 0;
}
.quotes__item_next,
.quotes__item_previous {
  opacity: 0;
}
@media print, screen and (min-width: 78.125em) {
.quotes__item_next,
    .quotes__item_previous {
      opacity: 1;
}
}
.quotes__item_active {
  opacity: 1;
}
.quotes__item_active .quotes__image {
    transform-origin: center center;
}
.quotes__item_active .ferris-wheel__image__arc {
    transform: scale(2);
}
.quotes__item_next,
.quotes__item_hole,
.quotes__item_previous {
  transform: scale(1);
}
.quotes__image {
  width: 160px;
  height: 160px;
  border-radius: 50%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: 0.25s all cubic-bezier(0.17, 0.67, 0.23, 0.9);
  transform-origin: center center;
}
@media print, screen and (min-width: 78.125em) {
.quotes__image {
      width: 166.66667px;
      height: 166.66667px;
      transition: 0.25s all cubic-bezier(0.17, 0.67, 0.23, 0.9);
}
}
.quotes__item_active .quotes__image {
  transform: scale(1.75);
}
@media print, screen and (min-width: 78.125em) {
.quotes__item_active .quotes__image {
      transform: scale(2);
}
}
.quotes__hidden {
  position: absolute !important;
  width: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  -webkit-clip-path: inset(50%);
          clip-path: inset(50%);
  border: 0;
}
.quotes__list-wrapper {
  max-width: 75rem;
  margin-right: auto;
  margin-left: auto;
  display: flex;
  flex-flow: row wrap;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
@media print, screen and (min-width: 78.125em) {
.quotes__list-wrapper {
      padding: 0 2.5rem;
}
}
.quotes__list-container {
  flex: 0 0 83.33333%;
  max-width: 83.33333%;
  padding-right: 0.625rem;
  padding-left: 0.625rem;
  margin-left: 8.33333%;
  position: relative;
  display: flex;
  height: 100%;
  flex-direction: column;
  justify-content: flex-end;
}
@media print, screen and (min-width: 40em) {
.quotes__list-container {
      padding-right: 0.9375rem;
      padding-left: 0.9375rem;
}
}
@media screen and (min-width: 50em) {
.quotes__list-container {
      flex: 0 0 66.66667%;
      max-width: 66.66667%;
      padding-right: 0.625rem;
      padding-left: 0.625rem;
      margin-left: 16.66667%;
}
}
@media screen and (min-width: 50em) and (min-width: 40em) {
.quotes__list-container {
      padding-right: 0.9375rem;
      padding-left: 0.9375rem;
}
}
@media print, screen and (min-width: 78.125em) {
.quotes__list-container {
      flex: 0 0 41.66667%;
      max-width: 41.66667%;
      margin-left: 58.33333%;
      padding: 4.0625rem 0;
      justify-content: space-between;
}
}
.quotes__list-quotes {
  position: relative;
  text-align: center;
}
@media print, screen and (min-width: 78.125em) {
.quotes__list-quotes {
      display: flex;
      height: 100%;
      justify-content: center;
      align-items: center;
}
}
.quotes__button {
  cursor: pointer;
  width: 3.75rem;
  height: 3.75rem;
  padding: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background: none;
  border: 0;
  transition: transform .3s;
  transform: translateX(0);
}
.quotes__button:focus {
    outline: none;
}
@media print, screen and (min-width: 78.125em) {
.quotes__button_previous:hover {
      transform: translateX(-10%);
}
.quotes__button_next:hover {
      transform: translateX(10%);
}
}
.quotes__button-image {
  cursor: pointer;
}
.quotes__button + .quotes__button {
  margin-left: 20px;
}
.quotes__copy {
  margin: 0;
  line-height: 150%;
}
.quotes__button-container {
  margin-top: 50px;
  text-align: center;
  z-index: 1;
}
@media print, screen and (min-width: 78.125em) {
.quotes__button-container {
      margin-top: 0;
}
}
.quotes__quote {
  color: #201547;
}
.previous-enter-active,
.next-enter-active {
  transition: 0.25s all cubic-bezier(0.17, 0.67, 0.23, 0.9);
}
.previous-enter {
  opacity: 1;
  transform: translate3d(100vw, 0, 0);
}
@media print, screen and (min-width: 78.125em) {
.previous-enter {
      transform: translate3d(0, 100%, 0);
}
}
.previous-leave-to {
  opacity: 0;
  transform: translate3d(-100vw, 0, 0);
}
@media print, screen and (min-width: 78.125em) {
.previous-leave-to {
      transform: translate3d(0, -100%, 0);
}
}
.next-enter {
  opacity: 1;
  transform: translate3d(-100vw, 0, 0);
}
@media print, screen and (min-width: 78.125em) {
.next-enter {
      transform: translate3d(0, -100%, 0);
}
}
.next-leave-to {
  opacity: 0;
  transform: translate3d(100vw, 0, 0);
}
@media print, screen and (min-width: 78.125em) {
.next-leave-to {
      transform: translate3d(0, 100%, 0);
}
}
.ferris-wheel__image__arc {
  position: absolute;
  top: -5px;
  right: 50%;
  bottom: 50%;
  left: -5px;
  overflow: hidden;
  transition: 0.25s all cubic-bezier(0.17, 0.67, 0.23, 0.9);
  transform-origin: 100% 100%;
}
.ferris-wheel__image__arc::before {
    display: block;
    width: 200%;
    height: 200%;
    content: "";
    border: 5px solid #582c83;
    border-radius: 50%;
}

/* stylelint-disable */
.length-2 .ferris-wheel__image__arc {
  bottom: -5px;
  transform-origin: 100%;
}
.length-2 .ferris-wheel__image__arc::before {
    height: 100%;
}
.length-3 .ferris-wheel__image__arc {
  bottom: 33.333%;
  transform-origin: 100% 75%;
}
.length-3 .ferris-wheel__image__arc::before {
    height: 150%;
}
.length-1 .ferris-wheel__image__arc {
  display: none;
}
.length-1 .ferris-wheel__image__arc::before {
    display: none;
}

/* stylelint-enable */
.recent-projects {
  margin-bottom: 2.1875rem;
  margin-left: auto;
  margin-right: auto;
  max-width: 75rem;
}
.recent-projects__post {
    align-items: center;
    display: flex;
    flex-flow: column nowrap;
    justify-content: flex-start;
    width: 100%;
}
.recent-projects__image {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    display: block;
    height: 15em;
    position: relative;
    width: 100%;
}
.recent-projects__content {
    align-items: flex-start;
    display: flex;
    flex-flow: column nowrap;
    font-family: brandon-grotesque;
    justify-content: flex-start;
    padding: .5em;
    width: 100%;
}
.recent-projects__content h1 {
      color: #582c83;
      font-size: 1.7em;
      line-height: 120%;
      padding-bottom: 0.9375rem;
}
.recent-projects__content .furman-term-list {
      margin-bottom: 0.625rem;
      margin-top: -0.625rem;
}
.recent-projects__content .furman-term-list__link {
        transition: background-color .3s, color .3s;
}
.recent-projects__content .furman-term-list__link:hover {
          background-color: #fff;
          color: #582c83;
}
.recent-projects__content p {
      color: #000000;
      font-family: brandon-grotesque;
      font-size: 1.125rem;
      font-style: normal;
      font-weight: 300;
      letter-spacing: 0.005em;
      line-height: 138.88889%;
      margin-bottom: .5em;
}
.recent-projects__view-all-wrap {
    align-items: center;
    display: flex;
    justify-content: flex-end;
}
.recent-projects__view-all {
    font-size: 1.4rem;
}
.recent-projects__view-all, .recent-projects__read-more {
    color: #582c83;
    font-family: brandon-grotesque;
    font-weight: bold;
}
.recent-projects .module-title {
    padding-left: 0;
}
.recent-updates {
  margin-bottom: 2.1875rem;
  margin-top: 2rem;
  margin-left: auto;
  margin-right: auto;
  max-width: 75rem;
}
.recent-updates__post {
    align-items: center;
    display: flex;
    flex-flow: column nowrap;
    justify-content: flex-start;
    width: 100%;
}
.recent-updates__image {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    display: block;
    height: 15em;
    position: relative;
    width: 100%;
}
.recent-updates__content {
    align-items: flex-start;
    display: flex;
    flex-flow: column nowrap;
    font-family: brandon-grotesque;
    justify-content: flex-start;
    padding: .5em;
    width: 100%;
}
.recent-updates__content h1 {
      color: #582c83;
      font-size: 1.7em;
      line-height: 120%;
      padding-bottom: 0.9375rem;
}
.recent-updates__content .furman-term-list {
      margin-bottom: 0.625rem;
      margin-top: -0.625rem;
}
.recent-updates__content p {
      color: #000000;
      font-family: brandon-grotesque;
      font-size: 1.125rem;
      font-style: normal;
      font-weight: 300;
      letter-spacing: 0.005em;
      line-height: 138.88889%;
      margin-bottom: .5em;
}
.recent-updates__view-all-wrap {
    align-items: center;
    display: flex;
    justify-content: flex-end;
}
.recent-updates__view-all {
    font-size: 1.4rem;
}
.recent-updates__view-all, .recent-updates__read-more {
    color: #582c83;
    font-family: brandon-grotesque;
    font-weight: bold;
}
.recent-updates .module-title {
    padding-left: 0;
}
.related-degrees {
  max-width: none;
  margin-right: auto;
  margin-left: auto;
  display: flex;
  flex-flow: row wrap;
  background-color: #f2f2f2;
}
.related-degrees__container {
  flex: 0 0 100%;
  max-width: 100%;
  padding-right: 0.625rem;
  padding-left: 0.625rem;
  padding: 1.25rem, 1.25rem, 0, 1.25rem;
}
@media print, screen and (min-width: 40em) {
.related-degrees__container {
      padding-right: 0.9375rem;
      padding-left: 0.9375rem;
}
}
@media print, screen and (min-width: 40em) {
.related-degrees__container {
      flex: 0 0 83.33333%;
      max-width: 83.33333%;
      margin-left: 8.33333%;
}
}
.related-degrees__header {
  padding-top: 0.625rem;
  padding-right: 4.375rem;
  padding-bottom: 1.25rem;
}
@media print, screen and (min-width: 40em) {
.related-degrees__header {
      padding-top: 2.5rem;
      padding-bottom: 10px;
}
}
.related-degrees__subtext {
  display: none;
  padding-bottom: 1.25rem;
}
@media print, screen and (min-width: 40em) {
.related-degrees__subtext {
      display: block;
}
}
@media print, screen and (min-width: 40em) {
.related-degrees__list {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
    margin-right: -0.9375rem;
    margin-left: -0.9375rem;
}
}
@media print, screen and (min-width: 78.125em) {
.related-degrees__list--2-columns .degree__list-item {
    flex-basis: calc(50% - 1.875rem);
}
.related-degrees__list--3-columns .degree__list-item {
    flex-basis: calc(33.33333% - 1.875rem);
}
.related-degrees__list--4-columns .degree__list-item {
    flex-basis: calc(25% - 1.875rem);
}
.related-degrees__list--5-columns .degree__list-item {
    flex-basis: calc(20% - 1.875rem);
}
.related-degrees__list--6-columns .degree__list-item {
    flex-basis: calc(16.66667% - 1.875rem);
}
}
.degree__list-item {
  min-width: 100%;
  max-width: 100%;
  height: 10rem;
  margin-bottom: 1.5625rem;
  text-align: center;
  background-color: #fff;
}
@media print, screen and (min-width: 40em) {
.degree__list-item {
      flex: 0 0;
      flex-basis: calc(50% - 1.875rem);
      max-width: unset;
      min-width: unset;
      height: 5rem;
      margin-right: 0.9375rem;
      margin-left: 0.9375rem;
      text-align: left;
}
}
@media print, screen and (min-width: 78.125em) {
.degree__list-item {
      flex-basis: calc(33.33333% - 1.875rem);
}
}
.search {
  padding: 50px 0;
}
@media print, screen and (min-width: 40em) {
.search {
      padding: 100px 0;
}
}
.search__main-header {
  max-width: 75rem;
  margin-right: auto;
  margin-left: auto;
  display: flex;
  flex-flow: row wrap;
  flex: 1 1 0px;
  padding-right: 0.625rem;
  padding-left: 0.625rem;
  min-width: 0;
  margin-bottom: 50px;
  color: #54585a;
}
@media print, screen and (min-width: 40em) {
.search__main-header {
      padding-right: 0.9375rem;
      padding-left: 0.9375rem;
}
}
.search__main-header .term {
    color: #582c83;
}
.search__item {
  max-width: 75rem;
  margin-right: auto;
  margin-left: auto;
  display: flex;
  flex-flow: row wrap;
  margin-bottom: 30px;
}
.search__header {
  color: #582c83;
  transition: color 0.2s;
}
.search__header:hover {
    color: #201547;
}
.search__thumbnail {
  flex: 0 0 100%;
  max-width: 100%;
  padding-right: 0.625rem;
  padding-left: 0.625rem;
}
@media print, screen and (min-width: 40em) {
.search__thumbnail {
      padding-right: 0.9375rem;
      padding-left: 0.9375rem;
}
}
@media print, screen and (min-width: 40em) {
.search__thumbnail {
      flex: 0 0 25%;
      max-width: 25%;
      padding-right: 0.625rem;
      padding-left: 0.625rem;
}
}
@media print, screen and (min-width: 40em) and (min-width: 40em) {
.search__thumbnail {
      padding-right: 0.9375rem;
      padding-left: 0.9375rem;
}
}
.search__content {
  flex: 0 0 100%;
  max-width: 100%;
  padding-right: 0.625rem;
  padding-left: 0.625rem;
}
@media print, screen and (min-width: 40em) {
.search__content {
      padding-right: 0.9375rem;
      padding-left: 0.9375rem;
}
}
@media print, screen and (min-width: 40em) {
.search__content {
      flex: 0 0 75%;
      max-width: 75%;
      padding-right: 0.625rem;
      padding-left: 0.625rem;
}
}
@media print, screen and (min-width: 40em) and (min-width: 40em) {
.search__content {
      padding-right: 0.9375rem;
      padding-left: 0.9375rem;
}
}
.global-search-results {
  max-width: 75rem;
  margin-right: auto;
  margin-left: auto;
  display: flex;
  flex-flow: row wrap;
  flex: 1 1 0px;
  padding-right: 0.625rem;
  padding-left: 0.625rem;
  min-width: 0;
}
@media print, screen and (min-width: 40em) {
.global-search-results {
      padding-right: 0.9375rem;
      padding-left: 0.9375rem;
}
}
.gsc-adBlock {
  display: none !important;
}
.secondary-content {
  padding-top: 60px;
  padding-bottom: 60px;
}
.button-container {
  max-width: 75rem;
  margin-right: auto;
  margin-left: auto;
  display: flex;
  flex-flow: row wrap;
}
.button-container__inner {
  flex: 1 1 0px;
  padding-right: 0.625rem;
  padding-left: 0.625rem;
  min-width: 0;
}
@media print, screen and (min-width: 40em) {
.button-container__inner {
      padding-right: 0.9375rem;
      padding-left: 0.9375rem;
}
}
.furman-secondary-nav {
  height: 3rem;
  margin: 0;
  position: relative;
  width: 100%;
}
@media screen and (max-width: 768px) {
.furman-secondary-nav {
      width: 100vw;
}
}
@media print, screen and (min-width: 78.125em) {
.furman-secondary-nav {
      flex: 0 0 25%;
}
.furman-secondary-nav.-mobile-only {
        display: none;
}
}
.furman-secondary-nav div, .furman-secondary-nav li, .furman-secondary-nav a {
    font-family: brandon-grotesque;
    font-size: 16px;
    letter-spacing: .03em;
}
.furman-secondary-nav__container {
    overflow: hidden;
    pointer-events: none;
    position: absolute;
    width: 100%;
}
.furman-secondary-nav__control {
    align-items: center;
    background: #201547;
    color: #ffffff;
    cursor: pointer;
    display: flex;
    height: 48px;
    justify-content: flex-start;
    pointer-events: all;
    position: relative;
    text-align: center;
    width: 100%;
    z-index: 2;
}
.furman-secondary-nav__control--title {
      flex: 1 0 auto;
      margin-left: 70%;
      font-size: 19.2px;
}
.furman-secondary-nav__control .flip-container {
      pointer-events: none;
}
.furman-secondary-nav__chevron--closed {
    display: inline-flex;
    flex: 0 0 auto;
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
}
.furman-secondary-nav__chevron--closed-spacer {
      display: unset;
      height: 100%;
      width: unset;
}
.furman-secondary-nav__chevron--closed-icon {
      background: #201547 url("/wp-content/themes/furman/dist/static/images/chevron-down.svg") center no-repeat;
      background-size: 50%;
      bottom: 0;
      left: 0;
      position: absolute;
      right: 0;
      top: 0;
}
@media print, screen and (min-width: 78.125em) {
.furman-secondary-nav__chevron--closed-icon {
          background: #201547 url("/wp-content/themes/furman/dist/static/images/HamburgerIcon.png") center no-repeat;
          background-size: 50%;
          bottom: 0;
          left: 0;
          position: absolute;
          right: 0;
          top: 0;
}
}
.furman-secondary-nav__chevron--open {
    display: inline-flex;
    flex: 0 0 auto;
    height: 100%;
    position: relative;
    right: 0;
    top: 0;
}
.furman-secondary-nav__chevron--open-spacer {
      height: 100%;
}
.furman-secondary-nav__chevron--open-icon {
      background: #201547 url("/wp-content/themes/furman/dist/static/images/chevron-up.svg") center no-repeat;
      background-size: 50%;
      bottom: 0;
      left: 0;
      position: absolute;
      right: 0;
      top: 0;
}
@media print, screen and (min-width: 78.125em) {
.furman-secondary-nav__chevron--open-icon {
          background: #201547 url("/wp-content/themes/furman/dist/static/images/HamburgerIcon.png") center no-repeat;
          background-size: 50%;
          bottom: 0;
          left: 0;
          position: absolute;
          right: 0;
          top: 0;
}
}
.furman-secondary-nav__title {
    background: #582c83;
    color: #ffffff;
    width: 100%;
}
.furman-secondary-nav__link {
    display: block;
    padding: .75em;
    width: 100%;
}
.furman-secondary-nav .secondary-nav__parent {
    border-bottom: 2px solid #D1D2D0;
}
.furman-secondary-nav .secondary-nav__parent:last-of-type {
      border-bottom: none;
}
.furman-secondary-nav .secondary-nav li {
    margin: 0;
    width: 100%;
}
.furman-secondary-nav .secondary-nav li.current-menu-item > a,
    .furman-secondary-nav .secondary-nav li.current-menu-item > div > a, .furman-secondary-nav .secondary-nav li.current_page_item > a,
    .furman-secondary-nav .secondary-nav li.current_page_item > div > a {
      background: #dedede;
}
.furman-secondary-nav .secondary-nav li a {
    display: block;
    font-size: 16px;
    padding: .75em;
    transition: color .3s, font-weight .3s;
    width: 100%;
}
.furman-secondary-nav .secondary-nav li a:hover {
      color: #582c83;
      font-weight: 700;
}
.furman-secondary-nav .secondary-nav__child--container {
    display: flex;
    flex-direction: column;
    position: relative;
    flex-grow: 2;
}
.furman-secondary-nav .secondary-nav__child--container.flip-container {
      flex: 0 0 auto;
}
.furman-secondary-nav .secondary-nav__child--container::after {
      border-bottom: 2px solid #D1D2D0;
      bottom: -2px;
      content: '';
      left: 0;
      pointer-events: none;
      position: absolute;
      right: 0;
      top: 0;
}
.furman-secondary-nav .secondary-nav__child--container > .secondary-nav__child {
      display: none;
}
.furman-secondary-nav .secondary-nav__child--link {
    padding-left: 1.5em !important;
}
.furman-secondary-nav .secondary-nav li.current-menu-item > .secondary-nav__child--container > .secondary-nav__header,
  .furman-secondary-nav .secondary-nav li.current-page-ancestor > .secondary-nav__child--container > .secondary-nav__header {
    border-bottom: 2px solid #D1D2D0;
}
.furman-secondary-nav .secondary-nav li.menu-item-has-children {
    display: flex;
    flex-wrap: wrap;
}
.furman-secondary-nav .secondary-nav li.menu-item-has-children > a {
      width: auto;
      flex-grow: 2;
}
.furman-secondary-nav .secondary-nav li.menu-item-has-children > ul {
      width: 100%;
      marginn-top: -10px;
      padding: 0 .75em;
}
.furman-secondary-nav .secondary-nav li.menu-item-has-children > ul > li {
      border-bottom: none;
}
.furman-secondary-nav li.secondary-nav__accordion {
    padding: 0;
    display: flex;
    flex-direction: row-reverse;
}
.furman-secondary-nav li.secondary-nav__accordion a {
      display: flex;
}
.furman-secondary-nav .secondary-nav__header {
    display: flex;
    flex: 1 0 auto;
    padding: .75em !important;
    position: relative;
    width: 100%;
}
.furman-secondary-nav .secondary-nav__header .secondary-nav__chevron {
      background: url("/wp-content/themes/furman/dist/static/images/chevron-down-black.svg") center no-repeat;
      height: 16px;
      position: absolute;
      right: 16px;
      top: 50%;
      transform: translateY(-50%);
      width: 16px;
}
#secondary-nav__menu {
  background: #f2f2f2;
  position: relative;
  z-index: 0;
}
.secondary-nav__menu--closed {
  visibility: hidden;
}
.secondary-nav__menu--open {
  pointer-events: all;
  visibility: visible;
}
.secondary-nav__panel {
  max-height: 75vh;
  overflow: hidden;
}
.secondary-nav__panel.-ba-is-hidden {
  max-height: 0 !important;
}
.secondary-nav__accordion--initalised .secondary-nav__panel {
  transition: max-height ease-in-out 0.5s;
}
div#secondarySub-nav__toggle.flip-sub.open-sub + div > ul {
  display: block;
}
div.furman-site-header-secondary__inner > nav > ul > li > div.flip-sub {
  display: none;
}
div#secondarySub-nav__toggle.flip-sub.open-sub + ul {
  display: block;
}
div#secondary-nav__menu > ul > li > div.flip-sub + ul {
  display: none;
}
div#secondarySub-nav__toggle.flip-sub {
  background: darkgrey url(/wp-content/themes/furman/dist/static/images/chevron-down.svg) center no-repeat;
  background-size: 30px;
  width: 40px;
  height: 50px;
}
div#secondarySub-nav__toggle.flip-sub.open-sub {
  background: darkgrey url(/wp-content/themes/furman/dist/static/images/chevron-up.svg) center no-repeat;
  background-size: 30px;
}
.select {
  font-family: brandon-grotesque;
  font-size: 1.375rem;
  font-style: normal;
  font-weight: 500;
  line-height: 120%;
  position: relative;
  min-width: 12.5rem;
  padding: 0.9375rem 5.625rem 0.9375rem 1.25rem;
  color: #201547;
  background-color: #fff;
  background-image: url("data:image/svg+xml;utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 15.414 9.121'%3E%3Cpath fill='none' stroke='%23662d91' stroke-miterlimit='10' stroke-width='2' d='M14.707.707l-7 7-7-7'/%3E%3C/svg%3E"), url("data:image/svg+xml;utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1 20'%3E%3Cpath fill='%23662d91' d='M0 0h1v20H0z'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: 90% 50%, 75% 50%;
  background-size: auto 22%, auto 50%;
  border-width: 0;
  border-radius: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
@media print, screen and (min-width: 40em) {
.select {
      font-size: 1.5625rem;
      line-height: 120%;
}
}
@media print, screen and (min-width: 78.125em) {
.select {
      font-size: 1.5625rem;
      line-height: 120%;
}
}
@media print, screen and (min-width: 40em) {
.select {
      font-family: brandon-grotesque;
      font-size: 1.125rem;
      font-style: normal;
      font-weight: 300;
      line-height: 138.88889%;
      letter-spacing: 0.005em;
}
}
@media print, screen and (min-width: 40em) and (min-width: 40em) {
.select {
      font-size: 1.125rem;
      line-height: 138.88889%;
}
}
@media print, screen and (min-width: 40em) and (min-width: 78.125em) {
.select {
      font-size: 1.125rem;
      line-height: 138.88889%;
}
}
.sidebar {
  width: 100%;
}
.sidebar_with_content__container .sidebar {
    display: none;
}
@media print, screen and (min-width: 40em) {
.sidebar_with_content__container .sidebar {
        display: block;
        flex: 0 0 33.33333%;
        max-width: 33.33333%;
        padding-right: 0.625rem;
        padding-left: 0.625rem;
}
}
@media print, screen and (min-width: 40em) and (min-width: 40em) {
.sidebar_with_content__container .sidebar {
      padding-right: 0.9375rem;
      padding-left: 0.9375rem;
}
}
@media print, screen and (min-width: 78.125em) {
.sidebar_with_content__container .sidebar {
        flex: 0 0 25%;
        max-width: 25%;
}
}
.sidebar__item {
  width: 100%;
  height: 3.75rem;
  margin-top: auto;
  margin-bottom: auto;
  background-color: #f2f2f2;
  border-top: 2px #c8c7c7 solid;
}
.sidebar__item::after {
    content: "";
}
.sidebar__item:first-child, .sidebar__item:nth-child(2) {
    border-top-width: 0;
}
.sidebar__item:first-child {
    background-color: #582c83;
}
.sidebar__item:first-child::after {
      content: "";
}
.sidebar__link {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  height: 100%;
  padding-right: 2.5rem;
  padding-left: 1.25rem;
  color: #201547;
  letter-spacing: 0.1rem;
}
.sidebar__item:first-child .sidebar__link {
    color: #fff;
}
.sidebar__item:first-child .sidebar__link::after {
      background-image: url("data:image/svg+xml;utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 9.121 15.414'%3E%3Cpath fill='none' stroke='%23fff' stroke-miterlimit='10' stroke-width='2' d='M.707.707l7 7-7 7'/%3E%3C/svg%3E");
}
.sidebar__link::after {
    position: absolute;
    top: 0;
    right: 0.9375rem;
    width: 1.25rem;
    height: 100%;
    content: "";
    background-image: url("data:image/svg+xml;utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 9.121 15.414'%3E%3Cpath fill='none' stroke='%23662d91' stroke-miterlimit='10' stroke-width='2' d='M.707.707l7 7-7 7'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: 40%;
}
.sidebar_with_content__container {
  max-width: 75rem;
  margin-right: auto;
  margin-left: auto;
  display: flex;
  flex-flow: row wrap;
  margin-top: 1.25rem;
}
@media print, screen and (min-width: 78.125em) {
.sidebar_with_content__container {
      margin-bottom: 1.25rem;
}
}
.sidebar__wysiwyg {
  flex: 0 0 100%;
  max-width: 100%;
  padding-right: 0.625rem;
  padding-left: 0.625rem;
  margin-top: 1.25rem;
}
@media print, screen and (min-width: 40em) {
.sidebar__wysiwyg {
      padding-right: 0.9375rem;
      padding-left: 0.9375rem;
}
}
@media print, screen and (min-width: 40em) {
.sidebar__wysiwyg {
      flex: 0 0 66.66667%;
      max-width: 66.66667%;
      order: -1;
      margin-top: 0;
}
}
@media print, screen and (min-width: 78.125em) {
.sidebar__wysiwyg {
      flex: 0 0 75%;
      max-width: 75%;
}
}
.single-furman-project .slbCaption {
  background: rgba(0, 0, 0, 0.75);
  bottom: 5rem;
  color: #fff;
  font-family: brandon-grotesque;
  font-size: 1.125rem;
  font-style: normal;
  font-weight: 300;
  letter-spacing: 0.005em;
  padding: .25em .5em;
}
.story-blocks__wrap {
  padding: 60px 0;
  background-color: #e6e6e6;
}
.story-blocks__row {
  max-width: 75rem;
  margin-right: auto;
  margin-left: auto;
  display: flex;
  flex-flow: row wrap;
}
.story-blocks__col {
  flex: 0 0 100%;
  max-width: 100%;
  padding-right: 0.625rem;
  padding-left: 0.625rem;
  margin-bottom: 30px;
}
@media print, screen and (min-width: 40em) {
.story-blocks__col {
      padding-right: 0.9375rem;
      padding-left: 0.9375rem;
}
}
@media print, screen and (min-width: 78.125em) {
.story-blocks__col {
      flex: 1 1 0px;
      padding-right: 0.625rem;
      padding-left: 0.625rem;
      min-width: 0;
      margin-bottom: 0;
}
}
@media print, screen and (min-width: 78.125em) and (min-width: 40em) {
.story-blocks__col {
      padding-right: 0.9375rem;
      padding-left: 0.9375rem;
}
}
.story-blocks__col:last-child {
    margin-bottom: 0;
}
.story-block {
  position: relative;
  padding: 40px;
  background-color: #fff;
}
@media print, screen and (min-width: 78.125em) {
.story-block {
      min-height: 100%;
}
}
.story-block::before {
    position: absolute;
    left: 0;
    width: 8px;
    height: 60px;
    content: "";
    background-color: #582c83;
}
.story-block__header {
  margin-bottom: 10px;
}
.story-block__paragraph {
  font-family: brandon-grotesque;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5625;
  color: #000;
}
.story-block__paragraph + .story-block__button {
  margin-top: 20px;
  font-size: 12px;
}
.style_guide {
  height: 100%;
  background-color: #f6f6f6;
}
.style_guide__subsection {
  max-width: 75rem;
  margin-right: auto;
  margin-left: auto;
  display: flex;
  flex-flow: row wrap;
  margin-top: 1.5625rem;
  margin-bottom: 1.5625rem;
}
.section__copy {
  flex: 0 0 100%;
  max-width: 100%;
  padding-right: 0.625rem;
  padding-left: 0.625rem;
}
@media print, screen and (min-width: 40em) {
.section__copy {
      padding-right: 0.9375rem;
      padding-left: 0.9375rem;
}
}
@media print, screen and (min-width: 40em) {
.section__copy {
      flex: 0 0 41.66667%;
      max-width: 41.66667%;
      padding-right: 0.625rem;
      padding-left: 0.625rem;
}
}
@media print, screen and (min-width: 40em) and (min-width: 40em) {
.section__copy {
      padding-right: 0.9375rem;
      padding-left: 0.9375rem;
}
}
.section__elements {
  flex: 0 0 100%;
  max-width: 100%;
  padding-right: 0.625rem;
  padding-left: 0.625rem;
}
@media print, screen and (min-width: 40em) {
.section__elements {
      padding-right: 0.9375rem;
      padding-left: 0.9375rem;
}
}
@media print, screen and (min-width: 40em) {
.section__elements {
      flex: 0 0 58.33333%;
      max-width: 58.33333%;
      padding-right: 0.625rem;
      padding-left: 0.625rem;
}
}
@media print, screen and (min-width: 40em) and (min-width: 40em) {
.section__elements {
      padding-right: 0.9375rem;
      padding-left: 0.9375rem;
}
}
.section__title {
  font-family: brandon-grotesque;
  font-size: 1.25rem;
  font-style: normal;
  font-weight: 700;
  line-height: 150%;
  letter-spacing: 0.01em;
}
.section__description {
  font-family: brandon-grotesque;
  font-size: 0.9375rem;
  font-style: normal;
  font-weight: 500;
  line-height: 200%;
  letter-spacing: 0.01em;
}
.style_guide__color_container {
  font-size: 0;
}
.style_guide__color {
  position: relative;
  display: inline-block;
}
.style_guide__color--primary {
  width: 33.33333%;
  padding-bottom: 33.33333%;
}
.style_guide__color--primary.lightpurple {
    background-color: #582c83;
}
.style_guide__color--primary.purple {
    background-color: #201547;
}
.style_guide__color--primary.darkgray {
    background-color: #54585a;
}
.style_guide__color--secondary {
  width: 25%;
  padding-bottom: 25%;
}
.style_guide__color--secondary.red {
    background-color: #e3322b;
}
.style_guide__color--secondary.lightblue {
    background-color: #aadeeb;
}
.style_guide__color--secondary.gold {
    background-color: #f2be1a;
}
.style_guide__color--secondary.green {
    background-color: #693;
}
.style_guide__color_code {
  position: absolute;
  top: 50%;
  left: 50%;
  color: #fff;
  transform: translate(-50%, -50%);
}
.style_guide-header-wrapper {
  margin-bottom: 100px;
  background-color: #582c83;
}
.style_guide-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: 1200px;
  height: 80px;
  margin: auto;
  font-weight: 500;
  color: #fff;
}
.style_guide-logo {
  height: 50px;
}
.style_guide__major_section {
  max-width: 1200px;
  margin: 0 auto;
  margin-bottom: 100px;
  counter-increment: section;
}
.style_guide__major_section > .panel__button {
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0;
    cursor: pointer;
    background-color: #f6f6f6;
    border-width: 0;
    outline: 0;
    transition-duration: 0.7s;
    transition-property: color, background-color;
}
.style_guide__major_section.panel_active > .panel__button {
  color: inherit;
  background-color: inherit;
}
.style_guide__major_section_title {
  width: 100%;
  padding-bottom: 10px;
  font-family: "Oswald Regular";
  font-size: 3.125rem;
  line-height: 120%;
  color: #582c83;
  border-bottom: 3px solid #dedede;
}
.style_guide__major_section_title::before {
  margin-right: 20px;
  font-weight: 400;
  color: #dedede;
  content: counter(section) ".0";
}
.style_guide__button_container {
  display: inline-block;
  padding: 0.9375rem;
}
.style_guide__button_container--dark {
  background-color: #201547;
}
.style_guide__sidebar_container {
  width: 100%;
  max-width: 18.75rem;
}
.style_guide__brand_art {
  width: 12.5rem;
  height: 12.5rem;
  margin-right: auto;
}
.style_guide__texture {
  height: 18.75rem;
}
.table__container {
  max-width: 75rem;
  margin-right: auto;
  margin-left: auto;
  display: flex;
  flex-flow: row wrap;
  flex: 1 1 0px;
  padding-right: 0.625rem;
  padding-left: 0.625rem;
  min-width: 0;
  overflow-x: scroll;
}
@media print, screen and (min-width: 40em) {
.table__container {
      padding-right: 0.9375rem;
      padding-left: 0.9375rem;
}
}
.table {
  width: 100%;
  margin-bottom: 1.25rem;
  text-align: left;
  border-collapse: collapse;
}
.table tr:nth-child(even) {
    background-color: #f2f2f2;
}
.table tr:nth-child(odd) {
    background-color: #fff;
}
.table th,
  .table td {
    max-width: 18.75rem;
    padding: 0.625rem 0.3125rem;
    vertical-align: top;
}
.table th {
    color: #fff;
    background-color: #582c83;
}
.trait-blocks__wrap {
  position: relative;
  padding: 30px 0;
}
@media print, screen and (min-width: 78.125em) {
.trait-blocks__wrap::before {
      position: absolute;
      top: 0;
      left: 0;
      width: 40px;
      height: 100%;
      content: "";
      background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xml:space='preserve' preserveAspectRatio='none slice' viewBox='0 0 11.021 11.323'%3E%3Ctitle%3Estars%3C/title%3E%3Cpath d='M3.731 2.273A2.842 2.842 0 0 1 2.842.64a2.842 2.842 0 0 1-.89 1.633 3.6 3.6 0 0 1-1.513.717 3.6 3.6 0 0 1 1.511.719 2.846 2.846 0 0 1 .89 1.636 2.856 2.856 0 0 1 .89-1.635 3.594 3.594 0 0 1 1.512-.72 3.594 3.594 0 0 1-1.511-.717zM9.07 7.611a2.842 2.842 0 0 1-.89-1.633 2.842 2.842 0 0 1-.89 1.633 3.6 3.6 0 0 1-1.512.717 3.6 3.6 0 0 1 1.511.719 2.846 2.846 0 0 1 .888 1.634 2.856 2.856 0 0 1 .89-1.635 3.594 3.594 0 0 1 1.511-.719 3.594 3.594 0 0 1-1.508-.716z' fill='%23201547'/%3E%3C/svg%3E");
      background-position: top right;
      background-size: 1.25rem 1.25rem;
}
}
.trait-blocks__row {
  max-width: 75rem;
  margin-right: auto;
  margin-left: auto;
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
}
.trait-blocks__col {
  flex: 0 0 100%;
  max-width: 100%;
  padding-right: 0.625rem;
  padding-left: 0.625rem;
  position: relative;
  margin-bottom: 30px;
}
@media print, screen and (min-width: 40em) {
.trait-blocks__col {
      padding-right: 0.9375rem;
      padding-left: 0.9375rem;
}
}
@media print, screen and (min-width: 40em) {
.trait-blocks__col {
      flex: 0 0 50%;
      max-width: 50%;
      padding-right: 0.625rem;
      padding-left: 0.625rem;
}
}
@media print, screen and (min-width: 40em) and (min-width: 40em) {
.trait-blocks__col {
      padding-right: 0.9375rem;
      padding-left: 0.9375rem;
}
}
@media print, screen and (min-width: 78.125em) {
.trait-blocks__col {
      flex: 0 0 25%;
      max-width: 25%;
      padding-right: 0.625rem;
      padding-left: 0.625rem;
      margin-bottom: 0;
}
}
@media print, screen and (min-width: 78.125em) and (min-width: 40em) {
.trait-blocks__col {
      padding-right: 0.9375rem;
      padding-left: 0.9375rem;
}
}
.trait-blocks__col:nth-child(even)::after {
    display: none;
}
@media print, screen and (min-width: 78.125em) {
.trait-blocks__col:nth-child(even)::after {
        display: block;
}
}
.trait-blocks__col:last-child {
    margin-bottom: 0;
}
.trait-blocks__col:last-child::after {
    display: none;
}
.trait-blocks__col:nth-last-child(2) {
    margin-bottom: 30px;
}
@media print, screen and (min-width: 40em) {
.trait-blocks__col:nth-last-child(2) {
        margin-bottom: 0;
}
}
@media print, screen and (min-width: 78.125em) {
.trait-blocks__col::after {
      position: absolute;
      top: calc(50% - 1px);
      right: -25px;
      z-index: 1;
      display: block;
      width: 50px;
      height: 2px;
      vertical-align: middle;
      content: "";
      border-bottom: 2px dashed #ecebeb;
}
}
.trait-block {
  display: flex;
  align-items: center;
  height: 250px;
  text-align: center;
  background-repeat: no-repeat;
  background-position: center center;
}
@media print, screen and (min-width: 40em) {
.trait-block {
      display: inline-block;
      padding-top: 75px;
      text-align: left;
}
}
.trait {
  position: relative;
  z-index: 1;
  padding: 0 20px;
  color: #582c83;
}
.trait-block-one {
  background-image: url("/wp-content/themes/furman/dist/static/images/trait-one.svg");
}
.trait-block-two {
  background-image: url("/wp-content/themes/furman/dist/static/images/trait-two.svg");
}
.trait-block-three {
  background-image: url("/wp-content/themes/furman/dist/static/images/trait-three.svg");
}
.trait-block-four {
  background-image: url("/wp-content/themes/furman/dist/static/images/trait-four.svg");
}
.upcoming-events {
  margin-bottom: 2.1875rem;
  margin-left: auto;
  margin-right: auto;
  max-width: 75rem;
}
.upcoming-events__post {
    align-items: center;
    display: flex;
    flex-flow: column nowrap;
    justify-content: flex-start;
    width: 100%;
}
.upcoming-events__image {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    display: block;
    height: 15em;
    position: relative;
    width: 100%;
}
.upcoming-events__date {
    align-items: center;
    background: #fff;
    border-radius: 4px;
    color: #582c83;
    display: flex;
    flex-flow: column nowrap;
    font-family: brandon-grotesque;
    height: 48px;
    justify-content: center;
    letter-spacing: .75px;
    line-height: 1.25em;
    padding: 1.75em;
    position: absolute;
    right: 24px;
    top: 24px;
    width: 48px;
}
.upcoming-events__date span.bold {
      font-weight: 600;
}
.upcoming-events__content {
    align-items: flex-start;
    display: flex;
    flex-flow: column nowrap;
    font-family: brandon-grotesque;
    justify-content: flex-start;
    padding: .5em;
    width: 100%;
}
.upcoming-events__content h1 {
      color: #582c83;
      font-size: 1.7em;
      line-height: 120%;
      padding-bottom: .5em;
}
.upcoming-events__content p {
      margin-bottom: .5em;
}
.upcoming-events__view-all-wrap {
    align-items: center;
    display: flex;
    justify-content: flex-end;
}
.upcoming-events__view-all, .upcoming-events__read-more {
    color: #582c83;
    font-family: brandon-grotesque;
    font-weight: bold;
}
.upcoming-events .module-title {
    padding-left: 0;
}
.upcoming-events .no_event_header {
    color: #54585a;
    font-family: brandon-grotesque;
    text-align: center;
    margin-top: 1rem;
}
.update__container {
  margin: 0 auto;
  max-width: 75rem;
}
.update__image {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 31.25rem;
  width: 100%;
}
.update__external-link {
  color: #582c83;
  font-weight: 500;
  transition: color .3s;
}
.update__external-link:hover {
    color: #201547;
}
.update__content {
  font-family: brandon-grotesque;
  margin-bottom: 2em;
  padding: 0 .5em;
}
.update__content h1 {
    letter-spacing: 0.005em;
    word-break: normal;
}
.update__content h5, .update__content p {
    margin-bottom: 16px;
}
.update__content p {
    color: #000000;
    font-family: brandon-grotesque;
    font-size: 1.125rem;
    font-style: normal;
    font-weight: 300;
    letter-spacing: 0.005em;
    line-height: 138.88889%;
}
.update__content a {
    color: #582c83;
    font-weight: 500;
}
.update__content ul li {
    left: 1.875rem;
    padding-left: 1.875rem;
    text-indent: -1.875rem;
}
.update__content ul li::before {
      content: url("data:image/svg+xml;utf8,%3Csvg%20xmlns%3D%27http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%27%20viewBox%3D%270%200%20147.57%20144.51%27%3E%3Cpath%20d%3D%27M101.12%2C50.15C77.91%2C30.76%2C73.8%2C0%2C73.8%2C0h0S69.65%2C30.77%2C46.44%2C50.16c0%2C0-17%2C15.36-46.44%2C22l.06%2C0c29.46%2C6.71%2C46.41%2C22.09%2C46.41%2C22.09%2C23.18%2C19.43%2C27.28%2C50.2%2C27.28%2C50.2h0s4.16-30.78%2C27.34-50.21c0%2C0%2C16.94-15.39%2C46.41-22.1l.06%2C0C118.08%2C65.51%2C101.12%2C50.15%2C101.12%2C50.15Z%27%20fill%3D%27%23582c83%27%2F%3E%3C%2Fsvg%3E");
      display: inline-block;
      height: 20px;
      margin-right: 0.625rem;
      text-indent: 0;
      vertical-align: top;
      width: 20px;
}
.furman-update-card__thumbnail {
  background-repeat: no-repeat;
  background-size: cover;
  display: block;
  height: 15em;
  position: relative;
  width: 100%;
  background-position: center;
}
.furman-update-card_details {
  display: flex;
  flex-flow: column nowrap;
  font-family: brandon-grotesque;
  justify-content: flex-start;
  padding: .5em;
  width: 100%;
}
.VueCarousel-slide {
  position: relative;
}
@media screen and (max-width: 640px) {
.VueCarousel-slide {
      flex-basis: 100% !important;
}
}
.VueCarousel-dot {
  margin-top: 0 !important;
}
.VueCarousel {
  background: #fff;
}
.VueCarousel-dot-container {
  margin-top: 0 !important;
  display: none !important;
}
.wysiwyg a, .panel__content a, .content_block_a__body a, .content-block-b__block-content a, .cta_blocks__text a, .hero__body a {
  font-weight: 500;
  color: #582c83;
  /* stylelint-disable selector-no-qualifying-type */
  /* stylelint-enable selector-no-qualifying-type */
}
.wysiwyg a.button, .panel__content a.button, .content_block_a__body a.button, .content-block-b__block-content a.button, .cta_blocks__text a.button, .hero__body a.button {
    color: #fff;
}
.wysiwyg a:hover, .panel__content a:hover, .content_block_a__body a:hover, .content-block-b__block-content a:hover, .cta_blocks__text a:hover, .hero__body a:hover {
    color: #201547;
}
.wysiwyg p, .panel__content p, .content_block_a__body p, .content-block-b__block-content p, .cta_blocks__text p, .hero__body p,
.wysiwyg ul,
.panel__content ul,
.content_block_a__body ul,
.content-block-b__block-content ul,
.cta_blocks__text ul,
.hero__body ul,
.wysiwyg ol,
.panel__content ol,
.content_block_a__body ol,
.content-block-b__block-content ol,
.cta_blocks__text ol,
.hero__body ol {
  margin-bottom: 1.5625rem;
}
.wysiwyg p:last-child, .panel__content p:last-child, .content_block_a__body p:last-child, .content-block-b__block-content p:last-child, .cta_blocks__text p:last-child, .hero__body p:last-child,
  .wysiwyg ul:last-child,
  .panel__content ul:last-child,
  .content_block_a__body ul:last-child,
  .content-block-b__block-content ul:last-child,
  .cta_blocks__text ul:last-child,
  .hero__body ul:last-child,
  .wysiwyg ol:last-child,
  .panel__content ol:last-child,
  .content_block_a__body ol:last-child,
  .content-block-b__block-content ol:last-child,
  .cta_blocks__text ol:last-child,
  .hero__body ol:last-child {
    margin-bottom: 0;
}
@media print, screen and (min-width: 78.125em) {
.wysiwyg ul,
  .panel__content ul,
  .content_block_a__body ul,
  .content-block-b__block-content ul,
  .cta_blocks__text ul,
  .hero__body ul {
    column-count: 2;
}
}
.wysiwyg ul li, .panel__content ul li, .content_block_a__body ul li, .content-block-b__block-content ul li, .cta_blocks__text ul li, .hero__body ul li {
  margin-top: 0;
}
@media print, screen and (min-width: 78.125em) {
.wysiwyg ul li, .panel__content ul li, .content_block_a__body ul li, .content-block-b__block-content ul li, .cta_blocks__text ul li, .hero__body ul li {
      display: inline-block;
      width: 100%;
}
}
.wysiwyg h3, .panel__content h3, .content_block_a__body h3, .content-block-b__block-content h3, .cta_blocks__text h3, .hero__body h3 {
  margin-bottom: 0.3125rem;
}
.alignleft,
.alignright {
  margin-top: 30px;
  margin-bottom: 30px;
}
.alignleft {
  float: left;
  margin-right: 30px;
}
.alignright {
  float: right;
  margin-left: 30px;
}
.aligncenter {
  margin-right: auto;
  margin-left: auto;
}
.wysiwyg_block {
  max-width: 75rem;
  margin-right: auto;
  margin-left: auto;
  display: flex;
  flex-flow: row wrap;
  margin-bottom: 2.1875rem;
}
.wysiwyg_block__content {
  flex: 0 0 100%;
  max-width: 100%;
  padding-right: 0.625rem;
  padding-left: 0.625rem;
}
@media print, screen and (min-width: 40em) {
.wysiwyg_block__content {
      padding-right: 0.9375rem;
      padding-left: 0.9375rem;
}
}
@media print, screen and (min-width: 40em) {
.profile .wysiwyg_block__content {
      flex: 0 0 83.33333%;
      max-width: 83.33333%;
      margin-left: 8.33333%;
}
}
.furman-gallery {
  margin-bottom: 0.5rem;
  padding: 0 calc(5.625rem - .25rem);
}
.furman-gallery__slide {
  height: 200px;
  overflow: hidden;
}
.furman-gallery__slide-inner {
  position: absolute;
  top: 0;
  left: .25rem;
  right: .25rem;
  bottom: 0;
  overflow: hidden;
}
.furman-gallery__image {
  background: transparent no-repeat center/cover;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.furman-gallery__video {
  width: 200%;
  height: 200%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  background: transparent no-repeat center/cover;
}
.furman-gallery__video:after {
    content: '';
    position: absolute;
    display: block;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    height: 100px;
    width: 100px;
    background: transparent no-repeat center/cover;
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAGQAAABkCAYAAAEH5aXCAAAABGdBTUEAALGPC/xhBQAADqVJREFUeAHtXXuMFVcZP2fuXHZhWwq2ZFebxlrDo7K7XZug2DSmQBPrH7VWBWGxLSQmpsRQUaCyD/rYXYpLFaENamICtrKLUK01JtQ/ABObijaxwO4qjxg1TQ0PQVi7ZZe7d47fN7vf7bnnnrnzuDNzZ++yCZzX9/qd786Z8x7ONH+PNG6ryYprHVyIP+ztb3tVJeFyxvL5nT+R03J830DbNyidYyrGQMTEaDN5YZAZDUrIIUmU8yi+or5rk4GgKUMOkVHHLIS43cBakonVuI7ZwGpVCdW0itlEP0DmAyohplViogleezrAJFUX5pyLhU7mECMJz2OyGes7W5hgHyVCDIlYziuIN9d3PA5O3FJQABl5WoqZRppshtWf3DLr6jWrUydRzkMmm6GYZJmBc36Fq8SkWs0nRu0vGguRkZiJGENHBiJSGU0qcAq/1tgxdzTLv03ljgxEOJol0rGwoJbMlPiBLDGfXIOhGDHiyXnaqRpJA9VYjoEKVEbD5Pt6jrceofICBirAsLnhuZmWld0q5znFyQJdeYESr79FnTDKUxXmKVFhE1PQkJTZv0KslmIKiNivMpJpI6GEkxCdEjceWZaJLYwl5CxvcVVxMaWGYMZt3sQWp0Kl+HTpqAJXFwqjZ1snWM5zbBxkIoqrQtWGg+jkEB/M3E+4WJ3KTH7iKZb66d6BTW/llBBzWMrkH0aBElIG77Ru6GfcRGkvIVmu0joqUQmX13few7lxPyiug7fnv4SwXvlFf/vfVTpduqiS5oauFy1LpHWMcp7B+JGegdZ9cp4c1yoB4etA+DyZ0Et8So3R8tKfWy6qtAVKSnU8vPgv9Pa3tsmK8pSUqoAEG5wN9vS3bcilKRKWApQHbeH05qauJpJtN/Wr7ttdTRlhhVZGPE6ybCXDF97dQRlqWKzhU2nV9PL6rl2Y59p1QqKfn2g/FUiZECnkL+gBYqb8JzcPlK82lJSvC6vTNU96QqIy+0E2nBn6XiAlpNSrspKUeFUWihJS5tRX9fVmJGFq6PYgl6TETTgaA23ZRZMZ4hyzeK1qXbG0F+HED41li7Gvr30zZbiFKNyPApLnqbqCCEYFBjfewDDX1AcVhEKc/qi1yP2EObcOOREHyScFyJtT0tu/eT+8bIaDCCzg4axTzrNbScroO3/49Ya6xfUwNzCT8vyGqRumb+h9e8MFmS/nEzkT40F8JFeRLM9RCRItnf/0DSlmfl9m0MWdhBNtUSVE5BauaNjyRWFZn3ej05ZDY1BtVe3aM7DxrLbcY6ZvINjnGPnPv38IvVXfvB5twubuELRG+73SI50nY/Yv3Z/61V9P2/0OP8LDoMUmAp9gN1lFgTQ3dcy2Mny9m5A4yrEpgn7vE066tEDK6QEnQymfG+wfvX1tWylNYQGQoGMfEhhXqLZieUBgrPvjIA+x2zRiVOCmTjHadr/dYr9QckC8DnF1Rqm146e7r5PnJy/LRr9zYODp9+yuEL4HLMtyHad7VYC9fKDNrQRFCWz8ZepvTt4JiOoRJzrKDxsYT7E3OU7HQMfnMVISJPQLRNURBjBzbE7JUmXHmg7jp2jaE2Oxmu2uTAbm1Vsmzu7BT+sOd/HxUKiGe5kJRsvAI9YrnPGN8ZhZqCWo4aokE+dZYfCh5keWDstw2cBUiu223yPVbMpTw+zaM3JhWPEoDFdt23ui7agNBAc1zfO7jlhMLFKJ/KbjMFy2iZr+XBcFC6GvtQxasSUyYZLjBAJtzAOCGY9+asvN14Ys7eI/lifhD7ry70NXfp1sSwEQKgTvdIJ3ZlE6KSFOoez909pB1R5HIETYXN+5DRcMKF22ECaZ9vW3veOk3xUIMeLKh7wwQflRhrqfkJM+z0BkAfY2g4x4ho2vUchlpcZxFrSnv+Vlv3ICAdEpWdW0fcaINfSQyLJ7dOVqHii+ZKTYa/gOUMuCpEMDQsq/Wt/xcejANWY5n8MFuwn2JszAGRDB+GUushcsxo+njarjL5/YMEQ8YYQlA1k1v7tu2BhZ43fpgIznhnGwt6/l15QOGgYGAj2B5WH0BMhww+AZmFVv7+nb9F/K8xP6BhL12x+mS0XVLR/51p7fr/a1NuAZSNxvfPDQyZ6+1u1eveIJyIr6Z6EPZpSlD/alT8xZs+zAMmWHXiE8VyBJ6KrIE3GFEMZyUk4FmA/dkx0CmtBiNHGUjWbF4sZbF53qO3vkkpO+3OKbSjDexwp9/4Wqx2saVwWwR+FErwWyoqHzu4noKCpW405gXClQsu1kARDsHAqLfUxHnIQ8pwWnAiBx93CDVA4ufah8eUCghepWCZKYxr1r6v6pHBB8kGBEGKyF4uxM3IBxQVbWmQNyFccXAf9g5Pa8PREQIyCodI4bmMlkGwgu2ocxSIofkNWRByTFzbWUEUYYFyB5E+nYT0s5NBIGGJQRByBcbUNdBg5RMRLlX5SAaOuIgePsKEHIsqMEZHidLJANKjUeNiA81pZrfks1Lgh/WIAy1shdZQVC4EsFZDCRDCClAhI8NSsRHiEgFPr1EGdiRiKByIBg4cO1Hwdjp2p7xYoYkxTCRob1sNo8G/65/sHEw+XEAfEDgBDCpsQriQESBAABSQlxuuxASgFAQEaZOGHC7+sS/Aw/RJlxhWEAIFtxr4CJaxTZLFtNmVGHYQKQbTVxoQV2PkQOJCoA9mkIQBT5MxIZgHF34C5ujNpA8JylNSqWj5eFEkQNgIykreg2EDzFDT+vUIDEBQCB4FlIApT7aeFqqiWse6nAbxgnALJNPtAJre8Hf0HOWnzAHW9MPQiQ12nEg7fxmhNcm3qaIQ+Ife4ZNqwEFx8PJx7dVTXlAcFCddeNylDuNB7D0J0/LgCChuIOnHIbrNMPzwWcbdafJdEumvS9e3CkvnbxcRD2WZ3AcuTh7one/jbHTaRaIGho//nDg0kBAyDw8HfumhZdReY1vzqClZ/eOT373uA2XVkceU4HX1TdrkCIAdYVt8OS3DRKxxEaaf6jnmOtx7zo8gwEha2c/9yCLMt+3YvgUmjgob4C7wnH50En2xcQEtBcv+WRUrozJKcg5Dw7Nc2folM6BeVFMgIBIXnNd3UtCqXXDPvzs2J0J57MIdl+w5KAyMpWNnYutLLsIa/DZjy8UmXUvLbn2LrLspyg8dCABDVA5cP1mow1NA9OtMyFzWxzYa3wZpWmlDQ8fxdhVHkKegKn0kbNybAqshSbZN6yOQTXX9NmegEszyyESr9dNqpccXDWP+EXfzQzmnmrlMe1FPtjcwhuRxjJsAdgF+RnwlgILwW0Z154GcBg+o9VafZ6kBeCZz0SYaQOwW6Axa2lgfeFSIYmIQqbRq8YwjyAo8+o7AndIfZer6x4LO7OZVQV5CQXDx/wFP+Z1w6tkxw1PxSH4HDFen9wTZI33anAw0zjcMmYNn2X7myOXz0lOQTmFW+D3sraJG7h9FsRYdDjYBx6hzthPfqdoPICOWTcEetxPTio4krmw6kecMzzQRzjyyF20zT0v43wknbcCV3JFe0XG04kGjU3dvtpyjw7JOpzL37BTiR6r7cFISZXh+D5ncxVq63Se01ROxh7ZempRqdu/UDWXdQhcU0nygZVetzpDl7C7biUgE2UxayvEOH1MJwaEEzc3VC7ZBos1QzoJGodgvPS8OK+T8cQVR4ecOi/cPi3TR9edAaO8N4CekKdVIzK7oBy72isvX9m3/lDJ1T+giYr7FO3qkKntHz1hExj3+Nh8QftHY1yQQXEdRdw5zkktAWOAJXl5BBVVKU5yPFbFPaB+oiu2VErVZf26hCVtxIchFcc5e0zQ5DjtxuoeBOfHr9DDO/qs/8mooPsumdsMwKwmyxctoxzg+xY1eX/H/QJyZdSmJooDsIbwXKXaeEaciGUysiZKE+QZfEvQI0f5XiLDBfluziP3B7VE0LyncIkPUGCi27TvtLHydpJkJ+kJwh9YQq4XwnWuCdB1XuDWE4HoS/grs/y39TirarKQxWng9AXJjwbkZ9bL09VRqM1SgehL0x7dUuwmmjMr1yp1BmAa4dnh4USfQFPCIctkOK6Q1xqlRxAc2pe7392EZtXjL4w8YJEiNyaV3I9MfZ9R2lSMwoHqNWMvjDxtkooaFILJ1s6jifArU7RFyZeHZrJjrjRVlx5EhygVir6wsR7XFc0dr5ZjjtpVIOiTCfRATJePNaAvrAP4+L5huHskKcbhWUhSY4n3QFq3aEPMM92CJ6RgAu1DtJdVCrxREhPNAfIdYqXM9M5ldxxdbytGTY23JmUsxqywbr4RHaAjAfPpMg3ZeccgkSjIvNC2khvle/Sk5nLGa8UB8h1iLd8Z6zMC3Je3po6FuBVk3ASsivuQzXq9LvqANnoiojjYSButKpXrhc4BMHiaafhjOiA5ktbHkWF2B+1kwZiUehIikxopkR1mrfrTmU5Vvj4Zz+fBacEuxU3KegTZgc44wrc3b/Z6e5+R4cQjonyLUqyN8mhl+8OuDoEAZbjezVJrtggtnm9z8GTQ9AAvFD+1ZOnN0zWY2tBnIA8eNzt4Xlztnn5gIVN71fR2As/+yS872/0yzuZ6PF4W1Xa6Na9uIvVg+cnRBWCX5tmo/yb14+15dcMLjLBRzBf7DnW7npFbD7nWCqwQ0jYeBf5CeiNTepjbnh8DbqyO/w+EVSPFJbsEBJkv2P+dubL4JgllDcZQnDEoYfvnP1Lr+8ItzoJzSGyIjwGN3pVPIqf/pDzKyWO3VdzKn/J7XhaELyROEQ2ZHyAidskF8c58pdtKDWOI2uQcRgGdL9xGtCVqoP4I3cIKaLQ/iyLZX0Orki9N4mTmGgnTvoxi70Bkd+pc02EI6owdofogKxa0F03Mjy6ULDs3UE/+KiT6ynPEOc4S/2lyjKP0hkNT3wRESXCIcWw4adCrlnDdfAl9Vo4EFkLhybrYLQ1HXbKVMGMdDXnrJq63tjlhN1/w4zzYfh8wggT1iDwnYVPCp4DvnNTjOqzYX96tJjtQcr+D0JoZYl96M/1AAAAAElFTkSuQmCC);
}
.furman-project-card {
  background: #f7f7f7;
  display: flex;
  height: calc(100% - 1rem);
  margin-bottom: 1rem;
  position: relative;
}
.furman-project-card__featured-image {
    background-position: center;
    background-size: cover;
    flex: 0 0 40%;
    position: relative;
}
.furman-project-card__featured-image::before {
      content: '';
      display: block;
      padding-top: 100%;
}
@media screen and (max-width: 640px) {
.furman-project-card__featured-image {
        display: block;
        float: none;
        height: 100px;
        position: absolute;
        width: 100%;
}
}
.furman-project-card__details {
    display: flex;
    flex: 1 1 auto;
    flex-direction: column;
    padding: 0.5rem;
}
@media screen and (max-width: 640px) {
.furman-project-card__details {
        margin-top: 105px;
}
}
.furman-project-card__title {
    color: #582c83;
    display: block;
    margin-bottom: .875rem;
    transition: background-color .3s, color .3s;
}
.furman-project-card__title:hover {
      color: #1d0e33;
}
.furman-project-card__excerpt {
    margin-bottom: .5rem;
}
@media screen and (max-width: 640px) {
.furman-project-card__excerpt {
        margin-bottom: .875rem;
}
}
.furman-project-card__categories {
    margin-top: auto;
    text-align: right;
}
.furman-project-card__categories a {
      text-decoration: underline;
      color: #582c83;
      display: inline-block;
      font-size: 1rem;
      padding: 0 5px;
      transition: background-color .3s, color .3s;
}
.furman-project-card__categories a:hover {
        color: #1d0e33;
}
@media screen and (max-width: 640px) {
.furman-project-card__hideFeatureImages {
      margin-top: auto !important;
}
}
@media only screen and (min-width: 601px) {
#mobile-purple {
    display: none;
}
}
@media only screen and (max-width: 600px) {
.desktop-purple-text {
    display: none;
}
}
.marquee {
  position: relative;
}
.content {
  display: table;
  width: 100%;
  height: 100vh;
  z-index: 1;
  position: relative;
}
.content .inner {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  padding-left: 16px;
  padding-right: 16px;
  line-height: normal;
}
.content .inner h1 {
  font-size: 62px;
  color: white;
  text-shadow: 0px 1px 3px rgba(0, 0, 0, 0.5);
}
.youtube-background > iframe {
  transition: opacity 500ms ease-in-out;
  transition-delay: 250ms;
}
@media (max-width: 1023px) {
.content {
    height: 50vh !important;
}
}
@media (max-width: 504px) {
.content {
    height: 40vh !important;
}
.content .inner h1 {
    font-size: 26px;
}
}
.feature_magazine_blocks__wrap {
  position: relative;
  padding: 20px 0;
}
.feature_magazine_blocks__col {
  flex: 0 0 100%;
  max-width: 100%;
  padding-right: 0.625rem;
  padding-left: 0.625rem;
  position: relative;
  margin-bottom: 30px;
}
@media print, screen and (min-width: 40em) {
.feature_magazine_blocks__col {
      padding-right: 0.9375rem;
      padding-left: 0.9375rem;
}
}
@media print, screen and (min-width: 40em) {
.feature_magazine_blocks__col {
      flex: 0 0 50%;
      max-width: 50%;
      padding-right: 0.625rem;
      padding-left: 0.625rem;
}
}
@media print, screen and (min-width: 40em) and (min-width: 40em) {
.feature_magazine_blocks__col {
      padding-right: 0.9375rem;
      padding-left: 0.9375rem;
}
}
@media print, screen and (min-width: 78.125em) {
.feature_magazine_blocks__col {
      flex: 0 0 25%;
      max-width: 25%;
      padding-right: 0.625rem;
      padding-left: 0.625rem;
      margin-bottom: 0;
}
}
@media print, screen and (min-width: 78.125em) and (min-width: 40em) {
.feature_magazine_blocks__col {
      padding-right: 0.9375rem;
      padding-left: 0.9375rem;
}
}
.feature_magazine_blocks__col:nth-child(even)::after {
    display: none;
}
@media print, screen and (min-width: 78.125em) {
.feature_magazine_blocks__col:nth-child(even)::after {
        display: block;
}
}
.feature_magazine_blocks__col:last-child {
    margin-bottom: 0;
}
@media print, screen and (min-width: 40em) {
.feature_magazine_blocks__col:last-child:nth-child(even) {
        margin-bottom: 30px;
}
}
@media print, screen and (min-width: 78.125em) {
.feature_magazine_blocks__col:last-child, .feature_magazine_blocks__col:last-child:nth-child(even) {
        margin-bottom: 0;
}
}
.feature_magazine_blocks__col:last-child::after {
    display: none;
}
.feature_magazine_blocks__row {
  max-width: 75rem;
  margin-right: auto;
  margin-left: auto;
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
}
.feature_magazine_block {
  height: 100%;
  text-align: center;
  background-color: #fff;
}
.feature_magazine_block__fact {
  padding: 15px 15px 5px;
  font-family: brandon-grotesque;
  font-size: 0.9375rem;
  font-weight: 500;
  line-height: 1.33333;
  color: #000;
  letter-spacing: 0.005rem;
}
.feature_magazine_block__fact > a:hover {
  color: #582c83;
}
.feature_magazine_block__content-wrap {
  position: relative;
  z-index: 1;
  padding: 0.625rem;
  text-align: center;
}
.stars_features {
  background-image: url("http://furman-university-site.test/about/wp-content/uploads/sites/2/2020/09/Purple-Diamonds.png");
  height: 1.6rem;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
.line_indent {
  background-image: url("https://furmanudev.wpengine.com/furman-magazine/wp-content/uploads/sites/192/2020/10/Layer-1.png");
  height: 1.5rem;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
@media screen and (min-width: 33.75em) {
.line_indent {
      background-image: url("https://furmanudev.wpengine.com/furman-magazine/wp-content/uploads/sites/192/2020/09/Bottom-Divider-Line.png");
}
}
.flip_divider {
  transform: scaleY(-1);
}
.solid-style-block {
  background: black;
  height: 2px;
  background-position: top;
  margin: 0.7rem 0rem;
}
.feature-blocks_stars {
  max-width: 75rem;
  padding-bottom: 2rem;
}
.belltower_logo {
  display: block;
  padding: 0 0.5em;
  width: 70px;
}
.feature-blocks_logo {
  max-width: 75rem;
  justify-content: center;
  padding: 1em 0 1em 0;
}
.feature_magazine_block__terms {
  padding: 15px 15px 5px;
}
.feature_magazine_block__terms > a:hover {
  color: #582c83 !important;
}
.feature_magazine_block__terms > a {
  font-family: brandon-grotesque;
  font-weight: 500;
  line-height: 1.33333;
  color: #000;
  letter-spacing: 0.005rem;
  background-color: #fff !important;
  color: #000 !important;
}
.magazine_feature_title > a:hover {
  background-color: white;
  color: black;
}
.headline-logo_magazine {
  margin-top: .5rem;
  font-family: abril-fatface;
  font-size: 2.5rem;
}
.mobile-logo {
  display: flex;
  position: unset !important;
  background: white;
}
.mobile-logo > div.furman-site-header-secondary__logo-wrap {
  flex-basis: 55%;
  padding-left: 0.5em;
  max-width: 260px;
}
.mobile-logo > button.header-second__search-button {
  margin-left: auto;
  position: unset;
  padding-right: 1em;
}
.magazine-block-link {
  color: #582c83;
  text-decoration: none;
}
.magazine-block-link:hover {
  color: #201547 !important;
  text-decoration: none;
}
.comments-form {
  padding-top: .8em;
}
.comment-author {
  font-family: "Oswald Regular";
  font-size: 1.5625rem;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  letter-spacing: 0.01em;
  margin-bottom: .5rem;
  color: #582c83;
}
.comment-text > p {
  font-family: brandon-grotesque;
  font-size: 1.125rem;
  font-style: normal;
  font-weight: 300;
  line-height: 138.88889%;
  letter-spacing: 0.005em;
}
.comment {
  padding-bottom: .8em;
  padding-top: .8em;
}
#comment {
  width: 100%;
  padding: 12px 20px;
  margin: 8px 0;
  box-sizing: border-box;
}
.comment-reply-title {
  font-family: "Oswald Regular";
  font-size: 1.5625rem;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  letter-spacing: 0.01em;
}
.comment-form > p {
  padding-top: 1em;
}
.icon9 {
  position: relative;
  z-index: 1;
  display: inline-block;
  min-width: 20px;
  padding: 4px 0;
  margin-right: 15px;
  margin-left: 10px;
  margin-top: 2px;
  overflow: visible;
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  background-color: #e65d0b;
  border-top: #e65d0b 2px solid;
  border-bottom: #e65d0b 2px solid;
}
.icon9::before, .icon9::after {
  position: absolute;
  top: -2px;
  z-index: -1;
  width: 12px;
  height: calc(100% + 4px);
  content: "";
  background-color: #e65d0b;
  border-top: #e65d0b 2px solid;
  border-bottom: #e65d0b 2px solid;
}
.icon9::before {
  left: -10px;
  border-left: #e65d0b 2px solid;
  border-top-left-radius: 84px;
  border-bottom-left-radius: 84px;
}
.icon9::after {
  right: -10px;
  border-right: #e65d0b 2px solid;
  border-top-right-radius: 84px;
  border-bottom-right-radius: 84px;
}
.paragraph-03, .panel__button, .button, .button--light, .story-block__paragraph + .story-block__button, .button--white, .fade-slider__slide .button, .select, .panel__button, .icon9, .button--light, .story-block__paragraph + .story-block__button, .story-block__paragraph + .story-block__button, .button--white, .fade-slider__slide .button, .fade-slider__slide .button, .select {
  font-family: brandon-grotesque;
  font-size: 0.9375rem;
  font-style: normal;
  font-weight: 500;
  line-height: 133.33333%;
  letter-spacing: 0.015em;
}
.icon8 {
  position: relative;
  z-index: 1;
  display: inline-block;
  min-width: 20px;
  padding: 4px 0;
  margin-right: 15px;
  margin-left: 10px;
  margin-top: 2px;
  overflow: visible;
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  background-color: #582C83;
  border-top: #582C83 2px solid;
  border-bottom: #582C83 2px solid;
}
.icon8::before, .icon8::after {
  position: absolute;
  top: -2px;
  z-index: -1;
  width: 12px;
  height: calc(100% + 4px);
  content: "";
  background-color: #582C83;
  border-top: #582C83 2px solid;
  border-bottom: #582C83 2px solid;
}
.icon8::before {
  left: -10px;
  border-left: #582C83 2px solid;
  border-top-left-radius: 84px;
  border-bottom-left-radius: 84px;
}
.icon8::after {
  right: -10px;
  border-right: #582C83 2px solid;
  border-top-right-radius: 84px;
  border-bottom-right-radius: 84px;
}
.paragraph-03, .panel__button, .button, .button--light, .story-block__paragraph + .story-block__button, .button--white, .fade-slider__slide .button, .select, .panel__button, .icon8, .button--light, .story-block__paragraph + .story-block__button, .story-block__paragraph + .story-block__button, .button--white, .fade-slider__slide .button, .fade-slider__slide .button, .select {
  font-family: brandon-grotesque;
  font-size: 0.9375rem;
  font-style: normal;
  font-weight: 500;
  line-height: 133.33333%;
  letter-spacing: 0.015em;
}
.icon7 {
  position: relative;
  z-index: 1;
  display: inline-block;
  min-width: 20px;
  padding: 4px 0;
  margin-right: 15px;
  margin-left: 10px;
  margin-top: 2px;
  overflow: visible;
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  background-color: #F2Be1A;
  border-top: #F2Be1A 2px solid;
  border-bottom: #F2Be1A 2px solid;
}
.icon7::before, .icon7::after {
  position: absolute;
  top: -2px;
  z-index: -1;
  width: 12px;
  height: calc(100% + 4px);
  content: "";
  background-color: #F2Be1A;
  border-top: #F2Be1A 2px solid;
  border-bottom: #F2Be1A 2px solid;
}
.icon7::before {
  left: -10px;
  border-left: #F2Be1A 2px solid;
  border-top-left-radius: 84px;
  border-bottom-left-radius: 84px;
}
.icon7::after {
  right: -10px;
  border-right: #F2Be1A 2px solid;
  border-top-right-radius: 84px;
  border-bottom-right-radius: 84px;
}
.paragraph-03, .panel__button, .button, .button--light, .story-block__paragraph + .story-block__button, .button--white, .fade-slider__slide .button, .select, .panel__button, .icon7, .button--light, .story-block__paragraph + .story-block__button, .story-block__paragraph + .story-block__button, .button--white, .fade-slider__slide .button, .fade-slider__slide .button, .select {
  font-family: brandon-grotesque;
  font-size: 0.9375rem;
  font-style: normal;
  font-weight: 500;
  line-height: 133.33333%;
  letter-spacing: 0.015em;
}
.icon6 {
  position: relative;
  z-index: 1;
  display: inline-block;
  min-width: 20px;
  padding: 4px 0;
  margin-right: 15px;
  margin-left: 10px;
  margin-top: 2px;
  overflow: visible;
  color: #fff;
  text-align: center;
  text-transform: none;
  background-color: #E3322B;
  border-top: #E3322B 2px solid;
  border-bottom: #E3322B 2px solid;
}
.icon6::before, .icon6::after {
  position: absolute;
  top: -2px;
  z-index: -1;
  width: 12px;
  height: calc(100% + 4px);
  content: "";
  background-color: #E3322B;
  border-top: #E3322B 2px solid;
  border-bottom: #E3322B 2px solid;
}
.icon6::before {
  left: -10px;
  border-left: #E3322B 2px solid;
  border-top-left-radius: 84px;
  border-bottom-left-radius: 84px;
}
.icon6::after {
  right: -10px;
  border-right: #E3322B 2px solid;
  border-top-right-radius: 84px;
  border-bottom-right-radius: 84px;
}
.paragraph-03, .panel__button, .button, .button--light, .story-block__paragraph + .story-block__button, .button--white, .fade-slider__slide .button, .select, .panel__button, .icon6, .button--light, .story-block__paragraph + .story-block__button, .story-block__paragraph + .story-block__button, .button--white, .fade-slider__slide .button, .fade-slider__slide .button, .select {
  font-family: brandon-grotesque;
  font-size: 0.9375rem;
  font-style: normal;
  font-weight: 500;
  line-height: 133.33333%;
  letter-spacing: 0.015em;
}
.icon5 {
  position: relative;
  z-index: 1;
  display: inline-block;
  min-width: 20px;
  padding: 4px 0;
  margin-right: 15px;
  margin-left: 10px;
  margin-top: 2px;
  overflow: visible;
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  background-color: #AADEEB;
  border-top: #AADEEB 2px solid;
  border-bottom: #AADEEB 2px solid;
}
.icon5::before, .icon5::after {
  position: absolute;
  top: -2px;
  z-index: -1;
  width: 12px;
  height: calc(100% + 4px);
  content: "";
  background-color: #AADEEB;
  border-top: #AADEEB 2px solid;
  border-bottom: #AADEEB 2px solid;
}
.icon5::before {
  left: -10px;
  border-left: #AADEEB 2px solid;
  border-top-left-radius: 84px;
  border-bottom-left-radius: 84px;
}
.icon5::after {
  right: -10px;
  border-right: #AADEEB 2px solid;
  border-top-right-radius: 84px;
  border-bottom-right-radius: 84px;
}
.paragraph-03, .panel__button, .button, .button--light, .story-block__paragraph + .story-block__button, .button--white, .fade-slider__slide .button, .select, .panel__button, .icon5, .button--light, .story-block__paragraph + .story-block__button, .story-block__paragraph + .story-block__button, .button--white, .fade-slider__slide .button, .fade-slider__slide .button, .select {
  font-family: brandon-grotesque;
  font-size: 0.9375rem;
  font-style: normal;
  font-weight: 500;
  line-height: 133.33333%;
  letter-spacing: 0.015em;
}
.icon4 {
  position: relative;
  z-index: 1;
  display: inline-block;
  min-width: 20px;
  padding: 4px 0;
  margin-right: 15px;
  margin-left: 10px;
  margin-top: 2px;
  overflow: visible;
  color: #fff;
  text-align: center;
  text-transform: none;
  background-color: #669933;
  border-top: #669933 2px solid;
  border-bottom: #669933 2px solid;
}
.icon4::before, .icon4::after {
  position: absolute;
  top: -2px;
  z-index: -1;
  width: 12px;
  height: calc(100% + 4px);
  content: "";
  background-color: #669933;
  border-top: #669933 2px solid;
  border-bottom: #669933 2px solid;
}
.icon4::before {
  left: -10px;
  border-left: #669933 2px solid;
  border-top-left-radius: 84px;
  border-bottom-left-radius: 84px;
}
.icon4::after {
  right: -10px;
  border-right: #669933 2px solid;
  border-top-right-radius: 84px;
  border-bottom-right-radius: 84px;
}
.paragraph-03, .panel__button, .button, .button--light, .story-block__paragraph + .story-block__button, .button--white, .fade-slider__slide .button, .select, .panel__button, .icon4, .button--light, .story-block__paragraph + .story-block__button, .story-block__paragraph + .story-block__button, .button--white, .fade-slider__slide .button, .fade-slider__slide .button, .select {
  font-family: brandon-grotesque;
  font-size: 0.9375rem;
  font-style: normal;
  font-weight: 500;
  line-height: 133.33333%;
  letter-spacing: 0.015em;
}
.icon3 {
  position: relative;
  z-index: 1;
  display: inline-block;
  min-width: 20px;
  padding: 4px 0;
  margin-right: 15px;
  margin-left: 10px;
  margin-top: 2px;
  overflow: visible;
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  background-color: #54585A;
  border-top: #54585A 2px solid;
  border-bottom: #54585A 2px solid;
}
.icon3::before, .icon3::after {
  position: absolute;
  top: -2px;
  z-index: -1;
  width: 12px;
  height: calc(100% + 4px);
  content: "";
  background-color: #54585A;
  border-top: #54585A 2px solid;
  border-bottom: #54585A 2px solid;
}
.icon3::before {
  left: -10px;
  border-left: #54585A 2px solid;
  border-top-left-radius: 84px;
  border-bottom-left-radius: 84px;
}
.icon3::after {
  right: -10px;
  border-right: #54585A 2px solid;
  border-top-right-radius: 84px;
  border-bottom-right-radius: 84px;
}
.paragraph-03, .panel__button, .button, .button--light, .story-block__paragraph + .story-block__button, .button--white, .fade-slider__slide .button, .select, .panel__button, .icon3, .button--light, .story-block__paragraph + .story-block__button, .story-block__paragraph + .story-block__button, .button--white, .fade-slider__slide .button, .fade-slider__slide .button, .select {
  font-family: brandon-grotesque;
  font-size: 0.9375rem;
  font-style: normal;
  font-weight: 500;
  line-height: 133.33333%;
  letter-spacing: 0.015em;
}
.icon2 {
  position: relative;
  z-index: 1;
  display: inline-block;
  min-width: 20px;
  padding: 4px 0;
  margin-right: 15px;
  margin-left: 10px;
  margin-top: 2px;
  overflow: visible;
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  background-color: #201547;
  border-top: #201547 2px solid;
  border-bottom: #201547 2px solid;
}
.icon2::before, .icon2::after {
  position: absolute;
  top: -2px;
  z-index: -1;
  width: 12px;
  height: calc(100% + 4px);
  content: "";
  background-color: #201547;
  border-top: #201547 2px solid;
  border-bottom: #201547 2px solid;
}
.icon2::before {
  left: -10px;
  border-left: #201547 2px solid;
  border-top-left-radius: 84px;
  border-bottom-left-radius: 84px;
}
.icon2::after {
  right: -10px;
  border-right: #201547 2px solid;
  border-top-right-radius: 84px;
  border-bottom-right-radius: 84px;
}
.paragraph-03, .panel__button, .button, .button--light, .story-block__paragraph + .story-block__button, .button--white, .fade-slider__slide .button, .select, .panel__button, .icon2, .button--light, .story-block__paragraph + .story-block__button, .story-block__paragraph + .story-block__button, .button--white, .fade-slider__slide .button, .fade-slider__slide .button, .select {
  font-family: brandon-grotesque;
  font-size: 0.9375rem;
  font-style: normal;
  font-weight: 500;
  line-height: 133.33333%;
  letter-spacing: 0.015em;
}
#majors .row {
  max-width: 100rem;
  background-color: #f2f2f2;
  padding: 0rem;
}
.wysiwyg-majors a:hover, .panel__content a:hover, .content_block_a__body a:hover, .content-block-b__block-content a:hover, .cta_blocks__text a:hover, .hero__body a:hover {
  color: #201547;
}
#majors .row:nth-of-type(2n) {
  background-color: #ffffff;
}
.wysiwyg-majors h4 {
  font-size: 1.7625rem;
  line-height: 140%;
  margin-top: 1.1875rem;
}
h3.program-title {
  font-family: "Oswald Regular";
  font-size: 1.25rem !important;
  font-style: normal;
  font-weight: 200;
  line-height: 150%;
  letter-spacing: 0.01em;
  padding-top: 10px;
  margin-bottom: 0.3125rem;
}
.float {
  float: right;
  padding-right: 10px;
  padding-top: 5px;
}
@media (max-width: 900px) {
.float {
    float: none;
}
}
.icon10 {
  position: relative;
  z-index: 1;
  display: inline-block;
  min-width: 20px;
  padding: 4px 0;
  margin-right: 15px;
  margin-left: 10px;
  margin-top: 2px;
  overflow: visible;
  color: #fff;
  text-align: center;
  text-transform: none;
  background-color: #000;
  border-top: #000 2px solid;
  border-bottom: #000 2px solid;
}
.icon10::before, .icon10::after {
  position: absolute;
  top: -2px;
  z-index: -1;
  width: 12px;
  height: calc(100% + 4px);
  content: "";
  background-color: #000;
  border-top: #000 2px solid;
  border-bottom: #000 2px solid;
}
.icon10::before {
  left: -10px;
  border-left: #000 2px solid;
  border-top-left-radius: 84px;
  border-bottom-left-radius: 84px;
}
.icon10::after {
  right: -10px;
  border-right: #000 2px solid;
  border-top-right-radius: 84px;
  border-bottom-right-radius: 84px;
}
.paragraph-03, .panel__button, .button, .button--light, .story-block__paragraph + .story-block__button, .button--white, .fade-slider__slide .button, .select, .panel__button, .icon10, .button--light, .story-block__paragraph + .story-block__button, .story-block__paragraph + .story-block__button, .button--white, .fade-slider__slide .button, .fade-slider__slide .button, .select {
  font-family: brandon-grotesque;
  font-size: 0.9375rem;
  font-style: normal;
  font-weight: 500;
  line-height: 133.33333%;
  letter-spacing: 0.015em;
}
@media screen and (max-width: 48em) {
#major-program-icon-row {
    display: none;
}
}
.majors_quotes_text {
  font-size: 2rem;
}
@media (max-width: 1200px) {
.majors_quotes_text {
    font-size: 1.5rem;
}
}
@media (max-width: 700px) {
.majors_quotes_text {
    font-size: 1.3rem;
}
}
@media (max-width: 500px) {
.majors_quotes_text {
    font-size: 1.15rem;
}
}
.program-contents-row {
  max-width: 75rem;
  margin-right: auto;
  margin-left: auto;
  display: flex;
  flex-flow: row wrap;
  padding: .5rem;
}
.program-overview-column {
  display: block;
  float: left;
  padding: 1em 0;
  margin: auto;
  margin-top: 0;
}
.table_content_column {
  display: block;
  float: left;
  padding: 1em 0;
  margin: auto;
  margin-top: 0;
}
.padding-field {
  padding-bottom: .5rem;
}
.padding-field-value {
  padding-bottom: 1rem;
}
.content-column {
  width: 50%;
  padding: .5rem;
}
.single-column-how {
  max-width: 50rem;
  display: block;
  margin: auto;
  padding: 1rem;
}
.single-column-text {
  text-align: center;
}
@media only screen and (max-width: 1024px) {
.content-column {
    width: 100%;
    padding: 1rem;
    margin: auto;
}
.single-column-text {
    text-align: left;
}
.single-column-how {
    max-width: 100%;
    padding: 0 1.5rem;
}
.table_content_column > div.wysiwyg_block {
    margin-bottom: 0;
}
}
@media only screen and (max-width: 676px) {
.program-overview-column {
    width: 100%;
    padding: 1rem;
    margin: auto;
}
.table_content_column {
    width: 100%;
    padding: 0 1rem;
    margin: auto;
}
}
@media only screen and (min-width: 1025px) {
.program-overview-column {
    width: 40%;
}
.table_content_column {
    width: 60%;
}
}

/* IE11 */
*::-ms-backdrop,
.app {
  display: block !important;
}


.vs__selected-options span.selected-tag {
    font-family: brandon-grotesque, sans-serif;
}

/**
 * Foundation for Sites by ZURB
 * Version 6.4.3
 * foundation.zurb.com
 * Licensed under MIT Open Source
 */
.modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 19;
  width: 100vw;
  height: 100vh;
  visibility: hidden;
  background-color: rgba(0, 0, 0, 0.8);
  opacity: 0;
  transition: visibility 0.6s, opacity 0.6s;
}
.modal.active {
    visibility: visible;
    opacity: 1;
}
.modal_btn-close {
  position: absolute;
  top: -25px;
  right: -25px;
  z-index: 9;
  display: block;
  width: 40px;
  height: 40px;
  padding: 0 0 5px;
  font-size: 35px;
  line-height: 35px;
  color: #fff;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  background-color: #582c83;
  border: none;
  border-radius: 40px;
  transition: background-color 0.2s;
}
.modal_btn-close:hover {
    background-color: #201547;
}
.modal_content {
  position: relative;
  max-width: 90vw;
  visibility: inherit;
}
@media print, screen and (min-width: 78.125em) {
.modal_content {
      max-width: 80vw;
}
}
@media screen and (min-width: 78.125em) {
.modal_content {
      max-width: 60vw;
}
}
.modal_content div {
    visibility: inherit;
}

/**
 * Foundation for Sites by ZURB
 * Version 6.4.3
 * foundation.zurb.com
 * Licensed under MIT Open Source
 */
/* ------------------------------------------------ */
/* BASE RESPONSIVE VIDEO STYLES (REUSABLE ANYWHERE) */
/* ------------------------------------------------ */
.video-container {
  position: relative;
  max-width: 100%;
  height: 0;
  padding-bottom: 56.25%;
  overflow: hidden;
}
.video-container iframe,
.video-container object,
.video-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.video-overlay {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  visibility: visible;
  background-position: center;
  background-size: cover;
  opacity: 1;
  transition: visibility 0.6s, opacity 0.6s;
}
.video-overlay.off {
    visibility: hidden;
    opacity: 0;
}

/* ----------------------------------------- */
/* RESPONSIVE VIDEO AMENDMENTS AND MODIFIERS */
/* ----------------------------------------- */
.video-container {
  margin-bottom: 80px;
}
.video-container:last-child {
    margin-bottom: 0;
}


.vs__selected-options span.selected-tag {
    font-family: brandon-grotesque, sans-serif;
}


.vs__selected-options span.selected-tag {
    font-family: brandon-grotesque, sans-serif;
}

body.hidden-scroll {
  overflow: hidden; }

.sl-overlay {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: #000;
  opacity: 0.7;
  display: none;
  z-index: 1035; }

.sl-wrapper {
  z-index: 1040; }
  .sl-wrapper * {
    box-sizing: border-box; }
  .sl-wrapper button {
    border: 0 none;
    background: transparent;
    font-size: 28px;
    padding: 0;
    cursor: pointer; }
    .sl-wrapper button:hover {
      opacity: 0.7; }
  .sl-wrapper .sl-close {
    display: none;
    position: fixed;
    right: 30px;
    top: 30px;
    z-index: 10060;
    margin-top: -14px;
    margin-right: -14px;
    height: 44px;
    width: 44px;
    line-height: 44px;
    font-family: Arial, Baskerville, monospace;
    color: #fff;
    font-size: 3rem; }
    .sl-wrapper .sl-close:focus {
      outline: none; }
  .sl-wrapper .sl-counter {
    display: none;
    position: fixed;
    top: 30px;
    left: 30px;
    z-index: 1060;
    color: #fff;
    font-size: 1rem; }
  .sl-wrapper .sl-navigation {
    width: 100%;
    display: none; }
    .sl-wrapper .sl-navigation button {
      position: fixed;
      top: 50%;
      margin-top: -22px;
      height: 44px;
      width: 22px;
      line-height: 44px;
      text-align: center;
      display: block;
      z-index: 10060;
      font-family: Arial, Baskerville, monospace;
      color: #fff; }
      .sl-wrapper .sl-navigation button.sl-next {
        right: 5px;
        font-size: 2rem; }
      .sl-wrapper .sl-navigation button.sl-prev {
        left: 5px;
        font-size: 2rem; }
      .sl-wrapper .sl-navigation button:focus {
        outline: none; }
      @media (min-width: 35.5em) {
        .sl-wrapper .sl-navigation button {
          width: 44px; }
          .sl-wrapper .sl-navigation button.sl-next {
            right: 10px;
            font-size: 3rem; }
          .sl-wrapper .sl-navigation button.sl-prev {
            left: 10px;
            font-size: 3rem; } }
      @media (min-width: 50em) {
        .sl-wrapper .sl-navigation button {
          width: 44px; }
          .sl-wrapper .sl-navigation button.sl-next {
            right: 20px;
            font-size: 3rem; }
          .sl-wrapper .sl-navigation button.sl-prev {
            left: 20px;
            font-size: 3rem; } }
  .sl-wrapper.sl-dir-rtl .sl-navigation {
    direction: ltr; }
  .sl-wrapper .sl-image {
    position: fixed;
    touch-action: none;
    z-index: 10000; }
    .sl-wrapper .sl-image img {
      margin: 0;
      padding: 0;
      display: block;
      border: 0 none;
      width: 100%;
      height: auto; }
      @media (min-width: 35.5em) {
        .sl-wrapper .sl-image img {
          border: 0 none; } }
      @media (min-width: 50em) {
        .sl-wrapper .sl-image img {
          border: 0 none; } }
    .sl-wrapper .sl-image iframe {
      background: #000;
      border: 0 none; }
      @media (min-width: 35.5em) {
        .sl-wrapper .sl-image iframe {
          border: 0 none; } }
      @media (min-width: 50em) {
        .sl-wrapper .sl-image iframe {
          border: 0 none; } }
    .sl-wrapper .sl-image .sl-caption {
      display: none;
      padding: 10px;
      color: #fff;
      background: rgba(0, 0, 0, 0.8);
      font-size: 1rem;
      position: absolute;
      bottom: 0;
      left: 0;
      right: 0; }
      .sl-wrapper .sl-image .sl-caption.pos-top {
        bottom: auto;
        top: 0; }
      .sl-wrapper .sl-image .sl-caption.pos-outside {
        bottom: auto; }
    .sl-wrapper .sl-image .sl-download {
      display: none;
      position: absolute;
      bottom: 5px;
      right: 5px;
      color: #fff;
      z-index: 1060; }

.sl-spinner {
  display: none;
  border: 5px solid #333;
  border-radius: 40px;
  height: 40px;
  left: 50%;
  margin: -20px 0 0 -20px;
  opacity: 0;
  position: fixed;
  top: 50%;
  width: 40px;
  z-index: 1007;
  animation: pulsate 1s ease-out infinite; }

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

.sl-transition {
  transition: transform ease 200ms; }

@keyframes pulsate {
  0% {
    transform: scale(0.1);
    opacity: 0.0; }
  50% {
    opacity: 1; }
  100% {
    transform: scale(1.2);
    opacity: 0; } }

/* Text meant only for screen readers. */
.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
  -webkit-clip-path: inset(50%);
          clip-path: inset(50%); }

.screen-reader-text:focus {
  background-color: #eeeeee;
  clip: auto !important;
  color: #444444;
  display: block;
  font-size: 1em;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
  /* Above WP toolbar. */
  -webkit-clip-path: none;
          clip-path: none; }

