@import url('https://fonts.googleapis.com/css2?family=IBM+Plex+Sans:wght@300;400;700&display=swap');

.icon-toggle {
    cursor: pointer;
}

header.basic .header-menu {
    line-height: 30px;
}

@media (min-width: 992px) {
    header.basic .header-menu {
        line-height: 39px;
    }
}

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

header .header-menu a {
    font-size: 18px;
}

    header .header-menu a.icon-toggle.dropdown {
        position: relative;
        text-decoration: none;
        color: #212431;
    }

        header .header-menu a.icon-toggle.dropdown::after {
            position: absolute;
            height: 4px;
            background-color: #007c76;
            bottom: 0;
            right: 0;
            width: 100%;
            content: none;
        }

        header .header-menu a.icon-toggle.dropdown:hover::after {
            content: "";
        }

        header .header-menu a.icon-toggle.dropdown.toggled::after {
            background-color: #015d59;
            content: "";
        }

        header .header-menu a.icon-toggle.dropdown img {
            margin-left: 10px;
            height: 9px;
        }

    header .header-menu a .home {
        height: 17px;
    }

@media (min-width: 992px) {
    header .header-menu a .home {
        height: 22px;
    }
}

header .header-menu > *:not(:last-child) {
    margin-right: 24px;
}

@media (min-width: 992px) {
    header .header-menu > *:not(:last-child) {
        margin: 0 24px;
        padding-bottom: 29px;
    }
}

header .header-menu img {
    height: 25px;
    margin: 10px;
}

header .header-menu .button.button-large {
    margin: 0;
}

@media (max-width: 991.98px) {
    header .header-menu .button.button-large {
        padding: 0;
        padding-top: 21px;
        padding-bottom: 22px;
        height: 100%;
        width: 82px;
        border-radius: 0;
        font-family: 'IBM Plex Sans', sans-serif;
        font-weight: 700;
        text-transform: uppercase;
        font-size: 12px;
        line-height: 20px;
    }
}

@media (min-width: 992px) {
    header .header-menu .search > img {
        height: 20px;
        vertical-align: sub;
    }
}

header .header-toplinks {
    margin-bottom: 14px;
}

    header .header-toplinks > mark {
        display: inline-block;
    }

        header .header-toplinks > mark:not(:first-child) {
            padding-left: 10px;
        }

        header .header-toplinks > mark:not(:last-child) {
            padding-right: 10px;
            border-right: 1px solid #d8dade;
        }

.header-dropdown {
    width: 100%;
    position: absolute;
    background-color: #ffffff;
    z-index: 6000;
    margin-top: -5px;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}

    .header-dropdown > .search-container {
        max-width: 790px;
        margin: auto;
        padding-top: 16px;
        padding-bottom: 40px;
    }

        .header-dropdown > .search-container p {
            margin-bottom: 20px;
        }

@media (min-width: 992px) {
    .header-dropdown > .search-container p {
        margin-bottom: 15px;
    }
}

.header-dropdown.desktop {
    padding: 0;
}

    .header-dropdown.desktop .cta {
        background-color: #e8e5d3;
        padding-top: 40px;
        padding-bottom: 40px;
        padding-left: calc(34% - 264px - 40px);
        width: 34%;
        min-width: 400px;
    }

        .header-dropdown.desktop .cta img, .header-dropdown.desktop .cta p {
            width: 264px;
        }

        .header-dropdown.desktop .cta img {
            height: 200px;
        }

        .header-dropdown.desktop .cta p {
            margin-top: 10px;
            margin-bottom: 0;
        }

        .header-dropdown.desktop .cta .button {
            margin-top: 20px;
        }

    .header-dropdown.desktop .row.ie11-compat {
        flex-flow: row nowrap;
    }

        .header-dropdown.desktop .row.ie11-compat > .col {
            flex-basis: auto;
        }

    .header-dropdown.desktop .icon-list.bold:before {
        width: 9px;
        height: 10px;
        background-size: cover;
        top: 9px;
        margin-left: -10px;
    }

    .header-dropdown.desktop .links {
        margin-top: 48px;
        padding-left: 60px;
        margin-right: 20px;
    }

        .header-dropdown.desktop .links ul {
            margin-bottom: 40px;
            list-style-type: none;
            padding-left: 10px;
        }

@media (min-width: 1450px) {
    .header-dropdown.desktop .links > * {
        white-space: nowrap;
    }
}

.header-dropdown.mobile {
    padding: 10px 20px;
}

    .header-dropdown.mobile .collapser {
        line-height: 60px;
    }

        .header-dropdown.mobile .collapser:not(:last-child) {
            border-bottom: 1px solid #d8dade;
        }

    .header-dropdown.mobile .nav-menu-accordion {
        display: table;
        width: 100%;
    }

        .header-dropdown.mobile .nav-menu-accordion li.icon-list {
            margin-bottom: 16px;
        }

            .header-dropdown.mobile .nav-menu-accordion li.icon-list:first-child {
                margin-top: 22px;
            }

            .header-dropdown.mobile .nav-menu-accordion li.icon-list:last-child {
                margin-bottom: 22px;
            }

        .header-dropdown.mobile .nav-menu-accordion .collapser.opened {
            border-bottom: 1px solid #d8dade;
        }

        .header-dropdown.mobile .nav-menu-accordion .collapser > div:nth-child(2) {
            position: absolute;
            height: 60px;
            width: 60px;
            right: 0;
            margin-right: 20px;
            border-left: 1px solid #d8dade;
        }

            .header-dropdown.mobile .nav-menu-accordion .collapser > div:nth-child(2) .icon-toggle img {
                height: 12px;
                margin-left: 22px;
            }

        .header-dropdown.mobile .nav-menu-accordion .contents {
            border-bottom: 1px solid #d8dade;
        }

            .header-dropdown.mobile .nav-menu-accordion .contents > .nav-menu-accordion > :first-child {
                padding-left: 10px;
            }

            .header-dropdown.mobile .nav-menu-accordion .contents > li.icon-list {
                margin-left: 10px;
            }



