﻿.colorme a:nth-child(2n+2) {
    background-color: #fff;
}

.navbar {
    background-color: #0F4D91 !important;
}

.dropdown {
    position: initial !important;
}

.nav-link {
    transition: 0.5s;
    line-height:46px;
}
.activeLink {
    background-color: #31A7DF;
}

.nav-link:hover {
    background-color: #31A7DF;
}

.strictHeight {
    height:210px !important;
}

.noHoverBackground:hover {
    background-color:unset;
}

.bg-grey {
    background-color: #EFEFEF;
}

.dropdownlinks.active::before {
    border-bottom: 6px solid #0F4D91 !important;
    border-left: 6px solid transparent !important;
    border-right: 6px solid transparent !important;
    content: "";
    position: absolute;
    right: -9px;
    transform: translateY(-50%) rotate(90deg);
    z-index: 1;
    margin-top: 11px;
}

.dropdownlinks.active {
    background-color: #0F4D91 !important;
    color: white !important;
}

.dropdownlinks:hover {
    background-color: #0F4D91 !important;
    color: white !important;
}

.nav-link:active {
    background-color: #0F4D91 !important;
    color: white !important;
}

.dropdownsubmenulinks:hover {
    background-color: #31A7DF;
    color: white;
}

.acordionHeaderLinks button:hover {
    background-color: #0F4D91;
    color: white !important;
}

.buttonArrow::after {
    display: inline-block;
    content: "";
    border-top: 8px solid transparent;
    border-bottom: 8px solid transparent;
    border-left: 8px solid #3495FF;
    float: right;
    margin-top: 4px;
}

.dropdown-item {
    font-size: 15px !important;
}

@media (min-width: 1325px) {

    .paddingRightButton {
        padding-right: 2rem !important
    }

    .arrowDown::before {
        display: inline;
        content: "";
        border-left: 6px solid transparent;
        border-right: 6px solid transparent;
        border-top: 6px solid #000;
        float: right;
        top: 50%;
        transform: translateY(-50%);
        position: relative;
        left: -10px;
    }

}

@media (max-width: 768px) {
    .center-nav-mobile {
        text-align: center;
    }
}

@media (min-width: 1320px) {
    .dropdown-menu {
        width: 70rem;
        position: absolute;
        left: 50% !important;
        transform: translateX(-50%) !important;
    }
}

@media screen and (max-width: 767px) {
    .dropdown-item {
        color: black !important;
    }

    .paddingTopAndBottom {
        padding-top:15px;
        padding-bottom:15px;
    }
}


@media (min-width: 845px) and (max-width: 1325px) {
    .paddingRightButton {
        padding-right 0 !important;
    }
}

@media (min-width: 767px) and (max-width: 1097px) {
    .navbar-expand-md .navbar-nav .nav-link {
        padding-right: 0 !important;
        padding-left: 0 !important;
        font-size:13px;
    }

    .dropdown-menu {
        width: 45rem;
        position: absolute;
        left: 50% !important;
        transform: translateX(-50%) !important;
    }

    .dropdown-item {
        font-size: 13px !important;
    }

}

@media (min-width: 1097px) and (max-width: 1320px) {
    .dropdown-menu {
        width: 60rem;
        position: absolute;
        left: 50% !important;
        transform: translateX(-50%) !important;
    }
}









    




