.collapseomatic {
	background-image: url('../arrow-down-2.html');
	background-repeat: no-repeat;
	padding: 0 0 10px 16px;
	cursor: pointer;
}

.collapseomatic:focus {
	outline: 0;
}

.arrowright {
	background-position: right top;
	padding: 0 16px 10px 0;
}

.noarrow {
	background-image: none !important;
	padding: 0 0 10px 0;
}

.colomat-hover {
	text-decoration: underline;
}

.colomat-close {
	background-image: url('../arrow-up-2.html');
}

.colomat-swap {
	display: none;
}

.collapseomatic_excerpt, .collapseomatic_content {
	margin-top: 0px;
	margin-left: 16px;
	padding: 0px;
}

.content_collapse_wrapper {
	position: absolute;
	left: -999em;
}

.collapseall, .expandall {
	cursor: pointer;
}

.collapseall:hover, .expandall:hover, .collapseall:focus, .expandall:focus {
	text-decoration: underline;
}

.maptastic {
	position: absolute !important;
	left: -10000px !important;
	display: block !important;
	max-width: 9999px;
}

.span_fix {
	padding: 0 !important;
	margin: 0 !important;
}

.span_fix:before, .span_fix:after {
	content: none;
}

.alert-spacer {
	position: relative;
	z-index: 992;
	width: 100%;
	display: none;
}

.alert {
	background: #ffcb64;
	display: flex;
	padding: 12px 20px 0;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.alert__content p {
	margin: 0 1rem 12px 0;
}

.alert__content strong {
	color: #39207c;
	font-size: 16px;
}

.alert__content .btn-plain {
	margin-left: 1rem;
	vertical-align: 2px;
}

.alert__close {
	display: flex;
	align-items: center;
	margin-bottom: 12px;
}

.alert__close span {
	width: 28px;
	height: 28px;
	line-height: 30px;
	border-radius: 100%;
	background: #fd5b4a;
	display: block;
	font-size: 12px;
	color: #fff;
	transition: background 0.35s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.alert__close:hover span {
	background: #39207c;
}

@font-face {
	font-family: "startearly-icons";
	src: url("../woff2/startearly-iconsff41-2.woff2?winq6g") format("woff2"), url("../ttf/startearly-iconsff41-2.ttf?winq6g") format("truetype"), url("../woff/startearly-iconsff41-2.woff?winq6g") format("woff"), url("../startearly-iconsff41-2.html?winq6g#startearly-icons") format("svg");
	font-weight: normal;
	font-style: normal;
	font-display: block;
}

[class^=icon-]::before, [class*=" icon-"]::before {
	/* use !important to prevent issues with browser extensions that change fonts */
	font-family: "startearly-icons" !important;
	speak: never;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	/* Better Font Rendering =========== */
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.icon-close:before {
	content: "\e90e";
}

.btn-reset,
.btn,
.btn-plain {
	border: none;
	margin: 0;
	padding: 0;
	width: auto;
	background: transparent;
	-webkit-appearance: none;
	-webkit-tap-highlight-color: transparent;
	text-decoration: none;
	cursor: pointer;
}