@import url(https://fonts.googleapis.com/css?family=Oxygen:400,300,700);
@import url(https://fonts.googleapis.com/css?family=Cardo:700|Cinzel:700|Libre+Baskerville:700|Lusitana:700|Playfair+Display:900|Quicksand:400,500" rel="stylesheet"); body, input, textarea, .mbr-company .list-group-text, .mbr-section-text

{
    font-family: 'Quicksand', sans-serif;
}


ol.ibh-list {
    font-family: 'Quicksand', sans-serif;
    font-size: 20px;
    color: #093079;
    margin-top: 2rem;
    margin-bottom: 2rem;
    line-height: 2rem;
}


.mbr-footer-content li,
.mbr-footer .mbr-contacts li {
    font-family: 'Quicksand', sans-serif;
}

.alert,
h1,
h2,
h3,
h4,
h5,
h6,
.mbr-figure .mbr-figure-caption,
.mbr-gallery-title,
.mbr-map [data-state-details],
.mbr-price,
.mbr-section-title {
    font-family: 'Cardo', serif;
    font-weight: 700;
}

.btn {
    font-family: 'Quicksand', sans-serif;
}

.mbr-footer-content h1,
.mbr-footer .mbr-contacts h1,
.mbr-footer-content h2,
.mbr-footer .mbr-contacts h2,
.mbr-footer-content h3,
.mbr-footer .mbr-contacts h3,
.mbr-footer-content h4,
.mbr-footer .mbr-contacts h4,
.mbr-footer-content p strong,
.mbr-footer .mbr-contacts p strong,
.mbr-footer-content strong,
.mbr-footer .mbr-contacts strong {
    font-family: 'Oxygen', sans-serif;
}

.btn-sm,
.mbr-section-hero .mbr-section-lead,
.mbr-cards .card-subtitle,
.mbr-testimonial .card-block,
.mbr-section-subtitle {
    font-family: 'Quicksand', sans-serif;
    font-style: normal;
}

.mbr-author-name {
    font-family: 'Quicksand', sans-serif;
}

.mbr-author-desc {
    font-family: 'Quicksand', sans-serif;
    font-style: normal;
}

.mbr-plan-title {
    font-family: 'Quicksand', sans-serif;
}

.mbr-plan-subtitle,
.mbr-plan-price-desc {
    font-family: 'Quicksand', sans-serif;
    font-style: normal;
}

.bg-primary {
    background-color: #2b4484 !important;
}

.bg-success {
    background-color: #1e7c3a !important;
}

.bg-info {
    background-color: #3c61ec !important;
}

.bg-warning {
    background-color: #154bac !important;
}

.bg-danger {
    background-color: #ff9685 !important;
}

.btn-primary {
    background-color: #2b4484;
    border-color: #2b4484;
    color: #ffffff;
}

    .btn-primary:hover,
    .btn-primary:focus,
    .btn-primary.focus,
    .btn-primary:active,
    .btn-primary.active {
        color: #ffffff;
        background-color: #18264a;
        border-color: #18264a;
    }

    .btn-primary.disabled,
    .btn-primary:disabled {
        color: #ffffff !important;
        background-color: #18264a !important;
        border-color: #18264a !important;
    }

.btn-secondary {
    background-color: #a25dae;
    border-color: #a25dae;
    color: #ffffff;
}

    .btn-secondary:hover,
    .btn-secondary:focus,
    .btn-secondary.focus,
    .btn-secondary:active,
    .btn-secondary.active {
        color: #ffffff;
        background-color: #763f7f;
        border-color: #763f7f;
    }

    .btn-secondary.disabled,
    .btn-secondary:disabled {
        color: #ffffff !important;
        background-color: #763f7f !important;
        border-color: #763f7f !important;
    }

.btn-info {
    background-color: #3c61ec;
    border-color: #3c61ec;
    color: #ffffff;
}

    .btn-info:hover,
    .btn-info:focus,
    .btn-info.focus,
    .btn-info:active,
    .btn-info.active {
        color: #ffffff;
        background-color: #1339c8;
        border-color: #1339c8;
    }

    .btn-info.disabled,
    .btn-info:disabled {
        color: #ffffff !important;
        background-color: #1339c8 !important;
        border-color: #1339c8 !important;
    }

.btn-success {
    background-color: #1e7c3a;
    border-color: #1e7c3a;
    color: #ffffff;
}

    .btn-success:hover,
    .btn-success:focus,
    .btn-success.focus,
    .btn-success:active,
    .btn-success.active {
        color: #ffffff;
        background-color: #0f3e1d;
        border-color: #0f3e1d;
    }

    .btn-success.disabled,
    .btn-success:disabled {
        color: #ffffff !important;
        background-color: #0f3e1d !important;
        border-color: #0f3e1d !important;
    }

.btn-warning {
    background-color: #154bac;
    border-color: #154bac;
    color: #ffffff;
}

    .btn-warning:hover,
    .btn-warning:focus,
    .btn-warning.focus,
    .btn-warning:active,
    .btn-warning.active {
        color: #ffffff;
        background-color: #0d2d68;
        border-color: #0d2d68;
    }

    .btn-warning.disabled,
    .btn-warning:disabled {
        color: #ffffff !important;
        background-color: #0d2d68 !important;
        border-color: #0d2d68 !important;
    }

.btn-danger {
    background-color: #ff9685;
    border-color: #ff9685;
    color: #ffffff;
}

    .btn-danger:hover,
    .btn-danger:focus,
    .btn-danger.focus,
    .btn-danger:active,
    .btn-danger.active {
        color: #ffffff;
        background-color: #ff5438;
        border-color: #ff5438;
    }

    .btn-danger.disabled,
    .btn-danger:disabled {
        color: #ffffff !important;
        background-color: #ff5438 !important;
        border-color: #ff5438 !important;
    }

.btn-primary-outline {
    background: none;
    border-color: #121c37;
    color: #121c37;
}

    .btn-primary-outline:hover,
    .btn-primary-outline:focus,
    .btn-primary-outline.focus,
    .btn-primary-outline:active,
    .btn-primary-outline.active {
        color: #ffffff;
        background-color: #2b4484;
        border-color: #2b4484;
    }

    .btn-primary-outline.disabled,
    .btn-primary-outline:disabled {
        color: #ffffff !important;
        background-color: #2b4484 !important;
        border-color: #2b4484 !important;
    }

.btn-secondary-outline {
    background: none;
    border-color: #66376e;
    color: #66376e;
}

    .btn-secondary-outline:hover,
    .btn-secondary-outline:focus,
    .btn-secondary-outline.focus,
    .btn-secondary-outline:active,
    .btn-secondary-outline.active {
        color: #ffffff;
        background-color: #a25dae;
        border-color: #a25dae;
    }

    .btn-secondary-outline.disabled,
    .btn-secondary-outline:disabled {
        color: #ffffff !important;
        background-color: #a25dae !important;
        border-color: #a25dae !important;
    }

.btn-info-outline {
    background: none;
    border-color: #1133b1;
    color: #1133b1;
}

    .btn-info-outline:hover,
    .btn-info-outline:focus,
    .btn-info-outline.focus,
    .btn-info-outline:active,
    .btn-info-outline.active {
        color: #ffffff;
        background-color: #3c61ec;
        border-color: #3c61ec;
    }

    .btn-info-outline.disabled,
    .btn-info-outline:disabled {
        color: #ffffff !important;
        background-color: #3c61ec !important;
        border-color: #3c61ec !important;
    }

.btn-success-outline {
    background: none;
    border-color: #0a2a14;
    color: #0a2a14;
}

    .btn-success-outline:hover,
    .btn-success-outline:focus,
    .btn-success-outline.focus,
    .btn-success-outline:active,
    .btn-success-outline.active {
        color: #ffffff;
        background-color: #1e7c3a;
        border-color: #1e7c3a;
    }

    .btn-success-outline.disabled,
    .btn-success-outline:disabled {
        color: #ffffff !important;
        background-color: #1e7c3a !important;
        border-color: #1e7c3a !important;
    }

.btn-warning-outline {
    background: none;
    border-color: #0a2351;
    color: #0a2351;
}

    .btn-warning-outline:hover,
    .btn-warning-outline:focus,
    .btn-warning-outline.focus,
    .btn-warning-outline:active,
    .btn-warning-outline.active {
        color: #ffffff;
        background-color: #154bac;
        border-color: #154bac;
    }

    .btn-warning-outline.disabled,
    .btn-warning-outline:disabled {
        color: #ffffff !important;
        background-color: #154bac !important;
        border-color: #154bac !important;
    }

.btn-danger-outline {
    background: none;
    border-color: #ff3e1f;
    color: #ff3e1f;
}

    .btn-danger-outline:hover,
    .btn-danger-outline:focus,
    .btn-danger-outline.focus,
    .btn-danger-outline:active,
    .btn-danger-outline.active {
        color: #ffffff;
        background-color: #ff9685;
        border-color: #ff9685;
    }

    .btn-danger-outline.disabled,
    .btn-danger-outline:disabled {
        color: #ffffff !important;
        background-color: #ff9685 !important;
        border-color: #ff9685 !important;
    }

.text-primary {
    color: #2b4484 !important;
}

.text-success {
    color: #1e7c3a !important;
}

.text-info {
    color: #3c61ec !important;
}

.text-warning {
    color: #154bac !important;
}

.text-danger {
    color: #ff9685 !important;
}

.alert-success {
    background-color: #1e7c3a;
}

.alert-info {
    background-color: #3c61ec;
}

.alert-warning {
    background-color: #154bac;
}

.alert-danger {
    background-color: #ff9685;
}

.mbr-company .list-group-item.active .list-group-text {
    color: #2b4484;
}

.mbr-footer p a,
.mbr-footer ul a {
    color: #2b4484;
}

.mbr-footer-content li::before,
.mbr-footer .mbr-contacts li::before {
    background: #2b4484;
}

.mbr-footer-content li a:hover,
.mbr-footer .mbr-contacts li a:hover {
    color: #2b4484;
}

.lead a,
.lead a:hover {
    color: #2b4484;
}

.lead blockquote {
    border-color: #2b4484;
}

.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
    color: #6280cc;
}

.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
    color: #47d271;
}

.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
    color: #f6f8fe;
}

.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
    color: #568bea;
}

.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
    color: #ffffff;
}

.mbr-small-footer a,
.mbr-gallery-filter li:hover {
    color: #000;
}
/* DirectM */
a {
    color: #072154; /*Changed by: Medina (IBHE)*/
}

    a:hover {
        color: #072154; /*Changed by:Medina (IBHE)*/
    }
/*header1*/
.header1 .mbr-arrow a i {
    color: #ffffff;
}

.header1 .mbr-arrow a:hover i {
    color: #2b4484;
}
/*header2*/
.header1.header2 .mbr-arrow a i {
    color: #222222;
}

.header1.header2 .mbr-arrow a:hover i {
    color: #2b4484;
}
/*features1*/
.features1 .carousel-indicators li.active {
    border: 5px solid #2b4484;
}
/*features12*/
.features12 .card .mbr-iconfont,
.features14 .card .mbr-iconfont,
.features16 .card .mbr-iconfont {
    font-family: 'Oxygen', sans-serif;
}
/*msg-box1*/
.msg-box1 ul li:before {
    background-color: #2b4484;
}

.msg-box1 .round-block {
    background: linear-gradient(45deg, #223669, #2b4484, #3858aa);
}
/*tabs1*/
.tabs1 ul li a.active {
    border-bottom-color: #2b4484 !important;
}

.tabs1 .tab-list-wraper ul li:before {
    background-color: #2b4484;
}

.tabs1 .colorBG {
    background-color: #2b4484;
}
/*content*/
.content2 blockquote {
    border-left: 3px solid #2b4484;
}

.content4 p {
    border-bottom: 3px solid #2b4484;
    border-top: 3px solid #2b4484;
}
/*follow1*/
.follow1 .btn-social {
    color: #2b4484;
    border-color: #2b4484;
}

    .follow1 .btn-social:hover {
        color: #3858aa;
        background: rgba(43, 68, 132, 0.1);
        border-color: #3858aa;
    }
/*share1*/
.share1 .btn-social {
    color: #2b4484;
    border-color: #2b4484;
}

    .share1 .btn-social:hover {
        color: #3858aa;
        background: rgba(43, 68, 132, 0.1);
        border-color: #3858aa;
    }
/* Slider */
.mbr-slider .carousel-indicators .active {
    background-color: #2b4484;
}
/* Gallery */
.mbr-gallery-filter ul li {
    font-family: 'Libre Franklin', serif;
}

.mbr-gallery-filter li {
    color: #3c61ec;
}

.btn-empty:focus {
    color: #2b4484;
}
/* captions */
.mbr-figure-caption {
    background-color: #616161;
    color: #fff;
}
/* tabs1 */
.tabs1 ul li a {
    color: #3c61ec;
}
/*tabs3*/
.tabs3 .nav-tabs .nav-link.active {
    border: 5px solid #2b4484;
}
/* testimonials1*/
.testimonials1 .carousel-indicators li.active {
    border: 5px solid #2b4484;
}

.hamburger-icon {
    background-color: #2b4484 !important;
}

    .hamburger-icon:before {
        background-color: #2b4484;
    }

    .hamburger-icon:after {
        background-color: #2b4484;
    }

#content3-41 .mbr-section-title,
#content3-41 .mbr-section-subtitle {
    text-align: center;
}

#content3-41 H1 {
    font-size: 48px;
    color: #2b4484;
    font-family: 'Oxygen', sans-serif;
}

#content3-u3 .mbr-section-title,
#content3-u3 .mbr-section-subtitle {
    text-align: center;
}

#content3-u3 H1 {
    color: #2b4484;
    font-size: 20px;
    font-family: 'Libre Franklin', serif;
    text-align: right;
}

#content3-u3 B {
    font-size: 18px;
    font-family: 'Oxygen', sans-serif;
}

#menu2-2o .hide-buttons .nav-btn {
    display: none !important;
}

#menu2-2o .navbar-toggler {
    color: #2b4484;
}

#menu2-2o .close-icon::before,
#menu2-2o .close-icon::after {
    background-color: #2b4484;
}

#menu2-2o .link,
#menu2-2o .dropdown-item {
    color: #324d81;
    font-family: 'Libre Franklin', serif;
}

#menu2-2o .link {
    font-size: 0.8rem;
}

#menu2-2o .dropdown-item,
#menu2-2o .nav-dropdown-sm .link {
    font-size: 0.866rem;
}

#menu2-2o .link:hover,
#menu2-2o .link:focus {
    color: #324d81;
}
/*CHANGE COLOR WHEN AFTER CLICK LINK - MEDINA*/
#menu2-2o .dropdown-item:hover::before,
#menu2-2o .dropdown-item:focus::before {
    background: #3c5d9a;
}

#menu2-2o .dropdown-item:hover,
#menu2-2o .dropdown-item:focus {
    color: #324d81;
}

#menu2-2o .link[aria-expanded="true"],
#menu2-2o .dropdown-menu {
    background: #ffffff;
}

#menu2-2o .nav-dropdown-sm .link:focus,
#menu2-2o .nav-dropdown-sm .link:hover,
#menu2-2o .nav-dropdown-sm .dropdown-item:focus,
#menu2-2o .nav-dropdown-sm .dropdown-item:hover {
    background: #f7f7f7 !important;
}

#menu2-2o .navbar,
#menu2-2o .nav-dropdown-sm,
#menu2-2o .nav-dropdown-sm .link[aria-expanded="true"],
#menu2-2o .nav-dropdown-sm .dropdown-menu {
    background: #ffffff;
}

#menu2-2o .bg-color.transparent .link {
    color: #324d81;
    transition: none;
}

#menu2-2o .bg-color.transparent.opened .link {
    transition: color 0.2s ease-in-out;
}

    #menu2-2o .bg-color.transparent.opened .link:hover,
    #menu2-2o .bg-color.transparent.opened .link:focus {
        color: #324d81;
    }

#menu2-2o .link[aria-expanded="true"],
#menu2-2o .dropdown-item[aria-expanded="true"] {
    color: #324d81 !important;
}

#custom-html-ul P {
    color: #2b4484;
}

#custom-html-ul form {
    color: #2b4484;
    text-align: center;
}

#content1-6b P {
    color: #fffffd;
    font-family: 'Libre Franklin', serif;
}

#features1-43 .mbr-section-title {
    color: #fffffd;
}

#features1-43 .mbr-section-text {
    color: #2b4484;
}

#features1-43 .striped .mbr-cards-col:nth-child(2n+1) {
    background-color: #2e2e2e;
}

#features2-6e .mbr-iconfont {
    color: #2b4484;
    border-color: #2b4484;
}

#features2-6e .card-title {
    color: #2b4484;
}

#features2-6e .card-text {
    color: #2b4484;
    font-size: 14px;
}

#features2-6e .heading-title {
    color: #2b4484;
}

#features2-6e .striped .mbr-cards-col:nth-child(2n+1) {
    background-color: #2e2e2e;
}

#custom-html-ul body {
    margin: 0;
    padding: 0;
    background: #EEE;
    font: 10px/13px 'Lucida Sans', sans-serif;
}

#custom-html-ul h4.new {
    border-bottom: 3px solid #2b4484;
    width: 85%;
    font-family: "libre franklin";
}

#custom-html-ul h4.complaint {
    border-bottom: 3px solid #2b4484;
    width: 85%;
    font-family: "libre franklin";
}

#custom-html-ul h4.students {
    border-bottom: 3px solid white;
    width: 85%;
    font-family: "libre franklin";
}

#custom-html-ul h4.resources {
    border-bottom: 3px solid #2b4484;
    width: 85%;
    font-family: "libre franklin";
}

#custom-html-ul h4.events {
    border-bottom: 3px solid white;
    width: 85%;
    font-family: "libre franklin";
}

#custom-html-ul h4.data {
    border-bottom: 3px solid #2b4484;
    width: 85%;
    font-family: "libre franklin";
}

#custom-html-ul .wrap {
    overflow: hidden;
    margin: 0px;
}

#custom-html-ul .box {
    float: left;
    position: relative;
    width: 33.3%;
    padding-bottom: 20%;
}

#custom-html-ul a.nite {
    color: #2b4484;
    opacity: 1.0;
}

#custom-html-ul a.day {
    color: #fff;
    opacity: 1.0;
}

#custom-html-ul .darkboxInner {
    position: absolute;
    left: 0px;
    right: 0px;
    top: 0px;
    bottom: 0px;
    overflow: auto;
    color: #2b4484;
    background: #d9d9d9;
    padding-left: 1cm;
    padding-top: 1cm;
}

#custom-html-ul .lightboxInner {
    position: absolute;
    left: 0px;
    right: 0px;
    top: 0px;
    bottom: 0px;
    overflow: auto;
    color: #2b4484;
    background: #C5E0F1;
    padding-left: 1cm;
    padding-top: 1cm;
}

#custom-html-ul .boxInner {
    position: absolute;
    left: 0px;
    right: 0px;
    top: 0px;
    bottom: 0px;
    overflow: auto;
    color: #2b4484;
    padding-left: 1cm;
    padding-top: 1cm;
}

    #custom-html-ul .boxInner img {
        width: 100%;
    }

    #custom-html-ul .boxInner ul,
    #custom-html-ul li,
    #custom-html-ul p {
        width: 95%;
        list-style-type: square;
    }

    #custom-html-ul .boxInner .titleBox {
        position: absolute;
        bottom: 0;
        left: 0;
        right: 0;
        margin-bottom: -50px;
        background: #000;
        background: rgba(0, 0, 0, 0.5);
        color: #fff;
        padding: 5px;
        text-align: center;
        -webkit-transition: all 0.3s ease-out;
        -moz-transition: all 0.3s ease-out;
        -o-transition: all 0.3s ease-out;
        transition: all 0.3s ease-out;
    }

#custom-html-ul .bfade {
    opacity: 1.0;
    transition: opacity 0.25s ease-in-out;
    -moz-transition: opacity 0.25s ease-in-out;
    -webkit-transition: opacity 0.25s ease-in-out;
}

    #custom-html-ul a:hover,
    #custom-html-ul .bfade:hover {
        opacity: .8;
        background-color: #2b4484;
        color: white;
    }

#custom-html-ul body.no-touch .boxInner:hover .titleBox,
#custom-html-ul body.touch .boxInner.touchFocus .titleBox {
    margin-bottom: 0;
}

@media only screen and (max-width: 480px) {
    #custom-html-ul {
        /* Smartphone view: 1 tile */
    }

        #custom-html-ul .box {
            width: 100%;
            padding-bottom: 100%;
        }
}

@media only screen and (max-width: 650px) and (min-width: 481px) {
    #custom-html-ul {
        /* Tablet view: 2 tiles */
    }

        #custom-html-ul .box {
            width: 50%;
            padding-bottom: 50%;
        }
}

@media only screen and (max-width: 1050px) and (min-width: 651px) {
    #custom-html-ul {
        /* Small desktop / ipad view: 3 tiles */
    }

        #custom-html-ul .box {
            width: 33.3%;
            padding-bottom: 33.3%;
        }
}

@media only screen and (max-width: 1290px) and (min-width: 1051px) {
    #custom-html-ul {
        /* Medium desktop: 4 tiles */
    }

        #custom-html-ul .box {
            width: 25%;
            padding-bottom: 25%;
        }
}

#content3-6g .mbr-section-title,
#content3-6g .mbr-section-subtitle {
    text-align: center;
}

#custom-html-uj p {
    color: #000;
}

#custom-html-uj P {
    color: #2b4484;
}

#menu2-j .hide-buttons .nav-btn {
    display: none !important;
}

#menu2-j .navbar-toggler {
    color: #2b4484;
}

#menu2-j .close-icon::before,
#menu2-j .close-icon::after {
    background-color: #2b4484;
}

#menu2-j .link,
#menu2-j .dropdown-item {
    color: #324d81;
    font-family: 'Libre Franklin', serif;
}

/*To change font weight and size for the main navigaion menu Medina*/
#menu2-j .link {
    font-size: 0.9rem;
    font-weight: 800;
}


#menu2-j .dropdown-item,
#menu2-j .nav-dropdown-sm .link {
    font-size: 0.866rem;
}

#menu2-j .link:hover,
#menu2-j .link:focus {
    color: #324d81;
}
/*To change the bottom under line color for the main navigaion menu Medina*/
#menu2-j .dropdown-item:hover::before,
#menu2-j .dropdown-item:focus::before {
    background: #324d81;
}
/*On hover change the color to #6183c2 to know where the mouse is when pointing Medina*/
#menu2-j .dropdown-item:hover,
#menu2-j .dropdown-item:focus {
    color: #6183c2;
}

#menu2-j .link[aria-expanded="true"],
#menu2-j .dropdown-menu {
    background: #ffffff;
}

#menu2-j .nav-dropdown-sm .link:focus,
#menu2-j .nav-dropdown-sm .link:hover,
#menu2-j .nav-dropdown-sm .dropdown-item:focus,
#menu2-j .nav-dropdown-sm .dropdown-item:hover {
    background: #f7f7f7 !important;
}

#menu2-j .navbar,
#menu2-j .nav-dropdown-sm,
#menu2-j .nav-dropdown-sm .link[aria-expanded="true"],
#menu2-j .nav-dropdown-sm .dropdown-menu {
    background: #ffffff;
}

#menu2-j .bg-color.transparent .link {
    color: #2b4484;
    transition: none;
}

#menu2-j .bg-color.transparent.opened .link {
    transition: color 0.2s ease-in-out;
}

    #menu2-j .bg-color.transparent.opened .link:hover,
    #menu2-j .bg-color.transparent.opened .link:focus {
        color: #bb412e;
    }

#menu2-j .link[aria-expanded="true"],
#menu2-j .dropdown-item[aria-expanded="true"] {
    color: #324d81 !important;
}

#header6-nx H3 {
    text-align: center;
    font-size: 36px;
}

#header6-nx P {
    text-align: center;
}

#features21-qn .card .mbr-iconfont {
    background: #b71111;
    border-color: #b71111;
}

#features21-qn .mbr-table-cell {
    vertical-align: middle;
}

#features21-qn .heading-title {
    font-family: 'Libre Franklin', serif;
    font-size: 30px;
    color: #094587;
}

#features21-qn .card-title {
    color: #094587;
}

#features21-qn .card-text {
    color: #094587;
}

    #features21-qn .card-text B {
        color: #094587;
    }

#features21-q .card .mbr-iconfont {
    background: #2b4484;
    border-color: #2b4484;
}

#features21-q .mbr-table-cell {
    vertical-align: middle;
}

#features21-q .card .mbr-iconfont {
    background: #031a47;
    border-color: #031a47;
}

#features21-q .mbr-table-cell {
    vertical-align: middle;
}

#features21-q .heading-title {
    font-size: 36px;
}

#features21-q .card-title {
    font-size: 16px;
}

#features21-q .card-text {
    font-size: 14px;
    color: #2b4484;
}

#features21-q .heading-title B {
    color: #2b4484;
}

#features21-q .card-title B {
    color: #2b4484;
}

#footer4-k p {
    color: #000;
}

#footer4-k P {
    color: #2b4484;
}

#features21-3f .card .mbr-iconfont {
    background: #2b4484;
    border-color: #2b4484;
}

#features21-3f .mbr-table-cell {
    vertical-align: middle;
}

#features21-3f .card .mbr-iconfont {
    background: #031a47;
    border-color: #031a47;
}

#features21-3f .mbr-table-cell {
    vertical-align: middle;
}

#features21-3f .heading-title {
    font-size: 36px;
}

#features21-3f p.spacer {
    text-decoration: bold;
    text-indent: 50px;
}

#menu2-y .hide-buttons .nav-btn {
    display: none !important;
}

#menu2-y .navbar-toggler {
    color: #2b4484;
}

#menu2-y .close-icon::before,
#menu2-y .close-icon::after {
    background-color: #2b4484;
}

#menu2-y .link,
#menu2-y .dropdown-item {
    color: #2b4484;
    font-family: 'Libre Franklin', serif;
}

#menu2-y .link {
    font-size: 0.8rem;
}

#menu2-y .dropdown-item,
#menu2-y .nav-dropdown-sm .link {
    font-size: 0.866rem;
}

#menu2-y .link:hover,
#menu2-y .link:focus {
    color: #bb412e;
}

#menu2-y .dropdown-item:hover::before,
#menu2-y .dropdown-item:focus::before {
    background: #bb412e;
}

#menu2-y .dropdown-item:hover,
#menu2-y .dropdown-item:focus {
    color: #2b4484;
}

#menu2-y .link[aria-expanded="true"],
#menu2-y .dropdown-menu {
    background: #ffffff;
}

#menu2-y .nav-dropdown-sm .link:focus,
#menu2-y .nav-dropdown-sm .link:hover,
#menu2-y .nav-dropdown-sm .dropdown-item:focus,
#menu2-y .nav-dropdown-sm .dropdown-item:hover {
    background: #f7f7f7 !important;
}

#menu2-y .navbar,
#menu2-y .nav-dropdown-sm,
#menu2-y .nav-dropdown-sm .link[aria-expanded="true"],
#menu2-y .nav-dropdown-sm .dropdown-menu {
    background: #ffffff;
}

#menu2-y .bg-color.transparent .link {
    color: #2b4484;
    transition: none;
}

#menu2-y .bg-color.transparent.opened .link {
    transition: color 0.2s ease-in-out;
}

    #menu2-y .bg-color.transparent.opened .link:hover,
    #menu2-y .bg-color.transparent.opened .link:focus {
        color: #bb412e;
    }

#menu2-y .link[aria-expanded="true"],
#menu2-y .dropdown-item[aria-expanded="true"] {
    color: #bb412e !important;
}

#header6-16 H3 {
    font-size: 36px;
}

#header6-16 B {
    font-size: 32px;
}

#features21-10 .card .mbr-iconfont {
    background: #fffcf6;
    border-color: #fffcf6;
}

#features21-10 .mbr-table-cell {
    vertical-align: middle;
}

#features21-10 .heading-title {
    font-size: 36px;
}

#features21-10 .card-title {
    font-size: 16px;
}

#features21-10 .card-text {
    font-size: 16px;
    color: #2b4484;
}

#features8-3s .mbr-iconfont {
    color: #2b4484;
    border-color: #2b4484;
}

#features8-3s .card-title {
    font-size: 15px;
    color: #2b4484;
}

#features8-3s .card-text {
    color: #2b4484;
}

#features8-3s .heading-title {
    color: #2b4484;
}

#footer4-11 p {
    color: #000;
}

#footer4-11 P {
    color: #2b4484;
}

#content2-13 UL {
    color: #616161;
}

#content2-13 P {
    color: #4a4a4a;
}

#header6-u7 H3 {
    font-size: 36px;
    color: #2b4484;
}

#header6-u7 SPAN {
    font-size: 60px;
}

#header6-u7 P {
    color: #2b4484;
}

#menu2-17 .hide-buttons .nav-btn {
    display: none !important;
}

#menu2-17 .navbar-toggler {
    color: #2b4484;
}

#menu2-17 .close-icon::before,
#menu2-17 .close-icon::after {
    background-color: #2b4484;
}

#menu2-17 .link,
#menu2-17 .dropdown-item {
    color: #2b4484;
    font-family: 'Libre Franklin', serif;
}

#menu2-17 .link {
    font-size: 0.8rem;
}

#menu2-17 .dropdown-item,
#menu2-17 .nav-dropdown-sm .link {
    font-size: 0.866rem;
}

#menu2-17 .link:hover,
#menu2-17 .link:focus {
    color: #bb412e;
}

#menu2-17 .dropdown-item:hover::before,
#menu2-17 .dropdown-item:focus::before {
    background: #bb412e;
}

#menu2-17 .dropdown-item:hover,
#menu2-17 .dropdown-item:focus {
    color: #2b4484;
}

#menu2-17 .link[aria-expanded="true"],
#menu2-17 .dropdown-menu {
    background: #ffffff;
}

#menu2-17 .nav-dropdown-sm .link:focus,
#menu2-17 .nav-dropdown-sm .link:hover,
#menu2-17 .nav-dropdown-sm .dropdown-item:focus,
#menu2-17 .nav-dropdown-sm .dropdown-item:hover {
    background: #f7f7f7 !important;
}

#menu2-17 .navbar,
#menu2-17 .nav-dropdown-sm,
#menu2-17 .nav-dropdown-sm .link[aria-expanded="true"],
#menu2-17 .nav-dropdown-sm .dropdown-menu {
    background: #ffffff;
}

#menu2-17 .bg-color.transparent .link {
    color: #2b4484;
    transition: none;
}

#menu2-17 .bg-color.transparent.opened .link {
    transition: color 0.2s ease-in-out;
}

    #menu2-17 .bg-color.transparent.opened .link:hover,
    #menu2-17 .bg-color.transparent.opened .link:focus {
        color: #bb412e;
    }

#menu2-17 .link[aria-expanded="true"],
#menu2-17 .dropdown-item[aria-expanded="true"] {
    color: #bb412e !important;
}

#content5-td .mbr-section-title,
#content5-td .mbr-section-subtitle {
    margin-bottom: 1rem;
    color: #ffffff;
}

#content5-td .mbr-table-cell {
    vertical-align: middle;
}

#content5-td .heading-title {
    font-size: 36px;
    color: #2b4484;
}

#content5-td .heading-text {
    text-align: left;
    color: #2b4484;
}

#content8-1n B {
    color: #2b4484;
}

#content8-1n I {
    color: #2b4484;
}

#content8-1n P {
    color: #2b4484;
}

#content8-do B {
    color: #2b4484;
}

#content8-do I {
    color: #2b4484;
}

#content8-do P {
    color: #2b4484;
}

#content8-1o B {
    color: #2b4484;
}

#content8-1o I {
    color: #2b4484;
}

#content8-1o P {
    color: #2b4484;
}

#content8-1p P {
    color: #2b4484;
}

#content8-1q P {
    color: #2b4484;
}

#content8-1s P {
    color: #2b4484;
}

#content8-1u P {
    color: #2b4484;
}

#content8-1v P {
    color: #2b4484;
}

#content8-1w P {
    color: #2b4484;
}

#content8-1x P {
    color: #2b4484;
}

#content8-1y P {
    color: #2b4484;
}

#content8-1z P {
    color: #2b4484;
}

#content8-20 P {
    color: #2b4484;
}

#content8-u6 P {
    color: #2b4484;
}

#content8-21 P {
    color: #2b4484;
}

#footer4-1b p {
    color: #000;
}

#footer4-1b P {
    color: #2b4484;
}

#header6-5g H3 {
    font-size: 36px;
    color: #2b4484;
}

#header6-5g B {
    font-size: 32px;
}

#header6-5g P {
    color: #2b4484;
}

#content3-5s .mbr-section-title,
#content3-5s .mbr-section-subtitle {
    text-align: center;
}

#content3-5s H1 {
    color: #2b4484;
    text-align: right;
    font-size: 30px;
}

#content3-5s P {
    color: #2b4484;
    text-align: right;
}

#features4-5x .card {
    background-color: transparent;
    box-shadow: none;
    border: none;
}

#features4-5x .card-img a {
    border-width: 2px;
    line-height: 72px;
}

#features4-5x .mbr-iconfont {
    color: #94a5d0;
    border-color: #94a5d0;
}

#features4-5x .heading-title {
    color: #2b4484;
}

#features4-5x .heading-text {
    color: #2b4484;
}

#features4-5x .card-title {
    color: #2b4484;
}

#features4-5x .card-text {
    color: #2b4484;
}

#custom-html-6d {
    /* Type valid CSS here */
}

    #custom-html-6d div {
        margin-top: 21px;
        margin-bottom: 25px;
        margin-right: 150px;
        margin-left: 175px;
    }

    #custom-html-6d p,
    #custom-html-6d h1,
    #custom-html-6d li {
        color: #2b4484;
    }

    #custom-html-6d div.border {
        border-style: solid;
        border-bottom-width: 25px;
        color: #a8cdec;
    }

#menu2-5f .hide-buttons .nav-btn {
    display: none !important;
}

#menu2-5f .navbar-toggler {
    color: #2b4484;
}

#menu2-5f .close-icon::before,
#menu2-5f .close-icon::after {
    background-color: #2b4484;
}

#menu2-5f .link,
#menu2-5f .dropdown-item {
    color: #2b4484;
    font-family: 'Libre Franklin', serif;
}

#menu2-5f .link {
    font-size: 0.8rem;
}

#menu2-5f .dropdown-item,
#menu2-5f .nav-dropdown-sm .link {
    font-size: 0.866rem;
}

#menu2-5f .link:hover,
#menu2-5f .link:focus {
    color: #bb412e;
}

#menu2-5f .dropdown-item:hover::before,
#menu2-5f .dropdown-item:focus::before {
    background: #bb412e;
}

#menu2-5f .dropdown-item:hover,
#menu2-5f .dropdown-item:focus {
    color: #2b4484;
}

#menu2-5f .link[aria-expanded="true"],
#menu2-5f .dropdown-menu {
    background: #ffffff;
}

#menu2-5f .nav-dropdown-sm .link:focus,
#menu2-5f .nav-dropdown-sm .link:hover,
#menu2-5f .nav-dropdown-sm .dropdown-item:focus,
#menu2-5f .nav-dropdown-sm .dropdown-item:hover {
    background: #f7f7f7 !important;
}

#menu2-5f .navbar,
#menu2-5f .nav-dropdown-sm,
#menu2-5f .nav-dropdown-sm .link[aria-expanded="true"],
#menu2-5f .nav-dropdown-sm .dropdown-menu {
    background: #ffffff;
}

#menu2-5f .bg-color.transparent .link {
    color: #2b4484;
    transition: none;
}

#menu2-5f .bg-color.transparent.opened .link {
    transition: color 0.2s ease-in-out;
}

    #menu2-5f .bg-color.transparent.opened .link:hover,
    #menu2-5f .bg-color.transparent.opened .link:focus {
        color: #bb412e;
    }

#menu2-5f .link[aria-expanded="true"],
#menu2-5f .dropdown-item[aria-expanded="true"] {
    color: #bb412e !important;
}

#footer4-5j p {
    color: #000;
}

#footer4-5j P {
    color: #2b4484;
}

#header6-6h H3 {
    font-size: 36px;
    color: #2b4484;
}

#header6-6h B {
    font-size: 32px;
}

#header6-6h P {
    color: #2b4484;
}

#content3-6i .mbr-section-title,
#content3-6i .mbr-section-subtitle {
    text-align: center;
}

#content3-6i H1 {
    color: #2b4484;
    text-align: right;
    font-size: 30px;
}

#content3-6i P {
    color: #2b4484;
    text-align: right;
}

#features4-6j .card {
    background-color: transparent;
    box-shadow: none;
    border: none;
}

#features4-6j .card-img a {
    border-width: 2px;
    line-height: 72px;
}

#features4-6j .mbr-iconfont {
    color: #94a5d0;
    border-color: #94a5d0;
}

#features4-6j .heading-title {
    color: #2b4484;
}

#features4-6j .heading-text {
    color: #2b4484;
}

#features4-6j .card-title {
    color: #2b4484;
}

#features4-6j .card-text {
    color: #2b4484;
    text-align: center;
}

#menu2-6l .hide-buttons .nav-btn {
    display: none !important;
}

#menu2-6l .navbar-toggler {
    color: #2b4484;
}

#menu2-6l .close-icon::before,
#menu2-6l .close-icon::after {
    background-color: #2b4484;
}

#menu2-6l .link,
#menu2-6l .dropdown-item {
    color: #2b4484;
    font-family: 'Libre Franklin', serif;
}

#menu2-6l .link {
    font-size: 0.8rem;
}

#menu2-6l .dropdown-item,
#menu2-6l .nav-dropdown-sm .link {
    font-size: 0.866rem;
}

#menu2-6l .link:hover,
#menu2-6l .link:focus {
    color: #bb412e;
}

#menu2-6l .dropdown-item:hover::before,
#menu2-6l .dropdown-item:focus::before {
    background: #bb412e;
}

#menu2-6l .dropdown-item:hover,
#menu2-6l .dropdown-item:focus {
    color: #2b4484;
}

#menu2-6l .link[aria-expanded="true"],
#menu2-6l .dropdown-menu {
    background: #ffffff;
}

#menu2-6l .nav-dropdown-sm .link:focus,
#menu2-6l .nav-dropdown-sm .link:hover,
#menu2-6l .nav-dropdown-sm .dropdown-item:focus,
#menu2-6l .nav-dropdown-sm .dropdown-item:hover {
    background: #f7f7f7 !important;
}

