section {
	padding: 50px 0;
}
section.slim {
	padding: 35px 0;
}
.s20, .s20 p {
	font-size: 17px;
}
.pt0 {
	padding-top: 0;
}
.mb-sm15 {
	margin-bottom: 15px;
}
.mt-sm25 {
	margin-top: 25px;
}
.mb-sm25 {
	margin-bottom: 25px;
}
.mt15 {
	margin-top: 15px;
}
.mt25 {
	margin-top: 25px;
}
.mt35 {
	margin-top: 35px;
}
.mt50 {
	margin-top: 35px;
}
.mt100 {
	margin-top: 100px;
}
.mb0 {
	margin-bottom: 0;
}
.mb5 {
	margin-bottom: 5px;
}
.mb10 {
	margin-bottom: 10px;
}
.mb15 {
	margin-bottom: 15px !important;
}
.mb20 {
	margin-bottom: 20px !important;
}
.mb15-sm {
	margin-bottom: 15px;
}
.mb25 {
	margin-bottom: 25px !important;
}
.mb30 {
	margin-bottom: 30px !important;
}
.mb35 {
	margin-bottom: 35px !important;
}
.mb50 {
	margin-bottom: 50px !important;
}
.w900 {
	width: 100%;
	max-width: 900px;
	margin: 0 auto;
}
.center-content {
	display: flex;
  align-items: center;
  justify-content: center;
}
.s28 {
	font-size: 22px;
}
.text-underline {
	text-decoration: underline;
}
.light {
	background: #BCD0E1;
}
.pink {
	background: #B92462;
	color: #FFF;
}
.green {
	background: #4E5735;
	color: #FFF;
}
.purple {
	background: #5C3F55;
	color: #FFF;
}
.text-link {
	color: #d9a647;
	font-weight: bold;
	text-decoration: underline;
}
.dark {
	background: #1E3561;
	color: #FFF;
}
.yellow {
	color: #EEB855;
}
.white, .white:hover, .white:focus {
	color: #FFF;
}
.yellow-bg {
	background: #EEB855;
}
@media (min-width: 992px) {
	section {
		padding: 75px 0;
	}
section.slim {
		padding: 50px 0;
	}
	.mt50 {
		margin-top: 50px;
	}
	.mb-sm25 {
		margin-bottom: 0;
	}
	.mb15-sm {
		margin-bottom: 0;
	}
	.s28 {
		font-size: 28px;
	}
}
.nav-wrap {
	height: 135px;
}
.navbar-top {
	width: 100%;
	background: #17294B;
	padding: 7px 0;
	color: #FFF;
	font-size: 14px;
}
.navbar-top-links {
	display: inline;
}
.navbar-top span:not(.icon-link span) {
	margin: 0 5px;
}
.navbar-top a {
	color: #FFF;
}
.navbar-top .icon-link:last-child {
	margin-left: 25px;
}
.navbar-top .icon-link span {
	padding-left: 30px;
}
.navbar-top .icon-link.icon-tel span {
	padding-left: 20px;
}
.navbar-top .icon-link svg, .navbar-top .icon-link img {
	top: 45%;
	transform: translateY(-50%);
}

.fixed-top {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1999999998;
}
.headroom {
  will-change: transform;
  transition: transform 200ms linear;
}
.headroom--pinned {
  transform: translateY(0%);
}
.headroom-toolbar {
  will-change: transform;
  transition: transform 200ms linear;
}
.headroom-toolbar--unpinned {
  transform: translateY(100%);
}
.headroom--pinned a {
	color: #FFF;
}
.headroom--pinned:not(.headroom--top),
.headroom--not-top.headroom--not-bottom,
.headroom--not-top.headroom--bottom,
.solidNav {
	background-color: #1E3561;
	height: 55px;
}
.headroom--pinned:not(.headroom--top) .navbar-brand,
.headroom--not-top.headroom--not-bottom .navbar-brand,
.headroom--not-top.headroom--bottom .navbar-brand,
.solidNav .navbar-brand {
	top: -26px;
}
.headroom--unpinned {
  transform: translateY(-100%);
}
.headroom--pinned:not(.headroom--top) .navbar-brand img,
.headroom--not-top.headroom--not-bottom .navbar-brand img,
.headroom--not-top.headroom--bottom .navbar-brand img,
.solidNav .navbar-brand img {
	width: 60px;
	margin-right: 0;
}

