﻿html {
    -webkit-text-size-adjust: 100%;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

body {
    color: black;
    font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 13px;
    line-height: 19px;
    -webkit-print-color-adjust: exact;
}

h1.h1-styling,
h2.h1-styling,
h3.h1-styling,
h4.h1-styling,
h5.h1-styling, h1,
h1.h2-styling,
h2.h2-styling,
h3.h2-styling,
h4.h2-styling,
h5.h2-styling,
h2,
h1.h3-styling,
h2.h3-styling,
h3.h3-styling,
h4.h3-styling,
h5.h3-styling,
h3,
h1.h4-styling,
h2.h4-styling,
h3.h4-styling,
h4.h4-styling,
h5.h4-styling,
h4,
h1.h5-styling,
h2.h5-styling,
h3.h5-styling,
h4.h5-styling,
h5.h5-styling,
h5,
h1.h5-styling-alt,
h2.h5-styling-alt,
h3.h5-styling-alt,
h4.h5-styling-alt,
h5.h5-styling-alt {
    color: black;
    margin: 0 0 24px 0;
    font-family: Georgia, Times, Times New Roman, serif;
    font-weight: 400;
}

    h1.bold-heading,
    h2.bold-heading,
    h3.bold-heading,
    h4.bold-heading,
    h5.bold-heading {
        font-weight: 700;
    }

    h1.white-heading,
    h2.white-heading,
    h3.white-heading,
    h4.white-heading,
    h5.white-heading {
        color: white;
    }

    h1.teal-heading,
    h2.teal-heading,
    h3.teal-heading,
    h4.teal-heading,
    h5.teal-heading {
        color: #0F4859;
    }

    h1.h1-styling,
    h2.h1-styling,
    h3.h1-styling,
    h4.h1-styling,
    h5.h1-styling, h1 {
        font-size: 48pt;
        line-height: 60pt;
    }

        h1.h2-styling,
        h2.h2-styling,
        h3.h2-styling,
        h4.h2-styling,
        h5.h2-styling, h2 {
            font-size: 36pt;
            line-height: 42pt;
        }

            h1.h3-styling,
            h2.h3-styling,
            h3.h3-styling,
            h4.h3-styling,
            h5.h3-styling, h3 {
                font-size: 24pt;
                line-height: 36pt;
            }

                h1.h4-styling,
                h2.h4-styling,
                h3.h4-styling,
                h4.h4-styling,
                h5.h4-styling, h4,
                h1.h5-styling,
                h2.h5-styling,
                h3.h5-styling,
                h4.h5-styling,
                h5.h5-styling,
                h5 {
                    color: #0F4859;
                    margin: 0 0 16px 0;
                    font-weight: 700;
                    font-size: 18px;
                    line-height: 36px;
                }

                    h1.h5-styling-alt,
                    h2.h5-styling-alt,
                    h3.h5-styling-alt,
                    h4.h5-styling-alt,
                    h5.h5-styling-alt {
                        color: #0F4859;
                        font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
                        font-weight: 700;
                        font-size: 18pt;
                        line-height: 28pt;
                    }

@media (min-width: 768px) {
    h1, h1.h1-styling,
    h2.h1-styling,
    h3.h1-styling,
    h4.h1-styling,
    h5.h1-styling {
        font-size: 72pt;
        line-height: 86pt;
    }

        h2, h1.h2-styling,
        h2.h2-styling,
        h3.h2-styling,
        h4.h2-styling,
        h5.h2-styling {
            font-size: 48pt;
            line-height: 60pt;
        }

            h3, h1.h3-styling,
            h2.h3-styling,
            h3.h3-styling,
            h4.h3-styling,
            h5.h3-styling {
                font-size: 36pt;
                line-height: 42pt;
            }
}

p {
    margin-bottom: 23px;
    widows: 2;
    orphans: 2;
}

    p.bold,
    p span.bold {
        font-weight: 700;
    }

a {
    color: black !important;
    font-weight: 700;
    text-decoration: none;
}

    a:hover {
        color: black !important;
        text-decoration: underline;
    }

ul {
    margin: 0 0 24px 0;
    padding: 0 0 0 24px;
    list-style-type: none;
}

    ul > li {
        margin: 0 0 12px 0;
        padding: 0;
        position: relative;
    }

        ul > li:before {
            width: 4px;
            height: 4px;
            background-color: #A0A0A0;
            display: block;
            position: absolute;
            top: 8px;
            left: -14px;
            content: "";
        }

        ul > li > ul {
            margin: 14px 0 0 0;
            padding: 0 0 0 20px;
        }

            ul > li > ul > li:before {
                background-color: white;
                border: 1px solid #A0A0A0;
                left: -20px;
            }

    ul.unlisted {
        margin: 0;
        padding: 0;
    }

        ul.unlisted > li {
            margin: 0;
            padding: 0;
            position: static;
        }

            ul.unlisted > li:before {
                display: none;
            }

            ul.unlisted > li > ul {
                margin: 0;
                padding: 0;
            }

    ul.inline > li {
        display: inline-block;
        vertical-align: top;
    }

.hidden-text-for-accessibility {
    width: 1px;
    height: 1px;
    border: 0;
    overflow: hidden;
    margin: -1px !important;
    padding: 0 !important;
    position: absolute !important;
    clip: rect(0 0 0 0);
}

@media (min-width: 768px) {
    .hidden-text-for-accessibility-desktop {
        width: 1px;
        height: 1px;
        border: 0;
        overflow: hidden;
        margin: -1px !important;
        padding: 0 !important;
        position: absolute !important;
        clip: rect(0 0 0 0);
    }
}

.bttn {
    height: 38px;
    border-width: 2px;
    border-style: solid;
    border-radius: 19px;
    overflow: hidden;
    display: inline-block;
    text-align: center;
    position: relative;
    cursor: pointer;
    -webkit-transition: background-color 0s ease 0;
    -moz-transition: background-color 0s ease 0;
    -ms-transition: background-color 0s ease 0;
    -o-transition: background-color 0s ease 0;
    transition: background-color 0s ease 0;
}

    .bttn:before {
        width: calc(100% + 6px);
        height: 100%;
        display: block;
        position: absolute;
        top: 0;
        right: calc(100% + 3px);
        z-index: 1;
        -webkit-transform: skew(-25deg);
        -moz-transform: skew(-25deg);
        -ms-transform: skew(-25deg);
        -o-transform: skew(-25deg);
        transform: skew(-25deg);
        content: "";
        -webkit-transition: right 0.25s ease-in-out;
        -moz-transition: right 0.25s ease-in-out;
        -ms-transition: right 0.25s ease-in-out;
        -o-transition: right 0.25s ease-in-out;
        transition: right 0.25s ease-in-out;
    }

    .bttn button,
    .bttn a {
        width: calc(100% + 4px);
        height: 42px;
        background-color: transparent;
        border: none;
        padding: 0 22px 0 22px;
        display: block;
        position: relative;
        top: -3px;
        left: -2px;
        z-index: 3;
        font-weight: 700;
        font-size: 16pt;
        line-height: 18pt;
        letter-spacing: 1pt;
        text-transform: uppercase;
        text-decoration: none !important;
        -webkit-transition: color 0.25s ease-in-out;
        -moz-transition: color 0.25s ease-in-out;
        -ms-transition: color 0.25s ease-in-out;
        -o-transition: color 0.25s ease-in-out;
        transition: color 0.25s ease-in-out;
    }

    .bttn a {
        padding-top: 12px;
    }

    .bttn.bttn-small {
        height: 23px;
        border-width: 1px;
        border-radius: 12px;
    }

        .bttn.bttn-small button,
        .bttn.bttn-small a {
            height: 28px;
            padding: 0px 15px 0 15px;
            font-size: 10pt;
            line-height: 12pt;
        }

        .bttn.bttn-small a {
            padding-top: 8px;
        }

        .bttn.bttn-small.bttn-small--back button,
        .bttn.bttn-small.bttn-small--back a {
            background: url(../img/icon-chevron-left-teal.svg) no-repeat center left 15px;
            background-size: 12px 16px;
            padding: 0 15px 0 30px;
            -webkit-transition: background 0.25s ease-in-out;
            -moz-transition: background 0.25s ease-in-out;
            -ms-transition: background 0.25s ease-in-out;
            -o-transition: background 0.25s ease-in-out;
            transition: background 0.25s ease-in-out;
        }

        .bttn.bttn-small.bttn-small--back:hover button,
        .bttn.bttn-small.bttn-small--back:hover a {
            background: url(../img/icon-chevron-left.svg) no-repeat center left 15px;
            background-size: 12px 16px;
        }

    .bttn.bttn-cta {
        width: 100%;
        height: 42px;
        border-radius: 21px;
    }

        .bttn.bttn-cta:after {
            width: 9px;
            height: 16px;
            display: block;
            position: absolute;
            top: 11px;
            right: 15px;
            z-index: 4;
            content: "";
            -webkit-transition: background 0.25s ease;
            -moz-transition: background 0.25s ease;
            -ms-transition: background 0.25s ease;
            -o-transition: background 0.25s ease;
            transition: background 0.25s ease;
        }

        .bttn.bttn-cta button,
        .bttn.bttn-cta a {
            height: 46px;
            border-radius: 50%;
            padding: 0 42px 0 30px;
            text-align: left;
            top: -3px;
        }

        .bttn.bttn-cta a {
            padding-top: 14px;
        }

    .bttn:hover {
        -webkit-transition: background-color 0s ease 0.25s;
        -moz-transition: background-color 0s ease 0.25s;
        -ms-transition: background-color 0s ease 0.25s;
        -o-transition: background-color 0s ease 0.25s;
        transition: background-color 0s ease 0.25s;
    }

        .bttn:hover:before {
            right: -3px;
        }

    .bttn.bttn-outline {
        background-color: transparent;
        border-color: #0F4859;
    }

        .bttn.bttn-outline:before {
            background-color: #0F4859;
        }

        .bttn.bttn-outline button,
        .bttn.bttn-outline a {
            color: #0F4859;
        }

        .bttn.bttn-outline:hover {
            background-color: #0F4859;
        }

            .bttn.bttn-outline:hover button,
            .bttn.bttn-outline:hover a {
                color: white;
            }

    .bttn.bttn-outline-reverse {
        background-color: transparent;
        border-color: white;
    }

        .bttn.bttn-outline-reverse:before {
            background-color: white;
        }

        .bttn.bttn-outline-reverse button,
        .bttn.bttn-outline-reverse a {
            color: white;
        }

        .bttn.bttn-outline-reverse:hover {
            background-color: white;
        }

            .bttn.bttn-outline-reverse:hover button,
            .bttn.bttn-outline-reverse:hover a {
                color: #0F4859;
            }

    .bttn.bttn-teal {
        background-color: #0F4859;
        border-color: #0F4859;
    }

        .bttn.bttn-teal:before {
            background-color: white;
        }

        .bttn.bttn-teal button,
        .bttn.bttn-teal a {
            color: white;
        }

        .bttn.bttn-teal.bttn-cta:after {
            background: url(../img/icon-chevron-right.svg) no-repeat center center;
            background-size: 9px 16px;
        }

        .bttn.bttn-teal:hover button,
        .bttn.bttn-teal:hover a {
            color: #0F4859;
        }

        .bttn.bttn-teal:hover.bttn-cta:after {
            background: url(../img/icon-chevron-right-teal.svg) no-repeat center center;
            background-size: 9px 16px;
        }

    .bttn.bttn-green {
        background-color: #00A39B;
        border-color: #00A39B;
    }

        .bttn.bttn-green:before {
            background-color: white;
        }

        .bttn.bttn-green button,
        .bttn.bttn-green a {
            color: white;
        }

        .bttn.bttn-green:hover button,
        .bttn.bttn-green:hover a {
            color: #00A39B;
        }

    .bttn.bttn-violet {
        background-color: #582C83;
        border-color: #582C83;
    }

        .bttn.bttn-violet:before {
            background-color: white;
        }

        .bttn.bttn-violet button,
        .bttn.bttn-violet a {
            color: white;
        }

        .bttn.bttn-violet:hover button,
        .bttn.bttn-violet:hover a {
            color: #582C83;
        }

    .bttn.bttn-white {
        background-color: white;
        border-color: white;
    }

        .bttn.bttn-white:before {
            background-color: #0F4859;
        }

        .bttn.bttn-white button,
        .bttn.bttn-white a {
            color: #0F4859;
        }

        .bttn.bttn-white.bttn-cta:after {
            background: url(../img/icon-chevron-right-teal.svg) no-repeat center center;
            background-size: 9px 16px;
        }

        .bttn.bttn-white:hover button,
        .bttn.bttn-white:hover a {
            color: white;
        }

        .bttn.bttn-white:hover.bttn-cta:after {
            background: url(../img/icon-chevron-right.svg) no-repeat center center;
            background-size: 9px 16px;
        }

    .bttn.bttn-yes,
    .bttn.bttn-no {
        width: 100%;
        height: 36px;
    }

        .bttn.bttn-yes button,
        .bttn.bttn-yes a,
        .bttn.bttn-no button,
        .bttn.bttn-no a {
            height: 40px;
            color: white;
            padding: 0 16px 0 16px;
        }

        .bttn.bttn-yes img,
        .bttn.bttn-no img {
            width: 16px;
            height: 16px;
            margin: -4px 0 0 13px;
            display: inline-block;
            vertical-align: middle;
        }

    .bttn.bttn-yes {
        background-color: #1989B4;
        border-color: #1989B4;
    }

    .bttn.bttn-no {
        background-color: #0F4859;
        border-color: #0F4859;
    }

header {
    width: 100%;
    margin: 0 0 15px 0;
}

    header .header__subscribe-popup-trigger,
    header .header__subscribe-popup,
    header .header__utility-bar {
        display: none;
    }

    header .header__main {
        width: 100%;
    }

        header .header__main .header__main__logo {
            width: 33.333333%;
            margin-top: 29px;
            display: inline-block;
        }

            header .header__main .header__main__logo svg {
                width: 168px;
            }

                header .header__main .header__main__logo svg #Practices---Corporate {
                    fill: #0F4859;
                }

        header .header__main .header__main__right {
            display: none;
        }

        header .header__main ul.unlisted.header__main__right__controls {
            display: none;
        }