div#__next ul.icon-list > li, div#__next li.icon-list,
footer.site-footer ul.icon-list > li, footer.site-footer li.icon-list {
    display: block;
    margin-bottom: 6px;
    padding-left: 8px;
    color: #212431;
    font-size: 18px;
}

    div#__next ul.icon-list > li:before, div#__next li.icon-list:before, div#__next .icon-list.bold:before,
    footer.site-footer ul.icon-list > li:before, footer.site-footer li.icon-list:before, footer.site-footer .icon-list.bold:before {
        border-radius: 0;
        background: url(https://www.concern.net/static/icons/chevron-turquoise-right.svg) no-repeat center center;
        height: 10px;
        width: 8px;
    }

    div#__next li.icon-list.bold,
    footer.site-footer li.icon-list.bold {
        padding-left: 16px;
    }

footer.site-footer .icon-list.bold:before {
    width: 9px;
    height: 10px;
    background-size: cover;
    top: 9px;
}

div#__next ul li:before,
footer.site-footer ul li:before {
    width: 8px;
    height: 8px;
    background: #007c76;
    border-radius: 50%;
    margin-top: 10px;
}

div#__next li:before,
footer.site-footer li:before {
    content: " ";
    position: absolute;
    margin-left: -20px;
}

div#__next ul.icon-list > li > p:last-child, div#__next .li.icon-list > p:last-child,
footer.site-footer ul.icon-list > li > p:last-child, footer.site-footer .li.icon-list > p:last-child {
    margin: 0;
}

footer.site-footer ul.icon-list {
    padding-left: 10px;
}

ul.icon-list > li > a, ul.icon-list > li > a:visited, ul.icon-list > li > a:hover, ul.icon-list > li > a:active, ul.icon-list > li > p > a, ul.icon-list > li > p > a:visited, ul.icon-list > li > p > a:hover, ul.icon-list > li > p > a:active, li.icon-list > a, li.icon-list > a:visited, li.icon-list > a:hover, li.icon-list > a:active, li.icon-list > p > a, li.icon-list > p > a:visited, li.icon-list > p > a:hover, li.icon-list > p > a:active {
    font-family: 'IBM Plex Sans', sans-serif;
    font-weight: 300;
    color: #212431;
    font-size: 16px;
}

.bb.bb-search .container .suggested-results .suggested-result > li:before {
    margin-top: 10px;
}

.header-dropdown.desktop p {
    margin-bottom: 0;
}

.button.button-secondary {
    background: #007c76;
    border-color: #007c76;
    color: #ffffff;
}

.button.button-large {
    font-size: 16px;
    line-height: 24px;
}

.button {
    display: inline-block;
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    border: 1px solid;
    border-radius: 25px;
    cursor: pointer;
    padding: 7px 28px;
    transition: .3s all;
    position: relative;
    margin: 0 16px 16px 0;
    text-align: center;
}

.link-title h3 {
    font-family: 'IBM Plex Sans', sans-serif;
    font-weight: 300;
    font-size: 18px;
    font-weight: normal;
}

.frayed-edge.white {
    height: 20px;
    background-size: 1400px 20px;
    background-image: url(../images/custom/texture-a-texture-green@3x.png);
    position: absolute;
    width: 100%;
    margin-top: -20px;
}


.button.button-primary {
    color: #ffffff;
    font-size: 18px;
    line-height: 28px;
    display: inline-block;
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    border: 1px solid #fff;
    border-radius: 25px;
    cursor: pointer;
    padding: 7px 28px;
    transition: .3s all;
    position: relative;
    margin: 0 16px 16px 0;
    text-align: center;
}

.paginator {
    margin-top: 48px;
    margin-bottom: 48px;
}

@media (min-width: 768px) {
    .paginator {
        margin-top: 60px;
        margin-bottom: 60px;
    }
}

.paginator button {
    margin: 0;
    min-width: 156px;
}

.paginator .spinner {
    padding-top: 10px;
}

.paginator .page-indicator, .paginator .spinner-container {
    display: inline-block;
    width: 44px;
    height: 44px;
}

    .paginator .page-indicator:not(:last-child), .paginator .spinner-container:not(:last-child) {
        margin-right: 8px;
    }

    .paginator .page-indicator.active, .paginator .spinner-container.active {
        border-radius: 50%;
        background-color: #007c76;
    }

        .paginator .page-indicator.active p, .paginator .spinner-container.active p {
            color: #ffffff;
        }

    .paginator .page-indicator:not(.active), .paginator .spinner-container:not(.active) {
        cursor: pointer;
    }

        .paginator .page-indicator:not(.active):hover p, .paginator .spinner-container:not(.active):hover p {
            color: #015d59;
        }

    .paginator .page-indicator p, .paginator .spinner-container p {
        margin: 0;
        font-family: 'IBM Plex Sans', sans-serif;
        font-weight: 700;
        color: #007c76;
        line-height: 44px;
        transition: color .3s;
    }

.search-input form input[name="query"] {
    font-family: 'IBM Plex Sans', sans-serif;
    font-weight: 300;
    width: 100%;
    font-size: 16px;
    border: none;
    border-bottom: 1px solid #d8dade;
    line-height: 28px;
    overflow: hidden;
    resize: none;
}

@media (min-width: 768px) {
    .search-input form input[name="query"] {
        font-size: 18px;
    }
}

.search-input form input[name="query"]::placeholder {
    color: #767676;
}

.search-input form input[name="query"]:focus {
    outline: none;
}

.search-input form input[name="query"]::-webkit-clear-button, .search-input form input[name="query"]::-webkit-search-decoration, .search-input form input[name="query"]::-webkit-search-cancel-button, .search-input form input[name="query"]::-webkit-search-results-button, .search-input form input[name="query"]::-webkit-search-results-decoration {
    display: none;
    -webkit-appearance: none;
}

.search-input form input[name="query"]::-ms-clear {
    display: none;
}

.search-input form .field {
    align-self: center;
    margin-bottom: 0;
}

    .search-input form .field .field-error {
        position: absolute;
        bottom: -24px;
        left: 2px;
    }

@media (min-width: 768px) {
    .search-input form .field .field-error {
        left: 6px;
    }
}

.search-input form.goto .field {
    flex-grow: 1;
}

    .search-input form.goto .field input {
        color: #007c76;
        font-size: 18px;
    }

@media (min-width: 768px) {
    .search-input form.goto .field input {
        font-size: 28px;
    }
}

.search-input form.goto button {
    width: 32px;
    height: 32px;
    margin: 0;
    margin-bottom: 4px;
    padding: 4px;
}

@media (min-width: 768px) {
    .search-input form.goto button {
        margin-bottom: 8px;
        width: 40px;
        height: 40px;
    }
}

.search-input form.goto button svg {
    vertical-align: text-top;
    margin-top: 1px;
    height: 18px;
    width: 18px;
}

@media (min-width: 768px) {
    .search-input form.goto button svg {
        height: 22px;
        width: 22px;
    }
}

.search-input form.goto button svg g {
    stroke: #ffffff;
}

.search-input form.search,
.search-input form .search {
    position: relative;
}

@media (min-width: 768px) {
    .search-input form.search input,
    .search-input form .search input {
        padding-bottom: 6px;
    }
}

.search-input form.search:not(.loading) .field::after,
.search-input form .search:not(.loading) .field::after {
    background-image: url("../images/icons/search.png");
    background-size: 22px;
    background-position: center;
    background-repeat: no-repeat;
    content: "";
    position: absolute;
    height: 22px;
    width: 22px;
    right: 4px;
    top: 2px;
}

@media (min-width: 768px) {
    .search-input form.search:not(.loading) .field::after,
    .search-input form .search:not(.loading) .field::after {
        height: 28px;
        width: 28px;
    }
}

.search-input form.search .spinner,
.search-input form .search .spinner {
    position: absolute;
    right: 4px;
    top: 4px;
}

.search-input mark {
    display: block;
    color: #212431;
    margin-top: 8px;
}

@media (min-width: 768px) {
    .search-input mark {
        margin-top: 16px;
    }
}

.search-result {
    margin-top: 16px;
}

    .search-result > *:not(:last-child) {
        margin-bottom: 8px;
    }

    .search-result a, .search-result mark {
        display: block;
    }

@media (max-width: 991.98px) {
    .search-result mark:nth-child(2) {
        display: none;
    }
}

.bb.bb-search {
    margin-top: 24px;
    margin-bottom: 24px;
}

@media (min-width: 768px) {
    .bb.bb-search {
        margin-top: 40px;
        margin-bottom: 40px;
    }
}

@media (min-width: 768px) {
    .bb.bb-search .container .search-results {
        margin-top: 8px;
    }
}

.bb.bb-search .container .search-results p {
    margin-bottom: 16px;
}

    .bb.bb-search .container .search-results p small {
        display: block;
    }

.bb.bb-search .container .suggested-results {
    margin-top: 32px;
}

@media (min-width: 768px) {
    .bb.bb-search .container .suggested-results {
        margin-top: 48px;
    }
}

.bb.bb-search .container .suggested-results > p {
    margin-bottom: 16px;
}

@media (min-width: 768px) {
    .bb.bb-search .container .suggested-results > p {
        margin-bottom: 24px;
    }
}

.bb.bb-search .container .suggested-results .suggested-result {
    margin-bottom: 16px;
}

    .bb.bb-search .container .suggested-results .suggested-result > li {
        margin-bottom: 0;
    }

@media (min-width: 768px) {
    .bb.bb-search .container .suggested-results .suggested-result > li a {
        font-size: 18px;
    }
}

header {
    display: block;
    position: relative;
    z-index: 6500;
    width: 100%;
    background-color: #ffffff;
    padding: 16px 20px 14px;
    box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.2);
}

    header .logo {
        height: 30px;
    }

    header p {
        margin-bottom: 0;
    }

@media (min-width: 992px) {
    header.basic .logo {
        height: 39px;
    }
}

@media (min-width: 992px) {
    header.basic {
        padding-top: 21px;
        padding-bottom: 22px;
    }
}

header.full {
    padding-top: 10px;
    padding-bottom: 10px;
}

    header.full .logo {
        margin-top: 5px;
        padding-left: 0px;
    }

@media (min-width: 992px) {
    header.full .logo {
        padding-left: 0;
        height: 40px;
        margin-top: 0;
    }
}

