/* DISCO */
body {
	padding-top: 110px;
}
@media (min-width: 768px) {
	body {
		padding-top: 0;
	}
}
#sm-search {
	display: none;
}

.fading-border {
	position: relative;
	display: inline-block;
	border-start-start-radius: 8px;
	border-start-end-radius: 8px;
	border-top: 2px solid #9d9d9d;
	border-right: 2px solid #9d9d9d;
	border-left: 2px solid #9d9d9d;
	background: white;
	padding: 6px 40px 10px;
	color: #9d9d9d;
	-webkit-mask-image: linear-gradient(to bottom, rgba(82, 113, 56, 1), red, rgba(82, 113, 56, 0));
	mask-image: linear-gradient(to bottom, rgba(82, 113, 56, 1), red, rgba(82, 113, 56, 0));
	z-index: 24;
}
	.fading-border:hover {
		border-top: 2px solid #527138;
		border-right: 2px solid #527138;
		border-left: 2px solid #527138;
		color: #527138;
		cursor: pointer;
	}
	.fading-border.active {
		position: relative;
		border-top: 2px solid #527138;
		border-right: 2px solid #527138;
		border-left: 2px solid #527138;
		color: #527138;
		padding: 10px 40px;
		z-index: 30;
	}
.fading-border-bg {
	position: relative;
	display: inline-block;
	border-start-start-radius: 8px;
	border-start-end-radius: 8px;
	border: 1px solid white;
	border-bottom: 1px solid #D8D8D8;
	background: white;
	padding: 6px 40px 10px;
	color: #9d9d9d;
	z-index: 23;
}
	.fading-border-bg.active {
		position: relative;
		display: inline-block;
		border-start-start-radius: 8px;
		border-start-end-radius: 8px;
		border: 2px solid white;
		border-bottom: 1px solid white;
		background: white;
		padding: 10px 40px;
		color: #527138;
		filter: drop-shadow(4px 0px 3px #D8D8D8);
		z-index: 29;
	}
.educationejaktcourse__aboutprice {
	display: flex;
	flex-flow: row wrap;
	justify-content: space-between;
	/*flex: 0 0 100%;*/
}

@media (min-width: 1200px) {
	.educationejaktcourse__aboutprice {
		flex: 0 0 100%;
	}
}
.educationejaktcourse__aboutprice .educationcourse__priceitem {
	width: 49%;
}
@media (min-width: 1200px) {
	.educationejaktcourse__aboutprice .educationcourse__priceitem {
		width: 24%;
	}
}
.posrel {
	position: relative;
}
.posrel .btn-sm {
	line-height:30px;
	margin-bottom:10px;
}
.mt10 {
	margin-top:10px;
}
.mtb26 {
	margin:26px 0px;
}
.education-links {
	background-color:#f3f6f6;
}
	.education-links .btn {
		border-color: #7FA5AB;
		color: #7FA5AB;
		line-height: 30px;
	}
		.education-links .btn:hover {
			background-color: #7FA5AB;
			color: #e7eeee;
		}
.educatinfilters a.filteritem {
	display: inline-block;
	border: 1px solid #7FA5AB;
	padding: 1px 6px;
	background-color: #e7eeee;
	color:#7FA5AB;
}
	.educatinfilters a.filteritem:hover {
		background-color: #7FA5AB;
		color: #e7eeee;
		text-decoration: none;
	}
.educatinfilters .filterbadge {
	position:absolute;
	top:-16px;
	right:20px;
	display:inline-block;
	background-color: #D7252E;
	border-radius: 50%;
	font-size: 16px;
	padding:2px 6px;
	line-height:1.8em;
	text-align:center;
	color: white;
	min-width:32px;
	min-height:32px;
	font-weight:bold;
}
.educationitem .circle {
	display:none;
}
.educationitem__sos {
	position: absolute;
	right: 20px;
	top: 27px;
}
	.educationitem__sos .circle {
		border-radius: 50%;
		width: 30px;
		height: 30px;
		text-align: center;
		line-height: 2.1em;
	}
.educationitem--highlight .circle {
	display:block;
	background-color: #ED7D21;
	color: #fdf2e9;
}
	.educationitem--highlight:hover .circle {
		background-color: #b3590f;
	}
.educationitem--full .circle {
	display: block;
	background-color: #D7252E;
	color: #fbeaeb;
}

.educationitem--full:hover .circle {
	background-color: #961a20;
}
.educationitem__status i {
}


/* GIFTCARD START */

#app #giftCardWrapper #giftText {
	width: 100%;
}
#app #giftCardWrapper #giftText .headline {
	margin: 74% 0.8vw 1.5vw;
	text-align: center;
	font-family: 'publico-bold';
	font-size: clamp(25px, 5vw, 60px);
	line-height: 5.4vw;
}
#app #giftCardWrapper #giftText .bodytext {
	text-align: center;
	font-size: 2.0vw;
	margin: 6vw 10vw;
	line-height: 2.5vw
}
#app #giftCardWrapper #giftText .footertext {
	text-align: center;
	font-size: 1.2vw;
	margin: 8vw 24vw;
	line-height: 1.8vw;
	color:#000;
}
@media (min-width: 992px) {
	#app #giftCardWrapper #giftText.gift {
		position:relative;
	}
	#app #giftCardWrapper #giftText .headline {
		margin:initial;
		padding: 0 5%;
		position: absolute;
		top: 18vw;
		width: 100%;
		text-align: center;
		font-family: 'publico-bold';
		font-size: clamp(14px, 1.5vw, 21px);
		line-height: 2rem;
	}
	#app #giftCardWrapper #giftText .bodytext {
		position: absolute;
		top: 23vw;
		margin: initial;
		padding: 0 10%;
		width: 100%;
		text-align: center;
		font-size: clamp(7px, 0.7vw, 10px);
		line-height: 1rem;
	}
	#app #giftCardWrapper #giftText .footertext {
		position: absolute;
		top: 30vw;
		margin: initial;
		padding: 0 18%;
		width: inherit;
		text-align: center;
		font-size: clamp(5px, 0.5vw, 7px);
		color: #000;
		line-height: 0.9rem;
	}
}
@media (min-width: 1200px) {
	#app #giftCardWrapper #giftText .headline {
		top: 19vw;
	}

	#app #giftCardWrapper #giftText .bodytext {
		top: 25vw;
	}

	#app #giftCardWrapper #giftText .footertext {
		top: 32vw;
	}
}
@media (min-width: 1340px) {
	#app #giftCardWrapper #giftText .headline {
		top: 255px;
	}

	#app #giftCardWrapper #giftText .bodytext {
		top: 335px;
	}

	#app #giftCardWrapper #giftText .footertext {
		top: 420px;
	}
}

