body, html {
    position: relative;
    height: 100%;
    width: 100%
}

img {
    max-width: 100%;
    border: none
}

a[href^=tel] {
    color: inherit;
    text-decoration: none
}

*, :after, :before {
    box-sizing: border-box
}

*, :after, :before, h1, h2, h3, h4, h5, h6, li, ol, p, ul {
    margin: 0;
    padding: 0;
    list-style: none
}

a {
    outline: none;
    text-decoration: underline;
    color: inherit
}

    a:focus, a:hover, h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
        text-decoration: none
    }

    a:focus, a:hover {
        color: inherit;
        outline: none
    }

        a:focus:hover, a:hover:hover {
            text-decoration: underline
        }

strong {
    font-weight: 700
}

button:focus, input:focus {
    outline: none
}

input {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 0
}

button, button:focus, button:hover, ol li:focus, ul li:focus {
    outline: none
}

.clearfix:after {
    content: "";
    clear: both;
    display: block
}

html {
    font-size: 10px
}

body {
    font: 300 1.5rem/1.6 Montserrat,sans-serif,serif;
    color: #1e2e49
}

.h1, .h2, .h3, .h4, h1, h2, h3, h4 {
    font-weight: 600;
    line-height: 1.1;
    padding-bottom: 20px
}

.h1, h1 {
    font-size: 3.5rem
}

.h2, h2 {
    font-size: 3.2rem
}

.h3, h3 {
    font-size: 2.2rem
}

.h4, h4 {
    font-size: 1.6rem
}

@media(min-width:1200px) {
    body {
        font-size: 1.6rem
    }

    .h1, h1 {
        font-size: 4rem
    }

    .h2, h2 {
        font-size: 3.2rem
    }

    .h3, h3 {
        font-size: 2.4rem
    }

    .h4, h4 {
        font-size: 2rem
    }
}

.btn {
    font-size: 16px;
    font-weight: 600;
    border: 1px solid #1e2e49;
    text-transform: uppercase;
    transition: color .5s,transform .2s,background-color .2s;
    border-radius: 5px;
    padding: 12px 20px 10px;
    min-width: 100px;
    text-align: center;
    text-decoration: none
}

    .btn:hover {
        color: #1e2e49
    }

.btn--primary {
    color: #fff;
    background: #1e2e49
}

    .btn--primary, .btn--primary:hover {
        border: 1px solid #1e2e49;
        display: inline-block
    }

        .btn--primary:hover {
            color: #1e2e49;
            background: #fff;
            transition: color .5s ease
        }

.btn--secondary {
    color: #6c7788;
    border: 1px solid #6c7788;
    display: inline-block
}

    .btn--secondary:hover {
        color: #fff;
        background: #6c7788;
        transition: color .5s,transform .2s,background-color .2s
    }

.btn--more {
    background: #f6f6f3;
    border: 1px solid #f6f6f3;
    color: #1e2e49;
    text-transform: none;
    border-radius: 0;
    padding: 25px 40px;
    min-width: 290px
}

p {
    padding-bottom: 15px
}

#tinymce > p {
    font-size: 100%;
}

#tinymce > strong {
    font-size: 100%;
}

#tinymce > p > strong {
    font-size: 100%
}

#tinymce > table > tbody > tr:nth-child(1) > td:nth-child(1) > p > strong {
    font-size: 100%;
}

#tinymce > p > span {
    width: 200px;
}

#tinymce > h1 > span > strong {
    font-size: 100%;
}

.container {
    max-width: 1430px
}

.ojin-advBlock {
    margin-bottom: 20px
}

.grid-item {
    border-top: 1px solid #bbc0c8;
    padding: 20px 0;
    position: relative
}

    .grid-item p a {
        text-decoration: underline
    }

.grid-item__image {
    width: 100%;
    padding-bottom: 20px
}

.grid-item__title a, .grid-item__title p a {
    text-decoration: none
}

.ojin-loadMore {
    width: 100%;
    text-align: center;
    padding: 30px 0 60px
}

    .ojin-loadMore .btn {
        max-width: 450px;
        width: 100%
    }

.ojin-shareThis {
    padding: 30px 0 0;
    display: flex;
    justify-content: space-between;
    align-items: flex-end
}

@media(min-width:768px) {
    .grid-item.twoCol {
        display: flex;
        border: none;
        position: relative
    }

        .grid-item.twoCol:before {
            content: "";
            position: absolute;
            left: 0;
            right: 0;
            top: 0;
            height: 1px;
            background: #bbc0c8
        }

        .grid-item.twoCol .grid-item__image {
            margin-left: auto
        }

    .grid-item__image {
        min-width: 225px;
        max-width: 225px
    }

    .grid-item__content {
        padding-right: 30px;
        max-width: 820px;
        width: 100%
    }
}

@media(min-width:992px) {
    .ojin-loadMore {
        text-align: right
    }
}

@media(min-width:1200px) {
    .grid-item.twoCol:before {
        max-width: 690px
    }

    .ojin-advBlock {
        margin-bottom: 30px
    }

    .ojin-shareThis {
        padding: 40px 0 0
    }
}

.ojin-header .logo {
    width: 100%;
    max-width: 700px
}

.ojin-header__btnCon .btn {
    margin-left: 48px
}

.ojin-header__desktop {
    display: none
}

.ojin-header__mobile {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    z-index: 8;
    padding: 15px 15px 0;
    background: #fff
}

.ojin-header__mobileWrapper {
    display: flex;
    justify-content: space-between;
    position: relative;
    padding-bottom: 10px
}

    .ojin-header__mobileWrapper:after {
        content: "";
        position: absolute;
        left: 0;
        bottom: 0;
        right: 0;
        height: 1px;
        background: #707070
    }

.ojin-header__mobLogo {
    max-width: 300px;
    margin: auto;
    margin-top: 60px;
    padding: 25px 0;
    text-align: center;
    border-bottom: 1px solid #707070
}

.ojin-header__mobilebtnCon {
    padding: 25px 0 15px;
    text-align: center
}

    .ojin-header__mobilebtnCon .btn {
        margin: 0 0 20px;
        width: 100%
    }

.ojin-nav {
    padding-top: 30px
}

