﻿@import url('https://fonts.googleapis.com/css2?family=Lato:wght@400;700&family=Raleway:ital,wght@0,400;0,500;0,600;0,700;0,800;1,400;1,500;1,600&family=Roboto:ital,wght@0,400;0,500;0,700;1,400;1,500;1,700&display=swap');

body {
    background: #073174 url('../../images/body-bg.png') repeat-y center top;
    color: #000;
    font-family: 'Raleway', sans-serif;
    font-weight: 400;
    line-height: 1.5;
    font-size: 14px;
}

a {
    color: #215eac;
    text-decoration: none;
}

    a:hover {
        color: #215eac;
        text-decoration: underline;
    }

.clear-fix:after {
    clear: both;
    display: table;
    width: 100%;
}

main {
    padding: 0 57px 62px 57px;
}

    main a {
        color: #258e32;
        text-decoration: none;
    }

        main a:hover, main a:focus, main a:active {
            color: #215eac;
            text-decoration: underline;
        }

    main p, main ul, main ol {
        margin: 0 0 24px 0;
    }

    main li {
        margin: 0 0 8px 0;
    }

    main aside {
        background-color: #d6f5ff;
        padding: 42px 32px;
        float: right;
        margin: 0 0 64px 64px;
        max-width: 528px;
    }

        main aside h2 {
            text-align: center;
            padding: 0 0 12px 0;
            color: #01357f;
            border-bottom: 1px solid #01357f;
        }

            main aside h2:after {
                content: none;
            }

        main aside h3 {
            color: #01357f;
            margin-top: 0;
            font-size: 20px;
        }

        main aside p {
            color: #01357f;
        }

        main aside ol {
            list-style: none;
            counter-reset: item;
            margin: 0;
            padding: 0;
        }

            main aside ol li {
                counter-increment: item;
                margin-bottom: 5px;
                position: relative;
                margin: 0 0 24px 0;
                padding: 4px 0 0 48px;
            }

                main aside ol li:last-of-type {
                    margin: 0;
                }


                main aside ol li:before {
                    content: counter(item);
                    background-color: #01357f;
                    text-align: center;
                    color: #fff;
                    font-size: 20px;
                    line-height: 29px;
                    width: 32px;
                    height: 32px;
                    border-radius: 50%;
                    position: absolute;
                    left: 0;
                    top: 0;
                    font-weight: 700;
                }

                main aside ol li p:last-of-type {
                    margin: 0;
                }

h2 {
    color: #258e32;
    font-family: 'Raleway', sans-serif;
    font-size: 30px;
    font-weight: 700;
    margin: 0;
    padding: 0;
    border-bottom: 1px solid #215eac;
    margin: 0 0 28px 0;
    position: relative;
}

    h2:after {
        content: '';
        width: 12px;
        height: 12px;
        background-color: #215eac;
        position: absolute;
        right: 0;
        bottom: -6px;
        border-radius: 50%;
    }

    h2 a.named-anchor {
        position: absolute;
        top: -160px;
    }

    h2.top-space {
        margin-top: 42px;
    }

