body .top-nav-wrap {
	position: fixed;
	z-index: 2;
	top: 0;
	left: 0;
	width: 100%;
	background-color: #fff;
	box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.5); 
}
body.admin-bar .top-nav-wrap {
	top: 32px;
}
.top-nav-wrap .row {
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.top-nav-wrap .row .nav-logo img {
	display: block;
}

.nav-icon {
	display: none
}
.navbar-nav {
	display: flex;
	justify-content: center;
	align-items: center;
}
ul.navbar-nav li li a {
    color: #fff;
}
ul.navbar-nav li li a:after {
	content: '';
	display: block;
	width: 100%;
	height: 1px;
	background-color: transparent;
	transition: 0.35s;
}
ul.navbar-nav li li a:hover:after {
	background-color: #fff;
}
ul.navbar-nav li li.current-menu-item a:after {
	background-color: #fff;
}
body ul.navbar-nav li .sub-menu {
	background-color: #005184;
}
.arrowdown {
    display: inline-block;	
	width: 10px;
	height: 20px;
}
.arrowdown svg {
	width: 100%;
	height: 100%;
}


.nav-buttons-wrap-mobile {
    display: flex;
    justify-content: center;
    max-width: 460px;
    margin: 0 auto;
    padding: 30px 0 32px;
}
.nav-buttons-wrap-mobile a.nav-button {
    width: 40%;
    margin: 0 5px;
    padding: 5px 10px 4px;
    border: solid 2px #005184;
    border-radius: 4px;
    background-color: #005184;
    color: #fff;
    font-weight: 500;
    font-size: 14px;
    text-align: center;	
    text-decoration: none;
    transition: 0.35s;
}
.nav-buttons-wrap-mobile a.nav-button:first-child {
    background-color: #fff;
    color: #005184;
}
@media (min-width: 1151px){
	.navbar-nav .mobile {
		display: none;
	}
	body ul.navbar-nav li .sub-menu {
		display: flex;
		flex-wrap: wrap;
		position: fixed;
		z-index: 2;
		top: 80px;
		left: 0;
		width: 100%;
		max-height:0;
		overflow: hidden;
		transition: max-height 0.3s ease-out;
		padding: 0 calc((100% - 1300px)/2);
	}
	body.admin-bar ul.navbar-nav li .sub-menu {
		top: 112px;
	}
	body ul.navbar-nav li:hover .sub-menu{
		transition: max-height 0s ease-out; 
		height: auto;
		max-height: 300px;  
		/* box-shadow: 0 8px 7px 2px rgba(0, 0, 0, 0.2); */
	}
	ul.navbar-nav li {
		margin: 0;
		padding: 0;
		position: relative;
	}
	ul.navbar-nav li .arrowdown {
		position: absolute;
		left: 3px;
		top: 50%;
		transform: translateY(-50%);
		transition: 0.35s;
	}
	ul.navbar-nav li:hover .arrowdown {
		transform: translateY(-50%) rotate(-90deg);
	}
	
	ul.navbar-nav li a {
		display: inline-block;
		padding: 28px 14px;
		font-size: 16px;
	}
	ul.navbar-nav li.current-menu-item > a {
		font-weight: 500;
	}
	ul.navbar-nav > li > a {
		position: relative;
	}
	ul.navbar-nav > li > a:after {
		content: '';
		display: block;
		position: absolute;
		z-index: 1;
		top: 67%;
		left: 50%;
		transform: translateX(-50%);
		width: calc(100% - 22px);
		height: 1.5px;
		background-color: #1aaf5e;
		opacity: 0;
		transition: 0.3s;
	}
	ul.navbar-nav > li:hover > a:after {
		opacity: 1;
	}
	ul.navbar-nav li li a {
		display: inline-block;
		position: relative;
		padding: 30px 40px;
		
	}
	ul.navbar-nav li li a:before {
		content: '';
		display: block;
		position: absolute;
		z-index: 1;
		right: 18px;
		top: 50%;
		transform: translateY(-50%);
		border-color: transparent #fff;
		border-style: solid;
		border-width: 10px 10px 10px 0px;
		height: 0px;
		width: 0px;
	}
	ul.navbar-nav li li.current-menu-item a {
		/* color: #1aaf5e; */
		font-weight: 500;
	}
	.top-nav-wrap .row .nav-buttons-wrap {

	}
	.top-nav-wrap .row .nav-buttons-wrap a.nav-button {
		padding: 5px 10px 4px;
		border-radius: 4px;
		background-color: #005184;
		border: solid 2px #005184;
		color: #fff;
		font-weight: 500;	
		font-size: 16px;
		transition: 0.35s;
		text-decoration: none;
	}
	.top-nav-wrap .row .nav-buttons-wrap a.nav-button:hover {
		/* background-color: #fff; */
		/* color: #005184; */
	}
	.top-nav-wrap .row .nav-buttons-wrap a.nav-button:first-child {
		background-color: #fff;
		color: #005184;
	}
	.top-nav-wrap .row .nav-buttons-wrap a.nav-button:first-child:hover {
		/* background-color: #005184; */
		/* color: #fff; */
	}
}
@media(min-width: 1450px){
	ul.navbar-nav li a {
		
		padding: 28px 22px;
	}
	.top-nav-wrap .row .nav-buttons-wrap a.nav-button {
		padding: 6px 20px 7px;
		font-size: 18px;
	}
}
@media (max-width: 1150px){
	.nav-buttons-wrap {
		display: none;
	}
	body .top-nav-wrap {
		position: fixed;
		z-index: 2;
		top: 0px;
		width: 100%;
		background-color: #fff;
	}
	body.admin-bar .top-nav-wrap {
		top: 32px;
	}
	body .top-nav-wrap .container  {
		padding-top: 13px;
		padding-bottom: 13px;
	}	
	body .top-nav-wrap .nav-logo {
		margin-right: 21px;
	}
	body .top-nav-wrap .nav-logo a img {
		display: block;
		width: 75px;
	}
	body .top-nav-wrap .container {
		width: 100%;
		box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.5);
	}
	.nav-menu {
		position: absolute;
		z-index: 1;
		top: 100%;
		/* right: -1rem; */
		width: calc(100% + 0rem);
		background-color: #fff;
		transition: 1s;
	}
	
	.nav-menu  {
		max-height:0;
		height: 0px;
		overflow: hidden;
		transition:max-height 0.75s ease-out; 
	}
	.nav-menu.open  {
		  transition: max-height 0.75s ease-out; 
		  height: auto;
		  max-height: calc(100vh - 80px);  
		  box-shadow: 0 3px 3px rgba(0,0,0,0.25);
		overflow-y: auto;
	}
	
	.nav-icon {
		display: block;	
		position: relative;
		float: right;
		width: 33px;
		height: 32px;
		margin: 0;
		margin-left: 10px;
		padding: 0px;
		border: 0px solid #fff;
		border-radius: 3px;
		background-color: rgba(0,0,0,0.0);	
		-webkit-transform: rotate(0deg);
		-moz-transform: rotate(0deg);
		-o-transform: rotate(0deg);
		transform: rotate(0deg);
		-webkit-transition: .5s ease-in-out;
		-moz-transition: .5s ease-in-out;
		-o-transition: .5s ease-in-out;
		transition: .5s ease-in-out;
		cursor: pointer;
		outline: 0;	
	}
	.nav-icon span {
		display: block;
		opacity: 1;
		position: absolute;
		left: 10px;
		width: 30px;
		height: 3px;
		border-radius: 2px;
		background: #005184;
		-webkit-transform: rotate(0deg);
		-moz-transform: rotate(0deg);
		-o-transform: rotate(0deg);
		transform: rotate(0deg);
		-webkit-transition: .25s ease-in-out;
		-moz-transition: .25s ease-in-out;
		-o-transition: .25s ease-in-out;
		transition: .25s ease-in-out;
	}
	.nav-icon span:nth-child(1) {
		top: 8px;
	}
	.nav-icon span:nth-child(2), .nav-icon span:nth-child(3) {
		top: 17px;
		width: 22px;
	}
	.nav-icon span:nth-child(4) {
		top: 20px;
		width: 0;
	}
	.nav-icon.open span:nth-child(1) {
		top: 18px;
		width: 0%;
		left: 50%;
	}
	.nav-icon.open span:nth-child(2) {
		-webkit-transform: rotate(45deg);
		-moz-transform: rotate(45deg);
		-o-transform: rotate(45deg);
		transform: rotate(45deg);
	}
	.nav-icon.open span:nth-child(3) {
		-webkit-transform: rotate(-45deg);
		-moz-transform: rotate(-45deg);
		-o-transform: rotate(-45deg);
		transform: rotate(-45deg);
	}
	.nav-icon.open span:nth-child(4) {
		top: 18px;
		width: 0%;
		left: 50%;
	}
	.nav-wrap > ul {
		padding: 0px 21px 32px;
		background-color: #005184;		
	}
	.nav-wrap > ul > li {
		margin-top: 43px;
		border-bottom: 1px solid #fff;
	}
	.nav-wrap > ul > li.menu-item-has-children {
		border-bottom: 0;
	}
	.nav-wrap > ul > li.menu-item-has-children > ul {
		border-top: 1px solid #fff;
	}
	.navbar-nav {
		flex-wrap: wrap;
	}	
	.navbar-nav li {
		width: 100%;
	}
	.navbar-nav > li {
		position: relative;
	}
	.navbar-nav > li a {
		padding: 0;
	}
	.navbar-nav > li > a {
		display: inline-block;
		color: #fff;
		font-weight: 500;
	}
	.navbar-nav .sub-menu li {
		padding: 12px 30px;
	}
	.navbar-nav .sub-menu li:first-child {
		padding-top: 24px;
	}
	.navbar-nav .sub-menu li:last-child {
		/* padding-bottom: 24px; */
	}
	.navbar-nav .sub-menu li a {
		padding: 0;
		border: 0;
		font-weight: 400;
	}
	
	.arrowdown {
		display: inline-block;
		position: absolute;
		top: 0.5rem;
		width: 1rem;
		height: 1rem;
		font-size: 1.2em;
		color: #000;
		border-radius: 50%;
		cursor: pointer;
		transition: 0.75s;
		transform: rotate(0deg);
	}
	.arrowdown.close-arrow svg {
		transform: rotate(-90deg);
		transition: 1s;
	}

	
	
	.navbar-nav {
		flex-wrap: wrap;
		/* text-align: left; */
	}	
	.navbar-nav li {
		width: 100%;
	}
	.navbar-nav > li {

	}
	.navbar-nav > li > a{
		display: inline-block;
	}

	.navbar-nav .menu-item-has-children .sub-menu {
		max-height:0;
		height: 0px;
		overflow: hidden;
		transition:max-height 0.75s ease-out; 
	}
	.navbar-nav .menu-item-has-children .sub-menu.open-mobile {
		transition: max-height 0.75s ease-out; 
		height: auto;
		max-height: 40rem;  
		overflow-y: auto;
	}		
	.navbar-nav .sub-menu {
		position: initial;
		left: 0;
		transform: none;
		box-shadow: initial;
		padding: 0px 0rem;
		/* max-width: 10rem; */
	}
	
	.arrowdown {
		display: inline-block;
		position: absolute;
		top: -1px;
		width: 13px;
		height: 13px;
		color: #fff;
		cursor: pointer;
		transition: 0.75s;
		margin-right: 10px;
	}
	.arrowdown svg {

	}
	.arrowdown.close-arrow {
		/* transform: translate(6px,6px) rotate(270deg) */
	}
	
	.navbar-nav .mobile {
		display: inline-block;
		width: 175px;
		margin: 30px 10px 0;
		padding: 3px 3px 4px;
		border-radius: 4px;
		border: solid 2px #005184;
		text-align: center;
	}
	.navbar-nav .mobile:last-child {
		background-color: #005184;
	}	
	.navbar-nav .mobile:last-child a {
		color: #fff;
	}	
	.nav-solcial-mobile .inner {
		display: flex;
		justify-content: center;
		margin-bottom: 50px;
	}
	.nav-solcial-mobile .inner a {
		display: flex;
		justify-content: center;
		align-items: center;
		width: 48px;
		height: 48px;
		box-shadow: 0 0 4px 1px rgba(0, 0, 0, 0.2);
		border-radius: 50%;
		margin-right: 10px;
		margin-left: 10px;
	}
	.nav-solcial-mobile .inner a svg {
		max-width: 24px;
		max-height: 24px;
	}
}
@media (max-width: 782px){
	body.admin-bar .top-nav-wrap {
		top: 46px;
	}
}
@media (max-width: 540px){
	.navbar-nav .mobile {
		width: 45%;
		margin: 30px 0 0;
	}
	.navbar-nav .mobile:last-child {
		margin-right: auto;
	}
}  


