﻿header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    z-index: 99;
}
.mobileSubNavBarIcons {
    display: none;
}
header .container-fluid {
    background-color: #fff;
}
.navigationFirstHalf li a {
    font-size: 0.95rem;
}
.navigationFirstHalf li {
    list-style: none;
    line-height: 2.25;
}
.navigationFirstHalf li a {
    color: #3337cd;
    text-decoration: none;
    font-size: 0.72rem;
    color: #191b66;
    font-weight: 500;
}
.UpperNavigationBar .navigationFirstHalf li a{
    text-transform: uppercase;
}
.BPRLLinksMainContainer.active a{
   text-transform: unset!important; 
}
.navBarLinksContainer {
    padding: 0 1rem;
}
.navigationLinksContainerForMobile {
    display: none;
}
header .bprlNavigationBarContainer {
    background-color: #0d1a8c;
    padding: 0rem;
}
header .bprlNavigationBarContainer::before,
header .bprlNavigationBarContainer::after,
header .bprlNavigationBarContainer .container::before,
header .bprlNavigationBarContainer .container::after {
    display: none;
}
.navbar-expand-lg .navbar-nav {
    gap: 1rem;
}
.dropdown-toggle::after {
    display: none;
}
.bprlLogoImg {
    position: relative;
}
.bprlLogoImg img {
    width: 4.5rem;
    height: auto;
    position: absolute;
    top: -2.8rem;
    z-index: 1;
}
.searchNavigationIcon {
    background: #191b66;
    border-radius: 5px;
    width: 2rem;
    height: 2rem;
    display: flex;
    justify-content: center;
    align-items: center;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    border: 1px solid transparent;
}
.searchNavigationIcon .fa-magnifying-glass {
    font-size: 1rem;
    color: #fff;
}
.navbar-nav .nav-item.active .nav-link::after {
    content: '';
    display: block;
    position: absolute;
    width: 100%;
    height: 2px;
    background: #ffc700;
    border: 0;
    left: 0px;
}
.navbar-nav.destopNavBar .nav-item:hover .nav-link::after {
    content: '';
    display: block;
    position: absolute;
    width: 100%;
    height: 2px;
    background: #ffc700;
    border: 0;
    left: 0px;
    display: none;
}
.navbar-nav .nav-item.active .nav-link::after {
    left: 0px;
}
.navbar-nav .nav-item:hover .nav-link.dropdown-toggle::after {
    left: -5px;
}
.navbar-nav .nav-item.active .nav-link.dropdown-toggle::after {
    left: -5px;
}
.navbar-nav .nav-item {
    position: relative;
    transition: border-bottom 0.25s ease-in-out;
}
.navbar-nav .nav-item:hover .dropdown-menu {
    display: block;
}
.navbar-expand-lg .navbar-nav .dropdown-menu li .dropdown-item {
    border-bottom: 1px solid #e0e0e0;
    background-color: #fff;
    font-size: 0.85rem;
    padding: 0.25rem 0.15rem;
}