footer {
    width: 100%;
    padding-top: 10px;
    margin-bottom: 20px;
}

    footer .footer__logo {
        width: 100%;
        max-width: 168px;
        margin: 0 0 5px 0;
        display: inline-block;
    }

        footer .footer__logo svg {
            width: 100%;
        }

            footer .footer__logo svg #Practices---Corporate {
                fill: #0F4859;
            }

    footer .footer__main-nav,
    footer .footer__secondary-nav,
    footer .custom-select-links,
    footer .footer__register,
    footer ul.unlisted.footer__social,
    footer .bttn-outline-reverse,
    footer .footer__back-to-top {
        display: none;
    }

    footer .footer__bottom ul.unlisted.inline.footer__bottom__links {
        display: none;
    }

    footer .footer__bottom p {
        margin: 0 0 15px 0;
        font-size: 10px;
        line-height: 15px;
    }

.email-modal,
.parallax-mirror,
.share-links,
.breadcrumbs,
.bttn-small--see-more,
.tabs-three-up__main__practices-industries-tab,
.see-load-more,
.section-heading,
.tabs-links,
.mobile-see-more,
.video-with-description,
.article-rating,
.CoveoResultsLayout,
.coveo-facet-column,
.UIResultsFooter,
.hero--slider,
#onetrust-banner-sdk,
.CoveoLogo,
.CoveoResultLayout,
.sidebar {
    display: none !important;
}

