.cbp-hrmenu-wrapper {
  position: inherit;
}
.cbp-hrmenu {
	width: 100%;
  position: inherit;
}

/* general ul style */
.cbp-hrmenu ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

.cbp-hrmenu > ul {
	margin: 0 auto;
	padding: 0;
}

.cbp-wrap {
  width: 100%;
}

.cbp-hrmenu .cbp-wrap .cbp-hrsub-name {
    /* padding: .25rem 1em 0 2em;
    margin-left: 1.7rem;*/
    min-width: 12rem;
    margin-right: 1rem !important;
    margin-left: calc(1* 1.4rem);
}
/* first level ul style */
.cbp-hrmenu .cbp-wrap .cbp-hrsub-inner {
  display: flex;
  margin: 0 auto;
  max-width: 1440px;
  width: 100%;
  padding: 0 2rem;
}

@media screen and (min-width: 1441px) {
  .cbp-hrmenu .cbp-wrap .cbp-hrsub-inner {
    padding-left: 1rem;
  }
}

.cbp-hrmenu > ul > li {
	display: inline-block;
}

.cbp-hrmenu>ul.new-main-menu>li:nth-of-type(2),
.cbp-hrmenu > ul.new-main-menu > li:first-child {
  display: none;
}

.cbp-hrmenu ul li a {
  color: #202A44;
}
.cbp-hrmenu > ul > li > a {
	font-weight: 700;
	padding: 2.2em 1.5em;
	display: inline-block;
}

.cbp-hrmenu > ul.advisor-support-menu > li > a {
  padding: 2.2em .75em
}

.cbp-hrsub-name-mb {
  display: none;
}

.cbp-hrmenu ul.cbp-hrsub-inner li:hover > a,
.cbp-hrmenu ul.cbp-hrsub-inner li a:hover {
	color: #384A78;
  background-color: #fff;
}
/*
.cbp-hrmenu > ul > li:hover a {
	color: #202A44;
}*/

/* sub-menu */
.cbp-hrmenu .cbp-hrsub {
	display: none;
	position: absolute;
	background: #D2D4D6;
	width: 100%;
	left: 0;
  padding-bottom: 2em;
  padding-top: 2em;
}

@media screen and (min-width: 52.75em) {
  .cbp-hrmenu > ul > li:hover > a,
  .cbp-hrmenu > ul > li a:hover {
    color: #384A78;
    background-color: #D2D4D6;
  }

  .cbp-hrmenu > ul > li:hover .cbp-hrsub {
    display: block;
  }
}


.cbp-hrmenu .cbp-hrsub .cbp-hrsub-inner > li {
  font-size: .875rem;
  /*flex: 1;*/
}

.cbp-hrmenu .cbp-hrsub.nb-2 .cbp-hrsub-inner > li {
  margin-right: 6rem;
}
.cbp-hrmenu .cbp-hrsub.nb-4 .cbp-hrsub-inner > li {
  margin-right: 4rem;
}
.cbp-hrmenu .cbp-hrsub.nb-6 .cbp-hrsub-inner > li {
  margin-right: 1rem;
}

.cbp-hrmenu .cbp-hrsub.nb-8 .cbp-hrsub-inner > li {
  margin-right: .75rem;
}

@media screen and (min-width: 52.76em) and (max-width: 1440px) {
  .cbp-hrmenu .cbp-hrsub.nb-8 h4 {
    font-size: 1.4rem;
  }
  .cbp-hrmenu .cbp-hrsub.nb-8 h5 {
    font-size: .875rem;
  }
}

.cbp-hrmenu .cbp-hrsub-inner:before,
.cbp-hrmenu .cbp-hrsub-inner:after {
	content: " ";
	display: table;
}

.cbp-hrmenu .cbp-hrsub-inner:after {
	clear: both;
}

.cbp-hrmenu .cbp-hrsub-inner > li a {
	line-height: 1.25em;
  padding: .5rem;
  width: 100%;
  display: inline-flex;
  margin-bottom: .25rem;
}

.cbp-hrsub h4, .cbp-hrsub h5 {
	color: #202A44;
  font-family: Arial,Helvetica,sans-serif;
	padding: 0;
	margin: 0;
	font-size: 1.6rem;
	font-weight: 600;
}

.cbp-hrsub h5 {
	font-size: 1rem;
}

.cbp-hrsub h4 {
  padding: 0 .5rem 0 0;
}

/* Examples for media queries */

