.navbar-main {
    border-color: #eee;
    box-shadow: none;
    border-width: 0;
    min-height: auto;
    box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.2);
    background-color: #3e3d8e;
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1030;
    padding-top: 0.3rem;
    padding-bottom: 0.3rem;
}

.navbar-main .nav-links {
    color: #fff;
}

.navbar-main .xs-icon {
    color: #ffffff;
    font-size: 1.5rem;
    margin-left: 0.5rem;
}

.navbar-main .xs-icon:hover {
    color: #cccccc;
}

.navbar-main .icons {
    display: flex;
    align-items: center;
}

.navbar-main .account {
    display: flex;
}

.navbar-main .account span {
    margin: 0.3rem;
}

.navbar-main .badges {
    font-size: 0.65rem;
    margin-left: -1.2rem;
    position: relative;
    top: -0.7rem;
}

.navbar-main .navbar-inner {
    padding: 1rem;
    margin-right: auto;
    margin-left: auto;
    padding-left: 10px;
    padding-right: 10px;
}

@media (max-width: 767.98px) {
    .brand-logo {
        max-width: 98px;
        margin: 0.2rem 0 0 0.5rem;
    }

    .icons {
        float: right;
        margin-top: 0.2rem;
    }

    .navbar-inner {
        padding: 0 !important;
    }

    .brand-xs {
        display: flex;
    }

    .hamburger-icon {
        margin-top: 0.3rem;
        font-size: 1.5rem;
        color: #fff;
    }
}

@media (max-width: 992px) {
    .main-row {
        margin-top: 4rem !important;
    }
}

@media (min-width: 768px) and (max-width: 991.98px) {
    .navbar-inner {
        width: 740px;
    }
}

@media (min-width: 768px) {
    .brand-logo {
        max-width: 135px;
    }
}

@media (min-width: 992px) and (max-width: 1259.98px) {
    .navbar-inner {
        width: 960px;
    }
}

@media (min-width: 1260px) {
    .brand-logo {
        margin-left: 1rem;
    }

    .navbar-inner {
        width: 1220px;
    }
}

.footer-services {
    padding: 1rem;
    background-color: #ffffff;
    margin-top: 1rem;
}

.footer-services-tab {
    margin: 0 0 -1px;
    /*border: 1px solid #e7e7e7;*/
    padding: 0.5rem 0;
    color: #3e3d8e;
    align-items: center;
    position: relative;
}

.collapsed-body {
    background-color: #e9ebee;
}

.collapsed-body a {
    color: #888;
    text-decoration: none;
}

.footer-icons {
    background-color: #ffffff;
    padding: 1rem;
    border-bottom: 1px solid #e7e7e7;
    border-top: 1px solid #e7e7e7;
    text-align: center;
}

.footer-copy {
    background-color: #ffffff;
    text-align: center;
    padding: 1rem;
}

.copy-text {
    font-size: 10px;
    color: #888;
}

body {
    background-color: #e9ebee;
}

.main-container {
    margin-right: auto;
    margin-left: auto;
    padding-left: 10px;
    padding-right: 10px;
}

.main-row {
    /*margin-top: 6rem;*/
    border: 1px solid #C3C4C5;
    border-bottom-width: 2px;
    border-top: 1px solid #D9DDE5;
    background: #fff;
    border-radius: 10px;
    position: relative;
}

.info-search {
    width: 50%;
    border: 1px solid #999;
    border-radius: 5px;
    padding: 0 0.5rem 0 0;
    background: #fff;
    position: absolute;
    bottom: 1rem;
    left: 25%;
    right: 25%;
}

.info-search input {
    border: none;
    box-shadow: none !important;
}

.info-search svg {
    font-size: 1.5rem;
    margin-top: 0.3rem;
}

.page-header-img {
    border-top-right-radius: 10px;
    border-top-left-radius: 10px;
}

.page-header {
    padding: 0 !important;
}

.info-header {
    /*justify-content: center;*/
    margin: 1rem 0;
    display: flex;
}

