/**
** @project        empoweren-boilerplate
** @description    Empoweren Boilerplate
** @author         Developer Name - Captiva Marketing
** @build          Tue, Jul 19, 2022 8:18 AM
** @copyright      Copyright (c) 2022, 
**/
.flexnav {
	margin: 0;
	padding: 0;
	z-index: 9999;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	max-height: 0;
	overflow: hidden;
	list-style: none;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-transform-style: preserve-3d;
	transform-style: preserve-3d;
}

@media only screen and (min-width: 64rem) {
	.flexnav {
		top: auto;
		max-height: none;
		overflow: visible;
		position: relative;
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-direction: row;
		flex-direction: row;
		background: transparent;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
	}
}

.flexnav.flexnav-show {
	max-height: 2000px;
	-webkit-transition: all 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
	-o-transition: all 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
	transition: all 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
	overflow: visible;
}

.flexnav ul {
	margin: 0;
	padding: 0;
	display: none;
}

.flexnav li {
	width: 100%;
	position: relative;
}

@media only screen and (min-width: 64rem) {
	.flexnav li {
		-webkit-box-flex: 1;
		-ms-flex: 1;
		flex: 1;
		width: auto;
		text-align: center;
	}

	.flexnav li:hover>a {
		color: #DDA56A;
	}
}

.flexnav li a {
	display: block;
	padding: 0.5rem 1rem;
	color: #1C384C;
}

@media only screen and (min-width: 64rem) {
	.flexnav li a {
		padding: 0.5rem 0;
	}
}

.flexnav>li>a {
	color: #ffffff;
}

@media only screen and (min-width: 64rem) {
	.flexnav>li>a {
		padding: 2rem 0.75rem;
	}
}

.flexnav li>ul {
	position: relative;
}

@media only screen and (min-width: 64rem) {
	.flexnav li>ul {
		width: 100%;
		min-width: 17.6875rem;
		position: absolute;
	}

	.flexnav li>ul li {
		text-align: left;
	}

	.flexnav li>ul li a:not(:only-child) {
		padding-right: 2.125rem;
		background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16.601' height='16.601' viewBox='0 0 16.601 16.601'%3E%3Cpath d='M11.676,3.375a8.3,8.3,0,1,0,8.3,8.3A8.3,8.3,0,0,0,11.676,3.375Zm0,10.855L7.845,10.4h7.662Z' transform='translate(-3.375 19.976) rotate(-90)' fill='%23fff'/%3E%3C/svg%3E%0A");
		background-repeat: no-repeat;
		background-position: right 10px center;
	}
}

@media only screen and (min-width: 64rem) {
	.flexnav li>ul li {
		margin: 0;
		width: 100%;
		position: relative;
	}
}

@media only screen and (min-width: 64rem) {
	.flexnav li>ul li a {
		color: #1C384C;
		padding: .5rem;
	}
}

@media only screen and (min-width: 64rem) {
	.flexnav li>ul li ul {
		top: 0;
		left: 100%;
	}
}

@media only screen and (min-width: 64rem) {

	.flexnav>li:last-child>ul,
	.flexnav>li:nth-last-child(1)>ul,
	.flexnav>li:nth-last-child(2)>ul {
		right: 0;
	}
}

.flexnav>li:last-child>ul li a:not(:only-child),
.flexnav>li:nth-last-child(1)>ul li a:not(:only-child),
.flexnav>li:nth-last-child(2)>ul li a:not(:only-child) {
	padding-left: 2.125rem;
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16.602' height='16.601' viewBox='0 0 16.602 16.601'%3E%3Cpath d='M8.3,16.6a8.3,8.3,0,1,1,8.3-8.3A8.3,8.3,0,0,1,8.3,16.6Zm0-10.855L4.47,9.578h7.662Z' transform='translate(0 16.601) rotate(-90)' fill='%23fff'/%3E%3C/svg%3E%0A");
	background-repeat: no-repeat;
	background-position: left 10px center;
}

.flexnav>li:last-child>ul li ul,
.flexnav>li:nth-last-child(1)>ul li ul,
.flexnav>li:nth-last-child(2)>ul li ul {
	left: auto;
	right: 100%;
}