@media screen and (max-width: 52.75em) {

	.cbp-hrmenu {
		font-size: 80%;
    background-color: #fff;
    padding-bottom: 2em;
    border: none;
	}

  .cbp-hrmenu .cbp-hrsub {
    padding: 0;
  }

  /*.cbp-hrmenu .cbp-wrap {
    display: flex;
    flex-direction: column;
  }
*/
  .cbp-hrmenu-wrapper,
	.cbp-hrmenu .cbp-wrap .cbp-hrsub-name {
		display: none;
	}

  .cbp-hrmenu .cbp-wrap .cbp-hrsub-name-mb {
     display: flex;
     border-top: 2px solid #e2dddd;
     z-index: 10;
     flex-direction: column;
     margin-bottom: .625rem;
  }

  .cbp-hrmenu .cbp-wrap .cbp-hrsub-name-mb h4 {
    padding: 1.5rem .75rem .5rem;
    font-size: 1.25rem;
  }

  .cbp-hrmenu ul.new-main-menu > li:first-child {
    background: #2c5697;
    display: block;
  }

  .cbp-hrmenu>ul.new-main-menu>li:nth-of-type(2){
    display: block;
  }

  .cbp-hrmenu > ul > li > a,
  .cbp-hrmenu .cbp-hrsub-name-mb a {
		display: flex;
		align-items: center;
		justify-content: space-between;
		width: 100%;
		padding: 1em;
    font-weight: normal;
	}

  .cbp-hrmenu .cbp-hrsub-name-mb a {
    background-color: #fff;
  }

	.cbp-hrmenu > ul > li > a:after {
		content: ' ';
		display: inline-block;
		border-bottom: 2px solid #202A44;
		border-right: 2px solid #202A44;
		height: 10px;
		width: 10px;
		transform: rotate(-45deg);
    right: 1rem;
    position: absolute;
	}

.cbp-hrmenu .cbp-hrsub-name-mb a:before,
.cbp-hrmenu .cbp-hrsub-name-mb a:after {
  position: absolute;
    right: 1.25rem;
    content: ' ';
    height: 25px;
    width: 2px;
    background-color: #202A44;
}
.cbp-hrmenu .cbp-hrsub-name-mb a:before {
  transform: rotate(45deg);
}
.cbp-hrmenu .cbp-hrsub-name-mb a:after {
  transform: rotate(-45deg);
}

  .cbp-hrmenu .new-main-menu > li:first-child > a {
    color: #ffff;
    border-top: 2px solid #e2dddd;
  }

  .cbp-hrmenu .new-main-menu > li:first-child > a:after {
    border-bottom: 2px solid #fff;
		border-right: 2px solid #fff;
  }

  .cbp-hrmenu > ul > li.cbp-hropen {
    min-height: 30vh;
  }
  .cbp-hrmenu > ul > li.cbp-hropen > a:after {
    transform: rotate(45deg);
  }

  .cbp-hrmenu > ul > li.cbp-hropen .cbp-hrsub {
    display: block;
    z-index: 10;
  }

  .cbp-hrmenu .cbp-hrsub {
		height: 100%;
    top: 0;
	}

  .cbp-hrmenu > ul > li:hover .cbp-hrsub {
	  padding: 0;
  }

  .cbp-hrsub h5 {
    padding: 0;
  }

  .utility-menu-mobile ul {
    background: #009b74;
    padding: .5em 0 3em !important;
  }
  .utility-menu-mobile ul li {
    border-bottom: none !important;
  }
  .utility-menu-mobile ul li:first-child {
    border-top: none !important;
  }
  .utility-menu-mobile ul li a {
    /* color: #fff !important; */
    color: #001e41 !important;
    padding: 0.625rem 1rem !important;
  }
  .utility-menu-mobile ul li a:hover {
    background: #027256 !important;
    text-decoration: underline;
  }

}

@media screen and (max-width: 43em) {

	.cbp-hrmenu {
		font-size: 120%;
	}

	.cbp-hrmenu > ul,
	.cbp-hrmenu .cbp-hrsub-inner {
		width: 100%;
		padding: 0;
	}

	.cbp-hrmenu .cbp-hrsub-inner {
		padding: 0!important;
		font-size: 75%;
		display: flex;
		flex-wrap: wrap;
		/*justify-content: space-between;*/
	}
	.cbp-hrmenu > ul > li {
		display: block;
	}

	.cbp-hrmenu > ul > li > a:after{
		content: ' ';
		display: inline-block;
		border-bottom: 2px solid #202A44;
		border-right: 2px solid #202A44;
		height: 10px;
		width: 10px;
		transform: rotate(-45deg);
	}

  .cbp-hrmenu .cbp-hrsub ul {
    background: #D2D4D6 ;
  }

	.cbp-hrmenu .cbp-hrsub-inner > li {
		margin: .5rem 0.25rem  !important;
	}
	.cbp-hrsub h4 {
    padding-top: 0.6em;
	}

	.cbp-hrmenu .cbp-hrsub-inner > li {
		width: 47%;
		padding: 0;
    flex: unset;
	}

  .cbp-hrmenu .cbp-hrsub-inner > li:last-child {
    margin-bottom: 1rem;
  }

  .cbp-hrmenu .cbp-hrsub-inner > li a {
		padding: .5rem 0 0 .5rem;
  }
}
