﻿@media only screen and (min-width: 900px) {
    article-collection article-nav {
        max-height: calc(100vh - 110px);
        order: 2;
        overflow-x: hidden;
        overflow-y: scroll;
        padding-top: 20px;
        position: sticky;
        top: 68px;
        width: 30%;
    }
}

article-nav {
    display: block;
    min-height: 50px;
}

@media only screen and (min-width: 900px) {
    article-collection article-nav ul.level-1 {
        margin: 0;
    }
}

@media only screen and (min-width: 900px) {
    article-collection article-nav ul {
        margin: 0 0 0 30px;
    }
}

article-collection article-nav ul {
    list-style: none;
}

@media only screen and (min-width: 900px) {
    article-collection article-nav ul.level-1 > li {
        margin: 0 0 50px;
    }
}

ul li {
    font-size: 17px;
    line-height: 28px;
}


@media only screen and (min-width: 900px) {
    article-collection article-nav a {
        color: #000;
        display: block;
        margin: 10px 0 0;
    }
}

@media only screen and (min-width: 900px) {
    article-collection article-nav ul.level-1 > li > a {
        margin: 0;
        padding-right: 15px;
    }
}

@media only screen and (min-width: 900px) {
    article-collection article-nav::-webkit-scrollbar {
        display: none;
    }
}

.is-h2, h2 {
    font-size: 28px;
    line-height: 1.2em;
}

@media only screen and (min-width: 900px) {
    article-collection article-nav ul:not(.level-1):not([open]) {
        display: none;
    }
}

@media only screen and (min-width: 900px) {
    article-collection article-nav ul {
        margin: 0 0 0 30px;
    }
}

@media only screen and (min-width: 900px) {
    article-collection article-nav a {
        color: #000;
        display: block;
        margin: 10px 0 0;
    }
}

@media only screen and (min-width: 900px) {
    article-collection article-nav ul h3 {
        font-size: 18px;
        line-height: 20px;
    }
}

@media only screen and (min-width: 900px) {
    article-collection article-nav a.active h2, article-collection article-nav a.active h3, article-collection article-nav a.active h4, article-collection article-nav a.active h5, article-collection article-nav a.active p {
        border-bottom: 1px solid #000;
        font-weight: 500;
    }
}

@media only screen and (min-width: 900px) {
    article-collection article-nav ul h2 {
        font-size: 25px;
    }
}

@media only screen and (min-width: 900px) {
    article-collection article-nav a.has-children:after {
        border-top-color: #000;
        border-width: 5px;
    }
}

article-collection article-nav a.has-children:after {
    border-bottom: none;
    border-left: solid transparent;
    border-right: solid transparent;
    border-top-style: solid;
    content: "";
    position: absolute;
    right: 5px;
    top: 50%;
    transform: translateY(-50%);
}

ul li {
    font-size: 17px;
    line-height: 28px;
}

@media only screen and (min-width: 900px) {
    article-collection article-nav ul.level-1 > li {
        margin: 0 0 50px;
    }
}

@media only screen and (min-width: 900px) {
    article-collection article-nav ul.level-2 {
        margin-top: 30px;
    }
}

@media only screen and (min-width: 900px) {
    article-collection article-nav ul {
        margin: 0 0 0 30px;
    }
}

@media only screen and (min-width: 900px) {
    article-collection article-nav ul.level-2 > li {
        margin: 30px 0;
    }
}

article-collection article-nav a {
    position: relative;
}

*, :after, :before {
    box-sizing: border-box;
}

article-collection article-nav h2, article-collection article-nav h3, article-collection article-nav h4, article-collection article-nav h5, article-collection article-nav p {
    display: inline;
    font-weight: 400;
    margin: 0;
}

@media only screen and (min-width: 900px) {
    article-collection article-nav a {
        color: #000;
        display: block;
        margin: 10px 0 0;
    }
}

@media only screen and (min-width: 900px) {
    article-collection article-nav a.has-children:after {
        border-top-color: #000;
        border-width: 5px;
    }
}


article-pagination {
    align-items: center;
    background: #fff;
    bottom: -1px;
    box-shadow: 0 -5px 7px 0 rgba(50, 50, 50, .1);
    display: flex;
    flex-wrap: nowrap;
    justify-content: center;
    position: sticky;
}

    article-pagination a {
        margin: 0 5px;
        padding: 10px 0;
    }

a {
    color: #5590d9;
    text-decoration: none;
}

article-pagination a[rel=next] {
    margin-left: 15px;
}


article-list {
    display: block;
    padding: 20px 0 30px;
}

@media only screen and (min-width: 900px) {
    article-list {
        order: 3;
        padding-left: 20px;
        width: 70%;
    }
}


