.ext-link:after {
    font-family: 'ib-icon';
    content: '\e907';
    font-size: 0.625rem;
    float:right;
}

.top-container {
    position: absolute;
    z-index: 1002;
    width: 100%;
}

    .top-container * {
        -webkit-transition: all 0.15s ease-in-out;
        transition: all 0.15s ease-in-out;
    }

    .top-container .header {
        background-color: #13183e;
        position: relative;
    }

        .top-container .header nav.navbar#DesktopMenu {
            padding: 0;
            position: static;
        }

            .top-container .header nav.navbar#DesktopMenu a.navbar-brand {
                padding: 1px 0;
                color: #fff;
                -webkit-transition: all 0.15s ease-in-out;
                transition: all 0.15s ease-in-out;
            }

                .top-container .header nav.navbar#DesktopMenu a.navbar-brand .logo-img {
                    height: 65px;
                    opacity: 1;
                    -webkit-transition: all 0.15s ease-in-out;
                    transition: all 0.15s ease-in-out;
                }

                    .top-container .header nav.navbar#DesktopMenu a.navbar-brand .logo-img img {
                        /*max-height: 70px;
                        width:auto;*/
                        height: 65px;
                        -webkit-transition: all 0.15s ease-in-out;
                        transition: all 0.15s ease-in-out;
                    }

                    .top-container .header nav.navbar#DesktopMenu a.navbar-brand .logo-img:hover img,
                    .top-container .header nav.navbar#DesktopMenu a.navbar-brand .logo-img.hover img {
                        opacity: 0.6;
                        -webkit-transition: all 0.15s ease-in-out;
                        transition: all 0.15s ease-in-out;
                    }

                .top-container .header nav.navbar#DesktopMenu a.navbar-brand .logo-text {
                    height: 0;
                    opacity: 0;
                    font-size: 1.0625rem;
                    line-height: 1.125rem;
                    font-weight: 700 !important;
                    -webkit-transition: all -0.15s ease-in-out;
                    transition: all -0.15s ease-in-out;
                }

            .top-container .header nav.navbar#DesktopMenu ul.navbar-nav > li.nav-item {
                position: static;
            }

                .top-container .header nav.navbar#DesktopMenu ul.navbar-nav > li.nav-item > a.nav-link {
                    color: #fff;
                    font-weight: 900;
                    font-size: 0.9375rem;
                    line-height: 1.125rem;
                    letter-spacing: 0.0625rem;
                    padding: 33px 15px 32px;
                    border-top: 4px solid transparent;
                    position: relative;
                    -webkit-transition: all 0.15s ease-in-out;
                    transition: all 0.15s ease-in-out;
                }

                    .top-container .header nav.navbar#DesktopMenu ul.navbar-nav > li.nav-item > a.nav-link:hover:before,
                    .top-container .header nav.navbar#DesktopMenu ul.navbar-nav > li.nav-item > a.nav-link.hover:before {
                        content: '';
                        margin-bottom: -1px;
                        border-bottom: 1px solid #fff;
                        position: absolute;
                        left: 15px;
                        right: 15px;
                        bottom: 24px;
                    }

                    .top-container .header nav.navbar#DesktopMenu ul.navbar-nav > li.nav-item > a.nav-link.dropdown-toggle {
                        display: -webkit-box;
                        display: -ms-flexbox;
                        display: flex;
                    }

                        .top-container .header nav.navbar#DesktopMenu ul.navbar-nav > li.nav-item > a.nav-link.dropdown-toggle:after {
                            font-family: 'ib-icon';
                            content: '\e900';
                            font-weight: normal;
                            margin-left: 5px;
                            font-size: 0.5625rem;
                            line-height: normal;
                            width: auto;
                            height: auto;
                            margin-top: 5%;
                            margin-bottom: auto;
                        }

                    .top-container .header nav.navbar#DesktopMenu ul.navbar-nav > li.nav-item > a.nav-link:after {
                        border: 0;
                    }

                .top-container .header nav.navbar#DesktopMenu ul.navbar-nav > li.nav-item .ministry-container {
                    display: -webkit-box;
                    display: -ms-flexbox;
                    display: flex;
                    -webkit-box-flex: 0;
                    -ms-flex: 0 1 100%;
                    flex: 0 1 100%;
                    -ms-flex-wrap: wrap;
                    flex-wrap: wrap;
                }

                    .top-container .header nav.navbar#DesktopMenu ul.navbar-nav > li.nav-item .ministry-container .ministrySubMenu {
                        padding: 37px 47px 45px 0;
                        border-right: 4px solid #fafafa;
                        height: 100%;
                    }

                        .top-container .header nav.navbar#DesktopMenu ul.navbar-nav > li.nav-item .ministry-container .ministrySubMenu h3 {
                            line-height: 2.25rem;
                            margin-bottom: 15px;
                        }

                        .top-container .header nav.navbar#DesktopMenu ul.navbar-nav > li.nav-item .ministry-container .ministrySubMenu ul.nav li.nav-item a.nav-link {
                            font-size: 0.875rem;
                            line-height: 1rem;
                            color: #13183e;
                            border-bottom: 1px solid #e4e4e4;
                            padding: 15px 0 5px 0;
                            min-width: 184px;
                            width: 100%;
                        }

                            .top-container .header nav.navbar#DesktopMenu ul.navbar-nav > li.nav-item .ministry-container .ministrySubMenu ul.nav li.nav-item a.nav-link:hover,
                            .top-container .header nav.navbar#DesktopMenu ul.navbar-nav > li.nav-item .ministry-container .ministrySubMenu ul.nav li.nav-item a.nav-link.hover {
                                border-bottom: 1px solid #d2935b;
                                color: #d2935b;
                            }

                    .top-container .header nav.navbar#DesktopMenu ul.navbar-nav > li.nav-item .ministry-container .ministryDivisions {
                        padding: 46px 0 55px 41px;
                        -webkit-box-flex: 1;
                        -ms-flex: 1 1 auto;
                        flex: 1 1 auto;
                    }

                        .top-container .header nav.navbar#DesktopMenu ul.navbar-nav > li.nav-item .ministry-container .ministryDivisions h5 {
                            line-height: 1.4375rem;
                            margin-bottom: 19px;
                        }

                        .top-container .header nav.navbar#DesktopMenu ul.navbar-nav > li.nav-item .ministry-container .ministryDivisions .divisionSubMenu {
                            display: -webkit-box;
                            display: -ms-flexbox;
                            display: flex;
                            -webkit-box-orient: horizontal;
                            -webkit-box-direction: normal;
                            -ms-flex-direction: row;
                            flex-direction: row;
                        }

                            .top-container .header nav.navbar#DesktopMenu ul.navbar-nav > li.nav-item .ministry-container .ministryDivisions .divisionSubMenu .divisionSubMenu-row {
                                display: -webkit-box;
                                display: -ms-flexbox;
                                display: flex;
                                -webkit-box-orient: horizontal;
                                -webkit-box-direction: normal;
                                -ms-flex-direction: row;
                                flex-direction: row;
                                -webkit-box-flex: 1;
                                -ms-flex: 1 1 auto;
                                flex: 1 1 auto;
                            }

                                .top-container .header nav.navbar#DesktopMenu ul.navbar-nav > li.nav-item .ministry-container .ministryDivisions .divisionSubMenu .divisionSubMenu-row .divisionSubMenu-column {
                                    display: -webkit-box;
                                    display: -ms-flexbox;
                                    display: flex;
                                    -webkit-box-orient: vertical;
                                    -webkit-box-direction: normal;
                                    -ms-flex-direction: column;
                                    flex-direction: column;
                                    -webkit-box-flex: 1;
                                    -ms-flex: 1 0 auto;
                                    flex: 1 0 auto;
                                    -webkit-box-align: stretch;
                                    -ms-flex-align: stretch;
                                    align-items: stretch;
                                    padding-right: 20px;
                                }

                                    .top-container .header nav.navbar#DesktopMenu ul.navbar-nav > li.nav-item .ministry-container .ministryDivisions .divisionSubMenu .divisionSubMenu-row .divisionSubMenu-column a {
                                        -webkit-box-flex: 1;
                                        -ms-flex-positive: 1;
                                        flex-grow: 1;
                                    }

                                        .top-container .header nav.navbar#DesktopMenu ul.navbar-nav > li.nav-item .ministry-container .ministryDivisions .divisionSubMenu .divisionSubMenu-row .divisionSubMenu-column a.nav-link:first-of-type {
                                            margin-top: 29px;
                                        }

                                    .top-container .header nav.navbar#DesktopMenu ul.navbar-nav > li.nav-item .ministry-container .ministryDivisions .divisionSubMenu .divisionSubMenu-row .divisionSubMenu-column h6 + a.nav-link:first-of-type {
                                        margin-top: 0;
                                    }

                            .top-container .header nav.navbar#DesktopMenu ul.navbar-nav > li.nav-item .ministry-container .ministryDivisions .divisionSubMenu h6 {
                                color: #d2935b;
                                font-size: 0.875rem !important;
                                line-height: 1rem;
                                margin-bottom: 13px !important;
                            }

                            .top-container .header nav.navbar#DesktopMenu ul.navbar-nav > li.nav-item .ministry-container .ministryDivisions .divisionSubMenu a.nav-link {
                                font-size: 0.875rem;
                                line-height: 1rem;
                                color: #13183e;
                                border-bottom: 1px solid #e4e4e4;
                                padding: 15px 42px 5px 0;
                                max-width: 184px;
                                display: block;
                                position: relative;
                            }

                                .top-container .header nav.navbar#DesktopMenu ul.navbar-nav > li.nav-item .ministry-container .ministryDivisions .divisionSubMenu a.nav-link:hover,
                                .top-container .header nav.navbar#DesktopMenu ul.navbar-nav > li.nav-item .ministry-container .ministryDivisions .divisionSubMenu a.nav-link.hover {
                                    border-bottom: 1px solid #d2935b;
                                    font-weight: 400 !important;
                                    color: #d2935b;
                                }

                                .top-container .header nav.navbar#DesktopMenu ul.navbar-nav > li.nav-item .ministry-container .ministryDivisions .divisionSubMenu a.nav-link.ext-link:after {
                                    color: #d2935b;
                                    line-height: 0.625rem;
                                    font-size: 0.625rem;
                                    position: absolute;
                                    right: 0;
                                    top: 45%;
                                }

                .top-container .header nav.navbar#DesktopMenu ul.navbar-nav > li.nav-item .navbarActual h3 {
                    margin: 27px 0 11px;
                    font-size: 1.25rem;
                }

                .top-container .header nav.navbar#DesktopMenu ul.navbar-nav > li.nav-item .navbarActual .col > .SubmenuItem > a {
                    display: block;
                }

                    .top-container .header nav.navbar#DesktopMenu ul.navbar-nav > li.nav-item .navbarActual .col > .SubmenuItem > a img {
                        -webkit-transition: all 0.15s ease-in-out;
                        transition: all 0.15s ease-in-out;
                    }

                    .top-container .header nav.navbar#DesktopMenu ul.navbar-nav > li.nav-item .navbarActual .col > .SubmenuItem > a .SubmenuItem-Text {
                        font-weight: 700 !important;
                        font-size: 0.875rem;
                        line-height: 1rem;
                        color: #13183e;
                        padding: 0;
                        margin: 30px 0 50px;
                    }

                        .top-container .header nav.navbar#DesktopMenu ul.navbar-nav > li.nav-item .navbarActual .col > .SubmenuItem > a .SubmenuItem-Text:after {
                            font-family: "ib-icon";
                            content: "\e902";
                            font-size: 0.75rem;
                            color: #d2935b;
                            margin-left: 10px;
                            -webkit-transition: all 0.15s ease-in-out;
                            transition: all 0.15s ease-in-out;
                        }

                    .top-container .header nav.navbar#DesktopMenu ul.navbar-nav > li.nav-item .navbarActual .col > .SubmenuItem > a:hover img,
                    .top-container .header nav.navbar#DesktopMenu ul.navbar-nav > li.nav-item .navbarActual .col > .SubmenuItem > a.hover img {
                        -webkit-transform: scale(1.03);
                        transform: scale(1.03);
                        -webkit-transition: all 0.15s ease-in-out;
                        transition: all 0.15s ease-in-out;
                    }

                    .top-container .header nav.navbar#DesktopMenu ul.navbar-nav > li.nav-item .navbarActual .col > .SubmenuItem > a:hover .SubmenuItem-Text,
                    .top-container .header nav.navbar#DesktopMenu ul.navbar-nav > li.nav-item .navbarActual .col > .SubmenuItem > a.hover .SubmenuItem-Text {
                        color: #13183e;
                    }

                        .top-container .header nav.navbar#DesktopMenu ul.navbar-nav > li.nav-item .navbarActual .col > .SubmenuItem > a:hover .SubmenuItem-Text:after,
                        .top-container .header nav.navbar#DesktopMenu ul.navbar-nav > li.nav-item .navbarActual .col > .SubmenuItem > a.hover .SubmenuItem-Text:after {
                            margin-left: 20px;
                        }

                .top-container .header nav.navbar#DesktopMenu ul.navbar-nav > li.nav-item.show a.nav-link {
                    background-color: #fff;
                    color: #13183e;
                }

                    .top-container .header nav.navbar#DesktopMenu ul.navbar-nav > li.nav-item.show a.nav-link.dropdown-toggle {
                        border-top: 4px solid #d2935b;
                    }

                        .top-container .header nav.navbar#DesktopMenu ul.navbar-nav > li.nav-item.show a.nav-link.dropdown-toggle + .dropdown-menu {
                            margin: 0;
                            padding: 0;
                            border: 0;
                            border-radius: 0;
                            width: 100%;
                            left: 0;
                            z-index: 1001;
                        }

                            .top-container .header nav.navbar#DesktopMenu ul.navbar-nav > li.nav-item.show a.nav-link.dropdown-toggle + .dropdown-menu ul.nav li.nav-item a.nav-link {
                                font-weight: 400 !important;
                            }

                                .top-container .header nav.navbar#DesktopMenu ul.navbar-nav > li.nav-item.show a.nav-link.dropdown-toggle + .dropdown-menu ul.nav li.nav-item a.nav-link:hover,
                                .top-container .header nav.navbar#DesktopMenu ul.navbar-nav > li.nav-item.show a.nav-link.dropdown-toggle + .dropdown-menu ul.nav li.nav-item a.nav-link.hover {
                                    font-weight: 400 !important;
                                }

    .top-container .progress-container {
        width: 100%;
        height: 0;
        background: #d7d7d7;
        -webkit-transition: all 0.35s ease-in-out;
        transition: all 0.35s ease-in-out;
    }

        .top-container .progress-container .progress-bar {
            height: 6px;
            background: #d2935b;
            width: 0;
            -webkit-transition: width 0.35s ease-in-out;
            transition: width 0.35s ease-in-out;
        }

    .top-container.fixedTop {
        position: fixed;
        z-index: 1001;
        top: 0;
        -webkit-transition: all 0.35s ease-in-out;
        transition: all 0.35s ease-in-out;
    }

        .top-container.fixedTop + .slider-container {
            margin-top: 83px;
        }

        .top-container.fixedTop .header nav.navbar#DesktopMenu a.navbar-brand .logo-img {
            opacity: 0;
            height: 0;
            -webkit-transition: all -0.15s ease-in-out;
            transition: all -0.15s ease-in-out;
            display: none;
        }

        .top-container.fixedTop .header nav.navbar#DesktopMenu a.navbar-brand .logo-text {
            height: auto;
            opacity: 1;
            line-height: 1.25rem;
            -webkit-transition: all 0.35s ease-in-out;
            transition: all 0.35s ease-in-out;
        }

        .top-container.fixedTop .header nav.navbar#DesktopMenu ul.navbar-nav li.nav-item {
            position: static;
        }

            .top-container.fixedTop .header nav.navbar#DesktopMenu ul.navbar-nav li.nav-item a.nav-link {
                padding: 12px 15px 13px;
                letter-spacing: 0.00625rem;
                -webkit-transition: all 0.35s ease-in-out;
                transition: all 0.35s ease-in-out;
            }

                .top-container.fixedTop .header nav.navbar#DesktopMenu ul.navbar-nav li.nav-item a.nav-link:hover:before,
                .top-container.fixedTop .header nav.navbar#DesktopMenu ul.navbar-nav li.nav-item a.nav-link.hover:before {
                    bottom: 10px;
                }

            .top-container.fixedTop .header nav.navbar#DesktopMenu ul.navbar-nav li.nav-item.show > a.nav-link.dropdown-toggle + .dropdown-menu {
                margin: 0;
            }

        .top-container.fixedTop .header nav.navbar#DesktopMenu .ministrySubMenu {
            padding: 37px 47px 45px 0;
            border-right: 4px solid #fafafa;
        }

            .top-container.fixedTop .header nav.navbar#DesktopMenu .ministrySubMenu h3 {
                line-height: 2.25rem;
                margin-bottom: 15px;
            }

            .top-container.fixedTop .header nav.navbar#DesktopMenu .ministrySubMenu ul.nav li.nav-item a.nav-link {
                font-size: 0.875rem;
                line-height: 1rem;
                color: #13183e;
                border-bottom: 1px solid #e4e4e4;
                padding: 15px 0 5px 0;
                min-width: 184px;
            }

                .top-container.fixedTop .header nav.navbar#DesktopMenu .ministrySubMenu ul.nav li.nav-item a.nav-link:hover,
                .top-container.fixedTop .header nav.navbar#DesktopMenu .ministrySubMenu ul.nav li.nav-item a.nav-link.hover {
                    font-weight: 400 !important;
                    border-bottom: 1px solid #d2935b;
                }

        .top-container.fixedTop .header nav.navbar#DesktopMenu .ministryDivisions {
            padding: 46px 0 55px 41px;
        }

            .top-container.fixedTop .header nav.navbar#DesktopMenu .ministryDivisions h5 {
                line-height: 1.4375rem;
                margin-bottom: 19px;
            }

            .top-container.fixedTop .header nav.navbar#DesktopMenu .ministryDivisions .divisionSubMenu h6 {
                color: #d2935b;
                font-size: 0.875rem;
                line-height: 1rem;
            }

        .top-container.fixedTop .header nav.navbar#DesktopMenu .navbarActual h3 {
            margin: 40px 0 22px;
        }

        .top-container.fixedTop .header nav.navbar#DesktopMenu .navbarActual .col > .SubmenuItem > a {
            display: block;
        }

            .top-container.fixedTop .header nav.navbar#DesktopMenu .navbarActual .col > .SubmenuItem > a .SubmenuItem-Text {
                font-weight: 700 !important;
                font-size: 0.875rem;
                line-height: 1rem;
                color: #13183e;
                padding: 0;
                margin: 30px 0 50px;
            }

                .top-container.fixedTop .header nav.navbar#DesktopMenu .navbarActual .col > .SubmenuItem > a .SubmenuItem-Text:after {
                    font-family: "ib-icon";
                    content: "\e902";
                    font-size: 0.75rem;
                    color: #d2935b;
                    margin-left: 10px;
                    -webkit-transition: all 0.35s ease-in-out;
                    transition: all 0.35s ease-in-out;
                }

            .top-container.fixedTop .header nav.navbar#DesktopMenu .navbarActual .col > .SubmenuItem > a:hover .SubmenuItem-Text,
            .top-container.fixedTop .header nav.navbar#DesktopMenu .navbarActual .col > .SubmenuItem > a.hover .SubmenuItem-Text {
                color: #13183e;
            }

                .top-container.fixedTop .header nav.navbar#DesktopMenu .navbarActual .col > .SubmenuItem > a:hover .SubmenuItem-Text:after,
                .top-container.fixedTop .header nav.navbar#DesktopMenu .navbarActual .col > .SubmenuItem > a.hover .SubmenuItem-Text:after {
                    margin-left: 20px;
                }

        .top-container.fixedTop .progress-container {
            height: 6px;
            -webkit-transition: all -0.15s ease-in-out;
            transition: all -0.15s ease-in-out;
        }