@media (min-width: 992px) {
    header.full {
        padding-top: 15px;
        padding-bottom: 15px;
    }
}

.footer-big-menu {
    margin-bottom: 36px;
}

@media (min-width: 768px) {
    .footer-big-menu {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        width: calc(100% - 28px - 40px);
        min-height: 228px;
    }
}

@media (min-width: 1200px) {
    .footer-big-menu {
        justify-content: flex-start;
    }
}

.footer-big-menu .footer-big-submenu {
    margin-bottom: 20px;
}

@media (min-width: 768px) {
    .footer-big-menu .footer-big-submenu {
        width: 50%;
    }
}

@media (min-width: 992px) {
    .footer-big-menu .footer-big-submenu {
        width: auto;
    }
}

@media (min-width: 1200px) {
    .footer-big-menu .footer-big-submenu {
        min-width: 260px;
    }
}

.footer-big-menu .footer-big-submenu h5 {
    margin-bottom: 12px;
}

@media (min-width: 768px) {
    .footer-big-menu .footer-big-submenu h5 {
        margin-bottom: 20px;
    }
}

.footer-social-links {
    max-width: 400px;
    display: inline-block;
    margin-bottom: 26px;
}

@media (min-width: 768px) {
    .footer-social-links {
        margin-bottom: 0;
        position: absolute;
        right: 0;
        top: 16px;
    }
}

.footer-social-links ul {
    list-style: none;
    padding: 0;
}

    .footer-social-links ul li:before {
        display: none;
    }

@media (max-width: 767.98px) {
    .footer-social-links ul {
        display: flex;
        justify-content: flex-start;
    }

        .footer-social-links ul li:not(:last-child) {
            margin-right: 40px;
        }
}

.footer-social-links ul li {
    padding: 0;
}

    .footer-social-links ul li.social-youtube a:active path:last-child,
    .footer-social-links ul li.social-youtube a:hover path:last-child {
        fill: #ffffff;
    }

@media (min-width: 768px) {
    .footer-social-links ul li {
        margin-bottom: 24px;
        width: 28px;
        text-align: center;
    }
}

.footer-small-menu {
    margin-bottom: 36px;
}

@media (min-width: 768px) {
    .footer-small-menu {
        margin-bottom: 26px;
    }
}

.footer-small-menu ul {
    list-style: none;
    padding: 0;
}

    .footer-small-menu ul li:before {
        display: none;
    }

    .footer-small-menu ul li {
        font-family: 'IBM Plex Sans', sans-serif;
        font-weight: 300;
        font-size: 14px;
        line-height: 1.29;
        margin-bottom: 20px;
        padding-left: 0;
    }

@media (min-width: 768px) {
    .footer-small-menu ul li {
        display: inline-block;
        margin-right: 2.5em;
        margin-bottom: 0;
    }
}

@media (min-width: 768px) {
    .footer-logos {
        margin-bottom: 26px;
    }
}

.footer-logos ul {
    list-style: none;
    padding: 0;
}

    .footer-logos ul li:before {
        display: none;
    }

    .footer-logos ul li {
        margin-bottom: 2em;
        padding-left: 0;
    }

        .footer-logos ul li img {
            height: 46px;
        }

        .footer-logos ul li a {
            transition: opacity .2s;
        }

            .footer-logos ul li a:hover {
                transition: opacity .2s;
                opacity: 0.8;
            }

            .footer-logos ul li a:active {
                transition: opacity .2s;
                opacity: 0.7;
            }

@media (min-width: 768px) {
    .footer-logos ul li {
        display: inline-block;
        margin-right: 1.5em;
    }

        .footer-logos ul li img {
            height: 58px;
        }

        .footer-logos ul li:last-child {
            margin-right: 0;
        }
}

@media (min-width: 992px) {
    .footer-logos ul li {
        margin-right: 3.5em;
    }

        .footer-logos ul li img {
            height: 60px;
        }
}

.footer-copy {
    font-family: 'IBM Plex Sans', sans-serif;
    font-weight: 300;
    font-size: 14px;
    line-height: 1.29;
    color: #767676;
}

    .footer-copy p {
        margin: 0;
        font-size: 14px;
        line-height: 1.29;
        color: #767676;
    }

footer {
    padding-top: 18px;
    padding-bottom: 48px;
}

@media (min-width: 768px) {
    footer {
        padding: 20px 0;
        border: none;
    }
}

footer .footer-top-region {
    position: relative;
    border-bottom: 1px solid #d8dade;
    margin-bottom: 40px;
}

@media (min-width: 768px) {
    footer .footer-top-region {
        margin-bottom: 50px;
    }
}

.error-overlay {
    height: 50vh;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

@media (min-width: 768px) {
    .error-overlay {
        flex-direction: row;
    }
}

.error-overlay h2 {
    margin-bottom: 20px;
}

@media (min-width: 768px) {
    .error-overlay h2 {
        border-right: 1px solid rgba(0, 0, 0, 0.3);
        margin: 0;
        margin-right: 20px;
        padding: 10px 23px 10px 0;
    }
}

/* Common, default styles for the notification box */
.s-alert-box,
.s-alert-box * {
    box-sizing: border-box;
}

.s-alert-box {
    position: fixed;
    background: rgba(42, 45, 50, 0.85);
    padding: 22px;
    line-height: 1.4;
    z-index: 10000001;
    pointer-events: none;
    color: rgba(250, 251, 255, 0.95);
    font-size: 100%;
    font-family: 'Helvetica Neue', 'Segoe UI', Helvetica, Arial, sans-serif;
    max-width: 300px;
    -webkit-transition: top .4s, bottom .4s;
    transition: top .4s, bottom .4s;
}

    .s-alert-box.s-alert-show {
        pointer-events: auto;
    }

    .s-alert-box a {
        color: inherit;
        opacity: 0.7;
        font-weight: 700;
    }

        .s-alert-box a:hover,
        .s-alert-box a:focus {
            opacity: 1;
        }

    .s-alert-box p,
    .s-alert-box li,
    .s-alert-box ul,
    .s-alert-box ol {
        font-size: inherit;
        color: inherit;
        margin: 0;
        padding: 0;
    }

    .s-alert-box ul {
        margin-top: 10px;
        margin-left: 10px;
    }

    .s-alert-box li {
        padding-left: 20px;
    }

    .s-alert-box ol {
        margin-top: 10px;
        margin-left: 30px;
    }

        .s-alert-box ol li {
            padding-left: 0;
        }

    .s-alert-box p {
        margin: 0;
    }

    .s-alert-box.s-alert-show,
    .s-alert-box.s-alert-visible {
        pointer-events: auto;
    }

.s-alert-close {
    width: 20px;
    height: 20px;
    position: absolute;
    right: 4px;
    top: 4px;
    overflow: hidden;
    text-indent: 100%;
    cursor: pointer;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

    .s-alert-close:hover,
    .s-alert-close:focus {
        outline: none;
    }

    .s-alert-close::before,
    .s-alert-close::after {
        content: '';
        position: absolute;
        width: 3px;
        height: 60%;
        top: 50%;
        left: 50%;
        background: #fff;
    }

    .s-alert-close:hover::before,
    .s-alert-close:hover::after {
        background: #fff;
    }

    .s-alert-close::before {
        -webkit-transform: translate(-50%, -50%) rotate(45deg);
        transform: translate(-50%, -50%) rotate(45deg);
    }

    .s-alert-close::after {
        -webkit-transform: translate(-50%, -50%) rotate(-45deg);
        transform: translate(-50%, -50%) rotate(-45deg);
    }

/* positions */
.s-alert-bottom-left {
    top: auto;
    right: auto;
    bottom: 30px;
    left: 30px;
}

.s-alert-top-left {
    top: 30px;
    right: auto;
    bottom: auto;
    left: 30px;
}

.s-alert-top-right {
    top: 30px;
    right: 30px;
    bottom: auto;
    left: auto;
}

.s-alert-bottom-right {
    /*default*/
    top: auto;
    right: 30px;
    bottom: 30px;
    left: auto;
}

.s-alert-bottom {
    width: 100%;
    max-width: 100%;
    bottom: 0;
    left: 0;
    right: 0;
    top: auto;
}

.s-alert-top {
    width: 100%;
    max-width: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: auto;
}

/* conditions */
.s-alert-info {
    background: #00A2D3;
    color: #fff;
}

.s-alert-success {
    background: #27AE60;
    color: #fff;
}

.s-alert-warning {
    background: #F1C40F;
    color: #fff;
}

.s-alert-error {
    background: #E74C3C;
    color: #fff;
}

[class^="s-alert-effect-"].s-alert-hide,
[class*=" s-alert-effect-"].s-alert-hide {
    -webkit-animation-direction: reverse;
    animation-direction: reverse;
}

/* height measurement helper */
.s-alert-box-height {
    visibility: hidden;
    position: fixed;
}

/* Scale */
.s-alert-effect-scale a {
    color: #fff;
}

    .s-alert-effect-scale a:hover,
    .s-alert-effect-scale a:focus {
        color: #fff;
    }

.s-alert-effect-scale .s-alert-close::before,
.s-alert-effect-scale .s-alert-close::after {
    background: #fff;
}

.s-alert-effect-scale .s-alert-close:hover::before,
.s-alert-effect-scale .s-alert-close:hover::after {
    background: #fff;
}

.s-alert-effect-scale.s-alert-show,
.s-alert-effect-scale.s-alert-hide {
    -webkit-animation-name: animScale;
    animation-name: animScale;
    -webkit-animation-duration: 0.25s;
    animation-duration: 0.25s;
}

@-webkit-keyframes animScale {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, 40px, 0) scale3d(0.1, 0.6, 1);
    }

    100% {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0) scale3d(1, 1, 1);
    }
}