.headroom--pinned:not(.headroom--top) .navbar,
.headroom--not-top.headroom--not-bottom .navbar,
.headroom--not-top.headroom--bottom .navbar,
.solidNav .navbar {
	padding: 8px 1rem;
}
@media (min-width: 992px) {
	.headroom--pinned:not(.headroom--top),
	.headroom--not-top.headroom--not-bottom,
	.headroom--not-top.headroom--bottom,
	.solidNav {
		background-color: #17294B;
		height: 80px;
	}
	.headroom--pinned:not(.headroom--top) .navbar,
	.headroom--not-top.headroom--not-bottom .navbar,
	.headroom--not-top.headroom--bottom .navbar,
	.solidNav .navbar {
		padding: 0rem 1rem;
	}
	.headroom--pinned:not(.headroom--top) .navbar-brand img,
	.headroom--not-bottom .navbar-brand img,
	.headroom--not-top.headroom--bottom .navbar-brand img,
	.solidNav .navbar-brand img, {
		width: 55px;
		margin-right: 0;
	}
	.headroom--pinned:not(.headroom--top) .navbar-brand p,
	.headroom--unpinned:not(.headroom--top) .navbar-brand p,
	.headroom--not-top.headroom--bottom .navbar-brand p,
	.headroom--not-top.headroom--not-bottom .navbar-brand p,
	.solidNav .navbar-brand p {
		opacity: 0;
	}
}
/*Mobile nav*/
.mobileNav-item {
	display: inline-block;
	margin-left: 15px;
}
@media (min-width: 768px) {
	.mobileNav-item {
		padding: 2px 15px;
	}
}

@media (max-width: 360px) {
	.mobileNav-item {
    padding: 2px 1px;
    font-size: 14px;
  }
}
.menu-wrapper {
  display: none;
  position: fixed;
  top: 0px;
  left: 0;
  width: 100%;
  height: calc(100vh - 0px);
  overflow: hidden;
  background: #F4F4F4;
  z-index: 99999;
}
.menu-wrapper.is-visible {
  display: block;
}
.list-wrapper {
  height: 100%;
  padding: 0.5rem 1rem 1rem;
  overflow-y: auto;
  background: #17294B;
  color: #FFF;
}
.list-wrapper ul {
  text-align: center;
}
.list-wrapper:nth-child(2),
.list-wrapper:nth-child(3) {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  transform: translateX(100%);
  backface-visibility: hidden;
  transition: transform 0.5s;
}
.list-wrapper:nth-child(2).is-visible,
.list-wrapper:nth-child(3).is-visible {
  transform: none;
}
.list-wrapper:nth-child(1) > ul > li > .sub-menu {
  display: none;
}
.menu-wrapper li {
  padding-bottom: 25px;
  color: #EEB855
}
.menu-wrapper a {
  display: inline-block;
  position: relative;
  font-size: 20px;
  font-weight: 500;
  text-decoration: none;
  color: #FFF;
}
.menu-wrapper a:hover,
.menu-wrapper a:focus {
	color: #FFF;
}
.supportingMenu {
	margin: 25px 0;
}
.supportingMenu a {
	font-size: 18px;
}
.menu-wrapper a.nested:after {
	display: inline-block;
  content:url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' width='6.061' height='10.707' viewBox='0 0 7.061 12.707'%3e%3cpath d='M0,6,6,0l6,6' transform='translate(6.354 0.354) rotate(90)' fill='none' stroke='%23FFF' stroke-width='1'/%3e%3c/svg%3e");
  margin-left: 8px;
}
.menu-title {
	font-size: 22px;
	font-weight: 500;
	color: #AFAFAF;
}
.menu-wrapper .about-sub-menu {
	margin-top: 15px;
	list-style: none;
}.menu-wrapper .about-sub-menu li {
	padding-bottom: 10px;
}
.menu-wrapper .about-sub-menu a {
	font-size: 16px;
	font-weight: 300;
}
.menu-wrapper .menu {
	padding-top: 40px;
}