@media (max-width: 1334.98px) {
    .top-container .header nav.navbar#DesktopMenu ul.navbar-nav > li.nav-item > a.nav-link {
        padding-left: 9px;
        padding-right: 9px;
    }

        .top-container .header nav.navbar#DesktopMenu ul.navbar-nav > li.nav-item > a.nav-link:hover:before,
        .top-container .header nav.navbar#DesktopMenu ul.navbar-nav > li.nav-item > a.nav-link.hover:before {
            left: 11px;
            right: 11px;
        }
}

@media (max-width: 1121.98px) {
    .top-container .header nav.navbar#DesktopMenu ul.navbar-nav > li.nav-item .ministry-container .ministryDivisions .divisionSubMenu a.nav-link {
        max-width: 150px;
        padding: 15px 35px 5px 0;
    }
}

@media (max-width: 991.98px) {
    .top-container .header nav.navbar#DesktopMenu a.navbar-brand {
        padding: 9px 0 10px;
    }

        .top-container .header nav.navbar#DesktopMenu a.navbar-brand .logo-img {
            height: 31px;
        }

            .top-container .header nav.navbar#DesktopMenu a.navbar-brand .logo-img img {
                height: 31px;
            }

        .top-container .header nav.navbar#DesktopMenu a.navbar-brand .logo-text {
            font-size: 0.6875rem;
            line-height: 0.75rem;
            font-weight: 700 !important;
        }

    .top-container .header nav.navbar#DesktopMenu ul.navbar-nav > li.nav-item > a.nav-link {
        font-size: 0.6875rem;
        line-height: 0.8125rem;
        letter-spacing: 0.00625rem;
        padding: 18px 11px 17px;
        border-top: 2px solid transparent;
    }

        .top-container .header nav.navbar#DesktopMenu ul.navbar-nav > li.nav-item > a.nav-link:hover:before,
        .top-container .header nav.navbar#DesktopMenu ul.navbar-nav > li.nav-item > a.nav-link.hover:before {
            content: '';
            margin-bottom: -1px;
            border-bottom: 1px solid #fff;
            position: absolute;
            left: 11px;
            right: 11px;
            bottom: 10px;
        }

        .top-container .header nav.navbar#DesktopMenu ul.navbar-nav > li.nav-item > a.nav-link:after {
            border: 0;
        }

        .top-container .header nav.navbar#DesktopMenu ul.navbar-nav > li.nav-item > a.nav-link.dropdown-toggle:after {
            margin-top: 0;
        }

    .top-container .header nav.navbar#DesktopMenu ul.navbar-nav > li.nav-item .ministry-container {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-flex: 0;
        -ms-flex: 0 1 100%;
        flex: 0 1 100%;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

        .top-container .header nav.navbar#DesktopMenu ul.navbar-nav > li.nav-item .ministry-container .ministrySubMenu {
            padding: 37px 47px 45px 0;
            border-right: 4px solid #fafafa;
        }

            .top-container .header nav.navbar#DesktopMenu ul.navbar-nav > li.nav-item .ministry-container .ministrySubMenu h3 {
                line-height: 2.25rem;
                margin-bottom: 15px;
            }

            .top-container .header nav.navbar#DesktopMenu ul.navbar-nav > li.nav-item .ministry-container .ministrySubMenu ul.nav li.nav-item a.nav-link {
                font-size: 0.875rem;
                line-height: 1rem;
                color: #13183e;
                border-bottom: 1px solid #e4e4e4;
                padding: 15px 0 5px 0;
                min-width: 184px;
            }

                .top-container .header nav.navbar#DesktopMenu ul.navbar-nav > li.nav-item .ministry-container .ministrySubMenu ul.nav li.nav-item a.nav-link:hover,
                .top-container .header nav.navbar#DesktopMenu ul.navbar-nav > li.nav-item .ministry-container .ministrySubMenu ul.nav li.nav-item a.nav-link.hover {
                    border-bottom: 1px solid #d2935b;
                }

        .top-container .header nav.navbar#DesktopMenu ul.navbar-nav > li.nav-item .ministry-container .ministryDivisions {
            padding: 46px 0 55px 31px;
            column-count:2;
        }

            .top-container .header nav.navbar#DesktopMenu ul.navbar-nav > li.nav-item .ministry-container .ministryDivisions h5 {
                line-height: 1.4375rem;
                margin-bottom: 19px;
            }

            .top-container .header nav.navbar#DesktopMenu ul.navbar-nav > li.nav-item .ministry-container .ministryDivisions .divisionSubMenu {
                display: -webkit-box;
                display: -ms-flexbox;
                display: flex;
                -webkit-box-orient: horizontal;
                -webkit-box-direction: normal;
                -ms-flex-direction: row;
                flex-direction: row;
                -webkit-box-pack: justify;
                -ms-flex-pack: justify;
                justify-content: space-between;
            }

                .top-container .header nav.navbar#DesktopMenu ul.navbar-nav > li.nav-item .ministry-container .ministryDivisions .divisionSubMenu .divisionSubMenu-row {
                    display: -webkit-box;
                    display: -ms-flexbox;
                    display: flex;
                    -webkit-box-orient: vertical;
                    -webkit-box-direction: normal;
                    -ms-flex-direction: column;
                    flex-direction: column;
                    -webkit-box-flex: 1;
                    -ms-flex: 1 1 auto;
                    flex: 1 1 auto;
                }

                    .top-container .header nav.navbar#DesktopMenu ul.navbar-nav > li.nav-item .ministry-container .ministryDivisions .divisionSubMenu .divisionSubMenu-row .divisionSubMenu-column {
                        display: -webkit-box;
                        display: -ms-flexbox;
                        display: flex;
                        -webkit-box-orient: vertical;
                        -webkit-box-direction: normal;
                        -ms-flex-direction: column;
                        flex-direction: column;
                        -webkit-box-flex: 1;
                        -ms-flex: 1 1 auto;
                        flex: 1 1 auto;
                        padding-right: 20px;
                    }

                        .top-container .header nav.navbar#DesktopMenu ul.navbar-nav > li.nav-item .ministry-container .ministryDivisions .divisionSubMenu .divisionSubMenu-row .divisionSubMenu-column a.nav-link:first-of-type {
                            margin-top: 0;
                        }

                    .top-container .header nav.navbar#DesktopMenu ul.navbar-nav > li.nav-item .ministry-container .ministryDivisions .divisionSubMenu .divisionSubMenu-row:last-of-type .divisionSubMenu-column:first-of-type a:first-of-type {
                        margin-top: 29px;
                    }

                    .top-container .header nav.navbar#DesktopMenu ul.navbar-nav > li.nav-item .ministry-container .ministryDivisions .divisionSubMenu .divisionSubMenu-row:last-of-type .divisionSubMenu-column:last-of-type h6:first-of-type {
                        margin-top: 35px;
                    }

                    .top-container .header nav.navbar#DesktopMenu ul.navbar-nav > li.nav-item .ministry-container .ministryDivisions .divisionSubMenu .divisionSubMenu-row:last-of-type .divisionSubMenu-column:last-of-type h6:last-of-type {
                        margin-top: 30px;
                    }

                .top-container .header nav.navbar#DesktopMenu ul.navbar-nav > li.nav-item .ministry-container .ministryDivisions .divisionSubMenu a.nav-link {
                    font-size: 0.875rem;
                    line-height: 1rem;
                    color: #13183e;
                    border-bottom: 1px solid #e4e4e4;
                    padding: 15px 30px 5px 0;
                    max-width: 184px;
                    display: block;
                    position: relative;
                }

                    .top-container .header nav.navbar#DesktopMenu ul.navbar-nav > li.nav-item .ministry-container .ministryDivisions .divisionSubMenu a.nav-link:hover,
                    .top-container .header nav.navbar#DesktopMenu ul.navbar-nav > li.nav-item .ministry-container .ministryDivisions .divisionSubMenu a.nav-link.hover {
                        border-bottom: 1px solid #d2935b;
                    }

                    .top-container .header nav.navbar#DesktopMenu ul.navbar-nav > li.nav-item .ministry-container .ministryDivisions .divisionSubMenu a.nav-link.ext-link:after {
                        color: #d2935b;
                        line-height: 0.625rem;
                        font-size: 0.625rem;
                        position: absolute;
                        right: 0;
                        top: 45%;
                    }

    .top-container .header nav.navbar#DesktopMenu ul.navbar-nav > li.nav-item .navbarActual h3 {
        margin: 27px 0 11px;
        font-size: 1.25rem;
    }

    .top-container .header nav.navbar#DesktopMenu ul.navbar-nav > li.nav-item .navbarActual .col {
        padding-left: 2px;
        padding-right: 2px;
    }

        .top-container .header nav.navbar#DesktopMenu ul.navbar-nav > li.nav-item .navbarActual .col > .SubmenuItem > a {
            display: block;
        }

            .top-container .header nav.navbar#DesktopMenu ul.navbar-nav > li.nav-item .navbarActual .col > .SubmenuItem > a img {
                -webkit-transition: all 0.35s ease-in-out;
                transition: all 0.35s ease-in-out;
            }

            .top-container .header nav.navbar#DesktopMenu ul.navbar-nav > li.nav-item .navbarActual .col > .SubmenuItem > a .SubmenuItem-Text {
                font-weight: 700 !important;
                font-size: 0.875rem;
                line-height: 1rem;
                color: #13183e;
                padding: 0;
                margin: 30px 0 50px;
            }

                .top-container .header nav.navbar#DesktopMenu ul.navbar-nav > li.nav-item .navbarActual .col > .SubmenuItem > a .SubmenuItem-Text:after {
                    font-family: "ib-icon";
                    content: "\e902";
                    font-size: 0.75rem;
                    color: #d2935b;
                    margin-left: 10px;
                    -webkit-transition: all 0.35s ease-in-out;
                    transition: all 0.35s ease-in-out;
                }

            .top-container .header nav.navbar#DesktopMenu ul.navbar-nav > li.nav-item .navbarActual .col > .SubmenuItem > a:hover img,
            .top-container .header nav.navbar#DesktopMenu ul.navbar-nav > li.nav-item .navbarActual .col > .SubmenuItem > a.hover img {
                -webkit-transform: scale(1);
                transform: scale(1);
                -webkit-transition: all 0.35s ease-in-out;
                transition: all 0.35s ease-in-out;
            }

            .top-container .header nav.navbar#DesktopMenu ul.navbar-nav > li.nav-item .navbarActual .col > .SubmenuItem > a:hover .SubmenuItem-Text,
            .top-container .header nav.navbar#DesktopMenu ul.navbar-nav > li.nav-item .navbarActual .col > .SubmenuItem > a.hover .SubmenuItem-Text {
                color: #13183e;
            }

                .top-container .header nav.navbar#DesktopMenu ul.navbar-nav > li.nav-item .navbarActual .col > .SubmenuItem > a:hover .SubmenuItem-Text:after,
                .top-container .header nav.navbar#DesktopMenu ul.navbar-nav > li.nav-item .navbarActual .col > .SubmenuItem > a.hover .SubmenuItem-Text:after {
                    margin-left: 20px;
                }

    .top-container .header nav.navbar#DesktopMenu ul.navbar-nav > li.nav-item.show a.nav-link {
        background-color: #fff;
        color: #13183e;
    }

        .top-container .header nav.navbar#DesktopMenu ul.navbar-nav > li.nav-item.show a.nav-link.dropdown-toggle {
            border-top: 2px solid #d2935b;
        }

            .top-container .header nav.navbar#DesktopMenu ul.navbar-nav > li.nav-item.show a.nav-link.dropdown-toggle + .dropdown-menu {
                margin: 0;
                padding: 0;
                border: 0;
                border-radius: 0;
                width: 100%;
                left: 0;
            }

                .top-container .header nav.navbar#DesktopMenu ul.navbar-nav > li.nav-item.show a.nav-link.dropdown-toggle + .dropdown-menu ul.nav li.nav-item a.nav-link {
                    font-weight: 400 !important;
                }

                    .top-container .header nav.navbar#DesktopMenu ul.navbar-nav > li.nav-item.show a.nav-link.dropdown-toggle + .dropdown-menu ul.nav li.nav-item a.nav-link:hover,
                    .top-container .header nav.navbar#DesktopMenu ul.navbar-nav > li.nav-item.show a.nav-link.dropdown-toggle + .dropdown-menu ul.nav li.nav-item a.nav-link.hover {
                        font-weight: 400 !important;
                    }

    .top-container.fixedTop .header nav.navbar#DesktopMenu ul.navbar-nav > li.nav-item {
        position: static;
    }

        .top-container.fixedTop .header nav.navbar#DesktopMenu ul.navbar-nav > li.nav-item > a.nav-link {
            padding: 10px 11px;
        }

        .top-container.fixedTop .header nav.navbar#DesktopMenu ul.navbar-nav > li.nav-item.show a.nav-link.dropdown-toggle + .dropdown-menu {
            margin-top: 0;
        }

    .top-container.fixedTop .header nav.navbar#DesktopMenu a.navbar-brand {
        padding: 9px 0 6px;
    }
}