#menu2-6l .navbar,
#menu2-6l .nav-dropdown-sm,
#menu2-6l .nav-dropdown-sm .link[aria-expanded="true"],
#menu2-6l .nav-dropdown-sm .dropdown-menu {
    background: #ffffff;
}

#menu2-6l .bg-color.transparent .link {
    color: #2b4484;
    transition: none;
}

#menu2-6l .bg-color.transparent.opened .link {
    transition: color 0.2s ease-in-out;
}

    #menu2-6l .bg-color.transparent.opened .link:hover,
    #menu2-6l .bg-color.transparent.opened .link:focus {
        color: #bb412e;
    }

#menu2-6l .link[aria-expanded="true"],
#menu2-6l .dropdown-item[aria-expanded="true"] {
    color: #bb412e !important;
}

#footer4-6m p {
    color: #000;
}

#footer4-6m P {
    color: #2b4484;
}

#header6-ue H3 {
    font-size: 36px;
    color: #fffffd;
}

#header6-ue SPAN {
    font-size: 60px;
}

#header6-ue DIV {
    font-size: 12px;
}

#menu2-6z .hide-buttons .nav-btn {
    display: none !important;
}

#menu2-6z .navbar-toggler {
    color: #2b4484;
}

#menu2-6z .close-icon::before,
#menu2-6z .close-icon::after {
    background-color: #2b4484;
}

#menu2-6z .link,
#menu2-6z .dropdown-item {
    color: #2b4484;
    font-family: 'Libre Franklin', serif;
}

#menu2-6z .link {
    font-size: 0.8rem;
}

#menu2-6z .dropdown-item,
#menu2-6z .nav-dropdown-sm .link {
    font-size: 0.866rem;
}

#menu2-6z .link:hover,
#menu2-6z .link:focus {
    color: #bb412e;
}

#menu2-6z .dropdown-item:hover::before,
#menu2-6z .dropdown-item:focus::before {
    background: #bb412e;
}

#menu2-6z .dropdown-item:hover,
#menu2-6z .dropdown-item:focus {
    color: #2b4484;
}

#menu2-6z .link[aria-expanded="true"],
#menu2-6z .dropdown-menu {
    background: #ffffff;
}

#menu2-6z .nav-dropdown-sm .link:focus,
#menu2-6z .nav-dropdown-sm .link:hover,
#menu2-6z .nav-dropdown-sm .dropdown-item:focus,
#menu2-6z .nav-dropdown-sm .dropdown-item:hover {
    background: #f7f7f7 !important;
}

#menu2-6z .navbar,
#menu2-6z .nav-dropdown-sm,
#menu2-6z .nav-dropdown-sm .link[aria-expanded="true"],
#menu2-6z .nav-dropdown-sm .dropdown-menu {
    background: #ffffff;
}

#menu2-6z .bg-color.transparent .link {
    color: #2b4484;
    transition: none;
}

#menu2-6z .bg-color.transparent.opened .link {
    transition: color 0.2s ease-in-out;
}

    #menu2-6z .bg-color.transparent.opened .link:hover,
    #menu2-6z .bg-color.transparent.opened .link:focus {
        color: #bb412e;
    }

#menu2-6z .link[aria-expanded="true"],
#menu2-6z .dropdown-item[aria-expanded="true"] {
    color: #bb412e !important;
}

#custom-html-7k table {
    border-collapse: collapse;
    width: 50%;
    margin-top: 21px;
    margin-bottom: 25px;
    margin-right: 150px;
    margin-left: 400px;
}

#custom-html-7k a {
    color: #2f6d97;
    font-weight: bold;
}

#custom-html-7k th.dpt {
    /* department header */
    background-color: #2f6d97;
    color: white;
}

#custom-html-7k td {
    font-size: 14px;
}

#custom-html-7k th,
#custom-html-7k td {
    text-align: left;
    padding: 8px;
    color: #2f6d97;
}

#custom-html-7k tr:nth-child(even) {
    background-color: #f2f2f2;
}

#custom-html-7k th {
    background-color: #C5E0F1;
    color: #2f6d97;
}

#footer4-77 p {
    color: #000;
}

#footer4-77 P {
    color: #2b4484;
}

#menu2-7l .hide-buttons .nav-btn {
    display: none !important;
}

#menu2-7l .navbar-toggler {
    color: #2b4484;
}

#menu2-7l .close-icon::before,
#menu2-7l .close-icon::after {
    background-color: #2b4484;
}

#menu2-7l .link,
#menu2-7l .dropdown-item {
    color: #2b4484;
    font-family: 'Libre Franklin', serif;
}

#menu2-7l .link {
    font-size: 0.8rem;
}

#menu2-7l .dropdown-item,
#menu2-7l .nav-dropdown-sm .link {
    font-size: 0.866rem;
}

#menu2-7l .link:hover,
#menu2-7l .link:focus {
    color: #bb412e;
}

#menu2-7l .dropdown-item:hover::before,
#menu2-7l .dropdown-item:focus::before {
    background: #bb412e;
}

#menu2-7l .dropdown-item:hover,
#menu2-7l .dropdown-item:focus {
    color: #2b4484;
}

#menu2-7l .link[aria-expanded="true"],
#menu2-7l .dropdown-menu {
    background: #ffffff;
}

#menu2-7l .nav-dropdown-sm .link:focus,
#menu2-7l .nav-dropdown-sm .link:hover,
#menu2-7l .nav-dropdown-sm .dropdown-item:focus,
#menu2-7l .nav-dropdown-sm .dropdown-item:hover {
    background: #f7f7f7 !important;
}

#menu2-7l .navbar,
#menu2-7l .nav-dropdown-sm,
#menu2-7l .nav-dropdown-sm .link[aria-expanded="true"],
#menu2-7l .nav-dropdown-sm .dropdown-menu {
    background: #ffffff;
}

#menu2-7l .bg-color.transparent .link {
    color: #2b4484;
    transition: none;
}

#menu2-7l .bg-color.transparent.opened .link {
    transition: color 0.2s ease-in-out;
}

    #menu2-7l .bg-color.transparent.opened .link:hover,
    #menu2-7l .bg-color.transparent.opened .link:focus {
        color: #bb412e;
    }

#menu2-7l .link[aria-expanded="true"],
#menu2-7l .dropdown-item[aria-expanded="true"] {
    color: #bb412e !important;
}

#header6-mq H3 {
    font-size: 36px;
    text-align: center;
}

#footer4-7o p {
    color: #000;
}

#footer4-7o P {
    color: #2b4484;
}

#features21-t4 .card .mbr-iconfont {
    background: #031a47;
    border-color: #031a47;
}

#features21-t4 .mbr-table-cell {
    vertical-align: middle;
}

#features21-t4 .card-title {
    color: #2b4484;
}

#features21-t4 .card-text {
    color: #2b4484;
}

#menu2-83 .hide-buttons .nav-btn {
    display: none !important;
}

#menu2-83 .navbar-toggler {
    color: #2b4484;
}

#menu2-83 .close-icon::before,
#menu2-83 .close-icon::after {
    background-color: #2b4484;
}

#menu2-83 .link,
#menu2-83 .dropdown-item {
    color: #2b4484;
    font-family: 'Libre Franklin', serif;
}

#menu2-83 .link {
    font-size: 0.8rem;
}

#menu2-83 .dropdown-item,
#menu2-83 .nav-dropdown-sm .link {
    font-size: 0.866rem;
}

#menu2-83 .link:hover,
#menu2-83 .link:focus {
    color: #bb412e;
}

#menu2-83 .dropdown-item:hover::before,
#menu2-83 .dropdown-item:focus::before {
    background: #bb412e;
}

#menu2-83 .dropdown-item:hover,
#menu2-83 .dropdown-item:focus {
    color: #2b4484;
}

#menu2-83 .link[aria-expanded="true"],
#menu2-83 .dropdown-menu {
    background: #ffffff;
}

#menu2-83 .nav-dropdown-sm .link:focus,
#menu2-83 .nav-dropdown-sm .link:hover,
#menu2-83 .nav-dropdown-sm .dropdown-item:focus,
#menu2-83 .nav-dropdown-sm .dropdown-item:hover {
    background: #f7f7f7 !important;
}

#menu2-83 .navbar,
#menu2-83 .nav-dropdown-sm,
#menu2-83 .nav-dropdown-sm .link[aria-expanded="true"],
#menu2-83 .nav-dropdown-sm .dropdown-menu {
    background: #ffffff;
}

#menu2-83 .bg-color.transparent .link {
    color: #2b4484;
    transition: none;
}

#menu2-83 .bg-color.transparent.opened .link {
    transition: color 0.2s ease-in-out;
}

    #menu2-83 .bg-color.transparent.opened .link:hover,
    #menu2-83 .bg-color.transparent.opened .link:focus {
        color: #bb412e;
    }

#menu2-83 .link[aria-expanded="true"],
#menu2-83 .dropdown-item[aria-expanded="true"] {
    color: #bb412e !important;
}

#header6-mt H3 {
    font-size: 36px;
    text-align: center;
}

#features21-85 .card .mbr-iconfont {
    background: #031a47;
    border-color: #031a47;
}

#features21-85 .mbr-table-cell {
    vertical-align: middle;
}

#features21-85 .card-title {
    color: #2b4484;
}

#features21-85 .card-text {
    color: #2b4484;
}

    #features21-85 .card-text B {
        font-size: 24px;
    }

#footer4-86 p {
    color: #000;
}

#footer4-86 P {
    color: #2b4484;
}

#menu2-87 .hide-buttons .nav-btn {
    display: none !important;
}

#menu2-87 .navbar-toggler {
    color: #2b4484;
}

#menu2-87 .close-icon::before,
#menu2-87 .close-icon::after {
    background-color: #2b4484;
}

#menu2-87 .link,
#menu2-87 .dropdown-item {
    color: #2b4484;
    font-family: 'Libre Franklin', serif;
}

#menu2-87 .link {
    font-size: 0.8rem;
}

#menu2-87 .dropdown-item,
#menu2-87 .nav-dropdown-sm .link {
    font-size: 0.866rem;
}

#menu2-87 .link:hover,
#menu2-87 .link:focus {
    color: #bb412e;
}

#menu2-87 .dropdown-item:hover::before,
#menu2-87 .dropdown-item:focus::before {
    background: #bb412e;
}

#menu2-87 .dropdown-item:hover,
#menu2-87 .dropdown-item:focus {
    color: #2b4484;
}

#menu2-87 .link[aria-expanded="true"],
#menu2-87 .dropdown-menu {
    background: #ffffff;
}

#menu2-87 .nav-dropdown-sm .link:focus,
#menu2-87 .nav-dropdown-sm .link:hover,
#menu2-87 .nav-dropdown-sm .dropdown-item:focus,
#menu2-87 .nav-dropdown-sm .dropdown-item:hover {
    background: #f7f7f7 !important;
}

#menu2-87 .navbar,
#menu2-87 .nav-dropdown-sm,
#menu2-87 .nav-dropdown-sm .link[aria-expanded="true"],
#menu2-87 .nav-dropdown-sm .dropdown-menu {
    background: #ffffff;
}

#menu2-87 .bg-color.transparent .link {
    color: #2b4484;
    transition: none;
}

#menu2-87 .bg-color.transparent.opened .link {
    transition: color 0.2s ease-in-out;
}

    #menu2-87 .bg-color.transparent.opened .link:hover,
    #menu2-87 .bg-color.transparent.opened .link:focus {
        color: #bb412e;
    }

#menu2-87 .link[aria-expanded="true"],
#menu2-87 .dropdown-item[aria-expanded="true"] {
    color: #bb412e !important;
}

#header6-nw H3 {
    text-align: center;
    font-size: 36px;
}

#features21-89 .card .mbr-iconfont {
    background: #2b4484;
    border-color: #2b4484;
}

#features21-89 .mbr-table-cell {
    vertical-align: middle;
}

#features21-89 .card-title {
    color: #2b4484;
}

#features21-89 .card-text {
    color: #2b4484;
}

    #features21-89 .card-text B {
        font-size: 24px;
    }

#footer4-8a p {
    color: #000;
}

#footer4-8a P {
    color: #2b4484;
}

#menu2-8b .hide-buttons .nav-btn {
    display: none !important;
}

#menu2-8b .navbar-toggler {
    color: #2b4484;
}

#menu2-8b .close-icon::before,
#menu2-8b .close-icon::after {
    background-color: #2b4484;
}

#menu2-8b .link,
#menu2-8b .dropdown-item {
    color: #2b4484;
    font-family: 'Libre Franklin', serif;
}

#menu2-8b .link {
    font-size: 0.8rem;
}

#menu2-8b .dropdown-item,
#menu2-8b .nav-dropdown-sm .link {
    font-size: 0.866rem;
}

#menu2-8b .link:hover,
#menu2-8b .link:focus {
    color: #bb412e;
}

#menu2-8b .dropdown-item:hover::before,
#menu2-8b .dropdown-item:focus::before {
    background: #bb412e;
}

#menu2-8b .dropdown-item:hover,
#menu2-8b .dropdown-item:focus {
    color: #2b4484;
}

#menu2-8b .link[aria-expanded="true"],
#menu2-8b .dropdown-menu {
    background: #ffffff;
}

#menu2-8b .nav-dropdown-sm .link:focus,
#menu2-8b .nav-dropdown-sm .link:hover,
#menu2-8b .nav-dropdown-sm .dropdown-item:focus,
#menu2-8b .nav-dropdown-sm .dropdown-item:hover {
    background: #f7f7f7 !important;
}

#menu2-8b .navbar,
#menu2-8b .nav-dropdown-sm,
#menu2-8b .nav-dropdown-sm .link[aria-expanded="true"],
#menu2-8b .nav-dropdown-sm .dropdown-menu {
    background: #ffffff;
}

#menu2-8b .bg-color.transparent .link {
    color: #2b4484;
    transition: none;
}

#menu2-8b .bg-color.transparent.opened .link {
    transition: color 0.2s ease-in-out;
}

    #menu2-8b .bg-color.transparent.opened .link:hover,
    #menu2-8b .bg-color.transparent.opened .link:focus {
        color: #bb412e;
    }

#menu2-8b .link[aria-expanded="true"],
#menu2-8b .dropdown-item[aria-expanded="true"] {
    color: #bb412e !important;
}

#header6-ny H3 {
    text-align: center;
    font-size: 36px;
}

#features21-8d .card .mbr-iconfont {
    background: #2b4484;
    border-color: #2b4484;
}

#features21-8d .mbr-table-cell {
    vertical-align: middle;
}

#features21-8d .card .mbr-iconfont {
    background: #2b4484;
    border-color: #2b4484;
}

#features21-8d .mbr-table-cell {
    vertical-align: middle;
}

#features21-8d .heading-title {
    font-size: 36px;
}

#features21-8d .card-title {
    font-size: 16px;
}

#features21-8d .card-text {
    font-size: 14px;
    color: #2b4484;
}

#features21-8d .heading-title B {
    color: #2b4484;
}

#features21-8d .card-title B {
    color: #2b4484;
}

#footer4-8e p {
    color: #000;
}

#footer4-8e P {
    color: #2b4484;
}

#features21-8f .card .mbr-iconfont {
    background: #2b4484;
    border-color: #2b4484;
}

#features21-8f .mbr-table-cell {
    vertical-align: middle;
}

#features21-8f .card .mbr-iconfont {
    background: #031a47;
    border-color: #031a47;
}

#features21-8f .mbr-table-cell {
    vertical-align: middle;
}

#features21-8f .heading-title {
    font-size: 36px;
}

#menu2-8h .hide-buttons .nav-btn {
    display: none !important;
}

#menu2-8h .navbar-toggler {
    color: #2b4484;
}

#menu2-8h .close-icon::before,
#menu2-8h .close-icon::after {
    background-color: #2b4484;
}

#menu2-8h .link,
#menu2-8h .dropdown-item {
    color: #2b4484;
    font-family: 'Libre Franklin', serif;
}

#menu2-8h .link {
    font-size: 0.8rem;
}

#menu2-8h .dropdown-item,
#menu2-8h .nav-dropdown-sm .link {
    font-size: 0.866rem;
}

#menu2-8h .link:hover,
#menu2-8h .link:focus {
    color: #bb412e;
}

#menu2-8h .dropdown-item:hover::before,
#menu2-8h .dropdown-item:focus::before {
    background: #bb412e;
}

#menu2-8h .dropdown-item:hover,
#menu2-8h .dropdown-item:focus {
    color: #2b4484;
}

#menu2-8h .link[aria-expanded="true"],
#menu2-8h .dropdown-menu {
    background: #ffffff;
}

#menu2-8h .nav-dropdown-sm .link:focus,
#menu2-8h .nav-dropdown-sm .link:hover,
#menu2-8h .nav-dropdown-sm .dropdown-item:focus,
#menu2-8h .nav-dropdown-sm .dropdown-item:hover {
    background: #f7f7f7 !important;
}

#menu2-8h .navbar,
#menu2-8h .nav-dropdown-sm,
#menu2-8h .nav-dropdown-sm .link[aria-expanded="true"],
#menu2-8h .nav-dropdown-sm .dropdown-menu {
    background: #ffffff;
}

#menu2-8h .bg-color.transparent .link {
    color: #2b4484;
    transition: none;
}

#menu2-8h .bg-color.transparent.opened .link {
    transition: color 0.2s ease-in-out;
}

    #menu2-8h .bg-color.transparent.opened .link:hover,
    #menu2-8h .bg-color.transparent.opened .link:focus {
        color: #bb412e;
    }

#menu2-8h .link[aria-expanded="true"],
#menu2-8h .dropdown-item[aria-expanded="true"] {
    color: #bb412e !important;
}

#header6-no H3 {
    text-align: center;
    font-size: 36px;
}

#features21-8l .card .mbr-iconfont {
    background: #2b4484;
    border-color: #2b4484;
}

#features21-8l .mbr-table-cell {
    vertical-align: middle;
}

#features21-8l .card-title {
    color: #2b4484;
}

#features21-8l .card-text {
    color: #2b4484;
}

    #features21-8l .card-text B {
        font-size: 16px;
    }

    #features21-8l .card-text I {
        font-size: 24px;
    }

#footer4-8k p {
    color: #000;
}

#footer4-8k P {
    color: #2b4484;
}

#menu2-8m .hide-buttons .nav-btn {
    display: none !important;
}

#menu2-8m .navbar-toggler {
    color: #2b4484;
}

#menu2-8m .close-icon::before,
#menu2-8m .close-icon::after {
    background-color: #2b4484;
}

#menu2-8m .link,
#menu2-8m .dropdown-item {
    color: #2b4484;
    font-family: 'Libre Franklin', serif;
}

#menu2-8m .link {
    font-size: 0.8rem;
}

#menu2-8m .dropdown-item,
#menu2-8m .nav-dropdown-sm .link {
    font-size: 0.866rem;
}

#menu2-8m .link:hover,
#menu2-8m .link:focus {
    color: #bb412e;
}

#menu2-8m .dropdown-item:hover::before,
#menu2-8m .dropdown-item:focus::before {
    background: #bb412e;
}

#menu2-8m .dropdown-item:hover,
#menu2-8m .dropdown-item:focus {
    color: #2b4484;
}

#menu2-8m .link[aria-expanded="true"],
#menu2-8m .dropdown-menu {
    background: #ffffff;
}

#menu2-8m .nav-dropdown-sm .link:focus,
#menu2-8m .nav-dropdown-sm .link:hover,
#menu2-8m .nav-dropdown-sm .dropdown-item:focus,
#menu2-8m .nav-dropdown-sm .dropdown-item:hover {
    background: #f7f7f7 !important;
}

#menu2-8m .navbar,
#menu2-8m .nav-dropdown-sm,
#menu2-8m .nav-dropdown-sm .link[aria-expanded="true"],
#menu2-8m .nav-dropdown-sm .dropdown-menu {
    background: #ffffff;
}

#menu2-8m .bg-color.transparent .link {
    color: #2b4484;
    transition: none;
}

#menu2-8m .bg-color.transparent.opened .link {
    transition: color 0.2s ease-in-out;
}

    #menu2-8m .bg-color.transparent.opened .link:hover,
    #menu2-8m .bg-color.transparent.opened .link:focus {
        color: #bb412e;
    }

#menu2-8m .link[aria-expanded="true"],
#menu2-8m .dropdown-item[aria-expanded="true"] {
    color: #bb412e !important;
}

#header6-nv H3 {
    text-align: center;
    font-size: 36px;
}

#features21-8o .card .mbr-iconfont {
    background: #031a47;
    border-color: #031a47;
}

#features21-8o .mbr-table-cell {
    vertical-align: middle;
}

#features21-8o .card-title {
    color: #2b4484;
}

#features21-8o .card-text {
    color: #2b4484;
}

    #features21-8o .card-text B {
        font-size: 16px;
    }

    #features21-8o .card-text I {
        font-size: 24px;
    }

#footer4-8p p {
    color: #000;
}

#footer4-8p P {
    color: #2b4484;
}

#menu2-8q .hide-buttons .nav-btn {
    display: none !important;
}

#menu2-8q .navbar-toggler {
    color: #2b4484;
}

#menu2-8q .close-icon::before,
#menu2-8q .close-icon::after {
    background-color: #2b4484;
}

#menu2-8q .link,
#menu2-8q .dropdown-item {
    color: #2b4484;
    font-family: 'Libre Franklin', serif;
}

#menu2-8q .link {
    font-size: 0.8rem;
}

#menu2-8q .dropdown-item,
#menu2-8q .nav-dropdown-sm .link {
    font-size: 0.866rem;
}

#menu2-8q .link:hover,
#menu2-8q .link:focus {
    color: #bb412e;
}

#menu2-8q .dropdown-item:hover::before,
#menu2-8q .dropdown-item:focus::before {
    background: #bb412e;
}

#menu2-8q .dropdown-item:hover,
#menu2-8q .dropdown-item:focus {
    color: #2b4484;
}

#menu2-8q .link[aria-expanded="true"],
#menu2-8q .dropdown-menu {
    background: #ffffff;
}

#menu2-8q .nav-dropdown-sm .link:focus,
#menu2-8q .nav-dropdown-sm .link:hover,
#menu2-8q .nav-dropdown-sm .dropdown-item:focus,
#menu2-8q .nav-dropdown-sm .dropdown-item:hover {
    background: #f7f7f7 !important;
}

#menu2-8q .navbar,
#menu2-8q .nav-dropdown-sm,
#menu2-8q .nav-dropdown-sm .link[aria-expanded="true"],
#menu2-8q .nav-dropdown-sm .dropdown-menu {
    background: #ffffff;
}

#menu2-8q .bg-color.transparent .link {
    color: #2b4484;
    transition: none;
}

#menu2-8q .bg-color.transparent.opened .link {
    transition: color 0.2s ease-in-out;
}

    #menu2-8q .bg-color.transparent.opened .link:hover,
    #menu2-8q .bg-color.transparent.opened .link:focus {
        color: #bb412e;
    }

#menu2-8q .link[aria-expanded="true"],
#menu2-8q .dropdown-item[aria-expanded="true"] {
    color: #bb412e !important;
}

#header6-nu H3 {
    text-align: center;
    font-size: 36px;
}

#features21-8s .card .mbr-iconfont {
    background: #031a47;
    border-color: #031a47;
}

#features21-8s .mbr-table-cell {
    vertical-align: middle;
}

#features21-8s .card-title {
    color: #2b4484;
}

#features21-8s .card-text {
    color: #2b4484;
}

    #features21-8s .card-text B {
        font-size: 16px;
    }

    #features21-8s .card-text I {
        font-size: 24px;
    }

#footer4-8t p {
    color: #000;
}

#footer4-8t P {
    color: #2b4484;
}

#menu2-8v .hide-buttons .nav-btn {
    display: none !important;
}

#menu2-8v .navbar-toggler {
    color: #2b4484;
}

#menu2-8v .close-icon::before,
#menu2-8v .close-icon::after {
    background-color: #2b4484;
}

#menu2-8v .link,
#menu2-8v .dropdown-item {
    color: #2b4484;
    font-family: 'Libre Franklin', serif;
}

#menu2-8v .link {
    font-size: 0.8rem;
}

#menu2-8v .dropdown-item,
#menu2-8v .nav-dropdown-sm .link {
    font-size: 0.866rem;
}

#menu2-8v .link:hover,
#menu2-8v .link:focus {
    color: #bb412e;
}

#menu2-8v .dropdown-item:hover::before,
#menu2-8v .dropdown-item:focus::before {
    background: #bb412e;
}

#menu2-8v .dropdown-item:hover,
#menu2-8v .dropdown-item:focus {
    color: #2b4484;
}

#menu2-8v .link[aria-expanded="true"],
#menu2-8v .dropdown-menu {
    background: #ffffff;
}

#menu2-8v .nav-dropdown-sm .link:focus,
#menu2-8v .nav-dropdown-sm .link:hover,
#menu2-8v .nav-dropdown-sm .dropdown-item:focus,
#menu2-8v .nav-dropdown-sm .dropdown-item:hover {
    background: #f7f7f7 !important;
}

#menu2-8v .navbar,
#menu2-8v .nav-dropdown-sm,
#menu2-8v .nav-dropdown-sm .link[aria-expanded="true"],
#menu2-8v .nav-dropdown-sm .dropdown-menu {
    background: #ffffff;
}

#menu2-8v .bg-color.transparent .link {
    color: #2b4484;
    transition: none;
}

#menu2-8v .bg-color.transparent.opened .link {
    transition: color 0.2s ease-in-out;
}

    #menu2-8v .bg-color.transparent.opened .link:hover,
    #menu2-8v .bg-color.transparent.opened .link:focus {
        color: #bb412e;
    }

#menu2-8v .link[aria-expanded="true"],
#menu2-8v .dropdown-item[aria-expanded="true"] {
    color: #bb412e !important;
}

#header6-8w H3 {
    font-size: 36px;
}

#header6-8w SPAN {
    font-size: 60px;
}

#content5-90 .mbr-section-title,
#content5-90 .mbr-section-subtitle {
    margin-bottom: 1rem;
    color: #ffffff;
}

#content5-90 .mbr-table-cell {
    vertical-align: middle;
}

#content5-90 .heading-title {
    font-size: 36px;
    color: #2b4484;
}

#content5-90 .heading-text {
    text-align: left;
    color: #2b4484;
}

#footer4-96 p {
    color: #000;
}

#footer4-96 P {
    color: #2b4484;
}

#menu2-97 .hide-buttons .nav-btn {
    display: none !important;
}

#menu2-97 .navbar-toggler {
    color: #2b4484;
}

#menu2-97 .close-icon::before,
#menu2-97 .close-icon::after {
    background-color: #2b4484;
}

#menu2-97 .link,
#menu2-97 .dropdown-item {
    color: #2b4484;
    font-family: 'Libre Franklin', serif;
}

#menu2-97 .link {
    font-size: 0.8rem;
}

#menu2-97 .dropdown-item,
#menu2-97 .nav-dropdown-sm .link {
    font-size: 0.866rem;
}

#menu2-97 .link:hover,
#menu2-97 .link:focus {
    color: #bb412e;
}

#menu2-97 .dropdown-item:hover::before,
#menu2-97 .dropdown-item:focus::before {
    background: #bb412e;
}

#menu2-97 .dropdown-item:hover,
#menu2-97 .dropdown-item:focus {
    color: #2b4484;
}

#menu2-97 .link[aria-expanded="true"],
#menu2-97 .dropdown-menu {
    background: #ffffff;
}

#menu2-97 .nav-dropdown-sm .link:focus,
#menu2-97 .nav-dropdown-sm .link:hover,
#menu2-97 .nav-dropdown-sm .dropdown-item:focus,
#menu2-97 .nav-dropdown-sm .dropdown-item:hover {
    background: #f7f7f7 !important;
}

#menu2-97 .navbar,
#menu2-97 .nav-dropdown-sm,
#menu2-97 .nav-dropdown-sm .link[aria-expanded="true"],
#menu2-97 .nav-dropdown-sm .dropdown-menu {
    background: #ffffff;
}

#menu2-97 .bg-color.transparent .link {
    color: #2b4484;
    transition: none;
}

#menu2-97 .bg-color.transparent.opened .link {
    transition: color 0.2s ease-in-out;
}

    #menu2-97 .bg-color.transparent.opened .link:hover,
    #menu2-97 .bg-color.transparent.opened .link:focus {
        color: #bb412e;
    }

#menu2-97 .link[aria-expanded="true"],
#menu2-97 .dropdown-item[aria-expanded="true"] {
    color: #bb412e !important;
}

#header6-98 H3 {
    font-size: 36px;
}

#header6-98 SPAN {
    font-size: 60px;
}

#features21-9f .card .mbr-iconfont {
    background: #fffffd;
    border-color: #fffffd;
}

#features21-9f .mbr-table-cell {
    vertical-align: middle;
}

#features21-9f .heading-title {
    color: #2b4484;
}

#features21-9f .card-title {
    color: #2b4484;
}

#features21-9f .card-text {
    color: #2b4484;
}

#features21-9f .card-title B {
    font-size: 16px;
}

#footer4-9a p {
    color: #000;
}

#footer4-9a P {
    color: #2b4484;
}

#menu2-9r .hide-buttons .nav-btn {
    display: none !important;
}

#menu2-9r .navbar-toggler {
    color: #2b4484;
}

#menu2-9r .close-icon::before,
#menu2-9r .close-icon::after {
    background-color: #2b4484;
}

#menu2-9r .link,
#menu2-9r .dropdown-item {
    color: #2b4484;
    font-family: 'Libre Franklin', serif;
}

#menu2-9r .link {
    font-size: 0.8rem;
}

#menu2-9r .dropdown-item,
#menu2-9r .nav-dropdown-sm .link {
    font-size: 0.866rem;
}

#menu2-9r .link:hover,
#menu2-9r .link:focus {
    color: #bb412e;
}

#menu2-9r .dropdown-item:hover::before,
#menu2-9r .dropdown-item:focus::before {
    background: #bb412e;
}

#menu2-9r .dropdown-item:hover,
#menu2-9r .dropdown-item:focus {
    color: #2b4484;
}

#menu2-9r .link[aria-expanded="true"],
#menu2-9r .dropdown-menu {
    background: #ffffff;
}

#menu2-9r .nav-dropdown-sm .link:focus,
#menu2-9r .nav-dropdown-sm .link:hover,
#menu2-9r .nav-dropdown-sm .dropdown-item:focus,
#menu2-9r .nav-dropdown-sm .dropdown-item:hover {
    background: #f7f7f7 !important;
}

#menu2-9r .navbar,
#menu2-9r .nav-dropdown-sm,
#menu2-9r .nav-dropdown-sm .link[aria-expanded="true"],
#menu2-9r .nav-dropdown-sm .dropdown-menu {
    background: #ffffff;
}

#menu2-9r .bg-color.transparent .link {
    color: #2b4484;
    transition: none;
}

#menu2-9r .bg-color.transparent.opened .link {
    transition: color 0.2s ease-in-out;
}

    #menu2-9r .bg-color.transparent.opened .link:hover,
    #menu2-9r .bg-color.transparent.opened .link:focus {
        color: #bb412e;
    }

#menu2-9r .link[aria-expanded="true"],
#menu2-9r .dropdown-item[aria-expanded="true"] {
    color: #bb412e !important;
}

#header6-ns H3 {
    text-align: center;
    font-size: 36px;
}

#features21-9t .card .mbr-iconfont {
    background: #2b4484;
    border-color: #2b4484;
}

#features21-9t .mbr-table-cell {
    vertical-align: middle;
}

#features21-9t .card-title {
    color: #2b4484;
}

#features21-9t .card-text {
    color: #2b4484;
}

    #features21-9t .card-text B {
        font-size: 16px;
    }

    #features21-9t .card-text I {
        font-size: 24px;
    }

#footer4-9u p {
    color: #000;
}

#footer4-9u P {
    color: #2b4484;
}

#menu2-a7 .hide-buttons .nav-btn {
    display: none !important;
}

#menu2-a7 .navbar-toggler {
    color: #2b4484;
}

#menu2-a7 .close-icon::before,
#menu2-a7 .close-icon::after {
    background-color: #2b4484;
}

#menu2-a7 .link,
#menu2-a7 .dropdown-item {
    color: #2b4484;
    font-family: 'Libre Franklin', serif;
}

#menu2-a7 .link {
    font-size: 0.8rem;
}

#menu2-a7 .dropdown-item,
#menu2-a7 .nav-dropdown-sm .link {
    font-size: 0.866rem;
}

#menu2-a7 .link:hover,
#menu2-a7 .link:focus {
    color: #bb412e;
}

#menu2-a7 .dropdown-item:hover::before,
#menu2-a7 .dropdown-item:focus::before {
    background: #bb412e;
}

#menu2-a7 .dropdown-item:hover,
#menu2-a7 .dropdown-item:focus {
    color: #2b4484;
}

#menu2-a7 .link[aria-expanded="true"],
#menu2-a7 .dropdown-menu {
    background: #ffffff;
}

#menu2-a7 .nav-dropdown-sm .link:focus,
#menu2-a7 .nav-dropdown-sm .link:hover,
#menu2-a7 .nav-dropdown-sm .dropdown-item:focus,
#menu2-a7 .nav-dropdown-sm .dropdown-item:hover {
    background: #f7f7f7 !important;
}

#menu2-a7 .navbar,
#menu2-a7 .nav-dropdown-sm,
#menu2-a7 .nav-dropdown-sm .link[aria-expanded="true"],
#menu2-a7 .nav-dropdown-sm .dropdown-menu {
    background: #ffffff;
}

#menu2-a7 .bg-color.transparent .link {
    color: #2b4484;
    transition: none;
}

#menu2-a7 .bg-color.transparent.opened .link {
    transition: color 0.2s ease-in-out;
}

    #menu2-a7 .bg-color.transparent.opened .link:hover,
    #menu2-a7 .bg-color.transparent.opened .link:focus {
        color: #bb412e;
    }

#menu2-a7 .link[aria-expanded="true"],
#menu2-a7 .dropdown-item[aria-expanded="true"] {
    color: #bb412e !important;
}

#header6-nn H3 {
    text-align: center;
    font-size: 36px;
}

#content3-ac .mbr-section-title,
#content3-ac .mbr-section-subtitle {
    text-align: center;
}

#content3-ac H1 {
    color: #2b4484;
    font-size: 30px;
}

#features22-q7 .card .mbr-iconfont {
    background: #3c61ec;
    border-color: #3c61ec;
}

#features22-q7 .card-title {
    color: #094587;
}

#features22-q7 .card-text {
    color: #094587;
}

#features21-a9 .card .mbr-iconfont {
    background: #031a47;
    border-color: #031a47;
}

#features21-a9 .mbr-table-cell {
    vertical-align: middle;
}

#features21-a9 .card-title {
    color: #2b4484;
}

#features21-a9 .card-text {
    color: #2b4484;
    font-size: 15px;
}

    #features21-a9 .card-text B {
        font-size: 24px;
    }

#features21-a9 .card-title B {
    font-size: 21px;
}

#footer4-aa p {
    color: #000;
}

#footer4-aa P {
    color: #2b4484;
}

#menu2-22 .hide-buttons .nav-btn {
    display: none !important;
}

#menu2-22 .navbar-toggler {
    color: #2b4484;
}

#menu2-22 .close-icon::before,
#menu2-22 .close-icon::after {
    background-color: #2b4484;
}

#menu2-22 .link,
#menu2-22 .dropdown-item {
    color: #2b4484;
    font-family: 'Libre Franklin', serif;
}

#menu2-22 .link {
    font-size: 0.8rem;
}

#menu2-22 .dropdown-item,
#menu2-22 .nav-dropdown-sm .link {
    font-size: 0.866rem;
}

#menu2-22 .link:hover,
#menu2-22 .link:focus {
    color: #bb412e;
}

#menu2-22 .dropdown-item:hover::before,
#menu2-22 .dropdown-item:focus::before {
    background: #bb412e;
}

#menu2-22 .dropdown-item:hover,
#menu2-22 .dropdown-item:focus {
    color: #2b4484;
}

#menu2-22 .link[aria-expanded="true"],
#menu2-22 .dropdown-menu {
    background: #ffffff;
}

#menu2-22 .nav-dropdown-sm .link:focus,
#menu2-22 .nav-dropdown-sm .link:hover,
#menu2-22 .nav-dropdown-sm .dropdown-item:focus,
#menu2-22 .nav-dropdown-sm .dropdown-item:hover {
    background: #f7f7f7 !important;
}

#menu2-22 .navbar,
#menu2-22 .nav-dropdown-sm,
#menu2-22 .nav-dropdown-sm .link[aria-expanded="true"],
#menu2-22 .nav-dropdown-sm .dropdown-menu {
    background: #ffffff;
}

#menu2-22 .bg-color.transparent .link {
    color: #2b4484;
    transition: none;
}

#menu2-22 .bg-color.transparent.opened .link {
    transition: color 0.2s ease-in-out;
}

    #menu2-22 .bg-color.transparent.opened .link:hover,
    #menu2-22 .bg-color.transparent.opened .link:focus {
        color: #bb412e;
    }

#menu2-22 .link[aria-expanded="true"],
#menu2-22 .dropdown-item[aria-expanded="true"] {
    color: #bb412e !important;
}

#header6-34 H3 {
    font-size: 36px;
}

#header6-34 SPAN {
    font-size: 60px;
}

#features21-24 .card .mbr-iconfont {
    background: #fffffd;
    border-color: #fffffd;
}

#features21-24 .mbr-table-cell {
    vertical-align: middle;
}

#features21-24 .card .mbr-iconfont {
    background: #fffffd;
    border-color: #fffffd;
}

#features21-24 .mbr-table-cell {
    vertical-align: middle;
}

#features21-24 .heading-title {
    font-size: 36px;
}

#features21-24 .card-title {
    font-size: 16px;
    color: #2b4484;
}

#features21-24 .card-text {
    font-size: 14px;
}

#features21-24 .heading-title B {
    color: #2b4484;
}

#features9-29 .mbr-iconfont {
    color: #2b4484;
    border-color: #2b4484;
}

#features9-29 .card-text {
    color: #2b4484;
}

#features9-2a .mbr-iconfont {
    color: #2b4484;
    border-color: #2b4484;
}

#features9-2a .mbr-iconfont {
    color: #2b4484;
    border-color: #2b4484;
}

#features9-2a .card-text {
    color: #2b4484;
}