.mag-insight h2 a.named-anchor { top: -360px; }
[data-container-type="events-page"] h2 a.named-anchor { top: -310px; }
/*[data-container-type="events-page"] h2:has(> a.named-anchor) { top: -300px; }*/
span.date { color: #215eac; font-weight: 700; margin: 0; padding: 0; margin-top:12px;}
.event-add-to { display:block;margin-bottom:12px; }
.event-add-to .item { float: left; padding-right: 15px; }
    .event-add-to .item h4 a { font-size:14px; }
h3 { color: #215eac; font-family: 'Raleway', sans-serif; font-size: 24px; font-weight: 700; margin: 0; padding: 0 0 5px 0; }

    h3.underline {
        border-bottom: 1px solid #215eac;
        margin-bottom: 12px;
    }

        h3.underline:after {
            display: none;
        }

    h3 a {
        color: #215eac;
    }

        h3 a:hover, h3 a:focus {
            color: #258e32;
        }

h4 {
    color: #215eac;
    font-family: 'Raleway', sans-serif;
    font-size: 20px;
    font-weight: 700;
    margin: 12px 0px 4px 0px;
    padding: 0;
}

h5 {
    color: #215eac;
    font-family: 'Raleway', sans-serif;
    font-size: 16px;
    font-weight: 700;
    margin: 12px 0;
    padding: 0;
}

.mt-6 {
    margin-top: 4rem !important;
}

.mt-7 {
    margin-top: 5rem !important;
}

.mt-8 {
    margin-top: 5.5rem !important;
}

.mt-9 {
    margin-top: 6rem !important;
}

.mt-10 {
    margin-top: 6.5rem !important;
}

.sidebar-content-push {
    padding-top: 64px;
}

.page-wrapper {
    margin: 0 auto;
    max-width: 1920px;
}

.content-wrapper {
    background-color: #fff;
    border-radius: 0 0 48px 48px;
    padding: 0 0 72px 0;
    position: relative;
}

    .content-wrapper footer {
        margin: 0 57px;
    }

.header-wrapper {
    padding: 42px 0 0 0;
}

.navbar-brand {
    padding: 0 57px 24px 57px;
    width: 100%;
    margin: 0;
    position: relative;
}

    .navbar-brand .logo {
        float: left;
        margin: 0;
        padding: 0;
    }

        .navbar-brand .logo img {
            width: 187px;
            transition: all .5s;
        }

    .navbar-brand .site-navigation {
        float: left;
        position: relative;
        top: 86px;
        left: 23%;
    }

        .navbar-brand .site-navigation .navbar-close-container {
            display: none;
        }

        .navbar-brand .site-navigation .navbar {
            padding: 0;
            z-index: 9;
        }

    .navbar-brand .dropdown-menu {
        border: 1px solid #0091e2;
        background-color: #01357f;
        border-radius: 0 0 18px 18px;
        font-family: Roboto, sans-serif;
        padding: 0 0 24px 0;
        min-width: 15rem;
    }

        .navbar-brand .dropdown-menu > li {
            border-bottom: 1px dotted #0091e2;
            padding: .25rem 1.5rem;
        }

    .navbar-brand .nav-item:not(:last-child) {
        margin-right: 52px;
    }

    .navbar-brand .nav-link {
        padding: 12px 0 !important;
    }

    .navbar-brand .nav-link {
        text-transform: uppercase;
        font-weight: 600;
        font-size: 16px;
        color: #073174 !important;
    }

    .navbar-brand .dropdown-item {
        color: #fff;
        position: relative;
        display: inline;
        padding: 0;
    }

        .navbar-brand .dropdown-item.external-menu:after, .navbar-brand .dropdown-item.restricted-resource:after {
            background: url('../../images/External-Link.svg') no-repeat right center;
            background-size: 16px;
            display: block;
            content: '';
            position: absolute;
            width: 16px;
            height: 16px;
            right: -24px;
            top: 2px;
        }

        .navbar-brand .dropdown-item.restricted-resource:after {
            background-image: url('../../images/Lock-Dropdown-Icon.svg');
        }

.social-links ul li:first-child {
    padding-top: 0;
}

.social-links ul li:last-child {
    padding-bottom: 0;
    border-bottom: 0;
}

.social-links ul li a {
    background-repeat: no-repeat;
    background-position: center;
    text-indent: -9999px;
    text-align: left;
    width: 32px;
    height: 26px;
    display: inline-block;
}

    .social-links ul li a:hover {
        opacity: 0.5;
    }

    .social-links ul li a.icon-payment {
        background-image: url('../../images/social-media-paymentnews-icon.svg');
        height: 30px;
    }

    .social-links ul li a.icon-linkedin {
        background-image: url('../../images/social-media-linkedin-icon.svg');
    }

    .social-links ul li a.icon-facebook {
        background-image: url('../../images/social-media-facebook-icon.svg');
    }

    .social-links ul li a.icon-twitter {
        background-image: url('../../images/social-media-twitter-icon.svg');
    }

    .social-links ul li a.icon-share {
        background-image: url('../../images/social-media-share-icon.svg');
    }

.tagline {
    border-top: 10px solid #258e32;
    padding: 60px 0;
}

.navbar-brand .dropdown-item.active, .navbar-brand .dropdown-item:active, .navbar-brand .dropdown-item:hover, .navbar-brand .dropdown-item:focus {
    color: #0091e2;
    background-color: transparent;
}

.navbar-brand .ancillary-items {
    display: none;
}

.social-links {
    position: fixed;
    top: 150px;
    right: 0;
    z-index: 10;
    background-color: #218329;
    padding: 14px 6px;
}

    .social-links ul {
        list-style-type: none;
        margin: 0;
        padding: 0;
    }

        .social-links ul li {
            border-bottom: 1px solid #6bd679;
            padding: 12px 0;
        }

            .social-links ul li:first-child {
                padding-top: 0;
            }

            .social-links ul li:last-child {
                padding-bottom: 0;
                border-bottom: 0;
            }

            .social-links ul li a {
                background-repeat: no-repeat;
                background-position: center;
                text-indent: -9999px;
                text-align: left;
                width: 32px;
                height: 26px;
                display: inline-block;
            }

                .social-links ul li a.icon-payment {
                    background-image: url('../../images/social-media-paymentnews-icon.svg');
                }

                .social-links ul li a.icon-linkedin {
                    background-image: url('../../images/social-media-linkedin-icon.svg');
                }

                .social-links ul li a.icon-facebook {
                    background-image: url('../../images/social-media-facebook-icon.svg');
                }

                .social-links ul li a.icon-twitter {
                    background-image: url('../../images/social-media-twitter-icon.svg');
                }

                .social-links ul li a.icon-share {
                    background-image: url('../../images/social-media-share-icon.svg');
                }

.tagline {
    border-top: 10px solid #258e32;
    padding: 60px 0;
}

    .tagline h5 {
        color: #258e32;
        font-family: 'Raleway', sans-serif;
        font-size: 1.5vw;
        font-weight: 700;
    }

    .tagline p {
        color: #215eac;
        font-size: 2vw;
    }

        .tagline p span {
            display: block;
        }

    .tagline strong {
        font-weight: 700;
    }

.mag-contact ul {
    font-weight: 500;
    font-size: 20px;
    text-align: right;
    list-style-type: none;
    margin: 0;
    padding: 0;
    color: #215eac;
}

    .mag-contact ul li {
        display: inline-block;
        vertical-align: top;
    }

        .mag-contact ul li:after {
            content: '';
            margin: 10px 39px 0 39px;
            display: inline-block;
            vertical-align: top;
            background-color: #db4927;
            width: 14px;
            height: 14px;
            border-radius: 50%;
        }

        .mag-contact ul li:last-child:after {
            display: none;
        }

.footer-nav {
    color: #fff;
    margin: 24px 72px;
}

    .footer-nav ul {
        margin: 0;
        padding: 0;
        list-style-type: none;
    }

        .footer-nav ul li {
            display: inline-block;
            vertical-align: top;
        }

            .footer-nav ul li:before {
                content: '|';
                display: inline-block;
                margin: 0 15px;
            }

            .footer-nav ul li:first-child:before {
                display: none;
            }

    .footer-nav a {
        color: #fff;
    }

        .footer-nav a:hover {
            color: #fff;
        }

/* Accordion Styles STARTS */
.sf-list .sf-list-item {
    /*margin: 0 0 84px 0;*/
}

    .sf-list .sf-list-item > div {
        border-bottom: 1px solid #258e32;
        padding: 12px 0 12px 0;
        margin: 0 0 18px 0;
    }

        .sf-list .sf-list-item > div > a {
            font-size: 17px;
            font-weight: 500;
            text-decoration: none;
            display: inline-block;
            background: url('../../images/accordion-toggle.png') no-repeat left 3px;
            padding-left: 36px;
        }

            .sf-list .sf-list-item > div > a.expanded {
                background-position-y: -57px;
            }

        .sf-list .sf-list-item > div .sf-list-content {
            margin: 12px 0 0 0;
        }
/* Accordion Styles ENDS */

#search-result-facets .facet ul {
    list-style-type: none;
    text-align: center;
    margin: 0 0 32px 0;
    padding: 0;
}


    #search-result-facets .facet ul li {
        display: inline-block;
        margin: 0;
        padding: 0;
        vertical-align: top;
    }

        #search-result-facets .facet ul li:not(:last-child) {
            margin: 0 18px 0 0;
        }

        #search-result-facets .facet ul li button {
            display: block;
            border-radius: 5px;
            background-color: #0050c4;
            color: #fff;
            font-size: 14px;
            font-weight: 700;
            padding: 8px 12px;
            text-transform: uppercase;
            border: 0;
            box-shadow: none;
        }

            #search-result-facets .facet ul li button:hover, #search-result-facets .facet ul li button:focus, #search-result-facets .facet ul li button.active {
                background-color: #258e32;
                text-decoration: none;
            }

.search-results-list .results ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

    .search-results-list .results ul li {
        margin: 0;
        padding: 0 0 0 64px;
    }

        .search-results-list .results ul li.restricted-resource {
            background: url('../../images/icon-locked-circle.png') no-repeat left top;
        }

        .search-results-list .results ul li a h4, .media-list .media h3 a {
            font-size: 20px;
            margin: 0 0 4px 0;
            padding: 0;
            color: #215eac;
        }

            .search-results-list .results ul li a:hover h4, .search-results-list .results ul li a:hover, .media-list .media h3 a:hover {
                font-size: 20px;
                margin: 0 0 4px 0;
                padding: 0;
                color: #258e32;
            }