.ojin-nav__wrapper {
    padding-left: 0;
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    background: #fff;
    overflow: hidden;
    transform: translateX(-300%);
    transition: all .5s ease-in-out;
    z-index: 99;
    -webkit-backface-visibility: hidden;
    height: 100%;
    width: 100%
}

    .ojin-nav__wrapper.active {
        transform: translateX(0)
    }

.ojin-nav__bar {
    overflow: auto;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    z-index: 1;
    background: #fff
}

.ojin-nav__menuClose {
    position: absolute;
    top: 15px;
    right: 15px;
    z-index: 1
}

.ojin-nav ul li {
    padding: 15px 0;
    border-bottom: 1px solid hsla(0,0%,43.9%,.75);
    position: relative
}

    .ojin-nav ul li:hover ul {
        display: block
    }

    .ojin-nav ul li a {
        font-size: 1.6rem;
        font-weight: 600;
        text-transform: uppercase;
        text-decoration: none
    }

    .ojin-nav ul li.active a {
        color: #cf4520
    }

    .ojin-nav ul li ul {
        display: none;
        position: static;
        top: 100%;
        left: 0;
        padding: 0;
        background: #fff;
        min-width: 100%;
        z-index: 1;
        margin-top: -3px
    }

        .ojin-nav ul li ul li {
            display: block;
            border: none;
            padding-bottom: 5px
        }

            .ojin-nav ul li ul li .ojin-nav__subItem, .ojin-nav ul li ul li .ojin-nav__subItem a {
                font-size: 1.1rem;
                color: #1e2e49;
                font-weight: 400
            }

                .ojin-nav ul li ul li .ojin-nav__subItem a {
                    display: block;
                    text-transform: none;
                    padding: 3px 0
                }

            .ojin-nav ul li ul li .ojin-nav__subTitle {
                font-weight: 600;
                color: #1e2e49;
                font-size: 1.5rem;
                padding: 0 0 8px
            }

.overflowHidden {
    overflow: hidden
}

.ojin-search-desk, .ojin-search-mobile {
    padding: 0 15px;
    position: relative
}

    .ojin-search-desk button, .ojin-search-desk input, .ojin-search-mobile button, .ojin-search-mobile input {
        border: none;
        background: none
    }

    .ojin-search-desk input, .ojin-search-mobile input {
        font-size: 1.6rem;
        font-weight: 600;
        width: 110px;
        padding: 5px 30px 5px 5px;
        transition: all .25s ease-in-out
    }

        .ojin-search-desk input.active, .ojin-search-desk input:focus, .ojin-search-mobile input.active, .ojin-search-mobile input:focus {
            width: 220px
        }

    .ojin-search-desk button, .ojin-search-mobile button {
        position: absolute;
        top: 0;
        right: 15px
    }

    .ojin-search-desk ::-moz-placeholder, .ojin-search-mobile ::-moz-placeholder {
        opacity: 1;
        color: #1e2e49;
        text-transform: uppercase
    }

    .ojin-search-desk :-ms-input-placeholder, .ojin-search-mobile :-ms-input-placeholder {
        color: #1e2e49;
        text-transform: uppercase
    }

    .ojin-search-desk ::placeholder, .ojin-search-mobile ::placeholder {
        color: #1e2e49;
        text-transform: uppercase
    }

.ojin-search-desk {
    display: none
}

@media(min-width:768px) {
    .ojin-header__mobilebtnCon .btn {
        margin: 0 10px;
        width: auto
    }
}

@media(min-width:1200px) {
    .ojin-header__desktop {
        display: block
    }

    .ojin-header__mobile, .ojin-header__mobilebtnCon, .ojin-header__mobLogo {
        display: none
    }

    .ojin-search-desk {
        display: block
    }

    .ojin-nav {
        padding-top: 0
    }

        .ojin-nav ul li {
            display: inline-block;
            padding: 15px;
            border-bottom: none
        }

            .ojin-nav ul li:hover .ojin-nav__subNav, .ojin-nav ul li ul {
                border-top: 3px solid #cf4520
            }

            .ojin-nav ul li ul {
                position: absolute;
                box-shadow: 0 3px 3px 0 rgba(0,0,0,.2);
                padding: 10px 5px 25px;
                min-width: 200px
            }

    .ojin-nav__wrapper {
        position: relative;
        transform: none;
        overflow: initial;
        min-height: 56px
    }

    .ojin-nav__menuClose {
        display: none
    }

    .ojin-nav__bar {
        overflow: initial
    }

    .ojin-nav__container {
        display: flex;
        align-items: center;
        position: relative
    }

        .ojin-nav__container:before {
            top: 0
        }

        .ojin-nav__container:after, .ojin-nav__container:before {
            content: "";
            position: absolute;
            left: 15px;
            right: 15px;
            height: 1px;
            background: #707070
        }

        .ojin-nav__container:after {
            bottom: 0;
            z-index: -1
        }
}

.alert-box {
    background: #1e2e49;
    color: #fff;
    text-align: center;
    padding: 5px 35px;
    font-weight: 600;
    max-width: 1402px;
    margin: 0 auto;
    position: absolute;
    top: 0;
    left: 0;
    right: 0
}

.alert-box__container {
    display: none
}

    .alert-box__container.show {
        display: block
    }

.alert-box .close {
    font-size: 2.2rem;
    color: #fff;
    opacity: 1;
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    padding: 10px
}

@media(min-width:1200px) {
    .alert-box {
        position: relative
    }
}

.ojin-breadcrumb {
    display: none
}

@media(min-width:1200px) {
    .ojin-breadcrumb {
        display: block
    }

        .ojin-breadcrumb .breadcrumb {
            background: #fff;
            font-size: 12px;
            font-weight: 300;
            color: #bbc0c8;
            padding: 10px 0 0
        }

            .ojin-breadcrumb .breadcrumb a {
                font-weight: 600;
                color: #bbc0c8;
                text-decoration: none
            }

        .ojin-breadcrumb .breadcrumb-item + .breadcrumb-item:before {
            content: ">";
            font-weight: 600;
            color: #bbc0c8;
            font-size: 1.6rem;
            font-family: Montserrat,sans-serif;
            line-height: 1.4
        }
}

.ojin-currentTopic h1 {
    text-align: center
}

.ojin-currentTopic__cards {
    padding-top: 10px
}