#content5-al .mbr-section-title,
#content5-al .mbr-section-subtitle {
    margin-bottom: 1rem;
    color: #ffffff;
}

#content5-al .mbr-table-cell {
    vertical-align: middle;
}

#content5-al .heading-title {
    font-size: 48px;
    color: #2b4484;
}

#content5-al .heading-text {
    text-align: left;
    color: #2b4484;
}

#content5-2j .mbr-section-title,
#content5-2j .mbr-section-subtitle {
    margin-bottom: 1rem;
    color: #ffffff;
}

#content5-2j .mbr-table-cell {
    vertical-align: middle;
}

#content5-2j .heading-title {
    font-size: 48px;
    color: #2b4484;
}

#content5-2j .heading-text {
    text-align: left;
    color: #2b4484;
}

#content5-2k .mbr-section-title,
#content5-2k .mbr-section-subtitle {
    margin-bottom: 1rem;
    color: #ffffff;
}

#content5-2k .mbr-table-cell {
    vertical-align: middle;
}

#content5-2k .heading-title {
    font-size: 48px;
    color: #2b4484;
}

#content5-2k .heading-text {
    text-align: left;
    color: #2b4484;
}

    #content5-2k .heading-text SPAN {
        color: #2b4484;
    }

#content5-2l .mbr-section-title,
#content5-2l .mbr-section-subtitle {
    margin-bottom: 1rem;
    color: #ffffff;
}

#content5-2l .mbr-table-cell {
    vertical-align: middle;
}

#content5-2l .heading-title {
    font-size: 48px;
    color: #2b4484;
}

#content5-2l .heading-text {
    text-align: left;
    color: #2b4484;
}

    #content5-2l .heading-text SPAN {
        color: #2b4484;
    }

#content5-2n .mbr-section-title,
#content5-2n .mbr-section-subtitle {
    margin-bottom: 1rem;
    color: #ffffff;
}

#content5-2n .mbr-table-cell {
    vertical-align: middle;
}

#content5-2n .heading-title {
    font-size: 48px;
    color: #2b4484;
}

#content5-2n .heading-text {
    text-align: left;
    color: #2b4484;
}

#footer4-25 p {
    color: #000;
}

#footer4-25 P {
    color: #2b4484;
}

#menu2-b2 .hide-buttons .nav-btn {
    display: none !important;
}

#menu2-b2 .navbar-toggler {
    color: #2b4484;
}

#menu2-b2 .close-icon::before,
#menu2-b2 .close-icon::after {
    background-color: #2b4484;
}

#menu2-b2 .link,
#menu2-b2 .dropdown-item {
    color: #2b4484;
    font-family: 'Libre Franklin', serif;
}

#menu2-b2 .link {
    font-size: 0.8rem;
}

#menu2-b2 .dropdown-item,
#menu2-b2 .nav-dropdown-sm .link {
    font-size: 0.866rem;
}

#menu2-b2 .link:hover,
#menu2-b2 .link:focus {
    color: #bb412e;
}

#menu2-b2 .dropdown-item:hover::before,
#menu2-b2 .dropdown-item:focus::before {
    background: #bb412e;
}

#menu2-b2 .dropdown-item:hover,
#menu2-b2 .dropdown-item:focus {
    color: #2b4484;
}

#menu2-b2 .link[aria-expanded="true"],
#menu2-b2 .dropdown-menu {
    background: #ffffff;
}

#menu2-b2 .nav-dropdown-sm .link:focus,
#menu2-b2 .nav-dropdown-sm .link:hover,
#menu2-b2 .nav-dropdown-sm .dropdown-item:focus,
#menu2-b2 .nav-dropdown-sm .dropdown-item:hover {
    background: #f7f7f7 !important;
}

#menu2-b2 .navbar,
#menu2-b2 .nav-dropdown-sm,
#menu2-b2 .nav-dropdown-sm .link[aria-expanded="true"],
#menu2-b2 .nav-dropdown-sm .dropdown-menu {
    background: #ffffff;
}

#menu2-b2 .bg-color.transparent .link {
    color: #2b4484;
    transition: none;
}

#menu2-b2 .bg-color.transparent.opened .link {
    transition: color 0.2s ease-in-out;
}

    #menu2-b2 .bg-color.transparent.opened .link:hover,
    #menu2-b2 .bg-color.transparent.opened .link:focus {
        color: #bb412e;
    }

#menu2-b2 .link[aria-expanded="true"],
#menu2-b2 .dropdown-item[aria-expanded="true"] {
    color: #bb412e !important;
}

#header6-bd H3 {
    font-size: 36px;
}

#header6-bd B {
    font-size: 32px;
}

#pricing-table3-bc UL {
    text-align: left;
    color: #094587;
}

#pricing-table3-bc .mbr-price-figure {
    font-size: 36px;
}

#footer4-b6 p {
    color: #000;
}

#footer4-b6 P {
    color: #2b4484;
}

#menu2-c1 .hide-buttons .nav-btn {
    display: none !important;
}

#menu2-c1 .navbar-toggler {
    color: #2b4484;
}

#menu2-c1 .close-icon::before,
#menu2-c1 .close-icon::after {
    background-color: #2b4484;
}

#menu2-c1 .link,
#menu2-c1 .dropdown-item {
    color: #2b4484;
    font-family: 'Libre Franklin', serif;
}

#menu2-c1 .link {
    font-size: 0.8rem;
}

#menu2-c1 .dropdown-item,
#menu2-c1 .nav-dropdown-sm .link {
    font-size: 0.866rem;
}

#menu2-c1 .link:hover,
#menu2-c1 .link:focus {
    color: #bb412e;
}

#menu2-c1 .dropdown-item:hover::before,
#menu2-c1 .dropdown-item:focus::before {
    background: #bb412e;
}

#menu2-c1 .dropdown-item:hover,
#menu2-c1 .dropdown-item:focus {
    color: #2b4484;
}

#menu2-c1 .link[aria-expanded="true"],
#menu2-c1 .dropdown-menu {
    background: #ffffff;
}

#menu2-c1 .nav-dropdown-sm .link:focus,
#menu2-c1 .nav-dropdown-sm .link:hover,
#menu2-c1 .nav-dropdown-sm .dropdown-item:focus,
#menu2-c1 .nav-dropdown-sm .dropdown-item:hover {
    background: #f7f7f7 !important;
}

#menu2-c1 .navbar,
#menu2-c1 .nav-dropdown-sm,
#menu2-c1 .nav-dropdown-sm .link[aria-expanded="true"],
#menu2-c1 .nav-dropdown-sm .dropdown-menu {
    background: #ffffff;
}

#menu2-c1 .bg-color.transparent .link {
    color: #2b4484;
    transition: none;
}

#menu2-c1 .bg-color.transparent.opened .link {
    transition: color 0.2s ease-in-out;
}

    #menu2-c1 .bg-color.transparent.opened .link:hover,
    #menu2-c1 .bg-color.transparent.opened .link:focus {
        color: #bb412e;
    }

#menu2-c1 .link[aria-expanded="true"],
#menu2-c1 .dropdown-item[aria-expanded="true"] {
    color: #bb412e !important;
}

#header6-c2 H3 {
    font-size: 36px;
}

#header6-c2 SPAN {
    font-size: 60px;
}

#features21-c3 .card .mbr-iconfont {
    background: #fffffd;
    border-color: #fffffd;
}

#features21-c3 .mbr-table-cell {
    vertical-align: middle;
}

#features21-c3 .heading-title {
    color: #2b4484;
}

#features21-c3 .card-title {
    color: #2b4484;
}

#features21-c3 .card-text {
    color: #2b4484;
}

#features21-c3 .card-title B {
    font-size: 16px;
}

#footer4-c4 p {
    color: #000;
}

#footer4-c4 P {
    color: #2b4484;
}

#menu2-ca .hide-buttons .nav-btn {
    display: none !important;
}

#menu2-ca .navbar-toggler {
    color: #2b4484;
}

#menu2-ca .close-icon::before,
#menu2-ca .close-icon::after {
    background-color: #2b4484;
}

#menu2-ca .link,
#menu2-ca .dropdown-item {
    color: #2b4484;
    font-family: 'Libre Franklin', serif;
}

#menu2-ca .link {
    font-size: 0.8rem;
}

#menu2-ca .dropdown-item,
#menu2-ca .nav-dropdown-sm .link {
    font-size: 0.866rem;
}

#menu2-ca .link:hover,
#menu2-ca .link:focus {
    color: #bb412e;
}

#menu2-ca .dropdown-item:hover::before,
#menu2-ca .dropdown-item:focus::before {
    background: #bb412e;
}

#menu2-ca .dropdown-item:hover,
#menu2-ca .dropdown-item:focus {
    color: #2b4484;
}

#menu2-ca .link[aria-expanded="true"],
#menu2-ca .dropdown-menu {
    background: #ffffff;
}

#menu2-ca .nav-dropdown-sm .link:focus,
#menu2-ca .nav-dropdown-sm .link:hover,
#menu2-ca .nav-dropdown-sm .dropdown-item:focus,
#menu2-ca .nav-dropdown-sm .dropdown-item:hover {
    background: #f7f7f7 !important;
}

#menu2-ca .navbar,
#menu2-ca .nav-dropdown-sm,
#menu2-ca .nav-dropdown-sm .link[aria-expanded="true"],
#menu2-ca .nav-dropdown-sm .dropdown-menu {
    background: #ffffff;
}

#menu2-ca .bg-color.transparent .link {
    color: #2b4484;
    transition: none;
}

#menu2-ca .bg-color.transparent.opened .link {
    transition: color 0.2s ease-in-out;
}

    #menu2-ca .bg-color.transparent.opened .link:hover,
    #menu2-ca .bg-color.transparent.opened .link:focus {
        color: #bb412e;
    }

#menu2-ca .link[aria-expanded="true"],
#menu2-ca .dropdown-item[aria-expanded="true"] {
    color: #bb412e !important;
}

#header6-nk H3 {
    text-align: center;
    font-size: 36px;
}

#features21-cc .card .mbr-iconfont {
    background: #1f8068;
    border-color: #1f8068;
}

#features21-cc .mbr-table-cell {
    vertical-align: middle;
}

#features21-cc .card-title {
    color: #2b4484;
}

#features21-cc .card-text {
    color: #2b4484;
}

    #features21-cc .card-text B {
        font-size: 16px;
    }

    #features21-cc .card-text I {
        font-size: 24px;
    }

#features21-cc .card-title B {
    font-size: 24px;
}

#features21-cg .card .mbr-iconfont {
    background: #1f8068;
    border-color: #1f8068;
}

#features21-cg .mbr-table-cell {
    vertical-align: middle;
}

#features21-cg .card-title {
    color: #2b4484;
}

#features21-cg .card-text {
    color: #2b4484;
}

    #features21-cg .card-text B {
        font-size: 16px;
    }

    #features21-cg .card-text I {
        font-size: 24px;
    }

#features21-cg .card-title B {
    font-size: 24px;
}

#features21-ep .card .mbr-iconfont {
    background: #1f8068;
    border-color: #1f8068;
}

#features21-ep .mbr-table-cell {
    vertical-align: middle;
}

#features21-ep .card-title {
    color: #2b4484;
}

#features21-ep .card-text {
    color: #2b4484;
}

    #features21-ep .card-text B {
        font-size: 16px;
    }

    #features21-ep .card-text I {
        font-size: 24px;
    }

#features21-ep .card-title B {
    font-size: 24px;
}

#features21-eq .card .mbr-iconfont {
    background: #1f8068;
    border-color: #1f8068;
}

#features21-eq .mbr-table-cell {
    vertical-align: middle;
}

#features21-eq .card-title {
    color: #2b4484;
}

#features21-eq .card-text {
    color: #2b4484;
}

    #features21-eq .card-text B {
        font-size: 16px;
    }

    #features21-eq .card-text I {
        font-size: 24px;
    }

#features21-eq .card-title B {
    font-size: 24px;
}

#footer4-cd p {
    color: #000;
}

#footer4-cd P {
    color: #2b4484;
}

#header6-cl H3 {
    font-size: 36px;
    color: #2b4484;
}

#header6-cl B {
    font-size: 32px;
}

#header6-cl P {
    color: #2b4484;
}

#content3-cm .mbr-section-title,
#content3-cm .mbr-section-subtitle {
    text-align: center;
}

#content3-cm H1 {
    color: #2b4484;
    text-align: right;
    font-size: 30px;
}

#content3-cm P {
    color: #2b4484;
    text-align: right;
}

#features4-cn .card {
    background-color: transparent;
    box-shadow: none;
    border: none;
}

#features4-cn .card-img a {
    border-width: 2px;
    line-height: 72px;
}

#features4-cn .mbr-iconfont {
    color: #94a5d0;
    border-color: #94a5d0;
}

#features4-cn .heading-title {
    color: #2b4484;
}

#features4-cn .heading-text {
    color: #2b4484;
}

#features4-cn .card-title {
    color: #2b4484;
}

#features4-cn .card-text {
    color: #2b4484;
}

#custom-html-co {
    /* Type valid CSS here */
}

    #custom-html-co div {
        margin-top: 21px;
        margin-bottom: 25px;
        margin-right: 150px;
        margin-left: 175px;
    }

    #custom-html-co p,
    #custom-html-co h1,
    #custom-html-co li {
        color: #2b4484;
    }

    #custom-html-co div.border {
        border-style: solid;
        border-bottom-width: 25px;
        color: #a8cdec;
    }

#menu2-cp .hide-buttons .nav-btn {
    display: none !important;
}

#menu2-cp .navbar-toggler {
    color: #2b4484;
}

#menu2-cp .close-icon::before,
#menu2-cp .close-icon::after {
    background-color: #2b4484;
}

#menu2-cp .link,
#menu2-cp .dropdown-item {
    color: #2b4484;
    font-family: 'Libre Franklin', serif;
}

#menu2-cp .link {
    font-size: 0.8rem;
}

#menu2-cp .dropdown-item,
#menu2-cp .nav-dropdown-sm .link {
    font-size: 0.866rem;
}

#menu2-cp .link:hover,
#menu2-cp .link:focus {
    color: #bb412e;
}

#menu2-cp .dropdown-item:hover::before,
#menu2-cp .dropdown-item:focus::before {
    background: #bb412e;
}

#menu2-cp .dropdown-item:hover,
#menu2-cp .dropdown-item:focus {
    color: #2b4484;
}

#menu2-cp .link[aria-expanded="true"],
#menu2-cp .dropdown-menu {
    background: #ffffff;
}

#menu2-cp .nav-dropdown-sm .link:focus,
#menu2-cp .nav-dropdown-sm .link:hover,
#menu2-cp .nav-dropdown-sm .dropdown-item:focus,
#menu2-cp .nav-dropdown-sm .dropdown-item:hover {
    background: #f7f7f7 !important;
}

#menu2-cp .navbar,
#menu2-cp .nav-dropdown-sm,
#menu2-cp .nav-dropdown-sm .link[aria-expanded="true"],
#menu2-cp .nav-dropdown-sm .dropdown-menu {
    background: #ffffff;
}

#menu2-cp .bg-color.transparent .link {
    color: #2b4484;
    transition: none;
}

#menu2-cp .bg-color.transparent.opened .link {
    transition: color 0.2s ease-in-out;
}

    #menu2-cp .bg-color.transparent.opened .link:hover,
    #menu2-cp .bg-color.transparent.opened .link:focus {
        color: #bb412e;
    }

#menu2-cp .link[aria-expanded="true"],
#menu2-cp .dropdown-item[aria-expanded="true"] {
    color: #bb412e !important;
}

#footer4-cq p {
    color: #000;
}

#footer4-cq P {
    color: #2b4484;
}

#header6-cr H3 {
    font-size: 36px;
    color: #2b4484;
}

#header6-cr B {
    font-size: 32px;
}

#header6-cr P {
    color: #2b4484;
}

#content3-cs .mbr-section-title,
#content3-cs .mbr-section-subtitle {
    text-align: center;
}

#content3-cs H1 {
    color: #2b4484;
    text-align: right;
    font-size: 30px;
}

#content3-cs P {
    color: #2b4484;
    text-align: right;
}

#features4-ct .card {
    background-color: transparent;
    box-shadow: none;
    border: none;
}

#features4-ct .card-img a {
    border-width: 2px;
    line-height: 72px;
}

#features4-ct .mbr-iconfont {
    color: #94a5d0;
    border-color: #94a5d0;
}

#features4-ct .heading-title {
    color: #2b4484;
}

#features4-ct .heading-text {
    color: #2b4484;
}

#features4-ct .card-title {
    color: #2b4484;
}

#features4-ct .card-text {
    color: #2b4484;
}

#custom-html-cu {
    /* Type valid CSS here */
}

    #custom-html-cu div {
        margin-top: 21px;
        margin-bottom: 25px;
        margin-right: 150px;
        margin-left: 175px;
    }

    #custom-html-cu p,
    #custom-html-cu h1,
    #custom-html-cu li {
        color: #2b4484;
    }

    #custom-html-cu div.border {
        border-style: solid;
        border-bottom-width: 25px;
        color: #a8cdec;
    }

#menu2-cv .hide-buttons .nav-btn {
    display: none !important;
}

#menu2-cv .navbar-toggler {
    color: #2b4484;
}

#menu2-cv .close-icon::before,
#menu2-cv .close-icon::after {
    background-color: #2b4484;
}

#menu2-cv .link,
#menu2-cv .dropdown-item {
    color: #2b4484;
    font-family: 'Libre Franklin', serif;
}

#menu2-cv .link {
    font-size: 0.8rem;
}

#menu2-cv .dropdown-item,
#menu2-cv .nav-dropdown-sm .link {
    font-size: 0.866rem;
}

#menu2-cv .link:hover,
#menu2-cv .link:focus {
    color: #bb412e;
}

#menu2-cv .dropdown-item:hover::before,
#menu2-cv .dropdown-item:focus::before {
    background: #bb412e;
}

#menu2-cv .dropdown-item:hover,
#menu2-cv .dropdown-item:focus {
    color: #2b4484;
}

#menu2-cv .link[aria-expanded="true"],
#menu2-cv .dropdown-menu {
    background: #ffffff;
}

#menu2-cv .nav-dropdown-sm .link:focus,
#menu2-cv .nav-dropdown-sm .link:hover,
#menu2-cv .nav-dropdown-sm .dropdown-item:focus,
#menu2-cv .nav-dropdown-sm .dropdown-item:hover {
    background: #f7f7f7 !important;
}

#menu2-cv .navbar,
#menu2-cv .nav-dropdown-sm,
#menu2-cv .nav-dropdown-sm .link[aria-expanded="true"],
#menu2-cv .nav-dropdown-sm .dropdown-menu {
    background: #ffffff;
}

#menu2-cv .bg-color.transparent .link {
    color: #2b4484;
    transition: none;
}

#menu2-cv .bg-color.transparent.opened .link {
    transition: color 0.2s ease-in-out;
}

    #menu2-cv .bg-color.transparent.opened .link:hover,
    #menu2-cv .bg-color.transparent.opened .link:focus {
        color: #bb412e;
    }

#menu2-cv .link[aria-expanded="true"],
#menu2-cv .dropdown-item[aria-expanded="true"] {
    color: #bb412e !important;
}

#footer4-cw p {
    color: #000;
}

#footer4-cw P {
    color: #2b4484;
}

#header6-cx H3 {
    font-size: 36px;
    color: #2b4484;
}

#header6-cx B {
    font-size: 32px;
}

#header6-cx P {
    color: #2b4484;
}

#content3-cy .mbr-section-title,
#content3-cy .mbr-section-subtitle {
    text-align: center;
}

#content3-cy H1 {
    color: #2b4484;
    text-align: right;
    font-size: 30px;
}

#content3-cy P {
    color: #2b4484;
    text-align: right;
}

#features4-cz .card {
    background-color: transparent;
    box-shadow: none;
    border: none;
}

#features4-cz .card-img a {
    border-width: 2px;
    line-height: 72px;
}

#features4-cz .mbr-iconfont {
    color: #94a5d0;
    border-color: #94a5d0;
}

#features4-cz .heading-title {
    color: #2b4484;
}

#features4-cz .heading-text {
    color: #2b4484;
}

#features4-cz .card-title {
    color: #2b4484;
}

#features4-cz .card-text {
    color: #2b4484;
}

#custom-html-d0 {
    /* Type valid CSS here */
}

    #custom-html-d0 div {
        margin-top: 21px;
        margin-bottom: 25px;
        margin-right: 150px;
        margin-left: 175px;
    }

    #custom-html-d0 p,
    #custom-html-d0 h1,
    #custom-html-d0 li {
        color: #2b4484;
    }

    #custom-html-d0 div.border {
        border-style: solid;
        border-bottom-width: 25px;
        color: #a8cdec;
    }

#menu2-d1 .hide-buttons .nav-btn {
    display: none !important;
}

#menu2-d1 .navbar-toggler {
    color: #2b4484;
}

#menu2-d1 .close-icon::before,
#menu2-d1 .close-icon::after {
    background-color: #2b4484;
}

#menu2-d1 .link,
#menu2-d1 .dropdown-item {
    color: #2b4484;
    font-family: 'Libre Franklin', serif;
}

#menu2-d1 .link {
    font-size: 0.8rem;
}

#menu2-d1 .dropdown-item,
#menu2-d1 .nav-dropdown-sm .link {
    font-size: 0.866rem;
}

#menu2-d1 .link:hover,
#menu2-d1 .link:focus {
    color: #bb412e;
}

#menu2-d1 .dropdown-item:hover::before,
#menu2-d1 .dropdown-item:focus::before {
    background: #bb412e;
}

#menu2-d1 .dropdown-item:hover,
#menu2-d1 .dropdown-item:focus {
    color: #2b4484;
}

#menu2-d1 .link[aria-expanded="true"],
#menu2-d1 .dropdown-menu {
    background: #ffffff;
}

#menu2-d1 .nav-dropdown-sm .link:focus,
#menu2-d1 .nav-dropdown-sm .link:hover,
#menu2-d1 .nav-dropdown-sm .dropdown-item:focus,
#menu2-d1 .nav-dropdown-sm .dropdown-item:hover {
    background: #f7f7f7 !important;
}

#menu2-d1 .navbar,
#menu2-d1 .nav-dropdown-sm,
#menu2-d1 .nav-dropdown-sm .link[aria-expanded="true"],
#menu2-d1 .nav-dropdown-sm .dropdown-menu {
    background: #ffffff;
}

#menu2-d1 .bg-color.transparent .link {
    color: #2b4484;
    transition: none;
}

#menu2-d1 .bg-color.transparent.opened .link {
    transition: color 0.2s ease-in-out;
}

    #menu2-d1 .bg-color.transparent.opened .link:hover,
    #menu2-d1 .bg-color.transparent.opened .link:focus {
        color: #bb412e;
    }

#menu2-d1 .link[aria-expanded="true"],
#menu2-d1 .dropdown-item[aria-expanded="true"] {
    color: #bb412e !important;
}

#footer4-d2 p {
    color: #000;
}

#footer4-d2 P {
    color: #2b4484;
}

#header6-d3 H3 {
    font-size: 36px;
    color: #2b4484;
}

#header6-d3 B {
    font-size: 32px;
}

#header6-d3 P {
    color: #2b4484;
}

#content3-d4 .mbr-section-title,
#content3-d4 .mbr-section-subtitle {
    text-align: center;
}

#content3-d4 H1 {
    color: #2b4484;
    text-align: right;
    font-size: 30px;
}

#content3-d4 P {
    color: #2b4484;
    text-align: right;
}

#features4-d5 .card {
    background-color: transparent;
    box-shadow: none;
    border: none;
}

#features4-d5 .card-img a {
    border-width: 2px;
    line-height: 72px;
}

#features4-d5 .mbr-iconfont {
    color: #94a5d0;
    border-color: #94a5d0;
}

#features4-d5 .heading-title {
    color: #2b4484;
}

#features4-d5 .heading-text {
    color: #2b4484;
}

#features4-d5 .card-title {
    color: #2b4484;
}

#features4-d5 .card-text {
    color: #2b4484;
}

#custom-html-d6 {
    /* Type valid CSS here */
}

    #custom-html-d6 div {
        margin-top: 21px;
        margin-bottom: 25px;
        margin-right: 150px;
        margin-left: 175px;
    }

    #custom-html-d6 p,
    #custom-html-d6 h1,
    #custom-html-d6 li {
        color: #2b4484;
    }

    #custom-html-d6 div.border {
        border-style: solid;
        border-bottom-width: 25px;
        color: #a8cdec;
    }

#menu2-d7 .hide-buttons .nav-btn {
    display: none !important;
}

#menu2-d7 .navbar-toggler {
    color: #2b4484;
}

#menu2-d7 .close-icon::before,
#menu2-d7 .close-icon::after {
    background-color: #2b4484;
}

#menu2-d7 .link,
#menu2-d7 .dropdown-item {
    color: #2b4484;
    font-family: 'Libre Franklin', serif;
}

#menu2-d7 .link {
    font-size: 0.8rem;
}

#menu2-d7 .dropdown-item,
#menu2-d7 .nav-dropdown-sm .link {
    font-size: 0.866rem;
}

#menu2-d7 .link:hover,
#menu2-d7 .link:focus {
    color: #bb412e;
}

#menu2-d7 .dropdown-item:hover::before,
#menu2-d7 .dropdown-item:focus::before {
    background: #bb412e;
}

#menu2-d7 .dropdown-item:hover,
#menu2-d7 .dropdown-item:focus {
    color: #2b4484;
}

#menu2-d7 .link[aria-expanded="true"],
#menu2-d7 .dropdown-menu {
    background: #ffffff;
}

#menu2-d7 .nav-dropdown-sm .link:focus,
#menu2-d7 .nav-dropdown-sm .link:hover,
#menu2-d7 .nav-dropdown-sm .dropdown-item:focus,
#menu2-d7 .nav-dropdown-sm .dropdown-item:hover {
    background: #f7f7f7 !important;
}

#menu2-d7 .navbar,
#menu2-d7 .nav-dropdown-sm,
#menu2-d7 .nav-dropdown-sm .link[aria-expanded="true"],
#menu2-d7 .nav-dropdown-sm .dropdown-menu {
    background: #ffffff;
}

#menu2-d7 .bg-color.transparent .link {
    color: #2b4484;
    transition: none;
}

#menu2-d7 .bg-color.transparent.opened .link {
    transition: color 0.2s ease-in-out;
}

    #menu2-d7 .bg-color.transparent.opened .link:hover,
    #menu2-d7 .bg-color.transparent.opened .link:focus {
        color: #bb412e;
    }

#menu2-d7 .link[aria-expanded="true"],
#menu2-d7 .dropdown-item[aria-expanded="true"] {
    color: #bb412e !important;
}

#footer4-d8 p {
    color: #000;
}

#footer4-d8 P {
    color: #2b4484;
}

#menu2-da .hide-buttons .nav-btn {
    display: none !important;
}

#menu2-da .navbar-toggler {
    color: #2b4484;
}

#menu2-da .close-icon::before,
#menu2-da .close-icon::after {
    background-color: #2b4484;
}

#menu2-da .link,
#menu2-da .dropdown-item {
    color: #2b4484;
    font-family: 'Libre Franklin', serif;
}

#menu2-da .link {
    font-size: 0.8rem;
}

#menu2-da .dropdown-item,
#menu2-da .nav-dropdown-sm .link {
    font-size: 0.866rem;
}

#menu2-da .link:hover,
#menu2-da .link:focus {
    color: #bb412e;
}

#menu2-da .dropdown-item:hover::before,
#menu2-da .dropdown-item:focus::before {
    background: #bb412e;
}

#menu2-da .dropdown-item:hover,
#menu2-da .dropdown-item:focus {
    color: #2b4484;
}

#menu2-da .link[aria-expanded="true"],
#menu2-da .dropdown-menu {
    background: #ffffff;
}

#menu2-da .nav-dropdown-sm .link:focus,
#menu2-da .nav-dropdown-sm .link:hover,
#menu2-da .nav-dropdown-sm .dropdown-item:focus,
#menu2-da .nav-dropdown-sm .dropdown-item:hover {
    background: #f7f7f7 !important;
}

#menu2-da .navbar,
#menu2-da .nav-dropdown-sm,
#menu2-da .nav-dropdown-sm .link[aria-expanded="true"],
#menu2-da .nav-dropdown-sm .dropdown-menu {
    background: #ffffff;
}

#menu2-da .bg-color.transparent .link {
    color: #2b4484;
    transition: none;
}

#menu2-da .bg-color.transparent.opened .link {
    transition: color 0.2s ease-in-out;
}

    #menu2-da .bg-color.transparent.opened .link:hover,
    #menu2-da .bg-color.transparent.opened .link:focus {
        color: #bb412e;
    }

#menu2-da .link[aria-expanded="true"],
#menu2-da .dropdown-item[aria-expanded="true"] {
    color: #bb412e !important;
}

#header6-db H3 {
    font-size: 36px;
}

#header6-db SPAN {
    font-size: 60px;
}

#content5-df .mbr-section-title,
#content5-df .mbr-section-subtitle {
    margin-bottom: 1rem;
    color: #ffffff;
}

#content5-df .mbr-table-cell {
    vertical-align: middle;
}

#content5-df .heading-title {
    font-size: 24px;
    color: #2b4484;
}

#content5-df .heading-text {
    text-align: left;
    color: #2b4484;
}

#content5-dg .mbr-section-title,
#content5-dg .mbr-section-subtitle {
    margin-bottom: 1rem;
    color: #ffffff;
}

#content5-dg .mbr-table-cell {
    vertical-align: middle;
}

#content5-dg .heading-title {
    font-size: 24px;
    color: #2b4484;
}

#content5-dg .heading-text {
    text-align: left;
    color: #2b4484;
}

#content5-dh .mbr-section-title,
#content5-dh .mbr-section-subtitle {
    margin-bottom: 1rem;
    color: #ffffff;
}

#content5-dh .mbr-table-cell {
    vertical-align: middle;
}

#content5-dh .heading-title {
    font-size: 24px;
    color: #2b4484;
}

#content5-dh .heading-text {
    text-align: left;
    color: #2b4484;
}

    #content5-dh .heading-text SPAN {
        color: #2b4484;
    }

#content5-di .mbr-section-title,
#content5-di .mbr-section-subtitle {
    margin-bottom: 1rem;
    color: #ffffff;
}

#content5-di .mbr-table-cell {
    vertical-align: middle;
}

#content5-di .heading-title {
    font-size: 24px;
    color: #2b4484;
}

#content5-di .heading-text {
    text-align: left;
    color: #2b4484;
}

    #content5-di .heading-text SPAN {
        color: #2b4484;
    }

#content5-dj .mbr-section-title,
#content5-dj .mbr-section-subtitle {
    margin-bottom: 1rem;
    color: #ffffff;
}

#content5-dj .mbr-table-cell {
    vertical-align: middle;
}

#content5-dj .heading-title {
    font-size: 24px;
    color: #2b4484;
}

#content5-dj .heading-text {
    text-align: left;
    color: #2b4484;
}

    #content5-dj .heading-text SPAN {
        color: #2b4484;
    }

#content5-dk .mbr-section-title,
#content5-dk .mbr-section-subtitle {
    margin-bottom: 1rem;
    color: #ffffff;
}

#content5-dk .mbr-table-cell {
    vertical-align: middle;
}

#content5-dk .heading-title {
    font-size: 24px;
    color: #2b4484;
}

#content5-dk .heading-text {
    text-align: left;
    color: #2b4484;
}

#content5-dm .mbr-section-title,
#content5-dm .mbr-section-subtitle {
    margin-bottom: 1rem;
    color: #ffffff;
}

#content5-dm .mbr-table-cell {
    vertical-align: middle;
}

#content5-dm .heading-title {
    font-size: 24px;
    color: #2b4484;
}

#content5-dm .heading-text {
    text-align: left;
    color: #2b4484;
}

#content5-dn .mbr-section-title,
#content5-dn .mbr-section-subtitle {
    margin-bottom: 1rem;
    color: #ffffff;
}

#content5-dn .mbr-table-cell {
    vertical-align: middle;
}

#content5-dn .heading-title {
    font-size: 24px;
    color: #2b4484;
}

#content5-dn .heading-text {
    text-align: left;
    color: #2b4484;
}

#footer4-dl p {
    color: #000;
}

#footer4-dl P {
    color: #2b4484;
}

#menu2-dv .hide-buttons .nav-btn {
    display: none !important;
}

#menu2-dv .navbar-toggler {
    color: #2b4484;
}

#menu2-dv .close-icon::before,
#menu2-dv .close-icon::after {
    background-color: #2b4484;
}

#menu2-dv .link,
#menu2-dv .dropdown-item {
    color: #2b4484;
    font-family: 'Libre Franklin', serif;
}

#menu2-dv .link {
    font-size: 0.8rem;
}

#menu2-dv .dropdown-item,
#menu2-dv .nav-dropdown-sm .link {
    font-size: 0.866rem;
}

#menu2-dv .link:hover,
#menu2-dv .link:focus {
    color: #bb412e;
}

#menu2-dv .dropdown-item:hover::before,
#menu2-dv .dropdown-item:focus::before {
    background: #bb412e;
}

#menu2-dv .dropdown-item:hover,
#menu2-dv .dropdown-item:focus {
    color: #2b4484;
}

#menu2-dv .link[aria-expanded="true"],
#menu2-dv .dropdown-menu {
    background: #ffffff;
}

#menu2-dv .nav-dropdown-sm .link:focus,
#menu2-dv .nav-dropdown-sm .link:hover,
#menu2-dv .nav-dropdown-sm .dropdown-item:focus,
#menu2-dv .nav-dropdown-sm .dropdown-item:hover {
    background: #f7f7f7 !important;
}

#menu2-dv .navbar,
#menu2-dv .nav-dropdown-sm,
#menu2-dv .nav-dropdown-sm .link[aria-expanded="true"],
#menu2-dv .nav-dropdown-sm .dropdown-menu {
    background: #ffffff;
}

#menu2-dv .bg-color.transparent .link {
    color: #2b4484;
    transition: none;
}

#menu2-dv .bg-color.transparent.opened .link {
    transition: color 0.2s ease-in-out;
}

    #menu2-dv .bg-color.transparent.opened .link:hover,
    #menu2-dv .bg-color.transparent.opened .link:focus {
        color: #bb412e;
    }

#menu2-dv .link[aria-expanded="true"],
#menu2-dv .dropdown-item[aria-expanded="true"] {
    color: #bb412e !important;
}

#header6-np H3 {
    text-align: center;
    font-size: 36px;
}

#features21-q5 {
}

    #features21-q5 .card .mbr-iconfont {
        background: #2b4484;
        border-color: #2b4484;
    }

    #features21-q5 .mbr-table-cell {
        vertical-align: middle;
    }

    #features21-q5 .card .mbr-iconfont {
        background: #031a47;
        border-color: #031a47;
    }

    #features21-q5 .mbr-table-cell {
        vertical-align: middle;
    }

    #features21-q5 .heading-title {
        font-family: 'Libre Franklin', serif;
        font-size: 30px;
        color: #094587;
    }

    #features21-q5 .card-title {
        color: #094587;
        font-size: 16px;
    }

    #features21-q5 .card-text {
        color: #094587;
    }

        #features21-q5 .card-text P {
            color: #094587;
        }

        #features21-q5 .card-text B {
            color: #094587;
        }

#footer4-dy p {
    color: #000;
}

#footer4-dy P {
    color: #2b4484;
}

#menu2-e5 .hide-buttons .nav-btn {
    display: none !important;
}

#menu2-e5 .navbar-toggler {
    color: #2b4484;
}

#menu2-e5 .close-icon::before,
#menu2-e5 .close-icon::after {
    background-color: #2b4484;
}

#menu2-e5 .link,
#menu2-e5 .dropdown-item {
    color: #2b4484;
    font-family: 'Libre Franklin', serif;
}

#menu2-e5 .link {
    font-size: 0.8rem;
}

#menu2-e5 .dropdown-item,
#menu2-e5 .nav-dropdown-sm .link {
    font-size: 0.866rem;
}

#menu2-e5 .link:hover,
#menu2-e5 .link:focus {
    color: #bb412e;
}

#menu2-e5 .dropdown-item:hover::before,
#menu2-e5 .dropdown-item:focus::before {
    background: #bb412e;
}

#menu2-e5 .dropdown-item:hover,
#menu2-e5 .dropdown-item:focus {
    color: #2b4484;
}

#menu2-e5 .link[aria-expanded="true"],
#menu2-e5 .dropdown-menu {
    background: #ffffff;
}

#menu2-e5 .nav-dropdown-sm .link:focus,
#menu2-e5 .nav-dropdown-sm .link:hover,
#menu2-e5 .nav-dropdown-sm .dropdown-item:focus,
#menu2-e5 .nav-dropdown-sm .dropdown-item:hover {
    background: #f7f7f7 !important;
}

#menu2-e5 .navbar,
#menu2-e5 .nav-dropdown-sm,
#menu2-e5 .nav-dropdown-sm .link[aria-expanded="true"],
#menu2-e5 .nav-dropdown-sm .dropdown-menu {
    background: #ffffff;
}

#menu2-e5 .bg-color.transparent .link {
    color: #2b4484;
    transition: none;
}

#menu2-e5 .bg-color.transparent.opened .link {
    transition: color 0.2s ease-in-out;
}

    #menu2-e5 .bg-color.transparent.opened .link:hover,
    #menu2-e5 .bg-color.transparent.opened .link:focus {
        color: #bb412e;
    }

#menu2-e5 .link[aria-expanded="true"],
#menu2-e5 .dropdown-item[aria-expanded="true"] {
    color: #bb412e !important;
}

#header6-nm H3 {
    text-align: center;
    font-size: 36px;
}

#features21-e7 .card .mbr-iconfont {
    background: #031a47;
    border-color: #031a47;
}

#features21-e7 .mbr-table-cell {
    vertical-align: middle;
}

#features21-e7 .card-title {
    color: #2b4484;
}

#features21-e7 .card-text {
    color: #2b4484;
}

    #features21-e7 .card-text B {
        font-size: 16px;
    }

    #features21-e7 .card-text I {
        font-size: 23px;
    }

#features21-e7 .card-title B {
    font-size: 23px;
}

#features21-e9 .card .mbr-iconfont {
    background: #2b4484;
    border-color: #2b4484;
}

#features21-e9 .mbr-table-cell {
    vertical-align: middle;
}

#features21-e9 .card-title {
    color: #2b4484;
    font-size: 16px;
}

