﻿div.login-message {
    position: relative !important;
    background-color: #ddffeb !important;
    padding: 0.75rem 1.25rem !important;
    margin-bottom: 1rem !important;
    border: 1px solid transparent !important;
    border-radius: 8px !important;
    line-height: 0.6 !important;
    font-size: 1.5rem !important;
}

.loginText {
    font-size: 18px !important;
    font-family: 'Public Sans', Arial, Helvetica, sans-serif;
    line-height: 1.3;
    vertical-align: baseline;
}

/* Rebrand Header Style 2024 Start */
html {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    font-smoothing: antialiased;
    font-weight: 400;
    -webkit-text-size-adjust: 100%;
}

body {
    font-family: 'Public Sans', Arial, Helvetica, sans-serif;
    font-size: 19px;
    color: #656565;
    font-weight: 300;
}

.hide-overflow {
    overflow: hidden;
}

.font-weight-normal {
    font-family: 'Public Sans', Arial, Helvetica, sans-serif;
}

.font-weight-medium,
.font-medium {
    font-family: 'Public Sans', Arial, Helvetica, sans-serif;
    font-weight: 400 !important;
}

strong,
b,
.font-weight-bold {
    font-family: 'Public Sans', Arial, Helvetica, sans-serif;
    font-weight: 400 !important;
}

a {
    color: #0032a0;
}

    a:visited {
        color: #0032a0;
    }

    a:hover {
        color: #004aed;
    }

.popover-body p {
    margin-bottom: 5px !important;
}

    .popover-body p > .popover-body:last-child {
        margin-bottom: 0 !important;
    }

.popover-body,
.Normal {
    font-size: inherit;
    font-weight: inherit;
    color: inherit;
    line-height: inherit;
}

    .popover-body ul:not(.sc-menu) li p,
    .popover-body ol li p,
    .Normal ul:not(.sc-menu) li p,
    .Normal ol li p {
        line-height: 1.6em;
    }

    .popover-body ul:not(.sc-menu),
    .Normal ul:not(.sc-menu) {
        margin: 0 0 30px 0;
        padding: 0;
        list-style: none;
    }

        .popover-body ul:not(.sc-menu) > li:last-child,
        .Normal ul:not(.sc-menu) > li:last-child {
            margin-bottom: 0;
        }

        .popover-body ul:not(.sc-menu) > li,
        .Normal ul:not(.sc-menu) > li {
            position: relative;
            padding: 0 0 0 20px;
            margin: 0 0 5px 0;
        }

            .popover-body ul:not(.sc-menu) > li::before,
            .Normal ul:not(.sc-menu) > li::before {
                content: '';
                width: 7px;
                height: 7px;
                border-radius: 50%;
                background: #0032a0;
                display: block;
                position: absolute;
                top: 10px;
                left: 0;
            }

            .popover-body ul:not(.sc-menu) > li ul,
            .popover-body ul:not(.sc-menu) > li ol,
            .Normal ul:not(.sc-menu) > li ul,
            .Normal ul:not(.sc-menu) > li ol {
                padding-top: 15px;
                margin-bottom: 15px;
            }

    .popover-body ol,
    .Normal ol {
        margin: 0 0 30px 0;
        padding: 0;
        list-style: none;
        counter-reset: my-awesome-counter;
    }

        .popover-body ol > li:last-child,
        .Normal ol > li:last-child {
            margin-bottom: 0;
        }

        .popover-body ol > li,
        .Normal ol > li {
            position: relative;
            padding: 0 0 0 40px;
            margin: 0 0 15px 0;
            counter-increment: my-awesome-counter;
        }

            .popover-body ol > li::before,
            .Normal ol > li::before {
                content: counter(my-awesome-counter);
                width: 26px;
                height: 26px;
                border-radius: 50%;
                display: block;
                position: absolute;
                top: 0px;
                left: 0;
                border: 1px solid #7b7b7b;
                color: #7b7b7b;
                text-align: center;
                font-size: 13px;
                font-weight: 600;
            }

            .popover-body ol > li ul,
            .popover-body ol > li ol,
            .Normal ol > li ul,
            .Normal ol > li ol {
                padding-top: 15px;
            }

    .popover-body blockquote,
    .Normal blockquote {
        margin: 0;
        padding: 0;
        border: none;
        font-style: normal;
    }

        .popover-body blockquote cite,
        .Normal blockquote cite {
            font-style: normal;
            font-family: 'Public Sans', Arial, Helvetica, sans-serif;
        }

#header-box {
    background: #f6f5f2;
}

    #header-box a {
        text-decoration: none;
        color: #3d376a;
    }

.mygms-btn {
    font-size: 16px;
    font-weight: 700;
    display: flex;
    align-content: center;
}

    .mygms-btn span {
        margin-left: 4px;
        align-content: center;
    }

body.dnnEditState #header-box {
    position: relative !important;
}

@media screen and (min-width: 1200px) {
    #header-box {
        position: -webkit-sticky;
        position: sticky;
        top: 0;
        width: 100%;
        z-index: 1070 !important;
    }
}

header.header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    min-height: 80px;
    padding-left: 40px;
    padding-right: 15px;
}

    header.header #gms-logo {
        fill: #3d376a;
    }

    header.header button {
        border: 0;
        outline: 0 !important;
    }

    header.header a.dropdown-item {
        color: #3d376a;
        padding-top: 8px;
        padding-bottom: 8px;
    }

        header.header a.dropdown-item:hover {
            background: #F8C441;
            color: #fff;
        }

    header.header .gms-header-btn-group {
        display: flex;
        align-content: center;
        font-size: 16px;
    }

        header.header .gms-header-btn-group > * {
            margin-left: 20px;
        }

    header.header .submit-claim-btn {
        font-weight: 700;
        color: #3d376a;
        background-color: transparent;
    }

    header.header .quote-btn {
        font-weight: 700;
        color: #ffffff;
        background-color: #3d376a;
        padding: 8px 20px 8px 20px;
        border-radius: 25px;
    }

@media screen and (max-width: 1199px) {
    .gms-header-btn-group {
        display: none !important;
    }
}

.loginGroup {
    display: flex;
    align-items: center;
}

.btn-search {
    color: #7b7b7b;
}

    .btn-search:visited {
        color: #7b7b7b;
    }

.modal-backdrop.show {
    background: #0032a0;
    opacity: 0.9;
    z-index: 1080 !important;
}

.modal {
    z-index: 1090 !important;
}

.dnnSearchResultAdvancedTip {
    display: none;
}

.dnnSearchBoxPanel {
    display: none;
}

.dnnSearchResultPanel {
    display: block;
    max-width: none;
    margin: 0 0 15px 0;
    background: #f5f5f5;
    font-size: 12px;
}

    .dnnSearchResultPanel .dnnRight:first-of-type {
        display: none;
    }

#dnnSearchResultAdvancedForm,
.dnnSearchBox_advanced_dropdown {
    padding: 0;
    display: none !important;
}