@keyframes animScale {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, 40px, 0) scale3d(0.1, 0.6, 1);
        transform: translate3d(0, 40px, 0) scale3d(0.1, 0.6, 1);
    }

    100% {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0) scale3d(1, 1, 1);
        transform: translate3d(0, 0, 0) scale3d(1, 1, 1);
    }
}

.react-hint {
    padding: 5px;
    position: absolute;
    z-index: 9999;
    cursor: default;
    animation: .5s fadeIn;
}

.react-hint__content {
    padding: 10px;
    border-radius: 5px;
    background: #000;
    color: #fff;
}

.react-hint:after {
    content: '';
    width: 0;
    height: 0;
    margin: auto;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border: 5px solid transparent;
}

.react-hint--top:after {
    top: auto;
    border-bottom: none;
    border-top-color: #000;
}

.react-hint--left:after {
    left: auto;
    border-right: none;
    border-left-color: #000;
}

.react-hint--right:after {
    right: auto;
    border-left: none;
    border-right-color: #000;
}

.react-hint--bottom:after {
    bottom: auto;
    border-top: none;
    border-bottom-color: #000;
}

@keyframes fadeIn {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

/* Make clicks pass-through */
#nprogress {
    pointer-events: none;
}

    #nprogress .bar {
        background: #d41b66;
        position: fixed;
        z-index: 9999999;
        top: 0;
        left: 0;
        right: 0;
        width: 100%;
        height: 4px;
    }

/*!
 * Bootstrap Reboot v4.3.1 (https://getbootstrap.com/)
 * Copyright 2011-2019 The Bootstrap Authors
 * Copyright 2011-2019 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 * Forked from Normalize.css, licensed MIT (https://github.com/necolas/normalize.css/blob/master/LICENSE.md)
 */
*,
*::before,
*::after {
    box-sizing: border-box;
}

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

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


[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;
    text-decoration-skip-ink: none;
}

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

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

    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: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
    font-size: 1em;
}

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

figure {
    margin: 0 0 1rem;
}

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

svg {
    overflow: hidden;
    vertical-align: middle;
}

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

select {
    word-wrap: normal;
}

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

    button:not(:disabled),
    [type="button"]:not(:disabled),
    [type="reset"]:not(:disabled),
    [type="submit"]:not(:disabled) {
        cursor: pointer;
    }

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

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

.media-body {
    flex: 1;
}

body {
    font-family: 'IBM Plex Sans', sans-serif;
    font-weight: 300;
    color: #212431;
}

h1, .header-one, h2, .header-two, h3, h4, h5, h6, p, q, mark {
    margin: 0;
    padding: 0;
    background: none;
    color: #212431;
}

h1, .header-one {
    font-family: 'IBM Plex Sans', sans-serif;
    font-weight: 700;
    font-size: 40px;
    line-height: 1;
}

@media (min-width: 768px) {
    h1, .header-one {
        font-size: 60px;
        line-height: 0.93;
    }
}

h2, .header-two {
    line-height: 1.33;
    font-size: 18px;
}

@media (min-width: 768px) {
    h2, .header-two {
        font-size: 28px;
        line-height: 1.57;
    }
}

h2.rockitt, .header-two.rockitt {
    font-family: 'IBM Plex Sans', sans-serif;
    font-weight: 700;
    line-height: 1;
    font-size: 32px;
}

@media (min-width: 768px) {
    h2.rockitt, .header-two.rockitt {
        font-size: 44px;
    }
}

h2, .header-two, h3, .header-three, h4, h5, h6 {
    font-family: 'IBM Plex Sans', sans-serif;
    font-weight: 700;
    font-weight: bold;
}

h3, .header-three {
    font-size: 16px;
    line-height: 1.56;
}

@media (min-width: 768px) {
    h3, .header-three {
        font-size: 18px;
    }
}

@media (min-width: 992px) {
    h3, .header-three {
        font-size: 22px;
        line-height: 1.5;
    }
}

h4 {
    font-size: 18px;
    line-height: 1.56;
}

h5 {
    font-size: 16px;
    line-height: 1.56;
}

@media (min-width: 768px) {
    h5 {
        font-size: 18px;
    }
}

h6 {
    font-size: 14px;
    line-height: 18px;
}

a, a > p {
    color: #007c76;
}

    a:hover, a:hover p, a > p:hover, a > p:hover p {
        color: #015d59;
    }

    a.ignore-visited:visited:hover, a > p.ignore-visited:visited:hover {
        color: #015d59;
    }

    a.ignore-visited:visited, a > p.ignore-visited:visited {
        color: #007c76;
    }

b,
strong {
    font-family: 'IBM Plex Sans', sans-serif;
    font-weight: 700;
    font-weight: bold;
}

p, .paragraph {
    font-size: 16px;
    line-height: 1.56;
    margin-bottom: 18px;
    color: #212431;
}

    p small, .paragraph small {
        line-height: 18px;
        font-size: 14px;
    }

@media (min-width: 768px) {
    p small, .paragraph small {
        line-height: 24px;
        font-size: 16px;
    }
}

q, q > p {
    font-size: 18px;
    line-height: 1.39;
    color: #007c76;
}

@media (min-width: 768px) {
    q, q > p {
        font-size: 28px;
        line-height: 1.57;
    }
}

q > p {
    margin-bottom: 0;
}

q::before, q::after {
    content: none;
}

small > q {
    font-size: 18px;
    line-height: 1.5;
    padding-left: 0;
}

    small > q::before {
        content: '';
        padding-right: 0;
    }

@media (min-width: 768px) {
    small > q {
        font-size: 22px;
    }
}

mark {
    font-size: 14px;
    line-height: 18px;
    color: #767676;
}

    mark b, mark strong {
        color: #212431;
    }

/* Override grid gutter width for grid padding */
.container {
    width: 100%;
    padding-right: 12px;
    padding-left: 12px;
    margin-right: auto;
    margin-left: auto;
}

@media (min-width: 576px) {
    .container {
        max-width: 100%;
    }
}

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

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

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

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

.row {
    display: flex;
    flex-wrap: wrap;
    margin-right: -12px;
    margin-left: -12px;
}

.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, .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%;
    padding-right: 12px;
    padding-left: 12px;
}

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

.col-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
}

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

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

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

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

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

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

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

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

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

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

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

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

.order-first {
    order: -1;
}

.order-last {
    order: 13;
}

.order-0 {
    order: 0;
}

.order-1 {
    order: 1;
}

.order-2 {
    order: 2;
}

.order-3 {
    order: 3;
}

.order-4 {
    order: 4;
}