#features21-e9 .card-text {
    color: #2b4484;
}

    #features21-e9 .card-text B {
        font-size: 16px;
    }

    #features21-e9 .card-text I {
        font-size: 24px;
    }

#features21-e9 .card-title DIV {
    font-size: 16px;
}

#features21-e9 .card-title I {
    font-size: 23px;
}

#footer4-e8 p {
    color: #000;
}

#footer4-e8 P {
    color: #2b4484;
}

#menu2-ea .hide-buttons .nav-btn {
    display: none !important;
}

#menu2-ea .navbar-toggler {
    color: #2b4484;
}

#menu2-ea .close-icon::before,
#menu2-ea .close-icon::after {
    background-color: #2b4484;
}

#menu2-ea .link,
#menu2-ea .dropdown-item {
    color: #2b4484;
    font-family: 'Libre Franklin', serif;
}

#menu2-ea .link {
    font-size: 0.8rem;
}

#menu2-ea .dropdown-item,
#menu2-ea .nav-dropdown-sm .link {
    font-size: 0.866rem;
}

#menu2-ea .link:hover,
#menu2-ea .link:focus {
    color: #bb412e;
}

#menu2-ea .dropdown-item:hover::before,
#menu2-ea .dropdown-item:focus::before {
    background: #bb412e;
}

#menu2-ea .dropdown-item:hover,
#menu2-ea .dropdown-item:focus {
    color: #2b4484;
}

#menu2-ea .link[aria-expanded="true"],
#menu2-ea .dropdown-menu {
    background: #ffffff;
}

#menu2-ea .nav-dropdown-sm .link:focus,
#menu2-ea .nav-dropdown-sm .link:hover,
#menu2-ea .nav-dropdown-sm .dropdown-item:focus,
#menu2-ea .nav-dropdown-sm .dropdown-item:hover {
    background: #f7f7f7 !important;
}

#menu2-ea .navbar,
#menu2-ea .nav-dropdown-sm,
#menu2-ea .nav-dropdown-sm .link[aria-expanded="true"],
#menu2-ea .nav-dropdown-sm .dropdown-menu {
    background: #ffffff;
}

#menu2-ea .bg-color.transparent .link {
    color: #2b4484;
    transition: none;
}

#menu2-ea .bg-color.transparent.opened .link {
    transition: color 0.2s ease-in-out;
}

    #menu2-ea .bg-color.transparent.opened .link:hover,
    #menu2-ea .bg-color.transparent.opened .link:focus {
        color: #bb412e;
    }

#menu2-ea .link[aria-expanded="true"],
#menu2-ea .dropdown-item[aria-expanded="true"] {
    color: #bb412e !important;
}

#header6-nh H3 {
    text-align: center;
    font-size: 36px;
}

#content1-lz P {
    color: #354a7e;
}

#features21-qu .card .mbr-iconfont {
    background: #b71111;
    border-color: #b71111;
}

#features21-qu .mbr-table-cell {
    vertical-align: middle;
}

#features21-qu .heading-title {
    font-family: 'Libre Franklin', serif;
    font-size: 30px;
    color: #094587;
}

#features21-qu .card-title {
    color: #094587;
}

#features21-qu .card-text {
    color: #094587;
}

    #features21-qu .card-text B {
        color: #094587;
    }

#accordion1-ef H1 {
    /* Req# 3125-c : By Weaver : Section 508 (c) : Contrast issue */
    /*color: #d13b24;*/
    color: #2b4484;
    font-size: 21px;
}

#accordion1-ef B {
    font-size: 18px;
}

#accordion1-ef P {
    /* color: #094587; :: Weaver :: */
    margin-left: 30px;
}

#accordion1-ej P {
    /* color: #094587; :: Weaver :: */
    margin-left: 30px;
}

#footer4-ee p {
    color: #000;
}

#footer4-ee P {
    color: #2b4484;
}

#menu2-er .hide-buttons .nav-btn {
    display: none !important;
}

#menu2-er .navbar-toggler {
    color: #2b4484;
}

#menu2-er .close-icon::before,
#menu2-er .close-icon::after {
    background-color: #2b4484;
}

#menu2-er .link,
#menu2-er .dropdown-item {
    color: #2b4484;
    font-family: 'Libre Franklin', serif;
}

#menu2-er .link {
    font-size: 0.8rem;
}

#menu2-er .dropdown-item,
#menu2-er .nav-dropdown-sm .link {
    font-size: 0.866rem;
}

#menu2-er .link:hover,
#menu2-er .link:focus {
    color: #bb412e;
}

#menu2-er .dropdown-item:hover::before,
#menu2-er .dropdown-item:focus::before {
    background: #bb412e;
}

#menu2-er .dropdown-item:hover,
#menu2-er .dropdown-item:focus {
    color: #2b4484;
}

#menu2-er .link[aria-expanded="true"],
#menu2-er .dropdown-menu {
    background: #ffffff;
}

#menu2-er .nav-dropdown-sm .link:focus,
#menu2-er .nav-dropdown-sm .link:hover,
#menu2-er .nav-dropdown-sm .dropdown-item:focus,
#menu2-er .nav-dropdown-sm .dropdown-item:hover {
    background: #f7f7f7 !important;
}

#menu2-er .navbar,
#menu2-er .nav-dropdown-sm,
#menu2-er .nav-dropdown-sm .link[aria-expanded="true"],
#menu2-er .nav-dropdown-sm .dropdown-menu {
    background: #ffffff;
}

#menu2-er .bg-color.transparent .link {
    color: #2b4484;
    transition: none;
}

#menu2-er .bg-color.transparent.opened .link {
    transition: color 0.2s ease-in-out;
}

    #menu2-er .bg-color.transparent.opened .link:hover,
    #menu2-er .bg-color.transparent.opened .link:focus {
        color: #bb412e;
    }

#menu2-er .link[aria-expanded="true"],
#menu2-er .dropdown-item[aria-expanded="true"] {
    color: #bb412e !important;
}

#header6-ni H3 {
    font-size: 36px;
    text-align: center;
}

#features21-et .card .mbr-iconfont {
    background: #e94327;
    border-color: #e94327;
}

#features21-et .mbr-table-cell {
    vertical-align: middle;
}

#features21-et .card-title {
    color: #2b4484;
}

#features21-et .card-text {
    color: #2b4484;
}

    #features21-et .card-text B {
        font-size: 16px;
    }

    #features21-et .card-text I {
        font-size: 24px;
    }

#footer4-eu p {
    color: #000;
}

#footer4-eu P {
    color: #2b4484;
}

#menu2-ev .hide-buttons .nav-btn {
    display: none !important;
}

#menu2-ev .navbar-toggler {
    color: #2b4484;
}

#menu2-ev .close-icon::before,
#menu2-ev .close-icon::after {
    background-color: #2b4484;
}

#menu2-ev .link,
#menu2-ev .dropdown-item {
    color: #2b4484;
    font-family: 'Libre Franklin', serif;
}

#menu2-ev .link {
    font-size: 0.8rem;
}

#menu2-ev .dropdown-item,
#menu2-ev .nav-dropdown-sm .link {
    font-size: 0.866rem;
}

#menu2-ev .link:hover,
#menu2-ev .link:focus {
    color: #bb412e;
}

#menu2-ev .dropdown-item:hover::before,
#menu2-ev .dropdown-item:focus::before {
    background: #bb412e;
}

#menu2-ev .dropdown-item:hover,
#menu2-ev .dropdown-item:focus {
    color: #2b4484;
}

#menu2-ev .link[aria-expanded="true"],
#menu2-ev .dropdown-menu {
    background: #ffffff;
}

#menu2-ev .nav-dropdown-sm .link:focus,
#menu2-ev .nav-dropdown-sm .link:hover,
#menu2-ev .nav-dropdown-sm .dropdown-item:focus,
#menu2-ev .nav-dropdown-sm .dropdown-item:hover {
    background: #f7f7f7 !important;
}

#menu2-ev .navbar,
#menu2-ev .nav-dropdown-sm,
#menu2-ev .nav-dropdown-sm .link[aria-expanded="true"],
#menu2-ev .nav-dropdown-sm .dropdown-menu {
    background: #ffffff;
}

#menu2-ev .bg-color.transparent .link {
    color: #2b4484;
    transition: none;
}

#menu2-ev .bg-color.transparent.opened .link {
    transition: color 0.2s ease-in-out;
}

    #menu2-ev .bg-color.transparent.opened .link:hover,
    #menu2-ev .bg-color.transparent.opened .link:focus {
        color: #bb412e;
    }

#menu2-ev .link[aria-expanded="true"],
#menu2-ev .dropdown-item[aria-expanded="true"] {
    color: #bb412e !important;
}

#header6-nl H3 {
    text-align: left;
    font-size: 36px;
}

#features21-ez .card .mbr-iconfont {
    background: #e94327;
    border-color: #e94327;
}

#features21-ez .mbr-table-cell {
    vertical-align: middle;
}

#features21-ez .card-title {
    color: #2b4484;
}

#features21-ez .card-text {
    color: #2b4484;
}

    #features21-ez .card-text B {
        font-size: 16px;
    }

    #features21-ez .card-text I {
        font-size: 24px;
    }

#features21-f1 .card .mbr-iconfont {
    background: #e94327;
    border-color: #e94327;
}

#features21-f1 .mbr-table-cell {
    vertical-align: middle;
}

#features21-f1 .card-title {
    color: #2b4484;
}

#features21-f1 .card-text {
    color: #2b4484;
}

    #features21-f1 .card-text B {
        font-size: 16px;
    }

    #features21-f1 .card-text I {
        font-size: 24px;
    }

#features21-f2 .card .mbr-iconfont {
    background: #e94327;
    border-color: #e94327;
}

#features21-f2 .mbr-table-cell {
    vertical-align: middle;
}

#features21-f2 .card-title {
    color: #2b4484;
}

#features21-f2 .card-text {
    color: #2b4484;
}

    #features21-f2 .card-text B {
        font-size: 16px;
    }

    #features21-f2 .card-text I {
        font-size: 24px;
    }

#features21-f3 .card .mbr-iconfont {
    background: #e94327;
    border-color: #e94327;
}

#features21-f3 .mbr-table-cell {
    vertical-align: middle;
}

#features21-f3 .card-title {
    color: #2b4484;
}

#features21-f3 .card-text {
    color: #2b4484;
}

    #features21-f3 .card-text B {
        font-size: 16px;
    }

    #features21-f3 .card-text I {
        font-size: 24px;
    }

#footer4-ey p {
    color: #000;
}

#footer4-ey P {
    color: #2b4484;
}

#menu2-f4 .hide-buttons .nav-btn {
    display: none !important;
}

#menu2-f4 .navbar-toggler {
    color: #2b4484;
}

#menu2-f4 .close-icon::before,
#menu2-f4 .close-icon::after {
    background-color: #2b4484;
}

#menu2-f4 .link,
#menu2-f4 .dropdown-item {
    color: #2b4484;
    font-family: 'Libre Franklin', serif;
}

#menu2-f4 .link {
    font-size: 0.8rem;
}

#menu2-f4 .dropdown-item,
#menu2-f4 .nav-dropdown-sm .link {
    font-size: 0.866rem;
}

#menu2-f4 .link:hover,
#menu2-f4 .link:focus {
    color: #bb412e;
}

#menu2-f4 .dropdown-item:hover::before,
#menu2-f4 .dropdown-item:focus::before {
    background: #bb412e;
}

#menu2-f4 .dropdown-item:hover,
#menu2-f4 .dropdown-item:focus {
    color: #2b4484;
}

#menu2-f4 .link[aria-expanded="true"],
#menu2-f4 .dropdown-menu {
    background: #ffffff;
}

#menu2-f4 .nav-dropdown-sm .link:focus,
#menu2-f4 .nav-dropdown-sm .link:hover,
#menu2-f4 .nav-dropdown-sm .dropdown-item:focus,
#menu2-f4 .nav-dropdown-sm .dropdown-item:hover {
    background: #f7f7f7 !important;
}

#menu2-f4 .navbar,
#menu2-f4 .nav-dropdown-sm,
#menu2-f4 .nav-dropdown-sm .link[aria-expanded="true"],
#menu2-f4 .nav-dropdown-sm .dropdown-menu {
    background: #ffffff;
}

#menu2-f4 .bg-color.transparent .link {
    color: #2b4484;
    transition: none;
}

#menu2-f4 .bg-color.transparent.opened .link {
    transition: color 0.2s ease-in-out;
}

    #menu2-f4 .bg-color.transparent.opened .link:hover,
    #menu2-f4 .bg-color.transparent.opened .link:focus {
        color: #bb412e;
    }

#menu2-f4 .link[aria-expanded="true"],
#menu2-f4 .dropdown-item[aria-expanded="true"] {
    color: #bb412e !important;
}

#header6-nj H3 {
    text-align: center;
    font-size: 36px;
}

#features21-f6 .card .mbr-iconfont {
    background: #e94327;
    border-color: #e94327;
}

#features21-f6 .mbr-table-cell {
    vertical-align: middle;
}

#features21-f6 .card-title {
    color: #2b4484;
}

#features21-f6 .card-text {
    color: #2b4484;
}

    #features21-f6 .card-text B {
        font-size: 16px;
    }

    #features21-f6 .card-text I {
        font-size: 24px;
    }

#footer4-f7 p {
    color: #000;
}

#footer4-f7 P {
    color: #2b4484;
}



#menu2-f8 .hide-buttons .nav-btn {
    display: none !important;
}

#menu2-f8 .navbar-toggler {
    color: #2b4484;
}

#menu2-f8 .close-icon::before,
#menu2-f8 .close-icon::after {
    background-color: #2b4484;
}

#menu2-f8 .link,
#menu2-f8 .dropdown-item {
    color: #2b4484;
    font-family: 'Libre Franklin', serif;
}

#menu2-f8 .link {
    font-size: 0.8rem;
}

#menu2-f8 .dropdown-item,
#menu2-f8 .nav-dropdown-sm .link {
    font-size: 0.866rem;
}

#menu2-f8 .link:hover,
#menu2-f8 .link:focus {
    color: #bb412e;
}

#menu2-f8 .dropdown-item:hover::before,
#menu2-f8 .dropdown-item:focus::before {
    background: #bb412e;
}

#menu2-f8 .dropdown-item:hover,
#menu2-f8 .dropdown-item:focus {
    color: #2b4484;
}

#menu2-f8 .link[aria-expanded="true"],
#menu2-f8 .dropdown-menu {
    background: #ffffff;
}

#menu2-f8 .nav-dropdown-sm .link:focus,
#menu2-f8 .nav-dropdown-sm .link:hover,
#menu2-f8 .nav-dropdown-sm .dropdown-item:focus,
#menu2-f8 .nav-dropdown-sm .dropdown-item:hover {
    background: #f7f7f7 !important;
}

#menu2-f8 .navbar,
#menu2-f8 .nav-dropdown-sm,
#menu2-f8 .nav-dropdown-sm .link[aria-expanded="true"],
#menu2-f8 .nav-dropdown-sm .dropdown-menu {
    background: #ffffff;
}

#menu2-f8 .bg-color.transparent .link {
    color: #2b4484;
    transition: none;
}

#menu2-f8 .bg-color.transparent.opened .link {
    transition: color 0.2s ease-in-out;
}

    #menu2-f8 .bg-color.transparent.opened .link:hover,
    #menu2-f8 .bg-color.transparent.opened .link:focus {
        color: #bb412e;
    }

#menu2-f8 .link[aria-expanded="true"],
#menu2-f8 .dropdown-item[aria-expanded="true"] {
    color: #bb412e !important;
}

#header6-n7 H3 {
    text-align: center;
    font-size: 36px;
}

#features21-qs .card .mbr-iconfont {
    background: #b71111;
    border-color: #b71111;
}

#features21-qs .mbr-table-cell {
    vertical-align: middle;
}

#features21-qs .heading-title {
    font-family: 'Libre Franklin', serif;
    font-size: 30px;
    color: #094587;
}

#features21-qs .card-title {
    color: #094587;
}

#features21-qs .card-text {
    color: #094587;
}

    #features21-qs .card-text B {
        color: #094587;
    }

#content3-fh .mbr-section-title,
#content3-fh .mbr-section-subtitle {
    text-align: center;
}

#content3-fh H1 {
    font-size: 16px;
    color: #094587;
    font-family: 'Libre Franklin', serif;
}

#content3-m7 .mbr-section-title,
#content3-m7 .mbr-section-subtitle {
    text-align: center;
}

#content3-m7 H1 {
    color: #094587;
    font-size: 30px;
    font-family: 'Libre Franklin', serif;
}

#content3-m7 B {
    color: #094587;
}

#content3-m7 P {
    color: #094587;
}

#content1-m6 P {
    color: #354a7e;
}

#content1-fm P {
    color: #094587;
}

#content1-fn P {
    color: #094587;
    text-align: center;
}

#footer4-fb p {
    color: #000;
}

#footer4-fb P {
    color: #2b4484;
}

#menu2-fo .hide-buttons .nav-btn {
    display: none !important;
}

#menu2-fo .navbar-toggler {
    color: #2b4484;
}

#menu2-fo .close-icon::before,
#menu2-fo .close-icon::after {
    background-color: #2b4484;
}

#menu2-fo .link,
#menu2-fo .dropdown-item {
    color: #2b4484;
    font-family: 'Libre Franklin', serif;
}

#menu2-fo .link {
    font-size: 0.8rem;
}

#menu2-fo .dropdown-item,
#menu2-fo .nav-dropdown-sm .link {
    font-size: 0.866rem;
}

#menu2-fo .link:hover,
#menu2-fo .link:focus {
    color: #bb412e;
}

#menu2-fo .dropdown-item:hover::before,
#menu2-fo .dropdown-item:focus::before {
    background: #bb412e;
}

#menu2-fo .dropdown-item:hover,
#menu2-fo .dropdown-item:focus {
    color: #2b4484;
}

#menu2-fo .link[aria-expanded="true"],
#menu2-fo .dropdown-menu {
    background: #ffffff;
}

#menu2-fo .nav-dropdown-sm .link:focus,
#menu2-fo .nav-dropdown-sm .link:hover,
#menu2-fo .nav-dropdown-sm .dropdown-item:focus,
#menu2-fo .nav-dropdown-sm .dropdown-item:hover {
    background: #f7f7f7 !important;
}

#menu2-fo .navbar,
#menu2-fo .nav-dropdown-sm,
#menu2-fo .nav-dropdown-sm .link[aria-expanded="true"],
#menu2-fo .nav-dropdown-sm .dropdown-menu {
    background: #ffffff;
}

#menu2-fo .bg-color.transparent .link {
    color: #2b4484;
    transition: none;
}

#menu2-fo .bg-color.transparent.opened .link {
    transition: color 0.2s ease-in-out;
}

    #menu2-fo .bg-color.transparent.opened .link:hover,
    #menu2-fo .bg-color.transparent.opened .link:focus {
        color: #bb412e;
    }

#menu2-fo .link[aria-expanded="true"],
#menu2-fo .dropdown-item[aria-expanded="true"] {
    color: #bb412e !important;
}

#header6-na H3 {
    text-align: center;
    font-size: 36px;
}

#features21-fr .card .mbr-iconfont {
    background: #2b4484;
    border-color: #2b4484;
}

#features21-fr .mbr-table-cell {
    vertical-align: middle;
}

#features21-fr .heading-title {
    font-family: 'Libre Franklin', serif;
    font-size: 30px;
    color: #094587;
}

#features21-fr .card-title {
    color: #094587;
}

#features21-fr .card-text {
    color: #094587;
}

#content1-ft P {
    color: #094587;
    text-align: center;
}

#footer4-fu p {
    color: #000;
}

#footer4-fu P {
    color: #2b4484;
}

#menu2-fv .hide-buttons .nav-btn {
    display: none !important;
}

#menu2-fv .navbar-toggler {
    color: #2b4484;
}

#menu2-fv .close-icon::before,
#menu2-fv .close-icon::after {
    background-color: #2b4484;
}

#menu2-fv .link,
#menu2-fv .dropdown-item {
    color: #2b4484;
    font-family: 'Libre Franklin', serif;
}

#menu2-fv .link {
    font-size: 0.8rem;
}

#menu2-fv .dropdown-item,
#menu2-fv .nav-dropdown-sm .link {
    font-size: 0.866rem;
}

#menu2-fv .link:hover,
#menu2-fv .link:focus {
    color: #bb412e;
}

#menu2-fv .dropdown-item:hover::before,
#menu2-fv .dropdown-item:focus::before {
    background: #bb412e;
}

#menu2-fv .dropdown-item:hover,
#menu2-fv .dropdown-item:focus {
    color: #2b4484;
}

#menu2-fv .link[aria-expanded="true"],
#menu2-fv .dropdown-menu {
    background: #ffffff;
}

#menu2-fv .nav-dropdown-sm .link:focus,
#menu2-fv .nav-dropdown-sm .link:hover,
#menu2-fv .nav-dropdown-sm .dropdown-item:focus,
#menu2-fv .nav-dropdown-sm .dropdown-item:hover {
    background: #f7f7f7 !important;
}

#menu2-fv .navbar,
#menu2-fv .nav-dropdown-sm,
#menu2-fv .nav-dropdown-sm .link[aria-expanded="true"],
#menu2-fv .nav-dropdown-sm .dropdown-menu {
    background: #ffffff;
}

#menu2-fv .bg-color.transparent .link {
    color: #2b4484;
    transition: none;
}

#menu2-fv .bg-color.transparent.opened .link {
    transition: color 0.2s ease-in-out;
}

    #menu2-fv .bg-color.transparent.opened .link:hover,
    #menu2-fv .bg-color.transparent.opened .link:focus {
        color: #bb412e;
    }

#menu2-fv .link[aria-expanded="true"],
#menu2-fv .dropdown-item[aria-expanded="true"] {
    color: #bb412e !important;
}

#header6-n8 H3 {
    font-size: 36px;
    text-align: center;
}

#features21-fx .card .mbr-iconfont {
    background: #2b4484;
    border-color: #2b4484;
}

#features21-fx .mbr-table-cell {
    vertical-align: middle;
}

#features21-fx .heading-title {
    font-family: 'Libre Franklin', serif;
    font-size: 30px;
    color: #094587;
}

#features21-fx .card-title {
    color: #094587;
}

#features21-fx .card-text {
    color: #094587;
}

#content1-fy P {
    color: #094587;
    text-align: center;
}

#footer4-fz p {
    color: #000;
}

#footer4-fz P {
    color: #2b4484;
}

#menu2-g6 .hide-buttons .nav-btn {
    display: none !important;
}

#menu2-g6 .navbar-toggler {
    color: #2b4484;
}

#menu2-g6 .close-icon::before,
#menu2-g6 .close-icon::after {
    background-color: #2b4484;
}

#menu2-g6 .link,
#menu2-g6 .dropdown-item {
    color: #2b4484;
    font-family: 'Libre Franklin', serif;
}

#menu2-g6 .link {
    font-size: 0.8rem;
}

#menu2-g6 .dropdown-item,
#menu2-g6 .nav-dropdown-sm .link {
    font-size: 0.866rem;
}

#menu2-g6 .link:hover,
#menu2-g6 .link:focus {
    color: #bb412e;
}

#menu2-g6 .dropdown-item:hover::before,
#menu2-g6 .dropdown-item:focus::before {
    background: #bb412e;
}

#menu2-g6 .dropdown-item:hover,
#menu2-g6 .dropdown-item:focus {
    color: #2b4484;
}

#menu2-g6 .link[aria-expanded="true"],
#menu2-g6 .dropdown-menu {
    background: #ffffff;
}

#menu2-g6 .nav-dropdown-sm .link:focus,
#menu2-g6 .nav-dropdown-sm .link:hover,
#menu2-g6 .nav-dropdown-sm .dropdown-item:focus,
#menu2-g6 .nav-dropdown-sm .dropdown-item:hover {
    background: #f7f7f7 !important;
}

#menu2-g6 .navbar,
#menu2-g6 .nav-dropdown-sm,
#menu2-g6 .nav-dropdown-sm .link[aria-expanded="true"],
#menu2-g6 .nav-dropdown-sm .dropdown-menu {
    background: #ffffff;
}

#menu2-g6 .bg-color.transparent .link {
    color: #2b4484;
    transition: none;
}

#menu2-g6 .bg-color.transparent.opened .link {
    transition: color 0.2s ease-in-out;
}

    #menu2-g6 .bg-color.transparent.opened .link:hover,
    #menu2-g6 .bg-color.transparent.opened .link:focus {
        color: #bb412e;
    }

#menu2-g6 .link[aria-expanded="true"],
#menu2-g6 .dropdown-item[aria-expanded="true"] {
    color: #bb412e !important;
}

#header6-ng H3 {
    text-align: center;
    font-size: 36px;
}

#features21-g8 .card .mbr-iconfont {
    background: #2b4484;
    border-color: #2b4484;
}

#features21-g8 .mbr-table-cell {
    vertical-align: middle;
}

#features21-g8 .heading-title {
    font-family: 'Libre Franklin', serif;
    font-size: 30px;
    color: #094587;
}

#features21-g8 .card-title {
    color: #094587;
}

#features21-g8 .card-text {
    color: #094587;
}

#content1-g9 P {
    color: #094587;
    text-align: center;
}

#footer4-ga p {
    color: #000;
}

#footer4-ga P {
    color: #2b4484;
}

#menu2-gb .hide-buttons .nav-btn {
    display: none !important;
}

#menu2-gb .navbar-toggler {
    color: #2b4484;
}

#menu2-gb .close-icon::before,
#menu2-gb .close-icon::after {
    background-color: #2b4484;
}

#menu2-gb .link,
#menu2-gb .dropdown-item {
    color: #2b4484;
    font-family: 'Libre Franklin', serif;
}

#menu2-gb .link {
    font-size: 0.8rem;
}

#menu2-gb .dropdown-item,
#menu2-gb .nav-dropdown-sm .link {
    font-size: 0.866rem;
}

#menu2-gb .link:hover,
#menu2-gb .link:focus {
    color: #bb412e;
}

#menu2-gb .dropdown-item:hover::before,
#menu2-gb .dropdown-item:focus::before {
    background: #bb412e;
}

#menu2-gb .dropdown-item:hover,
#menu2-gb .dropdown-item:focus {
    color: #2b4484;
}

#menu2-gb .link[aria-expanded="true"],
#menu2-gb .dropdown-menu {
    background: #ffffff;
}

#menu2-gb .nav-dropdown-sm .link:focus,
#menu2-gb .nav-dropdown-sm .link:hover,
#menu2-gb .nav-dropdown-sm .dropdown-item:focus,
#menu2-gb .nav-dropdown-sm .dropdown-item:hover {
    background: #f7f7f7 !important;
}

#menu2-gb .navbar,
#menu2-gb .nav-dropdown-sm,
#menu2-gb .nav-dropdown-sm .link[aria-expanded="true"],
#menu2-gb .nav-dropdown-sm .dropdown-menu {
    background: #ffffff;
}

#menu2-gb .bg-color.transparent .link {
    color: #2b4484;
    transition: none;
}

#menu2-gb .bg-color.transparent.opened .link {
    transition: color 0.2s ease-in-out;
}

    #menu2-gb .bg-color.transparent.opened .link:hover,
    #menu2-gb .bg-color.transparent.opened .link:focus {
        color: #bb412e;
    }

#menu2-gb .link[aria-expanded="true"],
#menu2-gb .dropdown-item[aria-expanded="true"] {
    color: #bb412e !important;
}

#header6-nc H3 {
    font-size: 36px;
    text-align: center;
}

#features21-gd .card .mbr-iconfont {
    background: #2b4484;
    border-color: #2b4484;
}

#features21-gd .mbr-table-cell {
    vertical-align: middle;
}

#features21-gd .heading-title {
    font-family: 'Libre Franklin', serif;
    font-size: 30px;
    color: #094587;
}

#features21-gd .card-title {
    color: #094587;
}

#features21-gd .card-text {
    color: #094587;
}

#content1-ge P {
    color: #094587;
    text-align: center;
}

#footer4-gf p {
    color: #000;
}

#footer4-gf P {
    color: #2b4484;
}

#menu2-gg .hide-buttons .nav-btn {
    display: none !important;
}

#menu2-gg .navbar-toggler {
    color: #2b4484;
}

#menu2-gg .close-icon::before,
#menu2-gg .close-icon::after {
    background-color: #2b4484;
}

#menu2-gg .link,
#menu2-gg .dropdown-item {
    color: #2b4484;
    font-family: 'Libre Franklin', serif;
}

#menu2-gg .link {
    font-size: 0.8rem;
}

#menu2-gg .dropdown-item,
#menu2-gg .nav-dropdown-sm .link {
    font-size: 0.866rem;
}

#menu2-gg .link:hover,
#menu2-gg .link:focus {
    color: #bb412e;
}

#menu2-gg .dropdown-item:hover::before,
#menu2-gg .dropdown-item:focus::before {
    background: #bb412e;
}

#menu2-gg .dropdown-item:hover,
#menu2-gg .dropdown-item:focus {
    color: #2b4484;
}

#menu2-gg .link[aria-expanded="true"],
#menu2-gg .dropdown-menu {
    background: #ffffff;
}

#menu2-gg .nav-dropdown-sm .link:focus,
#menu2-gg .nav-dropdown-sm .link:hover,
#menu2-gg .nav-dropdown-sm .dropdown-item:focus,
#menu2-gg .nav-dropdown-sm .dropdown-item:hover {
    background: #f7f7f7 !important;
}

#menu2-gg .navbar,
#menu2-gg .nav-dropdown-sm,
#menu2-gg .nav-dropdown-sm .link[aria-expanded="true"],
#menu2-gg .nav-dropdown-sm .dropdown-menu {
    background: #ffffff;
}

#menu2-gg .bg-color.transparent .link {
    color: #2b4484;
    transition: none;
}

#menu2-gg .bg-color.transparent.opened .link {
    transition: color 0.2s ease-in-out;
}

    #menu2-gg .bg-color.transparent.opened .link:hover,
    #menu2-gg .bg-color.transparent.opened .link:focus {
        color: #bb412e;
    }

#menu2-gg .link[aria-expanded="true"],
#menu2-gg .dropdown-item[aria-expanded="true"] {
    color: #bb412e !important;
}

#header6-nd H3 {
    font-size: 36px;
    text-align: center;
}

#features21-gi .card .mbr-iconfont {
    background: #2b4484;
    border-color: #2b4484;
}

#features21-gi .mbr-table-cell {
    vertical-align: middle;
}

#features21-gi .heading-title {
    font-family: 'Libre Franklin', serif;
    font-size: 30px;
    color: #094587;
}

#features21-gi .card-title {
    color: #094587;
}

#features21-gi .card-text {
    color: #094587;
}

#content1-gj P {
    color: #094587;
    text-align: center;
}

#footer4-gk p {
    color: #000;
}

#footer4-gk P {
    color: #2b4484;
}

#menu2-gl .hide-buttons .nav-btn {
    display: none !important;
}

#menu2-gl .navbar-toggler {
    color: #2b4484;
}

#menu2-gl .close-icon::before,
#menu2-gl .close-icon::after {
    background-color: #2b4484;
}

#menu2-gl .link,
#menu2-gl .dropdown-item {
    color: #2b4484;
    font-family: 'Libre Franklin', serif;
}

#menu2-gl .link {
    font-size: 0.8rem;
}

#menu2-gl .dropdown-item,
#menu2-gl .nav-dropdown-sm .link {
    font-size: 0.866rem;
}

#menu2-gl .link:hover,
#menu2-gl .link:focus {
    color: #bb412e;
}

#menu2-gl .dropdown-item:hover::before,
#menu2-gl .dropdown-item:focus::before {
    background: #bb412e;
}

#menu2-gl .dropdown-item:hover,
#menu2-gl .dropdown-item:focus {
    color: #2b4484;
}

#menu2-gl .link[aria-expanded="true"],
#menu2-gl .dropdown-menu {
    background: #ffffff;
}

#menu2-gl .nav-dropdown-sm .link:focus,
#menu2-gl .nav-dropdown-sm .link:hover,
#menu2-gl .nav-dropdown-sm .dropdown-item:focus,
#menu2-gl .nav-dropdown-sm .dropdown-item:hover {
    background: #f7f7f7 !important;
}

#menu2-gl .navbar,
#menu2-gl .nav-dropdown-sm,
#menu2-gl .nav-dropdown-sm .link[aria-expanded="true"],
#menu2-gl .nav-dropdown-sm .dropdown-menu {
    background: #ffffff;
}

#menu2-gl .bg-color.transparent .link {
    color: #2b4484;
    transition: none;
}

#menu2-gl .bg-color.transparent.opened .link {
    transition: color 0.2s ease-in-out;
}

    #menu2-gl .bg-color.transparent.opened .link:hover,
    #menu2-gl .bg-color.transparent.opened .link:focus {
        color: #bb412e;
    }

#menu2-gl .link[aria-expanded="true"],
#menu2-gl .dropdown-item[aria-expanded="true"] {
    color: #bb412e !important;
}

#header6-ne H3 {
    text-align: center;
    font-size: 36px;
}

#features21-gn .card .mbr-iconfont {
    background: #2b4484;
    border-color: #2b4484;
}

#features21-gn .mbr-table-cell {
    vertical-align: middle;
}

#features21-gn .heading-title {
    font-family: 'Libre Franklin', serif;
    font-size: 30px;
    color: #094587;
}

#features21-gn .card-title {
    color: #094587;
}

#features21-gn .card-text {
    color: #094587;
}

#content1-go P {
    color: #094587;
    text-align: center;
}

#footer4-gp p {
    color: #000;
}

#footer4-gp P {
    color: #2b4484;
}

#menu2-gq .hide-buttons .nav-btn {
    display: none !important;
}

#menu2-gq .navbar-toggler {
    color: #2b4484;
}

#menu2-gq .close-icon::before,
#menu2-gq .close-icon::after {
    background-color: #2b4484;
}

#menu2-gq .link,
#menu2-gq .dropdown-item {
    color: #2b4484;
    font-family: 'Libre Franklin', serif;
}

#menu2-gq .link {
    font-size: 0.8rem;
}

#menu2-gq .dropdown-item,
#menu2-gq .nav-dropdown-sm .link {
    font-size: 0.866rem;
}

#menu2-gq .link:hover,
#menu2-gq .link:focus {
    color: #bb412e;
}

#menu2-gq .dropdown-item:hover::before,
#menu2-gq .dropdown-item:focus::before {
    background: #bb412e;
}

#menu2-gq .dropdown-item:hover,
#menu2-gq .dropdown-item:focus {
    color: #2b4484;
}

#menu2-gq .link[aria-expanded="true"],
#menu2-gq .dropdown-menu {
    background: #ffffff;
}

#menu2-gq .nav-dropdown-sm .link:focus,
#menu2-gq .nav-dropdown-sm .link:hover,
#menu2-gq .nav-dropdown-sm .dropdown-item:focus,
#menu2-gq .nav-dropdown-sm .dropdown-item:hover {
    background: #f7f7f7 !important;
}

#menu2-gq .navbar,
#menu2-gq .nav-dropdown-sm,
#menu2-gq .nav-dropdown-sm .link[aria-expanded="true"],
#menu2-gq .nav-dropdown-sm .dropdown-menu {
    background: #ffffff;
}

#menu2-gq .bg-color.transparent .link {
    color: #2b4484;
    transition: none;
}

#menu2-gq .bg-color.transparent.opened .link {
    transition: color 0.2s ease-in-out;
}

    #menu2-gq .bg-color.transparent.opened .link:hover,
    #menu2-gq .bg-color.transparent.opened .link:focus {
        color: #bb412e;
    }

#menu2-gq .link[aria-expanded="true"],
#menu2-gq .dropdown-item[aria-expanded="true"] {
    color: #bb412e !important;
}

#header6-n9 H3 {
    font-size: 36px;
    text-align: center;
}

#features21-gs .card .mbr-iconfont {
    background: #2b4484;
    border-color: #2b4484;
}

#features21-gs .mbr-table-cell {
    vertical-align: middle;
}

#features21-gs .heading-title {
    font-family: 'Libre Franklin', serif;
    font-size: 30px;
    color: #094587;
}

#features21-gs .card-title {
    color: #094587;
}

#features21-gs .card-text {
    color: #094587;
}

#content1-gt P {
    color: #094587;
    text-align: center;
}

#footer4-gu p {
    color: #000;
}

#footer4-gu P {
    color: #2b4484;
}

#menu2-gv .hide-buttons .nav-btn {
    display: none !important;
}

#menu2-gv .navbar-toggler {
    color: #2b4484;
}

#menu2-gv .close-icon::before,
#menu2-gv .close-icon::after {
    background-color: #2b4484;
}

#menu2-gv .link,
#menu2-gv .dropdown-item {
    color: #2b4484;
    font-family: 'Libre Franklin', serif;
}

#menu2-gv .link {
    font-size: 0.8rem;
}

#menu2-gv .dropdown-item,
#menu2-gv .nav-dropdown-sm .link {
    font-size: 0.866rem;
}

#menu2-gv .link:hover,
#menu2-gv .link:focus {
    color: #bb412e;
}

#menu2-gv .dropdown-item:hover::before,
#menu2-gv .dropdown-item:focus::before {
    background: #bb412e;
}

#menu2-gv .dropdown-item:hover,
#menu2-gv .dropdown-item:focus {
    color: #2b4484;
}

#menu2-gv .link[aria-expanded="true"],
#menu2-gv .dropdown-menu {
    background: #ffffff;
}

#menu2-gv .nav-dropdown-sm .link:focus,
#menu2-gv .nav-dropdown-sm .link:hover,
#menu2-gv .nav-dropdown-sm .dropdown-item:focus,
#menu2-gv .nav-dropdown-sm .dropdown-item:hover {
    background: #f7f7f7 !important;
}

#menu2-gv .navbar,
#menu2-gv .nav-dropdown-sm,
#menu2-gv .nav-dropdown-sm .link[aria-expanded="true"],
#menu2-gv .nav-dropdown-sm .dropdown-menu {
    background: #ffffff;
}

#menu2-gv .bg-color.transparent .link {
    color: #2b4484;
    transition: none;
}

#menu2-gv .bg-color.transparent.opened .link {
    transition: color 0.2s ease-in-out;
}

    #menu2-gv .bg-color.transparent.opened .link:hover,
    #menu2-gv .bg-color.transparent.opened .link:focus {
        color: #bb412e;
    }

