section.menuBar{
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#7828a3+0,571678+100 */
	background: rgb(120,40,163); /* Old browsers */
	display: block;
	position: fixed;
	height: 100px;
	width: 100vw;
	z-index: 10;
	top: 0px;
}

section.menuBar div.logo{
	background-image: url(../img/ik-logo.png);
	background-size: contain;
	background-position: center center;
	background-repeat: no-repeat;
	width: 170px;
	margin-left: 50px;
	height: 100px;
	float: left;
}
div.topPurple{
	width: 100vw;
	height: 300px;
	top: -300px;
	position: fixed;
	display: block;
	z-index: 100;
}

div.main-bar{
	width: 550px;
	float: left;
}
div.side-bar{
	width: 300px;
	margin-left: 50px;
	float: left;
}
div.side-bar h2{
	background-color: rgb(120,40,163);
	color: white;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	margin-bottom: 1px;
}
div.side-bar div.sidebar-container{
	margin-bottom: 30px;
}
div.side-bar div.question-block{
	margin-bottom: 30px;
	margin-bottom: 1px;
}
div.side-bar div.question-block .title{
	background-color: #e4e4e4;
	min-height: 30px;
	display: block;
	line-height: 25px;
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 5px;
	padding-bottom: 5px;
	cursor: pointer;
	width: calc(100% - 10px);
}
div.side-bar div.question-block .answer{
	background-color: white;
	display: none;
	margin-top: 15px;
	margin-bottom: 15px;
}

div.empty{
	width: 100vw;
	height: 600px;
	z-index: 0px;
	position: relative;
	background-image: url(../img/bgNewx.jpg);
	background-size: cover;
}

div.empty div.slogan{
	transform: translateX(-50%) translateY(-50%);
	left: 50%;
	top: 50%;
	width: 80%;
	max-width: 600px;
	font-size: 55px;
	text-align: center;
	position: absolute;
	font-weight: bold;
	color: white;
	text-shadow:3px 3px 35px #142137;
}

div.background{
	width: 100vw;
	height: 100vh;
	z-index: -1px;
	position: fixed;
}

div.contentBox{
	width: 100vw;
	min-height: calc(100vh - 150px);
	background-color: rgba(255, 255, 255, 0.9);
	display: block;
	position: relative;
}
section.mainContent{
	width: 100vw;
	margin-top: 100px;
	background-color: white;
}

ul.menuItems{
	float: right;
	margin-right: 50px;
	color: white;
}
div.overlay{
	display: none;
}
ul.menuItems li{
	height: 100px;
	line-height: 100px;
	float: left;
	padding-left: 10px;
	padding-right: 10px;
}
ul.menuItems a{
	color: white !important;
	text-decoration: none;
}

button.menuButton{
	display: none;
}

ul.menuItems li.highlighted a{
	background-color: white;
	color: #732979 !important;
	padding-top: 10px;
	font-weight: bold;
	padding-bottom: 10px;
	padding-left: 25px;
	padding-right: 25px;
	border-radius: 5px;
}


ul.menuItems a:hover{
	color: white !important;
	font-weight: bold;
	text-decoration: underline;
}
ul.menuItems li.highlighted a:hover{
	background-color: #ffdcfb;
}

div.languageArea{
	height: 100px;
	margin-right: 50px;
	float: right;
}

div.cookieNotice{
	width: 100vw;
	min-height: 40px;
	position: fixed;
	background-color: black;
	top: 0px;
	padding: 0 0 0 0;
	padding-bottom: 10px;
	z-index: 20;
}
div.cookieNotice li{
	clear: both;
	color: white;
	margin-left: 10px;
	margin-top: 20px;
}
div.cookieNotice div.content p{
	color: white;
	float: left;
	margin-top: 25px;
	transform: translateY(-50%);
	margin-right: 10px;
	margin-left: 10px;
}

div.videoBlock{
	width: 100%;
	max-width: 800px;
	max-height: 400px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 70px;
	margin-top: 20px;
}
iframe.embeddedVideo{
	width: 100%;
	height: 50vw;
	max-width: 800px;
	max-height: 400px;
	margin-left: auto;
	margin-right: auto;
}
div.cookieNotice div.content p a{
	text-decoration: underline;
	cursor: pointer;
}
div.cookieNotice div.expand{
	max-height: calc(100vh - 150px);
	width: 100%;
	display: none;
	overflow-y: auto;
}

input.error{
	border-color: red !important;
}
div.cookieNotice button{
	border: none;
	background: none;
	color: white;
	font-size: 16px;
	font-family: 'Exo', sans-serif;
	margin-top: 0px;
	line-height: 12px;
	cursor: pointer;
}
div.cookieNotice button.accept{
	float: right;
	height: 28px;
	width: 120px;
	margin-right: 30px;
	margin-top: 10px;
	background-color: purple;
}
div.cookieNotice div.content{
	max-width: 1000px;
	min-width: 0px;
	margin-left: auto;
	margin-right: auto;
	position: relative;
}
.colleague-row{
	height: 30px;
	line-height: 30px;
	margin-bottom: 10px;
}
.colleague-row button.delete{
	background: none;
	border: none;
	width: 30px;
	height: 30px;
	margin-right: 15px;
	display: block;
	float: left;
	background-image: url(../img/miniDelete.svg);
	background-size: contain;
	background-repeat: no-repeat;
}