.ojin-currentTopic__card {
    background: #f6f6f3;
    transition: all .25s ease-in-out;
    margin-bottom: 20px
}

    .ojin-currentTopic__card img {
        width: 100%
    }

    .ojin-currentTopic__card.orange {
        background: #cf4520;
        color: #fff
    }

        .ojin-currentTopic__card.orange .ojin-currentTopic__desc {
            padding: 30px 40px 80px
        }

        .ojin-currentTopic__card.orange h3 a {
            color: #fff
        }

        .ojin-currentTopic__card.orange .ojin-currentTopic__btnCon {
            position: absolute;
            bottom: 25px;
            left: 20px;
            right: 20px;
            text-align: center
        }

        .ojin-currentTopic__card.orange .btn--secondary {
            border-color: #fff;
            color: #fff
        }

            .ojin-currentTopic__card.orange .btn--secondary:hover {
                color: #cf4520;
                background: #fff;
                transition: color .5s ease
            }

.ojin-currentTopic__desc {
    padding: 20px 20px 60px;
    position: relative;
    min-height: 280px
}

.ojin-currentTopic__category {
    font-size: 1.2rem;
    font-weight: 600;
    text-transform: uppercase;
    color: #cf4520;
    padding-bottom: 10px
}

.ojin-currentTopic__title {
    padding-bottom: 10px
}

.ojin-currentTopic__subTitle {
    font-weight: 600;
    font-size: 1.2rem;
    color: #bbc0c8;
    padding-bottom: 10px
}

.ojin-currentTopic__date {
    font-weight: 600;
    font-size: 1.2rem;
    text-transform: uppercase;
    color: #bbc0c8;
    position: absolute;
    bottom: 20px;
    right: 20px
}

.ojin-currentTopic .ojin-currentTopic__btnCon {
    position: absolute;
    bottom: 25px;
    left: 20px;
    right: 20px;
    text-align: center
}

@media(min-width:768px) {
    .ojin-currentTopic h1 {
        text-align: left
    }

    .ojin-currentTopic__card {
        margin-bottom: 20px
    }

        .ojin-currentTopic__card.orange .ojin-currentTopic__desc {
            padding: 20px 20px 80px
        }

    .ojin-currentTopic__desc {
        min-height: 330px
    }

    .ojin-advContainer {
        display: flex;
        flex-wrap: wrap;
        margin-left: -15px;
        margin-right: -15px;
        margin: auto
    }

        .ojin-advContainer > div {
            width: 33.333%;
            padding: 0 15px
        }
}

@media(min-width:992px) {
    .ojin-advContainer {
        display: inline-block;
        margin: initial
    }

        .ojin-advContainer > div {
            width: 100%;
            padding: 0
        }
}

@media(min-width:1200px) {
    .ojin-currentTopic__card {
        margin-bottom: 30px
    }

        .ojin-currentTopic__card:hover {
            box-shadow: 0 3px 10px 0 rgba(0,0,0,.2)
        }
}

.ojin-featuredTopics {
    background: #1e2e49;
    padding: 25px 0 60px;
    margin: 40px 0 0;
    color: #fff
}

    .ojin-featuredTopics h3 {
        padding: 0 15px 20px;
        text-align: center;
        border-bottom: 1px solid #f6f6f3;
        text-transform: uppercase
    }

.ojin-featuredTopics__card {
    padding: 45px 20px 0
}

.ojin-featuredTopics__image {
    max-width: 125px
}

.ojin-featuredTopics__content {
    padding: 20px 20px 0 0
}

    .ojin-featuredTopics__content a {
        text-decoration: none
    }

    .ojin-featuredTopics__content p {
        font-size: 1.6rem;
        font-weight: 300
    }

        .ojin-featuredTopics__content p span {
            display: block
        }

        .ojin-featuredTopics__content p a {
            text-decoration: none
        }

.ojin-featuredTopics__title {
    font-weight: 600;
    font-size: 1.2rem;
    text-transform: uppercase;
    padding-bottom: 5px
}

@media(min-width:992px) {
    .ojin-featuredTopics {
        margin: 40px 0
    }

    .ojin-featuredTopics__card {
        padding: 35px 0 0
    }

    .ojin-featuredTopics__image {
        padding-top: 30px
    }

    .ojin-featuredTopics__content {
        padding: 0 20px 0 15px
    }
}

.ojin-additionalItems {
    padding: 40px 0 0
}

.ojin-additionalItems__title {
    text-transform: uppercase;
    text-align: center;
    border-bottom: 1px solid #bbc0c8;
    margin: 0 0 30px
}

@media(min-width:992px) {
    .ojin-additionalItems {
        padding: 30px 0 0
    }
}

.ojin-footer {
    padding: 50px 20px 20px
}

.ojin-footer__linkCol {
    margin: 10px 45px 0 0;
    padding: 25px 15px 10px;
    font-size: 1.2rem;
    font-weight: 600;
    width: 100%;
    border-top: 1px solid #707070
}

    .ojin-footer__linkCol li {
        padding: 3px 0
    }

        .ojin-footer__linkCol li a {
            text-decoration: none
        }

        .ojin-footer__linkCol li.ojin-footer__socialLinks {
            padding-bottom: 20px
        }

            .ojin-footer__linkCol li.ojin-footer__socialLinks a {
                display: inline-flex;
                align-items: flex-end;
                text-decoration: none
            }

                .ojin-footer__linkCol li.ojin-footer__socialLinks a img {
                    width: 25px;
                    height: 100%
                }

                .ojin-footer__linkCol li.ojin-footer__socialLinks a span {
                    line-height: 1;
                    padding-left: 7px
                }

.ojin-footer__colTitle {
    text-transform: uppercase;
    padding-bottom: 5px
}

.ojin-footer__copyright {
    padding: 20px 0 10px;
    border-top: 1px solid #707070
}

    .ojin-footer__copyright p {
        font-size: 1.2rem;
        font-weight: 300
    }

    .ojin-footer__copyright ul {
        padding-top: 10px
    }

        .ojin-footer__copyright ul li {
            display: inline-block;
            font-size: 12px;
            font-weight: 300;
            padding: 0 7px;
            position: relative
        }

            .ojin-footer__copyright ul li:after {
                content: "";
                position: absolute;
                right: 0;
                top: 3px;
                bottom: 3px;
                background: rgba(30,46,73,.4);
                width: 1px
            }

            .ojin-footer__copyright ul li:first-child {
                padding-left: 0;
                display: block
            }

                .ojin-footer__copyright ul li:first-child:after {
                    display: none
                }

            .ojin-footer__copyright ul li:nth-child(2) {
                padding-left: 0
            }

            .ojin-footer__copyright ul li:last-child {
                border: none
            }

                .ojin-footer__copyright ul li:last-child:after {
                    display: none
                }

            .ojin-footer__copyright ul li a {
                text-decoration: none
            }