#menu2-gv .link[aria-expanded="true"],
#menu2-gv .dropdown-item[aria-expanded="true"] {
    color: #bb412e !important;
}

#header6-nb H3 {
    font-size: 36px;
    text-align: center;
}

#features21-gx .card .mbr-iconfont {
    background: #2b4484;
    border-color: #2b4484;
}

#features21-gx .mbr-table-cell {
    vertical-align: middle;
}

#features21-gx .heading-title {
    font-family: 'Libre Franklin', serif;
    font-size: 30px;
    color: #094587;
}

#features21-gx .card-title {
    color: #094587;
}

#features21-gx .card-text {
    color: #094587;
}

#content1-gy P {
    color: #094587;
    text-align: center;
}

#footer4-gz p {
    color: #000;
}

#footer4-gz P {
    color: #2b4484;
}

#menu2-h0 .hide-buttons .nav-btn {
    display: none !important;
}

#menu2-h0 .navbar-toggler {
    color: #2b4484;
}

#menu2-h0 .close-icon::before,
#menu2-h0 .close-icon::after {
    background-color: #2b4484;
}

#menu2-h0 .link,
#menu2-h0 .dropdown-item {
    color: #2b4484;
    font-family: 'Libre Franklin', serif;
}

#menu2-h0 .link {
    font-size: 0.8rem;
}

#menu2-h0 .dropdown-item,
#menu2-h0 .nav-dropdown-sm .link {
    font-size: 0.866rem;
}

#menu2-h0 .link:hover,
#menu2-h0 .link:focus {
    color: #bb412e;
}

#menu2-h0 .dropdown-item:hover::before,
#menu2-h0 .dropdown-item:focus::before {
    background: #bb412e;
}

#menu2-h0 .dropdown-item:hover,
#menu2-h0 .dropdown-item:focus {
    color: #2b4484;
}

#menu2-h0 .link[aria-expanded="true"],
#menu2-h0 .dropdown-menu {
    background: #ffffff;
}

#menu2-h0 .nav-dropdown-sm .link:focus,
#menu2-h0 .nav-dropdown-sm .link:hover,
#menu2-h0 .nav-dropdown-sm .dropdown-item:focus,
#menu2-h0 .nav-dropdown-sm .dropdown-item:hover {
    background: #f7f7f7 !important;
}

#menu2-h0 .navbar,
#menu2-h0 .nav-dropdown-sm,
#menu2-h0 .nav-dropdown-sm .link[aria-expanded="true"],
#menu2-h0 .nav-dropdown-sm .dropdown-menu {
    background: #ffffff;
}

#menu2-h0 .bg-color.transparent .link {
    color: #2b4484;
    transition: none;
}

#menu2-h0 .bg-color.transparent.opened .link {
    transition: color 0.2s ease-in-out;
}

    #menu2-h0 .bg-color.transparent.opened .link:hover,
    #menu2-h0 .bg-color.transparent.opened .link:focus {
        color: #bb412e;
    }

#menu2-h0 .link[aria-expanded="true"],
#menu2-h0 .dropdown-item[aria-expanded="true"] {
    color: #bb412e !important;
}

#header6-nf H3 {
    text-align: center;
    font-size: 36px;
}

#features21-h2 .card .mbr-iconfont {
    background: #2b4484;
    border-color: #2b4484;
}

#features21-h2 .mbr-table-cell {
    vertical-align: middle;
}

#features21-h2 .heading-title {
    font-family: 'Libre Franklin', serif;
    font-size: 30px;
    color: #094587;
}

#features21-h2 .card-title {
    color: #094587;
}

#features21-h2 .card-text {
    color: #094587;
}

#footer4-h4 p {
    color: #000;
}

#footer4-h4 P {
    color: #2b4484;
}



#menu2-h5 .hide-buttons .nav-btn {
    display: none !important;
}

#menu2-h5 .navbar-toggler {
    color: #2b4484;
}

#menu2-h5 .close-icon::before,
#menu2-h5 .close-icon::after {
    background-color: #2b4484;
}

#menu2-h5 .link,
#menu2-h5 .dropdown-item {
    color: #2b4484;
    font-family: 'Libre Franklin', serif;
}

#menu2-h5 .link {
    font-size: 0.8rem;
}

#menu2-h5 .dropdown-item,
#menu2-h5 .nav-dropdown-sm .link {
    font-size: 0.866rem;
}

#menu2-h5 .link:hover,
#menu2-h5 .link:focus {
    color: #bb412e;
}

#menu2-h5 .dropdown-item:hover::before,
#menu2-h5 .dropdown-item:focus::before {
    background: #bb412e;
}

#menu2-h5 .dropdown-item:hover,
#menu2-h5 .dropdown-item:focus {
    color: #2b4484;
}

#menu2-h5 .link[aria-expanded="true"],
#menu2-h5 .dropdown-menu {
    background: #ffffff;
}

#menu2-h5 .nav-dropdown-sm .link:focus,
#menu2-h5 .nav-dropdown-sm .link:hover,
#menu2-h5 .nav-dropdown-sm .dropdown-item:focus,
#menu2-h5 .nav-dropdown-sm .dropdown-item:hover {
    background: #f7f7f7 !important;
}

#menu2-h5 .navbar,
#menu2-h5 .nav-dropdown-sm,
#menu2-h5 .nav-dropdown-sm .link[aria-expanded="true"],
#menu2-h5 .nav-dropdown-sm .dropdown-menu {
    background: #ffffff;
}

#menu2-h5 .bg-color.transparent .link {
    color: #2b4484;
    transition: none;
}

#menu2-h5 .bg-color.transparent.opened .link {
    transition: color 0.2s ease-in-out;
}

    #menu2-h5 .bg-color.transparent.opened .link:hover,
    #menu2-h5 .bg-color.transparent.opened .link:focus {
        color: #bb412e;
    }

#menu2-h5 .link[aria-expanded="true"],
#menu2-h5 .dropdown-item[aria-expanded="true"] {
    color: #bb412e !important;
}

#header6-mu H3 {
    font-size: 36px;
    text-align: center;
}

#features21-qj .card .mbr-iconfont {
    background: #b71111;
    border-color: #b71111;
}

#features21-qj .mbr-table-cell {
    vertical-align: middle;
}

#features21-qj .heading-title {
    font-family: 'Libre Franklin', serif;
    font-size: 30px;
    color: #094587;
}

#features21-qj .card-title {
    color: #094587;
}

#features21-qj .card-text {
    color: #094587;
}

    #features21-qj .card-text B {
        color: #094587;
    }

#features21-qh .card .mbr-iconfont {
    background: #031a47;
    border-color: #031a47;
}

#features21-qh .mbr-table-cell {
    vertical-align: middle;
}

#features21-qh .heading-title {
    font-family: 'Cardo', serif; /*Chage font to Cardo weight 35*/
    font-size: 35px;
    color: #093079;
}

#features21-qh .card-title {
    color: #094587;
}

#features21-qh .card-text {
    color: #094587;
}

#features21-h8 .card .mbr-iconfont {
    background: #031a47;
    border-color: #031a47;
}

#features21-h8 .mbr-table-cell {
    vertical-align: middle;
}

#features21-h8 .heading-title {
    font-family: 'Libre Franklin', serif;
    font-size: 30px;
    color: #094587;
}

#features21-h8 .card-title {
    color: #094587;
}

#features21-h8 .card-text {
    color: #094587;
}

#footer4-hb p {
    color: #000;
}

#footer4-hb P {
    color: #2b4484;
}


#menu2-hc .hide-buttons .nav-btn {
    display: none !important;
}

#menu2-hc .navbar-toggler {
    color: #2b4484;
}

#menu2-hc .close-icon::before,
#menu2-hc .close-icon::after {
    background-color: #2b4484;
}

#menu2-hc .link,
#menu2-hc .dropdown-item {
    color: #2b4484;
    font-family: 'Libre Franklin', serif;
}

#menu2-hc .link {
    font-size: 0.8rem;
}

#menu2-hc .dropdown-item,
#menu2-hc .nav-dropdown-sm .link {
    font-size: 0.866rem;
}

#menu2-hc .link:hover,
#menu2-hc .link:focus {
    color: #bb412e;
}

#menu2-hc .dropdown-item:hover::before,
#menu2-hc .dropdown-item:focus::before {
    background: #bb412e;
}

#menu2-hc .dropdown-item:hover,
#menu2-hc .dropdown-item:focus {
    color: #2b4484;
}

#menu2-hc .link[aria-expanded="true"],
#menu2-hc .dropdown-menu {
    background: #ffffff;
}

#menu2-hc .nav-dropdown-sm .link:focus,
#menu2-hc .nav-dropdown-sm .link:hover,
#menu2-hc .nav-dropdown-sm .dropdown-item:focus,
#menu2-hc .nav-dropdown-sm .dropdown-item:hover {
    background: #f7f7f7 !important;
}

#menu2-hc .navbar,
#menu2-hc .nav-dropdown-sm,
#menu2-hc .nav-dropdown-sm .link[aria-expanded="true"],
#menu2-hc .nav-dropdown-sm .dropdown-menu {
    background: #ffffff;
}

#menu2-hc .bg-color.transparent .link {
    color: #2b4484;
    transition: none;
}

#menu2-hc .bg-color.transparent.opened .link {
    transition: color 0.2s ease-in-out;
}

    #menu2-hc .bg-color.transparent.opened .link:hover,
    #menu2-hc .bg-color.transparent.opened .link:focus {
        color: #bb412e;
    }

#menu2-hc .link[aria-expanded="true"],
#menu2-hc .dropdown-item[aria-expanded="true"] {
    color: #bb412e !important;
}

#header6-mz H3 {
    font-size: 36px;
    text-align: center;
}

#content8-hk P {
    color: #094587;
    text-align: left;
}

#content8-hl P {
    color: #094587;
}

#features21-he .card .mbr-iconfont {
    background: #031a47;
    border-color: #031a47;
}

#features21-he .mbr-table-cell {
    vertical-align: middle;
}

#features21-he .heading-title {
    font-family: 'Cardo', serif; /*Chage font to Cardo weight 35*/
    font-size: 35px;
    color: #093079;
}

#features21-he .card-title {
    color: #094587;
}

#features21-he .card-text {
    color: #094587;
}

#features21-hm .card .mbr-iconfont {
    background: #031a47;
    border-color: #031a47;
}

#features21-hm .mbr-table-cell {
    vertical-align: middle;
}

#features21-hm .heading-title {
    font-family: 'Libre Franklin', serif;
    font-size: 30px;
    color: #094587;
}

#features21-hm .card-title {
    color: #094587;
}

#features21-hm .card-text {
    color: #094587;
}

#content1-hf P {
    color: #094587;
    text-align: center;
}

#footer4-hg p {
    color: #000;
}

#footer4-hg P {
    color: #2b4484;
}

#menu2-hn .hide-buttons .nav-btn {
    display: none !important;
}

#menu2-hn .navbar-toggler {
    color: #2b4484;
}

#menu2-hn .close-icon::before,
#menu2-hn .close-icon::after {
    background-color: #2b4484;
}

#menu2-hn .link,
#menu2-hn .dropdown-item {
    color: #2b4484;
    font-family: 'Libre Franklin', serif;
}

#menu2-hn .link {
    font-size: 0.8rem;
}

#menu2-hn .dropdown-item,
#menu2-hn .nav-dropdown-sm .link {
    font-size: 0.866rem;
}

#menu2-hn .link:hover,
#menu2-hn .link:focus {
    color: #bb412e;
}

#menu2-hn .dropdown-item:hover::before,
#menu2-hn .dropdown-item:focus::before {
    background: #bb412e;
}

#menu2-hn .dropdown-item:hover,
#menu2-hn .dropdown-item:focus {
    color: #2b4484;
}

#menu2-hn .link[aria-expanded="true"],
#menu2-hn .dropdown-menu {
    background: #ffffff;
}

#menu2-hn .nav-dropdown-sm .link:focus,
#menu2-hn .nav-dropdown-sm .link:hover,
#menu2-hn .nav-dropdown-sm .dropdown-item:focus,
#menu2-hn .nav-dropdown-sm .dropdown-item:hover {
    background: #f7f7f7 !important;
}

#menu2-hn .navbar,
#menu2-hn .nav-dropdown-sm,
#menu2-hn .nav-dropdown-sm .link[aria-expanded="true"],
#menu2-hn .nav-dropdown-sm .dropdown-menu {
    background: #ffffff;
}

#menu2-hn .bg-color.transparent .link {
    color: #2b4484;
    transition: none;
}

#menu2-hn .bg-color.transparent.opened .link {
    transition: color 0.2s ease-in-out;
}

    #menu2-hn .bg-color.transparent.opened .link:hover,
    #menu2-hn .bg-color.transparent.opened .link:focus {
        color: #bb412e;
    }

#menu2-hn .link[aria-expanded="true"],
#menu2-hn .dropdown-item[aria-expanded="true"] {
    color: #bb412e !important;
}

#header6-n0 H3 {
    font-size: 36px;
    text-align: center;
}

#content8-hp P {
    color: #094587;
    text-align: left;
}

#features10-hw .mbr-iconfont {
    color: #2b4484;
    border-color: #2b4484;
}

#features10-hw .card-title {
    color: #094587;
}

#features21-hr .card .mbr-iconfont {
    background: #031a47;
    border-color: #031a47;
}

#features21-hr .mbr-table-cell {
    vertical-align: middle;
}

#features21-hr .heading-title {
    font-family: 'Libre Franklin', serif;
    font-size: 30px;
    color: #094587;
}

#features21-hr .card-title {
    color: #094587;
}

#features21-hr .card-text {
    color: #094587;
}

#footer4-hu p {
    color: #000;
}

#footer4-hu P {
    color: #2b4484;
}


#menu2-hx .hide-buttons .nav-btn {
    display: none !important;
}

#menu2-hx .navbar-toggler {
    color: #2b4484;
}

#menu2-hx .close-icon::before,
#menu2-hx .close-icon::after {
    background-color: #2b4484;
}

#menu2-hx .link,
#menu2-hx .dropdown-item {
    color: #2b4484;
    font-family: 'Libre Franklin', serif;
}

#menu2-hx .link {
    font-size: 0.8rem;
}

#menu2-hx .dropdown-item,
#menu2-hx .nav-dropdown-sm .link {
    font-size: 0.866rem;
}

#menu2-hx .link:hover,
#menu2-hx .link:focus {
    color: #bb412e;
}

#menu2-hx .dropdown-item:hover::before,
#menu2-hx .dropdown-item:focus::before {
    background: #bb412e;
}

#menu2-hx .dropdown-item:hover,
#menu2-hx .dropdown-item:focus {
    color: #2b4484;
}

#menu2-hx .link[aria-expanded="true"],
#menu2-hx .dropdown-menu {
    background: #ffffff;
}

#menu2-hx .nav-dropdown-sm .link:focus,
#menu2-hx .nav-dropdown-sm .link:hover,
#menu2-hx .nav-dropdown-sm .dropdown-item:focus,
#menu2-hx .nav-dropdown-sm .dropdown-item:hover {
    background: #f7f7f7 !important;
}

#menu2-hx .navbar,
#menu2-hx .nav-dropdown-sm,
#menu2-hx .nav-dropdown-sm .link[aria-expanded="true"],
#menu2-hx .nav-dropdown-sm .dropdown-menu {
    background: #ffffff;
}

#menu2-hx .bg-color.transparent .link {
    color: #2b4484;
    transition: none;
}

#menu2-hx .bg-color.transparent.opened .link {
    transition: color 0.2s ease-in-out;
}

    #menu2-hx .bg-color.transparent.opened .link:hover,
    #menu2-hx .bg-color.transparent.opened .link:focus {
        color: #bb412e;
    }

#menu2-hx .link[aria-expanded="true"],
#menu2-hx .dropdown-item[aria-expanded="true"] {
    color: #bb412e !important;
}

#header6-n6 H3 {
    font-size: 36px;
    text-align: center;
}

#content8-hz P {
    color: #094587;
    text-align: left;
}

#features10-i0 .mbr-iconfont {
    color: #2b4484;
    border-color: #2b4484;
}

#features10-i0 .card-title {
    color: #094587;
}

#features21-i1 .card .mbr-iconfont {
    background: #031a47;
    border-color: #031a47;
}

#features21-i1 .mbr-table-cell {
    vertical-align: middle;
}

#features21-i1 .heading-title {
    font-family: 'Libre Franklin', serif;
    font-size: 30px;
    color: #094587;
}

#features21-i1 .card-title {
    color: #094587;
}

#features21-i1 .card-text {
    color: #094587;
}

#footer4-i2 p {
    color: #000;
}

#footer4-i2 P {
    color: #2b4484;
}

#features21-qv .card .mbr-iconfont {
    background: #2b4484;
    border-color: #2b4484;
}

#features21-qv .mbr-table-cell {
    vertical-align: middle;
}

#features21-qv .heading-title {
    font-family: 'Libre Franklin', serif;
    font-size: 30px;
    color: #094587;
}

#features21-qv .card-title {
    color: #094587;
}

#features21-qv .card-text {
    color: #094587;
}


#menu2-i3 .hide-buttons .nav-btn {
    display: none !important;
}

#menu2-i3 .navbar-toggler {
    color: #2b4484;
}

#menu2-i3 .close-icon::before,
#menu2-i3 .close-icon::after {
    background-color: #2b4484;
}

#menu2-i3 .link,
#menu2-i3 .dropdown-item {
    color: #2b4484;
    font-family: 'Libre Franklin', serif;
}

#menu2-i3 .link {
    font-size: 0.8rem;
}

#menu2-i3 .dropdown-item,
#menu2-i3 .nav-dropdown-sm .link {
    font-size: 0.866rem;
}

#menu2-i3 .link:hover,
#menu2-i3 .link:focus {
    color: #bb412e;
}

#menu2-i3 .dropdown-item:hover::before,
#menu2-i3 .dropdown-item:focus::before {
    background: #bb412e;
}

#menu2-i3 .dropdown-item:hover,
#menu2-i3 .dropdown-item:focus {
    color: #2b4484;
}

#menu2-i3 .link[aria-expanded="true"],
#menu2-i3 .dropdown-menu {
    background: #ffffff;
}

#menu2-i3 .nav-dropdown-sm .link:focus,
#menu2-i3 .nav-dropdown-sm .link:hover,
#menu2-i3 .nav-dropdown-sm .dropdown-item:focus,
#menu2-i3 .nav-dropdown-sm .dropdown-item:hover {
    background: #f7f7f7 !important;
}

#menu2-i3 .navbar,
#menu2-i3 .nav-dropdown-sm,
#menu2-i3 .nav-dropdown-sm .link[aria-expanded="true"],
#menu2-i3 .nav-dropdown-sm .dropdown-menu {
    background: #ffffff;
}

#menu2-i3 .bg-color.transparent .link {
    color: #2b4484;
    transition: none;
}

#menu2-i3 .bg-color.transparent.opened .link {
    transition: color 0.2s ease-in-out;
}

    #menu2-i3 .bg-color.transparent.opened .link:hover,
    #menu2-i3 .bg-color.transparent.opened .link:focus {
        color: #bb412e;
    }

#menu2-i3 .link[aria-expanded="true"],
#menu2-i3 .dropdown-item[aria-expanded="true"] {
    color: #bb412e !important;
}

#header6-n1 H3 {
    font-size: 36px;
    text-align: center;
}

#content8-i5 P {
    color: #094587;
    text-align: left;
}

#features10-i6 .mbr-iconfont {
    color: #2b4484;
    border-color: #2b4484;
}

#features10-i6 .card-title {
    color: #094587;
}

#content1-ib P {
    color: #094587;
}

#content1-ib B {
    color: #094587;
}

#features21-i7 .card .mbr-iconfont {
    background: #031a47;
    border-color: #031a47;
}

#features21-i7 .mbr-table-cell {
    vertical-align: middle;
}

#features21-i7 .heading-title {
    font-family: 'Libre Franklin', serif;
    font-size: 30px;
    color: #094587;
}

#features21-i7 .card-title {
    color: #094587;
}

#features21-i7 .card-text {
    color: #094587;
}

#features21-ic .card .mbr-iconfont {
    background: #031a47;
    border-color: #031a47;
}

#features21-ic .mbr-table-cell {
    vertical-align: middle;
}

#features21-ic .heading-title {
    font-family: 'Libre Franklin', serif;
    font-size: 30px;
    color: #094587;
}

#features21-ic .card-title {
    color: #094587;
}

#features21-ic .card-text {
    color: #094587;
}

#footer4-i8 p {
    color: #000;
}

#footer4-i8 P {
    color: #2b4484;
}

#menu2-if .hide-buttons .nav-btn {
    display: none !important;
}

#menu2-if .navbar-toggler {
    color: #2b4484;
}

#menu2-if .close-icon::before,
#menu2-if .close-icon::after {
    background-color: #2b4484;
}

#menu2-if .link,
#menu2-if .dropdown-item {
    color: #2b4484;
    font-family: 'Libre Franklin', serif;
}

#menu2-if .link {
    font-size: 0.8rem;
}

#menu2-if .dropdown-item,
#menu2-if .nav-dropdown-sm .link {
    font-size: 0.866rem;
}

#menu2-if .link:hover,
#menu2-if .link:focus {
    color: #bb412e;
}

#menu2-if .dropdown-item:hover::before,
#menu2-if .dropdown-item:focus::before {
    background: #bb412e;
}

#menu2-if .dropdown-item:hover,
#menu2-if .dropdown-item:focus {
    color: #2b4484;
}

#menu2-if .link[aria-expanded="true"],
#menu2-if .dropdown-menu {
    background: #ffffff;
}

#menu2-if .nav-dropdown-sm .link:focus,
#menu2-if .nav-dropdown-sm .link:hover,
#menu2-if .nav-dropdown-sm .dropdown-item:focus,
#menu2-if .nav-dropdown-sm .dropdown-item:hover {
    background: #f7f7f7 !important;
}

#menu2-if .navbar,
#menu2-if .nav-dropdown-sm,
#menu2-if .nav-dropdown-sm .link[aria-expanded="true"],
#menu2-if .nav-dropdown-sm .dropdown-menu {
    background: #ffffff;
}

#menu2-if .bg-color.transparent .link {
    color: #2b4484;
    transition: none;
}

#menu2-if .bg-color.transparent.opened .link {
    transition: color 0.2s ease-in-out;
}

    #menu2-if .bg-color.transparent.opened .link:hover,
    #menu2-if .bg-color.transparent.opened .link:focus {
        color: #bb412e;
    }

#menu2-if .link[aria-expanded="true"],
#menu2-if .dropdown-item[aria-expanded="true"] {
    color: #bb412e !important;
}

#header6-n2 H3 {
    font-size: 36px;
    text-align: center;
}

#content8-ih P {
    color: #094587;
    text-align: left;
}

#content2-io P {
    color: #094587;
}

#features21-il .card .mbr-iconfont {
    background: #2b4484;
    border-color: #2b4484;
}

#features21-il .mbr-table-cell {
    vertical-align: middle;
}

#features21-il .heading-title {
    font-family: 'Libre Franklin', serif;
    font-size: 30px;
    color: #094587;
}

#features21-il .card-title {
    color: #094587;
}

#features21-il .card-text {
    color: #094587;
}

#footer4-in p {
    color: #000;
}

#footer4-in P {
    color: #2b4484;
}

#menu2-ip .hide-buttons .nav-btn {
    display: none !important;
}

#menu2-ip .navbar-toggler {
    color: #2b4484;
}

#menu2-ip .close-icon::before,
#menu2-ip .close-icon::after {
    background-color: #2b4484;
}

#menu2-ip .link,
#menu2-ip .dropdown-item {
    color: #2b4484;
    font-family: 'Libre Franklin', serif;
}

#menu2-ip .link {
    font-size: 0.8rem;
}

#menu2-ip .dropdown-item,
#menu2-ip .nav-dropdown-sm .link {
    font-size: 0.866rem;
}

#menu2-ip .link:hover,
#menu2-ip .link:focus {
    color: #bb412e;
}

#menu2-ip .dropdown-item:hover::before,
#menu2-ip .dropdown-item:focus::before {
    background: #bb412e;
}

#menu2-ip .dropdown-item:hover,
#menu2-ip .dropdown-item:focus {
    color: #2b4484;
}

#menu2-ip .link[aria-expanded="true"],
#menu2-ip .dropdown-menu {
    background: #ffffff;
}

#menu2-ip .nav-dropdown-sm .link:focus,
#menu2-ip .nav-dropdown-sm .link:hover,
#menu2-ip .nav-dropdown-sm .dropdown-item:focus,
#menu2-ip .nav-dropdown-sm .dropdown-item:hover {
    background: #f7f7f7 !important;
}

#menu2-ip .navbar,
#menu2-ip .nav-dropdown-sm,
#menu2-ip .nav-dropdown-sm .link[aria-expanded="true"],
#menu2-ip .nav-dropdown-sm .dropdown-menu {
    background: #ffffff;
}

#menu2-ip .bg-color.transparent .link {
    color: #2b4484;
    transition: none;
}

#menu2-ip .bg-color.transparent.opened .link {
    transition: color 0.2s ease-in-out;
}

    #menu2-ip .bg-color.transparent.opened .link:hover,
    #menu2-ip .bg-color.transparent.opened .link:focus {
        color: #bb412e;
    }

#menu2-ip .link[aria-expanded="true"],
#menu2-ip .dropdown-item[aria-expanded="true"] {
    color: #bb412e !important;
}

#header6-n3 H3 {
    font-size: 36px;
    text-align: center;
}

#content8-ir P {
    color: #094587;
    text-align: left;
}

#content2-is P {
    color: #094587;
}

#features21-it .card .mbr-iconfont {
    background: #031a47;
    border-color: #031a47;
}

#features21-it .mbr-table-cell {
    vertical-align: middle;
}

#features21-it .heading-title {
    font-family: 'Libre Franklin', serif;
    font-size: 30px;
    color: #094587;
}

#features21-it .card-title {
    color: #094587;
}

#features21-it .card-text {
    color: #094587;
}

#footer4-iu p {
    color: #000;
}

#footer4-iu P {
    color: #2b4484;
}

#menu2-iv .hide-buttons .nav-btn {
    display: none !important;
}

#menu2-iv .navbar-toggler {
    color: #2b4484;
}

#menu2-iv .close-icon::before,
#menu2-iv .close-icon::after {
    background-color: #2b4484;
}

#menu2-iv .link,
#menu2-iv .dropdown-item {
    color: #2b4484;
    font-family: 'Libre Franklin', serif;
}

#menu2-iv .link {
    font-size: 0.8rem;
}

#menu2-iv .dropdown-item,
#menu2-iv .nav-dropdown-sm .link {
    font-size: 0.866rem;
}

#menu2-iv .link:hover,
#menu2-iv .link:focus {
    color: #bb412e;
}

#menu2-iv .dropdown-item:hover::before,
#menu2-iv .dropdown-item:focus::before {
    background: #bb412e;
}

#menu2-iv .dropdown-item:hover,
#menu2-iv .dropdown-item:focus {
    color: #2b4484;
}

#menu2-iv .link[aria-expanded="true"],
#menu2-iv .dropdown-menu {
    background: #ffffff;
}

#menu2-iv .nav-dropdown-sm .link:focus,
#menu2-iv .nav-dropdown-sm .link:hover,
#menu2-iv .nav-dropdown-sm .dropdown-item:focus,
#menu2-iv .nav-dropdown-sm .dropdown-item:hover {
    background: #f7f7f7 !important;
}

#menu2-iv .navbar,
#menu2-iv .nav-dropdown-sm,
#menu2-iv .nav-dropdown-sm .link[aria-expanded="true"],
#menu2-iv .nav-dropdown-sm .dropdown-menu {
    background: #ffffff;
}

#menu2-iv .bg-color.transparent .link {
    color: #2b4484;
    transition: none;
}

#menu2-iv .bg-color.transparent.opened .link {
    transition: color 0.2s ease-in-out;
}

    #menu2-iv .bg-color.transparent.opened .link:hover,
    #menu2-iv .bg-color.transparent.opened .link:focus {
        color: #bb412e;
    }

#menu2-iv .link[aria-expanded="true"],
#menu2-iv .dropdown-item[aria-expanded="true"] {
    color: #bb412e !important;
}

#header6-n4 H3 {
    font-size: 36px;
    text-align: center;
}

#content8-ix P {
    color: #094587;
    text-align: left;
}

#content2-iy P {
    color: #094587;
}

#features21-iz .card .mbr-iconfont {
    background: #2b4484;
    border-color: #2b4484;
}

#features21-iz .mbr-table-cell {
    vertical-align: middle;
}

#features21-iz .heading-title {
    font-family: 'Libre Franklin', serif;
    font-size: 30px;
    color: #094587;
}

#features21-iz .card-title {
    color: #094587;
}

#features21-iz .card-text {
    color: #094587;
}

#footer4-j0 p {
    color: #000;
}

#footer4-j0 P {
    color: #2b4484;
}

#menu2-j2 .hide-buttons .nav-btn {
    display: none !important;
}

#menu2-j2 .navbar-toggler {
    color: #2b4484;
}

#menu2-j2 .close-icon::before,
#menu2-j2 .close-icon::after {
    background-color: #2b4484;
}

#menu2-j2 .link,
#menu2-j2 .dropdown-item {
    color: #2b4484;
    font-family: 'Libre Franklin', serif;
}

#menu2-j2 .link {
    font-size: 0.8rem;
}

#menu2-j2 .dropdown-item,
#menu2-j2 .nav-dropdown-sm .link {
    font-size: 0.866rem;
}

#menu2-j2 .link:hover,
#menu2-j2 .link:focus {
    color: #bb412e;
}

#menu2-j2 .dropdown-item:hover::before,
#menu2-j2 .dropdown-item:focus::before {
    background: #bb412e;
}

#menu2-j2 .dropdown-item:hover,
#menu2-j2 .dropdown-item:focus {
    color: #2b4484;
}

#menu2-j2 .link[aria-expanded="true"],
#menu2-j2 .dropdown-menu {
    background: #ffffff;
}

#menu2-j2 .nav-dropdown-sm .link:focus,
#menu2-j2 .nav-dropdown-sm .link:hover,
#menu2-j2 .nav-dropdown-sm .dropdown-item:focus,
#menu2-j2 .nav-dropdown-sm .dropdown-item:hover {
    background: #f7f7f7 !important;
}

#menu2-j2 .navbar,
#menu2-j2 .nav-dropdown-sm,
#menu2-j2 .nav-dropdown-sm .link[aria-expanded="true"],
#menu2-j2 .nav-dropdown-sm .dropdown-menu {
    background: #ffffff;
}

#menu2-j2 .bg-color.transparent .link {
    color: #2b4484;
    transition: none;
}

#menu2-j2 .bg-color.transparent.opened .link {
    transition: color 0.2s ease-in-out;
}

    #menu2-j2 .bg-color.transparent.opened .link:hover,
    #menu2-j2 .bg-color.transparent.opened .link:focus {
        color: #bb412e;
    }

#menu2-j2 .link[aria-expanded="true"],
#menu2-j2 .dropdown-item[aria-expanded="true"] {
    color: #bb412e !important;
}

#header6-n5 H3 {
    font-size: 36px;
    text-align: center;
}

#content8-j4 P {
    color: #094587;
    text-align: left;
}

#content2-j5 P {
    color: #094587;
}

#features21-j7 .card .mbr-iconfont {
    background: #2b4484;
    border-color: #2b4484;
}

#features21-j7 .mbr-table-cell {
    vertical-align: middle;
}

#features21-j7 .heading-title {
    font-family: 'Libre Franklin', serif;
    font-size: 30px;
    color: #094587;
}

#features21-j7 .card-title {
    color: #094587;
}

#features21-j7 .card-text {
    color: #094587;
}

#footer4-j8 p {
    color: #000;
}

#footer4-j8 P {
    color: #2b4484;
}

#header6-j9 H3 {
    font-size: 36px;
    color: #2b4484;
}

#header6-j9 B {
    font-size: 32px;
}

#header6-j9 P {
    color: #2b4484;
}

#content3-ja .mbr-section-title,
#content3-ja .mbr-section-subtitle {
    text-align: center;
}

#content3-ja H1 {
    color: #2b4484;
    text-align: right;
    font-size: 30px;
}

#content3-ja P {
    color: #2b4484;
    text-align: right;
}

#features4-jb .card {
    background-color: transparent;
    box-shadow: none;
    border: none;
}

#features4-jb .card-img a {
    border-width: 2px;
    line-height: 72px;
}

#features4-jb .mbr-iconfont {
    color: #94a5d0;
    border-color: #94a5d0;
}

#features4-jb .heading-title {
    color: #2b4484;
}

#features4-jb .heading-text {
    color: #2b4484;
}

#features4-jb .card-title {
    color: #2b4484;
}

#features4-jb .card-text {
    color: #2b4484;
}

#custom-html-jc {
    /* Type valid CSS here */
}

    #custom-html-jc div {
        margin-top: 21px;
        margin-bottom: 25px;
        margin-right: 150px;
        margin-left: 175px;
    }

    #custom-html-jc p,
    #custom-html-jc h1,
    #custom-html-jc li {
        color: #2b4484;
    }

    #custom-html-jc div.border {
        border-style: solid;
        border-bottom-width: 25px;
        color: #a8cdec;
    }

#menu2-jd .hide-buttons .nav-btn {
    display: none !important;
}

#menu2-jd .navbar-toggler {
    color: #2b4484;
}

#menu2-jd .close-icon::before,
#menu2-jd .close-icon::after {
    background-color: #2b4484;
}

#menu2-jd .link,
#menu2-jd .dropdown-item {
    color: #2b4484;
    font-family: 'Libre Franklin', serif;
}

#menu2-jd .link {
    font-size: 0.8rem;
}

#menu2-jd .dropdown-item,
#menu2-jd .nav-dropdown-sm .link {
    font-size: 0.866rem;
}

#menu2-jd .link:hover,
#menu2-jd .link:focus {
    color: #bb412e;
}

#menu2-jd .dropdown-item:hover::before,
#menu2-jd .dropdown-item:focus::before {
    background: #bb412e;
}

#menu2-jd .dropdown-item:hover,
#menu2-jd .dropdown-item:focus {
    color: #2b4484;
}

#menu2-jd .link[aria-expanded="true"],
#menu2-jd .dropdown-menu {
    background: #ffffff;
}

#menu2-jd .nav-dropdown-sm .link:focus,
#menu2-jd .nav-dropdown-sm .link:hover,
#menu2-jd .nav-dropdown-sm .dropdown-item:focus,
#menu2-jd .nav-dropdown-sm .dropdown-item:hover {
    background: #f7f7f7 !important;
}

#menu2-jd .navbar,
#menu2-jd .nav-dropdown-sm,
#menu2-jd .nav-dropdown-sm .link[aria-expanded="true"],
#menu2-jd .nav-dropdown-sm .dropdown-menu {
    background: #ffffff;
}

#menu2-jd .bg-color.transparent .link {
    color: #2b4484;
    transition: none;
}

#menu2-jd .bg-color.transparent.opened .link {
    transition: color 0.2s ease-in-out;
}

    #menu2-jd .bg-color.transparent.opened .link:hover,
    #menu2-jd .bg-color.transparent.opened .link:focus {
        color: #bb412e;
    }

#menu2-jd .link[aria-expanded="true"],
#menu2-jd .dropdown-item[aria-expanded="true"] {
    color: #bb412e !important;
}

#footer4-je p {
    color: #000;
}

#footer4-je P {
    color: #2b4484;
}

#header6-jf H3 {
    font-size: 36px;
    color: #2b4484;
}

#header6-jf B {
    font-size: 32px;
}

#header6-jf P {
    color: #2b4484;
}

#content3-jg .mbr-section-title,
#content3-jg .mbr-section-subtitle {
    text-align: center;
}

#content3-jg H1 {
    color: #2b4484;
    text-align: right;
    font-size: 30px;
}

#content3-jg P {
    color: #2b4484;
    text-align: right;
}

#features4-jh .card {
    background-color: transparent;
    box-shadow: none;
    border: none;
}

#features4-jh .card-img a {
    border-width: 2px;
    line-height: 72px;
}

#features4-jh .mbr-iconfont {
    color: #94a5d0;
    border-color: #94a5d0;
}

#features4-jh .heading-title {
    color: #2b4484;
}

#features4-jh .heading-text {
    color: #2b4484;
}

#features4-jh .card-title {
    color: #2b4484;
}

#features4-jh .card-text {
    color: #2b4484;
}

#custom-html-ji {
    /* Type valid CSS here */
}

    #custom-html-ji div {
        margin-top: 21px;
        margin-bottom: 25px;
        margin-right: 150px;
        margin-left: 175px;
    }

    #custom-html-ji p,
    #custom-html-ji h1,
    #custom-html-ji li {
        color: #2b4484;
    }

    #custom-html-ji div.border {
        border-style: solid;
        border-bottom-width: 25px;
        color: #a8cdec;
    }

#menu2-jj .hide-buttons .nav-btn {
    display: none !important;
}

#menu2-jj .navbar-toggler {
    color: #2b4484;
}

#menu2-jj .close-icon::before,
#menu2-jj .close-icon::after {
    background-color: #2b4484;
}

#menu2-jj .link,
#menu2-jj .dropdown-item {
    color: #2b4484;
    font-family: 'Libre Franklin', serif;
}

#menu2-jj .link {
    font-size: 0.8rem;
}

#menu2-jj .dropdown-item,
#menu2-jj .nav-dropdown-sm .link {
    font-size: 0.866rem;
}

#menu2-jj .link:hover,
#menu2-jj .link:focus {
    color: #bb412e;
}

#menu2-jj .dropdown-item:hover::before,
#menu2-jj .dropdown-item:focus::before {
    background: #bb412e;
}

#menu2-jj .dropdown-item:hover,
#menu2-jj .dropdown-item:focus {
    color: #2b4484;
}

#menu2-jj .link[aria-expanded="true"],
#menu2-jj .dropdown-menu {
    background: #ffffff;
}

#menu2-jj .nav-dropdown-sm .link:focus,
#menu2-jj .nav-dropdown-sm .link:hover,
#menu2-jj .nav-dropdown-sm .dropdown-item:focus,
#menu2-jj .nav-dropdown-sm .dropdown-item:hover {
    background: #f7f7f7 !important;
}

