/* ==========================================================================
   Author's custom styles
   ========================================================================== */
.umb-grid .row > .grid-section {
    display: contents;
}

.course-section-nav .course-section {
}

    .course-section-nav .course-section + .course-section {
        border-left: 1px solid #81a1ff;
    }

.certificate-thumb {
}

.certificate-thumb__container {
    position: relative;
    width: 383px;
    height: 273px;
    background-position: center;
    background-size: cover;
}

.certificate-thumb__member-name,
.certificate-thumb__course-name,
.certificate-thumb__before-text,
.certificate-thumb__after-text,
.certificate-thumb__date,
.certificate-thumb__expiry,
.certificate-thumb__year {
    position: absolute;
    border: 0px solid red;
    padding: 0 0.15rem;
    text-align: left;
}


.certificate-thumb__course-name {
    display: none;
}

.certificate-thumb__before-text {
    top: 61%;
    left: 4.5%;
    color: #001e50;
    font-size: 0.65rem;
    line-height: 1.25;
}

.certificate-thumb__member-name {
    top: 66%;
    left: 4.5%;
    color: #001e50;
    font-weight: bold;
    font-size: 1.25rem;
    line-height: 1.25;
}

.certificate-thumb__after-text {
    top: 76.5%;
    left: 4.5%;
    color: #001e50;
    font-size: 0.5rem;
    line-height: 1.25;
}


.certificate-thumb__date {
    width: 60%;
    top: 85%;
    left: 4.5%;
    color: #001e50;
    font-size: 0.80rem;
    line-height: 1.25;
}

.certificate-thumb__expiry {
    width: 60%;
    top: 93%;
    left: 4.5%;
    color: #001e50;
    font-size: 0.80rem;
    line-height: 1.25;
}

.certificate-thumb__year {
    top: 34%;
    left: 4.5%;
    color: #ffffff;
    font-size: 0.9rem;
    line-height: 1.25;
    font-weight: bold;
    white-space: nowrap;
    text-transform: uppercase;
    padding: 0.25rem 0.25rem;
    background: #26608e;
}

.certificate-thumb__add-to-linkedin {
}

.modal-content__header img {
    max-width: 200px;
}

.field-validation-error {
    display: block;
    margin-top: 0.25rem;
    border: 1px solid #db3a2e;
    border-radius: 0.25rem;
    background-color: #fff0ef;
    padding: 0.25rem;
    font-size: 0.85rem;
}


.homeHeroHeight {
    /*height: 435px;*/
    border-radius: 0rem;
}

    .homeHeroHeight .mobile-box-video-image {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        width: 100%;
    }

        .homeHeroHeight .mobile-box-video-image > a {
            align-items: flex-end;
            display: flex;
        }

    .homeHeroHeight .desktop-box-video-image > a {
        height: 325px;
        align-items: flex-end;
        display: flex;
    }

.min-h-300px {
    min-height: 300px;
}

.c-slide-link-content {
    display:inline-block;
    border: 2px solid #43cad9;
    background-color: #43cad9;
    padding-top: 0.6rem;
    padding-bottom: 0.875rem;
    padding-left: 1.25rem;
    padding-right: 1.25rem;
    border-radius: 9999px;
    color: #0f2f59;
}


.hideInMobile .c-slide-link-content {
    padding-top: 0.6rem;
    font-size: 1.1rem;
    padding-bottom: 0.7rem;
    transition: background-color 0.3s;
}

.c-slide-link-content:hover, .c-slide-link-content:focus, .c-slide-link-content:active {
    border-color: #43cad9;
    background-color: #fff;
    color: #0f2f59;
    text-decoration: none;
}

.c_none .c-slide-link-content {
    border-color: #0646ff;
    background: #0646ff;
    color: #ffffff;
}

    .c_none .c-slide-link-content:hover, .c_none .c-slide-link-content:focus, .c_none .c-slide-link-content:active {
        border-color: #0646ff;
        background-color: #fff;
        color: #0646ff;
    }

.c_blue .c-slide-link-content {
    border-color: #43cad9;
    background: #43cad9;
    color: #0f2f59;
}

    .c_blue .c-slide-link-content:hover, .c_blue .c-slide-link-content:focus, .c_blue .c-slide-link-content:active {
        border-color: #43cad9;
        background-color: #0646ff;
        color: #ffffff;
    }

.c_darkblue .c-slide-link-content {
    border-color: #43cad9;
    background: #43cad9;
    color: #0f2f59;
}

    .c_darkblue .c-slide-link-content:hover, .c_darkblue .c-slide-link-content:focus, .c_darkblue .c-slide-link-content:active {
        border-color: #43cad9;
        background-color: #0f2f59;
        color: #fff;
    }

.c_blue .hideInMobile .text-deepsea-3 {
    color: #fff;
}

