@font-face {
    font-family: 'Slimlines';
    src: url('../webfonts/Slimlines.woff2') format('woff2'),
         url('../webfonts/Slimlines.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
#home {
	color: inherit;
}
h1, h2, h3, h4, h5, h6,
#mainMenu nav > ul > li > a,
#dotsMenu ul li a span {
	font-family: 'Slimlines';
	font-weight: normal;
	font-style: normal;
	letter-spacing: 0px;
}
#mainMenu nav > ul > li > a {
	font-size: 20px;
}
#mainMenu nav > ul > li.current > a {
	color: #6e42f7 !important;
}
#dotsMenu ul li:last-child {
	margin-bottom: 30px;
}
#dotsMenu ul li:hover,
#dotsMenu ul li.current {
    background-color: #f27c94;
}
#logo img {
	width: 126px;
	height: 60px;
	max-height: 60px;
}
.header-extras {
	width: 126px;
}
.inspiro-slider .slide .slide-captions > h1 > img {
	width: 40vw !important;
	position: relative;
}
.inspiro-slider .slide .slide-captions > div > img {
	width: 30vw !important;
	position: relative;
    margin-left: 20vw;
    margin-top: -8vw;
}
.heading-text.heading-section h2:before {
    background-color: #6e42f7;
}
.heading-text.heading-section li {
    font-size: 18px;
    font-weight: 300;
}
.heading-text h4 {
    line-height: 44px;
}
button.btn.btn-primary,
.btn:not(.close):not(.mfp-close).btn-primary,
a.btn:not([href]):not([tabindex]).btn-primary {
    background-color: #f27c94;
    border-color: #f27c94;
	border-radius: 0px;
}
button.btn.btn-primary:hover,
button.btn.btn-primary:focus,
button.btn.btn-primary:not(:disabled):not(.disabled):active,
button.btn.btn-primary:not(:disabled):not(.disabled).active,
.btn:not(.close):not(.mfp-close).btn-primary:hover,
.btn:not(.close):not(.mfp-close).btn-primary:focus,
.btn:not(.close):not(.mfp-close).btn-primary:not(:disabled):not(.disabled):active,
.btn:not(.close):not(.mfp-close).btn-primary:not(:disabled):not(.disabled).active,
a.btn:not([href]):not([tabindex]).btn-primary:hover,
a.btn:not([href]):not([tabindex]).btn-primary:focus,
a.btn:not([href]):not([tabindex]).btn-primary:not(:disabled):not(.disabled):active,
a.btn:not([href]):not([tabindex]).btn-primary:not(:disabled):not(.disabled).active {
	background-color: #6e42f7;
    border-color: #6e42f7;
}
a {
    color: #6e42f7;
}
a:not(.btn):not(.badge):hover,
a:not(.btn):not(.badge):focus,
a:not(.btn):not(.badge):active {
    color: #f27c94;
	transition: all .3s ease;
}
.accordion .ac-active a:hover,
.accordion .ac-active a:focus,
.accordion .ac-active a:active {
	color: white;
}
.accordion .ac-item {
    background-color: #6e42f7;
	margin-bottom: 10px !important;
    padding: 12px 20px !important;
}
.accordion .ac-active {
	background-color: #f27c94;
}
.accordion .ac-title,
.accordion .ac-content {
	color: white !important;
}
.accordion .ac-item .ac-title {
	font-size: 1.25em;
}
.accordion .ac-content img {
	display: block;
	width: 100%;
	margin-bottom: 10px;
}
#partner a {
	display: block;
	line-height: 0;
	font-size: 0;
}
#partner a img {
	width: 100%;
	transition: 600ms;
}
#partner a img.alternate {
	opacity: 0;
	position: relative;
}
#partner a:hover img.alternate {
	opacity: 1;
}
.form-control,
button.btn, .btn:not(.close):not(.mfp-close),
a.btn:not([href]):not([tabindex]) {
	border-radius: 0px;
}
.form-group.col-md-12 {
	display: none;
}
footer a {
	display: inline-block;
}
footer a:after {
	content: '';
	width: 0px;
	height: 1px;
	display: block;
	margin-top: -10px;
	background: white;
	transition: 300ms;
}
footer a:hover:after {
	width: 100%;
}

#scrollTop:hover:after {
	background-color: #6e42f7;
}
.alert {
	padding: 0.85rem 3rem 0.85rem 1.5rem;
	border-radius: 0px;
}
.alert .close {
	position: absolute;
    right: 0 !important;
    top: 0 !important;
	padding: 0.85rem 1.5rem 0 0;
    z-index: 1033;
    background-color: transparent;
    border: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    float: right;
    font-size: 1.5rem;
    line-height: 1;
    text-shadow: 0 1px 0 #fff;
    opacity: .5;
}
ol li:not(:last-child) {
	margin-bottom: 10px;
}
@media (max-width: 991.98px) {
	#logo .logo-dark,
	#dotsMenu {
		display: none !important;
	}
	.mainMenu-open #header #mainMenu {
		width: 100% !important;
		padding-top: 20px;
	}
	#mainMenu nav > ul > li > a {
		font-size: 30px !important;
		text-align: center;
	}
	.inspiro-slider .slide .slide-captions > h1 > img {
		width: 60vw !important;
	}
	.inspiro-slider .slide .slide-captions > div > img {
		width: 50vw !important;
	    margin-left: 30vw;
	    margin-top: -12vw;
	}
	h4 br {
		content: "";
	}
	h4 br:after {
		content: "\00a0 ";
	}
}