.visible{
	display: block !important;
}

p.error{
	color: red;
}

div.alert{
	background-color: rgba(40, 76, 121, 0.8);
	width: 100vw;
	font-weight: bold;
	min-height: 50px;
	display: relative;
	color: white;
	line-height: 50px;
	border-top: 1px solid white;
	border-bottom: 1px solid white;
	text-align: center;
	top: 0px;
}
div.alert a, div.alert a:visited{
	color: white;
}

div.contentFooter{
	width: 100%;
	height: 50px;
	clear: both;
}

div.spaceCleaner{
	height: 50px;
	width: 200px;
	background-color: blue;
	display: block;
	clear: both;
}

div.course-quickView{
	width: 750px;
	padding: 20px 20px 20px 20px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 30px;
	min-height: 250px;
}

#ext-block-colleagues{
	display: none;
}
#ext-block-comments{
	display: none;
}
#ext-block-institution{
	display: none;
}
#ext-block-personal{
	display: none;
}
#ext-submit{
	display: none;
}
#ext-block-price{
	display: none;
}

.download-highlighted{
	font-weight: bold;
	font-size: 16px;
	color: purple;
}

div.course-quickView div.price-line, div.course-view div.price-line{
	margin-top: 20px;
	margin-bottom: 20px;
}
div.course-quickView div.price-line .inactive, div.course-view div.price-line .inactive{
	text-decoration: line-through;
	margin-right: 20px;
	color: grey;
}
div.course-quickView div.price-line .highlighted, div.course-view div.price-line .highlighted{
	color: purple;
	font-weight: bold;
	font-size: 17px;
}

div.form-block.price .price{
	margin-right: 20px;
	color: purple;
	font-weight: bold;
}
div.space{
	width: 100%;
	height: 30px;
	display: block;
	clear: both;
}
div.form-block.price .price.inactive{
	text-decoration: line-through;
	margin-right: 20px;
	color: grey;
}
div.price.highlighted{
	color: purple;
	font-weight: bold;
	font-size: 17px;
	padding-bottom: 30px;
}

div.course-quickView div.line{
	margin-top: 20px;
	margin-bottom: 1px;
}
div.course-quickView div.discount{
	width: 100px;
	height: 100px;
	position: absolute;
	top: 0px;
	right: 0px;
	background-image: url(../img/discount.png);
	background-repeat: no-repeat;
	background-size: contain;
	display: block;
}

div.mode-selection{
	width: 100%;
	min-height: 60px;
	display: block;
	margin-bottom: 10px;
	position: relative;
}
div.mode-selection div.mode-box{
	width: calc(100% - 30px);
	float: right;
	border: 1px solid purple;
	position: relative;
	display: block;
}
div.mode-selection div.mode-box .title{
	color: purple;
	font-weight: bold;
	font-size: 14px;
	margin-left: 20px;
	width: auto;
	margin-right: 20px;
	margin-top: 10px;
	position: relative;
}
div.mode-selection div.mode-box .explanation{
	color: grey;
	font-size: 14px;
	margin-left: 20px;
	width: auto;
	margin-right: 20px;
	margin-top: 5px;
	position: relative;
}



div.course-selection{
	width: 100%;
	min-height: 60px;
	display: block;
	margin-bottom: 10px;
	position: relative;
}
div.course-selection div.course-box{
	width: calc(100% - 70px);
	height: 60px;
	float: right;
	border: 1px solid purple;
	position: relative;
	display: block;
}
div.course-selection div.full{
	width: 100%;
	height: 70px;
	background-color: rgba(255, 255, 255, 0.8);
	color: purple;
	font-style: italic;
	display: block;
	position: absolute;
	top: -5px;
	left: 0px;
}
div.course-selection div.full p{
	line-height: 70px;
	float: right;
	padding: 0 0 0 0;
	margin: 0 0 0 0;
	margin-right: 40px;
}
div.course-selection div.course-box .title{
	color: purple;
	font-weight: bold;
	font-size: 14px;
	margin-left: 50px;
	width: auto;
	margin-right: 20px;
	margin-top: 5px;
	position: relative;
}
div.course-selection div.course-box .date{
	color: grey;
	font-size: 14px;
	margin-left: 50px;
	width: auto;
	margin-right: 20px;
	margin-top: 15px;
	position: relative;
}
.button-confirm, .button{
	padding-left: 10px;
	padding-right: 10px;
	background-color: purple;
	color: white;
	font-weight: bold;
	height: 35px;
	border-radius: 4px;
	line-height: 35px;
	text-align: center;
	vertical-align: center;
	border: 1px solid grey;
	text-decoration: none;
	float: left;
	cursor: pointer;
}
.button-confirm{
	margin-right: 10px;
}
div.course-selection input{
	position: absolute;
	top: 50%;
	left: 0px;
	transform: translateY(-50%);
}
div.mode-selection input{
	position: absolute;
	top: 50%;
	left: 0px;
	transform: translateY(-50%);
}
div.course-selection div.course-box img{
	width: 62px;
	height: 62px;
	border-radius: 50%;
	border: 1px solid purple;
	left: -31px;
	position: absolute;
	top: -2px;
}