@media(min-width:768px) {
    .ojin-footer {
        padding: 50px 0 10px
    }

    .ojin-footer__linksContainer {
        border-top: 1px solid #707070
    }

    .ojin-footer__linkCol {
        padding: 0 15px;
        border-right: 1px solid #707070;
        max-width: 195px;
        border-top: none
    }

        .ojin-footer__linkCol:last-child {
            border: none
        }

        .ojin-footer__linkCol li {
            padding: 5px 0
        }

    .ojin-footer__copyright {
        margin: 60px 0 0;
        padding: 10px 0
    }

        .ojin-footer__copyright ul {
            padding-top: 5px
        }

            .ojin-footer__copyright ul li:first-child {
                padding-left: 0;
                display: inline-block
            }

                .ojin-footer__copyright ul li:first-child:after {
                    display: block
                }

            .ojin-footer__copyright ul li:nth-child(2) {
                padding-left: 7px
            }
}

.ojin-introText p:last-child {
    padding-bottom: 0
}

.ojin-volume__number {
    padding-bottom: 10px
}

    .ojin-volume__number:last-child {
        padding-bottom: 0
    }

    .ojin-volume__number a {
        text-decoration: none
    }

@media(min-width:1200px) {
    .ojin-volume {
        padding: 0 100px 100px 0
    }
}

.ojin-columns__editor {
    color: #bbc0c8;
    font-size: 12px;
    font-weight: 400
}

.ojin-columns__date {
    font-weight: 600;
    color: #bbc0c8;
    font-size: 1.2rem
}

.ojin-columns ul {
    padding-bottom: 30px
}

@media(min-width:1200px) {
    .ojin-columns {
        padding: 0 0 40px
    }
}

.ojin-topicsFeatured {
    background: #f6f6f3;
    margin: 30px -15px
}

    .ojin-topicsFeatured h3 {
        width: 100%;
        text-align: center;
        padding: 20px 0 15px;
        border-bottom: 1px solid #1e2e49;
        text-transform: uppercase
    }

.ojin-topicsFeatured__wrapper {
    padding: 15px
}

.ojin-topicsFeatured__card {
    background: #1e2e49;
    color: #fff;
    padding: 35px 20px 80px;
    margin-bottom: 20px;
    position: relative
}

.ojin-topicsFeatured__subTitle {
    font-size: 1.6rem;
    font-weight: 600;
    padding: 0 0 15px
}

.ojin-topicsFeatured__image {
    width: 100%;
    max-width: 140px
}

.ojin-topicsFeatured__content {
    padding: 20px 0 0
}

    .ojin-topicsFeatured__content p {
        font-size: 1.6rem
    }

.ojin-articleCount {
    position: absolute;
    bottom: 20px;
    right: 20px
}

    .ojin-articleCount p {
        display: flex;
        align-items: flex-end;
        line-height: .9;
        font-size: 1.2rem;
        font-weight: 600
    }

        .ojin-articleCount p i {
            padding-right: 5px
        }

        .ojin-articleCount p span {
            padding-right: 2px
        }

@media(min-width:768px) {
    .ojin-topicsFeatured__card {
        height: 100%
    }
}

@media(min-width:1200px) {
    .ojin-topicsFeatured {
        margin: 30px 0
    }

    .ojin-topicsFeatured__card {
        padding: 15px 15px 0
    }

    .ojin-topicsFeatured__subTitle {
        padding: 0 0 10px
    }

    .ojin-topicsFeatured__contentWrapper {
        display: flex
    }

    .ojin-topicsFeatured__image {
        max-width: 130px;
        min-width: 130px
    }

    .ojin-topicsFeatured__content {
        padding: 0 0 20px 20px
    }

        .ojin-topicsFeatured__content p {
            line-height: 1.25
        }

    .ojin-articleCount p {
        padding-bottom: 0
    }
}

.ojin-topicsList .grid-item__content {
    padding-bottom: 40px
}

@media(min-width:1200px) {
    .ojin-topicsList {
        padding: 0 100px 0 0
    }

        .ojin-topicsList .grid-item__content {
            max-width: 700px;
            padding-bottom: 0
        }

        .ojin-topicsList .ojin-articleCount {
            bottom: 40px
        }
}

.ojin-articleHeadline {
    margin: auto;
    max-width: 88%
}

    .ojin-articleHeadline h1 {
        padding-bottom: 20px;
        font-size: 2rem;
        line-height: 1.45
    }

    .ojin-articleHeadline ul li {
        display: block;
        padding: 0 3px;
        position: relative
    }

        .ojin-articleHeadline ul li a {
            text-decoration: underline
        }

            .ojin-articleHeadline ul li a:hover {
                text-decoration: none
            }

        .ojin-articleHeadline ul li .ojin-authorBio__item {
            display: none;
            position: absolute;
            top: 25px;
            left: 0;
            width: 100%;
            max-width: 400px;
            min-width: 325px;
            text-align: left;
            background: #fff;
            padding: 25px;
            border: 1px solid #bbc0c8;
            z-index: 2
        }

            .ojin-articleHeadline ul li .ojin-authorBio__item p {
                line-height: 1.25
            }

            .ojin-articleHeadline ul li .ojin-authorBio__item ul li {
                list-style: disc;
                display: list-item;
                margin-left: 20px
            }

@media(min-width:992px) {
    .ojin-articleHeadline {
        max-width: 92%;
        text-align: center;
        padding: 0 0 30px
    }

        .ojin-articleHeadline h1 {
            font-size: 4rem;
            padding-bottom: 40px;
            line-height: 1.2
        }

        .ojin-articleHeadline ul {
            max-width: 85%;
            margin: auto
        }

            .ojin-articleHeadline ul li {
                display: inline-block
            }
}

@media(min-width:1400px) {
    .ojin-articleHeadline ul {
        max-width: 100%
    }
}

