@charset "UTF-8";
/*
Application SCSS Entry Point

This file provides the main SCSS entry point for the app/site.

The application is based on Bootstrap, and is structure in a way where Bootstrap's
files remain unmodified (unless noted otherwise), allowing for easier upgrades.

Uncomment any component files if you end up needing those components.
*/
/*
Variables

This file contains both Bootstrap variable overrides and variables specific
to this project.
*/
@import url("https://fonts.googleapis.com/css?family=Montserrat:200,300,400,400i,500,600,700");
/*!
 *  _______ .___  ___.  _______ .______        _______  _______ .__   __.   ______ ____    ____         ___       __       _______ .______     .___________.    _______.
 * |   ____||   \/   | |   ____||   _  \      /  _____||   ____||  \ |  |  /      |\   \  /   /        /   \     |  |     |   ____||   _  \    |           |   /       |
 * |  |__   |  \  /  | |  |__   |  |_)  |    |  |  __  |  |__   |   \|  | |  ,----' \   \/   /        /  ^  \    |  |     |  |__   |  |_)  |   `---|  |----`  |   (----`
 * |   __|  |  |\/|  | |   __|  |      /     |  | |_ | |   __|  |  . `  | |  |       \_    _/        /  /_\  \   |  |     |   __|  |      /        |  |        \   \    
 * |  |____ |  |  |  | |  |____ |  |\  \----.|  |__| | |  |____ |  |\   | |  `----.    |  |         /  _____  \  |  `----.|  |____ |  |\  \----.   |  |    .----)   |   
 * |_______||__|  |__| |_______|| _| `._____| \______| |_______||__| \__|  \______|    |__|        /__/     \__\ |_______||_______|| _| `._____|   |__|    |_______/    
 *	
 *	Emergency Alerts v2.0
 *	OmniUpdate
 *	Please visit https://www.omniupdate.com to learn more about this module
 */
#oualerts-active-alert-display .oualerts-notify-body {
    word-break: break-word;
}

#oualerts-active-alert-display .oualerts-notify-icon {
    width: 25px;
    -ms-transform: translateY(0.125em);
    transform: translateY(0.125em);
}

#oualerts-active-alert-display .oualerts-notify-title {
    font-size: 25px;
    margin-top: 0;
    margin-bottom: 10px;
}

#oualerts-active-alert-display .oualerts-notify-date {
    margin-bottom: 10px;
}

#oualerts-active-alert-display.oualerts-animated,
#oualerts-active-alert-display.oualerts-animated-fast {
    -webkit-animation-fill-mode: both;
}

#oualerts-active-alert-display.oualerts-animated-fast {
    animation-duration: .5s;
    animation-fill-mode: both;
}

#oualerts-active-alert-display.oualerts-animated {
    animation-duration: 1s;
    animation-fill-mode: both;
}

#oualerts-active-alert-display.oualerts-animated-slow {
    animation-duration: 1.3s;
    animation-fill-mode: both;
}

@keyframes ouAlertsFadeInDown {
    from {
        opacity: 0;
        transform: translate3d(0, -100%, 0);
    }
    to {
        opacity: 1;
        transform: none;
    }
}

#oualerts-active-alert-display.ouAlertsFadeInDown {
    animation-name: ouAlertsFadeInDown;
}

@keyframes ouAlertsZoomOut {
    0% {
        opacity: 1;
        -ms-transform: scale(1);
        transform: scale(1);
    }
    25% {
        opacity: 0;
        -ms-transform: scale(0.7);
        transform: scale(0.7);
    }
    50% {
        opacity: 0;
        -ms-transform: scale(0.4);
        transform: scale(0.4);
    }
    75% {
        opacity: 0;
        -ms-transform: scale(0.1);
        transform: scale(0.1);
    }
    100% {
        opacity: 0;
    }
}

#oualerts-active-alert-display.ouAlertsZoomOut {
    animation-duration: 1s;
    animation-name: ouAlertsZoomOut;
}

#oualerts-active-alert-display.oualerts-top {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 10000;
}

#oualerts-active-alert-display.oualerts-top-fixed {
    position: fixed;
}

#oualerts-active-alert-display.oualerts-bottom {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 10000;
}

#oualerts-active-alert-display.oualerts-notify .oualerts-notify-body {
    margin-left: auto;
    margin-right: auto;
    max-width: 960px;
    padding: 15px;
}

#oualerts-active-alert-display.oualerts-modal {
    margin-left: auto;
    margin-right: auto;
    margin-top: 20%;
    z-index: 10000;
    max-width: 1000px;
    min-height: 100px;
}

#oualerts-active-alert-display.oualerts-modal.oualerts-modal-medium {
    max-width: 640px;
}

#oualerts-active-alert-display.oualerts-modal.oualerts-modal-small {
    max-width: 320px;
}

.oualerts-notify-modal-overlay {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 9000;
    background: rgba(0, 0, 0, 0.42);
}

#oualerts-active-alert-display .oualerts-notify-footer {
    margin-top: 20px;
    margin-bottom: 0;
    text-align: right;
}

#oualerts-active-alert-display .oualerts-close-button {
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
}

#oualerts-archived .oualerts-achive-list-item,
#oualerts-archived .oualerts-achive-list-item-update {
    list-style-type: none;
    padding-bottom: 15px;
    padding-left: 0;
}

#oualerts-archived .oualerts-archive-title,
#oualerts-archived .oualerts-archive-title-update {
    margin-top: 0;
}

#oualerts-archived .oualerts-achive-list {
    padding-bottom: 25px;
    padding-left: 35px !important;
}

#oualerts-archived .oualerts-achive-list-item .oualerts-achive-list-item-inner,
#oualerts-archived .oualerts-achive-list-item-update .oualerts-achive-list-item-update-inner {
    background: #fff;
    border: 1px solid #ccc;
    border-radius: 0;
    padding: 10px;
    position: relative;
}

#oualerts-archived .oualerts-achive-list-item .oualerts-achive-list-item-inner:before,
#oualerts-archived .oualerts-achive-list-item-update .oualerts-achive-list-item-update-inner:before {
    border-right: 1px solid #ccc;
    border-style: solid;
    border-width: 12px;
    color: #fff;
    content: "";
    display: block;
    height: 0;
    position: absolute;
    left: -25px;
    top: -1px;
    width: 0;
}

#oualerts-archived .oualerts-achive-list-item-update:before {
    display: none !important;
}

#oualerts-archived .oualerts-achive-list-item,
#oualerts-archived .oualerts-achive-list-item-update {
    position: relative;
}

#oualerts-archived .oualerts-archive-list-update-header,
#oualerts-archived .oualerts-archive-main-heading {
    width: 100%;
    border-bottom: 2px solid #ccc;
    padding-top: 0;
    margin-top: 0;
}

#oualerts-archived .oualerts-achive-list-item:before {
    background: #ccc;
    border-radius: 0;
    bottom: -30px;
    content: "";
    height: 100%;
    left: -27px;
    position: absolute;
    width: 3px;
    top: 24px;
}

#oualerts-archived .oualerts-achive-list-item-update:after,
#oualerts-archived .oualerts-achive-list-item:after {
    background: #fff;
    border: 2px solid #ccc;
    border-radius: 50%;
    content: "";
    height: 15px;
    left: -35px;
    position: absolute;
    top: 3px;
    width: 15px;
}

#oualerts-archived .oualerts-achive-list-update {
    padding-left: 0;
    margin-left: 15px;
}

#oualerts-active-alert-display.oualerts-notify-emergency .oualerts-notify-icon {
    color: #C10922 !important;
}

#oualerts-active-alert-display.oualerts-notify-emergency,
#oualerts-active-alert-display.oualerts-notify-emergency .oualerts-notify-body .oualerts-notify-title {
    background: #F8D7DA !important;
    color: #333333 !important;
}

#oualerts-active-alert-display.oualerts-notify-emergency .oualerts-close-button {
    background-color: #C10922 !important;
    border-color: #C10922 !important;
    color: #FFFFFF !important;
}

#oualerts-active-alert-display.oualerts-notify-emergency .oualerts-close-button:hover,
#oualerts-active-alert-display.oualerts-notify-emergency .oualerts-close-button:focus {
    background-color: #333333 !important;
    border-color: #333333 !important;
    color: #FFFFFF !important;
    cursor: pointer;
}

#oualerts-active-alert-display.oualerts-notify-emergency .oualerts-notify-link {
    color: #333333 !important;
    text-decoration: none !important;
}

#oualerts-active-alert-display.oualerts-notify-emergency .oualerts-notify-link:hover,
#oualerts-active-alert-display.oualerts-notify-emergency .oualerts-notify-link:focus #oualerts-active-alert-display.oualerts-notify-emergency .oualerts-notify-link:visited {
    color: #333333 !important;
    text-decoration: underline !important;
    cursor: pointer !important;
}

#oualerts-archived .oualerts-archive-type-emergency .oualerts-achive-list-item-inner,
#oualerts-archived .oualerts-archive-type-emergency .oualerts-achive-list-item-update-inner {
    background-color: #FFFFFF !important;
}

#oualerts-archived .oualerts-archive-type-emergency .oualerts-achive-list-item-inner .oualerts-archive-title,
#oualerts-archived .oualerts-archive-type-emergency .oualerts-achive-list-item-update-inner .oualerts-archive-title-update,
#oualerts-archived .oualerts-archive-type-emergency .oualerts-achive-list-item-inner .oualerts-archive-date,
#oualerts-archived .oualerts-archive-type-emergency .oualerts-achive-list-item-update-inner .oualerts-archive-date-update,
#oualerts-archived .oualerts-archive-type-emergency .oualerts-achive-list-item-inner .oualerts-archive-msg,
#oualerts-archived .oualerts-archive-type-emergency .oualerts-achive-list-item-update-inner .oualerts-archive-msg-update {
    color: #333333 !important;
}

#oualerts-archived .oualerts-archive-type-emergency .oualerts-achive-list-item-update .oualerts-achive-list-item-update-inner:before {
    color: #FFFFFF !important;
    border-right-color: #CCCCCC !important;
}

#oualerts-archived .oualerts-archive-type-emergency .oualerts-achive-list-item-inner:before {
    border-right-color: #CCCCCC !important;
}

#oualerts-archived .oualerts-archive-type-emergency .oualerts-achive-list-item-inner,
#oualerts-archived .oualerts-archive-type-emergency .oualerts-achive-list-item-update .oualerts-achive-list-item-update-inner,
#oualerts-archived .oualerts-archive-type-emergency .oualerts-achive-list-item-update:after,
#oualerts-archived .oualerts-archive-type-emergency .oualerts-archive-list-update-header {
    border-color: #CCCCCC !important;
    background: #FFFFFF !important;
}

#oualerts-archived .oualerts-archive-type-emergency .oualerts-achive-list-item-update:before {
    background: #CCCCCC !important;
}

#oualerts-active-alert-display.oualerts-notify-announcement .oualerts-notify-icon {
    color: #004085 !important;
}

#oualerts-active-alert-display.oualerts-notify-announcement,
#oualerts-active-alert-display.oualerts-notify-announcement .oualerts-notify-body .oualerts-notify-title {
    background: #CCE5FF !important;
    color: #333333 !important;
}

#oualerts-active-alert-display.oualerts-notify-announcement .oualerts-close-button {
    background-color: #004085 !important;
    border-color: #004085 !important;
    color: #FFFFFF !important;
}

#oualerts-active-alert-display.oualerts-notify-announcement .oualerts-close-button:hover,
#oualerts-active-alert-display.oualerts-notify-announcement .oualerts-close-button:focus {
    background-color: #333333 !important;
    border-color: #333333 !important;
    color: #FFFFFF !important;
    cursor: pointer;
}

#oualerts-active-alert-display.oualerts-notify-announcement .oualerts-notify-link {
    color: #333333 !important;
    text-decoration: none !important;
}

#oualerts-active-alert-display.oualerts-notify-announcement .oualerts-notify-link:hover,
#oualerts-active-alert-display.oualerts-notify-announcement .oualerts-notify-link:focus #oualerts-active-alert-display.oualerts-notify-announcement .oualerts-notify-link:visited {
    color: #333333 !important;
    text-decoration: underline !important;
    cursor: pointer !important;
}

#oualerts-archived .oualerts-archive-type-announcement .oualerts-achive-list-item-inner,
#oualerts-archived .oualerts-archive-type-announcement .oualerts-achive-list-item-update-inner {
    background-color: #FFFFFF !important;
}

#oualerts-archived .oualerts-archive-type-announcement .oualerts-achive-list-item-inner .oualerts-archive-title,
#oualerts-archived .oualerts-archive-type-announcement .oualerts-achive-list-item-update-inner .oualerts-archive-title-update,
#oualerts-archived .oualerts-archive-type-announcement .oualerts-achive-list-item-inner .oualerts-archive-date,
#oualerts-archived .oualerts-archive-type-announcement .oualerts-achive-list-item-update-inner .oualerts-archive-date-update,
#oualerts-archived .oualerts-archive-type-announcement .oualerts-achive-list-item-inner .oualerts-archive-msg,
#oualerts-archived .oualerts-archive-type-announcement .oualerts-achive-list-item-update-inner .oualerts-archive-msg-update {
    color: #333333 !important;
}

#oualerts-archived .oualerts-archive-type-announcement .oualerts-achive-list-item-update .oualerts-achive-list-item-update-inner:before {
    color: #FFFFFF !important;
    border-right-color: #CCCCCC !important;
}

#oualerts-archived .oualerts-archive-type-announcement .oualerts-achive-list-item-inner:before {
    border-right-color: #CCCCCC !important;
}

#oualerts-archived .oualerts-archive-type-announcement .oualerts-achive-list-item-inner,
#oualerts-archived .oualerts-archive-type-announcement .oualerts-achive-list-item-update .oualerts-achive-list-item-update-inner,
#oualerts-archived .oualerts-archive-type-announcement .oualerts-achive-list-item-update:after,
#oualerts-archived .oualerts-archive-type-announcement .oualerts-archive-list-update-header {
    border-color: #CCCCCC !important;
    background: #FFFFFF !important;
}

#oualerts-archived .oualerts-archive-type-announcement .oualerts-achive-list-item-update:before {
    background: #CCCCCC !important;
}

#oualerts-active-alert-display.oualerts-notify-warning .oualerts-notify-icon {
    color: #856404 !important;
}

#oualerts-active-alert-display.oualerts-notify-warning,
#oualerts-active-alert-display.oualerts-notify-warning .oualerts-notify-body .oualerts-notify-title {
    background: #FFF3CD !important;
    color: #333333 !important;
}

#oualerts-active-alert-display.oualerts-notify-warning .oualerts-close-button {
    background-color: #856404 !important;
    border-color: #856404 !important;
    color: #FFFFFF !important;
}

#oualerts-active-alert-display.oualerts-notify-warning .oualerts-close-button:hover,
#oualerts-active-alert-display.oualerts-notify-warning .oualerts-close-button:focus {
    background-color: #000000 !important;
    border-color: #000000 !important;
    color: #FFFFFF !important;
    cursor: pointer;
}

#oualerts-active-alert-display.oualerts-notify-warning .oualerts-notify-link {
    color: #333333 !important;
    text-decoration: none !important;
}

#oualerts-active-alert-display.oualerts-notify-warning .oualerts-notify-link:hover,
#oualerts-active-alert-display.oualerts-notify-warning .oualerts-notify-link:focus #oualerts-active-alert-display.oualerts-notify-warning .oualerts-notify-link:visited {
    color: #333333 !important;
    text-decoration: underline !important;
    cursor: pointer !important;
}

#oualerts-archived .oualerts-archive-type-warning .oualerts-achive-list-item-inner,
#oualerts-archived .oualerts-archive-type-warning .oualerts-achive-list-item-update-inner {
    background-color: #FFFFFF !important;
}

#oualerts-archived .oualerts-archive-type-warning .oualerts-achive-list-item-inner .oualerts-archive-title,
#oualerts-archived .oualerts-archive-type-warning .oualerts-achive-list-item-update-inner .oualerts-archive-title-update,
#oualerts-archived .oualerts-archive-type-warning .oualerts-achive-list-item-inner .oualerts-archive-date,
#oualerts-archived .oualerts-archive-type-warning .oualerts-achive-list-item-update-inner .oualerts-archive-date-update,
#oualerts-archived .oualerts-archive-type-warning .oualerts-achive-list-item-inner .oualerts-archive-msg,
#oualerts-archived .oualerts-archive-type-warning .oualerts-achive-list-item-update-inner .oualerts-archive-msg-update {
    color: #333333 !important;
}

#oualerts-archived .oualerts-archive-type-warning .oualerts-achive-list-item-update .oualerts-achive-list-item-update-inner:before {
    color: #FFFFFF !important;
    border-right-color: #CCCCCC !important;
}

#oualerts-archived .oualerts-archive-type-warning .oualerts-achive-list-item-inner:before {
    border-right-color: #CCCCCC !important;
}

#oualerts-archived .oualerts-archive-type-warning .oualerts-achive-list-item-inner,
#oualerts-archived .oualerts-archive-type-warning .oualerts-achive-list-item-update .oualerts-achive-list-item-update-inner,
#oualerts-archived .oualerts-archive-type-warning .oualerts-achive-list-item-update:after,
#oualerts-archived .oualerts-archive-type-warning .oualerts-archive-list-update-header {
    border-color: #CCCCCC !important;
    background: #FFFFFF !important;
}

#oualerts-archived .oualerts-archive-type-warning .oualerts-achive-list-item-update:before {
    background: #CCCCCC !important;
}

#oualerts-archived .oualerts-achive-list-item:before {
    background: #ccc;
}

#oualerts-archived .oualerts-achive-list-item:after {
    border-color: #ccc;
}

.oualerts-notify-link {
    font-size: 20px !important;
    margin-left: -18px !important;
}

/*
SCSS Functions

Useful functions and other helpers.
*/
/**
 * Strip Unit
 *
 * Removes the SCSS unit from the provided number.
 *
 * Source: https://css-tricks.com/snippets/sass/strip-unit-function/
 *
 */
/**
 * Pixel-to-rem
 *
 * Utility function which allows a developer to provide a pixel value, and have
 * it converted to a rem value. Useful when pulling values out of a design document,
 * where the developer needs to convert those values to rem units (font-sizes,
 * spacing, line height, etc).
 *
 * Example: `font-size: pxr(32px) => font-size: 2rem`
 *
 * @param  pixels $px    The pixel value
 * @param  pixels $base: $font-size-root The value of a rem unit, in pixels. Defaults to Bootstrap's value.
 * @return rem        The provided pixel value converted to rems
 */
/*
Media Query Mixins
*/
/**
 * Media query shortcut for selecting screens greater than or equal to the requested
 * Bootstrap breakpoint.
 *
 * @param  string $size A BS media query name, e.g sm, md, lg, etc
 */
/**
 * Media query shortcut for selecting screens less than the requested Bootstrap
 * breakpoint.
 *
 * @param  string $size A BS media query name, e.g sm, md, lg, etc
 */
/*
Miscellaneous Mixins

When there aren't enough mixins of a specific category, they'll exist in this
file. As the number of mixins of a specific category increase, they should
be moved into their own file.
*/
/**
 * headings()
 *
 * Provides a convenient way to target all heading element and BS helper classes.
 *
 * Usage:
 *
 * ```
 * .content {
 *     @headings {
 *         color: red;
 *     }
 * }
 * ```
 */
/**
 * protect-img()
 *
 * Adds styling to an image that's meant to "protect" it from a background that
 * matches the background of the image. This is mainly useful for CMSs, where a
 * client might upload an image with a white background, which is displayed on a
 * white background. Usually doesn't end up looking good.
 *
 * Usage:
 * ```
 * .content img {
 *     @include protect-img();
 * }
 * ```
 */
/*
Position Mixins

Mixins which provide help with positioning elements.
*/
/**
 * Position Center (X-axis & Y-axis)
 *
 * Aligns an element perfectly in the center of the closest ancestor w/ a position
 * that will intercept `position: absolute`.
 */
/**
 * Position Center (X-axis)
 *
 * Aligns the element on the x-axis, using absolute positioning and translate
 * transform, giving and perfectly centered element.
 */
/**
 * Position Center (Y-axis)
 *
 * Aligns the element on the Y-axis, using absolute positioning and translate
 * transform, giving and perfectly centered element.
 */
/*
Shape Mixins

Mixins for generating shapes in pure CSS, e.g. triangles, circles, etc.
*/
/*
Spacing Mixins

Mixins which provide spacing conveniences.
*/
/**
 * X-axis margin
 *
 * Adds left and right margin in 1 line, without overriding top and bottom margin.
 */
/**
 * Y-axis margin
 *
 * Adds top and bottom margin in 1 line, without overriding left and right margin.
 */
/**
 * Center margin
 *
 * Adds center margin in 1 line, without overriding top and bottom margin.
 */
/**
 * X-axis padding
 *
 * Adds left and right padding in 1 line, without overriding top and bottom padding.
 */
/**
 * Y-axis padding
 *
 * Adds top and bottom padding in 1 line, without overriding left and right padding.
 */
@media print {
    *,
    *::before,
    *::after {
        text-shadow: none !important;
        box-shadow: none !important;
    }
    a:not(.btn) {
        text-decoration: underline;
    }
    abbr[title]::after {
        content: " (" attr(title) ")";
    }
    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;
    }
    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }
    h2,
    h3 {
        page-break-after: avoid;
    }
    @page {
        size: a3;
    }
    body {
        min-width: 1025px !important;
    }
    .container {
        min-width: 1025px !important;
    }
    .navbar {
        display: none;
    }
    .badge {
        border: 1px solid #000;
    }
    .table, .events-listing table.mini-cal {
        border-collapse: collapse !important;
    }
    .table td, .events-listing table.mini-cal td,
    .table th,
    .events-listing table.mini-cal th {
        background-color: #fff !important;
    }
    .table-bordered th, .events-listing table.mini-cal th,
    .table-bordered td,
    .events-listing table.mini-cal td {
        border: 1px solid #ddd !important;
    }
}

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

html {
    font-family: sans-serif;
    line-height: 1.15;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    -ms-overflow-style: scrollbar;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

@-ms-viewport {
    width: device-width;
}

article, aside, dialog, figcaption, figure, footer, header, hgroup, main, nav, section {
    display: block;
}

body {
    margin: 0;
    font-family: "Montserrat", sans-serif;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    text-align: left;
    background-color: #ffffff;
}

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

hr {
    box-sizing: content-box;
    height: 0;
    overflow: visible;
}

h1, h2, h3, h4, h5, h6 {
    margin-top: 0;
    margin-bottom: 0.5rem;
}

p {
    margin-top: 0;
    margin-bottom: 1rem;
}

abbr[title],
abbr[data-original-title] {
    text-decoration: underline;
    text-decoration: underline dotted;
    cursor: help;
    border-bottom: 0;
}

address {
    margin-bottom: 1rem;
    font-style: normal;
    line-height: inherit;
}

ol,
ul,
dl {
    margin-top: 0;
    margin-bottom: 1rem;
}

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

dt {
    font-weight: 700;
}

dd {
    margin-bottom: .5rem;
    margin-left: 0;
}

blockquote {
    margin: 0 0 1rem;
}

dfn {
    font-style: italic;
}

b,
strong {
    font-weight: bolder;
}

small {
    font-size: 80%;
}

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

sub {
    bottom: -.25em;
}

sup {
    top: -.5em;
}

a {
    color: #007bff;
    text-decoration: none;
    background-color: transparent;
    -webkit-text-decoration-skip: objects;
}

a:hover {
    color: #0056b3;
    text-decoration: underline;
}

a:not([href]):not([tabindex]) {
    color: inherit;
    text-decoration: none;
}

a:not([href]):not([tabindex]):hover, a:not([href]):not([tabindex]):focus {
    color: inherit;
    text-decoration: none;
}

a:not([href]):not([tabindex]):focus {
    outline: 0;
}

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

pre {
    margin-top: 0;
    margin-bottom: 1rem;
    overflow: auto;
    -ms-overflow-style: scrollbar;
}

figure {
    margin: 0 0 1rem;
}

img {
    vertical-align: middle;
    border-style: none;
}

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

table {
    border-collapse: collapse;
}

caption {
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
    color: #6c757d;
    text-align: left;
    caption-side: bottom;
}

th {
    text-align: inherit;
}

label {
    display: inline-block;
    margin-bottom: .5rem;
}

button {
    border-radius: 0;
}

button:focus {
    outline: 1px dotted;
    outline: 5px auto -webkit-focus-ring-color;
}

input,
button,
select,
optgroup,
textarea {
    margin: 0;
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
}

button,
input {
    overflow: visible;
}

button,
select {
    text-transform: none;
}

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

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
    padding: 0;
    border-style: none;
}

input[type="radio"],
input[type="checkbox"] {
    box-sizing: border-box;
    padding: 0;
}

input[type="date"],
input[type="time"],
input[type="datetime-local"],
input[type="month"] {
    -webkit-appearance: listbox;
}

textarea {
    overflow: auto;
    resize: vertical;
}

fieldset {
    min-width: 0;
    padding: 0;
    margin: 0;
    border: 0;
}

legend {
    display: block;
    width: 100%;
    max-width: 100%;
    padding: 0;
    margin-bottom: .5rem;
    font-size: 1.5rem;
    line-height: inherit;
    color: inherit;
    white-space: normal;
}

progress {
    vertical-align: baseline;
}

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
    height: auto;
}

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

[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

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

output {
    display: inline-block;
}

summary {
    display: list-item;
    cursor: pointer;
}

template {
    display: none;
}

[hidden] {
    display: none !important;
}

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
    margin-bottom: 0.5rem;
    font-family: inherit;
    font-weight: 500;
    line-height: 1.2;
    color: inherit;
}

h1, .h1 {
    font-size: 2.5rem;
}

h2, .h2 {
    font-size: 2rem;
}

h3, .h3 {
    font-size: 1.75rem;
}

h4, .h4 {
    font-size: 1.5rem;
}

h5, .h5 {
    font-size: 1.25rem;
}

h6, .h6 {
    font-size: 1rem;
}

.lead {
    font-size: 1.25rem;
    font-weight: 300;
}

.display-1 {
    font-size: 6rem;
    font-weight: 300;
    line-height: 1.2;
}

.display-2 {
    font-size: 5.5rem;
    font-weight: 300;
    line-height: 1.2;
}

.display-3 {
    font-size: 4.5rem;
    font-weight: 300;
    line-height: 1.2;
}

.display-4 {
    font-size: 3.5rem;
    font-weight: 300;
    line-height: 1.2;
}

hr {
    margin-top: 1rem;
    margin-bottom: 1rem;
    border: 0;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
}

small,
.small {
    font-size: 80%;
    font-weight: 400;
}

mark,
.mark {
    padding: 0.2em;
    background-color: #fcf8e3;
}

.list-unstyled {
    padding-left: 0;
    list-style: none;
}

.list-inline {
    padding-left: 0;
    list-style: none;
}

.list-inline-item {
    display: inline-block;
}

.list-inline-item:not(:last-child) {
    margin-right: 0.5rem;
}

.initialism {
    font-size: 90%;
    text-transform: uppercase;
}

.blockquote {
    margin-bottom: 1rem;
    font-size: 1.25rem;
}

.blockquote-footer {
    display: block;
    font-size: 80%;
    color: #6c757d;
}

.blockquote-footer::before {
    content: "\2014 \00A0";
}

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

.img-thumbnail {
    padding: 0.25rem;
    background-color: #ffffff;
    border: 1px solid #dee2e6;
    border-radius: 0.25rem;
    max-width: 100%;
    height: auto;
}

.figure {
    display: inline-block;
}

.figure-img {
    margin-bottom: 0.5rem;
    line-height: 1;
}

.figure-caption {
    font-size: 90%;
    color: #6c757d;
}

.container {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}

@media (min-width: 320px) {
    .container {
        max-width: 540px;
    }
}

@media (min-width: 700px) {
    .container {
        max-width: 720px;
    }
}

@media (min-width: 1025px) {
    .container {
        max-width: 960px;
    }
}

@media (min-width: 1900px) {
    .container {
        max-width: 1140px;
    }
}

.container-fluid {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}

.row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}

.no-gutters {
    margin-right: 0;
    margin-left: 0;
}

.no-gutters > .col,
.no-gutters > [class*="col-"] {
    padding-right: 0;
    padding-left: 0;
}

.col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .pagination, .col,
.col-auto, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm,
.col-sm-auto, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md,
.col-md-auto, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg,
.col-lg-auto, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl,
.col-xl-auto {
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}

.col {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
}

.col-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none;
}

.col-1 {
    -ms-flex: 0 0 8.33333%;
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
}

.col-2 {
    -ms-flex: 0 0 16.66667%;
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
}

.col-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
}

.col-4 {
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
}

.col-5 {
    -ms-flex: 0 0 41.66667%;
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
}

.col-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
}

.col-7 {
    -ms-flex: 0 0 58.33333%;
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
}

.col-8 {
    -ms-flex: 0 0 66.66667%;
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
}

.col-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
}

.col-10 {
    -ms-flex: 0 0 83.33333%;
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
}

.col-11 {
    -ms-flex: 0 0 91.66667%;
    flex: 0 0 91.66667%;
    max-width: 91.66667%;
}

.col-12, .pagination {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
}

.order-first {
    -ms-flex-order: -1;
    order: -1;
}

.order-last {
    -ms-flex-order: 13;
    order: 13;
}

.order-0 {
    -ms-flex-order: 0;
    order: 0;
}

.order-1 {
    -ms-flex-order: 1;
    order: 1;
}

.order-2 {
    -ms-flex-order: 2;
    order: 2;
}

.order-3 {
    -ms-flex-order: 3;
    order: 3;
}

.order-4 {
    -ms-flex-order: 4;
    order: 4;
}

.order-5 {
    -ms-flex-order: 5;
    order: 5;
}

.order-6 {
    -ms-flex-order: 6;
    order: 6;
}

.order-7 {
    -ms-flex-order: 7;
    order: 7;
}

.order-8 {
    -ms-flex-order: 8;
    order: 8;
}

.order-9 {
    -ms-flex-order: 9;
    order: 9;
}

.order-10 {
    -ms-flex-order: 10;
    order: 10;
}

.order-11 {
    -ms-flex-order: 11;
    order: 11;
}

.order-12 {
    -ms-flex-order: 12;
    order: 12;
}

.offset-1 {
    margin-left: 8.33333%;
}

.offset-2 {
    margin-left: 16.66667%;
}

.offset-3 {
    margin-left: 25%;
}

.offset-4 {
    margin-left: 33.33333%;
}

.offset-5 {
    margin-left: 41.66667%;
}

.offset-6 {
    margin-left: 50%;
}

.offset-7 {
    margin-left: 58.33333%;
}

.offset-8 {
    margin-left: 66.66667%;
}

.offset-9 {
    margin-left: 75%;
}

.offset-10 {
    margin-left: 83.33333%;
}

.offset-11 {
    margin-left: 91.66667%;
}

@media (min-width: 320px) {
    .col-sm {
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%;
    }
    .col-sm-auto {
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
        max-width: none;
    }
    .col-sm-1 {
        -ms-flex: 0 0 8.33333%;
        flex: 0 0 8.33333%;
        max-width: 8.33333%;
    }
    .col-sm-2 {
        -ms-flex: 0 0 16.66667%;
        flex: 0 0 16.66667%;
        max-width: 16.66667%;
    }
    .col-sm-3 {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
    }
    .col-sm-4 {
        -ms-flex: 0 0 33.33333%;
        flex: 0 0 33.33333%;
        max-width: 33.33333%;
    }
    .col-sm-5 {
        -ms-flex: 0 0 41.66667%;
        flex: 0 0 41.66667%;
        max-width: 41.66667%;
    }
    .col-sm-6 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }
    .col-sm-7 {
        -ms-flex: 0 0 58.33333%;
        flex: 0 0 58.33333%;
        max-width: 58.33333%;
    }
    .col-sm-8 {
        -ms-flex: 0 0 66.66667%;
        flex: 0 0 66.66667%;
        max-width: 66.66667%;
    }
    .col-sm-9 {
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%;
    }
    .col-sm-10 {
        -ms-flex: 0 0 83.33333%;
        flex: 0 0 83.33333%;
        max-width: 83.33333%;
    }
    .col-sm-11 {
        -ms-flex: 0 0 91.66667%;
        flex: 0 0 91.66667%;
        max-width: 91.66667%;
    }
    .col-sm-12 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
    .order-sm-first {
        -ms-flex-order: -1;
        order: -1;
    }
    .order-sm-last {
        -ms-flex-order: 13;
        order: 13;
    }
    .order-sm-0 {
        -ms-flex-order: 0;
        order: 0;
    }
    .order-sm-1 {
        -ms-flex-order: 1;
        order: 1;
    }
    .order-sm-2 {
        -ms-flex-order: 2;
        order: 2;
    }
    .order-sm-3 {
        -ms-flex-order: 3;
        order: 3;
    }
    .order-sm-4 {
        -ms-flex-order: 4;
        order: 4;
    }
    .order-sm-5 {
        -ms-flex-order: 5;
        order: 5;
    }
    .order-sm-6 {
        -ms-flex-order: 6;
        order: 6;
    }
    .order-sm-7 {
        -ms-flex-order: 7;
        order: 7;
    }
    .order-sm-8 {
        -ms-flex-order: 8;
        order: 8;
    }
    .order-sm-9 {
        -ms-flex-order: 9;
        order: 9;
    }
    .order-sm-10 {
        -ms-flex-order: 10;
        order: 10;
    }
    .order-sm-11 {
        -ms-flex-order: 11;
        order: 11;
    }
    .order-sm-12 {
        -ms-flex-order: 12;
        order: 12;
    }
    .offset-sm-0 {
        margin-left: 0;
    }
    .offset-sm-1 {
        margin-left: 8.33333%;
    }
    .offset-sm-2 {
        margin-left: 16.66667%;
    }
    .offset-sm-3 {
        margin-left: 25%;
    }
    .offset-sm-4 {
        margin-left: 33.33333%;
    }
    .offset-sm-5 {
        margin-left: 41.66667%;
    }
    .offset-sm-6 {
        margin-left: 50%;
    }
    .offset-sm-7 {
        margin-left: 58.33333%;
    }
    .offset-sm-8 {
        margin-left: 66.66667%;
    }
    .offset-sm-9 {
        margin-left: 75%;
    }
    .offset-sm-10 {
        margin-left: 83.33333%;
    }
    .offset-sm-11 {
        margin-left: 91.66667%;
    }
}

@media (min-width: 700px) {
    .col-md {
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%;
    }
    .col-md-auto {
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
        max-width: none;
    }
    .col-md-1 {
        -ms-flex: 0 0 8.33333%;
        flex: 0 0 8.33333%;
        max-width: 8.33333%;
    }
    .col-md-2 {
        -ms-flex: 0 0 16.66667%;
        flex: 0 0 16.66667%;
        max-width: 16.66667%;
    }
    .col-md-3 {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
    }
    .col-md-4 {
        -ms-flex: 0 0 33.33333%;
        flex: 0 0 33.33333%;
        max-width: 33.33333%;
    }
    .col-md-5 {
        -ms-flex: 0 0 41.66667%;
        flex: 0 0 41.66667%;
        max-width: 41.66667%;
    }
    .col-md-6 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }
    .col-md-7 {
        -ms-flex: 0 0 58.33333%;
        flex: 0 0 58.33333%;
        max-width: 58.33333%;
    }
    .col-md-8 {
        -ms-flex: 0 0 66.66667%;
        flex: 0 0 66.66667%;
        max-width: 66.66667%;
    }
    .col-md-9 {
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%;
    }
    .col-md-10 {
        -ms-flex: 0 0 83.33333%;
        flex: 0 0 83.33333%;
        max-width: 83.33333%;
    }
    .col-md-11 {
        -ms-flex: 0 0 91.66667%;
        flex: 0 0 91.66667%;
        max-width: 91.66667%;
    }
    .col-md-12 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
    .order-md-first {
        -ms-flex-order: -1;
        order: -1;
    }
    .order-md-last {
        -ms-flex-order: 13;
        order: 13;
    }
    .order-md-0 {
        -ms-flex-order: 0;
        order: 0;
    }
    .order-md-1 {
        -ms-flex-order: 1;
        order: 1;
    }
    .order-md-2 {
        -ms-flex-order: 2;
        order: 2;
    }
    .order-md-3 {
        -ms-flex-order: 3;
        order: 3;
    }
    .order-md-4 {
        -ms-flex-order: 4;
        order: 4;
    }
    .order-md-5 {
        -ms-flex-order: 5;
        order: 5;
    }
    .order-md-6 {
        -ms-flex-order: 6;
        order: 6;
    }
    .order-md-7 {
        -ms-flex-order: 7;
        order: 7;
    }
    .order-md-8 {
        -ms-flex-order: 8;
        order: 8;
    }
    .order-md-9 {
        -ms-flex-order: 9;
        order: 9;
    }
    .order-md-10 {
        -ms-flex-order: 10;
        order: 10;
    }
    .order-md-11 {
        -ms-flex-order: 11;
        order: 11;
    }
    .order-md-12 {
        -ms-flex-order: 12;
        order: 12;
    }
    .offset-md-0 {
        margin-left: 0;
    }
    .offset-md-1 {
        margin-left: 8.33333%;
    }
    .offset-md-2 {
        margin-left: 16.66667%;
    }
    .offset-md-3 {
        margin-left: 25%;
    }
    .offset-md-4 {
        margin-left: 33.33333%;
    }
    .offset-md-5 {
        margin-left: 41.66667%;
    }
    .offset-md-6 {
        margin-left: 50%;
    }
    .offset-md-7 {
        margin-left: 58.33333%;
    }
    .offset-md-8 {
        margin-left: 66.66667%;
    }
    .offset-md-9 {
        margin-left: 75%;
    }
    .offset-md-10 {
        margin-left: 83.33333%;
    }
    .offset-md-11 {
        margin-left: 91.66667%;
    }
}

@media (min-width: 1025px) {
    .col-lg {
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%;
    }
    .col-lg-auto {
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
        max-width: none;
    }
    .col-lg-1 {
        -ms-flex: 0 0 8.33333%;
        flex: 0 0 8.33333%;
        max-width: 8.33333%;
    }
    .col-lg-2 {
        -ms-flex: 0 0 16.66667%;
        flex: 0 0 16.66667%;
        max-width: 16.66667%;
    }
    .col-lg-3 {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
    }
    .col-lg-4 {
        -ms-flex: 0 0 33.33333%;
        flex: 0 0 33.33333%;
        max-width: 33.33333%;
    }
    .col-lg-5 {
        -ms-flex: 0 0 41.66667%;
        flex: 0 0 41.66667%;
        max-width: 41.66667%;
    }
    .col-lg-6 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }
    .col-lg-7 {
        -ms-flex: 0 0 58.33333%;
        flex: 0 0 58.33333%;
        max-width: 58.33333%;
    }
    .col-lg-8 {
        -ms-flex: 0 0 66.66667%;
        flex: 0 0 66.66667%;
        max-width: 66.66667%;
    }
    .col-lg-9 {
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%;
    }
    .col-lg-10 {
        -ms-flex: 0 0 83.33333%;
        flex: 0 0 83.33333%;
        max-width: 83.33333%;
    }
    .col-lg-11 {
        -ms-flex: 0 0 91.66667%;
        flex: 0 0 91.66667%;
        max-width: 91.66667%;
    }
    .col-lg-12 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
    .order-lg-first {
        -ms-flex-order: -1;
        order: -1;
    }
    .order-lg-last {
        -ms-flex-order: 13;
        order: 13;
    }
    .order-lg-0 {
        -ms-flex-order: 0;
        order: 0;
    }
    .order-lg-1 {
        -ms-flex-order: 1;
        order: 1;
    }
    .order-lg-2 {
        -ms-flex-order: 2;
        order: 2;
    }
    .order-lg-3 {
        -ms-flex-order: 3;
        order: 3;
    }
    .order-lg-4 {
        -ms-flex-order: 4;
        order: 4;
    }
    .order-lg-5 {
        -ms-flex-order: 5;
        order: 5;
    }
    .order-lg-6 {
        -ms-flex-order: 6;
        order: 6;
    }
    .order-lg-7 {
        -ms-flex-order: 7;
        order: 7;
    }
    .order-lg-8 {
        -ms-flex-order: 8;
        order: 8;
    }
    .order-lg-9 {
        -ms-flex-order: 9;
        order: 9;
    }
    .order-lg-10 {
        -ms-flex-order: 10;
        order: 10;
    }
    .order-lg-11 {
        -ms-flex-order: 11;
        order: 11;
    }
    .order-lg-12 {
        -ms-flex-order: 12;
        order: 12;
    }
    .offset-lg-0 {
        margin-left: 0;
    }
    .offset-lg-1 {
        margin-left: 8.33333%;
    }
    .offset-lg-2 {
        margin-left: 16.66667%;
    }
    .offset-lg-3 {
        margin-left: 25%;
    }
    .offset-lg-4 {
        margin-left: 33.33333%;
    }
    .offset-lg-5 {
        margin-left: 41.66667%;
    }
    .offset-lg-6 {
        margin-left: 50%;
    }
    .offset-lg-7 {
        margin-left: 58.33333%;
    }
    .offset-lg-8 {
        margin-left: 66.66667%;
    }
    .offset-lg-9 {
        margin-left: 75%;
    }
    .offset-lg-10 {
        margin-left: 83.33333%;
    }
    .offset-lg-11 {
        margin-left: 91.66667%;
    }
}

@media (min-width: 1900px) {
    .col-xl {
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%;
    }
    .col-xl-auto {
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
        max-width: none;
    }
    .col-xl-1 {
        -ms-flex: 0 0 8.33333%;
        flex: 0 0 8.33333%;
        max-width: 8.33333%;
    }
    .col-xl-2 {
        -ms-flex: 0 0 16.66667%;
        flex: 0 0 16.66667%;
        max-width: 16.66667%;
    }
    .col-xl-3 {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
    }
    .col-xl-4 {
        -ms-flex: 0 0 33.33333%;
        flex: 0 0 33.33333%;
        max-width: 33.33333%;
    }
    .col-xl-5 {
        -ms-flex: 0 0 41.66667%;
        flex: 0 0 41.66667%;
        max-width: 41.66667%;
    }
    .col-xl-6 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }
    .col-xl-7 {
        -ms-flex: 0 0 58.33333%;
        flex: 0 0 58.33333%;
        max-width: 58.33333%;
    }
    .col-xl-8 {
        -ms-flex: 0 0 66.66667%;
        flex: 0 0 66.66667%;
        max-width: 66.66667%;
    }
    .col-xl-9 {
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%;
    }
    .col-xl-10 {
        -ms-flex: 0 0 83.33333%;
        flex: 0 0 83.33333%;
        max-width: 83.33333%;
    }
    .col-xl-11 {
        -ms-flex: 0 0 91.66667%;
        flex: 0 0 91.66667%;
        max-width: 91.66667%;
    }
    .col-xl-12 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
    .order-xl-first {
        -ms-flex-order: -1;
        order: -1;
    }
    .order-xl-last {
        -ms-flex-order: 13;
        order: 13;
    }
    .order-xl-0 {
        -ms-flex-order: 0;
        order: 0;
    }
    .order-xl-1 {
        -ms-flex-order: 1;
        order: 1;
    }
    .order-xl-2 {
        -ms-flex-order: 2;
        order: 2;
    }
    .order-xl-3 {
        -ms-flex-order: 3;
        order: 3;
    }
    .order-xl-4 {
        -ms-flex-order: 4;
        order: 4;
    }
    .order-xl-5 {
        -ms-flex-order: 5;
        order: 5;
    }
    .order-xl-6 {
        -ms-flex-order: 6;
        order: 6;
    }
    .order-xl-7 {
        -ms-flex-order: 7;
        order: 7;
    }
    .order-xl-8 {
        -ms-flex-order: 8;
        order: 8;
    }
    .order-xl-9 {
        -ms-flex-order: 9;
        order: 9;
    }
    .order-xl-10 {
        -ms-flex-order: 10;
        order: 10;
    }
    .order-xl-11 {
        -ms-flex-order: 11;
        order: 11;
    }
    .order-xl-12 {
        -ms-flex-order: 12;
        order: 12;
    }
    .offset-xl-0 {
        margin-left: 0;
    }
    .offset-xl-1 {
        margin-left: 8.33333%;
    }
    .offset-xl-2 {
        margin-left: 16.66667%;
    }
    .offset-xl-3 {
        margin-left: 25%;
    }
    .offset-xl-4 {
        margin-left: 33.33333%;
    }
    .offset-xl-5 {
        margin-left: 41.66667%;
    }
    .offset-xl-6 {
        margin-left: 50%;
    }
    .offset-xl-7 {
        margin-left: 58.33333%;
    }
    .offset-xl-8 {
        margin-left: 66.66667%;
    }
    .offset-xl-9 {
        margin-left: 75%;
    }
    .offset-xl-10 {
        margin-left: 83.33333%;
    }
    .offset-xl-11 {
        margin-left: 91.66667%;
    }
}

.table, .events-listing table.mini-cal {
    width: 100%;
    max-width: 100%;
    margin-bottom: 1rem;
    background-color: transparent;
}


.table th,
.events-listing table.mini-cal th, .table td, .events-listing table.mini-cal td {
    padding: 0.75rem;
    vertical-align: top;
    border-top: 1px solid #dee2e6;
}

.table thead th, .events-listing table.mini-cal thead th {
    vertical-align: bottom;
    border-bottom: 2px solid #dee2e6;
}

.table tbody + tbody, .events-listing table.mini-cal tbody + tbody {
    border-top: 2px solid #dee2e6;
}

.table .table, .events-listing table.mini-cal .table, .table .events-listing table.mini-cal, .events-listing .table table.mini-cal, .events-listing table.mini-cal table.mini-cal {
    background-color: #ffffff;
}

.table-sm th,
.table-sm td {
    padding: 0.3rem;
}

.table-bordered, .events-listing table.mini-cal {
    border: 1px solid #dee2e6;
}

.table-bordered th, .events-listing table.mini-cal th,
.table-bordered td,
.events-listing table.mini-cal td {
    border: 1px solid #dee2e6;
}

.table-bordered thead th, .events-listing table.mini-cal thead th,
.table-bordered thead td,
.events-listing table.mini-cal thead td {
    border-bottom-width: 2px;
}

.table-striped tbody tr:nth-of-type(odd) {
    background-color: rgba(0, 0, 0, 0.05);
}

.table-hover tbody tr:hover {
    background-color: rgba(0, 0, 0, 0.075);
}

.table-primary,
.table-primary > th,
.table-primary > td {
    background-color: #b8daff;
}

.table-hover .table-primary:hover {
    background-color: #9fcdff;
}

.table-hover .table-primary:hover > td,
.table-hover .table-primary:hover > th {
    background-color: #9fcdff;
}

.table-secondary,
.table-secondary > th,
.table-secondary > td {
    background-color: #d6d8db;
}

.table-hover .table-secondary:hover {
    background-color: #c8cbcf;
}

.table-hover .table-secondary:hover > td,
.table-hover .table-secondary:hover > th {
    background-color: #c8cbcf;
}

.table-success,
.table-success > th,
.table-success > td {
    background-color: #c3e6cb;
}

.table-hover .table-success:hover {
    background-color: #b1dfbb;
}

.table-hover .table-success:hover > td,
.table-hover .table-success:hover > th {
    background-color: #b1dfbb;
}

.table-info,
.table-info > th,
.table-info > td {
    background-color: #bee5eb;
}

.table-hover .table-info:hover {
    background-color: #abdde5;
}

.table-hover .table-info:hover > td,
.table-hover .table-info:hover > th {
    background-color: #abdde5;
}

.table-warning,
.table-warning > th,
.table-warning > td {
    background-color: #fefcb8;
}

.table-hover .table-warning:hover {
    background-color: #fefb9f;
}

.table-hover .table-warning:hover > td,
.table-hover .table-warning:hover > th {
    background-color: #fefb9f;
}

.table-danger,
.table-danger > th,
.table-danger > td {
    background-color: #f5c6cb;
}

.table-hover .table-danger:hover {
    background-color: #f1b0b7;
}

.table-hover .table-danger:hover > td,
.table-hover .table-danger:hover > th {
    background-color: #f1b0b7;
}

.table-light,
.table-light > th,
.table-light > td {
    background-color: #fdfdfe;
}

.table-hover .table-light:hover {
    background-color: #ececf6;
}

.table-hover .table-light:hover > td,
.table-hover .table-light:hover > th {
    background-color: #ececf6;
}

.table-dark,
.table-dark > th,
.table-dark > td {
    background-color: #c6c8ca;
}

.table-hover .table-dark:hover {
    background-color: #b9bbbe;
}

.table-hover .table-dark:hover > td,
.table-hover .table-dark:hover > th {
    background-color: #b9bbbe;
}

.table-active,
.table-active > th,
.table-active > td {
    background-color: rgba(0, 0, 0, 0.075);
}

.table-hover .table-active:hover {
    background-color: rgba(0, 0, 0, 0.075);
}

.table-hover .table-active:hover > td,
.table-hover .table-active:hover > th {
    background-color: rgba(0, 0, 0, 0.075);
}

.table .thead-dark th, .events-listing table.mini-cal .thead-dark th {
    color: #ffffff;
    background-color: #212529;
    border-color: #32383e;
}

.table .thead-light th, .events-listing table.mini-cal .thead-light th {
    color: #495057;
    background-color: #e9ecef;
    border-color: #dee2e6;
}

.table-dark {
    color: #ffffff;
    background-color: #212529;
}

.table-dark th,
.table-dark td,
.table-dark thead th {
    border-color: #32383e;
}

.table-dark.table-bordered, .events-listing table.table-dark.mini-cal {
    border: 0;
}

.table-dark.table-striped tbody tr:nth-of-type(odd) {
    background-color: rgba(255, 255, 255, 0.05);
}

.table-dark.table-hover tbody tr:hover {
    background-color: rgba(255, 255, 255, 0.075);
}

@media (max-width: 319.98px) {
    .table-responsive-sm {
        display: block;
        width: 100%;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
        -ms-overflow-style: -ms-autohiding-scrollbar;
    }
    .table-responsive-sm > .table-bordered, .events-listing .table-responsive-sm > table.mini-cal {
        border: 0;
    }
}

@media (max-width: 699.98px) {
    .table-responsive-md {
        display: block;
        width: 100%;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
        -ms-overflow-style: -ms-autohiding-scrollbar;
    }
    .table-responsive-md > .table-bordered, .events-listing .table-responsive-md > table.mini-cal {
        border: 0;
    }
}

@media (max-width: 1024.98px) {
    .table-responsive-lg {
        display: block;
        width: 100%;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
        -ms-overflow-style: -ms-autohiding-scrollbar;
    }
    .table-responsive-lg > .table-bordered, .events-listing .table-responsive-lg > table.mini-cal {
        border: 0;
    }
}

@media (max-width: 1899.98px) {
    .table-responsive-xl {
        display: block;
        width: 100%;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
        -ms-overflow-style: -ms-autohiding-scrollbar;
    }
    .table-responsive-xl > .table-bordered, .events-listing .table-responsive-xl > table.mini-cal {
        border: 0;
    }
}

.table-responsive {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
}

.table-responsive > .table-bordered, .events-listing .table-responsive > table.mini-cal {
    border: 0;
}

.form-control {
    display: block;
    width: 100%;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    line-height: 1.5;
    color: #495057;
    background-color: #ffffff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.form-control::-ms-expand {
    background-color: transparent;
    border: 0;
}

.form-control:focus {
    color: #495057;
    background-color: #ffffff;
    border-color: #80bdff;
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

.form-control::-webkit-input-placeholder {
    color: #6c757d;
    opacity: 1;
}

.form-control:-ms-input-placeholder {
    color: #6c757d;
    opacity: 1;
}

.form-control::placeholder {
    color: #6c757d;
    opacity: 1;
}

.form-control:disabled, .form-control[readonly] {
    background-color: #e9ecef;
    opacity: 1;
}

select.form-control:not([size]):not([multiple]) {
    height: calc(2.25rem + 2px);
}

select.form-control:focus::-ms-value {
    color: #495057;
    background-color: #ffffff;
}

.form-control-file,
.form-control-range {
    display: block;
    width: 100%;
}

.col-form-label {
    padding-top: calc(0.375rem + 1px);
    padding-bottom: calc(0.375rem + 1px);
    margin-bottom: 0;
    font-size: inherit;
    line-height: 1.5;
}

.col-form-label-lg {
    padding-top: calc(0.5rem + 1px);
    padding-bottom: calc(0.5rem + 1px);
    font-size: 1.25rem;
    line-height: 1.5;
}

.col-form-label-sm {
    padding-top: calc(0.25rem + 1px);
    padding-bottom: calc(0.25rem + 1px);
    font-size: 0.875rem;
    line-height: 1.5;
}

.form-control-plaintext {
    display: block;
    width: 100%;
    padding-top: 0.375rem;
    padding-bottom: 0.375rem;
    margin-bottom: 0;
    line-height: 1.5;
    background-color: transparent;
    border: solid transparent;
    border-width: 1px 0;
}

.form-control-plaintext.form-control-sm, .form-control-plaintext.form-control-lg {
    padding-right: 0;
    padding-left: 0;
}

.form-control-sm {
    padding: 0.25rem 0.5rem;
    font-size: 0.875rem;
    line-height: 1.5;
    border-radius: 0.2rem;
}

select.form-control-sm:not([size]):not([multiple]) {
    height: calc(1.8125rem + 2px);
}

.form-control-lg {
    padding: 0.5rem 1rem;
    font-size: 1.25rem;
    line-height: 1.5;
    border-radius: 0.3rem;
}

select.form-control-lg:not([size]):not([multiple]) {
    height: calc(2.875rem + 2px);
}

.form-group {
    margin-bottom: 1rem;
}

.form-text {
    display: block;
    margin-top: 0.25rem;
}

.form-row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -5px;
    margin-left: -5px;
}

.form-row > .col,
.form-row > [class*="col-"] {
    padding-right: 5px;
    padding-left: 5px;
}

.form-check {
    position: relative;
    display: block;
    padding-left: 1.25rem;
}

.form-check-input {
    position: absolute;
    margin-top: 0.3rem;
    margin-left: -1.25rem;
}

.form-check-input:disabled ~ .form-check-label {
    color: #6c757d;
}

.form-check-label {
    margin-bottom: 0;
}

.form-check-inline {
    display: -ms-inline-flexbox;
    display: inline-flex;
    -ms-flex-align: center;
    align-items: center;
    padding-left: 0;
    margin-right: 0.75rem;
}

.form-check-inline .form-check-input {
    position: static;
    margin-top: 0;
    margin-right: 0.3125rem;
    margin-left: 0;
}

.valid-feedback {
    display: none;
    width: 100%;
    margin-top: 0.25rem;
    font-size: 80%;
    color: #28a745;
}

.valid-tooltip {
    position: absolute;
    top: 100%;
    z-index: 5;
    display: none;
    max-width: 100%;
    padding: .5rem;
    margin-top: .1rem;
    font-size: .875rem;
    line-height: 1;
    color: #fff;
    background-color: rgba(40, 167, 69, 0.8);
    border-radius: .2rem;
}

.was-validated .form-control:valid, .form-control.is-valid, .was-validated
.custom-select:valid,
.custom-select.is-valid {
    border-color: #28a745;
}

.was-validated .form-control:valid:focus, .form-control.is-valid:focus, .was-validated
.custom-select:valid:focus,
.custom-select.is-valid:focus {
    border-color: #28a745;
    box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}

.was-validated .form-control:valid ~ .valid-feedback,
.was-validated .form-control:valid ~ .valid-tooltip, .form-control.is-valid ~ .valid-feedback,
.form-control.is-valid ~ .valid-tooltip, .was-validated
.custom-select:valid ~ .valid-feedback,
.was-validated
.custom-select:valid ~ .valid-tooltip,
.custom-select.is-valid ~ .valid-feedback,
.custom-select.is-valid ~ .valid-tooltip {
    display: block;
}

.was-validated .form-check-input:valid ~ .form-check-label, .form-check-input.is-valid ~ .form-check-label {
    color: #28a745;
}

.was-validated .form-check-input:valid ~ .valid-feedback,
.was-validated .form-check-input:valid ~ .valid-tooltip, .form-check-input.is-valid ~ .valid-feedback,
.form-check-input.is-valid ~ .valid-tooltip {
    display: block;
}

.was-validated .custom-control-input:valid ~ .custom-control-label, .custom-control-input.is-valid ~ .custom-control-label {
    color: #28a745;
}

.was-validated .custom-control-input:valid ~ .custom-control-label::before, .custom-control-input.is-valid ~ .custom-control-label::before {
    background-color: #71dd8a;
}

.was-validated .custom-control-input:valid ~ .valid-feedback,
.was-validated .custom-control-input:valid ~ .valid-tooltip, .custom-control-input.is-valid ~ .valid-feedback,
.custom-control-input.is-valid ~ .valid-tooltip {
    display: block;
}

.was-validated .custom-control-input:valid:checked ~ .custom-control-label::before, .custom-control-input.is-valid:checked ~ .custom-control-label::before {
    background-color: #34ce57;
}

.was-validated .custom-control-input:valid:focus ~ .custom-control-label::before, .custom-control-input.is-valid:focus ~ .custom-control-label::before {
    box-shadow: 0 0 0 1px #ffffff, 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}

.was-validated .custom-file-input:valid ~ .custom-file-label, .custom-file-input.is-valid ~ .custom-file-label {
    border-color: #28a745;
}

.was-validated .custom-file-input:valid ~ .custom-file-label::before, .custom-file-input.is-valid ~ .custom-file-label::before {
    border-color: inherit;
}

.was-validated .custom-file-input:valid ~ .valid-feedback,
.was-validated .custom-file-input:valid ~ .valid-tooltip, .custom-file-input.is-valid ~ .valid-feedback,
.custom-file-input.is-valid ~ .valid-tooltip {
    display: block;
}

.was-validated .custom-file-input:valid:focus ~ .custom-file-label, .custom-file-input.is-valid:focus ~ .custom-file-label {
    box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}

.invalid-feedback {
    display: none;
    width: 100%;
    margin-top: 0.25rem;
    font-size: 80%;
    color: #dc3545;
}

.invalid-tooltip {
    position: absolute;
    top: 100%;
    z-index: 5;
    display: none;
    max-width: 100%;
    padding: .5rem;
    margin-top: .1rem;
    font-size: .875rem;
    line-height: 1;
    color: #fff;
    background-color: rgba(220, 53, 69, 0.8);
    border-radius: .2rem;
}

.was-validated .form-control:invalid, .form-control.is-invalid, .was-validated
.custom-select:invalid,
.custom-select.is-invalid {
    border-color: #dc3545;
}

.was-validated .form-control:invalid:focus, .form-control.is-invalid:focus, .was-validated
.custom-select:invalid:focus,
.custom-select.is-invalid:focus {
    border-color: #dc3545;
    box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}

.was-validated .form-control:invalid ~ .invalid-feedback,
.was-validated .form-control:invalid ~ .invalid-tooltip, .form-control.is-invalid ~ .invalid-feedback,
.form-control.is-invalid ~ .invalid-tooltip, .was-validated
.custom-select:invalid ~ .invalid-feedback,
.was-validated
.custom-select:invalid ~ .invalid-tooltip,
.custom-select.is-invalid ~ .invalid-feedback,
.custom-select.is-invalid ~ .invalid-tooltip {
    display: block;
}

.was-validated .form-check-input:invalid ~ .form-check-label, .form-check-input.is-invalid ~ .form-check-label {
    color: #dc3545;
}

.was-validated .form-check-input:invalid ~ .invalid-feedback,
.was-validated .form-check-input:invalid ~ .invalid-tooltip, .form-check-input.is-invalid ~ .invalid-feedback,
.form-check-input.is-invalid ~ .invalid-tooltip {
    display: block;
}

.was-validated .custom-control-input:invalid ~ .custom-control-label, .custom-control-input.is-invalid ~ .custom-control-label {
    color: #dc3545;
}

.was-validated .custom-control-input:invalid ~ .custom-control-label::before, .custom-control-input.is-invalid ~ .custom-control-label::before {
    background-color: #efa2a9;
}

.was-validated .custom-control-input:invalid ~ .invalid-feedback,
.was-validated .custom-control-input:invalid ~ .invalid-tooltip, .custom-control-input.is-invalid ~ .invalid-feedback,
.custom-control-input.is-invalid ~ .invalid-tooltip {
    display: block;
}

.was-validated .custom-control-input:invalid:checked ~ .custom-control-label::before, .custom-control-input.is-invalid:checked ~ .custom-control-label::before {
    background-color: #e4606d;
}

.was-validated .custom-control-input:invalid:focus ~ .custom-control-label::before, .custom-control-input.is-invalid:focus ~ .custom-control-label::before {
    box-shadow: 0 0 0 1px #ffffff, 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}

.was-validated .custom-file-input:invalid ~ .custom-file-label, .custom-file-input.is-invalid ~ .custom-file-label {
    border-color: #dc3545;
}

.was-validated .custom-file-input:invalid ~ .custom-file-label::before, .custom-file-input.is-invalid ~ .custom-file-label::before {
    border-color: inherit;
}

.was-validated .custom-file-input:invalid ~ .invalid-feedback,
.was-validated .custom-file-input:invalid ~ .invalid-tooltip, .custom-file-input.is-invalid ~ .invalid-feedback,
.custom-file-input.is-invalid ~ .invalid-tooltip {
    display: block;
}

.was-validated .custom-file-input:invalid:focus ~ .custom-file-label, .custom-file-input.is-invalid:focus ~ .custom-file-label {
    box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}

.form-inline {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -ms-flex-align: center;
    align-items: center;
}

.form-inline .form-check {
    width: 100%;
}

@media (min-width: 320px) {
    .form-inline label {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: center;
        align-items: center;
        -ms-flex-pack: center;
        justify-content: center;
        margin-bottom: 0;
    }
    .form-inline .form-group {
        display: -ms-flexbox;
        display: flex;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        -ms-flex-flow: row wrap;
        flex-flow: row wrap;
        -ms-flex-align: center;
        align-items: center;
        margin-bottom: 0;
    }
    .form-inline .form-control {
        display: inline-block;
        width: auto;
        vertical-align: middle;
    }
    .form-inline .form-control-plaintext {
        display: inline-block;
    }
    .form-inline .input-group {
        width: auto;
    }
    .form-inline .form-check {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: center;
        align-items: center;
        -ms-flex-pack: center;
        justify-content: center;
        width: auto;
        padding-left: 0;
    }
    .form-inline .form-check-input {
        position: relative;
        margin-top: 0;
        margin-right: 0.25rem;
        margin-left: 0;
    }
    .form-inline .custom-control {
        -ms-flex-align: center;
        align-items: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
    .form-inline .custom-control-label {
        margin-bottom: 0;
    }
}

.btn {
    display: inline-block;
    font-weight: 400;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: 1px solid transparent;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: 0.25rem;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.btn:hover, .btn:focus {
    text-decoration: none;
}

.btn:focus, .btn.focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

.btn.disabled, .btn:disabled {
    opacity: 0.65;
}

.btn:not(:disabled):not(.disabled) {
    cursor: pointer;
}

.btn:not(:disabled):not(.disabled):active, .btn:not(:disabled):not(.disabled).active {
    background-image: none;
}

a.btn.disabled,
fieldset:disabled a.btn {
    pointer-events: none;
}

.btn-primary {
    color: #ffffff;
    background-color: #007bff;
    border-color: #007bff;
}

.btn-primary:hover {
    color: #ffffff;
    background-color: #0069d9;
    border-color: #0062cc;
}

.btn-primary:focus, .btn-primary.focus {
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
}

.btn-primary.disabled, .btn-primary:disabled {
    color: #ffffff;
    background-color: #007bff;
    border-color: #007bff;
}

.btn-primary:not(:disabled):not(.disabled):active, .btn-primary:not(:disabled):not(.disabled).active,
.show > .btn-primary.dropdown-toggle,
.section_subnav .show > .btn-primary.dropdown-toggle {
    color: #ffffff;
    background-color: #0062cc;
    border-color: #005cbf;
}

.btn-primary:not(:disabled):not(.disabled):active:focus, .btn-primary:not(:disabled):not(.disabled).active:focus,
.show > .btn-primary.dropdown-toggle:focus,
.section_subnav .show > .btn-primary.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
}

.btn-secondary {
    color: #ffffff;
    background-color: #6c757d;
    border-color: #6c757d;
}

.btn-secondary:hover {
    color: #ffffff;
    background-color: #5a6268;
    border-color: #545b62;
}

.btn-secondary:focus, .btn-secondary.focus {
    box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
}

.btn-secondary.disabled, .btn-secondary:disabled {
    color: #ffffff;
    background-color: #6c757d;
    border-color: #6c757d;
}

.btn-secondary:not(:disabled):not(.disabled):active, .btn-secondary:not(:disabled):not(.disabled).active,
.show > .btn-secondary.dropdown-toggle,
.section_subnav .show > .btn-secondary.dropdown-toggle {
    color: #ffffff;
    background-color: #545b62;
    border-color: #4e555b;
}

.btn-secondary:not(:disabled):not(.disabled):active:focus, .btn-secondary:not(:disabled):not(.disabled).active:focus,
.show > .btn-secondary.dropdown-toggle:focus,
.section_subnav .show > .btn-secondary.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
}

.btn-success {
    color: #ffffff;
    background-color: #28a745;
    border-color: #28a745;
}

.btn-success:hover {
    color: #ffffff;
    background-color: #218838;
    border-color: #1e7e34;
}

.btn-success:focus, .btn-success.focus {
    box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
}

.btn-success.disabled, .btn-success:disabled {
    color: #ffffff;
    background-color: #28a745;
    border-color: #28a745;
}

.btn-success:not(:disabled):not(.disabled):active, .btn-success:not(:disabled):not(.disabled).active,
.show > .btn-success.dropdown-toggle,
.section_subnav .show > .btn-success.dropdown-toggle {
    color: #ffffff;
    background-color: #1e7e34;
    border-color: #1c7430;
}

.btn-success:not(:disabled):not(.disabled):active:focus, .btn-success:not(:disabled):not(.disabled).active:focus,
.show > .btn-success.dropdown-toggle:focus,
.section_subnav .show > .btn-success.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
}

.btn-info {
    color: #ffffff;
    background-color: #17a2b8;
    border-color: #17a2b8;
}

.btn-info:hover {
    color: #ffffff;
    background-color: #138496;
    border-color: #117a8b;
}

.btn-info:focus, .btn-info.focus {
    box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}

.btn-info.disabled, .btn-info:disabled {
    color: #ffffff;
    background-color: #17a2b8;
    border-color: #17a2b8;
}

.btn-info:not(:disabled):not(.disabled):active, .btn-info:not(:disabled):not(.disabled).active,
.show > .btn-info.dropdown-toggle,
.section_subnav .show > .btn-info.dropdown-toggle {
    color: #ffffff;
    background-color: #117a8b;
    border-color: #10707f;
}

.btn-info:not(:disabled):not(.disabled):active:focus, .btn-info:not(:disabled):not(.disabled).active:focus,
.show > .btn-info.dropdown-toggle:focus,
.section_subnav .show > .btn-info.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}

.btn-warning {
    color: #212529;
    background-color: #FCF300;
    border-color: #FCF300;
}

.btn-warning:hover {
    color: #212529;
    background-color: #d6ce00;
    border-color: #c9c200;
}

.btn-warning:focus, .btn-warning.focus {
    box-shadow: 0 0 0 0.2rem rgba(252, 243, 0, 0.5);
}

.btn-warning.disabled, .btn-warning:disabled {
    color: #212529;
    background-color: #FCF300;
    border-color: #FCF300;
}

.btn-warning:not(:disabled):not(.disabled):active, .btn-warning:not(:disabled):not(.disabled).active,
.show > .btn-warning.dropdown-toggle,
.section_subnav .show > .btn-warning.dropdown-toggle {
    color: #212529;
    background-color: #c9c200;
    border-color: #bcb600;
}

.btn-warning:not(:disabled):not(.disabled):active:focus, .btn-warning:not(:disabled):not(.disabled).active:focus,
.show > .btn-warning.dropdown-toggle:focus,
.section_subnav .show > .btn-warning.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(252, 243, 0, 0.5);
}

.btn-danger {
    color: #ffffff;
    background-color: #dc3545;
    border-color: #dc3545;
}

.btn-danger:hover {
    color: #ffffff;
    background-color: #c82333;
    border-color: #bd2130;
}

.btn-danger:focus, .btn-danger.focus {
    box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
}

.btn-danger.disabled, .btn-danger:disabled {
    color: #ffffff;
    background-color: #dc3545;
    border-color: #dc3545;
}

.btn-danger:not(:disabled):not(.disabled):active, .btn-danger:not(:disabled):not(.disabled).active,
.show > .btn-danger.dropdown-toggle,
.section_subnav .show > .btn-danger.dropdown-toggle {
    color: #ffffff;
    background-color: #bd2130;
    border-color: #b21f2d;
}

.btn-danger:not(:disabled):not(.disabled):active:focus, .btn-danger:not(:disabled):not(.disabled).active:focus,
.show > .btn-danger.dropdown-toggle:focus,
.section_subnav .show > .btn-danger.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
}

.btn-light {
    color: #212529;
    background-color: #f8f9fa;
    border-color: #f8f9fa;
}

.btn-light:hover {
    color: #212529;
    background-color: #e2e6ea;
    border-color: #dae0e5;
}

.btn-light:focus, .btn-light.focus {
    box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}

.btn-light.disabled, .btn-light:disabled {
    color: #212529;
    background-color: #f8f9fa;
    border-color: #f8f9fa;
}

.btn-light:not(:disabled):not(.disabled):active, .btn-light:not(:disabled):not(.disabled).active,
.show > .btn-light.dropdown-toggle,
.section_subnav .show > .btn-light.dropdown-toggle {
    color: #212529;
    background-color: #dae0e5;
    border-color: #d3d9df;
}

.btn-light:not(:disabled):not(.disabled):active:focus, .btn-light:not(:disabled):not(.disabled).active:focus,
.show > .btn-light.dropdown-toggle:focus,
.section_subnav .show > .btn-light.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}

.btn-dark {
    color: #ffffff;
    background-color: #343a40;
    border-color: #343a40;
}

.btn-dark:hover {
    color: #ffffff;
    background-color: #23272b;
    border-color: #1d2124;
}

.btn-dark:focus, .btn-dark.focus {
    box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}

.btn-dark.disabled, .btn-dark:disabled {
    color: #ffffff;
    background-color: #343a40;
    border-color: #343a40;
}

.btn-dark:not(:disabled):not(.disabled):active, .btn-dark:not(:disabled):not(.disabled).active,
.show > .btn-dark.dropdown-toggle,
.section_subnav .show > .btn-dark.dropdown-toggle {
    color: #ffffff;
    background-color: #1d2124;
    border-color: #171a1d;
}

.btn-dark:not(:disabled):not(.disabled):active:focus, .btn-dark:not(:disabled):not(.disabled).active:focus,
.show > .btn-dark.dropdown-toggle:focus,
.section_subnav .show > .btn-dark.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}

.btn-outline-primary {
    color: #007bff;
    background-color: transparent;
    background-image: none;
    border-color: #007bff;
}

.btn-outline-primary:hover {
    color: #ffffff;
    background-color: #007bff;
    border-color: #007bff;
}

.btn-outline-primary:focus, .btn-outline-primary.focus {
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
}

.btn-outline-primary.disabled, .btn-outline-primary:disabled {
    color: #007bff;
    background-color: transparent;
}

.btn-outline-primary:not(:disabled):not(.disabled):active, .btn-outline-primary:not(:disabled):not(.disabled).active,
.show > .btn-outline-primary.dropdown-toggle,
.section_subnav .show > .btn-outline-primary.dropdown-toggle {
    color: #ffffff;
    background-color: #007bff;
    border-color: #007bff;
}

.btn-outline-primary:not(:disabled):not(.disabled):active:focus, .btn-outline-primary:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-primary.dropdown-toggle:focus,
.section_subnav .show > .btn-outline-primary.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
}

.btn-outline-secondary {
    color: #6c757d;
    background-color: transparent;
    background-image: none;
    border-color: #6c757d;
}

.btn-outline-secondary:hover {
    color: #ffffff;
    background-color: #6c757d;
    border-color: #6c757d;
}

.btn-outline-secondary:focus, .btn-outline-secondary.focus {
    box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
}

.btn-outline-secondary.disabled, .btn-outline-secondary:disabled {
    color: #6c757d;
    background-color: transparent;
}

.btn-outline-secondary:not(:disabled):not(.disabled):active, .btn-outline-secondary:not(:disabled):not(.disabled).active,
.show > .btn-outline-secondary.dropdown-toggle,
.section_subnav .show > .btn-outline-secondary.dropdown-toggle {
    color: #ffffff;
    background-color: #6c757d;
    border-color: #6c757d;
}

.btn-outline-secondary:not(:disabled):not(.disabled):active:focus, .btn-outline-secondary:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-secondary.dropdown-toggle:focus,
.section_subnav .show > .btn-outline-secondary.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
}

.btn-outline-success {
    color: #28a745;
    background-color: transparent;
    background-image: none;
    border-color: #28a745;
}

.btn-outline-success:hover {
    color: #ffffff;
    background-color: #28a745;
    border-color: #28a745;
}

.btn-outline-success:focus, .btn-outline-success.focus {
    box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
}

.btn-outline-success.disabled, .btn-outline-success:disabled {
    color: #28a745;
    background-color: transparent;
}

.btn-outline-success:not(:disabled):not(.disabled):active, .btn-outline-success:not(:disabled):not(.disabled).active,
.show > .btn-outline-success.dropdown-toggle,
.section_subnav .show > .btn-outline-success.dropdown-toggle {
    color: #ffffff;
    background-color: #28a745;
    border-color: #28a745;
}

.btn-outline-success:not(:disabled):not(.disabled):active:focus, .btn-outline-success:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-success.dropdown-toggle:focus,
.section_subnav .show > .btn-outline-success.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
}

.btn-outline-info {
    color: #17a2b8;
    background-color: transparent;
    background-image: none;
    border-color: #17a2b8;
}

.btn-outline-info:hover {
    color: #ffffff;
    background-color: #17a2b8;
    border-color: #17a2b8;
}

.btn-outline-info:focus, .btn-outline-info.focus {
    box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}

.btn-outline-info.disabled, .btn-outline-info:disabled {
    color: #17a2b8;
    background-color: transparent;
}

.btn-outline-info:not(:disabled):not(.disabled):active, .btn-outline-info:not(:disabled):not(.disabled).active,
.show > .btn-outline-info.dropdown-toggle,
.section_subnav .show > .btn-outline-info.dropdown-toggle {
    color: #ffffff;
    background-color: #17a2b8;
    border-color: #17a2b8;
}

.btn-outline-info:not(:disabled):not(.disabled):active:focus, .btn-outline-info:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-info.dropdown-toggle:focus,
.section_subnav .show > .btn-outline-info.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}

.btn-outline-warning {
    color: #FCF300;
    background-color: transparent;
    background-image: none;
    border-color: #FCF300;
}

.btn-outline-warning:hover {
    color: #212529;
    background-color: #FCF300;
    border-color: #FCF300;
}

.btn-outline-warning:focus, .btn-outline-warning.focus {
    box-shadow: 0 0 0 0.2rem rgba(252, 243, 0, 0.5);
}

.btn-outline-warning.disabled, .btn-outline-warning:disabled {
    color: #FCF300;
    background-color: transparent;
}

.btn-outline-warning:not(:disabled):not(.disabled):active, .btn-outline-warning:not(:disabled):not(.disabled).active,
.show > .btn-outline-warning.dropdown-toggle,
.section_subnav .show > .btn-outline-warning.dropdown-toggle {
    color: #212529;
    background-color: #FCF300;
    border-color: #FCF300;
}

.btn-outline-warning:not(:disabled):not(.disabled):active:focus, .btn-outline-warning:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-warning.dropdown-toggle:focus,
.section_subnav .show > .btn-outline-warning.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(252, 243, 0, 0.5);
}

.btn-outline-danger {
    color: #dc3545;
    background-color: transparent;
    background-image: none;
    border-color: #dc3545;
}

.btn-outline-danger:hover {
    color: #ffffff;
    background-color: #dc3545;
    border-color: #dc3545;
}

.btn-outline-danger:focus, .btn-outline-danger.focus {
    box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
}

.btn-outline-danger.disabled, .btn-outline-danger:disabled {
    color: #dc3545;
    background-color: transparent;
}

.btn-outline-danger:not(:disabled):not(.disabled):active, .btn-outline-danger:not(:disabled):not(.disabled).active,
.show > .btn-outline-danger.dropdown-toggle,
.section_subnav .show > .btn-outline-danger.dropdown-toggle {
    color: #ffffff;
    background-color: #dc3545;
    border-color: #dc3545;
}

.btn-outline-danger:not(:disabled):not(.disabled):active:focus, .btn-outline-danger:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-danger.dropdown-toggle:focus,
.section_subnav .show > .btn-outline-danger.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
}

.btn-outline-light {
    color: #f8f9fa;
    background-color: transparent;
    background-image: none;
    border-color: #f8f9fa;
}

.btn-outline-light:hover {
    color: #212529;
    background-color: #f8f9fa;
    border-color: #f8f9fa;
}

.btn-outline-light:focus, .btn-outline-light.focus {
    box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}

.btn-outline-light.disabled, .btn-outline-light:disabled {
    color: #f8f9fa;
    background-color: transparent;
}

.btn-outline-light:not(:disabled):not(.disabled):active, .btn-outline-light:not(:disabled):not(.disabled).active,
.show > .btn-outline-light.dropdown-toggle,
.section_subnav .show > .btn-outline-light.dropdown-toggle {
    color: #212529;
    background-color: #f8f9fa;
    border-color: #f8f9fa;
}

.btn-outline-light:not(:disabled):not(.disabled):active:focus, .btn-outline-light:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-light.dropdown-toggle:focus,
.section_subnav .show > .btn-outline-light.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}

.btn-outline-dark {
    color: #343a40;
    background-color: transparent;
    background-image: none;
    border-color: #343a40;
}

.btn-outline-dark:hover {
    color: #ffffff;
    background-color: #343a40;
    border-color: #343a40;
}

.btn-outline-dark:focus, .btn-outline-dark.focus {
    box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}

.btn-outline-dark.disabled, .btn-outline-dark:disabled {
    color: #343a40;
    background-color: transparent;
}

.btn-outline-dark:not(:disabled):not(.disabled):active, .btn-outline-dark:not(:disabled):not(.disabled).active,
.show > .btn-outline-dark.dropdown-toggle,
.section_subnav .show > .btn-outline-dark.dropdown-toggle {
    color: #ffffff;
    background-color: #343a40;
    border-color: #343a40;
}

.btn-outline-dark:not(:disabled):not(.disabled):active:focus, .btn-outline-dark:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-dark.dropdown-toggle:focus,
.section_subnav .show > .btn-outline-dark.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}

.btn-link {
    font-weight: 400;
    color: #007bff;
    background-color: transparent;
}

.btn-link:hover {
    color: #0056b3;
    text-decoration: underline;
    background-color: transparent;
    border-color: transparent;
}

.btn-link:focus, .btn-link.focus {
    text-decoration: underline;
    border-color: transparent;
    box-shadow: none;
}

.btn-link:disabled, .btn-link.disabled {
    color: #6c757d;
}

.btn-lg {
    padding: 0.5rem 1rem;
    font-size: 1.25rem;
    line-height: 1.5;
    border-radius: 0.3rem;
}

.btn-sm {
    padding: 0.25rem 0.5rem;
    font-size: 0.875rem;
    line-height: 1.5;
    border-radius: 0.2rem;
}

.btn-block {
    display: block;
    width: 100%;
}

.btn-block + .btn-block {
    margin-top: 0.5rem;
}

input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
    width: 100%;
}

.fade {
    opacity: 0;
    transition: opacity 0.15s linear;
}

.fade.show {
    opacity: 1;
}

.collapse {
    display: none;
}

.collapse.show {
    display: block;
}

tr.collapse.show {
    display: table-row;
}

tbody.collapse.show {
    display: table-row-group;
}

.collapsing {
    position: relative;
    height: 0;
    overflow: hidden;
    transition: height 0.35s ease;
}

.dropup,
.dropdown {
    position: relative;
}

.dropdown-toggle::after, .section_subnav .dropdown-toggle::after {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 0.255em;
    vertical-align: 0.255em;
    content: "";
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-bottom: 0;
    border-left: 0.3em solid transparent;
}

.dropdown-toggle:empty::after {
    margin-left: 0;
}

.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 10rem;
    padding: 0.5rem 0;
    margin: 0.125rem 0 0;
    font-size: 1rem;
    color: #212529;
    text-align: left;
    list-style: none;
    background-color: #ffffff;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 0.25rem;
}

.dropup .dropdown-menu {
    margin-top: 0;
    margin-bottom: 0.125rem;
}

.dropup .dropdown-toggle::after {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 0.255em;
    vertical-align: 0.255em;
    content: "";
    border-top: 0;
    border-right: 0.3em solid transparent;
    border-bottom: 0.3em solid;
    border-left: 0.3em solid transparent;
}

.dropup .dropdown-toggle:empty::after {
    margin-left: 0;
}

.dropright .dropdown-menu {
    margin-top: 0;
    margin-left: 0.125rem;
}

.dropright .dropdown-toggle::after {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 0.255em;
    vertical-align: 0.255em;
    content: "";
    border-top: 0.3em solid transparent;
    border-bottom: 0.3em solid transparent;
    border-left: 0.3em solid;
}

.dropright .dropdown-toggle:empty::after {
    margin-left: 0;
}

.dropright .dropdown-toggle::after {
    vertical-align: 0;
}

.dropleft .dropdown-menu {
    margin-top: 0;
    margin-right: 0.125rem;
}

.dropleft .dropdown-toggle::after {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 0.255em;
    vertical-align: 0.255em;
    content: "";
}

.dropleft .dropdown-toggle::after {
    display: none;
}

.dropleft .dropdown-toggle::before {
    display: inline-block;
    width: 0;
    height: 0;
    margin-right: 0.255em;
    vertical-align: 0.255em;
    content: "";
    border-top: 0.3em solid transparent;
    border-right: 0.3em solid;
    border-bottom: 0.3em solid transparent;
}

.dropleft .dropdown-toggle:empty::after {
    margin-left: 0;
}

.dropleft .dropdown-toggle::before {
    vertical-align: 0;
}

.dropdown-divider {
    height: 0;
    margin: 0.5rem 0;
    overflow: hidden;
    border-top: 1px solid #e9ecef;
}

.dropdown-item {
    display: block;
    width: 100%;
    padding: 0.25rem 1.5rem;
    clear: both;
    font-weight: 400;
    color: #212529;
    text-align: inherit;
    white-space: nowrap;
    background-color: transparent;
    border: 0;
}

.dropdown-item:hover, .dropdown-item:focus {
    color: #16181b;
    text-decoration: none;
    background-color: #f8f9fa;
}

.dropdown-item.active, .dropdown-item:active {
    color: #ffffff;
    text-decoration: none;
    background-color: #007bff;
}

.dropdown-item.disabled, .dropdown-item:disabled {
    color: #6c757d;
    background-color: transparent;
}

.dropdown-menu.show {
    display: block;
}

.dropdown-header {
    display: block;
    padding: 0.5rem 1.5rem;
    margin-bottom: 0;
    font-size: 0.875rem;
    color: #6c757d;
    white-space: nowrap;
}

.custom-control {
    position: relative;
    display: block;
    min-height: 1.5rem;
    padding-left: 1.5rem;
}

.custom-control-inline {
    display: -ms-inline-flexbox;
    display: inline-flex;
    margin-right: 1rem;
}

.custom-control-input {
    position: absolute;
    z-index: -1;
    opacity: 0;
}

.custom-control-input:checked ~ .custom-control-label::before {
    color: #ffffff;
    background-color: #007bff;
}

.custom-control-input:focus ~ .custom-control-label::before {
    box-shadow: 0 0 0 1px #ffffff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

.custom-control-input:active ~ .custom-control-label::before {
    color: #ffffff;
    background-color: #b3d7ff;
}

.custom-control-input:disabled ~ .custom-control-label {
    color: #6c757d;
}

.custom-control-input:disabled ~ .custom-control-label::before {
    background-color: #e9ecef;
}

.custom-control-label {
    margin-bottom: 0;
}

.custom-control-label::before {
    position: absolute;
    top: 0.25rem;
    left: 0;
    display: block;
    width: 1rem;
    height: 1rem;
    pointer-events: none;
    content: "";
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-color: #dee2e6;
}

.custom-control-label::after {
    position: absolute;
    top: 0.25rem;
    left: 0;
    display: block;
    width: 1rem;
    height: 1rem;
    content: "";
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 50% 50%;
}

.custom-checkbox .custom-control-label::before {
    border-radius: 0.25rem;
}

.custom-checkbox .custom-control-input:checked ~ .custom-control-label::before {
    background-color: #007bff;
}

.custom-checkbox .custom-control-input:checked ~ .custom-control-label::after {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='%23ffffff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z'/%3E%3C/svg%3E");
}

.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::before {
    background-color: #007bff;
}

.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::after {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 4'%3E%3Cpath stroke='%23ffffff' d='M0 2h4'/%3E%3C/svg%3E");
}

.custom-checkbox .custom-control-input:disabled:checked ~ .custom-control-label::before {
    background-color: rgba(0, 123, 255, 0.5);
}

.custom-checkbox .custom-control-input:disabled:indeterminate ~ .custom-control-label::before {
    background-color: rgba(0, 123, 255, 0.5);
}

.custom-radio .custom-control-label::before {
    border-radius: 50%;
}

.custom-radio .custom-control-input:checked ~ .custom-control-label::before {
    background-color: #007bff;
}

.custom-radio .custom-control-input:checked ~ .custom-control-label::after {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3E%3Ccircle r='3' fill='%23ffffff'/%3E%3C/svg%3E");
}

.custom-radio .custom-control-input:disabled:checked ~ .custom-control-label::before {
    background-color: rgba(0, 123, 255, 0.5);
}

.custom-select {
    display: inline-block;
    width: 100%;
    height: calc(2.25rem + 2px);
    padding: 0.375rem 1.75rem 0.375rem 0.75rem;
    line-height: 1.5;
    color: #495057;
    vertical-align: middle;
    background: #ffffff url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3E%3Cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3E%3C/svg%3E") no-repeat right 0.75rem center;
    background-size: 8px 10px;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.custom-select:focus {
    border-color: #80bdff;
    outline: 0;
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.075), 0 0 5px rgba(128, 189, 255, 0.5);
}

.custom-select:focus::-ms-value {
    color: #495057;
    background-color: #ffffff;
}

.custom-select[multiple], .custom-select[size]:not([size="1"]) {
    height: auto;
    padding-right: 0.75rem;
    background-image: none;
}

.custom-select:disabled {
    color: #6c757d;
    background-color: #e9ecef;
}

.custom-select::-ms-expand {
    opacity: 0;
}

.custom-select-sm {
    height: calc(1.8125rem + 2px);
    padding-top: 0.375rem;
    padding-bottom: 0.375rem;
    font-size: 75%;
}

.custom-select-lg {
    height: calc(2.875rem + 2px);
    padding-top: 0.375rem;
    padding-bottom: 0.375rem;
    font-size: 125%;
}

.custom-file {
    position: relative;
    display: inline-block;
    width: 100%;
    height: calc(2.25rem + 2px);
    margin-bottom: 0;
}

.custom-file-input {
    position: relative;
    z-index: 2;
    width: 100%;
    height: calc(2.25rem + 2px);
    margin: 0;
    opacity: 0;
}

.custom-file-input:focus ~ .custom-file-control {
    border-color: #80bdff;
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

.custom-file-input:focus ~ .custom-file-control::before {
    border-color: #80bdff;
}

.custom-file-input:lang(en) ~ .custom-file-label::after {
    content: "Browse";
}

.custom-file-label {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1;
    height: calc(2.25rem + 2px);
    padding: 0.375rem 0.75rem;
    line-height: 1.5;
    color: #495057;
    background-color: #ffffff;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
}

.custom-file-label::after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 3;
    display: block;
    height: calc(calc(2.25rem + 2px) - 1px * 2);
    padding: 0.375rem 0.75rem;
    line-height: 1.5;
    color: #495057;
    content: "Browse";
    background-color: #e9ecef;
    border-left: 1px solid #ced4da;
    border-radius: 0 0.25rem 0.25rem 0;
}

.nav {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
}

.nav-link {
    display: block;
    padding: 0.5rem 1rem;
}

.nav-link:hover, .nav-link:focus {
    text-decoration: none;
}

.nav-link.disabled {
    color: #6c757d;
}

.nav-tabs {
    border-bottom: 1px solid #dee2e6;
}

.nav-tabs .nav-item {
    margin-bottom: -1px;
}

.nav-tabs .nav-link {
    border: 1px solid transparent;
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem;
}

.nav-tabs .nav-link:hover, .nav-tabs .nav-link:focus {
    border-color: #e9ecef #e9ecef #dee2e6;
}

.nav-tabs .nav-link.disabled {
    color: #6c757d;
    background-color: transparent;
    border-color: transparent;
}

.nav-tabs .nav-link.active,
.nav-tabs .nav-item.show .nav-link {
    color: #495057;
    background-color: #ffffff;
    border-color: #dee2e6 #dee2e6 #ffffff;
}

.nav-tabs .dropdown-menu {
    margin-top: -1px;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

.nav-pills .nav-link {
    border-radius: 0.25rem;
}

.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
    color: #ffffff;
    background-color: #007bff;
}

.nav-fill .nav-item {
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    text-align: center;
}

.nav-justified .nav-item {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    text-align: center;
}

.tab-content > .tab-pane {
    display: none;
}

.tab-content > .active {
    display: block;
}

.card {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #ffffff;
    background-clip: border-box;
    border: 1px solid rgba(0, 0, 0, 0.125);
    border-radius: 0.25rem;
}

.card > hr {
    margin-right: 0;
    margin-left: 0;
}

.card > .list-group:first-child .list-group-item:first-child {
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem;
}

.card > .list-group:last-child .list-group-item:last-child {
    border-bottom-right-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
}

.card-body {
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 1.25rem;
}

.card-title {
    margin-bottom: 0.75rem;
}

.card-subtitle {
    margin-top: -0.375rem;
    margin-bottom: 0;
}

.card-text:last-child {
    margin-bottom: 0;
}

.card-link:hover {
    text-decoration: none;
}

.card-link + .card-link {
    margin-left: 1.25rem;
}

.card-header {
    padding: 0.75rem 1.25rem;
    margin-bottom: 0;
    background-color: rgba(0, 0, 0, 0.03);
    border-bottom: 1px solid rgba(0, 0, 0, 0.125);
}

.card-header:first-child {
    border-radius: calc(0.25rem - 1px) calc(0.25rem - 1px) 0 0;
}

.card-header + .list-group .list-group-item:first-child {
    border-top: 0;
}

.card-footer {
    padding: 0.75rem 1.25rem;
    background-color: rgba(0, 0, 0, 0.03);
    border-top: 1px solid rgba(0, 0, 0, 0.125);
}

.card-footer:last-child {
    border-radius: 0 0 calc(0.25rem - 1px) calc(0.25rem - 1px);
}

.card-header-tabs {
    margin-right: -0.625rem;
    margin-bottom: -0.75rem;
    margin-left: -0.625rem;
    border-bottom: 0;
}

.card-header-pills {
    margin-right: -0.625rem;
    margin-left: -0.625rem;
}

.card-img-overlay {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    padding: 1.25rem;
}

.card-img {
    width: 100%;
    border-radius: calc(0.25rem - 1px);
}

.card-img-top {
    width: 100%;
    border-top-left-radius: calc(0.25rem - 1px);
    border-top-right-radius: calc(0.25rem - 1px);
}

.card-img-bottom {
    width: 100%;
    border-bottom-right-radius: calc(0.25rem - 1px);
    border-bottom-left-radius: calc(0.25rem - 1px);
}

.card-deck {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
}

.card-deck .card {
    margin-bottom: 15px;
}

@media (min-width: 320px) {
    .card-deck {
        -ms-flex-flow: row wrap;
        flex-flow: row wrap;
        margin-right: -15px;
        margin-left: -15px;
    }
    .card-deck .card {
        display: -ms-flexbox;
        display: flex;
        -ms-flex: 1 0 0%;
        flex: 1 0 0%;
        -ms-flex-direction: column;
        flex-direction: column;
        margin-right: 15px;
        margin-bottom: 0;
        margin-left: 15px;
    }
}

.card-group {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
}

.card-group > .card {
    margin-bottom: 15px;
}

@media (min-width: 320px) {
    .card-group {
        -ms-flex-flow: row wrap;
        flex-flow: row wrap;
    }
    .card-group > .card {
        -ms-flex: 1 0 0%;
        flex: 1 0 0%;
        margin-bottom: 0;
    }
    .card-group > .card + .card {
        margin-left: 0;
        border-left: 0;
    }
    .card-group > .card:first-child {
        border-top-right-radius: 0;
        border-bottom-right-radius: 0;
    }
    .card-group > .card:first-child .card-img-top,
    .card-group > .card:first-child .card-header {
        border-top-right-radius: 0;
    }
    .card-group > .card:first-child .card-img-bottom,
    .card-group > .card:first-child .card-footer {
        border-bottom-right-radius: 0;
    }
    .card-group > .card:last-child {
        border-top-left-radius: 0;
        border-bottom-left-radius: 0;
    }
    .card-group > .card:last-child .card-img-top,
    .card-group > .card:last-child .card-header {
        border-top-left-radius: 0;
    }
    .card-group > .card:last-child .card-img-bottom,
    .card-group > .card:last-child .card-footer {
        border-bottom-left-radius: 0;
    }
    .card-group > .card:only-child {
        border-radius: 0.25rem;
    }
    .card-group > .card:only-child .card-img-top,
    .card-group > .card:only-child .card-header {
        border-top-left-radius: 0.25rem;
        border-top-right-radius: 0.25rem;
    }
    .card-group > .card:only-child .card-img-bottom,
    .card-group > .card:only-child .card-footer {
        border-bottom-right-radius: 0.25rem;
        border-bottom-left-radius: 0.25rem;
    }
    .card-group > .card:not(:first-child):not(:last-child):not(:only-child) {
        border-radius: 0;
    }
    .card-group > .card:not(:first-child):not(:last-child):not(:only-child) .card-img-top,
    .card-group > .card:not(:first-child):not(:last-child):not(:only-child) .card-img-bottom,
    .card-group > .card:not(:first-child):not(:last-child):not(:only-child) .card-header,
    .card-group > .card:not(:first-child):not(:last-child):not(:only-child) .card-footer {
        border-radius: 0;
    }
}

.card-columns .card {
    margin-bottom: 0.75rem;
}

@media (min-width: 320px) {
    .card-columns {
        column-count: 3;
        column-gap: 1.25rem;
    }
    .card-columns .card {
        display: inline-block;
        width: 100%;
    }
}

.breadcrumb {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 0.75rem 1rem;
    margin-bottom: 1rem;
    list-style: none;
    background-color: #e9ecef;
    border-radius: 0.25rem;
}

.breadcrumb-item + .breadcrumb-item::before {
    display: inline-block;
    padding-right: 0.5rem;
    padding-left: 0.5rem;
    color: #6c757d;
    content: "/";
}

.breadcrumb-item + .breadcrumb-item:hover::before {
    text-decoration: underline;
}

.breadcrumb-item + .breadcrumb-item:hover::before {
    text-decoration: none;
}

.breadcrumb-item.active {
    color: #6c757d;
}

.pagination {
    display: -ms-flexbox;
    display: flex;
    padding-left: 0;
    list-style: none;
    border-radius: 0.25rem;
}

.page-link {
    position: relative;
    display: block;
    padding: 0.5rem 0.75rem;
    margin-left: -1px;
    line-height: 1.25;
    color: #007bff;
    background-color: #ffffff;
    border: 1px solid #dee2e6;
}

.page-link:hover {
    color: #0056b3;
    text-decoration: none;
    background-color: #e9ecef;
    border-color: #dee2e6;
}

.page-link:focus {
    z-index: 2;
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

.page-link:not(:disabled):not(.disabled) {
    cursor: pointer;
}

.page-item:first-child .page-link {
    margin-left: 0;
    border-top-left-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
}

.page-item:last-child .page-link {
    border-top-right-radius: 0.25rem;
    border-bottom-right-radius: 0.25rem;
}

.page-item.active .page-link {
    z-index: 1;
    color: #ffffff;
    background-color: #007bff;
    border-color: #007bff;
}

.page-item.disabled .page-link {
    color: #6c757d;
    pointer-events: none;
    cursor: auto;
    background-color: #ffffff;
    border-color: #dee2e6;
}

.pagination-lg .page-link {
    padding: 0.75rem 1.5rem;
    font-size: 1.25rem;
    line-height: 1.5;
}

.pagination-lg .page-item:first-child .page-link {
    border-top-left-radius: 0.3rem;
    border-bottom-left-radius: 0.3rem;
}

.pagination-lg .page-item:last-child .page-link {
    border-top-right-radius: 0.3rem;
    border-bottom-right-radius: 0.3rem;
}

.pagination-sm .page-link {
    padding: 0.25rem 0.5rem;
    font-size: 0.875rem;
    line-height: 1.5;
}

.pagination-sm .page-item:first-child .page-link {
    border-top-left-radius: 0.2rem;
    border-bottom-left-radius: 0.2rem;
}

.pagination-sm .page-item:last-child .page-link {
    border-top-right-radius: 0.2rem;
    border-bottom-right-radius: 0.2rem;
}

.alert {
    position: relative;
    padding: 0.75rem 1.25rem;
    margin-bottom: 1rem;
    border: 1px solid transparent;
    border-radius: 0.25rem;
}

.alert-heading {
    color: inherit;
}

.alert-link {
    font-weight: 700;
}

.alert-dismissible {
    padding-right: 4rem;
}

.alert-dismissible .close {
    position: absolute;
    top: 0;
    right: 0;
    padding: 0.75rem 1.25rem;
    color: inherit;
}

.alert-primary {
    color: #004085;
    background-color: #cce5ff;
    border-color: #b8daff;
}

.alert-primary hr {
    border-top-color: #9fcdff;
}

.alert-primary .alert-link {
    color: #002752;
}

.alert-secondary {
    color: #383d41;
    background-color: #e2e3e5;
    border-color: #d6d8db;
}

.alert-secondary hr {
    border-top-color: #c8cbcf;
}

.alert-secondary .alert-link {
    color: #202326;
}

.alert-success {
    color: #155724;
    background-color: #d4edda;
    border-color: #c3e6cb;
}

.alert-success hr {
    border-top-color: #b1dfbb;
}

.alert-success .alert-link {
    color: #0b2e13;
}

.alert-info {
    color: #0c5460;
    background-color: #d1ecf1;
    border-color: #bee5eb;
}

.alert-info hr {
    border-top-color: #abdde5;
}

.alert-info .alert-link {
    color: #062c33;
}

.alert-warning {
    color: #837e00;
    background-color: #fefdcc;
    border-color: #fefcb8;
}

.alert-warning hr {
    border-top-color: #fefb9f;
}

.alert-warning .alert-link {
    color: #504d00;
}

.alert-danger {
    color: #721c24;
    background-color: #f8d7da;
    border-color: #f5c6cb;
}

.alert-danger hr {
    border-top-color: #f1b0b7;
}

.alert-danger .alert-link {
    color: #491217;
}

.alert-light {
    color: #818182;
    background-color: #fefefe;
    border-color: #fdfdfe;
}

.alert-light hr {
    border-top-color: #ececf6;
}

.alert-light .alert-link {
    color: #686868;
}

.alert-dark {
    color: #1b1e21;
    background-color: #d6d8d9;
    border-color: #c6c8ca;
}

.alert-dark hr {
    border-top-color: #b9bbbe;
}

.alert-dark .alert-link {
    color: #040505;
}

.media {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: start;
    align-items: flex-start;
}

.media-body {
    -ms-flex: 1;
    flex: 1;
}

.tooltip {
    position: absolute;
    z-index: 1070;
    display: block;
    margin: 0;
    font-family: "Montserrat", sans-serif;
    font-style: normal;
    font-weight: 400;
    line-height: 1.5;
    text-align: left;
    text-align: start;
    text-decoration: none;
    text-shadow: none;
    text-transform: none;
    letter-spacing: normal;
    word-break: normal;
    word-spacing: normal;
    white-space: normal;
    line-break: auto;
    font-size: 0.875rem;
    word-wrap: break-word;
    opacity: 0;
}

.tooltip.show {
    opacity: 0.9;
}

.tooltip .arrow {
    position: absolute;
    display: block;
    width: 0.8rem;
    height: 0.4rem;
}

.tooltip .arrow::before {
    position: absolute;
    content: "";
    border-color: transparent;
    border-style: solid;
}

.bs-tooltip-top, .bs-tooltip-auto[x-placement^="top"] {
    padding: 0.4rem 0;
}

.bs-tooltip-top .arrow, .bs-tooltip-auto[x-placement^="top"] .arrow {
    bottom: 0;
}

.bs-tooltip-top .arrow::before, .bs-tooltip-auto[x-placement^="top"] .arrow::before {
    top: 0;
    border-width: 0.4rem 0.4rem 0;
    border-top-color: #000000;
}

.bs-tooltip-right, .bs-tooltip-auto[x-placement^="right"] {
    padding: 0 0.4rem;
}

.bs-tooltip-right .arrow, .bs-tooltip-auto[x-placement^="right"] .arrow {
    left: 0;
    width: 0.4rem;
    height: 0.8rem;
}

.bs-tooltip-right .arrow::before, .bs-tooltip-auto[x-placement^="right"] .arrow::before {
    right: 0;
    border-width: 0.4rem 0.4rem 0.4rem 0;
    border-right-color: #000000;
}

.bs-tooltip-bottom, .bs-tooltip-auto[x-placement^="bottom"] {
    padding: 0.4rem 0;
}

.bs-tooltip-bottom .arrow, .bs-tooltip-auto[x-placement^="bottom"] .arrow {
    top: 0;
}

.bs-tooltip-bottom .arrow::before, .bs-tooltip-auto[x-placement^="bottom"] .arrow::before {
    bottom: 0;
    border-width: 0 0.4rem 0.4rem;
    border-bottom-color: #000000;
}

.bs-tooltip-left, .bs-tooltip-auto[x-placement^="left"] {
    padding: 0 0.4rem;
}

.bs-tooltip-left .arrow, .bs-tooltip-auto[x-placement^="left"] .arrow {
    right: 0;
    width: 0.4rem;
    height: 0.8rem;
}

.bs-tooltip-left .arrow::before, .bs-tooltip-auto[x-placement^="left"] .arrow::before {
    left: 0;
    border-width: 0.4rem 0 0.4rem 0.4rem;
    border-left-color: #000000;
}

.tooltip-inner {
    max-width: 200px;
    padding: 0.25rem 0.5rem;
    color: #ffffff;
    text-align: center;
    background-color: #000000;
    border-radius: 0.25rem;
}

.carousel {
    position: relative;
}

.carousel-inner {
    position: relative;
    width: 100%;
    overflow: hidden;
}

.carousel-item {
    position: relative;
    display: none;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    transition: transform 0.6s ease;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    perspective: 1000px;
}

.carousel-item.active,
.carousel-item-next,
.carousel-item-prev {
    display: block;
}

.carousel-item-next,
.carousel-item-prev {
    position: absolute;
    top: 0;
}

.carousel-item-next.carousel-item-left,
.carousel-item-prev.carousel-item-right {
    -ms-transform: translateX(0);
    transform: translateX(0);
}

@supports (transform-style: preserve-3d) {
    .carousel-item-next.carousel-item-left,
    .carousel-item-prev.carousel-item-right {
        transform: translate3d(0, 0, 0);
    }
}

.carousel-item-next,
.active.carousel-item-right {
    -ms-transform: translateX(100%);
    transform: translateX(100%);
}

@supports (transform-style: preserve-3d) {
    .carousel-item-next,
    .active.carousel-item-right {
        transform: translate3d(100%, 0, 0);
    }
}

.carousel-item-prev,
.active.carousel-item-left {
    -ms-transform: translateX(-100%);
    transform: translateX(-100%);
}

@supports (transform-style: preserve-3d) {
    .carousel-item-prev,
    .active.carousel-item-left {
        transform: translate3d(-100%, 0, 0);
    }
}

.carousel-control-prev,
.carousel-control-next {
    position: absolute;
    top: 0;
    bottom: 0;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 15%;
    color: #ffffff;
    text-align: center;
    opacity: 0.5;
}

.carousel-control-prev:hover, .carousel-control-prev:focus,
.carousel-control-next:hover,
.carousel-control-next:focus {
    color: #ffffff;
    text-decoration: none;
    outline: 0;
    opacity: .9;
}

.carousel-control-prev {
    left: 0;
}

.carousel-control-next {
    right: 0;
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
    display: inline-block;
    width: 20px;
    height: 20px;
    background: transparent no-repeat center center;
    background-size: 100% 100%;
}

.carousel-control-prev-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23ffffff' viewBox='0 0 8 8'%3E%3Cpath d='M5.25 0l-4 4 4 4 1.5-1.5-2.5-2.5 2.5-2.5-1.5-1.5z'/%3E%3C/svg%3E");
}

.carousel-control-next-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23ffffff' viewBox='0 0 8 8'%3E%3Cpath d='M2.75 0l-1.5 1.5 2.5 2.5-2.5 2.5 1.5 1.5 4-4-4-4z'/%3E%3C/svg%3E");
}

.carousel-indicators {
    position: absolute;
    right: 0;
    bottom: 10px;
    left: 0;
    z-index: 15;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    padding-left: 0;
    margin-right: 15%;
    margin-left: 15%;
    list-style: none;
}

.carousel-indicators li {
    position: relative;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    width: 30px;
    height: 3px;
    margin-right: 3px;
    margin-left: 3px;
    text-indent: -999px;
    background-color: rgba(255, 255, 255, 0.5);
}

.carousel-indicators li::before {
    position: absolute;
    top: -10px;
    left: 0;
    display: inline-block;
    width: 100%;
    height: 10px;
    content: "";
}

.carousel-indicators li::after {
    position: absolute;
    bottom: -10px;
    left: 0;
    display: inline-block;
    width: 100%;
    height: 10px;
    content: "";
}

.carousel-indicators .active {
    background-color: #ffffff;
}

.carousel-caption {
    position: absolute;
    right: 15%;
    bottom: 20px;
    left: 15%;
    z-index: 10;
    padding-top: 20px;
    padding-bottom: 20px;
    color: #ffffff;
    text-align: center;
}

.align-baseline {
    vertical-align: baseline !important;
}

.align-top {
    vertical-align: top !important;
}

.align-middle {
    vertical-align: middle !important;
}

.align-bottom {
    vertical-align: bottom !important;
}

.align-text-bottom {
    vertical-align: text-bottom !important;
}

.align-text-top {
    vertical-align: text-top !important;
}

.bg-primary {
    background-color: #007bff !important;
}

a.bg-primary:hover, a.bg-primary:focus,
button.bg-primary:hover,
button.bg-primary:focus {
    background-color: #0062cc !important;
}

.bg-secondary {
    background-color: #6c757d !important;
}

a.bg-secondary:hover, a.bg-secondary:focus,
button.bg-secondary:hover,
button.bg-secondary:focus {
    background-color: #545b62 !important;
}

.bg-success {
    background-color: #28a745 !important;
}

a.bg-success:hover, a.bg-success:focus,
button.bg-success:hover,
button.bg-success:focus {
    background-color: #1e7e34 !important;
}

.bg-info {
    background-color: #17a2b8 !important;
}

a.bg-info:hover, a.bg-info:focus,
button.bg-info:hover,
button.bg-info:focus {
    background-color: #117a8b !important;
}

.bg-warning {
    background-color: #FCF300 !important;
}

a.bg-warning:hover, a.bg-warning:focus,
button.bg-warning:hover,
button.bg-warning:focus {
    background-color: #c9c200 !important;
}

.bg-danger {
    background-color: #dc3545 !important;
}

a.bg-danger:hover, a.bg-danger:focus,
button.bg-danger:hover,
button.bg-danger:focus {
    background-color: #bd2130 !important;
}

.bg-light {
    background-color: #f8f9fa !important;
}

a.bg-light:hover, a.bg-light:focus,
button.bg-light:hover,
button.bg-light:focus {
    background-color: #dae0e5 !important;
}

.bg-dark {
    background-color: #343a40 !important;
}

a.bg-dark:hover, a.bg-dark:focus,
button.bg-dark:hover,
button.bg-dark:focus {
    background-color: #1d2124 !important;
}

.bg-white {
    background-color: #ffffff !important;
}

.bg-transparent {
    background-color: transparent !important;
}

.border {
    border: 1px solid #dee2e6 !important;
}

.border-top {
    border-top: 1px solid #dee2e6 !important;
}

.border-right {
    border-right: 1px solid #dee2e6 !important;
}

.border-bottom {
    border-bottom: 1px solid #dee2e6 !important;
}

.border-left {
    border-left: 1px solid #dee2e6 !important;
}

.border-0 {
    border: 0 !important;
}

.border-top-0 {
    border-top: 0 !important;
}

.border-right-0 {
    border-right: 0 !important;
}

.border-bottom-0 {
    border-bottom: 0 !important;
}

.border-left-0 {
    border-left: 0 !important;
}

.border-primary {
    border-color: #007bff !important;
}

.border-secondary {
    border-color: #6c757d !important;
}

.border-success {
    border-color: #28a745 !important;
}

.border-info {
    border-color: #17a2b8 !important;
}

.border-warning {
    border-color: #FCF300 !important;
}

.border-danger {
    border-color: #dc3545 !important;
}

.border-light {
    border-color: #f8f9fa !important;
}

.border-dark {
    border-color: #343a40 !important;
}

.border-white {
    border-color: #ffffff !important;
}

.rounded {
    border-radius: 0.25rem !important;
}

.rounded-top {
    border-top-left-radius: 0.25rem !important;
    border-top-right-radius: 0.25rem !important;
}

.rounded-right {
    border-top-right-radius: 0.25rem !important;
    border-bottom-right-radius: 0.25rem !important;
}

.rounded-bottom {
    border-bottom-right-radius: 0.25rem !important;
    border-bottom-left-radius: 0.25rem !important;
}

.rounded-left {
    border-top-left-radius: 0.25rem !important;
    border-bottom-left-radius: 0.25rem !important;
}

.rounded-circle {
    border-radius: 50% !important;
}

.rounded-0 {
    border-radius: 0 !important;
}

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

.d-none {
    display: none !important;
}

.d-inline {
    display: inline !important;
}

.d-inline-block {
    display: inline-block !important;
}

.d-block {
    display: block !important;
}

.d-table {
    display: table !important;
}

.d-table-row {
    display: table-row !important;
}

.d-table-cell {
    display: table-cell !important;
}

.d-flex {
    display: -ms-flexbox !important;
    display: flex !important;
}

.d-inline-flex {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
}

@media (min-width: 320px) {
    .d-sm-none {
        display: none !important;
    }
    .d-sm-inline {
        display: inline !important;
    }
    .d-sm-inline-block {
        display: inline-block !important;
    }
    .d-sm-block {
        display: block !important;
    }
    .d-sm-table {
        display: table !important;
    }
    .d-sm-table-row {
        display: table-row !important;
    }
    .d-sm-table-cell {
        display: table-cell !important;
    }
    .d-sm-flex {
        display: -ms-flexbox !important;
        display: flex !important;
    }
    .d-sm-inline-flex {
        display: -ms-inline-flexbox !important;
        display: inline-flex !important;
    }
}

@media (min-width: 700px) {
    .d-md-none {
        display: none !important;
    }
    .d-md-inline {
        display: inline !important;
    }
    .d-md-inline-block {
        display: inline-block !important;
    }
    .d-md-block {
        display: block !important;
    }
    .d-md-table {
        display: table !important;
    }
    .d-md-table-row {
        display: table-row !important;
    }
    .d-md-table-cell {
        display: table-cell !important;
    }
    .d-md-flex {
        display: -ms-flexbox !important;
        display: flex !important;
    }
    .d-md-inline-flex {
        display: -ms-inline-flexbox !important;
        display: inline-flex !important;
    }
}

@media (min-width: 1025px) {
    .d-lg-none {
        display: none !important;
    }
    .d-lg-inline {
        display: inline !important;
    }
    .d-lg-inline-block {
        display: inline-block !important;
    }
    .d-lg-block {
        display: block !important;
    }
    .d-lg-table {
        display: table !important;
    }
    .d-lg-table-row {
        display: table-row !important;
    }
    .d-lg-table-cell {
        display: table-cell !important;
    }
    .d-lg-flex {
        display: -ms-flexbox !important;
        display: flex !important;
    }
    .d-lg-inline-flex {
        display: -ms-inline-flexbox !important;
        display: inline-flex !important;
    }
}

@media (min-width: 1900px) {
    .d-xl-none {
        display: none !important;
    }
    .d-xl-inline {
        display: inline !important;
    }
    .d-xl-inline-block {
        display: inline-block !important;
    }
    .d-xl-block {
        display: block !important;
    }
    .d-xl-table {
        display: table !important;
    }
    .d-xl-table-row {
        display: table-row !important;
    }
    .d-xl-table-cell {
        display: table-cell !important;
    }
    .d-xl-flex {
        display: -ms-flexbox !important;
        display: flex !important;
    }
    .d-xl-inline-flex {
        display: -ms-inline-flexbox !important;
        display: inline-flex !important;
    }
}

@media print {
    .d-print-none {
        display: none !important;
    }
    .d-print-inline {
        display: inline !important;
    }
    .d-print-inline-block {
        display: inline-block !important;
    }
    .d-print-block {
        display: block !important;
    }
    .d-print-table {
        display: table !important;
    }
    .d-print-table-row {
        display: table-row !important;
    }
    .d-print-table-cell {
        display: table-cell !important;
    }
    .d-print-flex {
        display: -ms-flexbox !important;
        display: flex !important;
    }
    .d-print-inline-flex {
        display: -ms-inline-flexbox !important;
        display: inline-flex !important;
    }
}

.embed-responsive {
    position: relative;
    display: block;
    width: 100%;
    padding: 0;
    overflow: hidden;
}

.embed-responsive::before {
    display: block;
    content: "";
}

.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
}

.embed-responsive-21by9::before {
    padding-top: 42.85714%;
}

.embed-responsive-16by9::before {
    padding-top: 56.25%;
}

.embed-responsive-4by3::before {
    padding-top: 75%;
}

.embed-responsive-1by1::before {
    padding-top: 100%;
}

.flex-row {
    -ms-flex-direction: row !important;
    flex-direction: row !important;
}

.flex-column {
    -ms-flex-direction: column !important;
    flex-direction: column !important;
}

.flex-row-reverse {
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
}

.flex-column-reverse {
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
}

.flex-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
}

.flex-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
}

.flex-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
}

.justify-content-start {
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
}

.justify-content-end {
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
}

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

.justify-content-between {
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
}

.justify-content-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
}

.align-items-start {
    -ms-flex-align: start !important;
    align-items: flex-start !important;
}

.align-items-end {
    -ms-flex-align: end !important;
    align-items: flex-end !important;
}

.align-items-center {
    -ms-flex-align: center !important;
    align-items: center !important;
}

.align-items-baseline {
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
}

.align-items-stretch {
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
}

.align-content-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
}

.align-content-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
}

.align-content-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
}

.align-content-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
}

.align-content-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
}

.align-content-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
}

.align-self-auto {
    -ms-flex-item-align: auto !important;
    -ms-grid-row-align: auto !important;
    align-self: auto !important;
}

.align-self-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
}

.align-self-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
}

.align-self-center {
    -ms-flex-item-align: center !important;
    -ms-grid-row-align: center !important;
    align-self: center !important;
}

.align-self-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
}

.align-self-stretch {
    -ms-flex-item-align: stretch !important;
    -ms-grid-row-align: stretch !important;
    align-self: stretch !important;
}

@media (min-width: 320px) {
    .flex-sm-row {
        -ms-flex-direction: row !important;
        flex-direction: row !important;
    }
    .flex-sm-column {
        -ms-flex-direction: column !important;
        flex-direction: column !important;
    }
    .flex-sm-row-reverse {
        -ms-flex-direction: row-reverse !important;
        flex-direction: row-reverse !important;
    }
    .flex-sm-column-reverse {
        -ms-flex-direction: column-reverse !important;
        flex-direction: column-reverse !important;
    }
    .flex-sm-wrap {
        -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
    }
    .flex-sm-nowrap {
        -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
    }
    .flex-sm-wrap-reverse {
        -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important;
    }
    .justify-content-sm-start {
        -ms-flex-pack: start !important;
        justify-content: flex-start !important;
    }
    .justify-content-sm-end {
        -ms-flex-pack: end !important;
        justify-content: flex-end !important;
    }
    .justify-content-sm-center {
        -ms-flex-pack: center !important;
        justify-content: center !important;
    }
    .justify-content-sm-between {
        -ms-flex-pack: justify !important;
        justify-content: space-between !important;
    }
    .justify-content-sm-around {
        -ms-flex-pack: distribute !important;
        justify-content: space-around !important;
    }
    .align-items-sm-start {
        -ms-flex-align: start !important;
        align-items: flex-start !important;
    }
    .align-items-sm-end {
        -ms-flex-align: end !important;
        align-items: flex-end !important;
    }
    .align-items-sm-center {
        -ms-flex-align: center !important;
        align-items: center !important;
    }
    .align-items-sm-baseline {
        -ms-flex-align: baseline !important;
        align-items: baseline !important;
    }
    .align-items-sm-stretch {
        -ms-flex-align: stretch !important;
        align-items: stretch !important;
    }
    .align-content-sm-start {
        -ms-flex-line-pack: start !important;
        align-content: flex-start !important;
    }
    .align-content-sm-end {
        -ms-flex-line-pack: end !important;
        align-content: flex-end !important;
    }
    .align-content-sm-center {
        -ms-flex-line-pack: center !important;
        align-content: center !important;
    }
    .align-content-sm-between {
        -ms-flex-line-pack: justify !important;
        align-content: space-between !important;
    }
    .align-content-sm-around {
        -ms-flex-line-pack: distribute !important;
        align-content: space-around !important;
    }
    .align-content-sm-stretch {
        -ms-flex-line-pack: stretch !important;
        align-content: stretch !important;
    }
    .align-self-sm-auto {
        -ms-flex-item-align: auto !important;
        -ms-grid-row-align: auto !important;
        align-self: auto !important;
    }
    .align-self-sm-start {
        -ms-flex-item-align: start !important;
        align-self: flex-start !important;
    }
    .align-self-sm-end {
        -ms-flex-item-align: end !important;
        align-self: flex-end !important;
    }
    .align-self-sm-center {
        -ms-flex-item-align: center !important;
        -ms-grid-row-align: center !important;
        align-self: center !important;
    }
    .align-self-sm-baseline {
        -ms-flex-item-align: baseline !important;
        align-self: baseline !important;
    }
    .align-self-sm-stretch {
        -ms-flex-item-align: stretch !important;
        -ms-grid-row-align: stretch !important;
        align-self: stretch !important;
    }
}

@media (min-width: 700px) {
    .flex-md-row {
        -ms-flex-direction: row !important;
        flex-direction: row !important;
    }
    .flex-md-column {
        -ms-flex-direction: column !important;
        flex-direction: column !important;
    }
    .flex-md-row-reverse {
        -ms-flex-direction: row-reverse !important;
        flex-direction: row-reverse !important;
    }
    .flex-md-column-reverse {
        -ms-flex-direction: column-reverse !important;
        flex-direction: column-reverse !important;
    }
    .flex-md-wrap {
        -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
    }
    .flex-md-nowrap {
        -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
    }
    .flex-md-wrap-reverse {
        -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important;
    }
    .justify-content-md-start {
        -ms-flex-pack: start !important;
        justify-content: flex-start !important;
    }
    .justify-content-md-end {
        -ms-flex-pack: end !important;
        justify-content: flex-end !important;
    }
    .justify-content-md-center {
        -ms-flex-pack: center !important;
        justify-content: center !important;
    }
    .justify-content-md-between {
        -ms-flex-pack: justify !important;
        justify-content: space-between !important;
    }
    .justify-content-md-around {
        -ms-flex-pack: distribute !important;
        justify-content: space-around !important;
    }
    .align-items-md-start {
        -ms-flex-align: start !important;
        align-items: flex-start !important;
    }
    .align-items-md-end {
        -ms-flex-align: end !important;
        align-items: flex-end !important;
    }
    .align-items-md-center {
        -ms-flex-align: center !important;
        align-items: center !important;
    }
    .align-items-md-baseline {
        -ms-flex-align: baseline !important;
        align-items: baseline !important;
    }
    .align-items-md-stretch {
        -ms-flex-align: stretch !important;
        align-items: stretch !important;
    }
    .align-content-md-start {
        -ms-flex-line-pack: start !important;
        align-content: flex-start !important;
    }
    .align-content-md-end {
        -ms-flex-line-pack: end !important;
        align-content: flex-end !important;
    }
    .align-content-md-center {
        -ms-flex-line-pack: center !important;
        align-content: center !important;
    }
    .align-content-md-between {
        -ms-flex-line-pack: justify !important;
        align-content: space-between !important;
    }
    .align-content-md-around {
        -ms-flex-line-pack: distribute !important;
        align-content: space-around !important;
    }
    .align-content-md-stretch {
        -ms-flex-line-pack: stretch !important;
        align-content: stretch !important;
    }
    .align-self-md-auto {
        -ms-flex-item-align: auto !important;
        -ms-grid-row-align: auto !important;
        align-self: auto !important;
    }
    .align-self-md-start {
        -ms-flex-item-align: start !important;
        align-self: flex-start !important;
    }
    .align-self-md-end {
        -ms-flex-item-align: end !important;
        align-self: flex-end !important;
    }
    .align-self-md-center {
        -ms-flex-item-align: center !important;
        -ms-grid-row-align: center !important;
        align-self: center !important;
    }
    .align-self-md-baseline {
        -ms-flex-item-align: baseline !important;
        align-self: baseline !important;
    }
    .align-self-md-stretch {
        -ms-flex-item-align: stretch !important;
        -ms-grid-row-align: stretch !important;
        align-self: stretch !important;
    }
}

@media (min-width: 1025px) {
    .flex-lg-row {
        -ms-flex-direction: row !important;
        flex-direction: row !important;
    }
    .flex-lg-column {
        -ms-flex-direction: column !important;
        flex-direction: column !important;
    }
    .flex-lg-row-reverse {
        -ms-flex-direction: row-reverse !important;
        flex-direction: row-reverse !important;
    }
    .flex-lg-column-reverse {
        -ms-flex-direction: column-reverse !important;
        flex-direction: column-reverse !important;
    }
    .flex-lg-wrap {
        -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
    }
    .flex-lg-nowrap {
        -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
    }
    .flex-lg-wrap-reverse {
        -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important;
    }
    .justify-content-lg-start {
        -ms-flex-pack: start !important;
        justify-content: flex-start !important;
    }
    .justify-content-lg-end {
        -ms-flex-pack: end !important;
        justify-content: flex-end !important;
    }
    .justify-content-lg-center {
        -ms-flex-pack: center !important;
        justify-content: center !important;
    }
    .justify-content-lg-between {
        -ms-flex-pack: justify !important;
        justify-content: space-between !important;
    }
    .justify-content-lg-around {
        -ms-flex-pack: distribute !important;
        justify-content: space-around !important;
    }
    .align-items-lg-start {
        -ms-flex-align: start !important;
        align-items: flex-start !important;
    }
    .align-items-lg-end {
        -ms-flex-align: end !important;
        align-items: flex-end !important;
    }
    .align-items-lg-center {
        -ms-flex-align: center !important;
        align-items: center !important;
    }
    .align-items-lg-baseline {
        -ms-flex-align: baseline !important;
        align-items: baseline !important;
    }
    .align-items-lg-stretch {
        -ms-flex-align: stretch !important;
        align-items: stretch !important;
    }
    .align-content-lg-start {
        -ms-flex-line-pack: start !important;
        align-content: flex-start !important;
    }
    .align-content-lg-end {
        -ms-flex-line-pack: end !important;
        align-content: flex-end !important;
    }
    .align-content-lg-center {
        -ms-flex-line-pack: center !important;
        align-content: center !important;
    }
    .align-content-lg-between {
        -ms-flex-line-pack: justify !important;
        align-content: space-between !important;
    }
    .align-content-lg-around {
        -ms-flex-line-pack: distribute !important;
        align-content: space-around !important;
    }
    .align-content-lg-stretch {
        -ms-flex-line-pack: stretch !important;
        align-content: stretch !important;
    }
    .align-self-lg-auto {
        -ms-flex-item-align: auto !important;
        -ms-grid-row-align: auto !important;
        align-self: auto !important;
    }
    .align-self-lg-start {
        -ms-flex-item-align: start !important;
        align-self: flex-start !important;
    }
    .align-self-lg-end {
        -ms-flex-item-align: end !important;
        align-self: flex-end !important;
    }
    .align-self-lg-center {
        -ms-flex-item-align: center !important;
        -ms-grid-row-align: center !important;
        align-self: center !important;
    }
    .align-self-lg-baseline {
        -ms-flex-item-align: baseline !important;
        align-self: baseline !important;
    }
    .align-self-lg-stretch {
        -ms-flex-item-align: stretch !important;
        -ms-grid-row-align: stretch !important;
        align-self: stretch !important;
    }
}

@media (min-width: 1900px) {
    .flex-xl-row {
        -ms-flex-direction: row !important;
        flex-direction: row !important;
    }
    .flex-xl-column {
        -ms-flex-direction: column !important;
        flex-direction: column !important;
    }
    .flex-xl-row-reverse {
        -ms-flex-direction: row-reverse !important;
        flex-direction: row-reverse !important;
    }
    .flex-xl-column-reverse {
        -ms-flex-direction: column-reverse !important;
        flex-direction: column-reverse !important;
    }
    .flex-xl-wrap {
        -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
    }
    .flex-xl-nowrap {
        -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
    }
    .flex-xl-wrap-reverse {
        -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important;
    }
    .justify-content-xl-start {
        -ms-flex-pack: start !important;
        justify-content: flex-start !important;
    }
    .justify-content-xl-end {
        -ms-flex-pack: end !important;
        justify-content: flex-end !important;
    }
    .justify-content-xl-center {
        -ms-flex-pack: center !important;
        justify-content: center !important;
    }
    .justify-content-xl-between {
        -ms-flex-pack: justify !important;
        justify-content: space-between !important;
    }
    .justify-content-xl-around {
        -ms-flex-pack: distribute !important;
        justify-content: space-around !important;
    }
    .align-items-xl-start {
        -ms-flex-align: start !important;
        align-items: flex-start !important;
    }
    .align-items-xl-end {
        -ms-flex-align: end !important;
        align-items: flex-end !important;
    }
    .align-items-xl-center {
        -ms-flex-align: center !important;
        align-items: center !important;
    }
    .align-items-xl-baseline {
        -ms-flex-align: baseline !important;
        align-items: baseline !important;
    }
    .align-items-xl-stretch {
        -ms-flex-align: stretch !important;
        align-items: stretch !important;
    }
    .align-content-xl-start {
        -ms-flex-line-pack: start !important;
        align-content: flex-start !important;
    }
    .align-content-xl-end {
        -ms-flex-line-pack: end !important;
        align-content: flex-end !important;
    }
    .align-content-xl-center {
        -ms-flex-line-pack: center !important;
        align-content: center !important;
    }
    .align-content-xl-between {
        -ms-flex-line-pack: justify !important;
        align-content: space-between !important;
    }
    .align-content-xl-around {
        -ms-flex-line-pack: distribute !important;
        align-content: space-around !important;
    }
    .align-content-xl-stretch {
        -ms-flex-line-pack: stretch !important;
        align-content: stretch !important;
    }
    .align-self-xl-auto {
        -ms-flex-item-align: auto !important;
        -ms-grid-row-align: auto !important;
        align-self: auto !important;
    }
    .align-self-xl-start {
        -ms-flex-item-align: start !important;
        align-self: flex-start !important;
    }
    .align-self-xl-end {
        -ms-flex-item-align: end !important;
        align-self: flex-end !important;
    }
    .align-self-xl-center {
        -ms-flex-item-align: center !important;
        -ms-grid-row-align: center !important;
        align-self: center !important;
    }
    .align-self-xl-baseline {
        -ms-flex-item-align: baseline !important;
        align-self: baseline !important;
    }
    .align-self-xl-stretch {
        -ms-flex-item-align: stretch !important;
        -ms-grid-row-align: stretch !important;
        align-self: stretch !important;
    }
}

.float-left {
    float: left !important;
}

.float-right {
    float: right !important;
}

.float-none {
    float: none !important;
}

@media (min-width: 320px) {
    .float-sm-left {
        float: left !important;
    }
    .float-sm-right {
        float: right !important;
    }
    .float-sm-none {
        float: none !important;
    }
}

@media (min-width: 700px) {
    .float-md-left {
        float: left !important;
    }
    .float-md-right {
        float: right !important;
    }
    .float-md-none {
        float: none !important;
    }
}

@media (min-width: 1025px) {
    .float-lg-left {
        float: left !important;
    }
    .float-lg-right {
        float: right !important;
    }
    .float-lg-none {
        float: none !important;
    }
}

@media (min-width: 1900px) {
    .float-xl-left {
        float: left !important;
    }
    .float-xl-right {
        float: right !important;
    }
    .float-xl-none {
        float: none !important;
    }
}

.position-static {
    position: static !important;
}

.position-relative {
    position: relative !important;
}

.position-absolute {
    position: absolute !important;
}

.position-fixed {
    position: fixed !important;
}

.position-sticky {
    position: -webkit-sticky !important;
    position: sticky !important;
}

.fixed-top {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1030;
}

.fixed-bottom {
    position: fixed;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1030;
}

@supports ((position: -webkit-sticky) or (position: sticky)) {
    .sticky-top {
        position: -webkit-sticky;
        position: sticky;
        top: 0;
        z-index: 1020;
    }
}

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    -webkit-clip-path: inset(50%);
    clip-path: inset(50%);
    border: 0;
}

.sr-only-focusable:active, .sr-only-focusable:focus {
    position: static;
    width: auto;
    height: auto;
    overflow: visible;
    clip: auto;
    white-space: normal;
    -webkit-clip-path: none;
    clip-path: none;
}

.w-25 {
    width: 25% !important;
}

.w-50 {
    width: 50% !important;
}

.w-75 {
    width: 75% !important;
}

.w-100 {
    width: 100% !important;
}

.h-25 {
    height: 25% !important;
}

.h-50 {
    height: 50% !important;
}

.h-75 {
    height: 75% !important;
}

.h-100 {
    height: 100% !important;
}

.mw-100 {
    max-width: 100% !important;
}

.mh-100 {
    max-height: 100% !important;
}

.m-0 {
    margin: 0 !important;
}

.mt-0,
.my-0 {
    margin-top: 0 !important;
}

.mr-0,
.mx-0 {
    margin-right: 0 !important;
}

.mb-0,
.my-0 {
    margin-bottom: 0 !important;
}

.ml-0,
.mx-0 {
    margin-left: 0 !important;
}

.m-1 {
    margin: 0.25rem !important;
}

.mt-1,
.my-1 {
    margin-top: 0.25rem !important;
}

.mr-1,
.mx-1 {
    margin-right: 0.25rem !important;
}

.mb-1,
.my-1 {
    margin-bottom: 0.25rem !important;
}

.ml-1,
.mx-1 {
    margin-left: 0.25rem !important;
}

.m-2 {
    margin: 0.5rem !important;
}

.mt-2,
.my-2 {
    margin-top: 0.5rem !important;
}

.mr-2,
.mx-2 {
    margin-right: 0.5rem !important;
}

.mb-2,
.my-2 {
    margin-bottom: 0.5rem !important;
}

.ml-2,
.mx-2 {
    margin-left: 0.5rem !important;
}

.m-3 {
    margin: 1rem !important;
}

.mt-3,
.my-3 {
    margin-top: 1rem !important;
}

.mr-3,
.mx-3 {
    margin-right: 1rem !important;
}

.mb-3,
.my-3 {
    margin-bottom: 1rem !important;
}

.ml-3,
.mx-3 {
    margin-left: 1rem !important;
}

.m-4 {
    margin: 1.5rem !important;
}

.mt-4,
.my-4 {
    margin-top: 1.5rem !important;
}

.mr-4,
.mx-4 {
    margin-right: 1.5rem !important;
}

.mb-4,
.my-4 {
    margin-bottom: 1.5rem !important;
}

.ml-4,
.mx-4 {
    margin-left: 1.5rem !important;
}

.m-5 {
    margin: 3rem !important;
}

.mt-5,
.my-5 {
    margin-top: 3rem !important;
}

.mr-5,
.mx-5 {
    margin-right: 3rem !important;
}

.mb-5,
.my-5 {
    margin-bottom: 3rem !important;
}

.ml-5,
.mx-5 {
    margin-left: 3rem !important;
}

.p-0 {
    padding: 0 !important;
}

.pt-0,
.py-0 {
    padding-top: 0 !important;
}

.pr-0,
.px-0 {
    padding-right: 0 !important;
}

.pb-0,
.py-0 {
    padding-bottom: 0 !important;
}

.pl-0,
.px-0 {
    padding-left: 0 !important;
}

.p-1 {
    padding: 0.25rem !important;
}

.pt-1,
.py-1 {
    padding-top: 0.25rem !important;
}

.pr-1,
.px-1 {
    padding-right: 0.25rem !important;
}

.pb-1,
.py-1 {
    padding-bottom: 0.25rem !important;
}

.pl-1,
.px-1 {
    padding-left: 0.25rem !important;
}

.p-2 {
    padding: 0.5rem !important;
}

.pt-2,
.py-2 {
    padding-top: 0.5rem !important;
}

.pr-2,
.px-2 {
    padding-right: 0.5rem !important;
}

.pb-2,
.py-2 {
    padding-bottom: 0.5rem !important;
}

.pl-2,
.px-2 {
    padding-left: 0.5rem !important;
}

.p-3 {
    padding: 1rem !important;
}

.pt-3,
.py-3 {
    padding-top: 1rem !important;
}

.pr-3,
.px-3 {
    padding-right: 1rem !important;
}

.pb-3,
.py-3 {
    padding-bottom: 1rem !important;
}

.pl-3,
.px-3 {
    padding-left: 1rem !important;
}

.p-4 {
    padding: 1.5rem !important;
}

.pt-4,
.py-4 {
    padding-top: 1.5rem !important;
}

.pr-4,
.px-4 {
    padding-right: 1.5rem !important;
}

.pb-4,
.py-4 {
    padding-bottom: 1.5rem !important;
}

.pl-4,
.px-4 {
    padding-left: 1.5rem !important;
}

.p-5 {
    padding: 3rem !important;
}

.pt-5,
.py-5 {
    padding-top: 3rem !important;
}

.pr-5,
.px-5 {
    padding-right: 3rem !important;
}

.pb-5,
.py-5 {
    padding-bottom: 3rem !important;
}

.pl-5,
.px-5 {
    padding-left: 3rem !important;
}

.m-auto {
    margin: auto !important;
}

.mt-auto,
.my-auto {
    margin-top: auto !important;
}

.mr-auto,
.mx-auto {
    margin-right: auto !important;
}

.mb-auto,
.my-auto {
    margin-bottom: auto !important;
}

.ml-auto,
.mx-auto {
    margin-left: auto !important;
}

@media (min-width: 320px) {
    .m-sm-0 {
        margin: 0 !important;
    }
    .mt-sm-0,
    .my-sm-0 {
        margin-top: 0 !important;
    }
    .mr-sm-0,
    .mx-sm-0 {
        margin-right: 0 !important;
    }
    .mb-sm-0,
    .my-sm-0 {
        margin-bottom: 0 !important;
    }
    .ml-sm-0,
    .mx-sm-0 {
        margin-left: 0 !important;
    }
    .m-sm-1 {
        margin: 0.25rem !important;
    }
    .mt-sm-1,
    .my-sm-1 {
        margin-top: 0.25rem !important;
    }
    .mr-sm-1,
    .mx-sm-1 {
        margin-right: 0.25rem !important;
    }
    .mb-sm-1,
    .my-sm-1 {
        margin-bottom: 0.25rem !important;
    }
    .ml-sm-1,
    .mx-sm-1 {
        margin-left: 0.25rem !important;
    }
    .m-sm-2 {
        margin: 0.5rem !important;
    }
    .mt-sm-2,
    .my-sm-2 {
        margin-top: 0.5rem !important;
    }
    .mr-sm-2,
    .mx-sm-2 {
        margin-right: 0.5rem !important;
    }
    .mb-sm-2,
    .my-sm-2 {
        margin-bottom: 0.5rem !important;
    }
    .ml-sm-2,
    .mx-sm-2 {
        margin-left: 0.5rem !important;
    }
    .m-sm-3 {
        margin: 1rem !important;
    }
    .mt-sm-3,
    .my-sm-3 {
        margin-top: 1rem !important;
    }
    .mr-sm-3,
    .mx-sm-3 {
        margin-right: 1rem !important;
    }
    .mb-sm-3,
    .my-sm-3 {
        margin-bottom: 1rem !important;
    }
    .ml-sm-3,
    .mx-sm-3 {
        margin-left: 1rem !important;
    }
    .m-sm-4 {
        margin: 1.5rem !important;
    }
    .mt-sm-4,
    .my-sm-4 {
        margin-top: 1.5rem !important;
    }
    .mr-sm-4,
    .mx-sm-4 {
        margin-right: 1.5rem !important;
    }
    .mb-sm-4,
    .my-sm-4 {
        margin-bottom: 1.5rem !important;
    }
    .ml-sm-4,
    .mx-sm-4 {
        margin-left: 1.5rem !important;
    }
    .m-sm-5 {
        margin: 3rem !important;
    }
    .mt-sm-5,
    .my-sm-5 {
        margin-top: 3rem !important;
    }
    .mr-sm-5,
    .mx-sm-5 {
        margin-right: 3rem !important;
    }
    .mb-sm-5,
    .my-sm-5 {
        margin-bottom: 3rem !important;
    }
    .ml-sm-5,
    .mx-sm-5 {
        margin-left: 3rem !important;
    }
    .p-sm-0 {
        padding: 0 !important;
    }
    .pt-sm-0,
    .py-sm-0 {
        padding-top: 0 !important;
    }
    .pr-sm-0,
    .px-sm-0 {
        padding-right: 0 !important;
    }
    .pb-sm-0,
    .py-sm-0 {
        padding-bottom: 0 !important;
    }
    .pl-sm-0,
    .px-sm-0 {
        padding-left: 0 !important;
    }
    .p-sm-1 {
        padding: 0.25rem !important;
    }
    .pt-sm-1,
    .py-sm-1 {
        padding-top: 0.25rem !important;
    }
    .pr-sm-1,
    .px-sm-1 {
        padding-right: 0.25rem !important;
    }
    .pb-sm-1,
    .py-sm-1 {
        padding-bottom: 0.25rem !important;
    }
    .pl-sm-1,
    .px-sm-1 {
        padding-left: 0.25rem !important;
    }
    .p-sm-2 {
        padding: 0.5rem !important;
    }
    .pt-sm-2,
    .py-sm-2 {
        padding-top: 0.5rem !important;
    }
    .pr-sm-2,
    .px-sm-2 {
        padding-right: 0.5rem !important;
    }
    .pb-sm-2,
    .py-sm-2 {
        padding-bottom: 0.5rem !important;
    }
    .pl-sm-2,
    .px-sm-2 {
        padding-left: 0.5rem !important;
    }
    .p-sm-3 {
        padding: 1rem !important;
    }
    .pt-sm-3,
    .py-sm-3 {
        padding-top: 1rem !important;
    }
    .pr-sm-3,
    .px-sm-3 {
        padding-right: 1rem !important;
    }
    .pb-sm-3,
    .py-sm-3 {
        padding-bottom: 1rem !important;
    }
    .pl-sm-3,
    .px-sm-3 {
        padding-left: 1rem !important;
    }
    .p-sm-4 {
        padding: 1.5rem !important;
    }
    .pt-sm-4,
    .py-sm-4 {
        padding-top: 1.5rem !important;
    }
    .pr-sm-4,
    .px-sm-4 {
        padding-right: 1.5rem !important;
    }
    .pb-sm-4,
    .py-sm-4 {
        padding-bottom: 1.5rem !important;
    }
    .pl-sm-4,
    .px-sm-4 {
        padding-left: 1.5rem !important;
    }
    .p-sm-5 {
        padding: 3rem !important;
    }
    .pt-sm-5,
    .py-sm-5 {
        padding-top: 3rem !important;
    }
    .pr-sm-5,
    .px-sm-5 {
        padding-right: 3rem !important;
    }
    .pb-sm-5,
    .py-sm-5 {
        padding-bottom: 3rem !important;
    }
    .pl-sm-5,
    .px-sm-5 {
        padding-left: 3rem !important;
    }
    .m-sm-auto {
        margin: auto !important;
    }
    .mt-sm-auto,
    .my-sm-auto {
        margin-top: auto !important;
    }
    .mr-sm-auto,
    .mx-sm-auto {
        margin-right: auto !important;
    }
    .mb-sm-auto,
    .my-sm-auto {
        margin-bottom: auto !important;
    }
    .ml-sm-auto,
    .mx-sm-auto {
        margin-left: auto !important;
    }
}

@media (min-width: 700px) {
    .m-md-0 {
        margin: 0 !important;
    }
    .mt-md-0,
    .my-md-0 {
        margin-top: 0 !important;
    }
    .mr-md-0,
    .mx-md-0 {
        margin-right: 0 !important;
    }
    .mb-md-0,
    .my-md-0 {
        margin-bottom: 0 !important;
    }
    .ml-md-0,
    .mx-md-0 {
        margin-left: 0 !important;
    }
    .m-md-1 {
        margin: 0.25rem !important;
    }
    .mt-md-1,
    .my-md-1 {
        margin-top: 0.25rem !important;
    }
    .mr-md-1,
    .mx-md-1 {
        margin-right: 0.25rem !important;
    }
    .mb-md-1,
    .my-md-1 {
        margin-bottom: 0.25rem !important;
    }
    .ml-md-1,
    .mx-md-1 {
        margin-left: 0.25rem !important;
    }
    .m-md-2 {
        margin: 0.5rem !important;
    }
    .mt-md-2,
    .my-md-2 {
        margin-top: 0.5rem !important;
    }
    .mr-md-2,
    .mx-md-2 {
        margin-right: 0.5rem !important;
    }
    .mb-md-2,
    .my-md-2 {
        margin-bottom: 0.5rem !important;
    }
    .ml-md-2,
    .mx-md-2 {
        margin-left: 0.5rem !important;
    }
    .m-md-3 {
        margin: 1rem !important;
    }
    .mt-md-3,
    .my-md-3 {
        margin-top: 1rem !important;
    }
    .mr-md-3,
    .mx-md-3 {
        margin-right: 1rem !important;
    }
    .mb-md-3,
    .my-md-3 {
        margin-bottom: 1rem !important;
    }
    .ml-md-3,
    .mx-md-3 {
        margin-left: 1rem !important;
    }
    .m-md-4 {
        margin: 1.5rem !important;
    }
    .mt-md-4,
    .my-md-4 {
        margin-top: 1.5rem !important;
    }
    .mr-md-4,
    .mx-md-4 {
        margin-right: 1.5rem !important;
    }
    .mb-md-4,
    .my-md-4 {
        margin-bottom: 1.5rem !important;
    }
    .ml-md-4,
    .mx-md-4 {
        margin-left: 1.5rem !important;
    }
    .m-md-5 {
        margin: 3rem !important;
    }
    .mt-md-5,
    .my-md-5 {
        margin-top: 3rem !important;
    }
    .mr-md-5,
    .mx-md-5 {
        margin-right: 3rem !important;
    }
    .mb-md-5,
    .my-md-5 {
        margin-bottom: 3rem !important;
    }
    .ml-md-5,
    .mx-md-5 {
        margin-left: 3rem !important;
    }
    .p-md-0 {
        padding: 0 !important;
    }
    .pt-md-0,
    .py-md-0 {
        padding-top: 0 !important;
    }
    .pr-md-0,
    .px-md-0 {
        padding-right: 0 !important;
    }
    .pb-md-0,
    .py-md-0 {
        padding-bottom: 0 !important;
    }
    .pl-md-0,
    .px-md-0 {
        padding-left: 0 !important;
    }
    .p-md-1 {
        padding: 0.25rem !important;
    }
    .pt-md-1,
    .py-md-1 {
        padding-top: 0.25rem !important;
    }
    .pr-md-1,
    .px-md-1 {
        padding-right: 0.25rem !important;
    }
    .pb-md-1,
    .py-md-1 {
        padding-bottom: 0.25rem !important;
    }
    .pl-md-1,
    .px-md-1 {
        padding-left: 0.25rem !important;
    }
    .p-md-2 {
        padding: 0.5rem !important;
    }
    .pt-md-2,
    .py-md-2 {
        padding-top: 0.5rem !important;
    }
    .pr-md-2,
    .px-md-2 {
        padding-right: 0.5rem !important;
    }
    .pb-md-2,
    .py-md-2 {
        padding-bottom: 0.5rem !important;
    }
    .pl-md-2,
    .px-md-2 {
        padding-left: 0.5rem !important;
    }
    .p-md-3 {
        padding: 1rem !important;
    }
    .pt-md-3,
    .py-md-3 {
        padding-top: 1rem !important;
    }
    .pr-md-3,
    .px-md-3 {
        padding-right: 1rem !important;
    }
    .pb-md-3,
    .py-md-3 {
        padding-bottom: 1rem !important;
    }
    .pl-md-3,
    .px-md-3 {
        padding-left: 1rem !important;
    }
    .p-md-4 {
        padding: 1.5rem !important;
    }
    .pt-md-4,
    .py-md-4 {
        padding-top: 1.5rem !important;
    }
    .pr-md-4,
    .px-md-4 {
        padding-right: 1.5rem !important;
    }
    .pb-md-4,
    .py-md-4 {
        padding-bottom: 1.5rem !important;
    }
    .pl-md-4,
    .px-md-4 {
        padding-left: 1.5rem !important;
    }
    .p-md-5 {
        padding: 3rem !important;
    }
    .pt-md-5,
    .py-md-5 {
        padding-top: 3rem !important;
    }
    .pr-md-5,
    .px-md-5 {
        padding-right: 3rem !important;
    }
    .pb-md-5,
    .py-md-5 {
        padding-bottom: 3rem !important;
    }
    .pl-md-5,
    .px-md-5 {
        padding-left: 3rem !important;
    }
    .m-md-auto {
        margin: auto !important;
    }
    .mt-md-auto,
    .my-md-auto {
        margin-top: auto !important;
    }
    .mr-md-auto,
    .mx-md-auto {
        margin-right: auto !important;
    }
    .mb-md-auto,
    .my-md-auto {
        margin-bottom: auto !important;
    }
    .ml-md-auto,
    .mx-md-auto {
        margin-left: auto !important;
    }
}

@media (min-width: 1025px) {
    .m-lg-0 {
        margin: 0 !important;
    }
    .mt-lg-0,
    .my-lg-0 {
        margin-top: 0 !important;
    }
    .mr-lg-0,
    .mx-lg-0 {
        margin-right: 0 !important;
    }
    .mb-lg-0,
    .my-lg-0 {
        margin-bottom: 0 !important;
    }
    .ml-lg-0,
    .mx-lg-0 {
        margin-left: 0 !important;
    }
    .m-lg-1 {
        margin: 0.25rem !important;
    }
    .mt-lg-1,
    .my-lg-1 {
        margin-top: 0.25rem !important;
    }
    .mr-lg-1,
    .mx-lg-1 {
        margin-right: 0.25rem !important;
    }
    .mb-lg-1,
    .my-lg-1 {
        margin-bottom: 0.25rem !important;
    }
    .ml-lg-1,
    .mx-lg-1 {
        margin-left: 0.25rem !important;
    }
    .m-lg-2 {
        margin: 0.5rem !important;
    }
    .mt-lg-2,
    .my-lg-2 {
        margin-top: 0.5rem !important;
    }
    .mr-lg-2,
    .mx-lg-2 {
        margin-right: 0.5rem !important;
    }
    .mb-lg-2,
    .my-lg-2 {
        margin-bottom: 0.5rem !important;
    }
    .ml-lg-2,
    .mx-lg-2 {
        margin-left: 0.5rem !important;
    }
    .m-lg-3 {
        margin: 1rem !important;
    }
    .mt-lg-3,
    .my-lg-3 {
        margin-top: 1rem !important;
    }
    .mr-lg-3,
    .mx-lg-3 {
        margin-right: 1rem !important;
    }
    .mb-lg-3,
    .my-lg-3 {
        margin-bottom: 1rem !important;
    }
    .ml-lg-3,
    .mx-lg-3 {
        margin-left: 1rem !important;
    }
    .m-lg-4 {
        margin: 1.5rem !important;
    }
    .mt-lg-4,
    .my-lg-4 {
        margin-top: 1.5rem !important;
    }
    .mr-lg-4,
    .mx-lg-4 {
        margin-right: 1.5rem !important;
    }
    .mb-lg-4,
    .my-lg-4 {
        margin-bottom: 1.5rem !important;
    }
    .ml-lg-4,
    .mx-lg-4 {
        margin-left: 1.5rem !important;
    }
    .m-lg-5 {
        margin: 3rem !important;
    }
    .mt-lg-5,
    .my-lg-5 {
        margin-top: 3rem !important;
    }
    .mr-lg-5,
    .mx-lg-5 {
        margin-right: 3rem !important;
    }
    .mb-lg-5,
    .my-lg-5 {
        margin-bottom: 3rem !important;
    }
    .ml-lg-5,
    .mx-lg-5 {
        margin-left: 3rem !important;
    }
    .p-lg-0 {
        padding: 0 !important;
    }
    .pt-lg-0,
    .py-lg-0 {
        padding-top: 0 !important;
    }
    .pr-lg-0,
    .px-lg-0 {
        padding-right: 0 !important;
    }
    .pb-lg-0,
    .py-lg-0 {
        padding-bottom: 0 !important;
    }
    .pl-lg-0,
    .px-lg-0 {
        padding-left: 0 !important;
    }
    .p-lg-1 {
        padding: 0.25rem !important;
    }
    .pt-lg-1,
    .py-lg-1 {
        padding-top: 0.25rem !important;
    }
    .pr-lg-1,
    .px-lg-1 {
        padding-right: 0.25rem !important;
    }
    .pb-lg-1,
    .py-lg-1 {
        padding-bottom: 0.25rem !important;
    }
    .pl-lg-1,
    .px-lg-1 {
        padding-left: 0.25rem !important;
    }
    .p-lg-2 {
        padding: 0.5rem !important;
    }
    .pt-lg-2,
    .py-lg-2 {
        padding-top: 0.5rem !important;
    }
    .pr-lg-2,
    .px-lg-2 {
        padding-right: 0.5rem !important;
    }
    .pb-lg-2,
    .py-lg-2 {
        padding-bottom: 0.5rem !important;
    }
    .pl-lg-2,
    .px-lg-2 {
        padding-left: 0.5rem !important;
    }
    .p-lg-3 {
        padding: 1rem !important;
    }
    .pt-lg-3,
    .py-lg-3 {
        padding-top: 1rem !important;
    }
    .pr-lg-3,
    .px-lg-3 {
        padding-right: 1rem !important;
    }
    .pb-lg-3,
    .py-lg-3 {
        padding-bottom: 1rem !important;
    }
    .pl-lg-3,
    .px-lg-3 {
        padding-left: 1rem !important;
    }
    .p-lg-4 {
        padding: 1.5rem !important;
    }
    .pt-lg-4,
    .py-lg-4 {
        padding-top: 1.5rem !important;
    }
    .pr-lg-4,
    .px-lg-4 {
        padding-right: 1.5rem !important;
    }
    .pb-lg-4,
    .py-lg-4 {
        padding-bottom: 1.5rem !important;
    }
    .pl-lg-4,
    .px-lg-4 {
        padding-left: 1.5rem !important;
    }
    .p-lg-5 {
        padding: 3rem !important;
    }
    .pt-lg-5,
    .py-lg-5 {
        padding-top: 3rem !important;
    }
    .pr-lg-5,
    .px-lg-5 {
        padding-right: 3rem !important;
    }
    .pb-lg-5,
    .py-lg-5 {
        padding-bottom: 3rem !important;
    }
    .pl-lg-5,
    .px-lg-5 {
        padding-left: 3rem !important;
    }
    .m-lg-auto {
        margin: auto !important;
    }
    .mt-lg-auto,
    .my-lg-auto {
        margin-top: auto !important;
    }
    .mr-lg-auto,
    .mx-lg-auto {
        margin-right: auto !important;
    }
    .mb-lg-auto,
    .my-lg-auto {
        margin-bottom: auto !important;
    }
    .ml-lg-auto,
    .mx-lg-auto {
        margin-left: auto !important;
    }
}

@media (min-width: 1900px) {
    .m-xl-0 {
        margin: 0 !important;
    }
    .mt-xl-0,
    .my-xl-0 {
        margin-top: 0 !important;
    }
    .mr-xl-0,
    .mx-xl-0 {
        margin-right: 0 !important;
    }
    .mb-xl-0,
    .my-xl-0 {
        margin-bottom: 0 !important;
    }
    .ml-xl-0,
    .mx-xl-0 {
        margin-left: 0 !important;
    }
    .m-xl-1 {
        margin: 0.25rem !important;
    }
    .mt-xl-1,
    .my-xl-1 {
        margin-top: 0.25rem !important;
    }
    .mr-xl-1,
    .mx-xl-1 {
        margin-right: 0.25rem !important;
    }
    .mb-xl-1,
    .my-xl-1 {
        margin-bottom: 0.25rem !important;
    }
    .ml-xl-1,
    .mx-xl-1 {
        margin-left: 0.25rem !important;
    }
    .m-xl-2 {
        margin: 0.5rem !important;
    }
    .mt-xl-2,
    .my-xl-2 {
        margin-top: 0.5rem !important;
    }
    .mr-xl-2,
    .mx-xl-2 {
        margin-right: 0.5rem !important;
    }
    .mb-xl-2,
    .my-xl-2 {
        margin-bottom: 0.5rem !important;
    }
    .ml-xl-2,
    .mx-xl-2 {
        margin-left: 0.5rem !important;
    }
    .m-xl-3 {
        margin: 1rem !important;
    }
    .mt-xl-3,
    .my-xl-3 {
        margin-top: 1rem !important;
    }
    .mr-xl-3,
    .mx-xl-3 {
        margin-right: 1rem !important;
    }
    .mb-xl-3,
    .my-xl-3 {
        margin-bottom: 1rem !important;
    }
    .ml-xl-3,
    .mx-xl-3 {
        margin-left: 1rem !important;
    }
    .m-xl-4 {
        margin: 1.5rem !important;
    }
    .mt-xl-4,
    .my-xl-4 {
        margin-top: 1.5rem !important;
    }
    .mr-xl-4,
    .mx-xl-4 {
        margin-right: 1.5rem !important;
    }
    .mb-xl-4,
    .my-xl-4 {
        margin-bottom: 1.5rem !important;
    }
    .ml-xl-4,
    .mx-xl-4 {
        margin-left: 1.5rem !important;
    }
    .m-xl-5 {
        margin: 3rem !important;
    }
    .mt-xl-5,
    .my-xl-5 {
        margin-top: 3rem !important;
    }
    .mr-xl-5,
    .mx-xl-5 {
        margin-right: 3rem !important;
    }
    .mb-xl-5,
    .my-xl-5 {
        margin-bottom: 3rem !important;
    }
    .ml-xl-5,
    .mx-xl-5 {
        margin-left: 3rem !important;
    }
    .p-xl-0 {
        padding: 0 !important;
    }
    .pt-xl-0,
    .py-xl-0 {
        padding-top: 0 !important;
    }
    .pr-xl-0,
    .px-xl-0 {
        padding-right: 0 !important;
    }
    .pb-xl-0,
    .py-xl-0 {
        padding-bottom: 0 !important;
    }
    .pl-xl-0,
    .px-xl-0 {
        padding-left: 0 !important;
    }
    .p-xl-1 {
        padding: 0.25rem !important;
    }
    .pt-xl-1,
    .py-xl-1 {
        padding-top: 0.25rem !important;
    }
    .pr-xl-1,
    .px-xl-1 {
        padding-right: 0.25rem !important;
    }
    .pb-xl-1,
    .py-xl-1 {
        padding-bottom: 0.25rem !important;
    }
    .pl-xl-1,
    .px-xl-1 {
        padding-left: 0.25rem !important;
    }
    .p-xl-2 {
        padding: 0.5rem !important;
    }
    .pt-xl-2,
    .py-xl-2 {
        padding-top: 0.5rem !important;
    }
    .pr-xl-2,
    .px-xl-2 {
        padding-right: 0.5rem !important;
    }
    .pb-xl-2,
    .py-xl-2 {
        padding-bottom: 0.5rem !important;
    }
    .pl-xl-2,
    .px-xl-2 {
        padding-left: 0.5rem !important;
    }
    .p-xl-3 {
        padding: 1rem !important;
    }
    .pt-xl-3,
    .py-xl-3 {
        padding-top: 1rem !important;
    }
    .pr-xl-3,
    .px-xl-3 {
        padding-right: 1rem !important;
    }
    .pb-xl-3,
    .py-xl-3 {
        padding-bottom: 1rem !important;
    }
    .pl-xl-3,
    .px-xl-3 {
        padding-left: 1rem !important;
    }
    .p-xl-4 {
        padding: 1.5rem !important;
    }
    .pt-xl-4,
    .py-xl-4 {
        padding-top: 1.5rem !important;
    }
    .pr-xl-4,
    .px-xl-4 {
        padding-right: 1.5rem !important;
    }
    .pb-xl-4,
    .py-xl-4 {
        padding-bottom: 1.5rem !important;
    }
    .pl-xl-4,
    .px-xl-4 {
        padding-left: 1.5rem !important;
    }
    .p-xl-5 {
        padding: 3rem !important;
    }
    .pt-xl-5,
    .py-xl-5 {
        padding-top: 3rem !important;
    }
    .pr-xl-5,
    .px-xl-5 {
        padding-right: 3rem !important;
    }
    .pb-xl-5,
    .py-xl-5 {
        padding-bottom: 3rem !important;
    }
    .pl-xl-5,
    .px-xl-5 {
        padding-left: 3rem !important;
    }
    .m-xl-auto {
        margin: auto !important;
    }
    .mt-xl-auto,
    .my-xl-auto {
        margin-top: auto !important;
    }
    .mr-xl-auto,
    .mx-xl-auto {
        margin-right: auto !important;
    }
    .mb-xl-auto,
    .my-xl-auto {
        margin-bottom: auto !important;
    }
    .ml-xl-auto,
    .mx-xl-auto {
        margin-left: auto !important;
    }
}

.text-justify {
    text-align: justify !important;
}

.text-nowrap {
    white-space: nowrap !important;
}

.text-truncate {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.text-left {
    text-align: left !important;
}

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

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

@media (min-width: 320px) {
    .text-sm-left {
        text-align: left !important;
    }
    .text-sm-right {
        text-align: right !important;
    }
    .text-sm-center {
        text-align: center !important;
    }
}

@media (min-width: 700px) {
    .text-md-left {
        text-align: left !important;
    }
    .text-md-right {
        text-align: right !important;
    }
    .text-md-center {
        text-align: center !important;
    }
}

@media (min-width: 1025px) {
    .text-lg-left {
        text-align: left !important;
    }
    .text-lg-right {
        text-align: right !important;
    }
    .text-lg-center {
        text-align: center !important;
    }
}

@media (min-width: 1900px) {
    .text-xl-left {
        text-align: left !important;
    }
    .text-xl-right {
        text-align: right !important;
    }
    .text-xl-center {
        text-align: center !important;
    }
}

.text-lowercase {
    text-transform: lowercase !important;
}

.text-uppercase {
    text-transform: uppercase !important;
}

.text-capitalize {
    text-transform: capitalize !important;
}

.font-weight-light {
    font-weight: 300 !important;
}

.font-weight-normal {
    font-weight: 400 !important;
}

.font-weight-bold {
    font-weight: 700 !important;
}

.font-italic {
    font-style: italic !important;
}

.text-white {
    color: #fff !important;
}

.text-primary {
    color: #007bff !important;
}

a.text-primary:hover, a.text-primary:focus {
    color: #0062cc !important;
}

.text-secondary {
    color: #6c757d !important;
}

a.text-secondary:hover, a.text-secondary:focus {
    color: #545b62 !important;
}

.text-success {
    color: #28a745 !important;
}

a.text-success:hover, a.text-success:focus {
    color: #1e7e34 !important;
}

.text-info {
    color: #17a2b8 !important;
}

a.text-info:hover, a.text-info:focus {
    color: #117a8b !important;
}

.text-warning {
    color: #FCF300 !important;
}

a.text-warning:hover, a.text-warning:focus {
    color: #c9c200 !important;
}

.text-danger {
    color: #dc3545 !important;
}

a.text-danger:hover, a.text-danger:focus {
    color: #bd2130 !important;
}

.text-light {
    color: #f8f9fa !important;
}

a.text-light:hover, a.text-light:focus {
    color: #dae0e5 !important;
}

.text-dark {
    color: #343a40 !important;
}

a.text-dark:hover, a.text-dark:focus {
    color: #1d2124 !important;
}

.text-muted {
    color: #6c757d !important;
}

.text-hide {
    font: 0/0 a;
    color: transparent;
    text-shadow: none;
    background-color: transparent;
    border: 0;
}

.visible {
    visibility: visible !important;
}

.invisible {
    visibility: hidden !important;
}

/* Slider */
.slick-slider {
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list {
    position: relative;
    overflow: hidden;
    display: block;
    margin: 0;
    padding: 0;
}

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

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

.slick-slider .slick-track,
.slick-slider .slick-list {
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

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

.slick-track:before, .slick-track:after {
    content: "";
    display: table;
}

.slick-track:after {
    clear: both;
}

.slick-loading .slick-track {
    visibility: hidden;
}

.slick-slide {
    float: left;
    height: 100%;
    min-height: 1px;
    display: none;
}

[dir="rtl"] .slick-slide {
    float: right;
}

.slick-slide img {
    display: block;
}

.slick-slide.slick-loading img {
    display: none;
}

.slick-slide.dragging img {
    pointer-events: none;
}

.slick-initialized .slick-slide {
    display: block;
}

.slick-loading .slick-slide {
    visibility: hidden;
}

.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
    display: none;
}

/* Slider */
.slick-loading .slick-list {
    background: #fff url("./ajax-loader.gif") center center no-repeat;
}

/* Icons */
@font-face {
    font-family: "slick";
    src: url("./fonts/slick.eot");
    src: url("./fonts/slick.eot?#iefix") format("embedded-opentype"), url("./fonts/slick.woff") format("woff"), url("./fonts/slick.ttf") format("truetype"), url("./fonts/slick.svg#slick") format("svg");
    font-weight: normal;
    font-style: normal;
}

/* Arrows */
.slick-prev,
.slick-next {
    position: absolute;
    display: block;
    height: 20px;
    width: 20px;
    line-height: 0px;
    font-size: 0px;
    cursor: pointer;
    background: transparent;
    color: transparent;
    top: 50%;
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    padding: 0;
    border: none;
    outline: none;
}

.slick-prev:hover, .slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
    outline: none;
    background: transparent;
    color: transparent;
}

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

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

.slick-prev:before,
.slick-next:before {
    font-family: "slick";
    font-size: 20px;
    line-height: 1;
    color: white;
    opacity: 0.75;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.slick-prev {
    left: -25px;
}

[dir="rtl"] .slick-prev {
    left: auto;
    right: -25px;
}

.slick-prev:before {
    content: "←";
}

[dir="rtl"] .slick-prev:before {
    content: "→";
}

.slick-next {
    right: -25px;
}

[dir="rtl"] .slick-next {
    left: -25px;
    right: auto;
}

.slick-next:before {
    content: "→";
}

[dir="rtl"] .slick-next:before {
    content: "←";
}

/* Dots */
.slick-dotted.slick-slider {
    margin-bottom: 30px;
}

.slick-dots {
    position: absolute;
    bottom: -25px;
    list-style: none;
    display: block;
    text-align: center;
    padding: 0;
    margin: 0;
    width: 100%;
}

.slick-dots li {
    position: relative;
    display: inline-block;
    height: 20px;
    width: 20px;
    margin: 0 5px;
    padding: 0;
    cursor: pointer;
}

.slick-dots li button {
    border: 0;
    background: transparent;
    display: block;
    height: 20px;
    width: 20px;
    outline: none;
    line-height: 0px;
    font-size: 0px;
    color: transparent;
    padding: 5px;
    cursor: pointer;
}

.slick-dots li button:hover, .slick-dots li button:focus {
    outline: none;
}

.slick-dots li button:hover:before, .slick-dots li button:focus:before {
    opacity: 1;
}

.slick-dots li button:before {
    position: absolute;
    top: 0;
    left: 0;
    content: "•";
    width: 20px;
    height: 20px;
    font-family: "slick";
    font-size: 6px;
    line-height: 20px;
    text-align: center;
    color: black;
    opacity: 0.25;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.slick-dots li.slick-active button:before {
    color: black;
    opacity: 0.75;
}

.select2-container {
    box-sizing: border-box;
    display: inline-block;
    margin: 0;
    position: relative;
    vertical-align: middle;
}

.select2-container .select2-selection--single {
    box-sizing: border-box;
    cursor: pointer;
    display: block;
    height: 28px;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-user-select: none;
}

.select2-container .select2-selection--single .select2-selection__rendered {
    display: block;
    padding-left: 8px;
    padding-right: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.select2-container .select2-selection--single .select2-selection__clear {
    position: relative;
}

.select2-container[dir="rtl"] .select2-selection--single .select2-selection__rendered {
    padding-right: 8px;
    padding-left: 20px;
}

.select2-container .select2-selection--multiple {
    box-sizing: border-box;
    cursor: pointer;
    display: block;
    min-height: 32px;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-user-select: none;
}

.select2-container .select2-selection--multiple .select2-selection__rendered {
    display: inline-block;
    overflow: hidden;
    padding-left: 8px;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.select2-container .select2-search--inline {
    float: left;
}

.select2-container .select2-search--inline .select2-search__field {
    box-sizing: border-box;
    border: none;
    font-size: 100%;
    margin-top: 5px;
    padding: 0;
}

.select2-container .select2-search--inline .select2-search__field::-webkit-search-cancel-button {
    -webkit-appearance: none;
}

.select2-dropdown {
    background-color: white;
    border: 1px solid #aaa;
    border-radius: 4px;
    box-sizing: border-box;
    display: block;
    position: absolute;
    left: -100000px;
    width: 100%;
    z-index: 1051;
}

.select2-results {
    display: block;
}

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

.select2-results__option {
    padding: 6px;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-user-select: none;
}

.select2-results__option[data-selected] {
    cursor: pointer;
}

.select2-container--open .select2-dropdown {
    left: 0;
}

.select2-container--open .select2-dropdown--above {
    border-bottom: none;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}

.select2-container--open .select2-dropdown--below {
    border-top: none;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

.select2-search--dropdown {
    display: block;
    padding: 4px;
}

.select2-search--dropdown .select2-search__field {
    padding: 4px;
    width: 100%;
    box-sizing: border-box;
}

.select2-search--dropdown .select2-search__field::-webkit-search-cancel-button {
    -webkit-appearance: none;
}

.select2-search--dropdown.select2-search--hide {
    display: none;
}

.select2-close-mask {
    border: 0;
    margin: 0;
    padding: 0;
    display: block;
    position: fixed;
    left: 0;
    top: 0;
    min-height: 100%;
    min-width: 100%;
    height: auto;
    width: auto;
    opacity: 0;
    z-index: 99;
    background-color: #fff;
    filter: alpha(opacity=0);
}

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

.select2-container--default .select2-selection--single {
    background-color: #fff;
    border: 1px solid #aaa;
    border-radius: 4px;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #444;
    line-height: 28px;
}

.select2-container--default .select2-selection--single .select2-selection__clear {
    cursor: pointer;
    float: right;
    font-weight: bold;
}

.select2-container--default .select2-selection--single .select2-selection__placeholder {
    color: #999;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 26px;
    position: absolute;
    top: 1px;
    right: 1px;
    width: 20px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
    border-color: #888 transparent transparent transparent;
    border-style: solid;
    border-width: 5px 4px 0 4px;
    height: 0;
    left: 50%;
    margin-left: -4px;
    margin-top: -2px;
    position: absolute;
    top: 50%;
    width: 0;
}

.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__clear {
    float: left;
}

.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__arrow {
    left: 1px;
    right: auto;
}

.select2-container--default.select2-container--disabled .select2-selection--single {
    background-color: #eee;
    cursor: default;
}

.select2-container--default.select2-container--disabled .select2-selection--single .select2-selection__clear {
    display: none;
}

.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
    border-color: transparent transparent #888 transparent;
    border-width: 0 4px 5px 4px;
}

.select2-container--default .select2-selection--multiple {
    background-color: white;
    border: 1px solid #aaa;
    border-radius: 4px;
    cursor: text;
}

.select2-container--default .select2-selection--multiple .select2-selection__rendered {
    box-sizing: border-box;
    list-style: none;
    margin: 0;
    padding: 0 5px;
    width: 100%;
}

.select2-container--default .select2-selection--multiple .select2-selection__rendered li {
    list-style: none;
}

.select2-container--default .select2-selection--multiple .select2-selection__placeholder {
    color: #999;
    margin-top: 5px;
    float: left;
}

.select2-container--default .select2-selection--multiple .select2-selection__clear {
    cursor: pointer;
    float: right;
    font-weight: bold;
    margin-top: 5px;
    margin-right: 10px;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice {
    background-color: #e4e4e4;
    border: 1px solid #aaa;
    border-radius: 4px;
    cursor: default;
    float: left;
    margin-right: 5px;
    margin-top: 5px;
    padding: 0 5px;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
    color: #999;
    cursor: pointer;
    display: inline-block;
    font-weight: bold;
    margin-right: 2px;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover {
    color: #333;
}

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice, .select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__placeholder, .select2-container--default[dir="rtl"] .select2-selection--multiple .select2-search--inline {
    float: right;
}

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
    margin-left: 5px;
    margin-right: auto;
}

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove {
    margin-left: 2px;
    margin-right: auto;
}

.select2-container--default.select2-container--focus .select2-selection--multiple {
    border: solid black 1px;
    outline: 0;
}

.select2-container--default.select2-container--disabled .select2-selection--multiple {
    background-color: #eee;
    cursor: default;
}

.select2-container--default.select2-container--disabled .select2-selection__choice__remove {
    display: none;
}

.select2-container--default.select2-container--open.select2-container--above .select2-selection--single, .select2-container--default.select2-container--open.select2-container--above .select2-selection--multiple {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

.select2-container--default.select2-container--open.select2-container--below .select2-selection--single, .select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}

.select2-container--default .select2-search--dropdown .select2-search__field {
    border: 1px solid #aaa;
}

.select2-container--default .select2-search--inline .select2-search__field {
    background: transparent;
    border: none;
    outline: 0;
    box-shadow: none;
    -webkit-appearance: textfield;
}

.select2-container--default .select2-results > .select2-results__options {
    max-height: 200px;
    overflow-y: auto;
}

.select2-container--default .select2-results__option[role=group] {
    padding: 0;
}

.select2-container--default .select2-results__option[aria-disabled=true] {
    color: #999;
}

.select2-container--default .select2-results__option[data-selected=true] {
    background-color: #ddd;
}

.select2-container--default .select2-results__option .select2-results__option {
    padding-left: 1em;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__group {
    padding-left: 0;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option {
    margin-left: -1em;
    padding-left: 2em;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
    margin-left: -2em;
    padding-left: 3em;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
    margin-left: -3em;
    padding-left: 4em;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
    margin-left: -4em;
    padding-left: 5em;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
    margin-left: -5em;
    padding-left: 6em;
}

.select2-container--default .select2-results__option--highlighted[data-selected] {
    background-color: #5897fb;
    color: white;
}

.select2-container--default .select2-results__group {
    cursor: default;
    display: block;
    padding: 6px;
}

.select2-container--classic .select2-selection--single {
    background-color: #f7f7f7;
    border: 1px solid #aaa;
    border-radius: 4px;
    outline: 0;
    background-image: linear-gradient(to bottom, #fff 50%, #eee 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0);
}

.select2-container--classic .select2-selection--single:focus {
    border: 1px solid #5897fb;
}

.select2-container--classic .select2-selection--single .select2-selection__rendered {
    color: #444;
    line-height: 28px;
}

.select2-container--classic .select2-selection--single .select2-selection__clear {
    cursor: pointer;
    float: right;
    font-weight: bold;
    margin-right: 10px;
}

.select2-container--classic .select2-selection--single .select2-selection__placeholder {
    color: #999;
}

.select2-container--classic .select2-selection--single .select2-selection__arrow {
    background-color: #ddd;
    border: none;
    border-left: 1px solid #aaa;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
    height: 26px;
    position: absolute;
    top: 1px;
    right: 1px;
    width: 20px;
    background-image: linear-gradient(to bottom, #eee 50%, #ccc 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFCCCCCC', GradientType=0);
}

.select2-container--classic .select2-selection--single .select2-selection__arrow b {
    border-color: #888 transparent transparent transparent;
    border-style: solid;
    border-width: 5px 4px 0 4px;
    height: 0;
    left: 50%;
    margin-left: -4px;
    margin-top: -2px;
    position: absolute;
    top: 50%;
    width: 0;
}

.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__clear {
    float: left;
}

.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__arrow {
    border: none;
    border-right: 1px solid #aaa;
    border-radius: 0;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
    left: 1px;
    right: auto;
}

.select2-container--classic.select2-container--open .select2-selection--single {
    border: 1px solid #5897fb;
}

.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow {
    background: transparent;
    border: none;
}

.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow b {
    border-color: transparent transparent #888 transparent;
    border-width: 0 4px 5px 4px;
}

.select2-container--classic.select2-container--open.select2-container--above .select2-selection--single {
    border-top: none;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    background-image: linear-gradient(to bottom, #fff 0%, #eee 50%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0);
}

.select2-container--classic.select2-container--open.select2-container--below .select2-selection--single {
    border-bottom: none;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    background-image: linear-gradient(to bottom, #eee 50%, #fff 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFFFFFFF', GradientType=0);
}

.select2-container--classic .select2-selection--multiple {
    background-color: white;
    border: 1px solid #aaa;
    border-radius: 4px;
    cursor: text;
    outline: 0;
}

.select2-container--classic .select2-selection--multiple:focus {
    border: 1px solid #5897fb;
}

.select2-container--classic .select2-selection--multiple .select2-selection__rendered {
    list-style: none;
    margin: 0;
    padding: 0 5px;
}

.select2-container--classic .select2-selection--multiple .select2-selection__clear {
    display: none;
}

.select2-container--classic .select2-selection--multiple .select2-selection__choice {
    background-color: #e4e4e4;
    border: 1px solid #aaa;
    border-radius: 4px;
    cursor: default;
    float: left;
    margin-right: 5px;
    margin-top: 5px;
    padding: 0 5px;
}

.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove {
    color: #888;
    cursor: pointer;
    display: inline-block;
    font-weight: bold;
    margin-right: 2px;
}

.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove:hover {
    color: #555;
}

.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
    float: right;
}

.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
    margin-left: 5px;
    margin-right: auto;
}

.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove {
    margin-left: 2px;
    margin-right: auto;
}

.select2-container--classic.select2-container--open .select2-selection--multiple {
    border: 1px solid #5897fb;
}

.select2-container--classic.select2-container--open.select2-container--above .select2-selection--multiple {
    border-top: none;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

.select2-container--classic.select2-container--open.select2-container--below .select2-selection--multiple {
    border-bottom: none;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}

.select2-container--classic .select2-search--dropdown .select2-search__field {
    border: 1px solid #aaa;
    outline: 0;
}

.select2-container--classic .select2-search--inline .select2-search__field {
    outline: 0;
    box-shadow: none;
}

.select2-container--classic .select2-dropdown {
    background-color: #fff;
    border: 1px solid transparent;
}

.select2-container--classic .select2-dropdown--above {
    border-bottom: none;
}

.select2-container--classic .select2-dropdown--below {
    border-top: none;
}

.select2-container--classic .select2-results > .select2-results__options {
    max-height: 200px;
    overflow-y: auto;
}

.select2-container--classic .select2-results__option[role=group] {
    padding: 0;
}

.select2-container--classic .select2-results__option[aria-disabled=true] {
    color: grey;
}

.select2-container--classic .select2-results__option--highlighted[data-selected] {
    background-color: #3875d7;
    color: #fff;
}

.select2-container--classic .select2-results__group {
    cursor: default;
    display: block;
    padding: 6px;
}

.select2-container--classic.select2-container--open .select2-dropdown {
    border-color: #5897fb;
}

/*!
 * Datepicker for Bootstrap v1.7.1 (https://github.com/uxsolutions/bootstrap-datepicker)
 *
 * Licensed under the Apache License v2.0 (http://www.apache.org/licenses/LICENSE-2.0)
 */
.datepicker {
    padding: 4px;
    border-radius: 4px;
    direction: ltr;
}

.datepicker-inline {
    width: 220px;
}

.datepicker-rtl {
    direction: rtl;
}

.datepicker-rtl.dropdown-menu {
    left: auto;
}

.datepicker-rtl table tr td span {
    float: right;
}

.datepicker-dropdown {
    top: 0;
    left: 0;
}

.datepicker-dropdown:before {
    content: '';
    display: inline-block;
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    border-bottom: 7px solid #999;
    border-top: 0;
    border-bottom-color: rgba(0, 0, 0, 0.2);
    position: absolute;
}

.datepicker-dropdown:after {
    content: '';
    display: inline-block;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-bottom: 6px solid #fff;
    border-top: 0;
    position: absolute;
}

.datepicker-dropdown.datepicker-orient-left:before {
    left: 6px;
}

.datepicker-dropdown.datepicker-orient-left:after {
    left: 7px;
}

.datepicker-dropdown.datepicker-orient-right:before {
    right: 6px;
}

.datepicker-dropdown.datepicker-orient-right:after {
    right: 7px;
}

.datepicker-dropdown.datepicker-orient-bottom:before {
    top: -7px;
}

.datepicker-dropdown.datepicker-orient-bottom:after {
    top: -6px;
}

.datepicker-dropdown.datepicker-orient-top:before {
    bottom: -7px;
    border-bottom: 0;
    border-top: 7px solid #999;
}

.datepicker-dropdown.datepicker-orient-top:after {
    bottom: -6px;
    border-bottom: 0;
    border-top: 6px solid #fff;
}

.datepicker table {
    margin: 0;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.datepicker td, .datepicker th {
    text-align: center;
    width: 20px;
    height: 20px;
    border-radius: 4px;
    border: none;
}

.table-striped .datepicker table tr td, .table-striped .datepicker table tr th {
    background-color: transparent;
}

.datepicker table tr td.day.focused, .datepicker table tr td.day:hover {
    background: #eee;
    cursor: pointer;
}

.datepicker table tr td.new, .datepicker table tr td.old {
    color: #999;
}

.datepicker table tr td.disabled, .datepicker table tr td.disabled:hover {
    background: 0 0;
    color: #999;
    cursor: default;
}

.datepicker table tr td.highlighted {
    background: #d9edf7;
    border-radius: 0;
}

.datepicker table tr td.today, .datepicker table tr td.today.disabled, .datepicker table tr td.today.disabled:hover, .datepicker table tr td.today:hover {
    background-color: #fde19a;
    background-image: linear-gradient(to bottom, #fdd49a, #fdf59a);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fdd49a', endColorstr='#fdf59a', GradientType=0);
    border-color: #fdf59a #fdf59a #fbed50;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
    filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
    color: #000;
}

.datepicker table tr td.today.active, .datepicker table tr td.today.disabled, .datepicker table tr td.today.disabled.active, .datepicker table tr td.today.disabled.disabled, .datepicker table tr td.today.disabled:active, .datepicker table tr td.today.disabled:hover, .datepicker table tr td.today.disabled:hover.active, .datepicker table tr td.today.disabled:hover.disabled, .datepicker table tr td.today.disabled:hover:active, .datepicker table tr td.today.disabled:hover:hover, .datepicker table tr td.today.disabled:hover[disabled], .datepicker table tr td.today.disabled[disabled], .datepicker table tr td.today:active, .datepicker table tr td.today:hover, .datepicker table tr td.today:hover.active, .datepicker table tr td.today:hover.disabled, .datepicker table tr td.today:hover:active, .datepicker table tr td.today:hover:hover, .datepicker table tr td.today:hover[disabled], .datepicker table tr td.today[disabled] {
    background-color: #fdf59a;
}

.datepicker table tr td.today.active, .datepicker table tr td.today.disabled.active, .datepicker table tr td.today.disabled:active, .datepicker table tr td.today.disabled:hover.active, .datepicker table tr td.today.disabled:hover:active, .datepicker table tr td.today:active, .datepicker table tr td.today:hover.active, .datepicker table tr td.today:hover:active {
    background-color: #fbf069\9;
}

.datepicker table tr td.today:hover:hover {
    color: #000;
}

.datepicker table tr td.today.active:hover {
    color: #fff;
}

.datepicker table tr td.range, .datepicker table tr td.range.disabled, .datepicker table tr td.range.disabled:hover, .datepicker table tr td.range:hover {
    background: #eee;
    border-radius: 0;
}

.datepicker table tr td.range.today, .datepicker table tr td.range.today.disabled, .datepicker table tr td.range.today.disabled:hover, .datepicker table tr td.range.today:hover {
    background-color: #f3d17a;
    background-image: linear-gradient(to bottom, #f3c17a, #f3e97a);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f3c17a', endColorstr='#f3e97a', GradientType=0);
    border-color: #f3e97a #f3e97a #edde34;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
    filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
    border-radius: 0;
}

.datepicker table tr td.range.today.active, .datepicker table tr td.range.today.disabled, .datepicker table tr td.range.today.disabled.active, .datepicker table tr td.range.today.disabled.disabled, .datepicker table tr td.range.today.disabled:active, .datepicker table tr td.range.today.disabled:hover, .datepicker table tr td.range.today.disabled:hover.active, .datepicker table tr td.range.today.disabled:hover.disabled, .datepicker table tr td.range.today.disabled:hover:active, .datepicker table tr td.range.today.disabled:hover:hover, .datepicker table tr td.range.today.disabled:hover[disabled], .datepicker table tr td.range.today.disabled[disabled], .datepicker table tr td.range.today:active, .datepicker table tr td.range.today:hover, .datepicker table tr td.range.today:hover.active, .datepicker table tr td.range.today:hover.disabled, .datepicker table tr td.range.today:hover:active, .datepicker table tr td.range.today:hover:hover, .datepicker table tr td.range.today:hover[disabled], .datepicker table tr td.range.today[disabled] {
    background-color: #f3e97a;
}

.datepicker table tr td.range.today.active, .datepicker table tr td.range.today.disabled.active, .datepicker table tr td.range.today.disabled:active, .datepicker table tr td.range.today.disabled:hover.active, .datepicker table tr td.range.today.disabled:hover:active, .datepicker table tr td.range.today:active, .datepicker table tr td.range.today:hover.active, .datepicker table tr td.range.today:hover:active {
    background-color: #efe24b\9;
}

.datepicker table tr td.selected, .datepicker table tr td.selected.disabled, .datepicker table tr td.selected.disabled:hover, .datepicker table tr td.selected:hover {
    background-color: #9e9e9e;
    background-image: linear-gradient(to bottom, #b3b3b3, grey);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#b3b3b3', endColorstr='#808080', GradientType=0);
    border-color: grey grey #595959;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
    filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
    color: #fff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}

.datepicker table tr td.selected.active, .datepicker table tr td.selected.disabled, .datepicker table tr td.selected.disabled.active, .datepicker table tr td.selected.disabled.disabled, .datepicker table tr td.selected.disabled:active, .datepicker table tr td.selected.disabled:hover, .datepicker table tr td.selected.disabled:hover.active, .datepicker table tr td.selected.disabled:hover.disabled, .datepicker table tr td.selected.disabled:hover:active, .datepicker table tr td.selected.disabled:hover:hover, .datepicker table tr td.selected.disabled:hover[disabled], .datepicker table tr td.selected.disabled[disabled], .datepicker table tr td.selected:active, .datepicker table tr td.selected:hover, .datepicker table tr td.selected:hover.active, .datepicker table tr td.selected:hover.disabled, .datepicker table tr td.selected:hover:active, .datepicker table tr td.selected:hover:hover, .datepicker table tr td.selected:hover[disabled], .datepicker table tr td.selected[disabled] {
    background-color: grey;
}

.datepicker table tr td.selected.active, .datepicker table tr td.selected.disabled.active, .datepicker table tr td.selected.disabled:active, .datepicker table tr td.selected.disabled:hover.active, .datepicker table tr td.selected.disabled:hover:active, .datepicker table tr td.selected:active, .datepicker table tr td.selected:hover.active, .datepicker table tr td.selected:hover:active {
    background-color: #666\9;
}

.datepicker table tr td.active, .datepicker table tr td.active.disabled, .datepicker table tr td.active.disabled:hover, .datepicker table tr td.active:hover {
    background-color: #006dcc;
    background-image: linear-gradient(to bottom, #08c, #04c);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#08c', endColorstr='#0044cc', GradientType=0);
    border-color: #04c #04c #002a80;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
    filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
    color: #fff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}

.datepicker table tr td.active.active, .datepicker table tr td.active.disabled, .datepicker table tr td.active.disabled.active, .datepicker table tr td.active.disabled.disabled, .datepicker table tr td.active.disabled:active, .datepicker table tr td.active.disabled:hover, .datepicker table tr td.active.disabled:hover.active, .datepicker table tr td.active.disabled:hover.disabled, .datepicker table tr td.active.disabled:hover:active, .datepicker table tr td.active.disabled:hover:hover, .datepicker table tr td.active.disabled:hover[disabled], .datepicker table tr td.active.disabled[disabled], .datepicker table tr td.active:active, .datepicker table tr td.active:hover, .datepicker table tr td.active:hover.active, .datepicker table tr td.active:hover.disabled, .datepicker table tr td.active:hover:active, .datepicker table tr td.active:hover:hover, .datepicker table tr td.active:hover[disabled], .datepicker table tr td.active[disabled] {
    background-color: #04c;
}

.datepicker table tr td.active.active, .datepicker table tr td.active.disabled.active, .datepicker table tr td.active.disabled:active, .datepicker table tr td.active.disabled:hover.active, .datepicker table tr td.active.disabled:hover:active, .datepicker table tr td.active:active, .datepicker table tr td.active:hover.active, .datepicker table tr td.active:hover:active {
    background-color: #039\9;
}

.datepicker table tr td span {
    display: block;
    width: 23%;
    height: 54px;
    line-height: 54px;
    float: left;
    margin: 1%;
    cursor: pointer;
    border-radius: 4px;
}

.datepicker table tr td span.focused, .datepicker table tr td span:hover {
    background: #eee;
}

.datepicker table tr td span.disabled, .datepicker table tr td span.disabled:hover {
    background: 0 0;
    color: #999;
    cursor: default;
}

.datepicker table tr td span.active, .datepicker table tr td span.active.disabled, .datepicker table tr td span.active.disabled:hover, .datepicker table tr td span.active:hover {
    background-color: #006dcc;
    background-image: linear-gradient(to bottom, #08c, #04c);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#08c', endColorstr='#0044cc', GradientType=0);
    border-color: #04c #04c #002a80;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
    filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
    color: #fff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}

.datepicker table tr td span.active.active, .datepicker table tr td span.active.disabled, .datepicker table tr td span.active.disabled.active, .datepicker table tr td span.active.disabled.disabled, .datepicker table tr td span.active.disabled:active, .datepicker table tr td span.active.disabled:hover, .datepicker table tr td span.active.disabled:hover.active, .datepicker table tr td span.active.disabled:hover.disabled, .datepicker table tr td span.active.disabled:hover:active, .datepicker table tr td span.active.disabled:hover:hover, .datepicker table tr td span.active.disabled:hover[disabled], .datepicker table tr td span.active.disabled[disabled], .datepicker table tr td span.active:active, .datepicker table tr td span.active:hover, .datepicker table tr td span.active:hover.active, .datepicker table tr td span.active:hover.disabled, .datepicker table tr td span.active:hover:active, .datepicker table tr td span.active:hover:hover, .datepicker table tr td span.active:hover[disabled], .datepicker table tr td span.active[disabled] {
    background-color: #04c;
}

.datepicker table tr td span.active.active, .datepicker table tr td span.active.disabled.active, .datepicker table tr td span.active.disabled:active, .datepicker table tr td span.active.disabled:hover.active, .datepicker table tr td span.active.disabled:hover:active, .datepicker table tr td span.active:active, .datepicker table tr td span.active:hover.active, .datepicker table tr td span.active:hover:active {
    background-color: #039\9;
}

.datepicker table tr td span.new, .datepicker table tr td span.old {
    color: #999;
}

.datepicker .datepicker-switch {
    width: 145px;
}

.datepicker .datepicker-switch, .datepicker .next, .datepicker .prev, .datepicker tfoot tr th {
    cursor: pointer;
}

.datepicker .datepicker-switch:hover, .datepicker .next:hover, .datepicker .prev:hover, .datepicker tfoot tr th:hover {
    background: #eee;
}

.datepicker .next.disabled, .datepicker .prev.disabled {
    visibility: hidden;
}

.datepicker .cw {
    font-size: 10px;
    width: 12px;
    padding: 0 2px 0 5px;
    vertical-align: middle;
}

.input-append.date .add-on, .input-prepend.date .add-on {
    cursor: pointer;
}

.input-append.date .add-on i, .input-prepend.date .add-on i {
    margin-top: 3px;
}

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

.input-daterange input:first-child {
    border-radius: 3px 0 0 3px;
}

.input-daterange input:last-child {
    border-radius: 0 3px 3px 0;
}

.input-daterange .add-on {
    display: inline-block;
    width: auto;
    min-width: 16px;
    height: 18px;
    padding: 4px 5px;
    font-weight: 400;
    line-height: 18px;
    text-align: center;
    text-shadow: 0 1px 0 #fff;
    vertical-align: middle;
    background-color: #eee;
    border: 1px solid #ccc;
    margin-left: -5px;
    margin-right: -5px;
}

table.dataTable {
    width: 100%;
    margin: 0 auto;
    clear: both;
    border-collapse: separate;
    border-spacing: 0;
}

table.dataTable thead th, table.dataTable tfoot th {
    font-weight: bold;
}

table.dataTable thead th, table.dataTable thead td {
    padding: 10px 18px;
    border-bottom: 1px solid #111;
}

table.dataTable thead th:active, table.dataTable thead td:active {
    outline: none;
}

table.dataTable tfoot th, table.dataTable tfoot td {
    padding: 10px 18px 6px 18px;
    border-top: 1px solid #111;
}

table.dataTable thead .sorting, table.dataTable thead .sorting_asc, table.dataTable thead .sorting_desc {
    cursor: pointer;
    *cursor: hand;
}

table.dataTable thead .sorting, table.dataTable thead .sorting_asc, table.dataTable thead .sorting_desc, table.dataTable thead .sorting_asc_disabled, table.dataTable thead .sorting_desc_disabled {
    background-repeat: no-repeat;
    background-position: center right;
}

table.dataTable thead .sorting {
    background-image: url("../images/sort_both.png");
}

table.dataTable thead .sorting_asc {
    background-image: url("../images/sort_asc.png");
}

table.dataTable thead .sorting_desc {
    background-image: url("../images/sort_desc.png");
}

table.dataTable thead .sorting_asc_disabled {
    background-image: url("../images/sort_asc_disabled.png");
}

table.dataTable thead .sorting_desc_disabled {
    background-image: url("../images/sort_desc_disabled.png");
}

table.dataTable tbody tr {
    background-color: #ffffff;
}

table.dataTable tbody tr.selected {
    background-color: #B0BED9;
}

table.dataTable tbody th, table.dataTable tbody td {
    padding: 8px 10px;
}

table.dataTable.row-border tbody th, table.dataTable.row-border tbody td, table.dataTable.display tbody th, table.dataTable.display tbody td {
    border-top: 1px solid #ddd;
}

table.dataTable.row-border tbody tr:first-child th, table.dataTable.row-border tbody tr:first-child td, table.dataTable.display tbody tr:first-child th, table.dataTable.display tbody tr:first-child td {
    border-top: none;
}

table.dataTable.cell-border tbody th, table.dataTable.cell-border tbody td {
    border-top: 1px solid #ddd;
    border-right: 1px solid #ddd;
}

table.dataTable.cell-border tbody tr th:first-child, table.dataTable.cell-border tbody tr td:first-child {
    border-left: 1px solid #ddd;
}

table.dataTable.cell-border tbody tr:first-child th, table.dataTable.cell-border tbody tr:first-child td {
    border-top: none;
}

table.dataTable.stripe tbody tr.odd, table.dataTable.display tbody tr.odd {
    background-color: #f9f9f9;
}

table.dataTable.stripe tbody tr.odd.selected, table.dataTable.display tbody tr.odd.selected {
    background-color: #acbad4;
}

table.dataTable.hover tbody tr:hover, table.dataTable.display tbody tr:hover {
    background-color: #f6f6f6;
}

table.dataTable.hover tbody tr:hover.selected, table.dataTable.display tbody tr:hover.selected {
    background-color: #aab7d1;
}

table.dataTable.order-column tbody tr > .sorting_1, table.dataTable.order-column tbody tr > .sorting_2, table.dataTable.order-column tbody tr > .sorting_3, table.dataTable.display tbody tr > .sorting_1, table.dataTable.display tbody tr > .sorting_2, table.dataTable.display tbody tr > .sorting_3 {
    background-color: #fafafa;
}

table.dataTable.order-column tbody tr.selected > .sorting_1, table.dataTable.order-column tbody tr.selected > .sorting_2, table.dataTable.order-column tbody tr.selected > .sorting_3, table.dataTable.display tbody tr.selected > .sorting_1, table.dataTable.display tbody tr.selected > .sorting_2, table.dataTable.display tbody tr.selected > .sorting_3 {
    background-color: #acbad5;
}

table.dataTable.display tbody tr.odd > .sorting_1, table.dataTable.order-column.stripe tbody tr.odd > .sorting_1 {
    background-color: #f1f1f1;
}

table.dataTable.display tbody tr.odd > .sorting_2, table.dataTable.order-column.stripe tbody tr.odd > .sorting_2 {
    background-color: #f3f3f3;
}

table.dataTable.display tbody tr.odd > .sorting_3, table.dataTable.order-column.stripe tbody tr.odd > .sorting_3 {
    background-color: whitesmoke;
}

table.dataTable.display tbody tr.odd.selected > .sorting_1, table.dataTable.order-column.stripe tbody tr.odd.selected > .sorting_1 {
    background-color: #a6b4cd;
}

table.dataTable.display tbody tr.odd.selected > .sorting_2, table.dataTable.order-column.stripe tbody tr.odd.selected > .sorting_2 {
    background-color: #a8b5cf;
}

table.dataTable.display tbody tr.odd.selected > .sorting_3, table.dataTable.order-column.stripe tbody tr.odd.selected > .sorting_3 {
    background-color: #a9b7d1;
}

table.dataTable.display tbody tr.even > .sorting_1, table.dataTable.order-column.stripe tbody tr.even > .sorting_1 {
    background-color: #fafafa;
}

table.dataTable.display tbody tr.even > .sorting_2, table.dataTable.order-column.stripe tbody tr.even > .sorting_2 {
    background-color: #fcfcfc;
}

table.dataTable.display tbody tr.even > .sorting_3, table.dataTable.order-column.stripe tbody tr.even > .sorting_3 {
    background-color: #fefefe;
}

table.dataTable.display tbody tr.even.selected > .sorting_1, table.dataTable.order-column.stripe tbody tr.even.selected > .sorting_1 {
    background-color: #acbad5;
}

table.dataTable.display tbody tr.even.selected > .sorting_2, table.dataTable.order-column.stripe tbody tr.even.selected > .sorting_2 {
    background-color: #aebcd6;
}

table.dataTable.display tbody tr.even.selected > .sorting_3, table.dataTable.order-column.stripe tbody tr.even.selected > .sorting_3 {
    background-color: #afbdd8;
}

table.dataTable.display tbody tr:hover > .sorting_1, table.dataTable.order-column.hover tbody tr:hover > .sorting_1 {
    background-color: #eaeaea;
}

table.dataTable.display tbody tr:hover > .sorting_2, table.dataTable.order-column.hover tbody tr:hover > .sorting_2 {
    background-color: #ececec;
}

table.dataTable.display tbody tr:hover > .sorting_3, table.dataTable.order-column.hover tbody tr:hover > .sorting_3 {
    background-color: #efefef;
}

table.dataTable.display tbody tr:hover.selected > .sorting_1, table.dataTable.order-column.hover tbody tr:hover.selected > .sorting_1 {
    background-color: #a2aec7;
}

table.dataTable.display tbody tr:hover.selected > .sorting_2, table.dataTable.order-column.hover tbody tr:hover.selected > .sorting_2 {
    background-color: #a3b0c9;
}

table.dataTable.display tbody tr:hover.selected > .sorting_3, table.dataTable.order-column.hover tbody tr:hover.selected > .sorting_3 {
    background-color: #a5b2cb;
}

table.dataTable.no-footer {
    border-bottom: 1px solid #111;
}

table.dataTable.nowrap th, table.dataTable.nowrap td {
    white-space: nowrap;
}

table.dataTable.compact thead th, table.dataTable.compact thead td {
    padding: 4px 17px 4px 4px;
}

table.dataTable.compact tfoot th, table.dataTable.compact tfoot td {
    padding: 4px;
}

table.dataTable.compact tbody th, table.dataTable.compact tbody td {
    padding: 4px;
}

table.dataTable th.dt-left, table.dataTable td.dt-left {
    text-align: left;
}

table.dataTable th.dt-center, table.dataTable td.dt-center, table.dataTable td.dataTables_empty {
    text-align: center;
}

table.dataTable th.dt-right, table.dataTable td.dt-right {
    text-align: right;
}

table.dataTable th.dt-justify, table.dataTable td.dt-justify {
    text-align: justify;
}

table.dataTable th.dt-nowrap, table.dataTable td.dt-nowrap {
    white-space: nowrap;
}

table.dataTable thead th.dt-head-left, table.dataTable thead td.dt-head-left, table.dataTable tfoot th.dt-head-left, table.dataTable tfoot td.dt-head-left {
    text-align: left;
}

table.dataTable thead th.dt-head-center, table.dataTable thead td.dt-head-center, table.dataTable tfoot th.dt-head-center, table.dataTable tfoot td.dt-head-center {
    text-align: center;
}

table.dataTable thead th.dt-head-right, table.dataTable thead td.dt-head-right, table.dataTable tfoot th.dt-head-right, table.dataTable tfoot td.dt-head-right {
    text-align: right;
}

table.dataTable thead th.dt-head-justify, table.dataTable thead td.dt-head-justify, table.dataTable tfoot th.dt-head-justify, table.dataTable tfoot td.dt-head-justify {
    text-align: justify;
}

table.dataTable thead th.dt-head-nowrap, table.dataTable thead td.dt-head-nowrap, table.dataTable tfoot th.dt-head-nowrap, table.dataTable tfoot td.dt-head-nowrap {
    white-space: nowrap;
}

table.dataTable tbody th.dt-body-left, table.dataTable tbody td.dt-body-left {
    text-align: left;
}

table.dataTable tbody th.dt-body-center, table.dataTable tbody td.dt-body-center {
    text-align: center;
}

table.dataTable tbody th.dt-body-right, table.dataTable tbody td.dt-body-right {
    text-align: right;
}

table.dataTable tbody th.dt-body-justify, table.dataTable tbody td.dt-body-justify {
    text-align: justify;
}

table.dataTable tbody th.dt-body-nowrap, table.dataTable tbody td.dt-body-nowrap {
    white-space: nowrap;
}

table.dataTable, table.dataTable th, table.dataTable td {
    box-sizing: content-box;
}

.dataTables_wrapper {
    position: relative;
    clear: both;
    *zoom: 1;
    zoom: 1;
}

.dataTables_wrapper .dataTables_length {
    float: left;
}

.dataTables_wrapper .dataTables_filter {
    float: right;
    text-align: right;
}

.dataTables_wrapper .dataTables_filter input {
    margin-left: 0.5em;
}

.dataTables_wrapper .dataTables_info {
    clear: both;
    float: left;
    padding-top: 0.755em;
}

.dataTables_wrapper .dataTables_paginate {
    float: right;
    text-align: right;
    padding-top: 0.25em;
}

.dataTables_wrapper .dataTables_paginate .paginate_button {
    box-sizing: border-box;
    display: inline-block;
    min-width: 1.5em;
    padding: 0.5em 1em;
    margin-left: 2px;
    text-align: center;
    text-decoration: none !important;
    cursor: pointer;
    *cursor: hand;
    color: #333 !important;
    border: 1px solid transparent;
    border-radius: 2px;
}

.dataTables_wrapper .dataTables_paginate .paginate_button.current, .dataTables_wrapper .dataTables_paginate .paginate_button.current:hover {
    color: #333 !important;
    border: 1px solid #979797;
    background-color: white;
    background: linear-gradient(to bottom, #fff 0%, #dcdcdc 100%);
}

.dataTables_wrapper .dataTables_paginate .paginate_button.disabled, .dataTables_wrapper .dataTables_paginate .paginate_button.disabled:hover, .dataTables_wrapper .dataTables_paginate .paginate_button.disabled:active {
    cursor: default;
    color: #666 !important;
    border: 1px solid transparent;
    background: transparent;
    box-shadow: none;
}

.dataTables_wrapper .dataTables_paginate .paginate_button:hover {
    color: white !important;
    border: 1px solid #111;
    background-color: #585858;
    background: linear-gradient(to bottom, #585858 0%, #111 100%);
}

.dataTables_wrapper .dataTables_paginate .paginate_button:active {
    outline: none;
    background-color: #2b2b2b;
    background: linear-gradient(to bottom, #2b2b2b 0%, #0c0c0c 100%);
    box-shadow: inset 0 0 3px #111;
}

.dataTables_wrapper .dataTables_paginate .ellipsis {
    padding: 0 1em;
}

.dataTables_wrapper .dataTables_processing {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    height: 40px;
    margin-left: -50%;
    margin-top: -25px;
    padding-top: 20px;
    text-align: center;
    font-size: 1.2em;
    background-color: white;
    background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.9) 25%, rgba(255, 255, 255, 0.9) 75%, rgba(255, 255, 255, 0) 100%);
}

.dataTables_wrapper .dataTables_length, .dataTables_wrapper .dataTables_filter, .dataTables_wrapper .dataTables_info, .dataTables_wrapper .dataTables_processing, .dataTables_wrapper .dataTables_paginate {
    color: #333;
}

.dataTables_wrapper .dataTables_scroll {
    clear: both;
}

.dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody {
    *margin-top: -1px;
    -webkit-overflow-scrolling: touch;
}

.dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody th, .dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody td {
    vertical-align: middle;
}

.dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody th > div.dataTables_sizing, .dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody td > div.dataTables_sizing {
    height: 0;
    overflow: hidden;
    margin: 0 !important;
    padding: 0 !important;
}

.dataTables_wrapper.no-footer .dataTables_scrollBody {
    border-bottom: 1px solid #111;
}

.dataTables_wrapper.no-footer div.dataTables_scrollHead table, .dataTables_wrapper.no-footer div.dataTables_scrollBody table {
    border-bottom: none;
}

.dataTables_wrapper:after {
    visibility: hidden;
    display: block;
    content: "";
    clear: both;
    height: 0;
}

@media screen and (max-width: 767px) {
    .dataTables_wrapper .dataTables_info, .dataTables_wrapper .dataTables_paginate {
        float: none;
        text-align: center;
    }
    .dataTables_wrapper .dataTables_paginate {
        margin-top: 0.5em;
    }
}

@media screen and (max-width: 640px) {
    .dataTables_wrapper .dataTables_length, .dataTables_wrapper .dataTables_filter {
        float: none;
        text-align: center;
    }
    .dataTables_wrapper .dataTables_filter {
        margin-top: 0.5em;
    }
}

/*!
 * animate.css -http://daneden.me/animate
 * Version - 3.6.0
 * Licensed under the MIT license - http://opensource.org/licenses/MIT
 *
 * Copyright (c) 2018 Daniel Eden
 */
.animated {
    animation-duration: 1s;
    animation-fill-mode: both;
}

.animated.infinite {
    animation-iteration-count: infinite;
}

@keyframes bounce {
    0%, 20%, 53%, 80%, to {
        animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        transform: translateZ(0);
    }
    40%, 43% {
        animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
        transform: translate3d(0, -30px, 0);
    }
    70% {
        animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
        transform: translate3d(0, -15px, 0);
    }
    90% {
        transform: translate3d(0, -4px, 0);
    }
}

.bounce {
    animation-name: bounce;
    -ms-transform-origin: center bottom;
    transform-origin: center bottom;
}

@keyframes flash {
    0%, 50%, to {
        opacity: 1;
    }
    25%, 75% {
        opacity: 0;
    }
}

.flash {
    animation-name: flash;
}

@keyframes pulse {
    0% {
        transform: scaleX(1);
    }
    50% {
        transform: scale3d(1.05, 1.05, 1.05);
    }
    to {
        transform: scaleX(1);
    }
}

.pulse {
    animation-name: pulse;
}

@keyframes rubberBand {
    0% {
        transform: scaleX(1);
    }
    30% {
        transform: scale3d(1.25, 0.75, 1);
    }
    40% {
        transform: scale3d(0.75, 1.25, 1);
    }
    50% {
        transform: scale3d(1.15, 0.85, 1);
    }
    65% {
        transform: scale3d(0.95, 1.05, 1);
    }
    75% {
        transform: scale3d(1.05, 0.95, 1);
    }
    to {
        transform: scaleX(1);
    }
}

.rubberBand {
    animation-name: rubberBand;
}

@keyframes shake {
    0%, to {
        transform: translateZ(0);
    }
    10%, 30%, 50%, 70%, 90% {
        transform: translate3d(-10px, 0, 0);
    }
    20%, 40%, 60%, 80% {
        transform: translate3d(10px, 0, 0);
    }
}

.shake {
    animation-name: shake;
}

@keyframes headShake {
    0% {
        transform: translateX(0);
    }
    6.5% {
        transform: translateX(-6px) rotateY(-9deg);
    }
    18.5% {
        transform: translateX(5px) rotateY(7deg);
    }
    31.5% {
        transform: translateX(-3px) rotateY(-5deg);
    }
    43.5% {
        transform: translateX(2px) rotateY(3deg);
    }
    50% {
        transform: translateX(0);
    }
}

.headShake {
    animation-timing-function: ease-in-out;
    animation-name: headShake;
}

@keyframes swing {
    20% {
        transform: rotate(15deg);
    }
    40% {
        transform: rotate(-10deg);
    }
    60% {
        transform: rotate(5deg);
    }
    80% {
        transform: rotate(-5deg);
    }
    to {
        transform: rotate(0deg);
    }
}

.swing {
    -ms-transform-origin: top center;
    transform-origin: top center;
    animation-name: swing;
}

@keyframes tada {
    0% {
        transform: scaleX(1);
    }
    10%, 20% {
        transform: scale3d(0.9, 0.9, 0.9) rotate(-3deg);
    }
    30%, 50%, 70%, 90% {
        transform: scale3d(1.1, 1.1, 1.1) rotate(3deg);
    }
    40%, 60%, 80% {
        transform: scale3d(1.1, 1.1, 1.1) rotate(-3deg);
    }
    to {
        transform: scaleX(1);
    }
}

.tada {
    animation-name: tada;
}

@keyframes wobble {
    0% {
        transform: translateZ(0);
    }
    15% {
        transform: translate3d(-25%, 0, 0) rotate(-5deg);
    }
    30% {
        transform: translate3d(20%, 0, 0) rotate(3deg);
    }
    45% {
        transform: translate3d(-15%, 0, 0) rotate(-3deg);
    }
    60% {
        transform: translate3d(10%, 0, 0) rotate(2deg);
    }
    75% {
        transform: translate3d(-5%, 0, 0) rotate(-1deg);
    }
    to {
        transform: translateZ(0);
    }
}

.wobble {
    animation-name: wobble;
}

@keyframes jello {
    0%, 11.1%, to {
        transform: translateZ(0);
    }
    22.2% {
        transform: skewX(-12.5deg) skewY(-12.5deg);
    }
    33.3% {
        transform: skewX(6.25deg) skewY(6.25deg);
    }
    44.4% {
        transform: skewX(-3.125deg) skewY(-3.125deg);
    }
    55.5% {
        transform: skewX(1.5625deg) skewY(1.5625deg);
    }
    66.6% {
        transform: skewX(-0.78125deg) skewY(-0.78125deg);
    }
    77.7% {
        transform: skewX(0.39062deg) skewY(0.39062deg);
    }
    88.8% {
        transform: skewX(-0.19531deg) skewY(-0.19531deg);
    }
}

.jello {
    animation-name: jello;
    -ms-transform-origin: center;
    transform-origin: center;
}

@keyframes bounceIn {
    0%, 20%, 40%, 60%, 80%, to {
        animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    }
    0% {
        opacity: 0;
        transform: scale3d(0.3, 0.3, 0.3);
    }
    20% {
        transform: scale3d(1.1, 1.1, 1.1);
    }
    40% {
        transform: scale3d(0.9, 0.9, 0.9);
    }
    60% {
        opacity: 1;
        transform: scale3d(1.03, 1.03, 1.03);
    }
    80% {
        transform: scale3d(0.97, 0.97, 0.97);
    }
    to {
        opacity: 1;
        transform: scaleX(1);
    }
}

.bounceIn {
    animation-duration: .75s;
    animation-name: bounceIn;
}

@keyframes bounceInDown {
    0%, 60%, 75%, 90%, to {
        animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    }
    0% {
        opacity: 0;
        transform: translate3d(0, -3000px, 0);
    }
    60% {
        opacity: 1;
        transform: translate3d(0, 25px, 0);
    }
    75% {
        transform: translate3d(0, -10px, 0);
    }
    90% {
        transform: translate3d(0, 5px, 0);
    }
    to {
        transform: translateZ(0);
    }
}

.bounceInDown {
    animation-name: bounceInDown;
}

@keyframes bounceInLeft {
    0%, 60%, 75%, 90%, to {
        animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    }
    0% {
        opacity: 0;
        transform: translate3d(-3000px, 0, 0);
    }
    60% {
        opacity: 1;
        transform: translate3d(25px, 0, 0);
    }
    75% {
        transform: translate3d(-10px, 0, 0);
    }
    90% {
        transform: translate3d(5px, 0, 0);
    }
    to {
        transform: translateZ(0);
    }
}

.bounceInLeft {
    animation-name: bounceInLeft;
}

@keyframes bounceInRight {
    0%, 60%, 75%, 90%, to {
        animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    }
    0% {
        opacity: 0;
        transform: translate3d(3000px, 0, 0);
    }
    60% {
        opacity: 1;
        transform: translate3d(-25px, 0, 0);
    }
    75% {
        transform: translate3d(10px, 0, 0);
    }
    90% {
        transform: translate3d(-5px, 0, 0);
    }
    to {
        transform: translateZ(0);
    }
}

.bounceInRight {
    animation-name: bounceInRight;
}

@keyframes bounceInUp {
    0%, 60%, 75%, 90%, to {
        animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    }
    0% {
        opacity: 0;
        transform: translate3d(0, 3000px, 0);
    }
    60% {
        opacity: 1;
        transform: translate3d(0, -20px, 0);
    }
    75% {
        transform: translate3d(0, 10px, 0);
    }
    90% {
        transform: translate3d(0, -5px, 0);
    }
    to {
        transform: translateZ(0);
    }
}

.bounceInUp {
    animation-name: bounceInUp;
}

@keyframes bounceOut {
    20% {
        transform: scale3d(0.9, 0.9, 0.9);
    }
    50%, 55% {
        opacity: 1;
        transform: scale3d(1.1, 1.1, 1.1);
    }
    to {
        opacity: 0;
        transform: scale3d(0.3, 0.3, 0.3);
    }
}

.bounceOut {
    animation-duration: .75s;
    animation-name: bounceOut;
}

@keyframes bounceOutDown {
    20% {
        transform: translate3d(0, 10px, 0);
    }
    40%, 45% {
        opacity: 1;
        transform: translate3d(0, -20px, 0);
    }
    to {
        opacity: 0;
        transform: translate3d(0, 2000px, 0);
    }
}

.bounceOutDown {
    animation-name: bounceOutDown;
}

@keyframes bounceOutLeft {
    20% {
        opacity: 1;
        transform: translate3d(20px, 0, 0);
    }
    to {
        opacity: 0;
        transform: translate3d(-2000px, 0, 0);
    }
}

.bounceOutLeft {
    animation-name: bounceOutLeft;
}

@keyframes bounceOutRight {
    20% {
        opacity: 1;
        transform: translate3d(-20px, 0, 0);
    }
    to {
        opacity: 0;
        transform: translate3d(2000px, 0, 0);
    }
}

.bounceOutRight {
    animation-name: bounceOutRight;
}

@keyframes bounceOutUp {
    20% {
        transform: translate3d(0, -10px, 0);
    }
    40%, 45% {
        opacity: 1;
        transform: translate3d(0, 20px, 0);
    }
    to {
        opacity: 0;
        transform: translate3d(0, -2000px, 0);
    }
}

.bounceOutUp {
    animation-name: bounceOutUp;
}

@keyframes fadeIn {
    0% {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

.fadeIn {
    animation-name: fadeIn;
}

@keyframes fadeInDown {
    0% {
        opacity: 0;
        transform: translate3d(0, -100%, 0);
    }
    to {
        opacity: 1;
        transform: translateZ(0);
    }
}

.fadeInDown {
    animation-name: fadeInDown;
}

@keyframes fadeInDownBig {
    0% {
        opacity: 0;
        transform: translate3d(0, -2000px, 0);
    }
    to {
        opacity: 1;
        transform: translateZ(0);
    }
}

.fadeInDownBig {
    animation-name: fadeInDownBig;
}

@keyframes fadeInLeft {
    0% {
        opacity: 0;
        transform: translate3d(-100%, 0, 0);
    }
    to {
        opacity: 1;
        transform: translateZ(0);
    }
}

.fadeInLeft {
    animation-name: fadeInLeft;
}

@keyframes fadeInLeftBig {
    0% {
        opacity: 0;
        transform: translate3d(-2000px, 0, 0);
    }
    to {
        opacity: 1;
        transform: translateZ(0);
    }
}

.fadeInLeftBig {
    animation-name: fadeInLeftBig;
}

@keyframes fadeInRight {
    0% {
        opacity: 0;
        transform: translate3d(100%, 0, 0);
    }
    to {
        opacity: 1;
        transform: translateZ(0);
    }
}

.fadeInRight {
    animation-name: fadeInRight;
}

@keyframes fadeInRightBig {
    0% {
        opacity: 0;
        transform: translate3d(2000px, 0, 0);
    }
    to {
        opacity: 1;
        transform: translateZ(0);
    }
}

.fadeInRightBig {
    animation-name: fadeInRightBig;
}

@keyframes fadeInUp {
    0% {
        opacity: 0;
        transform: translate3d(0, 100%, 0);
    }
    to {
        opacity: 1;
        transform: translateZ(0);
    }
}

.fadeInUp {
    animation-name: fadeInUp;
}

@keyframes fadeInUpBig {
    0% {
        opacity: 0;
        transform: translate3d(0, 2000px, 0);
    }
    to {
        opacity: 1;
        transform: translateZ(0);
    }
}

.fadeInUpBig {
    animation-name: fadeInUpBig;
}

@keyframes fadeOut {
    0% {
        opacity: 1;
    }
    to {
        opacity: 0;
    }
}

.fadeOut {
    animation-name: fadeOut;
}

@keyframes fadeOutDown {
    0% {
        opacity: 1;
    }
    to {
        opacity: 0;
        transform: translate3d(0, 100%, 0);
    }
}

.fadeOutDown {
    animation-name: fadeOutDown;
}

@keyframes fadeOutDownBig {
    0% {
        opacity: 1;
    }
    to {
        opacity: 0;
        transform: translate3d(0, 2000px, 0);
    }
}

.fadeOutDownBig {
    animation-name: fadeOutDownBig;
}

@keyframes fadeOutLeft {
    0% {
        opacity: 1;
    }
    to {
        opacity: 0;
        transform: translate3d(-100%, 0, 0);
    }
}

.fadeOutLeft {
    animation-name: fadeOutLeft;
}

@keyframes fadeOutLeftBig {
    0% {
        opacity: 1;
    }
    to {
        opacity: 0;
        transform: translate3d(-2000px, 0, 0);
    }
}

.fadeOutLeftBig {
    animation-name: fadeOutLeftBig;
}

@keyframes fadeOutRight {
    0% {
        opacity: 1;
    }
    to {
        opacity: 0;
        transform: translate3d(100%, 0, 0);
    }
}

.fadeOutRight {
    animation-name: fadeOutRight;
}

@keyframes fadeOutRightBig {
    0% {
        opacity: 1;
    }
    to {
        opacity: 0;
        transform: translate3d(2000px, 0, 0);
    }
}

.fadeOutRightBig {
    animation-name: fadeOutRightBig;
}

@keyframes fadeOutUp {
    0% {
        opacity: 1;
    }
    to {
        opacity: 0;
        transform: translate3d(0, -100%, 0);
    }
}

.fadeOutUp {
    animation-name: fadeOutUp;
}

@keyframes fadeOutUpBig {
    0% {
        opacity: 1;
    }
    to {
        opacity: 0;
        transform: translate3d(0, -2000px, 0);
    }
}

.fadeOutUpBig {
    animation-name: fadeOutUpBig;
}

@keyframes flip {
    0% {
        transform: perspective(400px) rotateY(-1turn);
        animation-timing-function: ease-out;
    }
    40% {
        transform: perspective(400px) translateZ(150px) rotateY(-190deg);
        animation-timing-function: ease-out;
    }
    50% {
        transform: perspective(400px) translateZ(150px) rotateY(-170deg);
        animation-timing-function: ease-in;
    }
    80% {
        transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
        animation-timing-function: ease-in;
    }
    to {
        transform: perspective(400px);
        animation-timing-function: ease-in;
    }
}

.animated.flip {
    -webkit-backface-visibility: visible;
    backface-visibility: visible;
    animation-name: flip;
}

@keyframes flipInX {
    0% {
        transform: perspective(400px) rotateX(90deg);
        animation-timing-function: ease-in;
        opacity: 0;
    }
    40% {
        transform: perspective(400px) rotateX(-20deg);
        animation-timing-function: ease-in;
    }
    60% {
        transform: perspective(400px) rotateX(10deg);
        opacity: 1;
    }
    80% {
        transform: perspective(400px) rotateX(-5deg);
    }
    to {
        transform: perspective(400px);
    }
}

.flipInX {
    -webkit-backface-visibility: visible !important;
    backface-visibility: visible !important;
    animation-name: flipInX;
}

@keyframes flipInY {
    0% {
        transform: perspective(400px) rotateY(90deg);
        animation-timing-function: ease-in;
        opacity: 0;
    }
    40% {
        transform: perspective(400px) rotateY(-20deg);
        animation-timing-function: ease-in;
    }
    60% {
        transform: perspective(400px) rotateY(10deg);
        opacity: 1;
    }
    80% {
        transform: perspective(400px) rotateY(-5deg);
    }
    to {
        transform: perspective(400px);
    }
}

.flipInY {
    -webkit-backface-visibility: visible !important;
    backface-visibility: visible !important;
    animation-name: flipInY;
}

@keyframes flipOutX {
    0% {
        transform: perspective(400px);
    }
    30% {
        transform: perspective(400px) rotateX(-20deg);
        opacity: 1;
    }
    to {
        transform: perspective(400px) rotateX(90deg);
        opacity: 0;
    }
}

.flipOutX {
    animation-duration: .75s;
    animation-name: flipOutX;
    -webkit-backface-visibility: visible !important;
    backface-visibility: visible !important;
}

@keyframes flipOutY {
    0% {
        transform: perspective(400px);
    }
    30% {
        transform: perspective(400px) rotateY(-15deg);
        opacity: 1;
    }
    to {
        transform: perspective(400px) rotateY(90deg);
        opacity: 0;
    }
}

.flipOutY {
    animation-duration: .75s;
    -webkit-backface-visibility: visible !important;
    backface-visibility: visible !important;
    animation-name: flipOutY;
}

@keyframes lightSpeedIn {
    0% {
        transform: translate3d(100%, 0, 0) skewX(-30deg);
        opacity: 0;
    }
    60% {
        transform: skewX(20deg);
        opacity: 1;
    }
    80% {
        transform: skewX(-5deg);
        opacity: 1;
    }
    to {
        transform: translateZ(0);
        opacity: 1;
    }
}

.lightSpeedIn {
    animation-name: lightSpeedIn;
    animation-timing-function: ease-out;
}

@keyframes lightSpeedOut {
    0% {
        opacity: 1;
    }
    to {
        transform: translate3d(100%, 0, 0) skewX(30deg);
        opacity: 0;
    }
}

.lightSpeedOut {
    animation-name: lightSpeedOut;
    animation-timing-function: ease-in;
}

@keyframes rotateIn {
    0% {
        transform-origin: center;
        transform: rotate(-200deg);
        opacity: 0;
    }
    to {
        transform-origin: center;
        transform: translateZ(0);
        opacity: 1;
    }
}

.rotateIn {
    animation-name: rotateIn;
}

@keyframes rotateInDownLeft {
    0% {
        transform-origin: left bottom;
        transform: rotate(-45deg);
        opacity: 0;
    }
    to {
        transform-origin: left bottom;
        transform: translateZ(0);
        opacity: 1;
    }
}

.rotateInDownLeft {
    animation-name: rotateInDownLeft;
}

@keyframes rotateInDownRight {
    0% {
        transform-origin: right bottom;
        transform: rotate(45deg);
        opacity: 0;
    }
    to {
        transform-origin: right bottom;
        transform: translateZ(0);
        opacity: 1;
    }
}

.rotateInDownRight {
    animation-name: rotateInDownRight;
}

@keyframes rotateInUpLeft {
    0% {
        transform-origin: left bottom;
        transform: rotate(45deg);
        opacity: 0;
    }
    to {
        transform-origin: left bottom;
        transform: translateZ(0);
        opacity: 1;
    }
}

.rotateInUpLeft {
    animation-name: rotateInUpLeft;
}

@keyframes rotateInUpRight {
    0% {
        transform-origin: right bottom;
        transform: rotate(-90deg);
        opacity: 0;
    }
    to {
        transform-origin: right bottom;
        transform: translateZ(0);
        opacity: 1;
    }
}

.rotateInUpRight {
    animation-name: rotateInUpRight;
}

@keyframes rotateOut {
    0% {
        transform-origin: center;
        opacity: 1;
    }
    to {
        transform-origin: center;
        transform: rotate(200deg);
        opacity: 0;
    }
}

.rotateOut {
    animation-name: rotateOut;
}

@keyframes rotateOutDownLeft {
    0% {
        transform-origin: left bottom;
        opacity: 1;
    }
    to {
        transform-origin: left bottom;
        transform: rotate(45deg);
        opacity: 0;
    }
}

.rotateOutDownLeft {
    animation-name: rotateOutDownLeft;
}

@keyframes rotateOutDownRight {
    0% {
        transform-origin: right bottom;
        opacity: 1;
    }
    to {
        transform-origin: right bottom;
        transform: rotate(-45deg);
        opacity: 0;
    }
}

.rotateOutDownRight {
    animation-name: rotateOutDownRight;
}

@keyframes rotateOutUpLeft {
    0% {
        transform-origin: left bottom;
        opacity: 1;
    }
    to {
        transform-origin: left bottom;
        transform: rotate(-45deg);
        opacity: 0;
    }
}

.rotateOutUpLeft {
    animation-name: rotateOutUpLeft;
}

@keyframes rotateOutUpRight {
    0% {
        transform-origin: right bottom;
        opacity: 1;
    }
    to {
        transform-origin: right bottom;
        transform: rotate(90deg);
        opacity: 0;
    }
}

.rotateOutUpRight {
    animation-name: rotateOutUpRight;
}

@keyframes hinge {
    0% {
        transform-origin: top left;
        animation-timing-function: ease-in-out;
    }
    20%, 60% {
        transform: rotate(80deg);
        transform-origin: top left;
        animation-timing-function: ease-in-out;
    }
    40%, 80% {
        transform: rotate(60deg);
        transform-origin: top left;
        animation-timing-function: ease-in-out;
        opacity: 1;
    }
    to {
        transform: translate3d(0, 700px, 0);
        opacity: 0;
    }
}

.hinge {
    animation-duration: 2s;
    animation-name: hinge;
}

@keyframes jackInTheBox {
    0% {
        opacity: 0;
        transform: scale(0.1) rotate(30deg);
        transform-origin: center bottom;
    }
    50% {
        transform: rotate(-10deg);
    }
    70% {
        transform: rotate(3deg);
    }
    to {
        opacity: 1;
        transform: scale(1);
    }
}

.jackInTheBox {
    animation-name: jackInTheBox;
}

@keyframes rollIn {
    0% {
        opacity: 0;
        transform: translate3d(-100%, 0, 0) rotate(-120deg);
    }
    to {
        opacity: 1;
        transform: translateZ(0);
    }
}

.rollIn {
    animation-name: rollIn;
}

@keyframes rollOut {
    0% {
        opacity: 1;
    }
    to {
        opacity: 0;
        transform: translate3d(100%, 0, 0) rotate(120deg);
    }
}

.rollOut {
    animation-name: rollOut;
}

@keyframes zoomIn {
    0% {
        opacity: 0;
        transform: scale3d(0.3, 0.3, 0.3);
    }
    50% {
        opacity: 1;
    }
}

.zoomIn {
    animation-name: zoomIn;
}

@keyframes zoomInDown {
    0% {
        opacity: 0;
        transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
        animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    }
    60% {
        opacity: 1;
        transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    }
}

.zoomInDown {
    animation-name: zoomInDown;
}

@keyframes zoomInLeft {
    0% {
        opacity: 0;
        transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
        animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    }
    60% {
        opacity: 1;
        transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    }
}

.zoomInLeft {
    animation-name: zoomInLeft;
}

@keyframes zoomInRight {
    0% {
        opacity: 0;
        transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
        animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    }
    60% {
        opacity: 1;
        transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    }
}

.zoomInRight {
    animation-name: zoomInRight;
}

@keyframes zoomInUp {
    0% {
        opacity: 0;
        transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
        animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    }
    60% {
        opacity: 1;
        transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    }
}

.zoomInUp {
    animation-name: zoomInUp;
}

@keyframes zoomOut {
    0% {
        opacity: 1;
    }
    50% {
        opacity: 0;
        transform: scale3d(0.3, 0.3, 0.3);
    }
    to {
        opacity: 0;
    }
}

.zoomOut {
    animation-name: zoomOut;
}

@keyframes zoomOutDown {
    40% {
        opacity: 1;
        transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
        animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    }
    to {
        opacity: 0;
        transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
        transform-origin: center bottom;
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    }
}

.zoomOutDown {
    animation-name: zoomOutDown;
}

@keyframes zoomOutLeft {
    40% {
        opacity: 1;
        transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
    }
    to {
        opacity: 0;
        transform: scale(0.1) translate3d(-2000px, 0, 0);
        transform-origin: left center;
    }
}

.zoomOutLeft {
    animation-name: zoomOutLeft;
}

@keyframes zoomOutRight {
    40% {
        opacity: 1;
        transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
    }
    to {
        opacity: 0;
        transform: scale(0.1) translate3d(2000px, 0, 0);
        transform-origin: right center;
    }
}

.zoomOutRight {
    animation-name: zoomOutRight;
}

@keyframes zoomOutUp {
    40% {
        opacity: 1;
        transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
        animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    }
    to {
        opacity: 0;
        transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
        transform-origin: center bottom;
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    }
}

.zoomOutUp {
    animation-name: zoomOutUp;
}

@keyframes slideInDown {
    0% {
        transform: translate3d(0, -100%, 0);
        visibility: visible;
    }
    to {
        transform: translateZ(0);
    }
}

.slideInDown {
    animation-name: slideInDown;
}

@keyframes slideInLeft {
    0% {
        transform: translate3d(-100%, 0, 0);
        visibility: visible;
    }
    to {
        transform: translateZ(0);
    }
}

.slideInLeft {
    animation-name: slideInLeft;
}

@keyframes slideInRight {
    0% {
        transform: translate3d(100%, 0, 0);
        visibility: visible;
    }
    to {
        transform: translateZ(0);
    }
}

.slideInRight {
    animation-name: slideInRight;
}

@keyframes slideInUp {
    0% {
        transform: translate3d(0, 100%, 0);
        visibility: visible;
    }
    to {
        transform: translateZ(0);
    }
}

.slideInUp {
    animation-name: slideInUp;
}

@keyframes slideOutDown {
    0% {
        transform: translateZ(0);
    }
    to {
        visibility: hidden;
        transform: translate3d(0, 100%, 0);
    }
}

.slideOutDown {
    animation-name: slideOutDown;
}

@keyframes slideOutLeft {
    0% {
        transform: translateZ(0);
    }
    to {
        visibility: hidden;
        transform: translate3d(-100%, 0, 0);
    }
}

.slideOutLeft {
    animation-name: slideOutLeft;
}

@keyframes slideOutRight {
    0% {
        transform: translateZ(0);
    }
    to {
        visibility: hidden;
        transform: translate3d(100%, 0, 0);
    }
}

.slideOutRight {
    animation-name: slideOutRight;
}

@keyframes slideOutUp {
    0% {
        transform: translateZ(0);
    }
    to {
        visibility: hidden;
        transform: translate3d(0, -100%, 0);
    }
}

.slideOutUp {
    animation-name: slideOutUp;
}

@keyframes plyr-progress {
    to {
        background-position: 25px 0;
    }
}

@keyframes plyr-popup {
    0% {
        opacity: .5;
        transform: translateY(10px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

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

.plyr {
    -moz-osx-font-smoothing: auto;
    -webkit-font-smoothing: subpixel-antialiased;
    direction: ltr;
    font-family: Avenir,"Avenir Next","Helvetica Neue","Segoe UI",Helvetica,Arial,sans-serif;
    font-variant-numeric: tabular-nums;
    font-weight: 500;
    line-height: 1.7;
    max-width: 100%;
    min-width: 200px;
    position: relative;
    text-shadow: none;
    transition: box-shadow .3s ease;
}

.plyr audio, .plyr video {
    border-radius: inherit;
    height: auto;
    vertical-align: middle;
    width: 100%;
}

.plyr button {
    font: inherit;
    line-height: inherit;
    width: auto;
}

.plyr:focus {
    outline: 0;
}

.plyr--full-ui {
    box-sizing: border-box;
}

.plyr--full-ui *, .plyr--full-ui ::after, .plyr--full-ui ::before {
    box-sizing: inherit;
}

.plyr--full-ui a, .plyr--full-ui button, .plyr--full-ui input, .plyr--full-ui label {
    -ms-touch-action: manipulation;
    touch-action: manipulation;
}

.plyr__badge {
    background: #4f5b5f;
    border-radius: 2px;
    color: #fff;
    font-size: 9px;
    line-height: 1;
    padding: 3px 4px;
}

.plyr--full-ui ::-webkit-media-text-track-container {
    display: none;
}

.plyr__captions {
    animation: plyr-fade-in .3s ease;
    bottom: 0;
    color: #fff;
    display: none;
    font-size: 14px;
    left: 0;
    padding: 10px;
    position: absolute;
    text-align: center;
    transition: transform .4s ease-in-out;
    width: 100%;
}

.plyr__captions .plyr__caption {
    background: rgba(0, 0, 0, 0.8);
    border-radius: 2px;
    -webkit-box-decoration-break: clone;
    box-decoration-break: clone;
    line-height: 185%;
    padding: .2em .5em;
    white-space: pre-wrap;
}

.plyr__captions .plyr__caption div {
    display: inline;
}

.plyr__captions span:empty {
    display: none;
}

@media (min-width: 480px) {
    .plyr__captions {
        font-size: 16px;
        padding: 20px;
    }
}

@media (min-width: 768px) {
    .plyr__captions {
        font-size: 18px;
    }
}

.plyr--captions-active .plyr__captions {
    display: block;
}

.plyr:not(.plyr--hide-controls) .plyr__controls:not(:empty) ~ .plyr__captions {
    -ms-transform: translateY(-40px);
    transform: translateY(-40px);
}

.plyr__control {
    background: 0 0;
    border: 0;
    border-radius: 3px;
    color: inherit;
    cursor: pointer;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    overflow: visible;
    padding: 7px;
    position: relative;
    transition: all .3s ease;
}

.plyr__control svg {
    display: block;
    fill: currentColor;
    height: 18px;
    pointer-events: none;
    width: 18px;
}

.plyr__control:focus {
    outline: 0;
}

.plyr__control.plyr__tab-focus {
    box-shadow: 0 0 0 5px rgba(26, 175, 255, 0.5);
    outline: 0;
}

a.plyr__control {
    text-decoration: none;
}

a.plyr__control::after, a.plyr__control::before {
    display: none;
}

.plyr__control.plyr__control--pressed .icon--not-pressed, .plyr__control.plyr__control--pressed .label--not-pressed, .plyr__control:not(.plyr__control--pressed) .icon--pressed, .plyr__control:not(.plyr__control--pressed) .label--pressed {
    display: none;
}

.plyr--audio .plyr__control.plyr__tab-focus, .plyr--audio .plyr__control:hover, .plyr--audio .plyr__control[aria-expanded=true] {
    background: #1aafff;
    color: #fff;
}

.plyr--video .plyr__control svg {
    filter: drop-shadow(0 1px 1px rgba(0, 0, 0, 0.15));
}

.plyr--video .plyr__control.plyr__tab-focus, .plyr--video .plyr__control:hover, .plyr--video .plyr__control[aria-expanded=true] {
    background: #1aafff;
    color: #fff;
}

.plyr__control--overlaid {
    background: rgba(26, 175, 255, 0.8);
    border: 0;
    border-radius: 100%;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.15);
    color: #fff;
    display: none;
    left: 50%;
    padding: 15px;
    position: absolute;
    top: 50%;
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: 2;
}

.plyr__control--overlaid svg {
    left: 2px;
    position: relative;
}

.plyr__control--overlaid:focus, .plyr__control--overlaid:hover {
    background: #1aafff;
}

.plyr--playing .plyr__control--overlaid {
    opacity: 0;
    visibility: hidden;
}

.plyr--full-ui.plyr--video .plyr__control--overlaid {
    display: block;
}

.plyr--full-ui ::-webkit-media-controls {
    display: none;
}

.plyr__controls {
    -ms-flex-align: center;
    align-items: center;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: end;
    justify-content: flex-end;
    text-align: center;
}

.plyr__controls .plyr__menu, .plyr__controls .plyr__progress, .plyr__controls .plyr__time, .plyr__controls .plyr__volume, .plyr__controls > .plyr__control {
    margin-left: 5px;
}

.plyr__controls .plyr__menu + .plyr__control, .plyr__controls .plyr__progress + .plyr__control, .plyr__controls > .plyr__control + .plyr__control, .plyr__controls > .plyr__control + .plyr__menu {
    margin-left: 2px;
}

.plyr__controls > .plyr__control:first-child, .plyr__controls > .plyr__control:first-child + [data-plyr=pause] {
    margin-left: 0;
    margin-right: auto;
}

.plyr__controls:empty {
    display: none;
}

@media (min-width: 480px) {
    .plyr__controls .plyr__menu, .plyr__controls .plyr__progress, .plyr__controls .plyr__time, .plyr__controls .plyr__volume, .plyr__controls > .plyr__control {
        margin-left: 10px;
    }
}

.plyr--audio .plyr__controls {
    background: #fff;
    border-radius: inherit;
    color: #4f5b5f;
    padding: 10px;
}

.plyr--video .plyr__controls {
    background: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.7));
    border-bottom-left-radius: inherit;
    border-bottom-right-radius: inherit;
    bottom: 0;
    color: #fff;
    left: 0;
    padding: 20px 5px 5px;
    position: absolute;
    right: 0;
    transition: opacity .4s ease-in-out,transform .4s ease-in-out;
    z-index: 3;
}

@media (min-width: 480px) {
    .plyr--video .plyr__controls {
        padding: 35px 10px 10px;
    }
}

.plyr--video.plyr--hide-controls .plyr__controls {
    opacity: 0;
    pointer-events: none;
    -ms-transform: translateY(100%);
    transform: translateY(100%);
}

.plyr [data-plyr=airplay], .plyr [data-plyr=captions], .plyr [data-plyr=fullscreen], .plyr [data-plyr=pip] {
    display: none;
}

.plyr--airplay-supported [data-plyr=airplay], .plyr--captions-enabled [data-plyr=captions], .plyr--fullscreen-enabled [data-plyr=fullscreen], .plyr--pip-supported [data-plyr=pip] {
    display: inline-block;
}

.plyr__video-embed {
    height: 0;
    padding-bottom: 56.25%;
    position: relative;
}

.plyr__video-embed iframe {
    border: 0;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    width: 100%;
}

.plyr--full-ui .plyr__video-embed > .plyr__video-embed__container {
    padding-bottom: 240%;
    position: relative;
    -ms-transform: translateY(-38.28125%);
    transform: translateY(-38.28125%);
}

.plyr__menu {
    display: -ms-flexbox;
    display: flex;
    position: relative;
}

.plyr__menu .plyr__control svg {
    transition: transform .3s ease;
}

.plyr__menu .plyr__control[aria-expanded=true] svg {
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
}

.plyr__menu .plyr__control[aria-expanded=true] .plyr__tooltip {
    display: none;
}

.plyr__menu__container {
    animation: plyr-popup .2s ease;
    background: rgba(255, 255, 255, 0.9);
    border-radius: 4px;
    bottom: 100%;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.15);
    color: #4f5b5f;
    font-size: 16px;
    margin-bottom: 10px;
    position: absolute;
    right: -3px;
    text-align: left;
    white-space: nowrap;
    z-index: 3;
}

.plyr__menu__container > div {
    overflow: hidden;
    transition: height 0.35s cubic-bezier(0.4, 0, 0.2, 1), width 0.35s cubic-bezier(0.4, 0, 0.2, 1);
}

.plyr__menu__container::after {
    border: 4px solid transparent;
    border-top-color: rgba(255, 255, 255, 0.9);
    content: '';
    height: 0;
    position: absolute;
    right: 15px;
    top: 100%;
    width: 0;
}

.plyr__menu__container [role=menu] {
    padding: 7px;
}

.plyr__menu__container [role=menuitem], .plyr__menu__container [role=menuitemradio] {
    margin-top: 2px;
}

.plyr__menu__container [role=menuitem]:first-child, .plyr__menu__container [role=menuitemradio]:first-child {
    margin-top: 0;
}

.plyr__menu__container .plyr__control {
    -ms-flex-align: center;
    align-items: center;
    color: #4f5b5f;
    display: -ms-flexbox;
    display: flex;
    font-size: 14px;
    padding: 4px 11px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    width: 100%;
}

.plyr__menu__container .plyr__control > span {
    -ms-flex-align: inherit;
    align-items: inherit;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
}

.plyr__menu__container .plyr__control::after {
    border: 4px solid transparent;
    content: '';
    position: absolute;
    top: 50%;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.plyr__menu__container .plyr__control--forward {
    padding-right: 28px;
}

.plyr__menu__container .plyr__control--forward::after {
    border-left-color: rgba(79, 91, 95, 0.8);
    right: 5px;
}

.plyr__menu__container .plyr__control--forward.plyr__tab-focus::after, .plyr__menu__container .plyr__control--forward:hover::after {
    border-left-color: currentColor;
}

.plyr__menu__container .plyr__control--back {
    font-weight: 500;
    margin: 7px;
    margin-bottom: 3px;
    padding-left: 28px;
    position: relative;
    width: calc(100% - 14px);
}

.plyr__menu__container .plyr__control--back::after {
    border-right-color: rgba(79, 91, 95, 0.8);
    left: 7px;
}

.plyr__menu__container .plyr__control--back::before {
    background: #b7c5cd;
    box-shadow: 0 1px 0 #fff;
    content: '';
    height: 1px;
    left: 0;
    margin-top: 4px;
    overflow: hidden;
    position: absolute;
    right: 0;
    top: 100%;
}

.plyr__menu__container .plyr__control--back.plyr__tab-focus::after, .plyr__menu__container .plyr__control--back:hover::after {
    border-right-color: currentColor;
}

.plyr__menu__container .plyr__control[role=menuitemradio] {
    padding-left: 7px;
}

.plyr__menu__container .plyr__control[role=menuitemradio]::after, .plyr__menu__container .plyr__control[role=menuitemradio]::before {
    border-radius: 100%;
}

.plyr__menu__container .plyr__control[role=menuitemradio]::before {
    background: rgba(0, 0, 0, 0.1);
    content: '';
    display: block;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    height: 16px;
    margin-right: 10px;
    transition: all .3s ease;
    width: 16px;
}

.plyr__menu__container .plyr__control[role=menuitemradio]::after {
    background: #fff;
    border: 0;
    height: 6px;
    left: 12px;
    opacity: 0;
    top: 50%;
    -ms-transform: translateY(-50%) scale(0);
    transform: translateY(-50%) scale(0);
    transition: transform .3s ease,opacity .3s ease;
    width: 6px;
}

.plyr__menu__container .plyr__control[role=menuitemradio][aria-checked=true]::before {
    background: #1aafff;
}

.plyr__menu__container .plyr__control[role=menuitemradio][aria-checked=true]::after {
    opacity: 1;
    -ms-transform: translateY(-50%) scale(1);
    transform: translateY(-50%) scale(1);
}

.plyr__menu__container .plyr__control[role=menuitemradio].plyr__tab-focus::before, .plyr__menu__container .plyr__control[role=menuitemradio]:hover::before {
    background: rgba(0, 0, 0, 0.1);
}

.plyr__menu__container .plyr__menu__value {
    -ms-flex-align: center;
    align-items: center;
    display: -ms-flexbox;
    display: flex;
    margin-left: auto;
    margin-right: -5px;
    overflow: hidden;
    padding-left: 25px;
    pointer-events: none;
}

.plyr--full-ui input[type=range] {
    -webkit-appearance: none;
    background: 0 0;
    border: 0;
    border-radius: 28px;
    color: #1aafff;
    display: block;
    height: 20px;
    margin: 0;
    padding: 0;
    transition: box-shadow .3s ease;
    width: 100%;
}

.plyr--full-ui input[type=range]::-webkit-slider-runnable-track {
    background: 0 0;
    border: 0;
    border-radius: 2px;
    height: 4px;
    transition: box-shadow .3s ease;
    -webkit-user-select: none;
    user-select: none;
    background-image: linear-gradient(to right, currentColor var(--value, 0), transparent var(--value, 0));
}

.plyr--full-ui input[type=range]::-webkit-slider-thumb {
    background: #fff;
    border: 0;
    border-radius: 100%;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.15), 0 0 0 1px rgba(47, 52, 61, 0.2);
    height: 14px;
    position: relative;
    transition: all .2s ease;
    width: 14px;
    -webkit-appearance: none;
    margin-top: -5px;
}

.plyr--full-ui input[type=range]::-moz-range-track {
    background: 0 0;
    border: 0;
    border-radius: 2px;
    height: 4px;
    transition: box-shadow .3s ease;
    -moz-user-select: none;
    user-select: none;
}

.plyr--full-ui input[type=range]::-moz-range-thumb {
    background: #fff;
    border: 0;
    border-radius: 100%;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.15), 0 0 0 1px rgba(47, 52, 61, 0.2);
    height: 14px;
    position: relative;
    transition: all .2s ease;
    width: 14px;
}

.plyr--full-ui input[type=range]::-moz-range-progress {
    background: currentColor;
    border-radius: 2px;
    height: 4px;
}

.plyr--full-ui input[type=range]::-ms-track {
    background: 0 0;
    border: 0;
    border-radius: 2px;
    height: 4px;
    transition: box-shadow .3s ease;
    -ms-user-select: none;
    user-select: none;
    color: transparent;
}

.plyr--full-ui input[type=range]::-ms-fill-upper {
    background: 0 0;
    border: 0;
    border-radius: 2px;
    height: 4px;
    transition: box-shadow .3s ease;
    -ms-user-select: none;
    user-select: none;
}

.plyr--full-ui input[type=range]::-ms-fill-lower {
    background: 0 0;
    border: 0;
    border-radius: 2px;
    height: 4px;
    transition: box-shadow .3s ease;
    -ms-user-select: none;
    user-select: none;
    background: currentColor;
}

.plyr--full-ui input[type=range]::-ms-thumb {
    background: #fff;
    border: 0;
    border-radius: 100%;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.15), 0 0 0 1px rgba(47, 52, 61, 0.2);
    height: 14px;
    position: relative;
    transition: all .2s ease;
    width: 14px;
    margin-top: 0;
}

.plyr--full-ui input[type=range]::-ms-tooltip {
    display: none;
}

.plyr--full-ui input[type=range]:focus {
    outline: 0;
}

.plyr--full-ui input[type=range]::-moz-focus-outer {
    border: 0;
}

.plyr--full-ui input[type=range].plyr__tab-focus::-webkit-slider-runnable-track {
    box-shadow: 0 0 0 5px rgba(26, 175, 255, 0.5);
    outline: 0;
}

.plyr--full-ui input[type=range].plyr__tab-focus::-moz-range-track {
    box-shadow: 0 0 0 5px rgba(26, 175, 255, 0.5);
    outline: 0;
}

.plyr--full-ui input[type=range].plyr__tab-focus::-ms-track {
    box-shadow: 0 0 0 5px rgba(26, 175, 255, 0.5);
    outline: 0;
}

.plyr--full-ui.plyr--video input[type=range]::-webkit-slider-runnable-track {
    background-color: rgba(255, 255, 255, 0.25);
}

.plyr--full-ui.plyr--video input[type=range]::-moz-range-track {
    background-color: rgba(255, 255, 255, 0.25);
}

.plyr--full-ui.plyr--video input[type=range]::-ms-track {
    background-color: rgba(255, 255, 255, 0.25);
}

.plyr--full-ui.plyr--video input[type=range]:active::-webkit-slider-thumb {
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.15), 0 0 0 1px rgba(47, 52, 61, 0.2), 0 0 0 3px rgba(255, 255, 255, 0.5);
}

.plyr--full-ui.plyr--video input[type=range]:active::-moz-range-thumb {
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.15), 0 0 0 1px rgba(47, 52, 61, 0.2), 0 0 0 3px rgba(255, 255, 255, 0.5);
}

.plyr--full-ui.plyr--video input[type=range]:active::-ms-thumb {
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.15), 0 0 0 1px rgba(47, 52, 61, 0.2), 0 0 0 3px rgba(255, 255, 255, 0.5);
}

.plyr--full-ui.plyr--audio input[type=range]::-webkit-slider-runnable-track {
    background-color: rgba(183, 197, 205, 0.66);
}

.plyr--full-ui.plyr--audio input[type=range]::-moz-range-track {
    background-color: rgba(183, 197, 205, 0.66);
}

.plyr--full-ui.plyr--audio input[type=range]::-ms-track {
    background-color: rgba(183, 197, 205, 0.66);
}

.plyr--full-ui.plyr--audio input[type=range]:active::-webkit-slider-thumb {
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.15), 0 0 0 1px rgba(47, 52, 61, 0.2), 0 0 0 3px rgba(0, 0, 0, 0.1);
}

.plyr--full-ui.plyr--audio input[type=range]:active::-moz-range-thumb {
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.15), 0 0 0 1px rgba(47, 52, 61, 0.2), 0 0 0 3px rgba(0, 0, 0, 0.1);
}

.plyr--full-ui.plyr--audio input[type=range]:active::-ms-thumb {
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.15), 0 0 0 1px rgba(47, 52, 61, 0.2), 0 0 0 3px rgba(0, 0, 0, 0.1);
}

.plyr__poster {
    background-color: #000;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: contain;
    height: 100%;
    left: 0;
    opacity: 0;
    position: absolute;
    top: 0;
    transition: opacity .2s ease;
    width: 100%;
    z-index: 1;
}

.plyr--stopped.plyr__poster-enabled .plyr__poster {
    opacity: 1;
}

.plyr__time {
    font-size: 14px;
}

.plyr__time + .plyr__time::before {
    content: '\2044';
    margin-right: 10px;
}

@media (max-width: 767px) {
    .plyr__time + .plyr__time {
        display: none;
    }
}

.plyr--video .plyr__time {
    text-shadow: 0 1px 1px rgba(0, 0, 0, 0.15);
}

.plyr__tooltip {
    background: rgba(255, 255, 255, 0.9);
    border-radius: 3px;
    bottom: 100%;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.15);
    color: #4f5b5f;
    font-size: 14px;
    font-weight: 500;
    left: 50%;
    line-height: 1.3;
    margin-bottom: 10px;
    opacity: 0;
    padding: 5px 7.5px;
    pointer-events: none;
    position: absolute;
    -ms-transform: translate(-50%, 10px) scale(0.8);
    transform: translate(-50%, 10px) scale(0.8);
    -ms-transform-origin: 50% 100%;
    transform-origin: 50% 100%;
    transition: transform .2s .1s ease,opacity .2s .1s ease;
    white-space: nowrap;
    z-index: 2;
}

.plyr__tooltip::before {
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    border-top: 4px solid rgba(255, 255, 255, 0.9);
    bottom: -4px;
    content: '';
    height: 0;
    left: 50%;
    position: absolute;
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 0;
    z-index: 2;
}

.plyr .plyr__control.plyr__tab-focus .plyr__tooltip, .plyr .plyr__control:hover .plyr__tooltip, .plyr__tooltip--visible {
    opacity: 1;
    -ms-transform: translate(-50%, 0) scale(1);
    transform: translate(-50%, 0) scale(1);
}

.plyr .plyr__control:hover .plyr__tooltip {
    z-index: 3;
}

.plyr__controls > .plyr__control:first-child .plyr__tooltip, .plyr__controls > .plyr__control:first-child + .plyr__control .plyr__tooltip {
    left: 0;
    -ms-transform: translate(0, 10px) scale(0.8);
    transform: translate(0, 10px) scale(0.8);
    -ms-transform-origin: 0 100%;
    transform-origin: 0 100%;
}

.plyr__controls > .plyr__control:first-child .plyr__tooltip::before, .plyr__controls > .plyr__control:first-child + .plyr__control .plyr__tooltip::before {
    left: 16px;
}

.plyr__controls > .plyr__control:last-child .plyr__tooltip {
    left: auto;
    right: 0;
    -ms-transform: translate(0, 10px) scale(0.8);
    transform: translate(0, 10px) scale(0.8);
    -ms-transform-origin: 100% 100%;
    transform-origin: 100% 100%;
}

.plyr__controls > .plyr__control:last-child .plyr__tooltip::before {
    left: auto;
    right: 16px;
    -ms-transform: translateX(50%);
    transform: translateX(50%);
}

.plyr__controls > .plyr__control:first-child .plyr__tooltip--visible, .plyr__controls > .plyr__control:first-child + .plyr__control .plyr__tooltip--visible, .plyr__controls > .plyr__control:first-child + .plyr__control.plyr__tab-focus .plyr__tooltip, .plyr__controls > .plyr__control:first-child + .plyr__control:hover .plyr__tooltip, .plyr__controls > .plyr__control:first-child.plyr__tab-focus .plyr__tooltip, .plyr__controls > .plyr__control:first-child:hover .plyr__tooltip, .plyr__controls > .plyr__control:last-child .plyr__tooltip--visible, .plyr__controls > .plyr__control:last-child.plyr__tab-focus .plyr__tooltip, .plyr__controls > .plyr__control:last-child:hover .plyr__tooltip {
    -ms-transform: translate(0, 0) scale(1);
    transform: translate(0, 0) scale(1);
}

.plyr--video {
    background: #000;
    overflow: hidden;
}

.plyr--video.plyr--menu-open {
    overflow: visible;
}

.plyr__video-wrapper {
    background: #000;
    border-radius: inherit;
    overflow: hidden;
    position: relative;
    z-index: 0;
}

.plyr__progress {
    -ms-flex: 1;
    flex: 1;
    left: 7px;
    margin-right: 14px;
    position: relative;
}

.plyr__progress input[type=range], .plyr__progress__buffer {
    margin-left: -7px;
    margin-right: -7px;
    width: calc(100% + 14px);
}

.plyr__progress input[type=range] {
    position: relative;
    z-index: 2;
}

.plyr__progress .plyr__tooltip {
    font-size: 14px;
    left: 0;
}

.plyr__progress__buffer {
    -webkit-appearance: none;
    background: 0 0;
    border: 0;
    border-radius: 100px;
    height: 4px;
    left: 0;
    margin-top: -2px;
    padding: 0;
    position: absolute;
    top: 50%;
}

.plyr__progress__buffer::-webkit-progress-bar {
    background: 0 0;
    transition: width .2s ease;
}

.plyr__progress__buffer::-webkit-progress-value {
    background: currentColor;
    border-radius: 100px;
    min-width: 4px;
}

.plyr__progress__buffer::-moz-progress-bar {
    background: currentColor;
    border-radius: 100px;
    min-width: 4px;
    transition: width .2s ease;
}

.plyr__progress__buffer::-ms-fill {
    border-radius: 100px;
    transition: width .2s ease;
}

.plyr--video .plyr__progress__buffer {
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.15);
    color: rgba(255, 255, 255, 0.25);
}

.plyr--audio .plyr__progress__buffer {
    color: rgba(183, 197, 205, 0.66);
}

.plyr--loading .plyr__progress__buffer {
    animation: plyr-progress 1s linear infinite;
    background-image: linear-gradient(-45deg, rgba(47, 52, 61, 0.6) 25%, transparent 25%, transparent 50%, rgba(47, 52, 61, 0.6) 50%, rgba(47, 52, 61, 0.6) 75%, transparent 75%, transparent);
    background-repeat: repeat-x;
    background-size: 25px 25px;
    color: transparent;
}

.plyr--video.plyr--loading .plyr__progress__buffer {
    background-color: rgba(255, 255, 255, 0.25);
}

.plyr--audio.plyr--loading .plyr__progress__buffer {
    background-color: rgba(183, 197, 205, 0.66);
}

.plyr__volume {
    -ms-flex-align: center;
    align-items: center;
    display: -ms-flexbox;
    display: flex;
    -ms-flex: 1;
    flex: 1;
    position: relative;
}

.plyr__volume input[type=range] {
    margin-left: 5px;
    position: relative;
    z-index: 2;
}

@media (min-width: 480px) {
    .plyr__volume {
        max-width: 90px;
    }
}

@media (min-width: 768px) {
    .plyr__volume {
        max-width: 110px;
    }
}

.plyr--is-ios .plyr__volume {
    display: none !important;
}

.plyr--is-ios.plyr--vimeo [data-plyr=mute] {
    display: none !important;
}

.plyr:-webkit-full-screen {
    background: #000;
    border-radius: 0 !important;
    height: 100%;
    margin: 0;
    width: 100%;
}

.plyr:-moz-full-screen {
    background: #000;
    border-radius: 0 !important;
    height: 100%;
    margin: 0;
    width: 100%;
}

.plyr:-ms-fullscreen {
    background: #000;
    border-radius: 0 !important;
    height: 100%;
    margin: 0;
    width: 100%;
}

.plyr:fullscreen {
    background: #000;
    border-radius: 0 !important;
    height: 100%;
    margin: 0;
    width: 100%;
}

.plyr:-webkit-full-screen video {
    height: 100%;
}

.plyr:-moz-full-screen video {
    height: 100%;
}

.plyr:-ms-fullscreen video {
    height: 100%;
}

.plyr:fullscreen video {
    height: 100%;
}

.plyr:-webkit-full-screen .plyr__video-wrapper {
    height: 100%;
    width: 100%;
}

.plyr:-moz-full-screen .plyr__video-wrapper {
    height: 100%;
    width: 100%;
}

.plyr:-ms-fullscreen .plyr__video-wrapper {
    height: 100%;
    width: 100%;
}

.plyr:fullscreen .plyr__video-wrapper {
    height: 100%;
    width: 100%;
}

.plyr:-webkit-full-screen .plyr__video-embed {
    overflow: visible;
}

.plyr:-moz-full-screen .plyr__video-embed {
    overflow: visible;
}

.plyr:-ms-fullscreen .plyr__video-embed {
    overflow: visible;
}

.plyr:fullscreen .plyr__video-embed {
    overflow: visible;
}

.plyr:-webkit-full-screen.plyr--vimeo .plyr__video-wrapper {
    height: 0;
    top: 50%;
    transform: translateY(-50%);
}

.plyr:-moz-full-screen.plyr--vimeo .plyr__video-wrapper {
    height: 0;
    top: 50%;
    transform: translateY(-50%);
}

.plyr:-ms-fullscreen.plyr--vimeo .plyr__video-wrapper {
    height: 0;
    top: 50%;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.plyr:fullscreen.plyr--vimeo .plyr__video-wrapper {
    height: 0;
    top: 50%;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.plyr:-webkit-full-screen .plyr__control .icon--exit-fullscreen {
    display: block;
}

.plyr:-moz-full-screen .plyr__control .icon--exit-fullscreen {
    display: block;
}

.plyr:-ms-fullscreen .plyr__control .icon--exit-fullscreen {
    display: block;
}

.plyr:fullscreen .plyr__control .icon--exit-fullscreen {
    display: block;
}

.plyr:-webkit-full-screen .plyr__control .icon--exit-fullscreen + svg {
    display: none;
}

.plyr:-moz-full-screen .plyr__control .icon--exit-fullscreen + svg {
    display: none;
}

.plyr:-ms-fullscreen .plyr__control .icon--exit-fullscreen + svg {
    display: none;
}

.plyr:fullscreen .plyr__control .icon--exit-fullscreen + svg {
    display: none;
}

.plyr:-webkit-full-screen.plyr--hide-controls {
    cursor: none;
}

.plyr:-moz-full-screen.plyr--hide-controls {
    cursor: none;
}

.plyr:-ms-fullscreen.plyr--hide-controls {
    cursor: none;
}

.plyr:fullscreen.plyr--hide-controls {
    cursor: none;
}

@media (min-width: 1024px) {
    .plyr:-webkit-full-screen .plyr__captions {
        font-size: 21px;
    }
    .plyr:-moz-full-screen .plyr__captions {
        font-size: 21px;
    }
    .plyr:-ms-fullscreen .plyr__captions {
        font-size: 21px;
    }
    .plyr:fullscreen .plyr__captions {
        font-size: 21px;
    }
}

.plyr:-webkit-full-screen {
    background: #000;
    border-radius: 0 !important;
    height: 100%;
    margin: 0;
    width: 100%;
}

.plyr:-webkit-full-screen video {
    height: 100%;
}

.plyr:-webkit-full-screen .plyr__video-wrapper {
    height: 100%;
    width: 100%;
}

.plyr:-webkit-full-screen .plyr__video-embed {
    overflow: visible;
}

.plyr:-webkit-full-screen.plyr--vimeo .plyr__video-wrapper {
    height: 0;
    top: 50%;
    transform: translateY(-50%);
}

.plyr:-webkit-full-screen .plyr__control .icon--exit-fullscreen {
    display: block;
}

.plyr:-webkit-full-screen .plyr__control .icon--exit-fullscreen + svg {
    display: none;
}

.plyr:-webkit-full-screen.plyr--hide-controls {
    cursor: none;
}

@media (min-width: 1024px) {
    .plyr:-webkit-full-screen .plyr__captions {
        font-size: 21px;
    }
}

.plyr:-moz-full-screen {
    background: #000;
    border-radius: 0 !important;
    height: 100%;
    margin: 0;
    width: 100%;
}

.plyr:-moz-full-screen video {
    height: 100%;
}

.plyr:-moz-full-screen .plyr__video-wrapper {
    height: 100%;
    width: 100%;
}

.plyr:-moz-full-screen .plyr__video-embed {
    overflow: visible;
}

.plyr:-moz-full-screen.plyr--vimeo .plyr__video-wrapper {
    height: 0;
    top: 50%;
    transform: translateY(-50%);
}

.plyr:-moz-full-screen .plyr__control .icon--exit-fullscreen {
    display: block;
}

.plyr:-moz-full-screen .plyr__control .icon--exit-fullscreen + svg {
    display: none;
}

.plyr:-moz-full-screen.plyr--hide-controls {
    cursor: none;
}

@media (min-width: 1024px) {
    .plyr:-moz-full-screen .plyr__captions {
        font-size: 21px;
    }
}

.plyr:-ms-fullscreen {
    background: #000;
    border-radius: 0 !important;
    height: 100%;
    margin: 0;
    width: 100%;
}

.plyr:-ms-fullscreen video {
    height: 100%;
}

.plyr:-ms-fullscreen .plyr__video-wrapper {
    height: 100%;
    width: 100%;
}

.plyr:-ms-fullscreen .plyr__video-embed {
    overflow: visible;
}

.plyr:-ms-fullscreen.plyr--vimeo .plyr__video-wrapper {
    height: 0;
    top: 50%;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.plyr:-ms-fullscreen .plyr__control .icon--exit-fullscreen {
    display: block;
}

.plyr:-ms-fullscreen .plyr__control .icon--exit-fullscreen + svg {
    display: none;
}

.plyr:-ms-fullscreen.plyr--hide-controls {
    cursor: none;
}

@media (min-width: 1024px) {
    .plyr:-ms-fullscreen .plyr__captions {
        font-size: 21px;
    }
}

.plyr--fullscreen-fallback {
    background: #000;
    border-radius: 0 !important;
    height: 100%;
    margin: 0;
    width: 100%;
    bottom: 0;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 10000000;
}

.plyr--fullscreen-fallback video {
    height: 100%;
}

.plyr--fullscreen-fallback .plyr__video-wrapper {
    height: 100%;
    width: 100%;
}

.plyr--fullscreen-fallback .plyr__video-embed {
    overflow: visible;
}

.plyr--fullscreen-fallback.plyr--vimeo .plyr__video-wrapper {
    height: 0;
    top: 50%;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.plyr--fullscreen-fallback .plyr__control .icon--exit-fullscreen {
    display: block;
}

.plyr--fullscreen-fallback .plyr__control .icon--exit-fullscreen + svg {
    display: none;
}

.plyr--fullscreen-fallback.plyr--hide-controls {
    cursor: none;
}

@media (min-width: 1024px) {
    .plyr--fullscreen-fallback .plyr__captions {
        font-size: 21px;
    }
}

.plyr__ads {
    border-radius: inherit;
    bottom: 0;
    cursor: pointer;
    left: 0;
    overflow: hidden;
    position: absolute;
    right: 0;
    top: 0;
    z-index: -1;
}

.plyr__ads > div, .plyr__ads > div iframe {
    height: 100%;
    position: absolute;
    width: 100%;
}

.plyr__ads::after {
    background: rgba(47, 52, 61, 0.8);
    border-radius: 2px;
    bottom: 10px;
    color: #fff;
    content: attr(data-badge-text);
    font-size: 11px;
    padding: 2px 6px;
    pointer-events: none;
    position: absolute;
    right: 10px;
    z-index: 3;
}

.plyr__ads::after:empty {
    display: none;
}

.plyr__cues {
    background: currentColor;
    display: block;
    height: 4px;
    left: 0;
    margin: -2px 0 0;
    opacity: .8;
    position: absolute;
    top: 50%;
    width: 3px;
    z-index: 3;
}

.plyr--no-transition {
    transition: none !important;
}

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

.plyr [hidden] {
    display: none !important;
}

/*
Base or Foundational Styles
*/
* {
    box-sizing: border-box;
}

html.js-fixed {
    overflow-y: hidden;
    height: 100%;
}

@-ms-viewport {
    width: device-width;
}

body {
    background: #ffffff;
}

body.js-fixed {
    overflow: hidden;
    width: 100%;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
q,
a,
ul,
ol,
li,
span {
    font-family: 'Montserrat', sans-serif;
}

p {
    color: #222222;
    font-size: 1rem;
}

h1, h2, h3, h4, h5, h6 {
    color: #152042;
    font-weight: 600;
}

.container-fluid > h2:first-child {
    margin-top: 0;
}

.container-fluid h2,
.container-fluid h3,
.container-fluid h4,
.container-fluid h5,
.container-fluid h6 {
    margin-top: 30px;
    margin-bottom: 14px;
}

@media (min-width: 700px) {
    .container-fluid h2,
    .container-fluid h3,
    .container-fluid h4,
    .container-fluid h5,
    .container-fluid h6 {
        margin-top: 40px;
    }
}

.container-fluid p {
    color: #222222;
    font-size: 0.9375rem;
    line-height: 1.6;
}

@media (min-width: 700px) {
    .container-fluid p {
        font-size: 1.0625rem;
        line-height: 1.647;
    }
}

@media (min-width: 1024px) {
    .container-fluid p {
        font-size: 1.1875rem;
        line-height: 1.79;
    }
}

select,
option,
label {
    font-family: 'Montserrat', sans-serif;
    font-size: 0.9375rem;
}

input {
    font-family: 'Montserrat', sans-serif;
    font-size: 1rem;
}

h1 {
    font-size: 36px;
    line-height: 43px;
}

@media (min-width: 700px) {
    h1 {
        font-size: 50px;
        line-height: 50px;
    }
}

@media (min-width: 1024px) {
    h1 {
        font-size: 65px;
        line-height: 77px;
    }
}

h2 {
    font-size: 28px;
    line-height: 36px;
}

@media (min-width: 700px) {
    h2 {
        font-size: 40px;
        line-height: 46px;
    }
}

@media (min-width: 1024px) {
    h2 {
        font-size: 50px;
        line-height: 56px;
    }
}

.h2_homepage {
    font-size: 30px;
    line-height: 36px;
}

@media (min-width: 700px) {
    .h2_homepage {
        font-size: 50px;
        line-height: 65px;
    }
}

@media (min-width: 1024px) {
    .h2_homepage {
        font-size: 65px;
        line-height: 77px;
    }
}

h3 {
    font-size: 24px;
    line-height: 32px;
}

@media (min-width: 700px) {
    h3 {
        font-size: 30px;
        line-height: 36px;
    }
}

@media (min-width: 1024px) {
    h3 {
        font-size: 40px;
        line-height: 44px;
    }
}

h4 {
    font-size: 20px;
    line-height: 26px;
}

@media (min-width: 700px) {
    h4 {
        font-size: 26px;
        line-height: 32px;
    }
}

@media (min-width: 1024px) {
    h4 {
        font-size: 32px;
        line-height: 38px;
    }
}

h5 {
    font-size: 18px;
    line-height: 24px;
}

@media (min-width: 700px) {
    h5 {
        font-size: 20px;
        line-height: 26px;
    }
}

@media (min-width: 1024px) {
    h5 {
        font-size: 26px;
        line-height: 32px;
    }
}

h6 {
    font-size: 16px;
    line-height: 22px;
}

@media (min-width: 700px) {
    h6 {
        font-size: 17px;
        line-height: 22px;
    }
}

@media (min-width: 1024px) {
    h6 {
        font-size: 20px;
        line-height: 26px;
    }
}

.image-header {
    color: #ffffff;
}

.intro-text,
.body-text {
    color: #222222;
}

.intro-text {
    font-size: 20px;
    line-height: 28px;
}

@media (min-width: 700px) {
    .intro-text {
        font-size: 27px;
        line-height: 32px;
    }
}

@media (min-width: 1024px) {
    .intro-text {
        font-size: 34px;
        line-height: 40px;
    }
}

.body-text {
    font-size: 15px;
    line-height: 24px;
}

@media (min-width: 700px) {
    .body-text {
        font-size: 17px;
        line-height: 28px;
    }
}

@media (min-width: 1024px) {
    .body-text {
        font-size: 19px;
        line-height: 34px;
    }
}

a {
    color: #2F3E85;
    font-weight: 600;
}

a:hover {
    color: #152042;
}

q::before, q::after {
    display: none;
}

ul,
ol {
    padding-left: 1em;
}

li {
    margin-bottom: 0.5em;
}

img,
picture,
iframe {
    max-width: 100%;
    height: auto;
}

.atlwdg-trigger.atlwdg-SUBTLE {
    right: 50% !important;
    -ms-transform: translateX(50%);
    transform: translateX(50%);
    border-radius: 2px 2px 0 0 !important;
    z-index: 10000 !important;
    opacity: 0.4;
    transition: 0.3s ease;
}

.atlwdg-trigger.atlwdg-SUBTLE:hover {
    opacity: 1;
}

/* Chris added an indent to make lists more readable - original: N/A */
#main-content ul, ol, dl {
    margin-left: 1rem;
}

/* Added for ticket #52190 */
#no_events li.beforeRemove {
    padding-left: 0px;
}

#no_events li.beforeRemove:before {
    content: none;
}

/* Chris added an indent to make lists more readable - original: N/A */
#main-content ul, ol, dl {
    margin-left: 1rem;
}

/* Added for ticket #52190 */
#no_events li.beforeRemove {
    padding-left: 0px;
}

#no_events li.beforeRemove:before {
    content: none;
}

/* Chris adding color styles for "STYLES" menu */
.green {
    color: #2e8540;
}

.red {
    color: #cd2026;
}

.blue {
    color: #0071bc;
}

/*
Helper Classes

Useful helper classes. This file should not container functions or mixins.
"Helpers" referrers to helper CSS classes.
*/
/*
clickable

Designates an element should show a "clickable" mouse cursor, on hover.
*/
.clickable {
    cursor: pointer;
}

.offscreen {
    position: absolute;
    clip: rect(1px 1px 1px 1px);
    /* for Internet Explorer */
    clip: rect(1px, 1px, 1px, 1px);
    padding: 0;
    border: 0;
    height: 1px;
    width: 1px;
    overflow: hidden;
}

.hidden {
    display: none;
}

@media (max-width: 700px) {
    .sr-only-sm {
        position: absolute;
        width: 1px;
        height: 1px;
        padding: 0;
        overflow: hidden;
        clip: rect(0, 0, 0, 0);
        white-space: nowrap;
        -webkit-clip-path: inset(50%);
        clip-path: inset(50%);
        border: 0;
    }
}

/*
Layout/Structure Styles
*/
/*
Site Wrapper

Wraps the entire contents of the site, including the header, content, and
footer areas. It should not contain the <script>, <link>, etc elements that
generally exist at the bottom of the page.

This class will be useful in the following situations, where you have to manipulate
the entire contents at once, like preventing scrolling with `overflow-y: hidden`.

Example situations:
- A modal box overlaid over the content, where the modal is injected outside
of the .layout-site-wrapper element.
- Mobile menu, which often is overlaid over the entire content.
- Off-screen navs, where the entire site content needs to be shifted when the
nav is open.
*/
.site-nav-wrapper {
    margin: 0 auto;
    max-width: 1900px;
    overflow: hidden;
}

.layout-site-wrapper {
    margin: 0 auto;
    max-width: 1900px;
    position: relative;
    left: 0;
    transition: left 0.3s;
}

.body-search-open .layout-site-wrapper {
    left: -20rem;
}

.body-search-open .nav-overlay {
    background: rgba(0, 0, 0, 0.2);
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    top: 0;
    z-index: 1099;
    pointer-events: none;
    overflow: hidden;
}

.body-search-open .sticky-cta {
    display: none !important;
}

@media (max-width: 1024px) {
    .body-search-open .find-course__tooltip {
        display: none;
    }
}

/*
Layout Wrapper

Generally used to wrap different sections of a page, and usually contains a
.layout-container or .container(-fluid) as a child. They are very useful for
designs which have "zebra striped" sections of content, where a background image
or color extends across the entire viewport. The .layout-wrapper would receive
the background, while the .layout-container or .container(-fluid) would constrain
its content to the desired content width.
*/
.layout-wrapper {
    margin: 0 auto;
    max-width: 1080px;
    overflow: hidden;
    position: relative;
}

/*
Layout Container

Constrains its contents to the $content-width, providing a consistent width
across all the header, footer, and content areas.

This class has nothing to do with Bootstrap's grid .container or .container-fluid
classes. It's mainly for width control.
*/
.content {
    max-width: 1080px;
    width: 100%;
    margin: 2.5rem auto;
    padding: 0 0.9375rem;
}

@media (min-width: 700px) {
    .content {
        margin: 2.75rem auto 3.75rem auto;
    }
}

@media (min-width: 1024px) {
    .content {
        margin: 4.25rem auto 4.375rem auto;
        padding: 0;
    }
}

@media (max-width: 700px) {
    .container-fluid {
        padding-left: 0;
        padding-right: 0;
    }
}

.alert {
    margin-bottom: 0;
    border: 0 none;
    border-radius: 0;
}

.alert + .alert {
    border-top: 1px solid #979797;
}

.alert .alert__date {
    color: #000000;
    font-weight: 600;
    text-transform: uppercase;
}

.alert h2.alert-heading {
    font-weight: 600;
    font-size: 1.25rem;
    background-image: url("/_resources/img/alerts/campus-alert-green.svg");
    background-size: 2rem auto;
    background-repeat: no-repeat;
    background-position: left center;
    padding-left: 2.9375rem;
}

.alert strong {
    font-weight: 200;
    font-size: 1.125rem;
    margin-bottom: .5rem;
    display: block;
}

.alert p {
    margin-bottom: .75reml;
}

.alert.alert-success {
    background-color: #f6f6fa;
    color: #000000;
}

.alert.alert-success h2.alert-heading {
    color: #16294C;
}

.alert.alert-danger {
    background-color: #f6f6fa;
    color: #000000;
}

.alert.alert-danger h2.alert-heading {
    background-image: url("/_resources/img/alerts/campus-alert-red.svg");
    color: #16294C;
}

.alert.alert-warning {
    background-color: #f6f6fa;
    color: #000000;
}

.alert.alert-warning h2.alert-heading {
    background-image: url("/_resources/img/alerts/campus-alert-orange.svg");
    color: #16294C;
}

.alert.alert-dismissible .close {
    width: 1.125rem;
    height: 1.125rem;
    border: 0 none;
    display: block;
    padding: 0;
    color: transparent;
    background-image: url("/_resources/img/alerts/alert-dismiss.svg");
    background-size: cover;
    background-color: transparent;
    right: 0.9375rem;
    top: 0.9375rem;
}

/*
Button Styles
*/
.btn--dark-blue, .btn--white, .btn--blue {
    border: 1px solid #152042;
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
    color: #ffffff;
    background-color: #152042;
    border-radius: 0.25rem;
    display: inline-block;
    font-size: 0.875rem;
    font-weight: 600;
    height: 2.8125rem;
    line-height: 2.8125rem;
    padding: 0 1rem;
    text-align: center;
    text-transform: uppercase;
    margin: 0 1rem 1rem 1rem;
    transition: all 0.3s;
}

.btn--dark-blue:hover, .btn--white:hover, .btn--blue:hover {
    background: #243870;
    color: #ffffff;
    border: 1px solid rgba(255, 255, 255, 0.4);
    text-decoration: none;
}

.btn__large-cta--red {
    background: #c1002a;
    border-radius: 0.25rem;
    box-shadow: 0 0.125rem 0.125rem 0 rgba(0, 0, 0, 0.2);
    color: #ffffff;
    -ms-flex-positive: 1;
    flex-grow: 1;
    font-size: 0.875rem;
    font-weight: 600;
    height: 3.125rem;
    line-height: 3.125rem;
    margin: 0.1875rem 0;
    text-align: center;
    transition: background 0.3s ease-in-out;
    width: 100%;
}

.btn__large-cta--red:hover {
    background: #870D21;
    color: #ffffff;
    text-decoration: none;
}

@media (min-width: 700px) {
    .btn__large-cta--red {
        font-size: 1.25rem;
        height: 4.6875rem;
        line-height: 4.6875rem;
        margin-bottom: 0;
        margin: 0 0.375rem;
        width: 13rem;
    }
}

@media (min-width: 1024px) {
    .btn__large-cta--red {
        font-size: 1.875rem;
        height: 7.1875rem;
        line-height: 7.1875rem;
        margin: 0 0.625rem;
        width: 7.1875rem;
    }
}

.btn__large-cta--blue {
    background: #373187;
    border-radius: 0.25rem;
    box-shadow: 0 0.125rem 0.125rem 0 rgba(0, 0, 0, 0.2);
    color: #ffffff;
    -ms-flex-positive: 1;
    flex-grow: 1;
    font-size: 0.875rem;
    font-weight: 600;
    height: 3.125rem;
    line-height: 3.125rem;
    margin: 0.1875rem 0;
    text-align: center;
    transition: background 0.3s ease-in-out;
    width: 13.75rem;
}

.btn__large-cta--blue:hover {
    background: #243870;
    color: #ffffff;
    text-decoration: none;
}

@media (min-width: 700px) {
    .btn__large-cta--blue {
        font-size: 1.25rem;
        height: 4.6875rem;
        line-height: 4.6875rem;
        margin-bottom: 0;
        margin: 0 0.375rem;
        padding: 0 1.25rem;
        width: auto;
    }
}

@media (min-width: 1024px) {
    .btn__large-cta--blue {
        font-size: 1.875rem;
        height: 7.1875rem;
        line-height: 7.1875rem;
        margin: 0 0.625rem;
        padding: 0 2.5rem;
    }
}

.btn__small-cta--blue {
    background: #373187;
    border-radius: 0.25rem;
    box-shadow: 0 0.125rem 0.125rem 0 rgba(0, 0, 0, 0.2);
    color: #ffffff;
    -ms-flex-positive: 1;
    flex-grow: 1;
    font-size: 0.875rem;
    font-weight: 600;
    height: 2.8125rem;
    line-height: 2.8125rem;
    margin: 0.1875rem 0;
    text-align: center;
    text-transform: uppercase;
    transition: background 0.3s ease-in-out;
    width: 13.75rem;
}

.btn__small-cta--blue:hover {
    background: #243870;
    color: #ffffff;
    text-decoration: none;
}

@media (min-width: 700px) {
    .btn__small-cta--blue {
        margin-bottom: 0;
        margin: 0 0.375rem;
        padding: 0 1.25rem;
        width: auto;
    }
}

@media (min-width: 1024px) {
    .btn__small-cta--blue {
        margin: 0 0.625rem;
        padding: 0 2.5rem;
    }
}

.btn--white {
    background-color: #ffffff;
    color: #2F3E85;
    text-transform: none;
    border: 1px solid #2F3E85;
}

.btn--white:hover {
    background-color: #2F3E85;
    color: #ffffff;
}

.btn--blue {
    background-color: #2F3E85;
    color: #ffffff;
    border: 0 none;
}

.btn--blue:hover {
    background-color: #ffffff;
    color: #2F3E85;
}

button:hover,
a.btn:hover {
    cursor: pointer;
}

.btn--register {
    background: #c1002a url("/_resources/img/icons/shopping_cart.svg") no-repeat 10px center;
    background-size: 22px;
    border-radius: 0.25rem;
    box-shadow: 0 0.125rem 0.125rem 0 rgba(0, 0, 0, 0.2);
    padding: 10px 15px 10px 40px;
    color: #ffffff;
    font-size: 0.875rem;
    line-height: 1;
    font-weight: 600;
    margin: 10px 0 0;
    text-align: center;
    transition: background 0.3s ease-in-out;
}

.btn--register:hover {
    background-color: #870D21;
    color: #ffffff;
    text-decoration: none;
}

/*
Form and Form Input Styles
*/
/*
Dark Select Field

Styles which provide a "dark" select field, which Leigh really likes to use.
*/
.custom-select-dark {
    color: #fff;
}

/*
Honeypot Field

Honeypot fields are used to filter out spam submissions, and should not be
visible to the end user.
*/
.honeypot,
input[name="address3"] {
    display: none;
}

.form-control,
.select2-container--default .select2-selection--single {
    border: 1px solid #979797;
    border-radius: 0;
    height: 2.9375rem;
    width: 100%;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 2.9375rem;
    padding-right: 1.875rem;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 2.9375rem;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    background-image: url(/_resources/img/icons/dropdown-arrow.svg);
    background-position: center;
    background-repeat: no-repeat;
    will-change: transform;
    transition: transform .3s;
    width: 3rem;
    font-size: 0.9375rem;
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
    border: 0 none;
}

@media (min-width: 700px) {
    .select2-container--default .select2-selection--single .select2-selection__arrow {
        font-size: 1rem;
    }
}

.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow {
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}

.form-check-label:before, .events-listing .catCol label.checked:before {
    background-image: url(/_resources/img/icons/icon-checkbox-checked.svg);
    background-position: center center;
    background-repeat: no-repeat;
    content: '';
    display: block;
    height: 1rem;
    position: absolute;
    top: 0.25rem;
    left: 0;
    width: 1rem;
}

.form-check-label:after {
    background-image: url(/_resources/img/icons/icon-checkbox-unchecked.svg);
    background-position: center center;
    background-repeat: no-repeat;
    content: '';
    display: block;
    height: 1rem;
    position: absolute;
    top: 0.25rem;
    left: 0;
    width: 1rem;
}

.radio {
    position: relative;
}

.form-radio-label {
    padding-left: 20px;
}

.form-radio-label:before {
    background-image: url(/_resources/img/icons/icon-radio-checked.svg);
    background-position: center center;
    background-repeat: no-repeat;
    content: '';
    display: block;
    height: 1rem;
    position: absolute;
    top: .25rem;
    left: 0;
    width: 1rem;
    border-radius: 100%;
}

.form-radio-label:after {
    background-image: url(/_resources/img/icons/icon-radio-unchecked.svg);
    background-position: center center;
    background-repeat: no-repeat;
    content: '';
    display: block;
    height: 1rem;
    position: absolute;
    top: .25rem;
    left: 0;
    width: 1rem;
}

.form-check-input,
.form-radio-input {
    border: 0;
    height: 1px;
    overflow: hidden;
    padding: 0;
    position: absolute !important;
    width: 1px;
    clip: rect(1px, 1px, 1px, 1px);
    opacity: 0;
}

.form-check-input:focus ~ .form-check-label:before, .events-listing .catCol .form-check-input:focus ~ label.checked:before {
    box-shadow: 0 0 0 1px #ffffff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

.form-check-input:checked ~ .form-check-label:after {
    display: none;
}

.form-check-input:checked ~ .form-check-label {
    font-weight: 600;
}

.form-radio-input:focus ~ .form-radio-label:before {
    box-shadow: 0 0 0 1px #ffffff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

.form-radio-input:checked ~ .form-radio-label:after {
    display: none;
}

.form-radio-input:checked ~ .form-radio-label {
    font-weight: 600;
}

.form__group {
    margin-bottom: 1.875rem;
}

@media (min-width: 1024px) {
    .form__group:last-of-type {
        padding-left: 1rem;
    }
}

/*
Content-related Styles
*/
/*
Protect Images

Provides "image protection" for any child <img> elements. See protect-img() mixin for details.
*/
.protect-imgs img {
    padding: 5px;
    box-sizing: border-box;
    background-color: #fff;
}

/*
Protect Image

Provides "image protection" for an <img>. See protect-img() mixin for details.
element.
*/
.protect-img {
    padding: 5px;
    box-sizing: border-box;
    background-color: #fff;
}

.alignleft,
img.alignleft {
    margin-right: 1.5em;
    display: inline;
    float: left;
}

.alignright,
img.alignright {
    margin-left: 1.5em;
    display: inline;
    float: right;
}

.aligncenter,
img.aligncenter {
    margin-right: auto;
    margin-left: auto;
    display: block;
    clear: both;
}

.wp-caption {
    max-width: 100%;
    margin-bottom: 1em;
    text-align: center;
    padding-top: 5px;
    border: 0;
    background-color: transparent;
}

.wp-caption img {
    border: 0 none;
    padding: 0;
    margin: 0;
}

.wp-caption .wp-caption-text {
    line-height: 1.5;
    font-size: 10px;
    margin: 0;
    text-align: right;
}

.wp-smiley {
    margin: 0 !important;
    max-height: 1em;
}

blockquote.left {
    margin-right: 20px;
    text-align: right;
    margin-left: 0;
    width: 33%;
    float: left;
}

blockquote.right {
    margin-left: 20px;
    text-align: left;
    margin-right: 0;
    width: 33%;
    float: right;
}

.screen-reader-text {
    clip: rect(1px, 1px, 1px, 1px);
    height: 1px;
    overflow: hidden;
    position: absolute !important;
    width: 1px;
}

/*
Wordpress Comment Styles

Note: These styles were originally taken from one of Wordpress's default themes.
They could definitely be refactored to take more advantaged of SCSS.
*/
.comment-list {
    list-style: none;
    margin: 2em 0 0;
    padding: 0;
}

.comment-list .comment {
    list-style-type: none;
    padding-left: 60px;
    position: relative;
}

.comment-list .comment + .comment {
    margin-top: 2em;
    padding-top: 2em;
    border-top: 1px solid #EFEFEF;
}

.comment-list .children {
    list-style: none;
    margin: 1em 0 0;
    padding: 20px;
    border-left: 4px solid #ECECEC;
    background-color: rgba(0, 0, 0, 0.02);
}

.comment-author {
    font-size: 1em;
}

.comment-author img {
    position: absolute;
    left: 0;
    height: auto;
    width: 50px;
}

.comment-meta {
    font-size: 1em;
}

.comment-list .reply {
    margin-top: 1em;
}

.comment-list article,
.comment-list .pingback,
.comment-list .trackback {
    margin-bottom: 1em;
    padding-top: 1em;
}

.comment-list .fn {
    font-weight: bold;
    font-style: normal;
}

.comments-area .says {
    display: none;
}

.comment-edit-link {
    margin-left: 10px;
    font-size: 12px;
    font-style: italic;
    text-transform: lowercase;
    position: absolute;
    right: 0;
}

.comment-content {
    -webkit-hyphens: auto;
    -ms-hyphens: auto;
    hyphens: auto;
    word-wrap: break-word;
}

.comment-content ul,
.comment-content ol {
    margin: 0 0 24px 22px;
}

.comment-content li > ul,
.comment-content li > ol {
    margin-bottom: 0;
}

.comment-content > :last-child {
    margin-bottom: 0;
}

.comment-respond {
    margin: 25px 0;
    padding: 0;
}

.comment .comment-respond {
    margin-top: 24px;
}

.comment-respond h3 {
    margin-top: 0;
    margin-bottom: 24px;
}

.no-comments {
    margin-top: 24px;
}

.comment-form label {
    display: block;
}

.comment-form input[type="text"],
.comment-form input[type="email"],
.comment-form input[type="url"] {
    width: 100%;
}

.comment-form .required {
    color: #c0392b;
}

.comment-reply-title small a {
    float: right;
}

.comment-navigation {
    line-height: 2;
    margin-bottom: 48px;
}

.comment-navigation .nav-next,
.comment-navigation .nav-previous {
    display: inline-block;
}

.comment-navigation .nav-previous a {
    margin-right: 10px;
}

@media (min-width: 700px) {
    .carousel {
        display: none;
    }
}

.carousel-item {
    background-position: center top;
    background-repeat: no-repeat;
    background-size: cover;
    height: 29.0625rem;
}

.carousel-item:before {
    background-color: rgba(0, 0, 0, 0.7);
    content: '';
    opacity: 0;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    top: 0;
    transition: all 0.3s;
    z-index: -1;
}

.carousel-item h3 {
    color: #ffffff;
    font-size: 1.625rem;
    width: 100%;
}

.carousel-item.open:before {
    opacity: 1;
}

.carousel-item.open .carousel-item__quote {
    opacity: 1;
    display: inline-block;
}

.carousel-item.open .carousel-item__quote:before {
    opacity: 1;
}

.carousel-item.open .carousel-item__welcome-content {
    opacity: 1;
}

.carousel-item.open .carousel__sliding-content {
    top: 9.375rem;
}

.carousel-item.open .carousel__read-more {
    opacity: 1;
}

.carousel-item__content-wrap {
    height: 21.0625rem;
    overflow: hidden;
}

.carousel-control-next,
.carousel-control-prev {
    bottom: 2rem;
    top: initial;
    width: 2rem;
}

.carousel-control-prev-icon {
    background-image: url("/_resources/img/icons/carousel-arrow-left-white.svg");
}

.carousel-control-next-icon {
    background-image: url("/_resources/img/icons/carousel-arrow-right-white.svg");
}

.carousel-indicators {
    bottom: 14px;
}

.carousel-indicators li {
    background: url("/_resources/img/icons/carousel-indicator-white.svg") no-repeat center;
    background-size: cover;
    background-color: transparent;
    display: block;
    height: 0.5rem;
    margin-right: 2rem;
    width: 0.5rem;
}

.carousel-indicators li:first-of-type {
    margin-left: 1rem;
}

.carousel-indicators li:last-of-type {
    margin-right: 1rem;
}

.carousel-indicators li:before, .carousel-indicators li:after {
    display: none;
}

.carousel-indicators li.active {
    background: url("/_resources/img/icons/carousel-indicator-yellow.svg") no-repeat center;
    background-size: cover;
}

.carousel-item__content-wrap {
    position: absolute;
    left: 2rem;
    right: 2rem;
    top: 2rem;
}

.carousel-item__quote {
    color: #ffffff;
    display: none;
    font-size: 1.25rem;
    font-weight: 200;
    line-height: 1.75rem;
    opacity: 0;
    transition: all 0.3s;
}

.carousel-item__quote:before {
    background: url("/_resources/img/icons/quotemark-white.svg") no-repeat center;
    background-size: cover;
    content: '';
    display: block;
    height: 1.125rem;
    margin: 0 auto 1rem;
    opacity: 0;
    text-align: center;
    transition: all 0.3s;
    width: 1.375rem;
}

.carousel__sliding-content {
    position: absolute;
    top: 17rem;
    transition: all 0.3s;
}

.carousel__sub-head,
.carousel__welcome {
    color: #ffffff;
    display: inline-block;
    font-size: 0.875rem;
    font-weight: 600;
    line-height: 2rem;
    text-transform: uppercase;
    width: 100%;
}

.carousel-item__welcome-content {
    color: #ffffff;
    display: inline-block;
    font-size: 1.25rem;
    font-weight: 300;
    line-height: 1.75rem;
    opacity: 0;
    transition: all 0.3s;
}

.carousel__content {
    color: #ffffff;
    display: inline-block;
    font-size: 0.8125rem;
    line-height: 1.4375rem;
    overflow: hidden;
    transition: all 0.3s;
}

.carousel__mobile-controls {
    background: #2e589a;
    height: 4.375rem;
    padding-top: 1rem;
    position: relative;
}

.carousel__mobile-controls--inner-wrap {
    margin: 0 auto;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    width: 12rem;
}

.carousel__button {
    background-size: cover;
    cursor: pointer;
    height: 2.8125rem;
    position: absolute;
    bottom: 2rem;
    left: 2rem;
    transition: all 0.3s;
    width: 2.8125rem;
    color: transparent;
    font-size: 0;
    border: 0 none;
}

.carousel__button--active {
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.carousel__read-more {
    border-radius: .25rem;
    color: #ffffff;
    display: inline-block;
    height: 2.8125rem;
    line-height: 2.8125rem;
    opacity: 0;
    padding: 0 1rem;
    position: absolute;
    bottom: 2rem;
    right: 2rem;
    transition: all 0.3s;
}

.testimonials-carousel .carousel__button {
    background: url("/_resources/img/icons/expand-circle-icon-red.svg") no-repeat center;
}

.testimonials-carousel .carousel__read-more {
    background: #C41230;
}

.testimonials-carousel .carousel__mobile-controls {
    background: #2e589a;
}

.locations-carousel .carousel__button {
    background: url("/_resources/img/icons/expand-circle-icon-blue.svg") no-repeat center;
}

.locations-carousel .carousel__read-more {
    background: #264783;
}

.locations-carousel .carousel__mobile-controls {
    background: #8D181B;
}

.locations-carousel .carousel-item.open .carousel__sliding-content {
    top: 7rem;
}

.slick-dotted.slick-slider {
    margin-bottom: 0;
}

.slick .carousel-item__inner-wrap span {
    opacity: 0;
    transition: opacity 0.3s;
}

.slick .carousel-item {
    padding: 0 0.5rem;
    z-index: 99;
}

.slick .carousel-item.slick-current span {
    opacity: 1;
}

.slick .slick-list {
    z-index: 99;
}

.slick .carousel-item__inner-wrap {
    z-index: 99;
}

.slick-dots {
    bottom: 1rem;
}

.slick-dots li {
    margin: 0 1rem;
    padding: 0 5px;
}

.slick-dots li button {
    background: url("/_resources/img/icons/carousel-indicator-white.svg") no-repeat center;
    background-size: cover;
    height: 5px;
    padding: 4px;
    width: 5px;
}

.slick-dots li button:before {
    color: transparent;
}

.slick-dots li.slick-active button {
    background: url("/_resources/img/icons/carousel-indicator-yellow.svg") no-repeat center;
    background-size: cover;
}

.slick-dots li.slick-active button:before {
    color: transparent;
}

.carousel__controls {
    height: 4.375rem;
    position: relative;
}

.slick-next,
.slick-prev {
    background-position: center;
    background-repeat: no-repeat;
    height: 2rem;
    opacity: 0.5;
    position: absolute;
    bottom: 0;
    top: initial;
    width: 2rem;
    z-index: 99;
}

.slick-next:before,
.slick-prev:before {
    display: none;
}

.slick-next:hover,
.slick-prev:hover {
    background-position: center;
    background-repeat: no-repeat;
    opacity: 1;
}

.slick-prev {
    background-image: url("/_resources/img/icons/carousel-arrow-left-white.svg");
    left: 4rem;
}

.slick-prev:hover {
    background-image: url("/_resources/img/icons/carousel-arrow-left-white.svg");
}

.slick-next {
    background-image: url("/_resources/img/icons/carousel-arrow-right-white.svg");
    right: 4rem;
}

.slick-next:hover {
    background-image: url("/_resources/img/icons/carousel-arrow-right-white.svg");
}

@media (min-width: 700px) {
    .events-carousel {
        display: none;
    }
}

.events-carousel .carousel-item {
    height: 18.75rem;
}

.events-carousel .carousel-item__inner-wrap {
    background: #152042;
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.3);
    color: #ffffff;
    height: 18.75rem;
    padding: 1rem;
}

.events-carousel .carousel__controls {
    margin: 0 auto;
    max-width: 25rem;
}

.events-carousel .events__date-label {
    display: inline-block;
    color: #F9F800;
    font-size: 0.9375rem;
    font-weight: 400;
    line-height: 1.75rem;
    text-transform: uppercase;
    width: 100%;
}

.events-carousel .events__date-label span {
    font-weight: 500;
}

.events-carousel .events__title {
    display: inline-block;
    font-size: 1rem;
    font-weight: 500;
    line-height: 1.5rem;
    margin-top: 2rem;
    width: 100%;
    color: #ffffff;
}

.events-carousel .events__bottom-content {
    position: absolute;
    bottom: 1rem;
    left: 1.5rem;
}

.events-carousel .events__time {
    display: inline-block;
    font-size: 0.8125rem;
    font-weight: 1.5rem;
    font-weight: 500;
    width: 100%;
}

.events-carousel .events__location {
    display: inline-block;
    font-size: 0.8125rem;
    width: 100%;
}

.events-carousel .events__location span {
    font-weight: 500;
}

.story-three-carousel,
.news-carousel {
    margin-top: 1.875rem;
}

@media (min-width: 700px) {
    .story-three-carousel,
    .news-carousel {
        display: none;
    }
}

.story-three-carousel .carousel-item,
.news-carousel .carousel-item {
    height: 25rem;
}

.story-three-carousel .carousel-item__inner-wrap,
.news-carousel .carousel-item__inner-wrap {
    background: #ffffff;
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.3);
    color: #152042;
    height: 25rem;
    position: relative;
}

.story-three-carousel .carousel__controls,
.news-carousel .carousel__controls {
    margin: 0 auto;
    max-width: 23rem;
}

.story-three-carousel .news__image,
.news-carousel .news__image {
    background-position: center top;
    background-repeat: no-repeat;
    background-size: cover;
    height: 12.5rem;
    width: 100%;
}

.story-three-carousel .news__content,
.news-carousel .news__content {
    padding: 1rem;
}

.story-three-carousel .news__date-label,
.news-carousel .news__date-label {
    color: #c1002a;
    display: block;
    font-size: 0.9375rem;
    font-weight: 400;
    margin-bottom: 1.875rem;
    text-transform: uppercase;
}

.story-three-carousel .news__date-label span,
.news-carousel .news__date-label span {
    font-weight: 500;
}

.story-three-carousel .news__title,
.news-carousel .news__title {
    color: #2F3E85;
    display: block;
    font-size: 1rem;
    font-weight: 500;
}

.pattern-events .events-carousel {
    margin-top: 1.875rem;
}

@media (min-width: 700px) {
    .pattern-events .events-carousel {
        display: none;
    }
}

.pattern-events .events-carousel .carousel__controls {
    margin: 0 auto;
    max-width: 23rem;
}

.accordion {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    display: none;
    height: 38.75rem;
    transition: all 0.3s;
}

@media (min-width: 700px) {
    .accordion {
        display: -ms-flexbox;
        display: flex;
    }
}

.accordion.accordion--active .accordion__item {
    background: transparent !important;
}

.accordion.accordion--active .accordion__item h3 {
    font-size: 18px;
}

@media (min-width: 1024px) {
    .accordion.accordion--active .accordion__item h3 {
        font-size: 28px;
    }
}

.accordion.accordion--active .accordion__item--open h3 {
    margin-bottom: 0;
}

@media (min-width: 700px) {
    .accordion.accordion--active .accordion__item {
        max-width: 100px;
    }
    .accordion.accordion--active .accordion__item:nth-child(1) .accordion__sliding-content {
        left: 2rem;
    }
    .accordion.accordion--active .accordion__item:nth-child(2) {
        max-width: 80px;
    }
}

.accordion.accordion--active .accordion__item:hover .accordion__sliding-content {
    top: 30rem;
}

.accordion.accordion--active .accordion__item[data-background='accordion__background--first'] .accordion__title-wrap {
    left: -0.25rem;
    bottom: -1.875rem;
}

@media (min-width: 1024px) {
    .accordion.accordion--active .accordion__item[data-background='accordion__background--first'] .accordion__title-wrap {
        left: -1.3125rem;
        bottom: 0.5rem;
    }
}

.accordion.accordion--active .accordion__item[data-background='accordion__background--first'] .accordion__button {
    left: 36px;
}

.accordion.accordion--active .accordion__item[data-background='accordion__background--second'] .accordion__title-wrap {
    left: -0.3125rem;
    bottom: -1.9375rem;
}

@media (min-width: 1024px) {
    .accordion.accordion--active .accordion__item[data-background='accordion__background--second'] .accordion__title-wrap {
        left: -2.3125rem;
        bottom: 0.25rem;
    }
}

.accordion.accordion--active .accordion__item[data-background='accordion__background--second'] .accordion__button {
    left: 18px;
}

.accordion.accordion--active .accordion__item[data-background='accordion__background--third'] .accordion__title-wrap {
    left: 0.0625rem;
    bottom: -2.1875rem;
}

@media (min-width: 1024px) {
    .accordion.accordion--active .accordion__item[data-background='accordion__background--third'] .accordion__title-wrap {
        left: -1.75rem;
        bottom: -0.25rem;
    }
}

.accordion.accordion--active .accordion__item[data-background='accordion__background--third'] .accordion__button {
    left: 18px;
}

.accordion.accordion--active .accordion__sliding-content {
    top: 30rem;
}

.accordion.accordion--active .accordion__title-wrap {
    position: absolute;
    -ms-transform: rotate(270deg);
    transform: rotate(270deg);
}

.accordion.accordion--active .accordion__title-underline {
    opacity: 0 !important;
}

.accordion.accordion--active .accordion__sub-head,
.accordion.accordion--active .accordion__content,
.accordion.accordion--active .accordion__content-open {
    display: none;
}

.accordion__item {
    background-position: center top;
    background-repeat: no-repeat;
    background-size: cover;
    border-right: 1px solid #ffffff;
    height: 38.75rem;
    max-width: 33.3333%;
    position: relative;
    transition: all 0.3s, max-width 0.8s;
    width: 100%;
}

.accordion__item:nth-child(1) .accordion__sliding-content {
    left: 2rem;
}

@media (min-width: 1024px) {
    .accordion__item:nth-child(1) .accordion__sliding-content {
        left: calc(2rem + 20px);
    }
}

.accordion__item:nth-child(1) .accordion__button {
    left: 2rem;
}

@media (min-width: 1024px) {
    .accordion__item:nth-child(1) .accordion__button {
        left: calc(2rem + 20px);
    }
}

.accordion__item:hover .accordion__button, .accordion__item:focus .accordion__button {
    background: url("/_resources/img/icons/expand-circle-icon-yellow-red.svg") no-repeat center;
}

.accordion__item:hover .accordion__sliding-content, .accordion__item:focus .accordion__sliding-content {
    top: 15.625rem;
}

@media (min-width: 1024px) {
    .accordion__item:hover .accordion__sliding-content, .accordion__item:focus .accordion__sliding-content {
        top: 18.75rem;
    }
}

.accordion__item:hover .accordion__title-underline, .accordion__item:focus .accordion__title-underline {
    opacity: 1;
}

.accordion__item:last-of-type {
    border-right: none;
}

.accordion__item .accordion__item-inner-wrap {
    height: 33.125rem;
    overflow: hidden;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
}

.accordion__item .accordion__sliding-content {
    position: absolute;
    left: 1rem;
    right: 2rem;
    top: 27rem;
    transition: all 0.3s;
}

@media (min-width: 1024px) {
    .accordion__item .accordion__sliding-content {
        left: 2em;
    }
}

.accordion__item .accordion__title-wrap {
    display: table;
    position: relative;
}

.accordion__item .accordion__title-underline {
    background: #33549b;
    display: inline-block;
    height: 1.125rem;
    opacity: 0;
    position: absolute;
    bottom: 0.4rem;
    left: -0.5rem;
    transition: all 0.3s;
    width: calc(100% + 1rem);
    z-index: 9;
}

.accordion__item h3 {
    color: #ffffff;
    display: inline-block;
    position: relative;
    text-shadow: 0 2px 2px rgba(0, 0, 0, 0.2);
    z-index: 99;
    font-size: 34px;
}

@media (min-width: 1024px) {
    .accordion__item h3 {
        font-size: 52px;
    }
}

.accordion__item .accordion__sub-head {
    color: #ffffff;
    display: inline-block;
    font-size: 0.875rem;
    line-height: 1.25rem;
    font-weight: 600;
    margin-bottom: 0.9375rem;
    text-shadow: 0 2px 2px rgba(0, 0, 0, 0.2);
    text-transform: uppercase;
    width: 100%;
}

@media (min-width: 1024px) {
    .accordion__item .accordion__sub-head {
        font-size: 1rem;
        line-height: 2rem;
    }
}

.accordion__item .accordion__quote {
    display: none;
}

.accordion__item .accordion__content {
    color: #ffffff;
    font-size: 0.8125rem;
    line-height: 1.25rem;
    text-shadow: 0 2px 2px rgba(0, 0, 0, 0.3);
}

@media (min-width: 1024px) {
    .accordion__item .accordion__content {
        font-size: 0.875rem;
        line-height: 1.5rem;
    }
}

.accordion__item--open {
    max-width: 100% !important;
}

.accordion__item--open .accordion__quote {
    display: block;
}

.accordion__item--open .accordion__sliding-content {
    padding-left: 5rem;
    top: 19rem !important;
}

@media (min-width: 1024px) {
    .accordion__item--open .accordion__sliding-content {
        top: 22rem !important;
    }
}

.accordion__item--open .accordion__button {
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.accordion__item--open .accordion__read-more {
    opacity: 1;
}

.accordion__item--open .accordion__title-wrap {
    -ms-transform: rotate(0deg) !important;
    transform: rotate(0deg) !important;
}

.accordion__item--open .accordion__title-wrap {
    position: relative !important;
    left: 0 !important;
    bottom: 0 !important;
}

.accordion__item--open .accordion__sub-head,
.accordion__item--open .accordion__content-open {
    display: inline-block !important;
}

.accordion__item .accordion__content-open {
    color: #ffffff;
    display: none;
}

.accordion__quote {
    color: #ffffff;
    display: none;
    font-weight: 200;
    font-size: 1.5rem;
    line-height: 2.125rem;
    margin-right: 1.875rem;
    position: absolute;
    left: 7.1875rem;
    top: 9.375rem;
}

@media (min-width: 1024px) {
    .accordion__quote {
        font-size: 2.125rem;
        line-height: 2.875rem;
        left: 7.1875rem;
        top: 11.25rem;
    }
}

@media (min-width: 1150px) {
    .accordion__quote {
        top: 12.5rem;
    }
}

@media (min-width: 1350px) {
    .accordion__quote {
        top: 15rem;
    }
}

.accordion__quote:before {
    background: url("/_resources/img/icons/quotemark-white.svg") center no-repeat;
    content: '';
    display: block;
    float: left;
    height: 3.75rem;
    margin-left: -4.375rem;
    margin-right: 0.625rem;
    width: 3.75rem;
}

@media (min-width: 1024px) {
    .accordion__quote:before {
        margin-left: -4.375rem;
    }
}

.accordion__button {
    background-size: cover;
    cursor: pointer;
    height: 2.8125rem;
    position: absolute;
    bottom: 2rem;
    left: 1rem;
    transition: all 0.3s;
    width: 2.8125rem;
    font-size: 0;
    color: transparent;
    border: 0 none;
}

@media (min-width: 1024px) {
    .accordion__button {
        left: calc(2em + 30px);
    }
}

.accordion__read-more {
    border-radius: 0.25rem;
    color: #ffffff;
    display: inline-block;
    height: 2.8125rem;
    line-height: 2.8125rem;
    opacity: 0;
    padding: 0 1rem;
    position: absolute;
    bottom: 2rem;
    left: 7rem;
    transition: all 0.3s;
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
}

.accordion__read-more:hover {
    color: #ffffff;
    text-decoration: none;
}

.testimonials__accordion .accordion__item {
    display: block;
}

.testimonials__accordion .accordion__button {
    background: url("/_resources/img/icons/expand-circle-icon-red.svg") no-repeat center;
}

@media (min-width: 1024px) {
    .testimonials__accordion .accordion__button {
        bottom: 50px;
    }
}

.testimonials__accordion .accordion__read-more {
    background: #C41230;
}

@media (min-width: 1024px) {
    .testimonials__accordion .accordion__read-more {
        bottom: 50px;
    }
}

.testimonials__accordion .accordion__read-more:hover {
    background: #870D21;
}

.locations__accordion .accordion__button {
    background: url("/_resources/img/icons/expand-circle-icon-blue.svg") no-repeat center;
}

.locations__accordion .accordion__read-more {
    background: #264783;
}

.locations__accordion .accordion__read-more:hover {
    background: #152042;
}

.locations__accordion .accordion__sliding-content {
    top: 27.5rem;
}

@media (min-width: 1024px) {
    .locations__accordion .accordion__sliding-content {
        top: 26.25rem;
    }
}

.locations__accordion .accordion__content {
    font-size: 1.5rem;
    font-weight: 200;
    line-height: 2.25rem;
}

@media (min-width: 1024px) {
    .locations__accordion .accordion__content {
        font-size: 2.125rem;
        font-weight: 200;
        line-height: 2.875rem;
    }
}

.locations__accordion .accordion__title-wrap {
    margin-bottom: 1.25rem;
}

.locations__accordion .accordion__title-underline {
    background: #A7231A;
}

.locations__accordion .accordion__item:hover .accordion__sliding-content {
    top: 27.5rem;
}

@media (min-width: 1024px) {
    .locations__accordion .accordion__item:hover .accordion__sliding-content {
        top: 26.25rem;
    }
}

.locations__accordion .accordion__item:hover .accordion__button {
    background: url("/_resources/img/icons/expand-circle-icon-yellow-blue.svg") no-repeat center;
}

.locations__accordion .accordion__item.accordion__item--open h3 {
    font-size: 18px;
}

@media (min-width: 1024px) {
    .locations__accordion .accordion__item.accordion__item--open h3 {
        font-size: 28px;
    }
}

.locations__accordion .accordion__item.accordion__item--open .accordion__sliding-content {
    top: 13.75rem !important;
}

@media (min-width: 800px) {
    .locations__accordion .accordion__item.accordion__item--open .accordion__sliding-content {
        top: 17.5rem !important;
    }
}

@media (min-width: 1024px) {
    .locations__accordion .accordion__item.accordion__item--open .accordion__sliding-content {
        top: 13.125rem !important;
    }
}

@media (min-width: 1350px) {
    .locations__accordion .accordion__item.accordion__item--open .accordion__sliding-content {
        top: 16.25rem !important;
    }
}

@media (min-width: 1500px) {
    .locations__accordion .accordion__item.accordion__item--open .accordion__sliding-content {
        top: 18.75rem !important;
    }
}

.locations__accordion.accordion--active .accordion__item[data-background='accordion__background--first'] .accordion__title-wrap {
    left: -0.4375rem;
    bottom: -3rem;
}

@media (min-width: 1024px) {
    .locations__accordion.accordion--active .accordion__item[data-background='accordion__background--first'] .accordion__title-wrap {
        left: -1.625rem;
        bottom: -0.375rem;
    }
}

.locations__accordion.accordion--active .accordion__item[data-background='accordion__background--second'] .accordion__title-wrap {
    left: 0.375rem;
    bottom: -3.8125rem;
}

@media (min-width: 1024px) {
    .locations__accordion.accordion--active .accordion__item[data-background='accordion__background--second'] .accordion__title-wrap {
        left: -1.5rem;
        bottom: -1.75rem;
    }
}

.locations__accordion.accordion--active .accordion__item[data-background='accordion__background--third'] .accordion__title-wrap {
    left: -1.375rem;
    bottom: -2.3125rem;
}

@media (min-width: 1024px) {
    .locations__accordion.accordion--active .accordion__item[data-background='accordion__background--third'] .accordion__title-wrap {
        left: -3.875rem;
        bottom: 0.5625rem;
    }
}

.accordion__control {
    background: #c1002a;
    border: none;
    border-bottom: 1px solid #ffffff;
    color: #ffffff;
    font-size: 0.875rem;
    font-weight: 500;
    height: 3.125rem;
    line-height: 3.125rem;
    padding-left: 1.5625rem;
    cursor: pointer;
    text-align: left;
    transition: all 0.3s;
    width: 100%;
}

.accordion__control:focus {
    outline-offset: -3px;
}

.accordion__control:not(.accordion__control--open):focus {
    background: #8e001f;
}

.accordion__control:last-of-type {
    border-bottom: none;
}

.accordion__control:before {
    content: '';
    background: url("/_resources/img/icons/plus-icon-white.svg") no-repeat center;
    float: left;
    height: 0.8125rem;
    margin-right: 0.3125rem;
    margin-top: 1.1875rem;
    width: 0.8125rem;
}

@media (min-width: 1024px) {
    .accordion__control:before {
        display: none;
    }
}

@media (min-width: 1024px) {
    .accordion__control {
        padding-left: 1.25rem;
    }
}

.accordion__control--open {
    background: #E5E4E4;
    border-bottom: none;
    color: #222222;
}

.accordion__control--open:before {
    content: '';
    background: url("/_resources/img/icons/minus-icon-dark-gray.svg") no-repeat center;
    float: left;
    height: 0.8125rem;
    margin-right: 0.3125rem;
    margin-top: 1.1875rem;
    width: 0.8125rem;
}

@media (min-width: 1024px) {
    .accordion__control--open:before {
        display: none;
    }
}

.accordion__content {
    box-sizing: border-box;
    height: auto;
    max-height: 0;
    overflow: hidden;
    padding: 0;
    text-indent: 0;
    transition: all 0.3s;
}

@media (min-width: 1024px) {
    .accordion__content--half {
        max-width: 18.75rem;
        width: 18.75rem !important;
    }
}

@media (min-width: 1024px) {
    .accordion__content--full {
        max-width: 37.5rem;
        width: 37.5rem !important;
    }
}

.accordion__content .form__group {
    display: none;
}

@media (min-width: 1024px) {
    .accordion__content {
        display: -ms-flexbox;
        display: flex;
        height: 25rem;
        max-height: 125rem;
        width: 100%;
        transition: max-width 0.3s;
    }
}

.accordion__content--open {
    background: #E5E4E4;
    max-height: 125rem;
}

@media (min-width: 1024px) {
    .accordion__content--open {
        max-width: 37.5rem !important;
        min-height: 16rem !important;
        padding: 1.5625rem !important;
    }
}

.accordion__content--open .form__group {
    display: block;
}

.accordion__control--main {
    background: #8C1319;
    border: none;
    color: #ffffff;
    font-size: 0.875rem;
    font-weight: 500;
    height: 2.375rem;
    line-height: 2.375rem;
    padding-left: 0.9375rem;
    cursor: pointer;
    text-align: left;
    width: 100%;
}

.accordion__control--main:before {
    content: '';
    background: url("/_resources/img/icons/plus-icon-white.svg") no-repeat center;
    float: left;
    height: 0.8125rem;
    margin-right: 0.3125rem;
    margin-top: 0.8125rem;
    width: 0.8125rem;
}

@media (min-width: 1024px) {
    .accordion__control--main:before {
        display: none;
    }
}

@media (min-width: 1024px) {
    .accordion__control--main {
        font-size: 1.125rem;
        height: 3.5rem;
        line-height: 3.5rem;
        padding-left: 1.25rem;
    }
}

.accordion__control--main--open:before {
    content: '';
    background: url("/_resources/img/icons/minus-icon-white.svg") no-repeat center;
    float: left;
    height: 0.8125rem;
    margin-right: 0.3125rem;
    margin-top: 0.8125rem;
    width: 0.8125rem;
}

@media (min-width: 1024px) {
    .accordion__control--main--open:before {
        display: none;
    }
}

.accordion__content--main {
    max-height: 0;
    overflow: hidden;
    position: relative;
    transition: max-height 0.3s;
}

@media (min-width: 1024px) {
    .accordion__content--main {
        overflow: visible;
    }
}

.accordion__content--main--open {
    max-height: 125rem;
}

.courses__accordion .accordion__control--last {
    border-bottom: none;
}

.courses__accordion .accordion__content {
    transition: max-height 0.3s;
}

@media (min-width: 1024px) {
    .courses__accordion .accordion__content {
        max-width: 0;
        position: absolute;
        left: 100%;
        top: -3.5rem;
        transition: max-width 0.3s;
    }
}

.courses__accordion .accordion__content--open {
    padding: 0.9375rem !important;
}

@media (min-width: 1024px) {
    .courses__accordion .accordion__content--open {
        box-shadow: 2px 2px 2px 0 rgba(0, 0, 0, 0.3);
    }
}

.pattern-accordion {
    position: relative;
    margin: 4.25rem auto;
    background-color: #4C6697;
    background-image: url(/_resources/img/programs/wave-mobile.svg);
    background-position: top;
    background-repeat: no-repeat;
    background-size: 100% auto;
}

@media (min-width: 700px) {
    .pattern-accordion {
        background-image: url("/_resources/img/programs/wave-desktop.svg");
    }
}

.pattern-accordion .layout-wrapper {
    margin: 0;
    padding: 40px 15px;
}

@media (min-width: 700px) {
    .pattern-accordion .layout-wrapper {
        padding: 55px 40px;
    }
}

@media (min-width: 1024px) {
    .pattern-accordion .layout-wrapper {
        margin: 0 auto;
        padding: 50px 100px;
        max-width: 1280px;
    }
}

.pattern-accordion h2 {
    margin: 0 0 20px;
    color: #ffffff;
    font-weight: 500;
}

@media (min-width: 700px) {
    .pattern-accordion h2 {
        margin-bottom: 12px;
    }
}

@media (min-width: 1024px) {
    .pattern-accordion h2 {
        margin-bottom: 21px;
    }
}

.pattern-accordion .intro-text {
    margin-bottom: 20px;
    color: #ffffff;
    font-size: 15px;
    line-height: 1.6;
    -webkit-font-smoothing: antialiased;
}

@media (min-width: 700px) {
    .pattern-accordion .intro-text {
        margin-bottom: 35px;
        font-size: 17px;
    }
}

@media (min-width: 1024px) {
    .pattern-accordion .intro-text {
        margin-bottom: 40px;
        font-size: 19px;
        line-height: 1.789;
    }
}

.pattern-accordion .expand-all,
.pattern-accordion .collapse-all {
    position: relative;
    padding: 8px 15px 8px 45px;
    margin: 0 10px 20px 0;
    background-color: #394276;
    background-position: 15px 12px;
    background-repeat: no-repeat;
    border-radius: 3px;
    box-shadow: 0 3px 9px #334769;
    color: #FFFFFF;
    display: inline-block;
    font-size: 0.875rem;
    text-decoration: none;
}

.pattern-accordion .expand-all {
    background-image: url("/_resources/img/programs/arrow-down.svg");
}

.pattern-accordion .collapse-all {
    background-image: url("/_resources/img/programs/arrow-up.svg");
    margin-right: 0;
}

.pattern-accordion #accordion {
    border-radius: 4px;
    overflow: hidden;
}

.pattern-accordion .collapse {
    background: #F9FAFB;
}

.pattern-accordion .card {
    border-radius: 0;
    border: 0;
    margin: 0 0 1px;
}

.pattern-accordion .card:last-of-type {
    margin: 0;
}

.pattern-accordion .card-header {
    background: #FFFFFF;
    border: 0;
    padding: 0;
}

.pattern-accordion .card-header h3 {
    line-height: 32px;
    margin-top: 0;
}

@media (max-width: 700px) {
    .pattern-accordion .card-header h3 {
        line-height: 26px;
    }
}

.pattern-accordion .card-header button {
    width: 100%;
}

.pattern-accordion .card-header .btn-link {
    white-space: normal;
    text-align: left;
    padding: 8px 10px;
    border-radius: 0;
}

@media (min-width: 700px) {
    .pattern-accordion .card-header .btn-link {
        padding: 13px 17px 13px 26px;
    }
}

@media (min-width: 1024px) {
    .pattern-accordion .card-header .btn-link {
        padding: 13px 26px;
    }
}

.pattern-accordion .card-header .btn-link:focus {
    outline: 1px dotted;
    outline: 2px auto -webkit-focus-ring-color;
    outline-offset: -4px;
}

.pattern-accordion .card-header .btn-link span {
    color: #152042;
    display: inline-block;
    font-size: 14px;
    font-weight: 600;
    text-align: left;
    vertical-align: top;
}

@media (min-width: 700px) {
    .pattern-accordion .card-header .btn-link span {
        font-size: 16px;
    }
}

.pattern-accordion .card-header .btn-link span.accordion-title {
    position: relative;
    padding: 0 40px 0 0;
    width: 100%;
}

.pattern-accordion .card-header .btn-link span.accordion-title:after {
    background-image: url("/_resources/img/programs/expand.svg");
    content: '';
    position: absolute;
    right: 2px;
    top: 2px;
    height: 20px;
    width: 20px;
    background-repeat: no-repeat;
}

@media (max-width: 699px) {
    .pattern-accordion .card-header .btn-link span.accordion-title:after {
        background-size: 15px;
        height: 15px;
        width: 15px;
    }
}

.pattern-accordion .card-header .btn-link:active span,
.pattern-accordion .card-header .btn-link:focus span {
    position: relative;
    top: 0;
    left: 0;
}

.pattern-accordion .card.info .course-title:before {
    background-image: url("/_resources/img/programs/info-icon.svg");
    content: '';
    display: block;
    height: 24px;
    width: 24px;
    position: absolute;
    left: 27px;
    top: 3px;
}

.pattern-accordion .card-body {
    padding: 0 10px 20px;
    font-family: "Montserrat", sans-serif;
    font-size: 14px;
    line-height: 1.714285714;
}

@media (min-width: 700px) {
    .pattern-accordion .card-body {
        padding: 0 80px 30px 26px;
        font-size: 16px;
        line-height: 1.75;
    }
}

.pattern-accordion .card.open .card-header {
    background-color: #F9FAFB;
}

.pattern-accordion .card.open .btn-link span.accordion-title:after {
    background-image: url("/_resources/img/programs/minus-icon-red.svg");
    background-repeat: no-repeat;
    right: 3px;
    top: 10px;
}

.pattern-accordion .accordion__top {
    position: relative;
    margin: 0 0 20px 10px;
    padding: 0 0 0 30px;
    background: 0;
    border: 0;
    color: #264783;
    cursor: pointer;
    font-weight: 600;
    font-size: 14px;
}

@media (min-width: 700px) {
    .pattern-accordion .accordion__top {
        margin-left: 26px;
    }
}

@media (min-width: 1024px) {
    .pattern-accordion .accordion__top {
        margin: 0 0 25px 26px;
    }
}

.pattern-accordion .accordion__top:before {
    content: '';
    position: absolute;
    left: 4px;
    height: 16px;
    width: 15px;
    top: 2px;
    background-image: url("/_resources/img/icons/arrow-right-red.svg");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
}

.div-table {
    display: block;
    width: 100%;
}

@media (min-width: 700px) {
    .div-table {
        border-top: 1px solid rgba(151, 151, 151, 0.4);
        border-top: none;
        padding-top: none;
    }
}

.div-table__mobile {
    border-top: 1px solid rgba(151, 151, 151, 0.4);
    display: block;
    padding: 0.9375rem;
}

@media (min-width: 700px) {
    .div-table__mobile {
        display: none;
    }
}

.div-table__mobile a {
    float: right;
    font-size: 0.8125rem;
    font-weight: 600;
    margin-top: -1.25rem;
}

.div-table__mobile span {
    font-size: 0.75rem;
    line-height: 0.9375rem;
    padding-left: 1.5rem;
}

.div-table__mobile-control {
    color: #2F3E85;
    background: none;
    border: none;
    display: block;
    font-size: 1rem;
    font-weight: 600;
    padding: 0;
}

.div-table__mobile-control:before {
    background: url("/_resources/img/icons/plus-icon-blue.svg") no-repeat center;
    content: '';
    float: left;
    height: 1rem;
    margin-right: 0.625rem;
    margin-top: 0.25rem;
    width: 1rem;
}

.div-table__mobile-control.js-open:before {
    background: url("/_resources/img/icons/minus-icon-blue.svg") no-repeat center;
}

.div-table__content {
    height: 0;
    max-height: 0;
    overflow: hidden;
    transition: all 0.3s;
}

@media (min-width: 700px) {
    .div-table__content {
        height: 100%;
        max-height: 100%;
    }
}

.div-table__content:nth-child(4n) {
    background: #ECEBEB;
}

@media (max-width: 700px) {
    .div-table__content.js-open {
        height: 100%;
        max-height: 62.5rem;
    }
}

.div-table__header {
    display: none;
    width: 100%;
}

@media (min-width: 700px) {
    .div-table__header {
        display: -ms-flexbox;
        display: flex;
    }
}

.div-table__header .div-table__cell {
    color: #152042;
    font-size: 0.8125rem;
    font-weight: 600;
    text-transform: uppercase;
}

.div-table__header .div-table__row {
    border-top: 0;
    padding-bottom: 0;
}

.div-table__body {
    padding: 0;
}

@media (min-width: 700px) {
    .div-table__body {
        padding: 1rem 0 0;
    }
}

.div-table__row {
    border-top: none;
    display: block;
    padding: 0 0.9375rem 0.9375rem;
    width: 100%;
}

@media (min-width: 700px) {
    .div-table__row {
        border-top: 1px solid #B1B1B1;
        padding: 0 1.875rem 1rem;
    }
}

.div-table__row--inner {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 1rem 0 0;
    width: 100%;
}

@media (min-width: 700px) {
    .div-table__row--inner {
        -ms-flex-direction: row;
        flex-direction: row;
    }
}

.div-table__cell {
    color: #222222;
    display: block;
    font-size: 0.875rem;
    padding-right: 0;
    padding-bottom: 1.25rem;
    width: 100%;
}

@media (min-width: 700px) {
    .div-table__cell {
        font-size: 1rem;
        padding-bottom: 0rem;
        padding-right: 0.625rem;
        -ms-flex-positive: 0;
        flex-grow: 0;
        -ms-flex-negative: 0;
        flex-shrink: 0;
    }
}

@media (min-width: 700px) {
    .div-table__cell:nth-of-type(1) {
        -ms-flex-preferred-size: 8%;
        flex-basis: 8%;
        max-width: 8%;
    }
}

@media (min-width: 700px) {
    .div-table__cell:nth-of-type(2) {
        -ms-flex-preferred-size: 10%;
        flex-basis: 10%;
        max-width: 10%;
    }
}

@media (min-width: 700px) {
    .div-table__cell:nth-of-type(6) {
        -ms-flex-preferred-size: 14.5%;
        flex-basis: 14.5%;
        width: 14.5%;
    }
}

@media (min-width: 700px) {
    .div-table__cell:nth-of-type(3) {
        -ms-flex-preferred-size: 23.5%;
        flex-basis: 23.5%;
        width: 23.5%;
    }
}

@media (min-width: 700px) {
    .div-table__cell:nth-of-type(4), .div-table__cell:nth-of-type(5) {
        -ms-flex-preferred-size: 14.5%;
        flex-basis: 14.5%;
        width: 14.5%;
    }
}

@media (min-width: 700px) {
    .div-table__cell:nth-of-type(7) {
        -ms-flex-preferred-size: 11%;
        flex-basis: 11%;
        width: 11%;
    }
}

@media (min-width: 700px) {
    .div-table__cell:nth-of-type(8) {
        -ms-flex-preferred-size: 4%;
        flex-basis: 4%;
        max-width: 4%;
    }
}

.div-table__cell:last-of-type {
    padding-right: 0;
}

.div-table__cell--note {
    font-size: 0.8125rem;
    padding-left: 50%;
}

@media (min-width: 700px) {
    .div-table__cell--note {
        padding-left: 18%;
        width: 100%;
    }
}

.div-table__cell--books {
    display: none;
}

@media (min-width: 700px) {
    .div-table__cell--books {
        display: block;
    }
    .div-table__cell--books a {
        font-size: 13px;
        font-weight: 600;
    }
}

.div-table__cell span {
    display: block;
    font-style: italic;
    font-size: 0.8125rem;
    padding-bottom: 0;
    padding-left: 50%;
}

@media (min-width: 700px) {
    .div-table__cell span {
        padding-left: 0;
    }
}

.div-table__body.session-lab .div-table__cell--note {
    display: none;
}

.div-table__body.session-lab + .div-table__body .div-table__row {
    border-top: 0;
}

.div-table__body.session-lab + .div-table__body .div-table__cell[data-title='SEC'], .div-table__body.session-lab + .div-table__body .div-table__cell[data-title='CRN'], .div-table__body.session-lab + .div-table__body .div-table__cell[data-title='Instructor'], .div-table__body.session-lab + .div-table__body .div-table__cell--books {
    display: none;
}

@media (min-width: 700px) {
    .div-table__body.session-lab + .div-table__body .div-table__cell[data-title='SEC'], .div-table__body.session-lab + .div-table__body .div-table__cell[data-title='CRN'], .div-table__body.session-lab + .div-table__body .div-table__cell[data-title='Instructor'], .div-table__body.session-lab + .div-table__body .div-table__cell--books {
        display: block;
        visibility: hidden;
    }
}

@media (max-width: 700px) {
    .div-table__cell[data-title]:before {
        color: #152042;
        content: attr(data-title);
        display: block;
        float: left;
        font-weight: 600;
        padding: 0 0 0 1.5rem;
        text-transform: uppercase;
        width: 50%;
    }
}

.dataTables_wrapper .inner-wrap {
    overflow-x: auto;
}

.dataTables_wrapper .inner-wrap table {
    border: 0 none;
    table-layout: fixed;
    max-width: none;
    width: auto;
    min-width: 100%;
}

.pagination {
    padding-right: 0;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 0;
    font-size: 0.9375rem;
    -ms-flex-align: center;
    align-items: center;
}

@media (min-width: 700px) {
    .pagination {
        font-size: 1rem;
    }
}

.pagination .page-item .page-link {
    border-radius: 0;
}

.pagination .page-link {
    border: 0 none;
    margin: 0;
    padding: 0 0.5rem;
    background-color: transparent;
    color: #2F3E85;
    font-weight: 600;
    text-decoration: none !important;
    border-radius: 0;
}

@media (min-width: 700px) {
    .pagination .page-link {
        margin: 0.5rem 0.20rem;
    }
}

.pagination .page-link:hover {
    text-decoration: underline;
}

.pagination .page-link__ellipsis {
    cursor: auto !important;
}

.pagination .first .page-link,
.pagination .last .page-link,
.pagination .prev .page-link,
.pagination .next .page-link {
    padding: 0.5rem 0.75rem;
    margin: 0;
    color: transparent !important;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 12px 9px;
}

.pagination .first .page-link {
    background-image: url("/_resources/img/icons/arrow-green-ld.svg");
    padding-left: 0;
    background-size: 17px;
}

.pagination .first.disabled .page-link {
    background-image: url("/_resources/img/icons/arrow-black-ld.svg");
}

.pagination .prev .page-link {
    background-image: url("/_resources/img/icons/arrow-green-ls.svg");
    background-size: 9px;
}

.pagination .prev.disabled .page-link {
    background-image: url("/_resources/img/icons/arrow-black-ls.svg");
}

.pagination .next .page-link {
    background-image: url("/_resources/img/icons/arrow-green-rs.svg");
    background-size: 9px;
}

.pagination .next.disabled .page-link {
    background-image: url("/_resources/img/icons/arrow-black-rs.svg");
}

.pagination .last .page-link {
    background-image: url("/_resources/img/icons/arrow-green-rd.svg");
    background-size: 17px;
    padding-right: 0;
}

.pagination .last.disabled .page-link {
    background-image: url("/_resources/img/icons/arrow-black-rd.svg");
}

.pagination .active .page-link {
    background-color: transparent;
    color: #000000;
    font-weight: normal;
    border-bottom: 2px solid #000;
}

.pagination .disabled .page-link {
    color: #000000;
    font-weight: normal;
}

.pagination .disabled:hover {
    cursor: not-allowed;
}

.dataTables_wrapper .dataTables_paginate {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
}

.dataTables_wrapper .dataTables_paginate > span {
    display: -ms-inline-flexbox;
    display: inline-flex;
}

.dataTables_wrapper .dataTables_paginate .paginate_button {
    min-width: 0;
    border: none !important;
    background-image: none !important;
    color: #2F3E85 !important;
    font-weight: 500;
    padding: 0 0.5rem;
    margin: 0;
}

.dataTables_wrapper .dataTables_paginate .paginate_button:hover {
    color: inherit !important;
}

.dataTables_wrapper .dataTables_paginate .paginate_button.current {
    color: #000 !important;
    border-bottom: 2px solid #000 !important;
    font-weight: normal;
}

.dataTables_wrapper .dataTables_paginate .first,
.dataTables_wrapper .dataTables_paginate .previous,
.dataTables_wrapper .dataTables_paginate .next,
.dataTables_wrapper .dataTables_paginate .last {
    color: transparent !important;
    font-size: 0;
    padding: 0.5rem 0.75rem;
    margin: 0;
    background-repeat: no-repeat !important;
    background-position: center  !important;
    background-size: 12px 9px !important;
}

.dataTables_wrapper .dataTables_paginate .first {
    background-image: url("/_resources/img/icons/arrow-green-ld.svg") !important;
    background-size: 17px !important;
}

.dataTables_wrapper .dataTables_paginate .first.disabled {
    background-image: url("/_resources/img/icons/arrow-black-ld.svg") !important;
    background-size: 17px !important;
}

.dataTables_wrapper .dataTables_paginate .previous {
    background-image: url("/_resources/img/icons/arrow-green-ls.svg") !important;
    background-size: 9px !important;
}

.dataTables_wrapper .dataTables_paginate .previous.disabled {
    background-image: url("/_resources/img/icons/arrow-black-ls.svg") !important;
    background-size: 9px !important;
}

.dataTables_wrapper .dataTables_paginate .next {
    background-image: url("/_resources/img/icons/arrow-green-rs.svg") !important;
    background-size: 9px !important;
}

.dataTables_wrapper .dataTables_paginate .next.disabled {
    background-image: url("/_resources/img/icons/arrow-black-rs.svg") !important;
    background-size: 9px !important;
}

.dataTables_wrapper .dataTables_paginate .last {
    background-image: url("/_resources/img/icons/arrow-green-rd.svg") !important;
    background-size: 17px !important;
}

.dataTables_wrapper .dataTables_paginate .last.disabled {
    background-image: url("/_resources/img/icons/arrow-black-rd.svg") !important;
    background-size: 17px !important;
}

.home-title-text {
    color: #ffffff;
    font-size: 66px;
    font-weight: 700;
    line-height: 45px;
    margin-left: -3px;
    position: absolute;
    bottom: 109px;
    text-shadow: 0 2px 2px rgba(0, 0, 0, 0.2);
    text-transform: uppercase;
    z-index: 10;
}

.home-title-text .yellow-text {
    color: #ffef00;
}

@media (min-width: 700px) {
    .home-title-text {
        font-size: 100px;
        line-height: 69px;
        margin-left: -5px;
        bottom: 54px;
    }
}

@media (min-width: 1024px) {
    .home-title-text {
        font-size: 142px;
        line-height: 100px;
        margin-left: -7px;
        bottom: 110px;
    }
}

.home-title-text .animate-row {
    display: inline-block;
    overflow: hidden;
    height: 48px;
    margin-bottom: -2px;
}

@media (min-width: 700px) {
    .home-title-text .animate-row {
        height: 72px;
    }
}

@media (min-width: 1024px) {
    .home-title-text .animate-row {
        height: 102px;
    }
}

.animate-letter {
    display: inline-block;
    transition: transform 0.6s cubic-bezier(0.65, 0.02, 0.23, 1);
    -ms-transform: translate(20%, 103%);
    transform: translate(20%, 103%);
    position: relative;
    margin-left: -0.9375rem;
    margin-bottom: 1px;
    z-index: 1;
}

@media (max-width: 350px) {
    .animate-letter {
        margin-left: -1.25rem;
    }
}

.animate-letter:first-of-type {
    margin-left: -0.125rem;
}

@media (min-width: 700px) {
    .animate-letter:first-of-type {
        margin-left: -0.1875rem;
    }
}

@media (min-width: 1024px) {
    .animate-letter:first-of-type {
        margin-left: -0.25rem;
    }
}

@media (min-width: 700px) {
    .animate-letter {
        margin-left: -1.4375rem;
        margin-bottom: 1px;
    }
}

@media (min-width: 1024px) {
    .animate-letter {
        margin-left: -2.0625rem;
        margin-bottom: -2px;
    }
}

.animate-letter:before {
    content: '';
    position: absolute;
    z-index: 1;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -ms-transform: translateY(-40%);
    transform: translateY(-40%);
    transition: transform 0.6s cubic-bezier(0.65, 0.02, 0.23, 1);
}

.animate {
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
}

.animate:before {
    -ms-transform: translateY(100%);
    transform: translateY(100%);
}

.homepage-hero .plyr__controls {
    display: none;
}

.homepage-hero .plyr__video-wrapper,
.homepage-hero .plyr {
    height: 100%;
}

.homepage-hero__inner {
    position: absolute;
    bottom: 48px;
    z-index: 10;
}

@media (min-width: 700px) {
    .homepage-hero__inner {
        bottom: 65px;
    }
}

@media (min-width: 1200px) {
    .homepage-hero__inner {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: end;
        align-items: flex-end;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }
}

.homepage-hero__inner .home-title-text {
    position: static;
    margin-bottom: 0.2em;
}

@media (min-width: 1024px) {
    .homepage-hero__inner .home-title-text {
        font-size: 130px;
        line-height: 92px;
        margin-bottom: 0;
    }
}

.homepage-hero__inner .sup-text {
    padding: 0 15px;
}

@media (min-width: 700px) {
    .homepage-hero__inner .sup-text {
        padding: 0 30px;
    }
}

@media (min-width: 1024px) {
    .homepage-hero__inner .sup-text {
        margin-top: 2.5em;
        padding: 0 0 0.84em 20px;
        width: 100%;
    }
}

@media (min-width: 1200px) {
    .homepage-hero__inner .sup-text {
        width: 30vw;
        margin-left: 4vw;
        padding-left: 0;
    }
}

.homepage-hero__inner .sup-text p {
    color: #ffffff;
    font-size: 18px;
    margin-bottom: 0.45em;
}

@media (min-width: 700px) {
    .homepage-hero__inner .sup-text p {
        font-size: 26px;
        margin-bottom: 0.85em;
    }
}

@media (min-width: 1024px) {
    .homepage-hero__inner .sup-text p {
        font-size: 34px;
        margin-bottom: 0.65em;
        line-height: 1.3;
    }
}

.homepage-hero__inner .sup-text a {
    display: inline-block;
    font-family: "Montserrat", sans-serif;
    font-weight: 600;
    color: #ffffff;
    background-color: #c1002a;
    padding: 0.8em 1.55em;
    font-size: 14px;
    text-transform: uppercase;
    border-radius: 4px;
    transition: background-color 0.3s ease;
}

@media (min-width: 1024px) {
    .homepage-hero__inner .sup-text a {
        padding: 1em 1.65em;
    }
}

.homepage-hero__inner .sup-text a:hover {
    text-decoration: none;
    background-color: #870D21;
}

@media (min-width: 1024px) {
    .homepage-hero__inner .animate-row {
        height: 96px;
    }
}

@media (min-width: 1024px) {
    .homepage-hero__inner .animate-letter:not(:first-of-type) {
        margin-left: -2.13rem;
    }
}

.plyr__control--overlaid {
    background: none;
}

.pattern-video.content {
    padding-left: 0;
    padding-right: 0;
}

@media (min-width: 700px) {
    .pattern-video.content {
        max-width: 100%;
        padding-left: 2.5rem;
        padding-right: 2.5rem;
    }
}

@media (min-width: 1140px) {
    .pattern-video.content {
        max-width: 1080px;
        padding-left: 0;
        padding-right: 0;
    }
}

@media (min-width: 700px) {
    .pattern-video.content.pattern-video--left, .pattern-video.content.pattern-video--right {
        width: 45%;
        padding: 0;
    }
}

@media (min-width: 700px) {
    .pattern-video.content.pattern-video--left .video__cover:before, .pattern-video.content.pattern-video--right .video__cover:before {
        -ms-transform: translate(-50%, -50%) scale(0.6);
        transform: translate(-50%, -50%) scale(0.6);
    }
}

@media (min-width: 1024px) {
    .pattern-video.content.pattern-video--left .video__cover:before, .pattern-video.content.pattern-video--right .video__cover:before {
        -ms-transform: translate(-50%, -50%) scale(0.8);
        transform: translate(-50%, -50%) scale(0.8);
    }
}

@media (min-width: 700px) {
    .pattern-video.content.pattern-video--left {
        float: left;
        margin: 13px 30px 10px 0;
    }
}

@media (min-width: 700px) {
    .pattern-video.content.pattern-video--right {
        float: right;
        margin: 13px 0 10px 30px;
    }
}

.pattern-video.content:after {
    content: '';
    display: block;
    clear: both;
}

.pattern-video.content h2,
.pattern-video.content .section-intro-text {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
}

@media (min-width: 700px) {
    .pattern-video.content h2,
    .pattern-video.content .section-intro-text {
        padding-left: 0;
        padding-right: 0;
    }
}

.video--inline {
    position: relative;
}

.video__cover {
    position: relative;
    z-index: 2;
}

.video__cover img {
    height: 100%;
    width: 100%;
}

.video__cover:hover {
    cursor: pointer;
}

.video__cover:hover:before {
    -ms-transform: translate(-50%, -50%) scale(1.1);
    transform: translate(-50%, -50%) scale(1.1);
}

.video__cover:before {
    position: absolute;
    top: 50%;
    left: 50%;
    height: 60px;
    width: 60px;
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    background-color: #C41230;
    background-image: url("/_resources/img/icons/play.svg");
    background-position: 55% center;
    background-repeat: no-repeat;
    background-size: 30%;
    content: '';
    border-radius: 50%;
    transition: 0.3s ease;
}

@media (min-width: 700px) {
    .video__cover:before {
        height: 100px;
        width: 100px;
    }
}

.video__cover.js-loading:before {
    background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns:svg='http://www.w3.org/2000/svg' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' version='1.0' width='60px' height='60px' viewBox='0 0 128 128' xml:space='preserve'%3e%3cg%3e%3cpath d='M78.75 16.18V1.56a64.1 64.1 0 0 1 47.7 47.7H111.8a49.98 49.98 0 0 0-33.07-33.08zM16.43 49.25H1.8a64.1 64.1 0 0 1 47.7-47.7V16.2a49.98 49.98 0 0 0-33.07 33.07zm33.07 62.32v14.62A64.1 64.1 0 0 1 1.8 78.5h14.63a49.98 49.98 0 0 0 33.07 33.07zm62.32-33.07h14.62a64.1 64.1 0 0 1-47.7 47.7v-14.63a49.98 49.98 0 0 0 33.08-33.07z' fill='%23ffffff' fill-opacity='1'/%3e%3canimateTransform attributeName='transform' type='rotate' from='0 64 64' to='-90 64 64' dur='800ms' repeatCount='indefinite'%3e%3c/animateTransform%3e%3c/g%3e%3c/svg%3e");
    background-size: 70%;
    background-position: center center;
}

.video__cover.js-hide {
    opacity: 0;
    z-index: 1;
}

.video__embed {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    height: 100%;
    width: 100%;
    opacity: 0;
}

.video__embed.js-show {
    opacity: 1;
}

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

.video__caption {
    background: #2F3E85;
    color: #ffffff;
    margin: 0 auto;
    padding: 0.9375rem 1.25rem;
    width: 100%;
}

@media (min-width: 700px) {
    .video__caption {
        margin: 0 auto;
    }
}

@media (min-width: 1024px) {
    .video__caption {
        width: 100%;
        margin: -1px auto 0 auto;
    }
}

#oualerts-active-alert-display.oualerts-notify-announcement {
    position: relative;
    background-color: #fcf101 !important;
    padding: 0.6rem 3em 0.75em 1.0rem;
}

@media screen and (min-width: 700px) {
    #oualerts-active-alert-display.oualerts-notify-announcement {
        padding: 1.35rem 4.8em 1.35em 1.9rem;
    }
}

@media screen and (min-width: 1024px) {
    #oualerts-active-alert-display.oualerts-notify-announcement {
        padding: 1.3rem 6.8em 1.3em 2.97rem;
    }
}

#oualerts-active-alert-display.oualerts-notify-announcement h2 {
    font-size: 1.14rem;
    display: inline-block;
    background-image: none;
    padding-left: 0;
    margin-bottom: 0;
    line-height: 1.3;
}

@media screen and (min-width: 700px) {
    #oualerts-active-alert-display.oualerts-notify-announcement h2 {
        font-size: 1.27rem;
        margin-right: 0.6em;
        word-spacing: 0.055em;
        line-height: 1.3;
    }
}

@media screen and (min-width: 1024px) {
    #oualerts-active-alert-display.oualerts-notify-announcement h2 {
        font-size: 1.4rem;
    }
}

#oualerts-active-alert-display.oualerts-notify-announcement.alert-dismissible .close {
    right: 0.8375rem;
    top: 1.1375rem;
}

@media screen and (min-width: 700px) {
    #oualerts-active-alert-display.oualerts-notify-announcement.alert-dismissible .close {
        right: 1.73rem;
        top: 1.7rem;
    }
}

@media screen and (min-width: 1024px) {
    #oualerts-active-alert-display.oualerts-notify-announcement.alert-dismissible .close {
        right: 2.23rem;
    }
}

#oualerts-active-alert-display.oualerts-notify-announcement .oualerts-notify-date {
    display: none;
}

#oualerts-active-alert-display.oualerts-notify-announcement .oualerts-notify-subtitle {
    display: none;
}

#oualerts-active-alert-display.oualerts-notify-announcement .oualerts-notify-link {
    color: #2b4384 !important;
    transition: color 0.3s ease !important;
}

#oualerts-active-alert-display.oualerts-notify-announcement .oualerts-notify-link:hover {
    color: #000000 !important;
    opacity: 1 !important;
}

#oualerts-active-alert-display.oualerts-notify-announcement .oualerts-notify-msg {
    font-size: 18px;
    font-weight: 300;
    margin-bottom: 0;
}

@media screen and (min-width: 700px) {
    #oualerts-active-alert-display.oualerts-notify-announcement .oualerts-notify-msg {
        font-size: 1.27rem;
        display: inline;
        word-spacing: 0.055em;
        line-height: 1.3;
        margin-right: 0.6em;
    }
}

@media screen and (min-width: 1024px) {
    #oualerts-active-alert-display.oualerts-notify-announcement .oualerts-notify-msg {
        font-size: 1.4rem;
    }
}

#oualerts-active-alert-display.oualerts-notify-announcement .oualerts-notify-link {
    font-size: 14px;
    display: block;
    text-decoration: underline !important;
    transition: opacity 0.3s ease;
}

@media screen and (min-width: 700px) {
    #oualerts-active-alert-display.oualerts-notify-announcement .oualerts-notify-link {
        display: inline-block;
        padding-left: 0.75em;
    }
}

#oualerts-active-alert-display.oualerts-notify-announcement .oualerts-notify-link:hover {
    opacity: 0.8;
}

#oualerts-active-alert-display.oualerts-notify-announcement .oualerts-notify-body {
    padding: 0;
}

@media screen and (min-width: 1024px) {
    #oualerts-active-alert-display.oualerts-notify-announcement .oualerts-notify-body {
        max-width: none;
    }
}

#oualerts-active-alert-display.oualerts-notify-announcement .oualerts-notify-body .oualerts-notify-title {
    color: #000000 !important;
    background: transparent !important;
}

#oualerts-active-alert-display.oualerts-notify-announcement .oualerts-notify-body .oualerts-notify-title .oualerts-notify-icon {
    display: none;
}

#oualerts-active-alert-display.oualerts-notify-announcement .oualerts-notify-footer {
    position: absolute;
    top: -8px;
    right: 6px;
}

@media screen and (min-width: 700px) {
    #oualerts-active-alert-display.oualerts-notify-announcement .oualerts-notify-footer {
        top: 1px;
        right: 22px;
    }
}

@media screen and (min-width: 1024px) {
    #oualerts-active-alert-display.oualerts-notify-announcement .oualerts-notify-footer {
        right: 29px;
    }
}

#oualerts-active-alert-display.oualerts-notify-announcement .oualerts-notify-footer #oualerts-close-button {
    position: relative;
    width: 30px;
    height: 30px;
    color: transparent !important;
    background-color: transparent !important;
    border-color: transparent !important;
}

#oualerts-active-alert-display.oualerts-notify-announcement .oualerts-notify-footer #oualerts-close-button:before, #oualerts-active-alert-display.oualerts-notify-announcement .oualerts-notify-footer #oualerts-close-button:after {
    content: '';
    position: absolute;
    width: 70%;
    height: 4px;
    background-color: #373187;
    top: 50%;
    left: 50%;
    border-radius: 4px;
    -ms-transform: translate(-50%, -50%) rotate(45deg);
    transform: translate(-50%, -50%) rotate(45deg);
}

#oualerts-active-alert-display.oualerts-notify-announcement .oualerts-notify-footer #oualerts-close-button:after {
    -ms-transform: translate(-50%, -50%) rotate(-45deg);
    transform: translate(-50%, -50%) rotate(-45deg);
}

.sub-hero__inner {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    background-color: #151d3a;
}

@media (min-width: 700px) {
    .sub-hero__inner {
        -ms-flex-direction: row;
        flex-direction: row;
    }
}

.sub-hero__img {
    position: relative;
    -ms-flex-order: 1;
    order: 1;
    padding-top: 87%;
    overflow: hidden;
}

@media (min-width: 700px) {
    .sub-hero__img {
        width: 100%;
        padding-top: 50%;
    }
}

@media (min-width: 1024px) {
    .sub-hero__img {
        padding-top: 43.5%;
    }
}

.sub-hero__img img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

@media all and (-ms-high-contrast: none) {
    .sub-hero__img img {
        top: 50%;
        left: 50%;
        width: auto;
        max-width: none;
        height: 100%;
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
    }
}

.sub-hero__img + .sub-hero__content {
    text-align: left;
}

@media (min-width: 700px) {
    .sub-hero__img + .sub-hero__content {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
    }
}

@media (min-width: 1024px) {
    .sub-hero__img + .sub-hero__content {
        padding: 2.9em 90px;
    }
}

.sub-hero__content {
    width: 100%;
    text-align: center;
    padding: 1.7em 15px 2.3em;
    -ms-flex-order: 0;
    order: 0;
}

@media (min-width: 700px) {
    .sub-hero__content {
        padding: 1.7em 30px 2.7em;
    }
}

@media (min-width: 1024px) {
    .sub-hero__content {
        padding: 3.2em 90px 4.1em;
    }
}

.sub-hero__content:first-of-type {
    border-bottom: 10px solid #ffffff;
}

@media (min-width: 700px) {
    .sub-hero__content:first-of-type {
        border-bottom: 20px solid #ffffff;
    }
}

.sub-hero h2 {
    color: #ffffff;
    font-size: 24px;
    line-height: 1.2;
}

@media (min-width: 700px) {
    .sub-hero h2 {
        font-size: 31px;
        margin-bottom: 0.55em;
    }
}

@media (min-width: 1024px) {
    .sub-hero h2 {
        font-size: 41px;
        line-height: 1.12;
    }
}

.sub-hero p {
    color: #ffffff;
    margin-bottom: 1.25em;
    font-weight: 300;
}

@media (min-width: 700px) {
    .sub-hero p {
        font-size: 18px;
        margin-bottom: 1.5em;
        line-height: 1.44;
    }
}

@media (min-width: 1024px) {
    .sub-hero p {
        font-size: 22px;
    }
}

.sub-hero a {
    display: inline-block;
    color: #ffffff;
    padding: 0.85em 1.7em;
    border-radius: 4px;
    background-color: #c1002a;
    text-transform: uppercase;
    font-size: 14px;
    transition: background-color 0.3s ease;
}

.sub-hero a:hover {
    background-color: #870D21;
    text-decoration: none;
}

.header__bar {
    background: #C41230;
    height: 3.75rem;
    width: 100%;
    transition: all 0.3s;
}

@media (min-width: 700px) {
    .header__bar {
        height: 1.25rem;
    }
}

.header__bar--nav-open {
    width: 200%;
}

@media (min-width: 700px) {
    .header__bar--nav-open {
        display: block;
        margin-left: 20rem;
        width: calc(100% - 320px);
    }
}

.header__bar--nav-open .header__logo-mobile--masthead {
    left: 21rem;
    width: 100%;
}

.header__logo--masthead {
    display: none;
}

@media (min-width: 700px) {
    .header__logo--masthead {
        display: block;
        position: absolute;
        left: 21px;
        top: 40px;
        width: 232px;
        z-index: 9;
    }
}

@media (min-width: 1024px) {
    .header__logo--masthead {
        width: 20.625rem;
    }
}

.header__logo-mobile--masthead {
    display: block;
    position: absolute;
    top: 1rem;
    left: 1rem;
    transition: all 0.3s;
    min-width: 8.5rem;
}

@media (min-width: 700px) {
    .header__logo-mobile--masthead {
        display: none;
    }
}

.header__controls {
    height: 70px;
    max-width: 9.0625rem;
    padding: 1.125rem 1rem 1.25rem 2rem;
    position: absolute;
    right: 0;
    top: 0;
    transition: all 0.3s;
    width: 100%;
    z-index: 9999;
}

@media (min-width: 700px) {
    .header__controls {
        max-width: 13rem;
    }
}

.header__controls:before {
    background: #2b4384;
    border-radius: 0 0 0 0.5rem;
    content: '';
    height: 100%;
    position: absolute;
    top: 0;
    right: -22%;
    -ms-transform: skew(-20deg);
    transform: skew(-20deg);
    -webkit-transform: skew(-20deg);
    -ms-transform-origin: 0 0;
    transform-origin: 0 0;
    -webkit-transform-origin: 0 0;
    transition: all 0.3s;
    width: 105%;
    z-index: -1;
}

@media (min-width: 700px) {
    .header__controls:before {
        right: -20%;
    }
}

.header__controls.search-open {
    max-width: 100%;
    padding: 1.125rem 25px 1.25rem;
}

.header__controls.search-open:before {
    width: 140%;
}

@media (min-width: 700px) {
    .header__controls.search-open {
        max-width: 23rem;
    }
    .header__controls.search-open:before {
        width: 105%;
    }
}

.header__controls.search-open .header-menu__nav-toggle {
    display: none;
    opacity: 0;
}

.body-search-open .header__controls {
    right: -20rem;
}

@media (max-width: 700px) {
    .body-search-open .header__controls {
        height: 70px;
    }
}

@media (min-width: 700px) {
    .body-search-open .header__controls:before {
        background: none;
        border: none;
        box-shadow: none;
    }
}

.homepage-hero {
    height: 545px;
    overflow: hidden;
    position: relative;
}

@media (min-width: 700px) {
    .homepage-hero {
        height: 620px;
    }
}

@media (min-width: 1024px) {
    .homepage-hero {
        height: 731px;
    }
}

.homepage-hero video {
    height: 100%;
    object-fit: cover;
    font-family: 'object-fit: cover;';
    width: 100%;
}

.homepage-hero .shadow {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    z-index: 5;
    background-image: linear-gradient(-180deg, rgba(0, 0, 0, 0.3) 56%, rgba(0, 0, 0, 0.3) 100%);
    pointer-events: none;
}

.headroom-container {
    height: 70px;
    margin: 0 auto;
    max-width: 1900px;
    position: absolute;
    width: 100%;
    z-index: 9999;
    transition: top 0.3s linear;
    will-change: transform;
}

.headroom.js-fixed .headroom-container {
    top: 0;
    position: fixed;
}

.headroom.js-fixed .headroom-container .header__bar {
    height: 3.75rem;
}

.headroom.js-fixed .headroom-container .header__logo-mobile--masthead {
    display: block;
}

.headroom.js-fixed.js-down .headroom-container {
    top: -70px;
}

.headroom .header__bar {
    height: 3.75rem;
}

@media (min-width: 700px) {
    .headroom .header__bar {
        height: 1.25rem;
    }
}

@media (min-width: 700px) {
    .headroom .header__logo-mobile--masthead {
        display: none;
    }
}

.headroom.js-fixed .header-container ~ .header__nav {
    top: 0;
    padding-top: 3.75rem;
}

@media (min-width: 700px) {
    .headroom.js-fixed .header-container ~ .header__nav {
        padding-top: 5.625rem;
    }
}

.ambient-container {
    height: 100%;
    width: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.ready-to-begin {
    background: linear-gradient(-180deg, rgba(0, 0, 0, 0) 36%, rgba(0, 0, 0, 0.7) 100%), url("/_resources/img/layout/ready-to-begin.jpg") no-repeat center;
    background-size: cover;
    border-bottom: solid 0.625rem #6db0e9;
    height: 20rem;
    position: relative;
    text-align: center;
}

.ready-to-begin:last-of-type {
    margin-bottom: 0;
}

@media (min-width: 700px) {
    .ready-to-begin {
        border-bottom: solid 1.25rem #6db0e9;
        height: 21.875rem;
    }
}

@media (min-width: 1024px) {
    .ready-to-begin {
        height: 37.5rem;
    }
}

.ready-to-begin .content {
    -ms-flex-align: end;
    align-items: flex-end;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    height: 100%;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin: 0 auto;
    padding: 1.875rem;
}

@media (min-width: 700px) {
    .ready-to-begin .content {
        -ms-flex-direction: row;
        flex-direction: row;
        padding: 3.4375rem 1.25rem;
    }
}

@media (min-width: 1024px) {
    .ready-to-begin .content {
        padding: 5rem 8.4375rem;
    }
}

.ready-to-begin .content h2 {
    color: #ffffff;
    text-shadow: 0 2px 2px rgba(0, 0, 0, 0.3);
    /* CHRIS EDIT - Original value was 2.1875rem  */
    margin-bottom: 0rem;
    width: 100%;
}

@media (min-width: 700px) {
    .ready-to-begin .content h2 {
        margin-bottom: -2rem;
    }
}

@media (min-width: 1024px) {
    .ready-to-begin .content h2 {
        margin-bottom: -6rem;
    }
}

.ready-to-begin .content .btn__large-cta--red {
    z-index: 999;
}

@media (min-width: 700px) {
    .ready-to-begin .content .btn__large-cta--red {
        width: 12.5rem;
    }
}

@media (min-width: 720px) {
    .ready-to-begin .content .btn__large-cta--red {
        width: 13rem;
    }
}

.ready-to-begin__wave {
    background-image: url("/_resources/img/layout/light-blue-wave_translucent-lg.svg");
    background-position: center bottom;
    background-repeat: no-repeat;
    background-size: contain;
    height: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    top: 0;
    width: 100%;
    z-index: 99;
}

.ready-to-begin--small {
    background: linear-gradient(-180deg, rgba(0, 0, 0, 0) 36%, rgba(0, 0, 0, 0.7) 100%), url("/_resources/img/layout/ready-to-begin-campus.jpg") no-repeat center;
    background-size: cover;
    border-bottom: solid 0.625rem #6db0e9;
    height: 21.875rem;
    position: relative;
    text-align: center;
}

.ready-to-begin--small:last-of-type {
    margin-bottom: 0;
}

@media (min-width: 700px) {
    .ready-to-begin--small {
        border-bottom: solid 1.25rem #6db0e9;
        height: 15.625rem;
    }
}

@media (min-width: 1024px) {
    .ready-to-begin--small {
        height: 18.75rem;
    }
}

.ready-to-begin--small .content {
    -ms-flex-align: end;
    align-items: flex-end;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    height: 100%;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin: 0 auto;
    padding: 3.125rem;
}

@media (min-width: 700px) {
    .ready-to-begin--small .content {
        -ms-flex-direction: row;
        flex-direction: row;
        padding: 1.25rem 1rem 2.5rem;
    }
}

@media (min-width: 1024px) {
    .ready-to-begin--small .content {
        padding: 1.25rem 8.4375rem 3.125rem;
    }
}

.ready-to-begin--small .content h2 {
    color: #ffffff;
    text-shadow: 0 2px 2px rgba(0, 0, 0, 0.3);
    line-height: 1;
    /* CHRIS EDIT WAS 2.1875 */
    margin-bottom: 1rem;
    width: 100%;
}

@media (min-width: 1024px) {
    .ready-to-begin--small .content h2 {
        margin-bottom: 1.25rem;
    }
}

.ready-to-begin--small .content .btn__large-cta--red {
    z-index: 999;
}

@media (min-width: 700px) {
    .ready-to-begin--small .content .btn__large-cta--red {
        width: 12.5rem;
    }
}

@media (min-width: 720px) {
    .ready-to-begin--small .content .btn__large-cta--red {
        width: 13rem;
    }
}

.footer {
    background: rgba(163, 170, 205, 0.1);
}

.footer__logo img {
    width: 11.875rem;
}

@media (min-width: 1024px) {
    .footer__logo img {
        width: 16.25rem;
    }
}

.footer--top {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 1rem 1rem;
}

@media (min-width: 700px) {
    .footer--top {
        -ms-flex-direction: row;
        flex-direction: row;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }
}

@media (min-width: 1024px) {
    .footer--top {
        padding: 2rem 2rem;
    }
}

.footer__social {
    display: -ms-flexbox;
    display: flex;
    margin-top: 1.5rem;
}

@media (min-width: 700px) {
    .footer__social {
        margin-top: 0.75rem;
    }
}

@media (min-width: 1024px) {
    .footer__social {
        margin-top: 1.25rem;
    }
}

.footer__social-link {
    background-repeat: no-repeat;
    background-position: center;
    height: 2.125rem;
    width: 2.125rem;
    border-radius: 1.0625rem;
    margin-right: 0.75rem;
}

.footer__social-link:last-of-type {
    margin-right: 0;
}

.footer__social-link--facebook {
    background-image: url("/_resources/img/icons/social/social-facebook.svg");
}

.footer__social-link--instagram {
    background-image: url("/_resources/img/icons/social/social-instagram.svg");
}

.footer__social-link--twitter {
    background-image: url("/_resources/img/icons/social/social-twitter.svg");
}

.footer__social-link--linkedin {
    background-image: url("/_resources/img/icons/social/social-linkedin.svg");
}

.footer__social-link--flickr {
    background-image: url("/_resources/img/icons/social/social-flickr.svg");
}

.footer__social-link--pinterest {
    background-image: url("/_resources/img/icons/social/social-pinterest.svg");
}

.footer--middle {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 2rem 2rem;
}

@media (min-width: 1024px) {
    .footer--middle {
        -ms-flex-direction: row;
        flex-direction: row;
    }
}

.footer--left {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 0.9375rem;
    margin-left: -0.9375rem;
    width: 100%;
}

@media (min-width: 700px) {
    .footer--left {
        -ms-flex-direction: row;
        flex-direction: row;
        -ms-flex-pack: justify;
        justify-content: space-between;
        margin-left: 0;
    }
}

@media (min-width: 1024px) {
    .footer--left {
        -ms-flex-direction: column;
        flex-direction: column;
        width: 30%;
    }
}

.footer--left a {
    color: #16294C;
    display: block;
    font-size: 1rem;
    font-weight: 600;
    line-height: 2rem;
    text-transform: uppercase;
}

.footer--left a:hover {
    color: #152042;
}

.footer--right {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
}

@media (min-width: 700px) {
    .footer--right {
        -ms-flex-direction: row;
        flex-direction: row;
    }
}

@media (min-width: 1024px) {
    .footer--right {
        width: 70%;
    }
}

.footer--right div {
    margin-bottom: 1rem;
    width: 100%;
}

@media (min-width: 700px) {
    .footer--right div {
        width: 33.3333%;
    }
}

.footer--right div span,
.footer--right div a {
    display: block;
    font-size: 1rem;
    line-height: 2rem;
}

.footer--right div h2.heading-span,
.footer--right div span {
    color: #16294C;
    font-weight: 600;
    margin: 0 0 0 -0.9375rem;
    text-transform: uppercase;
    font-size: 1rem;
    line-height: 2rem;
}

.footer--right div h2.heading-span:before,
.footer--right div span:before {
    content: url("/_resources/img/icons/footer-triangle.svg");
    height: 0.625rem;
    margin-right: 0.3125rem;
    width: 0.625rem;
}

.footer--right div a {
    color: #16294C;
    font-weight: 500;
}

.footer--right div a:hover {
    color: #152042;
}

.footer--bottom {
    background: #264783;
    position: relative;
}

@media (min-width: 1150px) {
    .footer--bottom {
        height: 4.5rem;
    }
}

.footer__back-to-top-button {
    background-color: #C41230;
    background-image: url("/_resources/img/icons/icon-arrow-white.svg");
    background-repeat: no-repeat;
    background-position: center;
    border-radius: 1.4375rem;
    box-shadow: 0 0.125rem 0.125rem 0 rgba(0, 0, 0, 0.2);
    height: 2.8125rem;
    position: absolute;
    top: -1.25rem;
    right: 0.9375rem;
    transition: all 0.3s;
    width: 2.8125rem;
    z-index: 99;
}

@media (min-width: 700px) {
    .footer__back-to-top-button {
        right: 1.25rem;
    }
}

@media (min-width: 1024px) {
    .footer__back-to-top-button {
        right: 3.125rem;
    }
}

.footer__back-to-top-button:hover {
    background-color: #711824;
    background-position: center 0.625rem;
}

.footer-bottom__content {
    font-size: 0.875rem;
    color: #ffffff;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    font-family: "Montserrat", sans-serif;
    padding: 2rem 0.9375rem;
    position: relative;
}

@media (min-width: 1150px) {
    .footer-bottom__content {
        -ms-flex-direction: row;
        flex-direction: row;
        -ms-flex-pack: justify;
        justify-content: space-between;
        padding: 2rem;
    }
}

.footer-bottom__content a {
    color: #ffffff;
}

.footer-bottom__content a:hover {
    color: #ffffff;
}

.footer-bottom__nav {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-bottom: 1.25rem;
}

@media (min-width: 700px) {
    .footer-bottom__nav {
        -ms-flex-direction: row;
        flex-direction: row;
        margin-bottom: 0.625rem;
    }
}

@media (min-width: 1150px) {
    .footer-bottom__nav {
        margin-bottom: 0;
    }
}

.footer-bottom__nav a {
    font-weight: 500;
    margin-bottom: 0.9375rem;
}

@media (min-width: 700px) {
    .footer-bottom__nav a {
        margin-bottom: 0;
    }
}

@media (min-width: 700px) {
    .footer-bottom__nav a:after {
        content: '|';
        display: inline;
        padding: 0 0.625rem;
    }
}

.footer-bottom__nav a:last-of-type:after {
    display: none;
}

.footer-bottom__copyright {
    line-height: 1.5rem;
}

@media (min-width: 1150px) {
    .footer-bottom__copyright {
        margin-left: 0;
        max-width: none;
    }
}

@media (max-width: 700px) {
    .footer-bottom__copyright--bar {
        display: none;
    }
}

@media (max-width: 700px) {
    .footer-bottom__copyright--rights {
        display: block;
    }
}

.footer-bottom__site-by {
    margin-top: 0.9375rem;
}

@media (min-width: 700px) {
    .footer-bottom__site-by {
        margin-top: 0;
        position: absolute;
        top: 2rem;
        right: 0.9375rem;
    }
}

@media (min-width: 1150px) {
    .footer-bottom__site-by {
        position: relative;
        top: 0;
        right: 0;
    }
}

.footer-bottom__site-by a {
    font-weight: 500;
}

.sticky-cta {
    display: block;
    position: fixed;
    bottom: 15px;
    right: 15px;
    padding: 0;
    height: 40px;
    width: 40px;
    z-index: 999;
    background-color: transparent;
    border: 0 none;
    line-height: 1;
}

@media (min-width: 700px) {
    .sticky-cta {
        height: 50px;
        width: 50px;
        bottom: 25px;
        right: 25px;
    }
}

.sticky-cta.js-fixed {
    position: absolute;
}

@media (min-width: 700px) {
    .sticky-cta.js-fixed {
        top: auto;
        left: auto;
        bottom: 24px;
        right: 25px;
    }
}

.sticky-cta__control {
    position: absolute;
    top: 0;
    left: 0;
    border: 0 none;
    background-color: #FCF300;
    border-radius: 1.5625rem;
    box-shadow: 0 0.125rem 0.125rem 0 rgba(0, 0, 0, 0.2);
    height: 40px;
    width: 40px;
    transition: all 0.3s;
    color: transparent;
    font-size: 0;
}

@media (min-width: 700px) {
    .sticky-cta__control {
        height: 50px;
        width: 50px;
    }
}

.sticky-cta__control span {
    display: block;
    height: 40px;
    background-image: url("/_resources/img/icons/plus-icon-blue.svg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: 16px;
    pointer-events: none;
    transition: all 0.3s;
}

@media (min-width: 700px) {
    .sticky-cta__control span {
        height: 50px;
        background-size: 20px;
    }
}

.sticky-cta__control:hover span {
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
}

.is-touch .sticky-cta__control:hover span {
    -ms-transform: rotate(0);
    transform: rotate(0);
}

.sticky-cta__control--open span {
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.sticky-cta__control--open:hover span {
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.is-touch .sticky-cta__control--open:hover span {
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.sticky-cta__cta {
    position: absolute;
    height: 40px;
    width: 40px;
    background-color: #ffffff;
    background-position: center;
    background-repeat: no-repeat;
    border-radius: 50%;
    box-shadow: 0 0.125rem 0.125rem 0 rgba(0, 0, 0, 0.2);
    opacity: 0;
    transition-duration: 300ms;
    transition-property: visibility, opacity;
    visibility: hidden;
    z-index: -1;
}

@media (min-width: 700px) {
    .sticky-cta__cta {
        height: 50px;
        width: 50px;
    }
}

.sticky-cta__cta a {
    visibility: hidden;
}

.sticky-cta__control--open .sticky-cta__cta a {
    visibility: visible;
}

.sticky-cta__cta:nth-of-type(1) {
    bottom: 10.9375rem;
    background-image: url("/_resources/img/icons/cta-apply.svg");
}

@media (min-width: 700px) {
    .sticky-cta__cta:nth-of-type(1) {
        bottom: 11.875rem;
    }
}

.sticky-cta__cta:nth-of-type(2) {
    bottom: 7.1875rem;
    background-image: url("/_resources/img/icons/cta-meet.png");
}

@media (min-width: 700px) {
    .sticky-cta__cta:nth-of-type(2) {
        bottom: 8.125rem;
    }
}

.sticky-cta__cta:nth-of-type(3) {
    bottom: 3.4375rem;
    background-image: url("/_resources/img/icons/cta-info.svg");
}

@media (min-width: 700px) {
    .sticky-cta__cta:nth-of-type(3) {
        bottom: 4.375rem;
    }
}

.sticky-cta__cta div {
    position: absolute;
    left: -80px;
    top: 2px;
    height: 36px;
    width: 72px;
    background-color: rgba(34, 34, 34, 0.7);
    border-radius: 4px;
    color: #ffffff;
    font-size: 15px;
    line-height: 36px;
    opacity: 0;
    text-align: center;
}

@media (min-width: 700px) {
    .sticky-cta__cta div {
        top: 8px;
    }
}

.sticky-cta__chat {
    position: relative;
    left: -2px;
    visibility: visible;
    opacity: 1;
    background-image: url("/_resources/img/icons/icon-chat.svg") !important;
    background-position: center center;
    width: 44px;
    height: 44px;
    border-radius: 100%;
    border: none;
    bottom: 54px;
    transition: opacity 0.3s ease 0s;
    border: 6px solid #FCF300;
    box-shadow: 0 0.125rem 0.125rem 0 rgba(0, 0, 0, 0.2);
}

@media (min-width: 700px) {
    .sticky-cta__chat {
        left: -3px;
        width: 56px;
        height: 56px;
        bottom: 70px;
        border: 8px solid #FCF300;
    }
}

.sticky-cta__chat div {
    position: absolute;
    left: -84px;
    top: -3px;
    height: 36px;
    width: 72px;
    background-color: rgba(34, 34, 34, 0.7);
    border-radius: 4px;
    color: #ffffff;
    font-size: 15px;
    line-height: 36px;
    opacity: 0;
    font-weight: 600;
    text-align: center;
    transition: opacity 0.3s ease;
}

@media (min-width: 700px) {
    .sticky-cta__chat div {
        top: 3px;
        left: -85px;
    }
}

.sticky-cta__chat:hover div, .sticky-cta__chat:focus div {
    opacity: 1;
}

.sticky-cta.sticky-cta__open .sticky-cta__chat {
    transition: opacity 0.3s ease 0.4s;
    bottom: 235px;
}

@media (min-width: 700px) {
    .sticky-cta.sticky-cta__open .sticky-cta__chat {
        bottom: 256px;
    }
}

.sticky-cta.sticky-cta__open .sticky-cta__chat div {
    opacity: 1;
}

.sticky-cta.sticky-cta__open .sticky-cta__cta {
    opacity: 1;
    position: absolute;
    visibility: visible;
    display: block;
}

.sticky-cta.sticky-cta__open .sticky-cta__cta:nth-of-type(0) {
    transition-delay: 0.3s;
}

.sticky-cta.sticky-cta__open .sticky-cta__cta:nth-of-type(1) {
    transition-delay: 0.2s;
}

.sticky-cta.sticky-cta__open .sticky-cta__cta:nth-of-type(2) {
    transition-delay: 0.1s;
}

.sticky-cta.sticky-cta__open .sticky-cta__cta div {
    opacity: 1;
}

#scFTtW {
    display: none;
}

.header-menu__nav-toggle {
    background: transparent;
    border: none;
    color: #ffffff;
    cursor: pointer;
    font-size: 1rem;
    font-weight: 600;
    line-height: 2rem;
    text-transform: uppercase;
    padding-left: 0;
    padding-right: 0;
    transition: all 0.3s ease;
    opacity: 1;
}

@media (min-width: 700px) {
    .header-menu__nav-toggle {
        position: absolute;
        right: 76px;
    }
}

.header-menu__nav-toggle span {
    display: none;
    float: left;
}

@media (min-width: 700px) {
    .header-menu__nav-toggle span {
        display: block;
        padding-left: 0.4375rem;
        padding-right: 0.4375rem;
    }
}

.header-menu__nav-toggle:after {
    content: url("/_resources/img/icons/hamburger-icon.svg");
    display: block;
    float: right;
    height: 1.75rem;
    margin-left: 0.5rem;
    margin-top: 0.25rem;
    width: 1.75rem;
}

.header-menu__nav-toggle.nav-open:after {
    content: url("/_resources/img/icons/close-icon-white.svg");
}

.header__nav {
    background-color: #2b4384;
    display: block;
    height: auto;
    max-height: 100%;
    max-width: 20rem;
    padding-top: 4rem;
    position: absolute;
    bottom: 0;
    right: -20rem;
    top: 0;
    transition: max-width 0.3s;
    transition: right 0.3s;
    visibility: hidden;
    width: 100%;
    z-index: 1100;
}

.header__nav.nav-visible {
    display: block;
    height: 100vh;
    max-height: 100%;
    max-width: 100%;
    overflow: auto;
}

@media (min-width: 700px) {
    .header__nav.nav-visible {
        left: initial;
        right: -20rem;
        max-width: 20rem;
    }
}

.header__nav > a:last-child {
    margin-bottom: 1rem;
}

.header-nav__menu-toggle {
    background-color: transparent;
    border-right: 1px solid #152042;
    height: 3rem;
    width: 3rem;
}

.header-nav__menu-toggle button {
    background-color: transparent;
    background-image: url("/_resources/img/icons/collapse-arrow-white.svg");
    background-position: center;
    background-repeat: no-repeat;
    border: none;
    cursor: pointer;
    height: 3rem;
    padding: 0;
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
    transition: background-image 0.3s, background-color 0.3s;
    width: 3rem;
}

.header-nav__menu-toggle button:hover {
    background-color: #243870;
    background-image: url("/_resources/img/icons/collapse-arrow-yellow.svg");
}

.header-nav__menu-item--main {
    display: inline-block;
    font-size: 1rem;
    font-weight: 500;
    line-height: 3rem;
    padding-left: 1rem;
    transition: all 0.3s;
}

.header-nav__menu-item--main:hover {
    background-color: #243870;
}

.header-nav__menu-item--sub {
    display: none;
    font-size: 0.9375rem;
    font-weight: 400;
    height: 2.5rem;
    line-height: 2.5rem;
    padding-left: 2rem;
    transition: all 0.3s;
}

.header-nav__menu-item--sub:hover {
    background-color: #243870;
}

.header-nav__menu-items {
    height: 3rem;
    width: calc(100% - 3.0625rem);
}

.header-nav__menu-items a {
    color: #ffffff;
    width: 100%;
}

.header-nav__menu-items a:hover {
    text-decoration: none;
}

.header-nav__menu-items.menu-item-expanded .header-nav__menu-item--sub {
    display: block;
}

.header-nav__menu-cta--login,
.header-nav__menu-cta--mobile,
.header-nav__menu-cta {
    border: 1px solid #152042;
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
    color: #ffffff;
    background-color: #152042;
    border-radius: 0.25rem;
    display: inline-block;
    text-align: center;
    margin: 0 1rem 1rem 1rem;
    transition: all 0.3s;
    width: calc(100% - 2rem);
}

.header-nav__menu-cta--login:hover,
.header-nav__menu-cta--mobile:hover,
.header-nav__menu-cta:hover {
    background: #243870;
    color: #ffffff;
    border: 1px solid rgba(255, 255, 255, 0.4);
    text-decoration: none;
}

.header-nav__menu-cta--login,
.header-nav__menu-cta {
    font-size: 0.875rem;
    font-weight: 600;
    line-height: 1.4;
    text-transform: uppercase;
    padding: 12px 10px;
}

.header-nav__menu-cta--login:before {
    content: '';
    background-image: url("/_resources/img/icons/mynorthshore-logo.png");
    background-position: center;
    background-repeat: no-repeat;
    display: inline-block;
    height: 30px;
    width: 30px;
    margin: -5px 10px -10px -30px;
}

@media (min-width: 700px) {
    .header-nav__menu-cta--login:before {
        margin: -10px 10px -10px -30px;
    }
}

.header-nav__menu-cta--mobile {
    font-size: 1.25rem;
    font-weight: 600;
    height: 4.6875rem;
    line-height: 4.6875rem;
    text-align: center;
}

@media (min-width: 700px) {
    .header-nav__menu-cta--mobile {
        display: none;
    }
}

.header-nav__menu-item {
    border-bottom: 1px solid #152042;
    box-sizing: initial;
    display: -ms-flexbox;
    display: flex;
    height: auto;
}

.header-nav__menu-item:first-of-type {
    border-top: 1px solid #152042;
}

.header-nav__menu-item.nav-item-open {
    height: auto;
}

.header-nav__menu-item.nav-item-open .header-nav__menu-toggle button {
    -ms-transform: rotate(0);
    transform: rotate(0);
}

.header-nav__menu-item.nav-item-open .header-nav__menu-toggle {
    height: auto;
}

.header-nav__menu-item.nav-item-open .header-nav__menu-items {
    height: auto;
}

.header-nav__menu-item.nav-item-open .header-nav__menu-item--sub {
    display: inline-block;
}

a[class^='header-nav__menu-cta'] {
    margin-top: 1rem;
    margin-bottom: 0;
}

.header-menu__search {
    float: right;
}

.header-menu__search form {
    float: left;
    opacity: 0;
    transition: all 0.3s ease;
    transition-delay: 0.3s;
}

.header-menu__search-toggle {
    position: absolute;
    top: 23px;
    right: 20px;
    height: 28px;
    width: 28px;
    background-color: transparent;
    background-image: url("/_resources/img/icons/search-icon-white.svg");
    background-repeat: no-repeat;
    border: none;
    cursor: pointer;
}

@media (min-width: 700px) {
    .header-menu__search-toggle {
        float: left;
    }
}

.header-menu__search-toggle:focus {
    outline: 1px dotted;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -3px;
}

.header-menu__search-label {
    display: inline-block;
    margin: 6px 0 0 0;
    color: #ffffff;
    font-size: 16px;
    font-weight: 600;
}

@media (min-width: 700px) {
    .header-menu__search-label {
        padding-left: 0.5rem;
    }
}

.header-menu__search-input {
    display: inline-block;
    margin: 5px 0 0 10px;
    padding: 2px 5px 2px 10px;
    background: transparent;
    border: 0;
    border-left: 1px solid #ffffff;
    color: #ffffff;
    font-size: 16px;
    font-weight: 400;
    line-height: 20px;
    outline: none;
}

@media (min-width: 700px) {
    .header-menu__search-input {
        margin-left: 8px;
        margin-top: 5px;
        padding-left: 8px;
    }
}

.header-menu__search-input:focus {
    outline: 1px dotted;
}

.header-menu__search-submit {
    display: none;
    height: 1.75rem;
    margin: 6px 0 0 10px;
    width: 1.75rem;
    background-color: transparent;
    background-image: url("/_resources/img/icons/search-icon-white.svg");
    background-repeat: no-repeat;
    border: 0;
    padding: 0;
    cursor: pointer;
    z-index: -100px;
    opacity: 0;
    visibility: hidden;
}

@media (min-width: 700px) {
    .header-menu__search-submit {
        float: left;
    }
}

.header-menu__search-close {
    position: absolute;
    top: 21px;
    right: 20px;
    height: 28px;
    width: 28px;
    background-color: transparent;
    background-image: url("/_resources/img/icons/close-icon-white.svg");
    background-repeat: no-repeat;
    background-position: center center;
    border: none;
    visibility: hidden;
    opacity: 0;
    transition: all 0.2s ease;
}

.header-menu__search-input--wrap {
    display: none;
    float: left;
    max-width: 0;
    overflow: hidden;
    transition: all 0.3s ease-in-out;
    width: calc(100% - 40px);
}

@media (min-width: 700px) {
    .header-menu__search-input--wrap {
        width: auto;
    }
}

.header__controls.search-open form {
    width: calc(100% - 35px);
    opacity: 1;
}

@media (min-width: 700px) {
    .header__controls.search-open form {
        width: auto;
    }
}

.header__controls.search-open .header-menu__search-toggle {
    display: none;
}

.header__controls.search-open .header-menu__search-submit {
    display: inline-block;
    visibility: visible;
    position: static;
    opacity: 1;
    text-indent: -999em;
}

.header__controls.search-open .header-menu__search {
    width: 100%;
}

.header__controls.search-open .header-menu__search-input--wrap {
    display: inline-block;
    max-width: 100%;
}

@media (min-width: 700px) {
    .header__controls.search-open .header-menu__search-input--wrap {
        max-width: 15rem;
        width: 205px;
        margin-left: 37px;
    }
}

.header__controls.search-open .header-menu__search-input {
    width: calc(100% - 80px);
}

@media (min-width: 700px) {
    .header__controls.search-open .header-menu__search-input {
        /* Chris Edit - remove width to adjust label */
        /*        width: 129px; */
    }
}

.header__controls.search-open .header-menu__search-close {
    float: right;
    max-width: 1.75rem;
    visibility: visible;
    opacity: 1;
}

.jumbotron {
    background-color: #5f74a4;
    height: 460px;
    color: #ffffff;
    position: relative;
}

@media (min-width: 700px) {
    .jumbotron {
        height: auto;
        min-height: 590px;
        max-height: 610px;
        overflow: hidden;
    }
}

@media (min-width: 1024px) {
    .jumbotron {
        min-height: auto;
    }
}

.jumbotron .content--hero {
    position: absolute;
    bottom: 0;
    padding-bottom: 2rem;
    z-index: 20;
    max-width: calc(100% - 40px);
    padding-left: 0.8125rem;
}

@media (min-width: 700px) {
    .jumbotron .content--hero {
        max-width: 73.2857143%;
        padding-left: 2.8125rem;
    }
}

@media (min-width: 1024px) {
    .jumbotron .content--hero {
        max-width: 84.1475%;
    }
}

.jumbotron .content--hero .container-fluid {
    padding-left: 0;
    padding-right: 0;
}

@media (max-width: 315px) {
    .jumbotron .content--hero {
        max-width: 100%;
        padding: 0.625rem;
    }
}

.jumbotron h1 {
    color: #ffffff;
}

.jumbotron p.lead {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
    font-size: 1.25rem;
    line-height: 28px;
    margin-bottom: 0;
    font-weight: 400;
    color: #ffffff;
}

@media (min-width: 700px) {
    .jumbotron p.lead {
        font-size: 27px;
        line-height: 32px;
        text-shadow: none;
        font-weight: 300;
    }
}

@media (min-width: 1024px) {
    .jumbotron p.lead {
        font-size: 34px;
        line-height: 40px;
        text-shadow: none;
        font-weight: 300;
    }
}

.jumbotron picture,
.jumbotron img {
    width: 100%;
    height: auto;
}

@media (max-width: 700px) {
    .jumbotron picture,
    .jumbotron img {
        height: inherit;
        object-fit: cover;
    }
}

.jumbotron .shadow {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    z-index: 5;
    opacity: 0.3;
    background: #000000;
}

.jumbotron.wave {
    height: auto;
    min-height: 10.3125rem;
    background-image: url("/_resources/img/header/blue-wave-sm.svg");
    background-repeat: no-repeat;
    background-position: bottom;
    background-size: contain;
}

@media (min-width: 700px) {
    .jumbotron.wave {
        min-height: 14.375rem;
        background-image: url("/_resources/img/header/blue-wave.svg");
        background-position: bottom;
        background-size: 102% auto;
    }
}

@media (min-width: 1024px) {
    .jumbotron.wave {
        min-height: 25rem;
        background-image: url("/_resources/img/header/blue-wave.svg");
    }
}

.section_subnav {
    font-size: 0.8125rem;
}

@media (min-width: 1024px) {
    .section_subnav {
        font-size: 0.875rem;
    }
}

.section_subnav .nav {
    background-color: #2b4384;
    padding-left: 0.9375rem;
}

.section_subnav nav.subnav {
    width: 100%;
}

@media (min-width: 700px) {
    .section_subnav nav.subnav {
        width: auto;
    }
}

@media (min-width: 700px) {
    .section_subnav nav.subnav {
        width: auto;
    }
}

.section_subnav li.dropdown {
    margin-bottom: 0;
}

.section_subnav .dropdown-toggle {
    color: #ffffff;
    text-transform: uppercase;
    font-size: 0.8125rem;
    font-weight: 600;
    /* CHRIS EDIT -- changed icon from + to v */
    background: url("/_resources/img/icons/nav-arrow-yellow.svg") no-repeat left center;
    /* END */
    padding-left: 1.25rem;
    padding-top: 0.6875rem;
    padding-bottom: 0.6875rem;
    transition: background 0.3s;
}

.section_subnav .dropdown-toggle[aria-expanded="true"] {
    background: url("/_resources/img/icons/nav-arrow-yellow-up.svg") no-repeat left center;
}

@media (min-width: 1024px) {
    .section_subnav .dropdown-toggle {
        font-size: 0.875rem;
    }
}

.section_subnav .dropdown-toggle:after {
    content: '';
    display: none;
}

@media (min-width: 1024px) {
    .section_subnav .dropdown-toggle {
        padding-top: 0.875rem;
    }
}

@media (min-width: 1024px) {
    .section_subnav .dropdown-toggle {
        padding: 0.875rem 1.1875rem;
        font-size: 0.875rem;
    }
}

.section_subnav .dropdown-menu {
    border: 0;
    border-radius: 0;
    background-color: #2b4384;
    margin: 0;
    top: 0;
    left: 0;
    right: 0;
    padding-top: 0;
    position: absolute;
    visibility: hidden;
    transform: translate3d(-15px, 40px, 0px) !important;
    will-change: transform;
    display: block;
    max-height: 0;
    height: auto;
    transition: max-height .3s;
    overflow: hidden;
    padding-bottom: 0;
    width: 100vw;
}

.section_subnav .dropdown-menu.show {
    max-height: 1200px;
}

@media (min-width: 700px) {
    .section_subnav .dropdown-menu {
        width: 320px;
    }
}

@media (min-width: 1024px) {
    .section_subnav .dropdown-menu {
        width: 341px;
    }
}

.section_subnav .dropdown-menu .nav.level--1 {
    margin: 0.9375rem;
    padding: 1.25rem 1.25rem 0 1.25rem;
    border: 1px solid #ffffff;
}

.section_subnav .dropdown-menu .nav.level--2 {
    margin-top: 0.8125rem;
}

.section_subnav .dropdown-menu .nav.level--3 {
    margin-top: 0.8125rem;
}

.section_subnav .dropdown-menu li.nav-item {
    margin-bottom: 0.8125rem;
}

.section_subnav .dropdown-menu li.nav-item.has-submenu {
    margin-bottom: 0;
}

.section_subnav .dropdown-menu a.nav-link {
    font-size: 0.875rem;
    padding: 0;
    color: #ffffff;
    transition: hover .3s;
}

@media (min-width: 1024px) {
    .section_subnav .dropdown-menu a.nav-link {
        font-size: 0.9375rem;
    }
}

.section_subnav .dropdown-menu a.nav-link:hover {
    text-decoration: underline;
}

.section_subnav .dropdown-menu a.nav-link.active {
    color: #FCF300;
    font-weight: bold;
}

.section_breadcrumbs {
    background-color: #E5E4E4;
    -ms-flex: 1;
    flex: 1;
    font-weight: 500;
}

.section_breadcrumbs ol.breadcrumb {
    margin-bottom: 0;
    background-color: transparent;
    padding: 0.875rem;
}

.section_breadcrumbs li.breadcrumb-item {
    margin-bottom: 0;
}

.section_breadcrumbs li.breadcrumb-item a {
    color: #2F3E85;
    font-weight: 600;
}

.section_breadcrumbs li.breadcrumb-item + .breadcrumb-item:before {
    padding-right: 0.625rem;
    color: #2F3E85;
}

.section_breadcrumbs li.breadcrumb-item:last-child:after {
    content: "/";
    padding-left: 0.625rem;
    color: #2F3E85;
}

.section_breadcrumbs li.breadcrumb-item:only-child:after {
    content: '';
}

/*
Default Blog Post Styles
*/
/*
Default Blog Post Styles
*/
/*
Homepage Styles
*/
.testimonials,
.locations {
    position: relative;
}

@media (min-width: 700px) {
    .testimonials {
        border-bottom: 20px solid #2e589a;
    }
}

@media (min-width: 700px) {
    .locations {
        border-bottom: 20px solid #8D181B;
    }
}

.testimonials__top-content,
.locations__top-content {
    background-size: 100%;
    background-position: center bottom;
    background-repeat: no-repeat;
    height: auto;
    min-height: 13.125rem;
    padding: 3.125rem 2rem 1rem;
}

@media (min-width: 700px) {
    .testimonials__top-content,
    .locations__top-content {
        min-height: 17.1875rem;
        padding-bottom: 1rem;
        padding-top: 5rem;
    }
}

@media (min-width: 1024px) {
    .testimonials__top-content,
    .locations__top-content {
        padding: 7.5rem 6.25rem 0;
    }
}

.testimonials__top-content h2,
.locations__top-content h2 {
    color: #ffffff;
    margin-bottom: 0.75rem;
    text-align: center;
    text-shadow: 0 2px 2px rgba(0, 0, 0, 0.3);
}

@media (max-width: 510px) {
    .testimonials__top-content h2 span,
    .locations__top-content h2 span {
        display: block;
    }
}

@media (min-width: 700px) {
    .testimonials__top-content h2 span,
    .locations__top-content h2 span {
        display: block;
    }
}

@media (min-width: 1024px) {
    .testimonials__top-content h2 span,
    .locations__top-content h2 span {
        display: inline;
    }
}

.testimonials__top-content .layout-wrapper > span,
.locations__top-content .layout-wrapper > span {
    color: #ffffff;
    display: block;
    font-size: 1.125rem;
    text-align: center;
    text-shadow: 0 2px 2px rgba(0, 0, 0, 0.3);
}

@media (min-width: 700px) {
    .testimonials__top-content .layout-wrapper > span,
    .locations__top-content .layout-wrapper > span {
        font-size: 1.625rem;
    }
}

@media (min-width: 1024px) {
    .testimonials__top-content .layout-wrapper > span,
    .locations__top-content .layout-wrapper > span {
        font-size: 2.125rem;
    }
}

@media (max-width: 700px) {
    .testimonials__top-content {
        min-height: auto;
    }
}

@media (min-width: 1024px) {
    .testimonials__top-content {
        padding-left: 0;
        padding-right: 0;
    }
}

.testimonials__top-content {
    background-color: #2F3E85;
    background-image: url("/_resources/img/layout/blue-wave.svg");
}

.locations__top-content {
    background-color: #C41230;
    background-image: url("/_resources/img/layout/red-wave.svg");
}

.testimonials__testimonials--wrap {
    display: -ms-flexbox;
    display: flex;
    height: 26.875rem;
    position: relative;
}

.testimonials__testimonial--inner-wrap {
    padding: 2rem;
}

.testimonials__border {
    border: 1px solid #ffffff;
    pointer-events: none;
    position: absolute;
    bottom: 4.375rem;
    left: 0;
    right: 0;
    top: 0;
    margin: 0.625rem;
}

@media (min-width: 700px) {
    .testimonials__border {
        bottom: 0;
        margin: 1.25rem;
    }
}

.locations__border {
    border: 1px solid #ffffff;
    pointer-events: none;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    top: 0;
    margin: 0.625rem;
}

@media (min-width: 700px) {
    .locations__border {
        bottom: 0;
        margin: 1.25rem 1.25rem 0;
    }
}

.start-discovering {
    background: url("/_resources/img/layout/start-discovering-background.jpg") no-repeat center top;
    background-size: cover;
    height: 25.3125rem;
    padding: 0 1.875rem;
}

@media (min-width: 700px) {
    .start-discovering {
        height: 43.75rem;
    }
}

@media (min-width: 1024px) {
    .start-discovering {
        height: 45rem;
        padding: 0 6.25rem;
    }
}

.start-discovering h2 {
    color: #ffffff;
    margin-top: 15.625rem;
    text-align: center;
    text-shadow: 0 2px 2px rgba(0, 0, 0, 0.3);
}

@media (min-width: 700px) {
    .start-discovering h2 {
        margin-top: 22.5rem;
    }
}

@media (min-width: 1024px) {
    .start-discovering h2 {
        margin-top: 19.375rem;
    }
}

.start-discovering__buttons {
    position: relative;
}

.start-discovering__button-wrap {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: center;
    justify-content: center;
}

@media (min-width: 700px) {
    .start-discovering__button-wrap {
        -ms-flex-direction: row;
        flex-direction: row;
        position: absolute;
        bottom: 3rem;
        left: 0;
        right: 0;
    }
}

.start-discovering__button {
    background-color: #152042;
    color: #ffffff;
    display: block;
    font-size: 0.875rem;
    font-weight: 500;
    height: 6.25rem;
    line-height: 2rem;
    padding: 0.3125rem;
    text-align: center;
    transition: all 0.3s;
    width: 100%;
}

@media (min-width: 700px) {
    .start-discovering__button {
        background-color: rgba(21, 32, 66, 0.7);
        border-radius: 0.25rem;
        height: 6.25rem;
        width: 18.75rem;
    }
}

@media (min-width: 1024px) {
    .start-discovering__button {
        font-size: 1.25rem;
        height: 7.8125rem;
        width: 21.875rem;
    }
}

.start-discovering__button:first-of-type {
    border-bottom: 1px solid #ffffff;
}

@media (min-width: 700px) {
    .start-discovering__button:first-of-type {
        border-bottom: none;
        margin-right: 0.625rem;
    }
}

@media (min-width: 1024px) {
    .start-discovering__button:first-of-type {
        margin-right: 1.25rem;
    }
}

.start-discovering__button:hover {
    background-color: #2F3E85;
    color: #ffffff;
    text-decoration: none;
}

.start-discovering__button img {
    height: 1.5625rem;
    width: 1.5625rem;
}

@media (min-width: 1024px) {
    .start-discovering__button img {
        height: 2.8125rem;
        width: 2.8125rem;
    }
}

.start-discovering__text,
.locations__top-content .layout-wrapper > span,
.testimonials__top-content .layout-wrapper > span {
    color: #ffffff;
    display: block;
    font-size: 1.125rem;
    font-weight: 300;
    margin: 0 auto 1.5625rem;
    text-align: center;
    text-shadow: 0 2px 2px rgba(0, 0, 0, 0.3);
}

@media (min-width: 700px) {
    .start-discovering__text,
    .locations__top-content .layout-wrapper > span,
    .testimonials__top-content .layout-wrapper > span {
        font-size: 1.625rem;
        margin-bottom: 3.125rem;
    }
}

@media (min-width: 1024px) {
    .start-discovering__text,
    .locations__top-content .layout-wrapper > span,
    .testimonials__top-content .layout-wrapper > span {
        font-size: 2.125rem;
    }
}

.start-discovering__button-border {
    border-radius: 0.25rem;
    display: block;
    height: 100%;
    padding-top: 1rem;
    width: 100%;
}

@media (min-width: 700px) {
    .start-discovering__button-border {
        border: 1px solid #ffffff;
    }
}

.start-discovering__button-text {
    display: inline-block;
    width: 100%;
}

@media (min-width: 1024px) {
    .start-discovering__button-text {
        margin-top: .5rem;
    }
}

.learn-from-anywhere {
    background: #8D181B;
    height: auto;
    padding: 1rem 2rem 1rem;
    text-align: center;
}

@media (min-width: 700px) {
    .learn-from-anywhere {
        min-hegith: 17.5rem;
        padding: 1rem 0 2rem;
    }
}

@media (min-width: 1024px) {
    .learn-from-anywhere {
        padding: 3.5rem 2rem 5rem;
    }
}

.learn-from-anywhere .layout-wrapper h3,
.learn-from-anywhere .layout-wrapper > span {
    color: #ffffff;
    display: block;
}

.learn-from-anywhere .layout-wrapper > span {
    font-size: 1rem;
    font-weight: 300;
    line-height: 1.375rem;
    margin: 0.5rem 0 1rem;
}

@media (min-width: 700px) {
    .learn-from-anywhere .layout-wrapper > span {
        font-size: 1.125rem;
        line-height: 1.6875rem;
        margin: 1rem 0 1.5rem;
    }
}

@media (min-width: 1024px) {
    .learn-from-anywhere .layout-wrapper > span {
        font-size: 1.375rem;
        line-height: 2rem;
        margin: 1.5rem 0 2rem;
    }
}

.learn-from-anywhere .btn--dark-blue, .learn-from-anywhere .btn--white, .learn-from-anywhere .btn--blue {
    border: none;
}

.learn-from-anywhere .btn--dark-blue:hover, .learn-from-anywhere .btn--white:hover, .learn-from-anywhere .btn--blue:hover {
    border: none;
}

.news-events {
    background-color: #488ADE;
    background-image: linear-gradient(rgba(71, 91, 177, 0.3) 100%, rgba(71, 91, 177, 0.3) 100%), url("/_resources/img/layout/shared-moments-background.png");
    background-position: top center;
    background-repeat: no-repeat;
    background-size: contain;
    position: relative;
}

.news-events__header {
    padding-top: 4.125rem;
    text-align: center;
}

@media (min-width: 700px) {
    .news-events__header {
        padding-top: 9.375rem;
    }
}

@media (min-width: 1024px) {
    .news-events__header {
        padding-top: 14.9rem;
    }
}

.news-events__header h2 {
    color: #ffffff;
    margin: 0 auto 2.5rem;
    overflow: hidden;
    position: relative;
    text-shadow: 0 2px 2px rgba(0, 0, 0, 0.3);
    width: calc(100% - 1.25rem);
}

@media (min-width: 700px) {
    .news-events__header h2 {
        line-height: 3.75rem;
        width: calc(100% - 3rem);
    }
}

@media (min-width: 1024px) {
    .news-events__header h2 {
        line-height: 4.8125rem;
        margin-bottom: 3.5rem;
        width: calc(100% - 5rem);
    }
}

.news-events__header h2 span {
    display: inline-block;
    max-width: 21.875rem;
    position: relative;
    padding: 0 20px;
    vertical-align: baseline;
    zoom: 1;
}

@media (min-width: 700px) {
    .news-events__header h2 span {
        max-width: 34.375rem;
    }
}

@media (min-width: 1024px) {
    .news-events__header h2 span {
        max-width: 43.75rem;
    }
}

@media (min-width: 1300px) {
    .news-events__header h2 span {
        max-width: auto;
    }
}

.news-events__header h2 span:before, .news-events__header h2 span:after {
    content: '';
    display: block;
    width: 100%;
    position: absolute;
    top: 1.75rem;
    border-top: 1px solid #ffffff;
}

@media (min-width: 1024px) {
    .news-events__header h2 span:before, .news-events__header h2 span:after {
        top: 2.5rem;
    }
}

.news-events__header h2 span:before {
    right: 100%;
}

.news-events__header h2 span:after {
    left: 100%;
}

.news-events__inner-wrap {
    padding: 0;
}

@media (min-width: 700px) {
    .news-events__inner-wrap {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        padding: 0 1rem;
    }
}

.events__blocks {
    display: none;
}

@media (min-width: 700px) {
    .events__blocks {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        margin-bottom: 4rem;
        padding-right: 0;
        width: 100%;
    }
}

@media (min-width: 1024px) {
    .events__blocks {
        width: 50%;
        margin-bottom: 0;
        padding-right: 0.375rem;
    }
}

.events__blocks .events-block__item {
    position: relative;
    width: calc(50% - .25rem);
    z-index: 99;
}

@media (min-width: 700px) {
    .events__blocks .events-block__item {
        height: 19.375rem;
        margin-bottom: 0.75rem;
    }
    .events__blocks .events-block__item:nth-of-type(1), .events__blocks .events-block__item:nth-of-type(3) {
        margin-right: 0.375rem;
    }
    .events__blocks .events-block__item:nth-of-type(2), .events__blocks .events-block__item:nth-of-type(4) {
        padding-left: 0.375rem;
    }
}

@media (min-width: 1024px) {
    .events__blocks .events-block__item {
        height: 21.5625rem;
    }
}

.events__blocks .events-block__inner-wrap {
    background: #152042;
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.3);
    color: #ffffff;
    padding: 1rem;
}

@media (min-width: 700px) {
    .events__blocks .events-block__inner-wrap {
        height: 19.375rem;
    }
}

@media (min-width: 1024px) {
    .events__blocks .events-block__inner-wrap {
        height: 21.5625rem;
    }
}

.events__blocks .events-block__date-label {
    display: inline-block;
    color: #F9F800;
    font-size: 0.9375rem;
    font-weight: 500;
    line-height: 1.75rem;
    text-transform: uppercase;
    width: 100%;
}

@media (min-width: 1024px) {
    .events__blocks .events-block__date-label {
        font-size: 1.0625rem;
    }
}

.events__blocks .events-block__date-label span {
    font-weight: 400;
}

.events__blocks .events-block__title {
    color: #ffffff;
    display: inline-block;
    font-size: 1.125rem;
    font-weight: 500;
    line-height: 1.5rem;
    margin-top: 2rem;
    width: 100%;
}

@media (min-width: 1024px) {
    .events__blocks .events-block__title {
        font-size: 1.375rem;
    }
}

.events__blocks .events-block__bottom-content {
    position: absolute;
    bottom: 1.5rem;
    left: 1.5rem;
}

.events__blocks .events-block__time {
    display: inline-block;
    font-size: 0.8125rem;
    font-weight: 1.5rem;
    font-weight: 500;
    width: 100%;
}

@media (min-width: 1024px) {
    .events__blocks .events-block__time {
        font-size: 0.9375rem;
    }
}

.events__blocks .events-block__location {
    display: inline-block;
    font-size: 0.8125rem;
    font-weight: 400;
    width: 100%;
}

@media (min-width: 1024px) {
    .events__blocks .events-block__location {
        font-size: 0.75rem;
    }
}

.events__blocks .events-block__location span {
    font-weight: 600;
}

.news__blocks {
    display: none;
    -ms-flex-direction: column;
    flex-direction: column;
}

@media (min-width: 700px) {
    .news__blocks {
        display: -ms-flexbox;
        display: flex;
        padding-left: 0;
        width: 100%;
    }
}

@media (min-width: 1024px) {
    .news__blocks {
        padding-left: 0.375rem;
        width: 50%;
    }
}

@media (min-width: 700px) {
    .news__blocks .news-item {
        height: 16.25rem;
        margin-bottom: 0.75rem;
        z-index: 99;
    }
}

@media (min-width: 1024px) {
    .news__blocks .news-item {
        height: 14.0625rem;
    }
}

.news__blocks .news-item:nth-of-type(2) .news-item__image {
    -ms-flex-order: 2;
    order: 2;
}

.news__blocks .news-item:nth-of-type(2) .news-item__content {
    -ms-flex-order: 1;
    order: 1;
}

.news__blocks .news-item__inner-wrap {
    background: #ffffff;
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.3);
    display: -ms-flexbox;
    display: flex;
    color: #152042;
    position: relative;
}

@media (min-width: 700px) {
    .news__blocks .news-item__inner-wrap {
        height: 16.25rem;
    }
}

@media (min-width: 1024px) {
    .news__blocks .news-item__inner-wrap {
        height: 14.0625rem;
    }
}

.news__blocks .news-item__image {
    background-position: center top;
    background-repeat: no-repeat;
    background-size: cover;
    width: 49%;
}

@media (min-width: 700px) {
    .news__blocks .news-item__image {
        height: 16.25rem;
    }
}

@media (min-width: 1024px) {
    .news__blocks .news-item__image {
        height: 14.0625rem;
    }
}

.news__blocks .news-item__content {
    padding: 1rem;
    width: 51%;
}

.news__blocks .news-item__date-label {
    color: #c1002a;
    display: inline-block;
    font-weight: 400;
    margin-bottom: 2rem;
    text-transform: uppercase;
    width: 100%;
}

.news__blocks .news-item__date-label span {
    font-weight: 500;
}

@media (min-width: 700px) {
    .news__blocks .news-item__date-label {
        font-size: 0.9375rem;
        line-height: 1.75rem;
    }
}

@media (min-width: 1024px) {
    .news__blocks .news-item__date-label {
        font-size: 1.0625rem;
    }
}

@media (min-width: 700px) {
    .news__blocks .news-item__title {
        color: #2F3E85;
        font-size: 1rem;
        font-weight: 500;
        line-height: 1.75rem;
    }
}

@media (min-width: 1024px) {
    .news__blocks .news-item__title {
        font-size: 1.125rem;
    }
}

.news-events__buttons {
    background: linear-gradient(-180deg, rgba(40, 55, 111, 0) 0%, #28356e 100%);
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: center;
    justify-content: center;
    padding-top: 1.5rem;
    padding-bottom: 1.25rem;
}

@media (min-width: 700px) {
    .news-events__buttons {
        padding-top: 3.125rem;
        -ms-flex-direction: row;
        flex-direction: row;
        padding-bottom: 3.125rem;
    }
}

@media (min-width: 700px) {
    .news-events__buttons {
        padding-bottom: 3.75rem;
    }
}

.news-events__buttons .btn__large-cta--red {
    font-size: 0.875rem;
    height: 6.25rem;
    line-height: 2rem;
    margin: 0.3125rem auto 0;
    width: calc(100% - 4rem);
    z-index: 99;
}

@media (min-width: 700px) {
    .news-events__buttons .btn__large-cta--red {
        margin: 0 0.3125rem;
        max-width: 18.75rem;
        width: 100%;
    }
}

@media (min-width: 1024px) {
    .news-events__buttons .btn__large-cta--red {
        font-size: 1.25rem;
        height: 7.8125rem;
        line-height: 2rem;
        margin: 0 0.5rem;
        max-width: 18.75rem;
    }
}

.news-events__buttons .btn__large-cta--red img {
    display: block;
    height: 1.4375rem;
    margin: 1.5625rem auto 0.625rem;
    width: 1.5625rem;
}

@media (min-width: 700px) {
    .news-events__buttons .btn__large-cta--red img {
        margin-top: 1.25rem;
    }
}

@media (min-width: 1024px) {
    .news-events__buttons .btn__large-cta--red img {
        height: 2.8125rem;
        width: 2.5625rem;
    }
}

.news-events__border {
    border-bottom: 1px solid #ffffff;
    border-left: 1px solid #ffffff;
    border-right: 1px solid #ffffff;
    pointer-events: none;
    position: absolute;
    bottom: 4.375rem;
    left: 0.625rem;
    right: 0.625rem;
    top: 5.9rem;
    z-index: 9;
}

@media (min-width: 700px) {
    .news-events__border {
        bottom: 6.25rem;
        left: 1.5rem;
        right: 1.5rem;
        top: 11.1rem;
    }
}

@media (min-width: 1024px) {
    .news-events__border {
        bottom: 7.8125rem;
        left: 2.5rem;
        right: 2.5rem;
        top: 17.35rem;
    }
}

[v-cloak] {
    opacity: 0;
}

.find-courses {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-bottom: 3.125rem;
    margin-top: 0;
}

@media (min-width: 700px) {
    .find-courses {
        margin-bottom: 3.75rem;
    }
}

@media (min-width: 1024px) {
    .find-courses {
        -ms-flex-direction: row;
        flex-direction: row;
        min-height: 37.5rem;
        margin-bottom: 5rem;
        margin-top: 5rem;
        max-width: 1900px;
        padding-right: 50px;
    }
}

.courses__filters {
    background: #c1002a;
    margin-left: -0.9375rem;
    margin-right: -0.9375rem;
}

@media (min-width: 1024px) {
    .courses__filters {
        box-shadow: 2px 2px 2px 0 rgba(0, 0, 0, 0.3);
        margin-left: 0;
        margin-right: 0;
        max-height: 0;
        width: 220px;
    }
}

@media (min-width: 1024px) {
    .courses__filters--open {
        max-height: 32.5rem;
        min-height: 32.5rem !important;
    }
}

@media (min-width: 1024px) {
    .courses__filters .accordion__content--main .accordion__content--open .form__group:first-of-type {
        padding-left: 0;
    }
}

@media (min-width: 1024px) {
    .courses__filters .accordion__content--main .accordion__content--open {
        max-height: 32.5rem;
        min-height: 32.5rem !important;
        padding: 1.25rem 2.5rem !important;
    }
}

@media (min-width: 1024px) {
    .courses__filters .accordion__content--main .accordion__content:first-of-type .form__group:first-of-type {
        padding-left: 0;
    }
}

@media (min-width: 1024px) {
    .courses__filters .accordion__content--main .accordion__content:first-of-type .form__group:nth-last-of-type(2) {
        padding-left: 1rem;
    }
}

.courses__content {
    display: none;
}

.courses__content.js-results {
    display: block;
}

@media (min-width: 1024px) {
    .courses__content {
        padding-left: 3.125rem;
        width: calc(100% - 220px);
    }
}

.courses__content h2 {
    margin-left: 0.9375rem;
    padding-top: 1.875rem;
}

@media (min-width: 700px) {
    .courses__content h2 {
        margin-left: 1.875rem;
    }
}

@media (min-width: 1024px) {
    .courses__content h2 {
        margin-left: 0;
        padding-top: 0;
        margin-bottom: 2.5rem;
    }
}

.courses__content h2 span {
    font-weight: 300;
}

.courses__content .div-table__cell__seats span {
    display: inline-block;
    font-style: normal;
}

.courses__content .loading .spinner-bg {
    display: block;
    position: fixed;
    z-index: 20;
    background-color: rgba(0, 0, 0, 0.4);
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}

.courses__content .loading .spinner {
    display: block;
    position: fixed;
    z-index: 21;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    width: 50px;
    height: 50px;
    border: 6px solid #ACACAC;
    border-top-color: #C41230;
    border-radius: 100%;
    animation: rotate-spinner 1.1s infinite linear;
}

@keyframes rotate-spinner {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

.courses__apply-filters {
    border-radius: 0;
    margin-bottom: 0;
    margin-left: 0;
    width: 100%;
    display: none;
}

@media (min-width: 1024px) {
    .courses__apply-filters {
        margin-top: 3.125rem;
        margin-bottom: 53px;
        margin-left: 1.25rem;
        width: auto;
    }
}

@media (min-width: 1024px) {
    .courses__filters--open .courses__clear-filters {
        margin-top: 85px;
    }
}

.courses__filters--open .courses__apply-filters {
    display: block;
}

.courses__accordion .form-check {
    margin: 0.9375rem 0 0.3125rem;
}

.courses__accordion .accordion__content .radio--first {
    margin-top: 0.9375rem;
}

.courses__accordion label {
    color: #16294C;
}

.courses__accordion .checkboxes {
    padding-left: 20px;
    margin-bottom: 0.6em;
}

.courses__accordion .checkboxes .form-check {
    margin-top: 0;
}

.courses__accordion .accordion__control--main-heading {
    cursor: auto;
    margin: 0;
}

@media (min-width: 700px) {
    .courses__accordion .accordion__control--main-btn {
        display: none;
    }
}

.courses-filters__form .input-group input[type='text']::-webkit-input-placeholder {
    color: #222222;
}

.courses-filters__form .input-group input[type='text']:-ms-input-placeholder {
    color: #222222;
}

.courses-filters__form .input-group input[type='text']::placeholder {
    color: #222222;
}

.courses-filters__form .input-group.date {
    border-radius: 0.25rem;
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.3);
    color: #ffffff;
    float: left;
    margin: 0.9375rem 1% 1.875rem;
    width: 46%;
}

.courses-filters__form .input-group.date input[type='text']::-webkit-input-placeholder {
    color: #ffffff;
}

.courses-filters__form .input-group.date input[type='text']:-ms-input-placeholder {
    color: #ffffff;
}

.courses-filters__form .input-group.date input[type='text']::placeholder {
    color: #ffffff;
}

.courses-filters__form .input-group.date .form-control {
    background-color: #152042;
    background-image: url("/_resources/img/icons/date-picker-icon.svg");
    background-position: 1rem center;
    background-repeat: no-repeat;
    border-radius: 0.25rem;
    color: #ffffff;
    padding-left: 3rem;
}

.courses-filters__form .instructors__select ~ span.select2 {
    margin: 0.9375rem 0 1.875rem;
}

.courses-filters__form .instructors__facaulty-staff-link {
    display: inline-block;
    font-weight: 600;
    margin: 0.9375rem 0 1.875rem;
    width: 100%;
}

.courses__course {
    border-bottom: 1px solid rgba(151, 151, 151, 0.4);
}

@media (min-width: 700px) {
    .courses__course {
        border: 1px solid #979797;
        border-radius: 0.25rem;
        margin-bottom: 0.8125rem;
    }
}

.courses__course--non-credit {
    border-top: 10px solid #C41230;
}

.courses__course--credit {
    border-top: 10px solid #4E6199;
}

.course-header {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 0.9375rem 0.9375rem;
}

@media (min-width: 700px) {
    .course-header {
        -ms-flex-direction: row;
        flex-direction: row;
        padding: 1.125rem 1.875rem;
    }
}

.course-header__label,
.course-header__title,
.course-header__credit,
.course-header__register-link {
    display: inline-block;
    width: 100%;
}

.course-header__label {
    color: #152042;
    display: inline;
    font-size: 0.8125rem;
    font-weight: 600;
    text-transform: uppercase;
}

@media (min-width: 700px) {
    .course-header__label {
        display: block;
    }
}

.course-header__course-number {
    -ms-flex-order: 2;
    order: 2;
}

@media (min-width: 700px) {
    .course-header__course-number {
        -ms-flex-order: 1;
        order: 1;
        padding-right: 0.625rem;
    }
}

.course-header__course-title {
    -ms-flex-order: 1;
    order: 1;
}

@media (min-width: 700px) {
    .course-header__course-title {
        -ms-flex-order: 2;
        order: 2;
        -ms-flex-positive: 1;
        flex-grow: 1;
        padding-right: 0.625rem;
    }
}

.course-header__course-title .course-header__label {
    display: none;
}

@media (min-width: 700px) {
    .course-header__course-title .course-header__label {
        display: block;
    }
}

.course-header__course-title .course-header__title {
    line-height: 1.2;
    padding: 9px 0 0;
}

@media (max-width: 1024px) {
    .course-header__course-title .course-header__title {
        padding: 6px 0 0;
        display: inline-block;
        font-size: 1.25rem;
        margin-bottom: 1rem;
    }
}

.course-header__course-credits {
    -ms-flex-order: 3;
    order: 3;
}

.course-header__title {
    color: #152042;
    display: inline;
    font-size: 0.8125rem;
    font-weight: 600;
}

@media (min-width: 700px) {
    .course-header__title {
        display: block;
        font-size: 1.25rem;
    }
}

.course-header__credit {
    color: #152042;
    display: inline;
    font-size: 0.8125rem;
    font-weight: 600;
}

@media (min-width: 700px) {
    .course-header__credit {
        display: block;
        font-size: 1rem;
    }
}

.course-header__register-link {
    display: inline;
    font-size: 0.8125rem;
    font-weight: 600;
}

@media (min-width: 700px) {
    .course-header__register-link {
        display: block;
    }
}

.course-header__non-credit {
    display: block;
    margin-top: 10px;
    font-size: 12px;
}

.course-header__non-credit span {
    white-space: nowrap;
}

.course-header__reg + .course-header__non-credit {
    display: none;
}

.course-header__course-number {
    display: inline;
}

@media (max-width: 700px) {
    .course-header__course-number .course-header__label:after {
        content: ':';
    }
}

.course-description {
    border-top: 1px solid rgba(151, 151, 151, 0.4);
    padding: 0 0.9375rem 0;
}

@media (min-width: 700px) {
    .course-description {
        border-top: none;
        padding: 0 1.875rem 1.125rem;
    }
}

.course-description__mobile-control {
    background: none;
    border: none;
    color: #2F3E85;
    display: block;
    font-size: 1rem;
    font-weight: 600;
    padding-bottom: 0.9375rem;
    padding-left: 0;
    padding-top: 0.9375rem;
}

.course-description__mobile-control:before {
    background: url("/_resources/img/icons/plus-icon-blue.svg") no-repeat center;
    content: '';
    float: left;
    height: 1rem;
    margin-right: 0.625rem;
    margin-top: 0.25rem;
    width: 1rem;
}

@media (min-width: 700px) {
    .course-description__mobile-control {
        display: none;
    }
}

.course-description__mobile-control.js-open:before {
    background: url("/_resources/img/icons/minus-icon-blue.svg") no-repeat center;
}

.course-description span {
    color: #2F3E85;
    font-weight: 600;
}

.course-description span.course-corequisite {
    color: #000000;
    font-weight: 400;
}

.course-description__content {
    height: 100%;
    max-height: 0;
    overflow: hidden;
    padding-left: 1.5rem;
    transition: all 0.3s;
}

@media (min-width: 700px) {
    .course-description__content {
        max-height: 100%;
        padding-left: 0;
    }
}

.course-description__content.js-open {
    max-height: 62.5rem;
}

.session-table {
    width: 100%;
}

.courses__clear-filters {
    background: none;
    border: none;
    color: #2F3E85;
    cursor: pointer;
    font-size: 0.8125rem;
    font-weight: 600;
    padding: 1rem 0;
    margin-left: 0.9375rem;
    text-transform: uppercase;
}

@media (min-width: 700px) {
    .courses__clear-filters {
        margin-left: 1.875rem;
    }
}

@media (min-width: 1024px) {
    .courses__clear-filters {
        margin-left: 19px;
        margin-top: 30px;
        padding: 0;
    }
}

@media (min-width: 1024px) {
    .courses__clear-filters.sm {
        display: none;
    }
}

@media (max-width: 1023px) {
    .courses__clear-filters.lg {
        display: none;
    }
}

.courses__clear-filters:before {
    background: url("/_resources/img/icons/clear-filters.svg") no-repeat center;
    content: '';
    float: left;
    height: 1rem;
    margin: 0.0625rem 0.3125rem 0 0;
    width: 1rem;
}

.find-course__tooltip {
    font-size: 1.25rem;
    line-height: 1.625rem;
    top: -3.125rem !important;
}

@media (min-width: 1024px) {
    .find-course__tooltip {
        top: 0rem !important;
    }
}

.find-course__tooltip .tooltip-inner {
    background-color: #ffffff;
    background-image: url("/_resources/img/icons/exclamation-point-icon.svg");
    background-repeat: no-repeat;
    background-position: 0.9375rem center;
    border: 1px #979797 solid;
    border-top: 10px solid #4E6199;
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.3);
    color: #222222;
    max-width: 15.3125rem;
    padding: 0.9375rem 0.9375rem 0.9375rem 2.5rem;
    text-align: left;
}

.find-course__tooltip .arrow {
    display: none;
}

.find-course__tooltip--arrow {
    color: #ffffff;
    margin: auto;
    position: absolute;
    bottom: -0.75rem;
    left: 50%;
    text-shadow: 0 2px 2px rgba(0, 0, 0, 0.3);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}

.find-course__tooltip.show {
    opacity: 1;
}

.div-table__cell__seats .enrolled {
    margin-right: 1px;
}

.div-table__cell__seats .max {
    margin-left: 1px;
}

.div-table__cell__seats .capacity-warning {
    color: #C3002E;
    font-weight: 600;
}

.accordion-campus .form-check {
    margin-top: 0;
}

.accordion-campus .form-check:first-of-type {
    margin: 0.9375rem 0 0.3125rem;
}

.accordion-campus .locations-checks {
    padding: 1em 0 0.8em;
    border-bottom: 1px solid #979797;
    border-top: 1px solid #979797;
    margin: 1em 0 1.2em;
}

.accordion-campus .locations-checks .form-check:first-of-type {
    margin: 0 0 0.3125rem;
}

.accordion-campus .instructional-methods .form-check {
    margin-bottom: 1em;
}

.accordion-campus .desc {
    color: #16294C;
    font-size: 0.875rem;
    font-style: italic;
    margin-top: 0.2em;
}

.news-listing [v-cloak] {
    display: none;
}

@media (min-width: 1024px) {
    .news-listing {
        padding-left: 0.9375rem;
        padding-right: 0.9375rem;
    }
}

@media (min-width: 1200px) {
    .news-listing {
        padding-left: 0rem;
        padding-right: 0rem;
    }
}

.news-listing .row {
    margin: 3.125rem 0 0 0;
}

@media (min-width: 700px) {
    .news-listing .row {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    }
}

@media (min-width: 1024px) {
    .news-listing .row {
        margin: 3.75rem 0 0 0;
    }
}

.news-listing .row .news__image {
    width: 100%;
    padding: 0 0.9375rem;
}

@media (min-width: 700px) {
    .news-listing .row .news__image {
        -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
        padding: 0;
    }
}

@media (min-width: 1024px) {
    .news-listing .row .news__image {
        -ms-flex-preferred-size: 30.3703704%;
        flex-basis: 30.3703704%;
    }
}

.news-listing .row .news__image img {
    width: 100%;
}

.news-listing .row .news__content {
    padding: 1.5rem 0.9375rem 0 0.9375rem;
}

@media (min-width: 700px) {
    .news-listing .row .news__content {
        -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
        padding: 0 1.5rem;
    }
}

.news-listing .row h2.title {
    font-size: 1rem;
    font-weight: 600;
    line-height: 1.25;
    margin-bottom: 1.125rem;
}

.news-listing .row h2.title a {
    color: #2F3E85;
}

@media (min-width: 700px) {
    .news-listing .row h2.title {
        font-size: 1.375rem;
        margin-bottom: 0.9375rem;
    }
}

.news-listing .row .byline {
    font-size: 0.9375rem;
    line-height: 1.866666667;
}

.news-listing .row .date {
    font-weight: 600;
    padding-right: 0.5625rem;
}

.news-listing .row .source {
    font-weight: 300;
}

.news-listing .row .source:before {
    content: '|';
    padding-right: 0.5625rem;
}

.news-listing .row p {
    margin-top: 1.125rem;
    font-size: 0.9375rem;
    margin-bottom: 0;
}

@media (min-width: 700px) {
    .news-listing .row p {
        font-size: 1rem;
        margin-top: 0.9375rem;
    }
}

.news-listing .row.row-first .news__image {
    padding: 0;
}

@media (max-width: 699.98px) {
    .news-listing .row.row-first .news__image {
        width: 100vw;
        position: relative;
        left: 50%;
        right: 50%;
        margin-left: -50vw;
        margin-right: -50vw;
    }
}

@media (min-width: 700px) {
    .news-listing .row.row-first .news__image {
        padding: 0;
        -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
    }
}

.news-listing .row.row-first h2.title {
    font-size: 1.5rem;
}

@media (min-width: 700px) {
    .news-listing .row.row-first h2.title {
        font-size: 2.5rem;
    }
}

@media (min-width: 700px) {
    .news-listing .row.row-first p {
        font-size: 1.0625rem;
    }
}

@media (min-width: 1024px) {
    .news-listing .row.row-first p {
        font-size: 1.1875rem;
    }
}

.news-listing .news__entries {
    position: relative;
    min-height: 300px;
}

.news-listing .news__entries.loading .spinner-bg {
    display: block;
    position: fixed;
    z-index: 20;
    background-color: rgba(0, 0, 0, 0.4);
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}

.news-listing .news__entries.loading .spinner {
    display: block;
    position: fixed;
    z-index: 21;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    width: 50px;
    height: 50px;
    border: 6px solid #ACACAC;
    border-top-color: #C41230;
    border-radius: 100%;
    animation: rotate-spinner 1.1s infinite linear;
}

@keyframes rotate-spinner {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

.news-listing .listing-header,
.news-listing .listing-footer {
    font-size: 0.9375rem;
}

@media (min-width: 700px) {
    .news-listing .listing-header,
    .news-listing .listing-footer {
        font-size: 1rem;
    }
}

.news-listing .listing-header .items-shown,
.news-listing .listing-header .total-items,
.news-listing .listing-footer .items-shown,
.news-listing .listing-footer .total-items {
    font-weight: bold;
}

.news-listing .listing-header .description,
.news-listing .listing-footer .description {
    text-align: right;
    padding-right: 0.9375rem;
    line-height: 2.9375rem;
}

@media (min-width: 700px) {
    .news-listing .listing-header .description,
    .news-listing .listing-footer .description {
        text-align: left;
    }
}

.news-listing .listing-header .select2-wrapper,
.news-listing .listing-footer .select2-wrapper {
    text-align: left;
    max-width: 9.375rem;
    padding-left: 0;
    -ms-flex-positive: 0.5;
    flex-grow: 0.5;
}

@media (min-width: 700px) {
    .news-listing .listing-header .select2-wrapper,
    .news-listing .listing-footer .select2-wrapper {
        max-width: 11.4375rem;
        width: 100%;
    }
}

.news-listing .listing-header .select__section,
.news-listing .listing-footer .select__section {
    -ms-flex-pack: center;
    justify-content: center;
}

@media (min-width: 700px) {
    .news-listing .listing-header .select__section,
    .news-listing .listing-footer .select__section {
        -ms-flex-pack: start;
        justify-content: flex-start;
    }
}

@media (min-width: 1024px) {
    .news-listing .listing-header .select__section,
    .news-listing .listing-footer .select__section {
        margin-top: 5rem;
    }
}

.news-listing .listing-header .pager__section.row,
.news-listing .listing-footer .pager__section.row {
    margin: 1.6875rem 0;
    -ms-flex-pack: center;
    justify-content: center;
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
}

@media (min-width: 1024px) {
    .news-listing .listing-header .pager__section.row,
    .news-listing .listing-footer .pager__section.row {
        margin-top: 5rem;
    }
}

@media (min-width: 700px) {
    .news-listing .listing-header .pager__section .pagination,
    .news-listing .listing-footer .pager__section .pagination {
        margin-top: 0.9375rem;
        -ms-flex-pack: end;
        justify-content: flex-end;
    }
}

@media (min-width: 700px) {
    .news-listing .listing-header,
    .news-listing .listing-footer {
        display: -ms-flexbox;
        display: flex;
    }
    .news-listing .listing-header .select__section,
    .news-listing .listing-header .pager__section,
    .news-listing .listing-footer .select__section,
    .news-listing .listing-footer .pager__section {
        width: 50%;
    }
}

@media (min-width: 700px) {
    .news-listing .listing-header .select__section {
        margin-top: 0;
    }
}

@media (min-width: 700px) {
    .news-listing .listing-header .pager__section.row {
        margin-top: 0;
        margin-bottom: 0;
    }
}

.news-listing .btn {
    margin-left: 0;
}

.news-detail .content {
    margin-bottom: 0;
}

.news-detail .content p {
    font-size: 0.9375rem;
}

@media (min-width: 700px) {
    .news-detail .content p {
        font-size: 1.0625rem;
    }
}

@media (min-width: 1024px) {
    .news-detail .content p {
        font-size: 1.1875rem;
    }
}

.news-detail .feature-image picture,
.news-detail .feature-image img {
    width: 100%;
}

@media (max-width: 700px) {
    .news-detail .feature-image {
        margin-left: -15px;
        margin-right: -15px;
    }
}

.news-detail h2.byline {
    font-size: 1.25rem;
    margin-bottom: 1.875rem;
}

@media (min-width: 700px) {
    .news-detail h2.byline {
        font-size: 2.125rem;
        margin-bottom: 2.5rem;
    }
}

.news-detail h2.byline .date {
    font-weight: 600;
}

.news-detail h2.byline .author {
    font-weight: 300;
}

.news-detail h2.byline .author:before {
    content: '|';
    padding: 0 1rem 0 0.5rem;
}

.news-detail .news__footer {
    margin-top: 0;
    margin-bottom: 4.5625rem;
}

@media (min-width: 700px) {
    .news-detail .news__footer {
        font-size: 1.1875rem;
        margin-top: 1.5rem;
        margin-bottom: 4.1875rem;
    }
}

.news-detail .news__footer label {
    font-weight: bold;
    margin-bottom: 0;
    font-size: 0.9375rem;
}

@media (min-width: 700px) {
    .news-detail .news__footer label {
        font-size: 1.0625rem;
    }
}

@media (min-width: 1024px) {
    .news-detail .news__footer label {
        font-size: 1.1875rem;
    }
}

.news-detail .news__footer .source {
    padding-right: 1.5rem;
    background-image: url("/_resources/img/icons/external-link.svg");
    background-size: 0.9375rem 0.9375rem;
    background-repeat: no-repeat;
    background-position: right center;
    font-weight: 600;
    font-size: 0.9375rem;
}

@media (min-width: 700px) {
    .news-detail .news__footer .source {
        font-size: 1.0625rem;
    }
}

@media (min-width: 1024px) {
    .news-detail .news__footer .source {
        font-size: 1.1875rem;
    }
}

.news-detail .news__footer .tag-wrapper {
    margin-top: 1.5rem;
}

.news-detail .news__footer .tag-wrapper label {
    display: block;
    margin-bottom: 0.75rem;
}

@media (min-width: 700px) {
    .news-detail .news__footer .tag-wrapper label {
        display: inline-block;
        vertical-align: middle;
    }
}

.news-detail .news__footer .tag-wrapper .tags a.tag {
    margin-left: 0;
    margin-right: 3px;
}

@media (min-width: 700px) {
    .news-detail .news__footer .tag-wrapper .tags a.tag {
        display: inline-block;
        vertical-align: middle;
        margin-right: 0.9375rem;
    }
}

@media (min-width: 700px) {
    .news-detail .news__footer .tag-wrapper .tags a.tag:first-child {
        margin-left: 1.125rem;
    }
}

.new-entry-fade-enter-active,
.fade-leave-active {
    transition: opacity 0.5s;
}

.new-entry-fade-enter,
.fade-leave-to {
    opacity: 0;
}

.faculty-staff {
    padding: 0 1rem;
}

@media (min-width: 1210px) {
    .faculty-staff {
        padding: 0;
    }
}

.faculty-staff .dataTables_wrapper .top {
    padding-bottom: 1.3125rem;
    padding-top: 1rem;
}

@media (max-width: 700px) {
    .faculty-staff .dataTables_wrapper .top {
        padding-top: 0.5rem;
    }
}

.faculty-staff .dataTables_wrapper .top .number {
    font-weight: bold;
}

.faculty-staff .dataTables_wrapper .top .dataTables_info {
    font-size: 0.9375rem;
    padding-top: .25rem;
    line-height: 2.9375rem;
}

@media (min-width: 700px) {
    .faculty-staff .dataTables_wrapper .top .dataTables_info {
        font-size: 1rem;
    }
}

.faculty-staff .dataTables_wrapper .top:after {
    content: " ";
    display: block;
    clear: both;
}

.faculty-staff .dataTables_wrapper .bottom {
    padding-top: 1.5rem;
}

.faculty-staff .dataTables_paginate {
    margin-top: 1rem;
}

@media (max-width: 700px) {
    .faculty-staff .dataTables_paginate {
        margin-top: 0.5rem;
    }
}

.faculty-staff input.faculty-staff-search {
    background: url("/_resources/img/icons/search-icon-blue.svg") 95% center no-repeat;
    padding-right: 0.5625rem;
}

table.dataTable.faculty-staff-table {
    width: 100%;
}

@media (max-width: 700px) {
    table.dataTable.faculty-staff-table {
        width: 100% !important;
        border: 0 none;
    }
}

table.dataTable.faculty-staff-table thead {
    background: #E5E4E4;
    color: #152042;
    display: none;
    font-size: 1.25rem;
    display: table-header-group;
}

@media (max-width: 700px) {
    table.dataTable.faculty-staff-table thead {
        display: none;
    }
}

table.dataTable.faculty-staff-table thead th {
    padding-left: 1.5rem;
}

table.dataTable.faculty-staff-table td[data-title] {
    border-top: 1px solid #979797;
    font-family: 'Montserrat', sans-serif;
    font-size: 1rem;
    font-weight: 400;
    padding: 1.5rem 0 1.5rem 1.5rem;
}

@media (max-width: 700px) {
    table.dataTable.faculty-staff-table td[data-title] {
        border-top: none;
        display: -ms-flexbox;
        display: flex;
        font-size: 0.9375rem;
        overflow-wrap: break-word;
        word-wrap: break-word;
        padding-left: 0;
        width: auto;
    }
}

table.dataTable.faculty-staff-table td[data-title] span {
    display: block;
}

@media (max-width: 700px) {
    table.dataTable.faculty-staff-table td[data-title] span {
        padding-left: 50%;
    }
}

table.dataTable.faculty-staff-table td[data-title] a {
    font-weight: 600;
    overflow-wrap: break-word;
    word-wrap: break-word;
    max-width: 50%;
}

@media (min-width: 700px) {
    table.dataTable.faculty-staff-table td[data-title]:last-of-type {
        padding-right: 1.5rem;
    }
}

@media (max-width: 700px) {
    table.dataTable.faculty-staff-table td[data-title]:before {
        color: #152042;
        content: attr(data-title);
        font-size: 0.9375rem;
        font-weight: 600;
        padding: 0;
        text-transform: none;
        -ms-flex: 0 0 40%;
        flex: 0 0 40%;
        max-width: 40%;
    }
}

table.dataTable.faculty-staff-table td,
table.dataTable.faculty-staff-table th {
    width: 16.6666%;
}

@media (max-width: 700px) {
    table.dataTable.faculty-staff-table tr td:first-of-type {
        border-top: 1px solid #979797;
        display: -ms-flexbox;
        display: flex;
    }
}

table.dataTable.faculty-staff-table tr td[data-title="Email"] {
    overflow-wrap: break-word;
    word-wrap: break-word;
}

.dataTables_info {
    font-family: 'Montserrat', sans-serif;
    font-size: 1rem;
    margin-right: 1.25rem;
}

.dataTables_length label {
    font-family: 'Montserrat', sans-serif;
    font-size: 1rem;
    padding-top: 1rem;
    width: 18.75rem;
}

@media (min-width: 700px) {
    .dataTables_length label {
        display: -ms-flexbox;
        display: flex;
    }
}

.dataTables_length label .select2 {
    margin: -0.75rem 0.625rem 0 0;
    max-width: 180px;
}

table.faculty-staff-table.dataTable thead th {
    border-bottom: none;
    font-weight: 600;
}

.faculty-staff-table__filters {
    border: 1px solid #222222;
    margin: 0 0.9375rem;
    padding: 0.9375rem;
    font-size: 1.25rem;
}

@media (min-width: 700px) {
    .faculty-staff-table__filters {
        border: none;
        margin: 0;
        padding: 0;
    }
}

.faculty-staff-table__filters--inner-wrap {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    height: 100%;
    max-height: 0;
    overflow: hidden;
    padding-top: 0;
    transition: all 0.3s;
}

@media (min-width: 700px) {
    .faculty-staff-table__filters--inner-wrap {
        -ms-flex-direction: row;
        flex-direction: row;
        max-height: 100%;
        padding: 1.875rem 0 0;
    }
}

.faculty-staff-table__filters--inner-wrap--open {
    max-height: 62.5rem;
    padding-top: 1.875rem;
}

.faculty-staff-table__filters--title {
    background: transparent;
    border: none;
    color: #16294C;
    display: inline-block;
    font-size: 20px;
    font-weight: 500;
    line-height: 26px;
    padding: 0;
}

@media (min-width: 700px) {
    .faculty-staff-table__filters--title {
        cursor: initial;
        font-size: 32px;
        line-height: 32px;
        font-weight: bold;
    }
    .faculty-staff-table__filters--title:focus {
        outline: none;
        tab-index: -1;
    }
}

@media (min-width: 1024px) {
    .faculty-staff-table__filters--title {
        font-size: 32px;
        line-height: 38px;
    }
}

.faculty-staff-table__filters--title:after {
    background: url("/_resources/img/icons/plus-icon-blue.svg") center no-repeat;
    content: '';
    height: 1rem;
    position: absolute;
    right: 3rem;
    top: 1.375rem;
    width: 1rem;
}

@media (min-width: 700px) {
    .faculty-staff-table__filters--title:after {
        background: none;
        display: none;
    }
}

.faculty-staff-table__filters--title--open:after {
    background: url("/_resources/img/icons/minus-icon-blue.svg") center no-repeat;
}

@media (min-width: 700px) {
    .faculty-staff-table__filters--title--open:after {
        background: none;
        display: none;
    }
}

.faculty-staff-table__filters--tile-heading {
    display: none;
}

@media (min-width: 700px) {
    .faculty-staff-table__filters--tile-heading {
        display: block;
    }
}

.faculty-staff-table__filters--title-btn {
    display: block;
    width: 100%;
    text-align: left;
}

@media (min-width: 700px) {
    .faculty-staff-table__filters--title-btn {
        display: none;
    }
}

.faculty-staff-table__filters .form-group {
    width: 100%;
}

@media (min-width: 700px) {
    .faculty-staff-table__filters .form-group {
        padding-right: 0.9375rem;
        width: 25%;
    }
}

@media (min-width: 700px) {
    .faculty-staff-table__filters .form-group:last-of-type {
        padding-right: 0;
    }
}

.faculty-staff-table__filters .form-group select,
.faculty-staff-table__filters .form-group input {
    width: 100%;
}

.faculty-staff-table__filters .form-group select {
    border-radius: 0;
}

.faculty-staff-table__filters .form-group input {
    border: 1px solid #979797;
    border-radius: 0;
    height: 2.875rem;
    padding-left: 0.625rem;
    width: 100%;
}

.faculty-staff-table__filters .form-group label {
    color: #16294C;
    display: block;
    font-size: 1rem;
    font-weight: 600;
}

@media (min-width: 700px) {
    .faculty-staff-table__filters .form-group label {
        font-size: 1.25rem;
        line-height: 1;
        margin-bottom: 0.625rem;
    }
}

@media (max-width: 700px) {
    .faculty-staff-detail {
        margin-top: 0;
    }
}

.faculty-staff-detail__top {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
}

@media (min-width: 700px) {
    .faculty-staff-detail__top {
        border-bottom: none;
        -ms-flex-direction: row;
        flex-direction: row;
        margin-bottom: 2.5rem;
    }
}

.faculty-staff-detail__top .row {
    margin-right: 0;
    margin-left: 0;
    margin-bottom: 0.9375rem;
}

.faculty-staff-detail__top .row:first-child {
    margin-top: 0.9375rem;
}

.faculty-staff-detail__top--left, .faculty-staff-detail__top--right {
    width: 100%;
}

@media (min-width: 700px) {
    .faculty-staff-detail__top--left, .faculty-staff-detail__top--right {
        height: 18.75rem;
        width: 50%;
    }
}

.faculty-staff-detail__top--left {
    background-position: center top;
    background-repeat: no-repeat;
    background-size: cover;
    height: 12.5rem;
    margin: 0 -0.9375rem;
    width: calc(100% + 30px);
}

@media (min-width: 700px) {
    .faculty-staff-detail__top--left {
        height: 18.75rem;
        margin: 0;
        width: 50%;
    }
}

.faculty-staff-detail__top--right {
    border-bottom: 1px solid #979797;
    padding: 1.5rem 0.9375rem;
    margin-bottom: 1.5rem;
}

@media (min-width: 700px) {
    .faculty-staff-detail__top--right {
        border-bottom: none;
        margin: 0;
        padding: 0 1.5rem;
    }
}

.faculty-staff-detail-table__title,
.faculty-staff-detail-table__content {
    font-family: 'Montserrat', sans-serif;
    font-size: 0.9375rem;
}

@media (min-width: 700px) {
    .faculty-staff-detail-table__title,
    .faculty-staff-detail-table__content {
        font-size: 1.25rem;
    }
}

.faculty-staff-detail-table__title {
    color: #152042;
    font-weight: 600;
}

.faculty-staff-detail-table__content a {
    font-weight: 600;
    overflow-wrap: break-word;
    word-wrap: break-word;
}

.faculty-staff-detail__content p {
    font-size: 15px;
}

@media (min-width: 700px) {
    .faculty-staff-detail__content p {
        font-size: 17px;
    }
}

@media (min-width: 1024px) {
    .faculty-staff-detail__content p {
        font-size: 19px;
    }
}

.programs-jumbotron.jumbotron.wave h1 {
    font-weight: 500;
}

@media (min-width: 1024px) {
    .programs-jumbotron.jumbotron.wave {
        min-height: 27.5rem;
    }
}

@media (max-width: 1024px) {
    .programs-jumbotron.jumbotron.wave {
        min-height: 26.875rem;
    }
    .programs-jumbotron.jumbotron.wave h2 {
        font-size: 1.6875rem;
    }
}

@media (max-width: 700px) {
    .programs-jumbotron.jumbotron.wave {
        min-height: 23rem;
    }
    .programs-jumbotron.jumbotron.wave h2 {
        font-size: 1.25rem;
        font-weight: 300;
        -webkit-font-smoothing: antialiased;
    }
    .programs-jumbotron.jumbotron.wave .program-links a {
        font-size: 0.875rem;
    }
}

@media (max-width: 1024px) {
    .programs-jumbotron.jumbotron .content--hero {
        padding-left: 35px;
    }
}

@media (max-width: 699px) {
    .programs-jumbotron.jumbotron .content--hero {
        padding-left: 15px;
    }
}

.program-degree {
    color: #FFFFFF;
    font-weight: 200;
    font-size: 2.125rem;
    margin-bottom: 15px;
}

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

.program-links li {
    display: inline-block;
    line-height: 1;
    margin-bottom: 0;
    margin-right: 15px;
    border-right: 2px solid white;
    padding: 0 15px 0 0;
}

.program-links li:last-child {
    margin-right: 0;
    border-right: 0;
}

.program-links a {
    color: #FFFFFF;
}

@media (min-width: 700px) {
    .content.programs {
        max-width: 100%;
        padding-left: 2.5rem;
        padding-right: 2.5rem;
    }
}

@media (min-width: 1140px) {
    .content.programs {
        max-width: 1080px;
        padding-left: 0;
        padding-right: 0;
    }
}

@media (max-width: 1024px) {
    .programs .container-fluid {
        padding-left: 25px;
        padding-right: 25px;
    }
}

@media (max-width: 699px) {
    .programs .container-fluid {
        padding-left: 0;
        padding-right: 0;
    }
}

.programs p {
    font-size: 1.1875rem;
    line-height: 2.125rem;
}

.programs p > a {
    font-weight: 600;
}

@media (max-width: 1024px) {
    .programs p {
        font-size: 1.0625rem;
        line-height: 1.75rem;
    }
}

@media (max-width: 700px) {
    .programs p {
        font-size: 0.9375rem;
        line-height: 1.5rem;
    }
}

.programs h2 {
    margin: 20px 0;
}

@media (max-width: 1024px) {
    .programs h2 {
        margin-top: 35px;
    }
}

@media (max-width: 699px) {
    .programs h2 {
        margin-top: 35px;
        margin-bottom: 15px;
    }
}

#programs-carousel {
    display: block !important;
    margin: 25px -15px 30px;
}

@media (min-width: 700px) {
    #programs-carousel {
        margin: 32px -30px 30px;
    }
}

@media (min-width: 1024px) {
    #programs-carousel {
        margin: 38px 0;
    }
}

#programs-carousel .carousel-item {
    height: auto;
    background-color: #2b4384;
    margin: 0 0 1rem;
}

#programs-carousel .carousel-caption {
    background: #2b4384;
    position: relative;
    left: auto;
    right: auto;
    padding: 20px 0.9375rem 0;
    -ms-flex-align: middle;
    align-items: middle;
}

@media (min-width: 700px) {
    #programs-carousel .carousel-caption {
        padding-left: 2.5rem;
        padding-right: 2.5rem;
    }
}

#programs-carousel .carousel-caption .carousel__sub-head {
    line-height: 1.5;
}

#programs-carousel .carousel-caption p {
    color: #FFFFFF;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.2;
    margin-bottom: 0;
    padding-left: 20px;
    text-align: left;
    -webkit-font-smoothing: antialiased;
}

#programs-carousel .carousel-caption p strong {
    font-weight: 600;
}

#programs-carousel .carousel-indicators {
    position: relative;
    margin: 10px 20px 0;
    left: auto;
    right: auto;
    bottom: auto;
}

#programs-carousel .carousel-indicators li {
    background-image: url("/_resources/img/programs/indicator-grey.svg");
    cursor: pointer;
}

#programs-carousel .carousel-indicators li.active {
    background-image: url("/_resources/img/programs/indicator-blue.svg");
}

#programs-carousel .carousel-footer {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -ms-flex-pack: center;
    justify-content: center;
}

#programs-carousel .carousel-footer .carousel-control-next,
#programs-carousel .carousel-footer .carousel-control-prev {
    position: relative;
    bottom: auto;
    left: auto;
    right: auto;
    opacity: 1;
    height: 30px;
    width: 20px;
    z-index: 99;
    background: transparent;
}

#programs-carousel .carousel-footer .carousel-control-next:focus,
#programs-carousel .carousel-footer .carousel-control-prev:focus {
    outline: 1px dotted;
    outline: 2px auto -webkit-focus-ring-color;
}

#programs-carousel .carousel-footer .carousel-control-next-icon {
    background-image: url("/_resources/img/programs/arrow-right-red.svg");
}

#programs-carousel .carousel-footer .carousel-control-prev-icon {
    background-image: url("/_resources/img/programs/arrow-left-red.svg");
}

.info-box-wrapper {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-top: 35px;
}

@media (max-width: 700px) {
    .info-box-wrapper {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
}

.info-box {
    background-position: bottom;
    background-repeat: no-repeat;
    background-size: contain;
    border: 1px solid #979797;
    padding: 40px 30px 30px;
    width: 349px;
    width: 32.7%;
}

.info-box.box-1 {
    background-image: url("/_resources/img/programs/wave-1.png");
}

.info-box.box-2 {
    background-image: url("/_resources/img/programs/wave-2.png");
}

.info-box.box-3 {
    background-image: url("/_resources/img/programs/wave-3.png");
}

.info-box ul {
    list-style: none;
    margin-top: 15px;
}

.info-box li {
    margin-bottom: 0;
    position: relative;
}

.info-box li:before {
    content: '•';
    color: #C41230;
    position: absolute;
    left: -16px;
    top: 1px;
    font-weight: bold;
    font-size: 1em;
}

.info-box p,
.info-box a {
    font-size: 1rem;
    line-height: 28px;
}

.info-box a {
    font-weight: 600;
    word-wrap: break-word;
}

.info-box h3,
.info-box h3 a {
    font-size: 1.25rem;
    line-height: 26px;
    margin-bottom: 15px;
}

.info-box .advisor-name {
    font-weight: 600;
    margin-bottom: 0;
}

.info-box .advisor-ext {
    margin-bottom: 0;
}

.info-box .advisor-email {
    word-break: break-word;
}

@media (max-width: 1024px) {
    .info-box {
        padding: 25px 10px 10px;
    }
    .info-box h3,
    .info-box h3 a {
        font-size: 1.125rem;
    }
    .info-box p {
        font-size: 0.9375rem;
        line-height: 1.5rem;
    }
}

@media (max-width: 699px) {
    .info-box {
        margin-bottom: 20px;
        width: 100%;
    }
    .info-box h3,
    .info-box h3 a {
        line-height: 22px;
    }
}

.program-requirements {
    background-image: url("/_resources/img/programs/wave-desktop.svg");
    background-position: top;
    background-repeat: no-repeat;
    background-size: contain;
    background-color: #4E6199;
    margin: 4.25rem auto 4.375rem auto;
    padding: 50px 0;
    position: relative;
}

.program-requirements h2 {
    color: #FFFFFF;
    font-weight: 500;
    margin-bottom: 40px;
    margin-top: 0;
}

.program-requirements .expand-all,
.program-requirements .collapse-all {
    background-color: #152042;
    background-position: 15px 12px;
    background-repeat: no-repeat;
    border-radius: 3px;
    box-shadow: 0 3px 9px #334769;
    color: #FFFFFF;
    display: inline-block;
    font-size: 0.875rem;
    margin-right: 10px;
    margin-bottom: 15px;
    padding: 8px 15px 8px 45px;
    position: relative;
    text-decoration: none;
}

.program-requirements .expand-all {
    background-image: url("/_resources/img/programs/arrow-down.svg");
}

.program-requirements .collapse-all {
    background-image: url("/_resources/img/programs/arrow-up.svg");
}

.program-requirements .content.layout-wrapper.programs {
    margin-top: 0;
    margin-bottom: 0;
}

.program-requirements #accordion {
    border: 1px solid #FFFFFF;
    border-radius: 3px;
    width: 100%;
}

.program-requirements .card {
    border-radius: 0;
    border: 0;
    border-top: 1px solid #4E6199;
}

.program-requirements .card:first-of-type {
    border-top: 0;
}

.program-requirements .card.open .card-header {
    background-color: #F9FAFB;
}

.program-requirements .card.open .btn-link span.course-title:after {
    background-image: url("/_resources/img/programs/minus-icon-red.svg");
    background-repeat: no-repeat;
    right: -4px;
    top: 13px;
}

@media (max-width: 1024px) {
    .program-requirements .card.open .btn-link span.course-title:after {
        right: -14px;
    }
}

@media (max-width: 699px) {
    .program-requirements .card.open .btn-link span.course-title:after {
        right: -20px;
        top: -19px;
    }
}

.program-requirements .card.OR {
    border: 0;
}

.program-requirements .card.OR + .card {
    border: 0;
}

.program-requirements .card-header {
    border: 0;
    padding: 0.25rem 1.25rem;
}

.program-requirements .card-header h3 {
    line-height: 32px;
    margin-top: 0;
}

@media (max-width: 700px) {
    .program-requirements .card-header h3 {
        line-height: 26px;
    }
}

.program-requirements .card .btn-link {
    white-space: normal;
    text-align: left;
}

.program-requirements .card .btn-link:focus {
    box-shadow: 0 0 0 1px #ffffff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

.program-requirements .card .btn-link span,
.program-requirements .not-btn span {
    display: inline-block;
    color: #373187;
    font-size: 20px;
    font-weight: 500;
    text-align: left;
    vertical-align: top;
}

.program-requirements .card .btn-link span.course-code,
.program-requirements .not-btn span.course-code {
    float: left;
    min-width: 115px;
}

@media (min-width: 700px) {
    .program-requirements .card .btn-link span.course-code,
    .program-requirements .not-btn span.course-code {
        min-width: 150px;
    }
}

@media (min-width: 1024px) {
    .program-requirements .card .btn-link span.course-code,
    .program-requirements .not-btn span.course-code {
        min-width: 180px;
    }
}

.program-requirements .card .btn-link span.course-title,
.program-requirements .not-btn span.course-title {
    padding-left: 70px;
    padding-right: 25px;
    position: relative;
    width: calc(100% - 115px);
}

@media (min-width: 700px) {
    .program-requirements .card .btn-link span.course-title,
    .program-requirements .not-btn span.course-title {
        width: calc(100% - 150px);
    }
}

@media (min-width: 1024px) {
    .program-requirements .card .btn-link span.course-title,
    .program-requirements .not-btn span.course-title {
        width: calc(100% - 180px);
    }
}

.program-requirements .card .btn-link span.course-title:after,
.program-requirements .not-btn span.course-title:after {
    background-image: url("/_resources/img/programs/expand.svg");
    content: '';
    position: absolute;
    right: -4px;
    top: 5px;
    height: 20px;
    width: 20px;
    background-repeat: no-repeat;
}

@media (max-width: 699px) {
    .program-requirements .card .btn-link span.course-title:after,
    .program-requirements .not-btn span.course-title:after {
        background-size: 15px;
        height: 15px;
        width: 15px;
        top: 2px;
    }
}

.program-requirements .card .btn-link:active span,
.program-requirements .card .btn-link:focus span,
.program-requirements .not-btn:active span,
.program-requirements .not-btn:focus span {
    position: relative;
    top: 0;
    left: 0;
}

.program-requirements .card .btn-link[aria-expanded='true'] .course-title:after,
.program-requirements .not-btn[aria-expanded='true'] .course-title:after {
    top: 13px;
    background-image: url("/_resources/img/programs/minus-icon-red.svg");
}

@media (max-width: 699px) {
    .program-requirements .card .btn-link[aria-expanded='true'] .course-title:after,
    .program-requirements .not-btn[aria-expanded='true'] .course-title:after {
        top: 8px;
    }
}

.program-requirements .not-btn {
    padding: 0.375rem 0.75rem;
}

.program-requirements .not-btn .course-title:after {
    display: none;
}

.program-requirements .not-btn--or {
    padding: 0 0.75rem;
    color: #000000;
    font-size: 14px;
    line-height: 1;
}

@media (min-width: 700px) {
    .program-requirements .not-btn--or {
        font-size: 16px;
    }
}

.program-requirements .card.info .course-title:before {
    background-image: url("/_resources/img/programs/info-icon.svg");
    content: '';
    display: block;
    height: 24px;
    width: 24px;
    position: absolute;
    left: 27px;
    top: 3px;
}

.program-requirements .card-header {
    background: #FFFFFF;
}

.program-requirements .card-header button {
    width: 100%;
}

.program-requirements .card-body {
    background: #F9FAFB;
    font-family: "Montserrat", sans-serif;
    font-size: 1rem;
    line-height: 28px;
    padding-left: 2rem;
    padding-right: 5rem;
}

.program-requirements .card-body .prerequisites {
    font-size: 1rem;
}

.program-requirements .card-body .course-info {
    background-image: url("/_resources/img/programs/info-icon.svg");
    background-position: 0 8px;
    background-repeat: no-repeat;
    background-size: 18px;
    font-size: 0.875rem;
    font-style: italic;
    padding-left: 25px;
    margin-top: 20px;
}

@media (max-width: 1024px) {
    .program-requirements .card .btn-link span,
    .program-requirements .card .not-btn span {
        font-size: 1rem;
    }
    .program-requirements .card .btn-link span.course-title,
    .program-requirements .card .not-btn span.course-title {
        padding-left: 27.5px;
    }
    .program-requirements .card .btn-link span.course-title:after {
        right: -14px;
    }
    .program-requirements .card-body {
        font-size: 0.9375rem;
    }
    .program-requirements p.course-info {
        font-size: 0.875rem;
        background-position: 0 5px;
    }
}

@media (max-width: 700px) {
    .program-requirements {
        background-image: url(/_resources/img/programs/wave-mobile.svg);
        padding-left: 0;
        padding-right: 0;
        margin-bottom: 0;
    }
    .program-requirements .card-header {
        padding-left: 0;
    }
    .program-requirements .card-header button.btn-link {
        text-align: left;
    }
    .program-requirements .card-header button.btn-link:hover {
        text-decoration: none;
    }
    .program-requirements .card.info .course-title:before {
        background-size: 14px;
        height: 14px;
        width: 14px;
        left: 0;
    }
    .program-requirements .card .btn-link span.course-title:hover,
    .program-requirements .card .not-btn span.course-title:hover {
        text-decoration: none;
    }
    .program-requirements .card.info .btn-link span.course-title {
        padding-left: 23px;
    }
    .program-requirements .card .btn-link span,
    .program-requirements .card .not-btn span {
        font-size: 0.875rem;
    }
    .program-requirements .card-body {
        font-size: 0.875rem;
        padding: 10px;
        line-height: 24px;
    }
    .program-requirements .card-body p.prerequisites {
        font-size: 0.875rem;
        line-height: 24px;
    }
}

@media (max-width: 699px) {
    .content-wrap.bottom-content .content {
        margin-top: 8px;
    }
}

.programs__tooltip .tooltip-inner {
    background-color: #E4EEFA;
    color: #000000;
}

.programs__tooltip.bs-tooltip-top .arrow::before, .programs__tooltip.bs-tooltip-auto[x-placement^="top"] .arrow::before,
.programs__tooltip.bs-tooltip-auto[x-placement^='top'] .arrow::before {
    border-top-color: #E4EEFA;
}

.programs__tooltip.tooltip.show {
    opacity: 1;
}

.program-learner-outcomes .container-fluid p,
.program-learner-outcomes .container-fluid ul,
.program-learner-outcomes .container-fluid strong,
.program-learner-outcomes .container-fluid br,
.program-learner-outcomes .container-fluid div {
    display: none;
}

.program-learner-outcomes .container-fluid ul:first-of-type {
    display: block;
}

.events-listing .content {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

@media (min-width: 1024px) {
    .events-listing .content {
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    }
}

.events-listing #events {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    -ms-flex-order: 2;
    order: 2;
    margin-top: 1.25rem;
}

@media (min-width: 1024px) {
    .events-listing #events {
        -ms-flex-order: 1;
        order: 1;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
    }
}

@media (min-width: 700px) {
    .events-listing #events {
        margin-top: 0;
        padding-left: 0.9375rem;
    }
}

.events-listing #events .nav {
    font-size: 1.25rem;
    font-weight: 600;
    padding-bottom: 4.375rem;
    position: relative;
    position: relative;
}

@media (min-width: 700px) {
    .events-listing #events .nav {
        padding-bottom: 10.625rem;
    }
}

.events-listing #events .nav .hc_daily:after,
.events-listing #events .nav .hc_weekly:after {
    content: "|";
    margin-left: 0.8125rem;
}

@media (min-width: 700px) {
    .events-listing #events .nav .hc_daily:after,
    .events-listing #events .nav .hc_weekly:after {
        margin-left: 1.0625rem;
    }
}

.events-listing #events .nav .hc_daily {
    margin-right: 0.8125rem;
}

@media (min-width: 700px) {
    .events-listing #events .nav .hc_daily {
        margin-right: 1.0625rem;
    }
}

.events-listing #events .nav .hc_monthly {
    margin-left: 0.8125rem;
}

@media (min-width: 700px) {
    .events-listing #events .nav .hc_monthly {
        margin-left: 1.0625rem;
    }
}

.events-listing #events .nav .hc_left,
.events-listing #events .nav .hc_right {
    background-image: url("/_resources/img/icons/arrow-right-blue.svg");
    background-position: center;
    background-repeat: no-repeat;
    padding: 0.3125rem;
    margin-right: 0.3125rem;
    position: absolute;
    height: 0.875rem;
    width: 0.5625rem;
    top: 50%;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.events-listing #events .nav .hc_left {
    left: 0;
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}

.events-listing #events .nav .hc_right {
    right: 0;
    -ms-transform: none;
    transform: none;
}

.events-listing #events .nav .events-nav__current-week {
    color: #152042;
    font-size: 1.5rem;
    position: absolute;
    top: 38%;
    left: 50%;
    text-align: center;
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 90%;
}

@media (min-width: 700px) {
    .events-listing #events .nav .events-nav__current-week {
        font-size: 2.5rem;
    }
}

.events-listing #events .nav .nav--active {
    color: #222222;
    font-weight: 600;
}

.events-listing #events .nav .nav--active:after {
    color: #152042;
}

.events-listing #events header {
    display: none;
}

.events-listing #events ul {
    display: inline-block;
    list-style: none;
    vertical-align: top;
    width: 100%;
    max-width: 100%;
}

@media (min-width: 1024px) {
    .events-listing #events ul {
        padding-left: 0;
    }
}

.events-listing #events ul span[itemprop="name"] {
    color: #2F3E85;
    font-size: 1rem;
    font-weight: 600;
    display: block;
    line-height: 1.5;
}

@media (min-width: 700px) {
    .events-listing #events ul span[itemprop="name"] {
        font-size: 1.375rem;
        line-height: 1.166666667;
    }
}

.events-listing #events ul time,
.events-listing #events ul span[itemprop="location"] {
    display: block;
    font-size: 0.875rem;
    font-weight: 500;
    margin-top: 0.5rem;
}

@media (min-width: 700px) {
    .events-listing #events ul time,
    .events-listing #events ul span[itemprop="location"] {
        font-size: 1rem;
        margin-top: 0.75rem;
    }
}

.events-listing #events ul span[itemprop="location"] {
    font-weight: normal;
}

.events-listing #events ul li {
    margin-bottom: 1.5rem;
}

@media (min-width: 700px) {
    .events-listing #events ul li {
        margin-bottom: 2.5rem;
    }
}

.events-listing aside {
    -ms-flex-order: 1;
    order: 1;
    width: 100%;
}

@media (min-width: 700px) {
    .events-listing aside {
        width: 100%;
        -ms-flex-align: end;
        align-items: flex-end;
        padding-right: 0.9375rem;
    }
}

@media (min-width: 1024px) {
    .events-listing aside {
        -ms-flex-order: 2;
        order: 2;
        width: 40%;
    }
}

.events-listing table.mini-cal {
    border: 0 none;
    font-size: 1rem;
    color: #222222;
    text-align: center;
    margin-bottom: 0;
    position: relative;
}

@media (max-width: 340px) {
    .events-listing table.mini-cal {
        width: 100vw;
        margin-left: -15px;
    }
}

@media (min-width: 700px) {
    .events-listing table.mini-cal {
        width: 100%;
    }
}

.events-listing table.mini-cal td {
    border-color: #f9f9f9;
    padding: 0.625rem;
    border: 0 none;
}

@media (min-width: 700px) {
    .events-listing table.mini-cal td {
        padding: 1rem;
    }
}

.events-listing table.mini-cal td.events {
    background-color: #2F3E85;
}

.events-listing table.mini-cal td.events a {
    color: #ffffff;
    font-weight: 600;
}

.events-listing table.mini-cal td.events.today {
    background-color: #C41230;
    font-weight: 600;
}

.events-listing table.mini-cal td.today {
    background-color: #C41230;
    color: #ffffff;
    font-weight: 600;
}

.events-listing table.mini-cal td.today a {
    color: #ffffff;
    font-weight: 600;
}

.events-listing table.mini-cal tr {
    background: #f9f9f9;
}

.events-listing table.mini-cal tr:first-child {
    background-color: transparent;
    border-color: transparent;
}

.events-listing table.mini-cal tr:first-child td {
    padding: 0;
    border-color: transparent;
}

.events-listing table.mini-cal tr:first-child td.title {
    text-align: left;
}

.events-listing table.mini-cal tr:first-child td:first-child {
    display: none;
}

.events-listing table.mini-cal tr:first-child td:last-child {
    position: absolute;
    right: 0;
}

.events-listing table.mini-cal tr:first-child td.nav a {
    color: transparent;
    background-image: url("/_resources/img/icons/arrow-right-blue.svg");
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
    background-position: center;
    background-repeat: no-repeat;
    padding: 0.3125rem;
    margin-right: 0.3125rem;
}

.events-listing table.mini-cal tr:first-child td.nav a:last-child {
    -ms-transform: none;
    transform: none;
    margin-right: 0;
}

.events-listing table.mini-cal td.dow {
    padding-left: 0;
    padding-right: 0;
}

.events-listing table.mini-cal .select2-container .select2-selection--single {
    border: 0 none;
    padding-right: 1.875rem;
}

.events-listing table.mini-cal .select2-container .select2-selection--single .select2-selection__rendered {
    text-align: left;
    font-size: 1.25rem;
    color: #2F3E85;
    font-weight: 600;
}

.events-listing .catCol h2 {
    font-size: 1.25rem;
}

.events-listing .catCol label {
    position: relative;
    padding-left: 2rem;
}

.events-listing .catCol label.sub {
    margin-left: 1rem;
}

.events-listing .catCol label.checked:after {
    display: none;
}

.events-listing .catCol label input {
    opacity: 0;
    width: 0;
    height: 0;
    margin: 0 !important;
}

.events-listing .catCol .custom-control {
    padding-left: 0;
}

#events ul li {
    padding-left: 9.375rem;
    min-height: 9.375rem;
    position: relative;
}

@media (min-width: 700px) {
    #events ul li {
        padding-left: 12.5rem;
    }
}

#events ul li:before {
    content: attr(data-time);
    display: block;
    background-color: #E5E4E4;
    color: #000000;
    font-size: 1rem;
    text-transform: uppercase;
    text-align: center;
    padding: 2.25rem 0;
    position: absolute;
    top: 0;
    left: 0;
    width: 7.5rem;
    vertical-align: top;
}

@media (min-width: 700px) {
    #events ul li:before {
        font-size: 1.5rem;
        width: 10.625rem;
        padding: 2.875rem 0;
    }
}

@media (min-width: 1024px) {
    #events ul li:before {
        font-size: 2.125rem;
        width: 10.625rem;
    }
}

#hcFilter h2 {
    margin-top: 2.5rem;
    margin-bottom: 0.625rem;
}

#hcFilter .form-check {
    margin-bottom: 0.625rem;
}

#hcFilter .form-check-label {
    margin-left: 0;
}

@media (max-width: 700px) {
    .events-accordion {
        border: 1px solid #979797;
        margin-bottom: 0.3125rem;
    }
}

.events-accordion__control {
    background-color: transparent;
    border: none;
    color: #152042;
    display: block;
    font-size: 1.25rem;
    font-weight: 500;
    padding: 0.625rem 0.625rem;
    text-align: left;
    width: 100%;
}

.events-accordion__control:after {
    background-image: url("/_resources/img/icons/plus-icon-blue.svg");
    background-repeat: no-repeat;
    background-position: center right;
    content: '';
    float: right;
    height: 1rem;
    margin-top: 0.375rem;
    width: 1rem;
}

@media (min-width: 701px) {
    .events-accordion__control {
        display: none;
    }
}

@media (max-width: 700px) {
    .events-accordion__control--open:after {
        background-image: url("/_resources/img/icons/minus-icon-blue.svg");
    }
}

.events-accordion__content {
    height: auto;
    overflow: hidden;
    transition: all 0.3s;
}

@media (max-width: 700px) {
    .events-accordion__content {
        max-height: 0;
    }
}

@media (max-width: 700px) {
    .events-accordion__content--open {
        max-height: 62.5rem;
    }
}

@media (max-width: 700px) {
    .events-accordion__content--category {
        padding: 0 0.625rem;
    }
}

.event-detail h2 {
    font-size: 1.25rem;
}

@media (min-width: 700px) {
    .event-detail h2 {
        font-size: 2.125rem;
    }
}

.event-detail h2 span {
    font-weight: 300;
}

.event-detail .content--wysiwyg {
    margin-bottom: 0;
}

.event-detail .content--wysiwyg p {
    font-size: 0.9375rem;
}

@media (min-width: 700px) {
    .event-detail .content--wysiwyg p {
        font-size: 1.0625rem;
    }
}

@media (min-width: 1024px) {
    .event-detail .content--wysiwyg p {
        font-size: 1.1875rem;
    }
}

.event-detail__event-time,
.event-detail__event-location {
    display: block;
    font-size: 0.875rem;
    line-height: 1.75rem;
}

@media (min-width: 700px) {
    .event-detail__event-time,
    .event-detail__event-location {
        font-size: 1rem;
        font-weight: 2rem;
    }
}

.event-detail__event-time {
    font-weight: 500;
}

.event-detail__event-location {
    font-weight: 400;
    margin-bottom: 1.25rem;
}

@media (min-width: 700px) {
    .event-detail__event-location {
        margin-bottom: 1.875rem;
    }
}

.add-to-calendar__acordion {
    margin-top: 0;
}

.add-to-calendar__acordion .card {
    border: none;
}

.add-to-calendar__acordion .card-header {
    background: none;
    border: none;
    padding: 0;
}

.add-to-calendar__acordion .card-body {
    padding-top: 0.9375rem;
}

.add-to-calendar__acordion button {
    color: #2F3E85;
    font-size: 0.9375rem;
    font-weight: 600;
    margin: 0;
    padding: 0;
    position: relative;
}

@media (min-width: 700px) {
    .add-to-calendar__acordion button {
        font-size: 1.1875rem;
    }
}

.add-to-calendar__acordion button:before {
    background: url("/_resources/img/icons/minus-icon-red.png") center no-repeat;
    content: '';
    float: left;
    height: 0.8125rem;
    margin-right: 0.3125rem;
    margin-top: 0.1875rem;
    width: 0.8125rem;
}

@media (min-width: 700px) {
    .add-to-calendar__acordion button:before {
        height: 1.25rem;
        margin-top: 0.125rem;
        width: 1.25rem;
    }
}

.add-to-calendar__acordion button:after {
    background: url("/_resources/img/icons/icon-calendar-blue-yellow.svg") center no-repeat;
    content: '';
    height: 1.375rem;
    margin-left: 0.3125rem;
    width: 1.375rem;
    position: absolute;
    right: -1.75rem;
    top: 50%;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.add-to-calendar__acordion button:hover {
    color: #2F3E85;
    text-decoration: none;
}

.add-to-calendar__acordion button.collapsed:before {
    background: url("/_resources/img/icons/plus-icon-red.svg") center no-repeat;
}

.add-to-calendar__acordion ul {
    padding-left: 0.5rem;
}

.add-to-calendar__acordion li {
    list-style: none;
}

.add-to-calendar__acordion a {
    font-size: 0.875rem;
    font-weight: 600;
    line-height: 2rem;
}

@media (min-width: 700px) {
    .add-to-calendar__acordion a {
        font-size: 1rem;
    }
}

.event-detail__footer label {
    display: block;
    font-size: 0.9375rem;
    font-weight: 600;
    margin-top: 0.75rem;
    margin-right: 1.25rem;
}

@media (min-width: 700px) {
    .event-detail__footer label {
        float: left;
        font-size: 1.1875rem;
        margin-top: 0.5rem;
    }
}

.event-detail__footer .tag {
    margin: 0 0.625rem 0 0;
}

@media (min-width: 700px) {
    .event-detail__footer .tag {
        margin-right: 1.25rem;
    }
}

p.section-intro-text {
    font-size: 1.1875rem;
    line-height: 34px;
}

@media (max-width: 700px) {
    p.section-intro-text {
        font-size: 0.9375rem;
        line-height: 24px;
    }
}

@media (min-width: 700px) {
    .content.column-wrapper, .content.pattern-events, .content.pattern-news, .content.pattern-video, .content.wave-boxes, .content.cta-buttons,
    .program-list .content,
    .content.carousel-wrapper h2,
    .content.carousel-wrapper .section-intro-text, .content.pattern-datatable, .content.pattern-form {
        max-width: 100%;
        padding-left: 2.5rem;
        padding-right: 2.5rem;
    }
}

@media (min-width: 1140px) {
    .content.column-wrapper, .content.pattern-events, .content.pattern-news, .content.pattern-video, .content.wave-boxes, .content.cta-buttons,
    .program-list .content,
    .content.carousel-wrapper h2,
    .content.carousel-wrapper .section-intro-text, .content.pattern-datatable, .content.pattern-form {
        max-width: 1080px;
        padding-left: 0;
        padding-right: 0;
    }
}

.content-2-col,
.content-3-col {
    margin-bottom: 40px;
}

.content-2-col h3,
.content-3-col h3 {
    font-size: 1.25rem;
    margin-bottom: 20px;
    margin-top: 20px;
    line-height: 22px;
}

@media (max-width: 1024px) {
    .content-2-col h3,
    .content-3-col h3 {
        font-size: 1.0625rem;
    }
}

@media (max-width: 700px) {
    .content-2-col h3,
    .content-3-col h3 {
        font-size: 1.0625rem;
        margin-top: 24px;
    }
}

@media (min-width: 1024px) {
    .content-2-col h3,
    .content-3-col h3 {
        margin-top: 24px;
        line-height: 26px;
    }
}

.content-2-col p,
.content-3-col p {
    margin-bottom: 0;
}

.content-2-col p.content-subtitle,
.content-3-col p.content-subtitle {
    font-size: 0.9375rem;
    font-weight: 600;
    margin-bottom: 0;
    text-transform: uppercase;
}

@media (max-width: 700px) {
    .content-2-col .col,
    .content-3-col .col {
        margin-bottom: 30px;
    }
}

@media (max-width: 1024px) {
    .content-3-col h3 {
        margin-top: 0;
    }
}

@media (max-width: 700px) {
    .content-3-col h3 {
        margin-top: 24px;
    }
}

@media (max-width: 1024px) {
    .content-3-col .col {
        -ms-flex-preferred-size: auto;
        flex-basis: auto;
        margin-bottom: 30px;
        width: 100%;
    }
    .content-3-col .col-image-wrapper {
        width: 50%;
        float: left;
        padding-right: 1.5%;
    }
    .content-3-col .col img {
        display: block;
        float: left;
        width: 100%;
    }
    .content-3-col .col-content-wrapper {
        width: 50%;
        float: left;
        padding-left: 1.5%;
    }
}

@media (max-width: 699px) {
    .content-3-col .col-image-wrapper {
        width: 100%;
        padding-right: 0;
    }
    .content-3-col .col-content-wrapper {
        width: 100%;
        padding-left: 0;
    }
}

@media (max-width: 700px) {
    .content-2-col .col {
        -ms-flex-preferred-size: auto;
        flex-basis: auto;
    }
    .content-2-col .col img {
        width: 100%;
    }
}

.cta-grid__wrap {
    background-color: #488ADE;
    background-image: linear-gradient(rgba(71, 91, 177, 0.3) 33.3333%, #475bb1 75%), url("/_resources/img/layout/cta-grid-background-sm.jpg");
    background-position: top center;
    background-repeat: no-repeat;
    background-size: contain;
    padding: 0 0.9375rem 0.9375rem;
    position: relative;
}

@media (min-width: 700px) {
    .cta-grid__wrap {
        background-image: linear-gradient(rgba(71, 91, 177, 0.3) 33.3333%, #475bb1 75%), url("/_resources/img/layout/cta-grid-background-md.jpg");
        padding: 0 1.875rem 1.875rem;
        background-size: cover;
    }
}

@media (min-width: 1024px) {
    .cta-grid__wrap {
        background-image: linear-gradient(rgba(71, 91, 177, 0.3) 33.3333%, #475bb1 75%), url("/_resources/img/layout/cta-grid-background.jpg");
        padding: 0 2.5rem 2.5rem;
        background-size: cover;
    }
}

.cta-grid__inner-wrap {
    max-width: 1080px;
    margin-left: auto;
    margin-right: auto;
    border-bottom: 1px solid #ffffff;
    border-left: 1px solid #ffffff;
    border-right: 1px solid #ffffff;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 6.25rem 0.625rem 0.625rem;
}

@media (min-width: 700px) {
    .cta-grid__inner-wrap {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-direction: row;
        flex-direction: row;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
}

.cta-grid__header {
    padding: 4.125rem 0 0;
    text-align: center;
}

@media (min-width: 700px) {
    .cta-grid__header {
        padding: 9.375rem 0 0;
    }
}

@media (min-width: 1024px) {
    .cta-grid__header {
        padding: 14.9rem 0 0;
        max-width: 1080px;
        margin-left: auto;
        margin-right: auto;
    }
}

.cta-grid__header h2 {
    color: #ffffff;
    margin: 0 auto -1.1875rem;
    overflow: hidden;
    position: relative;
    text-shadow: 0 2px 2px rgba(0, 0, 0, 0.3);
    width: 100%;
}

@media (min-width: 700px) {
    .cta-grid__header h2 {
        line-height: 3.75rem;
        margin-bottom: -1.9375rem;
    }
}

@media (min-width: 1024px) {
    .cta-grid__header h2 {
        line-height: 4.8125rem;
        margin-bottom: -2.1875rem;
    }
}

.cta-grid__header h2 span {
    display: inline-block;
    vertical-align: baseline;
    zoom: 1;
    position: relative;
    padding: 0 20px;
}

.cta-grid__header h2 span:before, .cta-grid__header h2 span:after {
    content: '';
    display: block;
    width: 100%;
    position: absolute;
    top: 1rem;
    border-top: 1px solid #ffffff;
}

@media (min-width: 700px) {
    .cta-grid__header h2 span:before, .cta-grid__header h2 span:after {
        top: 1.75rem;
    }
}

@media (min-width: 1024px) {
    .cta-grid__header h2 span:before, .cta-grid__header h2 span:after {
        top: 2.5rem;
    }
}

.cta-grid__header h2 span:before {
    left: 100%;
}

.cta-grid__header h2 span:after {
    right: 100%;
}

.cta-grid__inner-wrap .cta-grid__item {
    background-color: #f6f6fa;
    height: 4.6875rem;
    margin: 0.3125rem;
    padding: 1.25rem;
    position: relative;
    width: calc(100% - 10px);
}

.cta-grid__inner-wrap .cta-grid__item:hover {
    background: #E7E7F4;
    text-decoration: none;
}

.cta-grid__inner-wrap .cta-grid__item span {
    color: #2F3E85;
    font-size: 1rem;
    font-weight: 600;
    line-height: 1rem;
    padding-right: 1.25rem;
    position: absolute;
    bottom: 1.25rem;
    left: 1.25rem;
    width: calc(100% - 2.5rem);
}

@media (min-width: 700px) {
    .cta-grid__inner-wrap .cta-grid__item span {
        font-size: 1.125rem;
        line-height: 1.125rem;
    }
}

@media (min-width: 1024px) {
    .cta-grid__inner-wrap .cta-grid__item span {
        /* CHRIS EDIT to get text to not overlap arrow - original value: font-size: 1.375rem; line-height: 1.375rem; */
        font-size: 1.125rem;
        line-height: 1.375rem;
    }
}

.cta-grid__inner-wrap .cta-grid__item span:after {
    background: url("/_resources/img/icons/arrow-right-red.svg") center no-repeat;
    background-size: contain;
    content: '';
    display: block;
    height: 1.25rem;
    position: absolute;
    bottom: 0;
    right: 0;
    width: 1.25rem;
}

@media (max-width: 700px) {
    .cta-grid__inner-wrap .cta-grid__item span:after {
        bottom: 50%;
        -ms-transform: translateY(50%);
        transform: translateY(50%);
    }
}

@media (min-width: 1024px) {
    .cta-grid__inner-wrap .cta-grid__item span:after {
        right: -1rem;
    }
}

@media (min-width: 1100px) {
    .cta-grid__inner-wrap .cta-grid__item span:after {
        right: 0;
    }
}

@media (max-width: 700px) {
    .cta-grid__inner-wrap .cta-grid__item span {
        bottom: 50%;
        -ms-transform: translateY(50%);
        transform: translateY(50%);
    }
}

@media (min-width: 700px) {
    .cta-grid__inner-wrap .cta-grid__item {
        height: 5.625rem;
        width: calc(33.3333% - 10px);
    }
}

@media (min-width: 1024px) {
    .cta-grid__inner-wrap .cta-grid__item {
        height: 7.1875rem;
        width: calc(25% - 10px);
    }
}

.program-list {
    background-color: #E5E4E4;
    margin: 3.125rem 0;
    padding: 0.625rem 0;
}

@media (min-width: 700px) {
    .program-list {
        margin: 3.75rem 0;
    }
}

@media (min-width: 1024px) {
    .program-list {
        margin: 5rem 0;
    }
}

.program-list p {
    font-size: 0.9375rem;
    margin: 0.625rem 0 1.25rem;
}

@media (min-width: 700px) {
    .program-list p {
        font-size: 1.0625rem;
        margin: 1.25rem 0 1.875rem;
    }
}

@media (min-width: 1024px) {
    .program-list p {
        font-size: 1.1875rem;
        margin: 1.875rem 0 2.5rem;
    }
}

.program-list__list-wrap {
    background: #ffffff;
    border: 1px solid #979797;
}

.program-list__list-item {
    border-bottom: 1px solid #979797;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 0.625rem;
}

@media (min-width: 700px) {
    .program-list__list-item {
        -ms-flex-wrap: no-wrap;
        flex-wrap: no-wrap;
        -ms-flex-pack: justify;
        justify-content: space-between;
        padding: 1.25rem;
    }
}

.program-list__list-item:last-of-type {
    border-bottom: none;
}

.program-list__list-item div:nth-of-type(1) {
    color: #2F3E85;
    font-size: 0.9375rem;
    font-weight: 600;
    line-height: 28.5px;
    width: auto;
    padding-right: 0.25rem;
}

.program-list__list-item div:nth-of-type(1) h3 {
    color: #2F3E85;
    font-size: 0.9375rem;
    font-weight: 600;
    line-height: 22.5px;
    margin-bottom: 0;
}

@media (min-width: 700px) {
    .program-list__list-item div:nth-of-type(1) {
        font-size: 1.0625rem;
        line-height: 28.5px;
        width: 40%;
        padding-right: 0;
    }
    .program-list__list-item div:nth-of-type(1) h3 {
        font-size: 1.0625rem;
        line-height: 25.5px;
    }
}

@media (min-width: 1024px) {
    .program-list__list-item div:nth-of-type(1) {
        font-size: 1.1875rem;
        line-height: 28.5px;
        padding-right: 0;
    }
    .program-list__list-item div:nth-of-type(1) h3 {
        font-size: 1.1875rem;
        line-height: 28.5px;
    }
}

.program-list__list-item div:nth-of-type(2) {
    color: #222222;
    font-size: 0.875rem;
    text-align: left;
    width: auto;
}

@media (min-width: 700px) {
    .program-list__list-item div:nth-of-type(2) {
        font-size: 0.9375rem;
        width: 20%;
    }
}

@media (min-width: 1024px) {
    .program-list__list-item div:nth-of-type(2) {
        font-size: 1rem;
    }
}

.program-list__list-item div:nth-of-type(3) {
    color: #152042;
    font-size: 0.875rem;
    font-weight: 600;
    width: 100%;
}

@media (min-width: 700px) {
    .program-list__list-item div:nth-of-type(3) {
        font-size: 0.9375rem;
        /* CHRIS EDIT - original value - width: 40% */
        width: 20%;
    }
}

@media (min-width: 1024px) {
    .program-list__list-item div:nth-of-type(3) {
        font-size: 1rem;
    }
}

.cta-buttons {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: center;
    justify-content: center;
}

@media (min-width: 1024px) {
    .cta-buttons {
        -ms-flex-align: end;
        align-items: flex-end;
        -ms-flex-direction: row;
        flex-direction: row;
        -ms-flex-pack: left;
        justify-content: left;
    }
}

.cta-buttons .btn__large-cta--blue {
    margin: 0 auto 0.625rem;
}

@media (min-width: 700px) {
    .cta-buttons .btn__large-cta--blue {
        max-width: 13.625rem;
        font-size: 1.125rem;
        font-weight: 600;
        padding-left: 1.0625rem;
        padding-right: 1.0625rem;
    }
}

@media (min-width: 1024px) {
    .cta-buttons .btn__large-cta--blue {
        max-width: 22.375rem;
        margin: 0 1.875rem 0 0;
        font-size: 1.875rem;
    }
}

.cta-buttons .btn__small-cta--blue {
    margin: 0 auto;
}

@media (min-width: 700px) {
    .cta-buttons .btn__small-cta--blue {
        margin: 0 auto;
        max-width: 13.375rem;
        font-weight: 600;
        padding-left: 0.71875rem;
        padding-right: 0.71875rem;
    }
}

@media (min-width: 1024px) {
    .cta-buttons .btn__small-cta--blue {
        max-width: 13.375rem;
        margin: 0;
    }
}

@media (min-width: 1024px) {
    .cta-buttons.center {
        -ms-flex-pack: center;
        justify-content: center;
    }
}

.pattern-events .events__blocks {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 100%;
}

@media (max-width: 600px) {
    .pattern-events .events__blocks {
        display: none;
    }
}

.pattern-events .events-block__item {
    height: 12.5rem;
    margin: 0.625rem 0;
    width: 100%;
}

@media (min-width: 700px) {
    .pattern-events .events-block__item {
        height: 21.5625rem;
        width: calc(33.3333% - 12px);
    }
}

@media (min-width: 700px) {
    .pattern-events .events-block__item:nth-of-type(1) {
        margin-left: 0.375rem;
    }
}

@media (min-width: 700px) {
    .pattern-events .events-block__item:nth-of-type(2) {
        margin-right: 0.375rem;
    }
}

@media (min-width: 700px) {
    .pattern-events .events-block__item:nth-of-type(3) {
        margin-left: 0.375rem;
    }
}

.pattern-events .events-block__inner-wrap {
    height: 12.5rem;
}

@media (min-width: 700px) {
    .pattern-events .events-block__inner-wrap {
        height: 21.5625rem;
    }
}

.pattern-events .events-view_more.cta-buttons {
    margin-top: 2.3125rem;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 0;
}

@media (min-width: 700px) {
    .pattern-events .events-view_more.cta-buttons {
        margin-top: 1.875rem;
    }
}

@media (min-width: 1024px) {
    .pattern-events .events-view_more.cta-buttons {
        margin-top: 3.125rem;
    }
}

.pattern-events .events-carousel {
    margin: 0 -15px;
}

.pattern-events .events-carousel .slick-dots li button {
    background: url(/_resources/img/icons/carousel-indicator-grey.svg) no-repeat center;
}

.pattern-events .events-carousel .slick-dots li.slick-active button {
    background: url(/_resources/img/icons/carousel-indicator-blue.svg) no-repeat center;
}

.pattern-events .events-carousel .slick-prev {
    left: 2rem;
    background: url(/_resources/img/icons/carousel-arrow-left-red.svg) no-repeat left center;
}

.pattern-events .events-carousel .slick-next {
    right: 2rem;
    background: url(/_resources/img/icons/carousel-arrow-right-red.svg) no-repeat right center;
}

@media (max-width: 600px) {
    .pattern-news .in_news__blocks {
        display: none;
    }
}

.pattern-news .news-item__date-label {
    font-weight: 600;
    color: #dc3545;
}

.pattern-news .news-item__date-label .source {
    font-weight: normal;
}

@media (min-width: 700px) {
    .pattern-news .news-item__date-label {
        font-size: 0.9375rem;
    }
}

@media (min-width: 1024px) {
    .pattern-news .news-item__date-label {
        font-size: 1rem;
    }
}

.pattern-news .news-carousel {
    margin: 0 -15px;
}

.pattern-news .news-carousel .news__image {
    height: auto;
}

.pattern-news .news-carousel .news__image img {
    width: 100%;
    height: auto;
}

.pattern-news .news-carousel .news__content {
    padding-left: 0;
    padding-right: 0;
}

.pattern-news .news-carousel .news__content h3 {
    font-size: 16px;
    line-height: 22px;
}

.pattern-news .news-carousel .carousel-item {
    height: auto;
}

.pattern-news .news-carousel .carousel-item__inner-wrap {
    box-shadow: none;
    height: auto;
}

.pattern-news .news-carousel .slick-dots li button {
    background: url(/_resources/img/icons/carousel-indicator-grey.svg) no-repeat center;
}

.pattern-news .news-carousel .slick-dots li.slick-active button {
    background: url(/_resources/img/icons/carousel-indicator-blue.svg) no-repeat center;
}

.pattern-news .news-carousel .slick-prev {
    left: 2rem;
    background: url(/_resources/img/icons/carousel-arrow-left-red.svg) no-repeat left center;
}

.pattern-news .news-carousel .slick-next {
    right: 2rem;
    background: url(/_resources/img/icons/carousel-arrow-right-red.svg) no-repeat right center;
}

@media (max-width: 699px) {
    .pattern-story-three .story-three__blocks {
        display: none;
    }
}

.pattern-story-three .story-three-carousel {
    margin: 0 -15px;
}

.pattern-story-three .story-three-carousel .story-three__image {
    height: auto;
}

.pattern-story-three .story-three-carousel .story-three__image img {
    width: 100%;
    height: auto;
}

.pattern-story-three .story-three-carousel .carousel-item {
    height: auto;
}

.pattern-story-three .story-three-carousel .carousel-item__inner-wrap {
    box-shadow: none;
    height: auto;
}

.pattern-story-three .story-three-carousel .slick-dots li button {
    background: url(/_resources/img/icons/carousel-indicator-grey.svg) no-repeat center;
}

.pattern-story-three .story-three-carousel .slick-dots li.slick-active button {
    background: url(/_resources/img/icons/carousel-indicator-blue.svg) no-repeat center;
}

.pattern-story-three .story-three-carousel .slick-prev {
    left: 2rem;
    background: url(/_resources/img/icons/carousel-arrow-left-red.svg) no-repeat left center;
}

.pattern-story-three .story-three-carousel .slick-next {
    right: 2rem;
    background: url(/_resources/img/icons/carousel-arrow-right-red.svg) no-repeat right center;
}

@media (min-width: 700px) {
    .pattern-story-three .story-three-item__content {
        float: right;
        padding: 0 0 0 40px;
        width: 50%;
    }
}

@media (min-width: 1024px) {
    .pattern-story-three .story-three-item__content {
        width: 100%;
        float: none;
    }
}

.pattern-story-three .story-three__quote {
    position: relative;
    margin: 0 0 17px;
    padding-top: 53px;
    font-size: 17px;
    font-weight: 300;
    line-height: 1.645;
}

@media (min-width: 700px) {
    .pattern-story-three .story-three__quote {
        font-size: 20px;
        line-height: 1.4;
        padding: 0;
    }
}

@media (min-width: 1024px) {
    .pattern-story-three .story-three__quote {
        margin-top: 23px;
    }
}

.pattern-story-three .story-three__quote:before {
    position: absolute;
    top: 20px;
    left: 50%;
    height: 20px;
    width: 20px;
    content: '';
    background: url("/_resources/img/icons/quotemark-grey.svg");
    background-repeat: no-repeat;
    background-size: contain;
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}

@media (min-width: 700px) {
    .pattern-story-three .story-three__quote:before {
        height: 30px;
        width: 30px;
        left: -40px;
        top: 0;
        -ms-transform: none;
        transform: none;
    }
}

.pattern-story-three .story-three__name {
    margin: 0;
    font-size: 18px;
    line-height: 1.22;
}

@media (min-width: 700px) {
    .pattern-story-three .story-three__name {
        font-size: 20px;
    }
}

.pattern-story-three .story-three__name a {
    color: #2F3E85;
}

.pattern-story-three .story-three__subtitle {
    margin-top: 6px;
    font-size: 14px;
    font-weight: 600;
}

@media (min-width: 700px) {
    .pattern-story-three .story-three__subtitle {
        margin-top: 8px;
        font-size: 15px;
    }
}

.pattern-wave-boxes .info-box {
    margin-bottom: 10px;
    padding: 25px 10px;
}

@media (min-width: 700px) {
    .pattern-wave-boxes .info-box {
        padding: 35px 15px;
    }
}

@media (min-width: 1024px) {
    .pattern-wave-boxes .info-box {
        /* Chris changed padding - original: padding: 35px */
        padding: 25px;
    }
}

.pattern-wave-boxes .info-box .box-stat {
    color: #c1002a;
    /* CHRIS EDIT Original value was 3.75 */
    font-size: 2.90rem;
    font-weight: 600;
    line-height: 4.8125rem;
    text-align: center;
}

@media (min-width: 1024px) {
    .pattern-wave-boxes .info-box .box-stat {
        /* Chris changed font size to fit box - original: font-size: 5.625rem; */
        font-size: 4.425rem;
        padding-top: 25px;
    }
}

.pattern-wave-boxes .info-box .stat-text {
    font-size: 0.9375rem;
    font-weight: 300;
    line-height: 1.25rem;
    text-align: center;
}

@media (min-width: 700px) {
    .pattern-wave-boxes .info-box .stat-text {
        font-size: 1.0625rem;
        line-height: 1.5rem;
    }
}

@media (min-width: 1024px) {
    .pattern-wave-boxes .info-box .stat-text {
        font-size: 1.1875rem;
        line-height: 1.875rem;
    }
}

.pattern-wave-boxes .info-box .stat-link {
    color: #2F3E85;
    display: block;
    position: relative;
    font-size: 0.9375rem;
    text-align: center;
}

.pattern-wave-boxes .info-box .stat-link:hover {
    text-decoration: none;
}

.pattern-wave-boxes .info-box .stat-link:after {
    background-image: url("/_resources/img/icons/arrow-right-blue.svg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: 6px;
    content: '';
    display: inline-block;
    margin-left: 5px;
    height: 10px;
    width: 10px;
}

@media (min-width: 700px) {
    .pattern-wave-boxes .info-box .stat-link {
        font-size: 1.0625rem;
        line-height: 1.5rem;
    }
    .pattern-wave-boxes .info-box .stat-link:after {
        background-position: bottom;
        background-size: 8px;
        height: 20px;
        width: 15px;
    }
}

@media (min-width: 1024px) {
    .pattern-wave-boxes .info-box .stat-link {
        font-size: 1.1875rem;
        line-height: 2.125rem;
    }
    .pattern-wave-boxes .info-box .stat-link:after {
        background-position: bottom;
        background-size: 9px;
        height: 20px;
        width: 15px;
    }
}

.pattern-student-quote {
    background: #E5E4E4;
    position: relative;
}

.pattern-student-quote .student-image {
    background-image: url("/_resources/img/pattern/student-image.png");
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    width: 100%;
    height: 220px;
}

@media (min-width: 500px) {
    .pattern-student-quote .student-image {
        height: 290px;
    }
}

@media (min-width: 700px) {
    .pattern-student-quote .student-image {
        height: 475px;
    }
}

.pattern-student-quote .student-quote-inner {
    padding: 3.125rem 2.1875rem 0.9375rem;
    position: relative;
}

.pattern-student-quote .student-quote-inner:before {
    background-image: url("/_resources/img/icons/quotemark-grey.svg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: 20px;
    content: '';
    display: block;
    position: absolute;
    top: 13px;
    left: 50%;
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 55px;
    height: 30px;
}

@media (min-width: 700px) {
    .pattern-student-quote .student-quote-inner {
        padding: 2.1875rem 3.125rem 2.1875rem 6.25rem;
    }
    .pattern-student-quote .student-quote-inner:before {
        background-size: 35px;
        top: 36px;
        left: 55px;
        -ms-transform: none;
        transform: none;
        width: 35px;
        height: 42px;
    }
}

@media (min-width: 1024px) {
    .pattern-student-quote .student-quote-inner {
        padding-left: 4.75rem;
        position: absolute;
        top: 50%;
        right: 0;
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
    }
    .pattern-student-quote .student-quote-inner:before {
        left: 30px;
    }
}

.pattern-student-quote .student-quote-inner .student-quote {
    color: #152042;
    font-size: 1.25rem;
    font-weight: 300;
    line-height: 1.75rem;
}

@media (min-width: 700px) {
    .pattern-student-quote .student-quote-inner .student-quote {
        font-size: 1.5rem;
        line-height: 2.125rem;
    }
}

@media (min-width: 1024px) {
    .pattern-student-quote .student-quote-inner .student-quote {
        font-size: 1.75rem;
        line-height: 2.5rem;
    }
}

.pattern-student-quote .student-quote-inner .student-name {
    color: #3d1b89;
    font-size: 1.125rem;
    font-weight: 600;
    line-height: 1.375rem;
    margin-bottom: 0;
}

@media (min-width: 1024px) {
    .pattern-student-quote .student-quote-inner .student-name {
        font-size: 1.375rem;
        line-height: 1.6875rem;
    }
}

.pattern-student-quote .student-quote-inner .student-title {
    font-size: 0.875rem;
    font-weight: 600;
    line-height: 2rem;
    text-transform: uppercase;
}

@media (min-width: 700px) {
    .pattern-student-quote .student-quote-inner .student-title {
        font-size: 0.9375rem;
    }
}

.pattern-student-quote .student-quote-inner .student-caption {
    font-size: 0.875rem;
    line-height: 1.625rem;
}

@media (min-width: 700px) {
    .pattern-student-quote .student-quote-inner .student-caption {
        font-size: 0.9375rem;
    }
}

.pattern-student-quote .student-quote-border {
    border: 1px solid #FFFFFF;
    pointer-events: none;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    top: 0;
    margin: 0.625rem 1.5rem;
}

@media (min-width: 700px) {
    .pattern-student-quote .student-quote-border {
        bottom: 0;
        margin: 1.5rem 2.375rem;
    }
}

@media (max-width: 699px) {
    .pattern-blockquote .row .col-5,
    .pattern-blockquote .row .col-7 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
        width: 100%;
    }
}

@media (min-width: 700px) {
    .pattern-blockquote .row .col-5,
    .pattern-blockquote .row .col-7 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }
}

.pattern-blockquote blockquote {
    border: 1px solid;
    font-size: 1.25rem;
    line-height: 1.75rem;
    font-weight: 300;
    padding: 25px 15px 5px;
    position: relative;
}

@media (max-width: 699px) {
    .pattern-blockquote blockquote {
        margin-bottom: 50px;
    }
}

.pattern-blockquote blockquote:before {
    background-image: url("/_resources/img/icons/quotemark-grey.svg");
    background-color: #FFFFFF;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 20px;
    content: '';
    display: block;
    position: absolute;
    top: -15px;
    left: 50%;
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 55px;
    height: 30px;
}

@media (min-width: 700px) {
    .pattern-blockquote blockquote {
        border: 0;
        font-size: 1.5rem;
        line-height: 2.125rem;
        padding: 0 0 0 70px;
    }
    .pattern-blockquote blockquote:before {
        background-image: url("/_resources/img/icons/quotemark-grey.svg");
        background-color: transparent;
        background-size: 30px;
        top: 0;
        left: 0;
        -ms-transform: none;
        transform: none;
        content: '';
    }
}

@media (min-width: 1024px) {
    .pattern-blockquote blockquote {
        font-size: 1.75rem;
        line-height: 2.5rem;
        padding-left: 60px;
        padding-right: 60px;
    }
    .pattern-blockquote blockquote:before {
        left: 0;
        top: 9px;
        height: 36px;
        width: 41px;
    }
}

.pattern-blockquote blockquote .quote-name {
    font-weight: 600;
    font-size: 1.125rem;
    line-height: 1.375rem;
    margin-bottom: 0;
    margin-top: 1rem;
}

@media (min-width: 700px) {
    .pattern-blockquote blockquote .quote-name {
        font-size: 1.375rem;
        line-height: 1.6875rem;
        margin-top: 1rem;
        margin-bottom: 4px;
    }
}

.pattern-blockquote blockquote .quote-title {
    font-weight: 600;
    font-size: 0.875rem;
    line-height: 2rem;
    text-transform: uppercase;
}

@media (min-width: 1024px) {
    .pattern-blockquote blockquote .quote-title {
        font-size: 1rem;
        font-weight: 700;
        line-height: 0.875rem;
    }
}

@media (min-width: 700px) {
    .pattern-blockquote .quote-text {
        font-size: 1.0625rem;
        line-height: 1.75rem;
        padding-right: 50px;
    }
}

@media (min-width: 1024px) {
    .pattern-blockquote .quote-text p {
        font-size: 1.1875rem;
        line-height: 2.125rem;
    }
}

.pattern-form .label {
    color: #152042;
    display: block;
    font-size: 1.25rem;
    font-weight: 500;
}

.pattern-form .text-input {
    border: 1px solid #979797;
    height: 2.5rem;
    margin-bottom: 2.5rem;
    max-width: 17.5rem;
    width: 100%;
}

.pattern-form .select2-selection {
    position: relative;
    max-width: 17.5rem;
    width: 100%;
}

.pattern-form .select2-container {
    margin-bottom: 2.5rem;
    max-width: 17.5rem;
    width: 100%;
}

.pattern-form .select2-dropdown {
    max-width: 17.5rem !important;
    width: 100% !important;
}

.pattern-form .textarea {
    height: 170px;
    max-width: 48.75rem;
    width: 100%;
}

.pattern-form .form__group:last-of-type {
    padding-left: 0;
}

.pattern-form .btn--dark-blue, .pattern-form .btn--white, .pattern-form .btn--blue {
    display: block;
    margin: 1.25rem 0 0;
}

.pattern-form .radio input[type='radio'] {
    border: 0;
    height: 1px;
    overflow: hidden;
    padding: 0;
    position: absolute !important;
    width: 1px;
    clip: rect(1px, 1px, 1px, 1px);
}

.pattern-form .radio input[type='radio'],
.pattern-form .custom-checkbox input[type='checkbox'] {
    visibility: visible;
}

.pattern-form .form-radio-label {
    padding-left: 20px;
}

.pattern-form .radio .form-radio-label:before,
.pattern-form .radio .form-radio-label:after {
    height: 18px;
    width: 18px;
    top: 3px;
}

.pattern-form .radio .form-radio-input {
    margin-left: 1px;
}

.pattern-form .form-check-input:focus + .form-check-label:before, .pattern-form .events-listing .catCol .form-check-input:focus + label.checked:before, .events-listing .catCol .pattern-form .form-check-input:focus + label.checked:before {
    outline: 3px solid #000000;
}

.pattern-form .form-radio-input:focus + .form-radio-label:after,
.pattern-form .form-radio-input:checked + .form-radio-label:before {
    border: 2px solid #000000;
    border-radius: 50%;
}

.scroll-ind {
    display: none;
    margin-top: 22px;
    color: 152042;
    font-size: 11px;
    font-weight: 600;
    text-transform: uppercase;
    text-align: center;
}

.scroll-ind .icon__blue-tri {
    display: inline-block;
    margin: 0 0 0 3px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 5px 0 5px 7px;
    border-color: transparent transparent transparent #152042;
}

@media (min-width: 700px) {
    .dataTables_wrapper.js-overflow {
        margin-right: -40px;
    }
}

@media (min-width: 1024px) {
    .dataTables_wrapper.js-overflow {
        margin-right: 0;
    }
}

@media (min-width: 701px) {
    .dataTables_wrapper.js-overflow .inner-wrap {
        border-color: #979797;
        border-style: solid;
        border-width: 1px 0 1px 1px;
        border-radius: 4px 0 0 4px;
    }
}

@media (min-width: 1024px) {
    .dataTables_wrapper.js-overflow .inner-wrap {
        border: 1px solid #979797;
        border-radius: 4px;
    }
}

@media (min-width: 700px) {
    .dataTables_wrapper.js-overflow .top,
    .dataTables_wrapper.js-overflow .bottom {
        padding-right: 1rem;
    }
}

@media (min-width: 1024px) {
    .dataTables_wrapper.js-overflow .top,
    .dataTables_wrapper.js-overflow .bottom {
        padding-right: 0;
    }
}

@media (min-width: 1024px) {
    .dataTables_wrapper.js-overflow table {
        width: 100%;
    }
}

.dataTables_wrapper.js-overflow .scroll-ind,
.dataTables_wrapper.js-overflow + .scroll-ind {
    display: block;
}

.dataTables_wrapper .inner-wrap {
    border: 0 none;
}

@media (min-width: 701px) {
    .dataTables_wrapper .inner-wrap {
        border: 1px solid #979797;
        border-radius: 4px;
    }
}

@media (min-width: 700px) {
    .faculty-staff .dataTables_wrapper.js-overflow {
        margin-right: -1rem;
    }
}

@media (min-width: 1024px) {
    .faculty-staff .dataTables_wrapper.js-overflow {
        margin-right: 0;
    }
}

table.pattern-datatable__table.table.dataTable, .events-listing table.pattern-datatable__table.dataTable.mini-cal {
    border: 0 none;
}

table.pattern-datatable__table.table.dataTable td, .events-listing table.pattern-datatable__table.dataTable.mini-cal td {
    border: 0 none;
}

table.pattern-datatable__table.table.dataTable thead, .events-listing table.pattern-datatable__table.dataTable.mini-cal thead {
    display: none;
}

@media (min-width: 701px) {
    table.pattern-datatable__table.table.dataTable thead, .events-listing table.pattern-datatable__table.dataTable.mini-cal thead {
        display: table-header-group;
        font-size: 1.25rem;
    }
}

table.pattern-datatable__table.table.dataTable thead tr, .events-listing table.pattern-datatable__table.dataTable.mini-cal thead tr {
    background: #E5E4E4;
}

table.pattern-datatable__table.table.dataTable thead th, .events-listing table.pattern-datatable__table.dataTable.mini-cal thead th {
    color: #152042;
    border-bottom: 1px solid #979797;
}

table.pattern-datatable__table.table.dataTable thead th.sorting, .events-listing table.pattern-datatable__table.dataTable.mini-cal thead th.sorting {
    background-image: none;
}

table.pattern-datatable__table.table.dataTable tbody tr:last-child td, .events-listing table.pattern-datatable__table.dataTable.mini-cal tbody tr:last-child td {
    border-bottom: 0 none;
}

table.pattern-datatable__table.table.dataTable tr td, .events-listing table.pattern-datatable__table.dataTable.mini-cal tr td {
    border: 0 none;
    border-bottom: 1px solid #979797;
}

table.pattern-datatable__table.table.dataTable tr td[data-title], .events-listing table.pattern-datatable__table.dataTable.mini-cal tr td[data-title] {
    font-size: 1rem;
    font-weight: 400;
    padding: 1.5rem 0 1.5rem 1.5rem;
}

@media (max-width: 700px) {
    table.pattern-datatable__table.table.dataTable tr td[data-title], .events-listing table.pattern-datatable__table.dataTable.mini-cal tr td[data-title] {
        display: -ms-flexbox;
        display: flex;
        width: auto;
        border-bottom: 0 none;
        padding-left: 0;
    }
}

table.pattern-datatable__table.table.dataTable tr td[data-title] span, .events-listing table.pattern-datatable__table.dataTable.mini-cal tr td[data-title] span {
    display: block;
}

@media (max-width: 700px) {
    table.pattern-datatable__table.table.dataTable tr td[data-title] span, .events-listing table.pattern-datatable__table.dataTable.mini-cal tr td[data-title] span {
        padding-left: 50%;
    }
}

@media (min-width: 700px) {
    table.pattern-datatable__table.table.dataTable tr td[data-title]:last-of-type, .events-listing table.pattern-datatable__table.dataTable.mini-cal tr td[data-title]:last-of-type {
        padding-right: 1.5rem;
    }
}

@media (max-width: 700px) {
    table.pattern-datatable__table.table.dataTable tr td[data-title]:before, .events-listing table.pattern-datatable__table.dataTable.mini-cal tr td[data-title]:before {
        color: #152042;
        content: attr(data-title);
        display: block;
        float: left;
        font-weight: 600;
        padding: 0;
        text-transform: uppercase;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
    }
}

@media (max-width: 700px) {
    table.pattern-datatable__table.table.dataTable tr td[data-title]:first-child, .events-listing table.pattern-datatable__table.dataTable.mini-cal tr td[data-title]:first-child {
        border-top: 1px solid #979797;
    }
}

table.pattern-datatable__table.table.dataTable tr td a, .events-listing table.pattern-datatable__table.dataTable.mini-cal tr td a {
    font-weight: 600;
}

@media (max-width: 700px) {
    table.pattern-datatable__table.table.dataTable tr:last-child td:last-child, .events-listing table.pattern-datatable__table.dataTable.mini-cal tr:last-child td:last-child {
        border-bottom: 1px solid #979797;
    }
}

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