/*!
 * Theme Name:  Bay Area Council Clone
 * Description: Custom theme for the BAC
 * Version:     1.0.0
 * Author:      LION
 * Author URI:  http://lioninteractive.com/
 */
@font-face {
    font-family: "avenir";
    src: url("../fonts/AvenirLTStd-Book.eot") format("otf");
}
@font-face {
    font-family: "avenir-heavy";
    src: url("../fonts/AvenirLTStd-Heavy.eot") format("otf");
}
@font-face {
    font-family: "avenir-light";
    src: url("../fonts/AvenirLTStd-Light.eot") format("otf");
}
@font-face {
    font-family: "avenir-light-oblique";
    src: url("../fonts/AvenirLTStd-LightOblique.eot") format("otf");
}
@font-face {
    font-family: "avenir-medium";
    src: url("../fonts/AvenirLTStd-Medium.eot") format("otf");
}
.slick-slider {
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}
.slick-list {
    position: relative;
    overflow: hidden;
    display: block;
    margin: 0;
    padding: 0;
}
.slick-list:focus {
    outline: none;
}
.slick-list.dragging {
    cursor: pointer;
    cursor: hand;
}
.slick-slider .slick-track,
.slick-slider .slick-list {
    transform: translate3d(0, 0, 0);
}
.slick-track {
    position: relative;
    left: 0;
    top: 0;
    display: block;
    margin-left: auto;
    margin-right: auto;
}
.slick-track:before,
.slick-track:after {
    content: "";
    display: table;
}
.slick-track:after {
    clear: both;
}
.slick-loading .slick-track {
    visibility: hidden;
}
.slick-slide {
    float: left;
    height: 100%;
    min-height: 1px;
    display: none;
}
[dir="rtl"] .slick-slide {
    float: right;
}
.slick-slide img {
    display: block;
}
.slick-slide.slick-loading img {
    display: none;
}
.slick-slide.dragging img {
    pointer-events: none;
}
.slick-initialized .slick-slide {
    display: block;
}
.slick-loading .slick-slide {
    visibility: hidden;
}
.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
} /*! normalize.css v7.0.0 | MIT License | github.com/necolas/normalize.css */
html {
    line-height: 1.15;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
}
body {
    margin: 0;
}
article,
aside,
footer,
header,
nav,
section {
    display: block;
}
h1 {
    font-size: 2em;
    margin: 0.67em 0;
}
figcaption,
figure,
main {
    display: block;
}
figure {
    margin: 1em 40px;
}
hr {
    box-sizing: content-box;
    height: 0;
    overflow: visible;
}
pre {
    font-family: monospace, monospace;
    font-size: 1em;
}
a {
    background-color: transparent;
    -webkit-text-decoration-skip: objects;
}
abbr[title] {
    border-bottom: none;
    text-decoration: underline;
    text-decoration: underline dotted;
}
b,
strong {
    font-weight: inherit;
}
b,
strong {
    font-weight: bolder;
}
code,
kbd,
samp {
    font-family: monospace, monospace;
    font-size: 1em;
}
dfn {
    font-style: italic;
}
mark {
    background-color: #ff0;
    color: #000;
}
small {
    font-size: 80%;
}
sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}
sub {
    bottom: -0.25em;
}
sup {
    top: -0.5em;
}
audio,
video {
    display: inline-block;
}
audio:not([controls]) {
    display: none;
    height: 0;
}
img {
    border-style: none;
}
svg:not(:root) {
    overflow: hidden;
}
button,
input,
optgroup,
select,
textarea {
    font-family: sans-serif;
    font-size: 100%;
    line-height: 1.15;
    margin: 0;
}
button,
input {
    overflow: visible;
}
button,
select {
    text-transform: none;
}
button,
html [type="button"],
[type="reset"],
[type="submit"] {
    -webkit-appearance: button;
}
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
    border-style: none;
    padding: 0;
}
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
    outline: 1px dotted ButtonText;
}
fieldset {
    padding: 0.35em 0.75em 0.625em;
}
legend {
    box-sizing: border-box;
    color: inherit;
    display: table;
    max-width: 100%;
    padding: 0;
    white-space: normal;
}
progress {
    display: inline-block;
    vertical-align: baseline;
}
textarea {
    overflow: auto;
}
[type="checkbox"],
[type="radio"] {
    box-sizing: border-box;
    padding: 0;
}
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
    height: auto;
}
[type="search"] {
    -webkit-appearance: textfield;
    outline-offset: -2px;
}
[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}
::-webkit-file-upload-button {
    -webkit-appearance: button;
    font: inherit;
}
details,
menu {
    display: block;
}
summary {
    display: list-item;
}
canvas {
    display: inline-block;
}
template {
    display: none;
}
[hidden] {
    display: none;
}
.accordion {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    margin: 1rem auto;
    background-color: #fff;
}
.accordion .accordion-title {
    position: relative;
    margin: 0;
    padding: 12px 100px 12px 30px;
    font-weight: 300;
    background-color: #f4f4f5;
    transition: color 0.2s, background-color 0.2s;
}
.accordion .accordion-title:hover {
    cursor: pointer;
}
.accordion .accordion-title:hover,
.accordion .accordion-title:focus {
    color: #da4d2a;
}
.accordion .accordion-title:hover::before,
.accordion .accordion-title:focus::before {
    color: #da4d2a;
    border-color: #da4d2a;
}
.accordion .accordion-title::after {
    content: "+";
    position: absolute;
    top: 0;
    bottom: 0;
    right: 20px;
    height: 30px;
    margin: auto 0;
    width: 30px;
    text-align: center;
    font-size: 3rem;
    line-height: 1;
    font-weight: 300;
    color: #000;
    transition: color 0.2s, border-color 0.2s;
}
.accordion .accordion-title.-active {
    border: 1px solid #d7d7d7;
    border-bottom: 0 solid transparent;
    background-color: #da4d2a;
    color: #fff;
}
.accordion .accordion-title.-active::after {
    content: "-";
    color: #fff;
}
.accordion .accordion-content {
    display: none;
    padding: 12px 50px;
    border: 1px solid #d7d7d7;
}
.alert-bar {
    height: 30px;
    padding: 10px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #da4d2a;
}
@media screen and (max-width: 62.49em) {
    .alert-bar {
        padding: 10px 40px;
    }
}
.alert-bar a {
    color: #fff;
    border-bottom: 0;
    text-decoration: underline;
    text-align: center;
}
.alert-bar a:hover {
    cursor: pointer;
}
@media screen and (max-width: 48.0525em) {
    .alert-bar a {
        font-size: 1.6rem;
    }
}
.alert-bar a:hover,
.alert-bar a:focus {
    color: #000;
}
.alert-bar .-close {
    position: absolute;
    right: 20px;
    color: #fff;
    font-size: 2rem;
}
.alert-bar .-close:hover {
    cursor: pointer;
}
button,
.button {
    display: inline-block;
    height: auto;
    padding: 9px;
    background-color: #da4d2a;
    border: 0;
    border-radius: 23px;
    color: #fff;
    text-transform: uppercase;
    font-size: 1.8rem;
    font-weight: 100;
    line-height: 1.8rem;
    font-family: "avenir", "Open Sans", sans-serif;
    transition: background-color 0.2s;
}
button:hover,
button:focus,
.button:hover,
.button:focus {
    background-color: #a2381e;
    color: #fff;
    cursor: pointer;
}
button.-alt,
.button.-alt {
    color: #5a3d82;
    background-color: #fff;
    transition: color 0.2s, background-color 0.2s;
}
button.-alt:hover,
button.-alt:focus,
.button.-alt:hover,
.button.-alt:focus {
    color: #fff;
    background-color: #8c6bba;
}

.event-tile {
    position: relative;
    width: 260px;
    max-width: 260px;
    margin: 10px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
}
.event-tile .event-image {
    height: 200px;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    background-color: #515153;
}
.event-tile .wave {
    position: absolute;
    top: 124px;
    width: 100%;
}
.event-tile .event-details {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: justify;
    justify-content: space-between;
    height: 160px;
    padding: 0 20px 20px 20px;
    background-color: #fff;
}
.event-tile .event-details .bottom {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.event-tile .event-details .title {
    font-size: 2rem;
    line-height: 2.7rem;
    font-weight: 500;
    color: #000;
    border: 0;
}
.event-tile .event-details .title:hover,
.event-tile .event-details .title:focus {
    color: #da4d2a;
    text-decoration: underline;
}
.event-tile .event-details .date,
.event-tile .event-details .time {
    margin: 0;
}
.event-tile .event-details .date {
    font-size: 1.5rem;
    font-weight: 300;
    line-height: 2rem;
    color: #606060;
    text-transform: uppercase;
    margin-bottom: 5px;
}
.event-tile .event-details .time {
    font-size: 1.4rem;
    font-weight: 500;
    line-height: 1.9rem;
}
.event-tile .event-details .event-icon {
    height: 25px;
    width: 25px;
    -o-object-fit: contain;
    object-fit: contain;
    padding: 5px;
    border-top: 5px solid #d6d4a5;
    border-right: 5px solid transparent;
    border-bottom: 5px solid transparent;
    border-left: 5px solid #d6d4a5;
    border-radius: 50%;
}
.event {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-pack: start;
    justify-content: flex-start;
    padding: 28px 35px;
    margin: 20px 0;
    height: auto;
    background-color: #fff;
}
@media screen and (max-width: 48.0525em) {
    .event {
        -ms-flex-direction: column;
        flex-direction: column;
    }
}
.event .lhs,
.event .rhs {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-align: start;
    align-items: flex-start;
}
.event .lhs {
    width: 20%;
    padding-left: 4%;
    box-sizing: border-box;
}
@media screen and (max-width: 48.0525em) {
    .event .lhs {
        width: 100%;
        padding-left: 0;
    }
}
.event .lhs a,
.event .lhs p {
    text-transform: uppercase;
}
.event .lhs .month,
.event .lhs .day {
    margin-bottom: 5px;
}
.event .lhs .day {
    font-size: 7.2rem;
}
.event .lhs .weekday,
.event .lhs .month {
    font-weight: 600;
    font-size: 1.5rem;
}
.event .rhs {
    width: 80%;
}
@media screen and (max-width: 48.0525em) {
    .event .rhs {
        width: 100%;
    }
}
.event .rhs .title {
    margin: 0 0 20px 0;
    text-transform: capitalize;
    border-bottom: 0;
    padding: 0;
    font-size: 3.4rem;
    font-weight: 300;
}
.event .rhs .title:hover,
.event .rhs .title:focus {
    border-bottom: 0;
}
.event .rhs .date-container,
.event .rhs .address-container {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 10px;
}
.event .rhs .date-container .icon,
.event .rhs .address-container .icon {
    font-size: 1.2rem;
    color: #5a3d82;
    margin-right: 10px;
}
.event .rhs .date-container p,
.event .rhs .address-container p {
    margin-bottom: 0;
}
.event .rhs .date-container .date {
    margin-right: 23px;
}
.event .rhs .date-container .time {
    font-size: 1.9rem;
    font-weight: 500;
    color: #404041;
    text-transform: lowercase;
}
.event .rhs .address-container {
    margin-bottom: 0;
}
.event .rhs .address-container .city {
    margin-right: 23px;
    color: #606060;
}
.event .rhs .address-container .address {
    color: #b2b2b2;
}
.event .rhs .description {
    margin-bottom: 0;
}
.featured-event {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -ms-flex-align: stretch;
    align-items: stretch;
    padding: 25px 50px;
    width: 798px;
    height: auto;
    background-color: #fff;
    border: 1px solid rgba(255, 255, 255, 0.59);
}
@media screen and (max-width: 69.6775em) {
    .featured-event {
        position: relative;
        top: unset;
        -ms-flex-order: 0;
        order: 0;
        max-width: unset;
        -ms-flex-align: center;
        align-items: center;
        width: auto;
    }
    .featured-event .lhs {
        margin-bottom: 20px;
    }
}
@media screen and (max-width: 48.0525em) {
    .featured-event {
        -ms-flex-align: start;
        align-items: flex-start;
        padding: 20px;
    }
}
.featured-event .lhs,
.featured-event .rhs {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -ms-flex-positive: 1;
    flex-grow: 1;
    height: 100%;
}
.featured-event .lhs {
    width: auto;
    padding-right: 50px;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-positive: 0;
    flex-grow: 0;
}
@media screen and (max-width: 48.0525em) {
    .featured-event .lhs {
        width: 40%;
        -ms-flex-preferred-size: unset;
        flex-basis: unset;
        -ms-flex-pack: start;
        justify-content: flex-start;
    }
}
.featured-event .lhs a,
.featured-event .lhs p {
    text-transform: uppercase;
}
.featured-event .lhs a {
    position: absolute;
    bottom: 25px;
    letter-spacing: -0.5px;
}
.featured-event .lhs .weekday,
.featured-event .lhs .month {
    font-weight: 500;
    margin-bottom: 15px;
}
@media screen and (max-width: 48.0525em) {
    .featured-event .lhs .weekday,
    .featured-event .lhs .month {
        font-size: 1.5rem;
        line-height: 1;
    }
}
.featured-event .lhs .weekday {
    margin-bottom: 0;
}
.featured-event .lhs .day {
    margin-bottom: 6px;
    line-height: 1;
}
@media screen and (max-width: 48.0525em) {
    .featured-event .lhs .day {
        font-size: 6.4rem;
        line-height: 1;
    }
}
@media screen and (max-width: 48.0525em) {
    .featured-event .lhs .optional-link {
        position: absolute;
        bottom: 35px;
    }
}
.featured-event .rhs .label {
    text-transform: uppercase;
    font-weight: 500;
    letter-spacing: 2.9px;
    margin-bottom: 20px;
}
@media screen and (max-width: 48.0525em) {
    .featured-event .rhs .label {
        display: none;
    }
}
.featured-event .rhs .title {
    margin-top: 0;
    text-decoration: none;
    border-bottom: 0;
    font-weight: 300;
    font-size: 3.2rem;
    line-height: 1.5;
    margin-bottom: 1rem;
    text-transform: capitalize;
    width: 100%;
}
@media screen and (max-width: 48.0525em) {
    .featured-event .rhs .title {
        font-size: 2.1rem;
        line-height: 1.3;
        margin-bottom: 10px;
    }
}
.featured-event .rhs .description {
    margin: 0;
    line-height: 1.4;
    width: 100%;
}
@media screen and (max-width: 48.0525em) {
    .featured-event .rhs .description {
        font-size: 1.5rem;
    }
}
.featured-event .rhs .optional-link {
    display: none;
}
.featured-staff {
    display: block;
}
.featured-staff::after {
    clear: both;
    content: "";
    display: block;
}
.featured-staff > a {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    height: 358px;
    width: 340px;
    border-bottom: 0 solid transparent;
    width: calc(33.3333333333% - 26.6666666667px);
    float: left;
    margin-left: 20px;
}
@media screen and (max-width: 69.6775em) {
    .featured-staff > a {
        width: calc(50% - 30px);
        float: left;
        margin-left: 20px;
    }
}
@media screen and (max-width: 48.0525em) {
    .featured-staff > a {
        width: calc(100% - 40px);
        float: left;
        margin-left: 20px;
    }
}
.featured-staff > a:hover,
.featured-staff > a:focus {
    border-bottom: 0 solid transparent;
}
.featured-staff img {
    height: 358px;
    width: 340px;
    -o-object-fit: cover;
    object-fit: cover;
}
.featured-staff .staff-details {
    max-width: 700px;
    height: 358px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: calc(66.6666666667% - 33.3333333333px);
    float: left;
    margin-left: 20px;
}
@media screen and (max-width: 69.6775em) {
    .featured-staff .staff-details {
        width: calc(50% - 30px);
        float: left;
        margin-left: 20px;
    }
}
@media screen and (max-width: 48.0525em) {
    .featured-staff .staff-details {
        width: calc(100% - 40px);
        float: left;
        margin-left: 20px;
    }
}
.featured-staff .staff-details .staff-information {
    margin-top: 10px;
}
.featured-staff .staff-details .name {
    display: block;
    font-size: 2.2rem;
    font-weight: 500;
    line-height: 3rem;
    color: #404041;
    margin-bottom: 5px;
    border-bottom: 0;
    transition: color 0.2s;
}
.featured-staff .staff-details .name:hover,
.featured-staff .staff-details .name:focus {
    color: #da4d2a;
}
.featured-staff .staff-details .name,
.featured-staff .staff-details .title,
.featured-staff .staff-details .bio {
    color: #404041;
}
.featured-staff .staff-details .phone,
.featured-staff .staff-details .company {
    font-size: 1.5rem;
}
.featured-staff .staff-details .phone {
    font-size: 1.6rem;
    line-height: 1.6rem;
    font-weight: 300;
    color: #b2b2b2;
    margin-bottom: 0;
}
.featured-staff .staff-details .company {
    color: #232323;
}
.featured-staff .staff-details .contact-details {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.featured-staff .staff-details .contact-details .top {
    height: 40px;
}
.featured-staff .staff-details .contact-details .icon {
    height: 30px;
    width: 30px;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0;
    color: #000;
    border: 1px solid #000;
    border-radius: 50%;
    transition: border 0.2s, color 0.2s;
}
.featured-staff .staff-details .contact-details .icon:hover,
.featured-staff .staff-details .contact-details .icon:focus {
    color: #eb8989;
    border: 1px solid #eb8989;
}
.featured-video-banner {
    position: relative;
    width: 100%;
    max-width: 1440px;
    margin: 0 auto;
    height: 550px;
    padding: 40px 57px 20px 57px;
    box-sizing: border-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: justify;
    justify-content: space-between;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}
@media screen and (max-width: 48.0525em) {
    .featured-video-banner {
        padding: 20px;
    }
}
.featured-video-banner::after {
    position: absolute;
    content: "";
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.06) 0%, rgba(0, 0, 0, 0.73) 100%);
}
.featured-video-banner .video-link {
    -ms-flex-item-align: end;
    align-self: flex-end;
    padding-bottom: 0;
    border: 0;
    z-index: 100;
}
@media screen and (max-width: 48.0525em) {
    .featured-video-banner .video-link {
        -ms-flex-item-align: start;
        align-self: flex-start;
    }
}
.featured-video-banner .video-link .video-play-button {
    height: auto;
    width: auto;
    display: -ms-flexbox;
    display: flex;
}
.featured-video-banner .video-link .video-play-button .play-button__img {
    height: 45px;
    width: auto;
}
.featured-video-banner .video-link .video-play-button .play-text {
    position: relative;
    top: 10px;
    left: 10px;
    white-space: nowrap;
    color: #fff;
    font-weight: 400;
    font-size: 2rem;
}
.featured-video-banner .video-link .video-play-button:hover .fa-circle,
.featured-video-banner .video-link .video-play-button:focus .fa-circle {
    color: #000;
}
.featured-video-banner .video-link .video-play-button:hover .fa-play,
.featured-video-banner .video-link .video-play-button:focus .fa-play {
    color: #fff;
}
.featured-video-banner .video-link .fa-circle {
    color: rgba(0, 0, 0, 0.5);
    font-size: 5rem;
    transition: color 0.2s;
}
.featured-video-banner .video-link .fa-play {
    color: rgba(255, 255, 255, 0.8);
    transition: color 0.2s;
}
.featured-video-banner .video-link .fa-play:hover,
.featured-video-banner .video-link .fa-play:focus {
    color: #fff;
}
.featured-video-banner .information-container {
    -ms-flex-item-align: start;
    align-self: flex-start;
    max-width: 1080px;
    width: 100%;
    z-index: 100;
}
.featured-video-banner .information-container .pre-title,
.featured-video-banner .information-container .title,
.featured-video-banner .information-container .description,
.featured-video-banner .information-container .duration {
    color: #fff;
}
.featured-video-banner .information-container .pre-title {
    text-transform: uppercase;
    font-weight: 300;
    font-size: 1.5rem;
    line-height: 3.9rem;
    letter-spacing: 2.9px;
}
.featured-video-banner .information-container .title {
    font-size: 4rem;
    line-height: 4rem;
    font-weight: 700;
    margin-bottom: 0;
}
.featured-video-banner .information-container .description {
    font-weight: 100;
    font-size: 1.5rem;
    line-height: 3.9rem;
}
.featured-video-banner .information-container .duration {
    display: inline-block;
    font-weight: 900;
    font-size: 1.3rem;
    line-height: 1.3rem;
    letter-spacing: 1px;
    padding: 10px;
    background-color: #5a3d82;
}
.google-maps {
    position: relative;
    display: block;
    height: 485px;
    width: 730px;
    margin: 20px;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}