.c_white .hideInMobile .text-deepsea-3 {
    color: #001e50;
}

.c_darkblue .hideInMobile .text-deepsea-3 {
    color: #fff;
}

.c-slide-content-mobile {
    overflow: hidden;
    text-align: center;
}

.c-slide-bg-white {
    background-color: #FFF;
    color: #001e50;
    padding: 20px 0;
}

.c_none .c-button-bg {
    background: #0646ff;
    color: #fff;
}

    .c_none .c-button-bg:hover, .c_none .c-button-bg:focus, .c_none .c-button-bg:active {
        background: #fff;
        color: #0646ff;
    }

.c_blue {
    background: #0646ff;
}

    .c_blue .c-button-bg {
        border-color: #43cad9;
        background: #43cad9;
        color: #0f2f59;
    }

        .c_blue .c-button-bg:hover, .c_blue .c-button-bg:focus, .c_blue .c-button-bg:active {
            background: #0646ff;
            color: #fff;
        }

.c_darkblue {
    background: #001e50;
}

    .c_darkblue .c-button-bg {
        border-color: #43cad9;
        background: #43cad9;
        color: #0f2f59;
    }

        .c_darkblue .c-button-bg:hover, .c_darkblue .c-button-bg:focus, .c_darkblue .c-button-bg:active {
            background: #0f2f59;
            color: #fff;
        }

.c_white {
    background: #FFF;
    color: #001e50;
}

    .c_white .c-button-bg {
        border-color: #43cad9;
        background: #43cad9;
        color: #0f2f59;
    }

        .c_white .c-button-bg:hover, .c_white .c-button-bg:focus, .c_blue .c-button-bg:active {
            background: #fff;
            color: #0f2f59;
        }

.trophon-theme .c_white .theme-trophon\:hocus\:text-white:hover, .trophon-theme .c_white .theme-trophon\:hocus\:text-white:focus {
    color: #0f2f59;
}

.c-slide .o-richtext.h1 {
    line-height: 1;
}

.c-slide .lead {
    line-height: 1.25;
}

.c-slide-1 h1.text-inherit {
    font-size: 2rem;
    line-height: 1.2;
    margin-top: 2.5rem;
}

.c-slide-1 p.lead {
    line-height: 1.2;
    display: flex;
}

/* Tab Navigation In Product Page */
.pro-tab-nav .pro-tab-nav-item {
    margin: 0;
}

    .pro-tab-nav .pro-tab-nav-item a {
        padding: 15px 20px;
        transition-duration: .2s;
    }

        .pro-tab-nav .pro-tab-nav-item a.active {
            background-color: #0646ff;
            color: #fff;
        }

        .pro-tab-nav .pro-tab-nav-item a:not(.active):hover {
            background-color: #d2deff;
        }

.final-pro-tab-nav-link {
    padding: 13px 20px;
    border-radius: 0;
}

/* Simple Page */
.d-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
}

.align-items-stretch {
    -webkit-box-align: stretch !important;
    -ms-flex-align: stretch !important;
    align-items: stretch !important
}

.wrapper {
    width: 100%;
}

#icon-menu-simple-page {
    display: inline-block;
    position: absolute;
    right: 25px;
}

    #icon-menu-simple-page:hover {
        cursor: pointer;
    }

#sidebar {
    min-width: 250px;
    max-width: 250px;
    color: #333;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    position: relative
}

    #sidebar > div:nth-child(2) {
        position: sticky;
        top: 0;
    }

    #sidebar .h6 {
        color: #333;
        font-size: 16px;
    }

    #sidebar a {
        color: #021032
    }

    #sidebar.active {
        margin-left: -250px
    }

        #sidebar.active .custom-menu {
            margin-right: -50px
        }

    #sidebar h1 {
        margin-bottom: 20px;
        font-weight: 700
    }

        #sidebar h1 .logo {
            color: #333
        }

    #sidebar ul.components {
        padding: 0
    }

    #sidebar ul li {
        font-size: 16px
    }

        #sidebar ul li > ul {
            margin-left: 10px
        }

            #sidebar ul li > ul li {
                font-size: 14px
            }

        #sidebar ul li a {
            padding: 10px 0;
            display: block;
            border-bottom: 1px solid rgba(255,255,255,.1);
        }

            #sidebar ul li a.active, #sidebar ul li a:hover {
                color: #021032;
                font-weight: bold;
                font-weight: bold;
                text-decoration: none;
            }



        #sidebar ul li ul li a {
            padding: 10px 0;
            display: block;
            border-bottom: 1px solid rgba(255,255,255,.1);
            color: #0646FF;
        }

            #sidebar ul li ul li a.active, #sidebar ul li ul li a:hover {
                color: #0646FF;
                font-weight: bold;
                text-decoration: none;
            }

