html, body {
	width: 100%;
	height: 100%;
}
* {
	font-family: Verdana, sans-serif;
}
body {
	line-height: 1.6;
}

body, a, table, input, button, select, textarea, td {
	color: #222;
	font-weight: normal;
	font-size: 17px;
	line-height: 1.7;
}

h1,h2,h3,h4,h5,h6 {
	color: #222;
	font-family: Verdana, sans-serif;
}

h1 {
	font-weight: 600;
	font-size: 170%;
	line-height: 1;
	margin-bottom: 30px;
}

@media (min-width:900px) {
	h1 {
		font-size:200%;
	}
}

h2 {
	margin-bottom: 40px;
	font-weight: 300;
	font-size: 200%;
	line-height: 1;
	color: #fff;
}

@media (min-width:900px) {
	h2 {
		font-size: 312%;
	}
}

h3,legend {
	font-weight: 600;
	color: #fff;
	line-height: 1.1;
	font-size: 120%;
	margin-bottom: 15px;
}

@media (min-width:900px) {
	h3,legend {
		font-size: 140%;
	}
}

h1+h3 {
	position: relative;
	top: -25px;
}

a {
	color: #DCC36E;
	text-decoration: none;
}

table {
	width: 100%;
}

td {
	width: 60px;
}

td, th {
	text-align: left;
	vertical-align: top;
	padding: 2px 10px 0 0;
}
fieldset {
	margin-bottom: 0;
}
sup {
	font-size: 80%;
}
select {
	-webkit-appearance:none;
	appearance:none;
}
select + .arrow {
	background:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 14 8'%3E%3Cpath d='M12,16a1,1,0,0,1-.71-.29l-6-6A1,1,0,0,1,6.71,8.29L12,13.59l5.29-5.3a1,1,0,0,1,1.42,1.42l-6,6A1,1,0,0,1,12,16Z' transform='translate(-5 -8)' style='fill:%23fff'/%3E%3C/svg%3E") no-repeat 0 0;
    width: 9px;
    height: 5px;
    display: block;
    margin: -24px 0 16px 326px;
	pointer-events: none;
}
@media (max-width:900px) {
	select + .arrow {
		margin-left:295px;
	}
}
@media (max-width:600px) {
	select + .arrow {
		margin-left: 90%;
	}
}
select option {
	color: #000;
}
.circle {
    width: 1073px;
    height: 1073px;
    position: fixed;
    left: -10%;
    top: 17%;
	z-index: -2;
	background: radial-gradient(50% 50% at 50% 50%, #6300B3 0%, rgba(1, 1, 39, 0) 100%);
}
@media (min-width:600px) {
	.spotlights {
		position: fixed;
		left: 0;
		top: 0;
		width: 100%;
		height: 100vh;
		z-index: -1;
		background: url('../images/spotlights.svg') no-repeat 0 0;
		opacity: .8;
	}
}
.background-video {
	position: fixed;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 100vh;
}
.background-video div {
	padding-top: 100% !important;
}
@media (min-width:600px) {
	.background-video div {
		padding-top: 56.25% !important;
	}
}
.background-video iframe {
    width: 100%;
    height: 100%;
    margin: 0;
}

.pill {
	background: #003263;
	border-radius: 20px;
	padding: 2px 10px;
	color: #fff;
	text-transform: uppercase;
	margin-bottom: 15px;
	font-size: 80%;
	display: inline-block;
}

img.left {
	float: left;
	margin-right: 8px;
	margin-bottom: 8px;
}

img.right {
	float: right;
	margin-right: 8px;
	margin-bottom: 8px;
}

label {
	cursor: pointer;
}

input[type='text'], input[type='number'], input[type='date'], input[type='email'], select, textarea {
	margin: 0px;
	max-width: 90%;
	width: 350px;
	background: transparent;
	padding: 8px 12px;
	border: 1px solid #f3f3f3;
	border-radius: 3px;
	box-sizing: border-box;
	font-size: 16px;
	height: 43px;
	vertical-align: middle;
}
@media (max-width:600px) {
	input[type='text'], input[type='number'], input[type='date'], input[type='email'], select, textarea {
		width: 100%;
		max-width: 100%;
	}
}
input[type='number'] {
	width: 50px;
}

input[disabled='disabled'] {
	background: transparent;
	border: none;
	height: auto;
	padding: 0;
	margin: 0;
}

input.button, input.submit {
	padding: 5px 10px;
	border-radius: 2px;
	background: #000;
	border: none;
	font-size: 15px;
	color: #fff;
	line-height: 22px;
	text-decoration: none;
}
.submit--hidden{display: none;}

textarea {
	width: 100%;
	height: 50px;
	border: 1px solid #f3f3f3;
	line-height: 1.5;
	border-radius: 3px;
}

.button, button {
	position: relative;
	display: inline-block;
	padding: 0 20px;
	margin-bottom: 10px;
	height: 40px;
	border: solid 1px #1e4a7a;
	border-radius: 9999px;
	background: #1e4a7a;
	vertical-align: middle;
	line-height: 40px;
	text-decoration: none;
	font-size: 16px;
	font-weight: 600;
	cursor: pointer;
	color: #fff;
	opacity: 1;
	transition: all .5s ease;
	box-sizing: border-box;
}

@media (min-width:380px) {
	.button, button {
		min-width: 150px;
		padding: 0 30px;
	}
}

@media (min-width:600px) {
	.button, button {
		padding: 0 29px;
		height: 50px;
		line-height: 50px;
		font-size: 17px;
	}
}

.button:hover, button:hover {
	background: #3d50d5;
	border-color: #3d50d5;
}

button.next, button.submit {
	float: right;
	font-weight: 500;
}
button.next img, button.submit img {
	margin-left: 5px;
}

button.next span:after, button.previous span:before {
	content: '';
	width: 8px;
	height: 12px;
	display: inline-block;
	margin-left: 10px;
	background: url("data:image/svg+xml,%3Csvg width='8' height='12' viewBox='0 0 8 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M6.97997 4.92L2.05997 0.240001C1.69997 -0.119999 1.09997 -0.119999 0.739971 0.240001C0.379971 0.600001 0.379971 1.2 0.739971 1.56L5.17997 5.76C5.29997 5.88 5.41997 6.12 5.29997 6.24L0.739971 10.44C0.379971 10.8 0.379971 11.4 0.739971 11.76C1.09997 12.12 1.69997 12.12 2.05997 11.76L6.97997 7.08C7.57997 6.48 7.57997 5.52 6.97997 4.92Z' fill='%23fff'/%3E%3C/svg%3E");
}

button.previous span:before {
	margin-left: 0;
	margin-right: 10px;
	transform: rotate(180deg);
}

button:disabled {
	background: #CCC;
	border-color: #BBB;
	cursor: not-allowed;
}

.form_block+.form_block {
	margin-top: 10px;
}

.form_block b, .breakout-session__details b {
    display: block;
    font-weight: 400;
    color: #fff;
    font-size: 59%;
    text-transform: uppercase;
    line-height: 3;
	float: left;
	width: 100px;
	margin: 3px 10px 0 0;
}
form {width: 100%;}
label {
	position: relative;
}

label.checkbox input {
	position: absolute;
	top: 0;
	left: 0;
	opacity: 0.01;
}

label.checkbox span {
	display: inline-block;
	position: relative;
	padding-left: 38px;
	line-height: 30px;
	font-size: 70%;
}

label.checkbox span:before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 28px;
	height: 28px;
	border-radius: 4px;
	background: #fff;
	border: solid 1px #c2c2c2;
}