.dnnSearchBox {
    margin: 0 !important;
    display: block;
    width: 100%;
    height: 44px;
    padding: 6px 12px;
    font-size: 16px;
    line-height: 1.8;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 6px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
    -o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
    transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
    font-size: 15px;
}

    .dnnSearchBox:focus {
        border-color: #66afe9;
        outline: 0;
        -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
        box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
    }

    .dnnSearchBox::-moz-placeholder {
        color: #161c1f;
        opacity: 1;
    }

    .dnnSearchBox:-ms-input-placeholder {
        color: #161c1f;
    }

    .dnnSearchBox::-webkit-input-placeholder {
        color: #161c1f;
    }

    .dnnSearchBox::-ms-expand {
        border: 0;
        background-color: transparent;
    }

    .dnnSearchBox[disabled],
    .dnnSearchBox[readonly],
    fieldset[disabled] .dnnSearchBox {
        background-color: #d6d6d6;
        opacity: 1;
    }

    .dnnSearchBox[disabled],
    fieldset[disabled] .dnnSearchBox {
        cursor: not-allowed;
    }

textarea.dnnSearchBox {
    height: auto;
}

#dnnSearchResult_dnnSearchBox_input {
    position: relative;
    top: 3px;
    left: 20px;
}

.search-bar ul.searchSkinObjectPreview {
    width: 100%;
    border-radius: 3px;
}

    .search-bar ul.searchSkinObjectPreview > li.searchSkinObjectPreview_group {
        font-weight: 400;
        font-family: 'Public Sans', Arial, Helvetica, sans-serif;
        color: #444;
        border-bottom: 0 !important;
        padding-bottom: 0;
    }

    .search-bar ul.searchSkinObjectPreview > li {
        padding: 15px;
        border-top: 0 !important;
        border-bottom: 1px solid #c9c9c9;
    }

        .search-bar ul.searchSkinObjectPreview > li p {
            font-style: normal !important;
            font-size: 13px;
            line-height: 1rem;
        }

    .search-bar ul.searchSkinObjectPreview .searchSkinObjectPreview_more {
        color: #24ba4f;
        font-size: 19px;
        font-family: 'Public Sans', Arial, Helvetica, sans-serif;
    }

.search-bar > span {
    display: flex;
}

    .search-bar > span .searchInputContainer {
        flex: 1;
        align-items: flex-end;
    }

        .search-bar > span .searchInputContainer input.NormalTextBox {
            width: 100%;
            border: none;
            height: 44px;
            border-right: 0;
            padding: 6px 15px;
            font-size: 16px;
            border-radius: 0;
            outline: none;
        }

        .search-bar > span .searchInputContainer a.dnnSearchBoxClearText {
            display: none;
        }

    .search-bar > span a.btn {
        margin: 0;
        border-top-left-radius: 0;
        border-bottom-left-radius: 0;
        font-size: 15px;
        border: none;
        overflow: hidden;
        position: relative;
        padding: 6px 0 !important;
        width: 50px;
        height: 44px;
        line-height: 44px;
        display: inline-flex;
        align-content: center;
        flex-direction: column;
    }

        .search-bar > span a.btn:hover {
            color: #fff;
        }

        .search-bar > span a.btn:before {
            font-size: 15px;
            display: inline-block;
            font-style: normal;
            font-variant: normal;
            text-rendering: auto;
            -webkit-font-smoothing: antialiased;
            font-family: 'font awesome 5 Pro';
            font-weight: 900;
            content: '\f002';
            line-height: 44px;
            height: 44px;
            margin-top: -6px;
        }

.search-bar-outline-light > span .searchInputContainer input.NormalTextBox {
    border: none;
    border-bottom: 1px solid #fff;
    color: #fff;
    background: transparent;
    border-radius: 0;
}

    .search-bar-outline-light > span
    .searchInputContainer
    input.NormalTextBox::placeholder {
        color: #fff;
    }

.search-bar-outline-light > span a.btn {
    margin: 0;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    font-size: 15px;
    border: none;
    border-bottom: 1px solid #fff !important;
    overflow: hidden;
    position: relative;
    width: 50px;
    height: 43px;
    line-height: 43px;
    display: inline-flex;
    align-content: center;
    flex-direction: column;
}

    .search-bar-outline-light > span a.btn:hover {
        color: #0032a0;
    }

    .search-bar-outline-light > span a.btn:before {
        font-size: 15px;
        display: inline-block;
        font-style: normal;
        font-variant: normal;
        text-rendering: auto;
        -webkit-font-smoothing: antialiased;
        font-family: 'font awesome 5 Pro';
        font-weight: 900;
        content: '\f002';
        line-height: 43px;
        height: 43px;
        margin-top: -6px;
    }

@media screen and (min-width: 1200px) {
    span.page-disabled {
        cursor: default;
    }

    nav.nav-main {
        font-size: 13px;
        font-family: 'Public Sans', Arial, Helvetica, sans-serif;
    }

        nav.nav-main > ul {
            margin: 0;
            padding: 0;
            list-style: none;
            display: flex;
        }

            nav.nav-main > ul > li {
                position: relative;
                display: inline-flex;
                letter-spacing: 1px;
                white-space: nowrap;
            }

                nav.nav-main > ul > li.active > a {
                    color: #0032a0;
                }

                nav.nav-main > ul > li:hover > a {
                    color: #0032a0;
                }

                    nav.nav-main > ul > li:hover > a i.fa {
                        color: #0032a0;
                    }

                nav.nav-main > ul > li.bc-active:not(.active) > span.page-disabled,
                nav.nav-main > ul > li.bc-active:not(.active) > a,
                nav.nav-main > ul > li.has-children:hover > span.page-disabled,
                nav.nav-main > ul > li.has-children:hover > a {
                    background-color: #0032a0;
                    color: #fff;
                }

                    nav.nav-main > ul > li.bc-active:not(.active) > span.page-disabled i.fa,
                    nav.nav-main > ul > li.bc-active:not(.active) > a i.fa,
                    nav.nav-main > ul > li.has-children:hover > span.page-disabled i.fa,
                    nav.nav-main > ul > li.has-children:hover > a i.fa {
                        color: #fff;
                    }

                nav.nav-main > ul > li > span.page-disabled,
                nav.nav-main > ul > li > a {
                    color: #444;
                    text-transform: uppercase;
                    display: block;
                    padding: 0 15px;
                    position: relative;
                    text-decoration: none;
                    line-height: 55px;
                    border-top-right-radius: 2px;
                    border-top-left-radius: 2px;
                }

        nav.nav-main li:hover > .nav-dropdown {
            display: block !important;
        }

        nav.nav-main > ul > li > .nav-dropdown {
            display: none;
            position: absolute;
            left: 0px;
            top: 55px;
            margin: 0;
            border-top-right-radius: 2px;
            border-bottom-right-radius: 2px;
            border-bottom-left-radius: 2px;
            min-width: 100%;
            background: #0032a0;
        }

            nav.nav-main > ul > li > .nav-dropdown ul {
                list-style: none;
                margin: 0;
                padding: 0;
            }

                nav.nav-main > ul > li > .nav-dropdown ul li {
                    display: block;
                    margin: 0;
                    padding: 0;
                    list-style: none;
                    text-transform: uppercase;
                }

                    nav.nav-main > ul > li > .nav-dropdown ul li:first-of-type > a {
                        border-top-right-radius: 2px;
                    }

                    nav.nav-main > ul > li > .nav-dropdown ul li:last-of-type > a {
                        border-bottom-right-radius: 2px;
                        border-bottom-left-radius: 2px;
                    }

                    nav.nav-main > ul > li > .nav-dropdown ul li.active > a {
                        background: #24ba4f;
                        color: #fff;
                    }

                    nav.nav-main > ul > li > .nav-dropdown ul li:hover > a {
                        background: #24ba4f;
                        color: #fff;
                    }

                    nav.nav-main > ul > li > .nav-dropdown ul li a {
                        font-family: 'Public Sans', Arial, Helvetica, sans-serif;
                        font-size: 15px;
                        text-transform: none;
                        color: #fff;
                        display: block;
                        padding: 10px 20px;
                        text-decoration: none;
                        white-space: nowrap;
                    }

                        nav.nav-main > ul > li > .nav-dropdown ul li a:hover {
                            background: #24ba4f;
                            color: #fff;
                        }

                nav.nav-main > ul > li > .nav-dropdown ul ul > li:hover > a {
                    background: #38d966;
                }

                nav.nav-main > ul > li > .nav-dropdown ul ul > li > a {
                    font-size: 13px;
                    padding: 10px 30px;
                }
}

