/* -- Article: Title -- */

main article .title h1 {
    font-weight: 600;
    font-size: 1.8rem;
    line-height: 1.5;
    margin: 1.5rem 10% 1.5rem 10%;
}

.page-child main article .title h1 {
    color: #797c7c;
}

main article .title h2 {
    font-weight: 700;
    font-size: 1.3rem;
    line-height: 1.5;
    margin: 1rem 5% 0 5%;
}

main article h3 {
    color: #3d403f;
}

main h1 a, main h1 a:hover, main h1 a:active, main h1 a:focus {
    color: inherit;
    font-weight: 700 !important;
    text-decoration: none !important;
}

main h2 a, main h2 a:hover, main h2 a:active, main h2 a:focus {
    color: inherit;
    font-weight: 700 !important;
    text-decoration: none !important;
}

main article p, main article li, main article blockquote {
    text-align: justify;
}

main article .title .featured-image {
    width: 80%;
    margin: 1.5rem 10%;
}

main article .title .featured-image img {
    width: 100%;
    height: auto;
}

@media screen and (max-width: 767px) {
    main article .title h1, main article .title h2 {
        word-break: break-word;
        hyphens: auto;
    }
}

@media screen and (min-width: 768px) {
    main article .title {
        padding-top: 30px;
    }

    main article .title h1 {
        margin: 2.25rem 10% 1.5rem 10%;
    }

    main article .title h2 {
        margin: 0 10%;
    }

    main article .title .featured-image {
        width: 20%;
        float: right;
        margin: 2.25rem 10% 40px 25px;
    }
}

/* -- Article: Read More links -- */

main .readmore {
    float: right;
    display: block;
    min-width: 100px;
    height: 40px;
    line-height: 40px;
    text-decoration: none;
    font-weight: 700;
    padding-right: 60px;
    background-position: center right;
    background-repeat: no-repeat;
    background-size: contain;
}

main .readmore:hover, main .readmore:active, main .readmore:focus {
    opacity: 0.85;
}

main #prevnext {
    margin: 0 10% 20px 10%;
    padding-top: 20px;
    padding-bottom: 5px;
}

main #prevnext .readmore, main article .acf-row-block_bg .readmore {
    font-style: italic;
    font-weight: 600;
    font-size: 1.2rem;
}

/* -- Article: Content -- */

main article .acf-row-content, main article .acf-row-content_2col {
    padding: 5px 10% 15px 10%;
}

main article a {
    text-decoration: underline;
}

main article a:hover, main article a:active, main article a:focus {
    font-weight: 600;
    text-decoration: underline;
}

main article .acf-row-content img, main article .acf-row-content_2col img {
    max-width: 100%;
    height: auto;
}

main article img.alignleft {
    margin: 4px 40px 25px 0;
}

main article img.alignright {
    margin: 4px 0 25px 40px;
}

main article img.alignleft.size-thumbnail, main article img.alignright.size-thumbnail {
    max-width: 30% !important;
}

main article img.alignleft.size-medium, main article img.alignright.size-medium {
    max-width: 50% !important;
}

main article img.alignleft.size-full, main article img.alignright.size-full {
    max-width: 100% !important;
}

main article .acf-row-content table td, main article .acf-row-content_2col table td {
    word-break: break-word;

}

/* -- Article: Two-column Content -- */

main article .acf-row-content_2col .column {
    margin-bottom: 20px;
}

@media screen and (min-width: 768px) {
    main article .acf-row-content_2col .content-inner {
        width: 100%;
        display: flex;
        justify-content: space-between;
    }

    main article .acf-row-content_2col .column {
        margin: 0;
        width: 45%;
    }
}

/* -- Article: Table -- */

main article .acf-row-table {
    padding: 5px 10% 15px 10%;
}

main article .acf-row-table table {
    width: 100%;
    border-collapse: collapse;
}

main article .acf-row-table table th {
    font-weight: 600;
    background-color: #f3f3f3;
}

main article .acf-row-table table th, main article .acf-row-table table td {
    vertical-align: top;
    text-align: left;
    padding: 10px;
    border: 1px solid #ddd;
    word-break: break-word;
}

/* -- Article: Title with anchor -- */

main article .acf-row-title_anchor {
    padding: 5px 10% 15px 10%;
}

main article .acf-row-title_anchor hr {
    margin: 1rem 0 2.4rem 0;
}

main article .acf-row-title_anchor h3 {
    margin-bottom: 0.2rem;
}

main article .acf-row-title_anchor img {
    float: right;
    width: 25%;
    margin: 0 0 0.2rem 10%;
}

/* -- Article: Question and answer -- */

main article .acf-row-question_answer {
    padding: 5px 10% 5px 10%;
}

