/* ----------------------------------------------------------------
	Custom CSS

	Add all your Custom Styled CSS here for New Styles or
	Overwriting Default Theme Styles for Better Handling Updates
-----------------------------------------------------------------*/


.cbctcustom {
  color: #fff;
}

.cbctcustom:hover {
  color: #095344 !important;
}

.cbctcustom:focus{
  color: #095344 !important;
}


.mobile-menu-container {
	display: -ms-flexbox;
	display: flex;
	list-style:none;
	margin: 0;
	width: 100%;
	height: 20px;
	align-items: center;
	-ms-flex-align: center;
	flex-direction: row;
}

.mobile-menu-item {
	position: relative;
	padding-left : 10px;
	padding-right : 10px;
	border-right-style:solid;
	border-width: 1px;
	border-color: #525975;
}

.mobile-menu-item:not(:first-child) {
}

.mobile-menu-link {
	line-height: 12px;
	color: #525975;
	font-weight: 400;
	font-size: 0.8125rem;
	letter-spacing: 1px;
	font-family: 'Poppins', sans-serif;
}

.mobile-menu-link span {
	display: none;
}

.mobile-menu-link i {
	position: relative;
	top: -1px;
	font-size: 0.875rem;
	width: 16px;
	text-align: center;
	margin-right: 6px;
	vertical-align: top;
}

.mobile-menu-item:hover > .mobile-menu-link,
.mobile-menu-item.current > .mobile-menu-link {
	color: #105598;
}

.mobile-overflow-text {
  width: 90px;
}