label.checkbox span:after {
	content: '';
	position: absolute;
	top: 6px;
	left: 5px;
	width: 14px;
	height: 6px;
	border-left: solid 5px #eee;
	border-bottom: solid 5px #eee;
	transform: rotate(-45deg);
}

label.checkbox:hover span:before, label.checkbox input:focus~span:before {
	border-color: #333;
}

label.checkbox:hover span:after, label.checkbox input:focus~span:after {
	border-color: #ddd;
}

label.checkbox input:checked~span:after {
	border-color: #73acff;
}

label.radio {
	display: inline-block;
}

br+label.radio {
	margin-top: 5px;
}

label.radio input {
	position: absolute;
	top: 0;
	left: 0;
	opacity: 0.01;
}

label.radio span {
	display: inline-block;
	position: relative;
	padding-left: 38px;
	line-height: 30px;
}

label.radio span:before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 26px;
	height: 26px;
	border-radius: 50%;
	background: #fff;
	border: solid 2px #c2c2c2;
}

label.radio span:after {
	content: '';
	position: absolute;
	top: 8px;
	left: 8px;
	width: 14px;
	height: 14px;
	border-radius: 50%;
	background: #eee;
}

label.radio:hover span:before, label.radio input:focus~span:before {
	border-color: #333;
}

