/* new menu style here */
.navigation_navigation-container__F9O1t {
    position: sticky;
    top: 0;
    background-color: #fff;
    z-index: 100;
}
.TopAppBar_super-wide-bar__nxWC0 {
    display: flex;
    width: 100%;
    justify-content: center;
}
.TopAppBar_app-bar__RPTaK {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-block: 8px;
    margin: auto;
    max-width: 1440px;
    width: 100%;
    padding-inline: 48px;
    margin-bottom: 1rem;
}
.TopAppBar_app-bar__RPTaK .TopAppBar_logo-container__qJ3Ax {
    display: flex;
    align-items: center;
}
.TopAppBar_app-bar__RPTaK .TopAppBar_logo-container__qJ3Ax .TopAppBar_logo___JxLz {
    width: 40px;
    height: 40px;
}
.TopAppBar_app-bar__RPTaK .TopAppBar_logo-container__qJ3Ax .TopAppBar_titles__QbVpv {
    margin: 0 8px;
}
.TopAppBar_app-bar__RPTaK .TopAppBar_actions__dwqkj {
    display: flex;
    align-items: center;
}
.TopAppBar_app-bar__RPTaK .TopAppBar_actions__dwqkj .TopAppBar_login-btn__jT3_2 {
    text-transform: none;
    font-style: normal;
}
.lmnt.mdc-button.lmnt-button--text-primary {
    --mdc-theme-primary: #de0043;
}
.lmnt.mdc-button.lmnt-button--medium{
    padding: 10px 16px;
}
.navigation_desktop {
    display: flex;
    width: 100%;
    background-color: #10384f;
    justify-content: center;
}
.navigation_desktop_navigation-container__aynMX {
    margin: auto;
    max-width: 1440px;
    width: 100%;
    padding-inline: 48px;
    position: relative;
}
.navigation_desktop_navigation__kM0d7 {
    height: 56px;
    padding-top: 0;
    padding-bottom: 0;
    color: #fff;
    display: flex;
    align-items: center;
}
.navbar-brand img{
    width: 40px;
    height: auto;
}
.nav__primary {
  position: relative;
  display: inline-block;
  width: 100%;
  background-color: #10384f;
  font-size: 16px;
}
ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
/* a {
  text-decoration: none;
  color: #000;
} */
#menuElem {
  display: flex;
}
#menuElem > li > a {
  display: inline-flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  height: 50px;
  padding: 0 1em;
  color: #ffffff;
}
#menuElem > li:hover {
  background-color: hsla(0,0%,100%,.08);
}
li.has-children.active {
    background: hsla(0,0%,100%,.24)!important;
    border-bottom: 4px solid #00bcff;
    height: 50px;
}
li.has-children{
    cursor: pointer;
}
#menuElem > li:hover a{
    text-decoration: none;
}
#menuElem > li.active > .pane {
  display: grid;
grid-template-areas: 'first second second';
grid-auto-columns: 1fr;
}
#menuElem > li.has-children > a::after {
  content: "";
  margin-left: 1rem;
  width: 0; 
  height: 0; 
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 6px solid #ffffff;
  border-bottom: 0;
}
#menuElem > li.has-children.active > a::after {
  content: "";
  margin-left: 1em;
  width: 0; 
  height: 0; 
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 6px solid #ffffff;
  border-top: 0;
}
.pane {
  display: none;
  position: absolute;
  left: 0;
  top: 50px;
  width: 100%;
  /* padding: 1em; */
  box-sizing: border-box;
  background-color: #10384f;
  height: 564px;
}

.pane a {
    display: inline-block;
    padding: 0.5rem;
    width: 35%;
    color: #10384f;
    font-size: 16px;
}
.pane a:hover{
    background-color: #f5f5f5;
}
.pane img {
  margin-right: 1em;
}
.pane li p {
  margin-top: 1em;
}
.pane-section {
  /* display: flex;
  flex-direction: column; */
  grid-area: second;
    padding: 2rem;
    background-color: #ffffff;
}
.pane-section .material-icons{
    display: none;
}

.nav-tile {
  grid-area: first;
    background-color: #f5f5f5;
    padding: 2rem;
}
.nav-tile:hover {
  background-color: #eee;
  cursor: pointer;
}
#menuElem li:nth-of-type(2) .pane .nav-tile a{
    width: 35%;
    line-height: normal;
    position: relative;
    color: #de0043;
    font-weight: bold;
    text-decoration: none;
}
#menuElem li:nth-of-type(2) .pane .nav-tile a i{
    line-height: normal;
    display: inline-block;
    position: absolute;
    top: 4px;
}

#menuElem li:nth-of-type(2) .pane .nav-tile a:hover{
    background-color: #f4ebee;
}
.navigation_mobile{
        display: none;
    }


