.fs-background {
    overflow: hidden;
    position: relative;
}

.fs-background,
.fs-background-container,
.fs-background-media {
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
}

.fs-background-container {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    z-index: 0;
    overflow: hidden;
}

.fs-background-media {
    position: absolute;
    top: 0;
    bottom: 0;
    opacity: 0;
}

.fs-background-media.fs-background-animated {
    -webkit-transition: opacity .5s linear;
    -o-transition: opacity .5s linear;
    transition: opacity .5s linear;
}

.fs-background-media iframe,
.fs-background-media img,
.fs-background-media video {
    width: 100%;
    height: 100%;
    display: block;
    -webkit-user-drag: none;
}

.fs-background-media.fs-background-fixed,
.fs-background-media.fs-background-native {
    width: 100%;
    height: 100%;
}

.fs-background-media.fs-background-fixed img,
.fs-background-media.fs-background-native img {
    display: none;
}

.fs-background-media.fs-background-native {
    background-position: center;
    background-size: cover;
}

.fs-background-media.fs-background-fixed {
    background-position: center;
    background-attachment: fixed;
}

.fs-background-embed.fs-background-ready:after {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1;
    content: '';
}

.fs-background-embed.fs-background-ready iframe {
    z-index: 0;
}


/*! formstone v1.4.16 [carousel.css] 2019-07-31 | GPL-3.0 License | formstone.it */

.fs-carousel.fs-carousel-enabled {
    width: 100%;
    position: relative;
}

.fs-carousel.fs-carousel-enabled:after {
    clear: both;
    content: '';
    display: table;
}

.fs-carousel,
.fs-carousel *,
.fs-carousel :after,
.fs-carousel :before,
.fs-carousel:after,
.fs-carousel:before {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
    -webkit-user-select: none !important;
    -moz-user-select: none !important;
    -ms-user-select: none !important;
    user-select: none !important;
}

.fs-carousel-enabled.fs-carousel-contained,
.fs-carousel-enabled.fs-carousel-contained .fs-carousel-container,
.fs-carousel-enabled.fs-carousel-contained .fs-carousel-viewport,
.fs-carousel-enabled.fs-carousel-contained .fs-carousel-wrapper {
    overflow: hidden;
}

.fs-carousel-enabled .fs-carousel-viewport {
    position: relative;
}

.fs-carousel-enabled .fs-carousel-viewport:after {
    clear: both;
    content: '';
    display: table;
}

.fs-carousel-enabled .fs-carousel-wrapper {
    position: relative;
}

.fs-carousel-enabled .fs-carousel-wrapper:after {
    clear: both;
    content: '';
    display: table;
}

.fs-carousel-enabled .fs-carousel-container {
    position: relative;
}

.fs-carousel-enabled .fs-carousel-canister {
    position: relative;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0;
    overflow: hidden;
    -webkit-transition: -webkit-transform .5s ease;
    transition: -webkit-transform .5s ease;
    -o-transition: transform .5s ease;
    transition: transform .5s ease;
    transition: transform .5s ease, -webkit-transform .5s ease;
    transition: transform .5s ease, -webkit-transform .5s ease;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.fs-carousel-enabled.fs-carousel-auto_height .fs-carousel-canister {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-transition: height .5s ease, -webkit-transform .5s ease;
    transition: height .5s ease, -webkit-transform .5s ease;
    -o-transition: height .5s ease, transform .5s ease;
    transition: height .5s ease, transform .5s ease;
    transition: height .5s ease, transform .5s ease, -webkit-transform .5s ease;
}

.fs-carousel-enabled .fs-carousel-item {
    min-height: 1px;
    display: block;
}

.fs-carousel-enabled .fs-carousel-item img {
    -webkit-user-drag: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.fs-carousel-single .fs-carousel-item {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
}

.fs-carousel-single .fs-carousel-item.fs-carousel-visible {
    position: relative;
    z-index: 2;
}

.fs-carousel-controls {
    display: none;
}

.fs-carousel-enabled .fs-carousel-controls {
    width: 100%;
    margin: 0;
    padding: 0;
}

.fs-carousel-controls_custom.fs-carousel-visible,
.fs-carousel-enabled .fs-carousel-controls.fs-carousel-visible {
    display: block;
}

.fs-carousel-enabled .fs-carousel-control {
    border: none;
    cursor: pointer;
    padding: 0;
}

.fs-carousel-pagination {
    display: none;
}

.fs-carousel-enabled .fs-carousel-pagination {
    width: 100%;
}

.fs-carousel-enabled .fs-carousel-pagination.fs-carousel-visible {
    display: block;
}

.fs-carousel-enabled .fs-carousel-page {
    border: none;
    cursor: pointer;
    display: inline-block;
    padding: 0;
}

.fs-carousel-enabled.fs-carousel-rtl {
    direction: rtl;
}

.clearfix:after {
    clear: both;
    content: "";
    display: table;
}

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

.visually_hide.focusable:active,
.visually_hide.focusable:focus {
    width: auto;
    height: auto;
    position: static;
    clip: auto;
    margin: 0;
    overflow: visible;
}


/* Not to be used with a form container */


/* Use -webkit-overflow-scrolling: auto instead */

[data-whatinput="mouse"] a:focus,
[data-whatinput="mouse"] button:focus,
[data-whatinput="touch"] a:focus,
[data-whatinput="touch"] button:focus {
    outline: 0;
}


/* ==========================================================================
	Base Elements
============================================================================= */

*,
*:before,
*:after {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
}

.decreased-motion-on *,
.decreased-motion-on *:before,
.decreased-motion-on *:after {
    -webkit-transition: none !important;
    -o-transition: none !important;
    transition: none !important;
}

html {
    background: #fff;
}

body {
    min-width: 300px;
    overflow-x: hidden;
}

body.fs-page-lock {
    overflow-y: hidden;
}

@media screen and (min-width: 740px) {
    body.page_layout_404 {
        background-attachment: fixed;
        background-image: url("../images/big_red.png");
        background-repeat: no-repeat;
        background-position: calc(100% + 400px) -30px;
    }
}

@media screen and (min-width: 980px) {
    body.page_layout_404 {
        background-position: calc(100% + 200px) -30px;
    }
}

@media screen and (min-width: 1220px) {
    body.page_layout_404 {
        background-position: calc(100% + 50px) -30px;
    }
}

::-moz-selection {
    background: #eee;
    text-shadow: none;
}

::selection {
    background: #eee;
    text-shadow: none;
}

iframe {
    border: none;
}

menu {
    margin: 0;
    padding: 0;
}

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

figure {
    margin: 0;
}

hr {
    height: 1px;
    background: #ddd;
    border: none;
    margin: 0;
}

a {
    text-decoration: none;
}

a[href^=tel] {
    color: inherit;
}

strong {
    font-weight: 700;
}


/* ==========================================================================
	Type Base
============================================================================= */

.typography {
    font-weight: 400;
    font-family: 'Avenir-Light', 'Avenir', sans-serif;
    font-size: 16px;
    font-size: 1rem;
    line-height: 1.6875;
}

@media screen and (min-width: 740px) {
    .typography {
        font-size: 18px;
        font-size: 1.125rem;
        line-height: 1.66667;
    }
}

.typography a:not(.wysiwyg_button) {
    font-weight: 400;
    font-family: 'Avenir-Bold', 'Avenir', sans-serif;
    color: #A70034;
    text-decoration: underline;
    -webkit-transition: color 0.25s;
    -o-transition: color 0.25s;
    transition: color 0.25s;
}

.typography a:not(.wysiwyg_button):hover,
.typography a:not(.wysiwyg_button):focus {
    color: #000;
}

.increased-contrast-on .typography a:not(.wysiwyg_button):hover,
.increased-contrast-on .typography a:not(.wysiwyg_button):focus {
    color: #A70034;
}

.increased-contrast-on .typography a:not(.wysiwyg_button) {
    color: #000;
}

.typography p {
    margin: 24px 0;
}

.typography h1+*,
.typography h2+*,
.typography h3+*,
.typography h4+*,
.typography h5+*,
.typography h6+* {
    margin-top: 0;
}

.typography h1 {
    font-weight: 400;
    font-family: 'Avenir-Black', 'Avenir', sans-serif;
    font-size: 28px;
    font-size: 1.75rem;
    letter-spacing: .5px;
    letter-spacing: 0.03125rem;
    line-height: 1.28571;
    margin: 40px 0 16px;
}

@media screen and (min-width: 740px) {
    .typography h1 {
        font-size: 40px;
        font-size: 2.5rem;
        line-height: 1.2;
    }
}

@media screen and (min-width: 980px) {
    .typography h1 {
        font-size: 48px;
        font-size: 3rem;
        line-height: 1.16667;
    }
}

@media screen and (min-width: 1220px) {
    .typography h1 {
        margin-top: 60px;
    }
}

.typography h2 {
    font-weight: 400;
    font-family: 'Avenir-Black', 'Avenir', sans-serif;
    font-size: 24px;
    font-size: 1.5rem;
    line-height: 1.5;
    margin: 40px 0 16px;
}

@media screen and (min-width: 740px) {
    .typography h2 {
        font-size: 32px;
        font-size: 2rem;
        line-height: 1.5;
    }
}

@media screen and (min-width: 1220px) {
    .typography h2 {
        margin-top: 60px;
    }
}

.typography h2+h3 {
    margin-top: -10px;
}

.typography h3 {
    font-weight: 400;
    font-family: 'Avenir', 'Avenir', sans-serif;
    font-size: 24px;
    font-size: 1.5rem;
    line-height: 1.5;
    color: #6E7072;
    margin: 40px 0 16px;
}

@media screen and (min-width: 740px) {
    .typography h3 {
        font-size: 32px;
        font-size: 2rem;
        line-height: 1.5;
    }
}

@media screen and (min-width: 1220px) {
    .typography h3 {
        margin-top: 60px;
    }
}

.increased-contrast-on .typography h3 {
    color: #000;
}

.typography h4 {
    font-weight: 400;
    font-family: 'Avenir-Bold', 'Avenir', sans-serif;
    font-size: 20px;
    font-size: 1.25rem;
    line-height: 1.5;
    margin: 40px 0 16px;
}

@media screen and (min-width: 740px) {
    .typography h4 {
        font-size: 24px;
        font-size: 1.5rem;
        line-height: 1.33333;
    }
}

@media screen and (min-width: 1220px) {
    .typography h4 {
        margin-top: 60px;
    }
}

.typography h5 {
    font-weight: 400;
    font-family: 'Avenir-Bold', 'Avenir', sans-serif;
    font-size: 18px;
    font-size: 1.125rem;
    line-height: 1.55556;
    color: #6E7072;
    margin: 40px 0 16px;
}

@media screen and (min-width: 740px) {
    .typography h5 {
        font-size: 21px;
        font-size: 1.3125rem;
        line-height: 1.52381;
    }
}

@media screen and (min-width: 1220px) {
    .typography h5 {
        margin-top: 60px;
    }
}

.increased-contrast-on .typography h5 {
    color: #000;
}

.typography h6 {
    font-weight: 400;
    font-family: 'Avenir-Bold', 'Avenir', sans-serif;
    font-size: 12px;
    font-size: 0.75rem;
    letter-spacing: 1px;
    letter-spacing: 0.0625rem;
    line-height: 1.5;
    text-transform: uppercase;
    color: #6E7072;
    margin: 40px 0 16px;
}

@media screen and (min-width: 740px) {
    .typography h6 {
        font-size: 13px;
        font-size: 0.8125rem;
        line-height: 1.23077;
    }
}

@media screen and (min-width: 1220px) {
    .typography h6 {
        margin-top: 60px;
    }
}

.increased-contrast-on .typography h6 {
    color: #000;
}

.typography .intro {
    font-weight: 400;
    font-family: 'Avenir', 'Avenir', sans-serif;
    font-size: 20px;
    font-size: 1.25rem;
    line-height: 1.6;
    color: #6E7072;
}

@media screen and (min-width: 740px) {
    .typography .intro {
        font-size: 28px;
        font-size: 1.75rem;
        line-height: 1.5;
    }
}

.increased-contrast-on .typography .intro {
    color: #000;
}

.typography .copy {
    font-weight: 400;
    font-family: 'Avenir-Light', 'Avenir', sans-serif;
    font-size: 16px;
    font-size: 1rem;
    line-height: 1.6875;
}

@media screen and (min-width: 740px) {
    .typography .copy {
        font-size: 18px;
        font-size: 1.125rem;
        line-height: 1.66667;
    }
}

.typography .label {
    font-weight: 400;
    font-family: 'Avenir-Light', 'Avenir', sans-serif;
    font-size: 14px;
    font-size: 0.875rem;
    line-height: 1.71429;
    color: #181919;
}

.increased-contrast-on .typography .label {
    color: #000;
}

.typography .caption {
    font-weight: 400;
    font-family: 'Avenir-Light', 'Avenir', sans-serif;
    font-size: 14px;
    font-size: 0.875rem;
    line-height: 1.71429;
    color: #181919;
}

.increased-contrast-on .typography .caption {
    color: #000;
}

.typography img {
    height: auto;
    max-width: 100%;
}

.typography .block_left,
.typography .block_right,
.typography .block_center,
.typography .alignleft,
.typography .alignright,
.typography .aligncenter,
.typography .alignnone {
    width: auto;
    display: table;
    margin-top: 24px;
    margin-bottom: 24px;
    table-layout: fixed;
}

.typography .block_left img,
.typography .block_right img,
.typography .block_center img,
.typography .alignleft img,
.typography .alignright img,
.typography .aligncenter img,
.typography .alignnone img {
    display: block;
    max-width: 100%;
}

.typography .block_left figcaption,
.typography .block_right figcaption,
.typography .block_center figcaption,
.typography .alignleft figcaption,
.typography .alignright figcaption,
.typography .aligncenter figcaption,
.typography .alignnone figcaption {
    font-weight: 400;
    font-family: 'Avenir-Light', 'Avenir', sans-serif;
    font-size: 14px;
    font-size: 0.875rem;
    line-height: 1.71429;
    caption-side: bottom;
    display: table-caption;
    margin-top: 10px;
}

.typography .block_left,
.typography .block_right,
.typography .alignleft,
.typography .alignright {
    max-width: 45%;
}

@media screen and (max-width: 499px) {
    .typography .block_left,
    .typography .block_right,
    .typography .alignleft,
    .typography .alignright {
        max-width: 100%;
        float: none;
        margin-right: 0;
        margin-left: 0;
    }
}

@media screen and (min-width: 500px) {
    .typography .block_left,
    .typography .block_right,
    .typography .alignleft,
    .typography .alignright {
        margin-top: 0;
        margin-bottom: 30px;
    }
}

@media screen and (min-width: 500px) {
    .typography .block_left,
    .typography .alignleft {
        float: left;
        margin-right: 40px;
    }
}

@media screen and (min-width: 500px) {
    .typography .block_right,
    .typography .alignright {
        float: right;
        margin-left: 40px;
    }
}

.typography .block_center,
.typography .aligncenter {
    text-align: center;
}

.typography .block_center img,
.typography .aligncenter img {
    margin-right: auto;
    margin-left: auto;
}

.typography ol,
.typography ul {
    list-style: none;
    padding-left: 0;
}

.typography ol ol,
.typography ol ul,
.typography ul ol,
.typography ul ul {
    padding-left: 30px;
}

.typography ol li,
.typography ul li {
    position: relative;
    margin: 10px 0;
}

.typography ol {
    counter-reset: li;
}

.typography ol>li:before {
    content: counter(li) ". ";
    counter-increment: li;
}

ol[type="A"] li:before {
    content: counter(li, upper-latin) ". ";
}

ol[type="a"] li:before {
    content: counter(li, lower-latin) ". ";
}

.typography ul li {
    padding-left: 16px;
}

.typography ul li:before {
    width: 6px;
    height: 6px;
    position: absolute;
    top: 0;
    left: 0;
    background: #A70034;
    border-radius: 50%;
    content: "";
    display: block;
    float: left;
    margin: 10px 16px 0 0;
}

@media print {
    .typography ul li:before {
        background: #6E7072;
    }
}

.increased-contrast-on .typography ul li:before {
    background: #000;
}

.typography table:not(.alt) {
    width: 100%;
    border: 0;
    border-collapse: collapse;
}

.typography table:not(.alt) tr:nth-child(odd) {
    background: #f4f4f4;
}

.typography table:not(.alt) tr:last-child td:first-child {
    border-radius: 0 0 0 4px;
}

.typography table:not(.alt) tr:last-child td:last-child {
    border-radius: 0 0 4px 0;
}

.typography table:not(.alt) th {
    font-weight: 400;
    font-family: 'Avenir-Light', 'Avenir', sans-serif;
    font-size: 16px;
    font-size: 1rem;
    line-height: 1.6875;
    font-weight: 400;
    font-family: 'Avenir-Bold', 'Avenir', sans-serif;
    background: #A70034;
    color: #fff;
    padding: 15px 20px;
    text-align: left;
}

@media screen and (min-width: 740px) {
    .typography table:not(.alt) th {
        font-size: 18px;
        font-size: 1.125rem;
        line-height: 1.66667;
    }
}

@media screen and (min-width: 1220px) {
    .typography table:not(.alt) th {
        padding-right: 30px;
        padding-left: 30px;
    }
}

.typography table:not(.alt) th:first-child {
    border-radius: 4px 0 0 0;
}

.typography table:not(.alt) th:last-child {
    border-radius: 0 4px 0 0;
}

.typography table:not(.alt) td {
    font-weight: 400;
    font-family: 'Avenir-Light', 'Avenir', sans-serif;
    font-size: 16px;
    font-size: 1rem;
    line-height: 1.6875;
    -webkit-box-shadow: inset 0 -1px 0 0 #D6D6D6;
            box-shadow: inset 0 -1px 0 0 #D6D6D6;
    padding: 15px 20px;
}

@media screen and (min-width: 740px) {
    .typography table:not(.alt) td {
        font-size: 18px;
        font-size: 1.125rem;
        line-height: 1.66667;
    }
}

@media screen and (min-width: 1220px) {
    .typography table:not(.alt) td {
        padding-right: 30px;
        padding-left: 30px;
    }
}

.typography table:not(.alt) td:first-child {
    -webkit-box-shadow: inset 1px 0 0 0 #D6D6D6, inset 0 -1px 0 0 #D6D6D6;
            box-shadow: inset 1px 0 0 0 #D6D6D6, inset 0 -1px 0 0 #D6D6D6;
}

.typography table:not(.alt) td:last-child {
    -webkit-box-shadow: inset -1px 0 0 0 #D6D6D6, inset 0 -1px 0 0 #D6D6D6;
            box-shadow: inset -1px 0 0 0 #D6D6D6, inset 0 -1px 0 0 #D6D6D6;
}

.typography table.alt {
    width: 100%;
    border: 0;
    border-collapse: collapse;
}

.typography table.alt th,
.typography table.alt td {
    font-weight: 400;
    font-family: 'Avenir-Light', 'Avenir', sans-serif;
    font-size: 16px;
    font-size: 1rem;
    line-height: 1.6875;
    width: 50%;
    color: #181919;
    font-weight: 400;
    padding: 12px 0 15px;
}

@media screen and (min-width: 740px) {
    .typography table.alt th,
    .typography table.alt td {
        font-size: 18px;
        font-size: 1.125rem;
        line-height: 1.66667;
    }
}

@media screen and (min-width: 740px) {
    .typography table.alt th,
    .typography table.alt td {
        font-size: 16px;
        font-size: 1rem;
    }
}


/* .typography table.alt th {
    text-align: left; }
  .typography table.alt td {
    border-top: 1px solid #D6D6D6; }
    .typography table.alt td:first-child {
      padding-right: 20px; }
    .typography table.alt td a {
      font-weight: 400;
      font-family: 'Avenir-Light', 'Avenir', sans-serif; } */

.typography table.alt th {
    font-weight: 400;
    font-family: 'Avenir-Bold', 'Avenir', sans-serif;
    font-size: 12px;
    font-size: 0.75rem;
    letter-spacing: 1px;
    letter-spacing: 0.0625rem;
    line-height: 1.5;
    text-transform: uppercase;
    color: #6E7072;
    text-align: left;
    padding-bottom: 10px;
}

@media screen and (min-width: 740px) {
    .typography table.alt th {
        font-size: 13px;
        font-size: 0.8125rem;
        line-height: 1.23077;
    }
}

.typography table.alt tbody tr:not(:first-child) td {
    border-top: 1px solid #D6D6D6;
}

.typography table.alt tbody tr:not(:first-child) td:first-child {
    padding-right: 20px;
}

.typography table.alt td a {
    font-weight: 400;
    font-family: 'Avenir-Light', 'Avenir', sans-serif;
}

.table_wrapper {
    margin-top: 60px;
    margin-bottom: 60px;
    min-height: 0.01%;
}

.table_wrapper_overflow {
    position: relative;
}

.table_wrapper_overflow:after {
    background-color: rgba(0, 0, 0, 0);
    background: -o-linear-gradient(left, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.1));
    background: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.1)));
    background: linear-gradient(to right, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.1));
    width: 20px;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    content: "";
}

.table_wrapper_inner {
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
}


/* ==========================================================================
   iframe
============================================================================= */

.typography .video_frame {
    width: 100%;
    position: relative;
    padding-bottom: 56.25%;
}

.typography .video_frame iframe {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

@media print {
    .typography .video_frame {
        display: none;
    }
}


/* ==========================================================================
	Buttons
============================================================================= */

button {
    background: none;
    border: none;
    cursor: pointer;
    padding: 0;
}


/* Skip Link
============================================================================= */

.skip_link {
    cursor: pointer;
    text-align: center;
    display: inline-block;
    font-weight: 400;
    font-family: 'Avenir-Bold', 'Avenir', sans-serif;
    background: #A70034;
    border-radius: 2px;
    color: #fff;
    font-size: 14px;
    font-size: 0.875rem;
    line-height: 1.71429;
    padding: 13px 25px;
    text-align: center;
    text-decoration: underline;
    -webkit-transition: background 0.25s, border 0.25s, color 0.25s;
    -o-transition: background 0.25s, border 0.25s, color 0.25s;
    transition: background 0.25s, border 0.25s, color 0.25s;
    position: fixed;
    top: 0;
    left: 50%;
    z-index: 100;
    display: block;
    margin: 20px 0;
    padding: 10px 20px;
    text-align: center;
    -webkit-transform: translate(-50%, -200%);
    -ms-transform: translate(-50%, -200%);
    transform: translate(-50%, -200%);
    -webkit-transition: background .35s, color .35s, opacity .35s, visibility .35s, -webkit-transform .35s;
    transition: background .35s, color .35s, opacity .35s, visibility .35s, -webkit-transform .35s;
    -o-transition: background .35s, color .35s, opacity .35s, visibility .35s, transform .35s;
    transition: background .35s, color .35s, opacity .35s, visibility .35s, transform .35s;
    transition: background .35s, color .35s, opacity .35s, visibility .35s, transform .35s, -webkit-transform .35s;
}

.skip_link [class$="inner"] {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

@media print {
    .skip_link [class$="icon"] {
        display: none;
    }
}

@media screen and (min-width: 740px) {
    .skip_link {
        font-size: 16px;
        font-size: 1rem;
        line-height: 1.625;
        padding: 19px 30px;
    }
}

.skip_link:focus,
.skip_link:hover {
    background: #fff;
    color: #A70034;
}

@media screen and (max-width: 739px) {
    .skip_link_accessibility {
        display: none;
    }
}

.skip_link:focus,
.skip_link:active {
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
}


/* ==========================================================================
	Background
============================================================================= */

.fs-background-container {
    opacity: 0;
    -webkit-transition: opacity 0.35s;
    -o-transition: opacity 0.35s;
    transition: opacity 0.35s;
}

@media print {
    .fs-background-container {
        display: none;
    }
}

.fs-background-loaded .fs-background-container {
    opacity: 1;
}

.fs-background-controls {
    position: absolute;
    bottom: 80px;
    right: 20px;
    z-index: 4;
}

@media screen and (min-width: 740px) {
    .fs-background-controls {
        right: calc((100% - 720px) / 2 + 20px);
    }
}

@media screen and (min-width: 980px) {
    .fs-background-controls {
        right: calc((100% - 960px) / 2 + 20px);
    }
}

@media screen and (min-width: 1220px) {
    .fs-background-controls {
        right: calc((100% - 1200px) / 2 + 20px);
    }
}

@media screen and (min-width: 1340px) {
    .fs-background-controls {
        right: calc((100% - 1240px) / 2 + 20px);
    }
}

.fs-background-control {
    position: absolute;
    bottom: 0;
    right: 0;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background: #000;
    border-radius: 20px;
    cursor: pointer;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    opacity: 1;
    padding: 3px 10px 4px 3px;
    visibility: visible;
    -webkit-transition: background .25s, opacity .25s, visibility .25s;
    -o-transition: background .25s, opacity .25s, visibility .25s;
    transition: background .25s, opacity .25s, visibility .25s;
}

.fs-background-control-active {
    opacity: 0;
    visibility: hidden;
}

.fs-background-control:focus {
    outline-width: 3px;
    outline-color: #fff;
    outline-style: solid;
    outline-offset: 1px;
}

.fs-background-control-icon {
    height: 24px;
    width: 24px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 50%;
    color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.fs-background-control-label {
    font-weight: 400;
    font-family: 'Avenir-Light', 'Avenir', sans-serif;
    position: relative;
    top: 1px;
    color: #fff;
    font-size: 14px;
    font-size: 0.875rem;
    -webkit-box-flex: 1;
    -ms-flex: auto;
    flex: auto;
    white-space: nowrap;
}


/* ==========================================================================
	Carousel
============================================================================= */

@media print {
    .fs-carousel-canister {
        width: 100% !important;
        display: block !important;
        -webkit-transform: none !important;
        -ms-transform: none !important;
        transform: none !important;
    }
}

@media print {
    .fs-carousel-item {
        height: auto !important;
        width: 100% !important;
        page-break-inside: avoid;
    }
}


/* Carousel Controls
============================================================================= */

.fs-carousel-controls {
    width: calc(100% + 40px) !important;
    position: absolute;
    top: 100%;
    left: 0;
    margin: -4px -20px 0 !important;
}

@media print {
    .fs-carousel-controls {
        display: none !important;
    }
}

.fs-carousel-control {
    height: 48px;
    width: 48px;
    position: absolute;
    top: 0;
    z-index: 2;
    background: #5d5e5e;
    border-radius: 50%;
    -webkit-box-shadow: 0 0 0 20px #000;
            box-shadow: 0 0 0 20px #000;
    color: #431121;
    cursor: default;
    pointer-events: none;
    -webkit-transition: background .25s, color .25s;
    -o-transition: background .25s, color .25s;
    transition: background .25s, color .25s;
}

.fs-carousel-control.fs-carousel-visible {
    background: #fff;
    color: #A70034;
    cursor: pointer;
    pointer-events: auto;
}

.increased-contrast-on .fs-carousel-control.fs-carousel-visible {
    color: #000;
}

.fs-carousel-control.fs-carousel-visible:hover,
.fs-carousel-control.fs-carousel-visible:focus {
    background: #A70034;
    color: #fff;
}

.fs-carousel-control.fs-carousel-control_previous {
    left: 0;
}

.fs-carousel-control.fs-carousel-control_next {
    right: 0;
}

.fs-carousel-control-icon {
    position: absolute;
    top: 50%;
    left: 50%;
    pointer-events: none;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.fs-carousel-control-label {
    width: 1px;
    height: 1px;
    position: absolute;
    border: 0;
    clip: rect(0 0 0 0);
    margin: -1px;
    overflow: hidden;
    padding: 0;
}

.fs-carousel-control-label.focusable:active,
.fs-carousel-control-label.focusable:focus {
    width: auto;
    height: auto;
    position: static;
    clip: auto;
    margin: 0;
    overflow: visible;
}


/* Carousel Pagination
============================================================================= */

.fs-carousel-pagination {
    position: absolute;
    bottom: 100%;
    left: 0;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 1px;
    text-align: center;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
}

.fs-carousel-pagination.fs-carousel-visible {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
}

.theme_shift .fs-carousel-pagination {
    margin-left: 6px;
    text-align: right;
}

.fs-carousel-pagination:before,
.fs-carousel-pagination:after {
    height: 1px;
    background: #fff;
    content: "";
    -webkit-box-flex: 1;
    -ms-flex: auto;
    flex: auto;
}

.theme_light .fs-carousel-pagination:before,
.theme_light .fs-carousel-pagination:after {
    background: #D6D6D6;
}

.increased-contrast-on .theme_light .fs-carousel-pagination:before,
.increased-contrast-on .theme_light .fs-carousel-pagination:after {
    background: #000;
}

.theme_dark .fs-carousel-pagination:before,
.theme_dark .fs-carousel-pagination:after {
    background: rgba(255, 255, 255, 0.3);
}

.increased-contrast-on .theme_dark .fs-carousel-pagination:before,
.increased-contrast-on .theme_dark .fs-carousel-pagination:after {
    background: #fff;
}

.fs-carousel-pagination:before {
    margin-right: 6px;
}

.fs-carousel-pagination:after {
    margin-left: 6px;
}

@media print {
    .fs-carousel-pagination {
        display: none !important;
    }
}

.fs-carousel-page {
    height: 40px;
    width: 22px;
    position: relative;
    color: transparent;
    display: inline-block;
    overflow: hidden;
}

.fs-carousel-page:before,
.fs-carousel-page:after {
    position: absolute;
    top: 50%;
    left: 50%;
    border-radius: 50%;
    content: "";
}

.fs-carousel-page:before {
    height: 8px;
    width: 8px;
    background: rgba(214, 214, 214, 0.5);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-transition: background .25s;
    -o-transition: background .25s;
    transition: background .25s;
}

.increased-contrast-on .fs-carousel-page:before {
    background: #000;
    -webkit-box-shadow: 0 0 0 2px #fff;
            box-shadow: 0 0 0 2px #fff;
}

.fs-carousel-page:after {
    height: 14px;
    width: 14px;
    opacity: 0;
    -webkit-transform: translate(-50%, -50%) scale(0);
    -ms-transform: translate(-50%, -50%) scale(0);
    transform: translate(-50%, -50%) scale(0);
    -webkit-transition: opacity .25s, -webkit-transform .25s;
    transition: opacity .25s, -webkit-transform .25s;
    -o-transition: opacity .25s, transform .25s;
    transition: opacity .25s, transform .25s;
    transition: opacity .25s, transform .25s, -webkit-transform .25s;
}

.theme_light .fs-carousel-page:after {
    border: 1px solid #A70034;
}

.theme_dark .fs-carousel-page:after {
    border: 1px solid #fff;
}

.theme_light .fs-carousel-page:hover:before,
.theme_light .fs-carousel-page:focus:before {
    background: #6E7072;
}

.theme_dark .fs-carousel-page:hover:before,
.theme_dark .fs-carousel-page:focus:before {
    background: rgba(255, 255, 255, 0.7);
}

.theme_light .fs-carousel-page.fs-carousel-active:before {
    background: #A70034;
}

.theme_dark .fs-carousel-page.fs-carousel-active:before {
    background: #fff;
}

.fs-carousel-page.fs-carousel-active:after {
    opacity: 1;
    -webkit-transform: translate(-50%, -50%) scale(1);
    -ms-transform: translate(-50%, -50%) scale(1);
    transform: translate(-50%, -50%) scale(1);
}

.digiarc_container {
    margin-top: 60px;
    margin-bottom: 60px;
}

@media screen and (min-width: 740px) {
    .digiarc_container {
        margin-bottom: 80px;
    }
}

@media screen and (min-width: 980px) {
    .digiarc_container {
        margin-bottom: 100px;
    }
}

.digiarc_container [type="button"] {
    -moz-appearance: inherit;
         appearance: inherit;
    -webkit-appearance: inherit;
}

#searchWidgetGraduate,
#searchWidgetUndergraduate {
    position: relative;
}

.digiarc_container #searchWidgetGraduate,
.digiarc_container #searchWidgetUndergraduate {
    margin-bottom: 20px;
}

#searchWidgetGraduate .search-widget,
#searchWidgetUndergraduate .search-widget {
    background: none;
    padding: 0;
}

#searchWidgetGraduate .single-search,
#searchWidgetUndergraduate .single-search {
    width: 100%;
    padding: 0;
}

#searchWidgetGraduate .single-search:last-child,
#searchWidgetUndergraduate .single-search:last-child {
    display: none;
}

#searchWidgetGraduate .tooltip-container,
#searchWidgetUndergraduate .tooltip-container {
    display: none;
}

#searchWidgetGraduate .search-dropdown-container,
#searchWidgetUndergraduate .search-dropdown-container {
    padding: 0;
}

#searchWidgetGraduate .search-dropdown,
#searchWidgetUndergraduate .search-dropdown {
    height: auto;
}

#searchWidgetGraduate .search-label,
#searchWidgetUndergraduate .search-label {
    width: 1px;
    height: 1px;
    position: absolute;
    border: 0;
    clip: rect(0 0 0 0);
    margin: -1px;
    overflow: hidden;
    padding: 0;
}

#searchWidgetGraduate .search-label.focusable:active,
#searchWidgetGraduate .search-label.focusable:focus,
#searchWidgetUndergraduate .search-label.focusable:active,
#searchWidgetUndergraduate .search-label.focusable:focus {
    width: auto;
    height: auto;
    position: static;
    clip: auto;
    margin: 0;
    overflow: visible;
}

#searchWidgetGraduate .search-container,
#searchWidgetUndergraduate .search-container {
    background: none;
}

#searchWidgetGraduate .search-container:before,
#searchWidgetUndergraduate .search-container:before {
    height: 100%;
    width: 50px;
    position: absolute;
    top: 0;
    right: 0;
    background-color: #A70034;
    background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACIAAAAiCAYAAAA6RwvCAAAABGdBTUEAALGPC/xhBQAAAw1JREFUWAm9mL9rFEEUx3dN0GBQYyFiflgYAulsLJJ0IQhW+Qs8BC3SaZcExE4FW1PHwjqNdhIkFhICiX+ABmxEDwn4myAYPT/fY+d8mZ3dvb3b8wtfZubNe995mZudeRpHJdBoNMZwn4Vqh+FJ+BF+gLvweRzH+7TVg8UH4SLcgUXYx+EpnK8sE8T64AKsw07wkqDprhJCYAg+y1j9F/Y38AV8ArfgexjCb4yLHSVD4AX4OqC6ga0GT4eEsU/CZfgO+niMoT8UF7ThrJ3wk9BffyUYEDDiOwCV0E9osRJwT5uI0Jnwfw6Nh9LexRbipqB/vhYKIwnSwbRQEn2FgTkOxE/AT0ZUX9VIZgiT+kRt9vo5OtoJfxF05qAOrcOq79Ma46F7wqLtM9ESyekg/MiIH9AfD7ozYS+rjaBTF0b0R6E9vEspORzGoEUt5VSBgQV04zpspiSZueZmaXVZBe+JVGBJA7o3zDp/6A9aiSMMRo3hLY/WZzOusrtjxGL6h74eJaJX1KHuOj1o9UJbnLMDJaKn3OGr6/Sg/eZpnrJjJaJ6wuGs6/Sg9bXtupESsVumgqdXsGdRa9h1m4mosnIY5jRPukHF7ZzR+0H/8Hlk4eNQb4DDsgmorIv4K7cA7VpQmAl72aieGAg6dmhEbxZaXA1K4TFvveinr+BgZLERrRhuG/09+icyI5lUjemgd2Eq07nEBDr3nWjS3swNx2ka2udaZcFEblDBJPEPocUug6MFYVGEk18OqKixp71QQw7E6Oe4By30/M+0JZCIqNC10C6pnvDvgaAmfjqY9kwwbEH29gouHPvhSiv0X0fnRl/XdXgRnoHH4Hk4A+9A+4kybEI7YdF+MsnOqIa194sVa7evM6Ek/R0qncwIIqvQ/6sw5WKP2VuweTBp9c+U7pJJdmccoSW4CVXUhPAd4xqswdQ9gS03GRUopYCgKisVNaon9JS7/w2oU1QdMM6EkmFyHV4yTiqYSn+ZJr6zbsbOPFAZ8F/Brn1hwcvQlo5R6Z+mqqzZGVWGtxO9u38BtdQjK9u2niYAAAAASUVORK5CYII=");
    background-repeat: no-repeat;
    background-size: 20px 20px;
    background-position: 50% 50%;
    border-radius: 0 4px 4px 0;
    content: "";
    color: #fff;
}

@media screen and (min-width: 1220px) {
    #searchWidgetGraduate .search-container:before,
    #searchWidgetUndergraduate .search-container:before {
        width: 60px;
    }
}

#searchWidgetGraduate .search,
#searchWidgetUndergraduate .search {
    font-weight: 400;
    font-family: 'Avenir-Light', 'Avenir', sans-serif;
    height: auto;
    width: 100%;
    border: 1px solid #D6D6D6;
    border-radius: 4px;
    -webkit-box-shadow: none;
            box-shadow: none;
    font-size: 16px;
    font-size: 1rem;
    margin: 0;
    padding: 15px 20px;
}

@media screen and (min-width: 1220px) {
    #searchWidgetGraduate .search,
    #searchWidgetUndergraduate .search {
        font-size: 18px;
        font-size: 1.125rem;
        padding: 19px 20px;
    }
}

#searchWidgetGraduate .item-container,
#searchWidgetUndergraduate .item-container {
    top: 100%;
}

#searchWidgetGraduate .fa-search,
#searchWidgetUndergraduate .fa-search {
    display: none;
}

#searchWidgetGraduate .clear-button,
#searchWidgetUndergraduate .clear-button {
    display: none;
}

#searchWidgetGraduate .search-divider,
#searchWidgetUndergraduate .search-divider {
    display: none;
}

#searchWidgetGraduate .filter-container,
#searchWidgetUndergraduate .filter-container {
    display: none;
}

#searchWidgetGraduate .search-attr-panel,
#searchWidgetUndergraduate .search-attr-panel {
    min-height: auto;
    position: static;
    margin-top: 0;
    padding: 0;
}

#searchWidgetGraduate .search-attr-panel .prop,
#searchWidgetUndergraduate .search-attr-panel .prop {
    display: none;
}

#searchWidgetGraduate .search-toggle,
#searchWidgetUndergraduate .search-toggle {
    display: none;
}

#searchWidgetGraduate .ne-dropdown,
#searchWidgetUndergraduate .ne-dropdown {
    margin: 0;
}

#searchWidgetGraduate .search-button-container,
#searchWidgetUndergraduate .search-button-container {
    height: 100%;
    width: 50px;
    position: absolute;
    top: 0;
    right: 0;
    overflow: hidden;
}

@media screen and (min-width: 1220px) {
    #searchWidgetGraduate .search-button-container,
    #searchWidgetUndergraduate .search-button-container {
        width: 60px;
    }
}

#searchWidgetGraduate .search-button,
#searchWidgetUndergraduate .search-button {
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    color: transparent;
    opacity: 0;
}

.formstack_form {
    margin-bottom: 60px;
}

@media screen and (min-width: 740px) {
    .formstack_form {
        margin-bottom: 80px;
    }
}

@media screen and (min-width: 980px) {
    .formstack_form {
        margin-bottom: 100px;
    }
}

@media screen and (min-width: 1220px) {
    .formstack_form {
        margin-bottom: 140px;
    }
}

.formstack_form iframe {
    width: 100%;
}

.fsBody.fsEmbed {
    padding: 0;
}

.fsBody.fsEmbed .fsForm {
    padding: 0;
}

.fsBody.fsEmbed .fsForm .fsSectionHeader {
    background: none;
    color: #000;
    margin-bottom: 40px;
    padding: 0;
    text-align: left;
}

.fsBody.fsEmbed .fsForm .fsSectionHeading {
    font-weight: 400;
    font-family: 'Avenir-Black', 'Avenir', sans-serif;
    font-size: 24px;
    font-size: 1.5rem;
    line-height: 1.5;
    color: inherit;
    margin-bottom: 10px;
    text-align: inherit;
}

@media screen and (min-width: 740px) {
    .fsBody.fsEmbed .fsForm .fsSectionHeading {
        font-size: 32px;
        font-size: 2rem;
        line-height: 1.5;
    }
}

.fsBody.fsEmbed .fsForm .fsSectionText {
    font-weight: 400;
    font-family: 'Avenir-Light', 'Avenir', sans-serif;
    font-size: 16px;
    font-size: 1rem;
    line-height: 1.6875;
}

@media screen and (min-width: 740px) {
    .fsBody.fsEmbed .fsForm .fsSectionText {
        font-size: 18px;
        font-size: 1.125rem;
        line-height: 1.66667;
    }
}

.fsBody.fsEmbed .fsForm .fsRow {
    margin-bottom: 40px !important;
}

.fsBody.fsEmbed .fsForm .fsLabel {
    font-weight: 400;
    font-family: 'Avenir-Bold', 'Avenir', sans-serif;
    font-size: 18px;
    font-size: 1.125rem;
    line-height: 1.55556;
    color: #000;
    display: block;
    margin-bottom: 12px;
}

@media screen and (min-width: 740px) {
    .fsBody.fsEmbed .fsForm .fsLabel {
        font-size: 21px;
        font-size: 1.3125rem;
        line-height: 1.52381;
    }
}

.fsBody.fsEmbed .fsForm .fsLabel.fsRequiredLabel {
    color: #A70034;
}

.fsBody.fsEmbed .fsForm .fsSupporting {
    font-weight: 400;
    font-family: 'Avenir-Bold', 'Avenir', sans-serif;
    font-size: 12px;
    font-size: 0.75rem;
    letter-spacing: 1px;
    letter-spacing: 0.0625rem;
    line-height: 1.5;
    text-transform: uppercase;
    color: #6E7072;
    margin-top: 12px;
}

@media screen and (min-width: 740px) {
    .fsBody.fsEmbed .fsForm .fsSupporting {
        font-size: 13px;
        font-size: 0.8125rem;
        line-height: 1.23077;
    }
}

@media (max-width: 40em) {
    .fsBody.fsEmbed .fsForm .fsSubField:not(:last-child) {
        margin-bottom: 24px;
    }
}

.fsBody.fsEmbed .fsForm .fsField:not([type="checkbox"]):not([type="radio"]) {
    font-weight: 400;
    font-family: 'Avenir-Light', 'Avenir', sans-serif;
    font-size: 16px;
    font-size: 1rem;
    line-height: 1.6875;
    height: auto;
    border: 1px solid #6E7072;
    border-radius: 4px;
    color: #000;
    padding: 14px 25px;
}

@media screen and (min-width: 740px) {
    .fsBody.fsEmbed .fsForm .fsField:not([type="checkbox"]):not([type="radio"]) {
        font-size: 18px;
        font-size: 1.125rem;
        line-height: 1.66667;
    }
}

.fsBody.fsEmbed .fsForm .fsField:not([type="checkbox"]):not([type="radio"]).fsRequired {
    border-color: #A70034;
}

.fsBody.fsEmbed .fsForm select.fsField {
    background: #f4f4f4;
    background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABoAAAAQCAYAAAAI0W+oAAAABGdBTUEAALGPC/xhBQAAARRJREFUOBHNkj1uwkAQhZ8JAhogyRE4AR1CoomgRErHPUiPoojbUCMq6EC0uUCuwI+gACkB/Fmx5BCvvesCMYU9uzvvffbOSDcKD85IneqPNu/kZZWGXc3X5FljrNbTTocB+gc9fvQ03eZZ/EL65HsdX0Zqtntarli7hq999j1mvq6O1vfm9ZbjGY2zzvWTvmcIovs2ORq0eFzXByCuy5P3GR5mgcVB8MQb3wBET3LKt7PCTBA8w34HwxD+SZLA1DNbzR8QQFuha+0/kK2BywfhGQtKg3F+PV30l56YrtgISoJxFh3hNAj1iSAK4q6I/TBsINSmgigywWwh1qA4mAvECUTxRI3KXqcaeVGFr1ctduR3FRctvbijJMmqrAAAAABJRU5ErkJggg==");
    background-repeat: no-repeat;
    background-position: calc(100% - 20px) 50%;
    background-size: 10px 5px;
    border: 1px solid #6E7072;
    cursor: pointer;
    padding-right: 40px;
}

.fsBody.fsEmbed .fsForm .fsField[type="file"] {
    border: 0;
    padding: 0;
}

.fsBody.fsEmbed .fsForm .fsPreviousButton,
.fsBody.fsEmbed .fsForm .fsSubmitButton,
.fsBody.fsEmbed .fsForm .fsNextButton {
    font-weight: 400;
    font-family: 'Avenir-Bold', 'Avenir', sans-serif;
    background: #A70034;
    border-radius: 2px;
    color: #fff;
    font-size: 14px;
    font-size: 0.875rem;
    line-height: 1.71429;
    padding: 13px 25px;
    text-align: center;
    text-decoration: underline;
    -webkit-transition: background 0.25s, border 0.25s, color 0.25s;
    -o-transition: background 0.25s, border 0.25s, color 0.25s;
    transition: background 0.25s, border 0.25s, color 0.25s;
    background: #A70034 !important;
    border: 0;
    border-radius: 2px !important;
    font-size: 14px !important;
}

@media screen and (min-width: 740px) {
    .fsBody.fsEmbed .fsForm .fsPreviousButton,
    .fsBody.fsEmbed .fsForm .fsSubmitButton,
    .fsBody.fsEmbed .fsForm .fsNextButton {
        font-size: 16px;
        font-size: 1rem;
        line-height: 1.625;
        padding: 19px 30px;
    }
}

.fsBody.fsEmbed .fsForm .fsPreviousButton:focus,
.fsBody.fsEmbed .fsForm .fsPreviousButton:hover,
.fsBody.fsEmbed .fsForm .fsSubmitButton:focus,
.fsBody.fsEmbed .fsForm .fsSubmitButton:hover,
.fsBody.fsEmbed .fsForm .fsNextButton:focus,
.fsBody.fsEmbed .fsForm .fsNextButton:hover {
    background: #fff;
    color: #A70034;
}

@media screen and (min-width: 740px) {
    .fsBody.fsEmbed .fsForm .fsPreviousButton,
    .fsBody.fsEmbed .fsForm .fsSubmitButton,
    .fsBody.fsEmbed .fsForm .fsNextButton {
        font-size: 16px !important;
        font-size: 1rem !important;
    }
}

.fsBody.fsEmbed .fsForm .fsPreviousButton:hover,
.fsBody.fsEmbed .fsForm .fsPreviousButton:focus,
.fsBody.fsEmbed .fsForm .fsSubmitButton:hover,
.fsBody.fsEmbed .fsForm .fsSubmitButton:focus,
.fsBody.fsEmbed .fsForm .fsNextButton:hover,
.fsBody.fsEmbed .fsForm .fsNextButton:focus {
    background: #000 !important;
}

[style*="x-small"] {
    padding-bottom: 60px;
}

@media screen and (min-width: 740px) {
    [style*="x-small"] {
        padding-bottom: 80px;
    }
}

@media screen and (min-width: 980px) {
    [style*="x-small"] {
        padding-bottom: 100px;
    }
}

@media screen and (min-width: 1220px) {
    [style*="x-small"] {
        padding-bottom: 140px;
    }
}

[style*="x-small"] a {
    color: #A70034;
}

.fs-row {
    min-width: 300px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-left: auto;
    margin-right: auto;
}

@media screen and (max-width: 739px) {
    .fs-row {
        width: 100%;
    }
}

@media screen and (min-width: 740px) {
    .fs-row {
        width: 720px;
    }
}

@media screen and (min-width: 980px) {
    .fs-row {
        width: 960px;
    }
}

@media screen and (min-width: 1220px) {
    .fs-row {
        width: 1200px;
    }
}

@media screen and (min-width: 1340px) {
    .fs-row {
        width: 1240px;
    }
}

.fs-cell {
    width: 100%;
    padding: 0 20px;
}


/* ==========================================================================
	Lazysizes
============================================================================= */

.lazy_image_wrapper {
    position: relative;
}

@media print {
    .lazy_image_wrapper {
        display: none;
    }
}

.lazy_image_wrapper:not([class*="picture"]) {
    background: #D6D6D6;
}

.no-js .lazy_image_wrapper {
    display: none;
}

.js-lazy {
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    border-radius: inherit;
    opacity: 0;
    -webkit-transition: opacity 0.35s;
    -o-transition: opacity 0.35s;
    transition: opacity 0.35s;
}

.js-lazyloaded {
    opacity: 1;
}


/* ==========================================================================
	Lightbox
============================================================================= */

.fs-lightbox {
    background: rgba(0, 0, 0, 0.75);
    outline: 0;
}

.fs-lightbox .fs-lightbox-close {
    position: absolute;
    top: auto;
    right: 0;
    bottom: 100%;
    margin-bottom: 10px;
}

@media screen and (min-width: 1220px) {
    .fs-lightbox .fs-lightbox-close {
        top: 0;
        bottom: auto;
        left: 100%;
        margin-bottom: 0;
        margin-left: 10px;
    }
}

.fs-lightbox .fs-lightbox-video_wrapper {
    margin-right: auto !important;
    margin-left: auto !important;
}


/* Lightbox Tools & Controls
============================================================================= */

.fs-lightbox-tools {
    width: 100% !important;
    background: #333;
}

.fs-lightbox-controls {
    width: 100%;
}

.fs-lightbox-position {
    margin: 0;
}

.fs-lightbox-caption {
    text-align: center;
}

.fs-lightbox-caption .caption {
    margin: 0;
}


/* Lightbox Mobile
============================================================================= */

.fs-lightbox-mobile .fs-lightbox-close {
    top: 20px;
    right: 20px;
    bottom: auto;
}

.fs-lightbox-mobile .fs-lightbox-video_wrapper {
    position: absolute;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
}

.fs-lightbox-mobile .fs-lightbox-content {
    background-color: transparent;
}

.fs-lightbox-mobile .fs-lightbox-tools {
    background-color: transparent;
}

.fs-lightbox-mobile .fs-lightbox-controls {
    text-align: center;
}

.fs-lightbox-mobile .fs-lightbox-position p,
.fs-lightbox-mobile .fs-lightbox-caption p {
    color: #000;
}

.fs-lightbox-mobile.fs-lightbox-touch .fs-lightbox-toggle {
    display: none;
}

.fs-lightbox-mobile.fs-lightbox-touch .fs-lightbox-meta {
    height: auto !important;
    background: #fff;
    color: #000;
    padding: 20px;
}

.fs-viewer .fs-viewer-controls {
    display: none;
}

.pagination {
    padding-top: 30px;
}

.paginationjs-pages ul {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    list-style: none;
    margin: 0;
    padding: 0;
}

.paginationjs-prev,
.paginationjs-next {
    height: 36px;
    width: 36px;
    background-image: url("data:image/png;base64,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");
    background-size: contain;
    background-repeat: no-repeat;
    color: transparent;
    cursor: pointer;
    pointer-events: auto;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    overflow: hidden;
}

.paginationjs-prev.disabled,
.paginationjs-next.disabled {
    background-image: url("data:image/png;base64,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");
    cursor: default;
    pointer-events: none;
}

.paginationjs-prev a,
.paginationjs-next a {
    color: transparent;
}

.paginationjs-prev {
    margin-right: 20px;
    -webkit-transform: scaleX(-1);
    -ms-transform: scaleX(-1);
    transform: scaleX(-1);
}

.paginationjs-next {
    margin-left: 20px;
}

.paginationjs-page {
    font-weight: 400;
    font-family: 'Avenir-Bold', 'Avenir', sans-serif;
    border-bottom: 2px solid transparent;
    color: #000;
    margin: 0 5px;
    padding: 9px 5px 5px;
    -webkit-transition: color .25s;
    -o-transition: color .25s;
    transition: color .25s;
}

.paginationjs-page:hover,
.paginationjs-page:focus,
.paginationjs-page.active {
    color: #A70034;
}

.paginationjs-page.active {
    border-bottom-color: #A70034;
}

.paginationjs-page a {
    color: inherit;
}

div.form_label {
    font-weight: 400;
    font-family: 'Avenir-Bold', 'Avenir', sans-serif;
    font-size: 18px;
    font-size: 1.125rem;
    line-height: 1.55556;
    background: none !important;
    font-weight: 800 !important;
    margin-top: 40px !important;
    padding: 0 !important;
}

@media screen and (min-width: 740px) {
    div.form_label {
        font-size: 21px;
        font-size: 1.3125rem;
        line-height: 1.52381;
    }
}

div.form_label b {
    font-weight: inherit;
}

div.form_question {
    margin: 0 !important;
    padding: 0 !important;
}

div.form_question.required {
    background: none !important;
}

div.form_question.required label.form_label {
    color: #A70034;
}

label.form_label {
    font-weight: 400;
    font-family: 'Avenir-Bold', 'Avenir', sans-serif;
    font-size: 12px;
    font-size: 0.75rem;
    letter-spacing: 1px;
    letter-spacing: 0.0625rem;
    line-height: 1.5;
    text-transform: uppercase;
    color: #6E7072;
    margin: 30px 0 10px;
}

@media screen and (min-width: 740px) {
    label.form_label {
        font-size: 13px;
        font-size: 0.8125rem;
        line-height: 1.23077;
    }
}

.form_responses input:not([type="checkbox"]):not([type="radio"]) {
    font-weight: 400;
    font-family: 'Avenir-Light', 'Avenir', sans-serif;
    font-size: 16px;
    font-size: 1rem;
    line-height: 1.6875;
    width: 100%;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: 1px solid #6E7072;
    border-radius: 4px;
    padding: 13px 20px;
}

@media screen and (min-width: 740px) {
    .form_responses input:not([type="checkbox"]):not([type="radio"]) {
        font-size: 18px;
        font-size: 1.125rem;
        line-height: 1.66667;
    }
}

.form_responses [type="checkbox"],
.form_responses [type="radio"] {
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    cursor: pointer;
    opacity: 0;
}

.form_responses [type="checkbox"]+label,
.form_responses [type="radio"]+label {
    font-weight: 400;
    font-family: 'Avenir-Light', 'Avenir', sans-serif;
    font-size: 16px;
    font-size: 1rem;
    line-height: 1.6875;
    position: relative;
    cursor: pointer;
    display: block;
    margin: 0 0 10px;
    padding-left: 36px;
}

@media screen and (min-width: 740px) {
    .form_responses [type="checkbox"]+label,
    .form_responses [type="radio"]+label {
        font-size: 18px;
        font-size: 1.125rem;
        line-height: 1.66667;
    }
}

.form_responses [type="checkbox"]+label:before,
.form_responses [type="radio"]+label:before {
    position: absolute;
    top: 50%;
    left: 0;
    border: 1px solid #6E7072;
    margin-top: -1px;
    text-align: center;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    -webkit-transition: background .25s, border .25s;
    -o-transition: background .25s, border .25s;
    transition: background .25s, border .25s;
}

.form_responses [type="checkbox"]+label:before {
    height: 20px;
    width: 20px;
    border-radius: 2px;
    color: #fff;
    content: "\2713";
    font-size: 14px;
    font-size: 0.875rem;
    line-height: 1.45;
}

.form_responses [type="checkbox"]:checked+label:before {
    background: #A70034;
    border-color: #A70034;
}

.form_responses [type="radio"]+label:before {
    height: 16px;
    width: 16px;
    border-radius: 50%;
    -webkit-box-shadow: inset 0 0 0 4px #fff, inset 0 0 0 8px #f4f4f4;
            box-shadow: inset 0 0 0 4px #fff, inset 0 0 0 8px #f4f4f4;
    content: "";
}

.form_responses [type="radio"]:checked+label:before {
    -webkit-box-shadow: inset 0 0 0 4px #fff, inset 0 0 0 8px #A70034;
            box-shadow: inset 0 0 0 4px #fff, inset 0 0 0 8px #A70034;
}

.form_responses select {
    font-weight: 400;
    font-family: 'Avenir-Bold', 'Avenir', sans-serif;
    min-height: 50px;
    width: 100%;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: #f4f4f4;
    background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABoAAAAQCAYAAAAI0W+oAAAABGdBTUEAALGPC/xhBQAAARRJREFUOBHNkj1uwkAQhZ8JAhogyRE4AR1CoomgRErHPUiPoojbUCMq6EC0uUCuwI+gACkB/Fmx5BCvvesCMYU9uzvvffbOSDcKD85IneqPNu/kZZWGXc3X5FljrNbTTocB+gc9fvQ03eZZ/EL65HsdX0Zqtntarli7hq999j1mvq6O1vfm9ZbjGY2zzvWTvmcIovs2ORq0eFzXByCuy5P3GR5mgcVB8MQb3wBET3LKt7PCTBA8w34HwxD+SZLA1DNbzR8QQFuha+0/kK2BywfhGQtKg3F+PV30l56YrtgISoJxFh3hNAj1iSAK4q6I/TBsINSmgigywWwh1qA4mAvECUTxRI3KXqcaeVGFr1ctduR3FRctvbijJMmqrAAAAABJRU5ErkJggg==");
    background-repeat: no-repeat;
    background-position: calc(100% - 20px) 50%;
    background-size: 10px 5px;
    border: 1px solid #6E7072;
    border-radius: 4px;
    cursor: pointer;
    font-size: 16px;
    font-size: 1rem;
    line-height: normal;
    padding: 15px 40px 13px 20px;
}

@media screen and (min-width: 740px) {
    .form_responses select {
        min-height: 64px;
        padding-top: 21px;
        padding-bottom: 21px;
    }
}

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

.form_response {
    position: relative;
}

.form_response:first-child {
    margin-top: 30px !important;
}

.form_action,
.action {
    margin-bottom: 60px;
    margin-top: 40px;
}

@media screen and (min-width: 740px) {
    .form_action,
    .action {
        margin-bottom: 80px;
    }
}

@media screen and (min-width: 980px) {
    .form_action,
    .action {
        margin-bottom: 100px;
    }
}

@media screen and (min-width: 1220px) {
    .form_action,
    .action {
        margin-bottom: 140px;
    }
}

.form_action button,
.action button {
    font-weight: 400;
    font-family: 'Avenir-Bold', 'Avenir', sans-serif;
    background: #A70034;
    border-radius: 2px;
    color: #fff;
    font-size: 14px;
    font-size: 0.875rem;
    line-height: 1.71429;
    padding: 13px 25px;
    text-align: center;
    text-decoration: underline;
    -webkit-transition: background 0.25s, border 0.25s, color 0.25s;
    -o-transition: background 0.25s, border 0.25s, color 0.25s;
    transition: background 0.25s, border 0.25s, color 0.25s;
}

@media screen and (min-width: 740px) {
    .form_action button,
    .action button {
        font-size: 16px;
        font-size: 1rem;
        line-height: 1.625;
        padding: 19px 30px;
    }
}

.form_action button:focus,
.form_action button:hover,
.action button:focus,
.action button:hover {
    background: #000;
    color: #fff;
}

.dialog [role="alert"] {
    font-weight: 400;
    font-family: 'Avenir-Light', 'Avenir', sans-serif;
    font-size: 16px;
    font-size: 1rem;
    line-height: 1.6875;
    color: #A70034 !important;
    font-weight: normal !important;
}

@media screen and (min-width: 740px) {
    .dialog [role="alert"] {
        font-size: 18px;
        font-size: 1.125rem;
        line-height: 1.66667;
    }
}

.video_item_iframe_wrapper {
    opacity: 0;
    -webkit-transition: opacity .35s;
    -o-transition: opacity .35s;
    transition: opacity .35s;
}

.video_item_iframe_wrapper.loaded-media {
    opacity: 1;
}

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

.video_item_close {
    width: 40px;
    height: 40px;
    display: none;
    position: absolute;
    top: 0;
    right: 0;
    background: #A70034;
    opacity: 0;
    pointer-events: none;
    -webkit-transition: opacity 0.25s ease;
    -o-transition: opacity 0.25s ease;
    transition: opacity 0.25s ease;
    z-index: 4;
}

.video_item_close:focus {
    opacity: 1;
    pointer-events: auto;
}

.video_item_close .icon {
    width: 15px;
    height: 15px;
    display: block;
    position: absolute;
    left: 50%;
    top: 50%;
    stroke: #fff;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}


/* ==========================================================================
	Icons
============================================================================= */

.icon {
    display: block;
    stroke: inherit;
    fill: currentColor;
    -webkit-transition: fill 0.25s, stroke 0.25s;
    -o-transition: fill 0.25s, stroke 0.25s;
    transition: fill 0.25s, stroke 0.25s;
}

@media print {
    .icon {
        display: none;
    }
}

.icon_alert {
    height: 35px;
    width: 40px;
}

.icon_alert_mini {
    height: 17px;
    width: 20px;
}

.icon_arrow_left {
    height: 20px;
    width: 20px;
}

.icon_arrow_right {
    height: 20px;
    width: 20px;
}

.icon_camcorder {
    height: 12px;
    width: 14px;
}

.icon_camera {
    height: 11px;
    width: 15px;
}

.icon_chevron_down {
    height: 10px;
    width: 14px;
}

.icon_clock {
    height: 15px;
    width: 15px;
}

.icon_close {
    height: 13px;
    width: 13px;
}

.icon_expander {
    height: 28px;
    width: 28px;
}

.icon_external_link {
    height: 14px;
    width: 14px;
}

.icon_facebook {
    height: 30px;
    width: 30px;
}
.icon_x {
    height: 30px;
    width: 30px;
}

.icon_fax {
    height: 14px;
    width: 14px;
}

.icon_flickr {
    height: 10px;
    width: 22px;
}

.icon_fs_logo {
    height: 33px;
    width: 50px;
}

.icon_gear {
    height: 16px;
    width: 16px;
}

.icon_heart {
    height: 15px;
    width: 17px;
}

.icon_home {
    height: 12px;
    width: 12px;
}

.icon_instagram {
    height: 30px;
    width: 30px;
}

.icon_link {
    height: 12px;
    width: 12px;
}

.icon_logo {
    height: 64px;
    width: 265px;
}

.icon_logo_white {
    height: 64px;
    width: 265px;
}

.icon_marker {
    height: 16px;
    width: 11px;
}

.icon_email {
    height: 11px;
    width: 16px;
}

.icon_mail {
    height: 13px;
    width: 15px;
}

.icon_menu {
    height: 13px;
    width: 17px;
}

.icon_pencil {
    height: 11px;
    width: 11px;
}

.icon_phone {
    height: 14px;
    width: 14px;
}

.icon_place {
    height: 16px;
    width: 11px;
}

.icon_plus {
    height: 11px;
    width: 11px;
}

.icon_quote {
    height: 40px;
    width: 40px;
}

.icon_reset_alt {
    height: 14px;
    width: 14px;
}

.icon_search {
    height: 17px;
    width: 17px;
}

.icon_twitter {
    height: 30px;
    width: 30px;
}

.icon_user {
    height: 14px;
    width: 14px;
}

.icon_video_pause {
    height: 10px;
    width: 10px;
}

.icon_video_play {
    height: 10px;
    width: 10px;
}

.icon_youtube {
    height: 30px;
    width: 30px;
}
.icon_tiktok {
    height: 30px;
    width: 30px;
}


/* ==========================================================================
	Logo
============================================================================= */

.logo {
    display: inline-block;
    margin: 0;
}

.logo_header {
    -webkit-transform: scale(0.75);
    -ms-transform: scale(0.75);
    transform: scale(0.75);
    -webkit-transform-origin: left center;
    -ms-transform-origin: left center;
    transform-origin: left center;
}

@media screen and (min-width: 360px) {
    .logo_header {
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1);
    }
}

.logo_menu {
    margin-bottom: 22px;
}

@media screen and (min-width: 740px) {
    .logo_menu {
        margin-bottom: 44px;
    }
}

.logo_link {
    color: transparent;
    display: block;
    overflow: hidden;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    white-space: nowrap;
}

@media print {
    .logo_link:after {
        content: normal;
        display: none;
    }
}

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

.logo_icon .logo_link_label.focusable:active,
.logo_icon .logo_link_label.focusable:focus {
    width: auto;
    height: auto;
    position: static;
    clip: auto;
    margin: 0;
    overflow: visible;
}

.logo_link_icon {
    color: #000;
    display: inline-block;
    vertical-align: top;
}

@media screen and (max-width: 739px) {
    .logo_header .icon_logo_white,
    .logo_header .icon_logo {
        height: 47px;
        width: 187px;
    }
}

@media screen and (max-width: 979px) {
    .logo_menu .icon_logo_white,
    .logo_menu .icon_logo {
        height: 47px;
        width: 187px;
    }
}

@media screen and (min-width: 1220px) {
    .logo_menu .icon_logo_white,
    .logo_menu .icon_logo {
        height: 70px;
        width: 290px;
    }
}

.logo_print {
    display: none;
}

@media print {
    .logo_print {
        display: block;
    }
}


/* ==========================================================================
	Site Search
============================================================================= */

.search_handle {
    height: 60px;
    width: 60px;
    position: relative;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background: #686a6c;
    border-radius: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-transition: background .25s;
    -o-transition: background .25s;
    transition: background .25s;
}

@media print {
    .search_handle {
        display: none;
    }
}

@media screen and (min-width: 1220px) {
    .search_handle {
        height: 70px;
        width: 70px;
    }
}

.increased-contrast-on .search_handle {
    background: #000;
}

@media screen and (min-width: 980px) {
    .increased-contrast-on .search_handle {
        border-left: 1px solid #fff;
        border-bottom: 1px solid #fff;
    }
}

.search_handle:hover,
.search_handle:focus {
    background: #000;
}

.increased-contrast-on .search_handle:hover,
.increased-contrast-on .search_handle:focus {
    background: #A70034;
}

.search_handle_icon {
    margin-bottom: 10px;
    pointer-events: none;
    stroke: #fff;
}

.search_handle_label {
    font-weight: 400;
    font-family: 'Avenir-Light', 'Avenir', sans-serif;
    color: rgba(255, 255, 255, 0.9);
    font-size: 10px;
    font-size: 0.625rem;
    letter-spacing: .75px;
    letter-spacing: 0.04688rem;
    text-decoration: underline;
    -webkit-text-decoration-color: transparent;
    text-decoration-color: transparent;
    text-transform: uppercase;
    -webkit-transition: -webkit-text-decoration-color .25s;
    transition: -webkit-text-decoration-color .25s;
    -o-transition: text-decoration-color .25s;
    transition: text-decoration-color .25s;
    transition: text-decoration-color .25s, -webkit-text-decoration-color .25s;
}

.search_handle:hover .search_handle_label,
.search_handle:focus .search_handle_label {
    -webkit-text-decoration-color: currentColor;
    text-decoration-color: currentColor;
}

.site_search {
    position: relative;
}

@media screen and (max-width: 739px) {
    .site_search {
        margin-bottom: -25px;
        padding: 0 20px;
    }
}

@media screen and (min-width: 740px) {
    .site_search {
        margin-bottom: 59px;
    }
}

.site_search_label {
    font-weight: 400;
    font-family: 'Avenir-Bold', 'Avenir', sans-serif;
    font-size: 12px;
    font-size: 0.75rem;
    letter-spacing: 1px;
    letter-spacing: 0.0625rem;
    line-height: 1.5;
    text-transform: uppercase;
    color: #6E7072;
    display: block;
    margin-bottom: 10px;
}

@media screen and (min-width: 740px) {
    .site_search_label {
        font-size: 13px;
        font-size: 0.8125rem;
        line-height: 1.23077;
    }
}

@media screen and (min-width: 740px) {
    .site_search_label {
        color: #edccd6;
    }
}

@media screen and (min-width: 1220px) {
    .site_search_label {
        margin-bottom: 15px;
    }
}

.increased-contrast-on .site_search_label {
    color: #000;
}

@media screen and (min-width: 740px) {
    .increased-contrast-on .site_search_label {
        color: #fff;
    }
}

.site_search_field {
    position: relative;
}

.site_search_input {
    font-weight: 400;
    font-family: 'Avenir-Light', 'Avenir', sans-serif;
    min-height: 50px;
    width: 100%;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: #fff;
    border: 1px solid #D6D6D6;
    border-radius: 2px;
    color: #000;
    font-size: 16px;
    font-size: 1rem;
    line-height: normal;
    padding: 13px 70px 13px 25px;
    -webkit-transition: border .25s, -webkit-box-shadow .25s;
    -webkit-transition: border .25s, box-shadow .25s;
    transition: border .25s, -webkit-box-shadow .25s;
    -o-transition: border .25s, box-shadow .25s;
    transition: border .25s, box-shadow .25s;
    transition: border .25s, box-shadow .25s, -webkit-box-shadow .25s;
}

@media screen and (min-width: 740px) {
    .site_search_input {
        border: 0;
        border-radius: 4px;
        padding: 14px 70px 14px 25px;
    }
}

@media screen and (min-width: 1220px) {
    .site_search_input {
        min-height: 64px;
        padding: 21px 84px 21px 25px;
    }
}

.site_search_input::-webkit-clear-button,
.site_search_input::-webkit-search-cancel-button {
    display: none;
}

.increased-contrast-on .site_search_input {
    border-color: #000;
}

@media screen and (max-width: 739px) {
    .site_search_input:hover,
    .site_search_input:focus {
        border-color: #A70034;
    }
}

@media screen and (min-width: 740px) {
    .site_search_input:hover,
    .site_search_input:focus {
        -webkit-box-shadow: 0 0 0 6px #A70034, 0 0 0 7px rgba(255, 255, 255, 0.4);
                box-shadow: 0 0 0 6px #A70034, 0 0 0 7px rgba(255, 255, 255, 0.4);
    }
}

@media screen and (min-width: 740px) {
    .increased-contrast-on .site_search_input:hover,
    .increased-contrast-on .site_search_input:focus {
        -webkit-box-shadow: 0 0 0 6px #000, 0 0 0 7px rgba(255, 255, 255, 0.4);
                box-shadow: 0 0 0 6px #000, 0 0 0 7px rgba(255, 255, 255, 0.4);
    }
}

.site_search_input::-webkit-search-cancel-button {
    position: relative;
    right: 0;
}

.site_search_input::-webkit-input-placeholder {
    text-overflow: ellipsis;
}

.site_search_input::-moz-placeholder {
    text-overflow: ellipsis;
}

.site_search_input:-ms-input-placeholder {
    text-overflow: ellipsis;
}

.site_search_input::-ms-input-placeholder {
    text-overflow: ellipsis;
}

.site_search_input::-webkit-input-placeholder {
    text-overflow: ellipsis;
}

.site_search_input::-moz-placeholder {
    text-overflow: ellipsis;
}

.site_search_input:-ms-input-placeholder {
    text-overflow: ellipsis;
}

.site_search_input::placeholder {
    -o-text-overflow: ellipsis;
       text-overflow: ellipsis;
}

.site_search_button {
    height: 100%;
    width: 50px;
    position: absolute;
    top: 0;
    right: 0;
    background: #A70034;
    border-radius: 0 2px 2px 0;
    cursor: pointer;
    -webkit-transition: background .25s, -webkit-box-shadow .25s;
    -webkit-transition: background .25s, box-shadow .25s;
    transition: background .25s, -webkit-box-shadow .25s;
    -o-transition: background .25s, box-shadow .25s;
    transition: background .25s, box-shadow .25s;
    transition: background .25s, box-shadow .25s, -webkit-box-shadow .25s;
}

@media screen and (min-width: 740px) {
    .site_search_button {
        background: #f4f4f4;
        border-radius: 0 4px 4px 0;
    }
}

@media screen and (min-width: 1220px) {
    .site_search_button {
        width: 64px;
    }
}

.increased-contrast-on .site_search_button {
    background: #A70034;
    -webkit-box-shadow: inset 0 1px 0 0 #000, inset -1px 0 0 0 #000, inset 0 -1px 0 0 #000, inset 0 2px 0 0 #fff, inset -2px 0 0 0 #fff, inset 0 -2px 0 0 #fff;
            box-shadow: inset 0 1px 0 0 #000, inset -1px 0 0 0 #000, inset 0 -1px 0 0 #000, inset 0 2px 0 0 #fff, inset -2px 0 0 0 #fff, inset 0 -2px 0 0 #fff;
}

@media screen and (min-width: 740px) {
    .increased-contrast-on .site_search_button {
        background: #000;
        -webkit-box-shadow: inset 0 0 0 1px #fff;
                box-shadow: inset 0 0 0 1px #fff;
    }
}

.site_search_button:focus,
.site_search_button:hover {
    background: #000;
}

.increased-contrast-on .site_search_button:focus,
.increased-contrast-on .site_search_button:hover {
    -webkit-box-shadow: inset 0 1px 0 0 #000, inset -1px 0 0 0 #000, inset 0 -1px 0 0 #000, inset 0 2px 0 0 #fff, inset -2px 0 0 0 #fff, inset 0 -2px 0 0 #fff;
            box-shadow: inset 0 1px 0 0 #000, inset -1px 0 0 0 #000, inset 0 -1px 0 0 #000, inset 0 2px 0 0 #fff, inset -2px 0 0 0 #fff, inset 0 -2px 0 0 #fff;
}

@media screen and (min-width: 740px) {
    .increased-contrast-on .site_search_button:focus,
    .increased-contrast-on .site_search_button:hover {
        background: #A70034;
        -webkit-box-shadow: inset 0 0 0 1px transparent;
                box-shadow: inset 0 0 0 1px transparent;
    }
}

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

.site_search_button_label.focusable:active,
.site_search_button_label.focusable:focus {
    width: auto;
    height: auto;
    position: static;
    clip: auto;
    margin: 0;
    overflow: visible;
}

.site_search_button_icon {
    position: absolute;
    top: 50%;
    left: 50%;
    pointer-events: none;
    stroke: #fff;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

@media screen and (min-width: 740px) {
    .site_search_button_icon {
        stroke: #6E7072;
    }
}

@media screen and (min-width: 740px) {
    .increased-contrast-on .site_search_button_icon {
        stroke: #fff;
    }
}

.site_search_button:hover .site_search_button_icon,
.site_search_button:focus .site_search_button_icon {
    stroke: #fff;
}


/* ==========================================================================
	Meta
============================================================================= */

.meta {
    margin-bottom: 28px;
}

@media (min-width: 600px) {
    .meta {
        width: 50%;
        padding-right: 28px;
    }
}

.meta_title {
    font-weight: 400;
    font-family: 'Avenir-Bold', 'Avenir', sans-serif;
    font-size: 12px;
    font-size: 0.75rem;
    letter-spacing: 1px;
    letter-spacing: 0.0625rem;
    line-height: 1.5;
    text-transform: uppercase;
    color: #fff;
    display: block;
    margin-bottom: 12px;
}

@media screen and (min-width: 740px) {
    .meta_title {
        font-size: 13px;
        font-size: 0.8125rem;
        line-height: 1.23077;
    }
}

@media screen and (min-width: 740px) {
    .meta_title {
        margin-bottom: 14px;
    }
}


/* Details
============================================================================= */

.meta_details {
    font-weight: 400;
    font-family: 'Avenir-Light', 'Avenir', sans-serif;
    color: #fff;
    font-size: 14px;
    font-size: 0.875rem;
    line-height: 1.71429;
}

@media screen and (min-width: 740px) {
    .meta_details {
        font-size: 16px;
        font-size: 1rem;
        line-height: 1.5;
    }
}

.meta_detail {
    display: block;
}

@media screen and (min-width: 740px) {
    .meta_detail_address {
        margin-bottom: 8px;
    }
}

.meta_detail_label {
    color: inherit;
}

@media print {
    .meta_detail_label:after {
        content: normal;
        display: none;
    }
}

@media screen and (min-width: 740px) {
    .meta_address_street {
        display: block;
    }
}

.site_menu .accessibility {
    border-top: 1px solid #000;
    margin-top: 26px;
    padding-top: 32px;
}

@media screen and (min-width: 740px) {
    .site_menu .accessibility {
        display: none;
    }
}

.increased-contrast-on .site_menu .accessibility {
    border-color: #fff;
}

.accessibility_title {
    font-weight: 400;
    font-family: 'Avenir-Bold', 'Avenir', sans-serif;
    font-size: 12px;
    font-size: 0.75rem;
    letter-spacing: 1px;
    letter-spacing: 0.0625rem;
    line-height: 1.5;
    text-transform: uppercase;
    color: #edccd6;
    margin: 0 0 12px;
}

@media screen and (min-width: 740px) {
    .accessibility_title {
        font-size: 13px;
        font-size: 0.8125rem;
        line-height: 1.23077;
    }
}

.increased-contrast-on .accessibility_title {
    color: #fff;
}

.accessibility_icon {
    display: none;
}

.utility_nav .accessibility_items,
.utility_nav .accessibility_items_desktop_hide {
    padding-right: 20px;
    padding-left: 20px;
    width: 100%;
    position: absolute;
    bottom: 100%;
    left: 0;
    background: #000;
    opacity: 0;
    visibility: hidden;
    padding-top: 24px;
    padding-bottom: 24px;
    text-align: right;
    -webkit-transition: opacity .25s, visibility .25s, -webkit-transform .25s;
    transition: opacity .25s, visibility .25s, -webkit-transform .25s;
    -o-transition: opacity .25s, transform .25s, visibility .25s;
    transition: opacity .25s, transform .25s, visibility .25s;
    transition: opacity .25s, transform .25s, visibility .25s, -webkit-transform .25s;
}

@media screen and (min-width: 740px) {
    .utility_nav .accessibility_items,
    .utility_nav .accessibility_items_desktop_hide {
        padding-right: calc((100% - 720px) / 2 + 20px);
    }
}

@media screen and (min-width: 980px) {
    .utility_nav .accessibility_items,
    .utility_nav .accessibility_items_desktop_hide {
        padding-right: calc((100% - 960px) / 2 + 20px);
    }
}

@media screen and (min-width: 1220px) {
    .utility_nav .accessibility_items,
    .utility_nav .accessibility_items_desktop_hide {
        padding-right: calc((100% - 1200px) / 2 + 20px);
    }
}

@media screen and (min-width: 1340px) {
    .utility_nav .accessibility_items,
    .utility_nav .accessibility_items_desktop_hide {
        padding-right: calc((100% - 1240px) / 2 + 20px);
    }
}

@media screen and (min-width: 740px) {
    .utility_nav .accessibility_items,
    .utility_nav .accessibility_items_desktop_hide {
        padding-left: calc((100% - 720px) / 2 + 20px);
    }
}

@media screen and (min-width: 980px) {
    .utility_nav .accessibility_items,
    .utility_nav .accessibility_items_desktop_hide {
        padding-left: calc((100% - 960px) / 2 + 20px);
    }
}

@media screen and (min-width: 1220px) {
    .utility_nav .accessibility_items,
    .utility_nav .accessibility_items_desktop_hide {
        padding-left: calc((100% - 1200px) / 2 + 20px);
    }
}

@media screen and (min-width: 1340px) {
    .utility_nav .accessibility_items,
    .utility_nav .accessibility_items_desktop_hide {
        padding-left: calc((100% - 1240px) / 2 + 20px);
    }
}

.utility_nav .accessibility_items.fs-swap-active,
.utility_nav .accessibility_items_desktop_hide.fs-swap-active {
    opacity: 1;
    visibility: visible;
}

.increased-contrast-on .utility_nav .accessibility_items,
.increased-contrast-on .utility_nav .accessibility_items_desktop_hide {
    border-top: 1px solid #fff;
}

.utility_nav .accessibility.desktop_hide .accessibility_items,
.utility_nav .accessibility.desktop_hide .accessibility_items_desktop_hide {
    bottom: auto;
    top: 44px;
}

.accessibility_item {
    border: 0;
    margin: 0 0 10px;
    padding: 0;
}

.site_menu .accessibility_item {
    margin: 0 0 10px;
}

.site_menu .accessibility_item:last-child {
    margin-bottom: 0;
}

.utility_nav .accessibility_item {
    position: relative;
    display: inline-block;
    margin: 0;
    vertical-align: middle;
}

.utility_nav .accessibility_item:first-child {
    margin-right: 12px;
    padding-right: 20px;
}

@media screen and (min-width: 980px) {
    .utility_nav .accessibility_item:first-child {
        margin-right: 24px;
        padding-right: 30px;
    }
}

.utility_nav .accessibility_item:first-child:after {
    height: 45px;
    width: 1px;
    position: absolute;
    top: 50%;
    right: 0;
    background: rgba(255, 255, 255, 0.3);
    content: "";
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
}

.utility_nav .accessibility_item:nth-child(2) {
    margin-right: 24px;
}

@media screen and (min-width: 980px) {
    .utility_nav .accessibility_item:nth-child(2) {
        margin-right: 48px;
    }
}

.accessibility_item_inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.accessibility_item_hint {
    font-weight: 400;
    font-family: 'Avenir-Bold', 'Avenir', sans-serif;
    min-width: 130px;
    color: #fff;
    display: inline-block;
    font-size: 14px;
    font-size: 0.875rem;
    line-height: 1.71429;
    margin-right: 15px;
    vertical-align: middle;
}

@media screen and (min-width: 980px) {
    .utility_nav .accessibility_item_hint {
        font-size: 16px;
        font-size: 1rem;
        line-height: 1.625;
        margin-right: 25px;
    }
}

.accessibility_item_toggle {
    display: inline-block;
    vertical-align: middle;
}

@media screen and (min-width: 980px) {
    .accessibility_item_toggle {
        position: relative;
        top: 2px;
    }
}

.accessibility_item_field {
    position: relative;
    margin-right: 16px;
}

.accessibility_item_field:last-child {
    margin-right: 0;
}

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

.accessibility_item_radio.focusable:active,
.accessibility_item_radio.focusable:focus {
    width: auto;
    height: auto;
    position: static;
    clip: auto;
    margin: 0;
    overflow: visible;
}

.accessibility_item_label {
    font-weight: 400;
    font-family: 'Avenir-Light', 'Avenir', sans-serif;
    position: relative;
    color: #fff;
    cursor: pointer;
    font-size: 12px;
    font-size: 0.75rem;
    letter-spacing: 1px;
    letter-spacing: 0.0625rem;
    line-height: 2;
    padding: 7px 2px 3px;
    text-transform: uppercase;
    -webkit-transition: color .25s;
    -o-transition: color .25s;
    transition: color .25s;
}

.accessibility_item_radio:hover+.accessibility_item_label:before,
.accessibility_item_radio:focus+.accessibility_item_label:before {
    -webkit-transform: scale(1.15);
    -ms-transform: scale(1.15);
    transform: scale(1.15);
}

.site_menu .accessibility_item_radio:hover+.accessibility_item_label,
.site_menu .accessibility_item_radio:focus+.accessibility_item_label {
    color: #edccd6;
}

.increased-contrast-on .site_menu .accessibility_item_radio:hover+.accessibility_item_label,
.increased-contrast-on .site_menu .accessibility_item_radio:focus+.accessibility_item_label {
    color: #F8DA80;
}

.utility_nav .accessibility_item_radio:hover+.accessibility_item_label,
.utility_nav .accessibility_item_radio:focus+.accessibility_item_label {
    color: #F8DA80;
}

.accessibility_item_label.focus {
    outline: 1px solid rgba(255, 255, 255, 0.65);
    outline-offset: 3px;
}

.accessibility_item_label:before {
    height: 16px;
    width: 16px;
    position: relative;
    top: -2px;
    border: 1px solid #D6D6D6;
    border-radius: 50%;
    content: "";
    display: inline-block;
    margin-right: 5px;
    pointer-events: none;
    vertical-align: middle;
    -webkit-transition: -webkit-box-shadow .25s, -webkit-transform .25s;
    -webkit-transition: box-shadow .25s, -webkit-transform .25s;
    transition: box-shadow .25s, -webkit-transform .25s;
    transition: -webkit-box-shadow .25s, -webkit-transform .25s;
    -o-transition: box-shadow .25s, transform .25s;
    transition: box-shadow .25s, transform .25s;
    transition: box-shadow .25s, transform .25s, -webkit-box-shadow .25s, -webkit-transform .25s;
    transition: box-shadow .25s, transform .25s, -webkit-transform .25s;
}

.site_menu .accessibility_item_radio:checked+.accessibility_item_label:before {
    -webkit-box-shadow: inset 0 0 0 4px #A70034, inset 0 0 0 8px #fff;
            box-shadow: inset 0 0 0 4px #A70034, inset 0 0 0 8px #fff;
}

.increased-contrast-on .site_menu .accessibility_item_radio:checked+.accessibility_item_label:before {
    -webkit-box-shadow: inset 0 0 0 4px #000, inset 0 0 0 8px #fff;
            box-shadow: inset 0 0 0 4px #000, inset 0 0 0 8px #fff;
}

.utility_nav .accessibility_item_radio:checked+.accessibility_item_label:before {
    -webkit-box-shadow: inset 0 0 0 4px #000, inset 0 0 0 8px #fff;
            box-shadow: inset 0 0 0 4px #000, inset 0 0 0 8px #fff;
}

.accessibility_link {
    font-weight: 400;
    font-family: 'Avenir-Bold', 'Avenir', sans-serif;
    color: #fff;
    display: inline-block;
    font-size: 14px;
    font-size: 0.875rem;
    line-height: 1.71429;
    padding: 10px 0;
    text-decoration: underline;
    -webkit-transition: color .25s;
    -o-transition: color .25s;
    transition: color .25s;
}

.site_menu .accessibility_link {
    vertical-align: top;
}

.utility_nav .accessibility_link {
    vertical-align: middle;
}

@media screen and (min-width: 980px) {
    .utility_nav .accessibility_link {
        font-size: 16px;
        font-size: 1rem;
        line-height: 1.625;
    }
}

.site_menu .accessibility_link:hover,
.site_menu .accessibility_link:focus {
    color: #edccd6;
}

.utility_nav .accessibility_link:hover,
.utility_nav .accessibility_link:focus {
    color: #F8DA80;
}


/* ==========================================================================
	Footer
============================================================================= */

.footer {
    position: relative;
    background: #6E7072;
    overflow: hidden;
    padding: 40px 0;
}

@media print {
    .footer {
        display: none;
    }
}

@media screen and (min-width: 740px) {
    .footer {
        padding-bottom: 70px;
    }
}

@media screen and (min-width: 980px) {
    .footer {
        padding: 70px 0;
    }
}

.increased-contrast-on .footer {
    background: #000;
}

.footer_ribbon_inner {
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    margin-bottom: 28px;
    padding-bottom: 25px;
}

@media screen and (min-width: 980px) {
    .footer_ribbon_inner {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        padding-bottom: 12px;
    }
}

.increased-contrast-on .footer_ribbon_inner {
    border-color: #fff;
}

@media (min-width: 600px) {
    .footer_ribbon_group {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }
}

@media screen and (min-width: 980px) {
    .footer_ribbon_group {
        max-width: 600px;
        -webkit-box-flex: 1;
        -ms-flex: auto;
        flex: auto;
    }
}

@media (min-width: 360px) and (max-width: 499px) {
    .footer_ribbon_sole {
        -webkit-box-align: end;
        -ms-flex-align: end;
        align-items: flex-end;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }
}

@media screen and (min-width: 980px) {
    .footer_ribbon_sole {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }
}


/* Campuses
============================================================================= */

.campuses_block {
    margin-bottom: 18px;
}

@media (min-width: 600px) {
    .campuses_block {
        width: 50%;
    }
}

.campuses_title {
    font-weight: 400;
    font-family: 'Avenir-Bold', 'Avenir', sans-serif;
    font-size: 12px;
    font-size: 0.75rem;
    letter-spacing: 1px;
    letter-spacing: 0.0625rem;
    line-height: 1.5;
    text-transform: uppercase;
    color: #fff;
    display: block;
    margin-bottom: 12px;
}

@media screen and (min-width: 740px) {
    .campuses_title {
        font-size: 13px;
        font-size: 0.8125rem;
        line-height: 1.23077;
    }
}

@media screen and (min-width: 740px) {
    .campuses_title {
        margin-bottom: 14px;
    }
}

.campus {
    font-size: 14px;
    font-size: 0.875rem;
    line-height: 1.71429;
    margin-bottom: 4px;
}

@media screen and (min-width: 740px) {
    .campus {
        font-size: 16px;
        font-size: 1rem;
        line-height: 1.5;
        margin-bottom: 10px;
    }
}

.campus:last-child {
    margin-bottom: 0;
}

.campus_link {
    font-weight: 400;
    font-family: 'Avenir-Bold', 'Avenir', sans-serif;
    color: #fff;
    display: block;
    margin-right: 8px;
}

.campus_link_inner {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.campus_link_label {
    margin-right: 10px;
    text-decoration: underline;
    -webkit-transition: color .25s, -webkit-text-decoration-color .25s;
    transition: color .25s, -webkit-text-decoration-color .25s;
    -o-transition: color .25s, text-decoration-color .25s;
    transition: color .25s, text-decoration-color .25s;
    transition: color .25s, text-decoration-color .25s, -webkit-text-decoration-color .25s;
}

.campus_link:hover .campus_link_label,
.campus_link:focus .campus_link_label {
    color: #f4f4f4;
    -webkit-text-decoration-color: #A70034;
    text-decoration-color: #A70034;
}

.increased-contrast-on .campus_link:hover .campus_link_label,
.increased-contrast-on .campus_link:focus .campus_link_label {
    color: #F8DA80;
    -webkit-text-decoration-color: currentColor;
    text-decoration-color: currentColor;
}

.campus_link_location {
    font-weight: 400;
    font-family: 'Avenir', 'Avenir', sans-serif;
    color: #fff;
    margin-right: 10px;
    font-style: italic;
}

.campus_link_icon {
    position: relative;
    top: -1px;
}


/* Copyright
============================================================================= */

.copyright {
    font-weight: 400;
    font-family: 'Avenir', 'Avenir', sans-serif;
    color: #fff;
    font-size: 14px;
    font-size: 0.875rem;
    line-height: 1.71429;
    margin: 5px 0;
    text-transform: uppercase;
}

@media screen and (min-width: 500px) {
    .copyright {
        font-size: 13px;
        font-size: 0.8125rem;
        letter-spacing: 1px;
        letter-spacing: 0.0625rem;
        line-height: 1.84615;
        margin: 0;
    }
}

@media screen and (max-width: 499px) {
    .copyright_holder_name {
        display: none;
    }
}


/* ==========================================================================
	Header
============================================================================= */

.header {
    position: relative;
}

@media print {
    .header:before {
        font-weight: 400;
        font-family: 'Avenir-Black', 'Avenir', sans-serif;
        font-size: 28px;
        font-size: 1.75rem;
        letter-spacing: .5px;
        letter-spacing: 0.03125rem;
        line-height: 1.28571;
        content: "Sacred Heart University";
        display: block;
        padding: 20px 20px 40px;
    }
}

.page_layout_home .header {
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

@media print {
    .page_layout_home .header {
        position: relative;
    }
}

/*
.page_layout_home.page_has_top_banner .header {
    top: var(--top_banner_height, 50px);
}
*/
.header_ribbon {
    position: relative;
    z-index: 22;
    padding: 28px 0 24px;
}

@media print {
    .header_ribbon {
        display: none;
    }
}

@media screen and (min-width: 740px) {
    .header_ribbon {
        padding-top: 70px;
    }
    .page_has_top_banner .header_ribbon {
        padding-top: 28px;
    }
}

.header_group {
    position: fixed;
    top: 0;
    right: 0;
    -webkit-transition: top 0.25s ease;
    -o-transition: top 0.25s ease;
    transition: top 0.25s ease;
    z-index: 40;
}

.header_group.slide-down {
    top: 44px;
}

body.page_has_top_banner .header_group {
    top: var(--top_banner_height, 50px);
}

@media screen and (max-width: 979px) {
    .header_group {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
        flex-direction: row-reverse;
    }
}


/* ==========================================================================
	Menu
============================================================================= */

.menu_handle {
    height: 60px;
    width: 60px;
    position: relative;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background: #9a0030;
    border-radius: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-transition: background .25s;
    -o-transition: background .25s;
    transition: background .25s;
}

@media print {
    .menu_handle {
        display: none;
    }
}

@media screen and (min-width: 1220px) {
    .menu_handle {
        height: 70px;
        width: 70px;
    }
}

.increased-contrast-on .menu_handle {
    background: #000;
    border-left: 1px solid #fff;
}

@media screen and (min-width: 980px) {
    .increased-contrast-on .menu_handle {
        border-bottom: 1px solid #fff;
    }
}

.menu_handle:hover,
.menu_handle:focus {
    background: #000;
}

.increased-contrast-on .menu_handle:hover,
.increased-contrast-on .menu_handle:focus {
    background: #A70034;
}

.menu_handle_icon {
    margin-bottom: 10px;
    pointer-events: none;
    stroke: #fff;
}

.menu_handle_label {
    font-weight: 400;
    font-family: 'Avenir-Light', 'Avenir', sans-serif;
    color: rgba(255, 255, 255, 0.9);
    font-size: 10px;
    font-size: 0.625rem;
    letter-spacing: .75px;
    letter-spacing: 0.04688rem;
    text-decoration: underline;
    -webkit-text-decoration-color: transparent;
    text-decoration-color: transparent;
    text-transform: uppercase;
    -webkit-transition: -webkit-text-decoration-color .25s;
    transition: -webkit-text-decoration-color .25s;
    -o-transition: text-decoration-color .25s;
    transition: text-decoration-color .25s;
    transition: text-decoration-color .25s, -webkit-text-decoration-color .25s;
}

.menu_handle:hover .menu_handle_label,
.menu_handle:focus .menu_handle_label {
    -webkit-text-decoration-color: currentColor;
    text-decoration-color: currentColor;
}


/* Menu Body
============================================================================= */

.site_menu {
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    height: 100%;
    width: 100%;
    position: fixed;
    top: 0;
    right: 0;
    z-index: 900;
    display: block;
    overflow-x: hidden;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    -webkit-transition: opacity 0.35s, visibility 0.35s;
    -o-transition: opacity 0.35s, visibility 0.35s;
    transition: opacity 0.35s, visibility 0.35s;
}

[data-whatinput="mouse"] .site_menu:focus,
[data-whatinput="touch"] .site_menu:focus {
    outline: 0;
}

@media (prefers-reduced-motion: reduce) {
    .site_menu {
        -webkit-transition-duration: 0.6s;
        -o-transition-duration: 0.6s;
           transition-duration: 0.6s;
    }
}

@media screen and (max-width: 739px) {
    .site_menu {
        background: #fff;
    }
}

@media screen and (min-width: 740px) {
    .site_menu {
        -webkit-transition: opacity 0.35s .35s, visibility 0.35s .35s;
        -o-transition: opacity 0.35s .35s, visibility 0.35s .35s;
        transition: opacity 0.35s .35s, visibility 0.35s .35s;
    }
}

@media print {
    .site_menu {
        display: none;
    }
}

.site_menu.fs-swap-active {
    pointer-events: auto;
    opacity: 1;
    visibility: visible;
    -webkit-transition: opacity 0.35s, visibility 0.35s;
    -o-transition: opacity 0.35s, visibility 0.35s;
    transition: opacity 0.35s, visibility 0.35s;
}

@media screen and (min-width: 740px) {
    .menu_inner {
        min-height: 100%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }
}

.menu_main {
    background: #fff;
    padding: 28px 20px;
}

@media screen and (min-width: 740px) {
    .menu_main {
        width: 50%;
        padding: 60px 40px 150px;
        -webkit-transform: translate(-100%, 0);
        -ms-transform: translate(-100%, 0);
        transform: translate(-100%, 0);
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
        -webkit-transition: -webkit-transform .5s;
        transition: -webkit-transform .5s;
        -o-transition: transform .5s;
        transition: transform .5s;
        transition: transform .5s, -webkit-transform .5s;
        will-change: transform;
    }
}

@media screen and (min-width: 980px) {
    .menu_main {
        padding: 106px 60px 150px;
    }
}

@media screen and (min-width: 1220px) {
    .menu_main {
        padding-right: 120px;
        padding-left: 120px;
    }
}

@media screen and (min-width: 740px) {
    .fs-swap-active .menu_main {
        -webkit-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
        transform: translate(0, 0);
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

@media screen and (min-width: 740px) {
    .menu_aside {
        width: 50%;
        background: #A70034;
        padding: 60px 40px 150px;
        -webkit-transform: translate(100%, 0);
        -ms-transform: translate(100%, 0);
        transform: translate(100%, 0);
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
        -webkit-transition: -webkit-transform .5s;
        transition: -webkit-transform .5s;
        -o-transition: transform .5s;
        transition: transform .5s;
        transition: transform .5s, -webkit-transform .5s;
        will-change: transform;
    }
}

@media screen and (min-width: 980px) {
    .menu_aside {
        padding: 112px 60px 150px;
    }
}

@media screen and (min-width: 1220px) {
    .menu_aside {
        padding-right: 120px;
        padding-left: 120px;
    }
}

@media screen and (min-width: 740px) {
    .fs-swap-active .menu_aside {
        -webkit-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
        transform: translate(0, 0);
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

@media screen and (min-width: 740px) {
    .increased-contrast-on .menu_aside {
        background: #000;
    }
}

@media screen and (max-width: 739px) {
    .menu_aside_group {
        background: #A70034;
        padding: 36px 20px;
    }
}

@media screen and (max-width: 739px) {
    .increased-contrast-on .menu_aside_group {
        background: #000;
    }
}


/* Menu Close
============================================================================= */

.menu_close {
    height: 60px;
    width: 60px;
    position: absolute;
    top: 0;
    right: 0;
    background: #A70034;
    display: block;
    color: #fff;
    -webkit-transition: background .25s, color .25s;
    -o-transition: background .25s, color .25s;
    transition: background .25s, color .25s;
}

@media screen and (min-width: 740px) {
    .menu_close {
        height: auto;
        width: auto;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        background: none;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        padding: 10px;
    }
}

@media screen and (min-width: 980px) {
    .menu_close {
        padding: 18px 20px;
    }
}

.menu_close:hover,
.menu_close:focus {
    color: #edccd6;
}

@media screen and (max-width: 739px) {
    .menu_close:hover,
    .menu_close:focus {
        background: #000;
    }
}

.increased-contrast-on .menu_close:hover,
.increased-contrast-on .menu_close:focus {
    color: #F8DA80;
}

@media screen and (max-width: 739px) {
    .increased-contrast-on .menu_close:hover,
    .increased-contrast-on .menu_close:focus {
        background: #A70034;
    }
}

.increased-contrast-on .menu_close {
    background: #000;
}

@media screen and (max-width: 739px) {
    .menu_close_label {
        width: 1px;
        height: 1px;
        position: absolute;
        border: 0;
        clip: rect(0 0 0 0);
        margin: -1px;
        overflow: hidden;
        padding: 0;
    }
    .menu_close_label.focusable:active,
    .menu_close_label.focusable:focus {
        width: auto;
        height: auto;
        position: static;
        clip: auto;
        margin: 0;
        overflow: visible;
    }
}

@media screen and (min-width: 740px) {
    .menu_close_label {
        font-weight: 400;
        font-family: 'Avenir-Bold', 'Avenir', sans-serif;
        font-size: 16px;
        font-size: 1rem;
        line-height: 1.5;
        margin-right: 8px;
    }
}

.menu_close_icon {
    stroke: #fff;
}

@media screen and (max-width: 739px) {
    .menu_close_icon {
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%) scale(1.15);
        -ms-transform: translate(-50%, -50%) scale(1.15);
        transform: translate(-50%, -50%) scale(1.15);
    }
}


/* ==========================================================================
	Page
============================================================================= */

.page_wrapper {
    width: 100%;
    min-height: 100vh;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.page {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
}

[data-whatinput="mouse"] .page_feature:focus,
[data-whatinput="touch"] .page_feature:focus {
    outline: 0;
}

@media screen and (min-width: 980px) {
    .page_aside {
        float: right;
    }
}

.page_main_content {
    display: block;
    padding-top: 30px;
}

[data-whatinput="mouse"] .page_main_content:focus,
[data-whatinput="touch"] .page_main_content:focus {
    outline: 0;
}

@media screen and (min-width: 740px) {
    .page_main_content {
        padding-top: 60px;
    }
}

@media screen and (min-width: 1220px) {
    .page_main_content {
        max-width: 935px;
        margin: 0 auto;
    }
}

.page_layout_listing .page_main_content {
    padding-top: 0;
}

.page_header {
    position: relative;
    margin-bottom: -4px;
}

@media print {
    .page_header {
        margin-bottom: 0;
    }
}

.page_header_inner {
    border-bottom: 1px solid #A70034;
    padding-bottom: 32px;
}

@media print {
    .page_header_inner {
        border-color: #D6D6D6;
        padding-bottom: 22px;
    }
}

@media screen and (max-width: 739px) {
    .page_layout_404 .page_header_inner:before {
        height: calc(100% + 60px);
        width: 100px;
        position: absolute;
        bottom: 0;
        right: 0;
        background-image: url("../images/big_red.png");
        background-repeat: no-repeat;
        background-size: contain;
        background-position: right bottom;
        content: "";
    }
}

.page_layout_404 .page_header_inner {
    position: relative;
}

@media screen and (max-width: 739px) {
    .page_layout_404 .page_header_inner {
        padding-right: 120px;
    }
}

.page_layout_collapse .page_header_inner {
    border-bottom: 0;
    padding-bottom: 22px;
}

.layout_no_breadcrumb .page_header_inner {
    margin-top: 32px;
}

@media print {
    .layout_no_breadcrumb .page_header_inner {
        margin-top: 0;
    }
}

@media screen and (min-width: 740px) {
    .layout_no_breadcrumb .page_header_inner {
        margin-top: 49px;
    }
}

.increased-contrast-on .page_header_inner {
    border-color: #000;
}

.page_title {
    font-weight: 400;
    font-family: 'Avenir-Black', 'Avenir', sans-serif;
    font-size: 28px;
    font-size: 1.75rem;
    letter-spacing: .5px;
    letter-spacing: 0.03125rem;
    line-height: 1.28571;
    display: inline;
    margin: 0 20px 0 0;
    vertical-align: middle;
}

@media screen and (min-width: 740px) {
    .page_title {
        font-size: 40px;
        font-size: 2.5rem;
        line-height: 1.2;
    }
}

@media screen and (min-width: 980px) {
    .page_title {
        font-size: 48px;
        font-size: 3rem;
        line-height: 1.16667;
    }
}

.page_intro {
    font-weight: 400;
    font-family: 'Avenir', 'Avenir', sans-serif;
    font-size: 20px;
    font-size: 1.25rem;
    line-height: 1.6;
    max-width: 380px;
    color: #6E7072;
    margin: 16px 0 0;
}

@media screen and (min-width: 1220px) {
    .page_intro {
        font-size: 28px;
        font-size: 1.75rem;
        line-height: 1.5;
    }
}

@media screen and (min-width: 1220px) {
    .page_intro {
        max-width: 550px;
        margin: 26px 0 18px;
    }
}

.increased-contrast-on .page_intro {
    color: #000;
}


/* ==========================================================================
	Breadcrumb Navigation
============================================================================= */

@media screen and (min-width: 740px) {
    .breadcrumb_nav {
        border-bottom: 1px solid #f4f4f4;
        margin-bottom: 30px;
    }
}

@media screen and (min-width: 740px) {
    .increased-contrast-on .breadcrumb_nav {
        border-bottom-color: #000;
    }
}

.breadcrumb {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    list-style: none;
    margin: 0 -18px;
    padding: 0;
}

.breadcrumb .linkitem {
    font-weight: 400;
    font-family: 'Avenir-Light', 'Avenir', sans-serif;
    position: relative;
    display: none;
    font-size: 14px;
    font-size: 0.875rem;
    line-height: 1.71429;
    padding: 4px 18px;
}

@media screen and (min-width: 740px) {
    .breadcrumb .linkitem {
        display: block;
        padding-top: 12px;
        padding-bottom: 12px;
    }
}

.breadcrumb .linkitem:last-child {
    display: block;
}

@media screen and (max-width: 739px) {
    .breadcrumb .linkitem:last-child {
        letter-spacing: 1px;
        letter-spacing: 0.0625rem;
        text-transform: uppercase;
    }
}

.breadcrumb .linkitem:last-child a:before,
.breadcrumb .linkitem:last-child a:after {
    display: none;
}

.breadcrumb .linkitem a {
    color: #6E7072;
    display: block;
    text-decoration: underline;
    -webkit-text-decoration-color: transparent;
    text-decoration-color: transparent;
    -webkit-transition: color .25s, -webkit-text-decoration .25s;
    transition: color .25s, -webkit-text-decoration .25s;
    -webkit-transition: color .25s, text-decoration .25s;
    -o-transition: color .25s, text-decoration .25s;
    transition: color .25s, text-decoration .25s;
    transition: color .25s, text-decoration .25s, -webkit-text-decoration .25s;
}

.breadcrumb .linkitem a:before,
.breadcrumb .linkitem a:after {
    height: 2px;
    width: 8px;
    position: absolute;
    top: 50%;
    right: 0;
    background: #D6D6D6;
    border-radius: 2px;
    content: "";
}

.increased-contrast-on .breadcrumb .linkitem a:before,
.increased-contrast-on .breadcrumb .linkitem a:after {
    background: #000;
}

.breadcrumb .linkitem a:before {
    -webkit-transform: translate(50%, -50%) rotate(45deg);
    -ms-transform: translate(50%, -50%) rotate(45deg);
    transform: translate(50%, -50%) rotate(45deg);
    -webkit-transform-origin: right bottom;
    -ms-transform-origin: right bottom;
    transform-origin: right bottom;
}

.breadcrumb .linkitem a:after {
    -webkit-transform: translate(50%, -50%) rotate(-45deg);
    -ms-transform: translate(50%, -50%) rotate(-45deg);
    transform: translate(50%, -50%) rotate(-45deg);
    -webkit-transform-origin: right top;
    -ms-transform-origin: right top;
    transform-origin: right top;
}

.increased-contrast-on .breadcrumb .linkitem a {
    color: #000;
}

.breadcrumb .linkitem a:hover,
.breadcrumb .linkitem a:focus {
    color: #A70034;
    -webkit-text-decoration-color: currentColor;
    text-decoration-color: currentColor;
}


/* ==========================================================================
	Directory Navigation Common
============================================================================= */

.directory_nav {
    margin-bottom: 46px;
}

.directory_nav_title {
    font-weight: 400;
    font-family: 'Avenir-Bold', 'Avenir', sans-serif;
    font-size: 12px;
    font-size: 0.75rem;
    letter-spacing: 1px;
    letter-spacing: 0.0625rem;
    line-height: 1.5;
    text-transform: uppercase;
    color: #edccd6;
    margin: 0 0 10px;
}

@media screen and (min-width: 740px) {
    .directory_nav_title {
        font-size: 13px;
        font-size: 0.8125rem;
        line-height: 1.23077;
    }
}

.increased-contrast-on .directory_nav_title {
    color: #fff;
}


/* directory Links
============================================================================= */

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

.directory_nav_link {
    color: #fff;
    display: block;
    padding: 5px 0;
    text-decoration: underline;
    -webkit-transition: color .25s;
    -o-transition: color .25s;
    transition: color .25s;
}

.directory_nav_link:focus,
.directory_nav_link:hover {
    color: #edccd6;
}

.increased-contrast-on .directory_nav_link:focus,
.increased-contrast-on .directory_nav_link:hover {
    color: #F8DA80;
}

.directory_nav_link_label {
    font-weight: 400;
    font-family: 'Avenir-Bold', 'Avenir', sans-serif;
    font-size: 14px;
    font-size: 0.875rem;
    line-height: 1.71429;
}

@media screen and (min-width: 980px) {
    .directory_nav_link_label {
        font-size: 16px;
        font-size: 1rem;
        line-height: 2;
    }
}


/* ==========================================================================
	Footer Navigation
============================================================================= */

.footer_nav {
    margin-bottom: 30px;
    padding-right: 30px;
}

@media (min-width: 360px) and (max-width: 499px) {
    .footer_nav {
        margin-bottom: 0;
    }
}

@media screen and (min-width: 980px) {
    .footer_nav {
        margin-bottom: 0;
    }
}

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

.footer_nav_title.focusable:active,
.footer_nav_title.focusable:focus {
    width: auto;
    height: auto;
    position: static;
    clip: auto;
    margin: 0;
    overflow: visible;
}


/* Footer Links
============================================================================= */

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

@media screen and (min-width: 500px) {
    .footer_nav_list {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        margin: 0 -18px;
    }
}

@media screen and (min-width: 500px) {
    .footer_nav_item {
        width: 50%;
    }
}

@media screen and (min-width: 740px) {
    .footer_nav_item {
        width: auto;
    }
}

.footer_nav_link {
    color: #fff;
    display: block;
    padding: 5px 0;
    text-decoration: underline;
    -webkit-transition: color .25s, -webkit-text-decoration-color .25s;
    transition: color .25s, -webkit-text-decoration-color .25s;
    -o-transition: color .25s, text-decoration-color .25s;
    transition: color .25s, text-decoration-color .25s;
    transition: color .25s, text-decoration-color .25s, -webkit-text-decoration-color .25s;
}

@media screen and (min-width: 500px) {
    .footer_nav_link {
        padding-right: 18px;
        padding-left: 18px;
    }
}

.footer_nav_link:hover,
.footer_nav_link:focus {
    color: #f4f4f4;
    -webkit-text-decoration-color: #A70034;
    text-decoration-color: #A70034;
}

.increased-contrast-on .footer_nav_link:hover,
.increased-contrast-on .footer_nav_link:focus {
    color: #F8DA80;
    -webkit-text-decoration-color: currentColor;
    text-decoration-color: currentColor;
}

.footer_nav_link_label {
    font-weight: 400;
    font-family: 'Avenir-Bold', 'Avenir', sans-serif;
    font-size: 14px;
    font-size: 0.875rem;
    line-height: 1.71429;
}

@media screen and (min-width: 1220px) {
    .footer_nav_link_label {
        font-size: 16px;
        font-size: 1rem;
        line-height: 1.5;
    }
}


/* ==========================================================================
	Main Navigation
============================================================================= */

.main_nav {
    margin-bottom: 10px;
}

@media screen and (min-width: 740px) {
    .main_nav {
        margin-bottom: 30px;
    }
}

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

.main_nav_header.focusable:active,
.main_nav_header.focusable:focus {
    width: auto;
    height: auto;
    position: static;
    clip: auto;
    margin: 0;
    overflow: visible;
}

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

.main_nav_link {
    color: #A70034;
    display: block;
    padding: 7px 0;
    text-decoration: underline;
    -webkit-text-decoration-color: transparent;
    text-decoration-color: transparent;
    -webkit-transition: color .25s, -webkit-text-decoration .25s;
    transition: color .25s, -webkit-text-decoration .25s;
    -webkit-transition: color .25s, text-decoration .25s;
    -o-transition: color .25s, text-decoration .25s;
    transition: color .25s, text-decoration .25s;
    transition: color .25s, text-decoration .25s, -webkit-text-decoration .25s;
}

@media screen and (min-width: 740px) {
    .main_nav_link {
        padding: 13px 0;
    }
}

.increased-contrast-on .main_nav_link {
    color: #000;
}

.main_nav_item:focus .main_nav_link,
.main_nav_item:hover .main_nav_link {
    color: #000;
    -webkit-text-decoration-color: currentColor;
    text-decoration-color: currentColor;
}

.increased-contrast-on .main_nav_item:focus .main_nav_link,
.increased-contrast-on .main_nav_item:hover .main_nav_link {
    color: #A70034;
}

.main_nav_link_label {
    font-weight: 400;
    font-family: 'Avenir-Black', 'Avenir', sans-serif;
    font-size: 20px;
    font-size: 1.25rem;
    line-height: 1.6;
}

@media screen and (min-width: 740px) {
    .main_nav_link_label {
        font-size: 28px;
        font-size: 1.75rem;
        line-height: 1.42857;
    }
}


/* ==========================================================================
	Resources Navigation Common
============================================================================= */

.resources_nav_title {
    font-weight: 400;
    font-family: 'Avenir-Bold', 'Avenir', sans-serif;
    font-size: 12px;
    font-size: 0.75rem;
    letter-spacing: 1px;
    letter-spacing: 0.0625rem;
    line-height: 1.5;
    text-transform: uppercase;
    color: #edccd6;
    margin: 0 0 10px;
}

@media screen and (min-width: 740px) {
    .resources_nav_title {
        font-size: 13px;
        font-size: 0.8125rem;
        line-height: 1.23077;
    }
}

.increased-contrast-on .resources_nav_title {
    color: #fff;
}


/* resources Links
============================================================================= */

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

.resources_nav_link {
    color: #fff;
    display: block;
    padding: 5px 0;
    text-decoration: underline;
    -webkit-transition: color .25s;
    -o-transition: color .25s;
    transition: color .25s;
}

.resources_nav_link:focus,
.resources_nav_link:hover {
    color: #edccd6;
}

.increased-contrast-on .resources_nav_link:focus,
.increased-contrast-on .resources_nav_link:hover {
    color: #F8DA80;
}

.resources_nav_link_label {
    font-weight: 400;
    font-family: 'Avenir-Bold', 'Avenir', sans-serif;
    font-size: 14px;
    font-size: 0.875rem;
    line-height: 1.71429;
}

@media screen and (min-width: 980px) {
    .resources_nav_link_label {
        font-size: 16px;
        font-size: 1rem;
        line-height: 2;
    }
}


/* ==========================================================================
	Secondary Navigation Common
============================================================================= */

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

.secondary_nav_title.focusable:active,
.secondary_nav_title.focusable:focus {
    width: auto;
    height: auto;
    position: static;
    clip: auto;
    margin: 0;
    overflow: visible;
}


/* Secondary Links
============================================================================= */

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

.secondary_nav_link {
    color: #6E7072;
    display: block;
    padding: 5px 0;
    text-decoration: underline;
    -webkit-transition: color .25s;
    -o-transition: color .25s;
    transition: color .25s;
}

.increased-contrast-on .secondary_nav_link {
    color: #000;
}

.secondary_nav_link:focus,
.secondary_nav_link:hover {
    color: #A70034;
}

.increased-contrast-on .secondary_nav_link:focus,
.increased-contrast-on .secondary_nav_link:hover {
    color: #A70034;
}

.secondary_nav_link_label {
    font-weight: 400;
    font-family: 'Avenir-Bold', 'Avenir', sans-serif;
    font-size: 14px;
    font-size: 0.875rem;
    line-height: 1.71429;
}

@media screen and (min-width: 740px) {
    .secondary_nav_link_label {
        font-size: 16px;
        font-size: 1rem;
        line-height: 2;
    }
}


/* ==========================================================================
	Social Navigation
============================================================================= */

@media print {
    .social_nav {
        display: none;
    }
}

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

.social_nav_title.focusable:active,
.social_nav_title.focusable:focus {
    width: auto;
    height: auto;
    position: static;
    clip: auto;
    margin: 0;
    overflow: visible;
}


/* Social Links
============================================================================= */

.social_nav_list {
    list-style: none;
    margin: 0 -8px;
    padding: 0;
}

@media screen and (min-width: 980px) {
    .social_nav_base .social_nav_list {
        margin-top: -16px;
    }
}

.social_nav_item {
    display: inline-block;
    vertical-align: top;
}

.social_nav_link {
    position: relative;
    display: block;
    padding: 8px;
    -webkit-transition: color .25s, opacity .25s, -webkit-transform .25s;
    transition: color .25s, opacity .25s, -webkit-transform .25s;
    -o-transition: color .25s, opacity .25s, transform .25s;
    transition: color .25s, opacity .25s, transform .25s;
    transition: color .25s, opacity .25s, transform .25s, -webkit-transform .25s;
}

.theme_white .social_nav_link {
    color: #fff;
}

.theme_gray .social_nav_link {
    color: #6E7072;
}

.increased-contrast-on .theme_gray .social_nav_link {
    color: #000;
}

.theme_red .social_nav_link {
    color: #A70034;
}

.increased-contrast-on .theme_red .social_nav_link {
    color: #000;
}

.social_nav_link:hover,
.social_nav_link:focus {
    color: #A70034;
    -webkit-transform: scale(1.15);
    -ms-transform: scale(1.15);
    transform: scale(1.15);
}

.theme_white .social_nav_link:hover,
.theme_white .social_nav_link:focus {
    color: #f4f4f4;
}

.increased-contrast-on .theme_white .social_nav_link:hover,
.increased-contrast-on .theme_white .social_nav_link:focus {
    color: #F8DA80;
}

.increased-contrast-on .theme_gray .social_nav_link:hover,
.increased-contrast-on .theme_gray .social_nav_link:focus {
    color: #A70034;
}

.increased-contrast-on .theme_red .social_nav_link:hover,
.increased-contrast-on .theme_red .social_nav_link:focus {
    color: #000;
}

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

.social_nav_label.focusable:active,
.social_nav_label.focusable:focus {
    width: auto;
    height: auto;
    position: static;
    clip: auto;
    margin: 0;
    overflow: visible;
}


/* ==========================================================================
	Sub Navigation
============================================================================= */

.sub_nav {
    position: relative;
    vertical-align: middle;
}

@media print {
    .sub_nav {
        display: none;
    }
}

.sub_nav_header {
    padding: 20px 0;
}

@media screen and (min-width: 980px) {
    .sub_nav_header {
        display: none;
    }
}

@media screen and (max-width: 979px) {
    .sub_nav_title {
        display: none;
    }
}

.sub_nav_title.is_desktop {
    font-weight: 400;
    font-family: 'Avenir-Bold', 'Avenir', sans-serif;
    font-size: 12px;
    font-size: 0.75rem;
    letter-spacing: 1px;
    letter-spacing: 0.0625rem;
    line-height: 1.5;
    text-transform: uppercase;
    color: currentColor;
    margin: 0;
}

@media screen and (min-width: 740px) {
    .sub_nav_title.is_desktop {
        font-size: 13px;
        font-size: 0.8125rem;
        line-height: 1.23077;
    }
}

.sub_nav_handle {
    width: 100%;
    position: relative;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 0;
    text-align: left;
}

@media print {
    .sub_nav_handle {
        display: none;
    }
}

.sub_nav_handle_icon {
    background: #fff;
    border: 1px solid #D6D6D6;
    border-radius: 50%;
    color: #A70034;
    margin-right: 12px;
    padding: 12px 10px;
    pointer-events: none;
    -webkit-transition: opacity 0.25s, -webkit-transform 0.25s;
    transition: opacity 0.25s, -webkit-transform 0.25s;
    -o-transition: opacity 0.25s, transform 0.25s;
    transition: opacity 0.25s, transform 0.25s;
    transition: opacity 0.25s, transform 0.25s, -webkit-transform 0.25s;
}

.increased-contrast-on .sub_nav_handle_icon {
    border-color: #000;
    color: #000;
}

.fs-swap-active .sub_nav_handle_icon {
    -webkit-transform: rotateX(180deg);
    transform: rotateX(180deg);
}

.sub_nav_handle_label {
    font-weight: 400;
    font-family: 'Avenir-Bold', 'Avenir', sans-serif;
    font-size: 12px;
    font-size: 0.75rem;
    letter-spacing: 1px;
    letter-spacing: 0.0625rem;
    line-height: 1.5;
    text-transform: uppercase;
    color: #6E7072;
    -webkit-transition: color .25s;
    -o-transition: color .25s;
    transition: color .25s;
}

@media screen and (min-width: 740px) {
    .sub_nav_handle_label {
        font-size: 13px;
        font-size: 0.8125rem;
        line-height: 1.23077;
    }
}

.increased-contrast-on .sub_nav_handle_label {
    color: #000;
}

.sub_nav_handle:hover .sub_nav_handle_label,
.sub_nav_handle:focus .sub_nav_handle_label {
    color: #A70034;
}

.sub_nav_list_wrap {
    position: relative;
    z-index: 20;
    width: 100%;
    padding-top: 30px;
    padding-bottom: 30px;
    -webkit-transition: opacity 0.25s, visibility 0ms 0.25s;
    -o-transition: opacity 0.25s, visibility 0ms 0.25s;
    transition: opacity 0.25s, visibility 0ms 0.25s;
}

@media screen and (max-width: 979px) {
    .sub_nav_list_wrap {
        padding-right: 20px;
        padding-left: 20px;
        position: absolute;
        top: 100%;
        left: 0;
        -webkit-box-shadow: 0 2px 6px 2px rgba(0, 0, 0, 0.15);
                box-shadow: 0 2px 6px 2px rgba(0, 0, 0, 0.15);
        opacity: 0;
        visibility: hidden;
    }
}

@media screen and (max-width: 979px) and (min-width: 740px) {
    .sub_nav_list_wrap {
        padding-right: calc((100% - 720px) / 2 + 20px);
    }
}

@media screen and (max-width: 979px) and (min-width: 980px) {
    .sub_nav_list_wrap {
        padding-right: calc((100% - 960px) / 2 + 20px);
    }
}

@media screen and (max-width: 979px) and (min-width: 1220px) {
    .sub_nav_list_wrap {
        padding-right: calc((100% - 1200px) / 2 + 20px);
    }
}

@media screen and (max-width: 979px) and (min-width: 1340px) {
    .sub_nav_list_wrap {
        padding-right: calc((100% - 1240px) / 2 + 20px);
    }
}

@media screen and (max-width: 979px) and (min-width: 740px) {
    .sub_nav_list_wrap {
        padding-left: calc((100% - 720px) / 2 + 20px);
    }
}

@media screen and (max-width: 979px) and (min-width: 980px) {
    .sub_nav_list_wrap {
        padding-left: calc((100% - 960px) / 2 + 20px);
    }
}

@media screen and (max-width: 979px) and (min-width: 1220px) {
    .sub_nav_list_wrap {
        padding-left: calc((100% - 1200px) / 2 + 20px);
    }
}

@media screen and (max-width: 979px) and (min-width: 1340px) {
    .sub_nav_list_wrap {
        padding-left: calc((100% - 1240px) / 2 + 20px);
    }
}

@media screen and (min-width: 740px) {
    .sub_nav_list_wrap {
        border-radius: 4px;
    }
}

@media screen and (min-width: 980px) {
    .sub_nav_list_wrap {
        padding: 60px 60px;
    }
}

.increased-contrast-on .sub_nav_list_wrap {
    background: #000;
}

.sub_nav_list_wrap.fs-swap-active {
    opacity: 1;
    -webkit-transition: opacity 0.25s;
    -o-transition: opacity 0.25s;
    transition: opacity 0.25s;
    visibility: visible;
}

.sub_nav_list {
    display: block;
    list-style: none;
    margin: 20px 0 0;
    padding: 0;
}

[data-whatinput="mouse"] .sub_nav_list:focus,
[data-whatinput="touch"] .sub_nav_list:focus {
    outline: 0;
}

@media screen and (min-width: 500px) {
    .sub_nav_list {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
}

@media screen and (min-width: 500px) {
    .sub_nav_item {
        width: 50%;
    }
}

@media screen and (min-width: 980px) {
    .sub_nav_item {
        width: 33.33333%;
    }
}

@media screen and (min-width: 1220px) {
    .sub_nav_item {
        width: 25%;
    }
}

.sub_nav_link {
    height: 100%;
    border-left-width: 1px;
    border-left-style: solid;
    color: currentColor;
    display: block;
    padding: 8px 20px;
    text-decoration: underline;
    -webkit-text-decoration-color: transparent;
    text-decoration-color: transparent;
    -webkit-transition: color .25s, -webkit-text-decoration .25s;
    transition: color .25s, -webkit-text-decoration .25s;
    -webkit-transition: color .25s, text-decoration .25s;
    -o-transition: color .25s, text-decoration .25s;
    transition: color .25s, text-decoration .25s;
    transition: color .25s, text-decoration .25s, -webkit-text-decoration .25s;
}

@media screen and (min-width: 500px) {
    .sub_nav_link {
        padding-top: 10px;
        padding-bottom: 10px;
    }
}

@media screen and (min-width: 740px) {
    .sub_nav_link {
        padding: 10px 20px;
    }
}

.sub_nav_link:hover,
.sub_nav_link:focus {
    -webkit-text-decoration-color: currentColor;
    text-decoration-color: currentColor;
}

.sub_nav_link_label {
    font-weight: 400;
    font-family: 'Avenir-Bold', 'Avenir', sans-serif;
    font-size: 12px;
    font-size: 0.75rem;
    letter-spacing: 1px;
    letter-spacing: 0.0625rem;
    line-height: 1.5;
    text-transform: uppercase;
    line-height: 1.64286;
    text-transform: none;
}

@media screen and (min-width: 740px) {
    .sub_nav_link_label {
        font-size: 13px;
        font-size: 0.8125rem;
        line-height: 1.23077;
    }
}

@media screen and (min-width: 740px) {
    .sub_nav_link_label {
        font-size: 14px;
        font-size: 0.875rem;
        line-height: 1.64286;
    }
}


/* ==========================================================================
	Sub Nav - Modifiers
============================================================================= */

@media screen and (min-width: 980px) {
    .sub_nav_has_shift_up {
        margin-bottom: -60px;
        -webkit-transform: translate(0, -60px);
        -ms-transform: translate(0, -60px);
        transform: translate(0, -60px);
    }
}

.sub_nav_has_spacing_top {
    margin-top: 20px;
}

@media screen and (min-width: 980px) {
    .sub_nav_has_spacing_top {
        margin-top: 40px;
    }
}


/* ==========================================================================
	Sub Nav - Themes
============================================================================= */

.sub_nav .sub_nav_list_wrap {
    background: #A70034;
    color: #fff;
}

.increased-contrast-on .sub_nav .sub_nav_list_wrap {
    background: #000;
    color: #fff;
}

.increased-contrast-on .sub_nav .sub_nav_title.is_desktop {
    color: #fff;
}

.increased-contrast-on .sub_nav .sub_nav_link {
    border-color: #fff;
}

.increased-contrast-on .sub_nav .sub_nav_link:hover,
.increased-contrast-on .sub_nav .sub_nav_link:focus {
    color: #F8DA80;
}

.sub_nav_theme_red .sub_nav_list_wrap {
    background-color: #A70034;
    color: #fff;
}

.sub_nav_theme_red .sub_nav_link {
    border-left-color: #000;
    color: currentColor;
}

.sub_nav_theme_red .sub_nav_link:hover,
.sub_nav_theme_red .sub_nav_link:focus {
    color: #edccd6;
}

.sub_nav_theme_gray .sub_nav_list_wrap {
    background-color: #F2F2F2;
    color: #000;
}

.sub_nav_theme_gray .sub_nav_title.is_desktop {
    color: #000;
}

.sub_nav_theme_gray .sub_nav_link {
    border-left-color: #A70034;
}

.sub_nav_theme_gray .sub_nav_link:hover,
.sub_nav_theme_gray .sub_nav_link:focus {
    color: #A70034;
}


/* ==========================================================================
	Utility Navigation Common
============================================================================= */

.utility_nav {
    background: #6E7072;
    -webkit-transition: background .25s;
    -o-transition: background .25s;
    transition: background .25s;
}

.utility_nav_sm {
    padding: 50px 20px 28px;
}

@media screen and (min-width: 740px) {
    .utility_nav_sm {
        display: none;
    }
}

.increased-contrast-on .utility_nav_sm {
    background: #000;
    border-bottom: 1px solid #fff;
}

.utility_nav_lg {
    display: none;
}

@media screen and (min-width: 740px) {
    .utility_nav_lg {
        width: 100%;
        position: fixed;
        bottom: 0;
        left: 0;
        z-index: 900;
        display: block;
        padding: 0 20px;
        -webkit-transition: background .5s;
        -o-transition: background .5s;
        transition: background .5s;
    }
    .utility_nav_lg:not(.desktop_hide) {
        height: 44px;
        opacity: 1;
        -webkit-transition: height 0.25s ease, opacity 0.25s ease;
        -o-transition: height 0.25s ease, opacity 0.25s ease;
        transition: height 0.25s ease, opacity 0.25s ease;
    }
    .utility_nav_lg:not(.desktop_hide).hide {
        height: 0px;
        opacity: 0;
    }
}

.increased-contrast-on .utility_nav_lg {
    background: #3c3d3e;
}

@media screen and (min-width: 740px) {
    .utility_nav_lg.shift {
        background: #A70034;
    }
}

.utility_nav_lg.desktop_hide {
    height: 0;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    pointer-events: none;
    -webkit-transition: height 0.25s ease, opacity 0.25s ease;
    -o-transition: height 0.25s ease, opacity 0.25s ease;
    transition: height 0.25s ease, opacity 0.25s ease;
}

.utility_nav_lg.desktop_hide:focus,
.utility_nav_lg.desktop_hide.active {
    height: 44px;
    opacity: 1;
    pointer-events: auto;
}

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

.utility_nav_title.focusable:active,
.utility_nav_title.focusable:focus {
    width: auto;
    height: auto;
    position: static;
    clip: auto;
    margin: 0;
    overflow: visible;
}

.utility_nav_lg .utility_nav_inner {
    padding-right: 20px;
    padding-left: 20px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

@media screen and (min-width: 740px) {
    .utility_nav_lg .utility_nav_inner {
        padding-right: calc((100% - 720px) / 2 + 20px);
    }
}

@media screen and (min-width: 980px) {
    .utility_nav_lg .utility_nav_inner {
        padding-right: calc((100% - 960px) / 2 + 20px);
    }
}

@media screen and (min-width: 1220px) {
    .utility_nav_lg .utility_nav_inner {
        padding-right: calc((100% - 1200px) / 2 + 20px);
    }
}

@media screen and (min-width: 1340px) {
    .utility_nav_lg .utility_nav_inner {
        padding-right: calc((100% - 1240px) / 2 + 20px);
    }
}

@media screen and (min-width: 740px) {
    .utility_nav_lg .utility_nav_inner {
        padding-left: calc((100% - 720px) / 2 + 20px);
    }
}

@media screen and (min-width: 980px) {
    .utility_nav_lg .utility_nav_inner {
        padding-left: calc((100% - 960px) / 2 + 20px);
    }
}

@media screen and (min-width: 1220px) {
    .utility_nav_lg .utility_nav_inner {
        padding-left: calc((100% - 1200px) / 2 + 20px);
    }
}

@media screen and (min-width: 1340px) {
    .utility_nav_lg .utility_nav_inner {
        padding-left: calc((100% - 1240px) / 2 + 20px);
    }
}


/* utility Links
============================================================================= */

.utility_nav_list {
    position: relative;
    list-style: none;
    margin: 0;
    padding: 0;
}

.utility_nav_lg .utility_nav_list {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.utility_nav_link {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.utility_nav_sm .utility_nav_link {
    padding: 5px 0;
}

.utility_nav_lg .utility_nav_link {
    padding: 11px 10px 9px;
}

@media screen and (min-width: 980px) {
    .utility_nav_lg .utility_nav_link {
        padding-right: 17px;
        padding-left: 17px;
    }
}

.utility_nav_lg .utility_nav_item:first-child .utility_nav_link {
    padding-left: 0;
}

.utility_nav_sm .utility_nav_link_icon {
    min-width: 18px;
    margin-right: 14px;
}

.utility_nav_lg .utility_nav_link_icon {
    margin-right: 5px;
    position: relative;
    top: -1px;
}

@media screen and (min-width: 980px) {
    .utility_nav_lg .utility_nav_link_icon {
        margin-right: 10px;
    }
}

.utility_nav_link_label {
    font-weight: 400;
    font-family: 'Avenir-Light', 'Avenir', sans-serif;
    font-size: 16px;
    font-size: 1rem;
    line-height: 1.5;
    text-decoration: underline;
    -webkit-text-decoration-color: transparent;
    text-decoration-color: transparent;
    -webkit-transition: color .25s, -webkit-text-decoration .25s;
    transition: color .25s, -webkit-text-decoration .25s;
    -webkit-transition: color .25s, text-decoration .25s;
    -o-transition: color .25s, text-decoration .25s;
    transition: color .25s, text-decoration .25s;
    transition: color .25s, text-decoration .25s, -webkit-text-decoration .25s;
}

.utility_nav_link:hover .utility_nav_link_label,
.utility_nav_link:focus .utility_nav_link_label {
    color: #f4f4f4;
    -webkit-text-decoration-color: currentColor;
    text-decoration-color: currentColor;
}

.increased-contrast-on .utility_nav_link:hover .utility_nav_link_label,
.increased-contrast-on .utility_nav_link:focus .utility_nav_link_label {
    color: #F8DA80;
}

.increased-contrast-on .shift .utility_nav_link:hover .utility_nav_link_label,
.increased-contrast-on .shift .utility_nav_link:focus .utility_nav_link_label {
    color: #f4f4f4;
}

@media screen and (min-width: 980px) {
    .utility_nav_lg .utility_nav_link_label {
        font-size: 16px;
        font-size: 1rem;
        line-height: 1.5;
    }
}

.utility_nav_group {
    display: none;
}

@media screen and (min-width: 740px) {
    .utility_nav_group {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }
}

.utility_nav_trigger {
    position: relative;
    color: #fff;
    padding: 11px 10px 9px;
}

@media screen and (min-width: 980px) {
    .utility_nav_trigger {
        padding-right: 17px;
        padding-left: 17px;
    }
}

.utility_nav_trigger[data-swap-group="accessibility"] {
    padding-right: 0;
}

.utility_nav_trigger[data-swap-group="accessibility"]:before {
    position: absolute;
    top: 0;
    left: 50%;
    border: 9px solid transparent;
    border-top-color: #000;
    content: "";
    margin-left: -16px;
    opacity: 0;
    -webkit-transform-origin: left top;
    -ms-transform-origin: left top;
    transform-origin: left top;
    -webkit-transform: translate(-50%, 0) scaleY(0);
    -ms-transform: translate(-50%, 0) scaleY(0);
    transform: translate(-50%, 0) scaleY(0);
    -webkit-transition: opacity .25s, -webkit-transform .25s;
    transition: opacity .25s, -webkit-transform .25s;
    -o-transition: opacity .25s, transform .25s;
    transition: opacity .25s, transform .25s;
    transition: opacity .25s, transform .25s, -webkit-transform .25s;
}

.accessibility.desktop_hide .utility_nav_trigger[data-swap-group="accessibility"]:before {
    top: auto;
    bottom: -6px;
    border-top-color: transparent;
    border-bottom-color: #000;
}

.utility_nav_trigger[data-swap-group="accessibility"].fs-swap-active:before {
    opacity: 1;
    -webkit-transform: translate(-50%, 0) scaleY(0.7);
    -ms-transform: translate(-50%, 0) scaleY(0.7);
    transform: translate(-50%, 0) scaleY(0.7);
}

.utility_nav_trigger_sm {
    width: 100%;
    background: #000;
    border-radius: 2px;
    margin-top: 20px;
    padding: 10px 20px;
}

@media screen and (min-width: 740px) {
    .utility_nav_trigger_sm {
        display: none;
    }
}

.utility_nav_trigger_inner {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

[data-swap-group="accessibility"] .utility_nav_trigger_inner:before,
[data-swap-group="accessibility"] .utility_nav_trigger_inner:after {
    height: 2px;
    width: 16px;
    position: absolute;
    top: 50%;
    right: 0;
    background: #fff;
    border-radius: 2px;
    content: "";
}

[data-swap-group="accessibility"] .utility_nav_trigger_inner:before {
    -webkit-transform: translate(0, -50%) rotate(45deg);
    -ms-transform: translate(0, -50%) rotate(45deg);
    transform: translate(0, -50%) rotate(45deg);
}

[data-swap-group="accessibility"] .utility_nav_trigger_inner:after {
    -webkit-transform: translate(0, -50%) rotate(-45deg);
    -ms-transform: translate(0, -50%) rotate(-45deg);
    transform: translate(0, -50%) rotate(-45deg);
}

[data-swap-group="accessibility"] .utility_nav_trigger_inner:before,
[data-swap-group="accessibility"] .utility_nav_trigger_inner:after {
    opacity: 0;
    -webkit-transition: opacity .25s;
    -o-transition: opacity .25s;
    transition: opacity .25s;
}

[data-swap-group="accessibility"].fs-swap-active .utility_nav_trigger_inner:before,
[data-swap-group="accessibility"].fs-swap-active .utility_nav_trigger_inner:after {
    opacity: 1;
}

.utility_nav_trigger_sm .utility_nav_trigger_inner {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.utility_nav_trigger_label {
    font-weight: 400;
    font-family: 'Avenir-Bold', 'Avenir', sans-serif;
    font-size: 14px;
    font-size: 0.875rem;
    line-height: 1.71429;
    text-decoration: underline;
    -webkit-text-decoration-color: transparent;
    text-decoration-color: transparent;
    -webkit-transition: color .25s, -webkit-text-decoration .25s;
    transition: color .25s, -webkit-text-decoration .25s;
    -webkit-transition: color .25s, text-decoration .25s;
    -o-transition: color .25s, text-decoration .25s;
    transition: color .25s, text-decoration .25s;
    transition: color .25s, text-decoration .25s, -webkit-text-decoration .25s;
}

@media screen and (min-width: 980px) {
    .utility_nav_trigger_label {
        font-size: 16px;
        font-size: 1rem;
        line-height: 1.5;
    }
}

.utility_nav_trigger:hover .utility_nav_trigger_label,
.utility_nav_trigger:focus .utility_nav_trigger_label {
    color: #f4f4f4;
    -webkit-text-decoration-color: currentColor;
    text-decoration-color: currentColor;
}

.increased-contrast-on .utility_nav_trigger:hover .utility_nav_trigger_label,
.increased-contrast-on .utility_nav_trigger:focus .utility_nav_trigger_label {
    color: #F8DA80;
}

.increased-contrast-on .shift .utility_nav_trigger:hover .utility_nav_trigger_label,
.increased-contrast-on .shift .utility_nav_trigger:focus .utility_nav_trigger_label {
    color: #f4f4f4;
}

.utility_nav_trigger_icon {
    position: relative;
    margin-left: 10px;
    -webkit-transition: opacity .25s;
    -o-transition: opacity .25s;
    transition: opacity .25s;
}

[data-swap-group="accessibility"].fs-swap-active .utility_nav_trigger_icon {
    opacity: 0;
}

.alert {
    padding-right: 20px;
    padding-left: 20px;
    height: 100%;
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1200;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background: rgba(0, 0, 0, 0.85);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

@media screen and (min-width: 740px) {
    .alert {
        padding-right: calc((100% - 720px) / 2 + 20px);
    }
}

@media screen and (min-width: 980px) {
    .alert {
        padding-right: calc((100% - 960px) / 2 + 20px);
    }
}

@media screen and (min-width: 1220px) {
    .alert {
        padding-right: calc((100% - 1200px) / 2 + 20px);
    }
}

@media screen and (min-width: 1340px) {
    .alert {
        padding-right: calc((100% - 1240px) / 2 + 20px);
    }
}

@media screen and (min-width: 740px) {
    .alert {
        padding-left: calc((100% - 720px) / 2 + 20px);
    }
}

@media screen and (min-width: 980px) {
    .alert {
        padding-left: calc((100% - 960px) / 2 + 20px);
    }
}

@media screen and (min-width: 1220px) {
    .alert {
        padding-left: calc((100% - 1200px) / 2 + 20px);
    }
}

@media screen and (min-width: 1340px) {
    .alert {
        padding-left: calc((100% - 1240px) / 2 + 20px);
    }
}

.alert.fs-swap-active {
    opacity: 0;
    visibility: hidden;
}

.alert_inner {
    max-width: 870px;
    width: 100%;
    position: relative;
    background: #fff;
    border-radius: 4px;
    padding: 0 20px 20px;
}

@media screen and (min-width: 1220px) {
    .alert_inner {
        padding: 58px 60px 62px;
    }
}

.alert_label {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

@media screen and (min-width: 1220px) {
    .alert_label {
        margin-bottom: 30px;
        margin-left: -12px;
    }
}

.alert_label_icon {
    height: 80px;
    width: 80px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background: #A70034;
    border-radius: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-right: -24px;
    padding-bottom: 4px;
    -webkit-transform-origin: left center;
    -ms-transform-origin: left center;
    transform-origin: left center;
    -webkit-transform: scale(0.5);
    -ms-transform: scale(0.5);
    transform: scale(0.5);
}

@media screen and (min-width: 1220px) {
    .alert_label_icon {
        margin-right: 24px;
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
    }
}

.increased-contrast-on .alert_label_icon {
    background: #000;
}

.alert_label_text {
    font-weight: 400;
    font-family: 'Avenir-Bold', 'Avenir', sans-serif;
    font-size: 12px;
    font-size: 0.75rem;
    letter-spacing: 1px;
    letter-spacing: 0.0625rem;
    line-height: 1.5;
    text-transform: uppercase;
    color: #6E7072;
}

@media screen and (min-width: 740px) {
    .alert_label_text {
        font-size: 13px;
        font-size: 0.8125rem;
        line-height: 1.23077;
    }
}

.increased-contrast-on .alert_label_text {
    color: #000;
}

.alert_title {
    font-weight: 400;
    font-family: 'Avenir-Black', 'Avenir', sans-serif;
    font-size: 18px;
    font-size: 1.125rem;
    line-height: 1.55556;
    margin: 0 0 10px;
}

@media screen and (min-width: 740px) {
    .alert_title {
        font-size: 24px;
        font-size: 1.5rem;
        line-height: 1.5;
    }
}

@media screen and (min-width: 1220px) {
    .alert_title {
        font-size: 32px;
        font-size: 2rem;
        line-height: 1.5;
    }
}

.alert_description {
    font-weight: 400;
    font-family: 'Avenir-Light', 'Avenir', sans-serif;
    font-size: 16px;
    font-size: 1rem;
    line-height: 1.6875;
    display: none;
    margin-bottom: 6px;
}

@media screen and (min-width: 1220px) {
    .alert_description {
        font-size: 18px;
        font-size: 1.125rem;
        line-height: 1.66667;
    }
}

@media screen and (min-width: 500px) {
    .alert_description {
        display: block;
    }
}

.alert_description p {
    margin: 0;
}

.alert_link {
    font-weight: 400;
    font-family: 'Avenir-Bold', 'Avenir', sans-serif;
    color: #A70034;
    font-size: 14px;
    font-size: 0.875rem;
    line-height: 1.71429;
    text-decoration: underline;
    -webkit-transition: color .25s;
    -o-transition: color .25s;
    transition: color .25s;
    display: inline-block;
    padding: 9px 0;
    vertical-align: top;
}

@media screen and (min-width: 740px) {
    .alert_link {
        font-size: 16px;
        font-size: 1rem;
        line-height: 1.625;
    }
}

.alert_link:hover,
.alert_link:focus {
    color: #000;
}

.increased-contrast-on .alert_link:hover,
.increased-contrast-on .alert_link:focus {
    color: #A70034;
}

.increased-contrast-on .alert_link {
    color: #000;
}

.alert_close {
    position: absolute;
    top: 0;
    right: 0;
    padding: 11px;
}

@media screen and (min-width: 1220px) {
    .alert_close {
        top: 18px;
        right: 28px;
    }
}

.alert_close_inner {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.alert_close_label {
    font-weight: 400;
    font-family: 'Avenir-Bold', 'Avenir', sans-serif;
    color: #6E7072;
    -webkit-transition: color .25s;
    -o-transition: color .25s;
    transition: color .25s;
}

.increased-contrast-on .alert_close_label {
    color: #000;
}

.alert_close:hover .alert_close_label,
.alert_close:focus .alert_close_label {
    color: #A70034;
}

.alert_close_icon {
    stroke: #A70034;
    margin-left: 5px;
}

@media screen and (min-width: 1220px) {
    .alert_close_icon {
        margin-left: 12px;
    }
}

.increased-contrast-on .alert_close_icon {
    stroke: #000;
}


/* ==========================================================================
	Component
============================================================================= */


/* ==========================================================================
	Cover
============================================================================= */

.cover {
    position: relative;
    background-color: #000;
    color: #fff;
    overflow: hidden;
}

.cover_media {
    padding-bottom: 42.75%;
}

@media print {
    .cover_media {
        display: none;
    }
}

.cover_media_fallback {
    height: calc(100% + 20px);
    width: calc(100% + 20px);
    position: absolute;
    top: -10px;
    left: -10px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

@supports ((-webkit-filter: blur(10px)) or (filter: blur(10px))) {
    .cover_media_fallback {
        -webkit-filter: blur(10px);
        filter: blur(10px);
    }
}

.cover_video_background {
    display: none;
}

@media screen and (min-width: 980px) {
    .cover_video_background {
        height: 100%;
        width: 100%;
        position: absolute;
        top: 0;
        left: 0;
        display: block;
        -o-object-fit: cover;
        object-fit: cover;
    }
}

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

@media screen and (min-width: 980px) {
    .cover_fallback_background {
        display: none;
    }
}

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

.discovery {
    padding: 40px 0 34px;
}

@media screen and (min-width: 980px) {
    .discovery {
        padding: 65px 0;
    }
    body.page_has_subnav .discovery {
        padding-bottom: 110px;
    }
}

.discovery.theme_light {
    background: #f4f4f4;
}

.discovery.theme_dark {
    background: #000;
}

.discovery.theme_red {
    background: #A70034;
}

.increased-contrast-on .discovery {
    background: none;
    border-top: 1px solid #000;
    border-bottom: 1px solid #000;
}

@media screen and (min-width: 980px) {
    .discovery_inner {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }
}

.discovery_title {
    font-size: 21px;
    font-size: 1.3125rem;
    line-height: 1.52381;
    margin: 0 0 18px;
}

.discovery_title_start {
    font-weight: 400;
    font-family: 'Avenir', 'Avenir', sans-serif;
    display: block;
}

.discovery_title_end {
    font-weight: 400;
    font-family: 'Avenir-Black', 'Avenir', sans-serif;
    display: block;
}

@media screen and (min-width: 500px) {
    .discovery_title {
        font-size: 24px;
        font-size: 1.5rem;
        line-height: 1.5;
    }
}

@media screen and (min-width: 980px) {
    .discovery_title {
        margin-bottom: 0;
    }
}

@media screen and (min-width: 1220px) {
    .discovery_title {
        font-size: 36px;
        font-size: 2.25rem;
        line-height: 1.41667;
    }
}

.theme_dark .discovery_title,
.theme_red .discovery_title {
    color: #fff;
}

.increased-contrast-on .discovery_title {
    color: #000;
}

.theme_light .discovery_title_start {
    color: #6E7072;
}

.increased-contrast-on .discovery_title_start {
    color: #000;
}

.discovery_nav {
    text-align: right;
}

@media screen and (min-width: 980px) {
    .discovery_nav {
        padding-left: 20px;
    }
}

.discovery_link {
    font-weight: 400;
    font-family: 'Avenir-Bold', 'Avenir', sans-serif;
    background: #A70034;
    border-radius: 2px;
    color: #fff;
    font-size: 14px;
    font-size: 0.875rem;
    line-height: 1.71429;
    padding: 13px 25px;
    text-align: center;
    text-decoration: underline;
    -webkit-transition: background 0.25s, border 0.25s, color 0.25s;
    -o-transition: background 0.25s, border 0.25s, color 0.25s;
    transition: background 0.25s, border 0.25s, color 0.25s;
    display: block;
    margin-left: 10px;
    margin: 6px 0;
}

@media screen and (min-width: 740px) {
    .discovery_link {
        font-size: 16px;
        font-size: 1rem;
        line-height: 1.625;
        padding: 19px 30px;
    }
}

.discovery_link:focus,
.discovery_link:hover {
    background: #fff;
    color: #A70034;
}

@media print {
    .discovery_link {
        padding: 0;
        text-align: left;
    }
}

@media screen and (min-width: 320px) {
    .discovery_link {
        display: inline-block;
        margin: 6px 0 6px 12px;
    }
    .discovery_link:first-child {
        margin-left: 0;
    }
}

.theme_red .discovery_link {
    background: #000;
}

.increased-contrast-on .discovery_link {
    background: #000;
    color: #fff;
}

.theme_light .discovery_link:hover,
.theme_light .discovery_link:focus {
    background: #000;
    color: #fff;
}

.theme_dark .discovery_link:hover,
.theme_red .discovery_link:hover,
.theme_dark .discovery_link:focus,
.theme_red .discovery_link:focus {
    background: #fff;
    color: #A70034;
}

.increased-contrast-on .discovery_link:hover,
.increased-contrast-on .discovery_link:focus {
    background: #A70034;
    color: #fff;
}

.faculty-search {
    position: relative;
    background: #A70034;
    border-radius: 4px;
    padding: 30px 20px;
}

@media print {
    .faculty-search {
        display: none;
    }
}

@media screen and (min-width: 740px) {
    .faculty-search {
        padding: 30px;
    }
}

@media screen and (min-width: 980px) {
    .faculty-search {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        padding-bottom: 26px;
    }
}

@media screen and (min-width: 1220px) {
    .faculty-search {
        padding: 40px 60px 36px;
    }
}

.increased-contrast-on .faculty-search {
    background: #000;
}

.faculty-search form {
    margin-bottom: 30px;
}

@media screen and (min-width: 980px) {
    .faculty-search form {
        width: 50%;
        margin-bottom: 0;
        padding: 6px 0 26px;
    }
}

@media screen and (min-width: 980px) {
    .faculty-search form:first-child {
        border-right: 1px solid rgba(255, 255, 255, 0.5);
        padding-right: 30px;
    }
}

@media screen and (min-width: 1220px) {
    .faculty-search form:first-child {
        padding-right: 60px;
    }
}

@media screen and (min-width: 980px) {
    .increased-contrast-on .faculty-search form:first-child {
        border-color: #fff;
    }
}

@media screen and (min-width: 980px) {
    .faculty-search form:nth-of-type(2) {
        padding-left: 30px;
    }
}

@media screen and (min-width: 1220px) {
    .faculty-search form:nth-of-type(2) {
        padding-left: 60px;
    }
}

.faculty-search fieldset {
    position: relative;
    border: 0;
    margin: 0;
    overflow: hidden;
    padding: 0;
}

.faculty-search fieldset>label {
    -webkit-font-smoothing: antialiased;
    font-family: adobe-garamond-pro, "Adobe Garamond Pro", serif;
    font-weight: 700;
    color: #fff;
    display: block;
    font-size: 18px;
    font-size: 1.125rem;
    font-style: italic;
    line-height: 1.66667;
    margin-bottom: 10px;
}

@media screen and (min-width: 1220px) {
    .faculty-search fieldset>label {
        font-size: 21px;
        font-size: 1.3125rem;
        line-height: 1.52381;
    }
}

.faculty-search .misc {
    min-height: auto !important;
}

@media screen and (min-width: 980px) {
    .faculty-search .misc {
        position: absolute;
        bottom: 100%;
        right: 0;
    }
}

.faculty-search .misc a {
    font-weight: 400;
    font-family: 'Avenir-Bold', 'Avenir', sans-serif;
    color: #fff;
    font-size: 14px;
    font-size: 0.875rem;
    line-height: 1.71429;
    text-decoration: underline;
    -webkit-transition: color .25s;
    -o-transition: color .25s;
    transition: color .25s;
    display: inline-block;
    vertical-align: top;
}

.faculty-search .misc a:hover,
.faculty-search .misc a:focus {
    color: #edccd6;
}

@media screen and (min-width: 980px) {
    .faculty-search .misc a {
        width: 180px;
        color: #6E7072;
        margin-bottom: 28px;
        padding: 8px 0;
    }
}

@media screen and (min-width: 1220px) {
    .faculty-search .misc a {
        width: auto;
        margin-bottom: 37px;
    }
}

@media screen and (min-width: 980px) {
    .increased-contrast-on .faculty-search .misc a {
        color: #000;
    }
}

@media screen and (min-width: 980px) {
    .faculty-search .misc a:hover,
    .faculty-search .misc a:focus {
        color: #A70034;
    }
}

.increased-contrast-on .faculty-search .misc a:hover,
.increased-contrast-on .faculty-search .misc a:focus {
    color: #F8DA80;
}

@media screen and (min-width: 980px) {
    .increased-contrast-on .faculty-search .misc a:hover,
    .increased-contrast-on .faculty-search .misc a:focus {
        color: #A70034;
    }
}

#staff-directory__query {
    font-weight: 400;
    font-family: 'Avenir-Light', 'Avenir', sans-serif;
    min-height: 50px;
    width: calc(100% - 50px) !important;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: #fff;
    border: 0;
    border-radius: 4px 0 0 4px;
    float: left;
    font-size: 16px;
    font-size: 1rem;
    line-height: normal;
    padding: 14px 20px;
}

@media screen and (min-width: 740px) {
    #staff-directory__query {
        min-height: 64px;
        width: calc(100% - 64px) !important;
        padding-top: 21px;
        padding-bottom: 21px;
    }
}

#staff-directory__query+[type="submit"] {
    height: 50px;
    width: 50px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-color: #000;
    background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACIAAAAiCAYAAAA6RwvCAAAABGdBTUEAALGPC/xhBQAAAw1JREFUWAm9mL9rFEEUx3dN0GBQYyFiflgYAulsLJJ0IQhW+Qs8BC3SaZcExE4FW1PHwjqNdhIkFhICiX+ABmxEDwn4myAYPT/fY+d8mZ3dvb3b8wtfZubNe995mZudeRpHJdBoNMZwn4Vqh+FJ+BF+gLvweRzH+7TVg8UH4SLcgUXYx+EpnK8sE8T64AKsw07wkqDprhJCYAg+y1j9F/Y38AV8ArfgexjCb4yLHSVD4AX4OqC6ga0GT4eEsU/CZfgO+niMoT8UF7ThrJ3wk9BffyUYEDDiOwCV0E9osRJwT5uI0Jnwfw6Nh9LexRbipqB/vhYKIwnSwbRQEn2FgTkOxE/AT0ZUX9VIZgiT+kRt9vo5OtoJfxF05qAOrcOq79Ma46F7wqLtM9ESyekg/MiIH9AfD7ozYS+rjaBTF0b0R6E9vEspORzGoEUt5VSBgQV04zpspiSZueZmaXVZBe+JVGBJA7o3zDp/6A9aiSMMRo3hLY/WZzOusrtjxGL6h74eJaJX1KHuOj1o9UJbnLMDJaKn3OGr6/Sg/eZpnrJjJaJ6wuGs6/Sg9bXtupESsVumgqdXsGdRa9h1m4mosnIY5jRPukHF7ZzR+0H/8Hlk4eNQb4DDsgmorIv4K7cA7VpQmAl72aieGAg6dmhEbxZaXA1K4TFvveinr+BgZLERrRhuG/09+icyI5lUjemgd2Eq07nEBDr3nWjS3swNx2ka2udaZcFEblDBJPEPocUug6MFYVGEk18OqKixp71QQw7E6Oe4By30/M+0JZCIqNC10C6pnvDvgaAmfjqY9kwwbEH29gouHPvhSiv0X0fnRl/XdXgRnoHH4Hk4A+9A+4kybEI7YdF+MsnOqIa194sVa7evM6Ek/R0qncwIIqvQ/6sw5WKP2VuweTBp9c+U7pJJdmccoSW4CVXUhPAd4xqswdQ9gS03GRUopYCgKisVNaon9JS7/w2oU1QdMM6EkmFyHV4yTiqYSn+ZJr6zbsbOPFAZ8F/Brn1hwcvQlo5R6Z+mqqzZGVWGtxO9u38BtdQjK9u2niYAAAAASUVORK5CYII=");
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: 17px 17px;
    border: 0;
    border-radius: 0 4px 4px 0;
    color: transparent;
    cursor: pointer;
    float: left;
    margin-left: 0 !important;
    -webkit-transition: background .25s, -webkit-box-shadow .25s;
    -webkit-transition: background .25s, box-shadow .25s;
    transition: background .25s, -webkit-box-shadow .25s;
    -o-transition: background .25s, box-shadow .25s;
    transition: background .25s, box-shadow .25s;
    transition: background .25s, box-shadow .25s, -webkit-box-shadow .25s;
}

@media screen and (min-width: 740px) {
    #staff-directory__query+[type="submit"] {
        height: 64px;
        width: 64px;
    }
}

.increased-contrast-on #staff-directory__query+[type="submit"] {
    background-color: #000;
    -webkit-box-shadow: inset 0 0 0 1px #fff;
            box-shadow: inset 0 0 0 1px #fff;
}

#staff-directory__query+[type="submit"]:hover,
#staff-directory__query+[type="submit"]:focus {
    background-color: #444;
}

.increased-contrast-on #staff-directory__query+[type="submit"]:hover,
.increased-contrast-on #staff-directory__query+[type="submit"]:focus {
    background-color: #A70034;
    -webkit-box-shadow: inset 0 0 0 1px transparent;
            box-shadow: inset 0 0 0 1px transparent;
}

.select {
    width: calc(100% - 100px);
    float: left;
}

@media screen and (min-width: 740px) {
    .select {
        width: calc(100% - 140px);
    }
}

.select+[type="submit"] {
    font-weight: 400;
    font-family: 'Avenir-Bold', 'Avenir', sans-serif;
    width: 100px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: #000;
    border: 0;
    border-radius: 0 4px 4px 0;
    color: #fff;
    cursor: pointer;
    float: left;
    font-size: 16px;
    font-size: 1rem;
    padding: 16px 10px;
    text-align: center;
    text-decoration: underline;
    -webkit-transition: background .25s, color .25s, -webkit-box-shadow .25s;
    -webkit-transition: background .25s, box-shadow .25s, color .25s;
    transition: background .25s, color .25s, -webkit-box-shadow .25s;
    -o-transition: background .25s, box-shadow .25s, color .25s;
    transition: background .25s, box-shadow .25s, color .25s;
    transition: background .25s, box-shadow .25s, color .25s, -webkit-box-shadow .25s;
}

@media screen and (min-width: 740px) {
    .select+[type="submit"] {
        width: 140px;
        padding: 23px 10px;
    }
}

.increased-contrast-on .select+[type="submit"] {
    background: #000;
    -webkit-box-shadow: inset 0 0 0 1px #fff;
            box-shadow: inset 0 0 0 1px #fff;
    color: #fff;
}

.select+[type="submit"]:hover,
.select+[type="submit"]:focus {
    background: #f4f4f4;
    color: #A70034;
}

.increased-contrast-on .select+[type="submit"]:hover,
.increased-contrast-on .select+[type="submit"]:focus {
    background: #A70034;
    -webkit-box-shadow: inset 0 0 0 1px transparent;
            box-shadow: inset 0 0 0 1px transparent;
    color: #fff;
}

#staff-directory__department {
    font-weight: 400;
    font-family: 'Avenir-Bold', 'Avenir', sans-serif;
    min-height: 50px;
    width: 100%;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: #fff;
    background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABoAAAAQCAYAAAAI0W+oAAAABGdBTUEAALGPC/xhBQAAARRJREFUOBHNkj1uwkAQhZ8JAhogyRE4AR1CoomgRErHPUiPoojbUCMq6EC0uUCuwI+gACkB/Fmx5BCvvesCMYU9uzvvffbOSDcKD85IneqPNu/kZZWGXc3X5FljrNbTTocB+gc9fvQ03eZZ/EL65HsdX0Zqtntarli7hq999j1mvq6O1vfm9ZbjGY2zzvWTvmcIovs2ORq0eFzXByCuy5P3GR5mgcVB8MQb3wBET3LKt7PCTBA8w34HwxD+SZLA1DNbzR8QQFuha+0/kK2BywfhGQtKg3F+PV30l56YrtgISoJxFh3hNAj1iSAK4q6I/TBsINSmgigywWwh1qA4mAvECUTxRI3KXqcaeVGFr1ctduR3FRctvbijJMmqrAAAAABJRU5ErkJggg==");
    background-position: calc(100% - 20px) 50%;
    background-repeat: no-repeat;
    background-size: 13px 8px;
    border: 0;
    border-radius: 4px 0 0 4px;
    cursor: pointer;
    font-size: 16px;
    font-size: 1rem;
    line-height: normal;
    padding: 15px 60px 13px 20px;
}

#staff-directory__department::-ms-expand {
    display: none;
}

@media screen and (min-width: 740px) {
    #staff-directory__department {
        min-height: 64px;
        background-position: calc(100% - 30px) 50%;
        padding-top: 21px;
        padding-bottom: 21px;
    }
}

.faculty-search+.article {
    padding-bottom: 60px;
    padding-top: 40px;
}

@media screen and (min-width: 740px) {
    .faculty-search+.article {
        padding-bottom: 80px;
    }
}

@media screen and (min-width: 980px) {
    .faculty-search+.article {
        padding-bottom: 100px;
    }
}

@media screen and (min-width: 1220px) {
    .faculty-search+.article {
        padding-top: 55px;
        padding-right: 100px;
        padding-left: 100px;
    }
}

.department-search__details {
    background: #f4f4f4;
    border-radius: 4px;
    margin-bottom: 22px;
    padding: 20px;
}

@media print {
    .department-search__details {
        padding: 0;
    }
}

@media screen and (min-width: 500px) {
    .department-search__details {
        padding-right: 35px;
        padding-left: 35px;
    }
}

.increased-contrast-on .department-search__details {
    background: none;
    border: 1px solid #000;
}

.department-search__name {
    font-weight: 400;
    font-family: 'Avenir', 'Avenir', sans-serif;
    font-size: 24px;
    font-size: 1.5rem;
    line-height: 1.5;
    font-weight: 400;
    font-family: 'Avenir-Black', 'Avenir', sans-serif;
    margin-bottom: 8px;
}

@media screen and (min-width: 740px) {
    .department-search__name {
        font-size: 32px;
        font-size: 2rem;
        line-height: 1.5;
    }
}

@media screen and (min-width: 740px) {
    .department-search__name {
        margin-bottom: 2px;
    }
}

.department-search__contact {
    font-weight: 400;
    font-family: 'Avenir', 'Avenir', sans-serif;
    position: relative;
    color: inherit;
    display: inline-block;
    vertical-align: top;
    font-size: 15px;
    font-size: 0.9375rem;
    line-height: 1.6;
    margin-right: 20px;
    margin-bottom: 10px;
    padding-left: 20px;
}

@media screen and (min-width: 740px) {
    .department-search__contact {
        font-size: 16px;
        font-size: 1rem;
        line-height: 1.625;
    }
}

.department-search__contact:before {
    height: 12px;
    width: 12px;
    position: absolute;
    top: 6px;
    left: 0;
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: contain;
    content: "";
}

.department-search__contact:nth-child(2):before {
    background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAABGdBTUEAALGPC/xhBQAAAo5JREFUSA2lVT1s01AQvrNjaAVRCitiQiAxogpRWiAZ2IElUwfYkJDy47QNiMUDS6PWjhmQSBESLEhILHSDBYYIWtgYEAjUAmtboEVq4zY+7tl9JXbsErlPSs739929u3vvIexxVavVzIaz9QGA3iugNjKZAy8Mw3AlrCo/ktLB02dusu8l/p0koNH1lnN16OzwweyF81+azeYaJgUWfiXDGKBfqwsEMBCB00bAp0qEonfR6p9SDLjAUAHhXOIdeNn/XlskokxcRojwLPkORPa7gPtBlblEO9ienG//C6Cimku0A8fpV7n2K3GlEXJEXOKRfZMogGUZK7gvlWOUhbggRPiYz4OTKIAAtScnv+8WRFNpRtgl6oFwlKswPn4cNtsfmf93aBFe37XMnLBJib+9LNxyde7HDjjX3uUrY0JiJi6RACiUx67xJF2XYIJysAeWVZuXstgAYhTLZeOwNAzTQqUyyHD3gnJcViF9q1PW1QNxQsE/RCUg+gn7taxoaKeTruun2gSzRHBEykVpAOmKbZrPpUzQnQCdwIEDxKOYQsqapvlDOBT1sVEgt8Hg/YKXS1GgUmcjyUuKohTrrc0SZ1AOAEsLj+JXpU+7CGznEhUDKmY4y/t23Qz0Qtqk/McCjjK4lEVQOuZuOJ9ZoYWVAnxkeOiGXQ9rfF7htr+LVnVJA+DeOHJZROb5fL7dZb0t4JGFRpwyXo7LCuDlqJqHfZRD6fRL3uZiWBHF+5OCDRXTJyxrajbKJizzpqik67ddF+6ElZ08P3+veLcT9vR0ryX13P2rwu17iNgyuNGBq4MzXmKrR6CpM3at9qkzYK/f3g6EcbFcecJkhGeJXyGcB4XmuHxvxZXbK1iU3V/fP+qppzYPYAAAAABJRU5ErkJggg==");
}

.department-search__contact:last-child:before {
    background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAABGdBTUEAALGPC/xhBQAAANxJREFUSA3tlDsPgyAUhb3EdLLG2N/Zl906MblpX7+zxhgnByknKQZNEU1l0+XC4d7v4EUhz/Acz8lbCC82LPdkIq943PJdT/xO2C8R2lS4LddoYDKeq68G1o6tLbK2yD+ckpSILkKIDbKf95ysVSMJkiewLJmNZGZMh4/UzV7ChsFmauezCRMKwPZNef+2SnGdf6akDkU5Lh2dv8Fq0B0ZY+waR+EWsRPlYLEWRWHw4pzXiE4MyqreS4MAUTcw/mh60pRx27ZpUVbpMBd3UTMUl5qDjbsoc2ECJtgf4MVJPvKpD4UAAAAASUVORK5CYII=");
}

.department-search__contact a {
    color: inherit;
}

.result-message {
    font-weight: 400;
    font-family: 'Avenir-Light', 'Avenir', sans-serif;
    font-size: 16px;
    font-size: 1rem;
    line-height: 1.75;
    margin: 0 0 24px;
}

.result-message strong {
    font-weight: 400;
    font-family: 'Avenir-Bold', 'Avenir', sans-serif;
}

.results {
    width: 100%;
    border-collapse: collapse;
}

.results caption {
    font-weight: 400;
    font-family: 'Avenir', 'Avenir', sans-serif;
    font-size: 24px;
    font-size: 1.5rem;
    line-height: 1.5;
    font-weight: 400;
    font-family: 'Avenir-Black', 'Avenir', sans-serif;
    background: #f4f4f4;
    border-radius: 4px;
    padding: 20px;
    text-align: left;
}

@media screen and (min-width: 740px) {
    .results caption {
        font-size: 32px;
        font-size: 2rem;
        line-height: 1.5;
    }
}

@media screen and (min-width: 500px) {
    .results caption {
        padding-right: 35px;
        padding-left: 35px;
    }
}

.increased-contrast-on .results caption {
    background: none;
    border: 1px solid #000;
}

.results caption br {
    display: none;
}

.results caption span {
    font-weight: 400;
    font-family: 'Avenir', 'Avenir', sans-serif;
    display: block;
    padding-bottom: 5px;
    font-size: 15px;
    font-size: 0.9375rem;
    line-height: 1.6;
}

@media screen and (min-width: 740px) {
    .results caption span {
        font-size: 16px;
        font-size: 1rem;
        line-height: 1.625;
    }
}

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

.results thead.focusable:active,
.results thead.focusable:focus {
    width: auto;
    height: auto;
    position: static;
    clip: auto;
    margin: 0;
    overflow: visible;
}

.results tbody {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.results tbody tr {
    width: 100%;
}

@media screen and (min-width: 500px) {
    .results tbody tr {
        width: 50%;
    }
}

.results tbody tr:after {
    height: 1px;
    width: 100%;
    background: #D6D6D6;
    content: "";
    display: block;
    margin-top: 24px;
}

@media screen and (min-width: 500px) {
    .results tbody tr:after {
        width: calc(100% - 40px);
    }
}

.increased-contrast-on .results tbody tr:after {
    background: #000;
}

.results tbody tr:last-child:after {
    margin-bottom: 40px;
}

@media screen and (min-width: 980px) {
    .results tbody tr:last-child:after {
        margin-bottom: 60px;
    }
}

.results tbody td {
    display: block;
    text-align: left !important;
}

@media screen and (min-width: 500px) {
    .results tbody td {
        padding-right: 20px;
    }
}

.results tbody td:first-child {
    padding-top: 20px;
}

.results tbody td:last-child {
    font-weight: 400;
    font-family: 'Avenir-Light', 'Avenir', sans-serif;
    color: #6E7072;
    font-style: italic;
}

.increased-contrast-on .results tbody td:last-child {
    color: #000;
}

.results tbody a {
    font-weight: 400;
    font-family: 'Avenir-Light', 'Avenir', sans-serif;
    font-size: 16px;
    font-size: 1rem;
    line-height: 1.6875;
    font-weight: 400;
    font-family: 'Avenir-Bold', 'Avenir', sans-serif;
    color: #A70034;
    text-decoration: underline;
    -webkit-transition: color .25s;
    -o-transition: color .25s;
    transition: color .25s;
}

@media screen and (min-width: 740px) {
    .results tbody a {
        font-size: 18px;
        font-size: 1.125rem;
        line-height: 1.66667;
    }
}

.increased-contrast-on .results tbody a {
    color: #000;
}

.results tbody a:hover,
.results tbody a:focus {
    color: #000;
}

.increased-contrast-on .results tbody a:hover,
.increased-contrast-on .results tbody a:focus {
    color: #A70034;
}

@media print {
    .filter_block {
        display: none;
    }
}

.filter_inner {
    position: relative;
    background: #A70034;
    border-radius: 4px;
    padding: 30px 20px;
}

@media screen and (min-width: 740px) {
    .filter_inner {
        padding: 30px;
    }
}

@media screen and (min-width: 1220px) {
    .filter_inner {
        padding: 44px 60px;
    }
}

.increased-contrast-on .filter_inner {
    background: #000;
}

@media screen and (min-width: 980px) {
    .filter {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }
}

@media screen and (min-width: 980px) {
    .layout_unit_listing .filter {
        display: block;
    }
}

.filter_field {
    margin-bottom: 30px;
}

@media screen and (min-width: 980px) {
    .filter_field {
        width: 50%;
        margin-bottom: 0;
        padding: 6px 0 26px;
    }
}

@media screen and (min-width: 980px) {
    .filter_field:first-child {
        border-right: 1px solid rgba(255, 255, 255, 0.5);
        padding-right: 30px;
    }
}

@media screen and (min-width: 1220px) {
    .filter_field:first-child {
        padding-right: 60px;
    }
}

.layout_unit_listing .filter_field:first-child {
    margin-bottom: 34px;
}

.filter_field:last-child {
    margin-bottom: 0;
}

@media screen and (min-width: 980px) {
    .filter_field:last-child {
        padding-left: 30px;
    }
}

@media screen and (min-width: 1220px) {
    .filter_field:last-child {
        padding-left: 60px;
    }
}

@media screen and (min-width: 980px) {
    .layout_unit_listing .filter_field {
        width: 100%;
        border: 0;
        padding: 0;
    }
}

.filter_label {
    -webkit-font-smoothing: antialiased;
    font-family: adobe-garamond-pro, "Adobe Garamond Pro", serif;
    font-weight: 700;
    color: #fff;
    display: block;
    font-size: 18px;
    font-size: 1.125rem;
    font-style: italic;
    line-height: 1.66667;
    margin-bottom: 10px;
}

@media screen and (min-width: 740px) {
    .filter_label {
        font-size: 21px;
        font-size: 1.3125rem;
        line-height: 1.52381;
    }
}

.filter_group {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.filter_search {
    font-weight: 400;
    font-family: 'Avenir-Light', 'Avenir', sans-serif;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: #fff;
    border: 0;
    border-radius: 4px 0 0 4px;
    -webkit-box-flex: 1;
    -ms-flex: auto;
    flex: auto;
    font-size: 16px;
    font-size: 1rem;
    line-height: normal;
    padding: 14px 20px;
}

@media screen and (min-width: 740px) {
    .filter_search {
        padding-top: 21px;
        padding-bottom: 21px;
    }
}

.filter_search_submit_wrapper {
    height: 50px;
    width: 50px;
    position: relative;
    overflow: hidden;
}

@media screen and (min-width: 740px) {
    .filter_search_submit_wrapper {
        height: 64px;
        width: 64px;
    }
}

.filter_search_submit {
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: #000;
    border: 0;
    border-radius: 0 4px 4px 0;
    color: transparent;
    cursor: pointer;
    -webkit-transition: background .25s, -webkit-box-shadow .25s;
    -webkit-transition: background .25s, box-shadow .25s;
    transition: background .25s, -webkit-box-shadow .25s;
    -o-transition: background .25s, box-shadow .25s;
    transition: background .25s, box-shadow .25s;
    transition: background .25s, box-shadow .25s, -webkit-box-shadow .25s;
}

.increased-contrast-on .filter_search_submit {
    background: #000;
    -webkit-box-shadow: inset 0 0 0 1px #fff;
            box-shadow: inset 0 0 0 1px #fff;
}

.filter_search_submit:hover,
.filter_search_submit:focus {
    background: #f4f4f4;
}

.increased-contrast-on .filter_search_submit:hover,
.increased-contrast-on .filter_search_submit:focus {
    background: #A70034;
    -webkit-box-shadow: inset 0 0 0 1px transparent;
            box-shadow: inset 0 0 0 1px transparent;
}

.filter_search_icon {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    stroke: #fff;
    pointer-events: none;
}

.filter_search_submit:hover+.filter_search_icon,
.filter_search_submit:focus+.filter_search_icon {
    stroke: #A70034;
}

.increased-contrast-on .filter_search_submit:hover+.filter_search_icon,
.increased-contrast-on .filter_search_submit:focus+.filter_search_icon {
    stroke: #fff;
}

.filter_select_wrapper {
    position: relative;
    -webkit-box-flex: 1;
    -ms-flex: auto;
    flex: auto;
}

.filter_select {
    font-weight: 400;
    font-family: 'Avenir-Bold', 'Avenir', sans-serif;
    min-height: 50px;
    width: 100%;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: #fff;
    border: 0;
    border-radius: 4px 0 0 4px;
    cursor: pointer;
    font-size: 16px;
    font-size: 1rem;
    line-height: normal;
    padding: 15px 20px 13px;
}

@media screen and (min-width: 740px) {
    .filter_select {
        min-height: 64px;
        padding-top: 21px;
        padding-bottom: 21px;
    }
}

.filter_select::-ms-expand {
    display: none;
}

.filter_select_icon {
    position: absolute;
    top: 50%;
    right: 20px;
    color: #A70034;
    pointer-events: none;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
}

.filter_select_submit {
    font-weight: 400;
    font-family: 'Avenir-Bold', 'Avenir', sans-serif;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: #000;
    border: 0;
    border-radius: 0 4px 4px 0;
    color: #fff;
    cursor: pointer;
    font-size: 16px;
    font-size: 1rem;
    padding: 16px 20px;
    text-decoration: underline;
    -webkit-transition: background .25s, color .25s, -webkit-box-shadow .25s;
    -webkit-transition: background .25s, box-shadow .25s, color .25s;
    transition: background .25s, color .25s, -webkit-box-shadow .25s;
    -o-transition: background .25s, box-shadow .25s, color .25s;
    transition: background .25s, box-shadow .25s, color .25s;
    transition: background .25s, box-shadow .25s, color .25s, -webkit-box-shadow .25s;
}

@media screen and (min-width: 740px) {
    .filter_select_submit {
        padding: 23px 45px;
    }
}

.increased-contrast-on .filter_select_submit {
    background: #000;
    -webkit-box-shadow: inset 0 0 0 1px #fff;
            box-shadow: inset 0 0 0 1px #fff;
    color: #fff;
}

.filter_select_submit:hover,
.filter_select_submit:focus {
    background: #f4f4f4;
    color: #A70034;
}

.increased-contrast-on .filter_select_submit:hover,
.increased-contrast-on .filter_select_submit:focus {
    background: #A70034;
    -webkit-box-shadow: inset 0 0 0 1px transparent;
            box-shadow: inset 0 0 0 1px transparent;
    color: #fff;
}

.filter_letters_content {
    position: relative;
    border-top: 1px solid rgba(255, 255, 255, 0.45);
}

.filter_letters_content:before {
    height: 100%;
    width: 60px;
    position: absolute;
    top: 0;
    right: -8px;
    z-index: 8;
    background: -o-linear-gradient(right, #a70034, rgba(167, 0, 52, 0));
    background: -webkit-gradient(linear, right top, left top, from(#a70034), to(rgba(167, 0, 52, 0)));
    background: linear-gradient(to left, #a70034, rgba(167, 0, 52, 0));
    content: "";
    pointer-events: none;
}

@media screen and (min-width: 980px) {
    .filter_letters_content:before {
        display: none;
    }
}

.increased-contrast-on .filter_letters_content:before {
    background: -o-linear-gradient(right, black, rgba(0, 0, 0, 0));
    background: -webkit-gradient(linear, right top, left top, from(black), to(rgba(0, 0, 0, 0)));
    background: linear-gradient(to left, black, rgba(0, 0, 0, 0));
}

.filter_letters {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    overflow-x: auto;
    margin: 12px -12px 0;
    white-space: nowrap;
}

@media screen and (min-width: 500px) {
    .filter_letters {
        margin-right: -8px;
        margin-left: -8px;
    }
}

@media screen and (min-width: 980px) {
    .filter_letters {
        overflow: visible;
    }
}

.filter_letter {
    font-weight: 400;
    font-family: 'Avenir-Black', 'Avenir', sans-serif;
    position: relative;
    z-index: 2;
    color: #edccd6;
    display: block;
    letter-spacing: 1.33px;
    letter-spacing: 0.08313rem;
    padding: 12px 12px 10px;
    text-transform: uppercase;
    -webkit-transition: color .25s;
    -o-transition: color .25s;
    transition: color .25s;
}

@media screen and (min-width: 500px) {
    .filter_letter {
        padding-right: 8px;
        padding-left: 8px;
    }
}

.filter_letter:before {
    height: 34px;
    width: 34px;
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: -2;
    background: rgba(0, 0, 0, 0.45);
    border-radius: 50%;
    content: "";
    opacity: 0;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-transition: opacity .25s;
    -o-transition: opacity .25s;
    transition: opacity .25s;
}

@media screen and (min-width: 980px) {
    .filter_letter:before {
        height: 40px;
        width: 40px;
    }
}

.increased-contrast-on .filter_letter {
    color: #F8DA80;
}

.filter_letter.has-content {
    color: #fff;
}

.filter_letter.inactive:not(.has-content) {
    cursor: default;
    pointer-events: none;
}

.increased-contrast-on .filter_letter.active {
    color: #000;
}

.filter_letter.active:before {
    opacity: 1;
}

.increased-contrast-on .filter_letter.active:before {
    background: #fff;
}

.filter_letter_all {
    font-weight: 400;
    font-family: 'Avenir-Bold', 'Avenir', sans-serif;
    background: rgba(0, 0, 0, 0.45);
    border-radius: 40px;
    color: #fff;
    padding-right: 15px;
    padding-left: 15px;
    text-transform: none;
}

.active~.filter_letter_all {
    background: none;
}

.increased-contrast-on .active~.filter_letter_all {
    background: none;
    color: #fff;
}

.increased-contrast-on .filter_letter_all {
    background: #fff;
    color: #000;
}

.filter_letter_space {
    display: block;
    padding-right: 40px;
}

@media screen and (min-width: 980px) {
    .filter_letter_space {
        display: none;
    }
}


/* ==========================================================================
	IE Message
============================================================================= */

.ie_message {
    height: 100%;
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 400;
    display: none;
}

.ie_message.show-message {
    display: block;
}

.ie_message.fs-swap-active {
    display: none;
}

.ie_message_inner {
    max-width: 930px;
    width: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    background: #fff;
    -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.15);
            box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.15);
    padding: 50px 20px 40px;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

@media screen and (min-width: 980px) {
    .ie_message_inner {
        padding: 70px 50px 60px;
    }
}

.ie_message_header {
    margin-bottom: 35px;
}

.ie_message_title {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 24px;
    font-size: 1.5rem;
    line-height: 1.33333;
    margin: 0 0 23px;
}

.ie_message_caption {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 16px;
    font-size: 1rem;
    line-height: 1.5;
    margin: 0;
}

.ie_message_mini_link {
    color: inherit;
    text-decoration: underline;
    -webkit-transition: color .25s;
    -o-transition: color .25s;
    transition: color .25s;
}

.ie_message_mini_link:focus,
.ie_message_mini_link:hover {
    color: #0178d7;
}

.ie_message_body {
    margin-bottom: 10px;
}

@media screen and (min-width: 500px) {
    .ie_message_body {
        margin-bottom: 48px;
    }
}

.ie_message_group {
    display: inline-block;
    margin-bottom: 20px;
    vertical-align: middle;
}

.ie_message_group:first-child {
    margin-right: 50px;
}

.ie_message_edge_link {
    background: #000;
    border-radius: 5px;
    -webkit-box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.5);
            box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.5);
    color: #fff;
    display: inline-block;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 16px;
    font-size: 1rem;
    font-weight: bold;
    padding: 20px 28px;
    text-decoration: underline;
    -webkit-transition: background .25s, color .25s, -webkit-box-shadow .25s;
    -webkit-transition: background .25s, box-shadow .25s, color .25s;
    transition: background .25s, color .25s, -webkit-box-shadow .25s;
    -o-transition: background .25s, box-shadow .25s, color .25s;
    transition: background .25s, box-shadow .25s, color .25s;
    transition: background .25s, box-shadow .25s, color .25s, -webkit-box-shadow .25s;
}

.ie_message_edge_link:focus,
.ie_message_edge_link:hover {
    background: #eee;
    -webkit-box-shadow: 0 2px 8px 0 rgba(1, 120, 215, 0.5);
            box-shadow: 0 2px 8px 0 rgba(1, 120, 215, 0.5);
    color: #0178d7;
}

@media screen and (min-width: 500px) {
    .ie_message_edge_link:after {
        height: 40px;
        width: 40px;
        background: url("data:image/png;base64,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") no-repeat 50% 50%;
        background-size: contain;
        content: "";
        display: inline-block;
        margin-left: 22px;
        vertical-align: middle;
    }
}

.ie_message_label {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 16px;
    font-size: 1rem;
    line-height: 1.5;
    margin: 0 0 9px;
}

.ie_message_link {
    color: #000;
    display: inline-block;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 16px;
    font-size: 1rem;
    font-weight: bold;
    padding: 8px 20px;
    text-decoration: underline;
    vertical-align: middle;
    -webkit-transition: color .25s;
    -o-transition: color .25s;
    transition: color .25s;
}

@media screen and (min-width: 500px) {
    .ie_message_link {
        padding: 8px 40px;
    }
}

.ie_message_link:focus,
.ie_message_link:hover {
    color: #0178d7;
}

.ie_message_link:before {
    height: 40px;
    width: 40px;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: contain;
    content: "";
    display: inline-block;
    margin-right: 16px;
    vertical-align: middle;
}

.ie_message_link:first-child {
    border-right: 1px solid #000;
    padding-left: 0;
}

.ie_message_link:last-child {
    padding-right: 0;
}

.ie_message_link_chrome:before {
    background-image: url("data:image/png;base64,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");
}

.ie_message_link_firefox:before {
    background-image: url("data:image/png;base64,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");
}

.ie_message_continue {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 14px;
    font-size: 0.875rem;
    display: inline-block;
    padding: 13px 0;
    text-decoration: underline;
    vertical-align: top;
    -webkit-transition: color .25s;
    -o-transition: color .25s;
    transition: color .25s;
}

.ie_message_continue:focus,
.ie_message_continue:hover {
    color: #0178d7;
}

.item_meta {
    position: relative;
}

@media print {
    .item_meta {
        margin-top: 0 !important;
    }
}

@media screen and (max-width: 979px) {
    .item_meta {
        margin-top: -28px !important;
    }
}

.item_meta_inner {
    background: #f4f4f4;
    border-radius: 2px;
    overflow: hidden;
    padding: 20px;
}

@media print {
    .item_meta_inner {
        padding: 20px 0 0;
    }
}

@media screen and (min-width: 980px) {
    .item_meta_inner {
        background: none;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        padding: 0;
    }
}

.increased-contrast-on .item_meta_inner {
    background: #fff;
    border: 1px solid #000;
}

@media screen and (min-width: 980px) {
    .item_meta_body {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        background: #f4f4f4;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-flex: 1;
        -ms-flex: auto;
        flex: auto;
        padding: 15px 30px 16px;
    }
}

@media screen and (min-width: 1220px) {
    .item_meta_body {
        padding: 21px 30px 22px;
    }
}

@media screen and (min-width: 980px) {
    .increased-contrast-on .item_meta_body {
        background: none;
    }
}

.item_meta_history {
    font-weight: 400;
    font-family: 'Avenir-Bold', 'Avenir', sans-serif;
    color: #A70034;
    display: inline-block;
    font-size: 14px;
    font-size: 0.875rem;
    line-height: 1.71429;
    vertical-align: top;
    white-space: nowrap;
    text-decoration: underline;
    -webkit-transition: background .25s, color .25s;
    -o-transition: background .25s, color .25s;
    transition: background .25s, color .25s;
}

@media print {
    .item_meta_history {
        display: none;
    }
}

@media screen and (min-width: 980px) {
    .item_meta_history {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        background: #A70034;
        color: #fff;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        padding: 13px 20px;
    }
}

@media screen and (min-width: 1220px) {
    .item_meta_history {
        font-size: 16px;
        font-size: 1rem;
        line-height: 1.625;
        padding: 19px 30px;
    }
}

.increased-contrast-on .item_meta_history {
    color: #000;
}

@media screen and (min-width: 980px) {
    .increased-contrast-on .item_meta_history {
        background: #000;
        color: #fff;
    }
}

.item_meta_history:hover,
.item_meta_history:focus {
    color: #000;
}

@media screen and (min-width: 980px) {
    .item_meta_history:hover,
    .item_meta_history:focus {
        background: #000;
        color: #fff;
    }
}

.increased-contrast-on .item_meta_history:hover,
.increased-contrast-on .item_meta_history:focus {
    color: #A70034;
}

@media screen and (min-width: 980px) {
    .increased-contrast-on .item_meta_history:hover,
    .increased-contrast-on .item_meta_history:focus {
        background: #A70034;
        color: #fff;
    }
}

.news_meta_date {
    margin-bottom: 12px;
}

@media screen and (min-width: 980px) {
    .news_meta_date {
        margin-right: 30px;
        margin-bottom: 0;
    }
}

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

.news_meta_date_label.focusable:active,
.news_meta_date_label.focusable:focus {
    width: auto;
    height: auto;
    position: static;
    clip: auto;
    margin: 0;
    overflow: visible;
}

.news_meta_date_time {
    font-weight: 400;
    font-family: 'Avenir-Bold', 'Avenir', sans-serif;
    font-size: 12px;
    font-size: 0.75rem;
    letter-spacing: 1px;
    letter-spacing: 0.0625rem;
    line-height: 1.5;
    text-transform: uppercase;
    white-space: nowrap;
}

@media screen and (min-width: 740px) {
    .news_meta_date_time {
        font-size: 13px;
        font-size: 0.8125rem;
        line-height: 1.23077;
    }
}

.news_meta_categories_content {
    margin-bottom: 10px;
}

@media screen and (min-width: 980px) {
    .news_meta_categories_content {
        margin-bottom: 0;
    }
}

.news_meta_categories_label {
    font-weight: 400;
    font-family: 'Avenir-Bold', 'Avenir', sans-serif;
    font-size: 12px;
    font-size: 0.75rem;
    letter-spacing: 1px;
    letter-spacing: 0.0625rem;
    line-height: 1.5;
    text-transform: uppercase;
    color: #6E7072;
    display: inline-block;
}

@media screen and (min-width: 740px) {
    .news_meta_categories_label {
        font-size: 13px;
        font-size: 0.8125rem;
        line-height: 1.23077;
    }
}

.increased-contrast-on .news_meta_categories_label {
    color: #000;
}

.news_meta_categories {
    display: inline-block;
    list-style: none;
    margin: 0;
    padding: 0;
}

.news_meta_category {
    font-weight: 400;
    font-family: 'Avenir-Bold', 'Avenir', sans-serif;
    display: inline-block;
    font-size: 14px;
    font-size: 0.875rem;
    line-height: 1.42857;
}

.news_meta_category_link {
    color: inherit;
    text-decoration: underline;
    -webkit-text-decoration-color: transparent;
    text-decoration-color: transparent;
    -webkit-transition: color .25s, -webkit-text-decoration .25s;
    transition: color .25s, -webkit-text-decoration .25s;
    -webkit-transition: color .25s, text-decoration .25s;
    -o-transition: color .25s, text-decoration .25s;
    transition: color .25s, text-decoration .25s;
    transition: color .25s, text-decoration .25s, -webkit-text-decoration .25s;
}

.news_meta_category_link:hover,
.news_meta_category_link:focus {
    color: #A70034;
    -webkit-text-decoration-color: currentColor;
    text-decoration-color: currentColor;
}

.person_header {
    margin-bottom: 38px;
}

@media print {
    .person_header {
        margin-bottom: 20px;
    }
}

.person_title {
    font-weight: 400;
    font-family: 'Avenir-Light', 'Avenir', sans-serif;
    font-size: 16px;
    font-size: 1rem;
    line-height: 1.6875;
    color: #6E7072;
    font-style: italic;
}

@media screen and (min-width: 740px) {
    .person_title {
        font-size: 18px;
        font-size: 1.125rem;
        line-height: 1.66667;
    }
}

@media screen and (min-width: 1220px) {
    .person_title {
        font-size: 21px;
        font-size: 1.3125rem;
        line-height: 1.47619;
    }
}

.increased-contrast-on .person_title {
    color: #000;
}

.person_inner {
    position: relative;
    background: #f4f4f4;
    border-radius: 4px;
    padding: 20px;
}

@media print {
    .person_inner {
        padding: 0;
    }
}

@media screen and (min-width: 980px) {
    .person_inner {
        padding: 40px;
    }
}

@media screen and (min-width: 1220px) {
    .person_inner {
        padding: 55px 60px 50px;
    }
}

.increased-contrast-on .person_inner {
    background: none;
    border: 1px solid #000;
}

.person_group {
    position: relative;
}

.person_group:first-child {
    border-bottom: 1px solid #D6D6D6;
    margin-bottom: 30px;
    padding-bottom: 22px;
}

@media print {
    .person_group:first-child {
        margin-bottom: 20px;
    }
}

@media screen and (min-width: 1220px) {
    .person_group:first-child {
        margin-bottom: 50px;
        padding-bottom: 30px;
    }
}

.increased-contrast-on .person_group:first-child {
    border-color: #000;
}

@media screen and (min-width: 740px) {
    .person_media {
        position: absolute;
        top: 100%;
        right: 0;
        z-index: 2;
    }
}

.person_figure {
    width: 120px;
    margin-bottom: 25px;
}

@media screen and (min-width: 740px) {
    .person_figure {
        width: 204px;
        margin-top: -102px;
        margin-left: auto;
    }
}

.person_image_wrapper {
    border-radius: 50%;
    overflow: hidden;
    padding-bottom: 100%;
}

.person_link {
    font-weight: 400;
    font-family: 'Avenir-Bold', 'Avenir', sans-serif;
    background: #000;
    border-radius: 2px;
    color: #fff;
    font-size: 14px;
    font-size: 0.875rem;
    line-height: 1.71429;
    padding: 13px 25px;
    text-align: center;
    text-decoration: underline;
    -webkit-transition: background 0.25s, border 0.25s, color 0.25s;
    -o-transition: background 0.25s, border 0.25s, color 0.25s;
    transition: background 0.25s, border 0.25s, color 0.25s;
    display: none;
}

@media screen and (min-width: 740px) {
    .person_link {
        font-size: 16px;
        font-size: 1rem;
        line-height: 1.625;
        padding: 19px 30px;
    }
}

.person_link:focus,
.person_link:hover {
    background: #A70034;
    color: #fff;
}

@media screen and (min-width: 740px) {
    .person_link {
        display: inline-block;
        -webkit-transform: translate(0, -50%);
        -ms-transform: translate(0, -50%);
        transform: translate(0, -50%);
    }
}

@media screen and (min-width: 740px) {
    .person_figure+.person_link {
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
    }
}

.person_label {
    font-weight: 400;
    font-family: 'Avenir-Bold', 'Avenir', sans-serif;
    font-size: 12px;
    font-size: 0.75rem;
    letter-spacing: 1px;
    letter-spacing: 0.0625rem;
    line-height: 1.5;
    text-transform: uppercase;
    color: #6E7072;
    margin: 0 0 15px;
}

@media screen and (min-width: 740px) {
    .person_label {
        font-size: 13px;
        font-size: 0.8125rem;
        line-height: 1.23077;
    }
}

.increased-contrast-on .person_label {
    color: #000;
}

@media screen and (min-width: 740px) {
    .person_details {
        width: calc(100% - 204px);
        padding-right: 40px;
    }
}

.person_detail {
    font-weight: 400;
    font-family: 'Avenir', 'Avenir', sans-serif;
    font-size: 15px;
    font-size: 0.9375rem;
    line-height: 1.8;
    margin-bottom: 20px;
}

@media screen and (min-width: 1220px) {
    .person_detail {
        width: 32%;
        display: inline-block;
        margin-bottom: 0;
        padding-right: 40px;
        vertical-align: top;
    }
}

.person_detail:last-child {
    margin-bottom: 0;
}

.person_detail_label {
    margin-bottom: 5px;
}

.person_link_text {
    font-weight: 400;
    font-family: 'Avenir-Bold', 'Avenir', sans-serif;
    color: #A70034;
    font-size: 14px;
    font-size: 0.875rem;
    line-height: 1.71429;
    text-decoration: underline;
    -webkit-transition: color .25s;
    -o-transition: color .25s;
    transition: color .25s;
    display: inline-block;
    margin-top: 30px;
}

@media screen and (min-width: 740px) {
    .person_link_text {
        font-size: 16px;
        font-size: 1rem;
        line-height: 1.625;
    }
}

.person_link_text:hover,
.person_link_text:focus {
    color: #000;
}

.increased-contrast-on .person_link_text:hover,
.increased-contrast-on .person_link_text:focus {
    color: #A70034;
}

.increased-contrast-on .person_link_text {
    color: #000;
}

@media print {
    .person_link_text {
        display: none;
    }
}

@media screen and (min-width: 740px) {
    .person_link_text {
        display: none;
    }
}

.program_meta_label {
    font-weight: 400;
    font-family: 'Avenir-Bold', 'Avenir', sans-serif;
    font-size: 12px;
    font-size: 0.75rem;
    letter-spacing: 1px;
    letter-spacing: 0.0625rem;
    line-height: 1.5;
    text-transform: uppercase;
    display: block;
    margin-bottom: 12px;
}

@media screen and (min-width: 740px) {
    .program_meta_label {
        font-size: 13px;
        font-size: 0.8125rem;
        line-height: 1.23077;
    }
}

@media screen and (min-width: 980px) {
    .program_meta_label {
        margin-bottom: 0;
    }
}

.program_meta_group {
    font-weight: 400;
    font-family: 'Avenir-Bold', 'Avenir', sans-serif;
    color: #6E7072;
    font-size: 14px;
    font-size: 0.875rem;
    line-height: 1.42857;
    margin-bottom: 10px;
}

@media screen and (min-width: 980px) {
    .program_meta_group {
        margin-bottom: 0;
    }
}

.increased-contrast-on .program_meta_group {
    color: #000;
}

.program_meta_location {
    position: relative;
    display: block;
    margin-bottom: 10px;
}

@media screen and (min-width: 740px) {
    .program_meta_location {
        display: inline-block;
        margin-right: 10px;
        margin-bottom: 0;
        padding-right: 14px;
    }
}

@media screen and (min-width: 980px) {
    .program_meta_location {
        margin-right: 20px;
        padding-right: 24px;
    }
}

@media screen and (min-width: 740px) {
    .program_meta_location:after {
        height: 20px;
        width: 1px;
        position: absolute;
        top: 50%;
        right: 0;
        background: #D6D6D6;
        content: "";
        -webkit-transform: translate(0, -50%);
        -ms-transform: translate(0, -50%);
        transform: translate(0, -50%);
    }
}

@media screen and (min-width: 740px) {
    .increased-contrast-on .program_meta_location:after {
        background: #000;
    }
}

.program_meta_school {
    display: block;
}

@media screen and (min-width: 740px) {
    .program_meta_school {
        display: inline-block;
    }
}


/* ==========================================================================
	star
============================================================================= */

.star {
    position: relative;
    background-color: #000;
    color: #fff;
}

@media screen and (min-width: 1220px) {
    .star {
        max-height: 100vh;
    }
}

.star_media {
    overflow: hidden;
    padding-bottom: 133.25%;
}

@media print {
    .star_media {
        display: none;
    }
}

@media screen and (min-width: 500px) {
    .star_media {
        padding-bottom: 100%;
    }
}

@media screen and (min-width: 740px) {
    .star_media {
        padding-bottom: 75%;
    }
}

@media screen and (min-width: 980px) {
    .star_media {
        padding-bottom: 56.25%;
    }
}

.star_media:before {
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    background: -o-linear-gradient(top, rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.15));
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.7)), to(rgba(0, 0, 0, 0.15)));
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.15));
    content: "";
}

@media screen and (min-width: 980px) {
    .star_media:before {
        background: -o-linear-gradient(left, rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0) 70%);
        background: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.7)), color-stop(70%, rgba(0, 0, 0, 0)));
        background: linear-gradient(to right, rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0) 70%);
    }
}

.star_video_background {
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    display: none;
}

@media screen and (min-width: 980px) {
    .star_video_background {
        display: block;
        -o-object-fit: cover;
        object-fit: cover;
    }
}

.out-of-view .star_video_background {
    display: none;
}

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

@media screen and (min-width: 980px) {
    .star_fallback_background {
        display: none;
    }
}

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

.star_content {
    padding-right: 20px;
    padding-left: 20px;
    width: 100%;
    position: absolute;
    top: 50%;
    z-index: 18;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
}

@media screen and (min-width: 740px) {
    .star_content {
        padding-right: calc((100% - 720px) / 2 + 20px);
    }
}

@media screen and (min-width: 980px) {
    .star_content {
        padding-right: calc((100% - 960px) / 2 + 20px);
    }
}

@media screen and (min-width: 1220px) {
    .star_content {
        padding-right: calc((100% - 1200px) / 2 + 20px);
    }
}

@media screen and (min-width: 1340px) {
    .star_content {
        padding-right: calc((100% - 1240px) / 2 + 20px);
    }
}

@media screen and (min-width: 740px) {
    .star_content {
        padding-left: calc((100% - 720px) / 2 + 20px);
    }
}

@media screen and (min-width: 980px) {
    .star_content {
        padding-left: calc((100% - 960px) / 2 + 20px);
    }
}

@media screen and (min-width: 1220px) {
    .star_content {
        padding-left: calc((100% - 1200px) / 2 + 20px);
    }
}

@media screen and (min-width: 1340px) {
    .star_content {
        padding-left: calc((100% - 1240px) / 2 + 20px);
    }
}

@media print {
    .star_content {
        position: relative;
        top: 0;
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
    }
}

@media screen and (min-width: 1220px) {
    .star_content {
        top: 35%;
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
    }
}

.star_title {
    font-weight: 400;
    font-family: 'Avenir-Black', 'Avenir', sans-serif;
    font-size: 30px;
    font-size: 1.875rem;
    letter-spacing: .5px;
    letter-spacing: 0.03125rem;
    line-height: 1.33333;
    margin: 0 0 24px;
    text-transform: uppercase;
}

@media print {
    .star_title {
        margin-bottom: 0;
    }
}

@media screen and (min-width: 500px) {
    .star_title {
        font-size: 36px;
        font-size: 2.25rem;
        line-height: 1.27778;
    }
}

@media screen and (min-width: 1220px) {
    .star_title {
        font-size: 64px;
        font-size: 4rem;
        letter-spacing: 1px;
        letter-spacing: 0.0625rem;
        line-height: 1.25;
    }
}

@media print {
    .star_tools {
        display: none;
    }
}

.star_tool_toggles {
    display: none;
}

.star_label {
    -webkit-font-smoothing: antialiased;
    font-family: adobe-garamond-pro, "Adobe Garamond Pro", serif;
    font-weight: 700;
    color: #fff;
    display: block;
    font-size: 18px;
    font-size: 1.125rem;
    font-style: italic;
    line-height: 1.66667;
    margin-bottom: 10px;
}

@media screen and (min-width: 1220px) {
    .star_label {
        font-size: 21px;
        font-size: 1.3125rem;
        line-height: 1.52381;
        margin-bottom: 16px;
    }
}

.star_select {
    font-weight: 400;
    font-family: 'Avenir-Black', 'Avenir', sans-serif;
    max-width: 325px;
    width: 100%;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-color: #000;
    background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABoAAAAQCAYAAAAI0W+oAAAABGdBTUEAALGPC/xhBQAAALtJREFUOBG9kwESQCAQReUADEdwAiftRs7gBE7hAPnbtE1IWpl2Jin//1eiaWqWMaZH064NpWzkDEFe7/PcJDpbK66jfyi8IS8aZXBpimgjOTPmFqjEMOdZ4KeMe0FAWw1XgaEdZ8Ogv+6EM85HkRC+wsResQEv54vHvlOJUaK9H1jmKoshTE4FpZ6xX9QnAou+0OgiHmCY9lX0g5+giIz9I0T6D8LECEwEURyU0wPWQTc57aaU2nN8VTUH8+sGVMwi7MMAAAAASUVORK5CYII=");
    background-repeat: no-repeat;
    background-position: calc(100% - 20px) 50%;
    background-size: 12px 7px;
    border: 0;
    border-radius: 2px;
    color: #fff;
    cursor: pointer;
    display: block;
    font-size: 16px;
    font-size: 1rem;
    line-height: normal;
    padding: 14px 50px 14px 20px;
    -webkit-transition: background .25s;
    -o-transition: background .25s;
    transition: background .25s;
}

.star_select::-ms-expand {
    display: none;
}

.star_select:focus:-moz-focusring {
    color: transparent;
    text-shadow: 0 0 0 #fff;
}

.star_select:hover,
.star_select:focus {
    background-color: #A70034;
}

.star_tool_field {
    position: relative;
    -webkit-transition: -webkit-transform .25s;
    transition: -webkit-transform .25s;
    -o-transition: transform .25s;
    transition: transform .25s;
    transition: transform .25s, -webkit-transform .25s;
}

.star_tool_toggles .star_tool_field {
    display: inline-block;
}

.pinned .star_tool_field {
    position: fixed;
    top: 34px;
    -webkit-transform: translate(-20px, 0);
    -ms-transform: translate(-20px, 0);
    transform: translate(-20px, 0);
}

@media (min-width: 1280px) {
    .pinned .star_tool_field {
        -webkit-transform: translate(-48px, 0);
        -ms-transform: translate(-48px, 0);
        transform: translate(-48px, 0);
    }
}

@media (min-width: 1330px) {
    .pinned .star_tool_field {
        -webkit-transform: translate(-68px, 0);
        -ms-transform: translate(-68px, 0);
        transform: translate(-68px, 0);
    }
}

@media (min-width: 1420px) {
    .pinned .star_tool_field {
        -webkit-transform: translate(-96px, 0);
        -ms-transform: translate(-96px, 0);
        transform: translate(-96px, 0);
    }
}

.star_toggles_hint {
    height: 36px;
    width: 36px;
    position: relative;
    z-index: 4;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 50%;
    color: #A70034;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 0 0 2px;
    -webkit-transition: background .25s, border .25s, color .25s;
    -o-transition: background .25s, border .25s, color .25s;
    transition: background .25s, border .25s, color .25s;
}

.star_toggles_hint:before,
.star_toggles_hint:after {
    height: 2px;
    width: 16px;
    position: absolute;
    top: 50%;
    right: 0;
    background: #fff;
    border-radius: 2px;
    content: "";
}

.star_toggles_hint:before {
    -webkit-transform: translate(0, -50%) rotate(45deg);
    -ms-transform: translate(0, -50%) rotate(45deg);
    transform: translate(0, -50%) rotate(45deg);
}

.star_toggles_hint:after {
    -webkit-transform: translate(0, -50%) rotate(-45deg);
    -ms-transform: translate(0, -50%) rotate(-45deg);
    transform: translate(0, -50%) rotate(-45deg);
}

.star_toggles_hint:before,
.star_toggles_hint:after {
    right: 9px;
    opacity: 0;
    -webkit-transition: opacity .25s;
    -o-transition: opacity .25s;
    transition: opacity .25s;
}

.pinned .star_toggles_hint:hover,
.pinned .star_toggles_hint:focus {
    background: #000;
}

.pinned .star_toggles_hint {
    background: #A70034;
    border-color: rgba(255, 255, 255, 0.35);
    color: #fff;
}

.pinned .star_toggles_hint.fs-swap-active {
    background: none;
}

.pinned .star_toggles_hint.fs-swap-active:before,
.pinned .star_toggles_hint.fs-swap-active:after {
    opacity: 1;
}

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

.star_toggles_hint_label.focusable:active,
.star_toggles_hint_label.focusable:focus {
    width: auto;
    height: auto;
    position: static;
    clip: auto;
    margin: 0;
    overflow: visible;
}

.star_toggles_hint_icon {
    -webkit-transition: opacity .25s;
    -o-transition: opacity .25s;
    transition: opacity .25s;
}

.pinned .fs-swap-active .star_toggles_hint_icon {
    opacity: 0;
}

.star_toggles {
    min-width: 280px;
    position: absolute;
    top: 0;
    left: 0;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background: rgba(0, 0, 0, 0.5);
    border-radius: 36px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-transform-origin: left center;
    -ms-transform-origin: left center;
    transform-origin: left center;
    -webkit-transition: background .25s, opacity .25s, visibility .25s, -webkit-transform .25s;
    transition: background .25s, opacity .25s, visibility .25s, -webkit-transform .25s;
    -o-transition: background .25s, opacity .25s, visibility .25s, transform .25s;
    transition: background .25s, opacity .25s, visibility .25s, transform .25s;
    transition: background .25s, opacity .25s, visibility .25s, transform .25s, -webkit-transform .25s;
}

.pinned .star_toggles {
    background: #000;
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translate(0, 0) scale(0.85);
    -ms-transform: translate(0, 0) scale(0.85);
    transform: translate(0, 0) scale(0.85);
}

.star_toggles.fs-swap-active {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translate(0, 0) scale(1);
    -ms-transform: translate(0, 0) scale(1);
    transform: translate(0, 0) scale(1);
}

.star_toggle {
    font-weight: 400;
    font-family: 'Avenir-Bold', 'Avenir', sans-serif;
    position: relative;
    z-index: 2;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 36px;
    color: #D6D6D6;
    font-size: 16px;
    font-size: 1rem;
    line-height: 1.5;
    overflow: hidden;
    padding: 7px 24px 5px;
    -webkit-transition: background .25s, color .25s;
    -o-transition: background .25s, color .25s;
    transition: background .25s, color .25s;
}

.star_toggle:first-child {
    padding-left: 50px;
}

.star_toggle:hover,
.star_toggle:focus {
    color: #fff;
}

.star_toggle.fs-swap-active {
    background: #fff;
    color: #000;
}

.pinned .star_toggle.fs-swap-active {
    background: #A70034;
    color: #fff;
}

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

@media print {
    .star_targets {
        height: auto !important;
    }
}

.star_target {
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    overflow: hidden;
    visibility: hidden;
    -webkit-transition: opacity .35s, visibility .35s;
    -o-transition: opacity .35s, visibility .35s;
    transition: opacity .35s, visibility .35s;
}

@media print {
    .star_target {
        position: relative;
        opacity: 1;
        visibility: visible;
    }
}

.star_target.fs-swap-active {
    position: relative;
    opacity: 1;
    visibility: visible;
}

.areas {
    margin-top: 40px;
    overflow: hidden;
}

@media screen and (min-width: 980px) {
    .areas {
        margin-top: 60px;
        margin-bottom: 60px;
    }
}

@media screen and (min-width: 980px) and (min-width: 740px) {
    .areas {
        margin-top: 80px;
    }
}

@media screen and (min-width: 980px) and (min-width: 980px) {
    .areas {
        margin-top: 100px;
    }
}

@media screen and (min-width: 980px) and (min-width: 740px) {
    .areas {
        margin-bottom: 80px;
    }
}

@media screen and (min-width: 980px) and (min-width: 980px) {
    .areas {
        margin-bottom: 100px;
    }
}

@media screen and (min-width: 1220px) {
    .page_layout_home .areas {
        margin: 140px 0;
    }
}

.areas_inner {
    position: relative;
}

@media print {
    .areas_header {
        margin-bottom: 20px;
    }
}

@media screen and (min-width: 740px) {
    .areas_header {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }
}

@media screen and (min-width: 980px) {
    .areas_header {
        margin-bottom: 40px;
    }
}

.areas_title {
    font-weight: 400;
    font-family: 'Avenir', 'Avenir', sans-serif;
    font-size: 24px;
    font-size: 1.5rem;
    line-height: 1.5;
    font-weight: 400;
    font-family: 'Avenir-Black', 'Avenir', sans-serif;
    margin: 0;
}

@media screen and (min-width: 740px) {
    .areas_title {
        font-size: 32px;
        font-size: 2rem;
        line-height: 1.5;
    }
}

@media screen and (max-width: 739px) {
    .areas_title {
        position: absolute;
        bottom: 100%;
        left: 0;
        z-index: 4;
        background: #fff;
        color: #6E7072;
        font-size: 12px;
        font-size: 0.75rem;
        letter-spacing: 1px;
        letter-spacing: 0.0625rem;
        margin-bottom: 11px;
        padding-right: 10px;
        text-transform: uppercase;
    }
}

.areas_discovery {
    font-weight: 400;
    font-family: 'Avenir-Bold', 'Avenir', sans-serif;
    background: #A70034;
    border-radius: 2px;
    color: #fff;
    font-size: 14px;
    font-size: 0.875rem;
    line-height: 1.71429;
    padding: 13px 25px;
    text-align: center;
    text-decoration: underline;
    -webkit-transition: background 0.25s, border 0.25s, color 0.25s;
    -o-transition: background 0.25s, border 0.25s, color 0.25s;
    transition: background 0.25s, border 0.25s, color 0.25s;
    display: inline-block;
}

@media screen and (min-width: 740px) {
    .areas_discovery {
        font-size: 16px;
        font-size: 1rem;
        line-height: 1.625;
        padding: 19px 30px;
    }
}

.areas_discovery:focus,
.areas_discovery:hover {
    background: #000;
    color: #fff;
}

@media print {
    .areas_discovery {
        display: none;
    }
}

@media screen and (max-width: 739px) {
    .areas_discovery {
        position: absolute;
        bottom: 0;
        left: 0;
    }
}

.increased-contrast-on .areas_discovery {
    background: #000;
}

.increased-contrast-on .areas_discovery:hover,
.increased-contrast-on .areas_discovery:focus {
    background: #A70034;
}

.areas_items {
    margin-top: 40px;
}

@media print {
    .areas_items {
        margin-top: 0;
    }
}

@media screen and (min-width: 980px) {
    .areas_items {
        margin-top: 0;
    }
}

.areas_header+.areas_items {
    padding-bottom: 80px;
}

@media print {
    .areas_header+.areas_items {
        padding-bottom: 0;
    }
}

@media screen and (min-width: 740px) {
    .areas_header+.areas_items {
        padding-bottom: 0;
    }
}

@media screen and (max-width: 599px) {
    .areas_items .fs-carousel-viewport {
        max-width: 85%;
    }
}

@media screen and (max-width: 739px) {
    .areas_items .fs-carousel-pagination:after {
        display: none;
    }
}

.areas_item {
    margin-right: 2px;
}

@media print {
    .areas_item {
        margin-bottom: 30px;
    }
}

@media screen and (min-width: 980px) {
    .areas_item {
        margin-right: 40px;
    }
}

@media screen and (min-width: 1220px) {
    .areas_item {
        margin-right: 70px;
    }
}

.areas_item_header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    margin-bottom: 5px;
}

@media print {
    .areas_item_header {
        display: none;
    }
}

@media screen and (min-width: 980px) {
    .areas_item_header {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        margin-bottom: 28px;
    }
}

.areas_item_title {
    font-weight: 400;
    font-family: 'Avenir-Bold', 'Avenir', sans-serif;
    font-size: 18px;
    font-size: 1.125rem;
    line-height: 1.55556;
    -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, -webkit-transform 0.35s;
    -o-transition: opacity 0.35s, transform 0.35s;
    transition: opacity 0.35s, transform 0.35s;
    transition: opacity 0.35s, transform 0.35s, -webkit-transform 0.35s;
    margin: 0;
}

@media screen and (min-width: 740px) {
    .areas_item_title {
        font-size: 21px;
        font-size: 1.3125rem;
        line-height: 1.52381;
    }
}

@media screen and (min-width: 600px) {
    .areas_item_title {
        padding-right: 30px;
    }
}

@media screen and (min-width: 980px) {
    .areas_item_title {
        padding-right: 0;
    }
}

.fs-carousel-item_previous .areas_item_title,
.fs-carousel-item_next .areas_item_title {
    opacity: 0;
}

.fs-carousel-item_previous .areas_item_title {
    -webkit-transform: translate(-30px, 0);
    -ms-transform: translate(-30px, 0);
    transform: translate(-30px, 0);
}

.fs-carousel-item_next .areas_item_title {
    -webkit-transform: translate(30px, 0);
    -ms-transform: translate(30px, 0);
    transform: translate(30px, 0);
}

@media screen and (min-width: 980px) {
    .areas_item_title {
        margin-bottom: 18px;
    }
}

@media screen and (min-width: 1220px) {
    .areas_item_title {
        font-size: 28px;
        font-size: 1.75rem;
        line-height: 1.35714;
        margin-bottom: 28px;
    }
}

.areas_item_figure {
    margin-bottom: 20px;
}

@media screen and (min-width: 980px) {
    .areas_item_figure {
        margin-bottom: 0;
    }
}

.areas_item_image_wrapper {
    padding-bottom: 75%;
}

.areas_item_label {
    font-weight: 400;
    font-family: 'Avenir-Bold', 'Avenir', sans-serif;
    font-size: 20px;
    font-size: 1.25rem;
    line-height: 1.5;
    -webkit-transition: opacity 0.45s, -webkit-transform 0.45s;
    transition: opacity 0.45s, -webkit-transform 0.45s;
    -o-transition: opacity 0.45s, transform 0.45s;
    transition: opacity 0.45s, transform 0.45s;
    transition: opacity 0.45s, transform 0.45s, -webkit-transform 0.45s;
    display: block;
    margin-bottom: 14px;
}

@media screen and (min-width: 1220px) {
    .areas_item_label {
        font-size: 24px;
        font-size: 1.5rem;
        line-height: 1.33333;
    }
}

@media screen and (min-width: 600px) {
    .areas_item_label {
        padding-right: 30px;
    }
}

@media screen and (min-width: 980px) {
    .areas_item_label {
        padding-right: 0;
    }
}

.fs-carousel-item_previous .areas_item_label,
.fs-carousel-item_next .areas_item_label {
    opacity: 0;
}

.fs-carousel-item_previous .areas_item_label {
    -webkit-transform: translate(-30px, 0);
    -ms-transform: translate(-30px, 0);
    transform: translate(-30px, 0);
}

.fs-carousel-item_next .areas_item_label {
    -webkit-transform: translate(30px, 0);
    -ms-transform: translate(30px, 0);
    transform: translate(30px, 0);
}

@media print {
    .areas_item_label {
        margin-bottom: 6px;
    }
}

.areas_item_label_link {
    color: inherit;
    text-decoration: underline;
    -webkit-text-decoration-color: transparent;
    text-decoration-color: transparent;
    -webkit-transition: color .25s, -webkit-text-decoration .25s;
    transition: color .25s, -webkit-text-decoration .25s;
    -webkit-transition: color .25s, text-decoration .25s;
    -o-transition: color .25s, text-decoration .25s;
    transition: color .25s, text-decoration .25s;
    transition: color .25s, text-decoration .25s, -webkit-text-decoration .25s;
}

.areas_item_label_link:hover,
.areas_item_label_link:focus {
    color: #A70034;
    -webkit-text-decoration-color: currentColor;
    text-decoration-color: currentColor;
}

.areas_item_time {
    font-weight: 400;
    font-family: 'Avenir-Bold', 'Avenir', sans-serif;
    font-size: 12px;
    font-size: 0.75rem;
    letter-spacing: 1px;
    letter-spacing: 0.0625rem;
    line-height: 1.5;
    text-transform: uppercase;
    -webkit-transition: opacity 0.55s, -webkit-transform 0.55s;
    transition: opacity 0.55s, -webkit-transform 0.55s;
    -o-transition: opacity 0.55s, transform 0.55s;
    transition: opacity 0.55s, transform 0.55s;
    transition: opacity 0.55s, transform 0.55s, -webkit-transform 0.55s;
    color: #6E7072;
    display: block;
}

@media screen and (min-width: 740px) {
    .areas_item_time {
        font-size: 13px;
        font-size: 0.8125rem;
        line-height: 1.23077;
    }
}

@media screen and (min-width: 600px) {
    .areas_item_time {
        padding-right: 30px;
    }
}

@media screen and (min-width: 980px) {
    .areas_item_time {
        padding-right: 0;
    }
}

.fs-carousel-item_previous .areas_item_time,
.fs-carousel-item_next .areas_item_time {
    opacity: 0;
}

.fs-carousel-item_previous .areas_item_time {
    -webkit-transform: translate(-30px, 0);
    -ms-transform: translate(-30px, 0);
    transform: translate(-30px, 0);
}

.fs-carousel-item_next .areas_item_time {
    -webkit-transform: translate(30px, 0);
    -ms-transform: translate(30px, 0);
    transform: translate(30px, 0);
}

.increased-contrast-on .areas_item_time {
    color: #000;
}

.areas_item_description {
    font-weight: 400;
    font-family: 'Avenir-Light', 'Avenir', sans-serif;
    font-size: 16px;
    font-size: 1rem;
    line-height: 1.6875;
    -webkit-transition: opacity 0.45s, -webkit-transform 0.45s;
    transition: opacity 0.45s, -webkit-transform 0.45s;
    -o-transition: opacity 0.45s, transform 0.45s;
    transition: opacity 0.45s, transform 0.45s;
    transition: opacity 0.45s, transform 0.45s, -webkit-transform 0.45s;
    margin-bottom: 8px;
}

@media screen and (min-width: 1220px) {
    .areas_item_description {
        font-size: 18px;
        font-size: 1.125rem;
        line-height: 1.66667;
    }
}

@media screen and (min-width: 600px) {
    .areas_item_description {
        padding-right: 30px;
    }
}

@media screen and (min-width: 980px) {
    .areas_item_description {
        padding-right: 0;
    }
}

.fs-carousel-item_previous .areas_item_description,
.fs-carousel-item_next .areas_item_description {
    opacity: 0;
}

.fs-carousel-item_previous .areas_item_description {
    -webkit-transform: translate(-30px, 0);
    -ms-transform: translate(-30px, 0);
    transform: translate(-30px, 0);
}

.fs-carousel-item_next .areas_item_description {
    -webkit-transform: translate(30px, 0);
    -ms-transform: translate(30px, 0);
    transform: translate(30px, 0);
}

@media screen and (min-width: 980px) {
    .areas_item_description {
        margin-bottom: 14px;
    }
}

.areas_item_description p {
    margin: 0;
}

.areas_item_links {
    -webkit-transition: opacity 0.55s, -webkit-transform 0.55s;
    transition: opacity 0.55s, -webkit-transform 0.55s;
    -o-transition: opacity 0.55s, transform 0.55s;
    transition: opacity 0.55s, transform 0.55s;
    transition: opacity 0.55s, transform 0.55s, -webkit-transform 0.55s;
}

@media screen and (min-width: 600px) {
    .areas_item_links {
        padding-right: 30px;
    }
}

@media screen and (min-width: 980px) {
    .areas_item_links {
        padding-right: 0;
    }
}

.fs-carousel-item_previous .areas_item_links,
.fs-carousel-item_next .areas_item_links {
    opacity: 0;
}

.fs-carousel-item_previous .areas_item_links {
    -webkit-transform: translate(-30px, 0);
    -ms-transform: translate(-30px, 0);
    transform: translate(-30px, 0);
}

.fs-carousel-item_next .areas_item_links {
    -webkit-transform: translate(30px, 0);
    -ms-transform: translate(30px, 0);
    transform: translate(30px, 0);
}

.areas_link {
    font-weight: 400;
    font-family: 'Avenir-Bold', 'Avenir', sans-serif;
    color: #A70034;
    font-size: 14px;
    font-size: 0.875rem;
    line-height: 1.71429;
    text-decoration: underline;
    -webkit-transition: color .25s;
    -o-transition: color .25s;
    transition: color .25s;
    display: block;
    padding: 4px 0;
}

@media screen and (min-width: 740px) {
    .areas_link {
        font-size: 16px;
        font-size: 1rem;
        line-height: 1.625;
    }
}

.areas_link:hover,
.areas_link:focus {
    color: #000;
}

.increased-contrast-on .areas_link:hover,
.increased-contrast-on .areas_link:focus {
    color: #A70034;
}

.increased-contrast-on .areas_link {
    color: #000;
}


/* ==========================================================================
	Component
============================================================================= */

.connect {
    padding-top: 60px;
    padding-bottom: 60px;
    background: #f4f4f4;
}

@media screen and (min-width: 740px) {
    .connect {
        padding-top: 80px;
    }
}

@media screen and (min-width: 980px) {
    .connect {
        padding-top: 100px;
    }
}

@media screen and (min-width: 740px) {
    .connect {
        padding-bottom: 80px;
    }
}

@media screen and (min-width: 980px) {
    .connect {
        padding-bottom: 100px;
    }
}

@media print {
    .connect {
        display: none;
    }
}

.connect_header {
    margin-bottom: 50px;
}

@media (min-width: 600px) {
    .connect_header {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }
}

.connect_title {
    font-size: 30px;
    font-size: 1.875rem;
    line-height: 1.4;
    margin: 0 0 24px;
}

.connect_title_start {
    font-weight: 400;
    font-family: 'Avenir', 'Avenir', sans-serif;
    display: block;
}

.connect_title_end {
    font-weight: 400;
    font-family: 'Avenir-Black', 'Avenir', sans-serif;
    display: block;
}

@media (min-width: 600px) {
    .connect_title {
        font-size: 36px;
        font-size: 2.25rem;
        line-height: 1.33333;
        margin-bottom: 0;
    }
}

@media screen and (min-width: 980px) {
    .connect_title {
        font-size: 46px;
        font-size: 2.875rem;
        line-height: 1.30435;
    }
}

.connect_label {
    font-weight: 400;
    font-family: 'Avenir-Bold', 'Avenir', sans-serif;
    font-size: 12px;
    font-size: 0.75rem;
    letter-spacing: 1px;
    letter-spacing: 0.0625rem;
    line-height: 1.5;
    text-transform: uppercase;
    color: #6E7072;
}

@media screen and (min-width: 740px) {
    .connect_label {
        font-size: 13px;
        font-size: 0.8125rem;
        line-height: 1.23077;
    }
}

.connect_label:after {
    height: 1px;
    width: 46px;
    background: #000;
    content: "";
    display: block;
    margin: 14px 0 8px;
}

@media screen and (min-width: 740px) {
    .connect_label:after {
        margin: 22px 0 16px;
    }
}

.event_promo {
    padding-top: 60px;
    padding-bottom: 60px;
    position: relative;
    background: #000;
}

@media screen and (min-width: 740px) {
    .event_promo {
        padding-top: 80px;
    }
}

@media screen and (min-width: 980px) {
    .event_promo {
        padding-top: 100px;
    }
}

@media screen and (min-width: 740px) {
    .event_promo {
        padding-bottom: 80px;
    }
}

@media screen and (min-width: 980px) {
    .event_promo {
        padding-bottom: 100px;
    }
}

.increased-contrast-on .event_promo {
    border-top: 4px solid #fff;
    border-bottom: 4px solid #fff;
}

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

.event_promo_background:before {
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    background: -o-linear-gradient(left, rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.15));
    background: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.7)), to(rgba(0, 0, 0, 0.15)));
    background: linear-gradient(to right, rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.15));
    content: "";
}

@media print {
    .event_promo_background:before {
        display: none;
    }
}

@media screen and (min-width: 740px) {
    .event_promo_background:before {
        background: -o-linear-gradient(left, rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0) 75%);
        background: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.7)), color-stop(75%, rgba(0, 0, 0, 0)));
        background: linear-gradient(to right, rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0) 75%);
    }
}

.increased-contrast-on .event_promo_background:before {
    background: #000;
}

.event_promo_article {
    position: relative;
    z-index: 4;
}

.event_promo_header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
}

.event_promo_title {
    font-weight: 400;
    font-family: 'Avenir-Light', 'Avenir', sans-serif;
    max-width: 480px;
    color: #fff;
    font-size: 32px;
    font-size: 2rem;
    letter-spacing: .5px;
    letter-spacing: 0.03125rem;
    line-height: 1.26667;
    margin: 20px 0 0;
}

@media screen and (min-width: 740px) {
    .event_promo_title {
        width: 50%;
    }
}

@media screen and (min-width: 980px) {
    .event_promo_title {
        width: 100%;
        font-size: 46px;
        font-size: 2.875rem;
        line-height: 1.30435;
    }
}

.event_promo_title:after {
    height: 1px;
    width: 46px;
    content: "";
    display: block;
    margin: 25px 0 30px;
}

@media print {
    .event_promo_title:after {
        margin: 18px 0 20px;
    }
}

.type_white .event_promo_title:after {
    background: #fff;
}

.type_gray .event_promo_title:after {
    background: #6E7072;
}

.type_red .event_promo_title:after {
    background: #A70034;
}

.type_blue .event_promo_title:after {
    background: #81B2E5;
}

.type_green .event_promo_title:after {
    background: #9CA243;
}

.type_orange .event_promo_title:after {
    background: #D17514;
}

.type_yellow .event_promo_title:after {
    background: #F8DA80;
}

.increased-contrast-on .event_promo_title:after {
    background: #fff;
}

.event_promo_title_link {
    color: inherit;
    text-decoration: underline;
    -webkit-text-decoration-color: transparent;
    text-decoration-color: transparent;
    -webkit-transition: color .25s, -webkit-text-decoration .25s;
    transition: color .25s, -webkit-text-decoration .25s;
    -webkit-transition: color .25s, text-decoration .25s;
    -o-transition: color .25s, text-decoration .25s;
    transition: color .25s, text-decoration .25s;
    transition: color .25s, text-decoration .25s, -webkit-text-decoration .25s;
}

.event_promo_title_link:hover,
.event_promo_title_link:focus {
    color: #D6D6D6;
    -webkit-text-decoration-color: currentColor;
    text-decoration-color: currentColor;
}

.event_promo_details {
    color: #fff;
}

.event_promo_detail {
    position: relative;
    display: block;
    margin-bottom: 4px;
}

@media screen and (min-width: 740px) {
    .event_promo_detail {
        display: inline-block;
        margin-right: 40px;
        vertical-align: top;
    }
}

.event_promo_detail_icon {
    position: absolute;
    top: 50%;
    left: 0;
    margin-top: -2px;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
}

@media print {
    .event_promo_detail_icon {
        display: none;
    }
}

.event_promo_detail_label {
    font-weight: 400;
    font-family: 'Avenir-Light', 'Avenir', sans-serif;
    font-size: 18px;
    font-size: 1.125rem;
    line-height: 1.66667;
    padding-left: 22px;
}

@media print {
    .event_promo_detail_label {
        padding-left: 0;
    }
}

.events_callout {
    position: relative;
    background: #000;
}

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

.events_callout_background:before {
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    background: -o-linear-gradient(left, rgba(0, 0, 0, 0.65), rgba(0, 0, 0, 0.15));
    background: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.65)), to(rgba(0, 0, 0, 0.15)));
    background: linear-gradient(to right, rgba(0, 0, 0, 0.65), rgba(0, 0, 0, 0.15));
    content: "";
}

@media print {
    .events_callout_background:before {
        display: none;
    }
}

.increased-contrast-on .events_callout_background:before {
    background: #000;
}

.events_callout_background .fs-background-container:before {
    height: 25%;
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 2;
    background: -o-linear-gradient(bottom, #000, rgba(0, 0, 0, 0));
    background: -webkit-gradient(linear, left bottom, left top, from(#000), to(rgba(0, 0, 0, 0)));
    background: linear-gradient(to top, #000, rgba(0, 0, 0, 0));
    content: "";
    display: none;
}

.pinned .events_callout_background .fs-background-container {
    position: fixed;
    top: 0;
}

.away .events_callout_background .fs-background-container {
    position: absolute;
    top: auto;
    bottom: 0;
}

.decreased-motion-on .events_callout_background .fs-background-container {
    position: absolute;
    top: 0;
    bottom: auto;
}

.decreased-motion-on .events_callout_background .fs-background-container:before {
    display: block;
}

.events_callout_inner {
    padding-bottom: 60px;
    position: relative;
    z-index: 4;
    padding-top: 122px;
}

@media screen and (min-width: 740px) {
    .events_callout_inner {
        padding-bottom: 80px;
    }
}

@media screen and (min-width: 980px) {
    .events_callout_inner {
        padding-bottom: 100px;
    }
}

@media screen and (min-width: 1220px) {
    .events_callout_inner {
        padding-bottom: 140px;
    }
}

@media print {
    .events_callout_inner {
        padding-top: 0;
    }
}

@media screen and (min-width: 1220px) {
    .events_callout_inner {
        padding-top: 198px;
    }
}

.events_callout_header {
    position: relative;
    margin-bottom: 158px;
}

@media print {
    .events_callout_header {
        margin-bottom: 30px;
    }
}

@media screen and (min-width: 980px) {
    .events_callout_header {
        margin-bottom: 198px;
    }
}

.events_callout_header_inner {
    padding-top: 50px;
}

.pinned-header .events_callout_header_inner {
    position: fixed;
    top: 0;
}

.away-header .events_callout_header_inner {
    position: absolute;
    top: auto;
    bottom: 0;
}

.events_callout_title {
    color: #fff;
    font-size: 30px;
    font-size: 1.875rem;
    line-height: 1.4;
    margin: 0 0 24px;
}

.events_callout_title_start {
    font-weight: 400;
    font-family: 'Avenir', 'Avenir', sans-serif;
    display: block;
}

.events_callout_title_end {
    font-weight: 400;
    font-family: 'Avenir-Black', 'Avenir', sans-serif;
    display: block;
}

@media print {
    .events_callout_title {
        margin-bottom: 0;
    }
}

@media screen and (min-width: 980px) {
    .events_callout_title {
        font-size: 46px;
        font-size: 2.875rem;
        line-height: 1.30435;
        margin-bottom: 34px;
    }
}

.events_callout_link {
    font-weight: 400;
    font-family: 'Avenir-Bold', 'Avenir', sans-serif;
    background: #A70034;
    border-radius: 2px;
    color: #fff;
    font-size: 14px;
    font-size: 0.875rem;
    line-height: 1.71429;
    padding: 13px 25px;
    text-align: center;
    text-decoration: underline;
    -webkit-transition: background 0.25s, border 0.25s, color 0.25s;
    -o-transition: background 0.25s, border 0.25s, color 0.25s;
    transition: background 0.25s, border 0.25s, color 0.25s;
    display: block;
}

@media screen and (min-width: 740px) {
    .events_callout_link {
        font-size: 16px;
        font-size: 1rem;
        line-height: 1.625;
        padding: 19px 30px;
    }
}

.events_callout_link:focus,
.events_callout_link:hover {
    background: #fff;
    color: #A70034;
}

.increased-contrast-on .events_callout_link:hover,
.increased-contrast-on .events_callout_link:focus {
    background: #A70034;
    border-color: #A70034;
}

.increased-contrast-on .events_callout_link {
    background: none;
    border: 1px solid #fff;
    color: #fff;
}

@media print {
    .events_callout_link {
        display: none;
    }
}

@media screen and (min-width: 320px) {
    .events_callout_link {
        display: inline-block;
        vertical-align: top;
    }
}

.events_callout_items_label {
    font-weight: 400;
    font-family: 'Avenir-Bold', 'Avenir', sans-serif;
    font-size: 12px;
    font-size: 0.75rem;
    letter-spacing: 1px;
    letter-spacing: 0.0625rem;
    line-height: 1.5;
    text-transform: uppercase;
    color: #fff;
}

@media screen and (min-width: 740px) {
    .events_callout_items_label {
        font-size: 13px;
        font-size: 0.8125rem;
        line-height: 1.23077;
    }
}

.events_callout_items_label:after {
    height: 1px;
    width: 46px;
    background: #A70034;
    content: "";
    display: block;
    margin: 14px 0 22px;
}

@media print {
    .events_callout_items_label:after {
        background: #D6D6D6;
    }
}

@media screen and (min-width: 980px) {
    .events_callout_items_label:after {
        margin: 24px 0 32px;
    }
}

.increased-contrast-on .events_callout_items_label:after {
    background: #fff;
}

.events_callout_item {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background: #6E7072;
    border-radius: 2px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 10px;
    padding: 20px;
}

@media print {
    .events_callout_item {
        padding: 0;
    }
}

@media screen and (min-width: 1220px) {
    .events_callout_item {
        margin-bottom: 35px;
        padding: 25px 20px;
    }
}

.events_callout_item:last-child {
    margin-bottom: 0;
}

.events_callout .events_callout_item,
.events_special .events_callout_item {
    max-width: 415px;
}

.increased-contrast-on .events_callout_item {
    background: #000;
    border: 1px solid #fff;
}

.events_callout_item_time {
    height: 60px;
    width: 60px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

@media print {
    .events_callout_item_time {
        height: auto;
        width: auto;
        display: block;
    }
}

@media screen and (min-width: 980px) {
    .events_callout_item_time {
        height: 72px;
        width: 72px;
    }
}

.type_white .events_callout_item_time {
    background: #fff;
}

.type_gray .events_callout_item_time {
    background: #6E7072;
}

.type_red .events_callout_item_time {
    background: #A70034;
}

.type_blue .events_callout_item_time {
    background: #81B2E5;
}

.type_green .events_callout_item_time {
    background: #9CA243;
}

.type_orange .events_callout_item_time {
    background: #D17514;
}

.type_yellow .events_callout_item_time {
    background: #F8DA80;
}

.increased-contrast-on .events_callout_item_time {
    background: #fff;
}

@media screen and (min-width: 1220px) {
    .event_promo .events_callout_item_time {
        height: 85px;
        width: 85px;
    }
}

.events_callout_item_month {
    font-weight: 400;
    font-family: 'Avenir-Bold', 'Avenir', sans-serif;
    font-size: 12px;
    font-size: 0.75rem;
    letter-spacing: 1px;
    letter-spacing: 0.0625rem;
    line-height: 1.5;
    text-transform: uppercase;
    color: #fff;
    display: block;
}

@media screen and (min-width: 740px) {
    .events_callout_item_month {
        font-size: 13px;
        font-size: 0.8125rem;
        line-height: 1.23077;
    }
}

@media screen and (min-width: 980px) {
    .events_callout_item_month {
        position: relative;
        top: 2px;
        font-size: 14px;
        font-size: 0.875rem;
        letter-spacing: 2.2px;
        letter-spacing: 0.1375rem;
    }
}

.type_white .events_callout_item_month {
    color: #6E7072;
}

.type_blue .events_callout_item_month,
.type_green .events_callout_item_month,
.type_orange .events_callout_item_month,
.type_yellow .events_callout_item_month {
    color: #000;
}

.increased-contrast-on .events_callout_item_month {
    color: #000;
}

@media screen and (min-width: 1220px) {
    .event_promo .events_callout_item_month {
        font-size: 16px;
        font-size: 1rem;
    }
}

.events_callout_item_day {
    font-weight: 400;
    font-family: 'Avenir-Bold', 'Avenir', sans-serif;
    color: #fff;
    display: block;
    font-size: 18px;
    font-size: 1.125rem;
}

@media screen and (min-width: 740px) {
    .events_callout_item_day {
        font-size: 21px;
        font-size: 1.3125rem;
    }
}

@media screen and (min-width: 980px) {
    .events_callout_item_day {
        font-size: 28px;
        font-size: 1.75rem;
    }
}

.type_white .events_callout_item_day {
    color: #A70034;
}

.type_blue .events_callout_item_day,
.type_green .events_callout_item_day,
.type_yellow .events_callout_item_day {
    color: #000;
}

.increased-contrast-on .events_callout_item_day {
    color: #000;
}

@media screen and (min-width: 1220px) {
    .event_promo .events_callout_item_day {
        font-size: 32px;
        font-size: 2rem;
    }
}

.events_callout_item_title {
    font-weight: 400;
    font-family: 'Avenir-Bold', 'Avenir', sans-serif;
    font-size: 18px;
    font-size: 1.125rem;
    line-height: 1.55556;
    width: calc(100% - 60px);
    color: #fff;
    margin: 0;
    padding-left: 20px;
}

@media screen and (min-width: 1220px) {
    .events_callout_item_title {
        font-size: 21px;
        font-size: 1.3125rem;
        line-height: 1.52381;
    }
}

@media screen and (min-width: 980px) {
    .events_callout_item_title {
        width: calc(100% - 72px);
        padding-left: 30px;
    }
}

.events_callout_item_title_link {
    color: inherit;
    display: block;
    text-decoration: underline;
    -webkit-transition: color .25s, -webkit-text-decoration-color .25s;
    transition: color .25s, -webkit-text-decoration-color .25s;
    -o-transition: color .25s, text-decoration-color .25s;
    transition: color .25s, text-decoration-color .25s;
    transition: color .25s, text-decoration-color .25s, -webkit-text-decoration-color .25s;
}

.events_callout_item_title_link:hover,
.events_callout_item_title_link:focus {
    color: #f4f4f4;
    -webkit-text-decoration-color: #A70034;
    text-decoration-color: #A70034;
}

.increased-contrast-on .events_callout_item_title_link:hover,
.increased-contrast-on .events_callout_item_title_link:focus {
    color: #F8DA80;
    -webkit-text-decoration-color: currentColor;
    text-decoration-color: currentColor;
}

.events_special {
    padding-top: 60px;
    padding-bottom: 60px;
}

@media screen and (min-width: 740px) {
    .events_special {
        padding-top: 80px;
    }
}

@media screen and (min-width: 980px) {
    .events_special {
        padding-top: 100px;
    }
}

@media screen and (min-width: 740px) {
    .events_special {
        padding-bottom: 80px;
    }
}

@media screen and (min-width: 980px) {
    .events_special {
        padding-bottom: 100px;
    }
}

.events_special.theme_light {
    background: #f4f4f4;
}

.events_special.theme_dark {
    background: #000;
}

.increased-contrast-on .events_special {
    background: none;
}

@media screen and (min-width: 980px) {
    .events_special_inner {
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }
}

.events_special_callout {
    position: relative;
    background: #000;
    border-radius: 4px;
    margin-bottom: 40px;
    overflow: hidden;
}

@media print {
    .events_special_callout {
        padding: 0;
    }
}

@media screen and (min-width: 980px) {
    .events_special_callout {
        width: 60%;
        position: -webkit-sticky;
        position: sticky;
        top: 40px;
        margin-bottom: 0;
    }
}

@media screen and (min-width: 1220px) {
    .events_special_callout {
        top: 65px;
    }
}

@media screen and (min-width: 980px) {
    .decreased-motion-on .events_special_callout {
        position: relative;
        top: auto;
    }
}

.events_special_callout_header {
    position: relative;
    padding: 55px 30px;
}

@media screen and (min-width: 1220px) {
    .events_special_callout_header {
        padding: 70px 50px;
    }
}

@media screen and (min-width: 1340px) {
    .events_special_callout_header {
        padding: 88px 100px;
    }
}

.increased-contrast-on .events_special_callout_header {
    padding-bottom: 0;
}

.events_special_title {
    position: relative;
    z-index: 4;
    color: #fff;
    font-size: 24px;
    font-size: 1.5rem;
    line-height: 1.5;
    margin: 0;
}

.events_special_title_start {
    font-weight: 400;
    font-family: 'Avenir', 'Avenir', sans-serif;
    display: block;
}

.events_special_title_end {
    font-weight: 400;
    font-family: 'Avenir-Black', 'Avenir', sans-serif;
    display: block;
}

@media screen and (min-width: 1220px) {
    .events_special_title {
        font-size: 30px;
        font-size: 1.875rem;
        line-height: 1.4;
    }
}

@media screen and (min-width: 1340px) {
    .events_special_title {
        font-size: 36px;
        font-size: 2.25rem;
        line-height: 1.41667;
    }
}

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

.events_special_callout_background:before {
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    background: rgba(0, 0, 0, 0.5);
    content: "";
}

@media print {
    .events_special_callout_background:before {
        display: none;
    }
}

.increased-contrast-on .events_special_callout_background:before {
    background: #000;
}

.events_special_list {
    list-style: none;
    margin: 0;
    padding: 30px;
}

@media screen and (min-width: 740px) {
    .events_special_list {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
}

@media screen and (min-width: 1220px) {
    .events_special_list {
        padding: 50px;
    }
}

@media screen and (min-width: 1340px) {
    .events_special_list {
        padding: 78px 100px;
    }
}

@media screen and (min-width: 740px) {
    .events_special_list_item {
        width: 50%;
    }
}

.events_special_list_link {
    font-weight: 400;
    font-family: 'Avenir-Bold', 'Avenir', sans-serif;
    border-left: 1px solid #6E7072;
    color: #fff;
    display: block;
    font-size: 16px;
    font-size: 1rem;
    line-height: 1.375;
    padding: 9px 20px 10px;
    text-decoration: underline;
    -webkit-text-decoration-color: transparent;
    text-decoration-color: transparent;
    -webkit-transition: color .25s, -webkit-text-decoration .25s;
    transition: color .25s, -webkit-text-decoration .25s;
    -webkit-transition: color .25s, text-decoration .25s;
    -o-transition: color .25s, text-decoration .25s;
    transition: color .25s, text-decoration .25s;
    transition: color .25s, text-decoration .25s, -webkit-text-decoration .25s;
}

@media print {
    .events_special_list_link {
        border-color: #D6D6D6;
    }
}

.events_special_list_link:hover,
.events_special_list_link:focus {
    color: #D6D6D6;
    -webkit-text-decoration-color: currentColor;
    text-decoration-color: currentColor;
}

.increased-contrast-on .events_special_list_link:hover,
.increased-contrast-on .events_special_list_link:focus {
    color: #F8DA80;
}

@media screen and (min-width: 980px) {
    .events_special_body {
        width: 40%;
        padding: 90px 0 0 40px;
    }
}

@media screen and (min-width: 1220px) {
    .events_special_body {
        padding-left: 65px;
    }
}

@media screen and (min-width: 980px) {
    .decreased-motion-on .events_special_body {
        padding-top: 0;
    }
}

.events_special_label {
    font-weight: 400;
    font-family: 'Avenir-Bold', 'Avenir', sans-serif;
    font-size: 12px;
    font-size: 0.75rem;
    letter-spacing: 1px;
    letter-spacing: 0.0625rem;
    line-height: 1.5;
    text-transform: uppercase;
}

@media screen and (min-width: 740px) {
    .events_special_label {
        font-size: 13px;
        font-size: 0.8125rem;
        line-height: 1.23077;
    }
}

.events_special_label:after {
    height: 1px;
    width: 46px;
    background: #A70034;
    content: "";
    display: block;
    margin: 14px 0 22px;
}

@media print {
    .events_special_label:after {
        background: #D6D6D6;
    }
}

@media screen and (min-width: 980px) {
    .events_special_label:after {
        margin: 24px 0 32px;
    }
}

.increased-contrast-on .events_special_label:after {
    background: #000;
}

.theme_light .events_special_label {
    color: #6E7072;
}

.theme_dark .events_special_label {
    color: #D6D6D6;
}

.increased-contrast-on .events_special_label {
    color: #000;
}


/* ==========================================================================
	Flexible Callout
============================================================================= */

.flex_callout {
    position: relative;
    background: #000;
    color: #fff;
}

@media print {
    .flex_callout {
        background: none;
        color: #000;
    }
}

.increased-contrast-on .flex_callout {
    border-top: 4px solid #fff;
    border-bottom: 4px solid #fff;
}

.flex_callout_media {
    position: relative;
    overflow: hidden;
    padding-bottom: 56.25%;
}

@media screen and (min-width: 740px) {
    .flex_callout_media {
        height: 100%;
        width: 100%;
        position: absolute;
        top: 0;
        left: 0;
        padding-bottom: 0;
    }
}

@media print {
    .flex_callout_media {
        display: none;
    }
}

.flex_callout_media_fallback {
    height: calc(100% + 20px);
    width: calc(100% + 20px);
    position: absolute;
    top: -10px;
    left: -10px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

@supports ((-webkit-filter: blur(10px)) or (filter: blur(10px))) {
    .flex_callout_media_fallback {
        -webkit-filter: blur(10px);
        filter: blur(10px);
    }
}

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

.flex_callout_content {
    position: relative;
}

.flex_callout_inner {
    padding-right: 20px;
    padding-left: 20px;
    background: rgba(0, 0, 0, 0.6);
    padding-top: 40px;
    padding-bottom: 40px;
}

@media screen and (min-width: 740px) {
    .flex_callout_inner {
        padding-right: calc((100% - 720px) / 2 + 20px);
    }
}

@media screen and (min-width: 980px) {
    .flex_callout_inner {
        padding-right: calc((100% - 960px) / 2 + 20px);
    }
}

@media screen and (min-width: 1220px) {
    .flex_callout_inner {
        padding-right: calc((100% - 1200px) / 2 + 20px);
    }
}

@media screen and (min-width: 1340px) {
    .flex_callout_inner {
        padding-right: calc((100% - 1240px) / 2 + 20px);
    }
}

@media screen and (min-width: 740px) {
    .flex_callout_inner {
        padding-left: calc((100% - 720px) / 2 + 20px);
    }
}

@media screen and (min-width: 980px) {
    .flex_callout_inner {
        padding-left: calc((100% - 960px) / 2 + 20px);
    }
}

@media screen and (min-width: 1220px) {
    .flex_callout_inner {
        padding-left: calc((100% - 1200px) / 2 + 20px);
    }
}

@media screen and (min-width: 1340px) {
    .flex_callout_inner {
        padding-left: calc((100% - 1240px) / 2 + 20px);
    }
}

@media print {
    .flex_callout_inner {
        padding-top: 0;
        padding-bottom: 0;
    }
}

@media screen and (min-width: 740px) {
    .flex_callout_inner {
        width: 60%;
        padding-top: 80px;
        padding-right: 80px;
        padding-bottom: 100px;
    }
}

@media screen and (min-width: 980px) {
    .flex_callout_inner {
        width: 50%;
    }
}

@media screen and (min-width: 1220px) {
    .flex_callout_inner {
        padding-top: 120px;
        padding-bottom: 150px;
    }
}

@media screen and (min-width: 1340px) {
    .flex_callout_inner {
        width: 40.75%;
    }
}

.increased-contrast-on .flex_callout_inner {
    background: #000;
}

.flex_callout_header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    font-size: 24px;
    font-size: 1.5rem;
    line-height: 1.5;
    margin-bottom: 24px;
}

@media print {
    .flex_callout_header {
        margin-bottom: 10px;
    }
}

@media screen and (min-width: 740px) {
    .flex_callout_header {
        font-size: 32px;
        font-size: 2rem;
        line-height: 1.5;
    }
}

@media screen and (min-width: 980px) {
    .flex_callout_header {
        font-size: 36px;
        font-size: 2.25rem;
        line-height: 1.41667;
    }
}

.flex_callout_label {
    font-weight: 400;
    font-family: 'Avenir-Light', 'Avenir', sans-serif;
    display: block;
    -webkit-box-ordinal-group: -1;
    -ms-flex-order: -2;
    order: -2;
}

.flex_callout_title {
    font-weight: 400;
    font-family: 'Avenir-Black', 'Avenir', sans-serif;
    font-size: inherit;
    line-height: inherit;
    margin: 0;
}

.flex_callout_description {
    font-weight: 400;
    font-family: 'Avenir-Light', 'Avenir', sans-serif;
    font-size: 16px;
    font-size: 1rem;
    line-height: 1.6875;
    margin-bottom: 38px;
}

@media screen and (min-width: 740px) {
    .flex_callout_description {
        font-size: 18px;
        font-size: 1.125rem;
        line-height: 1.66667;
    }
}

.flex_callout_description p {
    margin: 0;
}

@media print {
    .flex_callout_links {
        display: none;
    }
}

.flex_callout_link {
    font-weight: 400;
    font-family: 'Avenir-Bold', 'Avenir', sans-serif;
    background: #A70034;
    border-radius: 2px;
    color: #fff;
    font-size: 14px;
    font-size: 0.875rem;
    line-height: 1.71429;
    padding: 13px 25px;
    text-align: center;
    text-decoration: underline;
    -webkit-transition: background 0.25s, border 0.25s, color 0.25s;
    -o-transition: background 0.25s, border 0.25s, color 0.25s;
    transition: background 0.25s, border 0.25s, color 0.25s;
    color: inherit;
    display: inline-block;
}

@media screen and (min-width: 740px) {
    .flex_callout_link {
        font-size: 16px;
        font-size: 1rem;
        line-height: 1.625;
        padding: 19px 30px;
    }
}

.flex_callout_link:focus,
.flex_callout_link:hover {
    background: #fff;
    color: #A70034;
}

.increased-contrast-on .flex_callout_link:hover,
.increased-contrast-on .flex_callout_link:focus {
    background: #A70034;
    border-color: #A70034;
}

.increased-contrast-on .flex_callout_link {
    background: none;
    border: 1px solid #fff;
    color: #fff;
}

.link_callout {
    margin-top: 60px;
    margin-bottom: 60px;
}

@media screen and (min-width: 740px) {
    .link_callout {
        margin-top: 80px;
    }
}

@media screen and (min-width: 980px) {
    .link_callout {
        margin-top: 100px;
    }
}

@media screen and (min-width: 740px) {
    .link_callout {
        margin-bottom: 80px;
    }
}

@media screen and (min-width: 980px) {
    .link_callout {
        margin-bottom: 100px;
    }
}

.link_callout_inner {
    border-radius: 2px;
    overflow: hidden;
}

@media screen and (min-width: 980px) {
    .link_callout_inner {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }
}

.link_callout_header {
    position: relative;
    background: #000;
    padding: 20px 20px 30px;
}

@media print {
    .link_callout_header {
        margin-bottom: 30px;
        padding: 0;
    }
}

@media screen and (min-width: 500px) {
    .link_callout_header {
        padding: 40px 40px 50px;
    }
}

@media screen and (min-width: 980px) {
    .link_callout_header {
        width: calc(100% - 375px);
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }
}

@media screen and (min-width: 1220px) {
    .link_callout_header {
        padding: 60px 60px 70px;
    }
}

.increased-contrast-on .link_callout_header {
    border-right: 1px solid #fff;
}

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

.link_callout_background:before {
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    background: -o-linear-gradient(left, rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0));
    background: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.7)), to(rgba(0, 0, 0, 0)));
    background: linear-gradient(to right, rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0));
    content: "";
}

@media print {
    .link_callout_background:before {
        display: none;
    }
}

.increased-contrast-on .link_callout_background:before {
    background: #000;
}

.link_callout_header_inner {
    position: relative;
    z-index: 4;
}

.link_callout_title {
    color: #fff;
    font-size: 20px;
    font-size: 1.25rem;
    line-height: 1.6;
    margin: 0 0 14px;
}

.link_callout_title_start {
    font-weight: 400;
    font-family: 'Avenir', 'Avenir', sans-serif;
    display: block;
}

.link_callout_title_end {
    font-weight: 400;
    font-family: 'Avenir-Black', 'Avenir', sans-serif;
    display: block;
}

@media screen and (min-width: 500px) {
    .link_callout_title {
        font-size: 24px;
        font-size: 1.5rem;
        line-height: 1.5;
        margin-bottom: 24px;
    }
}

@media screen and (min-width: 1220px) {
    .link_callout_title {
        font-size: 32px;
        font-size: 2rem;
        line-height: 1.5;
    }
}

.link_callout_link {
    font-weight: 400;
    font-family: 'Avenir-Bold', 'Avenir', sans-serif;
    background: #A70034;
    border-radius: 2px;
    color: #fff;
    font-size: 14px;
    font-size: 0.875rem;
    line-height: 1.71429;
    padding: 13px 25px;
    text-align: center;
    text-decoration: underline;
    -webkit-transition: background 0.25s, border 0.25s, color 0.25s;
    -o-transition: background 0.25s, border 0.25s, color 0.25s;
    transition: background 0.25s, border 0.25s, color 0.25s;
    display: inline-block;
    vertical-align: top;
}

@media screen and (min-width: 740px) {
    .link_callout_link {
        font-size: 16px;
        font-size: 1rem;
        line-height: 1.625;
        padding: 19px 30px;
    }
}

.link_callout_link:focus,
.link_callout_link:hover {
    background: #fff;
    color: #A70034;
}

.increased-contrast-on .link_callout_link:hover,
.increased-contrast-on .link_callout_link:focus {
    background: #A70034;
    border-color: #A70034;
}

.increased-contrast-on .link_callout_link {
    background: none;
    border: 1px solid #fff;
    color: #fff;
}

@media print {
    .link_callout_link {
        display: none;
    }
}

.link_callout_body {
    background: #6E7072;
    padding: 20px;
}

@media print {
    .link_callout_body {
        padding: 0;
    }
}

@media screen and (min-width: 500px) {
    .link_callout_body {
        padding: 40px;
    }
}

@media screen and (min-width: 980px) {
    .link_callout_body {
        width: 375px;
    }
}

@media screen and (min-width: 1220px) {
    .link_callout_body {
        padding: 60px 70px;
    }
}

.increased-contrast-on .link_callout_body {
    background: #000;
}

.link_callout_label {
    font-weight: 400;
    font-family: 'Avenir-Bold', 'Avenir', sans-serif;
    font-size: 12px;
    font-size: 0.75rem;
    letter-spacing: 1px;
    letter-spacing: 0.0625rem;
    line-height: 1.5;
    text-transform: uppercase;
    color: #f4f4f4;
    display: block;
    margin-bottom: 20px;
}

@media screen and (min-width: 740px) {
    .link_callout_label {
        font-size: 13px;
        font-size: 0.8125rem;
        line-height: 1.23077;
    }
}

@media print {
    .link_callout_label {
        margin-bottom: 10px;
    }
}

.link_callout_items {
    border-left: 1px solid #000;
    list-style: none;
    margin: 0;
    padding: 8px 0;
}

@media print {
    .link_callout_items {
        border-color: #D6D6D6;
    }
}

.increased-contrast-on .link_callout_items {
    border-color: #fff;
}

.link_callout_item_link {
    font-weight: 400;
    font-family: 'Avenir-Bold', 'Avenir', sans-serif;
    color: #fff;
    display: block;
    font-size: 16px;
    font-size: 1rem;
    line-height: 1.375;
    padding: 8px 0 8px 20px;
    text-decoration: underline;
    -webkit-text-decoration-color: transparent;
    text-decoration-color: transparent;
    -webkit-transition: color .25s, -webkit-text-decoration .25s;
    transition: color .25s, -webkit-text-decoration .25s;
    -webkit-transition: color .25s, text-decoration .25s;
    -o-transition: color .25s, text-decoration .25s;
    transition: color .25s, text-decoration .25s;
    transition: color .25s, text-decoration .25s, -webkit-text-decoration .25s;
}

@media screen and (min-width: 500px) {
    .link_callout_item_link {
        padding-left: 30px;
    }
}

.link_callout_item_link:hover,
.link_callout_item_link:focus {
    color: #f4f4f4;
    -webkit-text-decoration-color: currentColor;
    text-decoration-color: currentColor;
}

.increased-contrast-on .link_callout_item_link:hover,
.increased-contrast-on .link_callout_item_link:focus {
    color: #F8DA80;
}

.news_spots_block {
    position: relative;
    background: #f4f4f4;
    color: #fff;
    padding-bottom: 30px;
}

@media screen and (min-width: 980px) {
    .news_spots_block {
        padding-bottom: 0;
    }
}

.news_spots_features {
    position: relative;
}

@media screen and (min-width: 980px) {
    .news_spots_features {
        height: 100%;
        position: absolute !important;
        top: 0;
        left: 0;
    }
}

@media screen and (min-width: 980px) {
    .news_spots_features .fs-carousel-viewport,
    .news_spots_features .fs-carousel-wrapper,
    .news_spots_features .fs-carousel-container,
    .news_spots_features .fs-carousel-canister {
        height: 100%;
    }
}

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

.js-carousel .news_spots_feature {
    opacity: 0;
    -webkit-transition: opacity .5s;
    -o-transition: opacity .5s;
    transition: opacity .5s;
}

.news_spots_feature.fs-carousel-visible {
    opacity: 1;
}

.news_spots_feature_background {
    background: #000;
    padding-bottom: 42.75%;
}

@media screen and (min-width: 980px) {
    .news_spots_feature_background {
        height: 100%;
        width: calc(50% + 300px);
        padding-bottom: 0;
    }
}

.news_spots_feature_background:before {
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    background: -o-linear-gradient(bottom, rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0) 40%);
    background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.7)), color-stop(40%, rgba(0, 0, 0, 0)));
    background: linear-gradient(to top, rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0) 40%);
    content: "";
}

@media screen and (min-width: 980px) {
    .news_spots_feature_background:before {
        background: -o-linear-gradient(left, rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0) 70%);
        background: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.7)), color-stop(70%, rgba(0, 0, 0, 0)));
        background: linear-gradient(to right, rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0) 70%);
    }
}

.increased-contrast-on .news_spots_feature_background:before {
    background: #000;
}

.news_spots_feature_inner {
    padding-right: 20px;
    padding-left: 20px;
    display: none;
}

@media screen and (min-width: 740px) {
    .news_spots_feature_inner {
        padding-right: calc((100% - 720px) / 2 + 20px);
    }
}

@media screen and (min-width: 980px) {
    .news_spots_feature_inner {
        padding-right: calc((100% - 960px) / 2 + 20px);
    }
}

@media screen and (min-width: 1220px) {
    .news_spots_feature_inner {
        padding-right: calc((100% - 1200px) / 2 + 20px);
    }
}

@media screen and (min-width: 1340px) {
    .news_spots_feature_inner {
        padding-right: calc((100% - 1240px) / 2 + 20px);
    }
}

@media screen and (min-width: 740px) {
    .news_spots_feature_inner {
        padding-left: calc((100% - 720px) / 2 + 20px);
    }
}

@media screen and (min-width: 980px) {
    .news_spots_feature_inner {
        padding-left: calc((100% - 960px) / 2 + 20px);
    }
}

@media screen and (min-width: 1220px) {
    .news_spots_feature_inner {
        padding-left: calc((100% - 1200px) / 2 + 20px);
    }
}

@media screen and (min-width: 1340px) {
    .news_spots_feature_inner {
        padding-left: calc((100% - 1240px) / 2 + 20px);
    }
}

@media screen and (min-width: 980px) {
    .news_spots_feature_inner {
        width: 100%;
        position: absolute;
        top: 50%;
        left: 0;
        z-index: 4;
        display: block;
        -webkit-transform: translate(0, -50%);
        -ms-transform: translate(0, -50%);
        transform: translate(0, -50%);
    }
}

.news_spots_feature_details {
    max-width: 480px;
    position: relative;
    z-index: 8;
}

.news_spot_category {
    font-weight: 400;
    font-family: 'Avenir-Bold', 'Avenir', sans-serif;
    font-size: 12px;
    font-size: 0.75rem;
    letter-spacing: 1px;
    letter-spacing: 0.0625rem;
    line-height: 1.5;
    text-transform: uppercase;
    margin-bottom: 8px;
}

@media screen and (min-width: 740px) {
    .news_spot_category {
        font-size: 13px;
        font-size: 0.8125rem;
        line-height: 1.23077;
    }
}

@media screen and (min-width: 980px) {
    .news_spot_category {
        margin-bottom: 22px;
    }
}

.news_spot_title {
    font-weight: 400;
    font-family: 'Avenir', 'Avenir', sans-serif;
    font-size: 24px;
    font-size: 1.5rem;
    line-height: 1.5;
    margin: 0;
}

@media screen and (min-width: 740px) {
    .news_spot_title {
        font-size: 34px;
        font-size: 2.125rem;
        line-height: 1.35294;
    }
}

@media screen and (min-width: 980px) {
    .news_spot_title {
        font-size: 40px;
        font-size: 2.5rem;
        line-height: 1.3;
    }
}

@media screen and (min-width: 1220px) {
    .news_spot_title {
        font-size: 46px;
        font-size: 2.875rem;
        line-height: 1.30435;
    }
}

@media screen and (max-width: 979px) {
    .news_spot_title:after {
        height: 1px;
        width: 46px;
        background: #A70034;
        content: "";
        display: block;
        margin: 16px 0 23px;
    }
}

.news_spot_title_link {
    color: inherit;
    display: block;
}

.news_spots_inner {
    padding-right: 20px;
    padding-left: 20px;
}

@media screen and (min-width: 740px) {
    .news_spots_inner {
        padding-right: calc((100% - 720px) / 2 + 20px);
    }
}

@media screen and (min-width: 980px) {
    .news_spots_inner {
        padding-right: calc((100% - 960px) / 2 + 20px);
    }
}

@media screen and (min-width: 1220px) {
    .news_spots_inner {
        padding-right: calc((100% - 1200px) / 2 + 20px);
    }
}

@media screen and (min-width: 1340px) {
    .news_spots_inner {
        padding-right: calc((100% - 1240px) / 2 + 20px);
    }
}

@media screen and (min-width: 740px) {
    .news_spots_inner {
        padding-left: calc((100% - 720px) / 2 + 20px);
    }
}

@media screen and (min-width: 980px) {
    .news_spots_inner {
        padding-left: calc((100% - 960px) / 2 + 20px);
    }
}

@media screen and (min-width: 1220px) {
    .news_spots_inner {
        padding-left: calc((100% - 1200px) / 2 + 20px);
    }
}

@media screen and (min-width: 1340px) {
    .news_spots_inner {
        padding-left: calc((100% - 1240px) / 2 + 20px);
    }
}

@media screen and (min-width: 980px) {
    .news_spots_inner {
        position: relative;
        z-index: 4;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end;
    }
}

@media screen and (min-width: 980px) {
    .news_spots_body {
        width: 40%;
    }
}

.news_spots {
    background: #000;
    margin-top: -30px;
    padding: 30px;
}

@media screen and (min-width: 980px) {
    .news_spots {
        margin: 110px 0;
    }
}

@media screen and (min-width: 1220px) {
    .news_spots {
        padding: 60px 60px 48px;
    }
}

.news_spots .fs-carousel-wrapper {
    overflow: hidden;
}

@media screen and (min-width: 980px) {
    .news_spots .fs-carousel-wrapper {
        margin-bottom: 18px;
    }
}

@media screen and (min-width: 1220px) {
    .news_spots .fs-carousel-wrapper {
        margin-bottom: 34px;
    }
}

@media screen and (max-width: 1219px) {
    .news_spots .fs-carousel-controls.fs-carousel-visible {
        display: none;
    }
}

.news_spots .fs-carousel-pagination {
    position: absolute;
    bottom: 100%;
}

@media screen and (min-width: 980px) {
    .news_spots .fs-carousel-pagination {
        position: relative;
        bottom: auto;
        text-align: center;
    }
}

.news_spot {
    margin-right: 30px;
    opacity: 0;
    -webkit-transition: opacity .35s;
    -o-transition: opacity .35s;
    transition: opacity .35s;
}

.news_spot.fs-carousel-visible {
    opacity: 1;
}

@media screen and (min-width: 980px) {
    .news_spot_header {
        width: 1px;
        height: 1px;
        position: absolute;
        border: 0;
        clip: rect(0 0 0 0);
        margin: -1px;
        overflow: hidden;
        padding: 0;
    }
    .news_spot_header.focusable:active,
    .news_spot_header.focusable:focus {
        width: auto;
        height: auto;
        position: static;
        clip: auto;
        margin: 0;
        overflow: visible;
    }
}

.news_spot_description {
    font-weight: 400;
    font-family: 'Avenir-Light', 'Avenir', sans-serif;
    font-size: 16px;
    font-size: 1rem;
    line-height: 1.6875;
    margin-bottom: 18px;
}

@media screen and (min-width: 740px) {
    .news_spot_description {
        font-size: 18px;
        font-size: 1.125rem;
        line-height: 1.66667;
    }
}

.news_spot_description p {
    margin: 0;
}

.news_spot_link {
    font-weight: 400;
    font-family: 'Avenir-Bold', 'Avenir', sans-serif;
    color: #fff;
    font-size: 14px;
    font-size: 0.875rem;
    line-height: 1.71429;
    text-decoration: underline;
    -webkit-transition: color .25s;
    -o-transition: color .25s;
    transition: color .25s;
    color: inherit;
    display: inline-block;
}

@media screen and (min-width: 980px) {
    .news_spot_link {
        font-size: 16px;
        font-size: 1rem;
        line-height: 1.625;
    }
}

.news_spot_link:hover,
.news_spot_link:focus {
    color: #000;
}

.news_spot_link:hover,
.news_spot_link:focus {
    color: #F8DA80;
}


/* ==========================================================================
	Program Finder Top
============================================================================= */

.program_finder_top {
    --color: #fff;
    --bg_color: #A70034;
    --border_radius: 4px;
}

html.increased-contrast-on .program_finder_top {
    --bg_color: #000;
}

.program_finder_top_inner {
    color: var(--color);
    background-color: var(--bg_color);
    border-radius: var(--border_radius);
    padding: 35px 35px;
}

@media screen and (min-width: 740px) {
    .program_finder_top_inner {
        padding: 55px 65px;
    }
}

.program_finder_form_fieldset {
    border: none;
    outline: none;
    margin: 0;
    padding: 0;
}

.program_finder_form_rows {
    margin-bottom: -50px;
}

.program_finder_form_row {
    margin-bottom: 50px;
    overflow: hidden;
}

.program_finder_form_legend {
    font-weight: 400;
    font-family: 'Avenir-Bold', 'Avenir', sans-serif;
    font-size: 12px;
    font-size: 0.75rem;
    letter-spacing: 1px;
    letter-spacing: 0.0625rem;
    line-height: 1.5;
    text-transform: uppercase;
    width: 100%;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

@media screen and (min-width: 740px) {
    .program_finder_form_legend {
        font-size: 13px;
        font-size: 0.8125rem;
        line-height: 1.23077;
    }
}

@media screen and (min-width: 740px) {
    .program_finder_form_legend {
        line-height: 1;
    }
}

.program_finder_form_legend:after {
    height: 1px;
    width: 100%;
    content: '';
    background-color: rgba(255, 255, 255, 0.45);
    display: block;
    margin-left: 12px;
}

.program_finder_form_legend legend {
    white-space: nowrap;
}

.program_finder_form_search_wrap {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 30px;
}

.program_finder_form_input_wrap {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.program_finder_form_input {
    font-weight: 400;
    font-family: 'Avenir-Light', 'Avenir', sans-serif;
    width: 100%;
    height: 64px;
    border: none;
    border-top-left-radius: var(--border_radius);
    border-bottom-left-radius: var(--border_radius);
    color: #000;
    font-size: 16px;
    font-size: 1rem;
    padding: 10px 25px;
}

.program_finder_form_input::-webkit-input-placeholder {
    color: #6E7072;
    opacity: 1;
}

.program_finder_form_input::-moz-placeholder {
    color: #6E7072;
    opacity: 1;
}

.program_finder_form_input:-ms-input-placeholder {
    color: #6E7072;
    opacity: 1;
}

.program_finder_form_input::-ms-input-placeholder {
    color: #6E7072;
    opacity: 1;
}

.program_finder_form_input::-webkit-input-placeholder {
    color: #6E7072;
    opacity: 1;
}

.program_finder_form_input::-moz-placeholder {
    color: #6E7072;
    opacity: 1;
}

.program_finder_form_input:-ms-input-placeholder {
    color: #6E7072;
    opacity: 1;
}

.program_finder_form_input::placeholder {
    color: #6E7072;
    opacity: 1;
}

.program_finder_form_input_submit_icon {
    --bg_color: #000;
    width: 64px;
    height: 64px;
    background-color: var(--bg_color);
    background-image: url('/media/shu-media/site-assets/images/search_white.svg');
    background-position: center;
    background-repeat: no-repeat;
    background-size: 15px 15px;
    border: none;
    border-top-right-radius: var(--border_radius);
    border-bottom-right-radius: var(--border_radius);
    cursor: pointer;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    overflow: hidden;
    text-indent: -999999px;
    -webkit-transition: 0.25s ease;
    -o-transition: 0.25s ease;
    transition: 0.25s ease;
}

html.increased-contrast-on .program_finder_form_input_submit_icon {
    --bg_color: #6E7072;
}

.program_finder_form_input_submit_icon:focus,
.program_finder_form_input_submit_icon:hover {
    background-color: #6E7072;
}

.program_finder_form_filters {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column nowrap;
    flex-flow: column nowrap;
    margin: 18px 0 -15px;
}

@media screen and (min-width: 980px) {
    .program_finder_form_filters {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
    }
}

.program_finder_form_filters>* {
    margin-bottom: 15px;
}

.program_finder_form_filter {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.program_finder_form_filter label {
    -webkit-font-smoothing: antialiased;
    font-family: adobe-garamond-pro, "Adobe Garamond Pro", serif;
    font-weight: 700;
    font-size: 21px;
    font-size: 1.3125rem;
    font-style: italic;
    line-height: 1.52381;
}

@media screen and (min-width: 980px) {
    .program_finder_form_filter+.program_finder_form_filter {
        margin-left: 2px;
    }
}

.program_finder_filter_wrap {
    margin-top: 13px;
}

@media screen and (min-width: 980px) {
    .program_finder_form_filter:first-child .program_finder_filter_wrap select {
        border-top-left-radius: var(--border_radius);
        border-bottom-left-radius: var(--border_radius);
    }
}

.program_finder_filter_wrap select {
    font-weight: 400;
    font-family: 'Avenir-Black', 'Avenir', sans-serif;
    height: 64px;
    background-image: url('/media/shu-media/site-assets/images/chevron_down_red.svg');
    background-size: 13px 8px;
    background-position: right 28px center;
    background-repeat: no-repeat;
    border-radius: var(--border_radius);
    padding-right: 51px;
    font-size: 16px;
    font-size: 1rem;
    line-height: 1;
    overflow: hidden;
    -o-text-overflow: ellipsis;
       text-overflow: ellipsis;
    white-space: nowrap;
}

@media screen and (min-width: 980px) {
    .program_finder_filter_wrap select {
        border-radius: 0;
    }
}

.program_finder_form_input_submit {
    font-weight: 400;
    font-family: 'Avenir-Bold', 'Avenir', sans-serif;
    --bg_color: #000;
    width: 100%;
    height: 64px;
    background-color: var(--bg_color);
    border: none;
    border-radius: var(--border_radius);
    color: #fff;
    cursor: pointer;
    -ms-flex-item-align: end;
    align-self: flex-end;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    font-size: 16px;
    font-size: 1rem;
    line-height: 1;
    padding: 15px 45px;
    text-decoration: underline;
    text-align: center;
    text-underline-offset: 2px;
    -webkit-transition: 0.25s ease;
    -o-transition: 0.25s ease;
    transition: 0.25s ease;
}

html.increased-contrast-on .program_finder_form_input_submit {
    --bg_color: #6E7072;
}

.program_finder_form_input_submit:focus,
.program_finder_form_input_submit:hover {
    background-color: #6E7072;
}

@media screen and (min-width: 980px) {
    .program_finder_form_input_submit {
        border-radius: 0;
        border-top-right-radius: var(--border_radius);
        border-bottom-right-radius: var(--border_radius);
        width: auto;
    }
}


/* ==========================================================================
	Program Finder Listing
============================================================================= */

.program_finder_listing {
    position: relative;
}

.program_finder_listing_inner {
    max-width: 934px;
    margin: 45px auto 0;
}

@media screen and (min-width: 740px) {
    .program_finder_listing_inner {
        margin-top: 90px;
    }
}

.program_finder_listing.has_filter .program_finder_listing_inner {
    margin-top: 0;
}


/* ==========================================================================
	Program Finder Results
============================================================================= */

.program_finder_results {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column nowrap;
    flex-flow: column nowrap;
    margin: 0 0 -10px;
    padding: 30px 0;
}

@media screen and (min-width: 740px) {
    .program_finder_results {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
    }
}

.program_finder_results>* {
    margin-bottom: 10px;
}

.program_finder_results_text {
    font-weight: 400;
    font-family: 'Avenir-Light', 'Avenir', sans-serif;
    color: #181919;
    font-size: 16px;
    font-size: 1rem;
    margin-top: 0;
    margin-right: 0;
    margin-left: 0;
}

.program_finder_results_text strong {
    font-weight: 400;
    font-family: 'Avenir-Bold', 'Avenir', sans-serif;
}

.program_finder_results_btn_wrap {
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

.program_finder_results_btn_link {
    font-weight: 400;
    font-family: 'Avenir-Bold', 'Avenir', sans-serif;
    color: #A70034;
    text-decoration: underline;
    -webkit-transition: color 0.25s;
    -o-transition: color 0.25s;
    transition: color 0.25s;
}

.program_finder_results_btn_link:hover,
.program_finder_results_btn_link:focus {
    color: #000;
}

.increased-contrast-on .program_finder_results_btn_link:hover,
.increased-contrast-on .program_finder_results_btn_link:focus {
    color: #A70034;
}

.increased-contrast-on .program_finder_results_btn_link {
    color: #000;
}

.program_finder_results_btn_link_inner {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
}

.program_finder_results_btn_link_icon {
    color: #000;
    margin-right: 10px;
}

.spotlight_cta {
    margin-top: 60px;
    margin-bottom: 60px;
    --bg_color: #000;
    --color: #fff;
    --link_color: #fff;
    --link_color_active: #F8DA80;
    --border_color: #F8DA80;
    --nav_btn_color_default: rgba(214, 214, 214, 0.5);
    --nav_btn_color_active: #A70034;
    --nav_btn_color_default: #fff;
    --nav_btn_color_active: #F8DA80;
    position: relative;
    background-color: var(--bg_color);
}

@media screen and (min-width: 740px) {
    .spotlight_cta {
        margin-top: 80px;
    }
}

@media screen and (min-width: 740px) {
    .spotlight_cta {
        margin-bottom: 80px;
    }
}

@media screen and (min-width: 980px) {
    .spotlight_cta {
        --bg_color: transparent;
        --color: #000;
        --link_color: #A70034;
        --link_color_active: #000;
        --border_color: #A70034;
        --nav_btn_color_default: rgba(214, 214, 214, 0.5);
        --nav_btn_color_active: #A70034;
    }
}

@media screen and (max-width: 979px) {
    .spotlight_cta {
        margin-top: 0;
        overflow: hidden;
        padding: 0;
    }
}

.spotlight_cta_spots {
    height: 100%;
    width: 50% !important;
    position: absolute !important;
    top: 0;
    left: 0;
    background: #000;
}

@media screen and (max-width: 979px) {
    .spotlight_cta_spots {
        opacity: 0;
        pointer-events: none;
        visibility: hidden;
    }
}

@media screen and (min-width: 980px) {
    .spotlight_cta_spots {
        width: calc(50% + 300px) !important;
    }
}

@media screen and (min-width: 980px) {
    .spotlight_cta_spots:before {
        height: 100%;
        width: 100%;
        position: absolute;
        top: 0;
        left: 0;
        z-index: 2;
        background: -o-linear-gradient(left, rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0) 70%);
        background: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.7)), color-stop(70%, rgba(0, 0, 0, 0)));
        background: linear-gradient(to right, rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0) 70%);
        content: '';
    }
}

.increased-contrast-on .spotlight_cta_spots:before {
    background: #000;
}

@media screen and (min-width: 980px) {
    .spotlight_cta_spots .fs-carousel-viewport,
    .spotlight_cta_spots .fs-carousel-wrapper,
    .spotlight_cta_spots .fs-carousel-container,
    .spotlight_cta_spots .fs-carousel-canister {
        height: 100%;
    }
}

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

.js-carousel .spotlight_cta_spot_background {
    opacity: 0;
    -webkit-transition: opacity 0.5s;
    -o-transition: opacity 0.5s;
    transition: opacity 0.5s;
}

.spotlight_cta_spot_background.fs-carousel-visible {
    opacity: 1;
}

.spotlight_cta_inner {
    position: relative;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #000;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 0 20px;
}

.spotlight_cta_featured {
    position: relative;
    max-width: 725px;
    width: 100%;
    margin: 0 auto;
    margin: 0 auto;
    padding: 90px 0 110px;
}

@media print {
    .spotlight_cta_featured {
        margin-bottom: 20px;
        padding: 44px 0 0;
    }
}

.increased-contrast-on .spotlight_cta_featured {
    background: none;
    border-top: 1px solid #000;
    border-bottom: 1px solid #000;
}

.spotlight_cta_details {
    position: relative;
    z-index: 4;
}

.spotlight_cta_category {
    font-weight: 400;
    font-family: 'Avenir-Bold', 'Avenir', sans-serif;
    font-size: 12px;
    font-size: 0.75rem;
    letter-spacing: 1px;
    letter-spacing: 0.0625rem;
    line-height: 1.5;
    text-transform: uppercase;
}

@media screen and (min-width: 980px) {
    .spotlight_cta_category {
        font-size: 13px;
        font-size: 0.8125rem;
        line-height: 1.23077;
    }
}

.spotlight_cta_category_sm {
    position: relative;
    z-index: 4;
    background: #fff;
    color: #6E7072;
    display: inline-block;
    padding-right: 20px;
    -webkit-transform: translate(0, 50%);
    -ms-transform: translate(0, 50%);
    transform: translate(0, 50%);
    vertical-align: top;
}

@media screen and (min-width: 980px) {
    .spotlight_cta_category_sm {
        display: none;
    }
}

.increased-contrast-on .spotlight_cta_category_sm {
    color: #000;
}

.spotlight_cta_category_lg {
    display: none;
}

@media screen and (min-width: 980px) {
    .spotlight_cta_category_lg {
        color: #fff;
        display: block;
        margin-bottom: 22px;
    }
}

.spotlight_cta_title {
    font-size: 30px;
    font-size: 1.875rem;
    line-height: 1.4;
    margin: 0 0 30px;
}

.spotlight_cta_title_start {
    font-weight: 400;
    font-family: 'Avenir', 'Avenir', sans-serif;
    display: block;
}

.spotlight_cta_title_end {
    font-weight: 400;
    font-family: 'Avenir-Black', 'Avenir', sans-serif;
    display: block;
}

@media print {
    .spotlight_cta_title {
        margin-bottom: 0;
    }
}

@media screen and (min-width: 1220px) {
    .spotlight_cta_title {
        font-size: 36px;
        font-size: 2.25rem;
        line-height: 1.41667;
        margin-bottom: 38px;
    }
}

.spotlight_cta_category .spotlight_cta_carousel+.spotlight_cta_title {
    padding-bottom: 34px;
}

@media print {
    .spotlight_cta_category .spotlight_cta_carousel+.spotlight_cta_title {
        padding-bottom: 0;
    }
}

@media screen and (min-width: 980px) {
    .spotlight_cta_category .spotlight_cta_carousel+.spotlight_cta_title {
        margin-bottom: 0;
        padding-bottom: 0;
    }
}

.js-carousel .spotlight_cta_title {
    opacity: 0;
    -webkit-transition: opacity 0.5s;
    -o-transition: opacity 0.5s;
    transition: opacity 0.5s;
}

.spotlight_cta_title.fs-carousel-visible {
    opacity: 1;
}

.spotlight_cta_title_start {
    color: #fff;
}

.increased-contrast-on .spotlight_cta_title_start {
    color: #000;
}

@media screen and (min-width: 980px) {
    .increased-contrast-on .spotlight_cta_title_start {
        color: #fff;
    }
}

.spotlight_cta_title_end {
    color: #fff;
}

@media print {
    .spotlight_cta_field {
        display: none;
    }
}

.spotlight_cta_input_label {
    font-weight: 400;
    font-family: 'Avenir-Bold', 'Avenir', sans-serif;
    font-size: 12px;
    font-size: 0.75rem;
    letter-spacing: 1px;
    letter-spacing: 0.0625rem;
    line-height: 1.5;
    text-transform: uppercase;
    color: #fff;
    display: block;
    margin-bottom: 12px;
}

@media screen and (min-width: 740px) {
    .spotlight_cta_input_label {
        font-size: 13px;
        font-size: 0.8125rem;
        line-height: 1.23077;
    }
}

.increased-contrast-on .spotlight_cta_input_label {
    color: #000;
}

@media screen and (min-width: 980px) {
    .increased-contrast-on .spotlight_cta_input_label {
        color: #fff;
    }
}

.spotlight_cta_input_wrapper {
    position: relative;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.spotlight_cta_input_field {
    font-weight: 400;
    font-family: 'Avenir-Light', 'Avenir', sans-serif;
    min-height: 50px;
    width: calc(100% - 50px);
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: #fff;
    border: 1px solid #D6D6D6;
    border-right: 0;
    border-radius: 4px 0 0 4px;
    display: block;
    font-size: 16px;
    font-size: 1rem;
    line-height: normal;
    padding: 13px 20px;
}

@media screen and (min-width: 1220px) {
    .spotlight_cta_input_field {
        min-height: 60px;
        width: calc(100% - 60px);
        font-size: 18px;
        font-size: 1.125rem;
        padding: 17px 25px 16px;
    }
}

.increased-contrast-on .spotlight_cta_input_field {
    border-color: #000;
}

@media screen and (min-width: 980px) {
    .increased-contrast-on .spotlight_cta_input_field {
        border-color: #D6D6D6;
    }
}

.spotlight_cta_label {
    font-weight: 400;
    font-family: 'Avenir-Bold', 'Avenir', sans-serif;
    font-size: 12px;
    font-size: 0.75rem;
    letter-spacing: 1px;
    letter-spacing: 0.0625rem;
    line-height: 1.5;
    text-transform: uppercase;
    display: none;
}

@media screen and (min-width: 740px) {
    .spotlight_cta_label {
        font-size: 13px;
        font-size: 0.8125rem;
        line-height: 1.23077;
    }
}

@media screen and (min-width: 980px) {
    .spotlight_cta_label {
        display: block;
        margin-bottom: 12px;
    }
}

.spotlight_cta_form_label {
    font-weight: 400;
    font-family: 'Avenir-Bold', 'Avenir', sans-serif;
    font-size: 12px;
    font-size: 0.75rem;
    letter-spacing: 1px;
    letter-spacing: 0.0625rem;
    line-height: 1.5;
    text-transform: uppercase;
    font-weight: 400;
    font-family: 'Avenir-Bold', 'Avenir', sans-serif;
    color: #fff;
}

@media screen and (min-width: 740px) {
    .spotlight_cta_form_label {
        font-size: 13px;
        font-size: 0.8125rem;
        line-height: 1.23077;
    }
}

.spotlight_cta_form_input_wrap {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 13px;
}

.spotlight_cta_form_input {
    font-weight: 400;
    font-family: 'Avenir-Light', 'Avenir', sans-serif;
    width: 100%;
    height: 60px;
    border: none;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
    color: #6E7072;
    font-size: 16px;
    font-size: 1rem;
    padding: 10px 25px;
}

.spotlight_cta_form_input::-webkit-input-placeholder {
    color: #6E7072;
    opacity: 1;
}

.spotlight_cta_form_input::-moz-placeholder {
    color: #6E7072;
    opacity: 1;
}

.spotlight_cta_form_input:-ms-input-placeholder {
    color: #6E7072;
    opacity: 1;
}

.spotlight_cta_form_input::-ms-input-placeholder {
    color: #6E7072;
    opacity: 1;
}

.spotlight_cta_form_input::-webkit-input-placeholder {
    color: #6E7072;
    opacity: 1;
}

.spotlight_cta_form_input::-moz-placeholder {
    color: #6E7072;
    opacity: 1;
}

.spotlight_cta_form_input:-ms-input-placeholder {
    color: #6E7072;
    opacity: 1;
}

.spotlight_cta_form_input::placeholder {
    color: #6E7072;
    opacity: 1;
}

@media screen and (min-width: 980px) {
    .spotlight_cta_form_input {
        border: none;
    }
}

.spotlight_cta_form_input_submit_icon {
    --bg_color: #A70034;
    width: 60px;
    height: 60px;
    background-color: var(--bg_color);
    background-image: url('/media/shu-media/site-assets/images/search_white.svg');
    ;
    background-position: center;
    background-repeat: no-repeat;
    background-size: 15px 15px;
    border: none;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
    cursor: pointer;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    overflow: hidden;
    text-indent: -999999px;
    -webkit-transition: 0.25s ease;
    -o-transition: 0.25s ease;
    transition: 0.25s ease;
}

html.increased-contrast-on .spotlight_cta_form_input_submit_icon {
    --bg_color: #6E7072;
}

.spotlight_cta_form_input_submit_icon:focus,
.spotlight_cta_form_input_submit_icon:hover {
    background-color: #6E7072;
}

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

html.increased-contrast-on .spotlight_cta_bg_callout_background {
    display: none;
}

.spotlight_cta_bg_callout_background:after {
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    width: 77%;
    max-width: 725px;
    background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.8), transparent);
    background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.8)), to(transparent));
    background-image: linear-gradient(90deg, rgba(0, 0, 0, 0.8), transparent);
    content: '';
}

html.increased-contrast-on .spotlight_cta_bg_callout_background:after {
    display: none;
}

.spotlight {
    padding-right: 20px;
    padding-left: 20px;
    --bg_color: #000;
    --color: #fff;
    position: relative;
    background-color: var(--bg_color);
    margin-bottom: 40px;
}

@media screen and (min-width: 740px) {
    .spotlight {
        padding-right: calc((100% - 720px) / 2 + 20px);
    }
}

@media screen and (min-width: 980px) {
    .spotlight {
        padding-right: calc((100% - 960px) / 2 + 20px);
    }
}

@media screen and (min-width: 1220px) {
    .spotlight {
        padding-right: calc((100% - 1200px) / 2 + 20px);
    }
}

@media screen and (min-width: 1340px) {
    .spotlight {
        padding-right: calc((100% - 1240px) / 2 + 20px);
    }
}

@media screen and (min-width: 740px) {
    .spotlight {
        padding-left: calc((100% - 720px) / 2 + 20px);
    }
}

@media screen and (min-width: 980px) {
    .spotlight {
        padding-left: calc((100% - 960px) / 2 + 20px);
    }
}

@media screen and (min-width: 1220px) {
    .spotlight {
        padding-left: calc((100% - 1200px) / 2 + 20px);
    }
}

@media screen and (min-width: 1340px) {
    .spotlight {
        padding-left: calc((100% - 1240px) / 2 + 20px);
    }
}

@media screen and (min-width: 980px) {
    .spotlight {
        --bg_color: transparent;
        --color: #000;
        margin-top: 60px;
        margin-bottom: 60px;
    }
}

@media screen and (min-width: 980px) and (min-width: 740px) {
    .spotlight {
        margin-top: 80px;
    }
}

@media screen and (min-width: 980px) and (min-width: 980px) {
    .spotlight {
        margin-top: 100px;
    }
}

@media screen and (min-width: 980px) and (min-width: 1220px) {
    .spotlight {
        margin-top: 140px;
    }
}

@media screen and (min-width: 980px) and (min-width: 740px) {
    .spotlight {
        margin-bottom: 80px;
    }
}

@media screen and (min-width: 980px) and (min-width: 980px) {
    .spotlight {
        margin-bottom: 100px;
    }
}

@media screen and (min-width: 980px) and (min-width: 1220px) {
    .spotlight {
        margin-bottom: 140px;
    }
}

@media screen and (max-width: 979px) {
    .spotlight {
        margin-top: 0;
        overflow: hidden;
        padding: 0;
    }
}

.spotlight_spots {
    height: 100%;
    width: 50% !important;
    position: absolute !important;
    top: 0;
    left: 0;
    background: #000;
}

@media screen and (max-width: 979px) {
    .spotlight_spots {
        opacity: 0;
        pointer-events: none;
        visibility: hidden;
    }
}

@media screen and (min-width: 980px) {
    .spotlight_spots {
        width: calc(50% + 300px) !important;
    }
}

@media screen and (min-width: 980px) {
    .spotlight_spots:before {
        height: 100%;
        width: 100%;
        position: absolute;
        top: 0;
        left: 0;
        z-index: 2;
        background: -o-linear-gradient(left, rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0) 70%);
        background: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.7)), color-stop(70%, rgba(0, 0, 0, 0)));
        background: linear-gradient(to right, rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0) 70%);
        content: "";
    }
}

.increased-contrast-on .spotlight_spots:before {
    background: #000;
}

.spotlight_spots:after {
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    width: 70%;
    max-width: 700px;
    background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.7), transparent);
    background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.7)), to(transparent));
    background-image: linear-gradient(90deg, rgba(0, 0, 0, 0.7), transparent);
    content: '';
}

html.increased-contrast-on .spotlight_spots:after {
    display: none;
}

@media screen and (min-width: 980px) {
    .spotlight_spots .fs-carousel-viewport,
    .spotlight_spots .fs-carousel-wrapper,
    .spotlight_spots .fs-carousel-container,
    .spotlight_spots .fs-carousel-canister {
        height: 100%;
    }
}

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

.js-carousel .spotlight_spot_background {
    opacity: 0;
    -webkit-transition: opacity .5s;
    -o-transition: opacity .5s;
    transition: opacity .5s;
}

.spotlight_spot_background.fs-carousel-visible {
    opacity: 1;
}

.spotlight_inner {
    position: relative;
}

@media screen and (max-width: 979px) {
    .spotlight_inner {
        padding: 0;
    }
}

@media screen and (min-width: 980px) {
    .spotlight_inner {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }
}

.spotlight_featured {
    position: relative;
    background: #f4f4f4;
    margin-bottom: 60px;
    padding: 34px 20px 0;
}

@media print {
    .spotlight_featured {
        margin-bottom: 20px;
        padding: 44px 0 0;
    }
}

@media screen and (min-width: 740px) {
    .spotlight_featured {
        padding-right: calc((100% - 720px) / 2 + 20px);
        padding-left: calc((100% - 720px) / 2 + 20px);
    }
}

@media screen and (min-width: 980px) {
    .spotlight_featured {
        width: 60%;
        background: none;
        margin-bottom: 0;
        padding: 150px 0 180px;
    }
}

.increased-contrast-on .spotlight_featured {
    background: none;
    border-top: 1px solid #000;
    border-bottom: 1px solid #000;
}

.spotlight_details {
    position: relative;
    z-index: 4;
}

@media screen and (min-width: 980px) {
    .spotlight_details {
        max-width: 470px;
    }
}

.spotlight_category {
    font-weight: 400;
    font-family: 'Avenir-Bold', 'Avenir', sans-serif;
    font-size: 12px;
    font-size: 0.75rem;
    letter-spacing: 1px;
    letter-spacing: 0.0625rem;
    line-height: 1.5;
    text-transform: uppercase;
}

@media screen and (min-width: 980px) {
    .spotlight_category {
        font-size: 13px;
        font-size: 0.8125rem;
        line-height: 1.23077;
    }
}

.spotlight_category_sm {
    position: relative;
    z-index: 4;
    background: #fff;
    color: #6E7072;
    display: inline-block;
    padding-right: 20px;
    -webkit-transform: translate(0, 50%);
    -ms-transform: translate(0, 50%);
    transform: translate(0, 50%);
    vertical-align: top;
}

@media screen and (min-width: 980px) {
    .spotlight_category_sm {
        display: none;
    }
}

.increased-contrast-on .spotlight_category_sm {
    color: #000;
}

.spotlight_category_lg {
    display: none;
}

@media screen and (min-width: 980px) {
    .spotlight_category_lg {
        color: #fff;
        display: block;
        margin-bottom: 22px;
    }
}

.spotlight_title {
    font-size: 30px;
    font-size: 1.875rem;
    line-height: 1.4;
    margin: 0 0 4px;
}

.spotlight_title_start {
    font-weight: 400;
    font-family: 'Avenir', 'Avenir', sans-serif;
    display: block;
}

.spotlight_title_end {
    font-weight: 400;
    font-family: 'Avenir-Black', 'Avenir', sans-serif;
    display: block;
}

@media print {
    .spotlight_title {
        margin-bottom: 0;
    }
}

@media screen and (min-width: 980px) {
    .spotlight_title {
        margin-bottom: 30px;
    }
}

@media screen and (min-width: 1220px) {
    .spotlight_title {
        font-size: 46px;
        font-size: 2.875rem;
        line-height: 1.30435;
        margin-bottom: 34px;
    }
}

.spotlight_category .spotlight_carousel+.spotlight_title {
    padding-bottom: 34px;
}

@media print {
    .spotlight_category .spotlight_carousel+.spotlight_title {
        padding-bottom: 0;
    }
}

@media screen and (min-width: 980px) {
    .spotlight_category .spotlight_carousel+.spotlight_title {
        margin-bottom: 0;
        padding-bottom: 0;
    }
}

.js-carousel .spotlight_title {
    opacity: 0;
    -webkit-transition: opacity .5s;
    -o-transition: opacity .5s;
    transition: opacity .5s;
}

.spotlight_title.fs-carousel-visible {
    opacity: 1;
}

.spotlight_title_start {
    color: #6E7072;
}

@media screen and (min-width: 980px) {
    .spotlight_title_start {
        color: #fff;
    }
}

.increased-contrast-on .spotlight_title_start {
    color: #000;
}

@media screen and (min-width: 980px) {
    .increased-contrast-on .spotlight_title_start {
        color: #fff;
    }
}

@media screen and (min-width: 980px) {
    .spotlight_title_end {
        color: #fff;
    }
}

@media print {
    .spotlight_field {
        display: none;
    }
}

@media screen and (max-width: 979px) {
    .spotlight_field {
        position: relative;
        top: 25px;
    }
}

@media screen and (min-width: 980px) {
    .spotlight_field {
        max-width: 415px;
    }
}

.spotlight_field_link {
    display: inline-block;
    background: #A70034;
    border-radius: 2px;
    color: #fff;
    font-weight: 400;
    font-family: 'Avenir-Bold', 'Avenir', sans-serif;
    font-size: 14px;
    font-size: 0.875rem;
    line-height: 1.71429;
    padding: 13px 25px;
    text-align: center;
    text-decoration: underline;
    -webkit-transition: background-color 0.25s, border 0.25s, color 0.25s;
    -o-transition: background-color 0.25s, border 0.25s, color 0.25s;
    transition: background-color 0.25s, border 0.25s, color 0.25s;
}

.spotlight_field_link:focus,
.spotlight_field_link:hover {
    background: #000;
}

.spotlight_input_label {
    font-weight: 400;
    font-family: 'Avenir-Bold', 'Avenir', sans-serif;
    font-size: 12px;
    font-size: 0.75rem;
    letter-spacing: 1px;
    letter-spacing: 0.0625rem;
    line-height: 1.5;
    text-transform: uppercase;
    color: #6E7072;
    display: block;
    margin-bottom: 12px;
}

@media screen and (min-width: 740px) {
    .spotlight_input_label {
        font-size: 13px;
        font-size: 0.8125rem;
        line-height: 1.23077;
    }
}

@media screen and (min-width: 980px) {
    .spotlight_input_label {
        color: #fff;
    }
}

.increased-contrast-on .spotlight_input_label {
    color: #000;
}

@media screen and (min-width: 980px) {
    .increased-contrast-on .spotlight_input_label {
        color: #fff;
    }
}

.spotlight_input_wrapper {
    position: relative;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.spotlight_input_field {
    font-weight: 400;
    font-family: 'Avenir-Light', 'Avenir', sans-serif;
    min-height: 50px;
    width: calc(100% - 50px);
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: #fff;
    border: 1px solid #D6D6D6;
    border-right: 0;
    border-radius: 4px 0 0 4px;
    display: block;
    font-size: 16px;
    font-size: 1rem;
    line-height: normal;
    padding: 13px 20px;
}

@media screen and (min-width: 1220px) {
    .spotlight_input_field {
        min-height: 60px;
        width: calc(100% - 60px);
        font-size: 18px;
        font-size: 1.125rem;
        padding: 17px 25px 16px;
    }
}

.increased-contrast-on .spotlight_input_field {
    border-color: #000;
}

@media screen and (min-width: 980px) {
    .increased-contrast-on .spotlight_input_field {
        border-color: #D6D6D6;
    }
}

.spotlight_input_submit {
    height: 50px;
    width: 50px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-color: #A70034;
    background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACIAAAAiCAYAAAA6RwvCAAAABGdBTUEAALGPC/xhBQAAAw1JREFUWAm9mL9rFEEUx3dN0GBQYyFiflgYAulsLJJ0IQhW+Qs8BC3SaZcExE4FW1PHwjqNdhIkFhICiX+ABmxEDwn4myAYPT/fY+d8mZ3dvb3b8wtfZubNe995mZudeRpHJdBoNMZwn4Vqh+FJ+BF+gLvweRzH+7TVg8UH4SLcgUXYx+EpnK8sE8T64AKsw07wkqDprhJCYAg+y1j9F/Y38AV8ArfgexjCb4yLHSVD4AX4OqC6ga0GT4eEsU/CZfgO+niMoT8UF7ThrJ3wk9BffyUYEDDiOwCV0E9osRJwT5uI0Jnwfw6Nh9LexRbipqB/vhYKIwnSwbRQEn2FgTkOxE/AT0ZUX9VIZgiT+kRt9vo5OtoJfxF05qAOrcOq79Ma46F7wqLtM9ESyekg/MiIH9AfD7ozYS+rjaBTF0b0R6E9vEspORzGoEUt5VSBgQV04zpspiSZueZmaXVZBe+JVGBJA7o3zDp/6A9aiSMMRo3hLY/WZzOusrtjxGL6h74eJaJX1KHuOj1o9UJbnLMDJaKn3OGr6/Sg/eZpnrJjJaJ6wuGs6/Sg9bXtupESsVumgqdXsGdRa9h1m4mosnIY5jRPukHF7ZzR+0H/8Hlk4eNQb4DDsgmorIv4K7cA7VpQmAl72aieGAg6dmhEbxZaXA1K4TFvveinr+BgZLERrRhuG/09+icyI5lUjemgd2Eq07nEBDr3nWjS3swNx2ka2udaZcFEblDBJPEPocUug6MFYVGEk18OqKixp71QQw7E6Oe4By30/M+0JZCIqNC10C6pnvDvgaAmfjqY9kwwbEH29gouHPvhSiv0X0fnRl/XdXgRnoHH4Hk4A+9A+4kybEI7YdF+MsnOqIa194sVa7evM6Ek/R0qncwIIqvQ/6sw5WKP2VuweTBp9c+U7pJJdmccoSW4CVXUhPAd4xqswdQ9gS03GRUopYCgKisVNaon9JS7/w2oU1QdMM6EkmFyHV4yTiqYSn+ZJr6zbsbOPFAZ8F/Brn1hwcvQlo5R6Z+mqqzZGVWGtxO9u38BtdQjK9u2niYAAAAASUVORK5CYII=");
    background-repeat: no-repeat;
    background-size: 15px 15px;
    background-position: 50% 50%;
    border: 0;
    border-radius: 0 4px 4px 0;
    -webkit-box-shadow: inset 0 0 0 1px #A70034;
            box-shadow: inset 0 0 0 1px #A70034;
    color: transparent;
    cursor: pointer;
    overflow: hidden;
    -webkit-transition: background .25s, -webkit-box-shadow .25s;
    -webkit-transition: background .25s, box-shadow .25s;
    transition: background .25s, -webkit-box-shadow .25s;
    -o-transition: background .25s, box-shadow .25s;
    transition: background .25s, box-shadow .25s;
    transition: background .25s, box-shadow .25s, -webkit-box-shadow .25s;
}

@media screen and (min-width: 1220px) {
    .spotlight_input_submit {
        height: 60px;
        width: 60px;
    }
}

.increased-contrast-on .spotlight_input_submit {
    background-color: #000;
    -webkit-box-shadow: inset 0 0 0 1px #000;
            box-shadow: inset 0 0 0 1px #000;
}

@media screen and (min-width: 980px) {
    .increased-contrast-on .spotlight_input_submit {
        -webkit-box-shadow: inset 0 0 0 1px #fff;
                box-shadow: inset 0 0 0 1px #fff;
    }
}

.spotlight_input_submit:hover,
.spotlight_input_submit:focus {
    background-color: #000;
    -webkit-box-shadow: inset 0 0 0 1px #000;
            box-shadow: inset 0 0 0 1px #000;
}

.increased-contrast-on .spotlight_input_submit:hover,
.increased-contrast-on .spotlight_input_submit:focus {
    background-color: #A70034;
    -webkit-box-shadow: inset 0 0 0 1px #A70034;
            box-shadow: inset 0 0 0 1px #A70034;
}

.spotlight_body {
    color: var(--color);
    padding: 40px 20px 50px;
}

@media print {
    .spotlight_body {
        padding: 0;
    }
}

@media screen and (min-width: 740px) {
    .spotlight_body {
        padding-right: calc((100% - 720px) / 2 + 20px);
        padding-left: calc((100% - 720px) / 2 + 20px);
    }
}

@media screen and (min-width: 980px) {
    .spotlight_body {
        width: 40%;
        position: relative;
        z-index: 8;
        background: #000;
        color: #fff;
        overflow: hidden;
        padding: 30px;
    }
}

@media screen and (min-width: 1220px) {
    .spotlight_body {
        padding: 60px 60px 48px;
    }
}

@media screen and (min-width: 980px) {
    .increased-contrast-on .spotlight_body {
        border: 1px solid #fff;
    }
}

.spotlight_label {
    font-weight: 400;
    font-family: 'Avenir-Bold', 'Avenir', sans-serif;
    font-size: 12px;
    font-size: 0.75rem;
    letter-spacing: 1px;
    letter-spacing: 0.0625rem;
    line-height: 1.5;
    text-transform: uppercase;
    display: none;
}

@media screen and (min-width: 740px) {
    .spotlight_label {
        font-size: 13px;
        font-size: 0.8125rem;
        line-height: 1.23077;
    }
}

@media screen and (min-width: 980px) {
    .spotlight_label {
        display: block;
        margin-bottom: 12px;
    }
}

.spotlight_items {
    opacity: 0;
    -webkit-transition: opacity .35s;
    -o-transition: opacity .35s;
    transition: opacity .35s;
}

.spotlight_items.fs-carousel-enabled {
    opacity: 1;
}

@media screen and (min-width: 980px) {
    .spotlight_items .fs-carousel-wrapper {
        margin-bottom: 18px;
    }
}

@media screen and (min-width: 1220px) {
    .spotlight_items .fs-carousel-wrapper {
        margin-bottom: 34px;
    }
}

@media screen and (max-width: 1219px) {
    .spotlight_items .fs-carousel-controls.fs-carousel-visible {
        display: none;
    }
}

@media screen and (min-width: 980px) {
    .spotlight_items .fs-carousel-pagination {
        position: relative;
        bottom: auto;
        text-align: center;
    }
}

.spotlight_items .fs-carousel-pagination:before,
.spotlight_items .fs-carousel-pagination:after {
    background: rgba(255, 255, 255, 0.3);
}

.spotlight_items .fs-carousel-page:after {
    border-color: #fff;
}

.spotlight_items .fs-carousel-page.fs-carousel-active:before {
    background: #fff;
}

.spotlight_item {
    margin-right: 2px;
}

@media print {
    .spotlight_item {
        margin-bottom: 30px;
    }
}

.spotlight_item_figure {
    margin-bottom: 18px;
}

@media screen and (min-width: 980px) {
    .spotlight_item_figure {
        display: none;
    }
}

.spotlight_item_image_wrapper {
    padding-bottom: 75%;
}

.spotlight_item_title {
    font-weight: 400;
    font-family: 'Avenir-Bold', 'Avenir', sans-serif;
    -webkit-transition: color 0.25s, opacity 0.35s 0s, -webkit-transform 0.35s 0s;
    transition: color 0.25s, opacity 0.35s 0s, -webkit-transform 0.35s 0s;
    -o-transition: color 0.25s, opacity 0.35s 0s, transform 0.35s 0s;
    transition: color 0.25s, opacity 0.35s 0s, transform 0.35s 0s;
    transition: color 0.25s, opacity 0.35s 0s, transform 0.35s 0s, -webkit-transform 0.35s 0s;
    color: #A70034;
    font-size: 18px;
    font-size: 1.125rem;
    line-height: 1.66667;
    margin: 0 0 5px;
}

@media screen and (min-width: 600px) {
    .spotlight_item_title {
        padding-right: 30px;
    }
}

@media screen and (min-width: 980px) {
    .spotlight_item_title {
        padding-right: 0;
    }
}

.fs-carousel-item_previous .spotlight_item_title,
.fs-carousel-item_next .spotlight_item_title {
    opacity: 0;
}

.fs-carousel-item_previous .spotlight_item_title {
    -webkit-transform: translate(-30px, 0);
    -ms-transform: translate(-30px, 0);
    transform: translate(-30px, 0);
}

.fs-carousel-item_next .spotlight_item_title {
    -webkit-transform: translate(30px, 0);
    -ms-transform: translate(30px, 0);
    transform: translate(30px, 0);
}

@media screen and (min-width: 980px) {
    .spotlight_item_title {
        color: #fff;
        margin-bottom: 10px;
    }
}

@media screen and (min-width: 1220px) {
    .spotlight_item_title {
        font-size: 21px;
        font-size: 1.3125rem;
        line-height: 1.52381;
    }
}

.spotlight_item_title_link {
    color: #fff;
    display: block;
    text-decoration: underline;
    -webkit-transition: color .25s;
    -o-transition: color .25s;
    transition: color .25s;
}

.spotlight_item_title_link:hover,
.spotlight_item_title_link:focus {
    color: #F8DA80;
}

.spotlight_item_description {
    font-weight: 400;
    font-family: 'Avenir-Light', 'Avenir', sans-serif;
    font-size: 16px;
    font-size: 1rem;
    line-height: 1.6875;
    -webkit-transition: color 0.25s, opacity 0.45s 0s, -webkit-transform 0.45s 0s;
    transition: color 0.25s, opacity 0.45s 0s, -webkit-transform 0.45s 0s;
    -o-transition: color 0.25s, opacity 0.45s 0s, transform 0.45s 0s;
    transition: color 0.25s, opacity 0.45s 0s, transform 0.45s 0s;
    transition: color 0.25s, opacity 0.45s 0s, transform 0.45s 0s, -webkit-transform 0.45s 0s;
    margin-bottom: 18px;
}

@media screen and (min-width: 1220px) {
    .spotlight_item_description {
        font-size: 18px;
        font-size: 1.125rem;
        line-height: 1.66667;
    }
}

@media screen and (min-width: 600px) {
    .spotlight_item_description {
        padding-right: 30px;
    }
}

@media screen and (min-width: 980px) {
    .spotlight_item_description {
        padding-right: 0;
    }
}

.fs-carousel-item_previous .spotlight_item_description,
.fs-carousel-item_next .spotlight_item_description {
    opacity: 0;
}

.fs-carousel-item_previous .spotlight_item_description {
    -webkit-transform: translate(-30px, 0);
    -ms-transform: translate(-30px, 0);
    transform: translate(-30px, 0);
}

.fs-carousel-item_next .spotlight_item_description {
    -webkit-transform: translate(30px, 0);
    -ms-transform: translate(30px, 0);
    transform: translate(30px, 0);
}

@media print {
    .spotlight_item_description {
        margin-bottom: 8px;
    }
}

.spotlight_item_description p {
    margin: 0;
}

.spotlight_item_details {
    -webkit-transition: color 0.25s, opacity 0.55s 0s, -webkit-transform 0.55s 0s;
    transition: color 0.25s, opacity 0.55s 0s, -webkit-transform 0.55s 0s;
    -o-transition: color 0.25s, opacity 0.55s 0s, transform 0.55s 0s;
    transition: color 0.25s, opacity 0.55s 0s, transform 0.55s 0s;
    transition: color 0.25s, opacity 0.55s 0s, transform 0.55s 0s, -webkit-transform 0.55s 0s;
    border-left: 1px solid #A70034;
    padding: 3px 0 8px 20px;
}

@media screen and (min-width: 600px) {
    .spotlight_item_details {
        padding-right: 30px;
    }
}

@media screen and (min-width: 980px) {
    .spotlight_item_details {
        padding-right: 0;
    }
}

.fs-carousel-item_previous .spotlight_item_details,
.fs-carousel-item_next .spotlight_item_details {
    opacity: 0;
}

.fs-carousel-item_previous .spotlight_item_details {
    -webkit-transform: translate(-30px, 0);
    -ms-transform: translate(-30px, 0);
    transform: translate(-30px, 0);
}

.fs-carousel-item_next .spotlight_item_details {
    -webkit-transform: translate(30px, 0);
    -ms-transform: translate(30px, 0);
    transform: translate(30px, 0);
}

@media print {
    .spotlight_item_details {
        border-color: #D6D6D6;
        padding: 0 0 0 20px;
    }
}

.increased-contrast-on .spotlight_item_details {
    border-color: #fff;
}

.spotlight_item_detail_label {
    font-weight: 400;
    font-family: 'Avenir-Black', 'Avenir', sans-serif;
    font-size: 18px;
    font-size: 1.125rem;
    line-height: 1.66667;
}

.spotlight_item_detail_text {
    font-weight: 400;
    font-family: 'Avenir-Bold', 'Avenir', sans-serif;
    font-size: 14px;
    font-size: 0.875rem;
    line-height: 1.85714;
}

.spotlight_item_link {
    font-weight: 400;
    font-family: 'Avenir-Bold', 'Avenir', sans-serif;
    color: #A70034;
    font-size: 14px;
    font-size: 0.875rem;
    line-height: 1.71429;
    text-decoration: underline;
    -webkit-transition: color .25s;
    -o-transition: color .25s;
    transition: color .25s;
    -webkit-transition: color 0.25s, opacity 0.55s 0s, -webkit-transform 0.55s 0s;
    transition: color 0.25s, opacity 0.55s 0s, -webkit-transform 0.55s 0s;
    -o-transition: color 0.25s, opacity 0.55s 0s, transform 0.55s 0s;
    transition: color 0.25s, opacity 0.55s 0s, transform 0.55s 0s;
    transition: color 0.25s, opacity 0.55s 0s, transform 0.55s 0s, -webkit-transform 0.55s 0s;
    display: inline-block;
}

@media screen and (min-width: 980px) {
    .spotlight_item_link {
        font-size: 16px;
        font-size: 1rem;
        line-height: 1.625;
    }
}

.spotlight_item_link:hover,
.spotlight_item_link:focus {
    color: #000;
}

.increased-contrast-on .spotlight_item_link:hover,
.increased-contrast-on .spotlight_item_link:focus {
    color: #A70034;
}

.increased-contrast-on .spotlight_item_link {
    color: #000;
}

@media screen and (min-width: 600px) {
    .spotlight_item_link {
        padding-right: 30px;
    }
}

@media screen and (min-width: 980px) {
    .spotlight_item_link {
        padding-right: 0;
    }
}

.fs-carousel-item_previous .spotlight_item_link,
.fs-carousel-item_next .spotlight_item_link {
    opacity: 0;
}

.fs-carousel-item_previous .spotlight_item_link {
    -webkit-transform: translate(-30px, 0);
    -ms-transform: translate(-30px, 0);
    transform: translate(-30px, 0);
}

.fs-carousel-item_next .spotlight_item_link {
    -webkit-transform: translate(30px, 0);
    -ms-transform: translate(30px, 0);
    transform: translate(30px, 0);
}

@media screen and (min-width: 980px) {
    .spotlight_item_link {
        color: #fff;
    }
}

@media screen and (min-width: 980px) {
    .increased-contrast-on .spotlight_item_link {
        color: #fff;
    }
}

@media screen and (min-width: 980px) {
    .spotlight_item_link:hover,
    .spotlight_item_link:focus {
        color: #F8DA80;
    }
}

@media screen and (min-width: 980px) {
    .increased-contrast-on .spotlight_item_link:hover,
    .increased-contrast-on .spotlight_item_link:focus {
        color: #F8DA80;
    }
}

.spotlight_form_label {
    font-weight: 400;
    font-family: 'Avenir-Bold', 'Avenir', sans-serif;
    font-size: 12px;
    font-size: 0.75rem;
    letter-spacing: 1px;
    letter-spacing: 0.0625rem;
    line-height: 1.5;
    text-transform: uppercase;
    font-weight: 400;
    font-family: 'Avenir-Bold', 'Avenir', sans-serif;
}

@media screen and (min-width: 740px) {
    .spotlight_form_label {
        font-size: 13px;
        font-size: 0.8125rem;
        line-height: 1.23077;
    }
}

@media screen and (min-width: 980px) {
    .spotlight_form_label {
        color: #fff;
    }
}

.spotlight_form_input_wrap {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 13px;
}

.spotlight_form_input {
    font-weight: 400;
    font-family: 'Avenir-Light', 'Avenir', sans-serif;
    width: 100%;
    height: 60px;
    border: none;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
    color: #6E7072;
    font-size: 16px;
    font-size: 1rem;
    padding: 10px 25px;
}

.spotlight_form_input::-webkit-input-placeholder {
    color: #6E7072;
    opacity: 1;
}

.spotlight_form_input::-moz-placeholder {
    color: #6E7072;
    opacity: 1;
}

.spotlight_form_input:-ms-input-placeholder {
    color: #6E7072;
    opacity: 1;
}

.spotlight_form_input::-ms-input-placeholder {
    color: #6E7072;
    opacity: 1;
}

.spotlight_form_input::-webkit-input-placeholder {
    color: #6E7072;
    opacity: 1;
}

.spotlight_form_input::-moz-placeholder {
    color: #6E7072;
    opacity: 1;
}

.spotlight_form_input:-ms-input-placeholder {
    color: #6E7072;
    opacity: 1;
}

.spotlight_form_input::placeholder {
    color: #6E7072;
    opacity: 1;
}

@media screen and (min-width: 980px) {
    .spotlight_form_input {
        border: none;
    }
}

.spotlight_form_input_submit_icon {
    --bg_color: #A70034;
    width: 60px;
    height: 60px;
    background-color: var(--bg_color);
    background-image: url('/media/shu-media/site-assets/images/search_white.svg');
    background-position: center;
    background-repeat: no-repeat;
    background-size: 15px 15px;
    border: none;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
    cursor: pointer;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    overflow: hidden;
    text-indent: -999999px;
    -webkit-transition: 0.25s ease;
    -o-transition: 0.25s ease;
    transition: 0.25s ease;
}

html.increased-contrast-on .spotlight_form_input_submit_icon {
    --bg_color: #6E7072;
}

.spotlight_form_input_submit_icon:focus,
.spotlight_form_input_submit_icon:hover {
    background-color: #6E7072;
}

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

.spotlight_bg_callout_background:after {
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    width: 77%;
    max-width: 725px;
    background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.8), transparent);
    background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.8)), to(transparent));
    background-image: linear-gradient(90deg, rgba(0, 0, 0, 0.8), transparent);
    content: "";
}

.stats {
    margin-top: 60px;
    margin-bottom: 60px;
}

@media screen and (min-width: 740px) {
    .stats {
        margin-top: 80px;
    }
}

@media screen and (min-width: 980px) {
    .stats {
        margin-top: 100px;
    }
}

@media screen and (min-width: 1220px) {
    .stats {
        margin-top: 140px;
    }
}

@media screen and (min-width: 740px) {
    .stats {
        margin-bottom: 80px;
    }
}

@media screen and (min-width: 980px) {
    .stats {
        margin-bottom: 100px;
    }
}

@media screen and (min-width: 1220px) {
    .stats {
        margin-bottom: 140px;
    }
}

@media screen and (min-width: 740px) {
    .stats_inner {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }
}

.stats_featured {
    position: relative;
    margin-bottom: 24px;
}

@media screen and (min-width: 740px) {
    .stats_featured {
        width: 60%;
        margin-bottom: 0;
    }
}

@media screen and (min-width: 1220px) {
    .stats_featured {
        width: calc(100% - 375px);
        padding-right: 145px;
    }
}

@media screen and (min-width: 740px) {
    .sticky .stats_featured_inner {
        position: -webkit-sticky;
        position: sticky;
        top: 30px;
    }
}

@media screen and (min-width: 980px) {
    .decreased-motion-on .sticky .stats_featured_inner {
        position: relative;
        top: auto;
    }
}

@media screen and (min-width: 740px) {
    .pinned .stats_featured_inner {
        position: fixed;
        top: 30px;
    }
}

@media screen and (min-width: 740px) {
    .away .stats_featured_inner {
        position: absolute;
        top: auto;
        bottom: 0;
    }
}

@media screen and (min-width: 740px) {
    .stats.fs-swap-active .stats_featured_inner {
        width: auto !important;
        position: static;
    }
}

.stats_title {
    font-size: 30px;
    font-size: 1.875rem;
    line-height: 1.4;
    margin: 0 0 30px;
}

.stats_title_start {
    font-weight: 400;
    font-family: 'Avenir', 'Avenir', sans-serif;
    display: block;
}

.stats_title_end {
    font-weight: 400;
    font-family: 'Avenir-Black', 'Avenir', sans-serif;
    display: block;
}

@media screen and (min-width: 980px) {
    .stats_title {
        font-size: 40px;
        font-size: 2.5rem;
        line-height: 1.35;
    }
}

.stats_title_start {
    color: #6E7072;
}

.increased-contrast-on .stats_title_start {
    color: #000;
}

.stats_spot {
    color: #fff;
    margin-bottom: 2px;
    padding: 30px;
}

@media print {
    .stats_spot {
        margin-bottom: 30px;
        padding: 0;
    }
}

@media screen and (min-width: 980px) {
    .stats_spot {
        padding: 40px 60px;
    }
}

.stats_spot:first-child {
    border-radius: 2px 2px 0 0;
}

.stats_spot:nth-child(n+2) {
    display: none;
}

.stats.fs-swap-active .stats_spot:nth-child(n+2) {
    display: block;
}

.stats_spot:last-child {
    border-radius: 0 0 2px 2px;
    margin-bottom: 0;
}

.stats_spot.theme_fade {
    background: #f4f4f4;
    color: #000;
}

.stats_spot.theme_gray {
    background: #6E7072;
}

.stats_spot.theme_red {
    background: #A70034;
}

.stats_spot.theme_blue {
    background: #81B2E5;
}

.stats_spot.theme_navy {
    background: #003366;
}

.stats_spot.theme_forest {
    background: #66692C;
}

.stats_spot.theme_orange {
    background: #D17514;
    color: #000;
}

.increased-contrast-on .stats_spot {
    background: #000;
    color: #fff;
}

@media screen and (min-width: 500px) {
    .stats_spot_body {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }
}

.stats_spot_figure {
    margin-bottom: 20px;
    text-align: center;
}

@media print {
    .stats_spot_figure {
        display: none;
    }
}

@media screen and (min-width: 500px) {
    .stats_spot_figure {
        margin-bottom: 0;
    }
}

@media screen and (min-width: 1220px) {
    .stats_spot_figure {
        min-width: 240px;
    }
}

.stats_spot_image {
    max-width: 100px;
    display: block;
    margin: 0 auto;
}

@media screen and (min-width: 1220px) {
    .stats_spot_image {
        max-width: 185px;
    }
}

.stats_spot.fs-swap-active .stats_spot_image_gif {
    display: none;
}

.stats_spot_image_static {
    display: none;
}

.stats_spot.fs-swap-active .stats_spot_image_static {
    display: block;
}

.stats_spot_motion {
    border-radius: 32px;
    -webkit-box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.5);
            box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.5);
    color: inherit;
    display: inline-block;
    margin-top: 10px;
    padding: 10px 12px 8px 10px;
    vertical-align: top;
    white-space: nowrap;
    -webkit-transition: background .25s, color .25s, -webkit-box-shadow .25s;
    -webkit-transition: background .25s, box-shadow .25s, color .25s;
    transition: background .25s, color .25s, -webkit-box-shadow .25s;
    -o-transition: background .25s, box-shadow .25s, color .25s;
    transition: background .25s, box-shadow .25s, color .25s;
    transition: background .25s, box-shadow .25s, color .25s, -webkit-box-shadow .25s;
}

.increased-contrast-on .stats_spot_motion {
    background: #fff;
    color: #000;
}

.stats_spot_motion:hover,
.stats_spot_motion:focus {
    background: #000;
    -webkit-box-shadow: inset 0 0 0 1px transparent;
            box-shadow: inset 0 0 0 1px transparent;
    color: #fff;
}

.increased-contrast-on .stats_spot_motion:hover,
.increased-contrast-on .stats_spot_motion:focus {
    -webkit-box-shadow: inset 0 0 0 1px #fff;
            box-shadow: inset 0 0 0 1px #fff;
}

.stats_spot_motion_inner {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.stats_spot_motion_icons {
    position: relative;
    top: -1px;
    margin-right: 8px;
}

.stats_spot.fs-swap-active .stats_spot_motion_icon:first-child {
    display: none;
}

.stats_spot_motion_icon:last-child {
    display: none;
}

.stats_spot.fs-swap-active .stats_spot_motion_icon:last-child {
    display: block;
}

.stats_spot_motion_labels {
    font-weight: 400;
    font-family: 'Avenir-Light', 'Avenir', sans-serif;
    font-size: 12px;
    font-size: 0.75rem;
    line-height: 1.16667;
}

.stats_spot.fs-swap-active .stats_spot_motion_label:first-child {
    display: none;
}

.stats_spot_motion_label:last-child {
    display: none;
}

.stats_spot.fs-swap-active .stats_spot_motion_label:last-child {
    display: block;
}

@media screen and (min-width: 500px) {
    .stats_spot_content {
        -webkit-box-flex: 1;
        -ms-flex: auto;
        flex: auto;
        padding-left: 30px;
    }
}

@media screen and (min-width: 980px) {
    .stats_spot_content {
        padding-left: 60px;
    }
}

@media screen and (min-width: 1220px) {
    .stats_spot_content {
        padding-left: 20px;
    }
}

.stats_spot_label {
    font-weight: 400;
    font-family: 'Avenir', 'Avenir', sans-serif;
    font-size: 24px;
    font-size: 1.5rem;
    line-height: 1.5;
    font-weight: 400;
    font-family: 'Avenir-Black', 'Avenir', sans-serif;
    margin-bottom: 5px;
}

@media screen and (min-width: 980px) {
    .stats_spot_label {
        font-size: 32px;
        font-size: 2rem;
        line-height: 1.5;
    }
}

.stats_spot_description {
    font-weight: 400;
    font-family: 'Avenir-Light', 'Avenir', sans-serif;
    font-size: 16px;
    font-size: 1rem;
    line-height: 1.6875;
}

@media screen and (min-width: 980px) {
    .stats_spot_description {
        font-size: 18px;
        font-size: 1.125rem;
        line-height: 1.66667;
    }
}

.stats_spot_description p {
    margin: 0;
}

.stats_spot_info {
    font-weight: 400;
    font-family: 'Avenir-Light', 'Avenir', sans-serif;
    font-size: 15px;
    font-size: 0.9375rem;
    line-height: 1.46667;
    margin-top: 14px;
}

@media screen and (min-width: 980px) {
    .stats_spot_info {
        font-size: 12px;
        font-size: 0.75rem;
        line-height: 1.5;
    }
}

.stats_spot_info p {
    margin: 0;
}

.stats_spot_info a {
    font-weight: 400;
    font-family: 'Avenir-Bold', 'Avenir', sans-serif;
    color: inherit;
    text-decoration: underline;
    -webkit-transition: opacity .25s;
    -o-transition: opacity .25s;
    transition: opacity .25s;
}

.stats_spot_info a:hover,
.stats_spot_info a:focus {
    opacity: .8;
}

.stats_spot_trigger {
    font-weight: 400;
    font-family: 'Avenir-Bold', 'Avenir', sans-serif;
    color: #A70034;
    display: inline-block;
    font-size: 16px;
    font-size: 1rem;
    margin-top: 30px;
    padding: 10px 0;
    text-decoration: underline;
    -webkit-transition: color .25s;
    -o-transition: color .25s;
    transition: color .25s;
    vertical-align: top;
    transition: color .25s;
}

.increased-contrast-on .stats_spot_trigger {
    color: #000;
}

.stats_spot_trigger:hover,
.stats_spot_trigger:focus {
    color: #000;
}

.increased-contrast-on .stats_spot_trigger:hover,
.increased-contrast-on .stats_spot_trigger:focus {
    color: #A70034;
}

.stats.fs-swap-active .stats_spot_trigger_label:first-child {
    display: none;
}

.stats_spot_trigger_label:last-child {
    display: none;
}

.stats.fs-swap-active .stats_spot_trigger_label:last-child {
    display: block;
}

.stats_body {
    position: relative;
    padding-top: 54px;
}

@media screen and (min-width: 740px) {
    .stats_body {
        width: 40%;
        padding-top: 0;
        margin-top: 60px;
        padding-left: 65px;
    }
}

@media screen and (min-width: 980px) {
    .stats_body {
        margin-top: 81px;
    }
}

@media screen and (min-width: 1220px) {
    .stats_body {
        width: 375px;
        padding-right: 65px;
        padding-left: 0;
    }
}

.stats_label {
    font-weight: 400;
    font-family: 'Avenir-Bold', 'Avenir', sans-serif;
    font-size: 12px;
    font-size: 0.75rem;
    letter-spacing: 1px;
    letter-spacing: 0.0625rem;
    line-height: 1.5;
    text-transform: uppercase;
    position: absolute;
    top: 0;
    left: 0;
    color: #6E7072;
}

@media screen and (min-width: 740px) {
    .stats_label {
        font-size: 13px;
        font-size: 0.8125rem;
        line-height: 1.23077;
    }
}

@media screen and (min-width: 740px) {
    .stats_label {
        position: static;
        display: block;
        margin-bottom: 38px;
    }
}

@media screen and (min-width: 980px) {
    .stats_label {
        margin-bottom: 41px;
    }
}

.increased-contrast-on .stats_label {
    color: #000;
}

.stats_items {
    position: relative;
}

.stats_items .fs-carousel-container {
    overflow: hidden;
}

@media print {
    .stats_item {
        margin-bottom: 20px;
    }
}

@media screen and (max-width: 739px) {
    .stats_item {
        background: #f4f4f4;
        border-radius: 2px;
        margin-right: 2px;
        padding: 40px 50px 36px 30px;
    }
}

@media screen and (min-width: 740px) {
    .stats_item:before {
        height: 1px;
        width: 46px;
        background: #A70034;
        content: "";
        display: block;
        margin: 20px 0 30px;
    }
}

@media screen and (min-width: 980px) {
    .stats_item:before {
        margin: 40px 0 50px;
    }
}

@media screen and (min-width: 740px) {
    .increased-contrast-on .stats_item:before {
        background: #000;
    }
}

@media screen and (max-width: 739px) {
    .increased-contrast-on .stats_item {
        background: none;
        border: 1px solid #000;
    }
}

@media screen and (min-width: 740px) {
    .stats_item:first-child:before {
        margin-top: 0;
    }
}

.stats_item_figure {
    margin-bottom: 14px;
}

@media print {
    .stats_item_figure {
        display: none;
    }
}

.stats_item_image {
    max-width: 90px;
}

.stats_item_label {
    font-weight: 400;
    font-family: 'Avenir', 'Avenir', sans-serif;
    font-size: 24px;
    font-size: 1.5rem;
    line-height: 1.5;
    font-weight: 400;
    font-family: 'Avenir-Black', 'Avenir', sans-serif;
    margin-bottom: 2px;
}

@media screen and (min-width: 980px) {
    .stats_item_label {
        font-size: 32px;
        font-size: 2rem;
        line-height: 1.5;
    }
}

@media screen and (min-width: 980px) {
    .stats_item_label {
        margin-bottom: 5px;
    }
}

.stats_item_description {
    font-weight: 400;
    font-family: 'Avenir-Light', 'Avenir', sans-serif;
    font-size: 16px;
    font-size: 1rem;
    line-height: 1.6875;
}

@media screen and (min-width: 980px) {
    .stats_item_description {
        font-size: 18px;
        font-size: 1.125rem;
        line-height: 1.66667;
    }
}

.stats_item_extra {
    font-weight: 400;
    font-family: 'Avenir-Light', 'Avenir', sans-serif;
    color: #6E7072;
    font-size: 15px;
    font-size: 0.9375rem;
    font-style: italic;
    line-height: 1.8;
    margin-top: 5px;
}

.increased-contrast-on .stats_item_extra {
    color: #000;
}


/* ==========================================================================
	Top Banner
============================================================================= */

.top_banner {
    position: relative;
    background-color: #181919;
    color: #fff;
    padding: 12px 0 14px;
}

.top_banner_inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column wrap;
    flex-flow: column wrap;
    margin: 0 -20px -20px;
}

@media screen and (min-width: 980px) {
    .top_banner_inner {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }
}

.top_banner_inner>* {
    margin-bottom: 20px;
    padding: 0 20px;
}

.top_banner_copy {
    font-weight: 400;
    font-family: 'Avenir-Light', 'Avenir', sans-serif;
    font-size: 16px;
    font-size: 1rem;
    line-height: 1.5;
}

@media screen and (min-width: 980px) {
    .top_banner_copy {
        width: 50%;
    }
}

@media screen and (min-width: 980px) {
    .top_banner_links_wrap {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end;
        -webkit-box-flex: 1;
        -ms-flex: 1;
        flex: 1;
    }
}

.top_banner_links {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    margin: 0 -12px -12px;
}

.top_banner_link_wrap {
    margin-bottom: 12px;
    padding: 0 12px;
}

.top_banner_link {
    font-weight: 400;
    font-family: 'Avenir-Bold', 'Avenir', sans-serif;
    border-bottom: 1px solid currentColor;
    color: currentColor;
    font-size: 16px;
    font-size: 1rem;
    line-height: 1.5;
    -webkit-transition: 0.25s ease;
    -o-transition: 0.25s ease;
    transition: 0.25s ease;
}

.top_banner_link:focus,
.top_banner_link:hover {
    color: #F8DA80;
}

.top_banner_link.top_banner_link:focus {
    outline: 1px solid #F8DA80;
    outline-offset: 4px;
}

.topic_callout {
    margin-top: 60px;
    margin-bottom: 60px;
}

@media screen and (min-width: 740px) {
    .topic_callout {
        margin-top: 80px;
    }
}

@media screen and (min-width: 980px) {
    .topic_callout {
        margin-top: 100px;
    }
}

@media screen and (min-width: 1220px) {
    .topic_callout {
        margin-top: 140px;
    }
}

@media screen and (min-width: 740px) {
    .topic_callout {
        margin-bottom: 80px;
    }
}

@media screen and (min-width: 980px) {
    .topic_callout {
        margin-bottom: 100px;
    }
}

@media screen and (min-width: 1220px) {
    .topic_callout {
        margin-bottom: 140px;
    }
}

.topic_callout_inner {
    position: relative;
    background: #f4f4f4;
}

.increased-contrast-on .topic_callout_inner {
    background: none;
    border: 1px solid #000;
}

.upcoming_events {
    padding-top: 60px;
    padding-bottom: 60px;
    background: #000;
    overflow: hidden;
}

@media screen and (min-width: 740px) {
    .upcoming_events {
        padding-top: 80px;
    }
}

@media screen and (min-width: 740px) {
    .upcoming_events {
        padding-bottom: 80px;
    }
}

.upcoming_events_inner {
    position: relative;
}

@media print {
    .upcoming_events_header {
        margin-bottom: 20px;
    }
}

@media screen and (min-width: 740px) {
    .upcoming_events_header {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }
}

@media screen and (min-width: 1220px) {
    .upcoming_events_header {
        margin-bottom: 40px;
    }
}

.upcoming_events_title {
    font-weight: 400;
    font-family: 'Avenir', 'Avenir', sans-serif;
    font-size: 24px;
    font-size: 1.5rem;
    line-height: 1.5;
    font-weight: 400;
    font-family: 'Avenir-Black', 'Avenir', sans-serif;
    color: #fff;
    margin: 0;
}

@media screen and (min-width: 740px) {
    .upcoming_events_title {
        font-size: 32px;
        font-size: 2rem;
        line-height: 1.5;
    }
}

@media screen and (max-width: 739px) {
    .upcoming_events_title {
        position: absolute;
        bottom: 100%;
        left: 0;
        z-index: 4;
        background: #000;
        font-size: 12px;
        font-size: 0.75rem;
        letter-spacing: 1px;
        letter-spacing: 0.0625rem;
        margin-bottom: 11px;
        padding-right: 10px;
        text-transform: uppercase;
    }
}

.upcoming_events_discovery {
    font-weight: 400;
    font-family: 'Avenir-Bold', 'Avenir', sans-serif;
    background: #A70034;
    border-radius: 2px;
    color: #fff;
    font-size: 14px;
    font-size: 0.875rem;
    line-height: 1.71429;
    padding: 13px 25px;
    text-align: center;
    text-decoration: underline;
    -webkit-transition: background 0.25s, border 0.25s, color 0.25s;
    -o-transition: background 0.25s, border 0.25s, color 0.25s;
    transition: background 0.25s, border 0.25s, color 0.25s;
    display: inline-block;
}

@media screen and (min-width: 740px) {
    .upcoming_events_discovery {
        font-size: 16px;
        font-size: 1rem;
        line-height: 1.625;
        padding: 19px 30px;
    }
}

.upcoming_events_discovery:focus,
.upcoming_events_discovery:hover {
    background: #fff;
    color: #A70034;
}

.increased-contrast-on .upcoming_events_discovery:hover,
.increased-contrast-on .upcoming_events_discovery:focus {
    background: #A70034;
    border-color: #A70034;
}

.increased-contrast-on .upcoming_events_discovery {
    background: none;
    border: 1px solid #fff;
    color: #fff;
}

@media print {
    .upcoming_events_discovery {
        display: none;
    }
}

@media screen and (max-width: 739px) {
    .upcoming_events_discovery {
        position: absolute;
        bottom: 0;
        left: 0;
        z-index: 4;
    }
}

.upcoming_events_items {
    margin-top: 40px;
    padding-bottom: 80px;
}

@media print {
    .upcoming_events_items {
        margin-top: 0;
        padding-bottom: 0;
    }
}

@media screen and (min-width: 740px) {
    .upcoming_events_items {
        padding-bottom: 20px;
    }
}

@media screen and (max-width: 739px) {
    .upcoming_events_items .fs-carousel-viewport {
        max-width: 485px;
    }
}

@media screen and (max-width: 739px) {
    .upcoming_events_items .fs-carousel-pagination:after {
        display: none;
    }
}

.upcoming_events_item {
    margin-right: 20px;
}

@media print {
    .upcoming_events_item {
        margin-right: 0;
        margin-bottom: 30px;
    }
}

@media screen and (min-width: 1220px) {
    .upcoming_events_item {
        margin-right: 40px;
    }
}

.accordion {
    margin-bottom: 60px;
}

@media screen and (min-width: 740px) {
    .accordion {
        margin-bottom: 80px;
    }
}

@media screen and (min-width: 980px) {
    .accordion {
        margin-bottom: 100px;
    }
}

.accordion_items {
    position: relative;
    border-top: 1px solid #A70034;
}

@media print {
    .accordion_items {
        border-color: #6E7072;
    }
}

.increased-contrast-on .accordion_items {
    border-color: #000;
    border-width: 2px;
}

.accordion_items_trigger {
    position: absolute;
    top: 0;
    left: 50%;
    z-index: 2;
    background: #f2f2f2;
    border-radius: 35px;
    font: inherit;
    padding: 12px 20px 10px;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-transition: background 0.25s;
    -o-transition: background 0.25s;
    transition: background 0.25s;
}

.increased-contrast-on .accordion_items_trigger {
    background: #fff;
    border: 2px solid #000;
}

.accordion_items_trigger:hover,
.accordion_items_trigger:focus {
    background: #A70034;
}

.increased-contrast-on .accordion_items_trigger:hover,
.increased-contrast-on .accordion_items_trigger:focus {
    background: #000;
}

.accordion_items_trigger_inner {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.accordion_items_trigger_label {
    font-weight: 400;
    font-family: 'Avenir-Light', 'Avenir', sans-serif;
    color: #181919;
    font-size: 12px;
    font-size: 0.75rem;
    -webkit-transition: color 0.25s;
    -o-transition: color 0.25s;
    transition: color 0.25s;
}

.increased-contrast-on .accordion_items_trigger_label {
    color: #000;
}

.accordion_items_trigger:hover .accordion_items_trigger_label,
.accordion_items_trigger:focus .accordion_items_trigger_label {
    color: #fff;
}

.accordion_items_trigger_icon {
    position: relative;
    top: -2px;
    stroke: #A70034;
    margin-left: 10px;
    -webkit-transition: -webkit-transform 0.25s;
    transition: -webkit-transform 0.25s;
    -o-transition: transform 0.25s;
    transition: transform 0.25s;
    transition: transform 0.25s, -webkit-transform 0.25s;
}

.increased-contrast-on .accordion_items_trigger_icon {
    stroke: #000;
}

.accordion_items_trigger:hover .accordion_items_trigger_icon,
.accordion_items_trigger:focus .accordion_items_trigger_icon {
    stroke: #fff;
}

.expanded .accordion_items_trigger_icon {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.accordion_item {
    border-bottom: 1px solid #D6D6D6;
}

.increased-contrast-on .accordion_item {
    border-color: #000;
}

.accordion_trigger_wrap {
    margin: 0;
}

.accordion_trigger {
    width: 100%;
    position: relative;
    color: inherit;
    padding: 15px 55px 13px 0;
    text-align: left;
    -webkit-transition: color 0.25s;
    -o-transition: color 0.25s;
    transition: color 0.25s;
}

@media screen and (min-width: 740px) {
    .accordion_trigger {
        padding: 21px 55px 19px 0;
    }
}

@media screen and (min-width: 980px) {
    .accordion_trigger {
        padding: 26px 55px 23px 0;
    }
}

.accordion_trigger_label {
    font-weight: 400;
    font-family: 'Avenir-Light', 'Avenir', sans-serif;
    display: block;
    font-size: 16px;
    font-size: 1rem;
    letter-spacing: 0.04em;
    line-height: 1.625;
}

@media screen and (min-width: 740px) {
    .accordion_trigger_label {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        font-size: 20px;
        font-size: 1.25rem;
        line-height: 1.5;
    }
}

@media screen and (min-width: 980px) {
    .accordion_trigger_label {
        font-size: 24px;
        font-size: 1.5rem;
        line-height: 1.33333;
    }
}

.accordion_trigger_label_prefix {
    color: #6E7072;
    display: block;
}

@media screen and (min-width: 740px) {
    .accordion_trigger_label_prefix {
        margin-right: 12px;
    }
}

.increased-contrast-on .accordion_trigger_label_prefix {
    color: #000;
}

.accordion_trigger_label_suffix {
    font-weight: 400;
    font-family: 'Avenir-Bold', 'Avenir', sans-serif;
    max-width: 655px;
}

.accordion_trigger_icon {
    height: 35px;
    width: 35px;
    position: absolute;
    top: 50%;
    right: 0;
    background: #A70034;
    border-radius: 50%;
    display: inline-block;
    -webkit-transition: background 0.25s, -webkit-transform 0.25s;
    transition: background 0.25s, -webkit-transform 0.25s;
    -o-transition: background 0.25s, transform 0.25s;
    transition: background 0.25s, transform 0.25s;
    transition: background 0.25s, transform 0.25s, -webkit-transform 0.25s;
    -webkit-transform: translate(0, -50%) rotate(0);
    -ms-transform: translate(0, -50%) rotate(0);
    transform: translate(0, -50%) rotate(0);
}

@media print {
    .accordion_trigger_icon {
        display: none;
    }
}

.accordion_trigger_icon:before,
.accordion_trigger_icon:after {
    height: 2px;
    width: 14px;
    position: absolute;
    top: 50%;
    left: 50%;
    background: #fff;
    border-radius: 4px;
    content: '';
    -webkit-transition: background 0.25s, -webkit-transform 0.25s;
    transition: background 0.25s, -webkit-transform 0.25s;
    -o-transition: background 0.25s, transform 0.25s;
    transition: background 0.25s, transform 0.25s;
    transition: background 0.25s, transform 0.25s, -webkit-transform 0.25s;
}

.increased-contrast-on .accordion_trigger_icon:before,
.increased-contrast-on .accordion_trigger_icon:after {
    background: #000;
}

.accordion_trigger_icon:before {
    -webkit-transform: translate(-50%, -50%) rotate(90deg);
    -ms-transform: translate(-50%, -50%) rotate(90deg);
    transform: translate(-50%, -50%) rotate(90deg);
}

.accordion_trigger_icon:after {
    -webkit-transform: translate(-50%, -50%) rotate(0);
    -ms-transform: translate(-50%, -50%) rotate(0);
    transform: translate(-50%, -50%) rotate(0);
}

.increased-contrast-on .accordion_trigger_icon {
    background: none;
    border: 1px solid #000;
}

.accordion_trigger_icon:hover,
.accordion_trigger_icon:focus {
    background: #A70034;
}

.increased-contrast-on .accordion_trigger_icon:hover,
.increased-contrast-on .accordion_trigger_icon:focus {
    background: #000;
}

.accordion_trigger_icon:hover:before,
.accordion_trigger_icon:hover:after,
.accordion_trigger_icon:focus:before,
.accordion_trigger_icon:focus:after {
    background: #fff;
}

.fs-swap-active .accordion_trigger_icon {
    -webkit-transform: translate(0, -50%) rotate(90deg);
    -ms-transform: translate(0, -50%) rotate(90deg);
    transform: translate(0, -50%) rotate(90deg);
}

.fs-swap-active .accordion_trigger_icon:before {
    -webkit-transform: translate(-50%, -50%) rotate(90deg);
    -ms-transform: translate(-50%, -50%) rotate(90deg);
    transform: translate(-50%, -50%) rotate(90deg);
}

.fs-swap-active .accordion_trigger_icon:after {
    -webkit-transform: translate(-50%, -50%) rotate(90deg);
    -ms-transform: translate(-50%, -50%) rotate(90deg);
    transform: translate(-50%, -50%) rotate(90deg);
}

.accordion_content {
    padding-bottom: 32px;
}

@media print {
    .accordion_content {
        display: block;
    }
}

@media screen and (min-width: 980px) {
    .accordion_content {
        margin-top: -10px;
    }
}

.accordion_content a {
    color: #A70034;
    text-decoration: underline;
    -webkit-transition: color 0.25s;
    -o-transition: color 0.25s;
    transition: color 0.25s;
}

.accordion_content a:hover,
.accordion_content a:focus {
    color: #000;
}

.accordion_content>p {
    margin-bottom: 10px;
}

@media screen and (min-width: 740px) {
    .accordion_content>p {
        margin-bottom: 15px;
    }
}

.accordion_content>p:first-child {
    margin-top: 0;
}

.accordion_content img {
    display: block;
    margin: 20px 0;
}

.accordion_content_label {
    font-weight: 400;
    font-family: 'Avenir-Bold', 'Avenir', sans-serif;
    font-size: 12px;
    font-size: 0.75rem;
    letter-spacing: 1px;
    letter-spacing: 0.0625rem;
    line-height: 1.5;
    text-transform: uppercase;
    color: #A70034;
}

@media screen and (min-width: 740px) {
    .accordion_content_label {
        font-size: 13px;
        font-size: 0.8125rem;
        line-height: 1.23077;
    }
}

.increased-contrast-on .accordion_content_label {
    color: #000;
}


/* ==========================================================================
	Majors
============================================================================= */

@media screen and (min-width: 740px) {
    .accordion.is_majors {
        margin-bottom: 90px;
    }
}

.accordion.is_majors .accordion_trigger {
    padding: 29px 0 29px;
}

.accordion.is_majors .accordion_trigger.fs-swap-active .accordion_trigger_icon {
    background-color: #000;
}

.accordion.is_majors .accordion_trigger.fs-swap-active .accordion_trigger_icon:before,
.accordion.is_majors .accordion_trigger.fs-swap-active .accordion_trigger_icon:after {
    background-color: #fff;
}

.accordion.is_majors .accordion_trigger_inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column nowrap;
    flex-flow: column nowrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

@media screen and (min-width: 740px) {
    .accordion.is_majors .accordion_trigger_inner {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
    }
}

.accordion.is_majors .accordion_trigger_label {
    font-weight: 400;
    font-family: 'Avenir-Bold', 'Avenir', sans-serif;
}

@media screen and (min-width: 740px) {
    .accordion.is_majors .accordion_trigger_label {
        font-size: 26px;
        font-size: 1.625rem;
    }
}

.accordion.is_majors .accordion_pills {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    margin: 10px 50px -5px 0;
    -webkit-transform: translate(-6px, 0);
    -ms-transform: translate(-6px, 0);
    transform: translate(-6px, 0);
}

@media screen and (min-width: 740px) {
    .accordion.is_majors .accordion_pills {
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end;
        margin-left: 15px;
        margin-top: 0;
        margin-right: 60px;
    }
}

.accordion.is_majors .accordion_pill {
    font-weight: 400;
    font-family: 'Avenir-Bold', 'Avenir', sans-serif;
    font-size: 12px;
    font-size: 0.75rem;
    letter-spacing: 1px;
    letter-spacing: 0.0625rem;
    line-height: 1.5;
    text-transform: uppercase;
    background-color: #F2F2F2;
    border-radius: 20px;
    color: #595A5C;
    margin-bottom: 5px;
    padding: 7px 13px 6px;
    white-space: nowrap;
}

@media screen and (min-width: 740px) {
    .accordion.is_majors .accordion_pill {
        font-size: 13px;
        font-size: 0.8125rem;
        line-height: 1.23077;
    }
}

.accordion.is_majors .accordion_pill:not(:last-child) {
    margin-right: 5px;
}

.accordion.is_majors .accordion_item_location {
    margin-top: 36px;
}

.accordion.is_majors .accordion_item_location_label {
    font-weight: 400;
    font-family: 'Avenir-Bold', 'Avenir', sans-serif;
    font-size: 12px;
    font-size: 0.75rem;
    letter-spacing: 1px;
    letter-spacing: 0.0625rem;
    line-height: 1.5;
    text-transform: uppercase;
    color: #6E7072;
}

@media screen and (min-width: 740px) {
    .accordion.is_majors .accordion_item_location_label {
        font-size: 13px;
        font-size: 0.8125rem;
        line-height: 1.23077;
    }
}

.accordion.is_majors .accordion_item_location_value {
    font-weight: 400;
    font-family: 'Avenir-Light', 'Avenir', sans-serif;
    color: #181919;
    font-size: 16px;
    font-size: 1rem;
    line-height: 1.625;
    margin-top: 12px;
}

.accordion.is_majors .accordion_item_programs {
    margin-top: 21px;
    overflow: hidden;
}

@media screen and (min-width: 740px) {
    .accordion.is_majors .accordion_item_programs {
        width: 77%;
    }
}

.accordion.is_majors .accordion_item_programs .table_wrapper {
    margin: 0;
}

.wysiwyg_button {
    font-weight: 400;
    font-family: 'Avenir-Bold', 'Avenir', sans-serif;
    background: #A70034;
    border-radius: 2px;
    color: #fff;
    font-size: 14px;
    font-size: 0.875rem;
    line-height: 1.71429;
    padding: 13px 25px;
    text-align: center;
    text-decoration: underline;
    -webkit-transition: background 0.25s, border 0.25s, color 0.25s;
    -o-transition: background 0.25s, border 0.25s, color 0.25s;
    transition: background 0.25s, border 0.25s, color 0.25s;
    display: inline-block;
    margin-top: 10px;
}

@media screen and (min-width: 740px) {
    .wysiwyg_button {
        font-size: 16px;
        font-size: 1rem;
        line-height: 1.625;
        padding: 19px 30px;
    }
}

.wysiwyg_button:focus,
.wysiwyg_button:hover {
    background: #000;
    color: #fff;
}

@media print {
    .wysiwyg_button {
        display: none;
    }
}

.increased-contrast-on .wysiwyg_button {
    background: #000;
}

.increased-contrast-on .wysiwyg_button:hover,
.increased-contrast-on .wysiwyg_button:focus {
    background: #A70034;
}


/* ==========================================================================
	Component
============================================================================= */

@media screen and (min-width: 980px) {
    .contact_header {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }
}

.unit .contact_header,
.person .contact_header {
    margin-bottom: 10px;
}

@media screen and (min-width: 980px) {
    .unit .contact_header,
    .person .contact_header {
        margin-bottom: 18px;
    }
}

.contact .contact_header {
    border-bottom: 1px solid #D6D6D6;
    margin-bottom: 20px;
    padding-bottom: 12px;
}

@media screen and (min-width: 980px) {
    .contact .contact_header {
        margin-bottom: 30px;
        padding-bottom: 22px;
    }
}

.increased-contrast-on .contact .contact_header {
    border-color: #000;
}

.contact_name {
    margin: 0;
}

.unit .contact_name,
.person .contact_name {
    font-weight: 400;
    font-family: 'Avenir', 'Avenir', sans-serif;
    font-size: 24px;
    font-size: 1.5rem;
    line-height: 1.5;
    font-weight: 400;
    font-family: 'Avenir-Bold', 'Avenir', sans-serif;
}

@media screen and (min-width: 740px) {
    .unit .contact_name,
    .person .contact_name {
        font-size: 32px;
        font-size: 2rem;
        line-height: 1.5;
    }
}

.contact .contact_name {
    font-weight: 400;
    font-family: 'Avenir-Bold', 'Avenir', sans-serif;
    font-size: 18px;
    font-size: 1.125rem;
    line-height: 1.55556;
}

@media screen and (min-width: 740px) {
    .contact .contact_name {
        font-size: 21px;
        font-size: 1.3125rem;
        line-height: 1.52381;
    }
}

.contact_name_link {
    color: inherit;
    -webkit-transition: color .25s;
    -o-transition: color .25s;
    transition: color .25s;
}

.contact_name_link:hover,
.contact_name_link:focus {
    color: #A70034;
}

@media screen and (max-width: 979px) {
    .contact_socials {
        margin-top: 2px;
        padding-bottom: 2px;
    }
}

.contact .contact_socials {
    -webkit-transform-origin: left center;
    -ms-transform-origin: left center;
    transform-origin: left center;
    -webkit-transform: scale(0.715);
    -ms-transform: scale(0.715);
    transform: scale(0.715);
}

@media screen and (min-width: 980px) {
    .contact .contact_socials {
        -webkit-transform-origin: right center;
        -ms-transform-origin: right center;
        transform-origin: right center;
    }
}

.contact_detail {
    position: relative;
    margin-bottom: 10px;
}

.unit .contact_detail,
.contact .contact_detail {
    display: inline-block;
    margin-right: 28px;
}

.person .contact_detail {
    display: block;
}

@media screen and (min-width: 1220px) {
    .person .contact_detail {
        display: inline-block;
        margin-right: 28px;
    }
}

.contact_detail:last-child {
    margin-bottom: 0;
}

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

.contact_detail_hint.focusable:active,
.contact_detail_hint.focusable:focus {
    width: auto;
    height: auto;
    position: static;
    clip: auto;
    margin: 0;
    overflow: visible;
}

.contact_detail_icon {
    position: absolute;
    left: 0;
    color: #6E7072;
}

.contact_detail_icon_location {
    top: 5px;
}

.contact_detail_icon_email {
    top: 8px;
}

.contact_detail_icon_phone {
    top: 6px;
}

.contact_detail_icon_fax {
    top: 7px;
}

.contact_detail_icon_website {
    top: 7px;
}

.increased-contrast-on .contact_detail_icon {
    color: #000;
}

.contact_detail_label {
    color: #000;
    padding-left: 25px;
}

@media print {
    .contact_detail_label {
        padding-left: 0;
    }
}

.increased-contrast-on .contact_detail_label {
    color: #000;
}

.unit .contact_detail_label {
    font-weight: 400;
    font-family: 'Avenir-Light', 'Avenir', sans-serif;
    font-size: 16px;
    font-size: 1rem;
    line-height: 1.6875;
}

@media screen and (min-width: 740px) {
    .unit .contact_detail_label {
        font-size: 18px;
        font-size: 1.125rem;
        line-height: 1.66667;
    }
}

.person .contact_detail_label,
.contact .contact_detail_label {
    font-weight: 400;
    font-family: 'Avenir', 'Avenir', sans-serif;
    font-size: 15px;
    font-size: 0.9375rem;
    line-height: 1.8;
}

.contact_detail_label_link {
    text-decoration: underline;
    -webkit-transition: color .25s;
    -o-transition: color .25s;
    transition: color .25s;
}

.contact_detail_label_link:hover,
.contact_detail_label_link:focus {
    color: #A70034;
}

.contact_detail_label_hidden_link {
    text-decoration: underline;
    -webkit-text-decoration-color: transparent;
    text-decoration-color: transparent;
    -webkit-transition: color .25s, -webkit-text-decoration-color .25s;
    transition: color .25s, -webkit-text-decoration-color .25s;
    -o-transition: color .25s, text-decoration-color .25s;
    transition: color .25s, text-decoration-color .25s;
    transition: color .25s, text-decoration-color .25s, -webkit-text-decoration-color .25s;
}

.contact_detail_label_hidden_link:hover,
.contact_detail_label_hidden_link:focus {
    color: #A70034;
    -webkit-text-decoration-color: currentColor;
    text-decoration-color: currentColor;
}

.contact {
    margin-top: 60px;
    margin-bottom: 60px;
}

@media screen and (min-width: 740px) {
    .contact {
        margin-top: 80px;
    }
}

@media screen and (min-width: 980px) {
    .contact {
        margin-top: 100px;
    }
}

@media screen and (min-width: 740px) {
    .contact {
        margin-bottom: 80px;
    }
}

@media screen and (min-width: 980px) {
    .contact {
        margin-bottom: 100px;
    }
}

.contact_inner {
    background: #f4f4f4;
    border-radius: 4px;
    padding: 20px;
}

@media print {
    .contact_inner {
        padding: 0;
    }
}

@media screen and (min-width: 740px) {
    .contact_inner {
        padding: 40px;
    }
}

@media screen and (min-width: 1220px) {
    .contact_inner {
        padding: 55px 65px 55px;
    }
}

.increased-contrast-on .contact_inner {
    background: none;
    border: 1px solid #000;
}

.contact_label {
    font-weight: 400;
    font-family: 'Avenir-Bold', 'Avenir', sans-serif;
    font-size: 12px;
    font-size: 0.75rem;
    letter-spacing: 1px;
    letter-spacing: 0.0625rem;
    line-height: 1.5;
    text-transform: uppercase;
    color: #6E7072;
    margin-bottom: 4px;
}

@media screen and (min-width: 740px) {
    .contact_label {
        font-size: 13px;
        font-size: 0.8125rem;
        line-height: 1.23077;
    }
}

.increased-contrast-on .contact_label {
    color: #000;
}

.facts {
    margin-top: 60px;
    margin-bottom: 60px;
    overflow: hidden;
}

@media screen and (min-width: 740px) {
    .facts {
        margin-top: 80px;
    }
}

@media screen and (min-width: 980px) {
    .facts {
        margin-top: 100px;
    }
}

@media screen and (min-width: 740px) {
    .facts {
        margin-bottom: 80px;
    }
}

@media screen and (min-width: 980px) {
    .facts {
        margin-bottom: 100px;
    }
}

@media screen and (max-width: 739px) {
    .facts {
        margin-right: -20px;
        margin-left: -20px;
    }
}

.facts_label {
    font-weight: 400;
    font-family: 'Avenir-Bold', 'Avenir', sans-serif;
    font-size: 12px;
    font-size: 0.75rem;
    letter-spacing: 1px;
    letter-spacing: 0.0625rem;
    line-height: 1.5;
    text-transform: uppercase;
    color: #6E7072;
}

@media screen and (min-width: 740px) {
    .facts_label {
        font-size: 13px;
        font-size: 0.8125rem;
        line-height: 1.23077;
    }
}

@media screen and (max-width: 739px) {
    .facts_label {
        position: relative;
        z-index: 4;
        background: #fff;
        display: inline-block;
        padding: 0 20px;
        -webkit-transform: translate(0, 50%);
        -ms-transform: translate(0, 50%);
        transform: translate(0, 50%);
    }
}

@media screen and (min-width: 740px) {
    .facts_label {
        margin-bottom: 5px;
    }
}

.increased-contrast-on .facts_label {
    color: #000;
}

.facts_carousel {
    margin-top: 20px;
}

@media screen and (min-width: 740px) {
    .facts_carousel {
        margin-top: 0;
    }
}

@media screen and (min-width: 500px) {
    .facts_carousel .fs-carousel-canister {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
}

@media screen and (max-width: 499px) {
    .facts_carousel .fs-carousel-viewport {
        max-width: 320px;
    }
}

@media screen and (max-width: 739px) {
    .facts_carousel .fs-carousel-pagination {
        margin-left: -16px;
    }
}

@media screen and (max-width: 739px) {
    .facts_carousel .fs-carousel-pagination:before {
        width: calc(100% - 40px);
        left: 20px;
    }
}

.fact {
    position: relative;
    padding: 40px 30px;
}

@media print {
    .fact {
        margin-bottom: 40px;
        padding: 0;
    }
}

@media screen and (min-width: 500px) {
    .fact {
        width: 33.33%;
    }
}

@media screen and (min-width: 740px) {
    .fact {
        border-top: 1px solid #D6D6D6;
    }
}

@media screen and (min-width: 1220px) {
    .fact {
        padding: 60px;
    }
}

.fact:after {
    height: calc(100% - 40px);
    width: 1px;
    position: absolute;
    top: 50%;
    right: -1px;
    background: #D6D6D6;
    content: "";
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
}

@media screen and (min-width: 740px) {
    .fact:after {
        right: 0;
    }
}

.increased-contrast-on .fact:after {
    background: #000;
}

.increased-contrast-on .fact {
    border-color: #000;
}

@media screen and (min-width: 500px) {
    .fact:first-child,
    .fact:nth-child(2) {
        border-top: 0;
    }
}

@media screen and (min-width: 500px) {
    .fact:nth-child(3) {
        border-top: 0;
    }
}

@media screen and (min-width: 980px) {
    .fact:nth-child(3n+1) {
        padding-left: 30px;
    }
}

@media screen and (min-width: 980px) {
    .fact:nth-child(3n+3) {
        padding-right: 30px;
    }
}

@media screen and (min-width: 740px) {
    .fact:nth-child(3n+3):after {
        display: none;
    }
}

.fact:last-child:after {
    display: none;
}

.fact_image_wrapper {
    height: 70px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 16px;
}

.fact_label {
    font-weight: 400;
    font-family: 'Avenir-Black', 'Avenir', sans-serif;
    display: block;
    font-size: 26px;
    font-size: 1.625rem;
    line-height: 1.53846;
    margin-bottom: 4px;
}

@media screen and (min-width: 980px) {
    .fact_label {
        font-size: 32px;
        font-size: 2rem;
        line-height: 1.5;
    }
}

.fact_label sup {
    font-size: 18px;
    font-size: 1.125rem;
    line-height: 1;
    vertical-align: middle;
}

.fact_caption {
    font-weight: 400;
    font-family: 'Avenir-Light', 'Avenir', sans-serif;
    font-size: 16px;
    font-size: 1rem;
    line-height: 1.6875;
    max-width: 215px;
    display: block;
}

@media screen and (min-width: 980px) {
    .fact_caption {
        font-size: 18px;
        font-size: 1.125rem;
        line-height: 1.66667;
    }
}

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

@media print {
    .gallery {
        display: none;
    }
}

.in_content_callouts .gallery {
    margin-top: 60px;
    margin-bottom: 60px;
}

@media screen and (min-width: 740px) {
    .in_content_callouts .gallery {
        margin-top: 80px;
    }
}

@media screen and (min-width: 980px) {
    .in_content_callouts .gallery {
        margin-top: 100px;
    }
}

@media screen and (min-width: 740px) {
    .in_content_callouts .gallery {
        margin-bottom: 80px;
    }
}

@media screen and (min-width: 980px) {
    .in_content_callouts .gallery {
        margin-bottom: 100px;
    }
}

.full_width_callouts .gallery {
    margin-top: 60px;
}

@media screen and (min-width: 740px) {
    .full_width_callouts .gallery {
        margin-top: 80px;
    }
}

@media screen and (min-width: 980px) {
    .full_width_callouts .gallery {
        margin-top: 100px;
    }
}

@media screen and (min-width: 1220px) {
    .full_width_callouts .gallery {
        margin-top: 140px;
    }
}

.in_content_callouts .gallery_header {
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 2;
    border-bottom: 2px solid #D6D6D6;
    padding: 13px 0;
}

.increased-contrast-on .in_content_callouts .gallery_header {
    border-color: #000;
}

.full_width_callouts .gallery_header {
    padding-right: 20px;
    padding-left: 20px;
}

@media screen and (min-width: 740px) {
    .full_width_callouts .gallery_header {
        padding-right: calc((100% - 720px) / 2 + 20px);
    }
}

@media screen and (min-width: 980px) {
    .full_width_callouts .gallery_header {
        padding-right: calc((100% - 960px) / 2 + 20px);
    }
}

@media screen and (min-width: 1220px) {
    .full_width_callouts .gallery_header {
        padding-right: calc((100% - 1200px) / 2 + 20px);
    }
}

@media screen and (min-width: 1340px) {
    .full_width_callouts .gallery_header {
        padding-right: calc((100% - 1240px) / 2 + 20px);
    }
}

@media screen and (min-width: 740px) {
    .full_width_callouts .gallery_header {
        padding-left: calc((100% - 720px) / 2 + 20px);
    }
}

@media screen and (min-width: 980px) {
    .full_width_callouts .gallery_header {
        padding-left: calc((100% - 960px) / 2 + 20px);
    }
}

@media screen and (min-width: 1220px) {
    .full_width_callouts .gallery_header {
        padding-left: calc((100% - 1200px) / 2 + 20px);
    }
}

@media screen and (min-width: 1340px) {
    .full_width_callouts .gallery_header {
        padding-left: calc((100% - 1240px) / 2 + 20px);
    }
}

.in_content_callouts .gallery_header_inner {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.full_width_callouts .gallery_header_inner {
    background: #f4f4f4;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    padding: 30px;
}

@media screen and (min-width: 740px) {
    .full_width_callouts .gallery_header_inner {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }
}

@media screen and (min-width: 1340px) {
    .full_width_callouts .gallery_header_inner {
        padding: 44px 60px 46px;
    }
}

@media (min-width: 1460px) {
    .full_width_callouts .gallery_header_inner {
        margin: 0 -60px;
    }
}

.increased-contrast-on .full_width_callouts .gallery_header_inner {
    background: none;
    border: 1px solid #000;
    border-bottom: 0;
}

.gallery_title {
    margin: 0;
    padding-right: 20px;
}

.full_width_callouts .gallery_title {
    font-size: 26px;
    font-size: 1.625rem;
    line-height: 1.46154;
}

@media screen and (min-width: 500px) {
    .full_width_callouts .gallery_title {
        font-size: 30px;
        font-size: 1.875rem;
        line-height: 1.4;
    }
}

@media screen and (min-width: 1340px) {
    .full_width_callouts .gallery_title {
        font-size: 46px;
        font-size: 2.875rem;
        line-height: 1.30435;
    }
}

.gallery_title_start {
    font-weight: 400;
    font-family: 'Avenir', 'Avenir', sans-serif;
    color: #6E7072;
    display: block;
}

@media screen and (min-width: 740px) {
    .gallery_title_start {
        display: inline-block;
        vertical-align: middle;
    }
}

.increased-contrast-on .gallery_title_start {
    color: #000;
}

.gallery_title_end {
    font-weight: 400;
    font-family: 'Avenir-Black', 'Avenir', sans-serif;
    display: block;
}

@media screen and (min-width: 740px) {
    .gallery_title_end {
        display: inline-block;
        vertical-align: middle;
    }
}

.gallery_title_switch {
    font-weight: 400;
    font-family: 'Avenir-Bold', 'Avenir', sans-serif;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    color: #A70034;
    font-size: 14px;
    font-size: 0.875rem;
    line-height: 1.71429;
    padding-right: 30px;
    text-align: left;
    text-decoration: underline;
    vertical-align: middle;
    -webkit-transition: color .25s;
    -o-transition: color .25s;
    transition: color .25s;
}

.increased-contrast-on .gallery_title_switch {
    color: #000;
}

.gallery_title_switch:hover,
.gallery_title_switch:focus {
    color: #000;
}

.increased-contrast-on .gallery_title_switch:hover,
.increased-contrast-on .gallery_title_switch:focus {
    color: #A70034;
}

@media screen and (min-width: 1220px) {
    .full_width_callouts .gallery_header_group {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }
}

.gallery_counters {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.full_width_callouts .gallery_counters_inline {
    margin-bottom: 6px;
}

@media screen and (min-width: 740px) {
    .full_width_callouts .gallery_counters_inline {
        margin-bottom: 0;
    }
}

.gallery_counters_lightbox {
    margin-bottom: 6px;
}

@media screen and (min-width: 740px) {
    .gallery_counters_lightbox {
        margin-bottom: 0;
    }
}

.gallery_counter_wrapper {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #6E7072;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-right: 24px;
}

.increased-contrast-on .gallery_counter_wrapper {
    color: #000;
}

.gallery_counter_wrapper:last-child {
    margin-right: 0;
}

.gallery_counter_icon {
    margin-right: 8px;
}

@media screen and (min-width: 1340px) {
    .full_width_callouts .gallery_counter_icon {
        margin-right: 12px;
        -webkit-transform: scale(1.25);
        -ms-transform: scale(1.25);
        transform: scale(1.25);
        -webkit-transform-origin: left center;
        -ms-transform-origin: left center;
        transform-origin: left center;
    }
}

.gallery_counter_label {
    font-weight: 400;
    font-family: 'Avenir-Light', 'Avenir', sans-serif;
    position: relative;
    top: 1px;
    font-size: 14px;
    font-size: 0.875rem;
    line-height: 1.71429;
}

@media screen and (min-width: 1340px) {
    .full_width_callouts .gallery_counter_label {
        font-size: 16px;
        font-size: 1rem;
        line-height: 1.5;
    }
}

.gallery_body {
    position: relative;
}

.gallery_switch {
    display: none;
}

@media screen and (min-width: 740px) {
    .gallery_switch {
        position: absolute;
        top: 50%;
        left: 50%;
        z-index: 2;
        background: #fff;
        border-radius: 40px;
        -webkit-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.5);
                box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.5);
        color: #A70034;
        display: block;
        padding: 11px 20px 9px 10px;
        -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        -webkit-transition: background .25s, border .25s, color .25s;
        -o-transition: background .25s, border .25s, color .25s;
        transition: background .25s, border .25s, color .25s;
    }
}

.in_content_callouts .gallery_switch {
    margin-top: -25px;
}

@media screen and (min-width: 740px) {
    .increased-contrast-on .gallery_switch {
        background: #000;
        border: 1px solid #fff;
        color: #fff;
    }
}

.gallery_switch:hover,
.gallery_switch:focus {
    background: #A70034;
    color: #fff;
}

@media screen and (min-width: 740px) {
    .increased-contrast-on .gallery_switch:hover,
    .increased-contrast-on .gallery_switch:focus {
        background: #A70034;
        border-color: #A70034;
    }
}

.gallery_switch_inner {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.gallery_switch_icon {
    position: relative;
    top: -1px;
    margin-right: 10px;
}

.gallery_switch_label {
    font-weight: 400;
    font-family: 'Avenir-Bold', 'Avenir', sans-serif;
    font-size: 16px;
    font-size: 1rem;
    text-decoration: underline;
}

.gallery_items {
    position: relative;
}

@media screen and (max-width: 739px) {
    .gallery_items:before {
        height: 50px;
        width: 50px;
        position: absolute;
        top: 50%;
        left: 50%;
        z-index: 4;
        background-image: url("../images/cursor.png");
        background-position: 50% 50%;
        background-repeat: no-repeat;
        background-size: contain;
        content: "";
        -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
    }
}

.gallery_item {
    margin-right: 2px;
}

.gallery_item_media {
    cursor: inherit;
    display: block;
}

.gallery_item_image_wrapper {
    padding-bottom: 100%;
}

.gallery_item_link {
    display: block;
}

.gallery_lightbox {
    height: 100%;
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1200;
    background: #fff;
    opacity: 0;
    outline: 0;
    visibility: hidden;
    -webkit-transition: opacity .35s, visibility .35s;
    -o-transition: opacity .35s, visibility .35s;
    transition: opacity .35s, visibility .35s;
}

.gallery_lightbox.fs-swap-active {
    opacity: 1;
    visibility: visible;
}

.gallery_lightbox_inner {
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    height: 100%;
    padding: 80px 20px 100px;
}

@media screen and (min-width: 1220px) {
    .gallery_lightbox_inner {
        padding-top: 120px;
    }
}

.gallery_lightbox_content {
    max-width: 1180px;
    margin: 0 auto;
}

.gallery_lightbox_header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    margin-bottom: 15px;
}

@media screen and (min-width: 740px) {
    .gallery_lightbox_header {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }
}

.gallery_lightbox_title {
    font-weight: 400;
    font-family: 'Avenir-Black', 'Avenir', sans-serif;
    font-size: 24px;
    font-size: 1.5rem;
    line-height: 1.5;
    margin: 0;
}

@media screen and (min-width: 740px) {
    .gallery_lightbox_title {
        font-size: 32px;
        font-size: 2rem;
        line-height: 1.5;
    }
}

.gallery_light {
    padding: 15px 0;
}

@media screen and (min-width: 740px) {
    .gallery_light {
        padding: 25px 0;
    }
}

.gallery_light_figure {
    position: relative;
}

.gallery_light_media {
    display: block;
}

.gallery_light_image_wrapper {
    padding-bottom: 56.25%;
}

.gallery_light_link:focus .gallery_light_play {
    outline: 1px solid rgba(255, 255, 255, 0.65);
    outline-offset: 3px;
}

.gallery_light_play {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background: #A70034;
    border-radius: 40px;
    color: #fff;
    cursor: pointer;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 15px 25px 13px;
    -webkit-transition: background .25s;
    -o-transition: background .25s;
    transition: background .25s;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.gallery_light_link:hover .gallery_light_play,
.gallery_light_link:focus .gallery_light_play {
    background: #000;
}

.gallery_light_play_icon {
    position: relative;
    top: -2px;
    margin-right: 10px;
}

.gallery_light_play_label {
    font-weight: 400;
    font-family: 'Avenir-Bold', 'Avenir', sans-serif;
    font-size: 12px;
    font-size: 0.75rem;
    letter-spacing: 1px;
    letter-spacing: 0.0625rem;
    line-height: 1.5;
    text-transform: uppercase;
}

@media screen and (min-width: 740px) {
    .gallery_light_play_label {
        font-size: 13px;
        font-size: 0.8125rem;
        line-height: 1.23077;
    }
}

.gallery_light_figcaption {
    font-weight: 400;
    font-family: 'Avenir-Light', 'Avenir', sans-serif;
    font-size: 14px;
    font-size: 0.875rem;
    line-height: 1.71429;
    border-bottom: 1px solid #D6D6D6;
    padding: 12px 0 13px;
    -webkit-transition: opacity .25s, visibility .25s;
    -o-transition: opacity .25s, visibility .25s;
    transition: opacity .25s, visibility .25s;
}

.increased-contrast-on .gallery_light_figcaption {
    border-color: #000;
}

.playing+.gallery_light_figcaption {
    opacity: 0;
    visibility: hidden;
}

.gallery_light_figcaption p {
    margin: 0;
}

.gallery_lightbox_close {
    height: 60px;
    width: 60px;
    position: absolute;
    top: 0;
    right: 0;
    background: #A70034;
    -webkit-transition: background .25s;
    -o-transition: background .25s;
    transition: background .25s;
}

@media screen and (min-width: 1220px) {
    .gallery_lightbox_close {
        height: 70px;
        width: 70px;
    }
}

.increased-contrast-on .gallery_lightbox_close {
    background: #000;
    border-bottom: 1px solid #fff;
    border-left: 1px solid #fff;
}

.gallery_lightbox_close:hover,
.gallery_lightbox_close:focus {
    background: #000;
}

.increased-contrast-on .gallery_lightbox_close:hover,
.increased-contrast-on .gallery_lightbox_close:focus {
    background: #A70034;
}

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

.gallery_lightbox_close_label.focusable:active,
.gallery_lightbox_close_label.focusable:focus {
    width: auto;
    height: auto;
    position: static;
    clip: auto;
    margin: 0;
    overflow: visible;
}

.gallery_lightbox_close_icon {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    stroke: #fff;
    -webkit-transform: translate(-50%, -50%) scale(1.15);
    -ms-transform: translate(-50%, -50%) scale(1.15);
    transform: translate(-50%, -50%) scale(1.15);
}

@media screen and (min-width: 1220px) {
    .gallery_lightbox_close_icon {
        -webkit-transform: translate(-50%, -50%) scale(1.5);
        -ms-transform: translate(-50%, -50%) scale(1.5);
        transform: translate(-50%, -50%) scale(1.5);
    }
}


/* ==========================================================================
	Link List
============================================================================= */

.link_list {
    margin-top: 60px;
    margin-bottom: 60px;
    border-radius: 4px;
    padding: 25px 20px;
}

@media screen and (min-width: 740px) {
    .link_list {
        margin-top: 80px;
    }
}

@media screen and (min-width: 740px) {
    .link_list {
        margin-bottom: 80px;
    }
}

@media print {
    .link_list {
        padding: 0;
    }
}

@media screen and (min-width: 740px) {
    .link_list {
        padding: 45px 50px 50px;
    }
}

.link_list.theme_light {
    background: #f4f4f4;
}

.increased-contrast-on .link_list.theme_light {
    background: none;
    border: 1px solid #000;
}

.link_list.theme_dark {
    background: #000;
}

.link_list_header {
    margin-bottom: 22px;
}

@media print {
    .link_list_header {
        margin-bottom: 10px;
    }
}

.link_list_title {
    font-weight: 400;
    font-family: 'Avenir-Bold', 'Avenir', sans-serif;
    font-size: 12px;
    font-size: 0.75rem;
    letter-spacing: 1px;
    letter-spacing: 0.0625rem;
    line-height: 1.5;
    text-transform: uppercase;
    margin: 0;
}

@media screen and (min-width: 740px) {
    .link_list_title {
        font-size: 13px;
        font-size: 0.8125rem;
        line-height: 1.23077;
    }
}

.theme_light .link_list_title {
    color: #6E7072;
}

.increased-contrast-on .theme_light .link_list_title {
    color: #000;
}

.theme_dark .link_list_title {
    color: #D6D6D6;
}

.increased-contrast-on .theme_dark .link_list_title {
    color: #fff;
}


/* Link List Body
============================================================================= */

.link_list_items {
    display: -ms-grid;
    display: grid;
    list-style: none;
    margin: 0;
    overflow: hidden;
    padding: 0;
}

@media screen and (min-width: 740px) {
    .link_list_items {
        grid-gap: 0 20px;
        grid-template-columns: repeat(2, 1fr);
    }
}

@media screen and (min-width: 980px) {
    .link_list_items {
        grid-template-columns: repeat(3, 1fr);
    }
}

.theme_light .link_list_item {
    border-left: 1px solid #A70034;
}

@media print {
    .theme_light .link_list_item {
        border-color: #D6D6D6;
    }
}

.increased-contrast-on .theme_light .link_list_item {
    border-color: #000;
}

.theme_dark .link_list_item {
    border-left: 1px solid #F8DA80;
}

@media print {
    .theme_dark .link_list_item {
        border-color: #D6D6D6;
    }
}

.link_list_link {
    display: block;
    padding: 10px 20px;
    text-decoration: underline;
    -webkit-text-decoration-color: transparent;
    text-decoration-color: transparent;
    -webkit-transition: color .25s, -webkit-text-decoration .25s;
    transition: color .25s, -webkit-text-decoration .25s;
    -webkit-transition: color .25s, text-decoration .25s;
    -o-transition: color .25s, text-decoration .25s;
    transition: color .25s, text-decoration .25s;
    transition: color .25s, text-decoration .25s, -webkit-text-decoration .25s;
}

.theme_light .link_list_link {
    color: inherit;
}

.theme_dark .link_list_link {
    color: #fff;
}

.link_list_link:hover,
.link_list_link:focus {
    -webkit-text-decoration-color: currentColor;
    text-decoration-color: currentColor;
}

.theme_light .link_list_link:hover,
.theme_light .link_list_link:focus {
    color: #A70034;
}

.theme_dark .link_list_link:hover,
.theme_dark .link_list_link:focus {
    color: #F8DA80;
}

.link_list_link_label {
    font-weight: 400;
    font-family: 'Avenir-Bold', 'Avenir', sans-serif;
    display: inline;
    font-size: 16px;
    font-size: 1rem;
    line-height: 1.375;
}

.link_list_link_icon {
    position: relative;
    top: 1px;
    display: inline-block;
    margin-left: 6px;
}


/* ==========================================================================
	News List
============================================================================= */

.news_block {
    margin-bottom: 60px;
    position: relative;
}

@media screen and (min-width: 740px) {
    .news_block {
        margin-bottom: 80px;
    }
}

@media screen and (min-width: 980px) {
    .news_block {
        margin-bottom: 100px;
    }
}

@media screen and (min-width: 740px) {
    .news_header {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        margin-bottom: 8px;
    }
}

.news_title {
    font-size: 28px;
    font-size: 1.75rem;
    line-height: 1.42857;
    margin: 0;
}

@media screen and (min-width: 980px) {
    .news_title {
        font-size: 32px;
        font-size: 2rem;
        line-height: 1.5;
    }
}

.news_title_start {
    font-weight: 400;
    font-family: 'Avenir-Light', 'Avenir', sans-serif;
    color: #6E7072;
    display: block;
}

@media screen and (min-width: 980px) {
    .news_title_start {
        display: inline;
    }
}

.increased-contrast-on .news_title_start {
    color: #000;
}

.news_title_end {
    font-weight: 400;
    font-family: 'Avenir-Bold', 'Avenir', sans-serif;
}

.news_link {
    font-weight: 400;
    font-family: 'Avenir-Bold', 'Avenir', sans-serif;
    background: #A70034;
    border-radius: 2px;
    color: #fff;
    font-size: 14px;
    font-size: 0.875rem;
    line-height: 1.71429;
    padding: 13px 25px;
    text-align: center;
    text-decoration: underline;
    -webkit-transition: background 0.25s, border 0.25s, color 0.25s;
    -o-transition: background 0.25s, border 0.25s, color 0.25s;
    transition: background 0.25s, border 0.25s, color 0.25s;
}

@media screen and (min-width: 740px) {
    .news_link {
        font-size: 16px;
        font-size: 1rem;
        line-height: 1.625;
        padding: 19px 30px;
    }
}

.news_link:focus,
.news_link:hover {
    background: #000;
    color: #fff;
}

@media print {
    .news_link {
        display: none;
    }
}

@media screen and (max-width: 739px) {
    .news_link {
        position: absolute;
        bottom: 0;
        left: 0;
        z-index: 2;
    }
}

.increased-contrast-on .news_link {
    background: #000;
}

.increased-contrast-on .news_link:hover,
.increased-contrast-on .news_link:focus {
    background: #A70034;
}

.no-results .news_body:before {
    font-weight: 400;
    font-family: 'Avenir-Light', 'Avenir', sans-serif;
    font-size: 16px;
    font-size: 1rem;
    line-height: 1.6875;
    content: "No results found.";
    display: block;
    padding-top: 40px;
}

@media screen and (min-width: 740px) {
    .no-results .news_body:before {
        font-size: 18px;
        font-size: 1.125rem;
        line-height: 1.66667;
    }
}

.news_results {
    font-weight: 400;
    font-family: 'Avenir-Light', 'Avenir', sans-serif;
    border-bottom: 1px solid #D6D6D6;
    color: #6E7072;
    font-size: 14px;
    font-size: 0.875rem;
    margin: 0;
    padding: 28px 0 27px;
}

@media print {
    .news_results {
        padding: 20px 0;
    }
}

.increased-contrast-on .news_results {
    color: #000;
}

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

@media screen and (max-width: 739px) {
    .news_header+.news_items {
        padding-bottom: 90px;
    }
}

.news_item {
    border-bottom: 1px solid #D6D6D6;
    padding: 40px 0;
}

@media print {
    .news_item {
        padding: 20px 0;
    }
}

.increased-contrast-on .news_item {
    border-color: #000;
}

.news_header+.news_items .news_item:last-child {
    padding-bottom: 0;
}

.news_item.hidden {
    display: none;
}

@media print,
screen and (min-width: 740px) {
    .news_item_article {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }
}

.news_item_figure {
    position: relative;
    top: 6px;
}

@media screen and (max-width: 739px) {
    .news_item_figure {
        width: 32%;
        float: right;
        margin: 0 0 20px 20px;
    }
}

@media screen and (min-width: 740px) {
    .news_item_figure {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 248px;
        flex: 0 0 248px;
        margin: 0 0 0 40px;
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
    }
}

@media screen and (min-width: 1220px) {
    .news_item_figure {
        margin-left: 60px;
    }
}

.news_item_image_wrapper {
    padding-bottom: 75%;
}

.news_item_wrapper {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.news_item_title {
    font-weight: 400;
    font-family: 'Avenir-Bold', 'Avenir', sans-serif;
    font-size: 20px;
    font-size: 1.25rem;
    line-height: 1.5;
    margin: 0 0 14px;
}

@media screen and (min-width: 740px) {
    .news_item_title {
        font-size: 24px;
        font-size: 1.5rem;
        line-height: 1.33333;
    }
}

@media print {
    .news_item_title {
        margin-bottom: 6px;
    }
}

@media screen and (min-width: 980px) {
    .news_item_title {
        font-size: 28px;
        font-size: 1.75rem;
        line-height: 1.35714;
    }
}

.news_item_title_link {
    color: inherit;
    display: block;
    text-decoration: underline;
    -webkit-text-decoration-color: transparent;
    text-decoration-color: transparent;
    -webkit-transition: color .25s, -webkit-text-decoration .25s;
    transition: color .25s, -webkit-text-decoration .25s;
    -webkit-transition: color .25s, text-decoration .25s;
    -o-transition: color .25s, text-decoration .25s;
    transition: color .25s, text-decoration .25s;
    transition: color .25s, text-decoration .25s, -webkit-text-decoration .25s;
}

.news_item_title_link:hover,
.news_item_title_link:focus {
    color: #A70034;
    -webkit-text-decoration-color: currentColor;
    text-decoration-color: currentColor;
}

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

.news_item_category.focusable:active,
.news_item_category.focusable:focus {
    width: auto;
    height: auto;
    position: static;
    clip: auto;
    margin: 0;
    overflow: visible;
}

.news_item_date {
    display: block;
    margin-bottom: 20px;
}

@media print {
    .news_item_date {
        margin-bottom: 8px;
    }
}

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

.news_item_date_label.focusable:active,
.news_item_date_label.focusable:focus {
    width: auto;
    height: auto;
    position: static;
    clip: auto;
    margin: 0;
    overflow: visible;
}

.news_item_date_time {
    font-weight: 400;
    font-family: 'Avenir-Bold', 'Avenir', sans-serif;
    font-size: 12px;
    font-size: 0.75rem;
    letter-spacing: 1px;
    letter-spacing: 0.0625rem;
    line-height: 1.5;
    text-transform: uppercase;
    color: #6E7072;
}

@media screen and (min-width: 740px) {
    .news_item_date_time {
        font-size: 13px;
        font-size: 0.8125rem;
        line-height: 1.23077;
    }
}

.increased-contrast-on .news_item_date_time {
    color: #000;
}

.news_item_description {
    font-weight: 400;
    font-family: 'Avenir-Light', 'Avenir', sans-serif;
    font-size: 16px;
    font-size: 1rem;
    line-height: 1.6875;
}

@media screen and (min-width: 740px) {
    .news_item_description {
        font-size: 18px;
        font-size: 1.125rem;
        line-height: 1.66667;
    }
}

.news_item_description p {
    margin: 0;
}

.quote {
    margin-top: 60px;
    margin-bottom: 60px;
}

@media screen and (min-width: 740px) {
    .quote {
        margin-top: 80px;
    }
}

@media screen and (min-width: 740px) {
    .quote {
        margin-bottom: 80px;
    }
}

.quote_inner {
    border-left: 1px solid #A70034;
    padding: 12px 0 22px 25px;
}

@media print {
    .quote_inner {
        border-color: #D6D6D6;
        padding: 0 0 0 20px;
    }
}

@media screen and (min-width: 980px) {
    .quote_inner {
        padding: 22px 40px 28px;
    }
}

.increased-contrast-on .quote_inner {
    border-color: #000;
}

.quote_icon {
    color: #6E7072;
    display: inline-block;
    margin-bottom: 0;
    -webkit-transform-origin: left center;
    -ms-transform-origin: left center;
    transform-origin: left center;
    -webkit-transform: scale(0.725);
    -ms-transform: scale(0.725);
    transform: scale(0.725);
}

@media print {
    .quote_icon {
        display: none;
    }
}

@media screen and (min-width: 980px) {
    .quote_icon {
        margin-bottom: 10px;
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
    }
}

.increased-contrast-on .quote_icon {
    color: #000;
}

.quote_content {
    font-weight: 400;
    font-family: 'Avenir-Light', 'Avenir', sans-serif;
    max-width: 775px;
    font-size: 20px;
    font-size: 1.25rem;
    line-height: 1.6;
    margin: 0;
}

@media print {
    .quote_content {
        border: 0;
        padding: 0;
    }
}

@media screen and (min-width: 740px) {
    .quote_content {
        font-size: 24px;
        font-size: 1.5rem;
        line-height: 1.5;
    }
}

@media screen and (min-width: 980px) {
    .quote_content {
        font-size: 28px;
        font-size: 1.75rem;
        line-height: 1.5;
    }
}

.quote_content p {
    margin: 0;
}

.story {
    padding-top: 60px;
    padding-bottom: 60px;
    margin-top: 60px;
    margin-bottom: 60px;
    position: relative;
    background: #f4f4f4;
    overflow: hidden;
}

@media screen and (min-width: 740px) {
    .story {
        padding-top: 80px;
    }
}

@media screen and (min-width: 980px) {
    .story {
        padding-top: 100px;
    }
}

@media screen and (min-width: 1220px) {
    .story {
        padding-top: 140px;
    }
}

@media screen and (min-width: 740px) {
    .story {
        padding-bottom: 80px;
    }
}

@media screen and (min-width: 980px) {
    .story {
        padding-bottom: 100px;
    }
}

@media screen and (min-width: 1220px) {
    .story {
        padding-bottom: 140px;
    }
}

@media screen and (min-width: 740px) {
    .story {
        margin-top: 80px;
    }
}

@media screen and (min-width: 980px) {
    .story {
        margin-top: 100px;
    }
}

@media screen and (min-width: 1220px) {
    .story {
        margin-top: 140px;
    }
}

@media screen and (min-width: 740px) {
    .story {
        margin-bottom: 80px;
    }
}

@media screen and (min-width: 980px) {
    .story {
        margin-bottom: 100px;
    }
}

@media screen and (min-width: 1220px) {
    .story {
        margin-bottom: 140px;
    }
}

@media screen and (min-width: 740px) {
    .story {
        overflow: visible;
    }
}

.story:before {
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: rgba(214, 214, 214, 0.25);
    content: "";
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 20%, 50% 40%, 0 20%);
    clip-path: polygon(0 0, 100% 0, 100% 20%, 50% 40%, 0 20%);
    min-height: inherit;
}

@media screen and (min-width: 740px) {
    .story:before {
        -webkit-clip-path: polygon(0 0, calc(44% - 100px) 0, 44% 50%, calc(44% - 100px) 100%, 0 100%);
        clip-path: polygon(0 0, calc(44% - 100px) 0, 44% 50%, calc(44% - 100px) 100%, 0 100%);
    }
}

@media screen and (min-width: 1220px) {
    .story:before {
        -webkit-clip-path: polygon(0 0, calc(40% - 100px) 0, 40% 50%, calc(40% - 100px) 100%, 0 100%);
        clip-path: polygon(0 0, calc(40% - 100px) 0, 40% 50%, calc(40% - 100px) 100%, 0 100%);
    }
}

.increased-contrast-on .story:before {
    display: none;
}

.increased-contrast-on .story {
    background: none;
    border: 1px solid #000;
}

@media screen and (min-width: 740px) {
    .story.pinned:before {
        position: fixed;
    }
}

@media screen and (min-width: 740px) {
    .story.away:before {
        position: absolute;
        top: auto;
        bottom: 0;
    }
}

.story_inner {
    padding-right: 20px;
    padding-left: 20px;
}

@media screen and (min-width: 740px) {
    .story_inner {
        padding-right: calc((100% - 720px) / 2 + 20px);
    }
}

@media screen and (min-width: 980px) {
    .story_inner {
        padding-right: calc((100% - 960px) / 2 + 20px);
    }
}

@media screen and (min-width: 1220px) {
    .story_inner {
        padding-right: calc((100% - 1200px) / 2 + 20px);
    }
}

@media screen and (min-width: 1340px) {
    .story_inner {
        padding-right: calc((100% - 1240px) / 2 + 20px);
    }
}

@media screen and (min-width: 740px) {
    .story_inner {
        padding-left: calc((100% - 720px) / 2 + 20px);
    }
}

@media screen and (min-width: 980px) {
    .story_inner {
        padding-left: calc((100% - 960px) / 2 + 20px);
    }
}

@media screen and (min-width: 1220px) {
    .story_inner {
        padding-left: calc((100% - 1200px) / 2 + 20px);
    }
}

@media screen and (min-width: 1340px) {
    .story_inner {
        padding-left: calc((100% - 1240px) / 2 + 20px);
    }
}

.story_body {
    position: relative;
}

@media screen and (min-width: 740px) {
    .story_body {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }
}

.story_header {
    position: relative;
}

@media screen and (min-width: 740px) {
    .story_header {
        width: 50%;
    }
}

@media screen and (min-width: 980px) {
    .story_header {
        width: 45%;
    }
}

.story_header_inner {
    position: relative;
    margin-bottom: -28.125%;
}

.story_header_inner:before {
    height: 100%;
    width: calc(100% + 20px);
    position: absolute;
    top: 8px;
    left: -1px;
    border-bottom: 1px solid #A70034;
    border-left: 1px solid #A70034;
    content: "";
}

@media screen and (min-width: 740px) {
    .story_header_inner:before {
        height: 60px;
        width: calc(100% + 51px);
        top: 0;
        left: 9px;
        border-top: 1px solid #A70034;
        border-bottom: 0;
    }
}

@media screen and (min-width: 1220px) {
    .story_header_inner:before {
        height: 100px;
    }
}

.increased-contrast-on .story_header_inner:before {
    border-color: #000;
}

.story_header_inner:after {
    height: 18px;
    width: 18px;
    position: absolute;
    top: 8px;
    left: -1px;
    z-index: 2;
    background: #000;
    -webkit-box-shadow: inset 0 0 0 1px #A70034, inset 0 0 0 5px #f4f4f4;
            box-shadow: inset 0 0 0 1px #A70034, inset 0 0 0 5px #f4f4f4;
    border-radius: 50%;
    display: block;
    content: "";
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
}

@media screen and (min-width: 740px) {
    .story_header_inner:after {
        top: 60px;
        left: 0;
        margin-top: -1px;
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
    }
}

@media screen and (min-width: 1220px) {
    .story_header_inner:after {
        top: 100px;
    }
}

.increased-contrast-on .story_header_inner:after {
    -webkit-box-shadow: inset 0 0 0 1px #000, inset 0 0 0 5px #fff;
            box-shadow: inset 0 0 0 1px #000, inset 0 0 0 5px #fff;
}

@media screen and (min-width: 740px) {
    .story_header_inner {
        position: -webkit-sticky;
        position: sticky;
        top: 40px;
        border-left: 0;
        margin-bottom: 0;
    }
}

@media screen and (min-width: 740px) {
    .decreased-motion-on .story_header_inner {
        position: relative;
        top: auto;
    }
}

.story_header_content {
    position: relative;
    padding-bottom: calc(28.125% + 40px);
    padding-left: 30px;
}

@media screen and (min-width: 740px) {
    .story_header_content {
        padding: 120px 16% 120px 0;
    }
}

@media screen and (min-width: 1220px) {
    .story_header_content {
        padding-top: 150px;
        padding-bottom: 150px;
    }
}

@media screen and (min-width: 740px) {
    .story_header_content:after {
        height: 100%;
        width: 1px;
        position: absolute;
        top: 0;
        right: -60px;
        background: #A70034;
        content: "";
    }
}

@media screen and (min-width: 740px) {
    .increased-contrast-on .story_header_content:after {
        background: #000;
    }
}

.story_title {
    font-size: 24px;
    font-size: 1.5rem;
    line-height: 1.5;
    margin: 0 0 20px;
}

.story_title_start {
    font-weight: 400;
    font-family: 'Avenir', 'Avenir', sans-serif;
    display: block;
}

.story_title_end {
    font-weight: 400;
    font-family: 'Avenir-Black', 'Avenir', sans-serif;
    display: block;
}

@media screen and (min-width: 1220px) {
    .story_title {
        font-size: 36px;
        font-size: 2.25rem;
        line-height: 1.41667;
    }
}

.story_title_start {
    color: #6E7072;
}

.increased-contrast-on .story_title_start {
    color: #000;
}

.story_caption {
    font-weight: 400;
    font-family: 'Avenir-Light', 'Avenir', sans-serif;
    font-size: 16px;
    font-size: 1rem;
    line-height: 1.6875;
}

@media screen and (min-width: 980px) {
    .story_caption {
        font-size: 18px;
        font-size: 1.125rem;
        line-height: 1.66667;
    }
}

@media screen and (min-width: 980px) {
    .story_caption {
        max-width: 375px;
    }
}

.story_caption p {
    margin: 0;
}

.story_items {
    position: relative;
    margin-top: 40px;
    padding-left: 30px;
}

@media screen and (min-width: 740px) {
    .story_items {
        width: 50%;
        margin-top: 0;
        padding-top: 60px;
        padding-left: 0;
    }
}

@media screen and (min-width: 980px) {
    .story_items {
        width: 55%;
    }
}

@media screen and (min-width: 740px) {
    .story_items:before {
        height: 100%;
        width: 1px;
        position: absolute;
        top: 0;
        left: 60px;
        background: #A70034;
        content: "";
        display: none;
    }
}

@media screen and (min-width: 740px) {
    .increased-contrast-on .story_items:before {
        background: #000;
    }
}

@media screen and (max-width: 739px) {
    .story_items .fs-carousel-viewport {
        max-width: 95%;
    }
}

.story_item {
    position: relative;
    margin-right: 30px;
}

@media screen and (min-width: 740px) {
    .story_item {
        margin-right: 0;
        margin-bottom: 30px;
    }
}

@media screen and (min-width: 740px) {
    .story_item:last-child {
        margin-bottom: 0;
    }
}

.story_item_image_wrapper {
    padding-bottom: 56.25%;
}

.story_item_body {
    position: relative;
    background: #000;
    -webkit-box-shadow: 0 -1px 0 0 #000;
            box-shadow: 0 -1px 0 0 #000;
    padding: 20px;
}

@media screen and (min-width: 500px) {
    .story_item_body {
        padding: 30px;
    }
}

@media screen and (min-width: 1220px) {
    .story_item_body {
        padding: 55px 60px;
    }
}

.story_item_header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
}

.story_item_title {
    font-weight: 400;
    font-family: 'Avenir-Bold', 'Avenir', sans-serif;
    font-size: 18px;
    font-size: 1.125rem;
    line-height: 1.55556;
    color: #fff;
    margin: 0 0 12px;
}

@media screen and (min-width: 980px) {
    .story_item_title {
        font-size: 21px;
        font-size: 1.3125rem;
        line-height: 1.52381;
    }
}

.story_item_title_link {
    color: inherit;
    text-decoration: underline;
    -webkit-transition: color .25s, -webkit-text-decoration-color .25s;
    transition: color .25s, -webkit-text-decoration-color .25s;
    -o-transition: color .25s, text-decoration-color .25s;
    transition: color .25s, text-decoration-color .25s;
    transition: color .25s, text-decoration-color .25s, -webkit-text-decoration-color .25s;
}

.story_item_title_link:hover,
.story_item_title_link:focus {
    color: #F8DA80;
    -webkit-text-decoration-color: #F8DA80;
    text-decoration-color: #F8DA80;
}

.story_item_label {
    font-weight: 400;
    font-family: 'Avenir-Bold', 'Avenir', sans-serif;
    font-size: 12px;
    font-size: 0.75rem;
    letter-spacing: 1px;
    letter-spacing: 0.0625rem;
    line-height: 1.5;
    text-transform: uppercase;
    color: #D6D6D6;
    margin-bottom: 12px;
}

@media screen and (min-width: 980px) {
    .story_item_label {
        font-size: 13px;
        font-size: 0.8125rem;
        line-height: 1.23077;
    }
}

.increased-contrast-on .story_item_label {
    color: #fff;
}

.story_item_caption {
    font-weight: 400;
    font-family: 'Avenir-Light', 'Avenir', sans-serif;
    font-size: 16px;
    font-size: 1rem;
    line-height: 1.6875;
    color: #fff;
}

@media screen and (min-width: 980px) {
    .story_item_caption {
        font-size: 18px;
        font-size: 1.125rem;
        line-height: 1.66667;
    }
}

.story_item_caption p {
    margin: 0;
}


/* ==========================================================================
	Testimonial
============================================================================= */

.testimonial_block {
    margin-top: 60px;
    margin-bottom: 60px;
}

@media screen and (min-width: 740px) {
    .testimonial_block {
        margin-top: 80px;
    }
}

@media screen and (min-width: 740px) {
    .testimonial_block {
        margin-bottom: 80px;
    }
}

.testimonial {
    border-radius: 4px;
    color: #fff;
    padding: 20px 20px 30px;
}

@media print {
    .testimonial {
        padding: 0;
    }
}

@media screen and (min-width: 740px) {
    .testimonial {
        padding: 40px;
    }
}

@media screen and (min-width: 980px) {
    .testimonial {
        padding: 50px 60px 60px;
    }
}

.theme_fade .testimonial {
    background: #f4f4f4;
    color: #000;
}

.theme_gray .testimonial {
    background: #6E7072;
}

.theme_red .testimonial {
    background: #A70034;
}

.theme_navy .testimonial {
    background: #003366;
}

.theme_forest .testimonial {
    background: #66692C;
}

.theme_orange .testimonial {
    background: #D17514;
    color: #000;
}

.increased-contrast-on .testimonial {
    background: none;
    border: 1px solid #000;
    color: #000;
}

@media screen and (min-width: 980px) {
    .testimonial_inner {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }
}

.testimonial_figure {
    width: 80px;
    float: right;
    margin: 0 0 20px 20px;
}

@media screen and (min-width: 740px) {
    .testimonial_figure {
        width: 140px;
    }
}

@media screen and (min-width: 980px) {
    .testimonial_figure {
        width: 285px;
        margin: 0;
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
    }
}

.testimonial_image_wrapper {
    border-radius: 50%;
    overflow: hidden;
    padding-bottom: 100%;
}

@media screen and (min-width: 980px) {
    .testimonial_body {
        width: calc(100% - 285px);
        padding-right: 50px;
    }
}

.testimonial_quote {
    margin: 0;
}

.testimonial_quote_icon {
    display: inline-block;
    margin-bottom: 0;
    -webkit-transform-origin: left center;
    -ms-transform-origin: left center;
    transform-origin: left center;
    -webkit-transform: scale(0.725);
    -ms-transform: scale(0.725);
    transform: scale(0.725);
}

@media print {
    .testimonial_quote_icon {
        display: none;
    }
}

@media screen and (min-width: 980px) {
    .testimonial_quote_icon {
        margin-bottom: 10px;
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
    }
}

.theme_fade .testimonial_quote_icon {
    color: #A70034;
}

.theme_gray .testimonial_quote_icon {
    color: rgba(255, 255, 255, 0.6);
}

.theme_navy .testimonial_quote_icon {
    color: #81B2E5;
}

.theme_red .testimonial_quote_icon {
    color: #edccd6;
}

.theme_forest .testimonial_quote_icon {
    color: #9CA243;
}

.theme_orange .testimonial_quote_icon {
    color: #F8DA80;
}

.increased-contrast-on .testimonial_quote_icon {
    color: #000;
}

.testimonial_quote_text {
    font-weight: 400;
    font-family: 'Avenir-Light', 'Avenir', sans-serif;
    font-size: 20px;
    font-size: 1.25rem;
    line-height: 1.6;
    margin: 0 0 16px;
}

@media print {
    .testimonial_quote_text {
        border: none;
        padding: 0;
    }
}

@media screen and (min-width: 740px) {
    .testimonial_quote_text {
        font-size: 24px;
        font-size: 1.5rem;
        line-height: 1.5;
        margin-bottom: 24px;
    }
}

@media screen and (min-width: 980px) {
    .testimonial_quote_text {
        font-size: 28px;
        font-size: 1.75rem;
        line-height: 1.5;
    }
}

.testimonial_quote_text p {
    margin: 0;
}

.testimonial_quote_name {
    font-weight: 400;
    font-family: 'Avenir-Bold', 'Avenir', sans-serif;
    font-size: 12px;
    font-size: 0.75rem;
    letter-spacing: 1px;
    letter-spacing: 0.0625rem;
    line-height: 1.5;
    text-transform: uppercase;
}

@media screen and (min-width: 740px) {
    .testimonial_quote_name {
        font-size: 13px;
        font-size: 0.8125rem;
        line-height: 1.23077;
    }
}

@media print {
    .testimonial_links {
        display: none;
    }
}


/* ==========================================================================
	Topic Row
============================================================================= */

.topics_block {
    margin-top: 60px;
    margin-bottom: 60px;
}

@media screen and (min-width: 740px) {
    .topics_block {
        margin-top: 80px;
    }
}

@media screen and (min-width: 740px) {
    .topics_block {
        margin-bottom: 80px;
    }
}

.topics_header {
    margin-bottom: 40px;
}

@media print {
    .topics_header {
        margin-bottom: 20px;
    }
}

.topics_title {
    font-weight: 400;
    font-family: 'Avenir', 'Avenir', sans-serif;
    font-size: 24px;
    font-size: 1.5rem;
    line-height: 1.5;
    font-weight: 400;
    font-family: 'Avenir-Black', 'Avenir', sans-serif;
    margin: 0;
}

@media screen and (min-width: 740px) {
    .topics_title {
        font-size: 32px;
        font-size: 2rem;
        line-height: 1.5;
    }
}


/* Topics
============================================================================= */

.in_content_callouts .topic {
    border-left: 1px solid #A70034;
    margin-bottom: 40px;
    padding: 8px 0 2px 20px;
}

@media print {
    .in_content_callouts .topic {
        border-color: #D6D6D6;
        margin-bottom: 25px;
        padding: 0 0 0 20px;
    }
}

@media screen and (min-width: 980px) {
    .in_content_callouts .topic {
        margin-bottom: 60px;
        padding-left: 45px;
    }
}

.increased-contrast-on .in_content_callouts .topic {
    border-color: #000;
}

.in_content_callouts .topic:last-child {
    margin-bottom: 0;
}

@media screen and (min-width: 740px) {
    .topic_inner {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }
}

@media screen and (min-width: 740px) {
    .in_content_callouts .topic_inner {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }
}

@media print {
    .topic_figure {
        display: none;
    }
}

@media screen and (min-width: 740px) {
    .topic_figure {
        width: 200px;
        float: none;
        margin: 0;
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
    }
}

.in_content_callouts .topic_figure {
    width: 80px;
    float: right;
    margin: 0 0 20px 20px;
}

@media screen and (min-width: 500px) {
    .in_content_callouts .topic_figure {
        width: 140px;
        margin: 0 0 30px 30px;
    }
}

@media screen and (min-width: 980px) {
    .in_content_callouts .topic_figure {
        width: 310px;
    }
}

@media screen and (min-width: 740px) {
    .full_width_callouts .topic_figure {
        padding-top: 20px;
        padding-right: 20px;
    }
}

@media screen and (min-width: 980px) {
    .full_width_callouts .topic_figure {
        height: 100%;
        width: 310px;
        position: absolute;
        top: 0;
        right: 0;
        padding: 0;
    }
}

@media screen and (min-width: 1220px) {
    .full_width_callouts .topic_figure {
        width: 385px;
    }
}

.topic_image_wrapper {
    padding-bottom: 75%;
}

.topic_background {
    padding-bottom: 56.25%;
}

@media screen and (min-width: 740px) {
    .topic_background {
        padding-bottom: 100%;
    }
}

@media screen and (min-width: 980px) {
    .topic_background {
        height: 100%;
        width: 100%;
        position: absolute;
        top: 0;
        left: 0;
        padding-bottom: 0;
    }
}

@media screen and (min-width: 740px) {
    .topic_wrapper {
        width: calc(100% - 200px);
        padding-right: 40px;
    }
}

@media screen and (min-width: 980px) {
    .topic_wrapper {
        width: calc(100% - 310px);
        padding-right: 60px;
    }
}

.full_width_callouts .topic_wrapper {
    padding: 30px;
}

@media print {
    .full_width_callouts .topic_wrapper {
        padding: 0;
    }
}

@media screen and (min-width: 1220px) {
    .full_width_callouts .topic_wrapper {
        width: calc(100% - 385px);
        padding: 66px 60px;
    }
}

.full_width_callouts .topic_header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
}

.topic_title {
    font-weight: 400;
    font-family: 'Avenir-Bold', 'Avenir', sans-serif;
    font-size: 18px;
    font-size: 1.125rem;
    line-height: 1.55556;
    margin: 0 0 8px;
}

@media screen and (min-width: 980px) {
    .topic_title {
        font-size: 21px;
        font-size: 1.3125rem;
        line-height: 1.52381;
    }
}

@media print {
    .topic_title {
        margin-bottom: 6px;
    }
}

@media screen and (min-width: 740px) {
    .topic_title {
        margin-bottom: 16px;
    }
}

@media screen and (min-width: 1220px) {
    .full_width_callouts .topic_title {
        font-size: 24px;
        font-size: 1.5rem;
        line-height: 1.33333;
    }
}

.topic_label {
    font-weight: 400;
    font-family: 'Avenir-Bold', 'Avenir', sans-serif;
    font-size: 12px;
    font-size: 0.75rem;
    letter-spacing: 1px;
    letter-spacing: 0.0625rem;
    line-height: 1.5;
    text-transform: uppercase;
    color: #000;
    margin-bottom: 12px;
}

@media screen and (min-width: 740px) {
    .topic_label {
        font-size: 13px;
        font-size: 0.8125rem;
        line-height: 1.23077;
    }
}

@media screen and (min-width: 740px) {
    .topic_label {
        margin-bottom: 0;
    }
}

@media screen and (min-width: 740px) {
    .topic_label:after {
        height: 1px;
        width: 46px;
        background: #A70034;
        content: "";
        display: block;
        margin: 24px 0 22px;
    }
}

@media screen and (min-width: 740px) {
    .increased-contrast-on .topic_label:after {
        background: #000;
    }
}

.topic_description {
    font-weight: 400;
    font-family: 'Avenir-Light', 'Avenir', sans-serif;
    font-size: 16px;
    font-size: 1rem;
    line-height: 1.6875;
    margin-bottom: 5px;
}

@media screen and (min-width: 980px) {
    .topic_description {
        font-size: 18px;
        font-size: 1.125rem;
        line-height: 1.66667;
    }
}

@media screen and (min-width: 740px) {
    .topic_description {
        margin-bottom: 10px;
    }
}

.topic_description p {
    margin: 0;
}

@media print {
    .topic_links {
        display: none;
    }
}

.topic_link {
    font-weight: 400;
    font-family: 'Avenir-Bold', 'Avenir', sans-serif;
    color: #A70034;
    font-size: 14px;
    font-size: 0.875rem;
    line-height: 1.71429;
    text-decoration: underline;
    -webkit-transition: color .25s;
    -o-transition: color .25s;
    transition: color .25s;
    display: block;
    padding: 5px 0;
}

@media screen and (min-width: 980px) {
    .topic_link {
        font-size: 16px;
        font-size: 1rem;
        line-height: 1.625;
    }
}

.topic_link:hover,
.topic_link:focus {
    color: #000;
}

.increased-contrast-on .topic_link:hover,
.increased-contrast-on .topic_link:focus {
    color: #A70034;
}

.increased-contrast-on .topic_link {
    color: #000;
}

.unit {
    margin-bottom: 60px;
}

@media screen and (min-width: 740px) {
    .unit {
        margin-bottom: 80px;
    }
}

@media screen and (min-width: 980px) {
    .unit {
        margin-bottom: 100px;
    }
}

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

.no-results .unit_items:before {
    font-weight: 400;
    font-family: 'Avenir-Light', 'Avenir', sans-serif;
    font-size: 16px;
    font-size: 1rem;
    line-height: 1.6875;
    content: "No results found.";
    display: block;
    padding-top: 40px;
}

@media screen and (min-width: 740px) {
    .no-results .unit_items:before {
        font-size: 18px;
        font-size: 1.125rem;
        line-height: 1.66667;
    }
}

.unit_item {
    border-bottom: 1px solid #D6D6D6;
    padding: 40px 0;
}

@media print {
    .unit_item {
        padding: 20px 0 10px;
    }
}

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

.unit_item.hidden {
    display: none;
}

.wysiwyg_block {
    margin-top: 60px;
    margin-bottom: 60px;
}

@media screen and (min-width: 740px) {
    .wysiwyg_block {
        margin-top: 80px;
    }
}

@media screen and (min-width: 740px) {
    .wysiwyg_block {
        margin-bottom: 80px;
    }
}

.wysiwyg_block:first-child {
    margin-top: 0;
}


/* ==========================================================================
	Component
============================================================================= */


/* ==========================================================================
	Print
============================================================================= */

@media print {
    * {
        background: none !important;
        -webkit-box-shadow: none !important;
                box-shadow: none !important;
        color: #000 !important;
        text-shadow: none !important;
    }
    h2,
    h3,
    p {
        orphans: 3;
        widows: 3;
    }
    h2,
    h3 {
        page-break-after: avoid;
    }
    a {
        text-decoration: underline;
    }
    a:visited {
        text-decoration: underline;
    }
    a[href]:after {
        content: " (" attr(href) ")";
    }
    a[href^="javascript:"]:after,
    a[href^="#"]:after {
        content: "";
    }
    abbr[title]:after {
        content: " (" attr(title) ")";
    }
    pre,
    blockquote {
        border: 1px solid #999;
        padding: 10px;
        page-break-inside: avoid;
    }
    thead {
        display: table-header-group;
    }
    tr,
    img {
        page-break-inside: avoid;
    }
    img {
        max-width: 100% !important;
    }
    .print {
        display: block;
    }
    #fs-grid-menu {
        display: none !important;
    }
}

#programFilter {
    font-weight: 400;
    font-family: Avenir-Bold, Avenir, sans-serif;
    min-height: 50px;
    width: 100%;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: #fff;
    background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABoAAAAQCAYAAAAI0W+oAAAABGdBTUEAALGPC/xhBQAAARRJREFUOBHNkj1uwkAQhZ8JAhogyRE4AR1CoomgRErHPUiPoojbUCMq6EC0uUCuwI+gACkB/Fmx5BCvvesCMYU9uzvvffbOSDcKD85IneqPNu/kZZWGXc3X5FljrNbTTocB+gc9fvQ03eZZ/EL65HsdX0Zqtntarli7hq999j1mvq6O1vfm9ZbjGY2zzvWTvmcIovs2ORq0eFzXByCuy5P3GR5mgcVB8MQb3wBET3LKt7PCTBA8w34HwxD+SZLA1DNbzR8QQFuha+0/kK2BywfhGQtKg3F+PV30l56YrtgISoJxFh3hNAj1iSAK4q6I/TBsINSmgigywWwh1qA4mAvECUTxRI3KXqcaeVGFr1ctduR3FRctvbijJMmqrAAAAABJRU5ErkJggg==");
    background-position: calc(100% - 20px) 50%;
    background-repeat: no-repeat;
    background-size: 13px 8px;
    border: 0;
    border-radius: 4px 0 0 4px;
    cursor: pointer;
    font-size: 16px;
    font-size: 1rem;
    line-height: normal;
    padding: 15px 60px 13px 20px
}

#programFilter::-ms-expand {
    display: none
}

@media screen and (min-width:740px) {
    #programFilter {
        min-height: 64px;
        background-position: calc(100% - 30px) 50%;
        padding-top: 21px;
        padding-bottom: 21px
    }
}

@media screen and (max-width: 739px) {
    .areas_discovery {
        position: relative;
    }
}

.redcolor {
    color: #990000;
}

.highlight {
    background-color: #990000;
    color: #FFF;
    padding: 5px;
}

.lighthighlight {
    background-color: #f4f4f4;
    color: #000;
    padding: 5px;
}

.t4-user-button a {
    font-weight: 400;
    border-radius: 2px;
    color: #fff!important;
    line-height: 1.71429;
    padding: 13px 25px;
    text-align: center;
    text-decoration: underline;
    -webkit-transition: background .25s, border .25s, color .25s;
    -o-transition: background .25s, border .25s, color .25s;
    transition: background .25s, border .25s, color .25s;
    background: #a70034!important;
    border: 0;
    border-radius: 2px!important;
    font-size: 14px!important;
    display: inline-block;
}

.t4-user-button a:active,
.t4-user-button a:focus,
.t4-user-button a:hover {
    color: #FFF!important;
    background: #000!important;
}

.testimonial_block.smaller-text blockquote {
    font-size: 18px;
}

.arrow-bullet li:before {
    content: '';
    display: inline-block;
    height: 40px!important;
    width: 20px!important;
    border-radius: 0!important;
    background: url(/media/shu-media/site-assets/images/bullet-shu.png)!important;
    top: -12px!important;
    left: -10px!important;
    background-size: 80%!important;
    background-repeat: no-repeat!important;
}

.stats_item,
.fact {
    text-align: center
}

.fact img {
    display: block;
    margin: 0 auto;
}

.stats_item a,
.stats_item a:visited,
.fact a,
.fact a:visited {
    color: #000;
}