.search-results-list .pager ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

    .search-results-list .pager ul li {
        display: inline-block;
        margin: 0 12px 0 0;
        padding: 0;
        vertical-align: top;
    }

        .search-results-list .pager ul li .btn {
            display: block;
            border-radius: 5px;
            background-color: #0050c4;
            color: #fff;
            font-size: 14px;
            font-weight: 700;
            padding: 12px 12px;
            text-transform: uppercase;
        }

            .search-results-list .pager ul li .btn.active {
                background-color: #258e32;
            }

.breadcrumb-banner {
    position: relative;
    padding-top: 12%;
    background-repeat: no-repeat;
    background-position: left top;
    background-size: 95%;
}

    .breadcrumb-banner .breadcrumbs {
        position: absolute;
        z-index: 1;
        color: #fff;
        top: 27%;
        left: 57px;
        display: flex;
        align-items: center;
    }

        .breadcrumb-banner .breadcrumbs .root-page {
            font-size: 3vw;
            font-weight: 700;
            text-transform: uppercase;
            position: relative;
        }

        .breadcrumb-banner .breadcrumbs .current-page, .breadcrumb-banner .breadcrumbs .parent-page {
            font-size: 2vw;
            font-weight: 500;
            text-transform: uppercase;
        }

        .breadcrumb-banner .breadcrumbs .divider {
            height: 3.6vw;
            width: 2px;
            margin: 0 24px;
            background-color: #fff;
            display: inline-block;
        }

    .breadcrumb-banner.conference-page {
        padding-top: 15%;
    }

    .breadcrumb-banner.breadcrumb-calendar-icon .breadcrumbs .root-page:after, .breadcrumb-banner.breadcrumb-search-icon .breadcrumbs .root-page:after, .breadcrumb-banner.breadcrumb-thankyou-icon .breadcrumbs .root-page:after {
        content: '';
        background: url('../../images/Header-Icon-Calendar.svg') no-repeat left center;
        width: 4vw;
        height: 4vw;
        max-width: 66px;
        max-height: 66px;
        min-height: 24px;
        min-width: 24px;
        position: absolute;
        top: 50%;
        right: -7vw;
        transform: translateY(-50%);
    }

    .breadcrumb-banner.breadcrumb-search-icon .breadcrumbs .root-page:after {
        background-image: url('../../images/Header-Icon-Search-Results.svg');
    }

    .breadcrumb-banner.breadcrumb-thankyou-icon .breadcrumbs .root-page:after {
        background-image: url('../../images/Header-Icon-ThankYou.svg');
    }
/*Sidebar Cards STARTS */
.card-wrapper {
}

.card {
    background-color: #fff;
    border-radius: 24px;
    border: 0;
    color: #fff;
    margin: 0 auto 24px auto;
    max-width: 345px;
    padding: 32px 24px;
    text-decoration: none;
}

    .card.external-link {
        padding: 32px 24px;
        background-image: none !important;
    }

    .card:hover {
        color: #fff;
    }

    .card h3 {
        color: #fff;
        font-size: 16px;
        font-weight: 700;
        margin: 0;
        text-align: center;
        text-transform: uppercase;
    }

    .card p {
        margin: 0;
    }

    .card hr {
        font-size: 1px;
        height: 1px;
        line-height: 1px;
        border: 0;
        box-shadow: none;
        border-top: 3px solid #fff;
        padding: 0;
        margin: 18px 0 12px 0;
    }

        .card hr:after {
            display: none;
        }

    .card .call-to-action {
        color: #fff;
        font-size: 14px;
        font-weight: 600;
        text-transform: uppercase;
        text-align: center;
    }

    .card .form-group {
        padding: 0 18px;
    }

    .card form h3 {
        margin-bottom: 15px;
    }

    .card form .button-row, .card .form-group .button-row {
        margin-top: 15px;
    }

    .card .card-body {
        text-align: center;
    }

        .card .card-body h5 {
            border-bottom: 1px solid #215eac;
            margin-bottom: 15px;
            padding-bottom: 12px;
        }


    .card.orange-text h3, .card.orange-text p.call-to-action {
        color: #db5912;
    }

    .card.orange-text hr {
        border-top: 1px solid #db5912;
    }

    .card.blue-text h3, .card.blue-text p.call-to-action {
        color: #0050c4;
    }

    .card.blue-text hr {
        border-top: 1px solid #0050c4;
    }

    .card.blue, .card-sibebar-cta.blue .card {
        background-color: #0050c4;
    }

    .card.light-blue, .card-sibebar-cta.light-blue .card {
        background-color: #30b5d8;
    }

    .card.orange, .card-sibebar-cta.orange .card {
        background-color: #db5912;
    }

    .card.green, .card-sibebar-cta.green .card {
        background-color: #258e32;
    }

    .card .quote, .card-engagement-item .card {
        color: #80deea;
        text-align: center;
        font-weight: 500;
        font-size: 20px;
    }

    .card .card-body {
        margin: 0;
        padding: 0;
    }

    .card .img-text {
        display: flex;
        align-items: center;
        justify-content: center;
    }

        .card .img-text img {
            max-height: 60px;
            max-width: 60px;
            margin-right: 12px;
            display: inline-block;
        }

        .card .img-text h3 {
            margin: 0;
        }

    .card.left-align .img-text h3 {
        text-align: left;
    }

    .card.hero-card {
        background-color: #d7f6ff;
        padding: 0;
    }

        .card.hero-card h3 {
            background-color: #01357f;
            border-radius: 24px 24px 0 0;
            font-size: 20px;
            color: #fff;
            padding: 22px 42px;
            margin: 0;
        }

        .card.hero-card .hero-img img {
            max-width: 100%;
            display: inline-block;
        }

        .card.hero-card .card-description {
            padding: 18px 24px;
            color: #01357f;
        }

            .card.hero-card .card-description h4 {
                color: #01357f;
                font-size: 14px;
                font-weight: 800;
                margin: 0 0 12px 0;
                padding: 0;
            }

            .card.hero-card .card-description p {
                font-size: 12px;
                margin: 0;
                padding: 0;
            }

                .card.hero-card .card-description p a {
                    color: #01357f;
                    text-decoration: underline;
                    text-transform: uppercase;
                }

    .card input[type=text], .card input[type=password], .card input[type=email], .card input[type=number], .card input[type=search], .card textarea {
        width: 100%;
        border-radius: 0;
        border-color: transparent;
    }

    .card .button-row {
        text-align: center;
    }

    .card.highlights-cta h3 {
        text-align: left;
    }

a.card-sibebar-cta {
    display: block;
    text-decoration: none;
    margin: 0 auto;
    color: #fff;
}

    a.card-sibebar-cta:hover {
        color: #fff;
        text-decoration: underline;
    }

