#HeaderArea {
	width:100%;
	color:#FFFFFF;
	position:relative;
	top:0;
	left:0;
	z-index:100;
}


@media screen and (max-width:640px) {
	#HeaderArea {
		text-align:center;
	}
}

#HeaderArea .ContentRow {
	width:100%;
	max-width:1640px;
	margin:2.4375rem auto 0;
}

@media screen AND (max-width:1700px) {
	#HeaderArea .ContentRow {
		max-width:1140px;
	}
}

#HeaderArea > .ContentRow {
	max-width:none;
	margin-top:0;
	padding:30px 30px;
}

#HeaderArea > .ContentRow:first-child {
	height:60px;
	padding-top:10px;
	padding-bottom:10px;
	background-color:#362F2F;
	color:#FFFFFF;
}

@media screen and (max-width:640px) {
	#HeaderArea > .ContentRow:first-child {
		height:auto;
	}
}

#HeaderArea .Universities {
	font-size:0;
	line-height:0;
	text-align:right;
    height: 64px;
}

@media screen and (max-width:640px) {
	#HeaderArea .Universities {
		text-align:inherit;
		margin-top:1rem;
	}
}

#HeaderArea .Universities li {
	display:inline-block;
	margin:0 0 0 40px;
	vertical-align:middle;
	list-style-type:none;
	position:relative;
}

#HeaderArea .Universities li:first-child {
	margin-left:0;
}

#HeaderArea .Universities a {
	border-bottom-width:0;
}

#HeaderArea .Universities img, #HeaderArea .Universities svg, #HeaderArea .Universities video {
	max-height:40px;
}

@media screen and (max-width:480px) {
	#HeaderArea .Universities img, #HeaderArea .Universities svg, #HeaderArea .Universities video {
		max-height:30px;
		opacity:0.5;
	}
}

#LogoArea {
	display:inline-block;
	width:147px;
	height:40px;
	border-bottom-width:0;
	color:inherit;
	position:relative;
	left:0;
	-webkit-transition:all 0.3s ease-in-out;
	-moz-transition:all 0.3s ease-in-out;
	-o-transition:all 0.3s ease-in-out;
	transition:all 0.3s ease-in-out;
	/*@media screen AND (max-width:1180px) {
			width:240px;
			height:64px;
		}*/
}

@media screen AND (min-width:1701px) AND (max-width:1956px), screen AND (max-width:1456px) {
	#LogoArea {
		left:0;
	}
}

#LogoArea img {
	width:100%;
	height:100%;
}


@supports (display:flex) OR (display:-ms-flexbox) OR (display:-webkit-box) {
	.ContentRow.Flex {
		display:-webkit-box;
		display:-ms-flexbox;
		display:flex;
	}

	@media screen AND (max-width:640px) {
		.ContentRow.Flex {
			display:block;
		}
	}
	.ContentRow.Flex:before, .ContentRow.Flex:after {
		display:none;
	}

	.ContentRow.Flex > .Column-RTL {
		order:5;
	}

	@media screen AND (max-width:640px) {
		.ContentRow.Flex > .Column-RTL {
			order:0;
		}
	}
}

.ContentRow.Flex > .ContentElement.Flexalign-Center {
	-ms-flex-item-align:center;
	align-self:center;
}

.ContentRow.Flex > .ContentElement.Flexalign-Bottom, .ContentRow.Flex > .ContentElement.Flexalign-FlexEnd {
	-ms-flex-item-align:end;
	align-self:flex-end;
}

.ContentRow > .ContentElement {
	position:relative;
	float:left;
}

.ContentRow > .ContentElement.Centered:last-of-type:first-of-type {
	margin-right:auto;
	margin-left:auto;
	float:none;
}

.ContentRow > .ContentElement.IsEmpty {
	min-height:1px;
}

@media screen AND (max-width:640px) {
	.ContentRow > .ContentElement.IsEmpty {
		display:none;
	}
}

.ContentRow > .Column-RTL {
	float:right;
}

@media screen AND (max-width:640px) {
	.ContentRow > .Column-RTL {
		float:none;
	}
}