.ojin-options {
    padding: 5px 0;
    position: relative;
    width: 100%;
    border-bottom: 1px solid #bbc0c8
}

    .ojin-options ul {
        display: inline-block
    }

        .ojin-options ul li {
            display: inline-flex;
            align-items: center;
            justify-content: center
        }

            .ojin-options ul li:first-child a {
                margin-left: 0
            }

            .ojin-options ul li a {
                margin: 10px 20px;
                display: inline-block
            }

            .ojin-options ul li.print {
                display: none
            }

.ojin-ttlList {
    position: sticky;
    z-index: 1;
    left: 15px;
    top: 60px
}

    .ojin-ttlList.active .ojin-ttlList__anchor {
        border-bottom: none;
        border-left: none;
        border-color: #bbc0c8;
        background: #fff
    }

        .ojin-ttlList.active .ojin-ttlList__anchor a img {
            filter: none
        }

        .ojin-ttlList.active .ojin-ttlList__anchor a span, .ojin-ttlList.active .ojin-ttlList__links {
            display: block
        }

.ojin-ttlList__anchor {
    border: 1px solid #1e2e49;
    background: #1e2e49;
    display: inline-block;
    padding: 20px 20px 14px;
    position: relative;
    z-index: 2
}

    .ojin-ttlList__anchor a {
        display: inline-flex;
        line-height: 1;
        text-decoration: none
    }

        .ojin-ttlList__anchor a img {
            filter: brightness(0) invert(1)
        }

        .ojin-ttlList__anchor a span {
            padding-left: 10px;
            display: none;
            font-weight: 600;
            color: #bbc0c8;
            text-transform: uppercase
        }

.ojin-ttlList__links {
    position: absolute;
    right: 0;
    top: 0;
    border: 1px solid #bbc0c8;
    background: #fff;
    min-width: 200px;
    padding: 60px 20px 20px;
    z-index: 1;
    display: none
}

    .ojin-ttlList__links li {
        width: 303px;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        font-weight: 600;
        padding-bottom: 8px
    }

        .ojin-ttlList__links li:last-child {
            padding-bottom: 0
        }

        .ojin-ttlList__links li a {
            text-decoration: none
        }

.ojin-articleWrapper {
    padding: 30px 0 0;
    position: relative;
    min-height: 300px
}

.ojin-articleContent {
    position: relative
}

.ojin-articleContent__title {
    width: 100%;
    margin: 15px 0;
    border-bottom: 1px solid #bbc0c8
}

.ojin-articleContent p {
    word-break: break-word
}

.ojin-articleContent ul {
    padding: 0 0 20px 20px;
    width: 100%
}

    .ojin-articleContent ul li {
        list-style: disc
    }

.ojin-articleContent ol {
    padding: 0 0 20px 20px;
    width: 100%
}

    .ojin-articleContent ol li {
        list-style: decimal;
        padding: 5px 15px
    }

.ojin-articleContent .ojin-tabs {
    margin: 25px 0;
    padding: 0;
    width: 100%;
    border-top: 1px solid #707070;
    border-bottom: 1px solid #707070
}

    .ojin-articleContent .ojin-tabs li {
        display: inline-block
    }

        .ojin-articleContent .ojin-tabs li.active a {
            border-bottom: 2px solid #cf4520
        }

        .ojin-articleContent .ojin-tabs li a {
            padding: 20px;
            display: inline-block;
            font-weight: 600;
            font-size: 1.6rem;
            text-decoration: none
        }

.ojin-articleContent .ojin-twoCol .ojin-articleContent__title {
    margin: 15px
}

.calloutright, .CallOutRight, .ojin-calloutRight {
    float: right
}

.calloutleft, .CallOutLeft, .calloutright, .CallOutRight, .ojin-calloutLeft, .ojin-calloutRight {
    width: 100%;
    font-weight: 600;
    font-size: 12px;
    padding: 15px 0;
    border-top: 3px solid #cf4520;
    text-align: center
}

.calloutleft, .CallOutLeft, .ojin-calloutLeft {
    float: left
}

.ojin-articleAbstract {
    background: #f6f6f3;
    padding: 35px;
    margin-bottom: 5px
}

.ojin-articleAbstract__title {
    font-weight: 600;
    padding-bottom: 10px
}

.ojin-articleAbstract p:last-child {
    padding-bottom: 0
}

.ojin-articleAbstract a {
    text-decoration: underline
}

    .ojin-articleAbstract a:hover {
        text-decoration: none
    }

.ojin-keywords {
    padding: 15px 0
}

.ojin-keywords__title {
    font-weight: 600;
    padding-bottom: 10px
}

.ojin-keywords p:last-child {
    padding-bottom: 0
}

.ojin-references {
    font-size: 1.6rem;
    padding-bottom: 10px
}

    .ojin-references a {
        text-decoration: underline
    }

        .ojin-references a:hover {
            text-decoration: none
        }

    .ojin-references strong {
        font-weight: 600
    }

.ojin-figTable {
    padding-top: 20px
}

.ojin-figTable__title {
    font-size: 16px;
    font-weight: 600;
    padding-bottom: 5px
}

.ojin-figTable img {
    width: 100%;
    max-width: 400px;
    display: block
}

.ojin-figTable__desc {
    font-size: 12px;
    padding: 10px 0 15px
}

.ojin-figTable__table {
    background: rgba(201,162,122,.2);
    border: 1px solid #e3d6ce;
    border-radius: 5px;
    overflow: hidden;
    position: relative;
    padding: 0 0 10px
}

    .ojin-figTable__table:after, .ojin-figTable__table:before {
        content: "";
        position: absolute;
        left: 0;
        right: 0;
        bottom: 10px;
        height: 1px;
        background: #e3d6ce
    }

    .ojin-figTable__table:before {
        bottom: 5px
    }

    .ojin-figTable__table table {
        margin: 0;
        color: #1e2e49;
        font-size: 1.3rem
    }

        .ojin-figTable__table table thead {
            background: rgba(201,162,122,.8)
        }

            .ojin-figTable__table table thead th {
                border: none;
                padding: 15px 8px;
                font-weight: 600;
                line-height: 1.1;
                vertical-align: top;
                position: relative
            }

                .ojin-figTable__table table thead th:first-child {
                    padding-left: 15px
                }

                .ojin-figTable__table table thead th:last-child {
                    padding-right: 25px
                }

        .ojin-figTable__table table tbody td {
            padding: 15px 5px;
            border-top: 1px solid #e3d6ce;
            text-align: left
        }

            .ojin-figTable__table table tbody td:first-child {
                text-align: left;
                padding-left: 15px
            }

            .ojin-figTable__table table tbody td:last-child {
                padding-right: 15px
            }

            .ojin-figTable__table table tbody td p a {
                word-break: break-all
            }

        .ojin-figTable__table table tbody tr:first-child td p {
            padding-bottom: 0
        }

        .ojin-figTable__table table tbody tr:last-child {
            background: none
        }

            .ojin-figTable__table table tbody tr:last-child td {
                font-weight: inherit
            }

            .ojin-figTable__table table tbody tr:last-child input {
                -webkit-appearance: auto;
                -moz-appearance: auto;
                appearance: auto
            }

        .ojin-figTable__table table.table-col {
            font-size: 1.1rem
        }

        .ojin-figTable__table table p {
            word-break: normal
        }