.icon-link {
	position: relative;
}
.icon-link span {
	padding-left: 25px;
}
.icon-link svg, .icon-link img {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
}

.back-one-level {
  display: flex;
  align-items: center;
  margin-bottom: 40px;
  border: none;
  padding: 0;
  font-size: 18px;
  color: #FFF;
  background: none;
  font-weight: 500;
}
.back-one-level svg {
  fill: var(--white);
  margin-right: 10px;
}
.close-menu {
	float: right;
	margin-top: 12px;
}


.headerWrap {
	position: relative;
}
.header {
  position: relative;
  background-position: center;
  background-size: cover;
  overflow: hidden;
}
.header video {
	margin-bottom: -8px;
}
@media (min-width: 992px) {
  .header:not(.header-video-height) {
    height: 400px;
  }
}
.header.header-450 {
  height: 160px;
}
.header.contentHeader {
	height: 200px;
	min-height: 200px;
}
.overviewHeader h1 {
	color: #FFF;
}
.header.contentHeader video {
	width: 100%;
	height: 100%;
	object-fit: cover;
	position: absolute;
}
.header .header__overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(30, 53, 97, 0.4);
}
.header .header__overlay.darker__overlay {
	background-color: rgba(30, 53, 97, 0.65);
}

.header .transparent_header__overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgb(0,0,0);
  background: linear-gradient(0deg, rgba(0,0,0,0) 0%, rgba(15,27,48,0.5) 60%, rgba(15,26,48,1) 100%);
  height: 200px
}

.header__body {
	position: absolute;
	z-index: 99;
	top: 50%;
	transform: translateY(-50%);
	color: #FFF;
	left: 0;
	right: 0;
	margin: 0 auto;
	text-align: center;
	font-size: 28px;
	padding: 0 15px;
}

@media (min-width: 768px) {
	.header.contentHeader {
		height: 370px
	}
}
@media (min-width: 992px) {
  .header:not(.header-video-height) {
    height: 780px;
  }
  .header.contentHeader {
  	height: 550px
  }
  .header.contentHeader-750 {
  	height: 750px
  }
  .header.header-450 {
    height: 450px;
  }
  .header.contentHeader .header__body,
  .header.header-450 .header__body {
  	top: 55%;
  	transform: translateY(-50%);
  }
	.header__body {
		top: 50%;
		transform: translateY(-50%);
	}
}

.header .fullOverlay {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgb(30,53,97,0.4);
  height: 100%;
}

.courseHeader h1 span {
	font-size: 42px;
}
.courseHeader h1 {
	line-height: 1.15;
}

@media (min-width: 992px) {
	.courseHeader h1 {
		line-height: .65;
	}
	.courseHeader h1 span {
		font-size: 72px;
	}
}

.introduction,
.introduction.text-format,
.introduction.text-format p,
.introduction.text-format p span,
.introduction.text-format span {
	font-size: 20px;
	max-width: 925px;
	margin-left: auto;
	margin-right: auto;
	line-height: 1.25;
  font-weight: 700;
  font-family: "proxima-nova", sans-serif;
}
.introduction-lg {
	max-width: 985px;
}


.text-format,
.text-format p,
.text-format p span,
.text-format span {
	font-family: "proxima-nova", sans-serif;
	font-size: 15px;
}
.text-format p.h4,
.text-format p.h3,
.text-format p.h2,
.text-format .h4,
.text-format .h3,
.text-format .h2 {
	margin-bottom: 0.5rem;
	font-weight: 500;
	line-height: 1.2;
	font-weight: 700;
	font-family: 'barlow-condensed';
	text-transform: uppercase;
	line-height: 1;
	font-size: 24px;
}