/*NEW MEGE MENU*/

/*.parent-test:hover ~ .bg-cover-new-mega-menu {
    position: fixed;
    height: 100%;
    width: 100%;
    z-index: 9;
    background-color: rgba(0, 0, 0, 0.3);
}

.parent-test {*/
/*disables pointer-events on the container, so entering it won't cause the hover effect on the sibling*/
/*pointer-events: none;
}

.new-mega-menu {*/
/*resets pointer-events on the .hover-me child, so the previous :hover we set for the container will work only when hovering this child*/
/*pointer-events: auto;
    cursor: pointer;
}*/


/* NEW MEGA MENU IN MOBILE*/

.new-mega-menu-mobile a {
    font-size: 17px;
}

.new-mega-menu-mobile .bg-bright-blue {
    background: #00AFEC;
    color:#fff;
}

.new-mega-menu-mobile .bg-main-blue {
    background: #05132c;
    color: #fff;
}

.new-mega-menu-mobile .bg-orange {
    background: #f56e00;
    color: #fff;
}

.is-open.is-open\:z-10 {
    z-index: 10;
}

.new-mega-menu-nav {
    z-index: 9;
}

    .new-mega-menu-nav .fz-15 {
        font-size: 15px;
    }

    .new-mega-menu-nav.active .isActive {
        opacity: 1;
    }

    .new-mega-menu-nav a:hover > div.opacity-0 {
        opacity: 1 !important;
    }

    .new-mega-menu-nav .new-mega-menu-nav-panel {
        display: none;
    }

    .new-mega-menu-nav.active .new-mega-menu-nav-panel {
        display: block;
    }