.info-header p {
    font-weight: bold;
    color: #404040;
}

.info-header svg {
    color: #c5d3e0;
    font-size: 3rem;
    margin-left: 1rem;
}

.info-links {
    display: grid;
    /*justify-content: center;*/
}

.info-links a {
    color: #005596;
    font-size: 14px;
    padding: 0.5rem 0;
    text-decoration: none !important;
}

.info-links .more-info {
    text-decoration: underline !important;
    color: #666;
}

.question {
    border-bottom: 1px solid #F3F3F3;
}

.question-title {
    color: #404040;
}

.link-row {
    padding: 0 1rem;
    margin-top: 1rem;
}

.link-row a {
    font-size: 13px;
    line-height: 16px;
    margin-bottom: 10px;
    color: #005596;
    text-decoration: none;
    display: flex;
}

.link-row a:before {
    content: ">";
}

.side-title {
    font-size: 16px;
    font-weight: bold;
}

.side-header {
    display: flex;
}

.side-header svg {
    font-size: 1.5rem;
    margin-right: 0.5rem;
}

.info-table {
    font-size: 13px;
    margin-bottom: 2rem;
}

.info-table .title {
    color: #4B4B4B;
    padding-right: 1rem;
}

.info-table .link {
    color: #005596;
    text-decoration: none;
}

@media (min-width: 768px) and (max-width: 991.98px) {
    .main-container {
        width: 740px;
    }
}

@media (min-width: 992px) and (max-width: 1259.98px) {
    .main-container {
        width: 960px;
    }
}

.info-box {
    padding-left: 30px;
    padding-right: 30px;
}

@media (max-width: 767.98px) {
    .main-container {
        padding: 0;
    }

    .info-search {
        width: 100%;
        position: unset;
        bottom: 0;
        left: 0;
        right: 0;
        margin-top: -3rem;
    }

    .info-box {
        padding-left: 15px;
        padding-right: 15px;
        margin-bottom: 2rem;
    }

    .info-box .info-links {
        /*text-align: center;*/
    }

    .side-header {
        margin-top: 2rem;
    }

    .main-row {
        margin-top: 6rem !important;
        margin-left: 0.5rem !important;
        margin-right: 0.5rem !important;
    }

    .link-row {
        padding: 0;
        margin-top: 0;
    }
}

@media (min-width: 1260px) {
    .main-container {
        width: 1220px;
    }
}

@media (max-width: 768px) {
    .footer {
        margin-top: -80px;
    }

    .footer-services {
        position: relative;
        top: 66px;
    }

    .footer-services a:hover {
        border: 1px solid #e7e7e7;
    }

    .footer-service:hover {
        border: 1px solid #e7e7e7 !important;
    }

    .footer-service {
        width: 100%;
        padding: 10px;
        border: 1px solid #e7e7e7;
    }

    .footer-service-link {
        width: 100%;
        background-color: #e9ebee;
    }

    .footer-item {
        width: 100%;
        border-bottom: 1px solid #d8d0d0;
    }

    .footer-item p {
        margin: 0;
        padding: 0.5rem;
    }

    .footer-copy {
        position: relative;
        top: 66px;
    }
}

.footer-service-link a {
    color: #7d7373;
}

.footer-service-link a:hover {
    text-decoration: none;
}

.footer-item {
    font-size: 0.8rem;
    padding-left: 15px;
}

.info-header-link {
    color: #404040;
}

.info-header-link:hover {
    color: #3e3d8e;
    text-decoration: none;
}

.info {
    border-right: 1px solid #ccc;
    background: #fff;
    width: 100%;
    height: 100%;
}

.info-sidebar {
    width: 100%;
    height: 100%;
    float: left;
    display: table;
    position: relative;
}

.info-sidebar-title {
    text-align: center;
    background: #3e3d8e;
    height: 60px;
    line-height: 60px;
    border-radius: 8px 0 0;
    -moz-border-radius: 8px 0 0;
    -webkit-border-radius: 8px 0 0;
    position: relative;
    width: 100%;
}