.text-format.text-center ul {
	text-align: center;
	list-style-position: inside;
}

@media (min-width: 992px) {
	.text-format,
	.text-format p,
	.text-format p span,
	.text-format span {
		font-size: 18px;
	}
	.text-format p.h4,
	.text-format p.h3,
	.text-format p.h2,
	.text-format .h4,
	.text-format .h3,
	.text-format .h2 {
		font-size: 38px;
	}
}

.text-wrap {
	max-width: 725px;
	margin-left: auto;
	margin-right: auto;
}

.text-wrap-md {
	max-width: 790px;
	margin-left: auto;
	margin-right: auto;
}

@media (min-width: 992px) {
	.introduction,
	.introduction.text-format,
	.introduction.text-format p,
	.introduction.text-format p span,
	.introduction.text-format span {
		font-size: 26px;
	}
}

.borderBox {
	border-radius: 20px;
	border: 3px solid #FFF;
	padding: 20px;
	height: 100%;
	position: relative;
}
.borderBox > a:not(.btn) {
	display: block;
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	border: 0;
	height: 100%;
	z-index: 20;
}

.moreBox {
	display: flex;
	align-items: center;
	justify-content: center;
}
.moreBox.moreBox-image {
	min-height: 140px;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	text-align: center;
}
.moreBox-overlay {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	background: 0;
	display: block;
	z-index: 10;
	width: 100%;
	height: 100%;
	background-color: rgba(30, 53, 97, .6);
	border-radius: 20px;
}
.moreBox-image span {
	position: relative;
	z-index: 11;
	color: #FFF;
	text-transform: none;
	margin-bottom: 0;
}
@media (min-width: 992px) {
	.moreBox,
	.moreBox.moreBox-image {
		min-height: 200px;
	}
}



.contentBlock {
	position: relative;
	height: 550px;
	padding: 25px;
	text-align: center;
}
.contentBlock.contentBlock-sm {
	height: 350px;
}
.contentBlock-text {
	position: absolute;
	text-align: center;
	margin: 0 auto;
	top: 50%;
	transform: translateY(-50%);
	left: 0;
	right: 0;
	font-size: 22px;
	color: #FFF;
	max-width: 350px;
	line-height: 1.4;
}
.contentBlock-text span {
	color: #EEB855;
	font-size: 80px;
	display: block;
	line-height: 1.2;
	font-weight: 700;
	font-family: 'barlow-condensed';
}
.contentBlock-text.contentBlock-dark,
.contentBlock-text.contentBlock-dark span {
	color: #1E3561;
}
.contentBlock-text.roundal {
	background: rgba(23,41,75,.85);
	padding: 40px;
	color: #FFF;
	border-radius: 30px;
	display: flex;
	align-items: center;
	justify-content: center;
	line-height: 1.25;
	max-width: 285px;
}
.contentBlock-noImg {
	height: 450px;
}
.contentBlock-noImg .ofstedLogo {
	max-width: 85px;
	margin: -20px auto 15px;
}

@media (min-width: 992px) {
	.contentBlock {
		height: 650px;
	}
	.contentBlock-noImg {
		height: 100%;
	}
	.contentBlock-noImg .ofstedLogo {
		margin: -50px auto 25px;
		max-width: 125px;
	}
	.contentBlock-text {
		font-size: 28px;
	}
	.contentBlock-text.roundal {
		font-size: 26px;
	}
	.contentBlock.contentBlock-sm {
		height: 620px;
	}
}

.imageBlockWrap {
	min-height: 300px;
	position: relative;
}
.imageBlock {
	min-height: 300px;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: top center;
}

.imageBlockWrap .imageBlockText {
	color: #FFF;
	padding: 35px 0 45px;
	text-align: center;
	background: #1E3561;
}

@media (min-width: 992px) {
	.imageBlockWrap {
		min-height: 750px;
	}
	.imageBlock {
		min-height: 750px;
	}
	.imageBlockWrap .imageBlockText {
		position: absolute;
		bottom: 0;
		left: 0;
		right: 0;
		padding: 55px 0;
		background: rgba(6, 31, 79, .6);
	}
}