@media (max-width: 767.98px) {
    .top-container .header .logo-img {
        opacity: 1;
        -webkit-transition: all 0.35s ease-in-out;
        transition: all 0.35s ease-in-out;
    }

        .top-container .header .logo-img img {
            height: 42px;
        }

    .top-container .header .logo-text {
        overflow: hidden;
        height: 0;
        opacity: 0;
        -webkit-transition: all -0.15s ease-in-out;
        transition: all -0.15s ease-in-out;
    }

    .top-container.fixedTop {
        width: 100%;
        -webkit-transition: all 0.35s ease-in-out;
        transition: all 0.35s ease-in-out;
    }

        .top-container.fixedTop .logo-img {
            overflow: hidden;
            height: 0;
            opacity: 0;
        }

        .top-container.fixedTop .logo-text {
            overflow: hidden;
            height: auto;
            opacity: 1;
            -webkit-transition: all 0.35s ease-in-out;
            transition: all 0.35s ease-in-out;
        }

    .top-container .navbar-search {
        padding: 0;
    }

        .top-container .navbar-search .input-group .input-group-prepend .input-group-text,
        .top-container .navbar-search .input-group .input-group-append .input-group-text {
            border-radius: 0;
            border: 0;
            height: 100%;
            background-color: #fafafa;
            border-top: 1px solid #eee;
            border-bottom: 1px solid #eee;
            color: #a2a2a2;
        }

        .top-container .navbar-search .input-group .input-group-append .input-group-text {
            cursor: pointer;
        }

        .top-container .navbar-search .input-group input {
            border-radius: 0;
            border: 0;
            height: 45px;
            line-height: 2.8125rem;
            background-color: #fafafa;
            border-top: 1px solid #eee;
            border-bottom: 1px solid #eee;
        }

            .top-container .navbar-search .input-group input:focus {
                outline: 0;
                -webkit-box-shadow: none;
                box-shadow: none;
            }

            .top-container .navbar-search .input-group input:-ms-input-placeholder,
            .top-container .navbar-search .input-group input::-ms-input-placeholder {
                color: #a2a2a2;
                font-family: "Roboto" !important;
                font-weight: 400 !important;
            }

            .top-container .navbar-search .input-group input::-ms-input-placeholder,
            .top-container .navbar-search .input-group input::-ms-input-placeholder {
                color: #a2a2a2;
                font-family: "Roboto" !important;
                font-weight: 400 !important;
            }

            .top-container .navbar-search .input-group input::placeholder,
            .top-container .navbar-search .input-group input::-ms-input-placeholder {
                color: #a2a2a2;
                font-family: "Roboto" !important;
                font-weight: 400 !important;
            }

            .top-container .navbar-search .input-group input:empty + .input-group-append {
                display: none;
            }
}