.ojin-figTable__table-th {
    display: inline-block;
    position: relative
}

    .ojin-figTable__table-th:after {
        content: "";
        position: absolute;
        right: -20px;
        top: 5px;
        background: url(img/chevron-down.69e7caea.svg) no-repeat;
        z-index: 1;
        width: 15px;
        height: 100%;
        background-size: 100%
    }

.ojin-figTable .table-col thead th {
    max-width: 180px
}

.ojin-figTable .table-col .ojin-figTable__table-th:after {
    width: 8px;
    right: -12px;
    top: 3px
}

.ojin-figTable__figure img {
    width: 100%;
    max-width: 100%
}

.ojin-authorBio {
    padding: 25px 0 10px
}

    .ojin-authorBio h4 {
        border-bottom: 1px solid #bbc0c8
    }

.ojin-authorBio__item {
    padding: 15px 0 10px
}

    .ojin-authorBio__item p:last-child {
        padding-bottom: 0
    }

.ojin-authorBio__heading {
    font-weight: 700
}

.ojin-authorBio__email {
    padding: 4px 0 10px
}

.ojin-refList {
    padding: 20px 0 0
}

    .ojin-refList ol {
        list-style: none;
        counter-reset: item
    }

        .ojin-refList ol li {
            position: relative;
            padding: 15px 0 15px 20px;
            counter-increment: item;
            list-style: none
        }

            .ojin-refList ol li:before {
                content: counter(item) ".";
                position: absolute;
                left: -20px;
                top: 15px;
                font-weight: 600
            }

            .ojin-refList ol li:after {
                content: "";
                position: absolute;
                top: 0;
                left: -20px;
                right: 0;
                height: 1px;
                background: #bbc0c8
            }

            .ojin-refList ol li a {
                text-decoration: underline
            }

                .ojin-refList ol li a:hover {
                    text-decoration: none
                }

    .ojin-refList p a {
        text-decoration: underline
    }

        .ojin-refList p a:hover {
            text-decoration: none
        }

.ojin-articleDate {
    border-top: 1px solid #bbc0c8;
    padding: 10px 0 25px
}

    .ojin-articleDate p {
        padding: 0
    }

.ojin-citation {
    padding: 20px 0 0;
    border-top: 1px solid #bbc0c8
}

.ojin-citation__title {
    font-weight: 600;
    padding-bottom: 10px
}

.ojin-relatedArticles {
    border-top: 1px solid #707070;
    margin: 10px 0 0
}

.ojin-relatedArticles__headline {
    font-weight: 600;
    padding: 20px 0
}

.ojin-relatedArticles__item {
    border-top: 1px solid #bbc0c8;
    padding: 15px 0
}

.ojin-relatedArticles__category {
    font-weight: 600;
    font-size: 1.2rem;
    color: #bbc0c8
}

    .ojin-relatedArticles__category span {
        color: #cf4520;
        text-transform: uppercase;
        padding-right: 7px;
        font-weight: 600
    }

.ojin-relatedArticles__title {
    padding: 5px 0
}

    .ojin-relatedArticles__title a {
        text-decoration: underline
    }

        .ojin-relatedArticles__title a:hover {
            text-decoration: none
        }

.ojin-relatedArticles__editor {
    font-size: 12px;
    font-weight: 400;
    color: #bbc0c8
}

.ojin-articleShare {
    display: none;
    border: 1px solid #bbc0c8;
    padding: 10px 0;
    margin: 30px 0;
    z-index: 1
}

    .ojin-articleShare.active {
        left: 0
    }

    .ojin-articleShare span {
        margin: 15px;
        font-weight: 600;
        color: #bbc0c8;
        text-transform: uppercase
    }

.back-to-top {
    display: none
}

    .back-to-top a {
        position: fixed;
        bottom: 0;
        right: 0;
        width: 50px;
        height: 50px;
        display: flex;
        justify-content: center;
        align-items: center;
        background: #cf4520;
        color: #fff;
        text-decoration: none
    }

        .back-to-top a i {
            font-size: 4.5rem;
            color: #fff;
            -webkit-text-stroke: 1px #cf4520;
            line-height: 0
        }

@media(min-width:768px) {
    .calloutright, .CallOutRight, .ojin-calloutRight {
        width: 200px;
        margin: 5px 0 0 20px
    }

    .calloutleft, .CallOutLeft, .ojin-calloutLeft {
        width: 200px;
        margin: 5px 20px 0 0
    }
}

@media(min-width:992px) {
    .ojin-ttlList {
        float: left
    }

        .ojin-ttlList.active .ojin-ttlList__anchor {
            border-right: none;
            border-left: 1px solid #bbc0c8
        }

    .ojin-ttlList__anchor {
        position: absolute;
        min-width: 66px;
        min-height: 60px
    }

    .ojin-ttlList__links {
        left: 0;
        right: inherit
    }

    .ojin-articleContent {
        padding-left: 95px
    }

    .ojin-articleContent__title {
        margin: 35px 0 15px
    }

    .ojin-articleContent .ojin-twoCol .ojin-articleContent__title {
        margin: 35px 15px 15px
    }

    .ojin-articleContent .ojin-tabs {
        margin-top: 0;
        border-top: 1px solid #bbc0c8;
        border-bottom: 1px solid #bbc0c8
    }

    .ojin-figTable {
        padding-top: 0
    }

    .ojin-figTable__table table {
        font-size: 1.6rem
    }

        .ojin-figTable__table table tbody td {
            text-align: right
        }

            .ojin-figTable__table table tbody td:first-child {
                text-align: left
            }

    #content-desktop {
        display: block
    }

    .ojin-tableContainer {
        padding: 0 0 25px
    }
}