.new-mega-menu {
    display: inline-block;
    width: 1200px;
    background: #f2fbfe;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.5), 0 6px 20px 0 rgba(0, 0, 0, 0.5);
}

    .new-mega-menu.bg-main-blue {
        background: #05132c;
        border: 9px solid #fff;
        color: #fff;
    }

    .new-mega-menu.bg-bright-blue {
        background: #00AFEC;
        border: 9px solid #fff;
        color: #fff;
    }

    .new-mega-menu.bg-orange {
        background: #f56e00;
        border: 9px solid #fff;
        color: #fff;
    }

    .new-mega-menu a {
        color: #FFF;
        font-size: 17px;
        font-weight: 400;
    }

        .new-mega-menu a:active, a:hover {
            text-decoration: none;
        }

    .new-mega-menu > div {
        float: left;
        width: 33.33%;
        position: relative;
        border-right: 1px solid #2a364b;
    }

        .new-mega-menu > div:last-child {
            border-right: 0;
        }

        .new-mega-menu > div.first-columns {
            width: 250px !important;
        }

            .new-mega-menu > div.first-columns > div > div {
                margin: 0;
                width: 100%;
                height: 100%;
                display: flex;
                justify-content: center;
                align-items: center;
            }

    .new-mega-menu.first-columns > div {
        width: 310px;
        border-right: 1px solid #2ebdef;
    }

        .new-mega-menu.first-columns > div:last-child {
            border-right: 0;
        }

    .new-mega-menu.second-columns div.first-columns {
        min-height: 495px;
    }

    .new-mega-menu.second-columns > div {
        width: 466px;
        border-right: 1px solid #f68426;
    }

        .new-mega-menu.second-columns > div:last-child {
            border-right: 0;
        }


    /*        .new-mega-menu > div:last-child {
            border-right: 10px solid #fff;
        }*/
    .new-mega-menu.two-columns > div {
        width: 50%;
    }

    .new-mega-menu .menu-item-header {
        /*background: #01cac4;*/
        color: #fff;
        text-align: left;
        /*padding: 0 5%;*/
    }

        .new-mega-menu .menu-item-header.aqua {
            background: #01cac4;
        }

        .new-mega-menu .menu-item-header.sky-blue {
            background: #00b7f1;
        }

        .new-mega-menu .menu-item-header.blue {
            background: #031133;
        }

        .new-mega-menu .menu-item-header.yellow {
            background: #dfa226;
        }

        .new-mega-menu .menu-item-header.orange {
            background: #f56e00;
        }

    .new-mega-menu .menu-item-content {
        /*background: #f2fbfe;*/
        padding: 50px 0;
    }

    .new-mega-menu.first-columns .menu-item-content {
        padding: 30px 0 0 0;
    }

    .new-mega-menu.second-columns .menu-item-content {
        padding: 60px 0 0 0;
    }

    .new-mega-menu .wrap-menu-items {
        display: block;
        font-size: 16px;
        font-weight: 400;
    }

        .new-mega-menu .wrap-menu-items.aqua {
            background: #f2fcfd;
        }

        .new-mega-menu .wrap-menu-items.orange {
            background: #fff7f2;
        }

        .new-mega-menu .wrap-menu-items.sky-blue {
            background: #f2fcfe;
        }

        .new-mega-menu .wrap-menu-items.blue {
            background: #f2f3f5;
        }

        .new-mega-menu .wrap-menu-items.yellow {
            background: #fff4e0;
        }

        .new-mega-menu .wrap-menu-items .menu-item-img-text {
            min-height: 100px;
            display: flex;
            padding: 0 5%;
        }

            .new-mega-menu .wrap-menu-items .menu-item-img-text > span {
                font-size: 30px;
                padding-bottom: 10px;
                padding: 0 10px 10px 10px;
                align-self: flex-end;
            }

        .new-mega-menu .wrap-menu-items .menu-item-img-left {
            display: inline-block;
        }

            .new-mega-menu .wrap-menu-items .menu-item-img-left > img, .new-mega-menu .wrap-menu-items .menu-item-img-left > iframe {
                margin-bottom: -25px;
                /*margin-top: 20px;*/
                margin-right: 10px;
            }

            .new-mega-menu .wrap-menu-items .menu-item-img-left > iframe {
                vertical-align: middle;
            }

        .new-mega-menu .wrap-menu-items .menu-item-content-right {
            display: inline-block;
            text-align: left;
        }

            .new-mega-menu .wrap-menu-items .menu-item-content-right > div {
                display: flex;
                font-size: 16px;
                font-weight: 400;
            }

                .new-mega-menu .wrap-menu-items .menu-item-content-right > div > div {
                    align-self: flex-end;
                }

                    .new-mega-menu .wrap-menu-items .menu-item-content-right > div > div img {
                        height: 35px;
                    }

                        .new-mega-menu .wrap-menu-items .menu-item-content-right > div > div img.imger {
                            height: 50px;
                        }

        .new-mega-menu .wrap-menu-items ul ul {
            /*                        visibility: visible;
                        opacity: 0;
                        height: 0;
            margin-bottom: 10px;*/
        }

        .new-mega-menu .wrap-menu-items ul.mega-parent li {
            text-align: left;
            margin: 0 30px;
            /* text-decoration: underline; */
            /*border-bottom: 1px solid #cccccc;*/
            -moz-transition: all 0.3s ease-in;
            -webkit-transition: all 0.3s ease-in;
            -o-transition: all 0.3s ease-in;
            transition: all 0.3s ease-in;
        }

    .new-mega-menu.first-columns .wrap-menu-items ul.mega-parent li {
        margin: 0 10px;
    }

        .new-mega-menu.first-columns .wrap-menu-items ul.mega-parent li li {
            margin: 0 3px;
        }

        .new-mega-menu.second-columns .wrap-menu-items ul.mega-parent li {
            margin: 0 30px;
        }

        .new-mega-menu.second-columns .wrap-menu-items ul.mega-parent li li {
            margin: 0 3px;
        }

        .new-mega-menu .wrap-menu-items ul.mega-parent li b {
            font-size: 18px;
        }

    .new-mega-menu .wrap-menu-items ul.mega-parent li a, .new-mega-menu .wrap-menu-items ul.mega-parent li span, .new-mega-menu .wrap-menu-items ul.mega-parent li > img {
        padding: 5px 5px;
        display: inline-block;
    }

        .new-mega-menu .wrap-menu-items ul.mega-parent li a:hover {
            text-decoration: underline;
        }

        .new-mega-menu .wrap-menu-items ul.mega-parent li a.link-header:hover {
            text-decoration: none;
        }

    .new-mega-menu .wrap-menu-items ul.mega-parent li > img {
        height: 60px;
    }

    /*        .new-mega-menu .wrap-menu-items ul.mega-parent > li:hover {
            background: #e5fbf9;
        }*/
    .new-mega-menu .wrap-menu-items.orange ul.mega-parent > li:hover {
        background: #feeedf;
    }

    .new-mega-menu .wrap-menu-items.blue ul.mega-parent > li:hover {
        background: #e6e7eb;
    }

    .new-mega-menu .wrap-menu-items.sky-blue ul.mega-parent > li:hover {
        background: #d8f6ff;
    }

    .new-mega-menu .wrap-menu-items.aqua ul.mega-parent > li:hover {
        background: #e5fbf9;
    }

    .new-mega-menu .wrap-menu-items.yellow ul.mega-parent > li:hover {
        background: #ffeecf;
    }

    .new-mega-menu .wrap-menu-items ul.mega-parent li.arrow {
        position: relative;
    }

    .new-mega-menu .wrap-menu-items ul.mega-parent > li > a {
        display: block;
    }

    .new-mega-menu .wrap-menu-items ul.mega-parent li.arrow span.icon {
        position: absolute;
        top: 0;
        color: #fff;
    }

        .new-mega-menu .wrap-menu-items ul.mega-parent li.arrow span.icon:hover {
            cursor: pointer;
        }

    .new-mega-menu .wrap-menu-items ul.mega-parent > li:last-child {
        /*margin-bottom: 50px;*/
        margin-bottom: 35px;
    }

    .new-mega-menu .wrap-menu-items ul.mega-parent li.arrow.selected ul {
        display: block;
    }

    .new-mega-menu .wrap-menu-items ul.mega-parent li li {
        /*margin: 0 0 0 10%;*/
        border-bottom: 0;
        margin-left: 10px;
    }

        .new-mega-menu .wrap-menu-items ul.mega-parent li li a {
            padding: 5px 0;
        }

            .new-mega-menu .wrap-menu-items ul.mega-parent li li a:hover, .new-mega-menu .wrap-menu-items ul.mega-parent li li a:active {
                text-decoration: underline;
            }

        .new-mega-menu .wrap-menu-items ul.mega-parent li li .icon-sky-blue {
            padding: 0;
            padding-right: 5px;
        }

    .new-mega-menu .cover-menu-items {
        position: absolute;
        left: 0;
        width: 100%;
        height: 100%;
        color: #fff;
        opacity: 1;
        display: block;
        min-height: 600px;
        transition: 0.5s ease-out;
        z-index: 1;
        background-repeat: no-repeat;
        background-position: center center;
        background-size: cover;
    }

        .new-mega-menu .cover-menu-items:hover {
            /*opacity: 0;
            transition: 0.5s;
            filter: alpha(opacity=0);*/ /* For IE8 and earlier */
        }

        .new-mega-menu .cover-menu-items.sky-blue {
            background: radial-gradient(circle farthest-side, #bbe1ed, #00b7f1);
        }

        .new-mega-menu .cover-menu-items.blue {
            background: radial-gradient(circle farthest-side, #41444b, #031133);
        }

        .new-mega-menu .cover-menu-items.yellow {
            background: radial-gradient(circle farthest-side, #e4e0d9, #dfa226);
        }

        .new-mega-menu .cover-menu-items.orange {
            background: radial-gradient(circle farthest-side, #ebb88f, #f56e00);
        }

        .new-mega-menu .cover-menu-items .menu-item-record {
            padding: 60px 0;
            font-size: 20px;
        }

            .new-mega-menu .cover-menu-items .menu-item-record div:nth-child(2) {
                padding-bottom: 30px;
            }

            .new-mega-menu .cover-menu-items .menu-item-record div:last-child {
                font-size: 22px;
            }

    .new-mega-menu .wrap-menu-articles {
        margin: 60px 25px;
        text-align: left;
    }

    .new-mega-menu.second-columns .wrap-menu-articles {
        margin: 0 15px 0 0;
        width: 430px;
        position: absolute;
        top: 50%;
        left: 50%;
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
    }

    .new-mega-menu .wrap-menu-article-bg.aqua {
        background: #e5fbf9;
    }

    .new-mega-menu .wrap-menu-article-bg.orange {
        background: #feeedf;
    }

    .new-mega-menu .wrap-menu-article-bg.sky-blue {
        background: #dae5fa;
    }

    .new-mega-menu .wrap-menu-article-bg.blue {
        background: #e6e7eb;
    }

    .new-mega-menu .wrap-menu-articles.three-cols {
        margin: 0 7%;
    }

    .new-mega-menu .wrap-menu-articles .menu-article-item {
        margin-bottom: 25px;
        padding-bottom: 25px;
        padding-left: 5px;
        padding-right: 5px;
        border-bottom: 1px solid #f68426;
    }

        .new-mega-menu .wrap-menu-articles .menu-article-item a:hover {
            text-decoration: underline;
        }

        .new-mega-menu .wrap-menu-articles .menu-article-item:last-child {
            margin-bottom: 0;
            padding-bottom: 0;
            border-bottom: 0;
        }

        .new-mega-menu .wrap-menu-articles .menu-article-item > div {
            display: inline-block;
            vertical-align: top;
            text-align: left;
        }

            .new-mega-menu .wrap-menu-articles .menu-article-item > div:first-child {
                width: 40%;
            }

            .new-mega-menu .wrap-menu-articles .menu-article-item > div:last-child {
                width: 58%;
                padding-left: 2%;
            }

    .new-mega-menu .wrap-menu-articles.three-cols .menu-article-item > div {
        display: block;
        width: 100%
    }

        .new-mega-menu .wrap-menu-articles.three-cols .menu-article-item > div:last-child {
            padding: 0;
            padding-top: 25px;
        }

    .new-mega-menu .wrap-menu-articles .menu-article-item > div > p {
        font-size: 16px;
        font-weight: 400;
    }

    .new-mega-menu .wrap-menu-articles .menu-article-item > div .mega-a-button {
        padding: 5px 17px;
        background: #02cbc5;
        border: 1px solid #02cbc5;
        border-radius: 20px;
        margin-top: 10px;
        display: inline-block;
        color: #fff;
        font-size: 15px;
        -moz-transition: all 0.3s ease-in;
        -webkit-transition: all 0.3s ease-in;
        -o-transition: all 0.3s ease-in;
        transition: all 0.3s ease-in;
    }

        .new-mega-menu .wrap-menu-articles .menu-article-item > div .mega-a-button.orange {
            background: #f56e00;
            border: 1px solid #f56e00;
        }

        .new-mega-menu .wrap-menu-articles .menu-article-item > div .mega-a-button.aqua {
            background: #02cbc5;
            border: 1px solid #02cbc5;
        }

        .new-mega-menu .wrap-menu-articles .menu-article-item > div .mega-a-button.sky-blue {
            background: #00b7f1;
            border: 1px solid #00b7f1;
        }

        .new-mega-menu .wrap-menu-articles .menu-article-item > div .mega-a-button.blue {
            background: #031133;
            border: 1px solid #031133;
        }

        .new-mega-menu .wrap-menu-articles .menu-article-item > div .mega-a-button.yellow {
            background: #dfa226;
            border: 1px solid #dfa226;
        }

        .new-mega-menu .wrap-menu-articles .menu-article-item > div .mega-a-button.orange:hover {
            color: #f56e00;
        }

        .new-mega-menu .wrap-menu-articles .menu-article-item > div .mega-a-button.aqua:hover {
            color: #02cbc5;
        }

        .new-mega-menu .wrap-menu-articles .menu-article-item > div .mega-a-button.sky-blue:hover {
            color: #00b7f1;
        }

        .new-mega-menu .wrap-menu-articles .menu-article-item > div .mega-a-button.blue:hover {
            color: #031133;
        }

        .new-mega-menu .wrap-menu-articles .menu-article-item > div .mega-a-button.yellow:hover {
            color: #dfa226;
        }

        .new-mega-menu .wrap-menu-articles .menu-article-item > div .mega-a-button:hover {
            background: none;
            color: #02cbc5;
        }

/*END MEGE MENU*/



@media(max-width: 1200px) {
    .new-mega-menu {
        width: 100%;
    }

        .new-mega-menu.first-columns > div {
            width: 250px;
        }

        .new-mega-menu.second-columns > div {
            width: 370px;
        }

        .new-mega-menu.second-columns .wrap-menu-articles {
            width: 330px;
        }

        .new-mega-menu > div.first-columns {
            width: 240px !important;
        }
}

@media(max-width: 991.98px) {
    #sidebar.active {
        margin-left: 0
    }

    #sidebar .custom-menu {
        position: relative !important;
        text-align: right;
        padding-right: 40px;
        margin-right: 0 !important;
        top: 20px !important;
        display: block !important;
    }

        #sidebar .custom-menu > div.text {
            padding: 0 20px;
            font-size: .875rem;
        }

        #sidebar .custom-menu .btn {
            position: absolute;
            right: 15px;
            top: -12px;
        }

    #sidebar {
        position: fixed;
        top: 0;
        left: 0;
        background: #fff;
        width: 100%;
        min-width: 100%;
        max-width: 100%;
        z-index: 999;
        min-height: 55px;
        box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
    }

        #sidebar ul.components {
            display: none;
        }

        #sidebar.mobile {
            position: absolute;
            top: -48px;
        }

        #sidebar ul.components {
            margin-bottom: 0;
        }

        #sidebar ul li > ul {
            display: none;
        }

        #sidebar > div:nth-child(2) {
            overflow: unset !important;
            height: unset !important;
        }

        #sidebar h3.left-title {
            display: none;
        }
}