.borderBox.borderBox-img {
  display: flex;
  flex-direction: column;
  padding: 25px 25px 0 25px;
}
.imageCutout {
  margin-top: auto;
  align-self: flex-end;
  width: 100%;
}
.imageCutout img {
  display: inline-block;
  max-width: 100%;
  height: auto;
}


.staffAvatar {
	border-radius: 13px;
	border: 3px solid #FFF;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	width: 125px;
	height: 125px;
	margin: 25px auto 0 auto;
}

.gridImage {
	height: 50vw;
	background-size: cover; 
	background-position: center;
}

@media (min-width: 992px) {
	.staffAvatar {
		width: 170px;
		height: 170px;
	}
}
@media (min-width: 1300px) {
	.gridImage {
		height: 650px;
	}
}

.quoteBlockWrap {
	position: relative;
}
.quoteBlockWrap .quoteBlockText {
	text-align: center;
	padding: 25px;
	background: rgba(92, 63, 85, 1);
	border-bottom: 1px solid #FFF;
}
.quoteBlockWrap .quoteBlockText.quoteBlockText-dark {
	background: rgba(30, 53, 97, 1);
}

.testimonial .quote {
	font-size: 22px;
	font-style: italic;
	max-width: 750px;
	margin: 0 auto 25px;
	color: #FFF;
	line-height: 1.25;
}

@media (min-width: 992px) {
	.testimonial .quote {
		font-size: 28px;
	}
	.quoteBlockWrap .quoteBlockText {
		position: absolute;
		bottom: 50px;
		left: 0;
		right: 0;
		max-width: 850px;
		margin: 0 auto;
		padding: 35px;
		background: rgba(92, 63, 85, .85);
		border-radius: 20px;
		border-bottom: none;
	}
	.quoteBlockWrap .quoteBlockText.quoteBlockText-dark {
		background: rgba(30, 53, 97, .85);
	}
}

.news-hidden {
	display: none;
}
.newsBlock {
	height: 100%;
	background: #E1EBF2;
	border-radius: 20px;
}
.newsBlock > a {
	display: block;
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
}
.newsBlockImage {
	height: 250px;
	border-top-right-radius: 20px;
	border-top-left-radius: 20px;
}
.newsBody {
	padding: 15px 25px 25px;
	border-bottom-right-radius: 20px;
	border-bottom-left-radius: 20px;
}
.newsBlock .s28 {
	line-height: 1.2;
	margin-bottom: 10px;
}

.newsBodyFormat .btn-secondary,
.newsBodyFormat .btn-secondary:hover {
	border: 2px solid #B92462;
}

/*How to apply*/

.applicaaBox {
	padding: 25px;
	border: 3px solid #FFF;
	text-align: left;
	border-radius: 20px;
	max-width: 775px;
	position: relative;
	margin: 0 auto;
}
.applicaaBox p {
	max-width: 325px;
}
.applicaaBox .supportingImg {
	position: absolute;
	right: 15px;
	bottom: 0;
	max-width: 200px;
}


.timelineWrap {
	padding: 0;
}
.timeline {
  position: relative;
  padding-left: 50px;
  padding-top: 50px;
  padding-bottom: 50px;
}
.timeline::before {
  content: "";
  position: absolute;
  top: 0;
  left: 20px;
  width: 2px;
  height: 100%;
  background-color: #EEB855;
}
.timeline .timelineBlock {
	margin-bottom: 25px;
}
.timeline .timelineBlock:last-child {
	margin-bottom: 0;
}
.timeline .timelineBlock .h4::before {
  content: "";
  position: absolute;
  left: -38px;
  top: 5px;
  width: 18px;
  height: 18px;
  background-color: #EEB855;
  border-radius: 50%;
  right: 20px;
}
.timeline .timelineBlock {
  position: relative;
}