.ContentRow > .ContentElement, .ContentRow > .ContentElement.Column-RTL:first-child, .ContentRow > .Column-RTL + .ContentElement.Column-RTL {
	margin-left:2%;
}

.ContentRow > .ContentElement.Column-100, .ContentRow > .ContentElement.Column-RTL:first-child.Column-100, .ContentRow > .Column-RTL + .ContentElement.Column-RTL.Column-100 {
	margin-left:0;
}

@media screen AND (max-width:640px) {
	.ContentRow > .ContentElement, .ContentRow > .ContentElement.Column-RTL:first-child, .ContentRow > .Column-RTL + .ContentElement.Column-RTL {
		margin-left:0;
	}
}

.ContentRow > .ContentElement:first-child, .ContentRow > .Column-RTL + .ContentElement, .ContentRow > .Column-RTL + .ContentElement.Column-RTL:last-child {
	margin-left:0;
}

.ContentRow > .Column-20 {
	width:18.39%;
}

.ContentRow > .Column-25 {
	width:23.5%;
}

.ContentRow > .Column-33 {
	width:32%;
}

.ContentRow > .Column-40 {
	width:38.79%;
}

.ContentRow > .Column-50 {
	width:49%;
}

.ContentRow > .Column-60 {
	width:59.2%;
}

.ContentRow > .Column-67 {
	width:66%;
}

.ContentRow > .Column-75 {
	width:74.5%;
}

.ContentRow > .Column-80 {
	width:79.59%;
}

.ContentRow > .Column-100 {
	width:100%;
	float:none;
}

@media screen AND (max-width:640px) {
	.ContentRow > .ContentElement {
		width:100%;
		float:none;
	}
}



#FooterArea {
	color: #362F2F;
	/* bottom: 0; */
	/* position: absolute; */
	width: 100%;
}
@media screen and (max-width: 640px) {
	#FooterArea {
		text-align: center;
	}
}
#FooterArea .ContentRow {
	width: 100%;
	max-width: 1140px;
	margin: 4.875rem auto 0;
}
#FooterArea .ContentRow:first-child {
	margin-top: 0;
}
#FooterArea > .ContentRow {
	max-width: none;
	margin-top: 0;
	padding: 2.4375rem 30px;
}
#FooterArea > .ContentRow:first-child {
	background-color: #362F2F;
	color: #FFFFFF;
}
#FooterArea > .ContentRow:last-child > .ContentElement > .ContentRow {
	max-width: 1640px;
}
#FooterArea .Widget-PartnerLogos {
	-ms-flex-item-align: center;
	align-self: center;
}
#FooterArea .Widget-PartnerLogos a {
	display:inline-block;
	color: inherit;
}
#FooterArea .Widget-PartnerLogos .Image {
	text-align: center;
}
@media screen and (max-width: 640px) {
	#FooterArea .Widget-PartnerLogos .Image {
		margin-top:1rem;
	}
}
#FooterArea .Widget-PartnerLogos img, #FooterArea .Widget-PartnerLogos svg, #FooterArea .Widget-PartnerLogos video {
	width:auto;
	max-width:100%;
	height:auto;
	margin-right: auto;
	margin-left: auto;
}
#FooterArea .Menu-Footer {
	margin: -1.625rem -20px 0;
	font-size: 0;
	line-height: 0;
	text-align: center;
}
@media screen and (max-width: 640px) {
	#FooterArea .Menu-Footer {
		text-align: inherit;
	}
}
#FooterArea .Menu-Footer:after {
	content:'';
	display: inline-block;
	width: 100%;
}
#FooterArea .Menu-Footer li.Level1 {
	display: inline-block;
	margin: 1.625rem 20px 0;
	font-size: 1rem;
	line-height: 1;
	vertical-align: top;
}
@media screen and (max-width: 1024px) {
	#FooterArea .Menu-Footer li.Level1 {
		font-size: 0.75rem;
	}
}
@media screen and (max-width: 640px) {
	#FooterArea .Menu-Footer li.Level1 {
		display: block;
		font-size: 1rem;
	}
}
#FooterArea .Menu-Footer a {
	color: inherit;
}
#FooterArea .Menu-Footer ul.Level2 {
	display: none;
}