#sidebar .custom-menu {
    display: inline-block;
    position: absolute;
    top: 20px;
    right: 0;
    z-index: 999;
    display: none;
    margin-right: -20px;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s
}

@media(prefers-reduced-motion:reduce) {
    #sidebar .custom-menu {
        -webkit-transition: none;
        -o-transition: none;
        transition: none
    }
}

#sidebar .custom-menu .btn {
    width: 40px;
    height: 40px;
    border-radius: 50%
}

    /*    #sidebar .custom-menu .btn.btn-primary {
        background: #0646ff;
        border-color: #0646ff
    }

        #sidebar .custom-menu .btn.btn-primary:hover, #sidebar .custom-menu .btn.btn-primary:focus {
            background: #0646ff !important;
            border-color: #0646ff !important
        }*/

    #sidebar .custom-menu .btn.btn-primary > img {
        width: 50%;
    }

a[data-toggle=collapse] {
    position: relative
}

.dropdown-toggle::after {
    display: block;
    position: absolute;
    top: 50%;
    right: 0;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%)
}

@media(max-width: 991.98px) {
    #sidebarCollapse span {
        display: none
    }
}

#content {
    width: 100%;
    min-height: 100vh;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s
}

    #content h3, #content p {
        margin-bottom: 10px;
    }

        #content h3.level_1, #content h3.level-1 {
            font-size: 1.75rem;
        }

        #content h3.level_2, #content h3.level-2 {
            font-size: 1.5rem;
        }

        #content h3.level_3, #content h3.level-3 {
            font-size: 1.25rem;
        }

        #content h3.level_4, #content h3.level-4 {
            font-size: 1.15rem;
        }

        #content h3.level_5, #content h3.level-5 {
            font-size: 1rem;
        }

    #content .o-richtext table tbody tr:nth-child(2n) {
        background-color: unset;
    }