main article .acf-row-question_answer h4 a {
    text-decoration: none;
    font-weight: 600;
}

main article .acf-row-question_answer h4 a:hover, main article .acf-row-question_answer h4 a:active, main article .acf-row-question_answer .expanded h4 a {
    text-decoration: underline;
}

main article .acf-row-question_answer h4 a::before {
    float: right;
    margin-left: 15px;
    font-weight: 600;
    content: '\25bc';
}

main article .acf-row-question_answer .expanded h4 a::before {
    content: '\25b2';
}

main article .acf-row-question_answer .answer {
    display: none;
}

main article .acf-row-question_answer .expanded .answer {
    display: block;
    transition: top 300ms cubic-bezier(0.17, 0.04, 0.03, 0.94);
}

/* -- Article: PDF download link -- */

main article .acf-row-pdf_download {
    padding: 5px 10% 15px 10%;
}

main article .acf-row-pdf_download img {
    width: 100%;
    max-width: 100%;
    height: auto;
}

main article .acf-row-pdf_download a {
    display: block;
    margin: 1.5rem 0 0.5rem 0;
    font-weight: 600;
    font-size: 1.1rem;
    text-decoration: underline;
}

main article .acf-row-pdf_download a:hover, main article .acf-row-pdf_download a:active, main article .acf-row-pdf_download a:focus {
    font-weight: 700;
}

/* -- Article: BG-blocks + Module Links -- */

main article .acf-row-block_bg {
    margin: 0.4rem 10%;
}

main article .acf-row-block_bg .content-inner {
    line-height: 1.8rem;
    padding: 1.4rem 0;
}

main article .acf-row-link_module .content-inner {
    line-height: 1.8rem;
    padding: 1.4rem 0;
}

main article .acf-row-link_module {
    margin: 0.4rem 10%;
    border-top: 1px #999 solid;
}

main article .acf-row-link_module:last-of-type {
    margin-bottom: 2rem;
}

body.home main article .acf-row-block_bg {
    margin: 0;
    padding: 0;
}

body.home main article .acf-row-block_bg .content-inner {
    padding: 1.8rem 10%;
}

main article .acf-row-block_bg h3, main article .acf-row-link_module h3 {
    margin: 0.6rem 0 1.4rem 0;
    color: #3d403f;
}

main article .acf-row-block_bg h3 a, main article .acf-row-link_module h3 a {
    text-decoration: none;
    font-weight: 700 !important;
}

main article .acf-row-block_bg .readmore {
    color: #fff;
}

main article .acf-row-block_bg .content-semibold {
    font-weight: 600;
}

main article .acf-row-link_module .logo {
    float: left;
    width: 22%;
    margin: 4px 5% 5% 0;
}

main article .acf-row-link_module .logo img {
    width: 100%;
}

main article .acf-row-link_module .logo + .text {
    float: right;
    width: 73%;
}

main article .acf-row-link_module .readmore {
    font-style: italic;
    font-weight: 600;
    font-size: 1.2rem;
    text-decoration: none !important;
}

main article .acf-row-block_bg + #prevnext hr {
    display: none;
}

main article .acf-row-link_module + #prevnext {
    display: none;
}

main article .acf-row-block_bg + .acf-row-content,
main article .acf-row-block_bg + .acf-row-content_2col {
    margin-top: 20px;
}

@media screen and (max-width: 640px) {
    main article .acf-row-link_module .logo {
        float: right;
        width: 33%;
        margin: 4px 0 7% 7%;
    }

    main article .acf-row-link_module .text {
        float: none;
        width: initial;
    }
}

/* -- Article: Video -- */

main article .acf-row-video {
    padding: 5px 10% 25px 10%;
}

main article .acf-row-video video {
    width: 100%;
    max-width: 100%;
}

main article .acf-row-video .vjs-no-js {
    font-style: italic;
    font-weight: 600;
}

/* -- Article: Other / fallback types -- */

main article .acf-row-form {
    padding: 5px 10% 15px 10%;
}

main article .acf-row-form + #prevnext {
    display: none;
}

main article > .content-inner {
    padding: 25px 10%;
}

/* -- Article/block: Call Logo's -- */

main article .acf-row-logo_static {
    padding: 5px 10% 15px 10%;
}

main table.call_logos {
    width: 100%;
    margin-bottom: 1rem;
}

main table.call_logos td {
    width: 50%;
    text-align: center;
}

main table.call_logos td img {
    display: block;
    width: 60%;
    margin: 10px auto 10px auto;
}

@media screen and (max-width: 767px) {
    main table.call_logos td {
        font-size: 0.8rem;
    }
}

main table.call_logos td a {
    color: #b03932;
    text-decoration: underline;
}