.card-sibebar-cta.top-image .card-img, .card-sibebar-cta.partial-img-overlap .card-img, .card-sibebar-cta.partial-img-out .card-img {
    text-align: center;
    position: relative;
    z-index: 1;
    max-width: 80%;
    margin-left: auto;
    margin-right: auto;
}

    .card-sibebar-cta.top-image .card-img img, .card-sibebar-cta.partial-img-overlap .card-img img, .card-sibebar-cta.partial-img-out .card-img img {
        display: inline-block;
        max-width: 100%;
    }

.card-sibebar-cta.partial-img-overlap .card {
    margin-top: -18px;
}

.card-sibebar-cta.partial-img-out {
    margin-top: 48px;
}

    .card-sibebar-cta.partial-img-out .card-img {
        margin-top: -48px;
    }

.sponsor-card, .social-card, .timeline-card, .external-app-card {
    margin: 0 auto 16px auto;
    max-width: 345px;
}

    .sponsor-card h3 {
        color: #db5912;
        text-align: center;
        text-transform: uppercase;
    }

    .sponsor-card hr {
        border-top: 1px solid #db5912;
    }

        .sponsor-card hr:after {
            display: none;
        }

    .sponsor-card ul {
        display: flex;
        flex-direction: column;
        list-style-type: none;
        margin: 0;
        padding: 0;
        align-items: center;
        justify-content: space-around;
    }

        .sponsor-card ul li {
            margin: 0 0 52px 0;
            padding: 0;
        }

            .sponsor-card ul li img {
                max-width: 225px;
                max-height: 125px;
            }

            .sponsor-card ul li span {
                max-width: 175px;
                max-height: 75px;
                font-size: 20px;
                font-weight: 700;
                display: inline-block;
                line-height: 1.25;
                text-align: center;
                color: #000;
            }

    .social-card h3, .timeline-card h3 {
        text-align: left;
        text-transform: uppercase;
        margin: 0;
        font-size: 28px;
        color: #01357f;
    }

    .social-card hr, .timeline-card hr, .external-app-card hr {
        border-top: 1px solid #0050c4;
        margin: 0 0 12px 0;
    }

        .social-card hr:after, .timeline-card hr:after, .external-app-card hr:after {
            display: none;
        }

    .social-card p {
        font-size: 14px;
        font-weight: 600;
        margin: 0;
        color: #0050c4;
        text-align: center;
    }

    .social-card .social-icons {
        margin: 12px 0 0 0;
        padding: 0;
        list-style-type: none;
        display: flex;
        align-items: center;
        justify-content: center;
    }

        .social-card .social-icons li {
            margin: 0;
            padding: 0;
        }

            .social-card .social-icons li:not(:last-child) {
                margin: 0 18px 0 0;
            }

            .social-card .social-icons li a {
                display: block;
                text-indent: -9999px;
                width: 64px;
                height: 64px;
                border-radius: 50%;
            }

                .social-card .social-icons li a.twitter {
                    background: #0050c4 url('../../images/icon-twitter-white.png') no-repeat center center;
                }

                .social-card .social-icons li a.linkedin {
                    background: #0050c4 url('../../images/icon-linkedin-white.png') no-repeat center center;
                }

    .timeline-card .card-body {
        padding: 0;
    }

        .timeline-card .card-body .item {
            margin: 0 0 32px 0;
        }

            .timeline-card .card-body .item p:not(:last-child) {
                margin: 0;
            }

            .timeline-card .card-body .item p.date, .timeline-card .card-body .item p.title {
                color: #0050c4;
                font-size: 14px;
                font-weight: 600;
            }

            .timeline-card .card-body .item span.sponsor {
                color: #258e32;
                margin-right: 7px;
                font-size: 18px;
            }

            .timeline-card .card-body .item p.title, .timeline-card .card-body .item p.title a {
                color: #258e32;
                text-decoration: none;
            }

                .timeline-card .card-body .item p.title a:hover {
                    text-decoration: underline;
                }

            .timeline-card .card-body .item h4 a {
                color: #215eac;
                font-size: 18px;
            }

                .timeline-card .card-body .item h4 a:hover, .timeline-card .card-body .item h4 a:focus {
                    color: #258e32;
                }

    .external-app-card .card-img {
        text-align: center;
    }

    .external-app-card.with-padding .card-img {
        padding-bottom: 12px;
    }

    .external-app-card .card-img img {
        max-width: 80%;
    }

    .external-app-card h3 {
        color: #01357f;
        font-size: 18px;
        text-transform: uppercase;
    }

.external-link {
    color: #258e32;
    font-size: 12px;
    text-transform: uppercase;
    background: url('../../images/icon-external-link-green.png') no-repeat left 2px;
    padding: 2px 0 1px 24px;
}

    .external-link.btn {
        background-image: none !important;
    }

.card.highlight-card {
    margin: 0 auto 16px auto;
    padding: 32px 0;
}

    .card.highlight-card h3 {
        font-size: 28px;
        margin: 0 0 32px 0;
        padding: 0 0 4px 0;
        color: #01357f;
        border-bottom: 1px solid #01357f;
        text-transform: uppercase;
        text-align: left;
    }

    .card.highlight-card .hero-img {
        margin: 0 0 32px 0;
        text-align: center;
    }

    .card.highlight-card h4, .card.highlight-card h4 a {
        color: #215eac;
        font-size: 20px;
        margin: 0 0 12px 0;
        text-decoration: none;
    }

        .card.highlight-card h4 a:hover {
            text-decoration: underline;
            color: #258e32;
        }

        .card.highlight-card h4 span.company {
            color: #258e32;
        }

    .card.highlight-card div {
        color: #000;
    }

.card.search-articles h3 {
    color: #01357f;
    margin: 0 0 12px 0;
    text-align: left;
}

.card.search-articles .search-row {
    display: flex;
    align-content: center;
    justify-content: space-around;
}

    .card.search-articles .search-row input[type=search] {
        border: 1px solid #215eac;
        border-radius: 5px;
    }

    .card.search-articles .search-row .icon-search-btn {
        background: transparent url('../../images/icon-search-blue.png') no-repeat center right;
        box-shadow: none;
        border: 0;
        text-indent: -9999px;
        width: 42px;
        min-width: 42px;
        height: 32px;
        margin-left: 4px;
    }

.card.search-articles hr {
    color: #215eac;
    margin: 32px 0;
    border-top: 1px solid #215eac;
}

.card.search-articles a {
    font-size: 16px;
    font-weight: 700;
    text-decoration: none;
}

    .card.search-articles a:hover, .card.search-articles a:focus, .card.search-articles a:active {
        text-decoration: underline;
    }