#menu2-jj .navbar,
#menu2-jj .nav-dropdown-sm,
#menu2-jj .nav-dropdown-sm .link[aria-expanded="true"],
#menu2-jj .nav-dropdown-sm .dropdown-menu {
    background: #ffffff;
}

#menu2-jj .bg-color.transparent .link {
    color: #2b4484;
    transition: none;
}

#menu2-jj .bg-color.transparent.opened .link {
    transition: color 0.2s ease-in-out;
}

    #menu2-jj .bg-color.transparent.opened .link:hover,
    #menu2-jj .bg-color.transparent.opened .link:focus {
        color: #bb412e;
    }

#menu2-jj .link[aria-expanded="true"],
#menu2-jj .dropdown-item[aria-expanded="true"] {
    color: #bb412e !important;
}

#footer4-jk p {
    color: #000;
}

#footer4-jk P {
    color: #2b4484;
}

#header6-jl H3 {
    font-size: 36px;
    color: #2b4484;
}

#header6-jl B {
    font-size: 32px;
}

#header6-jl P {
    color: #2b4484;
}

#content3-jm .mbr-section-title,
#content3-jm .mbr-section-subtitle {
    text-align: center;
}

#content3-jm H1 {
    color: #2b4484;
    text-align: right;
    font-size: 30px;
}

#content3-jm P {
    color: #2b4484;
    text-align: right;
}

#features4-jn .card {
    background-color: transparent;
    box-shadow: none;
    border: none;
}

#features4-jn .card-img a {
    border-width: 2px;
    line-height: 72px;
}

#features4-jn .mbr-iconfont {
    color: #94a5d0;
    border-color: #94a5d0;
}

#features4-jn .heading-title {
    color: #2b4484;
}

#features4-jn .heading-text {
    color: #2b4484;
}

#features4-jn .card-title {
    color: #2b4484;
}

#features4-jn .card-text {
    color: #2b4484;
}

#custom-html-jo {
    /* Type valid CSS here */
}

    #custom-html-jo div {
        margin-top: 21px;
        margin-bottom: 25px;
        margin-right: 150px;
        margin-left: 175px;
    }

    #custom-html-jo p,
    #custom-html-jo h1,
    #custom-html-jo li {
        color: #2b4484;
    }

    #custom-html-jo div.border {
        border-style: solid;
        border-bottom-width: 25px;
        color: #a8cdec;
    }

#menu2-jp .hide-buttons .nav-btn {
    display: none !important;
}

#menu2-jp .navbar-toggler {
    color: #2b4484;
}

#menu2-jp .close-icon::before,
#menu2-jp .close-icon::after {
    background-color: #2b4484;
}

#menu2-jp .link,
#menu2-jp .dropdown-item {
    color: #2b4484;
    font-family: 'Libre Franklin', serif;
}

#menu2-jp .link {
    font-size: 0.8rem;
}

#menu2-jp .dropdown-item,
#menu2-jp .nav-dropdown-sm .link {
    font-size: 0.866rem;
}

#menu2-jp .link:hover,
#menu2-jp .link:focus {
    color: #bb412e;
}

#menu2-jp .dropdown-item:hover::before,
#menu2-jp .dropdown-item:focus::before {
    background: #bb412e;
}

#menu2-jp .dropdown-item:hover,
#menu2-jp .dropdown-item:focus {
    color: #2b4484;
}

#menu2-jp .link[aria-expanded="true"],
#menu2-jp .dropdown-menu {
    background: #ffffff;
}

#menu2-jp .nav-dropdown-sm .link:focus,
#menu2-jp .nav-dropdown-sm .link:hover,
#menu2-jp .nav-dropdown-sm .dropdown-item:focus,
#menu2-jp .nav-dropdown-sm .dropdown-item:hover {
    background: #f7f7f7 !important;
}

#menu2-jp .navbar,
#menu2-jp .nav-dropdown-sm,
#menu2-jp .nav-dropdown-sm .link[aria-expanded="true"],
#menu2-jp .nav-dropdown-sm .dropdown-menu {
    background: #ffffff;
}

#menu2-jp .bg-color.transparent .link {
    color: #2b4484;
    transition: none;
}

#menu2-jp .bg-color.transparent.opened .link {
    transition: color 0.2s ease-in-out;
}

    #menu2-jp .bg-color.transparent.opened .link:hover,
    #menu2-jp .bg-color.transparent.opened .link:focus {
        color: #bb412e;
    }

#menu2-jp .link[aria-expanded="true"],
#menu2-jp .dropdown-item[aria-expanded="true"] {
    color: #bb412e !important;
}

#footer4-jq p {
    color: #000;
}

#footer4-jq P {
    color: #2b4484;
}

#header6-jr H3 {
    font-size: 36px;
    color: #2b4484;
}

#header6-jr B {
    font-size: 32px;
}

#header6-jr P {
    color: #2b4484;
}

#content3-js .mbr-section-title,
#content3-js .mbr-section-subtitle {
    text-align: center;
}

#content3-js H1 {
    color: #2b4484;
    text-align: right;
    font-size: 30px;
}

#content3-js P {
    color: #2b4484;
    text-align: right;
}

#features4-jt .card {
    background-color: transparent;
    box-shadow: none;
    border: none;
}

#features4-jt .card-img a {
    border-width: 2px;
    line-height: 72px;
}

#features4-jt .mbr-iconfont {
    color: #94a5d0;
    border-color: #94a5d0;
}

#features4-jt .heading-title {
    color: #2b4484;
}

#features4-jt .heading-text {
    color: #2b4484;
}

#features4-jt .card-title {
    color: #2b4484;
}

#features4-jt .card-text {
    color: #2b4484;
}

#custom-html-ju {
    /* Type valid CSS here */
}

    #custom-html-ju div {
        margin-top: 21px;
        margin-bottom: 25px;
        margin-right: 150px;
        margin-left: 175px;
    }

    #custom-html-ju p,
    #custom-html-ju h1,
    #custom-html-ju li {
        color: #2b4484;
    }

    #custom-html-ju div.border {
        border-style: solid;
        border-bottom-width: 25px;
        color: #a8cdec;
    }

#menu2-jv .hide-buttons .nav-btn {
    display: none !important;
}

#menu2-jv .navbar-toggler {
    color: #2b4484;
}

#menu2-jv .close-icon::before,
#menu2-jv .close-icon::after {
    background-color: #2b4484;
}

#menu2-jv .link,
#menu2-jv .dropdown-item {
    color: #2b4484;
    font-family: 'Libre Franklin', serif;
}

#menu2-jv .link {
    font-size: 0.8rem;
}

#menu2-jv .dropdown-item,
#menu2-jv .nav-dropdown-sm .link {
    font-size: 0.866rem;
}

#menu2-jv .link:hover,
#menu2-jv .link:focus {
    color: #bb412e;
}

#menu2-jv .dropdown-item:hover::before,
#menu2-jv .dropdown-item:focus::before {
    background: #bb412e;
}

#menu2-jv .dropdown-item:hover,
#menu2-jv .dropdown-item:focus {
    color: #2b4484;
}

#menu2-jv .link[aria-expanded="true"],
#menu2-jv .dropdown-menu {
    background: #ffffff;
}

#menu2-jv .nav-dropdown-sm .link:focus,
#menu2-jv .nav-dropdown-sm .link:hover,
#menu2-jv .nav-dropdown-sm .dropdown-item:focus,
#menu2-jv .nav-dropdown-sm .dropdown-item:hover {
    background: #f7f7f7 !important;
}

#menu2-jv .navbar,
#menu2-jv .nav-dropdown-sm,
#menu2-jv .nav-dropdown-sm .link[aria-expanded="true"],
#menu2-jv .nav-dropdown-sm .dropdown-menu {
    background: #ffffff;
}

#menu2-jv .bg-color.transparent .link {
    color: #2b4484;
    transition: none;
}

#menu2-jv .bg-color.transparent.opened .link {
    transition: color 0.2s ease-in-out;
}

    #menu2-jv .bg-color.transparent.opened .link:hover,
    #menu2-jv .bg-color.transparent.opened .link:focus {
        color: #bb412e;
    }

#menu2-jv .link[aria-expanded="true"],
#menu2-jv .dropdown-item[aria-expanded="true"] {
    color: #bb412e !important;
}

#footer4-jw p {
    color: #000;
}

#footer4-jw P {
    color: #2b4484;
}

#header6-jx H3 {
    font-size: 36px;
    color: #2b4484;
}

#header6-jx B {
    font-size: 32px;
}

#header6-jx P {
    color: #2b4484;
}

#content3-jy .mbr-section-title,
#content3-jy .mbr-section-subtitle {
    text-align: center;
}

#content3-jy H1 {
    color: #2b4484;
    text-align: right;
    font-size: 30px;
}

#content3-jy P {
    color: #2b4484;
    text-align: right;
}

#features4-jz .card {
    background-color: transparent;
    box-shadow: none;
    border: none;
}

#features4-jz .card-img a {
    border-width: 2px;
    line-height: 72px;
}

#features4-jz .mbr-iconfont {
    color: #94a5d0;
    border-color: #94a5d0;
}

#features4-jz .heading-title {
    color: #2b4484;
}

#features4-jz .heading-text {
    color: #2b4484;
}

#features4-jz .card-title {
    color: #2b4484;
}

#features4-jz .card-text {
    color: #2b4484;
}

#custom-html-k0 {
    /* Type valid CSS here */
}

    #custom-html-k0 div {
        margin-top: 21px;
        margin-bottom: 25px;
        margin-right: 150px;
        margin-left: 175px;
    }

    #custom-html-k0 p,
    #custom-html-k0 h1,
    #custom-html-k0 li {
        color: #2b4484;
    }

    #custom-html-k0 div.border {
        border-style: solid;
        border-bottom-width: 25px;
        color: #a8cdec;
    }

#menu2-k1 .hide-buttons .nav-btn {
    display: none !important;
}

#menu2-k1 .navbar-toggler {
    color: #2b4484;
}

#menu2-k1 .close-icon::before,
#menu2-k1 .close-icon::after {
    background-color: #2b4484;
}

#menu2-k1 .link,
#menu2-k1 .dropdown-item {
    color: #2b4484;
    font-family: 'Libre Franklin', serif;
}

#menu2-k1 .link {
    font-size: 0.8rem;
}

#menu2-k1 .dropdown-item,
#menu2-k1 .nav-dropdown-sm .link {
    font-size: 0.866rem;
}

#menu2-k1 .link:hover,
#menu2-k1 .link:focus {
    color: #bb412e;
}

#menu2-k1 .dropdown-item:hover::before,
#menu2-k1 .dropdown-item:focus::before {
    background: #bb412e;
}

#menu2-k1 .dropdown-item:hover,
#menu2-k1 .dropdown-item:focus {
    color: #2b4484;
}

#menu2-k1 .link[aria-expanded="true"],
#menu2-k1 .dropdown-menu {
    background: #ffffff;
}

#menu2-k1 .nav-dropdown-sm .link:focus,
#menu2-k1 .nav-dropdown-sm .link:hover,
#menu2-k1 .nav-dropdown-sm .dropdown-item:focus,
#menu2-k1 .nav-dropdown-sm .dropdown-item:hover {
    background: #f7f7f7 !important;
}

#menu2-k1 .navbar,
#menu2-k1 .nav-dropdown-sm,
#menu2-k1 .nav-dropdown-sm .link[aria-expanded="true"],
#menu2-k1 .nav-dropdown-sm .dropdown-menu {
    background: #ffffff;
}

#menu2-k1 .bg-color.transparent .link {
    color: #2b4484;
    transition: none;
}

#menu2-k1 .bg-color.transparent.opened .link {
    transition: color 0.2s ease-in-out;
}

    #menu2-k1 .bg-color.transparent.opened .link:hover,
    #menu2-k1 .bg-color.transparent.opened .link:focus {
        color: #bb412e;
    }

#menu2-k1 .link[aria-expanded="true"],
#menu2-k1 .dropdown-item[aria-expanded="true"] {
    color: #bb412e !important;
}

#footer4-k2 p {
    color: #000;
}

#footer4-k2 P {
    color: #2b4484;
}

#header6-k3 H3 {
    font-size: 36px;
    color: #2b4484;
}

#header6-k3 B {
    font-size: 32px;
}

#header6-k3 P {
    color: #2b4484;
}

#content3-k4 .mbr-section-title,
#content3-k4 .mbr-section-subtitle {
    text-align: center;
}

#content3-k4 H1 {
    color: #2b4484;
    text-align: right;
    font-size: 30px;
}

#content3-k4 P {
    color: #2b4484;
    text-align: right;
}

#features4-k5 .card {
    background-color: transparent;
    box-shadow: none;
    border: none;
}

#features4-k5 .card-img a {
    border-width: 2px;
    line-height: 72px;
}

#features4-k5 .mbr-iconfont {
    color: #94a5d0;
    border-color: #94a5d0;
}

#features4-k5 .heading-title {
    color: #2b4484;
}

#features4-k5 .heading-text {
    color: #2b4484;
}

#features4-k5 .card-title {
    color: #2b4484;
}

#features4-k5 .card-text {
    color: #2b4484;
}

#custom-html-k6 {
    /* Type valid CSS here */
}

    #custom-html-k6 div {
        margin-top: 21px;
        margin-bottom: 25px;
        margin-right: 150px;
        margin-left: 175px;
    }

    #custom-html-k6 p,
    #custom-html-k6 h1,
    #custom-html-k6 li {
        color: #2b4484;
    }

    #custom-html-k6 div.border {
        border-style: solid;
        border-bottom-width: 25px;
        color: #a8cdec;
    }

#menu2-k7 .hide-buttons .nav-btn {
    display: none !important;
}

#menu2-k7 .navbar-toggler {
    color: #2b4484;
}

#menu2-k7 .close-icon::before,
#menu2-k7 .close-icon::after {
    background-color: #2b4484;
}

#menu2-k7 .link,
#menu2-k7 .dropdown-item {
    color: #2b4484;
    font-family: 'Libre Franklin', serif;
}

#menu2-k7 .link {
    font-size: 0.8rem;
}

#menu2-k7 .dropdown-item,
#menu2-k7 .nav-dropdown-sm .link {
    font-size: 0.866rem;
}

#menu2-k7 .link:hover,
#menu2-k7 .link:focus {
    color: #bb412e;
}

#menu2-k7 .dropdown-item:hover::before,
#menu2-k7 .dropdown-item:focus::before {
    background: #bb412e;
}

#menu2-k7 .dropdown-item:hover,
#menu2-k7 .dropdown-item:focus {
    color: #2b4484;
}

#menu2-k7 .link[aria-expanded="true"],
#menu2-k7 .dropdown-menu {
    background: #ffffff;
}

#menu2-k7 .nav-dropdown-sm .link:focus,
#menu2-k7 .nav-dropdown-sm .link:hover,
#menu2-k7 .nav-dropdown-sm .dropdown-item:focus,
#menu2-k7 .nav-dropdown-sm .dropdown-item:hover {
    background: #f7f7f7 !important;
}

#menu2-k7 .navbar,
#menu2-k7 .nav-dropdown-sm,
#menu2-k7 .nav-dropdown-sm .link[aria-expanded="true"],
#menu2-k7 .nav-dropdown-sm .dropdown-menu {
    background: #ffffff;
}

#menu2-k7 .bg-color.transparent .link {
    color: #2b4484;
    transition: none;
}

#menu2-k7 .bg-color.transparent.opened .link {
    transition: color 0.2s ease-in-out;
}

    #menu2-k7 .bg-color.transparent.opened .link:hover,
    #menu2-k7 .bg-color.transparent.opened .link:focus {
        color: #bb412e;
    }

#menu2-k7 .link[aria-expanded="true"],
#menu2-k7 .dropdown-item[aria-expanded="true"] {
    color: #bb412e !important;
}

#footer4-k8 p {
    color: #000;
}

#footer4-k8 P {
    color: #2b4484;
}

#header6-k9 H3 {
    font-size: 36px;
    color: #2b4484;
}

#header6-k9 B {
    font-size: 32px;
}

#header6-k9 P {
    color: #2b4484;
}

#content3-ka .mbr-section-title,
#content3-ka .mbr-section-subtitle {
    text-align: center;
}

#content3-ka H1 {
    color: #2b4484;
    text-align: right;
    font-size: 30px;
}

#content3-ka P {
    color: #2b4484;
    text-align: right;
}

#features4-kb .card {
    background-color: transparent;
    box-shadow: none;
    border: none;
}

#features4-kb .card-img a {
    border-width: 2px;
    line-height: 72px;
}

#features4-kb .mbr-iconfont {
    color: #94a5d0;
    border-color: #94a5d0;
}

#features4-kb .heading-title {
    color: #2b4484;
}

#features4-kb .heading-text {
    color: #2b4484;
}

#features4-kb .card-title {
    color: #2b4484;
}

#features4-kb .card-text {
    color: #2b4484;
}

#custom-html-kc {
    /* Type valid CSS here */
}

    #custom-html-kc div {
        margin-top: 21px;
        margin-bottom: 25px;
        margin-right: 150px;
        margin-left: 175px;
    }

    #custom-html-kc p,
    #custom-html-kc h1,
    #custom-html-kc li {
        color: #2b4484;
    }

    #custom-html-kc div.border {
        border-style: solid;
        border-bottom-width: 25px;
        color: #a8cdec;
    }

#menu2-kd .hide-buttons .nav-btn {
    display: none !important;
}

#menu2-kd .navbar-toggler {
    color: #2b4484;
}

#menu2-kd .close-icon::before,
#menu2-kd .close-icon::after {
    background-color: #2b4484;
}

#menu2-kd .link,
#menu2-kd .dropdown-item {
    color: #2b4484;
    font-family: 'Libre Franklin', serif;
}

#menu2-kd .link {
    font-size: 0.8rem;
}

#menu2-kd .dropdown-item,
#menu2-kd .nav-dropdown-sm .link {
    font-size: 0.866rem;
}

#menu2-kd .link:hover,
#menu2-kd .link:focus {
    color: #bb412e;
}

#menu2-kd .dropdown-item:hover::before,
#menu2-kd .dropdown-item:focus::before {
    background: #bb412e;
}

#menu2-kd .dropdown-item:hover,
#menu2-kd .dropdown-item:focus {
    color: #2b4484;
}

#menu2-kd .link[aria-expanded="true"],
#menu2-kd .dropdown-menu {
    background: #ffffff;
}

#menu2-kd .nav-dropdown-sm .link:focus,
#menu2-kd .nav-dropdown-sm .link:hover,
#menu2-kd .nav-dropdown-sm .dropdown-item:focus,
#menu2-kd .nav-dropdown-sm .dropdown-item:hover {
    background: #f7f7f7 !important;
}

#menu2-kd .navbar,
#menu2-kd .nav-dropdown-sm,
#menu2-kd .nav-dropdown-sm .link[aria-expanded="true"],
#menu2-kd .nav-dropdown-sm .dropdown-menu {
    background: #ffffff;
}

#menu2-kd .bg-color.transparent .link {
    color: #2b4484;
    transition: none;
}

#menu2-kd .bg-color.transparent.opened .link {
    transition: color 0.2s ease-in-out;
}

    #menu2-kd .bg-color.transparent.opened .link:hover,
    #menu2-kd .bg-color.transparent.opened .link:focus {
        color: #bb412e;
    }

#menu2-kd .link[aria-expanded="true"],
#menu2-kd .dropdown-item[aria-expanded="true"] {
    color: #bb412e !important;
}

#footer4-ke p {
    color: #000;
}

#footer4-ke P {
    color: #2b4484;
}

#menu2-e0 .hide-buttons .nav-btn {
    display: none !important;
}

#menu2-e0 .navbar-toggler {
    color: #2b4484;
}

#menu2-e0 .close-icon::before,
#menu2-e0 .close-icon::after {
    background-color: #2b4484;
}

#menu2-e0 .link,
#menu2-e0 .dropdown-item {
    color: #2b4484;
    font-family: 'Libre Franklin', serif;
}

#menu2-e0 .link {
    font-size: 0.8rem;
}

#menu2-e0 .dropdown-item,
#menu2-e0 .nav-dropdown-sm .link {
    font-size: 0.866rem;
}

#menu2-e0 .link:hover,
#menu2-e0 .link:focus {
    color: #bb412e;
}

#menu2-e0 .dropdown-item:hover::before,
#menu2-e0 .dropdown-item:focus::before {
    background: #bb412e;
}

#menu2-e0 .dropdown-item:hover,
#menu2-e0 .dropdown-item:focus {
    color: #2b4484;
}

#menu2-e0 .link[aria-expanded="true"],
#menu2-e0 .dropdown-menu {
    background: #ffffff;
}

#menu2-e0 .nav-dropdown-sm .link:focus,
#menu2-e0 .nav-dropdown-sm .link:hover,
#menu2-e0 .nav-dropdown-sm .dropdown-item:focus,
#menu2-e0 .nav-dropdown-sm .dropdown-item:hover {
    background: #f7f7f7 !important;
}

#menu2-e0 .navbar,
#menu2-e0 .nav-dropdown-sm,
#menu2-e0 .nav-dropdown-sm .link[aria-expanded="true"],
#menu2-e0 .nav-dropdown-sm .dropdown-menu {
    background: #ffffff;
}

#menu2-e0 .bg-color.transparent .link {
    color: #2b4484;
    transition: none;
}

#menu2-e0 .bg-color.transparent.opened .link {
    transition: color 0.2s ease-in-out;
}

    #menu2-e0 .bg-color.transparent.opened .link:hover,
    #menu2-e0 .bg-color.transparent.opened .link:focus {
        color: #bb412e;
    }

#menu2-e0 .link[aria-expanded="true"],
#menu2-e0 .dropdown-item[aria-expanded="true"] {
    color: #bb412e !important;
}

#header6-nr H3 {
    text-align: center;
    font-size: 36px;
}

#features21-e2 .card .mbr-iconfont {
    background: #031a47;
    border-color: #031a47;
}

#features21-e2 .mbr-table-cell {
    vertical-align: middle;
}

#features21-e2 .card-title {
    color: #2b4484;
}

#features21-e2 .card-text {
    color: #2b4484;
}

    #features21-e2 .card-text B {
        font-size: 16px;
    }

    #features21-e2 .card-text I {
        font-size: 24px;
    }

#footer4-e4 p {
    color: #000;
}

#footer4-e4 P {
    color: #2b4484;
}

#menu2-kk .hide-buttons .nav-btn {
    display: none !important;
}

#menu2-kk .navbar-toggler {
    color: #2b4484;
}

#menu2-kk .close-icon::before,
#menu2-kk .close-icon::after {
    background-color: #2b4484;
}

#menu2-kk .link,
#menu2-kk .dropdown-item {
    color: #2b4484;
    font-family: 'Libre Franklin', serif;
}

#menu2-kk .link {
    font-size: 0.8rem;
}

#menu2-kk .dropdown-item,
#menu2-kk .nav-dropdown-sm .link {
    font-size: 0.866rem;
}

#menu2-kk .link:hover,
#menu2-kk .link:focus {
    color: #bb412e;
}

#menu2-kk .dropdown-item:hover::before,
#menu2-kk .dropdown-item:focus::before {
    background: #bb412e;
}

#menu2-kk .dropdown-item:hover,
#menu2-kk .dropdown-item:focus {
    color: #2b4484;
}

#menu2-kk .link[aria-expanded="true"],
#menu2-kk .dropdown-menu {
    background: #ffffff;
}

#menu2-kk .nav-dropdown-sm .link:focus,
#menu2-kk .nav-dropdown-sm .link:hover,
#menu2-kk .nav-dropdown-sm .dropdown-item:focus,
#menu2-kk .nav-dropdown-sm .dropdown-item:hover {
    background: #f7f7f7 !important;
}

#menu2-kk .navbar,
#menu2-kk .nav-dropdown-sm,
#menu2-kk .nav-dropdown-sm .link[aria-expanded="true"],
#menu2-kk .nav-dropdown-sm .dropdown-menu {
    background: #ffffff;
}

#menu2-kk .bg-color.transparent .link {
    color: #2b4484;
    transition: none;
}

#menu2-kk .bg-color.transparent.opened .link {
    transition: color 0.2s ease-in-out;
}

    #menu2-kk .bg-color.transparent.opened .link:hover,
    #menu2-kk .bg-color.transparent.opened .link:focus {
        color: #bb412e;
    }

#menu2-kk .link[aria-expanded="true"],
#menu2-kk .dropdown-item[aria-expanded="true"] {
    color: #bb412e !important;
}

#header6-my H3 {
    font-size: 36px;
}

#features21-rf .card .mbr-iconfont {
    background: #b71111;
    border-color: #b71111;
}

#features21-rf .mbr-table-cell {
    vertical-align: middle;
}

#features21-rf .heading-title {
    font-family: 'Libre Franklin', serif;
    font-size: 30px;
    color: #094587;
}

#features21-rf .card-title {
    color: #094587;
}

#features21-rf .card-text {
    color: #094587;
}

    #features21-rf .card-text B {
        color: #094587;
    }

#content2-kr DIV {
    color: #094587;
}

#features21-kt .card .mbr-iconfont {
    background: #f0f1f2;
    border-color: #f0f1f2;
}

#features21-kt .mbr-table-cell {
    vertical-align: middle;
}

#features21-kt .heading-title {
    font-size: 21px;
    color: #e94327;
}

#features21-kt .card-title {
    color: #094587;
}

#features21-kt .card-text {
    color: #094587;
}

#footer4-kp p {
    color: #000;
}

#footer4-kp P {
    color: #2b4484;
}

#menu2-ku .hide-buttons .nav-btn {
    display: none !important;
}

#menu2-ku .navbar-toggler {
    color: #2b4484;
}

#menu2-ku .close-icon::before,
#menu2-ku .close-icon::after {
    background-color: #2b4484;
}

#menu2-ku .link,
#menu2-ku .dropdown-item {
    color: #2b4484;
    font-family: 'Libre Franklin', serif;
}

#menu2-ku .link {
    font-size: 0.8rem;
}

#menu2-ku .dropdown-item,
#menu2-ku .nav-dropdown-sm .link {
    font-size: 0.866rem;
}

#menu2-ku .link:hover,
#menu2-ku .link:focus {
    color: #bb412e;
}

#menu2-ku .dropdown-item:hover::before,
#menu2-ku .dropdown-item:focus::before {
    background: #bb412e;
}

#menu2-ku .dropdown-item:hover,
#menu2-ku .dropdown-item:focus {
    color: #2b4484;
}

#menu2-ku .link[aria-expanded="true"],
#menu2-ku .dropdown-menu {
    background: #ffffff;
}

#menu2-ku .nav-dropdown-sm .link:focus,
#menu2-ku .nav-dropdown-sm .link:hover,
#menu2-ku .nav-dropdown-sm .dropdown-item:focus,
#menu2-ku .nav-dropdown-sm .dropdown-item:hover {
    background: #f7f7f7 !important;
}

#menu2-ku .navbar,
#menu2-ku .nav-dropdown-sm,
#menu2-ku .nav-dropdown-sm .link[aria-expanded="true"],
#menu2-ku .nav-dropdown-sm .dropdown-menu {
    background: #ffffff;
}

#menu2-ku .bg-color.transparent .link {
    color: #2b4484;
    transition: none;
}

#menu2-ku .bg-color.transparent.opened .link {
    transition: color 0.2s ease-in-out;
}

    #menu2-ku .bg-color.transparent.opened .link:hover,
    #menu2-ku .bg-color.transparent.opened .link:focus {
        color: #bb412e;
    }

#menu2-ku .link[aria-expanded="true"],
#menu2-ku .dropdown-item[aria-expanded="true"] {
    color: #bb412e !important;
}

#header6-nq H3 {
    text-align: center;
    font-size: 36px;
}

#toggle1-l0 P {
    /*color: #094587; :: weaver ::*/
    margin-left: 30px;
}

#toggle1-l0 DIV {
    /*color: #094587; :: weaver ::*/
}

#toggle1-l0 H1 {
    font-size: 36px;
    color: #094587;
}

#footer4-kz p {
    color: #000;
}

#footer4-kz P {
    color: #2b4484;
}

#menu2-l1 .hide-buttons .nav-btn {
    display: none !important;
}

#menu2-l1 .navbar-toggler {
    color: #2b4484;
}

#menu2-l1 .close-icon::before,
#menu2-l1 .close-icon::after {
    background-color: #2b4484;
}

#menu2-l1 .link,
#menu2-l1 .dropdown-item {
    color: #2b4484;
    font-family: 'Libre Franklin', serif;
}

#menu2-l1 .link {
    font-size: 0.8rem;
}

#menu2-l1 .dropdown-item,
#menu2-l1 .nav-dropdown-sm .link {
    font-size: 0.866rem;
}

#menu2-l1 .link:hover,
#menu2-l1 .link:focus {
    color: #bb412e;
}

#menu2-l1 .dropdown-item:hover::before,
#menu2-l1 .dropdown-item:focus::before {
    background: #bb412e;
}

#menu2-l1 .dropdown-item:hover,
#menu2-l1 .dropdown-item:focus {
    color: #2b4484;
}

#menu2-l1 .link[aria-expanded="true"],
#menu2-l1 .dropdown-menu {
    background: #ffffff;
}

#menu2-l1 .nav-dropdown-sm .link:focus,
#menu2-l1 .nav-dropdown-sm .link:hover,
#menu2-l1 .nav-dropdown-sm .dropdown-item:focus,
#menu2-l1 .nav-dropdown-sm .dropdown-item:hover {
    background: #f7f7f7 !important;
}

#menu2-l1 .navbar,
#menu2-l1 .nav-dropdown-sm,
#menu2-l1 .nav-dropdown-sm .link[aria-expanded="true"],
#menu2-l1 .nav-dropdown-sm .dropdown-menu {
    background: #ffffff;
}

#menu2-l1 .bg-color.transparent .link {
    color: #2b4484;
    transition: none;
}

#menu2-l1 .bg-color.transparent.opened .link {
    transition: color 0.2s ease-in-out;
}

    #menu2-l1 .bg-color.transparent.opened .link:hover,
    #menu2-l1 .bg-color.transparent.opened .link:focus {
        color: #bb412e;
    }

#menu2-l1 .link[aria-expanded="true"],
#menu2-l1 .dropdown-item[aria-expanded="true"] {
    color: #bb412e !important;
}

#header6-l2 H3 {
    font-size: 36px;
}

#header6-l2 SPAN {
    font-size: 60px;
}

#content5-l3 .mbr-section-title,
#content5-l3 .mbr-section-subtitle {
    margin-bottom: 1rem;
    color: #ffffff;
}

#content5-l3 .mbr-table-cell {
    vertical-align: middle;
}

#content5-l3 .heading-title {
    font-size: 36px;
    color: #2b4484;
}

#content5-l3 .heading-text {
    text-align: left;
    color: #2b4484;
}

#footer4-l4 p {
    color: #000;
}

#footer4-l4 P {
    color: #2b4484;
}

#menu2-lb .hide-buttons .nav-btn {
    display: none !important;
}

#menu2-lb .navbar-toggler {
    color: #2b4484;
}

#menu2-lb .close-icon::before,
#menu2-lb .close-icon::after {
    background-color: #2b4484;
}

#menu2-lb .link,
#menu2-lb .dropdown-item {
    color: #2b4484;
    font-family: 'Libre Franklin', serif;
}

#menu2-lb .link {
    font-size: 0.8rem;
}

#menu2-lb .dropdown-item,
#menu2-lb .nav-dropdown-sm .link {
    font-size: 0.866rem;
}

#menu2-lb .link:hover,
#menu2-lb .link:focus {
    color: #bb412e;
}

#menu2-lb .dropdown-item:hover::before,
#menu2-lb .dropdown-item:focus::before {
    background: #bb412e;
}

#menu2-lb .dropdown-item:hover,
#menu2-lb .dropdown-item:focus {
    color: #2b4484;
}

#menu2-lb .link[aria-expanded="true"],
#menu2-lb .dropdown-menu {
    background: #ffffff;
}

#menu2-lb .nav-dropdown-sm .link:focus,
#menu2-lb .nav-dropdown-sm .link:hover,
#menu2-lb .nav-dropdown-sm .dropdown-item:focus,
#menu2-lb .nav-dropdown-sm .dropdown-item:hover {
    background: #f7f7f7 !important;
}

#menu2-lb .navbar,
#menu2-lb .nav-dropdown-sm,
#menu2-lb .nav-dropdown-sm .link[aria-expanded="true"],
#menu2-lb .nav-dropdown-sm .dropdown-menu {
    background: #ffffff;
}

#menu2-lb .bg-color.transparent .link {
    color: #2b4484;
    transition: none;
}

#menu2-lb .bg-color.transparent.opened .link {
    transition: color 0.2s ease-in-out;
}

    #menu2-lb .bg-color.transparent.opened .link:hover,
    #menu2-lb .bg-color.transparent.opened .link:focus {
        color: #bb412e;
    }

#menu2-lb .link[aria-expanded="true"],
#menu2-lb .dropdown-item[aria-expanded="true"] {
    color: #bb412e !important;
}

#header6-lc H3 {
    font-size: 36px;
}

#header6-lc SPAN {
    font-size: 60px;
}

#features21-ld .card .mbr-iconfont {
    background: #fffffd;
    border-color: #fffffd;
}

#features21-ld .mbr-table-cell {
    vertical-align: middle;
}

#features21-ld .heading-title {
    color: #2b4484;
}

#features21-ld .card-title {
    color: #2b4484;
}

#features21-ld .card-text {
    color: #2b4484;
}

#features21-ld .card-title B {
    font-size: 16px;
}

#footer4-le p {
    color: #000;
}

#footer4-le P {
    color: #2b4484;
}

#menu2-lf .hide-buttons .nav-btn {
    display: none !important;
}

#menu2-lf .navbar-toggler {
    color: #2b4484;
}

#menu2-lf .close-icon::before,
#menu2-lf .close-icon::after {
    background-color: #2b4484;
}

#menu2-lf .link,
#menu2-lf .dropdown-item {
    color: #2b4484;
    font-family: 'Libre Franklin', serif;
}

#menu2-lf .link {
    font-size: 0.8rem;
}

#menu2-lf .dropdown-item,
#menu2-lf .nav-dropdown-sm .link {
    font-size: 0.866rem;
}

#menu2-lf .link:hover,
#menu2-lf .link:focus {
    color: #bb412e;
}

#menu2-lf .dropdown-item:hover::before,
#menu2-lf .dropdown-item:focus::before {
    background: #bb412e;
}

#menu2-lf .dropdown-item:hover,
#menu2-lf .dropdown-item:focus {
    color: #2b4484;
}

#menu2-lf .link[aria-expanded="true"],
#menu2-lf .dropdown-menu {
    background: #ffffff;
}

#menu2-lf .nav-dropdown-sm .link:focus,
#menu2-lf .nav-dropdown-sm .link:hover,
#menu2-lf .nav-dropdown-sm .dropdown-item:focus,
#menu2-lf .nav-dropdown-sm .dropdown-item:hover {
    background: #f7f7f7 !important;
}

#menu2-lf .navbar,
#menu2-lf .nav-dropdown-sm,
#menu2-lf .nav-dropdown-sm .link[aria-expanded="true"],
#menu2-lf .nav-dropdown-sm .dropdown-menu {
    background: #ffffff;
}

#menu2-lf .bg-color.transparent .link {
    color: #2b4484;
    transition: none;
}

#menu2-lf .bg-color.transparent.opened .link {
    transition: color 0.2s ease-in-out;
}

    #menu2-lf .bg-color.transparent.opened .link:hover,
    #menu2-lf .bg-color.transparent.opened .link:focus {
        color: #bb412e;
    }

#menu2-lf .link[aria-expanded="true"],
#menu2-lf .dropdown-item[aria-expanded="true"] {
    color: #bb412e !important;
}

#header6-mx H3 {
    font-size: 36px;
    text-align: center;
}

#features21-li .card .mbr-iconfont {
    background: #031a47;
    border-color: #031a47;
}

#features21-li .mbr-table-cell {
    vertical-align: middle;
}

#features21-li .heading-title {
    font-family: 'Libre Franklin', serif;
    font-size: 30px;
    color: #094587;
}

#features21-li .card-title {
    color: #094587;
}

#features21-li .card-text {
    color: #094587;
}

#footer4-lj p {
    color: #000;
}

#footer4-lj P {
    color: #2b4484;
}

#menu2-lk .hide-buttons .nav-btn {
    display: none !important;
}

#menu2-lk .navbar-toggler {
    color: #2b4484;
}

#menu2-lk .close-icon::before,
#menu2-lk .close-icon::after {
    background-color: #2b4484;
}

#menu2-lk .link,
#menu2-lk .dropdown-item {
    color: #2b4484;
    font-family: 'Libre Franklin', serif;
}

#menu2-lk .link {
    font-size: 0.8rem;
}

#menu2-lk .dropdown-item,
#menu2-lk .nav-dropdown-sm .link {
    font-size: 0.866rem;
}

#menu2-lk .link:hover,
#menu2-lk .link:focus {
    color: #bb412e;
}

#menu2-lk .dropdown-item:hover::before,
#menu2-lk .dropdown-item:focus::before {
    background: #bb412e;
}

#menu2-lk .dropdown-item:hover,
#menu2-lk .dropdown-item:focus {
    color: #2b4484;
}

#menu2-lk .link[aria-expanded="true"],
#menu2-lk .dropdown-menu {
    background: #ffffff;
}

#menu2-lk .nav-dropdown-sm .link:focus,
#menu2-lk .nav-dropdown-sm .link:hover,
#menu2-lk .nav-dropdown-sm .dropdown-item:focus,
#menu2-lk .nav-dropdown-sm .dropdown-item:hover {
    background: #f7f7f7 !important;
}

#menu2-lk .navbar,
#menu2-lk .nav-dropdown-sm,
#menu2-lk .nav-dropdown-sm .link[aria-expanded="true"],
#menu2-lk .nav-dropdown-sm .dropdown-menu {
    background: #ffffff;
}

#menu2-lk .bg-color.transparent .link {
    color: #2b4484;
    transition: none;
}

#menu2-lk .bg-color.transparent.opened .link {
    transition: color 0.2s ease-in-out;
}

    #menu2-lk .bg-color.transparent.opened .link:hover,
    #menu2-lk .bg-color.transparent.opened .link:focus {
        color: #bb412e;
    }

#menu2-lk .link[aria-expanded="true"],
#menu2-lk .dropdown-item[aria-expanded="true"] {
    color: #bb412e !important;
}

#header6-ll H3 {
    font-size: 36px;
}