@media only screen and (max-width : 768px) {
    .pro-nav-mobile {
        background-color: #0646ff;
    }

        .pro-nav-mobile a {
            color: #fff;
        }

        .pro-nav-mobile .pro-nav-mobile-box {
            background-color: #0646ff;
            margin: 8px 0px 0px -5px;
        }

            .pro-nav-mobile .pro-nav-mobile-box > div {
                transition-duration: .3s;
            }

                .pro-nav-mobile .pro-nav-mobile-box > div:hover {
                    background-color: #3d6fff;
                }

                    .pro-nav-mobile .pro-nav-mobile-box > div:hover a {
                        color: #fff;
                    }

        .pro-nav-mobile .first-pro-link {
            padding: 14px 5px;
        }

        .pro-nav-mobile .pro-link {
            padding: 14px 20px;
        }
}

/* Large Devices, Wide Screens */
@media only screen and (max-width : 992px) {
    .c_blue .c-phone-button {
        color: #0f2f59;
    }
}


@media only screen and (min-width : 992px) {
    .homeHeroHeight {
        height: 435px;
        border-radius: 0.5rem;
    }
}


@media only screen and (max-width: 991px) and (min-width: 768px) {
    .homeHeroHeight {
        height: 700px;
        border-radius: 0rem;
    }
}