@media (min-width: 768px) {
	.applicaaBox {
		padding: 40px;
	}
	.applicaaBox p {
		max-width: 435px;
	}
	.applicaaBox .supportingImg {
		max-width: 280px;
	}
	.timeline {
	  padding-left: 70px;
	  padding-top: 75px;
	  padding-bottom: 75px;
	}
	.timeline .timelineBlock {
		margin-bottom: 35px;
	}
	.timeline .timelineBlock .h4::before {
	  left: -60px;
	  top: 11px;
	  width: 23px;
	  height: 23px;
	}
}

hr.divider {
	border-top: 1px solid #FFF;
	margin: 0;
}

/*Contact*/
.borderBox.contactDetails {
	padding: 20px 20px 35px 20px;
}
.borderBox.contactDetails .btn {
	min-width: 100%;
}

@media (min-width: 992px) {
	.borderBox.contactDetails .h3 {
		font-size: 48px;
	}		
}

#map {
	height: 365px; 
	border-radius: 20px; 
	border: 3px solid #FFF;
}

.formWrapper .has-float-label input, .formWrapper .has-float-label textarea {
  padding-left: 20px;
}
.has-float-label input,
.has-float-label textarea {
  padding-left: 0;
  font-size: 14px;
}
.has-float-label {
  display: block;
  position: relative;
}
.has-float-label label, .has-float-label > span {
  position: absolute;
  left: 20px;
  top: -23px;
  cursor: text;
  font-size: 13px;
  opacity: 1;
  transition: all .2s;
  pointer-events: none;
}
.has-error .has-float-label label, .has-error .has-float-label > span {
  color: red;
}
.has-float-label label.when-label {
  left: 45px;
}
.has-float-label textarea::placeholder,
.has-float-label input::placeholder {
  opacity: 1;
  transition: all .2s;
}
.has-float-label textarea:placeholder-shown:not(:focus)::placeholder,
.has-float-label input:placeholder-shown:not(:focus)::placeholder {
  opacity: 0;
}
.has-float-label textarea:placeholder-shown:not(:focus) + *,
.has-float-label input:placeholder-shown:not(:focus) + * {
  font-size: 14px;
  opacity: .9;
  top: 11px;
}
.has-float-label input,
.has-float-label input:focus {
  outline: none!important;
}

@media (min-width: 768px) {
  .has-float-label input,
  .has-float-label textarea {
    padding-left: 0;
    font-size: 18px;
  }
  .has-float-label textarea:placeholder-shown:not(:focus) + *,
  .has-float-label input:placeholder-shown:not(:focus) + * {
    font-size: 18px;
  }
  .has-float-label input,
  .has-float-label textarea {
    padding-left: 0;
    font-size: 18px;
  }
}

.errorButtons .btn {
	min-width: 265px;
	margin: 15px 10px 0;
}

footer .footerLogos img {
	margin: 0 15px 15px;
	width: 15%;
}
footer .footerLogos img.imgHeight {
	height: 85px;
}
footer .socialMedia {
	margin-top: 25px;
}
footer .socialMedia a {
	margin: 0 10px;
}
footer .socialMedia a:last-child {
	margin: 0 0 0 10px;
}
footer .icon-link {
	margin: 0 10px;
	display: block
}
footer {
	background-color: #1E3561;
	color: #FFF;
	padding: 35px 0 75px;
	font-size: 14px;
}
footer a, footer a:hover, footer a:focus { 
	color: #FFF;
	text-decoration: none;
}
@media (min-width: 768px) {
	footer {
		padding: 50px 0;
	}
	footer .icon-link {
		display: inline-block
	}
	footer .footerLogos img {
		margin: 0 25px 10px;
		width: auto;
	}
	footer .socialMedia {
		margin-top: 35px;
	}
	footer .footerLogos img.imgHeight {
		height: auto;
	}
}



.admin{
  max-width: 450px;
  margin: 0 auto;
  border: 1px solid #FFF;
  padding: 1.563rem;
  border-radius: 6px;
  background: #FFF;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.24);
}
.admin h1 {
  margin: 0 0 20px;
}
.admin .btn {
  margin-top: 15px
}