
  @media (min-width: 992px) {
	div#bamboo-menu-navbar .my-2.my-lg-0 {
        max-width: 219px;
    white-space: nowrap;
}
    .menutpl_margin {
        margin-right: 16px;
    }
		
		.sub-menu.submenu-top.p-lg-5 .col-lg-2.col-md-6.col-12{
		  flex: 0 0 20%;
      max-width: 20%;
		}
    .menutpl_text {
        padding: 4px 8px;
        font-family: 'Maven Pro';
        font-style: normal;
        font-weight: 500;
        font-size: 16px;
        line-height: 120%;
        text-align: center;
        color: #344054;
        flex: none;
        order: 0;
        flex-grow: 0;
        text-decoration: none;
    }

    .menutpl_text:hover {
        font-family: 'Maven Pro';
        font-style: normal;
        font-weight: 500;
        font-size: 16px;
        line-height: 120%;
        text-align: center;
        color: #4B843F;
        flex: none;
        order: 0;
        flex-grow: 0;
        text-decoration: none;
    }

    .menutpl_text_header {
        font-family: 'Maven Pro';
        font-style: normal;
        font-weight: 500;
        font-size: 16px;
        line-height: 120%;
        color: #00558F;
        padding-bottom: 16px;
        text-decoration: none;
			text-transform: capitalize;
    }

    .menutpl_border_header {
        margin: 0px 0 24px 0;
        border-bottom: 1px solid #D0D5DD;
    }

    .menutpl_text_body {
        font-family: 'Open Sans';
        font-style: normal;
        font-weight: 400;
        font-size: 16px;
        line-height: 150%;
        color: #667085;
        flex: none;
        order: 0;
        flex-grow: 1;
        text-decoration: none;
			  letter-spacing: -0.1px;
			text-transform: capitalize;
    }

    .submenu-top {
        /*z-index: 100;*/
        border-radius: 0px 0px 16px 16px;
        background: var(--gray-100, #F2F4F7) !important;
        box-shadow: 0px 2px 4px -2px rgba(16, 24, 40, 0.06), 0px 4px 8px -2px rgba(16, 24, 40, 0.10) !important;
    }

    .submenu-title {
        font-family: 'Maven Pro';
        font-style: normal;
        font-weight: 500;
        font-size: 16px;
        line-height: 120%;
        color: #00558F;
        flex: none;
        order: 0;
        align-self: stretch;
        flex-grow: 0;
    }

    .nav-menus > div:hover > a {
        color: #4B843F;
    }

    div#navbarSupportedContent > div:not(.my-2) {
        flex-grow: 1;
    }

    .nav-menus > div:hover > a {
        padding-bottom: 24px;
        margin-bottom: -24px;
    }

    .nav-menus .sub-menu {
        position: absolute;
        z-index: 1;
        background-color: #fff;
        opacity: 0;
        visibility: hidden;
        width: 100vw;
        left: 50%;
        top: calc(100% + 24px);
        transform: scaleY(0) translateX(-50%);
        transition: all 0.3s ease;
        transform-origin: 100% 0;
        display: block !important;
        height: auto !important;
    }

    .nav-menus .sub-menu > div.container {
        padding: 0 0 0 12px;
    }

    .navbar-light .navbar-brand {
        padding: 0 10px 0 0;
        min-width: 219px;
    }

    div#navbarSupportedContent {
        align-items: flex-end !important;
    }

    .nav-menus > div:hover .sub-menu {
        opacity: 1;
        visibility: visible;
        transform: scaleY(1) translateX(-50%);
    }
}

@media (max-width: 991px) {
    .nav-menus .sub-menu {
        display: none;
    }
	
	.nav-menus .sub-menu .row.justify-content-between{
		row-gap: 24px;
	}

    .navbar .navbar-collapse#navbarSupportedContent {
        flex-direction: column;
			flex-wrap: nowrap;
    }

    .navbar .navbar-collapse#navbarSupportedContent > div {
        display: block;
    }

    .navbar .navbar-collapse#navbarSupportedContent > div:not(.my-2) {
        margin: 0 !important;
			    overflow: hidden;
    overflow-y: auto;
    }

    #navbarSupportedContent section {
        width: 100%;
    }
	
	a.menutpl_text {
    color: #344054;
    font-family: Maven Pro;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 120%; /* 24px */
    padding-bottom: 32px;
}

.menutpl_margin {
    margin-bottom: 32px;
    border-bottom: 1px solid #D0D5DD;
	position: relative;
}
	
	.menutpl_margin:before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    width: 20px;
    height: 20px;
    background-image: url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M5.83337 8.33325L10 12.4999L14.1667 8.33325H5.83337Z' fill='%23667085'%3E%3C/path%3E%3C/svg%3E");
}

a.menutpl_text_header {
    color: #00558F;
    font-family: Maven Pro;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 120%; /* 19.2px */
    margin-bottom: 24px;
    padding-bottom: 16px;
    border-bottom: 1px solid #D0D5DD;
	    pointer-events: none;
	text-transform: capitalize;
}

a.menutpl_text_body {
    color: #667085;
    font-family: Open Sans;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%; /* 21px */
	text-transform: capitalize;
}
	a.menutpl_text_body:hover {
    color: #2e5026;
    text-decoration: underline;
}
}