@media screen and (min-width: 1300px) {
    nav.nav-main > ul > li > span.page-disabled,
    nav.nav-main > ul > li > a {
        padding: 0 20px;
    }
}

@media screen and (max-width: 1199px) {
    span.page-disabled {
        cursor: pointer;
    }

    .nav-section {
        background-color: #3d376a;
        position: absolute;
        top: -7px;
        right: 0;
        display: inline-block;
        padding: 100px 100px 50px 50px !important;
        width: 90%;
    }

        .nav-section a {
            color: #ffffff !important;
        }

        .nav-section .loginGroup {
            text-align: center;
        }

            .nav-section .loginGroup.logged-in {
                display: flex;
                justify-content: center;
            }

        .nav-section a.dropdown-item {
            color: #3d376a !important;
        }

        .nav-section button {
            border: 1px solid #ffffff !important;
            background-color: #3d376a !important;
            color: #ffffff !important;
            width: 100%;
            padding-top: 8px;
            padding-bottom: 8px;
        }

    nav.nav-main {
        font-size: 13px;
        font-family: 'Public Sans', Arial, Helvetica, sans-serif;
    }

        nav.nav-main > ul {
            margin: 0;
            padding: 0;
            list-style: none;
            display: flex;
            flex-direction: column;
            width: 100%;
        }

            nav.nav-main > ul > li {
                position: relative;
                display: inline-flex;
                flex-direction: column;
                letter-spacing: 1px;
            }

                nav.nav-main > ul > li:hover > a {
                    color: #fff;
                }

                    nav.nav-main > ul > li:hover > a i.fa {
                        color: #0032a0;
                    }

                nav.nav-main > ul > li.has-children:hover span.page-disabled,
                nav.nav-main > ul > li.has-children:hover > a {
                    color: #fff;
                }

                    nav.nav-main > ul > li.has-children:hover span.page-disabled i.fa,
                    nav.nav-main > ul > li.has-children:hover > a i.fa {
                        color: #fff;
                    }

                nav.nav-main > ul > li.bc-active > span.page-disabled,
                nav.nav-main > ul > li.bc-active > a {
                    color: #fff;
                }

                nav.nav-main > ul > li.active:not(.has-children) {
                    margin-left: -50px;
                    margin-right: -100px;
                }

                    nav.nav-main > ul > li.active:not(.has-children) > a {
                        padding-left: 70px;
                    }

                nav.nav-main > ul > li > span.page-disabled,
                nav.nav-main > ul > li > a {
                    color: #fff !important;
                    text-transform: uppercase;
                    display: block;
                    padding: 15px 0 15px 20px;
                    position: relative;
                    text-decoration: none;
                    line-height: 22px;
                    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
                    display: flex;
                    justify-content: space-between;
                    align-items: center;
                }

                    nav.nav-main > ul > li > span.page-disabled i.fas,
                    nav.nav-main > ul > li > a i.fas {
                        font-size: 19px;
                        margin-left: 30px;
                        padding: 0 20px;
                        position: relative;
                    }

                        nav.nav-main > ul > li > span.page-disabled i.fas:before,
                        nav.nav-main > ul > li > a i.fas:before {
                            z-index: 1;
                            position: relative;
                        }

                        nav.nav-main > ul > li > span.page-disabled i.fas:after,
                        nav.nav-main > ul > li > a i.fas:after {
                            content: '';
                            width: 100%;
                            height: 52px;
                            position: absolute;
                            top: -17px;
                            left: 0;
                            background: transparent;
                            z-index: 0;
                        }

                    nav.nav-main > ul > li > span.page-disabled.active,
                    nav.nav-main > ul > li > a.active {
                        border-bottom-color: #fff;
                    }

                        nav.nav-main > ul > li > span.page-disabled.active i.fas:before,
                        nav.nav-main > ul > li > a.active i.fas:before {
                            content: '\f106';
                        }

                nav.nav-main > ul > li > .nav-dropdown {
                    margin: 0;
                }

                    nav.nav-main > ul > li > .nav-dropdown ul {
                        list-style: none;
                        margin: 15px 0;
                        padding: 0;
                    }

                        nav.nav-main > ul > li > .nav-dropdown ul li {
                            display: block;
                            margin: 0;
                            padding: 0;
                            list-style: none;
                            text-transform: uppercase;
                        }

                            nav.nav-main > ul > li > .nav-dropdown ul li.active > a {
                                background: #24ba4f;
                                color: #fff;
                            }

                            nav.nav-main > ul > li > .nav-dropdown ul li:hover > a {
                                color: #fff;
                            }

                            nav.nav-main > ul > li > .nav-dropdown ul li a {
                                font-family: 'Public Sans', Arial, Helvetica, sans-serif;
                                font-size: 15px;
                                text-transform: none;
                                color: #fff !important;
                                display: block;
                                padding: 10px 20px;
                                text-decoration: none;
                            }

                                nav.nav-main > ul > li > .nav-dropdown ul li a:hover {
                                    color: #fff;
                                }

                        nav.nav-main > ul > li > .nav-dropdown ul ul {
                            margin: 0;
                        }

                            nav.nav-main > ul > li > .nav-dropdown ul ul > li:hover > a {
                                background: #38d966;
                            }

                            nav.nav-main > ul > li > .nav-dropdown ul ul > li > a {
                                font-size: 13px;
                                padding: 10px 30px;
                            }
}

@media screen and (max-width: 575px) {
    .nav-section {
        padding: 100px 30px 50px 30px !important;
        width: 100%;
    }

        .nav-section ul.parent-nav {
            overflow: hidden;
        }
}

@media screen and (min-width: 1200px) {
    .container {
        max-width: 1190px;
    }
}

@media screen and (min-width: 768px) {
    nav.sitemap ul.parent-nav {
        column-count: 2;
    }
}

nav.sitemap ul.parent-nav > li {
    margin-bottom: 45px;
}

@media screen and (min-width: 768px) {
    nav.sitemap ul.parent-nav > li {
        column-gap: 60px;
    }
}

.dnnEditState .content-anchor {
    position: relative;
    z-index: 99;
    display: block;
    top: 0;
    visibility: visible;
}

    .dnnEditState .content-anchor[name]::after {
        content: 'Anchor: #' attr(name);
        position: absolute;
        bottom: 0;
        left: 0;
        display: inline-block;
        font-size: 15px;
        border: 2px solid #333;
        background: #fff;
        z-index: 1;
        color: #333;
        padding: 5px 10px;
        border-radius: 3px;
        white-space: nowrap;
        box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
    }

.divider {
    margin: 0 auto;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 275px;
    max-width: 275px;
    text-align: center;
    position: relative;
    line-height: 1em;
    padding: 50px 0;
}

    .divider::before {
        content: '';
        width: 100%;
        height: 4px;
        background-color: #7b7b7b;
    }