div.course-quickView div.content{
	width: calc(100% - 300px);
	float: right;
	display: block;
}

div.course-quickView div.discount span.amount{
	color: white;
	font-size: 30px;
	margin-top: 20px;
	text-align: center;
	width: 100%;
	display: block;
}
div.course-quickView div.discount span.text{
	color: white;
	font-size: 16px;
	margin-top: 0px;
	text-align: center;
	width: 100%;
	display: block;
}

div.course-divider{
	width: 800px;
	margin-left: auto;
	margin-right: auto;
	height: 1px;
	display: block;
	border-bottom: 1px dotted grey;
	clear: both;
	margin-top: 15px;
	margin-bottom: 15px;
}
div.course-quickView h2{
	font-weight: bold;
	font-size: 18px;
	line-height: 1.4em;
	color: purple;
	padding-top: 30px;
}
div.course-quickView h3{
	padding: 0 0 0 0;
	margin: 0 0 0 0;
	margin-top: 5px;
	color: grey;
	font-size: 16px;
	margin-bottom: 15px;
}

div.course-quickView 
div.course-quickView p{
	line-height: 1.5em;
	margin-bottom: 5px;
	color: grey;
}
div.course-quickView .border{
	border: 1px solid purple;
	width: 256px;
	height: 256px;
	margin-right: 30px;
	border-radius: 50%;
	position: relative;
	float: left;
}
div.course-quickView img{
	width: 250px;
	height: 250px;
	margin-right: 20px;
	border-radius: 50%;
	padding: 3px 3px 3px 3px;
	float: left;
}

div.siteFooter{
	background: #e1e1e1; /* Old browsers */
	width: 100vw;
	padding-top: 10px;
	padding-bottom: 10px;
	line-height: 30px;
	clear: both;
	color: white !important;
	position: relative;
	display: block;
	z-index: 5;
}

div.siteFooter div.field{
	float: left;
	margin-left: 20px;
	color: #666666;
	display: block;
	position: relative;
}


div.help-container{
	width: 380px;
	position: fixed;
	bottom: 0px;
	right: 30px;
	z-index: 50;
	height: 60px;
	cursor: pointer;
	display: block;
	clear: both;
	box-shadow: 0px -1px 5px #5d5d5d;
	background-color: #cdcdcd;
}
div.input-line.error{
	border-color: red !important;
}
div.help-container div.help{
	height: 60px;
	font-weight: bold;
	width: 285px;
	line-height: 60px;
	margin-left: 30px;
	float: left;
}
div.help-container.open{
	height: 250px;
}

div.mobile-support-button{
	width: 40px;
	height: 40px;
	background-color: white;
	border-radius: 50%;
	text-align: center;
	line-height: 40px;
	margin-right: 20px;
	margin-top: 30px;
	font-size: 30px;
	float: right;
	color: purple;
	font-weight: bold;
	display: none;
}
div.help-container div.form{
	background-color: white;
	margin-left: 2px;
	margin-right: 2px;
	margin-top: 0px;
	clear: both;
	width: auto;
	position: relative;
	display: block;
	padding-bottom: 20px;
}
div.help-container div.form p{
	margin-left: 30px;
	margin-right: 30px;
	padding-top: 15px;
	margin-bottom: 15px;
	color: purple;
}
div.help-container div.form div.input-line{
	height: 30px;
	width: auto;
	margin-bottom: 10px;
	margin-top: 10px;
	margin-left: 30px;
	margin-right: 30px;
	border-radius: 5px;
	background-color: #f2f2f2;
	border: 1px solid #d4d4d4;
}
div.help-container div.form div.button-line{
	height: 30px;
	width: auto;
	margin-bottom: 10px;
	margin-top: 10px;
	margin-left: 30px;
	margin-right: 30px;
}

div.help-container div.form div.input-line input{
	border: none;
	background: none;
	height: 30px;
	line-height: 30px;
	padding-left: 15px;
	padding-right: 15px;
	width: calc(100% - 30px);
}

div.help-container div.contact-form{
	width: auto;
	background-color: #cdcdcd;
	margin-left: 0px;
	margin-right: 15px;
	border-top-right-radius: 20px;
}
div.help-container div.questionmark{
	background-color: purple;
	color: white;
	width: 50px;
	height: 50px;
	border-radius: 50%;
	margin-top: 5px;
	margin-right: 5px;
	font-size: 30px;
	font-weight: bold;
	line-height: 50px;
	text-align: center;
	float: right;
}