/* GIFTCARD END */

@media (max-width: 767px) {
	.maincarousel .carousel-inner .slide .slide__image {
		height: 80% !important;
	}
}

	div.load {
		text-align: center;
	}

	.status-info.theme-codgray {
		background: #111;
		color: #fff;
	}

	.status-info.theme-mineshaft {
		background: #222;
		color: #fff;
	}

	.status-info.theme-orange {
		background: #FF7826;
		color: #fff;
	}

	.status-info.theme-lightorange {
		background: #fdf1e8;
		color: #FF7826;
	}

	.status-info.theme-darkgreen {
		background: #527138;
		color: #fff;
	}

	.status-info.theme-lightgreen {
		background: #edf3e8;
		color: #3c5329;
	}

	.status-info.theme-nevada {
		background: #5d777c;
		color: #fff;
	}

	.status-info.theme-iron {
		background: #d6ddde;
		color: #475b5f;
	}

	.status-info.theme-river {
		background: #475b5f;
		color: #fff;
	}

	.status-info.theme-blue {
		background: #0065bd;
		color: #fff;
	}

	.status-info.theme-green {
		background: #3c5329;
		color: #fff;
	}

	.status-info.theme-grey {
		background: #a69c94;
		color: #fff;
	}

	.status-info.theme-orangered {
		background: #ed7d20;
		color: #fff;
	}

	.status-info.theme-red {
		background: #de3831;
		color: #fff;
	}

	.status-info.theme-silver {
		background: #d6d0cb;
		color: #000;
	}

	.status-info.theme-yellow {
		background: #fed100;
		color: #000;
	}

	.educationcourse__register.status-info {
		margin-top: 0;
		margin-bottom: 20px;
		display: table;
		width: 100%
	}

		.educationcourse__register.status-info .status-icon {
			display: table-cell;
			vertical-align: middle;
			width: 48px;
			max-width: 48px;
			font-size: 2em;
			padding-right: 20px;
		}

		.educationcourse__register.status-info .status-info-text {
			display: table-cell;
			vertical-align: middle;
		}

	.educationcourse__registerform .w-half {
		float: left;
		width: 50%;
	}

		.educationcourse__registerform .w-half:first-child {
			padding-right: 10px;
		}

		.educationcourse__registerform .w-half:nth-child(2) {
			padding-left: 10px;
		}

		.educationcourse__registerform .w-half fieldset {
			width: 100%;
		}

			.educationcourse__registerform .w-half fieldset input:disabled {
				opacity: 0.5;
			}

	.educationcourse__registerform .alert.mb0 {
		margin-bottom: 0;
	}

	a.blocklink svg {
		fill: #aece6e;
		width: 20px;
		position: absolute;
		left: 20px;
	}

	a.blinkable:active {
		animation: blink 0.1s 20 alternate;
	}

	@keyframes blink {
		from {
			background-color: #527138;
		}

		to {
			background-color: #df8230;
		}
	}

	a.blocklink {
		display: block;
		position: relative;
		float: left;
		margin: 0 10px 10px 0;
		padding: 10px 24px 12px 50px;
		background-color: #95ae6f;
		border-radius: 50vh;
		color: white;
		text-decoration: none;
	}

		a.blocklink:active {
			background-color: #7b9a4b;
		}

		a.blocklink:hover {
			background-color: #627b3c;
		}

	#cookie-info {
		position: fixed;
		bottom: 0;
		left: 0;
		z-index: 999999;
		width: 100%;
		background-color: #f2c300;
		text-align: center;
		padding: 0 10px;
	}

		#cookie-info p {
			font-family: "dinot-regular";
			color: #222;
			font-size: 14px;
			margin: 15px 0 25px;
		}

		#cookie-info .cookie-text {
			display: block;
			padding-bottom: 10px;
		}

		#cookie-info a.button.small {
			margin-left: 10px;
			font-size: 12px;
			line-height: 14px;
			padding: 5px 12px;
			float: inherit;
			background-color: #df8230;
			color: #fff;
			-webkit-border-radius: 4px;
			border-radius: 4px;
			position: relative;
			top: 2px;
		}

	.linklist.linklist--tall {
		height: 100%;
	}

	.contentblock.rod {
		background: #d7252e;
	}

	.contentblock.black {
		background: #000;
	}

	.contentblock.blue {
		background: #0065bd;
	}

	.contentblock.green {
		background: #527138;
	}

	.contentblock.grey {
		background: #a69c94;
	}

	.contentblock.orangered {
		background: #ed7d20;
	}

	.contentblock.red {
		background: #de3831;
	}

	.contentblock.silver {
		background: #d6d0cb;
		color: #333;
	}

	.contentblock.yellow {
		background: #fed100;
	}

	.extramargin {
		margin-bottom: 54px !important;
	}

	.alert {
		color: #de3831;
		font-weight: bolder;
		padding: 5px 10px;
	}

	.topnav .topnav__inner {
		height: 100px;
	}

	.tabblock-nav > li > span {
		position: relative;
		display: block;
		cursor: pointer;
		border-radius: 0;
		background: rgba(60, 83, 41, 0.75);
		color: rgba(255, 255, 255, 0.9);
		padding: 8px 16px;
		font-weight: bold;
	}

		.tabblock-nav > li > span:hover {
			background: #3C5329;
		}

	.tabblock-nav > li.active > span, .tabblock-nav > li.active > span:focus, .tabblock-nav > li.active > span:hover {
		background: #fff;
		color: #527138;
	}

	.tabblock {
		height: 100%;
	}

		.tabblock .tab-content.no-tabs {
			height: 352px;
		}

		.tabblock .btn-allcourses {
			font-size: inherit;
			font-weight: inherit;
		}

	.educationlist .education-item {
		margin: 0px 0px 12px;
		padding: 0px 0px 12px;
	}

	.w-sm .educationlist .education-item {
		margin: 0px 0px 8px;
		padding: 0px 0px 8px;
	}

	.educationlist .education-item .cta .btn {
		font-weight: inherit;
		font-size: inherit;
	}

	.pageintro--grid.black {
		position: relative;
	}

		.pageintro--grid.black div.movielabel {
			position: absolute;
			top: 20px;
			left: 20px;
			z-index: 10;
			background: #527138;
			padding: 4px 10px;
			font-size: 12px;
			margin-right: 20px;
		}

	div.mv20:has(.vjs-has-started) div.movielabel {
		display: none;
	}

	#sidr-id-searchform {
		display: none;
	}
	/*#sidr-mobilenav .sidr-class-searchinput {
	display:none;
}*/
	/*@media (min-width: 800px) {
	.pageintro--grid.black div.movielabel.youtube {
		display:block;
	}
}*/
	/*.pageintro--grid.black div.movielabel.youtube.fallback-image {
	display: block;
}*/
	@media (min-width: 1220px) {
		.topnav .topnav__inner {
			height: 50px;
		}
	}

	div.boarcounty {
		float: right;
		width: 50%;
		height: 100%;
	}

	.contentblock.silver div.boarcounty a,
	.contentblock.yellow div.boarcounty a {
		background: rgba(0, 0, 0, 0.25);
	}

	div.boarcounty a {
		display: block;
		text-wrap: none;
		overflow: hidden;
		padding: 5px 15px;
		background: rgba(255, 255, 255, 0.25);
		font-weight: bold;
		margin: 0px 0px 0px 3px;
		border-radius: 4px;
		text-decoration: none;
	}

		div.boarcounty a.blue {
			color: #7fa5ab;
		}

			div.boarcounty a.blue.active,
			div.boarcounty a.blue:hover {
				background-color: #7fa5ab;
				color: white;
			}

		div.boarcounty a.darkcyan {
			color: #3c5329;
		}

			div.boarcounty a.darkcyan.active,
			div.boarcounty a.darkcyan:hover {
				background-color: #3c5329;
				color: white;
			}

		div.boarcounty a.green {
			color: #527138;
		}

			div.boarcounty a.green.active,
			div.boarcounty a.green:hover {
				background: rgba(60, 83, 41, 0.75);
				color: white;
			}

		div.boarcounty a.grey {
			color: #a69c94;
		}

			div.boarcounty a.grey.active,
			div.boarcounty a.grey:hover {
				background-color: #a69c94;
				color: white;
			}

		div.boarcounty a.lime {
			color: #00d92b;
		}

			div.boarcounty a.lime.active,
			div.boarcounty a.lime:hover {
				background-color: #00d92b;
				color: black;
			}

		div.boarcounty a.olive {
			color: #586019;
		}

			div.boarcounty a.olive.active,
			div.boarcounty a.olive:hover {
				background-color: #586019;
				color: white;
			}

		div.boarcounty a.orange {
			color: #df8230;
		}

			div.boarcounty a.orange.active,
			div.boarcounty a.orange:hover {
				background-color: #df8230;
				color: white;
			}

		div.boarcounty a.orangered {
			color: #ff6000;
		}

			div.boarcounty a.orangered.active,
			div.boarcounty a.orangered:hover {
				background-color: #ff6000;
				color: white;
			}

		div.boarcounty a.pink {
			color: #f0009d;
		}

			div.boarcounty a.pink.active,
			div.boarcounty a.pink:hover {
				background-color: #f0009d;
				color: white;
			}

		div.boarcounty a.red {
			color: #d7252e;
		}

			div.boarcounty a.red.active,
			div.boarcounty a.red:hover {
				background-color: #d7252e;
				color: white;
			}

		div.boarcounty a.silver {
			color: #d6d0cb;
		}

			div.boarcounty a.silver.active,
			div.boarcounty a.silver:hover {
				background-color: #d6d0cb;
				color: white;
			}

		div.boarcounty a.yellow {
			color: #f2c300;
		}

			div.boarcounty a.yellow.active,
			div.boarcounty a.yellow:hover {
				background-color: #f2c300;
				color: white;
			}

	div.boarcounty div.boar-button {
		width: 50%;
		float: left;
		height: 30px;
		margin: 0px 0px 3px 0px;
		padding-right: 3px;
	}

	div.blue div.map-wrapper,
	div.grey div.map-wrapper,
	div.green div.map-wrapper,
	div.yellow div.map-wrapper,
	div.orangered div.map-wrapper,
	div.red div.map-wrapper,
	div.black div.map-wrapper {
		background: rgba(255, 255, 255, 0.25);
	}

	div.silver div.map-wrapper,
	div.yellow div.map-wrapper {
		background: rgba(0, 0, 0, 0.25);
	}

	div.map-wrapper {
		position: relative;
		width: 50%;
		height: 100%;
		padding: 20px;
		border-radius: 4px;
	}

		div.map-wrapper div#imgmap-container {
			position: relative;
			width: 100%;
			height: 100%;
		}

	div#imgmap-container img {
		position: absolute;
		top: 0;
		left: 50%;
		-webkit-transform: translateX(-50%);
		transform: translateX(-50%);
		max-width: 100%;
		height: 100%;
		display: block;
		margin: 0 auto;
	}

		div#imgmap-container img.county {
			z-index: 400;
		}

		div#imgmap-container img.county-hover {
			z-index: 500;
			opacity: 0;
		}

	/* IFRAME AUTOWIDTH/HEIGHT START */
	[style*="--aspect-ratio"] > :first-child {
		width: 100%;
	}

	[style*="--aspect-ratio"] > img {
		height: auto;
	}

	@supports (--custom:property) {
		[style*="--aspect-ratio"] {
			position: relative;
		}

			[style*="--aspect-ratio"]::before {
				content: "";
				display: block;
				padding-bottom: calc(100% / (var(--aspect-ratio)));
			}

			[style*="--aspect-ratio"] > :first-child {
				position: absolute;
				top: 0;
				left: 0;
				height: 100%;
			}
	}
	/* IFRAME AUTOWIDTH/HEIGHT END */

	/*MEMORIAL START*/
	#app h3 {
		font-weight: 700;
	}

		#app h3 i {
			color: #527138;
		}

	#app h5 {
		font-size: 16px;
		font-weight: 700;
	}

	#app .department {
		background-color: white;
		border-radius: 10px;
		padding: 2px 20px 10px;
		margin: 0 0 20px 0;
	}

		#app .department .body {
			display: none;
		}

		#app .department.active .body {
			display: block;
		}

		#app .department label.regular {
			margin-top: 20px;
		}
			#app .department label.regular input,
			#app .department label.regular textarea {
				margin-top: 10px;
			}

	#app ul {
		list-style: none;
		padding-left: 0px;
	}

		#app ul li.form-check {
			padding: 7px 12px 5px;
			float: left;
			border: 1px solid #ccc;
			border-radius: 4px;
			margin-right: 4px;
		}

	#app label {
		width: 100%;
	}

		#app label span {
			color: #ccc;
		}

	#app .btn-primary {
		background-color: #527138;
		border: 1px solid #527138;
	}

		#app .btn-primary:hover {
			background-color: #3c5329;
		}

	#app .btn-edit {
		float: right;
		background-color: transparent;
		color: #527138;
	}

	#app .row-submit {
		margin: 20px 0 10px;
	}

	#app #memorialCardWrapper {
		padding-top: 68%;
		margin-bottom: 20px;
		background-image: url('/templates/library/img/memorial/morgondis-over-sjon.jpg');
		background-size: cover;
		width: 100%;
	}

	#app #memorialCardForeground {
	}

	#app #memorialText {
		font-family: publico;
		width: 70%;
		position: absolute;
		font-size: 0.8vw;
		top: 13%;
		left: 16%;
		text-align: center;
		line-height: 250%;
		color: black;
	}

		#app #memorialText svg {
			width: 100%;
			height: auto;
		}

			#app #memorialText svg text {
				transform: translate(245px, 40px);
				font-size: 24px;
				fill: #000;
			}

		#app #memorialText strong {
			font-family: publico-bold;
		}

	#app .modal-mask {
		position: fixed;
		z-index: 9998;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		background-color: rgba(0, 0, 0, .5);
		display: table;
		transition: opacity .3s ease;
	}

	#app .modal-wrapper {
		display: table-cell;
		vertical-align: middle;
	}

	#app .modal-container {
		width: 500px;
		margin: 0px auto;
		padding: 20px 30px;
		background-color: #527138;
		border-radius: 2px;
		box-shadow: 0 2px 8px rgba(0, 0, 0, .33);
		transition: all .3s ease;
		font-family: dinot-regular;
		font-size: 2em;
		color: #fff;
	}

	#app .modal-header {
		border-bottom: none;
		text-align: center;
	}

		#app .modal-header h3 {
			margin-top: 0;
			color: #fff;
		}

	#app .modal-body {
		margin: 20px 0;
		text-align: center;
	}

		#app .modal-body .error-message {
			margin-top: 10px;
			font-style: italic;
		}

	#app .modal-footer {
		border-top: none;
	}

	#app .modal-default-button {
		float: right;
	}

	/*
 * The following styles are auto-applied to elements with
 * transition="modal" when their visibility is toggled
 * by Vue.js.
 *
 * You can easily play with the modal transition by editing
 * these styles.
 */

	#app .modal-enter {
		opacity: 0;
	}

	#app .modal-leave-active {
		opacity: 0;
	}

		#app .modal-enter .modal-container,
		#app .modal-leave-active .modal-container {
			-webkit-transform: scale(1.1);
			transform: scale(1.1);
		}

	#app button.modal-default-button {
		width: 100%;
		border-radius: 6px;
		border: none;
		background-color: #3c5329;
		color: white;
		line-height: 24px;
		padding: 8px 0;
		font-size: 16px;
	}

		#app button.modal-default-button:hover {
			background-color: #354223;
		}