@media (max-width: 600px){
    .navigation_mobile{
        display: none;
    }
    .navigation_mobile.displayMobile{
        display: block;
    }
    .Navigation_mobile_menu-icon{
        display: block;
        color: #fff;
        position: absolute;
        right: 15px;
        top: 10px;
        bottom: 0;
    }
    #menuElem li:nth-child(n+3){
        display: none;
    }
    #menuElem{
        margin-left: -30px;
    }
    #menuElem > li.has-children > a::after{
        display: none;
    }
    /* mobile nav styles */
    .navNew,
.nav__sub {
	margin-top: 0;
	margin-bottom: 0;
	padding: 15px;
	list-style-type: none;
}

.navNew {
	position: relative;
	width: 90%;
	background-color: #ffffff;
	/* overflow: hidden; */
    margin: 0 auto;
}

.nav__item + .nav__item {
	margin-top: 15px;
}

.nav__link {
	font-weight: 500;
	color: rgba(77, 77, 77, 0.9);
	text-decoration: none;
    font-size: 18px;
}

.nav__sub {
	position: absolute;
	top: 0;
	right: 0;
	width: 100%;
	height: 100%;
	background-color: #ffffff;
	opacity: 0;
	visibility: hidden;
	transition: all 0.35s ease-in-out;
	transform: translateX(100%);
}

.nav__sub.is-active {
		opacity: 1;
		visibility: visible;
		transform: translateX(0%);
	}


    .mobMenu{
        overflow: hidden;
    }
    .mobMenu .textAll{
        color: #006f9b;
    margin-left: 16px;
    margin-top: 24px;
    margin-bottom: 8px;
    display: inline-block;
    }
    .mobMenu .navigation_mobile{
        box-sizing: border-box;
    width: 100%;
    height: 100%;
    background-color: #fff;
    position: fixed;
    top: 70px;
    left: 0;
    }
    .mobMenu .navigation_desktop{
        display: none;
    }
    .mobMenu .nav_mobile_close-icon{
        color: #fff;
    right: -25px;
    position: relative;
    display: block;
    }
    .mobMenu .TopAppBar_actions__dwqkj .utility-wrapper{
        display: none !important;
    }
    .mobMenu .TopAppBar_titles__QbVpv .mdc-typography{
        color: #ffffff !important;
    }
    .mobMenu .navigation_navigation-container__F9O1t{
        position: relative;
    top: 0;
    z-index: 9999;
    }
    .mobMenu .navigation_navigation-container__F9O1t .TopAppBar_super-wide-bar__nxWC0{
        background-color: #10384f;
    }
    .mobMenu #onetrust-banner-sdk{
        display: none !important;
    }

    .material-icons{
        float: right !important;
    }
        li.nav__item {
        padding: 0.5rem 1rem;
    }
    .textAll{
        text-transform: uppercase;
    }
    .dnone{
        display: none !important;
    }
    .footer .privacy-links li{
        padding: 0.5rem 0 !important;
    display: block !important;
    float: none !important;
    }

    /* .mobToplink .textAll{
        display: none;
    }
    .mobToplink .TopAppBar_super-wide-bar__nxWC0{
        display: none;
    }
    .mobToplink .navigation_mobile{
        top: 0;
    } */
    #footerMain::before{
        clip-path: polygon(0 90%,100% 10%,100% 100%,0 100%);
    height: 75px;
    width: 100%;
    background: #443247;
    position: absolute;
    top: -65px;
    content: '';
    right: 0;
    }
    .footer .privacy-links li:after{
        width: 0 !important;
    }
    #page-footer #footermainsnippet .mdc-layout-grid__inner{
        padding: 0 !important;
    }
    #footermainsnippet{
        padding: 1rem !important;
    }
    #page-footer #footerMain.footer-bottom{
        padding: 1rem !important;
    }

    .mobMenuSec{
        display: none !important;
    }
   
}
#page-footer .footer .mdc-layout-grid{
    background: #624963 !important;
    padding: 0 !important;
}
#page-footer .footer .mdc-layout-grid__inner{
    max-width: 100% !important;
    grid-row-gap: 0 !important;
}
#footermainsnippet{
    padding: 4rem 4rem 2rem 4rem;
}
#footerMain{
    background-color: #443247;
    padding: 1.5rem 4rem !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
    margin-bottom: 0 !important;
    position: relative;
    margin-top: 75px;
}
#footerMain::before{
    clip-path: polygon(0 100%,100% 10%,100% 100%,0 100%);
    height: 75px;
    width: 100%;
    background: #443247;
    position: absolute;
    top: -75px;
    content: '';
}
@media (min-width: 601px) {
    .Navigation_mobile_menu-icon{
        display: none;
    }
}

.textAll, .nav_mobile_close-icon{
    display: none;
}
header{
    position: fixed;
top: 0px;
z-index: 9999;
width: 100%;
}
#mainContent.brnewmenu{
    /* position: relative; */
margin-top: 12vh;
/* padding-top: 0px; */
}

.navbar-brand2{
    display: none;
}
.mobMenu .navbar-brand2.navbar-brand{
    display: block;
}
.mobMenu .navbar-brand{
    display: none;
}