@media (max-width: 767.98px) {
    .top-container nav.navbar.navbar-dark#MobileMenu {
        padding: 0;
    }

        .top-container nav.navbar.navbar-dark#MobileMenu .navbar-header {
            font-weight: 700 !important;
            font-size: 1rem;
            color: #13183e;
            padding: 13px 15px;
        }

            .top-container nav.navbar.navbar-dark#MobileMenu .navbar-header i {
                color: #d2935b;
                float: right;
                margin-top: 4px;
                cursor: pointer;
            }

        .top-container nav.navbar.navbar-dark#MobileMenu .navbar-search .input-group .input-group-prepend .input-group-text,
        .top-container nav.navbar.navbar-dark#MobileMenu .navbar-search .input-group .input-group-append .input-group-text {
            border-radius: 0;
            border: 0;
            height: 100%;
            background-color: #fafafa;
            border-top: 1px solid #eee;
            border-bottom: 1px solid #eee;
            color: #a2a2a2;
        }

        .top-container nav.navbar.navbar-dark#MobileMenu .navbar-search .input-group input {
            border-radius: 0;
            border: 0;
            height: 45px;
            line-height: 2.8125rem;
            background-color: #fafafa;
            border-top: 1px solid #eee;
            border-bottom: 1px solid #eee;
        }

            .top-container nav.navbar.navbar-dark#MobileMenu .navbar-search .input-group input:focus {
                outline: 0;
                -webkit-box-shadow: none;
                box-shadow: none;
            }

            .top-container nav.navbar.navbar-dark#MobileMenu .navbar-search .input-group input:-ms-input-placeholder,
            .top-container nav.navbar.navbar-dark#MobileMenu .navbar-search .input-group input::-ms-input-placeholder {
                color: #a2a2a2;
                font-family: "Roboto" !important;
                font-weight: 400 !important;
            }

            .top-container nav.navbar.navbar-dark#MobileMenu .navbar-search .input-group input::-ms-input-placeholder,
            .top-container nav.navbar.navbar-dark#MobileMenu .navbar-search .input-group input::-ms-input-placeholder {
                color: #a2a2a2;
                font-family: "Roboto" !important;
                font-weight: 400 !important;
            }

            .top-container nav.navbar.navbar-dark#MobileMenu .navbar-search .input-group input::placeholder,
            .top-container nav.navbar.navbar-dark#MobileMenu .navbar-search .input-group input::-ms-input-placeholder {
                color: #a2a2a2;
                font-family: "Roboto" !important;
                font-weight: 400 !important;
            }

            .top-container nav.navbar.navbar-dark#MobileMenu .navbar-search .input-group input:empty + .input-group-append {
                display: none;
            }

        .top-container nav.navbar.navbar-dark#MobileMenu a.navbar-brand {
            padding: 0;
            margin: 15px 0;
            -webkit-transition: all 0.35s ease-in-out;
            transition: all 0.35s ease-in-out;
        }

            .top-container nav.navbar.navbar-dark#MobileMenu a.navbar-brand .logo-img {
                width: 200px;
                opacity: 1;
                -webkit-transition: all 0.35s ease-in-out;
                transition: all 0.35s ease-in-out;
            }

                .top-container nav.navbar.navbar-dark#MobileMenu a.navbar-brand .logo-img img {
                    height: 50px;
                    -webkit-transition: height 0.15s ease-in-out;
                    transition: height 0.15s ease-in-out;
                }

            .top-container nav.navbar.navbar-dark#MobileMenu a.navbar-brand .logo-text {
                overflow: hidden;
                height: 0;
                opacity: 0;
                -webkit-transition: all -0.15s ease-in-out;
                transition: all -0.15s ease-in-out;
            }

        .top-container nav.navbar.navbar-dark#MobileMenu .navbar-toggler {
            padding: 0;
            border: 0;
            cursor: pointer;
        }

            .top-container nav.navbar.navbar-dark#MobileMenu .navbar-toggler:focus {
                outline: 0;
            }

            .top-container nav.navbar.navbar-dark#MobileMenu .navbar-toggler .navbar-toggler-icon {
                background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255, 255, 255, 1)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
            }

        .top-container nav.navbar.navbar-dark#MobileMenu ul.navbar-nav {
            background-color: #fafafa;
        }

            .top-container nav.navbar.navbar-dark#MobileMenu ul.navbar-nav li.nav-item.langSelect {
                margin-top: 20px;
            }

                .top-container nav.navbar.navbar-dark#MobileMenu ul.navbar-nav li.nav-item.langSelect > a.dropdown-toggle:after {
                    margin-left: inherit !important;
                }

                .top-container nav.navbar.navbar-dark#MobileMenu ul.navbar-nav li.nav-item.langSelect > a.dropdown-toggle span {
                    color: #d7d7d7;
                    margin-left: auto;
                    margin-right: 17px;
                }

                .top-container nav.navbar.navbar-dark#MobileMenu ul.navbar-nav li.nav-item.langSelect .navbarLangSelect {
                    background-color: #fafafa;
                }

                    .top-container nav.navbar.navbar-dark#MobileMenu ul.navbar-nav li.nav-item.langSelect .navbarLangSelect ul.nav li.nav-item a.nav-link {
                        margin-bottom: 2px;
                    }

                .top-container nav.navbar.navbar-dark#MobileMenu ul.navbar-nav li.nav-item.langSelect.show > a.dropdown-toggle span {
                    display: none;
                }

                .top-container nav.navbar.navbar-dark#MobileMenu ul.navbar-nav li.nav-item.langSelect > a.dropdown-toggle span {
                    color: #d7d7d7;
                    margin-left: auto;
                    margin-right: 17px;
                }

                .top-container nav.navbar.navbar-dark#MobileMenu ul.navbar-nav li.nav-item.langSelect .navbarMinistries {
                    background-color: #fafafa;
                }

                    .top-container nav.navbar.navbar-dark#MobileMenu ul.navbar-nav li.nav-item.langSelect .navbarMinistries ul.nav li.nav-item a.nav-link {
                        display: -webkit-box;
                        display: -ms-flexbox;
                        display: flex;
                        margin-bottom: 2px;
                        -webkit-box-pack: justify;
                        -ms-flex-pack: justify;
                        justify-content: space-between;
                    }

                        .top-container nav.navbar.navbar-dark#MobileMenu ul.navbar-nav li.nav-item.langSelect .navbarMinistries ul.nav li.nav-item a.nav-link:after {
                            font-size: 0.875rem;
                            margin-left: 40px;
                            margin-right: 0;
                            -ms-flex-item-align: center;
                            align-self: center;
                        }

            .top-container nav.navbar.navbar-dark#MobileMenu ul.navbar-nav li.nav-item a.nav-link {
                color: #13183e;
                font-size: 1rem;
                line-height: 1.1875rem;
                padding: 13px 12px 13px 15px;
                margin-bottom: 2px;
                background-color: #fff;
                display: -webkit-box;
                display: -ms-flexbox;
                display: flex;
                width: 100%;
            }

                .top-container nav.navbar.navbar-dark#MobileMenu ul.navbar-nav li.nav-item a.nav-link.dropdown-toggle:after {
                    font-family: 'ib-icon';
                    content: '\e902';
                    border: 0;
                    color: #d2935b;
                    margin-left: auto;
                    margin-right: 12px;
                }

                .top-container nav.navbar.navbar-dark#MobileMenu ul.navbar-nav li.nav-item a.nav-link + .dropdown-menu {
                    top: 45px;
                    left: 100%;
                    width: 100%;
                    position: absolute;
                    -webkit-transition: all 0.5s ease-in-out;
                    transition: all 0.5s ease-in-out;
                }

                    .top-container nav.navbar.navbar-dark#MobileMenu ul.navbar-nav li.nav-item a.nav-link + .dropdown-menu.show {
                        top: 45px;
                        left: 0;
                    }

        .top-container nav.navbar.navbar-dark#MobileMenu .slideMenu > ul.nav > li.nav-item > a.nav-link {
            color: #fff;
            font-size: 1rem;
            line-height: 1.1875rem;
            padding: 13px 12px 13px 0;
            margin-bottom: 2px;
            background-color: #13183e;
            font-weight: 500 !important;
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
        }

            .top-container nav.navbar.navbar-dark#MobileMenu .slideMenu > ul.nav > li.nav-item > a.nav-link.dropdown-toggle:after {
                content: '';
            }

            .top-container nav.navbar.navbar-dark#MobileMenu .slideMenu > ul.nav > li.nav-item > a.nav-link.dropdown-toggle:before {
                font-family: 'ib-icon';
                content: '\e901';
                border: 0;
                color: #fff;
                margin-left: 11px;
                margin-right: 5px;
            }

        .top-container nav.navbar.navbar-dark#MobileMenu .slideMenu > ul.nav > li.nav-item .dropdown-menu.show {
            top: 45px;
            left: 0;
            margin: 0;
            padding: 0;
            border-radius: 0;
            border: 0;
            background-color: #fafafa;
            -webkit-transition: all 0.5s ease-in-out;
            transition: all 0.5s ease-in-out;
        }

            .top-container nav.navbar.navbar-dark#MobileMenu .slideMenu > ul.nav > li.nav-item .dropdown-menu.show ul.nav li.nav-item a.nav-link {
                margin-bottom: 2px;
                display: -webkit-box;
                display: -ms-flexbox;
                display: flex;
                font-size: 0.875rem;
            }

                .top-container nav.navbar.navbar-dark#MobileMenu .slideMenu > ul.nav > li.nav-item .dropdown-menu.show ul.nav li.nav-item a.nav-link:after {
                    font-size: 0.875rem;
                    margin: 0 12px auto auto;
                }

                .top-container nav.navbar.navbar-dark#MobileMenu .slideMenu > ul.nav > li.nav-item .dropdown-menu.show ul.nav li.nav-item a.nav-link.ext-link:after {
                    font-size: 0.875rem;
                    margin: auto 0 auto auto;
                }

    .top-container.fixedTop nav.navbar.navbar-dark#MobileMenu a.navbar-brand .logo-img img {
        height: 0;
    }

    .top-container.fixedTop nav.navbar.navbar-dark#MobileMenu a.navbar-brand .logo-text {
        overflow: hidden;
        height: auto;
        opacity: 1;
        font-size: 0.875rem;
        line-height: 1rem;
        font-weight: 700 !important;
    }
}

