/* CSS Document */
/*STANDAARD RESET VOOR VERGELIJKBARE WEERGAVE IN ALLE BROWSERS*/
html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,img,ins,kbd,q,s,samp,small,strike,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video{
	margin:0;
	padding:0;
	border:0;
	-webkit-font-smoothing:antialiased;
	vertical-align:baseline;
}
article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}
body{
	line-height:inherit;
	text-size-adjust:100%;
	-webkit-text-size-adjust:100%;
		-ms-text-size-adjust:100%;
	-webkit-backface-visibility:hidden;
	backface-visibility:hidden;
	-webkit-font-smoothing:antialiased;
	-moz-osx-font-smoothing:grayscale;
}
ol,ul{list-style:none}
blockquote,q{quotes:none}
blockquote:before,blockquote:after,q:before,q:after{
	content:'';
	content:none;
}
table{
	border-collapse:collapse;
	border-spacing:0;
}
img{
	display:block;
	max-width:100%;
	height:auto;
	image-rendering:-moz-crisp-edges;
	image-rendering:-o-crisp-edges;
	image-rendering:-webkit-optimize-contrast;
	image-rendering:crisp-edges;
	-ms-interpolation-mode:nearest-neighbor;
}
iframe,object,embed{max-width:100%}
*,*:before,*:after{
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
}
a{
	text-decoration:none;
	color:inherit;
	transition:.3s all ease-out;
}
a *,a:before,a:after{transition:inherit}
a:hover{text-decoration:underline}
/* Class voor toegankelijkheid. Verberg een tekst visueel,maar laat deze staan voor screenreaders. Bijvoorbeeld een label in een formulier*/
.visually-hidden{
	border:0;
	clip:rect(1px 1px 1px 1px);
	height:1px;
	margin:-1px;
	overflow:hidden;
	padding:0;
	position:absolute!important;
	width:1px;
	white-space:nowrap;
}
/* Wanneer een (bijvoorbeeld) 10-column gecentreerd moet worden in het Bootstrap grid */
.centered{
	margin-left:auto;
	margin-right:auto;
}
/* Standaard styling voor de standaard cookie-melding */
.cookie-popup{
	width:100%;
	position:fixed;
	bottom:0;
	background:#fff;
	background:rgba(255,255,255,.85);
	z-index:9999;
	opacity:0;
	box-shadow:0 0 5px rgba(0,0,0,.2);
	padding:15px;
}
.cookie-popup-container{width:100%}
.cookie-popup-container p{
	color:#333;
	font-size:15px;
	font-family:inherit;
	text-align:center;
}
.cookie-popup-container a{color:#f00}
/* Algemene opmaak voor de richtext editor in Umbraco*/
.afbeeldinglinks{
	float:left;
	margin-right:15px;
	margin-bottom:15px;
}
.afbeeldingrechts{
	float:right;
	margin-left:15px;
	margin-bottom:15px;
}
/* Algemene opmaak voor de grid editor */
.umb-grid ul,
.intro ul{
	list-style-type:disc;
	margin-left:22px;
}
.umb-grid ol,
.intro ol{
	list-style-type:decimal;
	margin-left:22px;
}
.umb-grid a,
.intro a,
p a{text-decoration:underline}
.umb-grid a:hover,.umb-grid a:focus{color:#f00}
/* Simpele hack om een embedded iframe responsive te krijgen */
.video-wrapper,.embeditem{
	position:relative;
	overflow:hidden;
	padding-top:56.25%;
}
.video-wrapper iframe,.embeditem iframe{
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	border:0;
}
video{
	/* override other styles to make responsive */
	width:100%!important;
	height:auto!important;
}
/* BOOTSTRAP GRID */
.container{
	width:100%;
	padding-right:15px;
	padding-left:15px;
	margin-right:auto;
	margin-left:auto;
}
.row{
	display:-webkit-box;
	display:-webkit-flex;
	display:-ms-flexbox;
	display:flex;
	-ms-flex-wrap:wrap;
	flex-wrap:wrap;
	margin-right:-15px;
	margin-left:-15px;
}
[class^="col-"]{
	padding:0 15px;
	background-clip:content-box;
	margin:0 auto;
}
.col-1{
	-webkit-box-flex:0;
		-webkit-flex:0 0 8.333333%;
			-ms-flex:0 0 8.333333%;
				flex:0 0 8.333333%;
	max-width:8.333333%;
}
.col-2{
	-webkit-box-flex:0;
		-webkit-flex:0 0 16.666667%;
			-ms-flex:0 0 16.666667%;
				flex:0 0 16.666667%;
	max-width:16.666667%;
}
.col-3{
	-webkit-box-flex:0;
		-webkit-flex:0 0 25%;
			-ms-flex:0 0 25%;
				flex:0 0 25%;
	max-width:25%;
}
.col-4{
	-webkit-box-flex:0;
		-webkit-flex:0 0 33.333333%;
			-ms-flex:0 0 33.333333%;
				flex:0 0 33.333333%;
		max-width:33.333333%;
}
.col-5{
	-webkit-box-flex:0;
		-webkit-flex:0 0 41.666667%;
			-ms-flex:0 0 41.666667%;
				flex:0 0 41.666667%;
	max-width:41.666667%;
}
.col-6{
	-webkit-box-flex:0;
		-webkit-flex:0 0 50%;
			-ms-flex:0 0 50%;
				flex:0 0 50%;
	max-width:50%;
}
.col-7{
	-webkit-box-flex:0;
		-webkit-flex:0 0 58.333333%;
			-ms-flex:0 0 58.333333%;
				flex:0 0 58.333333%;
	max-width:58.333333%;
}
.col-8{
	-webkit-box-flex:0;
		-webkit-flex:0 0 66.666667%;
			-ms-flex:0 0 66.666667%;
				flex:0 0 66.666667%;
	max-width:66.666667%;
}
.col-9{
	-webkit-box-flex:0;
		-webkit-flex:0 0 75%;
			-ms-flex:0 0 75%;
				flex:0 0 75%;
	max-width:75%;
}
.col-10{
	-webkit-box-flex:0;
		-webkit-flex:0 0 83.333333%;
			-ms-flex:0 0 83.333333%;
				flex:0 0 83.333333%;
	max-width:83.333333%;
}
.col-11{
	-webkit-box-flex:0;
		-webkit-flex:0 0 91.666667%;
			-ms-flex:0 0 91.666667%;
				flex:0 0 91.666667%;
	max-width:91.666667%;
}
.col-12{
	-webkit-box-flex:0;
		-webkit-flex:0 0 100%;
			-ms-flex:0 0 100%;
				flex:0 0 100%;
	max-width:100%;
}
.col-sm-1,.col-sm-2,.col-sm-3,
.col-sm-4,.col-sm-5,.col-sm-6,
.col-sm-7,.col-sm-8,.col-sm-9,
.col-sm-10,.col-sm-11,.col-sm-12{width:100%}
.col-md-1,.col-md-2,.col-md-3,
.col-md-4,.col-md-5,.col-md-6,
.col-md-7,.col-md-8,.col-md-9,
.col-md-10,.col-md-11,.col-md-12{width:100%}
.col-lg-1,.col-lg-2,.col-lg-3,
.col-lg-4,.col-lg-5,.col-lg-6,
.col-lg-7,.col-lg-8,.col-lg-9,
.col-lg-10,.col-lg-11,.col-lg-12{width:100%}
.col-xl-1,.col-xl-2,.col-xl-3,
.col-xl-4,.col-xl-5,.col-xl-6,
.col-xl-7,.col-xl-8,.col-xl-9,
.col-xl-10,.col-xl-11,.col-xl-12{width:100%}
/* Site Presets */
*{color:#333;font:400 17px/1.5em 'Open Sans',sans-serif;outline:0}
html {
	scrollbar-width: none; /* For Firefox */
	-ms-overflow-style: none; /* For Internet Explorer and Edge */
	overflow-x:hidden;
}
html::-webkit-scrollbar {
	width: 0px; /* For Chrome, Safari, and Opera */
}
body{position:relative;background:#5c0001/* url('../images/bg_periodic-table-of-elements.png') no-repeat 40% bottom*/;background-size:cover;transition:1s all ease-out;overflow-x:hidden}
.visible-xs,.visible-sm{display:block}
.hidden-xs,.hidden-sm{display:none}
.bg-overlay,.bg-overlay-sec,.bg-overlay-news{display:none;position:fixed;width:100%;height:100%;top:0;background:#7f7f7f;background:rgba(0,0,0,.75);z-index:99}
.bg-overlay-sec{z-index:101}
.margin-top-large{margin-top:60px!important}
.margin-top-medium{margin-top:45px!important}
.margin-top-small{margin-top:30px!important}
header,main,footer{position:relative;width:100%;float:left}
@media (orientation:portrait){
	html,body{overflow:hidden}
}
	/* Content */
	h1,.h1,h2,.h2,h3,.h3,h4,.h4{display:block;color:#f00;font-weight:700;line-height:initial}
	h1,.h1{margin-bottom:.75rem!important;font-size:2.294em}/*39px*/
	h2,.h2{margin-bottom:1.5rem!important;font-size:1.647em}/*28px*/
	h3,.h3{margin-bottom:.25rem!important;font-size:1.118em}/*19px*/
	h4,.h4{margin-bottom:.25rem!important;font-size:1em}/*17px*/
	h1 a,.h1 a,h2 a,.h2 a,h3 a,.h3 a{color:inherit;font:inherit;text-decoration:none}
	h1 a:hover,.h1 a:hover,h2 a:hover,.h2 a:hover,h3 a:hover,.h3 a:hover,h1 a:focus,.h1 a:focus,h2 a:focus,.h2 a:focus,h3 a:focus,.h3 a:focus{text-decoration:none}
	p{margin-bottom:.75em}
	em,i{font-style:italic!important}
	strong,b{font-weight:600}
	a:hover,a:focus{color:#f00}
	hr{margin:1.5em 0;border:none;border-bottom:1px solid rgba(0,0,0,.5)}
	figcaption,.caption{display:block;margin-top:.75em;color:#333;font-size:.824em;font-style:italic}
	.text-center{text-align:center}
	.text-center-xs{text-align:center}
	.text-right{text-align:right}
	.text-right-xs{text-align:right}
	/*
	[class*="-trailmade"]{font-family:'trailmaderegular'}
	.title-trailmade{font-size:2em;font-weight:400;line-height:1.25em}
	*/
	.img-left{margin-right:15px;float:left}
	.img-right{margin-left:15px;float:right}
	/* Buttons */
	.btn{position:relative;display:inline-block;width:auto;padding:5px 15px;background:transparent;border:1px solid #fff;color:#fff!important;font-weight:800!important;text-align:center;text-decoration:none!important}
	.btn:hover,.btn:focus{background:#fff!important;border-color:#fff;color:#000!important}
	.btn.btn-secondary{background:#000}
	.btn.btn-open{background:transparent;border:2px solid #f00}
	.btn.btn-open:hover,.btn.btn-open:focus{background:#f00!important}
	.btn.btn-open:after{display:inline-block;content:'';width:18px;height:18px;margin-left:15px;background:url('data:image/svg+xml;base64,PHN2ZyBpZD0iYjY5N2NiZmMtMGQ3Mi00ZmE1LWE5Y2ItMWRmMDI3MDY0MmViIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA0NDguMDUgNDM2LjciPjxkZWZzPjxzdHlsZT4uY2xzLTF7ZmlsbDojZmZjMDE1O308L3N0eWxlPjwvZGVmcz48dGl0bGU+aWNvbl9hcnJvdy1yaWdodC15ZWxsb3c8L3RpdGxlPjxwYXRoIGNsYXNzPSJjbHMtMSIgZD0iTTE5MC41LDI5LjI1bDIyLjItMjIuMkEyMy45LDIzLjksMCwwLDEsMjQ2LjUsN2wuMS4xTDQ0MSwyMDEuMzVhMjMuOSwyMy45LDAsMCwxLC4xLDMzLjhsLS4xLjFMMjQ2LjYsNDI5LjY1YTIzLjksMjMuOSwwLDAsMS0zMy44LjFsLS4xLS4xLTIyLjItMjIuMmEyNCwyNCwwLDAsMSwwLTMzLjk0bC4zNy0uMzYsMTIwLjUtMTE0LjhIMjRBMjMuOTQsMjMuOTQsMCwwLDEsMCwyMzQuNDdWMjAyLjM1YTIzLjk0LDIzLjk0LDAsMCwxLDIzLjg4LTI0SDMxMS40TDE5MC45LDYzLjU1YTIzLjg2LDIzLjg2LDAsMCwxLTEtMzMuNzJaIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgwIDApIi8+PC9zdmc+') no-repeat 50% 50%;background-size:18px auto;vertical-align:middle;transition:.3s all ease-out}
	.btn.btn.btn-open:hover:after,.btn.btn-open:focus:after{margin-left:25px;text-decoration:none}
	.btn-nav{margin-right:0;background:#333;border:1px solid #333}
	.btn-nav:hover,.btn-nav:focus,.btn-nav.active{color:#fff!important;border-color:rgba(0,0,0,1)}
	.btn-nav.active{border-color:#f00}
	p+.btn{margin-top:0}
	p .btn{margin-top:0!important}
	/* Video */
	.video-container{position:relative;height:0;padding-top:30px;padding-bottom:56.25%;overflow:hidden}
	.video-container iframe,.video-container object,.video-container embed{position:absolute;width:100%;height:100%;top:0;left:0}
	.bg-video-filled,.bg-video-filled video,.bg-video-filled img{width:100%;float:left}
	.bg-video-filled video{display:none!important}
	.bg-video-filled img{display:block!important}
/* Site Styling */
	/* Header */
	header{position:relative;padding:35px 0;z-index:3;text-align:center;transition:.3s all ease-out;z-index:7}
	.hd-logo{position:relative;display:inline-flex;margin:0;padding-left:170px}
	/* NL
	.hd-logo:before{position:absolute;content:'';width:214px;height:16px;top:21px;left:0;background:url('../images/svg/logo_brandname.svg') no-repeat right 15px top 50%}
	*/
	/* EN */
	.hd-logo:before{position:absolute;content:'';width:170px;height:16px;top:21px;left:0;background:url('../images/svg/logo_brandname-en.svg') no-repeat right 15px top 50%}
	.hd-logo img{height:54px}
	/* Main */
	main{position:relative;display:flex;flex-direction:column;align-items:center;justify-content:center;padding:0 20px 50px;transition:1s all ease-out;overflow:hidden}
	main>h1{align-self:flex-start;width:100%;margin-bottom:50px!important;color:#8f2011;font-size:46px;font-weight:800;line-height:1;letter-spacing:-2px}
	/**/
	/* Fullscreen Slideshow */
	.cb-slideshow{position:fixed;width:100%;height:100%;top:0;left:0;z-index:0}
	.cb-slideshow li span{position:absolute;width:100%;height:100%;top:0;left:0;background-size:cover;background-position:40% bottom;background-repeat:none;color:transparent;opacity:0;z-index:0;-webkit-backface-visibility:hidden;-webkit-animation:imageAnimation 36s linear infinite 0s;-moz-animation:imageAnimation 36s linear infinite 0s;-o-animation:imageAnimation 36s linear infinite 0s;-ms-animation:imageAnimation 36s linear infinite 0s;animation:imageAnimation 36s linear infinite 0s}
	.cb-slideshow li:nth-child(1) span{background-image:url('../images/bg_periodic-table-of-elements.png')}
	.cb-slideshow li:nth-child(2) span{background-image:url('../images/bg_periodic-table-of-elements-02.png');-webkit-animation-delay:6s;-moz-animation-delay:6s;-o-animation-delay:6s;-ms-animation-delay:6s;animation-delay:6s}
	.cb-slideshow li:nth-child(3) span{background-image:url('../images/bg_periodic-table-of-elements.png');-webkit-animation-delay:12s;-moz-animation-delay:12s;-o-animation-delay:12s;-ms-animation-delay:12s;animation-delay:12s}
	.cb-slideshow li:nth-child(4) span{background-image:url('../images/bg_periodic-table-of-elements-02.png');-webkit-animation-delay:18s;-moz-animation-delay:18s;-o-animation-delay:18s;-ms-animation-delay:18s;animation-delay:18s}
	.cb-slideshow li:nth-child(5) span{background-image:url('../images/bg_periodic-table-of-elements.png');-webkit-animation-delay:24s;-moz-animation-delay:24s;-o-animation-delay:24s;-ms-animation-delay:24s;animation-delay:24s}
	.cb-slideshow li:nth-child(6) span{background-image:url('../images/bg_periodic-table-of-elements-02.png');-webkit-animation-delay:30s;-moz-animation-delay:30s;-o-animation-delay:30s;-ms-animation-delay:30s;animation-delay:30s}
	/**/
	.floating-container{position:relative;width:100%}
	/* Grid */
	/* Mobile */
		.grid{display:grid;grid-template-columns:repeat(18, 1fr);grid-auto-rows:1fr;grid-column-gap:4px;grid-row-gap:4px;padding:4px;width:100%}
		/*
		_:-ms-lang(x), _:-webkit-full-screen, .grid{grid-auto-rows:0fr}
		@supports(-ms-ime-align:auto){
			.grid{grid-auto-rows:0fr} 
		}
		*/
	/* Desktop */
		.grid {grid-template-columns:repeat(18, 1fr);grid-column-gap:4px;grid-row-gap:4px;padding:4px}
	.grid:before{content:'';width:0;padding-bottom:100%;grid-row:1 / 1;grid-column:1 / 1}
	.grid>div{position:relative}
	.grid>*:first-child{grid-row:1 / 1;grid-column:1 / 1}
	/* Mobile */
		.grid>*>div,.grid>*>a{position:relative;display:flex;flex-direction:row;align-items:center;justify-content:center;height:100%}
	/* Desktop */
		.grid>*>div,.grid>*>a{flex-direction:column}
	.grid>.row-div>div{flex-direction:row;justify-content:flex-start}
	.grid>.row-div>div .btn{width:100%;align-self:flex-end}
	.grid>*>.element{border:1px solid #ffc;color:#f7f7f7;text-decoration:none}
	.grid>*>div>*,.grid>*>a>*{color:inherit}
	/* Mobile */
		.grid abbr{display:flex;align-items:center;justify-content:center;width:54px;height:54px;font-size:20px;font-weight:800}
		.grid span{flex:1;padding:0 10px;color:#fff!important;font-size:12px;font-weight:600;letter-spacing:.1em}
	/* Desktop */
		.grid abbr{display:block;width:auto;height:auto;color:#ffc;font-size:16px}
		.grid span{flex:none;padding:0;color:inherit!important;font-size:4px}
		.row-bottom{grid-row:11 / 13}
		.column-full{grid-column:1 / -1}
		.column-3-4{grid-column:3 / 4}
		.column-3-4{grid-column:3 / 4}
		.column-4-18{grid-column:4 / 18}
		.column-13-14{grid-column:13 / 14}
		.column-18-19{grid-column:18 / 19}
		.ptof>*:nth-child(2){grid-column:18 / 19}
		.ptof>*:nth-child(5),
		.ptof>*:nth-child(13){grid-column:13 / 14}
		.ptof>*:nth-child(91),
		.ptof>*:nth-child(105){grid-column:4 / 5}
		.ptof>*:nth-child(92),
		.ptof>*:nth-child(106){grid-column:5 / 6}
		.ptof>*:nth-child(93),
		.ptof>*:nth-child(107){grid-column:6 / 7}
		.ptof>*:nth-child(94),
		.ptof>*:nth-child(108){grid-column:7 / 8}
		.ptof>*:nth-child(95),
		.ptof>*:nth-child(109){grid-column:8 / 9}
		.ptof>*:nth-child(96),
		.ptof>*:nth-child(110){grid-column:9 / 10}
		.ptof>*:nth-child(97),
		.ptof>*:nth-child(111){grid-column:10 / 11}
		.ptof>*:nth-child(98),
		.ptof>*:nth-child(112){grid-column:11 / 12}
		.ptof>*:nth-child(99),
		.ptof>*:nth-child(113){grid-column:12 / 13}
		.ptof>*:nth-child(100),
		.ptof>*:nth-child(114){grid-column:13 / 14}
		.ptof>*:nth-child(101),
		.ptof>*:nth-child(115){grid-column:14 / 15}
		.ptof>*:nth-child(102),
		.ptof>*:nth-child(116){grid-column:15 / 16}
		.ptof>*:nth-child(103),
		.ptof>*:nth-child(117){grid-column:16 / 17}
		.ptof>*:nth-child(104),
		.ptof>*:nth-child(118){grid-column:17 / 18}
		.ptof>*:nth-child(119){grid-column:4 / 8}
		.ptof>*:nth-child(91),
		.ptof>*:nth-child(92),
		.ptof>*:nth-child(93),
		.ptof>*:nth-child(94),
		.ptof>*:nth-child(95),
		.ptof>*:nth-child(96),
		.ptof>*:nth-child(97),
		.ptof>*:nth-child(98),
		.ptof>*:nth-child(99),
		.ptof>*:nth-child(100),
		.ptof>*:nth-child(101),
		.ptof>*:nth-child(102),
		.ptof>*:nth-child(103),
		.ptof>*:nth-child(104){grid-row:9 / 10}
		.ptof>*:nth-child(105),
		.ptof>*:nth-child(106),
		.ptof>*:nth-child(107),
		.ptof>*:nth-child(108),
		.ptof>*:nth-child(109),
		.ptof>*:nth-child(110),
		.ptof>*:nth-child(111),
		.ptof>*:nth-child(112),
		.ptof>*:nth-child(113),
		.ptof>*:nth-child(114),
		.ptof>*:nth-child(115),
		.ptof>*:nth-child(116),
		.ptof>*:nth-child(117),
		.ptof>*:nth-child(118){grid-row:10 / 11}
		.ptof>*:nth-child(119){grid-row:11 / 12}
		/* Text colors */
		.radboud a *{color:#000!important}
		/* Panel */
		.panel,.panel-sec,.panel-news{top:130px}

	/* Border colors */
	[class*="Hydrogen"],
	[class*="Carbon"],
	[class*="Nitrogen"],
	[class*="Phosphorus"],
	[class*="Oxygen"],
	[class*="Sulfur"],
	[class*="Selenium"],
	[class*="hydrogen"],
	[class*="carbon"],
	[class*="nitrogen"],
	[class*="phosphorus"],
	[class*="oxygen"],
	[class*="sulfur"],
	[class*="selenium"]{border-color:#6cff00!important}
	[class*="Lithium"],
	[class*="Sodium"],
	[class*="Potassium"],
	[class*="Rubidium"],
	[class*="Caesium"],
	[class*="Francium"],
	[class*="lithium"],
	[class*="sodium"],
	[class*="potassium"],
	[class*="rubidium"],
	[class*="caesium"],
	[class*="francium"]{border-color:#cf5107!important}
	[class*="Beryllium"],
	[class*="Magnesium"],
	[class*="Calcium"],
	[class*="Strontium"],
	[class*="Barium"],
	[class*="Radium"],
	[class*="beryllium"],
	[class*="magnesium"],
	[class*="calcium"],
	[class*="strontium"],
	[class*="barium"],
	[class*="radium"]{border-color:#f18700!important}
	[class*="Lanthanum"],
	[class*="Cerium"],
	[class*="Praseodymium"],
	[class*="Neodymium"],
	[class*="Promethium"],
	[class*="Samarium"],
	[class*="Europium"],
	[class*="Gadolinium"],
	[class*="Terbium"],
	[class*="Dysprosium"],
	[class*="Holmium"],
	[class*="Erbium"],
	[class*="Thulium"],
	[class*="Ytterbium"],
	[class*="Lutetium"],
	[class*="lanthanum"],
	[class*="cerium"],
	[class*="praseodymium"],
	[class*="neodymium"],
	[class*="promethium"],
	[class*="samarium"],
	[class*="europium"],
	[class*="gadolinium"],
	[class*="terbium"],
	[class*="dysprosium"],
	[class*="holmium"],
	[class*="erbium"],
	[class*="thulium"],
	[class*="ytterbium"],
	[class*="lutetium"]{border-color:#00e4da!important}
	[class*="Actinium"],
	[class*="Thorium"],
	[class*="Protactinium"],
	[class*="Uranium"],
	[class*="Neptunium"],
	[class*="Plutonium"],
	[class*="Americium"],
	[class*="Curium"],
	[class*="Berkelium"],
	[class*="Californium"],
	[class*="Einsteinium"],
	[class*="Fermium"],
	[class*="Mendelevium"],
	[class*="Nobelium"],
	[class*="Lawrencium"],
	[class*="actinium"],
	[class*="thorium"],
	[class*="protactinium"],
	[class*="uranium"],
	[class*="neptunium"],
	[class*="plutonium"],
	[class*="americium"],
	[class*="curium"],
	[class*="berkelium"],
	[class*="californium"],
	[class*="einsteinium"],
	[class*="fermium"],
	[class*="mendelevium"],
	[class*="nobelium"],
	[class*="lawrencium"]{border-color:#008f89!important}
	[class*="Boron"],
	[class*="Silicon"],
	[class*="Germanium"],
	[class*="Arsenic"],
	[class*="Antimony"],
	[class*="Tellurium"],
	[class*="boron"],
	[class*="silicon"],
	[class*="germanium"],
	[class*="arsenic"],
	[class*="antimony"],
	[class*="tellurium"]{border-color:#008acb!important}
	[class*="Aluminium"],
	[class*="Gallium"],
	[class*="Indium"],
	[class*="Thallium"],
	[class*="Nihonium"],
	[class*="Tin"],
	[class*="Lead"],
	[class*="Flerovium"],
	[class*="Bismuth"],
	[class*="Moscovium"],
	[class*="Polonium"],
	[class*="Livermorium"],
	[class*="aluminium"],
	[class*="gallium"],
	[class*="indium"],
	[class*="thallium"],
	[class*="nihonium"],
	[class*="tin"],
	[class*="lead"],
	[class*="flerovium"],
	[class*="bismuth"],
	[class*="moscovium"],
	[class*="polonium"],
	[class*="livermorium"]{border-color:#06e8ff!important}
	[class*="Fluorine"],
	[class*="Chlorine"],
	[class*="Bromine"],
	[class*="Iodine"],
	[class*="Astatine"],
	[class*="Tennessine"],
	[class*="fluorine"],
	[class*="chlorine"],
	[class*="bromine"],
	[class*="iodine"],
	[class*="astatine"],
	[class*="tennessine"]{border-color:#4aa943!important}
	[class*="Helium"],
	[class*="Neon"],
	[class*="Argon"],
	[class*="Krypton"],
	[class*="Xenon"],
	[class*="Radon"],
	[class*="Oganesson"],
	[class*="helium"],
	[class*="neon"],
	[class*="argon"],
	[class*="krypton"],
	[class*="xenon"],
	[class*="radon"],
	[class*="oganesson"]{border-color:#ccaf00!important}
	/* Background colors (Radboud info) */
	.radboud a[class*="Hydrogen"],
	.radboud a[class*="Carbon"],
	.radboud a[class*="Nitrogen"],
	.radboud a[class*="Phosphorus"],
	.radboud a[class*="Oxygen"],
	.radboud a[class*="Sulfur"],
	.radboud a[class*="Selenium"],
	.radboud a[class*="hydrogen"],
	.radboud a[class*="carbon"],
	.radboud a[class*="nitrogen"],
	.radboud a[class*="phosphorus"],
	.radboud a[class*="oxygen"],
	.radboud a[class*="sulfur"],
	.radboud a[class*="selenium"],
	.element-item.radboud[class*="Hydrogen"],
	.element-item.radboud[class*="Carbon"],
	.element-item.radboud[class*="Nitrogen"],
	.element-item.radboud[class*="Phosphorus"],
	.element-item.radboud[class*="Oxygen"],
	.element-item.radboud[class*="Sulfur"],
	.element-item.radboud[class*="Selenium"],
	.element-item.radboud[class*="hydrogen"],
	.element-item.radboud[class*="carbon"],
	.element-item.radboud[class*="nitrogen"],
	.element-item.radboud[class*="phosphorus"],
	.element-item.radboud[class*="oxygen"],
	.element-item.radboud[class*="sulfur"],
	.element-item.radboud[class*="selenium"]{background-color:#6cff00}
	.radboud a[class*="Lithium"],
	.radboud a[class*="Sodium"],
	.radboud a[class*="Potassium"],
	.radboud a[class*="Rubidium"],
	.radboud a[class*="Caesium"],
	.radboud a[class*="Francium"],
	.radboud a[class*="lithium"],
	.radboud a[class*="sodium"],
	.radboud a[class*="potassium"],
	.radboud a[class*="rubidium"],
	.radboud a[class*="caesium"],
	.radboud a[class*="francium"],
	.element-item.radboud[class*="Lithium"],
	.element-item.radboud[class*="Sodium"],
	.element-item.radboud[class*="Potassium"],
	.element-item.radboud[class*="Rubidium"],
	.element-item.radboud[class*="Caesium"],
	.element-item.radboud[class*="Francium"],
	.element-item.radboud[class*="lithium"],
	.element-item.radboud[class*="sodium"],
	.element-item.radboud[class*="potassium"],
	.element-item.radboud[class*="rubidium"],
	.element-item.radboud[class*="caesium"],
	.element-item.radboud[class*="francium"]{background-color:#cf5107}
	.radboud a[class*="Beryllium"],
	.radboud a[class*="Magnesium"],
	.radboud a[class*="Calcium"],
	.radboud a[class*="Strontium"],
	.radboud a[class*="Barium"],
	.radboud a[class*="Radium"],
	.radboud a[class*="beryllium"],
	.radboud a[class*="magnesium"],
	.radboud a[class*="calcium"],
	.radboud a[class*="strontium"],
	.radboud a[class*="barium"],
	.radboud a[class*="radium"],
	.element-item.radboud[class*="Beryllium"],
	.element-item.radboud[class*="Magnesium"],
	.element-item.radboud[class*="Calcium"],
	.element-item.radboud[class*="Strontium"],
	.element-item.radboud[class*="Barium"],
	.element-item.radboud[class*="Radium"],
	.element-item.radboud[class*="beryllium"],
	.element-item.radboud[class*="magnesium"],
	.element-item.radboud[class*="calcium"],
	.element-item.radboud[class*="strontium"],
	.element-item.radboud[class*="barium"],
	.element-item.radboud[class*="radium"]{background-color:#f18700}
	.radboud a[class*="Lanthanum"],
	.radboud a[class*="Cerium"],
	.radboud a[class*="Praseodymium"],
	.radboud a[class*="Neodymium"],
	.radboud a[class*="Promethium"],
	.radboud a[class*="Samarium"],
	.radboud a[class*="Europium"],
	.radboud a[class*="Gadolinium"],
	.radboud a[class*="Terbium"],
	.radboud a[class*="Dysprosium"],
	.radboud a[class*="Holmium"],
	.radboud a[class*="Erbium"],
	.radboud a[class*="Thulium"],
	.radboud a[class*="Ytterbium"],
	.radboud a[class*="Lutetium"],
	.radboud a[class*="lanthanum"],
	.radboud a[class*="cerium"],
	.radboud a[class*="praseodymium"],
	.radboud a[class*="neodymium"],
	.radboud a[class*="promethium"],
	.radboud a[class*="samarium"],
	.radboud a[class*="europium"],
	.radboud a[class*="gadolinium"],
	.radboud a[class*="terbium"],
	.radboud a[class*="dysprosium"],
	.radboud a[class*="holmium"],
	.radboud a[class*="erbium"],
	.radboud a[class*="thulium"],
	.radboud a[class*="ytterbium"],
	.radboud a[class*="lutetium"],
	.element-item.radboud[class*="Lanthanum"],
	.element-item.radboud[class*="Cerium"],
	.element-item.radboud[class*="Praseodymium"],
	.element-item.radboud[class*="Neodymium"],
	.element-item.radboud[class*="Promethium"],
	.element-item.radboud[class*="Samarium"],
	.element-item.radboud[class*="Europium"],
	.element-item.radboud[class*="Gadolinium"],
	.element-item.radboud[class*="Terbium"],
	.element-item.radboud[class*="Dysprosium"],
	.element-item.radboud[class*="Holmium"],
	.element-item.radboud[class*="Erbium"],
	.element-item.radboud[class*="Thulium"],
	.element-item.radboud[class*="Ytterbium"],
	.element-item.radboud[class*="Lutetium"],
	.element-item.radboud[class*="lanthanum"],
	.element-item.radboud[class*="cerium"],
	.element-item.radboud[class*="praseodymium"],
	.element-item.radboud[class*="neodymium"],
	.element-item.radboud[class*="promethium"],
	.element-item.radboud[class*="samarium"],
	.element-item.radboud[class*="europium"],
	.element-item.radboud[class*="gadolinium"],
	.element-item.radboud[class*="terbium"],
	.element-item.radboud[class*="dysprosium"],
	.element-item.radboud[class*="holmium"],
	.element-item.radboud[class*="erbium"],
	.element-item.radboud[class*="thulium"],
	.element-item.radboud[class*="ytterbium"],
	.element-item.radboud[class*="lutetium"]{background-color:#00e4da}
	.radboud a[class*="Actinium"],
	.radboud a[class*="Thorium"],
	.radboud a[class*="Protactinium"],
	.radboud a[class*="Uranium"],
	.radboud a[class*="Neptunium"],
	.radboud a[class*="Plutonium"],
	.radboud a[class*="Americium"],
	.radboud a[class*="Curium"],
	.radboud a[class*="Berkelium"],
	.radboud a[class*="Californium"],
	.radboud a[class*="Einsteinium"],
	.radboud a[class*="Fermium"],
	.radboud a[class*="Mendelevium"],
	.radboud a[class*="Nobelium"],
	.radboud a[class*="Lawrencium"],
	.radboud a[class*="actinium"],
	.radboud a[class*="thorium"],
	.radboud a[class*="protactinium"],
	.radboud a[class*="uranium"],
	.radboud a[class*="neptunium"],
	.radboud a[class*="plutonium"],
	.radboud a[class*="americium"],
	.radboud a[class*="curium"],
	.radboud a[class*="berkelium"],
	.radboud a[class*="californium"],
	.radboud a[class*="einsteinium"],
	.radboud a[class*="fermium"],
	.radboud a[class*="mendelevium"],
	.radboud a[class*="nobelium"],
	.radboud a[class*="lawrencium"],
	.element-item.radboud[class*="Actinium"],
	.element-item.radboud[class*="Thorium"],
	.element-item.radboud[class*="Protactinium"],
	.element-item.radboud[class*="Uranium"],
	.element-item.radboud[class*="Neptunium"],
	.element-item.radboud[class*="Plutonium"],
	.element-item.radboud[class*="Americium"],
	.element-item.radboud[class*="Curium"],
	.element-item.radboud[class*="Berkelium"],
	.element-item.radboud[class*="Californium"],
	.element-item.radboud[class*="Einsteinium"],
	.element-item.radboud[class*="Fermium"],
	.element-item.radboud[class*="Mendelevium"],
	.element-item.radboud[class*="Nobelium"],
	.element-item.radboud[class*="Lawrencium"],
	.element-item.radboud[class*="actinium"],
	.element-item.radboud[class*="thorium"],
	.element-item.radboud[class*="protactinium"],
	.element-item.radboud[class*="uranium"],
	.element-item.radboud[class*="neptunium"],
	.element-item.radboud[class*="plutonium"],
	.element-item.radboud[class*="americium"],
	.element-item.radboud[class*="curium"],
	.element-item.radboud[class*="berkelium"],
	.element-item.radboud[class*="californium"],
	.element-item.radboud[class*="einsteinium"],
	.element-item.radboud[class*="fermium"],
	.element-item.radboud[class*="mendelevium"],
	.element-item.radboud[class*="nobelium"],
	.element-item.radboud[class*="lawrencium"]{background-color:#008f89}
	.radboud a[class*="Boron"],
	.radboud a[class*="Silicon"],
	.radboud a[class*="Germanium"],
	.radboud a[class*="Arsenic"],
	.radboud a[class*="Antimony"],
	.radboud a[class*="Tellurium"],
	.radboud a[class*="boron"],
	.radboud a[class*="silicon"],
	.radboud a[class*="germanium"],
	.radboud a[class*="arsenic"],
	.radboud a[class*="antimony"],
	.radboud a[class*="tellurium"],
	.element-item.radboud[class*="Boron"],
	.element-item.radboud[class*="Silicon"],
	.element-item.radboud[class*="Germanium"],
	.element-item.radboud[class*="Arsenic"],
	.element-item.radboud[class*="Antimony"],
	.element-item.radboud[class*="Tellurium"],
	.element-item.radboud[class*="boron"],
	.element-item.radboud[class*="silicon"],
	.element-item.radboud[class*="germanium"],
	.element-item.radboud[class*="arsenic"],
	.element-item.radboud[class*="antimony"],
	.element-item.radboud[class*="tellurium"]{background-color:#008acb}
	.radboud a[class*="Aluminium"],
	.radboud a[class*="Gallium"],
	.radboud a[class*="Indium"],
	.radboud a[class*="Thallium"],
	.radboud a[class*="Nihonium"],
	.radboud a[class*="Tin"],
	.radboud a[class*="Lead"],
	.radboud a[class*="Flerovium"],
	.radboud a[class*="Bismuth"],
	.radboud a[class*="Moscovium"],
	.radboud a[class*="Polonium"],
	.radboud a[class*="Livermorium"],
	.radboud a[class*="aluminium"],
	.radboud a[class*="gallium"],
	.radboud a[class*="indium"],
	.radboud a[class*="thallium"],
	.radboud a[class*="nihonium"],
	.radboud a[class*="tin"],
	.radboud a[class*="lead"],
	.radboud a[class*="flerovium"],
	.radboud a[class*="bismuth"],
	.radboud a[class*="moscovium"],
	.radboud a[class*="polonium"],
	.radboud a[class*="livermorium"],
	.element-item.radboud[class*="Aluminium"],
	.element-item.radboud[class*="Gallium"],
	.element-item.radboud[class*="Indium"],
	.element-item.radboud[class*="Thallium"],
	.element-item.radboud[class*="Nihonium"],
	.element-item.radboud[class*="Tin"],
	.element-item.radboud[class*="Lead"],
	.element-item.radboud[class*="Flerovium"],
	.element-item.radboud[class*="Bismuth"],
	.element-item.radboud[class*="Moscovium"],
	.element-item.radboud[class*="Polonium"],
	.element-item.radboud[class*="Livermorium"],
	.element-item.radboud[class*="aluminium"],
	.element-item.radboud[class*="gallium"],
	.element-item.radboud[class*="indium"],
	.element-item.radboud[class*="thallium"],
	.element-item.radboud[class*="nihonium"],
	.element-item.radboud[class*="tin"],
	.element-item.radboud[class*="lead"],
	.element-item.radboud[class*="flerovium"],
	.element-item.radboud[class*="bismuth"],
	.element-item.radboud[class*="moscovium"],
	.element-item.radboud[class*="polonium"],
	.element-item.radboud[class*="livermorium"]{background-color:#06e8ff}
	.radboud a[class*="Fluorine"],
	.radboud a[class*="Chlorine"],
	.radboud a[class*="Bromine"],
	.radboud a[class*="Iodine"],
	.radboud a[class*="Astatine"],
	.radboud a[class*="Tennessine"],
	.radboud a[class*="fluorine"],
	.radboud a[class*="chlorine"],
	.radboud a[class*="bromine"],
	.radboud a[class*="iodine"],
	.radboud a[class*="astatine"],
	.radboud a[class*="tennessine"],
	.element-item.radboud[class*="Fluorine"],
	.element-item.radboud[class*="Chlorine"],
	.element-item.radboud[class*="Bromine"],
	.element-item.radboud[class*="Iodine"],
	.element-item.radboud[class*="Astatine"],
	.element-item.radboud[class*="Tennessine"],
	.element-item.radboud[class*="fluorine"],
	.element-item.radboud[class*="chlorine"],
	.element-item.radboud[class*="bromine"],
	.element-item.radboud[class*="iodine"],
	.element-item.radboud[class*="astatine"],
	.element-item.radboud[class*="tennessine"]{background-color:#4aa943}
	.radboud a[class*="Helium"],
	.radboud a[class*="Neon"],
	.radboud a[class*="Argon"],
	.radboud a[class*="Krypton"],
	.radboud a[class*="Xenon"],
	.radboud a[class*="Radon"],
	.radboud a[class*="Oganesson"],
	.radboud a[class*="helium"],
	.radboud a[class*="neon"],
	.radboud a[class*="argon"],
	.radboud a[class*="krypton"],
	.radboud a[class*="xenon"],
	.radboud a[class*="radon"],
	.radboud a[class*="oganesson"],
	.element-item.radboud[class*="Helium"],
	.element-item.radboud[class*="Neon"],
	.element-item.radboud[class*="Argon"],
	.element-item.radboud[class*="Krypton"],
	.element-item.radboud[class*="Xenon"],
	.element-item.radboud[class*="Radon"],
	.element-item.radboud[class*="Oganesson"],
	.element-item.radboud[class*="helium"],
	.element-item.radboud[class*="neon"],
	.element-item.radboud[class*="argon"],
	.element-item.radboud[class*="krypton"],
	.element-item.radboud[class*="xenon"],
	.element-item.radboud[class*="radon"],
	.element-item.radboud[class*="oganesson"]{background-color:#ccaf00}
	.radboud a,.element-item.radboud{background-color:#ffc}
	/* Text colors */
	[class*="Hydrogen"] abbr,
	[class*="Carbon"] abbr,
	[class*="Nitrogen"] abbr,
	[class*="Phosphorus"] abbr,
	[class*="Oxygen"] abbr,
	[class*="Sulfur"] abbr,
	[class*="Selenium"] abbr,
	[class*="hydrogen"] abbr,
	[class*="carbon"] abbr,
	[class*="nitrogen"] abbr,
	[class*="phosphorus"] abbr,
	[class*="oxygen"] abbr,
	[class*="sulfur"] abbr,
	[class*="selenium"] abbr{color:#6cff00}
	[class*="Lithium"] abbr,
	[class*="Sodium"] abbr,
	[class*="Potassium"] abbr,
	[class*="Rubidium"] abbr,
	[class*="Caesium"] abbr,
	[class*="Francium"] abbr,
	[class*="lithium"] abbr,
	[class*="sodium"] abbr,
	[class*="potassium"] abbr,
	[class*="rubidium"] abbr,
	[class*="caesium"] abbr,
	[class*="francium"] abbr{color:#cf5107}
	[class*="Beryllium"] abbr,
	[class*="Magnesium"] abbr,
	[class*="Calcium"] abbr,
	[class*="Strontium"] abbr,
	[class*="Barium"] abbr,
	[class*="Radium"] abbr,
	[class*="beryllium"] abbr,
	[class*="magnesium"] abbr,
	[class*="calcium"] abbr,
	[class*="strontium"] abbr,
	[class*="barium"] abbr,
	[class*="radium"] abbr{color:#f18700}
	[class*="Lanthanum"] abbr,
	[class*="Cerium"] abbr,
	[class*="Praseodymium"] abbr,
	[class*="Neodymium"] abbr,
	[class*="Promethium"] abbr,
	[class*="Samarium"] abbr,
	[class*="Europium"] abbr,
	[class*="Gadolinium"] abbr,
	[class*="Terbium"] abbr,
	[class*="Dysprosium"] abbr,
	[class*="Holmium"] abbr,
	[class*="Erbium"] abbr,
	[class*="Thulium"] abbr,
	[class*="Ytterbium"] abbr,
	[class*="Lutetium"] abbr,
	[class*="lanthanum"] abbr,
	[class*="cerium"] abbr,
	[class*="praseodymium"] abbr,
	[class*="neodymium"] abbr,
	[class*="promethium"] abbr,
	[class*="samarium"] abbr,
	[class*="europium"] abbr,
	[class*="gadolinium"] abbr,
	[class*="terbium"] abbr,
	[class*="dysprosium"] abbr,
	[class*="holmium"] abbr,
	[class*="erbium"] abbr,
	[class*="thulium"] abbr,
	[class*="ytterbium"] abbr,
	[class*="lutetium"] abbr{color:#00e4da}
	[class*="Actinium"] abbr,
	[class*="Thorium"] abbr,
	[class*="Protactinium"] abbr,
	[class*="Uranium"] abbr,
	[class*="Neptunium"] abbr,
	[class*="Plutonium"] abbr,
	[class*="Americium"] abbr,
	[class*="Curium"] abbr,
	[class*="Berkelium"] abbr,
	[class*="Californium"] abbr,
	[class*="Einsteinium"] abbr,
	[class*="Fermium"] abbr,
	[class*="Mendelevium"] abbr,
	[class*="Nobelium"] abbr,
	[class*="Lawrencium"] abbr,
	[class*="actinium"] abbr,
	[class*="thorium"] abbr,
	[class*="protactinium"] abbr,
	[class*="uranium"] abbr,
	[class*="neptunium"] abbr,
	[class*="plutonium"] abbr,
	[class*="americium"] abbr,
	[class*="curium"] abbr,
	[class*="berkelium"] abbr,
	[class*="californium"] abbr,
	[class*="einsteinium"] abbr,
	[class*="fermium"] abbr,
	[class*="mendelevium"] abbr,
	[class*="nobelium"] abbr,
	[class*="lawrencium"] abbr{color:#008f89}
	[class*="Boron"] abbr,
	[class*="Silicon"] abbr,
	[class*="Germanium"] abbr,
	[class*="Arsenic"] abbr,
	[class*="Antimony"] abbr,
	[class*="Tellurium"] abbr,
	[class*="boron"] abbr,
	[class*="silicon"] abbr,
	[class*="germanium"] abbr,
	[class*="arsenic"] abbr,
	[class*="antimony"] abbr,
	[class*="tellurium"] abbr{color:#008acb}
	[class*="Aluminium"] abbr,
	[class*="Gallium"] abbr,
	[class*="Indium"] abbr,
	[class*="Thallium"] abbr,
	[class*="Nihonium"] abbr,
	[class*="Tin"] abbr,
	[class*="Lead"] abbr,
	[class*="Flerovium"] abbr,
	[class*="Bismuth"] abbr,
	[class*="Moscovium"] abbr,
	[class*="Polonium"] abbr,
	[class*="Livermorium"] abbr,
	[class*="aluminium"] abbr,
	[class*="gallium"] abbr,
	[class*="indium"] abbr,
	[class*="thallium"] abbr,
	[class*="nihonium"] abbr,
	[class~="tin"] abbr,
	[class*="lead"] abbr,
	[class*="flerovium"] abbr,
	[class*="bismuth"] abbr,
	[class*="moscovium"] abbr,
	[class*="polonium"] abbr,
	[class*="livermorium"] abbr{color:#06e8ff}
	[class*="Fluorine"] abbr,
	[class*="Chlorine"] abbr,
	[class*="Bromine"] abbr,
	[class*="Iodine"] abbr,
	[class*="Astatine"] abbr,
	[class*="Tennessine"] abbr,
	[class*="fluorine"] abbr,
	[class*="chlorine"] abbr,
	[class*="bromine"] abbr,
	[class*="iodine"] abbr,
	[class*="astatine"] abbr,
	[class*="tennessine"] abbr{color:#4aa943}
	[class*="Helium"] abbr,
	[class*="Neon"] abbr,
	[class*="Argon"] abbr,
	[class*="Krypton"] abbr,
	[class*="Xenon"] abbr,
	[class*="Radon"] abbr,
	[class*="Oganesson"] abbr,
	[class*="helium"] abbr,
	[class*="neon"] abbr,
	[class*="argon"] abbr,
	[class*="krypton"] abbr,
	[class*="xenon"] abbr,
	[class*="radon"] abbr,
	[class*="oganesson"] abbr{color:#ccaf00}
	.radboud abbr,.element-item.radboud *{color:#000!important}
	/* RU label */
	.radboud a:before{position:absolute;content:'';width:18%;min-width:10px;height:22%;min-height:12px;top:4px;left:4px;background:url('../images/svg/logo_label-black.svg') no-repeat 0 0;background-size:contain}
	.panel .radboud:before{width:20px;height:25px}
	/* Triangle */
	[class*="arrow-"]{position:absolute!important;width:100%;height:100%;top:0;right:calc(100% + 4px)}
	[class*="arrow-"] img{align-self:flex-end;margin-right:3px}
	[class*="arrow-"]:before{position:absolute;content:'';height:1px;right:11px}
	[class*="arrow-"]:after{position:absolute;content:'';width:1px}
	.arrow-01:before,.arrow-01:after{background-color:#00e4da}
	.arrow-01:before{width:35%}
	.arrow-01:after{height:50%;top:0;right:calc(35% + 11px)}
	.arrow-02:before,.arrow-02:after,.arrow-extender-02{background-color:#008f89}
	.arrow-02:before{width:55%}
	.arrow-02:after{height:50%;top:0;right:calc(55% + 10px)}
	.arrow-extender-02{position:absolute;width:1px;height:calc(100% + 4px);top:0;right:calc(55% + 10px)}
	.flex-start{align-self:flex-start}
	.flex-end{align-self:flex-end}
	/* Panel */
	.panel,.panel-sec,.panel-news{position:absolute;display:block;width:calc(100% - 15px);/*max-height:750px;*/padding-left:100px;top:0;right:0;/*bottom:4px;*/z-index:100
	;overflow:hidden;-webkit-transform:translateX(100%);-ms-transform:translateX(100%);transform:translateX(100%);-webkit-transition:-webkit-transform .3s ease;transition:-webkit-transform .3s ease;transition:transform .3s ease;transition:transform .3s ease,-webkit-transform .3s ease}
	.panel-sec{width:calc(100% - 205px);z-index:102}
	.panel.open,.panel-sec.open,.panel-news.open{-webkit-transform:translateX(0);-ms-transform:translateX(0);transform:translateX(0)}
	.panel-element{position:absolute;display:flex;flex-direction:column;align-items:center;justify-content:right;width:100px;height:auto;padding:10px 0 20px 20px;top:0;left:0;background:rgba(115,14,4,.93);color:#fff}
	.panel-element>*{display:flex;flex-direction:column;align-items:center;justify-content:center;width:70px;height:70px;margin:10px 0 10px 10px}
	.close-panel{position:relative;display:block;align-self:flex-start;width:50px;height:50px;margin-right:2px;margin-left:2px;overflow:hidden}
	.close-panel>span{width:100%;height:2px;border-radius:1px;background:rgba(255,255,255,0);transition:all .3s ease-in-out}
	.close-panel:before,.close-panel:after{position:absolute;content:'';width:100%;height:2px;right:0;border-radius:1px;background:#fff;transition:all .3s ease-in-out}
	.close-panel:before{top:50%;transform:rotate(45deg) translateY(-50%)}
	.close-panel:after{bottom:50%;transform:rotate(-45deg) translateY(50%)}
	.close-panel:hover,.close-panel:focus{transform:rotate(90deg)}
	.element-item{position:relative;border:1px solid #fff}
	.element-item,.element-item>*{color:inherit}
	.element-item abbr{font-size:38px;font-weight:800}
	.element-item span{font-size:8px;font-weight:400}
	.element-image{background:#8c8c8c;color:#fff;overflow:hidden}
	.element-image img{width:100%;height:100%;object-fit:cover;object-position:center}
	.panel-content{position:relative;width:100%;height:100%;padding:56px 30px 60px;padding:35px 30px 30px;background:rgba(115,14,4,.93);color:#fff}
	.panel-inner{height:100%;overflow:hidden}
	.panel-inner>.row{flex-flow:row nowrap;height:100%;margin-right:-30px;margin-left:-30px}
	.panel-inner [class*="col-"]{padding-right:30px;padding-left:30px}
	.element-info{position:relative;flex:0 0 190px;width:190px;padding:0 30px}
	.element-info:after{position:absolute;content:'';width:1px;height:100%;top:0;right:0;background:#b58681}
	.element-info .h1{padding-top:5px;color:#fff;font-size:24px;font-weight:800}
	.element-info ul li{display:block;width:100%;padding:10px 0;color:#d2d2d2}
	.element-info ul li>*{display:block;color:#fff;font-size:10px;letter-spacing:.1em}
	.element-info ul li b{font-weight:600;text-transform:uppercase}
	.element-info ul li span{font-weight:300}
	.element-articles{position:relative;flex:1;width:100%;padding:0 15px}
	.element-articles>div{position:relative;/*display:flex;flex-flow:column;*/width:100%;height:100%;padding-right:15px}
	.element-articles:before{position:absolute;content:'';width:1px;height:100%;top:0;left:-1px;background:#b58681}
	.element-articles>*{padding-top:15px;padding-bottom:15px}
	.element-articles>*:first-child{padding-top:0}
	.element-articles [class*="col-"]{margin-right:0;margin-left:0}
	.element-articles h1{margin-bottom:2.5rem!important;color:#fff;font-size:36px;font-weight:800;line-height:1;letter-spacing:-2px}
	.element-articles h4{margin-bottom:.5rem!important;color:#fff;font-weight:800;line-height:1;letter-spacing:-1px}
	.element-articles p,.element-articles span{margin-bottom:1.5rem!important;color:#fff;font-size:10px;font-weight:300;line-height:1.35;letter-spacing:.1em}
	.element-articles p *{color:inherit;font:inherit}
	.element-articles span{display:block;margin-bottom:.75rem!important;font-style:italic}
	.element-articles hr{border-color:#b58681}
	.element-articles img,.element-articles video,.element-articles .embeditem{margin-bottom:1.5rem!important}
	.article-image{display:flex;flex-direction:column;align-items:center;justify-content:center;background:#8c8c8c;color:#fff}
	.article-content{background:#fff}
	.article-inner{padding:40px 80px 40px 40px}
	.article-inner span{color:#707070;font-size:16px}
	.article-inner .h2{margin-bottom:.5rem!important;color:#000;font-weight:600;text-transform:uppercase}
/*
@media (max-width:576px){
	/* Main *
	main{/*overflow:unset;*z-index:8}
	/* Grid *
	.grid {grid-template-columns:repeat(2, 1fr);grid-column-gap:20px;grid-row-gap:20px}
	.grid>div:not(.radboud):not(.row-div){display:none}
	/* Background colors (Radboud info) *
	.radboud a{background:none!important}
	.radboud a[class*="Hydrogen"] abbr,
	.radboud a[class*="Carbon"] abbr,
	.radboud a[class*="Nitrogen"] abbr,
	.radboud a[class*="Phosphorus"] abbr,
	.radboud a[class*="Oxygen"] abbr,
	.radboud a[class*="Sulfur"] abbr,
	.radboud a[class*="Selenium"] abbr{background-color:#6cff00}
	.radboud a[class*="Lithium"] abbr,
	.radboud a[class*="Sodium"] abbr,
	.radboud a[class*="Potassium"] abbr,
	.radboud a[class*="Rubidium"] abbr,
	.radboud a[class*="Caesium"] abbr,
	.radboud a[class*="Francium"] abbr{background-color:#cf5107}
	.radboud a[class*="Beryllium"] abbr,
	.radboud a[class*="Magnesium"] abbr,
	.radboud a[class*="Calcium"] abbr,
	.radboud a[class*="Strontium"] abbr,
	.radboud a[class*="Barium"] abbr,
	.radboud a[class*="Radium"] abbr{background-color:#f18700}
	.radboud a[class*="Lanthanum"] abbr,
	.radboud a[class*="Cerium"] abbr,
	.radboud a[class*="Praseodymium"] abbr,
	.radboud a[class*="Neodymium"] abbr,
	.radboud a[class*="Promethium"] abbr,
	.radboud a[class*="Samarium"] abbr,
	.radboud a[class*="Europium"] abbr,
	.radboud a[class*="Gadolinium"] abbr,
	.radboud a[class*="Terbium"] abbr,
	.radboud a[class*="Dysprosium"] abbr,
	.radboud a[class*="Holmium"] abbr,
	.radboud a[class*="Erbium"] abbr,
	.radboud a[class*="Thulium"] abbr,
	.radboud a[class*="Ytterbium"] abbr,
	.radboud a[class*="Lutetium"] abbr{background-color:#00e4da}
	.radboud a[class*="Actinium"] abbr,
	.radboud a[class*="Thorium"] abbr,
	.radboud a[class*="Protactinium"] abbr,
	.radboud a[class*="Uranium"] abbr,
	.radboud a[class*="Neptunium"] abbr,
	.radboud a[class*="Plutonium"] abbr,
	.radboud a[class*="Americium"] abbr,
	.radboud a[class*="Curium"] abbr,
	.radboud a[class*="Berkelium"] abbr,
	.radboud a[class*="Californium"] abbr,
	.radboud a[class*="Einsteinium"] abbr,
	.radboud a[class*="Fermium"] abbr,
	.radboud a[class*="Mendelevium"] abbr,
	.radboud a[class*="Nobelium"] abbr,
	.radboud a[class*="Lawrencium"] abbr{background-color:#008f89}
	.radboud a[class*="Boron"] abbr,
	.radboud a[class*="Silicon"] abbr,
	.radboud a[class*="Germanium"] abbr,
	.radboud a[class*="Arsenic"] abbr,
	.radboud a[class*="Antimony"] abbr,
	.radboud a[class*="Tellurium"] abbr{background-color:#008acb}
	.radboud a[class*="Aluminium"] abbr,
	.radboud a[class*="Gallium"] abbr,
	.radboud a[class*="Indium"] abbr,
	.radboud a[class*="Thallium"] abbr,
	.radboud a[class*="Nihonium"] abbr,
	.radboud a[class*="Tin"] abbr,
	.radboud a[class*="Lead"] abbr,
	.radboud a[class*="Flerovium"] abbr,
	.radboud a[class*="Bismuth"] abbr,
	.radboud a[class*="Moscovium"] abbr,
	.radboud a[class*="Polonium"] abbr,
	.radboud a[class*="Livermorium"] abbr{background-color:#06e8ff}
	.radboud a[class*="Fluorine"] abbr,
	.radboud a[class*="Chlorine"] abbr,
	.radboud a[class*="Bromine"] abbr,
	.radboud a[class*="Iodine"] abbr,
	.radboud a[class*="Astatine"] abbr,
	.radboud a[class*="Tennessine"] abbr{background-color:#4aa943}
	.radboud a[class*="Helium"] abbr,
	.radboud a[class*="Neon"] abbr,
	.radboud a[class*="Argon"] abbr,
	.radboud a[class*="Krypton"] abbr,
	.radboud a[class*="Xenon"] abbr,
	.radboud a[class*="Radon"] abbr,
	.radboud a[class*="Oganesson"] abbr{background-color:#ccaf00}
	.radboud a abbr{background-color:#f7f7f7}
	/* Panel *
	.panel,.panel-sec,.panel-news{display:none;width:calc(100% - 20px);height:100vh;max-height:100vh;padding-left:0;padding-top:120px}
	.panel.open,.panel-sec.open,.panel-news.open{display:block}
	.panel-news{padding-top:80px}
	.panel-element{flex-direction:row;align-items:flex-start;justify-content:flex-start;width:100%;height:120px;padding:10px 20px}
	.panel-element>*{width:80px;height:80px}
	.close-panel{width:40px;height:40px}
	.element-item abbr{font-size:32px}
	.element-item span{font-size:10px}
	.panel-news .panel-element{height:80px}
	.panel-content{height:calc(100vh - 120px);padding:0 20px 20px}
	.panel-news .panel-content{height:calc(100vh - 80px)}
	.panel-inner>.row{flex-flow:column nowrap;height:100%;margin-right:-20px;margin-left:-20px}
	.panel-inner [class*="col-"]{padding-right:15px;padding-left:15px}
	.element-info{flex:0;width:100%;padding:0 20px 10px}
	.element-info:after{width:100%;height:1px;top:auto;left:0;right:auto;bottom:0}
	.element-info .h1{padding-top:0}
	.element-info ul li{width:50%;padding-top:0;float:left}
	.element-articles{flex:none;width:100%;padding:20px}
	.element-articles>div{height:450px;padding-right:0}
	.element-articles h1{margin-bottom:1.5rem!important}
	.scroll-ct{position:relative;width:100%;height:calc(100vh - 200px);padding-right:15px}
	.scroll-ct .ps__rail-y{right:0!important}
}
*/
@media (min-width:576px){
	.container{max-width:540px}
	.col-sm-1{
		-webkit-box-flex:0;
		   -moz-box-flex:0;
			-ms-box-flex:0;
			-webkit-flex:0 0 8.333333%;
				-ms-flex:0 0 8.333333%;
					flex:0 0 8.333333%;
		max-width:8.333333%;
	}
	.col-sm-2{
		-webkit-box-flex:0;
		   -moz-box-flex:0;
			-ms-box-flex:0;
		-webkit-flex:0 0 16.666667%;
			-ms-flex:0 0 16.666667%;
				flex:0 0 16.666667%;
		max-width:16.666667%;
	}
	.col-sm-3{
		-webkit-box-flex:0;
		   -moz-box-flex:0;
			-ms-box-flex:0;
		-webkit-flex:0 0 25%;
			-ms-flex:0 0 25%;
				flex:0 0 25%;
		max-width:25%;
	}
	.col-sm-4{
		-webkit-box-flex:0;
		   -moz-box-flex:0;
			-ms-box-flex:0;
		-webkit-flex:0 0 33.333333%;
			-ms-flex:0 0 33.333333%;
				flex:0 0 33.333333%;
		max-width:33.333333%;
	}
	.col-sm-5{
		-webkit-box-flex:0;
		   -moz-box-flex:0;
			-ms-box-flex:0;
		-webkit-flex:0 0 41.666667%;
			-ms-flex:0 0 41.666667%;
				flex:0 0 41.666667%;
		max-width:41.666667%;
	}
	.col-sm-6{
		-webkit-box-flex:0;
		   -moz-box-flex:0;
			-ms-box-flex:0;
		-webkit-flex:0 0 50%;
			-ms-flex:0 0 50%;
				flex:0 0 50%;
		max-width:50%;
	}
	.col-sm-7{
		-webkit-box-flex:0;
		   -moz-box-flex:0;
			-ms-box-flex:0;
		-webkit-flex:0 0 58.333333%;
			-ms-flex:0 0 58.333333%;
				flex:0 0 58.333333%;
		max-width:58.333333%;
	}
	.col-sm-8{
		-webkit-box-flex:0;
		   -moz-box-flex:0;
			-ms-box-flex:0;
		-webkit-flex:0 0 66.666667%;
			-ms-flex:0 0 66.666667%;
				flex:0 0 66.666667%;
		max-width:66.666667%;
	}
	.col-sm-9{
		-webkit-box-flex:0;
		   -moz-box-flex:0;
			-ms-box-flex:0;
		-webkit-flex:0 0 75%;
			-ms-flex:0 0 75%;
				flex:0 0 75%;
		max-width:75%;
	}
	.col-sm-10{
		-webkit-box-flex:0;
		   -moz-box-flex:0;
			-ms-box-flex:0;
		-webkit-flex:0 0 83.333333%;
			-ms-flex:0 0 83.333333%;
				flex:0 0 83.333333%;
		max-width:83.333333%;
	}
	.col-sm-11{
		-webkit-box-flex:0;
		   -moz-box-flex:0;
			-ms-box-flex:0;
		-webkit-flex:0 0 91.666667%;
			-ms-flex:0 0 91.666667%;
				flex:0 0 91.666667%;
		max-width:91.666667%;
	}
	.col-sm-12{
		-webkit-box-flex:0;
		   -moz-box-flex:0;
			-ms-box-flex:0;
		-webkit-flex:0 0 100%;
			-ms-flex:0 0 100%;
				flex:0 0 100%;
		max-width:100%;
	}
}
@media (min-width:720px){
	.container{max-width:inherit}
	.col-md-1{
		-webkit-box-flex:0;
		   -moz-box-flex:0;
			-ms-box-flex:0;
		-webkit-flex:0 0 8.333333%;
			-ms-flex:0 0 8.333333%;
				flex:0 0 8.333333%;
		max-width:8.333333%;
	}
	.col-md-2{
		-webkit-box-flex:0;
		   -moz-box-flex:0;
			-ms-box-flex:0;
		-webkit-flex:0 0 16.666667%;
			-ms-flex:0 0 16.666667%;
				flex:0 0 16.666667%;
		max-width:16.666667%;
	}
	.col-md-3{
		-webkit-box-flex:0;
		   -moz-box-flex:0;
			-ms-box-flex:0;
		-webkit-flex:0 0 25%;
			-ms-flex:0 0 25%;
				flex:0 0 25%;
		max-width:25%;
	}
	.col-md-4{
		-webkit-box-flex:0;
		   -moz-box-flex:0;
			-ms-box-flex:0;
		-webkit-flex:0 0 33.323333%;
			-ms-flex:0 0 33.323333%;
				flex:0 0 33.323333%;
		max-width:33.323333%;
	}
	.col-md-5{
		-webkit-box-flex:0;
		   -moz-box-flex:0;
			-ms-box-flex:0;
		-webkit-flex:0 0 41.666667%;
			-ms-flex:0 0 41.666667%;
				flex:0 0 41.666667%;
		max-width:41.666667%;
	}
	.col-md-6{
		-webkit-box-flex:0;
		   -moz-box-flex:0;
			-ms-box-flex:0;
		-webkit-flex:0 0 50%;
			-ms-flex:0 0 50%;
				flex:0 0 50%;
		max-width:50%;
	}
	.col-md-7{
		-webkit-box-flex:0;
		   -moz-box-flex:0;
			-ms-box-flex:0;
		-webkit-flex:0 0 58.333333%;
			-ms-flex:0 0 58.333333%;
				flex:0 0 58.333333%;
		max-width:58.333333%;
	}
	.col-md-8{
		-webkit-box-flex:0;
		   -moz-box-flex:0;
			-ms-box-flex:0;
		-webkit-flex:0 0 66.656667%;
			-ms-flex:0 0 66.656667%;
				flex:0 0 66.656667%;
		max-width:66.656667%;
	}
	.col-md-9{
		-webkit-box-flex:0;
		   -moz-box-flex:0;
			-ms-box-flex:0;
		-webkit-flex:0 0 75%;
			-ms-flex:0 0 75%;
				flex:0 0 75%;
		max-width:75%;
	}
	.col-md-10{
		-webkit-box-flex:0;
		   -moz-box-flex:0;
			-ms-box-flex:0;
		-webkit-flex:0 0 83.333333%;
			-ms-flex:0 0 83.333333%;
				flex:0 0 83.333333%;
		max-width:83.333333%;
	}
	.col-md-11{
		-webkit-box-flex:0;
		   -moz-box-flex:0;
			-ms-box-flex:0;
		-webkit-flex:0 0 91.666667%;
			-ms-flex:0 0 91.666667%;
				flex:0 0 91.666667%;
		max-width:91.666667%;
	}
	.col-md-12{
		-webkit-box-flex:0;
		   -moz-box-flex:0;
			-ms-box-flex:0;
		-webkit-flex:0 0 100%;
			-ms-flex:0 0 100%;
				flex:0 0 100%;
		max-width:100%;
	}
	/* Site Presets */
	.visible-xs{display:none}
	.hidden-xs{display:block}
	.order-1{order:1}
	.order-2{order:2}
		/* Content */
		h1,.h1{margin-bottom:.75rem!important;font-size:2.882em}/*49px*/
		h2,.h2{margin-bottom:1.5rem!important;font-size:2em}/*34px*/
		h3,.h3{margin-bottom:.25rem!important;font-size:1.235em}/*21px*/
		h4,.h4{margin-bottom:.25rem!important;font-size:1.059em}/*18px*/
		.text-center-xs{text-align:left}
		.title-trailmade{font-size:4.412em}
		/* Buttons */
		.btn{padding:7px 15px;font-size:15px}
		p+.btn{margin-top:5px}
		/* Video */
		.bg-video-filled video{display:block!important}
		.bg-video-filled img{display:none!important}
		/* Umbraco Grid */
		.umb-grid .col-md-6,.umb-grid .col-md-4{margin:0}
		.umb-grid .col-md-12 img,.umb-grid .col-md-6 img,.umb-grid .col-md-4 img{margin-bottom:0}
	/* Site Styling */
		/* Header */
		.hd-logo{padding-left:0}
		.hd-logo:before{right:100%;left:auto}
		/* Main */
		main{min-height:calc(100vh - 130px);padding:0 15px 50px}
		main>h1{max-width:555px;margin-left:125px;font-size:72px;letter-spacing:-3px}
		/* Grid */
		.grid {grid-template-columns:repeat(18, 1fr);grid-column-gap:4px;grid-row-gap:4px;padding:4px}
		.grid:before{content:'';width:0;padding-bottom:100%;grid-row:1 / 1;grid-column:1 / 1}
		.grid>*>div,.grid>*>a{flex-direction:column}
		.grid abbr{display:block;width:auto;height:auto;font-size:14px}
		.grid span{flex:none;padding:0;color:inherit!important;font-size:4px}
		.row-bottom{grid-row:11 / 13}
		.column-full{grid-column:1 / -1}
		.column-3-4{grid-column:3 / 4}
		.column-3-4{grid-column:3 / 4}
		.column-4-18{grid-column:4 / 18}
		.column-13-14{grid-column:13 / 14}
		.column-18-19{grid-column:18 / 19}
		.ptof>*:nth-child(2){grid-column:18 / 19}
		.ptof>*:nth-child(5),
		.ptof>*:nth-child(13){grid-column:13 / 14}
		.ptof>*:nth-child(91),
		.ptof>*:nth-child(105){grid-column:4 / 5}
		.ptof>*:nth-child(92),
		.ptof>*:nth-child(106){grid-column:5 / 6}
		.ptof>*:nth-child(93),
		.ptof>*:nth-child(107){grid-column:6 / 7}
		.ptof>*:nth-child(94),
		.ptof>*:nth-child(108){grid-column:7 / 8}
		.ptof>*:nth-child(95),
		.ptof>*:nth-child(109){grid-column:8 / 9}
		.ptof>*:nth-child(96),
		.ptof>*:nth-child(110){grid-column:9 / 10}
		.ptof>*:nth-child(97),
		.ptof>*:nth-child(111){grid-column:10 / 11}
		.ptof>*:nth-child(98),
		.ptof>*:nth-child(112){grid-column:11 / 12}
		.ptof>*:nth-child(99),
		.ptof>*:nth-child(113){grid-column:12 / 13}
		.ptof>*:nth-child(100),
		.ptof>*:nth-child(114){grid-column:13 / 14}
		.ptof>*:nth-child(101),
		.ptof>*:nth-child(115){grid-column:14 / 15}
		.ptof>*:nth-child(102),
		.ptof>*:nth-child(116){grid-column:15 / 16}
		.ptof>*:nth-child(103),
		.ptof>*:nth-child(117){grid-column:16 / 17}
		.ptof>*:nth-child(104),
		.ptof>*:nth-child(118){grid-column:17 / 18}
		.ptof>*:nth-child(119){grid-column:4 / 8}
		.ptof>*:nth-child(91),
		.ptof>*:nth-child(92),
		.ptof>*:nth-child(93),
		.ptof>*:nth-child(94),
		.ptof>*:nth-child(95),
		.ptof>*:nth-child(96),
		.ptof>*:nth-child(97),
		.ptof>*:nth-child(98),
		.ptof>*:nth-child(99),
		.ptof>*:nth-child(100),
		.ptof>*:nth-child(101),
		.ptof>*:nth-child(102),
		.ptof>*:nth-child(103),
		.ptof>*:nth-child(104){grid-row:9 / 10}
		.ptof>*:nth-child(105),
		.ptof>*:nth-child(106),
		.ptof>*:nth-child(107),
		.ptof>*:nth-child(108),
		.ptof>*:nth-child(109),
		.ptof>*:nth-child(110),
		.ptof>*:nth-child(111),
		.ptof>*:nth-child(112),
		.ptof>*:nth-child(113),
		.ptof>*:nth-child(114),
		.ptof>*:nth-child(115),
		.ptof>*:nth-child(116),
		.ptof>*:nth-child(117),
		.ptof>*:nth-child(118){grid-row:10 / 11}
		.ptof>*:nth-child(119){grid-row:12 / 13}
		/* Text colors */
		.radboud a *{color:#000!important}
		/* Panel */
		.panel,.panel-sec,.panel-news{top:130px}
		/* RU label */
		.radboud a:before{min-width:8px;min-height:10px;top:2px;left:2px}
}
@media (min-width:992px){
	.container{max-width:inherit}
	.col-lg-1{
		-webkit-box-flex:0;
		   -moz-box-flex:0;
			-ms-box-flex:0;
		-webkit-flex:0 0 8.333333%;
			-ms-flex:0 0 8.333333%;
				flex:0 0 8.333333%;
		max-width:8.333333%;
	}
	.col-lg-2{
		-webkit-box-flex:0;
		   -moz-box-flex:0;
			-ms-box-flex:0;
		-webkit-flex:0 0 16.666667%;
			-ms-flex:0 0 16.666667%;
				flex:0 0 16.666667%;
		max-width:16.666667%;
	}
	.col-lg-3{
		-webkit-box-flex:0;
		   -moz-box-flex:0;
			-ms-box-flex:0;
		-webkit-flex:0 0 25%;
			-ms-flex:0 0 25%;
				flex:0 0 25%;
		max-width:25%;
	}
	.col-lg-4{
		-webkit-box-flex:0;
		   -moz-box-flex:0;
			-ms-box-flex:0;
		-webkit-flex:0 0 33.333333%;
			-ms-flex:0 0 33.333333%;
				flex:0 0 33.333333%;
		max-width:33.333333%;
	}
	.col-lg-5/*,.umb-grid .col-md-6*/{
		-webkit-box-flex:0;
		   -moz-box-flex:0;
			-ms-box-flex:0;
		-webkit-flex:0 0 41.666667%;
			-ms-flex:0 0 41.666667%;
				flex:0 0 41.666667%;
		max-width:41.666667%;
	}
	.col-lg-6{
		-webkit-box-flex:0;
		   -moz-box-flex:0;
			-ms-box-flex:0;
		-webkit-flex:0 0 50%;
			-ms-flex:0 0 50%;
				flex:0 0 50%;
		max-width:50%;
	}
	.col-lg-7{
		-webkit-box-flex:0;
		   -moz-box-flex:0;
			-ms-box-flex:0;
		-webkit-flex:0 0 58.333333%;
			-ms-flex:0 0 58.333333%;
				flex:0 0 58.333333%;
		max-width:58.333333%;
	}
	.col-lg-8{
		-webkit-box-flex:0;
		   -moz-box-flex:0;
			-ms-box-flex:0;
		-webkit-flex:0 0 66.666667%;
			-ms-flex:0 0 66.666667%;
				flex:0 0 66.666667%;
		max-width:66.666667%;
	}
	.col-lg-9{
		-webkit-box-flex:0;
		   -moz-box-flex:0;
			-ms-box-flex:0;
		-webkit-flex:0 0 75%;
			-ms-flex:0 0 75%;
				flex:0 0 75%;
		max-width:75%;
	}
	.col-lg-10/*,.umb-grid .col-md-12*/{
		-webkit-box-flex:0;
		   -moz-box-flex:0;
			-ms-box-flex:0;
		-webkit-flex:0 0 83.333333%;
			-ms-flex:0 0 83.333333%;
				flex:0 0 83.333333%;
		max-width:83.333333%;
	}
	.col-lg-11{
		-webkit-box-flex:0;
		   -moz-box-flex:0;
			-ms-box-flex:0;
		-webkit-flex:0 0 91.666667%;
			-ms-flex:0 0 91.666667%;
				flex:0 0 91.666667%;
		max-width:91.666667%;
	}
	.col-lg-12{
		-webkit-box-flex:0;
		   -moz-box-flex:0;
			-ms-box-flex:0;
		-webkit-flex:0 0 100%;
			-ms-flex:0 0 100%;
				flex:0 0 100%;
		max-width:100%;
	}
	/* Site Presets */
	.visible-sm{display:none}
	.hidden-sm{display:block}
		/* Content */
		h1,.h1{margin-bottom:.75rem!important;font-size:3.059em}/*52px*/
		h2,.h2{margin-bottom:1.5rem!important;font-size:2.176em}/*37px*/
		h3,.h3{margin-bottom:.25rem!important;font-size:1.353em}/*23px*/
		h4,.h4{margin-bottom:.25rem!important;font-size:1.235em}/*21px*/
		p{margin-bottom:1.5em}
		/* Buttons */
		.btn{font-size:17px}
		p+.btn{margin-top:15px}
	/* Site Styling */
		/* Grid */
		.grid abbr{font-size:16px}
		.grid span{font-size:6px}
		/* RU label */
		.radboud a:before{min-width:10px;min-height:12px;top:4px;left:4px}
}
@media (max-width:1199px){
	/* Panel */
	.panel,.panel-news{max-width:1035px}
	.panel-sec{max-width:992px}
}
@media (min-width:1200px){
	.container{max-width:1170px}
	.col-xl-1{
		-webkit-box-flex:0;
		   -moz-box-flex:0;
			-ms-box-flex:0;
		-webkit-flex:0 0 8.333333%;
			-ms-flex:0 0 8.333333%;
				flex:0 0 8.333333%;
		max-width:8.333333%;
	}
	.col-xl-2{
		-webkit-box-flex:0;
		   -moz-box-flex:0;
			-ms-box-flex:0;
		-webkit-flex:0 0 16.666667%;
			-ms-flex:0 0 16.666667%;
				flex:0 0 16.666667%;
		max-width:16.666667%;
	}
	.col-xl-3{
		-webkit-box-flex:0;
		   -moz-box-flex:0;
			-ms-box-flex:0;
		-webkit-flex:0 0 25%;
			-ms-flex:0 0 25%;
				flex:0 0 25%;
		max-width:25%;
	}
	.col-xl-4{
		-webkit-box-flex:0;
		   -moz-box-flex:0;
			-ms-box-flex:0;
		-webkit-flex:0 0 33.333333%;
			-ms-flex:0 0 33.333333%;
				flex:0 0 33.333333%;
		max-width:33.133333%;
	}
	.col-xl-5{
		-webkit-box-flex:0;
		   -moz-box-flex:0;
			-ms-box-flex:0;
		-webkit-flex:0 0 41.666667%;
			-ms-flex:0 0 41.666667%;
				flex:0 0 41.666667%;
		max-width:41.666667%;
	}
	.col-xl-6{
		-webkit-box-flex:0;
		   -moz-box-flex:0;
			-ms-box-flex:0;
		-webkit-flex:0 0 50%;
			-ms-flex:0 0 50%;
				flex:0 0 50%;
		max-width:50%;
	}
	.col-xl-7{
		-webkit-box-flex:0;
		   -moz-box-flex:0;
			-ms-box-flex:0;
		-webkit-flex:0 0 58.333333%;
			-ms-flex:0 0 58.333333%;
				flex:0 0 58.333333%;
		max-width:58.333333%;
	}
	.col-xl-8{
		-webkit-box-flex:0;
		   -moz-box-flex:0;
			-ms-box-flex:0;
		-webkit-flex:0 0 66.666667%;
			-ms-flex:0 0 66.666667%;
				flex:0 0 66.666667%;
		max-width:66.666667%;
	}
	.col-xl-9{
		-webkit-box-flex:0;
		   -moz-box-flex:0;
			-ms-box-flex:0;
		-webkit-flex:0 0 75%;
			-ms-flex:0 0 75%;
				flex:0 0 75%;
		max-width:75%;
	}
	.col-xl-10{
		-webkit-box-flex:0;
		   -moz-box-flex:0;
			-ms-box-flex:0;
		-webkit-flex:0 0 83.333333%;
			-ms-flex:0 0 83.333333%;
				flex:0 0 83.333333%;
		max-width:83.333333%;
	}
	.col-xl-11{
		-webkit-box-flex:0;
		   -moz-box-flex:0;
			-ms-box-flex:0;
		-webkit-flex:0 0 91.666667%;
			-ms-flex:0 0 91.666667%;
				flex:0 0 91.666667%;
		max-width:91.666667%;
	}
	.col-xl-12{
		-webkit-box-flex:0;
		   -moz-box-flex:0;
			-ms-box-flex:0;
		-webkit-flex:0 0 100%;
			-ms-flex:0 0 100%;
				flex:0 0 100%;
		max-width:100%;
	}
	/* Site Presets */
		/* Content */
		h1,.h1{margin-bottom:.75rem!important;font-size:3.235em}/*55px*/
		h2,.h2{margin-bottom:1.5rem!important;font-size:2.353em}/*40px*/
		h3,.h3{margin-bottom:.25rem!important;font-size:1.471em}/*25px*/
		h4,.h4{margin-bottom:.25rem!important;font-size:1.353em}/*23px*/
		/* Buttons */
		p+.btn{margin-top:25px}
	/* Site Styling */
		/* Grid */
		/*.grid>.row-div>div .btn{align-self:center}*/
		.grid abbr{font-size:30px}
		.grid span{font-size:10px}
		.ptof>*:nth-child(119){grid-column:4 / 7}
		/* Panel */
		.panel,.panel-news{max-width:1035px}
		.panel-sec{max-width:992px}
}
@media (min-height:1200px) and (orientation:portrait){
	/*
	body{overflow:hidden}
	*/
	/* Site Styling */
	/* Main */
	main{padding-top:190px;justify-content:flex-start}
	/* Panel */
	.panel,.panel-sec,.panel-news{top:160px}
}
.float-left{float:left!important}.float-right{float:right!important}.float-none{float:none!important}
@media (min-width:576px){.float-sm-left{float:left!important}.float-sm-right{float:right!important}.float-sm-none{float:none!important}}
@media (min-width:768px){.float-md-left{float:left!important}.float-md-right{float:right!important}.float-md-none{float:none!important}}
@media (min-width:992px){.float-lg-left{float:left!important}.float-lg-right{float:right!important}.float-lg-none{float:none!important}}
@media (min-width:1200px){.float-xl-left{float:left!important}.float-xl-right{float:right!important}.float-xl-none{float:none!important}}
.m-0{margin:0!important}.mt-0,.my-0{margin-top:0!important}.mr-0,.mx-0{margin-right:0!important}.mb-0,.my-0{margin-bottom:0!important}.ml-0,.mx-0{margin-left:0!important}.m-1{margin:.25rem!important}.mt-1,.my-1{margin-top:.25rem!important}.mr-1,.mx-1{margin-right:.25rem!important}.mb-1,.my-1{margin-bottom:.25rem!important}.ml-1,.mx-1{margin-left:.25rem!important}.m-2{margin:.5rem!important}.mt-2,.my-2{margin-top:.5rem!important}.mr-2,.mx-2{margin-right:.5rem!important}.mb-2,.my-2{margin-bottom:.5rem!important}.ml-2,.mx-2{margin-left:.5rem!important}.m-3{margin:1rem!important}.mt-3,.my-3{margin-top:1rem!important}.mr-3,.mx-3{margin-right:1rem!important}.mb-3,.my-3{margin-bottom:1rem!important}.ml-3,.mx-3{margin-left:1rem!important}.m-4{margin:1.5rem!important}.mt-4,.my-4{margin-top:1.5rem!important}.mr-4,.mx-4{margin-right:1.5rem!important}.mb-4,.my-4{margin-bottom:1.5rem!important}.ml-4,.mx-4{margin-left:1.5rem!important}.m-5{margin:3rem!important}.mt-5,.my-5{margin-top:3rem!important}.mr-5,.mx-5{margin-right:3rem!important}.mb-5,.my-5{margin-bottom:3rem!important}.ml-5,.mx-5{margin-left:3rem!important}.p-0{padding:0!important}.pt-0,.py-0{padding-top:0!important}.pr-0,.px-0{padding-right:0!important}.pb-0,.py-0{padding-bottom:0!important}.pl-0,.px-0{padding-left:0!important}.p-1{padding:.25rem!important}.pt-1,.py-1{padding-top:.25rem!important}.pr-1,.px-1{padding-right:.25rem!important}.pb-1,.py-1{padding-bottom:.25rem!important}.pl-1,.px-1{padding-left:.25rem!important}.p-2{padding:.5rem!important}.pt-2,.py-2{padding-top:.5rem!important}.pr-2,.px-2{padding-right:.5rem!important}.pb-2,.py-2{padding-bottom:.5rem!important}.pl-2,.px-2{padding-left:.5rem!important}.p-3{padding:1rem!important}.pt-3,.py-3{padding-top:1rem!important}.pr-3,.px-3{padding-right:1rem!important}.pb-3,.py-3{padding-bottom:1rem!important}.pl-3,.px-3{padding-left:1rem!important}.p-4{padding:1.5rem!important}.pt-4,.py-4{padding-top:1.5rem!important}.pr-4,.px-4{padding-right:1.5rem!important}.pb-4,.py-4{padding-bottom:1.5rem!important}.pl-4,.px-4{padding-left:1.5rem!important}.p-5{padding:3rem!important}.pt-5,.py-5{padding-top:3rem!important}.pr-5,.px-5{padding-right:3rem!important}.pb-5,.py-5{padding-bottom:3rem!important}.pl-5,.px-5{padding-left:3rem!important}.m-n1{margin:-.25rem!important}.mt-n1,.my-n1{margin-top:-.25rem!important}.mr-n1,.mx-n1{margin-right:-.25rem!important}.mb-n1,.my-n1{margin-bottom:-.25rem!important}.ml-n1,.mx-n1{margin-left:-.25rem!important}.m-n2{margin:-.5rem!important}.mt-n2,.my-n2{margin-top:-.5rem!important}.mr-n2,.mx-n2{margin-right:-.5rem!important}.mb-n2,.my-n2{margin-bottom:-.5rem!important}.ml-n2,.mx-n2{margin-left:-.5rem!important}.m-n3{margin:-1rem!important}.mt-n3,.my-n3{margin-top:-1rem!important}.mr-n3,.mx-n3{margin-right:-1rem!important}.mb-n3,.my-n3{margin-bottom:-1rem!important}.ml-n3,.mx-n3{margin-left:-1rem!important}.m-n4{margin:-1.5rem!important}.mt-n4,.my-n4{margin-top:-1.5rem!important}.mr-n4,.mx-n4{margin-right:-1.5rem!important}.mb-n4,.my-n4{margin-bottom:-1.5rem!important}.ml-n4,.mx-n4{margin-left:-1.5rem!important}.m-n5{margin:-3rem!important}.mt-n5,.my-n5{margin-top:-3rem!important}.mr-n5,.mx-n5{margin-right:-3rem!important}.mb-n5,.my-n5{margin-bottom:-3rem!important}.ml-n5,.mx-n5{margin-left:-3rem!important}.m-auto{margin:auto!important}.mt-auto,.my-auto{margin-top:auto!important}.mr-auto,.mx-auto{margin-right:auto!important}.mb-auto,.my-auto{margin-bottom:auto!important}.ml-auto,.mx-auto{margin-left:auto!important}
@media (min-width:576px){.m-sm-0{margin:0!important}.mt-sm-0,.my-sm-0{margin-top:0!important}.mr-sm-0,.mx-sm-0{margin-right:0!important}.mb-sm-0,.my-sm-0{margin-bottom:0!important}.ml-sm-0,.mx-sm-0{margin-left:0!important}.m-sm-1{margin:.25rem!important}.mt-sm-1,.my-sm-1{margin-top:.25rem!important}.mr-sm-1,.mx-sm-1{margin-right:.25rem!important}.mb-sm-1,.my-sm-1{margin-bottom:.25rem!important}.ml-sm-1,.mx-sm-1{margin-left:.25rem!important}.m-sm-2{margin:.5rem!important}.mt-sm-2,.my-sm-2{margin-top:.5rem!important}.mr-sm-2,.mx-sm-2{margin-right:.5rem!important}.mb-sm-2,.my-sm-2{margin-bottom:.5rem!important}.ml-sm-2,.mx-sm-2{margin-left:.5rem!important}.m-sm-3{margin:1rem!important}.mt-sm-3,.my-sm-3{margin-top:1rem!important}.mr-sm-3,.mx-sm-3{margin-right:1rem!important}.mb-sm-3,.my-sm-3{margin-bottom:1rem!important}.ml-sm-3,.mx-sm-3{margin-left:1rem!important}.m-sm-4{margin:1.5rem!important}.mt-sm-4,.my-sm-4{margin-top:1.5rem!important}.mr-sm-4,.mx-sm-4{margin-right:1.5rem!important}.mb-sm-4,.my-sm-4{margin-bottom:1.5rem!important}.ml-sm-4,.mx-sm-4{margin-left:1.5rem!important}.m-sm-5{margin:3rem!important}.mt-sm-5,.my-sm-5{margin-top:3rem!important}.mr-sm-5,.mx-sm-5{margin-right:3rem!important}.mb-sm-5,.my-sm-5{margin-bottom:3rem!important}.ml-sm-5,.mx-sm-5{margin-left:3rem!important}.p-sm-0{padding:0!important}.pt-sm-0,.py-sm-0{padding-top:0!important}.pr-sm-0,.px-sm-0{padding-right:0!important}.pb-sm-0,.py-sm-0{padding-bottom:0!important}.pl-sm-0,.px-sm-0{padding-left:0!important}.p-sm-1{padding:.25rem!important}.pt-sm-1,.py-sm-1{padding-top:.25rem!important}.pr-sm-1,.px-sm-1{padding-right:.25rem!important}.pb-sm-1,.py-sm-1{padding-bottom:.25rem!important}.pl-sm-1,.px-sm-1{padding-left:.25rem!important}.p-sm-2{padding:.5rem!important}.pt-sm-2,.py-sm-2{padding-top:.5rem!important}.pr-sm-2,.px-sm-2{padding-right:.5rem!important}.pb-sm-2,.py-sm-2{padding-bottom:.5rem!important}.pl-sm-2,.px-sm-2{padding-left:.5rem!important}.p-sm-3{padding:1rem!important}.pt-sm-3,.py-sm-3{padding-top:1rem!important}.pr-sm-3,.px-sm-3{padding-right:1rem!important}.pb-sm-3,.py-sm-3{padding-bottom:1rem!important}.pl-sm-3,.px-sm-3{padding-left:1rem!important}.p-sm-4{padding:1.5rem!important}.pt-sm-4,.py-sm-4{padding-top:1.5rem!important}.pr-sm-4,.px-sm-4{padding-right:1.5rem!important}.pb-sm-4,.py-sm-4{padding-bottom:1.5rem!important}.pl-sm-4,.px-sm-4{padding-left:1.5rem!important}.p-sm-5{padding:3rem!important}.pt-sm-5,.py-sm-5{padding-top:3rem!important}.pr-sm-5,.px-sm-5{padding-right:3rem!important}.pb-sm-5,.py-sm-5{padding-bottom:3rem!important}.pl-sm-5,.px-sm-5{padding-left:3rem!important}.m-sm-n1{margin:-.25rem!important}.mt-sm-n1,.my-sm-n1{margin-top:-.25rem!important}.mr-sm-n1,.mx-sm-n1{margin-right:-.25rem!important}.mb-sm-n1,.my-sm-n1{margin-bottom:-.25rem!important}.ml-sm-n1,.mx-sm-n1{margin-left:-.25rem!important}.m-sm-n2{margin:-.5rem!important}.mt-sm-n2,.my-sm-n2{margin-top:-.5rem!important}.mr-sm-n2,.mx-sm-n2{margin-right:-.5rem!important}.mb-sm-n2,.my-sm-n2{margin-bottom:-.5rem!important}.ml-sm-n2,.mx-sm-n2{margin-left:-.5rem!important}.m-sm-n3{margin:-1rem!important}.mt-sm-n3,.my-sm-n3{margin-top:-1rem!important}.mr-sm-n3,.mx-sm-n3{margin-right:-1rem!important}.mb-sm-n3,.my-sm-n3{margin-bottom:-1rem!important}.ml-sm-n3,.mx-sm-n3{margin-left:-1rem!important}.m-sm-n4{margin:-1.5rem!important}.mt-sm-n4,.my-sm-n4{margin-top:-1.5rem!important}.mr-sm-n4,.mx-sm-n4{margin-right:-1.5rem!important}.mb-sm-n4,.my-sm-n4{margin-bottom:-1.5rem!important}.ml-sm-n4,.mx-sm-n4{margin-left:-1.5rem!important}.m-sm-n5{margin:-3rem!important}.mt-sm-n5,.my-sm-n5{margin-top:-3rem!important}.mr-sm-n5,.mx-sm-n5{margin-right:-3rem!important}.mb-sm-n5,.my-sm-n5{margin-bottom:-3rem!important}.ml-sm-n5,.mx-sm-n5{margin-left:-3rem!important}.m-sm-auto{margin:auto!important}.mt-sm-auto,.my-sm-auto{margin-top:auto!important}.mr-sm-auto,.mx-sm-auto{margin-right:auto!important}.mb-sm-auto,.my-sm-auto{margin-bottom:auto!important}.ml-sm-auto,.mx-sm-auto{margin-left:auto!important}}
@media (min-width:768px){.m-md-0{margin:0!important}.mt-md-0,.my-md-0{margin-top:0!important}.mr-md-0,.mx-md-0{margin-right:0!important}.mb-md-0,.my-md-0{margin-bottom:0!important}.ml-md-0,.mx-md-0{margin-left:0!important}.m-md-1{margin:.25rem!important}.mt-md-1,.my-md-1{margin-top:.25rem!important}.mr-md-1,.mx-md-1{margin-right:.25rem!important}.mb-md-1,.my-md-1{margin-bottom:.25rem!important}.ml-md-1,.mx-md-1{margin-left:.25rem!important}.m-md-2{margin:.5rem!important}.mt-md-2,.my-md-2{margin-top:.5rem!important}.mr-md-2,.mx-md-2{margin-right:.5rem!important}.mb-md-2,.my-md-2{margin-bottom:.5rem!important}.ml-md-2,.mx-md-2{margin-left:.5rem!important}.m-md-3{margin:1rem!important}.mt-md-3,.my-md-3{margin-top:1rem!important}.mr-md-3,.mx-md-3{margin-right:1rem!important}.mb-md-3,.my-md-3{margin-bottom:1rem!important}.ml-md-3,.mx-md-3{margin-left:1rem!important}.m-md-4{margin:1.5rem!important}.mt-md-4,.my-md-4{margin-top:1.5rem!important}.mr-md-4,.mx-md-4{margin-right:1.5rem!important}.mb-md-4,.my-md-4{margin-bottom:1.5rem!important}.ml-md-4,.mx-md-4{margin-left:1.5rem!important}.m-md-5{margin:3rem!important}.mt-md-5,.my-md-5{margin-top:3rem!important}.mr-md-5,.mx-md-5{margin-right:3rem!important}.mb-md-5,.my-md-5{margin-bottom:3rem!important}.ml-md-5,.mx-md-5{margin-left:3rem!important}.p-md-0{padding:0!important}.pt-md-0,.py-md-0{padding-top:0!important}.pr-md-0,.px-md-0{padding-right:0!important}.pb-md-0,.py-md-0{padding-bottom:0!important}.pl-md-0,.px-md-0{padding-left:0!important}.p-md-1{padding:.25rem!important}.pt-md-1,.py-md-1{padding-top:.25rem!important}.pr-md-1,.px-md-1{padding-right:.25rem!important}.pb-md-1,.py-md-1{padding-bottom:.25rem!important}.pl-md-1,.px-md-1{padding-left:.25rem!important}.p-md-2{padding:.5rem!important}.pt-md-2,.py-md-2{padding-top:.5rem!important}.pr-md-2,.px-md-2{padding-right:.5rem!important}.pb-md-2,.py-md-2{padding-bottom:.5rem!important}.pl-md-2,.px-md-2{padding-left:.5rem!important}.p-md-3{padding:1rem!important}.pt-md-3,.py-md-3{padding-top:1rem!important}.pr-md-3,.px-md-3{padding-right:1rem!important}.pb-md-3,.py-md-3{padding-bottom:1rem!important}.pl-md-3,.px-md-3{padding-left:1rem!important}.p-md-4{padding:1.5rem!important}.pt-md-4,.py-md-4{padding-top:1.5rem!important}.pr-md-4,.px-md-4{padding-right:1.5rem!important}.pb-md-4,.py-md-4{padding-bottom:1.5rem!important}.pl-md-4,.px-md-4{padding-left:1.5rem!important}.p-md-5{padding:3rem!important}.pt-md-5,.py-md-5{padding-top:3rem!important}.pr-md-5,.px-md-5{padding-right:3rem!important}.pb-md-5,.py-md-5{padding-bottom:3rem!important}.pl-md-5,.px-md-5{padding-left:3rem!important}.m-md-n1{margin:-.25rem!important}.mt-md-n1,.my-md-n1{margin-top:-.25rem!important}.mr-md-n1,.mx-md-n1{margin-right:-.25rem!important}.mb-md-n1,.my-md-n1{margin-bottom:-.25rem!important}.ml-md-n1,.mx-md-n1{margin-left:-.25rem!important}.m-md-n2{margin:-.5rem!important}.mt-md-n2,.my-md-n2{margin-top:-.5rem!important}.mr-md-n2,.mx-md-n2{margin-right:-.5rem!important}.mb-md-n2,.my-md-n2{margin-bottom:-.5rem!important}.ml-md-n2,.mx-md-n2{margin-left:-.5rem!important}.m-md-n3{margin:-1rem!important}.mt-md-n3,.my-md-n3{margin-top:-1rem!important}.mr-md-n3,.mx-md-n3{margin-right:-1rem!important}.mb-md-n3,.my-md-n3{margin-bottom:-1rem!important}.ml-md-n3,.mx-md-n3{margin-left:-1rem!important}.m-md-n4{margin:-1.5rem!important}.mt-md-n4,.my-md-n4{margin-top:-1.5rem!important}.mr-md-n4,.mx-md-n4{margin-right:-1.5rem!important}.mb-md-n4,.my-md-n4{margin-bottom:-1.5rem!important}.ml-md-n4,.mx-md-n4{margin-left:-1.5rem!important}.m-md-n5{margin:-3rem!important}.mt-md-n5,.my-md-n5{margin-top:-3rem!important}.mr-md-n5,.mx-md-n5{margin-right:-3rem!important}.mb-md-n5,.my-md-n5{margin-bottom:-3rem!important}.ml-md-n5,.mx-md-n5{margin-left:-3rem!important}.m-md-auto{margin:auto!important}.mt-md-auto,.my-md-auto{margin-top:auto!important}.mr-md-auto,.mx-md-auto{margin-right:auto!important}.mb-md-auto,.my-md-auto{margin-bottom:auto!important}.ml-md-auto,.mx-md-auto{margin-left:auto!important}}
@media (min-width:992px){.m-lg-0{margin:0!important}.mt-lg-0,.my-lg-0{margin-top:0!important}.mr-lg-0,.mx-lg-0{margin-right:0!important}.mb-lg-0,.my-lg-0{margin-bottom:0!important}.ml-lg-0,.mx-lg-0{margin-left:0!important}.m-lg-1{margin:.25rem!important}.mt-lg-1,.my-lg-1{margin-top:.25rem!important}.mr-lg-1,.mx-lg-1{margin-right:.25rem!important}.mb-lg-1,.my-lg-1{margin-bottom:.25rem!important}.ml-lg-1,.mx-lg-1{margin-left:.25rem!important}.m-lg-2{margin:.5rem!important}.mt-lg-2,.my-lg-2{margin-top:.5rem!important}.mr-lg-2,.mx-lg-2{margin-right:.5rem!important}.mb-lg-2,.my-lg-2{margin-bottom:.5rem!important}.ml-lg-2,.mx-lg-2{margin-left:.5rem!important}.m-lg-3{margin:1rem!important}.mt-lg-3,.my-lg-3{margin-top:1rem!important}.mr-lg-3,.mx-lg-3{margin-right:1rem!important}.mb-lg-3,.my-lg-3{margin-bottom:1rem!important}.ml-lg-3,.mx-lg-3{margin-left:1rem!important}.m-lg-4{margin:1.5rem!important}.mt-lg-4,.my-lg-4{margin-top:1.5rem!important}.mr-lg-4,.mx-lg-4{margin-right:1.5rem!important}.mb-lg-4,.my-lg-4{margin-bottom:1.5rem!important}.ml-lg-4,.mx-lg-4{margin-left:1.5rem!important}.m-lg-5{margin:3rem!important}.mt-lg-5,.my-lg-5{margin-top:3rem!important}.mr-lg-5,.mx-lg-5{margin-right:3rem!important}.mb-lg-5,.my-lg-5{margin-bottom:3rem!important}.ml-lg-5,.mx-lg-5{margin-left:3rem!important}.p-lg-0{padding:0!important}.pt-lg-0,.py-lg-0{padding-top:0!important}.pr-lg-0,.px-lg-0{padding-right:0!important}.pb-lg-0,.py-lg-0{padding-bottom:0!important}.pl-lg-0,.px-lg-0{padding-left:0!important}.p-lg-1{padding:.25rem!important}.pt-lg-1,.py-lg-1{padding-top:.25rem!important}.pr-lg-1,.px-lg-1{padding-right:.25rem!important}.pb-lg-1,.py-lg-1{padding-bottom:.25rem!important}.pl-lg-1,.px-lg-1{padding-left:.25rem!important}.p-lg-2{padding:.5rem!important}.pt-lg-2,.py-lg-2{padding-top:.5rem!important}.pr-lg-2,.px-lg-2{padding-right:.5rem!important}.pb-lg-2,.py-lg-2{padding-bottom:.5rem!important}.pl-lg-2,.px-lg-2{padding-left:.5rem!important}.p-lg-3{padding:1rem!important}.pt-lg-3,.py-lg-3{padding-top:1rem!important}.pr-lg-3,.px-lg-3{padding-right:1rem!important}.pb-lg-3,.py-lg-3{padding-bottom:1rem!important}.pl-lg-3,.px-lg-3{padding-left:1rem!important}.p-lg-4{padding:1.5rem!important}.pt-lg-4,.py-lg-4{padding-top:1.5rem!important}.pr-lg-4,.px-lg-4{padding-right:1.5rem!important}.pb-lg-4,.py-lg-4{padding-bottom:1.5rem!important}.pl-lg-4,.px-lg-4{padding-left:1.5rem!important}.p-lg-5{padding:3rem!important}.pt-lg-5,.py-lg-5{padding-top:3rem!important}.pr-lg-5,.px-lg-5{padding-right:3rem!important}.pb-lg-5,.py-lg-5{padding-bottom:3rem!important}.pl-lg-5,.px-lg-5{padding-left:3rem!important}.m-lg-n1{margin:-.25rem!important}.mt-lg-n1,.my-lg-n1{margin-top:-.25rem!important}.mr-lg-n1,.mx-lg-n1{margin-right:-.25rem!important}.mb-lg-n1,.my-lg-n1{margin-bottom:-.25rem!important}.ml-lg-n1,.mx-lg-n1{margin-left:-.25rem!important}.m-lg-n2{margin:-.5rem!important}.mt-lg-n2,.my-lg-n2{margin-top:-.5rem!important}.mr-lg-n2,.mx-lg-n2{margin-right:-.5rem!important}.mb-lg-n2,.my-lg-n2{margin-bottom:-.5rem!important}.ml-lg-n2,.mx-lg-n2{margin-left:-.5rem!important}.m-lg-n3{margin:-1rem!important}.mt-lg-n3,.my-lg-n3{margin-top:-1rem!important}.mr-lg-n3,.mx-lg-n3{margin-right:-1rem!important}.mb-lg-n3,.my-lg-n3{margin-bottom:-1rem!important}.ml-lg-n3,.mx-lg-n3{margin-left:-1rem!important}.m-lg-n4{margin:-1.5rem!important}.mt-lg-n4,.my-lg-n4{margin-top:-1.5rem!important}.mr-lg-n4,.mx-lg-n4{margin-right:-1.5rem!important}.mb-lg-n4,.my-lg-n4{margin-bottom:-1.5rem!important}.ml-lg-n4,.mx-lg-n4{margin-left:-1.5rem!important}.m-lg-n5{margin:-3rem!important}.mt-lg-n5,.my-lg-n5{margin-top:-3rem!important}.mr-lg-n5,.mx-lg-n5{margin-right:-3rem!important}.mb-lg-n5,.my-lg-n5{margin-bottom:-3rem!important}.ml-lg-n5,.mx-lg-n5{margin-left:-3rem!important}.m-lg-auto{margin:auto!important}.mt-lg-auto,.my-lg-auto{margin-top:auto!important}.mr-lg-auto,.mx-lg-auto{margin-right:auto!important}.mb-lg-auto,.my-lg-auto{margin-bottom:auto!important}.ml-lg-auto,.mx-lg-auto{margin-left:auto!important}}
@media (min-width:1200px){.m-xl-0{margin:0!important}.mt-xl-0,.my-xl-0{margin-top:0!important}.mr-xl-0,.mx-xl-0{margin-right:0!important}.mb-xl-0,.my-xl-0{margin-bottom:0!important}.ml-xl-0,.mx-xl-0{margin-left:0!important}.m-xl-1{margin:.25rem!important}.mt-xl-1,.my-xl-1{margin-top:.25rem!important}.mr-xl-1,.mx-xl-1{margin-right:.25rem!important}.mb-xl-1,.my-xl-1{margin-bottom:.25rem!important}.ml-xl-1,.mx-xl-1{margin-left:.25rem!important}.m-xl-2{margin:.5rem!important}.mt-xl-2,.my-xl-2{margin-top:.5rem!important}.mr-xl-2,.mx-xl-2{margin-right:.5rem!important}.mb-xl-2,.my-xl-2{margin-bottom:.5rem!important}.ml-xl-2,.mx-xl-2{margin-left:.5rem!important}.m-xl-3{margin:1rem!important}.mt-xl-3,.my-xl-3{margin-top:1rem!important}.mr-xl-3,.mx-xl-3{margin-right:1rem!important}.mb-xl-3,.my-xl-3{margin-bottom:1rem!important}.ml-xl-3,.mx-xl-3{margin-left:1rem!important}.m-xl-4{margin:1.5rem!important}.mt-xl-4,.my-xl-4{margin-top:1.5rem!important}.mr-xl-4,.mx-xl-4{margin-right:1.5rem!important}.mb-xl-4,.my-xl-4{margin-bottom:1.5rem!important}.ml-xl-4,.mx-xl-4{margin-left:1.5rem!important}.m-xl-5{margin:3rem!important}.mt-xl-5,.my-xl-5{margin-top:3rem!important}.mr-xl-5,.mx-xl-5{margin-right:3rem!important}.mb-xl-5,.my-xl-5{margin-bottom:3rem!important}.ml-xl-5,.mx-xl-5{margin-left:3rem!important}.p-xl-0{padding:0!important}.pt-xl-0,.py-xl-0{padding-top:0!important}.pr-xl-0,.px-xl-0{padding-right:0!important}.pb-xl-0,.py-xl-0{padding-bottom:0!important}.pl-xl-0,.px-xl-0{padding-left:0!important}.p-xl-1{padding:.25rem!important}.pt-xl-1,.py-xl-1{padding-top:.25rem!important}.pr-xl-1,.px-xl-1{padding-right:.25rem!important}.pb-xl-1,.py-xl-1{padding-bottom:.25rem!important}.pl-xl-1,.px-xl-1{padding-left:.25rem!important}.p-xl-2{padding:.5rem!important}.pt-xl-2,.py-xl-2{padding-top:.5rem!important}.pr-xl-2,.px-xl-2{padding-right:.5rem!important}.pb-xl-2,.py-xl-2{padding-bottom:.5rem!important}.pl-xl-2,.px-xl-2{padding-left:.5rem!important}.p-xl-3{padding:1rem!important}.pt-xl-3,.py-xl-3{padding-top:1rem!important}.pr-xl-3,.px-xl-3{padding-right:1rem!important}.pb-xl-3,.py-xl-3{padding-bottom:1rem!important}.pl-xl-3,.px-xl-3{padding-left:1rem!important}.p-xl-4{padding:1.5rem!important}.pt-xl-4,.py-xl-4{padding-top:1.5rem!important}.pr-xl-4,.px-xl-4{padding-right:1.5rem!important}.pb-xl-4,.py-xl-4{padding-bottom:1.5rem!important}.pl-xl-4,.px-xl-4{padding-left:1.5rem!important}.p-xl-5{padding:3rem!important}.pt-xl-5,.py-xl-5{padding-top:3rem!important}.pr-xl-5,.px-xl-5{padding-right:3rem!important}.pb-xl-5,.py-xl-5{padding-bottom:3rem!important}.pl-xl-5,.px-xl-5{padding-left:3rem!important}.m-xl-n1{margin:-.25rem!important}.mt-xl-n1,.my-xl-n1{margin-top:-.25rem!important}.mr-xl-n1,.mx-xl-n1{margin-right:-.25rem!important}.mb-xl-n1,.my-xl-n1{margin-bottom:-.25rem!important}.ml-xl-n1,.mx-xl-n1{margin-left:-.25rem!important}.m-xl-n2{margin:-.5rem!important}.mt-xl-n2,.my-xl-n2{margin-top:-.5rem!important}.mr-xl-n2,.mx-xl-n2{margin-right:-.5rem!important}.mb-xl-n2,.my-xl-n2{margin-bottom:-.5rem!important}.ml-xl-n2,.mx-xl-n2{margin-left:-.5rem!important}.m-xl-n3{margin:-1rem!important}.mt-xl-n3,.my-xl-n3{margin-top:-1rem!important}.mr-xl-n3,.mx-xl-n3{margin-right:-1rem!important}.mb-xl-n3,.my-xl-n3{margin-bottom:-1rem!important}.ml-xl-n3,.mx-xl-n3{margin-left:-1rem!important}.m-xl-n4{margin:-1.5rem!important}.mt-xl-n4,.my-xl-n4{margin-top:-1.5rem!important}.mr-xl-n4,.mx-xl-n4{margin-right:-1.5rem!important}.mb-xl-n4,.my-xl-n4{margin-bottom:-1.5rem!important}.ml-xl-n4,.mx-xl-n4{margin-left:-1.5rem!important}.m-xl-n5{margin:-3rem!important}.mt-xl-n5,.my-xl-n5{margin-top:-3rem!important}.mr-xl-n5,.mx-xl-n5{margin-right:-3rem!important}.mb-xl-n5,.my-xl-n5{margin-bottom:-3rem!important}.ml-xl-n5,.mx-xl-n5{margin-left:-3rem!important}.m-xl-auto{margin:auto!important}.mt-xl-auto,.my-xl-auto{margin-top:auto!important}.mr-xl-auto,.mx-xl-auto{margin-right:auto!important}.mb-xl-auto,.my-xl-auto{margin-bottom:auto!important}.ml-xl-auto,.mx-xl-auto{margin-left:auto!important}}


/* Animation for the slideshow images */
@-webkit-keyframes imageAnimation{
	0%{opacity:0;-webkit-animation-timing-function:ease-in}
	8%{opacity:1;-webkit-animation-timing-function:ease-out}
	17%{opacity:1}
	25%{opacity:0}
	100%{opacity:0}
}
@-moz-keyframes imageAnimation{
	0%{opacity:0;-moz-animation-timing-function:ease-in}
	8%{opacity:1;-moz-animation-timing-function:ease-out}
	17%{opacity:1}
	25%{opacity:0}
	100%{opacity:0}
}
@-o-keyframes imageAnimation{
	0%{opacity:0;-o-animation-timing-function:ease-in}
	8%{opacity:1;-o-animation-timing-function:ease-out}
	17%{opacity:1}
	25%{opacity:0}
	100%{opacity:0}
}
@-ms-keyframes imageAnimation{
	0%{opacity:0;-ms-animation-timing-function:ease-in}
	8%{opacity:1;-ms-animation-timing-function:ease-out}
	17%{opacity:1}
	25%{opacity:0}
	100%{opacity:0}
}
@keyframes imageAnimation{
	0%{opacity:0;animation-timing-function:ease-in}
	8%{opacity:1;animation-timing-function:ease-out}
	17%{opacity:1}
	25%{opacity:0}
	100%{opacity:0}
}
/* Show at least something when animations not supported */
.no-cssanimations .cb-slideshow li span{opacity:1}