#mobile-bar.refactor .hamburger-container {
	height: 80px;
	width: 80px;
	left: 84.5%;
}

#mobile-bar.refactor {
	background: #fff !important;
}

.nav-bar-has-bg.menu-sticky-hard.sticking:not(.overlay-menu-toggle):not(.mobile-menu-toggle) .refactor.nav-bar .hamburger-icon .line {
	background-color: #022049 !important;
}

#mobile-bar.refactor,
#mobile-bar.refactor .flex-mobile-wrap {
	max-height: 115px;
	height: 115px;
}

#mobile-bar.refactor .flex-mobile-wrap {
	/*background-color: #fff;*/
}

#mobile-bar.refactor .flex-mobile-wrap + a {
	width: 100%;
	color: #022049;
	display: block;
	text-align: center;
	font-weight: bold;
	font-size: 26px;
	position: relative;
	top: -4.7rem;
	background-color: #fff;
}

.nav-bar-has-bg.menu-sticky-hard.sticking:not(.overlay-menu-toggle):not(.mobile-menu-toggle) .nav-bar.refactor a {
	color: #022049 !important;
}

#misny-header.refactor-bg {
	background: #fff;
	position: relative;
}

#misny-header.refactor-bg .logo-image {
	background: #fff;
	padding-top: 1.5rem;
	margin-top: -1.5rem;
}

#misny-header.refactor-bg .custom-social-icons {
	padding-top: 125px !important;
}

@media screen and (min-width: 800px) {
	body.home .mcfarlan-override .wvc-columns-container.wvc-columns-container-6-cols .wvc-col-2 {
		width: calc(20% - 35px);
	}

	body.home .mcfarlan-override .wvc-columns-container.wvc-columns-container-6-cols .wvc-col-2:last-child {
		display: none;
	}
}