.order-5 {
    order: 5;
}

.order-6 {
    order: 6;
}

.order-7 {
    order: 7;
}

.order-8 {
    order: 8;
}

.order-9 {
    order: 9;
}

.order-10 {
    order: 10;
}

.order-11 {
    order: 11;
}

.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: 576px) {
    .col-sm {
        flex-basis: 0;
        flex-grow: 1;
        max-width: 100%;
    }

    .col-sm-auto {
        flex: 0 0 auto;
        width: auto;
        max-width: 100%;
    }

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

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

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

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

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

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

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

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

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

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

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

    .col-sm-12 {
        flex: 0 0 100%;
        max-width: 100%;
    }

    .order-sm-first {
        order: -1;
    }

    .order-sm-last {
        order: 13;
    }

    .order-sm-0 {
        order: 0;
    }

    .order-sm-1 {
        order: 1;
    }

    .order-sm-2 {
        order: 2;
    }

    .order-sm-3 {
        order: 3;
    }

    .order-sm-4 {
        order: 4;
    }

    .order-sm-5 {
        order: 5;
    }

    .order-sm-6 {
        order: 6;
    }

    .order-sm-7 {
        order: 7;
    }

    .order-sm-8 {
        order: 8;
    }

    .order-sm-9 {
        order: 9;
    }

    .order-sm-10 {
        order: 10;
    }

    .order-sm-11 {
        order: 11;
    }

    .order-sm-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: 768px) {
    .col-md {
        flex-basis: 0;
        flex-grow: 1;
        max-width: 100%;
    }

    .col-md-auto {
        flex: 0 0 auto;
        width: auto;
        max-width: 100%;
    }

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

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

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

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

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

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

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

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

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

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

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

    .col-md-12 {
        flex: 0 0 100%;
        max-width: 100%;
    }

    .order-md-first {
        order: -1;
    }

    .order-md-last {
        order: 13;
    }

    .order-md-0 {
        order: 0;
    }

    .order-md-1 {
        order: 1;
    }

    .order-md-2 {
        order: 2;
    }

    .order-md-3 {
        order: 3;
    }

    .order-md-4 {
        order: 4;
    }

    .order-md-5 {
        order: 5;
    }

    .order-md-6 {
        order: 6;
    }

    .order-md-7 {
        order: 7;
    }

    .order-md-8 {
        order: 8;
    }

    .order-md-9 {
        order: 9;
    }

    .order-md-10 {
        order: 10;
    }

    .order-md-11 {
        order: 11;
    }

    .order-md-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: 992px) {
    .col-lg {
        flex-basis: 0;
        flex-grow: 1;
        max-width: 100%;
    }

    .col-lg-auto {
        flex: 0 0 auto;
        width: auto;
        max-width: 100%;
    }

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

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

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

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

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

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

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

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

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

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

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

    .col-lg-12 {
        flex: 0 0 100%;
        max-width: 100%;
    }

    .order-lg-first {
        order: -1;
    }

    .order-lg-last {
        order: 13;
    }

    .order-lg-0 {
        order: 0;
    }

    .order-lg-1 {
        order: 1;
    }

    .order-lg-2 {
        order: 2;
    }

    .order-lg-3 {
        order: 3;
    }

    .order-lg-4 {
        order: 4;
    }

    .order-lg-5 {
        order: 5;
    }

    .order-lg-6 {
        order: 6;
    }

    .order-lg-7 {
        order: 7;
    }

    .order-lg-8 {
        order: 8;
    }

    .order-lg-9 {
        order: 9;
    }

    .order-lg-10 {
        order: 10;
    }

    .order-lg-11 {
        order: 11;
    }

    .order-lg-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: 1200px) {
    .col-xl {
        flex-basis: 0;
        flex-grow: 1;
        max-width: 100%;
    }

    .col-xl-auto {
        flex: 0 0 auto;
        width: auto;
        max-width: 100%;
    }

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

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

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

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

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

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

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

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

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

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

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

    .col-xl-12 {
        flex: 0 0 100%;
        max-width: 100%;
    }

    .order-xl-first {
        order: -1;
    }

    .order-xl-last {
        order: 13;
    }

    .order-xl-0 {
        order: 0;
    }

    .order-xl-1 {
        order: 1;
    }

    .order-xl-2 {
        order: 2;
    }

    .order-xl-3 {
        order: 3;
    }

    .order-xl-4 {
        order: 4;
    }

    .order-xl-5 {
        order: 5;
    }

    .order-xl-6 {
        order: 6;
    }

    .order-xl-7 {
        order: 7;
    }

    .order-xl-8 {
        order: 8;
    }

    .order-xl-9 {
        order: 9;
    }

    .order-xl-10 {
        order: 10;
    }

    .order-xl-11 {
        order: 11;
    }

    .order-xl-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%;
    }
}

.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: flex !important;
}

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

@media (min-width: 576px) {
    .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: flex !important;
    }

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

@media (min-width: 768px) {
    .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: flex !important;
    }

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

@media (min-width: 992px) {
    .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: flex !important;
    }

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

@media (min-width: 1200px) {
    .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: flex !important;
    }

    .d-xl-inline-flex {
        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: flex !important;
    }

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

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

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

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

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

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

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

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

.flex-fill {
    flex: 1 1 auto !important;
}

.flex-grow-0 {
    flex-grow: 0 !important;
}

.flex-grow-1 {
    flex-grow: 1 !important;
}

.flex-shrink-0 {
    flex-shrink: 0 !important;
}

.flex-shrink-1 {
    flex-shrink: 1 !important;
}

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

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

.justify-content-center {
    justify-content: center !important;
}

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

.justify-content-around {
    justify-content: space-around !important;
}

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

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

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

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

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

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

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

.align-content-center {
    align-content: center !important;
}

.align-content-between {
    align-content: space-between !important;
}

.align-content-around {
    align-content: space-around !important;
}

.align-content-stretch {
    align-content: stretch !important;
}

.align-self-auto {
    align-self: auto !important;
}

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

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

.align-self-center {
    align-self: center !important;
}

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

.align-self-stretch {
    align-self: stretch !important;
}

@media (min-width: 576px) {
    .flex-sm-row {
        flex-direction: row !important;
    }

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

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

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

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

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

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

    .flex-sm-fill {
        flex: 1 1 auto !important;
    }

    .flex-sm-grow-0 {
        flex-grow: 0 !important;
    }

    .flex-sm-grow-1 {
        flex-grow: 1 !important;
    }

    .flex-sm-shrink-0 {
        flex-shrink: 0 !important;
    }

    .flex-sm-shrink-1 {
        flex-shrink: 1 !important;
    }

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

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

    .justify-content-sm-center {
        justify-content: center !important;
    }

    .justify-content-sm-between {
        justify-content: space-between !important;
    }

    .justify-content-sm-around {
        justify-content: space-around !important;
    }

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

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

    .align-items-sm-center {
        align-items: center !important;
    }

    .align-items-sm-baseline {
        align-items: baseline !important;
    }

    .align-items-sm-stretch {
        align-items: stretch !important;
    }

    .align-content-sm-start {
        align-content: flex-start !important;
    }

    .align-content-sm-end {
        align-content: flex-end !important;
    }

    .align-content-sm-center {
        align-content: center !important;
    }

    .align-content-sm-between {
        align-content: space-between !important;
    }

    .align-content-sm-around {
        align-content: space-around !important;
    }

    .align-content-sm-stretch {
        align-content: stretch !important;
    }

    .align-self-sm-auto {
        align-self: auto !important;
    }

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

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

    .align-self-sm-center {
        align-self: center !important;
    }

    .align-self-sm-baseline {
        align-self: baseline !important;
    }

    .align-self-sm-stretch {
        align-self: stretch !important;
    }
}