#app ul.breadcrumbs {
	margin: 20px 10px 0px;
	padding: 10px 12px;
	border-radius: 8px;
	background-color: #fff;
	color: #527138;
}
	#app ul.breadcrumbs i.far.fa-chevron-right {
		font-size: 10px;
		padding: 0 5px;
		color: #A8B89B;
	}

	#app ul.breadcrumbs li {
		display: inline-block;
		margin: 0 2px;
		font-size: 12px;
		text-transform: uppercase;
		color: #d5d1c3;
	}

		#app ul.breadcrumbs li a {
			color: #527138;
			text-decoration: none;
			background-color: transparent;
			padding: 3px 8px;
			border-radius: 4px;
		}
			#app ul.breadcrumbs li a.home {
				padding: 5px;
				border-radius:50%
			}

			#app ul.breadcrumbs li a:hover {
				text-decoration: none;
				background-color: #527138;
				color: #fff;
			}
	/*MEMORIAL END*/
	/* CSS LOADER START */
	.loader {
		font-size: 10px;
		margin: 50px auto;
		text-indent: -9999em;
		width: 10em;
		height: 10em;
		border-radius: 50%;
		background: #ffffff;
		background: -moz-linear-gradient(left, #ffffff 10%, rgba(255, 255, 255, 0) 42%);
		background: -webkit-linear-gradient(left, #ffffff 10%, rgba(255, 255, 255, 0) 42%);
		background: -o-linear-gradient(left, #ffffff 10%, rgba(255, 255, 255, 0) 42%);
		background: -ms-linear-gradient(left, #ffffff 10%, rgba(255, 255, 255, 0) 42%);
		background: linear-gradient(to right, #ffffff 10%, rgba(255, 255, 255, 0) 42%);
		position: relative;
		-webkit-animation: load3 1.4s infinite linear;
		animation: load3 1.4s infinite linear;
		-webkit-transform: translateZ(0);
		-ms-transform: translateZ(0);
		transform: translateZ(0);
	}

		.loader:before {
			width: 50%;
			height: 50%;
			background: #ffffff;
			border-radius: 100% 0 0 0;
			position: absolute;
			top: 0;
			left: 0;
			content: '';
		}

		.loader:after {
			background: #527138;
			width: 75%;
			height: 75%;
			border-radius: 50%;
			content: '';
			margin: auto;
			position: absolute;
			top: 0;
			left: 0;
			bottom: 0;
			right: 0;
		}

	.educationgoals h2 {
		font-size: 22px;
		font-weight: 700;
	}

	.educationgoals p {
		font-size: 18px;
		margin-bottom: 20px;
	}

	div.shareList {
		background: #eeeeee;
		border: none;
		border-radius: 8px;
		margin: 20px 0 0;
	}

		div.shareList ul {
			margin: 0;
			padding: 20px 0 20px 20px;
			list-style: none;
			padding-left: 20px !important;
		}

			div.shareList ul li {
				font-family: 'dinot-regular';
				font-size: 14px;
				line-height: 24px;
				float: left;
				margin: 0 10px 0 0;
				padding: 0 10px 10px 0;
				/*border-right: 1px solid #e1e1e0;*/
			}

				div.shareList ul li.nolh {
					line-height: inherit !important;
				}

				div.shareList ul li.mail {
				}

					div.shareList ul li.mail a,
					div.shareList ul li.print a {
						display: block;
						background: #527138;
						border-radius: 4px;
						border-color: #527138;
						color: white;
						font-size: 12px;
						padding: 2px 8px;
						line-height: 1.4em;
					}

						div.shareList ul li.mail a:hover,
						div.shareList ul li.print a:hover {
							background: #2A3A1C;
							border-color: #2A3A1C;
							color: white;
							text-decoration: none;
						}

	@-webkit-keyframes load3 {
		0% {
			-webkit-transform: rotate(0deg);
			transform: rotate(0deg);
		}

		100% {
			-webkit-transform: rotate(360deg);
			transform: rotate(360deg);
		}
	}

	@keyframes load3 {
		0% {
			-webkit-transform: rotate(0deg);
			transform: rotate(0deg);
		}

		100% {
			-webkit-transform: rotate(360deg);
			transform: rotate(360deg);
		}
	}

	/* CSS LOADER END */

	@media (min-width : 768px) {
		.griditem.w-sm .education-item .course {
			width: 60%;
		}

		.griditem.w-sm .education-item .date {
			/*width: 20%;*/
		}

		.griditem.w-sm .education-item .price {
			display: none;
		}
	}

	@media (min-width: 992px) {
		.griditem.w-xl, .griditem.w-xxl {
			width: 100%;
		}
	}

	/*@media only screen and (max-width:1024px) {
	#app #memorialText {
		min-width: 190px;
		font-size: 90%;
		top: 29px;
		left: 36px;
		line-height: 2.3em;
	}
}*/

	@media only screen and (max-width : 768px) {
		.header__contentwrap {
			height: 110px;
		}

		#sm-search {
			display: block;
			padding: 10px 0;
			margin: 10px 0;
			clear: both;
		}

			#sm-search .searchinput {
				border-radius: 4px;
				border: 1px solid silver;
				padding: 2px 6px;
				height: 40px;
				background-color: #efefef;
			}


		div.map-wrapper {
			display: none;
		}

		div.boarcounty {
			float: none;
			width: 100%;
			height: 100%;
			margin-top: 30px;
		}

		#app .modal-container {
			width: 300px;
			font-size: 1.6em;
		}

		#app ul li.form-check {
			float: none;
			margin-bottom: 4px;
		}


		.sidr-class-btn {
			display: block;
			line-height: 10px;
			padding: 12px;
			border-radius: 4px;
			background: rgba(255, 255, 255, 0.85);
			color: #527138;
			font-weight: bold;
			text-align: center;
			margin: 4px 0 20px;
		}

			.sidr-class-btn:hover {
				background-color: #fff;
				text-decoration: none;
			}

			.sidr-class-btn.sidr-class-orange {
				background-color: #ed7d20;
				color: white;
				margin: 4px 0 4px 0;
			}

				.sidr-class-btn.sidr-class-orange:hover {
					background-color: #ef8b38;
					border-color: #ef8b38;
				}

		.header__user .avatar {
			display: none;
		}

		.header__login, .submenu {
			display: none;
		}

		.sidr-class-submenu {
			margin: 10px 0 0 0;
			text-align: center;
		}

			.sidr-class-submenu a {
				display: block;
				line-height: 10px;
				padding: 12px;
				font-weight: bold;
				color: white;
				border-radius: 4px;
				margin: 4px 0px;
			}

				.sidr-class-submenu a.sidr-class-primary {
					background-color: #ed7d20;
				}

				.sidr-class-submenu a.sidr-class-secondary {
					background: rgba(255, 255, 255, 0.85);
					color: #527138;
				}

				.sidr-class-submenu a.sidr-class-primary:hover {
					background-color: #ef8b38;
					text-decoration: none;
				}

				.sidr-class-submenu a.sidr-class-secondary:hover {
					background: #fff;
					text-decoration: none;
				}
	}

	@media only screen and (min-width : 1025px) {
		#cookie-info {
			position: fixed;
			bottom: 0;
			left: 0;
			z-index: 999999;
			width: 100%;
			background-color: #f2c300;
			text-align: center; /*border-top: 1px solid #f0009d;*/
		}

			#cookie-info p {
				font-family: "dinot-regular";
				color: #222;
				font-size: 14px;
				margin: 20px 0;
			}

			#cookie-info .cookie-text {
				display: inline;
				padding-bottom: 0;
			}

			#cookie-info a.button.small {
				margin-left: 10px;
				font-size: 14px;
				line-height: 14px;
				padding: 5px 12px;
				float: inherit;
				background-color: #df8230;
				color: #fff;
				-webkit-border-radius: 4px;
				border-radius: 4px;
			}

		.educationitem__sos {
			position: initial;
			flex: 0 0 40px;
		}
	}

	@media only screen and (min-width: 768px) {
		.header__login {
			float: right;
			margin: 15px 0 0 50px;
		}

			.header__login .btn {
				border: 2px solid #ed7d20;
				color: #ed7d20;
				font-weight: bold;
			}

				.header__login .btn:hover {
					background-color: #ef8b38;
					border-color: #ef8b38;
					color: white;
				}

				.header__login .btn.orange {
					background-color: #ed7d20;
					color: white;
				}

					.header__login .btn.orange:hover {
						background-color: #ef8b38;
						border-color: #ef8b38;
					}

		.header__user {
			float: right;
			margin: 5px 10px 0 50px;
			/*background-color:#95ae6f;*/
			height: 41px;
			padding: 10px 0 10px 30px;
			border-radius: 4px;
			text-align: right;
			position: relative;
		}

			.header__user .avatar {
				display: inline-block;
				width: 41px;
				height: 41px;
				text-align: center;
				line-height: 40px;
				font-size: 20px;
				color: white;
				background: #ed7d20;
				border-radius: 50%;
				position: relative;
				z-index: 2;
			}

			.header__user .submenu {
				display: none;
				position: absolute;
				margin: 10px 0 0 0;
				background-color: #ed7d20;
				border-radius: 4px 20px 4px 4px;
				padding: 50px 0 20px 0;
				text-align: left;
				width: 170px;
				top: -5px;
				right: -5px;
				z-index: 1;
			}

				.header__user .submenu a {
					display: block;
					line-height: 10px;
					padding: 12px 40px 12px 30px;
					font-weight: bold;
					color: white;
				}

					.header__user .submenu a:hover {
						background-color: #ef8b38;
						text-decoration: none;
					}
	}
