/*Common styles*/
body {
	font-family: 'Poppins' !important;
}

body header,
body .page-header,
body footer {
	display: none !important;
}

body .content {
	padding: 0 !important;
    margin: 0 !important;
	color: #ffffff;
	font-size: 14px;
}

body .content h1,
body .content .h1,
body .content h2,
body .content .h2,
body .content h3,
body .content .h3,
body .content h4,
body .content .h4,
body .content h5,
body .content .h5,
body .content h6,
body .content .h6,
body .content p,
body .content .text,
body .content .affiliatebutton a.netherLandsDefaultButton,
body .content ul,
body .content ul.list {
	font-family: 'Poppins' !important;
    width: 100%;
    padding: 0;
    margin: 0 !important;
}

body .content h2 {
	color: #8A94A7;
    font-size: 51px;
    line-height: 86px;
}

body .content h3 {
	color: #404E68;
	font-size: 37px;
    line-height: 51px;
}

body .content h4 {
	color: #404E68;
    font-size: 29px;
    line-height: 37px;
}

body .content .main.generic-page.full-width h4 a {
	color: #404E68;
    text-decoration: underline;
}

body .content .main.generic-page.full-width h4 a:hover {
    text-decoration: underline;
}

body .content p {
	color: #404E68;
    font-size: 22px;
    line-height: 29px;
}

body .content p.reminder {
	font-size: 14px;
    text-align: left;
}

body .content span.required-msg {
	margin: 2rem auto;
    display: block;
}

body .content .blue-text {
	color: #008ED2;
}

body .content .green-text {
	color: #45B248;
}

body .content .main.generic-page.full-width p a {
	color: #404E68;
    text-decoration: none;
}

body .content .main.generic-page.full-width p a:hover {
    text-decoration: underline;
}

body .content .main.generic-page.full-width .button-wrapper,
body .content .end .form_rightcol {
	text-align: center;
}

body .content .main.generic-page.full-width .button-wrapper a.netherLandsDefaultButton,
body .content input.form_button_submit {
    position: relative;
	display: inline-block !important;
    width: auto !important;
    padding: 2.4% 10.6%;
    border: 2px solid #008ED2 !important;
    border-radius: 40px;
    font-size: 37px;
    line-height: 37px;
    color: #ffffff;
    background: #008ED2;
    text-decoration: none;
    outline: none;
}

body .content .main.generic-page.full-width .button-wrapper a.netherLandsDefaultButton:hover,
body .content input.form_button_submit:hover {
	color: #008ED2;
    background: #ffffff;
}

body .content input.form_button_submit.disabled {
    pointer-events: none;
}

body .content input.form_button_submit:focus {
    outline: none;
}

body .title + .columncontrol {
    margin-top: 0;
}

body .column-control-column div.image img {
	margin: 0;
}

body .columncontrol .row {
	left: 0;
    width: 100%;
    background: transparent;
}

body .column-control-column {
	padding: 0;
}

body .content b {
	font-weight: 700;
}

body .main.generic-page.full-width {
	width: 100%;
    max-width: 100%;
    padding: 0;
}

.loading {
  display: block;
  position: absolute;
  z-index: 999;
  width: 100%;
  height: 100%;
  left: 0px;
  top: 0px;
}

.loading:before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: radial-gradient(rgba(217, 231, 248, 0.95), rgba(240, 243, 253, 0.95));
  background: -webkit-radial-gradient(rgba(217, 231, 248, 0.95), rgba(240, 243, 253, 0.95));
}

.loading:not(:required) {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}