@media (min-width: 768px) {
    .flex-md-row {
        flex-direction: row !important;
    }

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

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

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

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

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

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

    .flex-md-fill {
        flex: 1 1 auto !important;
    }

    .flex-md-grow-0 {
        flex-grow: 0 !important;
    }

    .flex-md-grow-1 {
        flex-grow: 1 !important;
    }

    .flex-md-shrink-0 {
        flex-shrink: 0 !important;
    }

    .flex-md-shrink-1 {
        flex-shrink: 1 !important;
    }

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

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

    .justify-content-md-center {
        justify-content: center !important;
    }

    .justify-content-md-between {
        justify-content: space-between !important;
    }

    .justify-content-md-around {
        justify-content: space-around !important;
    }

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

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

    .align-items-md-center {
        align-items: center !important;
    }

    .align-items-md-baseline {
        align-items: baseline !important;
    }

    .align-items-md-stretch {
        align-items: stretch !important;
    }

    .align-content-md-start {
        align-content: flex-start !important;
    }

    .align-content-md-end {
        align-content: flex-end !important;
    }

    .align-content-md-center {
        align-content: center !important;
    }

    .align-content-md-between {
        align-content: space-between !important;
    }

    .align-content-md-around {
        align-content: space-around !important;
    }

    .align-content-md-stretch {
        align-content: stretch !important;
    }

    .align-self-md-auto {
        align-self: auto !important;
    }

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

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

    .align-self-md-center {
        align-self: center !important;
    }

    .align-self-md-baseline {
        align-self: baseline !important;
    }

    .align-self-md-stretch {
        align-self: stretch !important;
    }
}

@media (min-width: 992px) {
    .flex-lg-row {
        flex-direction: row !important;
    }

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

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

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

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

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

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

    .flex-lg-fill {
        flex: 1 1 auto !important;
    }

    .flex-lg-grow-0 {
        flex-grow: 0 !important;
    }

    .flex-lg-grow-1 {
        flex-grow: 1 !important;
    }

    .flex-lg-shrink-0 {
        flex-shrink: 0 !important;
    }

    .flex-lg-shrink-1 {
        flex-shrink: 1 !important;
    }

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

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

    .justify-content-lg-center {
        justify-content: center !important;
    }

    .justify-content-lg-between {
        justify-content: space-between !important;
    }

    .justify-content-lg-around {
        justify-content: space-around !important;
    }

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

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

    .align-items-lg-center {
        align-items: center !important;
    }

    .align-items-lg-baseline {
        align-items: baseline !important;
    }

    .align-items-lg-stretch {
        align-items: stretch !important;
    }

    .align-content-lg-start {
        align-content: flex-start !important;
    }

    .align-content-lg-end {
        align-content: flex-end !important;
    }

    .align-content-lg-center {
        align-content: center !important;
    }

    .align-content-lg-between {
        align-content: space-between !important;
    }

    .align-content-lg-around {
        align-content: space-around !important;
    }

    .align-content-lg-stretch {
        align-content: stretch !important;
    }

    .align-self-lg-auto {
        align-self: auto !important;
    }

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

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

    .align-self-lg-center {
        align-self: center !important;
    }

    .align-self-lg-baseline {
        align-self: baseline !important;
    }

    .align-self-lg-stretch {
        align-self: stretch !important;
    }
}

@media (min-width: 1200px) {
    .flex-xl-row {
        flex-direction: row !important;
    }

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

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

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

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

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

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

    .flex-xl-fill {
        flex: 1 1 auto !important;
    }

    .flex-xl-grow-0 {
        flex-grow: 0 !important;
    }

    .flex-xl-grow-1 {
        flex-grow: 1 !important;
    }

    .flex-xl-shrink-0 {
        flex-shrink: 0 !important;
    }

    .flex-xl-shrink-1 {
        flex-shrink: 1 !important;
    }

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

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

    .justify-content-xl-center {
        justify-content: center !important;
    }

    .justify-content-xl-between {
        justify-content: space-between !important;
    }

    .justify-content-xl-around {
        justify-content: space-around !important;
    }

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

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

    .align-items-xl-center {
        align-items: center !important;
    }

    .align-items-xl-baseline {
        align-items: baseline !important;
    }

    .align-items-xl-stretch {
        align-items: stretch !important;
    }

    .align-content-xl-start {
        align-content: flex-start !important;
    }

    .align-content-xl-end {
        align-content: flex-end !important;
    }

    .align-content-xl-center {
        align-content: center !important;
    }

    .align-content-xl-between {
        align-content: space-between !important;
    }

    .align-content-xl-around {
        align-content: space-around !important;
    }

    .align-content-xl-stretch {
        align-content: stretch !important;
    }

    .align-self-xl-auto {
        align-self: auto !important;
    }

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

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

    .align-self-xl-center {
        align-self: center !important;
    }

    .align-self-xl-baseline {
        align-self: baseline !important;
    }

    .align-self-xl-stretch {
        align-self: stretch !important;
    }
}

@media (max-width: 767.98px) {
    .container {
        padding-left: 20px;
        padding-right: 20px;
    }

        .container .row {
            margin-right: -20px;
            margin-left: -20px;
        }

            .container .row [class*="col-"] {
                padding-left: 20px;
                padding-right: 20px;
            }
}

.container .row [class*="col-"] {
    margin-bottom: 24px;
}

.container.compact-grid .row {
    margin-left: -6px;
    margin-right: -6px;
}

    .container.compact-grid .row [class*="col-"] {
        padding-left: 6px;
        padding-right: 6px;
        margin-bottom: 12px;
    }

img {
    object-fit: contain;
    transition: transform .2s;
}

.flipped {
    transform: rotate(180deg);
}

a path {
    transition: fill .2s;
}

a:hover path {
    transition: fill .2s;
    fill: #015d59;
}

a:active path {
    transition: fill .2s;
    fill: #004440;
}

.gradient {
    position: absolute;
    width: 100%;
    height: 100%;
    bottom: 0;
    z-index: 0;
    height: 280px;
    background-image: linear-gradient(to bottom, rgba(33, 36, 49, 0), rgba(33, 36, 49, 0.95) 90%);
}

.bb.bb-hero.bb-hero-image {
    z-index: 2;
    position: relative;
    padding: 3em 2em 2em 2em;
}

.bb {
    width: 100%;
}

    .bb > .container > h1,
    .bb > .container > h2,
    .bb > .container > h3,
    .bb > .container > h4,
    .bb > .container > h5 {
        margin-bottom: 18px;
    }

@media (min-width: 768px) {
    .bb > .container > h1,
    .bb > .container > h2,
    .bb > .container > h3,
    .bb > .container > h4,
    .bb > .container > h5 {
        margin-bottom: 24px;
    }
}

.text-monospace {
    font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace !important;
}

.text-justify {
    text-align: justify !important;
}

.text-wrap {
    white-space: normal !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: 576px) {
    .text-sm-left {
        text-align: left !important;
    }

    .text-sm-right {
        text-align: right !important;
    }

    .text-sm-center {
        text-align: center !important;
    }
}

@media (min-width: 768px) {
    .text-md-left {
        text-align: left !important;
    }

    .text-md-right {
        text-align: right !important;
    }

    .text-md-center {
        text-align: center !important;
    }
}

@media (min-width: 992px) {
    .text-lg-left {
        text-align: left !important;
    }

    .text-lg-right {
        text-align: right !important;
    }

    .text-lg-center {
        text-align: center !important;
    }
}