@media only screen and (min-width: 900px) {
    article-collection {
        align-items: flex-start;
        display: flex;
        flex-flow: row wrap;
    }
}

article-collection {
    display: flex;
    flex-direction: column;
}

ac-header {
    width: 100%;
}

ac-header {
    display: block;
    margin-top: 20px;
}

@media only screen and (min-width: 900px) {
    article-collection {
        align-items: flex-start;
        display: flex;
        flex-flow: row wrap;
    }
}

@media only screen and (min-width: 900px) {
    article-collection ac-header p.breadcrumb {
        margin: 10px 0 0;
    }
}

.has-margin-10-bottom {
    margin-bottom: 10px !important;
}

.has-line-height-20 {
    line-height: 20px;
}

.is-p, p {
    font-size: 17px;
    line-height: 28px;
    margin: 0 0 21px;
}

.has-text-eminence {
    color: #6c3082;
}

.has-text-size-12 {
    font-size: 12px !important;
}

.has-margin-5-left {
    margin-left: 5px !important;
}

.is-inline-block {
    display: inline-block !important;
}

.has-text-size-12 {
    font-size: 12px !important;
}

ac-header h1 {
    font-size: 35px;
    margin: 0;
}

.is-h1, h1 {
    font-family: Montserrat, sans-serif;
    font-size: 42px;
    font-weight: 400;
    line-height: 50px;
    margin: 10px 0;
}

@media only screen and (min-width: 900px) {
    ac-header {
        background: #fff;
        border-bottom: 1px solid #dbdbdb;
        margin: 0;
        padding: 10px 0;
    }
}

@media only screen and (min-width: 900px) {
    article-list pager > a {
        width: 33%;
    }
}

article-list pager > a {
    color: #000;
    margin: 0 0 30px;
    padding: 0 10px;
    width: 50%;
}

    article-list pager > a p {
        font-size: 16px;
        line-height: 25px;
        margin: 0;
    }

article-list pager > a {
    color: #000;
    margin: 0 0 30px;
    padding: 0 10px;
    width: 50%;
}

article-list pager {
    align-content: flex-start;
    align-items: flex-start;
    display: flex;
    flex-flow: row wrap;
}

@media only screen and (min-width: 900px) {
    article-list pager > a {
        width: 33%;
    }
}

@media only screen and (max-width: 899px) {
    article-collection ac-header p.breadcrumb {
        padding: 0 10px;
    }
}

@media only screen and (max-width: 899px) {
    article-collection article-nav {
        background: #fff;
        box-shadow: 0 5px 7px 0 rgba(50, 50, 50, .1);
        position: sticky;
        top: 50px;
        z-index: 1;
    }
}

@media only screen and (max-width: 899px) {
    article-collection article-nav ul.level-1 {
        align-items: center;
        display: flex;
        flex-flow: row nowrap;
        height: 50px;
        list-style: none;
        margin: 0;
    }
}

@media only screen and (max-width: 899px) {
    article-collection article-nav ul.level-1 > li {
        flex-grow: 1;
        text-align: center;
    }
}

@media only screen and (max-width: 899px) {
    article-collection article-nav ul.level-1 > li > a {
        align-items: center;
        color: #000;
        display: flex;
        font-size: 12px;
        height: 50px;
        line-height: 17px;
        padding: 0 21px 0 13px;
    }
}

@media only screen and (max-width: 899px) {
    article-collection article-nav ul.level-1 > li h2 {
        font-size: 12px;
        font-weight: 400;
        margin: 0;
    }
}

@media only screen and (max-width: 899px) {
    article-collection article-nav a.active h2, article-collection article-nav a.active h3, article-collection article-nav a.active h4, article-collection article-nav a.active h5, article-collection article-nav a.active p {
        border-bottom: 1px solid #fff;
        font-weight: 500;
    }
}

@media only screen and (max-width: 899px) {
    article-collection article-nav ul.level-1 > li:not(.open) .level-2 {
        display: none;
    }
}

@media only screen and (max-width: 899px) {
    article-collection article-nav ul.level-2 {
        background: #000;
        left: 0;
        margin: 0;
        max-height: calc(100vh - 100px);
        overflow: scroll;
        padding: 10px;
        position: absolute;
        text-align: left;
        top: 50px;
        width: 100%;
    }
}

@media only screen and (max-width: 899px) {
    article-collection article-nav ul {
        margin: 0 0 0 30px;
    }
}

@media only screen and (max-width: 899px) {
    article-collection article-nav ul.level-2 a {
        color: #fff;
    }
}

@media only screen and (max-width: 599px) {
    .has-padding-0-mobile {
        padding: 0 !important;
    }
}

@media only screen and (max-width: 899px) {
    ac-header h1 {
        font-size: 30px;
        padding: 0 10px;
    }
}

article-pagination a.active {
    color: #000;
}