.b-fshero {
    font-size: 1.3rem;
    line-height: 1.8rem;
    min-height: 10px;
    text-align: center;
    width: 100%;
}

#fr .b-fshero,
#eu .b-fshero {
    font-size: 1.3rem;
    line-height: 1.8rem;
    min-height: 10px;
    text-align: center;
    width: 100%;
}

.sliderBtn {
    margin-top: 10px;
}

#home-slider-arrows.hideInDesktop {
    position: absolute;
    top: 25%;
    width: 100%;
}

    #home-slider-arrows.hideInDesktop #home-slider-arrows-prev {
        position: absolute;
        left: 0;
    }

    #home-slider-arrows.hideInDesktop #home-slider-arrows-next {
        position: absolute;
        right: 0;
    }


/* Small Devices, Tablets (MD) */
@media only screen and (min-width : 992px) {
    .b-fshero {
        font-size: 2.8rem;
        line-height: 2.95rem;
        font-size: 2.9rem;
        line-height: 3.05rem;
        min-height: 180px;
        min-height: 260px;
        text-align: left;
        width: 550px;
    }

    #fr .b-fshero,
    #eu .b-fshero {
        font-size: 2.3rem;
        line-height: 2.65rem;
        min-height: 180px;
        text-align: left;
        width: 550px;
    }

    .sliderBtn {
        margin-top: 0px;
    }
}

@media only screen and (max-width: 991px) and (min-width: 480px) {
    .b-fshero {
        font-size: 1.65rem;
        line-height: 2.1rem;
        min-height: 10px;
        text-align: center;
        width: 100%;
    }

    #fr .b-fshero,
    #eu .b-fshero {
        font-size: 1.65rem;
        line-height: 2.1rem;
        min-height: 10px;
        text-align: center;
        width: 100%;
    }
}

.vcenter-item {
    display: flex;
    align-items: center;
}

.hideInMobile {
    display: block;
}

.hideInDesktop {
    display: none;
}

/* Hero Image */
.slick-initialized .slick-slide .bg-mobile-blue {
    background: rgba(1, 8, 40, 1);
}


.slick-initialized .slick-slide .bg-mobile-white {
    background: rgba(255, 255, 255, 1);
}

.slick-initialized .slick-slide .bg-gradient-blue {
    background: linear-gradient(90deg,hsla(229, 95%, 8%, 0.8) 21.39%,hsl(219deg 46% 26% / 62%) 40.83%,hsla(0,0%,100%,0) 55.56%);
}