.hero {
    width: 100%;
    border-top: 1px solid #cccccc;
    border-bottom: 1px solid #cccccc;
    margin-bottom: 20px;
    padding-top: 20px;
    padding-bottom: 15px;
}

    .hero .col-12 {
        width: 100%;
        display: inline-flex;
        flex-flow: row wrap;
        align-items: flex-start;
    }

    .hero .hero__image {
        width: calc(50% - 15px);
        margin-left: 30px;
        order: 2;
    }

        .hero .hero__image img {
            width: 100%;
        }

    .hero .hero__content {
        width: calc(50% - 15px);
        order: 1;
    }

        .hero .hero__content h2 {
            color: #0F4859;
            margin: 0 0 3px 0;
            font-size: 20px;
            line-height: 23px;
        }

        .hero .hero__content p {
            margin: 0 0 18px 0;
            font-size: 14px;
            line-height: 19px;
        }

            .hero .hero__content p a {
                display: block;
                font-weight: 400;
            }

        .hero .hero__content .hero__content__phone-numbers p,
        .hero .hero__content .hero__content__email p {
            margin: 0 0 17px 0;
            font-size: 13px;
            line-height: 16px;
        }

            .hero .hero__content .hero__content__phone-numbers p a:first-child,
            .hero .hero__content .hero__content__phone-numbers p span:first-child,
            .hero .hero__content .hero__content__email p a:first-child,
            .hero .hero__content .hero__content__email p span:first-child {
                margin-bottom: 2px;
                font-size: 10px;
                line-height: 16px;
                text-transform: uppercase;
            }

        .hero .hero__content .hero__content__email p {
            margin: 0;
        }

        .hero .hero__content .bttn-white,
        .hero .hero__content .hero__content__vcard,
        .hero .hero__content .hero__content__language {
            display: none;
        }

    .hero.hero--simple {
        border-bottom: none;
        margin: 0;
    }

        .hero.hero--simple h1 {
            color: #0F4859;
            margin: 0;
            font-weight: 700;
            font-size: 20px;
            line-height: 23px;
        }

    .hero.hero--article .hero__content {
        width: 100%;
    }

        .hero.hero--article .hero__content h1 {
            color: #0F4859;
            margin: 0 0 10px 0;
            font-weight: 700;
            font-size: 20px;
            line-height: 23px;
        }

        .hero.hero--article .hero__content p {
            margin: 0;
            font-size: 10px;
            line-height: 13px;
            letter-spacing: 0.8px;
            text-transform: uppercase;
        }

            .hero.hero--article .hero__content p span:first-child {
                margin-right: 10px;
                font-weight: 700;
            }