.loading:not(:required):after {
  content: '';
  position: fixed;
  top: 50%;
  left: 50%;
  display: block;
  font-size: 10px;
  width: 1em;
  height: 1em;
  -webkit-animation: spinner 150ms infinite linear;
  -moz-animation: spinner 150ms infinite linear;
  -ms-animation: spinner 150ms infinite linear;
  -o-animation: spinner 150ms infinite linear;
  animation: spinner 150ms infinite linear;
  border-radius: 0.5em;
  -webkit-box-shadow: rgba(255, 255, 255, 0.75) 1.5em 0 0 0, rgba(255, 255, 255, 0.75) 1.1em 1.1em 0 0, rgba(255, 255, 255, 0.75) 0 1.5em 0 0, rgba(255, 255, 255, 0.75) -1.1em 1.1em 0 0, rgba(255, 255, 255, 0.75) -1.5em 0 0 0, rgba(255, 255, 255, 0.75) -1.1em -1.1em 0 0, rgba(255, 255, 255, 0.75) 0 -1.5em 0 0, rgba(255, 255, 255, 0.75) 1.1em -1.1em 0 0;
  box-shadow: rgba(255, 255, 255, 0.75) 1.5em 0 0 0, rgba(255, 255, 255, 0.75) 1.1em 1.1em 0 0, rgba(255, 255, 255, 0.75) 0 1.5em 0 0, rgba(255, 255, 255, 0.75) -1.1em 1.1em 0 0, rgba(255, 255, 255, 0.75) -1.5em 0 0 0, rgba(255, 255, 255, 0.75) -1.1em -1.1em 0 0, rgba(255, 255, 255, 0.75) 0 -1.5em 0 0, rgba(255, 255, 255, 0.75) 1.1em -1.1em 0 0;
}