label.radio:hover span:after, label.radio input:focus~span:after {
	background: #ddd;
}

label.radio input:checked~span:after {
	background: #73acff;
}

label.radio input[disabled]~span:before, label.checkbox input[disabled]~span:before {
	border-color: #c2c2c2;
}

label.radio input[disabled]~span:after, label.checkbox input[disabled]~span:after {
	background: #ddd;
}

label.radio input[disabled]:checked~span:after, label.checkbox input[disabled]:checked~span:after {
	background: #999;
}

label.radio input[disabled]~span, label.checkbox input[disabled]~span {
	opacity: 0.5;
	cursor: default;
}

.clear {
	clear: both;
}

.msg {
	margin-bottom: 20px;
	padding: 13px 16px;
	background-color: #3d50d5;
	border: solid 1px #3d50d5;
	color: #ffffff;
	border-radius: 8px;
}
.msg a {
	color: inherit;;
}

.error {
	margin-bottom: 20px;
	padding: 13px 16px;
    background-color: #E14638;
    border: solid 1px #E14638;
    color: #ffffff;
	border-radius: 7px;
}

.mobile {
	display: none;
}

.clear {
	clear: both;
}

#logo {
	width: 200px;
	z-index: 2;
}

#logo img {
	width: 100%;
}

#header {
	position: relative;
	left: 0;
	background: no-repeat center;
	background-size: cover;
	overflow: hidden;
	transition: 0.5s;
	background-size: cover;
}
.credential-overview legend {
	display: none;
}
.credential-overview legend + br {
	display: none;
}
#header .logo {
	width: 45%;
	max-width: 360px;
}

#header .payoff {
	position: absolute;
	left: 12%;
	top: 11%;
	font-size: 370%;
	color: #fff;
    font-weight: 100;
    letter-spacing: -2px;
    line-height: 1;
    width: 26%;
}

.faq #header {
	left: 50vw;
}

.faq-button {
	position: absolute;
	left: 30px;
	bottom: 30px;
	width: 50px;
	padding: 25px;
	border-radius: 50%;
	background: #910028;
}

.faq-button img {
	display: block;
	width: 50px;
}

/*
	#header:after{
		content:"";
		position:absolute;
		left:0;
		bottom:0;
		width:100%;
		height:50%;
		background:linear-gradient(180deg,rgba(255,255,255,0) 0%,rgba(0,0,0,.4) 100%);
	}
	*/

#header-text {
	position: absolute;
	left: 20%;
	bottom: 20%;
	width: 60%;
	color: #fff;
	font-size: 21px;
	line-height: 1.2;
	font-weight: 300;
	z-index: 2;
}

#header-text.spaarne-gasthuis-header-text {
	left: 0%;
	bottom: 5%;
	width: 100%;
	text-align: center;
}

.header-text-placeholder {
	display: inline-block;
	margin-bottom: 10px;
	padding: 0 20px;
	background: #000099;
	color: #fff;
	line-height: 36px;
	font-weight: bold;
	font-size: 16px;
}

#header-text i {
	display: block;
	font-weight: bold;
	font-style: normal;
}

#header-text b {
	display: block;
	margin-bottom: 10px;
	font-size: 300%;
	font-weight: 300;
}

#header-text span {
	display: block;
	margin-top: 10px;
	padding-left: 36px;
	background-position: left center;
	background-repeat: no-repeat;
	line-height: 34px;
}

.header-text * {
	color: #fff;
}
#text {
	position: relative;
	left: 0vw;
	background: #fff;
}
.vionlogo {
	position: absolute;
    left: 20px;
    top: 20px;
	width: 80px;
}
@media (max-width:600px) {
	.vionlogo {left: 10px; top: 10px;width: 50px;}
}
.text {
	padding: 25px;
	box-sizing: border-box;
	transition: 0.5s;
}
.headertitle {
    font-size: 140%;
    display: block;
    color: #002e77;
    font-weight: 600;
    width: 100%;
    text-align: center;
}
@media (min-width:1000px) {
	.headertitle {
		font-size: 178%;
	}
}

@media (min-width:600px) {
	.text {
		min-height: 100%;
		padding: 50px;
	}
}
/*
@media (min-width:1600px) {
	.text:after {
		content: '';
		left: 45%;
		bottom: 0;
		right: 0;
		pointer-events: none;
		height: 140px;
		transition: all .5s ease;
		position: fixed;
		background: linear-gradient(0deg, rgba(0, 1, 39, 1) 30%, rgba(0, 1, 39, 0) 100%);
	}
}
*/
@media (min-width:1800px) {
	.text:after {
		left: 50%;
	}
}