.divider-orange::before {
    background-color: #f8971d;
}

.divider span {
    display: inline-block;
    padding: 10px;
    background: #fff;
    position: absolute;
}

.z-0 {
    z-index: 0 !important;
}

.z-1 {
    z-index: 1 !important;
}

.z-2 {
    z-index: 2 !important;
}

.z-10 {
    z-index: 10 !important;
}

.bg-primary {
    background-color: #0032a0 !important;
}

.bg-info {
    background-color: #24ba4f !important;
}

.bg-white {
    background: #fff !important;
}

.bg-lightgrey {
    background-color: #dedede !important;
}

.bg-lightergrey {
    background-color: #f5f5f5 !important;
}

.bg-grey {
    background-color: #7b7b7b !important;
}

.bg-dark {
    background-color: #262729 !important;
}

.bg-transparent {
    background: transparent !important;
}

.text-primary {
    color: #0032a0 !important;
}

.text-green {
    color: #24ba4f !important;
}

.text-orange {
    color: #f8971d !important;
}

.text-yellow {
    color: #fff200 !important;
}

.text-grey {
    color: #7b7b7b !important;
}

.text-lightgrey {
    color: #dedede !important;
}

.text-lightergrey {
    color: #f5f5f5 !important;
}

.text-black {
    color: #444 !important;
}

.text-tiny {
    font-size: 11px !important;
}

.text-smallest {
    font-size: 13px !important;
}

.text-smaller {
    font-size: 15px !important;
}

.text-small {
    font-size: 16px !important;
}

.text-body {
    font-size: 19px !important;
}

.text-large {
    font-size: 19px !important;
}

.text-larger {
    font-size: 22px !important;
}

.text-largest {
    font-size: 24px !important;
}

.text-huge {
    font-size: 26px !important;
    line-height: 1.6em;
}

.border-primary {
    border-color: #0032a0 !important;
}

.border-orange {
    border-color: #f8971d !important;
}

@media screen and (min-width: 992px) {
    .border-md-none {
        border: none !important;
    }

    .border-md-top-none {
        border-top: none !important;
    }

    .border-md-right--none {
        border-right: none !important;
    }

    .border-md-bottom-none {
        border-bottom: none !important;
    }

    .border-md-left-none {
        border-left: none !important;
    }
}

.letter-spacing {
    letter-spacing: 1px;
}

.mb-0-lc > :last-child,
.mb-lc-0 > :last-child {
    margin-bottom: 0 !important;
}

.link-blue {
    color: #0032a0;
}

    .link-blue:visited {
        color: #0032a0;
    }

    .link-blue:hover {
        color: #0042d3;
    }

.link-light {
    color: #fff;
    display: inline-block;
    border-bottom: 2px solid transparent;
    padding-bottom: 2px;
    text-decoration: none;
}

    .link-light:visited {
        color: #fff;
    }

    .link-light:hover {
        border-color: #fff;
        text-decoration: none;
        color: #fff;
    }

.link-grey {
    color: #7b7b7b;
}

    .link-grey:visited {
        color: #7b7b7b;
    }

    .link-grey:hover {
        color: #959595;
    }

.link-orange {
    color: #f8971d;
}

    .link-orange:visited {
        color: #f8971d;
    }

    .link-orange:active,
    .link-orange:hover {
        color: #faae4e;
    }

.btn {
    border-radius: 2px;
    font-size: 16px;
    font-family: 'Public Sans', Arial, Helvetica, sans-serif;
    font-weight: 400;
    padding-left: 35px !important;
    padding-right: 35px !important;
    line-height: 30px;
}

    .btn:hover {
        box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
    }

    .btn:focus,
    .btn:active {
        box-shadow: none;
    }

.btn-sm {
    padding-left: 15px !important;
    padding-right: 15px !important;
    font-size: 16px;
}

.btn-smaller {
    font-size: 15px !important;
}

.btn-smallest {
    font-size: 13px !important;
}

@media screen and (min-width: 992px) {
    .btn-lg {
        line-height: 50px;
        font-size: 19px;
    }
}

.btn-primary.disabled,
.btn-primary:disabled,
.btn-primary {
    background-color: #0032a0;
    border-color: #0032a0;
}

    .btn-primary.disabled:visited,
    .btn-primary:disabled:visited,
    .btn-primary:visited {
        background-color: #0032a0;
        border-color: #0032a0;
        color: #fff;
    }

    .btn-primary.disabled.active,
    .btn-primary:disabled.active,
    .btn-primary.active {
        background-color: #0042d3 !important;
        border-color: #0042d3 !important;
    }

    .btn-primary.disabled:active,
    .btn-primary.disabled:focus,
    .btn-primary.disabled:hover,
    .btn-primary:disabled:active,
    .btn-primary:disabled:focus,
    .btn-primary:disabled:hover,
    .btn-primary:active,
    .btn-primary:focus,
    .btn-primary:hover {
        background-color: #00226d !important;
        border-color: #00226d !important;
    }

#menu-toggle.btn-menu-toggle {
    color: #7b7b7b;
    box-shadow: none !important;
    outline: none !important;
}

    #menu-toggle.btn-menu-toggle:hover {
        color: #0032a0;
    }

    #menu-toggle.btn-menu-toggle.active {
        color: #fff !important;
    }

.btn-info {
    background-color: #24ba4f;
    border-color: #24ba4f;
    color: #fff;
}

    .btn-info:visited {
        background-color: #24ba4f;
        border-color: #24ba4f;
        color: #fff;
    }

    .btn-info.active {
        background-color: #38d966 !important;
        border-color: #38d966 !important;
    }

    .btn-info:active,
    .btn-info:focus,
    .btn-info:hover {
        background-color: #1c8f3d !important;
        border-color: #1c8f3d !important;
    }

    .btn-info:not(:disabled):not(.disabled).active,
    .btn-info:not(:disabled):not(.disabled):active,
    .show > .btn-info.dropdown-toggle {
        color: #fff;
        background-color: #1c8f3d !important;
        border-color: #1c8f3d !important;
    }

button.btn-info + .dropdown-menu a.dropdown-item {
    color: #444;
}

    button.btn-info + .dropdown-menu a.dropdown-item:visited {
        color: #444;
    }

    button.btn-info + .dropdown-menu a.dropdown-item:hover {
        background: #24ba4f;
        color: #fff;
    }

    button.btn-info + .dropdown-menu a.dropdown-item.disabled {
        opacity: 0.5;
        font-family: 'Public Sans', Arial, Helvetica, sans-serif;
    }

    button.btn-info + .dropdown-menu a.dropdown-item.active {
        color: #fff;
        background-color: #1c8f3d !important;
        border-color: #1c8f3d !important;
        font-family: 'Public Sans', Arial, Helvetica, sans-serif;
    }

.btn-outline-primary {
    border-color: #0032a0;
    color: #0032a0;
}

    .btn-outline-primary:visited {
        color: #0032a0;
    }

    .btn-outline-primary:hover {
        color: #fff;
        background: #0032a0;
        border: #0032a0;
    }

.btn-outline-dark:visited {
    color: #656565;
}

.btn-outline-dark:hover {
    color: #fff;
}

.btn-outline-light:visited {
    color: #fff;
}

.btn-outline-light:hover {
    color: #656565;
}

.btn-dark:visited {
    color: #fff;
}