.flexnav li ul {
	margin: 0;
	list-style: none;
	background-color: #ffffff;
	z-index: 1;
}

.flexnav li ul::before {
	content: '';
	position: absolute;
	width: 100vw;
	right: -10px;
	background-color: #ffffff;
	z-index: -1;
	top: 0;
	bottom: 0;
}

@media only screen and (min-width: 64rem) {
	.flexnav li ul::before {
		display: none;
	}
}

@media only screen and (min-width: 64rem) {
	.flexnav > li {
		position: static;
	}
	.flexnav li ul {
		background-color: #1C384C;
	}
	.flexnav > li > ul {
		display: none;
		display: flex;
		min-width: 825px;
		flex-wrap: wrap;
		left: 0;
		top: calc(100% + 10px);
		border-radius: 10px;
		overflow: hidden;
		padding: 1rem;
		> li {
			flex: 0 1 33.33%;
		}
	}
	.flexnav > li > a {
		position: relative;
	}
	.flexnav > li:has(.flexnav-show) > a::before {
		content: '';
		display: block;
        position: absolute;
		top: 100%;
		left: 0;
		right: 0;
		margin-left: auto;
		margin-right: auto;
		width: 0;
		height: 0;
		border-left: 15px solid transparent;
		border-right: 15px solid transparent;
		border-bottom: 12px solid #1C384C;
        /* bottom: 0;
        left: 0;
        width: 100%;
        height: calc(100% - 1rem);
        z-index: -1;
        background-color: #1C384C; */
	}
	.flexnav > li:has(.emenu-33137) {
		position: relative;
	}
	.flexnav > li > ul.emenu-33137 {
		min-width: 280px;
		width: 280px;
		> li {
			flex: 1 0 100%;
		}
	}
	/* .flexnav > li > ul > li {
		flex: 0 1 33.33%;
	} */
}

@media only screen and (min-width: 64rem) {
	.flexnav li ul li a {
		color: #ffffff;
	}

	.flexnav li ul li a:hover {
		color: #1C384C;
		background-color: #DDA56A;
	}
}

@media only screen and (min-width: 64rem) {
	.flexnav li ul li ul {
		background-color: #ffffff;
	}
}

.flexnav li ul li ul li a {
	margin-left: 2rem;
}

@media only screen and (min-width: 64rem) {
	.flexnav li ul li ul li a {
		margin: 0;
		color: #1C384C;
	}
}