.teal-heading {
    color: black !important;
    margin: 0 0 16px 0 !important;
    font-size: 18px !important;
    line-height: 27px !important;
}

.tabs-three-up .tabs-three-up__desktop-trigger,
.tabs-three-up .tabs-three-up__main__content__practices {
    display: none;
}

.tabs-three-up .tabs-three-up__main li:first-child .tabs-three-up__main__content__practices {
    border-top: 1px solid #cccccc;
    padding-top: 21px;
    padding-bottom: 10px;
    display: block;
}

    .tabs-three-up .tabs-three-up__main li:first-child .tabs-three-up__main__content__practices h3.h5-styling {
        color: #0F4859;
        margin: 0 0 13px 0;
        font-size: 18px;
        line-height: 28px;
    }

    .tabs-three-up .tabs-three-up__main li:first-child .tabs-three-up__main__content__practices ul.unlisted {
        padding: 0 0 0 24px;
        -webkit-columns: 2;
        -moz-columns: 2;
        columns: 2;
        -webkit-column-gap: 30px;
        -moz-column-gap: 30px;
        column-gap: 30px;
    }

        .tabs-three-up .tabs-three-up__main li:first-child .tabs-three-up__main__content__practices ul.unlisted > li {
            margin: 0 0 12px 0;
            padding: 0;
            position: relative;
        }

            .tabs-three-up .tabs-three-up__main li:first-child .tabs-three-up__main__content__practices ul.unlisted > li:before {
                width: 4px;
                height: 4px;
                background-color: #A0A0A0;
                display: block;
                position: absolute;
                top: 8px;
                left: -14px;
                content: "";
            }

            .tabs-three-up .tabs-three-up__main li:first-child .tabs-three-up__main__content__practices ul.unlisted > li a {
                font-weight: 400;
            }