.faq #text {
	left: 50vw;
}

.languages {
	margin-bottom: 20px;
}

.languages a {
	display: inline-block;
	text-decoration: none;
}

.languages a+a {
	margin-left: 5px;
}

.languages img {
	max-width: 32px;
}


.logo img {
	float: right;
	display: block;
	max-height: 200px;
	max-width: 200px;
}

.language-link {
	text-decoration: none;
}

.language-link img {
	display: inline-block;
	margin-right: 10px;
	width: 32px;
	vertical-align: middle;
}

#vc {
	position: absolute;
	left: 50%;
	bottom: 10px;
	margin-left: -95px;
}

#faq {
	position: absolute;
	top: 0;
	left: -50vw;
}

.faq #faq {
	left: 0vw;
}

.faq-content {
	position: relative;
}

#faq-button {
	position: absolute;
	top: 0;
	right: 0;
	width: 32px;
	height: 32px;
}

#faq-button::before, #faq-button::after {
	content: '';
	position: absolute;
	top: 14px;
	left: 5px;
	width: 30px;
	height: 4px;
	background: #000;
	transform: rotate(45deg);
}

#faq-button::after {
	transform: rotate(-45deg);
}

@media (max-width: 455px) {
	.button {
		padding: 0px 20px;
		font-size: 15px;
	}
}
#header {
    display: flex;
	min-height: 260px;
    align-items: flex-start;
    justify-items: center;
    flex-direction: column;
    align-content: flex-start;
    justify-content: flex-start;
    box-sizing: border-box;
	background-color: #bfedfc;
}
.header__text{
	width: 240px;
	position: absolute;
	top:32px;
	left:32px;
	z-index: 3;
}
.header__background{
	position: absolute;
	left:0;
	bottom: 0;
	width: 300px;
	height: 90%;
	background-image:url('../images/background.svg');
	background-position: bottom left;
	background-size: contain;
	background-repeat: no-repeat;
}

.text {
	padding-top: 50px;
}
.corporate-logo{
	text-align: right;
	margin-bottom: 16px;
}

@media all and (min-width: 1000px) {
	body, a, table, input, select, textarea {
		font-weight: 300;
	}
	#header {
		position: fixed;
		top: 0;
		left: 0;
		width: 40%;
		height: 100%;
	}
	.header__background{
		width: 90%;
	}
	.header__text{
		top:40%;
		left:60px;
		max-width: 60%;
		width: 70%;
		translate: 0 -50%;
	}
	.text {
		width: 60%;
		padding: 50px;
	}
	#text {
		float: right;
    	display: flex;
		align-items: center;
		flex-direction: column;
		justify-content: space-between;
	}
}

@media all and (min-width: 1400px) {
	#header {
		width: 45%;
	}
	.text {
		width: 55%;
		padding: 60px;
	}
}

@media all and (min-width: 1800px) {
	#header {
		width: 50%;
	}
	.text {
		width: 50%;
		padding: 60px;
	}
	.logo {
		right: 120px;
	}
}

.page.transition-up {
	transition: top 0.4s linear;
	overflow: hidden;
	top: -100%;
}

.page.transition-down {
	transition: top 0.4s linear;
	overflow: hidden;
	top: 100%;
}

.page.transition-show {
	transition: top 0.4s linear;
	top: 0;
}

.page__buttons {
	margin-top: 0;
}

@media (min-width:1400px) {
	.page__buttons {
		position: fixed;
		bottom: 0;
		left: 45%;
		right: 0;
		padding: 0 80px 35px;
		margin: 0;
		box-sizing: border-box;
		z-index: 3;
		transition: all .5s ease;
	}
}

@media (min-width:1800px) {
	.page__buttons {
		left: 50%;
	}
}

.page__buttons button {
	background: #3d50d5;
	color: #fff;
}
.fulldesc {
	margin-bottom: 20px;
}

.program__item {
	position: relative;
}

@media (min-width:600px) {
	.program__item {
		padding: 0 96px;
	}
}

.program__item+.program__item {
	margin-top: 48px;
}

.program__item+.program__item::before {
	content: "";
	position: absolute;
	top: -24px;
	left: 0;
	width: 100%;
	border-top: solid 1px #E9E9E9;
}

.program__item__time {
	color: #2d3ee0;
	font-weight: 700;
}