.card .form-group h3, .card .form-group .sub-title {
    margin-bottom: 12px;
}
/*Sidebar Cards ENDS */
/* Tab Styles STARTS */
.blue-tabs {
    list-style-type: none;
    margin: 0 0 32px 0 !important;
    padding: 0;
    text-align: center;
}

    .blue-tabs > li {
        display: inline-block;
        vertical-align: top;
    }

        .blue-tabs > li:not(:last-child) {
            margin-right: 18px;
        }

        .blue-tabs > li a, .blue-tabs > li a:visited {
            display: block;
            border-radius: 5px;
            background-color: #0050c4;
            color: #fff;
            font-size: 14px;
            font-weight: 700;
            padding: 8px 12px;
            text-transform: uppercase;
            text-decoration: none;
        }

            .blue-tabs > li a.active, .blue-tabs > li a:hover, .blue-tabs > li a:focus, .blue-tabs > li a:active {
                background-color: #258e32;
                text-decoration: none;
            }
/* Tab Styles ENDS */
/* Form STARTS */
input[type=text], input[type=password], input[type=email], input[type=number], input[type=search], textarea, select, .apply-filter {
    border: 0;
    box-shadow: none;
    font-family: Raleway, sans-serif;
    font-size: 16px;
    padding: 5px 12px;
    resize: none;
    border: 1px solid #0050c4;
    border-radius: 5px;
}

select {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    background: #01357f url(../images/icon-dropdown-white.png) no-repeat 98% center;
    padding-right: 32px !important;
    color: #fff;
}

    select option {
        padding: 0;
    }

.btn {
    min-height: 36px;
    border-radius: 5px;
    line-height: 1.5;
    font-family: Raleway, sans-serif;
    font-size: 14px;
    font-weight: 700;
    background-color: #fff;
    box-shadow: none;
    border: 0;
    text-transform: uppercase;
    min-width: 100px;
    color: #fff;
    padding: 12px 12px;
    text-decoration: none;
    display: inline-block;
}

    .btn.btn-blue, .btn.btn-primary {
        background-color: #01357f;
    }

        .btn.btn-blue:hover, .btn.btn-primary:hover {
            background-color: #258e32;
            color: #fff;
        }

    .btn.btn-green {
        background-color: #258e32;
    }

        .btn.btn-green:hover {
            color: #fff;
            background-color: #01357f;
        }

.btn-external-link {
    background: #258e32 url('../../images/icon-external-link-white.png') no-repeat 90% center;
    color: #fff;
    text-transform: uppercase;
    font-size: 18px;
    font-weight: 700;
    border-radius: 36px;
    display: inline-block;
    padding: 18px 72px 18px 36px;
    text-decoration: none;
}

    .btn-external-link:hover {
        text-decoration: none;
        color: #fff;
    }

.form-row {
    margin: 0 0 18px 0;
    display: block;
}

    .form-row:after {
        clear: both;
        display: table;
        width: 100%;
    }

    .form-row > label {
        display: block;
        font-size: 14px;
        color: #fff;
        margin: 0 0 8px 0;
        width: 100%;
    }

    .form-row > .form-value {
        display: block;
    }

.search-row {
    display: flex;
    align-content: center;
    justify-content: flex-start;
}

    .search-row input[type=search] {
        border: 1px solid #215eac;
        border-radius: 5px;
        max-width: 100%;
    }

    .search-row .icon-search-btn {
        background: transparent url('../../images/search-icon-blue.svg') no-repeat center right;
        box-shadow: none;
        border: 0;
        text-indent: -9999px;
        width: 42px;
        height: 32px;
    }

        .search-row .icon-search-btn:hover, .search-row .icon-search-btn:focus {
            background-image: url('../../images/search-icon-green.svg');
        }

.custom-file-upload {
    position: relative;
    height: 36px;
}

    .custom-file-upload input[type=file] {
        opacity: 0;
        cursor: pointer !important;
        height: 36px;
    }

    .custom-file-upload a {
        display: block;
        position: absolute;
        left: 0;
        top: 0;
        right: 0;
        bottom: 0;
        background: url('../../images/icon-upload-btn.png') no-repeat left center;
        padding: 10px 0 0 48px;
        text-decoration: underline !important;
    }

.sort-row {
    display: block;
    padding: 0 0 32px 0;
}

    .sort-row > * {
        display: inline-block;
        vertical-align: middle;
        margin: 0 12px 0 0;
        font-weight: 700;
    }

    .sort-row .sort-label {
        text-transform: uppercase;
    }

    .sort-row a {
        color: #215eac;
        text-decoration: none;
    }

        .sort-row a:hover, .sort-row a:active, .sort-row a:focus, .sort-row a.active {
            color: #258e32;
        }
/* Form ENDS */
/* Home Get Engaged STARTS */
.card.get-engaged {
    background-image: linear-gradient(180deg, rgba(215,246,255,1) 0%, rgba(215,246,255,1) 80%, rgba(255,255,255,1) 100%);
    border-radius: 24px 24px 0 0;
    padding: 0;
    max-width: initial;
}

    .card.get-engaged .card-title {
        border-radius: 24px 24px 0 0;
        background-color: #01357f;
        padding: 12px 12px 8px 12px;
    }

    .card.get-engaged .card-body {
        padding: 32px 30px 18px 30px;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-around;
    }

        .card.get-engaged .card-body .tiles {
            display: inline-block;
            width: 154px;
            text-align: center;
            padding: 0;
            vertical-align: top;
        }

            .card.get-engaged .card-body .tiles .tile-img img {
                border-radius: 50%;
                display: inline-block;
            }

            .card.get-engaged .card-body .tiles p {
                color: #01357f;
                font-weight: 700;
                margin: 18px 0 32px 0;
            }

    .card.get-engaged .card-footer {
        border-top: 0;
        background-color: transparent;
        padding: 0 0 200px 0;
    }

        .card.get-engaged .card-footer h4 {
            border-bottom: 1px solid #01357f;
            padding-bottom: 5px;
            text-align: center;
            color: #01357f;
            text-transform: uppercase;
        }

        .card.get-engaged .card-footer ul {
            margin: 0;
            padding: 0;
            text-align: center;
        }

            .card.get-engaged .card-footer ul li {
                margin: 0;
                padding: 0;
                vertical-align: middle;
                display: inline-block;
            }

                .card.get-engaged .card-footer ul li:not(:last-child):after {
                    content: '|';
                    display: inline-block;
                    font-size: 18px;
                    vertical-align: middle;
                    margin: 0 18px;
                    color: #01357f;
                }

                .card.get-engaged .card-footer ul li a, .card.get-engaged .card-footer ul li a:visited {
                    font-weight: 500;
                    color: #215eac;
                }

                    .card.get-engaged .card-footer ul li a:hover, .card.get-engaged .card-footer ul li a:focus {
                        color: #258e32;
                    }

.home-page .picture-tile {
    margin-bottom: 32px;
}

    .home-page .picture-tile .tile-actions li a {
        text-decoration: underline;
    }

.home-page .card.highlights-cta {
    padding: 0;
    margin: 0;
}

.home-section-heading {
    display: flex;
    align-items: center;
    margin: 0 0 18px 0;
}

    .home-section-heading h2 {
        color: #215eac;
        font-size: 24px;
        text-transform: uppercase;
        border-bottom: 0;
        flex: 0;
        white-space: nowrap;
        margin: 0 !important;
    }