.tabs-three-up .tabs-three-up__main__mobile-trigger {
    color: #0F4859;
    margin: 0 0 13px 0;
    font-family: Georgia, Times, Times New Roman, serif;
    font-weight: 700;
    font-size: 18px;
    line-height: 28px;
}

.tabs-three-up .teal-heading {
    color: black;
    margin: 0 0 16px 0;
    font-size: 18px;
    line-height: 27px;
}

.tabs-three-up .tabs-three-up__main > li {
    border-bottom: 1px solid #cccccc;
    margin-bottom: 22px;
}

.tabs-three-up .info-list td {
    vertical-align: top;
}

    .tabs-three-up .info-list td:first-child {
        color: #0F4859;
        padding-right: 70px;
        font-family: Georgia, Times, Times New Roman, serif;
        font-weight: 700;
        font-size: 16px;
        line-height: 19px;
    }

.article-tile-print-wrapper {
    border-bottom: 1px solid #cccccc;
    margin-bottom: 20px;
}

    .article-tile-print-wrapper .section-heading {
        display: block !important;
    }

        .article-tile-print-wrapper .section-heading .col-12 {
            width: 100%;
        }

            .article-tile-print-wrapper .section-heading .col-12.col-lg-9 {
                display: none;
            }

        .article-tile-print-wrapper .section-heading h2 {
            color: #0F4859;
            margin: 0 0 16px 0;
            font-size: 18px;
            line-height: 28px;
        }

    .article-tile-print-wrapper .col-12 {
        width: calc(33.333333% - 23px);
        margin: 0 15px 0 15px;
        display: none;
        vertical-align: top;
    }

        .article-tile-print-wrapper .col-12 .article-tile {
            width: 100%;
            display: block;
            text-decoration: none;
        }

            .article-tile-print-wrapper .col-12 .article-tile .article-tile__background {
                width: 100%;
                height: 30vw;
                margin-bottom: 10px;
            }

            .article-tile-print-wrapper .col-12 .article-tile .article-tile__content p {
                margin: 0 0 5px 0;
                font-weight: 400;
                font-size: 10px;
                line-height: 13px;
                letter-spacing: 0.8px;
                text-transform: uppercase;
            }

                .article-tile-print-wrapper .col-12 .article-tile .article-tile__content p span:first-child {
                    margin: 0 10px 0 0;
                    font-weight: 700;
                }

            .article-tile-print-wrapper .col-12 .article-tile .article-tile__content h2.h3-styling {
                margin: 0 0 20px 0;
                font-weight: 400;
                font-size: 16px;
                line-height: 24px;
            }

        .article-tile-print-wrapper .col-12:nth-child(3n) {
            margin-right: 0;
        }

        .article-tile-print-wrapper .col-12:first-child, .article-tile-print-wrapper .col-12:nth-child(4n) {
            margin-left: 0;
        }

        .article-tile-print-wrapper .col-12:first-child, .article-tile-print-wrapper .col-12:nth-child(2), .article-tile-print-wrapper .col-12:nth-child(3), .article-tile-print-wrapper .col-12:nth-child(4), .article-tile-print-wrapper .col-12:nth-child(5), .article-tile-print-wrapper .col-12:nth-child(6) {
            display: inline-block;
        }