.google-maps .details {
    display: inline-block;
    margin: 12px;
    background-color: #fff;
    padding: 20px;
}
.google-maps .details .title,
.google-maps .details .address {
    color: #606060;
}
.google-maps .details .title {
    font-size: 1.7rem;
    font-weight: 500;
    line-height: 2.3rem;
}
.google-maps .details .address {
    font-size: 1.5rem;
    font-weight: 300;
    line-height: 2.2rem;
}
.news-tile {
    position: relative;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -ms-flex-direction: column;
    flex-direction: column;
    height: 360px;
    width: calc(33% - 5px);
    max-height: 360px;
    margin: 10px 5px 10px 0;
    background-color: #fff;
}
.news-tile::after {
    content: "";
    position: absolute;
    bottom: 0;
    width: 118px;
    left: 0;
    right: 0;
    margin: 0 auto;
    height: 3px;
    background-color: #d6d4a5;
}
@media only screen and (max-width: 768px) {
    .news-tile {
        height: 100%;
    }
}
.news-tile .news-image {
    position: relative;
    width: 100%;
    height: 201px;
    -o-object-fit: cover;
    object-fit: cover;
    background-color: #e8e8e8;
}
.news-tile .news-image.no-image:after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    height: 90px;
    background-image: url("./img/default-logo.png");
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    opacity: 0.5;
}
.news-tile .category-link {
    border-bottom: 0;
    padding: 0;
}
.news-tile .news-tile-content {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: space-evenly;
    justify-content: space-evenly;
    padding: 12px 16px;
    text-align: center;
}
.news-tile .news-tile-content .date,
.news-tile .news-tile-content .category {
    font-size: 1.5rem;
    line-height: 0;
    font-weight: 300;
    color: #5a3d82;
    text-transform: uppercase;
}
@media screen and (max-width: 48.0525em) {
    .news-tile .news-tile-content .date,
    .news-tile .news-tile-content .category {
        font-size: 1.25rem;
    }
}
.news-tile .news-tile-content .category {
    border-bottom: 0;
    padding: 0;
}
.news-tile .news-tile-content .category:hover,
.news-tile .news-tile-content .category:focus {
    color: #da4d2a;
    text-decoration: underline;
}
.news-tile .news-tile-content .cat-comma:last-of-type {
    display: none;
}
.news-tile .news-tile-content .title {
    font-size: 1.7rem;
    line-height: 2.8rem;
    font-weight: 500;
    color: #404041;
    text-transform: capitalize;
}
@media screen and (max-width: 48.0525em) {
    .news-tile .news-tile-content .title {
        font-size: 1.6rem;
        line-height: 2.2rem;
    }
}
.news-tile .news-tile-content .title:hover,
.news-tile .news-tile-content .title:focus {
    color: #da4d2a;
    text-decoration: underline;
}
.news-tile .news-tile-content .top p,
.news-tile .news-tile-content .top div {
    display: inline-block;
}
.news-tile .news-tile-content .top .categories {
    margin-top: 0;
    margin-bottom: 10px;
}
.news-items.slider-desktop .news-tile {
    margin: 10px 20px;
}
@media screen and (max-width: 78.115em) {
    .news-items.slider-desktop .news-tile {
        margin: 10px;
    }
}
.page-title {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -ms-flex-align: center;
    align-items: center;
    min-height: 157px;
    padding: 10px 20px;
    background-color: #6d6e70;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.page-title:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.75);
    background: linear-gradient(270deg, rgba(120, 120, 120, 0.7) 0%, rgba(95, 95, 95, 0.85) 40.23%, rgba(80, 80, 80, 0.99) 100%);
    z-index: 10;
}
.page-title h1 {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    color: #fff;
    text-transform: uppercase;
    font-size: 4.5rem;
    font-weight: 700;
    z-index: 20;
}
.post-item {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
    flex-direction: row;
    height: 300px;
    width: calc(100% - 40px);
    float: left;
    margin-left: 20px;
    margin-left: 0;
    margin-bottom: 20px;
}
@media screen and (max-width: 62.49em) {
    .post-item {
        -ms-flex-direction: column;
        flex-direction: column;
        height: auto;
    }
}
.post-item img,
.post-item .image {
    position: relative;
    width: 400px;
    min-width: 400px;
    height: 300px;
    -o-object-fit: cover;
    object-fit: cover;
    background-color: #e8e8e8;
}
@media screen and (max-width: 62.49em) {
    .post-item img,
    .post-item .image {
        min-width: 0;
        width: 100%;
    }
}
.post-item .no-image:after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    height: 90px;
    background-image: url("./img/default-logo.png");
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    opacity: 0.5;
}
.post-item .post-details {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: space-evenly;
    justify-content: space-evenly;
    background-color: #fff;
    padding: 25px 40px;
    width: 100%;
    box-sizing: border-box;
}
@media screen and (max-width: 48.0525em) {
    .post-item .post-details {
        padding: 20px;
    }
}
.post-item .post-details .title-link {
    border: 0;
    margin-right: 10px;
}
.post-item .post-details .title {
    margin-top: 0;
    line-height: 1.1;
    font-size: 1.7rem;
    font-weight: 400;
    transition: color 0.2s;
}
@media screen and (min-width: 45em) {
    .post-item .post-details .title {
        font-size: 3.2rem;
        line-height: 1.4;
    }
}
.post-item .post-details .title:hover,
.post-item .post-details .title:focus {
    color: #da4d2a;
}
.post-item .post-details .author-date,
.post-item .post-details .categories {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: start;
    justify-content: flex-start;
    width: 100%;
}
.post-item .post-details .author-date .spacer {
    height: 5px;
    width: 5px;
    margin: 10px;
    background-color: #b2b2b2;
    border-radius: 50%;
}
.post-item .post-details .author-date .date {
    color: #6d6e70;
    text-transform: uppercase;
}
@media screen and (max-width: 48.0525em) {
    .post-item .post-details .author-date {
        margin: 5px 0;
    }
}
.post-item .post-details .categories span {
    font-weight: 700;
}
.post-item .post-details .categories span,
.post-item .post-details .categories a {
    margin-right: 5px;
}
.post-item .post-details .categories a {
    color: #8c6bba;
    border: 0;
}
.post-item .post-details .categories a:hover,
.post-item .post-details .categories a:focus {
    color: #5a3d82;
}
.post-item .post-details .categories a:last-of-type .comma-break {
    display: none;
}
@media screen and (max-width: 48.0525em) {
    .post-item .post-details .categories {
        margin: 5px 0;
    }
}
.post-item .post-details .snippet {
    width: 100%;
}
@media screen and (max-width: 48.0525em) {
    .post-item .post-details .snippet {
        margin: 5px 0;
    }
}
.pull-quote {
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-align: center;
    align-items: center;
    max-width: 961px;
    width: auto;
    margin: 50px auto;
}
.pull-quote .quote {
    margin: 0 0 1rem;
    font-size: 2.8rem;
    line-height: 1.3;
    font-weight: 300;
    font-family: "avenir", "Open Sans", sans-serif;
    color: #5a3d82;
    background-repeat: no-repeat;
    background-position: 0 0;
    padding: 20px 20px 0 20px;
}
.pull-quote .break {
    height: 2px;
    width: 79px;
    margin-top: 50px;
    background-color: #d6d4a5;
    border-radius: 2px;
}
.pull-quote .author {
    margin-top: 20px;
    font-size: 2rem;
    line-height: 2.8rem;
    font-weight: 300;
    color: #404041;
}
.pull-quote .author-company {
    margin-top: 15px;
    color: #606060;
    font-size: 1.4rem;
    line-height: 1.9rem;
    letter-spacing: 0.025rem;
}
.share-button {
    position: relative;
    display: inline-block;
    width: 20px;
    height: 20px;
    line-height: 20px;
    padding: 8px;
    margin: 5px;
    background-color: #000;
    color: #fff;
    border-radius: 50%;
    border-bottom: 0 solid transparent;
}
.share-button:hover,
.share-button:focus {
    border-bottom: 0 solid transparent;
}
.share-button span {
    display: none;
}
.share-button svg {
    font-size: 20px;
    height: 20px;
    width: 20px;
    fill: currentColor;
}
.share-button:hover,
.share-button:hover svg {
    color: #fff;
}
.share-button.share-button--email:hover {
    background-color: #232323;
}
.share-button.share-button--email .icon {
    transform: translateY(-3px);
}
.share-button.share-button--linkedin {
    background-color: #0077b5;
}
.share-button.share-button--linkedin:hover {
    background-color: #005582;
}
.share-button.share-button--linkedin .icon {
    transform: translateY(-2px);
}
.share-button.share-button--facebook {
    background-color: #3b5998;
}
.share-button.share-button--twitter {
    background-color: #1da1f2;
}
.share-button.share-button--instagram {
    background-color: #e1306c;
}
.share-button.share-button--pinterest {
    background-color: #bd081c;
}
.share-button.share-button--flickr {
    background-color: #ff0084;
}
.share-button.share-button--youtube {
    background-color: red;
}
.share-button.share-button--googleplus {
    background-color: #dd4b39;
}
.share-button.share-button--yelp {
    background-color: #af0606;
}
.share-button.share-button--trip_advisor {
    background-color: #00af87;
}
.share-button.share-button--facebook:hover {
    background-color: #2d4373;
}
.share-button.share-button--twitter:hover {
    background-color: #0c85d0;
}
.share-button.share-button--instagram:hover {
    background-color: #c21c54;
}
.share-button.share-button--pinterest:hover {
    background-color: #8c0615;
}
.share-button.share-button--flickr:hover {
    background-color: #cc006a;
}
.share-button.share-button--youtube:hover {
    background-color: #c00;
}
.share-button.share-button--googleplus:hover {
    background-color: #c23321;
}
.share-button.share-button--yelp:hover {
    background-color: #7e0404;
}
.share-button.share-button--trip_advisor:hover {
    background-color: #007c60;
}
.social-icons {
    margin-left: 10px;
}
.social-icons a {
    border-bottom: 0;
}
.social-icons a:hover svg,
.social-icons a:focus svg {
    color: #000;
}
.social-icons svg {
    font-size: 1.6rem;
    margin: 0 0 0 20px;
    color: #fff;
    transition: color 0.2s;
}
.social-icons.-grey svg {
    color: #606060;
}
.social-icons.-grey a:hover svg,
.social-icons.-grey a:focus svg {
    color: #000;
    border-bottom: 0;
}
.share-icons {
    display: -ms-inline-flexbox;
    display: inline-flex;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-pack: space-evenly;
    justify-content: space-evenly;
    -ms-flex-align: center;
    align-items: center;
    padding: 10px 0;
}
.share-icons .title {
    text-transform: uppercase;
}
.share-icons .btn {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    height: 27px;
    width: 27px;
    border-radius: 50%;
    border-bottom: 0;
    color: #fff;
    font-size: 1.5rem;
    transition: color 0.2s, background-color 0.2s;
}
.share-icons .btn.btn-facebook {
    background-color: #3b5998;
}
.share-icons .btn.btn-facebook:hover,
.share-icons .btn.btn-facebook:focus {
    background-color: #1e2e4f;
}
.share-icons .btn.btn-twitter {
    background-color: #1da1f2;
}
.share-icons .btn.btn-twitter:hover,
.share-icons .btn.btn-twitter:focus {
    background-color: #0967a0;
}
.share-icons .btn.btn-linkedin {
    background-color: #0077b5;
}
.share-icons .btn.btn-linkedin:hover,
.share-icons .btn.btn-linkedin:focus {
    background-color: #00344f;
}
.share-icons .btn:hover,
.share-icons .btn:focus {
    color: #f4f4f5;
}
.staff-contact {
    display: -ms-inline-flexbox;
    display: inline-flex;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-pack: start;
    justify-content: flex-start;
    padding: 10px 0;
}
@media screen and (max-width: 48.0525em) {
    .staff-contact {
        margin: 20px;
    }
}
.staff-contact .staff-img {
    height: 90px;
    width: 90px;
    margin-right: 35px;
    border-radius: 50%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
}
.staff-contact .staff-img.-no-image {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
}
.staff-contact .staff-img.-no-image .fa-user {
    font-size: 6rem;
    color: #737373;
}
@media screen and (max-width: 48.0525em) {
    .staff-contact .header {
        margin: 0 20px;
    }
}
.staff-contact .name {
    display: block;
    font-size: 2.2rem;
    font-weight: 500;
    line-height: 1.3;
    color: #404041;
    margin-bottom: 10px;
    border-bottom: 0;
}
.staff-contact .name:hover,
.staff-contact .name:focus {
    color: #da4d2a;
}
.staff-contact .title {
    font-size: 1.8rem;
    font-weight: 500;
    line-height: 1.3;
}
.staff-contact .phone {
    margin-right: 10px;
    color: #b2b2b2;
}
.staff-contact .email {
    border-bottom: 0 solid transparent;
    text-decoration: underline;
}
.staff-contact .contact-details {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.staff-list-item {
    display: -ms-inline-flexbox;
    display: inline-flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-align: center;
    align-items: center;
    height: 530px;
    width: 340px;
    margin: 23px 0;
}
.staff-list-item .staff-link {
    border: 0;
    padding: 0;
}
.staff-list-item .staff-image {
    height: 358px;
    width: 340px;
    background-color: #b2b2b2;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: top;
    object-position: top;
}
.staff-list-item .staff-content {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 340px;
    margin-top: 5px;
}
.staff-list-item .staff-content .staff-link:hover .staff-name,
.staff-list-item .staff-content .staff-link:focus .staff-name {
    color: #da4d2a;
}
.staff-list-item .staff-name {
    margin: 0;
    font-size: 2.2rem;
    line-height: 3rem;
    color: #404041;
    font-weight: 500;
    transition: color 0.2s;
}
.staff-list-item .staff-title {
    margin-bottom: 15px;
    font-size: 1.7rem;
}
.staff-list-item .staff-contact-information {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-direction: row;
    flex-direction: row;
}
.staff-list-item .staff-contact-information .lhs,
.staff-list-item .staff-contact-information .rhs {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
}
.staff-list-item .staff-contact-information .lhs {
    -ms-flex-pack: end;
    justify-content: flex-end;
}
.staff-list-item .staff-contact-information .rhs {
    -ms-flex-pack: end;
    justify-content: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
    text-align: right;
}
.staff-list-item .staff-social {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 12px;
}
.staff-list-item .staff-social a {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    height: 29px;
    width: 29px;
    padding: 0;
    color: #b2b2b2;
    font-size: 1.3rem;
    border: 1px solid #b2b2b2;
    border-radius: 50%;
    transition: color 0.2s, border 0.2s;
}
.staff-list-item .staff-social a:hover,
.staff-list-item .staff-social a:focus {
    color: #da4d2a;
    border: 1px solid #da4d2a;
}
.staff-list-item .staff-email a {
    display: block;
    font-size: 1.7rem;
    line-height: 2rem;
    padding: 0;
}
.staff-list-item .staff-phone {
    font-size: 1.6rem;
    line-height: 1.6rem;
    font-weight: 300;
    color: #b2b2b2;
    margin-bottom: 0;
}
.staff-list-item .staff-company {
    max-width: 133px;
    margin: 10px 0 0 0;
    font-size: 1.6rem;
    line-height: 1.6rem;
    font-weight: 300;
    font-style: oblique;
    color: #232323;
}
.subscribe-bar {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-align: center;
    align-items: center;
    background-color: #fff;
    height: 150px;
}
@media screen and (max-width: 48.0525em) {
    .subscribe-bar {
        padding: 40px 20px;
        height: auto;
    }
}
.subscribe-bar .container {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 0 20px;
    height: auto;
    width: 100%;
}
@media screen and (max-width: 74.99em) {
    .subscribe-bar .container {
        padding: 0 20px;
    }
}
@media screen and (max-width: 48.0525em) {
    .subscribe-bar .container {
        -ms-flex-direction: column;
        flex-direction: column;
        -ms-flex-pack: center;
        justify-content: center;
        -ms-flex-align: center;
        align-items: center;
    }
}
.subscribe-bar .container.container-grid::after {
    display: none;
    height: 0;
    width: 0;
}
@media screen and (max-width: 48.0525em) {
    .subscribe-bar .prompt,
    .subscribe-bar .submit-form {
        margin: 10px auto;
    }
}
.subscribe-bar .prompt {
    font-size: 3.6rem;
    line-height: 4.9rem;
    font-weight: 300;
    color: #404041;
}
@media screen and (max-width: 48.0525em) {
    .subscribe-bar .prompt {
        font-size: 5.5vw;
        line-height: 3rem;
        margin-bottom: 30px;
    }
}
.subscribe-bar .subscribe-form-modal {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    background-color: #fff;
    z-index: 9999999999;
    height: 100vh;
    width: 100vw;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-direction: column;
    flex-direction: column;
}
.subscribe-bar .subscribe-form-modal.-show {
    display: -ms-flexbox;
    display: flex;
}
.subscribe-bar .subscribe-form-modal .close-modal {
    position: absolute;
    top: 30px;
    right: 30px;
    height: 20px;
    width: 20px;
    filter: invert(100%);
    cursor: pointer;
}
.subscribe-bar .submit {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    right: 10px;
    width: 133px;
    border: 0;
    font-size: 1.4rem;
    line-height: 1.9rem;
    text-align: center;
}
.subscribe-form > .container-grid {
    padding-left: 0;
}
.submit-form__title.t-h3 {
    margin-bottom: 3rem;
}
.submit-form {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-align: start;
    align-items: flex-start;
    width: 100%;
    max-width: 499px;
    margin: 0;
}
@media screen and (max-width: 48.0525em) {
    .submit-form {
        width: 100%;
        margin: 0;
    }
}
.submit-form .input,
.submit-form .submit {
    height: 38px;
    border-radius: 16px;
}
.submit-form .input {
    margin-bottom: 1.5rem;
    width: 100%;
    border: 1px solid transparent;
    background-color: #f4f4f5;
    padding-left: 30px;
    font-size: 1.4rem;
}
@media screen and (min-width: 25em) and (max-width: 44.99em) {
    .submit-form .input {
        width: 100%;
    }
}
.submit-form .input.-error {
    background-color: #ffd7ce;
    color: #fd2600;
    border: 1px solid #fd2600;
}
.submit-form .submit {
    position: relative;
    right: 0;
    height: 36px;
    width: 150px;
    border: 0;
    margin-top: 1.5rem;
    font-size: 1.4rem;
    line-height: 1.9rem;
}
.submit-form .form__error-message,
.submit-form .submit-form__failure {
    padding: 5px 10px;
    margin: 10px 0;
    background-color: #ffd7ce;
    border-radius: 5px;
    color: #fd2600;
}
.submit-form__success {
    display: none;
    padding: 5px 10px;
    margin: 10px 0;
    background-color: #e1e3af;
    border-radius: 5px;
    color: #364215;
}
@keyframes loading {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}
.submit-form__loading {
    display: none;
    border: 4px solid rgba(0, 0, 0, 0.1);
    border-left-color: #5a3d82;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    animation: loading 1.2s linear infinite;
}
.submit-form__failure {
    display: none;
}
.video-modal {
    position: fixed;
    top: 0;
    left: 0;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-align: end;
    align-items: flex-end;
    box-sizing: border-box;
    padding: 100px;
    height: 100%;
    width: 100%;
    background-color: rgba(255, 255, 255, 0.9);
    z-index: 9999999999;
}
.video-modal iframe {
    -ms-flex-item-align: center;
    align-self: center;
}
.video-modal .video-modal-close {
    font-size: 4rem;
    line-height: 4rem;
}
.video-modal .video-modal-close:hover {
    cursor: pointer;
}
.video-tile {
    display: inline-block;
    width: 345px;
}
.video-tile .video {
    position: relative;
    height: 207px;
    width: 345px;
}
.video-tile .video img {
    display: block;
    height: 207px;
    width: 345px;
}
.video-tile .video .play-icon {
    position: absolute;
    top: 40%;
    right: 50%;
    left: 45%;
    background-color: rgba(0, 0, 0, 0.5);
    border-radius: 50%;
    padding: 15px;
    color: #fff;
    transition: color 0.2s;
}
.video-tile .video .play-icon:hover,
.video-tile .video .play-icon:focus {
    color: #000;
    cursor: pointer;
}
.video-tile .video .embed {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 99999;
    -ms-flex-line-pack: center;
    align-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-direction: column;
    flex-direction: column;
    background-color: rgba(255, 255, 255, 0.8);
    height: 100vh;
    width: 100vw;
}
.video-tile .video .embed iframe {
    margin: 0 auto;
}
.video-tile .video .embed.-active {
    display: -ms-flexbox;
    display: flex;
}
.video-tile .video-details {
    background-color: #fff;
    padding: 10px 20px;
}
.video-tile .video-details .title {
    font-size: 2rem;
    line-height: 2.3rem;
    font-weight: 500;
    color: #404041;
    text-transform: capitalize;
}
.video-tile .video-details .details {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.video-tile .video-details .company {
    font-size: 1.5rem;
    line-height: 2rem;
    font-weight: 300;
    color: #737373;
}
.video-tile .video-details .duration {
    background-color: #5a3d82;
    color: #fff;
    font-size: 1.2rem;
    font-weight: 900;
    line-height: 1.8rem;
    padding: 5px 10px;
}
.desktop-slider .slick-arrow {
    position: absolute;
    top: 40%;
    color: #da4d2a;
    font-size: 5rem;
    z-index: 100;
    border-top: 2.5px solid #da4d2a;
    height: 17px;
    width: 17px;
}
.desktop-slider .slick-arrow.prev {
    left: -30px;
    border-left: 2.5px solid #da4d2a;
    transform: rotate(-45deg);
}
.desktop-slider .slick-arrow.next {
    right: -30px;
    border-right: 2.5px solid #da4d2a;
    transform: rotate(45deg);
}
.desktop-slider .slick-arrow:hover {
    cursor: pointer;
}
.desktop-slider .slick-dots {
    list-style: none;
    padding: 0;
    margin: 25px auto 0;
}
.desktop-slider .slick-dots li {
    display: inline-block;
}
.desktop-slider .slick-dots li button {
    font-size: 0;
    height: 9px;
    width: 9px;
    padding: 0;
    margin: 0 5px;
    background-color: #d7d7d7;
}
.desktop-slider .slick-dots li.slick-active button {
    background-color: #5a3d82;
}
.slider-rows .slick-slide {
    opacity: 0;
    transition: opacity 0.5s;
}
.slider-rows .slick-current {
    opacity: 1;
    transition: opacity 0.5s;
}
.slick-slide {
    height: auto;
}
.event-info-box.offset-info-box {
    margin-top: -50px;
    margin-bottom: 80px;
    padding: 50px 0;
}
@media screen and (max-width: 69.6775em) {
    .event-info-box.offset-info-box {
        padding: 50px 0;
        margin-bottom: 0;
    }
}
@media screen and (max-width: 69.6775em) {
    .event-info-box.offset-info-box.info-box {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-direction: column;
        flex-direction: column;
    }
}
.event-info-box.offset-info-box .event-section-title {
    position: absolute;
    top: 35%;
    color: #5a3d82;
    font-size: 1.5rem;
    line-height: 3.9rem;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 2.9px;
}
.event-info-box.offset-info-box .event-section-title.-right {
    left: -90px;
    transform: rotate(-90deg);
}
.event-info-box.offset-info-box .event-section-title.-left {
    right: -90px;
    transform: rotate(90deg);
}
@media screen and (max-width: 69.6775em) {
    .event-info-box.offset-info-box .event-section-title.-right,
    .event-info-box.offset-info-box .event-section-title.-left {
        position: relative;
        transform: rotate(0);
        top: unset;
        right: unset;
        left: unset;
        -ms-flex-order: 0;
        order: 0;
    }
}
@media screen and (max-width: 48.0525em) {
    .event-info-box.offset-info-box .event-section-title.-right,
    .event-info-box.offset-info-box .event-section-title.-left {
        display: none;
    }
}
.event-info-box.offset-info-box .featured-event {
    position: absolute;
    top: -50px;
    -ms-flex-align: stretch;
    align-items: stretch;
    border: 1px solid rgba(225, 225, 225, 0.59);
    box-sizing: border-box;
    z-index: 100;
}
@media screen and (max-width: 69.6775em) {
    .event-info-box.offset-info-box .featured-event {
        position: relative;
        top: unset;
        -ms-flex-order: 1;
        order: 1;
        margin: 20px auto;
        max-width: 100%;
    }
}
@media screen and (max-width: 48.0525em) {
    .event-info-box.offset-info-box .featured-event {
        max-width: 95%;
    }
    .event-info-box.offset-info-box .featured-event .optional-link {
        bottom: 15px;
    }
}
.event-info-box.offset-info-box.-right .featured-event {
    right: 0;
}
.event-info-box.offset-info-box.-left .featured-event {
    left: 0;
}
.event-info-box.offset-info-box img.image {
    height: 550px;
    top: unset;
    bottom: -50px;
}
@media screen and (max-width: 69.6775em) {
    .event-info-box.offset-info-box img.image {
        -ms-flex-item-align: start;
        align-self: flex-start;
        bottom: unset;
        width: 90%;
        margin-bottom: -400px;
        min-height: 440px;
    }
}
.event-info-box.offset-info-box .content-box {
    height: 700px;
    padding: 0;
    -ms-flex-pack: end;
    justify-content: flex-end;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}
@media screen and (max-width: 69.6775em) {
    .event-info-box.offset-info-box .content-box {
        height: auto;
    }
}
.event-info-box.offset-info-box .content-box .filter {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -ms-flex-align: start;
    align-items: flex-start;
    padding: 60px;
    height: 100%;
    width: 100%;
    box-sizing: border-box;
    background-color: rgba(90, 61, 130, 0.9);
}
@media screen and (max-width: 69.6775em) {
    .event-info-box.offset-info-box .content-box .filter {
        height: auto;
        padding: 420px 20px 20px 20px;
    }
}
.event-info-box.offset-info-box .content-box .filter.-left {
    -ms-flex-align: end;
    align-items: flex-end;
    text-align: right;
}
.event-info-box.offset-info-box .content-box .filter .title,
.event-info-box.offset-info-box .content-box .filter .subtitle,
.event-info-box.offset-info-box .content-box .filter .description,
.event-info-box.offset-info-box .content-box .filter .external-link {
    color: #fff;
}
.event-info-box.offset-info-box .content-box .filter .description {
    font-size: 2.8rem;
    font-weight: 300;
    line-height: 1.46;
}
@media screen and (max-width: 69.6775em) {
    .event-info-box.offset-info-box .content-box .filter .description {
        font-size: 2rem;
        line-height: 1.5;
    }
}
.event-info-box.offset-info-box .content-box .filter .external-link {
    text-transform: uppercase;
}
.event-info-box.offset-info-box .content-box .filter .external-link:hover,
.event-info-box.offset-info-box .content-box .filter .external-link:focus {
    color: #eb8989;
}
.event-info-box.offset-info-box .content-box .filter .external-link:hover span,
.event-info-box.offset-info-box .content-box .filter .external-link:focus span {
    border-bottom: 1px solid #eb8989;
}
.event-info-box.offset-info-box .content-box .filter .external-link span {
    border-bottom: 1px solid #fff;
}
.event-info-box.offset-info-box .content-box .filter > * {
    max-width: 600px;
}
@media screen and (max-width: 74.99em) {
    .event-info-box.offset-info-box .content-box .filter > * {
        max-width: 500px;
    }
}
@media screen and (max-width: 69.6775em) {
    .event-info-box.offset-info-box .content-box .filter > * {
        max-width: unset;
    }
}
.win32.chrome .event-info-box.offset-info-box .event-section-title.-right,
.win16.chrome .event-info-box.offset-info-box .event-section-title.-right,
.windows.chrome .event-info-box.offset-info-box .event-section-title.-right,
.winCE.chrome .event-info-box.offset-info-box .event-section-title.-right {
    transform: rotate3d(0, 0, 1, -90deg);
}
@media screen and (max-width: 69.6775em) {
    .win32.chrome .event-info-box.offset-info-box .event-section-title.-right,
    .win16.chrome .event-info-box.offset-info-box .event-section-title.-right,
    .windows.chrome .event-info-box.offset-info-box .event-section-title.-right,
    .winCE.chrome .event-info-box.offset-info-box .event-section-title.-right {
        transform: rotate3d(0);
    }
}
.win32.chrome .event-info-box.offset-info-box .event-section-title.-left,
.win16.chrome .event-info-box.offset-info-box .event-section-title.-left,
.windows.chrome .event-info-box.offset-info-box .event-section-title.-left,
.winCE.chrome .event-info-box.offset-info-box .event-section-title.-left {
    transform: rotate3d(0, 0, 1, 90deg);
}
@media screen and (max-width: 69.6775em) {
    .win32.chrome .event-info-box.offset-info-box .event-section-title.-left,
    .win16.chrome .event-info-box.offset-info-box .event-section-title.-left,
    .windows.chrome .event-info-box.offset-info-box .event-section-title.-left,
    .winCE.chrome .event-info-box.offset-info-box .event-section-title.-left {
        transform: rotate3d(0);
    }
}
.featured-event-banner {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
    height: 487px;
    padding: 20px;
    margin: 20px 0;
    box-sizing: border-box;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}
@media screen and (max-width: 48.0525em) {
    .featured-event-banner {
        padding: 20px;
        height: auto;
    }
}
.featured-event-banner .featured-event {
    width: 720px;
    box-sizing: border-box;
}
.featured-event-banner .featured-event .rhs {
    -ms-flex-preferred-size: 75%;
    flex-basis: 75%;
}
.featured-event-banner .featured-event .lhs {
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
    width: auto;
    margin-bottom: 0;
}
.featured-event-banner .featured-event .lhs a {
    position: absolute;
    right: 50px;
    bottom: unset;
}
@media screen and (max-width: 48.0525em) {
    .featured-event-banner .featured-event .lhs a {
        position: relative;
        top: unset;
        right: unset;
        white-space: nowrap;
    }
}
@media screen and (max-width: 48.0525em) {
    .featured-event-banner .featured-event .lhs .weekday {
        margin-bottom: 0;
    }
}
.full-width-image-text-banner {
    position: relative;
    display: block;
    width: 100%;
    height: 550px;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}
@media screen and (max-width: 48.0525em) {
    .full-width-image-text-banner {
        height: 350px;
    }
}
.full-width-image-text-banner .container-grid {
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
}
.full-width-image-text-banner .content-tile {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    max-width: 580px;
    width: 100%;
    padding: 30px 50px;
    background-color: rgba(255, 255, 255, 0.95);
}
@media screen and (max-width: 48.0525em) {
    .full-width-image-text-banner .content-tile {
        position: relative;
        bottom: -250px;
        max-width: 90%;
        margin: 0 auto;
        padding: 25px;
        box-sizing: border-box;
        background-color: #fff;
        border: 1px solid rgba(255, 255, 255, 0.59);
    }
}
.full-width-image-text-banner .content-tile .title {
    line-height: 3.6rem;
    font-size: 3.6rem;
    color: #404041;
}
@media screen and (max-width: 48.0525em) {
    .full-width-image-text-banner .content-tile .title {
        font-size: 2.5rem;
        line-height: 4rem;
    }
}
.full-width-image-text-banner .content-tile .title,
.full-width-image-text-banner .content-tile .body,
.full-width-image-text-banner .content-tile .button {
    margin: 10px 0;
}
.full-width-image-text-banner .content-tile .title,
.full-width-image-text-banner .content-tile .body {
    width: 100%;
}
@media screen and (max-width: 48.0525em) {
    .full-width-image-text-banner .content-tile .body {
        font-size: 1.5rem;
        line-height: 2.5rem;
        margin-bottom: 25px;
    }
}
.full-width-image-text-banner .content-tile .button {
    box-sizing: border-box;
    padding: 13px 30px;
    font-size: 1.4rem;
    line-height: 2rem;
    border-radius: 18px;
    letter-spacing: 0.41px;
    border: 0;
}
@media screen and (max-width: 48.0525em) {
    .full-width-image-text-banner .content-tile .button {
        margin: 0 auto;
        padding: 13px 20px;
        width: 100%;
        text-align: center;
    }
}
.full-width-image-text-banner .content-tile .button:hover,
.full-width-image-text-banner .content-tile .button:focus {
    border: 0;
}
.icon-links .icons {
    margin-top: 30px;
}
.icon-links .icons::after {
    clear: both;
    content: "";
    display: block;
}
.icon-links .icons .icon-item {
    width: 180px;
    height: 145px;
    margin: 20px 0;
    width: calc(20% - 24px);
    float: left;
    margin-left: 20px;
}
@media screen and (max-width: 69.6775em) {
    .icon-links .icons .icon-item {
        width: calc(33.3333333333% - 26.6666666667px);
        float: left;
        margin-left: 20px;
    }
}
@media screen and (max-width: 48.0525em) {
    .icon-links .icons .icon-item {
        width: calc(50% - 30px);
        float: left;
        margin-left: 20px;
    }
}
.icon-links .icons .icon-item a {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: start;
    justify-content: flex-start;
    height: 100%;
    width: 100%;
    border: 0;
}
.icon-links .icons .icon-item .icon {
    height: 60px;
    width: 100%;
    -o-object-fit: contain;
    object-fit: contain;
    margin-bottom: 25px;
}
.icon-links .icons .icon-item .icon-text {
    color: #000;
    text-transform: uppercase;
    text-align: center;
}
@media screen and (max-width: 48.0525em) {
    .icon-links .icons .icon-item .icon-text {
        font-size: 1.3rem;
        line-height: 2rem;
    }
}
.info-box {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: space-evenly;
    justify-content: space-evenly;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    min-height: 500px;
    background-color: #fff;
}
@media screen and (max-width: 69.6775em) {
    .info-box {
        padding: 0 10px;
        -ms-flex-direction: column;
        flex-direction: column;
        -ms-flex-align: center;
        align-items: center;
    }
}
.info-box.-right {
    -ms-flex-pack: start;
    justify-content: flex-start;
}
.info-box.-right img {
    position: absolute;
    right: 0;
}
.info-box.-left {
    -ms-flex-pack: end;
    justify-content: flex-end;
}
.info-box.-left img {
    position: absolute;
    left: 0;
}
@media screen and (max-width: 69.6775em) {
    .info-box.-left img,
    .info-box.-right img {
        position: relative;
        right: unset;
        left: unset;
    }
}
.info-box img {
    height: 475px;
    width: 475px;
    margin: 10px 0;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
}
@media screen and (max-width: 69.6775em) {
    .info-box img {
        height: 100%;
        width: 100%;
        max-height: 343px;
        max-width: 100%;
        -ms-flex-order: 1;
        order: 1;
    }
}
.info-box .content-box {
    max-width: 540px;
    padding: 60px;
}
@media screen and (max-width: 76.24em) {
    .info-box .content-box {
        max-width: 420px;
    }
}
@media screen and (max-width: 69.6775em) {
    .info-box .content-box {
        max-width: unset;
        -ms-flex-order: 3;
        order: 3;
        padding-bottom: 0;
    }
}
@media screen and (max-width: 48.0525em) {
    .info-box .content-box {
        padding: 0;
    }
}
.info-box .content-box .title {
    font-size: 3.6rem;
    font-weight: 300;
    line-height: 4.9rem;
    color: #404041;
    margin-bottom: 2rem;
}
@media screen and (max-width: 48.0525em) {
    .info-box .content-box .title {
        font-size: 2.5rem;
        line-height: 3.7rem;
    }
}
.info-box .content-box .description {
    font-size: 1.8rem;
    font-weight: 300;
    line-height: 2.4rem;
    color: #404041;
}
@media screen and (max-width: 48.0525em) {
    .info-box .content-box .description {
        font-size: 1.5rem;
        line-height: 2.5rem;
    }
}
.info-box .content-box .external-link {
    margin-bottom: 40px;
    display: -ms-inline-flexbox;
    display: inline-flex;
    text-transform: uppercase;
    -ms-flex-align: baseline;
    align-items: baseline;
    font-size: 1.6rem;
    font-weight: 400;
    border-bottom: 0;
}
@media screen and (max-width: 47.99em) {
    .info-box .content-box .external-link {
        margin-top: 10px;
        margin-bottom: 20px;
    }
}
.info-box .content-box .external-link.button {
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
}
.info-box .content-box .external-link.button span {
    border-bottom: 0 solid transparent;
}
.info-box .content-box .external-link.button:hover span,
.info-box .content-box .external-link.button:focus span {
    border-bottom: 0;
}
.info-box .content-box .external-link span {
    border-bottom: 1px solid #da4d2a;
    transition: border-bottom 0.2s;
}
.info-box .content-box .external-link .fa-external-link-alt {
    margin-top: -4px;
    margin-left: 10px;
    font-size: 1.4rem;
}
.info-box .section-title {
    position: absolute;
    top: 30%;
    white-space: nowrap;
    width: 130px;
    color: #5a3d82;
    font-size: 1.5rem;
    line-height: 3.9rem;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 2.9px;
}
.info-box .section-title.-right {
    right: -90px;
    transform: rotate(90deg);
}
.info-box .section-title.-left {
    left: -90px;
    transform: rotate(-90deg);
}
@media screen and (max-width: 69.6775em) {
    .info-box .section-title.-right,
    .info-box .section-title.-left {
        display: none;
    }
}
.info-box .section-title.-mobile {
    display: none;
}
@media screen and (max-width: 69.6775em) {
    .info-box .section-title.-mobile {
        position: relative;
        top: 0;
        display: block;
    }
}
.win32.chrome .info-box .section-title.-right,
.win16.chrome .info-box .section-title.-right,
.windows.chrome .info-box .section-title.-right,
.winCE.chrome .info-box .section-title.-right {
    transform: rotate3d(0, 0, 1, 90deg);
}
@media screen and (max-width: 69.6775em) {
    .win32.chrome .info-box .section-title.-right,
    .win16.chrome .info-box .section-title.-right,
    .windows.chrome .info-box .section-title.-right,
    .winCE.chrome .info-box .section-title.-right {
        transform: rotate3d(0);
    }
}
.win32.chrome .info-box .section-title.-left,
.win16.chrome .info-box .section-title.-left,
.windows.chrome .info-box .section-title.-left,
.winCE.chrome .info-box .section-title.-left {
    transform: rotate3d(0, 0, 1, -90deg);
}
@media screen and (max-width: 69.6775em) {
    .win32.chrome .info-box .section-title.-left,
    .win16.chrome .info-box .section-title.-left,
    .windows.chrome .info-box .section-title.-left,
    .winCE.chrome .info-box .section-title.-left {
        transform: rotate3d(0);
    }
}
@media screen and (max-width: 48.0525em) {
    .latest-news {
        width: calc(100% + 20px);
        margin-left: -10px;
    }
}
.latest-news .news-items {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: space-evenly;
    justify-content: space-evenly;
    max-width: 100%;
    margin: 0;
}
@media screen and (max-width: 48.0525em) {
    .latest-news .news-items {
        padding: 0;
    }
}
.latest-news .news-items .news-tile {
    max-width: 360px;
}
.logo-slider.desktop-slider .header {
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 0;
}
@media screen and (max-width: 48.0525em) {
    .logo-slider.desktop-slider .header {
        margin: 0;
    }
}
.logo-slider .logo-items {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: space-evenly;
    justify-content: space-evenly;
    margin-top: 45px;
    max-width: 100%;
    min-height: 300px;
}
@media screen and (max-width: 48.0525em) {
    .logo-slider .logo-items {
        padding: 0;
    }
}
.logo-slider .logo-items .logo-item {
    display: block;
    height: 75px;
    width: 175px;
    min-height: 75px;
    min-width: 175px;
    max-width: 175px;
    border: 0;
    margin: 10px;
}
.logo-slider .logo-items .logo-item img {
    height: 75px;
    width: 175px;
    -o-object-fit: contain;
    object-fit: contain;
}
.logo-slider .link {
    display: inline-block;
    margin: 50px auto;
    text-transform: uppercase;
}
.logo-slider .slick-slide {
    max-height: 200px;
}
.logo-slider .slick-arrow.next {
    right: 0;
}
.logo-slider .slick-arrow.prev {
    left: 0;
}
@media screen and (max-width: 48.0525em) {
    .slider-rows.container-grid {
        padding-top: 250px;
        padding-bottom: 0;
    }
}
.offset-info-box {
    margin-top: 50px;
}
@media screen and (max-width: 69.6775em) {
    .offset-info-box {
        margin-top: 0;
    }
}
.offset-info-box.-right {
    -ms-flex-pack: start;
    justify-content: flex-start;
}
.offset-info-box.-left {
    -ms-flex-pack: end;
    justify-content: flex-end;
}
@media screen and (max-width: 69.6775em) {
    .offset-info-box.-right,
    .offset-info-box.-left {
        -ms-flex-pack: space-evenly;
        justify-content: space-evenly;
    }
}
@media screen and (max-width: 69.6775em) {
    .offset-info-box .section-title.-right,
    .offset-info-box .section-title.-left {
        display: none;
    }
}
.offset-info-box .section-title.-mobile {
    display: none;
}
@media screen and (max-width: 69.6775em) {
    .offset-info-box .section-title.-mobile {
        position: relative;
        top: 0;
        display: block;
    }
}
.offset-info-box .image {
    position: absolute;
    top: -40px;
    margin: 0;
}
@media screen and (max-width: 69.6775em) {
    .offset-info-box .image {
        top: 0;
        margin-bottom: 20px;
    }
}
.offset-info-box .image.-right {
    right: 20px;
}
.offset-info-box .image.-left {
    left: 0;
}
@media screen and (max-width: 69.6775em) {
    .offset-info-box .image.-right,
    .offset-info-box .image.-left {
        width: 100%;
        position: relative;
        left: unset;
        right: unset;
        -ms-flex-order: 1;
        order: 1;
    }
}
.offset-info-box .content-box {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-align: end;
    align-items: flex-end;
    width: calc(90% + 25px);
    max-width: none;
    background-color: #f4f4f5;
}
.offset-info-box .content-box.-left {
    margin-right: 0;
}
@media screen and (max-width: 69.6775em) {
    .offset-info-box .content-box.-left {
        margin: 0;
    }
}
.offset-info-box .content-box.-right {
    margin-left: 0;
}
@media screen and (max-width: 69.6775em) {
    .offset-info-box .content-box.-right {
        margin: 0;
    }
}
.offset-info-box .content-box.-right > * {
    -ms-flex-item-align: start;
    align-self: flex-start;
}
@media screen and (max-width: 69.6775em) {
    .offset-info-box .content-box {
        width: 100%;
        -ms-flex-order: 3;
        order: 3;
    }
}
.ordered-list .list {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: start;
    justify-content: flex-start;
    margin-top: 30px;
}
@media screen and (max-width: 48.0525em) {
    .ordered-list .list {
        padding: 15px;
    }
}
.ordered-list .list .list-item {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -ms-flex-align: center;
    align-items: center;
    width: calc(50% - 20px);
    list-style: none;
    margin: 10px;
}
@media screen and (max-width: 48.0525em) {
    .ordered-list .list .list-item {
        width: 100%;
    }
}
.ordered-list .list .list-item .counter {
    margin-right: 30px;
    padding: 2px 10px;
    border-radius: 50%;
    background-color: #929374;
    color: #fff;
}
.pull-quote-slider .quote-items {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: space-evenly;
    justify-content: space-evenly;
    max-width: 100%;
}
@media screen and (max-width: 48.0525em) {
    .pull-quote-slider .quote-items {
        padding: 0;
    }
}
.pull-quote-slider .quote-items .slick-slide {
    opacity: 0;
    transition: opacity 0.5s;
}
.pull-quote-slider .quote-items .slick-current {
    opacity: 1;
    transition: opacity 0.5s;
}
.pull-quote-slider .quote-items .pull-quote {
    max-width: 100vw;
    text-align: center;
    margin-top: 0;
    margin-bottom: 0;
    box-sizing: border-box;
}
@media screen and (max-width: 48.0525em) {
    .pull-quote-slider .quote-items .pull-quote {
        padding: 0 20px;
    }
}
.pull-quote-slider .quote-items .pull-quote .quote {
    max-width: 1000px;
}
@media screen and (max-width: 74.99em) {
    .pull-quote-slider .quote-items .pull-quote .quote {
        max-width: 70%;
    }
}
@media screen and (max-width: 48.0525em) {
    .pull-quote-slider .quote-items .pull-quote .quote {
        padding: 0;
        font-size: 2.5rem;
    }
}
.pull-quote-slider .quote-items .pull-quote .author {
    display: block;
}
.pull-quote-slider .quote-items .slick-arrow {
    display: none !important;
}
.recent-media .recent-media-items {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: 0;
}
.recent-media .recent-media-items::after {
    clear: both;
    content: "";
    display: block;
}
.recent-media .tile {
    display: -ms-inline-flexbox;
    display: inline-flex;
    -ms-flex-direction: column;
    flex-direction: column;
    width: calc(33.3333333333% - 26.6666666667px);
    float: left;
    margin-left: 20px;
    max-width: 100%;
    margin: 10px 0;
    background-color: #fff;
}
@media screen and (max-width: 69.6775em) {
    .recent-media .tile {
        width: calc(50% - 30px);
        float: left;
        margin-left: 20px;
        margin-bottom: 20px;
    }
}
@media screen and (max-width: 48.0525em) {
    .recent-media .tile {
        width: calc(100% - 40px);
        float: left;
        margin-left: 20px;
        float: unset;
        margin: 25px auto;
    }
}
.recent-media .tile a {
    position: relative;
    border-bottom: 0;
    height: 100%;
    width: 100%;
    display: block;
}
.recent-media .tile a:hover .video-play-button,
.recent-media .tile a:focus .video-play-button {
    color: rgba(0, 0, 0, 0.9);
}
.recent-media .tile a:hover .video-play-button .fa-play,
.recent-media .tile a:focus .video-play-button .fa-play {
    color: rgba(255, 255, 255, 0.9);
}
.recent-media .tile img {
    width: 100%;
    max-width: 100%;
    height: 210px;
    -o-object-fit: cover;
    object-fit: cover;
}
.recent-media .tile .play-button__img {
    height: 40px;
    width: auto;
}
.recent-media .tile .video-play-button {
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -28px 0 0 -30px;
    height: auto;
    width: auto;
}
.recent-media .tile .video-details {
    padding: 10px;
}
.recent-media .tile .video-details .title {
    font-size: 2rem;
    font-weight: 500;
    line-height: 3rem;
    color: #404041;
    text-transform: capitalize;
}
.recent-media .tile .video-details .title:hover,
.recent-media .tile .video-details .title:focus {
    color: #da4d2a;
}
.recent-media .tile .bottom {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.recent-media .tile .bottom .entity {
    font-size: 1.5rem;
    font-weight: 300;
    line-height: 2rem;
    color: #606060;
}
.recent-media .tile .bottom .duration {
    background-color: #5a3d82;
    padding: 5px;
    font-size: 1.2rem;
    font-weight: 900;
    line-height: 1.8rem;
    color: #fff;
}
.recent-media .tile .bottom .entity,
.recent-media .tile .bottom .duration {
    margin-bottom: 0;
}
.recent-media .tile.image {
    position: relative;
    -ms-flex-direction: row;
    flex-direction: row;
    height: 210px;
    background-color: transparent;
}
.recent-media .tile.image a {
    padding: 0;
}
.recent-media .tile.image a::after {
    position: absolute;
    content: "";
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.06) 0%, rgba(0, 0, 0, 0.73) 100%);
}
.recent-media .tile.image .image-title {
    position: absolute;
    bottom: 15px;
    left: 20px;
    display: block;
    width: 100%;
    max-width: 80%;
    z-index: 10;
    color: #fff;
    text-transform: capitalize;
    font-weight: 400;
}
.recent-media .slick-slide {
    margin: 0 5px;
}
.recent-media .slick-dots {
    display: none;
    list-style: none;
    padding: 0;
    margin: 0 auto;
}
@media screen and (max-width: 48.0525em) {
    .recent-media .slick-dots {
        display: block;
        margin-top: 0;
    }
}
.recent-media .slick-dots li {
    display: inline-block;
}
.recent-media .slick-dots li button {
    font-size: 0;
    height: 9px;
    width: 9px;
    padding: 0;
    margin: 0 5px;
    background-color: #d7d7d7;
}
.recent-media .slick-dots li.slick-active button {
    background-color: #5a3d82;
}
.related-links .links {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.related-links .links::after {
    clear: both;
    content: "";
    display: block;
}
.related-links .links .link {
    width: calc(33.3333333333% - 26.6666666667px);
    float: left;
    margin-left: 20px;
    margin-left: 0;
    margin-right: 0;
}
@media screen and (max-width: 69.6775em) {
    .related-links .links .link {
        width: calc(50% - 30px);
        float: left;
        margin-left: 20px;
        margin-bottom: 20px;
    }
}
@media screen and (max-width: 48.0525em) {
    .related-links .links .link {
        width: calc(100% - 40px);
        float: left;
        margin-left: 20px;
        float: unset;
        margin: 25px auto;
    }
}
.related-links .links .link a {
    display: block;
    height: 100%;
    width: 100%;
    border-bottom: 0;
}
.related-links .links .link a:hover .title:after,
.related-links .links .link a:focus .title:after {
    bottom: -15px;
    border-bottom: 6px solid #da4d2a;
}
.related-links .links .link img {
    width: 100%;
    height: 210px;
    -o-object-fit: cover;
    object-fit: cover;
    border-bottom: 0;
}
.related-links .links .link .title {
    position: relative;
    border-bottom: 0;
    color: #000;
    text-transform: uppercase;
    margin-top: 10px;
}
.related-links .links .link .title:after {
    content: "";
    position: absolute;
    border-bottom: 4px solid #5a3d82;
    left: 0;
    bottom: -10px;
    height: 0;
    width: 100px;
    border-radius: 4px;
    transition: border 0.2s, bottom 0.2s;
}
.related-news .news-items {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: start;
    justify-content: flex-start;
}
.related-news .news-items::after {
    clear: both;
    content: "";
    display: block;
}
@media screen and (max-width: 48.0525em) {
    .related-news .news-items {
        -ms-flex-pack: center;
        justify-content: center;
    }
}
.related-news .news-items .news-tile {
    width: calc(33.3333333333% - 26.6666666667px);
    float: left;
    margin-left: 20px;
}
@media screen and (max-width: 68.74em) {
    .related-news .news-items .news-tile {
        width: calc(50% - 30px);
        float: left;
        margin-left: 20px;
    }
}
@media screen and (max-width: 48.0525em) {
    .related-news .news-items .news-tile {
        width: calc(100% - 40px);
        float: left;
        margin-left: 20px;
    }
}
@media screen and (max-width: 69.6775em) {
    .spotlight-box-container.container-grid {
        padding: 0;
    }
}
@media screen and (max-width: 69.6775em) {
    .spotlight-info-box.offset-info-box {
        padding: 0;
    }
}
@media screen and (max-width: 69.6775em) {
    .spotlight-info-box.offset-info-box img.image {
        width: 94%;
        margin-bottom: -40px;
    }
}
.spotlight-info-box.offset-info-box .content-box {
    padding: 60px;
    box-sizing: border-box;
}
@media screen and (max-width: 69.6775em) {
    .spotlight-info-box.offset-info-box .content-box {
        padding-top: 100px;
        padding-bottom: 30px;
    }
}
.spotlight-info-box.offset-info-box .content-box li {
    position: relative;
    font-size: 1.6rem;
    margin-bottom: 2rem;
    list-style: none;
}
.spotlight-info-box.offset-info-box .content-box li::before {
    content: "•";
    position: absolute;
    left: -20px;
    color: #5a3d82;
    font-size: 1.8rem;
    padding-right: 20px;
}
.spotlight-info-box.offset-info-box .content-box.-right > * {
    -ms-flex-item-align: start;
    align-self: flex-start;
    margin-right: 0;
    text-align: left;
}
.spotlight-info-box.offset-info-box .content-box.-right > * li {
    text-align: left;
}
@media screen and (max-width: 69.6775em) {
    .spotlight-info-box.offset-info-box .content-box.-right > * {
        margin-right: 0;
    }
}
.spotlight-info-box.offset-info-box .content-box.-left > * {
    -ms-flex-item-align: start;
    align-self: flex-start;
    margin-left: 350px;
    text-align: left;
}
@media screen and (max-width: 69.6775em) {
    .spotlight-info-box.offset-info-box .content-box.-left > * {
        margin-left: 0;
    }
}
@media screen and (max-width: 48.0525em) {
    .spotlight-info-box.offset-info-box .content-box {
        box-sizing: border-box;
        padding: 60px 20px 50px;
        -ms-flex-align: start;
        align-items: flex-start;
    }
}
.spotlight-info-box.offset-info-box .content-box > * {
    max-width: 550px;
}
@media screen and (max-width: 81.24em) {
    .spotlight-info-box.offset-info-box .content-box > * {
        max-width: 400px;
    }
}
@media screen and (max-width: 69.6775em) {
    .spotlight-info-box.offset-info-box .content-box > * {
        max-width: unset;
    }
}
.spotlight-info-box.offset-info-box .content-box .subtitle {
    color: #737373;
    font-size: 1.5rem;
    font-weight: 300;
    line-height: 2.4rem;
    margin-bottom: 2rem;
}
@media screen and (max-width: 48.0525em) {
    .spotlight-info-box.offset-info-box .content-box .subtitle {
        font-size: 1.8rem;
        line-height: 2.8rem;
    }
}
.spotlight-info-box.offset-info-box .content-box .description {
    color: #2b2b2b;
}
@media screen and (max-width: 69.6775em) {
    .spotlight-info-box.offset-info-box .content-box .description {
        font-size: 1.5rem;
        line-height: 2.5rem;
    }
}
@media screen and (max-width: 48.0525em) {
    .spotlight-info-box.offset-info-box .content-box .title {
        font-size: 2.5rem;
        line-height: 4rem;
        margin-bottom: 10px;
    }
}
.spotlight-info-box.offset-info-box .content-box .button {
    padding: 13px 30px;
    margin: 0;
}
@media screen and (max-width: 48.0525em) {
    .spotlight-info-box.offset-info-box .content-box .button {
        margin: 2rem auto;
    }
}
.spotlight-info-box.offset-info-box .section-title {
    top: 28%;
}
@media screen and (max-width: 69.6775em) {
    .spotlight-info-box.offset-info-box .section-title {
        top: 0;
        margin-bottom: 0;
    }
}
@media screen and (max-width: 48.0525em) {
    .spotlight-info-box.offset-info-box .section-title {
        position: relative;
        top: unset;
        line-height: 1.2;
        margin-bottom: 0;
        margin-bottom: 24px;
    }
}
.spotlight-info-box.offset-info-box .section-title.-right {
    right: -90px;
}
.spotlight-info-box.offset-info-box .section-title.-left {
    left: -90px;
}
.static-hero {
    position: relative;
    width: 100%;
    height: 300px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -ms-flex-align: end;
    align-items: flex-end;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.static-hero::after {
    position: absolute;
    content: "";
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.06) 0%, rgba(0, 0, 0, 0.45) 100%);
}
@media screen and (min-width: 45em) and (max-width: 64.99em) {
    .static-hero {
        height: 340px;
    }
}
@media screen and (min-width: 65em) {
    .static-hero {
        height: 340px;
    }
}
.static-hero .container-grid {
    position: relative;
    width: 100%;
    z-index: 100;
}
.static-hero .container-grid > h1 {
    color: #fff;
    text-transform: uppercase;
}
.stats-background {
    position: relative;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
.stats-background .filter {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-color: rgba(241, 241, 241, 0.95);
    z-index: 10;
}
.stats {
    display: none;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: space-evenly;
    justify-content: space-evenly;
    max-width: 1200px;
    margin: 0 auto;
    padding: 50px 0;
    z-index: 100;
}
@media screen and (max-width: 69.6775em) {
    .stats {
        display: -ms-flexbox;
        display: flex;
        padding-top: 0;
    }
}
.stats.-desktop-only {
    display: -ms-flexbox;
    display: flex;
}
@media screen and (max-width: 69.6775em) {
    .stats.-desktop-only {
        display: none;
    }
}
.stats .slick-dots {
    display: none;
    list-style: none;
    padding: 0;
    margin: 0 auto;
}
@media screen and (max-width: 48.0525em) {
    .stats .slick-dots {
        display: block;
        margin-top: 40px;
    }
}
.stats .slick-dots li {
    display: inline-block;
}
.stats .slick-dots li button {
    font-size: 0;
    height: 9px;
    width: 9px;
    padding: 0;
    margin: 0 5px;
    background-color: #d7d7d7;
}
.stats .slick-dots li.slick-active button {
    background-color: #5a3d82;
}
.stat,
.stat-header {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: justify;
    justify-content: space-between;
    box-sizing: border-box;
    height: 320px;
    width: 350px;
    max-width: 350px;
    margin: 15px;
    padding: 35px;
    z-index: 10;
    background-color: #fff;
}
.stat:first-of-type,
.stat-header:first-of-type {
    -ms-flex-pack: start;
    justify-content: flex-start;
}
@media screen and (max-width: 48.0525em) {
    .stat,
    .stat-header {
        margin: 0 10px;
        height: 300px;
    }
}
.stat .tagline,
.stat-header .tagline {
    font-size: 1.5rem;
    font-weight: 500;
    line-height: 3.9rem;
    color: #5a3d82;
    text-transform: uppercase;
    letter-spacing: 2.9px;
}
.stat .title,
.stat-header .title {
    font-size: 4.5rem;
    font-weight: 600;
    line-height: 6.1rem;
    color: #404041;
}
.stat .number,
.stat-header .number {
    font-size: 6.9rem;
    letter-spacing: 1.7px;
    font-weight: 600;
    line-height: 10.4rem;
    color: #929374;
    -ms-flex-item-align: center;
    align-self: center;
}
@media screen and (max-width: 69.6775em) {
    .stat .number,
    .stat-header .number {
        line-height: 1.2;
        margin-bottom: 10px;
    }
}
.stat .desc,
.stat-header .desc {
    font-size: 2.6rem;
    font-weight: 300;
    line-height: 3.4rem;
    color: #404041;
}
.stat .source,
.stat-header .source {
    position: absolute;
    bottom: 20px;
    font-size: 1.5rem;
    font-weight: 300;
    line-height: 2.2rem;
    margin-bottom: 0;
    color: #b2b2b2;
}
.stat.-highlighted,
.stat-header.-highlighted {
    background-color: #5a3d82;
}
.stat.-highlighted .number,
.stat.-highlighted .desc,
.stat-header.-highlighted .number,
.stat-header.-highlighted .desc {
    color: #fff;
}
.stat.-nobg,
.stat-header.-nobg {
    background-color: transparent;
    padding: 35px 0;
}
.stat.-mobile-header,
.stat-header.-mobile-header {
    position: relative;
    display: none;
    margin: 0 auto;
    max-width: 500px;
    width: 100%;
    padding: 20px;
    height: auto;
}
.stat.-mobile-header .title,
.stat-header.-mobile-header .title {
    font-size: 3rem;
    line-height: 1.2;
}
@media screen and (max-width: 69.6775em) {
    .stat.-mobile-header,
    .stat-header.-mobile-header {
        display: block;
    }
}
.text-area-container {
    font-size: 1.8rem;
    font-weight: 400;
}
.text-area-container .text-area {
    padding: 0 50px;
}
@media screen and (max-width: 48.0525em) {
    .text-area-container .text-area {
        padding: 0 10px;
    }
}
.text-area-container.container-grid {
    padding: 0 3rem 0;
    margin-bottom: 1rem;
}
.text-area-container .title {
    margin-bottom: 3rem;
    font-size: 3rem;
    font-weight: 400;
}
.text-area-container p {
    margin-bottom: 2rem;
    line-height: 1.5;
}
.text-info-box {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 60px 0;
}
@media screen and (max-width: 48.0525em) {
    .text-info-box {
        padding: 45px 0;
    }
}
.text-info-box.-right {
    -ms-flex-pack: start;
    justify-content: flex-start;
}
.text-info-box.-left {
    -ms-flex-pack: end;
    justify-content: flex-end;
}
.text-info-box .section-title {
    z-index: 100;
}
.text-info-box .section-title.-right {
    top: 30px;
    transform: rotate(90deg);
}
.text-info-box .section-title.-left {
    top: 30px;
    transform: rotate(-90deg);
}
@media screen and (max-width: 48.0525em) {
    .text-info-box .section-title.-left,
    .text-info-box .section-title.-right {
        position: relative;
        -ms-flex-item-align: start;
        align-self: flex-start;
        transform: rotate(0);
        left: unset;
        right: unset;
        -ms-flex-order: 1;
        order: 1;
    }
}
.text-info-box .content-box {
    position: absolute;
    max-width: 600px;
    height: auto;
    top: -80px;
    padding: 0;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    background-color: #d7d7d7;
}
.text-info-box .content-box.-right {
    right: 0;
}
.text-info-box .content-box.-left {
    left: 0;
}
@media screen and (max-width: 48.0525em) {
    .text-info-box .content-box.-left,
    .text-info-box .content-box.-right {
        position: relative;
        left: unset;
        right: unset;
        width: calc(100% + 20px);
        height: 100%;
        margin-bottom: -150px;
        z-index: 100;
        -ms-flex-order: 2;
        order: 2;
    }
}
.text-info-box .content-container {
    height: 100%;
    box-sizing: border-box;
}
.text-info-box .content-container .title,
.text-info-box .content-container .subtitle,
.text-info-box .content-container .description {
    color: #404041;
    line-height: 1.6;
}
.text-info-box .content-container .description {
    margin-bottom: 0;
}
.text-info-box .content-container .filter {
    padding: 84px 57px;
    height: 100%;
    width: 100%;
    box-sizing: border-box;
    background-color: rgba(241, 241, 241, 0.95);
}
@media screen and (max-width: 48.0525em) {
    .text-info-box .content-container .filter {
        padding: 40px 20px;
    }
}
.text-info-box .content-container .filter .section-title {
    display: none;
}
@media screen and (max-width: 48.0525em) {
    .text-info-box .content-container .filter .section-title {
        position: relative;
        display: block;
        line-height: 1.5rem;
    }
}
.text-info-box .img-title-container {
    position: relative;
    width: 750px;
    height: 480px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
    flex-direction: row;
}
.text-info-box .img-title-container.-right {
    margin-left: 20px;
}
.text-info-box .img-title-container.-left {
    margin-right: 20px;
}
@media screen and (max-width: 48.0525em) {
    .text-info-box .img-title-container.-left,
    .text-info-box .img-title-container.right {
        margin: 20px 0;
        width: 95%;
        max-width: 600px;
        -ms-flex-order: 3;
        order: 3;
        z-index: 100;
        height: auto;
    }
}
.text-info-box .img-title-container img {
    position: relative;
    right: unset;
    left: unset;
    height: 100%;
    width: 100%;
    margin: 0;
}
@media screen and (max-width: 69.6775em) {
    .text-info-box .img-title-container img {
        max-height: unset;
    }
}
.tiered-items {
    text-align: center;
}
.tiered-items h2 {
    position: relative;
    padding: 0 20px;
    margin: 0 20px 30px 20px;
    font-size: 1.5rem;
    font-weight: 500;
    line-height: 3.9rem;
    letter-spacing: 2.9px;
    text-transform: uppercase;
    color: #5a3d82;
}
.tiered-items h2::before,
.tiered-items h2::after {
    content: "";
    position: absolute;
    top: 50%;
    width: 35%;
    height: 1px;
    background-color: #737373;
}
.tiered-items h2::before {
    left: 0;
}
.tiered-items h2::after {
    right: 0;
}
@media screen and (max-width: 48.0525em) {
    .tiered-items h2::before,
    .tiered-items h2::after {
        width: 15%;
    }
}
.tiered-items .items-container {
    margin-bottom: 0;
}
.tiered-items .items-container::after {
    clear: both;
    content: "";
    display: block;
}
@media screen and (max-width: 48.0525em) {
    .tiered-items .items-container {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-direction: column;
        flex-direction: column;
        -ms-flex-pack: center;
        justify-content: center;
        -ms-flex-align: center;
        align-items: center;
        text-align: center;
    }
}
.tiered-items .items-container .post {
    margin-bottom: 40px;
    border: 0;
    padding: 0;
    text-align: left;
    width: calc(33.3333333333% - 26.6666666667px);
    float: left;
    margin-left: 20px;
}
@media screen and (max-width: 69.6775em) {
    .tiered-items .items-container .post {
        width: calc(50% - 30px);
        float: left;
        margin-left: 20px;
        margin-bottom: 0;
    }
}
@media screen and (max-width: 48.0525em) {
    .tiered-items .items-container .post {
        width: calc(100% - 40px);
        float: left;
        margin-left: 20px;
        float: unset;
        margin: 20px auto 0;
    }
}
.tiered-items .items-container .post.-large .-no-img,
.tiered-items .items-container .post.-large .item-image {
    height: 205px;
    width: 100%;
}
.tiered-items .items-container .post.-small {
    max-width: 209px;
}
.tiered-items .items-container .post.-small .-no-img,
.tiered-items .items-container .post.-small .item-image {
    height: 75px;
    width: 100%;
    max-width: 175px;
    font-weight: 500;
    text-align: center;
}
.tiered-items .items-container .post .item-image {
    -o-object-fit: contain;
    object-fit: contain;
}
.tiered-items .items-container .post .-no-img {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
}
@media screen and (max-width: 48.0525em) {
    .tiered-items .items-container .post .-no-img {
        margin: 0;
        text-align: center;
    }
}
.tiered-items .items-container .post p {
    color: #606060;
}
.tiered-items .items-container .post:hover p,
.tiered-items .items-container .post:focus p {
    color: #da4d2a;
}
.title-link-module {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: space-evenly;
    justify-content: space-evenly;
}
.title-link-module .header {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 0 50px;
}
@media screen and (max-width: 69.6775em) {
    .title-link-module .header {
        -ms-flex-direction: column;
        flex-direction: column;
    }
}
@media screen and (max-width: 48.0525em) {
    .title-link-module .header {
        padding: 0 20px;
        margin: 0 0 20px 0;
    }
}
.title-link-module .header .title {
    font-size: 4.5rem;
    font-weight: 600;
    line-height: 1.1;
    color: #404041;
    font-family: "avenir-heavy", "Open Sans", sans-serif;
    margin-bottom: 10px;
}
@media screen and (max-width: 69.6775em) {
    .title-link-module .header .title {
        font-size: 3rem;
    }
}
.title-link-module .header > a {
    font-size: 1.6rem;
    letter-spacing: 0.18px;
    text-transform: uppercase;
}
@media screen and (max-width: 48.0525em) {
    .title-link-module .header > a {
        font-size: 1.3rem;
        line-height: 1.8rem;
        font-weight: 500;
    }
}
@media screen and (max-width: 48.0525em) {
    .upcoming-events {
        width: calc(100% + 20px);
        margin-left: -10px;
    }
}
.upcoming-events .events {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin: 0;
}
@media screen and (max-width: 48.0525em) {
    .upcoming-events .events {
        -ms-flex-pack: space-evenly;
        justify-content: space-evenly;
    }
}
.upcoming-events .events .event-tile {
    background-color: #fff;
}
.upcoming-events .events .event-tile .event-image {
    border-radius: 0 0 0 30%;
}
.upcoming-events .events .event-tile .event-details {
    border-radius: 0 30% 0 0;
}
.upcoming-events .slick-dots {
    list-style: none;
    padding: 0;
    margin: 25px auto 0;
}
.upcoming-events .slick-dots li {
    display: inline-block;
}
.upcoming-events .slick-dots li button {
    font-size: 0;
    height: 9px;
    width: 9px;
    padding: 0;
    margin: 0 5px;
    background-color: #d7d7d7;
}
.upcoming-events .slick-dots li.slick-active button {
    background-color: #5a3d82;
}
.video-hero {
    border-right: none;
    border-left: none;
    position: relative;
    max-height: 620px;
}
@media screen and (max-width: 48.0525em) {
    .video-hero {
        max-height: 540px;
    }
}
.video-hero .no-video .video-container video,
.video-hero .touch .video-container video {
    display: none;
}
.video-hero .no-video .video-container .poster,
.video-hero .touch .video-container .poster {
    display: block !important;
}
.video-hero .video-container {
    position: relative;
    z-index: 0;
    bottom: 0%;
    left: 0%;
    height: 100%;
    max-height: 620px;
    width: 100%;
    overflow: hidden;
    background: #515153;
}
.video-hero .video-container .poster {
    height: 100%;
}
.video-hero .video-container .poster img {
    height: 100%;
    width: 100%;
    bottom: 0;
    position: absolute;
    -o-object-fit: cover;
    object-fit: cover;
}
.video-hero .video-container .poster.hidden {
    display: none;
}
.video-hero .video-container .filter {
    z-index: 10;
    position: absolute;
    height: 100%;
    width: 100%;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.06) 0%, rgba(0, 0, 0, 0.73) 100%);
}
.video-hero .video-container video {
    position: absolute;
    z-index: 0;
    bottom: 0;
}
.video-hero .video-container video.fillWidth {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}
.video-hero .video-container .container {
    box-sizing: border-box;
    position: absolute;
    bottom: 70px;
    right: 0;
    left: 0;
    z-index: 100;
    display: block;
    height: auto;
    width: 100%;
}
@media screen and (max-width: 48.0525em) {
    .video-hero .video-container .container {
        bottom: 25px;
    }
}
.video-hero .video-container .video-details .tagline,
.video-hero .video-container .video-details .title {
    color: #fff;
    text-transform: uppercase;
}
@media screen and (max-width: 48.0525em) {
    .video-hero .video-container .video-details .tagline {
        margin-bottom: 10px;
    }
}
.video-hero .video-container .video-details .title {
    display: none;
    font-size: 6.4rem;
    line-height: 8.7rem;
    font-weight: 600;
    letter-spacing: 2px;
}
@media screen and (max-width: 48.0525em) {
    .video-hero .video-container .video-details .title {
        font-size: 9vw;
        line-height: 4rem;
    }
}
.video-hero .video-container .video-details .video-link {
    border: 0;
    height: 3rem;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -ms-flex-align: center;
    align-items: center;
    color: #fff;
}
@media screen and (max-width: 48.0525em) {
    .video-hero .video-container .video-details .video-link {
        margin-top: 40px;
    }
}
.video-hero .video-container .video-details .video-link:hover .fa-circle,
.video-hero .video-container .video-details .video-link:focus .fa-circle {
    color: #000;
}
.video-hero .video-container .video-details .video-link:hover .fa-play,
.video-hero .video-container .video-details .video-link:focus .fa-play {
    color: #fff;
}
.video-hero .video-container .video-details .video-link:hover .play-text,
.video-hero .video-container .video-details .video-link:focus .play-text {
    border-bottom: 1px solid #fff;
}
.video-hero .video-container .video-details .video-link .play-text {
    border-bottom: 1px solid transparent;
    transition: border-bottom 0.2s;
}
.video-hero .video-container .video-details .video-link .video-play-button {
    margin-right: 20px;
    height: 4rem;
    width: 4rem;
}
.video-hero .video-container .video-details .video-link .fa-circle {
    font-size: 4rem;
    color: rgba(0, 0, 0, 0.5);
}
.video-hero .video-container .video-details .video-link .fa-play {
    font-size: 1.5rem;
    color: rgba(255, 255, 255, 0.7);
}
.about-us-page .text-info-box-container {
    padding: 40px 57px;
}
.about-us-page .text-info-box-container .text-info-box {
    background-color: transparent;
    padding: 0 0 60px;
}
.about-us-page .pull-quote-container {
    padding-bottom: 20px;
}
.about-us-page .featured-event-container {
    padding-top: 0;
}
.about-us-page .static-hero {
    height: 621px;
}
@media screen and (max-width: 48.0525em) {
    .about-us-page .static-hero {
        height: 340px;
    }
}
.basic-page.full-width-container {
    background-color: transparent;
}
.basic-page h1 {
    font-size: 4rem;
}
.blog-index-page .filters {
    padding: 28px 25px;
}
.blog-index-page .filters .date-select,
.blog-index-page .filters .category-select {
    position: relative;
    display: inline-block;
    height: 80px;
}
.blog-index-page .filters .date-select {
    width: calc(33.3333333333% - 26.6666666667px);
    float: left;
    margin-left: 20px;
    margin-left: 0;
}
@media screen and (max-width: 48.0525em) {
    .blog-index-page .filters .date-select {
        width: calc(100% - 40px);
        float: left;
        margin-left: 20px;
    }
}
.blog-index-page .filters .category-select {
    width: calc(66.6666666667% - 33.3333333333px);
    float: left;
    margin-left: 20px;
}
@media screen and (max-width: 48.0525em) {
    .blog-index-page .filters .category-select {
        margin-top: 10px;
        width: calc(100% - 40px);
        float: left;
        margin-left: 20px;
    }
}
.blog-index-page .filters select {
    height: 80px;
    width: 100%;
    padding: 0 50px 0 20px;
    border: 1px solid rgba(225, 225, 225, 0.59);
    border-radius: 0;
    font-weight: 300;
    background-color: #fff;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-image: url("./img/icons/chevron-down.svg");
    background-position: 95% 50%;
    background-repeat: no-repeat;
    background-size: 30px;
}
.blog-index-page .filters select option {
    width: 100%;
    height: 80px;
    background-color: #fff;
    border: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}