@-webkit-keyframes spinner {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-moz-keyframes spinner {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-o-keyframes spinner {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes spinner {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

/*Header styles*/

body .header-wrapper .logo-wrapper {
	position: relative;
    height: 150px;
}

body .header-wrapper .logo-wrapper .image.adaptiveimage {
	position: absolute;
    top: 27%;
    left: 3.5%;
    width: 230px;
}

body .header-wrapper .banner-wrapper {
	position: relative;
	box-shadow: 0px 10px 20px #404E68, 0px 0px 10px #404E68;
}

body .header-wrapper .banner-wrapper .image img {
	width: 100%;
}

body .header-wrapper .banner-wrapper .headline-wrapper {
	position: absolute;
    top: 17%;
    left: 5.8%;
    width: 55%;
}

body .header-wrapper .banner-wrapper .headline-wrapper h1 {
	font-size: 59px;
    letter-spacing: -0.5px;
    line-height: 59px;
}

body .header-wrapper .banner-wrapper .headline-wrapper p {
	color: #ffffff;
	font-size: 30px;
    font-weight: 400;
    letter-spacing: -0.2px;
    line-height: 36px;
}

body .header-wrapper .banner-wrapper .date-wrapper {
	position: absolute;
    top: 50.7%;
    left: 5.8%;
    width: 54%;
    height: 30%;
    background: rgba(0, 142, 210, 0.5);
}

body .header-wrapper .banner-wrapper .date-wrapper h2 {
	padding-top: 2.8%;
	color: #ffffff;
    font-size: 48px;
    line-height: 59px;
    letter-spacing: -0.5px;
    text-transform: uppercase;
}

body .header-wrapper .banner-wrapper .date-wrapper .board-wrapper {
	position: absolute;
    top: -26%;
    right: -7.2%;
    padding: 1.3% 2.1%;
    background: #45B248;
    border-radius: 22px;
    transform: rotate(7deg);
}

body .header-wrapper .banner-wrapper .date-wrapper .board-wrapper h3 {
	color: #ffffff;
	font-size: 25px;
}

/*Content styles*/

body .content {
	background: #f9f9f9;
}

body .body-wrapper {
	position: relative;
    left: 50%;
    transform: translateX(-50%);
    max-width: 1200px;
    background: #fff;
    overflow: hidden;
}

body .content-wrapper {
	position: relative;
	padding: 9.5% 15% 6.5%;
}

body .content-wrapper .interactive-element-wrapper {
	position: absolute;
    top: 0;
    left: 0;
}

body .content-wrapper .interactive-element-wrapper.left-big-lines-wrapper,
body .content-wrapper .interactive-element-wrapper.right-big-lines-wrapper {
	top: 46.5%;
    z-index: -1;
}

body.page_formulaire-dinscription .content-wrapper .interactive-element-wrapper.left-big-lines-wrapper, 
body.page_formulaire-dinscription .content-wrapper .interactive-element-wrapper.right-big-lines-wrapper {
	top: 13%;
}

body.page_recevoir-une-synthse .content-wrapper .interactive-element-wrapper.left-big-lines-wrapper, 
body.page_recevoir-une-synthse .content-wrapper .interactive-element-wrapper.right-big-lines-wrapper {
	top: 10%;
}

body.page_inscription-reussie .content-wrapper .interactive-element-wrapper.left-big-lines-wrapper, 
body.page_inscription-reussie .content-wrapper .interactive-element-wrapper.right-big-lines-wrapper {
	top: 0;
}

body .content-wrapper .interactive-element-wrapper.left-big-lines-wrapper {
	left: 0;
}

body .content-wrapper .interactive-element-wrapper.right-big-lines-wrapper {
	right: 0;
    left: auto;
}

body .content-wrapper .interactive-element-wrapper.quotes-wrapper {
	top: -1%;
    left: -3.5%;
}

body .content-wrapper .interactive-element-wrapper.quotes-wrapper img {
    height: 145px !important;
}

body .content-wrapper .interactive-element-wrapper.small-lines-wrapper {
	top: 23.5%;
    left: auto;
    right: -23.5%;
    z-index: -1;
}

body .content-wrapper .interactive-element-wrapper.small-lines-wrapper img {
    height: 150px !important;
}

body .content-wrapper .interactive-element-wrapper.left-big-lines-wrapper img,
body .content-wrapper .interactive-element-wrapper.right-big-lines-wrapper img {
    height: 930px !important;
}

body .content-wrapper .professor-information-wrapper {
    position: relative;
	margin-bottom: 8.5%;
    padding: 1% 0% 1% 5.5%;
}

body .content-wrapper .professor-information-wrapper p {
    font-size: 18px;
    line-height: 30px;
}

body .content-wrapper .professor-information-wrapper .text {
    width: 85%;
}

body .content-wrapper .professor-information-wrapper .columncontrol {
	margin-top: 1%;
}

body .content-wrapper .professor-information-wrapper .columncontrol .text {
	width: 90%;
    padding-top: 5%;
}

body .content-wrapper .professor-information-wrapper .columncontrol .row .col:first-child {
	width: 60%;
}

body .content-wrapper .professor-information-wrapper .columncontrol .row .col:last-child {
	width: 40%;
}

body .content-wrapper .description-wrapper {
	margin-top: 8%;
}

body .content-wrapper .timesheet-wrapper,
body .content-wrapper .form-wrapper {
	position: relative;
	padding: 5.5%;
    background: #fff;
	border-radius: 10px;
    box-shadow: 10px 0 10px -5px rgba(0, 12, 15, 0.07), 0 40px 40px -5px rgba(0, 12, 15, 0.07), -10px 0 10px -5px rgba(0, 12, 15, 0.07);
}

body .content-wrapper .form-wrapper {
    padding: 1.5% 8% 5%;
	margin-bottom: 6.5%;
}

body .content-wrapper .timesheet-wrapper::before,
body .content-wrapper .form-wrapper::before {
	content: "";
    position: absolute;
    top: -5px;
    left: 0;
    width: 100%;
    height: 9px;
    background: #fff;
}

body .content-wrapper .form-wrapper form .title {
	margin-bottom: 6.5%;
}

body .content-wrapper .form-wrapper form .text,
body .content-wrapper .form-wrapper form .html,
body .content-wrapper .form-wrapper form .checkbox {
	padding: 0 2% 0 12.5%;
    margin: 0;
}

body .content-wrapper .form-wrapper .title {
	padding: 0;
    margin-top: 6%;
    margin-bottom: 9.5%;
}

body .content-wrapper .form-wrapper form .text {
	text-align: right;
}

body.page_recevoir-une-synthse .content-wrapper .form-wrapper form .text span {
	display: block;
    margin-top: 2%;
}

body .content-wrapper .form-wrapper form .checkbox {
	margin-bottom: 3%;
}

body.page_formulaire-dinscription .content-wrapper .form-wrapper form .checkbox {
	margin-top: 4%;
    margin-bottom: 5.5%;
}

body .content-wrapper .form-wrapper form .checkbox .form_rightcol {
    position: relative;
    display: inline-block;
    padding: 0.5% 0 0.5% 8%;
    color: #404E68;
    font-size: 22px;
    font-weight: 600;
    line-height: 29px;
}

body .content-wrapper .form-wrapper form .checkbox .form_rightcol::before {
	content: "";
    position: absolute;
    top: 0;
    left: 0;
    margin: 0;
    width: 36px;
    height: 36px;
    border: 1px solid #008ED2;
    background: #fff;
}

body .content-wrapper .form-wrapper form .checkbox.checked .form_rightcol::after {
	content: "";
    position: absolute;
    top: 18px;
    left: 18px;
    margin: 0;
    width: 22px;
    height: 22px;
    background: #008ED2;
    transform: translate(-50%, -50%);
}

body .content-wrapper .form-wrapper form .checkbox .form_rightcol input[type="checkbox"] {
    z-index: 1;
    top: 0;
    left: 0;
    margin: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
}

body .content-wrapper .form-wrapper form .checkbox .form_rightcol input[type="checkbox"]:hover {
	cursor: pointer;
}

body .content-wrapper .form-wrapper form .form_field_text {
	width: 100%;
    height: 88px;
    padding: 0 5%;
    margin-bottom: 3%;
    border: 1px solid #dbeff9;
    color: #404E68;
    background: #dbeff9;
    font-family: 'Poppins' !important;
    font-size: 22px;
    line-height: 51px;
}

body .content-wrapper .form-wrapper form .form_field_text.error {
	border: 1px solid #ff0000;
}

body .content-wrapper .form-wrapper form #errorMessage {
	color: #ff0000;
    padding-bottom: 5%;
}

body .content-wrapper .form-wrapper form .form_field_text::placeholder {
	color: #404E68;
}

body .content-wrapper .form-wrapper form .form_field_text:focus {
	outline: none;
}

body .content-wrapper .form-wrapper form label,
body .content-wrapper .form-wrapper form .form_leftcolmark,
body .content-wrapper .form-wrapper form .form_error,
body .content-wrapper .form-wrapper form .text .form_row:last-of-type,
body .content-wrapper .form-wrapper form label.error {
	display: none !important;
}

body .content-wrapper .form-wrapper form label.check-label {
	display: block !important;
}

body .content-wrapper .form-wrapper form .text .confirmation-text {
	padding-top: 9%;
	padding-bottom: 13%;
    text-align: left;
}

body .content-wrapper .timesheet-wrapper h3 {
	border-left: 3px solid #008ED2;
    padding-left: 3%;
    font-size: 32px;
    line-height: 46px;
}

body .content-wrapper .timesheet-wrapper .board-wrapper {
	margin-top: 6.5%;
}

body .content-wrapper .timesheet-wrapper .board-wrapper h2 {
	padding: 1.5% 0;
    color: #ffffff;
    background: #404E68;
    font-size: 42px;
    line-height: 52px;
}

body .content-wrapper .timesheet-wrapper span {
	font-weight: 600;
}

body .content-wrapper .timesheet-wrapper .text {
	padding: 6.5% 0 10% 25%;
}

body .content-wrapper .button-wrapper.top {
	margin-top: -4.5%;
}

body .content-wrapper .quote-wrapper {
    padding: 2.3% 4%;
	border-radius: 40px;
	background: #DBEFF9;
    margin-top: 7%;
    margin-bottom: 5%;
}

body.page_epsma-adultes-2020 .content-wrapper .contact-wrapper {
	margin-top: 2rem;
}

body .content-wrapper .contact-wrapper h4 {
	padding-bottom: 3%;
}

/*Footer styles*/

body .footer-wrapper {
	height: auto;
    padding: 2.8% 5.9%;
    background: #404E68;
}

body .footer-wrapper .logo-wrapper {
    margin-bottom: 1.4%;
}

body .footer-wrapper .information-menu-wrapper {
    padding-bottom: 6px;
    border-bottom: 1px solid #7a8496;
}

body .footer-wrapper .information-menu-wrapper .footer-information {
	color: #ffffff;
	font-size: 18px;
    line-height: 25px;
}

body .footer-wrapper .information-menu-wrapper .footer-information a {
	color: #ffffff;
    text-decoration: none;
}

body .footer-wrapper .information-menu-wrapper .text .footer-menu {
	padding-left: 145px;
    list-style: none;
}

body .footer-wrapper .information-menu-wrapper .text .footer-menu li a {
	text-decoration: none;
	color: #ffffff;
	font-size: 19px;
    line-height: 24px;
}

body .footer-wrapper .information-menu-wrapper .text .footer-menu li a:hover {
	text-decoration: underline;
}

body .footer-wrapper .footnote {
    margin-top: 2%;
}

body .footer-wrapper .footnote span {
	display: inline-block;
    width: 100%;
    color: #ffffff;
    font-size: 16px;
    line-height: 22px;
}

body .footer-wrapper .footnote .left-note {
	text-align: left;
}

body .footer-wrapper .footnote .right-note {
	text-align: right;
}

body .content-wrapper .interactive-element-wrapper.left-big-lines-wrapper img,
body .content-wrapper .interactive-element-wrapper.right-big-lines-wrapper img {
	height: 800px !important;
}

body .content-wrapper .professor-information-wrapper p {
    font-size: 15px;
    line-height: 26px;
}

body .content-wrapper .timesheet-wrapper .board-wrapper h2 {
    font-size: 36px;
    line-height: 44px;
}

body .content-wrapper .interactive-element-wrapper.quotes-wrapper img {
	height: 132px !important;
}

body .content-wrapper .interactive-element-wrapper.small-lines-wrapper img {
	height: 120px !important;
}

body .content-wrapper .form-wrapper form .form_field_text {
    height: 76px;
    font-size: 19px;
    line-height: 44px;
}

body .content-wrapper .form-wrapper form .checkbox .form_rightcol {
    font-size: 19px;
    line-height: 25px;
}

body .content-wrapper .form-wrapper form .checkbox .form_rightcol::before {
    width: 32px;
    height: 32px;
}

body .content-wrapper .form-wrapper form .checkbox.checked .form_rightcol::after {
    top: 16px;
    left: 16px;
    width: 19px;
    height: 19px;
}

body .content-wrapper .professor-information-wrapper p {
        font-size: 18px;
    	line-height: 21px;
    }

    body .content-wrapper .timesheet-wrapper .board-wrapper h2 {
    	font-size: 29px;
    	line-height: 36px;
    }

    body .content-wrapper .interactive-element-wrapper.quotes-wrapper img {
    	height: 106px !important;
    }

    body .content-wrapper .interactive-element-wrapper.small-lines-wrapper img {
		height: 80px !important;
    }

	body .content-wrapper .interactive-element-wrapper.left-big-lines-wrapper img,
    body .content-wrapper .interactive-element-wrapper.right-big-lines-wrapper img {
        height: 600px !important;
    }

    body .content-wrapper .form-wrapper form .form_field_text {
    	height: 70px;
		font-size: 15px;
    	line-height: 35px;
    }

    body .content-wrapper .form-wrapper form .checkbox .form_rightcol {
    	font-size: 15px;
    	line-height: 20px;
    }

    body .content-wrapper .form-wrapper form .checkbox .form_rightcol::before {
        width: 26px;
        height: 26px;
    }

    body .content-wrapper .form-wrapper form .checkbox.checked .form_rightcol::after {
    	top: 13px;
		left: 13px;
    	width: 15px;
    	height: 15px;
    }

    body .footer-wrapper .information-menu-wrapper .text .footer-menu {
    	padding-left: 90px;
    }

    .page_inscription-reussie .empty-space {
		height: 26vh;
    }

@media all and (max-width: 1199px) {
	body .content h2 {
        font-size: 44px;
        line-height: 74px;
    }
    
    body .content h3 {
        font-size: 31px;
        line-height: 44px;
    }
    
    body .content h4 {
        font-size: 25px;
        line-height: 31px;
    }

    body .content p {
        font-size: 19px;
        line-height: 25px;
    }

    body .content .main.generic-page.full-width .button-wrapper a.netherLandsDefaultButton,
	body .content input.form_button_submit {
		font-size: 31px;
        line-height: 31px;
    }

	body .header-wrapper .logo-wrapper {
    	height: 92px;
    }

    body .header-wrapper .logo-wrapper .image.adaptiveimage {
    	width: 140px;
    }

	body .header-wrapper .banner-wrapper .headline-wrapper h1 {
		font-size: 49px;
        line-height: 49px;
    }

	body .header-wrapper .banner-wrapper .headline-wrapper p {
		font-size: 25px;
        line-height: 30px;
    }

    body .header-wrapper .banner-wrapper .date-wrapper h2 {
		font-size: 40px;
        line-height: 49px;
    }

    body .header-wrapper .banner-wrapper .date-wrapper .board-wrapper h3 {
		font-size: 21px;
    }

    body .footer-wrapper .logo-wrapper {
		width: 97px;
    }

    body .footer-wrapper .information-menu-wrapper .footer-information {
        font-size: 12px;
        line-height: 18px;
    }

    body .footer-wrapper .information-menu-wrapper .text .footer-menu li {
		margin-top: 5px;
    }

    body .footer-wrapper .information-menu-wrapper .text .footer-menu li a {
		font-size: 14px;
        line-height: 16px;
    }

    body .footer-wrapper .footnote span {
    	font-size: 10px;
    }
}

@media all and (max-width: 1023px) {
	body .content h2 {
        font-size: 35px;
        line-height: 59px;
    }
    
    body .content h3 {
        font-size: 25px;
        line-height: 35px;
    }
    
    body .content h4 {
        font-size: 20px;
        line-height: 25px;
    }

    body .content p {
        font-size: 15px;
        line-height: 20px;
    }

    body .content .main.generic-page.full-width .button-wrapper a.netherLandsDefaultButton,
	body .content input.form_button_submit {
		font-size: 25px;
        line-height: 25px;
    }

	body .header-wrapper .banner-wrapper .headline-wrapper h1 {
		font-size: 38px;
        line-height: 38px;
    }

	body .header-wrapper .banner-wrapper .headline-wrapper p {
		font-size: 20px;
        line-height: 24px;
    }

    body .header-wrapper .banner-wrapper .date-wrapper h2 {
		font-size: 30px;
        line-height: 38px;
    }

    body .header-wrapper .banner-wrapper .date-wrapper .board-wrapper h3 {
		font-size: 16px;
    }
}

@media all and (max-width: 767px) {
	body .content h2 {
        font-size: 28px;
        line-height: 47px;
    }
    
    body .content h3 {
        font-size: 20px;
        line-height: 28px;
    }
    
    body .content h4 {
        font-size: 16px;
        line-height: 20px;
    }

    body .content p {
        font-size: 12px;
        line-height: 16px;
    }

    body .column-control-column {
    	display: flex;
    	justify-content: center;
    }

    body .column-control-column div.image img {
    	padding: 2% 0;
    }

    body .content .main.generic-page.full-width .button-wrapper a.netherLandsDefaultButton,
	body .content input.form_button_submit {
		font-size: 20px;
        line-height: 20px;
    }

	body .header-wrapper .logo-wrapper {
    	height: 55px;
    }

    body .header-wrapper .logo-wrapper .image.adaptiveimage {
    	width: 85px;
        left: 50%;
    	transform: translateX(-50%);
    }

    body .header-wrapper .banner-wrapper {
    	box-shadow: 0px 5px 10px #404E68, 0px 0px 5px #404E68;
    }

	body .header-wrapper .banner-wrapper .headline-wrapper h1 {
		font-size: 29px;
        line-height: 29px;
    }

	body .header-wrapper .banner-wrapper .headline-wrapper p {
		font-size: 15px;
        line-height: 18px;
    }

    body .header-wrapper .banner-wrapper .date-wrapper h2 {
		font-size: 24px;
        line-height: 29px;
    }

    body .header-wrapper .banner-wrapper .date-wrapper .board-wrapper h3 {
		font-size: 12px;
    }

    body .content-wrapper {
    	padding: 9.5% 7% 6.5%;
    }

    body .content-wrapper .interactive-element-wrapper {
        display: none;
    }

    body .content-wrapper .professor-information-wrapper {
        margin-bottom: 4%;
    	padding: 1% 0%;
    }

    body .content-wrapper .professor-information-wrapper .columncontrol .text {
    	padding-top: 0;
    }

	body .content-wrapper .professor-information-wrapper .text,
    body .content-wrapper .professor-information-wrapper .columncontrol .text,
    body .content-wrapper .professor-information-wrapper .columncontrol .row .col:first-child,
	body .content-wrapper .professor-information-wrapper .columncontrol .row .col:last-child {
		width: 100%;
	}

    body .content-wrapper .description-wrapper {
		margin-top: 4%;
    }

    body .content-wrapper .timesheet-wrapper {
    	box-shadow: 5px 0 5px -2.5px rgba(0, 12, 15, 0.07), 0 20px 20px -2.5px rgba(0, 12, 15, 0.07), -5px 0 5px -2.5px rgba(0, 12, 15, 0.07);
    }

    body .content-wrapper .timesheet-wrapper h3 {
    	border-left: 2px solid #008ED2;
    }

    body .content-wrapper .timesheet-wrapper .board-wrapper h2 {
    	font-size: 23px;
    	line-height: 28px;
    }

    body .content-wrapper .form-wrapper form .text, 
    body .content-wrapper .form-wrapper form .html, 
    body .content-wrapper .form-wrapper form .checkbox {
    	padding: 0;
    }

    body .content-wrapper .form-wrapper form .form_field_text {
    	height: 58px;
		font-size: 12px;
    	line-height: 28px;
    }

    body .content-wrapper .form-wrapper form .checkbox .form_rightcol {
    	font-size: 12px;
    	line-height: 16px;
    }

    body .content-wrapper .form-wrapper form .checkbox .form_rightcol::before {
        width: 20px;
        height: 20px;
    }

    body .content-wrapper .form-wrapper form .checkbox.checked .form_rightcol::after {
    	top: 10px;
		left: 10px;
    	width: 12px;
    	height: 12px;
    }

    body .footer-wrapper .logo-wrapper {
    	position: relative;
    	left: 50%;
    	transform: translateX(-50%);
        width: 75px;
        margin-bottom: 20px;
    }

    body .footer-wrapper .information-menu-wrapper .text .footer-menu {
        padding-top: 20px;
    	padding-left: 0;
        text-align: center;
    }

    body .footer-wrapper .information-menu-wrapper .footer-information {
    	text-align: center;
        font-size: 11px;
        line-height: 15px;
    }

    body .footer-wrapper .information-menu-wrapper .text .footer-menu li a {
		font-size: 13px;
        line-height: 15px;
    }

    body .footer-wrapper .footnote span {
    	font-size: 9px;
    }
}

@media all and (max-width: 600px) {
	body .content h2 {
        font-size: 22px;
        line-height: 37px;
    }
    
    body .content h3 {
        font-size: 16px;
        line-height: 22px;
    }
    
    body .content h4 {
        font-size: 13px;
        line-height: 16px;
    }

    body .content .main.generic-page.full-width .button-wrapper a.netherLandsDefaultButton,
	body .content input.form_button_submit {
		font-size: 16px;
        line-height: 16px;
    }

	body .header-wrapper .banner-wrapper .headline-wrapper h1 {
		font-size: 24px;
        line-height: 24px;
    }

	body .header-wrapper .banner-wrapper .headline-wrapper p {
		font-size: 12px;
        line-height: 15px;
    }

    body .header-wrapper .banner-wrapper .date-wrapper h2 {
		font-size: 19px;
        line-height: 24px;
    }

    body .header-wrapper .banner-wrapper .date-wrapper .board-wrapper h3 {
		font-size: 10px;
    }

    body .content-wrapper .timesheet-wrapper .board-wrapper h2 {
    	font-size: 18px;
    	line-height: 22px;
    }

    body .content-wrapper .form-wrapper form .form_field_text {
    	height: 46px;
		font-size: 10px;
    	line-height: 22px;
    }

    body .content-wrapper .form-wrapper form .checkbox .form_rightcol {
    	font-size: 10px;
    	line-height: 13px;
    }

    body .content-wrapper .form-wrapper form .checkbox .form_rightcol::before {
        width: 16px;
        height: 16px;
    }

    body .content-wrapper .form-wrapper form .checkbox.checked .form_rightcol::after {
    	top: 8px;
		left: 8px;
    	width: 10px;
    	height: 10px;
    }
}

@media all and (max-width: 450px) {
	body .content h2 {
        font-size: 17px;
        line-height: 27px;
    }
    
    body .content h3 {
        font-size: 12px;
        line-height: 17px;
    }

    body .content h4 {
        font-size: 12px;
        line-height: 14px;
    }

    body .content .main.generic-page.full-width .button-wrapper a.netherLandsDefaultButton,
	body .content input.form_button_submit {
		font-size: 14px;
        line-height: 14px;
    }

	body .header-wrapper .banner-wrapper .headline-wrapper h1 {
		font-size: 19px;
        line-height: 19px;
    }

	body .header-wrapper .banner-wrapper .headline-wrapper p {
		font-size: 10px;
        line-height: 12px;
    }

    body .header-wrapper .banner-wrapper .date-wrapper h2 {
		font-size: 15px;
        line-height: 19px;
    }

    body .header-wrapper .banner-wrapper .date-wrapper .board-wrapper {
    	top: -30%;
    	right: -10%;
    }

    body .header-wrapper .banner-wrapper .date-wrapper .board-wrapper h3 {
		font-size: 8px;
    }

    body .content-wrapper .timesheet-wrapper::before {
    	top: -2px;
        height: 5px;
    }

    body .content-wrapper .timesheet-wrapper .board-wrapper h2 {
    	font-size: 14px;
    	line-height: 16px;
    }

    body .content-wrapper .timesheet-wrapper .text {
    	padding: 6.5% 0 10% 15%;
    }

    body .content-wrapper .form-wrapper form .form_field_text {
    	height: 40px;
    }
}

@media all and (max-width: 350px) {

	body .header-wrapper .banner-wrapper .headline-wrapper h1 {
		font-size: 16px;
        line-height: 16px;
    }

	body .header-wrapper .banner-wrapper .headline-wrapper p {
		font-size: 8px;
        line-height: 10px;
    }

    body .header-wrapper .banner-wrapper .date-wrapper h2 {
		font-size: 13px;
        line-height: 16px;
    }

    body .header-wrapper .banner-wrapper .date-wrapper .board-wrapper {
    	top: -40%;
    }

    body .header-wrapper .banner-wrapper .date-wrapper .board-wrapper h3 {
		font-size: 7px;
    }

    body .content-wrapper .form-wrapper form .form_field_text {
    	height: 36px;
    }
}