.flexnav .touch-button {
	top: 0;
	right: 0;
	width: 25px;
	height: 35px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	line-height: 1;
	position: absolute;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

@media only screen and (min-width: 64rem) {
	.flexnav .touch-button {
		height: 100%;
	}
}

.flexnav .touch-button:hover {
	cursor: pointer;
}

.flexnav .touch-button .navicon {
	line-height: 1;
	font-style: normal;
	-webkit-transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
	-o-transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
	transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
	fill: #ffffff;
}

.flexnav ul .touch-button .navicon {
	fill: #1C384C;
}

.flexnav .touch-button.active .navicon {
	-webkit-transform: rotateX(180deg);
	transform: rotateX(180deg);
}

/*--- Hamburger Menu Button ---*/
.menu-button {
	z-index: 10;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	position: relative;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
	padding: .5rem;
}

@media only screen and (min-width: 64rem) {
	.menu-button {
		display: none;
	}
}

.menu-button .touch-button {
	margin: 0;
	z-index: 1000;
	text-align: center;
	position: relative;
}

.menu-button .touch-button .navicon {
	height: 3px;
	width: 35px;
	display: block;
	margin: 13px 0;
	position: relative;
	background: #1C384C;
	-webkit-transition: background 0s 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
	-o-transition: background 0s 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
	transition: background 0s 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.menu-button .touch-button .navicon:before,
.menu-button .touch-button .navicon:after {
	left: 0;
	content: "";
	width: 100%;
	height: 3px;
	display: block;
	position: absolute;
	background: #1C384C;
}

.menu-button .touch-button .navicon:before {
	top: -10px;
	-webkit-transition: top 0.3s 0.3s, -webkit-transform 0.3s 0s;
	transition: top 0.3s 0.3s, -webkit-transform 0.3s 0s;
	-o-transition: top 0.3s 0.3s, transform 0.3s 0s;
	transition: top 0.3s 0.3s, transform 0.3s 0s;
	transition: top 0.3s 0.3s, transform 0.3s 0s, -webkit-transform 0.3s 0s;
}

.menu-button .touch-button .navicon:after {
	bottom: -10px;
	-webkit-transition: bottom 0.3s 0.3s, -webkit-transform 0.3s 0s;
	transition: bottom 0.3s 0.3s, -webkit-transform 0.3s 0s;
	-o-transition: bottom 0.3s 0.3s, transform 0.3s 0s;
	transition: bottom 0.3s 0.3s, transform 0.3s 0s;
	transition: bottom 0.3s 0.3s, transform 0.3s 0s, -webkit-transform 0.3s 0s;
}

.menu-button .touch-button.active .navicon {
	background: transparent;
}

.menu-button .touch-button.active .navicon:before {
	top: 0;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
	-webkit-transition: top 0.3s 0s, bottom 0.3s 0s, -webkit-transform 0.3s 0.3s;
	transition: top 0.3s 0s, bottom 0.3s 0s, -webkit-transform 0.3s 0.3s;
	-o-transition: top 0.3s 0s, bottom 0.3s 0s, transform 0.3s 0.3s;
	transition: top 0.3s 0s, bottom 0.3s 0s, transform 0.3s 0.3s;
	transition: top 0.3s 0s, bottom 0.3s 0s, transform 0.3s 0.3s, -webkit-transform 0.3s 0.3s;
}

.menu-button .touch-button.active .navicon:after {
	bottom: 0;
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
	-webkit-transition: top 0.3s 0s, bottom 0.3s 0s, -webkit-transform 0.3s 0.3s;
	transition: top 0.3s 0s, bottom 0.3s 0s, -webkit-transform 0.3s 0.3s;
	-o-transition: top 0.3s 0s, bottom 0.3s 0s, transform 0.3s 0.3s;
	transition: top 0.3s 0s, bottom 0.3s 0s, transform 0.3s 0.3s;
	transition: top 0.3s 0s, bottom 0.3s 0s, transform 0.3s 0.3s, -webkit-transform 0.3s 0.3s;
}

@media only screen and (hover: hover) and (min-width: 64rem) {
	.flexnav .touch-button {
		display: none;
	}
}

.flexsubnav {
	margin: 0;
	padding: 0;
	z-index: 100;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	max-height: 0;
	overflow: hidden;
	list-style: none;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-transform-style: preserve-3d;
	transform-style: preserve-3d;
}

@media only screen and (min-width: 64rem) {
	.flexsubnav {
		top: auto;
		max-height: none;
		overflow: visible;
		position: relative;
		background: transparent;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
	}
}

.flexsubnav.flexsubnav-show {
	max-height: 2000px;
	-webkit-transition: all 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
	-o-transition: all 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
	transition: all 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
	overflow: visible;
}

.flexsubnav ul {
	margin: 0;
	padding: 0;
	display: none;
}

.flexsubnav li {
	width: 100%;
	position: relative;
	margin-bottom: .5rem;
}

@media only screen and (min-width: 64rem) {
	.flexsubnav li:hover>a {
		color: #DDA56A;
	}
}

.flexsubnav li a {
	display: block;
	padding: 0.5rem 1rem;
	color: #1C384C;
	padding-left: 0;
}

@media only screen and (min-width: 64rem) {
	.flexsubnav li a {
		padding-right: 2.8125rem;
	}
}

.flexsubnav li ul {
	margin: 0;
	list-style: none;
}

.flexsubnav li>ul {
	position: relative;
	margin-left: 0.875rem;
}

@media only screen and (min-width: 64rem) {
	.flexsubnav li>ul {
		margin-left: 1.25rem;
	}
}

.flexsubnav .touch-button {
	top: 0;
	right: 0;
	width: 2.5rem;
	height: 2.5rem;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	line-height: 1;
	position: absolute;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.flexsubnav .touch-button:hover {
	cursor: pointer;
}

.flexsubnav .touch-button .navicon {
	line-height: 1;
	font-style: normal;
	-webkit-transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
	-o-transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
	transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
	fill: #1C384C;
}

.flexsubnav .touch-button.active .navicon {
	-webkit-transform: rotateX(180deg);
	transform: rotateX(180deg);
}

.flexsubnav-button {
	z-index: 10;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	position: relative;
	padding: .5rem;
	padding-left: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.flexsubnav-button a {
	-webkit-box-flex: 1;
	-ms-flex: 1 1 auto;
	flex: 1 1 auto;
	color: #1C384C;
	font-family: "Lato", sans-serif;
	font-size: 1.5rem;
}

@media only screen and (min-width: 64rem) {
	.flexsubnav-button {
		display: none;
	}
}

.flexsubnav-button .touch-button {
	margin: 0;
	z-index: 1000;
	text-align: center;
	position: relative;
}

.flexsubnav-button .touch-button .navicon {
	height: 3px;
	width: 35px;
	display: block;
	margin: 13px 0;
	position: relative;
	background: #1C384C;
	-webkit-transition: background 0s 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
	-o-transition: background 0s 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
	transition: background 0s 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.flexsubnav-button .touch-button .navicon:before,
.flexsubnav-button .touch-button .navicon:after {
	left: 0;
	content: "";
	width: 100%;
	height: 3px;
	display: block;
	position: absolute;
	background: #1C384C;
}

.flexsubnav-button .touch-button .navicon:before {
	top: -10px;
	-webkit-transition: top 0.3s 0.3s, -webkit-transform 0.3s 0s;
	transition: top 0.3s 0.3s, -webkit-transform 0.3s 0s;
	-o-transition: top 0.3s 0.3s, transform 0.3s 0s;
	transition: top 0.3s 0.3s, transform 0.3s 0s;
	transition: top 0.3s 0.3s, transform 0.3s 0s, -webkit-transform 0.3s 0s;
}

.flexsubnav-button .touch-button .navicon:after {
	bottom: -10px;
	-webkit-transition: bottom 0.3s 0.3s, -webkit-transform 0.3s 0s;
	transition: bottom 0.3s 0.3s, -webkit-transform 0.3s 0s;
	-o-transition: bottom 0.3s 0.3s, transform 0.3s 0s;
	transition: bottom 0.3s 0.3s, transform 0.3s 0s;
	transition: bottom 0.3s 0.3s, transform 0.3s 0s, -webkit-transform 0.3s 0s;
}

.flexsubnav-button .touch-button.active .navicon {
	background: transparent;
}

.flexsubnav-button .touch-button.active .navicon:before {
	top: 0;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
	-webkit-transition: top 0.3s 0s, bottom 0.3s 0s, -webkit-transform 0.3s 0.3s;
	transition: top 0.3s 0s, bottom 0.3s 0s, -webkit-transform 0.3s 0.3s;
	-o-transition: top 0.3s 0s, bottom 0.3s 0s, transform 0.3s 0.3s;
	transition: top 0.3s 0s, bottom 0.3s 0s, transform 0.3s 0.3s;
	transition: top 0.3s 0s, bottom 0.3s 0s, transform 0.3s 0.3s, -webkit-transform 0.3s 0.3s;
}

.flexsubnav-button .touch-button.active .navicon:after {
	bottom: 0;
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
	-webkit-transition: top 0.3s 0s, bottom 0.3s 0s, -webkit-transform 0.3s 0.3s;
	transition: top 0.3s 0s, bottom 0.3s 0s, -webkit-transform 0.3s 0.3s;
	-o-transition: top 0.3s 0s, bottom 0.3s 0s, transform 0.3s 0.3s;
	transition: top 0.3s 0s, bottom 0.3s 0s, transform 0.3s 0.3s;
	transition: top 0.3s 0s, bottom 0.3s 0s, transform 0.3s 0.3s, -webkit-transform 0.3s 0.3s;
}