.article-tile-featured-print {
    border-bottom: 1px solid #cccccc;
    margin-bottom: 22px;
    padding-bottom: 20px;
}

    .article-tile-featured-print .col-12 {
        width: calc(50% - 17px);
        margin: 0 15px 0 15px;
        display: inline-block;
        vertical-align: top;
    }

        .article-tile-featured-print .col-12:first-child {
            margin-left: 0;
        }

        .article-tile-featured-print .col-12:last-child {
            margin-right: 0;
        }

    .article-tile-featured-print .article-tile-featured .article-tile-featured__image {
        width: 100%;
        margin: 0 0 10px 0;
        display: block;
    }

        .article-tile-featured-print .article-tile-featured .article-tile-featured__image img {
            width: 100%;
        }

    .article-tile-featured-print .article-tile-featured .article-tile-featured__content p {
        margin: 0 0 5px 0;
        font-size: 10px;
        line-height: 13px;
    }

    .article-tile-featured-print .article-tile-featured .article-tile-featured__content h2 {
        margin: 0;
        font-size: 20px;
        line-height: 30px;
    }

.article-tile-featured.article-tile-featured--full-width {
    border-bottom: 1px solid #cccccc;
    margin-bottom: 22px;
    padding-bottom: 20px;
}

    .article-tile-featured.article-tile-featured--full-width .row {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .article-tile-featured.article-tile-featured--full-width .col-12 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
        display: inline-block;
        vertical-align: top;
    }

        .article-tile-featured.article-tile-featured--full-width .col-12 .article-tile-featured__image {
            width: 100%;
            padding-right: 30px;
            display: block;
        }

            .article-tile-featured.article-tile-featured--full-width .col-12 .article-tile-featured__image img {
                width: 100%;
            }

        .article-tile-featured.article-tile-featured--full-width .col-12 .article-tile-featured__content {
            padding-left: 30px;
            position: relative;
            top: 50%;
            -webkit-transform: translateY(-50%);
            -moz-transform: translateY(-50%);
            -ms-transform: translateY(-50%);
            -o-transform: translateY(-50%);
            transform: translateY(-50%);
        }

            .article-tile-featured.article-tile-featured--full-width .col-12 .article-tile-featured__content p {
                margin: 0 0 5px 0;
                font-weight: 400;
                font-size: 10px;
                line-height: 13px;
                text-transform: uppercase;
                letter-spacing: 0.8px;
            }

                .article-tile-featured.article-tile-featured--full-width .col-12 .article-tile-featured__content p span:first-child {
                    margin-right: 10px;
                    font-weight: 700;
                }

            .article-tile-featured.article-tile-featured--full-width .col-12 .article-tile-featured__content h2 {
                margin: 0;
                font-size: 20px;
                line-height: 30px;
            }

        .article-tile-featured.article-tile-featured--full-width .col-12:first-child {
            margin-left: 0;
        }

        .article-tile-featured.article-tile-featured--full-width .col-12:last-child {
            margin-right: 0;
        }

#introduction {
    border-bottom: 1px solid #cccccc;
    margin-bottom: 22px;
}

.category-links {
    border-bottom: 1px solid #cccccc;
    margin-bottom: 22px;
    padding-bottom: 10px;
}

    .category-links h2.h3-styling {
        color: #0F4859 !important;
    }

    .category-links ul {
        margin: 0;
        padding: 0 0 0 24px;
        list-style-type: none;
        -webkit-columns: 2;
        -moz-columns: 2;
        columns: 2;
        -webkit-column-gap: 30px;
        -moz-column-gap: 30px;
        column-gap: 30px;
    }

        .category-links ul > li {
            margin: 0 0 12px 0;
            padding: 0;
            position: relative;
        }

            .category-links ul > li:before {
                width: 4px;
                height: 4px;
                background-color: #A0A0A0;
                display: block;
                position: absolute;
                top: 8px;
                left: -14px;
                content: "";
            }

            .category-links ul > li a {
                font-weight: 400;
            }

    .category-links .bttn {
        display: none !important;
    }

    .category-links.category-links--alternate h3.h5-styling {
        color: black;
        font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
        font-weight: 700;
        font-size: 13px;
        line-height: 19px;
    }