.top-container .topbar {
    background-color: #ce0000;
    height: auto;
    -webkit-transition: all 0.35s ease-in-out;
    transition: all 0.35s ease-in-out;
}

    .top-container .topbar a {
        color: #fff;
        font-size: 0.75rem;
        line-height: 0.8125rem;
        font-weight: 500 !important;
    }

        .top-container .topbar a.ext-link:after {
            font-size: 0.5625rem;
            margin-left: 10px;
        }

    .top-container .topbar .topbar-img {
        margin-left: 15px;
    }

        .top-container .topbar .topbar-img img {
            height: 44px;
            -webkit-transition: all 0.35s ease-in-out;
            transition: all 0.35s ease-in-out;
        }

    .top-container .topbar ul.nav > li.nav-item {
        padding: 15px 0;
        -webkit-transition: all 0.35s ease-in-out;
        transition: all 0.35s ease-in-out;
    }

        .top-container .topbar ul.nav > li.nav-item > a.nav-link {
            margin: 0 9px 0 10px;
            padding: 0;
            position: relative;
        }

            .top-container .topbar ul.nav > li.nav-item > a.nav-link:hover:before,
            .top-container .topbar ul.nav > li.nav-item > a.nav-link.hover:before {
                content: '';
                margin-bottom: -1px;
                border-bottom: 1px solid #fff;
                position: absolute;
                width: 100%;
                left: 0;
                bottom: 0;
            }

            .top-container .topbar ul.nav > li.nav-item > a.nav-link:focus {
                outline: 0;
            }

        .top-container .topbar ul.nav > li.nav-item.dropdown > a.nav-link:after {
            font-family: 'ib-icon';
            content: '\e900';
            margin-left: 8px;
            font-size: 0.5625rem;
            border: 0;
            vertical-align: inherit;
            width: auto;
            height: auto;
        }

        .top-container .topbar ul.nav > li.nav-item.dropdown > a.nav-link#ministriesDropdown + ul.dropdown-menu {
            width: 255px;
        }

        .top-container .topbar ul.nav > li.nav-item.dropdown > a.nav-link#langDropdown + ul li.nav-item.active a.nav-link:after {
            font-family: 'ib-icon';
            content: '\e904';
            color: #d2935b;
            margin-left: auto;
        }

        .top-container .topbar ul.nav > li.nav-item.dropdown.show {
            background-color: #fff;
        }

            .top-container .topbar ul.nav > li.nav-item.dropdown.show > a.nav-link {
                position: relative;
                z-index: 1001;
                color: #252525;
            }

                .top-container .topbar ul.nav > li.nav-item.dropdown.show > a.nav-link:hover:before,
                .top-container .topbar ul.nav > li.nav-item.dropdown.show > a.nav-link.hover:before {
                    content: '';
                    margin-bottom: -1px;
                    border-bottom: 1px solid #252525;
                    position: absolute;
                    width: 100%;
                    left: 0;
                    bottom: 0;
                }

                .top-container .topbar ul.nav > li.nav-item.dropdown.show > a.nav-link:after {
                    content: '\e903';
                }

        .top-container .topbar ul.nav > li.nav-item.dropdown ul.dropdown-menu {
            padding: 12px 10px;
            z-index: 1000;
            margin: 0;
            border-radius: 0;
            border: 0;
            border-bottom: 1px solid #d2935b;
            -webkit-box-shadow: 0 2px 37px rgba(19,24,62,0.11);
            box-shadow: 0 2px 37px rgba(19,24,62,0.11);
        }

            .top-container .topbar ul.nav > li.nav-item.dropdown ul.dropdown-menu li.nav-item a.nav-link {
                border-bottom: 1px solid #e4e4e4;
                display: -webkit-box;
                display: -ms-flexbox;
                display: flex;
                padding: 8px 10px;
            }

                .top-container .topbar ul.nav > li.nav-item.dropdown ul.dropdown-menu li.nav-item a.nav-link:hover,
                .top-container .topbar ul.nav > li.nav-item.dropdown ul.dropdown-menu li.nav-item a.nav-link.hover {
                    background-color: #fafafa;
                }

                .top-container .topbar ul.nav > li.nav-item.dropdown ul.dropdown-menu li.nav-item a.nav-link:after {
                    color: #d2935b;
                    margin-left: auto;
                    margin-top: auto;
                    margin-bottom: auto;
                }

            .top-container .topbar ul.nav > li.nav-item.dropdown ul.dropdown-menu li.nav-item:last-of-type a.nav-link {
                border-bottom: 0;
            }

            .top-container .topbar ul.nav > li.nav-item.dropdown ul.dropdown-menu a {
                color: #252525;
                font-weight: 400 !important;
            }

