.p-menu--mobile {
	padding: 20px;
	border-radius: 2px;
	height: 90px;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	position: relative;
	z-index: 100;
}
.p-menu-parent {
	position: relative;
	top: -52px;
}
.p-menu {
	-webkit-transition: .1s;
	-o-transition: .1s;
	transition: .1s;
	position: absolute;
	left: 0;
	top: 0;
	opacity: 1;
	width: 100%;
	z-index: 90;
	margin: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	border-radius: 8px;
	background-color: #fff;
	-webkit-box-shadow: 0 1px 4px 0 rgb(0 0 0 / 6%), 0 4px 14px -1px rgb(0 0 0 / 18%);
	box-shadow: 0 1px 4px 0 rgb(0 0 0 / 6%), 0 4px 14px -1px rgb(0 0 0 / 18%);
}
.mobile-menu--expanded .menu-items:nth-child(odd) {
	border-right: 0;
}
.p-menu--mobile .show-menu {
	text-align: right;
	padding-right: 10px;
}
.p-menu--mobile .selected-menu, .p-menu--mobile .show-menu {
	width: 50%;
}
.mobile-menu--expanded .menu-items {
	width: 50%;
	height: 100px;
	border-bottom: 1px solid rgba(0, 0, 0, .06);
	border-right: 1px solid rgba(0, 0, 0, .06);
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	color: rgba(0, 0, 0, .75);
	font-weight: 500;
	padding: 0 25px;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
.mobile-menu--expanded .menu-items:nth-child(odd) {
	border-right: 0;
}
.mobile-menu--expanded {
	-webkit-transition: .6s;
	-o-transition: .6s;
	transition: .6s;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	background-color: #fff;
	-webkit-box-shadow: 0 1px 4px 0 rgba(0, 0, 0, .06), 0 4px 14px -1px rgba(0, 0, 0, .18);
	box-shadow: 0 1px 4px 0 rgba(0, 0, 0, .06), 0 4px 14px -1px rgba(0, 0, 0, .18);
	border-radius: 2px;
	position: fixed;
	top: 100px;
	z-index: 1000;
	margin: auto;
	width: 88%;
	left: 0;
	right: 0;
	opacity: 0;
	display: none
}
.mobile-menu__close {
	width: 40px;
	height: 40px;
	cursor: pointer;
	text-align: center;
	background-color: #212128;
	border-radius: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	position: absolute;
	right: -19px;
	top: -19px;
}
@media (min-width:992px) {
	.cp-navs {
		margin-bottom: 160px
	}
}
@media (min-width:768px) {
	.flexrow {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: start;
		-ms-flex-pack: start;
		justify-content: flex-start;
		width: 100%
	}
	@media screen and (max-width:767px) {
		.flexrow {
			-ms-flex-wrap: wrap;
			flex-wrap: wrap
		}
	}
	
	.mobile-menu--expanded .menu-items {
		width: 50%;
		height: 100px;
		border-bottom: 1px solid rgba(0, 0, 0, .06);
		border-right: 1px solid rgba(0, 0, 0, .06);
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		color: rgba(0, 0, 0, .75);
		font-weight: 500;
		padding: 0 25px;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center
	}
	.mobile-menu--expanded .menu-items:nth-child(odd) {
		border-right: 0
	}
	.mobile-menu__close {
		width: 40px;
		height: 40px;
		cursor: pointer;
		text-align: center;
		background-color: #212128;
		border-radius: 100%;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		position: absolute;
		right: -19px;
		top: -19px
	}
	.p-menu {
		-webkit-transition: .1s;
		-o-transition: .1s;
		transition: .1s;
		position: absolute;
		left: 0;
		top: 0;
		opacity: 1;
		width: 100%;
		z-index: 90;
		margin: 0;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
		border-radius: 8px;
		background-color: #fff;
		-webkit-box-shadow: 0 1px 4px 0 rgba(0, 0, 0, .06), 0 4px 14px -1px rgba(0, 0, 0, .18);
		box-shadow: 0 1px 4px 0 rgba(0, 0, 0, .06), 0 4px 14px -1px rgba(0, 0, 0, .18)
	}
	.p-menu-parent {
		position: relative;
		top: -52px
	}
	.p-menu__container {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-pack: distribute;
		justify-content: space-around;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		-webkit-box-flex: 1;
		-ms-flex: 1;
		flex: 1;
		margin: 0 auto
	}
	.p-menu__content {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-pack: distribute;
		justify-content: space-around;
		-webkit-box-flex: 1;
		-ms-flex: 1;
		flex: 1;
		margin: 0 auto
	}
	.p-menu__tab {
		padding: 24px 20px;
		color: #000ff0;
		font-size: 16px;
		letter-spacing: -.4px;
		line-height: 20px;
		position: relative
	}
	@media (min-width:1440px) {
		.p-menu__tab {
			padding: 30px 40px 24px 40px;
			font-size: 20px;
			line-height: 28px
		}
	}
	.p-menu__tab:after {
		content: '';
		width: 40px;
		height: 3px;
		border-radius: 2px;
		background: 0 0;
		position: absolute;
		bottom: 0;
		display: block
	}
	.p-menu__tab:focus,
	.p-menu__tab:hover {
		text-decoration: none;
		color: #000ff0
	}
	.p-menu__tab:focus:after,
	.p-menu__tab:hover:after {
		content: '';
		width: 40px;
		height: 3px;
		border-radius: 2px;
		background-color: #000ff0;
		position: absolute;
		bottom: 0;
		display: block
	}
	.p-menu__tab--active {
		color: #193165;
		font-weight: 700
	}
	.p-menu__tab--active:after {
		background-color: #ffb803
	}
	.p-menu__tab--active:focus,
	.p-menu__tab--active:hover {
		color: #193165;
		font-weight: 700
	}
	.p-menu__signup {
		display: inline-block;
		display: none;
		color: #ff6c36;
		border: 1px solid #ff6c36;
		text-decoration: none;
		height: 33px;
		line-height: 31px;
		border-radius: 2px;
		padding: 0 18px;
		font-size: 14px
	}
	.p-menu__signup:hover {
		background-color: #ff6c36;
		color: #fff
	}
	.p-menu--rbi .p-menu__tab--active {
		color: #4d3600;
		font-weight: 700
	}
	.p-menu--rbi .p-menu__tab--active:after {
		background-color: #4d3600
	}
	.p-menu--rbi .p-menu__tab--active:focus,
	.p-menu--rbi .p-menu__tab--active:hover {
		color: #4d3600;
		font-weight: 700
	}
	.p-menu--rp .p-menu__tab--active {
		color: #00523e;
		font-weight: 700
	}
	.p-menu--rp .p-menu__tab--active:after {
		background-color: #00523e
	}
	.p-menu--rp .p-menu__tab--active:focus,
	.p-menu--rp .p-menu__tab--active:hover {
		color: #00523e;
		font-weight: 700
	}
	.p-menu--sab .p-menu__tab--active {
		color: #4c0078;
		font-weight: 700
	}
	.p-menu--sab .p-menu__tab--active:after {
		background-color: #4c0078
	}
	.p-menu--sab .p-menu__tab--active:focus,
	.p-menu--sab .p-menu__tab--active:hover {
		color: #4c0078;
		font-weight: 700
	}
	.p-menu--sr .p-menu__tab--active {
		color: #73361f;
		font-weight: 700
	}
	.p-menu--sr .p-menu__tab--active:after {
		background-color: #73361f
	}
	.p-menu--sr .p-menu__tab--active:focus,
	.p-menu--sr .p-menu__tab--active:hover {
		color: #73361f;
		font-weight: 700
	}
	.p-menu--fixed {
		position: fixed;
		-webkit-transition: .6s;
		-o-transition: .6s;
		transition: .6s;
		top: 0!important;
		left: 0;
		right: 0;
		opacity: 1;
		z-index: 9999;
		background: #fff;
		border-radius: 0
	}
	.p-menu--fixed .p-menu__tab {
		font-size: 16px;
		line-height: 22px;
		padding-top: 20px;
		padding-bottom: 16px
	}
	.p-menu--fixed .p-menu__container {
		padding: 0 30px
	}
	.p-menu--fixed .p-menu__content {
		max-width: 1024px
	}
	.p-menu--fixed .p-menu__logo,
	.p-menu--fixed .p-menu__signup {
		display: inline-block
	}
	.p-menu--mobile {
		padding: 20px;
		border-radius: 2px;
		height: 90px;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		position: relative;
		z-index: 100
	}
	.p-menu--mobile .selected-menu,
	.p-menu--mobile .show-menu {
		width: 50%
	}
	.p-menu--mobile .selected-menu {
		text-align: left;
		color: #000ff0;
		font-weight: 500
	}
	.p-menu--mobile .show-menu {
		text-align: right;
		padding-right: 10px
	}
	.p-menu--mobile .show-menu img {
		cursor: pointer
	}