#related-contacts h2.h3-styling {
    font-size: 18px;
    line-height: 27px;
}

.coveo-header__heading h2 {
    font-weight: 700;
    font-size: 18px;
    line-height: 27px;
}

.key-contacts {
    border-bottom: 1px solid #cccccc;
    margin-bottom: 22px;
}

    .key-contacts h2.h3-styling {
        color: #0F4859 !important;
    }

    .key-contacts .bttn {
        display: none;
    }

    .key-contacts .col-12 {
        width: calc(25% - 26px);
        margin: 0 15px 0 15px;
        display: inline-block;
        vertical-align: top;
    }

        .key-contacts .col-12:nth-child(4n) {
            margin-right: 0;
        }

        .key-contacts .col-12:first-child, .key-contacts .col-12:nth-child(5n) {
            margin-left: 0;
        }

    .key-contacts .key-contacts__person {
        margin-bottom: 20px;
        display: block;
        text-decoration: none !important;
    }

        .key-contacts .key-contacts__person .key-contacts__person__image {
            width: 100%;
            height: 140px;
            margin: 0 0 10px 0;
        }

            .key-contacts .key-contacts__person .key-contacts__person__image div {
                width: 100%;
                height: 100%;
            }

        .key-contacts .key-contacts__person p {
            margin: 0;
            font-size: 10px;
            line-height: 13px;
        }

        .key-contacts .key-contacts__person h3 {
            margin: 0;
            font-weight: 400;
            font-size: 16px;
            line-height: 24px;
        }

.content-area-bullets-left-heading {
    border-bottom: 1px solid #cccccc;
    margin-bottom: 22px;
}

    .content-area-bullets-left-heading h2.h3-styling {
        color: #0F4859 !important;
    }

    .content-area-bullets-left-heading ul li p {
        margin-bottom: 5px;
    }

blockquote {
    margin: 0 0 22px 0;
    padding: 0 0 0 40px;
    position: relative;
}

    blockquote:before {
        width: 30px;
        height: 20px;
        background: url(../img/icon-quote-mark.svg) no-repeat center center;
        background-size: 30px 20px;
        display: block;
        position: absolute;
        top: 5px;
        left: 0;
        content: "";
    }

    blockquote .blockquote__quote {
        color: black;
        margin-bottom: 10px;
        font-family: Georgia, Times, Times New Roman, serif;
        font-weight: 400;
        font-style: italic;
        font-size: 16px;
        line-height: 25px;
    }

    blockquote .blockquote__person {
        color: black;
        margin: 0;
        font-weight: 700;
        font-size: 10px;
        line-height: 13px;
        text-transform: uppercase;
    }

.info-cards {
    margin: 20px 0 20px 0;
    border-top: 1px solid #cccccc;
    border-bottom: 1px solid #cccccc;
}

    .info-cards .col-12 {
        width: calc(33.333333% - 23px);
        margin: 0 15px 0 15px;
        display: inline-block;
        vertical-align: top;
    }

        .info-cards .col-12:first-child {
            margin-left: 0;
        }

        .info-cards .col-12:last-child {
            margin-right: 0;
        }

    .info-cards .info-card .info-card__number {
        color: #0F4859;
        margin: 0 0 10px 0;
        font-family: Georgia, Times, Times New Roman, serif;
        font-weight: 700;
        font-size: 35px;
        line-height: 40px;
    }

        .info-cards .info-card .info-card__number sup {
            position: relative;
            top: 8px;
            font-size: 20px;
        }

        .info-cards .info-card .info-card__number span {
            margin: 0 3px 0 3px;
            font-size: 18px;
        }

    .info-cards .info-card h2.h5-styling-alt {
        margin: 0 0 5px 0;
        font-family: Georgia, Times, Times New Roman, serif;
        font-size: 18px;
        line-height: 27px;
    }

.content-area-offset h2.h5-styling-alt {
    font-family: Georgia, Times, Times New Roman, serif;
    font-size: 18px;
    line-height: 27px;
}