.btn-link {
    color: #0032a0;
}

    .btn-link:visited {
        color: #0032a0;
    }

    .btn-link .active {
        color: #0042d3 !important;
    }

    .btn-link:active,
    .btn-link:focus,
    .btn-link:hover {
        color: #00226d !important;
    }

.link-group {
    margin: 0 -15px;
    display: flex;
    flex-wrap: wrap;
}

    .link-group .link-group-item {
        padding: 10px 15px;
        display: flex;
        align-items: center;
        width: 100%;
    }

@media (min-width: 576px) {
    .link-group .link-group-item {
        flex: 0 0 50%;
        max-width: 50%;
    }
}

@media (min-width: 1200px) {
    .link-group .link-group-item {
        flex: 0 0 33%;
        max-width: 33%;
    }
}

.link-group a.link-group-link {
    padding: 5px 0;
    display: flex;
    width: 100%;
    align-items: center;
    border-bottom: 1px solid #f5f5f5;
    text-decoration: none;
    justify-content: space-between;
}

.badge {
    font-weight: 400;
    font-family: 'Public Sans', Arial, Helvetica, sans-serif;
}

figurecaption {
    font-family: 'Public Sans', Arial, Helvetica, sans-serif;
}

.figure {
    position: relative;
}

    .figure .figure-img {
        margin-bottom: 0;
    }

    .figure .figure-caption {
        display: block;
        width: 100%;
        padding: 15px;
        position: absolute;
        bottom: 0;
        left: 0;
        background: rgba(0, 50, 160, 0.85);
        color: #fff200;
        border-bottom-left-radius: 0.25rem !important;
        border-bottom-right-radius: 0.25rem !important;
        font-size: 19px;
        font-family: 'Public Sans', Arial, Helvetica, sans-serif;
    }

.inlineImageWrapper figure {
    position: relative;
}

    .inlineImageWrapper figure img.inlineImage {
        margin-bottom: 0;
    }

    .inlineImageWrapper figure figurecaption {
        display: block;
        width: 100%;
        padding: 15px;
        position: absolute;
        bottom: 0;
        left: 0;
        background: rgba(0, 50, 160, 0.85);
        color: #fff200;
        border-bottom-left-radius: 0.25rem !important;
        border-bottom-right-radius: 0.25rem !important;
        font-size: 19px;
        font-family: 'Public Sans', Arial, Helvetica, sans-serif;
    }

@media (min-width: 992px) {
    .media-post-columns > div {
        -webkit-column-count: 3;
        -moz-column-count: 3;
        column-count: 3;
        -webkit-column-gap: 1.25rem;
        -moz-column-gap: 1.25rem;
        column-gap: 1.25rem;
        orphans: 1;
        widows: 1;
    }
}

@media (min-width: 1200px) {
    .media-post-columns > div {
        -webkit-column-count: 4;
        -moz-column-count: 4;
        column-count: 4;
    }
}

.media-post {
    position: relative;
    display: inline-block;
    margin-bottom: 1.25rem;
}

    .media-post .media-post-img {
        margin-bottom: 0;
    }

    .media-post.post-has-image .media-post-title {
        display: block;
        width: 100%;
        position: absolute;
        bottom: 0;
        left: 0;
    }

    .media-post .media-post-title {
        text-align: center;
        border-bottom-left-radius: 0.25rem !important;
        border-bottom-right-radius: 0.25rem !important;
        font-size: 19px;
        font-family: 'Public Sans', Arial, Helvetica, sans-serif;
    }

        .media-post .media-post-title > a {
            display: block;
            background: rgba(0, 50, 160, 0.85);
            color: #fff200;
            text-decoration: none;
            padding: 15px;
        }

            .media-post .media-post-title > a:hover {
                background: #0032a0;
            }

.news-blog-post {
    margin-bottom: 30px;
}

    .news-blog-post .news-blog-post-img {
        margin-bottom: 0;
    }

    .news-blog-post.post-has-image {
        background-color: transparent;
    }

        .news-blog-post.post-has-image.post-has-image:before {
            background-image: url('images/gradient2.png');
            background-position: 50% 100%;
            background-repeat: repeat-x;
            width: 100%;
            height: 100%;
            content: '';
            display: block;
            position: absolute;
            top: 0;
            left: 0;
            z-index: 1;
        }

        .news-blog-post.post-has-image .news-blog-post-title {
            display: block;
            width: 100%;
            position: absolute;
            bottom: 0;
            left: 0;
        }

    .news-blog-post .news-blog-post-title {
        z-index: 2;
        text-align: center;
        border-bottom-left-radius: 0.25rem !important;
        border-bottom-right-radius: 0.25rem !important;
        font-size: 19px;
        font-family: 'Public Sans', Arial, Helvetica, sans-serif;
    }

        .news-blog-post .news-blog-post-title > a {
            display: block;
            color: #fff200;
            text-decoration: none;
            padding: 15px;
        }

            .news-blog-post .news-blog-post-title > a:hover {
                color: #fff;
            }

@media screen and (min-width: 992px) {
    .Normal .article-body ul,
    .Normal .article-body ol {
        overflow: hidden;
    }
}

.Normal .article-body .pullQuoteWrapper {
    overflow-wrap: normal !important;
    word-wrap: normal !important;
    width: 100% !important;
    float: none !important;
    margin: 0 0 30px 0 !important;
}

@media screen and (min-width: 992px) {
    .Normal .article-body .pullQuoteWrapper {
        float: left !important;
        margin: 30px 30px 30px -100px !important;
        width: 45% !important;
    }
}

.Normal .article-body .pullQuoteWrapper p.pullQuote {
    font-size: 19px !important;
    line-height: 1.5em !important;
    margin: 0 !important;
    width: 100% !important;
    font-family: 'Public Sans', Arial, Helvetica, sans-serif;
}

    .Normal .article-body .pullQuoteWrapper p.pullQuote i {
        font-style: normal !important;
    }

.testimonials {
    background-repeat: no-repeat;
    background-position: 50% 0;
    background-size: cover;
}

#testimonial-carousel .carousel-indicators {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    top: auto;
    margin: 0;
}

.photo-gallery-row .col {
    margin-bottom: 30px;
}

.hero {
    min-height: 200px;
}

.cta {
    font-size: 22px;
}

.cta-image {
    background-position: 100% 0;
    background-repeat: no-repeat;
}

