/* DISCO */
.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 {
}

div.load {
	text-align:center;
}

.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.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;
}


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 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 {
	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: dinot-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;
	}
/*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: 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) {
	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;
	}
	/*#app #memorialText {
		min-width: 400px;
		font-size: 90%;
		top: 80px;
		left: 140px;
	}*/
}

@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;
	}
}