.written-by {
    border-top: 1px solid #cccccc;
    border-bottom: 1px solid #cccccc;
    margin-bottom: 22px;
    padding: 20px 0 20px 0;
}

    .written-by ul.unlisted li {
        width: calc(33.333333% - 23px);
        margin: 0 15px 0 15px;
        display: inline-block;
        vertical-align: top;
    }

        .written-by ul.unlisted li:first-child {
            margin-left: 0;
        }

        .written-by ul.unlisted li:last-child {
            margin-right: 0;
        }

        .written-by ul.unlisted li a {
            display: block;
            text-decoration: none !important;
        }

            .written-by ul.unlisted li a img {
                width: 100%;
            }

        .written-by ul.unlisted li .written-by__content p {
            margin: 0;
            font-size: 10px;
            line-height: 13px;
        }

        .written-by ul.unlisted li .written-by__content h3 {
            color: black;
            margin: 0;
            font-weight: 400;
            font-size: 16px;
            line-height: 24px;
        }

.CoveoSearchInterface {
    background-color: transparent !important;
}

.coveo-results-column {
    width: 100%;
    border-bottom: 1px solid #cccccc;
    padding: 0 !important;
}

.coveo-main-section {
    max-width: none !important;
    margin: 0 0 20px 0 !important;
}

.coveo-header__heading h2 {
    color: #0F4859;
    margin: 0 0 16px 0;
    font-size: 18px;
    line-height: 28px;
}

.coveo-list-layout {
    border: none !important;
    margin-bottom: 30px;
    padding: 0 !important;
}

.search-results-card {
    width: 100%;
    margin: 0 0 30px 0;
}

    .search-results-card .search-results-card__image {
        width: 100%;
    }

        .search-results-card .search-results-card__image img {
            width: 100%;
            margin-bottom: 20px;
        }

    .search-results-card .search-results-card__content__heading {
        display: block;
    }

    .search-results-card .search-results-card__content__sub-heading {
        margin-bottom: 0;
    }

    .search-results-card .search-results-card__content a {
        font-weight: 400 !important;
        text-decoration: none !important;
    }

    .search-results-card .search-results-card__content .search-results-card__content__heading {
        margin: 0 0 10px 0;
        font-family: Georgia, Times, Times New Roman, serif;
        font-weight: 400;
        font-size: 16px;
        line-height: 24px;
    }

    .search-results-card .search-results-card__content .search-results-card__content__sub-heading {
        font-weight: 700;
        font-size: 10px;
        line-height: 13px;
        text-transform: uppercase;
    }

    .search-results-card.search-results-card--list {
        font-size: 0;
    }

        .search-results-card.search-results-card--list > * {
            font-size: 13px;
        }

        .search-results-card.search-results-card--list .search-results-card__image {
            width: 30%;
            display: inline-block;
            vertical-align: middle;
        }

        .search-results-card.search-results-card--list .search-results-card__content {
            width: 70%;
            padding: 0 30px;
            display: inline-block;
            vertical-align: middle;
        }

    .search-results-card.search-results-card--article .search-results-card__content {
        padding-right: 0 !important;
    }

    .search-results-card.search-results-card--rep-matters {
        margin: 0;
    }

        .search-results-card.search-results-card--rep-matters .search-results-card__content {
            width: 100%;
            padding: 0;
        }

            .search-results-card.search-results-card--rep-matters .search-results-card__content p {
                margin: 0;
            }

.pr-team {
    border-bottom: 1px solid #cccccc;
    margin-bottom: 30px;
    padding-bottom: 30px;
}

    .pr-team h3 {
        color: #0F4859 !important;
        margin: 0 0 16px 0 !important;
        font-weight: 700 !important;
        font-size: 18px !important;
        line-height: 28px !important;
    }

    .pr-team li {
        margin: 0 30px 30px 0 !important;
        display: inline-block;
    }

    .pr-team .pr-team__image {
        width: 200px;
        margin-right: 15px;
        display: inline-block;
        vertical-align: middle;
    }

        .pr-team .pr-team__image img {
            width: 100%;
        }

    .pr-team .pr-team__info {
        display: inline-block;
        vertical-align: middle;
    }

        .pr-team .pr-team__info h5 {
            color: black !important;
            margin: 0 0 10px 0 !important;
            font-weight: 400 !important;
        }

        .pr-team .pr-team__info li {
            display: block;
        }

        .pr-team .pr-team__info li,
        .pr-team .pr-team__info a,
        .pr-team .pr-team__info h5 {
            margin: 0 !important;
        }

/*# sourceMappingURL=print.css.map */