.card.get-engaged .card-footer ul li:not(:last-child):after {
    content: '|';
    display: inline-block;
    font-size: 18px;
    vertical-align: middle;
    margin: 0 18px;
}

.card.get-engaged .card-footer ul li a {
    font-weight: 500;
}

.home-section-heading {
    display: flex;
    align-items: center;
    margin: 0 0 18px 0;
}

    .home-section-heading h2 {
        color: #215eac;
        font-size: 28px;
        text-transform: uppercase;
        border-bottom: 0;
        flex: 0;
        white-space: nowrap;
        margin: 0;
    }

        .home-section-heading h2:after {
            content: none;
        }

    .home-section-heading hr {
        border: 0;
        border-top: 1px solid #215eac;
        height: 1px;
        line-height: 1px;
        font-size: 1px;
        box-shadow: none;
        flex: auto;
        margin: 0 12px;
        position: relative;
    }

        .home-section-heading hr:after {
            content: '';
            width: 12px;
            height: 12px;
            background-color: #215eac;
            position: absolute;
            right: 0;
            bottom: -4px;
            border-radius: 50%;
        }

    .home-section-heading a {
        font-weight: 500;
        display: block;
        flex: 0;
        white-space: nowrap;
    }

.picture-tile .tile-heading .new {
    color: #db5912;
    display: inline-block;
    margin-right: 4px;
}

.picture-tile .tile-attributes {
    margin: 0;
    color: #073174;
}

.picture-tile {
    max-width: 336px;
}

    .picture-tile .tile-heading, .picture-tile .tile-heading a, .picture-tile a .tile-heading {
        color: #215eac;
        font-size: 16px;
        margin: 12px 0 0 0;
    }

        .picture-tile .tile-heading a:hover, .picture-tile a:hover .tile-heading {
            color: #258e32;
        }

    .picture-tile .tile-attributes, .picture-tile .date {
        margin: 0;
        color: #073174;
        line-height: 1.25em;
    }

    .picture-tile .tile-actions {
        list-style-type: none;
        margin: 0;
        padding: 0;
    }

        .picture-tile .tile-actions li {
            display: inline-block;
            vertical-align: top;
            margin: 0;
            padding: 0;
        }

            .picture-tile .tile-actions li:after {
                content: '|';
                display: inline-block;
                vertical-align: top;
                margin: 0 8px;
                color: #8d8d8d;
            }

            .picture-tile .tile-actions li:last-child:after {
                content: none;
            }

            .picture-tile .tile-actions li a {
                color: #258e32;
            }

                .picture-tile .tile-actions li a:hover {
                    color: #215eac;
                }

    .picture-tile .tile-img {
        position: relative;
    }

        .picture-tile .tile-img .tile-img-overlay {
            position: absolute;
            bottom: 16px;
            left: 0;
            color: #fff;
            background: #258e32;
            font-size: 14px;
            padding: 6px 18px 6px 12px;
            border-radius: 0 15px 15px 0;
            text-transform: uppercase;
            line-height: 1;
            box-shadow: 0 6px 6px rgba(0,0,0, 0.37);
            font-weight: 600;
        }

        .picture-tile .tile-img .tile-img-overlay-icon {
            position: absolute;
            bottom: 8px;
            right: 8px;
            line-height: 1;
            box-shadow: 0 6px 6px rgba(0,0,0, 0.37);
            border-radius: 50%;
            max-width: 46px;
        }

.home-annual-sponsors {
    margin: 0;
    padding: 0;
    list-style-type: none;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
}

    .home-annual-sponsors li {
        margin: 0 0 52px 0;
        padding: 0 0 0 64px;
    }

        .home-annual-sponsors li:first-child {
            padding: 0;
        }

        .home-annual-sponsors li img {
            max-width: 175px;
            max-height: 75px;
        }
/* Page editor fixes */
.sfPageContainer .utility-bar {
    position: relative;
    width: 50%;
    float: right;
    height: 81px;
}

.sfPageContainer .social-links {
    position: relative;
}

.sfPageContainer #ctl00_SocialLinks_ctl00 {
    float: right;
    width: 200px !important;
}
/* Home Get Engaged ENDS */
/* MAG Insight STARTS */
.mag-insight ul.list-unstyled li {
    margin: 0 0 72px 0;
}

    .mag-insight ul.list-unstyled li .container-fluid {
        margin: 0;
    }

.mag-insight ul.list-unstyled h3 {
    margin: 0 0 8px 0;
}

.mag-insight ul.list-unstyled .date {
    font-size: 18px;
    font-weight: 500;
    margin: 0 0 12px 0;
}

.mag-insight ul.list-unstyled .insight-image figure {
    margin: 0;
}

.mag-insight ul.list-unstyled .insight-image figcaption {
    color: #215eac;
    margin: 12px 0 0 0;
}

.mag-insight-detail figure {
    float: left;
    margin: 0 24px 24px 0;
    max-width:200px;
}

.mag-insight-detail figcaption {
    color: #215eac;
    margin: 12px 0 0 0;
    max-width: 194px;
}

    .mag-insight-detail figcaption span {
        display: block;
    }