@media(min-width:1200px) {
    .ojin-options ul li.print {
        display: inline-block
    }

    .ojin-ttlList {
        top: 55px
    }

    .ojin-ttlList__anchor {
        background: #fff;
        border-color: #bbc0c8
    }

        .ojin-ttlList__anchor a img {
            filter: none
        }

    .ojin-articleContent {
        padding-left: 110px
    }

    .ojin-articleAbstract {
        padding: 45px 45px 50px
    }

    .ojin-keywords {
        padding: 25px 0
    }

    .ojin-relatedArticles {
        margin: 15px 0 0
    }

    .ojin-citation {
        padding: 0;
        border-top: none
    }

    .back-to-top a {
        bottom: 20px;
        width: 65px;
        height: 65px
    }

        .back-to-top a i {
            margin-top: -5px;
            font-size: 5rem
        }

    .ojin-articleWrapper .col-xl-8 .ojin-articleDate {
        display: none
    }
}

@media print {
    .ojin-footer, .ojin-header, .ojin-ttlList {
        display: none
    }

    .ojin-articleHeadline {
        text-align: center
    }

    .ojin-articleDate .ojin-options, .ojin-tabs li:not(:first-child) {
        display: none
    }

    .table_row_header {
        background: rgba(201,162,122,.8);
        text-align: center;
        font-weight: 600;
        line-height: 1.1;
        border-top: none
    }
}

.ojin-lettersList__item {
    border-top: 1px solid #bbc0c8;
    padding: 25px 0 10px
}

.ojin-lettersList .grid-item {
    border: none;
    padding-top: 0
}

.ojin-lettersList .grid-item__content {
    max-width: 100%;
    padding-right: 0
}

.ojin-lettersList .grid-item__title a {
    text-decoration: none
}

.ojin-lettersList__editor {
    color: #bbc0c8;
    font-size: 12px;
    font-weight: 400
}

.ojin-lettersList__reply {
    padding: 5px 0 0 50px;
    position: relative
}

    .ojin-lettersList__reply:after {
        content: "";
        position: absolute;
        left: 10px;
        top: 5px;
        font-size: 2.5rem;
        font-family: FontAwesome;
        transform: scaleY(-1);
        color: #bbc0c8
    }

@media(min-width:1200px) {
    .ojin-lettersList {
        padding: 0 100px 0 0
    }
}

.grid--center .c-container-block__heading {
    text-align: center
}

.c-search-results__subheading {
    font-size: 2rem;
    line-height: 1.4;
    color: #036;
    text-align: center;
    color: #222;
    margin-bottom: 2.8125rem;
    border-bottom: 1px solid #cdcdcd;
    padding-bottom: 1.875rem
}

.e-search-box {
    display: block;
    position: relative;
    background-color: #fff;
    border: 1px solid #cdcdcd;
    padding-right: 3.4375rem;
    transition: border-color .3s ease;
    max-width: 1020px
}

.c-search-results__controls .e-search-box {
    margin-bottom: 1.25rem;
    margin-top: 40px
}

.e-search-box__input {
    font-size: 1.75rem;
    line-height: 1.4;
    color: #036;
    width: 100%;
    height: 3.4375rem;
    line-height: 3.4375rem;
    background-color: transparent;
    border: none;
    padding: 2.5rem 1.5rem
}

.e-search-box__btn-search {
    display: block;
    position: absolute;
    width: 2.5rem;
    height: 2.5rem;
    background: transparent;
    border: none;
    border-radius: 50%;
    padding: 0;
    right: .625rem;
    top: 50%;
    transform: translateY(-50%);
    z-index: 1
}

    .e-search-box__btn-search:before {
        display: inline-block;
        vertical-align: middle;
        line-height: 1;
        font-weight: 400;
        font-style: normal;
        speak: none;
        text-decoration: inherit;
        text-transform: none;
        text-rendering: optimizeLegibility;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        content: "";
        font-family: FontAwesome;
        font-size: 1.625rem;
        line-height: 1.625rem;
        color: #009cde
    }

.e-search-box__btn-search-text {
    position: absolute;
    left: -9999px
}

.c-search-results__item {
    list-style-type: none;
    padding: 25px 0;
    border-bottom: 1px solid #bbc0c8
}

    .c-search-results__item:last-child {
        border-bottom: none
    }

.e-search-result__heading {
    font-size: 2rem;
    line-height: 1.4;
    padding-bottom: 0
}

.c-search-results .e-pagination {
    display: flex;
    align-items: center;
    padding: .625rem 0 5rem;
    text-align: left
}

.c-search-results .e-pagination__dir {
    display: flex;
    align-items: center;
    font-size: 1.5rem;
    border-radius: 8px;
    transition: background-color .3s ease,color .3s ease
}

.e-pagination__dir {
    color: #009cde;
    display: inline-block;
    font-size: 2rem;
    height: 2rem;
    text-decoration: none;
    vertical-align: top;
    font-weight: 600
}

.c-search-results .e-pagination__dir--next {
    padding-left: 10px
}

.c-search-results .e-pagination__dir--prev {
    padding-right: 10px
}

.e-pagination__dir--prev:before {
    content: "";
    padding-right: 10px
}

.c-search-results .e-pagination__dir--next:after, .e-pagination__dir--prev:before {
    display: inline-block;
    vertical-align: middle;
    line-height: 1;
    font-weight: 400;
    font-style: normal;
    speak: none;
    text-decoration: inherit;
    text-transform: none;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-family: FontAwesome;
    font-size: 2rem;
    -webkit-text-stroke: 1px #fff
}

.c-search-results .e-pagination__dir--next:after {
    content: "";
    padding-left: 10px
}

.c-search-results .e-pagination__dir--disabled {
    color: #cdcdcd
}

.c-search-results .e-pagination__list-item {
    width: 2rem;
    height: 2rem;
    font-size: 1.125rem;
    line-height: 2rem
}

.c-search-results .e-pagination__list-item--active {
    background-color: rgba(0,156,222,.1);
    color: #009cde;
    border-radius: 8px
}

