body,form,figure{margin:0;padding:0}img{border:0}header,footer,nav,section,aside,article,figure,figcaption{display:block}body{font-size:100.01%}select,input,textarea{font-size:99%}#container,.inside{position:relative}#main,#left,#right{float:left;position:relative}#main{width:100%}#left{margin-left:-100%}#right{margin-right:-100%}#footer{clear:both}#main .inside{min-height:1px}.ce_gallery>ul,.content-gallery>ul{margin:0;padding:0;overflow:hidden;list-style:none}.ce_gallery>ul li,.content-gallery>ul li{float:left}.ce_gallery>ul li.col_first,.content-gallery>ul li.col_first{clear:left}.float_left,.media--left>figure{float:left}.float_right,.media--right>figure{float:right}.block{overflow:hidden}.media{display:flow-root}.clear,#clear{height:.1px;font-size:.1px;line-height:.1px;clear:both}.invisible{border:0;clip:rect(0 0 0 0);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px}.custom{display:block}#container:after,.custom:after{content:"";display:table;clear:both}
@media (max-width:767px){#wrapper{margin:0;width:auto}#container{padding-left:0;padding-right:0}#main,#left,#right{float:none;width:auto}#left{right:0;margin-left:0}#right{margin-right:0}}img{max-width:100%;height:auto}.audio_container audio{max-width:100%}.video_container video{max-width:100%;height:auto}.aspect,.responsive{position:relative;height:0}.aspect iframe,.responsive iframe{position:absolute;top:0;left:0;width:100%;height:100%}.aspect--16\:9,.responsive.ratio-169{padding-bottom:56.25%}.aspect--16\:10,.responsive.ratio-1610{padding-bottom:62.5%}.aspect--21\:9,.responsive.ratio-219{padding-bottom:42.8571%}.aspect--4\:3,.responsive.ratio-43{padding-bottom:75%}.aspect--3\:2,.responsive.ratio-32{padding-bottom:66.6666%}
:root {
	--p: #1563A6;
	--pt: #FFF;
	--pd: #0F518A;
	--pdt: #FFF;
}

@font-face {
	font-family: 'Schrift';
	font-style: normal;
	font-weight: 400;
	src:url('../../files/distribute/fonts/Regular.eot');
	src:url('../../files/distribute/fonts/Regular.eot?#iefix') format('embedded-opentype'),
	url('../../files/distribute/fonts/Regular.woff2') format('woff2'),
	url('../../files/distribute/fonts/Regular.woff') format('woff'),
	url('../../files/distribute/fonts/Regular.ttf') format('truetype'),
	url('../../files/distribute/fonts/Regular.svg#svgFontName') format('svg');
}
	
@font-face {
	font-family: 'Schrift';
	font-style: normal;
	font-weight: 700;
	src:url('../../files/distribute/fonts/Bold.eot');
	src:url('../../files/distribute/fonts/Bold.eot?#iefix') format('embedded-opentype'),
	url('../../files/distribute/fonts/Bold.woff2') format('woff2'),
	url('../../files/distribute/fonts/Bold.woff') format('woff'),
	url('../../files/distribute/fonts/Bold.ttf') format('truetype'),
	url('../../files/distribute/fonts/Bold.svg#svgFontName') format('svg');
}

* {
	box-sizing: border-box;
	margin: 0px;
	padding: 0px;
	outline-width: 0px;
}

body {
	background: #ffffff;
	background: -webkit-gradient(linear,left bottom, left top,from(rgba(255, 255, 255, 1)), to(rgba(240, 240, 240, 1)));
	background: -o-linear-gradient(bottom,rgba(255, 255, 255, 1) 0%, rgba(240, 240, 240, 1) 100%);
	background: linear-gradient(0deg,rgba(255, 255, 255, 1) 0%, rgba(240, 240, 240, 1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(
	startColorstr="#FFFFFF",
	endColorstr="#F0F0F0",
	GradientType=0
	);
	background-attachment: fixed;
	font-family: 'Schrift';
	font-size: 1.1rem;
	height: 100%;
}

h1,
h2 {
	font-size: 1.4rem;
	margin-bottom: 12.5px;
}

h3,
h4 {
	font-size: 1.3rem;
	margin-bottom: 12.5px;
}

h5,
h6 {
	font-size: 1.2rem;
	margin-bottom: 12.5px;
}

html {
	height: 100%;
	overflow-y: scroll;
}

p {
	margin-bottom: 25px;
}

ul {
	margin-bottom: 50px;
}

ul li {
	margin: 0px;
	margin-left: 25px;
	margin-bottom: 12.5px;
}

ul li ul {
	margin-bottom: 25px;
}

#wrapper {
	height: 100%;
	min-height: 100%;
}

.distribute--flex {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-ms-flex-line-pack: stretch;
	align-content: stretch;
	-webkit-box-align: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
}

.distribute--flex-around {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-ms-flex-pack: distribute;
	justify-content: space-around;
	-ms-flex-line-pack: stretch;
	align-content: stretch;
	-webkit-box-align: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
}

.distribute--login {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-line-pack: center;
	align-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin: 0 auto;
	padding-top: 100px;
	text-align: center;
	width: 300px;
}

.distribute--login button {
	background-color: var(--p);
	border: 0px;
	color: var(--pt);
	cursor: pointer;
	font-size: 1.1rem;
	font-weight: bold;
	padding: 25px;
	padding-bottom: 12.5px;
	padding-top: 12.5px;
}

.distribute--login button:hover {
	background-color: var(--pd);
}

.distribute--login input {
	background-color: #FFF;
	border: 1px solid #000;
	color: #000;
	font-size: 1.1rem;
	padding: 10px;
	width: 100%;
}

.distribute--login input:focus {
	background-color: var(--p);
	color: var(--pt);
}

.distribute--login label {
	display: block;
	font-weight: bold;
	margin-bottom: 6.25px;
	width: 100%;
}

.distribute--login .widget {
	margin-bottom: 25px;
}

.distribute--siteselection {
	margin-top: 25px;
	width: calc(100% - 50px);
}

.distribute--siteselection figure {
	display: block;
	margin: 0 auto;
	width: 100%;
}

.distribute--siteselection figure figcaption {
	background-color: var(--p);
	color: var(--pt);
	font-size: 1.1rem;
	font-weight: bold;
	padding: 10px;
	width: 100%;
}

.distribute--siteselection figure img {
	display: block;
	height: auto;
	width: 100%;
}

.distribute--top {
	margin: 0 auto;
	max-width: 300px;
	padding-bottom: 12.5px;
	padding-top: 12.5px;
	width: 100%;
}

@media(min-width: 600px) {
	.distribute--siteselection {
		margin-top: 35px;
		width: calc(100% - 70px);
	}
}

@media(min-width: 800px) {
	.distribute--siteselection {
		margin-top: 70px;
		width: calc(50% - 52.5px);
	}
	
	.distribute--siteselection figure {
		width: 100%;
	}
	
	.distribute--siteselection figure img {
		display: block;
		height: 250px;
		-o-object-position: 50% 0%;
		object-position: 50% 0%;
		-o-object-fit: cover;
		object-fit: cover;
		width: 100%;
	}
}

@media(min-width: 1024px) {
	.distribute--siteselection figure img {
		height: 350px;
	}
}

@media(min-width: 1400px) {
	.distribute--siteselection {
		width: calc(33.33% - 70px);
	}
	
	.distribute--siteselection figure img {
		height: 250px;
	}
}