/* MAG Insight ENDS */
/* MAG News Communications STARTS */
.mag-communications .list-unstyled {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

    .mag-communications .list-unstyled li {
        margin: 0 0 32px 0;
    }

        .mag-communications .list-unstyled li a:link {
            text-decoration: none;
            color: #215eac;
        }

        .mag-communications .list-unstyled li a:hover {
            color: #258e32;
            text-decoration: underline;
        }

    .mag-communications .list-unstyled .date {
        color: #215eac;
        font-size: 16px;
    }

.mag-communications-article .date {
    font-size: 18px;
}
/* MAG News Communications ENDS */
/* Career Opportunities STARTS */
.career-opportunities .list-unstyled { list-style-type: none; margin: 0; padding: 0; }
    .career-opportunities .list-unstyled li { margin: 0 0 32px 0; }
        .career-opportunities .list-unstyled li a:link { text-decoration: none; color: #215eac; }
        .career-opportunities .list-unstyled li a:hover { color: #258e32; text-decoration: underline; }
    .career-opportunities .list-unstyled h4 { margin-top:2px; }
    .career-opportunities .list-unstyled .date { display: block; color: #215eac; font-weight:700; font-size: 16px; }
    .career-opportunities .list-unstyled .company-title { display:block; }
    /* MAG News Communications ENDS */
    /* Payment News Styles STARTS */
    .mag-news-list h4, .payment-news h4, .mag-document-list h4, .mag-communications h4 { margin: 0; }

    .mag-news-list h4 a, .mag-news-list h4 a:visited, .payment-news h4 a, .payment-news h4 a:visited, .mag-document-list h4 a, .mag-document-list h4 a:visited, .mag-communications h4 a, .mag-communications h4 a:visited {
        color: #215eac;
        text-decoration: none;
    }

        .mag-news-list h4 a:active, .mag-news-list h4 a:focus, .mag-news-list h4 a:hover, .payment-news h4 a:active, .payment-news h4 a:focus, .payment-news h4 a:hover, .mag-document-list h4 a:active, .mag-document-list h4 a:focus, .mag-document-list h4 a:hover,
        .mag-communications h4 a:active, .mag-communications h4 a:focus, .mag-communications h4 a:hover {
            color: #258e32;
            text-decoration: underline;
        }

.mag-news-list .item, .payment-news .item, .mag-document-list .item, .mag-communications .item {
    margin: 0 0 24px 0;
}

.payment-news .item {
    padding: 0 0 0 64px;
}

    .payment-news .item.subscription-required {
        background: url('../../images/Icon-Subscription-Required.svg') no-repeat left top / 45px 45px;
    }

.mag-news-list .date, .payment-news .date, .mag-document-list .date, .mag-communications .date {
    color: #215eac;
    font-weight: 700;
    font-size: 16px;
    margin: 0 0 8px 0;
}

.mag-news-list .item p:last-of-type, .payment-news .item p:last-of-type, .mag-document-list .item p:last-of-type, .mag-communications .item p:last-of-type {
    margin: 0;
}

.payment-news .legend {
    background: url('../../images/Icon-Subscription-Required.svg') no-repeat left top / 45px 45px;
    display: inline-block;
    padding: 13px 0 13px 52px;
    margin-bottom: 12px;
}
/* Payment News Styles ENDS */
/* Committee Member Grid STARTS */
ul.leadership-items, .committee-leadership ul {
    display: grid;
    grid-row-gap: 42px;
    grid-template-columns: repeat(5, 20%);
}

    ul.leadership-items li {
        display: none;
        text-align: center;
        padding: 0 36px !important;
    }

        ul.leadership-items li.active {
            display: inline-block;
        }

        ul.leadership-items li img, .committee-leadership ul li img {
            display: inline-block;
        }

        ul.leadership-items li span {
            display: block;
        }

            ul.leadership-items li span.title, .committee-leadership ul .title {
                color: #215eac;
                font-weight: bold;
                font-size: 16px;
                margin: 10px 0 0 0;
                display: block;
            }

            ul.leadership-items li span.name, ul.leadership-items li span.company, .committee-leadership ul .name, .committee-leadership ul .company {
                color: #215eac;
                margin: 0;
                display: block;
            }

            ul.leadership-items li span.company, .committee-leadership ul .company {
                color: #000;
            }

.committee-leadership ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

    .committee-leadership ul li {
        text-align: center;
        margin: 0;
        text-align: center;
        padding: 0 36px !important;
    }
/* Committee Member Grid ENDS */
/* Conference Page STARTS */
main .container, main .container-fluid {
    max-width: 100%;
    padding-left: 0;
    padding-right: 0;
}
/* Conference Page ENDS*/
/* Grid Utility Section STARTS */
.education-resource-filters, .event-filters, .filter-options {
    display: flex;
    align-items: center;
    margin: 0 0 32px 0;
    flex-wrap: wrap;
}

    .education-resource-filters .types, .education-resource-filters .topics, .education-resource-filters .keyword-search, .event-filters .types, .event-filters .keyword-search, .filter-options .types, .filter-options .topics, .filter-options .keyword-search {
        margin-right: 18px;
    }

        .education-resource-filters .types ul, .event-filters .types ul {
            list-style-type: none;
            padding: 0;
            margin: 0 0 0;
            text-align: center;
        }

            .education-resource-filters .types ul li, .event-filters .types ul li {
                display: inline-block;
                margin: 0;
                padding: 0;
                vertical-align: top;
            }

                .education-resource-filters .types ul li:not(:last-child), .event-filters .types ul li:not(:last-child) {
                    margin: 0 18px 0 0;
                }

                .education-resource-filters .types ul li a, .event-filters .types ul li a {
                    display: block;
                    border-radius: 5px;
                    background-color: #0050c4;
                    color: #fff;
                    font-size: 12px;
                    font-weight: 700;
                    padding: 8px 10px 7px 10px;
                    text-transform: uppercase;
                }

                    .education-resource-filters .types ul li a.active, .education-resource-filters .types ul li a:hover, .event-filters .types ul li a.active, .event-filters .types ul li a:hover {
                        background-color: #258e32;
                        border-color: #258e32;
                        text-decoration: none;
                    }

        .education-resource-filters .keyword-search .apply-keyword-filter, .event-filters .keyword-search .apply-keyword-filter {
            box-shadow: none;
            font-family: Raleway, sans-serif;
            font-size: 16px;
            padding: 5px 14px;
            resize: none;
            border: 1px solid #0050c4;
            border-radius: 5px;
        }

        .education-resource-filters .keyword-search .button-keyword-filter, .event-filters .keyword-search .button-keyword-filter {
            background: #fff url('../../images/icon-search-blue.png') no-repeat center center;
            box-shadow: none;
            border: 0;
            text-indent: -9999px;
            text-align: left;
            width: 32px;
            height: 37px;
            margin-left: 4px;
        }

    .education-resource-filters .view-mode, .event-filters .view-mode {
        margin-left: auto;
        display: flex;
        flex-wrap: nowrap;
    }

        .education-resource-filters .view-mode ul, .event-filters .view-mode ul {
            list-style-type: none;
            margin: 0;
            padding: 0;
        }

            .education-resource-filters .view-mode ul li, .event-filters .view-mode ul li {
                display: inline-block;
                vertical-align: top;
                margin: 0 0 0 24px;
            }

                .education-resource-filters .view-mode ul li:first-child, .event-filters .view-mode ul li:first-child {
                    margin: 0;
                }

                .education-resource-filters .view-mode ul li a.apply-view-grid, .education-resource-filters .view-mode ul li a.apply-view-list, .education-resource-filters .view-mode ul li a.apply-view-calendar,
                .event-filters .view-mode ul li a.apply-view-grid, .event-filters .view-mode ul li a.apply-view-list, .event-filters .view-mode ul li a.apply-view-calendar {
                    display: block;
                    padding: 12px 48px 12px 0;
                    font-weight: 700;
                    color: #215eac;
                    text-transform: uppercase;
                }

                    .education-resource-filters .view-mode ul li a.apply-view-grid.active, .education-resource-filters .view-mode ul li a.apply-view-list.active, .education-resource-filters .view-mode ul li a.apply-view-calendar.active,
                    .event-filters .view-mode ul li a.apply-view-grid.active, .event-filters .view-mode ul li a.apply-view-list.active, .event-filters .view-mode ul li a.apply-view-calendar.active {
                        color: #258e32;
                    }

                .education-resource-filters .view-mode ul li a.apply-view-grid, .event-filters .view-mode ul li a.apply-view-grid {
                    background: url('../../images/icon-grid.png') no-repeat right center;
                }

                    .education-resource-filters .view-mode ul li a.apply-view-grid.active, .education-resource-filters .view-mode ul li a.apply-view-grid:hover,
                    .event-filters .view-mode ul li a.apply-view-grid.active, .event-filters .view-mode ul li a.apply-view-grid:hover {
                        background-image: url('../../images/icon-grid-green.png');
                        color: #258e32;
                    }

                .education-resource-filters .view-mode ul li a.apply-view-list, .event-filters .view-mode ul li a.apply-view-list {
                    background: url('../../images/icon-list.png') no-repeat right center;
                }

                    .education-resource-filters .view-mode ul li a.apply-view-list.active, .education-resource-filters .view-mode ul li a.apply-view-list:hover,
                    .event-filters .view-mode ul li a.apply-view-list.active, .event-filters .view-mode ul li a.apply-view-list:hover {
                        background-image: url('../../images/icon-list-green.png');
                        color: #258e32;
                    }

                .event-filters .view-mode ul li a.apply-view-calendar {
                    background: url('../../images/icon-calendar.png') no-repeat right center;
                }

                    .event-filters .view-mode ul li a.apply-view-calendar.active, .event-filters .view-mode ul li a.apply-view-calendar:hover {
                        background-image: url('../../images/icon-calendar-green.png');
                        color: #258e32;
                    }

/* Grid Utility Section ENDS */
/* Sponsor Logos STARTS */
.event-sponsors ul, .sponsor-logos {
    margin: 0;
    padding: 0;
    list-style-type: none;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-wrap: wrap;
}

    .event-sponsors ul li, .sponsor-logos li {
        margin: 0 0 52px 0;
        padding: 0 24px 0 0;
        width: 20%;
        text-align: center;
    }

        .event-sponsors ul li img, .sponsor-logos img {
            max-width: 175px;
            max-height: 75px;
        }

        .event-sponsors ul li span {
            max-width: 175px;
            max-height: 75px;
            font-size: 20px;
            font-weight: 700;
            display: inline-block;
            line-height: 1.25;
            text-align: center;
        }
/* Sponsor Logos ENDS */

/* Custom Column Grid STARTS */
.picture-grid {
    display: grid;
    grid-row-gap: 42px;
    grid-column-gap: 2.5%;
    grid-template-columns: repeat(5, 18%);
    margin-bottom: 42px;
}
/* Custom Column Grid ENDS */

/* Committee Page STARTS */
.committee-resources .committee-section-sub-heading h3 {
    background: url('../../images/icon-locked-circle.png') no-repeat left center;
    padding: 7px 0 7px 52px;
    margin: 0 0 24px 0;
}

.committee-resources .committee-resource-list {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

    .committee-resources .committee-resource-list li {
        margin: 0 0 18px 0;
        padding: 0 0 18px 0;
        border-bottom: 1px solid #258e32;
    }

    .committee-resources .committee-resource-list a h4 {
        color: #258e32;
        font-size: 17px;
        font-weight: 500;
    }

    .committee-resources .committee-resource-list a:hover h4 {
        color: #215eac;
    }

.sf-Gallery-thumbs {
    text-align: center;
}


.education-resources .show-more-container, .documents .show-more-container, .testimonials .show-more-container {
    border-top: 1px solid #215eac;
    margin: 72px 0;
    position: relative;
}

    .education-resources .show-more-container .show-more, .documents .show-more-container .show-more, .testimonials .show-more-container .show-more {
        display: inline-block;
        background-color: #d7f6ff;
        border: 1px solid #0050c4;
        color: #215eac;
        padding: 8px 18px;
        border-radius: 18px;
        font-weight: 700;
        font-size: 14px;
        line-height: 1;
        text-transform: uppercase;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        z-index: 1;
        text-align: center;
        line-height: 1.25;
        min-width: 196px;
    }

        .education-resources .show-more-container .show-more:hover, .documents .show-more-container .show-more:hover, .testimonials .show-more-container .show-more:hover {
            text-decoration: none;
            background-color: #215eac;
            color: #d7f6ff;
        }

.testimonials figure {
    padding: 0 84px;
    margin: 0;
}

.testimonials blockquote {
    color: #215eac;
    font-size: 24px;
    font-weight: 700;
    line-height: 1.25;
}

.testimonials figcaption {
    text-align: right;
    padding-bottom: 30px;
}

    .testimonials figcaption .individual {
        color: #215eac;
        font-size: 16px;
        font-weight: 700;
        display: block;
    }

    .testimonials figcaption .company {
        color: #000;
        font-size: 14px;
        display: block;
    }

.c59 {
    width: 100% !important;
}

    .c59 table {
        width: 100% !important;
    }

.education-resources ul.list-view {
    display: block;
}

    .education-resources ul.list-view > li {
        width: 100% !important;
        max-width: 100% !important;
        display: flex;
    }

        .education-resources ul.list-view > li > a {
            display: block;
            margin-right: 24px;
        }

            .education-resources ul.list-view > li > a img {
                display: block;
                width: 220px;
            }

        .education-resources ul.list-view > li .tile-heading {
            margin-top: 0;
        }
/* Sitemap STARTS */
.nav-sitemap {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: flex-start;
}

    .nav-sitemap h3 {
        margin-bottom: 12px;
    }

    .nav-sitemap > li {
        border-left: 0;
        font-size: 16px;
        width: 25%;
    }

        .nav-sitemap > li .nav-link {
            padding: 0;
        }

            .nav-sitemap > li .nav-link.external-link {
                padding: 0 24px 0 0;
                font-size: 16px;
                line-height: 1.25;
                text-transform: initial;
                background-position: right;
                display: inline;
            }

    .nav-sitemap li:last-child {
        margin-bottom: 0;
    }

    .nav-sitemap li ul {
        margin-top: 8px;
    }

        .nav-sitemap li ul ul {
            margin-left: 32px;
        }
/* Sitemap ENDS */

.documents .item.restricted-resource {
    background: url('../../images/Icon-Member-Only.svg') no-repeat left top;
    background-size: 36px;
}

.job-profiles .item {
    padding-left: 48px;
}

/* Countdown Timer STARTS */
.countdown-timer {
    text-align: center;
}

    .countdown-timer h4 {
        font-size: 23px;
        color: #0d57ce;
    }

    .countdown-timer .date {
        font-size: 23px;
        font-weight: 500;
        color: #0d57ce;
        display: block
    }
/* Countdown Timer ENDS */


.form-group[data-sf-role='field-captcha-container'] .form-inline .form-group {
    width: 100%;
    padding-left: 0;
}
.form-group[data-sf-role='field-captcha-container'] a {
    color: white;
}
button.sf-Captcha-button.btn.btn-light.ml-4 {
    min-width: 40px;
    margin: 0;
    margin-left: 0.5rem !important;
}