.c-search-results .e-pagination__list-item {
    font-size: 1.5rem;
    font-weight: 600;
    width: 3rem;
    height: 3rem;
    margin: 0 2px;
    line-height: 3rem;
    text-decoration: none;
    color: #036;
    text-align: center;
    transition: background-color .3s ease,color .3s ease
}

.mfp-hide {
    display: none
}

.c-search-results__categories .filter-list {
    list-style-type: none;
    margin-bottom: 0
}

    .c-search-results__categories .filter-list > li {
        display: inline-block
    }

    .c-search-results__categories .filter-list li label {
        cursor: pointer
    }

    .c-search-results__categories .filter-list .label {
        font-weight: 500;
        display: block;
        padding: .75rem 1rem;
        border-radius: 8px;
        color: #036;
        transition: background-color .3s ease,color .3s ease
    }

.e-tag {
    font-size: 1.2rem;
    font-weight: 600;
    display: inline-block;
    vertical-align: middle;
    height: 2.2rem;
    line-height: 2.2rem;
    padding: 0 .625rem;
    border-radius: .5rem;
    text-transform: uppercase;
    text-align: center;
    letter-spacing: .125rem
}

.e-tag--blue {
    background-color: rgba(0,51,102,.1);
    color: #036
}

.c-search-results__filter-bar {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid #cdcdcd;
    border-top: 1px solid #cdcdcd;
    margin: 25px 0 25px;
    padding: .75rem 1.25rem
}

.c-search-results__categories .filter-list input[type=checkbox]:checked + .label, .c-search-results__categories .filter-list input[type=checkbox]:focus + .label, .c-search-results__categories .filter-list label:hover .label {
    background-color: rgba(0,156,222,.1);
    color: #009cde
}

.c-search-results__categories .filter-list .overflow-select {
    border-radius: 8px;
    border: 0;
    background: transparent;
    color: #036;
    margin: 0 0 0 .9375rem;
    padding: .5rem 1rem;
    cursor: pointer;
    transition: background-color .3s ease,color .3s ease;
    -webkit-appearance: button
}

    .c-search-results__categories .filter-list .overflow-select:after {
        display: inline-block;
        vertical-align: middle;
        line-height: 1;
        font-weight: 400;
        font-style: normal;
        speak: none;
        text-decoration: inherit;
        text-transform: none;
        text-rendering: optimizeLegibility;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        content: "";
        font-family: FontAwesome;
        padding-left: 7px;
        margin-top: -4px
    }

.c-search-results__categories .filter-list .is--open .overflow-select:after {
    content: "";
    margin-bottom: -4px
}

.c-search-results__categories .filter-list .overflow-select:focus, .c-search-results__categories .filter-list .overflow-select:hover {
    background-color: rgba(0,156,222,.1);
    color: #009cde
}

.c-search-results__categories .filter-list .overflow-select:after {
    font-size: 1.5625rem
}

.c-search-results__categories .filter-list .overflow-options li {
    display: block
}

.c-search-results__showing {
    color: rgba(12,30,41,.8);
    border-top: 1px solid #cdcdcd;
    padding-top: 1.875rem
}

.c-search-filters header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 0 -1.25rem 1.25rem;
    padding: 2.8125rem .625rem 1.25rem 1.25rem;
    border-bottom: 1px solid #cdcdcd;
    display: none
}

.c-search-results__filter-bar .results-number {
    font-size: 1.75rem;
    font-weight: 600;
    color: #222
}

.c-search-results__filter-bar .filter-button {
    background-color: rgba(0,156,222,.1);
    color: #009cde;
    font-size: 1.75rem;
    font-weight: 600;
    line-height: 1.875rem;
    border-radius: 8px;
    border: 0;
    padding: 1rem 1.2rem;
    -webkit-appearance: button
}

    .c-search-results__filter-bar .filter-button:after {
        content: "+";
        display: inline-block;
        vertical-align: top;
        font-size: 2.5rem;
        font-weight: 600;
        padding-left: 5px
    }

.c-search-filters footer .clear {
    padding: .4375rem .625rem;
    border-radius: 8px;
    background-color: transparent;
    color: #036;
    font-weight: 600;
    border: 0;
    transition: background-color .3s ease,color .3s ease
}

    .c-search-filters footer .clear:before {
        padding: .5rem .75rem;
        margin-right: .5rem;
        vertical-align: baseline;
        background-color: #f3f3f3;
        color: #036;
        border-radius: 8px;
        display: inline-block;
        vertical-align: middle;
        line-height: 1;
        font-weight: 400;
        font-style: normal;
        speak: none;
        text-decoration: inherit;
        text-transform: none;
        text-rendering: optimizeLegibility;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        content: "X";
        font-weight: 600
    }

@media only screen and (min-width:768px) {
    .c-search-filters.mfp-hide {
        display: block !important;
        padding: 25px 0
    }

    .c-search-results__categories {
        display: inline-block
    }

        .c-search-results__categories .filter-list .overflow {
            position: relative
        }

        .c-search-results__categories .filter-list .overflow-options {
            display: none;
            position: absolute;
            top: 3.5rem;
            left: .9375rem;
            width: 9.6875rem;
            background: #fff;
            margin: 0;
            z-index: 5;
            box-shadow: 0 0 4px 0 rgba(0,0,0,.3)
        }

            .c-search-results__categories .filter-list .overflow-options li .label {
                border-radius: 0;
                padding: .4375rem 1.25rem
            }

    .c-search-filters footer, .c-search-filters header, .c-search-results__filter-bar {
        display: none
    }
}

@media only screen and (max-width:767px) {
    .c-search-results__showing {
        display: none
    }

    .c-search-results__categories .filter-list > li {
        display: block
    }

    .c-search-results__categories .filter-list .label {
        display: flex;
        justify-content: space-between;
        align-items: center;
        width: 100%;
        margin: 0 0 .625rem;
        border: 1px solid #e7e7e7;
        color: rgba(34,34,34,.8);
        padding: .75rem 1.25rem;
        transition: background-color .3s ease,border-color .3s ease,color .3s ease;
        border-radius: 8px
    }

    .c-search-results__categories .filter-list li label {
        display: block
    }

    .c-search-results__categories .filter-list .overflow-select {
        display: none
    }

    .c-search-filters footer {
        margin: 1.25rem -1.25rem 0;
        padding: 1.25rem;
        text-align: center
    }
}