.cta .overlay {
    background: #0032a0;
    background: linear-gradient( 90deg, #0032a0 0%, #0032a0 50%, rgba(0, 50, 160, 0.8) 100% );
}

footer a {
    color: #7b7b7b;
}

    footer a:visited {
        color: #7b7b7b;
    }

    footer a:hover {
        color: #aeaeae;
    }

footer .social-media a {
    color: #fff;
}

footer hr {
    border-top-color: #7b7b7b !important;
}

.nav-footer ul {
    margin: 0 0 1.5rem 0;
    padding: 0;
    list-style: none;
}

    .nav-footer ul li {
        margin-bottom: 5px;
    }

        .nav-footer ul li.active > a {
            color: #aeaeae;
            border-color: #aeaeae;
        }

        .nav-footer ul li a {
            border-bottom: 1px solid transparent;
            display: inline-block;
            text-decoration: none;
        }

            .nav-footer ul li a:hover {
                text-decoration: none;
            }

.nav-footer-links ul {
    margin: 0;
    padding: 0;
    list-style: none;
    display: inline-flex;
    flex-wrap: wrap;
    justify-content: center;
}

    .nav-footer-links ul li {
        display: inline-block;
        padding: 0 0.5rem !important;
    }

        .nav-footer-links ul li.active > a {
            color: #aeaeae;
            border-color: #aeaeae;
        }

        .nav-footer-links ul li a {
            border-bottom: 1px solid transparent;
            display: inline-block;
            text-decoration: none;
        }

            .nav-footer-links ul li a:hover {
                text-decoration: none;
            }

.copyright-footer a {
    white-space: nowrap;
}

.hide-overflow {
    overflow: hidden;
}

.pathways-home .pathway-row:hover {
    background: #fff !important;
    transition: background-color 0.5s ease !important;
}

.pathways .pathway-row a.stretched-link {
    color: #444;
    text-decoration: none !important;
}

    .pathways .pathway-row a.stretched-link:hover {
        text-decoration: none !important;
    }

    .pathways .pathway-row a.stretched-link:visited {
        color: #444;
    }

.pathways .pathway-row .pathway-text {
    order: 0;
}

.pathways .pathway-row .pathway-icon {
    color: #24ba4f;
}

.pathways .pathway-row .pathway-divider {
    background: #24ba4f;
    order: 1;
}

.pathways .pathway-row .pathway-image {
    order: 2;
}

.pathways .pathway-row:nth-of-type(even) .pathway-icon {
    color: #0032a0;
}

.pathways .pathway-row:nth-of-type(even) .pathway-divider {
    background: #0032a0 !important;
}

@media screen and (min-width: 992px) {
    .pathways .pathway-row:nth-of-type(even) .pathway-text {
        order: 2;
    }

    .pathways .pathway-row:nth-of-type(even) .pathway-image {
        order: 0;
    }

        .pathways .pathway-row:nth-of-type(even) .pathway-image .img-pathway {
            float: right;
        }
}

@media screen and (max-width: 991px) {
    .img-pathway {
        max-width: 100%;
        height: auto;
    }
}

.pathway-divider {
    min-width: 10px;
}

.package-pathways .package-pathway-row .pathway-text {
    order: 2;
}

.package-pathways .package-pathway-row .pathway-icon {
    color: #24ba4f;
}

.package-pathways .package-pathway-row .pathway-divider {
    background: #24ba4f;
    order: 1;
}

.package-pathways .package-pathway-row .pathway-image {
    order: 0;
}

    .package-pathways .package-pathway-row .pathway-image .img-pathway {
        float: right !important;
    }

.package-pathways .package-pathway-row:nth-of-type(even) .pathway-icon {
    color: #0032a0;
}

.package-pathways .package-pathway-row:nth-of-type(even) .pathway-divider {
    background: #0032a0 !important;
}

@media screen and (min-width: 992px) {
    .package-pathways .package-pathway-row:nth-of-type(even) .pathway-text {
        order: 0;
    }

    .package-pathways .package-pathway-row:nth-of-type(even) .pathway-image {
        order: 2;
    }

        .package-pathways
        .package-pathway-row:nth-of-type(even)
        .pathway-image
        .img-pathway {
            float: left !important;
        }
}

.toggle-button[aria-expanded='false'] .less {
    display: none;
}

.toggle-button[aria-expanded='false'] .more {
    display: inline;
}

.toggle-button[aria-expanded='true'] .less {
    display: inline;
}

.toggle-button[aria-expanded='true'] .more {
    display: none;
}

.card-post-wrap {
    position: relative;
    width: 100%;
}

    .card-post-wrap.post-has-image:before {
        background-image: url('images/gradient2.png');
        background-position: 50% 100%;
        background-repeat: repeat-x;
        width: 100%;
        height: 100%;
        content: '';
        display: block;
        position: absolute;
        top: 0;
        left: 0;
        z-index: 1;
    }

.card-post img {
    z-index: 0;
}

.post-has-image .card-post-details {
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 2;
    width: 100%;
}

.post-has-image:before {
    display: none;
}

.time-box {
    width: 60px;
    height: 60px;
    line-height: 1.4rem;
}

.card-post-details-link {
    color: #fff200;
}

    .card-post-details-link:visited {
        color: #fff200;
        text-decoration: none;
    }

    .card-post-details-link:hover {
        color: #fff;
        text-decoration: none;
    }

.accordion-link {
    color: #7b7b7b;
    background: none;
    border: none;
    width: 100%;
}

    .accordion-link[aria-expanded='false'] {
        color: #7b7b7b;
    }

    .accordion-link[aria-expanded='true'] {
        color: #0032a0;
    }

        .accordion-link[aria-expanded='true'] i.fa-angle-down::before {
            content: '\f106' !important;
        }

@media screen and (max-width: 767px) {
    .container-fluid-md {
        max-width: 100% !important;
    }
}

body.dnnEditState .comparison-grid header.sticky-top {
    top: 0 !important;
}

.comparison-grid header.sticky-top {
    top: 0;
}

@media screen and (min-width: 1200px) {
    .comparison-grid header.sticky-top {
        top: 145px !important;
    }
}

.comparison-grid header h3 {
    font-size: 15px;
}

.comparison-grid header i.fa-check {
    font-size: 1rem;
}

@media screen and (min-width: 768px) {
    .comparison-grid header h3 {
        font-size: 19px;
    }

    .comparison-grid i.fa-check {
        font-size: 2rem;
    }
}

@media screen and (min-width: 1200px) {
    .comparison-grid header h3 {
        font-size: 26px;
    }
}

.comparison-grid .row:nth-of-type(even) {
    background-color: #f2f9f2;
}

.comparison-grid .option-column {
    border: 1px solid #dee2e6;
    border-top: none;
}

@media screen and (min-width: 768px) {
    .comparison-grid .option-column {
        border: none !important;
    }
}

.comparison-grid a.grid-popover {
    position: absolute;
    right: -25px;
    top: 2px;
    cursor: pointer;
    color: #cccccc;
}

    .comparison-grid a.grid-popover:hover {
        color: #0032a0;
    }

.comparison-grid header a.grid-popover {
    top: 0 !important;
}

.comparison-grid .option-column a.grid-popover {
    top: 0 !important;
}

.popover-body :last-child {
    margin-bottom: 0 !important;
}

.mobile-login-container a {
    color: #fff;
}

.LoginPanel {
    width: auto !important;
    float: none !important;
    display: flex !important;
    padding: 0 !important;
    max-width: 100% !important;
    justify-content: center;
}

    .LoginPanel > div {
        min-width: 300px;
        max-width: 500px;
    }

    .LoginPanel .dnnForm .dnnFormItem {
        display: flex;
        flex-direction: column;
        flex-wrap: wrap;
        margin-bottom: 15px;
    }

    .LoginPanel .dnnFormItem > .dnnLabel {
        margin-top: 0;
    }

        .LoginPanel .dnnFormItem > .dnnLabel label {
            display: block;
        }

    .LoginPanel .dnnLabel {
        display: block;
        float: none;
        position: relative;
        width: auto;
        padding-right: 0;
        margin-right: 0;
        overflow: visible;
        text-align: left;
    }

    .LoginPanel .dnnLoginService input[type='text'],
    .LoginPanel .dnnLoginService input[type='password'] {
        width: 100% !important;
        min-width: 100%;
        margin: 0;
        border-radius: 1px;
        padding: 10px;
    }

    .LoginPanel .dnnFormItem:last-child span.dnnFormLabel {
        display: none;
    }

    .LoginPanel ul.dnnActions {
        margin: 0 !important;
        padding: 0 !important;
    }

.dnnPrimaryAction,
.dnnFormItem input[type='submit'],
a.dnnPrimaryAction {
    background: #0032a0;
    border: none;
    color: #ffffff;
    text-shadow: none;
    font-weight: 400;
    box-shadow: none;
    border-radius: 1px;
    font-size: 15px;
    padding: 10px 20px;
}

    .dnnPrimaryAction:hover,
    .dnnFormItem input[type='submit']:hover,
    a.dnnPrimaryAction:hover {
        background: #0042d3 !important;
        text-decoration: none !important;
    }

.dnnSecondaryAction,
.dnnFormItem input[type='submit'],
a.dnnSecondaryAction {
    background: #f5f5f5;
    border: none;
    color: #555;
    text-shadow: none;
    font-weight: 400;
    box-shadow: none;
    border-radius: 1px;
    font-size: 15px;
    padding: 10px 20px;
}

    .dnnSecondaryAction:hover,
    .dnnFormItem input[type='submit']:hover,
    a.dnnSecondaryAction:hover {
        background: #f1f1f1 !important;
        text-decoration: none !important;
    }

body.lock-scroll {
    overflow: hidden;
    height: 100vh;
    position: relative;
}

    body.lock-scroll main {
        overflow-x: hidden;
    }

.offcanvas-collapse {
    position: fixed;
    padding-top: 0px;
    top: 0;
    bottom: 0;
    right: 100%;
    left: -300px;
    width: 300px;
    overflow-y: auto;
    visibility: hidden;
    background-color: #fff;
    transition-timing-function: ease-in-out;
    transition-duration: 0.3s;
    transition-property: left, visibility;
    z-index: 2000;
    align-items: start;
    -moz-background-clip: padding;
    -webkit-background-clip: padding;
    background-clip: padding-box;
    border-right: 5px solid rgba(0, 0, 0, 0.2);
    -webkit-overflow-scrolling: touch;
}

    .offcanvas-collapse.open {
        left: 0;
        visibility: visible;
    }

body.dnnEditState .offcanvas-collapse.open {
    left: 80px !important;
}

.navbar-expand-lg .navbar-nav {
    -ms-flex-direction: column;
    flex-direction: column;
}

.nav-scroller {
    position: relative;
    z-index: 2;
    height: 2.75rem;
    overflow-y: hidden;
}

    .nav-scroller .nav {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        padding-bottom: 1rem;
        margin-top: -1px;
        overflow-x: auto;
        color: rgba(255, 255, 255, 0.75);
        text-align: center;
        white-space: nowrap;
        -webkit-overflow-scrolling: touch;
    }

.nav-underline .nav-link {
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
    font-size: 0.875rem;
    color: #6c757d;
}

    .nav-underline .nav-link:hover {
        color: #007bff;
    }

.nav-underline .active {
    font-weight: 500;
    color: #343a40;
}

.article_pager {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    position: relative;
    height: 40px;
    flex-wrap: wrap;
    margin: 48px auto;
}

    .article_pager a.page {
        display: inline-block;
        width: 30px;
        height: 30px;
        line-height: 30px;
        border: 1px solid transparent;
        border-radius: 2px;
        font-size: 13px;
        text-align: center;
        color: #7b7b7b;
        text-decoration: none;
        font-family: 'Public Sans', Arial, Helvetica, sans-serif;
        margin: 0 10px;
    }

        .article_pager a.page:hover {
            border: 1px solid #f8971d;
            color: #f8971d;
        }

        .article_pager a.page.active {
            border: 1px solid #f8971d;
            color: #f8971d;
        }

    .article_pager a.first,
    .article_pager a.prev,
    .article_pager a.next,
    .article_pager a.last {
        display: inline-block;
        height: 40px;
        line-height: 40px;
        border: 1px solid #7b7b7b;
        border-radius: 2px;
        font-size: 19px;
        text-align: center;
        color: #7b7b7b;
        text-decoration: none;
        font-family: 'Public Sans', Arial, Helvetica, sans-serif;
    }

        .article_pager a.first:hover,
        .article_pager a.prev:hover,
        .article_pager a.next:hover,
        .article_pager a.last:hover {
            border: 1px solid #f8971d;
            color: #f8971d;
        }

    .article_pager a.first {
        min-width: 180px;
        display: none;
    }

    .article_pager a.prev {
        padding: 0 15px;
        display: none;
    }

@media screen and (min-width: 992px) {
    .article_pager a.prev {
        min-width: 180px;
        position: absolute;
        top: 0;
        left: 0;
        display: block;
    }
}

.article_pager a.prev:before {
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    content: '\f104';
    margin-right: 15px;
}

.article_pager a.next {
    padding: 0 15px;
    display: none;
}

@media screen and (min-width: 992px) {
    .article_pager a.next {
        min-width: 180px;
        position: absolute;
        top: 0;
        right: 0;
        display: block;
    }
}

.article_pager a.next:after {
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    content: '\f105';
    margin-left: 15px;
}

.article_pager a.last {
    min-width: 180px;
    display: none;
}

ul.category-filter {
    margin: 0;
    padding: 0;
    list-style: none;
}

    ul.category-filter ul {
        margin: 0;
        padding: 0;
        font-size: 15px;
        list-style: none;
    }

    ul.category-filter li.node.active div > a:empty {
        display: none !important;
    }

    ul.category-filter li.node.active div > a.category-filter-link {
        color: #0032a0;
    }

.category-filter-link {
    color: #656565;
}

    .category-filter-link:visited {
        color: #656565;
    }

    .category-filter-link:hover {
        color: #0032a0;
    }

.edn_moduleList .expand_collapse,
.archive_list ul .expand_collapse {
    cursor: pointer;
    height: auto !important;
    visibility: visible !important;
    transition: all 0.2s ease-in-out;
    display: inline;
    vertical-align: middle;
}

    .edn_moduleList .expand_collapse > span,
    .archive_list ul .expand_collapse > span {
        display: none !important;
    }

    .edn_moduleList .expand_collapse::before,
    .archive_list ul .expand_collapse::before {
        display: inline-block;
        font-style: normal;
        font-variant: normal;
        text-rendering: auto;
        -webkit-font-smoothing: antialiased;
        transition: color 300ms;
        font-family: 'Font Awesome 5 Free';
        font-weight: 900;
        content: '\f107';
    }

    .edn_moduleList .expand_collapse:hover::before,
    .archive_list ul .expand_collapse:hover::before {
        color: #3f3f3f;
    }

    .edn_moduleList .expand_collapse.collapse::before,
    .archive_list ul .expand_collapse.collapse::before {
        content: '\f106';
    }

@media screen and (min-width: 992px) {
    .main-article-image {
        margin-right: -150px !important;
    }
}

.inlineImageWrapper {
    padding: 0 !important;
    float: none !important;
    margin: 0 0 30px 0 !important;
    width: auto !important;
    height: auto !important;
    display: inline-block !important;
}

@media screen and (min-width: 992px) {
    .inlineImageWrapper {
        float: left !important;
        margin: 0 30px 30px -150px !important;
        max-width: 50%;
    }
}

.inlineImageWrapper figure {
    margin: 0 !important;
    font-style: normal !important;
}

    .inlineImageWrapper figure img.inlineImage {
        max-width: 100%;
        height: auto !important;
        display: inline-block;
    }

.btn-num-comments:visited {
    color: #0032a0 !important;
}

#comments {
    position: relative;
}