@media (min-width:600px) {
	.program__item__time {
		position: absolute;
		top: 0;
		left: 0;
	}
}

.program__item__intro {
	position: relative;
}

.program__item__toggle-description {
	display: none;
}

@media (min-width:600px) {
	.program__item__toggle-description {
		position: absolute;
		right: -96px;
		bottom: 0;
	}
}

.program__item__description {
	margin-top: 36px;
}

.program__item--collapse .program__item__description {
	display: none;
}

.breakout-session {
	position: relative;
	display: flex;
	flex-direction: column;
	flex-wrap: nowrap;
	align-content: flex-start;
	align-items: stretch;
	min-height: 140px;
	background: #F6F7FE;
	border-radius: 20px;
}

@media (max-width:600px) {
	.breakout-session {
		overflow: hidden;
	}
}

@media (min-width:600px) {
	.breakout-session {
		padding: 0 156px 0 138px;
		margin-left: 120px;
		min-height: 169px;
	}
	.breakout-session__visual {
		margin-left: -120px;
	}
}

@media (min-width:600px) {
	.breakout-session {
		padding: 0 145px 0 103px;
		min-height: 140px;
	}
}

@media (min-width:1400px) {
	.breakout-session {
		padding: 0 182px 0 103px;
	}
}

@media (min-width:1700px) {
	.breakout-session {
		padding: 0 195px 0 152px;
		min-height: 169px;
	}
}

.session-intro {
	margin: 25px 0 30px;
}

.breakout-session+.breakout-session {
	margin-top: 30px;
}

.breakout-session__content {
	padding: 0 20px 20px;
}

@media (min-width:600px) {
	.breakout-session__content {
		margin: 30px 0 15px;
		padding: 0;
	}
}

@media (max-width:600px) {
	.breakout-session__visual {
		clip-path: inset(30% 0);
		margin: -25% 0 -15% 0;
	}
}

@media (max-width:550px) {
	.breakout-session__visual {
		clip-path: inset(15% 0);
		margin: -12% 0 -6% 0;
	}
}

.breakout-session__visual {
	width: 100%;
	border-radius: 20px;
}

@media (min-width:600px) {
	.breakout-session__visual {
		position: absolute;
		margin-bottom: 8px;
		top: 0;
		left: 0;
		width: 240px;
	}
}

@media (min-width:600px) {
	.breakout-session__visual {
		width: 200px;
	}
}

@media (min-width:1700px) {
	.breakout-session__visual {
		width: 240px;
	}
}

.breakout-session__title {
	display: block;
	font-size: 26px;
	line-height: 29px;
	font-weight: 700;
	color: #0A1366;
}

.breakout-session__show-details {
	display: none;
	margin-top: 12px;
}

.breakout-session--collapse .breakout-session__show-details {
	display: block;
}

.breakout-session__show-details__button, .breakout-session__hide-details__button {
	text-decoration: none;
	font-size: 14px;
	font-weight: 600;
	color: #2D3EE0;
}

.breakout-session__show-details__button:hover, .breakout-session__hide-details__button:hover {
	text-decoration: underline;
}

.breakout-session__hide-details__button span {
	transform: rotate(-90deg);
	display: inline-block;
}

.breakout-session__details {
	margin: 30px 0 0;
}

@media (min-width:600px) {
	.breakout-session__details {
		padding: 0;
	}
}
.subscribe td {
	padding-bottom: 10px;
}
@media (max-width:1000px) {
	.subscribe td {
		width: 100%;
    display: block;
	}
}

.breakout-session--collapse .breakout-session__details {
	display: none;
}

.breakout-session__subscribe {
	display: inline-block;
	margin-top: 16px;
	line-height: 1;
	outline: none;
	background: none;
}

@media (min-width:600px) {
	.breakout-session__subscribe {
		position: absolute;
		right: 30px;
		top: 63px;
		margin-top: 0;
	}
}

.breakout-session__subscribe input {
	position: absolute;
	top: 0;
	left: 0;
	opacity: 0;
}

.breakout-session__subscribe__button {
	display: inline-block;
	padding: 9px 15px;
	border: solid 1px #2D3EE0;
	border-radius: 40px;
	font-size: 15px;
	color: #2D3EE0;
	transition: background .5s ease, color .5s ease;
}

@media (min-width:1400px) {
	.breakout-session__subscribe__button {
		padding: 13px 29px;
		font-size: 16px;
	}
}

.breakout-session__subscribe__button:hover {
	background: #2D3EE0;
	color: #fff;
}