.info-title-link a {
    color: #fff;
    text-decoration: none;
    font-size: 2rem;
}

.info-title-link:hover {
    text-decoration: none;
}

.info-title-icon {
    color: #fff;
    font-size: 2rem;
    margin-right: 0.5rem;
}

.info-sidebar-search {
    margin: 0.5rem;
}

.info-sidebar-search .btn-outline-secondary {
    color: #fff;
    background-color: #3e3d8e;
}
.info-sidebar-search .btn-outline-secondary:hover {
    background-color: #47466f;
}

.info-sidebar-menu {
    margin: 0.5rem 0.5rem 2rem 0.5rem;
}

.info-sidebar-menu li {
    list-style: none;
    margin-left: -2rem;
    margin-bottom: 0.5rem;
}

.info-sidebar-menu li a {
    text-decoration: none;
}

.info-sidebar-menu li a:hover {
    color: #3e3d8e;
}

.info-sidebar-menu-link {
    color: #000000;
}

.info-sidebar-menu-icon {
    color: #3e3d8e;
}

.info-sidebar-widget {
    margin-left: 1rem;
    margin-right: 1rem;
    margin-bottom: 2rem;
}

.widget-title {
    font-weight: 700;
    color: #3e3d8e;
}

.widget-content ul li {
    list-style: none;
    margin-left: -2.5rem;
}

.info-content-container {
    width: 100%;
    height: 100%;
}

.info-content-title {
    padding: 0.5rem;
    color: #3e3d8e;
    border-bottom: 1px solid #fff1f1;
}

.info-content-title h1 {
    font-size: 2rem;
}

.info-content-list {
    list-style: none;
    margin-left: -1rem;
}

.info-content-list li a {
    /*color: #000000;*/
    /*color: #005596;*/
    text-decoration: none;
    font-size: 0.9rem;
}

.info-content-list li a:hover {
    color: #3e3d8e;
}

.info-content-list li {
    margin-bottom: 1rem;
}

.breadcrumb-nav {
    list-style: none;
    margin-left: -1rem;
    font-size: 0.9rem;
    display: flex;
    margin-top: 1rem;
    padding-bottom: 1rem;
    border-bottom: 1px solid #fff1f1;
}

.info-content-list .arrow-right {
    font-size: 0.6rem;
    margin-right: 3px;
}

.breadcrumb-nav .arrow-right {
    margin-left: 2px;
    margin-right: 2px;
    font-size: 0.5rem;
}

.info-sidebar-mobile {
    margin-top: 1rem;
    list-style: none;
    margin-left: -2rem;
    font-size: 1.3rem;
}

.info-sidebar-mobile li {
    padding: 10px;
    border: 1px solid #e7e7e7;
    width: 100%;
    cursor: pointer;
}

.info-sidebar-mobile li.active {
    background-color: #f3f1f1;
}

.info-sidebar-mobile li.active a {
    color: #de291c;
}

.info-sidebar-mobile li a {
    color: #005596;
    text-decoration: none;
    width: 100%;
    display: block;
}

.info-sidebar-mobile li a:hover {
    color: #3e3d8e;
}

.static-page-content {
    margin-left: 2rem;
    margin-right: 2rem;
}

.info-search-result {
    margin-left: 2rem;
    margin-right: 2rem;
}

.search-result-list {
    list-style: none;
    margin-left: -1rem
}

.search-result-list li {
    margin-bottom: 1rem;
    font-size: 0.9rem;
}

.search-result-list li a {
    text-decoration: none;
    /*color: #005596;*/
}

.search-result-list li a:hover {
    color: #3e3d8e;
}

.search-result-list .arrow-right {
    font-size: 0.6rem;
    margin-right: 3px;
}

.footer-image-item {
    margin: 0.5rem 0;
}
/*# sourceMappingURL=maps/info.css.map */