h1.num_of_comment {
    text-align: center;
    margin-top: 60px;
    margin-bottom: 30px;
    font-size: 19px;
}

.add_comment {
    margin-top: 30px;
}

    .add_comment h3 {
        margin-bottom: 30px;
    }

.edn-gravatar-image img {
    max-width: 60px;
    border-radius: 3px;
}

.comment_info {
    background: #24ba4f;
    color: #fff;
    padding: 1.5rem;
}

.comment_list {
    display: block;
}

    .comment_list .blog-comment-annotation {
        padding-top: 0px;
        margin-bottom: 15px;
    }

    .comment_list span {
        display: block;
    }

    .comment_list br {
        display: none;
    }

    .comment_list .actions {
        margin-bottom: 15px;
    }

        .comment_list .actions a {
            text-transform: capitalize !important;
        }

    .comment_list hr {
        margin-bottom: 0;
    }

.edn-comment-author {
    padding: 30px 0;
}

.comment.level1 .actions {
    padding-right: 30px;
}

.comment.level2 .actions {
    padding-right: 45px;
}

.edit_comment {
    padding-bottom: 10px;
}

    .edit_comment textarea {
        min-height: 175px;
        margin-bottom: 10px;
    }

    .edit_comment .actions {
        top: 0px !important;
    }

