.no-js img.lazyload {
	display: none;
}

figure.wp-block-image img.lazyloading {
	min-width: 150px;
}

.lazyload,
.lazyloading {
	opacity: 0;
}

.lazyloaded {
	opacity: 1;
	transition: opacity 400ms;
	transition-delay: 0ms;
}

html,
body.logged-in {
	margin-top: 0 !important;
	padding-top: 0 !important;
}

main {
	margin-top: 32px;
}

.mega-stuck #mega-menu-primary {
	width: 100% !important;
	max-width: 100% !important;
	margin-left: 0 !important;
}

.tablepress a {
	display: inline-block;
	visibility: visible;
}

.cb13-body .dataTables_wrapper ul {
	padding-left: 20px;
}

.cb13-body .dataTables_wrapper ul li {
	font-size: 15px;
	line-height: 18px;
	font-family: 'Apercu Pro';
	font-size: 15px;
	font-weight: 400;
	line-height: 18px;
	letter-spacing: 0px;
	text-align: left;
	list-style: none;
}

.cb13-body .dataTables_wrapper ul br {
	display: none;
}

.cb13-body .dataTables_wrapper ul li::before {
	content: "•";
	font-size: 15px;
	line-height: 18px;
	position: absolute;
	left: -10px;
	width: 20px;
	height: 18px;
}

body #userwayAccessibilityIcon {
	left: auto !important;
	right: -15px !important;
	bottom: 85px !important;
}

/*hotfix, going into code on next push*/
.directory-section h3 {
	line-height: 40px !important;
	margin-top: -5px;
}

.cb8-form .tab-content .gform_wrapper.gravity-theme .gfield input[type="text"] {
	color: #000 !important;
}

.skip-link {
	position: absolute;
	top: -100px;

	/* Styled to match the default WordPress screen reader text */
	background-color: #f1f1f1;
	-webkit-box-shadow: 0 0 2px 2px rgba(0, 0, 0, .6);
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, .6);
	color: #21759b;
	display: block;
	font-family: "Open Sans", sans-serif;
	font-size: 14px;
	font-weight: 700;
	height: auto;
	left: 6px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	width: auto;
	z-index: 100000;
	/* Above WP toolbar */

	-webkit-transition: top .75s ease-out;
	transition: top .75s ease-out;
}

.skip-link:focus {
	color: #21759b;
	top: 7px;

	-webkit-transition: top 0s;
	transition: top 0s;
}

@media (max-width:1200px) {
    .sidebar-ul {
        display: none;
    }

}