.button {
    border-radius: 3px;
    min-width: 100px;
    border: transparent;
    padding: 10px;
    background-color: #6C7072;
    color: white;
    font-weight: 600;
}
.button.outline {
    border-width: 3px;
    border-style: solid;
    background-color: transparent;
    border-color: #6C7072;
    color: #6C7072;
}
.button.upp {
    box-shadow: 0px 2px 3px #00000029;
    border-radius: 22px;
    text-transform: uppercase;
}
.button.primary {
    background-color: #0E71D6;
}
.button.primary.outline {
    background-color: transparent;
    border-color: #0E71D6;
    color: #0E71D6;
}
.button.accent {
    background-color: #d6e0e9;
    color: #0146a1;
}
.button.accent.outline {
    background-color: transparent;
    border-color: #d6e0e9;
    color: #d6e0e9;
}
.button.secondary {
    background-color: #e30613;
}
.button.secondary.outline {
    background-color: transparent;
    border-color: #e30613;
    color: #e30613;
}
.button.tertiary {
    background-color: #FD9C26;
}
.button.tertiary.outline {
    background-color: transparent;
    border-color: #FD9C26;
    color: #FD9C26;
}

.richtest {
    font-size: 50px;
}

/* Institution Header */
.header-container {
	font-family: 'Open Sans', sans-serif;
}
.header-img {
	width: 100%;
	height: 277px;
	background-color: #DEE8EA;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: 50% 50%;
	display: flex;
    flex-direction: column;
    justify-content: center;
}
.header-banner-container {
	background-color: rgba(255, 255, 255, 0.8);
	width: 100%;
	position: relative;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	box-shadow: 3px 0px 3px #00000080;
	min-height: 120px;
	flex-wrap: wrap; 
}
.header-title-container {
	display: flex;
	flex-direction: column;
	justify-content: center;
}
.header-title {
	font-size: 32px;
	line-height: 43px;
	font-weight: 600;
	margin: 12px 0px 0px 0px;
	width: 75%;
	padding-bottom: 10px;
}
.header-subtitle {
	font-size: 16px;
	line-height: 22px;
	font-weight: normal;
	padding-left: 0px;
	padding-bottom: 5px;
}
.logo-container {
	position: absolute;
	right: 130px;
	display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100%;
}
.logo-circle {
	width: 110px;
	height: 110px;
	border-radius: 60px;
	background-color: white;
	display: flex;
	flex-direction: column;
	justify-content: center;
	box-shadow: 0px 6px 8px rgba(0, 0, 0, 0.29);
}
.header-banner-logo {
	align-self: center;
	width: 100px;
}
@media screen and (max-width: 767px) {
	.header-container {
		margin-top: -31px;
	}
	.header-subtitle {
		padding-left: 0px !important;
	}
	.header-title {
		width: 75%;
	}
	.logo-container {
		right: 30px;
	}
}
@media screen and (max-width: 480px) {
	.header-img {
		max-height: 230px;
	}
	.header-banner-container {
		text-align: center;
		min-height: 78px;
	}
	.header-banner-container-logo {
		margin-top: 72px;
	}
	.header-title-container {
		order: 2;
	}
	.header-title {
		font-size: 20px;
		line-height: 20px;
		width: unset;
	}
	.header-subtitle {
		font-size: 14px;
		line-height: 14px;
		margin-top: 10px;
		padding-right: 0px !important;
	}
	.logo-container {
		top: -86px;
		right: 0;
		left: 0;
		display: flex;
		flex-direction: row;
		justify-content: center;
		order: 1
	}
	.logo-circle {
		width: 76px;
		height: 76px;
	}
	.header-banner-logo {
		width: 66px;
	}
}
/* Course Header */
.course-header-container {
	font-family: 'Open Sans', sans-serif;
}
.course-header-img {
	width: 100%;
	height: 277px;
	background-color: #DEE8EA;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: 50% 50%;
	display: flex;
    flex-direction: column;
	justify-content: center;
}
.course-header-banner-container {
	background-color: rgba(255, 255, 255, 0.75);
	width: 100%;
	position: relative;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	box-shadow: 3px 0px 3px #00000080;
	min-height: 120px;
	flex-wrap: wrap; 
}
.course-header-title-container {
	display: flex;
	flex-direction: column;
	justify-content: center;
}
.course-header-title {
	font-size: 26px;
	line-height: 36px;
	font-weight: 600;
	margin: 12px 0px 0px 0px;
	width: 75%;
	padding-bottom: 10px;
	text-decoration: none;
    color: #0047a8;
}
.title-course {
	font-size: 32px;
	line-height: 43px;
	font-weight: 600;
	width: 100%;
	padding-bottom: 10px;
	margin-bottom: 12px;
}
.course-header-subtitle {
	font-size: 16px;
	line-height: 22px;
	font-weight: normal;
	padding-left: 0px;
	padding-bottom: 5px;
	width: 75%
}
@media screen and (max-width: 767px) {
	.course-header-container {
		margin-top: -31px;
	}
	.course-header-subtitle {
		padding-left: 0px !important;
	}
	.course-header-title {
		width: 75%;
		font-size: 24px;
		line-height: 34px;
	}
	.title-course {
		margin-top: 0;
		padding-bottom: 0;
		margin-bottom: 18px;
		font-size: 26px;
		line-height: 38px;
	}
}
@media screen and (max-width: 480px) {
	.course-header-container {
		margin-top: 0;
	}
	.course-header-img {
		max-height: 277px;
	}
	.course-header-banner-container {
		text-align: center;
		min-height: 78px;
		background-color: #FFFFFF;
		margin-top: 20px;
	}
	.course-header-banner-container-logo {
		margin-top: 85px;
	}
	.course-header-title-container {
		order: 2;
	}
	.course-header-title {
		font-size: 20px;
		line-height: 20px;
		width: unset;
		text-align: center;
	}
	.title-course {
		font-size: 20px;
		line-height: 20px;
		width: unset;
		text-align: center;
		padding: 2px 20px 0px 20px;
		margin-top: 0;
		margin-bottom: 10px;
	}
	.course-header-subtitle {
		font-size: 14px;
		line-height: 14px;
		margin-top: 10px;
		padding-right: 0px !important;
		width: 100%;
	}
}


/*# sourceMappingURL=client-bundle-5820d8cb.css.map*/