.views-author-photo img {
    border-radius: 50%;
}

.add_comment {
    border-top: 1px solid #f5f5f5;
    padding-top: 60px;
}

.add_article_box td.left {
    text-align: right;
}

blockquote.comment-column p {
    font-size: 19px !important;
    color: #7b7b7b;
    font-style: normal;
}

.article_comments {
    margin-top: 90px;
    margin-bottom: 90px;
}

    .article_comments .add_article_box table {
        margin-bottom: 30px;
        width: 100%;
    }

        .article_comments .add_article_box table td {
            vertical-align: top;
        }

            .article_comments .add_article_box table td.left {
                float: none;
                width: 150px;
            }

                .article_comments .add_article_box table td.left span {
                    margin-right: 20px;
                }

            .article_comments .add_article_box table td.right {
                float: none;
            }

                .article_comments .add_article_box table td.right input {
                    max-width: 100%;
                    margin-bottom: 20px;
                }

                .article_comments .add_article_box table td.right textarea {
                    width: 100%;
                    min-height: 175px;
                }

.edn_article_gallery {
    margin: 0;
    padding: 0;
}

    .edn_article_gallery li {
        list-style: none;
    }

.fb-comments {
    display: flex !important;
    justify-content: center !important;
    margin: 30px auto !important;
}

.c-form .form-group {
    display: flex;
    margin: 0 -15px;
}

@media (min-width: 768px) {
    .c-form .form-group {
        flex-direction: row;
    }
}

@media (max-width: 767px) {
    .c-form .form-group {
        flex-direction: column;
    }

        .c-form .form-group .field-container {
            max-width: 100% !important;
        }
}

.c-form .form-group label.control-label.required:after {
    content: '*';
    display: inline-block;
    color: #ff0000;
    margin-left: 5px;
    font-size: 15px;
    line-height: 1em;
    vertical-align: top;
}

.form-group p {
    margin-bottom: 5px;
}

.checkbox,
.radio {
    margin-left: 0 !important;
}

    .checkbox label,
    .radio label {
        position: relative;
        padding-left: 30px;
    }

        .checkbox label input,
        .radio label input {
            position: absolute;
            left: 0;
            top: 6px;
        }

        .checkbox label span,
        .radio label span {
            position: relative;
            top: 1px;
            font-size: 17px;
        }

.job-posting-item article.job-details {
    overflow: hidden;
    max-height: 150px;
    position: relative;
}

    .job-posting-item article.job-details.expanded:after {
        content: '';
        position: absolute;
        z-index: 1;
        bottom: 0;
        left: 0;
        pointer-events: none;
        background-image: linear-gradient( to bottom, rgba(255, 255, 255, 0), #fff 90% );
        width: 100%;
        height: 4em;
    }

    .job-posting-item article.job-details + a {
        font-size: 17px;
        font-family: 'Public Sans', Arial, Helvetica, sans-serif;
    }

.job-posting-item pre {
    font-size: 17px;
    font-family: 'Public Sans', Arial, Helvetica, sans-serif;
}

@media screen and (min-width: 576px) {
    .rsl-card-columns {
        -webkit-column-count: 2;
        -moz-column-count: 2;
        column-count: 2;
    }
}
/*# sourceMappingURL=skin.css.map */
/* Rebrand Header Style 2024 End */

/* Rebrand Footer Style 2024 Start */
footer {
    font-family: 'Public Sans';
    margin: 50px 0 0 0;
    padding: 60px 0 0 0;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

    footer .footer-container {
        display: flex;
        background: linear-gradient(#5b4b88, #3d376a);
        border-radius: 0 130px 0 0;
        padding: 60px 100px 60px 100px;
        color: #ffffff;
        flex-direction: column;
        row-gap: 50px;
    }

        footer .footer-container a {
            color: #ffffff;
        }

        footer .footer-container div {
            display: flex;
        }

        footer .footer-container .desc-r1 {
            flex-direction: column;
            row-gap: 15px;
        }

            footer .footer-container .desc-r1 .title {
                font-weight: 300;
                font-size: 18px;
                color: #f8c441;
            }

            footer .footer-container .desc-r1 .content {
                font-weight: 300;
                font-size: 24px;
                column-gap: 10px;
            }

                footer .footer-container .desc-r1 .content a {
                    display: flex;
                    column-gap: 8px;
                }

                    footer .footer-container .desc-r1 .content a span {
                        display: flex;
                        width: 24px;
                    }

            footer .footer-container .desc-r1 .phone {
                flex-direction: column;
                row-gap: 4px;
                font-size: 12px;
            }

                footer .footer-container .desc-r1 .phone div {
                    column-gap: 8px;
                }

                    footer .footer-container .desc-r1 .phone div a {
                        font-weight: 700;
                    }

        footer .footer-container .desc-r2 {
            justify-content: space-between;
            align-items: flex-end;
            opacity: 70%;
            font-weight: 400;
            font-size: 12px;
        }

            footer .footer-container .desc-r2 .r2c1 {
                flex-direction: column;
                row-gap: 8px;
            }

            footer .footer-container .desc-r2 .r2c2 {
                column-gap: 6px;
                text-align: right;
            }

                footer .footer-container .desc-r2 .r2c2 a {
                    text-decoration: underline;
                    text-underline-offset: 2px;
                }

@media only screen and (max-width: 768px) {
    footer .footer-container {
        padding: 60px 40px 60px 40px;
    }

        footer .footer-container .desc-r2 {
            flex-direction: column;
            align-items: flex-start;
            row-gap: 10px;
        }

            footer .footer-container .desc-r2 .r2c2 {
                text-align: left;
            }
}

@media only screen and (min-width: 769px) and (max-width: 1024px) {
    footer .footer-container {
        padding: 60px 40px 60px 40px;
    }

        footer .footer-container .desc-r2 .r2c1 {
            flex-direction: column;
            row-gap: 8px;
            width: 60%;
        }

        footer .footer-container .desc-r2 .r2c2 {
            text-align: left;
        }
}

/* Rebrand Footer Style 2024 End */