#header6-ll SPAN {
    font-size: 60px;
}

#content8-lv P {
    color: #120c5a;
    text-align: left;
}

#content5-lr .mbr-section-title,
#content5-lr .mbr-section-subtitle {
    margin-bottom: 1rem;
    color: #ffffff;
}

#content5-lr .mbr-table-cell {
    vertical-align: middle;
}

#content5-lr .heading-title {
    font-size: 24px;
    color: #2b4484;
}

#content5-lr .heading-text {
    text-align: left;
    color: #2b4484;
}

    #content5-lr .heading-text SPAN {
        color: #2b4484;
    }

#footer4-lu p {
    color: #000;
}

#footer4-lu P {
    color: #2b4484;
}

#menu2-m9 .hide-buttons .nav-btn {
    display: none !important;
}

#menu2-m9 .navbar-toggler {
    color: #2b4484;
}

#menu2-m9 .close-icon::before,
#menu2-m9 .close-icon::after {
    background-color: #2b4484;
}

#menu2-m9 .link,
#menu2-m9 .dropdown-item {
    color: #2b4484;
    font-family: 'Libre Franklin', serif;
}

#menu2-m9 .link {
    font-size: 0.8rem;
}

#menu2-m9 .dropdown-item,
#menu2-m9 .nav-dropdown-sm .link {
    font-size: 0.866rem;
}

#menu2-m9 .link:hover,
#menu2-m9 .link:focus {
    color: #bb412e;
}

#menu2-m9 .dropdown-item:hover::before,
#menu2-m9 .dropdown-item:focus::before {
    background: #bb412e;
}

#menu2-m9 .dropdown-item:hover,
#menu2-m9 .dropdown-item:focus {
    color: #2b4484;
}

#menu2-m9 .link[aria-expanded="true"],
#menu2-m9 .dropdown-menu {
    background: #ffffff;
}

#menu2-m9 .nav-dropdown-sm .link:focus,
#menu2-m9 .nav-dropdown-sm .link:hover,
#menu2-m9 .nav-dropdown-sm .dropdown-item:focus,
#menu2-m9 .nav-dropdown-sm .dropdown-item:hover {
    background: #f7f7f7 !important;
}

#menu2-m9 .navbar,
#menu2-m9 .nav-dropdown-sm,
#menu2-m9 .nav-dropdown-sm .link[aria-expanded="true"],
#menu2-m9 .nav-dropdown-sm .dropdown-menu {
    background: #ffffff;
}

#menu2-m9 .bg-color.transparent .link {
    color: #2b4484;
    transition: none;
}

#menu2-m9 .bg-color.transparent.opened .link {
    transition: color 0.2s ease-in-out;
}

    #menu2-m9 .bg-color.transparent.opened .link:hover,
    #menu2-m9 .bg-color.transparent.opened .link:focus {
        color: #bb412e;
    }

#menu2-m9 .link[aria-expanded="true"],
#menu2-m9 .dropdown-item[aria-expanded="true"] {
    color: #bb412e !important;
}

#header6-mi H3 {
    font-size: 36px;
    text-align: left;
}

#content2-mb P {
    color: #828282;
}

#content1-mc P {
    color: #354a7e;
}

#footer4-mg p {
    color: #000;
}

#footer4-mg P {
    color: #2b4484;
}

#menu2-mj .hide-buttons .nav-btn {
    display: none !important;
}

#menu2-mj .navbar-toggler {
    color: #2b4484;
}

#menu2-mj .close-icon::before,
#menu2-mj .close-icon::after {
    background-color: #2b4484;
}

#menu2-mj .link,
#menu2-mj .dropdown-item {
    color: #2b4484;
    font-family: 'Libre Franklin', serif;
}

#menu2-mj .link {
    font-size: 0.8rem;
}

#menu2-mj .dropdown-item,
#menu2-mj .nav-dropdown-sm .link {
    font-size: 0.866rem;
}

#menu2-mj .link:hover,
#menu2-mj .link:focus {
    color: #bb412e;
}

#menu2-mj .dropdown-item:hover::before,
#menu2-mj .dropdown-item:focus::before {
    background: #bb412e;
}

#menu2-mj .dropdown-item:hover,
#menu2-mj .dropdown-item:focus {
    color: #2b4484;
}

#menu2-mj .link[aria-expanded="true"],
#menu2-mj .dropdown-menu {
    background: #ffffff;
}

#menu2-mj .nav-dropdown-sm .link:focus,
#menu2-mj .nav-dropdown-sm .link:hover,
#menu2-mj .nav-dropdown-sm .dropdown-item:focus,
#menu2-mj .nav-dropdown-sm .dropdown-item:hover {
    background: #f7f7f7 !important;
}

#menu2-mj .navbar,
#menu2-mj .nav-dropdown-sm,
#menu2-mj .nav-dropdown-sm .link[aria-expanded="true"],
#menu2-mj .nav-dropdown-sm .dropdown-menu {
    background: #ffffff;
}

#menu2-mj .bg-color.transparent .link {
    color: #2b4484;
    transition: none;
}

#menu2-mj .bg-color.transparent.opened .link {
    transition: color 0.2s ease-in-out;
}

    #menu2-mj .bg-color.transparent.opened .link:hover,
    #menu2-mj .bg-color.transparent.opened .link:focus {
        color: #bb412e;
    }

#menu2-mj .link[aria-expanded="true"],
#menu2-mj .dropdown-item[aria-expanded="true"] {
    color: #bb412e !important;
}

#header6-mk H3 {
    font-size: 36px;
    text-align: left;
}

#header6-mk B {
    font-size: 32px;
}

#header6-mk P {
    text-align: left;
}

#features21-ml .card .mbr-iconfont {
    background: #fffcf6;
    border-color: #fffcf6;
}

#features21-ml .mbr-table-cell {
    vertical-align: middle;
}

#features21-ml .card .mbr-iconfont {
    background: #fffcf6;
    border-color: #fffcf6;
}

#features21-ml .mbr-table-cell {
    vertical-align: middle;
}

#features21-ml .heading-title {
    font-size: 36px;
}

#features21-ml .card-title {
    font-size: 16px;
}

#features21-ml .card-text {
    font-size: 16px;
    color: #2b4484;
}

#footer4-mn p {
    color: #000;
}

#footer4-mn P {
    color: #2b4484;
}

#menu2-nz .hide-buttons .nav-btn {
    display: none !important;
}

#menu2-nz .navbar-toggler {
    color: #2b4484;
}

#menu2-nz .close-icon::before,
#menu2-nz .close-icon::after {
    background-color: #2b4484;
}

#menu2-nz .link,
#menu2-nz .dropdown-item {
    color: #2b4484;
    font-family: 'Libre Franklin', serif;
}

#menu2-nz .link {
    font-size: 0.8rem;
}

#menu2-nz .dropdown-item,
#menu2-nz .nav-dropdown-sm .link {
    font-size: 0.866rem;
}

#menu2-nz .link:hover,
#menu2-nz .link:focus {
    color: #bb412e;
}

#menu2-nz .dropdown-item:hover::before,
#menu2-nz .dropdown-item:focus::before {
    background: #bb412e;
}

#menu2-nz .dropdown-item:hover,
#menu2-nz .dropdown-item:focus {
    color: #2b4484;
}

#menu2-nz .link[aria-expanded="true"],
#menu2-nz .dropdown-menu {
    background: #ffffff;
}

#menu2-nz .nav-dropdown-sm .link:focus,
#menu2-nz .nav-dropdown-sm .link:hover,
#menu2-nz .nav-dropdown-sm .dropdown-item:focus,
#menu2-nz .nav-dropdown-sm .dropdown-item:hover {
    background: #f7f7f7 !important;
}

#menu2-nz .navbar,
#menu2-nz .nav-dropdown-sm,
#menu2-nz .nav-dropdown-sm .link[aria-expanded="true"],
#menu2-nz .nav-dropdown-sm .dropdown-menu {
    background: #ffffff;
}

#menu2-nz .bg-color.transparent .link {
    color: #2b4484;
    transition: none;
}

#menu2-nz .bg-color.transparent.opened .link {
    transition: color 0.2s ease-in-out;
}

    #menu2-nz .bg-color.transparent.opened .link:hover,
    #menu2-nz .bg-color.transparent.opened .link:focus {
        color: #bb412e;
    }

#menu2-nz .link[aria-expanded="true"],
#menu2-nz .dropdown-item[aria-expanded="true"] {
    color: #bb412e !important;
}

#header6-o0 H3 {
    font-size: 36px;
    text-align: center;
}

#content8-q6 P {
    color: #094587;
}

#features21-o3 {
}

    #features21-o3 .card .mbr-iconfont {
        background: #031a47;
        border-color: #031a47;
    }

    #features21-o3 .mbr-table-cell {
        vertical-align: middle;
    }

    #features21-o3 .card .mbr-iconfont {
        background: #031a47;
        border-color: #031a47;
    }

    #features21-o3 .mbr-table-cell {
        vertical-align: middle;
    }

    #features21-o3 .heading-title {
        font-family: 'Libre Franklin', serif;
        font-size: 30px;
        color: #094587;
    }

    #features21-o3 .card-title {
        color: #094587;
        font-size: 16px;
    }

    #features21-o3 .card-text {
        color: #094587;
    }

#features21-o4 .card .mbr-iconfont {
    background: #2b4484;
    border-color: #2b4484;
}

#features21-o4 .mbr-table-cell {
    vertical-align: middle;
}

#features21-o4 .heading-title {
    font-family: 'Libre Franklin', serif;
    font-size: 30px;
    color: #094587;
}

#features21-o4 .card-title {
    color: #094587;
}

#features21-o4 .card-text {
    color: #094587;
}

#content1-o5 P {
    color: #094587;
    text-align: center;
}

#footer4-o6 p {
    color: #000;
}

#footer4-o6 P {
    color: #2b4484;
}

#menu2-o7 .hide-buttons .nav-btn {
    display: none !important;
}

#menu2-o7 .navbar-toggler {
    color: #2b4484;
}

#menu2-o7 .close-icon::before,
#menu2-o7 .close-icon::after {
    background-color: #2b4484;
}

#menu2-o7 .link,
#menu2-o7 .dropdown-item {
    color: #2b4484;
    font-family: 'Libre Franklin', serif;
}

#menu2-o7 .link {
    font-size: 0.8rem;
}

#menu2-o7 .dropdown-item,
#menu2-o7 .nav-dropdown-sm .link {
    font-size: 0.866rem;
}

#menu2-o7 .link:hover,
#menu2-o7 .link:focus {
    color: #bb412e;
}

#menu2-o7 .dropdown-item:hover::before,
#menu2-o7 .dropdown-item:focus::before {
    background: #bb412e;
}

#menu2-o7 .dropdown-item:hover,
#menu2-o7 .dropdown-item:focus {
    color: #2b4484;
}

#menu2-o7 .link[aria-expanded="true"],
#menu2-o7 .dropdown-menu {
    background: #ffffff;
}

#menu2-o7 .nav-dropdown-sm .link:focus,
#menu2-o7 .nav-dropdown-sm .link:hover,
#menu2-o7 .nav-dropdown-sm .dropdown-item:focus,
#menu2-o7 .nav-dropdown-sm .dropdown-item:hover {
    background: #f7f7f7 !important;
}

#menu2-o7 .navbar,
#menu2-o7 .nav-dropdown-sm,
#menu2-o7 .nav-dropdown-sm .link[aria-expanded="true"],
#menu2-o7 .nav-dropdown-sm .dropdown-menu {
    background: #ffffff;
}

#menu2-o7 .bg-color.transparent .link {
    color: #2b4484;
    transition: none;
}

#menu2-o7 .bg-color.transparent.opened .link {
    transition: color 0.2s ease-in-out;
}

    #menu2-o7 .bg-color.transparent.opened .link:hover,
    #menu2-o7 .bg-color.transparent.opened .link:focus {
        color: #bb412e;
    }

#menu2-o7 .link[aria-expanded="true"],
#menu2-o7 .dropdown-item[aria-expanded="true"] {
    color: #bb412e !important;
}

#header6-o8 H3 {
    font-size: 36px;
    text-align: center;
}

#content8-o9 P {
    color: #094587;
}

#features21-oa {
}

    #features21-oa .card .mbr-iconfont {
        background: #031a47;
        border-color: #031a47;
    }

    #features21-oa .mbr-table-cell {
        vertical-align: middle;
    }

    #features21-oa .card .mbr-iconfont {
        background: #031a47;
        border-color: #031a47;
    }

    #features21-oa .mbr-table-cell {
        vertical-align: middle;
    }

    #features21-oa .heading-title {
        font-family: 'Libre Franklin', serif;
        font-size: 30px;
        color: #094587;
    }

    #features21-oa .card-title {
        color: #094587;
        font-size: 16px;
    }

    #features21-oa .card-text {
        color: #094587;
    }

#features21-ob .card .mbr-iconfont {
    background: #2b4484;
    border-color: #2b4484;
}

#features21-ob .mbr-table-cell {
    vertical-align: middle;
}

#features21-ob .heading-title {
    font-family: 'Libre Franklin', serif;
    font-size: 30px;
    color: #094587;
}

#features21-ob .card-title {
    color: #094587;
}

#features21-ob .card-text {
    color: #094587;
}

#content1-oc P {
    color: #094587;
    text-align: center;
}

#footer4-od p {
    color: #000;
}

#footer4-od P {
    color: #2b4484;
}

#menu2-oe .hide-buttons .nav-btn {
    display: none !important;
}

#menu2-oe .navbar-toggler {
    color: #2b4484;
}

#menu2-oe .close-icon::before,
#menu2-oe .close-icon::after {
    background-color: #2b4484;
}

#menu2-oe .link,
#menu2-oe .dropdown-item {
    color: #2b4484;
    font-family: 'Libre Franklin', serif;
}

#menu2-oe .link {
    font-size: 0.8rem;
}

#menu2-oe .dropdown-item,
#menu2-oe .nav-dropdown-sm .link {
    font-size: 0.866rem;
}

#menu2-oe .link:hover,
#menu2-oe .link:focus {
    color: #bb412e;
}

#menu2-oe .dropdown-item:hover::before,
#menu2-oe .dropdown-item:focus::before {
    background: #bb412e;
}

#menu2-oe .dropdown-item:hover,
#menu2-oe .dropdown-item:focus {
    color: #2b4484;
}

#menu2-oe .link[aria-expanded="true"],
#menu2-oe .dropdown-menu {
    background: #ffffff;
}

#menu2-oe .nav-dropdown-sm .link:focus,
#menu2-oe .nav-dropdown-sm .link:hover,
#menu2-oe .nav-dropdown-sm .dropdown-item:focus,
#menu2-oe .nav-dropdown-sm .dropdown-item:hover {
    background: #f7f7f7 !important;
}

#menu2-oe .navbar,
#menu2-oe .nav-dropdown-sm,
#menu2-oe .nav-dropdown-sm .link[aria-expanded="true"],
#menu2-oe .nav-dropdown-sm .dropdown-menu {
    background: #ffffff;
}

#menu2-oe .bg-color.transparent .link {
    color: #2b4484;
    transition: none;
}

#menu2-oe .bg-color.transparent.opened .link {
    transition: color 0.2s ease-in-out;
}

    #menu2-oe .bg-color.transparent.opened .link:hover,
    #menu2-oe .bg-color.transparent.opened .link:focus {
        color: #bb412e;
    }

#menu2-oe .link[aria-expanded="true"],
#menu2-oe .dropdown-item[aria-expanded="true"] {
    color: #bb412e !important;
}

#header6-of H3 {
    font-size: 36px;
    text-align: center;
}

#content8-og P {
    color: #094587;
}

#features21-oh {
}

    #features21-oh .card .mbr-iconfont {
        background: #2b4484;
        border-color: #2b4484;
    }

    #features21-oh .mbr-table-cell {
        vertical-align: middle;
    }

    #features21-oh .card .mbr-iconfont {
        background: #2b4484;
        border-color: #2b4484;
    }

    #features21-oh .mbr-table-cell {
        vertical-align: middle;
    }

    #features21-oh .heading-title {
        font-family: 'Libre Franklin', serif;
        font-size: 30px;
        color: #094587;
    }

    #features21-oh .card-title {
        color: #094587;
        font-size: 16px;
    }

    #features21-oh .card-text {
        color: #094587;
    }

#features21-oi .card .mbr-iconfont {
    background: #2b4484;
    border-color: #2b4484;
}

#features21-oi .mbr-table-cell {
    vertical-align: middle;
}

#features21-oi .heading-title {
    font-family: 'Libre Franklin', serif;
    font-size: 30px;
    color: #094587;
}

#features21-oi .card-title {
    color: #094587;
}

#features21-oi .card-text {
    color: #094587;
}

#content1-oj P {
    color: #094587;
    text-align: center;
}

#footer4-ok p {
    color: #000;
}

#footer4-ok P {
    color: #2b4484;
}

#menu2-ol .hide-buttons .nav-btn {
    display: none !important;
}

#menu2-ol .navbar-toggler {
    color: #2b4484;
}

#menu2-ol .close-icon::before,
#menu2-ol .close-icon::after {
    background-color: #2b4484;
}

#menu2-ol .link,
#menu2-ol .dropdown-item {
    color: #2b4484;
    font-family: 'Libre Franklin', serif;
}

#menu2-ol .link {
    font-size: 0.8rem;
}

#menu2-ol .dropdown-item,
#menu2-ol .nav-dropdown-sm .link {
    font-size: 0.866rem;
}

#menu2-ol .link:hover,
#menu2-ol .link:focus {
    color: #bb412e;
}

#menu2-ol .dropdown-item:hover::before,
#menu2-ol .dropdown-item:focus::before {
    background: #bb412e;
}

#menu2-ol .dropdown-item:hover,
#menu2-ol .dropdown-item:focus {
    color: #2b4484;
}

#menu2-ol .link[aria-expanded="true"],
#menu2-ol .dropdown-menu {
    background: #ffffff;
}

#menu2-ol .nav-dropdown-sm .link:focus,
#menu2-ol .nav-dropdown-sm .link:hover,
#menu2-ol .nav-dropdown-sm .dropdown-item:focus,
#menu2-ol .nav-dropdown-sm .dropdown-item:hover {
    background: #f7f7f7 !important;
}

#menu2-ol .navbar,
#menu2-ol .nav-dropdown-sm,
#menu2-ol .nav-dropdown-sm .link[aria-expanded="true"],
#menu2-ol .nav-dropdown-sm .dropdown-menu {
    background: #ffffff;
}

#menu2-ol .bg-color.transparent .link {
    color: #2b4484;
    transition: none;
}

#menu2-ol .bg-color.transparent.opened .link {
    transition: color 0.2s ease-in-out;
}

    #menu2-ol .bg-color.transparent.opened .link:hover,
    #menu2-ol .bg-color.transparent.opened .link:focus {
        color: #bb412e;
    }

#menu2-ol .link[aria-expanded="true"],
#menu2-ol .dropdown-item[aria-expanded="true"] {
    color: #bb412e !important;
}

#header6-om H3 {
    font-size: 36px;
    text-align: center;
}

#content8-on P {
    color: #094587;
}

#features21-oo {
}

    #features21-oo .card .mbr-iconfont {
        background: #031a47;
        border-color: #031a47;
    }

    #features21-oo .mbr-table-cell {
        vertical-align: middle;
    }

    #features21-oo .card .mbr-iconfont {
        background: #031a47;
        border-color: #031a47;
    }

    #features21-oo .mbr-table-cell {
        vertical-align: middle;
    }

    #features21-oo .heading-title {
        font-family: 'Libre Franklin', serif;
        font-size: 30px;
        color: #094587;
    }

    #features21-oo .card-title {
        color: #094587;
        font-size: 16px;
    }

    #features21-oo .card-text {
        color: #094587;
    }

#features21-op .card .mbr-iconfont {
    background: #2b4484;
    border-color: #2b4484;
}

#features21-op .mbr-table-cell {
    vertical-align: middle;
}

#features21-op .heading-title {
    font-family: 'Libre Franklin', serif;
    font-size: 30px;
    color: #094587;
}

#features21-op .card-title {
    color: #094587;
}

#features21-op .card-text {
    color: #094587;
}

#content1-oq P {
    color: #094587;
    text-align: center;
}

#footer4-or p {
    color: #000;
}

#footer4-or P {
    color: #2b4484;
}

#menu2-os .hide-buttons .nav-btn {
    display: none !important;
}

#menu2-os .navbar-toggler {
    color: #2b4484;
}

#menu2-os .close-icon::before,
#menu2-os .close-icon::after {
    background-color: #2b4484;
}

#menu2-os .link,
#menu2-os .dropdown-item {
    color: #2b4484;
    font-family: 'Libre Franklin', serif;
}

#menu2-os .link {
    font-size: 0.8rem;
}

#menu2-os .dropdown-item,
#menu2-os .nav-dropdown-sm .link {
    font-size: 0.866rem;
}

#menu2-os .link:hover,
#menu2-os .link:focus {
    color: #bb412e;
}

#menu2-os .dropdown-item:hover::before,
#menu2-os .dropdown-item:focus::before {
    background: #bb412e;
}

#menu2-os .dropdown-item:hover,
#menu2-os .dropdown-item:focus {
    color: #2b4484;
}

#menu2-os .link[aria-expanded="true"],
#menu2-os .dropdown-menu {
    background: #ffffff;
}

#menu2-os .nav-dropdown-sm .link:focus,
#menu2-os .nav-dropdown-sm .link:hover,
#menu2-os .nav-dropdown-sm .dropdown-item:focus,
#menu2-os .nav-dropdown-sm .dropdown-item:hover {
    background: #f7f7f7 !important;
}

#menu2-os .navbar,
#menu2-os .nav-dropdown-sm,
#menu2-os .nav-dropdown-sm .link[aria-expanded="true"],
#menu2-os .nav-dropdown-sm .dropdown-menu {
    background: #ffffff;
}

#menu2-os .bg-color.transparent .link {
    color: #2b4484;
    transition: none;
}

#menu2-os .bg-color.transparent.opened .link {
    transition: color 0.2s ease-in-out;
}

    #menu2-os .bg-color.transparent.opened .link:hover,
    #menu2-os .bg-color.transparent.opened .link:focus {
        color: #bb412e;
    }

#menu2-os .link[aria-expanded="true"],
#menu2-os .dropdown-item[aria-expanded="true"] {
    color: #bb412e !important;
}

#header6-ot H3 {
    font-size: 36px;
    text-align: center;
}

#content8-ou P {
    color: #094587;
}

#content8-oz P {
    color: #094587;
    text-align: right;
}

#content8-p0 P {
    color: #094587;
}

#content8-p1 P {
    color: #094587;
}

#content8-p2 P {
    color: #094587;
}

#content8-p3 P {
    color: #094587;
}

#content8-p4 P {
    color: #094587;
}

#content8-p5 P {
    color: #094587;
}

#content8-p6 P {
    color: #094587;
}

#content8-p7 P {
    color: #094587;
}

#content8-p8 P {
    color: #094587;
}

#features21-ow .card .mbr-iconfont {
    background: #2b4484;
    border-color: #2b4484;
}

#features21-ow .mbr-table-cell {
    vertical-align: middle;
}

#features21-ow .heading-title {
    font-family: 'Libre Franklin', serif;
    font-size: 30px;
    color: #094587;
}

#features21-ow .card-title {
    color: #094587;
}

#features21-ow .card-text {
    color: #094587;
}

#content1-ox P {
    color: #094587;
    text-align: center;
}

#footer4-oy p {
    color: #000;
}

#footer4-oy P {
    color: #2b4484;
}

#menu2-p9 .hide-buttons .nav-btn {
    display: none !important;
}

#menu2-p9 .navbar-toggler {
    color: #2b4484;
}

#menu2-p9 .close-icon::before,
#menu2-p9 .close-icon::after {
    background-color: #2b4484;
}

#menu2-p9 .link,
#menu2-p9 .dropdown-item {
    color: #2b4484;
    font-family: 'Libre Franklin', serif;
}

#menu2-p9 .link {
    font-size: 0.8rem;
}

#menu2-p9 .dropdown-item,
#menu2-p9 .nav-dropdown-sm .link {
    font-size: 0.866rem;
}

#menu2-p9 .link:hover,
#menu2-p9 .link:focus {
    color: #bb412e;
}

#menu2-p9 .dropdown-item:hover::before,
#menu2-p9 .dropdown-item:focus::before {
    background: #bb412e;
}

#menu2-p9 .dropdown-item:hover,
#menu2-p9 .dropdown-item:focus {
    color: #2b4484;
}

#menu2-p9 .link[aria-expanded="true"],
#menu2-p9 .dropdown-menu {
    background: #ffffff;
}

#menu2-p9 .nav-dropdown-sm .link:focus,
#menu2-p9 .nav-dropdown-sm .link:hover,
#menu2-p9 .nav-dropdown-sm .dropdown-item:focus,
#menu2-p9 .nav-dropdown-sm .dropdown-item:hover {
    background: #f7f7f7 !important;
}

#menu2-p9 .navbar,
#menu2-p9 .nav-dropdown-sm,
#menu2-p9 .nav-dropdown-sm .link[aria-expanded="true"],
#menu2-p9 .nav-dropdown-sm .dropdown-menu {
    background: #ffffff;
}

#menu2-p9 .bg-color.transparent .link {
    color: #2b4484;
    transition: none;
}

#menu2-p9 .bg-color.transparent.opened .link {
    transition: color 0.2s ease-in-out;
}

    #menu2-p9 .bg-color.transparent.opened .link:hover,
    #menu2-p9 .bg-color.transparent.opened .link:focus {
        color: #bb412e;
    }

#menu2-p9 .link[aria-expanded="true"],
#menu2-p9 .dropdown-item[aria-expanded="true"] {
    color: #bb412e !important;
}

#header6-pa H3 {
    font-size: 36px;
    text-align: center;
}

#content8-pb P {
    color: #094587;
}

#features21-pp {
}

    #features21-pp .card .mbr-iconfont {
        background: #2b4484;
        border-color: #2b4484;
    }

    #features21-pp .mbr-table-cell {
        vertical-align: middle;
    }

    #features21-pp .card .mbr-iconfont {
        background: #2b4484;
        border-color: #2b4484;
    }

    #features21-pp .mbr-table-cell {
        vertical-align: middle;
    }

    #features21-pp .heading-title {
        font-family: 'Libre Franklin', serif;
        font-size: 30px;
        color: #094587;
    }

    #features21-pp .card-title {
        color: #094587;
        font-size: 16px;
    }

    #features21-pp .card-text {
        color: #094587;
    }

#features21-pm .card .mbr-iconfont {
    background: #2b4484;
    border-color: #2b4484;
}

#features21-pm .mbr-table-cell {
    vertical-align: middle;
}

#features21-pm .heading-title {
    font-family: 'Libre Franklin', serif;
    font-size: 30px;
    color: #094587;
}

#features21-pm .card-title {
    color: #094587;
}

#features21-pm .card-text {
    color: #094587;
}

#content1-pn P {
    color: #094587;
    text-align: center;
}

#footer4-po p {
    color: #000;
}

#footer4-po P {
    color: #2b4484;
}

#menu2-pq .hide-buttons .nav-btn {
    display: none !important;
}

#menu2-pq .navbar-toggler {
    color: #2b4484;
}

#menu2-pq .close-icon::before,
#menu2-pq .close-icon::after {
    background-color: #2b4484;
}

#menu2-pq .link,
#menu2-pq .dropdown-item {
    color: #2b4484;
    font-family: 'Libre Franklin', serif;
}

#menu2-pq .link {
    font-size: 0.8rem;
}

#menu2-pq .dropdown-item,
#menu2-pq .nav-dropdown-sm .link {
    font-size: 0.866rem;
}

#menu2-pq .link:hover,
#menu2-pq .link:focus {
    color: #bb412e;
}

#menu2-pq .dropdown-item:hover::before,
#menu2-pq .dropdown-item:focus::before {
    background: #bb412e;
}

#menu2-pq .dropdown-item:hover,
#menu2-pq .dropdown-item:focus {
    color: #2b4484;
}

#menu2-pq .link[aria-expanded="true"],
#menu2-pq .dropdown-menu {
    background: #ffffff;
}

#menu2-pq .nav-dropdown-sm .link:focus,
#menu2-pq .nav-dropdown-sm .link:hover,
#menu2-pq .nav-dropdown-sm .dropdown-item:focus,
#menu2-pq .nav-dropdown-sm .dropdown-item:hover {
    background: #f7f7f7 !important;
}

#menu2-pq .navbar,
#menu2-pq .nav-dropdown-sm,
#menu2-pq .nav-dropdown-sm .link[aria-expanded="true"],
#menu2-pq .nav-dropdown-sm .dropdown-menu {
    background: #ffffff;
}

#menu2-pq .bg-color.transparent .link {
    color: #2b4484;
    transition: none;
}

#menu2-pq .bg-color.transparent.opened .link {
    transition: color 0.2s ease-in-out;
}

    #menu2-pq .bg-color.transparent.opened .link:hover,
    #menu2-pq .bg-color.transparent.opened .link:focus {
        color: #bb412e;
    }

#menu2-pq .link[aria-expanded="true"],
#menu2-pq .dropdown-item[aria-expanded="true"] {
    color: #bb412e !important;
}

#header6-pr H3 {
    font-size: 36px;
    text-align: center;
}

#content8-ps P {
    color: #094587;
}

#features21-pt {
}

    #features21-pt .card .mbr-iconfont {
        background: #031a47;
        border-color: #031a47;
    }

    #features21-pt .mbr-table-cell {
        vertical-align: middle;
    }

    #features21-pt .card .mbr-iconfont {
        background: #031a47;
        border-color: #031a47;
    }

    #features21-pt .mbr-table-cell {
        vertical-align: middle;
    }

    #features21-pt .heading-title {
        font-family: 'Libre Franklin', serif;
        font-size: 30px;
        color: #094587;
    }

    #features21-pt .card-title {
        color: #094587;
        font-size: 16px;
    }

    #features21-pt .card-text {
        color: #094587;
    }

#features21-pu .card .mbr-iconfont {
    background: #2b4484;
    border-color: #2b4484;
}

#features21-pu .mbr-table-cell {
    vertical-align: middle;
}

#features21-pu .heading-title {
    font-family: 'Libre Franklin', serif;
    font-size: 30px;
    color: #094587;
}

#features21-pu .card-title {
    color: #094587;
}

#features21-pu .card-text {
    color: #094587;
}

#content1-pv P {
    color: #094587;
    text-align: center;
}

#footer4-pw p {
    color: #000;
}

#footer4-pw P {
    color: #2b4484;
}

#menu2-px .hide-buttons .nav-btn {
    display: none !important;
}

#menu2-px .navbar-toggler {
    color: #2b4484;
}

#menu2-px .close-icon::before,
#menu2-px .close-icon::after {
    background-color: #2b4484;
}

#menu2-px .link,
#menu2-px .dropdown-item {
    color: #2b4484;
    font-family: 'Libre Franklin', serif;
}

#menu2-px .link {
    font-size: 0.8rem;
}

#menu2-px .dropdown-item,
#menu2-px .nav-dropdown-sm .link {
    font-size: 0.866rem;
}

#menu2-px .link:hover,
#menu2-px .link:focus {
    color: #bb412e;
}

#menu2-px .dropdown-item:hover::before,
#menu2-px .dropdown-item:focus::before {
    background: #bb412e;
}

#menu2-px .dropdown-item:hover,
#menu2-px .dropdown-item:focus {
    color: #2b4484;
}

#menu2-px .link[aria-expanded="true"],
#menu2-px .dropdown-menu {
    background: #ffffff;
}

#menu2-px .nav-dropdown-sm .link:focus,
#menu2-px .nav-dropdown-sm .link:hover,
#menu2-px .nav-dropdown-sm .dropdown-item:focus,
#menu2-px .nav-dropdown-sm .dropdown-item:hover {
    background: #f7f7f7 !important;
}

#menu2-px .navbar,
#menu2-px .nav-dropdown-sm,
#menu2-px .nav-dropdown-sm .link[aria-expanded="true"],
#menu2-px .nav-dropdown-sm .dropdown-menu {
    background: #ffffff;
}

#menu2-px .bg-color.transparent .link {
    color: #2b4484;
    transition: none;
}

#menu2-px .bg-color.transparent.opened .link {
    transition: color 0.2s ease-in-out;
}

    #menu2-px .bg-color.transparent.opened .link:hover,
    #menu2-px .bg-color.transparent.opened .link:focus {
        color: #bb412e;
    }

#menu2-px .link[aria-expanded="true"],
#menu2-px .dropdown-item[aria-expanded="true"] {
    color: #bb412e !important;
}

#header6-py H3 {
    font-size: 36px;
    text-align: center;
}

#content8-pz P {
    color: #094587;
}

#features21-q0 {
}

    #features21-q0 .card .mbr-iconfont {
        background: #031a47;
        border-color: #031a47;
    }

    #features21-q0 .mbr-table-cell {
        vertical-align: middle;
    }

    #features21-q0 .card .mbr-iconfont {
        background: #031a47;
        border-color: #031a47;
    }

    #features21-q0 .mbr-table-cell {
        vertical-align: middle;
    }

    #features21-q0 .heading-title {
        font-family: 'Libre Franklin', serif;
        font-size: 30px;
        color: #094587;
    }

    #features21-q0 .card-title {
        color: #094587;
        font-size: 16px;
    }

    #features21-q0 .card-text {
        color: #094587;
    }

#features21-q1 .card .mbr-iconfont {
    background: #2b4484;
    border-color: #2b4484;
}

#features21-q1 .mbr-table-cell {
    vertical-align: middle;
}

#features21-q1 .heading-title {
    font-family: 'Libre Franklin', serif;
    font-size: 30px;
    color: #094587;
}

#features21-q1 .card-title {
    color: #094587;
}

#features21-q1 .card-text {
    color: #094587;
}

#content1-q2 P {
    color: #094587;
    text-align: center;
}

#footer4-q3 p {
    color: #000;
}

#footer4-q3 P {
    color: #2b4484;
}


#menu2-q8 .hide-buttons .nav-btn {
    display: none !important;
}

#menu2-q8 .navbar-toggler {
    color: #2b4484;
}

#menu2-q8 .close-icon::before,
#menu2-q8 .close-icon::after {
    background-color: #2b4484;
}

#menu2-q8 .link,
#menu2-q8 .dropdown-item {
    color: #2b4484;
    font-family: 'Libre Franklin', serif;
}

#menu2-q8 .link {
    font-size: 0.8rem;
}

#menu2-q8 .dropdown-item,
#menu2-q8 .nav-dropdown-sm .link {
    font-size: 0.866rem;
}

#menu2-q8 .link:hover,
#menu2-q8 .link:focus {
    color: #bb412e;
}

#menu2-q8 .dropdown-item:hover::before,
#menu2-q8 .dropdown-item:focus::before {
    background: #bb412e;
}

#menu2-q8 .dropdown-item:hover,
#menu2-q8 .dropdown-item:focus {
    color: #2b4484;
}

#menu2-q8 .link[aria-expanded="true"],
#menu2-q8 .dropdown-menu {
    background: #ffffff;
}

#menu2-q8 .nav-dropdown-sm .link:focus,
#menu2-q8 .nav-dropdown-sm .link:hover,
#menu2-q8 .nav-dropdown-sm .dropdown-item:focus,
#menu2-q8 .nav-dropdown-sm .dropdown-item:hover {
    background: #f7f7f7 !important;
}

#menu2-q8 .navbar,
#menu2-q8 .nav-dropdown-sm,
#menu2-q8 .nav-dropdown-sm .link[aria-expanded="true"],
#menu2-q8 .nav-dropdown-sm .dropdown-menu {
    background: #ffffff;
}

#menu2-q8 .bg-color.transparent .link {
    color: #2b4484;
    transition: none;
}

#menu2-q8 .bg-color.transparent.opened .link {
    transition: color 0.2s ease-in-out;
}

    #menu2-q8 .bg-color.transparent.opened .link:hover,
    #menu2-q8 .bg-color.transparent.opened .link:focus {
        color: #bb412e;
    }

#menu2-q8 .link[aria-expanded="true"],
#menu2-q8 .dropdown-item[aria-expanded="true"] {
    color: #bb412e !important;
}

#header6-q9 H3 {
    font-size: 36px;
    text-align: center;
}

#content3-qa .mbr-section-title,
#content3-qa .mbr-section-subtitle {
    text-align: center;
}

#content3-qa H1 {
    font-size: 16px;
    color: #094587;
    font-family: 'Libre Franklin', serif;
}

#features21-qb .card .mbr-iconfont {
    background: #2b4484;
    border-color: #2b4484;
}

#features21-qb .mbr-table-cell {
    vertical-align: middle;
}

#features21-qb .heading-title {
    font-family: 'Libre Franklin', serif;
    font-size: 30px;
    color: #094587;
}

#features21-qb .card-title {
    color: #094587;
}

#features21-qb .card-text {
    color: #094587;
}

#footer4-qc p {
    color: #000;
}

#footer4-qc P {
    color: #2b4484;
}

#menu2-4r .hide-buttons .nav-btn {
    display: none !important;
}

#menu2-4r .navbar-toggler {
    color: #2b4484;
}

#menu2-4r .close-icon::before,
#menu2-4r .close-icon::after {
    background-color: #2b4484;
}

#menu2-4r .link,
#menu2-4r .dropdown-item {
    color: #2b4484;
    font-family: 'Libre Franklin', serif;
}

#menu2-4r .link {
    font-size: 0.8rem;
}

#menu2-4r .dropdown-item,
#menu2-4r .nav-dropdown-sm .link {
    font-size: 0.866rem;
}

#menu2-4r .link:hover,
#menu2-4r .link:focus {
    color: #bb412e;
}

#menu2-4r .dropdown-item:hover::before,
#menu2-4r .dropdown-item:focus::before {
    background: #bb412e;
}

#menu2-4r .dropdown-item:hover,
#menu2-4r .dropdown-item:focus {
    color: #2b4484;
}

#menu2-4r .link[aria-expanded="true"],
#menu2-4r .dropdown-menu {
    background: #ffffff;
}

#menu2-4r .nav-dropdown-sm .link:focus,
#menu2-4r .nav-dropdown-sm .link:hover,
#menu2-4r .nav-dropdown-sm .dropdown-item:focus,
#menu2-4r .nav-dropdown-sm .dropdown-item:hover {
    background: #f7f7f7 !important;
}

