/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0; }

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block; }

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */ }

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent; }

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */ }

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder; }

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%; }

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

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none; }

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */ }

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible; }

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none; }

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button; }

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0; }

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText; }

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em; }

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */ }

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline; }

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto; }

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */ }

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */ }

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block; }

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item; }

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none; }

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none; }
.minimodal {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%; }

.minimodal__overlay {
  position: absolute;
  top: -8rem;
  left: 0;
  width: 100%;
  height: calc(100% + 16rem);
  background: rgba(0, 0, 0, 0.9); }

.minimodal__viewport {
  position: relative;
  height: 100%;
  pointer-events: none; }

.minimodal__item {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

.minimodal__status {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: white;
  text-align: center; }

.minimodal__content {
  height: 100%; }

.minimodal__element {
  display: block;
  position: relative;
  top: 50%;
  max-width: 100%;
  max-height: 100%;
  margin: auto;
  transform: translateY(-50%);
  pointer-events: auto; }

.minimodal__element--map {
  background: white; }

.minimodal__element--video {
  max-width: calc(100vh * (16/9)); }

.minimodal__element--video::before {
  display: block;
  padding-bottom: 56.25%;
  background: black;
  content: ''; }

.minimodal__video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

.minimodal__caption {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  color: white;
  pointer-events: auto; }

.minimodal__close {
  position: absolute;
  top: 0;
  right: 0; }

.minimodal__nav {
  position: absolute;
  top: 50%;
  transform: translateY(-50%); }

.minimodal__nav--previous {
  left: 0; }

.minimodal__nav--next {
  right: 0; }
[data-simplebar] {
  position: relative;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-pack: start;
      justify-content: flex-start;
  -ms-flex-line-pack: start;
      align-content: flex-start;
  -ms-flex-align: start;
      align-items: flex-start; }

.simplebar-wrapper {
  overflow: hidden;
  width: inherit;
  height: inherit;
  max-width: inherit;
  max-height: inherit; }

.simplebar-mask {
  direction: inherit;
  position: absolute;
  overflow: hidden;
  padding: 0;
  margin: 0;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  width: auto !important;
  height: auto !important;
  z-index: 0; }

.simplebar-offset {
  direction: inherit !important;
  box-sizing: inherit !important;
  resize: none !important;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  padding: 0;
  margin: 0;
  -webkit-overflow-scrolling: touch; }

.simplebar-content-wrapper {
  direction: inherit;
  box-sizing: border-box !important;
  position: relative;
  display: block;
  height: 100%;
  /* Required for horizontal native scrollbar to not appear if parent is taller than natural height */
  width: auto;
  visibility: visible;
  overflow: auto;
  /* Scroll on this element otherwise element can't have a padding applied properly */
  max-width: 100%;
  /* Not required for horizontal scroll to trigger */
  max-height: 100%;
  /* Needed for vertical scroll to trigger */ }

.simplebar-content:before,
.simplebar-content:after {
  content: ' ';
  display: table; }

.simplebar-placeholder {
  max-height: 100%;
  max-width: 100%;
  width: 100%;
  pointer-events: none; }

.simplebar-height-auto-observer-wrapper {
  box-sizing: inherit !important;
  height: 100%;
  width: 100%;
  max-width: 1px;
  position: relative;
  float: left;
  max-height: 1px;
  overflow: hidden;
  z-index: -1;
  padding: 0;
  margin: 0;
  pointer-events: none;
  -ms-flex-positive: inherit;
      flex-grow: inherit;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -ms-flex-preferred-size: 0;
      flex-basis: 0; }

.simplebar-height-auto-observer {
  box-sizing: inherit;
  display: block;
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  height: 1000%;
  width: 1000%;
  min-height: 1px;
  min-width: 1px;
  overflow: hidden;
  pointer-events: none;
  z-index: -1; }

.simplebar-track {
  z-index: 1;
  position: absolute;
  right: 0;
  bottom: 0;
  pointer-events: none;
  overflow: hidden; }

[data-simplebar].simplebar-dragging .simplebar-track {
  pointer-events: all; }

.simplebar-scrollbar {
  position: absolute;
  right: 2px;
  width: 7px;
  min-height: 10px; }

.simplebar-scrollbar:before {
  position: absolute;
  content: '';
  background: black;
  border-radius: 7px;
  left: 0;
  right: 0;
  opacity: 0;
  transition: opacity 0.2s linear; }

.simplebar-track .simplebar-scrollbar.simplebar-visible:before {
  /* When hovered, remove all transitions from drag handle */
  opacity: 0.5;
  transition: opacity 0s linear; }

.simplebar-track.simplebar-vertical {
  top: 0;
  width: 11px; }

.simplebar-track.simplebar-vertical .simplebar-scrollbar:before {
  top: 2px;
  bottom: 2px; }

.simplebar-track.simplebar-horizontal {
  left: 0;
  height: 11px; }

.simplebar-track.simplebar-horizontal .simplebar-scrollbar:before {
  height: 100%;
  left: 2px;
  right: 2px; }

.simplebar-track.simplebar-horizontal .simplebar-scrollbar {
  right: auto;
  left: 0;
  top: 2px;
  height: 7px;
  min-height: 0;
  min-width: 10px;
  width: auto; }

/* Rtl support */
[data-simplebar-direction='rtl'] .simplebar-track.simplebar-vertical {
  right: auto;
  left: 0; }

.hs-dummy-scrollbar-size {
  direction: rtl;
  position: fixed;
  opacity: 0;
  visibility: hidden;
  height: 500px;
  width: 500px;
  overflow-y: hidden;
  overflow-x: scroll; }
/*! Flickity v2.2.1
https://flickity.metafizzy.co
---------------------------------------------- */
.flickity-enabled {
  position: relative; }

.flickity-enabled:focus {
  outline: none; }

.flickity-viewport {
  overflow: hidden;
  position: relative;
  height: 100%; }

.flickity-slider {
  position: absolute;
  width: 100%;
  height: 100%; }

/* draggable */
.flickity-enabled.is-draggable {
  -webkit-tap-highlight-color: transparent;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.flickity-enabled.is-draggable .flickity-viewport {
  cursor: move;
  cursor: grab; }

.flickity-enabled.is-draggable .flickity-viewport.is-pointer-down {
  cursor: grabbing; }

/* ---- flickity-button ---- */
.flickity-button {
  position: absolute;
  background: rgba(255, 255, 255, 0.75);
  border: none;
  color: #333; }

.flickity-button:hover {
  background: white;
  cursor: pointer; }

.flickity-button:focus {
  outline: none;
  box-shadow: 0 0 0 5px #19F; }

.flickity-button:active {
  opacity: 0.6; }

.flickity-button:disabled {
  opacity: 0.3;
  cursor: auto;
  /* prevent disabled button from capturing pointer up event. #716 */
  pointer-events: none; }

.flickity-button-icon {
  fill: currentColor; }

/* ---- previous/next buttons ---- */
.flickity-prev-next-button {
  top: 50%;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  /* vertically center */
  transform: translateY(-50%); }

.flickity-prev-next-button.previous {
  left: 10px; }

.flickity-prev-next-button.next {
  right: 10px; }

/* right to left */
.flickity-rtl .flickity-prev-next-button.previous {
  left: auto;
  right: 10px; }

.flickity-rtl .flickity-prev-next-button.next {
  right: auto;
  left: 10px; }

.flickity-prev-next-button .flickity-button-icon {
  position: absolute;
  left: 20%;
  top: 20%;
  width: 60%;
  height: 60%; }

/* ---- page dots ---- */
.flickity-page-dots {
  position: absolute;
  width: 100%;
  bottom: -25px;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
  line-height: 1; }

.flickity-rtl .flickity-page-dots {
  direction: rtl; }

.flickity-page-dots .dot {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 0 8px;
  background: #333;
  border-radius: 50%;
  opacity: 0.25;
  cursor: pointer; }

.flickity-page-dots .dot.is-selected {
  opacity: 1; }

*,
::before,
::after {
  box-sizing: inherit;
  -ms-flex: 0 1 auto;
      flex: 0 1 auto;
  -webkit-margin-before: 0;
          margin-block-start: 0;
  -webkit-margin-after: 0;
          margin-block-end: 0; }

html {
  box-sizing: border-box;
  word-wrap: break-word; }

iframe {
  border: 0; }

img,
svg {
  display: block;
  max-width: 100%;
  height: auto; }

svg {
  fill: currentColor; }
  svg path {
    fill: currentColor; }

button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit; }

button,
select,
[type='button'],
[type='reset'],
[type='submit'] {
  cursor: pointer; }

figure {
  margin: 0; }

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

dl, dt, dd {
  margin: 0;
  padding: 0; }

html:not([data-whatintent='keyboard']) :focus {
  outline: 0; }

:focus {
  outline: #ffd200 auto 5px; }

main > section:last-child,
main > div:last-child,
main > .container:last-child {
  padding-bottom: 0.1px; }

.align-right {
  margin-bottom: 1rem; }
  @media screen and (min-width: 48em) {
    .align-right {
      margin-left: 1.25rem;
      float: right;
      max-width: 40%; } }

.align-left {
  margin-bottom: 1rem; }
  @media screen and (min-width: 48em) {
    .align-left {
      margin-right: 1.25rem;
      float: left;
      max-width: 40%; } }

@media screen and (max-width: 47.99em) {
  .desktop-only {
    display: none !important; } }

@media screen and (min-width: 48em) {
  .mobile-only {
    display: none !important; } }

@media screen and (max-width: 64em) {
  .large-display-only {
    display: none !important; } }

@media screen and (min-width: 64em) {
  .small-display-only {
    display: none !important; } }

.full-width {
  width: 100%; }

.text-center {
  text-align: center; }

.text-right {
  text-align: right; }

.text-white {
  color: #fff; }

.text-uppercase {
  text-transform: uppercase; }

.block-center {
  margin-left: auto;
  margin-right: auto; }

.background-primary {
  background-color: #fff; }

.background-secondary {
  background-color: #cccbbf; }

.background-primary > .container {
  overflow: auto; }

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

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

@keyframes fadeUpIn {
  0% {
    opacity: 0;
    transform: translateY(100%); }
  100% {
    opacity: 1;
    transform: translateY(0); } }

@keyframes slideDown {
  0% {
    transform: translateY(-100%); }
  100% {
    transform: translateY(0); } }

.animate-fadeUpIn {
  opacity: 0; }

.animated-fadeUpIn {
  animation: fadeUpIn ease-out 500ms forwards; }

.animate-fadeIn {
  opacity: 0; }

.animated-fadeIn {
  animation: fadeIn ease-in-out 500ms forwards; }

.animate-fadeUpInFast {
  opacity: 0; }

.animated-fadeUpInFast {
  animation: fadeUpIn 500ms ease forwards; }

.skip-link {
  position: absolute;
  left: -10000rem;
  top: -2rem;
  width: .1rem;
  height: .1rem;
  overflow: hidden;
  z-index: 100;
  color: #fff;
  outline: 0;
  padding: 0.5rem 1rem;
  font-size: 1.5rem;
  border-bottom-right-radius: .3rem;
  transition: top 1s ease-out;
  font-family: "Quattrocento", serif;
  color: #fff;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }
  .skip-link:focus, .skip-link:hover {
    left: 0;
    top: 0;
    width: auto;
    height: auto;
    background: #000;
    transition: top .1s ease-in;
    color: #fff; }

.sr-hide, .screen-reader-text {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  border: 0;
  overflow: hidden;
  clip: rect(0 0 0 0); }

.inline {
  display: inline; }

.svg,
.video {
  display: block;
  position: relative; }
  .svg::before,
  .video::before {
    content: '';
    display: block; }
  .svg iframe,
  .svg svg,
  .svg video,
  .video iframe,
  .video svg,
  .video video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }

.svg::before {
  padding-top: 100%; }

.video::before {
  padding-top: 56.25%; }

.svgstore {
  display: block;
  position: relative; }
  .svgstore::before {
    content: '';
    display: block; }
  .svgstore svg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }

[class*='svgstore--']::before {
  padding-top: 100%; }

body {
  color: #000;
  font-family: "Raleway", sans-serif;
  line-height: 1.2;
  font-size: 1.125rem; }

h1 {
  line-height: 1.2;
  margin: 1rem 0; }

.headline {
  text-align: center; }

h1, .headline {
  font-family: "Quattrocento", serif;
  font-size: 3rem; }

h2, .h2 {
  font-family: "Quattrocento", serif;
  color: #000;
  line-height: 1.5;
  font-size: 2.1875rem; }

h3, .h3 {
  font-weight: 700;
  line-height: 1.5;
  font-size: 1.375rem; }

h4, .h4 {
  font-family: "Quattrocento", serif;
  line-height: 1.5;
  font-size: 1.25rem; }

h5, .h5 {
  color: #8b2346;
  font-weight: bold;
  font-size: 1rem; }

h6 {
  font-family: "Quattrocento", serif;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 0.75rem; }

p {
  line-height: 1.3;
  margin-bottom: 1rem; }

a {
  text-decoration: none;
  color: inherit;
  cursor: pointer; }
  a:visted {
    color: inherit; }

a:not([class]) {
  color: #8b2346;
  text-decoration: underline; }
  a:not([class]):hover, a:not([class]):focus {
    text-decoration: none; }

.a--hover {
  color: #8b2346;
  text-decoration: none; }

.lead {
  font-family: "Quattrocento", serif; }

.subheader {
  line-height: 1.2;
  font-size: 2rem; }
  @media screen and (min-width: 64em) {
    .subheader {
      font-size: 3rem; } }

.headline-sm {
  font-weight: 700;
  color: #8b2346; }

.intro-text {
  color: #8b2346;
  font-weight: 300;
  font-size: 2rem; }

.paragraph-text-small {
  line-height: 1.25;
  font-weight: 500;
  font-size: 1rem; }

figcaption {
  font-weight: 700;
  font-size: 0.8125rem; }

ol, ul:not([class]) {
  line-height: 2;
  -webkit-padding-start: 20px;
          padding-inline-start: 20px;
  padding-left: 1.5rem; }

ol li {
  padding-left: 1rem; }

ul {
  list-style: none; }

ul:not([class]) li::before {
  display: inline-block;
  content: '';
  height: 0;
  width: 0;
  border-top: .4rem solid transparent;
  border-bottom: .4rem solid transparent;
  border-left: 0.4rem solid #620020;
  margin-right: 1rem;
  margin-left: -1.5rem; }

address {
  font-style: initial; }

blockquote {
  font-family: "Quattrocento", serif;
  -webkit-margin-start: 0;
          margin-inline-start: 0;
  -webkit-margin-end: 0;
          margin-inline-end: 0;
  margin: 0; }
  blockquote q {
    display: block;
    margin-bottom: 0.75rem; }
    blockquote q::before, blockquote q::after {
      content: none; }
  blockquote cite {
    font-style: normal;
    font-weight: 400; }

.link__special {
  display: inline-block;
  text-transform: uppercase;
  font-family: "Quattrocento", serif;
  font-weight: 700;
  letter-spacing: 2px;
  line-height: 3;
  text-indent: 2px;
  border-top: 5px solid #620020;
  margin-top: 1rem;
  transition: border 300ms ease;
  font-size: 0.9375rem; }
  @media screen and (min-width: 48em) {
    .link__special {
      font-size: 0.75rem; } }
  .link__special:hover, .link__special:focus {
    border-top: 5px solid #8b2346; }
  .link__special.cta {
    border-top: 5px solid #ffd200; }
    .link__special.cta:hover, .link__special.cta:focus {
      border-top: 5px solid #f26329; }

.cta-sm {
  font-weight: 700;
  border-bottom: 2px solid #cccbbf;
  line-height: 1.5;
  transition: all 300ms ease;
  font-size: 0.8125rem; }
  .cta-sm:hover, .cta-sm:focus, .cta-sm.hover {
    border-bottom: 2px solid #620020; }

.quote--large__wrapper {
  position: relative;
  min-height: 140px; }
  .quote--large__wrapper::before {
    content: url(../img/quote_gradient.svg);
    text-align: center;
    display: block; }
    @media screen and (min-width: 48em) {
      .quote--large__wrapper::before {
        width: 90px;
        position: absolute; } }
  @media screen and (min-width: 80em) {
    .landing .quote--large__wrapper {
      margin-left: -8rem; } }

.quote--large__inner {
  padding: 1.5rem 3rem;
  text-align: center; }
  @media screen and (min-width: 48em) {
    .quote--large__inner {
      padding: 1.5rem 8rem;
      text-align: left; } }
  @media screen and (min-width: 80em) {
    .landing .quote--large__inner {
      padding: 1.5rem 2rem 1.5rem 8rem; } }
  .quote--large__inner > * {
    display: block; }
  .quote--large__inner q {
    color: #8b2346;
    font-family: "Quattrocento", serif;
    margin-bottom: 1rem;
    font-size: 2.1875rem; }
    .quote--large__inner q::before, .quote--large__inner q::after {
      content: none; }
  .quote--large__inner cite {
    font-family: "Quattrocento", serif;
    font-style: normal;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-size: 0.8125rem; }

.row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
      flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }

.column {
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%; }
  @media screen and (min-width: 64em) {
    .column {
      -ms-flex: 1 1 0%;
          flex: 1 1 0%; } }

.w25 {
  -ms-flex: 2.5 1 auto;
      flex: 2.5 1 auto; }
  @media screen and (min-width: 64em) {
    .w25 {
      -ms-flex-preferred-size: 0;
          flex-basis: 0; } }

.w33 {
  -ms-flex: 3.3 1 auto;
      flex: 3.3 1 auto; }
  @media screen and (min-width: 64em) {
    .w33 {
      -ms-flex-preferred-size: 0;
          flex-basis: 0; } }

.w65 {
  -ms-flex: 6.5 1 auto;
      flex: 6.5 1 auto; }
  @media screen and (min-width: 64em) {
    .w65 {
      -ms-flex-preferred-size: 0;
          flex-basis: 0; } }

.w80 {
  -ms-flex: 8 1 auto;
      flex: 8 1 auto; }
  @media screen and (min-width: 64em) {
    .w80 {
      -ms-flex-preferred-size: 0;
          flex-basis: 0; } }

.canvas {
  position: relative;
  padding-top: 155px;
  overflow: hidden; }
  .canvas.header--collapsed {
    padding-top: 57px; }
    @media screen and (min-width: 80em) {
      .canvas.header--collapsed {
        padding-top: 112px; } }
  .canvas.homepage {
    padding-top: 0; }

.container {
  width: 100%;
  max-width: 100rem;
  margin-right: auto;
  margin-left: auto;
  padding-right: 1rem;
  padding-left: 1rem; }
  @media screen and (min-width: 48em) {
    .container {
      padding-right: 2rem;
      padding-left: 2rem; } }

.container--wide {
  max-width: 90em; }

.container--medium {
  max-width: 75em; }

.container--narrow {
  max-width: 64em; }

.container--slim {
  max-width: 53em; }

.container--relative {
  position: relative; }

.container--clear::before, .container--clear::after {
  content: '';
  display: table; }

.container--clear::after {
  clear: both; }

.container.container--full-width {
  padding: 0; }

.main {
  width: 100%;
  max-width: 100rem;
  margin-right: auto;
  margin-left: auto;
  padding-right: 1rem;
  padding-left: 1rem; }
  .main::before, .main::after {
    content: '';
    display: table; }
  .main::after {
    clear: both; }
  @media screen and (min-width: 48em) {
    .main {
      padding-right: 2rem;
      padding-left: 2rem; } }

@media screen and (min-width: 48em) {
  .main__sidebar {
    padding-left: 6rem; }
    .main__sidebar.pull-up {
      margin-top: -1rem; } }

.content-block {
  margin: 10rem 5rem; }

.main__content {
  margin-top: 3rem;
  margin-bottom: 1rem; }

@media screen and (min-width: 64em) {
  .main__content--alt {
    margin-bottom: 0;
    width: 60%;
    float: left;
    clear: left; } }

@media screen and (min-width: 64em) {
  .main__sidebar--alt {
    width: 30%;
    clear: right;
    float: right; } }

.main__sidebar--alt.push-down {
  margin-bottom: 1rem; }
  @media screen and (min-width: 64em) {
    .main__sidebar--alt.push-down {
      margin-top: 2rem;
      margin-bottom: 2rem; } }

.section__header__right, .section__header__left {
  -ms-flex: 0 0 90%;
      flex: 0 0 90%;
  text-align: center;
  margin: auto; }
  @media screen and (min-width: 64em) {
    .section__header__right, .section__header__left {
      -ms-flex-preferred-size: 30%;
          flex-basis: 30%;
      margin: 0;
      text-align: left; } }

@media screen and (min-width: 64em) {
  .section__header__right {
    padding-left: 5rem; } }

@media screen and (min-width: 64em) {
  .section__header__left {
    padding-right: 5rem; } }

.page-header {
  text-align: center; }
  @media screen and (min-width: 64em) {
    .page-header {
      width: 55%;
      margin: 2rem auto 2rem; } }

.block {
  margin-top: 4rem;
  margin-bottom: 4rem; }
  @media screen and (min-width: 64em) {
    .block {
      margin-top: 6rem;
      margin-bottom: 6rem; } }

.block-top {
  margin-top: 4rem; }
  @media screen and (min-width: 64em) {
    .block-top {
      margin-top: 6rem; } }

.block-small {
  margin-top: 3rem;
  margin-bottom: 3rem; }

.block-small-top {
  margin-top: 3rem; }

.block-xsmall {
  margin-top: 1.5rem;
  margin-bottom: 1.5rem; }

.block-xsmall-top {
  margin-top: 1.5rem; }

.two-column__header {
  font-family: "Quattrocento", serif;
  color: #8b2346;
  margin-bottom: 2rem;
  font-weight: 700;
  font-size: 1.25rem; }

@media screen and (min-width: 64em) {
  .two-column__inner .column:first-child {
    padding-right: 2rem; } }

.two-column__inner .column:last-child {
  padding-bottom: 1rem; }
  @media screen and (min-width: 64em) {
    .two-column__inner .column:last-child {
      padding-left: 2rem;
      padding-bottom: 0; } }

hr.dotted {
  border: none;
  border-top: 1px dotted #000;
  margin: 1rem 0; }

ul.landing__links__columns > li > ul > li > a {
  color: #000;
  text-decoration: none; }

.program__details__section .program__details__section__list__item p {
  font-weight: 500;
  font-size: 1rem; }

.program__details__section.alt .program__details__section__list__item p {
  font-weight: 700;
  font-size: 0.8125rem; }

.mobile-only .cta__wrapper {
  display: none; }

.admin-bar .canvas.header--collapsed {
  padding-top: 32px; }

span.month.focused.active {
  background-color: #620020 !important; }

a.tribe-events-ical.tribe-events-button,
a.tribe-events-gcal.tribe-events-button {
  background-color: #620020 !important; }

th.datepicker-switch:hover {
  background-color: #620020 !important; }

td.active.day {
  background-color: #620020 !important;
  color: #fff !important; }

.finder__form--directory .finder__submit {
  color: #fff; }

@media screen and (min-width: 48em) {
  .directory__detail--wrapper {
    display: -ms-flexbox;
    display: flex; } }

@media screen and (min-width: 48em) {
  .directory__detail--photo {
    max-width: 18.750rem;
    border-right: 5px solid #620020;
    padding-right: 2rem;
    margin-right: 2rem;
    height: auto; } }

.directory__detail--contact {
  margin-top: .5rem; }
  @media screen and (min-width: 48em) {
    .directory__detail--contact {
      margin-top: 0; } }

.pagination {
  padding-bottom: 2.5rem; }

@media screen and (min-width: 48em) {
  .card__front__caption .card__front__title {
    margin-left: 1rem; } }

.tribe-events-notices ul li:before {
  display: none; }

.simplebar-scrollbar::before {
  border-radius: 3px;
  background-color: #ffd200;
  background-image: linear-gradient(100deg, #ffd200, #f26329); }

.simplebar-track.simplebar-horizontal .simplebar-scrollbar {
  height: 12px; }

.simplebar-track.simplebar-horizontal {
  height: 15px;
  background-color: #f1f0ed; }

.simplebar-track .simplebar-scrollbar.simplebar-visible::before {
  opacity: 1; }

.simplebar__spacer {
  width: 2rem; }

[data-simplebar] {
  max-width: 120em;
  margin: auto; }

.header {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 20;
  background-color: #620020;
  background-image: linear-gradient(270deg, #8b2346 0%, #620020 100%); }
  .header--collapsed .header {
    position: fixed; }
    @media screen and (min-width: 64em) {
      .header--collapsed .header {
        animation: slideDown 500ms; } }
  .header--hidden .header {
    animation: fadeOut 100ms 200ms forwards; }
  .homepage .header {
    background-image: none;
    background-color: transparent;
    transition: background-color 300ms; }
    .menu-active .homepage .header,
    .search-active .homepage .header {
      background-color: #620020;
      background-image: linear-gradient(270deg, #8b2346 0%, #620020 100%); }

.header__condensed {
  display: none; }
  .header--collapsed .header__condensed {
    background-color: #620020;
    background-image: linear-gradient(270deg, #8b2346 0%, #620020 100%);
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
        justify-content: space-between;
    padding: 0 1rem;
    box-shadow: 0px 2px 5px 1px rgba(0, 0, 0, 0.25); }

.header__menu {
  overflow-y: visible;
  padding: 0;
  display: -ms-flexbox;
  display: flex; }
  .search-active .header__menu {
    position: relative; }
  .header--collapsed .header__menu {
    display: none; }

.header__wrap--collapsed {
  padding-right: 2rem;
  padding-left: 2rem; }
  @media screen and (min-width: 48em) {
    .header__wrap--collapsed {
      padding-right: 4rem;
      padding-left: 4rem; } }

.header__menu--collapsed {
  position: absolute;
  background-color: #620020;
  background-image: linear-gradient(270deg, #8b2346 0%, #620020 100%);
  transform: translate3d(100%, 0, 0);
  padding: 1rem 0;
  transition: transform 200ms linear, visibility 200ms linear;
  right: 0;
  visibility: hidden;
  height: calc(100vh - 64px);
  height: calc(var(--vh, 1vh) * 100 - 64px); }
  .menu-active .header__menu--collapsed {
    transform: translate3d(0, 0, 0);
    width: 100%;
    visibility: visible;
    overflow-y: scroll;
    overflow-x: hidden;
    box-shadow: inset 1px 0px 2px 1px rgba(0, 0, 0, 0.1); }
    @media screen and (min-width: 48em) {
      .menu-active .header__menu--collapsed {
        width: 525px;
        background-size: 275%;
        background-position: 100%; } }

.header__search {
  position: absolute;
  background-color: #620020;
  background-image: linear-gradient(270deg, #8b2346 0%, #620020 100%);
  transform: translate3d(100%, 0, 0);
  visibility: hidden;
  transition: transform 200ms linear, visibility 200ms linear;
  right: 0;
  height: calc(100vh - 64px);
  height: calc(var(--vh, 1vh) * 100 - 64px);
  margin-top: -1px;
  overflow-y: scroll;
  overflow-x: hidden; }
  .search-active .header__search {
    transform: translate3d(0, 0, 0);
    visibility: visible;
    width: 100%; }
    @media screen and (min-width: 48em) {
      .search-active .header__search {
        width: 525px;
        background-size: 275%;
        background-position: 100%; } }

.header__logo {
  display: inline-block;
  padding: 2rem 3.5rem; }

.header__logo__icon {
  height: 4rem;
  margin-bottom: 1rem; }

.header__logo__text {
  display: block;
  color: #fff;
  text-align: center;
  margin: auto;
  font-weight: 700;
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 2px; }

.header__logo--condensed {
  width: 4rem;
  margin-top: auto;
  margin-bottom: auto;
  color: #fff; }

.header__condensed__btn {
  background-color: transparent;
  border: 0;
  padding: 0;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 0.9375rem;
  color: #fff;
  letter-spacing: 1.63px;
  padding: 1rem;
  transition: background, color 300ms ease; }
  .header__condensed__btn:hover, .header__condensed__btn:focus {
    color: #ffd200; }
  .header__condensed__btn:first-of-type {
    padding-right: 0; }

.header__condensed__btn__icon {
  display: inline-block;
  vertical-align: sub;
  width: 1.5rem; }
  @media screen and (min-width: 80em) {
    .header__condensed__btn__icon {
      margin-right: 0.5rem; }
      .header--collapsed .header__condensed__btn__icon {
        margin-right: 0; } }

.header__condensed__btn__text {
  display: none; }
  @media screen and (min-width: 48em) {
    .header__condensed__btn__text {
      display: inline; } }

.header__condensed__btn__menu--open {
  display: inline-block; }
  .menu-active .header__condensed__btn__menu--open {
    display: none; }

.header__condensed__btn__menu--close {
  display: none; }
  .menu-active .header__condensed__btn__menu--close {
    display: inline-block; }

.header__condensed__btn__search--open {
  display: block; }
  .search-active .header__condensed__btn__search--open {
    display: none; }

.header__condensed__btn__search--close {
  display: none; }
  .search-active .header__condensed__btn__search--close {
    display: block; }

.header__btn__group {
  display: block;
  -ms-flex: 0 0 100%;
      flex: 0 0 100%;
  margin: 2rem 0 0;
  padding-left: 0;
  list-style: none; }
  @media screen and (min-width: 48em) {
    .header__btn__group {
      margin-top: 8rem;
      text-align: center; } }
  .header__btn__group li {
    display: block;
    margin: 1rem 0; }
    @media screen and (min-width: 48em) {
      .header__btn__group li {
        display: inline-block; } }

.menu-active .canvas::before,
.search-active .canvas::before {
  display: block;
  content: '';
  top: -3rem;
  bottom: 0;
  left: 0;
  right: 0;
  position: absolute;
  background: rgba(0, 0, 0, 0.8);
  z-index: 10; }

.footer {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-pack: justify;
      justify-content: space-between;
  background-color: #620020;
  background-image: url(../img/logo_large_gradient.svg), linear-gradient(270deg, #8b2346 0%, #620020 100%);
  background-repeat: no-repeat;
  background-position: 50% 85%;
  background-size: contain;
  padding: 2rem;
  clear: both;
  color: #fff;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }
  @media screen and (min-width: 48em) {
    .footer {
      background-size: initial;
      padding: 2.75rem 3.5rem 3rem; } }
  @media screen and (min-width: 48em) and (max-width: 64em) {
    .footer {
      background-position: 50% 100%; } }
  @media screen and (min-width: 64em) {
    .footer {
      background-position: 95% 100%; } }

.footer__top {
  margin-bottom: 2rem;
  width: 100%; }
  @media screen and (min-width: 48em) {
    .footer__top {
      width: auto;
      min-height: 75px;
      /* IE */ } }

.footer__top .footer__top__left {
  margin: 0;
  width: 100%; }

.footer__top__right {
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  margin-right: 1.5rem; }
  @media screen and (min-width: 64em) {
    .footer__top__right {
      -ms-flex-pack: end;
          justify-content: flex-end; }
      .footer__top__right .cta__button, .footer__top__right .primary__nav .cta__wrapper .primary__nav__link, .primary__nav .cta__wrapper .footer__top__right .primary__nav__link,
      .footer__top__right .cta__wrapper .footer__link {
        margin-bottom: 0; }
      .footer__top__right .footer__link {
        margin-bottom: 0; } }

.footer__middle__left,
.footer__bottom__left {
  min-width: 225px; }

.footer__middle__left {
  -ms-flex: 1 1 25%;
      flex: 1 1 25%; }
  @media screen and (max-width: 48em) {
    .footer__middle__left br {
      display: none; } }
  .footer__middle__left address {
    min-width: 225px; }
    @media screen and (min-width: 48em) and (max-width: 64em) {
      .footer__middle__left address {
        font-size: 0.9375rem; } }
    @media screen and (max-width: 48em) {
      .footer__middle__left address {
        font-size: 1.25rem; } }
    .footer__middle__left address a {
      text-decoration: none;
      color: inherit; }
      .footer__middle__left address a:visted {
        color: inherit; }
    .footer__middle__left address p {
      margin-bottom: 0;
      margin-top: 0; }

.footer__middle__right {
  display: -ms-flexbox;
  display: flex;
  -ms-flex: 3 1 33%;
      flex: 3 1 33%; }
  @media screen and (min-width: 48em) {
    .footer__middle__right {
      min-width: 350px; } }
  .footer__middle__right__cta .headline {
    max-width: 500px;
    line-height: 1.25;
    margin: 1rem 0;
    text-align: left; }
  @media screen and (min-width: 48em) {
    .footer__middle__right__cta .h4 {
      line-height: 1; } }

@media screen and (min-width: 48em) {
  .footer__middle__middle {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -ms-flex: 2 1 33%;
        flex: 2 1 33%; } }

.footer__middle__middle .footer__link {
  display: table; }

.footer__bottom__left {
  margin-bottom: 0;
  text-align: center;
  -ms-flex: 1 1 100%;
      flex: 1 1 100%;
  line-height: 2; }
  @media screen and (min-width: 48em) {
    .footer__bottom__left {
      margin-bottom: inherit;
      text-align: left;
      -ms-flex-preferred-size: 25%;
          flex-basis: 25%; } }

.footer__bottom__right {
  -ms-flex: 2 1 100%;
      flex: 2 1 100%;
  margin-bottom: 1rem; }
  @media screen and (min-width: 48em) {
    .footer__bottom__right {
      margin-bottom: inherit;
      -ms-flex-preferred-size: 33%;
          flex-basis: 33%; } }

.spacer {
  display: none; }
  @media screen and (min-width: 64em) {
    .spacer {
      display: block;
      -ms-flex: 3 1 33%;
          flex: 3 1 33%;
      min-width: 350px;
      visibility: hidden; } }

.footer__middle {
  min-height: 200px;
  /* IE */ }

.footer__middle > * {
  margin-bottom: 2rem; }
  @media screen and (min-width: 48em) {
    .footer__middle > * {
      margin-bottom: 0; } }

@media screen and (min-width: 48) {
  .footer__bottom > * {
    margin-bottom: 2rem; } }

.footer__bottom {
  margin-top: 1rem;
  -ms-flex-wrap: wrap-reverse;
      flex-wrap: wrap-reverse;
  -ms-flex-pack: center;
      justify-content: center; }
  @media screen and (min-width: 48em) {
    .footer__bottom {
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
      margin-top: 0;
      -ms-flex-pack: initial;
          justify-content: initial; } }

.footer__link {
  margin-bottom: 1.5rem;
  color: #fff;
  font-weight: 700;
  font-weight: 700;
  border-bottom: 1px solid transparent;
  transition: border 300ms ease; }
  .footer__link:hover, .footer__link:focus {
    color: #ffd200;
    border-color: #ffd200; }
  @media screen and (min-width: 48em) {
    .footer__link {
      font-size: 1rem; } }

.footer__link--special {
  font-weight: 800;
  margin-right: 2rem;
  font-size: 0.9375rem; }

.footer__logo {
  display: block;
  width: 100%; }
  @media screen and (min-width: 48em) {
    .footer__logo {
      width: 17.5rem; } }

.footer__social {
  -ms-flex-pack: center;
      justify-content: center;
  -webkit-padding-start: 0;
          padding-inline-start: 0; }
  @media screen and (min-width: 48em) and (max-width: 64em) {
    .footer__social {
      -ms-flex-pack: end;
          justify-content: flex-end; } }
  @media screen and (min-width: 64em) {
    .footer__social {
      -ms-flex-pack: initial;
          justify-content: initial; } }
  .footer__social .social__link {
    color: #fff; }
    .footer__social .social__link:hover, .footer__social .social__link:focus {
      background-color: #fff;
      color: #8b2346; }

.footer__link__list {
  white-space: nowrap;
  -ms-flex: 0 1 100%;
      flex: 0 1 100%;
  padding-right: 0.5rem; }
  @media screen and (min-width: 48em) {
    .footer__link__list {
      -ms-flex: 2 1 auto;
          flex: 2 1 auto; } }
  @media screen and (min-width: 0) and (max-width: 64em) and (orientation: landscape) {
    .footer__link__list:first-child {
      -ms-flex: 0 1 50%;
          flex: 0 1 50%; } }

.primary__nav,
.secondary__nav {
  list-style: none;
  margin: 0;
  padding: 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around; }

.primary__nav--collapsed,
.secondary__nav--collapsed {
  list-style: none;
  margin: 0;
  padding: 0; }

.primary__nav {
  margin-left: auto; }
  @media screen and (min-width: 64em) {
    .primary__nav {
      width: 40%; } }

.primary__nav--collapsed {
  margin-bottom: 2rem;
  margin-bottom: 3vh; }
  .submenu-active .primary__nav--collapsed {
    visibility: hidden; }

.secondary__nav {
  position: relative;
  padding: 0 2.5rem 0 1.5rem; }

.secondary__nav--collapsed {
  width: 100%;
  padding-top: 0.75rem;
  border-top: 5px solid #ffd200; }
  .submenu-active .secondary__nav--collapsed {
    visibility: hidden; }

.secondary__nav__text--info {
  text-indent: 2px;
  font-size: 0.75rem;
  color: #ffd200;
  text-transform: uppercase;
  margin-bottom: 1rem;
  letter-spacing: 2px;
  transition: color 300ms ease; }

.secondary__nav__link--toggle__text {
  transition: color 300ms ease; }
  .secondary__nav__link--toggle__text:hover, .secondary__nav__link--toggle__text:focus {
    color: #fff;
    text-decoration: underline; }

.primary__nav__item,
.secondary__nav__item {
  margin: 0 0.5rem 0 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center; }

.primary__nav__item--collapsed {
  margin: 1rem 0;
  margin: 2vh 0; }
  @media screen and (min-width: 40em) {
    .primary__nav__item--collapsed:first-child {
      margin-top: 0; } }
  @media screen and (min-width: 48em) {
    .primary__nav__item--collapsed {
      margin: 0.5rem 0; } }

.primary__nav__link {
  font-weight: 800;
  letter-spacing: 0.75px;
  white-space: nowrap;
  font-size: 0.9375rem;
  color: #fff;
  transition: color 300ms ease; }
  .primary__nav__link:hover, .primary__nav__link:focus {
    color: #ffd200; }

.primary__nav__link--collapsed {
  font-family: "Quattrocento", serif;
  font-size: 2rem;
  color: #fff;
  transition: color 300ms ease; }
  @media screen and (min-width: 48em) {
    .primary__nav__link--collapsed {
      padding: 0;
      font-size: 2.25rem; } }
  .primary__nav__link--collapsed:hover, .primary__nav__link--collapsed:focus {
    color: #ffd200; }

.secondary__nav__item {
  padding-left: 0.5rem;
  padding-right: 0.5rem; }
  .secondary__nav__item:hover .secondary__nav__btn--info,
  .secondary__nav__item:hover .secondary__nav__btn--search {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale; }

.secondary__nav--collapsed .cta__button, .secondary__nav--collapsed .primary__nav .cta__wrapper .primary__nav__link, .primary__nav .cta__wrapper .secondary__nav--collapsed .primary__nav__link,
.secondary__nav--collapsed .footer__top__right .cta__wrapper .footer__link, .footer__top__right .cta__wrapper .secondary__nav--collapsed .footer__link {
  max-width: initial;
  text-align: center;
  -ms-flex-pack: center;
      justify-content: center;
  padding: 1rem;
  position: absolute;
  left: 2rem;
  right: 2rem;
  bottom: 5.5rem; }
  @media screen and (min-height: 0) and (max-height: 36em) {
    .secondary__nav--collapsed .cta__button, .secondary__nav--collapsed .primary__nav .cta__wrapper .primary__nav__link, .primary__nav .cta__wrapper .secondary__nav--collapsed .primary__nav__link,
    .secondary__nav--collapsed .footer__top__right .cta__wrapper .footer__link, .footer__top__right .cta__wrapper .secondary__nav--collapsed .footer__link {
      width: 100%;
      position: static;
      margin: auto;
      margin-top: 1rem; } }

.secondary__nav__item--sub {
  list-style: none;
  padding-left: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem; }

.secondary__nav__link--toggle {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  margin-bottom: 1.5rem; }
  @media screen and (min-height: 34em) and (max-height: 48em) {
    .secondary__nav__link--toggle {
      margin-bottom: 0.5rem; } }
  .secondary__nav__link--toggle.back {
    margin-left: -.25rem;
    border-top: 5px solid yellow;
    padding-top: 0.5rem; }
    .secondary__nav__link--toggle.back .secondary__nav__link--toggle__icon {
      transform: scaleX(-1); }
  .secondary__nav__link--toggle .svgstore--arrow-right {
    width: 1rem;
    margin-left: 0.5rem; }

.secondary__nav__item--sub--collapsed {
  margin: 1rem 0; }

.secondary__nav__btn--info,
.secondary__nav__btn--search {
  height: 100%; }
  .secondary__nav__item--active .secondary__nav__btn--info, .secondary__nav__item--active
  .secondary__nav__btn--search {
    color: #fff;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale; }

.secondary__nav__btn--search {
  display: inline;
  white-space: nowrap;
  background-color: transparent;
  border: 0;
  padding: 0;
  font-size: 0.9375rem;
  color: #fff;
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: 1.63px; }

.secondary__nav__btn__icon {
  width: 1.5rem;
  display: inline-block;
  vertical-align: sub; }

.secondary__nav__btn__search--open {
  display: inline-block;
  vertical-align: middle; }
  .search-active .secondary__nav__btn__search--open {
    display: none; }

.secondary__nav__btn__search--close {
  display: none; }
  .search-active .secondary__nav__btn__search--close {
    display: inline-block; }

.secondary__nav--sub--collapsed {
  margin: 0;
  padding-left: 0;
  list-style: none; }

.secondary__nav__link--sub {
  font-weight: 700;
  color: #fff;
  transition: color 300ms ease;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1.125rem; }
  .secondary__nav__link--sub:hover, .secondary__nav__link--sub:focus {
    color: #ffd200;
    text-decoration: underline; }

.secondary__nav__additional__links {
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  padding: 0;
  bottom: 1vh;
  -webkit-padding-start: 0;
          padding-inline-start: 0;
  right: 2rem;
  left: 2rem; }
  @media screen and (min-height: 0) and (max-height: 32em) {
    .secondary__nav__additional__links {
      position: static;
      margin-top: 1rem;
      margin-bottom: 2rem; } }

.secondary__nav__additional__links__item {
  -ms-flex-preferred-size: 33%;
      flex-basis: 33%;
  text-align: center; }
  .secondary__nav__additional__links__item:not(:last-child) {
    border-right: 2px dotted #ffd200; }

.secondary__nav__additional__link {
  color: #fff;
  text-align: center;
  font-weight: 700; }

.secondary__nav--sub__wrapper {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  display: block;
  padding: 1rem 1.5rem;
  background-color: #620020;
  background-image: linear-gradient(270deg, #8b2346 0%, #620020 100%);
  transform: translate3d(100%, 0, 0);
  transition: transform 300ms; }
  .submenu-active .secondary__nav--sub__wrapper {
    transform: translate3d(0, 0, 0); }

.subnav__toggle {
  border: 0;
  padding: 1rem 0 0;
  border-radius: 0;
  text-align: left;
  border-bottom: 5px solid;
  -o-border-image: linear-gradient(100deg, #ffd200, #f26329);
     border-image: linear-gradient(100deg, #ffd200, #f26329);
  border-image-slice: 1;
  border-top: 0;
  border-right: 0;
  border-left: 0;
  width: 100%;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: start;
      align-items: flex-start;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }
  @media screen and (min-width: 64em) {
    .subnav__toggle {
      display: none; } }

.subnav__toggle__icon {
  width: 1rem;
  margin-right: 0.5rem;
  color: #620020;
  transition: transform 300ms ease; }
  .subnav--active .subnav__toggle__icon {
    transform: rotate(180deg); }

.subnav__header {
  display: none; }
  @media screen and (min-width: 64em) {
    .subnav__header {
      display: block;
      border-radius: 0;
      border-bottom: 5px solid;
      -o-border-image: linear-gradient(100deg, #ffd200, #f26329);
         border-image: linear-gradient(100deg, #ffd200, #f26329);
      border-image-slice: 1;
      border-top: 0;
      border-right: 0;
      border-left: 0;
      width: 100%; } }

.subnav__toggle__text,
.subnav__header {
  font-weight: 700;
  padding-bottom: 0.25rem;
  text-indent: 2px;
  font-size: 1.375rem; }

.subnav__list {
  margin: 0;
  padding: 0;
  list-style: none;
  display: none;
  padding: 1rem; }
  @media screen and (min-width: 64em) {
    .subnav__list {
      display: block;
      padding: 0; } }
  .subnav--active .subnav__list {
    display: block;
    opacity: 1; }

.subnav__list--sub {
  list-style: none;
  margin: 1rem 0 0;
  padding-left: 1rem;
  max-height: 0;
  visibility: hidden;
  position: absolute;
  left: -999rem;
  opacity: 0;
  transition: opacity ease 500ms, max-height ease 500ms; }
  .subnav__list--sub::before {
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    height: 95%;
    content: '';
    border-left: 2px solid;
    border-color: #ffd200;
    position: absolute; }
  @media screen and (min-width: 64em) {
    .subnav__list--sub {
      padding-left: 1rem; } }
  .subnav__item--active .subnav__list--sub {
    opacity: 1;
    visibility: visible;
    max-height: 600px;
    position: relative;
    left: 0; }

.subnav__item {
  position: relative;
  padding-top: 1rem; }
  @media screen and (min-width: 64em) {
    .subnav__item {
      border-bottom: 1px dotted #000;
      padding: 0.75rem 0; }
      .subnav__item:last-child {
        border-bottom: 0; } }

.subnav__item--sub {
  padding-bottom: 0.75rem;
  line-height: 1; }
  .subnav__item--sub:last-child {
    padding-bottom: 0; }

[class^="subnav__link"] {
  font-weight: 500;
  font-size: 0.9375rem;
  color: #000;
  line-height: 1.3;
  transition: color 300ms ease;
  vertical-align: middle; }
  [class^="subnav__link"]:hover, [class^="subnav__link"]:focus, [class^="subnav__link"].hover {
    color: #8b2346; }
  @media screen and (min-width: 64em) {
    [class^="subnav__link"] {
      display: inline-block;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale; } }
  .subnav__item--current > [class^="subnav__link"] {
    font-weight: 700;
    color: #8b2346; }
  .subnav__item--sub [class^="subnav__link"] {
    font-weight: 700;
    font-size: 0.8125rem; }
    .subnav__item--sub [class^="subnav__link"]:hover, .subnav__item--sub [class^="subnav__link"]:focus, .subnav__item--sub [class^="subnav__link"].hover {
      color: #8b2346;
      text-decoration: underline; }

.subnav__item--active .subnav__link {
  color: #8b2346;
  font-weight: 700; }

.subnav__item--flex {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center; }

.subnav__link__toggle {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -ms-flex-item-align: stretch;
      -ms-grid-row-align: stretch;
      align-self: stretch;
  background-color: transparent;
  border: 0;
  border-radius: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  margin-left: auto;
  width: 1.65rem;
  color: #8b2346;
  padding-top: 0;
  -ms-flex-item-align: start;
      align-self: flex-start;
  transition: transform 300ms ease; }
  .subnav__item--active .subnav__link__toggle {
    transform: rotate(180deg); }
  @media screen and (min-width: 64em) {
    .subnav__link__toggle {
      display: none; } }

.breadcrumb {
  display: none;
  text-align: center; }
  @media screen and (min-width: 48em) {
    .breadcrumb {
      display: block; } }

.breadcrumb__link,
.breadcrumb__current,
.breadcrumb__separator {
  font-family: "Quattrocento", serif;
  font-weight: 700;
  color: #8b2346;
  letter-spacing: 2px;
  text-transform: uppercase;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  font-size: 0.75rem; }
  .finder__hero__container .breadcrumb__link, .finder__hero__container
  .breadcrumb__current, .finder__hero__container
  .breadcrumb__separator {
    color: #fff; }

.breadcrumb__link:hover,
.breadcrumb__link:focus {
  text-decoration: underline; }

.breadcrumb__separator {
  margin-left: 0.25rem;
  margin-right: 0.25rem; }

.hero {
  position: relative;
  padding-top: 4rem;
  padding-bottom: 2rem; }
  @media screen and (min-width: 48em) {
    .hero {
      padding-top: 12rem;
      padding-bottom: 3rem; }
      .landing__hero__container .hero {
        padding-top: 18rem; } }
  @media screen and (min-width: 64em) {
    .hero {
      padding-bottom: 0; } }
  .finder__hero__container .hero {
    padding-top: 50%;
    padding-bottom: 0; }
    @media screen and (min-width: 48em) {
      .finder__hero__container .hero {
        padding-top: 5.5rem; } }

.hero--home {
  position: relative;
  height: calc(100vh - 110px); }
  @media screen and (min-width: 48em) {
    .hero--home {
      height: calc(100vh - 90px); }
      .hero--home .hero__content {
        position: absolute; }
      .has-alert .hero--home {
        height: calc(100vh - 90px); } }
  @media screen and (min-width: 0) and (max-width: 48em) and (orientation: landscape) {
    .hero--home {
      height: auto; } }
  @media screen and (min-height: 0) and (max-height: 36em) {
    .hero--home {
      height: auto;
      min-height: 32em; } }

.hero--program {
  margin-top: 3rem; }

.hero__video {
  display: none; }
  @media screen and (min-width: 48em) {
    .hero__video {
      display: block;
      overflow: hidden;
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%; } }
  @media screen and (min-height: 0) and (max-height: 36em) {
    .hero__video {
      display: none; } }
  @media screen and (min-width: 0) and (max-width: 48em) and (orientation: portrait) {
    .hero__video {
      display: none; } }
  .hero__video video {
    position: absolute;
    top: 50%;
    left: 50%;
    height: 100%;
    transform: translate(-50%, -50%); }
    @media screen and (min-width: 48em) {
      .hero__video video {
        min-width: 100%;
        height: auto;
        min-height: 100%; } }
  .hero__video::-webkit-media-controls {
    display: none; }

.hero__mobile__wordmark {
  display: inline-block;
  padding: 1rem 0 3rem; }
  @media screen and (min-width: 80em) {
    .hero__mobile__wordmark {
      display: none; } }

.hero__content {
  position: relative;
  text-align: center;
  color: #fff;
  z-index: 1;
  padding: 0 .5rem;
  will-change: transform; }
  @media screen and (min-width: 48em) {
    .hero__content {
      bottom: 0;
      width: 100%; }
      .hero--program .hero__content {
        width: auto;
        transform: none;
        bottom: auto;
        top: 2rem;
        right: 0;
        left: auto; } }
  @media screen and (min-height: 0) and (max-height: 36em) {
    .hero__content {
      position: static; } }
  @media screen and (min-width: 48em) {
    .hero__content .container {
      padding-bottom: 4rem;
      width: 75%;
      margin: auto; } }
  @media screen and (min-width: 64em) {
    .hero__content .container {
      width: 60%; } }

.hero__headline {
  font-size: 28px;
  font-family: "Quattrocento", serif;
  line-height: 1.2;
  margin-bottom: 2rem; }
  @media screen and (min-width: 320px) {
    .hero__headline {
      font-size: calc(28px + 24 * (100vw - 320px) / 1120); } }
  @media screen and (min-width: 1440px) {
    .hero__headline {
      font-size: 52px; } }
  .finder__hero__container .hero__headline {
    font-size: 3.25rem; }

.hero__text {
  font-size: 18px;
  font-family: "Raleway", sans-serif;
  font-weight: 300;
  line-height: 1.42;
  margin-top: 2rem; }
  @media screen and (min-width: 320px) {
    .hero__text {
      font-size: calc(18px + 14 * (100vw - 320px) / 1120); } }
  @media screen and (min-width: 1440px) {
    .hero__text {
      font-size: 32px; } }
  .landing .hero__text,
  .finder .hero__text {
    font-family: "Quattrocento", serif;
    font-size: 1.25rem; }
  .finder .hero__text {
    display: none; }
    @media screen and (min-width: 48em) {
      .finder .hero__text {
        display: block; } }

[class^='hero__button__group--'] {
  position: relative;
  list-style: none;
  padding-left: 0;
  margin-left: 1rem;
  margin-right: 1rem;
  text-align: center; }
  .entity [class^='hero__button__group--'] {
    text-align: left; }
    @media screen and (min-width: 48em) {
      .entity [class^='hero__button__group--'] {
        margin-left: 0; } }
  @media screen and (min-width: 48em) {
    [class^='hero__button__group--'] li {
      display: inline-block; } }
  @media screen and (min-width: 48em) {
    [class^='hero__button__group--'] .button {
      box-shadow: 4px 4px 0px 0px rgba(0, 0, 0, 0.5); } }
  [class^='hero__button__group--'] .button:active {
    box-shadow: none; }

.hero__button__group--desktop {
  display: none; }
  @media screen and (min-width: 48em) {
    .hero__button__group--desktop {
      display: block; } }

.hero__button__group--mobile {
  display: block;
  margin-top: 1.5rem; }
  @media screen and (min-width: 48em) {
    .hero__button__group--mobile {
      display: none; } }

.hero__image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0; }
  .hero__image::before {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.25);
    z-index: 1; }
    .hero--program .hero__image::before {
      content: none; }
    .finder__hero__container .hero__image::before {
      background-color: rgba(0, 0, 0, 0.5); }
  .hero__image img {
    -o-object-fit: cover;
       object-fit: cover;
    width: 100%;
    height: 100%;
    font-family: "object-fit: cover;"; }

.hero__parallax__foreground {
  z-index: 1;
  position: relative; }

.landing__hero__container .hero__image::before {
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0.85) 100%); }

.tabbed--standard {
  margin: 3rem 0; }
  .tabbed--standard .tabbed__nav {
    display: none;
    overflow: auto;
    -webkit-overflow-scrolling: touch; }
    @media screen and (min-width: 64em) {
      .tabbed--standard .tabbed__nav {
        display: block; } }
  .tabbed--standard .tabbed__nav__list {
    display: -ms-flexbox;
    display: flex;
    line-height: 2;
    margin: 0;
    padding: 0;
    list-style: none;
    border-bottom: 0.25rem solid #cccbbf; }
  .tabbed--standard .tabbed__nav__item {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    -ms-flex-positive: 1;
        flex-grow: 1;
    margin-left: 0.5rem; }
    .tabbed--standard .tabbed__nav__item:first-child {
      margin-left: 0; }
  .tabbed--standard .tabbed__nav__button {
    width: 100%;
    padding: 0.75rem 1.5rem 0.25rem;
    border: 0;
    font-weight: 700;
    background-color: #f1f0ed;
    color: #000;
    font-size: 1.0625rem; }
  .tabbed--standard .tabbed__nav__button--active {
    color: #fff;
    background-color: #620020;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale; }
  .tabbed--standard .tabbed__nav__button--active,
  .tabbed--standard .tabbed__nav__button {
    border-top-left-radius: 5px;
    border-top-right-radius: 5px; }
  .tabbed--standard .tabbed__main {
    border-top: 0.0625rem solid #cccbbf; }
  @media screen and (min-width: 64em) {
    .tabbed--standard .tabbed__toggle {
      display: none; } }
  .tabbed--standard .tabbed__content__item {
    transition: height 300ms ease, background-color 300ms ease, visibility 300ms ease;
    visibility: hidden;
    overflow: hidden; }
    @media screen and (min-width: 64em) {
      .tabbed--standard .tabbed__content__item {
        display: none;
        height: auto !important;
        transition: none;
        visibility: visible; } }
    .tabbed--standard .tabbed__content__item.accordion__content--active {
      visibility: visible; }
      @media screen and (min-width: 64em) {
        .tabbed--standard .tabbed__content__item.accordion__content--active {
          background-color: transparent; } }
    @media screen and (min-width: 64em) {
      .tabbed--standard .tabbed__content__item.tabbed__content__item--active {
        display: block; } }
  .tabbed--standard .tabbed__content__item:not(.accordion__content--active) {
    height: 0 !important; }
    @media screen and (min-width: 64em) {
      .tabbed--standard .tabbed__content__item:not(.accordion__content--active) {
        height: auto !important; } }
  .tabbed--standard .tabbed__content__interior {
    padding: 1rem 0.25rem; }
    @media screen and (min-width: 64em) {
      .tabbed--standard .tabbed__content__interior {
        padding: 2rem 0.25rem; } }

.tabbed--home .tabbed__nav {
  padding: .5rem 0;
  background: #f1f0ed;
  overflow: auto;
  -webkit-overflow-scrolling: touch; }
  @media screen and (min-width: 48em) {
    .tabbed--home .tabbed__nav {
      padding: 0;
      height: 90px;
      background: none; } }
  @media screen and (min-width: 64em) {
    .tabbed--home .tabbed__nav {
      overflow: hidden; } }

.tabbed--home .tabbed__nav__list {
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  margin: 0;
  list-style: none;
  line-height: 5; }
  @media screen and (min-width: 48em) {
    .tabbed--home .tabbed__nav__list {
      display: -ms-flexbox;
      display: flex;
      line-height: inherit;
      height: 55px;
      width: 100%;
      -ms-flex-pack: center;
          justify-content: center;
      margin: auto;
      border-bottom: 1px solid #cccbbf; } }
  @media screen and (min-width: 80em) {
    .tabbed--home .tabbed__nav__list {
      padding: 0 25%; } }

.tabbed--home .tabbed__nav__item {
  padding: 0 1rem; }
  @media screen and (min-width: 48em) {
    .tabbed--home .tabbed__nav__item {
      width: 25%;
      padding: 0; } }

.tabbed--home .tabbed__nav__button {
  border: 0;
  text-transform: uppercase;
  font-family: "Quattrocento", serif;
  font-weight: 700;
  letter-spacing: 0.1rem;
  line-height: 1.5;
  transition: background-size 300ms ease, color 300ms ease; }
  .tabbed--home .tabbed__nav__button:hover {
    border-bottom: 0.6rem solid;
    -o-border-image: linear-gradient(100deg, #ffd200, #f26329);
       border-image: linear-gradient(100deg, #ffd200, #f26329);
    border-image-slice: 1;
    color: #8b2346; }
  @media screen and (min-width: 48em) {
    .tabbed--home .tabbed__nav__button {
      min-width: 75%;
      padding: 1.25rem 0.25rem 0.75rem;
      margin: 0 2rem;
      font-size: 0.75rem; } }
  .tabbed--home .tabbed__nav__button span {
    white-space: nowrap; }

.tabbed--home .tabbed__nav__button--active {
  color: #8b2346;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }
  @media screen and (min-width: 48em) {
    .tabbed--home .tabbed__nav__button--active {
      border-bottom: 0.6rem solid #8b2346; } }

.tabbed--home .tabbed__toggle {
  display: none; }

.tabbed--home .tabbed__content__item {
  transition: height 300ms ease, background-color 300ms ease, visibility 300ms ease;
  visibility: hidden;
  overflow: hidden;
  display: none;
  height: auto !important;
  transition: none;
  visibility: visible; }
  .tabbed--home .tabbed__content__item.tabbed__content__item--active {
    display: block; }

.tabbed--home .tabbed__content__item {
  height: auto !important; }

.tabbed--home .tabbed__content__interior {
  overflow-y: hidden; }

.tabbed__accordion__border {
  width: 100%;
  height: 1px;
  border-top: 1px dotted #000; }
  @media screen and (min-width: 64em) {
    .tabbed__accordion__border {
      display: none; } }

.cardSlider {
  display: -ms-flexbox;
  display: flex;
  padding: 2.5rem 1rem;
  margin: 0 -1rem; }
  @media screen and (min-width: 48em) {
    .cardSlider {
      margin: 2rem -1rem; } }

.cardSlider__panel {
  position: relative;
  -ms-flex: 1 0 320px;
      flex: 1 0 320px;
  max-width: 320px;
  height: 480px;
  border-radius: 3px;
  overflow: hidden;
  margin: 0 0.5rem;
  font-family: "Quattrocento", serif; }
  @media screen and (min-width: 48em) {
    .cardSlider__panel {
      -ms-flex: 1 0 350px;
          flex: 1 0 350px;
      max-width: 350px;
      height: 525px;
      margin: 0 1rem; } }
  .cardSlider__panel.cardSlider__panel--quote-large {
    overflow: visible; }
  .cardSlider__panel cite,
  .cardSlider__panel .cardSlider__panel--video__title {
    font-size: 1.25rem; }
    .cardSlider__panel cite span,
    .cardSlider__panel .cardSlider__panel--video__title span {
      display: block; }

.cardSlider__header__mobile {
  padding: 1.5rem 2rem 0;
  text-align: center; }
  @media screen and (min-width: 48em) {
    .cardSlider__header__mobile {
      display: none; } }

.cardSlider__panel--header {
  display: none;
  -ms-flex-preferred-size: 285px;
      flex-basis: 285px;
  margin: auto 1rem;
  background: #fff; }
  @media screen and (min-width: 48em) {
    .cardSlider__panel--header {
      display: block; } }

.cardSlider__panel--quote-large {
  padding: 4rem 1.75rem 2.5rem;
  background-color: #620020;
  background-image: linear-gradient(270deg, #8b2346 0%, #620020 100%);
  color: #fff; }
  .cardSlider__panel--quote-large::before {
    content: url(../img/square_quote.svg);
    position: absolute;
    top: -1rem; }
  .cardSlider__panel--quote-large q {
    line-height: 1.1;
    font-size: 32px; }
    @media screen and (min-width: 320px) {
      .cardSlider__panel--quote-large q {
        font-size: calc(32px + 14 * (100vw - 320px) / 1120); } }
    @media screen and (min-width: 1440px) {
      .cardSlider__panel--quote-large q {
        font-size: 46px; } }
  .cardSlider__panel--quote-large .link__special {
    position: absolute;
    bottom: 1.5rem;
    line-height: 2;
    font-size: 0.75rem; }
    @media screen and (min-width: 48em) {
      .cardSlider__panel--quote-large .link__special {
        bottom: 2.5rem;
        line-height: 3; } }

.cardSlider__panel__photo {
  position: absolute;
  z-index: -1;
  height: 100%;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: #620020; }
  .cardSlider__panel__photo::after {
    content: '';
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 40%, rgba(0, 0, 0, 0.86) 100%);
    position: absolute;
    height: 100%;
    width: 100%; }
  .cardSlider__panel__photo img {
    height: 100%; }

.cardSlider__panel__photo-overlay {
  position: absolute;
  bottom: 2rem;
  left: 2rem;
  right: 2rem;
  color: #fff; }

.cardSlider__panel--video .cardSlider__panel__photo-overlay {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center; }

.cardSlider__panel--quote-photo blockquote {
  font-size: 1.5rem; }
  .cardSlider__panel--quote-photo blockquote::before {
    content: url(../img/square_quote.svg); }

.cardSlider--small {
  display: -ms-inline-flexbox;
  display: inline-flex;
  height: auto;
  padding: 2rem 0; }
  @media screen and (min-width: 64em) {
    .cardSlider--small {
      padding: 5rem 3.5rem; } }
  .cardSlider--small .subheader {
    margin-bottom: 1rem; }
  .cardSlider--small .card {
    height: 415px;
    width: 275px;
    min-width: 275px;
    margin-left: 1rem; }
    @media screen and (min-width: 64em) {
      .cardSlider--small .card {
        margin-left: 2.5rem; } }
  .cardSlider--small .card__front::before {
    content: '';
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.86) 100%);
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    border-radius: 5px; }
  .cardSlider--small .card__front__title {
    text-align: left;
    margin: 0;
    font-size: 1.125rem; }
    @media screen and (min-width: 64em) {
      .cardSlider--small .card__front__title {
        width: 85%; } }
  .cardSlider--small .card__front__caption {
    display: -ms-flexbox;
    display: flex;
    left: 0;
    padding-left: 1rem; }
    @media screen and (max-width: 64em) {
      .cardSlider--small .card__front__caption {
        bottom: 3rem; } }
  .cardSlider--small .card__icon--small {
    width: 2rem;
    height: 2rem;
    min-width: 32px;
    min-height: 32px; }
  .cardSlider--small .cardSlider__panel--header {
    -ms-flex-preferred-size: 280px;
        flex-basis: 280px;
    margin: auto 0; }
  .program .cardSlider--small {
    padding: 2rem 0 3rem; }
    @media screen and (min-width: 64em) {
      .program .cardSlider--small {
        padding: 6rem 3.5rem; } }

.IE11 .cardSlider--small .cardSlider__panel--header,
.IE11 .cardSlider--small .card {
  -ms-flex-negative: 0;
      flex-shrink: 0; }

button {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: none;
  background: none; }

.cta__button, .primary__nav .cta__wrapper .primary__nav__link,
.footer__top__right .cta__wrapper .footer__link {
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: justify;
      justify-content: space-between;
  background: #ffd200;
  background-image: linear-gradient(100deg, #ffd200, #f26329);
  background-size: 100%;
  border: none;
  border-radius: 2px;
  height: 2.5rem;
  padding: 2rem 1.25rem;
  font-weight: 800;
  margin-right: .5rem;
  margin-bottom: .5rem;
  font-size: 0.9375rem;
  color: #620020;
  letter-spacing: 1px;
  transition: background-size 500ms; }
  @media screen and (min-width: 48em) {
    .cta__button, .primary__nav .cta__wrapper .primary__nav__link,
    .footer__top__right .cta__wrapper .footer__link {
      padding: 0.5rem 1.25rem; } }
  .cta__button::after, .primary__nav .cta__wrapper .primary__nav__link::after,
  .footer__top__right .cta__wrapper .footer__link::after {
    content: '';
    width: 0.75rem;
    border: 0 solid transparent;
    border-bottom-width: 6px;
    border-top-width: 6px;
    border-left: 8px solid #620020;
    margin-left: 0.6rem;
    transition: border 300ms ease; }
  .cta__button:hover, .primary__nav .cta__wrapper .primary__nav__link:hover,
  .footer__top__right .cta__wrapper .footer__link:hover, .cta__button:focus, .primary__nav .cta__wrapper .primary__nav__link:focus,
  .footer__top__right .cta__wrapper .footer__link:focus,
  .hover .cta__button,
  .hover .primary__nav .cta__wrapper .primary__nav__link,
  .primary__nav .cta__wrapper .hover .primary__nav__link,
  .hover .footer__top__right .cta__wrapper .footer__link,
  .footer__top__right .cta__wrapper .hover .footer__link {
    background-size: 200%;
    color: #8b2346; }
    .cta__button:hover::after, .primary__nav .cta__wrapper .primary__nav__link:hover::after,
    .footer__top__right .cta__wrapper .footer__link:hover::after, .cta__button:focus::after, .primary__nav .cta__wrapper .primary__nav__link:focus::after,
    .footer__top__right .cta__wrapper .footer__link:focus::after,
    .hover .cta__button::after,
    .hover .primary__nav .cta__wrapper .primary__nav__link::after,
    .primary__nav .cta__wrapper .hover .primary__nav__link::after,
    .hover .footer__top__right .cta__wrapper .footer__link::after,
    .footer__top__right .cta__wrapper .hover .footer__link::after {
      border-left: 8px solid #8b2346; }

.card__icon--large,
.card__icon--medium {
  position: relative;
  margin-left: -0.5rem;
  margin-right: 1rem;
  border-radius: 50%;
  background-color: #ffd200;
  background-image: linear-gradient(100deg, #ffd200, #f26329);
  background-size: 100%;
  transition: background-size 500ms; }
  .card__icon--large:hover, .card__icon--large:focus,
  .card__icon--medium:hover,
  .card__icon--medium:focus {
    background-size: 200%; }
  .card__icon--large .svgstore--arrow-right,
  .card__icon--medium .svgstore--arrow-right {
    color: #000;
    position: absolute;
    top: 33%;
    bottom: 33%;
    left: 40%;
    right: 33%; }
  .card__icon--large .svgstore--plus,
  .card__icon--medium .svgstore--plus {
    color: #000; }

.card__icon--medium {
  width: 2rem;
  height: 2rem;
  min-width: 32px;
  min-height: 32px;
  margin-left: 0; }
  .card__icon--medium .svgstore--plus {
    width: .5rem;
    height: .5rem; }

.card__icon--large {
  width: 3rem;
  height: 3rem;
  min-width: 45px;
  min-height: 45px; }
  .card__icon--large .svgstore--plus {
    width: 1rem;
    height: 1rem; }

.card__icon--small {
  position: relative;
  width: 2rem;
  height: 2rem;
  min-width: 35px;
  min-height: 35px;
  margin: auto;
  border-radius: 50%;
  background-color: #ffd200; }
  .card__icon--small .svgstore--x {
    color: #620020;
    position: absolute;
    top: 35%;
    bottom: 35%;
    left: 35%;
    right: 35%; }
  .card__back--no-photo .card__icon--small {
    width: 1rem;
    height: 1rem;
    min-width: 28px;
    min-height: 28px; }

.svgstore--plus {
  width: 1rem;
  height: 1rem;
  margin: auto; }

/* minimodal */
.minimodal {
  transition: all 600ms ease;
  opacity: 0;
  z-index: 30; }

.minimodal--active {
  opacity: 1; }

/* status */
.minimodal__status {
  transition: all 600ms ease;
  opacity: 0; }

.minimodal__item--loading .minimodal__status {
  opacity: 1; }

/* content */
.minimodal__content {
  transform: scale(0.5);
  transition: all 600ms ease;
  opacity: 0;
  max-width: 64rem;
  margin: 0 auto; }

.minimodal__item--loaded .minimodal__content {
  transform: none;
  opacity: 1; }

.minimodal__item--removed--previous .minimodal__content,
.minimodal__item--removed--next .minimodal__content {
  transform: scale(0.5); }

/* item */
.minimodal__item {
  transition: all 600ms ease; }

/* item added, removed */
.minimodal__item--added,
.minimodal__item--removed {
  opacity: 0; }

/* item added previous, removed next */
.minimodal__item--added--previous,
.minimodal__item--removed--next {
  transform: translateX(-100%); }

/* item added next, removed previous */
.minimodal__item--added--next,
.minimodal__item--removed--previous {
  transform: translateX(100%); }

/* hidden */
.hidden {
  display: none; }

/* iframe - styled for video */
.minimodal__element--iframe {
  max-width: calc(100vh * (16/9)); }

.minimodal__element--iframe::before {
  display: block;
  padding-bottom: 56.25%;
  background: black;
  content: ''; }

.minimodal__iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

.minimodal__close {
  background-color: transparent;
  border: 0;
  top: 1rem;
  right: 1rem; }

.minimodal__overlay {
  background-color: rgba(0, 0, 0, 0.8); }

.minimodal__viewport {
  overflow: hidden; }

.cross {
  display: block;
  position: relative;
  width: 2.5rem;
  height: 2.5rem;
  color: #fff; }
  .cross::before, .cross::after {
    position: absolute;
    left: 50%;
    height: 100%;
    margin-left: -0.0625rem;
    border-left: 0.25rem solid;
    content: ''; }
  .cross::before {
    transform: rotate(-45deg); }
  .cross::after {
    transform: rotate(45deg); }

[data-value="minimodal"] {
  cursor: pointer; }

.flickity-button {
  border-radius: 2px;
  width: 3rem;
  height: 4rem;
  opacity: 1;
  background-color: #ffd200;
  background-image: linear-gradient(100deg, #ffd200, #f26329); }
  .flickity-button:hover, .flickity-button:active {
    background-image: linear-gradient(100deg, #ffd200, #f26329); }
    .flickity-button:hover .flickity-button-icon, .flickity-button:active .flickity-button-icon {
      color: #8b2346; }
  .flickity-button .flickity-button-icon {
    color: #620020;
    transition: color 300ms ease; }
  .carousel--has-captions .flickity-button {
    margin-top: -3rem; }

.flickity-prev-next-button.previous {
  left: -1.5rem; }

.flickity-prev-next-button.next {
  right: -1.5rem; }

.flickity-prev-next-button:disabled {
  opacity: 0; }

.figure__wrapper {
  position: relative;
  overflow: hidden; }
  .figure__wrapper::after {
    content: '';
    background-image: linear-gradient(100deg, #f26329, #ffd200);
    opacity: 0.9;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: -1; }

.figure {
  padding: 3rem 2rem;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  position: relative; }
  @media screen and (min-width: 48em) {
    .figure {
      padding: 3rem 2rem; } }
  @media screen and (min-width: 64em) {
    .figure {
      margin-top: 6rem;
      margin-bottom: 6rem;
      padding: 4rem; } }
  .figure figure {
    position: relative;
    height: 100%; }

@media screen and (min-width: 64em) {
  .figure__column__left {
    margin-bottom: 2rem; }
    .figure__column__left .link__special {
      margin-top: 2rem; } }

@media screen and (min-width: 64em) {
  .IE11 .figure__column__left {
    height: 100%; } }

@media screen and (min-width: 64em) {
  .figure__column__left,
  .figure__column__center,
  .figure__column__right {
    display: -ms-flexbox;
    display: flex;
    -ms-flex: 1 1 0%;
        flex: 1 1 0%;
    -ms-flex-direction: column;
        flex-direction: column;
    -ms-flex-pack: center;
        justify-content: center; } }

.figure__column__center {
  margin: auto;
  padding: 2rem 0; }
  @media screen and (min-width: 48em) {
    .figure__column__center {
      padding: 0;
      padding-right: 1rem;
      -ms-flex-preferred-size: 50%;
          flex-basis: 50%;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-direction: column;
          flex-direction: column;
      -ms-flex-pack: center;
          justify-content: center; } }
  @media screen and (min-width: 64em) {
    .figure__column__center {
      padding-right: 0;
      -ms-flex-preferred-size: 0%;
          flex-basis: 0%; } }

@media screen and (min-width: 48em) {
  .figure__column__right {
    -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
    padding-left: 1rem; } }

@media screen and (min-width: 64em) {
  .figure__column__right {
    -ms-flex-preferred-size: 0%;
        flex-basis: 0%;
    padding-left: 0; } }

.figure__header {
  text-align: center;
  margin: auto;
  -ms-flex: 0 0 100%;
      flex: 0 0 100%; }
  @media screen and (min-width: 48em) {
    .figure__header {
      margin: 0;
      text-align: left;
      width: 75%; } }
  @media screen and (min-width: 64em) {
    .figure__header {
      width: 100%;
      -ms-flex-preferred-size: 30%;
          flex-basis: 30%;
      padding-right: 5rem; } }
  @media screen and (min-width: 48em) {
    .figure__header .subheader {
      font-size: 2.625rem; } }
  @media screen and (min-width: 64em) {
    .figure__header .subheader {
      font-size: 3rem; } }

.figure__donut__wrapper {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column-reverse;
      flex-direction: column-reverse; }
  @media screen and (min-width: 64em) {
    .figure__donut__wrapper {
      display: block;
      margin-top: 2rem;
      height: 100%; } }
  .figure__donut__wrapper svg {
    width: 100%;
    height: 100%; }

.middle__center {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  min-height: 15rem; }

.figure__count__number--wrap-circle {
  display: none; }
  @media screen and (min-width: 48em) {
    .figure__count__number--wrap-circle {
      display: block;
      margin: auto;
      position: absolute;
      top: calc(50% - 6rem);
      width: 55%;
      left: 0;
      right: 0;
      text-align: center; } }
  @media screen and (min-width: 64em) {
    .figure__count__number--wrap-circle {
      height: 12rem;
      left: 0;
      right: 0;
      top: 0;
      bottom: 0; } }

.circle-back {
  stroke: #f2f2f2;
  stroke-width: 10px; }

.circle-front {
  stroke: #000;
  stroke-width: 10px;
  /* 2 * Math.PI[3.14159] * radius + 1  */
  stroke-dasharray: 101;
  stroke-dashoffset: 101;
  transition: stroke-dashoffset .5s ease; }

.figure__count__number--wrap {
  padding: 1rem;
  text-align: center; }
  @media screen and (min-width: 48em) {
    .figure__count__number--wrap {
      text-align: left; } }
  @media screen and (min-width: 64em) {
    .figure__count__number--wrap {
      padding: 2rem; } }

.figure__count--number {
  color: #8b2346;
  font-family: "Quattrocento", serif;
  font-size: 3.375rem; }
  @media screen and (min-width: 64em) {
    .figure__count--number {
      font-size: 3rem; } }

.figure__count--number--small {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center; }
  .figure__count--number--small .counter-value {
    display: block; }
  @media screen and (min-width: 48em) {
    .figure__count--number--small {
      display: none; } }

.figure__count--text {
  font-weight: 500;
  font-size: 1.125rem; }

.donut {
  transform: rotate(-90deg); }

.donut-segment {
  stroke-width: 3px;
  stroke-dasharray: 101px;
  stroke-dashoffset: 101px;
  transition: stroke-dashoffset 1s ease; }

.figure__count--text--small {
  text-align: center; }
  @media screen and (min-width: 48em) {
    .figure__count--text--small {
      display: none; } }

.figure__bg {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  z-index: -2;
  font-family: "object-fit: cover;"; }

.cta__cards {
  padding-bottom: 4rem; }
  .cta__cards .headline {
    line-height: 1.2;
    font-size: 2rem; }
    @media screen and (min-width: 48em) {
      .cta__cards .headline {
        line-height: 1.5;
        margin-bottom: 3rem;
        font-size: 3rem; } }

.card__container {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: justify;
      justify-content: space-between;
  margin: auto; }
  @media screen and (min-width: 48em) {
    .card__container {
      max-width: 75rem; } }
  @media screen and (min-width: 80em) {
    .card__container {
      max-width: 1280px; } }
  .card__container .column {
    margin: 0.5rem 0; }
    @media screen and (min-width: 32em) {
      .card__container .column {
        margin: 1rem; } }
  .card__container .card {
    -ms-flex: 0 1 30%;
        flex: 0 1 30%;
    margin: auto; }

.card {
  height: 500px;
  width: 345px;
  background-color: transparent;
  perspective: 100rem; }
  .card.card__simple {
    height: 410px;
    width: 275px; }
    .main__sidebar--alt .card.card__simple,
    .main__sidebar .card.card__simple {
      height: auto; }

.card__inner {
  position: relative;
  width: 100%;
  height: 100%;
  text-align: center;
  transition: transform 300ms ease;
  transform-style: preserve-3d; }
  .card__inner.flipped {
    transform: rotateY(180deg); }
    .IE11 .card__inner.flipped {
      transform: rotateY(0deg); }

.card__front,
.card__back {
  position: absolute;
  width: 100%;
  height: 100%;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden; }

.card__front {
  background-color: #620020;
  color: #fff;
  font-family: "Quattrocento", serif;
  transform: rotateY(0); }
  .card__front img {
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    font-family: 'object-fit: cover;'; }

.card__simple {
  font-size: 1rem; }

.card__front,
.card__back,
.card__simple__front,
.card__front img {
  border-radius: 5px; }

.card__front__caption {
  position: absolute;
  bottom: 6rem;
  left: 0;
  right: 0;
  width: auto;
  -ms-flex-align: center;
      align-items: center; }
  @media screen and (min-width: 48em) {
    .card__front__caption {
      bottom: 1.5rem;
      left: 1rem;
      right: initial;
      display: -ms-flexbox;
      display: flex;
      text-align: left; } }
  .card__front__caption .card__icon--large {
    margin: auto;
    width: 4rem;
    height: 4rem; }
    @media screen and (min-width: 48em) {
      .card__front__caption .card__icon--large {
        width: 3rem;
        height: 3rem; } }

.card__front__title {
  width: 65%;
  margin: auto;
  font-size: 1.25rem; }

.card__back,
.card__simple__front {
  background-color: #620020;
  background-image: linear-gradient(270deg, #8b2346 0%, #620020 100%);
  color: #fff;
  font-weight: 500; }
  .card__back span,
  .card__simple__front span {
    display: block; }

.card__back {
  padding: 3rem;
  transform: rotateY(180deg); }

.card__back--no-photo {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-pack: justify;
      justify-content: space-between;
  padding: 3.5rem 2rem 1rem;
  text-align: left; }
  @media screen and (min-width: 48em) {
    .card__back--no-photo {
      padding-top: 4.25rem; } }
  .card__back--no-photo .link__special {
    font-size: 0.8125rem;
    line-height: 2; }

.card__message--no-photo {
  line-height: 1.4;
  font-weight: 400;
  font-size: 0.9375rem; }
  .card__message--no-photo strong {
    font-weight: 500;
    color: #ffd200; }

.card__simple__front {
  width: 100%;
  height: 100%;
  padding: 2rem;
  line-height: 1.5; }
  .card__simple__front .card__photo__circle {
    height: 160px;
    width: 160px;
    margin: 1rem auto; }
  .IE11 .card__simple__front {
    line-height: normal; }

.card__simple__header {
  font-size: 1.375rem; }

.card__simple__title {
  margin-bottom: 1rem; }
  .card__simple__title .p-name {
    color: #ffd200; }
  .card__simple__title a:hover .p-name {
    text-decoration: underline; }

.card__photo__circle {
  position: relative;
  margin: auto;
  width: 175px;
  height: 175px;
  overflow: hidden;
  border-radius: 50%;
  margin-bottom: 2rem; }
  .card__photo__circle img {
    width: 100%;
    height: auto; }

.card__back__title {
  color: #ffd200;
  font-weight: 700; }

.card__message {
  margin-top: 1rem;
  margin-bottom: 1rem;
  font-size: 1rem; }

.card__back__button {
  position: absolute;
  top: 1rem;
  right: 1rem; }

.IE11 .card__inner.flipped .card__front {
  transform: rotateY(180deg);
  transition: transform 300ms ease; }

.IE11 .card__inner.flipped .card__back {
  transform: rotateY(0deg);
  transition: transform 300ms ease; }

.table {
  overflow: auto; }

table:not([class]) {
  width: 100%;
  margin: 2rem 0;
  border-collapse: separate;
  border-spacing: 0;
  table-layout: fixed;
  border-bottom: 6px solid #cccbbf;
  border-radius: 4px; }

tr:nth-of-type(even) {
  background: #f1f0ed; }

th,
td {
  padding: 1rem;
  text-align: left; }

th {
  background: #620020;
  color: #fff;
  font-weight: 700;
  font-size: 1rem;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }
  th:first-child {
    border-radius: 8px 0 0 0px; }
  th:last-child {
    border-radius: 0 8px 0 0; }

td {
  font-weight: 700;
  font-size: 0.8125rem; }

.accordion {
  margin: 2rem 0;
  border-bottom: 0.0625rem solid #9B9B9B; }

.accordion__border:last-of-type {
  width: 100%;
  height: 1px;
  border-top: 1px dotted #000; }

.accordion__toggle {
  font-weight: 700;
  color: #8b2346;
  display: block;
  position: relative;
  width: 100%;
  padding: 2rem 0;
  border: 0;
  transition: background-color 300ms ease;
  text-align: left;
  border-top: 1px dotted #000; }
  .accordion__toggle::before, .accordion__toggle::after {
    position: absolute;
    top: calc(50% - 1rem);
    right: 2rem;
    content: '';
    height: 1.75rem;
    width: 2px;
    background-color: #cccbbf;
    transition: transform 300ms ease; }
  .accordion__toggle::before {
    transform: rotate(90deg); }
  .accordion__toggle::after {
    transform: rotate(0deg); }
  .finder__item .accordion__toggle {
    padding: 1rem 0;
    border: 0; }

.accordion__toggle--active::before {
  transform: rotate(45deg); }

.accordion__toggle--active::after {
  transform: rotate(-45deg); }

.accordion__content {
  transition: height 300ms ease, background-color 300ms ease, visibility 300ms ease;
  visibility: hidden;
  overflow: hidden; }

.accordion__content:not(.accordion__content--active) {
  height: 0 !important; }

.accordion__content--active {
  visibility: visible; }

.accordion__interior {
  padding: 0 0 2rem; }
  .finder__item .accordion__interior {
    padding-bottom: 2rem;
    padding-right: 1rem; }
    @media screen and (min-width: 64em) {
      .finder__item .accordion__interior {
        width: 85%;
        padding-right: 0; } }

.social__list {
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  margin: 0;
  padding: 0;
  font-size: 0;
  -webkit-padding-start: 0.5rem;
          padding-inline-start: 0.5rem; }

.social__item {
  display: inline-block;
  margin-left: 0.5rem; }
  .social__item:first-child {
    margin-left: -0.5rem; }

.social__link {
  display: block;
  width: 2rem;
  padding: 0.25rem;
  color: #620020;
  transition: background 300ms ease, color 300ms ease; }
  .social__link:hover, .social__link:focus {
    color: #fab816; }

.image__container {
  margin: 2rem 0; }

.image__container--full-width {
  width: 100%; }

.image__item img {
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  border-radius: 5px;
  font-family: 'object-fit: contain;'; }

.image__item--article, .main .alignright {
  margin: 1rem;
  float: none; }
  @media screen and (min-width: 30em) {
    .image__item--article, .main .alignright {
      float: right;
      margin: 0;
      margin-left: 2rem;
      max-width: 240px; } }
  @media screen and (min-width: 48em) {
    .image__item--article, .main .alignright {
      margin-left: 4rem; } }
  .image__item--article img, .main .alignright img {
    border-radius: 5px; }
  .image__item--article figcaption, .main .alignright figcaption {
    width: 100%; }

.image__caption, .wp-caption-text {
  position: relative;
  padding: 1rem 1rem 1rem 1.5rem;
  font-size: 0.8125rem; }
  @media screen and (min-width: 64em) {
    .image__caption, .wp-caption-text {
      width: 75%; } }
  .image__caption::before, .wp-caption-text::before {
    background: #ffd200;
    content: '';
    width: .25rem;
    position: absolute;
    left: 0;
    top: 1rem;
    bottom: 1rem;
    z-index: -1; }

.media {
  position: relative;
  height: 100%; }
  .media img {
    border-radius: 3px; }

.media__title:hover,
.media__title:focus {
  text-decoration: underline; }

.image--slider .image__item {
  width: 100%; }

.image__item img {
  width: 100%; }

.carousel {
  -ms-flex-wrap: wrap-reverse;
      flex-wrap: wrap-reverse; }

.carousel--has-captions .section__header__right {
  margin: auto;
  margin-bottom: 2rem; }
  @media screen and (min-width: 64em) {
    .carousel--has-captions .section__header__right {
      padding-bottom: 3rem;
      margin-bottom: auto; } }

.carousel__wrapper {
  padding: 0 2rem;
  position: relative; }

.carousel__caption {
  padding: 1.5rem 0.25rem 0;
  font-weight: 500;
  font-size: 1rem; }
  @media screen and (min-width: 64em) {
    .carousel__caption {
      width: 65%; } }

.carousel__caption__cta {
  margin-top: 2rem; }

.carousel__nav {
  display: none; }
  @media screen and (min-width: 64em) {
    .carousel__nav {
      display: inline-block;
      position: absolute;
      right: 1rem;
      bottom: 0;
      background: white;
      padding: 1rem;
      padding-left: 3rem; } }

.carousel__nav__button {
  padding: 0.5rem 0.9rem;
  counter-increment: carousel-cell;
  display: inline-block;
  border-radius: 2px;
  cursor: pointer;
  transition: color 300ms ease; }
  .carousel__nav__button:before {
    display: block;
    text-align: center;
    content: counter(carousel-cell);
    font-family: "Quattrocento", serif;
    font-size: 0.9375rem; }
  .carousel__nav__button:hover {
    color: #8b2346; }
  .carousel__nav__button.is-selected {
    background-color: #ffd200;
    background-image: linear-gradient(100deg, #ffd200, #f26329);
    border: 0;
    content: counter(carousel-cell); }

.inline__video {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  max-width: 100%; }
  .inline__video iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }

.media__overlay:before {
  display: block;
  content: '';
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  position: absolute;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 40%, rgba(0, 0, 0, 0.85) 100%);
  z-index: 0; }

.feature {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: justify;
      justify-content: space-between;
  margin: 2rem 0; }
  @media screen and (min-width: 64em) {
    .feature {
      margin: 4rem 0; } }
  .feature .image__item {
    margin-bottom: 1rem;
    position: relative; }
    @media screen and (min-width: 64em) {
      .feature .image__item {
        margin-bottom: 0; } }
  .feature.left-image {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
    @media screen and (min-width: 64em) {
      .feature.left-image {
        -ms-flex-wrap: nowrap;
            flex-wrap: nowrap; }
        .feature.left-image .feature__text {
          margin-left: 5rem; } }
  .feature.right-image {
    -ms-flex-wrap: wrap-reverse;
        flex-wrap: wrap-reverse; }
    @media screen and (min-width: 64em) {
      .feature.right-image {
        -ms-flex-wrap: nowrap;
            flex-wrap: nowrap; }
        .feature.right-image .feature__text {
          margin-right: 5rem; } }

.feature__text {
  -ms-flex: 0 1 100%;
      flex: 0 1 100%; }
  @media screen and (min-width: 64em) {
    .feature__text {
      -ms-flex: 0 0 50%;
          flex: 0 0 50%; } }
  .feature__text h3 {
    margin-bottom: 1rem; }
  .feature__text p {
    margin-bottom: 1rem; }

.color > .column:first-child {
  margin-right: 1rem; }

.color__swatch {
  width: 145px;
  height: 65px;
  margin-bottom: 1rem;
  text-align: center;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  font-size: 1rem; }
  .color__swatch--claret {
    background: #8b2346; }
  .color__swatch--bordeaux {
    background: #620020; }
  .color__swatch--orange {
    background: #f26329; }
  .color__swatch--yellow {
    background: #ffd200; }
  .color__swatch--red-gradient {
    background: linear-gradient(270deg, #8b2346 0%, #620020 100%); }
  .color__swatch--yellow-gradient {
    background: linear-gradient(100deg, #ffd200, #f26329); }
  .color__swatch--gold {
    background: #fab816; }
  .color__swatch--off-white {
    background: #f1f0ed; }

.alert {
  position: fixed;
  display: block;
  width: 100%;
  overflow: auto;
  background-color: #ffd200;
  padding: 1rem;
  z-index: 300;
  transition: transform 300ms ease; }
  @media screen and (min-width: 48em) {
    .alert {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-pack: justify;
          justify-content: space-between;
      -ms-flex-align: center;
          align-items: center;
      padding: 1rem 4rem; } }

.alert__headline {
  font-size: 20px;
  color: #8b2346;
  text-align: center;
  font-family: "Quattrocento", serif;
  padding: 0 2rem 0 0;
  -ms-flex: 2.5 1 0%;
      flex: 2.5 1 0%; }
  @media screen and (min-width: 320px) {
    .alert__headline {
      font-size: calc(20px + 15 * (100vw - 320px) / 1120); } }
  @media screen and (min-width: 1440px) {
    .alert__headline {
      font-size: 35px; } }

.alert__text {
  display: none; }
  @media screen and (min-width: 48em) {
    .alert__text {
      display: block;
      font-size: 11px;
      font-weight: 500;
      line-height: 1.2;
      -ms-flex: 4;
          flex: 4; } }
  @media screen and (min-width: 48em) and (min-width: 320px) {
    .alert__text {
      font-size: calc(11px + 5 * (100vw - 320px) / 1120); } }
  @media screen and (min-width: 48em) and (min-width: 1440px) {
    .alert__text {
      font-size: 16px; } }

.alert__link {
  -ms-flex: 1 1 auto;
      flex: 1 1 auto;
  text-align: center; }
  .alert__link .cta-sm {
    border-bottom-color: #620020;
    transition: border-bottom-color 300ms ease; }
    .alert__link .cta-sm:hover, .alert__link .cta-sm:focus {
      border-bottom-color: #8b2346; }

.alert__button--close {
  padding: 0;
  background-color: #8b2346;
  border-radius: 50%;
  width: 2rem;
  height: 2rem;
  position: absolute;
  color: #fff;
  right: 1rem;
  top: 0; }
  .alert__button--close:focus {
    outline: #620020 auto 5px; }
  @media screen and (min-width: 48em) {
    .alert__button--close {
      top: 1rem; } }
  .alert__button--close .svgstore--x {
    height: 0.5rem;
    width: auto; }

.search__container {
  padding-right: 1.5rem;
  padding-left: 1.5rem; }
  @media screen and (min-width: 48em) {
    .search__container {
      padding-left: 2rem;
      padding-right: 2rem;
      margin-top: 4rem; } }

.search__form {
  position: relative;
  line-height: 2;
  margin-top: 1rem; }
  @media screen and (min-width: 48em) {
    .search__form {
      margin-top: 0;
      line-height: initial; } }

.search__input {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  width: 100%;
  background-color: transparent;
  border: 0;
  border-radius: 0;
  font-family: "Quattrocento", serif;
  font-size: 22px;
  color: #fff;
  border-bottom: 5px solid #ffd200;
  line-height: normal; }
  @media screen and (min-width: 320px) {
    .search__input {
      font-size: calc(22px + 26 * (100vw - 320px) / 1120); } }
  @media screen and (min-width: 1440px) {
    .search__input {
      font-size: 48px; } }
  .search__input:-ms-input-placeholder {
    color: #fff; }
  .search__input::placeholder {
    color: #fff; }

.search__submit {
  position: absolute;
  color: #fff;
  right: 15px;
  top: 0;
  bottom: 0; }
  .search__submit .svgstore--search {
    width: 2rem; }

.search__suggestions {
  margin-top: 2rem; }
  @media screen and (min-width: 48em) {
    .search__suggestions {
      margin-top: 3rem; } }

.search__suggestions__title {
  color: #ffd200;
  letter-spacing: 2px;
  font-weight: 500;
  text-transform: uppercase;
  line-height: 1;
  font-size: 0.6875rem; }
  @media screen and (min-width: 48em) {
    .search__suggestions__title {
      line-height: 4; } }

.search__suggestions__list {
  font-weight: 700;
  line-height: 2;
  font-size: 1.125rem; }

.search__label,
.search__suggestions__list {
  color: #fff; }

.gsc-search-button svg {
  max-width: none; }

.gsc-control-cse table {
  line-height: 1; }

.cse .gsc-control-cse, .gsc-control-cse {
  padding-left: 0 !important; }

.gsc-control-cse * {
  box-sizing: unset !important; }

.gsc-control-cse {
  font-family: "Raleway", sans-serif !important;
  padding: 0 !important; }

.gsst_a {
  border-bottom: none;
  padding-top: 6.5px !important; }

.gsst_a .gscb_a {
  color: #620020 !important; }

.gcsc-branding {
  display: none !important; }

.gsc-control-cse .gsc-table-result {
  font-family: "Raleway", sans-serif !important;
  font-size: 14px !important;
  line-height: 1.5 !important; }

.gsc-control-cse .gs-spelling, .gsc-control-cse .gs-result .gs-title, .gsc-control-cse .gs-result .gs-title * {
  font-size: 1rem !important; }

.gsc-result .gs-title {
  height: 1.5em !important;
  border-bottom: none !important; }

input.gsc-search-button, input.gsc-search-button:hover, input.gsc-search-button:focus {
  border-radius: 0 !important; }
  input.gsc-search-button:hover, input.gsc-search-button:hover:hover, input.gsc-search-button:focus:hover {
    cursor: pointer; }

.gsc-results .gsc-cursor-box .gsc-cursor-page {
  margin-right: 12px !important;
  font-size: 1.125rem !important;
  cursor: pointer;
  color: #000000 !important;
  text-decoration: underline !important; }

.gsc-search-button-v2 {
  height: 38px;
  color: #fff;
  border-radius: 0 !important; }

.gcsc-find-more-on-google-magnifier {
  display: inline; }

.gsc-control-cse table {
  width: 100%;
  margin: 0;
  border-collapse: separate;
  border-spacing: 0;
  table-layout: auto;
  border-bottom: 0;
  border-radius: 0; }

.gsc-control-cse table th, .gsc-control-cse table td {
  padding: .5rem; }

table.gsc-search-box td {
  height: 34px; }

.landing__hero__container {
  position: relative; }
  @media screen and (max-width: 64em) {
    .landing__hero__container .hero {
      position: relative;
      padding: 0; } }
  @media screen and (max-width: 64em) {
    .landing__hero__container .hero__image {
      position: static; } }
  @media screen and (max-width: 64em) {
    .landing__hero__container .hero__content {
      position: absolute;
      bottom: 4rem;
      left: 0;
      right: 0;
      padding: 0; } }
  .landing__hero__container .hero__headline {
    font-size: 48px; }
    @media screen and (min-width: 320px) {
      .landing__hero__container .hero__headline {
        font-size: calc(48px + 4 * (100vw - 320px) / 1120); } }
    @media screen and (min-width: 1440px) {
      .landing__hero__container .hero__headline {
        font-size: 52px; } }

.landing__section {
  padding: 3rem 1rem; }
  @media screen and (min-width: 64em) {
    .landing__section {
      padding: 4rem 8rem 7rem; } }
  .landing__section.alt-bg {
    background-color: #f1f0ed; }

.landing__menu {
  position: absolute;
  right: 0;
  left: 0;
  bottom: 1.5rem;
  z-index: 1; }
  @media screen and (min-width: 64em) {
    .landing__menu {
      bottom: 2.5rem; } }

.landing__menu__bar {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center; }
  @media screen and (min-width: 64em) {
    .landing__menu__bar {
      margin: 0 3rem;
      -ms-flex-pack: start;
          justify-content: flex-start; } }

.landing__menu__bar__text {
  color: #fff;
  letter-spacing: 2px;
  font-weight: 500;
  text-transform: uppercase;
  font-size: 0.8125rem; }

.landing__menu__list {
  position: absolute;
  top: calc(3rem + 1rem);
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  word-break: keep-all;
  white-space: nowrap;
  width: 100%;
  background: #000;
  color: #fff;
  line-height: 1.3;
  font-weight: 500;
  padding: 2rem 3rem 3rem;
  visibility: hidden;
  opacity: 0;
  transition: visibility, opacity 700ms ease;
  font-size: 1rem; }
  @media screen and (min-width: 64em) {
    .landing__menu__list {
      top: calc(3rem + 2rem);
      padding-bottom: 5rem; } }
  .landing-menu-active .landing__menu__list {
    visibility: visible;
    opacity: 1; }

.landing__menu__item {
  -ms-flex: 1 0 100%;
      flex: 1 0 100%; }
  @media screen and (min-width: 48em) {
    .landing__menu__item {
      -ms-flex: 1 0 50%;
          flex: 1 0 50%;
      max-width: 50%; } }
  @media screen and (min-width: 64em) {
    .landing__menu__item {
      -ms-flex: 1 0 33%;
          flex: 1 0 33%;
      max-width: 33%; } }
  @media screen and (min-width: 80em) {
    .landing__menu__item {
      -ms-flex: 1 0 25%;
          flex: 1 0 25%;
      max-width: 25%;
      min-width: 310px; } }

.landing__menu__link {
  display: block;
  transition: color 300ms ease;
  border-bottom: 1px dotted #ffd200;
  padding-left: 1rem;
  line-height: 3.5; }
  @media screen and (min-width: 48em) {
    .landing__menu__link {
      margin: 0 2rem; } }
  .landing__menu__link:hover, .landing__menu__link:focus {
    color: #ffd200; }
  .landing__menu__link::before {
    display: inline-block;
    content: '';
    height: 0;
    width: 0;
    border-top: 0.3rem solid transparent;
    border-bottom: 0.3rem solid transparent;
    border-left: 0.4rem solid #ffd200;
    margin-right: 1rem;
    margin-left: -1rem; }

.landing__menu__btn {
  width: 2.5rem;
  height: 2.5rem;
  padding: 0.5rem;
  background-color: #ffd200;
  background-image: linear-gradient(100deg, #ffd200, #f26329);
  border-radius: 50%;
  margin-right: 0.5rem;
  transition: background-size 300ms ease; }
  .landing__menu__btn:hover, .landing__menu__btn:focus {
    background-size: 200%; }
  .landing__menu__btn .svgstore--menu {
    width: 1rem;
    height: 1rem; }
  .landing__menu__btn .svgstore--x {
    width: 0.75rem;
    height: 0.75rem; }
  .landing__menu__btn .svgstore--plus {
    height: 1rem;
    width: 1rem; }
  .landing__menu__btn .svgstore--menu,
  .landing__menu__btn .svgstore--x {
    margin: auto; }

.landing__menu__btn--close {
  display: none; }

.landing-menu-active .landing__menu__btn--open {
  display: none; }

.landing-menu-active .landing__menu__btn--close {
  display: block; }

.below-menu {
  transition: margin-top 300ms ease;
  border: 0;
  border-top: 10px solid;
  border-top-color: #8b2346;
  -o-border-image: linear-gradient(270deg, #8b2346 0%, #620020 100%);
     border-image: linear-gradient(270deg, #8b2346 0%, #620020 100%);
  border-image-slice: 1; }

.landing__hero__content--special {
  font-family: "Quattrocento", serif;
  color: #8b2346;
  font-weight: 700;
  margin-bottom: 1.5rem;
  font-size: 18px; }
  @media screen and (min-width: 320px) {
    .landing__hero__content--special {
      font-size: calc(18px + 10 * (100vw - 320px) / 1120); } }
  @media screen and (min-width: 1440px) {
    .landing__hero__content--special {
      font-size: 28px; } }

.landing__image--right--special {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  position: relative;
  padding: 2rem; }
  @media screen and (min-width: 64em) {
    .landing__image--right--special {
      padding: 4rem 8rem 10rem; } }
  .landing__image--right--special .media__photo {
    margin-top: 1rem; }
    @media screen and (min-width: 64em) {
      .landing__image--right--special .media__photo {
        margin-top: 0;
        position: absolute;
        top: -8rem;
        right: 0;
        z-index: 1; } }
    .landing__image--right--special .media__photo img {
      border-radius: 3px; }

@media screen and (min-width: 64em) {
  .IE11 .landing__image--right--special .media__photo {
    right: auto; } }

.landing__image__headline {
  line-height: 1.2;
  margin-bottom: 1rem;
  word-break: keep-all;
  font-size: 28px; }
  @media screen and (min-width: 320px) {
    .landing__image__headline {
      font-size: calc(28px + 20 * (100vw - 320px) / 1120); } }
  @media screen and (min-width: 1440px) {
    .landing__image__headline {
      font-size: 48px; } }

.landing__image--right--special__paragraph {
  width: 90%; }

.landing__image__paragraph,
.landing__image--right--special__paragraph {
  font-size: 1.125rem; }

.media__controls {
  position: absolute;
  bottom: 2rem;
  left: 2rem;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  font-family: "Quattrocento", serif;
  color: #fff;
  padding-right: 2rem;
  font-size: 1.25rem; }

.gallery__section {
  background-color: #8b2346;
  background-image: linear-gradient(270deg, #8b2346 0%, #620020 100%); }

.gallery {
  max-width: 90em;
  margin: auto;
  padding: 1rem; }
  @media screen and (min-width: 64em) {
    .gallery {
      padding: 4rem 8rem 7rem; } }

.gallery__title {
  color: #fff;
  border-bottom: 5px solid #ffd200;
  font-size: 32px; }
  @media screen and (min-width: 320px) {
    .gallery__title {
      font-size: calc(32px + 16 * (100vw - 320px) / 1120); } }
  @media screen and (min-width: 1440px) {
    .gallery__title {
      font-size: 48px; } }
  @media screen and (min-width: 64em) {
    .gallery__title {
      line-height: 2.5; } }

.gallery__row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-left: -2rem;
  margin-right: -2rem; }
  .gallery__row:first-of-type {
    margin-top: 1.5rem; }
  @media screen and (min-width: 48em) and (max-width: 64em) {
    .gallery__row {
      margin-bottom: 1rem; } }
  @media screen and (min-width: 64em) {
    .gallery__row {
      margin-top: 3rem; }
      .gallery__row:first-of-type {
        padding-bottom: 2rem;
        border-bottom: 1px dotted #ffd200; } }

.gallery__row__link {
  color: #fff;
  transition: color 300ms ease;
  font-size: 0.6875rem;
  font-weight: 500;
  letter-spacing: 2px;
  text-transform: uppercase;
  padding-left: 2rem;
  -ms-flex: 0 0 50%;
      flex: 0 0 50%; }
  @media screen and (min-width: 48em) {
    .gallery__row__link {
      padding: 0; } }
  @media screen and (min-width: 64em) {
    .gallery__row__link {
      -ms-flex: auto;
          flex: auto; } }
  @media screen and (min-width: 48em) and (max-width: 64em) {
    .gallery__row__link {
      margin-left: 0.5rem; } }

.gallery__row__item {
  display: -ms-flexbox;
  display: flex;
  -ms-flex: 1 0 100%;
      flex: 1 0 100%;
  -ms-flex-align: center;
      align-items: center;
  margin-bottom: 1rem;
  margin-top: 1rem;
  padding-left: 2rem;
  padding-right: 2rem;
  cursor: pointer; }
  @media screen and (min-width: 48em) {
    .gallery__row__item {
      max-width: 33.333%; } }
  @media screen and (min-width: 64em) {
    .gallery__row__item {
      display: block;
      -ms-flex: auto;
          flex: auto; } }
  .gallery__row__item img {
    border-radius: 3px;
    -ms-flex: 0 0 50%;
        flex: 0 0 50%;
    width: 100%; }
    @media screen and (min-width: 48em) {
      .gallery__row__item img {
        margin-top: 0.5rem;
        margin-bottom: 0.5rem;
        -ms-flex: auto;
            flex: auto; } }
  .gallery__row__item:hover .gallery__row__link, .gallery__row__item:focus .gallery__row__link {
    color: #ffd200;
    text-decoration: underline; }
  .gallery__row__item:hover .image-zoom img, .gallery__row__item:focus .image-zoom img {
    transform: scale3d(1.25, 1.25, 1.25); }

.image-zoom {
  overflow: hidden;
  border-radius: 3px; }
  .image-zoom img {
    margin: auto;
    transition: transform 300ms ease-in-out; }

.landing__media--left--small {
  margin-top: 3.5rem; }

.landing__image__text__container {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: end;
      align-items: flex-end; }
  .landing__image__text__container .cta-sm {
    margin-right: 1rem;
    line-height: 2; }
    .landing__image__text__container .cta-sm:last-child {
      margin-right: 0; }

.landing__image__text__wrapper {
  padding-bottom: 1rem; }
  @media screen and (min-width: 64em) {
    .landing__image__text__wrapper {
      width: 90%;
      padding-bottom: 3rem; } }

.landing__image--left--small {
  -ms-flex-direction: row-reverse;
      flex-direction: row-reverse;
  margin-top: 3.25rem;
  -ms-flex-align: center;
      align-items: center; }
  .landing__image--left--small .landing__image__text__container {
    margin-bottom: 1rem; }
    @media screen and (min-width: 64em) and (max-width: 92em) {
      .landing__image--left--small .landing__image__text__container {
        -ms-flex-preferred-size: 25%;
            flex-basis: 25%; } }
    @media screen and (min-width: 92em) {
      .landing__image--left--small .landing__image__text__container {
        -ms-flex-preferred-size: 60%;
            flex-basis: 60%;
        margin-bottom: 0; } }
  .landing__image--left--small .landing__image__text__wrapper {
    width: 100%;
    padding-bottom: 0; }
  .landing__image--left--small .landing__image__headline {
    width: 100%; }
  @media screen and (min-width: 64em) {
    .landing__image--left--small .media {
      -ms-flex-preferred-size: calc(30% - 2rem);
          flex-basis: calc(30% - 2rem);
      margin-right: 2rem; } }

@media screen and (min-width: 64em) {
  .landing__image--large.row {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap; } }

@media screen and (min-width: 64em) {
  .landing__image--large .landing__image__text__container {
    -ms-flex-preferred-size: 40%;
        flex-basis: 40%;
    -ms-flex-positive: 1;
        flex-grow: 1; } }

@media screen and (min-width: 64em) {
  .landing__image--large .landing__image__image__container {
    -ms-flex-preferred-size: 60%;
        flex-basis: 60%;
    max-width: 750px; } }

.landing__image--large .landing__image__image__container .landing__media__photo {
  width: 100%; }

.landing__links {
  padding: 1rem; }
  @media screen and (min-width: 64em) and (max-width: 80em) {
    .landing__links {
      padding: 2.5rem 4rem; } }
  @media screen and (min-width: 80em) {
    .landing__links {
      padding: 5rem 8rem; } }
  @media screen and (min-width: 64em) {
    .landing__links h2 {
      margin-bottom: 1rem; } }

.landing__links__columns {
  padding: 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-pack: justify;
      justify-content: space-between;
  margin-bottom: 1rem; }
  .landing__links__columns > * {
    -ms-flex: 0 0 100%;
        flex: 0 0 100%; }
    @media screen and (min-width: 48em) {
      .landing__links__columns > * {
        min-width: 315px;
        -ms-flex: 0 0 45%;
            flex: 0 0 45%; } }
    @media screen and (min-width: 64em) {
      .landing__links__columns > * {
        -ms-flex: 0 0 29%;
            flex: 0 0 29%; } }

.landing__links__list, ul.landing__links__columns > li > ul {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-line-pack: justify;
      align-content: space-between;
  padding: 0; }
  @media screen and (min-width: 48em) and (max-width: 80em) {
    .landing__links__list, ul.landing__links__columns > li > ul {
      -ms-flex-pack: justify;
          justify-content: space-between; } }

.landing__links__list__item, ul.landing__links__columns > li > ul > li {
  font-weight: 700;
  font-size: 1.125rem;
  transition: color 300ms ease;
  width: 100%;
  padding: 1rem 0 1rem 1.5rem;
  line-height: 1; }
  @media screen and (min-width: 48em) {
    .landing__links__list__item, ul.landing__links__columns > li > ul > li {
      padding: 1.5rem 0 1rem 1.5rem;
      border-bottom: 1px dotted; } }
  .landing__links__list__item:hover, ul.landing__links__columns > li > ul > li:hover, .landing__links__list__item:focus, ul.landing__links__columns > li > ul > li:focus {
    color: #8b2346; }
  .landing__links__list__item::before, ul.landing__links__columns > li > ul > li::before {
    display: inline-block;
    content: '';
    border-top: .4rem solid transparent;
    border-bottom: .4rem solid transparent;
    border-left: 0.4rem solid #620020;
    margin-right: 1rem;
    margin-left: -1.5rem; }

.landing__slider__headline {
  padding: 1rem 1rem 0; }
  @media screen and (min-width: 64em) {
    .landing__slider__headline {
      display: none; } }

.landing__contacts__section {
  background-color: #f1f0ed; }

.landing__contacts {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-pack: start;
      justify-content: flex-start;
  -ms-flex-align: center;
      align-items: center;
  padding: 1rem; }
  @media screen and (min-width: 64em) {
    .landing__contacts {
      padding: 6rem 3.5rem; } }
  .landing__contacts .card__simple--noheader {
    -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    transition: margin 300ms ease;
    margin-right: 1rem; }
    .landing__contacts .card__simple--noheader:hover, .landing__contacts .card__simple--noheader:focus {
      margin-top: -25px; }
  .landing__contacts .card__simple__front .card__photo__circle {
    margin-top: 0; }
  .landing__contacts .card__simple__title {
    margin-bottom: 1.5rem; }
    .landing__contacts .card__simple__title a:hover .p-name {
      text-decoration: underline; }

.landing__contacts__header h2 {
  line-height: 1.2; }

@media screen and (min-width: 64em) {
  .landing__contacts__header {
    padding-right: 2rem;
    width: 25%; }
    .landing__contacts__header h2 {
      margin-bottom: 2rem; }
    .landing__contacts__header p {
      line-height: 1.5; } }

.landing__contacts__card_container {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -ms-flex-align: center;
      align-items: center;
  width: 100%;
  padding-top: 25px;
  overflow-x: auto; }
  @media screen and (min-width: 64em) {
    .landing__contacts__card_container {
      width: 70%;
      max-width: 60em; } }

.landing__footer {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-pack: center;
      justify-content: center;
  padding: 1rem; }
  @media screen and (min-width: 64em) {
    .landing__footer {
      padding: 6rem 6rem 5rem; } }

.landing__footer__title {
  text-align: center; }
  @media screen and (min-width: 64em) {
    .landing__footer__title {
      margin-right: 2rem;
      text-align: left; } }

.landing__footer__social {
  margin-left: .5rem;
  padding: 0; }

.landing__image__image__wrapper {
  display: inline-block;
  position: relative; }
  .landing__image__image__wrapper a[data-minimodal] {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0; }

@media screen and (min-width: 48em) {
  .IE11 .landing__image--left--small .landing__image__text__container {
    width: 100%; } }

@media screen and (min-width: 64em) {
  .IE11 .landing__image--left--small {
    -ms-flex-pack: justify;
        justify-content: space-between;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap; }
    .IE11 .landing__image--left--small .media.column {
      min-width: 0;
      width: auto;
      -ms-flex-preferred-size: auto;
          flex-basis: auto;
      -ms-flex-positive: 0;
          flex-grow: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0; } }

.feature__banner {
  position: relative; }

.feature__banner__image {
  position: relative;
  background-color: #fff; }
  .feature__banner__image:before {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    bottom: 0;
    background-image: linear-gradient(to bottom, transparent 50%, black 100%);
    z-index: 1; }
  .feature__banner__image.light:before {
    opacity: 0.2; }
  .feature__banner__image.dark:before {
    opacity: 0.4; }
  .feature__banner__image.darker:before {
    opacity: 0.6; }
  .feature__banner__image.darkest:before {
    opacity: 0.8; }
  .feature__banner__image img {
    width: 100%;
    transform: scale(1);
    transition: transform 300ms ease, opacity 300ms ease; }
    @media screen and (max-width: 32em) {
      .feature__banner--active .feature__banner__image img {
        opacity: 0.3;
        transform: scale(1.05); } }

.feature__banner__content {
  position: absolute;
  bottom: 2rem;
  margin-right: 2rem;
  margin-left: 2rem;
  width: 50%;
  text-align: left;
  z-index: 1; }
  @media screen and (min-width: 48em) {
    .feature__banner__content {
      bottom: 3rem;
      width: 50%;
      margin-left: 3.4375rem; } }
  .feature__banner__content .cta-sm {
    border-color: #ffd200; }
    .feature__banner__content .cta-sm:hover {
      border-color: #8b2346; }

.feature__banner__content__link {
  display: inline-block;
  text-decoration: none; }
  .feature__banner__content__link:hover .feature__banner__link:before {
    content: unset; }
    @media screen and (min-width: 32em) {
      .feature__banner__content__link:hover .feature__banner__link:before {
        content: '';
        height: 2px;
        transform: scaleY(3); } }

.feature__banner__title {
  display: block;
  color: #fff;
  font-family: "Quattrocento", serif;
  font-size: 1.8rem;
  line-height: 1;
  margin: 0 0 1rem;
  text-shadow: 0 0 34px rgba(0, 0, 0, 0.5); }
  @media screen and (min-width: 64em) {
    .feature__banner__title {
      font-size: 2.1875rem; } }

.feature__banner__link {
  color: #fff; }
  .feature__banner__link:hover:before {
    content: unset; }
    @media screen and (min-width: 32em) {
      .feature__banner__link:hover:before {
        content: ''; } }
  @media screen and (min-width: 32em) {
    .feature__banner__link {
      padding: 0 0 0.75rem; }
      .feature__banner__link:before {
        height: 2px;
        transform: scaleY(1);
        transition: transform ease-in-out 500ms; }
      .feature__banner__link:hover:before {
        height: 2px;
        transform: scaleY(3); } }

.teaser__feature {
  transition: margin-top 300ms ease;
  margin-top: 6rem; }
  .teaser__feature.maroon {
    background: linear-gradient(270deg, #8b2346 0%, #620020 100%);
    color: #fff; }
    .teaser__feature.maroon .teaser__feature__headline {
      color: #fff; }
    .teaser__feature.maroon .cta-sm:hover {
      border-color: #fff; }
  .teaser__feature.yellow {
    background: #ffd200; }
    .teaser__feature.yellow .teaser__feature__link {
      color: #000; }
    .teaser__feature.yellow .cta-sm {
      border-color: #f1f0ed; }
    .teaser__feature.yellow .cta-sm:hover {
      border-color: #000; }
  .teaser__feature.gray {
    background: #f1f0ed; }

.teaser__feature__wrap {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  position: relative;
  padding: 2rem; }
  @media screen and (min-width: 64em) {
    .teaser__feature__wrap {
      padding: 4rem 6rem 10rem; } }
  .teaser__feature__wrap .media__photo {
    margin-top: 1rem;
    padding-bottom: 2rem; }
    @media screen and (min-width: 32em) {
      .teaser__feature__wrap .media__photo {
        padding-right: 2rem; } }
    @media screen and (min-width: 64em) {
      .teaser__feature__wrap .media__photo {
        margin-top: 0;
        position: absolute;
        top: -8rem;
        z-index: 1;
        padding-right: 4rem; } }
    .teaser__feature__wrap .media__photo img {
      border-radius: 3px; }

.teaser__feature__headline {
  line-height: 1.2;
  margin-bottom: 1rem;
  word-break: keep-all;
  font-size: 28px; }
  @media screen and (min-width: 320px) {
    .teaser__feature__headline {
      font-size: calc(28px + 20 * (100vw - 320px) / 1120); } }
  @media screen and (min-width: 1440px) {
    .teaser__feature__headline {
      font-size: 48px; } }

.teaser__feature__paragraph {
  width: 90%; }

.program .breadcrumb,
.directory-template-default .breadcrumb {
  display: none; }
  @media screen and (min-width: 48em) {
    .program .breadcrumb,
    .directory-template-default .breadcrumb {
      display: block;
      margin: 2rem auto 0; } }
  @media screen and (min-width: 64em) {
    .program .breadcrumb,
    .directory-template-default .breadcrumb {
      margin: 4rem auto 0; } }

.program .background-primary {
  padding: 1px 0; }

.program__fixed__background {
  position: fixed;
  background: url(../img/logo_large_gradient.svg);
  background-repeat: no-repeat;
  background-position: center;
  top: 155px;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: -50; }

.program__intro {
  background: linear-gradient(180deg, #fff 35%, #f1f0ed 35%);
  padding: 0;
  margin: 0;
  width: 100%;
  max-width: none;
  position: relative; }

.program__intro::before {
  position: absolute;
  content: '';
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.4) 60%, rgba(0, 0, 0, 0.75) 100%);
  z-index: 1; }

.program__intro__heading .breadcrumb__link, .program__intro__heading .breadcrumb__separator, .program__intro__heading .breadcrumb__current {
  color: white; }

.program__intro__heading {
  bottom: 5rem;
  width: 100%;
  position: absolute;
  z-index: 2; }

.program__title {
  font-size: 35px;
  color: white; }
  @media screen and (min-width: 320px) {
    .program__title {
      font-size: calc(35px + 37 * (100vw - 320px) / 1120); } }
  @media screen and (min-width: 1440px) {
    .program__title {
      font-size: 72px; } }

.program__intro__image {
  border-radius: 5px;
  width: 100%;
  max-width: none;
  margin: 0; }

.program__breakdown ul {
  padding: 2rem 1rem 1rem 1rem; }
  @media screen and (min-width: 48em) {
    .program__breakdown ul {
      padding: 2rem 1rem 2rem 2rem; } }

.program__intro__breakdown {
  padding: 0;
  width: 100%;
  background: #f1f0ed; }
  @media screen and (min-width: 48em) {
    .program__intro__breakdown {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-pack: center;
          justify-content: center;
      white-space: nowrap;
      padding: 3rem 8rem 3rem; } }

.program__intro__breakdown__item {
  white-space: normal;
  vertical-align: top;
  border-top: 5px solid #8b2346;
  padding-top: 0.5rem; }
  @media screen and (min-width: 48em) {
    .program__intro__breakdown__item {
      padding-top: 0;
      border-top: none;
      border-left: 5px solid #8b2346;
      height: 7.5rem;
      display: inline-block;
      width: 25%;
      padding: 0.5rem 1rem 2rem 2rem; }
      .program__intro__breakdown__item:last-child {
        padding-right: 0;
        width: auto;
        max-width: 25%; }
      .program__intro__breakdown__item:nth-child(4) {
        width: 25%; } }

.program__intro__breakdown__category {
  text-transform: uppercase;
  color: #8b2346;
  font-family: "Quattrocento", serif;
  font-weight: 700;
  letter-spacing: 2px;
  font-size: 0.75rem; }

.program__intro__breakdown__desc {
  font-size: 1.125rem;
  font-weight: 700;
  margin-top: 0.75rem; }

.program__overview {
  padding: 0 1rem 2rem; }
  @media screen and (min-width: 64em) {
    .program__overview {
      padding: 6rem 8rem; } }

.program__overview__header {
  line-height: 2.5;
  font-size: 28px; }
  @media screen and (min-width: 320px) {
    .program__overview__header {
      font-size: calc(28px + 20 * (100vw - 320px) / 1120); } }
  @media screen and (min-width: 1440px) {
    .program__overview__header {
      font-size: 48px; } }
  @media screen and (min-width: 64em) {
    .program__overview__header {
      margin-bottom: 1.5rem; } }

.program__overview__list__header {
  display: none; }
  @media screen and (min-width: 48em) {
    .program__overview__list__header {
      display: block;
      font-size: 1rem;
      font-weight: 500;
      line-height: 1.5;
      color: #8b2346; } }

.program__overview__list {
  padding-left: 1.5rem;
  list-style-type: initial;
  list-style-position: inside; }
  @media screen and (min-width: 64em) {
    .program__overview__list {
      list-style-position: outside; } }

.program__overview__list__item {
  font-size: 13px;
  padding-left: .5rem;
  line-height: 2.5;
  font-weight: bold; }

.program__overview__links {
  margin: 1rem 0 2rem; }
  .program__overview__links .cta__button, .program__overview__links .primary__nav .cta__wrapper .primary__nav__link, .primary__nav .cta__wrapper .program__overview__links .primary__nav__link,
  .program__overview__links .footer__top__right .cta__wrapper .footer__link, .footer__top__right .cta__wrapper .program__overview__links .footer__link {
    padding: 1rem 1.25rem;
    margin-bottom: 1rem; }
  @media screen and (min-width: 64em) {
    .program__overview__links {
      margin-top: 2rem; }
      .program__overview__links .cta__button, .program__overview__links .primary__nav .cta__wrapper .primary__nav__link, .primary__nav .cta__wrapper .program__overview__links .primary__nav__link,
      .program__overview__links .footer__top__right .cta__wrapper .footer__link, .footer__top__right .cta__wrapper .program__overview__links .footer__link {
        display: -ms-inline-flexbox;
        display: inline-flex;
        margin-right: 5%; }
      .program__overview__links .cta-sm {
        display: inline-block; } }

.program__overview__image__container {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center; }
  .program__overview__image__container .media {
    height: auto; }
  .program__overview__image__container .media__title {
    font-size: 16px; }
    @media screen and (min-width: 320px) {
      .program__overview__image__container .media__title {
        font-size: calc(16px + 4 * (100vw - 320px) / 1120); } }
    @media screen and (min-width: 1440px) {
      .program__overview__image__container .media__title {
        font-size: 20px; } }
  .program__overview__image__container .card__icon--large {
    width: 2rem;
    height: 2rem;
    min-width: 40px;
    min-height: 40px; }
    @media screen and (min-width: 48em) {
      .program__overview__image__container .card__icon--large {
        width: 3rem;
        height: 3rem;
        min-width: 45px;
        min-height: 45px; } }

.program__details {
  padding: 2rem 1rem;
  position: relative;
  color: #fff;
  z-index: 10; }
  @media screen and (min-width: 64em) {
    .program__details {
      padding: 5rem 8rem; } }
  .program__details::after {
    content: '';
    background-image: linear-gradient(270deg, #8b2346 0%, #620020 100%);
    opacity: 0.8;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    position: absolute;
    z-index: -10; }

.program__details__section:first-child {
  padding-bottom: 1rem;
  border-bottom: 1px dotted #ffd200; }
  @media screen and (min-width: 64em) {
    .program__details__section:first-child {
      padding-bottom: 5rem; } }
  @media screen and (min-width: 48em) {
    .program__details__section:first-child .program__details__section__list__item {
      margin-right: 4rem; }
      .program__details__section:first-child .program__details__section__list__item:last-child {
        margin-right: 0; } }

@media screen and (min-width: 64em) {
  .program__details__section:last-child {
    padding-top: calc(5rem - 28px); } }

@media screen and (min-width: 48em) {
  .program__details__section:last-child .program__details__section__list__item {
    margin-right: 2.5rem;
    max-width: 45%; }
    .program__details__section:last-child .program__details__section__list__item:last-child {
      margin-right: 0; } }

.program__details__section__title {
  margin-bottom: 1rem;
  line-height: 2;
  color: #fff;
  border-bottom: 5px solid #ffd200;
  font-size: 28px; }
  @media screen and (min-width: 320px) {
    .program__details__section__title {
      font-size: calc(28px + 20 * (100vw - 320px) / 1120); } }
  @media screen and (min-width: 1440px) {
    .program__details__section__title {
      font-size: 48px; } }

.program__details__section__list {
  padding: 0;
  display: block; }
  @media screen and (min-width: 48em) {
    .program__details__section__list {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-pack: justify;
          justify-content: space-between; } }

.program__details__section__list__item {
  -ms-flex: 1 1 0px;
      flex: 1 1 0;
  margin-bottom: 1rem;
  font-weight: 500;
  font-size: 1rem; }
  @media screen and (min-width: 48em) {
    .program__details__section__list__item {
      margin-right: 4rem;
      margin-bottom: 0;
      line-height: 1.5; } }
  .program__details__section__list__item p {
    font-weight: 700;
    line-height: 1.5;
    font-size: 0.8125rem; }
  .program__details__section__list__item h3 {
    line-height: 2;
    margin-bottom: 1rem; }
  .program__details__section__list__item ul {
    list-style-type: disc; }
    @media screen and (min-width: 48em) {
      .program__details__section__list__item ul {
        padding-left: 2rem; } }
    .program__details__section__list__item ul li {
      margin-bottom: 0.75rem;
      font-size: 0.8125rem;
      font-weight: 700; }
      .program__details__section__list__item ul li::before {
        content: none; }

.program__cardSlider__header--mobile {
  padding: 3rem 1rem 0; }
  @media screen and (min-width: 64em) {
    .program__cardSlider__header--mobile {
      display: none; } }

.program__cardSlider__header--desktop {
  display: none; }
  @media screen and (min-width: 64em) {
    .program__cardSlider__header--desktop {
      display: block; } }

.program .cardSlider--small .card__simple {
  transition: margin 300ms ease; }
  .program .cardSlider--small .card__simple:hover, .program .cardSlider--small .card__simple:focus {
    margin-top: -25px; }

.program__info__wrapper {
  margin-top: 0;
  padding: 2rem 1rem;
  background-color: #f1f0ed; }
  @media screen and (min-width: 64em) {
    .program__info__wrapper {
      padding: 6rem 1.5rem 2rem; } }

.program__links__title {
  max-width: 50%;
  margin: 1rem 0; }
  @media screen and (min-width: 48em) {
    .program__links__title {
      max-width: 33%;
      margin: 2rem 0; } }
  @media screen and (min-width: 64em) {
    .program__links__title {
      margin: 0 0 1rem;
      max-width: auto; } }

@media screen and (min-width: 64em) {
  .program__info__title {
    padding-top: 1rem; } }

.program__info__title,
.program__links__title {
  line-height: 1.5;
  font-size: 28px; }
  @media screen and (min-width: 320px) {
    .program__info__title,
    .program__links__title {
      font-size: calc(28px + 20 * (100vw - 320px) / 1120); } }
  @media screen and (min-width: 1440px) {
    .program__info__title,
    .program__links__title {
      font-size: 48px; } }
  @media screen and (min-width: 64em) {
    .program__info__title,
    .program__links__title {
      -ms-flex-preferred-size: 20%;
          flex-basis: 20%;
      padding-right: 4rem; } }

@media screen and (min-width: 64em) {
  .program__info__title {
    -ms-flex-preferred-size: 20%;
        flex-basis: 20%;
    padding-right: 6rem; } }

.program__info__grid,
.program__links__list {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
  @media screen and (min-width: 64em) {
    .program__info__grid,
    .program__links__list {
      -ms-flex-preferred-size: 80%;
          flex-basis: 80%; } }

@media screen and (min-width: 64em) {
  .program__info__grid {
    -ms-flex-preferred-size: calc(80% - 6rem);
        flex-basis: calc(80% - 6rem); } }

.program__info__grid__item {
  -ms-flex: 0 1 100%;
      flex: 0 1 100%;
  margin-top: 2rem; }
  @media screen and (min-width: 64em) {
    .program__info__grid__item {
      -ms-flex-preferred-size: 50%;
          flex-basis: 50%;
      padding-right: 10rem;
      padding-bottom: 6rem;
      margin-top: 0; } }
  .IE11 .program__info__grid__item {
    -ms-flex-preferred-size: 40%;
        flex-basis: 40%;
    padding-right: 5rem; }

.program__info__grid__item__title {
  margin-bottom: 0.5rem; }
  @media screen and (min-width: 64em) {
    .program__info__grid__item__title {
      margin-bottom: 1.5rem; } }

.program__info__grid__item__details {
  margin-bottom: 0.5rem; }
  @media screen and (min-width: 64em) {
    .program__info__grid__item__details {
      margin-bottom: 2rem; } }

.program__links {
  padding: 1rem 2rem;
  -ms-flex-align: center;
      align-items: center; }
  @media screen and (min-width: 64em) {
    .program__links {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap;
      padding: 3rem 3.5rem; } }

.program__links__list {
  padding: 0;
  -ms-flex-align: center;
      align-items: center; }
  @media screen and (min-width: 64em) {
    .program__links__list {
      padding-left: 2.5rem; } }

.program__link {
  display: block;
  position: relative;
  margin: auto;
  margin-bottom: 1rem; }
  @media screen and (min-width: 48em) {
    .program__link {
      margin-right: 1rem; } }
  @media screen and (min-width: 64em) {
    .program__link {
      -ms-flex: 0 1 25%;
          flex: 0 1 25%;
      margin-right: 3rem; } }

li:last-child .program__links__list .program__link {
  margin-right: 1rem; }

@media screen and (min-width: 48em) {
  .program__links__list .program__link {
    margin-right: 1rem; } }

@media screen and (min-width: 64em) {
  .program__links__list .program__link {
    margin-right: 1rem; } }

.program__link__image {
  border-radius: 5px;
  width: 100%;
  margin: auto; }

.program__link__image__filter {
  position: relative;
  width: 100%;
  height: 100%; }
  .program__link__image__filter::after {
    content: '';
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.86) 100%);
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    border-radius: 5px; }
    a.program__link:hover .program__link__image__filter::after,
    a.program__link:focus .program__link__image__filter::after {
      background: linear-gradient(180deg, rgba(0, 0, 0, 0.1) 0%, rgba(0, 0, 0, 0.9) 100%); }

.program__link__name {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  padding: 1rem 2rem; }

.program__link__name__text {
  text-transform: uppercase;
  text-align: center;
  letter-spacing: 2px;
  font-weight: 700;
  color: #fff;
  font-size: 0.6875rem;
  transition: color 300ms ease; }
  .program__link:hover .program__link__name__text,
  .program__link:focus .program__link__name__text {
    color: #ffd200;
    text-decoration: underline; }

.IE11 .program__overview__image__container {
  -ms-flex-positive: 0;
      flex-grow: 0;
  -ms-flex-preferred-size: auto;
      flex-basis: auto; }

.program__links .headline {
  margin-bottom: 1rem; }
  @media screen and (min-width: 64em) {
    .program__links .headline {
      margin-bottom: 0;
      min-width: 500px; } }

.program__links .subheader {
  margin-bottom: 1rem; }
  @media screen and (min-width: 64em) {
    .program__links .subheader {
      margin-bottom: 0;
      width: 100%;
      max-width: 22.5rem; } }

.program__imageSlider__header--mobile {
  padding: 1.5rem 2rem 0;
  margin-top: 1rem;
  text-align: center; }
  @media screen and (min-width: 48em) {
    .program__imageSlider__header--mobile {
      margin-top: 2rem; } }
  @media screen and (min-width: 64em) {
    .program__imageSlider__header--mobile {
      display: none; } }

.program__imageSlider__header {
  display: none; }
  @media screen and (min-width: 48em) {
    .program__imageSlider__header {
      display: block;
      -ms-flex: 1 0 20%;
          flex: 1 0 20%;
      margin: 3rem 2rem 0 0; } }

.program__imageSlider {
  display: -ms-flexbox;
  display: flex;
  height: auto;
  padding: 1rem 1rem 2rem; }
  @media screen and (min-width: 48em) {
    .program__imageSlider {
      padding: 2rem; } }
  @media screen and (min-width: 64em) {
    .program__imageSlider {
      padding: 5rem 3.5rem; } }

.program__imageSlider__item {
  -ms-flex: 1 0 100%;
      flex: 1 0 100%;
  margin-right: 4rem;
  transform: scale(0.8);
  transition: transform 300ms ease; }
  @media screen and (min-width: 64em) {
    .program__imageSlider__item {
      -ms-flex: 1 0 950px;
          flex: 1 0 950px; } }
  .program__imageSlider__item.item-active {
    transform: scale(1); }

.program__imageSlider__spacer {
  -ms-flex: 1 0 10%;
      flex: 1 0 10%; }

.program__imageSlider__image {
  position: relative; }
  .program__imageSlider__image::after {
    content: '';
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.86) 100%);
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    border-radius: 5px; }
  .program__imageSlider__image img {
    border-radius: 5px;
    width: 100%; }

.program__imageSlider__image__caption {
  position: absolute;
  bottom: 2rem;
  left: 2rem;
  color: #fff;
  z-index: 10; }

.program__imageSlider__item__details__title {
  margin: 1rem 0;
  font-family: "Quattrocento", serif;
  font-weight: 400;
  text-transform: capitalize;
  color: #8b2346;
  font-size: 20px; }
  @media screen and (min-width: 320px) {
    .program__imageSlider__item__details__title {
      font-size: calc(20px + 15 * (100vw - 320px) / 1120); } }
  @media screen and (min-width: 1440px) {
    .program__imageSlider__item__details__title {
      font-size: 35px; } }
  @media screen and (min-width: 64em) {
    .program__imageSlider__item__details__title {
      margin-top: 2.25rem; } }

@media screen and (min-width: 64em) {
  .finder__container {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
        justify-content: space-between;
    padding: 5rem; } }

.finder__side {
  font-size: 0.75rem;
  font-weight: bold; }
  @media screen and (min-width: 64em) {
    .finder__side {
      width: 25%;
      margin-bottom: 4rem;
      padding-right: 2rem; } }

.finder__group {
  border-bottom: 1px dotted #000; }
  .finder__group:last-child {
    border-bottom: 0; }
  @media screen and (min-width: 64em) {
    .finder__group {
      border-bottom: none;
      margin-bottom: 2.5rem; } }

.finder__group__header {
  font-family: "Raleway", sans-serif;
  color: #8b2346;
  font-weight: 700;
  line-height: 1.5;
  font-size: 1.5rem; }
  @media screen and (min-width: 64em) {
    .finder__group__header {
      margin-bottom: 1rem;
      font-size: 1.25rem; } }

h2.finder__group__header {
  display: none; }
  @media screen and (min-width: 64em) {
    h2.finder__group__header {
      display: block; } }

.filter__label {
  display: block;
  font-weight: bold;
  line-height: 3;
  font-family: "Raleway", sans-serif;
  font-size: 0.8125rem; }

.filter__radio {
  display: block;
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  background-color: #fff;
  color: #8b2346; }

.finder__search {
  margin: 0 -1.5rem; }
  @media screen and (min-width: 48em) {
    .finder__search {
      margin: 0 auto; } }

.finder__form {
  position: relative;
  width: 100%;
  margin: 2rem 0;
  padding: 2rem;
  background-color: #8b2346; }
  @media screen and (min-width: 48em) {
    .finder__form {
      background: none;
      display: -ms-flexbox;
      display: flex;
      padding: 0;
      margin: 3rem auto; } }

.finder__input {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border-radius: 0;
  width: 100%;
  font-weight: 500;
  background-color: transparent;
  height: 3.5rem;
  border: 0;
  border-bottom: 5px solid #ffd200;
  color: #fff;
  font-size: 0.9375rem; }
  @media screen and (min-width: 48em) {
    .finder__input {
      background-color: #fff;
      font-weight: 700;
      color: #000;
      padding: 1.5rem 2.5rem;
      height: 4.5rem;
      width: calc(100% - 4rem);
      border: 0;
      border-radius: 3px;
      border-top-right-radius: 0;
      border-bottom-right-radius: 0;
      font-size: 1.25rem; } }
  .finder__input:-ms-input-placeholder {
    color: #fff; }
  .finder__input::placeholder {
    color: #fff; }
    @media screen and (min-width: 48em) {
      .finder__input:-ms-input-placeholder {
        color: #4d4d4f; }
      .finder__input::placeholder {
        color: #4d4d4f; } }

.finder__input--directory {
  border: 1px solid #cccbbf;
  padding-left: 1.5rem;
  padding-right: 2.5rem; }

.finder__submit {
  position: absolute;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-color: transparent;
  border: 0;
  outline: 0;
  right: 2rem;
  top: 0;
  bottom: 0; }
  @media screen and (min-width: 48em) {
    .finder__submit {
      position: static;
      width: 5rem;
      background-color: #ffd200;
      background-image: linear-gradient(100deg, #f26329, #ffd200);
      color: #620020;
      border-radius: 3px;
      border-top-left-radius: 0;
      border-bottom-left-radius: 0;
      background-size: 100%;
      transition: background-size 300ms ease; }
      .finder__submit:hover, .finder__submit:focus {
        background-size: 200%; } }

.finder__submit__icon {
  width: 1.75rem;
  margin: auto;
  margin-bottom: 0.5rem; }
  @media screen and (min-width: 64em) {
    .finder__submit__icon {
      width: 1.25rem;
      margin-bottom: 0; } }

.finder__main {
  margin: 1rem 0 2rem; }
  @media screen and (min-width: 64em) {
    .finder__main {
      width: 70%;
      margin: 1rem 0 4rem; } }

.finder__count,
.finder__remove,
.finder__reset {
  vertical-align: middle; }

.finder__count {
  display: block;
  margin-bottom: 1rem; }
  @media screen and (min-width: 64em) {
    .finder__count {
      display: inline-block;
      margin-right: 0.75rem;
      margin-bottom: 0; } }

.finder__reset {
  display: block;
  padding: 0 1.5rem 0 0;
  margin-left: 0.15rem;
  margin-top: 0.5rem; }
  @media screen and (min-width: 64em) {
    .finder__reset {
      display: inline-block;
      margin-top: 0;
      margin-left: 0.5rem; } }

.finder__remove {
  display: inline-block;
  margin: 0 0.5rem 0.5rem;
  padding: 0.25rem 2.75rem 0.25rem 0.5rem;
  height: 2.5rem;
  border-radius: 3px;
  background-color: #f1f0ed; }
  @media screen and (min-width: 64em) {
    .finder__remove {
      margin: 0 0.75rem 0; } }
  .finder__remove:first-of-type {
    margin-left: 0; }
    @media screen and (min-width: 48em) {
      .finder__remove:first-of-type {
        margin-left: 0.5rem; } }

.finder__reset,
.finder__remove {
  position: relative;
  font-weight: 700;
  font-size: 0.8125rem; }
  .finder__reset::after,
  .finder__remove::after {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 19 19'%3e %3cpath d='M10.9%2c9.5l8.1%2c8.1L17.6%2c19l-8.1-8.1L1.4%2c19L0%2c17.6l8.1-8.1L0%2c1.4L1.4%2c0l8.1%2c8.1L17.6%2c0 L19%2c1.4L10.9%2c9.5z'/%3e %3c/svg%3e");
    background-repeat: no-repeat;
    background-position: center;
    content: '';
    position: absolute;
    top: 50%;
    width: 0.5rem;
    height: 0.5rem;
    transform: translateY(-50%);
    background-position: center;
    background-repeat: no-repeat; }

.finder__reset::after {
  right: 0.25rem; }

.finder__remove::after {
  right: 1rem; }

.finder__results {
  margin-top: 1rem; }
  @media screen and (min-width: 64em) {
    .finder__results {
      margin-top: 2rem; } }

.finder__item {
  border-bottom: 1px dotted #000; }

.finder__title {
  display: block;
  color: #000;
  letter-spacing: -0.85px;
  font-family: "Quattrocento", serif;
  font-weight: 400;
  transition: color 300ms ease;
  padding-right: 3rem;
  font-size: 1.5rem; }
  @media screen and (min-width: 48em) {
    .finder__title {
      font-size: 1.875rem; } }
  .accordion__toggle--active .finder__title {
    color: #8b2346; }

.finder__item__desc {
  margin-bottom: 1.5rem;
  margin-top: 1.5rem; }
  @media screen and (min-width: 64em) {
    .finder__item__desc {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-pack: justify;
          justify-content: space-between;
      margin-top: 0; } }

.finder__item__desc__group {
  position: relative;
  padding: 1rem 0;
  width: 100%;
  border-top: 5px solid #8b2346; }
  @media screen and (min-width: 64em) {
    .finder__item__desc__group {
      padding: 1rem 1.5rem;
      min-height: 6rem;
      border-top: 0; }
      .finder__item__desc__group::before {
        content: '';
        height: 4.5rem;
        width: 5px;
        background-color: #8b2346;
        display: inline-block;
        position: absolute;
        left: 0; } }

.finder__count,
.finder__item__term {
  font-family: "Quattrocento", serif;
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: 2.18px;
  font-size: 0.75rem; }

.finder__item__term {
  display: block;
  margin-bottom: 0.5rem;
  color: #8b2346; }

.finder__item__detail {
  font-weight: 700; }

.finder__item__link.cta__button, .primary__nav .cta__wrapper .finder__item__link.primary__nav__link,
.footer__top__right .cta__wrapper .finder__item__link.footer__link {
  width: 150px;
  padding: .25rem 1rem; }

.filter__label {
  display: block;
  position: relative; }
  .filter__label input {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    opacity: 0; }
  .filter__label:focus-within {
    z-index: 1; }

.filter__radio {
  padding-left: 2.5rem;
  display: block;
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  background-color: #fff;
  color: #000; }
  .filter__radio::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 0;
    width: 1.25rem;
    height: 1.25rem;
    border: 1px solid #000;
    border-radius: 50%;
    transform: translateY(-50%);
    cursor: pointer; }
    :checked + .filter__radio::before {
      background-color: #8b2346;
      box-shadow: inset 0 0 0px 0.25rem #fff; }

.finder__group__toggle {
  padding: 1rem 0;
  text-align: left;
  width: 100%;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }
  @media screen and (min-width: 48em) {
    .finder__group__toggle {
      padding: 2rem 0; } }
  @media screen and (min-width: 64em) {
    .finder__group__toggle {
      display: none; } }

.finder__filters {
  margin: 0;
  padding: 0;
  list-style: none;
  display: none;
  padding: 0 .5rem 1rem; }
  @media screen and (min-width: 64em) {
    .finder__filters {
      display: block;
      padding: 0; } }
  .group--active .finder__filters {
    display: block;
    opacity: 1; }

.finder__toggle__icon {
  width: 1rem;
  margin-right: 0.5rem;
  color: #620020;
  transition: transform 300ms ease; }
  .group--active .finder__toggle__icon {
    transform: rotate(180deg); }

.listing {
  padding: 2rem 0; }
  @media screen and (min-width: 48em) {
    .listing {
      padding: 5.5rem 0 3rem; } }

.listing__header {
  padding-bottom: 1rem; }
  @media screen and (min-width: 48em) {
    .listing__header {
      padding-bottom: 3rem; } }

.listing__intro {
  margin: 1.5rem auto 2rem;
  padding: 0 2rem;
  text-align: center;
  font-size: 1.25rem; }
  @media screen and (min-width: 48em) {
    .listing__intro {
      width: 60%;
      padding: 0; } }

.list__container {
  padding: 2rem 1rem; }
  @media screen and (min-width: 48em) {
    .list__container {
      padding: 2rem; } }
  @media screen and (min-width: 64em) {
    .list__container {
      padding: 0 6rem 2rem; } }
  @media screen and (min-width: 80em) {
    .list__container {
      padding: 0 12.25rem 2rem; } }

.list__container--event {
  background-color: #f1f0ed; }
  @media screen and (min-width: 64em) {
    .list__container--event.list__container {
      padding-top: 3.5rem; } }

.list__content__header {
  margin-bottom: 1rem;
  text-align: center;
  font-weight: 700;
  font-family: "Raleway", sans-serif;
  font-size: 1.375rem; }
  @media screen and (min-width: 48em) {
    .list__content__header {
      text-align: left; } }

.list__item__details__header {
  font-weight: 700; }

.list--event,
.list--news,
.list--post,
.list--directory {
  padding: 0;
  list-style: none; }

.list--news li,
.list--post li {
  padding-left: 0; }

.list__item--news,
.list__item--event {
  border-radius: 5px;
  margin-bottom: 2rem; }

.list__item {
  display: block;
  text-align: center; }
  @media screen and (min-width: 48em) {
    .list__item {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap;
      -ms-flex-align: center;
          align-items: center;
      -ms-flex-pack: justify;
          justify-content: space-between;
      text-align: left; } }

.list__item--event {
  height: 32rem;
  padding: 1rem 2rem;
  background-color: #fff; }
  @media screen and (min-width: 48em) {
    .list__item--event {
      height: 12rem;
      padding: 0; } }

.list__item--news {
  background-color: #f1f0ed;
  padding: 2rem 2.5rem;
  text-align: left;
  /*@include mq(48em) {
    height: 17rem;
  }

  @include mq(64em) {
    height: 15.5rem;
  }*/ }

.list__item--directory {
  border: 0;
  margin-bottom: 1rem;
  padding: 1rem 0.5rem;
  border-bottom: 1px dotted black; }
  @media screen and (min-width: 48em) {
    .list__item--directory {
      height: 12rem;
      padding: 0;
      margin-bottom: 0; } }

@media screen and (min-width: 48em) {
  .list__item__header--directory {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    -ms-flex-pack: justify;
        justify-content: space-between;
    -ms-flex: 1 0 65%;
        flex: 1 0 65%;
    padding-right: 2rem; } }

.list__item__name {
  font-family: "Quattrocento", serif;
  font-weight: 400;
  transition: color 300ms ease;
  font-size: 22px; }
  @media screen and (min-width: 320px) {
    .list__item__name {
      font-size: calc(22px + 13 * (100vw - 320px) / 1120); } }
  @media screen and (min-width: 1440px) {
    .list__item__name {
      font-size: 35px; } }

@media screen and (min-width: 48em) {
  .list__item__title--directory {
    padding-right: 3rem; } }

.list__item__position {
  font-weight: 500;
  line-height: 1.5; }
  @media screen and (min-width: 48em) {
    .list__item__position {
      margin-bottom: 0;
      font-size: 1rem; } }

.list__item__contact {
  font-weight: 500;
  line-height: 1.2;
  padding: 1rem; }
  @media screen and (min-width: 48em) {
    .list__item__contact {
      border-left: 5px solid #8b2346;
      padding-left: 2rem;
      -ms-flex-positive: 2;
          flex-grow: 2;
      -ms-flex-negative: 0;
          flex-shrink: 0;
      width: 20%;
      min-height: 5.75rem;
      font-size: 1rem; } }
  .list__item__contact p {
    margin-bottom: 0; }

.list__item__image--directory {
  margin: auto;
  border-radius: 50%;
  min-width: 125px; }
  @media screen and (min-width: 48em) {
    .list__item__image--directory {
      margin: 0; } }

.list__item__image__wrapper {
  -ms-flex: 0 1 auto;
      flex: 0 1 auto;
  margin: 0 auto 1rem; }
  @media screen and (min-width: 48em) {
    .list__item__image__wrapper {
      margin-right: 2.5rem;
      margin-bottom: 0; } }

.list__item__image--article {
  margin: auto; }
  @media screen and (min-width: 48em) {
    .list__item__image--article {
      margin: 0; } }

.list__item__article__wrapper {
  -ms-flex: 2 1 65%;
      flex: 2 1 65%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-pack: justify;
      justify-content: space-between;
  height: 100%;
  padding: 0.5rem 1.5rem 0 0; }
  @media screen and (min-width: 48em) {
    .list__item__article__wrapper {
      max-width: 85%; } }

.list__item__title--news {
  margin-bottom: 1rem; }

.list__item__copy {
  margin-bottom: 1.5rem;
  text-overflow: ellipsis; }

.list__item__date {
  display: block;
  margin: auto;
  padding: 1rem 0.5rem 0.5rem;
  text-align: center; }
  @media screen and (min-width: 48em) {
    .list__item__date {
      max-height: 9.5rem;
      -ms-flex: 3 0 20%;
          flex: 3 0 20%;
      padding: 2rem 1rem;
      border-right: 5px solid #8b2346;
      margin-right: 2rem; } }

.list__item__date--news {
  padding-top: 0.5rem;
  border: 0;
  border-top: 1px dotted #000;
  font-weight: 700;
  color: #8b2346;
  font-size: 0.8125rem; }

.list__item__month {
  display: block;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-size: 0.6875rem; }

.list__item__day {
  padding: 0.25rem 0.5rem;
  border-bottom: 5px solid #8b2346;
  width: 10rem;
  display: inline-block;
  margin: 0 auto;
  font-family: "Quattrocento", serif;
  color: #8b2346;
  font-size: 3rem; }
  @media screen and (min-width: 48em) {
    .list__item__day {
      width: auto;
      display: block;
      padding: 0;
      border-bottom: 0; } }

.list__item__month,
.list__item__day {
  text-align: center;
  line-height: 1.2; }

.list__item__title {
  transition: color 300ms ease;
  font-size: 1.5rem; }
  @media screen and (min-width: 48em) {
    .list__item__title {
      font-size: 1.375rem; } }
  .list__item__title:hover, .list__item__title:focus {
    color: #8b2346;
    text-decoration: underline; }

.list__item__title--event {
  margin-bottom: 0.75rem;
  margin-top: 0.75rem; }
  @media screen and (min-width: 48em) {
    .list__item__title--event {
      margin-top: 0; } }

@media screen and (min-width: 48em) {
  .list__item__description--event,
  .list__item__details--event,
  .list__item__copy {
    font-size: 1rem; } }

.list__item__content--event {
  max-height: 15rem;
  text-overflow: ellipsis; }
  @media screen and (min-width: 48em) {
    .list__item__content--event {
      -ms-flex: 4 1 55%;
          flex: 4 1 55%;
      padding-right: 2rem; } }
  @media screen and (min-width: 64em) {
    .list__item__content--event {
      padding-right: 4rem; } }

.list__item__details--event {
  margin-top: 3rem;
  line-height: 1.2; }
  @media screen and (min-width: 48em) {
    .list__item__details--event {
      margin-top: 0;
      -ms-flex: 0 1 25%;
          flex: 0 1 25%; } }

.list__item__description--event {
  margin: 1rem 0 0; }

.pagination {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  padding-top: 2.5rem; }

.pagination__link, .page-numbers {
  margin: 0.5rem;
  padding: 0.5rem 0.75rem;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  transition: color 300ms ease;
  font-size: 0.8125rem; }
  .pagination__link:hover, .page-numbers:hover, .pagination__link:focus, .page-numbers:focus {
    color: #8b2346; }

.pagination__link--current, .page-numbers.current {
  background-image: linear-gradient(100deg, #ffd200, #f26329);
  border-radius: 2px;
  pointer-events: none; }

.pagination__icon {
  display: block;
  width: 1rem;
  height: 1rem;
  color: #620020; }
  .pagination__link:hover .pagination__icon, .page-numbers:hover .pagination__icon,
  .pagination__link:focus .pagination__icon,
  .page-numbers:focus .pagination__icon {
    color: inherit; }

.pagination__icon--flip {
  transform: rotate(180deg); }