input:checked+.breakout-session__subscribe__button {
	background: #2D3EE0;
	color: #FFF;
	font-size: 0;
}

input:checked+.breakout-session__subscribe__button::before {
	content: "Ingeschreven";
	font-size: 16px;
}

input:disabled+.breakout-session__subscribe__button {
	background: #DDD;
	border-color: #DDD;
	color: #FFF;
	font-size: 0;
}

input:disabled+.breakout-session__subscribe__button::before {
	content: "Reeds gekozen";
	font-size: 16px;
}
.invited-to {
	margin: 50px 0;
}
.invited-to .invited-to__card {
    background: #9AC31C;
    border-radius: 7px;
    color: #fff;
    display: flex;
    flex-wrap: wrap;
    padding: 20px;
	margin: 0 0 15px;
    align-items: center;
	justify-content: space-between;
}
.invited-to .invited-to__card.invited-to__card__group {
	margin-top: -22px;
	padding-top: 0;
	padding-left: 50px;
    border-radius: 7px;
	border-top-left-radius: 0;
	border-top-right-radius: 0;
}
.invited-to__card__text {
	width: 100%;
}
@media (max-width:767px) {
	.invited-to .invited-to__card {
    padding: 20px;
	}
	.invited-to__card__text {
		width: 100%;
	}
}
.invited-to__card__text strong,
.invited-to__card__text span {
	display: block;
}
.invited-to__card__text span.invited-to__card__text__local-time {
	display: none;
	font-style: italic;
	font-size:0.7em;
}
.invited-to__card__pill {

    padding: 5px 12px;
    background: #5d18b2;
    border-radius: 25px;
    font-size: 55%;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 1px;
}
.invited-to__title {
	margin-bottom: 25px;
}
textarea {
    min-height: 100px;
}

.temp h1 {
	color: #DCC36E;
	margin: 0;

    /* mix-blend-mode: color-dodge;
    color: #d4cc12; */
}

.temp h2 {
	margin: 0 0 100px;
}
@media (max-width:900px) {
	.temp h2 {
		margin: 0 0 50px;
	}
}

.temp a {
	color: #DCC36E;
}

.temp .text {
	padding: 5%;
	width: 100%;
	box-sizing: border-box;
}


.temp ul {
	padding-left: 15px;
}

.temp li {
	list-style-image: url("data:image/svg+xml,%3Csvg width='8' height='12' viewBox='0 0 8 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0.145917 10.354L1.64592 11.854C1.69236 11.9006 1.74754 11.9375 1.80828 11.9627C1.86903 11.9879 1.93415 12.0009 1.99992 12.0009C2.06568 12.0009 2.13081 11.9879 2.19155 11.9627C2.2523 11.9375 2.30747 11.9006 2.35392 11.854L7.85392 6.354C7.90048 6.30756 7.93742 6.25238 7.96263 6.19163C7.98784 6.13089 8.00081 6.06577 8.00081 6C8.00081 5.93423 7.98784 5.86911 7.96263 5.80837C7.93742 5.74762 7.90048 5.69245 7.85392 5.646L2.35392 0.146001C2.30747 0.0994379 2.2523 0.0624951 2.19155 0.0372886C2.13081 0.0120822 2.06568 -0.000892639 1.99992 -0.000892639C1.93415 -0.000892639 1.86903 0.0120822 1.80828 0.0372886C1.74754 0.0624951 1.69236 0.0994379 1.64592 0.146001L0.145917 1.646C0.0993539 1.69245 0.0624112 1.74762 0.0372047 1.80837C0.0119983 1.86911 -0.000976562 1.93423 -0.000976562 2C-0.000976562 2.06577 0.0119983 2.13089 0.0372047 2.19163C0.0624112 2.25238 0.0993539 2.30756 0.145917 2.354L3.79292 6L0.145917 9.646C0.0993539 9.69245 0.0624112 9.74762 0.0372047 9.80837C0.0119983 9.86911 -0.000976562 9.93423 -0.000976562 10C-0.000976562 10.0658 0.0119983 10.1309 0.0372047 10.1916C0.0624112 10.2524 0.0993539 10.3076 0.145917 10.354Z' fill='white'/%3E%3C/svg%3E%0A");
	margin-bottom: 20px;
}
.content-block {
	width:100%;
}
.upperrightlogo {
	margin-bottom: 20px;
	max-width: 150px;
}
@media (min-width:900px) {
	.upperrightlogo {
		position: fixed;
		right: 50px;
		top: 50px;
	}
}