@media (min-width: 1200px) {
    .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-lighter {
    font-weight: lighter !important;
}

.font-weight-normal {
    font-weight: 400 !important;
}

.font-weight-bold {
    font-weight: 700 !important;
}

.font-weight-bolder {
    font-weight: bolder !important;
}

.font-italic {
    font-style: italic !important;
}

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

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

a.text-primary:hover, a.text-primary:focus {
    color: #0056b3 !important;
}

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

a.text-secondary:hover, a.text-secondary:focus {
    color: #494f54 !important;
}

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

a.text-success:hover, a.text-success:focus {
    color: #19692c !important;
}

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

a.text-info:hover, a.text-info:focus {
    color: #0f6674 !important;
}

.text-warning {
    color: #ffc107 !important;
}

a.text-warning:hover, a.text-warning:focus {
    color: #ba8b00 !important;
}

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

a.text-danger:hover, a.text-danger:focus {
    color: #a71d2a !important;
}

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

a.text-light:hover, a.text-light:focus {
    color: #cbd3da !important;
}

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

a.text-dark:hover, a.text-dark:focus {
    color: #121416 !important;
}

.text-body {
    color: #212529 !important;
}

.text-muted {
    color: #6c757d !important;
}

.text-black-50 {
    color: rgba(0, 0, 0, 0.5) !important;
}

.text-white-50 {
    color: rgba(255, 255, 255, 0.5) !important;
}

.text-hide {
    font: 0/0 a;
    color: transparent;
    text-shadow: none;
    background-color: transparent;
    border: 0;
}

.text-decoration-none {
    text-decoration: none !important;
}

.text-break {
    word-break: break-word !important;
    overflow-wrap: break-word !important;
}

.text-reset {
    color: inherit !important;
}

.visible {
    visibility: visible !important;
}

.invisible {
    visibility: hidden !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-n1 {
    margin: -0.25rem !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.ml-n5,
.mx-n5 {
    margin-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: 576px) {
    .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-n1 {
        margin: -0.25rem !important;
    }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

    .ml-sm-n5,
    .mx-sm-n5 {
        margin-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: 768px) {
    .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-n1 {
        margin: -0.25rem !important;
    }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

    .ml-md-n5,
    .mx-md-n5 {
        margin-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: 992px) {
    .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-n1 {
        margin: -0.25rem !important;
    }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

    .ml-lg-n5,
    .mx-lg-n5 {
        margin-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: 1200px) {
    .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-n1 {
        margin: -0.25rem !important;
    }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

    .ml-xl-n5,
    .mx-xl-n5 {
        margin-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;
    }
}

@media (min-width: 768px) {
    .hide-desktop {
        display: none;
    }
}

@media (max-width: 991.98px) {
    .hide-mobile {
        display: none;
    }
}

body.with-popup {
    height: 100%;
    overflow: hidden;
}

nav.with-popup, main.with-popup {
    -webkit-filter: blur(4px);
    -moz-filter: blur(4px);
    -o-filter: blur(4px);
    -ms-filter: blur(4px);
    filter: blur(4px);
}

div.left {
    float: left;
}

div.right {
    float: right;
}

.text-input-with-selects .search input[name="query"] {
    border-color: #767676;
    font-size: 20px;
}

@media (min-width: 768px) {
    .text-input-with-selects .search input[name="query"] {
        font-size: 28px;
    }
}

@media (min-width: 768px) {
    .text-input-with-selects .search:not(.loading) .field::after {
        background-size: cover !important;
        margin-top: 6px;
    }
}

.text-input-with-selects .search .spinner {
    right: 0 !important;
}

@media (min-width: 768px) {
    .text-input-with-selects .search .spinner {
        right: 4px !important;
        top: 10px !important;
    }
}

.text-input-with-selects .search .spinner span {
    width: 20px;
    height: 20px;
    border-width: 2px;
}

@media (min-width: 768px) {
    .text-input-with-selects .search .spinner span {
        width: 24px;
        height: 24px;
    }
}

.text-input-with-selects .selects {
    margin-top: 24px;
}

@media (min-width: 768px) {
    .text-input-with-selects .selects {
        display: flex;
        margin-top: 40px;
    }
}

.text-input-with-selects .selects > .field {
    margin-bottom: 16px;
}

@media (min-width: 768px) {
    .text-input-with-selects .selects > .field {
        width: 100%;
        margin: 0 12px;
    }
}

.text-input-with-selects .selects > .field:first-child {
    margin-left: 0;
}

.text-input-with-selects .selects > .field:last-child {
    margin-right: 0;
    margin-bottom: 0;
}

.text-input-with-selects .clear {
    color: #007c76;
    display: inline-block;
    cursor: pointer;
    font-size: 16px;
}

@media (min-width: 768px) {
    .text-input-with-selects .clear {
        font-size: 18px;
        margin: auto 0 16px;
    }
}

.text-input-with-selects .clear svg {
    height: 10px;
    width: 10px;
    margin-top: -1px;
    margin-left: 3px;
}

    .text-input-with-selects .clear svg > g > path {
        stroke: #ffffff;
    }

@media (min-width: 992px) {
    .text-input-with-selects .clear:hover {
        color: #015d59;
    }

        .text-input-with-selects .clear:hover svg g g path {
            stroke: #007c76;
        }
}

.icon-button {
    background: none;
    border: none;
}

    .icon-button:focus {
        outline-color: #00b5ad;
    }

.icon-button-secondary path {
    transition: fill .4s ease;
    fill: #007c76;
}

.icon-button-secondary:hover path, .icon-button-secondary.hover path {
    fill: #015d59;
}

.icon-button-secondary:active path {
    fill: #015d59;
}

.icon-button-secondary:disabled path {
    fill: #00afa7;
}

@media (min-width: 768px) {
    .donation-form-page .form-field-with-description.shortform {
        margin-top: 84px;
    }
}

.donation-form-page .amount-short-step-details {
    font-family: 'IBM Plex Sans', sans-serif;
    font-weight: 400;
    color: #212431;
}

    .donation-form-page .amount-short-step-details h2 {
        margin-top: 40px;
    }

    .donation-form-page .amount-short-step-details div {
        font-size: 18px;
    }

.donation-form-page a.this-is-not-me {
    display: inline-block;
    margin-top: 16px;
    font-size: 14px;
    font-style: italic;
    cursor: pointer;
    color: #007c76;
    text-decoration: none;
}

    .donation-form-page a.this-is-not-me:hover, .donation-form-page a.this-is-not-me:focus {
        text-decoration: underline;
    }

.donation-review {
    margin: 24px 0;
}

@media (min-width: 576px) {
    .donation-review {
        margin: 32px 0;
    }
}

.donation-review .hr {
    border-top: 1px solid #767676;
    width: 100%;
    margin-bottom: 32px;
}

@media (min-width: 576px) {
    .donation-review .hr {
        margin-bottom: 40px;
    }
}

@keyframes blink {
    /**
   * At the start of the animation the dot
   * has an opacity of .2
   */
    0% {
        opacity: .2;
    }
    /**
   * At 20% the dot is fully visible and
   * then fades out slowly
   */
    20% {
        opacity: 1;
    }
    /**
   * Until it reaches an opacity of .2 and
   * the animation can start again
   */
    100% {
        opacity: .2;
    }
}

.loading-animation span {
    /**
   * Use the blink animation, which is defined above
   */
    animation-name: blink;
    /**
   * The animation should take 1.4 seconds
   */
    animation-duration: 1.4s;
    /**
   * It will repeat itself forever
   */
    animation-iteration-count: infinite;
    /**
   * This makes sure that the starting style (opacity: .2)
   * of the animation is applied before the animation starts.
   * Otherwise we would see a short flash or would have
   * to set the default styling of the dots to the same
   * as the animation. Same applies for the ending styles.
   */
    animation-fill-mode: both;
}

    .loading-animation span:nth-child(2) {
        /**
   * Starts the animation of the third dot
   * with a delay of .2s, otherwise all dots
   * would animate at the same time
   */
        animation-delay: .2s;
    }

    .loading-animation span:nth-child(3) {
        /**
   * Starts the animation of the third dot
   * with a delay of .4s, otherwise all dots
   * would animate at the same time
   */
        animation-delay: .4s;
    }

.progress-bar, .progress-bar-value {
    height: 8px;
    font-size: 0;
    border-radius: 4px;
}

.progress-bar {
    background-color: #d8dade;
    margin-top: 8px;
    margin-bottom: 24px;
}

    .progress-bar .progress-bar-value {
        background-color: #007c76;
        transition: width .3s ease-in-out;
    }

body.donation-page-opened {
    overflow: hidden;
}

    body.donation-page-opened header,
    body.donation-page-opened footer {
        display: none;
    }

    body.donation-page-opened .popup {
        z-index: 10000001;
    }

        body.donation-page-opened .popup.loading-screen > .popup-navigation {
            display: none;
        }

        body.donation-page-opened .popup .loading-animation {
            font-family: 'IBM Plex Sans', sans-serif;
            font-weight: 700;
            font-size: 42px;
            color: white;
        }

@media (min-width: 576px) {
    body.donation-page-opened .popup .loading-animation {
        font-size: 64px;
    }
}

@media (min-width: 768px) {
    body.donation-page-opened .popup .loading-animation {
        font-size: 72px;
        color: white;
    }
}

.donation-form-page {
    position: fixed;
    display: flex;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: white;
    overflow: auto;
    z-index: 10000000;
}

    .donation-form-page input:-webkit-autofill,
    .donation-form-page input:-webkit-autofill:hover,
    .donation-form-page input:-webkit-autofill:focus,
    .donation-form-page input:-webkit-autofill:active {
        -webkit-box-shadow: 0 0 0 30px white inset !important;
    }

    .donation-form-page h1.progress-stepper-label {
        margin-top: 24px;
        margin-bottom: 16px;
        font-family: 'IBM Plex Sans', sans-serif;
        font-weight: 400;
        font-size: 16px;
        line-height: 24px;
    }

@media (min-width: 768px) {
    .donation-form-page h1.progress-stepper-label {
        font-size: 16px;
        margin-top: 58px;
        margin-bottom: 8px;
    }
}

.donation-form-page h2 {
    margin-top: 18px;
    margin-bottom: 18px;
}

@media (min-width: 576px) {
    .donation-form-page h2 {
        font-size: 20px;
        margin-top: 24px;
        margin-bottom: 24px;
    }
}

.donation-form-page h3 {
    font-size: 16px;
    margin-top: 8px;
    margin-bottom: 0;
}

.donation-form-page a {
    text-decoration: underline;
}

    .donation-form-page a:hover {
        text-decoration: none;
    }

.donation-form-page .button-primary {
    height: 48px;
    font-family: 'IBM Plex Sans', sans-serif;
    font-weight: 700;
    margin-top: 42px;
    margin-bottom: 42px;
}

    .donation-form-page .button-primary.button-disabled {
        cursor: default;
        background: #ec699e;
        border-color: #ec699e;
    }

@media (min-width: 576px) {
    .donation-form-page .button-primary.submit-donation {
        height: 55px;
    }
}

.donation-form-page .paypal-button-wrapper {
    margin-top: 42px;
    margin-bottom: 42px;
}

.donation-form-page .paypal-preloading {
    display: none;
}

.donation-form-page .donation-form-row {
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
}

    .donation-form-page .donation-form-row.donation-form-footer {
        text-align: center;
        margin-bottom: 32px;
    }

.donation-form-page .logo-wrapper {
    position: absolute;
}

    .donation-form-page .logo-wrapper .logo {
        height: 30px;
        margin-top: 16px;
    }

@media (min-width: 768px) {
    .donation-form-page .logo-wrapper .logo {
        height: 50px;
        margin-left: 12px;
    }
}

.donation-form-page .back-button {
    margin-left: -7px;
}

.donation-form-page .donation-secure-connection {
    text-align: right;
    font-size: 14px;
    line-height: 24px;
    margin-bottom: -24px;
    margin-top: -8px;
    color: #767676;
}

    .donation-form-page .donation-secure-connection svg {
        position: relative;
        top: -1px;
        left: -1px;
    }

.donation-form-page .progress-stepper h2 {
    font-family: 'IBM Plex Sans', sans-serif;
    font-weight: 400;
    font-weight: normal;
    font-size: 18px;
}

.donation-form-page .progress-stepper .progress-stepper-label {
    text-align: right;
}

@media (min-width: 576px) {
    .donation-form-page .progress-stepper .progress-stepper-label {
        text-align: center;
    }
}

.donation-form-page .description {
    color: #212431;
    font-size: 14px;
    font-style: italic;
    margin-top: 8px;
    margin-bottom: 8px;
}

@media (min-width: 576px) {
    .donation-form-page .description {
        font-size: 16px;
    }
}

.donation-form-page .form-field-with-description {
    margin-bottom: 24px;
}

    .donation-form-page .form-field-with-description .field {
        margin-bottom: 0;
    }

        .donation-form-page .form-field-with-description .field.error {
            margin-bottom: -4px;
        }

.donation-form-page .radio-buttons-inline .radio-item {
    display: inline-block;
    margin-right: 24px;
}

    .donation-form-page .radio-buttons-inline .radio-item.selected .label {
        text-shadow: 0 0 0.5px #007c76;
    }

.donation-form-page .payment-logo img {
    height: 40px;
}

.donation-form-page .payment-method-warning {
    color: #e41111;
}

    .donation-form-page .payment-method-warning a {
        color: #e41111;
    }

.donation-form-page.current-step-amount .donation-secure-connection {
    margin-bottom: 16px;
}

.donation-form-page-layout {
    position: relative;
    max-width: 1300px;
    padding-left: 16px;
    padding-right: 16px;
}

@media (min-width: 768px) {
    .donation-form-page-layout {
        padding-left: 0;
        padding-right: 0;
    }
}

.page.homepage .bb > .container > h2 {
    text-align: center;
}


.bb.bb-hero {
    margin-top: -12em;
    height: 240px;
}


.bb.bb-cta-secondary {
    margin: 0;
    position: relative;
    z-index: 1;
    display: inline-table;
}

    .bb.bb-cta-secondary .container .row {
        margin: auto;
        padding-bottom: 16px;
        max-width: 320px;
    }

@media (min-width: 768px) {
    .bb.bb-cta-secondary .container .row {
        max-width: none;
        padding-bottom: 0;
    }
}

.bb.bb-cta-secondary .container .row [class*="col-"] {
    padding: 0;
}

@media (max-width: 767.98px) {
    .bb.bb-cta-secondary .container .row [class*="col-"] {
        margin-bottom: 0;
    }
}

.bb.bb-cta-secondary .container .row [class*="col-"] > a {
    display: block;
    transition: background-color .2s;
}

@media (min-width: 992px) {
    .bb.bb-cta-secondary .container .row [class*="col-"] > a:hover {
        background-color: #015d59;
        text-decoration: none;
    }
}

.bb.bb-cta-secondary .container .row [class*="col-"]:nth-child(even) {
    padding-left: 0;
}

@media (min-width: 1200px) {
    .bb.bb-cta-secondary .container .row [class*="col-"]:nth-child(even) {
        padding-left: 24px;
    }
}

.bb.bb-cta-secondary .container .row [class*="col-"]:nth-child(odd) {
    padding-right: 0;
}

@media (min-width: 768px) {
    .bb.bb-cta-secondary .container .row [class*="col-"]:nth-child(odd) {
        padding-right: 8px;
    }
}

.bb.bb-cta-secondary .container .row [class*="col-"] .icon-stat .img {
    width: 30px;
    height: 30px;
}

@media (min-width: 768px) {
    .bb.bb-cta-secondary .container .row [class*="col-"] .icon-stat .img {
        height: 86px;
        width: 86px;
    }
}


.frayed-edge {
    height: 20px;
    background-size: 320px 20px;
    background-repeat: repeat-x;
}

@media (min-width: 768px) {
    .frayed-edge {
        height: 80px;
        background-size: 1400px 80px;
    }
}

.frayed-edge.biscuit {
    background-image: url("../images/custom/mobile-texture-biscuit-strip-1@3x.png");
}

@media (min-width: 768px) {
    .frayed-edge.biscuit {
        background-image: url("../images/custom/texture-biscuit-1@3x.png");
    }
}

.frayed-edge.dark {
    background-image: url("../images/custom/mobile-texture-dark-strip@3x.png");
}

@media (min-width: 768px) {
    .frayed-edge.dark {
        background-image: url("../images/custom/texture-dark@3x.png");
    }
}

.frayed-edge.turquoise {
    background-image: url("../images/custom/texture-a-texture-green@3x.png");
}

@media (min-width: 768px) {
    .frayed-edge.turquoise {
        background-image: url("../images/custom/texture-a-texture-green@3x.png");
    }
}

.frayed-edge.white {
    background-image: url("../images/custom/texture-white-strip@3x.png");
}

@media (min-width: 768px) {
    .frayed-edge.white {
        height: 20px;
        background-size: 1400px 20px;
        background-image: url("../images/custom/texture-white-strip@3x.png");
    }
}

.frayed-edge.flipped.ie11-compat {
    position: relative;
    top: -1px;
}

.frayed-container.turquoise {
    background-color: #007c76;
}

    .frayed-container.turquoise * {
        color: #ffffff;
    }

.link-title {
    padding: 20px;
}
