.logo-font {
	font-family: 'Varela Round', sans-serif;
	font-weight: 500 !important;
}

.levels-dark-grey {
	color: #4c5e68;
}

.levels-grey {
	color: #788b95;
}

.bg-levels-grey {
	background-color: #788b95;
}

.lfont {
	font-family: 'Nunito', serif;
}

.text-600-weight {
	font-weight: 600;
}

.text-400-weight {
	font-weight: 400;
}

.txt-16-px {
	font-size: 16px;
}

.txt-17-px {
	font-size: 17px;
}

.txt-18-px {
	font-size: 18px;
}

.txt-90 {
	font-size: 90%;
}

.lheight-1 {
	line-height: 1;
}

.vert-spacer {
	margin-top: 45px;
}

/*  Navbar Styles  */
.white-toggler.navbar-toggler {
    border-color: #fff;
}

.white-toggler .navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255,255,255, 1)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
}

.navbar-nav-b4 {
	z-index: 1000;
}

.navbar-nav-b4 .dropdown-menu { 
	margin-top: -1px;
}

.dropdown-toggle::after {
	vertical-align: 0.165em;
}

@media (max-width: 992px) { 
	.navbar-nav-b4 #mc_embed_signup_scroll input[type="email"] {
		width: 100% !important;
	}
}

@media (max-width: 768px) {
	.vert-spacer {
		margin-top: 20px !important;
	}
}