.subnav-2-link-item:last-child .subnav-description {
    margin-bottom: 0;
}
.menu-icon {
  width: 30px;
  height: 20px;
  position: relative;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  align-items: center;
  transition: transform 0.3s ease;
}
.menu-icon span {
  display: block;
  width: 100%;
  height: 3px;
  background-color: #112E52; /* Icon color */
  border-radius: 2px;
  transition: all 0.3s ease;
}



.menu-icon.open span:nth-child(1) {
  transform: translateY(8px) rotate(45deg);
}

.menu-icon.open span:nth-child(2) {
  opacity: 0;
}

.menu-icon.open span:nth-child(3) {
  transform: translateY(-8px) rotate(-45deg);
}


.resourcesDropdown .subnav-item-wrapper:nth-of-type(1),
.aboutDropdown .subnav-item-wrapper:nth-of-type(1) {
  border-radius: 20px 20px 0 0;
}


.subnav-item-wrapper .subnav-item-link {
	color: var(--Navy, #112E52);
font-feature-settings: 'liga' off, 'clig' off;
font-family: "Work Sans";
font-size: 18px;
font-style: normal;
font-weight: 400;
line-height: normal;
}



.subnav-top-item .svg-wrapper {
	top: -44px;
    left: 20px;
position: absolute;
    transform: translateX(-50%);
}


.topTierMenu > li {
	color: var(--Navy, #112E52);
text-align: center;
font-feature-settings: 'liga' off, 'clig' off;
font-family: "Work Sans";
font-size: 16px;
font-style: normal;
font-weight: 500;
line-height: normal;
}

.topTierMenu li:after {
	 content: "";
	z-index:999999;
  display: block;
  position: absolute;
  top: 100%; 
  left: 0;
  width: 100%;
  height: 60px; 
}

.subnav-2-link-item:hover {
color:#1A2D44;

}

.megaMenuItem {
	position:relative;
	min-width:388px;
}

.mobileDropdownMenus .subnav-top-item {
	border-radius:0;
	    padding: 30px 30px 30px 50px;
}

.subnav-top-item {
	position:relative;
	    border-radius: 20px 20px 0px 0px;
    background: var(--Fire, #CB4C1F);
    padding: 30px;
}

.subnav-top-item   .subnav-top-link-group {
	display:flex;
		justify-content:flex-end;
	padding-right:35px;
}

.subnav-top-logo-and-title {
	display:flex;
	gap:10px;
}

.subnav-top-item-title {
	margin:0;
	color: var(--White, #FFF);
font-feature-settings: 'liga' off, 'clig' off;
font-family: "Work Sans";
font-size: 24px;
font-style: normal;
font-weight: 700;
line-height: normal;
	text-align:left;
}

 .subnav-top-item-description {
	 padding-top:10px;
	 text-align:left;
color: var(--White, #FFF);
font-feature-settings: 'liga' off, 'clig' off;
font-family: "Work Sans";
font-size: 16px;
font-style: normal;
font-weight: 400;
line-height: normal;
}

.subnav-top-link-group a {
	position:relative;
	color: #F0F3F5;
text-align: center;
font-feature-settings: 'liga' off, 'clig' off;
font-family: "Work Sans";
font-size: 18px;
font-style: normal;
font-weight: 700;
line-height: 25px; /* 138.889% */
letter-spacing: -0.24px;
}
.topTierMenu .top-link-text, .subnav-top-link-group a:hover {
	color: #F0F3F5;
}

.subnav-top-link-group .top-link-text {
margin:0;
color: var(--Smoke, #F0F3F5);
text-align: center;
font-feature-settings: 'liga' off, 'clig' off;
font-family: "Work Sans";
font-size: 18px;
font-style: normal;
font-weight: 700;
line-height: 25px; /* 138.889% */
letter-spacing: -0.24px;
}
.subnav-top-link-group .top-link-text:hover {
	text-decoration:underline!important;
}


.top-link-text:hover::after {
	margin-left:15px;
}

.top-link-text:after {
	position:absolute;
content: '';
 background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='27' height='17' viewBox='0 0 27 17' fill='none'%3E%3Cpath d='M0 8.5H24M24 8.5L16.7647 1.5M24 8.5L16.7647 15.5' stroke='%23F0F3F5' stroke-width='3'/%3E%3C/svg%3E");
	height: 14px;
    width: 24px;
	margin-top:5px;
    display: inline-block;
	transition:0.3s;
    background-size: 100%;
	margin-left:12px;
}




/* Add arrow to subnav elements with subnav children */
.columnLinksContainer:has(.subnav) {
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='8' height='13' viewBox='0 0 8 13' fill='none'%3E%3Cpath d='M1 11.5L6 6.5L1 1.5' stroke='%23112E52' stroke-width='2' stroke-linecap='round'/%3E%3C/svg%3E");
	background-repeat:no-repeat;
	background-position:92%;
}

/* Blue arrow when the subnav item does not have a subnav child */
.subnav-item-wrapper:not(:has(.subnav)) {
background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='8' height='13' viewBox='0 0 8 13' fill='none'%3E%3Cpath d='M1 11.5L6 6.5L1 1.5' stroke='%23112E52' stroke-width='2' stroke-linecap='round'/%3E%3C/svg%3E");
	background-repeat:no-repeat;
	background-position:92%;
	transition: 0.3s background-position ease;
}

.subnav-item-wrapper:not(:has(.subnav)):hover {
	background-position:95%;
}


/* Remove the background arrow if it's the active hover nav item*/
.columnLinksContainer.hover:has(.subnav) {
	background-image: none;
}

/* Third nav arrow links */
.subnav .subnav-title:after {
    content: '';
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='8' height='13' viewBox='0 0 8 13' fill='none'%3E%3Cpath d='M1 11.5L6 6.5L1 1.5' stroke='%23CB4C1F' stroke-width='2' stroke-linecap='round'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: 92%;
    width: 15px;
    height: 15px;
	top:5px;
	transition: 0.3s margin-left ease;
    display: inline-block;
}

.subnav .subnav-title:hover::after{
	margin-left:10px;
}
	

.megaMenuItem .columnLinksContainer:first-of-type { 
background-color: #F0F3F5;	
}
.megaMenuItem div.columnLinksContainer:last-child:hover {
	background-color:#F0F3F5;
	border-radius:0 0 0 20px;
}

.megaMenuItem .columnLinksContainer:hover .subnav-top-item {
	border-radius:20px 0 0 0;
}

.megaMenuItem:hover .columnLinksContainer:last-child {
    border-radius: 0 0 0 20px !important;
}


/* Hide all link-caption-and-text-group and subnav-item-icon elements initially */
.link-caption-and-text-group,
.subnav-item-icon {
    display: none;
}

/* Show link-caption-and-text-group and subnav-item-icon when any nav item is hovered */
.columnLinksContainer.hover .link-caption-and-text-group,
.columnLinksContainer.hover .subnav-item-icon {
    display: block;
}

.linkText {
	color: var(--Smoke, #F0F3F5);
font-feature-settings: 'liga' off, 'clig' off;
font-family: "Work Sans";
font-size: 18px;
font-style: normal;
font-weight: 700;
line-height: 25px; /* 138.889% */
letter-spacing: -0.24px;
}

.linkText svg {
	margin-left:12px;
}


.subnav-icon-and-title {
	display:flex;
	gap:10px;
}
.subnav {
	border-radius: 0px 20px 20px 20px;
background: var(--Smoke, #F0F3F5);
		visibility: hidden;
	max-width: 515px;
    position: absolute;
    top: 0; 
width: 518px;
    padding: 30px;
	text-align:left;
    left: 100%;
    z-index: 10;
    display: flex;

    flex-direction: column;
    align-items: flex-start;
    overflow: visible; 

}

.subnav-title {
position:relative;
	margin-bottom:5px;
    display: inline-block;
    font-weight: bold;
    text-decoration: none;
	color: var(--Ash, #1A2D44);
font-feature-settings: 'liga' off, 'clig' off;
font-family: "Work Sans";
font-size: 18px;
font-style: normal;
font-weight: 600;
line-height: normal;

}

.subnav-description {
	color: var(--Grey, #807B7A);
font-feature-settings: 'liga' off, 'clig' off;
font-family: "Work Sans";
font-size: 16px;
font-style: normal;
font-weight: 400;
line-height: normal;
}
.megaMenuItem .columnLinksContainer {
	padding:30px;
    overflow: visible;
	 background-color: #fff;
	  border-bottom:1px solid #c8c8c8;
}
.megaMenuItem .columnLinksContainer.hover {
  background-color: #CB4C1F;
  color: white;
}



.megaMenuItem .columnLinksContainer:hover .subnav, .subnav-item-wrapper:hover .subnav {
	visibility:visible;
 height: auto;
}

.bodyContainer{
  float: none!important; 
  max-width: 1140px!important; 
  margin: 0px auto!important; 
}
hr{
  margin:0px !important;
}
.globalHeaderWrapper{
	    padding: 35px 0px 20px 0px;
  display: flex; 
  flex-direction: row; 
  flex-wrap: wrap; 
  justify-content: space-between; 
  align-content: center;   
}

.globalHeaderLogoArea{
  flex-basis: 20%;
}
      
.globalHeaderMenuArea{
  flex-basis: 75%;
  position: relative;   
	justify-content:flex-end;
	display:flex;
	align-items:center;
}

.globalLogoIMG{
  display: block; 
  max-width: 100%; 
}

.topTierMenu{
	align-items:center;
		display: flex;
	margin:0;
    gap: 50px;
  padding-left: 0px; 
  list-style-type: none; 
  text-align: right; 
}
.megaMenuWrapper .topTierMenu > li a {
	font-weight:400;
}
.topTierMenu > li {
border-bottom:1px solid #fff;
}

.topTierMenu > li, .topTierMenu > li a{
  display: inline-block; 
	padding:0;
  color: #112E52; 
  position: relative; 
  cursor: pointer;   
}

.topTierMenu li a:hover {
	text-decoration:none;
}

.topTierMenu > li:hover{
 border-bottom: 1px solid var(--Fire, #CB4C1F);
}

.topTierMenu .contactUsItem:hover {
border-bottom:1px solid #fff;
}

.megaMenuContainer{
	border-radius:20px;
	    min-width: 328px;
  display: block;
    background: #fff;
  position: absolute; 
  top: 75px; 
  left: 0; 
  width: 100%; 
  display: none; 
/*   box-shadow: 0 2px 10px 0 rgb(0 0 0 / 10%);    */
 box-shadow: 0px 8px 10px rgb(0 0 0 / 10%);, 
        -10px 8px 15px rgb(0 0 0 / 10%);, 10px 8px 15px rgb(0 0 0 / 10%);
  z-index:99;
}

@media screen and (max-width: 1280px){
  
  .megaMenuContainer{
/*     left: -400px;  */
  }
  
}

.microServices:hover .megaMenuContainer{
  display: block;   
}




.megaMenuItemTwo{
  flex-basis: 50%; 
  margin: 10px 1.65%; 
}

.linkTitle_Text {
	margin:0;
	color: var(--Navy, #112E52);
font-feature-settings: 'liga' off, 'clig' off;
font-family: "Work Sans";
font-size: 18px;
font-style: normal;
	text-align:left;
font-weight: 400;
line-height: normal;
}

.linkCaption{
 color: var(--White, #FFF);
font-feature-settings: 'liga' off, 'clig' off;
font-family: "Work Sans";
font-size: 16px;
font-style: normal;
font-weight: 400;
	text-align:left;
line-height: normal;
}

.megaMenu_columnHeadlines{
 color: var(--White, #FFF);
font-feature-settings: 'liga' off, 'clig' off;
font-family: "Work Sans";
font-size: 24px;
font-style: normal;
font-weight: 700;
line-height: normal;
}

.headlineDivider{
  height: 0px; 
  background-color: rgb(200,200,200);   
}

.linkDivider{
  height: 1px; 
  background-color: rgb(200,200,200);   
  margin:0px auto;
}

.megaMenuWrapperLink{
  text-decoration: none!important;      
}

.secondColumnLink_Wrapper{
/*   display: flex;  */
  flex-direction: row; 
  flex-wrap: wrap; 
  justify-content: space-between; 
  align-items:center;
}

.secondColumnLinkGroupItem{
  flex-basis: 47%;   
}

.columnLinksContainer{
  padding: 5px 0px;   
}



.columnLinksContainer:hover .linkDivider{
  background-color: rgb(245,245,245);      
}



.resourcesLink .svg-wrapper, .resourcesLink .svg-wrapper, .aboutLink .svg-wrapper  {
	    top: -17px;
    left: 20px;
	position:absolute;
}


.resourcesDropdown, .aboutDropdown{
border-radius:20px;
    padding: 0px;
	padding-left:0;
    overflow: visible;
    background-color: #fff;
  list-style-type: none; 
  position: absolute; 
  top: 75px; 
  left: 0px;
  display: none; 
  width: 388px; 
  text-align: left;  
 box-shadow: 0px 8px 10px rgb(0 0 0 / 10%);, 
        -10px 8px 15px rgb(0 0 0 / 10%);, 10px 8px 15px rgb(0 0 0 / 10%);
  z-index:99;
	    border-bottom: 1px solid #c8c8c8;
}

.megaMenuItem div.columnLinksContainer:last-child .subnav.our-platform {
top:unset;
bottom:0;
	border-radius: 0px 20px 20px 0px;
}

.subnav-item-wrapper:has(.subnav){
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='8' height='12' viewBox='0 0 8 12' fill='none'%3E%3Cpath d='M1 11L6 6L1 1' stroke='%23CB4C1F' stroke-width='2' stroke-linecap='round'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: 92%;
}



 .resourcesDropdown .subnav-item-wrapper , .aboutDropdown .subnav-item-wrapper {
  text-align: left; 
  display: block; 
  padding:30px;
	border-bottom: 1px solid #c8c8c8;
}

 .mobileDropdownMenus .subnav-item-wrapper {
	   text-align: left; 
  display: block; 
  padding: 30px 30px 30px 40px;
}

.mobileDropdownMenus .subnav-2-link-item {
	padding:0 20px;
}

.mobileDropdownMenus .subnav {
	position:unset;
    border-radius: 0px 20px 20px 20px;
    background: var(--Smoke, #F0F3F5);
    display:none;
    max-width: 100%;
	visibility:visible;
    width: 100%;
    padding: 30px 0px 0px 0px;
    text-align: left;
}

.subnav.reveal {
display:block;!important;
}

 .resourcesDropdown li:hover, .aboutDropdown li:hover {
	background-color:#F0F3F5;
}

 .resourcesDropdown li:last-child, .aboutDropdown li:last-child{
	border-bottom:0px;
	border-radius:20px;
	
}

 
.resourcesDropdown li:last-child:hover, 
.aboutDropdown li:last-child:hover {
    border-radius: 0 0 20px 20px;
}

 

.resourcesDropdown li a, .aboutDropdown li a{
  text-align: left;
  font-size: 15px;
  color: black; 
}
 .resourcesDropdown li a:hover, .aboutDropdown li a:hover{
 text-decoration:none; 
}

.resourcesLink:hover .resourcesDropdown{
  display: block;   
}

.aboutLink:hover .aboutDropdown{
  display: block;   
}

.contactUsItem{ 
  background-color: #cb4c1f; 
  color: white!important; 
  text-align: center; 
}

.mobileDropdownMenus .subnav-item-link {
	position:relative;
	font-weight:400;
color: var(--Ash, #1A2D44);
font-feature-settings: 'liga' off, 'clig' off;
font-family: "Work Sans";
font-size: 18px;
font-style: normal;
line-height: normal;
}



.mobileTopTierMenu .subnav-item-wrapper:has(.subnav) {
	background:none;
	padding: 30px 30px 30px 40px;
	position:relative;
}
.topTierMenu .ContactUsLink, .contactUsMobile_link{
  color: white; 
	display: flex;
    padding: 16px 32px;
    justify-content: center;
    align-items: center;
    gap: 10px;
	background-color:#CB4C1F;
}

.topTierMenu .ContactUsLink:hover{
 background:#ED7125;
}


.show-on-mobile{
  display: none;   
}

@media screen and (max-width: 1200px){
 
  .hide-on-tablet{
    display: none;   
  }  
  
  .show-on-mobile{
    display: block;   
  }
  
}


.mobileHeader_wrapper{
  display: flex; 
  flex-direction: row; 
  flex-wrap: wrap; 
  justify-content: space-between; 
  align-content: center;
  padding: 10px 15px; 
}

.mobileLogoArea{
  flex-basis: 47%;   
  align-self: center;       
}

.mobileMenuBarsArea{
  flex-basis: 47%; 
  text-align: right; 
}

.globalMobileLogoIMG{
  display: block;  
}

.mobileMenuExpanded{
  display: none;   
  background-color: #fff;    
}

.mobileTopTierMenu{
  padding-left: 0px; 
  list-style-type: none; 
}

.mobileDropdownMenus{
  display: none;   
}

.expandMenu{
  display: block;
	padding:0;
  list-style:none;
}

.SEARCH.fas.fa-search{
  color: rgb(60,60,60);     
}

.HideSearch{
  display: none;   
}

.globalSearch{
  position: absolute; 
  top: 0px; 
  right: 0px;    
  width: 100%; 
  background-color: white; 
}

#globalSearchInput{ 
  border: none; 
  border-bottom: solid 1px #7f7b79;   
}

.globalSearchWrapper{
  display: flex; 
  flex-direction: row; 
  flex-wrap: wrap; 
  justify-content: flex-end; 
  align-items: center;   
}

.globalSearchContent{
  flex-basis: auto;
  margin-right: 20px; 
}

.globalSearchFormArea{
  flex-basis: 430px;   
}

.searchLabel{ 
  color: #132c51; 
  font-size: 25px; 
  padding-top: 10px; 
  margin-bottom: 0px; 
}

.searchClose.fas.fa-times{
  position: absolute; 
  top: 0px; 
  right: 0px; 
  font-size: 20px; 
  color: black;   
}

.mobileMenuBarsContainer{  
  padding: 25px; 
  display:inline-block;    
}

.fas.fa-bars{
  padding-top: 6px; 
  font-size: 20px;  
  color: #112E52; 
}

.topMobileElements{
color: var(--Navy, #112E52);
font-feature-settings: 'liga' off, 'clig' off;
font-family: "Work Sans";
font-size: 18px;
font-style: normal;
font-weight: 400;
line-height: normal;
  position: relative; 
    border-bottom: 1px solid #c8c8c8;
}

.topMobileElements-title {
	padding:30px;

	margin:0;
}

.topMobileElements-title a {
		color:#112E52;
}

.topMobileElements:nth-last-of-type(2) {
  border-bottom: 0px;
}


.topMobileElements:after {
  width: 12px;
  position: absolute;
	background-size:12px;
  left: auto;
  right: 5%;
  top: 40%;
  content: '';
  height: 12px;
  display: inline-block;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='15' viewBox='0 0 14 15' fill='none'%3E%3Cpath d='M7 1.5V7.5M7 13.5V7.5M7 7.5H13M7 7.5H1' stroke='%23112E52' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
}

 .mobileDropdownMenus .menu-toggle:after {
	    background-size: 12px;
	 position:absolute;
	 right:5%;
    width: 12px;
    height: 12px;
    display: inline-block;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='15' viewBox='0 0 14 15' fill='none'%3E%3Cpath d='M7 1.5V7.5M7 13.5V7.5M7 7.5H13M7 7.5H1' stroke='%23112E52' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    margin-left: 10px; 
    content: '';
    vertical-align: middle; 
	 top:42%;
}
.mobileDropdownMenus .menu-toggle.active:after {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='3' viewBox='0 0 14 3' fill='none'%3E%3Cpath d='M13 1.5H7H1' stroke='%23112E52' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
    margin-left: 10px; 
margin-top:7px;
	top:4.5%;

}


.mobileDropdownMenus .subnav .menu-toggle {
	display:none;
}
.topMobileElements.expandMenuActive:after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='3' viewBox='0 0 14 3' fill='none'%3E%3Cpath d='M13 1.5H7H1' stroke='%23112E52' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  content: '';
  width: 12px;
	top:40px;
  height: 12px;
}

.topMobileElements.expandMenuActive {
	background:#F0F3F5;
}

.contactUsMobile{
	display:flex;
	justify-content:center;
	padding:0px 30px;
  color: white; 
  font-size: 24px; 
  margin-top: 10px; 
  margin-bottom: 10px; 
  position: relative; 
}


.contactUsMobile_link{
  color: white; 
	max-width:270px;
	width:100%;
  font-size: 24px; 
}
.mobileDropdownMenus .subnav-title {
margin:0;
}
.mobileDropdownMenus .subnav .subnav-title:after {
    content: '';
background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='8' height='13' viewBox='0 0 8 13' fill='none'%3E%3Cpath d='M1 11.5L6 6.5L1 1.5' stroke='%23CB4C1F' stroke-width='2' stroke-linecap='round'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: 92%;
    width: 15px;
	margin-left:10px;
    height: 15px;
    display: inline-block;
}
.subnav-title:hover {
text-decoration:underline;
}

.subnav-2-link-item:hover .subnav-title:after {
    margin-left: 15px;
}




.megaMenuItem div.columnLinksContainer:last-child{
  border-bottom:0px;
	border-radius: 20px 0 20px 20px;
}
.megaMenuItemTwo div.columnLinksContainer:last-child{
  border-bottom:0px;
}