@charset "UTF-8";
/*TYPE STYLES*/
/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}
.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}
.slick-slider .slick-track, .slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}
.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
[dir="rtl"] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
  display: none;
}
.list-checkbox-wrap .nf-field-element li, .list-radio-wrap .nf-field-element li {
  display: flex;
  align-items: baseline;
}
.list-checkbox-wrap .nf-field-element li input[type="checkbox"], .list-radio-wrap .nf-field-element li input[type="radio"] {
  float: none;
  margin: 0;
  width: 12px !important;
  height: 12px;
  flex-shrink: 0;
}
.nf-field .list-checkbox-wrap .nf-field-element li label, .nf-field .list-radio-wrap .nf-field-element li label {
  margin: 0 0 0 12px;
  color: #000;
  text-transform: none;
  letter-spacing: 0;
  font-size: 20px;
}
.tooltipster-base.tribe-events-tooltip-theme {
  border: 1px solid #E2E1E3;
  background-color: #fff;
  box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.14);
}
.tooltipster-base.tribe-events-tooltip-theme .tooltipster-box {
  background-color: transparent;
  border: 0;
  border-radius: 0;
  box-shadow: none;
}
.tooltipster-base.tribe-events-tooltip-theme .tooltipster-box .tooltipster-content {
  color: #141827;
  overflow: inherit;
}
.tribe-common.tribe-events .tribe-events-c-search {
  margin: 0 !important;
}
.tribe-common.tribe-events .tribe-events-c-search__button {
  font-size: 0;
}
.tribe-common.tribe-events .tribe-events-c-view-selector--tabs .tribe-events-c-view-selector__list {
  align-items: center;
  margin-left: 18px;
}
.tribe-common.tribe-events .tribe-events-header__top-bar {
  flex-direction: row-reverse;
  justify-content: space-between;
  margin-bottom: 20px;
}
.tribe-common.tribe-events .tribe-events-header__bottom-bar {
  flex-direction: row-reverse;
  justify-content: space-between;
  margin-top: 20px;
}
.tribe-events .tribe-events-c-top-bar__datepicker {
  flex: 0 1 auto;
}
.tribe-common.tribe-events .tribe-events-c-top-bar__actions {
  display: none !important;
}
.tribe-events .tribe-events-c-top-bar__nav-link.tribe-events-c-top-bar__nav-link--next, .tribe-events .tribe-events-c-top-bar__nav-link.tribe-events-c-top-bar__nav-link--prev, .tribe-events .tribe-events-c-nav__next, .tribe-events .tribe-events-c-nav__prev {
  display: flex;
  align-items: center;
  color: #000;
  text-decoration: none;
  font-size: 0;
  font-family: mr-eaves-xl-modern, sans-serif;
}
.tribe-events .tribe-events-c-top-bar__nav-link.tribe-events-c-top-bar__nav-link--next:before, .tribe-events .tribe-events-c-top-bar__nav-link.tribe-events-c-top-bar__nav-link--prev:before, .tribe-events .tribe-events-c-nav__next:before, .tribe-events .tribe-events-c-nav__prev:before {
  all: unset;
  color: #000;
  content: attr(title);
  text-decoration: none;
  font-size: 16px;
}
.tribe-events .tribe-events-c-top-bar__nav-link.tribe-events-c-top-bar__nav-link--next:after, .tribe-events .tribe-events-c-top-bar__nav-link.tribe-events-c-top-bar__nav-link--prev:after, .tribe-events .tribe-events-c-nav__next:after, .tribe-events .tribe-events-c-nav__prev:after {
  display: block;
  margin: 0 0 0 8px;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background: #383568 url('/wp-content/themes/dts/img/icon-arrow-gold.png') no-repeat 50% 50%;
  background-size: 10px;
  content: "";
}
.tribe-events .tribe-events-c-top-bar__nav-link.tribe-events-c-top-bar__nav-link--next:hover:after, .tribe-events .tribe-events-c-top-bar__nav-link.tribe-events-c-top-bar__nav-link--prev:hover:after, .tribe-events .tribe-events-c-nav__next:hover:after, .tribe-events .tribe-events-c-nav__prev:hover:after {
  animation-name: event-arrow-bounce;
  animation-duration: 0.5s;
}
.tribe-events .tribe-events-c-top-bar__nav-link.tribe-events-c-top-bar__nav-link--prev, .tribe-events .tribe-events-c-nav__prev {
  flex-direction: row-reverse;
}
.tribe-events .tribe-events-c-top-bar__nav-link.tribe-events-c-top-bar__nav-link--prev:after, .tribe-events .tribe-events-c-nav__prev:after {
  margin: 0 8px 0 0;
  transform: scaleX(-1);
}
@keyframes event-arrow-bounce {
  0% {
    background-position: 50% 50%;
  }
  50% {
    background-position: 65% 50%;
  }
  100% {
    background-position: 50% 50%;
  }
}
.tribe-common button[disabled] {
  opacity: 0.65 !important;
  pointer-events: none !important;
}
.tribe-events .tribe-events-calendar-month__calendar-event-datetime, .tribe-events .tribe-events-calendar-month__calendar-event-title, .tribe-events .tribe-events-calendar-month__multiday-event-bar-title {
  white-space: normal;
  font-weight: normal;
  font-style: italic;
  font-size: 14px;
  line-height: 1.142;
  color: #000;
}
.tribe-events .tribe-events-calendar-month__calendar-event-datetime {
  color: #6F6A72;
}
.tribe-common--breakpoint-full.tribe-events .tribe-events-calendar-month {
  border-color: #F5F5F5;
}
.tribe-events .tribe-events-calendar-month__calendar-event, .tribe-events .tribe-events-calendar-month__multiday-event {
  margin-bottom: 14px;
}
.tribe-events .tribe-events-calendar-month__calendar-event:after, .tribe-events .tribe-events-calendar-month__multiday-event:after {
  position: relative;
  bottom: -6px;
  display: block;
  width: 16px;
  height: 2px;
  background-color: #E2E1E3;
  content: "";
}
.tribe-events .tribe-events-calendar-month__multiday-event:after {
  left: 16px;
}
.tribe-events .tribe-events-calendar-month__multiday-event-bar-featured-icon {
  margin-right: 3px;
}
.tribe-events-filters-content .a11y-hidden {
  display: none;
}
.tribe-common #tribe_events_filters_form {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin: -8px;
}
.tribe-common .tribe_events_filter_item {
  padding: 8px;
  width: 100%;
}
@media (min-width: 768px) {
  .tribe-common .tribe_events_filter_item {
    width: auto;
  }
}
body.tribe_events_filters_submit--hidden .tribe-common .tribe_events_filters_form_submit {
  display: none;
}
.tribe-dropdown .select2-selection--single {
  height: 40px;
  border: solid 1px #E2E1E3;
  border-radius: 24px !important;
  background-color: #F5F5F5;
  color: #4C484E;
  font-size: 16px;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
  width: 39px;
  height: 40px;
  background: url('/wp-content/themes/dts/img/icon-caret-down-black.svg') no-repeat center;
}
.select2-container--default .select2-selection--single .select2-selection__arrow b {
  display: none;
}
.tribe-dropdown .select2-selection--single .select2-selection__rendered, .tribe-ea-dropdown .select2-selection--single .select2-selection__rendered {
  padding: 0 39px 0 17px;
  line-height: 40px;
}
#tribe_events_filters_wrapper.tribe-events-filters-horizontal .tribe-events-filters-group-heading {
  font-family: inherit;
  padding: 0 !important;
}
.tribe-events-filters-horizontal {
  margin-bottom: 32px !important;
  width: 100%;
}
.tribe-events-filters-legend {
  display: none !important;
}
.tribe-events .tribe-events-header__events-bar {
  margin-bottom: 24px;
}
.tribe-common .tribe-common-l-container {
  max-width: none;
  margin-left: 0;
  margin-right: 0;
  padding-left: 0;
  padding-right: 0;
  width: auto;
}
.tribe-events .tribe-events-c-search__button {
  margin-top: 0;
}
.tribe-common .tribe-common-c-btn, .tribe-common a.tribe-common-c-btn {
  width: auto;
}
.tribe-events-c-view-selector__list-item-link {
  white-space: nowrap;
}
.tribe-common--breakpoint-full.tribe-events .tribe-events-c-view-selector__list-item.tribe-events-c-view-selector__list-item--list, .tribe-common--breakpoint-full.tribe-events .tribe-events-c-view-selector--tabs .tribe-events-c-view-selector__list-item {
  margin: 8px;
}
.tribe-events .tribe-events-calendar-month__header-column-title {
  text-align: center;
}
.tribe-events .tribe-events-c-ical__link {
  width: auto;
}
.tribe-events .tribe-events-c-ical {
  display: flex;
  justify-content: center;
}
.tribe-events .datepicker table tr td span.active.active, .tribe-events .datepicker table tr td.active.active {
  background: #383568;
}
.tribe-events .datepicker .month, .tribe-events .datepicker .year {
  padding: 0;
  text-transform: uppercase;
}
.tribe-dropdown.select2-container .select2-results ul .select2-results__option {
  font-size: 16px;
}
.select2-container--default .select2-results__option--highlighted[data-selected] {
  background: #383568;
}
.tribe-common.tribe-events .tribe-events-c-view-selector--tabs .tribe-events-c-view-selector__content {
  padding: 0;
  height: auto;
}
.tribe-events .tribe-events-c-top-bar__nav-list {
  margin: -5px -24px;
}
.tribe-events .tribe-events-c-top-bar__nav-list-item {
  padding: 5px 24px;
  border-right: 1px solid #E2E1E3;
}
.tribe-events .tribe-events-c-top-bar__nav-list-item:last-child {
  border: none;
}
.tribe-common.tribe-events .tribe-events-c-events-bar__search-filters-container {
  display: none;
}
.tribe-common.tribe-events .tribe-events-c-view-selector--tabs .tribe-events-c-view-selector__list-item {
  margin: 8px;
}
.tribe-events .tribe-events-calendar-list__month-separator {
  margin-bottom: 24px;
}
#tribe_events_filters_wrapper.tribe-events-filters-horizontal .tribe-events-filters-label, #tribe_events_filters_wrapper.tribe-events-filters-vertical .tribe-events-filters-label {
  margin-bottom: 16px;
  padding: 0;
  border: none;
}
@media (min-width: 768px) {
  #tribe_events_filters_wrapper.tribe-events-filters-horizontal .tribe-events-filters-label, #tribe_events_filters_wrapper.tribe-events-filters-vertical .tribe-events-filters-label {
    margin-bottom: 0;
  }
}
.tribe-common .tribe-events-c-events-bar__search-button, .tribe-common.tribe-events .tribe-events-c-view-selector__button {
  display: none;
}
.tribe-common.tribe-events .tribe-events-c-view-selector__content {
  position: static;
  display: block;
  transform: none;
}
.tribe-common.tribe-events .tribe-events-c-view-selector {
  width: auto;
}
.tribe-common.tribe-events .tribe-events-c-view-selector--tabs .tribe-events-c-view-selector__list {
  display: flex;
}
.tribe-common.tribe-events .tribe-events-c-view-selector--tabs .tribe-events-c-view-selector__list:before {
  margin: 8px 16px 8px 8px !important;
  content: "Change View";
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-size: 13px;
  margin-right: 24px;
}
@media (min-width: 768px) {
  .tribe-common.tribe-events .tribe-events-c-view-selector--tabs .tribe-events-c-view-selector__list:before {
    font-size: 13px;
  }
}
.tribe-dropdown.select2-container .select2-dropdown.select2-dropdown--below {
  border-radius: 0;
}
.tribe-dropdown .select2-selection--single .select2-selection__clear, .tribe-ea-dropdown .select2-selection--single .select2-selection__clear, .tribe-events .tribe-events-c-ical, .tribe-events .tribe-events-c-view-selector__list-item-text, .tribe-events .tribe-events-c-view-selector__list-item-icon, .tribe-events .tribe-events-c-nav__list-item--today {
  display: none !important;
}
.tribe-common.tribe-events .tribe-events-c-view-selector--tabs .tribe-events-c-view-selector__list-item-link {
  padding: 0;
  width: 24px;
  height: 24px;
  background: url('/wp-content/themes/dts/img/icon-list.svg') no-repeat center center;
}
.tribe-common.tribe-events .tribe-events-c-view-selector--tabs .tribe-events-c-view-selector__list-item--month .tribe-events-c-view-selector__list-item-link {
  background: url('/wp-content/themes/dts/img/icon-calendar-black.svg') no-repeat center center;
}
.tribe-common.tribe-events .tribe-events-header--has-event-search .tribe-events-header__events-bar {
  margin: 12px 0 12px;
}
.tribe-common.tribe-events .tribe-events-header {
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  .tribe-common.tribe-events .tribe-events-header {
    margin-bottom: 52px;
  }
}
.tribe-events .tribe-events-view-loader {
  right: calc(-50vw + 50%);
  left: calc(-50vw + 50%);
}
.tribe-common.tribe-events .tribe-events-header__messages {
  order: 2;
  margin-top: 28px;
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .tribe-common.tribe-events .tribe-events-header__messages {
    margin-top: 42px;
  }
}
.tribe-common.tribe-events .tribe-events-c-messages__message {
  padding: 0;
}
.tribe-common.tribe-events .tribe-events-c-messages__message-list-item-link {
  color: inherit;
}
.tribe-events .tribe-events-c-nav__next, .tribe-events .tribe-events-c-nav__prev {
  color: inherit;
}
.tribe-common {
  color: inherit;
  font-size: inherit;
  font-family: inherit;
}
.tribe-events .tribe-events-calendar-month__multiday-event {
  position: relative;
}
.tribe-common.tribe-events .tribe-events-calendar-list__event-title {
  margin: 0 0 8px !important;
  line-height: 1;
}
.tribe-common.tribe-events .tribe-events-calendar-list__event-title-link {
  text-decoration: none;
}
.tribe-events .tribe-events-calendar-month__multiday-event-bar-title {
  overflow: visible;
  display: inline;
}
.tribe-events .tribe-events-calendar-month__multiday-event-bar-inner {
  display: block;
}
.tribe-events .tribe-events-calendar-month__multiday-event-bar-featured-icon {
  display: inline-block;
}
.tribe-events .tribe-events-calendar-month-mobile-events__mobile-event {
  padding: 0;
}
.tribe-events .tribe-events-calendar-month-mobile-events__day-marker {
  padding: 0;
  margin-bottom: 32px;
}
.tribe-common.tribe-events .tribe-events-calendar-month__multiday-event-wrapper {
  height: auto;
}
.tribe-events .tribe-events-c-top-bar__datepicker-button:after {
  margin-left: 6px;
  width: 10px;
  height: 6px;
  background: url('/wp-content/themes/dts/img/icon-caret-down-black.svg') no-repeat center;
  content: "";
}
.tribe-events .tribe-events-c-top-bar__datepicker-button--open:after {
  transform: rotate(180deg);
}
.tribe-common.tribe-events .tribe-events-header--has-event-search .tribe-events-header__events-bar {
  border: none;
  display: flex;
  align-items: center;
}
.tribe-events-c-events-bar__filter-button-container {
  margin: 0;
}
.tribe-common--breakpoint-medium.tribe-events--filter-bar-horizontal.tribe-events .tribe-events-header--has-event-search .tribe-events-c-events-bar__filter-button {
  padding: 0;
  margin: 4px 24px 4px 0;
}
.tribe-common--breakpoint-medium.tribe-events--filter-bar-horizontal.tribe-events .tribe-events-header--has-event-search .tribe-events-c-events-bar__filter-button-text {
  font-size: 13px;
  letter-spacing: 2px;
  text-transform: uppercase;
  font-weight: 400;
  font-family: mr-eaves-xl-modern, sans-serif;
}
.tribe-common--breakpoint-medium .tribe-filter-bar--horizontal.tribe-filter-bar {
  margin-top: 16px;
}
.slate-req-info, .slate-req-info .form_responses {
  padding: 0 !important;
}
.slate-req-info .form_responses input, .slate-req-info .form_responses textarea {
  padding: 15px 24px;
}
.slate-req-info select {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #F5F5F5 !important;
  background-position: right 12px center !important;
}
.slate-req-info .form_flex > input {
  width: auto !important;
  flex: 1;
}
.slate-req-info .form_question {
  margin-bottom: 0;
}
.slate-req-info .form_flex {
  flex-wrap: wrap;
}
.slate-req-info legend {
  margin: 0 6px 8px 0;
}
.slate-req-info .action.form_action {
  margin-top: 20px;
}
.slate-event-list td {
  padding-bottom: 16px;
}
.slate-event-list div a {
  display: inline-block;
  margin-bottom: 8px;
  line-height: 1.125em;
}
/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}
body {
  line-height: 1;
}
ol, ul {
  list-style: none;
  list-style-type: none;
}
blockquote, q {
  quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
html {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
*, *:before, *:after {
  -webkit-box-sizing: inherit;
  -moz-box-sizing: inherit;
  box-sizing: inherit;
}
a, .tribe-common a {
  border: 0 solid transparent;
  border-bottom: 2px solid transparent;
}
a:focus, .tribe-common a:focus {
  outline: none;
  border: 0 solid transparent;
  border-bottom: 2px solid #383568;
  text-decoration: none;
}
a:focus::-moz-focus-inner, .tribe-common a:focus::-moz-focus-inner {
  border: 0;
}
.sc-smartboard-item a:focus {
  background-color: #31261B;
  border-bottom: 2px solid #31261B;
}
.footer__navigation a:not(.btn):focus {
  border-bottom: none;
  text-decoration: underline;
}
.footer__legal a:not(.btn):focus {
  border-bottom: 2px solid #383568;
}
a.nav__brand:not(.btn):focus {
  border-bottom: 2px solid transparent;
  text-decoration: none;
  background-color: #E2E1E3;
}
.footer__navigation a.footer__logo:not(.btn):focus {
  border-bottom: 2px solid transparent;
  text-decoration: none;
  background-color: #282828;
}
button, button.btn, input[type=button] {
  border: 0 solid transparent;
  border-bottom: 2px solid transparent;
  position: relative;
  border-width: 1px;
}
button:focus, button.btn:focus, button.btn:focus-within, #news-events button.btn:focus-within, .page__content button.btn:focus-within, input[type=button]:focus {
  outline: none;
  border: 0 solid transparent;
  border-bottom: 2px solid #383568;
  text-decoration: none;
}
button:focus::-moz-focus-inner, button.btn:focus::-moz-focus-inner, button.btn:focus-within::-moz-focus-inner, #news-events button.btn:focus-within::-moz-focus-inner, .page__content button.btn:focus-within::-moz-focus-inner, input[type=button]:focus::-moz-focus-inner {
  border: 0;
}
button:focus, button.btn:focus, button.btn:focus-within, #news-events button.btn:focus-within, .page__content button.btn:focus-within, input[type=button]:focus {
  border: 1px solid #383568;
}
input[type=submit], input[type=text], input[type=email], input[type=search], input[type=tel], input[type=number], input[type=checkbox], input[type=radio], select, textarea {
  border: 0 solid transparent;
  border-bottom: 2px solid transparent;
  border: 1px solid transparent;
}
input[type=submit]:focus, input[type=text]:focus, input[type=email]:focus, input[type=search]:focus, input[type=tel]:focus, input[type=number]:focus, input[type=checkbox]:focus, input[type=radio]:focus, select:focus, .tribe-dropdown.select2-container--focus .select2-selection--single, .tribe-ea-dropdown.select2-container--focus .select2-selection--single, textarea:focus {
  outline: none;
  border: 0 solid transparent;
  border-bottom: 2px solid #383568;
  text-decoration: none;
}
input[type=submit]:focus::-moz-focus-inner, input[type=text]:focus::-moz-focus-inner, input[type=email]:focus::-moz-focus-inner, input[type=search]:focus::-moz-focus-inner, input[type=tel]:focus::-moz-focus-inner, input[type=number]:focus::-moz-focus-inner, input[type=checkbox]:focus::-moz-focus-inner, input[type=radio]:focus::-moz-focus-inner, select:focus::-moz-focus-inner, .tribe-dropdown.select2-container--focus .select2-selection--single::-moz-focus-inner, .tribe-ea-dropdown.select2-container--focus .select2-selection--single::-moz-focus-inner, textarea:focus::-moz-focus-inner {
  border: 0;
}
input[type=submit]:focus, input[type=text]:focus, input[type=email]:focus, input[type=search]:focus, input[type=tel]:focus, input[type=number]:focus, input[type=checkbox]:focus, input[type=radio]:focus, select:focus, .tribe-dropdown.select2-container--focus .select2-selection--single, .tribe-ea-dropdown.select2-container--focus .select2-selection--single, textarea:focus {
  box-shadow: 0 0 5px #383568;
  border: 1px solid #383568;
}
.btn.btn__mycbu {
  position: relative;
  border-width: 1px;
}
.btn.btn__mycbu:focus, .btn__mycbu.btn:focus-within, #news-events .btn__mycbu.btn:focus-within, .page__content .btn__mycbu.btn:focus-within {
  border: 1px solid #31261B;
}
.btn.btn__mycbu:focus::after, .btn__mycbu.btn:focus-within::after, #news-events .btn__mycbu.btn:focus-within::after, .page__content .btn__mycbu.btn:focus-within::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  box-shadow: inset 0 0 0 1px #31261B;
  pointer-events: none;
}
.btn.btn__mycbu:focus, .btn__mycbu.btn:focus-within, #news-events .btn__mycbu.btn:focus-within, .page__content .btn__mycbu.btn:focus-within {
  border-width: 1px;
}
.btn {
  border: 0 solid transparent;
  border-bottom: 2px solid transparent;
  position: relative;
  border-width: 1px;
}
.btn:focus, .btn:focus-within, #news-events .btn:focus-within, .page__content .btn:focus-within {
  outline: none;
  border: 0 solid transparent;
  border-bottom: 2px solid #383568;
  text-decoration: none;
}
.btn:focus::-moz-focus-inner, .btn:focus-within::-moz-focus-inner, #news-events .btn:focus-within::-moz-focus-inner, .page__content .btn:focus-within::-moz-focus-inner {
  border: 0;
}
.btn:focus, .btn:focus-within, #news-events .btn:focus-within, .page__content .btn:focus-within {
  border: 1px solid #383568;
}
.btn.btn--reverses {
  position: relative;
  border-width: 1px;
}
.btn.btn--reverses:focus, .btn--reverses.btn:focus-within, #news-events .btn--reverses.btn:focus-within, .page__content .btn--reverses.btn:focus-within {
  border: 1px solid #31261B;
}
.btn.btn--reverses:focus::after, .btn--reverses.btn:focus-within::after, #news-events .btn--reverses.btn:focus-within::after, .page__content .btn--reverses.btn:focus-within::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  box-shadow: inset 0 0 0 1px #31261B;
  pointer-events: none;
}
.btn.btn--reverses:focus, .btn--reverses.btn:focus-within, #news-events .btn--reverses.btn:focus-within, .page__content .btn--reverses.btn:focus-within {
  border-width: 1px;
}
.html-container li {
  list-style-type: disc;
}
.nf-field-container.html-container.html-container--display-label .nf-field-label {
  display: flex;
}
.html-container--display-label.label-left .html-wrap {
  display: flex;
  align-items: center;
}
.html-container--display-label.label-left .html-wrap .nf-field-element {
  display: inline-block;
  width: 65%;
  -ms-flex-order: 10;
  order: 10;
}
@media (max-width: 992px) {
  .list-radio-wrap .nf-field-element li {
    float: none;
    width: auto;
  }
}
.nf-field-element input[type="checkbox"] {
  -webkit-appearance: checkbox;
}
.label-right .field-wrap {
  align-items: center;
}
.grid {
  margin: auto;
  padding: 0 16px;
  max-width: 1296px;
  width: 100%;
}
.grid--no-gap {
  width: auto;
  padding: 0;
}
.grid--left-edge {
  margin-right: 0;
  padding-right: 0;
  padding-left: 16px;
  max-width: none;
  width: auto;
}
@media (min-width: 992px) {
  .grid--left-edge, .grid--left-edge-lg {
    margin-right: 0;
    padding-right: 0;
    padding-left: 16px;
    max-width: none;
    width: auto;
  }
}
@media (min-width: 1422px) {
  .grid--left-edge, .grid--left-edge-lg {
    margin-left: calc(50% - 640px);
  }
}
@media (min-width: 992px) {
  .grid--default-lg {
    margin: auto;
    padding: 0 16px;
    max-width: 1296px;
    width: 100%;
  }
}
.grid .grid {
  width: 100%;
}
.grid.grid--breakout {
  max-width: none;
  width: 95%;
}
@media (min-width: 992px) {
  .grid.grid--breakout {
    width: 100%;
    padding: 0 8px;
  }
}
.grid--inner-block-col {
  max-width: none;
  width: auto;
}
.grid--inner-block-col > * {
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 992px) {
  .grid--inner-block-col > *:not(.fluid-width-video-wrapper) {
    max-width: 944px;
    width: 75%;
  }
}
.grid--inner-block-col > .alignwide {
  max-width: 1264px;
  width: auto;
}
.grid--inner-block-col > .alignfull {
  margin-right: -16px;
  margin-left: -16px;
  padding-right: 16px;
  padding-left: 16px;
  max-width: none;
  width: auto;
}
.grid--outlined .grid__row {
  padding: 16px;
}
.grid--outlined .grid__col {
  background-color: rgba(80, 80, 80, 0.1);
}
.grid__row {
  display: flex;
  flex-flow: wrap;
  margin-right: -8px;
  margin-left: -8px;
}
.grid__row--direction-row-reverse {
  flex-direction: row-reverse;
}
.grid__row--align-center {
  align-items: center;
}
.grid__row--justify-center {
  justify-content: center;
}
.grid__row--justify-between {
  justify-content: space-between;
}
.grid__row--justify-end {
  justify-content: flex-end;
}
.grid__row--direction-row-reverse {
  flex-direction: row-reverse;
}
.grid__row--vertical-space {
  margin-bottom: -56px;
}
.grid__row--vertical-space .grid__col {
  margin-bottom: 56px;
}
.grid__row--vgutter {
  margin-bottom: -40px;
}
.grid__row--vgutter > .grid__col {
  margin-bottom: 40px;
}
.grid__row--vgutter-xs {
  margin-bottom: -16px;
}
.grid__row--vgutter-xs > .grid__col {
  margin-bottom: 16px;
}
.grid__row--large-gutter {
  margin-left: -26px;
  margin-right: -26px;
}
.grid__row--large-gutter > .grid__col, .grid__row--large-gutter .grid__col--inherit-gutter {
  padding-left: 26px;
  padding-right: 26px;
}
@media (min-width: 992px) {
  .grid__row--lg-large-gutter {
    margin-left: -26px;
    margin-right: -26px;
  }
  .grid__row--lg-large-gutter > .grid__col, .grid__row--lg-large-gutter .grid__col--inherit-gutter {
    padding-left: 26px;
    padding-right: 26px;
  }
}
@media (min-width: 1200px) {
  .grid__row--xl-large-gutter {
    margin-left: -26px;
    margin-right: -26px;
  }
  .grid__row--xl-large-gutter > .grid__col, .grid__row--xl-large-gutter .grid__col--inherit-gutter {
    padding-left: 26px;
    padding-right: 26px;
  }
}
.grid__row > * {
  flex: 1 1 100%;
  max-width: 100%;
  width: 100%;
  word-wrap: break-word;
}
@media (min-width: 992px) {
  .grid__row > * {
    flex: 0 0 100%;
  }
}
.grid__col {
  padding: 0 8px;
}
.grid__col--initial {
  flex: 0 1 auto;
  max-width: none;
  width: auto;
}
@media (min-width: 992px) {
  .grid__col--12 {
    flex-basis: 100%;
    max-width: 100%;
    flex: 0 0 100%;
  }
}
@media (min-width: 992px) {
  .grid__col--11 {
    flex-basis: 91.6666666667%;
    max-width: 91.6666666667%;
    flex: 0 0 100%;
  }
}
@media (min-width: 992px) {
  .grid__col--10 {
    flex-basis: 83.3333333333%;
    max-width: 83.3333333333%;
    flex: 0 0 100%;
  }
}
@media (min-width: 992px) {
  .grid__col--9 {
    flex-basis: 75%;
    max-width: 75%;
    flex: 0 0 100%;
  }
}
@media (min-width: 992px) {
  .grid__col--8 {
    flex-basis: 66.6666666667%;
    max-width: 66.6666666667%;
    flex: 0 0 100%;
  }
}
@media (min-width: 992px) {
  .grid__col--7 {
    flex-basis: 58.3333333333%;
    max-width: 58.3333333333%;
    flex: 0 0 100%;
  }
}
@media (min-width: 992px) {
  .grid__col--6 {
    flex-basis: 50%;
    max-width: 50%;
    flex: 0 0 100%;
  }
}
@media (min-width: 992px) {
  .grid__col--5 {
    flex-basis: 41.6666666667%;
    max-width: 41.6666666667%;
    flex: 0 0 100%;
  }
}
@media (min-width: 992px) {
  .grid__col--4 {
    flex-basis: 33.3333333333%;
    max-width: 33.3333333333%;
    flex: 0 0 100%;
  }
}
@media (min-width: 992px) {
  .grid__col--3 {
    flex-basis: 25%;
    max-width: 25%;
    flex: 0 0 100%;
  }
}
@media (min-width: 992px) {
  .grid__col--2 {
    flex-basis: 16.6666666667%;
    max-width: 16.6666666667%;
    flex: 0 0 100%;
  }
}
@media (min-width: 992px) {
  .grid__col--1 {
    flex-basis: 8.3333333333%;
    max-width: 8.3333333333%;
    flex: 0 0 100%;
  }
}
@media (min-width: 375px) {
  .grid__col-xs--12 {
    flex-basis: 100%;
    max-width: 100%;
    flex: 0 0 100%;
  }
}
@media (min-width: 375px) {
  .grid__col-xs--11 {
    flex-basis: 91.6666666667%;
    max-width: 91.6666666667%;
    flex: 0 0 100%;
  }
}
@media (min-width: 375px) {
  .grid__col-xs--10 {
    flex-basis: 83.3333333333%;
    max-width: 83.3333333333%;
    flex: 0 0 100%;
  }
}
@media (min-width: 375px) {
  .grid__col-xs--9 {
    flex-basis: 75%;
    max-width: 75%;
    flex: 0 0 100%;
  }
}
@media (min-width: 375px) {
  .grid__col-xs--8 {
    flex-basis: 66.6666666667%;
    max-width: 66.6666666667%;
    flex: 0 0 100%;
  }
}
@media (min-width: 375px) {
  .grid__col-xs--7 {
    flex-basis: 58.3333333333%;
    max-width: 58.3333333333%;
    flex: 0 0 100%;
  }
}
@media (min-width: 375px) {
  .grid__col-xs--6 {
    flex-basis: 50%;
    max-width: 50%;
    flex: 0 0 100%;
  }
}
@media (min-width: 375px) {
  .grid__col-xs--5 {
    flex-basis: 41.6666666667%;
    max-width: 41.6666666667%;
    flex: 0 0 100%;
  }
}
@media (min-width: 375px) {
  .grid__col-xs--4 {
    flex-basis: 33.3333333333%;
    max-width: 33.3333333333%;
    flex: 0 0 100%;
  }
}
@media (min-width: 375px) {
  .grid__col-xs--3 {
    flex-basis: 25%;
    max-width: 25%;
    flex: 0 0 100%;
  }
}
@media (min-width: 375px) {
  .grid__col-xs--2 {
    flex-basis: 16.6666666667%;
    max-width: 16.6666666667%;
    flex: 0 0 100%;
  }
}
@media (min-width: 375px) {
  .grid__col-xs--1 {
    flex-basis: 8.3333333333%;
    max-width: 8.3333333333%;
    flex: 0 0 100%;
  }
}
@media (min-width: 576px) {
  .grid__col-sm--12 {
    flex-basis: 100%;
    max-width: 100%;
    flex: 0 0 100%;
  }
}
@media (min-width: 576px) {
  .grid__col-sm--11 {
    flex-basis: 91.6666666667%;
    max-width: 91.6666666667%;
    flex: 0 0 100%;
  }
}
@media (min-width: 576px) {
  .grid__col-sm--10 {
    flex-basis: 83.3333333333%;
    max-width: 83.3333333333%;
    flex: 0 0 100%;
  }
}
@media (min-width: 576px) {
  .grid__col-sm--9 {
    flex-basis: 75%;
    max-width: 75%;
    flex: 0 0 100%;
  }
}
@media (min-width: 576px) {
  .grid__col-sm--8 {
    flex-basis: 66.6666666667%;
    max-width: 66.6666666667%;
    flex: 0 0 100%;
  }
}
@media (min-width: 576px) {
  .grid__col-sm--7 {
    flex-basis: 58.3333333333%;
    max-width: 58.3333333333%;
    flex: 0 0 100%;
  }
}
@media (min-width: 576px) {
  .grid__col-sm--6 {
    flex-basis: 50%;
    max-width: 50%;
    flex: 0 0 100%;
  }
}
@media (min-width: 576px) {
  .grid__col-sm--5 {
    flex-basis: 41.6666666667%;
    max-width: 41.6666666667%;
    flex: 0 0 100%;
  }
}
@media (min-width: 576px) {
  .grid__col-sm--4 {
    flex-basis: 33.3333333333%;
    max-width: 33.3333333333%;
    flex: 0 0 100%;
  }
}
@media (min-width: 576px) {
  .grid__col-sm--3 {
    flex-basis: 25%;
    max-width: 25%;
    flex: 0 0 100%;
  }
}
@media (min-width: 576px) {
  .grid__col-sm--2 {
    flex-basis: 16.6666666667%;
    max-width: 16.6666666667%;
    flex: 0 0 100%;
  }
}
@media (min-width: 576px) {
  .grid__col-sm--1 {
    flex-basis: 8.3333333333%;
    max-width: 8.3333333333%;
    flex: 0 0 100%;
  }
}
@media (min-width: 768px) {
  .grid__col-md--12 {
    flex-basis: 100%;
    max-width: 100%;
    flex: 0 0 100%;
  }
}
@media (min-width: 768px) {
  .grid__col-md--11 {
    flex-basis: 91.6666666667%;
    max-width: 91.6666666667%;
    flex: 0 0 100%;
  }
}
@media (min-width: 768px) {
  .grid__col-md--10 {
    flex-basis: 83.3333333333%;
    max-width: 83.3333333333%;
    flex: 0 0 100%;
  }
}
@media (min-width: 768px) {
  .grid__col-md--9 {
    flex-basis: 75%;
    max-width: 75%;
    flex: 0 0 100%;
  }
}
@media (min-width: 768px) {
  .grid__col-md--8 {
    flex-basis: 66.6666666667%;
    max-width: 66.6666666667%;
    flex: 0 0 100%;
  }
}
@media (min-width: 768px) {
  .grid__col-md--7 {
    flex-basis: 58.3333333333%;
    max-width: 58.3333333333%;
    flex: 0 0 100%;
  }
}
@media (min-width: 768px) {
  .grid__col-md--6 {
    flex-basis: 50%;
    max-width: 50%;
    flex: 0 0 100%;
  }
}
@media (min-width: 768px) {
  .grid__col-md--5 {
    flex-basis: 41.6666666667%;
    max-width: 41.6666666667%;
    flex: 0 0 100%;
  }
}
@media (min-width: 768px) {
  .grid__col-md--4 {
    flex-basis: 33.3333333333%;
    max-width: 33.3333333333%;
    flex: 0 0 100%;
  }
}
@media (min-width: 768px) {
  .grid__col-md--3 {
    flex-basis: 25%;
    max-width: 25%;
    flex: 0 0 100%;
  }
}
@media (min-width: 768px) {
  .grid__col-md--2 {
    flex-basis: 16.6666666667%;
    max-width: 16.6666666667%;
    flex: 0 0 100%;
  }
}
@media (min-width: 768px) {
  .grid__col-md--1 {
    flex-basis: 8.3333333333%;
    max-width: 8.3333333333%;
    flex: 0 0 100%;
  }
}
@media (min-width: 992px) {
  .grid__col-lg--12 {
    flex-basis: 100%;
    max-width: 100%;
    flex: 0 0 100%;
  }
}
@media (min-width: 992px) {
  .grid__col-lg--11 {
    flex-basis: 91.6666666667%;
    max-width: 91.6666666667%;
    flex: 0 0 100%;
  }
}
@media (min-width: 992px) {
  .grid__col-lg--10 {
    flex-basis: 83.3333333333%;
    max-width: 83.3333333333%;
    flex: 0 0 100%;
  }
}
@media (min-width: 992px) {
  .grid__col-lg--9 {
    flex-basis: 75%;
    max-width: 75%;
    flex: 0 0 100%;
  }
}
@media (min-width: 992px) {
  .grid__col-lg--8 {
    flex-basis: 66.6666666667%;
    max-width: 66.6666666667%;
    flex: 0 0 100%;
  }
}
@media (min-width: 992px) {
  .grid__col-lg--7 {
    flex-basis: 58.3333333333%;
    max-width: 58.3333333333%;
    flex: 0 0 100%;
  }
}
@media (min-width: 992px) {
  .grid__col-lg--6 {
    flex-basis: 50%;
    max-width: 50%;
    flex: 0 0 100%;
  }
}
@media (min-width: 992px) {
  .grid__col-lg--5 {
    flex-basis: 41.6666666667%;
    max-width: 41.6666666667%;
    flex: 0 0 100%;
  }
}
@media (min-width: 992px) {
  .grid__col-lg--4 {
    flex-basis: 33.3333333333%;
    max-width: 33.3333333333%;
    flex: 0 0 100%;
  }
}
@media (min-width: 992px) {
  .grid__col-lg--3 {
    flex-basis: 25%;
    max-width: 25%;
    flex: 0 0 100%;
  }
}
@media (min-width: 992px) {
  .grid__col-lg--2 {
    flex-basis: 16.6666666667%;
    max-width: 16.6666666667%;
    flex: 0 0 100%;
  }
}
@media (min-width: 992px) {
  .grid__col-lg--1 {
    flex-basis: 8.3333333333%;
    max-width: 8.3333333333%;
    flex: 0 0 100%;
  }
}
@media (min-width: 1200px) {
  .grid__col-xl--12 {
    flex-basis: 100%;
    max-width: 100%;
    flex: 0 0 100%;
  }
}
@media (min-width: 1200px) {
  .grid__col-xl--11 {
    flex-basis: 91.6666666667%;
    max-width: 91.6666666667%;
    flex: 0 0 100%;
  }
}
@media (min-width: 1200px) {
  .grid__col-xl--10 {
    flex-basis: 83.3333333333%;
    max-width: 83.3333333333%;
    flex: 0 0 100%;
  }
}
@media (min-width: 1200px) {
  .grid__col-xl--9 {
    flex-basis: 75%;
    max-width: 75%;
    flex: 0 0 100%;
  }
}
@media (min-width: 1200px) {
  .grid__col-xl--8 {
    flex-basis: 66.6666666667%;
    max-width: 66.6666666667%;
    flex: 0 0 100%;
  }
}
@media (min-width: 1200px) {
  .grid__col-xl--7 {
    flex-basis: 58.3333333333%;
    max-width: 58.3333333333%;
    flex: 0 0 100%;
  }
}
@media (min-width: 1200px) {
  .grid__col-xl--6 {
    flex-basis: 50%;
    max-width: 50%;
    flex: 0 0 100%;
  }
}
@media (min-width: 1200px) {
  .grid__col-xl--5 {
    flex-basis: 41.6666666667%;
    max-width: 41.6666666667%;
    flex: 0 0 100%;
  }
}
@media (min-width: 1200px) {
  .grid__col-xl--4 {
    flex-basis: 33.3333333333%;
    max-width: 33.3333333333%;
    flex: 0 0 100%;
  }
}
@media (min-width: 1200px) {
  .grid__col-xl--3 {
    flex-basis: 25%;
    max-width: 25%;
    flex: 0 0 100%;
  }
}
@media (min-width: 1200px) {
  .grid__col-xl--2 {
    flex-basis: 16.6666666667%;
    max-width: 16.6666666667%;
    flex: 0 0 100%;
  }
}
@media (min-width: 1200px) {
  .grid__col-xl--1 {
    flex-basis: 8.3333333333%;
    max-width: 8.3333333333%;
    flex: 0 0 100%;
  }
}
@media (min-width: 992px) {
  .grid__col-offset--12 {
    margin-left: 100%;
  }
}
@media (min-width: 992px) {
  .grid__col-offset--11 {
    margin-left: 91.6666666667%;
  }
}
@media (min-width: 992px) {
  .grid__col-offset--10 {
    margin-left: 83.3333333333%;
  }
}
@media (min-width: 992px) {
  .grid__col-offset--9 {
    margin-left: 75%;
  }
}
@media (min-width: 992px) {
  .grid__col-offset--8 {
    margin-left: 66.6666666667%;
  }
}
@media (min-width: 992px) {
  .grid__col-offset--7 {
    margin-left: 58.3333333333%;
  }
}
@media (min-width: 992px) {
  .grid__col-offset--6 {
    margin-left: 50%;
  }
}
@media (min-width: 992px) {
  .grid__col-offset--5 {
    margin-left: 41.6666666667%;
  }
}
@media (min-width: 992px) {
  .grid__col-offset--4 {
    margin-left: 33.3333333333%;
  }
}
@media (min-width: 992px) {
  .grid__col-offset--3 {
    margin-left: 25%;
  }
}
@media (min-width: 992px) {
  .grid__col-offset--2 {
    margin-left: 16.6666666667%;
  }
}
@media (min-width: 992px) {
  .grid__col-offset--1 {
    margin-left: 8.3333333333%;
  }
}
@media (min-width: 768px) {
  .grid__col-md-offset--12 {
    margin-left: 100%;
  }
}
@media (min-width: 768px) {
  .grid__col-md-offset--11 {
    margin-left: 91.6666666667%;
  }
}
@media (min-width: 768px) {
  .grid__col-md-offset--10 {
    margin-left: 83.3333333333%;
  }
}
@media (min-width: 768px) {
  .grid__col-md-offset--9 {
    margin-left: 75%;
  }
}
@media (min-width: 768px) {
  .grid__col-md-offset--8 {
    margin-left: 66.6666666667%;
  }
}
@media (min-width: 768px) {
  .grid__col-md-offset--7 {
    margin-left: 58.3333333333%;
  }
}
@media (min-width: 768px) {
  .grid__col-md-offset--6 {
    margin-left: 50%;
  }
}
@media (min-width: 768px) {
  .grid__col-md-offset--5 {
    margin-left: 41.6666666667%;
  }
}
@media (min-width: 768px) {
  .grid__col-md-offset--4 {
    margin-left: 33.3333333333%;
  }
}
@media (min-width: 768px) {
  .grid__col-md-offset--3 {
    margin-left: 25%;
  }
}
@media (min-width: 768px) {
  .grid__col-md-offset--2 {
    margin-left: 16.6666666667%;
  }
}
@media (min-width: 768px) {
  .grid__col-md-offset--1 {
    margin-left: 8.3333333333%;
  }
}
@media (min-width: 992px) {
  .grid__col-lg-offset--12 {
    margin-left: 100%;
  }
}
@media (min-width: 992px) {
  .grid__col-lg-offset--11 {
    margin-left: 91.6666666667%;
  }
}
@media (min-width: 992px) {
  .grid__col-lg-offset--10 {
    margin-left: 83.3333333333%;
  }
}
@media (min-width: 992px) {
  .grid__col-lg-offset--9 {
    margin-left: 75%;
  }
}
@media (min-width: 992px) {
  .grid__col-lg-offset--8 {
    margin-left: 66.6666666667%;
  }
}
@media (min-width: 992px) {
  .grid__col-lg-offset--7 {
    margin-left: 58.3333333333%;
  }
}
@media (min-width: 992px) {
  .grid__col-lg-offset--6 {
    margin-left: 50%;
  }
}
@media (min-width: 992px) {
  .grid__col-lg-offset--5 {
    margin-left: 41.6666666667%;
  }
}
@media (min-width: 992px) {
  .grid__col-lg-offset--4 {
    margin-left: 33.3333333333%;
  }
}
@media (min-width: 992px) {
  .grid__col-lg-offset--3 {
    margin-left: 25%;
  }
}
@media (min-width: 992px) {
  .grid__col-lg-offset--2 {
    margin-left: 16.6666666667%;
  }
}
@media (min-width: 992px) {
  .grid__col-lg-offset--1 {
    margin-left: 8.3333333333%;
  }
}
@media (min-width: 1200px) {
  .grid__col-xl-offset--12 {
    margin-left: 100%;
  }
}
@media (min-width: 1200px) {
  .grid__col-xl-offset--11 {
    margin-left: 91.6666666667%;
  }
}
@media (min-width: 1200px) {
  .grid__col-xl-offset--10 {
    margin-left: 83.3333333333%;
  }
}
@media (min-width: 1200px) {
  .grid__col-xl-offset--9 {
    margin-left: 75%;
  }
}
@media (min-width: 1200px) {
  .grid__col-xl-offset--8 {
    margin-left: 66.6666666667%;
  }
}
@media (min-width: 1200px) {
  .grid__col-xl-offset--7 {
    margin-left: 58.3333333333%;
  }
}
@media (min-width: 1200px) {
  .grid__col-xl-offset--6 {
    margin-left: 50%;
  }
}
@media (min-width: 1200px) {
  .grid__col-xl-offset--5 {
    margin-left: 41.6666666667%;
  }
}
@media (min-width: 1200px) {
  .grid__col-xl-offset--4 {
    margin-left: 33.3333333333%;
  }
}
@media (min-width: 1200px) {
  .grid__col-xl-offset--3 {
    margin-left: 25%;
  }
}
@media (min-width: 1200px) {
  .grid__col-xl-offset--2 {
    margin-left: 16.6666666667%;
  }
}
@media (min-width: 1200px) {
  .grid__col-xl-offset--1 {
    margin-left: 8.3333333333%;
  }
}
@media (min-width: 992px) {
  .grid--wrap__col--12 {
    flex-basis: 100%;
    max-width: 100%;
  }
}
@media (min-width: 992px) {
  .grid--wrap__col--11 {
    flex-basis: 91.6666666667%;
    max-width: 91.6666666667%;
  }
}
@media (min-width: 992px) {
  .grid--wrap__col--10 {
    flex-basis: 83.3333333333%;
    max-width: 83.3333333333%;
  }
}
@media (min-width: 992px) {
  .grid--wrap__col--9 {
    flex-basis: 75%;
    max-width: 75%;
  }
}
@media (min-width: 992px) {
  .grid--wrap__col--8 {
    flex-basis: 66.6666666667%;
    max-width: 66.6666666667%;
  }
}
@media (min-width: 992px) {
  .grid--wrap__col--7 {
    flex-basis: 58.3333333333%;
    max-width: 58.3333333333%;
  }
}
@media (min-width: 992px) {
  .grid--wrap__col--6 {
    flex-basis: 50%;
    max-width: 50%;
  }
}
@media (min-width: 992px) {
  .grid--wrap__col--5 {
    flex-basis: 41.6666666667%;
    max-width: 41.6666666667%;
  }
}
@media (min-width: 992px) {
  .grid--wrap__col--4 {
    flex-basis: 33.3333333333%;
    max-width: 33.3333333333%;
  }
}
@media (min-width: 992px) {
  .grid--wrap__col--3 {
    flex-basis: 25%;
    max-width: 25%;
  }
}
@media (min-width: 992px) {
  .grid--wrap__col--2 {
    flex-basis: 16.6666666667%;
    max-width: 16.6666666667%;
  }
}
@media (min-width: 992px) {
  .grid--wrap__col--1 {
    flex-basis: 8.3333333333%;
    max-width: 8.3333333333%;
  }
}
@media (min-width: 992px) {
  .grid--wrap__col-lg--12 {
    flex-basis: 100%;
    max-width: 100%;
  }
}
@media (min-width: 992px) {
  .grid--wrap__col-lg--11 {
    flex-basis: 91.6666666667%;
    max-width: 91.6666666667%;
  }
}
@media (min-width: 992px) {
  .grid--wrap__col-lg--10 {
    flex-basis: 83.3333333333%;
    max-width: 83.3333333333%;
  }
}
@media (min-width: 992px) {
  .grid--wrap__col-lg--9 {
    flex-basis: 75%;
    max-width: 75%;
  }
}
@media (min-width: 992px) {
  .grid--wrap__col-lg--8 {
    flex-basis: 66.6666666667%;
    max-width: 66.6666666667%;
  }
}
@media (min-width: 992px) {
  .grid--wrap__col-lg--7 {
    flex-basis: 58.3333333333%;
    max-width: 58.3333333333%;
  }
}
@media (min-width: 992px) {
  .grid--wrap__col-lg--6 {
    flex-basis: 50%;
    max-width: 50%;
  }
}
@media (min-width: 992px) {
  .grid--wrap__col-lg--5 {
    flex-basis: 41.6666666667%;
    max-width: 41.6666666667%;
  }
}
@media (min-width: 992px) {
  .grid--wrap__col-lg--4 {
    flex-basis: 33.3333333333%;
    max-width: 33.3333333333%;
  }
}
@media (min-width: 992px) {
  .grid--wrap__col-lg--3 {
    flex-basis: 25%;
    max-width: 25%;
  }
}
@media (min-width: 992px) {
  .grid--wrap__col-lg--2 {
    flex-basis: 16.6666666667%;
    max-width: 16.6666666667%;
  }
}
@media (min-width: 992px) {
  .grid--wrap__col-lg--1 {
    flex-basis: 8.3333333333%;
    max-width: 8.3333333333%;
  }
}
@media (min-width: 1200px) {
  .grid--wrap__col-xl--12 {
    flex-basis: 100%;
    max-width: 100%;
  }
}
@media (min-width: 1200px) {
  .grid--wrap__col-xl--11 {
    flex-basis: 91.6666666667%;
    max-width: 91.6666666667%;
  }
}
@media (min-width: 1200px) {
  .grid--wrap__col-xl--10 {
    flex-basis: 83.3333333333%;
    max-width: 83.3333333333%;
  }
}
@media (min-width: 1200px) {
  .grid--wrap__col-xl--9 {
    flex-basis: 75%;
    max-width: 75%;
  }
}
@media (min-width: 1200px) {
  .grid--wrap__col-xl--8 {
    flex-basis: 66.6666666667%;
    max-width: 66.6666666667%;
  }
}
@media (min-width: 1200px) {
  .grid--wrap__col-xl--7 {
    flex-basis: 58.3333333333%;
    max-width: 58.3333333333%;
  }
}
@media (min-width: 1200px) {
  .grid--wrap__col-xl--6 {
    flex-basis: 50%;
    max-width: 50%;
  }
}
@media (min-width: 1200px) {
  .grid--wrap__col-xl--5 {
    flex-basis: 41.6666666667%;
    max-width: 41.6666666667%;
  }
}
@media (min-width: 1200px) {
  .grid--wrap__col-xl--4 {
    flex-basis: 33.3333333333%;
    max-width: 33.3333333333%;
  }
}
@media (min-width: 1200px) {
  .grid--wrap__col-xl--3 {
    flex-basis: 25%;
    max-width: 25%;
  }
}
@media (min-width: 1200px) {
  .grid--wrap__col-xl--2 {
    flex-basis: 16.6666666667%;
    max-width: 16.6666666667%;
  }
}
@media (min-width: 1200px) {
  .grid--wrap__col-xl--1 {
    flex-basis: 8.3333333333%;
    max-width: 8.3333333333%;
  }
}
@media (min-width: 992px) {
  .grid--wrap__col-offset--12 {
    margin-left: 100%;
  }
}
@media (min-width: 992px) {
  .grid--wrap__col-offset--11 {
    margin-left: 91.6666666667%;
  }
}
@media (min-width: 992px) {
  .grid--wrap__col-offset--10 {
    margin-left: 83.3333333333%;
  }
}
@media (min-width: 992px) {
  .grid--wrap__col-offset--9 {
    margin-left: 75%;
  }
}
@media (min-width: 992px) {
  .grid--wrap__col-offset--8 {
    margin-left: 66.6666666667%;
  }
}
@media (min-width: 992px) {
  .grid--wrap__col-offset--7 {
    margin-left: 58.3333333333%;
  }
}
@media (min-width: 992px) {
  .grid--wrap__col-offset--6 {
    margin-left: 50%;
  }
}
@media (min-width: 992px) {
  .grid--wrap__col-offset--5 {
    margin-left: 41.6666666667%;
  }
}
@media (min-width: 992px) {
  .grid--wrap__col-offset--4 {
    margin-left: 33.3333333333%;
  }
}
@media (min-width: 992px) {
  .grid--wrap__col-offset--3 {
    margin-left: 25%;
  }
}
@media (min-width: 992px) {
  .grid--wrap__col-offset--2 {
    margin-left: 16.6666666667%;
  }
}
@media (min-width: 992px) {
  .grid--wrap__col-offset--1 {
    margin-left: 8.3333333333%;
  }
}
@media (min-width: 992px) {
  .grid--wrap__col-lg-offset--12 {
    margin-left: 100%;
  }
}
@media (min-width: 992px) {
  .grid--wrap__col-lg-offset--11 {
    margin-left: 91.6666666667%;
  }
}
@media (min-width: 992px) {
  .grid--wrap__col-lg-offset--10 {
    margin-left: 83.3333333333%;
  }
}
@media (min-width: 992px) {
  .grid--wrap__col-lg-offset--9 {
    margin-left: 75%;
  }
}
@media (min-width: 992px) {
  .grid--wrap__col-lg-offset--8 {
    margin-left: 66.6666666667%;
  }
}
@media (min-width: 992px) {
  .grid--wrap__col-lg-offset--7 {
    margin-left: 58.3333333333%;
  }
}
@media (min-width: 992px) {
  .grid--wrap__col-lg-offset--6 {
    margin-left: 50%;
  }
}
@media (min-width: 992px) {
  .grid--wrap__col-lg-offset--5 {
    margin-left: 41.6666666667%;
  }
}
@media (min-width: 992px) {
  .grid--wrap__col-lg-offset--4 {
    margin-left: 33.3333333333%;
  }
}
@media (min-width: 992px) {
  .grid--wrap__col-lg-offset--3 {
    margin-left: 25%;
  }
}
@media (min-width: 992px) {
  .grid--wrap__col-lg-offset--2 {
    margin-left: 16.6666666667%;
  }
}
@media (min-width: 992px) {
  .grid--wrap__col-lg-offset--1 {
    margin-left: 8.3333333333%;
  }
}
@media (min-width: 1200px) {
  .grid--wrap__col-xl-offset--12 {
    margin-left: 100%;
  }
}
@media (min-width: 1200px) {
  .grid--wrap__col-xl-offset--11 {
    margin-left: 91.6666666667%;
  }
}
@media (min-width: 1200px) {
  .grid--wrap__col-xl-offset--10 {
    margin-left: 83.3333333333%;
  }
}
@media (min-width: 1200px) {
  .grid--wrap__col-xl-offset--9 {
    margin-left: 75%;
  }
}
@media (min-width: 1200px) {
  .grid--wrap__col-xl-offset--8 {
    margin-left: 66.6666666667%;
  }
}
@media (min-width: 1200px) {
  .grid--wrap__col-xl-offset--7 {
    margin-left: 58.3333333333%;
  }
}
@media (min-width: 1200px) {
  .grid--wrap__col-xl-offset--6 {
    margin-left: 50%;
  }
}
@media (min-width: 1200px) {
  .grid--wrap__col-xl-offset--5 {
    margin-left: 41.6666666667%;
  }
}
@media (min-width: 1200px) {
  .grid--wrap__col-xl-offset--4 {
    margin-left: 33.3333333333%;
  }
}
@media (min-width: 1200px) {
  .grid--wrap__col-xl-offset--3 {
    margin-left: 25%;
  }
}
@media (min-width: 1200px) {
  .grid--wrap__col-xl-offset--2 {
    margin-left: 16.6666666667%;
  }
}
@media (min-width: 1200px) {
  .grid--wrap__col-xl-offset--1 {
    margin-left: 8.3333333333%;
  }
}
@media (min-width: 768px) {
  .grid__col-md--offset-auto {
    margin-left: auto;
  }
  .grid__col-md--reverse-offset-auto {
    margin-right: auto;
  }
  .grid__col-md--initial {
    flex: 0 1 auto;
    width: auto;
  }
}
@media (min-width: 992px) {
  .grid__col-lg--offset-auto {
    margin-left: auto;
  }
  .grid__col-lg--reverse-offset-auto {
    margin-right: auto;
  }
  .grid__col-lg--initial {
    flex: 0 1 auto;
    width: auto;
  }
}
@media (min-width: 1200px) {
  .grid__col-xl--offset-auto {
    margin-left: auto;
  }
  .grid__col-xl--reverse-offset-auto {
    margin-right: auto;
  }
  .grid__col-xl--initial {
    flex: 0 1 auto;
    width: auto;
  }
}
html {
  overflow-x: hidden;
}
body {
  background-color: #fff;
  z-index: 0;
  margin-bottom: 48px;
}
@media (min-width: 992px) {
  body {
    margin-bottom: 0;
  }
}
body::after {
  opacity: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
  position: absolute;
  content: '';
  top: 0;
  left: 0;
  z-index: -1;
}
body {
  overflow-x: hidden;
  background-color: #fff;
}
.body--fixed-position {
  position: fixed;
  width: 100%;
}
.body--fixed-position::after {
  transition: opacity 0.5s ease;
  opacity: 1;
  display: block;
  z-index: 3;
}
img {
  max-width: 100%;
  height: auto;
}
img.background__image {
  object-fit: cover;
  font-family: 'object-fit; cover;';
}
img.background__image--absolute {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.background__image--container {
  position: relative;
}
body {
  font-family: 'Kumbh Sans', sans-serif;
  font-size: 17px;
  font-weight: 400;
  color: #282828;
  -webkit-font-smoothing: antialiased;
}
body hr {
  border: none;
  border-bottom: 1px solid #c8c8c8;
}
body h1, body .h1 {
  font-family: 'Kumbh Sans', sans-serif;
  font-weight: 400;
  font-size: 40px;
  display: block;
  line-height: 90%;
  color: #CEA97F;
}
@media (min-width: 768px) {
  body h1, body .h1 {
    font-size: 45px;
  }
}
@media (min-width: 1200px) {
  body h1, body .h1 {
    font-size: 56px;
    line-height: 56px;
  }
}
body h2, body .h2 {
  font-family: 'Kumbh Sans', sans-serif;
  font-size: 23px;
  font-weight: 700;
  color: #383568;
  display: block;
}
@media (min-width: 768px) {
  body h2, body .h2 {
    font-size: 35px;
  }
}
body h2.h2-alternate, body .h2.h2-alternate {
  font-family: mrs-eaves-xl-serif-narrow, serif;
  font-weight: 400;
  line-height: 100%;
  font-size: 27px;
  display: block;
}
@media (min-width: 768px) {
  body h2.h2-alternate, body .h2.h2-alternate {
    font-size: 30px;
    line-height: 40px;
  }
}
body h2.page__subtitle, body .h2.page__subtitle {
  font-size: 18px;
  font-weight: 700;
  color: #000;
  display: block;
}
@media (min-width: 768px) {
  body h2.page__subtitle, body .h2.page__subtitle {
    font-size: 21px;
  }
}
body h2.news-index__featured-title, body .h2.news-index__featured-title {
  font-family: mr-eaves-xl-modern, sans-serif;
  font-size: 24px;
  font-weight: 700;
  color: #383568;
  display: block;
}
body h2.news-index__featured-title span, body .h2.news-index__featured-title span {
  color: #4C484E;
}
@media (min-width: 768px) {
  body h2.news-index__featured-title, body .h2.news-index__featured-title {
    font-size: 28px;
  }
}
body h3, body .h3 {
  font-family: mr-eaves-xl-modern, sans-serif;
  font-size: 24px;
  font-weight: 700;
  color: #383568;
  display: block;
}
body h3 span, body .h3 span {
  color: #4C484E;
}
@media (min-width: 768px) {
  body h3, body .h3 {
    font-size: 28px;
  }
}
body h4, body .h4 {
  font-size: 18px;
  font-weight: 700;
  color: #000;
  display: block;
}
@media (min-width: 768px) {
  body h4, body .h4 {
    font-size: 21px;
  }
}
body h5, body .h5 {
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-size: 13px;
  font-size: 14px;
  font-weight: 500;
  display: block;
}
@media (min-width: 768px) {
  body h5, body .h5 {
    font-size: 13px;
  }
}
@media (min-width: 768px) {
  body h5, body .h5 {
    font-size: 16px;
  }
}
body h6, body .h6 {
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-size: 13px;
  font-size: 12px;
  font-weight: 500;
  display: block;
}
@media (min-width: 768px) {
  body h6, body .h6 {
    font-size: 13px;
  }
}
body code {
  font-family: monospace;
  display: inline-block;
  margin-bottom: 0.8em;
  font-size: 1em;
}
body .cta {
  margin-bottom: 30px;
}
body .cta-set {
  margin-bottom: 30px;
}
body p {
  line-height: 1.8;
  font-family: 'Kumbh Sans', sans-serif;
  color: #282828;
  margin-bottom: 30px;
  font-size: 18px;
  font-weight: 500;
}
@media (min-width: 768px) {
  body p {
    font-size: 21px;
  }
}
body p.intro-paragraph {
  font-family: mrs-eaves-xl-serif-narrow, serif;
  font-weight: 400;
  line-height: 100%;
  font-size: 27px;
  display: block;
  color: #000;
  line-height: 1.2;
}
@media (min-width: 768px) {
  body p.intro-paragraph {
    font-size: 30px;
    line-height: 40px;
  }
}
@media (min-width: 768px) {
  body p.intro-paragraph {
    margin-bottom: 50px;
  }
}
body small, body .small, body p.small {
  line-height: 1.8;
  font-family: 'Kumbh Sans', sans-serif;
  color: #282828;
  margin-bottom: 30px;
  font-size: 18px;
  font-weight: 500;
  color: #282828;
  font-size: 16px;
  margin-bottom: 16px;
}
@media (min-width: 768px) {
  body small, body .small, body p.small {
    font-size: 21px;
  }
}
@media (min-width: 768px) {
  body small, body .small, body p.small {
    font-size: 18px;
  }
}
body p:empty {
  display: none;
}
body .label {
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-size: 13px;
}
@media (min-width: 768px) {
  body .label {
    font-size: 13px;
  }
}
body blockquote, body .wp-block-quote {
  border: 0;
  margin: 0;
  padding: 0;
  border-top: 1px #c8c8c8 solid;
  padding: 30px 0;
  margin-bottom: 30px;
}
body blockquote p, body .wp-block-quote p {
  font-family: mrs-eaves-xl-serif-narrow, serif;
  color: #31261B;
  font-size: 32px;
  font-weight: 500;
  margin: 0;
}
body blockquote p::before, body .wp-block-quote p::before {
  content: '“';
}
body blockquote p::after, body .wp-block-quote p::after {
  content: '”';
}
body blockquote cite, body blockquote .wp-block-quote__citation, body .wp-block-quote cite, body .wp-block-quote .wp-block-quote__citation {
  font-size: 14px;
  color: #646464;
}
.pullquote {
  font-family: 'Kumbh Sans', sans-serif;
  font-size: 24px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.25;
  color: #000000;
  letter-spacing: normal;
  border-left: 3px solid #383568;
  margin-top: 36px;
  margin-bottom: 36px;
  margin-left: 15px;
  padding-left: 16px;
  width: 85%;
  padding-top: 15px;
  padding-bottom: 15px;
}
@media (min-width: 768px) {
  .pullquote {
    font-size: 32px;
    margin-top: 72px;
    margin-bottom: 72px;
    margin-left: 40px;
    padding-left: 32px;
  }
}
label {
  display: inline-block;
  margin-bottom: 8px;
  color: #383568;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-size: 16px;
  line-height: 1.5;
}
label:not([for]), label.checkbox {
  color: #000;
  text-transform: none;
  letter-spacing: 0;
  font-size: 20px;
}
select, input, button {
  outline: none;
}
button {
  background: none;
}
input[type="text"], input[type="email"], input[type="url"], input[type="password"], input[type="search"], input[type="number"], input[type="tel"], input[type="range"], input[type="date"], input[type="month"], input[type="week"], input[type="time"], input[type="datetime"], input[type="datetime-local"], input[type="color"], textarea {
  display: inline-block;
  margin-bottom: 16px;
  padding: 15px 24px;
  border: solid 1px #E2E1E3;
  background-color: #F5F5F5;
  font-size: 20px;
  font-family: mr-eaves-xl-modern, sans-serif;
  border-radius: 0;
}
input[type="search"] {
  -webkit-appearance: textfield;
}
select {
  display: inline-block;
  padding: 11px 39px 11px 17px;
  border: 1px solid #E2E1E3;
  border-radius: 24px;
  background: #F5F5F5 url('/wp-content/themes/dts/img/icon-caret-down-black.svg') no-repeat right 23px center;
  color: #4C484E;
  font-size: 16px;
  font-family: mr-eaves-xl-modern, sans-serif;
  line-height: 1.5;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
select.btn {
  padding-right: 39px;
  text-align: left;
}
select.select--secondary {
  background-color: #31261B;
  background-image: url('/wp-content/themes/dts/img/icon-caret-down-white.svg');
  color: #fff;
}
input[type="radio"], input[type="checkbox"] {
  margin: 0 12px 0 0;
  width: 12px;
  height: 12px;
  border: 1px solid #31261B;
  background-position: center;
  background-repeat: no-repeat;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
input[type="radio"] {
  border-radius: 8px;
  background-color: #fff;
  background-size: 8px;
}
input[type="radio"]:checked {
  background-image: url('/wp-content/themes/dts/img/icon-circle-purple.svg');
}
input[type="checkbox"] {
  border-radius: 0;
}
input[type="checkbox"]:checked {
  background-color: #383568;
  background-image: url('/wp-content/themes/dts/img/icon-check-white.svg');
}
fieldset {
  margin-bottom: 32px;
}
button:not([class]) {
  display: inline-block;
  color: #31261B;
  border: solid 1px #CEA97F;
  padding: 8px 16px;
  font-size: 1rem;
  line-height: 1.5rem;
  border-radius: 100rem;
  cursor: pointer;
  font-family: mr-eaves-xl-modern, sans-serif;
  font-weight: 700;
  text-decoration: none;
  text-align: center;
  background-color: #CEA97F;
  transition: background-color 0.2s ease, border-color 0.2s ease, color 0.2s ease;
  background-color: #383568;
  border: none;
  color: #fff !important;
  text-decoration: none;
  transition: background-color 0.2s ease, border-color 0.2s ease, color 0.2s ease;
}
button:not([class])::after {
  content: '';
  background-image: url('/wp-content/themes/dts/img/icon-arrow-purple.svg');
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  width: 1rem;
  height: 1rem;
  display: inline-block;
  position: relative;
  bottom: -4px;
  margin-left: 8px;
}
button:not([class]):hover, button:not([class]):focus {
  border: solid 1px #CEA97F;
  background-color: #ffffff;
}
button:not([class]):hover::after, button:not([class]):focus::after {
  animation-name: arrow-bounce;
  animation-duration: 0.5s;
}
button:not([class]):empty {
  padding-right: 12px;
  padding-left: 12px;
}
button:not([class]):empty::after {
  margin-left: 0;
}
@media (min-width: 768px) {
  button:not([class]) {
    font-size: 1.1rem;
    padding: 8px 24px 8px 24px;
  }
}
button:not([class])::after {
  content: '';
  background-image: url('/wp-content/themes/dts/img/icon-arrow-gold.png');
}
button:not([class]):hover, button:not([class]):focus {
  background-color: #31261B;
  border: none;
}
.disabled {
  opacity: 0.5;
}
/**
 * In-content component styles are included in both the frontend and the editor. If a
 * component is only needed in the frontend it should be included directly in style.scss.
 * If a style is only needed in the editor it can be added to third-party/_editor.scss.
 */
#sc-smartboard-container {
  background-color: #950000;
  padding: 50px 20px 10px 20px;
}
@media (min-width: 768px) {
  #sc-smartboard-container {
    padding: 50px 20px 10px 20px;
  }
}
@media (min-width: 992px) {
  #sc-smartboard-container {
    padding: 20px 160px 8px 40px;
  }
}
.sc-smartboard-subject {
  font-family: mr-eaves-xl-modern, sans-serif;
  font-size: 24px;
  font-weight: 700;
  color: #383568;
  display: block;
  color: #fff;
  margin-bottom: 10px;
  width: 70%;
}
.sc-smartboard-subject span {
  color: #4C484E;
}
@media (min-width: 768px) {
  .sc-smartboard-subject {
    font-size: 28px;
  }
}
@media (min-width: 768px) {
  .sc-smartboard-subject {
    width: 90%;
  }
}
.sc-smartboard-datetime {
  display: none;
}
.sc-smartboard-message {
  line-height: 1.8;
  font-family: 'Kumbh Sans', sans-serif;
  color: #282828;
  margin-bottom: 30px;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.4;
  color: #fff;
}
@media (min-width: 768px) {
  .sc-smartboard-message {
    font-size: 21px;
  }
}
.sc-smartboard-message a {
  color: #fff;
}
.global-alerts__close {
  display: none;
}
#global-alerts {
  position: relative;
}
#global-alerts .global-alerts__close {
  display: flex;
  position: absolute;
  align-items: center;
  text-transform: uppercase;
  letter-spacing: 2px;
  top: 20px;
  right: 20px;
  padding: 2px 5px;
  color: #fff;
  background-color: #950000;
  border: none;
  cursor: pointer;
  opacity: 0.8;
}
#global-alerts .global-alerts__close:hover {
  opacity: 1;
}
#global-alerts .global-alerts__close .alert__icon--close {
  display: inline-flex;
  align-items: center;
  padding: 0 0 0 0.25em;
  font-size: 1.75em;
}
.dts .alert {
  border-left: 0;
  padding: 20px 5px;
}
.alert {
  background-color: #E2E1E3;
  padding: 20px 5px;
  border-bottom: solid 3px #383568;
}
.alert__row {
  position: relative;
}
.alert--emergency {
  background-color: #950000;
}
.alert--emergency .alert__title a, .alert--emergency .alert__description a {
  color: #fff;
  text-decoration: underline;
}
.alert--emergency .alert__title a:focus, .alert--emergency .alert__description a:focus {
  background-color: #000;
  text-decoration: none;
  border-bottom: none;
}
.alert--emergency .alert__description p {
  color: #fff;
}
.alert--emergency .alert__close button {
  background-image: url('../img/x-circle.svg');
}
.alert__title {
  margin: 0;
  width: 80%;
}
.alert__title a {
  font-size: 18px;
  color: #383568;
  text-decoration: none;
  font-weight: bold;
  line-height: 1.2;
}
.alert__title a:hover {
  text-decoration: underline;
}
.alert__description p {
  font-size: 17px;
  line-height: 1.5;
  width: 90%;
  margin: 0;
}
.alert__description a {
  color: #383568;
}
.alert__close button {
  position: absolute;
  cursor: pointer;
  right: 0px;
  text-decoration: none;
  top: calc(50% - 10px);
  padding: 3px;
  width: 20px;
  height: 20px;
  display: inline-block;
  border: 0;
  background-image: url('../img/icon-close.svg');
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  background-color: transparent;
  color: transparent;
}
.contributor {
  position: relative;
  margin-top: 60px;
  padding: 56px 40px;
  background-color: #F5F5F5;
}
.contributor .contributor__image {
  position: absolute;
  top: -40px;
}
.contributor__image {
  width: 80px;
}
.meta__item__contributor .contributor__image {
  margin-right: 16px;
  width: 56px;
}
.contributor__image__container {
  display: block;
  width: 100%;
  overflow: hidden;
  position: relative;
  padding-bottom: 100%;
  border-radius: 50%;
}
.contributor__image__container img {
  position: absolute;
}
.contributor__image__container img {
  max-width: none;
  max-height: 100%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.contributor__name {
  margin-bottom: 8px;
  font-size: 21px;
  font-weight: bold;
  line-height: 24px;
}
.contributor__byline {
  font-size: 16px;
  line-height: 24px;
}
/*
 * Text meant only for screen readers.
 * @see https://make.wordpress.org/accessibility/handbook/markup/the-css-class-screen-reader-text/
 */
.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
  word-wrap: normal !important;
}
.screen-reader-text:focus {
  background-color: #eee;
  clip: auto !important;
  clip-path: none;
  color: #444;
  display: block;
  font-size: 1em;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
  /* Above WP toolbar. */
}
/* Custom block color palettes */
.has-white-background-color {
  background-color: #fff;
}
.has-white-color {
  color: #fff;
}
.has-white-color .card .title {
  color: #fff;
}
.has-gray-background-color {
  background-color: #f5f5f5;
}
.has-gray-color {
  color: #f5f5f5;
}
.has-black-background-color {
  background-color: #000;
}
.has-black-background-color p, .has-black-background-color li, .has-black-background-color h1, .has-black-background-color h2, .has-black-background-color h3, .has-black-background-color h4 {
  color: #fff;
}
.has-black-background-color .title:hover {
  color: #383568 !important;
}
.has-black-background-color blockquote p, .has-black-background-color .subtitle {
  color: #383568 !important;
}
.has-black-background-color a {
  color: #383568 !important;
  transition: all 350ms ease;
}
.has-black-background-color a:hover {
  color: #141324 !important;
}
.has-black-background-color a.btn {
  color: #fff !important;
  border: solid 1px rgba(255, 255, 255, 0.2);
}
.has-black-background-color a.btn::after {
  content: '';
  background-image: url('/wp-content/themes/dts/img/icon-arrow-gold.png');
}
.has-black-background-color a.btn:hover {
  border: solid 1px white;
}
.has-black-color {
  color: #000;
}
.wp-block-separator {
  margin-bottom: 40px;
}
.wp-block-embed {
  margin-top: 40px;
  margin-bottom: 40px;
}
@keyframes arrow-bounce {
  0% {
    left: 0px;
  }
  50% {
    left: 4px;
  }
  100% {
    left: 0px;
  }
}
@keyframes arrow-bounce-back {
  0% {
    left: 0px;
  }
  50% {
    left: -4px;
  }
  100% {
    left: 0px;
  }
}
.btn {
  border: 0 solid transparent;
  border-bottom: 2px solid transparent;
  position: relative;
  border-width: 1px;
  display: inline-block;
  color: #31261B;
  border: solid 1px #CEA97F;
  padding: 8px 16px;
  font-size: 1rem;
  line-height: 1.5rem;
  border-radius: 100rem;
  cursor: pointer;
  font-family: mr-eaves-xl-modern, sans-serif;
  font-weight: 700;
  text-decoration: none;
  text-align: center;
  background-color: #CEA97F;
  transition: background-color 0.2s ease, border-color 0.2s ease, color 0.2s ease;
}
.btn:focus, .btn:focus-within, #news-events .btn:focus-within, .page__content .btn:focus-within {
  outline: none;
  border: 0 solid transparent;
  border-bottom: 2px solid #383568;
  text-decoration: none;
}
.btn:focus::-moz-focus-inner, .btn:focus-within::-moz-focus-inner, #news-events .btn:focus-within::-moz-focus-inner, .page__content .btn:focus-within::-moz-focus-inner {
  border: 0;
}
.btn:focus, .btn:focus-within, #news-events .btn:focus-within, .page__content .btn:focus-within {
  border: 1px solid #383568;
}
.btn::after {
  content: '';
  background-image: url('/wp-content/themes/dts/img/icon-arrow-purple.svg');
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  width: 1rem;
  height: 1rem;
  display: inline-block;
  position: relative;
  bottom: -4px;
  margin-left: 8px;
}
.btn:hover, .btn:focus, .btn:focus-within, #news-events .btn:focus-within, .page__content .btn:focus-within {
  border: solid 1px #CEA97F;
  background-color: #ffffff;
}
.btn:hover::after, .btn:focus::after, .btn:focus-within::after, #news-events .btn:focus-within::after, .page__content .btn:focus-within::after {
  animation-name: arrow-bounce;
  animation-duration: 0.5s;
}
.btn:empty {
  padding-right: 12px;
  padding-left: 12px;
}
.btn:empty::after {
  margin-left: 0;
}
@media (min-width: 768px) {
  .btn {
    font-size: 1.1rem;
    padding: 8px 24px 8px 24px;
  }
}
.btn a, .btn button, .btn input {
  transition: none !important;
}
.btn a:focus, .btn button:focus, .btn input:focus {
  box-shadow: none;
  outline: none;
  border-bottom: 0;
}
.btn--secondary, .nf-form-content input[type="button"] {
  display: inline-block;
  color: #31261B;
  border: solid 1px #CEA97F;
  padding: 8px 16px;
  font-size: 1rem;
  line-height: 1.5rem;
  border-radius: 100rem;
  cursor: pointer;
  font-family: mr-eaves-xl-modern, sans-serif;
  font-weight: 700;
  text-decoration: none;
  text-align: center;
  background-color: #CEA97F;
  transition: background-color 0.2s ease, border-color 0.2s ease, color 0.2s ease;
  background-color: #383568;
  border: none;
  color: #fff !important;
  text-decoration: none;
  transition: background-color 0.2s ease, border-color 0.2s ease, color 0.2s ease;
}
.btn--secondary::after, .nf-form-content input[type="button"]::after {
  content: '';
  background-image: url('/wp-content/themes/dts/img/icon-arrow-purple.svg');
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  width: 1rem;
  height: 1rem;
  display: inline-block;
  position: relative;
  bottom: -4px;
  margin-left: 8px;
}
.btn--secondary:hover, .nf-form-content input[type="button"]:hover, .btn--secondary:focus, .nf-form-content input[type="button"]:focus {
  border: solid 1px #CEA97F;
  background-color: #ffffff;
}
.btn--secondary:hover::after, .nf-form-content input[type="button"]:hover::after, .btn--secondary:focus::after, .nf-form-content input[type="button"]:focus::after {
  animation-name: arrow-bounce;
  animation-duration: 0.5s;
}
.btn--secondary:empty, .nf-form-content input[type="button"]:empty {
  padding-right: 12px;
  padding-left: 12px;
}
.btn--secondary:empty::after, .nf-form-content input[type="button"]:empty::after {
  margin-left: 0;
}
@media (min-width: 768px) {
  .btn--secondary, .nf-form-content input[type="button"] {
    font-size: 1.1rem;
    padding: 8px 24px 8px 24px;
  }
}
.btn--secondary::after, .nf-form-content input[type="button"]::after {
  content: '';
  background-image: url('/wp-content/themes/dts/img/icon-arrow-gold.png');
}
.btn--secondary:hover, .nf-form-content input[type="button"]:hover, .btn--secondary:focus, .nf-form-content input[type="button"]:focus {
  background-color: #31261B;
  border: none;
}
.btn--tertiary {
  display: inline-block;
  color: #31261B;
  border: solid 1px #CEA97F;
  padding: 8px 16px;
  font-size: 1rem;
  line-height: 1.5rem;
  border-radius: 100rem;
  cursor: pointer;
  font-family: mr-eaves-xl-modern, sans-serif;
  font-weight: 700;
  text-decoration: none;
  text-align: center;
  background-color: #CEA97F;
  transition: background-color 0.2s ease, border-color 0.2s ease, color 0.2s ease;
  background-color: #cea97f;
  border: none;
  color: #000;
  text-decoration: none;
  transition: background-color 0.2s ease, border-color 0.2s ease, color 0.2s ease;
}
.btn--tertiary::after {
  content: '';
  background-image: url('/wp-content/themes/dts/img/icon-arrow-purple.svg');
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  width: 1rem;
  height: 1rem;
  display: inline-block;
  position: relative;
  bottom: -4px;
  margin-left: 8px;
}
.btn--tertiary:hover, .btn--tertiary:focus {
  border: solid 1px #CEA97F;
  background-color: #ffffff;
}
.btn--tertiary:hover::after, .btn--tertiary:focus::after {
  animation-name: arrow-bounce;
  animation-duration: 0.5s;
}
.btn--tertiary:empty {
  padding-right: 12px;
  padding-left: 12px;
}
.btn--tertiary:empty::after {
  margin-left: 0;
}
@media (min-width: 768px) {
  .btn--tertiary {
    font-size: 1.1rem;
    padding: 8px 24px 8px 24px;
  }
}
.btn--tertiary::after {
  content: '';
  background-image: url('/wp-content/themes/dts/img/icon-arrow-purple.svg');
}
.btn--tertiary:hover, .btn--tertiary:focus {
  background-color: #ffffff;
  border: none;
}
.btn--reverse {
  display: inline-block;
  color: #31261B;
  border: solid 1px #CEA97F;
  padding: 8px 16px;
  font-size: 1rem;
  line-height: 1.5rem;
  border-radius: 100rem;
  cursor: pointer;
  font-family: mr-eaves-xl-modern, sans-serif;
  font-weight: 700;
  text-decoration: none;
  text-align: center;
  background-color: #CEA97F;
  transition: background-color 0.2s ease, border-color 0.2s ease, color 0.2s ease;
  color: #fff;
  border: solid 1px rgba(255, 255, 255, 0.2);
  border-color: rgba(255, 255, 255, 0.2);
  border-width: 1px;
}
.btn--reverse::after {
  content: '';
  background-image: url('/wp-content/themes/dts/img/icon-arrow-purple.svg');
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  width: 1rem;
  height: 1rem;
  display: inline-block;
  position: relative;
  bottom: -4px;
  margin-left: 8px;
}
.btn--reverse:hover, .btn--reverse:focus {
  border: solid 1px #CEA97F;
  background-color: #ffffff;
}
.btn--reverse:hover::after, .btn--reverse:focus::after {
  animation-name: arrow-bounce;
  animation-duration: 0.5s;
}
.btn--reverse:empty {
  padding-right: 12px;
  padding-left: 12px;
}
.btn--reverse:empty::after {
  margin-left: 0;
}
@media (min-width: 768px) {
  .btn--reverse {
    font-size: 1.1rem;
    padding: 8px 24px 8px 24px;
  }
}
.btn--reverse::after {
  content: '';
  background-image: url('/wp-content/themes/dts/img/icon-arrow-gold.png');
}
.btn--reverse:hover, .btn--reverse:focus {
  border: solid 1px white;
}
.btn--reverse:hover {
  border-color: white;
}
.btn--back {
  display: inline-block;
  color: #31261B;
  border: solid 1px #CEA97F;
  padding: 8px 16px;
  font-size: 1rem;
  line-height: 1.5rem;
  border-radius: 100rem;
  cursor: pointer;
  font-family: mr-eaves-xl-modern, sans-serif;
  font-weight: 700;
  text-decoration: none;
  text-align: center;
  background-color: #CEA97F;
  transition: background-color 0.2s ease, border-color 0.2s ease, color 0.2s ease;
  background-color: #383568;
  border: none;
  color: #fff !important;
  text-decoration: none;
  transition: background-color 0.2s ease, border-color 0.2s ease, color 0.2s ease;
}
.btn--back::after {
  content: '';
  background-image: url('/wp-content/themes/dts/img/icon-arrow-purple.svg');
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  width: 1rem;
  height: 1rem;
  display: inline-block;
  position: relative;
  bottom: -4px;
  margin-left: 8px;
}
.btn--back:hover, .btn--back:focus {
  border: solid 1px #CEA97F;
  background-color: #ffffff;
}
.btn--back:hover::after, .btn--back:focus::after {
  animation-name: arrow-bounce;
  animation-duration: 0.5s;
}
.btn--back:empty {
  padding-right: 12px;
  padding-left: 12px;
}
.btn--back:empty::after {
  margin-left: 0;
}
@media (min-width: 768px) {
  .btn--back {
    font-size: 1.1rem;
    padding: 8px 24px 8px 24px;
  }
}
.btn--back::after {
  content: '';
  background-image: url('/wp-content/themes/dts/img/icon-arrow-gold.png');
}
.btn--back:hover, .btn--back:focus {
  background-color: #31261B;
  border: none;
}
.btn--back::after {
  transform: rotate(180deg);
}
.btn--back:hover::after, .btn--back:focus::after {
  animation-name: arrow-bounce-back;
  animation-duration: 0.5s;
}
.button--single {
  margin-bottom: 40px;
}
.accordion-item, .accordion__panel {
  border-bottom: 1px solid;
  font-weight: 700;
  color: #000;
  display: block;
  font-size: 22px;
  transition: all 350ms ease;
  margin: 24px 0;
  position: relative;
  border-color: gainsboro;
}
@media (min-width: 768px) {
  .accordion-item, .accordion__panel {
    font-size: 23px;
  }
}
.icon-plus {
  width: 24px;
  height: 24px;
  border-radius: 100px;
  position: absolute;
  right: 0;
  top: -2px;
  background-color: #383568;
  transition: all 350ms ease;
}
.icon-plus::before, .icon-plus::after {
  content: '';
  position: absolute;
  background-color: #fff;
  transition: all 350ms ease;
}
.icon-plus::before {
  width: 12px;
  height: 2px;
  right: 6px;
  top: 11px;
}
.icon-plus::after {
  width: 2px;
  height: 12px;
  right: 11px;
  top: 6px;
}
.accordion__trigger, .accordion__content {
  padding-right: 40px;
}
.accordion-item__title, .accordion__trigger {
  transition: all 350ms ease;
  margin-bottom: 24px;
  cursor: pointer;
}
.accordion-item__title:hover, .accordion-item__title:focus, .accordion__trigger:hover, .accordion__trigger:focus {
  color: #383568;
  outline: none;
  border: 0 solid transparent;
  text-decoration: none;
}
.accordion-item__title:hover::-moz-focus-inner, .accordion-item__title:focus::-moz-focus-inner, .accordion__trigger:hover::-moz-focus-inner, .accordion__trigger:focus::-moz-focus-inner {
  border: 0;
}
.accordion-item__title:hover .icon-plus, .accordion-item__title:focus .icon-plus, .accordion__trigger:hover .icon-plus, .accordion__trigger:focus .icon-plus {
  background-color: #383568;
}
.accordion__trigger {
  list-style-type: none;
}
.accordion__trigger::-webkit-details-marker {
  display: none;
}
.accordion-item__text {
  line-height: 1.8;
  font-family: 'Kumbh Sans', sans-serif;
  color: #282828;
  margin-bottom: 30px;
  font-size: 18px;
  font-weight: 500;
  transition: all 350ms ease;
  margin-bottom: 0;
  max-height: 0;
  overflow: hidden;
  opacity: 0;
  position: relative;
  top: -10px;
}
@media (min-width: 768px) {
  .accordion-item__text {
    font-size: 21px;
  }
}
.accordion-item__text--in {
  max-height: 9999999px;
  opacity: 100;
  top: 0;
}
.accordion-item__title--active .icon-plus, .accordion__panel[open] .icon-plus {
  background-color: #383568;
}
.accordion-item__title--active .icon-plus::before, .accordion__panel[open] .icon-plus::before {
  width: 0;
  right: 12px;
  opacity: 0;
}
.accordion-item__title--active .icon-plus::after, .accordion__panel[open] .icon-plus::after {
  transition-delay: 100ms;
  transform: rotate(90deg);
}
.topic-row {
  margin: 80px 24px;
}
@media (min-width: 768px) {
  .topic-row {
    margin: 80px auto;
    display: flex;
    align-items: center;
  }
}
.topic-row__photo {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  display: block;
  width: 100%;
  overflow: hidden;
  position: relative;
  padding-bottom: 62.5%;
  margin-bottom: 16px;
  margin-right: 40px;
}
.topic-row__photo img {
  position: absolute;
}
.topic-row__photo img {
  max-width: 300px;
  min-width: 300px;
}
@media (min-width: 768px) {
  .topic-row__photo {
    flex: 0 0 300px;
    width: 300px;
    height: 180px;
    padding: 0;
    margin-bottom: 0;
  }
}
.topic-row__title {
  font-weight: 700;
  color: #000;
  display: block;
  font-size: 22px;
  margin-bottom: 8px;
}
@media (min-width: 768px) {
  .topic-row__title {
    font-size: 23px;
  }
}
.topic-row__description {
  line-height: 1.8;
  font-family: 'Kumbh Sans', sans-serif;
  color: #282828;
  margin-bottom: 30px;
  font-size: 18px;
  font-weight: 500;
  color: #282828;
  font-size: 16px;
  margin-bottom: 16px;
}
@media (min-width: 768px) {
  .topic-row__description {
    font-size: 21px;
  }
}
@media (min-width: 768px) {
  .topic-row__description {
    font-size: 18px;
  }
}
.topic-row__content {
  flex: 0 100%;
}
.topic-row__btn {
  display: inline-block;
  color: #31261B;
  border: solid 1px #CEA97F;
  padding: 8px 16px;
  font-size: 1rem;
  line-height: 1.5rem;
  border-radius: 100rem;
  cursor: pointer;
  font-family: mr-eaves-xl-modern, sans-serif;
  font-weight: 700;
  text-decoration: none;
  text-align: center;
  background-color: #CEA97F;
  transition: background-color 0.2s ease, border-color 0.2s ease, color 0.2s ease;
}
.topic-row__btn::after {
  content: '';
  background-image: url('/wp-content/themes/dts/img/icon-arrow-purple.svg');
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  width: 1rem;
  height: 1rem;
  display: inline-block;
  position: relative;
  bottom: -4px;
  margin-left: 8px;
}
.topic-row__btn:hover, .topic-row__btn:focus {
  border: solid 1px #CEA97F;
  background-color: #ffffff;
}
.topic-row__btn:hover::after, .topic-row__btn:focus::after {
  animation-name: arrow-bounce;
  animation-duration: 0.5s;
}
.topic-row__btn:empty {
  padding-right: 12px;
  padding-left: 12px;
}
.topic-row__btn:empty::after {
  margin-left: 0;
}
@media (min-width: 768px) {
  .topic-row__btn {
    font-size: 1.1rem;
    padding: 8px 24px 8px 24px;
  }
}
.page__content .has-black-background-color .topic-row__title, .page__content .has-black-background-color .topic-row__description {
  color: #fff;
}
.page__content .has-black-background-color .topic-row__btn {
  display: inline-block;
  color: #31261B;
  border: solid 1px #CEA97F;
  padding: 8px 16px;
  font-size: 1rem;
  line-height: 1.5rem;
  border-radius: 100rem;
  cursor: pointer;
  font-family: mr-eaves-xl-modern, sans-serif;
  font-weight: 700;
  text-decoration: none;
  text-align: center;
  background-color: #CEA97F;
  transition: background-color 0.2s ease, border-color 0.2s ease, color 0.2s ease;
  color: #fff;
  border: solid 1px rgba(255, 255, 255, 0.2);
}
.page__content .has-black-background-color .topic-row__btn::after {
  content: '';
  background-image: url('/wp-content/themes/dts/img/icon-arrow-purple.svg');
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  width: 1rem;
  height: 1rem;
  display: inline-block;
  position: relative;
  bottom: -4px;
  margin-left: 8px;
}
.page__content .has-black-background-color .topic-row__btn:hover, .page__content .has-black-background-color .topic-row__btn:focus {
  border: solid 1px #CEA97F;
  background-color: #ffffff;
}
.page__content .has-black-background-color .topic-row__btn:hover::after, .page__content .has-black-background-color .topic-row__btn:focus::after {
  animation-name: arrow-bounce;
  animation-duration: 0.5s;
}
.page__content .has-black-background-color .topic-row__btn:empty {
  padding-right: 12px;
  padding-left: 12px;
}
.page__content .has-black-background-color .topic-row__btn:empty::after {
  margin-left: 0;
}
@media (min-width: 768px) {
  .page__content .has-black-background-color .topic-row__btn {
    font-size: 1.1rem;
    padding: 8px 24px 8px 24px;
  }
}
.page__content .has-black-background-color .topic-row__btn::after {
  content: '';
  background-image: url('/wp-content/themes/dts/img/icon-arrow-gold.png');
}
.page__content .has-black-background-color .topic-row__btn:hover, .page__content .has-black-background-color .topic-row__btn:focus {
  border: solid 1px white;
}
.employee-row {
  display: block;
  margin-top: 16px;
  padding-bottom: 16px;
  min-height: 96px;
  text-decoration: none;
  border-bottom: 1px solid #E2E1E3;
}
.employee-row__image {
  float: left;
  width: 80px;
  height: 80px;
}
.employee-row__info {
  position: relative;
  margin-left: 104px;
}
.employee-row__name {
  color: #000;
  font-size: 24px;
  font-weight: bold;
  line-height: 28px;
}
@media (min-width: 576px) {
  .employee-row__name {
    padding-top: 12px;
  }
}
.employee-row__position {
  font-size: 16px;
  font-weight: bold;
  line-height: 24px;
}
.employee-row__role {
  color: #000;
  font-size: 16px;
  line-height: 24px;
}
@media (min-width: 576px) {
  .employee-row__role {
    position: absolute;
    right: 0;
    bottom: 0;
  }
}
.event__title, .event__title a {
  color: #000;
  text-decoration: none;
}
.event__title a:hover {
  color: #383568;
}
.event__image {
  position: relative;
}
.event__image a {
  position: relative;
}
.event__date {
  display: inline-block;
  padding: 12px 16px;
  color: #fff;
  background: #383568;
  font-weight: bold;
  font-size: 16px;
  text-transform: uppercase;
  letter-spacing: 2px;
}
.tribe-common .event__date {
  padding: 12px 16px;
}
.tribe-events-calendar-list .event__date, .teaser .event__date {
  text-align: center;
}
.tribe-events-calendar-list .event__date span, .teaser .event__date span {
  display: block;
}
.event__date .recurringinfo {
  display: none;
}
.event__image__date {
  position: absolute;
  top: 0;
  right: 0;
}
.event__image__date--featured {
  display: flex;
  top: auto;
  right: auto;
  left: 0;
  bottom: 0;
  padding: 0 !important;
}
.event__image__date--featured > *, .tribe-common .event__image__date--featured > * {
  padding: 12px 16px;
}
.event__image__date--featured > span {
  background-color: #31261B;
  font-size: 12px;
  text-transform: uppercase;
  line-height: 1.33;
  letter-spacing: 2px;
}
.event__image__date {
  padding: 12px 16px;
}
.teaser__spacer {
  margin: 32px 0;
  border-color: #E2E1E3;
}
.teaser__image img {
  display: block;
}
body .event-entry, .tribe-common .event-entry {
  display: flex;
  flex-direction: column;
}
@media (min-width: 768px) {
  body .event-entry, .tribe-common .event-entry {
    flex-direction: row;
  }
}
body .event-entry--block, .tribe-common .event-entry--block {
  display: block;
}
body .event-entry__date, .tribe-common .event-entry__date {
  display: none;
  flex-shrink: 0;
  margin: 0 0 16px 0;
}
@media (min-width: 768px) {
  body .event-entry__date, .tribe-common .event-entry__date {
    display: block;
    margin: 0 18px 0 0;
  }
}
body .event-entry__title, .tribe-common .event-entry__title {
  display: inline-block;
  margin-bottom: 16px;
  text-decoration: none;
  font-size: 24px;
}
@media (min-width: 768px) {
  body .event-entry__content, .tribe-common .event-entry__content {
    flex: 1;
  }
}
body .event-entry__thumbnail, .tribe-common .event-entry__thumbnail {
  position: relative;
  order: -1;
  margin-bottom: 16px;
}
@media (min-width: 768px) {
  body .event-entry__thumbnail, .tribe-common .event-entry__thumbnail {
    order: 0;
    margin-bottom: 0;
    max-width: 172px;
  }
}
body .event-entry__image-date, .tribe-common .event-entry__image-date {
  position: absolute;
  bottom: 0;
  left: 0;
}
@media (min-width: 768px) {
  body .event-entry__image-date, .tribe-common .event-entry__image-date {
    display: none;
  }
}
body .event-entry .meta, .tribe-common .event-entry .meta {
  margin-bottom: -8px;
  padding: 0;
  border: none;
}
body .event-entry .meta__item, .tribe-common .event-entry .meta__item {
  margin-bottom: 8px;
  padding: 0;
}
body .event-entry .meta__item abbr, .tribe-common .event-entry .meta__item abbr {
  text-decoration: none;
}
body .event-entry a, .tribe-common .event-entry a {
  color: inherit;
  transition: color 0.5s;
}
body .event-entry a:hover, .tribe-common .event-entry a:hover {
  color: #383568;
}
.tribe-common.tribe-common .tribe-common-l-container {
  padding: 16px 0 80px;
}
.tribe-events-c-top-bar__datepicker button {
  border: 0 !important;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-size: 16px;
  font-family: mr-eaves-xl-modern, sans-serif;
  line-height: 1em;
}
.tribe-common.tribe-events .tribe-events-c-top-bar__today-button {
  margin: 0 auto 0 0;
  border-radius: 13px;
  background-color: #383568;
  color: #fff;
  text-decoration: none;
  font-size: 16px;
  transition: color 0.5s;
}
.tribe-common.tribe-events .tribe-events-c-top-bar__today-button:hover, .tribe-common.tribe-events .tribe-events-c-top-bar__today-button:focus {
  color: #383568;
}
@media (min-width: 768px) {
  .tribe-common.tribe-events .tribe-events-c-top-bar__datepicker {
    position: relative;
    margin-right: 49px;
  }
  .tribe-common.tribe-events .tribe-events-c-top-bar__datepicker:after {
    position: absolute;
    top: -10px;
    right: -25px;
    bottom: -10px;
    width: 1px;
    background-color: #E2E1E3;
    content: "";
  }
}
.tribe-events-calendar-month__header-column-title-desktop {
  font-family: mr-eaves-xl-modern, sans-serif;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-weight: normal;
  font-size: 17px;
  color: #282828;
  font-size: 15px;
  text-align: center;
}
.tribe-events .tribe-events-header {
  display: flex;
  flex-direction: row-reverse !important;
  justify-content: flex-end;
  align-items: center;
}
.tribe-common.tribe-events .tribe-events-calendar-month, .tribe-common.tribe-events .tribe-events-calendar-list, .tribe-common.tribe-events .tribe-events-calendar-day {
  border-top: 3px solid gainsboro;
  padding-top: 32px;
}
@media (min-width: 768px) {
  .tribe-common.tribe-events .tribe-events-calendar-month, .tribe-common.tribe-events .tribe-events-calendar-list, .tribe-common.tribe-events .tribe-events-calendar-day {
    padding-top: 40px;
  }
}
.tribe-events-calendar-month__day-date-daynum {
  font-size: 17px;
  color: #646464;
}
.tribe-events .tribe-events-calendar-month__calendar-event-title, .tribe-events .tribe-events-calendar-month__multiday-event-bar-title {
  font-size: 16px;
}
.tribe-events .tribe-events-calendar-month__calendar-event-title a, .tribe-events .tribe-events-calendar-month__multiday-event-bar-title a {
  text-decoration: none;
  color: #282828;
}
.tribe-events-calendar th {
  background-color: #fff;
}
#tribe-events-content .tribe-events-calendar td, #tribe-events-content table.tribe-events-calendar {
  border: 0;
}
#tribe-events-content .tribe-events-calendar tbody td > * {
  background-color: transparent;
  color: #282828;
  font-size: 17px;
}
#tribe-events-content table.tribe-events-calendar {
  margin-top: 0;
}
#tribe-events-content .tribe-events-calendar tbody td {
  border: 1px solid #bbb;
}
.tribe-events-calendar-month__day-date-daynum a {
  text-decoration: none;
  color: #282828;
}
.tribe-events-page-title {
  font-family: mr-eaves-xl-modern, sans-serif;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-size: 18px;
  text-align: left;
  margin-bottom: 0;
  border-bottom: 3px solid gainsboro;
  padding-bottom: 25px;
}
#tribe-events-content .tribe-events-calendar h3.tribe-events-month-event-title {
  padding: 3% 5% !important;
  font-family: mr-eaves-xl-modern, sans-serif !important;
}
#tribe-events-content .tribe-events-calendar h3.tribe-events-month-event-title a {
  color: #282828;
  font-style: italic;
}
#tribe-events-content .tribe-events-calendar h3.tribe-events-month-event-title::after {
  content: '';
  margin-top: 15px;
  border-bottom: 2px solid gainsboro;
  width: 30px;
  height: 1px;
  display: block;
}
.tribe-events-viewmore {
  margin: 0;
  border-top: 0;
  padding: 3% 5% !important;
}
#tribe-events-content .tribe-events-calendar tbody td a {
  color: #31261B;
}
#tribe_events_filters_wrapper.tribe-events-filters-horizontal, .tribe-filters-closed #tribe_events_filters_wrapper.tribe-events-filters-horizontal {
  margin: 12px auto 12px 0 !important;
  background-color: transparent;
}
@media (min-width: 768px) {
  #tribe_events_filters_wrapper.tribe-events-filters-horizontal, .tribe-filters-closed #tribe_events_filters_wrapper.tribe-events-filters-horizontal {
    padding-right: 24px;
  }
}
.tribe-events-filters-horizontal .tribe-events-filters-content {
  align-items: center;
  background-color: transparent;
  border: 0;
}
@media (min-width: 768px) {
  .tribe-events-filters-horizontal .tribe-events-filters-content {
    display: flex;
  }
}
.tribe-bar-date-filter {
  display: none;
}
.tribe_events_filter_control {
  display: none;
}
#tribe_events_filters_wrapper.tribe-events-filters-horizontal .tribe-events-filters-group-heading {
  padding: 0 30px 0 0;
}
#tribe-events .tribe-events-button, .tribe-events-button {
  display: none;
}
.tribe-events-notices {
  display: none;
}
.tribe-events-filters-label:not([for]) {
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-size: 13px;
  margin-right: 24px;
}
@media (min-width: 768px) {
  .tribe-events-filters-label:not([for]) {
    font-size: 13px;
  }
}
.tribe-events-nav-next {
  display: block;
  height: 30px;
  width: 70px;
  color: #282828;
}
.tribe-events-nav-next::after {
  content: '';
  height: 18px;
  width: 18px;
  background-image: url('/wp-content/themes/dts/img/icon-arrow-purple-circle.svg');
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  margin-bottom: -4px;
  margin-left: 5px;
  display: inline-block;
}
.tribe-events-nav-next a {
  display: none;
}
.tribe-events-nav-next::before {
  content: 'Next';
}
.tribe-events-sub-nav {
  display: flex;
  justify-content: flex-end;
}
.tribe-events-header__events-bar {
  width: auto !important;
}
.tribe-events-filters-horizontal {
  width: auto;
}
.tribe-events-filters-horizontal #tribe_events_filters_form {
  text-align: left !important;
}
.tribe-events-nav-previous {
  display: block;
  height: 30px;
  width: 100px;
  color: #282828;
}
.tribe-events-nav-previous::before {
  content: '';
  height: 18px;
  width: 18px;
  background-image: url('/wp-content/themes/dts/img/icon-arrow-purple-circle.svg');
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  margin-bottom: -4px;
  margin-right: 5px;
  display: inline-block;
  transform: rotate(180deg);
}
.tribe-events-nav-previous a {
  display: none;
}
.tribe-events-nav-previous::after {
  content: 'Previous';
}
.tribe-common .tribe-events-featured-calendar-list {
  margin-right: calc(-50vw + 50%);
  margin-bottom: 40px;
}
.tribe-common .tribe-events-featured-calendar-list .meta__item {
  display: inline-block;
  margin-right: 1em;
}
.tribe-common .tribe-events-featured-calendar-list .meta__icon {
  width: 18px;
}
.tribe-common .tribe-events-featured-calendar-list time {
  display: inline-block;
}
.tribe-common.tribe-events .tribe-events-calendar-list__event-featured-image-wrapper {
  margin-bottom: 16px;
  width: auto;
}
.tribe-common .tribe-events-featured-calendar-list-item {
  margin: 0 8px;
  width: 316px;
}
@media (min-width: 768px) {
  .tribe-common .tribe-events-featured-calendar-list-item {
    margin: 0 26px;
    width: 725px;
  }
}
.tribe-common .tribe-events-featured-calendar-list-wrapper {
  margin-bottom: 40px;
}
@media (min-width: 768px) {
  .tribe-common .tribe-events-featured-calendar-list-wrapper {
    margin-bottom: 80px;
  }
}
.tribe-common .tribe-events-featured-calendar-list-controls {
  display: flex;
  align-items: center;
  margin: 0 -8px;
}
.tribe-common .tribe-events-featured-calendar-list-controls:before {
  flex: 1;
  margin: 0 8px;
  height: 1px;
  background-color: #E2E1E3;
  content: "";
}
.tribe-common .tribe-events-featured-calendar-list-controls .slick-arrow {
  margin: 0 8px;
  padding: 8px 12px;
  border: none;
}
.tribe-common .tribe-events-featured-calendar-title {
  margin-bottom: 36px;
  font-weight: normal;
  font-size: 32px;
  font-family: mrs-eaves-xl-serif-narrow, serif;
}
@media (min-width: 768px) {
  .tribe-common .tribe-events-featured-calendar-title {
    font-size: 40px;
  }
}
.event-card {
  display: flex;
  flex-direction: column;
  flex: 0 0 100%;
  margin-bottom: 40px;
  padding-left: 25px;
  padding-right: 25px;
}
.event-card a {
  text-decoration: none;
}
@media (min-width: 768px) {
  .event-card {
    max-width: 311px;
  }
}
.event-card .title {
  font-weight: 700;
  color: #000;
  display: block;
  font-size: 22px;
  transition: all 350ms ease;
  color: #000;
}
@media (min-width: 768px) {
  .event-card .title {
    font-size: 23px;
  }
}
@media (min-width: 992px) {
  .event-card .title {
    font-weight: 700;
    color: #000;
    display: block;
    font-size: 25px;
  }
}
@media (min-width: 992px) and (min-width: 768px) {
  .event-card .title {
    font-size: 35px;
  }
}
.event-card .subtitle {
  line-height: 1.8;
  font-family: 'Kumbh Sans', sans-serif;
  color: #282828;
  margin-bottom: 30px;
  font-size: 18px;
  font-weight: 500;
  color: #282828;
  font-size: 16px;
  margin-bottom: 16px;
  color: #383568;
  margin-top: 8px;
}
@media (min-width: 768px) {
  .event-card .subtitle {
    font-size: 21px;
  }
}
@media (min-width: 768px) {
  .event-card .subtitle {
    font-size: 18px;
  }
}
.event-card .card__photo {
  display: block;
  width: 100%;
  overflow: hidden;
  position: relative;
  padding-bottom: 62.5%;
  margin-bottom: 16px;
}
.event-card .card__photo img {
  position: absolute;
}
.event-card .card__photo img, .event-card .card__photo iframe, .event-card .card__photo > .container-lazyload {
  position: absolute;
  top: -1px;
  left: -1px;
  width: 101%;
  height: 101%;
}
.event-card .card__photo img {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  transition: all 750ms ease;
  object-fit: cover;
  font-family: 'object-fit; cover;';
}
.event-card:hover .card__photo img {
  transform: scale(1.05);
  transition: all 750ms ease;
}
.event-card:hover .title {
  color: #383568;
}
.event-card:hover .title--no-hover {
  color: #000;
}
.has-black-background-color .event-card:hover .title {
  color: #383568;
}
.event-card > a {
  display: block;
  color: #000;
  text-decoration: none;
}
.event-card .event__image__date {
  position: absolute;
  bottom: 0;
  left: 0;
}
.event-card__title {
  font-weight: 700;
  color: #000;
  display: block;
  font-size: 22px;
  color: #000;
}
@media (min-width: 768px) {
  .event-card__title {
    font-size: 23px;
  }
}
.featured-events__slider .slick-list {
  margin-left: -25px;
  margin-right: -25px;
}
.featured-events__slider .slick-track {
  margin-left: 0;
}
.featured-events__arrows {
  position: relative;
  height: 40px;
}
.featured-events__arrows:before {
  content: '';
  position: absolute;
  top: 50%;
  left: 0;
  right: 49px;
  transform: translateY(-50%);
  height: 1px;
  background: #e2e1e3;
}
.featured-events__arrows button {
  position: absolute;
  background: #383568;
  color: #fff;
  text-indent: -9999px;
  overflow: hidden;
  padding: 8px !important;
  width: 40px;
  height: 40px;
}
.featured-events__arrows button::after {
  float: left;
  margin-left: 4px !important;
}
.featured-events__arrows button.slick-prev {
  display: inline-block;
  color: #31261B;
  border: solid 1px #CEA97F;
  padding: 8px 16px;
  font-size: 1rem;
  line-height: 1.5rem;
  border-radius: 100rem;
  cursor: pointer;
  font-family: mr-eaves-xl-modern, sans-serif;
  font-weight: 700;
  text-decoration: none;
  text-align: center;
  background-color: #CEA97F;
  transition: background-color 0.2s ease, border-color 0.2s ease, color 0.2s ease;
  color: #fff;
  border: solid 1px rgba(255, 255, 255, 0.2);
  left: 0;
  display: none !important;
}
.featured-events__arrows button.slick-prev::after {
  content: '';
  background-image: url('/wp-content/themes/dts/img/icon-arrow-purple.svg');
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  width: 1rem;
  height: 1rem;
  display: inline-block;
  position: relative;
  bottom: -4px;
  margin-left: 8px;
}
.featured-events__arrows button.slick-prev:hover, .featured-events__arrows button.slick-prev:focus {
  border: solid 1px #CEA97F;
  background-color: #ffffff;
}
.featured-events__arrows button.slick-prev:hover::after, .featured-events__arrows button.slick-prev:focus::after {
  animation-name: arrow-bounce;
  animation-duration: 0.5s;
}
.featured-events__arrows button.slick-prev:empty {
  padding-right: 12px;
  padding-left: 12px;
}
.featured-events__arrows button.slick-prev:empty::after {
  margin-left: 0;
}
@media (min-width: 768px) {
  .featured-events__arrows button.slick-prev {
    font-size: 1.1rem;
    padding: 8px 24px 8px 24px;
  }
}
.featured-events__arrows button.slick-prev::after {
  content: '';
  background-image: url('/wp-content/themes/dts/img/icon-arrow-gold.png');
}
.featured-events__arrows button.slick-prev:hover, .featured-events__arrows button.slick-prev:focus {
  border: solid 1px white;
}
.featured-events__arrows button.slick-next {
  display: inline-block;
  color: #31261B;
  border: solid 1px #CEA97F;
  padding: 8px 16px;
  font-size: 1rem;
  line-height: 1.5rem;
  border-radius: 100rem;
  cursor: pointer;
  font-family: mr-eaves-xl-modern, sans-serif;
  font-weight: 700;
  text-decoration: none;
  text-align: center;
  background-color: #CEA97F;
  transition: background-color 0.2s ease, border-color 0.2s ease, color 0.2s ease;
  right: 0;
}
.featured-events__arrows button.slick-next::after {
  content: '';
  background-image: url('/wp-content/themes/dts/img/icon-arrow-purple.svg');
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  width: 1rem;
  height: 1rem;
  display: inline-block;
  position: relative;
  bottom: -4px;
  margin-left: 8px;
}
.featured-events__arrows button.slick-next:hover, .featured-events__arrows button.slick-next:focus {
  border: solid 1px #CEA97F;
  background-color: #ffffff;
}
.featured-events__arrows button.slick-next:hover::after, .featured-events__arrows button.slick-next:focus::after {
  animation-name: arrow-bounce;
  animation-duration: 0.5s;
}
.featured-events__arrows button.slick-next:empty {
  padding-right: 12px;
  padding-left: 12px;
}
.featured-events__arrows button.slick-next:empty::after {
  margin-left: 0;
}
@media (min-width: 768px) {
  .featured-events__arrows button.slick-next {
    font-size: 1.1rem;
    padding: 8px 24px 8px 24px;
  }
}
.inline-gallery {
  margin-top: 80px;
  margin-bottom: 80px;
  outline: none;
}
.inline-gallery .slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0 32% 0 0;
}
.inline-gallery .slick-slide {
  margin: 0px 20px 0 0;
}
.inline-gallery .slick-prev {
  margin-right: 16px;
}
.inline-gallery .slick-disabled {
  color: #E2E1E3;
  background: #E2E1E3;
}
.inline-gallery .slick-active {
  opacity: 0.5;
}
.inline-gallery .slick-current {
  opacity: 1;
}
.slick-list > .slick-track {
  transform: 0;
  margin-left: 0;
  margin-right: 0;
}
.inline-gallery__slide {
  position: relative;
  max-height: 500px;
}
.inline-gallery__meta {
  display: none;
}
.inline-gallery__caption {
  font-weight: 500;
  font-size: 15px;
  color: #000;
  text-overflow: ellipsis;
  display: block;
  white-space: normal;
  overflow: hidden;
  width: 100%;
  padding-top: 8px;
}
.inline-gallery__paging-info {
  margin-top: 16px;
  padding-bottom: 10px;
  border-bottom: 1px solid #E2E1E3;
}
.inline-gallery__paging-info::before {
  position: relative;
  top: 2px;
  content: url(../img/icon-image.svg);
  padding-right: 8px;
}
.inline-gallery__arrows {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: flex-start;
  clear: both;
  margin-top: 16px;
  margin-bottom: 16px;
}
@media (min-width: 768px) {
  .inline-gallery__arrows {
    margin-top: 24px;
    margin-bottom: 0;
  }
}
.inline-gallery__slides:before {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  width: calc(32% + 20px);
  background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.5) 20px, white 100%);
  content: " ";
}
.jump-to__title {
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-size: 13px;
  font-size: 12px;
  font-weight: 500;
  display: block;
  display: inline-block;
}
@media (min-width: 768px) {
  .jump-to__title {
    font-size: 13px;
  }
}
.jump-to__links {
  display: inline-block;
}
.page__content .jump-to__links ul > li::before, .jump-to__links ul > li::before {
  content: none;
}
.jump-to__links li {
  display: inline-block;
  padding-right: 40px;
  font-weight: bold;
}
.link-list-item {
  display: block;
  border-bottom: 1px solid #383568;
  padding: 24px 0 16px 0;
  font-size: 20px;
  text-decoration: none;
  font-weight: 700;
  color: #000 !important;
  transition: all 350ms ease;
}
.link-list-item:hover, .link-list-item:focus {
  color: #383568 !important;
  border-bottom: 1px solid #383568;
}
@media (min-width: 768px) {
  .three-up {
    display: flex;
  }
}
.card--three-up {
  display: flex;
  flex-direction: column;
  flex: 0 0 100%;
  margin-bottom: 40px;
}
.card--three-up a {
  text-decoration: none;
}
@media (min-width: 768px) {
  .card--three-up {
    max-width: 311px;
  }
}
.card--three-up .title {
  font-weight: 700;
  color: #000;
  display: block;
  font-size: 22px;
  transition: all 350ms ease;
  color: #000;
}
@media (min-width: 768px) {
  .card--three-up .title {
    font-size: 23px;
  }
}
@media (min-width: 992px) {
  .card--three-up .title {
    font-weight: 700;
    color: #000;
    display: block;
    font-size: 25px;
  }
}
@media (min-width: 992px) and (min-width: 768px) {
  .card--three-up .title {
    font-size: 35px;
  }
}
.card--three-up .subtitle {
  line-height: 1.8;
  font-family: 'Kumbh Sans', sans-serif;
  color: #282828;
  margin-bottom: 30px;
  font-size: 18px;
  font-weight: 500;
  color: #282828;
  font-size: 16px;
  margin-bottom: 16px;
  color: #383568;
  margin-top: 8px;
}
@media (min-width: 768px) {
  .card--three-up .subtitle {
    font-size: 21px;
  }
}
@media (min-width: 768px) {
  .card--three-up .subtitle {
    font-size: 18px;
  }
}
.card--three-up .card__photo {
  display: block;
  width: 100%;
  overflow: hidden;
  position: relative;
  padding-bottom: 62.5%;
  margin-bottom: 16px;
}
.card--three-up .card__photo img {
  position: absolute;
}
.card--three-up .card__photo img, .card--three-up .card__photo iframe, .card--three-up .card__photo > .container-lazyload {
  position: absolute;
  top: -1px;
  left: -1px;
  width: 101%;
  height: 101%;
}
.card--three-up .card__photo img {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  transition: all 750ms ease;
  object-fit: cover;
  font-family: 'object-fit; cover;';
}
.card--three-up:hover .card__photo img {
  transform: scale(1.05);
  transition: all 750ms ease;
}
.card--three-up:hover .title {
  color: #383568;
}
.card--three-up:hover .title--no-hover {
  color: #000;
}
.has-black-background-color .card--three-up:hover .title {
  color: #383568;
}
@media (min-width: 768px) {
  .card--three-up {
    flex: 0 0 30%;
    margin-right: 5%;
    margin-bottom: 0;
  }
}
.card--three-up:last-of-type {
  margin-right: 0;
}
.card--three-up .title {
  font-weight: 700;
  color: #000;
  display: block;
  font-size: 22px;
  margin-bottom: 15px;
  color: #000;
}
@media (min-width: 768px) {
  .card--three-up .title {
    font-size: 23px;
  }
}
.page__content .has-black-background-color .title {
  color: #fff;
}
.section {
  margin-top: 40px;
}
@media (min-width: 992px) {
  .section {
    margin-top: 80px;
  }
  .wp-block-group.has-background .section {
    margin-top: 0;
  }
}
.section__title, .tribe-events .tribe-events-calendar-month-mobile-events__day-marker {
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-size: 13px;
  font-size: 14px;
  font-weight: 500;
  display: block;
  margin-bottom: 24px;
  color: #31261B;
}
@media (min-width: 768px) {
  .section__title, .tribe-events .tribe-events-calendar-month-mobile-events__day-marker {
    font-size: 13px;
  }
}
@media (min-width: 768px) {
  .section__title, .tribe-events .tribe-events-calendar-month-mobile-events__day-marker {
    font-size: 16px;
  }
}
.section__text {
  font-family: mrs-eaves-xl-serif-narrow, serif;
  font-weight: 400;
  line-height: 100%;
  font-size: 27px;
  display: block;
  color: #000;
}
@media (min-width: 768px) {
  .section__text {
    font-size: 30px;
    line-height: 40px;
  }
}
@media (min-width: 992px) {
  .section__text {
    margin-bottom: 40px;
  }
}
.has-black-background-color .section__title, .has-black-background-color .tribe-events .tribe-events-calendar-month-mobile-events__day-marker, .tribe-events .has-black-background-color .tribe-events-calendar-month-mobile-events__day-marker {
  color: #383568;
}
.has-black-background-color .section__text {
  color: #fff;
}
.employee-card {
  display: flex;
  flex-direction: column;
  flex: 0 0 100%;
  margin-bottom: 40px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.employee-card a {
  text-decoration: none;
}
@media (min-width: 768px) {
  .employee-card {
    max-width: 311px;
  }
}
.employee-card .title {
  font-weight: 700;
  color: #000;
  display: block;
  font-size: 22px;
  transition: all 350ms ease;
  color: #000;
}
@media (min-width: 768px) {
  .employee-card .title {
    font-size: 23px;
  }
}
@media (min-width: 992px) {
  .employee-card .title {
    font-weight: 700;
    color: #000;
    display: block;
    font-size: 25px;
  }
}
@media (min-width: 992px) and (min-width: 768px) {
  .employee-card .title {
    font-size: 35px;
  }
}
.employee-card .subtitle {
  line-height: 1.8;
  font-family: 'Kumbh Sans', sans-serif;
  color: #282828;
  margin-bottom: 30px;
  font-size: 18px;
  font-weight: 500;
  color: #282828;
  font-size: 16px;
  margin-bottom: 16px;
  color: #383568;
  margin-top: 8px;
}
@media (min-width: 768px) {
  .employee-card .subtitle {
    font-size: 21px;
  }
}
@media (min-width: 768px) {
  .employee-card .subtitle {
    font-size: 18px;
  }
}
.employee-card .card__photo {
  display: block;
  width: 100%;
  overflow: hidden;
  position: relative;
  padding-bottom: 62.5%;
  margin-bottom: 16px;
}
.employee-card .card__photo img {
  position: absolute;
}
.employee-card .card__photo img, .employee-card .card__photo iframe, .employee-card .card__photo > .container-lazyload {
  position: absolute;
  top: -1px;
  left: -1px;
  width: 101%;
  height: 101%;
}
.employee-card .card__photo img {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  transition: all 750ms ease;
  object-fit: cover;
  font-family: 'object-fit; cover;';
}
.employee-card:hover .card__photo img {
  transform: scale(1.05);
  transition: all 750ms ease;
}
.employee-card:hover .title {
  color: #383568;
}
.employee-card:hover .title--no-hover {
  color: #000;
}
.has-black-background-color .employee-card:hover .title {
  color: #383568;
}
.employee-card .title {
  font-weight: 700;
  color: #000;
  display: block;
  font-size: 22px;
}
@media (min-width: 768px) {
  .employee-card .title {
    font-size: 23px;
  }
}
@media (min-width: 768px) {
  .employee-card {
    max-width: 311px;
  }
}
.employee-card-group .employee-card {
  flex: 0 0 100%;
  margin-right: 0;
}
.employee-card-group .employee-card:last-of-type {
  margin-right: 0;
}
@media (min-width: 768px) {
  .employee-card-group .employee-card {
    flex: 0 0 30%;
    margin-right: 5%;
  }
}
.page__main--employee {
  padding: 8px 0;
}
@media (min-width: 992px) {
  .page__main--employee {
    padding: 24px 0;
  }
}
.page__main--employee .page__content {
  padding-top: 24px;
}
@media (min-width: 992px) {
  .page__main--employee .page__content {
    border-right: 1px solid gainsboro;
    padding: 0 24px 0 0;
  }
}
.page__main--employee .page__content.page__content--job {
  padding-top: 0;
}
@media (min-width: 992px) {
  .page__main--employee .page__content--article {
    padding: 0 80px 0 0;
  }
}
.employee__image {
  display: block;
  width: 100%;
  overflow: hidden;
  position: relative;
  padding-bottom: 62.5%;
  margin-top: 16px;
}
.employee__image img {
  position: absolute;
}
@media (min-width: 992px) {
  .employee__image {
    margin-top: 0;
    margin-bottom: 24px;
  }
}
.dts-block-fact-stat {
  justify-content: space-between;
  padding-top: 40px;
  border-top: 1px solid #383568;
  margin-top: 40px;
}
@media (min-width: 768px) {
  .dts-block-fact-stat {
    padding-top: 80px;
  }
}
.dts-block-fact-stat + .dts-block-fact-stat {
  border-top: none;
  padding-top: 0;
  margin-top: 0;
}
.fact-stat--set {
  margin: 0;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media (min-width: 576px) {
  .fact-stat--set {
    flex-wrap: nowrap;
  }
}
.fact-stat--single {
  flex: 1 1 50%;
  margin-right: 5%;
  margin-bottom: 16px;
}
@media (min-width: 576px) {
  .fact-stat--single {
    flex: 1 1 30%;
    margin-bottom: 0;
  }
}
@media (min-width: 768px) {
  .fact-stat--single:last-of-type {
    margin-right: 0;
  }
}
.fact-stat--title {
  position: relative;
  font-family: mr-eaves-xl-modern, sans-serif;
  font-size: 24px;
  font-weight: 700;
  color: #383568;
  display: block;
  margin-bottom: 8px;
  min-height: 24px;
}
.fact-stat--title span {
  color: #4C484E;
}
@media (min-width: 768px) {
  .fact-stat--title {
    font-size: 28px;
  }
}
@media (min-width: 768px) {
  .fact-stat--title {
    min-height: 28px;
  }
}
.fact-stat--title svg {
  position: absolute;
  bottom: 0;
}
.fact-stat--description {
  line-height: 1.8;
  font-family: 'Kumbh Sans', sans-serif;
  color: #282828;
  margin-bottom: 30px;
  font-size: 18px;
  font-weight: 500;
  color: #282828;
  font-size: 16px;
  margin-bottom: 16px;
  font-weight: bold;
  color: #000;
}
@media (min-width: 768px) {
  .fact-stat--description {
    font-size: 21px;
  }
}
@media (min-width: 768px) {
  .fact-stat--description {
    font-size: 18px;
  }
}
.has-black-background-color .fact-stat--title {
  color: #383568;
}
.has-black-background-color .fact-stat--description {
  color: #fff;
}
.fact-stat-highlight {
  color: #31261B;
}
.promo {
  margin: 80px 24px;
  background-color: #383568;
}
@media (min-width: 768px) {
  .promo {
    margin: 80px auto;
    display: flex;
    align-items: center;
  }
}
.promo--full-width {
  background-color: #31261B;
}
@media (min-width: 1422px) {
  .promo--full-width {
    margin-left: calc(50% - 640px);
    margin-right: calc(50% - 640px);
  }
}
.promo__image {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  display: block;
  width: 100%;
  overflow: hidden;
  position: relative;
  padding-bottom: 50%;
  margin-right: 40px;
  background-color: #31261B;
}
.promo__image img {
  position: absolute;
}
.promo__image img {
  position: absolute;
  max-width: 100%;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  font-family: 'object-fit; cover;';
}
@media (min-width: 768px) {
  .promo__image {
    flex: 0 0 40%;
  }
}
.promo__content {
  padding: 25px;
}
@media (min-width: 768px) {
  .promo__content {
    padding: 0 50px 0 0;
  }
}
.promo__btn {
  display: inline-block;
  color: #31261B;
  border: solid 1px #CEA97F;
  padding: 8px 16px;
  font-size: 1rem;
  line-height: 1.5rem;
  border-radius: 100rem;
  cursor: pointer;
  font-family: mr-eaves-xl-modern, sans-serif;
  font-weight: 700;
  text-decoration: none;
  text-align: center;
  background-color: #CEA97F;
  transition: background-color 0.2s ease, border-color 0.2s ease, color 0.2s ease;
  background-color: #fff;
  color: #111 !important;
  border: 1px solid #fff;
}
.promo__btn::after {
  content: '';
  background-image: url('/wp-content/themes/dts/img/icon-arrow-purple.svg');
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  width: 1rem;
  height: 1rem;
  display: inline-block;
  position: relative;
  bottom: -4px;
  margin-left: 8px;
}
.promo__btn:hover, .promo__btn:focus {
  border: solid 1px #CEA97F;
  background-color: #ffffff;
}
.promo__btn:hover::after, .promo__btn:focus::after {
  animation-name: arrow-bounce;
  animation-duration: 0.5s;
}
.promo__btn:empty {
  padding-right: 12px;
  padding-left: 12px;
}
.promo__btn:empty::after {
  margin-left: 0;
}
@media (min-width: 768px) {
  .promo__btn {
    font-size: 1.1rem;
    padding: 8px 24px 8px 24px;
  }
}
.promo__btn:hover {
  border: 1px solid #fff;
}
.promo__title {
  font-weight: 700;
  color: #000;
  display: block;
  font-size: 22px;
  color: #fff !important;
  margin-bottom: 8px;
}
@media (min-width: 768px) {
  .promo__title {
    font-size: 23px;
  }
}
.promo__description {
  line-height: 1.8;
  font-family: 'Kumbh Sans', sans-serif;
  color: #282828;
  margin-bottom: 30px;
  font-size: 18px;
  font-weight: 500;
  color: #282828;
  font-size: 16px;
  margin-bottom: 16px;
  color: #fff !important;
}
@media (min-width: 768px) {
  .promo__description {
    font-size: 21px;
  }
}
@media (min-width: 768px) {
  .promo__description {
    font-size: 18px;
  }
}
.topic-row__btn {
  display: inline-block;
  color: #31261B;
  border: solid 1px #CEA97F;
  padding: 8px 16px;
  font-size: 1rem;
  line-height: 1.5rem;
  border-radius: 100rem;
  cursor: pointer;
  font-family: mr-eaves-xl-modern, sans-serif;
  font-weight: 700;
  text-decoration: none;
  text-align: center;
  background-color: #CEA97F;
  transition: background-color 0.2s ease, border-color 0.2s ease, color 0.2s ease;
}
.topic-row__btn::after {
  content: '';
  background-image: url('/wp-content/themes/dts/img/icon-arrow-purple.svg');
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  width: 1rem;
  height: 1rem;
  display: inline-block;
  position: relative;
  bottom: -4px;
  margin-left: 8px;
}
.topic-row__btn:hover, .topic-row__btn:focus {
  border: solid 1px #CEA97F;
  background-color: #ffffff;
}
.topic-row__btn:hover::after, .topic-row__btn:focus::after {
  animation-name: arrow-bounce;
  animation-duration: 0.5s;
}
.topic-row__btn:empty {
  padding-right: 12px;
  padding-left: 12px;
}
.topic-row__btn:empty::after {
  margin-left: 0;
}
@media (min-width: 768px) {
  .topic-row__btn {
    font-size: 1.1rem;
    padding: 8px 24px 8px 24px;
  }
}
.google-maps {
  position: relative;
  padding-bottom: 75%;
  height: 0;
  overflow: hidden;
}
.google-maps iframe {
  position: absolute;
  top: -55px;
  left: 0;
  width: 100% !important;
  height: 100% !important;
}
.meta {
  margin-bottom: 40px;
  border-top: 1px solid #E2E1E3;
  padding-top: 40px;
}
.meta a {
  color: #383568;
  transition: all 350ms ease;
}
.meta a:hover {
  color: #262446;
}
.meta li.meta__item::before {
  content: none;
}
@media (min-width: 992px) {
  .meta {
    border-top: none;
    padding-top: 0;
  }
}
.meta__label {
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-size: 13px;
  font-size: 14px;
  font-weight: 500;
  display: block;
  color: #383568;
  margin-bottom: 16px;
}
@media (min-width: 768px) {
  .meta__label {
    font-size: 13px;
  }
}
@media (min-width: 768px) {
  .meta__label {
    font-size: 16px;
  }
}
.meta__label:not(:first-child) {
  margin-top: 16px;
}
.meta__item {
  display: flex;
  padding-bottom: 8px;
  font-size: 16px;
  line-height: 1.5em;
}
.meta__item > *:not(a), .meta__item > a > * {
  display: inline-block;
  vertical-align: middle;
}
.meta__item > a .meta__icon {
  margin-bottom: 2px;
}
.meta__item a {
  text-decoration: none;
  color: inherit;
}
.meta__item a:hover {
  color: #383568;
}
.meta__icon {
  width: 24px;
}
.meta__icon::before {
  position: relative;
  top: 1px;
  padding-right: 24px;
}
.meta__contributors {
  margin-bottom: 40px;
}
.meta__contributor {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}
.meta__contributor-image {
  margin-right: 16px;
  width: 56px;
  height: 56px;
  border-radius: 50%;
  object-fit: cover;
}
.meta__icon--edit::before {
  content: url(/wp-content/themes/dts/img/icon-edit-gold.svg);
}
.meta__icon--folder::before {
  content: url(/wp-content/themes/dts/img/icon-folder-gold.svg);
}
.meta__icon--hash::before {
  content: url(/wp-content/themes/dts/img/icon-hash-gold.svg);
}
.meta__icon--phone::before {
  content: url(/wp-content/themes/dts/img/icon-phone-gold.svg);
}
.meta__icon--email::before {
  content: url(/wp-content/themes/dts/img/icon-mail-gold.svg);
}
.meta__icon--location::before {
  content: url(/wp-content/themes/dts/img/icon-map-marker-gold.svg);
}
.meta__icon--tags::before {
  content: url(/wp-content/themes/dts/img/icon-map-marker-gold.svg);
}
.meta__icon--hours::before {
  content: url(/wp-content/themes/dts/img/icon-clock-gold.svg);
}
.meta__icon--calendly::before {
  content: url(/wp-content/themes/dts/img/icon-calendly-gold.svg);
}
.meta__icon--computer::before {
  content: url(/wp-content/themes/dts/img/icon-computer-gold.svg);
}
.meta__icon--twitter::before {
  content: url(/wp-content/themes/dts/img/icon-twitter-gold.svg);
}
.meta__icon--facebook::before {
  content: url(/wp-content/themes/dts/img/icon-facebook-gold.svg);
}
.meta__icon--instagram::before {
  content: url(/wp-content/themes/dts/img/icon-instagram-gold.svg);
}
.meta__icon--currency::before {
  content: url(/wp-content/themes/dts/img/icon-currency-gold.svg);
}
.meta__icon--url::before {
  content: url(/wp-content/themes/dts/img/icon-url-gold.svg);
}
.meta__icon--book::before {
  content: url(/wp-content/themes/dts/img/icon-book-gold.svg);
}
.meta__job_details > dl {
  margin-bottom: 24px;
}
.meta__social-list {
  display: flex;
}
.meta__social-list > * {
  margin-right: 8px;
}
.meta__list {
  margin-bottom: 40px;
}
.meta__list > :last-child {
  padding-bottom: 0;
}
#news-events {
  overflow: hidden;
}
#news-events .btn {
  border: 0 solid transparent;
  border-bottom: 2px solid transparent;
  position: relative;
  border-width: 1px;
  display: inline-block;
  color: #31261B;
  border: solid 1px #CEA97F;
  padding: 8px 16px;
  font-size: 1rem;
  line-height: 1.5rem;
  border-radius: 100rem;
  cursor: pointer;
  font-family: mr-eaves-xl-modern, sans-serif;
  font-weight: 700;
  text-decoration: none;
  text-align: center;
  background-color: #CEA97F;
  transition: background-color 0.2s ease, border-color 0.2s ease, color 0.2s ease;
}
#news-events .btn:focus, #news-events .btn:focus-within, #news-events .page__content .btn:focus-within, .page__content #news-events .btn:focus-within {
  outline: none;
  border: 0 solid transparent;
  border-bottom: 2px solid #383568;
  text-decoration: none;
}
#news-events .btn:focus::-moz-focus-inner, #news-events .btn:focus-within::-moz-focus-inner, #news-events .page__content .btn:focus-within::-moz-focus-inner, .page__content #news-events .btn:focus-within::-moz-focus-inner {
  border: 0;
}
#news-events .btn:focus, #news-events .btn:focus-within, #news-events .page__content .btn:focus-within, .page__content #news-events .btn:focus-within {
  border: 1px solid #383568;
}
#news-events .btn::after {
  content: '';
  background-image: url('/wp-content/themes/dts/img/icon-arrow-purple.svg');
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  width: 1rem;
  height: 1rem;
  display: inline-block;
  position: relative;
  bottom: -4px;
  margin-left: 8px;
}
#news-events .btn:hover, #news-events .btn:focus, #news-events .btn:focus-within, #news-events .page__content .btn:focus-within, .page__content #news-events .btn:focus-within {
  border: solid 1px #CEA97F;
  background-color: #ffffff;
}
#news-events .btn:hover::after, #news-events .btn:focus::after, #news-events .btn:focus-within::after, #news-events .page__content .btn:focus-within::after, .page__content #news-events .btn:focus-within::after {
  animation-name: arrow-bounce;
  animation-duration: 0.5s;
}
#news-events .btn:empty {
  padding-right: 12px;
  padding-left: 12px;
}
#news-events .btn:empty::after {
  margin-left: 0;
}
@media (min-width: 768px) {
  #news-events .btn {
    font-size: 1.1rem;
    padding: 8px 24px 8px 24px;
  }
}
#news-events .btn a, #news-events .btn button, #news-events .btn input {
  transition: none !important;
}
#news-events .btn a:focus, #news-events .btn button:focus, #news-events .btn input:focus {
  box-shadow: none;
  outline: none;
  border-bottom: 0;
}
#news-events .btn--secondary, #news-events .nf-form-content input[type="button"], .nf-form-content #news-events input[type="button"] {
  display: inline-block;
  color: #31261B;
  border: solid 1px #CEA97F;
  padding: 8px 16px;
  font-size: 1rem;
  line-height: 1.5rem;
  border-radius: 100rem;
  cursor: pointer;
  font-family: mr-eaves-xl-modern, sans-serif;
  font-weight: 700;
  text-decoration: none;
  text-align: center;
  background-color: #CEA97F;
  transition: background-color 0.2s ease, border-color 0.2s ease, color 0.2s ease;
  background-color: #383568;
  border: none;
  color: #fff !important;
  text-decoration: none;
  transition: background-color 0.2s ease, border-color 0.2s ease, color 0.2s ease;
}
#news-events .btn--secondary::after, #news-events .nf-form-content input[type="button"]::after, .nf-form-content #news-events input[type="button"]::after {
  content: '';
  background-image: url('/wp-content/themes/dts/img/icon-arrow-purple.svg');
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  width: 1rem;
  height: 1rem;
  display: inline-block;
  position: relative;
  bottom: -4px;
  margin-left: 8px;
}
#news-events .btn--secondary:hover, #news-events .nf-form-content input[type="button"]:hover, .nf-form-content #news-events input[type="button"]:hover, #news-events .btn--secondary:focus, #news-events .nf-form-content input[type="button"]:focus, .nf-form-content #news-events input[type="button"]:focus {
  border: solid 1px #CEA97F;
  background-color: #ffffff;
}
#news-events .btn--secondary:hover::after, #news-events .nf-form-content input[type="button"]:hover::after, .nf-form-content #news-events input[type="button"]:hover::after, #news-events .btn--secondary:focus::after, #news-events .nf-form-content input[type="button"]:focus::after, .nf-form-content #news-events input[type="button"]:focus::after {
  animation-name: arrow-bounce;
  animation-duration: 0.5s;
}
#news-events .btn--secondary:empty, #news-events .nf-form-content input[type="button"]:empty, .nf-form-content #news-events input[type="button"]:empty {
  padding-right: 12px;
  padding-left: 12px;
}
#news-events .btn--secondary:empty::after, #news-events .nf-form-content input[type="button"]:empty::after, .nf-form-content #news-events input[type="button"]:empty::after {
  margin-left: 0;
}
@media (min-width: 768px) {
  #news-events .btn--secondary, #news-events .nf-form-content input[type="button"], .nf-form-content #news-events input[type="button"] {
    font-size: 1.1rem;
    padding: 8px 24px 8px 24px;
  }
}
#news-events .btn--secondary::after, #news-events .nf-form-content input[type="button"]::after, .nf-form-content #news-events input[type="button"]::after {
  content: '';
  background-image: url('/wp-content/themes/dts/img/icon-arrow-gold.png');
}
#news-events .btn--secondary:hover, #news-events .nf-form-content input[type="button"]:hover, .nf-form-content #news-events input[type="button"]:hover, #news-events .btn--secondary:focus, #news-events .nf-form-content input[type="button"]:focus, .nf-form-content #news-events input[type="button"]:focus {
  background-color: #31261B;
  border: none;
}
#news-events .btn--tertiary {
  display: inline-block;
  color: #31261B;
  border: solid 1px #CEA97F;
  padding: 8px 16px;
  font-size: 1rem;
  line-height: 1.5rem;
  border-radius: 100rem;
  cursor: pointer;
  font-family: mr-eaves-xl-modern, sans-serif;
  font-weight: 700;
  text-decoration: none;
  text-align: center;
  background-color: #CEA97F;
  transition: background-color 0.2s ease, border-color 0.2s ease, color 0.2s ease;
  background-color: #cea97f;
  border: none;
  color: #000;
  text-decoration: none;
  transition: background-color 0.2s ease, border-color 0.2s ease, color 0.2s ease;
}
#news-events .btn--tertiary::after {
  content: '';
  background-image: url('/wp-content/themes/dts/img/icon-arrow-purple.svg');
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  width: 1rem;
  height: 1rem;
  display: inline-block;
  position: relative;
  bottom: -4px;
  margin-left: 8px;
}
#news-events .btn--tertiary:hover, #news-events .btn--tertiary:focus {
  border: solid 1px #CEA97F;
  background-color: #ffffff;
}
#news-events .btn--tertiary:hover::after, #news-events .btn--tertiary:focus::after {
  animation-name: arrow-bounce;
  animation-duration: 0.5s;
}
#news-events .btn--tertiary:empty {
  padding-right: 12px;
  padding-left: 12px;
}
#news-events .btn--tertiary:empty::after {
  margin-left: 0;
}
@media (min-width: 768px) {
  #news-events .btn--tertiary {
    font-size: 1.1rem;
    padding: 8px 24px 8px 24px;
  }
}
#news-events .btn--tertiary::after {
  content: '';
  background-image: url('/wp-content/themes/dts/img/icon-arrow-purple.svg');
}
#news-events .btn--tertiary:hover, #news-events .btn--tertiary:focus {
  background-color: #ffffff;
  border: none;
}
#news-events .btn--reverse {
  display: inline-block;
  color: #31261B;
  border: solid 1px #CEA97F;
  padding: 8px 16px;
  font-size: 1rem;
  line-height: 1.5rem;
  border-radius: 100rem;
  cursor: pointer;
  font-family: mr-eaves-xl-modern, sans-serif;
  font-weight: 700;
  text-decoration: none;
  text-align: center;
  background-color: #CEA97F;
  transition: background-color 0.2s ease, border-color 0.2s ease, color 0.2s ease;
  color: #fff;
  border: solid 1px rgba(255, 255, 255, 0.2);
  border-color: rgba(255, 255, 255, 0.2);
  border-width: 1px;
}
#news-events .btn--reverse::after {
  content: '';
  background-image: url('/wp-content/themes/dts/img/icon-arrow-purple.svg');
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  width: 1rem;
  height: 1rem;
  display: inline-block;
  position: relative;
  bottom: -4px;
  margin-left: 8px;
}
#news-events .btn--reverse:hover, #news-events .btn--reverse:focus {
  border: solid 1px #CEA97F;
  background-color: #ffffff;
}
#news-events .btn--reverse:hover::after, #news-events .btn--reverse:focus::after {
  animation-name: arrow-bounce;
  animation-duration: 0.5s;
}
#news-events .btn--reverse:empty {
  padding-right: 12px;
  padding-left: 12px;
}
#news-events .btn--reverse:empty::after {
  margin-left: 0;
}
@media (min-width: 768px) {
  #news-events .btn--reverse {
    font-size: 1.1rem;
    padding: 8px 24px 8px 24px;
  }
}
#news-events .btn--reverse::after {
  content: '';
  background-image: url('/wp-content/themes/dts/img/icon-arrow-gold.png');
}
#news-events .btn--reverse:hover, #news-events .btn--reverse:focus {
  border: solid 1px white;
}
#news-events .btn--reverse:hover {
  border-color: white;
}
#news-events .btn--back {
  display: inline-block;
  color: #31261B;
  border: solid 1px #CEA97F;
  padding: 8px 16px;
  font-size: 1rem;
  line-height: 1.5rem;
  border-radius: 100rem;
  cursor: pointer;
  font-family: mr-eaves-xl-modern, sans-serif;
  font-weight: 700;
  text-decoration: none;
  text-align: center;
  background-color: #CEA97F;
  transition: background-color 0.2s ease, border-color 0.2s ease, color 0.2s ease;
  background-color: #383568;
  border: none;
  color: #fff !important;
  text-decoration: none;
  transition: background-color 0.2s ease, border-color 0.2s ease, color 0.2s ease;
}
#news-events .btn--back::after {
  content: '';
  background-image: url('/wp-content/themes/dts/img/icon-arrow-purple.svg');
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  width: 1rem;
  height: 1rem;
  display: inline-block;
  position: relative;
  bottom: -4px;
  margin-left: 8px;
}
#news-events .btn--back:hover, #news-events .btn--back:focus {
  border: solid 1px #CEA97F;
  background-color: #ffffff;
}
#news-events .btn--back:hover::after, #news-events .btn--back:focus::after {
  animation-name: arrow-bounce;
  animation-duration: 0.5s;
}
#news-events .btn--back:empty {
  padding-right: 12px;
  padding-left: 12px;
}
#news-events .btn--back:empty::after {
  margin-left: 0;
}
@media (min-width: 768px) {
  #news-events .btn--back {
    font-size: 1.1rem;
    padding: 8px 24px 8px 24px;
  }
}
#news-events .btn--back::after {
  content: '';
  background-image: url('/wp-content/themes/dts/img/icon-arrow-gold.png');
}
#news-events .btn--back:hover, #news-events .btn--back:focus {
  background-color: #31261B;
  border: none;
}
#news-events .btn--back::after {
  transform: rotate(180deg);
}
#news-events .btn--back:hover::after, #news-events .btn--back:focus::after {
  animation-name: arrow-bounce-back;
  animation-duration: 0.5s;
}
#news-events .featured-events .slick-list {
  overflow: inherit;
}
#news-events .recent-news a {
  color: #000;
  text-decoration: none;
}
#news-events .recent-news .recent-news__title {
  font-weight: 700;
  color: #000;
  display: block;
  font-size: 22px;
  margin-bottom: 8px;
  color: #000;
}
@media (min-width: 768px) {
  #news-events .recent-news .recent-news__title {
    font-size: 23px;
  }
}
#news-events .recent-news .recent-news__date {
  font-size: 14px;
  line-height: 20px;
  color: #6F6A72;
}
@media (min-width: 992px) {
  #news-events .recent-news {
    position: relative;
    margin-left: 4em;
    margin-right: -1px;
    padding-left: 64px;
    height: 100%;
    background: #fff;
  }
}
#news-events .recent-news__list li {
  margin-bottom: 16px;
}
#news-events h2 {
  font-family: mrs-eaves-xl-serif-narrow, serif;
  font-weight: 400;
  line-height: 100%;
  font-size: 27px;
  display: block;
  padding-bottom: 24px;
}
@media (min-width: 768px) {
  #news-events h2 {
    font-size: 30px;
    line-height: 40px;
  }
}
.post-list {
  padding-top: 56px;
  padding-bottom: 56px;
}
@media (min-width: 992px) {
  .post-list {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}
.post-list__header {
  margin-bottom: 24px;
}
@media (min-width: 992px) {
  .post-list__header {
    margin-bottom: 40px;
  }
}
.post-list__content:after {
  display: block;
  margin: 40px 0 24px;
  height: 1px;
  background-color: #E2E1E3;
  content: "";
}
@media (min-width: 992px) {
  .post-list__content:after {
    content: none;
  }
}
.post-list__title {
  color: #383568 !important;
}
.post-list__item {
  width: 282px;
}
@media (min-width: 1200px) {
  .post-list__item {
    width: auto;
  }
}
.post-list .dts-entry-block__image {
  max-width: 266px;
}
@media (min-width: 992px) {
  .post-list .dts-entry-block__image {
    max-width: 310px;
  }
}
@media (min-width: 1200px) {
  .post-list .dts-entry-block__image {
    max-width: 280px;
  }
}
.page__main .request-info {
  margin-bottom: -80px;
}
.poster {
  background-color: #31261B;
  padding: 120px 0;
  text-align: center;
}
body.dts h2.poster__title, body.dts h2.request-info__title {
  font-family: mrs-eaves-xl-serif-narrow, serif;
  font-weight: 400;
  line-height: 100%;
  font-size: 27px;
  display: block;
  color: #fff;
  margin-bottom: 24px;
}
@media (min-width: 768px) {
  body.dts h2.poster__title, body.dts h2.request-info__title {
    font-size: 30px;
    line-height: 40px;
  }
}
.poster__cta {
  display: inline-block;
  color: #31261B;
  border: solid 1px #CEA97F;
  padding: 8px 16px;
  font-size: 1rem;
  line-height: 1.5rem;
  border-radius: 100rem;
  cursor: pointer;
  font-family: mr-eaves-xl-modern, sans-serif;
  font-weight: 700;
  text-decoration: none;
  text-align: center;
  background-color: #CEA97F;
  transition: background-color 0.2s ease, border-color 0.2s ease, color 0.2s ease;
  color: #fff;
  border: solid 1px rgba(255, 255, 255, 0.2);
}
.poster__cta::after {
  content: '';
  background-image: url('/wp-content/themes/dts/img/icon-arrow-purple.svg');
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  width: 1rem;
  height: 1rem;
  display: inline-block;
  position: relative;
  bottom: -4px;
  margin-left: 8px;
}
.poster__cta:hover, .poster__cta:focus {
  border: solid 1px #CEA97F;
  background-color: #ffffff;
}
.poster__cta:hover::after, .poster__cta:focus::after {
  animation-name: arrow-bounce;
  animation-duration: 0.5s;
}
.poster__cta:empty {
  padding-right: 12px;
  padding-left: 12px;
}
.poster__cta:empty::after {
  margin-left: 0;
}
@media (min-width: 768px) {
  .poster__cta {
    font-size: 1.1rem;
    padding: 8px 24px 8px 24px;
  }
}
.poster__cta::after {
  content: '';
  background-image: url('/wp-content/themes/dts/img/icon-arrow-gold.png');
}
.poster__cta:hover, .poster__cta:focus {
  border: solid 1px white;
}
.request-info {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  background-color: #000;
  background-image: url("../img/dts-campus-aerial.jpg");
  padding: 120px 0;
  position: relative;
  z-index: 0;
}
.request-info::before {
  content: '';
  display: block;
  opacity: 0.25;
  background: #000;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  position: absolute;
}
.request-info .grid__row {
  align-items: center;
}
.request-info__title {
  text-align: center;
  position: relative;
  z-index: 2;
}
@media (min-width: 768px) {
  body.dts .request-info__title.h2-alternate {
    font-size: 50px;
    line-height: 1em;
  }
}
@media (min-width: 992px) {
  .request-info__title {
    text-align: left;
  }
}
.request-info__form .slate-req-info {
  padding: 40px !important;
}
.request-info__form .form_label, .request-info__form .form_responses {
  display: block;
}
.slate-req-info {
  position: relative;
  background-color: #fff;
  padding: 40px;
  border-radius: 5px;
  z-index: 2;
}
.form_container label {
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-size: 13px;
}
@media (min-width: 768px) {
  .form_container label {
    font-size: 13px;
  }
}
.form_container fieldset > .form_label {
  margin-bottom: 1em;
  font-weight: bold !important;
}
.form_responses input, .form_responses textarea {
  font-family: mr-eaves-xl-modern, sans-serif;
  width: 100%;
  background-color: #F5F5F5;
  padding: 12px 20px;
  margin: 8px 0 17px 0;
  display: inline-block;
  border: 1px solid #E2E1E3;
  box-sizing: border-box;
  font-size: 17px;
}
.form_container select {
  border-radius: 0;
  width: 100%;
  margin: 8px 0 17px 0;
}
.form_container fieldset select {
  width: auto;
}
.form_container fieldset select div.form_responses {
  margin: 0 0 17px 0;
}
.action {
  border-top: 1px solid #E2E1E3;
  padding: 20px 0 0 0;
}
.action button {
  display: inline-block;
  color: #31261B;
  border: solid 1px #CEA97F;
  padding: 8px 16px;
  font-size: 1rem;
  line-height: 1.5rem;
  border-radius: 100rem;
  cursor: pointer;
  font-family: mr-eaves-xl-modern, sans-serif;
  font-weight: 700;
  text-decoration: none;
  text-align: center;
  background-color: #CEA97F;
  transition: background-color 0.2s ease, border-color 0.2s ease, color 0.2s ease;
  background-color: #383568;
  border: none;
  color: #fff !important;
  text-decoration: none;
  transition: background-color 0.2s ease, border-color 0.2s ease, color 0.2s ease;
}
.action button::after {
  content: '';
  background-image: url('/wp-content/themes/dts/img/icon-arrow-purple.svg');
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  width: 1rem;
  height: 1rem;
  display: inline-block;
  position: relative;
  bottom: -4px;
  margin-left: 8px;
}
.action button:hover, .action button:focus {
  border: solid 1px #CEA97F;
  background-color: #ffffff;
}
.action button:hover::after, .action button:focus::after {
  animation-name: arrow-bounce;
  animation-duration: 0.5s;
}
.action button:empty {
  padding-right: 12px;
  padding-left: 12px;
}
.action button:empty::after {
  margin-left: 0;
}
@media (min-width: 768px) {
  .action button {
    font-size: 1.1rem;
    padding: 8px 24px 8px 24px;
  }
}
.action button::after {
  content: '';
  background-image: url('/wp-content/themes/dts/img/icon-arrow-gold.png');
}
.action button:hover, .action button:focus {
  background-color: #31261B;
  border: none;
}
.form_checkbox .form_responses {
  display: flex;
}
.form_container input[type="checkbox"] + label {
  display: inline;
  margin: 0.2em;
  cursor: pointer;
  padding: 0.2em 0.5em 0.2em 0.2em;
}
.form_container input[type="radio"], .form_container input[type="checkbox"] {
  padding: 0;
  margin: 0 2px 0 0;
  width: 12px;
  height: 12px;
  border: 1px solid #31261B;
  background-position: center;
  background-repeat: no-repeat;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.form_container input[type="radio"] {
  border-radius: 8px;
  background-color: #fff;
  background-size: 8px;
}
.form_container input[type="radio"]:checked {
  background-image: url('/wp-content/themes/dts/img/icon-circle-purple.svg');
}
.form_container input[type="checkbox"]:checked {
  background-color: #383568;
  background-image: url('/wp-content/themes/dts/img/icon-check-white.svg');
}
.form_radio .form_response {
  display: inline-block;
  padding: 5px 20px 5px 0;
}
.program-card {
  text-decoration: none;
  display: flex;
  flex-direction: column;
  flex: 0 0 100%;
  margin-bottom: 40px;
}
.program-card__meta {
  display: flex;
  justify-content: space-between;
  align-items: end;
}
.program-card--inline {
  margin-bottom: 32px;
}
.program-card--inline:after {
  position: relative;
  bottom: -16px;
  display: block;
  height: 1px;
  background-color: #E2E1E3;
  content: "";
}
.program-card a {
  text-decoration: none;
}
@media (min-width: 768px) {
  .program-card {
    max-width: 311px;
  }
}
.program-card .title {
  font-weight: 700;
  color: #000;
  display: block;
  font-size: 22px;
  transition: all 350ms ease;
  color: #000;
}
@media (min-width: 768px) {
  .program-card .title {
    font-size: 23px;
  }
}
@media (min-width: 992px) {
  .program-card .title {
    font-weight: 700;
    color: #000;
    display: block;
    font-size: 25px;
  }
}
@media (min-width: 992px) and (min-width: 768px) {
  .program-card .title {
    font-size: 35px;
  }
}
.program-card .subtitle {
  line-height: 1.8;
  font-family: 'Kumbh Sans', sans-serif;
  color: #282828;
  margin-bottom: 30px;
  font-size: 18px;
  font-weight: 500;
  color: #282828;
  font-size: 16px;
  margin-bottom: 16px;
  color: #383568;
  margin-top: 8px;
}
@media (min-width: 768px) {
  .program-card .subtitle {
    font-size: 21px;
  }
}
@media (min-width: 768px) {
  .program-card .subtitle {
    font-size: 18px;
  }
}
.program-card .card__photo {
  display: block;
  width: 100%;
  overflow: hidden;
  position: relative;
  padding-bottom: 62.5%;
  margin-bottom: 16px;
}
.program-card .card__photo img {
  position: absolute;
}
.program-card .card__photo img, .program-card .card__photo iframe, .program-card .card__photo > .container-lazyload {
  position: absolute;
  top: -1px;
  left: -1px;
  width: 101%;
  height: 101%;
}
.program-card .card__photo img {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  transition: all 750ms ease;
  object-fit: cover;
  font-family: 'object-fit; cover;';
}
.program-card:hover .card__photo img {
  transform: scale(1.05);
  transition: all 750ms ease;
}
.program-card:hover .title {
  color: #383568;
}
.program-card:hover .title--no-hover {
  color: #000;
}
.has-black-background-color .program-card:hover .title {
  color: #383568;
}
.program-card > a {
  display: inline-block;
}
.program-card .title {
  font-weight: 700;
  color: #000;
  display: block;
  font-size: 22px;
  color: #000;
}
@media (min-width: 768px) {
  .program-card .title {
    font-size: 23px;
  }
}
.program-card--inline {
  max-width: 100%;
}
.program-card:hover .program-card__title {
  color: #383568;
}
@media (min-width: 768px) {
  .wp-block-column .program-card {
    margin-bottom: 0;
  }
}
.program-card--lg {
  display: flex;
  flex-direction: column;
  flex: 0 0 100%;
  margin-bottom: 40px;
  margin-bottom: 0;
}
.program-card--lg a {
  text-decoration: none;
}
@media (min-width: 768px) {
  .program-card--lg {
    max-width: 311px;
  }
}
.program-card--lg .title {
  font-weight: 700;
  color: #000;
  display: block;
  font-size: 22px;
  transition: all 350ms ease;
  color: #000;
}
@media (min-width: 768px) {
  .program-card--lg .title {
    font-size: 23px;
  }
}
@media (min-width: 992px) {
  .program-card--lg .title {
    font-weight: 700;
    color: #000;
    display: block;
    font-size: 25px;
  }
}
@media (min-width: 992px) and (min-width: 768px) {
  .program-card--lg .title {
    font-size: 35px;
  }
}
.program-card--lg .subtitle {
  line-height: 1.8;
  font-family: 'Kumbh Sans', sans-serif;
  color: #282828;
  margin-bottom: 30px;
  font-size: 18px;
  font-weight: 500;
  color: #282828;
  font-size: 16px;
  margin-bottom: 16px;
  color: #383568;
  margin-top: 8px;
}
@media (min-width: 768px) {
  .program-card--lg .subtitle {
    font-size: 21px;
  }
}
@media (min-width: 768px) {
  .program-card--lg .subtitle {
    font-size: 18px;
  }
}
.program-card--lg .card__photo {
  display: block;
  width: 100%;
  overflow: hidden;
  position: relative;
  padding-bottom: 62.5%;
  margin-bottom: 16px;
}
.program-card--lg .card__photo img {
  position: absolute;
}
.program-card--lg .card__photo img, .program-card--lg .card__photo iframe, .program-card--lg .card__photo > .container-lazyload {
  position: absolute;
  top: -1px;
  left: -1px;
  width: 101%;
  height: 101%;
}
.program-card--lg .card__photo img {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  transition: all 750ms ease;
  object-fit: cover;
  font-family: 'object-fit; cover;';
}
.program-card--lg:hover .card__photo img {
  transform: scale(1.05);
  transition: all 750ms ease;
}
.program-card--lg:hover .title {
  color: #383568;
}
.program-card--lg:hover .title--no-hover {
  color: #000;
}
.has-black-background-color .program-card--lg:hover .title {
  color: #383568;
}
@media (min-width: 768px) {
  .program-card--lg {
    max-width: 100%;
  }
}
@media (min-width: 992px) {
  .program-card--lg {
    max-width: 393px;
  }
}
.program-card__image {
  display: block;
  width: 100%;
  overflow: hidden;
  position: relative;
  padding-bottom: 62.5%;
}
.program-card__image img {
  position: absolute;
}
.program-card__title {
  margin: 0 0 8px;
  font-weight: 700;
  color: #000;
  display: block;
  font-size: 22px;
  transition: all 350ms ease;
}
.program-card__title--inline {
  margin: 0 0 12px;
}
@media (min-width: 768px) {
  .program-card__title {
    font-size: 23px;
  }
}
.program-card__locations--inline {
  font-size: 14px;
}
.page__content .program-card__locations ul, .program-card__locations ul {
  margin: 0;
  padding: 0;
  line-height: 1em;
}
.page__content .program-card__locations ul > li, .program-card__locations ul > li {
  display: inline;
  line-height: 1em;
}
.page__content .program-card__locations ul > li::before, .program-card__locations ul > li::before {
  content: ' / ';
  position: static;
  display: inline;
  font-size: 1em;
}
.page__content .program-card__locations ul > li:first-child::before, .program-card__locations ul > li:first-child::before {
  content: none;
}
.program-card__hours {
  font-weight: bold;
  color: #000;
}
.programs {
  margin-bottom: 80px;
}
.program-finder {
  padding-top: 40px;
  padding-bottom: 80px;
}
@media (min-width: 992px) {
  .program-finder {
    padding-top: 120px;
    padding-bottom: 120px;
  }
  .program-finder__header, .program-finder__footer {
    padding-left: 332px;
  }
  .program-finder__footer {
    display: flex;
    align-items: center;
  }
}
.program-finder__title {
  margin-bottom: 16px;
  font-weight: normal;
  font-size: 27px;
  font-family: mrs-eaves-xl-serif-narrow, serif;
  line-height: 1.2;
}
@media (min-width: 992px) {
  .program-finder__title {
    margin-bottom: 24px;
    font-size: 40px;
  }
  .program-finder__title--main {
    display: none;
  }
}
.program-finder__category-switch {
  margin-bottom: 24px;
  padding: 0 22px 0 0;
  border-width: 0 0 3px 0;
  border-color: #383568;
  border-radius: 0;
  background: url('../img/icon-chevron-down-black.svg') no-repeat center right;
  color: #000;
  font-weight: bold;
  line-height: 1.882;
}
@media (min-width: 992px) {
  .program-finder__category-switch {
    display: none;
  }
}
.program-finder__aside {
  display: none;
}
@media (min-width: 992px) {
  .program-finder__aside {
    display: block;
    flex-shrink: 0;
    margin-right: 16px;
    width: 316px;
  }
}
.program-finder__category-list {
  display: none;
}
@media (min-width: 992px) {
  .program-finder__category-list {
    display: flex;
    justify-content: flex-end;
    margin: 0 -12px;
    margin-bottom: 24px;
  }
  .program-finder__category-list-item {
    position: relative;
    margin: 0 12px;
  }
  .program-finder__category-list-item:after {
    position: absolute;
    top: 100%;
    left: 0;
    display: block;
    width: 0;
    height: 3px;
    background-color: #383568;
    content: "";
    transition: width 0.5s;
  }
  .program-finder__category-list-item--active:after, .program-finder__category-list-item:hover:after {
    width: 100%;
  }
  .program-finder__category-list-link {
    display: block;
    padding: 7px 0;
    color: inherit;
    text-decoration: none;
  }
}
.program-finder__content {
  margin-bottom: 24px;
}
@media (min-width: 992px) {
  .program-finder__content {
    display: flex;
    align-items: center;
  }
}
.program-finder__program-item {
  margin: 0 4px;
  width: 316px;
}
@media (min-width: 992px) {
  .program-finder__program-item {
    margin: 0 8px;
  }
}
.program-finder__program-image-wrapper {
  position: relative;
  overflow: hidden;
  margin-bottom: 16px;
}
.program-finder__program-description {
  position: absolute;
  top: calc(100% - 42px);
  right: 8px;
  left: 8px;
  display: flex;
  flex-direction: column;
  padding: 24px;
  height: calc(100% - 8px);
  border-radius: 5px 5px 0 0;
  background-color: #fff;
  color: #000;
  font-size: 16px;
  line-height: 1.4;
  transition: top 0.5s;
}
.program-finder__program-description--active {
  top: 8px;
}
@media (min-width: 992px) {
  .program-finder__program-image-wrapper:hover .program-finder__program-description {
    top: 8px;
  }
}
.program-finder__program-description-toggle {
  flex-shrink: 0;
  margin: -24px -24px 0 -24px;
  padding: 24px;
}
.program-finder__program-description-toggle:before {
  display: block;
  margin: 0 auto;
  width: 40px;
  height: 4px;
  border-radius: 8px;
  background-color: #E2E1E3;
  content: "";
}
.program-finder__program-description-text {
  margin-bottom: 16px;
}
.program-finder__program-description-label {
  margin-bottom: 8px;
  color: #383568;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-size: 12px;
  line-height: 1.333;
}
.program-finder__program-description-list-item:before {
  display: inline-block;
  width: 18px;
  color: #383568;
  content: "●";
  text-align: center;
}
.program-finder__program-description-delim {
  margin-top: auto;
  margin-bottom: 16px;
  height: 1px;
  background-color: #E2E1E3;
}
.program-finder__program-description-button {
  align-self: flex-start;
}
.program-finder__program-link {
  display: block;
  color: inherit;
  text-decoration: none;
}
.program-finder__program-image {
  width: 100%;
  max-width: 316px;
  height: 400px;
  object-fit: cover;
}
.program-finder__program-title {
  font-size: 21px;
  line-height: 1.142;
  color: #000;
}
.program-finder__prev, .program-finder__next {
  display: none !important;
}
@media (min-width: 992px) {
  .program-finder__prev, .program-finder__next {
    display: block !important;
    margin-left: 16px;
  }
}
.program-finder__line {
  height: 1px;
  background-color: #E2E1E3;
  margin-bottom: 24px;
}
@media (min-width: 992px) {
  .program-finder__line {
    flex: 1;
    margin-bottom: 0;
  }
}
@media (min-width: 992px) {
  .program-finder__button--main {
    display: none !important;
  }
}
.program-finder__footer .btn, .program-finder__footer .btn--back {
  padding: 8px;
}
.related-articles {
  margin-top: 80px;
  padding: 80px 0;
  background-color: #F5F5F5;
}
.related-articles__title {
  margin-bottom: 24px;
  font-size: 28px;
  line-height: 32px;
  color: #383568;
}
.related-article-card {
  display: flex;
  flex-direction: column;
  flex: 0 0 100%;
  margin-bottom: 40px;
  text-decoration: none;
}
.related-article-card a {
  text-decoration: none;
}
@media (min-width: 768px) {
  .related-article-card {
    max-width: 311px;
  }
}
.related-article-card .title {
  font-weight: 700;
  color: #000;
  display: block;
  font-size: 22px;
  transition: all 350ms ease;
  color: #000;
}
@media (min-width: 768px) {
  .related-article-card .title {
    font-size: 23px;
  }
}
@media (min-width: 992px) {
  .related-article-card .title {
    font-weight: 700;
    color: #000;
    display: block;
    font-size: 25px;
  }
}
@media (min-width: 992px) and (min-width: 768px) {
  .related-article-card .title {
    font-size: 35px;
  }
}
.related-article-card .subtitle {
  line-height: 1.8;
  font-family: 'Kumbh Sans', sans-serif;
  color: #282828;
  margin-bottom: 30px;
  font-size: 18px;
  font-weight: 500;
  color: #282828;
  font-size: 16px;
  margin-bottom: 16px;
  color: #383568;
  margin-top: 8px;
}
@media (min-width: 768px) {
  .related-article-card .subtitle {
    font-size: 21px;
  }
}
@media (min-width: 768px) {
  .related-article-card .subtitle {
    font-size: 18px;
  }
}
.related-article-card .card__photo {
  display: block;
  width: 100%;
  overflow: hidden;
  position: relative;
  padding-bottom: 62.5%;
  margin-bottom: 16px;
}
.related-article-card .card__photo img {
  position: absolute;
}
.related-article-card .card__photo img, .related-article-card .card__photo iframe, .related-article-card .card__photo > .container-lazyload {
  position: absolute;
  top: -1px;
  left: -1px;
  width: 101%;
  height: 101%;
}
.related-article-card .card__photo img {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  transition: all 750ms ease;
  object-fit: cover;
  font-family: 'object-fit; cover;';
}
.related-article-card:hover .card__photo img {
  transform: scale(1.05);
  transition: all 750ms ease;
}
.related-article-card:hover .title {
  color: #383568;
}
.related-article-card:hover .title--no-hover {
  color: #000;
}
.has-black-background-color .related-article-card:hover .title {
  color: #383568;
}
.related-article-card .title {
  font-size: 21px;
  line-height: 24px;
}
.seminary-in-action {
  padding-top: 80px;
  padding-bottom: 80px;
  background-color: #000;
}
@media (min-width: 992px) {
  .seminary-in-action {
    padding-top: 150px;
    padding-bottom: 120px;
  }
  .seminary-in-action__aside {
    max-width: 726px;
  }
  .seminary-in-action__footer {
    display: flex;
    align-items: center;
  }
}
.seminary-in-action__header {
  margin-bottom: 24px;
}
@media (min-width: 992px) {
  .seminary-in-action__header {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    margin: 0 auto 40px auto;
    max-width: 1044px;
  }
}
.seminary-in-action__title {
  margin-bottom: 10px;
  color: #383568;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-weight: normal;
  font-size: 14px;
  line-height: 1.333;
}
@media (min-width: 992px) {
  .seminary-in-action__title {
    margin-bottom: 6px;
    font-size: 16px;
  }
}
.seminary-in-action__intro {
  font-size: 27px;
  font-family: mrs-eaves-xl-serif-narrow, serif;
  line-height: 1.185;
}
@media (min-width: 992px) {
  .seminary-in-action__intro {
    font-size: 30px;
    line-height: 1.333;
  }
}
.seminary-in-action__items {
  margin: 20px 0 6px;
}
@media (min-width: 992px) {
  .seminary-in-action__items {
    margin: 0 0 52px;
  }
}
.seminary-in-action__item {
  display: block;
  margin: 20px 8px;
  width: 316px;
  border: none !important;
  color: #fff;
  text-decoration: none;
}
@media (min-width: 992px) {
  .seminary-in-action__item {
    width: 725px;
    margin: 0 20px;
  }
}
.seminary-in-action__item-image-container {
  position: relative;
  margin-bottom: 16px;
}
.seminary-in-action__item-image-container:before {
  display: block;
  padding-bottom: 61.655%;
  content: "";
}
.seminary-in-action__item-image {
  display: block;
  max-width: none;
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.seminary-in-action__item-caption {
  margin-top: 15px;
  font-weight: bold;
  font-size: 21px;
  line-height: 1.142;
  margin-top: 15px;
}
@media (min-width: 992px) {
  .seminary-in-action__item-caption {
    font-size: 28px;
  }
}
.seminary-in-action__line {
  height: 1px;
  background-color: rgba(226, 225, 227, 0.3);
  margin-bottom: 24px;
}
@media (min-width: 992px) {
  .seminary-in-action__line {
    flex: 1;
    margin-bottom: 0;
  }
}
.seminary-in-action__prev, .seminary-in-action__next {
  display: none !important;
}
@media (min-width: 992px) {
  .seminary-in-action__prev, .seminary-in-action__next {
    display: block !important;
    margin-left: 16px;
  }
}
.seminary-in-action__button--aside {
  display: none !important;
}
@media (min-width: 992px) {
  .seminary-in-action__button--aside {
    display: block !important;
    flex-shrink: 0;
    margin-left: 24px;
  }
}
@media (min-width: 992px) {
  .seminary-in-action__button--main {
    display: none !important;
  }
}
.seminary-in-action__footer .btn, .seminary-in-action__footer .btn--back {
  padding: 8px;
}
.latest-chapels {
  padding-top: 56px;
  padding-bottom: 56px;
  background-color: #31261B;
}
@media (min-width: 992px) {
  .latest-chapels {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}
.latest-chapels .dts-entry-block {
  margin-bottom: 2em;
}
@media (min-width: 992px) {
  .latest-chapels .dts-entry-block {
    margin-bottom: 0;
  }
}
.latest-chapels h2, .latest-chapels .dts-entry-block__date {
  color: #fff;
}
.latest-chapels a:hover {
  color: #383568;
}
.latest-chapels .btn {
  background-color: #fff;
}
.latest-chapels .dts-entry-block__image {
  max-width: 266px;
}
@media (min-width: 992px) {
  .latest-chapels .dts-entry-block__image {
    max-width: 310px;
  }
}
@media (min-width: 1200px) {
  .latest-chapels .dts-entry-block__image {
    max-width: 280px;
  }
}
.latest-chapels__header {
  margin-bottom: 24px;
}
@media (min-width: 992px) {
  .latest-chapels__header {
    margin-bottom: 40px;
  }
}
.latest-chapels__content:after {
  display: block;
  margin: 40px 0 24px;
  height: 1px;
  background-color: #E2E1E3;
  content: "";
}
@media (min-width: 992px) {
  .latest-chapels__content:after {
    content: none;
  }
}
.latest-chapels__item {
  width: 282px;
}
@media (min-width: 1200px) {
  .latest-chapels__item {
    width: auto;
  }
}
.latest-chapels__button--aside.btn {
  display: none;
}
@media (min-width: 992px) {
  .latest-chapels__button--aside.btn {
    display: inline-block;
  }
}
@media (min-width: 992px) {
  .latest-chapels__footer {
    display: none;
  }
}
.latest-chapels__prev::after, .latest-chapels__next::after {
  background-image: url('/wp-content/themes/dts/img/icon-arrow-white-alt.svg');
}
.latest-chapels__prev.slick-disabled, .latest-chapels__next.slick-disabled {
  background-color: #E2E1E3;
}
.latest-chapels__prev.slick-disabled:hover, .latest-chapels__prev.slick-disabled:focus, .latest-chapels__next.slick-disabled:hover, .latest-chapels__next.slick-disabled:focus {
  background-color: #E2E1E3;
}
.latest-chapels__prev.slick-disabled:hover::after, .latest-chapels__prev.slick-disabled:focus::after, .latest-chapels__next.slick-disabled:hover::after, .latest-chapels__next.slick-disabled:focus::after {
  animation-name: none;
}
.teaser {
  margin: 40px 0;
}
.teaser:last-of-type {
  border-bottom: none;
}
.teaser > .grid__col {
  padding: 0;
}
.teaser .meta {
  margin-bottom: 0;
  padding-left: 0;
}
.teaser .meta__item {
  margin-bottom: 0;
}
.teaser__meta {
  line-height: 16px;
  margin-bottom: 8px;
}
.teaser__meta__date {
  margin-right: 16px;
  font-size: 14px;
  color: #6F6A72;
}
.teaser__meta__category {
  font-size: 12px;
  letter-spacing: 2px;
  color: #000;
  text-transform: uppercase;
}
.teaser__title {
  font-size: 24px;
  font-weight: bold;
  line-height: 28px;
  text-decoration: none;
  margin-bottom: 16px;
  display: block;
}
.page__content .teaser__title {
  color: #000;
}
.teaser__excerpt p {
  font-size: 16px;
}
.teaser__excerpt p:last-child {
  margin-bottom: 0;
}
.breadcrumb {
  font-size: 15px;
}
.breadcrumb__list {
  display: flex;
  margin-top: 20px;
  margin-bottom: 20px;
}
.breadcrumb__list > * {
  margin-right: 5px;
}
.breadcrumb__list > *::last-of-type a {
  color: red;
}
.breadcrumb__list > *:last-child * {
  font-weight: bold;
}
.breadcrumb a {
  color: #282828;
  text-decoration: none;
}
.footer {
  border-top: 3px solid #383668;
}
.footer__navigation {
  color: #cea97f;
  padding: 40px 0;
}
.footer__navigation .grid {
  position: relative;
}
@media (min-width: 992px) {
  .footer__navigation {
    padding: 80px 0 50px;
  }
  .footer__navigation--large {
    padding: 100px 0;
  }
}
.footer__navigation__background_image {
  opacity: 1;
}
.footer__image {
  display: none;
}
@media (min-width: 992px) {
  .footer__image {
    display: block;
    margin-bottom: 18px;
  }
}
.footer__logo {
  display: block;
  margin-bottom: 14px;
  max-width: 294px;
  position: relative;
}
@media (min-width: 768px) {
  .footer__logo {
    margin-bottom: 38px;
    max-width: 432px;
  }
}
.footer__logo--main {
  max-width: 135px;
}
@media (min-width: 768px) {
  .footer__logo--main {
    max-width: none;
    margin-bottom: 14px;
  }
}
.footer__logo--common {
  max-width: 248px;
  margin-bottom: 22px;
}
@media (min-width: 768px) {
  .footer__logo--common {
    max-width: 244px;
    margin-bottom: 14px;
  }
}
@media (min-width: 768px) {
  .footer__logos {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
  }
}
.footer__address {
  margin-bottom: 15px;
  font-size: 18px;
  font-family: 'Kumbh Sans', sans-serif;
  line-height: 1.4;
  padding-left: 80px;
}
.footer__address a {
  color: #fff;
}
@media (min-width: 992px) {
  .footer__address {
    margin-bottom: 22px;
    font-size: 16px;
  }
}
.footer__list {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: -10px;
  font-size: 14px;
  line-height: 1.4;
}
@media (min-width: 992px) {
  .footer__list {
    font-size: 16px;
    display: block;
  }
}
.footer__list > .menu-item {
  margin-bottom: 8px;
  width: 50%;
}
@media (min-width: 992px) {
  .footer__list > .menu-item {
    margin-bottom: 10px;
    width: auto;
  }
}
.footer__list a {
  color: inherit;
  text-decoration: none;
}
.footer__list--columns-2 {
  display: flex;
  flex-wrap: wrap;
}
.footer__list--columns-2 > .menu-item {
  width: 100%;
}
.footer__list-title {
  margin-bottom: 16px;
  padding-bottom: 8px;
  border-bottom: 1px solid #cea97f;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-size: 14px;
  font-weight: 900;
  margin-top: 60px;
}
@media (min-width: 992px) {
  .footer__list-title {
    padding-bottom: 16px;
    font-size: 16px;
  }
}
.footer__spacer-1 {
  height: 30px;
}
.footer__spacer-2 {
  height: 40px;
}
.footer__legal {
  padding: 24px 0;
  background-color: #F5F5F5;
  text-align: center;
  font-size: 14px;
}
@media (min-width: 992px) {
  .footer__legal-container {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 140px;
  }
}
.footer__legal-list {
  color: #cea97f;
  margin-bottom: 32px;
}
@media (min-width: 992px) {
  .footer__legal-list {
    margin-bottom: 0;
    display: flex;
  }
}
.footer__legal-list > .menu-item {
  margin-bottom: 16px;
}
@media (min-width: 992px) {
  .footer__legal-list > .menu-item {
    margin-right: 24px;
    margin-bottom: 0;
  }
  .footer__legal-list > .menu-item:last-child {
    margin-right: 0;
  }
}
.footer__legal-list a {
  color: inherit;
  font-size: 17px;
  text-decoration: none;
}
@media (min-width: 992px) {
  .footer__legal-list a {
    line-height: 24px;
  }
}
.footer__social {
  display: flex;
  justify-content: left;
  margin-bottom: 34px;
}
@media (min-width: 992px) {
  .footer__social {
    margin-bottom: 0;
    padding-left: 80px;
  }
}
.footer__social > .menu-item {
  margin-right: 32px;
}
@media (min-width: 992px) {
  .footer__social > .menu-item {
    margin-right: 24px;
  }
}
.footer__social > .menu-item:last-child {
  margin-right: 0;
}
.footer__copyright, .footer__copyright a {
  color: #cea97f;
  margin-left: 12px;
  text-decoration: none;
}
.footer__text {
  margin-bottom: 26px;
  color: #fff;
  font-size: 18px;
  font-family: 'Kumbh Sans', sans-serif;
  line-height: 1.333;
}
@media (min-width: 992px) {
  .footer__text {
    font-size: 24px;
  }
}
.footer__text p {
  color: inherit;
  font-weight: inherit;
  font-size: inherit;
  line-height: inherit;
}
.footer__text p:last-child {
  margin-bottom: 0;
}
@media (min-width: 992px) {
  .footer__form {
    text-align: right;
  }
}
.footer__form-label {
  margin-bottom: 16px;
  font-weight: bold;
  font-size: 16px;
  line-height: 1.5;
}
.footer__delim {
  margin-bottom: 24px;
  border-bottom: 1px solid #E2E1E3;
}
@media (min-width: 992px) {
  .footer__delim {
    margin-bottom: 40px;
  }
}
.et_bloom .footer .et_bloom_form_container, .et_bloom .footer .et_bloom_optin_1 .et_bloom_form_content {
  background-color: transparent !important;
}
.header {
  background: url('https://res.cloudinary.com/dallas-theological-seminary/images/v1701684811/dts-website-assets/footer-background_465802e7e0/footer-background_465802e7e0.png');
  background-position: 0px 500px;
  background-size: cover;
  border-bottom: 3px solid #383668;
}
.header__container {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  padding-top: 10px;
  padding-bottom: 10px;
  min-height: 62px;
}
@media (min-width: 992px) {
  .header__container {
    display: block;
    padding-top: 28px;
    padding-bottom: 22px;
    min-height: auto;
  }
}
@media (min-width: 992px) {
  .header__brand {
    display: none;
  }
}
.header__logo {
  height: 50px;
  width: auto;
}
.header a {
  text-decoration: none;
}
@media (max-width: 768px) {
  .header--front-page .header__container {
    margin: 0;
  }
}
.header__sticky-nav {
  display: none;
}
@media (min-width: 992px) {
  .header__sticky-nav {
    display: block;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 100;
    background: url('https://res.cloudinary.com/dallas-theological-seminary/images/v1701684811/dts-website-assets/footer-background_465802e7e0/footer-background_465802e7e0.png');
    background-position: 0px 500px;
    background-size: cover;
    opacity: 0;
    visibility: hidden;
    transition-property: opacity, visibility;
    transition-duration: 100ms;
  }
  .header--sticky .header__sticky-nav {
    border-bottom: 3px solid #cea97f;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.75);
    opacity: 1;
    visibility: visible;
    transition-duration: 300ms;
  }
  .header__sticky-nav .nav__utility, .header__sticky-nav .nav__menu-container--secondary-line {
    display: none !important;
  }
  .header__sticky-nav .header__container {
    padding-top: 0;
    padding-bottom: 0;
  }
  .header__sticky-nav .nav__content {
    margin-bottom: 0;
    border-bottom-width: 0;
  }
  .header__sticky-nav .nav__brand img {
    width: 70%;
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .header--collapsed {
    border-bottom: 3px solid #31261B;
  }
  .header--collapsed .nav__utility, .header--collapsed .nav__menu-container--secondary-line, .header--collapsed .alert {
    display: none !important;
  }
  .header--collapsed .header__container {
    padding-top: 0;
    padding-bottom: 0;
  }
  .header--collapsed .nav__content {
    margin-bottom: 0;
    border-bottom-width: 0;
    animation: fadeIn ease 300ms;
  }
  .header--collapsed .nav__brand img {
    width: 70%;
  }
  .header--shadow {
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.75);
  }
}
.link-list-item {
  display: block;
  border-bottom: 1px solid #383568;
  padding: 24px 0 16px 0;
  font-size: 20px;
  text-decoration: none;
  font-weight: 700;
  color: #000 !important;
  transition: all 350ms ease;
}
.link-list-item:hover, .link-list-item:focus {
  color: #383568 !important;
  border-bottom: 1px solid #383568;
}
.google-maps {
  position: relative;
  padding-bottom: 75%;
  height: 0;
  overflow: hidden;
}
.google-maps iframe {
  position: absolute;
  top: -55px;
  left: 0;
  width: 100% !important;
  height: 100% !important;
}
.nav {
  position: fixed;
  bottom: 0;
  right: 0;
  left: 0;
  z-index: 99;
  align-self: flex-end;
  height: 48px;
  background-color: #211912;
  color: #fff;
  font-size: 16px;
  transition-property: height;
  transition-duration: 500ms;
}
@media (min-width: 992px) {
  .nav {
    position: static;
    margin-top: 0;
    padding: 0;
    width: auto;
    height: auto;
    background-color: transparent;
    color: #cea97f;
    font-family: 'Kumbh Sans', sans-serif;
    transition: none;
  }
}
.nav__container {
  position: relative;
  z-index: 10;
  display: flex;
  flex-direction: column;
  padding: 16px;
  min-height: 100%;
  text-transform: uppercase;
}
@media (min-width: 992px) {
  .nav__container {
    padding: 0;
  }
}
.nav__utility, .nav__secondary-menu {
  display: flex;
  align-items: center;
  margin: 0 -10px;
  margin-bottom: 24px;
  color: #fff;
}
@media (min-width: 992px) {
  .nav__utility, .nav__secondary-menu {
    order: -1;
    align-self: flex-end;
    margin-bottom: 0;
    color: #cea97f;
  }
}
.nav__utility .menu-item, .nav__secondary-menu .menu-item {
  margin: 0 10px;
  font-weight: bold;
  font-family: 'Kumbh Sans', sans-serif;
}
.nav__utility .menu-item a, .nav__secondary-menu .menu-item a {
  color: inherit;
}
@media (min-width: 992px) {
  .nav__utility .menu-item a, .nav__secondary-menu .menu-item a {
    transition: all 350ms ease;
  }
  .nav__utility .menu-item a:hover, .nav__utility .menu-item a:focus, .nav__secondary-menu .menu-item a:hover, .nav__secondary-menu .menu-item a:focus {
    color: #a77740;
  }
}
@media (min-width: 992px) {
  .nav__secondary-line, .nav__secondary-menu {
    display: flex;
    align-items: center;
    margin: 0 -10px;
    min-height: 42px;
    color: #cea97f;
  }
  .nav__secondary-line .menu-item, .nav__secondary-menu .menu-item {
    margin: 0 10px;
    font-family: 'Kumbh Sans', sans-serif;
  }
  .nav__secondary-line .menu-item a, .nav__secondary-menu .menu-item a {
    color: inherit;
    transition: all 350ms ease;
  }
  .nav__secondary-line .menu-item a:hover, .nav__secondary-menu .menu-item a:hover {
    color: #a77740;
  }
  .nav__secondary-line .menu-item-has-children, .nav__secondary-menu .menu-item-has-children {
    position: relative;
  }
  .nav__secondary-line .menu-item-has-children:before, .nav__secondary-menu .menu-item-has-children:before {
    position: absolute;
    top: 100%;
    right: 0;
    left: 0;
    height: 8px;
    content: "";
    display: none;
  }
  .nav__secondary-line .menu-item-has-children:after, .nav__secondary-menu .menu-item-has-children:after {
    display: inline-block;
    margin-left: 4px;
    width: 12px;
    background: url('/wp-content/themes/dts/img/button-arrow-icon-down.png') no-repeat center;
    background-size: contain;
    content: " ";
  }
  .nav__secondary-line .menu-item-has-children .sub-menu, .nav__secondary-menu .menu-item-has-children .sub-menu {
    line-height: 1;
    position: absolute;
    top: 100%;
    right: -15px;
    left: -15px;
    display: none;
    margin-top: 8px;
    padding: 5px;
    background-color: #F5F5F5;
  }
  .nav__secondary-line .menu-item-has-children .sub-menu .menu-item, .nav__secondary-menu .menu-item-has-children .sub-menu .menu-item {
    margin-top: 8px;
    margin-bottom: 8px;
  }
  .nav__secondary-line .menu-item-has-children:hover:before, .nav__secondary-line .menu-item-has-children:focus:before, .nav__secondary-line .menu-item-has-children:focus-within:before, .nav__secondary-menu .menu-item-has-children:hover:before, .nav__secondary-menu .menu-item-has-children:focus:before, .nav__secondary-menu .menu-item-has-children:focus-within:before {
    display: block;
  }
  .nav__secondary-line .menu-item-has-children:hover > .sub-menu, .nav__secondary-line .menu-item-has-children:focus > .sub-menu, .nav__secondary-line .menu-item-has-children:focus-within > .sub-menu, .nav__secondary-menu .menu-item-has-children:hover > .sub-menu, .nav__secondary-menu .menu-item-has-children:focus > .sub-menu, .nav__secondary-menu .menu-item-has-children:focus-within > .sub-menu {
    display: block;
  }
}
.nav__secondary-columns {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -10px 24px -10px;
}
@media (min-width: 992px) {
  .nav__secondary-columns {
    display: none;
  }
}
.nav__secondary-columns a {
  color: inherit;
}
.nav__secondary-columns > .menu-item {
  padding: 0 10px;
  width: 50%;
  color: #31261B;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 14px;
  line-height: 1.142;
}
.nav__secondary-columns > .menu-item > .sub-menu {
  display: block;
  padding: 3px 0;
  color: #cecece;
  text-transform: none;
  letter-spacing: 0;
  font-size: 16px;
  line-height: 1.25;
}
.nav__secondary-columns > .menu-item > .sub-menu > .menu-item {
  padding: 4px 0;
}
.nav__secondary-menu {
  flex-wrap: wrap;
  margin-top: -12px;
  margin-bottom: -12px;
}
.nav__secondary-menu > .menu-item {
  margin-top: 12px;
  margin-bottom: 12px;
}
.nav__brand {
  display: none;
}
@media (min-width: 992px) {
  .nav__brand {
    display: block;
    margin-right: auto;
    padding-right: 24px;
  }
}
.nav__logo {
  display: block;
}
.nav__content {
  margin-bottom: 32px;
}
@media (min-width: 992px) {
  .nav__content {
    display: flex;
    align-items: flex-end;
    margin: 5px 0;
    padding-bottom: 12px;
  }
  .nav__content--no-brand {
    justify-content: flex-end;
  }
  .nav__content--no-utility {
    margin-top: 0;
  }
}
.nav__search-box {
  display: flex;
  width: 100%;
  background-color: #F5F5F5;
}
@media (min-width: 992px) {
  .nav__search-box {
    margin-left: 8px;
    width: auto;
    background-color: transparent;
  }
}
.nav__search-field, .nav__search-button {
  border: none !important;
  box-shadow: none !important;
}
.nav__search-field {
  flex: 1;
  margin: 0 !important;
}
@media (min-width: 992px) {
  .nav__search-field {
    display: none !important;
  }
}
.nav__search-button {
  padding: 17px 24px;
  width: 60px;
  border: none;
  background: url('/wp-content/themes/dts/img/icon-search-purple-bright.svg') no-repeat center;
}
@media (min-width: 992px) {
  .nav__search-button {
    padding: 0;
    width: 30px;
    height: 30px;
    transition: background-color 150ms ease-out;
    border-radius: 100%;
    position: relative;
    top: 0px;
    left: 8px;
  }
  .nav__search-button:hover, .nav__search-button:focus {
    cursor: pointer;
    background-image: url('/wp-content/themes/dts/img/icon-search-white.svg');
    background-color: #cea97f;
  }
  .nav__search-button:hover:before, .nav__search-button:focus:before {
    box-shadow: none;
  }
}
.nav__delim {
  height: 1px;
  background-color: #E2E1E3;
  margin-bottom: 24px;
}
@media (min-width: 992px) {
  .nav__delim {
    display: none;
  }
}
.nav__toggle {
  margin: -16px -16px 0 0;
  padding: 16px;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-weight: 700;
  opacity: 0.8;
  cursor: pointer;
}
@media (min-width: 992px) {
  .nav__toggle {
    display: none;
  }
}
.nav__toggle:after {
  display: inline-block;
  margin-left: 5px;
  width: 18px;
  background: url('/wp-content/themes/dts/img/icon-bars-purple-subdued.svg') no-repeat center right;
  content: " ";
}
.nav__brand-bottom {
  margin-top: auto;
  align-self: flex-start;
}
@media (min-width: 992px) {
  .nav__brand-bottom {
    display: none;
  }
}
.nav__brand-bottom img {
  max-height: 50px;
}
@media (max-width: 991px) {
  .nav .btn {
    display: inline-block;
    color: #31261B;
    border: solid 1px #CEA97F;
    padding: 8px 16px;
    font-size: 1rem;
    line-height: 1.5rem;
    border-radius: 100rem;
    cursor: pointer;
    font-family: mr-eaves-xl-modern, sans-serif;
    font-weight: 700;
    text-decoration: none;
    text-align: center;
    background-color: #CEA97F;
    transition: background-color 0.2s ease, border-color 0.2s ease, color 0.2s ease;
    color: #fff;
    border: solid 1px rgba(255, 255, 255, 0.2);
  }
  .nav .btn::after {
    content: '';
    background-image: url('/wp-content/themes/dts/img/icon-arrow-purple.svg');
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
    width: 1rem;
    height: 1rem;
    display: inline-block;
    position: relative;
    bottom: -4px;
    margin-left: 8px;
  }
  .nav .btn:hover, .nav .btn:focus, .nav .btn:focus-within, .nav #news-events .btn:focus-within, #news-events .nav .btn:focus-within, .nav .page__content .btn:focus-within, .page__content .nav .btn:focus-within {
    border: solid 1px #CEA97F;
    background-color: #ffffff;
  }
  .nav .btn:hover::after, .nav .btn:focus::after, .nav .btn:focus-within::after, .nav #news-events .btn:focus-within::after, #news-events .nav .btn:focus-within::after, .nav .page__content .btn:focus-within::after, .page__content .nav .btn:focus-within::after {
    animation-name: arrow-bounce;
    animation-duration: 0.5s;
  }
  .nav .btn:empty {
    padding-right: 12px;
    padding-left: 12px;
  }
  .nav .btn:empty::after {
    margin-left: 0;
  }
  .nav .btn::after {
    content: '';
    background-image: url('/wp-content/themes/dts/img/icon-arrow-gold.png');
  }
  .nav .btn:hover, .nav .btn:focus, .nav .btn:focus-within, .nav #news-events .btn:focus-within, #news-events .nav .btn:focus-within, .nav .page__content .btn:focus-within, .page__content .nav .btn:focus-within {
    border: solid 1px white;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .nav .btn {
    font-size: 1.1rem;
    padding: 8px 24px 8px 24px;
  }
}
.nav .nav__menu-container--secondary-line {
  display: none;
}
@media (min-width: 992px) {
  .nav .nav__menu-container--secondary-line {
    display: block;
    align-self: flex-end;
  }
}
@media (min-width: 992px) {
  .nav .nav__menu-container--secondary-columns {
    display: none;
  }
}
.nav .nav__menu-container--secondary-menu {
  margin-bottom: 24px;
}
@media (min-width: 992px) {
  .nav .nav__menu-container--secondary-menu {
    align-self: flex-end;
    margin-bottom: 0;
  }
}
@media (max-width: 991px) {
  .nav.nav--open {
    height: 100%;
    overflow-y: auto;
  }
  .nav.nav--open .nav__toggle:after {
    width: 14px;
    background-image: url('/wp-content/themes/dts/img/icon-times-purple-subdued.svg');
  }
}
.nav__menu {
  margin-bottom: 14px;
}
.nav__menu a {
  display: inline-block;
  color: #fff;
  text-decoration: none;
  font-size: 16px;
  line-height: 1.428;
}
.nav__menu > .menu-item > a {
  font-size: 21px;
  font-family: 'Kumbh Sans', sans-serif;
  line-height: 1em;
}
.nav__menu .sub-menu {
  padding: 16px 16px 5px;
}
.nav__menu .sub-menu .menu-item {
  padding: 4px 0;
}
.nav__menu > .menu-item {
  position: relative;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  padding: 14px 0;
}
.nav__menu > .menu-item:last-child {
  border-bottom: none;
}
@media (min-width: 992px) {
  .nav__menu > .menu-item {
    border-bottom: none;
    margin: 0 12px;
    padding: 0;
  }
  .nav__menu > .menu-item:after {
    position: absolute;
    top: 100%;
    left: 0;
    width: 0;
    height: 15px;
    border-bottom: 1px solid #cea97f;
    content: "";
    transition: width 0.25s;
  }
  .nav__menu > .menu-item > a {
    position: relative;
    z-index: 1;
    padding: 0;
    line-height: 1.5;
    transition: all 350ms ease;
  }
  .nav__menu > .menu-item > a:hover, .nav__menu > .menu-item > a:focus, .nav__menu > .menu-item > a:focus-within {
    color: #cea97f;
  }
  .nav__menu > .menu-item:hover:after, .nav__menu > .menu-item:focus:after, .nav__menu > .menu-item:focus-within:after {
    width: 100%;
  }
  .nav__menu > .menu-item:hover ul, .nav__menu > .menu-item:focus ul, .nav__menu > .menu-item:focus-within ul {
    display: block;
  }
}
@media (min-width: 992px) {
  .nav__menu {
    position: relative;
    z-index: 3;
    display: flex;
    justify-content: space-between;
    margin: 0 -12px;
  }
  .nav__menu:after {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    height: 15px;
    border-bottom: 1px solid #cea97f;
    content: "";
    z-index: -1;
  }
  .nav__menu a {
    color: #cea97f;
    text-decoration: none;
    font-size: 21px;
    display: inline-block;
    white-space: nowrap;
    border-bottom: 0;
  }
  .nav__menu .sub-menu {
    position: absolute;
    top: 100%;
    display: none;
    margin-top: 12px;
    margin-left: -2em;
    padding: 30px 30px 25px 30px;
    background-color: #F5F5F5;
  }
  .nav__menu .sub-menu a {
    font-family: 'Kumbh Sans', sans-serif;
    position: relative;
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: 0;
    font-size: 17px;
    line-height: 1.7em;
    color: #000;
  }
  .nav__menu .sub-menu a:after {
    position: absolute;
    top: 100%;
    left: 0;
    width: 0;
    height: 2px;
    border-bottom: 1px solid #cea97f;
    content: "";
    transition: width 0.25s;
  }
  .nav__menu .sub-menu a:hover:after, .nav__menu .sub-menu a:focus:after, .nav__menu .sub-menu a:focus-within:after {
    width: 100%;
  }
}
.menu-item .sub-menu {
  display: none;
}
.menu-item--show-subnav .sub-menu {
  display: block;
}
.menu-item__caret {
  display: none;
}
@media (max-width: 991px) {
  .menu-item__caret {
    display: block;
    position: absolute;
    top: 12px;
    right: 0;
    width: 24px;
    height: 24px;
    background: url('/wp-content/themes/dts/img/icon-caret-circle-purple.svg') no-repeat center center;
    border: 0 solid transparent;
    cursor: pointer;
  }
}
.menu-item__caret:focus {
  border: none;
}
.menu-item__caret:focus:before {
  box-shadow: none;
}
.menu-item__caret--flip {
  transform: scaleY(-1);
}
.nav__bar {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 32px;
  color: #CEA97F;
  font-size: 16px;
}
@media (min-width: 992px) {
  .nav__bar {
    display: none;
  }
}
.nav__bar--no-lang:before {
  content: "";
}
.nav__bar a {
  padding: 16px 8px;
  color: #fff;
  text-decoration: none;
}
.nav__bar a:first-child {
  padding-left: 16px;
}
.nav__bar a:last-child {
  padding-right: 16px;
}
.nav__language {
  display: flex;
  width: 120px;
  opacity: 0.7;
  margin: -16px 0 0 -16px;
}
@media (min-width: 992px) {
  .header__sticky-nav .nav__menu > .menu-item > a:hover, .header__sticky-nav .nav__menu > .menu-item > a:focus, .header__sticky-nav .nav__menu > .menu-item > a:focus-within {
    color: #a77740;
  }
  .header__sticky-nav .nav__menu .sub-menu a:after {
    background-color: #cea97f;
  }
  .header__sticky-nav .nav__menu > .menu-item {
    padding: 20px 0 13px;
  }
  .header__sticky-nav .nav__content {
    align-items: center;
  }
  .header__sticky-nav .nav__brand {
    margin-top: 6px;
  }
  .header__sticky-nav .nav__menu:after {
    display: none;
  }
}
#menu-item-2381 {
  color: #cea97f;
  border: unset;
}
#menu-item-2381 a:hover {
  color: #cea97f;
}
.centennial-nav {
  Font-weight: bold;
  color: #CEA97F;
  Font-style: italic;
}
.page {
  min-height: 800px;
}
.page__title {
  margin-bottom: 24px;
}
@media (min-width: 992px) {
  .page__title {
    margin-bottom: 10px;
  }
}
.page--landing .page__main {
  margin: 40px 0 0 0;
}
@media (min-width: 768px) {
  .page--landing .page__main {
    margin: 80px 0 0 0;
  }
}
.page--subpage .page__main {
  padding: 40px 0 40px 0;
}
@media (min-width: 768px) {
  .page--subpage .page__main {
    padding: 80px 0 80px 0;
  }
}
.page__main--homepage {
  padding-bottom: 0;
}
.page__main--landing {
  padding: 40px 0;
}
@media (min-width: 768px) {
  .page__main--landing {
    padding: 80px 0;
  }
}
.page__main--detail {
  padding: 8px 0;
}
@media (min-width: 992px) {
  .page__main--detail {
    padding: 24px 0;
  }
}
.page__main--detail .page__content {
  padding-top: 24px;
}
@media (min-width: 992px) {
  .page__main--detail .page__content {
    border-right: 1px solid gainsboro;
    padding: 0 24px 0 0;
  }
}
.page__main--detail .page__content.page__content--job {
  padding-top: 0;
}
@media (min-width: 992px) {
  .page__main--detail .page__content--article {
    padding: 0 80px 0 0;
  }
}
.page__content h1 {
  margin-bottom: 24px;
}
.page__content h2 {
  margin-bottom: 25px;
}
.page__content h3 {
  margin-bottom: 15px;
}
.page__content h4 {
  margin-bottom: 15px;
}
.page__content h5 {
  margin-bottom: 15px;
}
.page__content h6 {
  margin-bottom: 15px;
}
.page__content a {
  color: #383568;
}
.page__content a.cta {
  color: #505050;
}
.page__content .btn {
  border: 0 solid transparent;
  border-bottom: 2px solid transparent;
  position: relative;
  border-width: 1px;
  display: inline-block;
  color: #31261B;
  border: solid 1px #CEA97F;
  padding: 8px 16px;
  font-size: 1rem;
  line-height: 1.5rem;
  border-radius: 100rem;
  cursor: pointer;
  font-family: mr-eaves-xl-modern, sans-serif;
  font-weight: 700;
  text-decoration: none;
  text-align: center;
  background-color: #CEA97F;
  transition: background-color 0.2s ease, border-color 0.2s ease, color 0.2s ease;
}
.page__content .btn:focus, .page__content .btn:focus-within, .page__content #news-events .btn:focus-within, #news-events .page__content .btn:focus-within {
  outline: none;
  border: 0 solid transparent;
  border-bottom: 2px solid #383568;
  text-decoration: none;
}
.page__content .btn:focus::-moz-focus-inner, .page__content .btn:focus-within::-moz-focus-inner, .page__content #news-events .btn:focus-within::-moz-focus-inner, #news-events .page__content .btn:focus-within::-moz-focus-inner {
  border: 0;
}
.page__content .btn:focus, .page__content .btn:focus-within, .page__content #news-events .btn:focus-within, #news-events .page__content .btn:focus-within {
  border: 1px solid #383568;
}
.page__content .btn::after {
  content: '';
  background-image: url('/wp-content/themes/dts/img/icon-arrow-purple.svg');
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  width: 1rem;
  height: 1rem;
  display: inline-block;
  position: relative;
  bottom: -4px;
  margin-left: 8px;
}
.page__content .btn:hover, .page__content .btn:focus, .page__content .btn:focus-within, .page__content #news-events .btn:focus-within, #news-events .page__content .btn:focus-within {
  border: solid 1px #CEA97F;
  background-color: #ffffff;
}
.page__content .btn:hover::after, .page__content .btn:focus::after, .page__content .btn:focus-within::after, .page__content #news-events .btn:focus-within::after, #news-events .page__content .btn:focus-within::after {
  animation-name: arrow-bounce;
  animation-duration: 0.5s;
}
.page__content .btn:empty {
  padding-right: 12px;
  padding-left: 12px;
}
.page__content .btn:empty::after {
  margin-left: 0;
}
@media (min-width: 768px) {
  .page__content .btn {
    font-size: 1.1rem;
    padding: 8px 24px 8px 24px;
  }
}
.page__content .btn a, .page__content .btn button, .page__content .btn input {
  transition: none !important;
}
.page__content .btn a:focus, .page__content .btn button:focus, .page__content .btn input:focus {
  box-shadow: none;
  outline: none;
  border-bottom: 0;
}
.page__content .btn--secondary, .page__content .nf-form-content input[type="button"], .nf-form-content .page__content input[type="button"] {
  display: inline-block;
  color: #31261B;
  border: solid 1px #CEA97F;
  padding: 8px 16px;
  font-size: 1rem;
  line-height: 1.5rem;
  border-radius: 100rem;
  cursor: pointer;
  font-family: mr-eaves-xl-modern, sans-serif;
  font-weight: 700;
  text-decoration: none;
  text-align: center;
  background-color: #CEA97F;
  transition: background-color 0.2s ease, border-color 0.2s ease, color 0.2s ease;
  background-color: #383568;
  border: none;
  color: #fff !important;
  text-decoration: none;
  transition: background-color 0.2s ease, border-color 0.2s ease, color 0.2s ease;
}
.page__content .btn--secondary::after, .page__content .nf-form-content input[type="button"]::after, .nf-form-content .page__content input[type="button"]::after {
  content: '';
  background-image: url('/wp-content/themes/dts/img/icon-arrow-purple.svg');
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  width: 1rem;
  height: 1rem;
  display: inline-block;
  position: relative;
  bottom: -4px;
  margin-left: 8px;
}
.page__content .btn--secondary:hover, .page__content .nf-form-content input[type="button"]:hover, .nf-form-content .page__content input[type="button"]:hover, .page__content .btn--secondary:focus, .page__content .nf-form-content input[type="button"]:focus, .nf-form-content .page__content input[type="button"]:focus {
  border: solid 1px #CEA97F;
  background-color: #ffffff;
}
.page__content .btn--secondary:hover::after, .page__content .nf-form-content input[type="button"]:hover::after, .nf-form-content .page__content input[type="button"]:hover::after, .page__content .btn--secondary:focus::after, .page__content .nf-form-content input[type="button"]:focus::after, .nf-form-content .page__content input[type="button"]:focus::after {
  animation-name: arrow-bounce;
  animation-duration: 0.5s;
}
.page__content .btn--secondary:empty, .page__content .nf-form-content input[type="button"]:empty, .nf-form-content .page__content input[type="button"]:empty {
  padding-right: 12px;
  padding-left: 12px;
}
.page__content .btn--secondary:empty::after, .page__content .nf-form-content input[type="button"]:empty::after, .nf-form-content .page__content input[type="button"]:empty::after {
  margin-left: 0;
}
@media (min-width: 768px) {
  .page__content .btn--secondary, .page__content .nf-form-content input[type="button"], .nf-form-content .page__content input[type="button"] {
    font-size: 1.1rem;
    padding: 8px 24px 8px 24px;
  }
}
.page__content .btn--secondary::after, .page__content .nf-form-content input[type="button"]::after, .nf-form-content .page__content input[type="button"]::after {
  content: '';
  background-image: url('/wp-content/themes/dts/img/icon-arrow-gold.png');
}
.page__content .btn--secondary:hover, .page__content .nf-form-content input[type="button"]:hover, .nf-form-content .page__content input[type="button"]:hover, .page__content .btn--secondary:focus, .page__content .nf-form-content input[type="button"]:focus, .nf-form-content .page__content input[type="button"]:focus {
  background-color: #31261B;
  border: none;
}
.page__content .btn--tertiary {
  display: inline-block;
  color: #31261B;
  border: solid 1px #CEA97F;
  padding: 8px 16px;
  font-size: 1rem;
  line-height: 1.5rem;
  border-radius: 100rem;
  cursor: pointer;
  font-family: mr-eaves-xl-modern, sans-serif;
  font-weight: 700;
  text-decoration: none;
  text-align: center;
  background-color: #CEA97F;
  transition: background-color 0.2s ease, border-color 0.2s ease, color 0.2s ease;
  background-color: #cea97f;
  border: none;
  color: #000;
  text-decoration: none;
  transition: background-color 0.2s ease, border-color 0.2s ease, color 0.2s ease;
}
.page__content .btn--tertiary::after {
  content: '';
  background-image: url('/wp-content/themes/dts/img/icon-arrow-purple.svg');
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  width: 1rem;
  height: 1rem;
  display: inline-block;
  position: relative;
  bottom: -4px;
  margin-left: 8px;
}
.page__content .btn--tertiary:hover, .page__content .btn--tertiary:focus {
  border: solid 1px #CEA97F;
  background-color: #ffffff;
}
.page__content .btn--tertiary:hover::after, .page__content .btn--tertiary:focus::after {
  animation-name: arrow-bounce;
  animation-duration: 0.5s;
}
.page__content .btn--tertiary:empty {
  padding-right: 12px;
  padding-left: 12px;
}
.page__content .btn--tertiary:empty::after {
  margin-left: 0;
}
@media (min-width: 768px) {
  .page__content .btn--tertiary {
    font-size: 1.1rem;
    padding: 8px 24px 8px 24px;
  }
}
.page__content .btn--tertiary::after {
  content: '';
  background-image: url('/wp-content/themes/dts/img/icon-arrow-purple.svg');
}
.page__content .btn--tertiary:hover, .page__content .btn--tertiary:focus {
  background-color: #ffffff;
  border: none;
}
.page__content .btn--reverse {
  display: inline-block;
  color: #31261B;
  border: solid 1px #CEA97F;
  padding: 8px 16px;
  font-size: 1rem;
  line-height: 1.5rem;
  border-radius: 100rem;
  cursor: pointer;
  font-family: mr-eaves-xl-modern, sans-serif;
  font-weight: 700;
  text-decoration: none;
  text-align: center;
  background-color: #CEA97F;
  transition: background-color 0.2s ease, border-color 0.2s ease, color 0.2s ease;
  color: #fff;
  border: solid 1px rgba(255, 255, 255, 0.2);
  border-color: rgba(255, 255, 255, 0.2);
  border-width: 1px;
}
.page__content .btn--reverse::after {
  content: '';
  background-image: url('/wp-content/themes/dts/img/icon-arrow-purple.svg');
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  width: 1rem;
  height: 1rem;
  display: inline-block;
  position: relative;
  bottom: -4px;
  margin-left: 8px;
}
.page__content .btn--reverse:hover, .page__content .btn--reverse:focus {
  border: solid 1px #CEA97F;
  background-color: #ffffff;
}
.page__content .btn--reverse:hover::after, .page__content .btn--reverse:focus::after {
  animation-name: arrow-bounce;
  animation-duration: 0.5s;
}
.page__content .btn--reverse:empty {
  padding-right: 12px;
  padding-left: 12px;
}
.page__content .btn--reverse:empty::after {
  margin-left: 0;
}
@media (min-width: 768px) {
  .page__content .btn--reverse {
    font-size: 1.1rem;
    padding: 8px 24px 8px 24px;
  }
}
.page__content .btn--reverse::after {
  content: '';
  background-image: url('/wp-content/themes/dts/img/icon-arrow-gold.png');
}
.page__content .btn--reverse:hover, .page__content .btn--reverse:focus {
  border: solid 1px white;
}
.page__content .btn--reverse:hover {
  border-color: white;
}
.page__content .btn--back {
  display: inline-block;
  color: #31261B;
  border: solid 1px #CEA97F;
  padding: 8px 16px;
  font-size: 1rem;
  line-height: 1.5rem;
  border-radius: 100rem;
  cursor: pointer;
  font-family: mr-eaves-xl-modern, sans-serif;
  font-weight: 700;
  text-decoration: none;
  text-align: center;
  background-color: #CEA97F;
  transition: background-color 0.2s ease, border-color 0.2s ease, color 0.2s ease;
  background-color: #383568;
  border: none;
  color: #fff !important;
  text-decoration: none;
  transition: background-color 0.2s ease, border-color 0.2s ease, color 0.2s ease;
}
.page__content .btn--back::after {
  content: '';
  background-image: url('/wp-content/themes/dts/img/icon-arrow-purple.svg');
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  width: 1rem;
  height: 1rem;
  display: inline-block;
  position: relative;
  bottom: -4px;
  margin-left: 8px;
}
.page__content .btn--back:hover, .page__content .btn--back:focus {
  border: solid 1px #CEA97F;
  background-color: #ffffff;
}
.page__content .btn--back:hover::after, .page__content .btn--back:focus::after {
  animation-name: arrow-bounce;
  animation-duration: 0.5s;
}
.page__content .btn--back:empty {
  padding-right: 12px;
  padding-left: 12px;
}
.page__content .btn--back:empty::after {
  margin-left: 0;
}
@media (min-width: 768px) {
  .page__content .btn--back {
    font-size: 1.1rem;
    padding: 8px 24px 8px 24px;
  }
}
.page__content .btn--back::after {
  content: '';
  background-image: url('/wp-content/themes/dts/img/icon-arrow-gold.png');
}
.page__content .btn--back:hover, .page__content .btn--back:focus {
  background-color: #31261B;
  border: none;
}
.page__content .btn--back::after {
  transform: rotate(180deg);
}
.page__content .btn--back:hover::after, .page__content .btn--back:focus::after {
  animation-name: arrow-bounce-back;
  animation-duration: 0.5s;
}
.page__content strong {
  font-weight: bold;
}
.page__content em {
  font-style: italic;
}
.page__content figcaption {
  font-size: 15px;
  color: #646464;
  display: block;
  line-height: 1.4;
  font-style: normal;
  padding: 6px 0 15px 0;
  margin-bottom: 60px;
  border-bottom: 1px solid #c8c8c8;
}
.page__content ul {
  font-family: mr-eaves-xl-modern, sans-serif;
  color: #282828;
  padding-left: 0;
  line-height: 1.8;
  list-style-type: none !important;
  margin-bottom: 30px;
  padding-left: 30px;
  font-size: 18px;
}
@media (min-width: 768px) {
  .page__content ul {
    font-size: 21px;
  }
}
.page__content ul > li {
  position: relative;
  margin-bottom: 10px;
  font-weight: 400;
}
.page__content ul > li::before {
  content: "●";
  color: #383568;
  display: block;
  width: 12px;
  left: -30px;
  position: absolute;
}
.page__content ol {
  font-family: mr-eaves-xl-modern, sans-serif;
  color: #282828;
  padding-left: 25px;
  line-height: 1.8;
  list-style-type: decimal;
  margin-bottom: 30px;
  font-weight: 400;
  font-size: 18px;
}
@media (min-width: 768px) {
  .page__content ol {
    font-size: 21px;
  }
}
.page__content ol li > ol, .page__content ol li > ul {
  margin-top: 24px;
  margin-bottom: 24px;
}
.page__content ol > li > ol > li {
  list-style-type: upper-alpha;
}
.page__content ol > li > ol > li > ol > li {
  list-style-type: lower-roman;
}
.page__content ol > li > ol > li > ol > li > ol > li {
  list-style-type: lower-alpha;
}
.page__content dl {
  margin-bottom: 20px;
}
.page__content dt {
  font-weight: bold;
  font-size: 23px;
  display: block;
  line-height: 1.2;
}
.page__content dd {
  line-height: 1.2em;
  margin-bottom: 24px;
  font-size: 18px;
}
.page__excerpt, .page__excerpt p {
  font-weight: bold;
}
.page__breadcrumb {
  margin-bottom: 35px;
  height: 20px;
}
.page__breadcrumb.program a:link, .page__breadcrumb.program a:visited {
  color: white;
  text-decoration: none;
}
.page__title {
  color: #383568;
  margin-bottom: 24px;
  margin-top: 56px;
}
.page__header-overlay .page__title {
  color: #fff;
}
.page__breadcrumb ~ .page__title {
  margin-top: 0;
}
.page__subtitle {
  margin: 16px 0 0 0;
}
.page__kicker {
  font-family: mrs-eaves-xl-serif-narrow, serif;
  font-weight: 400;
  line-height: 100%;
  font-size: 27px;
  display: block;
  margin-bottom: 0;
  font-size: 24px;
  line-height: 28px;
}
@media (min-width: 768px) {
  .page__kicker {
    font-size: 30px;
    line-height: 40px;
  }
}
.page__kicker + .page__header-image {
  margin-top: 40px;
}
@media (min-width: 992px) {
  .page__kicker {
    margin-top: 40px;
  }
}
.page__header--bottom-gap {
  margin-bottom: 40px;
}
@media (min-width: 992px) {
  .page__header--bottom-gap {
    margin-bottom: 80px;
  }
}
.page__header-image {
  position: relative;
  padding-bottom: 56.25%;
  z-index: 1;
  background-color: #ccc;
}
.page__header-image.page__header-image--full {
  background-color: transparent;
  height: auto;
}
@media (min-width: 768px) {
  .page__header-image {
    padding-bottom: 0;
    height: 540px;
  }
  .page__header-image:not(.page__header-image--full)::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.6) 100%);
  }
  .page__header-image .page__header-title {
    display: none;
  }
}
.page__header-image:not(.page__header-image--full)::after {
  position: absolute;
  top: 0;
  height: 100%;
  width: 100%;
  content: '';
  background: linear-gradient(rgba(0, 0, 0, 0), black);
  opacity: 0.5;
}
@media (min-width: 992px) {
  .page__header-image--edge {
    margin-right: calc(-50vw + 632px);
  }
}
.page__header-title, .page__header-overlay {
  color: #fff;
}
.page__header-title .page__header-text, .page__header-overlay .page__header-text {
  line-height: 1.8;
}
@media (min-width: 768px) {
  .page__header-title, .page__header-overlay {
    position: relative;
    z-index: 2;
  }
}
.page__header-title {
  position: absolute;
  bottom: 0;
  z-index: 2;
  padding: 15px 16px 0;
}
.page__header-title .page__breadcrumb {
  margin-bottom: 0;
  font-size: 16px;
}
.page__header-title .page__breadcrumb a, .page__header-title .page__breadcrumb a:visited {
  color: #fff;
  text-decoration: none;
}
.page__header-title .page__breadcrumb a:hover, .page__header-title .page__breadcrumb a:focus {
  opacity: 1;
}
@media (min-width: 768px) {
  .page__header-title .page__breadcrumb {
    margin-bottom: 10px;
  }
}
.page__header-title .page__title {
  color: #fff;
  margin-top: 0;
  line-height: 56px;
}
@media (min-width: 768px) {
  .page__header-title {
    margin-bottom: 23px;
    padding-left: 0;
    padding-right: 0;
  }
  .page__header-title .page__title {
    margin-bottom: 0;
    font-size: 60px;
  }
}
.page__header {
  position: relative;
}
.page__header > .page__header-title {
  padding: 0;
}
.page__header-overlay {
  position: relative;
  padding: 24px 0 29px;
  width: 100%;
}
.page__header-overlay .page__header-title {
  position: static;
}
@media (min-width: 768px) {
  .page__header-overlay .page__header-title {
    position: absolute;
    bottom: 100%;
  }
}
.page__header-overlay .page__header-text dt {
  text-transform: uppercase;
  font-size: 0.7em;
  letter-spacing: 0.2em;
  color: #ffffff;
}
.page__header-overlay .page__header-text .page__header-title {
  padding: 0;
}
.page__header-overlay .page__kicker {
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
}
.page__header-overlay .page__header-background-color {
  background-color: #31261B;
  min-height: 100%;
  width: 100vw;
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
}
.page__header-overlay .page__header-background-color.brand {
  background-color: #31261B;
}
@media (min-width: 992px) {
  .page__header-overlay .page__header-background-color {
    width: 90vw;
  }
}
@media (max-width: 768px) {
  .page__header-overlay .page__header-title {
    display: none;
  }
}
@media (min-width: 768px) {
  .page__header-overlay {
    margin-top: -111px;
    padding: 32px 0 39px;
  }
}
.page.program .page__title {
  margin-top: 0;
  margin-bottom: 24px;
  padding-bottom: 40px;
  border-bottom: 2px solid #fff;
}
.page.program .page__header-text {
  background-color: #31261B;
}
.page.program .program--metadata {
  padding-left: 8px;
}
.page__main--news {
  padding-bottom: 50px;
}
@media (min-width: 992px) {
  .page__main--news {
    padding-bottom: 80px;
  }
}
.page--search-results .page {
  min-height: 0px;
}
.page--search-results a {
  text-decoration: none;
}
.search-form-field {
  width: 100%;
}
.page__header-title, .page__header-overlay {
  color: #cea97f;
}
.thankful {
  background: url('https://res.cloudinary.com/dallas-theological-seminary/images/v1701808697/dts-website-assets/brown-stone-background/brown-stone-background.jpg');
  background-size: cover;
  padding: 100px 0;
}
.thankful h2 {
  color: #cea97f;
  font-size: 40px;
  font-family: 'Kumbh Sans', sans-serif;
  margin-bottom: 55px;
}
.thankful h1 {
  color: #cea97f;
  font-size: 50px;
  font-family: 'Kumbh Sans', sans-serif;
  font-weight: 700;
}
.thankful .new_but {
  margin-top: 35px;
}
.thankful .descrip {
  color: #cea97f;
  font-size: 22px;
  font-family: 'Kumbh Sans', sans-serif;
}
.thankful img {
  max-width: 150px;
}
.thankful .mobile {
  display: none;
}
.video_block {
  background: linear-gradient(to right, rgba(206, 169, 127, 0.75) 0%, #e91e6303 70%), url('https://dtssemstage.wpengine.com/wp-content/uploads/2023/12/DTS-Student-Center.jpeg');
  background-size: cover;
  padding-top: 100px;
  background-position: right;
}
.video_block .play {
  margin: 150px auto 250px;
  fill: #cea97f;
  width: 200px;
  height: 200px;
  display: block;
}
.video_block h2 {
  color: #383568;
}
.video_block .sub_title {
  color: #383568;
  font-size: 22px;
  font-family: 'Kumbh Sans', sans-serif;
}
.button {
  cursor: pointer;
  transition: all 0.3s ease-out;
}
.button:hover {
  fill: #cea37f;
}
.overlay {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.7);
  transition: opacity 500ms;
  visibility: hidden;
  opacity: 0;
  z-index: -1;
}
.overlay:target {
  visibility: visible;
  opacity: 1;
  z-index: 2;
}
.popup {
  margin: 170px auto 0;
  padding: 20px;
  background: #cea97f;
  border-radius: 5px;
  width: 90%;
  max-width: 800px;
  position: relative;
  transition: all 5s ease-in-out;
}
.popup .close {
  position: absolute;
  top: -10px;
  right: 0px;
  transition: all 200ms;
  font-size: 40px;
  line-height: 1;
  font-weight: bold;
  text-decoration: none;
  color: #333;
}
.popup .content {
  max-height: 30%;
  overflow: auto;
}
.find_place, .centennial {
  background: url('https://res.cloudinary.com/dallas-theological-seminary/images/v1704215339/dts-website-assets/find-your-place-bg-new/find-your-place-bg-new.png');
  background-size: cover;
  padding: 100px 0;
  position: relative;
  margin-top: -17px;
  background-position: top right;
  z-index: 1;
}
.centennial.repeat {
  background: url('https://res.cloudinary.com/dallas-theological-seminary/images/v1704221972/dts-website-assets/sandstone-bg-new/sandstone-bg-new.png');
  background-size: auto;
  background-repeat: repeat;
  margin-top: 0px;
  background-position: top left;
  z-index: 1;
  border-top: 5px solid #cea97f;
}
.centennial .carousel_image {
  margin-top: 100px;
}
.find_place h2 {
  color: #383568;
  font-size: 74px;
  font-family: "utopia-std-caption", serif;
  margin-bottom: 35px;
  font-weight: 300;
}
.find_place .introduction {
  color: #31261B;
  font-size: 22px;
  font-family: 'Kumbh Sans', sans-serif;
  margin-bottom: 45px;
}
.find_place a img {
  margin-bottom: 35px;
}
.c_t_a_back {
  padding-top: 100px;
  padding-bottom: 100px;
  background-color: #CEA97F;
}
.c_t_a {
  text-align: center;
}
.c_t_a .new_but {
  margin: auto;
}
.c_t_a h2 {
  font-size: 45px;
  margin-bottom: 20px;
}
.numbers {
  background: url('https://res.cloudinary.com/dallas-theological-seminary/images/v1703885610/dts-website-assets/Its-all-In-the-Numbers-Section_46984dee8d/Its-all-In-the-Numbers-Section_46984dee8d.png');
  background-size: cover;
  padding: 120px 0;
  min-height: 750px;
  margin-top: -17px;
  background-position: top right;
  position: relative;
  z-index: 1;
}
.numbers .rel {
  position: relative;
}
.numbers .grid__col.grid__col-md--4 {
  height: 300px;
  padding: 0 30px;
}
.numbers h2 {
  color: #cea97f;
  text-transform: uppercase;
  font-size: 40px;
  font-family: 'Kumbh Sans', sans-serif;
  width: 610px;
  position: absolute;
  right: -100px;
  top: 180px;
  transform: rotate(-90deg);
  -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
}
.numbers h2 span {
  font-size: 120px;
  font-weight: 200;
}
.numbers .num {
  background: url(/wp-content/themes/dts/img/numbers-section-underline.png) no-repeat center;
  background-size: contain;
  background-position: bottom;
  padding-bottom: 10px;
  margin-bottom: 30px;
}
.numbers .num, .numbers .num p {
  color: #cea97f;
  font-family: "utopia-std-headline", serif;
  font-size: 70px;
  line-height: 1;
}
.numbers .num p {
  margin-bottom: 10px;
}
.numbers .num span {
  color: #cea97f;
  font-family: "utopia-std-headline", serif;
  font-size: 45px;
}
.numbers .num_text {
  color: white;
  font-family: 'Kumbh Sans', sans-serif;
}
.CTA {
  position: absolute;
  bottom: -30px;
  background: #392b1e;
  z-index: 1;
  width: fit-content;
  border-radius: 35px;
  padding: 10px 50px 10px;
  font-size: 30px;
  line-height: 1;
  text-align: center;
  border: 3px solid #cea97f;
  color: #cea97f;
  font-weight: 500;
}
.CTA a {
  color: #cea97f;
  border: none;
  text-decoration: none;
  font-weight: 900;
}
.CTA span {
  font-weight: 500;
}
.CTA a:after {
  width: 30px;
  height: 22px;
  background: url(/wp-content/themes/dts/img/button-arrow-icon.png) no-repeat center;
  background-size: contain;
  right: 0;
  content: " ";
  display: inline-block;
}
.testimonials_block {
  background: url('https://res.cloudinary.com/dallas-theological-seminary/images/v1701808847/dts-website-assets/purple-wood-background/purple-wood-background.jpg');
  background-size: cover;
  padding: 100px 0;
  color: white;
}
.testimonials_block .prof {
  width: 120px;
  height: 120px;
  object-fit: cover;
  border-radius: 120px;
  margin: 40px auto;
  display: block;
  border: 3px solid #cea97f;
}
.testimonials_block .quote {
  display: block;
  margin: 0 0 25px;
  width: 50px;
}
.slide_testim {
  position: relative;
}
.testimonials_block .q_n {
  top: 35px;
  left: 110px;
  margin-top: 10px;
}
.testimonials_block .t_Name, .testimonials_block .t_Deg {
  font-weight: 700;
  font-size: 20px;
}
.testimonials_block .grid__col-lg--4 {
  padding: 40px;
  line-height: 1.3;
}
.testimonials_block .testimonial-name {
  Color: #ffffff;
  Font-size: 28px;
}
.study .slick-prev, .testimonials_block .slick-prev, .slider_new .slick-prev {
  width: 40px;
  height: 40px;
  background: url(/wp-content/themes/dts/img/icon-rotator-arrow-left.png) no-repeat center;
  background-size: contain;
  display: inline-block;
  font-size: 0;
  position: absolute;
  left: -40px;
  top: calc(50% - 10px);
  cursor: pointer;
}
.study .slick-next, .testimonials_block .slick-next, .slider_new .slick-next {
  width: 40px;
  height: 40px;
  background: url(/wp-content/themes/dts/img/icon-rotator-arrow-right.png) no-repeat center;
  background-size: contain;
  display: inline-block;
  font-size: 0;
  position: absolute;
  right: -40px;
  top: calc(50% - 10px);
  cursor: pointer;
}
.slider_new .slick-prev, .slider_new .slick-next {
  top: 60px;
}
.study .sl_stud {
  margin-top: 40px;
}
.study {
  background: url('https://res.cloudinary.com/dallas-theological-seminary/images/v1704215353/dts-website-assets/Study-Truth-BG-New/Study-Truth-BG-New.png');
  background-size: cover;
  padding: 100px 0;
  position: relative;
  margin-top: -25px;
  z-index: 1;
  position: relative;
  background-position: top right;
}
.study h2 {
  color: #383568;
  font-size: 74px;
  font-family: "utopia-std-caption", serif;
  margin-bottom: 35px;
  font-weight: 300;
}
.study .subtitle {
  color: #cea97f;
  font-size: 34px;
  margin-bottom: 35px;
  font-weight: 900;
  text-transform: uppercase;
}
.study .desc {
  font-size: 22px;
  font-family: 'Kumbh Sans', sans-serif;
  margin-bottom: 45px;
}
.study .CTA {
  margin: auto;
  margin-top: 100px;
  position: inherit;
}
.learn {
  background: url('https://res.cloudinary.com/dallas-theological-seminary/images/v1701956419/dts-website-assets/Paper_sep/Paper_sep.png');
  background-size: cover;
  padding: 100px 0;
  position: relative;
  margin-top: -17px;
  background-position: top right;
  z-index: 1;
}
.learn h2 {
  color: #cea97f;
  font-size: 74px;
  font-family: "utopia-std-caption", serif;
  margin-bottom: 65px;
  font-weight: 300;
  text-align: center;
}
.learn .subtitle {
  color: #cea97f;
  font-size: 34px;
  margin-bottom: 35px;
  margin-top: 55px;
  font-weight: 900;
  text-transform: uppercase;
}
.learn .text {
  font-size: 22px;
  font-family: 'Kumbh Sans', sans-serif;
  margin-bottom: 45px;
  color: white;
}
.learn .images div {
  text-align: center;
}
.learn .CTA {
  margin: 0;
  margin-top: 35px;
  position: inherit;
}
.learn .mobile {
  display: none;
}
.hero__image.gradient {
  background: linear-gradient(to right, rgba(206, 169, 127, 0.75) 0%, #e91e6303 60%);
}
.hero__image.gradient img {
  z-index: -1;
  position: relative;
}
.hero .page__header-new {
  position: absolute;
  top: 50%;
  bottom: auto;
  left: 80px;
  transform: translateY(-50%);
  margin-top: 0;
  max-width: 634px;
  z-index: 2;
}
.hero_new .hero__title {
  color: #cea97f;
  font-size: 74px;
  font-family: "utopia-std-caption", serif;
  margin-bottom: 65px;
  font-weight: 700;
}
.hero_new .CTA {
  margin: 0;
  margin-top: 35px;
  position: inherit;
}
.hero_new .CTA a, .learn .CTA a {
  margin-top: -4px;
  display: block;
  font-size: 22px;
}
.hero_new .CTA a:after, .study .CTA a:after, .learn .CTA a:after {
  position: relative;
  top: 2px;
}
.new_but {
  background: #392b1e;
  z-index: 1;
  width: fit-content;
  border-radius: 35px;
  padding: 12px 50px 12px 40px;
  font-size: 16px;
  line-height: 1;
  text-align: center;
  border: 2px solid #cea97f;
  color: #cea97f;
  font-weight: 700;
  display: block;
  text-decoration: none;
  margin-bottom: 30px;
  position: relative;
}
.new_but:hover {
  outline: none;
  background: #CEA97F;
  color: #392b1e;
  text-decoration: none;
  border: 2px solid #ffffff;
}
.new_but:focus {
  outline: none;
  border: 3px solid #cea97f;
  text-decoration: none;
}
.new_but:after {
  width: 30px;
  height: 22px;
  background: url(/wp-content/themes/dts/img/button-arrow-icon.png) no-repeat center;
  background-size: contain;
  right: 0;
  content: " ";
  display: inline-block;
  position: absolute;
  right: 15px;
  top: 9px;
}
.new_but:hover:after {
  filter: brightness(0) invert(1);
}
.new_aply {
  padding-right: 25px;
  display: inline-block;
  padding-top: 3px;
  position: relative;
}
.new_aply:after {
  width: 30px;
  height: 22px;
  background: url(/wp-content/themes/dts/img/button-arrow-icon.png) no-repeat center;
  background-size: contain;
  content: " ";
  display: inline-block;
  position: absolute;
  right: 0px;
  top: 0px;
}
.new_aply:focus {
  outline: none;
  border: unset;
  text-decoration: none;
}
.study .new_but {
  margin: auto;
  margin-top: 55px;
}
.new_events {
  background: url('https://res.cloudinary.com/dallas-theological-seminary/images/v1704215339/dts-website-assets/find-your-place-bg-new/find-your-place-bg-new.png');
  background-size: cover;
  padding: 100px 0;
  position: relative;
  margin-top: -17px;
  z-index: 1;
  position: relative;
  background-position: top right;
}
.new_events h2 {
  color: #383568;
  font-size: 74px;
  font-family: "utopia-std-caption", serif;
  margin-bottom: 35px;
  font-weight: 300;
}
.new_events .introduction {
  color: #383568;
  font-size: 22px;
  font-family: 'Kumbh Sans', sans-serif;
  margin-bottom: 45px;
}
.new_events .bot_buts {
  margin-top: 65px;
}
.new_events .rel_pos {
  position: relative;
}
.new_events .latest-news-events__prev {
  width: 40px;
  height: 40px;
  background: url(/wp-content/themes/dts/img/icon-rotator-arrow-left.png) no-repeat center;
  background-size: contain;
  display: inline-block;
  font-size: 0;
  position: absolute;
  left: -60px;
  top: 80px;
  cursor: pointer;
  background-color: unset !important;
}
.new_events .latest-news-events__next {
  width: 40px;
  height: 40px;
  background: url(/wp-content/themes/dts/img/icon-rotator-arrow-right.png) no-repeat center;
  background-size: contain;
  display: inline-block;
  font-size: 0;
  position: absolute;
  right: -60px;
  top: 80px;
  cursor: pointer;
  background-color: unset !important;
}
.new_events img.cld-responsive.dts-entry-block__image {
  max-width: 100%;
}
.new_events .descrip {
  color: #31261B;
  font-size: 22px;
  font-family: 'Kumbh Sans', sans-serif;
  margin-bottom: 45px;
  line-height: 1.3;
}
.text, .desc, .introduction, .descrip, .num_text, .message .text {
  line-height: 1.3;
}
.new_but.mobile, h2.mobile {
  display: none;
}
img[src*='https://data.adxcel-ec2.com'] {
  display: none;
}
.message {
  padding: 100px 0;
  border-top: 6px solid #cea97f;
}
.message h2 {
  color: #cea97f;
  font-size: 34px;
  margin-bottom: 35px;
  font-weight: 900;
  text-transform: uppercase;
}
.message .ava {
  margin-bottom: 20px;
}
.message .signature {
  margin-top: 20px;
}
.centennial h2 {
  color: #cea97f;
  font-size: 34px;
  margin-bottom: 35px;
}
.centennial h2 {
  color: #cea97f;
  font-size: 34px;
  margin-bottom: 35px;
}
.centennial .text {
  margin-bottom: 35px;
}
.centennial h3 {
  color: #cea97f;
  font-size: 34px;
  background: url(/wp-content/themes/dts/img/numbers-section-underline.png) no-repeat center;
  background-size: contain;
  background-position: bottom;
  padding-bottom: 35px;
  margin-bottom: 20px;
}
.centennial .page_col {
  max-width: 347px;
  margin-bottom: 50px;
}
.centennial .nav_side p {
  margin-bottom: 0px;
}
.centennial .nav_side p a {
  color: unset;
  text-decoration: none;
  padding-left: 20px;
  padding-right: 20px;
  font-size: 17px;
  position: relative;
}
.centennial .nav_side p a.active:before {
  width: 20px;
  height: 17px;
  background: url(/wp-content/themes/dts/img/button-arrow-icon.png) no-repeat center;
  background-size: contain;
  content: " ";
  display: inline-block;
  position: absolute;
  left: 0px;
  top: 2px;
}
.centennial .nav_side p a:hover {
  text-decoration: none;
}
.centennial .accordion__content {
  padding-left: 8px;
  padding-bottom: 30px;
}
.centennial .accordion__content .has-gray-background-color {
  background-color: #cccccc;
}
.centennial .accordion__content p, .centennial .accordion__content ul, .centennial .accordion__content li {
  font-size: 17px;
  font-weight: 400;
  line-height: 1.3;
}
.centennial .carousell {
  max-width: 460px;
}
.centennial .videos .slick-slide, .legacy .slick-slide {
  padding-right: 10px;
  padding-left: 10px;
  text-align: center;
}
.legacy .slick-slide img {
  margin-left: auto;
  margin-right: auto;
  width: 140px;
  height: 140px;
  border-radius: 140px;
}
.legacy .slick-slide img.audio {
  width: 50px;
  height: 50px;
}
.legacy.newss .slick-slide img {
  width: 100%;
  height: auto;
  border-radius: unset;
}
.legacy.press .slick-slide img {
  width: 100%;
  height: auto;
  border-radius: unset;
  margin: auto;
}
.legacy.newss a {
  text-decoration: none;
}
.legacy.newss .titl {
  font-size: 18px;
  color: #cea97f;
  text-align: left;
}
.legacy.newss .date {
  font-size: 12px;
  text-align: left;
  color: #282828;
}
.legacy.press .date {
  text-align: center;
  text-decoration: none;
}
.downloads {
  margin-top: 35px;
  display: none;
}
.downloads a {
  margin-bottom: 10px;
  margin-top: 10px;
  display: inline-block;
}
.no_ln:after {
  display: none;
}
.cont_jes p {
  font-weight: 700px;
  font-size: 16px;
}
.centennial .accordion__content p strong {
  font-size: 17px;
  font-weight: 800;
}
.centennial .navg_title {
  display: inline-block;
  font-size: 24px;
  margin-bottom: 20px;
  padding-bottom: 5px;
  border-bottom: 3px solid #cea97f;
}
.cent_align {
  text-align: center;
}
.cent_align .new_but {
  margin: auto;
}
.centennial .voices h3 {
  background: unset;
  padding-bottom: 0;
}
.centennial .voices .text {
  margin-bottom: 15px;
}
.centennial .voices .testim_q {
  Text-align: left;
}
.centennial .voices .left_al {
  text-align: left;
}
.centennial .voices .page_col, .centennial .voices .page_col_no_max {
  padding-bottom: 15px;
}
.centennial .voices a.linnk {
  color: unset;
  display: block;
  margin-bottom: 15px;
}
.block_2 {
  margin-top: 100px;
}
.centennial .events, .centennial .years .page_col {
  max-width: unset;
}
.centennial .event, .centennial .years {
  border-bottom: 3px solid #cea97f;
  margin-bottom: 30px;
  padding-bottom: 10px;
  line-height: 1.3;
}
.centennial .event:nth-last-child(1), .centennial .years:nth-last-child(1) {
  border-bottom: unset;
}
.centennial .years ul {
  list-style: circle;
  list-style-type: disc;
  margin-left: 20px;
}
.b_inline {
  display: inline-block;
}
.nav__brand-bottom img {
  filter: brightness(0) invert(1);
}
.centennial_hero {
  background: url('https://res.cloudinary.com/dallas-theological-seminary/images/v1703878163/dts-website-assets/centenntial-header-image-new/centenntial-header-image-new.jpg');
  background-size: cover;
  background-position: center center;
  height: 500px;
  border-bottom: solid 5px #cea97f;
  border-top: solid 5px #cea97f;
}
.centennial_title {
  background: url('https://res.cloudinary.com/dallas-theological-seminary/images/v1701808697/dts-website-assets/brown-stone-background/brown-stone-background.jpg');
  padding-top: 100px;
  padding-bottom: 100px;
  text-align: center;
  background-size: cover;
}
.centennial_title h1 {
  color: #cea97f;
  font-size: 40px;
  font-family: 'Kumbh Sans', sans-serif;
  font-weight: 700;
}
.ct_a {
  padding-top: 100px;
  padding-bottom: 100px;
  text-align: center;
}
.ct_a h2 {
  margin-bottom: 35px;
}
.centennial .text b {
  font-weight: 900;
}
.centennial .grid__row.grid__row.voices {
  margin-bottom: 40px;
}
.centennial .grid__row.grid__row.voices:after, .divider_l:after {
  content: '';
  background: url(/wp-content/themes/dts/img/line_gld.png) no-repeat center;
  background-size: 100%;
  background-position: left bottom;
  position: relative;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 70px;
}
.divider_l:after {
  display: block;
}
.new_back_col {
  background-color: #CEA97F;
}
@media screen and (max-width: 1100px) {
  .numbers .rel {
    position: unset;
    width: 100%;
    max-width: 100%;
    margin-bottom: 50px;
  }
  .numbers h2 {
    text-align: center;
    font-size: 60px;
    font-family: 'Kumbh Sans', sans-serif;
    width: auto;
    position: unset;
    transform: unset;
    -webkit-transform: unset;
    -moz-transform: unset;
    -ms-transform: unset;
    -o-transform: unset;
  }
  .numbers .num span {
    font-size: 35px;
  }
  .footer__legal-list a {
    font-size: 14px;
  }
  .footer__legal-list {
    margin-top: 60px;
  }
}
@media screen and (max-width: 768px) {
  .b_inline {
    display: block;
  }
  .hero__container {
    padding-left: 0 !important;
  }
  .sliders.grid__row.grid__row--xl-large-gutter.slick-initialized.slick-slider, .grid__col.grid__col-lg--12.testim_slider, .slider_new {
    max-width: 85%;
    margin: auto;
  }
  .numbers .rel {
    position: unset;
    width: 100%;
    max-width: 100%;
    margin-bottom: 50px;
  }
  .numbers h2 {
    text-align: center;
    font-size: 60px;
    font-family: 'Kumbh Sans', sans-serif;
    width: auto;
    position: unset;
    transform: unset;
    -webkit-transform: unset;
    -moz-transform: unset;
    -ms-transform: unset;
    -o-transform: unset;
  }
  .numbers .grid__col.grid__col-md--4 {
    height: auto;
    margin-bottom: 70px;
    padding: 0 10px;
    text-align: center;
  }
  .slide_testim {
    display: inline-flex;
  }
  .testimonials_block .quote {
    display: block;
    margin: 0px auto auto;
    padding-right: 15px;
  }
  .testimonials_block .q_n {
    position: initial;
    margin-top: 20px;
    margin-bottom: 10px;
  }
  .CTA {
    max-width: 620px;
  }
  .tabl_pad {
    padding: 0 5%;
  }
  .new_events .bot_buts {
    margin-top: 35px;
  }
  .footer__copyright, .footer__copyright a {
    margin-left: 0;
  }
  .footer__address {
    padding-left: 0;
  }
  .grid__col.grid__col--12.footer__legal-container {
    margin-top: 30px;
  }
  .footer__list--columns-2 > .menu-item {
    width: 50%;
  }
  .nav__utility {
    position: relative;
    margin-top: 30px;
  }
  .nav__search-box {
    position: absolute;
    left: 0;
    top: -60px;
    margin: 0 10px;
    width: calc(100% - 20px);
  }
  .nav {
    background: url(https://res.cloudinary.com/dallas-theological-seminary/images/v1701684811/dts-website-assets/footer-background_465802e7e0/footer-background_465802e7e0.png);
  }
  .learn .mobile {
    display: block;
    text-align: center;
  }
  .learn .mobile img {
    margin-top: 20px;
    margin-bottom: 20px;
  }
  .learn .border_gold {
    border: 6px solid #cea97f;
  }
  .learn .desktop {
    display: none;
  }
  .footer__legal-list {
    margin-top: 60px;
  }
  .commencement_blue .grid__col-md--8 {
    max-width: 100%;
  }
  .commencement_blue .grid__col-md--4 {
    display: none;
  }
}
@media screen and (max-width: 500px) {
  .message .desktop {
    display: none;
  }
  .centennial .page_col {
    margin-bottom: 60px;
  }
  .hero_new .hero__title, .page__main--homepage h2 {
    font-size: 40px;
  }
  .hero .page__header-new {
    position: unset;
    transform: unset;
    margin-top: 0;
    max-width: unset;
  }
  .hero__slider {
    margin-top: 0 !important;
  }
  .hero__container .page__header-title {
    text-align: center;
  }
  .hero .new_but {
    margin-left: auto;
    margin-right: auto;
    font-size: 15px;
  }
  .new_but {
    font-size: 17px;
    margin-left: auto;
    margin-right: auto;
  }
  .new_but:after {
    top: 9px;
  }
  .hero_new .hero__title {
    margin-top: 20px;
    margin-bottom: 20px;
  }
  .hero_new .page__header-title {
    position: unset;
  }
  .subtitle {
    font-size: 24px !important;
  }
  .text, .desc, .introduction, .descrip {
    font-size: unset;
  }
  .numbers h2 span {
    font-size: 60px;
  }
  .slide_testim {
    display: block;
  }
  .testimonials_block .quote {
    display: block;
    margin: auto auto 35px;
    padding: unset;
  }
  .video_block .play {
    margin: 50px auto 150px;
  }
  .thankful .grid__col-md--3 {
    text-align: center;
    padding-bottom: 40px;
  }
  .thankful h2, .thankful h1 {
    text-align: center;
  }
  .thankful .desktop {
    display: none;
  }
  .thankful .mobile {
    display: inline-block;
    max-width: 300px;
  }
  .new_but.mobile, h2.mobile {
    display: block;
  }
  h2.mobile {
    color: #cea97f;
    font-size: 34px;
    margin-bottom: 35px;
    font-weight: 900;
    text-transform: uppercase;
    text-align: center;
  }
  .CTA {
    display: none;
  }
  .study .slick-prev, .study .slick-next, .testimonials_block .slick-prev, .testimonials_block .slick-next {
    top: calc(60% - 10px);
    width: 20px;
    height: 20px;
  }
  .slider_new .slick-prev, .slider_new .slick-next {
    top: 70px;
    width: 20px;
    height: 20px;
  }
  .study .slick-prev, .testimonials_block .slick-prev, .slider_new .slick-prev {
    left: -30px;
  }
  .study .slick-next, .testimonials_block .slick-next, .slider_new .slick-next {
    right: -20px;
  }
  li#menu-item-2381 {
    padding: 0;
  }
  .new_events .bot_buts .grid__row {
    display: block;
  }
  .commencement_blue h2 {
    font-size: 40px !important;
    padding-left: 0px !important;
  }
  .commencement_blue h2:before {
    left: 0 !important;
    top: -90px !important;
    width: 80px !important;
    height: 80px !important;
  }
  .commencement_blue {
    padding-top: 150px !important;
  }
}
.cen-nav-header {
  font-size: 24px;
  Margin-bottom: 20px;
  Border-bottom: 2px solid #cea97f;
}
.page-id-46847 .page__title {
  display: none;
}
.commencement {
  padding: 100px 0;
}
img.hero-logo {
  float: right;
  margin-top: 50px;
}
.hero-title {
  width: 100%;
  float: right;
  text-align: right;
  color: white;
  font-size: 40px;
  font-family: 'Kumbh Sans', sans-serif;
  font-weight: 700;
}
.commencement {
  text-align: center;
}
.commencement h2 {
  margin-bottom: 30px;
  line-height: 1.5;
}
.commencement_links {
  text-align: center;
  padding: 30px 0;
}
.commencement_links a {
  display: inline-block;
  margin: 5px 10px;
}
.commencement_message {
  text-align: center;
  padding: 100px 0;
}
.commencement_message h2 {
  margin-bottom: 30px;
}
.commencement_blue {
  background-color: #383568;
  padding: 100px 0;
}
.commencement_blue h2 {
  color: white;
  font-size: 70px;
  display: block;
  padding-left: 140px;
  position: relative;
}
.commencement_blue .text p {
  color: white;
  font-weight: unset;
}
.commencement_blue .text p strong {
  font-weight: 700;
}
.commencement_blue h3 {
  color: #383568;
  background: white;
  margin-top: 30px;
  margin-bottom: 30px;
  padding: 10px 10px;
}
.commencement_blue h2:before {
  background: url(//res.cloudinary.com/dallas-theological-seminary/images/v1711910214/dts-website-assets/calendar-icon/calendar-icon.png);
  width: 120px;
  height: 120px;
  content: '';
  display: inline-block;
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
  top: 10px;
}
.commencement .pad-top-50 {
  padding-top: 50px;
}
.pad-top-40 {
  padding-top: 40px;
}
.centennial.repeat.no-top-border {
  border-top: unset;
}
.events .event .titl {
  font-weight: 700;
}
.celeb .page_col.events {
  padding: 20px;
}
.celeb .grid__col-md--12:nth-child(odd) .page_col.events.gold_back {
  background-color: #CEA97F;
}
.celeb .grid__col-md--12:nth-child(odd) .page_col.events.gold_back h3 {
  color: white;
}
.celeb .grid__col-md--12:nth-child(odd) .gold_back .event, .celeb .grid__col-md--12:nth-child(odd) .gold_back .years {
  border-bottom: 3px solid white;
}
.page__main--article {
  padding: 8px 0;
}
@media (min-width: 992px) {
  .page__main--article {
    padding: 24px 0;
  }
}
.page__main--article .page__content {
  padding-top: 24px;
}
@media (min-width: 992px) {
  .page__main--article .page__content {
    border-right: 1px solid gainsboro;
    padding: 0 24px 0 0;
  }
}
.page__main--article .page__content.page__content--job {
  padding-top: 0;
}
@media (min-width: 992px) {
  .page__main--article .page__content--article {
    padding: 0 80px 0 0;
  }
}
.article {
  padding: 0;
}
.article__meta {
  border-top: 0;
}
@media (min-width: 992px) {
  .article {
    padding: 56px 0;
  }
  .article__meta {
    margin-left: 40px;
  }
}
.post-navbar {
  margin-top: -12px;
  margin-bottom: 48px;
}
@media (min-width: 768px) {
  .post-navbar {
    display: flex;
    flex-wrap: wrap;
  }
}
.post-navbar__links-item, .post-navbar__filter-label, .post-navbar__filter-control, .post-navbar__view-switch-control {
  margin-top: 12px;
  margin-bottom: 12px;
}
.post-navbar__links, .post-navbar__view-switch, .post-navbar__filter {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  color: #4C484E;
}
.post-navbar__view-switch-label, #tribe_events_filters_wrapper.tribe-events-filters-horizontal .tribe-events-filters-group-heading, .post-navbar__filter-label {
  display: block;
  margin-right: 20px;
  color: #000;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-weight: normal;
  font-size: 12px;
}
.post-navbar__filter-control {
  display: block;
  width: 100%;
}
@media (min-width: 768px) {
  .post-navbar__filter-control {
    margin-right: 20px;
    width: auto;
  }
}
.post-navbar__links {
  margin-right: auto;
}
.post-navbar__links-item {
  margin-right: 20px;
}
.post-navbar__view-switch-control {
  display: flex;
  margin-right: 20px;
}
.post-navbar__view-switch-control:last-child {
  margin-right: 0;
}
.post-navbar a {
  color: inherit;
  text-decoration: none;
}
.search-form, .tribe-common.tribe-events .tribe-events-c-search {
  position: relative;
  margin-top: 40px;
  margin-bottom: 56px;
  width: 100%;
  background: white;
}
input.search-form__field, .tribe-common.tribe-events .tribe-events-c-search__input {
  display: block;
  padding: 24px 60px 24px 24px;
  width: 100%;
}
input.search-form__field::-webkit-search-cancel-button, .tribe-common.tribe-events .tribe-events-c-search__input::-webkit-search-cancel-button {
  -webkit-appearance: none;
}
button.search-form__button, .tribe-common.tribe-events .tribe-events-c-search__button {
  position: absolute;
  top: 15px;
  right: 15px;
  z-index: 2;
  padding: 18px 18px;
  background-image: url('/wp-content/themes/dts/img/icon-search-purple-bright.svg');
  background-position: center;
  background-repeat: no-repeat;
  opacity: 0.75;
  cursor: pointer;
}
button.search-form__button:hover, .tribe-common.tribe-events .tribe-events-c-search__button:hover, button.search-form__button:focus, .tribe-common.tribe-events .tribe-events-c-search__button:focus {
  opacity: 1;
}
.search-form__caption {
  color: #4C484E;
  font-size: 14px;
  line-height: 1.142;
}
.search-result__item, .search-result__delim, .search-result__nav {
  margin-bottom: 40px;
}
.search-result__item-title {
  margin-bottom: 8px !important;
}
.search-result__item-title a {
  text-decoration: none;
}
.search-result__item-type {
  display: none;
}
.search-result__item-excerpt {
  margin-bottom: 8px;
}
.search-result__item-link {
  font-size: 20px;
  line-height: 1.1;
}
.page__subnav .page_item_has_children ul {
  display: none;
}
.page__subnav .page_item_has_children.current_page_item ul {
  display: block;
}
.subnav-desktop {
  line-height: 1.4;
  margin-bottom: 40px;
  margin-top: 8px;
}
.subnav-desktop a {
  font-size: 18px;
  color: #282828;
  text-decoration: none;
  transition: all 350ms ease;
}
.subnav-desktop a::before {
  content: '';
  width: 0;
  height: 3px;
  background-color: #383568;
  left: -24px;
  top: 10px;
  position: absolute;
  display: block;
  transition: all 350ms ease;
}
.subnav-desktop a:hover {
  color: #383568;
}
.subnav-desktop a:hover::before {
  content: '';
  width: 12px;
  height: 3px;
  background-color: #383568;
  left: -24px;
  top: 10px;
  position: absolute;
  display: block;
}
.subnav-desktop ul {
  padding-left: 24px;
}
.subnav-desktop li {
  position: relative;
  margin-bottom: 8px;
}
.subnav-desktop .current_page_item::before {
  content: '';
  width: 12px;
  height: 3px;
  background-color: #383568;
  left: -24px;
  top: 10px;
  position: absolute;
  display: block;
}
.subnav-desktop__title, .subnav-desktop__title a {
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-size: 13px;
  font-size: 14px;
  font-weight: 500;
  display: block;
  margin-bottom: 16px;
}
@media (min-width: 768px) {
  .subnav-desktop__title, .subnav-desktop__title a {
    font-size: 13px;
  }
}
@media (min-width: 768px) {
  .subnav-desktop__title, .subnav-desktop__title a {
    font-size: 16px;
  }
}
.subnav-mobile {
  border: solid 1px #E2E1E3;
  border-radius: 24px;
  background-color: #31261B;
  color: #fff;
}
.subnav-mobile__title {
  padding: 16px 24px;
  background: url('/wp-content/themes/dts/img/icon-caret-down-white.svg') no-repeat right 24px center;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-size: 12px;
  line-height: 1.333;
  cursor: pointer;
}
.subnav-mobile__items {
  display: none;
  padding: 0 24px 24px;
  font-size: 16px;
  line-height: 1.5;
}
.subnav-mobile__items--active {
  display: block;
}
.subnav-mobile__items .page_item {
  position: relative;
  padding: 4px 0 4px 28px;
}
.subnav-mobile__items .page_item:before {
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -1px;
  width: 16px;
  height: 3px;
  background-color: #383568;
  content: none;
}
.subnav-mobile__items .current_page_item:before {
  content: "";
}
.subnav-mobile:not(:last-child) {
  margin-bottom: 24px;
}
.subnav-mobile a {
  text-decoration: none;
  color: inherit;
}
.hero {
  padding: 24px 16px 34px;
  background-color: #383568;
  color: #fff;
}
.hero > .page__header-title {
  display: none;
}
@media (min-width: 768px) {
  .hero > .page__header-title {
    display: block;
  }
}
.hero .page__header-title {
  margin-top: 0;
}
@media (min-width: 768px) {
  .hero .page__header-title {
    margin-bottom: 20px;
  }
}
.hero .page__header-overlay {
  padding: 0;
}
.hero .page__header-overlay .page__header-background-color {
  left: auto;
  right: 0;
}
.hero .page__header-overlay .page__header-background-color.brand {
  background-color: rgba(49, 38, 27, 0.9);
}
@media (min-width: 768px) {
  .hero .page__header-overlay .page__header-background-color {
    width: 100%;
  }
}
@media (max-width: 768px) {
  .hero .page__header-overlay .grid {
    padding: 0;
  }
}
@media (min-width: 768px) {
  .hero .page__header-overlay {
    position: absolute;
    top: 50%;
    bottom: auto;
    left: 80px;
    transform: translateY(-50%);
    margin-top: 0;
    max-width: 504px;
  }
  .hero .page__header-overlay .hero__control-container {
    display: block;
  }
}
@media (min-width: 768px) {
  .hero {
    padding: 0;
    background-color: #F5F5F5;
  }
}
.hero__control-container {
  display: none;
}
.hero__control-container .hero__control {
  position: absolute;
  right: 0;
}
@media (min-width: 768px) {
  .hero__control-container {
    position: absolute;
    z-index: 10;
    padding-left: 0;
  }
  .hero__control-container .hero__control {
    position: static;
  }
}
.hero__slider {
  position: relative;
  height: 0;
  margin-top: -56px;
  padding-top: 66.6%;
  padding-bottom: 0;
}
.hero__slider .hero__control-container {
  display: block;
}
@media (min-width: 768px) {
  .hero__slider {
    margin: 0;
    padding-top: 0;
    height: 810px;
  }
  .hero__slider .hero__control-container {
    display: none;
  }
}
.hero__control {
  margin-top: 8px;
  padding-top: 0;
  padding-bottom: 0;
  min-width: 26px;
  height: 26px;
  background: url('../img/icon-pause-white.svg') no-repeat left center;
  font-size: 16px;
  line-height: 26px;
  cursor: pointer;
  font-family: inherit;
  color: #fff;
  border: 0;
}
@media (min-width: 768px) {
  .hero__control {
    right: auto;
    left: 0;
    margin-top: 30px;
    padding-left: 34px;
  }
  .hero__control:after {
    content: attr(data-inactive);
  }
}
.hero__control--active {
  background-image: url('../img/icon-play-white.svg');
}
@media (min-width: 992px) {
  .hero__control--active:after {
    content: attr(data-active);
  }
}
.hero__container .page__header-title {
  display: block;
  padding: 0 16px;
}
@media (min-width: 768px) {
  .hero__container {
    padding: 54px 54px 94px;
  }
  .hero__container .page__header-title {
    position: static;
    padding: 0;
  }
}
.hero__icon {
  position: relative;
  z-index: 1;
  margin: 30px 0 16px 16px;
  opacity: 0.3;
}
@media (min-width: 768px) {
  .hero__icon {
    margin: 12px 44px 12px 0;
  }
}
.hero__description {
  margin-bottom: 12px;
  padding: 0 16px;
  font-size: 27px;
  line-height: 1.185;
}
@media (min-width: 768px) {
  .hero__description {
    margin-bottom: 0;
    padding: 0;
    font-size: 25px;
    line-height: 32px;
  }
}
.hero__title {
  margin-bottom: 16px;
  font-size: 50px;
  line-height: 1;
}
@media (min-width: 768px) {
  .hero__title {
    margin-bottom: 0;
    font-size: 56px;
  }
  .hero__title br {
    display: none;
  }
}
.hero__image {
  height: 100%;
}
.hero__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.hero__images {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.hero__images .slick-list, .hero__images .slick-track {
  height: 100%;
}
.hero__images .slick-track {
  display: flex;
}
.hero__button {
  white-space: nowrap;
}
@keyframes arrow-bounce {
  0% {
    left: 0px;
  }
  50% {
    left: 4px;
  }
  100% {
    left: 0px;
  }
}
@keyframes arrow-bounce-back {
  0% {
    left: 0px;
  }
  50% {
    left: -4px;
  }
  100% {
    left: 0px;
  }
}
.btn {
  border: 0 solid transparent;
  border-bottom: 2px solid transparent;
  position: relative;
  border-width: 1px;
  display: inline-block;
  color: #31261B;
  border: solid 1px #CEA97F;
  padding: 8px 16px;
  font-size: 1rem;
  line-height: 1.5rem;
  border-radius: 100rem;
  cursor: pointer;
  font-family: mr-eaves-xl-modern, sans-serif;
  font-weight: 700;
  text-decoration: none;
  text-align: center;
  background-color: #CEA97F;
  transition: background-color 0.2s ease, border-color 0.2s ease, color 0.2s ease;
}
.btn:focus, .btn:focus-within, #news-events .btn:focus-within, .page__content .btn:focus-within {
  outline: none;
  border: 0 solid transparent;
  border-bottom: 2px solid #383568;
  text-decoration: none;
}
.btn:focus::-moz-focus-inner, .btn:focus-within::-moz-focus-inner, #news-events .btn:focus-within::-moz-focus-inner, .page__content .btn:focus-within::-moz-focus-inner {
  border: 0;
}
.btn:focus, .btn:focus-within, #news-events .btn:focus-within, .page__content .btn:focus-within {
  border: 1px solid #383568;
}
.btn::after {
  content: '';
  background-image: url('/wp-content/themes/dts/img/icon-arrow-purple.svg');
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  width: 1rem;
  height: 1rem;
  display: inline-block;
  position: relative;
  bottom: -4px;
  margin-left: 8px;
}
.btn:hover, .btn:focus, .btn:focus-within, #news-events .btn:focus-within, .page__content .btn:focus-within {
  border: solid 1px #CEA97F;
  background-color: #ffffff;
}
.btn:hover::after, .btn:focus::after, .btn:focus-within::after, #news-events .btn:focus-within::after, .page__content .btn:focus-within::after {
  animation-name: arrow-bounce;
  animation-duration: 0.5s;
}
.btn:empty {
  padding-right: 12px;
  padding-left: 12px;
}
.btn:empty::after {
  margin-left: 0;
}
@media (min-width: 768px) {
  .btn {
    font-size: 1.1rem;
    padding: 8px 24px 8px 24px;
  }
}
.btn a, .btn button, .btn input {
  transition: none !important;
}
.btn a:focus, .btn button:focus, .btn input:focus {
  box-shadow: none;
  outline: none;
  border-bottom: 0;
}
.btn--secondary, .nf-form-content input[type="button"] {
  display: inline-block;
  color: #31261B;
  border: solid 1px #CEA97F;
  padding: 8px 16px;
  font-size: 1rem;
  line-height: 1.5rem;
  border-radius: 100rem;
  cursor: pointer;
  font-family: mr-eaves-xl-modern, sans-serif;
  font-weight: 700;
  text-decoration: none;
  text-align: center;
  background-color: #CEA97F;
  transition: background-color 0.2s ease, border-color 0.2s ease, color 0.2s ease;
  background-color: #383568;
  border: none;
  color: #fff !important;
  text-decoration: none;
  transition: background-color 0.2s ease, border-color 0.2s ease, color 0.2s ease;
}
.btn--secondary::after, .nf-form-content input[type="button"]::after {
  content: '';
  background-image: url('/wp-content/themes/dts/img/icon-arrow-purple.svg');
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  width: 1rem;
  height: 1rem;
  display: inline-block;
  position: relative;
  bottom: -4px;
  margin-left: 8px;
}
.btn--secondary:hover, .nf-form-content input[type="button"]:hover, .btn--secondary:focus, .nf-form-content input[type="button"]:focus {
  border: solid 1px #CEA97F;
  background-color: #ffffff;
}
.btn--secondary:hover::after, .nf-form-content input[type="button"]:hover::after, .btn--secondary:focus::after, .nf-form-content input[type="button"]:focus::after {
  animation-name: arrow-bounce;
  animation-duration: 0.5s;
}
.btn--secondary:empty, .nf-form-content input[type="button"]:empty {
  padding-right: 12px;
  padding-left: 12px;
}
.btn--secondary:empty::after, .nf-form-content input[type="button"]:empty::after {
  margin-left: 0;
}
@media (min-width: 768px) {
  .btn--secondary, .nf-form-content input[type="button"] {
    font-size: 1.1rem;
    padding: 8px 24px 8px 24px;
  }
}
.btn--secondary::after, .nf-form-content input[type="button"]::after {
  content: '';
  background-image: url('/wp-content/themes/dts/img/icon-arrow-gold.png');
}
.btn--secondary:hover, .nf-form-content input[type="button"]:hover, .btn--secondary:focus, .nf-form-content input[type="button"]:focus {
  background-color: #31261B;
  border: none;
}
.btn--tertiary {
  display: inline-block;
  color: #31261B;
  border: solid 1px #CEA97F;
  padding: 8px 16px;
  font-size: 1rem;
  line-height: 1.5rem;
  border-radius: 100rem;
  cursor: pointer;
  font-family: mr-eaves-xl-modern, sans-serif;
  font-weight: 700;
  text-decoration: none;
  text-align: center;
  background-color: #CEA97F;
  transition: background-color 0.2s ease, border-color 0.2s ease, color 0.2s ease;
  background-color: #cea97f;
  border: none;
  color: #000;
  text-decoration: none;
  transition: background-color 0.2s ease, border-color 0.2s ease, color 0.2s ease;
}
.btn--tertiary::after {
  content: '';
  background-image: url('/wp-content/themes/dts/img/icon-arrow-purple.svg');
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  width: 1rem;
  height: 1rem;
  display: inline-block;
  position: relative;
  bottom: -4px;
  margin-left: 8px;
}
.btn--tertiary:hover, .btn--tertiary:focus {
  border: solid 1px #CEA97F;
  background-color: #ffffff;
}
.btn--tertiary:hover::after, .btn--tertiary:focus::after {
  animation-name: arrow-bounce;
  animation-duration: 0.5s;
}
.btn--tertiary:empty {
  padding-right: 12px;
  padding-left: 12px;
}
.btn--tertiary:empty::after {
  margin-left: 0;
}
@media (min-width: 768px) {
  .btn--tertiary {
    font-size: 1.1rem;
    padding: 8px 24px 8px 24px;
  }
}
.btn--tertiary::after {
  content: '';
  background-image: url('/wp-content/themes/dts/img/icon-arrow-purple.svg');
}
.btn--tertiary:hover, .btn--tertiary:focus {
  background-color: #ffffff;
  border: none;
}
.btn--reverse {
  display: inline-block;
  color: #31261B;
  border: solid 1px #CEA97F;
  padding: 8px 16px;
  font-size: 1rem;
  line-height: 1.5rem;
  border-radius: 100rem;
  cursor: pointer;
  font-family: mr-eaves-xl-modern, sans-serif;
  font-weight: 700;
  text-decoration: none;
  text-align: center;
  background-color: #CEA97F;
  transition: background-color 0.2s ease, border-color 0.2s ease, color 0.2s ease;
  color: #fff;
  border: solid 1px rgba(255, 255, 255, 0.2);
  border-color: rgba(255, 255, 255, 0.2);
  border-width: 1px;
}
.btn--reverse::after {
  content: '';
  background-image: url('/wp-content/themes/dts/img/icon-arrow-purple.svg');
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  width: 1rem;
  height: 1rem;
  display: inline-block;
  position: relative;
  bottom: -4px;
  margin-left: 8px;
}
.btn--reverse:hover, .btn--reverse:focus {
  border: solid 1px #CEA97F;
  background-color: #ffffff;
}
.btn--reverse:hover::after, .btn--reverse:focus::after {
  animation-name: arrow-bounce;
  animation-duration: 0.5s;
}
.btn--reverse:empty {
  padding-right: 12px;
  padding-left: 12px;
}
.btn--reverse:empty::after {
  margin-left: 0;
}
@media (min-width: 768px) {
  .btn--reverse {
    font-size: 1.1rem;
    padding: 8px 24px 8px 24px;
  }
}
.btn--reverse::after {
  content: '';
  background-image: url('/wp-content/themes/dts/img/icon-arrow-gold.png');
}
.btn--reverse:hover, .btn--reverse:focus {
  border: solid 1px white;
}
.btn--reverse:hover {
  border-color: white;
}
.btn--back {
  display: inline-block;
  color: #31261B;
  border: solid 1px #CEA97F;
  padding: 8px 16px;
  font-size: 1rem;
  line-height: 1.5rem;
  border-radius: 100rem;
  cursor: pointer;
  font-family: mr-eaves-xl-modern, sans-serif;
  font-weight: 700;
  text-decoration: none;
  text-align: center;
  background-color: #CEA97F;
  transition: background-color 0.2s ease, border-color 0.2s ease, color 0.2s ease;
  background-color: #383568;
  border: none;
  color: #fff !important;
  text-decoration: none;
  transition: background-color 0.2s ease, border-color 0.2s ease, color 0.2s ease;
}
.btn--back::after {
  content: '';
  background-image: url('/wp-content/themes/dts/img/icon-arrow-purple.svg');
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  width: 1rem;
  height: 1rem;
  display: inline-block;
  position: relative;
  bottom: -4px;
  margin-left: 8px;
}
.btn--back:hover, .btn--back:focus {
  border: solid 1px #CEA97F;
  background-color: #ffffff;
}
.btn--back:hover::after, .btn--back:focus::after {
  animation-name: arrow-bounce;
  animation-duration: 0.5s;
}
.btn--back:empty {
  padding-right: 12px;
  padding-left: 12px;
}
.btn--back:empty::after {
  margin-left: 0;
}
@media (min-width: 768px) {
  .btn--back {
    font-size: 1.1rem;
    padding: 8px 24px 8px 24px;
  }
}
.btn--back::after {
  content: '';
  background-image: url('/wp-content/themes/dts/img/icon-arrow-gold.png');
}
.btn--back:hover, .btn--back:focus {
  background-color: #31261B;
  border: none;
}
.btn--back::after {
  transform: rotate(180deg);
}
.btn--back:hover::after, .btn--back:focus::after {
  animation-name: arrow-bounce-back;
  animation-duration: 0.5s;
}
.button--single {
  margin-bottom: 40px;
}
.button-set {
  border-top: 1px solid #E2E1E3;
  padding-top: 40px;
  margin-bottom: 40px;
  display: flex;
  flex-direction: column;
}
.button-set .btn {
  margin-bottom: 24px;
}
@media (min-width: 768px) {
  .button-set {
    flex-direction: row;
    flex-flow: wrap;
    margin-bottom: 80px;
  }
  .button-set .btn {
    margin-right: 16px;
  }
  .button-set .btn:last-of-type {
    margin-right: 0;
  }
}
.news-index__label {
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-size: 13px;
  font-size: 14px;
  font-weight: 500;
  display: block;
  color: #383568;
  margin-bottom: 16px;
}
@media (min-width: 768px) {
  .news-index__label {
    font-size: 13px;
  }
}
@media (min-width: 768px) {
  .news-index__label {
    font-size: 16px;
  }
}
.news-index__container {
  padding-top: 40px;
  padding-bottom: 40px;
}
@media (min-width: 768px) {
  .news-index__container {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}
.news-index__featured-title {
  margin-bottom: 40px !important;
}
.news-index__separator {
  height: 1px;
  background-color: #E2E1E3;
  margin: 32px 0;
}
.news__image {
  margin-bottom: 40px;
}
.navigation {
  padding-bottom: 11px;
}
.navigation .page-numbers {
  position: relative;
  display: inline-block;
  margin-right: 12px;
  padding: 0 5px;
  color: #000;
  text-decoration: none;
}
.navigation .page-numbers:after {
  position: absolute;
  right: 0;
  bottom: -11px;
  left: 0;
  display: block;
  height: 3px;
  content: "";
}
.navigation .page-numbers .centennial-nav {
  Font-weight: bold;
  Font-color: #CEA97F;
}
.navigation .page-numbers.current {
  font-weight: bold;
}
.navigation .page-numbers:hover:not(.dots):after, .navigation .page-numbers.current:after {
  background-color: #383568;
}
table.wpDataTable tbody tr td {
  vertical-align: top !important;
}
.wpDataTablesWrapper table.wpDataTable > thead > tr > th {
  color: #fff !important;
  border: none !important;
  border-bottom-width: 0px !important;
  font-weight: 700 !important;
  padding: 15px 15px !important;
  text-align: left !important;
  background: #31261B !important;
}
.wpDataTablesWrapper table.wpDataTable > thead > tr > th:not(last-child) {
  border-right: 1px solid #F5F5F5 !important;
}
.wpDataTablesWrapper table.wpDataTable td {
  padding-top: 15px !important;
  padding-bottom: 15px !important;
}
.wpDataTablesWrapper table.wpDataTable td:first-child {
  font-weight: 700;
}
.wpDataTablesWrapper table.wpDataTable > tbody > tr > td, .wpDataTablesWrapper table.wpDataTable > tfoot > tr > td {
  border: none !important;
}
.wpDataTablesWrapper table.wpDataTable tr td:first-child {
  border: none !important;
}
.wpDataTablesWrapper table.wpDataTable > tbody > tr > td:not(first-child) {
  border-left: 1px solid #E2E1E3 !important;
}
.wp-block-table.is-style-stripes th {
  color: #fff;
  font-weight: 700;
  padding: 12px 16px;
  background: #31261B;
}
.wp-block-table.is-style-stripes td {
  padding: 12px 16px;
}
.wp-block-table.is-style-stripes th:not(:last-child) {
  border-color: #fff !important;
  border-right: 1px solid;
}
.wp-block-table.is-style-stripes td:not(:last-child) {
  border-color: #E2E1E3 !important;
  border-right: 1px solid;
}
.tabs-wip {
  position: relative;
  padding-top: 100px;
}
.tabs-wip:after {
  display: block;
  background-color: rgba(0, 0, 0, 0.6);
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
@media (min-width: 992px) {
  .tabs-wip {
    padding-top: 200px;
  }
}
@media (min-width: 992px) {
  .tabs-wip {
    padding-top: 336px;
  }
}
.tabs-wip__container {
  position: relative;
  z-index: 1;
  margin: 0 auto;
  max-width: 850px;
}
.tabs-wip__title {
  margin-bottom: 16px;
  color: #383568 !important;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-weight: normal;
  font-size: 14px;
}
@media (min-width: 992px) {
  .tabs-wip__title {
    font-size: 16px;
  }
}
.tabs-wip__introduction {
  margin-bottom: 24px;
  color: #fff;
  font-size: 27px;
  font-family: mrs-eaves-xl-serif-narrow, serif;
  line-height: 1.185;
}
@media (min-width: 992px) {
  .tabs-wip__introduction {
    margin-bottom: 40px;
    font-size: 40px;
  }
}
.tabs-wip__background {
  display: none;
  max-width: none;
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.tabs-wip__background--active {
  display: block;
}
.tabs-wip__content {
  padding: 24px;
  background-color: #fff;
}
@media (min-width: 992px) {
  .tabs-wip__content {
    padding: 56px 64px;
  }
}
.tabs-wip__navbar {
  position: relative;
  overflow: hidden;
  margin: 0 -24px 20px -24px;
  padding: 0 24px 4px 24px;
}
@media (min-width: 992px) {
  .tabs-wip__navbar {
    margin-bottom: 28px;
  }
}
.tabs-wip__navbar:before, .tabs-wip__navbar:after {
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 1;
  display: block;
  width: 24px;
  content: "";
}
.tabs-wip__navbar:before {
  left: 0;
  background-image: linear-gradient(90deg, #fff 0%, rgba(255, 255, 255, 0) 70%);
}
.tabs-wip__navbar:after {
  right: 0;
  background-image: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, #fff 70%);
}
.tabs-wip__navbar-items {
  position: relative;
  left: 0;
  border-bottom: 1px solid #E2E1E3;
  white-space: nowrap;
  font-size: 0;
  transition: left 0.5s;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.tabs-wip__navbar-item {
  position: relative;
  display: inline-block;
  margin: 0 24px 3px 0;
  padding: 3px 0;
  color: #383568;
  font-weight: bold;
  font-size: 18px;
  cursor: pointer;
}
.tabs-wip__navbar-item:focus {
  outline: none;
}
@media (min-width: 992px) {
  .tabs-wip__navbar-item {
    font-size: 21px;
  }
}
.tabs-wip__navbar-item:last-child {
  margin-right: 0;
}
.tabs-wip__navbar-item:last-child:before {
  right: 0;
}
.tabs-wip__navbar-item:before, .tabs-wip__navbar-item:after {
  position: absolute;
  left: 0;
  display: block;
  content: "";
}
.tabs-wip__navbar-item:before {
  right: -24px;
  bottom: -4px;
  height: 1px;
  background-color: #E2E1E3;
}
.tabs-wip__navbar-item:after {
  bottom: -7px;
  width: 0;
  height: 4px;
  background-color: #383568;
  transition: width 0.5s;
}
.tabs-wip__navbar-item:focus:after, .tabs-wip__navbar-item:hover:after, .tabs-wip__navbar-item--active:after {
  width: 100%;
}
.tabs-wip__item {
  display: none;
}
.tabs-wip__item--active {
  display: block;
}
.tabs-wip__item-description {
  margin-bottom: 24px;
  color: #4C484E;
  font-size: 16px;
  line-height: 1.5;
}
.tabs-wip__item-button {
  margin-bottom: 16px;
}
.wp-block-group {
  margin-top: 40px;
  margin-bottom: 40px;
}
.wp-block-group.has-background {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 40px;
  padding-bottom: 40px;
}
@media (min-width: 992px) {
  .wp-block-group {
    margin-top: 80px;
    margin-bottom: 80px;
  }
  .wp-block-group.has-background {
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 80px;
    padding-bottom: 80px;
  }
}
.grid--inner-block-col .wp-block-group__inner-container {
  max-width: none;
  width: auto;
}
.grid--inner-block-col .wp-block-group__inner-container > * {
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 992px) {
  .grid--inner-block-col .wp-block-group__inner-container > *:not(.fluid-width-video-wrapper) {
    max-width: 944px;
    width: 75%;
  }
}
.grid--inner-block-col .wp-block-group__inner-container > .alignwide {
  max-width: 1264px;
  width: auto;
}
.grid--inner-block-col .wp-block-group__inner-container > .alignfull {
  margin-right: -16px;
  margin-left: -16px;
  padding-right: 16px;
  padding-left: 16px;
  max-width: none;
  width: auto;
}
.grid__col .wp-block-group {
  position: relative;
  margin-top: 120px;
}
.grid__col .wp-block-group + .wp-block-group {
  margin-top: 0;
}
.grid__col .wp-block-group.has-background:before {
  position: absolute;
  top: 0;
  right: -100vw;
  bottom: 0;
  left: -100vw;
  content: "";
}
.grid__col .wp-block-group.has-background:last-of-type {
  margin-bottom: -1px;
}
@media (min-width: 768px) {
  .grid__col .wp-block-group.has-background:last-of-type {
    margin-bottom: -80px;
  }
}
.grid__col .wp-block-group.has-gray-background-color:before {
  background-color: #F5F5F5;
}
.grid__col .wp-block-group.has-black-background-color:before {
  background-color: #000;
}
.grid__col .wp-block-group__inner-container {
  position: relative;
}
.facts-stats-bar {
  background-color: #F5F5F5;
}
.facts-stats-bar__container {
  padding-top: 24px;
  padding-bottom: 24px;
}
@media (min-width: 768px) {
  .facts-stats-bar__container {
    padding-top: 56px;
    padding-bottom: 56px;
    padding-left: 56px;
    padding-right: 56px;
  }
}
@media (min-width: 1200px) {
  .facts-stats-bar__container {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.facts-stats-bar__icon {
  margin-bottom: 8px;
  height: 37px;
  color: #31261B;
  font-weight: bold;
  font-size: 21px;
  line-height: 1;
}
@media (min-width: 992px) {
  .facts-stats-bar__icon {
    margin-bottom: 16px;
    height: 64px;
    font-size: 40px;
  }
}
.facts-stats-bar__icon--image {
  width: 37px;
  object-fit: contain;
  object-position: bottom;
}
@media (min-width: 992px) {
  .facts-stats-bar__icon--image {
    width: 64px;
  }
}
.facts-stats-bar__icon--text {
  display: flex;
  align-items: flex-end;
}
.facts-stats-bar__items {
  margin-top: -12px;
  margin-bottom: -12px;
}
.facts-stats-bar__item {
  margin-top: 12px;
  margin-bottom: 12px;
}
.facts-stats-bar__description {
  color: #000;
  font-weight: bold;
  font-size: 14px;
  line-height: 1.142;
}
@media (min-width: 992px) {
  .facts-stats-bar__description {
    font-size: 16px;
    line-height: 1.5;
  }
}
.latest-news-events {
  padding-top: 56px;
  padding-bottom: 56px;
}
@media (min-width: 992px) {
  .latest-news-events {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}
.latest-news-events__header {
  margin-bottom: 24px;
}
@media (min-width: 992px) {
  .latest-news-events__header {
    margin-bottom: 40px;
  }
}
.latest-news-events__content:after {
  display: block;
  margin: 40px 0 24px;
  height: 1px;
  background-color: #E2E1E3;
  content: "";
}
@media (min-width: 992px) {
  .latest-news-events__content:after {
    content: none;
  }
}
.latest-news-events__title {
  color: #383568 !important;
}
.latest-news-events__controls {
  display: none;
}
@media (min-width: 992px) {
  .latest-news-events__controls {
    display: flex;
    align-items: flex-start;
    padding-top: 6.39%;
  }
  .latest-news-events__controls--next {
    justify-content: flex-end;
  }
}
@media (min-width: 1200px) {
  .latest-news-events__controls {
    padding-top: 5.275%;
  }
}
.latest-news-events__item {
  width: 282px;
}
@media (min-width: 1200px) {
  .latest-news-events__item {
    width: auto;
  }
}
.latest-news-events__button--aside {
  display: none;
}
@media (min-width: 992px) {
  .latest-news-events__button--aside {
    display: inline-block;
  }
}
@media (min-width: 992px) {
  .latest-news-events__footer {
    display: none;
  }
}
.latest-news-events .dts-entry-block__image {
  max-width: 266px;
}
@media (min-width: 992px) {
  .latest-news-events .dts-entry-block__image {
    max-width: 310px;
  }
}
@media (min-width: 1200px) {
  .latest-news-events .dts-entry-block__image {
    max-width: 280px;
  }
}
.latest-news-events .latest-news-events__prev::after, .latest-news-events .latest-news-events__next::after {
  background-image: url('/wp-content/themes/dts/img/icon-arrow-white-alt.svg');
}
.latest-news-events .latest-news-events__prev.slick-disabled, .latest-news-events .latest-news-events__next.slick-disabled {
  background-color: #E2E1E3;
}
.latest-news-events .latest-news-events__prev.slick-disabled:hover, .latest-news-events .latest-news-events__prev.slick-disabled:focus, .latest-news-events .latest-news-events__next.slick-disabled:hover, .latest-news-events .latest-news-events__next.slick-disabled:focus {
  background-color: #E2E1E3;
}
.latest-news-events .latest-news-events__prev.slick-disabled:hover::after, .latest-news-events .latest-news-events__prev.slick-disabled:focus::after, .latest-news-events .latest-news-events__next.slick-disabled:hover::after, .latest-news-events .latest-news-events__next.slick-disabled:focus::after {
  animation-name: none;
}
.dts-entry-block__image-wrapper {
  position: relative;
  display: block;
  margin-bottom: 16px;
  overflow: hidden;
}
.dts-entry-block__image-wrapper:before {
  display: block;
  padding-bottom: 56.25%;
  content: "";
}
.dts-entry-block__image {
  max-width: none;
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  transition: all 750ms ease;
}
.dts-entry-block__title {
  margin-bottom: 16px;
  color: inherit;
  font-size: 21px;
  line-height: 1.142;
}
.dts-entry-block__date {
  display: inline-block;
  color: #6F6A72;
  font-size: 14px;
  line-height: 1.142;
}
.dts-entry-block__link {
  display: block;
  color: #000;
  transition: color 0.25s;
}
.dts-entry-block__link:hover {
  color: #383568;
}
.dts-entry-block__link:hover .dts-entry-block__image {
  transform: scale(1.0375);
}
.dts-entry-block a {
  text-decoration: none;
  color: inherit;
}
.m-none {
  margin: 0;
}
.mb-0 {
  margin-bottom: 0 !important;
}
.mb-1 {
  margin-bottom: 8px !important;
}
.mr-1 {
  margin-right: 8px !important;
}
.my-1 {
  margin-top: 8px !important;
  margin-bottom: 8px !important;
}
.mb-3 {
  margin-bottom: 24px !important;
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
.flex--reverse-mobile {
  flex-flow: wrap-reverse;
}
@media (min-width: 992px) {
  .flex--reverse-mobile {
    flex-flow: row;
  }
}
.cdk-drag-handle {
  cursor: pointer;
}
.wp-block-embed__wrapper {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  max-width: 100%;
}
.wp-block-embed__wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.show--mobile {
  display: block;
}
@media (min-width: 768px) {
  .show--mobile {
    display: none;
  }
}
.hide--mobile {
  display: none;
}
@media (min-width: 768px) {
  .hide--mobile {
    display: block;
  }
}
.editor-styles-wrapper [data-block] {
  margin: 0;
}
body.cbu a {
  pointer-events: auto !important;
}
.wp-block-columns {
  margin-top: 30px;
  margin-bottom: 30px;
}
@media (min-width: 768px) {
  .wp-block-columns {
    margin-top: 40px;
    margin-bottom: 40px;
  }
}
.wp-block-image {
  margin-bottom: 30px;
}
.acf-field p.description, .acf-image-uploader p {
  font-size: 12px;
}
body.wp-admin-bar-active .menu__panel {
  padding-top: 30px;
}
.page__content .wp-block-social-links {
  padding: 0;
}
.page__content .wp-block-social-links li::before {
  display: none;
}
.page__content .wp-block-social-links a {
  color: #fff;
}
#wpadminbar {
  overflow: hidden;
}
/** Ninja Form list style override **/
.nf-form-cont * li::before {
  display: none !important;
}
.helpful-links-group {
  padding: 0;
  margin-top: 40px;
}
.embed-responsive {
  position: relative;
  display: block;
  width: 100%;
  padding: 0;
  overflow: hidden;
}
.embed-responsive::before {
  display: block;
  content: "";
}
.embed-responsive iframe, .embed-responsive embed, .embed-responsive object, .embed-responsive video, .embed-responsive .container-lazyload, .wp-block-embed-youtube .container-lazyload {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}
.embed-responsive-21by9::before {
  padding-top: 42.857143%;
}
.embed-responsive-16by9::before {
  padding-top: 56.25%;
}
.embed-responsive-4by3::before {
  padding-top: 75%;
}
.embed-responsive-1by1::before {
  padding-top: 100%;
}
/*# sourceMappingURL=style.css.map */