.top-container.fixedTop .topbar {
    width: 100%;
    -webkit-transition: all 0.35s ease-in-out;
    transition: all 0.35s ease-in-out;
}

    .top-container.fixedTop .topbar .topbar-img img {
        height: 30px;
        -webkit-transition: height 0.15s ease-in-out;
        transition: height 0.15s ease-in-out;
    }

    .top-container.fixedTop .topbar ul.nav > li.nav-item {
        padding: 8px 0;
        -webkit-transition: padding 0.15s ease-in-out;
        transition: padding 0.15s ease-in-out;
    }

@media (max-width: 991.98px) {
    .top-container .topbar ul.nav > li.nav-item {
        padding: 8px 0;
    }

    .top-container .topbar .topbar-img img {
        height: 30px;
    }

    .top-container.fixedTop .topbar ul.nav > li.nav-item {
        padding: 8px 0;
    }

    .top-container.fixedTop .topbar .topbar-img img {
        height: 30px;
    }
}

.top-container .search-form-container {
    position: static !important;
}

    .top-container .search-form-container .search-form {
        width: 100%;
        left: 0;
        padding: 35px 0;
        border-radius: 0;
        border: 0;
        margin-top: 0;
    }

        .top-container .search-form-container .search-form .form-search .form-control {
            border: 1px solid #d2935b;
            padding: 24px;
            border-radius: 0;
            color: #13183e;
            font-weight: 500 !important;
            min-height: 65px;
            line-height: normal;
            font-size: 1rem;
        }

            .top-container .search-form-container .search-form .form-search .form-control:-ms-input-placeholder,
            .top-container .search-form-container .search-form .form-search .form-control::-ms-input-placeholder {
                font-family: Roboto;
                font-weight: 400 !important;
                font-size: 0.875rem;
                vertical-align: middle;
            }

            .top-container .search-form-container .search-form .form-search .form-control::-ms-input-placeholder,
            .top-container .search-form-container .search-form .form-search .form-control::-ms-input-placeholder {
                font-family: Roboto;
                font-weight: 400 !important;
                font-size: 0.875rem;
                vertical-align: middle;
            }

            .top-container .search-form-container .search-form .form-search .form-control::placeholder,
            .top-container .search-form-container .search-form .form-search .form-control::-ms-input-placeholder {
                font-family: Roboto;
                font-weight: 400 !important;
                font-size: 0.875rem;
                vertical-align: middle;
            }

            .top-container .search-form-container .search-form .form-search .form-control:focus {
                outline: 0;
                border-color: #d2935b;
                -webkit-box-shadow: rgba(201,147,91,0.4) 0 0 11px;
                box-shadow: rgba(201,147,91,0.4) 0 0 11px;
            }

            .top-container .search-form-container .search-form .form-search .form-control.focus {
                outline: 0;
                border-color: #d2935b;
                -webkit-box-shadow: rgba(201,147,91,0.4) 0 0 11px;
                box-shadow: rgba(201,147,91,0.4) 0 0 11px;
            }

        .top-container .search-form-container .search-form .form-search ul.ui-menu {
            height: 280px;
            width: 100% !important;
            top: 100% !important;
            -webkit-box-shadow: 0 31px 29px rgba(0,0,0,0.5);
            box-shadow: 0 31px 29px rgba(0,0,0,0.5);
        }

            .top-container .search-form-container .search-form .form-search ul.ui-menu li.ui-menu-item {
                color: #4f4f4f;
                font-size: 0.875rem;
                line-height: 1.5;
            }

                .top-container .search-form-container .search-form .form-search ul.ui-menu li.ui-menu-item .ui-menu-item-wrapper {
                    border: 0;
                    border-bottom: 1px solid #eee;
                    padding: 20px 0 20px 20px;
                    margin: 0;
                    margin-right: 90px;
                    color: #4f4f4f;
                }

                    .top-container .search-form-container .search-form .form-search ul.ui-menu li.ui-menu-item .ui-menu-item-wrapper.ui-state-active {
                        border: 0;
                        border-bottom: 1px solid #eee;
                        padding: 20px 0 20px 20px;
                        margin: 0;
                        margin-right: 90px;
                        background-color: #fafafa;
                        color: #4f4f4f;
                    }

        .top-container .search-form-container .search-form .nicescroll-rails {
            margin-left: -22px;
            margin-top: 20px;
        }

        .top-container .search-form-container .search-form button {
            background-color: #d2935b;
            color: #fff;
            font-weight: 700 !important;
            font-size: 0.9375rem;
            padding: 0 40px !important;
        }

            .top-container .search-form-container .search-form button:hover,
            .top-container .search-form-container .search-form button.hover {
                background-color: #e0a46f;
            }

    .top-container .search-form-container .search-button {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        padding: 22px 15px 21px;
        border-top: 4px solid transparent;
        -webkit-transition: all 0.35s ease-in-out;
        transition: all 0.35s ease-in-out;
    }

        .top-container .search-form-container .search-button:after {
            content: '';
            border: 0;
        }

        .top-container .search-form-container .search-button .btn-search {
            padding: 0;
            width: 40px;
            height: 40px;
            background-color: #13183e;
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-align: center;
            -ms-flex-align: center;
            align-items: center;
            border: 1px solid #353b65;
        }

            .top-container .search-form-container .search-button .btn-search:before {
                font-family: "ib-icon";
                content: "\e910";
                font-size: 1.125rem;
                color: #fff;
                margin: 0 auto;
                display: block;
            }

            .top-container .search-form-container .search-button .btn-search:hover,
            .top-container .search-form-container .search-button .btn-search.hover {
                background-color: #353b65;
                border: 1px solid #353b65;
            }

    .top-container .search-form-container.show .search-button {
        border-top: 4px solid #d2935b;
        background-color: #fff;
        -webkit-transition: all 0.35s ease-in-out;
        transition: all 0.35s ease-in-out;
    }

        .top-container .search-form-container.show .search-button .btn-search {
            background-color: #fff;
            border: 1px solid #13183e;
            -webkit-transition: all 0.35s ease-in-out;
            transition: all 0.35s ease-in-out;
        }

            .top-container .search-form-container.show .search-button .btn-search:before {
                color: #13183e;
            }