.blog-index-page .filters .fa-angle-down {
    position: absolute;
    top: 35%;
    right: 20px;
    font-size: 3rem;
}
.blog-index-page .blog-list {
    padding-top: 0;
}
@media screen and (max-width: 48.0525em) {
    .blog-index-page .blog-list {
        padding: 0 0 50px 0;
    }
}
.blog-index-page .blog-list .load-more-button {
    display: block;
    margin: 50px auto 0;
}
@media screen and (max-width: 48.0525em) {
    .blog-index-page .blog-list .post-item {
        width: calc(100% - 40px);
        float: left;
        margin-left: 20px;
    }
}
.blog-index-page .breaker {
    display: block;
    width: 70%;
    margin: 0 auto;
    height: 1px;
    background-color: #d7d7d7;
    border: 0;
}
.single-post .static-hero::after {
    display: none;
}
.post .title-header {
    padding-top: 20px;
    padding-bottom: 1px;
}
.post .post-header {
    display: block;
    margin-bottom: 20px;
}
.post .post-container {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.post .post-container .-post {
    width: calc(75% - 40px);
    margin-right: 40px;
}
.post .post-container .-sidebar {
    width: 25%;
}
@media screen and (max-width: 62.49em) {
    .post .post-container .-post,
    .post .post-container .-sidebar {
        width: 100%;
        margin-right: 0;
    }
}
.post .post-information .post-author {
    color: #000;
    text-transform: capitalize;
    border: 0;
    padding: 0;
}
.post .categories {
    margin: 10px 0 20px;
}
.post .categories > span {
    font-weight: 700;
}
.post .categories a {
    margin-right: 10px;
    color: #b2b2b2;
    border: 0;
}
.post .categories a:hover,
.post .categories a:focus {
    color: #000;
}
.post .categories a:last-of-type .comma-break {
    display: none;
}
.post .media-contact .header {
    color: #5a3d82;
    border-bottom: 1px solid #5a3d82;
    margin: 0 0 20px 0;
    font-size: 1.5rem;
    font-weight: 500;
    line-height: 3.9rem;
    text-transform: uppercase;
}
.post .share {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
    flex-direction: row;
    margin: 40px 0 0;
}
.board-of-directors-page .board-members-list {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding-bottom: 0;
}
.board-of-directors-page .board-members-list::after {
    display: none;
}
.board-of-directors-page .board-members-list .board-member {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 262px;
    padding: 10px;
    box-sizing: border-box;
}
.board-of-directors-page .board-members-list .board-member .name {
    color: #404041;
    font-size: 2.2rem;
    margin-bottom: 5px;
    font-weight: 500;
}
@media screen and (max-width: 48.0525em) {
    .board-of-directors-page .board-members-list .board-member .name {
        margin-top: 0;
    }
}
.board-of-directors-page .board-members-list .board-member .title {
    color: #404041;
    font-size: 1.7rem;
    margin-bottom: 1rem;
}
.board-of-directors-page .board-members-list .board-member .account-name {
    color: #969696;
    text-transform: uppercase;
}
.board-of-directors-page .nominated {
    color: #da4d2a;
}
.board-of-directors-page .-nominated-area {
    text-align: right;
    padding: 0 57px;
}
.category-page .category-items {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: space-evenly;
    justify-content: space-evenly;
}
.category-page .pagination-links {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-pack: end;
    justify-content: flex-end;
}
.category-page .pagination-links > a,
.category-page .pagination-links > span {
    margin: 0 5px;
}
.event-index-page .event-list {
    padding-top: 20px;
}
.event-index-page .featured-event-banner {
    margin-top: 0;
}
.event-single-page .featured-event-banner {
    margin: 0 0 30px 0;
}
@media screen and (max-width: 48.0525em) {
    .event-single-page .featured-event-banner {
        min-height: 227px;
        margin-bottom: 180px;
    }
}
.event-single-page .featured-event-banner__container {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: end;
    justify-content: flex-end;
    width: 100%;
    max-width: 1250px;
    margin: 0 auto;
}
@media screen and (max-width: 48.0525em) {
    .event-single-page .featured-event {
        margin-bottom: -180px;
        border: 1px solid rgba(225, 225, 225, 0.59);
    }
}
.event-single-page .featured-event .lhs {
    position: relative;
    -ms-flex-pack: center;
    justify-content: center;
}
.event-single-page .featured-event .lhs .optional-link {
    display: none;
}
.event-single-page .featured-event .rhs {
    position: relative;
    -ms-flex-pack: center;
    justify-content: center;
}
.event-single-page .featured-event .rhs .label {
    display: none;
}
.event-single-page .featured-event .rhs .description {
    display: none;
}
.event-single-page .featured-event .rhs .optional-link {
    display: block;
}
.event-single-page .container-grid {
    padding: 25px;
}
.event-single-page .back-link {
    text-transform: uppercase;
}
.event-single-page .back-link a {
    margin-left: 20px;
}
@media screen and (max-width: 48.0525em) {
    .event-single-page .back-link {
        padding-bottom: 0;
    }
}
.event-single-page .event-information {
    margin-bottom: 25px;
    padding-top: 0;
}
.event-single-page .event-information::after {
    clear: both;
    content: "";
    display: block;
}
@media screen and (max-width: 48.0525em) {
    .event-single-page .event-information {
        padding-top: 0;
    }
}
.event-single-page .event-information .event-title {
    margin-top: 15px;
    margin-bottom: 30px;
    font-size: 3.5rem;
    font-weight: 900;
    line-height: 4.8rem;
    color: #606060;
    text-transform: uppercase;
}
.event-single-page .event-information .lhs {
    width: calc(66.6666666667% - 33.3333333333px);
    float: left;
    margin-left: 20px;
}
@media screen and (max-width: 48.0525em) {
    .event-single-page .event-information .lhs {
        width: calc(100% - 40px);
        float: left;
        margin-left: 20px;
    }
}
.event-single-page .event-information .lhs *:nth-child(2) {
    margin-top: 15px;
}
.event-single-page .event-information .rhs {
    width: calc(25% - 25px);
    float: left;
    margin-left: 20px;
    margin-left: calc(8.3333333333% - 21.6666666667px + 40px);
}
@media screen and (max-width: 48.0525em) {
    .event-single-page .event-information .rhs {
        width: calc(100% - 40px);
        float: left;
        margin-left: 20px;
        margin-left: 20px;
    }
}
.event-single-page h6 {
    margin-bottom: 0;
    font-size: 1.5rem;
    font-weight: 500;
    line-height: 3.9rem;
    color: #5a3d82;
    text-transform: uppercase;
}
.event-single-page hr {
    max-width: 1200px;
    margin: 0 auto;
}
.event-single-page .sidebar-content {
    font-size: 1.8rem;
    font-weight: 300;
    line-height: 3.3rem;
    color: #606060;
}
.event-single-page .staff-share {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.event-single-page .staff-share::after {
    clear: both;
    content: "";
    display: block;
}
.event-single-page .staff-share::after {
    display: none;
}
.event-single-page .staff-share .staff-contact {
    width: calc(50% - 30px);
    float: left;
    margin-left: 20px;
}
@media screen and (max-width: 48.0525em) {
    .event-single-page .staff-share .staff-contact {
        -ms-flex-order: 2;
        order: 2;
        width: calc(100% - 40px);
        float: left;
        margin-left: 20px;
    }
}
.event-single-page .staff-share .share-icons {
    width: calc(50% - 30px);
    float: left;
    margin-left: 20px;
}
@media screen and (max-width: 48.0525em) {
    .event-single-page .staff-share .share-icons {
        -ms-flex-order: 1;
        order: 1;
        width: calc(100% - 40px);
        float: left;
        margin-left: 20px;
    }
}
.single-laevent .tiered-items .item-title {
    display: none;
}
.executive-commities-list.container-grid {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.executive-commities-list .executive-committee {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    width: calc(100% / 4);
    padding: 10px;
    box-sizing: border-box;
    margin-bottom: 2rem;
}
@media screen and (min-width: 45em) and (max-width: 64.99em) {
    .executive-commities-list .executive-committee {
        width: calc(100% / 3);
    }
}
@media screen and (max-width: 48.0525em) {
    .executive-commities-list .executive-committee {
        margin-bottom: 1rem;
        width: 50%;
    }
}
.executive-commities-wysiwyg.container-grid {
    padding-bottom: 0;
}
.executive-committee__name,
.executive-committee__nominated,
.executive-committee__title {
    margin-bottom: 1rem;
}
.executive-committee__nominated,
.executive-committee__title {
    color: #404041;
}
.executive-committee__name {
    font-weight: 500;
    color: #404041;
    margin-bottom: 0.5rem;
}
.executive-committee__account {
    color: #969696;
    text-transform: uppercase;
    margin-bottom: 0;
}
footer {
    background-color: #da4d2a;
}
footer .container-grid {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-line-pack: center;
    align-content: center;
    padding: 40px;
}
@media screen and (max-width: 48.0525em) {
    footer .container-grid {
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
        padding: 40px 20px;
    }
}
footer .container-grid:after {
    display: none;
}
@media screen and (max-width: 48.0525em) {
    footer .lhs {
        -ms-flex-align: center;
        align-items: center;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-direction: column;
        flex-direction: column;
    }
}
footer .lhs .menu {
    padding: 0;
    list-style-type: none;
    margin: 0;
}
@media screen and (max-width: 48.0525em) {
    footer .lhs .menu {
        display: -ms-flexbox;
        display: flex;
    }
}
footer .lhs .menu li {
    display: inline-block;
    margin-left: 10px;
    margin-bottom: 0;
}
@media screen and (max-width: 48.0525em) {
    footer .lhs .menu li {
        font-size: 1.5rem;
        margin-bottom: 2rem;
    }
}
footer .lhs .menu li:after {
    content: " | ";
    position: relative;
    display: inline-block;
    margin-left: 10px;
    color: #fff;
}
footer .lhs .menu li:first-of-type {
    margin-left: 0;
}
footer .lhs .menu li:last-of-type:after {
    content: "";
    display: none;
}
footer .lhs .menu li a {
    color: #fff;
    font-size: 1.6rem;
    font-weight: 100;
}
footer .lhs .menu li .sub-menu {
    display: none;
}
footer .rhs {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-align: center;
    align-items: center;
}
@media screen and (max-width: 48.0525em) {
    footer .rhs {
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
        margin-bottom: 20px;
    }
    footer .rhs .social-icons {
        margin-bottom: 20px;
    }
}
@media screen and (max-width: 48.0525em) and (max-width: 48.0525em) {
    footer .rhs .social-icons {
        width: 60%;
        margin-left: 0;
        -ms-flex-pack: justify;
        justify-content: space-between;
        display: -ms-flexbox;
        display: flex;
    }
}
@media screen and (max-width: 48.0525em) and (max-width: 48.0525em) {
    footer .rhs .social-icons svg {
        font-size: 2rem;
    }
}
footer .rhs > p {
    color: #fff;
    font-size: 1.4rem;
    font-weight: 300;
    margin: 0;
}
@media screen and (max-width: 48.0525em) {
    footer .rhs > p {
        text-align: center;
    }
}
.four-zero-four ul {
    padding-left: 0;
}
.four-zero-four ul li {
    color: #da4d2a;
    list-style: none;
    margin-bottom: 5px;
    transition: color 0.2s;
}
.four-zero-four ul li:hover,
.four-zero-four ul li:focus {
    color: #eb8989;
}
.four-zero-four .-top {
    padding-top: 20px;
    padding-bottom: 0;
}
.four-zero-four .-top h3 {
    font-weight: 400;
}
.four-zero-four .-bottom {
    padding-top: 0;
}
.four-zero-four .-bottom h4 {
    font-weight: 400;
    font-size: 2.8rem;
}
.four-zero-four .search-bar-container {
    padding: 20px 0;
}
.front-page .event-info-box-container {
    padding: 0 25px;
}
@media screen and (max-width: 69.6775em) {
    .front-page .event-info-box-container .event-section-title {
        display: none;
    }
}
@media screen and (max-width: 69.6775em) {
    .front-page .event-info-box-container {
        position: relative;
        top: -40px;
    }
}
@media screen and (max-width: 48.0525em) {
    .front-page .event-info-box-container {
        padding: 0;
    }
}
.front-page .event-info-box-container .event-info-box {
    margin-top: 0;
    background-color: transparent;
    top: 0;
}
@media screen and (max-width: 69.6775em) {
    .front-page .event-info-box-container .event-info-box {
        padding: 0;
    }
}
.front-page .member-companies-container {
    padding: 60px 57px 50px;
}
header.header {
    background-color: #fff;
}
header.header .container {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-line-pack: center;
    align-content: center;
    max-width: 1250px;
    margin: 0 auto;
    padding: 15px 57px;
}
@media screen and (max-width: 79.74em) {
    header.header .container {
        padding: 15px 20px;
    }
}
header.header .search-icon {
    position: relative;
    bottom: -2px;
    left: -5px;
    height: 17px;
    width: auto;
}
@media screen and (max-width: 79.74em) {
    header.header .lhs {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: center;
        align-items: center;
        width: 30%;
    }
}
header.header .lhs a {
    display: block;
    border: 0;
    height: auto;
    max-height: 89px;
    width: 172px;
}
@media screen and (max-width: 79.74em) {
    header.header .lhs a {
        max-height: 48px;
        width: auto;
    }
}
@media screen and (max-width: 79.74em) {
    header.header .lhs img {
        height: 48px;
        width: auto;
    }
}
header.header .rhs {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: distribute;
    justify-content: space-around;
}
@media screen and (max-width: 79.74em) {
    header.header .rhs {
        display: none;
    }
}
header.header .rhs .bottom,
header.header .rhs .top {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: end;
    justify-content: flex-end;
}
header.header .rhs .bottom a,
header.header .rhs .top a {
    color: #232323;
    border-bottom: 0;
    font-weight: 500;
}
header.header .rhs .bottom a:hover,
header.header .rhs .bottom a:focus,
header.header .rhs .top a:hover,
header.header .rhs .top a:focus {
    color: #da4d2a;
}
header.header .rhs .top {
    margin-bottom: 15px;
}
header.header .rhs .top li .sub-menu {
    display: none;
}
header.header .rhs .bottom .menu,
header.header .rhs .top .menu {
    list-style: none;
    margin-bottom: 0;
}
header.header .rhs .bottom .menu li,
header.header .rhs .top .menu li {
    position: relative;
    display: inline-block;
    margin-left: 30px;
    margin-bottom: 0;
}
@media screen and (max-width: 59.365em) {
    header.header .rhs .bottom .menu li,
    header.header .rhs .top .menu li {
        margin-left: 20px;
    }
}
@media screen and (max-width: 53.115em) {
    header.header .rhs .bottom .menu li,
    header.header .rhs .top .menu li {
        margin-left: 10px;
    }
}
header.header .rhs .bottom .menu li:first-of-type,
header.header .rhs .top .menu li:first-of-type {
    margin-left: 0;
}
@media screen and (max-width: 59.365em) {
    header.header .rhs .bottom .menu li:first-of-type,
    header.header .rhs .top .menu li:first-of-type {
        margin-left: 20px;
    }
}
@media screen and (max-width: 53.115em) {
    header.header .rhs .bottom .menu li:first-of-type,
    header.header .rhs .top .menu li:first-of-type {
        margin-left: 10px;
    }
}
header.header .rhs .bottom .menu li:last-of-type,
header.header .rhs .top .menu li:last-of-type {
    margin-right: 43px;
}
@media screen and (max-width: 59.365em) {
    header.header .rhs .bottom .menu li:last-of-type,
    header.header .rhs .top .menu li:last-of-type {
        margin-right: 20px;
    }
}
@media screen and (max-width: 53.115em) {
    header.header .rhs .bottom .menu li:last-of-type,
    header.header .rhs .top .menu li:last-of-type {
        margin-right: 10px;
    }
}
header.header .rhs .bottom .menu li a,
header.header .rhs .top .menu li a {
    letter-spacing: 0.7px;
    font-weight: 400;
}
header.header .rhs .bottom .menu li .sub-menu,
header.header .rhs .top .menu li .sub-menu {
    position: absolute;
    top: 22px;
    left: -25%;
    z-index: 100;
    padding: 10px 15px;
    display: none;
    width: 210px;
    max-width: 210px;
    -ms-flex-direction: column;
    flex-direction: column;
    background-color: #da4d2a;
    z-index: 1000;
}
header.header .rhs .bottom .menu li .sub-menu li,
header.header .rhs .top .menu li .sub-menu li {
    margin: 5px 0;
}
header.header .rhs .bottom .menu li .sub-menu li a,
header.header .rhs .top .menu li .sub-menu li a {
    white-space: normal;
    color: #f4f4f5;
    transition: color 0.2s;
}
header.header .rhs .bottom .menu li .sub-menu li a:hover,
header.header .rhs .bottom .menu li .sub-menu li a:focus,
header.header .rhs .top .menu li .sub-menu li a:hover,
header.header .rhs .top .menu li .sub-menu li a:focus {
    color: #000;
}
header.header .rhs .bottom .menu li:hover .sub-menu,
header.header .rhs .bottom .menu li:focus .sub-menu,
header.header .rhs .top .menu li:hover .sub-menu,
header.header .rhs .top .menu li:focus .sub-menu {
    display: -ms-flexbox;
    display: flex;
}
header.header .rhs .bottom .menu a,
header.header .rhs .top .menu a {
    font-size: 1.6rem;
}
header.header .rhs .bottom .search-form,
header.header .rhs .top .search-form {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
    flex-direction: row;
    margin-left: 0;
    margin-bottom: 0;
}
header.header .rhs .bottom .search-form .fa-search,
header.header .rhs .top .search-form .fa-search {
    color: #da4d2a;
}
header.header .rhs .bottom .search-form .search-field,
header.header .rhs .top .search-form .search-field {
    border: 0;
    width: 100%;
    max-width: 75px;
    font-size: 16px;
    transition: max-width 0.4s;
}
header.header .rhs .bottom .search-form .search-field:focus,
header.header .rhs .top .search-form .search-field:focus {
    max-width: 150px;
}
header.header .rhs .top .menu-item {
    font-weight: 800;
}
header.header .rhs .top .menu-item a {
    font-size: 1.5rem;
}
header.header .rhs .bottom .menu-item {
    text-transform: uppercase;
}
header.header .rhs .bottom .menu-item .sub-menu .menu-item {
    text-transform: none;
}
header.header .rhs .bottom .menu-item .sub-menu .menu-item a {
    font-size: 1.6rem;
    font-weight: 300;
    line-height: 1.25;
}
header.header .mobile-nav {
    display: none;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    z-index: 1000;
}
@media screen and (max-width: 79.74em) {
    header.header .mobile-nav {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: center;
        align-items: center;
    }
}
header.header .mobile-nav .menu-header-menu-top-container > ul {
    margin-bottom: 0;
}
header.header .mobile-nav .menu {
    list-style: none;
    padding: 0;
}
header.header .mobile-nav .menu li {
    display: inline-block;
    margin: 0 5px;
}
header.header .mobile-nav .menu li .sub-menu {
    display: none;
}
@media screen and (max-width: 79.74em) {
    header.header .mobile-nav {
        display: -ms-flexbox;
        display: flex;
    }
}
header.header .mobile-nav a {
    height: 50%;
    color: #000;
    border-bottom: 0;
    font-size: 1.4rem;
}
header.header .mobile-nav .bars {
    display: none;
    margin-left: 10px;
    width: auto;
    height: 20px;
}
@media screen and (max-width: 79.74em) {
    header.header .mobile-nav .bars {
        display: block;
    }
}
header.header .mobile-nav .bars:hover {
    cursor: pointer;
}
header.header .mobile-nav .menu-header-menu-container {
    display: none;
    position: fixed;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: start;
    justify-content: flex-start;
    width: 70vw;
    height: 100vh;
    top: 0;
    right: 0;
    z-index: 1000;
    padding: 10px 20px;
    background-color: #da4d2a;
}
header.header .mobile-nav .menu-header-menu-container .close-mobile-nav {
    -ms-flex-item-align: end;
    align-self: flex-end;
    height: 20px;
    margin-top: 10px;
    color: #f4f4f5;
}
header.header .mobile-nav .menu-header-menu-container ul {
    list-style: none;
    margin-top: 30px;
    margin-bottom: 30px;
    padding: 0;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
}
header.header .mobile-nav .menu-header-menu-container a {
    color: #f4f4f5;
}
header.header .mobile-nav .menu-header-menu-container a,
header.header .mobile-nav .menu-header-menu-container .arrow {
    font-size: 2rem;
}
header.header .mobile-nav .menu-header-menu-container .menu-item .arrow {
    color: #fff;
    float: right;
}
header.header .mobile-nav .menu-header-menu-container .menu-item a {
    float: left;
}
header.header .mobile-nav .menu-header-menu-container .menu-item-has-children {
    margin-bottom: 20px;
}
header.header .mobile-nav .menu-header-menu-container .menu-item-has-children > a {
    text-transform: uppercase;
}
header.header .mobile-nav .menu-header-menu-container .menu {
    overflow-y: scroll;
}
header.header .mobile-nav .menu-header-menu-container .menu .menu-item {
    margin-bottom: 20px;
}
header.header .mobile-nav .menu-header-menu-container .menu .menu-item a {
    text-transform: uppercase;
    height: auto;
}
header.header .mobile-nav .menu-header-menu-container .sub-menu {
    display: none;
}
header.header .mobile-nav .menu-header-menu-container .sub-menu.-visible {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: start;
    justify-content: flex-start;
    margin-top: 4rem;
    margin-left: 15px;
    width: 100%;
}
header.header .mobile-nav .menu-header-menu-container .sub-menu.-visible a {
    font-size: 1.7rem;
    text-transform: unset;
}
header.header .mobile-nav .menu-header-menu-container.-active {
    display: -ms-flexbox;
    display: flex;
    box-sizing: border-box;
}
header.header .mobile-nav .mobile-nav-search {
    display: inline-block;
    background-color: #fff;
    padding: 10px 20px;
    border-radius: 20px;
}
header.header .mobile-nav .mobile-nav-search svg {
    margin-right: 10px;
    color: #da4d2a;
}
header.header .mobile-nav .mobile-nav-search .search-icon {
    left: -10px;
}
header.header .mobile-nav .mobile-nav-search input {
    border: 0;
    width: 100%;
    max-width: 150px;
}
header.header .mobile-nav .mobile-nav-search label {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
}
.honorary-members-page .honorary-members-list {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: start;
    justify-content: flex-start;
}
.honorary-members-page .honorary-members-list .honorary-member {
    width: 200px;
    margin: 30px;
}
.join-page .static-hero {
    height: 621px;
}
@media screen and (max-width: 48.0525em) {
    .join-page .static-hero {
        height: 340px;
    }
}
.join-page .static-hero h1 {
    font-weight: 600;
    font-size: 6.5rem;
}
@media screen and (max-width: 69.6775em) {
    .join-page .static-hero h1 {
        font-size: 4.5rem;
    }
}
.join-page .spotlight-box-container {
    padding-top: 10px;
    padding-bottom: 50px;
}
.join-page .text-info-box-container.container-grid {
    padding: 40px 57px;
}
@media screen and (max-width: 69.6775em) {
    .join-page .info-box {
        min-height: unset;
    }
}
.join-page .text-area-container {
    margin-bottom: 7rem;
    margin-top: 0;
}
.join-page .text-area-container.-first {
    font-size: 2.4rem;
    margin-top: 0;
    margin-bottom: 1rem;
}
@media screen and (max-width: 48.0525em) {
    .join-page .text-area-container.-first {
        font-size: 2rem;
    }
}
.join-page .text-info-box {
    padding: 0 0 60px;
    background-color: transparent;
}
@media screen and (max-width: 69.6775em) {
    .join-page .text-info-box {
        margin-top: 0;
    }
}
.join-page .text-info-box .section-title {
    top: 65px;
}
.join-page .text-info-box .content-container .filter {
    background-color: rgba(90, 61, 130, 0.95);
}
@media screen and (max-width: 47.99em) {
    .join-page .text-info-box .content-container .filter .section-title {
        position: relative;
        color: #fff;
        top: 0;
    }
}
.join-page .text-info-box .content-container .description {
    color: #fff;
    font-size: 3.4rem;
    line-height: 1.3;
}
@media screen and (max-width: 42.365em) {
    .join-page .text-info-box .content-container .description {
        font-size: 2.5rem;
        line-height: 1.5;
    }
}
.join-page .staff-contact-container .staff-contact-header {
    padding-bottom: 1rem;
    border-bottom: 1px solid #5a3d82;
    color: #5a3d82;
    text-transform: uppercase;
    font-size: 1.6rem;
    font-weight: 500;
}
.join-page .offset-info-box .image {
    top: 50px;
}
.join-page .spotlight-info-box.offset-info-box .section-title {
    top: 120px;
}
@media screen and (max-width: 69.6775em) {
    .join-page .spotlight-info-box.offset-info-box .section-title {
        top: unset;
    }
}
.join-page .spotlight-info-box.offset-info-box .section-title.-left {
    left: -90px;
}
.join-page .spotlight-info-box.offset-info-box .section-title.-right {
    right: -70px;
}
.container-grid {
    display: block;
    max-width: 1200px;
    margin: 0 auto;
    padding: 60px 57px;
}
.container-grid::after {
    clear: both;
    content: "";
    display: block;
}
.container-grid.-small {
    max-width: 1080px;
}
@media screen and (max-width: 48.0525em) {
    .container-grid {
        padding: 50px 20px;
    }
}
.full-width-container {
    background-color: #fff;
}
.member-companies-page .letter-links {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-top: 30px;
    padding-bottom: 10px;
}
.member-companies-page .letter-link {
    margin: 0.5rem 1.5rem;
}
.member-companies-page .member-companies-list {
    padding-top: 0;
}
.member-companies-page .member {
    display: inline-block;
    margin: 10px 5px;
}
.member-companies-page .letter {
    font-size: 4.5rem;
}
.newsletter-page {
    background-color: #fff;
}
.newsletter-page .newsletter-contents {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
@media screen and (max-width: 48.0525em) {
    .newsletter-page .newsletter-contents {
        -ms-flex-pack: center;
        justify-content: center;
    }
}
.newsletter-page .newsletter-contents .lhs,
.newsletter-page .newsletter-contents .rhs {
    position: relative;
}
.newsletter-page .newsletter-contents .lhs {
    width: calc(40% - 50px);
    margin-right: 50px;
}
@media screen and (max-width: 48.0525em) {
    .newsletter-page .newsletter-contents .lhs {
        width: 100%;
    }
}
.newsletter-page .newsletter-contents .rhs {
    width: 60%;
}
@media screen and (max-width: 48.0525em) {
    .newsletter-page .newsletter-contents .rhs {
        width: 100%;
    }
}
.newsletter-page .newsletter-contents .img-title {
    position: absolute;
    top: 75px;
    left: -85px;
    transform: rotate(-90deg);
    font-size: 1.5rem;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 2.9px;
    color: #5a3d82;
}
@media screen and (max-width: 48.0525em) {
    .newsletter-page .newsletter-contents .img-title {
        position: relative;
        top: 0;
        left: 0;
        transform: rotate(0deg);
    }
}
.newsletter-page .newsletter-contents .image {
    width: 100%;
    max-width: 473px;
    height: auto;
}
@media screen and (max-width: 48.0525em) {
    .newsletter-page .newsletter-contents .image {
        max-width: 100%;
    }
}
.newsletter-page .newsletter-contents h3 {
    font-weight: 400;
    font-size: 2.8rem;
    margin-top: 20px;
    margin-bottom: 30px;
}
.newsletter-page .newsletter-contents .submit-form__title {
    display: none;
}
.newsletter-page .subscribe-bar .container-grid {
    padding-left: 0;
}
.policies-list {
    padding-bottom: 0;
}
.policies-list .tiered-items .items-container .post.-small .item-image,
.policies-list .tiered-items .items-container .post.-large .item-image {
    -o-object-fit: cover;
    object-fit: cover;
    margin-bottom: 10px;
}
.policies-list .tiered-items .items-container .post .item-title {
    text-transform: uppercase;
    color: #404041;
}
.policy-single-page .static-hero h1 {
    text-transform: uppercase;
    font-weight: 700;
    font-size: 4.5rem;
}
.policy-single-page .-top {
    padding-top: 50px;
    padding-bottom: 40px;
}
@media screen and (max-width: 48.0525em) {
    .policy-single-page .-top {
        padding: 20px 20px 5px;
    }
}
.policy-single-page .-top .policy-title {
    max-width: 1000px;
    line-height: 1.2;
    margin-top: 0;
}
.policy-single-page .policy-information {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    padding-top: 0;
}
@media screen and (max-width: 62.49em) {
    .policy-single-page .policy-information {
        -ms-flex-direction: column;
        flex-direction: column;
    }
}
.policy-single-page .policy-information .lhs {
    width: calc(70% - 20px);
    margin-right: 20px;
}
@media screen and (max-width: 62.49em) {
    .policy-single-page .policy-information .lhs {
        width: 100%;
        margin-right: 0;
    }
}
.policy-single-page .policy-information .rhs {
    width: 30%;
}
@media screen and (max-width: 62.49em) {
    .policy-single-page .policy-information .rhs {
        width: 100%;
    }
}
.policy-single-page .policy-leads {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
}
.policy-single-page .policy-leads hr,
.policy-single-page .policy-leads > .title {
    width: calc(100% - 40px);
    float: left;
    margin-left: 20px;
}
.policy-single-page .policy-leads > .title {
    margin-bottom: 0;
}
.policy-single-page .policy-leads hr {
    margin-bottom: 25px;
}
.policy-single-page .policy-leads .leads {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
}
.policy-single-page .policy-leads .staff-contact {
    -ms-flex-pack: start;
    justify-content: flex-start;
    width: calc(100% - 40px);
    float: left;
    margin-left: 20px;
}
@media screen and (max-width: 48.0525em) {
    .policy-single-page .policy-leads .staff-contact {
        -ms-flex-pack: center;
        justify-content: center;
        width: calc(100% - 40px);
        float: left;
        margin-left: 20px;
    }
}
.single-lapolicy .share-container {
    padding-top: 0;
}
.policy-modules .related-news {
    margin-bottom: 5rem;
}
.search-bar-container {
    padding: 20px 57px;
}
@media screen and (max-width: 48.0525em) {
    .search-bar-container {
        padding: 20px 20px 0 20px;
    }
}
.search-bar-container .search-form label {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-align: center;
    align-items: center;
    height: 50px;
}
.search-bar-container .search-form label .search-icon {
    width: 10%;
    color: #da4d2a;
    font-size: 4rem;
    height: 40px;
    width: 40px;
}
@media screen and (max-width: 48.0525em) {
    .search-bar-container .search-form label .search-icon {
        position: absolute;
        right: 40px;
        height: 35px;
        width: 30px;
    }
}
.search-bar-container .search-form label .search-field {
    width: 95%;
    height: 100%;
    padding: 0 20px;
    border: 0;
    border: 1px solid rgba(225, 225, 225, 0.59);
}
@media screen and (max-width: 48.0525em) {
    .search-bar-container .search-form label .search-field {
        width: 100%;
    }
}
.search-results-container {
    padding-bottom: 0;
    padding-top: 20px;
}
.search-page .results-title {
    margin: 1.5rem 0 3rem;
    font-weight: 500;
}
.search-page .search-results {
    list-style: none;
    padding: 0;
}
.search-page .search-results .search-result {
    margin: 40px 0;
}
.search-page .search-results .search-result .title {
    margin-top: 0;
    margin-bottom: 10px;
    text-transform: capitalize;
    font-size: 2.8rem;
}
.search-page .search-results .search-result .title a {
    padding: 0;
    color: #404041;
    border-bottom: 0 solid transparent;
    transition: color 0.3s, border-bottom 0.3s;
}
.search-page .search-results .search-result .title a:hover,
.search-page .search-results .search-result .title a:focus {
    color: #8c6bba;
    border-bottom: 1px solid #8c6bba;
}
.search-page .search-results .search-result p {
    margin-bottom: 10px;
}
.search-page .search-results .search-result .result-contents {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
}
@media screen and (max-width: 48.0525em) {
    .search-page .search-results .search-result .result-contents {
        -ms-flex-direction: column;
        flex-direction: column;
    }
}
.search-page .search-results .search-result .result-contents .details {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: space-evenly;
    justify-content: space-evenly;
    -ms-flex-align: start;
    align-items: flex-start;
}
.search-page .search-results .search-result .result-contents img,
.search-page .search-results .search-result .result-contents .no-image {
    height: 200px;
    width: 200px;
    min-height: 200px;
    min-width: 200px;
    -o-object-fit: cover;
    object-fit: cover;
    margin-right: 20px;
}
@media screen and (max-width: 48.0525em) {
    .search-page .search-results .search-result .result-contents img,
    .search-page .search-results .search-result .result-contents .no-image {
        margin-bottom: 20px;
    }
}
.search-page .search-results .search-result .result-contents .no-image {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    border: 1px solid #000;
    border-radius: 50%;
}
.search-page .search-results .search-result .result-contents .no-image svg {
    font-size: 10rem;
}
.search-page .search-results .search-result .result-contents .link {
    display: inline-block;
}
.search-page .pagination-links {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-pack: end;
    justify-content: flex-end;
    padding-top: 0;
}
.search-page .pagination-links > a,
.search-page .pagination-links > span {
    margin: 0 5px;
}
.staff-list-page {
    background-color: #f4f4f5;
}
.staff-list-page .container-grid {
    padding: 75px 0;
    max-width: 1300px;
}
@media screen and (max-width: 69.6775em) {
    .staff-list-page .container-grid {
        padding: 75px 25px;
    }
}
.staff-list-page .featured-staff-container {
    padding-bottom: 0;
}
.staff-list-page .featured-staff .staff-details {
    height: auto;
}
.staff-list-page .staff-list {
    display: block;
}
.staff-list-page .staff-list::after {
    clear: both;
    content: "";
    display: block;
}
.staff-list-page .staff-list .staff-list-item {
    width: calc(33.3333333333% - 26.6666666667px);
    float: left;
    margin-left: 20px;
}
@media screen and (max-width: 69.6775em) {
    .staff-list-page .staff-list .staff-list-item {
        width: calc(50% - 30px);
        float: left;
        margin-left: 20px;
    }
}
@media screen and (max-width: 48.0525em) {
    .staff-list-page .staff-list .staff-list-item {
        width: calc(100% - 40px);
        float: left;
        margin-left: 20px;
    }
}
.staff-single-page {
    background-color: transparent;
}
.staff-single-page .staff-member {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-top: 50px;
}
@media screen and (max-width: 48.0525em) {
    .staff-single-page .staff-member {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -ms-flex-pack: center;
        justify-content: center;
    }
}
.staff-single-page .staff-member .staff-details {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    max-width: 340px;
}
.staff-single-page .staff-member .name {
    font-size: 2.2rem;
    font-weight: 500;
    color: #404041;
    line-height: 1.5;
    margin-top: 10px;
    margin-bottom: 0;
}
.staff-single-page .staff-member .email {
    display: block;
    line-height: 1.8rem;
}
.staff-single-page .staff-member .name,
.staff-single-page .staff-member .title,
.staff-single-page .staff-member .bio {
    color: #404041;
}
.staff-single-page .staff-member .phone {
    font-size: 1.7rem;
    font-weight: 300;
    color: #b2b2b2;
    margin-bottom: 0;
}
.staff-single-page .staff-member .company {
    color: #232323;
    margin-bottom: 0;
    font-size: 1.7rem;
    font-style: oblique;
    font-weight: 300;
}
.staff-single-page .staff-member .photo-and-details {
    width: calc(35% - 30px);
    min-width: 340px;
    margin: 0 30px 40px 0;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: start;
    justify-content: flex-start;
}
@media screen and (max-width: 48.0525em) {
    .staff-single-page .staff-member .photo-and-details {
        width: 100%;
        margin: 0 0 40px;
        -ms-flex-align: center;
        align-items: center;
    }
}
.staff-single-page .staff-member .photo-and-details img {
    width: 340px;
    height: 358px;
    -o-object-fit: cover;
    object-fit: cover;
}
.staff-single-page .staff-member .photo-and-details .contact-information {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%;
    max-width: 345px;
}
.staff-single-page .staff-member .photo-and-details .contact-information .rhs,
.staff-single-page .staff-member .photo-and-details .contact-information .lhs {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: distribute;
    justify-content: space-around;
}
.staff-single-page .staff-member .photo-and-details .contact-information .rhs {
    -ms-flex-align: end;
    align-items: flex-end;
}
.staff-single-page .staff-member .photo-and-details .contact-information .lhs .top {
    margin-bottom: 20px;
}
@media screen and (max-width: 48.0525em) {
    .staff-single-page .staff-member .photo-and-details .contact-information .lhs .top {
        margin-bottom: 10px;
    }
}
@media screen and (max-width: 48.0525em) {
    .staff-single-page .staff-member .photo-and-details .contact-information .lhs {
        margin-right: 20px;
    }
}
.staff-single-page .staff-member .photo-and-details .contact-information .icon {
    height: 30px;
    width: 30px;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0;
    color: #bababa;
    border: 1px solid #bababa;
    border-radius: 50%;
    transition: border 0.2s, color 0.2s;
}
.staff-single-page .staff-member .photo-and-details .contact-information .icon:hover,
.staff-single-page .staff-member .photo-and-details .contact-information .icon:focus {
    color: #eb8989;
    border: 1px solid #eb8989;
}
.staff-single-page .staff-member .bio-content {
    max-width: 65%;
    width: 65%;
}
@media screen and (max-width: 48.0525em) {
    .staff-single-page .staff-member .bio-content {
        max-width: 100%;
        width: 100%;
    }
}
.two-column-list__container {
    position: relative;
}
.two-column-list__container::after {
    content: "";
    position: absolute;
    top: -40px;
    right: 0;
    left: 0;
    margin-right: auto;
    margin-left: auto;
    width: 100%;
    height: 0;
    max-width: 798px;
    border-top: 1px solid #d0d3d6;
}
.two-column-list__container .header .title {
    font-size: 3rem;
}
.two-column-list__container .list-items {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    position: relative;
}
.two-column-list__container .list-item {
    width: 50%;
    height: auto;
    margin-bottom: 50px;
    padding-right: 20px;
    box-sizing: border-box;
}
@media screen and (max-width: 48.0525em) {
    .two-column-list__container .list-item {
        width: 100%;
        padding-left: 20px;
    }
}
.two-column-list__container .list-item.-hide {
    display: none;
}
.two-column-list__container .list-item__title {
    font-weight: 700;
    margin-bottom: 10px;
    font-size: 2.2rem;
}
.two-column-list__container .list-item__content {
    font-weight: 400;
}
.two-column-list__container .list-item__content > p {
    margin-bottom: 5px;
}
.two-column-list__container .list-item__content br {
    line-height: 3rem;
}
.two-column-list__container .button {
    margin: 50px auto 0;
    padding: 10px 25px;
    font-size: 1.4rem;
    font-weight: 500;
}
h1,
.t-h1,
h2,
.t-h2,
h3,
.t-h3 {
    margin-top: 2rem;
    margin-bottom: 0.333rem;
    color: #000;
    font-family: "avenir", "Open Sans", sans-serif;
}
@media screen and (min-width: 45em) {
    h1,
    .t-h1,
    h2,
    .t-h2,
    h3,
    .t-h3 {
        margin-top: 3rem;
        margin-bottom: 0.5rem;
    }
}
h1,
.t-h1 {
    font-weight: 400;
    font-family: "avenir", "Open Sans", sans-serif;
    font-size: 5.2rem;
    line-height: 1.4;
}
@media screen and (min-width: 25em) {
    h1,
    .t-h1 {
        font-size: 4.5rem;
        line-height: 1.2;
    }
}
@media screen and (min-width: 45em) {
    h1,
    .t-h1 {
        font-size: 6.4rem;
        line-height: 1.2;
    }
}
h2,
.t-h2 {
    font-weight: 100;
    font-family: "avenir", "Open Sans", sans-serif;
    font-size: 3.6rem;
    line-height: 4.5rem;
}
@media screen and (min-width: 45em) {
    h2,
    .t-h2 {
        font-size: 4.5rem;
    }
}
h3,
.t-h3 {
    font-weight: 700;
    font-family: "avenir", "Open Sans", sans-serif;
    font-size: 1.7rem;
    line-height: 1.5;
}
@media screen and (min-width: 45em) {
    h3,
    .t-h3 {
        font-size: 3.6rem;
        line-height: 1.4;
    }
}
h4,
.t-h4 {
    font-size: 2.8rem;
    line-height: 1.4;
    margin-bottom: 3.2rem;
}
h5,
.t-h5 {
    font-size: 2.4rem;
    line-height: 1.4;
    margin-top: 0.5rem;
    margin-bottom: 2rem;
}
.t-h7 {
    color: #5a3d82;
    text-transform: uppercase;
    font-weight: 100;
    font-size: 1.5rem;
}
html {
    font-size: 62.5%;
}
body {
    font-family: "avenir", "Open Sans", sans-serif;
    font-size: 1.8rem;
    font-weight: 400;
    line-height: 1.4;
    color: #000;
}
p,
ul,
ol,
dl,
pre,
table,
address,
blockquote {
    margin-top: 0;
    margin-bottom: 2.4rem;
    font-family: "avenir", "Open Sans", sans-serif;
    line-height: 1.4;
}
ul {
    margin-bottom: 0;
}
a {
    border-bottom: 1px solid #da4d2a;
    color: #da4d2a;
    text-decoration: none;
    font-family: "avenir", "Open Sans", sans-serif;
    transition: color 0.2s, border-bottom 0.2s;
}
a:hover,
a:focus {
    border-bottom: 1px solid #e99681;
    color: #e99681;
}
b,
strong {
    font-weight: 700;
}
br {
    line-height: 4rem;
}
.t-family--normal {
    font-family: "avenir", "Open Sans", sans-serif !important;
}
.t-family--body {
    font-family: "avenir", "Open Sans", sans-serif !important;
}
.t-family--title {
    font-family: "avenir", "Open Sans", sans-serif !important;
}
.t-family--serif {
    font-family: "Merriweather", serif !important;
}
.t-family--sansSerif {
    font-family: "avenir", "Open Sans", sans-serif !important;
}
.t-bold,
.t-weight--bold {
    font-weight: 700 !important;
}
.t-weight--normal {
    font-weight: 400 !important;
}
.t-weight--light {
    font-weight: 100 !important;
}
.t-italic,
.t-style--italic {
    font-style: italic !important;
}
.t-style--normal {
    font-style: normal !important;
}
.t-strike,
.t-decoration--lineThrough,
.t-decoration--strikeThrough {
    text-decoration: line-through !important;
}
.t-underline,
.t-decoration--underline {
    text-decoration: underline !important;
}
.t-overline,
.t-decoration--overline {
    text-decoration: overline !important;
}
.t-decoration--none {
    text-decoration: none !important;
}
.t-transform--none {
    text-transform: none !important;
}
.t-transform--uppercase {
    text-transform: uppercase !important;
}
.t-transform--lowercase {
    text-transform: lowercase !important;
}
.t-align--left {
    text-align: left !important;
}
.t-align--center {
    text-align: center !important;
}
.t-align--right {
    text-align: right !important;
}
.t-align--justify {
    text-align: justify !important;
}
.t-size--normal {
    font-size: 1.8rem !important;
    line-height: 1.4 !important;
}
.t-size--sm {
    font-size: 1.7rem !important;
    line-height: 1.3 !important;
}
.t-size--lg {
    font-size: 1.7rem !important;
    line-height: 1.5 !important;
}
.t-size--xlg {
    font-size: 2rem !important;
    line-height: 2 !important;
}
.t-size--2xlg {
    font-size: 2.4rem !important;
    line-height: 2.5 !important;
}
.t-size--3xlg {
    font-size: 2.8rem !important;
    line-height: 3 !important;
}
.t-size-headline--sm {
    font-size: 2.4rem !important;
    line-height: 1.4 !important;
}
.t-size-headline--md {
    font-size: 4.5rem !important;
    line-height: 1.2 !important;
}
.t-size-headline--lg {
    font-size: 6.4rem !important;
    line-height: 1.2 !important;
}
.t-size-body--sm {
    font-size: 1.7rem !important;
    line-height: 1.4 !important;
}
.t-size-body--md {
    font-size: 1.8rem !important;
    line-height: 1.4 !important;
}
.t-size-body--lg {
    font-size: 1.7rem !important;
    line-height: 1.4 !important;
}
.t-color-theme--purple {
    color: #5a3d82;
}
.t-color-theme--red {
    color: #da4d2a;
}
.t-color-theme--tan {
    color: #d6d4a5;
}
.t-color-theme--brown {
    color: #929374;
}
.t-color-greyscale--white {
    color: #fff;
}
.t-color-greyscale--grey {
    color: #515153;
}
.t-color-greyscale--black {
    color: #000;
}
.t-color-success {
    color: #46b450;
}
.t-color-success--light {
    color: #8dd394;
}
.t-color-success--dark {
    color: #296b2f;
}
.t-color-warning {
    color: #ffe995;
}
.t-color-warning--light {
    color: #fff4c8;
}
.t-color-warning--dark {
    color: #ffd42f;
}
.t-color-error {
    color: #dc3232;
}
.t-color-error--light {
    color: #eb8989;
}
.t-color-error--dark {
    color: #901919;
}
.callout {
    font-size: 8rem;
    line-height: 8rem;
    color: #929374;
    font-weight: 600;
}
.u-pull--left,
.alignleft {
    float: left;
}
.u-pull--right,
.alignright {
    float: right;
}
.u-pull--center,
.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
}
.u-clearfix:after {
    content: "";
    display: table;
    clear: both;
}
.u-clear {
    clear: both;
}
.u-boxSizing--content {
    box-sizing: content-box;
}
.u-boxSizing--border {
    box-sizing: border-box;
}
.u-block {
    display: block !important;
}
.u-inline {
    display: inline !important;
}
.u-inlineBlock {
    display: inline-block !important;
}
.u-show {
    display: block !important;
}
.u-hide {
    display: none !important;
}
.u-visible {
    visibility: visible !important;
}
.u-invisible {
    visibility: hidden !important;
}
@media screen and (max-width: 24.99em) {
    .u-block--xsm {
        display: block !important;
    }
    .u-inline--xsm {
        display: inline !important;
    }
    .u-inlineBlock--xsm {
        display: inline-block !important;
    }
    .u-show--xsm {
        display: block !important;
    }
    .u-hide--xsm {
        display: none !important;
    }
    .u-visible--xsm {
        visibility: visible !important;
    }
    .u-invisible--xsm {
        visibility: hidden !important;
    }
}
@media screen and (min-width: 25em) and (max-width: 44.99em) {
    .u-block--sm {
        display: block !important;
    }
    .u-inline--sm {
        display: inline !important;
    }
    .u-inlineBlock--sm {
        display: inline-block !important;
    }
    .u-show--sm {
        display: block !important;
    }
    .u-hide--sm {
        display: none !important;
    }
    .u-visible--sm {
        visibility: visible !important;
    }
    .u-invisible--sm {
        visibility: hidden !important;
    }
}
@media screen and (min-width: 45em) and (max-width: 64.99em) {
    .u-block--md {
        display: block !important;
    }
    .u-inline--md {
        display: inline !important;
    }
    .u-inlineBlock--md {
        display: inline-block !important;
    }
    .u-show--md {
        display: block !important;
    }
    .u-hide--md {
        display: none !important;
    }
    .u-visible--md {
        visibility: visible !important;
    }
    .u-invisible--md {
        visibility: hidden !important;
    }
}
@media screen and (min-width: 65em) {
    .u-block--lg {
        display: block !important;
    }
    .u-inline--lg {
        display: inline !important;
    }
    .u-inlineBlock--lg {
        display: inline-block !important;
    }
    .u-show--lg {
        display: block !important;
    }
    .u-hide--lg {
        display: none !important;
    }
    .u-visible--lg {
        visibility: visible !important;
    }
    .u-invisible--lg {
        visibility: hidden !important;
    }
}
html,
body {
    background-color: #f4f4f5;
}
body.-modal-open {
    overflow: hidden;
}
img {
    max-width: 100%;
    -o-object-fit: contain;
    object-fit: contain;
}
.page-content ul li {
    margin-bottom: 0.5rem;
}

/* 
==============================
EDITS — Darice — July 2025
==============================
*/

/*Updated button hover text color*/
.button:hover, .button:hover span, .button:hover svg {
    color: white;
}
.event-info-box.offset-info-box .content-box .filter .external-link:hover,
.event-info-box.offset-info-box .content-box .filter .external-link:focus {
    color: white;
}

/*Removed underline upon info box button hover*/
.info-box .content-box a.external-link.button:hover {
    border-bottom: none;
}

/*Changed hero image tagline formatting*/
.video-hero .video-container .video-details .tagline {
    font-size: 5rem;
    font-weight: 800;
}

/*TEMPORARILY hid hard-coded text in info box*/
.event-info-box.offset-info-box .content-box .filter .description span:not(:last-of-type) {
    display: none;
}

/*Changed main info box from purple to blue*/
.event-info-box.offset-info-box .content-box .filter {
    background-color: #5E9CAE;
}

/*Fixed general and mobile formatting for main info box*/
.event-info-box.offset-info-box .content-box {
    max-height: 1000px;
    min-height: 600px;
    height: auto;
}

.event-info-box.offset-info-box .content-box .filter .external-link span {
    border: none;
}
.event-info-box.offset-info-box .content-box .filter .external-link span:hover {
    border: none;
}
.full-width-image-text-banner .content-tile .button:hover {
    color: white;
} 
@media screen and (max-width: 69.6775em) {
    .front-page .event-info-box-container {
        padding: 0;
    }
    .container-grid {
        max-width: none;
    }
    
    .event-info-box.offset-info-box .content-box {
        padding-top: 0px;
    }

    .event-info-box.offset-info-box .content-box .filter {
        position: static; 
        padding-top: 100px;
        padding-bottom: 50px;
        margin-top: -100px;
        min-height: 100px;
    }
    
    .event-info-box.offset-info-box .content-box .filter>* {
        max-width: 90%;
        margin: auto;
     }

    .event-info-box.offset-info-box .content-box .filter .description {
        margin-bottom: 20px;
    }

    .event-info-box.offset-info-box.info-box.module.-right img.image {
        max-height: 50px !important;
        width: 100%;
        height: auto;
        display: block;
        position: static;
        padding-top: 30px;
    }
}

/*Changed color and font weight of "By The Numbers" text in stat section*/
.stat .tagline,
.stat-header .tagline {
    font-weight: 600;
    color: #5E9CAE;
}

/*Changed color of highlighted stat box*/
.stat.-highlighted,
.stat-header.-highlighted {
    background-color: #5E9CAE;
}

/*Changed color of highlighted stat box source text*/
.stat .source,
.stat-header .source {
    color: white;
}

/*# sourceMappingURL=style.css.map */