.slick-initialized .slick-slide .bg-gradient-white {
    background: linear-gradient(90deg,hsla(0,0%,100%,.85) 21.39%,hsl(0deg 0% 82% / 62%) 40.83%,hsla(0,0%,100%,0) 55.56%);
}

.slick-initialized .slick-slide .button-style-white {
    color: rgba(6, 70, 255, 1);
    background: rgba(255, 255, 255, 1);
    border-color: rgba(255, 255, 255, 1);
}

    .slick-initialized .slick-slide .button-style-white:hover {
        background: rgba(6, 70, 255, 1);
        color: rgba(255, 255, 255, 1);
        border-color: rgba(6, 70, 255, 1);
    }

.slick-initialized .slick-slide .button-style-blue {
    color: rgba(255, 255, 255, 1);
    background: rgba(6, 70, 255, 1);
    border-color: rgba(6, 70, 255, 1);
}

    .slick-initialized .slick-slide .button-style-blue:hover {
        color: rgba(6, 70, 255, 1);
        background: rgba(255, 255, 255, 1);
        border-color: rgba(255, 255, 255, 1);
    }

.b-fshero.cmt-2 {
    margin-top: 2rem;
}

.b-fshero .b-text-blue {
    color: rgba(1, 8, 40, 1) !important;
}

.b-fshero .b-text-white {
    color: rgba(255, 255, 255, 1) !important;
}

.bsi-img {
    padding-left: 20px;
    padding-bottom: 4px;
    vertical-align: middle;
}

footer .bottom-box .left {
    margin-top: 10px;
    text-align: left;
}

footer .bottom-box > div .right {
    display: inline-block;
    float: right;
}

.c-pr-7 {
    padding-left: 3px;
    padding-right: 3px;
}

/* #region CUSTOM TestimonialSlider & quoteBlockContent */

.blockquote-bg-orange {
    background-color: #f56e00;
}

.blockquote-bg-bright-blue {
    background-color: #00AFF0;
}

.blockquote-bg-main-blue {
    background-color: #05132c;
}

.quoteblock-border-bg-orange {
    border-color: #f56e00;
}

.quoteblock-border-bg-bright-blue {
    border-color: #00AFF0;
}

.quoteblock-border-bg-main-blue {
    border-color: #05132c;
}

.quoteblock-text-bg-orange, .quoteblock-text-bg-orange:hover, .quoteblock-text-bg-orange:focus {
    color: #f56e00;
}

.quoteblock-text-bg-bright-blue, .quoteblock-text-bg-bright-blue:hover, .quoteblock-text-bg-bright-blue:focus {
    color: #00AFF0;
}

.quoteblock-text-bg-main-blue, .quoteblock-text-bg-main-blue:hover, .quoteblock-text-bg-main-blue:focus {
    color: #05132c;
}

/* #endregion */
/* Custom, iPhone Retina */
@media only screen and (min-width : 320px) {
    .hideInMobile {
        display: none;
    }

    .hideInDesktop {
        display: block;
    }

    .box-bsi {
        text-align: center;
    }
}

/* Extra Small Devices, Phones */
@media only screen and (min-width : 480px) {
    .hideInMobile {
        display: none;
    }

    .hideInDesktop {
        display: block;
    }

    .c-pr-7 {
        padding-left: 0;
        padding-right: 0;
    }
}

/* Small Devices, Tablets (MD) */
@media only screen and (min-width : 768px) {
    .hideInMobile {
        display: none;
    }

    .hideInDesktop {
        display: block;
    }

    .c-pr-7 {
        padding-left: 1rem;
        padding-right: 1rem;
    }
}


/* Large Devices, Wide Screens */
@media only screen and (min-width : 992px) {
    .hideInMobile {
        display: block;
    }

        .hideInMobile.c-slide {
            display: flex;
        }

    .hideInDesktop {
        display: none;
    }

    .box-bsi {
        text-align: left;
    }
}

.md\:h-300px {
    min-height: 300px;
}

/* Large Devices, Wide Screens */
@media only screen and (min-width : 1024px) {
    footer .bottom-box .left {
        margin-top: 0;
        text-align: right;
    }

    footer .bottom-box > div .right {
        display: inline-block;
        float: unset;
    }

    .c-pr-7 {
        padding-left: 0;
        padding-right: 30px;
    }
}


/* Large Devices, Wide Screens */
@media only screen and (min-width : 1200px) {
}


/* Large Devices, Wide Screens */
@media only screen and (min-width : 1312px) {
    .c-pr-7:nth-child(9n) {
        padding-right: 0;
    }
}

/* Extra-large Devices, Wide Screens */
@media only screen and (min-width : 1600px) {
}

@media print {
}

.js-megamenu-topnavitem a {
    font-size: 16px;
}

.js-megamenu-topnavitem .inline-block {
    font-size: 14px;
}

.haveTag {
    padding-top: 52px;
}
