
.content-margin {
    margin-bottom: 20px;
    text-transform: uppercase;
}

@media screen and (min-width: 640px) {
    .article-text-format p, .article-text-format ul {
        font-size: 1.125rem;
        margin-bottom: 20px
    }

    .content-margin {
        margin-bottom: 30px
    }
}
h1, h2, h3 {
    font-weight: 300 !important;
    color: #231f20;
}
a {
    background-color: transparent;
    text-decoration: none;
}
.global-header-detail h2, .global-header-detail h2 span {
    border-bottom: 2px solid #333
}

.global-header-detail h2, .global-header-detail h3, th {
    text-transform: uppercase;
    font-family: "Roboto Condensed", "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif
}

.global-header-detail a, .global-header-detail a:hover {
    color: #333
}

.global-header-detail h2 {
    font-size: 20px;
    clear: both;
    color: #333;
    padding: 0 25px 5px 50px;
    margin-left: -25px;
    margin-right: -15px;
    margin-bottom: 8px;
    background: url(../img/arrow-list-closed.svg) left center no-repeat;
    background-size: 18px 18px;
    background-position: 25px 3px
}

@media screen and (min-width: 767px) {
    .global-header-detail h2 {
        margin-right: -25px
    }
}

.global-header-detail h2.active {
    background: url(../img/arrow-list-open.svg) left center no-repeat;
    background-size: 18px 18px;
    background-position: 25px 3px
}

.global-header-detail h3 {
    font-size: 16px;
    background: #f3f3f3;
    padding: 5px 10px;
    font-weight: 400;
    clear: both
}

.global-header-detail h3 a, .global-header-detail h3 a:active, .global-header-detail h3 a:hover {
    color: #333;
    display: block;
    width: 100%
}

.global-header-detail h3 a:before {
    margin-right: 5px;
    content: '+'
}

.global-header-detail h3.active a:before {
    content: '-'
}

.global-header-detail li {
    font-size: 17px
}

.global-header-detail li a {
    color: #333;
    border-bottom: 1px solid #f3f3f3;
    display: inline-block;
    padding: 3px 3px 3px 25px;
    width: 100%
}

@media screen and (min-width: 767px) {
    .global-header-detail ul {
        float: left;
        display: block;
        margin-right: 2.35765%;
        width: 31.76157%
    }

    .global-header-detail ul:last-child {
        margin-right: 0
    }

    th:first-child {
        padding-left: 25px
    }
}

.global-header-detail .g-child-content, .global-header-detail .g-parent-content {
    display: none
}

.global-header-detail .g-child-content {
    margin-bottom: 20px
}

.global-header-detail .g-child-content::after {
    clear: both;
    content: "";
    display: table
}

.mfp-container:before, .mfp-figure:after {
    content: ''
}

.global-header-detail a.g-parent {
    display: block
}

#links-container {
    margin-top: 0
}

@media screen and (min-width: 1024px) {
    #links-container {
        margin-top: 70px
    }
}
.link-bold {
    font-weight: 700;
    position: relative;
    font-size: 14px !important;
}