.top-container.fixedTop .search-form-container .search-button {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 6px 15px 7px;
    -webkit-transition: all 0.35s ease-in-out;
    transition: all 0.35s ease-in-out;
}

    .top-container.fixedTop .search-form-container .search-button .btn-search {
        width: 30px;
        height: 30px;
        -webkit-transition: all 0.35s ease-in-out;
        transition: all 0.35s ease-in-out;
    }

.top-container.fixedTop .search-form-container .search-form {
    margin-top: 0;
}

@media (max-width: 991.98px) {
    .top-container .search-form-container {
        position: static !important;
    }

        .top-container .search-form-container .search-form {
            width: 100%;
            left: 0;
            padding: 35px 0;
            border-radius: 0;
            border: 0;
        }

            .top-container .search-form-container .search-form .form-search .form-control {
                border: 1px solid #d2935b;
                padding: 0 24px;
                border-radius: 0;
                color: #13183e;
                font-weight: 500 !important;
                height: 45px;
                min-height: 45px;
                line-height: 2.8125rem;
                font-size: 1rem;
            }

                .top-container .search-form-container .search-form .form-search .form-control:-ms-input-placeholder,
                .top-container .search-form-container .search-form .form-search .form-control::-ms-input-placeholder {
                    font-family: Roboto;
                    font-weight: 400 !important;
                    font-size: 0.875rem;
                }

                .top-container .search-form-container .search-form .form-search .form-control::-ms-input-placeholder,
                .top-container .search-form-container .search-form .form-search .form-control::-ms-input-placeholder {
                    font-family: Roboto;
                    font-weight: 400 !important;
                    font-size: 0.875rem;
                }

                .top-container .search-form-container .search-form .form-search .form-control::placeholder,
                .top-container .search-form-container .search-form .form-search .form-control::-ms-input-placeholder {
                    font-family: Roboto;
                    font-weight: 400 !important;
                    font-size: 0.875rem;
                }

                .top-container .search-form-container .search-form .form-search .form-control:focus {
                    outline: 0;
                    border-color: #d2935b;
                    -webkit-box-shadow: rgba(201,147,91,0.4) 0 0 11px;
                    box-shadow: rgba(201,147,91,0.4) 0 0 11px;
                }

                .top-container .search-form-container .search-form .form-search .form-control.focus {
                    outline: 0;
                    border-color: #d2935b;
                    -webkit-box-shadow: rgba(201,147,91,0.4) 0 0 11px;
                    box-shadow: rgba(201,147,91,0.4) 0 0 11px;
                }

            .top-container .search-form-container .search-form .form-search ul.ui-menu {
                height: 280px;
                width: 100% !important;
                top: 100% !important;
                -webkit-box-shadow: 0 31px 29px rgba(0,0,0,0.5);
                box-shadow: 0 31px 29px rgba(0,0,0,0.5);
            }

                .top-container .search-form-container .search-form .form-search ul.ui-menu li.ui-menu-item {
                    color: #4f4f4f;
                    font-size: 0.875rem;
                    line-height: 1.5;
                }

                    .top-container .search-form-container .search-form .form-search ul.ui-menu li.ui-menu-item .ui-menu-item-wrapper {
                        border: 0;
                        border-bottom: 1px solid #eee;
                        padding: 20px 0 20px 20px;
                        margin: 0;
                        margin-right: 90px;
                        color: #4f4f4f;
                    }

                        .top-container .search-form-container .search-form .form-search ul.ui-menu li.ui-menu-item .ui-menu-item-wrapper.ui-state-active {
                            border: 0;
                            border-bottom: 1px solid #eee;
                            padding: 20px 0 20px 20px;
                            margin: 0;
                            margin-right: 90px;
                            background-color: #fafafa;
                            color: #4f4f4f;
                        }

            .top-container .search-form-container .search-form .nicescroll-rails {
                margin-left: -22px;
                margin-top: 20px;
            }

            .top-container .search-form-container .search-form button {
                background-color: #d2935b;
                color: #fff;
                font-weight: 700 !important;
                font-size: 0.9375rem;
                padding: 0 15px !important;
            }

                .top-container .search-form-container .search-form button:hover,
                .top-container .search-form-container .search-form button.hover {
                    background-color: #e0a46f;
                }

        .top-container .search-form-container .search-button {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            padding: 9px 0 9px;
            border-top: 2px solid transparent;
            -webkit-transition: all 0.35s ease-in-out;
            transition: all 0.35s ease-in-out;
        }

            .top-container .search-form-container .search-button:after {
                content: '';
                border: 0;
            }

            .top-container .search-form-container .search-button .btn-search {
                width: 30px;
                height: 30px;
                margin-left: 4px;
            }

        .top-container .search-form-container.show .search-button {
            border-top: 2px solid #d2935b;
            background-color: #fff;
            -webkit-transition: all 0.35s ease-in-out;
            transition: all 0.35s ease-in-out;
        }

            .top-container .search-form-container.show .search-button .btn-search {
                background-color: #fff;
                border: 1px solid #13183e;
                -webkit-transition: all 0.35s ease-in-out;
                transition: all 0.35s ease-in-out;
            }

                .top-container .search-form-container.show .search-button .btn-search:before {
                    color: #13183e;
                }

    .top-container.fixedTop .search-form-container .search-button {
        padding: 1px 10px 2px;
    }
}