.navbar-expand-lg .navbar-nav .dropdown-menu li:last-child .dropdown-item {
    border-bottom: none;
}
.navbar-nav .nav-item:hover {
}
.navbar-nav .nav-item .nav-link {
    font-size: 0.85rem;
    padding: 0.7rem 0;
    color: #ffffff;
}
.navbar-expand-lg .navbar-nav .dropdown-menu {
    padding: 5px 15px;
    border-top: 3px solid #ffc700;
    border-radius: 0;
    left: 50%;
    transform: translate(-50%, 0%);
    top: 2.8rem;
    border-left: 1px solid transparent;
    border-right: 1px solid transparent;
    border-bottom: 1px solid transparent;
    box-shadow: rgba(0, 0, 0, 0.02) 0px 1px 3px 0px, rgba(27, 31, 35, 0.15) 0px 0px 0px 1px;
}
.navigationFirstHalf {
    gap: 1.5rem;
    display: flex;
    margin: 0;
}
.nav-item.dropdown {
    border-bottom: 2px solid transparent;
}
.nav-item.dropdown:has(.dropdown-toggle.show) {
    color: #ffc700;
}
.SearchBarMainContainer {
    visibility: hidden;
    display: flex;
    position: fixed;
}
.SearchBarMainContainer.active {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    visibility: visible;
    justify-content: center;
    align-items: center;
    background: rgba(0, 0, 0, 0.9);
    z-index: 99;
    animation: topBottomSearchBar 0.5s linear;
}
.SearchBarMainContainer.inactive {
    animation: bottomTopSearchBar 0.5s linear;
}
.SearchBarMainContainer .closeBtnSearch {
    position: absolute;
    right: 75px;
    top: 50px;
    border: 2px solid #ffc700;
    background: transparent;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.SearchBarMainContainer .yelloColorIcon {
    color: #ffc700;
}
.searchBarContainer {
    border: 1px solid #ffc700;
    padding: 10px;
    border-radius: 1px;
}
.searchBarContainer input {
    border: 1px solid transparent;
    background: transparent;
    color: #ffc700;
    width: 65vw;
    max-width: 600px;
    outline: none;
}
.searchBarContainer input::placeholder {
    color: #FAF9F6;
}
.searchBarContainer button {
    border: 1px solid transparent;
    background: transparent;
}
.searchSection {
    display: flex;
    align-items: center;
    gap: 1rem;
}
.mobileNavBarBreak {
    display: none;
}
.headerAccessibilityPopupMainContainer {
    padding: 5px 15px!important;
    position: absolute;
    background: #fff;
    z-index: 2;
    padding: 0;
    box-shadow: rgba(0, 0, 0, 0.25) 0px 54px 55px, rgba(0, 0, 0, 0.12) 0px -12px 30px, rgba(0, 0, 0, 0.12) 0px 4px 6px, rgba(0, 0, 0, 0.17) 0px 12px 13px, rgba(0, 0, 0, 0.09) 0px -3px 5px;
    border-radius: 1px;
    text-wrap: nowrap;
    display: none;
    top: 1.75rem;
    left: -1rem;
    border-top: 3px solid #ffc700;
}
.headerAccessibilityPopupMainContainer.active {
    display: block;
}
.headerAccessibilityPopupContainer {
    display: flex;
    justify-content: space-between;
    /* padding: 0.75rem 1rem 0.5rem 1rem; */
    padding: 5px 0px;
    border-bottom: 1px solid #adadad;
    line-height: 1.4;
}
.headerAccessibilityPopupContainer p {
    margin: 0;
    font-size: 0.85rem;
}
.screenReaderAccessibilityContainer {
    display: flex;
    gap: 2rem;
    align-items: center;
    padding: 5px 0px;
    /* padding: 0.5rem 1rem 0.75rem 1rem; */
}
.screenReaderAccessibilityContainer p {
    margin: 0;
    font-size: 0.85rem;
}
.screenReaderContainerIcon {
    display: flex;
    gap: 0.05rem;
    align-items: center;
}
.screenReaderLeftIcon {
    transform: rotate(-90deg);
    font-size: 0.65rem;
}
.screenReaderRightIcon {
    transform: rotate(90deg);
    font-size: 0.65rem;
}
.screenReadertvIcon {
    font-size: 0.85rem;
}
.BPRLLinksMainContainer {
    position: absolute;
    z-index: 2;
    padding: 10px;
    border: 1px solid #ececec;
    border-radius: 2px;
    margin-top: -4px;
    display: none;
    flex-direction: column;
    box-shadow: 
  rgba(0, 0, 0, 0.10) 0px 20px 25px,
  rgba(0, 0, 0, 0.08) 0px 2px 4px,
  rgba(0, 0, 0, 0.09) 0px 6px 8px;
    /* box-shadow: rgba(0, 0, 0, 0.25) 0px 54px 55px, rgba(0, 0, 0, 0.12) 0px -12px 30px, rgba(0, 0, 0, 0.12) 0px 4px 6px, rgba(0, 0, 0, 0.17) 0px 12px 13px, rgba(0, 0, 0, 0.09) 0px -3px 5px; */
    top: 2rem;
    left: -1rem;
    background: #fff;
}
.BPRLLinksMainContainer::before {
    content: "";
    position: absolute;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-bottom: 6px solid #ececec;
    top: -6px;
    left: 10px;
}
.BPRLLinksMainContainer::after {
    content: "";
    position: absolute;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-bottom: 5px solid #fff;
    top: -5px;
    left: 11px;
}
.BPRLLinksMainContainer.active {
    display: flex;
}
.navigationFirstHalf li .BPRLLinksMainContainer a {
    color: #191b66;
    border-bottom: 1px solid #e0e0e0;
    padding: 0.25rem 0rem;
    font-size: 0.85rem;
    transition: color 0.25s ease-in-out;
}
.navigationFirstHalf li .BPRLLinksMainContainer a:last-child{
    border-bottom: none;
}

.navigationFirstHalf li .BPRLLinksMainContainer a:hover {
    color: #ffc700;
}
.navbar-toggler {
    border-color: transparent;
    padding: 0;
    display: flex;
    flex-direction: column;
}
.navbar-toggler:focus {
    box-shadow: none;
}
.navbar-toggler .bar {
    width: 2rem;
    height: 2.5px;
    border: 1px solid transparent;
    border-radius: 5px;
    background-color: #fff;
    box-shadow: rgba(0, 0, 0, 0.25) 0px 54px 55px, rgba(0, 0, 0, 0.12) 0px -12px 30px, rgba(0, 0, 0, 0.12) 0px 4px 6px, rgba(0, 0, 0, 0.17) 0px 12px 13px, rgba(0, 0, 0, 0.09) 0px -3px 5px;
}
.navbar-toggler .one {
    animation: animate-line-1-rev 0.7s ease-in-out;
}
.navbar-toggler .two {
    margin: 5px 0;
    animation: animate-line-2-rev 0.7s ease-in-out;
}
.navbar-toggler .three {
    animation: animate-line-3-rev 0.7s ease-in-out;
}
.navbar-toggler:hover .one, .navbar-toggler:hover .two, .navbar-toggler:hover .three {
    background-color: #fff;
}
.navbar-toggler.active .one, .navbar-toggler.active .two, .navbar-toggler.active .three {
    background-color: #fff;
}
.navbar-toggler.active .one {
    animation: animate-line-1 0.7s cubic-bezier(0.3, 1, 0.7, 1) forwards;
}
.navbar-toggler.active .two {
    animation: animate-line-2 0.7s cubic-bezier(0.3, 1, 0.7, 1) forwards;
}
.navbar-toggler.active .three {
    animation: animate-line-3 0.7s cubic-bezier(0.3, 1, 0.7, 1) forwards;
    margin-top: 0.65rem;
}
@keyframes animate-line-1 {
    0% {
        transform: translate3d(0, 0, 0) rotate(0deg);
   }
    50% {
        transform: translate3d(0, 13px, 0) rotate(0);
   }
    100% {
        transform: translate3d(0, 13px, 0) rotate(45deg);
   }
}
@keyframes animate-line-2 {
    0% {
        transform: scale(1);
        opacity: 1;
   }
    100% {
        transform: scale(0);
        opacity: 0;
   }
}
@keyframes animate-line-3 {
    0% {
        transform: translate3d(0, 0, 0) rotate(0deg);
   }
    50% {
        transform: translate3d(0, -13px, 0) rotate(0);
   }
    100% {
        transform: translate3d(0, -13px, 0) rotate(135deg);
   }
}
@keyframes animate-line-1-rev {
    0% {
        transform: translate3d(0, 13px, 0) rotate(45deg);
   }
    50% {
        transform: translate3d(0, 13px, 0) rotate(0);
   }
    100% {
        transform: translate3d(0, 0, 0) rotate(0deg);
   }
}
@keyframes animate-line-2-rev {
    0% {
        transform: scale(0);
        opacity: 0;
   }
    100% {
        transform: scale(1);
        opacity: 1;
   }
}
@keyframes animate-line-3-rev {
    0% {
        transform: translate3d(0, -13px, 0) rotate(135deg);
   }
    50% {
        transform: translate3d(0, -13px, 0) rotate(0);
   }
    100% {
        transform: translate3d(0, 0, 0) rotate(0deg);
   }
}
@keyframes topBottomSearchBar {
    0% {
        top: -100vh;
    }
    100% {
        top: 0;
    }
}
@keyframes bottomTopSearchBar {
    0% {
        top: 0;
    }
    100% {
        top: -100vh;
    }
}
@keyframes navigationLinksShow {
    0% {
        right: -75vw;
    }
    100% {
        right: 0;
    }
}
@keyframes navigationLinksHide {
    0% {
        right: 0vw;
    }
    100% {
        right: -75vw;
    }
}



@media only screen and (max-width: 1024px) {
    .mobileSubNavBarIcons {
        color: #fff;
        display: block;
    }
    header .bprlNavigationBarContainer {
        padding: 0.75rem 0;
    }
    .navigationLinksContainerForMobile.show {
        display: block;
        position: absolute;
        top: 2.75rem;
        right: 0;
        width: 100vw;
        padding: 3rem 1rem 2rem 1rem;
        background: #ffc700;
        height: calc(100vh - 3rem);
        overflow-y: auto;
        animation: navigationLinksShow 0.5s linear;
    }
    .navigationLinksContainerForMobile .navbar-nav.customForMobile .nav-item.Customdropdown .nav-link.Customdropdown-toggle::after {
        content: '+';
        display: flex;
        position: absolute;
        font-weight: 600;
        border: 0;
        top: -1px;
        right: 0;
        width: 1.65rem;
        height: 1.65rem;
        border-radius: 50%;
        background: #deae00;
        text-align: center;
        align-items: center;
        left: unset;
        justify-content: center;
        line-height: 0.4;
    }
    .navigationLinksContainerForMobile .navbar-nav.customForMobile .nav-item.active .nav-link::before,
    .navigationLinksContainerForMobile .navbar-nav.customForMobile .nav-item.Customdropdown.active .nav-link::before {
        content: '';
        display: block;
        position: absolute;
        background-color: #0d1a8c;
        height: 1.5rem;
        width: 0.20rem;
        top: 0px;
        left: 0;
        border-radius: 1px 5px 5px 1px;
    }
    .navigationLinksContainerForMobile.hide {
        animation: navigationLinksHide 0.5s linear;
    }
}
@media only screen and (max-width: 900px) {
    header .UpperNavigationBar {
        display: none;
    }
    .navbar-expand-lg .navbar-nav .dropdown-menu li .dropdown-item {
        border-bottom: 1px solid #adadad;
        background-color: #deae00;
    }
    .mobileSubNavBarIcons {
        color: #fff;
    }
    .BPRLLinksMainContainer a {
        color: #191b66;
        border-bottom: 1px solid #adadad;
        padding: 0.25rem 0.5rem;
        font-size: 0.85rem;
        transition: color 0.25s ease-in-out;
        text-decoration: none;
    }
    .navBarLinksContainer.show {
        position: absolute;
        background: #ffc700;
        padding: 2rem 1rem;
        right: 0;
        top: 3rem;
        width: 75vw;
        height: calc(100vh - 3rem);
        overflow-y: auto;
        animation: navigationLinksShow 0.5s linear;
    }
    .navigationLinksContainerForMobile.show {
        display: block;
        position: absolute;
        top: 2.75rem;
        right: 0;
        width: 100vw;
        padding: 3rem 1rem 2rem 1rem;
        background: #ffc700;
        height: calc(100vh - 3rem);
        overflow-y: auto;
        animation: navigationLinksShow 0.5s linear;
    }
    .navigationLinksContainerForMobile .navbar-nav.customForMobile .nav-item.Customdropdown .nav-link.Customdropdown-toggle::after {
        content: '+';
        display: flex;
        position: absolute;
        font-weight: 600;
        border: 0;
        top: -1px;
        right: 0;
        width: 1.65rem;
        height: 1.65rem;
        border-radius: 50%;
        background: #deae00;
        text-align: center;
        align-items: center;
        left: unset;
        justify-content: center;

    }
    .navigationFirstHalf li a .GroupIcon,
    .navigationFirstHalf li a .AccessibilityIcon,
    .navigationFirstHalf li a .screenReaderLeftIcon,
    .navigationFirstHalf li a .PrintIcon {
        display: none;
    }
    .navigationLinksContainerForMobile .navbar-nav.customForMobile .nav-item.active .nav-link::before,
    .navigationLinksContainerForMobile .navbar-nav.customForMobile .nav-item.Customdropdown.active .nav-link::before {
        content: '';
        display: block;
        position: absolute;
        background-color: #0d1a8c;
        height: 1.5rem;
        width: 0.20rem;
        top: 0px;
        left: 0;
        border-radius: 1px 5px 5px 1px;
    }
    .nav-item.Customdropdown .dropdown-menu {
        display: none !important;
        opacity: 0;
        transition: opacity 0.3s ease;
    }
    .nav-item.Customdropdown .dropdown-menu.clicked {
        display: block !important;
        transform: unset;
        opacity: 1;
        border-top: 3px solid #191b66;
        margin-top: 0.5rem;
    }
    .navigationLinksContainerForMobile.hide {
        animation: navigationLinksHide 0.5s linear;
    }
    .navbar-nav .nav-item:hover .dropdown-menu {
        transform: unset;
	background: #ddad00;
    }
    .navbar-nav .nav-item.dropdown .nav-link {
        position: relative;
    }
    .navbar-nav .nav-item {
        position: relative
    }
    .navbar-expand-lg .navbar-nav .dropdown-menu {
        border-top: 3px solid #191b66;
    }
    .navigationFirstHalf {
        gap: 1rem;
    }

    header .bprlNavigationBarContainer {
        padding: 0.75rem 0;
    }
    .bprlLogoImg img {
        width: 4rem;
        top: -1.45rem;
    }
    .navigationFirstHalf li a span {
        display: none;
    }
    .navigationFirstHalf {
        padding-left: 0px;
    }
    .navbar-nav .nav-item .nav-link {
        padding: 0 1rem;
        margin: 0;
    }
    .navbar-expand-lg .navbar-nav {
        gap: 0.5rem;
    }
    .mobileNavBarBreak {
        margin: 0;
        color: #fff;
        display: block;
    }
    .SearchBarMainContainer .closeBtnSearch {
        top: 25px;
        right: 25px;
    }
    .navbar-nav .nav-item .nav-link.dropdown-toggle::after {
        content: '+';
        display: block;
        position: absolute;
        border: 0;
        top: -1px;
        right: 0;
    }
    .navbar-nav .nav-item:hover .nav-link.dropdown-toggle::after {
        right: 0;
    }
    .BPRLLinksMainContainer {
        right: -1rem;
        left: unset;
    }
}
@media only screen and (max-width: 786px) {
    header .UpperNavigationBar {
        display: none;
    }
    .navbar-expand-lg .navbar-nav .dropdown-menu li .dropdown-item {
        border-bottom: 1px solid #adadad;
        background-color: #deae00;
    }
    .mobileSubNavBarIcons {
        color: #fff;
    }
    .BPRLLinksMainContainer a {
        color: #191b66;
        border-bottom: 1px solid #adadad;
        padding: 0.25rem 0.5rem;
        font-size: 0.85rem;
        transition: color 0.25s ease-in-out;
        text-decoration: none;
    }
    .BPRLLinksMainContainer::before {
        right: 10px;
        left:unset;
    }
    .mobileSubNavBarIcons:hover {
        color: #fff;
    }
    .BPRLLinksMainContainer::after {
        display: none;
    }
    .navBarLinksContainer.show {
        position: absolute;
        background: #ffc700;
        padding: 2rem 1rem;
        right: 0;
        top: 3rem;
        width: 75vw;
        height: calc(100vh - 3rem);
        overflow-y: auto;
        animation: navigationLinksShow 0.5s linear;
    }
    .navigationLinksContainerForMobile.show {
        display: block;
        position: absolute;
        top: 2.5rem;
        right: 0;
        width: 100vw;
        padding: 3rem 1rem 2rem 1rem;
        background: #ffc700;
        height: calc(100vh - 3rem);
        overflow-y: auto;
        animation: navigationLinksShow 0.5s linear;
    }
    .navigationLinksContainerForMobile .navbar-nav.customForMobile .nav-item.Customdropdown .nav-link.Customdropdown-toggle::after {
        content: '+';
        display: flex;
        position: absolute;
        font-weight: 600;
        border: 0;
        top: -1px;
        right: 0;
        width: 1.5rem;
        height: 1.5rem;
        border-radius: 50%;
        background: #deae00;
        text-align: center;
        align-items: center;
        left: unset;
        justify-content: center;
        line-height: 0.4;
    }
    .navigationFirstHalf li a .GroupIcon,
    .navigationFirstHalf li a .AccessibilityIcon,
    .navigationFirstHalf li a .screenReaderLeftIcon,
    .navigationFirstHalf li a .PrintIcon {
        display: none;
    }
    .navigationLinksContainerForMobile .navbar-nav.customForMobile .nav-item.active .nav-link::before,
    .navigationLinksContainerForMobile .navbar-nav.customForMobile .nav-item.Customdropdown.active .nav-link::before {
        content: '';
        display: block;
        position: absolute;
        background-color: #0d1a8c;
        height: 1.5rem;
        width: 0.20rem;
        top: 0px;
        left: 0;
        border-radius: 1px 5px 5px 1px;
    }
    .nav-item.Customdropdown .dropdown-menu {
        display: none !important;
        opacity: 0;
        transition: opacity 0.3s ease;
    }
    .nav-item.Customdropdown .dropdown-menu.clicked {
        display: block !important;
        transform: unset;
        opacity: 1;
        border-top: 3px solid #191b66;
        margin-top: 0.5rem;
	background: #ddad00;
    }
    .navigationLinksContainerForMobile.hide {
        animation: navigationLinksHide 0.5s linear;
    }
    .navbar-nav .nav-item:hover .dropdown-menu {
        transform: unset;
	background: #ddad00;
    }
    .navbar-nav .nav-item.dropdown .nav-link {
        position: relative;
    }
    .navbar-expand-lg .navbar-nav .dropdown-menu {
        border-top: 3px solid #191b66;
    }
    .navigationFirstHalf {
        gap: 1rem;
    }

    header .bprlNavigationBarContainer {
        padding: 0.5rem 0;
    }
    .bprlLogoImg img {
        width: 4rem;
        top: -1.45rem;
    }
    .navigationFirstHalf li a span {
        display: none;
    }
    .navigationFirstHalf {
        padding-left: 0px;
    }
    .navbar-nav .nav-item .nav-link {
        padding: 0 1rem;
        margin: 0;
    }
    .navbar-expand-lg .navbar-nav {
        gap: 0.5rem;
    }
    .mobileNavBarBreak {
        margin: 0;
        color: #fff;
        display: block;
    }
    .SearchBarMainContainer .closeBtnSearch {
        top: 25px;
        right: 25px;
    }
    .navbar-nav .nav-item .nav-link.dropdown-toggle::after {
        content: '+';
        display: block;
        position: absolute;
        border: 0;
        top: -1px;
        right: 0;
    }
    .navbar-nav .nav-item:hover .nav-link.dropdown-toggle::after {
        right: 0;
    }
    .BPRLLinksMainContainer {
        right: -1rem;
        left: unset;
    }
    
}
@media only screen and (max-width: 600px) {
    .navigationFirstHalf {
        gap: 0.5rem;
    }
    header .bprlNavigationBarContainer {
        padding: 0.5rem 0;
    }
    .bprlLogoImg img {
        width: 3.5rem;
        top: -1.2rem;
    }
    .navigationFirstHalf li a span {
        display: none;
    }
    .navigationFirstHalf {
        padding-left: 0px;
    }
    .navbar-nav .nav-item .nav-link {
        padding: 0 1rem;
    }
    .navbar-expand-lg .navbar-nav {
        gap: 0.5rem;
    }
    .mobileNavBarBreak {
        margin: 0;
        color: #fff;
        display: block;
    }
    .SearchBarMainContainer .closeBtnSearch {
        top: 25px;
        right: 25px;
    }
    .navbar-nav .nav-item .nav-link.dropdown-toggle::after {
        content: '+';
        display: block;
        position: absolute;
        border: 0;
        top: 0;
        right: 0;
    }
    .navbar-nav .nav-item:hover .nav-link.dropdown-toggle::after {
        right: 0;
    }
}