@charset "UTF-8";
/*! sanitize.css v4.1.0 | CC0 License | github.com/jonathantneal/sanitize.css */
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  display: block;
}

audio,
canvas,
progress,
video {
  display: inline-block;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden],
template {
  display: none;
}

*,
:after,
:before {
  background-repeat: no-repeat;
  box-sizing: inherit;
}

:after,
:before {
  text-decoration: inherit;
  vertical-align: inherit;
}

html {
  box-sizing: border-box;
  cursor: default;
  font-family: sans-serif;
  line-height: 1.5;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

hr {
  height: 0;
  overflow: visible;
}

nav ol,
nav ul {
  list-style: none;
}

abbr[title] {
  border-bottom: 1px dotted;
  text-decoration: none;
}

b,
strong {
  font-weight: inherit;
  font-weight: bolder;
}

dfn {
  font-style: italic;
}

mark {
  background-color: #ff0;
  color: #000;
}

progress {
  vertical-align: baseline;
}

small,
sub,
sup {
  font-size: 83.3333%;
}

sub,
sup {
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

::-moz-selection {
  background-color: #b3d4fc;
  color: #000;
  text-shadow: none;
}

::selection {
  background-color: #b3d4fc;
  color: #000;
  text-shadow: none;
}

audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle;
}

img {
  border-style: none;
}

svg {
  fill: currentColor;
}

svg:not(:root) {
  overflow: hidden;
}

a {
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
}

a:hover {
  outline-width: 0;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

button,
input,
select,
textarea {
  background-color: transparent;
  border-style: none;
  color: inherit;
  font-size: 1em;
  margin: 0;
}

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

[type=reset],
[type=submit],
button,
html [type=button] {
  -webkit-appearance: button;
}

::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

:-moz-focusring {
  outline: 1px dotted ButtonText;
}

fieldset {
  border: 1px solid silver;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}

textarea {
  overflow: auto;
  resize: vertical;
}

[type=checkbox],
[type=radio] {
  padding: 0;
}

::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
  height: auto;
}

[type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

::-webkit-search-cancel-button,
::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-input-placeholder {
  color: inherit;
  opacity: 0.54;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

[aria-busy=true] {
  cursor: progress;
}

[aria-controls] {
  cursor: pointer;
}

[aria-disabled] {
  cursor: default;
}

[tabindex],
a,
area,
button,
input,
label,
select,
textarea {
  -ms-touch-action: manipulation;
  touch-action: manipulation;
}

[hidden][aria-hidden=false] {
  clip: rect(0, 0, 0, 0);
  display: inherit;
  position: absolute;
}

[hidden][aria-hidden=false]:focus {
  clip: auto;
}

select {
  -moz-appearance: none;
  -webkit-appearance: none;
}

select::-ms-expand {
  display: none;
}

select::-ms-value {
  color: currentColor;
}

@keyframes fadeUp {
  0% {
    transform: translateY(70%);
    opacity: 0;
  }
  to {
    transform: translateY(0);
    opacity: 1;
  }
}
@keyframes topIn {
  0% {
    top: -100%;
  }
  to {
    top: 0;
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.lazyload,
.lazyloading {
  opacity: 0;
}

.lazyloaded {
  opacity: 1;
  transition: opacity 0.3s;
}

.appear-bottom {
  opacity: 0;
  transform: translateY(80px) translateZ(0);
  transition: transform 0.7s cubic-bezier(0.165, 0.84, 0.44, 1), opacity 0.7s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.appear-bottom.is-active {
  opacity: 1;
  transform: translateZ(0);
}

.wf-loading * {
  opacity: 0;
}

* {
  box-sizing: border-box;
}

:root {
  overflow-x: hidden;
  word-wrap: break-word;
}

button {
  cursor: pointer;
}

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

audio::-internal-media-controls-download-button {
  display: none;
}

audio::-webkit-media-controls-enclosure {
  overflow: hidden;
}

audio::-webkit-media-controls-panel {
  width: calc(100% + 30px);
}

figure {
  margin: 0;
}

strong {
  font-weight: 700;
}

.svgstore {
  display: block;
  position: relative;
  width: 100%;
  height: 0;
  pointer-events: none;
}

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

.svgstore--ArrowLeft {
  padding-bottom: 95.2381%;
}

.svgstore--ArrowRight {
  padding-bottom: 100%;
}

.svgstore--ArrowUp {
  padding-bottom: 94.44444%;
}

.svgstore--VolDown {
  padding-bottom: 175%;
}

.svgstore--VolUp {
  padding-bottom: 125%;
}

.svgstore--alert {
  padding-bottom: 100%;
}

.svgstore--arrow_down {
  padding-bottom: 54.34783%;
}

.svgstore--arrow_left,
.svgstore--arrow_right {
  padding-bottom: 184%;
}

.svgstore--arrow_up {
  padding-bottom: 54.59459%;
}

.svgstore--audio-play {
  padding-bottom: 100%;
}

.svgstore--beaker {
  padding-bottom: 58.10811%;
}

.svgstore--cal,
.svgstore--check_box,
.svgstore--check_box_outline,
.svgstore--close,
.svgstore--comment {
  padding-bottom: 100%;
}

.svgstore--computer,
.svgstore--diploma {
  padding-bottom: 58.10811%;
}

.svgstore--dropdownToggle {
  padding-bottom: 50%;
}

.svgstore--email,
.svgstore--facebook,
.svgstore--facebook-alt,
.svgstore--fax {
  padding-bottom: 100%;
}

.svgstore--gallery {
  padding-bottom: 94.11765%;
}

.svgstore--google-plus {
  padding-bottom: 100%;
}

.svgstore--grid_view {
  padding-bottom: 80%;
}

.svgstore--heart {
  padding-bottom: 100%;
}

.svgstore--hero_arrow {
  padding-bottom: 285.71429%;
}

.svgstore--home_arrow {
  padding-bottom: 707.14286%;
}

.svgstore--house {
  padding-bottom: 57.60369%;
}

.svgstore--indeterminate_check_box,
.svgstore--instagram {
  padding-bottom: 100%;
}

.svgstore--leaf {
  padding-bottom: 58.10811%;
}

.svgstore--linkedin {
  padding-bottom: 100%;
}

.svgstore--list_view {
  padding-bottom: 64%;
}

.svgstore--logo-performing {
  padding-bottom: 31.44105%;
}

.svgstore--logo {
  padding-bottom: 29.06977%;
}

.svgstore--menu {
  padding-bottom: 76%;
}

.svgstore--mountain,
.svgstore--mountain-alt {
  padding-bottom: 57.60369%;
}

.svgstore--news,
.svgstore--pause-sound {
  padding-bottom: 100%;
}

.svgstore--person {
  padding-bottom: 58.10811%;
}

.svgstore--phone,
.svgstore--play-sound,
.svgstore--play_video {
  padding-bottom: 100%;
}

.svgstore--pre-footer-logo-business {
  padding-bottom: 10.82569%;
}

.svgstore--pre-footer-logo-education {
  padding-bottom: 12.36674%;
}

.svgstore--quote {
  padding-bottom: 80%;
}

.svgstore--radial_button_checked,
.svgstore--radial_button_unchecked,
.svgstore--search {
  padding-bottom: 100%;
}

.svgstore--share {
  padding-bottom: 80%;
}

.svgstore--success {
  padding-bottom: 100%;
}

.svgstore--trans {
  padding-bottom: 58.10811%;
}

.svgstore--twitter {
  padding-bottom: 91.66667%;
}

.svgstore--video-play {
  padding-bottom: 100%;
}

.svgstore--youtube {
  padding-bottom: 68.29268%;
}

body {
  font-family: Raleway, sans-serif;
  /* font-size: 1.125rem; */
  line-height: 1.56;
  color: #000;
  font-weight: 300;
}

.calendar__title,
.event__content--link,
.faculty__content--name,
.faculty__slide .faculty__content--name,
.feed__heading,
.form__label,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
.spotlight__title,
.widget__content--title,
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0 0 1rem;
}

.h1,
h1 {
  font-size: 3.375rem;
  line-height: 1.148;
}

.h1,
.h2,
h1,
h2 {
  font-weight: 300;
  color: #000;
}

.h2,
h2 {
  font-size: 2.625rem;
  line-height: 1.26;
  margin-bottom: 0.5rem;
  margin-top: 1.5rem;
}

.calendar__title,
.faculty__content--name,
.h3,
h3 {
  font-size: 2.125rem;
  line-height: 1.18;
  font-weight: 300;
  margin-top: 3rem;
  margin-bottom: 1rem;
}

.event__content--link,
.h4,
.widget__content--title,
h4 {
  font-size: 1.75rem;
  line-height: 1.25;
  font-weight: 700;
  margin-top: 3rem;
  margin-bottom: 0.5rem;
}

.accordion .event__content--link,
.accordion .h4,
.accordion .widget__content--title,
.accordion h4,
.tabs .event__content--link,
.tabs .h4,
.tabs .widget__content--title,
.tabs h4 {
  margin-top: 0;
}

.faculty__slide .faculty__content--name,
.feed__heading,
.h5,
h5 {
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.33;
  margin-top: 3rem;
  margin-bottom: 0.5rem;
}

.form__label,
.h6,
.spotlight__title,
h6 {
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 1.29;
  margin-top: 3rem;
  margin-bottom: 0.5rem;
}

.clear-heading {
  margin-top: 0;
}

a:not([class]) {
  color: #b71a0e;
  text-decoration: none;
}

a:not([class]):focus,
a:not([class]):hover {
  text-decoration: underline;
}

ol,
ul {
  margin-top: 1.25rem;
  margin-bottom: 1.25rem;
  padding-left: 1.25rem;
}

li {
  margin-bottom: 0.75rem;
}

p {
  font-weight: 300;
  margin: 0 0 1.111rem;
}

.event__content--title,
.faculty__content--title,
.image__caption,
.image__caption--alt,
.p--small {
  font-weight: 400;
  font-size: 0.875rem;
  line-height: 1.57;
}

.p--intro,
.p--intro-program {
  font-weight: 300;
  font-size: 1.5rem;
  line-height: 1.41;
  color: #da291c;
}

.p--intro-program {
  color: #236192;
}

.button__ghost__group,
.button__group,
.button__group--alt,
.button__list,
.ul--plain {
  margin: 0;
  padding: 0;
  list-style: none;
}

.ul--inline li {
  display: inline-block;
  margin: 0.25rem 1rem;
}

hr {
  margin-top: 1.25rem;
  margin-bottom: 1.25rem;
  border: 0;
  height: 1px;
  background-color: #012169;
}

.hr--gray {
  background-color: #53565a;
}

.hr--green-dark,
.hr--green-dark-alt {
  background-color: #a0d1ca;
}

@media (max-width: 48em) {
  .hr--green-dark-alt {
    margin-top: -2.5rem;
    margin-bottom: -1.5rem;
  }
}
.hr--purple {
  background-color: #9d56cc;
}

.hr--red {
  background-color: #da291c;
}

.tag {
  font-size: 0.9375rem;
  line-height: 2.34;
  margin-left: 5px;
}

.tag,
.tag-oval {
  color: #53565a;
  text-transform: uppercase;
  font-weight: 700;
}

.tag-oval {
  display: inline-block;
  padding: 0.5rem 0.75rem;
  border-radius: 5rem;
  font-size: 0.75rem;
  line-height: 1;
  background-color: #eee;
}

.fadeIn {
  animation-name: fadeIn;
}

.animate {
  visibility: hidden;
}

.animated {
  visibility: visible !important;
  animation-duration: 1s;
  animation-fill-mode: both;
}

@media (min-width: 48em) {
  .animate-text {
    visibility: hidden;
  }
}
@media (min-width: 48em) {
  .animated-text {
    visibility: visible !important;
    animation-duration: 1s;
    animation-fill-mode: both;
  }
}
.eyebrow {
  font-weight: 700;
  font-size: 0.8125rem;
  letter-spacing: 0.76px;
}

.break-headline {
  max-width: 80%;
}

.page {
  padding-top: 20px;
  overflow-x: hidden;
}

/* @media (min-width:1190px) {
	.page {
		padding-top: 6.25rem
	}
} */
@media (max-width: 1190px) {
  .menu-active .page,
  .search-active .page {
    overflow-y: hidden;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
  }
}
.faculty__slider,
.faculty__slider--alt,
.feed__slider,
.figure__slider,
.wrap {
  max-width: 80rem;
  margin-right: auto;
  margin-left: auto;
  padding-right: 1rem;
  padding-left: 1rem;
}

.faculty__slider--alt:after,
.faculty__slider--alt:before,
.faculty__slider:after,
.faculty__slider:before,
.feed__slider:after,
.feed__slider:before,
.figure__slider:after,
.figure__slider:before,
.wrap:after,
.wrap:before {
  content: "";
  display: table;
}

.faculty__slider--alt:after,
.faculty__slider:after,
.feed__slider:after,
.figure__slider:after,
.wrap:after {
  clear: both;
}

@media (min-width: 48em) {
  .faculty__slider,
  .faculty__slider--alt,
  .feed__slider,
  .figure__slider,
  .wrap {
    padding-right: 2rem;
    padding-left: 2rem;
  }
}
@media (min-width: 90em) {
  .faculty__slider,
  .faculty__slider--alt,
  .feed__slider,
  .figure__slider,
  .wrap {
    padding-right: 3rem;
    padding-left: 3rem;
  }
}
@media (max-width: 30em) {
  .faculty__slider--alt > .faculty__slider,
  .faculty__slider--alt > .faculty__slider--alt,
  .faculty__slider--alt > .feed__slider,
  .faculty__slider--alt > .figure__slider,
  .faculty__slider--alt > .wrap,
  .faculty__slider > .faculty__slider,
  .faculty__slider > .faculty__slider--alt,
  .faculty__slider > .feed__slider,
  .faculty__slider > .figure__slider,
  .faculty__slider > .wrap,
  .feed__slider > .faculty__slider,
  .feed__slider > .faculty__slider--alt,
  .feed__slider > .feed__slider,
  .feed__slider > .figure__slider,
  .feed__slider > .wrap,
  .figure__slider > .faculty__slider,
  .figure__slider > .faculty__slider--alt,
  .figure__slider > .feed__slider,
  .figure__slider > .figure__slider,
  .figure__slider > .wrap,
  .wrap > .faculty__slider,
  .wrap > .faculty__slider--alt,
  .wrap > .feed__slider,
  .wrap > .figure__slider,
  .wrap > .wrap {
    padding-left: 0;
    padding-right: 0;
  }
}
.wrap--alt {
  max-width: 80rem;
  margin-right: auto;
  margin-left: auto;
  padding-right: 1rem;
  padding-left: 1rem;
}

.wrap--alt:after,
.wrap--alt:before {
  content: "";
  display: table;
}

.wrap--alt:after {
  clear: both;
}

.wrap--extra-wide,
.wrap--wide {
  max-width: 96rem;
}

@media (min-width: 48em) {
  .wrap--extra-wide {
    padding-left: 0;
    padding-right: 0;
  }
}
.wrap--narrow {
  max-width: 70rem;
}

.wrap--slim {
  max-width: 58rem;
  margin: 0 auto;
}

.wrap--relative {
  position: relative;
}

@media (max-width: 30em) {
  .wrap--mobile-padding {
    margin-right: auto;
    margin-left: auto;
    padding-right: 1rem;
    padding-left: 1rem;
  }
}
.main,
.main--full,
.sidebar {
  margin-top: 5rem;
  margin-bottom: 5rem;
}

@media (min-width: 64em) {
  .main,
  .main--full,
  .sidebar {
    margin-top: 5rem;
    margin-bottom: 5rem;
  }
}
.main--full + div {
  margin-top: -5rem;
}

.main--breadcrumb {
  margin-top: 4rem;
  margin-bottom: -3rem;
}

@media (min-width: 64em) {
  .main--breadcrumb {
    margin-bottom: -5rem;
    width: calc(100% - 22rem);
    float: right;
  }
}
@media (min-width: 90em) {
  .main--breadcrumb {
    width: calc(100% - 24rem);
  }
}
.main {
  margin-top: 2.5rem;
  margin-bottom: 2.5rem;
}

@media (min-width: 64em) {
  .main {
    margin-top: 5rem;
    margin-bottom: 5rem;
    width: calc(100% - 22rem);
    float: right;
  }
}
@media (min-width: 90em) {
  .main {
    width: calc(100% - 24rem);
  }
}
@media (min-width: 64em) {
  .main--center {
    margin-right: auto;
    margin-left: auto;
    float: none;
  }
}
@media (min-width: 64em) {
  .sidebar {
    width: 18rem;
    float: left;
    clear: left;
  }
}
@media (min-width: 64em) {
  .main + .sidebar + .main {
    margin-top: 0;
  }
}
.sidebar + .main + .sidebar {
  margin: 0;
}

@media (min-width: 64em) {
  .sidebar + .main + .sidebar {
    margin-top: -2.5rem;
  }
}
.section {
  margin-top: 2.5rem;
  margin-bottom: 2.5rem;
}

@media (min-width: 48em) {
  .section--mobile {
    margin-top: 2.5rem;
    margin-bottom: 2.5rem;
  }
}
.section--1 {
  margin-top: 1.25rem;
  margin-bottom: 1.25rem;
}

.section--4 {
  margin-top: 5rem;
  margin-bottom: 5rem;
}

.section--4--mobile {
  margin-top: 2.5rem;
  margin-bottom: 2.5rem;
}

@media (min-width: 48em) {
  .section--4--mobile {
    margin-top: 5rem;
    margin-bottom: 5rem;
  }
}
.section--5 {
  margin-top: 6.25rem;
  margin-bottom: 6.25rem;
}

.section-padding--4 {
  padding: 4.25rem 0;
}

.section-padding__top--4 {
  padding-top: 4.25rem;
}

.section__top--4 {
  margin-top: 4.25rem;
}

.section__bottom--4 {
  margin-bottom: 4.25rem;
}

.container--gray {
  background-color: #53565a;
}

.container--gray-lighter {
  background-color: #f0f0f0;
}

.container--red {
  background-color: #b71a0e;
}

.container--purple-dark {
  background-color: #702f8a;
  color: #fff;
}

.container--maroon {
  background-color: #651d32;
  color: #fff;
}

.align-left,
.align-right {
  margin-bottom: 1.25rem;
}

@media (min-width: 48em) {
  .align-left,
  .align-right {
    max-width: 33.3333%;
  }
}
@media (min-width: 48em) {
  .align-left {
    margin-right: 1.25rem;
    float: left;
  }
}
@media (min-width: 48em) {
  .align-right {
    margin-left: 1.25rem;
    float: right;
  }
}
@media (min-width: 48em) {
  .align-small {
    max-width: 25%;
  }
}
@media (min-width: 48em) {
  .align-zero {
    margin-bottom: 0;
  }
}
.text-left {
  text-align: left;
}

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

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

.padding {
  padding: 2rem;
}

.text-white {
  color: #fff;
}

.text-black {
  color: #000;
}

.orange-alt {
  background-color: #ffcd86;
}

.overlay {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.4);
  pointer-events: none;
}

.hide,
.overlay {
  position: absolute;
}

.hide {
  left: -999rem;
}

.skip a {
  position: absolute;
  left: -10000rem;
  top: -2rem;
  width: 0.1rem;
  height: 0.1rem;
  overflow: hidden;
  z-index: 100;
  color: #fff;
  outline: 0;
  padding: 0.5rem 1rem;
  font-size: 1rem;
  border-bottom-right-radius: 0.3rem;
  transition: top 1s ease-out;
}

.skip a:focus {
  left: 0;
  top: 0;
  width: auto;
  height: auto;
  background: #b71a0e;
  transition: top 0.1s ease-in;
}

.mobile--hidden {
  position: absolute;
  left: -999rem;
}

@media (min-width: 64em) {
  .mobile--hidden {
    position: static;
    left: 0;
  }
}
.break:after {
  content: "\a";
  white-space: pre;
}

@media (min-width: 64em) {
  .break:after {
    content: "\a";
  }
}
.cc-btn,
.cc-window {
  font-family: Raleway, sans-serif !important;
}

.cc-window.cc-banner {
  line-height: 1.25 !important;
  padding: 1em !important;
}

.cc-compliance {
  display: block;
}

.cc-btn {
  width: 100%;
}

@media (min-width: 48em) {
  .cc-btn {
    width: auto;
  }
}
.cc-link {
  padding-left: 0 !important;
}

.snippet__block {
  display: -ms-flexbox;
  display: flex;
  background-color: #333;
  color: #fff;
  font-size: 0.875rem;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 1rem;
}

.snippet__block p {
  margin: 0 2rem 0 0;
}

.form_action .snippet__block button.default,
.snippet__block .button,
.snippet__block .button__ghost,
.snippet__block .button__link,
.snippet__block .button__outline,
.snippet__block .button__overlay,
.snippet__block .button__overlay--alt,
.snippet__block .button__solid,
.snippet__block .feature__video__button,
.snippet__block .form_action button.default {
  font-size: 0.875rem;
}

.slick-next,
.slick-prev {
  position: absolute;
  display: block;
  cursor: pointer;
  width: 3rem;
  height: 3rem;
  font-size: 0;
  background: #da291c;
  color: #fff;
  top: 45%;
  margin-top: -10px\9 ;
  -ms-transform: translateY(-45%);
  transform: translateY(-45%);
  padding: 0.8rem;
  border: none;
  outline: none;
  z-index: 10;
  transition: background-color 0.3s ease, color 0.3s ease;
}

.slick-next.slick-disabled:before,
.slick-prev.slick-disabled:before {
  opacity: 1;
}

.slick-next:hover,
.slick-prev:hover {
  background: #651d32;
}

.slick-prev {
  left: 0;
}

.slick-prev .svgstore--arrow {
  margin-left: 0.8rem;
  width: 2rem;
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}

.slick-next {
  right: 0;
}

.slick-next .svgstore--arrow {
  margin-left: 0.8rem;
  width: 2rem;
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
}

.slick-slide {
  outline: none;
}

.slick-slider {
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-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,
.slick-slider {
  position: relative;
  display: block;
}

.slick-list {
  overflow: hidden;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
}

.slick-track:after,
.slick-track:before {
  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;
}

.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;
}

.slick-special {
  position: absolute;
  top: -5rem;
  right: -1rem;
}

.slick-special .slick-next,
.slick-special .slick-prev {
  background-color: transparent;
  -ms-transform: none;
  transform: none;
  color: #000;
}

.slick-special .slick-next:hover,
.slick-special .slick-prev:hover {
  color: #da291c;
}

.slick-special .slick-next .svgstore--arrow_left,
.slick-special .slick-next .svgstore--arrow_right,
.slick-special .slick-prev .svgstore--arrow_left,
.slick-special .slick-prev .svgstore--arrow_right {
  padding-bottom: 100%;
}

.slick-special .slick-prev {
  right: 3rem;
  left: auto;
  border-right: 1px solid #53565a;
}

.tcon {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  cursor: pointer;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
  height: 32px;
  transition: 0.3s;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  width: 32px;
  background: transparent;
  padding: 0;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-tap-highlight-color: transparent;
}

.tcon > * {
  display: block;
}

.tcon::-moz-focus-inner {
  border: 0;
}

.tcon-menu__lines {
  width: 32px;
  position: relative;
  width: 30px;
}

.tcon-menu__lines,
.tcon-menu__lines:after,
.tcon-menu__lines:before {
  display: inline-block;
  height: 2px;
  border-radius: 0;
  transition: 0.3s;
  background: #fff;
}

.tcon-menu__lines:after,
.tcon-menu__lines:before {
  width: 32px;
  content: "";
  position: absolute;
  left: 0;
  -ms-transform-origin: 2.28571px center;
  transform-origin: 2.28571px center;
  width: 100%;
}

.tcon-menu__lines:before {
  top: 9.14286px;
}

.tcon-menu__lines:after {
  top: -9.14286px;
}

.tcon-transform .tcon-menu__lines {
  transform: scale3d(0.6, 0.6, 0.6);
}

.tcon-menu--xcross {
  width: auto;
}

.tcon-menu--xcross.tcon-transform .tcon-menu__lines {
  background: transparent;
}

.tcon-menu--xcross.tcon-transform .tcon-menu__lines:after,
.tcon-menu--xcross.tcon-transform .tcon-menu__lines:before {
  -ms-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  top: 0;
  width: 32px;
  height: 4px;
}

.tcon-menu--xcross.tcon-transform .tcon-menu__lines:before {
  transform: rotate(45deg);
}

.tcon-menu--xcross.tcon-transform .tcon-menu__lines:after {
  transform: rotate(-45deg);
}

.tcon-visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.tcon-visuallyhidden:active,
.tcon-visuallyhidden:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
}

.tcon-search__item {
  width: 24px;
  position: relative;
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.tcon-search__item,
.tcon-search__item:after,
.tcon-search__item:before {
  display: inline-block;
  height: 24px;
  border-radius: 0;
  transition: 0.3s;
  background: transparent;
}

.tcon-search__item:after,
.tcon-search__item:before {
  width: 24px;
  content: "";
  position: absolute;
  width: 100%;
  top: 0;
  bottom: 0;
  margin: auto;
}

.tcon-search__item:before {
  height: 3.2px;
  right: 0;
  background: #fff;
  border-radius: 0;
}

.tcon-search__item:after {
  left: 0;
  background: #da291c;
  border-radius: 50%;
  width: 16px;
  height: 16px;
  border: 2px solid #fff;
  -ms-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
}

.tcon-search--xcross.tcon-transform {
  transform: scale3d(0.8, 0.8, 0.8);
}

.tcon-search--xcross.tcon-transform .tcon-search__item:after,
.tcon-search--xcross.tcon-transform .tcon-search__item:before {
  border-radius: 0;
  background: #fff;
}

.tcon-search--xcross.tcon-transform .tcon-search__item:after {
  height: 3.2px;
  width: 100%;
  top: 0;
  right: 0;
  border: 0;
  transform: rotate(90deg);
}

.circle__arrow {
  display: block;
  width: 2rem;
  height: 2rem;
  background: #da291c;
  padding: 0 0.5rem;
  border-radius: 50%;
  color: #fff;
  transition: background-color 0.3s ease, color 0.3s ease;
}

.circle__arrow:active,
.circle__arrow:focus,
.circle__arrow:hover {
  background: #651d32;
}

.square__arrow {
  display: block;
  width: 3rem;
  height: 3rem;
  background: #da291c;
  padding: 0.8rem;
  color: #fff;
  transition: background-color 0.3s ease, color 0.3s ease;
}

.square__arrow:active,
.square__arrow:focus,
.square__arrow:hover {
  background: #651d32;
}

.circle__icon {
  display: block;
  width: 1.75rem;
  height: 1.75rem;
  background: #da291c;
  border-radius: 50%;
  color: #fff;
  transition: background-color 0.3s ease;
  padding: 0.45rem;
}

.circle__icon:active,
.circle__icon:focus,
.circle__icon:hover {
  background: #651d32;
}

.play__icon {
  position: absolute;
  left: 50%;
  top: 50%;
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  display: block;
  width: 3.5rem;
  color: #da291c;
}

.social__icon {
  width: 1.5rem;
}

.social__icon,
.social__icon--alt {
  display: inline-block;
  vertical-align: middle;
  color: #53565a;
  transition: color 0.3s ease;
}

.social__icon--alt {
  width: 1.8rem;
}

.social__icon--alt2 {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 2.75rem;
  height: 2.75rem;
  padding: 0.75rem;
  color: #858585;
  transition: color 0.3s ease;
  border-radius: 50%;
  border: 0.0625rem solid #858585;
}

.social__icon--alt2:hover {
  color: #da291c;
  border-color: #da291c;
}

.social__icon__list {
  margin: 0;
  padding: 0;
  list-style: none;
}

.social__icon__list li {
  display: inline-block;
  vertical-align: middle;
  margin: 0 0.25rem;
}

.facebook:hover {
  color: #3b5998;
}

.instagram:hover {
  color: #bc2a8d;
}

.twitter:hover {
  color: #00aced;
}

.youtube:hover {
  color: #b00;
}

.linkedin:hover {
  color: #007bb6;
}

.accordion {
  margin-bottom: 2rem;
}

.accordion:after,
.accordion:before {
  content: "";
  display: table;
}

.accordion:after {
  clear: both;
}

.accordion__item,
.tabs__main__item {
  margin-bottom: 0.125rem;
  border-bottom: 0.1rem solid #da291c;
}

.accordion__item--active {
  border-bottom: 0;
}

.accordion__item--active .accordion__interior {
  border-bottom: 0.1rem solid #da291c;
  border-top: none;
}

.accordion__toggle,
.tabs__main__toggle {
  display: block;
  padding: 1rem;
  font-size: 1.25rem;
  font-weight: 700;
  color: #da291c;
  text-decoration: none;
}

.accordion__icon,
.tabs__main__icon {
  width: 0.5rem;
  margin-right: 0.5rem;
  margin-top: 0.5rem;
  display: inline-block;
  float: left;
}

.accordion__text {
  display: block;
  overflow: hidden;
}

.accordion__icon__open {
  display: block;
}

.accordion__item--active .accordion__icon__open {
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}

.accordion__content {
  position: absolute;
  left: -999rem;
}

.accordion__item--active .accordion__content {
  position: static;
}

.accordion__interior {
  padding: 1.5rem 0 1.5rem 2.25rem;
  border-top: 0.1rem solid #da291c;
}

.alert__group {
  position: fixed;
  width: 100%;
  z-index: 13;
}

.alert__site {
  background: #da291c;
  color: #fff;
  padding: 0.5rem 0;
}

@media (min-width: 64em) {
  .alert__site {
    padding: 1.25rem 0;
  }
}
.alert__site a {
  color: #fff;
}

.advisory {
  background: #ffc72c;
}

.advisory,
.advisory a {
  color: #000;
}

.alert__site--secondary {
  background: #236192;
}

.alert__container {
  position: relative;
  padding: 0 0.5rem;
}

@media (min-width: 64em) {
  .alert__container {
    padding: 0 2rem;
  }
}
.alert__text {
  padding: 0 2rem;
}

@media (min-width: 64em) {
  .alert__text {
    padding: 0 4rem;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}
.alert__text p {
  font-size: 1rem;
  margin: 0;
  width: 100%;
}

.alert__site--secondary .alert__text {
  padding-left: 1rem;
}

@media (min-width: 64em) {
  .alert__site--secondary .alert__text {
    padding-left: 0;
  }
}
.alert__site--secondary .alert__text .text-center {
  width: 100%;
}

.alert__text a:not([class]) {
  text-decoration: underline;
}

.alert__text a:not([class]):hover {
  text-decoration: none;
}

.alert__label {
  font-size: 1rem;
}

@media (min-width: 64em) {
  .alert__label {
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
    max-width: 50rem;
    font-size: 1.3125rem;
  }
}
.alert__close,
.alert__icon {
  position: absolute;
  top: 0;
}

@media (min-width: 64em) {
  .alert__close,
  .alert__icon {
    top: 50%;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
  }
}
.alert__icon {
  width: 1.5rem;
}

@media (min-width: 64em) {
  .alert__icon {
    width: 2.5rem;
  }
}
.alert__close {
  right: 0.5rem;
  width: 1.25rem;
}

@media (min-width: 64em) {
  .alert__close {
    right: 2.5rem;
  }
}
.alert__button {
  margin-top: 0;
  margin-left: -1rem;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

@media (min-width: 64em) {
  .alert__button {
    margin-top: 0;
    float: right;
  }
}
.alert__button .button__overlay--alt {
  display: inline-block;
  margin-left: 1rem;
  margin-top: 0.25rem;
  font-size: 0.9375rem;
}

@media (min-width: 64em) {
  .alert__button .button__overlay--alt {
    margin-top: 0;
    font-size: 1.0625rem;
  }
}
.player {
  position: relative;
  padding-top: 5.5rem;
  margin-bottom: 2rem;
  color: #000;
}

.btn__play {
  display: block;
  float: left;
  position: relative;
  cursor: pointer;
  color: #da291c;
  padding: 0.25rem;
}

@media (min-width: 64em) {
  .btn__play {
    padding: 0 1.25rem;
  }
  .iOS .btn__play {
    padding: 0;
  }
}
.btn__play--white {
  color: #fff;
}

.btn__play__arrow,
.btn__play__pause {
  display: block;
  width: 3rem;
  color: #da291c;
  border: 0;
  position: relative;
}

.iOS .btn__play__arrow,
.iOS .btn__play__pause {
  width: 60px;
}

.btn__play__arrow:active,
.btn__play__arrow:focus,
.btn__play__arrow:hover,
.btn__play__pause:active,
.btn__play__pause:focus,
.btn__play__pause:hover {
  color: #651d32;
}

.player__footer {
  background: #f0f0f0;
  position: absolute;
  bottom: 0;
  width: 100%;
  font-size: 0.9375rem;
  font-weight: 700;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  padding: 0.5rem 0 0.5rem 0.5rem;
}

@media (min-width: 30em) {
  .player__footer {
    padding: 1.5rem 0 1.5rem 1rem;
  }
}
.player__controls {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  padding-right: 1rem;
}

.player__timeline,
.player__volume__bar {
  height: 0.5rem;
  position: relative;
  background: #fff;
  display: inline-block;
  cursor: pointer;
}

.player__volume__bar {
  background: #d8d6d6;
}

.player__timeline {
  margin-left: 10px;
  margin-right: 15px;
  border-radius: 0.3rem;
  width: 70%;
}

@media (min-width: 32em) {
  .player__timeline {
    width: 50%;
  }
}
@media (min-width: 32em) {
  .iOS .player__timeline {
    width: 100%;
  }
}
@media (min-width: 48em) {
  .iOS .player__timeline {
    width: 65%;
  }
}
.player__timeline__progress {
  border-radius: 0.3rem;
}

.player__timeline__time--end,
.player__timeline__time--now {
  display: none;
}

@media (min-width: 48em) {
  .player__timeline__time--end,
  .player__timeline__time--now {
    display: inline-block;
  }
}
.btn__volume {
  background-color: transparent;
  border: 0;
}

@media (min-width: 48em) {
  .player__volume {
    margin-left: 1rem;
  }
}
.iOS .player__volume {
  display: none;
}

.player__timeline__progress,
.player__volume__progress {
  background-color: #da291c;
  height: 100%;
  display: block;
}

.player__volume__bar {
  display: none;
}

@media (min-width: 30em) {
  .player__volume__bar {
    display: inline-block;
    width: 80px;
  }
}
.btn__volume__icon,
.btn__volume__up {
  width: 0.5rem;
  display: inline-block;
  vertical-align: middle;
}

.btn__volume__up {
  color: #f0f0f0;
}

.btn__volume--up .btn__volume__up {
  color: #000;
}

.back-to-top {
  position: fixed;
  bottom: 5%;
  right: 5%;
  display: none;
  z-index: 11;
  transition: opacity 0.3s linear;
}

.back-to-top.disabled {
  display: none !important;
}

.back-to-top button {
  outline: 0;
}

.back-to-top.active {
  display: block;
}

.block {
  position: relative;
  overflow: hidden;
}

.block .grid {
  -ms-flex-align: center;
  align-items: center;
}

.block__img {
  position: relative;
  min-height: 10rem;
}

.block__img:before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.2);
}

.block__img img {
  width: 100%;
}

.block__content {
  position: absolute;
  width: 100%;
  bottom: 5rem;
  max-width: 1440px;
}

@media (min-width: 30em) {
  .block__content {
    bottom: auto;
    top: 50%;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
  }
}
.block-mid .block__content {
  bottom: 1rem;
  top: auto;
  -ms-transform: none;
  transform: none;
}

@media (min-width: 48em) {
  .block-mid .block__content {
    bottom: 3rem;
  }
}
.block__text {
  display: block;
  width: 100%;
  font-size: 2.375rem;
  color: #fff;
  text-shadow: 0 0 6px rgba(0, 0, 0, 0.5);
}

.block__heading {
  font-weight: 700;
  color: #fff;
  font-size: 54px;
  text-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
  line-height: 1;
  margin-bottom: 2rem;
  width: 95%;
}

@media screen and (min-width: 320px) {
  .block__heading {
    font-size: calc(54px + 30 * (100vw - 320px) / 1120);
  }
}
@media screen and (min-width: 1440px) {
  .block__heading {
    font-size: 84px;
  }
}
.block-mid .block__heading {
  font-size: 32px;
}

@media screen and (min-width: 320px) {
  .block-mid .block__heading {
    font-size: calc(32px + 28 * (100vw - 320px) / 1120);
  }
}
@media screen and (min-width: 1440px) {
  .block-mid .block__heading {
    font-size: 60px;
  }
}
blockquote {
  position: relative;
  margin: 0;
  margin-top: 3.75rem;
  margin-bottom: 3.75rem;
}

blockquote:after,
blockquote:before {
  display: table;
}

blockquote:after {
  clear: both;
}

blockquote:after,
blockquote:before {
  position: absolute;
  content: "";
}

blockquote:before {
  display: block;
  background-image: url(data:image/svg+xml;charset=utf8,%3Csvg%20fill%3D%22%23DA291C%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2230%22%20height%3D%2224%22%20viewBox%3D%220%200%2030%2024%22%3E%3Cpath%20d%3D%22M20.8%200l-3.3%2011.2V24H30V11.4h-3.7l2-11.4h-7.5zM3.3%200L0%2011.2V24h12.5V11.4H8.8l2-11.4H3.3z%22%2F%3E%3C%2Fsvg%3E);
  width: 1.5rem;
  height: 1.5rem;
  top: -1.5rem;
  left: 0;
  background-size: auto 80%;
}

.blockquote--imgQuote blockquote:before {
  background-image: url(data:image/svg+xml;charset=utf8,%3Csvg%20fill%3D%22%23ffffff%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2230%22%20height%3D%2224%22%20viewBox%3D%220%200%2030%2024%22%3E%3Cpath%20d%3D%22M20.8%200l-3.3%2011.2V24H30V11.4h-3.7l2-11.4h-7.5zM3.3%200L0%2011.2V24h12.5V11.4H8.8l2-11.4H3.3z%22%2F%3E%3C%2Fsvg%3E);
  top: -2.2rem;
}

blockquote:after {
  display: block;
  background-image: url(data:image/svg+xml;charset=utf8,%3Csvg%20fill%3D%22%23DA291C%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2230%22%20height%3D%2224%22%20viewBox%3D%220%200%2030%2024%22%3E%3Cpath%20d%3D%22M20.8%200l-3.3%2011.2V24H30V11.4h-3.7l2-11.4h-7.5zM3.3%200L0%2011.2V24h12.5V11.4H8.8l2-11.4H3.3z%22%2F%3E%3C%2Fsvg%3E);
  width: 1.5rem;
  height: 1.5rem;
  bottom: -1.5rem;
  left: 0;
  background-size: auto 80%;
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.blockquote--imgQuote blockquote:after {
  background-image: url(data:image/svg+xml;charset=utf8,%3Csvg%20fill%3D%22%23ffffff%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2230%22%20height%3D%2224%22%20viewBox%3D%220%200%2030%2024%22%3E%3Cpath%20d%3D%22M20.8%200l-3.3%2011.2V24H30V11.4h-3.7l2-11.4h-7.5zM3.3%200L0%2011.2V24h12.5V11.4H8.8l2-11.4H3.3z%22%2F%3E%3C%2Fsvg%3E);
  bottom: -2rem;
}

blockquote q {
  font-size: 1.5rem;
  font-weight: 300;
  line-height: 1.416;
}

.blockquote--imgQuote blockquote q {
  font-size: 28px;
  color: #fff;
  line-height: 1.14;
  margin-bottom: 1rem;
  display: block;
}

@media screen and (min-width: 320px) {
  .blockquote--imgQuote blockquote q {
    font-size: calc(28px + 14 * (100vw - 320px) / 1120);
  }
}
@media screen and (min-width: 1440px) {
  .blockquote--imgQuote blockquote q {
    font-size: 42px;
  }
}
blockquote q:after,
blockquote q:before {
  content: "";
}

blockquote cite {
  display: block;
  font-size: 0.9375rem;
  font-weight: 700;
  font-style: normal;
  padding: 0.5rem 0;
}

.blockquote--imgQuote:after,
.blockquote--imgQuote:before {
  content: "";
  display: table;
}

.blockquote--imgQuote:after {
  clear: both;
}

@media (min-width: 64em) {
  .blockquote--imgQuote {
    display: -ms-flexbox;
    display: flex;
  }
}
.blockquote--imgQuote p {
  color: #fff;
}

.blockquote--imgQuote cite {
  color: #fff;
  font-style: normal;
  font-weight: 400;
}

.cite--name {
  text-transform: uppercase;
  font-weight: 700;
}

.blockquote__wrap {
  background-color: #000;
  overflow: hidden;
  padding: 2rem 1rem;
  display: table;
}

@media (min-width: 48em) {
  .blockquote__wrap {
    padding: 1rem 2rem;
  }
}
@media (min-width: 64em) {
  .blockquote__wrap {
    padding: 1rem 4rem;
  }
}
.blockquote__content {
  display: table-cell;
  vertical-align: middle;
}

.blockquote__content .button__ghost {
  margin-top: 2rem;
}

.blockquote__img,
.blockquote__wrap {
  width: 100%;
}

@media (min-width: 64em) {
  .blockquote__img,
  .blockquote__wrap {
    width: 50%;
  }
}
.blockquote__img img {
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  font-family: "object-fit: cover;";
}

.breadcrumbs {
  font-size: 0.75rem;
  margin-bottom: 1rem;
}

.button,
.button__ghost,
.button__link,
.button__outline,
.button__overlay,
.button__overlay--alt,
.button__solid,
.feature__video__button,
.form_action button.default {
  font-size: 1.0625rem;
  font-weight: 700;
  text-decoration: none;
  padding: 1rem 2rem;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transition: color 0.3s ease, background-color 0.3s ease;
  display: inline-block;
}

.button__outline {
  padding: 0.5rem 1rem;
  color: #000;
  border: 2px solid #e1d555;
  margin-bottom: 1rem;
}

.button__outline:active,
.button__outline:focus,
.button__outline:hover {
  background-color: #e1d555;
}

.button__link {
  color: #000;
  padding: 0;
  position: relative;
  margin-bottom: 3px;
  white-space: inherit;
}

.button__link:after {
  content: "";
  transition: all 0.3s ease;
  position: absolute;
  bottom: -3px;
  height: 2px;
  width: 100%;
  background: #000;
  left: 50%;
  -ms-transform: translateX(-50%) scaleX(0);
  transform: translateX(-50%) scaleX(0);
}

.button__link:after,
.button__link:hover {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.button__link:hover {
  transition: color 0.3s ease;
}

.button__link:hover:after {
  -ms-transform: translateX(-50%) scaleX(1);
  transform: translateX(-50%) scaleX(1);
}

.button__solid,
.feature__video__button {
  padding: 0.5rem 1rem;
  color: #fff;
  background-color: #da291c;
}

.button__solid:hover,
.feature__video__button:hover {
  background-color: #651d32;
}

.button__solid--red,
.feature__video__button {
  background-color: #da291c;
  color: #fff;
}

.button__solid--red:hover,
.feature__video__button:hover {
  background-color: #000;
}

.button__ghost {
  padding: 0.5rem 1.5rem;
  color: #fff;
  border: 1px solid #fff;
  position: relative;
  white-space: normal;
}

@media (min-width: 48em) {
  .button__ghost {
    border: 0;
    border-top: 1px solid #fff;
    white-space: nowrap;
  }
  .button__ghost:hover .button__border span:first-child:before,
  .button__ghost:hover .button__border span:last-child:before {
    animation: topIn 0.3s forwards;
  }
  .button__ghost:hover .button__border span:first-child:after {
    left: 0;
    opacity: 1;
  }
  .button__ghost:hover .button__border span:last-child:after {
    right: 0;
    opacity: 1;
  }
}
.button__border {
  position: absolute;
  overflow: hidden;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

.button__border span:after,
.button__border span:before {
  position: absolute;
  content: "";
  width: 100%;
  height: 0;
  width: 0;
  background-color: #fff;
}

.button__border span:first-child:before,
.button__border span:last-child:before {
  width: 1px;
  height: 100%;
  top: -100%;
}

.button__border span:first-child:before {
  left: 0;
}

.button__border span:last-child:before {
  right: 0;
}

.button__border span:first-child:after {
  width: 50%;
  height: 1px;
  left: -100%;
  bottom: 0;
  opacity: 0;
  transition: left 0.3s ease, opacity 0.3s ease;
}

.button__border span:last-child:after {
  width: 50%;
  height: 1px;
  right: -100%;
  bottom: 0;
  opacity: 0;
  transition: right 0.3s ease, opacity 0.3s ease;
}

.button__overlay {
  position: relative;
  z-index: 1;
  color: #fff;
  padding: 1.6rem 2.8rem;
  box-shadow: inset 0 0 0 0.4rem #da291c;
  text-shadow: 0 0 4px rgba(0, 0, 0, 0.8);
  transition: box-shadow 0.3s ease;
}

.button__overlay:hover {
  box-shadow: inset 0 0 0 0.8rem #da291c;
}

.button__overlay--alt {
  padding: 0.5rem 1.5rem;
  color: #fff;
  box-shadow: inset 0 0 0 0.1rem #fff;
  transition: box-shadow 0.3s ease;
  display: inline;
}

.advisory .button__overlay--alt {
  box-shadow: inset 0 0 0 0.1rem #000;
}

.button__overlay--alt:active,
.button__overlay--alt:hover {
  box-shadow: inset 0 0 0 0.2rem #fff;
}

.advisory .button__overlay--alt:active,
.advisory .button__overlay--alt:hover {
  box-shadow: inset 0 0 0 0.2rem #000;
}

.button__ghost__group {
  margin-top: 1.25rem;
  margin-bottom: 1.25rem;
}

.button__ghost__group li {
  margin: 1rem;
}

@media (min-width: 48em) {
  .button__ghost__group li {
    margin: 0 0.5rem 0.25rem;
    display: inline-block;
  }
}
.button__ghost__group li .button__ghost {
  display: block;
}

.button__group {
  margin-top: 2.5rem;
  margin-bottom: 2.5rem;
}

@media (max-width: 48em) {
  .button__group {
    text-align: center;
  }
}
.button__group li {
  display: inline-block;
  margin-bottom: 0.25rem;
  margin-right: 0.25rem;
}

.button__group--alt {
  margin-top: 2.5rem;
  margin-bottom: 2.5rem;
}

.button__group--alt li {
  display: inline-block;
  margin: 0.5rem;
}

.button__list li {
  display: inline-block;
  margin-right: 0.5rem;
  margin-bottom: 0;
}

.button__list li + li:before {
  content: "|";
  padding-right: 0.5rem;
}

.button-tag {
  border-radius: 1rem;
  border: 0.1rem solid #53565a;
  padding: 0.35rem 0.5rem;
  line-height: 1;
  text-transform: uppercase;
  font-size: 0.75rem;
  color: #53565a;
  margin-bottom: 1.5rem;
}

.button-tag,
.button__underline {
  display: inline-block;
  font-weight: 700;
}

.button__underline {
  font-size: 1.25rem;
  line-height: 1.5;
  margin: 2rem 0;
  color: #fff;
  text-decoration: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.button__underline span {
  position: relative;
  display: block;
  padding: 0 2rem 0.5rem 0.5rem;
}

.button__underline span:before {
  position: absolute;
  content: "";
  background-image: url(data:image/svg+xml;charset=utf8,%3Csvg%20fill%3D%22%23ffffff%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%20100%20184%22%3E%3Cpath%20d%3D%22M100%2091.8c0%202.1-.8%204.2-2.3%205.7l-84.1%2084.1c-3.1%203.1-8.2%203.1-11.3%200-3.1-3.1-3.1-8.2%200-11.3l78.4-78.4L2.3%2013.6c-3.1-3.1-3.1-8.2%200-11.3s8.2-3.1%2011.3%200l84.1%2084c1.5%201.3%202.3%203.4%202.3%205.5z%22%2F%3E%3C%2Fsvg%3E);
  background-repeat: no-repeat;
  top: 0.5rem;
  right: 0.25rem;
  height: 1rem;
  width: 1rem;
}

.button__underline:hover span {
  box-shadow: inset 0 0 0 #fff;
}

.event-calendar .faculty__slider,
.event-calendar .faculty__slider--alt,
.event-calendar .feed__slider,
.event-calendar .figure__slider,
.event-calendar .wrap {
  position: relative;
}

.calendar__link {
  display: inline-block;
  font-weight: 700;
  color: #b71a0e;
  text-decoration: none;
  margin-bottom: 1rem;
}

@media (min-width: 64em) {
  .calendar__link {
    position: absolute;
    top: 1rem;
    right: 2rem;
  }
}
@media (min-width: 90em) {
  .calendar__link {
    right: 3rem;
  }
}
.calendar__link:focus,
.calendar__link:hover {
  text-decoration: underline;
}

.calendar__filters {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-align: center;
  align-items: center;
  margin: 2rem 0;
}

.calendar__filter__dropdowns {
  width: 100%;
}

@media (min-width: 72em) {
  .calendar__filter__dropdowns {
    width: auto;
    margin-left: -0.5rem;
  }
}
.calendar__filter__title {
  font-weight: 700;
  font-size: 1.125rem;
  display: block;
  width: 100%;
  margin-right: 1rem;
}

@media (min-width: 48em) {
  .calendar__filter__title {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: auto;
    display: inline-block;
  }
}
.calendar__group,
.calendar__group--archived {
  list-style: none;
  margin: 0;
  padding: 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: -1rem;
  margin-right: -1rem;
}

.calendar__card {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  padding: 1.5rem 1rem;
}

@media (min-width: 48em) {
  .calendar__card {
    width: 50%;
  }
}
.calendar__card img {
  width: 100%;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.calendar__title {
  display: inline-block;
  margin-top: 1.5rem;
}

a.calendar__title {
  position: relative;
  color: #da291c;
  margin-bottom: 5px;
  text-decoration: none;
}

a.calendar__title:after {
  content: "";
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  position: absolute;
  bottom: -5px;
  height: 2px;
  width: 100%;
  background: #da291c;
  left: 50%;
  -ms-transform: translateX(-50%) scaleX(0);
  transform: translateX(-50%) scaleX(0);
  transition: all 0.3s ease;
}

a.calendar__title:hover:after {
  -ms-transform: translateX(-50%) scaleX(1);
  transform: translateX(-50%) scaleX(1);
}

.clear--filter {
  display: none;
  border: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 0;
  padding: 0;
  font-size: 0.8125rem;
  font-weight: 400;
  color: #b71a0e;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-left: auto;
}

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

.active .clear--filter {
  display: block;
}

.no-match {
  display: none;
}

.card__group__title {
  margin-left: 2rem;
  margin-bottom: 2rem;
}

@media (min-width: 48em) {
  .card__group {
    display: -ms-flexbox;
    display: flex;
  }
}
.card {
  position: relative;
}

.card,
.card__img img {
  width: 100%;
}

.card__content {
  position: absolute;
  bottom: 0;
  background-color: #fff;
  border-left: 4px solid #da291c;
  padding: 1rem;
  width: 85%;
}

@media (min-width: 48em) {
  .card__content {
    position: relative;
    margin-top: -2rem;
  }
}
@media (min-width: 64em) {
  .card__content {
    padding: 2rem;
  }
}
.card--blue .card__content {
  border-color: #012169;
}

.card--purple .card__content {
  border-color: #702f8a;
}

.card__title {
  display: inline-block;
  font-weight: 700;
  font-size: 1.375rem;
  color: #000;
  line-height: 1.363;
  text-decoration: none;
  margin-bottom: 1rem;
}

.card__title span {
  box-shadow: none;
  transition: box-shadow 0.3s ease;
}

.card__title:hover span {
  box-shadow: inset 0 -6px 0 #da291c;
}

.card--purple .card__title span {
  box-shadow: none;
  transition: box-shadow 0.3s ease;
}

.card--purple .card__title:hover span {
  box-shadow: inset 0 -6px 0 #702f8a;
}

.card--blue .card__title span {
  box-shadow: none;
  transition: box-shadow 0.3s ease;
}

.card--blue .card__title:hover span {
  box-shadow: inset 0 -6px 0 #236192;
}

.card__text {
  margin-bottom: 0;
  font-size: 0.875rem;
}

@media (min-width: 64em) {
  .card__text {
    font-size: 1.125rem;
  }
}
.connect {
  padding: 6rem 0;
  position: relative;
}

.connect__button__group {
  margin-top: 3rem;
  padding-left: 0;
  list-style: none;
}

.connect__button__group li:last-child {
  margin-top: 2rem;
}

.connect__arrow {
  position: absolute;
  top: 0;
  left: 50%;
  -ms-transform: translateY(-60%) translateX(-50%);
  transform: translateY(-60%) translateX(-50%);
  transition: transform 0.7s ease-in;
}

.connect__arrow--animate {
  -ms-transform: translateY(0) translateX(-50%);
  transform: translateY(0) translateX(-50%);
}

.connect__arrow--icon {
  display: block;
  width: 1rem;
  color: #fff;
}

.dropdown {
  position: relative;
  margin-bottom: 2rem;
}

.dropdown--alt {
  display: block;
  min-width: 100%;
  margin: 0.5rem 0;
}

@media (min-width: 48em) {
  .dropdown--alt {
    display: inline-block;
    min-width: 49.5%;
  }
}
@media (min-width: 72em) {
  .dropdown--alt {
    margin: 1rem 0.5rem;
    min-width: 14rem;
  }
}
.dropdown__toggle {
  padding: 1rem 3.5rem 1rem 1rem;
  font-size: 1.0625rem;
  font-weight: 700;
  text-decoration: none;
}

.dropdown--alt .dropdown__toggle {
  color: #fff;
  background: #da291c;
  transition: background 0.3s ease;
}

.dropdown--alt .dropdown__toggle:hover {
  background: #da291c;
}

.dropdown--active .dropdown__toggle {
  background: #651d32;
}

.dropdown__icon {
  position: absolute;
  display: block;
  width: 2rem;
  color: #fff;
  right: 1rem;
  top: 1.25rem;
  padding: 0.25rem;
  transition: transform 0.3s;
}

.dropdown--active .dropdown__icon {
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

@media (min-width: 64em) {
  .dropdown--subnav .dropdown__icon {
    display: none;
  }
}
.dropdown__list {
  position: absolute;
  left: -999rem;
  width: 100%;
  list-style: none;
  z-index: 1;
  padding-left: 0;
  margin: 0;
  background: #236192;
}

.dropdown--alt .dropdown__list {
  background: #d8d6d6;
}

.dropdown--active .dropdown__list {
  left: 0;
}

.dropdown--subnav .dropdown__list {
  background: #fff;
}

@media (min-width: 64em) {
  .dropdown--subnav .dropdown__list {
    position: static;
    left: auto;
  }
}
.dropdown__item {
  margin: 0;
}

.dropdown__item:last-child {
  border-bottom: 0;
}

.dropdown__link {
  font-family: Raleway, sans-serif;
  display: block;
  width: 100%;
  text-align: left;
  padding: 1rem;
  color: #000;
  font-size: 0.9375rem;
  font-weight: 700;
  text-decoration: none;
}

.dropdown__link:hover {
  color: #fff;
  background: #da291c;
}

.dropdown__toggle {
  display: block;
  color: #000;
}

.event {
  margin-top: 2.5rem;
  margin-bottom: 0;
}

.event:after,
.event:before {
  content: "";
  display: table;
}

.event:after {
  clear: both;
}

@media (min-width: 48em) {
  .event {
    margin-bottom: 2.5rem;
  }
}
.event .button__solid,
.event .feature__video__button {
  margin-top: 2.75rem;
}

.event__img {
  margin-bottom: 1rem;
}

@media (min-width: 32em) {
  .event__img {
    float: left;
    margin-right: 1rem;
  }
}
.event__block {
  width: 100%;
  float: left;
}

@media (min-width: 32em) {
  .event__block {
    width: 10rem;
  }
}
.event__block--date {
  font-size: 1.25rem;
  font-weight: 700;
}

.event__content--title {
  font-weight: 700;
}

.event__content--link {
  font-size: 18px;
  margin-top: 0;
}

@media screen and (min-width: 320px) {
  .event__content--link {
    font-size: calc(18px + 6 * (100vw - 320px) / 1120);
  }
}
@media screen and (min-width: 1440px) {
  .event__content--link {
    font-size: 24px;
  }
}
.event__content {
  overflow: hidden;
  width: 100%;
}

@media (min-width: 32em) {
  .event__content {
    width: auto;
  }
}
.event__item {
  border-bottom: 0.1rem solid #da291c;
  padding: 2rem 0 1rem;
}

.event__item:after,
.event__item:before {
  content: "";
  display: table;
}

.event__item:after {
  clear: both;
}

.faculty {
  margin-top: 3.75rem;
  margin-bottom: 3.75rem;
}

.faculty:after,
.faculty:before {
  content: "";
  display: table;
}

.faculty:after {
  clear: both;
}

.faculty--alt {
  margin-top: 5rem;
  margin-bottom: 5rem;
}

.faculty--alt:after,
.faculty--alt:before {
  content: "";
  display: table;
}

.faculty--alt:after {
  clear: both;
}

@media (min-width: 580px) {
  .faculty--slider-alt {
    display: table;
  }
}
.faculty__img {
  margin-bottom: 1rem;
}

.faculty__slider .faculty__img {
  float: none;
}

@media (min-width: 32em) {
  .faculty__img,
  .faculty__slider .faculty__img {
    float: left;
    margin-right: 1rem;
  }
}
.faculty--slider-alt .faculty__img {
  margin-right: 0;
  margin-bottom: 0;
  float: none;
}

@media (min-width: 580px) {
  .faculty--slider-alt .faculty__img {
    display: table-cell;
  }
}
.faculty__img--alt {
  margin-bottom: 1rem;
}

@media (min-width: 48em) {
  .faculty__img--alt {
    float: right;
  }
}
.faculty__image {
  margin: 0 auto;
}

@media (min-width: 580px) {
  .faculty--slider-alt .faculty__image {
    -o-object-fit: cover;
    object-fit: cover;
    font-family: "object-fit: cover;";
  }
}
@media (min-width: 580px) and (min-width: 48em) {
  .faculty--slider-alt .faculty__image {
    max-width: 40rem;
  }
}
.faculty__content {
  overflow: hidden;
  margin-right: 1rem;
}

.faculty--slider-alt .faculty__content {
  background: #f0f0f0;
  padding: 1rem;
}

@media (min-width: 64em) {
  .faculty--slider-alt .faculty__content {
    padding: 0 4rem;
  }
}
.faculty__content--alt {
  overflow: hidden;
}

@media (min-width: 48em) {
  .faculty__content--alt {
    padding-right: 2rem;
  }
}
.faculty__content--name,
.faculty__slide .faculty__content--name {
  margin-top: 0;
}

.faculty__content--title {
  font-weight: 700;
  margin-bottom: 0.8rem;
}

.faculty--slider-alt .faculty__content--title {
  margin-bottom: 2rem;
}

.faculty__content--list {
  padding-left: 0;
  margin: 1.5rem 0;
  list-style: none;
}

.faculty__content--list li {
  margin-bottom: 0;
}

.faculty__content--inline {
  display: table-cell;
  vertical-align: middle;
}

.faculty__slider-alt__paragraph {
  font-weight: 300;
  font-size: 18px;
  line-height: 1.41;
}

@media screen and (min-width: 320px) {
  .faculty__slider-alt__paragraph {
    font-size: calc(18px + 6 * (100vw - 320px) / 1120);
  }
}
@media screen and (min-width: 1440px) {
  .faculty__slider-alt__paragraph {
    font-size: 24px;
  }
}
@media (max-width: 32em) {
  .faculty--arrow .slick-arrow {
    top: 30%;
  }
}
@media (min-width: 64em) {
  .faculty__grid__item--2 {
    float: left;
    width: 50%;
  }
  .faculty__grid__item--2:nth-child(odd) {
    clear: both;
  }
}
.faculty__listing {
  margin-top: 2.5rem;
  margin-bottom: 2.5rem;
}

.faculty__listing:after,
.faculty__listing:before {
  content: "";
  display: table;
}

.faculty__listing:after {
  clear: both;
}

.faculty__listing__image {
  margin-right: 2rem;
  margin-bottom: 1rem;
}

@media (min-width: 48em) {
  .faculty__listing__image {
    float: left;
  }
}
.faculty__listing__image--swap {
  margin-bottom: 1rem;
}

@media (min-width: 48em) {
  .faculty__listing__image--swap {
    margin-left: 2rem;
    float: right;
  }
}
.faculty__listing__header {
  overflow: hidden;
}

.faculty__listing__header > .image__heading .image__heading__text {
  color: #000;
}

.faculty__listing__header h5 {
  margin-top: 0;
  font-size: 1.125rem;
  margin-bottom: 0.5rem;
}

.faculty__listing__header h5 + h5 {
  margin-top: -0.5rem;
}

.faculty__listing__header a {
  display: inline-block;
}

.faculty__listing__header a:hover {
  text-decoration: none;
}

.faculty__listing__header a:hover .image__heading__text {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  transition: color 0.3s ease;
  text-decoration: none;
}

.faculty__listing__header a:hover .image__heading__text:after {
  -ms-transform: translateX(-50%) scaleX(1);
  transform: translateX(-50%) scaleX(1);
}

.faculty__listing__contact {
  margin: 1rem 0;
}

.faculty__listing__title {
  margin-top: -0.5rem;
  font-size: 1.125rem;
}

.feature__item {
  position: relative;
  overflow: hidden;
}

@media (min-width: 48em) {
  .feature__item {
    min-height: 460px;
  }
}
@media (min-width: 1440px) {
  .feature__item {
    min-height: auto;
  }
}
.feature__img {
  position: relative;
}

@media (min-width: 48em) {
  .feature__img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
  }
}
@media (min-width: 1440px) {
  .feature__img {
    position: relative;
  }
}
.feature__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  font-family: "object-fit: cover;";
}

@media (min-width: 1440px) {
  .feature__img img {
    height: auto;
  }
}
.feature__box {
  text-align: left;
  position: absolute;
  right: 0;
  bottom: 0;
  width: 90%;
  padding: 2rem;
  color: #fff;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  background-color: rgba(0, 0, 0, 0.7);
}

.feature__box:before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 4px;
  height: 100%;
  background-color: #012169;
}

@media (min-width: 48em) {
  .feature__box:before {
    content: none;
  }
}
.feature__item--swap .feature__box:before {
  left: auto;
  right: 0;
}

.feature__item--swap .feature__box {
  left: 0;
  right: auto;
}

@media (min-width: 48em) {
  .feature__box {
    width: 437px;
  }
}
.feature--purple:before {
  background-color: #702f8a;
}

.feature--red:before {
  background-color: #da291c;
}

.feature__hr {
  display: none;
  height: 2px;
}

@media (min-width: 48em) {
  .feature__hr {
    display: block;
  }
}
.feature--red .feature__hr {
  background-color: #da291c;
}

.feature--purple .feature__hr {
  background-color: #702f8a;
}

.feature__heading {
  display: block;
  color: #fff;
  font-size: 28px;
  line-height: 1.18;
  text-decoration: none;
  margin: 1rem 0;
}

@media screen and (min-width: 320px) {
  .feature__heading {
    font-size: calc(28px + 4 * (100vw - 320px) / 1120);
  }
}
@media screen and (min-width: 1440px) {
  .feature__heading {
    font-size: 32px;
  }
}
.feature__heading span {
  box-shadow: none;
  transition: box-shadow 0.3s ease;
}

.feature__heading:hover span {
  box-shadow: inset 0 -6px 0 #da291c;
}

.feature--blue .feature__heading span {
  box-shadow: none;
  transition: box-shadow 0.3s ease;
}

.feature--blue .feature__heading:hover span {
  box-shadow: inset 0 -6px 0 #fff;
}

.feature--purple .feature__heading span {
  box-shadow: none;
  transition: box-shadow 0.3s ease;
}

.feature--purple .feature__heading:hover span {
  box-shadow: inset 0 -6px 0 #702f8a;
}

.feature__paragraph {
  margin-bottom: 0;
}

.right-side-feature {
  border-top: 4px solid #da291c;
  border-bottom: 4px solid #da291c;
  padding-top: 1rem;
  padding-bottom: 1rem;
  margin-top: 1rem;
}

@media (min-width: 48em) {
  .right-side-feature {
    margin-top: 0;
  }
}
.right-side-feature li:last-child {
  margin-bottom: 0;
}

.feature__video__button {
  position: absolute;
  top: -2.3rem;
  right: 0;
  font-size: 0.875rem;
  padding-right: 2rem;
}

.feature__video__button:before {
  position: absolute;
  content: "";
  background-image: url(data:image/svg+xml;charset=utf8,%3Csvg%20fill%3D%22%23ffffff%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2016%2016%22%3E%3Cpath%20d%3D%22M4.4%2015.5L14%208.3%204.4%201.1z%22%2F%3E%3C%2Fsvg%3E);
  width: 1rem;
  height: 1rem;
  background-position: 50%;
  top: 50%;
  right: 0.5rem;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.feature__video {
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.feature__video video {
  position: absolute;
  top: 50%;
  left: 50%;
  height: 100%;
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

@media (min-width: 48em) {
  .feature__video video {
    min-width: 100%;
    height: auto;
    min-height: 100%;
  }
}
.feature__video::-webkit-media-controls {
  display: none;
}

.feature__block {
  background-color: #da291c;
}

.feed__slider {
  padding: 2rem 0;
}

.feed__slide__item {
  padding: 0 0.75rem;
}

.feed__heading {
  margin-top: 1rem;
}

.slider__nav--feed .slick-arrow {
  top: 30%;
}

.feed__item a {
  display: block;
}

.feed__item p a {
  display: inline;
}

.figure__donut {
  position: relative;
  height: 12rem;
}

.figure__donut circle {
  fill: none;
}

.figure__circle {
  position: absolute;
  width: 9rem;
  height: 9rem;
  border-radius: 50%;
  z-index: -1;
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}

.figure__circle--wrap {
  text-align: center;
  height: 12rem;
}

.svgdonut {
  display: block;
  margin: 0 auto;
  width: 170px;
  height: 100%;
}

.figure__circle,
.middle__center,
.middle__circle {
  position: absolute;
  top: 50%;
  left: 50%;
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.middle__circle {
  border-radius: 50%;
  height: 12rem;
  width: 12rem;
}

.circle-back {
  stroke: #f0f0f0;
  stroke-width: 6px;
}

.circle-front {
  stroke: #236192;
  stroke-width: 6px;
  stroke-dasharray: 503px;
  stroke-dashoffset: 503px;
  transition: stroke-dashoffset 0.5s ease;
}

.figure__count__number--wrap {
  text-align: center;
  padding: 0;
}

.figure__count--number,
.figure__count--number-alt {
  font-weight: 300;
  color: #53565a;
}

.figure__count--number {
  font-size: 3.75rem;
}

.figure__count--number-alt {
  font-size: 6.25rem;
  line-height: 1.2;
  font-size: 60px;
}

.figure__count--number-alt small {
  display: block;
}

@media (min-width: 48em) {
  .figure__count--number-alt small {
    font-size: 50%;
    margin-top: -2.5rem;
  }
}
@media screen and (min-width: 320px) {
  .figure__count--number-alt {
    font-size: calc(60px + 40 * (100vw - 320px) / 1120);
  }
}
@media screen and (min-width: 1440px) {
  .figure__count--number-alt {
    font-size: 100px;
  }
}
.figure__count--small {
  font-size: 25%;
  line-height: 1;
  margin-top: 1rem;
}

.figure__count--text {
  font-size: 1.75rem;
  color: #53565a;
  line-height: 1.14;
  margin-bottom: 0.5rem;
}

.figure__count--subtext {
  font-size: 0.9375rem;
}

[class^=figure__icon] {
  display: block;
  width: 14rem;
  position: absolute;
  top: 50%;
  left: 50%;
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

[class^=figure__icon] img {
  max-height: 10rem;
  margin: 0 auto;
}

.figure__icon--teal {
  color: #56919a;
}

.figure__icon--maroon {
  color: #651d32;
}

.figure__icon--blue-alt {
  color: #135888;
}

.figure__icon--orange {
  color: #ed8b00;
}

.figure__slider {
  padding: 2rem 0 0;
  min-height: 21rem;
}

@media (min-width: 48em) {
  .figure__slider {
    padding: 8rem 0;
  }
}
.figure__slider,
.figure__slider--alt,
.figure__slider--alt .slick-track,
.figure__slider .slick-track {
  min-height: 21rem;
}

.figure__slide__item {
  padding: 0 3rem;
  margin: 0.25rem;
}

.slider__nav--figure .slick-disabled {
  opacity: 0.3;
  pointer-events: none;
}

.slider__nav--figure .slick-disabled:hover {
  background-color: #e1d555;
  color: #000;
  cursor: default;
}

.lbl-sm {
  color: #236192;
  font-size: 0.9375rem;
  line-height: 1;
  margin-top: 0.5rem;
}

.green {
  background-color: #ddefec;
}

.footer {
  color: #fff;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.footer a {
  color: #fff;
  text-decoration: none;
}

.footer__main {
  background: #000;
  padding: 2rem 1rem;
}

@media (min-width: 48em) {
  .footer__main {
    padding: 4rem 2.5rem;
  }
  .footer__main .grid {
    max-width: 1440px;
    margin: 0 auto;
  }
}
.footer__logo {
  display: inline-block;
  width: 10rem;
}

@media (min-width: 64em) {
  .footer__logo {
    width: 14rem;
    margin-bottom: 1rem;
  }
}
.footer__address {
  font-style: normal;
  font-size: 1rem;
  margin-bottom: 2rem;
}

.footer__link__list,
.footer__main__link__list {
  margin: 0;
  padding: 0;
  list-style: none;
}

.footer__link__list {
  padding: 1rem;
  width: 50%;
}

@media (min-width: 48em) {
  .footer__link__list {
    padding: 0 1rem;
    width: 20%;
  }
  .footer--newsletter .footer__link__list {
    width: 15%;
  }
}
@media (min-width: 64em) {
  .footer__link__list {
    margin-top: 5.5rem;
  }
  .footer--newsletter .footer__link__list {
    margin-top: 0;
  }
}
.footer__social__list {
  list-style: none;
  margin: 0;
  padding: 0;
}

.footer__social__item {
  float: left;
}

.footer__social__link {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
  width: 2.5rem;
  height: 2.5rem;
  vertical-align: middle;
  margin-right: 0.5rem;
  border: 0.0625rem solid #fff;
  border-radius: 50%;
  transition: background 0.3s ease;
}

.footer__social__link:hover {
  background-color: #fff;
}

.footer__social__link:hover .footer__social__icon {
  color: #000;
}

.footer__social__icon {
  width: 1rem;
  color: #fff;
}

.footer__main__link {
  font-size: 1.875rem;
}

.footer__main__link:hover {
  background-image: linear-gradient(currentColor, currentColor);
  background-repeat: repeat-x;
  background-position: 0 90%;
  background-size: 100% 0.0625rem;
}

.footer__link:hover {
  text-decoration: underline;
}

.footer__link__item {
  margin-bottom: 0.5rem;
}

.footer__heading__item {
  font-size: 0.75rem;
  text-transform: uppercase;
  margin-top: 2rem;
}

@media (min-width: 64em) {
  .footer__heading__item {
    margin-top: 0;
  }
}
.footer__link {
  font-size: 1rem;
  font-weight: 700;
  display: inline-block;
  line-height: 1.25;
}

.footer__main__grid__item {
  width: 100%;
  padding: 0 1rem;
  text-align: left;
}

@media (min-width: 48em) {
  .footer__main__grid__item {
    float: left;
    width: 40%;
  }
  .footer__main__grid__item:nth-child(n) {
    clear: none;
  }
  .footer__main__grid__item:nth-child(4n+1) {
    clear: both;
  }
}
@media (min-width: 64em) {
  .footer__main__grid__item {
    text-align: left;
    float: left;
    width: 33%;
  }
  .footer__main__grid__item:nth-child(n) {
    clear: none;
  }
  .footer__main__grid__item:nth-child(4n+1) {
    clear: both;
  }
}
.footer__bottom {
  color: #000;
  padding: 1rem 0;
}

@media (min-width: 64em) {
  .footer__bottom {
    padding: 0;
    text-align: center;
  }
}
@media (min-width: 64em) {
  .footer__bottom__wrap {
    max-width: 80rem;
    margin-right: auto;
    margin-left: auto;
    padding-right: 1rem;
    padding-left: 1rem;
  }
  .footer__bottom__wrap:after,
  .footer__bottom__wrap:before {
    content: "";
    display: table;
  }
  .footer__bottom__wrap:after {
    clear: both;
  }
}
a.footer__bottom__link {
  color: #000;
  padding: 0.5rem 1rem;
  font-size: 0.75rem;
  text-transform: uppercase;
  font-weight: 700;
  display: block;
}

@media (min-width: 64em) {
  a.footer__bottom__link {
    padding: 1rem;
    display: inline-block;
  }
}
a.footer__bottom__link:hover {
  text-decoration: underline;
}

.OU-edit {
  cursor: default;
  color: #000 !important;
}

.footer__bottom__text {
  padding: 0.5rem 1rem;
  font-size: 0.75rem;
  text-transform: uppercase;
  font-weight: 700;
  display: block;
}

@media (min-width: 64em) {
  .footer__bottom__text {
    padding: 1rem;
    display: inline-block;
  }
}
.newsletter {
  border: 1px solid #da291c;
  padding: 2rem;
  margin: 1rem;
}

@media (min-width: 64em) {
  .newsletter {
    width: 35%;
    margin-top: 0;
    margin-left: auto;
    margin-right: 0;
  }
}
.newsletter .event__content--link,
.newsletter .h4,
.newsletter .widget__content--title {
  margin-top: 0;
}

.form {
  padding: 2rem 0;
  margin-bottom: 2rem;
}

.form:after,
.form:before {
  content: "";
  display: table;
}

.form:after {
  clear: both;
}

@media (max-width: 48em) {
  .form {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}
* + .form {
  margin-top: 2rem;
}

.form__label {
  display: block;
  margin-top: 0;
  margin-bottom: 0.5rem;
}

.form__label--required {
  color: #da291c;
}

.form__input,
.form__textarea {
  background-color: #fff;
  border: 0.3rem solid #53565a;
  width: 100%;
  margin-bottom: 2rem;
  line-height: 1.56;
  padding: 0.25rem 3rem 0.25rem 0.5rem;
}

.form__input:focus,
.form__textarea:focus {
  border: 0.3rem solid #236192;
  outline: 0;
}

.form__input {
  height: 2.8rem;
}

.form__input--success {
  border: 0.3rem solid #388407;
}

.form__input--error {
  border: 0.3rem solid #da291c;
}

.form__icon__placement {
  position: relative;
}

[class^=form__input__icon] {
  display: block;
  width: 1.5rem;
  position: absolute;
  right: 0.75rem;
  top: 0.65rem;
}

.form__input__icon--error {
  color: #da291c;
}

.form__select {
  overflow: hidden;
  display: block;
  position: relative;
  margin-bottom: 2rem;
  background-color: #fff;
}

.form__select select {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  border: 0;
  z-index: 1;
  padding-left: 1rem;
  color: #53565a;
  font-size: 1.1875rem;
  border: 0.3rem solid #53565a;
  border-radius: 0;
}

.form__select select:focus {
  border: 0.3rem solid #236192;
  outline: 0;
}

.form__select__text {
  width: 100%;
  height: 3.5rem;
  background-color: #fff;
  margin: 0;
  float: left;
  width: calc(100% - 3.5rem);
  line-height: 3.25rem;
  padding: 0 1rem;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  color: transparent;
}

.form__select__arrow {
  position: absolute;
  right: 0;
  top: 0;
  width: 3.5rem;
  height: 3.5rem;
  padding: 1.5rem 1rem 1rem;
  background: #fff;
  color: #53565a;
  display: inline-block;
}

select:focus ~ .form__select__arrow {
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.form__checkbox {
  display: block;
  position: relative;
  margin: 0.5rem 0;
  padding-left: 2.5rem;
  cursor: pointer;
}

.form__checkbox:before {
  position: absolute;
  content: "";
  background-image: url(data:image/svg+xml;charset=utf8,%3Csvg%20fill%3D%22%2353565A%22%20width%3D%2236%22%20height%3D%2236%22%20viewBox%3D%220%200%2036%2036%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M4%204h28v28H4V4zm28-4H4C1.8%200%200%201.8%200%204v28c0%202.2%201.8%204%204%204h28c2.2%200%204-1.8%204-4V4c0-2.2-1.8-4-4-4z%22%2F%3E%3C%2Fsvg%3E);
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-size: auto 90%;
}

.form__checkbox[aria-checked=true]:before {
  background-image: url(data:image/svg+xml;charset=utf8,%3Csvg%20fill%3D%22%23236192%22%20width%3D%2236%22%20height%3D%2236%22%20viewBox%3D%220%200%2036%2036%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M32%200H4C1.78%200%200%201.8%200%204v28c0%202.2%201.78%204%204%204h28c2.22%200%204-1.8%204-4V4c0-2.2-1.78-4-4-4zM14%2028L4%2018l2.82-2.82L14%2022.34%2029.18%207.16%2032%2010%2014%2028z%22%2F%3E%3C%2Fsvg%3E);
}

.form__radio {
  display: block;
  position: relative;
  margin: 0.5rem 0;
  padding-left: 2.5rem;
  cursor: pointer;
}

.form__radio:before {
  position: absolute;
  content: "";
  background-image: url(data:image/svg+xml;charset=utf8,%3Csvg%20fill%3D%22%2353565A%22%20width%3D%2240%22%20height%3D%2240%22%20viewBox%3D%220%200%2040%2040%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M20%200C8.96%200%200%208.96%200%2020s8.96%2020%2020%2020%2020-8.96%2020-20S31.04%200%2020%200zm0%2036c-8.84%200-16-7.16-16-16S11.16%204%2020%204s16%207.16%2016%2016-7.16%2016-16%2016z%22%2F%3E%3C%2Fsvg%3E);
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-size: auto 90%;
}

.form__radio[aria-checked=true]:before {
  background-image: url(data:image/svg+xml;charset=utf8,%3Csvg%20fill%3D%22%23236192%22%20width%3D%2240%22%20height%3D%2240%22%20viewBox%3D%220%200%2040%2040%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M20%2010c-5.52%200-10%204.48-10%2010s4.48%2010%2010%2010%2010-4.48%2010-10-4.48-10-10-10zm0-10C8.96%200%200%208.96%200%2020s8.96%2020%2020%2020%2020-8.96%2020-20S31.04%200%2020%200zm0%2036c-8.84%200-16-7.16-16-16S11.16%204%2020%204s16%207.16%2016%2016-7.16%2016-16%2016z%22%2F%3E%3C%2Fsvg%3E);
}

.form_pages select {
  -moz-appearance: menulist;
  -webkit-appearance: menulist;
}

.form_pages button,
.form_pages input,
.form_pages select,
.form_pages textarea {
  background-color: initial;
  border-style: solid;
  color: #000;
  font-size: 1em;
  margin: 0;
  border: 1px solid #000;
}

.form_pages input,
.form_pages textarea {
  background-color: #fff;
  border: 0.3rem solid #53565a;
  width: 100%;
  margin-bottom: 2rem;
  line-height: 1.56;
  padding: 0.25rem 3rem 0.25rem 0.5rem;
}

.form_pages input:focus,
.form_pages textarea:focus {
  border: 0.3rem solid #236192;
  outline: 0;
}

.form_pages input select,
.form_pages textarea select {
  height: 3.5rem;
  border: 0.3rem solid #53565a;
}

.form_pages .form_responses select {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  padding-left: 1rem;
  color: #53565a;
  font-size: 1.1875rem;
  border: 0.3rem solid #53565a;
  border-radius: 0;
}

.form_pages select[multiple] {
  -webkit-appearance: none;
}

.form_pages input[type=checkbox],
.form_pages input[type=radio] {
  width: inherit;
  margin: inherit;
}

.form_action button.default {
  padding: 0.5rem 1rem;
  color: #000;
  background-color: #e1d555;
}

.form_action button.default:hover {
  color: #fff;
  background-color: #236192;
}

.grid {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  margin-right: -1rem;
  margin-left: -1rem;
}

.grid--center {
  -ms-flex-pack: center;
  justify-content: center;
}

@media (min-width: 64em) {
  .grid--wide {
    margin-left: -3rem;
    margin-right: -3rem;
  }
}
@media (min-width: 64em) {
  .grid--narrow {
    margin-right: -0.5rem;
    margin-left: -0.5rem;
  }
}
.grid--slim {
  margin-right: -0.25rem;
  margin-left: -0.25rem;
}

.grid__item {
  padding: 0 1rem;
}

.grid__item--match {
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
}

.grid__item--match > * {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: column wrap;
  flex-flow: column wrap;
}

@media (min-width: 64em) {
  .grid__item--narrow {
    padding: 0 0.5rem;
  }
}
.grid__item--slim {
  padding: 0 0.25rem;
}

.grid__item--wide {
  margin-left: auto;
  margin-right: auto;
}

@media (min-width: 48em) {
  .grid__item--wide {
    padding: 0 0.5rem;
  }
}
@media (min-width: 64em) {
  .grid__item--wide {
    padding: 0 3rem;
  }
}
.grid__item--2 {
  width: 100%;
}

@media (min-width: 48em) {
  .grid__item--2 {
    float: left;
    width: 50%;
  }
  .grid__item--2:nth-child(odd) {
    clear: both;
  }
}
@media (min-width: 48em) {
  .grid__item--3 {
    float: left;
    width: 33.333%;
  }
  .grid__item--3:nth-child(3n+1) {
    clear: both;
  }
}
@media (min-width: 64em) {
  .grid__item--3-2 {
    float: left;
    width: 66.666%;
  }
}
@media (min-width: 48em) {
  .grid__item--4 {
    float: left;
    width: 50%;
  }
  .grid__item--4:nth-child(odd) {
    clear: both;
  }
}
@media (min-width: 64em) {
  .grid__item--4 {
    width: 25%;
  }
  .grid__item--4:nth-child(n) {
    clear: none;
  }
  .grid__item--4:nth-child(4n+1) {
    clear: both;
  }
}
@media (min-width: 32em) {
  .grid__item--5 {
    width: 100%;
    float: left;
  }
  .grid__item--5:nth-child(odd) {
    clear: both;
  }
}
@media (min-width: 48em) {
  .grid__item--5 {
    width: 100%;
  }
  .grid__item--5:nth-child(n) {
    clear: none;
  }
  .grid__item--5:nth-child(3n+1) {
    clear: both;
  }
}
@media (min-width: 64em) {
  .grid__item--5 {
    width: 20%;
  }
  .grid__item--5:nth-child(n) {
    clear: none;
  }
  .grid__item--5:nth-child(5n+1) {
    clear: both;
  }
}
header {
  position: fixed;
  width: 100%;
  z-index: 12;
}

.alert ~ header {
  margin-top: 10rem;
}

@media (min-width: 1190px) {
  .alert ~ header {
    margin-top: 4.5rem;
  }
}
.header {
  position: relative;
  background: #000;
  z-index: 0;
  height: 5rem;
}

@media (min-width: 1190px) {
  .header {
    position: static;
    height: 6.25rem;
    transition: height 0.5s ease;
  }
  .scroll .header {
    height: 5rem;
  }
}
.header__wrap {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  height: inherit;
}

@media (min-width: 1190px) {
  .header__wrap {
    display: block;
    margin-right: auto;
    margin-left: auto;
    padding: 0 2rem;
  }
}
.header__menu {
  display: block;
  position: absolute;
  top: 50%;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  padding: 0.5rem;
  right: 4.5rem;
  transition: transform 0.5s ease, line-height 0.5s ease;
}

@media (min-width: 1190px) {
  .header__menu {
    right: 5.5rem;
  }
}
.header__search {
  display: block;
  position: absolute;
  top: 50%;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 1rem;
  padding: 0.5rem;
}

@media (min-width: 1190px) {
  .header__search {
    right: 2rem;
  }
}
.header__title {
  color: #fff;
  position: absolute;
  top: 50%;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  height: 100%;
  padding: 0.75rem;
  transition: font-size 0.5s ease;
}

@media (min-width: 1190px) {
  .header__title {
    height: auto;
    left: 5.5rem;
    font-size: 2.25rem;
    font-weight: lighter;
  }
  .scroll .header__title {
    font-size: 1.5625rem;
  }
}
.header__logo {
  display: block;
  width: 12rem;
  color: #fff;
  padding: 1rem;
}

@media (min-width: 1190px) {
  .header__logo {
    position: absolute;
    top: 50%;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 15rem;
    transition: width 0.5s ease;
  }
  .scroll .header__logo {
    width: 12rem;
  }
}
.header__logo a {
  color: #fff;
  padding: 0.25rem;
}

.header__logo a:hover {
  background: none;
}

.header__logo--alt {
  left: auto;
  right: 0;
}

@media (min-width: 1190px) {
  .header__logo--alt {
    right: 5.5rem;
  }
}
.header__menu__list {
  position: absolute;
  left: -999rem;
  visibility: hidden;
}

@media (min-width: 1190px) {
  .header__menu__list {
    position: static;
    left: auto;
    visibility: visible;
    margin: 0;
    padding: 0;
    list-style: none;
    float: right;
    margin-right: 10rem;
  }
}
.header__menu__item {
  display: inline-block;
  margin-bottom: 0;
  line-height: 5rem;
  transition: line-height 0.5s ease;
}

@media (min-width: 1190px) {
  .header__menu__item {
    line-height: 6.25rem;
    transition: line-height 0.5s ease;
  }
}
.scroll .header__menu__item {
  line-height: 5rem;
}

.header__menu__item + .header__menu__item {
  margin-left: 16px;
}

@media screen and (min-width: 1200px) {
  .header__menu__item + .header__menu__item {
    margin-left: calc(16px + 24 * (100vw - 1200px) / 240);
  }
}
@media screen and (min-width: 1440px) {
  .header__menu__item + .header__menu__item {
    margin-left: 40px;
  }
}
.header__menu__link {
  font-size: 1.0625rem;
  font-weight: 700;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.header__toggles {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  height: 100%;
  background-color: #da291c;
  position: absolute;
  width: 8rem;
  top: 50%;
  right: 0;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

@media (min-width: 1190px) {
  .header__toggles {
    width: 10rem;
  }
}
.header__toggle-mobile {
  padding: 0.5rem;
}

@media (min-width: 1190px) {
  .header__toggle-mobile {
    display: none;
  }
}
.header__toggle__btn {
  padding: 0;
  border: 0;
}

.header__toggle__btn > span {
  display: inline-block;
  vertical-align: middle;
  width: 3rem;
  padding: 0.65rem;
  color: #fff;
}

.header__toggle__btn .svgstore--close {
  display: none;
}

.header__toggle__btn .svgstore--menu,
.header__toggle__btn .svgstore--search,
.menu-active .header__toggle__btn .svgstore--close {
  display: inline-block;
}

.menu-active .header__toggle__btn .svgstore--menu,
.menu-active .header__toggle__btn .svgstore--search {
  display: none;
}

.header__search-mobile {
  background: #da291c;
  box-shadow: 0 0 9px 0 rgba(129, 0, 0, 0.3);
  margin-bottom: 3rem;
}

@media (min-width: 1190px) {
  .header__search-mobile {
    display: none;
  }
}
.hero__header {
  text-align: center;
  padding: 0 0 3rem;
  margin-top: -1rem;
  position: relative;
}

@media (min-width: 48em) {
  .hero__header {
    margin-top: 0;
    padding: 2rem 0 6.75rem;
  }
}
.hero__heading {
  font-weight: 300;
  font-size: 28px;
  text-shadow: 0 1px 20px rgba(0, 0, 0, 0.8);
  color: #fff;
}

@media screen and (min-width: 320px) {
  .hero__heading {
    font-size: calc(28px + 26 * (100vw - 320px) / 1120);
  }
}
@media screen and (min-width: 1440px) {
  .hero__heading {
    font-size: 54px;
  }
}
.custom-hero {
  padding: 89px 0 0 0 !important;
}

.hero__image {
  background-color: #d8d6d6;
}

.hero__image img {
  width: 100%;
}

.hero__image--alt {
  overflow: hidden;
  position: relative;
  width: 100%;
  background-color: #d8d6d6;
  margin-top: 110px;
}

.feature__img {
  margin-top: 100px;
}

.hero__image--alt img {
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  font-family: "object-fit: cover;";
}

.hero__gradient {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.3);
}

@media (min-width: 48em) {
  .hero__gradient {
    display: none;
  }
}
.hero__content {
  position: absolute;
  top: 75%;
  -ms-transform: translateY(-75%);
  transform: translateY(-75%);
  text-align: center;
  width: 100%;
  z-index: 1;
}

.hero__image__option {
  display: none;
}

.hero__image__option--active {
  display: block;
}

.hero__button {
  display: inline-block;
  position: relative;
  height: 3.5rem;
}

@media (min-width: 48em) {
  .hero__button {
    margin-bottom: 2rem;
  }
}
.hero__button:hover .play__icon {
  color: #651d32;
}

.home__heading {
  font-size: 30px;
  color: #651d32;
}

@media screen and (min-width: 320px) {
  .home__heading {
    font-size: calc(30px + 28 * (100vw - 320px) / 1120);
  }
}
@media screen and (min-width: 1440px) {
  .home__heading {
    font-size: 58px;
  }
}
.home__heading__section {
  padding-top: 2rem;
}

@media (min-width: 48em) {
  .home__heading__section {
    padding-top: 5rem;
  }
}
@media (min-width: 64em) {
  .home__heading__section p {
    width: 50%;
  }
}
.animateInHome {
  -ms-transform: translateX(-8rem);
  transform: translateX(-8rem);
  transition: transform 0.3s ease-in-out;
}

.animatedInHome {
  -ms-transform: none;
  transform: none;
}

@media (max-width: 48em) {
  @keyframes fadeInDown {
    0% {
      opacity: 0;
      transform: translateY(-20%);
    }
    50% {
      opacity: 1;
    }
    to {
      transform: translateY(35%);
      opacity: 1;
    }
  }
}
@keyframes fadeInDown {
  0% {
    opacity: 0;
    transform: translateY(0);
  }
  50% {
    opacity: 1;
  }
  to {
    transform: translateY(25%);
    opacity: 1;
  }
}
.home__hero__arrow {
  position: absolute;
  bottom: 0;
  left: 50%;
  opacity: 0;
  z-index: 1;
  animation: fadeInDown 1.5s ease forwards;
}

.home__hero__arrow--icon {
  background-image: url(data:image/svg+xml;charset=utf8,%3Csvg%20fill%3D%22%23012169%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2214%22%20height%3D%2240%22%20viewBox%3D%220%200%2014%2040%22%3E%3Cpath%20d%3D%22M12.8%2031.8l-4.9%204.8V0H6.1v36.6l-4.9-4.8L0%2033l7%207%207-7z%22%2F%3E%3C%2Fsvg%3E);
  display: block;
  width: 1rem;
  height: 2.5rem;
  background-size: auto 100%;
  margin-left: -10px;
  animation: fadeInDown 1.5s ease forwards;
}

@media (min-width: 48em) {
  .home__hero__arrow--icon {
    background-image: url(data:image/svg+xml;charset=utf8,%3Csvg%20fill%3D%22%23012169%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2214%22%20height%3D%2299%22%20viewBox%3D%220%200%2014%2099%22%3E%3Cpath%20d%3D%22M6%200h2v60H6z%22%2F%3E%3Cpath%20d%3D%22M8%2095.5V59H6v36.5l-4.8-4.8L0%2092l7%207%207-7-1.2-1.2L8%2095.5z%22%2F%3E%3C%2Fsvg%3E);
    width: 1.5rem;
    height: 7.5rem;
  }
}
.image__item {
  padding-bottom: 2rem;
}

@media (min-width: 48em) {
  .image__item {
    padding-bottom: 4rem;
  }
}
.image__item a {
  display: block;
}

.image__item p a {
  display: inline;
}

.image__item p a:hover {
  text-decoration: underline;
}

.image__item img {
  margin-bottom: 1.8rem;
}

.image__item a:hover {
  text-decoration: none;
}

.image__item a:hover .image__heading__text {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  transition: color 0.3s ease;
  text-decoration: none;
}

.image__item a:hover .image__heading__text:after {
  -ms-transform: translateX(-50%) scaleX(1);
  transform: translateX(-50%) scaleX(1);
}

.image__caption {
  padding: 0.5rem 0;
  border-bottom: 0.0625rem solid #da291c;
}

.image__caption--alt {
  padding: 0.5rem 0;
}

.image__heading {
  margin: 0 0 0.5rem;
  overflow: hidden;
  padding-bottom: 5px;
  display: inline-block;
}

.image__heading__text {
  color: #da291c;
  padding: 0;
  position: relative;
  margin-bottom: 5px;
}

.image__heading__text:after {
  content: "";
  transition: all 0.3s ease;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  position: absolute;
  bottom: -5px;
  height: 2px;
  width: 100%;
  background: #da291c;
  left: 50%;
  -ms-transform: translateX(-50%) scaleX(0);
  transform: translateX(-50%) scaleX(0);
}

.image__caption__heading {
  font-size: 0.9375rem;
  font-weight: 700;
  margin: 0.8rem 0 0.5rem;
}

.media {
  margin-bottom: 2rem;
}

.media__item {
  display: inline-block;
  position: relative;
}

.media__item img {
  width: 100%;
}

@media (min-width: 48em) {
  .media__item {
    display: block;
  }
}
.media__link:before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  transition: background 0.3s ease;
}

.media__link:hover:before {
  background: rgba(0, 0, 0, 0.4);
}

.media__link:hover .circle__icon {
  background: #651d32;
}

.media__link:hover .play__icon {
  color: #651d32;
}

.media__caption {
  margin-top: 1rem;
}

.media__caption--large {
  font-size: 1.375rem;
  font-weight: 300;
}

.media__icon {
  position: absolute;
  bottom: 1.25rem;
  left: 1.25rem;
}

.media__icon--alt {
  position: absolute;
  bottom: 0.5rem;
  right: 0.5rem;
  left: auto;
}

.media__gallery {
  visibility: hidden;
  display: none;
}

.media__home__slider {
  max-width: 1440px;
  margin: 0 auto;
  padding-left: 2rem;
  padding-right: 2rem;
}

@media (min-width: 32em) {
  .media__home__slider .slick-next,
  .media__home__slider .slick-prev {
    top: 30%;
    -ms-transform: translateY(-30%);
    transform: translateY(-30%);
  }
}
.media__home__slider__item {
  display: -ms-flexbox !important;
  display: flex !important;
}

@media (min-width: 54em) {
  .media__home__slider__item {
    opacity: 0.3;
  }
}
.slick-center {
  opacity: 1 !important;
}

.media__home__slide {
  width: 50%;
  margin: 0 1.5rem;
}

@media (min-width: 49em) and (max-width: 54em) {
  .media__home__slide {
    opacity: 0.3;
  }
}
@media (min-width: 32em) {
  .media__home__slide {
    margin: 0 1rem;
  }
}
.media__feature {
  padding: 0 1rem;
  max-width: 1440px;
  margin: 0 auto;
}

@media (min-width: 48em) {
  .media__feature {
    padding: 1.2rem;
  }
}
.media__feature .grid__item {
  padding: 0;
}

@media (min-width: 48em) {
  .media__feature .grid__item {
    padding: 0 1rem;
  }
}
.media__feature__item {
  position: relative;
  overflow: hidden;
}

.media__feature__item:after,
.media__feature__item:before {
  content: "";
  display: table;
}

.media__feature__item:after {
  clear: both;
}

.grid__item:first-of-type .media__feature__item {
  margin-bottom: 2rem;
}

@media (min-width: 64em) {
  .grid__item:first-of-type .media__feature__item {
    margin-bottom: 0;
  }
}
.media__feature__item img {
  width: 100%;
}

.media__feature__content {
  position: absolute;
  z-index: 1;
  bottom: 0;
  left: 0;
  right: 0;
  color: #fff;
  text-align: center;
  padding: 3rem 0 2rem;
  height: 18rem;
  margin-bottom: -10rem;
  transition: height 0.3s ease;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  background: rgba(112, 47, 138, 0.85);
  border-radius: 100% 100% 0 0;
  width: 145%;
  margin-left: -22%;
}

.media__mobile__animated .media__feature__content {
  height: 100%;
  width: 100%;
  border-radius: 0;
  margin-bottom: 0;
  padding: 3rem 6rem;
  margin-left: 0;
}

.media__feature__content:before {
  position: inherit;
  content: "";
  background-image: url(data:image/svg+xml;charset=utf8,%3Csvg%20fill%3D%22%23ffffff%22%20width%3D%2218%22%20height%3D%2217%22%20viewBox%3D%225%205%2018%2017%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M7.41%2015.41L13%209.83V22h2V9.83l5.59%205.58L22%2014l-8-8-8%208z%22%2F%3E%3C%2Fsvg%3E);
  width: 1rem;
  height: 1rem;
  top: 1rem;
}

.media__mobile__animated .media__feature__content:before {
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

@media (min-width: 48em) {
  .media__feature__content:before {
    background-image: none;
  }
}
@media (min-width: 48em) {
  .media__feature__content {
    transition: margin-bottom 1s ease, width 1s ease, border-radius 2s ease;
    width: auto;
    margin-left: auto;
    padding: 2rem;
    margin-bottom: -230px;
    border-radius: 0;
    height: auto;
  }
}
@media (min-width: 64em) {
  .media__feature__content__wrapper {
    position: relative;
  }
}
.media__mobile__animated .media__feature__content__wrapper {
  position: absolute;
  bottom: 2rem;
  left: 1rem;
  right: 1rem;
}

.media__feature__content.media__animated {
  border-radius: 100% 100% 0 0;
  width: 140%;
  margin-left: -20%;
  margin-bottom: 0;
  padding-top: 2rem;
  padding-bottom: 2rem;
  padding: 50px 100px 100px;
}

@media screen and (min-width: 320px) {
  .media__feature__content.media__animated {
    padding-left: calc(100px + 100 * (100vw - 320px) / 1120);
  }
}
@media screen and (min-width: 1440px) {
  .media__feature__content.media__animated {
    padding-left: 200px;
  }
}
@media screen and (min-width: 320px) {
  .media__feature__content.media__animated {
    padding-right: calc(100px + 100 * (100vw - 320px) / 1120);
  }
}
@media screen and (min-width: 1440px) {
  .media__feature__content.media__animated {
    padding-right: 200px;
  }
}
@media screen and (min-width: 320px) {
  .media__feature__content.media__animated {
    padding-top: calc(50px + 0 * (100vw - 320px) / 1120);
  }
}
@media screen and (min-width: 1440px) {
  .media__feature__content.media__animated {
    padding-top: 50px;
  }
}
@media screen and (min-width: 320px) {
  .media__feature__content.media__animated {
    padding-bottom: calc(100px + 0 * (100vw - 320px) / 1120);
  }
}
@media screen and (min-width: 1440px) {
  .media__feature__content.media__animated {
    padding-bottom: 100px;
  }
}
@media (min-width: 48em) {
  .media__feature__content.media__animated {
    padding: 50px 0 2rem;
  }
}
@media screen and (min-width: 48em) and (min-width: 320px) {
  .media__feature__content.media__animated {
    padding-left: calc(0px + 200 * (100vw - 320px) / 1120);
  }
}
@media screen and (min-width: 48em) and (min-width: 1440px) {
  .media__feature__content.media__animated {
    padding-left: 200px;
  }
}
@media screen and (min-width: 48em) and (min-width: 320px) {
  .media__feature__content.media__animated {
    padding-right: calc(0px + 200 * (100vw - 320px) / 1120);
  }
}
@media screen and (min-width: 48em) and (min-width: 1440px) {
  .media__feature__content.media__animated {
    padding-right: 200px;
  }
}
@media screen and (min-width: 48em) and (min-width: 320px) {
  .media__feature__content.media__animated {
    padding-top: calc(50px + 0 * (100vw - 320px) / 1120);
  }
}
@media screen and (min-width: 48em) and (min-width: 1440px) {
  .media__feature__content.media__animated {
    padding-top: 50px;
  }
}
@media (min-width: 64em) {
  .media__feature__content.media__animated {
    padding: 50px 100px 2rem;
  }
}
@media screen and (min-width: 64em) and (min-width: 320px) {
  .media__feature__content.media__animated {
    padding-left: calc(100px + 100 * (100vw - 320px) / 1120);
  }
}
@media screen and (min-width: 64em) and (min-width: 1440px) {
  .media__feature__content.media__animated {
    padding-left: 200px;
  }
}
@media screen and (min-width: 64em) and (min-width: 320px) {
  .media__feature__content.media__animated {
    padding-right: calc(100px + 100 * (100vw - 320px) / 1120);
  }
}
@media screen and (min-width: 64em) and (min-width: 1440px) {
  .media__feature__content.media__animated {
    padding-right: 200px;
  }
}
@media screen and (min-width: 64em) and (min-width: 320px) {
  .media__feature__content.media__animated {
    padding-top: calc(50px + 0 * (100vw - 320px) / 1120);
  }
}
@media screen and (min-width: 64em) and (min-width: 1440px) {
  .media__feature__content.media__animated {
    padding-top: 50px;
  }
}
.media__feature__content.media__animated .wrap--relative {
  margin-bottom: -4rem;
}

.media__feature__icon {
  position: absolute;
  top: 1rem;
  right: 1rem;
  z-index: 10;
}

@media (max-width: 48em) {
  .media__mobile__animated .media__feature__icon .circle__icon {
    background-color: #fff;
    color: #702f8a;
  }
}
@media (min-width: 48em) {
  .media__animate {
    visibility: hidden;
  }
}
@media (min-width: 48em) {
  .media__animated {
    visibility: visible !important;
    animation-duration: 1s;
    animation-fill-mode: both;
  }
}
.media__feature--name {
  font-size: 1.375rem;
}

.media__feature--title {
  font-size: 0.9375rem;
  font-weight: 700;
}

.media__feature--paragraph {
  font-size: 1.375rem;
  font-weight: 700;
  margin: 2rem auto;
  transition: none;
}

@media (max-width: 32em) {
  .media__slider .slick-next,
  .media__slider .slick-prev {
    top: 35%;
    -ms-transform: translateY(-35%);
    transform: translateY(-35%);
  }
}
.media__embed {
  display: block;
  position: relative;
}

.media__embed:before {
  content: "";
  display: block;
  padding-top: 56.25%;
}

.media__embed iframe,
.media__embed video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.modal__overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.75);
}

.modal__container {
  position: relative;
  top: 50%;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.modal__status {
  text-align: center;
}

.modal__item {
  display: block;
  max-width: 100%;
  margin-right: auto;
  margin-left: auto;
}

.modal__video {
  position: relative;
  padding-bottom: 56.25%;
  background: #000;
}

.modal__audio {
  position: absolute;
  left: 50%;
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}

.modal__embed {
  position: absolute;
  width: 100%;
  height: 100%;
  border: 0;
}

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

.modal__nav--previous {
  left: 0;
}

.modal__nav--next {
  right: 0;
}

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

.modal {
  z-index: 1002;
}

.modal__container {
  max-width: 90rem;
  margin: auto;
  padding: 3rem 1rem;
}

@media (min-width: 48em) {
  .modal__container {
    padding: 3rem 2rem;
  }
}
@media (min-width: 80em) {
  .modal__container {
    padding: 3rem;
  }
}
.modal__close,
.modal__controls,
.modal__overlay,
.modal__status {
  transition: opacity 0.32s ease;
  opacity: 0;
}

.modal--active .modal__close,
.modal--active .modal__controls,
.modal--active .modal__overlay,
.modal--loaded .modal__status,
.modal--loading .modal__status {
  opacity: 1;
}

.modal__item {
  -ms-transform: scale(0.75);
  transform: scale(0.75);
  transition: opacity 0.32s ease, transform 0.32s ease;
  opacity: 0;
}

.modal__caption {
  text-align: center;
  color: #fff;
  margin-top: 1rem;
  font-size: 0.875rem;
}

.modal--loaded .modal__item {
  -ms-transform: scale(1);
  transform: scale(1);
  opacity: 1;
}

.modal--loaded img.modal__item {
  max-height: 90vh;
}

.modal__close {
  background-image: url(data:image/svg+xml;charset=utf8,%3Csvg%20fill%3D%22%23ffffff%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2259%22%20height%3D%2259%22%20viewBox%3D%220%200%2059%2059%22%3E%3Cpath%20d%3D%22M59%207.8L51.2%200%2029.5%2021.7%207.8%200%200%207.8l21.7%2021.7L0%2051.2%207.8%2059l21.7-21.7L51.2%2059l7.8-7.8-21.7-21.7z%22%2F%3E%3C%2Fsvg%3E);
  width: 3rem;
  height: 3rem;
  background-position: 50%;
  background-size: 1rem 1rem;
  text-indent: -999rem;
  overflow: hidden;
  background-repeat: no-repeat;
}

.modal__nav--icon {
  display: block;
  width: 2.5rem;
  color: #fff;
  padding: 0.5rem;
  transition: background 0.3s ease, color 0.3s ease;
}

.nav {
  position: absolute;
  width: 100%;
  top: 5rem;
  background: #b71a0e;
  visibility: hidden;
  -ms-transform: translateY(-100%);
  transform: translateY(-100%);
  overflow-y: scroll;
  z-index: -1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  max-height: 0;
  transition: transform 0.5s ease, visibility 0.5s ease, max-height 0.5s ease;
}

@media (min-width: 1190px) {
  .nav {
    top: 6.25rem;
    transition: top 0.5s ease, transform 0.5s ease, visibility 0.5s ease, max-height 0.5s ease;
  }
}
.menu-active .nav {
  visibility: visible;
  -ms-transform: translate(0);
  transform: translate(0);
  padding-bottom: 5rem;
  max-height: calc(100vh - 5rem);
}

@media (min-width: 1190px) {
  .menu-active .nav {
    padding-bottom: 0;
    max-height: calc(100vh - 6.25rem);
  }
}
.scroll .nav {
  top: 5rem;
}

.scroll.menu-active .nav {
  max-height: calc(100vh - 5rem);
}

.nav__primary,
.nav__secondary {
  perspective: 600px;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

@media (min-width: 1190px) {
  .nav__primary,
  .nav__secondary {
    text-align: center;
  }
}
.nav__primary__list {
  margin: 0;
  padding: 0;
  margin: 1rem;
}

.nav__primary__item {
  padding: 0.5rem 0;
}

@media (min-width: 1190px) {
  .nav__primary__item {
    padding: 1rem 0;
  }
}
@media (min-width: 1190px) {
  .nav__primary__link {
    font-size: 26px;
  }
}
@media screen and (min-width: 1190px) and (min-width: 1023px) {
  .nav__primary__link {
    font-size: calc(26px + 36 * (100vw - 1023px) / 417);
  }
}
@media screen and (min-width: 1190px) and (min-width: 1440px) {
  .nav__primary__link {
    font-size: 62px;
  }
}
.header__menu__link {
  color: #fff;
  text-decoration: none;
  position: relative;
}

.header__menu__link:after {
  content: "";
  transition: all 0.3s ease;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  position: absolute;
  bottom: -0.15em;
  height: 0.1rem;
  width: 100%;
  background: #fff;
  left: 50%;
  -ms-transform: translateX(-50%) scaleX(0);
  transform: translateX(-50%) scaleX(0);
  max-width: 100%;
}

.header__menu__link:active,
.header__menu__link:focus,
.header__menu__link:hover {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  transition: color 0.3s ease;
}

.header__menu__link:active:after,
.header__menu__link:focus:after,
.header__menu__link:hover:after {
  width: 100%;
  -ms-transform: translateX(-50%) scaleX(1.01);
  transform: translateX(-50%) scaleX(1.01);
}

.nav__primary__link,
.nav__primary__link--alt,
.nav__secondary__link {
  display: inline-block;
  color: #fff;
  text-decoration: none;
  position: relative;
}

.nav__primary__link--alt:after,
.nav__primary__link:after,
.nav__secondary__link:after {
  content: "";
  transition: all 0.3s ease;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  position: absolute;
  bottom: 0;
  height: 0.1rem;
  width: 100%;
  background: #fff;
  left: 50%;
  -ms-transform: translateX(-50%) scaleX(0);
  transform: translateX(-50%) scaleX(0);
  max-width: 100%;
}

.nav__primary__link--alt:active,
.nav__primary__link--alt:focus,
.nav__primary__link--alt:hover,
.nav__primary__link:active,
.nav__primary__link:focus,
.nav__primary__link:hover,
.nav__secondary__link:active,
.nav__secondary__link:focus,
.nav__secondary__link:hover {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  transition: color 0.3s ease;
}

.nav__primary__link--alt:active:after,
.nav__primary__link--alt:focus:after,
.nav__primary__link--alt:hover:after,
.nav__primary__link:active:after,
.nav__primary__link:focus:after,
.nav__primary__link:hover:after,
.nav__secondary__link:active:after,
.nav__secondary__link:focus:after,
.nav__secondary__link:hover:after {
  width: 100%;
  -ms-transform: translateX(-50%) scaleX(1.01);
  transform: translateX(-50%) scaleX(1.01);
}

.nav__secondary {
  border-bottom: 1px solid #fff;
  padding-left: 1rem;
  padding-right: 1rem;
}

@media (min-width: 1190px) {
  .nav__secondary {
    position: absolute;
    left: -999rem;
    visibility: hidden;
  }
}
.nav__secondary__list {
  margin: 0;
  padding: 0;
  margin: 1rem 0;
}

.nav__secondary__list li {
  margin: 0;
}

.nav__secondary__item {
  padding: 0.5rem 0;
}

.nav__secondary__link {
  font-size: 26px;
}

@media screen and (min-width: 1023px) {
  .nav__secondary__link {
    font-size: calc(26px + 36 * (100vw - 1023px) / 417);
  }
}
@media screen and (min-width: 1440px) {
  .nav__secondary__link {
    font-size: 62px;
  }
}
@media (min-width: 1190px) {
  .nav__secondary__link {
    font-size: 1.75rem;
  }
}
.nav__primary__link--alt {
  display: inline-block;
  font-size: 1.125rem;
  margin-left: 2rem;
}

@media (min-width: 1190px) {
  .nav__primary__link--alt {
    margin-left: 0;
    font-size: 1.75rem;
  }
}
.link--animate {
  opacity: 0;
  visibility: hidden;
  top: -10%;
  vertical-align: middle;
  transform: rotateX(10deg);
  transition: all 0.5s cubic-bezier(0.7, 0, 0.36, 0.63);
}

.link--animated {
  animation: fadeIn 0.5s ease-in forwards;
  top: 0;
  visibility: visible;
  transform: rotateX(0deg);
}

.news-block {
  max-width: 1440px;
  box-sizing: border-box;
  margin: 0 auto;
}

.news-block:after,
.news-block:before {
  content: "";
  display: table;
}

.news-block:after {
  clear: both;
}

.news-block__item {
  position: relative;
  margin: 0.25rem 0;
  overflow: hidden;
}

@media (min-width: 48em) {
  .news-block__item:hover .news-block__content {
    background-color: rgba(0, 0, 0, 0.5);
  }
  .news-block__item:hover .news-block__bar {
    background-color: transparent;
  }
  .news-block__item:hover .news-block__content--text {
    opacity: 1;
  }
}
.news-block__img img {
  width: 100%;
}

.news-block__share__list {
  background: #fff;
  margin: 0;
  padding: 0;
  list-style: none;
  position: absolute;
  bottom: 0;
  right: 0;
  padding: 1rem;
  -ms-transform: translate(100%, 100%);
  transform: translate(100%, 100%);
  transition: transform 0.3s;
}

.news-block__share--active .news-block__share__list {
  -ms-transform: translate(0);
  transform: translate(0);
}

.news-block__share__item {
  -ms-transform: translateX(100%);
  transform: translateX(100%);
  transition: transform 0.3s ease;
}

.news-block__share--active .news-block__share__item {
  -ms-transform: translateX(0);
  transform: translateX(0);
}

.news-block__share__item:nth-child(2) {
  transition-delay: 50ms;
}

.news-block__share__item:nth-child(3) {
  transition-delay: 0.1s;
}

.news-block__share__close__icon {
  width: 1rem;
  float: right;
}

.news-block__share__close__icon:active,
.news-block__share__close__icon:focus,
.news-block__share__close__icon:hover {
  color: #9d56cc;
}

.news-block__share__link {
  color: #702f8a;
  text-decoration: none;
  font-size: 0.8125rem;
  font-weight: 700;
  text-transform: uppercase;
}

.news-block__share__link:hover {
  color: #9d56cc;
}

.news-block__share__icon {
  display: inline-block;
  vertical-align: middle;
  color: #9d56cc;
  width: 1.5rem;
  margin-right: 0.5rem;
}

.news-block__bar,
.news-block__content {
  position: absolute;
}

.news-block__content {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: background-color 0.3s ease;
}

@media (max-width: 48em) {
  .news-block__content {
    background-color: rgba(0, 0, 0, 0.5);
  }
}
.news-block__content--text {
  width: 90%;
  position: inherit;
  top: 50%;
  left: 50%;
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  color: #fff;
  font-size: 16px;
  line-height: 1.27;
  font-weight: 700;
  text-shadow: 0 0 4px rgba(0, 0, 0, 0.5);
  opacity: 0;
  transition: opacity 0.3s ease;
}

@media screen and (min-width: 767px) {
  .news-block__content--text {
    font-size: calc(16px + 6 * (100vw - 767px) / 673);
  }
}
@media screen and (min-width: 1440px) {
  .news-block__content--text {
    font-size: 22px;
  }
}
@media (max-width: 48em) {
  .news-block__content--text {
    opacity: 1;
  }
}
.news-block__content--text a {
  color: #fff;
}

.news-block__bar {
  position: absolute;
  width: 100%;
  bottom: 0;
  padding: 0.5rem 1rem;
  transition: background-color 0.3s ease;
}

@media (min-width: 48em) {
  .news-block__bar {
    background-color: rgba(0, 0, 0, 0.5);
  }
}
.news-block__bar--icon {
  display: inline-block;
  vertical-align: middle;
  width: 1rem;
  color: #fff;
  margin-right: 0.25rem;
}

.news-block__bar--link {
  display: inline-block;
  font-size: 0.9375rem;
  font-weight: 700;
  color: #fff;
  text-decoration: none;
  text-shadow: 0 0 4px rgba(2, 1, 1, 0.5);
}

.news-block__share {
  display: block;
  width: 1rem;
  float: right;
  color: #fff;
  margin-top: 0.5rem;
}

.pagination {
  margin: 0;
  padding: 0;
  display: inline-block;
}

.pagination li {
  float: left;
  display: block;
  margin: 0;
}

@media (min-width: 30em) {
  .pagination li {
    margin: 0 0.1rem;
  }
}
.pagination__link {
  display: inline-block;
  vertical-align: middle;
  text-align: center;
  background-color: #f0f0f0;
  width: 2.5rem;
  height: 2.5rem;
  padding: 0.5rem;
  font-size: 0.9375rem;
  color: #000;
  transition: background-color 0.3s ease, color 0.3s ease;
  text-decoration: none;
}

.pagination__link.pagination__link--active,
.pagination__link:focus,
.pagination__link:hover {
  background-color: #651d32;
  color: #fff;
}

.pagination__icon,
.pagination__icon--next,
.pagination__icon--prev {
  width: 2.5rem;
  height: 2.5rem;
  padding: 0.6rem;
}

@media (min-width: 30em) {
  .pagination__icon--prev {
    margin-right: 0.8rem;
  }
}
@media (min-width: 30em) {
  .pagination__icon--next {
    margin-left: 0.8rem;
  }
}
.pre-footer {
  padding: 3rem 0 2rem;
}

@media (min-width: 48em) {
  .pre-footer {
    padding: 5rem 0 4rem;
  }
}
@media (min-width: 64em) {
  .pre-footer {
    padding: 8rem 0 7rem;
  }
}
.pre-footer ul li {
  width: 90%;
  margin-bottom: 1rem;
}

@media (min-width: 48.063em) {
  .pre-footer ul li {
    width: auto;
  }
}
.pre-footer__header {
  text-align: center;
  margin-bottom: 3rem;
}

.pre-footer__header__logo {
  display: block;
  margin: 0 auto;
  max-width: 35rem;
  margin-bottom: 1rem;
}

@media (min-width: 48em) {
  .pre-footer__header__logo {
    width: 100%;
    margin-bottom: 0;
    margin-right: 0.8rem;
    display: inline-block;
    vertical-align: middle;
  }
}
@media print {
  .alert,
  .calendar,
  .footer,
  .juicer,
  .sidebar,
  header,
  nav {
    display: none;
  }
  .ungrid .grid {
    display: block !important;
  }
  .ungrid .grid__item {
    float: none !important;
  }
  .container--purple-dark {
    color: #000 !important;
  }
  * {
    margin-bottom: 0;
  }
  .main {
    margin: 0 !important;
  }
  .page {
    padding-top: 0 !important;
    overflow: hidden;
  }
  .event__content--link a,
  .feed__item a,
  .image__item a,
  p a {
    word-wrap: break-word;
    color: #000;
  }
  .accordion__toggle:after,
  .tabs__main__toggle:after,
  .tabs__nav__link:after {
    content: "";
  }
  .tabs__nav__item {
    display: none !important;
  }
  .tabs__main__content {
    position: static !important;
    visibility: visible !important;
  }
  .tabs__main__toggle {
    display: block !important;
  }
  .tabs__main__interior {
    padding: 1rem 0 0 !important;
  }
  .accordion__interior,
  .tabs__main__interior {
    border-top: 0 !important;
  }
  .accordion__content {
    position: static !important;
  }
  .accordion__interior {
    padding: 1rem 0 0 !important;
  }
  .block__img:before {
    background: transparent;
  }
  .block__heading,
  .block__text {
    text-shadow: none;
    color: #000;
  }
  .button__link:after,
  .subnav__link--horizontal:after {
    position: static !important;
    background-color: transparent !important;
  }
  .button__overlay {
    color: #000;
    text-shadow: none;
  }
  .news-block__share:after {
    content: "";
  }
  .alert__close,
  .circle__arrow,
  .hero__arrow,
  .media__icon,
  .play__icon,
  .story__hero__arrow {
    display: none;
  }
  .appear-bottom {
    opacity: 1;
  }
  .animateInHome {
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
  .main {
    width: 100% !important;
  }
  .figure__slider,
  .figure__slider--alt,
  .slick-arrow,
  .slick-slide img,
  img {
    display: none !important;
  }
  .responsive-table thead {
    padding: 0 !important;
    border: 0 !important;
    position: relative !important;
    clip: auto !important;
    height: auto !important;
    width: auto !important;
    overflow: auto !important;
  }
  .responsive-table tr:nth-of-type(odd) {
    background: #f0f0f0 !important;
    display: table-row !important;
  }
  .responsive-table td,
  .responsive-table th {
    padding: 0.5em;
    vertical-align: middle;
    display: table-cell !important;
  }
  .responsive-table tbody {
    display: table-row-group !important;
  }
  .responsive-table tbody tr {
    display: table-row !important;
    border-width: 1px !important;
  }
  .responsive-table tbody th[scope=row] {
    background-color: transparent !important;
    color: #000 !important;
    text-align: left !important;
  }
  .responsive-table tbody td {
    text-align: center !important;
  }
  .responsive-table tbody td:nth-of-type(odd) {
    background-color: transparent !important;
  }
  .responsive-table tbody td[data-title]:before {
    content: none !important;
  }
}
.profile__item {
  position: relative;
  overflow: hidden;
  margin-top: 0.625rem;
  margin-bottom: 0.625rem;
}

@media (min-width: 48em) {
  .profile__item {
    margin-top: 2.5rem;
    margin-bottom: 2.5rem;
  }
}
.profile__img {
  position: relative;
  cursor: pointer;
}

.profile__img img {
  width: 100%;
}

.profile__img:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.75);
  height: 6.5rem;
  transition: height 0.3s ease;
}

.profile__item--active .profile__img:before {
  height: 100%;
}

.profile__overlay {
  border-bottom: 0.5rem solid #da291c;
  position: absolute;
  width: 100%;
  bottom: 0;
  color: #fff;
  padding: 1rem;
  height: 6.5rem;
  transition: height 0.3s ease;
}

.profile__item--active .profile__overlay {
  height: auto;
}

.profile__tag {
  font-size: 0.9375rem;
  font-weight: 700;
}

.profile__name,
.profile__tag {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.profile__name {
  font-size: 1.625rem;
  line-height: 1.18;
}

@media (min-width: 48em) {
  .profile__name {
    font-size: 18px;
  }
}
@media screen and (min-width: 48em) and (min-width: 320px) {
  .profile__name {
    font-size: calc(18px + 8 * (100vw - 320px) / 1120);
  }
}
@media screen and (min-width: 48em) and (min-width: 1440px) {
  .profile__name {
    font-size: 26px;
  }
}
.profile__overlay__visible {
  cursor: pointer;
}

.profile__overlay__hidden {
  margin-top: 0.5rem;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: absolute;
  left: -999rem;
  visibility: hidden;
}

@media (min-width: 50em) {
  .profile__overlay__hidden {
    margin-top: 1rem;
  }
}
.profile__item--active .profile__overlay__hidden {
  position: static;
  left: auto;
  visibility: visible;
}

.profile__overlay__hidden p {
  font-size: 16px;
}

@media screen and (min-width: 320px) {
  .profile__overlay__hidden p {
    font-size: calc(16px + 2 * (100vw - 320px) / 1120);
  }
}
@media screen and (min-width: 1440px) {
  .profile__overlay__hidden p {
    font-size: 18px;
  }
}
.profile__overlay__button {
  position: absolute;
  right: 1rem;
  top: calc(100% - 4rem);
  transition: top 0.3s ease;
}

.profile__item--active .profile__overlay__button {
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
  top: 1rem;
}

.profile__overlay__button--arrow {
  display: block;
  width: 1rem;
  color: #fff;
}

.profile__year {
  position: absolute;
  left: -999rem;
  visibility: hidden;
}

.profile__item--active .profile__year {
  position: static;
  left: auto;
  visibility: visible;
}

.program__section {
  position: relative;
  padding: 8rem 0;
}

.container--purple-dark .program__section .h2 {
  color: #fff;
}

.program__arrow {
  position: absolute;
  content: "";
  background-image: url(data:image/svg+xml;charset=utf8,%3Csvg%20fill%3D%22%239D56CC%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2214%22%20height%3D%2299%22%20viewBox%3D%220%200%2014%2099%22%3E%3Cpath%20d%3D%22M6%200h2v60H6z%22%2F%3E%3Cpath%20d%3D%22M8%2095.5V59H6v36.5l-4.8-4.8L0%2092l7%207%207-7-1.2-1.2L8%2095.5z%22%2F%3E%3C%2Fsvg%3E);
  top: 0;
  left: 50%;
  width: 1rem;
  height: 7rem;
  transition: all 0.5s ease;
  -ms-transform: translateY(-100%);
  transform: translateY(-100%);
}

.program__arrow.program__arrow--animate {
  -ms-transform: translateY(-40%);
  transform: translateY(-40%);
}

.program__button__group {
  padding-bottom: 5rem;
}

.program__card {
  padding-bottom: 2rem;
}

.program__card__heading {
  font-size: 1.5rem;
  line-height: 1.25;
  font-weight: 400;
  margin: 0;
}

.program__section__paragraph {
  margin: 1.5rem 0 3rem;
  display: block;
}

.sidebar--program {
  position: absolute;
  left: -999rem;
  visibility: hidden;
}

@media (min-width: 82em) {
  .sidebar--program {
    position: static;
    left: auto;
    visibility: visible;
    position: absolute;
    margin-top: 9rem;
    width: 12.75rem;
  }
  .sidebar--program:hover {
    width: auto;
  }
  .sidebar--program:hover .sidebar__item--program {
    overflow: visible;
  }
}
.sidebar--program-alt {
  margin-bottom: 8rem;
}

@media (min-width: 82em) {
  .sidebar--program-alt {
    margin-top: -7rem;
    position: absolute;
    left: -999rem;
    visibility: hidden;
  }
}
.sidebar__list--program {
  margin: 0;
  padding: 0;
  list-style: none;
}

.sidebar__item--program {
  background-color: #f0f0f0;
  margin-bottom: 0.25rem;
  padding: 0.5rem 2rem;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.sidebar__icon--program {
  width: 1rem;
  display: inline-block;
  vertical-align: middle;
  margin-right: 0.5rem;
}

.search {
  position: absolute;
  width: 100%;
  background: #b71a0e;
  visibility: hidden;
  -ms-transform: translateY(-100%);
  transform: translateY(-100%);
  z-index: 9999;
  overflow: hidden;
  max-height: 0;
  transition: top 0.5s ease, transform 0.5s ease, visibility 0.5s ease, max-height 0.5s ease;
}

.scroll .search,
.search {
  top: 5rem;
}

.search-active .search {
  visibility: visible;
  -ms-transform: translate(0);
  transform: translate(0);
  max-height: 250px;
}

@media (min-width: 1190px) {
  .search-active .search {
    top: 6.25rem;
  }
}
@media (min-width: 1190px) {
  .scroll.search-active .search {
    top: 5rem;
  }
}
.search__form {
  position: relative;
  margin: 0 auto;
  padding: 2rem 1rem;
}

@media (min-width: 1190px) {
  .search__form {
    width: 70%;
    padding: 4rem 1rem;
  }
}
.search__input {
  width: calc(100% - 3rem);
  border-left: 1px solid #fff;
  color: #fff;
  padding-left: 1rem;
  height: 2.5rem;
  font-family: Raleway, sans-serif;
  border-radius: 0;
  font-size: 18px;
}

@media screen and (min-width: 320px) {
  .search__input {
    font-size: calc(18px + 14 * (100vw - 320px) / 1120);
  }
}
@media screen and (min-width: 1440px) {
  .search__input {
    font-size: 32px;
  }
}
@media (min-width: 1190px) {
  .search__input {
    height: 4.375rem;
  }
}
.search__input:-ms-input-placeholder {
  color: #fff;
  opacity: 1;
}

.search__input::placeholder {
  color: #fff;
  opacity: 1;
}

.search__button {
  position: absolute;
  right: 1rem;
  top: 2.25rem;
}

@media (min-width: 1190px) {
  .search__button {
    right: 0;
    top: 50%;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
  }
}
.search__button--icon {
  display: block;
  width: 2rem;
  padding: 0;
  color: #fff;
}

.gsc-selected-option-container {
  width: inherit !important;
  max-width: none !important;
}

.cse .gsc-control-cse,
.gsc-control-cse,
.gsc-table-result,
.gsc-thumbnail-inside,
.gsc-url-top {
  padding-left: 0 !important;
}

.gs-imageResult a.gs-title:link,
.gs-imageResult a.gs-title:link b,
.gs-webResult.gs-result a.gs-title:link,
.gs-webResult.gs-result a.gs-title:link b,
.gsc-results .gsc-cursor-box .gsc-cursor-page {
  color: #012169 !important;
}

.gsc-result-info {
  padding-left: 0 !important;
}

.sidebar__panel {
  margin-top: 3.75rem;
  margin-bottom: 3.75rem;
}

@media (min-width: 48em) {
  .sidebar__panel {
    margin-top: 2.5rem;
    margin-bottom: 2.5rem;
  }
}
.faculty__slide .sidebar__panel .faculty__content--name,
.sidebar__panel .faculty__slide .faculty__content--name,
.sidebar__panel .feed__heading,
.sidebar__panel .h5 {
  margin-top: 1rem;
}

.sticky {
  position: fixed;
}

.sidebar__button__list {
  margin: 0;
  padding: 0;
}

.sidebar__button__list li {
  display: block;
}

.social__slider {
  padding: 2rem 0;
}

.social__slider .juicer-feed {
  overflow: visible;
  font-family: Raleway, sans-serif;
  font-weight: 400;
}

.social__slider .juicer-feed .feed-item {
  border-bottom: 0;
  border-right: none;
}

.social__slider .juicer-feed.slider li.feed-item a.j-image {
  border-right: 1px solid #fff;
}

.social__slider .juicer-feed.slider .slick-next,
.social__slider .juicer-feed.slider .slick-prev {
  top: -5rem;
  right: -1rem;
  bottom: auto;
  background-color: transparent;
  position: absolute;
  display: block;
  cursor: pointer;
  width: 3rem;
  height: 3rem;
  font-size: 0;
  color: #000;
  padding: 0.8rem;
  border: none;
  outline: none;
  z-index: 10;
  transition: color 0.3s ease;
}

.social__slider .juicer-feed.slider .slick-next:before,
.social__slider .juicer-feed.slider .slick-prev:before {
  position: absolute;
  left: 50%;
  top: 50%;
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  content: "";
  font-size: 0;
  display: block;
  background-repeat: no-repeat;
  width: 1.5rem;
  height: 1.5rem;
  background-position: 50%;
}

.social__slider .juicer-feed.slider .slick-next:hover,
.social__slider .juicer-feed.slider .slick-prev:hover {
  color: #da291c;
}

.social__slider .juicer-feed.slider .slick-prev {
  right: 2rem;
  left: auto;
  border-right: 1px solid #53565a;
}

.social__slider .juicer-feed.slider .slick-prev:before {
  background-image: url(data:image/svg+xml;charset=utf8,%3Csvg%20fill%3D%22%23000000%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%20100%20184%22%3E%3Cpath%20d%3D%22M0%2092.1c0-2.1.8-4.2%202.3-5.7L86.4%202.3c3.1-3.1%208.2-3.1%2011.3%200s3.1%208.2%200%2011.3L19.3%2092l78.4%2078.3c3.1%203.1%203.1%208.2%200%2011.3-3.1%203.1-8.2%203.1-11.3%200l-84.1-84C.8%2096.3%200%2094.2%200%2092.1z%22%2F%3E%3C%2Fsvg%3E);
}

.social__slider .juicer-feed.slider .slick-prev:hover:before {
  background-image: url(data:image/svg+xml;charset=utf8,%3Csvg%20fill%3D%22%23DA291C%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%20100%20184%22%3E%3Cpath%20d%3D%22M0%2092.1c0-2.1.8-4.2%202.3-5.7L86.4%202.3c3.1-3.1%208.2-3.1%2011.3%200s3.1%208.2%200%2011.3L19.3%2092l78.4%2078.3c3.1%203.1%203.1%208.2%200%2011.3-3.1%203.1-8.2%203.1-11.3%200l-84.1-84C.8%2096.3%200%2094.2%200%2092.1z%22%2F%3E%3C%2Fsvg%3E);
}

.social__slider .juicer-feed.slider .slick-next {
  right: -1rem;
}

.social__slider .juicer-feed.slider .slick-next:before {
  background-image: url(data:image/svg+xml;charset=utf8,%3Csvg%20fill%3D%22%23000000%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%20100%20184%22%3E%3Cpath%20d%3D%22M100%2091.8c0%202.1-.8%204.2-2.3%205.7l-84.1%2084.1c-3.1%203.1-8.2%203.1-11.3%200-3.1-3.1-3.1-8.2%200-11.3l78.4-78.4L2.3%2013.6c-3.1-3.1-3.1-8.2%200-11.3s8.2-3.1%2011.3%200l84.1%2084c1.5%201.3%202.3%203.4%202.3%205.5z%22%2F%3E%3C%2Fsvg%3E);
}

.social__slider .juicer-feed.slider .slick-next:hover:before {
  background-image: url(data:image/svg+xml;charset=utf8,%3Csvg%20fill%3D%22%23DA291C%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%20100%20184%22%3E%3Cpath%20d%3D%22M100%2091.8c0%202.1-.8%204.2-2.3%205.7l-84.1%2084.1c-3.1%203.1-8.2%203.1-11.3%200-3.1-3.1-3.1-8.2%200-11.3l78.4-78.4L2.3%2013.6c-3.1-3.1-3.1-8.2%200-11.3s8.2-3.1%2011.3%200l84.1%2084c1.5%201.3%202.3%203.4%202.3%205.5z%22%2F%3E%3C%2Fsvg%3E);
}

.social__slider .juicer-feed.hip li.feed-item.words .j-text a:hover,
.social__slider .juicer-feed.image-grid li.feed-item.words .j-text a:hover,
.social__slider .juicer-feed.slider li.feed-item.words .j-text a:hover {
  color: #da291c;
}

.social__slider .juicer-feed.hip li.feed-item.j-twitter .j-message,
.social__slider .juicer-feed.image-grid li.feed-item.j-twitter .j-message,
.social__slider .juicer-feed.slider li.feed-item.j-twitter .j-message {
  line-height: 1.56;
}

.social__slider .juicer-feed .j-twitter {
  background: #000;
}

.social__slider .juicer-feed a:hover {
  color: #da291c;
}

.social__slider .juicer-feed.hip .j-text,
.social__slider .juicer-feed.image-grid .j-text,
.social__slider .juicer-feed.slider .j-text {
  background: rgba(0, 0, 0, 0.8);
}

.social__slider .juicer-feed .j-meta a,
.social__slider .juicer-feed .j-meta a:hover {
  color: #fff;
}

.j-post-overlay.juicer-feed a.juicer-button {
  background-color: #da291c !important;
  color: #fff !important;
  border-color: transparent !important;
}

.j-post-overlay.juicer-feed a.juicer-button:hover {
  background-color: #651d32 !important;
  color: #fff !important;
}

.spotlight {
  position: relative;
}

.spotlight__slider {
  margin: 2rem 0;
}

@media (min-width: 48em) {
  .spotlight__slider {
    margin: 2rem -1rem 0;
  }
}
@media (min-width: 48em) {
  .spotlight__slide {
    padding: 0 1rem;
  }
}
.spotlight__slide img {
  width: 100%;
}

.spotlight__title {
  display: inline-block;
  color: #000;
  text-decoration: none;
  line-height: 1.333;
  margin: 1rem 0;
}

.spotlight__title span {
  box-shadow: none;
  transition: box-shadow 0.3s ease;
}

.spotlight__title:hover span {
  box-shadow: inset 0 -3px 0 #da291c;
}

.story__hero {
  position: relative;
  padding-bottom: 6rem;
}

.story__hero img {
  width: 100%;
}

.story__hero__arrow {
  position: absolute;
  bottom: 2.5rem;
  left: 50%;
}

.story__hero__arrow--animate {
  color: #012169 !important;
  -ms-transform: translateY(80%);
  transform: translateY(80%);
}

.story__hero__arrow--icon {
  display: block;
  width: 1rem;
  color: #012169;
  transition: transform 0.5s cubic-bezier(0.11, 0.93, 1, 1);
}

.subnav__list--horizontal {
  margin: 0;
  padding: 0;
  list-style: none;
  text-align: center;
}

.subnav__item--horizontal {
  display: inline-block;
  margin: 0 1rem;
  overflow: hidden;
  padding-bottom: 5px;
}

.subnav__link--horizontal {
  color: #da291c;
  font-size: 1.0625rem;
  font-weight: 700;
  text-decoration: none;
  text-transform: uppercase;
  position: relative;
  transition: color 0.3s ease;
}

.subnav__link--horizontal:after {
  content: "";
  transition: all 0.3s ease;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  position: absolute;
  bottom: -5px;
  height: 2px;
  width: 100%;
  background: #da291c;
  left: 50%;
  -ms-transform: translateX(-50%) scaleX(0);
  transform: translateX(-50%) scaleX(0);
}

.subnav__link--horizontal:focus,
.subnav__link--horizontal:hover {
  color: #da291c;
}

.subnav__link--horizontal:focus:after,
.subnav__link--horizontal:hover:after {
  -ms-transform: translateX(-50%) scaleX(1);
  transform: translateX(-50%) scaleX(1);
}

.subnav__toggle {
  padding: 0.6rem 0;
  border-bottom: 0.3rem solid #da291c;
  width: 100%;
  text-align: left;
  display: -ms-flexbox;
  display: flex;
  outline: 0;
}

@media (min-width: 64em) {
  .subnav__toggle {
    cursor: default;
  }
}
.subnav__heading {
  font-size: 0.9375rem;
  text-transform: uppercase;
  width: calc(100% - 1rem);
  font-family: Raleway, sans-serif;
}

.subnav__dropdown {
  display: inline-block;
  width: 1rem;
  height: 0.5rem;
  margin-top: 0.35rem;
  transition: transform 0.3s ease;
}

.subnav--active .subnav__dropdown {
  -ms-transform: rotate(-180deg);
  transform: rotate(-180deg);
}

@media (min-width: 64em) {
  .subnav__dropdown {
    display: none;
  }
}
.subnav__list {
  position: absolute;
  left: -999rem;
  visibility: hidden;
}

@media (min-width: 64em) {
  .subnav__list {
    position: static;
    left: auto;
    visibility: visible;
  }
}
.subnav--active .subnav__list {
  position: static;
  left: auto;
  visibility: visible;
}

.subnav__list,
.subnav__list--nested {
  margin: 0;
  padding: 0;
  list-style: none;
}

.subnav__list--nested {
  margin-bottom: 1rem;
}

.subnav__item,
.subnav__item--nested {
  font-size: 0.9375rem;
  margin-bottom: 0;
}

.subnav__item {
  border-bottom: 0.0625rem solid #a0d1ca;
}

.subnav__link,
.subnav__link--nested {
  text-decoration: none;
  color: #000;
  display: block;
}

.subnav__link {
  font-weight: 700;
  padding: 0.8rem;
}

.subnav__link:focus,
.subnav__link:hover {
  background-color: #da291c;
  color: #fff;
}

.subnav__link--nested {
  padding: 0.5rem 0.5rem 0.5rem 1.5rem;
}

.subnav__link--current,
.subnav__link--nested:focus,
.subnav__link--nested:hover {
  color: #da291c;
}

.table,
.table--responsive,
.table-datatable {
  margin-bottom: 3rem;
  border-bottom: 0.2rem solid #da291c;
}

.catalog .table,
.catalog .table--responsive,
.catalog .table-datatable {
  border-bottom: 0.2rem solid #651d32;
}

.table--responsive table,
.table-datatable table,
.table table {
  width: calc(100% + 0.25rem);
  margin-right: -0.125rem;
  margin-left: -0.125rem;
  border-collapse: separate;
  border-spacing: 0.125rem 0;
}

.table--responsive table td,
.table-datatable table td,
.table table td {
  font-size: 0.875rem;
}

.table--responsive tr:nth-of-type(odd),
.table-datatable tr:nth-of-type(odd),
.table tr:nth-of-type(odd) {
  background: #f0f0f0;
}

.table--responsive td,
.table--responsive th,
.table-datatable td,
.table-datatable th,
.table td,
.table th {
  padding: 0.625rem 1.25rem;
  text-align: left;
  vertical-align: top;
}

.table--responsive td.text-right,
.table--responsive th.text-right,
.table-datatable td.text-right,
.table-datatable th.text-right,
.table td.text-right,
.table th.text-right {
  text-align: right;
}

.table--responsive th,
.table-datatable th,
.table th {
  background: #da291c;
  color: #fff;
  font-weight: 400;
}

.catalog .table--responsive th,
.catalog .table-datatable th,
.catalog .table th {
  background: #651d32;
}

.table__shadow {
  position: relative;
}

.table__shadow:before {
  position: absolute;
  top: 0;
  right: 0;
  width: 0.375rem;
  height: 100%;
  background-image: linear-gradient(90deg, transparent, rgba(83, 86, 90, 0.5));
  content: "";
  pointer-events: none;
}

@media (min-width: 48em) {
  .table__shadow:before {
    display: none;
  }
}
.table__scroll {
  overflow: auto;
}

.table__scroll table {
  min-width: 64rem;
}

.table--responsive tr:nth-of-type(odd) {
  background: transparent;
}

@media (min-width: 48em) {
  .table--responsive tr:nth-of-type(odd) {
    background: #f0f0f0;
  }
}
.responsive-table thead {
  position: absolute;
  clip: rect(1px 1px 1px 1px);
  clip: rect(1px, 1px, 1px, 1px);
  padding: 0;
  border: 0;
  height: 1px;
  width: 1px;
  overflow: hidden;
}

@media (min-width: 48em) {
  .responsive-table thead {
    position: relative;
    clip: auto;
    height: auto;
    width: auto;
    overflow: auto;
  }
}
.responsive-table thead th:first-of-type {
  text-align: left;
}

.responsive-table tbody,
.responsive-table td,
.responsive-table th,
.responsive-table tr {
  display: block;
  padding: 0;
  text-align: left;
  white-space: normal;
}

@media (min-width: 48em) {
  .responsive-table tr:nth-of-type(odd) {
    background: #f0f0f0;
  }
}
@media (min-width: 48em) {
  .responsive-table tr {
    display: table-row;
  }
}
.responsive-table td,
.responsive-table th {
  padding: 0.5em;
  vertical-align: middle;
}

@media (min-width: 30em) {
  .responsive-table td,
  .responsive-table th {
    padding: 0.75em 0.5em;
  }
}
@media (min-width: 48em) {
  .responsive-table td,
  .responsive-table th {
    display: table-cell;
  }
}
@media (min-width: 62em) {
  .responsive-table td,
  .responsive-table th {
    padding: 0.75em 0.5em;
  }
}
@media (min-width: 75em) {
  .responsive-table td,
  .responsive-table th {
    padding: 0.75em;
  }
}
@media (min-width: 48em) {
  .responsive-table tbody {
    display: table-row-group;
  }
}
.responsive-table tbody tr {
  margin-bottom: 1em;
}

@media (min-width: 48em) {
  .responsive-table tbody tr {
    display: table-row;
    border-width: 1px;
  }
}
.responsive-table tbody tr:last-of-type {
  margin-bottom: 0;
}

.responsive-table tbody th[scope=row] {
  background-color: #da291c;
  color: #fff;
}

@media (min-width: 48em) {
  .responsive-table tbody th[scope=row] {
    background-color: transparent;
    color: #000;
    text-align: left;
  }
}
.responsive-table tbody td:nth-of-type(odd) {
  background: #f0f0f0;
}

@media (min-width: 48em) {
  .responsive-table tbody td:nth-of-type(odd) {
    background-color: transparent;
  }
}
.responsive-table tbody td[data-title]:before {
  content: attr(data-title) " - ";
  float: left;
  color: #000;
}

@media (min-width: 48em) {
  .responsive-table tbody td[data-title]:before {
    content: none;
  }
}
.catalog .responsive-table th[scope=row] {
  background-color: #651d32;
  color: #fff;
}

@media (min-width: 48em) {
  .catalog .responsive-table th[scope=row] {
    background-color: transparent;
    color: #000;
    text-align: left;
  }
}
.table-datatable {
  border-bottom: 0;
}

table.dataTable.no-footer {
  border-bottom: 0.2rem solid #da291c;
}

table.dataTable tbody td,
table.dataTable tbody th {
  padding: 0.625rem 1.25rem;
}

table.dataTable tfoot th,
table.dataTable thead th {
  font-weight: 400;
}

.dataTables_wrapper table {
  clear: both;
}

.dataTables_wrapper .dataTables_length {
  float: right;
}

.dataTables_wrapper .dataTables_length label {
  font-weight: 700;
}

.dataTables_wrapper .dataTables_length select {
  -webkit-appearance: none !important;
  background-color: #fff;
  background-image: url(data:image/svg+xml;charset=utf8,%3Csvg%20fill%3D%22%23DA291C%22%20width%3D%2216%22%20height%3D%228%22%20viewBox%3D%22274%2066%2016%208%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M282%2074l8-8h-16z%22%2F%3E%3C%2Fsvg%3E);
  background-position: 85%;
  background-repeat: no-repeat;
  padding: 0.5rem 1rem;
  font-size: 1.125rem;
  color: #000;
  line-height: normal;
  border-radius: 0;
  height: 3rem;
  margin-left: 0.5rem;
  font-family: Raleway, sans-serif;
  border: 2px solid #da291c;
}

.catalog .dataTables_wrapper .dataTables_length select {
  border: 2px solid #651d32;
}

.dataTables_wrapper .dataTables_length select {
  width: 100px;
}

.dataTables_wrapper .dataTables_filter {
  float: right;
}

@media (min-width: 48em) {
  .dataTables_wrapper .dataTables_filter {
    float: left;
  }
}
.dataTables_wrapper .dataTables_filter label {
  font-weight: 700;
}

.dataTables_wrapper .dataTables_filter input {
  display: inline;
  width: auto;
}

.dataTables_wrapper .dataTables_filter input[type=search] {
  border: 2px solid #da291c;
  margin-bottom: 1rem;
  padding: 0.25rem 3rem 0.25rem 0.5rem;
  height: 3rem;
  background-image: url(data:image/svg+xml;charset=utf8,%3Csvg%20fill%3D%22%23DA291C%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2032%2032%22%3E%3Cpath%20d%3D%22M31.7%2030.2l-10-10c1.8-2.1%202.9-4.9%202.9-7.9C24.5%205.5%2019%200%2012.3%200S0%205.5%200%2012.3s5.5%2012.3%2012.3%2012.3c3%200%205.8-1.1%207.9-2.9l10%2010c.4.4%201.1.4%201.5%200%20.4-.4.4-1.1%200-1.5zm-19.4-7.8c-5.6%200-10.1-4.6-10.1-10.1S6.7%202.1%2012.3%202.1s10.1%204.6%2010.1%2010.1-4.6%2010.2-10.1%2010.2z%22%2F%3E%3C%2Fsvg%3E);
  background-position: 95%;
  border-radius: 0;
}

.dataTables_wrapper th {
  cursor: pointer;
}

.dataTables_wrapper .no-sort {
  cursor: default;
}

.tabs {
  margin-bottom: 2rem;
}

.tabs__nav {
  position: relative;
  display: none;
  margin-bottom: 0;
  list-style: none;
}

.tabs__nav:after,
.tabs__nav:before {
  content: "";
  display: table;
}

.tabs__nav:after {
  clear: both;
}

@media (min-width: 48em) {
  .tabs__nav {
    display: table;
  }
}
.tabs__nav__item {
  display: table-cell;
  vertical-align: bottom;
  margin-bottom: 0;
  padding: 0 0.1rem;
}

.tabs__nav__link {
  display: block;
  padding: 0.5rem 1rem;
  border-bottom: 0.2rem solid #da291c;
  color: #fff;
  text-decoration: none;
  font-weight: 700;
  background: #da291c;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1.0625rem;
}

.tabs__nav__item--active .tabs__nav__link {
  border-color: #651d32;
  background: #651d32;
}

@media (min-width: 48em) {
  .tabs__main {
    border-top: 0.2rem solid #da291c;
  }
}
@media (min-width: 48em) {
  .tabs__main__item {
    border-bottom: 0;
    margin: 0;
  }
}
@media (min-width: 48em) {
  .tabs__main__toggle {
    display: none;
  }
}
.tabs__main__icon__open {
  display: block;
}

.tabs__main__item--active--accordion .tabs__main__icon__open {
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}

.tabs__main__content {
  position: absolute;
  left: -999rem;
  visibility: hidden;
  top: 0;
}

.tabs__main__item--active--accordion .tabs__main__content {
  visibility: visible;
  position: static;
}

@media (min-width: 48em) {
  .tabs__main__item--active--accordion .tabs__main__content {
    position: absolute;
  }
}
.tabs__main__item--active .tabs__main__content {
  visibility: visible;
}

@media (min-width: 48em) {
  .tabs__main__item--active .tabs__main__content {
    position: static;
  }
}
.tabs__main__interior {
  margin: 0;
  padding: 2.5rem 0;
  border: 0;
  border-top: 0;
}

@media (min-width: 48em) {
  .tabs__main__interior {
    padding: 3rem 0;
  }
}
.widget {
  margin-top: 2.5rem;
  margin-bottom: 2.5rem;
}

.widget:after,
.widget:before {
  content: "";
  display: table;
}

.widget:after {
  clear: both;
}

.widget__img {
  margin-bottom: 1rem;
}

@media (min-width: 32em) {
  .widget__img {
    float: left;
    margin-right: 1rem;
  }
}
.widget__content {
  overflow: hidden;
}

.widget__content .button__solid,
.widget__content .feature__video__button {
  white-space: inherit;
}

.widget__content--title {
  margin-top: 0;
}

.cc-window {
  opacity: 1;
  -webkit-transition: opacity 1s ease;
  transition: opacity 1s ease;
}

.cc-window.cc-invisible {
  opacity: 0;
}

.cc-animate.cc-revoke {
  -webkit-transition: transform 1s ease;
  -webkit-transition: -webkit-transform 1s ease;
  transition: -webkit-transform 1s ease;
  transition: transform 1s ease;
  transition: transform 1s ease, -webkit-transform 1s ease;
}

.cc-animate.cc-revoke.cc-top {
  -webkit-transform: translateY(-2em);
  transform: translateY(-2em);
}

.cc-animate.cc-revoke.cc-bottom {
  -webkit-transform: translateY(2em);
  transform: translateY(2em);
}

.cc-animate.cc-revoke.cc-active.cc-top {
  -webkit-transform: translateY(0);
  transform: translateY(0);
}

.cc-animate.cc-revoke.cc-active.cc-bottom {
  -webkit-transform: translateY(0);
  transform: translateY(0);
}

.cc-revoke:hover {
  -webkit-transform: translateY(0);
  transform: translateY(0);
}

.cc-grower {
  max-height: 0;
  overflow: hidden;
  -webkit-transition: max-height 1s;
  transition: max-height 1s;
}

.cc-revoke, .cc-window {
  position: fixed;
  overflow: hidden;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-family: Helvetica, Calibri, Arial, sans-serif;
  font-size: 16px;
  line-height: 1.5em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  z-index: 9999;
}

.cc-window.cc-static {
  position: static;
}

.cc-window.cc-floating {
  padding: 2em;
  max-width: 24em;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.cc-window.cc-banner {
  padding: 1em 1.8em;
  width: 100%;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
}

.cc-revoke {
  padding: 0.5em;
}

.cc-revoke:hover {
  text-decoration: underline;
}

.cc-header {
  font-size: 18px;
  font-weight: 700;
}

.cc-btn, .cc-close, .cc-link, .cc-revoke {
  cursor: pointer;
}

.cc-link {
  opacity: 0.8;
  display: inline-block;
  padding: 0.2em;
  text-decoration: underline;
}

.cc-link:hover {
  opacity: 1;
}

.cc-link:active, .cc-link:visited {
  color: initial;
}

.cc-btn {
  display: block;
  padding: 0.4em 0.8em;
  font-size: 0.9em;
  font-weight: 700;
  border-width: 2px;
  border-style: solid;
  text-align: center;
  white-space: nowrap;
}

.cc-highlight .cc-btn:first-child {
  background-color: transparent;
  border-color: transparent;
}

.cc-highlight .cc-btn:first-child:focus, .cc-highlight .cc-btn:first-child:hover {
  background-color: transparent;
  text-decoration: underline;
}

.cc-close {
  display: block;
  position: absolute;
  top: 0.5em;
  right: 0.5em;
  font-size: 1.6em;
  opacity: 0.9;
  line-height: 0.75;
}

.cc-close:focus, .cc-close:hover {
  opacity: 1;
}

.cc-revoke.cc-top {
  top: 0;
  left: 3em;
  border-bottom-left-radius: 0.5em;
  border-bottom-right-radius: 0.5em;
}

.cc-revoke.cc-bottom {
  bottom: 0;
  left: 3em;
  border-top-left-radius: 0.5em;
  border-top-right-radius: 0.5em;
}

.cc-revoke.cc-left {
  left: 3em;
  right: unset;
}

.cc-revoke.cc-right {
  right: 3em;
  left: unset;
}

.cc-top {
  top: 1em;
}

.cc-left {
  left: 1em;
}

.cc-right {
  right: 1em;
}

.cc-bottom {
  bottom: 1em;
}

.cc-floating > .cc-link {
  margin-bottom: 1em;
}

.cc-floating .cc-message {
  display: block;
  margin-bottom: 1em;
}

.cc-window.cc-floating .cc-compliance {
  -webkit-box-flex: 1;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
}

.cc-window.cc-banner {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.cc-banner.cc-top {
  left: 0;
  right: 0;
  top: 0;
}

.cc-banner.cc-bottom {
  left: 0;
  right: 0;
  bottom: 0;
}

.cc-banner .cc-message {
  display: block;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  max-width: 100%;
  margin-right: 1em;
}

.cc-compliance {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-line-pack: justify;
  align-content: space-between;
}

.cc-floating .cc-compliance > .cc-btn {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.cc-btn + .cc-btn {
  margin-left: 0.5em;
}

@media print {
  .cc-revoke, .cc-window {
    display: none;
  }
}
@media screen and (max-width: 900px) {
  .cc-btn {
    white-space: normal;
  }
}
@media screen and (max-width: 414px) and (orientation: portrait), screen and (max-width: 736px) and (orientation: landscape) {
  .cc-window.cc-top {
    top: 0;
  }
  .cc-window.cc-bottom {
    bottom: 0;
  }
  .cc-window.cc-banner, .cc-window.cc-floating, .cc-window.cc-left, .cc-window.cc-right {
    left: 0;
    right: 0;
  }
  .cc-window.cc-banner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .cc-window.cc-banner .cc-compliance {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
  }
  .cc-window.cc-floating {
    max-width: none;
  }
  .cc-window .cc-message {
    margin-bottom: 1em;
  }
  .cc-window.cc-banner {
    -webkit-box-align: unset;
    -ms-flex-align: unset;
    align-items: unset;
  }
  .cc-window.cc-banner .cc-message {
    margin-right: 0;
  }
}
.cc-floating.cc-theme-classic {
  padding: 1.2em;
  border-radius: 5px;
}

.cc-floating.cc-type-info.cc-theme-classic .cc-compliance {
  text-align: center;
  display: inline;
  -webkit-box-flex: 0;
  -ms-flex: none;
  flex: none;
}

.cc-theme-classic .cc-btn {
  border-radius: 5px;
}

.cc-theme-classic .cc-btn:last-child {
  min-width: 140px;
}

.cc-floating.cc-type-info.cc-theme-classic .cc-btn {
  display: inline-block;
}

.cc-theme-edgeless.cc-window {
  padding: 0;
}

.cc-floating.cc-theme-edgeless .cc-message {
  margin: 2em;
  margin-bottom: 1.5em;
}

.cc-banner.cc-theme-edgeless .cc-btn {
  margin: 0;
  padding: 0.8em 1.8em;
  height: 100%;
}

.cc-banner.cc-theme-edgeless .cc-message {
  margin-left: 1em;
}

.cc-floating.cc-theme-edgeless .cc-btn + .cc-btn {
  margin-left: 0;
}

/* Addition CSS post migration of site */
.wp-block-post-title {
  display: none;
}

/* Events grid styles */
.calendar-image {
  width: 100%;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  display: block;
  max-width: 100%;
  height: 385px;
}

/* 
#nu-global-header{
	position: absolute; !

} */
/* NAV BAR CSS */
div:has(#nu-global-header) {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 999;
}

#nu-global-header {
  overflow: hidden;
  max-height: 48px !important;
  transition: all 0.7s cubic-bezier(0.31, 0.11, 0.12, 0.99) !important;
}

#nu-global-header.detached {
  max-height: 0px !important;
}

header.header.nav-attached {
  top: 24px;
}

.local_header.attached {
  margin-top: 24px !important;
}

.single .local_header.attached {
  margin-top: 0 !important;
}

.single .wrap {
  padding-top: 100px;
}

.single .main {
  width: 100% !important;
  margin-top: 0 !important;
}

.nav-column-events {
  margin-top: 5rem !important;
}

.event-column {
  margin-top: 5rem !important;
  margin-left: 20px !important;
}

.local_header.detached {
  top: 0 !important;
  position: fixed;
}

@media (min-width: 64em) {
  .single .wrap {
    margin-top: 48px !important;
  }
  .wrap {
    margin-top: 48px;
  }
}
.page-template-broadcasts .wrap {
  margin-top: 0 !important;
  padding-top: 100px;
}

.page-template-page-no-title .wrap {
  margin-top: 0 !important;
  padding-top: 100px;
}

.home .wrap {
  margin-top: 0 !important;
  padding-top: 0 !important;
}

.single .entry-content {
  margin-top: 0 !important;
}

.main-content {
  padding-top: 120px !important;
}

.post-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
  list-style: none;
  padding: 0;
}

.post-item {
  padding: 15px;
}

.post-item img {
  width: 100%;
  height: auto;
}

.post-item h3 {
  font-size: 1.5rem;
  margin: 10px 0;
}

.post-meta {
  font-size: 0.9rem;
  color: #666;
}

.calendar_link {
  font-weight: 700;
  color: #b71a0e;
  float: right;
}

/* .wrap{
	background-color: #f0f0f0;
} */
.filter {
  padding-right: 15px !important;
  padding-top: 50px;
}

.main-content {
  padding-top: 100px;
}

.filter .wrap {
  margin-top: 90px !important;
  padding-top: 50px;
}

.load-more-container {
  width: 100%;
  text-align: center;
  padding: 20px;
}

.button__solid {
  padding: 14px !important;
}

.wp-block-navigation__responsive-container-content > ul > li > ul {
  margin-left: 270px !important;
  margin-top: -50px !important;
  position: relative;
}

.wp-block-navigation__submenu-container {
  padding-left: 25px !important;
  /* ul{
  	border: none !important;
  } */
}
.wp-block-navigation__submenu-container .wp-block-navigation-item {
  border-bottom: none !important;
}

.wp-block-navigation__container {
  list-style: none; /* Remove bullet points */
  padding: 0; /* Remove default padding */
  margin: 0; /* Remove default margin */
  display: block; /* Ensure vertical layout */
}
.wp-block-navigation__container li {
  margin-bottom: 0 !important;
}

.wp-block-navigation-item {
  border-bottom: 0.0625rem solid #a0d1ca;
}

.wp-block-navigation-item__content {
  display: block; /* Make the link take up the full width of the nav item */
  padding: 10px 15px;
  text-decoration: none; /* Remove underline from links */
  color: #000; /* Default text color */
  min-width: 272px; /* Set minimum width */
  font-weight: bold; /* Make the text bold */
}

.wp-block-navigation-item__content:hover {
  background-color: #da291c; /* Change background color on hover */
  color: #fff !important; /* Change text color on hover */
}

.event-content {
  /* max-width: 90rem; */
}

ul.breadcrumb {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  padding: 0;
  margin: 0;
  font-size: 0.75rem;
}

ul.breadcrumb li {
  margin-right: 5px;
}

ul.breadcrumb li a {
  text-decoration: none;
  color: #da291c;
}

ul.breadcrumb li a:hover {
  text-decoration: underline;
}

/* Add the '/' separator between breadcrumb items */
/* ul.breadcrumb li + li::before {
    content: '/';
    margin-right: 5px;
    color: #333;
}

ul.breadcrumb li:last-child::before {
    content: '';
} */
.wp-element-button {
  border-radius: 0px !important;
  background-color: #D32F2F !important;
  padding: 0.5rem 1rem !important;
}

.dropdown__text {
  background-color: #da291c !important;
  color: white;
  padding: 1rem 3.5rem 1rem 1rem;
  font-size: 1.0625rem;
  font-weight: 700;
  text-decoration: none;
}

/* Container for the custom select */
.custom-select {
  position: relative;
  display: inline-block;
  width: 200px; /* Adjust the width as needed */
}

/* Style the native select element */
.custom-select select {
  appearance: none; /* Remove default styling */
  -webkit-appearance: none; /* Safari compatibility */
  -moz-appearance: none; /* Firefox compatibility */
  padding: 10px;
  width: 100%;
  font-size: 16px;
  border: 1px solid #ccc;
  border-radius: 4px;
  background: transparent;
  cursor: pointer;
}

/* Add space for the icon */
.custom-select select {
  background-image: url("/wp-content/uploads/2024/09/svgstore.svg#dropdownToggle"); /* Replace with your own icon */
  background-repeat: no-repeat;
  background-position: right 10px center;
  background-size: 12px;
}

/* Adjust focus styling */
.custom-select select:focus {
  outline: none;
  border-color: #007BFF; /* Adjust to match your theme */
  box-shadow: 0 0 3px rgba(0, 123, 255, 0.5);
}

.legacy-btn a:hover {
  transition: color 0.3s ease, background-color 0.3s ease !important;
}

.wp-site-blocks {
  margin-block-start: 0 !important;
}

.load-more-rss {
  display: block !important;
  visibility: visible !important;
}

.is-layout-flow > * {
  margin-block-start: 0 !important;
  margin-block-end: 0;
}

.local_header {
  z-index: 999;
}

.event-details {
  margin-top: 100px !important;
}

iframe {
  overflow: hidden;
  scrollbar-width: none; /* For Firefox */
}

/* For Webkit browsers (Chrome, Safari) */
iframe::-webkit-scrollbar {
  display: none;
}

.wp-block-navigation .wp-block-page-list, .wp-block-navigation__container, .wp-block-navigation__responsive-close, .wp-block-navigation__responsive-container, .wp-block-navigation__responsive-container-content, .wp-block-navigation__responsive-dialog {
  gap: 0 !important;
}

.nu-global {
  z-index: 9999;
}

.is-layout-constrained > :where(:not(.alignleft):not(.alignright):not(.alignfull)) {
  max-width: 100% !important;
}

.wrap {
  max-width: 1580px !important;
}

:where(.wp-site-blocks) > * {
  margin-block-start: 0 !important;
  margin-block-end: 0;
}

.main p {
  padding-bottom: 10px;
  padding-top: 10px;
}

/* Include the FontAwesome font styles in your project */
.image-container {
  position: relative;
  display: inline-block;
}

.image-container::after {
  content: "\f04b"; /* Unicode for FontAwesome play icon */
  font-family: "Font Awesome 6 Pro"; /* Ensure FontAwesome is loaded */
  font-weight: 900; /* Use solid version of the icon */
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 50px; /* Adjust size as needed */
  color: #da291c; /* Change the icon color */
  pointer-events: none; /* Ensure the icon doesn't interfere with interactions */
}

.broadcasts h2 {
  padding-top: 10px;
  padding-bottom: 10px;
}

.search-content {
  padding-top: 100px;
}

@media (max-width: 643px) {
  .feature__img {
    min-height: 400px !important;
  }
  .feature__img img {
    min-height: 400px !important;
  }
}
.modal {
  display: none;
  position: fixed;
  z-index: 1000;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
  justify-content: center;
  align-items: center;
}

.modal-content {
  background: #fff;
  padding: 20px;
  border-radius: 8px;
  position: relative;
  max-width: 80%;
}

.close {
  position: absolute;
  top: 10px;
  right: 15px;
  font-size: 24px;
  cursor: pointer;
}

#month-filter {
  background-color: #da291c;
  color: white;
  border: none;
  padding: 10px;
  font-size: 16px;
  border-radius: 0; /* Rectangular shape */
  cursor: pointer;
  appearance: none; /* Removes default styles */
  -webkit-appearance: none;
  -moz-appearance: none;
  margin-bottom: 20px;
}

/* Wrap the select in a styled div for better control */
.select-wrapper {
  position: relative;
  display: inline-block;
}

.select-wrapper::after {
  content: "▼"; /* Custom dropdown arrow */
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  color: white;
  pointer-events: none;
}

/* Background color workaround for dropdown items */
#month-filter option {
  background-color: #da291c !important; /* Some browsers will still override this */
  background: #da291c !important;
  color: white;
}

/* Dropdown container */
.custom-dropdown {
  position: relative;
  display: inline-block;
  width: 200px;
  margin-bottom: 20px;
  margin-right: 10px;
}

/* Dropdown button (mimics <select>) */
#dropdown-button {
  width: 100%;
  background-color: #da291c;
  color: white;
  border: none;
  padding: 10px;
  font-size: 16px;
  cursor: pointer;
  text-align: left;
  border-radius: 0;
}

/* Dropdown menu */
#dropdown-menu {
  position: absolute;
  width: 100%;
  background-color: #da291c;
  color: white;
  border: 1px solid white;
  list-style: none;
  padding: 0;
  margin: 0;
  display: none; /* Hidden by default */
  z-index: 1000;
  /* Add max-height and scrolling */
  max-height: 400px;
  overflow-y: auto;
  scrollbar-width: thin; /* Firefox */
  scrollbar-color: white #da291c; /* Firefox */
}

/* Scrollbar styling for WebKit (Chrome, Edge, Safari) */
#dropdown-menu::-webkit-scrollbar {
  width: 8px;
}

#dropdown-menu::-webkit-scrollbar-thumb {
  background: white;
  border-radius: 4px;
}

#dropdown-menu::-webkit-scrollbar-track {
  background: #da291c;
}

/* Dropdown items */
#dropdown-menu li {
  padding: 10px;
  cursor: pointer;
  transition: background 0.3s;
}

/* Hover effect */
#dropdown-menu li:hover {
  background-color: darkred;
}

/* Show dropdown */
#dropdown-menu.hidden {
  display: none;
}

#dropdown-menu:not(.hidden) {
  display: block;
}

.media-toolbar-primary .search {
  position: relative;
  visibility: visible;
  max-height: none;
  top: 30px;
}

.wp-admin #dashboard_right_now li {
  width: 300px;
  float: left;
  margin-bottom: 10px;
}

.wp-admin .main {
  width: auto;
}

.accordian-pattern summary {
  font-size: 1.25rem;
  font-weight: 700;
  color: #da291c;
}

.accordian-pattern hr {
  height: 0.1rem !important;
  color: #da291c;
}

.accordian-pattern details p {
  padding: 1.5rem 0 1.5rem 2.25rem;
}

.accordian-pattern {
  max-width: 1388px !important;
}