#menu2-4r .navbar,
#menu2-4r .nav-dropdown-sm,
#menu2-4r .nav-dropdown-sm .link[aria-expanded="true"],
#menu2-4r .nav-dropdown-sm .dropdown-menu {
    background: #ffffff;
}

#menu2-4r .bg-color.transparent .link {
    color: #2b4484;
    transition: none;
}

#menu2-4r .bg-color.transparent.opened .link {
    transition: color 0.2s ease-in-out;
}

    #menu2-4r .bg-color.transparent.opened .link:hover,
    #menu2-4r .bg-color.transparent.opened .link:focus {
        color: #bb412e;
    }

#menu2-4r .link[aria-expanded="true"],
#menu2-4r .dropdown-item[aria-expanded="true"] {
    color: #bb412e !important;
}

#header6-4s H3 {
    font-size: 36px;
    color: #2b4484;
}

#header6-4s SPAN {
    font-size: 60px;
}

#header6-4s P {
    color: #2b4484;
}

#content5-d9 .mbr-section-title,
#content5-d9 .mbr-section-subtitle {
    margin-bottom: 1rem;
    color: #ffffff;
}

#content5-d9 .mbr-table-cell {
    vertical-align: middle;
}

#content5-d9 .heading-title {
    font-size: 24px;
    color: #2b4484;
}

#content5-d9 .heading-text {
    text-align: left;
    color: #2b4484;
}

#footer4-52 p {
    color: #000;
}

#footer4-52 P {
    color: #2b4484;
}

#content5-r2 .mbr-section-title,
#content5-r2 .mbr-section-subtitle {
    margin-bottom: 1rem;
    color: #ffffff;
}

#content5-r2 .mbr-table-cell {
    vertical-align: middle;
}

#content5-r2 .heading-title {
    font-size: 24px;
    color: #2b4484;
}

#content5-r2 .heading-text {
    text-align: left;
    color: #2b4484;
}

#content5-r3 .mbr-section-title,
#content5-r3 .mbr-section-subtitle {
    margin-bottom: 1rem;
    color: #ffffff;
}

#content5-r3 .mbr-table-cell {
    vertical-align: middle;
}

#content5-r3 .heading-title {
    font-size: 24px;
    color: #2b4484;
}

#content5-r3 .heading-text {
    text-align: left;
    color: #2b4484;
}

#menu2-qw .hide-buttons .nav-btn {
    display: none !important;
}

#menu2-qw .navbar-toggler {
    color: #2b4484;
}

#menu2-qw .close-icon::before,
#menu2-qw .close-icon::after {
    background-color: #2b4484;
}

#menu2-qw .link,
#menu2-qw .dropdown-item {
    color: #2b4484;
    font-family: 'Libre Franklin', serif;
}

#menu2-qw .link {
    font-size: 0.8rem;
}

#menu2-qw .dropdown-item,
#menu2-qw .nav-dropdown-sm .link {
    font-size: 0.866rem;
}

#menu2-qw .link:hover,
#menu2-qw .link:focus {
    color: #bb412e;
}

#menu2-qw .dropdown-item:hover::before,
#menu2-qw .dropdown-item:focus::before {
    background: #bb412e;
}

#menu2-qw .dropdown-item:hover,
#menu2-qw .dropdown-item:focus {
    color: #2b4484;
}

#menu2-qw .link[aria-expanded="true"],
#menu2-qw .dropdown-menu {
    background: #ffffff;
}

#menu2-qw .nav-dropdown-sm .link:focus,
#menu2-qw .nav-dropdown-sm .link:hover,
#menu2-qw .nav-dropdown-sm .dropdown-item:focus,
#menu2-qw .nav-dropdown-sm .dropdown-item:hover {
    background: #f7f7f7 !important;
}

#menu2-qw .navbar,
#menu2-qw .nav-dropdown-sm,
#menu2-qw .nav-dropdown-sm .link[aria-expanded="true"],
#menu2-qw .nav-dropdown-sm .dropdown-menu {
    background: #ffffff;
}

#menu2-qw .bg-color.transparent .link {
    color: #2b4484;
    transition: none;
}

#menu2-qw .bg-color.transparent.opened .link {
    transition: color 0.2s ease-in-out;
}

    #menu2-qw .bg-color.transparent.opened .link:hover,
    #menu2-qw .bg-color.transparent.opened .link:focus {
        color: #bb412e;
    }

#menu2-qw .link[aria-expanded="true"],
#menu2-qw .dropdown-item[aria-expanded="true"] {
    color: #bb412e !important;
}

#header6-qx H3 {
    font-size: 36px;
    color: #2b4484;
}

#header6-qx SPAN {
    font-size: 60px;
}

#header6-qx P {
    color: #2b4484;
}

#content5-qz .mbr-section-title,
#content5-qz .mbr-section-subtitle {
    margin-bottom: 1rem;
    color: #ffffff;
}

#content5-qz .mbr-table-cell {
    vertical-align: middle;
}

#content5-qz .heading-title {
    font-size: 36px;
    color: #2b4484;
}

#content5-qz .heading-text {
    text-align: left;
    color: #2b4484;
}

#footer4-r1 p {
    color: #000;
}

#footer4-r1 P {
    color: #2b4484;
}

#header6-r4 H3 {
    font-size: 36px;
    color: #2b4484;
}

#header6-r4 B {
    font-size: 32px;
}

#header6-r4 P {
    color: #2b4484;
}

#content3-r5 .mbr-section-title,
#content3-r5 .mbr-section-subtitle {
    text-align: center;
}

#content3-r5 H1 {
    color: #2b4484;
    text-align: right;
    font-size: 30px;
}

#content3-r5 P {
    color: #2b4484;
    text-align: right;
}

#features4-r6 .card {
    background-color: transparent;
    box-shadow: none;
    border: none;
}

#features4-r6 .card-img a {
    border-width: 2px;
    line-height: 72px;
}

#features4-r6 .mbr-iconfont {
    color: #94a5d0;
    border-color: #94a5d0;
}

#features4-r6 .heading-title {
    color: #2b4484;
}

#features4-r6 .heading-text {
    color: #2b4484;
}

#features4-r6 .card-title {
    color: #2b4484;
}

#features4-r6 .card-text {
    color: #2b4484;
}

#custom-html-r7 {
    /* Type valid CSS here */
}

    #custom-html-r7 div {
        margin-top: 21px;
        margin-bottom: 25px;
        margin-right: 150px;
        margin-left: 175px;
    }

    #custom-html-r7 p,
    #custom-html-r7 h1,
    #custom-html-r7 li {
        color: #2b4484;
    }

    #custom-html-r7 div.border {
        border-style: solid;
        border-bottom-width: 25px;
        color: #a8cdec;
    }

#menu2-r8 .hide-buttons .nav-btn {
    display: none !important;
}

#menu2-r8 .navbar-toggler {
    color: #2b4484;
}

#menu2-r8 .close-icon::before,
#menu2-r8 .close-icon::after {
    background-color: #2b4484;
}

#menu2-r8 .link,
#menu2-r8 .dropdown-item {
    color: #2b4484;
    font-family: 'Libre Franklin', serif;
}

#menu2-r8 .link {
    font-size: 0.8rem;
}

#menu2-r8 .dropdown-item,
#menu2-r8 .nav-dropdown-sm .link {
    font-size: 0.866rem;
}

#menu2-r8 .link:hover,
#menu2-r8 .link:focus {
    color: #bb412e;
}

#menu2-r8 .dropdown-item:hover::before,
#menu2-r8 .dropdown-item:focus::before {
    background: #bb412e;
}

#menu2-r8 .dropdown-item:hover,
#menu2-r8 .dropdown-item:focus {
    color: #2b4484;
}

#menu2-r8 .link[aria-expanded="true"],
#menu2-r8 .dropdown-menu {
    background: #ffffff;
}

#menu2-r8 .nav-dropdown-sm .link:focus,
#menu2-r8 .nav-dropdown-sm .link:hover,
#menu2-r8 .nav-dropdown-sm .dropdown-item:focus,
#menu2-r8 .nav-dropdown-sm .dropdown-item:hover {
    background: #f7f7f7 !important;
}

#menu2-r8 .navbar,
#menu2-r8 .nav-dropdown-sm,
#menu2-r8 .nav-dropdown-sm .link[aria-expanded="true"],
#menu2-r8 .nav-dropdown-sm .dropdown-menu {
    background: #ffffff;
}

#menu2-r8 .bg-color.transparent .link {
    color: #2b4484;
    transition: none;
}

#menu2-r8 .bg-color.transparent.opened .link {
    transition: color 0.2s ease-in-out;
}

    #menu2-r8 .bg-color.transparent.opened .link:hover,
    #menu2-r8 .bg-color.transparent.opened .link:focus {
        color: #bb412e;
    }

#menu2-r8 .link[aria-expanded="true"],
#menu2-r8 .dropdown-item[aria-expanded="true"] {
    color: #bb412e !important;
}

#footer4-r9 p {
    color: #000;
}

#footer4-r9 P {
    color: #2b4484;
}

#menu2-ra .hide-buttons .nav-btn {
    display: none !important;
}

#menu2-ra .navbar-toggler {
    color: #2b4484;
}

#menu2-ra .close-icon::before,
#menu2-ra .close-icon::after {
    background-color: #2b4484;
}

#menu2-ra .link,
#menu2-ra .dropdown-item {
    color: #2b4484;
    font-family: 'Libre Franklin', serif;
}

#menu2-ra .link {
    font-size: 0.8rem;
}

#menu2-ra .dropdown-item,
#menu2-ra .nav-dropdown-sm .link {
    font-size: 0.866rem;
}

#menu2-ra .link:hover,
#menu2-ra .link:focus {
    color: #bb412e;
}

#menu2-ra .dropdown-item:hover::before,
#menu2-ra .dropdown-item:focus::before {
    background: #bb412e;
}

#menu2-ra .dropdown-item:hover,
#menu2-ra .dropdown-item:focus {
    color: #2b4484;
}

#menu2-ra .link[aria-expanded="true"],
#menu2-ra .dropdown-menu {
    background: #ffffff;
}

#menu2-ra .nav-dropdown-sm .link:focus,
#menu2-ra .nav-dropdown-sm .link:hover,
#menu2-ra .nav-dropdown-sm .dropdown-item:focus,
#menu2-ra .nav-dropdown-sm .dropdown-item:hover {
    background: #f7f7f7 !important;
}

#menu2-ra .navbar,
#menu2-ra .nav-dropdown-sm,
#menu2-ra .nav-dropdown-sm .link[aria-expanded="true"],
#menu2-ra .nav-dropdown-sm .dropdown-menu {
    background: #ffffff;
}

#menu2-ra .bg-color.transparent .link {
    color: #2b4484;
    transition: none;
}

#menu2-ra .bg-color.transparent.opened .link {
    transition: color 0.2s ease-in-out;
}

    #menu2-ra .bg-color.transparent.opened .link:hover,
    #menu2-ra .bg-color.transparent.opened .link:focus {
        color: #bb412e;
    }

#menu2-ra .link[aria-expanded="true"],
#menu2-ra .dropdown-item[aria-expanded="true"] {
    color: #bb412e !important;
}

#header6-rb H3 {
    text-align: center;
    font-size: 36px;
}

#features21-rc .card .mbr-iconfont {
    background: #2b4484;
    border-color: #2b4484;
}

#features21-rc .mbr-table-cell {
    vertical-align: middle;
}

#features21-rc .card .mbr-iconfont {
    background: #031a47;
    border-color: #031a47;
}

#features21-rc .mbr-table-cell {
    vertical-align: middle;
}

#features21-rc .card-title {
    color: #2b4484;
}

#features21-rc .card-text {
    color: #2b4484;
}

    #features21-rc .card-text B {
        font-size: 16px;
    }

    #features21-rc .card-text I {
        font-size: 24px;
    }

#footer4-re p {
    color: #000;
}

#footer4-re P {
    color: #2b4484;
}

#menu2-rk .hide-buttons .nav-btn {
    display: none !important;
}

#menu2-rk .navbar-toggler {
    color: #2b4484;
}

#menu2-rk .close-icon::before,
#menu2-rk .close-icon::after {
    background-color: #2b4484;
}

#menu2-rk .link,
#menu2-rk .dropdown-item {
    color: #2b4484;
    font-family: 'Libre Franklin', serif;
}

#menu2-rk .link {
    font-size: 0.8rem;
}

#menu2-rk .dropdown-item,
#menu2-rk .nav-dropdown-sm .link {
    font-size: 0.866rem;
}

#menu2-rk .link:hover,
#menu2-rk .link:focus {
    color: #bb412e;
}

#menu2-rk .dropdown-item:hover::before,
#menu2-rk .dropdown-item:focus::before {
    background: #bb412e;
}

#menu2-rk .dropdown-item:hover,
#menu2-rk .dropdown-item:focus {
    color: #2b4484;
}

#menu2-rk .link[aria-expanded="true"],
#menu2-rk .dropdown-menu {
    background: #ffffff;
}

#menu2-rk .nav-dropdown-sm .link:focus,
#menu2-rk .nav-dropdown-sm .link:hover,
#menu2-rk .nav-dropdown-sm .dropdown-item:focus,
#menu2-rk .nav-dropdown-sm .dropdown-item:hover {
    background: #f7f7f7 !important;
}

#menu2-rk .navbar,
#menu2-rk .nav-dropdown-sm,
#menu2-rk .nav-dropdown-sm .link[aria-expanded="true"],
#menu2-rk .nav-dropdown-sm .dropdown-menu {
    background: #ffffff;
}

#menu2-rk .bg-color.transparent .link {
    color: #2b4484;
    transition: none;
}

#menu2-rk .bg-color.transparent.opened .link {
    transition: color 0.2s ease-in-out;
}

    #menu2-rk .bg-color.transparent.opened .link:hover,
    #menu2-rk .bg-color.transparent.opened .link:focus {
        color: #bb412e;
    }

#menu2-rk .link[aria-expanded="true"],
#menu2-rk .dropdown-item[aria-expanded="true"] {
    color: #bb412e !important;
}

#header6-rl H3 {
    text-align: center;
    font-size: 36px;
}

#features21-rm .card .mbr-iconfont {
    background: #e94327;
    border-color: #e94327;
}

#features21-rm .mbr-table-cell {
    vertical-align: middle;
}

#features21-rm .card-title {
    color: #2b4484;
}

#features21-rm .card-text {
    color: #2b4484;
}

    #features21-rm .card-text B {
        font-size: 16px;
    }

    #features21-rm .card-text I {
        font-size: 24px;
    }

#footer4-rn p {
    color: #000;
}

#footer4-rn P {
    color: #2b4484;
}

#menu2-ro .hide-buttons .nav-btn {
    display: none !important;
}

#menu2-ro .navbar-toggler {
    color: #2b4484;
}

#menu2-ro .close-icon::before,
#menu2-ro .close-icon::after {
    background-color: #2b4484;
}

#menu2-ro .link,
#menu2-ro .dropdown-item {
    color: #2b4484;
    font-family: 'Libre Franklin', serif;
}

#menu2-ro .link {
    font-size: 0.8rem;
}

#menu2-ro .dropdown-item,
#menu2-ro .nav-dropdown-sm .link {
    font-size: 0.866rem;
}

#menu2-ro .link:hover,
#menu2-ro .link:focus {
    color: #bb412e;
}

#menu2-ro .dropdown-item:hover::before,
#menu2-ro .dropdown-item:focus::before {
    background: #bb412e;
}

#menu2-ro .dropdown-item:hover,
#menu2-ro .dropdown-item:focus {
    color: #2b4484;
}

#menu2-ro .link[aria-expanded="true"],
#menu2-ro .dropdown-menu {
    background: #ffffff;
}

#menu2-ro .nav-dropdown-sm .link:focus,
#menu2-ro .nav-dropdown-sm .link:hover,
#menu2-ro .nav-dropdown-sm .dropdown-item:focus,
#menu2-ro .nav-dropdown-sm .dropdown-item:hover {
    background: #f7f7f7 !important;
}

#menu2-ro .navbar,
#menu2-ro .nav-dropdown-sm,
#menu2-ro .nav-dropdown-sm .link[aria-expanded="true"],
#menu2-ro .nav-dropdown-sm .dropdown-menu {
    background: #ffffff;
}

#menu2-ro .bg-color.transparent .link {
    color: #2b4484;
    transition: none;
}

#menu2-ro .bg-color.transparent.opened .link {
    transition: color 0.2s ease-in-out;
}

    #menu2-ro .bg-color.transparent.opened .link:hover,
    #menu2-ro .bg-color.transparent.opened .link:focus {
        color: #bb412e;
    }

#menu2-ro .link[aria-expanded="true"],
#menu2-ro .dropdown-item[aria-expanded="true"] {
    color: #bb412e !important;
}

#header6-rp H3 {
    text-align: center;
    font-size: 36px;
}

#features21-rq .card .mbr-iconfont {
    background: #2b4484;
    border-color: #2b4484;
}

#features21-rq .mbr-table-cell {
    vertical-align: middle;
}

#features21-rq .card .mbr-iconfont {
    background: #2b4484;
    border-color: #2b4484;
}

#features21-rq .mbr-table-cell {
    vertical-align: middle;
}

#features21-rq .card-title {
    color: #2b4484;
}

#features21-rq .card-text {
    color: #2b4484;
}

    #features21-rq .card-text B {
        font-size: 16px;
    }

    #features21-rq .card-text I {
        font-size: 24px;
    }

#footer4-rr p {
    color: #000;
}

#footer4-rr P {
    color: #2b4484;
}

#menu2-sa .hide-buttons .nav-btn {
    display: none !important;
}

#menu2-sa .navbar-toggler {
    color: #2b4484;
}

#menu2-sa .close-icon::before,
#menu2-sa .close-icon::after {
    background-color: #2b4484;
}

#menu2-sa .link,
#menu2-sa .dropdown-item {
    color: #2b4484;
    font-family: 'Libre Franklin', serif;
}

#menu2-sa .link {
    font-size: 0.8rem;
}

#menu2-sa .dropdown-item,
#menu2-sa .nav-dropdown-sm .link {
    font-size: 0.866rem;
}

#menu2-sa .link:hover,
#menu2-sa .link:focus {
    color: #bb412e;
}

#menu2-sa .dropdown-item:hover::before,
#menu2-sa .dropdown-item:focus::before {
    background: #bb412e;
}

#menu2-sa .dropdown-item:hover,
#menu2-sa .dropdown-item:focus {
    color: #2b4484;
}

#menu2-sa .link[aria-expanded="true"],
#menu2-sa .dropdown-menu {
    background: #ffffff;
}

#menu2-sa .nav-dropdown-sm .link:focus,
#menu2-sa .nav-dropdown-sm .link:hover,
#menu2-sa .nav-dropdown-sm .dropdown-item:focus,
#menu2-sa .nav-dropdown-sm .dropdown-item:hover {
    background: #f7f7f7 !important;
}

#menu2-sa .navbar,
#menu2-sa .nav-dropdown-sm,
#menu2-sa .nav-dropdown-sm .link[aria-expanded="true"],
#menu2-sa .nav-dropdown-sm .dropdown-menu {
    background: #ffffff;
}

#menu2-sa .bg-color.transparent .link {
    color: #2b4484;
    transition: none;
}

#menu2-sa .bg-color.transparent.opened .link {
    transition: color 0.2s ease-in-out;
}

    #menu2-sa .bg-color.transparent.opened .link:hover,
    #menu2-sa .bg-color.transparent.opened .link:focus {
        color: #bb412e;
    }

#menu2-sa .link[aria-expanded="true"],
#menu2-sa .dropdown-item[aria-expanded="true"] {
    color: #bb412e !important;
}

#header6-sb H3 {
    font-size: 36px;
}

#header6-sb B {
    font-size: 32px;
}

#content3-sd .mbr-section-title,
#content3-sd .mbr-section-subtitle {
    text-align: center;
}

#content3-sd H1 {
    font-family: 'Libre Franklin', serif;
    font-size: 30px;
    color: #094587;
}

#content2-se P {
    color: #094587;
}

#footer4-sg p {
    color: #000;
}

#footer4-sg P {
    color: #2b4484;
}

#menu2-si .hide-buttons .nav-btn {
    display: none !important;
}

#menu2-si .navbar-toggler {
    color: #2b4484;
}

#menu2-si .close-icon::before,
#menu2-si .close-icon::after {
    background-color: #2b4484;
}

#menu2-si .link,
#menu2-si .dropdown-item {
    color: #2b4484;
    font-family: 'Libre Franklin', serif;
}

#menu2-si .link {
    font-size: 0.8rem;
}

#menu2-si .dropdown-item,
#menu2-si .nav-dropdown-sm .link {
    font-size: 0.866rem;
}

#menu2-si .link:hover,
#menu2-si .link:focus {
    color: #bb412e;
}

#menu2-si .dropdown-item:hover::before,
#menu2-si .dropdown-item:focus::before {
    background: #bb412e;
}

#menu2-si .dropdown-item:hover,
#menu2-si .dropdown-item:focus {
    color: #2b4484;
}

#menu2-si .link[aria-expanded="true"],
#menu2-si .dropdown-menu {
    background: #ffffff;
}

#menu2-si .nav-dropdown-sm .link:focus,
#menu2-si .nav-dropdown-sm .link:hover,
#menu2-si .nav-dropdown-sm .dropdown-item:focus,
#menu2-si .nav-dropdown-sm .dropdown-item:hover {
    background: #f7f7f7 !important;
}

#menu2-si .navbar,
#menu2-si .nav-dropdown-sm,
#menu2-si .nav-dropdown-sm .link[aria-expanded="true"],
#menu2-si .nav-dropdown-sm .dropdown-menu {
    background: #ffffff;
}

#menu2-si .bg-color.transparent .link {
    color: #2b4484;
    transition: none;
}

#menu2-si .bg-color.transparent.opened .link {
    transition: color 0.2s ease-in-out;
}

    #menu2-si .bg-color.transparent.opened .link:hover,
    #menu2-si .bg-color.transparent.opened .link:focus {
        color: #bb412e;
    }

#menu2-si .link[aria-expanded="true"],
#menu2-si .dropdown-item[aria-expanded="true"] {
    color: #bb412e !important;
}

#header6-sj H3 {
    font-size: 36px;
}

#header6-sj B {
    font-size: 32px;
}

#content3-sn .mbr-section-title,
#content3-sn .mbr-section-subtitle {
    text-align: center;
}

#content3-sn H1 {
    font-family: 'Libre Franklin', serif;
    font-size: 30px;
    color: #094587;
}

#footer4-so p {
    color: #000;
}

#footer4-so P {
    color: #2b4484;
}

#content2-sp P {
    color: #094587;
}

#header6-sq H3 {
    font-size: 36px;
    color: #2b4484;
}

#header6-sq B {
    font-size: 32px;
}

#header6-sq P {
    color: #2b4484;
}

#content3-sr .mbr-section-title,
#content3-sr .mbr-section-subtitle {
    text-align: center;
}

#content3-sr H1 {
    color: #2b4484;
    text-align: right;
    font-size: 30px;
}

#content3-sr P {
    color: #2b4484;
    text-align: right;
}

#features4-ss .card {
    background-color: transparent;
    box-shadow: none;
    border: none;
}

#features4-ss .card-img a {
    border-width: 2px;
    line-height: 72px;
}

#features4-ss .mbr-iconfont {
    color: #94a5d0;
    border-color: #94a5d0;
}

#features4-ss .heading-title {
    color: #2b4484;
}

#features4-ss .heading-text {
    color: #2b4484;
}

#features4-ss .card-title {
    color: #2b4484;
}

#features4-ss .card-text {
    color: #2b4484;
}

#custom-html-st {
    /* Type valid CSS here */
}

    #custom-html-st div {
        margin-top: 21px;
        margin-bottom: 25px;
        margin-right: 150px;
        margin-left: 175px;
    }

    #custom-html-st p,
    #custom-html-st h1,
    #custom-html-st li {
        color: #2b4484;
    }

    #custom-html-st div.border {
        border-style: solid;
        border-bottom-width: 25px;
        color: #a8cdec;
    }

#menu2-su .hide-buttons .nav-btn {
    display: none !important;
}

#menu2-su .navbar-toggler {
    color: #2b4484;
}

#menu2-su .close-icon::before,
#menu2-su .close-icon::after {
    background-color: #2b4484;
}

#menu2-su .link,
#menu2-su .dropdown-item {
    color: #2b4484;
    font-family: 'Libre Franklin', serif;
}

#menu2-su .link {
    font-size: 0.8rem;
}

#menu2-su .dropdown-item,
#menu2-su .nav-dropdown-sm .link {
    font-size: 0.866rem;
}

#menu2-su .link:hover,
#menu2-su .link:focus {
    color: #bb412e;
}

#menu2-su .dropdown-item:hover::before,
#menu2-su .dropdown-item:focus::before {
    background: #bb412e;
}

#menu2-su .dropdown-item:hover,
#menu2-su .dropdown-item:focus {
    color: #2b4484;
}

#menu2-su .link[aria-expanded="true"],
#menu2-su .dropdown-menu {
    background: #ffffff;
}

#menu2-su .nav-dropdown-sm .link:focus,
#menu2-su .nav-dropdown-sm .link:hover,
#menu2-su .nav-dropdown-sm .dropdown-item:focus,
#menu2-su .nav-dropdown-sm .dropdown-item:hover {
    background: #f7f7f7 !important;
}

#menu2-su .navbar,
#menu2-su .nav-dropdown-sm,
#menu2-su .nav-dropdown-sm .link[aria-expanded="true"],
#menu2-su .nav-dropdown-sm .dropdown-menu {
    background: #ffffff;
}

#menu2-su .bg-color.transparent .link {
    color: #2b4484;
    transition: none;
}

#menu2-su .bg-color.transparent.opened .link {
    transition: color 0.2s ease-in-out;
}

    #menu2-su .bg-color.transparent.opened .link:hover,
    #menu2-su .bg-color.transparent.opened .link:focus {
        color: #bb412e;
    }

#menu2-su .link[aria-expanded="true"],
#menu2-su .dropdown-item[aria-expanded="true"] {
    color: #bb412e !important;
}

#footer4-sv p {
    color: #000;
}

#footer4-sv P {
    color: #2b4484;
}

#menu2-uf .hide-buttons .nav-btn {
    display: none !important;
}

#menu2-uf .navbar-toggler {
    color: #2b4484;
}

#menu2-uf .close-icon::before,
#menu2-uf .close-icon::after {
    background-color: #2b4484;
}

#menu2-uf .link,
#menu2-uf .dropdown-item {
    color: #2b4484;
    font-family: 'Libre Franklin', serif;
}

#menu2-uf .link {
    font-size: 0.8rem;
}

#menu2-uf .dropdown-item,
#menu2-uf .nav-dropdown-sm .link {
    font-size: 0.866rem;
}

#menu2-uf .link:hover,
#menu2-uf .link:focus {
    color: #bb412e;
}

#menu2-uf .dropdown-item:hover::before,
#menu2-uf .dropdown-item:focus::before {
    background: #bb412e;
}

#menu2-uf .dropdown-item:hover,
#menu2-uf .dropdown-item:focus {
    color: #2b4484;
}

#menu2-uf .link[aria-expanded="true"],
#menu2-uf .dropdown-menu {
    background: #ffffff;
}

#menu2-uf .nav-dropdown-sm .link:focus,
#menu2-uf .nav-dropdown-sm .link:hover,
#menu2-uf .nav-dropdown-sm .dropdown-item:focus,
#menu2-uf .nav-dropdown-sm .dropdown-item:hover {
    background: #f7f7f7 !important;
}

#menu2-uf .navbar,
#menu2-uf .nav-dropdown-sm,
#menu2-uf .nav-dropdown-sm .link[aria-expanded="true"],
#menu2-uf .nav-dropdown-sm .dropdown-menu {
    background: #ffffff;
}

#menu2-uf .bg-color.transparent .link {
    color: #2b4484;
    transition: none;
}

#menu2-uf .bg-color.transparent.opened .link {
    transition: color 0.2s ease-in-out;
}

    #menu2-uf .bg-color.transparent.opened .link:hover,
    #menu2-uf .bg-color.transparent.opened .link:focus {
        color: #bb412e;
    }

#menu2-uf .link[aria-expanded="true"],
#menu2-uf .dropdown-item[aria-expanded="true"] {
    color: #bb412e !important;
}

#header6-ug H3 {
    font-size: 36px;
}

#header6-ug B {
    font-size: 32px;
}

#custom-html-uo {
    /* Type valid CSS here */
}

    #custom-html-uo p {
        color: #2b4484;
    }

        #custom-html-uo p.title {
            color: #fff;
            font-size: 25px;
        }

#footer4-ui p {
    color: #000;
}

#footer4-ui P {
    color: #2b4484;
}

#menu2-um .hide-buttons .nav-btn {
    display: none !important;
}

#menu2-um .navbar-toggler {
    color: #2b4484;
}

#menu2-um .close-icon::before,
#menu2-um .close-icon::after {
    background-color: #2b4484;
}

#menu2-um .link,
#menu2-um .dropdown-item {
    color: #2b4484;
    font-family: 'Libre Franklin', serif;
}

#menu2-um .link {
    font-size: 0.8rem;
}

#menu2-um .dropdown-item,
#menu2-um .nav-dropdown-sm .link {
    font-size: 0.866rem;
}

#menu2-um .link:hover,
#menu2-um .link:focus {
    color: #bb412e;
}

#menu2-um .dropdown-item:hover::before,
#menu2-um .dropdown-item:focus::before {
    background: #bb412e;
}

#menu2-um .dropdown-item:hover,
#menu2-um .dropdown-item:focus {
    color: #2b4484;
}

#menu2-um .link[aria-expanded="true"],
#menu2-um .dropdown-menu {
    background: #ffffff;
}

#menu2-um .nav-dropdown-sm .link:focus,
#menu2-um .nav-dropdown-sm .link:hover,
#menu2-um .nav-dropdown-sm .dropdown-item:focus,
#menu2-um .nav-dropdown-sm .dropdown-item:hover {
    background: #f7f7f7 !important;
}

#menu2-um .navbar,
#menu2-um .nav-dropdown-sm,
#menu2-um .nav-dropdown-sm .link[aria-expanded="true"],
#menu2-um .nav-dropdown-sm .dropdown-menu {
    background: #ffffff;
}

#menu2-um .bg-color.transparent .link {
    color: #2b4484;
    transition: none;
}

#menu2-um .bg-color.transparent.opened .link {
    transition: color 0.2s ease-in-out;
}

    #menu2-um .bg-color.transparent.opened .link:hover,
    #menu2-um .bg-color.transparent.opened .link:focus {
        color: #bb412e;
    }

#menu2-um .link[aria-expanded="true"],
#menu2-um .dropdown-item[aria-expanded="true"] {
    color: #bb412e !important;
}

#header6-un H3 {
    text-align: center;
    font-size: 36px;
}

#features21-uo .card .mbr-iconfont {
    background: #1f8068;
    border-color: #1f8068;
}

#features21-uo .mbr-table-cell {
    vertical-align: middle;
}

#features21-uo .card-title {
    color: #2b4484;
}

#features21-uo .card-text {
    color: #2b4484;
}

    #features21-uo .card-text B {
        font-size: 16px;
    }

    #features21-uo .card-text I {
        font-size: 24px;
    }

#features21-uo .card-title B {
    font-size: 24px;
}

#features21-uq .card .mbr-iconfont {
    background: #1f8068;
    border-color: #1f8068;
}

#features21-uq .mbr-table-cell {
    vertical-align: middle;
}

#features21-uq .card-title {
    color: #2b4484;
}

#features21-uq .card-text {
    color: #2b4484;
}

    #features21-uq .card-text B {
        font-size: 16px;
    }

    #features21-uq .card-text I {
        font-size: 24px;
    }

#features21-uq .card-title B {
    font-size: 24px;
}

#footer4-us p {
    color: #000;
}

#footer4-us P {
    color: #2b4484;
}

#header6-uy H3 {
    font-size: 36px;
    color: #2b4484;
}

#header6-uy B {
    font-size: 32px;
}

#header6-uy P {
    color: #2b4484;
}

#content3-uz .mbr-section-title,
#content3-uz .mbr-section-subtitle {
    text-align: center;
}

#content3-uz H1 {
    color: #2b4484;
    text-align: right;
    font-size: 30px;
}

#content3-uz P {
    color: #2b4484;
    text-align: right;
}

#features4-v0 .card {
    background-color: transparent;
    box-shadow: none;
    border: none;
}

#features4-v0 .card-img a {
    border-width: 2px;
    line-height: 72px;
}

#features4-v0 .mbr-iconfont {
    color: #94a5d0;
    border-color: #94a5d0;
}

#features4-v0 .heading-title {
    color: #2b4484;
}

#features4-v0 .heading-text {
    color: #2b4484;
}

#features4-v0 .card-title {
    color: #2b4484;
}

#features4-v0 .card-text {
    color: #2b4484;
}

#custom-html-v1 {
    /* Type valid CSS here */
}

    #custom-html-v1 div {
        margin-top: 21px;
        margin-bottom: 25px;
        margin-right: 150px;
        margin-left: 175px;
    }

    #custom-html-v1 p,
    #custom-html-v1 h1,
    #custom-html-v1 li {
        color: #2b4484;
    }

    #custom-html-v1 div.border {
        border-style: solid;
        border-bottom-width: 25px;
        color: #a8cdec;
    }

#menu2-v2 .hide-buttons .nav-btn {
    display: none !important;
}

#menu2-v2 .navbar-toggler {
    color: #2b4484;
}

#menu2-v2 .close-icon::before,
#menu2-v2 .close-icon::after {
    background-color: #2b4484;
}

#menu2-v2 .link,
#menu2-v2 .dropdown-item {
    color: #2b4484;
    font-family: 'Libre Franklin', serif;
}

#menu2-v2 .link {
    font-size: 0.8rem;
}

#menu2-v2 .dropdown-item,
#menu2-v2 .nav-dropdown-sm .link {
    font-size: 0.866rem;
}

#menu2-v2 .link:hover,
#menu2-v2 .link:focus {
    color: #bb412e;
}

#menu2-v2 .dropdown-item:hover::before,
#menu2-v2 .dropdown-item:focus::before {
    background: #bb412e;
}

#menu2-v2 .dropdown-item:hover,
#menu2-v2 .dropdown-item:focus {
    color: #2b4484;
}

#menu2-v2 .link[aria-expanded="true"],
#menu2-v2 .dropdown-menu {
    background: #ffffff;
}

#menu2-v2 .nav-dropdown-sm .link:focus,
#menu2-v2 .nav-dropdown-sm .link:hover,
#menu2-v2 .nav-dropdown-sm .dropdown-item:focus,
#menu2-v2 .nav-dropdown-sm .dropdown-item:hover {
    background: #f7f7f7 !important;
}

#menu2-v2 .navbar,
#menu2-v2 .nav-dropdown-sm,
#menu2-v2 .nav-dropdown-sm .link[aria-expanded="true"],
#menu2-v2 .nav-dropdown-sm .dropdown-menu {
    background: #ffffff;
}

#menu2-v2 .bg-color.transparent .link {
    color: #2b4484;
    transition: none;
}

#menu2-v2 .bg-color.transparent.opened .link {
    transition: color 0.2s ease-in-out;
}

    #menu2-v2 .bg-color.transparent.opened .link:hover,
    #menu2-v2 .bg-color.transparent.opened .link:focus {
        color: #bb412e;
    }

#menu2-v2 .link[aria-expanded="true"],
#menu2-v2 .dropdown-item[aria-expanded="true"] {
    color: #bb412e !important;
}

#footer4-v3 p {
    color: #000;
}

#footer4-v3 P {
    color: #2b4484;
}

#menu2-v6 .hide-buttons .nav-btn {
    display: none !important;
}

#menu2-v6 .navbar-toggler {
    color: #2b4484;
}

#menu2-v6 .close-icon::before,
#menu2-v6 .close-icon::after {
    background-color: #2b4484;
}

#menu2-v6 .link,
#menu2-v6 .dropdown-item {
    color: #2b4484;
    font-family: 'Libre Franklin', serif;
}

#menu2-v6 .link {
    font-size: 0.8rem;
}

#menu2-v6 .dropdown-item,
#menu2-v6 .nav-dropdown-sm .link {
    font-size: 0.866rem;
}

#menu2-v6 .link:hover,
#menu2-v6 .link:focus {
    color: #bb412e;
}

#menu2-v6 .dropdown-item:hover::before,
#menu2-v6 .dropdown-item:focus::before {
    background: #bb412e;
}

#menu2-v6 .dropdown-item:hover,
#menu2-v6 .dropdown-item:focus {
    color: #2b4484;
}

#menu2-v6 .link[aria-expanded="true"],
#menu2-v6 .dropdown-menu {
    background: #ffffff;
}

#menu2-v6 .nav-dropdown-sm .link:focus,
#menu2-v6 .nav-dropdown-sm .link:hover,
#menu2-v6 .nav-dropdown-sm .dropdown-item:focus,
#menu2-v6 .nav-dropdown-sm .dropdown-item:hover {
    background: #f7f7f7 !important;
}

#menu2-v6 .navbar,
#menu2-v6 .nav-dropdown-sm,
#menu2-v6 .nav-dropdown-sm .link[aria-expanded="true"],
#menu2-v6 .nav-dropdown-sm .dropdown-menu {
    background: #ffffff;
}

#menu2-v6 .bg-color.transparent .link {
    color: #2b4484;
    transition: none;
}

#menu2-v6 .bg-color.transparent.opened .link {
    transition: color 0.2s ease-in-out;
}

    #menu2-v6 .bg-color.transparent.opened .link:hover,
    #menu2-v6 .bg-color.transparent.opened .link:focus {
        color: #bb412e;
    }

#menu2-v6 .link[aria-expanded="true"],
#menu2-v6 .dropdown-item[aria-expanded="true"] {
    color: #bb412e !important;
}

#header6-v7 H3 {
    font-size: 36px;
    text-align: center;
}

#features21-va .card .mbr-iconfont {
    background: #2b4484;
    border-color: #2b4484;
}

#features21-va .mbr-table-cell {
    vertical-align: middle;
}

#features21-va .heading-title {
    font-family: 'Libre Franklin', serif;
    font-size: 30px;
    color: #094587;
}

#features21-va .card-title {
    color: #094587;
}

#features21-va .card-text {
    color: #094587;
}

#footer4-vb p {
    color: #000;
}

#footer4-vb P {
    color: #2b4484;
}
