@font-face {
    font-family: "Georgia";
    src: url("../fonts/87ac9b67-ab82-4fc3-b1a9-b52b90ffe131.eot?#iefix");
    src: url("../fonts/87ac9b67-ab82-4fc3-b1a9-b52b90ffe131.eot?#iefix") format("eot"), url("../fonts/91a308a1-bb5a-468d-8f15-6c932f44bf46.woff2") format("woff2"), url("../fonts/b0071fdc-7e92-4cac-a19c-6b12dbed2638.woff") format("woff"), url("../fonts/65d68c56-627a-478d-b839-8d3cb3a95c9e.ttf") format("truetype"), url("../fonts/77544803-b777-4f51-9dff-128506eea7c8.svg#77544803-b777-4f51-9dff-128506eea7c8") format("svg");
}
/**
* Fade In Mixin
*/
@-webkit-keyframes fade-in {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

@keyframes fade-in {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}
/**
* Hide Text
*/
/**
 * Returns a percentage width based on the number and total number of columns
 *
 * @param   int     $num    Number of columns (e.g. 4)
 * @param   int     $total  Total number of columns (e.g. 24)
 * @return  float            Total width (%)
 */
/*  Unitless line-height
*
*   @param {Font Size} $fontSize - Unitless font size
*   @param {Leading}   $leading  - Unitless leading from photoshop or sketch
*
*   Example Usage:
*
*     @include line-height(16, 20);
*
*/
/*  Remove List Styles
*
*   No Params
*
*   Example Usage:
*
*     ul {
*       @include no-bullet;
*     }
*
*/
/*  Media Query Mixin
*
*   @param {Media Query} $mq - Media query in single quotes: eg. 'screen and (min-width: 480px)'
*
*   Example Usage:
*
*     .selector {
*       property: value;
*
*       @include mq($bp768) {
*         property: value;
*       }
*     }
*
*/
/*  Placeholder Mixin
*
*   No Params
*
*   Example Usage:
*
*     input[placeholder] {
*       @include placeholder {
*         color: red;
*       }
*     }
*
*/
/*  PX to REM Conversion
*
*   @param {Pixel} $px - Unitless pixel value to be converted into rems.
*
*   Example Usage:
*
*     margin-bottom: rem(20);
*
*/
/**
* Fonts
*/
input[type="text"],
.date-input,
input[type=email],
input[type=phone],
textarea, body, .hdr-global .nav-utility, .hdr-global .pane > ul a, .nav-main .submenu li a, .cox-page, .article-section .article-header .author-data, .upcoming-events, .breadcrumb ul > li .breadcrumb-link, .course-filter .course-list li .course-title-and-number .course-number, .course-header .details h4, .event-cards .card .text .location, .event-header .details h4, .events-filter .events-filter-content .event-teasers > li .event .location, .profile-header .details h4, #dm-web-profile-root .dm-profile-activity h4, .stats-listing .stats-listing-grid .grid-item h3, .accordionTabs .table-row h4,
.tabs .table-row h4 {
    font-family: "Open Sans", Arial, sans-serif;
    font-weight: 400;
    font-style: normal;
}

select, input[type="submit"], strong, .cards-grid-degrees ul > li .cta, .cards-featured .feature-list .feature .cta, .cards-grid-images-two-column ul > li .cta, .cards-grid-images ul > li .cta, .cards-grid-profiles ul > li .cta, .cards-grid-stories .cards-container > li .cta, .cards-grid-two-column-promo-ctas ul > li .cta, .cards-grid ul > li .cta,
.card .cta, .default-links-list li a, .sidenav-links-list li a, .sidenav-links-list-sidebar li a, .two-columns-links-list > li a, .text-with-image ul .cta, .chapters-content strong, footer.footer-global nav.footer-legal li a, .cards-grid-no-gutters .cards-grid-list > li .cta-link, .cards-grid-stories .cards-container > li .topic, .chapters-tabs-split-column .split-column .title, .columns-cta .columns-cta-list .cta-list-item .cta-text, .course-filter .course-list li .course-description .learn-more, .course-filter .course-list li .register-link, .course-header .details p strong, .event-cards .card .image .topic, .event-cards .card .text .time, .event-header .text h4, .events-filter .events-filter-content .event-teasers > li .event .time, .hero-feature .cta-link a, .multi-input-filter .filter-header h3, .split-carousel .split-section.text .text-container .cta-link a, .accordionTabs .tab-title,
.tabs .tab-title, .accordionTabs .table-row .cta-link,
.tabs .table-row .cta-link, .topic-filter-results .topic-list li address {
    font-family: "Open Sans-bold", Arial, sans-serif;
    font-weight: 700;
    font-style: normal;
}

.visuallyhidden {
    position: absolute !important;
    clip: rect(1px, 1px, 1px, 1px);
    padding: 0 !important;
    border: 0 !important;
    height: 1px !important;
    width: 1px !important;
    overflow: hidden;
    white-space: nowrap;
}

h2[id^="label-"]:not([id$="-visible"]) {
    position: absolute !important;
    clip: rect(1px, 1px, 1px, 1px);
    padding: 0 !important;
    border: 0 !important;
    height: 1px !important;
    width: 1px !important;
    overflow: hidden;
    white-space: nowrap;
}

select {
    /*width: 100%;*/
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    line-height: normal;
    position: relative;
    border-radius: 0;
    background: #FFFFFF;
    border: 2px solid #000000;
    padding: 15px 55px 15px 20px;
    font-weight: bold;
    font-size: 1rem;
    text-transform: uppercase;
    background: url("../svg/icon-arrow-down.svg") #FFFFFF no-repeat;
    background-position: right 15px top 50%;
    background-size: 25px;
    text-transform: uppercase;
}

@media screen and (min-width: 580px) {
    select {
        padding: 20px 55px 20px 20px;
    }
}

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

input[type="text"],
.date-input,
input[type=email],
input[type=phone],
textarea {
    border-radius: 0;
    background: #FFFFFF;
    border: 1px solid #000000;
    padding: 15px 10px;
    font-size: 1.125rem;
}

@media screen and (min-width: 580px) {
    input[type="text"],
    .date-input,
    input[type=email],
    input[type=phone],
    textarea {
        padding: 20px;
    }
}

@media screen and (min-width: 960px) {
    input[type="text"],
    .date-input,
    input[type=email],
    input[type=phone],
    textarea {
        font-size: 1.25rem;
        padding: 15px 25px;
    }
}

input[type="text"]::-webkit-input-placeholder,
.date-input::-webkit-input-placeholder,
input[type=email]::-webkit-input-placeholder,
input[type=phone]::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
    color: #ababab;
}

input[type="text"]:-ms-input-placeholder,
.date-input:-ms-input-placeholder,
input[type=email]:-ms-input-placeholder,
input[type=phone]:-ms-input-placeholder,
textarea:-ms-input-placeholder {
    color: #ababab;
}

input[type="text"]::-ms-input-placeholder,
.date-input::-ms-input-placeholder,
input[type=email]::-ms-input-placeholder,
input[type=phone]::-ms-input-placeholder,
textarea::-ms-input-placeholder {
    color: #ababab;
}

input[type="text"]::placeholder,
.date-input::placeholder,
input[type=email]::placeholder,
input[type=phone]::placeholder,
textarea::placeholder {
    color: #ababab;
}

input[type="submit"] {
    background: transparent;
    border: 2px solid #000000;
    border-radius: 0;
    line-height: 1;
    padding: 0 15px;
    text-transform: uppercase;
}

@media screen and (min-width: 580px) {
    input[type="submit"] {
        padding: 20px;
    }
}

input[type="submit"]:hover {
    background: #000000;
    color: #f5f5f5;
}

label {
    position: relative;
}

    label input[type=checkbox] {
        position: absolute;
        top: 0;
        left: 0;
        background: none;
        border: 2px solid #000000;
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
        width: 26px;
        height: 26px;
        background-color: #FFFFFF;
    }

        label input[type=checkbox]:checked {
            border-color: #354ca1;
        }

            label input[type=checkbox]:checked::after {
                content: '';
                width: 18px;
                height: 18px;
                background-color: #354ca1;
                display: block;
                position: absolute;
                top: 50%;
                left: 50%;
                -webkit-transform: translate(-50%, -50%);
                transform: translate(-50%, -50%);
            }

        label input[type=checkbox]:hover {
            border-color: #8e6b4c;
        }

input[type="date"]::-webkit-inner-spin-button {
    display: none;
}

body {
    overflow-x: hidden;
    padding-top: 61px;
}

@media screen and (min-width: 580px) {
    body {
        padding-top: 71px;
    }
}

@media screen and (min-width: 960px) {
    body {
        padding-top: 226px;
    }
}

.grid-container {
    max-width: 1280px;
    margin-right: auto;
    margin-left: auto;
    padding-right: 20px;
    padding-left: 20px;
}

    .grid-container::after {
        display: block;
        clear: both;
        content: "";
    }

@media screen and (min-width: 960px) {
    .grid-container {
        padding-right: 30px;
        padding-left: 30px;
    }
}

.component.overview-cta {
    position: relative;
}

@media screen and (max-width: 579px) {
    .component.overview-cta {
        padding-bottom: 6.875rem;
    }
}

@media screen and (min-width: 580px) and (max-width: 959px) {
    .component.overview-cta {
        padding-bottom: 9.375rem;
    }
}

figure img,
.image img {
    display: block;
    width: 100%;
    height: auto;
}

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

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

/**
 * Add the correct display in IE 9-.
 */
article,
aside,
footer,
header,
nav,
section {
    display: block;
}

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

/* Grouping content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in IE.
 */
figcaption,
figure,
main {
    /* 1 */
    display: block;
}

/**
 * Add the correct margin in IE 8.
 */
figure {
    margin: 1em 40px;
}

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

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

/* Text-level semantics
   ========================================================================== */
/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */
a {
    background-color: transparent;
    /* 1 */
    -webkit-text-decoration-skip: objects;
    /* 2 */
}

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

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */
b,
strong {
    font-weight: inherit;
}

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

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

/**
 * Add the correct font style in Android 4.3-.
 */
dfn {
    font-style: italic;
}

/**
 * Add the correct background and color in IE 9-.
 */
mark {
    background-color: #ff0;
    color: #000;
}

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

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

sub {
    bottom: -0.25em;
}

sup {
    top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
audio,
video {
    display: inline-block;
}

    /**
 * Add the correct display in iOS 4-7.
 */
    audio:not([controls]) {
        display: none;
        height: 0;
    }

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

/**
 * Hide the overflow in IE.
 */
svg:not(:root) {
    overflow: hidden;
}

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

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

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

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */
button,
html [type="button"],
[type="reset"],
[type="submit"] {
    -webkit-appearance: button;
    /* 2 */
}

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

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

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

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

/**
 * 1. Add the correct display in IE 9-.
 * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
    display: inline-block;
    /* 1 */
    vertical-align: baseline;
    /* 2 */
}

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

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

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

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

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

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

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 */
details,
menu {
    display: block;
}

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

/* Scripting
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
canvas {
    display: inline-block;
}

/**
 * Add the correct display in IE.
 */
template {
    display: none;
}

/* Hidden
   ========================================================================== */
/**
 * Add the correct display in IE 10-.
 */
[hidden] {
    display: none;
}

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

html {
    -webkit-tap-highlight-color: transparent;
}

body {
    line-height: 1.5;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0;
    line-height: 1.25;
}

p:last-child {
    margin-bottom: 0 !important;
}

ul,
ol {
    margin-top: 0;
}

    ul ul,
    ul ol,
    ol ul,
    ol ol {
        margin-bottom: 0;
    }

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

dl {
    margin-top: 0;
}

dd {
    margin: 0;
}

figure {
    margin: 0;
}

address {
    font-style: normal;
}

form {
    margin: 0;
}

fieldset {
    padding: 0;
    margin: 0;
    border: 0;
}

textarea {
    resize: vertical;
}

button {
    background-color: transparent;
    border: 0;
    padding: 0;
}

[type="search"]::-ms-clear {
    display: none;
}

iframe {
    border: 0;
}

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

th,
td {
    padding: 0;
}

th {
    font-weight: normal;
}

[tabindex="-1"]:focus {
    outline: none !important;
}

/* ==========================================================================
   Print styles.
   https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css
   ========================================================================== */
@media print {
    *,
    *:before,
    *:after {
        background: transparent !important;
        color: #000 !important;
        -webkit-box-shadow: none !important;
        box-shadow: none !important;
        text-shadow: none !important;
    }

    a,
    a:visited {
        text-decoration: underline;
    }

        a[href]:after {
            content: " (" attr(href) ")";
        }

    abbr[title]:after {
        content: " (" attr(title) ")";
    }

    a[href^="#"]:after,
    a[href^="javascript:"]:after {
        content: "";
    }

    pre {
        white-space: pre-wrap !important;
    }

    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }

    thead {
        display: table-header-group;
    }

    tr,
    img {
        page-break-inside: avoid;
    }

    img {
        max-width: 100% !important;
    }

    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }

    h2,
    h3 {
        page-break-after: avoid;
    }
}

body {
    color: #000000;
    -webkit-font-smoothing: antialiased;
    -moz-font-smoothing: antialiased;
    -o-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

a {
    cursor: pointer;
    color: #354ca1;
    text-decoration: none;
}

    a:focus, a:active, .no-touchevents a:hover {
        -webkit-transition: all 300ms ease-in-out;
        transition: all 300ms ease-in-out;
        text-decoration: underline;
    }

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "Georgia", Times, serif;
    font-weight: normal;
}

h2 {
    text-transform: capitalize;
    font-size: 1.5rem;
    line-height: 1.25;
}

@media screen and (min-width: 580px) {
    h2 {
        font-size: 2.25rem;
        line-height: 1.3334;
    }
}

@media screen and (min-width: 960px) {
    h2 {
        font-size: 2.625rem;
        line-height: 1.1429;
    }
}

@media screen and (min-width: 1280px) {
    h2 {
        font-size: 3rem;
        line-height: 1;
    }
}

h3 {
    font-size: 1.25rem;
    line-height: 1.2;
}

@media screen and (min-width: 580px) {
    h3 {
        font-size: 1.5rem;
        line-height: 1.25;
    }
}

p {
    margin-top: 1.125rem;
    margin-bottom: 1.125rem;
    /*CSR-278: ORig = font-size: 0.875rem;*/
    font-size: 1rem;
    /*CSR-278: ORig = line-height: 1.7143;*/
    line-height: 1.6;
}

@media screen and (min-width: 580px) {
    p {
        margin-top: 1.5rem;
        margin-bottom: 1.5rem;
        font-size: 1rem;
        line-height: 1.875;
    }
}

p:first-child {
    margin-top: 0;
}

blockquote {
    position: relative;
    padding: 0;
    margin: 0;
    font-family: "Georgia", Times, serif;
    font-size: 1.125rem;
    line-height: 1.3334;
}

@media screen and (min-width: 580px) {
    blockquote {
        font-size: 1.5rem;
        line-height: 1.25;
    }
}

@media screen and (min-width: 960px) {
    blockquote {
        font-size: 1.75rem;
        line-height: 1.4286;
    }
}

blockquote::before {
    position: absolute;
    left: -10px;
    content: open-quote;
}

@media screen and (min-width: 580px) {
    blockquote::before {
        left: -12px;
    }
}

@media screen and (min-width: 960px) {
    blockquote::before {
        left: -16px;
    }
}

blockquote::after {
    position: absolute;
    content: close-quote;
}

.button {
    display: inline-block;
    padding: 0.9375rem 20px;
    font-family: "Open Sans-bold", Arial, sans-serif;
    text-transform: uppercase;
    border: 2px solid #000000;
    color: #000000;
    text-align: center;
    font-size: 1rem;
    line-height: 1;
}

@media screen and (min-width: 580px) {
    .button {
        padding: 1.25rem 30px;
    }
}

@media screen and (max-width: 959px) {
    .button {
        width: 100%;
    }
}

.button:focus, .button:active, .no-touchevents .button:hover {
    -webkit-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
    text-decoration: none;
    background-color: #8e6b4c;
    color: #FFFFFF;
    border: 2px solid #8e6b4c;
}

.button.white {
    display: inline-block;
    padding: 0.9375rem 20px;
    font-family: "Open Sans-bold", Arial, sans-serif;
    text-transform: uppercase;
    border: 2px solid #FFFFFF;
    color: #FFFFFF;
    text-align: center;
    font-size: 1rem;
    line-height: 1;
}

@media screen and (min-width: 580px) {
    .button.white {
        padding: 1.25rem 30px;
    }
}

@media screen and (max-width: 959px) {
    .button.white {
        width: 100%;
    }
}

.button.white:focus, .button.white:active, .no-touchevents .button.white:hover {
    -webkit-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
    text-decoration: none;
    background-color: #FFFFFF;
    color: #8e6b4c;
    border: 2px solid #FFFFFF;
}

.cards-grid-degrees, .cards-featured, .cards-grid-images-two-column, .cards-grid-images, .cards-grid-no-gutters, .cards-grid-profiles, .cards-grid-stories, .cards-grid-two-column-promo-ctas, .cards-grid {
    background-color: #f5f5f5;
}

@media screen and (min-width: 960px) {
    .cards-grid-degrees, .cards-featured, .cards-grid-images-two-column, .cards-grid-images, .cards-grid-no-gutters, .cards-grid-profiles, .cards-grid-stories, .cards-grid-two-column-promo-ctas, .cards-grid {
        padding-bottom: 5rem;
    }
}

@media screen and (min-width: 960px) {
    .cards-grid-degrees .cards-container, .cards-featured .cards-container, .cards-grid-images-two-column .cards-container, .cards-grid-images .cards-container, .cards-grid-no-gutters .cards-container, .cards-grid-profiles .cards-container, .cards-grid-stories .cards-container, .cards-grid-two-column-promo-ctas .cards-container, .cards-grid .cards-container {
        width: 94.44444%;
        margin-left: 2.77778%;
    }
}

.cards-grid-degrees ul > li, .cards-featured .feature-list .feature, .cards-grid-images-two-column ul > li, .cards-grid-images ul > li, .cards-grid-profiles ul > li, .cards-grid-stories .cards-container > li, .cards-grid-two-column-promo-ctas ul > li, .cards-grid ul > li,
.card {
    background-color: #FFFFFF;
    margin-bottom: 1.25rem;
}

@media screen and (max-width: 959px) {
    .cards-grid-degrees ul > li:last-child, .cards-featured .feature-list .feature:last-child, .cards-grid-images-two-column ul > li:last-child, .cards-grid-images ul > li:last-child, .cards-grid-profiles ul > li:last-child, .cards-grid-stories .cards-container > li:last-child, .cards-grid-two-column-promo-ctas ul > li:last-child, .cards-grid ul > li:last-child,
    .card:last-child {
        margin-bottom: 0;
    }
}

.cards-grid-degrees ul > li a, .cards-featured .feature-list .feature a, .cards-grid-images-two-column ul > li a, .cards-grid-images ul > li a, .cards-grid-profiles ul > li a, .cards-grid-stories .cards-container > li a, .cards-grid-two-column-promo-ctas ul > li a, .cards-grid ul > li a,
.card a {
    display: block;
    height: 100%;
    padding: 1.625rem 5.55556% 1.75rem;
}

    .cards-grid-degrees ul > li a::after, .cards-featured .feature-list .feature a::after, .cards-grid-images-two-column ul > li a::after, .cards-grid-images ul > li a::after, .cards-grid-profiles ul > li a::after, .cards-grid-stories .cards-container > li a::after, .cards-grid-two-column-promo-ctas ul > li a::after, .cards-grid ul > li a::after,
    .card a::after {
        display: block;
        clear: both;
        content: "";
    }

@media screen and (min-width: 960px) {
    .cards-grid-degrees ul > li a, .cards-featured .feature-list .feature a, .cards-grid-images-two-column ul > li a, .cards-grid-images ul > li a, .cards-grid-profiles ul > li a, .cards-grid-stories .cards-container > li a, .cards-grid-two-column-promo-ctas ul > li a, .cards-grid ul > li a,
    .card a {
        padding-top: 1.875rem;
        padding-right: 10%;
        padding-bottom: 2.25rem;
        padding-left: 10%;
    }
}

@media screen and (min-width: 1280px) {
    .cards-grid-degrees ul > li a, .cards-featured .feature-list .feature a, .cards-grid-images-two-column ul > li a, .cards-grid-images ul > li a, .cards-grid-profiles ul > li a, .cards-grid-stories .cards-container > li a, .cards-grid-two-column-promo-ctas ul > li a, .cards-grid ul > li a,
    .card a {
        padding-top: 2.125rem;
        padding-bottom: 2.5rem;
    }
}

.cards-grid-degrees ul > li a:focus, .cards-featured .feature-list .feature a:focus, .cards-grid-images-two-column ul > li a:focus, .cards-grid-images ul > li a:focus, .cards-grid-profiles ul > li a:focus, .cards-grid-stories .cards-container > li a:focus, .cards-grid-two-column-promo-ctas ul > li a:focus, .cards-grid ul > li a:focus, .cards-grid-degrees ul > li a:active, .cards-featured .feature-list .feature a:active, .cards-grid-images-two-column ul > li a:active, .cards-grid-images ul > li a:active, .cards-grid-profiles ul > li a:active, .cards-grid-stories .cards-container > li a:active, .cards-grid-two-column-promo-ctas ul > li a:active, .cards-grid ul > li a:active, .no-touchevents .cards-grid-degrees ul > li a:hover, .cards-grid-degrees .no-touchevents ul > li a:hover, .no-touchevents .cards-featured .feature-list .feature a:hover, .cards-featured .feature-list .no-touchevents .feature a:hover, .no-touchevents .cards-grid-images-two-column ul > li a:hover, .cards-grid-images-two-column .no-touchevents ul > li a:hover, .no-touchevents .cards-grid-images ul > li a:hover, .cards-grid-images .no-touchevents ul > li a:hover, .no-touchevents .cards-grid-profiles ul > li a:hover, .cards-grid-profiles .no-touchevents ul > li a:hover, .no-touchevents .cards-grid-stories .cards-container > li a:hover, .cards-grid-stories .no-touchevents .cards-container > li a:hover, .no-touchevents .cards-grid-two-column-promo-ctas ul > li a:hover, .cards-grid-two-column-promo-ctas .no-touchevents ul > li a:hover, .no-touchevents .cards-grid ul > li a:hover, .cards-grid .no-touchevents ul > li a:hover,
.card a:focus,
.card a:active, .no-touchevents
.card a:hover {
    -webkit-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
    text-decoration: none;
    border-color: #8e6b4c;
}

    .cards-grid-degrees ul > li a:focus .cta, .cards-featured .feature-list .feature a:focus .cta, .cards-grid-images-two-column ul > li a:focus .cta, .cards-grid-images ul > li a:focus .cta, .cards-grid-profiles ul > li a:focus .cta, .cards-grid-stories .cards-container > li a:focus .cta, .cards-grid-two-column-promo-ctas ul > li a:focus .cta, .cards-grid ul > li a:focus .cta,
    .cards-grid-degrees ul > li a:focus .tags,
    .cards-featured .feature-list .feature a:focus .tags,
    .cards-grid-images-two-column ul > li a:focus .tags,
    .cards-grid-images ul > li a:focus .tags,
    .cards-grid-profiles ul > li a:focus .tags,
    .cards-grid-stories .cards-container > li a:focus .tags,
    .cards-grid-two-column-promo-ctas ul > li a:focus .tags,
    .cards-grid ul > li a:focus .tags, .cards-grid-degrees ul > li a:active .cta, .cards-featured .feature-list .feature a:active .cta, .cards-grid-images-two-column ul > li a:active .cta, .cards-grid-images ul > li a:active .cta, .cards-grid-profiles ul > li a:active .cta, .cards-grid-stories .cards-container > li a:active .cta, .cards-grid-two-column-promo-ctas ul > li a:active .cta, .cards-grid ul > li a:active .cta,
    .cards-grid-degrees ul > li a:active .tags,
    .cards-featured .feature-list .feature a:active .tags,
    .cards-grid-images-two-column ul > li a:active .tags,
    .cards-grid-images ul > li a:active .tags,
    .cards-grid-profiles ul > li a:active .tags,
    .cards-grid-stories .cards-container > li a:active .tags,
    .cards-grid-two-column-promo-ctas ul > li a:active .tags,
    .cards-grid ul > li a:active .tags, .no-touchevents .cards-grid-degrees ul > li a:hover .cta, .cards-grid-degrees .no-touchevents ul > li a:hover .cta, .no-touchevents .cards-featured .feature-list .feature a:hover .cta, .cards-featured .feature-list .no-touchevents .feature a:hover .cta, .no-touchevents .cards-grid-images-two-column ul > li a:hover .cta, .cards-grid-images-two-column .no-touchevents ul > li a:hover .cta, .no-touchevents .cards-grid-images ul > li a:hover .cta, .cards-grid-images .no-touchevents ul > li a:hover .cta, .no-touchevents .cards-grid-profiles ul > li a:hover .cta, .cards-grid-profiles .no-touchevents ul > li a:hover .cta, .no-touchevents .cards-grid-stories .cards-container > li a:hover .cta, .cards-grid-stories .no-touchevents .cards-container > li a:hover .cta, .no-touchevents .cards-grid-two-column-promo-ctas ul > li a:hover .cta, .cards-grid-two-column-promo-ctas .no-touchevents ul > li a:hover .cta, .no-touchevents .cards-grid ul > li a:hover .cta, .cards-grid .no-touchevents ul > li a:hover .cta,
    .no-touchevents .cards-grid-degrees ul > li a:hover .tags,
    .cards-grid-degrees .no-touchevents ul > li a:hover .tags,
    .no-touchevents .cards-featured .feature-list .feature a:hover .tags,
    .cards-featured .feature-list .no-touchevents .feature a:hover .tags,
    .no-touchevents .cards-grid-images-two-column ul > li a:hover .tags,
    .cards-grid-images-two-column .no-touchevents ul > li a:hover .tags,
    .no-touchevents .cards-grid-images ul > li a:hover .tags,
    .cards-grid-images .no-touchevents ul > li a:hover .tags,
    .no-touchevents .cards-grid-profiles ul > li a:hover .tags,
    .cards-grid-profiles .no-touchevents ul > li a:hover .tags,
    .no-touchevents .cards-grid-stories .cards-container > li a:hover .tags,
    .cards-grid-stories .no-touchevents .cards-container > li a:hover .tags,
    .no-touchevents .cards-grid-two-column-promo-ctas ul > li a:hover .tags,
    .cards-grid-two-column-promo-ctas .no-touchevents ul > li a:hover .tags,
    .no-touchevents .cards-grid ul > li a:hover .tags,
    .cards-grid .no-touchevents ul > li a:hover .tags,
    .card a:focus .cta,
    .card a:focus .tags,
    .card a:active .cta,
    .card a:active .tags, .no-touchevents
    .card a:hover .cta,
    .no-touchevents
    .card a:hover .tags {
        color: #8e6b4c;
    }

    .cards-grid-degrees ul > li a:focus h3, .cards-featured .feature-list .feature a:focus h3, .cards-grid-images-two-column ul > li a:focus h3, .cards-grid-images ul > li a:focus h3, .cards-grid-profiles ul > li a:focus h3, .cards-grid-stories .cards-container > li a:focus h3, .cards-grid-two-column-promo-ctas ul > li a:focus h3, .cards-grid ul > li a:focus h3, .cards-grid-degrees ul > li a:active h3, .cards-featured .feature-list .feature a:active h3, .cards-grid-images-two-column ul > li a:active h3, .cards-grid-images ul > li a:active h3, .cards-grid-profiles ul > li a:active h3, .cards-grid-stories .cards-container > li a:active h3, .cards-grid-two-column-promo-ctas ul > li a:active h3, .cards-grid ul > li a:active h3, .no-touchevents .cards-grid-degrees ul > li a:hover h3, .cards-grid-degrees .no-touchevents ul > li a:hover h3, .no-touchevents .cards-featured .feature-list .feature a:hover h3, .cards-featured .feature-list .no-touchevents .feature a:hover h3, .no-touchevents .cards-grid-images-two-column ul > li a:hover h3, .cards-grid-images-two-column .no-touchevents ul > li a:hover h3, .no-touchevents .cards-grid-images ul > li a:hover h3, .cards-grid-images .no-touchevents ul > li a:hover h3, .no-touchevents .cards-grid-profiles ul > li a:hover h3, .cards-grid-profiles .no-touchevents ul > li a:hover h3, .no-touchevents .cards-grid-stories .cards-container > li a:hover h3, .cards-grid-stories .no-touchevents .cards-container > li a:hover h3, .no-touchevents .cards-grid-two-column-promo-ctas ul > li a:hover h3, .cards-grid-two-column-promo-ctas .no-touchevents ul > li a:hover h3, .no-touchevents .cards-grid ul > li a:hover h3, .cards-grid .no-touchevents ul > li a:hover h3,
    .card a:focus h3,
    .card a:active h3, .no-touchevents
    .card a:hover h3 {
        color: #000000;
        text-decoration: underline;
    }

.cards-grid-degrees ul > li h3, .cards-featured .feature-list .feature h3, .cards-grid-images-two-column ul > li h3, .cards-grid-images ul > li h3, .cards-grid-profiles ul > li h3, .cards-grid-stories .cards-container > li h3, .cards-grid-two-column-promo-ctas ul > li h3, .cards-grid ul > li h3,
.cards-grid-degrees ul > li h4,
.cards-featured .feature-list .feature h4,
.cards-grid-images-two-column ul > li h4,
.cards-grid-images ul > li h4,
.cards-grid-profiles ul > li h4,
.cards-grid-stories .cards-container > li h4,
.cards-grid-two-column-promo-ctas ul > li h4,
.cards-grid ul > li h4,
.cards-grid-degrees ul > li h5,
.cards-featured .feature-list .feature h5,
.cards-grid-images-two-column ul > li h5,
.cards-grid-images ul > li h5,
.cards-grid-profiles ul > li h5,
.cards-grid-stories .cards-container > li h5,
.cards-grid-two-column-promo-ctas ul > li h5,
.cards-grid ul > li h5,
.card h3,
.card h4,
.card h5 {
    color: #000000;
    margin-bottom: 1rem;
    -webkit-transition: color 300ms ease-in-out;
    transition: color 300ms ease-in-out;
}

.cards-grid-degrees ul > li p, .cards-featured .feature-list .feature p, .cards-grid-images-two-column ul > li p, .cards-grid-images ul > li p, .cards-grid-profiles ul > li p, .cards-grid-stories .cards-container > li p, .cards-grid-two-column-promo-ctas ul > li p, .cards-grid ul > li p,
.card p {
    color: #000000;
    -webkit-transition: color 300ms ease-in-out;
    transition: color 300ms ease-in-out;
}

@media screen and (min-width: 580px) {
    .cards-grid-degrees ul > li p, .cards-featured .feature-list .feature p, .cards-grid-images-two-column ul > li p, .cards-grid-images ul > li p, .cards-grid-profiles ul > li p, .cards-grid-stories .cards-container > li p, .cards-grid-two-column-promo-ctas ul > li p, .cards-grid ul > li p,
    .card p {
        font-size: 1rem;
        line-height: 1.5;
    }
}

.cards-grid-degrees ul > li p:last-child, .cards-featured .feature-list .feature p:last-child, .cards-grid-images-two-column ul > li p:last-child, .cards-grid-images ul > li p:last-child, .cards-grid-profiles ul > li p:last-child, .cards-grid-stories .cards-container > li p:last-child, .cards-grid-two-column-promo-ctas ul > li p:last-child, .cards-grid ul > li p:last-child,
.card p:last-child {
    margin-bottom: 0;
}

.cards-grid-degrees ul > li .image, .cards-featured .feature-list .feature .image, .cards-grid-images-two-column ul > li .image, .cards-grid-images ul > li .image, .cards-grid-profiles ul > li .image, .cards-grid-stories .cards-container > li .image, .cards-grid-two-column-promo-ctas ul > li .image, .cards-grid ul > li .image,
.card .image, #halfpagediv .card .image {
    display: block;
    position: relative;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

    /*.card .image::after, #halfpagediv .card .image::after*/
    .cards-grid-degrees ul > li .image::after, .cards-featured .feature-list .feature .image::after, .cards-grid-images-two-column ul > li .image::after, .cards-grid-images ul > li .image::after, .cards-grid-profiles ul > li .image::after, .cards-grid-stories .cards-container > li .image::after, .cards-grid-two-column-promo-ctas ul > li .image::after, .cards-grid ul > li .image::after {
        content: '';
        display: block;
        padding-bottom: 56.25%;
    }

.cards-grid-degrees ul > li .cta, .cards-featured .feature-list .feature .cta, .cards-grid-images-two-column ul > li .cta, .cards-grid-images ul > li .cta, .cards-grid-profiles ul > li .cta, .cards-grid-stories .cards-container > li .cta, .cards-grid-two-column-promo-ctas ul > li .cta, .cards-grid ul > li .cta,
.card .cta {
    font-size: 0.875rem;
    line-height: 1;
    color: #354ca1;
    margin-top: 1.125rem;
    -webkit-transition: color 300ms ease-in-out;
    transition: color 300ms ease-in-out;
}

@media screen and (min-width: 580px) {
    .cards-grid-degrees ul > li .cta, .cards-featured .feature-list .feature .cta, .cards-grid-images-two-column ul > li .cta, .cards-grid-images ul > li .cta, .cards-grid-profiles ul > li .cta, .cards-grid-stories .cards-container > li .cta, .cards-grid-two-column-promo-ctas ul > li .cta, .cards-grid ul > li .cta,
    .card .cta {
        font-size: 1rem;
    }
}

.cards-grid-degrees ul > li .cta::after, .cards-featured .feature-list .feature .cta::after, .cards-grid-images-two-column ul > li .cta::after, .cards-grid-images ul > li .cta::after, .cards-grid-profiles ul > li .cta::after, .cards-grid-stories .cards-container > li .cta::after, .cards-grid-two-column-promo-ctas ul > li .cta::after, .cards-grid ul > li .cta::after,
.card .cta::after {
    content: '\00A0\003e';
    display: inline-block;
}

.cards-grid-degrees ul > li .cta:focus, .cards-featured .feature-list .feature .cta:focus, .cards-grid-images-two-column ul > li .cta:focus, .cards-grid-images ul > li .cta:focus, .cards-grid-profiles ul > li .cta:focus, .cards-grid-stories .cards-container > li .cta:focus, .cards-grid-two-column-promo-ctas ul > li .cta:focus, .cards-grid ul > li .cta:focus, .cards-grid-degrees ul > li .cta:active, .cards-featured .feature-list .feature .cta:active, .cards-grid-images-two-column ul > li .cta:active, .cards-grid-images ul > li .cta:active, .cards-grid-profiles ul > li .cta:active, .cards-grid-stories .cards-container > li .cta:active, .cards-grid-two-column-promo-ctas ul > li .cta:active, .cards-grid ul > li .cta:active, .no-touchevents .cards-grid-degrees ul > li .cta:hover, .cards-grid-degrees .no-touchevents ul > li .cta:hover, .no-touchevents .cards-featured .feature-list .feature .cta:hover, .cards-featured .feature-list .no-touchevents .feature .cta:hover, .no-touchevents .cards-grid-images-two-column ul > li .cta:hover, .cards-grid-images-two-column .no-touchevents ul > li .cta:hover, .no-touchevents .cards-grid-images ul > li .cta:hover, .cards-grid-images .no-touchevents ul > li .cta:hover, .no-touchevents .cards-grid-profiles ul > li .cta:hover, .cards-grid-profiles .no-touchevents ul > li .cta:hover, .no-touchevents .cards-grid-stories .cards-container > li .cta:hover, .cards-grid-stories .no-touchevents .cards-container > li .cta:hover, .no-touchevents .cards-grid-two-column-promo-ctas ul > li .cta:hover, .cards-grid-two-column-promo-ctas .no-touchevents ul > li .cta:hover, .no-touchevents .cards-grid ul > li .cta:hover, .cards-grid .no-touchevents ul > li .cta:hover,
.card .cta:focus,
.card .cta:active, .no-touchevents
.card .cta:hover {
    -webkit-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
    text-decoration: underline;
}

@media screen and (min-width: 960px) {
    .cards-grid-degrees ul > li .cta, .cards-featured .feature-list .feature .cta, .cards-grid-images-two-column ul > li .cta, .cards-grid-images ul > li .cta, .cards-grid-profiles ul > li .cta, .cards-grid-stories .cards-container > li .cta, .cards-grid-two-column-promo-ctas ul > li .cta, .cards-grid ul > li .cta,
    .card .cta {
        margin-top: 1.5rem;
    }
}

.slide-arrows-container {
    position: relative;
}

    .slide-arrows-container::after {
        display: block;
        clear: both;
        content: "";
    }

    .slide-arrows-container .slick-arrow {
        border: 2px solid #000000;
        height: 3.75rem;
        width: 3.75rem;
        float: left;
    }

        .slide-arrows-container .slick-arrow > span {
            overflow: hidden;
            text-indent: 101%;
            white-space: nowrap;
        }

        .slide-arrows-container .slick-arrow:focus, .slide-arrows-container .slick-arrow:active, .no-touchevents .slide-arrows-container .slick-arrow:hover {
            -webkit-transition: all 300ms ease-in-out;
            transition: all 300ms ease-in-out;
            background-color: #8e6b4c;
            border: 2px solid transparent;
        }

            .slide-arrows-container .slick-arrow:focus > span, .slide-arrows-container .slick-arrow:active > span, .no-touchevents .slide-arrows-container .slick-arrow:hover > span {
                border-color: #FFFFFF;
            }

        .slide-arrows-container .slick-arrow.slick-prev {
            border-right: 1px solid #000000;
        }

            .slide-arrows-container .slick-arrow.slick-prev:focus, .slide-arrows-container .slick-arrow.slick-prev:active, .no-touchevents .slide-arrows-container .slick-arrow.slick-prev:hover {
                -webkit-transition: all 300ms ease-in-out;
                transition: all 300ms ease-in-out;
                border-right: 1px solid transparent;
            }

            .slide-arrows-container .slick-arrow.slick-prev > span {
                display: inline-block;
                height: 12px;
                width: 12px;
                border-width: 2px 0 0 2px;
                border-color: #000000;
                border-style: solid;
                -webkit-transform: rotate(315deg);
                transform: rotate(315deg);
                margin-left: 0.3125rem;
            }

        .slide-arrows-container .slick-arrow.slick-next {
            border-left: 1px solid #000000;
        }

            .slide-arrows-container .slick-arrow.slick-next:focus, .slide-arrows-container .slick-arrow.slick-next:active, .no-touchevents .slide-arrows-container .slick-arrow.slick-next:hover {
                -webkit-transition: all 300ms ease-in-out;
                transition: all 300ms ease-in-out;
                border-left: 1px solid transparent;
            }

            .slide-arrows-container .slick-arrow.slick-next > span {
                display: inline-block;
                height: 12px;
                width: 12px;
                border-width: 2px 0 0 2px;
                border-color: #000000;
                border-style: solid;
                -webkit-transform: rotate(135deg);
                transform: rotate(135deg);
                margin-right: 0.3125rem;
            }

    .slide-arrows-container.alt-white .slick-arrow {
        border: 2px solid #FFFFFF;
    }

        .slide-arrows-container.alt-white .slick-arrow:focus, .slide-arrows-container.alt-white .slick-arrow:active, .no-touchevents .slide-arrows-container.alt-white .slick-arrow:hover {
            -webkit-transition: all 300ms ease-in-out;
            transition: all 300ms ease-in-out;
            background-color: #FFFFFF;
            border: 2px solid transparent;
        }

            .slide-arrows-container.alt-white .slick-arrow:focus > span, .slide-arrows-container.alt-white .slick-arrow:active > span, .no-touchevents .slide-arrows-container.alt-white .slick-arrow:hover > span {
                border-color: #8e6b4c;
            }

        .slide-arrows-container.alt-white .slick-arrow.slick-prev {
            border-right: 1px solid #FFFFFF;
        }

            .slide-arrows-container.alt-white .slick-arrow.slick-prev:focus, .slide-arrows-container.alt-white .slick-arrow.slick-prev:active, .no-touchevents .slide-arrows-container.alt-white .slick-arrow.slick-prev:hover {
                -webkit-transition: all 300ms ease-in-out;
                transition: all 300ms ease-in-out;
                border-right: 1px solid transparent;
            }

            .slide-arrows-container.alt-white .slick-arrow.slick-prev > span {
                border-color: #FFFFFF;
            }

        .slide-arrows-container.alt-white .slick-arrow.slick-next {
            border-left: 1px solid #FFFFFF;
        }

            .slide-arrows-container.alt-white .slick-arrow.slick-next:focus, .slide-arrows-container.alt-white .slick-arrow.slick-next:active, .no-touchevents .slide-arrows-container.alt-white .slick-arrow.slick-next:hover {
                -webkit-transition: all 300ms ease-in-out;
                transition: all 300ms ease-in-out;
                border-left: 1px solid transparent;
            }

            .slide-arrows-container.alt-white .slick-arrow.slick-next > span {
                border-color: #FFFFFF;
            }

.component-header {
    padding-top: 1.625rem;
    padding-bottom: 1.5rem;
}

@media screen and (min-width: 580px) {
    .component-header {
        padding-top: 4.25rem;
        padding-bottom: 1.75rem;
    }
}

@media screen and (min-width: 960px) {
    .component-header {
        width: 94.44444%;
        margin-left: 2.77778%;
        padding-top: 6.25rem;
        padding-bottom: 3.75rem;
    }
}

@media screen and (min-width: 960px) {
    .component-header .component-header-inner {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }
}

.component-header h2 {
    width: 100%;
}

@media screen and (min-width: 960px) {
    .component-header h2 {
        line-height: 1;
    }
}

@media screen and (max-width: 959px) {
    .component-header .button-container {
        position: absolute;
        bottom: 1.875rem;
        left: 20px;
        right: 20px;
    }
}

@media screen and (min-width: 580px) and (max-width: 959px) {
    .component-header .button-container {
        bottom: 3.75rem;
    }
}

@media screen and (min-width: 960px) {
    .component-header .button-container {
        display: block;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        -webkit-box-flex: 0;
        -ms-flex-positive: 0;
        flex-grow: 0;
        bottom: auto;
    }
}

@media screen and (max-width: 579px) {
    .component-header .button-container .button {
        width: 100%;
    }
}

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

    .default-links-list li {
        border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    }

        .default-links-list li a {
            display: block;
            padding-top: 0.75rem;
            padding-bottom: 0.75rem;
            color: #FFFFFF;
        }

@media screen and (min-width: 580px) {
    .default-links-list li a {
        padding-top: 1.5rem;
        padding-bottom: 1.5rem;
    }
}

.default-links-list li a::after {
    content: ' >';
    display: inline;
}

.default-links-list.blue li {
    border-bottom: 1px solid #ebebeb;
}

    .default-links-list.blue li a {
        color: #354ca1;
    }
/* -------------------------------
  Current SIDE NAVIGATION
   ------------------------------ */
/*global styles*/
.sidenav-links-list-sidebar {
    list-style: none;
    padding: 0;
    margin: 0;
}

@media screen and (max-width: 959px) {
    .sidenav-links-list-sidebar {
        padding-right: 1px;
        padding-left: 1px;
        margin-right: -1px;
        margin-left: -1px;
    }
}

@media screen and (min-width: 960px) {
    .sidenav-links-list-sidebar {
        /*padding-right: 0%;
        padding-bottom: 5rem;
        padding-left: 5.55556%;*/
    }
}

/*local styles*/
.sidenav-links-list-sidebar li {
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

    .sidenav-links-list-sidebar li a {
        display: block;
        padding-bottom: 0.75rem;
        color: #FFFFFF;
        font-family: "Open Sans", Arial, sans-serif;
    }

    .sidenav-links-list-sidebar li.li_parent a {
        font-weight: bold;
        font-size: 1.25em;
    }

    .sidenav-links-list-sidebar li.li_child a {
        padding-top: 1.25rem;
        padding-bottom: 1.25rem;
    }

    .sidenav-links-list-sidebar li.li_main_child a {
        padding-left: 15px;
        padding-top: 1.25rem;
        padding-bottom: 1.25rem;
    }

    .sidenav-links-list-sidebar li.li_solo a {
        font-weight: bold;
        padding-left: 5px;
        padding-top: 1.25rem;
        padding-bottom: 1.25rem;
    }

@media screen and (min-width: 580px) {

    .sidenav-links-list-sidebar li.li_parent a {
        font-weight: bold;
    }

    .sidenav-links-list-sidebar li.li_child a {
        padding-top: 1.25rem;
        padding-bottom: 1.25rem;
    }

    .sidenav-links-list-sidebar li.li_main_child a {
        padding-left: 15px;
        padding-top: 1.25rem;
        padding-bottom: 1.25rem;
    }

    .sidenav-links-list-sidebar li.li_solo a {
        font-weight: bold;
        padding-top: 1.25rem;
        padding-bottom: 1.25rem;
    }
}

.sidenav-links-list-sidebar li a::after {
    content: ' >';
    display: inline;
}

.sidenav-links-list-sidebar li.li_parent a::after {
    content: none;
}

.sidenav-links-list-sidebar.blue li {
    border-bottom: 1px solid #ebebeb;
}

    .sidenav-links-list-sidebar.blue li a {
        color: #354ca1;
    }

.background-gray .sidenav-links-list-sidebar {
    padding-top: .2rem;
    padding-bottom: 2.5rem;
}

    .background-gray .sidenav-links-list-sidebar h2 {
        color: #000000;
        font-size: 1.125rem;
    }

@media screen and (min-width: 960px) {
    .background-gray .sidenav-links-list-sidebar h2 {
        font-size: 1.5rem;
    }
}

.background-gray .sidenav-links-list-sidebar li {
    border-bottom: 1px solid #ebebeb;
}

    .background-gray .sidenav-links-list-sidebar li a {
        color: #354ca1;
    }

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

    .simple-links-list li {
        padding-top: 0.625rem;
        padding-bottom: 0.625rem;
    }

        .simple-links-list li a {
            color: #354ca1;
            font-family: "Open Sans-bold", Arial, sans-serif;
        }

            .simple-links-list li a::after {
                content: ' >';
                display: inline;
            }

.two-columns-links-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

@media screen and (min-width: 580px) {
    .two-columns-links-list {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
}

.two-columns-links-list > li {
    border-bottom: 1px solid #ebebeb;
}

@media screen and (min-width: 580px) {
    .two-columns-links-list > li {
        width: 47.22222%;
        margin-right: 2.77778%;
        margin-left: 2.77778%;
    }

        .two-columns-links-list > li:nth-child(odd) {
            margin-left: 0;
        }

        .two-columns-links-list > li:nth-child(even) {
            margin-right: 0;
        }
}

@media screen and (min-width: 960px) {
    .two-columns-links-list > li {
        width: 44.44444%;
        margin-right: 5.55556%;
        margin-left: 5.55556%;
    }
}

.two-columns-links-list > li a {
    font-size: 0.875rem;
    line-height: 1;
    color: #354ca1;
    display: block;
    padding-top: 1.0625rem;
    padding-bottom: 1.0625rem;
}

@media screen and (min-width: 580px) {
    .two-columns-links-list > li a {
        font-size: 1rem;
    }
}

.two-columns-links-list > li a::after {
    content: '\00A0\003e';
    display: inline-block;
}

.two-columns-links-list > li a:focus, .two-columns-links-list > li a:active, .no-touchevents .two-columns-links-list > li a:hover {
    -webkit-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
    text-decoration: underline;
}

.text-with-image ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

    .text-with-image ul > li {
        border-bottom: 1px solid #ebebeb;
    }

        .text-with-image ul > li:first-child a {
            padding-top: 0;
        }

    .text-with-image ul a {
        display: block;
        padding-top: 1.875rem;
        padding-bottom: 1.875rem;
    }

        .text-with-image ul a::after {
            display: block;
            clear: both;
            content: "";
        }

@media screen and (min-width: 580px) {
    .text-with-image ul a {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        padding-top: 2.5rem;
        padding-bottom: 2.5rem;
    }
}

.text-with-image ul a:focus, .text-with-image ul a:active, .no-touchevents .text-with-image ul a:hover {
    -webkit-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
    text-decoration: none;
}

    .text-with-image ul a:focus h3, .text-with-image ul a:active h3, .no-touchevents .text-with-image ul a:hover h3 {
        color: #000000;
        text-decoration: underline;
    }

    .text-with-image ul a:focus .cta, .text-with-image ul a:active .cta, .no-touchevents .text-with-image ul a:hover .cta {
        color: #354ca1;
        text-decoration: underline;
    }

.text-with-image ul .image {
    display: none;
}

@media screen and (min-width: 580px) {
    .text-with-image ul .image {
        display: block;
        width: 36.11111%;
        display: block;
        position: relative;
        background-size: 100% auto;
        background-position: 0 0;
        background-repeat: no-repeat;
    }

        .text-with-image ul .image::after {
            content: '';
            display: block;
            padding-bottom: 56.25%;
        }
}

@media screen and (min-width: 960px) {
    .text-with-image ul .image {
        width: 40%;
    }
}

@media screen and (min-width: 580px) {
    .text-with-image ul .text {
        width: 63.88889%;
        padding-right: 2.77778%;
        padding-left: 2.77778%;
    }
}

@media screen and (min-width: 960px) {
    .text-with-image ul .text {
        width: 52%;
        padding-right: 4%;
        padding-left: 4%;
    }
}

.text-with-image ul h3 {
    color: #000000;
    text-transform: capitalize;
    font-size: 1.125rem;
    line-height: 1.3334;
    -webkit-transition: color 300ms ease-in-out;
    transition: color 300ms ease-in-out;
}

@media screen and (min-width: 580px) {
    .text-with-image ul h3 {
        font-size: 1.5rem;
        line-height: 1.25;
    }
}

@media screen and (min-width: 960px) {
    .text-with-image ul h3 {
        font-size: 1.875rem;
        line-height: 1.2;
    }
}

.text-with-image ul time {
    display: block;
    font-family: "Georgia", Times, serif;
    color: #000000;
    margin-top: 0.9375rem;
    font-size: 0.875rem;
    line-height: 1.7143;
}

@media screen and (min-width: 960px) {
    .text-with-image ul time {
        font-size: 1rem;
        line-height: 1.875;
    }
}

.text-with-image ul p {
    color: #000000;
    -webkit-transition: color 300ms ease-in-out;
    transition: color 300ms ease-in-out;
}

.text-with-image ul .cta {
    font-size: 0.875rem;
    line-height: 1;
    color: #354ca1;
    -webkit-transition: color 300ms ease-in-out;
    transition: color 300ms ease-in-out;
}

@media screen and (min-width: 580px) {
    .text-with-image ul .cta {
        font-size: 1rem;
    }
}

.text-with-image ul .cta::after {
    content: '\00A0\003e';
    display: inline-block;
}

.text-with-image ul .cta:focus, .text-with-image ul .cta:active, .no-touchevents .text-with-image ul .cta:hover {
    -webkit-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
    text-decoration: underline;
}

.content h3 {
    text-transform: capitalize;
    font-size: 1.125rem;
    line-height: 1.3334;
    color: #000000;
}

.content h4 {
    font-size: 1.125rem;
    line-height: 1.3334;
}

@media screen and (min-width: 580px) {
    .content h4 {
        font-size: 1.5rem;
        line-height: 1.25;
    }
}

.content h4 ~ p {
    margin-top: 1.25rem;
    margin-bottom: 2.1875rem;
}

@media screen and (min-width: 580px) {
    .content h4 ~ p {
        margin-bottom: 3.4375rem;
    }
}

.content ul > li {
    list-style-type: none;
}

    .content ul > li::before {
        content: '\2022';
        color: #354ca1;
        position: absolute;
        left: 0;
    }

.content ol,
.content ul {
    position: relative;
    color: #000000;
    font-size: 0.875rem;
    line-height: 1.7143;
    margin-top: 0.875rem;
    margin-bottom: 0.875rem;
    padding-left: 1.25rem;
}

@media screen and (min-width: 580px) {
    .content ol,
    .content ul {
        font-size: 1rem;
        line-height: 1.875;
        margin-top: 1rem;
        margin-bottom: 1rem;
    }
}

.content ol > li,
.content ul > li {
    padding-top: 0.3125rem;
    padding-bottom: 0.3125rem;
}

.content blockquote {
    margin-top: 0.875rem;
    margin-bottom: 0.875rem;
}

@media screen and (min-width: 580px) {
    .content blockquote {
        margin-top: 1rem;
        margin-bottom: 1rem;
    }
}

.content blockquote::before,
.content blockquote::after {
    content: '';
}

.content blockquote p {
    margin: 0;
    font-size: 1.125rem;
    line-height: 1.3334;
}

@media screen and (min-width: 580px) {
    .content blockquote p {
        font-size: 1.5rem;
        line-height: 1.25;
    }
}

@media screen and (min-width: 960px) {
    .content blockquote p {
        font-size: 1.75rem;
        line-height: 1.4286;
    }
}

.content blockquote p::before {
    position: absolute;
    left: -10px;
    content: open-quote;
}

@media screen and (min-width: 580px) {
    .content blockquote p::before {
        left: -12px;
    }
}

@media screen and (min-width: 960px) {
    .content blockquote p::before {
        left: -16px;
    }
}

.content blockquote p::after {
    position: absolute;
    content: close-quote;
}

.content table {
    margin-top: 0.875rem;
    margin-bottom: 0.875rem;
}

@media screen and (min-width: 580px) {
    .content table {
        margin-top: 1rem;
        margin-bottom: 1rem;
    }
}

.content table table,
.content table th,
.content table td {
    border: 0;
}

.content table table {
    width: 100%;
}

.content table th,
.content table td {
    font-size: 0.875rem;
    line-height: 1.7143;
    padding-top: 0.5625rem;
    padding-right: 0.5rem;
    padding-bottom: 0.5625rem;
    padding-left: 0.5rem;
    border-bottom: 1px solid #f5f5f5;
    text-align: left;
}

@media screen and (min-width: 580px) {
    .content table th,
    .content table td {
        font-size: 1rem;
        line-height: 1.875;
        padding-top: 1.1875rem;
        padding-right: 0.5rem;
        padding-bottom: 1.1875rem;
        padding-left: 0.5rem;
    }
}

.content table th {
    text-transform: capitalize;
}

.content table td {
    vertical-align: top;
}

.content table ol,
.content table ul {
    padding-left: 0.9375rem;
}

@media screen and (min-width: 580px) {
    .content figure.paragraph-image-left {
        float: left;
        width: 25%;
        margin-right: 1.25rem;
        margin-bottom: 0.625rem;
    }
}

@media screen and (min-width: 960px) {
    .content figure.paragraph-image-left {
        width: 50%;
    }
}

@media screen and (min-width: 580px) {
    .content figure.paragraph-image-right {
        float: right;
        width: 16.66667%;
        margin-bottom: 0.625rem;
        margin-left: 1.25rem;
    }
}

@media screen and (min-width: 960px) {
    .content figure.paragraph-image-right {
        width: 50%;
    }
}

.content figure figcaption {
    color: #c8c8c8;
    font-size: 0.75rem;
    line-height: 1.3334;
    padding-top: 0.625rem;
    padding-right: 2.77778%;
    padding-bottom: 0.625rem;
    padding-left: 2.77778%;
}

@media screen and (min-width: 580px) {
    .content figure figcaption {
        font-size: 0.875rem;
        line-height: 1.4286;
        padding-right: 0;
        padding-left: 0;
    }
}

.chapters-content h2 span {
    display: block;
    font-size: 1.125rem;
    line-height: 1.3334;
    margin-top: 0.8125rem;
}

@media screen and (min-width: 580px) {
    .chapters-content h2 span {
        font-size: 1.5rem;
        line-height: 1.25;
    }
}

@media screen and (min-width: 960px) {
    .chapters-content h2 span {
        font-size: 2.25rem;
        line-height: 1.3334;
    }
}

@media screen and (min-width: 1280px) {
    .chapters-content h2 span {
        font-size: 2.625rem;
        line-height: 1.1429;
    }
}

.chapters-content ul {
    font-size: 0.875rem;
    line-height: 1.7143;
}

@media screen and (min-width: 580px) {
    .chapters-content ul {
        font-size: 1.125rem;
        line-height: 1.6667;
    }
}

.chapters-content blockquote {
    padding-left: 0.875rem;
}

    .chapters-content blockquote p {
        font-family: "Open Sans", Arial, sans-serif;
        font-size: 0.875rem;
        line-height: 1.7143;
        margin-bottom: 2.125rem;
    }

@media screen and (min-width: 580px) {
    .chapters-content blockquote p {
        font-size: 1rem;
        line-height: 1.875;
    }
}

.chapters-content blockquote p::before {
    position: absolute;
    left: 4px;
    content: open-quote;
}

@media screen and (min-width: 580px) {
    .chapters-content blockquote p::before {
        left: 5px;
    }
}

@media screen and (min-width: 960px) {
    .chapters-content blockquote p::before {
        left: 5px;
    }
}

.chapters-content blockquote footer {
    font-family: "Open Sans", Arial, sans-serif;
    font-size: 1rem;
    line-height: 1.5;
}

    .chapters-content blockquote footer cite {
        display: block;
        font-style: normal;
    }

@media screen and (min-width: 960px) {
    .chapters-content p.text-left {
        width: 69.44444%;
    }
}

@media screen and (min-width: 960px) {
    .chapters-content p.text-left.full-width {
        width: 100%;
    }
}

.chapters-content img.align-right {
    display: none;
}

@media screen and (min-width: 580px) {
    .chapters-content img.align-right {
        display: block;
        float: right;
        height: 200px;
        margin-bottom: 2.5rem;
        margin-left: 5.55556%;
    }
}

@media screen and (min-width: 960px) {
    .chapters-content img.align-right {
        height: 260px;
    }
}

@media screen and (min-width: 1280px) {
    .chapters-content img.align-right {
        height: 352px;
    }
}

.chapters-content img.align-right.align-right-alt {
    display: block;
    width: 100%;
    margin-bottom: 1.125rem;
}

@media screen and (min-width: 580px) {
    .chapters-content img.align-right.align-right-alt {
        height: 292px;
        margin-bottom: 1.5rem;
    }
}

@media screen and (min-width: 960px) {
    .chapters-content img.align-right.align-right-alt {
        height: 174px;
        width: 48%;
    }
}

@media screen and (min-width: 1280px) {
    .chapters-content img.align-right.align-right-alt {
        height: 236px;
    }
}

footer.footer-global {
    margin-top: 3.75rem;
    margin-bottom: 3.625rem;
}

@media screen and (min-width: 580px) {
    footer.footer-global {
        margin-top: 5rem;
        margin-bottom: 4.6875rem;
    }
}

@media screen and (min-width: 960px) {
    footer.footer-global {
        margin-top: 6.25rem;
        margin-bottom: 5.875rem;
    }
}

footer.footer-global .logo-footer {
    margin-bottom: 1.625rem;
    font-size: 0.875rem;
    text-align: center;
}

@media screen and (min-width: 580px) {
    footer.footer-global .logo-footer {
        margin-bottom: 2.25rem;
        font-size: 1.125rem;
    }
}

footer.footer-global .logo-footer img {
    margin-right: auto;
    margin-bottom: 1.25rem;
    margin-left: auto;
    width: 179px;
    display: block;
}

@media screen and (min-width: 580px) {
    footer.footer-global .logo-footer img {
        width: 262px;
    }
}

footer.footer-global .logo-footer a:focus, footer.footer-global .logo-footer a:active, .no-touchevents footer.footer-global .logo-footer a:hover {
    -webkit-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
    text-decoration: none;
}

footer.footer-global nav {
    text-align: center;
}

    footer.footer-global nav.footer-nav {
        margin-bottom: 2.5rem;
        border-top: 1px solid #c8c8c8;
    }

@media screen and (min-width: 580px) {
    footer.footer-global nav.footer-nav {
        border-bottom: 1px solid #c8c8c8;
    }
}

@media screen and (min-width: 580px) {
    footer.footer-global nav.footer-nav ul {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
}

footer.footer-global nav.footer-nav li {
    border-bottom: 1px solid #c8c8c8;
}

@media screen and (min-width: 580px) {
    footer.footer-global nav.footer-nav li {
        border-bottom: 0;
    }
}

footer.footer-global nav.footer-nav a {
    padding-top: 1.125rem;
    padding-bottom: 0.625rem;
    font-size: 1.5rem;
    display: block;
    border-bottom: 1px solid #c8c8c8;
    border-bottom: 4px solid transparent;
    color: #000000;
    font-family: "Georgia", Times, serif;
    font-weight: 300;
    font-style: normal;
}

@media screen and (min-width: 580px) {
    footer.footer-global nav.footer-nav a {
        padding-top: 1.125rem;
        padding-right: 2rem;
        padding-bottom: 0.625rem;
        padding-left: 2rem;
        font-size: 1.25rem;
    }
}

@media screen and (min-width: 960px) {
    footer.footer-global nav.footer-nav a {
        padding-top: 1.125rem;
        padding-right: 3.125rem;
        padding-bottom: 0.625rem;
        padding-left: 3.125rem;
    }
}

footer.footer-global nav.footer-nav a:focus, footer.footer-global nav.footer-nav a:active, .no-touchevents footer.footer-global nav.footer-nav a:hover {
    -webkit-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
    border-bottom: 4px solid #8e6b4c;
    text-decoration: none;
}

footer.footer-global nav.footer-legal {
    margin-bottom: 2.9375rem;
}

@media screen and (min-width: 580px) {
    footer.footer-global nav.footer-legal ul {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
}

@media screen and (min-width: 580px) {
    footer.footer-global nav.footer-legal li:not(:last-child)::after {
        content: '|';
        vertical-align: middle;
        color: #c8c8c8;
        margin-right: 0.375rem;
        margin-left: 0.375rem;
    }
}

footer.footer-global nav.footer-legal li a {
    font-size: 0.75rem;
    color: #354ca1;
}

footer.footer-global nav.footer-social ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
    justify-content: space-around;
}

@media screen and (min-width: 580px) {
    footer.footer-global nav.footer-social ul {
        max-width: 224px;
        margin: 0 auto;
    }
}

footer.footer-global nav.footer-social li .icon-twitter {
    width: 27px;
    height: 22px;
}

footer.footer-global nav.footer-social li .icon-facebook,
footer.footer-global nav.footer-social li .icon-instagram,
footer.footer-global nav.footer-social li .icon-linkedin {
    width: 22px;
    height: 22px;
}

footer.footer-global nav.footer-social li a:focus, footer.footer-global nav.footer-social li a:active, .no-touchevents footer.footer-global nav.footer-social li a:hover {
    -webkit-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
}

    footer.footer-global nav.footer-social li a:focus .icon-twitter path,
    footer.footer-global nav.footer-social li a:focus .icon-facebook path,
    footer.footer-global nav.footer-social li a:focus .icon-instagram path,
    footer.footer-global nav.footer-social li a:focus .icon-linkedin path, footer.footer-global nav.footer-social li a:active .icon-twitter path,
    footer.footer-global nav.footer-social li a:active .icon-facebook path,
    footer.footer-global nav.footer-social li a:active .icon-instagram path,
    footer.footer-global nav.footer-social li a:active .icon-linkedin path, .no-touchevents footer.footer-global nav.footer-social li a:hover .icon-twitter path,
    .no-touchevents footer.footer-global nav.footer-social li a:hover .icon-facebook path,
    .no-touchevents footer.footer-global nav.footer-social li a:hover .icon-instagram path,
    .no-touchevents footer.footer-global nav.footer-social li a:hover .icon-linkedin path {
        fill: #8e6b4c;
    }

footer.footer-global .copyright {
    text-align: center;
    margin-bottom: 1rem;
}

    footer.footer-global .copyright p {
        margin: 0;
        font-size: 0.875rem;
    }

        footer.footer-global .copyright p > span {
            display: block;
        }

@media screen and (min-width: 580px) {
    footer.footer-global .copyright p > span {
        display: inline;
    }
}

@media screen and (min-width: 580px) {
    footer.footer-global .copyright p > span:not(:last-child)::after {
        content: '|';
        color: #c8c8c8;
        margin-right: 0.375rem;
        margin-left: 0.375rem;
    }
}

@media screen and (min-width: 580px) {
    footer.footer-global .copyright p > span > span:not(:last-child)::after {
        content: '|';
        color: #c8c8c8;
        margin-right: 0.375rem;
        margin-left: 0.375rem;
    }
}

.hdr-global {
    background: #FFFFFF;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 100;
}

@media screen and (max-width: 959px) {
    .hdr-global {
        border-bottom: 1px solid #c8c8c8;
    }
}

@media screen and (min-width: 960px) {
    .hdr-global {
        position: absolute;
    }
}

.sticky-nav-stick .hdr-global {
    position: fixed;
}

.hdr-global .nav-utility {
    font-weight: bold;
}

.hdr-global .pane {
    background: #FFFFFF;
    position: absolute;
    left: 50%;
    width: 50%;
    height: 100%;
}

    .hdr-global .pane:not(.is-active) {
        display: none;
    }

    .hdr-global .pane > ul {
        position: absolute;
        top: 61px;
        height: calc(100% - 61px);
        width: 100%;
        background: #FFFFFF;
        overflow-y: auto;
    }

.touchevents .hdr-global .pane > ul {
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
}

@media screen and (min-width: 580px) {
    .hdr-global .pane > ul {
        top: 71px;
        height: calc(100% - 71px);
    }
}

.hdr-global .pane > ul li {
    border-bottom: 1px solid #c8c8c8;
}

    .hdr-global .pane > ul li li:last-child {
        border: 0;
    }

    .hdr-global .pane > ul li > div {
        background: #f5f5f5;
        font-size: 0.875rem;
        height: 2.5rem;
        padding-right: 20px;
        padding-left: 20px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        border-bottom: 1px solid #c8c8c8;
    }

@media screen and (min-width: 580px) {
    .hdr-global .pane > ul li > div {
        font-size: 1.125rem;
        height: 3.125rem;
    }
}

.hdr-global .pane > ul a {
    display: block;
    height: 3.75rem;
    padding-right: 20px;
    padding-left: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 1.125rem;
    line-height: 1.3334;
    font-weight: bold;
}

@media screen and (min-width: 580px) {
    .hdr-global .pane > ul a {
        height: 4.375rem;
        font-size: 1.375rem;
        line-height: 1.091;
    }
}

.hdr-global .pane-top-level {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    border-bottom: 1px solid #c8c8c8;
}

    .hdr-global .pane-top-level a {
        -webkit-box-flex: 1;
        -ms-flex: 1;
        flex: 1;
        font-size: 1.5rem;
        line-height: 1;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        padding-right: 14px;
        padding-left: 14px;
        border-left: 1px solid #c8c8c8;
        color: inherit;
    }

@media screen and (min-width: 580px) {
    .hdr-global .pane-top-level a {
        font-size: 1.875rem;
        padding-right: 26px;
        padding-left: 26px;
    }
}

.hdr-global .pane-top-level button {
    overflow: hidden;
    text-indent: 101%;
    white-space: nowrap;
    width: 60px;
    height: 60px;
    position: relative;
}

@media screen and (min-width: 580px) {
    .hdr-global .pane-top-level button {
        height: 70px;
        width: 70px;
    }
}

.hdr-global .pane-top-level button::before {
    content: '';
    display: inline-block;
    height: 13px;
    width: 13px;
    border-width: 2px 0 0 2px;
    border-color: #354ca1;
    border-style: solid;
    -webkit-transform: rotate(315deg);
    transform: rotate(315deg);
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -6px;
    margin-left: -3px;
}

.hdr-global-top {
    max-width: 1280px;
    margin-right: auto;
    margin-left: auto;
    padding-right: 20px;
    padding-left: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 61px;
}

    .hdr-global-top::after {
        display: block;
        clear: both;
        content: "";
    }

@media screen and (min-width: 960px) {
    .hdr-global-top {
        padding-right: 30px;
        padding-left: 30px;
    }
}

@media screen and (max-width: 959px) {
    .search-open .hdr-global-top {
        border-bottom-color: #8e6b4c;
    }
}

@media screen and (min-width: 580px) {
    .hdr-global-top {
        height: 71px;
    }
}

@media screen and (min-width: 960px) {
    .hdr-global-top {
        height: 124px;
        border: 0;
        position: relative;
    }
}

.hdr-global-top .logo {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    padding-top: 1.0625rem;
}

@media screen and (min-width: 960px) {
    .hdr-global-top .logo {
        -webkit-box-flex: 0;
        -ms-flex: 0;
        flex: 0;
        padding-top: 1.875rem;
    }
}

.hdr-global-top .logo a {
    display: block;
    width: 137px;
    height: 26px;
}

@media screen and (max-width: 959px) {
    .hdr-global-top .logo a {
        background: url("../svg/logo-smu.svg") 50% 50%/contain no-repeat;
    }
}

@media screen and (min-width: 580px) {
    .hdr-global-top .logo a {
        width: 188px;
        height: 36px;
    }
}

@media screen and (min-width: 960px) {
    .hdr-global-top .logo a {
        width: 380px;
        height: 64px;
    }
}

.hdr-global-top .logo svg {
    display: none;
}

@media screen and (min-width: 960px) {
    .hdr-global-top .logo svg {
        display: block;
        width: 100%;
    }
}

.hdr-global-top .nav-utility {
    margin-top: 3.3125rem;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

    .hdr-global-top .nav-utility ul {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        float: right;
        margin-right: -12px;
    }

    .hdr-global-top .nav-utility li {
        font-size: 0.8125rem;
        margin-right: 22px;
        white-space: nowrap;
    }

@media screen and (min-width: 1280px) {
    .hdr-global-top .nav-utility li {
        margin-right: 40px;
    }
}

.hdr-global-top .nav-utility li:last-child {
    margin-right: 0;
}

.hdr-global-top .nav-utility a {
    color: inherit;
}

    .hdr-global-top .nav-utility a:focus, .hdr-global-top .nav-utility a:active, .no-touchevents .hdr-global-top .nav-utility a:hover {
        -webkit-transition: all 300ms ease-in-out;
        transition: all 300ms ease-in-out;
        color: #354ca1;
    }

.btn-nav-main {
    overflow: hidden;
    text-indent: 101%;
    white-space: nowrap;
    height: 60px;
    width: 60px;
    position: relative;
}

    .btn-nav-main::after {
        content: '';
        display: block;
        width: 40px;
        height: 22px;
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        background: linear-gradient(#354ca1, #354ca1 2px, transparent 2px, transparent 10px, #354ca1 10px, #354ca1 12px, transparent 12px, transparent 20px, #354ca1 20px, #354ca1);
    }

@media screen and (min-width: 580px) {
    .btn-nav-main {
        height: 70px;
        width: 70px;
    }
}

@media screen and (min-width: 960px) {
    .btn-nav-main {
        display: none;
    }
}

.btn-hdr-search {
    overflow: hidden;
    text-indent: 101%;
    white-space: nowrap;
    height: 60px;
    width: 60px;
}

@media screen and (max-width: 959px) {
    .btn-hdr-search {
        margin-right: -20px;
        background: url("../svg/icon-search-blue.svg") 50% 50%/22px 22px no-repeat;
    }
}

@media screen and (min-width: 580px) {
    .btn-hdr-search {
        height: 70px;
        width: 70px;
    }
}

@media screen and (min-width: 960px) {
    .btn-hdr-search {
        position: absolute;
        right: 0;
        top: 0;
    }
}

@media screen and (min-width: 960px) and (max-width: 1279px) {
    .btn-hdr-search {
        width: 50px;
    }
}

.btn-hdr-search svg {
    height: 18px;
    width: 18px;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    fill: #000000;
    -webkit-transition: fill 150ms;
    transition: fill 150ms;
}

.no-touchevents .btn-hdr-search:hover svg {
    fill: #8e6b4c;
}

.search-open .btn-hdr-search {
    background: #8e6b4c url("../svg/icon-close.svg") 50% 50%/18px 18px no-repeat;
}

    .search-open .btn-hdr-search svg {
        display: none;
    }

.hdr-search-field {
    display: none;
    max-width: 1280px;
    margin-right: auto;
    margin-left: auto;
    background-color: #8e6b4c;
    padding-right: 20px;
    padding-left: 20px;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
}

@media screen and (min-width: 580px) {
    .hdr-search-field {
        padding-right: 30px;
        padding-left: 30px;
    }
}

@media screen and (min-width: 960px) {
    .hdr-search-field {
        top: 125px;
        width: calc(100% - 50px);
    }
}

@media screen and (min-width: 1280px) {
    .hdr-search-field {
        width: calc(100% - 70px);
    }
}

.search-open .hdr-search-field {
    display: block;
    z-index: 1;
}

.hdr-search-field input[type="search"] {
    background-color: transparent;
    border: 0;
    height: 60px;
    width: 100%;
    color: #FFFFFF;
    font-size: 1.5rem;
    padding-left: 0;
}

    .hdr-search-field input[type="search"]::-webkit-input-placeholder {
        color: #FFFFFF;
        opacity: 0.25;
    }

    .hdr-search-field input[type="search"]:-ms-input-placeholder {
        color: #FFFFFF;
        opacity: 0.25;
    }

    .hdr-search-field input[type="search"]::-ms-input-placeholder {
        color: #FFFFFF;
        opacity: 0.25;
    }

    .hdr-search-field input[type="search"]::placeholder {
        color: #FFFFFF;
        opacity: 0.25;
    }

@media screen and (min-width: 580px) {
    .hdr-search-field input[type="search"] {
        height: 70px;
        font-size: 1.875rem;
        padding-left: 20px;
    }
}

@media screen and (max-width: 959px) {
    .hdr-global-bottom {
        display: none;
        width: 200%;
        -webkit-transition: left 300ms;
        transition: left 300ms;
    }
}

@media screen and (min-width: 960px) {
    .hdr-global-bottom {
        border-top: 1px solid #c8c8c8;
        border-bottom: 1px solid #c8c8c8;
    }
}

.menu-open .hdr-global-bottom {
    display: block;
    position: absolute;
    top: 61px;
    left: 0;
    height: calc(100vh - 61px);
}

@media screen and (min-width: 580px) {
    .menu-open .hdr-global-bottom {
        top: 71px;
        height: calc(100vh - 71px);
    }
}

.hdr-global-bottom.slide {
    left: -100%;
}

.hdr-global-bottom .nav-utility ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.hdr-global-bottom .nav-utility li {
    width: 50%;
    text-align: center;
    border-bottom: 1px solid #c8c8c8;
    font-size: 1rem;
    line-height: 1.5;
}

    .hdr-global-bottom .nav-utility li:nth-child(even) {
        border-left: 1px solid #c8c8c8;
    }

    .hdr-global-bottom .nav-utility li:last-child:nth-child(odd) {
        width: 100%;
    }

.hdr-global-bottom .nav-utility a {
    display: block;
    height: 3.125rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.search-open .hdr-global-bottom {
    background-color: #8e6b4c;
}

@media screen and (max-width: 959px) {
    .hdr-global-bottom-inner {
        background: #FFFFFF;
        position: absolute;
        width: 50%;
        height: 100%;
        overflow-y: auto;
    }

    .touchevents .hdr-global-bottom-inner {
        overflow-y: scroll;
        -webkit-overflow-scrolling: touch;
    }
}

@media screen and (min-width: 960px) {
    .hdr-global-bottom-inner {
        max-width: 1280px;
        margin-right: auto;
        margin-left: auto;
        position: relative;
        padding-right: 50px;
        height: 70px;
    }
}

@media screen and (min-width: 1280px) {
    .hdr-global-bottom-inner {
        padding-right: 70px;
    }
}

.nav-main a {
    color: inherit;
}

@media screen and (max-width: 959px) {
    .nav-main {
        border-top: 1px solid #c8c8c8;
    }
}

@media screen and (min-width: 960px) {
    .nav-main {
        width: 100%;
    }

        .nav-main > ul {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
        }

            .nav-main > ul > li {
                -webkit-box-flex: 1;
                -ms-flex: 1;
                flex: 1;
            }

                .nav-main > ul > li > a {
                    display: block;
                    text-align: center;
                    font-family: "Georgia", Times, serif;
                    font-size: 1.125rem;
                    line-height: 1.3334;
                    height: 70px;
                    display: -webkit-box;
                    display: -ms-flexbox;
                    display: flex;
                    -webkit-box-orient: vertical;
                    -webkit-box-direction: normal;
                    -ms-flex-direction: column;
                    flex-direction: column;
                    -webkit-box-pack: center;
                    -ms-flex-pack: center;
                    justify-content: center;
                    border-top: 4px solid transparent;
                    border-bottom: 4px solid transparent;
                    -webkit-transition: border-bottom-color 300ms;
                    transition: border-bottom-color 300ms;
                }

                    .nav-main > ul > li > a:hover {
                        text-decoration: none;
                    }

                .nav-main > ul > li.is-open > a {
                    border-bottom-color: #8e6b4c;
                }

                    .nav-main > ul > li.is-open > a:active {
                        border-bottom-color: #354ca1;
                    }

    .search-open .nav-main {
        display: none;
    }
}

@media screen and (min-width: 960px) {
    .nav-main .btn-submenu {
        background-color: #c8c8c8;
    }

        .nav-main .btn-submenu:not(:focus) {
            position: absolute !important;
            clip: rect(1px, 1px, 1px, 1px);
            padding: 0 !important;
            border: 0 !important;
            height: 1px !important;
            width: 1px !important;
            overflow: hidden;
            white-space: nowrap;
        }

        .nav-main .btn-submenu:focus {
            position: absolute;
            z-index: 101;
        }

    .touchevents .nav-main .btn-submenu {
        display: none;
    }
}

.nav-main .submenu {
    display: none;
    position: absolute;
    background-color: #FFFFFF;
    width: 100%;
    left: 0;
    top: 71px;
    z-index: 100;
}

    .nav-main .submenu.fully-open {
        border-bottom: 1px solid #c8c8c8;
    }

    .nav-main .submenu > .inner {
        max-width: 1280px;
        margin-right: auto;
        margin-left: auto;
        padding-right: 20px;
        padding-left: 20px;
    }

        .nav-main .submenu > .inner::after {
            display: block;
            clear: both;
            content: "";
        }

@media screen and (min-width: 960px) {
    .nav-main .submenu > .inner {
        padding-right: 30px;
        padding-left: 30px;
    }
}

.nav-main .submenu .text {
    font-family: "Georgia", Times, serif;
    font-size: 1.5rem;
    line-height: 1.5;
}

@media screen and (min-width: 1280px) {
    .nav-main .submenu .text {
        font-size: 1.875rem;
        line-height: 1.3334;
    }
}

.nav-main .submenu li {
    font-size: 1rem;
    line-height: 1.25;
}

    .nav-main .submenu li a {
        font-weight: bold;
    }

        .nav-main .submenu li a:focus, .nav-main .submenu li a:active, .no-touchevents .nav-main .submenu li a:hover {
            -webkit-transition: all 300ms ease-in-out;
            transition: all 300ms ease-in-out;
            color: #354ca1;
        }

        .nav-main .submenu li a::after {
            content: '\00A0\003e';
        }

.nav-main .submenu.single-level {
    padding-bottom: 30px;
    border-top: 30px solid transparent;
}

    .nav-main .submenu.single-level > .inner {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        min-height: 177px;
    }

        .nav-main .submenu.single-level > .inner > ul {
            width: 66.66667%;
            margin-left: 2.77778%;
            background: linear-gradient(to right, #c8c8c8, #c8c8c8 1px, transparent 1px, transparent);
        }

        .nav-main .submenu.single-level > .inner li {
            float: left;
            width: 29.16667%;
            margin-left: 4.16667%;
            min-height: 2.5em;
            margin-top: 1.1875rem;
            margin-bottom: 0.1875rem;
        }

            .nav-main .submenu.single-level > .inner li:last-child, .nav-main .submenu.single-level > .inner li:nth-child(3n + 2):nth-last-child(2), .nav-main .submenu.single-level > .inner li:nth-child(3n + 1):nth-last-child(2), .nav-main .submenu.single-level > .inner li:nth-child(3n + 1):nth-last-child(3) {
                min-height: 0;
                margin-bottom: 0;
            }

    .nav-main .submenu.single-level .text {
        width: 30.55556%;
        padding-top: 12px;
    }

.nav-main .submenu.multi-level {
    padding-bottom: 19px;
    border-top: 43px solid transparent;
}

    .nav-main .submenu.multi-level > .inner > ul::after {
        display: block;
        clear: both;
        content: "";
    }

    .nav-main .submenu.multi-level > .inner > ul > li {
        float: left;
        width: 22.22222%;
    }

        .nav-main .submenu.multi-level > .inner > ul > li:nth-child(n+2) {
            margin-left: 2.77778%;
        }

        .nav-main .submenu.multi-level > .inner > ul > li > div {
            min-height: 3.125rem;
            font-size: 1.125rem;
        }

        .nav-main .submenu.multi-level > .inner > ul > li li {
            margin-bottom: 1rem;
        }

    .nav-main .submenu.multi-level .text {
        margin-bottom: 2.25rem;
    }

.menu-open .nav-main > ul > li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    border-bottom: 1px solid #c8c8c8;
}

    .menu-open .nav-main > ul > li > a {
        -webkit-box-flex: 1;
        -ms-flex: 1;
        flex: 1;
        border-right: 1px solid #c8c8c8;
        padding-right: 22px;
        padding-left: 22px;
        font-family: "Georgia", Times, serif;
        font-size: 1.5rem;
        line-height: 1;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

@media screen and (min-width: 580px) {
    .menu-open .nav-main > ul > li > a {
        font-size: 1.875rem;
    }
}

.menu-open .nav-main .btn-submenu {
    overflow: hidden;
    text-indent: 101%;
    white-space: nowrap;
    width: 60px;
    height: 60px;
    position: relative;
}

@media screen and (min-width: 580px) {
    .menu-open .nav-main .btn-submenu {
        height: 70px;
        width: 70px;
    }
}

.menu-open .nav-main .btn-submenu::before {
    content: '';
    display: inline-block;
    height: 13px;
    width: 13px;
    border-width: 2px 0 0 2px;
    border-color: #354ca1;
    border-style: solid;
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -6px;
    margin-left: -10px;
}

body.menu-open {
    overflow: hidden;
}

.sticky-nav {
    display: none;
}

@media screen and (min-width: 960px) {
    .sticky-nav {
        width: 100%;
        position: fixed;
        top: -75px;
        left: 0;
        background: #FFFFFF;
        z-index: 99;
        border-bottom: 1px solid #c8c8c8;
        -webkit-transition: top 0.3s;
        transition: top 0.3s;
    }
}

.sticky-nav > .inner {
    max-width: 1280px;
    margin-right: auto;
    margin-left: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.sticky-nav .logo {
    padding-top: 14px;
    padding-left: 30px;
}

    .sticky-nav .logo a {
        display: block;
        width: 220px;
        height: 42px;
    }

    .sticky-nav .logo svg {
        display: block;
        width: 100%;
    }

.sticky-nav .btn-hdr {
    overflow: hidden;
    text-indent: 101%;
    white-space: nowrap;
    height: 69px;
    width: 70px;
    position: relative;
}

    .sticky-nav .btn-hdr svg {
        height: 22px;
        width: 40px;
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        fill: #354ca1;
        -webkit-transition: fill 150ms;
        transition: fill 150ms;
    }

.no-touchevents .sticky-nav .btn-hdr:hover svg {
    fill: #8e6b4c;
}

.accordionTabs .accordion-title {
    border-bottom: 1px solid #c8c8c8;
}

    .accordionTabs .accordion-title::after {
        content: '';
        display: block;
        background: url("../svg/icon-arrow-down-gray.svg") no-repeat;
        background-size: 20px 12px;
        position: absolute;
        top: 50%;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
        right: 0;
        width: 20px;
        height: 12px;
    }

    .accordionTabs .accordion-title[aria-expanded="true"] {
        color: #354ca1;
        border-bottom: 0;
    }

        .accordionTabs .accordion-title[aria-expanded="true"]::after {
            background: url("../svg/icon-arrow-down-blue.svg") no-repeat;
            background-size: 20px 12px;
            -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
        }

.accordionTabs .accordion-content {
    display: none;
}

@media screen and (min-width: 580px) {
    .accordionTabs .accordion-content {
        position: relative;
        display: block;
        background-color: #FFFFFF;
        padding-top: 4.375rem;
        padding-bottom: 3.75rem;
    }
}

@media screen and (min-width: 960px) {
    .accordionTabs .accordion-content {
        padding-top: 0;
    }
}

.admissions-deadlines {
    padding-top: 3.75rem;
    padding-bottom: 3.75rem;
}

@media screen and (min-width: 960px) {
    .admissions-deadlines {
        padding-top: 5rem;
        padding-right: 5.55556%;
        padding-bottom: 5rem;
        padding-left: 5.55556%;
    }
}

@media screen and (min-width: 580px) {
    .admissions-deadlines h2 {
        margin-bottom: 3.75rem;
    }
}

@media screen and (min-width: 960px) {
    .admissions-deadlines h2 {
        font-size: 2.25rem;
    }
}

.admissions-deadlines ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.admissions-deadlines li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    border-bottom: 1px solid #c8c8c8;
    padding-top: 1.125rem;
    padding-bottom: 1.125rem;
    min-height: 80px;
}

@media screen and (min-width: 580px) {
    .admissions-deadlines li {
        padding-top: 1.875rem;
        padding-bottom: 1.875rem;
    }
}

@media screen and (min-width: 960px) {
    .admissions-deadlines li {
        padding-top: 1.125rem;
        padding-bottom: 1.125rem;
    }
}

.admissions-deadlines p {
    margin-top: 0;
}

@media screen and (min-width: 580px) {
    .admissions-deadlines p {
        line-height: 1.5;
    }
}

.admissions-deadlines h3 {
    padding-right: 2.77778%;
    font-size: 1.5rem;
    line-height: 1;
    font-family: "Georgia", Times, serif;
    -ms-flex-preferred-size: 25%;
    flex-basis: 25%;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

@media screen and (min-width: 580px) {
    .admissions-deadlines h3 {
        font-size: 1.875rem;
        -ms-flex-preferred-size: 22.22222%;
        flex-basis: 22.22222%;
    }
}

@media screen and (min-width: 960px) {
    .admissions-deadlines h3 {
        -ms-flex-preferred-size: 35.71429%;
        flex-basis: 35.71429%;
    }
}

@media screen and (max-width: 959px) {
    .no-gutter .admissions-deadlines {
        padding-right: 20px;
        padding-left: 20px;
    }
}

.article-filter {
    background: #f5f5f5;
}

    .article-filter .text-filter {
        padding-top: 1.875rem;
        padding-bottom: 1.875rem;
    }

@media screen and (min-width: 580px) {
    .article-filter .text-filter {
        padding-top: 2.5rem;
        padding-right: 0.9375rem;
        padding-bottom: 2.5rem;
        padding-left: 0.9375rem;
    }
}

@media screen and (min-width: 960px) {
    .article-filter .text-filter {
        padding-top: 3.75rem;
        padding-right: 1.5625rem;
        padding-bottom: 3.75rem;
        padding-left: 1.5625rem;
    }
}

@media screen and (min-width: 1280px) {
    .article-filter .text-filter {
        padding-right: 2.125rem;
        padding-left: 2.125rem;
    }
}

.article-filter h2 {
    margin-bottom: 1.875rem;
}

@media screen and (min-width: 580px) {
    .article-filter h2 {
        margin-bottom: 2.5rem;
    }
}

@media screen and (min-width: 960px) {
    .article-filter .text-input {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        height: 3.75rem;
    }
}

.article-filter .text-input input[type="text"] {
    width: 100%;
    height: 3.125rem;
    margin-bottom: 1.25rem;
    font-size: 1.25rem;
    padding-right: 0.9375rem;
    padding-left: 0.9375rem;
}

@media screen and (min-width: 580px) {
    .article-filter .text-input input[type="text"] {
        height: 3.75rem;
    }
}

@media screen and (min-width: 960px) {
    .article-filter .text-input input[type="text"] {
        margin-bottom: 0;
        padding-right: 1.875rem;
        padding-left: 1.875rem;
        width: 30.55556%;
    }
}

.article-filter .text-input select {
    margin-bottom: 1.25rem;
    height: 3.125rem;
}

@media screen and (min-width: 580px) {
    .article-filter .text-input select {
        height: auto;
    }
}

@media screen and (min-width: 960px) {
    .article-filter .text-input select {
        margin-bottom: 0;
    }
}

@media screen and (min-width: 960px) {
    .article-filter .text-input select.year {
        width: 16.66667%;
        margin-left: 2.77778%;
    }
}

@media screen and (min-width: 960px) {
    .article-filter .text-input select.news-type {
        width: 25%;
        margin-left: 2.77778%;
    }
}

.article-filter .text-input input[type="submit"] {
    width: 100%;
    height: 3.125rem;
    padding-right: 0.9375rem;
    padding-left: 0.9375rem;
}

@media screen and (min-width: 580px) {
    .article-filter .text-input input[type="submit"] {
        height: 3.75rem;
    }
}

@media screen and (min-width: 960px) {
    .article-filter .text-input input[type="submit"] {
        padding-top: 0;
        padding-right: 1.875rem;
        padding-bottom: 0;
        padding-left: 1.875rem;
        width: 19.44444%;
        margin-left: 2.77778%;
    }
}

.article-filter .article-filter-content {
    background: #FFFFFF;
}

    .article-filter .article-filter-content .text-with-image ul {
        list-style: none;
        padding: 0;
        margin: 0;
    }

        .article-filter .article-filter-content .text-with-image ul > li {
            border-bottom: 1px solid #ebebeb;
        }

            .article-filter .article-filter-content .text-with-image ul > li:first-child a {
                padding-top: 1.875rem;
            }

@media screen and (min-width: 580px) {
    .article-filter .article-filter-content .text-with-image ul > li:first-child a {
        padding-top: 2.5rem;
    }
}

.article-section {
    position: relative;
}

@media screen and (min-width: 1280px) {
    .article-section .article-inner-container {
        max-width: 1280px;
        margin-right: auto;
        margin-left: auto;
        padding-right: 20px;
        padding-left: 20px;
    }

        .article-section .article-inner-container::after {
            display: block;
            clear: both;
            content: "";
        }
}

@media screen and (min-width: 1280px) and (min-width: 960px) {
    .article-section .article-inner-container {
        padding-right: 30px;
        padding-left: 30px;
    }
}

.article-section .article-header,
.article-section .content-wrapper,
.article-section .article-categories {
    padding-right: 20px;
    padding-left: 20px;
}

@media screen and (min-width: 960px) {
    .article-section .article-header,
    .article-section .content-wrapper,
    .article-section .article-categories {
        width: 86.11111%;
        margin-left: auto;
        padding-right: 2.77778%;
        padding-left: 2.77778%;
    }

        .article-section .article-header::after,
        .article-section .content-wrapper::after,
        .article-section .article-categories::after {
            display: block;
            clear: both;
            content: "";
        }
}

.article-section .image {
    display: block;
    position: relative;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

    .article-section .image::after {
        content: '';
        display: block;
        padding-bottom: 56.25%;
    }

@media screen and (min-width: 960px) {
    .article-section .image {
        height: 720px;
        overflow: hidden;
    }
}

@media screen and (min-width: 960px) {
    .article-section .social-share {
        float: left;
        width: 13.88889%;
        margin-top: 5rem;
    }
}

.article-section .article-header {
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
}

@media screen and (min-width: 580px) {
    .article-section .article-header {
        padding-top: 1.875rem;
        padding-bottom: 1.875rem;
    }
}

@media screen and (min-width: 960px) {
    .article-section .article-header {
        padding-top: 3.75rem;
        margin-top: -5rem;
        position: relative;
        z-index: 2;
        background-color: #FFFFFF;
    }
}

.article-section .article-header h1 {
    text-transform: capitalize;
    font-size: 1.875rem;
    line-height: 1.2;
    color: #000000;
}

@media screen and (min-width: 580px) {
    .article-section .article-header h1 {
        font-size: 3rem;
        line-height: 1;
    }
}

@media screen and (min-width: 960px) {
    .article-section .article-header h1 {
        font-size: 4.5rem;
        line-height: 1;
    }
}

@media screen and (min-width: 1280px) {
    .article-section .article-header h1 {
        font-size: 5.625rem;
        line-height: 1;
    }
}

.article-section .article-header .author-data {
    color: #000000;
    font-size: 0.75rem;
    line-height: 2;
    margin-top: 1.25rem;
}

@media screen and (min-width: 580px) {
    .article-section .article-header .author-data {
        font-size: 0.875rem;
        margin-top: 1.875rem;
    }
}

.article-section .article-header .author-data .author-name {
    text-transform: capitalize;
    font-family: "Open Sans-bold", Arial, sans-serif;
}

.article-section .article-header .author-data .divider {
    color: #354ca1;
    font-weight: 600;
    margin-right: 0.5rem;
    margin-left: 0.5rem;
}

.article-section .article-content .content-wrapper:first-of-type p:first-of-type {
    color: #000000;
    font-family: "Georgia", Times, serif;
    font-size: 1.125rem;
    line-height: 1.3334;
    margin-top: 0;
    margin-bottom: 1.25rem;
}

@media screen and (min-width: 580px) {
    .article-section .article-content .content-wrapper:first-of-type p:first-of-type {
        font-size: 1.5rem;
        line-height: 1.5;
    }
}

@media screen and (min-width: 960px) {
    .article-section .article-content .content-wrapper:first-of-type p:first-of-type {
        font-size: 1.75rem;
        line-height: 1.5;
        margin-top: 0;
        margin-bottom: 2.5rem;
    }
}

.article-section .article-categories {
    margin-top: 1.25rem;
    margin-bottom: 1.25rem;
}

@media screen and (min-width: 580px) {
    .article-section .article-categories {
        margin-top: 1.875rem;
        margin-bottom: 1.875rem;
    }
}

.article-section .article-categories a {
    font-family: "Open Sans-bold", Arial, sans-serif;
    text-decoration: underline;
}

.basic-filter {
    background: #f5f5f5;
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
}

    .basic-filter::after {
        display: block;
        clear: both;
        content: "";
    }

@media screen and (min-width: 960px) {
    .basic-filter {
        padding-top: 3.4375rem;
        padding-bottom: 3.4375rem;
    }
}

@media screen and (min-width: 1280px) {
    .basic-filter {
        padding-top: 4.0625rem;
        padding-bottom: 4.0625rem;
    }
}

@media screen and (min-width: 960px) {
    .basic-filter .grid-container {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }
}

.basic-filter.smu-red {
    background-color: #cc0035;
}

    .basic-filter.smu-red .text {
        color: #FFFFFF;
    }

.basic-filter .text {
    width: 100%;
}

@media screen and (min-width: 960px) {
    .basic-filter .text {
        -webkit-box-flex: 1;
        -ms-flex: 1;
        flex: 1;
        padding-right: 50px;
    }
}

.basic-filter .text h2 {
    font-size: 22px;
    margin-bottom: 20px;
}

@media screen and (min-width: 580px) {
    .basic-filter .text h2 {
        font-size: 36px;
        margin-bottom: 30px;
    }
}

@media screen and (min-width: 960px) {
    .basic-filter .text h2 {
        font-size: 48px;
        margin-bottom: 0;
    }
}

.basic-filter .dropdown {
    position: relative;
    width: 100%;
}

@media screen and (min-width: 960px) {
    .basic-filter .dropdown {
        -webkit-box-flex: 1;
        -ms-flex: 1;
        flex: 1;
    }
}

.basic-filter label {
    position: absolute !important;
    clip: rect(1px, 1px, 1px, 1px);
    padding: 0 !important;
    border: 0 !important;
    height: 1px !important;
    width: 1px !important;
    overflow: hidden;
    white-space: nowrap;
}

@media screen and (min-width: 960px) {
    .basic-filter select {
        position: absolute;
        top: 50%;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
    }
}

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

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

@media screen and (min-width: 960px) {
    .breadcrumb ul {
        padding-right: 2.77778%;
        padding-left: 2.77778%;
    }
}

.breadcrumb ul > li {
    display: inline-block;
}

    .breadcrumb ul > li .breadcrumb-link {
        font-size: 0.75rem;
        line-height: 1.5;
        color: #000000;
    }

        .breadcrumb ul > li .breadcrumb-link::after {
            content: '\00A0\003e';
            display: inline-block;
            margin-right: 0.5rem;
            margin-left: 0.5rem;
        }

    .breadcrumb ul > li:last-of-type a::after {
        content: '';
    }

.cards-grid-degrees {
    background-color: #FFFFFF;
}

    .cards-grid-degrees ul {
        list-style: none;
        padding: 0;
        margin: 0;
    }

@media screen and (min-width: 960px) {
    .cards-grid-degrees ul {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
}

.cards-grid-degrees ul > li {
    border-bottom: 1px solid #c8c8c8;
}

    .cards-grid-degrees ul > li:nth-child(3n+3) {
        border-bottom: none;
    }

@media screen and (min-width: 960px) {
    .cards-grid-degrees ul > li {
        width: 31.25%;
        margin-right: 3.125%;
        margin-bottom: 1.875rem;
        border-right: 1px solid #c8c8c8;
        border-bottom: none;
    }

        .cards-grid-degrees ul > li:nth-child(3n+3) {
            margin-right: 0;
            border-right: none;
        }
}

@media screen and (min-width: 960px) {
    .cards-grid-degrees ul > li a {
        padding-top: 1.875rem;
        padding-right: 6.25%;
        padding-bottom: 1.875rem;
        padding-left: 0;
    }
}

.cards-grid-degrees ul > li a h3 {
    float: left;
    font-size: 1.5rem;
    line-height: 1.25;
}

@media screen and (min-width: 580px) {
    .cards-grid-degrees ul > li a h3 {
        font-size: 1.875rem;
        line-height: 1.2667;
        width: 40.625%;
        margin-right: 5.55556%;
    }
}

@media screen and (min-width: 960px) {
    .cards-grid-degrees ul > li a h3 {
        width: 100%;
        font-size: 2.25rem;
        line-height: 1.1112;
    }
}

.cards-grid-degrees ul > li a .text {
    float: left;
}

@media screen and (min-width: 580px) {
    .cards-grid-degrees ul > li a .text {
        width: 53.125%;
    }
}

@media screen and (min-width: 960px) {
    .cards-grid-degrees ul > li a .text {
        width: 100%;
    }
}

@media screen and (min-width: 580px) {
    .cards-grid-degrees ul > li a .text p {
        font-size: 1rem;
        line-height: 1.875;
    }
}

@media screen and (min-width: 960px) {
    .cards-featured .feature-list {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        width: 100%;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
}

@media screen and (min-width: 960px) {
    .cards-featured .feature-list .feature {
        -webkit-box-flex: 1;
        -ms-flex: 1;
        flex: 1;
        margin-bottom: 0;
    }
}

.cards-featured .feature-list .feature a {
    padding-top: 1rem;
    padding-bottom: 1rem;
}

@media screen and (min-width: 580px) {
    .cards-featured .feature-list .feature a {
        padding-top: 1.875rem;
        padding-bottom: 1.875rem;
    }
}

@media screen and (min-width: 960px) {
    .cards-featured .feature-list .feature a {
        padding-right: 6.25%;
        padding-left: 6.25%;
    }
}

@media screen and (min-width: 1280px) {
    .cards-featured .feature-list .feature a {
        padding-top: 2.5rem;
        padding-bottom: 2.5rem;
    }
}

.cards-featured .feature-list .feature .image {
    float: left;
    width: 40.625%;
}

@media screen and (min-width: 580px) {
    .cards-featured .feature-list .feature .image {
        width: 31.25%;
    }
}

@media screen and (min-width: 960px) {
    .cards-featured .feature-list .feature .image {
        width: 50%;
    }
}

.cards-featured .feature-list .feature .text {
    float: left;
    overflow: hidden;
    width: 56.25%;
    margin-left: 3.125%;
}

@media screen and (min-width: 580px) {
    .cards-featured .feature-list .feature .text {
        width: 62.5%;
        margin-left: 6.25%;
    }
}

@media screen and (min-width: 960px) {
    .cards-featured .feature-list .feature .text {
        width: 43.75%;
        margin-left: 6.25%;
    }
}

.cards-featured .feature-list .feature h3 {
    font-size: 1rem;
    line-height: 1.25;
    margin-bottom: 1.125rem;
}

@media screen and (min-width: 580px) {
    .cards-featured .feature-list .feature h3 {
        font-size: 1.125rem;
        line-height: 1.3334;
    }
}

@media screen and (min-width: 960px) {
    .cards-featured .feature-list .feature h3 {
        margin-bottom: 1.25rem;
    }
}

.cards-featured .feature-list .feature p {
    display: none;
}

@media screen and (min-width: 960px) {
    .cards-featured .feature-list .main-feature {
        position: relative;
        width: 47.22222%;
        margin-right: 2.77778%;
    }
}

@media screen and (min-width: 960px) {
    .cards-featured .feature-list .main-feature .feature {
        -webkit-box-flex: 2;
        -ms-flex: 2;
        flex: 2;
    }
}

.cards-featured .feature-list .main-feature .feature a {
    padding-bottom: 1.875rem;
}

.cards-featured .feature-list .main-feature .feature .image {
    width: 100%;
    margin-bottom: 1.125rem;
}

@media screen and (min-width: 580px) {
    .cards-featured .feature-list .main-feature .feature .image {
        margin-bottom: 1.5rem;
    }
}

.cards-featured .feature-list .main-feature .feature .text {
    width: 100%;
    margin-left: 0;
}

.cards-featured .feature-list .main-feature .feature h3 {
    font-size: 1.25rem;
    line-height: 1.2;
    margin-bottom: 0.625rem;
}

@media screen and (min-width: 580px) {
    .cards-featured .feature-list .main-feature .feature h3 {
        font-size: 1.5rem;
        line-height: 1.25;
        margin-bottom: 0.875rem;
    }
}

.cards-featured .feature-list .main-feature .feature p {
    display: block;
}

.cards-featured .feature-list .double-feature {
    list-style: none;
    padding: 0;
    margin: 0;
}

@media screen and (min-width: 960px) {
    .cards-featured .feature-list .double-feature {
        width: 44.44444%;
        margin-bottom: 0;
    }
}

@media screen and (min-width: 960px) {
    .cards-featured .feature-list .double-feature > li:first-child {
        margin-bottom: 1.875rem;
    }
}

@media screen and (min-width: 960px) {
    .cards-featured .feature-list .main-feature,
    .cards-featured .feature-list .double-feature {
        -webkit-box-flex: 1;
        -ms-flex: 1;
        flex: 1;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
}

.cards-grid-images-two-column ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

@media screen and (min-width: 960px) {
    .cards-grid-images-two-column ul {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        width: 100%;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
}

@media screen and (min-width: 960px) {
    .cards-grid-images-two-column ul > li {
        width: 46.875%;
        margin-right: 6.25%;
        margin-bottom: 1.875rem;
    }

        .cards-grid-images-two-column ul > li:nth-child(2n+2) {
            margin-right: 0;
        }
}

.cards-grid-images-two-column ul > li a {
    padding-top: 1rem;
    padding-bottom: 1rem;
}

@media screen and (min-width: 580px) {
    .cards-grid-images-two-column ul > li a {
        padding-top: 1.875rem;
        padding-bottom: 1.875rem;
    }
}

@media screen and (min-width: 960px) {
    .cards-grid-images-two-column ul > li a {
        padding-right: 6.25%;
        padding-left: 6.25%;
    }
}

@media screen and (min-width: 1280px) {
    .cards-grid-images-two-column ul > li a {
        padding-top: 2.5rem;
        padding-bottom: 2.5rem;
    }
}

.cards-grid-images-two-column ul > li .image {
    float: left;
    width: 40.625%;
}

@media screen and (min-width: 580px) {
    .cards-grid-images-two-column ul > li .image {
        width: 31.25%;
    }
}

@media screen and (min-width: 960px) {
    .cards-grid-images-two-column ul > li .image {
        width: 50%;
    }
}

.cards-grid-images-two-column ul > li .text {
    float: left;
    overflow: hidden;
    width: 56.25%;
    margin-left: 3.125%;
}

@media screen and (min-width: 580px) {
    .cards-grid-images-two-column ul > li .text {
        width: 62.5%;
        margin-left: 6.25%;
    }
}

@media screen and (min-width: 960px) {
    .cards-grid-images-two-column ul > li .text {
        width: 43.75%;
        margin-left: 6.25%;
    }
}

.cards-grid-images-two-column ul > li h3 {
    font-size: 1rem;
    line-height: 1.25;
    margin-bottom: 0.25rem;
}

@media screen and (min-width: 580px) {
    .cards-grid-images-two-column ul > li h3 {
        font-size: 1.25rem;
        line-height: 1.5;
    }
}

.cards-grid-images ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

@media screen and (min-width: 960px) {
    .cards-grid-images ul {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        width: 100%;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
}

@media screen and (min-width: 960px) {
    .cards-grid-images ul > li {
        width: 31.25%;
        margin-right: 3.125%;
        margin-bottom: 1.875rem;
    }

        .cards-grid-images ul > li:nth-child(3n+3) {
            margin-right: 0;
        }
}

.cards-grid-images ul > li a {
    padding-top: 1rem;
    padding-bottom: 2.25rem;
}

@media screen and (min-width: 580px) {
    .cards-grid-images ul > li a {
        padding-top: 1.875rem;
        padding-bottom: 1.875rem;
    }
}

@media screen and (min-width: 960px) {
    .cards-grid-images ul > li a {
        padding-top: 0;
        padding-right: 0;
        padding-bottom: 4.375rem;
        padding-left: 0;
        position: relative;
    }
}

.cards-grid-images ul > li a:focus, .cards-grid-images ul > li a:active, .no-touchevents .cards-grid-images ul > li a:hover {
    -webkit-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
}

    .cards-grid-images ul > li a:focus .cta, .cards-grid-images ul > li a:active .cta, .no-touchevents .cards-grid-images ul > li a:hover .cta {
        text-decoration: underline;
    }

.cards-grid-images ul > li .image {
    @font-face {
        font-family: "ITC Galliard W01 Roman692801";
        src: url("../fonts/87ac9b67-ab82-4fc3-b1a9-b52b90ffe131.eot?#iefix");
        src: url("../fonts/87ac9b67-ab82-4fc3-b1a9-b52b90ffe131.eot?#iefix") format("eot"), url("../fonts/91a308a1-bb5a-468d-8f15-6c932f44bf46.woff2") format("woff2"), url("../fonts/b0071fdc-7e92-4cac-a19c-6b12dbed2638.woff") format("woff"), url("../fonts/65d68c56-627a-478d-b839-8d3cb3a95c9e.ttf") format("truetype"), url("../fonts/77544803-b777-4f51-9dff-128506eea7c8.svg#77544803-b777-4f51-9dff-128506eea7c8") format("svg");
    }
    /**
* Fade In Mixin
*/
    @-webkit-keyframes fade-in {
        from {
            opacity: 0;
        }

        to {
            opacity: 1;
        }
    }

    @keyframes fade-in {
        from {
            opacity: 0;
        }

        to {
            opacity: 1;
        }
    }
    /**
* Hide Text
*/
    /**
 * Returns a percentage width based on the number and total number of columns
 *
 * @param   int     $num    Number of columns (e.g. 4)
 * @param   int     $total  Total number of columns (e.g. 24)
 * @return  float            Total width (%)
 */
    /*  Unitless line-height
*
*   @param {Font Size} $fontSize - Unitless font size
*   @param {Leading}   $leading  - Unitless leading from photoshop or sketch
*
*   Example Usage:
*
*     @include line-height(16, 20);
*
*/
    /*  Remove List Styles
*
*   No Params
*
*   Example Usage:
*
*     ul {
*       @include no-bullet;
*     }
*
*/
    /*  Media Query Mixin
*
*   @param {Media Query} $mq - Media query in single quotes: eg. 'screen and (min-width: 480px)'
*
*   Example Usage:
*
*     .selector {
*       property: value;
*
*       @include mq($bp768) {
*         property: value;
*       }
*     }
*
*/
    /*  Placeholder Mixin
*
*   No Params
*
*   Example Usage:
*
*     input[placeholder] {
*       @include placeholder {
*         color: red;
*       }
*     }
*
*/
    /*  PX to REM Conversion
*
*   @param {Pixel} $px - Unitless pixel value to be converted into rems.
*
*   Example Usage:
*
*     margin-bottom: rem(20);
*
*/
    /**
* Fonts
*/
    input [type="text"], .date-input, input[type=email], input[type=phone], textarea, body, .hdr-global .nav-utility, .hdr-global .pane > ul a, .nav-main .submenu li a, .article-section .article-header .author-data, .breadcrumb ul > li .breadcrumb-link, .course-filter .course-list li .couse-title-and-number .course-number, .course-header .details h4, .event-cards .card .text .location, .event-header .details h4, .events-filter .events-filter-content .event-teasers > li .event .location, .profile-header .details h4, #dm-web-profile-root .dm-profile-activity h4, .stats-listing .stats-listing-grid .grid-item h3, .accordionTabs .table-row h4, .tabs .table-row h4

{
    font-family: "Open Sans", Arial, sans-serif
    font-weight: 400;
    font-style: normal;
}

select, input[type="submit"], strong, .cards-grid-degrees ul > li .cta, .cards-featured .feature-list .feature .cta, .cards-grid-images-two-column ul > li .cta, .cards-grid-images ul > li .cta, .cards-grid-profiles ul > li .cta, .cards-grid-stories .cards-container > li .cta, .cards-grid-two-column-promo-ctas ul > li .cta, .cards-grid ul > li .cta,
.card .cta, .default-links-list li a, .two-columns-links-list > li a, .text-with-image ul .cta, .chapters-content strong, footer.footer-global nav.footer-legal li a, .cards-grid-no-gutters .cards-grid-list > li .cta-link, .cards-grid-stories .cards-container > li .topic, .chapters-tabs-split-column .split-column .title, .columns-cta .columns-cta-list .cta-list-item .cta-text, .course-filter .course-list li .course-description .learn-more, .course-filter .course-list li .register-link, .course-header .details p strong, .event-cards .card .image .topic, .event-cards .card .text .time, .event-header .text h4, .events-filter .events-filter-content .event-teasers > li .event .time, .hero-feature .cta-link a, .multi-input-filter .filter-header h3, .split-carousel .split-section.text .text-container .cta-link a, .accordionTabs .tab-title,
.tabs .tab-title, .accordionTabs .table-row .cta-link,
.tabs .table-row .cta-link, .topic-filter-results .topic-list li address {
    font-family: "futura-pt-bold", Arial, sans-serif;
    font-weight: 700;
    font-style: normal;
}

.visuallyhidden {
    position: absolute !important;
    clip: rect(1px, 1px, 1px, 1px);
    padding: 0 !important;
    border: 0 !important;
    height: 1px !important;
    width: 1px !important;
    overflow: hidden;
    white-space: nowrap;
}

h2[id^="label-"]:not([id$="-visible"]) {
    position: absolute !important;
    clip: rect(1px, 1px, 1px, 1px);
    padding: 0 !important;
    border: 0 !important;
    height: 1px !important;
    width: 1px !important;
    overflow: hidden;
    white-space: nowrap;
}

select {
    width: 100%;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    line-height: normal;
    position: relative;
    border-radius: 0;
    background: #FFFFFF;
    border: 2px solid #000000;
    padding: 15px 55px 15px 20px;
    font-weight: bold;
    font-size: 1rem;
    text-transform: uppercase;
    background: url("../svg/icon-arrow-down.svg") #FFFFFF no-repeat;
    background-position: right 15px top 50%;
    background-size: 25px;
    text-transform: uppercase;
}

@media screen and (min-width: 580px) {
    select {
        padding: 20px 55px 20px 20px;
    }
}

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

input[type="text"],
.date-input,
input[type=email],
input[type=phone],
textarea {
    border-radius: 0;
    background: #FFFFFF;
    border: 2px solid #000000;
    padding: 15px 10px;
    font-size: 1.125rem;
}

@media screen and (min-width: 580px) {
    input[type="text"],
    .date-input,
    input[type=email],
    input[type=phone],
    textarea {
        padding: 20px;
    }
}

@media screen and (min-width: 960px) {
    input[type="text"],
    .date-input,
    input[type=email],
    input[type=phone],
    textarea {
        font-size: 1.25rem;
        padding: 15px 25px;
    }
}

input[type="text"]::-webkit-input-placeholder,
.date-input::-webkit-input-placeholder,
input[type=email]::-webkit-input-placeholder,
input[type=phone]::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
    color: #ababab;
}

input[type="text"]:-ms-input-placeholder,
.date-input:-ms-input-placeholder,
input[type=email]:-ms-input-placeholder,
input[type=phone]:-ms-input-placeholder,
textarea:-ms-input-placeholder {
    color: #ababab;
}

input[type="text"]::-ms-input-placeholder,
.date-input::-ms-input-placeholder,
input[type=email]::-ms-input-placeholder,
input[type=phone]::-ms-input-placeholder,
textarea::-ms-input-placeholder {
    color: #ababab;
}

input[type="text"]::placeholder,
.date-input::placeholder,
input[type=email]::placeholder,
input[type=phone]::placeholder,
textarea::placeholder {
    color: #ababab;
}

input[type="submit"] {
    background: transparent;
    border: 2px solid #000000;
    border-radius: 0;
    line-height: 1;
    padding: 0 15px;
    text-transform: uppercase;
}

@media screen and (min-width: 580px) {
    input[type="submit"] {
        padding: 20px;
    }
}

input[type="submit"]:hover {
    background: #000000;
    color: #f5f5f5;
}

label {
    position: relative;
}

    label input[type=checkbox] {
        position: absolute;
        top: 0;
        left: 0;
        background: none;
        border: 2px solid #000000;
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
        width: 26px;
        height: 26px;
        background-color: #FFFFFF;
    }

        label input[type=checkbox]:checked {
            border-color: #354ca1;
        }

            label input[type=checkbox]:checked::after {
                content: '';
                width: 18px;
                height: 18px;
                background-color: #354ca1;
                display: block;
                position: absolute;
                top: 50%;
                left: 50%;
                -webkit-transform: translate(-50%, -50%);
                transform: translate(-50%, -50%);
            }

        label input[type=checkbox]:hover {
            border-color: #8e6b4c;
        }

input[type="date"]::-webkit-inner-spin-button {
    display: none;
}

body {
    overflow-x: hidden;
    padding-top: 61px;
}

@media screen and (min-width: 580px) {
    body {
        padding-top: 71px;
    }
}

@media screen and (min-width: 960px) {
    body {
        padding-top: 226px;
    }
}

.grid-container {
    max-width: 1280px;
    margin-right: auto;
    margin-left: auto;
    padding-right: 20px;
    padding-left: 20px;
}

    .grid-container::after {
        display: block;
        clear: both;
        content: "";
    }

@media screen and (min-width: 960px) {
    .grid-container {
        padding-right: 30px;
        padding-left: 30px;
    }
}

.component.overview-cta {
    position: relative;
}

@media screen and (max-width: 579px) {
    .component.overview-cta {
        padding-bottom: 6.875rem;
    }
}

@media screen and (min-width: 580px) and (max-width: 959px) {
    .component.overview-cta {
        padding-bottom: 9.375rem;
    }
}

figure img,
.image img {
    display: block;
    width: 100%;
    height: auto;
}

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

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

/**
 * Add the correct display in IE 9-.
 */
article,
aside,
footer,
header,
nav,
section {
    display: block;
}

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

/* Grouping content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in IE.
 */
figcaption,
figure,
main {
    /* 1 */
    display: block;
}

/**
 * Add the correct margin in IE 8.
 */
figure {
    margin: 1em 40px;
}

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

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

/* Text-level semantics
   ========================================================================== */
/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */
a {
    background-color: transparent;
    /* 1 */
    -webkit-text-decoration-skip: objects;
    /* 2 */
}

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

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */
b,
strong {
    font-weight: inherit;
}

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

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

/**
 * Add the correct font style in Android 4.3-.
 */
dfn {
    font-style: italic;
}

/**
 * Add the correct background and color in IE 9-.
 */
mark {
    background-color: #ff0;
    color: #000;
}

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

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

sub {
    bottom: -0.25em;
}

sup {
    top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
audio,
video {
    display: inline-block;
}

    /**
 * Add the correct display in iOS 4-7.
 */
    audio:not([controls]) {
        display: none;
        height: 0;
    }

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

/**
 * Hide the overflow in IE.
 */
svg:not(:root) {
    overflow: hidden;
}

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

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

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

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */
button,
html [type="button"],
[type="reset"],
[type="submit"] {
    -webkit-appearance: button;
    /* 2 */
}

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

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

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

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

/**
 * 1. Add the correct display in IE 9-.
 * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
    display: inline-block;
    /* 1 */
    vertical-align: baseline;
    /* 2 */
}

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

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

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

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

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

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

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 */
details,
menu {
    display: block;
}

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

/* Scripting
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
canvas {
    display: inline-block;
}

/**
 * Add the correct display in IE.
 */
template {
    display: none;
}

/* Hidden
   ========================================================================== */
/**
 * Add the correct display in IE 10-.
 */
[hidden] {
    display: none;
}

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

html {
    -webkit-tap-highlight-color: transparent;
}

body {
    line-height: 1.5;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0;
    line-height: 1.25;
}

p:last-child {
    margin-bottom: 0 !important;
}

ul,
ol {
    margin-top: 0;
}

    ul ul,
    ul ol,
    ol ul,
    ol ol {
        margin-bottom: 0;
    }

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

dl {
    margin-top: 0;
}

dd {
    margin: 0;
}

figure {
    margin: 0;
}

address {
    font-style: normal;
}

form {
    margin: 0;
}

fieldset {
    padding: 0;
    margin: 0;
    border: 0;
}

textarea {
    resize: vertical;
}

button {
    background-color: transparent;
    border: 0;
    padding: 0;
}

[type="search"]::-ms-clear {
    display: none;
}

iframe {
    border: 0;
}

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

th,
td {
    padding: 0;
}

th {
    font-weight: normal;
}

[tabindex="-1"]:focus {
    outline: none !important;
}

/* ==========================================================================
   Print styles.
   https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css
   ========================================================================== */
@media print {
    *,
    *:before,
    *:after {
        background: transparent !important;
        color: #000 !important;
        -webkit-box-shadow: none !important;
        box-shadow: none !important;
        text-shadow: none !important;
    }

    a,
    a:visited {
        text-decoration: underline;
    }

        a[href]:after {
            content: " (" attr(href) ")";
        }

    abbr[title]:after {
        content: " (" attr(title) ")";
    }

    a[href^="#"]:after,
    a[href^="javascript:"]:after {
        content: "";
    }

    pre {
        white-space: pre-wrap !important;
    }

    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }

    thead {
        display: table-header-group;
    }

    tr,
    img {
        page-break-inside: avoid;
    }

    img {
        max-width: 100% !important;
    }

    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }

    h2,
    h3 {
        page-break-after: avoid;
    }
}

body {
    color: #000000;
    -webkit-font-smoothing: antialiased;
    -moz-font-smoothing: antialiased;
    -o-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

a {
    cursor: pointer;
    color: #354ca1;
    text-decoration: none;
}

    a:focus, a:active, .no-touchevents a:hover {
        -webkit-transition: all 300ms ease-in-out;
        transition: all 300ms ease-in-out;
        text-decoration: underline;
    }

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "ITC Galliard W01 Roman692801", Times, serif;
    font-weight: normal;
}

h2 {
    text-transform: capitalize;
    font-size: 1.5rem;
    line-height: 1.25;
}

@media screen and (min-width: 580px) {
    h2 {
        font-size: 2.25rem;
        line-height: 1.3334;
    }
}

@media screen and (min-width: 960px) {
    h2 {
        font-size: 2.625rem;
        line-height: 1.1429;
    }
}

@media screen and (min-width: 1280px) {
    h2 {
        font-size: 3rem;
        line-height: 1;
    }
}

h3 {
    font-size: 1.25rem;
    line-height: 1.2;
}

@media screen and (min-width: 580px) {
    h3 {
        font-size: 1.5rem;
        line-height: 1.25;
    }
}

p {
    margin-top: 1.125rem;
    margin-bottom: 1.125rem;
    font-size: 0.875rem;
    line-height: 1.7143;
}

@media screen and (min-width: 580px) {
    p {
        margin-top: 1.5rem;
        margin-bottom: 1.5rem;
        font-size: 1rem;
        line-height: 1.875;
    }
}

p:first-child {
    margin-top: 0;
}

blockquote {
    position: relative;
    padding: 0;
    margin: 0;
    font-family: "ITC Galliard W01 Roman692801", Times, serif;
    font-size: 1.125rem;
    line-height: 1.3334;
}

@media screen and (min-width: 580px) {
    blockquote {
        font-size: 1.5rem;
        line-height: 1.25;
    }
}

@media screen and (min-width: 960px) {
    blockquote {
        font-size: 1.75rem;
        line-height: 1.4286;
    }
}

blockquote::before {
    position: absolute;
    left: -10px;
    content: open-quote;
}

@media screen and (min-width: 580px) {
    blockquote::before {
        left: -12px;
    }
}

@media screen and (min-width: 960px) {
    blockquote::before {
        left: -16px;
    }
}

blockquote::after {
    position: absolute;
    content: close-quote;
}

.button {
    display: inline-block;
    padding: 0.9375rem 20px;
    font-family: "futura-pt-bold", Arial, sans-serif;
    text-transform: uppercase;
    border: 2px solid #000000;
    color: #000000;
    text-align: center;
    font-size: 1rem;
    line-height: 1;
}

@media screen and (min-width: 580px) {
    .button {
        padding: 1.25rem 30px;
    }
}

@media screen and (max-width: 959px) {
    .button {
        width: 100%;
    }
}

.button:focus, .button:active, .no-touchevents .button:hover {
    -webkit-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
    text-decoration: none;
    background-color: #8e6b4c;
    color: #FFFFFF;
    border: 2px solid #8e6b4c;
}

.button.white {
    display: inline-block;
    padding: 0.9375rem 20px;
    font-family: "futura-pt-bold", Arial, sans-serif;
    text-transform: uppercase;
    border: 2px solid #FFFFFF;
    color: #FFFFFF;
    text-align: center;
    font-size: 1rem;
    line-height: 1;
}

@media screen and (min-width: 580px) {
    .button.white {
        padding: 1.25rem 30px;
    }
}

@media screen and (max-width: 959px) {
    .button.white {
        width: 100%;
    }
}

.button.white:focus, .button.white:active, .no-touchevents .button.white:hover {
    -webkit-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
    text-decoration: none;
    background-color: #FFFFFF;
    color: #8e6b4c;
    border: 2px solid #FFFFFF;
}

.cards-grid-degrees, .cards-featured, .cards-grid-images-two-column, .cards-grid-images, .cards-grid-no-gutters, .cards-grid-profiles, .cards-grid-stories, .cards-grid-two-column-promo-ctas, .cards-grid {
    background-color: #f5f5f5;
}

@media screen and (min-width: 960px) {
    .cards-grid-degrees, .cards-featured, .cards-grid-images-two-column, .cards-grid-images, .cards-grid-no-gutters, .cards-grid-profiles, .cards-grid-stories, .cards-grid-two-column-promo-ctas, .cards-grid {
        padding-bottom: 5rem;
    }
}

@media screen and (min-width: 960px) {
    .cards-grid-degrees .cards-container, .cards-featured .cards-container, .cards-grid-images-two-column .cards-container, .cards-grid-images .cards-container, .cards-grid-no-gutters .cards-container, .cards-grid-profiles .cards-container, .cards-grid-stories .cards-container, .cards-grid-two-column-promo-ctas .cards-container, .cards-grid .cards-container {
        width: 94.44444%;
        margin-left: 2.77778%;
    }
}

.cards-grid-degrees ul > li, .cards-featured .feature-list .feature, .cards-grid-images-two-column ul > li, .cards-grid-images ul > li, .cards-grid-profiles ul > li, .cards-grid-stories .cards-container > li, .cards-grid-two-column-promo-ctas ul > li, .cards-grid ul > li,
.card {
    background-color: #FFFFFF;
    margin-bottom: 1.25rem;
}

@media screen and (max-width: 959px) {
    .cards-grid-degrees ul > li:last-child, .cards-featured .feature-list .feature:last-child, .cards-grid-images-two-column ul > li:last-child, .cards-grid-images ul > li:last-child, .cards-grid-profiles ul > li:last-child, .cards-grid-stories .cards-container > li:last-child, .cards-grid-two-column-promo-ctas ul > li:last-child, .cards-grid ul > li:last-child,
    .card:last-child {
        margin-bottom: 0;
    }
}

.cards-grid-degrees ul > li a, .cards-featured .feature-list .feature a, .cards-grid-images-two-column ul > li a, .cards-grid-images ul > li a, .cards-grid-profiles ul > li a, .cards-grid-stories .cards-container > li a, .cards-grid-two-column-promo-ctas ul > li a, .cards-grid ul > li a,
.card a {
    display: block;
    height: 100%;
    padding: 1.625rem 5.55556% 1.75rem;
}

    .cards-grid-degrees ul > li a::after, .cards-featured .feature-list .feature a::after, .cards-grid-images-two-column ul > li a::after, .cards-grid-images ul > li a::after, .cards-grid-profiles ul > li a::after, .cards-grid-stories .cards-container > li a::after, .cards-grid-two-column-promo-ctas ul > li a::after, .cards-grid ul > li a::after,
    .card a::after {
        display: block;
        clear: both;
        content: "";
    }

@media screen and (min-width: 960px) {
    .cards-grid-degrees ul > li a, .cards-featured .feature-list .feature a, .cards-grid-images-two-column ul > li a, .cards-grid-images ul > li a, .cards-grid-profiles ul > li a, .cards-grid-stories .cards-container > li a, .cards-grid-two-column-promo-ctas ul > li a, .cards-grid ul > li a,
    .card a {
        padding-top: 1.875rem;
        padding-right: 10%;
        padding-bottom: 2.25rem;
        padding-left: 10%;
    }
}

@media screen and (min-width: 1280px) {
    .cards-grid-degrees ul > li a, .cards-featured .feature-list .feature a, .cards-grid-images-two-column ul > li a, .cards-grid-images ul > li a, .cards-grid-profiles ul > li a, .cards-grid-stories .cards-container > li a, .cards-grid-two-column-promo-ctas ul > li a, .cards-grid ul > li a,
    .card a {
        padding-top: 2.125rem;
        padding-bottom: 2.5rem;
    }
}

.cards-grid-degrees ul > li a:focus, .cards-featured .feature-list .feature a:focus, .cards-grid-images-two-column ul > li a:focus, .cards-grid-images ul > li a:focus, .cards-grid-profiles ul > li a:focus, .cards-grid-stories .cards-container > li a:focus, .cards-grid-two-column-promo-ctas ul > li a:focus, .cards-grid ul > li a:focus, .cards-grid-degrees ul > li a:active, .cards-featured .feature-list .feature a:active, .cards-grid-images-two-column ul > li a:active, .cards-grid-images ul > li a:active, .cards-grid-profiles ul > li a:active, .cards-grid-stories .cards-container > li a:active, .cards-grid-two-column-promo-ctas ul > li a:active, .cards-grid ul > li a:active, .no-touchevents .cards-grid-degrees ul > li a:hover, .cards-grid-degrees .no-touchevents ul > li a:hover, .no-touchevents .cards-featured .feature-list .feature a:hover, .cards-featured .feature-list .no-touchevents .feature a:hover, .no-touchevents .cards-grid-images-two-column ul > li a:hover, .cards-grid-images-two-column .no-touchevents ul > li a:hover, .no-touchevents .cards-grid-images ul > li a:hover, .cards-grid-images .no-touchevents ul > li a:hover, .no-touchevents .cards-grid-profiles ul > li a:hover, .cards-grid-profiles .no-touchevents ul > li a:hover, .no-touchevents .cards-grid-stories .cards-container > li a:hover, .cards-grid-stories .no-touchevents .cards-container > li a:hover, .no-touchevents .cards-grid-two-column-promo-ctas ul > li a:hover, .cards-grid-two-column-promo-ctas .no-touchevents ul > li a:hover, .no-touchevents .cards-grid ul > li a:hover, .cards-grid .no-touchevents ul > li a:hover,
.card a:focus,
.card a:active, .no-touchevents
.card a:hover {
    -webkit-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
    text-decoration: none;
    border-color: #8e6b4c;
}

    .cards-grid-degrees ul > li a:focus .cta, .cards-featured .feature-list .feature a:focus .cta, .cards-grid-images-two-column ul > li a:focus .cta, .cards-grid-images ul > li a:focus .cta, .cards-grid-profiles ul > li a:focus .cta, .cards-grid-stories .cards-container > li a:focus .cta, .cards-grid-two-column-promo-ctas ul > li a:focus .cta, .cards-grid ul > li a:focus .cta,
    .cards-grid-degrees ul > li a:focus .tags,
    .cards-featured .feature-list .feature a:focus .tags,
    .cards-grid-images-two-column ul > li a:focus .tags,
    .cards-grid-images ul > li a:focus .tags,
    .cards-grid-profiles ul > li a:focus .tags,
    .cards-grid-stories .cards-container > li a:focus .tags,
    .cards-grid-two-column-promo-ctas ul > li a:focus .tags,
    .cards-grid ul > li a:focus .tags, .cards-grid-degrees ul > li a:active .cta, .cards-featured .feature-list .feature a:active .cta, .cards-grid-images-two-column ul > li a:active .cta, .cards-grid-images ul > li a:active .cta, .cards-grid-profiles ul > li a:active .cta, .cards-grid-stories .cards-container > li a:active .cta, .cards-grid-two-column-promo-ctas ul > li a:active .cta, .cards-grid ul > li a:active .cta,
    .cards-grid-degrees ul > li a:active .tags,
    .cards-featured .feature-list .feature a:active .tags,
    .cards-grid-images-two-column ul > li a:active .tags,
    .cards-grid-images ul > li a:active .tags,
    .cards-grid-profiles ul > li a:active .tags,
    .cards-grid-stories .cards-container > li a:active .tags,
    .cards-grid-two-column-promo-ctas ul > li a:active .tags,
    .cards-grid ul > li a:active .tags, .no-touchevents .cards-grid-degrees ul > li a:hover .cta, .cards-grid-degrees .no-touchevents ul > li a:hover .cta, .no-touchevents .cards-featured .feature-list .feature a:hover .cta, .cards-featured .feature-list .no-touchevents .feature a:hover .cta, .no-touchevents .cards-grid-images-two-column ul > li a:hover .cta, .cards-grid-images-two-column .no-touchevents ul > li a:hover .cta, .no-touchevents .cards-grid-images ul > li a:hover .cta, .cards-grid-images .no-touchevents ul > li a:hover .cta, .no-touchevents .cards-grid-profiles ul > li a:hover .cta, .cards-grid-profiles .no-touchevents ul > li a:hover .cta, .no-touchevents .cards-grid-stories .cards-container > li a:hover .cta, .cards-grid-stories .no-touchevents .cards-container > li a:hover .cta, .no-touchevents .cards-grid-two-column-promo-ctas ul > li a:hover .cta, .cards-grid-two-column-promo-ctas .no-touchevents ul > li a:hover .cta, .no-touchevents .cards-grid ul > li a:hover .cta, .cards-grid .no-touchevents ul > li a:hover .cta,
    .no-touchevents .cards-grid-degrees ul > li a:hover .tags,
    .cards-grid-degrees .no-touchevents ul > li a:hover .tags,
    .no-touchevents .cards-featured .feature-list .feature a:hover .tags,
    .cards-featured .feature-list .no-touchevents .feature a:hover .tags,
    .no-touchevents .cards-grid-images-two-column ul > li a:hover .tags,
    .cards-grid-images-two-column .no-touchevents ul > li a:hover .tags,
    .no-touchevents .cards-grid-images ul > li a:hover .tags,
    .cards-grid-images .no-touchevents ul > li a:hover .tags,
    .no-touchevents .cards-grid-profiles ul > li a:hover .tags,
    .cards-grid-profiles .no-touchevents ul > li a:hover .tags,
    .no-touchevents .cards-grid-stories .cards-container > li a:hover .tags,
    .cards-grid-stories .no-touchevents .cards-container > li a:hover .tags,
    .no-touchevents .cards-grid-two-column-promo-ctas ul > li a:hover .tags,
    .cards-grid-two-column-promo-ctas .no-touchevents ul > li a:hover .tags,
    .no-touchevents .cards-grid ul > li a:hover .tags,
    .cards-grid .no-touchevents ul > li a:hover .tags,
    .card a:focus .cta,
    .card a:focus .tags,
    .card a:active .cta,
    .card a:active .tags, .no-touchevents
    .card a:hover .cta,
    .no-touchevents
    .card a:hover .tags {
        color: #8e6b4c;
    }

    .cards-grid-degrees ul > li a:focus h3, .cards-featured .feature-list .feature a:focus h3, .cards-grid-images-two-column ul > li a:focus h3, .cards-grid-images ul > li a:focus h3, .cards-grid-profiles ul > li a:focus h3, .cards-grid-stories .cards-container > li a:focus h3, .cards-grid-two-column-promo-ctas ul > li a:focus h3, .cards-grid ul > li a:focus h3, .cards-grid-degrees ul > li a:active h3, .cards-featured .feature-list .feature a:active h3, .cards-grid-images-two-column ul > li a:active h3, .cards-grid-images ul > li a:active h3, .cards-grid-profiles ul > li a:active h3, .cards-grid-stories .cards-container > li a:active h3, .cards-grid-two-column-promo-ctas ul > li a:active h3, .cards-grid ul > li a:active h3, .no-touchevents .cards-grid-degrees ul > li a:hover h3, .cards-grid-degrees .no-touchevents ul > li a:hover h3, .no-touchevents .cards-featured .feature-list .feature a:hover h3, .cards-featured .feature-list .no-touchevents .feature a:hover h3, .no-touchevents .cards-grid-images-two-column ul > li a:hover h3, .cards-grid-images-two-column .no-touchevents ul > li a:hover h3, .no-touchevents .cards-grid-images ul > li a:hover h3, .cards-grid-images .no-touchevents ul > li a:hover h3, .no-touchevents .cards-grid-profiles ul > li a:hover h3, .cards-grid-profiles .no-touchevents ul > li a:hover h3, .no-touchevents .cards-grid-stories .cards-container > li a:hover h3, .cards-grid-stories .no-touchevents .cards-container > li a:hover h3, .no-touchevents .cards-grid-two-column-promo-ctas ul > li a:hover h3, .cards-grid-two-column-promo-ctas .no-touchevents ul > li a:hover h3, .no-touchevents .cards-grid ul > li a:hover h3, .cards-grid .no-touchevents ul > li a:hover h3,
    .card a:focus h3,
    .card a:active h3, .no-touchevents
    .card a:hover h3 {
        color: #000000;
        text-decoration: underline;
    }

.cards-grid-degrees ul > li h3, .cards-featured .feature-list .feature h3, .cards-grid-images-two-column ul > li h3, .cards-grid-images ul > li h3, .cards-grid-profiles ul > li h3, .cards-grid-stories .cards-container > li h3, .cards-grid-two-column-promo-ctas ul > li h3, .cards-grid ul > li h3,
.cards-grid-degrees ul > li h4,
.cards-featured .feature-list .feature h4,
.cards-grid-images-two-column ul > li h4,
.cards-grid-images ul > li h4,
.cards-grid-profiles ul > li h4,
.cards-grid-stories .cards-container > li h4,
.cards-grid-two-column-promo-ctas ul > li h4,
.cards-grid ul > li h4,
.cards-grid-degrees ul > li h5,
.cards-featured .feature-list .feature h5,
.cards-grid-images-two-column ul > li h5,
.cards-grid-images ul > li h5,
.cards-grid-profiles ul > li h5,
.cards-grid-stories .cards-container > li h5,
.cards-grid-two-column-promo-ctas ul > li h5,
.cards-grid ul > li h5,
.card h3,
.card h4,
.card h5 {
    color: #000000;
    margin-bottom: 1rem;
    -webkit-transition: color 300ms ease-in-out;
    transition: color 300ms ease-in-out;
}

.cards-grid-degrees ul > li p, .cards-featured .feature-list .feature p, .cards-grid-images-two-column ul > li p, .cards-grid-images ul > li p, .cards-grid-profiles ul > li p, .cards-grid-stories .cards-container > li p, .cards-grid-two-column-promo-ctas ul > li p, .cards-grid ul > li p,
.card p {
    color: #000000;
    -webkit-transition: color 300ms ease-in-out;
    transition: color 300ms ease-in-out;
}

@media screen and (min-width: 580px) {
    .cards-grid-degrees ul > li p, .cards-featured .feature-list .feature p, .cards-grid-images-two-column ul > li p, .cards-grid-images ul > li p, .cards-grid-profiles ul > li p, .cards-grid-stories .cards-container > li p, .cards-grid-two-column-promo-ctas ul > li p, .cards-grid ul > li p,
    .card p {
        font-size: 1rem;
        line-height: 1.5;
    }
}

.cards-grid-degrees ul > li p:last-child, .cards-featured .feature-list .feature p:last-child, .cards-grid-images-two-column ul > li p:last-child, .cards-grid-images ul > li p:last-child, .cards-grid-profiles ul > li p:last-child, .cards-grid-stories .cards-container > li p:last-child, .cards-grid-two-column-promo-ctas ul > li p:last-child, .cards-grid ul > li p:last-child,
.card p:last-child {
    margin-bottom: 0;
}

.cards-grid-degrees ul > li .image, .cards-featured .feature-list .feature .image, .cards-grid-images-two-column ul > li .image, .cards-grid-images ul > li .image, .cards-grid-profiles ul > li .image, .cards-grid-stories .cards-container > li .image, .cards-grid-two-column-promo-ctas ul > li .image, .cards-grid ul > li .image,
.card .image {
    display: block;
    position: relative;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

    .cards-grid-degrees ul > li .image::after, .cards-featured .feature-list .feature .image::after, .cards-grid-images-two-column ul > li .image::after, .cards-grid-images ul > li .image::after, .cards-grid-profiles ul > li .image::after, .cards-grid-stories .cards-container > li .image::after, .cards-grid-two-column-promo-ctas ul > li .image::after, .cards-grid ul > li .image::after,
    .card .image::after {
        content: '';
        display: block;
        padding-bottom: 56.25%;
    }

.cards-grid-degrees ul > li .cta, .cards-featured .feature-list .feature .cta, .cards-grid-images-two-column ul > li .cta, .cards-grid-images ul > li .cta, .cards-grid-profiles ul > li .cta, .cards-grid-stories .cards-container > li .cta, .cards-grid-two-column-promo-ctas ul > li .cta, .cards-grid ul > li .cta,
.card .cta {
    font-size: 0.875rem;
    line-height: 1;
    color: #354ca1;
    margin-top: 1.125rem;
    -webkit-transition: color 300ms ease-in-out;
    transition: color 300ms ease-in-out;
}

@media screen and (min-width: 580px) {
    .cards-grid-degrees ul > li .cta, .cards-featured .feature-list .feature .cta, .cards-grid-images-two-column ul > li .cta, .cards-grid-images ul > li .cta, .cards-grid-profiles ul > li .cta, .cards-grid-stories .cards-container > li .cta, .cards-grid-two-column-promo-ctas ul > li .cta, .cards-grid ul > li .cta,
    .card .cta {
        font-size: 1rem;
    }
}

.cards-grid-degrees ul > li .cta::after, .cards-featured .feature-list .feature .cta::after, .cards-grid-images-two-column ul > li .cta::after, .cards-grid-images ul > li .cta::after, .cards-grid-profiles ul > li .cta::after, .cards-grid-stories .cards-container > li .cta::after, .cards-grid-two-column-promo-ctas ul > li .cta::after, .cards-grid ul > li .cta::after,
.card .cta::after {
    content: '\00A0\003e';
    display: inline-block;
}

.cards-grid-degrees ul > li .cta:focus, .cards-featured .feature-list .feature .cta:focus, .cards-grid-images-two-column ul > li .cta:focus, .cards-grid-images ul > li .cta:focus, .cards-grid-profiles ul > li .cta:focus, .cards-grid-stories .cards-container > li .cta:focus, .cards-grid-two-column-promo-ctas ul > li .cta:focus, .cards-grid ul > li .cta:focus, .cards-grid-degrees ul > li .cta:active, .cards-featured .feature-list .feature .cta:active, .cards-grid-images-two-column ul > li .cta:active, .cards-grid-images ul > li .cta:active, .cards-grid-profiles ul > li .cta:active, .cards-grid-stories .cards-container > li .cta:active, .cards-grid-two-column-promo-ctas ul > li .cta:active, .cards-grid ul > li .cta:active, .no-touchevents .cards-grid-degrees ul > li .cta:hover, .cards-grid-degrees .no-touchevents ul > li .cta:hover, .no-touchevents .cards-featured .feature-list .feature .cta:hover, .cards-featured .feature-list .no-touchevents .feature .cta:hover, .no-touchevents .cards-grid-images-two-column ul > li .cta:hover, .cards-grid-images-two-column .no-touchevents ul > li .cta:hover, .no-touchevents .cards-grid-images ul > li .cta:hover, .cards-grid-images .no-touchevents ul > li .cta:hover, .no-touchevents .cards-grid-profiles ul > li .cta:hover, .cards-grid-profiles .no-touchevents ul > li .cta:hover, .no-touchevents .cards-grid-stories .cards-container > li .cta:hover, .cards-grid-stories .no-touchevents .cards-container > li .cta:hover, .no-touchevents .cards-grid-two-column-promo-ctas ul > li .cta:hover, .cards-grid-two-column-promo-ctas .no-touchevents ul > li .cta:hover, .no-touchevents .cards-grid ul > li .cta:hover, .cards-grid .no-touchevents ul > li .cta:hover,
.card .cta:focus,
.card .cta:active, .no-touchevents
.card .cta:hover {
    -webkit-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
    text-decoration: underline;
}

@media screen and (min-width: 960px) {
    .cards-grid-degrees ul > li .cta, .cards-featured .feature-list .feature .cta, .cards-grid-images-two-column ul > li .cta, .cards-grid-images ul > li .cta, .cards-grid-profiles ul > li .cta, .cards-grid-stories .cards-container > li .cta, .cards-grid-two-column-promo-ctas ul > li .cta, .cards-grid ul > li .cta,
    .card .cta {
        margin-top: 1.5rem;
    }
}

.slide-arrows-container {
    position: relative;
}

    .slide-arrows-container::after {
        display: block;
        clear: both;
        content: "";
    }

    .slide-arrows-container .slick-arrow {
        border: 2px solid #000000;
        height: 3.75rem;
        width: 3.75rem;
        float: left;
    }

        .slide-arrows-container .slick-arrow > span {
            overflow: hidden;
            text-indent: 101%;
            white-space: nowrap;
        }

        .slide-arrows-container .slick-arrow:focus, .slide-arrows-container .slick-arrow:active, .no-touchevents .slide-arrows-container .slick-arrow:hover {
            -webkit-transition: all 300ms ease-in-out;
            transition: all 300ms ease-in-out;
            background-color: #8e6b4c;
            border: 2px solid transparent;
        }

            .slide-arrows-container .slick-arrow:focus > span, .slide-arrows-container .slick-arrow:active > span, .no-touchevents .slide-arrows-container .slick-arrow:hover > span {
                border-color: #FFFFFF;
            }

        .slide-arrows-container .slick-arrow.slick-prev {
            border-right: 1px solid #000000;
        }

            .slide-arrows-container .slick-arrow.slick-prev:focus, .slide-arrows-container .slick-arrow.slick-prev:active, .no-touchevents .slide-arrows-container .slick-arrow.slick-prev:hover {
                -webkit-transition: all 300ms ease-in-out;
                transition: all 300ms ease-in-out;
                border-right: 1px solid transparent;
            }

            .slide-arrows-container .slick-arrow.slick-prev > span {
                display: inline-block;
                height: 12px;
                width: 12px;
                border-width: 2px 0 0 2px;
                border-color: #000000;
                border-style: solid;
                -webkit-transform: rotate(315deg);
                transform: rotate(315deg);
                margin-left: 0.3125rem;
            }

        .slide-arrows-container .slick-arrow.slick-next {
            border-left: 1px solid #000000;
        }

            .slide-arrows-container .slick-arrow.slick-next:focus, .slide-arrows-container .slick-arrow.slick-next:active, .no-touchevents .slide-arrows-container .slick-arrow.slick-next:hover {
                -webkit-transition: all 300ms ease-in-out;
                transition: all 300ms ease-in-out;
                border-left: 1px solid transparent;
            }

            .slide-arrows-container .slick-arrow.slick-next > span {
                display: inline-block;
                height: 12px;
                width: 12px;
                border-width: 2px 0 0 2px;
                border-color: #000000;
                border-style: solid;
                -webkit-transform: rotate(135deg);
                transform: rotate(135deg);
                margin-right: 0.3125rem;
            }

    .slide-arrows-container.alt-white .slick-arrow {
        border: 2px solid #FFFFFF;
    }

        .slide-arrows-container.alt-white .slick-arrow:focus, .slide-arrows-container.alt-white .slick-arrow:active, .no-touchevents .slide-arrows-container.alt-white .slick-arrow:hover {
            -webkit-transition: all 300ms ease-in-out;
            transition: all 300ms ease-in-out;
            background-color: #FFFFFF;
            border: 2px solid transparent;
        }

            .slide-arrows-container.alt-white .slick-arrow:focus > span, .slide-arrows-container.alt-white .slick-arrow:active > span, .no-touchevents .slide-arrows-container.alt-white .slick-arrow:hover > span {
                border-color: #8e6b4c;
            }

        .slide-arrows-container.alt-white .slick-arrow.slick-prev {
            border-right: 1px solid #FFFFFF;
        }

            .slide-arrows-container.alt-white .slick-arrow.slick-prev:focus, .slide-arrows-container.alt-white .slick-arrow.slick-prev:active, .no-touchevents .slide-arrows-container.alt-white .slick-arrow.slick-prev:hover {
                -webkit-transition: all 300ms ease-in-out;
                transition: all 300ms ease-in-out;
                border-right: 1px solid transparent;
            }

            .slide-arrows-container.alt-white .slick-arrow.slick-prev > span {
                border-color: #FFFFFF;
            }

        .slide-arrows-container.alt-white .slick-arrow.slick-next {
            border-left: 1px solid #FFFFFF;
        }

            .slide-arrows-container.alt-white .slick-arrow.slick-next:focus, .slide-arrows-container.alt-white .slick-arrow.slick-next:active, .no-touchevents .slide-arrows-container.alt-white .slick-arrow.slick-next:hover {
                -webkit-transition: all 300ms ease-in-out;
                transition: all 300ms ease-in-out;
                border-left: 1px solid transparent;
            }

            .slide-arrows-container.alt-white .slick-arrow.slick-next > span {
                border-color: #FFFFFF;
            }

.component-header {
    padding-top: 1.625rem;
    padding-bottom: 1.5rem;
}

@media screen and (min-width: 580px) {
    .component-header {
        padding-top: 4.25rem;
        padding-bottom: 1.75rem;
    }
}

@media screen and (min-width: 960px) {
    .component-header {
        width: 94.44444%;
        margin-left: 2.77778%;
        padding-top: 6.25rem;
        padding-bottom: 3.75rem;
    }
}

@media screen and (min-width: 960px) {
    .component-header .component-header-inner {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }
}

.component-header h2 {
    width: 100%;
}

@media screen and (min-width: 960px) {
    .component-header h2 {
        line-height: 1;
    }
}

@media screen and (max-width: 959px) {
    .component-header .button-container {
        position: absolute;
        bottom: 1.875rem;
        left: 20px;
        right: 20px;
    }
}

@media screen and (min-width: 580px) and (max-width: 959px) {
    .component-header .button-container {
        bottom: 3.75rem;
    }
}

@media screen and (min-width: 960px) {
    .component-header .button-container {
        display: block;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        -webkit-box-flex: 0;
        -ms-flex-positive: 0;
        flex-grow: 0;
        bottom: auto;
    }
}

@media screen and (max-width: 579px) {
    .component-header .button-container .button {
        width: 100%;
    }
}

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

    .default-links-list li {
        border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    }

        .default-links-list li a {
            display: block;
            padding-top: 0.75rem;
            padding-bottom: 0.75rem;
            color: #FFFFFF;
        }

@media screen and (min-width: 580px) {
    .default-links-list li a {
        padding-top: 1.5rem;
        padding-bottom: 1.5rem;
    }
}

.default-links-list li a::after {
    content: ' >';
    display: inline;
}

.default-links-list.blue li {
    border-bottom: 1px solid #ebebeb;
}

    .default-links-list.blue li a {
        color: #354ca1;
    }

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

    .simple-links-list li {
        padding-top: 0.625rem;
        padding-bottom: 0.625rem;
    }

        .simple-links-list li a {
            color: #354ca1;
            font-family: "futura-pt-bold", Arial, sans-serif;
        }

            .simple-links-list li a::after {
                content: ' >';
                display: inline;
            }

.two-columns-links-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

@media screen and (min-width: 580px) {
    .two-columns-links-list {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
}

.two-columns-links-list > li {
    border-bottom: 1px solid #ebebeb;
}

@media screen and (min-width: 580px) {
    .two-columns-links-list > li {
        width: 47.22222%;
        margin-right: 2.77778%;
        margin-left: 2.77778%;
    }

        .two-columns-links-list > li:nth-child(odd) {
            margin-left: 0;
        }

        .two-columns-links-list > li:nth-child(even) {
            margin-right: 0;
        }
}

@media screen and (min-width: 960px) {
    .two-columns-links-list > li {
        width: 44.44444%;
        margin-right: 5.55556%;
        margin-left: 5.55556%;
    }
}

.two-columns-links-list > li a {
    font-size: 0.875rem;
    line-height: 1;
    color: #354ca1;
    display: block;
    padding-top: 1.0625rem;
    padding-bottom: 1.0625rem;
}

@media screen and (min-width: 580px) {
    .two-columns-links-list > li a {
        font-size: 1rem;
    }
}

.two-columns-links-list > li a::after {
    content: '\00A0\003e';
    display: inline-block;
}

.two-columns-links-list > li a:focus, .two-columns-links-list > li a:active, .no-touchevents .two-columns-links-list > li a:hover {
    -webkit-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
    text-decoration: underline;
}

.text-with-image ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

    .text-with-image ul > li {
        border-bottom: 1px solid #ebebeb;
    }

        .text-with-image ul > li:first-child a {
            padding-top: 0;
        }

    .text-with-image ul a {
        display: block;
        padding-top: 1.875rem;
        padding-bottom: 1.875rem;
    }

        .text-with-image ul a::after {
            display: block;
            clear: both;
            content: "";
        }

@media screen and (min-width: 580px) {
    .text-with-image ul a {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        padding-top: 2.5rem;
        padding-bottom: 2.5rem;
    }
}

.text-with-image ul a:focus, .text-with-image ul a:active, .no-touchevents .text-with-image ul a:hover {
    -webkit-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
    text-decoration: none;
}

    .text-with-image ul a:focus h3, .text-with-image ul a:active h3, .no-touchevents .text-with-image ul a:hover h3 {
        color: #000000;
        text-decoration: underline;
    }

    .text-with-image ul a:focus .cta, .text-with-image ul a:active .cta, .no-touchevents .text-with-image ul a:hover .cta {
        color: #354ca1;
        text-decoration: underline;
    }

.text-with-image ul .image {
    display: none;
}

@media screen and (min-width: 580px) {
    .text-with-image ul .image {
        display: block;
        width: 36.11111%;
        display: block;
        position: relative;
        background-size: 100% auto;
        background-position: 0 0;
        background-repeat: no-repeat;
    }

        .text-with-image ul .image::after {
            content: '';
            display: block;
            padding-bottom: 56.25%;
        }
}

@media screen and (min-width: 960px) {
    .text-with-image ul .image {
        width: 40%;
    }
}

@media screen and (min-width: 580px) {
    .text-with-image ul .text {
        width: 63.88889%;
        padding-right: 2.77778%;
        padding-left: 2.77778%;
    }
}

@media screen and (min-width: 960px) {
    .text-with-image ul .text {
        width: 52%;
        padding-right: 4%;
        padding-left: 4%;
    }
}

.text-with-image ul h3 {
    color: #000000;
    text-transform: capitalize;
    font-size: 1.125rem;
    line-height: 1.3334;
    -webkit-transition: color 300ms ease-in-out;
    transition: color 300ms ease-in-out;
}

@media screen and (min-width: 580px) {
    .text-with-image ul h3 {
        font-size: 1.5rem;
        line-height: 1.25;
    }
}

@media screen and (min-width: 960px) {
    .text-with-image ul h3 {
        font-size: 1.875rem;
        line-height: 1.2;
    }
}

.text-with-image ul time {
    display: block;
    font-family: "ITC Galliard W01 Roman692801", Times, serif;
    color: #000000;
    margin-top: 0.9375rem;
    font-size: 0.875rem;
    line-height: 1.7143;
}

@media screen and (min-width: 960px) {
    .text-with-image ul time {
        font-size: 1rem;
        line-height: 1.875;
    }
}

.text-with-image ul p {
    color: #000000;
    -webkit-transition: color 300ms ease-in-out;
    transition: color 300ms ease-in-out;
}

.text-with-image ul .cta {
    font-size: 0.875rem;
    line-height: 1;
    color: #354ca1;
    -webkit-transition: color 300ms ease-in-out;
    transition: color 300ms ease-in-out;
}

@media screen and (min-width: 580px) {
    .text-with-image ul .cta {
        font-size: 1rem;
    }
}

.text-with-image ul .cta::after {
    content: '\00A0\003e';
    display: inline-block;
}

.text-with-image ul .cta:focus, .text-with-image ul .cta:active, .no-touchevents .text-with-image ul .cta:hover {
    -webkit-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
    text-decoration: underline;
}

.content h3 {
    text-transform: capitalize;
    font-size: 1.125rem;
    line-height: 1.3334;
    color: #000000;
}

.content h4 {
    font-size: 1.125rem;
    line-height: 1.3334;
}

@media screen and (min-width: 580px) {
    .content h4 {
        font-size: 1.5rem;
        line-height: 1.25;
    }
}

.content h4 ~ p {
    margin-top: 1.25rem;
    margin-bottom: 2.1875rem;
}

@media screen and (min-width: 580px) {
    .content h4 ~ p {
        margin-bottom: 3.4375rem;
    }
}

.content ul > li {
    list-style-type: none;
}

    .content ul > li::before {
        content: '\2022';
        color: #354ca1;
        position: absolute;
        left: 0;
    }

.content ol,
.content ul {
    position: relative;
    color: #000000;
    font-size: 0.875rem;
    line-height: 1.7143;
    margin-top: 0.875rem;
    margin-bottom: 0.875rem;
    padding-left: 1.25rem;
}

@media screen and (min-width: 580px) {
    .content ol,
    .content ul {
        font-size: 1rem;
        line-height: 1.875;
        margin-top: 1rem;
        margin-bottom: 1rem;
    }
}

.content ol > li,
.content ul > li {
    padding-top: 0.3125rem;
    padding-bottom: 0.3125rem;
}

.content blockquote {
    margin-top: 0.875rem;
    margin-bottom: 0.875rem;
}

@media screen and (min-width: 580px) {
    .content blockquote {
        margin-top: 1rem;
        margin-bottom: 1rem;
    }
}

.content blockquote::before,
.content blockquote::after {
    content: '';
}

.content blockquote p {
    margin: 0;
    font-size: 1.125rem;
    line-height: 1.3334;
}

@media screen and (min-width: 580px) {
    .content blockquote p {
        font-size: 1.5rem;
        line-height: 1.25;
    }
}

@media screen and (min-width: 960px) {
    .content blockquote p {
        font-size: 1.75rem;
        line-height: 1.4286;
    }
}

.content blockquote p::before {
    position: absolute;
    left: -10px;
    content: open-quote;
}

@media screen and (min-width: 580px) {
    .content blockquote p::before {
        left: -12px;
    }
}

@media screen and (min-width: 960px) {
    .content blockquote p::before {
        left: -16px;
    }
}

.content blockquote p::after {
    position: absolute;
    content: close-quote;
}

.content table {
    margin-top: 0.875rem;
    margin-bottom: 0.875rem;
}

@media screen and (min-width: 580px) {
    .content table {
        margin-top: 1rem;
        margin-bottom: 1rem;
    }
}

.content table table,
.content table th,
.content table td {
    border: 0;
}

.content table table {
    width: 100%;
}

.content table th,
.content table td {
    font-size: 0.875rem;
    line-height: 1.7143;
    padding-top: 0.5625rem;
    padding-right: 0.5rem;
    padding-bottom: 0.5625rem;
    padding-left: 0.5rem;
    border-bottom: 1px solid #f5f5f5;
    text-align: left;
}

@media screen and (min-width: 580px) {
    .content table th,
    .content table td {
        font-size: 1rem;
        line-height: 1.875;
        padding-top: 1.1875rem;
        padding-right: 0.5rem;
        padding-bottom: 1.1875rem;
        padding-left: 0.5rem;
    }
}

.content table th {
    text-transform: capitalize;
}

.content table td {
    vertical-align: top;
}

.content table ol,
.content table ul {
    padding-left: 0.9375rem;
}

@media screen and (min-width: 580px) {
    .content figure.paragraph-image-left {
        float: left;
        width: 25%;
        margin-right: 1.25rem;
        margin-bottom: 0.625rem;
    }
}

@media screen and (min-width: 960px) {
    .content figure.paragraph-image-left {
        width: 50%;
    }
}

@media screen and (min-width: 580px) {
    .content figure.paragraph-image-right {
        float: right;
        width: 16.66667%;
        margin-bottom: 0.625rem;
        margin-left: 1.25rem;
    }
}

@media screen and (min-width: 960px) {
    .content figure.paragraph-image-right {
        width: 50%;
    }
}

.content figure figcaption {
    color: #c8c8c8;
    font-size: 0.75rem;
    line-height: 1.3334;
    padding-top: 0.625rem;
    padding-right: 2.77778%;
    padding-bottom: 0.625rem;
    padding-left: 2.77778%;
}

@media screen and (min-width: 580px) {
    .content figure figcaption {
        font-size: 0.875rem;
        line-height: 1.4286;
        padding-right: 0;
        padding-left: 0;
    }
}

.chapters-content h2 span {
    display: block;
    font-size: 1.125rem;
    line-height: 1.3334;
    margin-top: 0.8125rem;
}

@media screen and (min-width: 580px) {
    .chapters-content h2 span {
        font-size: 1.5rem;
        line-height: 1.25;
    }
}

@media screen and (min-width: 960px) {
    .chapters-content h2 span {
        font-size: 2.25rem;
        line-height: 1.3334;
    }
}

@media screen and (min-width: 1280px) {
    .chapters-content h2 span {
        font-size: 2.625rem;
        line-height: 1.1429;
    }
}

.chapters-content ul {
    font-size: 0.875rem;
    line-height: 1.7143;
}

@media screen and (min-width: 580px) {
    .chapters-content ul {
        font-size: 1.125rem;
        line-height: 1.6667;
    }
}

.chapters-content blockquote {
    padding-left: 0.875rem;
}

    .chapters-content blockquote p {
        font-family: "futura-pt", Arial, sans-serif;
        font-size: 0.875rem;
        line-height: 1.7143;
        margin-bottom: 2.125rem;
    }

@media screen and (min-width: 580px) {
    .chapters-content blockquote p {
        font-size: 1rem;
        line-height: 1.875;
    }
}

.chapters-content blockquote p::before {
    position: absolute;
    left: 4px;
    content: open-quote;
}

@media screen and (min-width: 580px) {
    .chapters-content blockquote p::before {
        left: 5px;
    }
}

@media screen and (min-width: 960px) {
    .chapters-content blockquote p::before {
        left: 5px;
    }
}

.chapters-content blockquote footer {
    font-family: "futura-pt", Arial, sans-serif;
    font-size: 1rem;
    line-height: 1.5;
}

    .chapters-content blockquote footer cite {
        display: block;
        font-style: normal;
    }

@media screen and (min-width: 960px) {
    .chapters-content p.text-left {
        width: 69.44444%;
    }
}

@media screen and (min-width: 960px) {
    .chapters-content p.text-left.full-width {
        width: 100%;
    }
}

.chapters-content img.align-right {
    display: none;
}

@media screen and (min-width: 580px) {
    .chapters-content img.align-right {
        display: block;
        float: right;
        height: 200px;
        margin-bottom: 2.5rem;
        margin-left: 5.55556%;
    }
}

@media screen and (min-width: 960px) {
    .chapters-content img.align-right {
        height: 260px;
    }
}

@media screen and (min-width: 1280px) {
    .chapters-content img.align-right {
        height: 352px;
    }
}

.chapters-content img.align-right.align-right-alt {
    display: block;
    width: 100%;
    margin-bottom: 1.125rem;
}

@media screen and (min-width: 580px) {
    .chapters-content img.align-right.align-right-alt {
        height: 292px;
        margin-bottom: 1.5rem;
    }
}

@media screen and (min-width: 960px) {
    .chapters-content img.align-right.align-right-alt {
        height: 174px;
        width: 48%;
    }
}

@media screen and (min-width: 1280px) {
    .chapters-content img.align-right.align-right-alt {
        height: 236px;
    }
}

footer.footer-global {
    margin-top: 3.75rem;
    margin-bottom: 3.625rem;
}

@media screen and (min-width: 580px) {
    footer.footer-global {
        margin-top: 5rem;
        margin-bottom: 4.6875rem;
    }
}

@media screen and (min-width: 960px) {
    footer.footer-global {
        margin-top: 6.25rem;
        margin-bottom: 5.875rem;
    }
}

footer.footer-global .logo-footer {
    margin-bottom: 1.625rem;
    font-size: 0.875rem;
    text-align: center;
}

@media screen and (min-width: 580px) {
    footer.footer-global .logo-footer {
        margin-bottom: 2.25rem;
        font-size: 1.125rem;
    }
}

footer.footer-global .logo-footer img {
    margin-right: auto;
    margin-bottom: 1.25rem;
    margin-left: auto;
    width: 179px;
    display: block;
}

@media screen and (min-width: 580px) {
    footer.footer-global .logo-footer img {
        width: 262px;
    }
}

footer.footer-global .logo-footer a:focus, footer.footer-global .logo-footer a:active, .no-touchevents footer.footer-global .logo-footer a:hover {
    -webkit-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
    text-decoration: none;
}

footer.footer-global nav {
    text-align: center;
}

    footer.footer-global nav.footer-nav {
        margin-bottom: 2.5rem;
        border-top: 1px solid #c8c8c8;
    }

@media screen and (min-width: 580px) {
    footer.footer-global nav.footer-nav {
        border-bottom: 1px solid #c8c8c8;
    }
}

@media screen and (min-width: 580px) {
    footer.footer-global nav.footer-nav ul {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
}

footer.footer-global nav.footer-nav li {
    border-bottom: 1px solid #c8c8c8;
}

@media screen and (min-width: 580px) {
    footer.footer-global nav.footer-nav li {
        border-bottom: 0;
    }
}

footer.footer-global nav.footer-nav a {
    padding-top: 1.125rem;
    padding-bottom: 0.625rem;
    font-size: 1.5rem;
    display: block;
    border-bottom: 1px solid #c8c8c8;
    border-bottom: 4px solid transparent;
    color: #000000;
    font-family: "ITC Galliard W01 Roman692801", Times, serif;
    font-weight: 300;
    font-style: normal;
}

@media screen and (min-width: 580px) {
    footer.footer-global nav.footer-nav a {
        padding-top: 1.125rem;
        padding-right: 2rem;
        padding-bottom: 0.625rem;
        padding-left: 2rem;
        font-size: 1.25rem;
    }
}

@media screen and (min-width: 960px) {
    footer.footer-global nav.footer-nav a {
        padding-top: 1.125rem;
        padding-right: 3.125rem;
        padding-bottom: 0.625rem;
        padding-left: 3.125rem;
    }
}

footer.footer-global nav.footer-nav a:focus, footer.footer-global nav.footer-nav a:active, .no-touchevents footer.footer-global nav.footer-nav a:hover {
    -webkit-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
    border-bottom: 4px solid #8e6b4c;
    text-decoration: none;
}

footer.footer-global nav.footer-legal {
    margin-bottom: 2.9375rem;
}

@media screen and (min-width: 580px) {
    footer.footer-global nav.footer-legal ul {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
}

@media screen and (min-width: 580px) {
    footer.footer-global nav.footer-legal li:not(:last-child)::after {
        content: '|';
        vertical-align: middle;
        color: #c8c8c8;
        margin-right: 0.375rem;
        margin-left: 0.375rem;
    }
}

footer.footer-global nav.footer-legal li a {
    font-size: 0.75rem;
    color: #354ca1;
}

footer.footer-global nav.footer-social ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
    justify-content: space-around;
}

@media screen and (min-width: 580px) {
    footer.footer-global nav.footer-social ul {
        max-width: 224px;
        margin: 0 auto;
    }
}

footer.footer-global nav.footer-social li .icon-twitter {
    width: 27px;
    height: 22px;
}

footer.footer-global nav.footer-social li .icon-facebook,
footer.footer-global nav.footer-social li .icon-instagram,
footer.footer-global nav.footer-social li .icon-linkedin {
    width: 22px;
    height: 22px;
}

footer.footer-global nav.footer-social li a:focus, footer.footer-global nav.footer-social li a:active, .no-touchevents footer.footer-global nav.footer-social li a:hover {
    -webkit-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
}

    footer.footer-global nav.footer-social li a:focus .icon-twitter path,
    footer.footer-global nav.footer-social li a:focus .icon-facebook path,
    footer.footer-global nav.footer-social li a:focus .icon-instagram path,
    footer.footer-global nav.footer-social li a:focus .icon-linkedin path, footer.footer-global nav.footer-social li a:active .icon-twitter path,
    footer.footer-global nav.footer-social li a:active .icon-facebook path,
    footer.footer-global nav.footer-social li a:active .icon-instagram path,
    footer.footer-global nav.footer-social li a:active .icon-linkedin path, .no-touchevents footer.footer-global nav.footer-social li a:hover .icon-twitter path,
    .no-touchevents footer.footer-global nav.footer-social li a:hover .icon-facebook path,
    .no-touchevents footer.footer-global nav.footer-social li a:hover .icon-instagram path,
    .no-touchevents footer.footer-global nav.footer-social li a:hover .icon-linkedin path {
        fill: #8e6b4c;
    }

footer.footer-global .copyright {
    text-align: center;
    margin-bottom: 1rem;
}

    footer.footer-global .copyright p {
        margin: 0;
        font-size: 0.875rem;
    }

        footer.footer-global .copyright p > span {
            display: block;
        }

@media screen and (min-width: 580px) {
    footer.footer-global .copyright p > span {
        display: inline;
    }
}

@media screen and (min-width: 580px) {
    footer.footer-global .copyright p > span:not(:last-child)::after {
        content: '|';
        color: #c8c8c8;
        margin-right: 0.375rem;
        margin-left: 0.375rem;
    }
}

@media screen and (min-width: 580px) {
    footer.footer-global .copyright p > span > span:not(:last-child)::after {
        content: '|';
        color: #c8c8c8;
        margin-right: 0.375rem;
        margin-left: 0.375rem;
    }
}

.hdr-global {
    background: #FFFFFF;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 100;
}

@media screen and (max-width: 959px) {
    .hdr-global {
        border-bottom: 1px solid #c8c8c8;
    }
}

@media screen and (min-width: 960px) {
    .hdr-global {
        position: absolute;
    }
}

.sticky-nav-stick .hdr-global {
    position: fixed;
}

.hdr-global .nav-utility {
    font-weight: bold;
}

.hdr-global .pane {
    background: #FFFFFF;
    position: absolute;
    left: 50%;
    width: 50%;
    height: 100%;
}

    .hdr-global .pane:not(.is-active) {
        display: none;
    }

    .hdr-global .pane > ul {
        position: absolute;
        top: 61px;
        height: calc(100% - 61px);
        width: 100%;
        background: #FFFFFF;
        overflow-y: auto;
    }

.touchevents .hdr-global .pane > ul {
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
}

@media screen and (min-width: 580px) {
    .hdr-global .pane > ul {
        top: 71px;
        height: calc(100% - 71px);
    }
}

.hdr-global .pane > ul li {
    border-bottom: 1px solid #c8c8c8;
}

    .hdr-global .pane > ul li li:last-child {
        border: 0;
    }

    .hdr-global .pane > ul li > div {
        background: #f5f5f5;
        font-size: 0.875rem;
        height: 2.5rem;
        padding-right: 20px;
        padding-left: 20px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        border-bottom: 1px solid #c8c8c8;
    }

@media screen and (min-width: 580px) {
    .hdr-global .pane > ul li > div {
        font-size: 1.125rem;
        height: 3.125rem;
    }
}

.hdr-global .pane > ul a {
    display: block;
    height: 3.75rem;
    padding-right: 20px;
    padding-left: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 1.125rem;
    line-height: 1.3334;
    font-weight: bold;
}

@media screen and (min-width: 580px) {
    .hdr-global .pane > ul a {
        height: 4.375rem;
        font-size: 1.375rem;
        line-height: 1.091;
    }
}

.hdr-global .pane-top-level {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    border-bottom: 1px solid #c8c8c8;
}

    .hdr-global .pane-top-level a {
        -webkit-box-flex: 1;
        -ms-flex: 1;
        flex: 1;
        font-size: 1.5rem;
        line-height: 1;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        padding-right: 14px;
        padding-left: 14px;
        border-left: 1px solid #c8c8c8;
        color: inherit;
    }

@media screen and (min-width: 580px) {
    .hdr-global .pane-top-level a {
        font-size: 1.875rem;
        padding-right: 26px;
        padding-left: 26px;
    }
}

.hdr-global .pane-top-level button {
    overflow: hidden;
    text-indent: 101%;
    white-space: nowrap;
    width: 60px;
    height: 60px;
    position: relative;
}

@media screen and (min-width: 580px) {
    .hdr-global .pane-top-level button {
        height: 70px;
        width: 70px;
    }
}

.hdr-global .pane-top-level button::before {
    content: '';
    display: inline-block;
    height: 13px;
    width: 13px;
    border-width: 2px 0 0 2px;
    border-color: #354ca1;
    border-style: solid;
    -webkit-transform: rotate(315deg);
    transform: rotate(315deg);
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -6px;
    margin-left: -3px;
}

.hdr-global-top {
    max-width: 1280px;
    margin-right: auto;
    margin-left: auto;
    padding-right: 20px;
    padding-left: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 61px;
}

    .hdr-global-top::after {
        display: block;
        clear: both;
        content: "";
    }

@media screen and (min-width: 960px) {
    .hdr-global-top {
        padding-right: 30px;
        padding-left: 30px;
    }
}

@media screen and (max-width: 959px) {
    .search-open .hdr-global-top {
        border-bottom-color: #8e6b4c;
    }
}

@media screen and (min-width: 580px) {
    .hdr-global-top {
        height: 71px;
    }
}

@media screen and (min-width: 960px) {
    .hdr-global-top {
        height: 124px;
        border: 0;
        position: relative;
    }
}

.hdr-global-top .logo {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    padding-top: 1.0625rem;
}

@media screen and (min-width: 960px) {
    .hdr-global-top .logo {
        -webkit-box-flex: 0;
        -ms-flex: 0;
        flex: 0;
        padding-top: 1.875rem;
    }
}

.hdr-global-top .logo a {
    display: block;
    width: 137px;
    height: 26px;
}

@media screen and (max-width: 959px) {
    .hdr-global-top .logo a {
        background: url("../svg/logo-smu.svg") 50% 50%/contain no-repeat;
    }
}

@media screen and (min-width: 580px) {
    .hdr-global-top .logo a {
        width: 188px;
        height: 36px;
    }
}

@media screen and (min-width: 960px) {
    .hdr-global-top .logo a {
        width: 380px;
        height: 64px;
    }
}

.hdr-global-top .logo svg {
    display: none;
}

@media screen and (min-width: 960px) {
    .hdr-global-top .logo svg {
        display: block;
        width: 100%;
    }
}

.hdr-global-top .nav-utility {
    margin-top: 3.3125rem;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

    .hdr-global-top .nav-utility ul {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        float: right;
        margin-right: -12px;
    }

    .hdr-global-top .nav-utility li {
        font-size: 0.8125rem;
        margin-right: 22px;
        white-space: nowrap;
    }

@media screen and (min-width: 1280px) {
    .hdr-global-top .nav-utility li {
        margin-right: 40px;
    }
}

.hdr-global-top .nav-utility li:last-child {
    margin-right: 0;
}

.hdr-global-top .nav-utility a {
    color: inherit;
}

    .hdr-global-top .nav-utility a:focus, .hdr-global-top .nav-utility a:active, .no-touchevents .hdr-global-top .nav-utility a:hover {
        -webkit-transition: all 300ms ease-in-out;
        transition: all 300ms ease-in-out;
        color: #354ca1;
    }

.btn-nav-main {
    overflow: hidden;
    text-indent: 101%;
    white-space: nowrap;
    height: 60px;
    width: 60px;
    position: relative;
}

    .btn-nav-main::after {
        content: '';
        display: block;
        width: 40px;
        height: 22px;
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        background: linear-gradient(#354ca1, #354ca1 2px, transparent 2px, transparent 10px, #354ca1 10px, #354ca1 12px, transparent 12px, transparent 20px, #354ca1 20px, #354ca1);
    }

@media screen and (min-width: 580px) {
    .btn-nav-main {
        height: 70px;
        width: 70px;
    }
}

@media screen and (min-width: 960px) {
    .btn-nav-main {
        display: none;
    }
}

.btn-hdr-search {
    overflow: hidden;
    text-indent: 101%;
    white-space: nowrap;
    height: 60px;
    width: 60px;
}

@media screen and (max-width: 959px) {
    .btn-hdr-search {
        margin-right: -20px;
        background: url("../svg/icon-search-blue.svg") 50% 50%/22px 22px no-repeat;
    }
}

@media screen and (min-width: 580px) {
    .btn-hdr-search {
        height: 70px;
        width: 70px;
    }
}

@media screen and (min-width: 960px) {
    .btn-hdr-search {
        position: absolute;
        right: 0;
        top: 0;
    }
}

@media screen and (min-width: 960px) and (max-width: 1279px) {
    .btn-hdr-search {
        width: 50px;
    }
}

.btn-hdr-search svg {
    height: 18px;
    width: 18px;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    fill: #000000;
    -webkit-transition: fill 150ms;
    transition: fill 150ms;
}

.no-touchevents .btn-hdr-search:hover svg {
    fill: #8e6b4c;
}

.search-open .btn-hdr-search {
    background: #8e6b4c url("../svg/icon-close.svg") 50% 50%/18px 18px no-repeat;
}

    .search-open .btn-hdr-search svg {
        display: none;
    }

.hdr-search-field {
    display: none;
    max-width: 1280px;
    margin-right: auto;
    margin-left: auto;
    background-color: #8e6b4c;
    padding-right: 20px;
    padding-left: 20px;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
}

@media screen and (min-width: 580px) {
    .hdr-search-field {
        padding-right: 30px;
        padding-left: 30px;
    }
}

@media screen and (min-width: 960px) {
    .hdr-search-field {
        top: 125px;
        width: calc(100% - 50px);
    }
}

@media screen and (min-width: 1280px) {
    .hdr-search-field {
        width: calc(100% - 70px);
    }
}

.search-open .hdr-search-field {
    display: block;
    z-index: 1;
}

.hdr-search-field input[type="search"] {
    background-color: transparent;
    border: 0;
    height: 60px;
    width: 100%;
    color: #FFFFFF;
    font-size: 1.5rem;
    padding-left: 0;
}

    .hdr-search-field input[type="search"]::-webkit-input-placeholder {
        color: #FFFFFF;
        opacity: 0.25;
    }

    .hdr-search-field input[type="search"]:-ms-input-placeholder {
        color: #FFFFFF;
        opacity: 0.25;
    }

    .hdr-search-field input[type="search"]::-ms-input-placeholder {
        color: #FFFFFF;
        opacity: 0.25;
    }

    .hdr-search-field input[type="search"]::placeholder {
        color: #FFFFFF;
        opacity: 0.25;
    }

@media screen and (min-width: 580px) {
    .hdr-search-field input[type="search"] {
        height: 70px;
        font-size: 1.875rem;
        padding-left: 20px;
    }
}

@media screen and (max-width: 959px) {
    .hdr-global-bottom {
        display: none;
        width: 200%;
        -webkit-transition: left 300ms;
        transition: left 300ms;
    }
}

@media screen and (min-width: 960px) {
    .hdr-global-bottom {
        border-top: 1px solid #c8c8c8;
        border-bottom: 1px solid #c8c8c8;
    }
}

.menu-open .hdr-global-bottom {
    display: block;
    position: absolute;
    top: 61px;
    left: 0;
    height: calc(100vh - 61px);
}

@media screen and (min-width: 580px) {
    .menu-open .hdr-global-bottom {
        top: 71px;
        height: calc(100vh - 71px);
    }
}

.hdr-global-bottom.slide {
    left: -100%;
}

.hdr-global-bottom .nav-utility ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.hdr-global-bottom .nav-utility li {
    width: 50%;
    text-align: center;
    border-bottom: 1px solid #c8c8c8;
    font-size: 1rem;
    line-height: 1.5;
}

    .hdr-global-bottom .nav-utility li:nth-child(even) {
        border-left: 1px solid #c8c8c8;
    }

    .hdr-global-bottom .nav-utility li:last-child:nth-child(odd) {
        width: 100%;
    }

.hdr-global-bottom .nav-utility a {
    display: block;
    height: 3.125rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.search-open .hdr-global-bottom {
    background-color: #8e6b4c;
}

@media screen and (max-width: 959px) {
    .hdr-global-bottom-inner {
        background: #FFFFFF;
        position: absolute;
        width: 50%;
        height: 100%;
        overflow-y: auto;
    }

    .touchevents .hdr-global-bottom-inner {
        overflow-y: scroll;
        -webkit-overflow-scrolling: touch;
    }
}

@media screen and (min-width: 960px) {
    .hdr-global-bottom-inner {
        max-width: 1280px;
        margin-right: auto;
        margin-left: auto;
        position: relative;
        padding-right: 50px;
        height: 70px;
    }
}

@media screen and (min-width: 1280px) {
    .hdr-global-bottom-inner {
        padding-right: 70px;
    }
}

.nav-main a {
    color: inherit;
}

@media screen and (max-width: 959px) {
    .nav-main {
        border-top: 1px solid #c8c8c8;
    }
}

@media screen and (min-width: 960px) {
    .nav-main {
        width: 100%;
    }

        .nav-main > ul {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
        }

            .nav-main > ul > li {
                -webkit-box-flex: 1;
                -ms-flex: 1;
                flex: 1;
            }

                .nav-main > ul > li > a {
                    display: block;
                    text-align: center;
                    font-family: "ITC Galliard W01 Roman692801", Times, serif;
                    font-size: 1.125rem;
                    line-height: 1.3334;
                    height: 70px;
                    display: -webkit-box;
                    display: -ms-flexbox;
                    display: flex;
                    -webkit-box-orient: vertical;
                    -webkit-box-direction: normal;
                    -ms-flex-direction: column;
                    flex-direction: column;
                    -webkit-box-pack: center;
                    -ms-flex-pack: center;
                    justify-content: center;
                    border-top: 4px solid transparent;
                    border-bottom: 4px solid transparent;
                    -webkit-transition: border-bottom-color 300ms;
                    transition: border-bottom-color 300ms;
                }

                    .nav-main > ul > li > a:hover {
                        text-decoration: none;
                    }

                .nav-main > ul > li.is-open > a {
                    border-bottom-color: #8e6b4c;
                }

                    .nav-main > ul > li.is-open > a:active {
                        border-bottom-color: #354ca1;
                    }

    .search-open .nav-main {
        display: none;
    }
}

@media screen and (min-width: 960px) {
    .nav-main .btn-submenu {
        background-color: #c8c8c8;
    }

        .nav-main .btn-submenu:not(:focus) {
            position: absolute !important;
            clip: rect(1px, 1px, 1px, 1px);
            padding: 0 !important;
            border: 0 !important;
            height: 1px !important;
            width: 1px !important;
            overflow: hidden;
            white-space: nowrap;
        }

        .nav-main .btn-submenu:focus {
            position: absolute;
            z-index: 101;
        }

    .touchevents .nav-main .btn-submenu {
        display: none;
    }
}

.nav-main .submenu {
    display: none;
    position: absolute;
    background-color: #FFFFFF;
    width: 100%;
    left: 0;
    top: 71px;
    z-index: 100;
}

    .nav-main .submenu.fully-open {
        border-bottom: 1px solid #c8c8c8;
    }

    .nav-main .submenu > .inner {
        max-width: 1280px;
        margin-right: auto;
        margin-left: auto;
        padding-right: 20px;
        padding-left: 20px;
    }

        .nav-main .submenu > .inner::after {
            display: block;
            clear: both;
            content: "";
        }

@media screen and (min-width: 960px) {
    .nav-main .submenu > .inner {
        padding-right: 30px;
        padding-left: 30px;
    }
}

.nav-main .submenu .text {
    font-family: "ITC Galliard W01 Roman692801", Times, serif;
    font-size: 1.5rem;
    line-height: 1.5;
}

@media screen and (min-width: 1280px) {
    .nav-main .submenu .text {
        font-size: 1.875rem;
        line-height: 1.3334;
    }
}

.nav-main .submenu li {
    font-size: 1rem;
    line-height: 1.25;
}

    .nav-main .submenu li a {
        font-weight: bold;
    }

        .nav-main .submenu li a:focus, .nav-main .submenu li a:active, .no-touchevents .nav-main .submenu li a:hover {
            -webkit-transition: all 300ms ease-in-out;
            transition: all 300ms ease-in-out;
            color: #354ca1;
        }

        .nav-main .submenu li a::after {
            content: '\00A0\003e';
        }

.nav-main .submenu.single-level {
    padding-bottom: 30px;
    border-top: 30px solid transparent;
}

    .nav-main .submenu.single-level > .inner {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        min-height: 177px;
    }

        .nav-main .submenu.single-level > .inner > ul {
            width: 66.66667%;
            margin-left: 2.77778%;
            background: linear-gradient(to right, #c8c8c8, #c8c8c8 1px, transparent 1px, transparent);
        }

        .nav-main .submenu.single-level > .inner li {
            float: left;
            width: 29.16667%;
            margin-left: 4.16667%;
            min-height: 2.5em;
            margin-top: 1.1875rem;
            margin-bottom: 0.1875rem;
        }

            .nav-main .submenu.single-level > .inner li:last-child, .nav-main .submenu.single-level > .inner li:nth-child(3n + 2):nth-last-child(2), .nav-main .submenu.single-level > .inner li:nth-child(3n + 1):nth-last-child(2), .nav-main .submenu.single-level > .inner li:nth-child(3n + 1):nth-last-child(3) {
                min-height: 0;
                margin-bottom: 0;
            }

    .nav-main .submenu.single-level .text {
        width: 30.55556%;
        padding-top: 12px;
    }

.nav-main .submenu.multi-level {
    padding-bottom: 19px;
    border-top: 43px solid transparent;
}

    .nav-main .submenu.multi-level > .inner > ul::after {
        display: block;
        clear: both;
        content: "";
    }

    .nav-main .submenu.multi-level > .inner > ul > li {
        float: left;
        width: 22.22222%;
    }

        .nav-main .submenu.multi-level > .inner > ul > li:nth-child(n+2) {
            margin-left: 2.77778%;
        }

        .nav-main .submenu.multi-level > .inner > ul > li > div {
            min-height: 3.125rem;
            font-size: 1.125rem;
        }

        .nav-main .submenu.multi-level > .inner > ul > li li {
            margin-bottom: 1rem;
        }

    .nav-main .submenu.multi-level .text {
        margin-bottom: 2.25rem;
    }

.menu-open .nav-main > ul > li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    border-bottom: 1px solid #c8c8c8;
}

    .menu-open .nav-main > ul > li > a {
        -webkit-box-flex: 1;
        -ms-flex: 1;
        flex: 1;
        border-right: 1px solid #c8c8c8;
        padding-right: 22px;
        padding-left: 22px;
        font-family: "ITC Galliard W01 Roman692801", Times, serif;
        font-size: 1.5rem;
        line-height: 1;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

@media screen and (min-width: 580px) {
    .menu-open .nav-main > ul > li > a {
        font-size: 1.875rem;
    }
}

.menu-open .nav-main .btn-submenu {
    overflow: hidden;
    text-indent: 101%;
    white-space: nowrap;
    width: 60px;
    height: 60px;
    position: relative;
}

@media screen and (min-width: 580px) {
    .menu-open .nav-main .btn-submenu {
        height: 70px;
        width: 70px;
    }
}

.menu-open .nav-main .btn-submenu::before {
    content: '';
    display: inline-block;
    height: 13px;
    width: 13px;
    border-width: 2px 0 0 2px;
    border-color: #354ca1;
    border-style: solid;
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -6px;
    margin-left: -10px;
}

body.menu-open {
    overflow: hidden;
}

.sticky-nav {
    display: none;
}

@media screen and (min-width: 960px) {
    .sticky-nav {
        width: 100%;
        position: fixed;
        top: -75px;
        left: 0;
        background: #FFFFFF;
        z-index: 99;
        border-bottom: 1px solid #c8c8c8;
        -webkit-transition: top 0.3s;
        transition: top 0.3s;
    }
}

.sticky-nav > .inner {
    max-width: 1280px;
    margin-right: auto;
    margin-left: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.sticky-nav .logo {
    padding-top: 14px;
    padding-left: 30px;
}

    .sticky-nav .logo a {
        display: block;
        width: 220px;
        height: 42px;
    }

    .sticky-nav .logo svg {
        display: block;
        width: 100%;
    }

.sticky-nav .btn-hdr {
    overflow: hidden;
    text-indent: 101%;
    white-space: nowrap;
    height: 69px;
    width: 70px;
    position: relative;
}

    .sticky-nav .btn-hdr svg {
        height: 22px;
        width: 40px;
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        fill: #354ca1;
        -webkit-transition: fill 150ms;
        transition: fill 150ms;
    }

.no-touchevents .sticky-nav .btn-hdr:hover svg {
    fill: #8e6b4c;
}

.accordionTabs .accordion-title {
    border-bottom: 1px solid #c8c8c8;
}

    .accordionTabs .accordion-title::after {
        content: '';
        display: block;
        background: url("../svg/icon-arrow-down-gray.svg") no-repeat;
        background-size: 20px 12px;
        position: absolute;
        top: 50%;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
        right: 0;
        width: 20px;
        height: 12px;
    }

    .accordionTabs .accordion-title[aria-expanded="true"] {
        color: #354ca1;
        border-bottom: 0;
    }

        .accordionTabs .accordion-title[aria-expanded="true"]::after {
            background: url("../svg/icon-arrow-down-blue.svg") no-repeat;
            background-size: 20px 12px;
            -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
        }

.accordionTabs .accordion-content {
    display: none;
}

@media screen and (min-width: 580px) {
    .accordionTabs .accordion-content {
        position: relative;
        display: block;
        background-color: #FFFFFF;
        padding-top: 4.375rem;
        padding-bottom: 3.75rem;
    }
}

@media screen and (min-width: 960px) {
    .accordionTabs .accordion-content {
        padding-top: 0;
    }
}

.admissions-deadlines {
    padding-top: 3.75rem;
    padding-bottom: 3.75rem;
}

@media screen and (min-width: 960px) {
    .admissions-deadlines {
        padding-top: 5rem;
        padding-right: 5.55556%;
        padding-bottom: 5rem;
        padding-left: 5.55556%;
    }
}

@media screen and (min-width: 580px) {
    .admissions-deadlines h2 {
        margin-bottom: 3.75rem;
    }
}

@media screen and (min-width: 960px) {
    .admissions-deadlines h2 {
        font-size: 2.25rem;
    }
}

.admissions-deadlines ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.admissions-deadlines li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    border-bottom: 1px solid #c8c8c8;
    padding-top: 1.125rem;
    padding-bottom: 1.125rem;
    min-height: 80px;
}

@media screen and (min-width: 580px) {
    .admissions-deadlines li {
        padding-top: 1.875rem;
        padding-bottom: 1.875rem;
    }
}

@media screen and (min-width: 960px) {
    .admissions-deadlines li {
        padding-top: 1.125rem;
        padding-bottom: 1.125rem;
    }
}

.admissions-deadlines p {
    margin-top: 0;
}

@media screen and (min-width: 580px) {
    .admissions-deadlines p {
        line-height: 1.5;
    }
}

.admissions-deadlines h3 {
    padding-right: 2.77778%;
    font-size: 1.5rem;
    line-height: 1;
    font-family: "ITC Galliard W01 Roman692801", Times, serif;
    -ms-flex-preferred-size: 25%;
    flex-basis: 25%;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

@media screen and (min-width: 580px) {
    .admissions-deadlines h3 {
        font-size: 1.875rem;
        -ms-flex-preferred-size: 22.22222%;
        flex-basis: 22.22222%;
    }
}

@media screen and (min-width: 960px) {
    .admissions-deadlines h3 {
        -ms-flex-preferred-size: 35.71429%;
        flex-basis: 35.71429%;
    }
}

@media screen and (max-width: 959px) {
    .no-gutter .admissions-deadlines {
        padding-right: 20px;
        padding-left: 20px;
    }
}

.article-filter {
    background: #f5f5f5;
}

    .article-filter .text-filter {
        padding-top: 1.875rem;
        padding-bottom: 1.875rem;
    }

@media screen and (min-width: 580px) {
    .article-filter .text-filter {
        padding-top: 2.5rem;
        padding-right: 0.9375rem;
        padding-bottom: 2.5rem;
        padding-left: 0.9375rem;
    }
}

@media screen and (min-width: 960px) {
    .article-filter .text-filter {
        padding-top: 3.75rem;
        padding-right: 1.5625rem;
        padding-bottom: 3.75rem;
        padding-left: 1.5625rem;
    }
}

@media screen and (min-width: 1280px) {
    .article-filter .text-filter {
        padding-right: 2.125rem;
        padding-left: 2.125rem;
    }
}

.article-filter h2 {
    margin-bottom: 1.875rem;
}

@media screen and (min-width: 580px) {
    .article-filter h2 {
        margin-bottom: 2.5rem;
    }
}

@media screen and (min-width: 960px) {
    .article-filter .text-input {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        height: 3.75rem;
    }
}

.article-filter .text-input input[type="text"] {
    width: 100%;
    height: 3.125rem;
    margin-bottom: 1.25rem;
    font-size: 1.25rem;
    padding-right: 0.9375rem;
    padding-left: 0.9375rem;
}

@media screen and (min-width: 580px) {
    .article-filter .text-input input[type="text"] {
        height: 3.75rem;
    }
}

@media screen and (min-width: 960px) {
    .article-filter .text-input input[type="text"] {
        margin-bottom: 0;
        padding-right: 1.875rem;
        padding-left: 1.875rem;
        width: 30.55556%;
    }
}

.article-filter .text-input select {
    margin-bottom: 1.25rem;
    height: 3.125rem;
}

@media screen and (min-width: 580px) {
    .article-filter .text-input select {
        height: auto;
    }
}

@media screen and (min-width: 960px) {
    .article-filter .text-input select {
        margin-bottom: 0;
    }
}

@media screen and (min-width: 960px) {
    .article-filter .text-input select.year {
        width: 16.66667%;
        margin-left: 2.77778%;
    }
}

@media screen and (min-width: 960px) {
    .article-filter .text-input select.news-type {
        width: 25%;
        margin-left: 2.77778%;
    }
}

.article-filter .text-input input[type="submit"] {
    width: 100%;
    height: 3.125rem;
    padding-right: 0.9375rem;
    padding-left: 0.9375rem;
}

@media screen and (min-width: 580px) {
    .article-filter .text-input input[type="submit"] {
        height: 3.75rem;
    }
}

@media screen and (min-width: 960px) {
    .article-filter .text-input input[type="submit"] {
        padding-top: 0;
        padding-right: 1.875rem;
        padding-bottom: 0;
        padding-left: 1.875rem;
        width: 19.44444%;
        margin-left: 2.77778%;
    }
}

.article-filter .article-filter-content {
    background: #FFFFFF;
}

    .article-filter .article-filter-content .text-with-image ul {
        list-style: none;
        padding: 0;
        margin: 0;
    }

        .article-filter .article-filter-content .text-with-image ul > li {
            border-bottom: 1px solid #ebebeb;
        }

            .article-filter .article-filter-content .text-with-image ul > li:first-child a {
                padding-top: 1.875rem;
            }

@media screen and (min-width: 580px) {
    .article-filter .article-filter-content .text-with-image ul > li:first-child a {
        padding-top: 2.5rem;
    }
}

.article-section {
    position: relative;
}

@media screen and (min-width: 1280px) {
    .article-section .article-inner-container {
        max-width: 1280px;
        margin-right: auto;
        margin-left: auto;
        padding-right: 20px;
        padding-left: 20px;
    }

        .article-section .article-inner-container::after {
            display: block;
            clear: both;
            content: "";
        }
}

@media screen and (min-width: 1280px) and (min-width: 960px) {
    .article-section .article-inner-container {
        padding-right: 30px;
        padding-left: 30px;
    }
}

.article-section .article-header,
.article-section .content-wrapper,
.article-section .article-categories {
    padding-right: 20px;
    padding-left: 20px;
}

@media screen and (min-width: 960px) {
    .article-section .article-header,
    .article-section .content-wrapper,
    .article-section .article-categories {
        width: 86.11111%;
        margin-left: auto;
        padding-right: 2.77778%;
        padding-left: 2.77778%;
    }

        .article-section .article-header::after,
        .article-section .content-wrapper::after,
        .article-section .article-categories::after {
            display: block;
            clear: both;
            content: "";
        }
}

.article-section .image {
    display: block;
    position: relative;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

    .article-section .image::after {
        content: '';
        display: block;
        padding-bottom: 56.25%;
    }

@media screen and (min-width: 960px) {
    .article-section .image {
        height: 720px;
        overflow: hidden;
    }
}

@media screen and (min-width: 960px) {
    .article-section .social-share {
        float: left;
        width: 13.88889%;
        margin-top: 5rem;
    }
}

.article-section .article-header {
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
}

@media screen and (min-width: 580px) {
    .article-section .article-header {
        padding-top: 1.875rem;
        padding-bottom: 1.875rem;
    }
}

@media screen and (min-width: 960px) {
    .article-section .article-header {
        padding-top: 3.75rem;
        margin-top: -5rem;
        position: relative;
        z-index: 2;
        background-color: #FFFFFF;
    }
}

.article-section .article-header h1 {
    text-transform: capitalize;
    font-size: 1.875rem;
    line-height: 1.2;
    color: #000000;
}

@media screen and (min-width: 580px) {
    .article-section .article-header h1 {
        font-size: 3rem;
        line-height: 1;
    }
}

@media screen and (min-width: 960px) {
    .article-section .article-header h1 {
        font-size: 4.5rem;
        line-height: 1;
    }
}

@media screen and (min-width: 1280px) {
    .article-section .article-header h1 {
        font-size: 5.625rem;
        line-height: 1;
    }
}

.article-section .article-header .author-data {
    color: #000000;
    font-size: 0.75rem;
    line-height: 2;
    margin-top: 1.25rem;
}

@media screen and (min-width: 580px) {
    .article-section .article-header .author-data {
        font-size: 0.875rem;
        margin-top: 1.875rem;
    }
}

.article-section .article-header .author-data .author-name {
    text-transform: capitalize;
    font-family: "futura-pt-bold", Arial, sans-serif;
}

.article-section .article-header .author-data .divider {
    color: #354ca1;
    font-weight: 600;
    margin-right: 0.5rem;
    margin-left: 0.5rem;
}

.article-section .article-content .content-wrapper:first-of-type p:first-of-type {
    color: #000000;
    font-family: "ITC Galliard W01 Roman692801", Times, serif;
    font-size: 1.125rem;
    line-height: 1.3334;
    margin-top: 0;
    margin-bottom: 1.25rem;
}

@media screen and (min-width: 580px) {
    .article-section .article-content .content-wrapper:first-of-type p:first-of-type {
        font-size: 1.5rem;
        line-height: 1.5;
    }
}

@media screen and (min-width: 960px) {
    .article-section .article-content .content-wrapper:first-of-type p:first-of-type {
        font-size: 1.75rem;
        line-height: 1.5;
        margin-top: 0;
        margin-bottom: 2.5rem;
    }
}

.article-section .article-categories {
    margin-top: 1.25rem;
    margin-bottom: 1.25rem;
}

@media screen and (min-width: 580px) {
    .article-section .article-categories {
        margin-top: 1.875rem;
        margin-bottom: 1.875rem;
    }
}

.article-section .article-categories a {
    font-family: "futura-pt-bold", Arial, sans-serif;
    text-decoration: underline;
}

.basic-filter {
    background: #f5f5f5;
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
}

    .basic-filter::after {
        display: block;
        clear: both;
        content: "";
    }

@media screen and (min-width: 960px) {
    .basic-filter {
        padding-top: 3.4375rem;
        padding-bottom: 3.4375rem;
    }
}

@media screen and (min-width: 1280px) {
    .basic-filter {
        padding-top: 4.0625rem;
        padding-bottom: 4.0625rem;
    }
}

@media screen and (min-width: 960px) {
    .basic-filter .grid-container {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }
}

.basic-filter.smu-red {
    background-color: #cc0035;
}

    .basic-filter.smu-red .text {
        color: #FFFFFF;
    }

.basic-filter .text {
    width: 100%;
}

@media screen and (min-width: 960px) {
    .basic-filter .text {
        -webkit-box-flex: 1;
        -ms-flex: 1;
        flex: 1;
        padding-right: 50px;
    }
}

.basic-filter .text h2 {
    font-size: 22px;
    margin-bottom: 20px;
}

@media screen and (min-width: 580px) {
    .basic-filter .text h2 {
        font-size: 36px;
        margin-bottom: 30px;
    }
}

@media screen and (min-width: 960px) {
    .basic-filter .text h2 {
        font-size: 48px;
        margin-bottom: 0;
    }
}

.basic-filter .dropdown {
    position: relative;
    width: 100%;
}

@media screen and (min-width: 960px) {
    .basic-filter .dropdown {
        -webkit-box-flex: 1;
        -ms-flex: 1;
        flex: 1;
    }
}

.basic-filter label {
    position: absolute !important;
    clip: rect(1px, 1px, 1px, 1px);
    padding: 0 !important;
    border: 0 !important;
    height: 1px !important;
    width: 1px !important;
    overflow: hidden;
    white-space: nowrap;
}

@media screen and (min-width: 960px) {
    .basic-filter select {
        position: absolute;
        top: 50%;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
    }
}

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

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

@media screen and (min-width: 960px) {
    .breadcrumb ul {
        padding-right: 2.77778%;
        padding-left: 2.77778%;
    }
}

.breadcrumb ul > li {
    display: inline-block;
}

    .breadcrumb ul > li .breadcrumb-link {
        font-size: 0.75rem;
        line-height: 1.5;
        color: #000000;
    }

        .breadcrumb ul > li .breadcrumb-link::after {
            content: '\00A0\003e';
            display: inline-block;
            margin-right: 0.5rem;
            margin-left: 0.5rem;
        }

    .breadcrumb ul > li:last-of-type a::after {
        content: '';
    }

.cards-grid-degrees {
    background-color: #FFFFFF;
}

    .cards-grid-degrees ul {
        list-style: none;
        padding: 0;
        margin: 0;
    }

@media screen and (min-width: 960px) {
    .cards-grid-degrees ul {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
}

.cards-grid-degrees ul > li {
    border-bottom: 1px solid #c8c8c8;
}

    .cards-grid-degrees ul > li:nth-child(3n+3) {
        border-bottom: none;
    }

@media screen and (min-width: 960px) {
    .cards-grid-degrees ul > li {
        width: 31.25%;
        margin-right: 3.125%;
        margin-bottom: 1.875rem;
        border-right: 1px solid #c8c8c8;
        border-bottom: none;
    }

        .cards-grid-degrees ul > li:nth-child(3n+3) {
            margin-right: 0;
            border-right: none;
        }
}

@media screen and (min-width: 960px) {
    .cards-grid-degrees ul > li a {
        padding-top: 1.875rem;
        padding-right: 6.25%;
        padding-bottom: 1.875rem;
        padding-left: 0;
    }
}

.cards-grid-degrees ul > li a h3 {
    float: left;
    font-size: 1.5rem;
    line-height: 1.25;
}

@media screen and (min-width: 580px) {
    .cards-grid-degrees ul > li a h3 {
        font-size: 1.875rem;
        line-height: 1.2667;
        width: 40.625%;
        margin-right: 5.55556%;
    }
}

@media screen and (min-width: 960px) {
    .cards-grid-degrees ul > li a h3 {
        width: 100%;
        font-size: 2.25rem;
        line-height: 1.1112;
    }
}

.cards-grid-degrees ul > li a .text {
    float: left;
}

@media screen and (min-width: 580px) {
    .cards-grid-degrees ul > li a .text {
        width: 53.125%;
    }
}

@media screen and (min-width: 960px) {
    .cards-grid-degrees ul > li a .text {
        width: 100%;
    }
}

@media screen and (min-width: 580px) {
    .cards-grid-degrees ul > li a .text p {
        font-size: 1rem;
        line-height: 1.875;
    }
}

@media screen and (min-width: 960px) {
    .cards-featured .feature-list {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        width: 100%;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
}

@media screen and (min-width: 960px) {
    .cards-featured .feature-list .feature {
        -webkit-box-flex: 1;
        -ms-flex: 1;
        flex: 1;
        margin-bottom: 0;
    }
}

.cards-featured .feature-list .feature a {
    padding-top: 1rem;
    padding-bottom: 1rem;
}

@media screen and (min-width: 580px) {
    .cards-featured .feature-list .feature a {
        padding-top: 1.875rem;
        padding-bottom: 1.875rem;
    }
}

@media screen and (min-width: 960px) {
    .cards-featured .feature-list .feature a {
        padding-right: 6.25%;
        padding-left: 6.25%;
    }
}

@media screen and (min-width: 1280px) {
    .cards-featured .feature-list .feature a {
        padding-top: 2.5rem;
        padding-bottom: 2.5rem;
    }
}

.cards-featured .feature-list .feature .image {
    float: left;
    width: 40.625%;
}

@media screen and (min-width: 580px) {
    .cards-featured .feature-list .feature .image {
        width: 31.25%;
    }
}

@media screen and (min-width: 960px) {
    .cards-featured .feature-list .feature .image {
        width: 50%;
    }
}

.cards-featured .feature-list .feature .text {
    float: left;
    overflow: hidden;
    width: 56.25%;
    margin-left: 3.125%;
}

@media screen and (min-width: 580px) {
    .cards-featured .feature-list .feature .text {
        width: 62.5%;
        margin-left: 6.25%;
    }
}

@media screen and (min-width: 960px) {
    .cards-featured .feature-list .feature .text {
        width: 43.75%;
        margin-left: 6.25%;
    }
}

.cards-featured .feature-list .feature h3 {
    font-size: 1rem;
    line-height: 1.25;
    margin-bottom: 1.125rem;
}

@media screen and (min-width: 580px) {
    .cards-featured .feature-list .feature h3 {
        font-size: 1.125rem;
        line-height: 1.3334;
    }
}

@media screen and (min-width: 960px) {
    .cards-featured .feature-list .feature h3 {
        margin-bottom: 1.25rem;
    }
}

.cards-featured .feature-list .feature p {
    display: none;
}

@media screen and (min-width: 960px) {
    .cards-featured .feature-list .main-feature {
        position: relative;
        width: 47.22222%;
        margin-right: 2.77778%;
    }
}

@media screen and (min-width: 960px) {
    .cards-featured .feature-list .main-feature .feature {
        -webkit-box-flex: 2;
        -ms-flex: 2;
        flex: 2;
    }
}

.cards-featured .feature-list .main-feature .feature a {
    padding-bottom: 1.875rem;
}

.cards-featured .feature-list .main-feature .feature .image {
    width: 100%;
    margin-bottom: 1.125rem;
}

@media screen and (min-width: 580px) {
    .cards-featured .feature-list .main-feature .feature .image {
        margin-bottom: 1.5rem;
    }
}

.cards-featured .feature-list .main-feature .feature .text {
    width: 100%;
    margin-left: 0;
}

.cards-featured .feature-list .main-feature .feature h3 {
    font-size: 1.25rem;
    line-height: 1.2;
    margin-bottom: 0.625rem;
}

@media screen and (min-width: 580px) {
    .cards-featured .feature-list .main-feature .feature h3 {
        font-size: 1.5rem;
        line-height: 1.25;
        margin-bottom: 0.875rem;
    }
}

.cards-featured .feature-list .main-feature .feature p {
    display: block;
}

.cards-featured .feature-list .double-feature {
    list-style: none;
    padding: 0;
    margin: 0;
}

@media screen and (min-width: 960px) {
    .cards-featured .feature-list .double-feature {
        width: 44.44444%;
        margin-bottom: 0;
    }
}

@media screen and (min-width: 960px) {
    .cards-featured .feature-list .double-feature > li:first-child {
        margin-bottom: 1.875rem;
    }
}

@media screen and (min-width: 960px) {
    .cards-featured .feature-list .main-feature,
    .cards-featured .feature-list .double-feature {
        -webkit-box-flex: 1;
        -ms-flex: 1;
        flex: 1;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
}

.cards-grid-images-two-column ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

@media screen and (min-width: 960px) {
    .cards-grid-images-two-column ul {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        width: 100%;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
}

@media screen and (min-width: 960px) {
    .cards-grid-images-two-column ul > li {
        width: 46.875%;
        margin-right: 6.25%;
        margin-bottom: 1.875rem;
    }

        .cards-grid-images-two-column ul > li:nth-child(2n+2) {
            margin-right: 0;
        }
}

.cards-grid-images-two-column ul > li a {
    padding-top: 1rem;
    padding-bottom: 1rem;
}

@media screen and (min-width: 580px) {
    .cards-grid-images-two-column ul > li a {
        padding-top: 1.875rem;
        padding-bottom: 1.875rem;
    }
}

@media screen and (min-width: 960px) {
    .cards-grid-images-two-column ul > li a {
        padding-right: 6.25%;
        padding-left: 6.25%;
    }
}

@media screen and (min-width: 1280px) {
    .cards-grid-images-two-column ul > li a {
        padding-top: 2.5rem;
        padding-bottom: 2.5rem;
    }
}

.cards-grid-images-two-column ul > li .image {
    float: left;
    width: 40.625%;
}

@media screen and (min-width: 580px) {
    .cards-grid-images-two-column ul > li .image {
        width: 31.25%;
    }
}

@media screen and (min-width: 960px) {
    .cards-grid-images-two-column ul > li .image {
        width: 50%;
    }
}

.cards-grid-images-two-column ul > li .text {
    float: left;
    overflow: hidden;
    width: 56.25%;
    margin-left: 3.125%;
}

@media screen and (min-width: 580px) {
    .cards-grid-images-two-column ul > li .text {
        width: 62.5%;
        margin-left: 6.25%;
    }
}

@media screen and (min-width: 960px) {
    .cards-grid-images-two-column ul > li .text {
        width: 43.75%;
        margin-left: 6.25%;
    }
}

.cards-grid-images-two-column ul > li h3 {
    font-size: 1rem;
    line-height: 1.25;
    margin-bottom: 0.25rem;
}

@media screen and (min-width: 580px) {
    .cards-grid-images-two-column ul > li h3 {
        font-size: 1.25rem;
        line-height: 1.5;
    }
}

.cards-grid-images ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

@media screen and (min-width: 960px) {
    .cards-grid-images ul {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        width: 100%;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
}

@media screen and (min-width: 960px) {
    .cards-grid-images ul > li {
        width: 31.25%;
        margin-right: 3.125%;
        margin-bottom: 1.875rem;
    }

        .cards-grid-images ul > li:nth-child(3n+3) {
            margin-right: 0;
        }
}

.cards-grid-images ul > li a {
    padding-top: 1rem;
    padding-bottom: 2.25rem;
}

@media screen and (min-width: 580px) {
    .cards-grid-images ul > li a {
        padding-top: 1.875rem;
        padding-bottom: 1.875rem;
    }
}

@media screen and (min-width: 960px) {
    .cards-grid-images ul > li a {
        padding-top: 0;
        padding-right: 0;
        padding-bottom: 4.375rem;
        padding-left: 0;
        position: relative;
    }
}

.cards-grid-images ul > li a:focus, .cards-grid-images ul > li a:active, .no-touchevents .cards-grid-images ul > li a:hover {
    -webkit-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
}

    .cards-grid-images ul > li a:focus .cta, .cards-grid-images ul > li a:active .cta, .no-touchevents .cards-grid-images ul > li a:hover .cta {
        text-decoration: underline;
    }

.cards-grid-images ul > li .image {
    margin-bottom: 1.875rem;
}

@media screen and (min-width: 580px) and (max-width: 959px) {
    .cards-grid-images ul > li .image {
        float: left;
        width: 46.875%;
    }
}

@media screen and (min-width: 960px) {
    .cards-grid-images ul > li .image {
        margin-bottom: 2.125rem;
    }
}

@media screen and (min-width: 580px) and (max-width: 959px) {
    .cards-grid-images ul > li .text {
        float: left;
        overflow: hidden;
        width: 46.875%;
        margin-left: 6.25%;
    }
}

@media screen and (min-width: 960px) {
    .cards-grid-images ul > li .text {
        width: 80%;
        margin-left: 10%;
    }
}

.cards-grid-images ul > li h3 {
    font-family: "futura-pt-bold", Arial, sans-serif;
    font-size: 1rem;
    line-height: 1.25;
    margin-bottom: 0.25rem;
}

@media screen and (min-width: 580px) {
    .cards-grid-images ul > li h3 {
        font-size: 1.25rem;
        line-height: 1.5;
    }
}

.cards-grid-images ul > li .faculty-title {
    margin-top: 0;
    margin-bottom: 0;
}

@media screen and (min-width: 580px) {
    .cards-grid-images ul > li .faculty-title {
        font-size: 1.125rem;
        line-height: 1.3334;
    }
}

.cards-grid-images ul > li .course-name {
    margin-top: 0;
    font-style: italic;
}

@media screen and (min-width: 580px) {
    .cards-grid-images ul > li .course-name {
        font-size: 1rem;
        line-height: 1.5;
    }
}

@media screen and (min-width: 960px) {
    .cards-grid-images ul > li .cta {
        position: absolute;
        bottom: 40px;
    }
}

.cards-grid-no-gutters::after {
    display: block;
    clear: both;
    content: "";
}

@media screen and (min-width: 960px) {
    .cards-grid-no-gutters {
        padding-bottom: 0;
    }
}

@media screen and (max-width: 959px) {
    .cards-grid-no-gutters .component-header {
        padding: 0;
    }
}

@media screen and (min-width: 960px) {
    .cards-grid-no-gutters .component-header .component-header-inner {
        max-width: 1280px;
        margin-right: auto;
        margin-left: auto;
        padding-right: 20px;
        padding-left: 20px;
    }

        .cards-grid-no-gutters .component-header .component-header-inner::after {
            display: block;
            clear: both;
            content: "";
        }
}

@media screen and (min-width: 960px) and (min-width: 960px) {
    .cards-grid-no-gutters .component-header .component-header-inner {
        padding-right: 30px;
        padding-left: 30px;
    }
}

.cards-grid-no-gutters .component-header h2 {
    font-size: 2.25rem;
    line-height: 1.1667;
}

@media screen and (min-width: 960px) {
    .cards-grid-no-gutters .component-header h2 {
        font-size: 3.75rem;
        line-height: 1.1334;
    }
}

.cards-grid-no-gutters .cards-grid-inner {
    max-width: 1280px;
    margin-right: auto;
    margin-left: auto;
}

.cards-grid-no-gutters .cards-grid-list {
    list-style: none;
    padding: 0;
    margin: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

@media screen and (min-width: 580px) {
    .cards-grid-no-gutters .cards-grid-list {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
}

.cards-grid-no-gutters .cards-grid-list > li {
    float: left;
    min-height: 20rem;
    background-color: #FFFFFF;
}

@media screen and (min-width: 580px) {
    .cards-grid-no-gutters .cards-grid-list > li {
        width: 50%;
        min-height: 26.875rem;
    }
}

@media screen and (min-width: 960px) {
    .cards-grid-no-gutters .cards-grid-list > li {
        width: 33.33333%;
    }
}

.cards-grid-no-gutters .cards-grid-list > li:first-child {
    background-color: #f5f5f5;
}

@media screen and (min-width: 960px) {
    .cards-grid-no-gutters .cards-grid-list > li:first-child {
        width: 100%;
        min-height: 0;
    }

        .cards-grid-no-gutters .cards-grid-list > li:first-child .text {
            padding: 0;
        }
}

.cards-grid-no-gutters .cards-grid-list > li a:focus, .cards-grid-no-gutters .cards-grid-list > li a:active, .no-touchevents .cards-grid-no-gutters .cards-grid-list > li a:hover {
    -webkit-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
}

    .cards-grid-no-gutters .cards-grid-list > li a:focus .text, .cards-grid-no-gutters .cards-grid-list > li a:active .text, .no-touchevents .cards-grid-no-gutters .cards-grid-list > li a:hover .text {
        -webkit-transition: background-color 300ms ease-in-out;
        transition: background-color 300ms ease-in-out;
        background-color: rgba(0, 0, 0, 0.7);
    }

.cards-grid-no-gutters .cards-grid-list > li.card-bg.card-bg-blue {
    background-color: #354ca1;
}

.cards-grid-no-gutters .cards-grid-list > li.card-bg.card-bg-brown {
    background-color: #8e6b4c;
}

.cards-grid-no-gutters .cards-grid-list > li.card-bg .text h3 {
    color: #FFFFFF;
}

.cards-grid-no-gutters .cards-grid-list > li.card-bg .text p {
    color: #FFFFFF;
}

.cards-grid-no-gutters .cards-grid-list > li.card-bg .text .links-container > li {
    background-color: inherit;
}

    .cards-grid-no-gutters .cards-grid-list > li.card-bg .text .links-container > li .cta-link {
        color: #FFFFFF;
    }

.cards-grid-no-gutters .cards-grid-list > li .text {
    padding-top: 1.875rem;
    padding-right: 20px;
    padding-bottom: 1.875rem;
    padding-left: 20px;
    min-height: 320px;
}

@media screen and (min-width: 580px) {
    .cards-grid-no-gutters .cards-grid-list > li .text {
        padding-right: 30px;
        padding-left: 30px;
        min-height: auto;
    }
}

@media screen and (min-width: 960px) {
    .cards-grid-no-gutters .cards-grid-list > li .text {
        padding-top: 3.125rem;
        padding-right: 2.5rem;
        padding-bottom: 3.125rem;
        padding-left: 2.5rem;
    }
}

.cards-grid-no-gutters .cards-grid-list > li .text h3 {
    text-transform: capitalize;
    font-size: 1.25rem;
    line-height: 1.2;
    color: #000000;
    margin-bottom: 0.9375rem;
}

@media screen and (min-width: 580px) {
    .cards-grid-no-gutters .cards-grid-list > li .text h3 {
        font-size: 1.5rem;
        line-height: 1.25;
    }
}

.cards-grid-no-gutters .cards-grid-list > li .links-container {
    list-style: none;
    padding: 0;
    margin: 0;
    margin-top: 0.625rem;
    margin-bottom: 0.625rem;
}

    .cards-grid-no-gutters .cards-grid-list > li .links-container > li {
        border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    }

    .cards-grid-no-gutters .cards-grid-list > li .links-container.links-container-split-column {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

        .cards-grid-no-gutters .cards-grid-list > li .links-container.links-container-split-column > li {
            width: 47.22222%;
            margin-right: 2.77778%;
            margin-left: 2.77778%;
        }

            .cards-grid-no-gutters .cards-grid-list > li .links-container.links-container-split-column > li:nth-child(odd) {
                margin-left: 0;
            }

            .cards-grid-no-gutters .cards-grid-list > li .links-container.links-container-split-column > li:nth-child(even) {
                margin-right: 0;
            }

@media screen and (min-width: 580px) {
    .cards-grid-no-gutters .cards-grid-list > li .links-container.links-container-split-column > li {
        width: 100%;
        margin-right: 0;
        margin-left: 0;
    }
}

@media screen and (min-width: 960px) {
    .cards-grid-no-gutters .cards-grid-list > li .links-container.links-container-split-column > li {
        width: 44.44444%;
        margin-right: 5.55556%;
        margin-left: 5.55556%;
    }
}

.cards-grid-no-gutters .cards-grid-list > li .image {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    display: block;
    position: relative;
}

    .cards-grid-no-gutters .cards-grid-list > li .image::after {
        content: '';
        display: block;
        padding-bottom: 100%;
    }

    .cards-grid-no-gutters .cards-grid-list > li .image > .text {
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
    }

@media screen and (min-width: 580px) {
    .cards-grid-no-gutters .cards-grid-list > li .image {
        display: block;
        position: relative;
        min-height: 100%;
    }

        .cards-grid-no-gutters .cards-grid-list > li .image::after {
            content: '';
            display: block;
            padding-bottom: 150%;
        }

        .cards-grid-no-gutters .cards-grid-list > li .image > .text {
            position: absolute;
            top: 0;
            right: 0;
            bottom: 0;
            left: 0;
        }
}

@media screen and (min-width: 1280px) {
    .cards-grid-no-gutters .cards-grid-list > li .image {
        display: block;
        position: relative;
    }

        .cards-grid-no-gutters .cards-grid-list > li .image::after {
            content: '';
            display: block;
            padding-bottom: 100%;
        }

        .cards-grid-no-gutters .cards-grid-list > li .image > .text {
            position: absolute;
            top: 0;
            right: 0;
            bottom: 0;
            left: 0;
        }
}

.cards-grid-no-gutters .cards-grid-list > li .image .text {
    -webkit-transition: background-color 300ms ease-in-out;
    transition: background-color 300ms ease-in-out;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
    padding-right: 20px;
    padding-left: 20px;
    background-color: rgba(0, 0, 0, 0.56);
}

    .cards-grid-no-gutters .cards-grid-list > li .image .text h3 {
        font-family: "ITC Galliard W01 Roman692801", Times, serif;
        font-size: 3.375rem;
        line-height: 1;
        color: #FFFFFF;
    }

@media screen and (min-width: 580px) {
    .cards-grid-no-gutters .cards-grid-list > li .image .text h3 {
        font-size: 3.75rem;
        line-height: 1;
    }
}

@media screen and (min-width: 960px) {
    .cards-grid-no-gutters .cards-grid-list > li .image .text h3 {
        font-size: 4.5rem;
        line-height: 1;
    }
}

.cards-grid-no-gutters .cards-grid-list > li .cta-link {
    display: block;
    padding-top: 0.9375rem;
    padding-bottom: 0.9375rem;
    font-size: 0.875rem;
    line-height: 1;
    color: #354ca1;
}

@media screen and (min-width: 580px) {
    .cards-grid-no-gutters .cards-grid-list > li .cta-link {
        font-size: .90rem;
    }
}

.cards-grid-no-gutters .cards-grid-list > li .cta-link::after {
    content: '\00A0\003e';
    display: inline-block;
}

.cards-grid-no-gutters .cards-grid-list > li .cta-link:focus, .cards-grid-no-gutters .cards-grid-list > li .cta-link:active, .no-touchevents .cards-grid-no-gutters .cards-grid-list > li .cta-link:hover {
    -webkit-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
    text-decoration: underline;
}

.cards-grid-profiles {
    margin: 1.875rem 0;
    background-color: #FFFFFF;
}

@media screen and (min-width: 960px) {
    .cards-grid-profiles {
        margin: 3.75rem 0;
    }
}

.cards-grid-profiles ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

@media screen and (min-width: 960px) {
    .cards-grid-profiles ul {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        width: 100%;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
}

@media screen and (min-width: 960px) {
    .cards-grid-profiles ul > li {
        width: 47.05882%;
        margin-right: 5.88235%;
        margin-bottom: 3.125rem;
    }

        .cards-grid-profiles ul > li:nth-child(2n+2) {
            margin-right: 0;
        }

        .cards-grid-profiles ul > li:nth-last-child(2) {
            margin-bottom: 0;
        }
}

.cards-grid-profiles ul > li:last-child {
    margin-bottom: 0;
}

.cards-grid-profiles ul > li a {
    padding-top: 1rem;
    padding-bottom: 1.25rem;
    border: solid 1px #c8c8c8;
}

@media screen and (min-width: 580px) {
    .cards-grid-profiles ul > li a {
        padding: 0;
    }
}

.cards-grid-profiles ul > li .image {
    display: block;
    position: relative;
    display: none;
}

    .cards-grid-profiles ul > li .image::after {
        content: '';
        display: block;
        padding-bottom: 150%;
    }

@media screen and (min-width: 580px) {
    .cards-grid-profiles ul > li .image {
        display: block;
        float: left;
        width: 25%;
    }
}

@media screen and (min-width: 960px) {
    .cards-grid-profiles ul > li .image {
        width: 43.75%;
    }
}

@media screen and (min-width: 580px) {
    .cards-grid-profiles ul > li .text {
        float: left;
        overflow: hidden;
        width: 75%;
        padding: 1.25rem 2.77778% 1.5rem;
    }
}

@media screen and (min-width: 960px) {
    .cards-grid-profiles ul > li .text {
        width: 56.25%;
        padding-left: 6.25%;
        padding-right: 6.25%;
    }
}

.cards-grid-profiles ul > li h3 {
    font-family: "futura-pt-bold", Arial, sans-serif;
    font-size: 1.125rem;
    line-height: 1.3334;
}

@media screen and (min-width: 960px) {
    .cards-grid-profiles ul > li h3 {
        font-size: 1.25rem;
        line-height: 1.2;
    }
}

.cards-grid-profiles ul > li h3 span {
    display: block;
}

@media screen and (min-width: 580px) and (max-width: 959px) {
    .cards-grid-profiles ul > li h3 span {
        display: inline;
    }
}

.cards-grid-profiles ul > li p {
    font-size: 0.875rem;
    line-height: 1.4286;
}

    .cards-grid-profiles ul > li p.summary {
        display: block;
        /* Fallback for non-webkit */
        font-size: 0.875rem;
        line-height: 1.4286;
        height: 6.25013rem;
        /* Fallback for non-webkit */
        overflow: hidden;
    }

@supports (-webkit-line-clamp: 5) {
    .cards-grid-profiles ul > li p.summary {
        display: -webkit-box;
        -webkit-line-clamp: 5;
        -webkit-box-orient: vertical;
        text-overflow: ellipsis;
        height: auto;
    }
}

@media screen and (min-width: 1280px) {
    .cards-grid-profiles ul > li p.summary {
        display: block;
        /* Fallback for non-webkit */
        font-size: 0.875rem;
        line-height: 1.4286;
        height: 8.75018rem;
        /* Fallback for non-webkit */
        overflow: hidden;
    }

    @supports (-webkit-line-clamp: 7) {
        .cards-grid-profiles ul > li p.summary {
            display: -webkit-box;
            -webkit-line-clamp: 7;
            -webkit-box-orient: vertical;
            text-overflow: ellipsis;
            height: auto;
        }
    }
}

.cards-grid-profiles ul > li p.tags {
    padding-top: 1.125rem;
    margin-top: 1.125rem;
    border-top: solid 1px #ebebeb;
    font-size: 0.875rem;
    line-height: 1.2858;
    font-family: "futura-pt-bold", Arial, sans-serif;
    -webkit-transition: color 300ms ease-in-out;
    transition: color 300ms ease-in-out;
}

@media screen and (min-width: 580px) {
    .cards-grid-profiles ul > li p.tags {
        padding-top: 1.5rem;
        margin-top: 1.5rem;
    }
}

.cards-grid-stories {
    background-color: #FFFFFF;
    margin-top: 0.625rem;
}

@media screen and (min-width: 580px) {
    .cards-grid-stories {
        margin-top: 1.875rem;
    }
}

@media screen and (min-width: 960px) {
    .cards-grid-stories {
        margin-top: 2.5rem;
        padding-bottom: 0;
    }
}

.cards-grid-stories .cards-container {
    list-style: none;
    padding: 0;
    margin: 0;
}

@media screen and (min-width: 580px) {
    .cards-grid-stories .cards-container {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        width: 100%;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
}

@media screen and (min-width: 960px) {
    .cards-grid-stories .cards-container {
        width: 88.88889%;
        margin-left: 5.55556%;
    }
}

.cards-grid-stories .cards-container > li {
    margin-bottom: 0;
}

@media screen and (min-width: 580px) {
    .cards-grid-stories .cards-container > li {
        padding-bottom: 0;
        margin-bottom: 1.875rem;
    }
}

@media screen and (min-width: 580px) and (max-width: 959px) {
    .cards-grid-stories .cards-container > li {
        width: 47.22222%;
        margin-right: 5.55556%;
    }

        .cards-grid-stories .cards-container > li:nth-child(even) {
            margin-right: 0;
        }
}

@media screen and (min-width: 960px) {
    .cards-grid-stories .cards-container > li {
        width: 31.25%;
        margin-right: 3.125%;
        margin-bottom: 1.875rem;
    }

        .cards-grid-stories .cards-container > li:nth-child(3n+3) {
            margin-right: 0;
        }
}

.cards-grid-stories .cards-container > li a {
    padding: 1.875rem 0 1.5rem;
    border-bottom: solid 1px #c8c8c8;
}

@media screen and (min-width: 580px) {
    .cards-grid-stories .cards-container > li a {
        padding: 0 0 1.875rem;
        border: 1px solid #c8c8c8;
    }
}

.cards-grid-stories .cards-container > li .image {
    display: none;
}

@media screen and (min-width: 580px) {
    .cards-grid-stories .cards-container > li .image {
        display: block;
    }
}

.cards-grid-stories .cards-container > li .text {
    position: relative;
}

@media screen and (min-width: 580px) and (max-width: 959px) {
    .cards-grid-stories .cards-container > li .text {
        float: left;
        width: 94.11765%;
        padding-left: 5.88235%;
        padding-top: 1.25rem;
    }
}

@media screen and (min-width: 960px) {
    .cards-grid-stories .cards-container > li .text {
        width: 90%;
        padding-left: 10%;
        padding-top: 1.5rem;
    }
}

.cards-grid-stories .cards-container > li .topic {
    display: inline-block;
    height: 1.875rem;
    padding: 0 15px;
    margin-bottom: 0.9375rem;
    background-color: #354ca1;
    color: #FFFFFF;
    font-size: 0.875rem;
    line-height: 2.1429;
}

@media screen and (min-width: 580px) {
    .cards-grid-stories .cards-container > li .topic {
        position: absolute;
        z-index: 1;
        left: 0;
        top: -1.875rem;
    }
}

@media screen and (min-width: 580px) {
    .cards-grid-stories .cards-container > li .topic {
        margin-bottom: 1.5rem;
    }
}

.cards-grid-stories .cards-container > li p.name {
    margin-bottom: 0;
    font-family: "futura-pt-bold", Arial, sans-serif;
}

@media screen and (min-width: 580px) {
    .cards-grid-stories .cards-container > li p.name {
        font-size: 1.125rem;
    }
}

.cards-grid-stories .cards-container > li p.role {
    margin-top: 0;
}

@media screen and (min-width: 580px) {
    .cards-grid-stories .cards-container > li p.role {
        font-size: 1.125rem;
    }
}

.cards-grid-stories.featured {
    margin-top: 0;
}

@media screen and (min-width: 580px) {
    .cards-grid-stories.featured .cards-container {
        display: block;
    }
}

@media screen and (min-width: 960px) {
    .cards-grid-stories.featured .cards-container {
        width: 94.44444%;
        margin-left: 2.77778%;
    }
}

.cards-grid-stories.featured .cards-container > li {
    margin: 0;
    padding: 0;
}

@media screen and (min-width: 580px) {
    .cards-grid-stories.featured .cards-container > li {
        width: 94.44444%;
        margin-left: 2.77778%;
    }
}

@media screen and (min-width: 960px) {
    .cards-grid-stories.featured .cards-container > li {
        width: 100%;
        margin: 0;
    }
}

.cards-grid-stories.featured .cards-container > li a {
    padding: 1.875rem 0;
    border: 0;
    border-top: 1px solid #c8c8c8;
}

@media screen and (min-width: 960px) {
    .cards-grid-stories.featured .cards-container > li a {
        padding: 2.5rem 0;
    }
}

.cards-grid-stories.featured .cards-container > li a:focus, .cards-grid-stories.featured .cards-container > li a:active, .no-touchevents .cards-grid-stories.featured .cards-container > li a:hover {
    -webkit-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
    border-color: #c8c8c8;
}

.cards-grid-stories.featured .cards-container > li .image {
    display: block;
}

@media screen and (min-width: 960px) {
    .cards-grid-stories.featured .cards-container > li .image {
        float: left;
        width: 50%;
    }
}

.cards-grid-stories.featured .cards-container > li .text {
    padding-top: 1.25rem;
}

@media screen and (min-width: 580px) {
    .cards-grid-stories.featured .cards-container > li .text {
        width: 100%;
        padding-left: 0;
    }
}

@media screen and (min-width: 960px) {
    .cards-grid-stories.featured .cards-container > li .text {
        float: left;
        width: 47.05882%;
        margin-left: 2.94118%;
        padding-top: 0;
    }
}

.cards-grid-stories.featured .cards-container > li h3 {
    font-size: 1.5rem;
    line-height: 1.25;
}

@media screen and (min-width: 580px) {
    .cards-grid-stories.featured .cards-container > li h3 {
        font-size: 1.875rem;
        line-height: 1.2;
    }
}

@media screen and (min-width: 580px) {
    .cards-grid-stories.featured .cards-container > li .topic {
        position: static;
    }
}

.cards-grid-two-column-promo-ctas {
    margin: 1.875rem 0;
    background-color: #FFFFFF;
}

@media screen and (min-width: 580px) {
    .cards-grid-two-column-promo-ctas {
        margin: 5rem 0;
    }
}

.cards-grid-two-column-promo-ctas ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

@media screen and (min-width: 960px) {
    .cards-grid-two-column-promo-ctas ul {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        width: 100%;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
}

@media screen and (min-width: 960px) {
    .cards-grid-two-column-promo-ctas ul > li {
        width: 47.05882%;
        margin-right: 5.88235%;
        margin-bottom: 3.125rem;
    }

        .cards-grid-two-column-promo-ctas ul > li:nth-child(2n+2) {
            margin-right: 0;
        }

        .cards-grid-two-column-promo-ctas ul > li:nth-last-child(2) {
            margin-bottom: 0;
        }
}

.cards-grid-two-column-promo-ctas ul > li:last-child {
    margin-bottom: 0;
}

.cards-grid-two-column-promo-ctas ul > li a {
    padding-top: 1rem;
    padding-bottom: 1.25rem;
    border: solid 1px #c8c8c8;
}

@media screen and (min-width: 580px) {
    .cards-grid-two-column-promo-ctas ul > li a {
        padding: 0;
    }
}

.cards-grid-two-column-promo-ctas ul > li .image {
    display: block;
    position: relative;
    display: none;
}

    .cards-grid-two-column-promo-ctas ul > li .image::after {
        content: '';
        display: block;
        padding-bottom: 150%;
    }

@media screen and (min-width: 580px) {
    .cards-grid-two-column-promo-ctas ul > li .image {
        display: block;
        float: left;
        width: 43.75%;
    }
}

@media screen and (min-width: 580px) {
    .cards-grid-two-column-promo-ctas ul > li .text {
        float: left;
        overflow: hidden;
        padding: 1.25rem 2.77778% 1.5rem;
        width: 56.25%;
    }
}

.cards-grid ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

@media screen and (min-width: 960px) {
    .cards-grid ul {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
}

@media screen and (min-width: 960px) {
    .cards-grid ul > li {
        width: 31.25%;
        margin-right: 3.125%;
        margin-bottom: 1.875rem;
    }

        .cards-grid ul > li:nth-child(3n+3) {
            margin-right: 0;
        }
}

.cards-grid ul > li a {
    border-top: 4px solid #354ca1;
}

    .cards-grid ul > li a:focus, .cards-grid ul > li a:active, .no-touchevents .cards-grid ul > li a:hover {
        -webkit-transition: all 300ms ease-in-out;
        transition: all 300ms ease-in-out;
    }

        .cards-grid ul > li a:focus h3, .cards-grid ul > li a:active h3, .no-touchevents .cards-grid ul > li a:hover h3 {
            color: #000000;
        }

        .cards-grid ul > li a:focus .cta, .cards-grid ul > li a:active .cta, .no-touchevents .cards-grid ul > li a:hover .cta {
            color: #8e6b4c;
        }

.cards-grid ul > li p {
    display: none;
}

@media screen and (min-width: 580px) {
    .cards-grid ul > li p {
        display: block;
    }
}

.chapter-table {
    padding-top: 1.25rem;
}

@media screen and (min-width: 580px) {
    .chapter-table {
        padding-top: 1.875rem;
    }
}

.chapter-table .chapter-table-grid {
    list-style: none;
    padding: 0;
    margin: 0;
}

@media screen and (min-width: 580px) {
    .chapter-table .chapter-table-grid {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        border: 1px solid #c8c8c8;
    }
}

@media screen and (max-width: 579px) {
    .chapter-table .chapter-table-grid .table-item:nth-child(1) {
        display: none;
    }

    .chapter-table .chapter-table-grid .table-item:nth-child(n+5) {
        display: none;
    }
}

@media screen and (min-width: 580px) {
    .chapter-table .chapter-table-grid .table-item {
        width: 25%;
        border-right: 1px solid #c8c8c8;
        border-bottom: 1px solid #c8c8c8;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }

        .chapter-table .chapter-table-grid .table-item:nth-child(4n+4) {
            border-right: 0;
        }

        .chapter-table .chapter-table-grid .table-item:nth-last-child(-n+4) {
            border-bottom: 0;
        }
}

@media screen and (min-width: 580px) {
    .chapter-table .chapter-table-grid .table-item.table-item-bg {
        background-color: #f5f5f5;
    }
}

.chapter-table h3 {
    text-align: left;
    font-family: "futura-pt", Arial, sans-serif;
    font-size: 1.125rem;
    line-height: 1.3334;
    padding-top: 1.375rem;
    padding-right: 20px;
    padding-bottom: 1.375rem;
    padding-left: 20px;
}

@media screen and (max-width: 579px) {
    .chapter-table h3 {
        background-color: #f5f5f5;
    }
}

@media screen and (min-width: 580px) {
    .chapter-table h3 {
        text-align: center;
        font-size: 1rem;
        line-height: 1.5;
        padding-top: 3.125rem;
        padding-right: 1.5625rem;
        padding-bottom: 3.125rem;
        padding-left: 1.5625rem;
    }
}

@media screen and (min-width: 960px) {
    .chapter-table h3 {
        font-size: 1.25rem;
        line-height: 1.2;
        padding-top: 3.5625rem;
        padding-bottom: 3.5625rem;
    }
}

.chapter-table time {
    width: 100%;
    display: block;
    text-align: left;
    font-family: "futura-pt-bold", Arial, sans-serif;
    font-size: 0.875rem;
    line-height: 1;
}

@media screen and (min-width: 580px) {
    .chapter-table time {
        text-align: center;
        padding-top: 2.1875rem;
        padding-right: 1.5625rem;
        padding-bottom: 2.1875rem;
        padding-left: 1.5625rem;
    }
}

@media screen and (min-width: 960px) {
    .chapter-table time {
        font-size: 1rem;
        line-height: 1.125;
        padding-top: 2.375rem;
        padding-bottom: 2.375rem;
    }
}

@media screen and (min-width: 580px) {
    .chapter-table time span {
        display: block;
    }
}

.chapter-table p {
    width: 100%;
    text-align: left;
    font-family: "ITC Galliard W01 Roman692801", Times, serif;
    font-size: 1rem;
    line-height: 1.25;
}

@media screen and (min-width: 580px) {
    .chapter-table p {
        text-align: center;
        padding-top: 1.375rem;
        padding-right: 5.55556%;
        padding-bottom: 1.375rem;
        padding-left: 5.55556%;
    }
}

@media screen and (min-width: 960px) {
    .chapter-table p {
        font-size: 1.125rem;
        line-height: 1.3334;
    }
}

.chapter-table .logo img {
    width: 72px;
    height: 72px;
}

.chapter-table .table-time-info {
    padding-top: 0.5rem;
    padding-right: 20px;
    padding-bottom: 1.875rem;
    padding-left: 20px;
}

    .chapter-table .table-time-info ul {
        list-style: none;
        padding: 0;
        margin: 0;
    }

        .chapter-table .table-time-info ul > li {
            padding-top: 1.125rem;
            padding-bottom: 1.125rem;
            border-bottom: 1px solid #c8c8c8;
        }

@media screen and (min-width: 580px) {
    .chapter-table .table-time-info {
        display: none;
    }
}

.chapters-tabs-split-column .split-column-container {
    display: block;
}

@media screen and (min-width: 580px) {
    .chapters-tabs-split-column .split-column-container {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }
}

.chapters-tabs-split-column .split-column {
    padding-top: 1.25rem;
    padding-right: 0.9375rem;
    padding-bottom: 1.25rem;
    padding-left: 0.9375rem;
}

@media screen and (min-width: 580px) {
    .chapters-tabs-split-column .split-column {
        -webkit-box-flex: 1;
        -ms-flex: 1;
        flex: 1;
        padding-top: 0;
        padding-bottom: 0;
    }
}

@media screen and (min-width: 960px) {
    .chapters-tabs-split-column .split-column {
        padding-right: 1.5rem;
        padding-left: 1.5rem;
    }
}

@media screen and (min-width: 1280px) {
    .chapters-tabs-split-column .split-column {
        padding-right: 2.0625rem;
        padding-left: 2.0625rem;
    }
}

.chapters-tabs-split-column .split-column .title {
    font-size: 1.125rem;
    line-height: 1.3334;
    margin: 0;
}

@media screen and (min-width: 580px) {
    .chapters-tabs-split-column .split-column .title {
        font-size: 1.5rem;
        line-height: 1.25;
    }
}

.chapters-tabs-split-column .split-column .subtitle {
    margin: 0;
    padding-bottom: 1.0625rem;
    border-bottom: 1px solid #c8c8c8;
}

@media screen and (min-width: 580px) {
    .chapters-tabs-split-column .split-column .subtitle {
        font-size: 0.875rem;
        line-height: 1.7143;
    }
}

@media screen and (min-width: 960px) {
    .chapters-tabs-split-column .split-column .subtitle {
        font-size: 1.125rem;
    }
}

.chapters-tabs-split-column .split-column .chapters-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

    .chapters-tabs-split-column .split-column .chapters-list > li {
        padding-top: 0.75rem;
        padding-bottom: 0.75rem;
    }

@media screen and (min-width: 580px) {
    .chapters-tabs-split-column .split-column .chapters-list > li {
        padding-top: 1.0625rem;
        padding-bottom: 1.0625rem;
    }
}

@media screen and (min-width: 960px) {
    .chapters-tabs-split-column .split-column .chapters-list > li {
        padding-top: 0.9375rem;
        padding-bottom: 0.9375rem;
    }
}

.chapters {
    margin-bottom: 30px;
}

@media screen and (min-width: 580px) {
    .chapters {
        margin-bottom: 60px;
    }
}

@media screen and (min-width: 960px) {
    .chapters {
        margin-bottom: 85px;
    }
}

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

.chapters > .grid-container {
    position: relative;
}

@media screen and (min-width: 960px) {
    .chapters {
        margin: 3.75rem 0;
    }
}

.chapters .separator {
    display: none;
}

@media screen and (min-width: 960px) {
    .chapters .separator {
        display: block;
        max-width: 1280px;
        margin-right: auto;
        margin-left: auto;
        padding-right: 20px;
        padding-left: 20px;
    }

        .chapters .separator::after {
            display: block;
            clear: both;
            content: "";
        }
}

@media screen and (min-width: 960px) and (min-width: 960px) {
    .chapters .separator {
        padding-right: 30px;
        padding-left: 30px;
    }
}

@media screen and (min-width: 960px) {
    .chapters .separator::before {
        content: '';
        display: block;
        width: 100%;
        height: 1px;
        background-color: #c8c8c8;
        margin-top: 3.75rem;
        margin-bottom: 3.75rem;
    }
}

.chapters .chaptered-nav-container {
    position: absolute;
    z-index: 12;
    top: 0;
}

@media screen and (max-width: 959px) {
    .chapters .chaptered-nav-container {
        left: 0;
        width: 100%;
        height: 60px;
        overflow: hidden;
        background: #354ca1;
    }
}

@media screen and (min-width: 960px) {
    .chapters .chaptered-nav-container {
        width: 22.22222%;
    }
}

.chapters .chaptered-nav-container.fixed {
    position: fixed;
    top: 62px;
}

@media screen and (min-width: 580px) and (max-width: 959px) {
    .chapters .chaptered-nav-container.fixed {
        top: 72px;
    }
}

@media screen and (min-width: 960px) {
    .chapters .chaptered-nav-container.fixed {
        position: fixed;
        top: 130px;
        z-index: 0;
    }

        .chapters .chaptered-nav-container.fixed > ul {
            position: relative;
        }

            .chapters .chaptered-nav-container.fixed > ul.buttons {
                left: 0;
            }
}

@media screen and (min-width: 1280px) {
    .chapters .chaptered-nav-container.fixed {
        width: 284px;
    }
}

.chapters .chaptered-nav-container.bottom {
    top: auto;
    bottom: 0;
    position: absolute;
}

.chapters .chaptered-nav-container ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

@media screen and (max-width: 959px) {
    .chapters .chaptered-nav-container .buttons {
        max-width: 1280px;
        margin-right: auto;
        margin-left: auto;
        padding-right: 20px;
        padding-left: 20px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        position: fixed;
        bottom: 0;
        z-index: 10;
        width: 100%;
        padding-top: 1.25rem;
        background-color: #FFFFFF;
    }

        .chapters .chaptered-nav-container .buttons::after {
            display: block;
            clear: both;
            content: "";
        }
}

@media screen and (max-width: 959px) and (min-width: 960px) {
    .chapters .chaptered-nav-container .buttons {
        padding-right: 30px;
        padding-left: 30px;
    }
}

.chapters .chaptered-nav-container .buttons .button {
    width: 100%;
}

@media screen and (max-width: 959px) {
    .chapters .chaptered-nav-container .buttons .button {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        height: 100%;
    }
}

@media screen and (max-width: 959px) {
    .chapters .chaptered-nav-container .buttons > li {
        width: 50%;
        margin-bottom: 1.25rem;
    }

        .chapters .chaptered-nav-container .buttons > li:nth-child(odd) {
            padding-right: 0.625rem;
        }

        .chapters .chaptered-nav-container .buttons > li:nth-child(even) {
            padding-left: 0.625rem;
        }
}

@media screen and (min-width: 960px) {
    .chapters .chaptered-nav-container .buttons > li {
        margin: 1.875rem 0 1.875rem 30px;
    }
}

.chapters .chaptered-nav-container .menu-toggle {
    position: relative;
    height: 60px;
    width: 100%;
    padding-left: 20px;
    text-align: left;
    color: #FFFFFF;
}

    .chapters .chaptered-nav-container .menu-toggle:not(.active) {
        overflow: hidden;
        text-indent: 101%;
        white-space: nowrap;
        position: absolute;
        top: 0;
        left: 0;
        z-index: 1;
    }

@media screen and (min-width: 960px) {
    .chapters .chaptered-nav-container .menu-toggle {
        display: none;
    }
}

.chapters .chaptered-nav-container .menu-toggle::after {
    content: '';
    display: inline-block;
    height: 12px;
    width: 12px;
    border-width: 2px 0 0 2px;
    border-color: #FFFFFF;
    border-style: solid;
    -webkit-transform: rotate(225deg);
    transform: rotate(225deg);
    position: absolute;
    right: 20px;
    top: 22px;
}

@media screen and (max-width: 959px) {
    .chapters .chaptered-nav-container.open {
        height: auto;
        overflow: auto;
    }
}

.chapters .chaptered-nav-container.open .menu-toggle::after {
    display: inline-block;
    height: 12px;
    width: 12px;
    border-width: 2px 0 0 2px;
    border-color: #FFFFFF;
    border-style: solid;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    top: 25px;
}

@media screen and (max-width: 959px) {
    .chapters .chaptered-nav-container.open .chaptered-nav > li {
        display: block;
        -webkit-animation: fade-in 300ms ease-in-out;
        animation: fade-in 300ms ease-in-out;
    }

        .chapters .chaptered-nav-container.open .chaptered-nav > li.active a {
            background-color: transparent;
        }
}

.chapters .chaptered-nav-container:not(.fixed) .menu-toggle.active {
    border-top: solid 1px #FFFFFF;
}

.chapters .chaptered-nav {
    position: relative;
    font-family: "futura-pt-bold", Arial, sans-serif;
    font-size: 1.25rem;
    line-height: 1;
}

@media screen and (min-width: 960px) {
    .chapters .chaptered-nav {
        font-size: 1rem;
    }
}

@media screen and (max-width: 959px) {
    .chapters .chaptered-nav > li {
        display: none;
    }
}

@media screen and (max-width: 959px) {
    .chapters .chaptered-nav > li.active {
        display: block;
    }
}

.chapters .chaptered-nav > li.active a {
    background: #8e6b4c;
    color: #FFFFFF;
}

.chapters .chaptered-nav a {
    display: block;
    padding: 1.25rem 20px;
}

@media screen and (max-width: 959px) {
    .chapters .chaptered-nav a {
        color: #FFFFFF;
    }
}

@media screen and (min-width: 960px) {
    .chapters .chaptered-nav a {
        padding: 1.375rem 30px;
        -webkit-transition: all 300ms ease-in-out;
        transition: all 300ms ease-in-out;
    }
}

.chapters .chaptered-nav a:focus, .chapters .chaptered-nav a:active, .no-touchevents .chapters .chaptered-nav a:hover {
    -webkit-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
    text-decoration: none;
}

.chapters .chapters-content-container {
    padding-top: 1rem;
    position: relative;
    z-index: 2;
}

@media screen and (min-width: 580px) {
    .chapters .chapters-content-container {
        padding-top: 1.875rem;
    }
}

@media screen and (min-width: 960px) {
    .chapters .chapters-content-container {
        float: left;
        width: 69.44444%;
        margin-left: 30.55556%;
        padding-top: 0;
    }
}

.chapters .chaptered-content {
    list-style: none;
    padding: 0;
    margin: 0;
}

    .chapters .chaptered-content h2 {
        margin-bottom: 1.25rem;
    }

    .chapters .chaptered-content > li.chapter {
        padding-top: 5rem;
    }

@media screen and (min-width: 960px) {
    .chapters .chaptered-content > li.chapter {
        margin-bottom: 6.25rem;
        padding: 0;
    }
}

.chapters .chaptered-content > li.chapter .terms-heading {
    background-color: #ebebeb;
    padding-top: 1.9375rem;
    padding-right: 1rem;
    padding-bottom: 1.9375rem;
    padding-left: 1rem;
    margin-bottom: 1.875rem;
    font-size: 1.875rem;
    line-height: 1.2;
}

@media screen and (min-width: 580px) {
    .chapters .chaptered-content > li.chapter .terms-heading {
        padding-top: 3.3125rem;
        padding-bottom: 3.3125rem;
        margin-bottom: 2.5625rem;
        font-size: 3rem;
        line-height: 1;
    }
}

@media screen and (min-width: 960px) {
    .chapters .chaptered-content > li.chapter .terms-heading {
        padding-right: 1.625rem;
        padding-left: 1.625rem;
    }
}

@media screen and (min-width: 960px) {
    .chapters .chaptered-content > li.chapter .terms-heading {
        padding-right: 2.1875rem;
        padding-left: 2.1875rem;
    }
}

.chapters #chapters-end {
    height: 0;
}

.columns-cta {
    position: relative;
    background-color: #354ca1;
}

    .columns-cta .image {
        display: block;
        position: relative;
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        width: 100%;
        height: 100%;
        max-width: 100%;
        overflow: hidden;
        z-index: 0;
    }

        .columns-cta .image::after {
            content: '';
            display: block;
            padding-bottom: 56.25%;
        }

        .columns-cta .image::before {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background-color: rgba(53, 76, 161, 0.6);
        }

    .columns-cta .grid-container {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        position: relative;
        z-index: 1;
    }

    .columns-cta h2 {
        color: #FFFFFF;
        margin-top: 1.875rem;
        margin-bottom: 0.625rem;
    }

@media screen and (min-width: 580px) {
    .columns-cta h2 {
        width: 94.44444%;
        margin-top: 3.75rem;
        margin-right: 2.77778%;
        margin-left: 2.77778%;
    }
}

@media screen and (min-width: 960px) {
    .columns-cta h2 {
        font-size: 3.75rem;
        line-height: 1;
        margin-top: 10rem;
        margin-bottom: 3.75rem;
    }
}

@media screen and (min-width: 1280px) {
    .columns-cta h2 {
        width: 100%;
        font-size: 3.75rem;
        line-height: 1;
    }
}

.columns-cta .columns-cta-list {
    list-style: none;
    padding: 0;
    margin: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

@media screen and (min-width: 580px) {
    .columns-cta .columns-cta-list {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        margin-right: 2.77778%;
        margin-bottom: 2.375rem;
        margin-left: 2.77778%;
    }
}

@media screen and (min-width: 960px) {
    .columns-cta .columns-cta-list {
        margin-right: 0;
        margin-bottom: 3.125rem;
        margin-left: 0;
    }
}

.columns-cta .columns-cta-list .cta-list-item {
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

@media screen and (min-width: 580px) {
    .columns-cta .columns-cta-list .cta-list-item {
        -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
        max-width: 50%;
        border-right: 1px solid rgba(255, 255, 255, 0.2);
    }
}

@media screen and (min-width: 960px) {
    .columns-cta .columns-cta-list .cta-list-item {
        -ms-flex-preferred-size: 25%;
        flex-basis: 25%;
        max-width: 25%;
        border-bottom: 0;
    }

        .columns-cta .columns-cta-list .cta-list-item:last-child {
            border-right: 0;
        }
}

@media screen and (min-width: 580px) and (max-width: 959px) {
    .columns-cta .columns-cta-list .cta-list-item:nth-last-child(-n+2) {
        border-bottom: 0;
    }

    .columns-cta .columns-cta-list .cta-list-item:nth-child(2n+2) {
        border-right: 0;
    }
}

.columns-cta .columns-cta-list .cta-list-item:last-child {
    border-bottom: 0;
}

.columns-cta .columns-cta-list .cta-list-item a {
    display: block;
    color: #FFFFFF;
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
}

@media screen and (min-width: 580px) {
    .columns-cta .columns-cta-list .cta-list-item a {
        padding-top: 1.875rem;
        padding-right: 0.9375rem;
        padding-bottom: 1.875rem;
        padding-left: 0.9375rem;
    }
}

@media screen and (min-width: 960px) {
    .columns-cta .columns-cta-list .cta-list-item a {
        padding-top: 1.875rem;
        padding-right: 1.75rem;
        padding-bottom: 1.875rem;
        padding-left: 1.75rem;
    }
}

.columns-cta .columns-cta-list .cta-list-item p {
    color: #FFFFFF;
    font-size: 1rem;
    line-height: 1.5;
}

@media screen and (min-width: 580px) {
    .columns-cta .columns-cta-list .cta-list-item p {
        font-size: 1.25rem;
        line-height: 1.4;
    }
}

.columns-cta .columns-cta-list .cta-list-item .cta-text {
    font-size: 0.875rem;
    line-height: 1;
    color: #354ca1;
    color: #FFFFFF;
}

@media screen and (min-width: 580px) {
    .columns-cta .columns-cta-list .cta-list-item .cta-text {
        font-size: 1rem;
    }
}

.columns-cta .columns-cta-list .cta-list-item .cta-text::after {
    content: '\00A0\003e';
    display: inline-block;
}

.columns-cta .columns-cta-list .cta-list-item .cta-text:focus, .columns-cta .columns-cta-list .cta-list-item .cta-text:active, .no-touchevents .columns-cta .columns-cta-list .cta-list-item .cta-text:hover {
    -webkit-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
    text-decoration: underline;
}

.contact-header {
    max-width: 1280px;
    margin-right: auto;
    margin-left: auto;
}

@media screen and (min-width: 960px) {
    .contact-header {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        margin-top: 3.75rem;
        margin-bottom: 5rem;
    }
}

@media screen and (min-width: 960px) {
    .contact-header .social-share {
        width: 11.11111%;
    }
}

@media screen and (min-width: 1280px) {
    .contact-header .social-share {
        padding-left: 30px;
    }
}

@media screen and (min-width: 960px) {
    .contact-header .social-share .sharing-widget {
        margin-top: 0;
    }
}

.contact-header h1 {
    font-size: 1.875rem;
    line-height: 1.2;
    margin-top: 1.875rem;
    margin-bottom: 1.875rem;
}

@media screen and (min-width: 580px) {
    .contact-header h1 {
        font-size: 2.25rem;
        margin-top: 2.5rem;
        margin-bottom: 2.5rem;
    }
}

@media screen and (min-width: 960px) {
    .contact-header h1 {
        font-size: 4.5rem;
        margin-top: 0;
    }
}

.contact-header .header {
    padding-right: 20px;
    padding-left: 20px;
}

@media screen and (min-width: 580px) and (max-width: 959px) {
    .contact-header .header {
        padding-right: 2.1875rem;
        padding-left: 2.1875rem;
    }

        .contact-header .header::after {
            display: block;
            clear: both;
            content: "";
        }

        .contact-header .header p {
            margin-top: 0;
        }

            .contact-header .header p:first-of-type {
                float: left;
                width: 50%;
                padding-right: 5.55556%;
            }

            .contact-header .header p:nth-child(n+3) {
                float: right;
                width: 50%;
            }
}

@media screen and (min-width: 960px) {
    .contact-header .header {
        width: 41.66667%;
        padding-right: 2.77778%;
        padding-left: 0;
    }
}

.contact-header .image {
    display: block;
    position: relative;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    margin-top: 2.5rem;
    margin-right: 20px;
    margin-bottom: 2.5rem;
    margin-left: 20px;
}

    .contact-header .image::after {
        content: '';
        display: block;
        padding-bottom: 100%;
    }

@media screen and (min-width: 580px) {
    .contact-header .image {
        margin-top: 3.75rem;
        margin-right: 2.1875rem;
        margin-bottom: 3.75rem;
        margin-left: 2.1875rem;
    }
}

@media screen and (min-width: 960px) {
    .contact-header .image {
        display: block;
        position: relative;
        width: 47.22222%;
        margin: 0;
    }

        .contact-header .image::after {
            content: '';
            display: block;
            padding-bottom: 150%;
        }
}

.course-filter label {
    position: absolute !important;
    clip: rect(1px, 1px, 1px, 1px);
    padding: 0 !important;
    border: 0 !important;
    height: 1px !important;
    width: 1px !important;
    overflow: hidden;
    white-space: nowrap;
}

.course-filter .course-filter-controls {
    background: #f5f5f5;
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
}

    .course-filter .course-filter-controls::after {
        display: block;
        clear: both;
        content: "";
    }

@media screen and (min-width: 960px) {
    .course-filter .course-filter-controls {
        padding-top: 3.125rem;
        padding-right: 2.77778%;
        padding-bottom: 3.125rem;
        padding-left: 2.77778%;
    }
}

.course-filter .course-filter-controls .grid-container {
    position: relative;
    max-width: 1220px;
}

.course-filter .course-filter-controls h2 {
    font-size: 24px;
    margin-bottom: 20px;
}

@media screen and (min-width: 580px) {
    .course-filter .course-filter-controls h2 {
        font-size: 36px;
        margin-bottom: 30px;
    }
}

@media screen and (min-width: 960px) {
    .course-filter .course-filter-controls h2 {
        width: 41.66667%;
        padding-right: 2.77778%;
        float: left;
        margin-bottom: 0;
        font-size: 48px;
    }
}

.course-filter .course-filter-controls .filters {
    padding: 0;
    margin: 0;
}

    .course-filter .course-filter-controls .filters::after {
        display: block;
        clear: both;
        content: "";
    }

@media screen and (min-width: 960px) {
    .course-filter .course-filter-controls .filters {
        width: 52.77778%;
        position: absolute;
        top: 50%;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
        right: 30px;
    }
}

.course-filter .course-filter-controls .filters li {
    list-style: none;
    display: block;
}

@media screen and (min-width: 960px) {
    .course-filter .course-filter-controls .filters li {
        float: left;
        position: relative;
        width: 36.84211%;
        margin-right: 5.26316%;
    }
}

.course-filter .course-filter-controls .filters li:last-child select {
    margin-bottom: 0;
}

@media screen and (min-width: 960px) {
    .course-filter .course-filter-controls .filters li:last-child {
        width: 57.89474%;
        margin-right: 0;
    }
}

.course-filter .course-filter-controls .filters select {
    margin-bottom: 20px;
}

@media screen and (min-width: 580px) {
    .course-filter .course-filter-controls .filters select {
        margin-bottom: 30px;
    }
}

@media screen and (min-width: 960px) {
    .course-filter .course-filter-controls .filters select {
        margin-bottom: 0;
    }
}

.course-filter .course-list {
    padding-top: 0;
    padding-right: 0;
    padding-bottom: 2.5rem;
    padding-left: 0;
}

    .course-filter .course-list li {
        list-style: none;
        padding: 30px 0;
        border-bottom: 1px solid #c8c8c8;
    }

        .course-filter .course-list li::after {
            display: block;
            clear: both;
            content: "";
        }

        .course-filter .course-list li .couse-title-and-number {
            margin-bottom: 20px;
        }

@media screen and (min-width: 960px) {
    .course-filter .course-list li .couse-title-and-number {
        width: 33.33333%;
        float: left;
        padding-right: 2.77778%;
        margin-bottom: 0;
    }
}

.course-filter .course-list li .couse-title-and-number h3 {
    font-size: 24px;
    margin-bottom: 20px;
}

@media screen and (min-width: 580px) {
    .course-filter .course-list li .couse-title-and-number h3 {
        font-size: 30px;
    }
}

.course-filter .course-list li .couse-title-and-number h3 a {
    color: #000000;
}

.course-filter .course-list li .couse-title-and-number .course-number {
    font-size: 14px;
    text-transform: uppercase;
}

.course-filter .course-list li .course-dates {
    margin-bottom: 20px;
}

@media screen and (min-width: 960px) {
    .course-filter .course-list li .course-dates {
        width: 13.88889%;
        float: left;
        padding-right: 2.77778%;
        margin-bottom: 0;
    }
}

.course-filter .course-list li .course-dates .date {
    font-size: 18px;
    font-family: "ITC Galliard W01 Roman692801", Times, serif;
    font-weight: 400;
    font-style: normal;
}

@media screen and (min-width: 580px) {
    .course-filter .course-list li .course-dates .date {
        font-size: 24px;
    }
}

.course-filter .course-list li .course-dates .year {
    font-size: 16px;
    font-family: "ITC Galliard W01 Roman692801", Times, serif;
    font-weight: 400;
    font-style: normal;
}

@media screen and (min-width: 580px) {
    .course-filter .course-list li .course-dates .year {
        font-size: 18px;
    }
}

.course-filter .course-list li .course-description {
    margin-bottom: 20px;
}

@media screen and (min-width: 960px) {
    .course-filter .course-list li .course-description {
        width: 33.33333%;
        float: left;
        padding-right: 2.77778%;
        margin-bottom: 0;
    }
}

@media screen and (min-width: 1280px) {
    .course-filter .course-list li .course-description {
        width: 38.88889%;
    }
}

.course-filter .course-list li .course-description .learn-more {
    font-size: 0.875rem;
    line-height: 1;
    color: #354ca1;
}

@media screen and (min-width: 580px) {
    .course-filter .course-list li .course-description .learn-more {
        font-size: 1rem;
    }
}

.course-filter .course-list li .course-description .learn-more::after {
    content: '\00A0\003e';
    display: inline-block;
}

.course-filter .course-list li .course-description .learn-more:focus, .course-filter .course-list li .course-description .learn-more:active, .no-touchevents .course-filter .course-list li .course-description .learn-more:hover {
    -webkit-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
    text-decoration: underline;
}

.course-filter .course-list li .register-link {
    border: 2px solid #000000;
    color: #000000;
    font-size: 14px;
    display: block;
    width: 100%;
    text-align: center;
    padding: 15px 0;
    text-transform: uppercase;
}

@media screen and (min-width: 960px) {
    .course-filter .course-list li .register-link {
        width: 19.44444%;
        float: right;
    }
}

@media screen and (min-width: 1280px) {
    .course-filter .course-list li .register-link {
        width: 13.88889%;
    }
}

.course-filter .course-list li .register-link:hover {
    text-decoration: none;
    background: #000000;
    color: #FFFFFF;
}

.course-header {
    max-width: 1280px;
    margin-right: auto;
    margin-left: auto;
}

@media screen and (min-width: 960px) {
    .course-header {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        margin-bottom: 3.75rem;
    }
}

@media screen and (min-width: 960px) {
    .course-header .social-share {
        width: 11.11111%;
    }
}

@media screen and (min-width: 1280px) {
    .course-header .social-share {
        padding-left: 30px;
    }
}

@media screen and (min-width: 960px) {
    .course-header .social-share .sharing-widget {
        margin-top: 2.5rem;
    }
}

.course-header h1 {
    font-size: 2.25rem;
    line-height: 1;
    max-width: 50%;
}

@media screen and (min-width: 580px) {
    .course-header h1 {
        max-width: 100%;
    }
}

@media screen and (min-width: 960px) {
    .course-header h1 {
        font-size: 4.5rem;
    }
}

.course-header .summary {
    padding-right: 20px;
    padding-left: 20px;
}

@media screen and (min-width: 960px) {
    .course-header .summary {
        width: 55.55556%;
        padding-right: 2.77778%;
        padding-left: 0;
    }
}

.course-header .summary .breadcrumb .grid-container {
    padding-right: 0;
    padding-left: 0;
}

    .course-header .summary .breadcrumb .grid-container ul {
        padding-left: 0;
    }

.course-header .details {
    position: relative;
    background-color: #f5f5f5;
    margin-top: 1.875rem;
    padding-top: 2.5rem;
    padding-right: 20px;
    padding-bottom: 2.25rem;
    padding-left: 20px;
}

@media screen and (min-width: 580px) {
    .course-header .details {
        margin-top: 2.3125rem;
        padding-top: 2.5rem;
        padding-right: 20px;
        padding-bottom: 3.4375rem;
        padding-left: 20px;
    }
}

@media screen and (min-width: 960px) {
    .course-header .details {
        width: 33.33333%;
        margin-top: 0;
        padding-top: 6.5rem;
        padding-right: 1.5625rem;
        padding-bottom: 2.8125rem;
        padding-left: 1.5625rem;
    }
}

@media screen and (min-width: 1280px) {
    .course-header .details {
        padding-right: 2.1875rem;
        padding-bottom: 6.5rem;
        padding-left: 2.1875rem;
    }
}

.course-header .details::before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    width: 100%;
    left: 100%;
    background-color: #f5f5f5;
}

.course-header .details h4 {
    font-size: 1rem;
    line-height: 1;
}

.course-header .details p {
    font-size: 1rem;
    margin-top: 0.625rem;
}

@media screen and (min-width: 580px) {
    .course-header .details p {
        font-size: 1.125rem;
    }
}

.course-header .details ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

@media screen and (min-width: 580px) and (max-width: 959px) {
    .course-header .details ul {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
}

.course-header .details ul > li {
    padding-bottom: 2.1875rem;
}

@media screen and (min-width: 580px) {
    .course-header .details ul > li {
        padding-right: 2.77778%;
        padding-bottom: 1.875rem;
        padding-left: 2.77778%;
    }
}

@media screen and (min-width: 580px) and (max-width: 959px) {
    .course-header .details ul > li {
        width: 50%;
    }

        .course-header .details ul > li:last-child {
            padding-bottom: 0;
        }

        .course-header .details ul > li:nth-child(1) {
            -webkit-box-ordinal-group: 1;
            -ms-flex-order: 0;
            order: 0;
        }

        .course-header .details ul > li:nth-child(2) {
            -webkit-box-ordinal-group: 3;
            -ms-flex-order: 2;
            order: 2;
        }

        .course-header .details ul > li:nth-child(3) {
            -webkit-box-ordinal-group: 2;
            -ms-flex-order: 1;
            order: 1;
        }

        .course-header .details ul > li:nth-child(4) {
            -webkit-box-ordinal-group: 4;
            -ms-flex-order: 3;
            order: 3;
        }
}

@media screen and (min-width: 960px) {
    .course-header .details ul > li {
        padding-right: 0;
        padding-left: 0;
    }

        .course-header .details ul > li:last-child {
            padding-bottom: 0;
        }
}

.course-header .details .button {
    margin-bottom: 2.5625rem;
}

@media screen and (min-width: 960px) {
    .course-header .details .button {
        min-width: 200px;
    }
}

@media screen and (min-width: 580px) {
    .event-cards .cards-container {
        padding: 0 15px;
    }
}

@media screen and (min-width: 960px) {
    .event-cards .cards-container {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        padding: 30px 25px;
    }
}

@media screen and (min-width: 1280px) {
    .event-cards .cards-container {
        padding: 30px 0;
    }
}

.event-cards .card {
    margin-bottom: 30px;
    border: 1px solid #c8c8c8;
}

@media screen and (min-width: 580px) {
    .event-cards .card {
        margin-bottom: 40px;
    }
}

@media screen and (min-width: 960px) {
    .event-cards .card {
        -ms-flex-negative: 0;
        flex-shrink: 0;
        -ms-flex-preferred-size: calc(50% - 25px);
        flex-basis: calc(50% - 25px);
        margin: 0 0 50px;
    }
}

@media screen and (min-width: 1280px) {
    .event-cards .card {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(50% - 35px);
        flex: 0 0 calc(50% - 35px);
        margin: 0 0 70px;
    }
}

.event-cards .card .image {
    position: relative;
}

    .event-cards .card .image .topic {
        display: inline-block;
        padding: 0 15px;
        background-color: #354ca1;
        color: #FFFFFF;
        font-size: 0.875rem;
        line-height: 2.1429;
        position: absolute;
        bottom: 0;
        left: 0;
    }

.event-cards .card .text {
    padding: 25px 15px;
}

@media screen and (min-width: 580px) {
    .event-cards .card .text {
        padding: 35px 15px;
    }
}

.event-cards .card .text .date {
    font-size: 16px;
    margin-bottom: 10px;
    font-family: "ITC Galliard W01 Roman692801", Times, serif;
}

@media screen and (min-width: 580px) {
    .event-cards .card .text .date {
        font-size: 18px;
    }
}

@media screen and (min-width: 960px) {
    .event-cards .card .text .date {
        font-size: 24px;
    }
}

.event-cards .card .text h3 {
    font-size: 24px;
    margin-bottom: 15px;
}

@media screen and (min-width: 580px) {
    .event-cards .card .text h3 {
        font-size: 30px;
    }
}

.event-cards .card .text p {
    margin: 0;
    margin-bottom: 15px;
}

.event-cards .card .text .time {
    font-size: 16px;
}

.event-cards .card .text .location {
    font-size: 16px;
}

.event-cards .card:hover {
    text-decoration: none;
}

    .event-cards .card:hover h3 {
        text-decoration: underline;
    }

.event-header .image {
    display: block;
    position: relative;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

    .event-header .image::after {
        content: '';
        display: block;
        padding-bottom: 56.25%;
    }

@media screen and (min-width: 960px) {
    .event-header .image {
        height: 720px;
        overflow: hidden;
    }
}

.event-header .event-header-container {
    max-width: 1280px;
    margin-right: auto;
    margin-left: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

@media screen and (min-width: 960px) {
    .event-header .event-header-container {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        margin-bottom: 3.75rem;
    }
}

.event-header .social-share {
    display: none;
}

@media screen and (min-width: 960px) {
    .event-header .social-share {
        position: relative;
        display: block;
        background-color: #f5f5f5;
        width: 11.11111%;
    }
}

@media screen and (min-width: 1280px) {
    .event-header .social-share {
        padding-left: 30px;
    }
}

.event-header .social-share .sharing-widget {
    background-color: #f5f5f5;
}

@media screen and (min-width: 960px) {
    .event-header .social-share .sharing-widget {
        margin-top: 3.75rem;
    }
}

.event-header .social-share::before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    width: 100%;
    right: 100%;
    background-color: #f5f5f5;
}

.event-header .details {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    position: relative;
    background-color: #f5f5f5;
    padding-top: 2.5rem;
    padding-right: 20px;
    padding-bottom: 2.5rem;
    padding-left: 20px;
}

@media screen and (min-width: 580px) {
    .event-header .details {
        padding-right: 2.1875rem;
        padding-left: 2.1875rem;
    }
}

@media screen and (min-width: 960px) {
    .event-header .details {
        -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
        order: 0;
        width: 36.11111%;
        padding-top: 3.75rem;
        padding-right: 2.77778%;
        padding-bottom: 3.75rem;
        padding-left: 2.77778%;
    }
}

.event-header .details h4 {
    font-size: 1rem;
    line-height: 1;
}

.event-header .details p {
    font-size: 1rem;
    margin-top: 0.625rem;
}

@media screen and (min-width: 580px) {
    .event-header .details p {
        font-size: 1.125rem;
    }
}

.event-header .details ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

@media screen and (min-width: 580px) and (max-width: 959px) {
    .event-header .details ul {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
}

.event-header .details ul > li {
    padding-bottom: 1.5625rem;
}

    .event-header .details ul > li:last-child {
        padding-bottom: 0;
    }

@media screen and (min-width: 580px) {
    .event-header .details ul > li {
        padding-right: 2.77778%;
        padding-bottom: 1.875rem;
        padding-left: 2.77778%;
    }
}

@media screen and (min-width: 580px) and (max-width: 959px) {
    .event-header .details ul > li {
        width: 50%;
    }

        .event-header .details ul > li:nth-child(1) {
            -webkit-box-ordinal-group: 1;
            -ms-flex-order: 0;
            order: 0;
        }

        .event-header .details ul > li:nth-child(2) {
            -webkit-box-ordinal-group: 3;
            -ms-flex-order: 2;
            order: 2;
        }

        .event-header .details ul > li:nth-child(3) {
            -webkit-box-ordinal-group: 2;
            -ms-flex-order: 1;
            order: 1;
        }

        .event-header .details ul > li:nth-child(4) {
            -webkit-box-ordinal-group: 4;
            -ms-flex-order: 3;
            order: 3;
        }
}

@media screen and (min-width: 960px) {
    .event-header .details ul > li {
        padding-right: 0;
        padding-left: 0;
    }

        .event-header .details ul > li:last-child {
            padding-bottom: 0;
        }
}

.event-header h1 {
    font-size: 1.25rem;
    line-height: 1.3;
    margin-top: 1.875rem;
    margin-bottom: 1.5625rem;
}

@media screen and (min-width: 580px) {
    .event-header h1 {
        font-size: 1.75rem;
        line-height: 1.0715;
        margin-top: 2.5rem;
        margin-bottom: 1.25rem;
    }
}

@media screen and (min-width: 960px) {
    .event-header h1 {
        font-size: 3rem;
        line-height: 1.25;
        margin-top: 3.125rem;
        margin-bottom: 2.3125rem;
    }
}

.event-header .text {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0;
    padding-right: 20px;
    padding-bottom: 1.25rem;
    padding-left: 20px;
    background-color: #FFFFFF;
    border-top: 4px solid #cc0035;
}

@media screen and (min-width: 960px) {
    .event-header .text {
        width: 52.77778%;
        margin-top: -16.875rem;
        position: relative;
        z-index: 1;
    }
}

.event-header .text h4 {
    font-size: 0.875rem;
    line-height: 1.2858;
    color: #354ca1;
}

.event-header .text .text-inner {
    padding-bottom: 1.875rem;
}

@media screen and (min-width: 580px) {
    .event-header .text .text-inner {
        padding-right: 0.9375rem;
        padding-bottom: 2.5rem;
        padding-left: 0.9375rem;
    }
}

@media screen and (min-width: 960px) {
    .event-header .text .text-inner {
        padding-right: 2.77778%;
        padding-bottom: 3.125rem;
        padding-left: 2.77778%;
    }
}

@media screen and (min-width: 1280px) {
    .event-header .text .text-inner {
        padding-bottom: 2.5rem;
    }
}

@media screen and (min-width: 960px) {
    .event-header .text .cta-link {
        padding-right: 2.77778%;
        padding-left: 2.77778%;
    }
}

.event-header .text .cta-link ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

@media screen and (min-width: 960px) {
    .event-header .text .cta-link ul {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }
}

.event-header .text .cta-link ul li {
    margin-bottom: 1.25rem;
}

@media screen and (min-width: 960px) {
    .event-header .text .cta-link ul li {
        margin-right: 1.875rem;
        margin-bottom: 1.25rem;
    }

        .event-header .text .cta-link ul li:last-child {
            margin-right: 0;
        }

        .event-header .text .cta-link ul li .button {
            min-width: 200px;
        }
}

.events-filter label {
    position: absolute !important;
    clip: rect(1px, 1px, 1px, 1px);
    padding: 0 !important;
    border: 0 !important;
    height: 1px !important;
    width: 1px !important;
    overflow: hidden;
    white-space: nowrap;
}

.events-filter .text-filter {
    background: #f5f5f5;
    padding-top: 1.875rem;
    padding-bottom: 1.875rem;
}

@media screen and (min-width: 580px) {
    .events-filter .text-filter {
        padding-top: 2.5rem;
        padding-right: 0.9375rem;
        padding-bottom: 2.5rem;
        padding-left: 0.9375rem;
    }
}

@media screen and (min-width: 960px) {
    .events-filter .text-filter {
        padding-top: 3.75rem;
        padding-right: 1.5625rem;
        padding-bottom: 3.75rem;
        padding-left: 1.5625rem;
    }
}

@media screen and (min-width: 1280px) {
    .events-filter .text-filter {
        padding-top: 3.75rem;
        padding-right: 2.1875rem;
        padding-bottom: 3.75rem;
        padding-left: 2.1875rem;
    }
}

.events-filter .text-filter h3 {
    margin-bottom: 1.25rem;
    font-size: 1.5rem;
    line-height: 1;
}

@media screen and (min-width: 580px) {
    .events-filter .text-filter h3 {
        font-size: 1.875rem;
        margin-bottom: 1.875rem;
    }
}

@media screen and (min-width: 960px) {
    .events-filter .text-filter h3 {
        font-size: 3rem;
        margin-bottom: 2.8125rem;
    }
}

.events-filter .text-filter .text-input::after {
    display: block;
    clear: both;
    content: "";
}

.events-filter .text-filter .text-input input[type="text"] {
    width: 100%;
    height: 50px;
    margin-bottom: 1.25rem;
    font-size: 1.25rem;
    padding-top: 0;
    padding-right: 0.9375rem;
    padding-bottom: 0;
    padding-left: 0.9375rem;
}

@media screen and (min-width: 580px) {
    .events-filter .text-filter .text-input input[type="text"] {
        height: 60px;
    }
}

@media screen and (min-width: 960px) {
    .events-filter .text-filter .text-input input[type="text"] {
        padding-top: 0;
        padding-right: 1.875rem;
        padding-bottom: 0;
        padding-left: 1.875rem;
        width: calc(100% - 175px);
        float: left;
        margin-bottom: 0;
    }
}

@media screen and (min-width: 1280px) {
    .events-filter .text-filter .text-input input[type="text"] {
        width: calc(100% - 240px);
    }
}

.events-filter .text-filter .text-input input[type="submit"] {
    width: 100%;
    height: 50px;
    padding-top: 0;
    padding-right: 0.9375rem;
    padding-bottom: 0;
    padding-left: 0.9375rem;
}

@media screen and (min-width: 580px) {
    .events-filter .text-filter .text-input input[type="submit"] {
        height: 60px;
    }
}

@media screen and (min-width: 960px) {
    .events-filter .text-filter .text-input input[type="submit"] {
        padding-top: 0;
        padding-right: 1.875rem;
        padding-bottom: 0;
        padding-left: 1.875rem;
        width: 160px;
        margin-left: 0.9375rem;
        float: right;
    }
}

.events-filter .events-filter-content {
    padding-top: 1.875rem;
    padding-bottom: 1.875rem;
}

    .events-filter .events-filter-content::after {
        display: block;
        clear: both;
        content: "";
    }

@media screen and (min-width: 580px) {
    .events-filter .events-filter-content {
        padding-top: 2.5rem;
        padding-right: 0.9375rem;
        padding-bottom: 2.5rem;
        padding-left: 0.9375rem;
    }
}

@media screen and (min-width: 960px) {
    .events-filter .events-filter-content .filter-controls {
        width: 200px;
        float: left;
    }
}

@media screen and (min-width: 1280px) {
    .events-filter .events-filter-content .filter-controls {
        width: 270px;
        float: left;
    }
}

.events-filter .events-filter-content .filter-controls .date-filters {
    border-bottom: 1px solid #c8c8c8;
}

.touchevents .events-filter .events-filter-content .filter-controls .date-filters label {
    display: block !important;
    position: relative !important;
    height: auto !important;
    width: auto !important;
}

.events-filter .events-filter-content .filter-controls .date-filters .date-input {
    width: 100%;
    height: 50px;
    line-height: 50px;
    margin-bottom: 1.25rem;
    font-size: 1.25rem;
    padding-top: 0;
    padding-right: 0.9375rem;
    padding-bottom: 0;
    padding-left: 0.9375rem;
    display: block;
    -webkit-appearance: textfield;
    -moz-appearance: textfield;
}

@media screen and (min-width: 580px) {
    .events-filter .events-filter-content .filter-controls .date-filters .date-input {
        height: 60px;
        margin-bottom: 1.875rem;
    }
}

@media screen and (min-width: 960px) {
    .events-filter .events-filter-content .filter-controls .date-filters .date-input {
        margin-bottom: 1.25rem;
    }
}

@media screen and (min-width: 960px) {
    .events-filter .events-filter-content .filter-controls .date-filters .date-input:last-child {
        margin-bottom: 1.875rem;
    }
}

.events-filter .events-filter-content .filter-controls .select-filters {
    padding-top: 1.25rem;
    padding-right: 0;
    padding-bottom: 1.25rem;
    padding-left: 0;
}

@media screen and (min-width: 580px) {
    .events-filter .events-filter-content .filter-controls .select-filters {
        padding-top: 1.875rem;
        padding-right: 0;
        padding-bottom: 1.875rem;
        padding-left: 0;
    }
}

.events-filter .events-filter-content .filter-controls .select-filters li {
    list-style: none;
}

    .events-filter .events-filter-content .filter-controls .select-filters li:last-child select {
        margin-bottom: 0;
    }

.events-filter .events-filter-content .filter-controls .select-filters select {
    width: 100%;
    height: 50px;
    margin-bottom: 1.25rem;
    text-transform: uppercase;
    padding-top: 0;
    padding-right: 0.9375rem;
    padding-bottom: 0;
    padding-left: 0.9375rem;
}

@media screen and (min-width: 580px) {
    .events-filter .events-filter-content .filter-controls .select-filters select {
        height: 60px;
        margin-bottom: 1.875rem;
    }
}

@media screen and (min-width: 960px) {
    .events-filter .events-filter-content .filter-controls .select-filters select {
        margin-bottom: 1.25rem;
    }
}

.events-filter .events-filter-content .event-teasers {
    padding: 0;
}

@media screen and (min-width: 960px) {
    .events-filter .events-filter-content .event-teasers {
        width: calc(100% - 200px);
        float: right;
        padding-left: 3.125rem;
    }
}

@media screen and (min-width: 1280px) {
    .events-filter .events-filter-content .event-teasers {
        width: calc(100% - 270px);
        padding-left: 4.6875rem;
    }
}

.events-filter .events-filter-content .event-teasers > li {
    list-style: none;
}

    .events-filter .events-filter-content .event-teasers > li::after {
        display: block;
        clear: both;
        content: "";
    }

    .events-filter .events-filter-content .event-teasers > li ul {
        padding: 0;
    }

    .events-filter .events-filter-content .event-teasers > li li {
        list-style: none;
    }

    .events-filter .events-filter-content .event-teasers > li .date {
        width: 80px;
        float: left;
        font-family: "ITC Galliard W01 Roman692801", Times, serif;
        font-weight: 400;
        font-style: normal;
        line-height: 1;
        padding-right: 0.9375rem;
    }

@media screen and (min-width: 580px) {
    .events-filter .events-filter-content .event-teasers > li .date {
        width: 95px;
    }
}

@media screen and (min-width: 960px) {
    .events-filter .events-filter-content .event-teasers > li .date {
        width: 100px;
        padding-right: 2.1875rem;
    }
}

@media screen and (min-width: 1280px) {
    .events-filter .events-filter-content .event-teasers > li .date {
        width: 135px;
        padding-right: 3.75rem;
    }
}

.events-filter .events-filter-content .event-teasers > li .date .month {
    font-size: 1.125rem;
}

@media screen and (min-width: 580px) {
    .events-filter .events-filter-content .event-teasers > li .date .month {
        font-size: 1.5rem;
    }
}

@media screen and (min-width: 960px) {
    .events-filter .events-filter-content .event-teasers > li .date .month {
        font-size: 1.875rem;
    }
}

.events-filter .events-filter-content .event-teasers > li .date .day-of-month {
    font-size: 2.25rem;
}

@media screen and (min-width: 580px) {
    .events-filter .events-filter-content .event-teasers > li .date .day-of-month {
        font-size: 3rem;
    }
}

@media screen and (min-width: 960px) {
    .events-filter .events-filter-content .event-teasers > li .date .day-of-month {
        font-size: 3.75rem;
    }
}

.events-filter .events-filter-content .event-teasers > li .date .day-of-week {
    font-size: 0.875rem;
}

@media screen and (min-width: 960px) {
    .events-filter .events-filter-content .event-teasers > li .date .day-of-week {
        font-size: 1.125rem;
    }
}

.events-filter .events-filter-content .event-teasers > li .event {
    width: calc(100% - 80px);
    float: right;
    padding-bottom: 1.25rem;
    margin-bottom: 1.25rem;
    border-bottom: 1px solid #c8c8c8;
}

@media screen and (min-width: 580px) {
    .events-filter .events-filter-content .event-teasers > li .event {
        width: calc(100% - 95px);
        padding-bottom: 1.875rem;
    }
}

@media screen and (min-width: 960px) {
    .events-filter .events-filter-content .event-teasers > li .event {
        width: calc(100% - 100px);
        margin-bottom: 1.875rem;
    }
}

@media screen and (min-width: 1280px) {
    .events-filter .events-filter-content .event-teasers > li .event {
        width: calc(100% - 135px);
    }
}

.events-filter .events-filter-content .event-teasers > li .event h3 {
    font-size: 1.5rem;
    margin-bottom: 0.9375rem;
}

@media screen and (min-width: 580px) {
    .events-filter .events-filter-content .event-teasers > li .event h3 {
        font-size: 1.875rem;
    }
}

.events-filter .events-filter-content .event-teasers > li .event h3 a {
    color: #000000;
}

.events-filter .events-filter-content .event-teasers > li .event p {
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 1.25rem;
    margin-left: 0;
}

.events-filter .events-filter-content .event-teasers > li .event .time {
    font-size: 1rem;
}

.events-filter .events-filter-content .event-teasers > li .event .location {
    font-size: 1rem;
}

.featured-content-image {
    overflow: hidden;
    margin-top: 2.25rem;
}

    .featured-content-image::after {
        display: block;
        clear: both;
        content: "";
    }

@media screen and (min-width: 1280px) {
    .featured-content-image {
        margin-top: 70px;
    }
}

.featured-content-image ~ .featured-content-image {
    margin-top: 2.5rem;
    padding-top: 2rem;
}

@media screen and (max-width: 959px) {
    .featured-content-image ~ .featured-content-image {
        border-top: solid 1px #c8c8c8;
    }
}

@media screen and (min-width: 580px) {
    .featured-content-image ~ .featured-content-image {
        margin-top: 3.75rem;
        padding-top: 3.125rem;
    }
}

@media screen and (min-width: 960px) {
    .featured-content-image ~ .featured-content-image {
        margin-top: 3.125rem;
        padding-top: 0;
    }
}

@media screen and (min-width: 1280px) {
    .featured-content-image ~ .featured-content-image {
        margin-top: 4.375rem;
    }
}

.featured-content-image h2 {
    margin-bottom: 0.5rem;
}

@media screen and (min-width: 580px) {
    .featured-content-image h2 {
        font-size: 1.75rem;
        margin-bottom: 0.875rem;
    }
}

@media screen and (min-width: 960px) {
    .featured-content-image h2 {
        font-size: 3rem;
        line-height: 1.1459;
        margin-bottom: 1.125rem;
    }
}

.featured-content-image .intro {
    max-width: 1280px;
    margin-right: auto;
    margin-left: auto;
    padding-right: 20px;
    padding-left: 20px;
    padding-bottom: 1.5rem;
}

    .featured-content-image .intro::after {
        display: block;
        clear: both;
        content: "";
    }

@media screen and (min-width: 960px) {
    .featured-content-image .intro {
        padding-right: 30px;
        padding-left: 30px;
    }
}

@media screen and (min-width: 580px) {
    .featured-content-image .intro {
        padding-bottom: 1.875rem;
    }
}

@media screen and (min-width: 960px) {
    .featured-content-image .intro {
        padding-bottom: 3.125rem;
    }
}

@media screen and (min-width: 580px) and (max-width: 959px) {
    .featured-content-image .intro .text {
        width: 94.44444%;
        margin-left: 2.77778%;
    }
}

@media screen and (min-width: 960px) {
    .featured-content-image .intro .text {
        float: left;
        width: 55.55556%;
        padding-left: 2.77778%;
    }
}

@media screen and (min-width: 960px) {
    .featured-content-image .feature {
        max-width: 1280px;
        margin-right: auto;
        margin-left: auto;
        padding-right: 20px;
        padding-left: 20px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        padding: 0 !important;
    }

        .featured-content-image .feature::after {
            display: block;
            clear: both;
            content: "";
        }
}

@media screen and (min-width: 960px) and (min-width: 960px) {
    .featured-content-image .feature {
        padding-right: 30px;
        padding-left: 30px;
    }
}

.featured-content-image .feature .text {
    position: relative;
    padding-top: 1.5rem;
    padding-bottom: 2.25rem;
    background-color: #8e6b4c;
    color: #FFFFFF;
}

@media screen and (max-width: 959px) {
    .featured-content-image .feature .text {
        padding-right: 20px;
        padding-left: 20px;
    }
}

@media screen and (min-width: 580px) {
    .featured-content-image .feature .text {
        padding-top: 2.25rem;
        padding-bottom: 2.5rem;
    }
}

@media screen and (min-width: 960px) {
    .featured-content-image .feature .text {
        width: 41.66667%;
        margin-top: -6.25rem;
    }
}

.featured-content-image .feature .text::before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    width: 100%;
    left: 100%;
    background-color: #8e6b4c;
}

.featured-content-image .feature .text.bg-blue {
    background-color: #354ca1;
}

    .featured-content-image .feature .text.bg-blue::before {
        background-color: #354ca1;
    }

.featured-content-image .feature .text.bg-red {
    background-color: #cc0035;
}

    .featured-content-image .feature .text.bg-red::before {
        background-color: #cc0035;
    }

@media screen and (min-width: 580px) {
    .featured-content-image .feature .text .inner {
        padding: 0 2.77778%;
    }
}

@media screen and (min-width: 960px) {
    .featured-content-image .feature .text .inner {
        padding: 0 6.66667%;
    }
}

.featured-content-image .feature h4 {
    font-family: "futura-pt-bold", Arial, sans-serif;
    color: #FFFFFF;
}

.featured-content-image .feature blockquote {
    margin-bottom: 0.75rem;
}

@media screen and (min-width: 580px) {
    .featured-content-image .feature blockquote {
        margin-bottom: 1.5rem;
    }
}

.featured-content-image .feature p {
    color: #FFFFFF;
    margin-top: 0;
}

@media screen and (min-width: 960px) {
    .featured-content-image .image-container {
        width: 58.33333%;
    }
}

.featured-content-image .image-container .image {
    display: block;
    position: relative;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

    .featured-content-image .image-container .image::after {
        content: '';
        display: block;
        padding-bottom: 56.25%;
    }

.featured-content-image .button-container {
    margin-top: 1.5rem;
}

@media screen and (min-width: 960px) {
    .featured-content-image .button-container {
        position: absolute;
        bottom: 2.5rem;
        left: 6.66667%;
    }
}

@media screen and (min-width: 960px) {
    .featured-content-image.img-right .intro .text {
        float: right;
        padding-right: 2.77778%;
    }

    .featured-content-image.img-right .feature .text {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
    }

        .featured-content-image.img-right .feature .text::before {
            right: 100%;
            left: auto;
        }

    .featured-content-image.img-right .feature .image-container {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
    }
}

.hero-feature {
    position: relative;
    z-index: 2;
    margin-bottom: 1.875rem;
}

@media screen and (min-width: 580px) {
    .hero-feature {
        margin-bottom: 2.5rem;
    }
}

@media screen and (min-width: 960px) {
    .hero-feature {
        margin-bottom: 0;
    }
}

.hero-feature .image {
    display: block;
    position: relative;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    border-bottom: solid 4px #cc0035;
}

    .hero-feature .image::after {
        content: '';
        display: block;
        padding-bottom: 56.25%;
    }

@media screen and (min-width: 960px) {
    .hero-feature .image {
        height: 720px;
        overflow: hidden;
        border-bottom: 0;
    }
}

.hero-feature .text {
    padding-top: 1.125rem;
    padding-bottom: 0;
    background-color: #FFFFFF;
    color: #000000;
    position: relative;
}

@media screen and (max-width: 959px) {
    .hero-feature .text {
        padding-right: 20px;
        padding-left: 20px;
    }
}

@media screen and (min-width: 580px) {
    .hero-feature .text {
        width: 94.44444%;
        margin-left: 2.77778%;
        padding-top: 2.125rem;
        padding-bottom: 0;
    }
}

@media screen and (min-width: 960px) {
    .hero-feature .text {
        padding-top: 2.125rem;
        padding-bottom: 2.5rem;
    }
}

@media screen and (min-width: 960px) {
    .hero-feature .text {
        position: absolute;
        right: 0;
        bottom: -100px;
        width: 72.22222%;
        padding: 2.5rem 30px 5.25rem 10px;
        border-top: solid 4px #cc0035;
    }
}

@media screen and (min-width: 1280px) {
    .hero-feature .text {
        width: 52.77778%;
        padding-left: 0;
    }
}

@media screen and (min-width: 960px) {
    .hero-feature .text-inner {
        float: left;
        width: 80.76923%;
        margin-left: 3.84615%;
    }
}

@media screen and (min-width: 1280px) {
    .hero-feature .text-inner {
        width: 84.21053%;
        margin-left: 5.26316%;
        max-width: 580px;
    }
}

.hero-feature h1,
.hero-feature h2 {
    font-size: 1.25rem;
    line-height: 1.3;
}

@media screen and (min-width: 580px) {
    .hero-feature h1,
    .hero-feature h2 {
        font-size: 1.75rem;
        line-height: 1.2858;
    }
}

@media screen and (min-width: 960px) {
    .hero-feature h1,
    .hero-feature h2 {
        font-size: 2.25rem;
        line-height: 1.3334;
    }
}

.hero-feature h3 {
    font-size: 1.5rem;
    line-height: 1.25;
}

@media screen and (min-width: 580px) {
    .hero-feature h3 {
        font-size: 2.25rem;
        line-height: 1.1667;
    }
}

.hero-feature .cta-link {
    padding-top: 0.75rem;
}

@media screen and (min-width: 580px) {
    .hero-feature .cta-link {
        padding-top: 1.25rem;
    }
}

@media screen and (min-width: 960px) {
    .hero-feature .cta-link {
        padding-top: 1.5rem;
    }
}

.hero-feature .cta-link a {
    font-size: 0.875rem;
    line-height: 1;
    color: #354ca1;
}

@media screen and (min-width: 580px) {
    .hero-feature .cta-link a {
        font-size: 1rem;
    }
}

.hero-feature .cta-link a::after {
    content: '\00A0\003e';
    display: inline-block;
}

.hero-feature .cta-link a:focus, .hero-feature .cta-link a:active, .no-touchevents .hero-feature .cta-link a:hover {
    -webkit-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
    text-decoration: underline;
}

@media screen and (min-width: 960px) {
    .hero-feature.spotlight {
        padding-bottom: 11.25rem;
        background: linear-gradient(to bottom, #FFFFFF 0, #FFFFFF 208px), linear-gradient(to bottom, #f5f5f5 208px, #f5f5f5 100%);
        background-repeat: no-repeat;
        background-size: 100% 208px, 100%;
    }
}

@media screen and (min-width: 960px) {
    .hero-feature.spotlight .text {
        bottom: 0;
        padding-bottom: 3.125rem;
    }
}

.hero-feature.spotlight .cta-link a {
    display: inline-block;
    padding: 0.9375rem 20px;
    font-family: "futura-pt-bold", Arial, sans-serif;
    text-transform: uppercase;
    border: 2px solid #000000;
    color: #000000;
    text-align: center;
    font-size: 1rem;
    line-height: 1;
}

@media screen and (min-width: 580px) {
    .hero-feature.spotlight .cta-link a {
        padding: 1.25rem 30px;
    }
}

@media screen and (max-width: 959px) {
    .hero-feature.spotlight .cta-link a {
        width: 100%;
    }
}

.hero-feature.spotlight .cta-link a:focus, .hero-feature.spotlight .cta-link a:active, .no-touchevents .hero-feature.spotlight .cta-link a:hover {
    -webkit-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
    text-decoration: none;
    background-color: #8e6b4c;
    color: #FFFFFF;
    border: 2px solid #8e6b4c;
}

.hero-feature.spotlight .cta-link a::after {
    display: none;
}

.landing-intro .grid-container {
    margin-top: 1.5rem;
    margin-bottom: 3.75rem;
}

@media screen and (min-width: 580px) {
    .landing-intro .grid-container {
        margin-top: 2.25rem;
        margin-bottom: 3.375rem;
    }
}

@media screen and (min-width: 960px) {
    .landing-intro .grid-container {
        margin-top: 2.5rem;
        margin-bottom: 4.625rem;
    }
}

@media screen and (min-width: 580px) {
    .landing-intro .inner-container {
        width: 94.44444%;
        margin-left: 2.77778%;
    }
}

@media screen and (min-width: 580px) {
    .landing-intro .title-container {
        float: left;
        width: 38.23529%;
    }
}

@media screen and (min-width: 580px) {
    .landing-intro .text-container {
        float: right;
        width: 55.88235%;
    }
}

.landing-intro .links-container {
    list-style: none;
    padding: 0;
    margin: 0;
    margin-top: 1.875rem;
}

@media screen and (min-width: 580px) {
    .landing-intro .links-container {
        float: left;
        width: 38.23529%;
        margin: 0.625rem 0 0;
    }
}

@media screen and (min-width: 960px) {
    .landing-intro .links-container {
        margin-top: 1.25rem;
    }
}

.landing-intro .links-container > li {
    margin-bottom: 1.25rem;
}

@media screen and (min-width: 580px) {
    .landing-intro .links-container > li {
        margin-bottom: 1.875rem;
    }
}

.landing-intro .links-container > li:last-child {
    margin-bottom: 0;
}

@media screen and (min-width: 960px) {
    .landing-intro .links-container > li .button {
        width: 69.23077%;
    }
}

.landing-intro h2 {
    font-size: 1.875rem;
    line-height: 1.2;
    margin-bottom: 1.125rem;
}

@media screen and (min-width: 580px) {
    .landing-intro h2 {
        font-size: 2.25rem;
        line-height: 1.1667;
        margin-bottom: 1.25rem;
    }
}

@media screen and (min-width: 960px) {
    .landing-intro h2 {
        font-size: 3.75rem;
        line-height: 1.2;
    }
}

@media screen and (min-width: 960px) {
    .landing-page-header:not(.no-margin) {
        margin-bottom: 4.375rem;
    }
}

.landing-page-header.border-blue .text {
    border-bottom: solid 4px #354ca1;
}

    .landing-page-header.border-blue .text::before {
        content: "";
        position: absolute;
        z-index: 1;
        bottom: -4px;
        right: 100%;
        left: auto;
        height: 4px;
        background: #354ca1;
        width: 100%;
    }

.landing-page-header.border-red .text {
    border-bottom: solid 4px #cc0035;
}

    .landing-page-header.border-red .text::before {
        content: "";
        position: absolute;
        z-index: 1;
        bottom: -4px;
        right: 100%;
        left: auto;
        height: 4px;
        background: #cc0035;
        width: 100%;
    }

.landing-page-header .text {
    position: relative;
    padding: 1.5rem 0;
}

@media screen and (min-width: 580px) {
    .landing-page-header .text {
        width: 91.66667%;
        padding: 2.25rem 0 1.875rem;
    }
}

@media screen and (min-width: 960px) {
    .landing-page-header .text {
        padding-top: 1.25rem;
    }
}

@media screen and (min-width: 1280px) {
    .landing-page-header .text {
        width: 72.22222%;
    }
}

.landing-page-header h1 {
    font-size: 1.875rem;
    line-height: 1.2;
    padding-right: 8.33333%;
}

@media screen and (min-width: 580px) {
    .landing-page-header h1 {
        font-size: 3rem;
        line-height: 1;
    }
}

@media screen and (min-width: 960px) {
    .landing-page-header h1 {
        font-size: 4.5rem;
        padding: 0 3.0303%;
    }
}

@media screen and (min-width: 1280px) {
    .landing-page-header h1 {
        padding-right: 3.84615%;
    }
}

.landing-page-header h1 .title-prefix {
    font-size: 1.125rem;
    display: block;
    margin: 0;
}

@media screen and (min-width: 580px) {
    .landing-page-header h1 .title-prefix {
        font-size: 1.5rem;
    }
}

@media screen and (min-width: 960px) {
    .landing-page-header h1 .title-prefix {
        margin: 0 0 5px;
        font-size: 1.875rem;
    }
}

.links-list {
    padding-top: 3.75rem;
    padding-bottom: 3.75rem;
}

@media screen and (max-width: 959px) {
    .links-list {
        padding-right: 20px;
        padding-left: 20px;
        margin-right: -20px;
        margin-left: -20px;
    }
}

@media screen and (min-width: 960px) {
    .links-list {
        padding-top: 5rem;
        padding-right: 5.55556%;
        padding-bottom: 5rem;
        padding-left: 5.55556%;
    }
}

.links-list h2 {
    color: #FFFFFF;
}

@media screen and (min-width: 580px) {
    .links-list h2 {
        margin-bottom: 3.75rem;
    }
}

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

.links-list li {
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

    .links-list li a {
        display: block;
        padding-top: 0.75rem;
        padding-bottom: 0.75rem;
        color: #FFFFFF;
    }

@media screen and (min-width: 580px) {
    .links-list li a {
        padding-top: 1.5rem;
        padding-bottom: 1.5rem;
    }
}

.background-gray .links-list {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
}

    .background-gray .links-list h2 {
        color: #000000;
        font-size: 1.125rem;
    }

@media screen and (min-width: 960px) {
    .background-gray .links-list h2 {
        font-size: 1.5rem;
    }
}

.background-gray .links-list li {
    border-bottom: 1px solid #ebebeb;
}

    .background-gray .links-list li a {
        color: #354ca1;
    }

.loading {
    padding-top: 1.875rem;
    padding-bottom: 3.75rem;
}

    .loading img {
        width: 87px;
        height: 87px;
        display: block;
        margin: 0 auto;
    }

.multi-input-filter {
    background: #f5f5f5;
    padding: 30px 0;
}

    .multi-input-filter::after {
        display: block;
        clear: both;
        content: "";
    }

@media screen and (min-width: 960px) {
    .multi-input-filter {
        padding: 50px 0;
    }
}

.multi-input-filter label {
    position: absolute !important;
    clip: rect(1px, 1px, 1px, 1px);
    padding: 0 !important;
    border: 0 !important;
    height: 1px !important;
    width: 1px !important;
    overflow: hidden;
    white-space: nowrap;
}

.multi-input-filter .filter-header {
    position: relative;
    margin-bottom: 25px;
}

    .multi-input-filter .filter-header h3 {
        font-size: 18px;
        width: calc(100% - 30px);
    }

    .multi-input-filter .filter-header .filter-icon {
        width: 25px;
        height: 22px;
        background: url("../svg/icon-filter-inactive.svg") no-repeat;
        background-size: cover;
        position: absolute;
        right: 0;
        top: 0;
        opacity: .5;
    }

@media screen and (min-width: 960px) {
    .multi-input-filter .filter-header {
        position: absolute !important;
        clip: rect(1px, 1px, 1px, 1px);
        padding: 0 !important;
        border: 0 !important;
        height: 1px !important;
        width: 1px !important;
        overflow: hidden;
        white-space: nowrap;
    }
}

@media screen and (min-width: 960px) {
    .multi-input-filter form {
        width: 94.44444%;
        margin-left: 2.77778%;
    }
}

.multi-input-filter input[type="text"] {
    width: 100%;
    margin-bottom: 20px;
    height: 50px;
}

@media screen and (min-width: 580px) {
    .multi-input-filter input[type="text"] {
        height: 60px;
        margin-bottom: 30px;
    }
}

@media screen and (min-width: 960px) {
    .multi-input-filter input[type="text"] {
        width: 40%;
        float: left;
        margin-right: 5%;
        margin-bottom: 0;
    }
}

@media screen and (min-width: 1280px) {
    .multi-input-filter input[type="text"] {
        padding: 15px 35px;
    }
}

.multi-input-filter select {
    margin-bottom: 20px;
    text-transform: uppercase;
    padding: 15px 45px 15px 10px;
    height: 50px;
}

@media screen and (min-width: 580px) {
    .multi-input-filter select {
        height: 60px;
        margin-bottom: 30px;
    }
}

@media screen and (min-width: 960px) {
    .multi-input-filter select {
        width: 35%;
        float: left;
        margin-right: 5%;
        margin-bottom: 0;
        padding: 15px 25px;
    }
}

@media screen and (min-width: 1280px) {
    .multi-input-filter select {
        padding: 15px 35px;
    }
}

.multi-input-filter input[type="submit"] {
    width: 100%;
    height: 50px;
}

@media screen and (min-width: 580px) {
    .multi-input-filter input[type="submit"] {
        height: 60px;
    }
}

@media screen and (min-width: 960px) {
    .multi-input-filter input[type="submit"] {
        width: 15%;
        float: left;
        padding: 15px 25px;
    }
}

@media screen and (min-width: 1280px) {
    .multi-input-filter input[type="submit"] {
        padding: 15px 35px;
    }
}

.split-content.portal-hero {
    padding-top: 0;
    padding-bottom: 0;
}

    .split-content.portal-hero .portal-hero-image {
        max-width: 1280px;
        margin-right: auto;
        margin-left: auto;
        padding-right: 20px;
        padding-left: 20px;
        min-height: 186px;
        padding-top: 1.875rem;
        padding-bottom: 1.875rem;
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
    }

        .split-content.portal-hero .portal-hero-image::after {
            display: block;
            clear: both;
            content: "";
        }

@media screen and (min-width: 960px) {
    .split-content.portal-hero .portal-hero-image {
        padding-right: 30px;
        padding-left: 30px;
    }
}

@media screen and (min-width: 580px) {
    .split-content.portal-hero .portal-hero-image {
        min-height: 330px;
    }
}

@media screen and (min-width: 960px) {
    .split-content.portal-hero .portal-hero-image {
        padding-top: 3.75rem;
        padding-bottom: 3.75rem;
    }
}

.split-content.portal-hero .portal-hero-image h2 {
    color: #FFFFFF;
}

.profile-header {
    max-width: 1280px;
    margin-right: auto;
    margin-left: auto;
}

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

@media screen and (min-width: 960px) {
    .profile-header {
        margin-bottom: 5rem;
    }
}

.profile-header .image {
    display: block;
    position: relative;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

    .profile-header .image::after {
        content: '';
        display: block;
        padding-bottom: 150%;
    }

@media screen and (min-width: 580px) {
    .profile-header .image {
        width: 50%;
    }
}

@media screen and (min-width: 960px) {
    .profile-header .image {
        width: 30.55556%;
    }
}

.profile-header h1 {
    margin-bottom: 0.625rem;
    font-size: 2.25rem;
    line-height: 1;
    text-transform: capitalize;
}

@media screen and (min-width: 580px) {
    .profile-header h1 {
        margin-bottom: 0.75rem;
    }
}

@media screen and (min-width: 960px) {
    .profile-header h1 {
        font-size: 3rem;
        margin-bottom: 1.25rem;
    }
}

@media screen and (min-width: 1280px) {
    .profile-header h1 {
        font-size: 3.75rem;
    }
}

.profile-header h1 span {
    display: block;
}

.profile-header p {
    margin-top: 0.875rem;
    margin-bottom: 0.875rem;
}

@media screen and (min-width: 580px) {
    .profile-header p {
        line-height: 1.5rem;
    }
}

@media screen and (min-width: 960px) {
    .profile-header p {
        margin-top: 1.5rem;
        margin-bottom: 1.5rem;
    }
}

.profile-header p:first-of-type {
    margin-top: 0;
}

.profile-header .summary {
    background-color: #f5f5f5;
}

@media screen and (max-width: 579px) {
    .profile-header .summary {
        padding: 1.5rem 20px 1.875rem;
    }
}

@media screen and (min-width: 580px) {
    .profile-header .summary {
        width: 50%;
        padding: 1.5rem 20px 1.875rem 2.77778%;
    }
}

@media screen and (min-width: 960px) {
    .profile-header .summary {
        width: 38.88889%;
        padding: 2.25rem;
    }
}

.profile-header .summary .title {
    font-family: "futura-pt-bold", Arial, sans-serif;
    font-size: 1.125rem;
}

@media screen and (min-width: 960px) {
    .profile-header .summary .title {
        margin-bottom: 3rem;
    }
}

.profile-header .details {
    position: relative;
    padding-top: 1.5rem;
    padding-bottom: 2.5rem;
    width: 100%;
    background-color: #354ca1;
    color: #FFFFFF;
}

@media screen and (max-width: 959px) {
    .profile-header .details {
        padding-right: 20px;
        padding-left: 20px;
    }
}

@media screen and (min-width: 580px) {
    .profile-header .details {
        padding-top: 2.5rem;
    }
}

@media screen and (min-width: 960px) {
    .profile-header .details {
        width: 30.55556%;
        padding: 2.25rem 30px 2.5rem 1.25rem;
    }
}

@media screen and (min-width: 1280px) {
    .profile-header .details {
        padding-left: 2.25rem;
    }
}

@media screen and (min-width: 960px) {
    .profile-header .details::before {
        content: "";
        position: absolute;
        top: 0;
        bottom: 0;
        width: 100%;
        left: 100%;
        background-color: #354ca1;
    }
}

.profile-header .details h4 {
    font-size: 0.875rem;
    line-height: 1.7143;
}

@media screen and (min-width: 580px) {
    .profile-header .details h4 {
        margin-bottom: 0.125rem;
    }
}

.profile-header .details ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.profile-header .details p,
.profile-header .details .links {
    font-family: "futura-pt-bold", Arial, sans-serif;
    font-size: 1rem;
    line-height: 1.5;
}

@media screen and (min-width: 580px) {
    .profile-header .details p,
    .profile-header .details .links {
        font-size: 1.125rem;
    }
}

@media screen and (min-width: 960px) {
    .profile-header .details p,
    .profile-header .details .links {
        font-size: 1rem;
    }
}

@media screen and (min-width: 1280px) {
    .profile-header .details p,
    .profile-header .details .links {
        font-size: 1.125rem;
    }
}

.profile-header .details a {
    color: #FFFFFF;
}

.profile-header .details > ul {
    margin-bottom: 2rem;
}

    .profile-header .details > ul::after {
        display: block;
        clear: both;
        content: "";
    }

    .profile-header .details > ul > li {
        border-bottom: 1px solid rgba(255, 255, 255, 0.2);
        margin-bottom: 0.75rem;
        padding-bottom: 0.875rem;
    }

@media screen and (min-width: 580px) and (max-width: 959px) {
    .profile-header .details > ul > li {
        float: left;
        width: 47.22222%;
        margin-right: 5.55556%;
    }

        .profile-header .details > ul > li:nth-child(even) {
            margin-right: 0;
        }
}

@media screen and (max-width: 579px) {
    .profile-header .details > ul > li:last-child {
        border-bottom: 0;
        margin-bottom: 0;
        padding-bottom: 0;
    }
}

.profile-header .details > ul > li a::after {
    content: '\00A0\003e';
    display: inline-block;
}

@media screen and (min-width: 960px) {
    .profile-header .details .button {
        min-width: 200px;
    }
}

.form-layout {
    margin-bottom: 3.75rem;
}

@media screen and (min-width: 960px) {
    .form-layout .grid-container {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }
}

@media screen and (max-width: 959px) {
    .form-layout .form-text {
        margin-bottom: 1.875rem;
    }
}

@media screen and (min-width: 960px) {
    .form-layout .form-text {
        width: 1%;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        padding-right: 2.77778%;
        padding-left: 2.77778%;
    }
}

@media screen and (min-width: 960px) {
    .form-layout .form-container {
        padding-right: 2.77778%;
        padding-left: 2.77778%;
        width: 99%;
        -ms-flex-negative: 0;
        flex-shrink: 0;
    }
}

.form-layout .form-container form {
    /*background-color: #f5f5f5;*/
    padding-top: 2.5rem;
    padding-right: 4.7619%;
    padding-bottom: 2.5rem;
    padding-left: 4.7619%;
}

    .form-layout .form-container form .required-field-label {
        width: 100%;
        display: block;
        text-align: right;
        font-size: 0.875rem;
        line-height: 1;
        margin-bottom: 1.5rem;
    }

    .form-layout .form-container form .floating-label {
        position: relative;
    }

        .form-layout .form-container form .floating-label label {
            position: absolute;
            top: 5px;
            left: 7px;
            z-index: -1;
            font-size: 0.75rem;
            line-height: 1;
            -webkit-transition: top 200ms, opacity 200ms;
            transition: top 200ms, opacity 200ms;
            opacity: 0;
        }

            .form-layout .form-container form .floating-label label.floating {
                top: -20px;
                left: 0;
                z-index: 1;
                padding: 0 3px;
                opacity: 1.0;
            }

    .form-layout .form-container form input[type=text],
    .form-layout .form-container form input[type=email],
    .form-layout .form-container form input[type=phone],
    .form-layout .form-container form textarea {
        width: 100%;
    }

    .form-layout .form-container form legend {
        border: 0;
        font-family: "ITC Galliard W01 Roman692801", Times, serif;
    }

    .form-layout .form-container form .form-row {
        margin-bottom: 1.875rem;
    }

@media screen and (min-width: 580px) {
    .form-layout .form-container form .form-row.half {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }
}

@media screen and (max-width: 579px) {
    .form-layout .form-container form .form-row.half > div {
        margin-bottom: 1.875rem;
    }
}

@media screen and (min-width: 580px) {
    .form-layout .form-container form .form-row.half > div {
        width: 50%;
    }
}

@media screen and (min-width: 580px) {
    .form-layout .form-container form .form-row.half > div:first-child {
        -ms-flex-negative: 0;
        flex-shrink: 0;
        margin-right: 5.55556%;
    }
}

@media screen and (min-width: 960px) {
    .form-layout .form-container form .form-row.half > div:first-child {
        margin-right: 9.52381%;
    }
}

@media screen and (min-width: 580px) {
    .form-layout .form-container form .checkbox-grid {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
}

.form-layout .form-container form .checkbox-grid label {
    position: relative;
    padding-left: 2.5rem;
    width: 100%;
    margin-bottom: 1rem;
}

@media screen and (min-width: 580px) {
    .form-layout .form-container form .checkbox-grid label {
        width: 50%;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        padding-right: 4.7619%;
    }
}

.form-layout .form-container form .disclaimer {
    border-top: 1px solid #c8c8c8;
    padding-top: 2.5rem;
}

    .form-layout .form-container form .disclaimer label {
        position: relative;
        padding-left: 2.5rem;
        width: 100%;
    }

.form-layout .form-container form button {
    width: 100%;
}

.section-navigation {
    background-color: #354ca1;
}

    .section-navigation .grid-container {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .section-navigation h1 {
        width: 36.11111%;
        display: inline-block;
        color: #FFFFFF;
        text-transform: capitalize;
        font-size: 1.125rem;
        line-height: 1;
        padding-top: 0.875rem;
        padding-right: 2.77778%;
        padding-bottom: 0.875rem;
        border-right: 1px solid rgba(255, 255, 255, 0.2);
    }

@media screen and (min-width: 580px) {
    .section-navigation h1 {
        padding: 0;
        border-right: 0;
        width: 100%;
        font-size: 2.25rem;
        line-height: 1.1112;
        margin-top: 1.875rem;
        margin-bottom: 1.875rem;
    }
}

@media screen and (min-width: 960px) {
    .section-navigation h1 {
        font-size: 3.75rem;
        line-height: 1;
        margin-top: 3.75rem;
        margin-bottom: 3.75rem;
        padding-right: 2.77778%;
        padding-left: 2.77778%;
    }
}

.section-navigation .dropdown {
    width: 63.88889%;
}

@media screen and (min-width: 580px) {
    .section-navigation .dropdown {
        display: none;
    }
}

.section-navigation .dropdown select {
    font-family: "ITC Galliard W01 Roman692801", Times, serif;
    font-weight: normal;
    text-transform: capitalize;
    border: 0;
    background-image: url("../svg/icon-arrow-down-white.svg");
    background-color: #354ca1;
    background-position: right 15px top 50%;
    background-size: 25px;
    color: #FFFFFF;
    padding-top: 0.875rem;
    padding-bottom: 0.875rem;
}

.section-navigation .section-list {
    display: none;
}

@media screen and (min-width: 580px) {
    .section-navigation .section-list {
        list-style: none;
        padding: 0;
        margin: 0;
        width: 100%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        text-align: center;
    }
}

.section-navigation .section-list li {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
}

    .section-navigation .section-list li .section-link {
        display: block;
        text-decoration: none;
        color: #FFFFFF;
        font-family: "ITC Galliard W01 Roman692801", Times, serif;
        padding-top: 1.25rem;
        padding-right: 0.625rem;
        padding-bottom: 1.25rem;
        padding-left: 0.625rem;
        font-size: 1rem;
        line-height: 1.25;
        border-bottom: 4px solid transparent;
    }

        .section-navigation .section-list li .section-link:focus, .section-navigation .section-list li .section-link:active, .no-touchevents .section-navigation .section-list li .section-link:hover {
            -webkit-transition: all 300ms ease-in-out;
            transition: all 300ms ease-in-out;
            border-bottom: 4px solid #FFFFFF;
        }

        .section-navigation .section-list li .section-link.selected {
            border-bottom: 4px solid #cc0035;
        }

@media screen and (min-width: 960px) {
    .section-navigation .section-list li .section-link {
        font-size: 1.25rem;
        line-height: 1.5;
    }
}

.sharing-widget {
    background-color: #FFFFFF;
}

@media screen and (min-width: 960px) {
    .sharing-widget {
        width: 3.75rem;
        margin-top: 1.375rem;
        margin-right: auto;
        margin-left: 30px;
    }
}

@media screen and (min-width: 1280px) {
    .sharing-widget {
        margin-right: 0;
        margin-left: 0;
    }
}

.sharing-widget ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-top: 1px solid #c8c8c8;
    border-bottom: 1px solid #c8c8c8;
}

@media screen and (min-width: 960px) {
    .sharing-widget ul {
        border: 0;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }
}

.sharing-widget ul li {
    width: 25%;
    border-left: 1px solid #c8c8c8;
}

    .sharing-widget ul li:first-child {
        border-left: 0;
    }

@media screen and (min-width: 960px) {
    .sharing-widget ul li {
        position: relative;
        border: 1px solid #c8c8c8;
        border-top: 0;
        width: 3.75rem;
        height: 3.75rem;
    }

        .sharing-widget ul li:first-child {
            border-top: 1px solid #c8c8c8;
            border-left: 1px solid #c8c8c8;
        }
}

.sharing-widget ul li button {
    position: relative;
    overflow: hidden;
    text-indent: 101%;
    white-space: nowrap;
    cursor: pointer;
    width: 100%;
    height: 3.75rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

@media screen and (min-width: 960px) {
    .sharing-widget ul li button {
        width: 3.75rem;
        height: 3.75rem;
    }
}

.sharing-widget ul li button:focus, .sharing-widget ul li button:active, .no-touchevents .sharing-widget ul li button:hover {
    -webkit-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
    background-color: #8e6b4c;
}

    .sharing-widget ul li button:focus svg path, .sharing-widget ul li button:active svg path, .no-touchevents .sharing-widget ul li button:hover svg path {
        fill: #FFFFFF;
    }

.sharing-widget ul li svg {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 1.5625rem;
    height: 1.5625rem;
}

@media screen and (min-width: 960px) {
    .sharing-widget ul li svg {
        width: 1.25rem;
        height: 1.25rem;
    }
}

.sharing-widget ul li svg path {
    fill: #c8c8c8;
}

.sharing-widget ul li.sharing-print {
    display: none;
}

@media screen and (min-width: 960px) {
    .sharing-widget ul li.sharing-print {
        display: block;
    }
}

.sharing-widget.sticky-on-scroll.fixed {
    position: fixed;
    top: 5rem;
}

.simple-cta {
    background-color: #354ca1;
    color: #FFFFFF;
    text-align: center;
    margin-top: 30px;
    margin-bottom: 30px;
    padding-top: 1.625rem;
    padding-bottom: 1.875rem;
}

@media screen and (min-width: 580px) {
    .simple-cta {
        margin-top: 60px;
        margin-bottom: 60px;
    }
}

@media screen and (min-width: 960px) {
    .simple-cta {
        margin-top: 85px;
        margin-bottom: 85px;
    }
}

@media screen and (min-width: 1280px) {
    .simple-cta {
        margin-top: 100px;
        margin-bottom: 100px;
    }
}

@media screen and (min-width: 580px) {
    .simple-cta {
        padding-top: 3.125rem;
        padding-bottom: 3.75rem;
    }
}

@media screen and (min-width: 960px) {
    .simple-cta {
        padding-top: 3.125rem;
        padding-bottom: 5rem;
    }
}

.simple-cta h2 {
    padding: 0 5.55556%;
}

@media screen and (min-width: 580px) {
    .simple-cta h2 {
        padding: 0 11.11111%;
    }
}

@media screen and (min-width: 960px) {
    .simple-cta h2 {
        padding: 0 16.66667%;
    }
}

.simple-cta .button-container {
    margin-top: 1.25rem;
}

@media screen and (min-width: 580px) {
    .simple-cta .button-container {
        margin-top: 2.5rem;
    }
}

.single-image {
    overflow: hidden;
}

    .single-image .grid-container {
        padding: 0 !important;
    }

@media screen and (min-width: 580px) {
    .single-image .grid-container {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }
}

.single-image .image {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    display: block;
    position: relative;
}

    .single-image .image::after {
        content: '';
        display: block;
        padding-bottom: 56.25%;
    }

@media screen and (min-width: 580px) {
    .single-image .image {
        width: 38.88889%;
    }
}

@media screen and (min-width: 960px) {
    .single-image .image {
        width: 58.33333%;
        height: 493px;
    }
}

@media screen and (min-width: 1280px) {
    .single-image .image {
        width: 69.44444%;
    }
}

.single-image .text {
    background: #8e6b4c;
    padding-top: 1.5rem;
    padding-bottom: 2.5rem;
    color: #FFFFFF;
    position: relative;
}

@media screen and (max-width: 959px) {
    .single-image .text {
        padding-right: 20px;
        padding-left: 20px;
    }
}

@media screen and (min-width: 580px) {
    .single-image .text {
        width: 61.11111%;
        padding: 1.625rem 20px 2.5rem 5.55556%;
    }
}

@media screen and (min-width: 960px) {
    .single-image .text {
        width: 41.66667%;
        padding: 3rem 30px 3.75rem 2.77778%;
    }

        .single-image .text::before {
            content: "";
            position: absolute;
            top: 0;
            bottom: 0;
            width: 100%;
            left: 100%;
            background-color: #8e6b4c;
        }
}

@media screen and (min-width: 1280px) {
    .single-image .text {
        width: 30.55556%;
        padding: 3rem 30px 3.75rem 2.77778%;
    }
}

@media screen and (min-width: 580px) {
    .single-image .text-inner {
        padding-right: 4.54545%;
    }
}

@media screen and (min-width: 960px) {
    .single-image .text-inner {
        padding-right: 14.28571%;
    }
}

.single-image h2 {
    color: inherit;
    font-size: 1.5rem;
    line-height: 1.25;
    margin-bottom: 0.5rem;
}

@media screen and (min-width: 580px) {
    .single-image h2 {
        font-size: 1.875rem;
        line-height: 1.2;
        margin-bottom: 0.75rem;
    }
}

@media screen and (min-width: 960px) {
    .single-image h2 {
        font-size: 2.25rem;
        line-height: 1.1667;
        margin-bottom: 1rem;
    }
}

.single-image h3 {
    font-family: "futura-pt-bold", Arial, sans-serif;
    font-size: 0.875rem;
    line-height: 1.2858;
}

@media screen and (min-width: 580px) {
    .single-image h3 {
        font-size: 1.125rem;
        line-height: 1.3334;
    }
}

.single-image p {
    color: inherit;
}

@media screen and (max-width: 579px) {
    .single-image p {
        margin-bottom: 1.5rem;
    }
}

.single-image blockquote {
    margin-bottom: 1.25rem;
}

@media screen and (min-width: 580px) {
    .single-image blockquote {
        margin-bottom: 2.125rem;
    }
}

.single-image .title {
    margin: 0;
}

.single-image .bottom-container {
    padding-top: 1.5rem;
}

@media screen and (min-width: 580px) and (max-width: 959px) {
    .single-image.testimonial .grid-container {
        display: block;
    }
}

@media screen and (min-width: 580px) and (max-width: 959px) {
    .single-image.testimonial .image {
        height: auto;
        width: 100%;
    }
}

.single-image.testimonial .text {
    background-color: #cc0035;
}

@media screen and (min-width: 580px) and (max-width: 959px) {
    .single-image.testimonial .text {
        width: 100%;
    }
}

@media screen and (min-width: 960px) {
    .single-image.testimonial .text::before {
        background-color: #cc0035;
    }
}

.single-image.testimonial.has-border .text {
    background-color: #FFFFFF;
    border-top: 5px solid #cc0035;
}

@media screen and (min-width: 960px) {
    .single-image.testimonial.has-border .text {
        border-top: 0;
        border-left: 5px solid #cc0035;
    }

        .single-image.testimonial.has-border .text::before {
            background-color: #FFFFFF;
        }
}

.single-image.testimonial.has-border .text blockquote,
.single-image.testimonial.has-border .text h3,
.single-image.testimonial.has-border .text p {
    color: #000000;
}

.single-image.cta .text {
    padding-bottom: 1.875rem;
}

@media screen and (min-width: 580px) {
    .single-image.cta .text {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
}

@media screen and (min-width: 960px) {
    .single-image.cta .text {
        position: relative;
        padding-bottom: 9.375rem;
    }
}

@media screen and (min-width: 960px) {
    .single-image.cta .bottom-container {
        width: 53.33333%;
        position: absolute;
        bottom: 3.75rem;
        left: 6.66667%;
    }
}

@media screen and (min-width: 1280px) {
    .single-image.cta .bottom-container {
        width: 54.54545%;
        left: 9.09091%;
    }
}

.single-image.cta .bottom-container .button {
    width: 100%;
}

.single-image.cta .bottom-container ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

    .single-image.cta .bottom-container ul li {
        margin-bottom: 1.25rem;
    }

.single-testimonial .grid-container {
    padding: 0;
}

@media screen and (min-width: 580px) {
    .single-testimonial .grid-container {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }
}

@media screen and (min-width: 960px) {
    .single-testimonial .grid-container {
        padding-left: 8.33333%;
        width: 83.33333%;
    }
}

.single-testimonial .text {
    margin-top: 2.5rem;
    margin-bottom: 2.5rem;
    padding-top: 2.5rem;
    padding-right: 20px;
    padding-bottom: 2.5rem;
    padding-left: 20px;
    color: #FFFFFF;
    position: relative;
}

@media screen and (min-width: 580px) {
    .single-testimonial .text {
        margin-top: 3.125rem;
        margin-bottom: 3.125rem;
        padding-top: 3.75rem;
        padding-right: 3.125rem;
        padding-bottom: 3.75rem;
        padding-left: 3.125rem;
    }
}

@media screen and (min-width: 960px) {
    .single-testimonial .text {
        margin-top: 3.75rem;
        margin-bottom: 3.75rem;
        width: 86.11111%;
    }

        .single-testimonial .text::before {
            content: "";
            position: absolute;
            top: 0;
            bottom: 0;
            width: 100%;
            left: 100%;
            background-color: #8e6b4c;
        }
}

@media screen and (min-width: 1280px) {
    .single-testimonial .text {
        width: 91.66667%;
    }
}

.single-testimonial .text.bg-blue {
    background-color: #354ca1;
}

@media screen and (min-width: 960px) {
    .single-testimonial .text.bg-blue::before {
        background-color: #354ca1;
    }
}

.single-testimonial blockquote::before, .single-testimonial blockquote::after {
    content: '';
    display: none;
}

.single-testimonial blockquote > p {
    margin: 0;
    font-size: 1.5rem;
    line-height: 1.25;
}

@media screen and (min-width: 580px) {
    .single-testimonial blockquote > p {
        font-size: 2.25rem;
        line-height: 1.1667;
    }
}

@media screen and (min-width: 960px) {
    .single-testimonial blockquote > p {
        font-size: 3rem;
        line-height: 1;
    }
}

@media screen and (min-width: 1280px) {
    .single-testimonial blockquote > p {
        font-size: 3.75rem;
        line-height: 1;
    }
}

.single-testimonial blockquote > p::before {
    position: absolute;
    left: -12px;
    content: open-quote;
}

@media screen and (min-width: 580px) {
    .single-testimonial blockquote > p::before {
        left: -18px;
    }
}

@media screen and (min-width: 960px) {
    .single-testimonial blockquote > p::before {
        left: -30px;
    }
}

.single-testimonial blockquote > p::after {
    position: absolute;
    content: close-quote;
}

.single-testimonial .cite-name {
    font-family: "futura-pt-bold", Arial, sans-serif;
    margin: 0;
}

.single-testimonial span,
.single-testimonial p {
    display: inline-block;
    font-size: 0.75rem;
    line-height: 2;
    margin-top: 1.25rem;
    margin-bottom: 1.25rem;
}

@media screen and (min-width: 580px) {
    .single-testimonial span,
    .single-testimonial p {
        font-size: 1rem;
        line-height: 1.875;
        margin-top: 1.875rem;
        margin-bottom: 1.875rem;
    }
}

@media screen and (min-width: 960px) {
    .single-testimonial span,
    .single-testimonial p {
        margin-top: 2.5rem;
        margin-bottom: 2.5rem;
    }
}

.single-video {
    margin-top: 1.875rem;
    margin-bottom: 1.875rem;
}

@media screen and (min-width: 960px) {
    .single-video {
        position: relative;
        margin-top: 3.125rem;
        margin-bottom: 3.125rem;
        background: -webkit-gradient(linear, left top, right top, color-stop(0, #cc0035), color-stop(50%, #cc0035)), -webkit-gradient(linear, left top, right top, color-stop(50%, transparent), to(transparent));
        background: linear-gradient(to right, #cc0035 0, #cc0035 50%), linear-gradient(to right, transparent 50%, transparent 100%);
        background-repeat: no-repeat;
        background-size: 50% 100%, 100%;
    }
}

@media screen and (min-width: 1280px) {
    .single-video {
        margin-top: 3.75rem;
        margin-bottom: 3.75rem;
    }
}

.single-video .inner-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

@media screen and (min-width: 960px) {
    .single-video .inner-container {
        max-width: 1280px;
        margin-right: auto;
        margin-left: auto;
        padding-right: 20px;
        padding-left: 20px;
        padding-right: 0 !important;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
    }

        .single-video .inner-container::after {
            display: block;
            clear: both;
            content: "";
        }
}

@media screen and (min-width: 960px) and (min-width: 960px) {
    .single-video .inner-container {
        padding-right: 30px;
        padding-left: 30px;
    }
}

.single-video .text {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    max-width: 1280px;
    margin-right: auto;
    margin-left: auto;
    padding-right: 20px;
    padding-left: 20px;
    padding-top: 1.875rem;
    padding-bottom: 1.875rem;
    background-color: #cc0035;
    color: #FFFFFF;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    position: relative;
}

    .single-video .text::after {
        display: block;
        clear: both;
        content: "";
    }

@media screen and (min-width: 960px) {
    .single-video .text {
        padding-right: 30px;
        padding-left: 30px;
    }
}

@media screen and (min-width: 580px) {
    .single-video .text {
        padding-top: 3.125rem;
        padding-bottom: 3.125rem;
    }
}

@media screen and (min-width: 960px) {
    .single-video .text {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
        width: 41.66667%;
        padding-top: 2.5rem;
        padding-right: 2.77778%;
        padding-bottom: 1.5625rem;
        padding-left: 0;
    }
}

@media screen and (min-width: 1280px) {
    .single-video .text {
        width: 30.55556%;
    }
}

.single-video .text p {
    margin-bottom: 1.875rem;
}

.single-video .text button.button-play-video {
    display: inline;
    width: auto;
    text-align: left;
    color: #FFFFFF;
    margin-bottom: 2.25rem;
    font-family: "futura-pt-bold", Arial, sans-serif;
    font-size: 0.875rem;
    line-height: 1;
}

@media screen and (min-width: 580px) {
    .single-video .text button.button-play-video {
        font-size: 1rem;
    }
}

.single-video .text .credits {
    margin-top: auto;
    font-size: 0.875rem;
    line-height: 1.7143;
}

    .single-video .text .credits span {
        display: block;
    }

        .single-video .text .credits span.credit-name {
            font-family: "futura-pt-bold", Arial, sans-serif;
        }

.single-video .video-container {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    position: relative;
    background-color: #cc0035;
}

@media screen and (min-width: 960px) {
    .single-video .video-container {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
        width: 58.33333%;
    }
}

@media screen and (min-width: 1280px) {
    .single-video .video-container {
        width: 69.44444%;
    }
}

.single-video .video-container .iframe-wrapper {
    display: block;
    position: relative;
    height: 100%;
}

    .single-video .video-container .iframe-wrapper::after {
        content: '';
        display: block;
        padding-bottom: 56.25%;
    }

    .single-video .video-container .iframe-wrapper > iframe {
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
    }

.single-video .video-container iframe {
    width: 100%;
    height: 100%;
}

.single-video .video-container .video-poster {
    background-size: cover;
    background-position: center center;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}

    .single-video .video-container .video-poster button {
        width: 60px;
        height: 60px;
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
    }

@media screen and (min-width: 580px) {
    .single-video .video-container .video-poster button {
        width: 70px;
        height: 70px;
    }
}

@media screen and (min-width: 960px) {
    .single-video .video-container .video-poster button {
        width: 80px;
        height: 80px;
    }
}

.single-video .video-container .video-poster button svg {
    width: 100%;
    opacity: 0.8;
}

.social-feed-grid {
    position: relative;
    background-color: #f5f5f5;
}

    .social-feed-grid::after {
        content: '';
        display: block;
        width: 100%;
        height: 20%;
        background: -webkit-gradient(linear, left bottom, left top, from(whitesmoke), color-stop(80%, rgba(245, 245, 245, 0.9)), to(rgba(245, 245, 245, 0)));
        background: linear-gradient(to top, whitesmoke 0%, rgba(245, 245, 245, 0.9) 80%, rgba(245, 245, 245, 0) 100%);
        position: absolute;
        bottom: 0;
        left: 0;
        right: 0;
    }

    .social-feed-grid .social-feed-grid-inner {
        max-width: 1280px;
        margin-right: auto;
        margin-left: auto;
        padding-right: 20px;
        padding-left: 20px;
    }

        .social-feed-grid .social-feed-grid-inner::after {
            display: block;
            clear: both;
            content: "";
        }

@media screen and (min-width: 960px) {
    .social-feed-grid .social-feed-grid-inner {
        padding-right: 30px;
        padding-left: 30px;
    }
}

.social-feed-grid .social-feed-grid-inner .juicer-feed {
    padding-right: 5.55556%;
    padding-left: 5.55556%;
    /* remove after upgrading juicer */
}

@media screen and (min-width: 580px) {
    .social-feed-grid .social-feed-grid-inner .juicer-feed {
        padding-right: 0;
        padding-left: 0;
    }
}

@media screen and (min-width: 960px) {
    .social-feed-grid .social-feed-grid-inner .juicer-feed {
        padding-right: 2.77778%;
        padding-left: 2.77778%;
    }
}

.social-feed-grid .social-feed-grid-inner .juicer-feed h1.referral {
    display: none;
}

.social-feed-grid .social-feed-grid-inner .juicer-feed .j-meta a {
    color: #cc0035;
}

.social-feed-grid .social-feed-grid-inner .juicer-feed .j-message a {
    color: #354ca1;
}

.social-feed-grid .social-feed-grid-inner .juicer-feed .juicer-button {
    display: inline-block;
    padding: 0.9375rem 20px;
    font-family: "futura-pt-bold", Arial, sans-serif;
    text-transform: uppercase;
    border: 2px solid #000000;
    color: #000000;
    text-align: center;
    font-size: 1rem;
    line-height: 1;
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 1;
    margin-top: 2.5rem;
    margin-bottom: 2.5rem;
}

@media screen and (min-width: 580px) {
    .social-feed-grid .social-feed-grid-inner .juicer-feed .juicer-button {
        padding: 1.25rem 30px;
    }
}

@media screen and (max-width: 959px) {
    .social-feed-grid .social-feed-grid-inner .juicer-feed .juicer-button {
        width: 100%;
    }
}

.social-feed-grid .social-feed-grid-inner .juicer-feed .juicer-button:focus, .social-feed-grid .social-feed-grid-inner .juicer-feed .juicer-button:active, .no-touchevents .social-feed-grid .social-feed-grid-inner .juicer-feed .juicer-button:hover {
    -webkit-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
    text-decoration: none;
    background-color: #8e6b4c;
    color: #FFFFFF;
    border: 2px solid #8e6b4c;
}

@media screen and (min-width: 580px) {
    .social-feed-grid .social-feed-grid-inner .juicer-feed .juicer-button {
        margin-top: 5rem;
        margin-bottom: 5rem;
    }
}

@media screen and (min-width: 960px) {
    .social-feed-grid .social-feed-grid-inner .juicer-feed .juicer-button {
        width: 200px;
    }
}

.split-carousel {
    margin-top: 1.875rem;
    padding-bottom: 3.75rem;
    overflow: hidden;
}

@media screen and (min-width: 580px) {
    .split-carousel {
        margin-top: 3.125rem;
        padding-bottom: 6.25rem;
    }
}

@media screen and (min-width: 960px) {
    .split-carousel {
        margin-top: 6.25rem;
        margin-bottom: 6.25rem;
        padding-bottom: 0;
    }
}

@media screen and (min-width: 960px) {
    .split-carousel .split-carousel-inner {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        max-width: 1280px;
        margin-right: auto;
        margin-left: auto;
        padding-right: 20px;
        padding-left: 20px;
    }

        .split-carousel .split-carousel-inner::after {
            display: block;
            clear: both;
            content: "";
        }
}

@media screen and (min-width: 960px) and (min-width: 960px) {
    .split-carousel .split-carousel-inner {
        padding-right: 30px;
        padding-left: 30px;
    }
}

.split-carousel .split-section {
    position: relative;
}

@media screen and (min-width: 960px) {
    .split-carousel .split-section {
        width: 50%;
    }
}

.split-carousel .split-section.text {
    background-color: #354ca1;
    position: relative;
    padding-top: 1.625rem;
    padding-bottom: 2.125rem;
}

@media screen and (min-width: 580px) {
    .split-carousel .split-section.text {
        padding-top: 2.125rem;
        padding-bottom: 2.125rem;
    }
}

@media screen and (min-width: 960px) {
    .split-carousel .split-section.text {
        padding-top: 8.75rem;
        padding-bottom: 8.75rem;
    }
}

.split-carousel .split-section.text::before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    width: 100%;
    right: 100%;
    background-color: #354ca1;
}

.split-carousel .split-section.text .text-container {
    color: #FFFFFF;
}

@media screen and (max-width: 959px) {
    .split-carousel .split-section.text .text-container {
        padding-right: 20px;
        padding-left: 20px;
    }
}

@media screen and (min-width: 580px) {
    .split-carousel .split-section.text .text-container .text-inner {
        width: 94.44444%;
        margin-left: 2.77778%;
    }
}

@media screen and (min-width: 960px) {
    .split-carousel .split-section.text .text-container .text-inner {
        width: 83.33333%;
        margin-left: 5.55556%;
    }
}

.split-carousel .split-section.text .text-container h3 {
    font-size: 1.5rem;
    line-height: 1.25;
    margin-bottom: 1.25rem;
}

@media screen and (min-width: 580px) {
    .split-carousel .split-section.text .text-container h3 {
        font-size: 2.25rem;
    }
}

@media screen and (min-width: 960px) {
    .split-carousel .split-section.text .text-container h3 {
        font-size: 3rem;
        line-height: 1;
    }
}

@media screen and (min-width: 1280px) {
    .split-carousel .split-section.text .text-container h3 {
        font-size: 3.75rem;
    }
}

.split-carousel .split-section.text .text-container p {
    margin-bottom: 1.5625rem;
}

.split-carousel .split-section.text .text-container .cta-link a {
    font-size: 0.875rem;
    line-height: 1;
    color: #354ca1;
    color: #FFFFFF;
}

@media screen and (min-width: 580px) {
    .split-carousel .split-section.text .text-container .cta-link a {
        font-size: 1rem;
    }
}

.split-carousel .split-section.text .text-container .cta-link a::after {
    content: '\00A0\003e';
    display: inline-block;
}

.split-carousel .split-section.text .text-container .cta-link a:focus, .split-carousel .split-section.text .text-container .cta-link a:active, .no-touchevents .split-carousel .split-section.text .text-container .cta-link a:hover {
    -webkit-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
    text-decoration: underline;
}

.split-carousel .split-section.carousel {
    background-color: #FFFFFF;
    padding-top: 3.125rem;
}

@media screen and (min-width: 580px) {
    .split-carousel .split-section.carousel {
        padding-top: 4.125rem;
    }
}

@media screen and (min-width: 960px) {
    .split-carousel .split-section.carousel {
        position: relative;
        width: 47.22222%;
        margin-left: 2.77778%;
        padding-top: 8.75rem;
        padding-bottom: 10rem;
    }
}

.split-carousel .split-section.carousel .slides-container {
    padding-bottom: 2.5rem;
    text-align: center;
    color: #000000;
}

@media screen and (max-width: 959px) {
    .split-carousel .split-section.carousel .slides-container {
        padding-right: 20px;
        padding-left: 20px;
    }
}

@media screen and (min-width: 580px) {
    .split-carousel .split-section.carousel .slides-container {
        padding-bottom: 4.125rem;
    }
}

.split-carousel .split-section.carousel .slides-container .slides-inner {
    width: 94.44444%;
    margin-left: 2.77778%;
}

@media screen and (min-width: 960px) {
    .split-carousel .split-section.carousel .slides-container .slides-inner {
        width: 76.47059%;
        margin-left: 11.76471%;
    }
}

.split-carousel .split-section.carousel .slides-container h3 {
    font-size: 2.25rem;
    line-height: 1.1667;
    margin-bottom: 1.5625rem;
}

@media screen and (min-width: 580px) {
    .split-carousel .split-section.carousel .slides-container h3 {
        font-size: 3.75rem;
    }
}

@media screen and (min-width: 960px) {
    .split-carousel .split-section.carousel .slides-container h3 {
        font-size: 3rem;
        line-height: 1;
    }
}

@media screen and (min-width: 1280px) {
    .split-carousel .split-section.carousel .slides-container h3 {
        font-size: 3.75rem;
    }
}

.split-carousel .split-section.carousel .slides-container p {
    font-size: 0.875rem;
    line-height: 1.7143;
    padding-bottom: 3.75rem;
}

.split-carousel .split-section.carousel .slide-arrows-container {
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    bottom: 0;
}

@media screen and (min-width: 960px) {
    .split-carousel .split-section.carousel .slide-arrows-container {
        bottom: 6.25rem;
    }
}

@media screen and (min-width: 1280px) {
    .split-content {
        padding-top: 6.25rem;
        padding-bottom: 6.25rem;
    }
}

@media screen and (min-width: 960px) {
    .split-content.background-blue .component-inner {
        background: -webkit-gradient(linear, left top, right top, color-stop(0, #FFFFFF), color-stop(50%, #FFFFFF)), -webkit-gradient(linear, left top, right top, color-stop(50%, #354ca1), to(#354ca1));
        background: linear-gradient(to right, #FFFFFF 0, #FFFFFF 50%), linear-gradient(to right, #354ca1 50%, #354ca1 100%);
        background-repeat: no-repeat;
        background-size: 50% 100%, 100%;
    }
}

.split-content.background-blue .component-inner .grid-container section:last-child {
    background-color: #354ca1;
}

@media screen and (min-width: 960px) {
    .split-content .grid-container {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }
}

@media screen and (min-width: 960px) {
    .split-content .grid-container > section {
        -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
    }
}

.split-content.no-gutter .grid-container {
    padding-left: 0;
    padding-right: 0;
}

@media screen and (min-width: 960px) {
    .twentytwo-fourteen {
        padding-top: 3.75rem;
        padding-bottom: 3.75rem;
    }
}

@media screen and (min-width: 960px) {
    .twentytwo-fourteen.background-blue .component-inner {
        background: -webkit-gradient(linear, left top, right top, color-stop(0, #FFFFFF), color-stop(61.11111%, #FFFFFF)), -webkit-gradient(linear, left top, right top, color-stop(61.11111%, #354ca1), to(#354ca1));
        background: linear-gradient(to right, #FFFFFF 0, #FFFFFF 61.11111%), linear-gradient(to right, #354ca1 61.11111%, #354ca1 100%);
        background-repeat: no-repeat;
        background-size: 61.11111% 100%, 100%;
    }
}

.twentytwo-fourteen.background-blue .component-inner .grid-container section:last-child {
    background-color: #354ca1;
}

@media screen and (min-width: 960px) {
    .twentytwo-fourteen .grid-container {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }
}

.twentytwo-fourteen .grid-container > section:first-child {
    -ms-flex-preferred-size: 61.11111%;
    flex-basis: 61.11111%;
}

@media screen and (min-width: 960px) {
    .chaptered-split .component-inner {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }
}

.chaptered-split .component-inner > section:first-child {
    -ms-flex-preferred-size: 44%;
    flex-basis: 44%;
}

@media screen and (max-width: 959px) {
    .chaptered-split .component-inner > section:first-child {
        margin-bottom: 1.875rem;
    }
}

.chaptered-split.background-gray section.links-list {
    background-color: #f5f5f5;
    width: 56%;
}

.stats-listing {
    padding-top: 3.75rem;
    max-width: 1280px;
    margin-right: auto;
    margin-left: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

    .stats-listing::after {
        display: block;
        clear: both;
        content: "";
    }

@media screen and (min-width: 580px) {
    .stats-listing {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        padding-top: 0;
    }
}

.stats-listing .title-container {
    position: relative;
    width: 100%;
    background-color: #cc0035;
    padding-top: 2.1875rem;
    padding-right: 5.55556%;
    padding-bottom: 2.1875rem;
    padding-left: 5.55556%;
}

@media screen and (min-width: 580px) {
    .stats-listing .title-container {
        float: left;
        width: 33.33333%;
        padding-top: 1.875rem;
        padding-right: 2.77778%;
        padding-bottom: 1.875rem;
        padding-left: 2.77778%;
    }
}

@media screen and (min-width: 960px) {
    .stats-listing .title-container {
        width: 25%;
        padding-top: 5rem;
        padding-right: 2.77778%;
        padding-bottom: 5rem;
        padding-left: 2.77778%;
    }
}

.stats-listing .title-container::before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    width: 100%;
    right: 100%;
    background-color: #cc0035;
}

.stats-listing .title-container h2 {
    max-width: 50%;
    text-transform: capitalize;
    color: #FFFFFF;
    font-size: 1.5rem;
    line-height: 1;
}

@media screen and (min-width: 580px) {
    .stats-listing .title-container h2 {
        max-width: 100%;
        font-size: 1.875rem;
        line-height: 1.2;
    }
}

@media screen and (min-width: 960px) {
    .stats-listing .title-container h2 {
        font-size: 3rem;
        line-height: 1.1459;
    }
}

.stats-listing .title-container span {
    display: block;
}

@media screen and (min-width: 1280px) {
    .stats-listing .title-container span {
        display: inline;
    }
}

.stats-listing .stats-listing-container {
    width: 100%;
}

@media screen and (min-width: 580px) {
    .stats-listing .stats-listing-container {
        float: left;
        width: 66.66667%;
    }
}

@media screen and (min-width: 960px) {
    .stats-listing .stats-listing-container {
        width: 75%;
    }
}

.stats-listing .stats-listing-grid {
    list-style: none;
    padding: 0;
    margin: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

    .stats-listing .stats-listing-grid .grid-item {
        position: relative;
        -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
        max-width: 50%;
        overflow-wrap: break-word;
        word-wrap: break-word;
        word-break: break-word;
        -webkit-hyphens: auto;
        -ms-hyphens: auto;
        hyphens: auto;
        text-align: left;
        border-right: 1px solid #f5f5f5;
        border-bottom: 1px solid #f5f5f5;
    }

        .stats-listing .stats-listing-grid .grid-item:nth-last-child(-n+2) {
            border-bottom: 0;
        }

@media screen and (max-width: 959px) {
    .stats-listing .stats-listing-grid .grid-item:nth-child(2n+2) {
        border-right: 0;
    }
}

@media screen and (min-width: 960px) {
    .stats-listing .stats-listing-grid .grid-item {
        -ms-flex-preferred-size: 33.33333%;
        flex-basis: 33.33333%;
        max-width: 33.33333%;
    }

        .stats-listing .stats-listing-grid .grid-item:nth-last-child(-n+3) {
            border-bottom: 0;
        }
}

@media screen and (min-width: 960px) and (max-width: 1279px) {
    .stats-listing .stats-listing-grid .grid-item:nth-child(3n+3) {
        border-right: 0;
    }
}

.stats-listing .stats-listing-grid .grid-item > div {
    padding-top: 1.25rem;
    padding-right: 11.11111%;
    padding-bottom: 5.4375rem;
    padding-left: 11.11111%;
}

@media screen and (min-width: 580px) {
    .stats-listing .stats-listing-grid .grid-item > div {
        padding-top: 1.875rem;
        padding-right: 8.33333%;
        padding-bottom: 4.8125rem;
        padding-left: 8.33333%;
    }
}

@media screen and (min-width: 960px) {
    .stats-listing .stats-listing-grid .grid-item > div {
        padding-bottom: 7rem;
    }
}

@media screen and (min-width: 1280px) {
    .stats-listing .stats-listing-grid .grid-item > div {
        padding-top: 2.25rem;
        padding-bottom: 6.75rem;
    }
}

.stats-listing .stats-listing-grid .grid-item h3 {
    font-size: 1rem;
    line-height: 1;
    margin-bottom: 2.5rem;
}

@media screen and (min-width: 960px) {
    .stats-listing .stats-listing-grid .grid-item h3 {
        font-size: 1.125rem;
        line-height: 1;
        margin-bottom: 4.375rem;
    }
}

.stats-listing .stats-listing-grid .grid-item .item-number {
    font-family: "ITC Galliard W01 Roman692801", Times, serif;
    font-size: 3rem;
    line-height: 1;
    letter-spacing: -0.05em;
}

@media screen and (min-width: 960px) {
    .stats-listing .stats-listing-grid .grid-item .item-number {
        font-size: 4.5rem;
        line-height: 1;
    }
}

.accordionTabs,
.tabs {
    position: relative;
    padding-top: 1.5625rem;
}

@media screen and (min-width: 580px) {
    .accordionTabs,
    .tabs {
        padding-top: 0;
        margin-top: 2.5rem;
        background: linear-gradient(to bottom, #ebebeb 0, #ebebeb 100px), linear-gradient(to bottom, #FFFFFF 100px, #FFFFFF 100%);
        background-repeat: no-repeat;
        background-size: 100% 100px, 100%;
    }
}

@media screen and (min-width: 960px) {
    .accordionTabs,
    .tabs {
        margin-top: 3.75rem;
        background: linear-gradient(to bottom, #ebebeb 0, #ebebeb 120px), linear-gradient(to bottom, #FFFFFF 120px, #FFFFFF 100%);
        background-repeat: no-repeat;
        background-size: 100% 120px, 100%;
    }
}

@media screen and (min-width: 1280px) {
    .accordionTabs,
    .tabs {
        margin-top: 5.625rem;
    }
}

.chapters-tabs.accordionTabs,
.tabs.chapters-tabs {
    padding-top: 0;
    border: 1px solid #ebebeb;
    margin-top: 1.875rem;
    margin-bottom: 1.875rem;
}

@media screen and (min-width: 580px) {
    .chapters-tabs.accordionTabs,
    .tabs.chapters-tabs {
        margin-top: 2.5rem;
        margin-bottom: 2.5rem;
    }
}

.chapters-tabs.accordionTabs .grid-container,
.tabs.chapters-tabs .grid-container {
    padding-right: 0;
    padding-left: 0;
}

.chapters-tabs.accordionTabs .tabs-list,
.tabs.chapters-tabs .tabs-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

@media screen and (max-width: 579px) {
    .chapters-tabs.accordionTabs .tabs-list .tab-item,
    .tabs.chapters-tabs .tabs-list .tab-item {
        background-color: #ebebeb;
        border-bottom: 0;
        -webkit-box-flex: 1;
        -ms-flex: 1;
        flex: 1;
        text-align: center;
    }
}

.chapters-tabs.accordionTabs .tab-content,
.tabs.chapters-tabs .tab-content {
    display: block;
}

@media screen and (min-width: 580px) {
    .chapters-tabs.accordionTabs .tab-content,
    .tabs.chapters-tabs .tab-content {
        padding-top: 3.75rem;
    }
}

@media screen and (max-width: 579px) {
    .chapters-tabs.accordionTabs .tab-container,
    .tabs.chapters-tabs .tab-container {
        display: none;
    }

        .chapters-tabs.accordionTabs .tab-container[aria-hidden="false"],
        .tabs.chapters-tabs .tab-container[aria-hidden="false"] {
            display: block;
        }
}

.chapters-tabs.accordionTabs .tab-title,
.tabs.chapters-tabs .tab-title {
    padding-right: 1.5625rem;
    padding-left: 1.5625rem;
}

    .chapters-tabs.accordionTabs .tab-title[aria-selected="true"],
    .tabs.chapters-tabs .tab-title[aria-selected="true"] {
        background-color: #FFFFFF;
    }

.accordionTabs .tabs-list,
.tabs .tabs-list {
    list-style: none;
    padding: 0;
    margin: 0;
    display: none;
}

@media screen and (min-width: 580px) {
    .accordionTabs .tabs-list,
    .tabs .tabs-list {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }
}

.accordionTabs .tabs-list .tab-item,
.tabs .tabs-list .tab-item {
    background-color: #FFFFFF;
    border-bottom: 1px solid #c8c8c8;
}

@media screen and (min-width: 580px) {
    .accordionTabs .tabs-list .tab-item,
    .tabs .tabs-list .tab-item {
        background-color: #ebebeb;
        border-bottom: 0;
        -ms-flex-preferred-size: 33.33333%;
        flex-basis: 33.33333%;
    }
}

@media screen and (min-width: 580px) {
    .accordionTabs .tab-container .tab-title,
    .tabs .tab-container .tab-title {
        display: none;
    }
}

.accordionTabs .tab-title,
.tabs .tab-title {
    position: relative;
    display: block;
    text-transform: capitalize;
    color: #646464;
    font-size: 1rem;
    line-height: 1;
    padding-top: 1.25rem;
    padding-right: 1.5625rem;
    padding-bottom: 1.25rem;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

@media screen and (min-width: 580px) {
    .accordionTabs .tab-title,
    .tabs .tab-title {
        padding-right: 1.5625rem;
        padding-left: 1.5625rem;
        margin-top: 1.25rem;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        text-align: center;
        height: 5rem;
    }
}

@media screen and (min-width: 960px) {
    .accordionTabs .tab-title,
    .tabs .tab-title {
        padding-right: 2.3125rem;
        padding-left: 2.3125rem;
        font-size: 1.125rem;
        line-height: 1.3334;
        height: 6.25rem;
    }
}

.accordionTabs .tab-title[aria-selected="true"],
.tabs .tab-title[aria-selected="true"] {
    color: #354ca1;
}

@media screen and (min-width: 580px) {
    .accordionTabs .tab-title[aria-selected="true"],
    .tabs .tab-title[aria-selected="true"] {
        background-color: #FFFFFF;
    }
}

.accordionTabs .tab-title[aria-selected="true"]:focus, .accordionTabs .tab-title[aria-selected="true"]:active, .no-touchevents .accordionTabs .tab-title[aria-selected="true"]:hover,
.tabs .tab-title[aria-selected="true"]:focus,
.tabs .tab-title[aria-selected="true"]:active, .no-touchevents
.tabs .tab-title[aria-selected="true"]:hover {
    -webkit-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
    text-decoration: none;
}

@media screen and (min-width: 580px) {
    .accordionTabs .tab-container,
    .tabs .tab-container {
        display: none;
    }

        .accordionTabs .tab-container[aria-hidden="false"],
        .tabs .tab-container[aria-hidden="false"] {
            display: block;
        }
}

.accordionTabs .button-container,
.tabs .button-container {
    display: none;
}

@media screen and (min-width: 580px) {
    .accordionTabs .button-container,
    .tabs .button-container {
        display: block;
        position: absolute;
        bottom: 0;
        left: 0;
        right: 0;
    }
}

@media screen and (min-width: 960px) {
    .accordionTabs .button-container,
    .tabs .button-container {
        position: relative;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end;
        margin-top: 2.5rem;
        margin-bottom: 2.5rem;
    }

        .accordionTabs .button-container .button,
        .tabs .button-container .button {
            min-width: 300px;
        }
}

.accordionTabs .table-row,
.tabs .table-row {
    border-bottom: 1px solid #c8c8c8;
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
}

@media screen and (min-width: 580px) {
    .accordionTabs .table-row,
    .tabs .table-row {
        border-top: 1px solid #c8c8c8;
        border-bottom: 0;
        padding-top: 0;
        padding-bottom: 0;
    }
}

.accordionTabs .table-row:first-child,
.tabs .table-row:first-child {
    padding-top: 1.25rem;
}

@media screen and (min-width: 580px) {
    .accordionTabs .table-row:first-child,
    .tabs .table-row:first-child {
        padding-top: 0;
    }
}

@media screen and (min-width: 960px) {
    .accordionTabs .table-row:first-child,
    .tabs .table-row:first-child {
        margin-top: 4.25rem;
    }
}

@media screen and (min-width: 580px) {
    .accordionTabs .table-row:last-child,
    .tabs .table-row:last-child {
        border-bottom: 1px solid #c8c8c8;
        margin-bottom: 1.875rem;
    }
}

.accordionTabs .table-row ul,
.tabs .table-row ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

@media screen and (min-width: 580px) {
    .accordionTabs .table-row ul,
    .tabs .table-row ul {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }
}

@media screen and (max-width: 579px) {
    .accordionTabs .table-row ul li:nth-child(2),
    .tabs .table-row ul li:nth-child(2) {
        border: 1px solid #f5f5f5;
        padding-top: 0.9375rem;
        padding-right: 0.9375rem;
        padding-bottom: 0.9375rem;
        padding-left: 0.9375rem;
    }

    .accordionTabs .table-row ul li:nth-child(3),
    .tabs .table-row ul li:nth-child(3) {
        border: 1px solid #f5f5f5;
        padding-top: 0.9375rem;
        padding-right: 0.9375rem;
        padding-bottom: 0.9375rem;
        padding-left: 0.9375rem;
    }
}

@media screen and (min-width: 580px) {
    .accordionTabs .table-row ul li,
    .tabs .table-row ul li {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }

        .accordionTabs .table-row ul li:nth-child(1),
        .tabs .table-row ul li:nth-child(1) {
            -ms-flex-preferred-size: 50%;
            flex-basis: 50%;
        }

            .accordionTabs .table-row ul li:nth-child(1) > div,
            .tabs .table-row ul li:nth-child(1) > div {
                padding-left: 0;
            }

        .accordionTabs .table-row ul li:nth-child(2),
        .tabs .table-row ul li:nth-child(2) {
            -ms-flex-preferred-size: 25%;
            flex-basis: 25%;
            -webkit-box-pack: center;
            -ms-flex-pack: center;
            justify-content: center;
        }

        .accordionTabs .table-row ul li:nth-child(3),
        .tabs .table-row ul li:nth-child(3) {
            -ms-flex-preferred-size: 25%;
            flex-basis: 25%;
            -webkit-box-pack: center;
            -ms-flex-pack: center;
            justify-content: center;
        }
}

.accordionTabs .table-row ul li.bg-gray,
.tabs .table-row ul li.bg-gray {
    background-color: #f5f5f5;
}

@media screen and (min-width: 580px) {
    .accordionTabs .table-row ul li > div,
    .tabs .table-row ul li > div {
        padding-top: 2.5rem;
        padding-right: 16.66667%;
        padding-bottom: 2.5rem;
        padding-left: 16.66667%;
    }
}

.accordionTabs .table-row h3,
.tabs .table-row h3 {
    font-size: 1.5rem;
    line-height: 1.25;
    text-transform: capitalize;
}

@media screen and (min-width: 580px) {
    .accordionTabs .table-row h3,
    .tabs .table-row h3 {
        font-size: 1.875rem;
        line-height: 1.2;
    }
}

@media screen and (min-width: 960px) {
    .accordionTabs .table-row h3,
    .tabs .table-row h3 {
        font-size: 2.25rem;
        line-height: 1.1667;
    }
}

.accordionTabs .table-row h4,
.tabs .table-row h4 {
    font-size: 1.125rem;
    line-height: 1;
}

@media screen and (min-width: 960px) {
    .accordionTabs .table-row h4,
    .tabs .table-row h4 {
        font-size: 1.5rem;
        line-height: 1.25;
    }
}

.accordionTabs .table-row h4 ~ p,
.tabs .table-row h4 ~ p {
    margin-top: 0.9375rem;
    font-size: 0.875rem;
    line-height: 1.2858;
}

.accordionTabs .table-row .cta-link,
.tabs .table-row .cta-link {
    font-size: 0.875rem;
    line-height: 1;
    color: #354ca1;
    display: block;
    margin-bottom: 1.875rem;
}

@media screen and (min-width: 580px) {
    .accordionTabs .table-row .cta-link,
    .tabs .table-row .cta-link {
        font-size: 1rem;
    }
}

.accordionTabs .table-row .cta-link::after,
.tabs .table-row .cta-link::after {
    content: '\00A0\003e';
    display: inline-block;
}

.accordionTabs .table-row .cta-link:focus, .accordionTabs .table-row .cta-link:active, .no-touchevents .accordionTabs .table-row .cta-link:hover,
.tabs .table-row .cta-link:focus,
.tabs .table-row .cta-link:active, .no-touchevents
.tabs .table-row .cta-link:hover {
    -webkit-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
    text-decoration: underline;
}

@media screen and (min-width: 580px) {
    .accordionTabs .table-row .cta-link,
    .tabs .table-row .cta-link {
        margin-bottom: 0;
    }
}

.accordionTabs .text-block-with-links .grid-container,
.tabs .text-block-with-links .grid-container {
    padding-right: 0;
    padding-left: 0;
}

@media screen and (min-width: 580px) {
    .accordionTabs .text-block-with-links .grid-container .wysiwyg-text,
    .tabs .text-block-with-links .grid-container .wysiwyg-text {
        padding-left: 0;
        padding-top: 0;
    }
}

@media screen and (min-width: 960px) {
    .accordionTabs .text-block-with-links .grid-container .links-list,
    .tabs .text-block-with-links .grid-container .links-list {
        position: relative;
    }

        .accordionTabs .text-block-with-links .grid-container .links-list::before,
        .tabs .text-block-with-links .grid-container .links-list::before {
            content: "";
            position: absolute;
            top: 0;
            bottom: 0;
            width: 100%;
            left: 100%;
            background-color: #354ca1;
        }
}

.accordionTabs .full-width-text_block,
.tabs .full-width-text_block {
    padding-top: 1.25rem;
}

@media screen and (min-width: 580px) {
    .accordionTabs .full-width-text_block,
    .tabs .full-width-text_block {
        padding-top: 0;
    }

        .accordionTabs .full-width-text_block .wysiwyg-text,
        .tabs .full-width-text_block .wysiwyg-text {
            padding-top: 0;
        }
}

@media screen and (min-width: 960px) {
    .accordionTabs .full-width-text_block,
    .tabs .full-width-text_block {
        margin-top: 4.25rem;
    }
}

.testimonial-carousel .slides-container {
    position: relative;
    overflow: hidden;
}

    .testimonial-carousel .slides-container .slides-images .slide-img.slick-slide {
        position: relative;
        width: 200px;
    }

        .testimonial-carousel .slides-container .slides-images .slide-img.slick-slide::before {
            display: block;
            width: 100%;
            height: 100%;
            background: rgba(0, 0, 0, 0.6);
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            opacity: 1;
            -webkit-transition: opacity 300ms ease-in-out;
            transition: opacity 300ms ease-in-out;
        }

@media screen and (min-width: 580px) {
    .testimonial-carousel .slides-container .slides-images .slide-img.slick-slide {
        width: 390px;
    }
}

@media screen and (min-width: 960px) {
    .testimonial-carousel .slides-container .slides-images .slide-img.slick-slide {
        width: 470px;
    }

        .testimonial-carousel .slides-container .slides-images .slide-img.slick-slide::before {
            left: -50%;
        }
}

.testimonial-carousel .slides-container .slides-images .slide-img.slick-slide img {
    max-width: 100%;
    height: auto;
    display: block;
}

@media screen and (min-width: 960px) {
    .testimonial-carousel .slides-container .slides-images .slide-img.slick-slide img {
        margin-left: -50%;
    }
}

.testimonial-carousel .slides-container .slides-images .slide-img.slick-center::before {
    opacity: 0;
    -webkit-transition: opacity 300ms ease-in-out;
    transition: opacity 300ms ease-in-out;
}

.testimonial-carousel .slides-container .slides-content-container {
    background-color: #8e6b4c;
    height: 100%;
}

@media screen and (min-width: 960px) {
    .testimonial-carousel .slides-container .slides-content-container {
        position: absolute;
        top: 0;
        left: 50%;
    }
}

.testimonial-carousel .slides-container .slides-content-container .slick-list {
    overflow: visible;
}

@media screen and (max-width: 959px) {
    .testimonial-carousel .slides-container .slides-content-container .slides-content.slick-slider {
        float: left;
        width: 88.88889%;
        margin-left: 5.55556%;
        padding-top: 1.5625rem;
        padding-right: 0;
        padding-bottom: 5rem;
        padding-left: 0;
    }
}

@media screen and (min-width: 960px) {
    .testimonial-carousel .slides-container .slides-content-container .slides-content.slick-slider {
        padding-top: 3.75rem;
        padding-right: 2.5rem;
        padding-bottom: 2.5rem;
        padding-left: 2.5rem;
        width: 470px;
        position: relative;
    }
}

.testimonial-carousel .slides-container .slides-content-container .slides-content.slick-slider .slide-text {
    color: #FFFFFF;
}

    .testimonial-carousel .slides-container .slides-content-container .slides-content.slick-slider .slide-text blockquote {
        margin-bottom: 1.25rem;
    }

@media screen and (min-width: 580px) {
    .testimonial-carousel .slides-container .slides-content-container .slides-content.slick-slider .slide-text blockquote {
        font-size: 1.375rem;
        line-height: 1.3637;
    }
}

.testimonial-carousel .slides-container .slides-content-container .slides-content.slick-slider .slide-text h3 {
    font-family: "futura-pt-bold", Arial, sans-serif;
    font-size: 0.875rem;
    line-height: 1.2858;
    margin-bottom: 0.3125rem;
}

@media screen and (min-width: 580px) {
    .testimonial-carousel .slides-container .slides-content-container .slides-content.slick-slider .slide-text h3 {
        font-size: 1.125rem;
        line-height: 1.3334;
    }
}

.testimonial-carousel .slides-container .slides-content-container .slides-content.slick-slider .slide-text p {
    font-size: 0.875rem;
    line-height: 1.2858;
    margin: 0;
}

@media screen and (min-width: 580px) {
    .testimonial-carousel .slides-container .slides-content-container .slides-content.slick-slider .slide-text p {
        font-size: 1.125rem;
        line-height: 1.3334;
    }
}

@media screen and (max-width: 959px) {
    .testimonial-carousel .slides-container .slide-arrows-container {
        position: relative;
        text-align: center;
        padding: 0 0 2.5rem;
    }

        .testimonial-carousel .slides-container .slide-arrows-container > button {
            float: none;
        }
}

@media screen and (min-width: 960px) {
    .testimonial-carousel .slides-container .slide-arrows-container {
        position: absolute;
        bottom: 40px;
        left: 40px;
    }
}

.testimonial-carousel.margin-bottom {
    margin-bottom: 3.75rem;
}

@media screen and (min-width: 960px) {
    .testimonial-carousel.margin-bottom {
        margin-bottom: 6.25rem;
    }
}

.three-column-links-list {
    padding-top: 1.5625rem;
    padding-bottom: 1.5625rem;
}

@media screen and (min-width: 960px) {
    .three-column-links-list {
        padding-top: 3.125rem;
        padding-bottom: 3.125rem;
    }
}

.three-column-links-list .grid-container {
    list-style: none;
}

@media screen and (min-width: 580px) {
    .three-column-links-list .grid-container {
        padding-right: 2.77778%;
        padding-left: 2.77778%;
    }
}

@media screen and (min-width: 960px) {
    .three-column-links-list .grid-container {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }
}

@media screen and (max-width: 959px) {
    .three-column-links-list .grid-container > li:not(:last-child) {
        margin-bottom: 1.875rem;
    }
}

@media screen and (min-width: 960px) {
    .three-column-links-list .grid-container > li {
        padding-right: 2.77778%;
        padding-left: 2.77778%;
        width: 33.33333%;
    }
}

.three-column-links-list .grid-container > li h3 {
    padding-bottom: 1.25rem;
    border-bottom: 4px solid #cc0035;
}

@media screen and (min-width: 580px) {
    .three-column-links-list .grid-container > li h3 {
        padding-bottom: 1.875rem;
    }
}

.three-column-links-list .grid-container > li:nth-child(2) h3 {
    border-color: #354ca1;
}

.three-column-links-list .grid-container > li:nth-child(3) h3 {
    border-color: #8e6b4c;
}

.topic-filter-results .topic-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

@media screen and (min-width: 960px) {
    .topic-filter-results .topic-list {
        padding-right: 11.11111%;
        padding-left: 11.11111%;
    }
}

.topic-filter-results .topic-list li {
    border-bottom: 1px solid #c8c8c8;
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
}

@media screen and (min-width: 580px) {
    .topic-filter-results .topic-list li {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }
}

@media screen and (min-width: 960px) {
    .topic-filter-results .topic-list li {
        padding-top: 1.875rem;
        padding-bottom: 1.875rem;
    }
}

.topic-filter-results .topic-list li h3 {
    font-size: 1.5rem;
    line-height: 1.25;
}

@media screen and (max-width: 579px) {
    .topic-filter-results .topic-list li h3 {
        margin-bottom: 1.5rem;
    }
}

@media screen and (min-width: 580px) {
    .topic-filter-results .topic-list li h3 {
        -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        padding-right: 5.55556%;
    }
}

@media screen and (min-width: 960px) {
    .topic-filter-results .topic-list li h3 {
        font-size: 1.875rem;
        line-height: 1.2;
    }
}

@media screen and (min-width: 580px) {
    .topic-filter-results .topic-list li address {
        padding-left: 5.55556%;
    }
}

.topic-filter-results .topic-list li address a {
    text-decoration: none;
    color: #000000;
}

.two-column-text .grid-container {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
}

@media screen and (min-width: 580px) {
    .two-column-text .grid-container {
        padding-top: 3.75rem;
        padding-bottom: 3.75rem;
    }
}

@media screen and (min-width: 960px) {
    .two-column-text .grid-container {
        padding-top: 7.5rem;
        padding-bottom: 7.5rem;
    }
}

.two-column-text .grid-container > ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

@media screen and (min-width: 960px) {
    .two-column-text .grid-container > ul {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }
}

@media screen and (max-width: 959px) {
    .two-column-text .grid-container li.text:first-child {
        padding-bottom: 1.25rem;
        margin-bottom: 1.875rem;
        border-bottom: 1px solid #c8c8c8;
    }
}

@media screen and (min-width: 960px) {
    .two-column-text .grid-container li.text:first-child {
        border-right: 1px solid #c8c8c8;
    }
}

@media screen and (min-width: 580px) {
    .two-column-text .grid-container li.text {
        padding-right: 2.77778%;
        padding-left: 2.77778%;
    }
}

@media screen and (min-width: 960px) {
    .two-column-text .grid-container li.text {
        -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
        -ms-flex-negative: 0;
        flex-shrink: 0;
    }
}

.two-column-text .grid-container li.text h2 {
    margin-bottom: 1.25rem;
}

@media screen and (min-width: 960px) {
    .two-column-text .grid-container li.text h2 {
        margin-bottom: 1.875rem;
    }
}

.upcoming-events {
    max-width: 1280px;
    margin-right: auto;
    margin-left: auto;
}

    .upcoming-events .component-header {
        max-width: 1280px;
        margin-right: auto;
        margin-left: auto;
        padding-right: 20px;
        padding-left: 20px;
    }

        .upcoming-events .component-header::after {
            display: block;
            clear: both;
            content: "";
        }

@media screen and (min-width: 960px) {
    .upcoming-events .component-header {
        padding-right: 30px;
        padding-left: 30px;
    }
}

.upcoming-events .component-inner ul {
    list-style: none;
    padding: 0;
    margin: 0;
    border-top: 1px solid #c8c8c8;
}

@media screen and (min-width: 960px) {
    .upcoming-events .component-inner ul {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        border-top: 0;
    }
}

.upcoming-events .component-inner ul li {
    border-bottom: 1px solid #c8c8c8;
}

@media screen and (min-width: 960px) {
    .upcoming-events .component-inner ul li {
        width: 33.33333%;
        border-bottom: 0;
    }
}

.upcoming-events .component-inner ul a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

@media screen and (min-width: 960px) {
    .upcoming-events .component-inner ul a {
        position: relative;
        overflow: hidden;
        min-height: 600px;
    }
}

@media screen and (min-width: 960px) {
    .upcoming-events .component-inner ul a::before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: #000000;
        opacity: 0.6;
        z-index: -1;
        -webkit-transition: opacity 300ms ease-in-out;
        transition: opacity 300ms ease-in-out;
    }
}

.upcoming-events .component-inner ul a:hover {
    text-decoration: none;
}

    .upcoming-events .component-inner ul a:hover h3 {
        text-decoration: underline;
    }

@media screen and (min-width: 960px) {
    .upcoming-events .component-inner ul a:hover::before {
        opacity: 0.7;
    }
}

.upcoming-events .component-inner ul .text {
    position: relative;
    padding-top: 1.875rem;
    padding-right: 1.25rem;
    padding-bottom: 1.875rem;
    padding-left: 5rem;
    color: #000000;
}

@media screen and (min-width: 960px) {
    .upcoming-events .component-inner ul .text {
        padding-top: 2.5rem;
        padding-right: 2.5rem;
        padding-bottom: 2.5rem;
        padding-left: 2.5rem;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -ms-flex-pack: distribute;
        justify-content: space-around;
        height: 100%;
        color: #FFFFFF;
    }
}

.upcoming-events .component-inner ul .text time.event-date {
    position: absolute;
    left: 0;
    width: 80px;
    padding-left: 1.25rem;
    font-family: "ITC Galliard W01 Roman692801", Times, serif;
    font-size: 1.125rem;
    line-height: 1;
}

@media screen and (min-width: 960px) {
    .upcoming-events .component-inner ul .text time.event-date {
        position: relative;
        width: auto;
        text-align: left;
        padding-left: 0;
        font-size: 1.875rem;
    }
}

.upcoming-events .component-inner ul .text time.event-date span {
    font-size: 2.25rem;
    line-height: 1;
    display: block;
}

@media screen and (min-width: 960px) {
    .upcoming-events .component-inner ul .text time.event-date span {
        font-size: 4.5rem;
    }
}

.upcoming-events .component-inner ul .text h3 {
    margin-top: auto;
    margin-bottom: 1rem;
    font-size: 1.125rem;
    line-height: 1.3334;
}

@media screen and (min-width: 580px) {
    .upcoming-events .component-inner ul .text h3 {
        font-size: 1.25rem;
        line-height: 1.4;
    }
}

@media screen and (min-width: 960px) {
    .upcoming-events .component-inner ul .text h3 {
        font-size: 1.5rem;
        line-height: 1.25;
    }
}

.upcoming-events .component-inner ul .text time.event-time {
    margin-bottom: 0.625rem;
    font-size: 0.875rem;
    line-height: 1;
    font-family: "futura-pt-bold", Arial, sans-serif;
}

@media screen and (min-width: 960px) {
    .upcoming-events .component-inner ul .text time.event-time {
        font-size: 1.125rem;
    }
}

.upcoming-events .component-inner ul .text span.location {
    display: block;
    font-size: 0.875rem;
    line-height: 1;
}

@media screen and (min-width: 960px) {
    .upcoming-events .component-inner ul .text span.location {
        font-size: 1rem;
    }
}

.upcoming-events .component-inner ul .image {
    display: none;
    background-size: cover;
    background-position: center center;
}

@media screen and (min-width: 580px) {
    .upcoming-events .component-inner ul .image {
        display: block;
        -ms-flex-preferred-size: 31.72414%;
        flex-basis: 31.72414%;
        -ms-flex-negative: 0;
        flex-shrink: 0;
    }
}

@media screen and (min-width: 960px) {
    .upcoming-events .component-inner ul .image {
        z-index: -2;
        width: 100%;
        height: 100%;
        max-width: 100%;
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
    }
}

.video-feature .video-feature-inner {
    max-width: 1280px;
    margin-right: auto;
    margin-left: auto;
}

.video-feature .video-container {
    position: relative;
}

    .video-feature .video-container .iframe-wrapper {
        display: block;
        position: relative;
        height: 100%;
    }

        .video-feature .video-container .iframe-wrapper::after {
            content: '';
            display: block;
            padding-bottom: 56.25%;
        }

        .video-feature .video-container .iframe-wrapper > iframe {
            position: absolute;
            top: 0;
            right: 0;
            bottom: 0;
            left: 0;
        }

        .video-feature .video-container .iframe-wrapper iframe {
            width: 100%;
            height: 100%;
        }

@media screen and (max-width: 959px) {
    .video-feature .video-container .video-poster {
        max-width: 1280px;
        margin-right: auto;
        margin-left: auto;
        padding-right: 20px;
        padding-left: 20px;
        padding-top: 1.875rem;
        padding-bottom: 1.875rem;
        background-image: none !important;
    }

        .video-feature .video-container .video-poster::after {
            display: block;
            clear: both;
            content: "";
        }
}

@media screen and (max-width: 959px) and (min-width: 960px) {
    .video-feature .video-container .video-poster {
        padding-right: 30px;
        padding-left: 30px;
    }
}

@media screen and (min-width: 960px) {
    .video-feature .video-container .video-poster {
        background-size: cover;
        background-position: center center;
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        z-index: 1;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        text-align: center;
        padding-right: 11.11111%;
        padding-left: 11.11111%;
        color: #FFFFFF;
    }
}

.video-feature .video-container .video-poster button {
    display: none;
}

@media screen and (min-width: 960px) {
    .video-feature .video-container .video-poster button {
        display: block;
        width: 80px;
        height: 80px;
        margin-top: 0;
        margin-right: auto;
        margin-bottom: 1.875rem;
        margin-left: auto;
    }
}

.video-feature .video-container .video-poster button svg {
    width: 100%;
    opacity: 0.8;
}

.wysiwyg-text {
    padding-top: 1.875rem;
    padding-bottom: 1.875rem;
}

@media screen and (min-width: 580px) {
    .wysiwyg-text {
        padding-top: 2.5rem;
        padding-right: 2.77778%;
        padding-bottom: 2.5rem;
        padding-left: 2.77778%;
    }
}

@media screen and (min-width: 960px) {
    .wysiwyg-text {
        padding-top: 0;
        padding-right: 5.55556%;
        padding-bottom: 0;
    }
}

.wysiwyg-text table {
    width: 100%;
    border-collapse: separate;
    border-spacing: 0 1.5rem;
}

.chaptered-split .wysiwyg-text {
    padding-top: 0;
    padding-right: 0;
    padding-bottom: 0;
    padding-left: 0;
}

@media screen and (min-width: 960px) {
    .chaptered-split .wysiwyg-text {
        padding-top: 0;
        padding-right: 2.77778%;
        padding-bottom: 0;
    }
}

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

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

margin-bottom: 1.875rem;
}

@media screen and (min-width: 580px) and (max-width: 959px) {
    .cards-grid-images ul > li .image {
        float: left;
        width: 46.875%;
    }
}

@media screen and (min-width: 960px) {
    .cards-grid-images ul > li .image {
        margin-bottom: 2.125rem;
    }
}

@media screen and (min-width: 580px) and (max-width: 959px) {
    .cards-grid-images ul > li .text {
        float: left;
        overflow: hidden;
        width: 46.875%;
        margin-left: 6.25%;
    }
}

@media screen and (min-width: 960px) {
    .cards-grid-images ul > li .text {
        width: 80%;
        margin-left: 10%;
    }
}

.cards-grid-images ul > li h3 {
    font-family: "Open Sans-bold", Arial, sans-serif;
    font-size: 1rem;
    line-height: 1.25;
    margin-bottom: 0.25rem;
}

@media screen and (min-width: 580px) {
    .cards-grid-images ul > li h3 {
        font-size: 1.25rem;
        line-height: 1.5;
    }
}

.cards-grid-images ul > li .faculty-title {
    margin-top: 0;
    margin-bottom: 0;
}

@media screen and (min-width: 580px) {
    .cards-grid-images ul > li .faculty-title {
        font-size: 1.125rem;
        line-height: 1.3334;
    }
}

.cards-grid-images ul > li .course-name {
    margin-top: 0;
    font-style: italic;
}

@media screen and (min-width: 580px) {
    .cards-grid-images ul > li .course-name {
        font-size: 1rem;
        line-height: 1.5;
    }
}

@media screen and (min-width: 960px) {
    .cards-grid-images ul > li .cta {
        position: absolute;
        bottom: 40px;
    }
}

.cards-grid-no-gutters::after {
    display: block;
    clear: both;
    content: "";
}

@media screen and (min-width: 960px) {
    .cards-grid-no-gutters {
        padding-bottom: 0;
    }
}

@media screen and (max-width: 959px) {
    .cards-grid-no-gutters .component-header {
        padding: 0;
    }
}

@media screen and (min-width: 960px) {
    .cards-grid-no-gutters .component-header .component-header-inner {
        max-width: 1280px;
        margin-right: auto;
        margin-left: auto;
        padding-right: 20px;
        padding-left: 20px;
    }

        .cards-grid-no-gutters .component-header .component-header-inner::after {
            display: block;
            clear: both;
            content: "";
        }
}

@media screen and (min-width: 960px) and (min-width: 960px) {
    .cards-grid-no-gutters .component-header .component-header-inner {
        padding-right: 30px;
        padding-left: 30px;
    }
}

.cards-grid-no-gutters .component-header h2 {
    font-size: 2.25rem;
    line-height: 1.1667;
}

@media screen and (min-width: 960px) {
    .cards-grid-no-gutters .component-header h2 {
        font-size: 3.75rem;
        line-height: 1.1334;
    }
}

.cards-grid-no-gutters .cards-grid-inner {
    max-width: 1280px;
    margin-right: auto;
    margin-left: auto;
}

.cards-grid-no-gutters .cards-grid-list {
    list-style: none;
    padding: 0;
    margin: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

@media screen and (min-width: 580px) {
    .cards-grid-no-gutters .cards-grid-list {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
}

.cards-grid-no-gutters .cards-grid-list > li {
    float: left;
    min-height: 20rem;
    background-color: #FFFFFF;
}

@media screen and (min-width: 580px) {
    .cards-grid-no-gutters .cards-grid-list > li {
        width: 50%;
        min-height: 26.875rem;
    }
}

@media screen and (min-width: 960px) {
    .cards-grid-no-gutters .cards-grid-list > li {
        width: 33.33333%;
    }
}

.cards-grid-no-gutters .cards-grid-list > li:first-child {
    background-color: #f5f5f5;
}

@media screen and (min-width: 960px) {
    .cards-grid-no-gutters .cards-grid-list > li:first-child {
        width: 100%;
        min-height: 0;
    }

        .cards-grid-no-gutters .cards-grid-list > li:first-child .text {
            padding: 0;
        }
}

.cards-grid-no-gutters .cards-grid-list > li a:focus, .cards-grid-no-gutters .cards-grid-list > li a:active, .no-touchevents .cards-grid-no-gutters .cards-grid-list > li a:hover {
    -webkit-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
}

    .cards-grid-no-gutters .cards-grid-list > li a:focus .text, .cards-grid-no-gutters .cards-grid-list > li a:active .text, .no-touchevents .cards-grid-no-gutters .cards-grid-list > li a:hover .text {
        -webkit-transition: background-color 300ms ease-in-out;
        transition: background-color 300ms ease-in-out;
        background-color: rgba(0, 0, 0, 0.7);
    }

.cards-grid-no-gutters .cards-grid-list > li.card-bg.card-bg-blue {
    background-color: #354ca1;
}

.cards-grid-no-gutters .cards-grid-list > li.card-bg.card-bg-brown {
    background-color: #8e6b4c;
}

.cards-grid-no-gutters .cards-grid-list > li.card-bg .text h3 {
    color: #FFFFFF;
}

.cards-grid-no-gutters .cards-grid-list > li.card-bg .text p {
    color: #FFFFFF;
}

.cards-grid-no-gutters .cards-grid-list > li.card-bg .text .links-container > li {
    background-color: inherit;
}

    .cards-grid-no-gutters .cards-grid-list > li.card-bg .text .links-container > li .cta-link {
        color: #FFFFFF;
    }

.cards-grid-no-gutters .cards-grid-list > li .text {
    padding-top: 1.875rem;
    padding-right: 20px;
    padding-bottom: 1.875rem;
    padding-left: 20px;
    min-height: 320px;
}

@media screen and (min-width: 580px) {
    .cards-grid-no-gutters .cards-grid-list > li .text {
        padding-right: 30px;
        padding-left: 30px;
        min-height: auto;
    }
}

@media screen and (min-width: 960px) {
    .cards-grid-no-gutters .cards-grid-list > li .text {
        padding-top: 3.125rem;
        padding-right: 2.5rem;
        padding-bottom: 3.125rem;
        padding-left: 2.5rem;
    }
}

.cards-grid-no-gutters .cards-grid-list > li .text h3 {
    text-transform: capitalize;
    font-size: 1.25rem;
    line-height: 1.2;
    color: #000000;
    margin-bottom: 0.9375rem;
}

@media screen and (min-width: 580px) {
    .cards-grid-no-gutters .cards-grid-list > li .text h3 {
        font-size: 1.5rem;
        line-height: 1.25;
    }
}

.cards-grid-no-gutters .cards-grid-list > li .links-container {
    list-style: none;
    padding: 0;
    margin: 0;
    margin-top: 0.625rem;
    margin-bottom: 0.625rem;
}

    .cards-grid-no-gutters .cards-grid-list > li .links-container > li {
        border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    }

    .cards-grid-no-gutters .cards-grid-list > li .links-container.links-container-split-column {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

        .cards-grid-no-gutters .cards-grid-list > li .links-container.links-container-split-column > li {
            width: 47.22222%;
            margin-right: 2.77778%;
            margin-left: 2.77778%;
        }

            .cards-grid-no-gutters .cards-grid-list > li .links-container.links-container-split-column > li:nth-child(odd) {
                margin-left: 0;
            }

            .cards-grid-no-gutters .cards-grid-list > li .links-container.links-container-split-column > li:nth-child(even) {
                margin-right: 0;
            }

@media screen and (min-width: 580px) {
    .cards-grid-no-gutters .cards-grid-list > li .links-container.links-container-split-column > li {
        width: 100%;
        margin-right: 0;
        margin-left: 0;
    }
}

@media screen and (min-width: 960px) {
    .cards-grid-no-gutters .cards-grid-list > li .links-container.links-container-split-column > li {
        width: 44.44444%;
        margin-right: 5.55556%;
        margin-left: 5.55556%;
    }
}

.cards-grid-no-gutters .cards-grid-list > li .image {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    display: block;
    position: relative;
}

    .cards-grid-no-gutters .cards-grid-list > li .image::after {
        content: '';
        display: block;
        padding-bottom: 100%;
    }

    .cards-grid-no-gutters .cards-grid-list > li .image > .text {
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
    }

@media screen and (min-width: 580px) {
    .cards-grid-no-gutters .cards-grid-list > li .image {
        display: block;
        position: relative;
        min-height: 100%;
    }

        .cards-grid-no-gutters .cards-grid-list > li .image::after {
            content: '';
            display: block;
            padding-bottom: 150%;
        }

        .cards-grid-no-gutters .cards-grid-list > li .image > .text {
            position: absolute;
            top: 0;
            right: 0;
            bottom: 0;
            left: 0;
        }
}

@media screen and (min-width: 1280px) {
    .cards-grid-no-gutters .cards-grid-list > li .image {
        display: block;
        position: relative;
    }

        .cards-grid-no-gutters .cards-grid-list > li .image::after {
            content: '';
            display: block;
            padding-bottom: 100%;
        }

        .cards-grid-no-gutters .cards-grid-list > li .image > .text {
            position: absolute;
            top: 0;
            right: 0;
            bottom: 0;
            left: 0;
        }
}

.cards-grid-no-gutters .cards-grid-list > li .image .text {
    -webkit-transition: background-color 300ms ease-in-out;
    transition: background-color 300ms ease-in-out;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
    padding-right: 20px;
    padding-left: 20px;
    background-color: rgba(0, 0, 0, 0.56);
}

    .cards-grid-no-gutters .cards-grid-list > li .image .text h3 {
        font-family: "Georgia", Times, serif;
        font-size: 3.375rem;
        line-height: 1;
        color: #FFFFFF;
    }

@media screen and (min-width: 580px) {
    .cards-grid-no-gutters .cards-grid-list > li .image .text h3 {
        font-size: 3.75rem;
        line-height: 1;
    }
}

@media screen and (min-width: 960px) {
    .cards-grid-no-gutters .cards-grid-list > li .image .text h3 {
        font-size: 4.5rem;
        line-height: 1;
    }
}

.cards-grid-no-gutters .cards-grid-list > li .cta-link {
    display: block;
    padding-top: 0.9375rem;
    padding-bottom: 0.9375rem;
    font-size: 0.875rem;
    line-height: 1;
    color: #354ca1;
}

@media screen and (min-width: 580px) {
    .cards-grid-no-gutters .cards-grid-list > li .cta-link {
        font-size: 1rem;
    }
}

.cards-grid-no-gutters .cards-grid-list > li .cta-link::after {
    content: '\00A0\003e';
    display: inline-block;
}

.cards-grid-no-gutters .cards-grid-list > li .cta-link:focus, .cards-grid-no-gutters .cards-grid-list > li .cta-link:active, .no-touchevents .cards-grid-no-gutters .cards-grid-list > li .cta-link:hover {
    -webkit-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
    text-decoration: underline;
}

.cards-grid-profiles {
    margin: 1.875rem 0;
    background-color: #FFFFFF;
}

@media screen and (min-width: 960px) {
    .cards-grid-profiles {
        margin: 3.75rem 0;
    }
}

.cards-grid-profiles ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

@media screen and (min-width: 960px) {
    .cards-grid-profiles ul {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        width: 100%;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
}

@media screen and (min-width: 960px) {
    .cards-grid-profiles ul > li {
        width: 47.05882%;
        margin-right: 5.88235%;
        margin-bottom: 3.125rem;
    }

        .cards-grid-profiles ul > li:nth-child(2n+2) {
            margin-right: 0;
        }

        .cards-grid-profiles ul > li:nth-last-child(2) {
            margin-bottom: 0;
        }
}

.cards-grid-profiles ul > li:last-child {
    margin-bottom: 0;
}

.cards-grid-profiles ul > li a {
    padding-top: 1rem;
    padding-bottom: 1.25rem;
    border: solid 1px #c8c8c8;
}

@media screen and (min-width: 580px) {
    .cards-grid-profiles ul > li a {
        padding: 0;
    }
}

.cards-grid-profiles ul > li .image {
    display: block;
    position: relative;
    display: none;
}

    .cards-grid-profiles ul > li .image::after {
        content: '';
        display: block;
        padding-bottom: 150%;
    }

@media screen and (min-width: 580px) {
    .cards-grid-profiles ul > li .image {
        display: block;
        float: left;
        width: 25%;
    }
}

@media screen and (min-width: 960px) {
    .cards-grid-profiles ul > li .image {
        width: 43.75%;
    }
}

@media screen and (min-width: 580px) {
    .cards-grid-profiles ul > li .text {
        float: left;
        overflow: hidden;
        width: 75%;
        padding: 1.25rem 2.77778% 1.5rem;
    }
}

@media screen and (min-width: 960px) {
    .cards-grid-profiles ul > li .text {
        width: 56.25%;
        padding-left: 6.25%;
        padding-right: 6.25%;
    }
}

.cards-grid-profiles ul > li h3 {
    font-family: "Open Sans-bold", Arial, sans-serif;
    font-size: 1.125rem;
    line-height: 1.3334;
}

@media screen and (min-width: 960px) {
    .cards-grid-profiles ul > li h3 {
        font-size: 1.25rem;
        line-height: 1.2;
    }
}

.cards-grid-profiles ul > li h3 span {
    display: block;
}

@media screen and (min-width: 580px) and (max-width: 959px) {
    .cards-grid-profiles ul > li h3 span {
        display: inline;
    }
}

.cards-grid-profiles ul > li p {
    font-size: 0.875rem;
    line-height: 1.4286;
}

    .cards-grid-profiles ul > li p.summary {
        display: block;
        /* Fallback for non-webkit */
        font-size: 0.875rem;
        line-height: 1.4286;
        height: 6.25013rem;
        /* Fallback for non-webkit */
        overflow: hidden;
    }

@supports (-webkit-line-clamp: 5) {
    .cards-grid-profiles ul > li p.summary {
        display: -webkit-box;
        -webkit-line-clamp: 5;
        -webkit-box-orient: vertical;
        text-overflow: ellipsis;
        height: auto;
    }
}

@media screen and (min-width: 1280px) {
    .cards-grid-profiles ul > li p.summary {
        display: block;
        /* Fallback for non-webkit */
        font-size: 0.875rem;
        line-height: 1.4286;
        height: 8.75018rem;
        /* Fallback for non-webkit */
        overflow: hidden;
    }

    @supports (-webkit-line-clamp: 7) {
        .cards-grid-profiles ul > li p.summary {
            display: -webkit-box;
            -webkit-line-clamp: 7;
            -webkit-box-orient: vertical;
            text-overflow: ellipsis;
            height: auto;
        }
    }
}

.cards-grid-profiles ul > li p.tags {
    padding-top: 1.125rem;
    margin-top: 1.125rem;
    border-top: solid 1px #ebebeb;
    font-size: 0.875rem;
    line-height: 1.2858;
    font-family: "Open Sans-bold", Arial, sans-serif;
    -webkit-transition: color 300ms ease-in-out;
    transition: color 300ms ease-in-out;
}

@media screen and (min-width: 580px) {
    .cards-grid-profiles ul > li p.tags {
        padding-top: 1.5rem;
        margin-top: 1.5rem;
    }
}

.cards-grid-stories {
    background-color: #FFFFFF;
    margin-top: 0.625rem;
}

@media screen and (min-width: 580px) {
    .cards-grid-stories {
        margin-top: 1.875rem;
    }
}

@media screen and (min-width: 960px) {
    .cards-grid-stories {
        margin-top: 2.5rem;
        padding-bottom: 0;
    }
}

.cards-grid-stories .cards-container {
    list-style: none;
    padding: 0;
    margin: 0;
}

@media screen and (min-width: 580px) {
    .cards-grid-stories .cards-container {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        width: 100%;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
}

@media screen and (min-width: 960px) {
    .cards-grid-stories .cards-container {
        width: 88.88889%;
        margin-left: 5.55556%;
    }
}

.cards-grid-stories .cards-container > li {
    margin-bottom: 0;
}

@media screen and (min-width: 580px) {
    .cards-grid-stories .cards-container > li {
        padding-bottom: 0;
        margin-bottom: 1.875rem;
    }
}

@media screen and (min-width: 580px) and (max-width: 959px) {
    .cards-grid-stories .cards-container > li {
        width: 47.22222%;
        margin-right: 5.55556%;
    }

        .cards-grid-stories .cards-container > li:nth-child(even) {
            margin-right: 0;
        }
}

@media screen and (min-width: 960px) {
    .cards-grid-stories .cards-container > li {
        width: 31.25%;
        margin-right: 3.125%;
        margin-bottom: 1.875rem;
    }

        .cards-grid-stories .cards-container > li:nth-child(3n+3) {
            margin-right: 0;
        }
}

.cards-grid-stories .cards-container > li a {
    padding: 1.875rem 0 1.5rem;
    border-bottom: solid 1px #c8c8c8;
}

@media screen and (min-width: 580px) {
    .cards-grid-stories .cards-container > li a {
        padding: 0 0 1.875rem;
        border: 1px solid #c8c8c8;
    }
}

.cards-grid-stories .cards-container > li .image {
    display: none;
}

@media screen and (min-width: 580px) {
    .cards-grid-stories .cards-container > li .image {
        display: block;
    }
}

.cards-grid-stories .cards-container > li .text {
    position: relative;
}

@media screen and (min-width: 580px) and (max-width: 959px) {
    .cards-grid-stories .cards-container > li .text {
        float: left;
        width: 94.11765%;
        padding-left: 5.88235%;
        padding-top: 1.25rem;
    }
}

@media screen and (min-width: 960px) {
    .cards-grid-stories .cards-container > li .text {
        width: 90%;
        padding-left: 10%;
        padding-top: 1.5rem;
    }
}

.cards-grid-stories .cards-container > li .topic {
    display: inline-block;
    height: 1.875rem;
    padding: 0 15px;
    margin-bottom: 0.9375rem;
    background-color: #354ca1;
    color: #FFFFFF;
    font-size: 0.875rem;
    line-height: 2.1429;
}

@media screen and (min-width: 580px) {
    .cards-grid-stories .cards-container > li .topic {
        position: absolute;
        z-index: 1;
        left: 0;
        top: -1.875rem;
    }
}

@media screen and (min-width: 580px) {
    .cards-grid-stories .cards-container > li .topic {
        margin-bottom: 1.5rem;
    }
}

.cards-grid-stories .cards-container > li p.name {
    margin-bottom: 0;
    font-family: "Open Sans-bold", Arial, sans-serif;
}

@media screen and (min-width: 580px) {
    .cards-grid-stories .cards-container > li p.name {
        font-size: 1.125rem;
    }
}

.cards-grid-stories .cards-container > li p.role {
    margin-top: 0;
}

@media screen and (min-width: 580px) {
    .cards-grid-stories .cards-container > li p.role {
        font-size: 1.125rem;
    }
}

.cards-grid-stories.featured {
    margin-top: 0;
}

@media screen and (min-width: 580px) {
    .cards-grid-stories.featured .cards-container {
        display: block;
    }
}

@media screen and (min-width: 960px) {
    .cards-grid-stories.featured .cards-container {
        width: 94.44444%;
        margin-left: 2.77778%;
    }
}

.cards-grid-stories.featured .cards-container > li {
    margin: 0;
    padding: 0;
}

@media screen and (min-width: 580px) {
    .cards-grid-stories.featured .cards-container > li {
        width: 94.44444%;
        margin-left: 2.77778%;
    }
}

@media screen and (min-width: 960px) {
    .cards-grid-stories.featured .cards-container > li {
        width: 100%;
        margin: 0;
    }
}

.cards-grid-stories.featured .cards-container > li a {
    padding: 1.875rem 0;
    border: 0;
    border-top: 1px solid #c8c8c8;
}

@media screen and (min-width: 960px) {
    .cards-grid-stories.featured .cards-container > li a {
        padding: 2.5rem 0;
    }
}

.cards-grid-stories.featured .cards-container > li a:focus, .cards-grid-stories.featured .cards-container > li a:active, .no-touchevents .cards-grid-stories.featured .cards-container > li a:hover {
    -webkit-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
    border-color: #c8c8c8;
}

.cards-grid-stories.featured .cards-container > li .image {
    display: block;
}

@media screen and (min-width: 960px) {
    .cards-grid-stories.featured .cards-container > li .image {
        float: left;
        width: 50%;
    }
}

.cards-grid-stories.featured .cards-container > li .text {
    padding-top: 1.25rem;
}

@media screen and (min-width: 580px) {
    .cards-grid-stories.featured .cards-container > li .text {
        width: 100%;
        padding-left: 0;
    }
}

@media screen and (min-width: 960px) {
    .cards-grid-stories.featured .cards-container > li .text {
        float: left;
        width: 47.05882%;
        margin-left: 2.94118%;
        padding-top: 0;
    }
}

.cards-grid-stories.featured .cards-container > li h3 {
    font-size: 1.5rem;
    line-height: 1.25;
}

@media screen and (min-width: 580px) {
    .cards-grid-stories.featured .cards-container > li h3 {
        font-size: 1.875rem;
        line-height: 1.2;
    }
}

@media screen and (min-width: 580px) {
    .cards-grid-stories.featured .cards-container > li .topic {
        position: static;
    }
}

.cards-grid-two-column-promo-ctas {
    margin: 1.875rem 0;
    background-color: #FFFFFF;
}

@media screen and (min-width: 580px) {
    .cards-grid-two-column-promo-ctas {
        margin: 5rem 0;
    }
}

.cards-grid-two-column-promo-ctas ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

@media screen and (min-width: 960px) {
    .cards-grid-two-column-promo-ctas ul {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        width: 100%;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
}

@media screen and (min-width: 960px) {
    .cards-grid-two-column-promo-ctas ul > li {
        width: 47.05882%;
        margin-right: 5.88235%;
        margin-bottom: 3.125rem;
    }

        .cards-grid-two-column-promo-ctas ul > li:nth-child(2n+2) {
            margin-right: 0;
        }

        .cards-grid-two-column-promo-ctas ul > li:nth-last-child(2) {
            margin-bottom: 0;
        }
}

.cards-grid-two-column-promo-ctas ul > li:last-child {
    margin-bottom: 0;
}

.cards-grid-two-column-promo-ctas ul > li a {
    padding-top: 1rem;
    padding-bottom: 1.25rem;
    border: solid 1px #c8c8c8;
}

@media screen and (min-width: 580px) {
    .cards-grid-two-column-promo-ctas ul > li a {
        padding: 0;
    }
}

.cards-grid-two-column-promo-ctas ul > li .image {
    display: block;
    position: relative;
    display: none;
}

    .cards-grid-two-column-promo-ctas ul > li .image::after {
        content: '';
        display: block;
        padding-bottom: 150%;
    }

@media screen and (min-width: 580px) {
    .cards-grid-two-column-promo-ctas ul > li .image {
        display: block;
        float: left;
        width: 43.75%;
    }
}

@media screen and (min-width: 580px) {
    .cards-grid-two-column-promo-ctas ul > li .text {
        float: left;
        overflow: hidden;
        padding: 1.25rem 2.77778% 1.5rem;
        width: 56.25%;
    }
}

.cards-grid ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

@media screen and (min-width: 960px) {
    .cards-grid ul {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
}

@media screen and (min-width: 960px) {
    .cards-grid ul > li {
        width: 31.25%;
        margin-right: 3.125%;
        margin-bottom: 1.875rem;
    }

        .cards-grid ul > li:nth-child(3n+3) {
            margin-right: 0;
        }
}

.cards-grid ul > li a {
    border-top: 4px solid #354ca1;
}

    .cards-grid ul > li a:focus, .cards-grid ul > li a:active, .no-touchevents .cards-grid ul > li a:hover {
        -webkit-transition: all 300ms ease-in-out;
        transition: all 300ms ease-in-out;
    }

        .cards-grid ul > li a:focus h3, .cards-grid ul > li a:active h3, .no-touchevents .cards-grid ul > li a:hover h3 {
            color: #000000;
        }

        .cards-grid ul > li a:focus .cta, .cards-grid ul > li a:active .cta, .no-touchevents .cards-grid ul > li a:hover .cta {
            color: #8e6b4c;
        }

.cards-grid ul > li p {
    display: none;
}

@media screen and (min-width: 580px) {
    .cards-grid ul > li p {
        display: block;
    }
}

.chapter-table {
    padding-top: 1.25rem;
}

@media screen and (min-width: 580px) {
    .chapter-table {
        padding-top: 1.875rem;
    }
}

.chapter-table .chapter-table-grid {
    list-style: none;
    padding: 0;
    margin: 0;
}

@media screen and (min-width: 580px) {
    .chapter-table .chapter-table-grid {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        border: 1px solid #c8c8c8;
    }
}

@media screen and (max-width: 579px) {
    .chapter-table .chapter-table-grid .table-item:nth-child(1) {
        display: none;
    }

    .chapter-table .chapter-table-grid .table-item:nth-child(n+5) {
        display: none;
    }
}

@media screen and (min-width: 580px) {
    .chapter-table .chapter-table-grid .table-item {
        width: 25%;
        border-right: 1px solid #c8c8c8;
        border-bottom: 1px solid #c8c8c8;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }

        .chapter-table .chapter-table-grid .table-item:nth-child(4n+4) {
            border-right: 0;
        }

        .chapter-table .chapter-table-grid .table-item:nth-last-child(-n+4) {
            border-bottom: 0;
        }
}

@media screen and (min-width: 580px) {
    .chapter-table .chapter-table-grid .table-item.table-item-bg {
        background-color: #f5f5f5;
    }
}

.chapter-table h3 {
    text-align: left;
    font-family: "Open Sans", Arial, sans-serif;
    font-size: 1.125rem;
    line-height: 1.3334;
    padding-top: 1.375rem;
    padding-right: 20px;
    padding-bottom: 1.375rem;
    padding-left: 20px;
}

@media screen and (max-width: 579px) {
    .chapter-table h3 {
        background-color: #f5f5f5;
    }
}

@media screen and (min-width: 580px) {
    .chapter-table h3 {
        text-align: center;
        font-size: 1rem;
        line-height: 1.5;
        padding-top: 3.125rem;
        padding-right: 1.5625rem;
        padding-bottom: 3.125rem;
        padding-left: 1.5625rem;
    }
}

@media screen and (min-width: 960px) {
    .chapter-table h3 {
        font-size: 1.25rem;
        line-height: 1.2;
        padding-top: 3.5625rem;
        padding-bottom: 3.5625rem;
    }
}

.chapter-table time {
    width: 100%;
    display: block;
    text-align: left;
    font-family: "Open Sans-bold", Arial, sans-serif;
    font-size: 0.875rem;
    line-height: 1;
}

@media screen and (min-width: 580px) {
    .chapter-table time {
        text-align: center;
        padding-top: 2.1875rem;
        padding-right: 1.5625rem;
        padding-bottom: 2.1875rem;
        padding-left: 1.5625rem;
    }
}

@media screen and (min-width: 960px) {
    .chapter-table time {
        font-size: 1rem;
        line-height: 1.125;
        padding-top: 2.375rem;
        padding-bottom: 2.375rem;
    }
}

@media screen and (min-width: 580px) {
    .chapter-table time span {
        display: block;
    }
}

.chapter-table p {
    width: 100%;
    text-align: left;
    font-family: "Georgia", Times, serif;
    font-size: 1rem;
    line-height: 1.25;
}

@media screen and (min-width: 580px) {
    .chapter-table p {
        text-align: center;
        padding-top: 1.375rem;
        padding-right: 5.55556%;
        padding-bottom: 1.375rem;
        padding-left: 5.55556%;
    }
}

@media screen and (min-width: 960px) {
    .chapter-table p {
        font-size: 1.125rem;
        line-height: 1.3334;
    }
}

.chapter-table .logo img {
    width: 72px;
    height: 72px;
}

.chapter-table .table-time-info {
    padding-top: 0.5rem;
    padding-right: 20px;
    padding-bottom: 1.875rem;
    padding-left: 20px;
}

    .chapter-table .table-time-info ul {
        list-style: none;
        padding: 0;
        margin: 0;
    }

        .chapter-table .table-time-info ul > li {
            padding-top: 1.125rem;
            padding-bottom: 1.125rem;
            border-bottom: 1px solid #c8c8c8;
        }

@media screen and (min-width: 580px) {
    .chapter-table .table-time-info {
        display: none;
    }
}

.chapters-tabs-split-column .split-column-container {
    display: block;
}

@media screen and (min-width: 580px) {
    .chapters-tabs-split-column .split-column-container {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }
}

.chapters-tabs-split-column .split-column {
    padding-top: 1.25rem;
    padding-right: 0.9375rem;
    padding-bottom: 1.25rem;
    padding-left: 0.9375rem;
}

@media screen and (min-width: 580px) {
    .chapters-tabs-split-column .split-column {
        -webkit-box-flex: 1;
        -ms-flex: 1;
        flex: 1;
        padding-top: 0;
        padding-bottom: 0;
    }
}

@media screen and (min-width: 960px) {
    .chapters-tabs-split-column .split-column {
        padding-right: 1.5rem;
        padding-left: 1.5rem;
    }
}

@media screen and (min-width: 1280px) {
    .chapters-tabs-split-column .split-column {
        padding-right: 2.0625rem;
        padding-left: 2.0625rem;
    }
}

.chapters-tabs-split-column .split-column .title {
    font-size: 1.125rem;
    line-height: 1.3334;
    margin: 0;
}

@media screen and (min-width: 580px) {
    .chapters-tabs-split-column .split-column .title {
        font-size: 1.5rem;
        line-height: 1.25;
    }
}

.chapters-tabs-split-column .split-column .subtitle {
    margin: 0;
    padding-bottom: 1.0625rem;
    border-bottom: 1px solid #c8c8c8;
}

@media screen and (min-width: 580px) {
    .chapters-tabs-split-column .split-column .subtitle {
        font-size: 0.875rem;
        line-height: 1.7143;
    }
}

@media screen and (min-width: 960px) {
    .chapters-tabs-split-column .split-column .subtitle {
        font-size: 1.125rem;
    }
}

.chapters-tabs-split-column .split-column .chapters-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

    .chapters-tabs-split-column .split-column .chapters-list > li {
        padding-top: 0.75rem;
        padding-bottom: 0.75rem;
    }

@media screen and (min-width: 580px) {
    .chapters-tabs-split-column .split-column .chapters-list > li {
        padding-top: 1.0625rem;
        padding-bottom: 1.0625rem;
    }
}

@media screen and (min-width: 960px) {
    .chapters-tabs-split-column .split-column .chapters-list > li {
        padding-top: 0.9375rem;
        padding-bottom: 0.9375rem;
    }
}

.chapters {
    margin-bottom: 30px;
}

@media screen and (min-width: 580px) {
    .chapters {
        margin-bottom: 60px;
    }
}

@media screen and (min-width: 960px) {
    .chapters {
        margin-bottom: 85px;
    }
}

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

.chapters > .grid-container {
    position: relative;
}

@media screen and (min-width: 960px) {
    .chapters {
        margin: 3.75rem 0;
    }
}

.chapters .separator {
    display: none;
}

@media screen and (min-width: 960px) {
    .chapters .separator {
        display: block;
        max-width: 1280px;
        margin-right: auto;
        margin-left: auto;
        padding-right: 20px;
        padding-left: 20px;
    }

        .chapters .separator::after {
            display: block;
            clear: both;
            content: "";
        }
}

@media screen and (min-width: 960px) and (min-width: 960px) {
    .chapters .separator {
        padding-right: 30px;
        padding-left: 30px;
    }
}

@media screen and (min-width: 960px) {
    .chapters .separator::before {
        content: '';
        display: block;
        width: 100%;
        height: 1px;
        background-color: #c8c8c8;
        margin-top: 3.75rem;
        margin-bottom: 3.75rem;
    }
}

.chapters .chaptered-nav-container {
    position: absolute;
    z-index: 12;
    top: 0;
}

@media screen and (max-width: 959px) {
    .chapters .chaptered-nav-container {
        left: 0;
        width: 100%;
        height: 60px;
        overflow: hidden;
        background: #354ca1;
    }
}

@media screen and (min-width: 960px) {
    .chapters .chaptered-nav-container {
        width: 22.22222%;
    }
}

.chapters .chaptered-nav-container.fixed {
    position: fixed;
    top: 62px;
}

@media screen and (min-width: 580px) and (max-width: 959px) {
    .chapters .chaptered-nav-container.fixed {
        top: 72px;
    }
}

@media screen and (min-width: 960px) {
    .chapters .chaptered-nav-container.fixed {
        position: fixed;
        top: 130px;
        z-index: 0;
    }

        .chapters .chaptered-nav-container.fixed > ul {
            position: relative;
        }

            .chapters .chaptered-nav-container.fixed > ul.buttons {
                left: 0;
            }
}

@media screen and (min-width: 1280px) {
    .chapters .chaptered-nav-container.fixed {
        width: 284px;
    }
}

.chapters .chaptered-nav-container.bottom {
    top: auto;
    bottom: 0;
    position: absolute;
}

.chapters .chaptered-nav-container ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

@media screen and (max-width: 959px) {
    .chapters .chaptered-nav-container .buttons {
        max-width: 1280px;
        margin-right: auto;
        margin-left: auto;
        padding-right: 20px;
        padding-left: 20px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        position: fixed;
        bottom: 0;
        z-index: 10;
        width: 100%;
        padding-top: 1.25rem;
        background-color: #FFFFFF;
    }

        .chapters .chaptered-nav-container .buttons::after {
            display: block;
            clear: both;
            content: "";
        }
}

@media screen and (max-width: 959px) and (min-width: 960px) {
    .chapters .chaptered-nav-container .buttons {
        padding-right: 30px;
        padding-left: 30px;
    }
}

.chapters .chaptered-nav-container .buttons .button {
    width: 100%;
}

@media screen and (max-width: 959px) {
    .chapters .chaptered-nav-container .buttons .button {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        height: 100%;
    }
}

@media screen and (max-width: 959px) {
    .chapters .chaptered-nav-container .buttons > li {
        width: 50%;
        margin-bottom: 1.25rem;
    }

        .chapters .chaptered-nav-container .buttons > li:nth-child(odd) {
            padding-right: 0.625rem;
        }

        .chapters .chaptered-nav-container .buttons > li:nth-child(even) {
            padding-left: 0.625rem;
        }
}

@media screen and (min-width: 960px) {
    .chapters .chaptered-nav-container .buttons > li {
        margin: 1.875rem 0 1.875rem 30px;
    }
}

.chapters .chaptered-nav-container .menu-toggle {
    position: relative;
    height: 60px;
    width: 100%;
    padding-left: 20px;
    text-align: left;
    color: #FFFFFF;
}

    .chapters .chaptered-nav-container .menu-toggle:not(.active) {
        overflow: hidden;
        text-indent: 101%;
        white-space: nowrap;
        position: absolute;
        top: 0;
        left: 0;
        z-index: 1;
    }

@media screen and (min-width: 960px) {
    .chapters .chaptered-nav-container .menu-toggle {
        display: none;
    }
}

.chapters .chaptered-nav-container .menu-toggle::after {
    content: '';
    display: inline-block;
    height: 12px;
    width: 12px;
    border-width: 2px 0 0 2px;
    border-color: #FFFFFF;
    border-style: solid;
    -webkit-transform: rotate(225deg);
    transform: rotate(225deg);
    position: absolute;
    right: 20px;
    top: 22px;
}

@media screen and (max-width: 959px) {
    .chapters .chaptered-nav-container.open {
        height: auto;
        overflow: auto;
    }
}

.chapters .chaptered-nav-container.open .menu-toggle::after {
    display: inline-block;
    height: 12px;
    width: 12px;
    border-width: 2px 0 0 2px;
    border-color: #FFFFFF;
    border-style: solid;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    top: 25px;
}

@media screen and (max-width: 959px) {
    .chapters .chaptered-nav-container.open .chaptered-nav > li {
        display: block;
        -webkit-animation: fade-in 300ms ease-in-out;
        animation: fade-in 300ms ease-in-out;
    }

        .chapters .chaptered-nav-container.open .chaptered-nav > li.active a {
            background-color: transparent;
        }
}

.chapters .chaptered-nav-container:not(.fixed) .menu-toggle.active {
    border-top: solid 1px #FFFFFF;
}

.chapters .chaptered-nav {
    position: relative;
    font-family: "Open Sans-bold", Arial, sans-serif;
    font-size: 1.25rem;
    line-height: 1;
}

@media screen and (min-width: 960px) {
    .chapters .chaptered-nav {
        font-size: 1rem;
    }
}

@media screen and (max-width: 959px) {
    .chapters .chaptered-nav > li {
        display: none;
    }
}

@media screen and (max-width: 959px) {
    .chapters .chaptered-nav > li.active {
        display: block;
    }
}

.chapters .chaptered-nav > li.active a {
    background: #8e6b4c;
    color: #FFFFFF;
}

.chapters .chaptered-nav a {
    display: block;
    padding: 1.25rem 20px;
}

@media screen and (max-width: 959px) {
    .chapters .chaptered-nav a {
        color: #FFFFFF;
    }
}

@media screen and (min-width: 960px) {
    .chapters .chaptered-nav a {
        padding: 1.375rem 30px;
        -webkit-transition: all 300ms ease-in-out;
        transition: all 300ms ease-in-out;
    }
}

.chapters .chaptered-nav a:focus, .chapters .chaptered-nav a:active, .no-touchevents .chapters .chaptered-nav a:hover {
    -webkit-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
    text-decoration: none;
}

.chapters .chapters-content-container {
    padding-top: 1rem;
    position: relative;
    z-index: 2;
}

@media screen and (min-width: 580px) {
    .chapters .chapters-content-container {
        padding-top: 1.875rem;
    }
}

@media screen and (min-width: 960px) {
    .chapters .chapters-content-container {
        float: left;
        width: 69.44444%;
        margin-left: 30.55556%;
        padding-top: 0;
    }
}

.chapters .chaptered-content {
    list-style: none;
    padding: 0;
    margin: 0;
}

    .chapters .chaptered-content h2 {
        margin-bottom: 1.25rem;
    }

    .chapters .chaptered-content > li.chapter {
        padding-top: 5rem;
    }

@media screen and (min-width: 960px) {
    .chapters .chaptered-content > li.chapter {
        margin-bottom: 6.25rem;
        padding: 0;
    }
}

.chapters .chaptered-content > li.chapter .terms-heading {
    background-color: #ebebeb;
    padding-top: 1.9375rem;
    padding-right: 1rem;
    padding-bottom: 1.9375rem;
    padding-left: 1rem;
    margin-bottom: 1.875rem;
    font-size: 1.875rem;
    line-height: 1.2;
}

@media screen and (min-width: 580px) {
    .chapters .chaptered-content > li.chapter .terms-heading {
        padding-top: 3.3125rem;
        padding-bottom: 3.3125rem;
        margin-bottom: 2.5625rem;
        font-size: 3rem;
        line-height: 1;
    }
}

@media screen and (min-width: 960px) {
    .chapters .chaptered-content > li.chapter .terms-heading {
        padding-right: 1.625rem;
        padding-left: 1.625rem;
    }
}

@media screen and (min-width: 960px) {
    .chapters .chaptered-content > li.chapter .terms-heading {
        padding-right: 2.1875rem;
        padding-left: 2.1875rem;
    }
}

.chapters #chapters-end {
    height: 0;
}

.columns-cta {
    position: relative;
    background-color: #354ca1;
}

    .columns-cta .image {
        display: block;
        position: relative;
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        width: 100%;
        height: 100%;
        max-width: 100%;
        overflow: hidden;
        z-index: 0;
    }

        .columns-cta .image::after {
            content: '';
            display: block;
            padding-bottom: 56.25%;
        }

        .columns-cta .image::before {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background-color: rgba(53, 76, 161, 0.6);
        }

    .columns-cta .grid-container {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        position: relative;
        z-index: 1;
    }

    .columns-cta h2 {
        color: #FFFFFF;
        margin-top: 1.875rem;
        margin-bottom: 0.625rem;
    }

@media screen and (min-width: 580px) {
    .columns-cta h2 {
        width: 94.44444%;
        margin-top: 3.75rem;
        margin-right: 2.77778%;
        margin-left: 2.77778%;
    }
}

@media screen and (min-width: 960px) {
    .columns-cta h2 {
        font-size: 3.75rem;
        line-height: 1;
        margin-top: 10rem;
        margin-bottom: 3.75rem;
    }
}

@media screen and (min-width: 1280px) {
    .columns-cta h2 {
        width: 100%;
        font-size: 3.75rem;
        line-height: 1;
    }
}

.columns-cta .columns-cta-list {
    list-style: none;
    padding: 0;
    margin: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

@media screen and (min-width: 580px) {
    .columns-cta .columns-cta-list {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        margin-right: 2.77778%;
        margin-bottom: 2.375rem;
        margin-left: 2.77778%;
    }
}

@media screen and (min-width: 960px) {
    .columns-cta .columns-cta-list {
        margin-right: 0;
        margin-bottom: 3.125rem;
        margin-left: 0;
    }
}

.columns-cta .columns-cta-list .cta-list-item {
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

@media screen and (min-width: 580px) {
    .columns-cta .columns-cta-list .cta-list-item {
        -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
        max-width: 50%;
        border-right: 1px solid rgba(255, 255, 255, 0.2);
    }
}

@media screen and (min-width: 960px) {
    .columns-cta .columns-cta-list .cta-list-item {
        -ms-flex-preferred-size: 25%;
        flex-basis: 25%;
        max-width: 25%;
        border-bottom: 0;
    }

        .columns-cta .columns-cta-list .cta-list-item:last-child {
            border-right: 0;
        }
}

@media screen and (min-width: 580px) and (max-width: 959px) {
    .columns-cta .columns-cta-list .cta-list-item:nth-last-child(-n+2) {
        border-bottom: 0;
    }

    .columns-cta .columns-cta-list .cta-list-item:nth-child(2n+2) {
        border-right: 0;
    }
}

.columns-cta .columns-cta-list .cta-list-item:last-child {
    border-bottom: 0;
}

.columns-cta .columns-cta-list .cta-list-item a {
    display: block;
    color: #FFFFFF;
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
}

@media screen and (min-width: 580px) {
    .columns-cta .columns-cta-list .cta-list-item a {
        padding-top: 1.875rem;
        padding-right: 0.9375rem;
        padding-bottom: 1.875rem;
        padding-left: 0.9375rem;
    }
}

@media screen and (min-width: 960px) {
    .columns-cta .columns-cta-list .cta-list-item a {
        padding-top: 1.875rem;
        padding-right: 1.75rem;
        padding-bottom: 1.875rem;
        padding-left: 1.75rem;
    }
}

.columns-cta .columns-cta-list .cta-list-item p {
    color: #FFFFFF;
    font-size: 1rem;
    line-height: 1.5;
}

@media screen and (min-width: 580px) {
    .columns-cta .columns-cta-list .cta-list-item p {
        font-size: 1.25rem;
        line-height: 1.4;
    }
}

.columns-cta .columns-cta-list .cta-list-item .cta-text {
    font-size: 0.875rem;
    line-height: 1;
    color: #354ca1;
    color: #FFFFFF;
}

@media screen and (min-width: 580px) {
    .columns-cta .columns-cta-list .cta-list-item .cta-text {
        font-size: 1rem;
    }
}

.columns-cta .columns-cta-list .cta-list-item .cta-text::after {
    content: '\00A0\003e';
    display: inline-block;
}

.columns-cta .columns-cta-list .cta-list-item .cta-text:focus, .columns-cta .columns-cta-list .cta-list-item .cta-text:active, .no-touchevents .columns-cta .columns-cta-list .cta-list-item .cta-text:hover {
    -webkit-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
    text-decoration: underline;
}

.contact-header {
    max-width: 1280px;
    margin-right: auto;
    margin-left: auto;
}

@media screen and (min-width: 960px) {
    .contact-header {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        margin-top: 3.75rem;
        margin-bottom: 5rem;
    }
}

@media screen and (min-width: 960px) {
    .contact-header .social-share {
        width: 11.11111%;
    }
}

@media screen and (min-width: 1280px) {
    .contact-header .social-share {
        padding-left: 30px;
    }
}

@media screen and (min-width: 960px) {
    .contact-header .social-share .sharing-widget {
        margin-top: 0;
    }
}

.contact-header h1 {
    font-size: 1.875rem;
    line-height: 1.2;
    margin-top: 1.875rem;
    margin-bottom: 1.875rem;
}

@media screen and (min-width: 580px) {
    .contact-header h1 {
        font-size: 2.25rem;
        margin-top: 2.5rem;
        margin-bottom: 2.5rem;
    }
}

@media screen and (min-width: 960px) {
    .contact-header h1 {
        font-size: 4.5rem;
        margin-top: 0;
    }
}

.contact-header .header {
    padding-right: 20px;
    padding-left: 20px;
}

@media screen and (min-width: 580px) and (max-width: 959px) {
    .contact-header .header {
        padding-right: 2.1875rem;
        padding-left: 2.1875rem;
    }

        .contact-header .header::after {
            display: block;
            clear: both;
            content: "";
        }

        .contact-header .header p {
            margin-top: 0;
        }

            .contact-header .header p:first-of-type {
                float: left;
                width: 50%;
                padding-right: 5.55556%;
            }

            .contact-header .header p:nth-child(n+3) {
                float: right;
                width: 50%;
            }
}

@media screen and (min-width: 960px) {
    .contact-header .header {
        width: 41.66667%;
        padding-right: 2.77778%;
        padding-left: 0;
    }
}

.contact-header .image {
    display: block;
    position: relative;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    margin-top: 2.5rem;
    margin-right: 20px;
    margin-bottom: 2.5rem;
    margin-left: 20px;
}

    .contact-header .image::after {
        content: '';
        display: block;
        padding-bottom: 100%;
    }

@media screen and (min-width: 580px) {
    .contact-header .image {
        margin-top: 3.75rem;
        margin-right: 2.1875rem;
        margin-bottom: 3.75rem;
        margin-left: 2.1875rem;
    }
}

@media screen and (min-width: 960px) {
    .contact-header .image {
        display: block;
        position: relative;
        width: 47.22222%;
        margin: 0;
    }

        .contact-header .image::after {
            content: '';
            display: block;
            padding-bottom: 150%;
        }
}

.course-filter label {
    position: absolute !important;
    clip: rect(1px, 1px, 1px, 1px);
    padding: 0 !important;
    border: 0 !important;
    height: 1px !important;
    width: 1px !important;
    overflow: hidden;
    white-space: nowrap;
}

.course-filter .course-filter-controls {
    background: #f5f5f5;
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
}

    .course-filter .course-filter-controls::after {
        display: block;
        clear: both;
        content: "";
    }

@media screen and (min-width: 960px) {
    .course-filter .course-filter-controls {
        padding-top: 3.125rem;
        padding-right: 2.77778%;
        padding-bottom: 3.125rem;
        padding-left: 2.77778%;
    }
}

.course-filter .course-filter-controls .grid-container {
    position: relative;
    max-width: 1220px;
}

.course-filter .course-filter-controls h2 {
    font-size: 24px;
    margin-bottom: 20px;
}

@media screen and (min-width: 580px) {
    .course-filter .course-filter-controls h2 {
        font-size: 36px;
        margin-bottom: 30px;
    }
}

@media screen and (min-width: 960px) {
    .course-filter .course-filter-controls h2 {
        width: 41.66667%;
        padding-right: 2.77778%;
        float: left;
        margin-bottom: 0;
        font-size: 48px;
    }
}

.course-filter .course-filter-controls .filters {
    padding: 0;
    margin: 0;
}

    .course-filter .course-filter-controls .filters::after {
        display: block;
        clear: both;
        content: "";
    }

@media screen and (min-width: 960px) {
    .course-filter .course-filter-controls .filters {
        width: 52.77778%;
        position: absolute;
        top: 50%;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
        right: 30px;
    }
}

.course-filter .course-filter-controls .filters li {
    list-style: none;
    display: block;
}

@media screen and (min-width: 960px) {
    .course-filter .course-filter-controls .filters li {
        float: left;
        position: relative;
        width: 36.84211%;
        margin-right: 5.26316%;
    }
}

.course-filter .course-filter-controls .filters li:last-child select {
    margin-bottom: 0;
}

@media screen and (min-width: 960px) {
    .course-filter .course-filter-controls .filters li:last-child {
        width: 57.89474%;
        margin-right: 0;
    }
}

.course-filter .course-filter-controls .filters select {
    margin-bottom: 20px;
}

@media screen and (min-width: 580px) {
    .course-filter .course-filter-controls .filters select {
        margin-bottom: 30px;
    }
}

@media screen and (min-width: 960px) {
    .course-filter .course-filter-controls .filters select {
        margin-bottom: 0;
    }
}

.course-filter .course-list {
    padding-top: 0;
    padding-right: 0;
    padding-bottom: 2.5rem;
    padding-left: 0;
}

    .course-filter .course-list li {
        list-style: none;
        padding: 30px 0;
        border-bottom: 1px solid #c8c8c8;
    }

        .course-filter .course-list li::after {
            display: block;
            clear: both;
            content: "";
        }

        .course-filter .course-list li .course-title-and-number {
            margin-bottom: 20px;
        }

@media screen and (min-width: 960px) {
    .course-filter .course-list li .course-title-and-number {
        width: 33.33333%;
        float: left;
        padding-right: 2.77778%;
        margin-bottom: 0;
    }
}

.course-filter .course-list li .course-title-and-number h3 {
    font-size: 24px;
    margin-bottom: 20px;
}

@media screen and (min-width: 580px) {
    .course-filter .course-list li .course-title-and-number h3 {
        font-size: 30px;
    }
}

.course-filter .course-list li .course-title-and-number h3 a {
    color: #000000;
}

.course-filter .course-list li .course-title-and-number .course-number {
    font-size: 14px;
    text-transform: uppercase;
}

.course-filter .course-list li .course-dates {
    margin-bottom: 20px;
}

@media screen and (min-width: 960px) {
    .course-filter .course-list li .course-dates {
        width: 13.88889%;
        float: left;
        padding-right: 2.77778%;
        margin-bottom: 0;
    }
}

.course-filter .course-list li .course-dates .date {
    font-size: 18px;
    font-family: "Georgia", Times, serif;
    font-weight: 400;
    font-style: normal;
}

@media screen and (min-width: 580px) {
    .course-filter .course-list li .course-dates .date {
        font-size: 24px;
    }
}

.course-filter .course-list li .course-dates .year {
    font-size: 16px;
    font-family: "Georgia", Times, serif;
    font-weight: 400;
    font-style: normal;
}

@media screen and (min-width: 580px) {
    .course-filter .course-list li .course-dates .year {
        font-size: 18px;
    }
}

.course-filter .course-list li .course-description {
    margin-bottom: 20px;
}

@media screen and (min-width: 960px) {
    .course-filter .course-list li .course-description {
        width: 33.33333%;
        float: left;
        padding-right: 2.77778%;
        margin-bottom: 0;
    }
}

@media screen and (min-width: 1280px) {
    .course-filter .course-list li .course-description {
        width: 38.88889%;
    }
}

.course-filter .course-list li .course-description .learn-more {
    font-size: 0.875rem;
    line-height: 1;
    color: #354ca1;
}

@media screen and (min-width: 580px) {
    .course-filter .course-list li .course-description .learn-more {
        font-size: 1rem;
    }
}

.course-filter .course-list li .course-description .learn-more::after {
    content: '\00A0\003e';
    display: inline-block;
}

.course-filter .course-list li .course-description .learn-more:focus, .course-filter .course-list li .course-description .learn-more:active, .no-touchevents .course-filter .course-list li .course-description .learn-more:hover {
    -webkit-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
    text-decoration: underline;
}

.course-filter .course-list li .register-link {
    border: 2px solid #000000;
    color: #000000;
    font-size: 14px;
    display: block;
    width: 100%;
    text-align: center;
    padding: 15px 0;
    text-transform: uppercase;
}

@media screen and (min-width: 960px) {
    .course-filter .course-list li .register-link {
        width: 19.44444%;
        float: right;
    }
}

@media screen and (min-width: 1280px) {
    .course-filter .course-list li .register-link {
        width: 13.88889%;
    }
}

.course-filter .course-list li .register-link:hover {
    text-decoration: none;
    background: #000000;
    color: #FFFFFF;
}


.course-filter .course-filter-controls .text-input {
    padding: 0;
    margin: 0;
}

    .course-filter .course-filter-controls .text-input::after {
        display: block;
        clear: both;
        content: "";
    }

@media screen and (min-width: 960px) {
    .course-filter .course-filter-controls .text-input {
        width: 60%;
        position: absolute;
        top: 50%;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
        right: 30px;
    }
}

.course-filter .course-filter-controls .text-input li {
    list-style: none;
    display: block;
}

@media screen and (min-width: 960px) {
    .course-filter .course-filter-controls .text-input li {
        float: left;
        position: relative;
        width: 35%;
        margin-right: 2%;
    }
}

.course-filter .course-filter-controls .text-input li:last-child select {
    margin-bottom: 0;
}

@media screen and (min-width: 960px) {
    .course-filter .course-filter-controls .text-input li:last-child {
        width: 20%;
    }
}

.course-filter .course-filter-controls .text-input select {
    margin-bottom: 20px;
}

@media screen and (min-width: 580px) {
    .course-filter .course-filter-controls .text-input select {
        margin-bottom: 30px;
    }
}

@media screen and (min-width: 960px) {
    .course-filter .course-filter-controls .text-input select {
        margin-bottom: 0;
    }
}

.course-filter .course-filter-controls .text-input input[type="submit"] {
    border: 2px solid #000000;
    color: #000000;
    display: block;
    text-align: center;
    text-transform: uppercase;
}

@media screen and (min-width: 580px) {
    .course-filter .course-filter-controls .text-input input[type="submit"] {
        height: 3.75rem;
    }
}

@media screen and (min-width: 960px) {
    .course-filter .course-filter-controls .text-input input[type="submit"] {
        width: 100%;
    }
}

.course-filter .course-filter-controls .text-input input[type="submit"]:hover {
    text-decoration: none;
    background: #000000;
    color: #FFFFFF;
}

.course-header {
    max-width: 1280px;
    margin-right: auto;
    margin-left: auto;
}

@media screen and (min-width: 960px) {
    .course-header {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        margin-bottom: 3.75rem;
    }
}

@media screen and (min-width: 960px) {
    .course-header .social-share {
        width: 11.11111%;
    }
}

@media screen and (min-width: 1280px) {
    .course-header .social-share {
        padding-left: 30px;
    }
}

@media screen and (min-width: 960px) {
    .course-header .social-share .sharing-widget {
        margin-top: 2.5rem;
    }
}

.course-header h1 {
    font-size: 2.25rem;
    line-height: 1;
    max-width: 50%;
}

@media screen and (min-width: 580px) {
    .course-header h1 {
        max-width: 100%;
    }
}

@media screen and (min-width: 960px) {
    .course-header h1 {
        font-size: 4.5rem;
    }
}

.course-header .summary {
    padding-right: 20px;
    padding-left: 20px;
}

@media screen and (min-width: 960px) {
    .course-header .summary {
        width: 55.55556%;
        padding-right: 2.77778%;
        padding-left: 0;
    }
}

.course-header .summary .breadcrumb .grid-container {
    padding-right: 0;
    padding-left: 0;
}

    .course-header .summary .breadcrumb .grid-container ul {
        padding-left: 0;
    }

.course-header .details {
    position: relative;
    background-color: #f5f5f5;
    margin-top: 1.875rem;
    padding-top: 2.5rem;
    padding-right: 20px;
    padding-bottom: 2.25rem;
    padding-left: 20px;
}

@media screen and (min-width: 580px) {
    .course-header .details {
        margin-top: 2.3125rem;
        padding-top: 2.5rem;
        padding-right: 20px;
        padding-bottom: 3.4375rem;
        padding-left: 20px;
    }
}

@media screen and (min-width: 960px) {
    .course-header .details {
        width: 33.33333%;
        margin-top: 0;
        padding-top: 6.5rem;
        padding-right: 1.5625rem;
        padding-bottom: 2.8125rem;
        padding-left: 1.5625rem;
    }
}

@media screen and (min-width: 1280px) {
    .course-header .details {
        padding-right: 2.1875rem;
        padding-bottom: 6.5rem;
        padding-left: 2.1875rem;
    }
}

.course-header .details::before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    width: 100%;
    left: 100%;
    background-color: #f5f5f5;
}

.course-header .details h4 {
    font-size: 1rem;
    line-height: 1;
}

.course-header .details p {
    font-size: 1rem;
    margin-top: 0.625rem;
}

@media screen and (min-width: 580px) {
    .course-header .details p {
        font-size: 1.125rem;
    }
}

.course-header .details ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

@media screen and (min-width: 580px) and (max-width: 959px) {
    .course-header .details ul {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
}

.course-header .details ul > li {
    padding-bottom: 2.1875rem;
}

@media screen and (min-width: 580px) {
    .course-header .details ul > li {
        padding-right: 2.77778%;
        padding-bottom: 1.875rem;
        padding-left: 2.77778%;
    }
}

@media screen and (min-width: 580px) and (max-width: 959px) {
    .course-header .details ul > li {
        width: 50%;
    }

        .course-header .details ul > li:last-child {
            padding-bottom: 0;
        }

        .course-header .details ul > li:nth-child(1) {
            -webkit-box-ordinal-group: 1;
            -ms-flex-order: 0;
            order: 0;
        }

        .course-header .details ul > li:nth-child(2) {
            -webkit-box-ordinal-group: 3;
            -ms-flex-order: 2;
            order: 2;
        }

        .course-header .details ul > li:nth-child(3) {
            -webkit-box-ordinal-group: 2;
            -ms-flex-order: 1;
            order: 1;
        }

        .course-header .details ul > li:nth-child(4) {
            -webkit-box-ordinal-group: 4;
            -ms-flex-order: 3;
            order: 3;
        }
}

@media screen and (min-width: 960px) {
    .course-header .details ul > li {
        padding-right: 0;
        padding-left: 0;
    }

        .course-header .details ul > li:last-child {
            padding-bottom: 0;
        }
}

.course-header .details .button {
    margin-bottom: 2.5625rem;
}

@media screen and (min-width: 960px) {
    .course-header .details .button {
        min-width: 200px;
    }
}

@media screen and (min-width: 580px) {
    .event-cards .cards-container {
        padding: 0 15px;
    }
}

@media screen and (min-width: 960px) {
    .event-cards .cards-container {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        padding: 30px 25px;
    }
}

@media screen and (min-width: 1280px) {
    .event-cards .cards-container {
        padding: 30px 0;
    }
}

.event-cards .card {
    margin-bottom: 30px;
    border: 1px solid #c8c8c8;
}

@media screen and (min-width: 580px) {
    .event-cards .card {
        margin-bottom: 40px;
    }
}

@media screen and (min-width: 960px) {
    .event-cards .card {
        -ms-flex-negative: 0;
        flex-shrink: 0;
        -ms-flex-preferred-size: calc(50% - 25px);
        flex-basis: calc(50% - 25px);
        margin: 0 0 50px;
    }
}

@media screen and (min-width: 1280px) {
    .event-cards .card {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(50% - 35px);
        flex: 0 0 calc(50% - 35px);
        margin: 0 0 70px;
    }
}

.event-cards .card .image {
    position: relative;
}

    .event-cards .card .image .topic {
        display: inline-block;
        padding: 0 15px;
        background-color: #354ca1;
        color: #FFFFFF;
        font-size: 0.875rem;
        line-height: 2.1429;
        position: absolute;
        bottom: 0;
        left: 0;
    }

.event-cards .card .text {
    padding: 25px 15px;
}

@media screen and (min-width: 580px) {
    .event-cards .card .text {
        padding: 35px 15px;
    }
}

.event-cards .card .text .date {
    font-size: 16px;
    margin-bottom: 10px;
    font-family: "Georgia", Times, serif;
}

@media screen and (min-width: 580px) {
    .event-cards .card .text .date {
        font-size: 18px;
    }
}

@media screen and (min-width: 960px) {
    .event-cards .card .text .date {
        font-size: 24px;
    }
}

.event-cards .card .text h3 {
    font-size: 24px;
    margin-bottom: 15px;
}

@media screen and (min-width: 580px) {
    .event-cards .card .text h3 {
        font-size: 30px;
    }
}

.event-cards .card .text p {
    margin: 0;
    margin-bottom: 15px;
}

.event-cards .card .text .time {
    font-size: 16px;
}

.event-cards .card .text .location {
    font-size: 16px;
}

.event-cards .card:hover {
    text-decoration: none;
}

    .event-cards .card:hover h3 {
        text-decoration: underline;
    }

/*Halfpagediv styles*/
#halfpagediv {
    width: 100%;
    height: 100%;
    display: block;
    clear: both;
}

@media screen and (min-width: 580px) {
    .event-cards .cards-container #halfpagediv {
        padding: 0 15px;
    }
}

@media screen and (min-width: 960px) {
    .event-cards .cards-container #halfpagediv {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        padding: 30px 25px;
    }
}

@media screen and (min-width: 1280px) {
    .event-cards .cards-container #halfpagediv {
        padding: 30px 0;
    }
}

.event-cards #halfpagediv .card {
    margin-bottom: 30px;
    border: 1px solid #c8c8c8;
}

@media screen and (min-width: 580px) {
    .event-cards #halfpagediv .card {
        margin-bottom: 40px;
    }
}

@media screen and (min-width: 960px) {
    .event-cards #halfpagediv .card {
        -ms-flex-negative: 0;
        flex-shrink: 0;
        -ms-flex-preferred-size: calc(50% - 25px);
        flex-basis: calc(50% - 25px);
        margin: 0 0 50px;
    }
}

@media screen and (min-width: 1280px) {
    .event-cards #halfpagediv .card {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(50% - 35px);
        flex: 0 0 calc(50% - 35px);
        margin: 0 0 70px;
    }
}

.event-cards #halfpagediv .card .image {
    position: relative;
}

    .event-cards #halfpagediv .card .image .topic {
        display: inline-block;
        padding: 0 15px;
        background-color: #354ca1;
        color: #FFFFFF;
        font-size: 0.875rem;
        line-height: 2.1429;
        position: absolute;
        bottom: 0;
        left: 0;
    }

.event-cards #halfpagediv .card .text {
    padding: 25px 15px;
}

@media screen and (min-width: 580px) {
    .event-cards #halfpagediv .card .text {
        padding: 35px 15px;
    }
}

.event-cards #halfpagediv .card .text .date {
    font-size: 16px;
    margin-bottom: 10px;
    font-family: "Georgia", Times, serif;
}

@media screen and (min-width: 580px) {
    .event-cards #halfpagediv .card .text .date {
        font-size: 18px;
    }
}

@media screen and (min-width: 960px) {
    .event-cards #halfpagediv .card .text .date {
        font-size: 24px;
    }
}

.event-cards #halfpagediv .card .text h3 {
    font-size: 24px;
    margin-bottom: 15px;
}

@media screen and (min-width: 580px) {
    .event-cards #halfpagediv .card .text h3 {
        font-size: 30px;
    }
}

.event-cards #halfpagediv .card .text p {
    margin: 0;
    margin-bottom: 15px;
}

.event-cards #halfpagediv .card .text .time {
    font-size: 16px;
}

.event-cards #halfpagediv .card .text .location {
    font-size: 16px;
}

.event-cards #halfpagediv .card:hover {
    text-decoration: none;
}

    .event-cards #halfpagediv .card:hover h3 {
        text-decoration: underline;
    }

.event-header .image {
    display: block;
    position: relative;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

    .event-header .image::after {
        content: '';
        display: block;
        padding-bottom: 56.25%;
    }

@media screen and (min-width: 960px) {
    .event-header .image {
        height: 720px;
        overflow: hidden;
    }
}

.event-header .event-header-container {
    max-width: 1280px;
    margin-right: auto;
    margin-left: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

@media screen and (min-width: 960px) {
    .event-header .event-header-container {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        margin-bottom: 3.75rem;
    }
}

.event-header .social-share {
    display: none;
}

@media screen and (min-width: 960px) {
    .event-header .social-share {
        position: relative;
        display: block;
        background-color: #f5f5f5;
        width: 11.11111%;
    }
}

@media screen and (min-width: 1280px) {
    .event-header .social-share {
        padding-left: 30px;
    }
}

.event-header .social-share .sharing-widget {
    background-color: #f5f5f5;
}

@media screen and (min-width: 960px) {
    .event-header .social-share .sharing-widget {
        margin-top: 3.75rem;
    }
}

.event-header .social-share::before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    width: 100%;
    right: 100%;
    background-color: #f5f5f5;
}

.event-header .details {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    position: relative;
    background-color: #f5f5f5;
    padding-top: 2.5rem;
    padding-right: 20px;
    padding-bottom: 2.5rem;
    padding-left: 20px;
}

@media screen and (min-width: 580px) {
    .event-header .details {
        padding-right: 2.1875rem;
        padding-left: 2.1875rem;
    }
}

@media screen and (min-width: 960px) {
    .event-header .details {
        -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
        order: 0;
        width: 36.11111%;
        padding-top: 3.75rem;
        padding-right: 2.77778%;
        padding-bottom: 3.75rem;
        padding-left: 2.77778%;
    }
}

.event-header .details h4 {
    font-size: 1rem;
    line-height: 1;
}

.event-header .details p {
    font-size: 1rem;
    margin-top: 0.625rem;
}

@media screen and (min-width: 580px) {
    .event-header .details p {
        font-size: 1.125rem;
    }
}

.event-header .details ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

@media screen and (min-width: 580px) and (max-width: 959px) {
    .event-header .details ul {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
}

.event-header .details ul > li {
    padding-bottom: 1.5625rem;
}

    .event-header .details ul > li:last-child {
        padding-bottom: 0;
    }

@media screen and (min-width: 580px) {
    .event-header .details ul > li {
        padding-right: 2.77778%;
        padding-bottom: 1.875rem;
        padding-left: 2.77778%;
    }
}

@media screen and (min-width: 580px) and (max-width: 959px) {
    .event-header .details ul > li {
        width: 50%;
    }

        .event-header .details ul > li:nth-child(1) {
            -webkit-box-ordinal-group: 1;
            -ms-flex-order: 0;
            order: 0;
        }

        .event-header .details ul > li:nth-child(2) {
            -webkit-box-ordinal-group: 3;
            -ms-flex-order: 2;
            order: 2;
        }

        .event-header .details ul > li:nth-child(3) {
            -webkit-box-ordinal-group: 2;
            -ms-flex-order: 1;
            order: 1;
        }

        .event-header .details ul > li:nth-child(4) {
            -webkit-box-ordinal-group: 4;
            -ms-flex-order: 3;
            order: 3;
        }
}

@media screen and (min-width: 960px) {
    .event-header .details ul > li {
        padding-right: 0;
        padding-left: 0;
    }

        .event-header .details ul > li:last-child {
            padding-bottom: 0;
        }
}

.event-header h1 {
    font-size: 1.25rem;
    line-height: 1.3;
    margin-top: 1.875rem;
    margin-bottom: 1.5625rem;
}

@media screen and (min-width: 580px) {
    .event-header h1 {
        font-size: 1.75rem;
        line-height: 1.0715;
        margin-top: 2.5rem;
        margin-bottom: 1.25rem;
    }
}

@media screen and (min-width: 960px) {
    .event-header h1 {
        font-size: 3rem;
        line-height: 1.25;
        margin-top: 3.125rem;
        margin-bottom: 2.3125rem;
    }
}

.event-header .text {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0;
    padding-right: 20px;
    padding-bottom: 1.25rem;
    padding-left: 20px;
    background-color: #FFFFFF;
    border-top: 4px solid #cc0035;
}

@media screen and (min-width: 960px) {
    .event-header .text {
        width: 52.77778%;
        margin-top: -16.875rem;
        position: relative;
        z-index: 1;
    }
}

.event-header .text h4 {
    font-size: 0.875rem;
    line-height: 1.2858;
    color: #354ca1;
}

.event-header .text .text-inner {
    padding-bottom: 1.875rem;
}

@media screen and (min-width: 580px) {
    .event-header .text .text-inner {
        padding-right: 0.9375rem;
        padding-bottom: 2.5rem;
        padding-left: 0.9375rem;
    }
}

@media screen and (min-width: 960px) {
    .event-header .text .text-inner {
        padding-right: 2.77778%;
        padding-bottom: 3.125rem;
        padding-left: 2.77778%;
    }
}

@media screen and (min-width: 1280px) {
    .event-header .text .text-inner {
        padding-bottom: 2.5rem;
    }
}

@media screen and (min-width: 960px) {
    .event-header .text .cta-link {
        padding-right: 2.77778%;
        padding-left: 2.77778%;
    }
}

.event-header .text .cta-link ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

@media screen and (min-width: 960px) {
    .event-header .text .cta-link ul {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }
}

.event-header .text .cta-link ul li {
    margin-bottom: 1.25rem;
}

@media screen and (min-width: 960px) {
    .event-header .text .cta-link ul li {
        margin-right: 1.875rem;
        margin-bottom: 1.25rem;
    }

        .event-header .text .cta-link ul li:last-child {
            margin-right: 0;
        }

        .event-header .text .cta-link ul li .button {
            min-width: 200px;
        }
}

.events-filter label {
    position: absolute !important;
    clip: rect(1px, 1px, 1px, 1px);
    padding: 0 !important;
    border: 0 !important;
    height: 1px !important;
    width: 1px !important;
    overflow: hidden;
    white-space: nowrap;
}

.events-filter .text-filter {
    background: #f5f5f5;
    padding-top: 1.875rem;
    padding-bottom: 1.875rem;
}

@media screen and (min-width: 580px) {
    .events-filter .text-filter {
        padding-top: 2.5rem;
        padding-right: 0.9375rem;
        padding-bottom: 2.5rem;
        padding-left: 0.9375rem;
    }
}

@media screen and (min-width: 960px) {
    .events-filter .text-filter {
        padding-top: 3.75rem;
        padding-right: 1.5625rem;
        padding-bottom: 3.75rem;
        padding-left: 1.5625rem;
    }
}

@media screen and (min-width: 1280px) {
    .events-filter .text-filter {
        padding-top: 3.75rem;
        padding-right: 2.1875rem;
        padding-bottom: 3.75rem;
        padding-left: 2.1875rem;
    }
}

.events-filter .text-filter h3 {
    margin-bottom: 1.25rem;
    font-size: 1.5rem;
    line-height: 1;
}

@media screen and (min-width: 580px) {
    .events-filter .text-filter h3 {
        font-size: 1.875rem;
        margin-bottom: 1.875rem;
    }
}

@media screen and (min-width: 960px) {
    .events-filter .text-filter h3 {
        font-size: 3rem;
        margin-bottom: 2.8125rem;
    }
}

.events-filter .text-filter .text-input::after {
    display: block;
    clear: both;
    content: "";
}

.events-filter .text-filter .text-input input[type="text"] {
    width: 100%;
    height: 50px;
    margin-bottom: 1.25rem;
    font-size: 1.25rem;
    padding-top: 0;
    padding-right: 0.9375rem;
    padding-bottom: 0;
    padding-left: 0.9375rem;
}

@media screen and (min-width: 580px) {
    .events-filter .text-filter .text-input input[type="text"] {
        height: 60px;
    }
}

@media screen and (min-width: 960px) {
    .events-filter .text-filter .text-input input[type="text"] {
        padding-top: 0;
        padding-right: 1.875rem;
        padding-bottom: 0;
        padding-left: 1.875rem;
        width: calc(100% - 175px);
        float: left;
        margin-bottom: 0;
    }
}

@media screen and (min-width: 1280px) {
    .events-filter .text-filter .text-input input[type="text"] {
        width: calc(100% - 240px);
    }
}

.events-filter .text-filter .text-input input[type="submit"] {
    width: 100%;
    height: 50px;
    padding-top: 0;
    padding-right: 0.9375rem;
    padding-bottom: 0;
    padding-left: 0.9375rem;
}

@media screen and (min-width: 580px) {
    .events-filter .text-filter .text-input input[type="submit"] {
        height: 60px;
    }
}

@media screen and (min-width: 960px) {
    .events-filter .text-filter .text-input input[type="submit"] {
        padding-top: 0;
        padding-right: 1.875rem;
        padding-bottom: 0;
        padding-left: 1.875rem;
        width: 160px;
        margin-left: 0.9375rem;
        float: right;
    }
}

.events-filter .events-filter-content {
    padding-top: 1.875rem;
    padding-bottom: 1.875rem;
}

    .events-filter .events-filter-content::after {
        display: block;
        clear: both;
        content: "";
    }

@media screen and (min-width: 580px) {
    .events-filter .events-filter-content {
        padding-top: 2.5rem;
        padding-right: 0.9375rem;
        padding-bottom: 2.5rem;
        padding-left: 0.9375rem;
    }
}

@media screen and (min-width: 960px) {
    .events-filter .events-filter-content .filter-controls {
        width: 200px;
        float: left;
    }
}

@media screen and (min-width: 1280px) {
    .events-filter .events-filter-content .filter-controls {
        width: 270px;
        float: left;
    }
}

.events-filter .events-filter-content .filter-controls .date-filters {
    border-bottom: 1px solid #c8c8c8;
}

.touchevents .events-filter .events-filter-content .filter-controls .date-filters label {
    display: block !important;
    position: relative !important;
    height: auto !important;
    width: auto !important;
}

.events-filter .events-filter-content .filter-controls .date-filters .date-input {
    width: 100%;
    height: 50px;
    line-height: 50px;
    margin-bottom: 1.25rem;
    font-size: 1.25rem;
    padding-top: 0;
    padding-right: 0.9375rem;
    padding-bottom: 0;
    padding-left: 0.9375rem;
    display: block;
    -webkit-appearance: textfield;
    -moz-appearance: textfield;
}

@media screen and (min-width: 580px) {
    .events-filter .events-filter-content .filter-controls .date-filters .date-input {
        height: 60px;
        margin-bottom: 1.875rem;
    }
}

@media screen and (min-width: 960px) {
    .events-filter .events-filter-content .filter-controls .date-filters .date-input {
        margin-bottom: 1.25rem;
    }
}

@media screen and (min-width: 960px) {
    .events-filter .events-filter-content .filter-controls .date-filters .date-input:last-child {
        margin-bottom: 1.875rem;
    }
}

.events-filter .events-filter-content .filter-controls .select-filters {
    padding-top: 1.25rem;
    padding-right: 0;
    padding-bottom: 1.25rem;
    padding-left: 0;
}

@media screen and (min-width: 580px) {
    .events-filter .events-filter-content .filter-controls .select-filters {
        padding-top: 1.875rem;
        padding-right: 0;
        padding-bottom: 1.875rem;
        padding-left: 0;
    }
}

.events-filter .events-filter-content .filter-controls .select-filters li {
    list-style: none;
}

    .events-filter .events-filter-content .filter-controls .select-filters li:last-child select {
        margin-bottom: 0;
    }

.events-filter .events-filter-content .filter-controls .select-filters select {
    width: 100%;
    height: 50px;
    margin-bottom: 1.25rem;
    text-transform: uppercase;
    padding-top: 0;
    padding-right: 0.9375rem;
    padding-bottom: 0;
    padding-left: 0.9375rem;
}

@media screen and (min-width: 580px) {
    .events-filter .events-filter-content .filter-controls .select-filters select {
        height: 60px;
        margin-bottom: 1.875rem;
    }
}

@media screen and (min-width: 960px) {
    .events-filter .events-filter-content .filter-controls .select-filters select {
        margin-bottom: 1.25rem;
    }
}

.events-filter .events-filter-content .event-teasers {
    padding: 0;
}

@media screen and (min-width: 960px) {
    .events-filter .events-filter-content .event-teasers {
        width: calc(100% - 200px);
        float: right;
        padding-left: 3.125rem;
    }
}

@media screen and (min-width: 1280px) {
    .events-filter .events-filter-content .event-teasers {
        width: calc(100% - 270px);
        padding-left: 4.6875rem;
    }
}

.events-filter .events-filter-content .event-teasers > li {
    list-style: none;
}

    .events-filter .events-filter-content .event-teasers > li::after {
        display: block;
        clear: both;
        content: "";
    }

    .events-filter .events-filter-content .event-teasers > li ul {
        padding: 0;
    }

    .events-filter .events-filter-content .event-teasers > li li {
        list-style: none;
    }

    .events-filter .events-filter-content .event-teasers > li .date {
        width: 80px;
        float: left;
        font-family: "Georgia", Times, serif;
        font-weight: 400;
        font-style: normal;
        line-height: 1;
        padding-right: 0.9375rem;
    }

@media screen and (min-width: 580px) {
    .events-filter .events-filter-content .event-teasers > li .date {
        width: 95px;
    }
}

@media screen and (min-width: 960px) {
    .events-filter .events-filter-content .event-teasers > li .date {
        width: 100px;
        padding-right: 2.1875rem;
    }
}

@media screen and (min-width: 1280px) {
    .events-filter .events-filter-content .event-teasers > li .date {
        width: 135px;
        padding-right: 3.75rem;
    }
}

.events-filter .events-filter-content .event-teasers > li .date .month {
    font-size: 1.125rem;
}

@media screen and (min-width: 580px) {
    .events-filter .events-filter-content .event-teasers > li .date .month {
        font-size: 1.5rem;
    }
}

@media screen and (min-width: 960px) {
    .events-filter .events-filter-content .event-teasers > li .date .month {
        font-size: 1.875rem;
    }
}

.events-filter .events-filter-content .event-teasers > li .date .day-of-month {
    font-size: 2.25rem;
}

@media screen and (min-width: 580px) {
    .events-filter .events-filter-content .event-teasers > li .date .day-of-month {
        font-size: 3rem;
    }
}

@media screen and (min-width: 960px) {
    .events-filter .events-filter-content .event-teasers > li .date .day-of-month {
        font-size: 3.75rem;
    }
}

.events-filter .events-filter-content .event-teasers > li .date .day-of-week {
    font-size: 0.875rem;
}

@media screen and (min-width: 960px) {
    .events-filter .events-filter-content .event-teasers > li .date .day-of-week {
        font-size: 1.125rem;
    }
}

.events-filter .events-filter-content .event-teasers > li .event {
    width: calc(100% - 80px);
    float: right;
    padding-bottom: 1.25rem;
    margin-bottom: 1.25rem;
    border-bottom: 1px solid #c8c8c8;
}

@media screen and (min-width: 580px) {
    .events-filter .events-filter-content .event-teasers > li .event {
        width: calc(100% - 95px);
        padding-bottom: 1.875rem;
    }
}

@media screen and (min-width: 960px) {
    .events-filter .events-filter-content .event-teasers > li .event {
        width: calc(100% - 100px);
        margin-bottom: 1.875rem;
    }
}

@media screen and (min-width: 1280px) {
    .events-filter .events-filter-content .event-teasers > li .event {
        width: calc(100% - 135px);
    }
}

.events-filter .events-filter-content .event-teasers > li .event h3 {
    font-size: 1.5rem;
    margin-bottom: 0.9375rem;
}

@media screen and (min-width: 580px) {
    .events-filter .events-filter-content .event-teasers > li .event h3 {
        font-size: 1.875rem;
    }
}

.events-filter .events-filter-content .event-teasers > li .event h3 a {
    color: #000000;
}

.events-filter .events-filter-content .event-teasers > li .event p {
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 1.25rem;
    margin-left: 0;
}

.events-filter .events-filter-content .event-teasers > li .event .time {
    font-size: 1rem;
}

.events-filter .events-filter-content .event-teasers > li .event .location {
    font-size: 1rem;
}

.featured-content-image {
    overflow: hidden;
    margin-top: 2.25rem;
}

    .featured-content-image::after {
        display: block;
        clear: both;
        content: "";
    }

@media screen and (min-width: 1280px) {
    .featured-content-image {
        margin-top: 70px;
    }
}

.featured-content-image ~ .featured-content-image {
    margin-top: 2.5rem;
    padding-top: 2rem;
}

@media screen and (max-width: 959px) {
    .featured-content-image ~ .featured-content-image {
        border-top: solid 1px #c8c8c8;
    }
}

@media screen and (min-width: 580px) {
    .featured-content-image ~ .featured-content-image {
        margin-top: 3.75rem;
        padding-top: 3.125rem;
    }
}

@media screen and (min-width: 960px) {
    .featured-content-image ~ .featured-content-image {
        margin-top: 3.125rem;
        padding-top: 0;
    }
}

@media screen and (min-width: 1280px) {
    .featured-content-image ~ .featured-content-image {
        margin-top: 4.375rem;
    }
}

.featured-content-image h2 {
    margin-bottom: 0.5rem;
}

@media screen and (min-width: 580px) {
    .featured-content-image h2 {
        font-size: 1.75rem;
        margin-bottom: 0.875rem;
    }
}

@media screen and (min-width: 960px) {
    .featured-content-image h2 {
        font-size: 3rem;
        line-height: 1.1459;
        margin-bottom: 1.125rem;
    }
}

.featured-content-image .intro {
    max-width: 1280px;
    margin-right: auto;
    margin-left: auto;
    padding-right: 20px;
    padding-left: 20px;
    padding-bottom: 1.5rem;
}

    .featured-content-image .intro::after {
        display: block;
        clear: both;
        content: "";
    }

@media screen and (min-width: 960px) {
    .featured-content-image .intro {
        padding-right: 30px;
        padding-left: 30px;
    }
}

@media screen and (min-width: 580px) {
    .featured-content-image .intro {
        padding-bottom: 1.875rem;
    }
}

@media screen and (min-width: 960px) {
    .featured-content-image .intro {
        padding-bottom: 3.125rem;
    }
}

@media screen and (min-width: 580px) and (max-width: 959px) {
    .featured-content-image .intro .text {
        width: 94.44444%;
        margin-left: 2.77778%;
    }
}

@media screen and (min-width: 960px) {
    .featured-content-image .intro .text {
        float: left;
        width: 55.55556%;
        padding-left: 2.77778%;
    }
}

@media screen and (min-width: 960px) {
    .featured-content-image .feature {
        max-width: 1280px;
        margin-right: auto;
        margin-left: auto;
        padding-right: 20px;
        padding-left: 20px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        padding: 0 !important;
    }

        .featured-content-image .feature::after {
            display: block;
            clear: both;
            content: "";
        }
}

@media screen and (min-width: 960px) and (min-width: 960px) {
    .featured-content-image .feature {
        padding-right: 30px;
        padding-left: 30px;
    }
}

.featured-content-image .feature .text {
    position: relative;
    padding-top: 1.5rem;
    padding-bottom: 2.25rem;
    background-color: #8e6b4c;
    color: #FFFFFF;
}

@media screen and (max-width: 959px) {
    .featured-content-image .feature .text {
        padding-right: 20px;
        padding-left: 20px;
    }
}

@media screen and (min-width: 580px) {
    .featured-content-image .feature .text {
        padding-top: 2.25rem;
        padding-bottom: 2.5rem;
    }
}

@media screen and (min-width: 960px) {
    .featured-content-image .feature .text {
        width: 41.66667%;
        margin-top: -6.25rem;
    }
}

.featured-content-image .feature .text::before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    width: 100%;
    left: 100%;
    background-color: #8e6b4c;
}

.featured-content-image .feature .text.bg-blue {
    background-color: #354ca1;
}

    .featured-content-image .feature .text.bg-blue::before {
        background-color: #354ca1;
    }

.featured-content-image .feature .text.bg-red {
    background-color: #cc0035;
}

    .featured-content-image .feature .text.bg-red::before {
        background-color: #cc0035;
    }

@media screen and (min-width: 580px) {
    .featured-content-image .feature .text .inner {
        padding: 0 2.77778%;
    }
}

@media screen and (min-width: 960px) {
    .featured-content-image .feature .text .inner {
        padding: 0 6.66667%;
    }
}

.featured-content-image .feature h4 {
    font-family: "Open Sans-bold", Arial, sans-serif;
    color: #FFFFFF;
}

.featured-content-image .feature blockquote {
    margin-bottom: 0.75rem;
}

@media screen and (min-width: 580px) {
    .featured-content-image .feature blockquote {
        margin-bottom: 1.5rem;
    }
}

.featured-content-image .feature p {
    color: #FFFFFF;
    margin-top: 0;
}

@media screen and (min-width: 960px) {
    .featured-content-image .image-container {
        width: 58.33333%;
    }
}

.featured-content-image .image-container .image {
    display: block;
    position: relative;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

    .featured-content-image .image-container .image::after {
        content: '';
        display: block;
        padding-bottom: 56.25%;
    }

.featured-content-image .button-container {
    margin-top: 1.5rem;
}

@media screen and (min-width: 960px) {
    .featured-content-image .button-container {
        position: absolute;
        bottom: 2.5rem;
        left: 6.66667%;
    }
}

@media screen and (min-width: 960px) {
    .featured-content-image.img-right .intro .text {
        float: right;
        padding-right: 2.77778%;
    }

    .featured-content-image.img-right .feature .text {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
    }

        .featured-content-image.img-right .feature .text::before {
            right: 100%;
            left: auto;
        }

    .featured-content-image.img-right .feature .image-container {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
    }
}

/*.form-layout {
    margin-bottom: 3.75rem;
}

@media screen and (min-width: 960px) {
    .form-layout .grid-container {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }
}

@media screen and (max-width: 959px) {
    .form-layout .form-text {
        margin-bottom: 1.875rem;
    }
}

@media screen and (min-width: 960px) {
    .form-layout .form-text {
        width: 41.66667%;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        padding-right: 2.77778%;
        padding-left: 2.77778%;
    }
}

@media screen and (min-width: 960px) {
    .form-layout .form-container {
        padding-right: 2.77778%;
        padding-left: 2.77778%;
        width: 58.33333%;
        -ms-flex-negative: 0;
        flex-shrink: 0;
    }
}

.form-layout .form-container form {
    background-color: #f5f5f5;
    padding-top: 2.5rem;
    padding-right: 4.7619%;
    padding-bottom: 2.5rem;
    padding-left: 4.7619%;
}

    .form-layout .form-container form .required-field-label {
        width: 100%;
        display: block;
        text-align: right;
        font-size: 0.875rem;
        line-height: 1;
        margin-bottom: 1.5rem;
    }

    .form-layout .form-container form .floating-label {
        position: relative;
    }

        .form-layout .form-container form .floating-label label {
            position: absolute;
            top: 5px;
            left: 7px;
            z-index: -1;
            font-size: 0.75rem;
            line-height: 1;
            -webkit-transition: top 200ms, opacity 200ms;
            transition: top 200ms, opacity 200ms;
            opacity: 0;
        }

            .form-layout .form-container form .floating-label label.floating {
                top: -20px;
                left: 0;
                z-index: 1;
                padding: 0 3px;
                opacity: 1.0;
            }

    .form-layout .form-container form input[type=text],
    .form-layout .form-container form input[type=email],
    .form-layout .form-container form input[type=phone],
    .form-layout .form-container form textarea {
        width: 100%;
    }

    .form-layout .form-container form legend {
        border: 0;
        font-family: "Georgia", Times, serif;
    }

    .form-layout .form-container form .form-row {
        margin-bottom: 1.875rem;
    }

@media screen and (min-width: 580px) {
    .form-layout .form-container form .form-row.half {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }
}

@media screen and (max-width: 579px) {
    .form-layout .form-container form .form-row.half > div {
        margin-bottom: 1.875rem;
    }
}

@media screen and (min-width: 580px) {
    .form-layout .form-container form .form-row.half > div {
        width: 50%;
    }
}

@media screen and (min-width: 580px) {
    .form-layout .form-container form .form-row.half > div:first-child {
        -ms-flex-negative: 0;
        flex-shrink: 0;
        margin-right: 5.55556%;
    }
}

@media screen and (min-width: 960px) {
    .form-layout .form-container form .form-row.half > div:first-child {
        margin-right: 9.52381%;
    }
}

@media screen and (min-width: 580px) {
    .form-layout .form-container form .checkbox-grid {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
}

.form-layout .form-container form .checkbox-grid label {
    position: relative;
    padding-left: 2.5rem;
    width: 100%;
    margin-bottom: 1rem;
}

@media screen and (min-width: 580px) {
    .form-layout .form-container form .checkbox-grid label {
        width: 50%;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        padding-right: 4.7619%;
    }
}

.form-layout .form-container form .disclaimer {
    border-top: 1px solid #c8c8c8;
    padding-top: 2.5rem;
}

    .form-layout .form-container form .disclaimer label {
        position: relative;
        padding-left: 2.5rem;
        width: 100%;
    }

.form-layout .form-container form button {
    width: 100%;
}*/

.hero-feature {
    position: relative;
    z-index: 2;
    margin-bottom: 1.875rem;
}

@media screen and (min-width: 580px) {
    .hero-feature {
        margin-bottom: 2.5rem;
    }
}

@media screen and (min-width: 960px) {
    .hero-feature {
        margin-bottom: 0;
    }
}

.hero-feature .image {
    display: block;
    position: relative;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    border-bottom: solid 4px #cc0035;
}

    .hero-feature .image::after {
        content: '';
        display: block;
        padding-bottom: 56.25%;
    }

@media screen and (min-width: 960px) {
    .hero-feature .image {
        height: 720px;
        overflow: hidden;
        border-bottom: 0;
    }
}

.hero-feature .text {
    padding-top: 1.125rem;
    padding-bottom: 0;
    background-color: #FFFFFF;
    color: #000000;
    position: relative;
}

@media screen and (max-width: 959px) {
    .hero-feature .text {
        padding-right: 20px;
        padding-left: 20px;
    }
}

@media screen and (min-width: 580px) {
    .hero-feature .text {
        width: 94.44444%;
        margin-left: 2.77778%;
        padding-top: 2.125rem;
        padding-bottom: 0;
    }
}

@media screen and (min-width: 960px) {
    .hero-feature .text {
        padding-top: 2.125rem;
        padding-bottom: 2.5rem;
    }
}

@media screen and (min-width: 960px) {
    .hero-feature .text {
        position: absolute;
        right: 0;
        bottom: -100px;
        width: 72.22222%;
        padding: 2.5rem 30px 5.25rem 10px;
        border-top: solid 4px #cc0035;
    }
}

@media screen and (min-width: 1280px) {
    .hero-feature .text {
        width: 52.77778%;
        padding-left: 0;
    }
}

@media screen and (min-width: 960px) {
    .hero-feature .text-inner {
        float: left;
        width: 80.76923%;
        margin-left: 3.84615%;
    }
}

@media screen and (min-width: 1280px) {
    .hero-feature .text-inner {
        width: 84.21053%;
        margin-left: 5.26316%;
        max-width: 580px;
    }
}

.hero-feature h1,
.hero-feature h2 {
    font-size: 1.25rem;
    line-height: 1.3;
}

@media screen and (min-width: 580px) {
    .hero-feature h1,
    .hero-feature h2 {
        font-size: 1.75rem;
        line-height: 1.2858;
    }
}

@media screen and (min-width: 960px) {
    .hero-feature h1,
    .hero-feature h2 {
        font-size: 2.25rem;
        line-height: 1.3334;
    }
}

.hero-feature h3 {
    font-size: 1.5rem;
    line-height: 1.25;
}

@media screen and (min-width: 580px) {
    .hero-feature h3 {
        font-size: 2.25rem;
        line-height: 1.1667;
    }
}

.hero-feature .cta-link {
    padding-top: 0.75rem;
}

@media screen and (min-width: 580px) {
    .hero-feature .cta-link {
        padding-top: 1.25rem;
    }
}

@media screen and (min-width: 960px) {
    .hero-feature .cta-link {
        padding-top: 1.5rem;
    }
}

.hero-feature .cta-link a {
    font-size: 0.875rem;
    line-height: 1;
    color: #354ca1;
}

@media screen and (min-width: 580px) {
    .hero-feature .cta-link a {
        font-size: 1rem;
    }
}

.hero-feature .cta-link a::after {
    content: '\00A0\003e';
    display: inline-block;
}

.hero-feature .cta-link a:focus, .hero-feature .cta-link a:active, .no-touchevents .hero-feature .cta-link a:hover {
    -webkit-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
    text-decoration: underline;
}

@media screen and (min-width: 960px) {
    .hero-feature.spotlight {
        padding-bottom: 11.25rem;
        background: linear-gradient(to bottom, #FFFFFF 0, #FFFFFF 208px), linear-gradient(to bottom, #f5f5f5 208px, #f5f5f5 100%);
        background-repeat: no-repeat;
        background-size: 100% 208px, 100%;
    }
}

@media screen and (min-width: 960px) {
    .hero-feature.spotlight .text {
        bottom: 0;
        padding-bottom: 3.125rem;
    }
}

.hero-feature.spotlight .cta-link a {
    display: inline-block;
    padding: 0.9375rem 20px;
    font-family: "Open Sans-bold", Arial, sans-serif;
    text-transform: uppercase;
    border: 2px solid #000000;
    color: #000000;
    text-align: center;
    font-size: 1rem;
    line-height: 1;
}

@media screen and (min-width: 580px) {
    .hero-feature.spotlight .cta-link a {
        padding: 1.25rem 30px;
    }
}

@media screen and (max-width: 959px) {
    .hero-feature.spotlight .cta-link a {
        width: 100%;
    }
}

.hero-feature.spotlight .cta-link a:focus, .hero-feature.spotlight .cta-link a:active, .no-touchevents .hero-feature.spotlight .cta-link a:hover {
    -webkit-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
    text-decoration: none;
    background-color: #8e6b4c;
    color: #FFFFFF;
    border: 2px solid #8e6b4c;
}

.hero-feature.spotlight .cta-link a::after {
    display: none;
}

.landing-intro .grid-container {
    margin-top: 1.5rem;
    margin-bottom: 3.75rem;
}

@media screen and (min-width: 580px) {
    .landing-intro .grid-container {
        margin-top: 2.25rem;
        margin-bottom: 3.375rem;
    }
}

@media screen and (min-width: 960px) {
    .landing-intro .grid-container {
        margin-top: 2.5rem;
        margin-bottom: 4.625rem;
    }
}

@media screen and (min-width: 580px) {
    .landing-intro .inner-container {
        width: 94.44444%;
        margin-left: 2.77778%;
    }
}

@media screen and (min-width: 580px) {
    .landing-intro .title-container {
        float: left;
        width: 38.23529%;
    }
}

@media screen and (min-width: 580px) {
    .landing-intro .text-container {
        float: right;
        width: 55.88235%;
    }
}

.landing-intro .links-container {
    list-style: none;
    padding: 0;
    margin: 0;
    margin-top: 1.875rem;
}

@media screen and (min-width: 580px) {
    .landing-intro .links-container {
        float: left;
        width: 38.23529%;
        margin: 0.625rem 0 0;
    }
}

@media screen and (min-width: 960px) {
    .landing-intro .links-container {
        margin-top: 1.25rem;
    }
}

.landing-intro .links-container > li {
    margin-bottom: 1.25rem;
}

@media screen and (min-width: 580px) {
    .landing-intro .links-container > li {
        margin-bottom: 1.875rem;
    }
}

.landing-intro .links-container > li:last-child {
    margin-bottom: 0;
}

@media screen and (min-width: 960px) {
    .landing-intro .links-container > li .button {
        width: 69.23077%;
    }
}

.landing-intro h2 {
    font-size: 1.875rem;
    line-height: 1.2;
    margin-bottom: 1.125rem;
}

@media screen and (min-width: 580px) {
    .landing-intro h2 {
        font-size: 2.25rem;
        line-height: 1.1667;
        margin-bottom: 1.25rem;
    }
}

@media screen and (min-width: 960px) {
    .landing-intro h2 {
        font-size: 3.75rem;
        line-height: 1.2;
    }
}

@media screen and (min-width: 960px) {
    .landing-page-header:not(.no-margin) {
        margin-bottom: 4.375rem;
    }
}

.landing-page-header.border-blue .text {
    border-bottom: solid 4px #354ca1;
}

    .landing-page-header.border-blue .text::before {
        content: "";
        position: absolute;
        z-index: 1;
        bottom: -4px;
        right: 100%;
        left: auto;
        height: 4px;
        background: #354ca1;
        width: 100%;
    }

.landing-page-header.border-red .text {
    border-bottom: solid 4px #cc0035;
}

    .landing-page-header.border-red .text::before {
        content: "";
        position: absolute;
        z-index: 1;
        bottom: -4px;
        right: 100%;
        left: auto;
        height: 4px;
        background: #cc0035;
        width: 100%;
    }

.landing-page-header .text {
    position: relative;
    padding: 1.5rem 0;
}

@media screen and (min-width: 580px) {
    .landing-page-header .text {
        width: 91.66667%;
        padding: 2.25rem 0 1.875rem;
    }
}

@media screen and (min-width: 960px) {
    .landing-page-header .text {
        padding-top: 1.25rem;
    }
}

@media screen and (min-width: 1280px) {
    .landing-page-header .text {
        width: 72.22222%;
    }
}

.landing-page-header h1 {
    font-size: 1.875rem;
    line-height: 1.2;
    padding-right: 8.33333%;
}

@media screen and (min-width: 580px) {
    .landing-page-header h1 {
        font-size: 3rem;
        line-height: 1;
    }
}

@media screen and (min-width: 960px) {
    .landing-page-header h1 {
        font-size: 4.5rem;
        padding: 0 3.0303%;
    }
}

@media screen and (min-width: 1280px) {
    .landing-page-header h1 {
        padding-right: 3.84615%;
    }
}

.landing-page-header h1 .title-prefix {
    font-size: 1.125rem;
    display: block;
    margin: 0;
}

@media screen and (min-width: 580px) {
    .landing-page-header h1 .title-prefix {
        font-size: 1.5rem;
    }
}

@media screen and (min-width: 960px) {
    .landing-page-header h1 .title-prefix {
        margin: 0 0 5px;
        font-size: 1.875rem;
    }
}

.links-list {
    padding-top: 3.75rem;
    padding-bottom: 3.75rem;
}

@media screen and (max-width: 959px) {
    .links-list {
        padding-right: 20px;
        padding-left: 20px;
        margin-right: -20px;
        margin-left: -20px;
    }
}

@media screen and (min-width: 960px) {
    .links-list {
        padding-top: 5rem;
        padding-right: 5.55556%;
        padding-bottom: 5rem;
        padding-left: 5.55556%;
    }
}

.links-list h2 {
    color: #FFFFFF;
}

@media screen and (min-width: 580px) {
    .links-list h2 {
        margin-bottom: 3.75rem;
    }
}

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

.links-list li {
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

    .links-list li a {
        display: block;
        padding-top: 0.75rem;
        padding-bottom: 0.75rem;
        color: #FFFFFF;
    }

@media screen and (min-width: 580px) {
    .links-list li a {
        padding-top: 1.5rem;
        padding-bottom: 1.5rem;
    }
}

.background-gray .links-list {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
}

    .background-gray .links-list h2 {
        color: #000000;
        font-size: 1.125rem;
    }

@media screen and (min-width: 960px) {
    .background-gray .links-list h2 {
        font-size: 1.5rem;
    }
}

.background-gray .links-list li {
    border-bottom: 1px solid #ebebeb;
}

    .background-gray .links-list li a {
        color: #354ca1;
    }

.loading {
    padding-top: 1.875rem;
    padding-bottom: 3.75rem;
}

    .loading img {
        width: 87px;
        height: 87px;
        display: block;
        margin: 0 auto;
    }

.multi-input-filter {
    background: #f5f5f5;
    padding: 30px 0;
}

    .multi-input-filter::after {
        display: block;
        clear: both;
        content: "";
    }

@media screen and (min-width: 960px) {
    .multi-input-filter {
        padding: 50px 0;
    }
}

.multi-input-filter label {
    position: absolute !important;
    clip: rect(1px, 1px, 1px, 1px);
    padding: 0 !important;
    border: 0 !important;
    height: 1px !important;
    width: 1px !important;
    overflow: hidden;
    white-space: nowrap;
}

.multi-input-filter .filter-header {
    position: relative;
    margin-bottom: 25px;
}

    .multi-input-filter .filter-header h3 {
        font-size: 18px;
        width: calc(100% - 30px);
    }

    .multi-input-filter .filter-header .filter-icon {
        width: 25px;
        height: 22px;
        background: url("../svg/icon-filter-inactive.svg") no-repeat;
        background-size: cover;
        position: absolute;
        right: 0;
        top: 0;
        opacity: .5;
    }

@media screen and (min-width: 960px) {
    .multi-input-filter .filter-header {
        position: absolute !important;
        clip: rect(1px, 1px, 1px, 1px);
        padding: 0 !important;
        border: 0 !important;
        height: 1px !important;
        width: 1px !important;
        overflow: hidden;
        white-space: nowrap;
    }
}

@media screen and (min-width: 960px) {
    .multi-input-filter form {
        width: 94.44444%;
        margin-left: 2.77778%;
    }
}

.multi-input-filter input[type="text"] {
    width: 100%;
    margin-bottom: 20px;
    height: 50px;
}

@media screen and (min-width: 580px) {
    .multi-input-filter input[type="text"] {
        height: 60px;
        margin-bottom: 30px;
    }
}

@media screen and (min-width: 960px) {
    .multi-input-filter input[type="text"] {
        width: 40%;
        float: left;
        margin-right: 5%;
        margin-bottom: 0;
    }
}

@media screen and (min-width: 1280px) {
    .multi-input-filter input[type="text"] {
        padding: 15px 35px;
    }
}

.multi-input-filter select {
    margin-bottom: 20px;
    text-transform: uppercase;
    padding: 15px 45px 15px 10px;
    height: 50px;
}

@media screen and (min-width: 580px) {
    .multi-input-filter select {
        height: 60px;
        margin-bottom: 30px;
    }
}

@media screen and (min-width: 960px) {
    .multi-input-filter select {
        width: 35%;
        float: left;
        margin-right: 5%;
        margin-bottom: 0;
        padding: 15px 25px;
    }
}

@media screen and (min-width: 1280px) {
    .multi-input-filter select {
        padding: 15px 35px;
    }
}

.multi-input-filter input[type="submit"] {
    width: 100%;
    height: 50px;
}

@media screen and (min-width: 580px) {
    .multi-input-filter input[type="submit"] {
        height: 60px;
    }
}

@media screen and (min-width: 960px) {
    .multi-input-filter input[type="submit"] {
        width: 15%;
        float: left;
        padding: 15px 25px;
    }
}

@media screen and (min-width: 1280px) {
    .multi-input-filter input[type="submit"] {
        padding: 15px 35px;
    }
}

.split-content.portal-hero {
    padding-top: 0;
    padding-bottom: 0;
}

    .split-content.portal-hero .portal-hero-image {
        max-width: 1280px;
        margin-right: auto;
        margin-left: auto;
        padding-right: 20px;
        padding-left: 20px;
        min-height: 186px;
        padding-top: 1.875rem;
        padding-bottom: 1.875rem;
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
    }

        .split-content.portal-hero .portal-hero-image::after {
            display: block;
            clear: both;
            content: "";
        }

@media screen and (min-width: 960px) {
    .split-content.portal-hero .portal-hero-image {
        padding-right: 30px;
        padding-left: 30px;
    }
}

@media screen and (min-width: 580px) {
    .split-content.portal-hero .portal-hero-image {
        min-height: 330px;
    }
}

@media screen and (min-width: 960px) {
    .split-content.portal-hero .portal-hero-image {
        padding-top: 3.75rem;
        padding-bottom: 3.75rem;
    }
}

.split-content.portal-hero .portal-hero-image h2 {
    color: #FFFFFF;
}

.profile-header {
    max-width: 1280px;
    margin-right: auto;
    margin-left: auto;
}

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

@media screen and (min-width: 960px) {
    .profile-header {
        margin-bottom: 5rem;
    }
}

.profile-header .image {
    display: block;
    position: relative;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

    .profile-header .image::after {
        content: '';
        display: block;
        padding-bottom: 150%;
    }

@media screen and (min-width: 580px) {
    .profile-header .image {
        width: 50%;
    }
}

@media screen and (min-width: 960px) {
    .profile-header .image {
        width: 30.55556%;
    }
}

.profile-header h1 {
    margin-bottom: 0.625rem;
    font-size: 2.25rem;
    line-height: 1;
    text-transform: capitalize;
}

@media screen and (min-width: 580px) {
    .profile-header h1 {
        margin-bottom: 0.75rem;
    }
}

@media screen and (min-width: 960px) {
    .profile-header h1 {
        font-size: 3rem;
        margin-bottom: 1.25rem;
    }
}

@media screen and (min-width: 1280px) {
    .profile-header h1 {
        font-size: 3.75rem;
    }
}

.profile-header h1 span {
    display: block;
}

.profile-header p {
    margin-top: 0.875rem;
    margin-bottom: 0.875rem;
}

@media screen and (min-width: 580px) {
    .profile-header p {
        line-height: 1.5rem;
    }
}

@media screen and (min-width: 960px) {
    .profile-header p {
        margin-top: 1.5rem;
        margin-bottom: 1.5rem;
    }
}

.profile-header p:first-of-type {
    margin-top: 0;
}

.profile-header .summary {
    background-color: #f5f5f5;
}

@media screen and (max-width: 579px) {
    .profile-header .summary {
        padding: 1.5rem 20px 1.875rem;
    }
}

@media screen and (min-width: 580px) {
    .profile-header .summary {
        width: 50%;
        padding: 1.5rem 20px 1.875rem 2.77778%;
    }
}

@media screen and (min-width: 960px) {
    .profile-header .summary {
        width: 38.88889%;
        padding: 2.25rem;
    }
}

.profile-header .summary .title {
    font-family: "Open Sans-bold", Arial, sans-serif;
    font-size: 1.125rem;
}

@media screen and (min-width: 960px) {
    .profile-header .summary .title {
        margin-bottom: 3rem;
    }
}

.profile-header .summary .position {
    font-family: "Open Sans", Arial, sans-serif;
    font-size: 1rem;
}

@media screen and (min-width: 960px) {
    .profile-header .summary .position {
        margin-bottom: 3rem;
    }
}

.profile-header .summary .summary_prop {
    font-family: "Open Sans", Arial, sans-serif;
    font-size: 1rem;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

@media screen and (min-width: 960px) {
    .profile-header .summary .summary_prop {
        margin-bottom: 3rem;
    }
}

.profile-header .summary .department {
    font-family: "Open Sans-bold", Arial, sans-serif;
    font-size: 1.250rem;
}

@media screen and (min-width: 960px) {
    .profile-header .summary .department {
        margin-bottom: 3rem;
    }
}

.profile-header .details {
    position: relative;
    padding-top: 1.5rem;
    padding-bottom: 2.5rem;
    width: 100%;
    background-color: #354ca1;
    color: #FFFFFF;
}

@media screen and (max-width: 959px) {
    .profile-header .details {
        padding-right: 20px;
        padding-left: 20px;
    }
}

@media screen and (min-width: 580px) {
    .profile-header .details {
        padding-top: 2.5rem;
    }
}

@media screen and (min-width: 960px) {
    .profile-header .details {
        width: 30.55556%;
        padding: 2.25rem 30px 2.5rem 1.25rem;
    }
}

@media screen and (min-width: 1280px) {
    .profile-header .details {
        padding-left: 2.25rem;
    }
}

@media screen and (min-width: 960px) {
    .profile-header .details::before {
        content: "";
        position: absolute;
        top: 0;
        bottom: 0;
        width: 100%;
        left: 100%;
        background-color: #354ca1;
    }
}

.profile-header .details h4 {
    font-size: 0.875rem;
    line-height: 1.7143;
}

@media screen and (min-width: 580px) {
    .profile-header .details h4 {
        margin-bottom: 0.125rem;
    }
}

.profile-header .details ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.profile-header .details p,
.profile-header .details .links {
    font-family: "Open Sans-bold", Arial, sans-serif;
    font-size: 1rem;
    line-height: 1.5;
}

@media screen and (min-width: 580px) {
    .profile-header .details p,
    .profile-header .details .links {
        font-size: 1.125rem;
    }
}

@media screen and (min-width: 960px) {
    .profile-header .details p,
    .profile-header .details .links {
        font-size: 1rem;
    }
}

@media screen and (min-width: 1280px) {
    .profile-header .details p,
    .profile-header .details .links {
        font-size: 1.125rem;
    }
}

.profile-header .details a {
    color: #FFFFFF;
}

.profile-header .details > ul {
    margin-bottom: 2rem;
}

    .profile-header .details > ul::after {
        display: block;
        clear: both;
        content: "";
    }

    .profile-header .details > ul > li {
        border-bottom: 1px solid rgba(255, 255, 255, 0.2);
        margin-bottom: 0.75rem;
        padding-bottom: 0.875rem;
    }

@media screen and (min-width: 580px) and (max-width: 959px) {
    .profile-header .details > ul > li {
        float: left;
        width: 47.22222%;
        margin-right: 5.55556%;
    }

        .profile-header .details > ul > li:nth-child(even) {
            margin-right: 0;
        }
}

@media screen and (max-width: 579px) {
    .profile-header .details > ul > li:last-child {
        border-bottom: 0;
        margin-bottom: 0;
        padding-bottom: 0;
    }
}

.profile-header .details > ul > li a::after {
    content: '\00A0\003e';
    display: inline-block;
}

@media screen and (min-width: 960px) {
    .profile-header .details .button {
        min-width: 200px;
    }
}

.section-navigation {
    background-color: #354ca1;
}

    .section-navigation .grid-container {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .section-navigation h1 {
        width: 36.11111%;
        display: inline-block;
        color: #FFFFFF;
        text-transform: capitalize;
        font-size: 1.125rem;
        line-height: 1;
        padding-top: 0.875rem;
        padding-right: 2.77778%;
        padding-bottom: 0.875rem;
        border-right: 1px solid rgba(255, 255, 255, 0.2);
    }

@media screen and (min-width: 580px) {
    .section-navigation h1 {
        padding: 0;
        border-right: 0;
        width: 100%;
        font-size: 2.25rem;
        line-height: 1.1112;
        margin-top: 1.875rem;
        margin-bottom: 1.875rem;
    }
}

@media screen and (min-width: 960px) {
    .section-navigation h1 {
        font-size: 3.75rem;
        line-height: 1;
        margin-top: 3.75rem;
        margin-bottom: 3.75rem;
        padding-right: 2.77778%;
        padding-left: 2.77778%;
    }
}

.section-navigation .dropdown {
    width: 63.88889%;
}

@media screen and (min-width: 580px) {
    .section-navigation .dropdown {
        display: none;
    }
}

.section-navigation .dropdown select {
    font-family: "Georgia", Times, serif;
    font-weight: normal;
    text-transform: capitalize;
    border: 0;
    background-image: url("../svg/icon-arrow-down-white.svg");
    background-color: #354ca1;
    background-position: right 15px top 50%;
    background-size: 25px;
    color: #FFFFFF;
    padding-top: 0.875rem;
    padding-bottom: 0.875rem;
}

.section-navigation .section-list {
    display: none;
}

@media screen and (min-width: 580px) {
    .section-navigation .section-list {
        list-style: none;
        padding: 0;
        margin: 0;
        width: 100%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        text-align: center;
    }
}

.section-navigation .section-list li {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
}

    .section-navigation .section-list li .section-link {
        display: block;
        text-decoration: none;
        color: #FFFFFF;
        font-family: "Georgia", Times, serif;
        padding-top: 1.25rem;
        padding-right: 0.625rem;
        padding-bottom: 1.25rem;
        padding-left: 0.625rem;
        font-size: 1rem;
        line-height: 1.25;
        border-bottom: 4px solid transparent;
    }

        .section-navigation .section-list li .section-link:focus, .section-navigation .section-list li .section-link:active, .no-touchevents .section-navigation .section-list li .section-link:hover {
            -webkit-transition: all 300ms ease-in-out;
            transition: all 300ms ease-in-out;
            border-bottom: 4px solid #FFFFFF;
        }

        .section-navigation .section-list li .section-link.selected {
            border-bottom: 4px solid #cc0035;
        }

@media screen and (min-width: 960px) {
    .section-navigation .section-list li .section-link {
        font-size: 1.25rem;
        line-height: 1.5;
    }
}

.sharing-widget {
    background-color: #FFFFFF;
}

@media screen and (min-width: 960px) {
    .sharing-widget {
        width: 3.75rem;
        margin-top: 1.375rem;
        margin-right: auto;
        margin-left: 30px;
    }
}

@media screen and (min-width: 1280px) {
    .sharing-widget {
        margin-right: 0;
        margin-left: 0;
    }
}

.sharing-widget ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-top: 1px solid #c8c8c8;
    border-bottom: 1px solid #c8c8c8;
}

@media screen and (min-width: 960px) {
    .sharing-widget ul {
        border: 0;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }
}

.sharing-widget ul li {
    width: 25%;
    border-left: 1px solid #c8c8c8;
}

    .sharing-widget ul li:first-child {
        border-left: 0;
    }

@media screen and (min-width: 960px) {
    .sharing-widget ul li {
        position: relative;
        border: 1px solid #c8c8c8;
        border-top: 0;
        width: 3.75rem;
        height: 3.75rem;
    }

        .sharing-widget ul li:first-child {
            border-top: 1px solid #c8c8c8;
            border-left: 1px solid #c8c8c8;
        }
}

.sharing-widget ul li button {
    position: relative;
    overflow: hidden;
    text-indent: 101%;
    white-space: nowrap;
    cursor: pointer;
    width: 100%;
    height: 3.75rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

@media screen and (min-width: 960px) {
    .sharing-widget ul li button {
        width: 3.75rem;
        height: 3.75rem;
    }
}

.sharing-widget ul li button:focus, .sharing-widget ul li button:active, .no-touchevents .sharing-widget ul li button:hover {
    -webkit-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
    background-color: #8e6b4c;
}

    .sharing-widget ul li button:focus svg path, .sharing-widget ul li button:active svg path, .no-touchevents .sharing-widget ul li button:hover svg path {
        fill: #FFFFFF;
    }

.sharing-widget ul li svg {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 1.5625rem;
    height: 1.5625rem;
}

@media screen and (min-width: 960px) {
    .sharing-widget ul li svg {
        width: 1.25rem;
        height: 1.25rem;
    }
}

.sharing-widget ul li svg path {
    fill: #c8c8c8;
}

.sharing-widget ul li.sharing-print {
    display: none;
}

@media screen and (min-width: 960px) {
    .sharing-widget ul li.sharing-print {
        display: block;
    }
}

.sharing-widget.sticky-on-scroll.fixed {
    position: fixed;
    top: 5rem;
}

.simple-cta {
    background-color: #354ca1;
    color: #FFFFFF;
    text-align: center;
    margin-top: 30px;
    margin-bottom: 30px;
    padding-top: 1.625rem;
    padding-bottom: 1.875rem;
}

@media screen and (min-width: 580px) {
    .simple-cta {
        margin-top: 60px;
        margin-bottom: 60px;
    }
}

@media screen and (min-width: 960px) {
    .simple-cta {
        margin-top: 85px;
        margin-bottom: 85px;
    }
}

@media screen and (min-width: 1280px) {
    .simple-cta {
        margin-top: 100px;
        margin-bottom: 100px;
    }
}

@media screen and (min-width: 580px) {
    .simple-cta {
        padding-top: 3.125rem;
        padding-bottom: 3.75rem;
    }
}

@media screen and (min-width: 960px) {
    .simple-cta {
        padding-top: 3.125rem;
        padding-bottom: 5rem;
    }
}

.simple-cta h2 {
    padding: 0 5.55556%;
}

@media screen and (min-width: 580px) {
    .simple-cta h2 {
        padding: 0 11.11111%;
    }
}

@media screen and (min-width: 960px) {
    .simple-cta h2 {
        padding: 0 16.66667%;
    }
}

.simple-cta .button-container {
    margin-top: 1.25rem;
}

@media screen and (min-width: 580px) {
    .simple-cta .button-container {
        margin-top: 2.5rem;
    }
}

.single-image {
    overflow: hidden;
}

    .single-image .grid-container {
        padding: 0 !important;
    }

@media screen and (min-width: 580px) {
    .single-image .grid-container {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }
}

.single-image .image {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    display: block;
    position: relative;
}

    .single-image .image::after {
        content: '';
        display: block;
        padding-bottom: 56.25%;
    }

@media screen and (min-width: 580px) {
    .single-image .image {
        width: 38.88889%;
    }
}

@media screen and (min-width: 960px) {
    .single-image .image {
        width: 58.33333%;
        height: 493px;
    }
}

@media screen and (min-width: 1280px) {
    .single-image .image {
        width: 69.44444%;
    }
}

.single-image .text {
    background: #8e6b4c;
    padding-top: 1.5rem;
    padding-bottom: 2.5rem;
    color: #FFFFFF;
    position: relative;
}

@media screen and (max-width: 959px) {
    .single-image .text {
        padding-right: 20px;
        padding-left: 20px;
    }
}

@media screen and (min-width: 580px) {
    .single-image .text {
        width: 61.11111%;
        padding: 1.625rem 20px 2.5rem 5.55556%;
    }
}

@media screen and (min-width: 960px) {
    .single-image .text {
        width: 41.66667%;
        padding: 3rem 30px 3.75rem 2.77778%;
    }

        .single-image .text::before {
            content: "";
            position: absolute;
            top: 0;
            bottom: 0;
            width: 100%;
            left: 100%;
            background-color: #8e6b4c;
        }
}

@media screen and (min-width: 1280px) {
    .single-image .text {
        width: 30.55556%;
        padding: 3rem 30px 3.75rem 2.77778%;
    }
}

@media screen and (min-width: 580px) {
    .single-image .text-inner {
        padding-right: 4.54545%;
    }
}

@media screen and (min-width: 960px) {
    .single-image .text-inner {
        padding-right: 14.28571%;
    }
}

.single-image h2 {
    color: inherit;
    font-size: 1.5rem;
    line-height: 1.25;
    margin-bottom: 0.5rem;
}

@media screen and (min-width: 580px) {
    .single-image h2 {
        font-size: 1.875rem;
        line-height: 1.2;
        margin-bottom: 0.75rem;
    }
}

@media screen and (min-width: 960px) {
    .single-image h2 {
        font-size: 2.25rem;
        line-height: 1.1667;
        margin-bottom: 1rem;
    }
}

.single-image h3 {
    font-family: "Open Sans-bold", Arial, sans-serif;
    font-size: 0.875rem;
    line-height: 1.2858;
}

@media screen and (min-width: 580px) {
    .single-image h3 {
        font-size: 1.125rem;
        line-height: 1.3334;
    }
}

.single-image p {
    color: inherit;
}

@media screen and (max-width: 579px) {
    .single-image p {
        margin-bottom: 1.5rem;
    }
}

.single-image blockquote {
    margin-bottom: 1.25rem;
}

@media screen and (min-width: 580px) {
    .single-image blockquote {
        margin-bottom: 2.125rem;
    }
}

.single-image .title {
    margin: 0;
}

.single-image .bottom-container {
    padding-top: 1.5rem;
}

@media screen and (min-width: 580px) and (max-width: 959px) {
    .single-image.testimonial .grid-container {
        display: block;
    }
}

@media screen and (min-width: 580px) and (max-width: 959px) {
    .single-image.testimonial .image {
        height: auto;
        width: 100%;
    }
}

.single-image.testimonial .text {
    background-color: #cc0035;
}

@media screen and (min-width: 580px) and (max-width: 959px) {
    .single-image.testimonial .text {
        width: 100%;
    }
}

@media screen and (min-width: 960px) {
    .single-image.testimonial .text::before {
        background-color: #cc0035;
    }
}

.single-image.testimonial.has-border .text {
    background-color: #FFFFFF;
    border-top: 5px solid #cc0035;
}

@media screen and (min-width: 960px) {
    .single-image.testimonial.has-border .text {
        border-top: 0;
        border-left: 5px solid #cc0035;
    }

        .single-image.testimonial.has-border .text::before {
            background-color: #FFFFFF;
        }
}

.single-image.testimonial.has-border .text blockquote,
.single-image.testimonial.has-border .text h3,
.single-image.testimonial.has-border .text p {
    color: #000000;
}

.single-image.cta .text {
    padding-bottom: 1.875rem;
}

@media screen and (min-width: 580px) {
    .single-image.cta .text {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
}

@media screen and (min-width: 960px) {
    .single-image.cta .text {
        position: relative;
        padding-bottom: 9.375rem;
    }
}

@media screen and (min-width: 960px) {
    .single-image.cta .bottom-container {
        width: 53.33333%;
        position: absolute;
        bottom: 3.75rem;
        left: 6.66667%;
    }
}

@media screen and (min-width: 1280px) {
    .single-image.cta .bottom-container {
        width: 54.54545%;
        left: 9.09091%;
    }
}

.single-image.cta .bottom-container .button {
    width: 100%;
}

.single-image.cta .bottom-container ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

    .single-image.cta .bottom-container ul li {
        margin-bottom: 1.25rem;
    }

.single-testimonial .grid-container {
    padding: 0;
}

@media screen and (min-width: 580px) {
    .single-testimonial .grid-container {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }
}

@media screen and (min-width: 960px) {
    .single-testimonial .grid-container {
        padding-left: 8.33333%;
        width: 83.33333%;
    }
}

.single-testimonial .text {
    margin-top: 2.5rem;
    margin-bottom: 2.5rem;
    padding-top: 2.5rem;
    padding-right: 20px;
    padding-bottom: 2.5rem;
    padding-left: 20px;
    color: #FFFFFF;
    position: relative;
}

@media screen and (min-width: 580px) {
    .single-testimonial .text {
        margin-top: 3.125rem;
        margin-bottom: 3.125rem;
        padding-top: 3.75rem;
        padding-right: 3.125rem;
        padding-bottom: 3.75rem;
        padding-left: 3.125rem;
    }
}

@media screen and (min-width: 960px) {
    .single-testimonial .text {
        margin-top: 3.75rem;
        margin-bottom: 3.75rem;
        width: 86.11111%;
    }

        .single-testimonial .text::before {
            content: "";
            position: absolute;
            top: 0;
            bottom: 0;
            width: 100%;
            left: 100%;
            background-color: #8e6b4c;
        }
}

@media screen and (min-width: 1280px) {
    .single-testimonial .text {
        width: 91.66667%;
    }
}

.single-testimonial .text.bg-blue {
    background-color: #354ca1;
}

@media screen and (min-width: 960px) {
    .single-testimonial .text.bg-blue::before {
        background-color: #354ca1;
    }
}

.single-testimonial blockquote::before, .single-testimonial blockquote::after {
    content: '';
    display: none;
}

.single-testimonial blockquote > p {
    margin: 0;
    font-size: 1.5rem;
    line-height: 1.25;
}

@media screen and (min-width: 580px) {
    .single-testimonial blockquote > p {
        font-size: 2.25rem;
        line-height: 1.1667;
    }
}

@media screen and (min-width: 960px) {
    .single-testimonial blockquote > p {
        font-size: 3rem;
        line-height: 1;
    }
}

@media screen and (min-width: 1280px) {
    .single-testimonial blockquote > p {
        font-size: 3.75rem;
        line-height: 1;
    }
}

.single-testimonial blockquote > p::before {
    position: absolute;
    left: -12px;
    content: open-quote;
}

@media screen and (min-width: 580px) {
    .single-testimonial blockquote > p::before {
        left: -18px;
    }
}

@media screen and (min-width: 960px) {
    .single-testimonial blockquote > p::before {
        left: -30px;
    }
}

.single-testimonial blockquote > p::after {
    position: absolute;
    content: close-quote;
}

.single-testimonial .cite-name {
    font-family: "Open Sans-bold", Arial, sans-serif;
    margin: 0;
}

.single-testimonial span,
.single-testimonial p {
    display: inline-block;
    font-size: 0.75rem;
    line-height: 2;
    margin-top: 1.25rem;
    margin-bottom: 1.25rem;
}

@media screen and (min-width: 580px) {
    .single-testimonial span,
    .single-testimonial p {
        font-size: 1rem;
        line-height: 1.875;
        margin-top: 1.875rem;
        margin-bottom: 1.875rem;
    }
}

@media screen and (min-width: 960px) {
    .single-testimonial span,
    .single-testimonial p {
        margin-top: 2.5rem;
        margin-bottom: 2.5rem;
    }
}

.single-video {
    margin-top: 1.875rem;
    margin-bottom: 1.875rem;
}

@media screen and (min-width: 960px) {
    .single-video {
        position: relative;
        margin-top: 3.125rem;
        margin-bottom: 3.125rem;
        background: -webkit-gradient(linear, left top, right top, color-stop(0, #cc0035), color-stop(50%, #cc0035)), -webkit-gradient(linear, left top, right top, color-stop(50%, transparent), to(transparent));
        background: linear-gradient(to right, #cc0035 0, #cc0035 50%), linear-gradient(to right, transparent 50%, transparent 100%);
        background-repeat: no-repeat;
        background-size: 50% 100%, 100%;
    }
}

@media screen and (min-width: 1280px) {
    .single-video {
        margin-top: 3.75rem;
        margin-bottom: 3.75rem;
    }
}

.single-video .inner-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

@media screen and (min-width: 960px) {
    .single-video .inner-container {
        max-width: 1280px;
        margin-right: auto;
        margin-left: auto;
        padding-right: 20px;
        padding-left: 20px;
        padding-right: 0 !important;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
    }

        .single-video .inner-container::after {
            display: block;
            clear: both;
            content: "";
        }
}

@media screen and (min-width: 960px) and (min-width: 960px) {
    .single-video .inner-container {
        padding-right: 30px;
        padding-left: 30px;
    }
}

.single-video .text {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    max-width: 1280px;
    margin-right: auto;
    margin-left: auto;
    padding-right: 20px;
    padding-left: 20px;
    padding-top: 1.875rem;
    padding-bottom: 1.875rem;
    background-color: #cc0035;
    color: #FFFFFF;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    position: relative;
}

    .single-video .text::after {
        display: block;
        clear: both;
        content: "";
    }

@media screen and (min-width: 960px) {
    .single-video .text {
        padding-right: 30px;
        padding-left: 30px;
    }
}

@media screen and (min-width: 580px) {
    .single-video .text {
        padding-top: 3.125rem;
        padding-bottom: 3.125rem;
    }
}

@media screen and (min-width: 960px) {
    .single-video .text {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
        width: 41.66667%;
        padding-top: 2.5rem;
        padding-right: 2.77778%;
        padding-bottom: 1.5625rem;
        padding-left: 0;
    }
}

@media screen and (min-width: 1280px) {
    .single-video .text {
        width: 30.55556%;
    }
}

.single-video .text p {
    margin-bottom: 1.875rem;
}

.single-video .text button.button-play-video {
    display: inline;
    width: auto;
    text-align: left;
    color: #FFFFFF;
    margin-bottom: 2.25rem;
    font-family: "Open Sans-bold", Arial, sans-serif;
    font-size: 0.875rem;
    line-height: 1;
}

@media screen and (min-width: 580px) {
    .single-video .text button.button-play-video {
        font-size: 1rem;
    }
}

.single-video .text .credits {
    margin-top: auto;
    font-size: 0.875rem;
    line-height: 1.7143;
}

    .single-video .text .credits span {
        display: block;
    }

        .single-video .text .credits span.credit-name {
            font-family: "Open Sans-bold", Arial, sans-serif;
        }

.single-video .video-container {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    position: relative;
    background-color: #cc0035;
}

@media screen and (min-width: 960px) {
    .single-video .video-container {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
        width: 58.33333%;
    }
}

@media screen and (min-width: 1280px) {
    .single-video .video-container {
        width: 69.44444%;
    }
}

.single-video .video-container .iframe-wrapper {
    display: block;
    position: relative;
    height: 100%;
}

    .single-video .video-container .iframe-wrapper::after {
        content: '';
        display: block;
        padding-bottom: 56.25%;
    }

    .single-video .video-container .iframe-wrapper > iframe {
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
    }

.single-video .video-container iframe {
    width: 100%;
    height: 100%;
}

.single-video .video-container .video-poster {
    background-size: cover;
    background-position: center center;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}

    .single-video .video-container .video-poster button {
        width: 60px;
        height: 60px;
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
    }

@media screen and (min-width: 580px) {
    .single-video .video-container .video-poster button {
        width: 70px;
        height: 70px;
    }
}

@media screen and (min-width: 960px) {
    .single-video .video-container .video-poster button {
        width: 80px;
        height: 80px;
    }
}

.single-video .video-container .video-poster button svg {
    width: 100%;
    opacity: 0.8;
}

.social-feed-grid {
    position: relative;
    background-color: #f5f5f5;
}

    .social-feed-grid::after {
        content: '';
        display: block;
        width: 100%;
        height: 20%;
        background: -webkit-gradient(linear, left bottom, left top, from(whitesmoke), color-stop(80%, rgba(245, 245, 245, 0.9)), to(rgba(245, 245, 245, 0)));
        background: linear-gradient(to top, whitesmoke 0%, rgba(245, 245, 245, 0.9) 80%, rgba(245, 245, 245, 0) 100%);
        position: absolute;
        bottom: 0;
        left: 0;
        right: 0;
    }

    .social-feed-grid .social-feed-grid-inner {
        max-width: 1280px;
        margin-right: auto;
        margin-left: auto;
        padding-right: 20px;
        padding-left: 20px;
    }

        .social-feed-grid .social-feed-grid-inner::after {
            display: block;
            clear: both;
            content: "";
        }

@media screen and (min-width: 960px) {
    .social-feed-grid .social-feed-grid-inner {
        padding-right: 30px;
        padding-left: 30px;
    }
}

.social-feed-grid .social-feed-grid-inner .juicer-feed {
    padding-right: 5.55556%;
    padding-left: 5.55556%;
    /* remove after upgrading juicer */
}

@media screen and (min-width: 580px) {
    .social-feed-grid .social-feed-grid-inner .juicer-feed {
        padding-right: 0;
        padding-left: 0;
    }
}

@media screen and (min-width: 960px) {
    .social-feed-grid .social-feed-grid-inner .juicer-feed {
        padding-right: 2.77778%;
        padding-left: 2.77778%;
    }
}

.social-feed-grid .social-feed-grid-inner .juicer-feed h1.referral {
    display: none;
}

.social-feed-grid .social-feed-grid-inner .juicer-feed .j-meta a {
    color: #cc0035;
}

.social-feed-grid .social-feed-grid-inner .juicer-feed .j-message a {
    color: #354ca1;
}

.social-feed-grid .social-feed-grid-inner .juicer-feed .juicer-button {
    display: inline-block;
    padding: 0.9375rem 20px;
    font-family: "Open Sans-bold", Arial, sans-serif;
    text-transform: uppercase;
    border: 2px solid #000000;
    color: #000000;
    text-align: center;
    font-size: 1rem;
    line-height: 1;
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 1;
    margin-top: 2.5rem;
    margin-bottom: 2.5rem;
}

@media screen and (min-width: 580px) {
    .social-feed-grid .social-feed-grid-inner .juicer-feed .juicer-button {
        padding: 1.25rem 30px;
    }
}

@media screen and (max-width: 959px) {
    .social-feed-grid .social-feed-grid-inner .juicer-feed .juicer-button {
        width: 100%;
    }
}

.social-feed-grid .social-feed-grid-inner .juicer-feed .juicer-button:focus, .social-feed-grid .social-feed-grid-inner .juicer-feed .juicer-button:active, .no-touchevents .social-feed-grid .social-feed-grid-inner .juicer-feed .juicer-button:hover {
    -webkit-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
    text-decoration: none;
    background-color: #8e6b4c;
    color: #FFFFFF;
    border: 2px solid #8e6b4c;
}

@media screen and (min-width: 580px) {
    .social-feed-grid .social-feed-grid-inner .juicer-feed .juicer-button {
        margin-top: 5rem;
        margin-bottom: 5rem;
    }
}

@media screen and (min-width: 960px) {
    .social-feed-grid .social-feed-grid-inner .juicer-feed .juicer-button {
        width: 200px;
    }
}

.split-carousel {
    margin-top: 1.875rem;
    padding-bottom: 3.75rem;
    overflow: hidden;
}

@media screen and (min-width: 580px) {
    .split-carousel {
        margin-top: 3.125rem;
        padding-bottom: 6.25rem;
    }
}

@media screen and (min-width: 960px) {
    .split-carousel {
        margin-top: 6.25rem;
        margin-bottom: 6.25rem;
        padding-bottom: 0;
    }
}

@media screen and (min-width: 960px) {
    .split-carousel .split-carousel-inner {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        max-width: 1280px;
        margin-right: auto;
        margin-left: auto;
        padding-right: 20px;
        padding-left: 20px;
    }

        .split-carousel .split-carousel-inner::after {
            display: block;
            clear: both;
            content: "";
        }
}

@media screen and (min-width: 960px) and (min-width: 960px) {
    .split-carousel .split-carousel-inner {
        padding-right: 30px;
        padding-left: 30px;
    }
}

.split-carousel .split-section {
    position: relative;
}

@media screen and (min-width: 960px) {
    .split-carousel .split-section {
        width: 50%;
    }
}

.split-carousel .split-section.text {
    background-color: #354ca1;
    position: relative;
    padding-top: 1.625rem;
    padding-bottom: 2.125rem;
}

@media screen and (min-width: 580px) {
    .split-carousel .split-section.text {
        padding-top: 2.125rem;
        padding-bottom: 2.125rem;
    }
}

@media screen and (min-width: 960px) {
    .split-carousel .split-section.text {
        padding-top: 8.75rem;
        padding-bottom: 8.75rem;
    }
}

.split-carousel .split-section.text::before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    width: 100%;
    right: 100%;
    background-color: #354ca1;
}

.split-carousel .split-section.text .text-container {
    color: #FFFFFF;
}

@media screen and (max-width: 959px) {
    .split-carousel .split-section.text .text-container {
        padding-right: 20px;
        padding-left: 20px;
    }
}

@media screen and (min-width: 580px) {
    .split-carousel .split-section.text .text-container .text-inner {
        width: 94.44444%;
        margin-left: 2.77778%;
    }
}

@media screen and (min-width: 960px) {
    .split-carousel .split-section.text .text-container .text-inner {
        width: 83.33333%;
        margin-left: 5.55556%;
    }
}

.split-carousel .split-section.text .text-container h3 {
    font-size: 1.5rem;
    line-height: 1.25;
    margin-bottom: 1.25rem;
}

@media screen and (min-width: 580px) {
    .split-carousel .split-section.text .text-container h3 {
        font-size: 2.25rem;
    }
}

@media screen and (min-width: 960px) {
    .split-carousel .split-section.text .text-container h3 {
        font-size: 3rem;
        line-height: 1;
    }
}

@media screen and (min-width: 1280px) {
    .split-carousel .split-section.text .text-container h3 {
        font-size: 3.75rem;
    }
}

.split-carousel .split-section.text .text-container p {
    margin-bottom: 1.5625rem;
}

.split-carousel .split-section.text .text-container .cta-link a {
    font-size: 0.875rem;
    line-height: 1;
    color: #354ca1;
    color: #FFFFFF;
}

@media screen and (min-width: 580px) {
    .split-carousel .split-section.text .text-container .cta-link a {
        font-size: 1rem;
    }
}

.split-carousel .split-section.text .text-container .cta-link a::after {
    content: '\00A0\003e';
    display: inline-block;
}

.split-carousel .split-section.text .text-container .cta-link a:focus, .split-carousel .split-section.text .text-container .cta-link a:active, .no-touchevents .split-carousel .split-section.text .text-container .cta-link a:hover {
    -webkit-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
    text-decoration: underline;
}

.split-carousel .split-section.carousel {
    background-color: #FFFFFF;
    padding-top: 3.125rem;
}
/*Added per beth for CSR-246*/
@media screen and (max-width: 580px) {
    .split-carousel {
        margin-bottom: 2.75rem;
    }

        .split-carousel .split-section.carousel .slide-arrows-container {
            bottom: -2.75rem;
        }
}

@media screen and (min-width: 580px) {
    .split-carousel .split-section.carousel {
        padding-top: 4.125rem;
    }
}

@media screen and (min-width: 960px) {
    .split-carousel .split-section.carousel {
        position: relative;
        width: 47.22222%;
        margin-left: 2.77778%;
        padding-top: 8.75rem;
        padding-bottom: 10rem;
    }
}

.split-carousel .split-section.carousel .slides-container {
    padding-bottom: 2.5rem;
    text-align: center;
    color: #000000;
}

@media screen and (max-width: 959px) {
    .split-carousel .split-section.carousel .slides-container {
        padding-right: 20px;
        padding-left: 20px;
    }
}

@media screen and (min-width: 580px) {
    .split-carousel .split-section.carousel .slides-container {
        padding-bottom: 4.125rem;
    }
}

.split-carousel .split-section.carousel .slides-container .slides-inner {
    width: 94.44444%;
    margin-left: 2.77778%;
}

@media screen and (min-width: 960px) {
    .split-carousel .split-section.carousel .slides-container .slides-inner {
        width: 76.47059%;
        margin-left: 11.76471%;
    }
}

.split-carousel .split-section.carousel .slides-container h3 {
    font-size: 2.25rem;
    line-height: 1.1667;
    margin-bottom: 1.5625rem;
}

@media screen and (min-width: 580px) {
    .split-carousel .split-section.carousel .slides-container h3 {
        font-size: 3.75rem;
    }
}

@media screen and (min-width: 960px) {
    .split-carousel .split-section.carousel .slides-container h3 {
        font-size: 3rem;
        line-height: 1;
    }
}

@media screen and (min-width: 1280px) {
    .split-carousel .split-section.carousel .slides-container h3 {
        font-size: 3.75rem;
    }
}

.split-carousel .split-section.carousel .slides-container p {
    font-size: 0.875rem;
    line-height: 1.7143;
    padding-bottom: 3.75rem;
}

.split-carousel .split-section.carousel .slide-arrows-container {
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    /*Commented out for CSR-246*/
    /*bottom: 0;*/
}

@media screen and (min-width: 960px) {
    .split-carousel .split-section.carousel .slide-arrows-container {
        bottom: 6.25rem;
    }
}

@media screen and (min-width: 1280px) {
    .split-content {
        padding-top: 6.25rem;
        padding-bottom: 6.25rem;
    }
}

@media screen and (min-width: 960px) {
    .split-content.background-blue .component-inner {
        background: -webkit-gradient(linear, left top, right top, color-stop(0, #FFFFFF), color-stop(50%, #FFFFFF)), -webkit-gradient(linear, left top, right top, color-stop(50%, #354ca1), to(#354ca1));
        background: linear-gradient(to right, #FFFFFF 0, #FFFFFF 50%), linear-gradient(to right, #354ca1 50%, #354ca1 100%);
        background-repeat: no-repeat;
        background-size: 50% 100%, 100%;
    }
}

.split-content.background-blue .component-inner .grid-container section:last-child {
    background-color: #354ca1;
}

@media screen and (min-width: 960px) {
    .split-content .grid-container {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }
}

@media screen and (min-width: 960px) {
    .split-content .grid-container > section {
        -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
    }
}

.split-content.no-gutter .grid-container {
    padding-left: 0;
    padding-right: 0;
}

@media screen and (min-width: 960px) {
    .twentytwo-fourteen {
        padding-top: 3.75rem;
        padding-bottom: 3.75rem;
    }
}

@media screen and (min-width: 960px) {
    .twentytwo-fourteen.background-blue .component-inner {
        background: -webkit-gradient(linear, left top, right top, color-stop(0, #FFFFFF), color-stop(61.11111%, #FFFFFF)), -webkit-gradient(linear, left top, right top, color-stop(61.11111%, #354ca1), to(#354ca1));
        background: linear-gradient(to right, #FFFFFF 0, #FFFFFF 61.11111%), linear-gradient(to right, #354ca1 61.11111%, #354ca1 100%);
        background-repeat: no-repeat;
        background-size: 61.11111% 100%, 100%;
    }
}

.twentytwo-fourteen.background-blue .component-inner .grid-container section:last-child {
    background-color: #354ca1;
}

@media screen and (min-width: 960px) {
    .twentytwo-fourteen .grid-container {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }
}

.twentytwo-fourteen .grid-container > section:first-child {
    -ms-flex-preferred-size: 61.11111%;
    flex-basis: 61.11111%;
}

@media screen and (min-width: 960px) {
    .chaptered-split .component-inner {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }
}

.chaptered-split .component-inner > section:first-child {
    -ms-flex-preferred-size: 44%;
    flex-basis: 44%;
}

@media screen and (max-width: 959px) {
    .chaptered-split .component-inner > section:first-child {
        margin-bottom: 1.875rem;
    }
}

.chaptered-split.background-gray section.links-list {
    background-color: #f5f5f5;
    width: 56%;
}

.stats-listing {
    padding-top: 3.75rem;
    max-width: 1280px;
    margin-right: auto;
    margin-left: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

    .stats-listing::after {
        display: block;
        clear: both;
        content: "";
    }

@media screen and (min-width: 580px) {
    .stats-listing {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        padding-top: 0;
    }
}

.stats-listing .title-container {
    position: relative;
    width: 100%;
    background-color: #cc0035;
    padding-top: 2.1875rem;
    padding-right: 5.55556%;
    padding-bottom: 2.1875rem;
    padding-left: 5.55556%;
}

@media screen and (min-width: 580px) {
    .stats-listing .title-container {
        float: left;
        width: 33.33333%;
        padding-top: 1.875rem;
        padding-right: 2.77778%;
        padding-bottom: 1.875rem;
        padding-left: 2.77778%;
    }
}

@media screen and (min-width: 960px) {
    .stats-listing .title-container {
        width: 25%;
        padding-top: 5rem;
        padding-right: 2.77778%;
        padding-bottom: 5rem;
        padding-left: 2.77778%;
    }
}

.stats-listing .title-container::before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    width: 100%;
    right: 100%;
    background-color: #cc0035;
}

.stats-listing .title-container h2 {
    max-width: 50%;
    text-transform: capitalize;
    color: #FFFFFF;
    font-size: 1.5rem;
    line-height: 1;
}

@media screen and (min-width: 580px) {
    .stats-listing .title-container h2 {
        max-width: 100%;
        font-size: 1.875rem;
        line-height: 1.2;
    }
}

@media screen and (min-width: 960px) {
    .stats-listing .title-container h2 {
        font-size: 3rem;
        line-height: 1.1459;
    }
}

.stats-listing .title-container span {
    display: block;
}

@media screen and (min-width: 1280px) {
    .stats-listing .title-container span {
        display: inline;
    }
}

.stats-listing .stats-listing-container {
    width: 100%;
}

@media screen and (min-width: 580px) {
    .stats-listing .stats-listing-container {
        float: left;
        width: 66.66667%;
    }
}

@media screen and (min-width: 960px) {
    .stats-listing .stats-listing-container {
        width: 75%;
    }
}

.stats-listing .stats-listing-grid {
    list-style: none;
    padding: 0;
    margin: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

    .stats-listing .stats-listing-grid .grid-item {
        position: relative;
        -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
        max-width: 50%;
        overflow-wrap: break-word;
        word-wrap: break-word;
        word-break: break-word;
        -webkit-hyphens: auto;
        -ms-hyphens: auto;
        hyphens: auto;
        text-align: left;
        border-right: 1px solid #f5f5f5;
        border-bottom: 1px solid #f5f5f5;
    }

        .stats-listing .stats-listing-grid .grid-item:nth-last-child(-n+2) {
            border-bottom: 0;
        }

@media screen and (max-width: 959px) {
    .stats-listing .stats-listing-grid .grid-item:nth-child(2n+2) {
        border-right: 0;
    }
}

@media screen and (min-width: 960px) {
    .stats-listing .stats-listing-grid .grid-item {
        -ms-flex-preferred-size: 33.33333%;
        flex-basis: 33.33333%;
        max-width: 33.33333%;
    }

        .stats-listing .stats-listing-grid .grid-item:nth-last-child(-n+3) {
            border-bottom: 0;
        }
}

@media screen and (min-width: 960px) and (max-width: 1279px) {
    .stats-listing .stats-listing-grid .grid-item:nth-child(3n+3) {
        border-right: 0;
    }
}

.stats-listing .stats-listing-grid .grid-item > div {
    padding-top: 1.25rem;
    padding-right: 11.11111%;
    padding-bottom: 5.4375rem;
    padding-left: 11.11111%;
}

@media screen and (min-width: 580px) {
    .stats-listing .stats-listing-grid .grid-item > div {
        padding-top: 1.875rem;
        padding-right: 8.33333%;
        padding-bottom: 4.8125rem;
        padding-left: 8.33333%;
    }
}

@media screen and (min-width: 960px) {
    .stats-listing .stats-listing-grid .grid-item > div {
        padding-bottom: 7rem;
    }
}

@media screen and (min-width: 1280px) {
    .stats-listing .stats-listing-grid .grid-item > div {
        padding-top: 2.25rem;
        padding-bottom: 6.75rem;
    }
}

.stats-listing .stats-listing-grid .grid-item h3 {
    font-size: 1rem;
    line-height: 1;
    margin-bottom: 2.5rem;
}

@media screen and (min-width: 960px) {
    .stats-listing .stats-listing-grid .grid-item h3 {
        font-size: 1.125rem;
        line-height: 1;
        margin-bottom: 4.375rem;
    }
}

.stats-listing .stats-listing-grid .grid-item .item-number {
    font-family: "Georgia", Times, serif;
    font-size: 3rem;
    line-height: 1;
    letter-spacing: -0.05em;
}

@media screen and (min-width: 960px) {
    .stats-listing .stats-listing-grid .grid-item .item-number {
        font-size: 4.5rem;
        line-height: 1;
    }
}

.accordionTabs,
.tabs {
    position: relative;
    padding-top: 1.5625rem;
}

@media screen and (min-width: 580px) {
    .accordionTabs,
    .tabs {
        padding-top: 0;
        margin-top: 2.5rem;
        background: linear-gradient(to bottom, #ebebeb 0, #ebebeb 100px), linear-gradient(to bottom, #FFFFFF 100px, #FFFFFF 100%);
        background-repeat: no-repeat;
        background-size: 100% 100px, 100%;
    }
}

@media screen and (min-width: 960px) {
    .accordionTabs,
    .tabs {
        margin-top: 3.75rem;
        background: linear-gradient(to bottom, #ebebeb 0, #ebebeb 120px), linear-gradient(to bottom, #FFFFFF 120px, #FFFFFF 100%);
        background-repeat: no-repeat;
        background-size: 100% 120px, 100%;
    }
}

@media screen and (min-width: 1280px) {
    .accordionTabs,
    .tabs {
        margin-top: 5.625rem;
    }
}

.chapters-tabs.accordionTabs,
.tabs.chapters-tabs {
    padding-top: 0;
    border: 1px solid #ebebeb;
    margin-top: 1.875rem;
    margin-bottom: 1.875rem;
}

@media screen and (min-width: 580px) {
    .chapters-tabs.accordionTabs,
    .tabs.chapters-tabs {
        margin-top: 2.5rem;
        margin-bottom: 2.5rem;
    }
}

.chapters-tabs.accordionTabs .grid-container,
.tabs.chapters-tabs .grid-container {
    padding-right: 0;
    padding-left: 0;
}

.chapters-tabs.accordionTabs .tabs-list,
.tabs.chapters-tabs .tabs-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

@media screen and (max-width: 579px) {
    .chapters-tabs.accordionTabs .tabs-list .tab-item,
    .tabs.chapters-tabs .tabs-list .tab-item {
        background-color: #ebebeb;
        border-bottom: 0;
        -webkit-box-flex: 1;
        -ms-flex: 1;
        flex: 1;
        text-align: center;
    }
}

.chapters-tabs.accordionTabs .tab-content,
.tabs.chapters-tabs .tab-content {
    display: block;
}

@media screen and (min-width: 580px) {
    .chapters-tabs.accordionTabs .tab-content,
    .tabs.chapters-tabs .tab-content {
        padding-top: 3.75rem;
    }
}

@media screen and (max-width: 579px) {
    .chapters-tabs.accordionTabs .tab-container,
    .tabs.chapters-tabs .tab-container {
        display: none;
    }

        .chapters-tabs.accordionTabs .tab-container[aria-hidden="false"],
        .tabs.chapters-tabs .tab-container[aria-hidden="false"] {
            display: block;
        }
}

.chapters-tabs.accordionTabs .tab-title,
.tabs.chapters-tabs .tab-title {
    padding-right: 1.5625rem;
    padding-left: 1.5625rem;
}

    .chapters-tabs.accordionTabs .tab-title[aria-selected="true"],
    .tabs.chapters-tabs .tab-title[aria-selected="true"] {
        background-color: #FFFFFF;
    }

.accordionTabs .tabs-list,
.tabs .tabs-list {
    list-style: none;
    padding: 0;
    margin: 0;
    display: none;
}

@media screen and (min-width: 580px) {
    .accordionTabs .tabs-list,
    .tabs .tabs-list {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }
}

.accordionTabs .tabs-list .tab-item,
.tabs .tabs-list .tab-item {
    background-color: #FFFFFF;
    border-bottom: 1px solid #c8c8c8;
}

@media screen and (min-width: 580px) {
    .accordionTabs .tabs-list .tab-item,
    .tabs .tabs-list .tab-item {
        background-color: #ebebeb;
        border-bottom: 0;
        -ms-flex-preferred-size: 33.33333%;
        flex-basis: 33.33333%;
    }
}

@media screen and (min-width: 580px) {
    .accordionTabs .tab-container .tab-title,
    .tabs .tab-container .tab-title {
        display: none;
    }
}

.accordionTabs .tab-title,
.tabs .tab-title {
    position: relative;
    display: block;
    text-transform: capitalize;
    color: #646464;
    font-size: 1rem;
    line-height: 1;
    padding-top: 1.25rem;
    padding-right: 1.5625rem;
    padding-bottom: 1.25rem;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

@media screen and (min-width: 580px) {
    .accordionTabs .tab-title,
    .tabs .tab-title {
        padding-right: 1.5625rem;
        padding-left: 1.5625rem;
        margin-top: 1.25rem;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        text-align: center;
        height: 5rem;
    }
}

@media screen and (min-width: 960px) {
    .accordionTabs .tab-title,
    .tabs .tab-title {
        padding-right: 2.3125rem;
        padding-left: 2.3125rem;
        font-size: 1.125rem;
        line-height: 1.3334;
        height: 6.25rem;
    }
}

.accordionTabs .tab-title[aria-selected="true"],
.tabs .tab-title[aria-selected="true"] {
    color: #354ca1;
}

@media screen and (min-width: 580px) {
    .accordionTabs .tab-title[aria-selected="true"],
    .tabs .tab-title[aria-selected="true"] {
        background-color: #FFFFFF;
    }
}

.accordionTabs .tab-title[aria-selected="true"]:focus, .accordionTabs .tab-title[aria-selected="true"]:active, .no-touchevents .accordionTabs .tab-title[aria-selected="true"]:hover,
.tabs .tab-title[aria-selected="true"]:focus,
.tabs .tab-title[aria-selected="true"]:active, .no-touchevents
.tabs .tab-title[aria-selected="true"]:hover {
    -webkit-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
    text-decoration: none;
}

@media screen and (min-width: 580px) {
    .accordionTabs .tab-container,
    .tabs .tab-container {
        display: none;
    }

        .accordionTabs .tab-container[aria-hidden="false"],
        .tabs .tab-container[aria-hidden="false"] {
            display: block;
        }
}

.accordionTabs .button-container,
.tabs .button-container {
    display: none;
}

@media screen and (min-width: 580px) {
    .accordionTabs .button-container,
    .tabs .button-container {
        display: block;
        position: absolute;
        bottom: 0;
        left: 0;
        right: 0;
    }
}

@media screen and (min-width: 960px) {
    .accordionTabs .button-container,
    .tabs .button-container {
        position: relative;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end;
        margin-top: 2.5rem;
        margin-bottom: 2.5rem;
    }

        .accordionTabs .button-container .button,
        .tabs .button-container .button {
            min-width: 300px;
        }
}

.accordionTabs .table-row,
.tabs .table-row {
    border-bottom: 1px solid #c8c8c8;
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
}

@media screen and (min-width: 580px) {
    .accordionTabs .table-row,
    .tabs .table-row {
        border-top: 1px solid #c8c8c8;
        border-bottom: 0;
        padding-top: 0;
        padding-bottom: 0;
    }
}

.accordionTabs .table-row:first-child,
.tabs .table-row:first-child {
    padding-top: 1.25rem;
}

@media screen and (min-width: 580px) {
    .accordionTabs .table-row:first-child,
    .tabs .table-row:first-child {
        padding-top: 0;
    }
}

@media screen and (min-width: 960px) {
    .accordionTabs .table-row:first-child,
    .tabs .table-row:first-child {
        margin-top: 4.25rem;
    }
}

@media screen and (min-width: 580px) {
    .accordionTabs .table-row:last-child,
    .tabs .table-row:last-child {
        border-bottom: 1px solid #c8c8c8;
        margin-bottom: 1.875rem;
    }
}

.accordionTabs .table-row ul,
.tabs .table-row ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

@media screen and (min-width: 580px) {
    .accordionTabs .table-row ul,
    .tabs .table-row ul {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }
}

@media screen and (max-width: 579px) {
    .accordionTabs .table-row ul li:nth-child(2),
    .tabs .table-row ul li:nth-child(2) {
        border: 1px solid #f5f5f5;
        padding-top: 0.9375rem;
        padding-right: 0.9375rem;
        padding-bottom: 0.9375rem;
        padding-left: 0.9375rem;
    }

    .accordionTabs .table-row ul li:nth-child(3),
    .tabs .table-row ul li:nth-child(3) {
        border: 1px solid #f5f5f5;
        padding-top: 0.9375rem;
        padding-right: 0.9375rem;
        padding-bottom: 0.9375rem;
        padding-left: 0.9375rem;
    }
}

@media screen and (min-width: 580px) {
    .accordionTabs .table-row ul li,
    .tabs .table-row ul li {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }

        .accordionTabs .table-row ul li:nth-child(1),
        .tabs .table-row ul li:nth-child(1) {
            -ms-flex-preferred-size: 50%;
            flex-basis: 50%;
        }

            .accordionTabs .table-row ul li:nth-child(1) > div,
            .tabs .table-row ul li:nth-child(1) > div {
                padding-left: 0;
            }

        .accordionTabs .table-row ul li:nth-child(2),
        .tabs .table-row ul li:nth-child(2) {
            -ms-flex-preferred-size: 25%;
            flex-basis: 25%;
            -webkit-box-pack: center;
            -ms-flex-pack: center;
            justify-content: center;
        }

        .accordionTabs .table-row ul li:nth-child(3),
        .tabs .table-row ul li:nth-child(3) {
            -ms-flex-preferred-size: 25%;
            flex-basis: 25%;
            -webkit-box-pack: center;
            -ms-flex-pack: center;
            justify-content: center;
        }
}

.accordionTabs .table-row ul li.bg-gray,
.tabs .table-row ul li.bg-gray {
    background-color: #f5f5f5;
}

@media screen and (min-width: 580px) {
    .accordionTabs .table-row ul li > div,
    .tabs .table-row ul li > div {
        padding-top: 2.5rem;
        padding-right: 16.66667%;
        padding-bottom: 2.5rem;
        padding-left: 16.66667%;
    }
}

.accordionTabs .table-row h3,
.tabs .table-row h3 {
    font-size: 1.5rem;
    line-height: 1.25;
    text-transform: capitalize;
}

@media screen and (min-width: 580px) {
    .accordionTabs .table-row h3,
    .tabs .table-row h3 {
        font-size: 1.875rem;
        line-height: 1.2;
    }
}

@media screen and (min-width: 960px) {
    .accordionTabs .table-row h3,
    .tabs .table-row h3 {
        font-size: 2.25rem;
        line-height: 1.1667;
    }
}

.accordionTabs .table-row h4,
.tabs .table-row h4 {
    font-size: 1.125rem;
    line-height: 1;
}

@media screen and (min-width: 960px) {
    .accordionTabs .table-row h4,
    .tabs .table-row h4 {
        font-size: 1.5rem;
        line-height: 1.25;
    }
}

.accordionTabs .table-row h4 ~ p,
.tabs .table-row h4 ~ p {
    margin-top: 0.9375rem;
    font-size: 0.875rem;
    line-height: 1.2858;
}

.accordionTabs .table-row .cta-link,
.tabs .table-row .cta-link {
    font-size: 0.875rem;
    line-height: 1;
    color: #354ca1;
    display: block;
    margin-bottom: 1.875rem;
}

@media screen and (min-width: 580px) {
    .accordionTabs .table-row .cta-link,
    .tabs .table-row .cta-link {
        font-size: 1rem;
    }
}

.accordionTabs .table-row .cta-link::after,
.tabs .table-row .cta-link::after {
    content: '\00A0\003e';
    display: inline-block;
}

.accordionTabs .table-row .cta-link:focus, .accordionTabs .table-row .cta-link:active, .no-touchevents .accordionTabs .table-row .cta-link:hover,
.tabs .table-row .cta-link:focus,
.tabs .table-row .cta-link:active, .no-touchevents
.tabs .table-row .cta-link:hover {
    -webkit-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
    text-decoration: underline;
}

@media screen and (min-width: 580px) {
    .accordionTabs .table-row .cta-link,
    .tabs .table-row .cta-link {
        margin-bottom: 0;
    }
}

.accordionTabs .text-block-with-links .grid-container,
.tabs .text-block-with-links .grid-container {
    padding-right: 0;
    padding-left: 0;
}

@media screen and (min-width: 580px) {
    .accordionTabs .text-block-with-links .grid-container .wysiwyg-text,
    .tabs .text-block-with-links .grid-container .wysiwyg-text {
        padding-left: 0;
        padding-top: 0;
    }
}

@media screen and (min-width: 960px) {
    .accordionTabs .text-block-with-links .grid-container .links-list,
    .tabs .text-block-with-links .grid-container .links-list {
        position: relative;
    }

        .accordionTabs .text-block-with-links .grid-container .links-list::before,
        .tabs .text-block-with-links .grid-container .links-list::before {
            content: "";
            position: absolute;
            top: 0;
            bottom: 0;
            width: 100%;
            left: 100%;
            background-color: #354ca1;
        }
}

.accordionTabs .full-width-text_block,
.tabs .full-width-text_block {
    padding-top: 1.25rem;
}

@media screen and (min-width: 580px) {
    .accordionTabs .full-width-text_block,
    .tabs .full-width-text_block {
        padding-top: 0;
    }

        .accordionTabs .full-width-text_block .wysiwyg-text,
        .tabs .full-width-text_block .wysiwyg-text {
            padding-top: 0;
        }
}

@media screen and (min-width: 960px) {
    .accordionTabs .full-width-text_block,
    .tabs .full-width-text_block {
        margin-top: 4.25rem;
    }
}

.testimonial-carousel .slides-container {
    position: relative;
    overflow: hidden;
}

    .testimonial-carousel .slides-container .slides-images .slide-img.slick-slide {
        position: relative;
        width: 200px;
    }

        .testimonial-carousel .slides-container .slides-images .slide-img.slick-slide::before {
            display: block;
            width: 100%;
            height: 100%;
            background: rgba(0, 0, 0, 0.6);
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            opacity: 1;
            -webkit-transition: opacity 300ms ease-in-out;
            transition: opacity 300ms ease-in-out;
        }

@media screen and (min-width: 580px) {
    .testimonial-carousel .slides-container .slides-images .slide-img.slick-slide {
        width: 390px;
    }
}

@media screen and (min-width: 960px) {
    .testimonial-carousel .slides-container .slides-images .slide-img.slick-slide {
        width: 470px;
    }

        .testimonial-carousel .slides-container .slides-images .slide-img.slick-slide::before {
            left: -50%;
        }
}

.testimonial-carousel .slides-container .slides-images .slide-img.slick-slide img {
    max-width: 100%;
    height: auto;
    display: block;
}

@media screen and (min-width: 960px) {
    .testimonial-carousel .slides-container .slides-images .slide-img.slick-slide img {
        margin-left: -50%;
    }
}

.testimonial-carousel .slides-container .slides-images .slide-img.slick-center::before {
    opacity: 0;
    -webkit-transition: opacity 300ms ease-in-out;
    transition: opacity 300ms ease-in-out;
}

.testimonial-carousel .slides-container .slides-content-container {
    background-color: #8e6b4c;
    height: 100%;
}

@media screen and (min-width: 960px) {
    .testimonial-carousel .slides-container .slides-content-container {
        position: absolute;
        top: 0;
        left: 50%;
    }
}

.testimonial-carousel .slides-container .slides-content-container .slick-list {
    overflow: visible;
}

@media screen and (max-width: 959px) {
    .testimonial-carousel .slides-container .slides-content-container .slides-content.slick-slider {
        float: left;
        width: 88.88889%;
        margin-left: 5.55556%;
        padding-top: 1.5625rem;
        padding-right: 0;
        padding-bottom: 5rem;
        padding-left: 0;
    }
}

@media screen and (min-width: 960px) {
    .testimonial-carousel .slides-container .slides-content-container .slides-content.slick-slider {
        padding-top: 3.75rem;
        padding-right: 2.5rem;
        padding-bottom: 2.5rem;
        padding-left: 2.5rem;
        width: 470px;
        position: relative;
    }
}

.testimonial-carousel .slides-container .slides-content-container .slides-content.slick-slider .slide-text {
    color: #FFFFFF;
}

    .testimonial-carousel .slides-container .slides-content-container .slides-content.slick-slider .slide-text blockquote {
        margin-bottom: 1.25rem;
    }

@media screen and (min-width: 580px) {
    .testimonial-carousel .slides-container .slides-content-container .slides-content.slick-slider .slide-text blockquote {
        font-size: 1.375rem;
        line-height: 1.3637;
    }
}

.testimonial-carousel .slides-container .slides-content-container .slides-content.slick-slider .slide-text h3 {
    font-family: "Open Sans-bold", Arial, sans-serif;
    font-size: 0.875rem;
    line-height: 1.2858;
    margin-bottom: 0.3125rem;
}

@media screen and (min-width: 580px) {
    .testimonial-carousel .slides-container .slides-content-container .slides-content.slick-slider .slide-text h3 {
        font-size: 1.125rem;
        line-height: 1.3334;
    }
}

.testimonial-carousel .slides-container .slides-content-container .slides-content.slick-slider .slide-text p {
    font-size: 0.875rem;
    line-height: 1.2858;
    margin: 0;
}

@media screen and (min-width: 580px) {
    .testimonial-carousel .slides-container .slides-content-container .slides-content.slick-slider .slide-text p {
        font-size: 1.125rem;
        line-height: 1.3334;
    }
}

@media screen and (max-width: 959px) {
    .testimonial-carousel .slides-container .slide-arrows-container {
        position: relative;
        text-align: center;
        padding: 0 0 2.5rem;
    }

        .testimonial-carousel .slides-container .slide-arrows-container > button {
            float: none;
        }
}

@media screen and (min-width: 960px) {
    .testimonial-carousel .slides-container .slide-arrows-container {
        position: absolute;
        bottom: 40px;
        left: 40px;
    }
}

.testimonial-carousel.margin-bottom {
    margin-bottom: 3.75rem;
}

@media screen and (min-width: 960px) {
    .testimonial-carousel.margin-bottom {
        margin-bottom: 6.25rem;
    }
}

.three-column-links-list {
    padding-top: 1.5625rem;
    padding-bottom: 1.5625rem;
}

@media screen and (min-width: 960px) {
    .three-column-links-list {
        padding-top: 3.125rem;
        padding-bottom: 3.125rem;
    }
}

.three-column-links-list .grid-container {
    list-style: none;
}

@media screen and (min-width: 580px) {
    .three-column-links-list .grid-container {
        padding-right: 2.77778%;
        padding-left: 2.77778%;
    }
}

@media screen and (min-width: 960px) {
    .three-column-links-list .grid-container {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }
}

@media screen and (max-width: 959px) {
    .three-column-links-list .grid-container > li:not(:last-child) {
        margin-bottom: 1.875rem;
    }
}

@media screen and (min-width: 960px) {
    .three-column-links-list .grid-container > li {
        padding-right: 2.77778%;
        padding-left: 2.77778%;
        width: 33.33333%;
    }
}

.three-column-links-list .grid-container > li h3 {
    padding-bottom: 1.25rem;
    border-bottom: 4px solid #cc0035;
}

@media screen and (min-width: 580px) {
    .three-column-links-list .grid-container > li h3 {
        padding-bottom: 1.875rem;
    }
}

.three-column-links-list .grid-container > li:nth-child(2) h3 {
    border-color: #354ca1;
}

.three-column-links-list .grid-container > li:nth-child(3) h3 {
    border-color: #8e6b4c;
}

.topic-filter-results .topic-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

@media screen and (min-width: 960px) {
    .topic-filter-results .topic-list {
        padding-right: 11.11111%;
        padding-left: 11.11111%;
    }
}

.topic-filter-results .topic-list li {
    border-bottom: 1px solid #c8c8c8;
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
}

@media screen and (min-width: 580px) {
    .topic-filter-results .topic-list li {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }
}

@media screen and (min-width: 960px) {
    .topic-filter-results .topic-list li {
        padding-top: 1.875rem;
        padding-bottom: 1.875rem;
    }
}

.topic-filter-results .topic-list li h3 {
    font-size: 1.5rem;
    line-height: 1.25;
}

@media screen and (max-width: 579px) {
    .topic-filter-results .topic-list li h3 {
        margin-bottom: 1.5rem;
    }
}

@media screen and (min-width: 580px) {
    .topic-filter-results .topic-list li h3 {
        -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        padding-right: 5.55556%;
    }
}

@media screen and (min-width: 960px) {
    .topic-filter-results .topic-list li h3 {
        font-size: 1.875rem;
        line-height: 1.2;
    }
}

@media screen and (min-width: 580px) {
    .topic-filter-results .topic-list li address {
        padding-left: 5.55556%;
    }
}

.topic-filter-results .topic-list li address a {
    text-decoration: none;
    color: #000000;
}

/*.two-column-text .grid-container {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
}

@media screen and (min-width: 580px) {
    .two-column-text .grid-container {
        padding-top: 3.75rem;
        padding-bottom: 3.75rem;
    }
}

@media screen and (min-width: 960px) {
    .two-column-text .grid-container {
        padding-top: 7.5rem;
        padding-bottom: 7.5rem;
    }
}*/

.two-column-text .grid-container > ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

@media screen and (min-width: 960px) {
    .two-column-text .grid-container > ul {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }
}

@media screen and (max-width: 959px) {
    .two-column-text .grid-container li.text:first-child {
        padding-bottom: 1.25rem;
        margin-bottom: 1.875rem;
        border-bottom: 1px solid #c8c8c8;
    }
}

@media screen and (min-width: 960px) {
    .two-column-text .grid-container li.text:first-child {
        border-right: 1px solid #c8c8c8;
    }
}

@media screen and (min-width: 580px) {
    .two-column-text .grid-container li.text {
        padding-right: 2.77778%;
        padding-left: 2.77778%;
    }
}

@media screen and (min-width: 960px) {
    .two-column-text .grid-container li.text {
        -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
        -ms-flex-negative: 0;
        flex-shrink: 0;
    }
}

.two-column-text .grid-container li.text h2 {
    margin-bottom: 1.25rem;
}

@media screen and (min-width: 960px) {
    .two-column-text .grid-container li.text h2 {
        margin-bottom: 1.875rem;
    }
}

.upcoming-events {
    max-width: 1280px;
    margin-right: auto;
    margin-left: auto;
}

    .upcoming-events .component-header {
        max-width: 1280px;
        margin-right: auto;
        margin-left: auto;
        padding-right: 20px;
        padding-left: 20px;
    }

        .upcoming-events .component-header::after {
            display: block;
            clear: both;
            content: "";
        }

@media screen and (min-width: 960px) {
    .upcoming-events .component-header {
        padding-right: 30px;
        padding-left: 30px;
    }
}

.upcoming-events .component-inner #upcomingeventsid {
    width: 100%;
}

.upcoming-events .component-inner ul {
    list-style: none;
    padding: 0;
    margin: 0;
    border-top: 1px solid #c8c8c8;
}

@media screen and (min-width: 960px) {
    .upcoming-events .component-inner ul {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        border-top: 0;
    }
}

.upcoming-events .component-inner ul li {
    border-bottom: 1px solid #c8c8c8;
}

@media screen and (min-width: 960px) {
    .upcoming-events .component-inner ul li {
        width: 33.33333%;
        border-bottom: 0;
        display: inline-block;
    }
}

.upcoming-events .component-inner ul a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

@media screen and (min-width: 960px) {
    .upcoming-events .component-inner ul a {
        position: relative;
        overflow: hidden;
        min-height: 600px;
    }
}

@media screen and (min-width: 960px) {
    .upcoming-events .component-inner ul a::before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: #000000;
        opacity: 0.6;
        z-index: -1;
        -webkit-transition: opacity 300ms ease-in-out;
        transition: opacity 300ms ease-in-out;
    }
}

.upcoming-events .component-inner ul a:hover {
    text-decoration: none;
}

    .upcoming-events .component-inner ul a:hover h3 {
        text-decoration: underline;
    }

@media screen and (min-width: 960px) {
    .upcoming-events .component-inner ul a:hover::before {
        opacity: 0.7;
    }
}

.upcoming-events .component-inner ul .text {
    position: relative;
    padding-top: 1.875rem;
    padding-right: 1.25rem;
    padding-bottom: 1.875rem;
    padding-left: 5rem;
    color: #000000;
}

@media screen and (min-width: 960px) {
    .upcoming-events .component-inner ul .text {
        padding-top: 2.5rem;
        padding-right: 2.5rem;
        padding-bottom: 2.5rem;
        padding-left: 2.5rem;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -ms-flex-pack: distribute;
        justify-content: space-around;
        height: 100%;
        color: #FFFFFF;
    }
}

.upcoming-events .component-inner ul .text time.event-date {
    position: absolute;
    left: 0;
    width: 80px;
    padding-left: 1.25rem;
    font-family: "Georgia", Times, serif;
    font-size: 1.125rem;
    line-height: 1;
}

@media screen and (min-width: 960px) {
    .upcoming-events .component-inner ul .text time.event-date {
        position: relative;
        width: auto;
        text-align: left;
        padding-left: 0;
        font-size: 1.875rem;
    }
}

.upcoming-events .component-inner ul .text time.event-date span {
    font-size: 2.25rem;
    line-height: 1;
    display: block;
}

@media screen and (min-width: 960px) {
    .upcoming-events .component-inner ul .text time.event-date span {
        font-size: 4.5rem;
    }
}

.upcoming-events .component-inner ul .text h3 {
    margin-top: auto;
    margin-bottom: 1rem;
    font-size: 1.125rem;
    line-height: 1.3334;
}

@media screen and (min-width: 580px) {
    .upcoming-events .component-inner ul .text h3 {
        font-size: 1.25rem;
        line-height: 1.4;
    }
}

@media screen and (min-width: 960px) {
    .upcoming-events .component-inner ul .text h3 {
        font-size: 1.5rem;
        line-height: 1.25;
    }
}

.upcoming-events .component-inner ul .text time.event-time {
    margin-bottom: 0.625rem;
    font-size: 0.875rem;
    line-height: 1;
    font-family: "Open Sans-bold", Arial, sans-serif;
}

@media screen and (min-width: 960px) {
    .upcoming-events .component-inner ul .text time.event-time {
        font-size: 1.125rem;
    }
}

.upcoming-events .component-inner ul .text span.location {
    display: block;
    font-size: 0.875rem;
    line-height: 1;
}

@media screen and (min-width: 960px) {
    .upcoming-events .component-inner ul .text span.location {
        font-size: 1rem;
    }
}

.upcoming-events .component-inner ul .image {
    display: none;
    background-size: cover;
    background-position: center center;
}

@media screen and (min-width: 580px) {
    .upcoming-events .component-inner ul .image {
        display: block;
        -ms-flex-preferred-size: 31.72414%;
        flex-basis: 31.72414%;
        -ms-flex-negative: 0;
        flex-shrink: 0;
    }
}

@media screen and (min-width: 960px) {
    .upcoming-events .component-inner ul .image {
        z-index: -2;
        width: 100%;
        height: 100%;
        max-width: 100%;
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
    }

        .upcoming-events .component-inner ul .image img {
            height: 100%;
            width: auto;
        }
}

.video-feature .video-feature-inner {
    max-width: 1280px;
    margin-right: auto;
    margin-left: auto;
}

.video-feature .video-container {
    position: relative;
}

    .video-feature .video-container .iframe-wrapper {
        display: block;
        position: relative;
        height: 100%;
    }

        .video-feature .video-container .iframe-wrapper::after {
            content: '';
            display: block;
            padding-bottom: 56.25%;
        }

        .video-feature .video-container .iframe-wrapper > iframe {
            position: absolute;
            top: 0;
            right: 0;
            bottom: 0;
            left: 0;
        }

        .video-feature .video-container .iframe-wrapper iframe {
            width: 100%;
            height: 100%;
        }

@media screen and (max-width: 959px) {
    .video-feature .video-container .video-poster {
        max-width: 1280px;
        margin-right: auto;
        margin-left: auto;
        padding-right: 20px;
        padding-left: 20px;
        padding-top: 1.875rem;
        padding-bottom: 1.875rem;
        background-image: none !important;
    }

        .video-feature .video-container .video-poster::after {
            display: block;
            clear: both;
            content: "";
        }
}

@media screen and (max-width: 959px) and (min-width: 960px) {
    .video-feature .video-container .video-poster {
        padding-right: 30px;
        padding-left: 30px;
    }
}

@media screen and (min-width: 960px) {
    .video-feature .video-container .video-poster {
        background-size: cover;
        background-position: center center;
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        z-index: 1;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        text-align: center;
        padding-right: 11.11111%;
        padding-left: 11.11111%;
        color: #FFFFFF;
    }
}

.video-feature .video-container .video-poster button {
    display: none;
}

@media screen and (min-width: 960px) {
    .video-feature .video-container .video-poster button {
        display: block;
        width: 80px;
        height: 80px;
        margin-top: 0;
        margin-right: auto;
        margin-bottom: 1.875rem;
        margin-left: auto;
    }
}

.video-feature .video-container .video-poster button svg {
    width: 100%;
    opacity: 0.8;
}

.wysiwyg-text {
    padding-top: 1.875rem;
    padding-bottom: 1.875rem;
}

@media screen and (min-width: 580px) {
    .wysiwyg-text {
        padding-top: 2.5rem;
        padding-right: 2.77778%;
        padding-bottom: 2.5rem;
        padding-left: 2.77778%;
    }
}

@media screen and (min-width: 960px) {
    .wysiwyg-text {
        padding-top: 0;
        padding-right: 5.55556%;
        padding-bottom: 0;
    }
}

.wysiwyg-text table {
    width: 100%;
    border-collapse: separate;
    border-spacing: 0 1.5rem;
}

.chaptered-split .wysiwyg-text {
    padding-top: 0;
    padding-right: 0;
    padding-bottom: 0;
    padding-left: 0;
}

@media screen and (min-width: 960px) {
    .chaptered-split .wysiwyg-text {
        padding-top: 0;
        padding-right: 2.77778%;
        padding-bottom: 0;
    }
}

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

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

#AlertDiv {
    width: 600px;
    height: 150px;
    color: red;
    text-align: center;
    margin: 0 auto;
}

    #AlertDiv h3 {
        margin: auto;
        line-height: 50px;
    }

.slick-slide {
    outline: none !important;
}
/* DM profile header*/
#dm-web-profile-root {
    padding-top: 1rem !important
}

.dm-profile-preamble, .dm-profile-preamble .dm-profile-activities,
.dm-profile-preamble .dm-profile-heading, .dm-profile-tabs__item-active {
    background-color: #354ca1 !important;
    color: white !important
}

.dm-profile-tabs__link {
    color: #354ca1 !important
}

.dm-profile-tabs__item:hover {
    background-color: #CCC !important
}

.dm-profile-preamble {
    padding-left: 0 !important
}

    .dm-profile-preamble #dm-web-profile-root .dm-profile-heading {
        padding-left: 0 !important
    }

.dm-profile-tabs__item, .dm-profile-tabs__item--active {
    font-family: "Open Sans", Arial, san-serif !important;
}

.dm-profile-activities, .dm-profile-activity {
    font-family: "Open Sans", Arial, san-serif !important;
    font-weight: 400 !important;
    font-style: normal !important;
}

.dm-profile-heading.dm-profile-heading--level-3 {
    padding-top: 1rem !important;
}

.dm-profile-break {
    background-color: #354ca1 !important;
    height: 0 !important;
    padding-bottom: .5rem !important;
    margin-bottom: 1rem !important;
}

.dm-profile-tabs__item {
    background-color: #ebebeb !important;
    /*color: #000 !important;*/
}

.dm-profile-activity {
    position: relative !important;
    padding-top: 1.5rem !important;
    padding-bottom: 2.5rem !important;
    width: 100% !important;
}

@media screen and (max-width: 959px) {
    #dm-web-profile-root .dm-profile-activity {
        padding-right: 20px !important;
        padding-left: 20px !important;
    }
}

@media screen and (min-width: 580px) {
    #dm-web-profile-root .dm-profile-activity {
        padding-top: 2.5rem !important;
    }
}

@media screen and (min-width: 960px) {
    #dm-web-profile-root .dm-profile-activity {
        /*width: 30.55556% !important;*/
        padding: 2.25rem 30px 2.5rem 1.25rem !important;
    }
}

@media screen and (min-width: 1280px) {
    #dm-web-profile-root .dm-profile-activity {
        padding-left: 2.25rem !important;
    }
}

@media screen and (min-width: 960px) {
    #dm-web-profile-root .dm-profile-activity::before {
        content: "" !important;
        position: absolute !important;
        top: 0 !important;
        bottom: 0 !important;
        width: 100% !important;
        left: 100% !important;
        /*background-color: #354ca1 !important;*/
    }
}

#dm-web-profile-root .dm-profile-activity ul {
    list-style: none !important;
    padding: 0 !important;
    margin: 0 !important;
}

#dm-web-profile-root .dm-profile-activity p,
#dm-web-profile-root .dm-profile-activity span {
    font-size: 1rem;
    line-height: 1.5 !important;
}

@media screen and (min-width: 580px) {
    #dm-web-profile-root .dm-profile-activity p,
    #dm-web-profile-root .dm-profile-activity span {
        font-size: 1.125rem ;
    }
}

@media screen and (min-width: 960px) {
    #dm-web-profile-root .dm-profile-activity p,
    #dm-web-profile-root .dm-profile-activity span {
        font-size: 1rem ;
    }
}

@media screen and (min-width: 1280px) {
    #dm-web-profile-root .dm-profile-activity p,
    #dm-web-profile-root .dm-profile-activity span {
        font-size: 1.125rem;
    }
}

#dm-web-profile-root .dm-profile-activity > ul {
    margin-bottom: 2rem !important;
}

    #dm-web-profile-root .dm-profile-activity > ul::after {
        display: block !important;
        clear: both !important;
        content: "" !important;
    }

    #dm-web-profile-root .dm-profile-activity > ul > li {
        border-bottom: 1px solid rgba(255, 255, 255, 0.2) !important;
        margin-bottom: 0.75rem !important;
        padding-bottom: 0.875rem !important;
    }

@media screen and (min-width: 580px) and (max-width: 959px) {
    #dm-web-profile-root .dm-profile-activity > ul > li {
        float: left !important;
        width: 47.22222% !important;
        margin-right: 5.55556% !important;
    }

        #dm-web-profile-root .dm-profile-activity > ul > li:nth-child(even) {
            margin-right: 0 !important;
        }
}

@media screen and (max-width: 579px) {
    #dm-web-profile-root .dm-profile-activity > ul > li:last-child {
        border-bottom: 0 !important;
        margin-bottom: 0 !important;
        padding-bottom: 0 !important;
    }
}

#dm-web-profile-root .dm-profile-activity > ul > li a::after {
    content: '\00A0\003e' !important;
    display: inline-block !important;
}

.smu_name {
    font-size: 3.75rem !important;
    display: inline-block !important;
    width: 600px !important;
    font-family: "Georgia", Times, serif !important;
}

.smu_organization {
    display: none;
}

.smu_rank {
    font-family: "Open Sans", Arial, sans-serif !important;
    font-size: 1.125rem !important;
    font-weight: bold !important;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2) !important;
    margin-bottom: 1.25rem !important;
    padding-bottom: 1rem !important;
    display: inline-block !important;
    width: 600px !important;
}

.smu_position {
    font-family: "Open Sans" !important;
    font-size: 1rem !important;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2) !important;
    margin-bottom: 0.75rem !important;
    padding-bottom: 0.875rem !important;
    display: inline-block !important;
    width: 600px !important;
}

.smu_degree {
    font-family: "Open Sans" !important;
    font-size: 1rem !important;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2) !important;
    margin-bottom: 0.75rem !important;
    padding-bottom: 0.875rem !important;
    display: inline-block !important;
    width: 600px !important;
}

.smu_location {
    font-family: "Open Sans" !important;
    font-size: 1rem !important;
    font-weight: bold !important;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2) !important;
    margin-bottom: 0.75rem !important;
    padding-bottom: 0.875rem !important;
    display: inline-block !important;
    width: 600px !important;
}

.smu_department {
    font-family: "Open Sans" !important;
    font-size: 1rem !important;
    font-weight: bold !important;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2) !important;
    margin-bottom: 0.75rem !important;
    padding-bottom: 0.875rem !important;
    display: inline-block !important;
    width: 600px !important;
}

.smu_phone {
    font-family: "Open Sans" !important;
    font-size: 1rem !important;
    font-weight: bold !important;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2) !important;
    margin-bottom: 0.75rem !important;
    padding-bottom: 0.875rem !important;
    display: inline-block !important;
    width: 600px !important;
}

.smu_email {
    font-family: "Open Sans" !important;
    font-size: 1rem !important;
    font-weight: bold !important;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2) !important;
    margin-bottom: 0.75rem !important;
    padding-bottom: 0.875rem !important;
    display: inline-block !important;
    width: 600px !important;
    color: #ffffff;
}

@media screen and (min-width: 960px) {
    #dm-web-profile-root .dm-profile-activity .smu_cv {
        min-width: 200px !important;
        text-indent: 0 !important;
    }
}

.dm-profile-activity .smu_cv a {
    width: 197px !important;
    height: 58px !important;
    display: block;
    color: #ffffff;
    text-align: center;
    padding: 15px 0;
}

.dm-profile-activity .smu_cv {
    font-family: "Open Sans", Arial, san-serif !important;
    font-size: 1.125rem;
    font-weight: bold !important;
    display: inline-block;
    /*padding: 0.9375rem 20px;*/
    text-transform: uppercase;
    border: 2px solid #ffffff;
    color: #ffffff;
    text-align: center;
    line-height: 1;
}

@media screen and (max-width: 959px) {
    .dm-profile-activity .smu_cv {
        width: 100%;
    }
}

.smu_cv > a:focus, .smu_cv > a:active, .no-touchevents .smu_cv > a:hover {
    -webkit-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
    text-decoration: none;
    background-color: #ffffff;
    color: #8e6b4c;
    border: 1.5px solid #ffffff;
    text-align: center;
}