.mm-slideout {
    z-index: auto;
    height: 100%;
}

.mm-wrapper_opening [class*=mm-menu_pagedim].mm-menu_opened ~ .mm-wrapper__blocker {
    opacity: 0.8;
}

.mm-menu_opened.mm-menu_pagedim-black ~ .mm-wrapper__blocker {
    background: #13183e;
}

.mm-menu {
    --mm-navbar-size: 45px !important;
    --mm-listitem-size: 45px !important;
}

.mm-menu_offcanvas {
    width: 90%;
}

    .mm-menu_offcanvas .mm-navbars_top {
        border: 0;
    }

    .mm-menu_offcanvas .navbar-header {
        font-weight: 700 !important;
        font-size: 1rem;
        color: #13183e;
        padding: 13px 15px 12px 15px;
        text-align: left;
        -webkit-box-flex: 1 !important;
        -ms-flex: 1 1 auto !important;
        flex: 1 1 auto !important;
    }

        .mm-menu_offcanvas .navbar-header i {
            color: #d2935b;
            float: right;
        }

    .mm-menu_offcanvas .navbar-search {
        padding: 0;
    }

        .mm-menu_offcanvas .navbar-search .input-group .input-group-prepend .input-group-text,
        .mm-menu_offcanvas .navbar-search .input-group .input-group-append .input-group-text {
            border-radius: 0;
            border: 0;
            height: 100%;
            background-color: #fafafa;
            border-top: 1px solid #eee;
            border-bottom: 1px solid #eee;
            color: #a2a2a2;
        }

        .mm-menu_offcanvas .navbar-search .input-group .input-group-append .input-group-text {
            cursor: pointer;
        }

        .mm-menu_offcanvas .navbar-search .input-group input {
            border-radius: 0;
            border: 0;
            height: 45px;
            line-height: 1.9375rem;
            background-color: #fafafa;
            border-top: 1px solid #eee;
            border-bottom: 1px solid #eee;
        }

            .mm-menu_offcanvas .navbar-search .input-group input:focus {
                outline: 0;
                -webkit-box-shadow: none;
                box-shadow: none;
            }

            .mm-menu_offcanvas .navbar-search .input-group input:-ms-input-placeholder,
            .mm-menu_offcanvas .navbar-search .input-group input::-ms-input-placeholder {
                color: #a2a2a2;
                font-family: "Roboto" !important;
                font-weight: 400 !important;
            }

            .mm-menu_offcanvas .navbar-search .input-group input::-ms-input-placeholder,
            .mm-menu_offcanvas .navbar-search .input-group input::-ms-input-placeholder {
                color: #a2a2a2;
                font-family: "Roboto" !important;
                font-weight: 400 !important;
            }

            .mm-menu_offcanvas .navbar-search .input-group input::placeholder,
            .mm-menu_offcanvas .navbar-search .input-group input::-ms-input-placeholder {
                color: #a2a2a2;
                font-family: "Roboto" !important;
                font-weight: 400 !important;
            }

            /*.mm-menu_offcanvas .navbar-search .input-group input:empty + .input-group-append {
                display: none;
            }*/

.mm-panel,
.mm-panels {
    background-color: #fafafa;
}

.mm-navbar {
    height: auto !important;
    padding: 0;
    background-color: #fff;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

    .mm-navbar .mm-navbar__title {
        color: #13183e !important;
        font-weight: 700 !important;
        font-size: 1rem;
        text-align: left;
        padding: 13px 0 13px 15px !important;
        border-bottom: 1px solid #fafafa;
    }

.mm-listview .mm-listitem {
    background-color: #fff;
    border-bottom: 2px solid #fafafa;
}

    .mm-listview .mm-listitem .mm-listitem__text {
        white-space: normal;
        padding-left: 15px;
        padding-right: 15px;
    }

        .mm-listview .mm-listitem .mm-listitem__text strong {
            color: #d7d7d7;
            font-weight: 400 !important;
            float: right;
            margin-right: 20px;
        }

        .mm-listview .mm-listitem .mm-listitem__text.ext-link {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
        }

            .mm-listview .mm-listitem .mm-listitem__text.ext-link:after {
                font-size: 0.75rem;
                margin: auto 2px auto auto;
            }

.mm-listview.submenu-items .mm-listitem {
    background-color: transparent;
    border-bottom: 1px solid #eee;
}

    .mm-listview.submenu-items .mm-listitem .mm-listitem__text {
        font-size: 0.875rem;
    }

:not(#mm-1) .mm-btn {
    width: 30px;
}

:not(#mm-1) .mm-btn_prev:before {
    -webkit-transform: none;
    transform: none;
    width: auto;
    height: auto;
    border: 0;
    left: 12px;
    font-family: 'ib-icon';
    content: '\e901';
    line-height: 2.75rem;
    color: #fff;
}

:not(#mm-1) .mm-navbar__title {
    color: #fff !important;
    background-color: #13183e;
    font-size: 1rem;
    line-height: 1.1875rem;
    padding-left: 30px !important;
    font-weight: 500 !important;
}

#mm-1 > .mm-listview > .mm-listitem.single-link {
    background-color: transparent;
    border-top: 1px solid #eee;
    border-bottom: 1px solid #eee;
    margin-bottom: 2px;
}

    #mm-1 > .mm-listview > .mm-listitem.single-link > .mm-listitem__text {
        font-size: 0.875rem;
        padding-left: 25px;
    }

.mm-listview .mm-listitem:after {
    border-bottom: 1px solid #fafafa;
}

.mm-listview .mm-listitem.langSelect {
    margin-top: 20px;
}

.mm-listview .mm-listitem .mm-listitem__text {
    color: #13183e;
    font-size: 1rem;
    line-height: 1.1875rem;
}

.mm-listview .mm-listitem .mm-btn_next:after {
    -webkit-transform: none;
    transform: none;
    width: auto;
    height: auto;
    border: 0;
    right: 12px;
    font-family: 'ib-icon';
    content: '\e902';
    line-height: 2.75rem;
    color: #d2935b;
}

html[dir="rtl"] .top-container .topbar .ext-link:after {
    margin-right: 10px;
    margin-left: 0;
}

html[dir="rtl"] .navbarActual .col > .SubmenuItem > a .SubmenuItem-Text:after {
    content: none !important;
}

html[dir="rtl"] .navbarActual .col > .SubmenuItem > a .SubmenuItem-Text:before {
    font-family: "ib-icon";
    content: "\e901";
    font-size: 0.75rem;
    color: #d2935b;
    margin-left: 10px;
    -webkit-transition: all 0.15s ease-in-out;
    transition: all 0.15s ease-in-out;
}

html[dir="rtl"] .navbarActual .col > .SubmenuItem > a:hover .SubmenuItem-Text:after,
html[dir="rtl"] .navbarActual .col > .SubmenuItem > a.hover .SubmenuItem-Text:after {
    content: none !important;
}

html[dir="rtl"] .navbarActual .col > .SubmenuItem > a:hover .SubmenuItem-Text:before,
html[dir="rtl"] .navbarActual .col > .SubmenuItem > a.hover .SubmenuItem-Text:before {
    margin-left: 20px;
}

html[dir="rtl"] .mm-listview .mm-listitem .mm-btn_next:after {
    content: '\e901' !important;
}

html[dir="rtl"] .mm-btn_prev:before {
    content: '\e902' !important;
}

.page_wrapper {
    display: none;
    position: absolute;
    z-index: 1000;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background-color: #13183e;
    opacity: 0.8;
}


/*internet explorer kaymalara özel css*/
 
_:-ms-fullscreen, :root .top-container .topbar ul.nav > li.nav-item > a.nav-link {
    margin: 0px;
}

_:-ms-fullscreen, :root .top-container .topbar ul.nav > li.nav-item {
    padding:15px 10px;
}
 