@charset "UTF-8";
/* CSS Document */

@import url("https://use.typekit.net/lgx5lnu.css");

html {
	scroll-behavior: smooth;
}

body {
	margin:0;
	font-size:17px;
	font-family: franklin-gothic-urw, sans-serif;
	background-color: #fff;
	color:#000;
}

h1 {
	font-family: franklin-gothic-urw, sans-serif;
	font-weight: 700;
	font-style: normal;
	font-size:2.5em;
	line-height: 1.1em;
	text-transform: uppercase;
	letter-spacing: -0.04em;
}

h2 {
	margin-bottom:0;
	font-size:1.1em;
	margin-top:2em;
	letter-spacing: -0.03em;
}

p {
	margin-top:0;
	line-height:22px;
}

a:link,
a:visited,
a:hover {
	color:#262a82;
	text-decoration: none;
}

nav a {
	text-transform: uppercase;
}

ul {
	margin-left: 1em;
	padding-left: 0;
}

li {
	margin: 0.5em 0;
}

hr {
	margin:0;
	border: none;
	height:1px;
	background-color: #262a82;
}

table {
  border-collapse: collapse;
}

table, th, td {
  border: 1px solid #fff;
}

th, td {
  padding: 6px 8px;
  text-align: left;
}

th {
	text-align: left;
	background-color: black;
	color:#fff;
}

tr:nth-child(odd) {
    background-color: #fff;
}

tr:nth-child(even) {
    background-color: rgba(255,255,255,0.25);
}

tr.course-title {
	background-color: #498dd8!important;
	color:#fff;
	border-top:20px solid #fff;
	font-weight: bold;
}

tr.course-title-none {
	border-top:20px solid #fff;
}

tr.venue {
	color: #fff;
	font-size: 1.35em;
	line-height:1.2em;
	font-family: franklin-gothic-urw, sans-serif;
	font-weight: 700;
	font-style: normal;
	letter-spacing: -0.02em;
	text-transform: uppercase;
}

tr.course {
	background-color: #000;
	color: #fff;
	text-transform: uppercase;
	font-weight: bold;
}

/* Buttons */
.blue-button,
.enrol-button {
	display: inline-block;
	font-weight: 600;
	font-size: 16px;
	line-height: 21px;
	text-decoration: none;
	padding: 6px 12px 8px 11px;
	border-radius: 7px;
	border: 0;
	-webkit-appearance: none;
	-moz-border-radius: 7px;
	-webkit-border-radius: 7px;
	transition: 0.2s ease-out;
	cursor: pointer;
	box-shadow: none;
}

.blue-button {
	background-color: black;
	color: #FFF !important;
}

.enrol-button {
	background-color: white;
	color: black !important;
	border: 1px solid black;
	padding: 4px 8px 6px 8px;
}

.blue-button:hover,
.enrol-button:hover {
	transform: scale(1.05);
	box-shadow: none;
	transition: 0.2s ease-out;
	cursor: pointer;
}

.enrol-button:hover {
	background-color: #ECECEC;
}

.minor {
    font-weight: 300;
    font-size: 15px;
    line-height: 18px;
}

.intro-text {
	font-size: 1.25em;
	line-height:1.2em;
	font-weight: 700;
	overflow-wrap: break-word;
}

@media (min-width: 640px) {
	.intro-text {
		font-size: 1.4em;
	}
}

.clarendon-text {
	font-size: 1.3em;
	line-height:1.2em;
	font-family: franklin-gothic-urw, sans-serif;
	font-weight: 700;
	font-style: normal;
}

.red-callout {
    background-color:#C00003;
    color:#fff;
    width:100%;
    padding:20px;
    margin:30px 0 0 0;
    text-align: center;
    box-sizing: border-box;
    font-size: 1.1em;
    border-top-left-radius: 40px;
    border-top-right-radius: 40px;
}

.box-title {
    font-size: 1.8em;
    margin: 0 0 0.4em 0;
}

.cv-head {
    margin-top: 1em;
}

@media (min-width: 840px) {
	.clarendon-text {
		font-size: 1.6em;
	}
}

.onls-logo {
	position: absolute;
	left:30px;
	top:25px;
	z-index: 10;
}

.onls-logo img {
	height:50px;
	width:auto;
}

@media (min-width: 640px) {
	.onls-logo img {
		height:70px;
		width:auto;
	}
}

@media (min-width: 840px) {
	.onls-logo {
		left:30px;
		top:50px;
	}
	
	.onls-logo img {
		height:60px;
	}
}

@media (min-width: 1280px) {
	.onls-logo {
		left:30px;
		top:60px;
	}
	
	.onls-logo img {
		height:80px;
	}
}

.newham-london-logo {
	position: absolute;
	right:30px;
	top:25px;
	z-index: 10;
	visibility: hidden;
}

.newham-london-logo img {
	height:0px;
	width:auto;
}

@media (min-width: 840px) {
	.newham-london-logo {
		right:30px;
		top:50px;
		visibility: visible;
	}

	.newham-london-logo img {
		height:60px;
	}
}

@media (min-width: 1280px) {
	.newham-london-logo {
		right:30px;
		top:60px;
	}

	.newham-london-logo img {
		height:80px;
	}
}

.newham-london-bottom {
	width:100%;
	height:150px;
	background-image: url("../../images/newham-london-br.svg");
	background-position: bottom right -2px;
	background-size: contain;
	background-repeat:no-repeat;
	position:fixed;
	bottom:-1px;
	right:-1px;
	z-index:20;
}

@media (min-width: 840px) {
	.newham-london-bottom {
		position:absolute;
	}
}

.page-constrict {
	width: calc(100% - 60px);
	padding:0 30px;
	max-width: 1024px;
	margin:0 auto;
	position: relative;
}

.highlight-panel {
	padding:30px;
	color:#fff;
	position: relative;
	overflow: hidden;
}

@media (min-width: 640px) {
	.highlight-panel {
		width:calc(100% - 120px);
		margin:0 auto;
		max-width:calc(1024px - 60px);	
		border-radius: 15px;
	}
}

.purple {
	background: #75529d;
}

.blue {
	background: #0069b4;
}

.yellow {
	background: #f8aa00;
	color: #000!important;
}

.navy {
	background: #273583;
}

.pale-yellow {
	background: #ffe5ad;
}

.pale-purple {
	background: #dbd3e8;
}

.orange {
    background: rgb(238,124,0);
	background: -webkit-linear-gradient(left, rgba(238,124,0,1) 0%, rgba(242,162,1,1) 50%, rgba(238,124,0,1) 100%);
	background: -o-linear-gradient(left, rgba(238,124,0,1) 0%, rgba(242,162,1,1) 50%, rgba(238,124,0,1) 100%);
	background: linear-gradient(to right, rgba(238,124,0,1) 0%, rgba(242,162,1,1) 50%, rgba(238,124,0,1) 100%);
}

.grey {
	background: #706f6f;
}

.pink {
	background: rgb(228,0,91);
	background: -webkit-linear-gradient(left, rgba(228,0,91,1) 0%, rgba(236,0,139,1) 50%, rgba(228,0,91,1) 100%);
	background: -o-linear-gradient(left, rgba(228,0,91,1) 0%, rgba(236,0,139,1) 50%, rgba(228,0,91,1) 100%);
	background: linear-gradient(to right, rgba(228,0,91,1) 0%, rgba(236,0,139,1) 50%, rgba(228,0,91,1) 100%);
}

.green {
	background: rgb(164,172,59);
	background: -webkit-linear-gradient(left, rgba(164,172,59,1) 0%, rgba(196,205,9,1) 50%, rgba(164,172,59,1) 100%);
	background: -o-linear-gradient(left, rgba(164,172,59,1) 0%, rgba(196,205,9,1) 50%, rgba(164,172,59,1) 100%);
	background: linear-gradient(to right, rgba(164,172,59,1) 0%, rgba(196,205,9,1) 50%, rgba(164,172,59,1) 100%);
}

.highlight-star {
	position:absolute;
	bottom:-50px;
	right:20px;
	width:450px;
	height:450px;
	background-image: url("../../images/star.svg");
	background-repeat: none;
	background-size: cover;
	pointer-events: none;
}

.highlight-doorway {
	position:absolute;
	bottom:-50px;
	right:20px;
	width:450px;
	height:450px;
	background-image: url("../../images/doorway.svg");
	background-repeat: none;
	background-size: cover;
	pointer-events: none;
}

@media (min-width: 800px) {
	.col-container {
		display: flex;
		justify-content:space-between;
		width: 100%;
	}

	.col {
		width:47%;
	}
}

.col2-container {
	width: calc(100% - 0.9em);
}

@media (min-width: 800px) {
	.col2-container {
		display: flex;
		flex-wrap: wrap;
		justify-content:space-between;
	}

	.col2 {
		width:47%;
	}
	
	.col3 {
		width:31%;
	}
}

@media (min-width: 980px) {
	.check-col2-container {
		display: flex;
		flex-wrap: wrap;
		justify-content:space-between;
		width: 100%;
	}

	.col2 {
		width:47%;
	}
}

footer {
	background-color: black;
	padding:20px 0px 0px 0px;
	margin-top:30px;
	position: relative;
	overflow: hidden;
}

footer a {
	color:#000!important;
}

.footer-social {
	width:200px;
    height: 44px;
	position: absolute;
	top:4px;
	left:30px;
}

.footer-social img {
	width:100%;
	height:auto;
	transition: all .1s ease-in-out;
}

.footer-social img:hover {
    transform: scale(1.2);
    cursor: hand!important;
}

.footer-two {
	width:100%;
	padding:30px 0;
    height: 50px;
}

footer .onls-logo {
	position: absolute;
	width:200px;
	top:10px;
	visibility: hidden;
}

footer .onls-logo img {
		height:80px;
	}

	@media (min-width: 600px) {
		footer .onls-logo {
			visibility: visible;
			right:30px;
			left:auto;
		}
	}

.people-heart {
	width:100%;
	max-width:340px;
	height:auto;
	margin:0 auto;
}

.newham-london-foot {
	width:40%;
	max-width:140px;
	height:auto;
	margin:0 auto;	
	padding-top:30px;
}

.people-heart img,
.newham-london-foot img {
	width:100%;
	height:auto;
}

@media (min-width: 480px) {
	.footer-two {
		display: flex;
		flex-direction: row;
		justify-content: space-between;
		align-items:center;
	}

	.people-heart {
		width:60%;
		max-width:260px;
		height:auto;
		margin: 0;
	}

	.newham-london-foot {
		width:170px;
		height:auto;
		margin: 0;
		padding-top:0;
	}
}

.facebook {
	width:32px;
	height:32px;
    position: absolute;
}

.instagram {
	width:32px;
	height:32px;
    position: absolute;
    left: 44px;
}

.twitter {
	width:32px;
	height:32px;
    position: absolute;
    left: 88px;
}

.youtube {
	width:32px;
	height:32px;
    position: absolute;
    left: 130px;
}

.linkedin {
	width:32px;
	height:32px;
    position: absolute;
    left: 174px;
}

.ofsted {
	width:60px;
	height:auto;
	margin-bottom:30px;
}

@media (min-width: 600px) {
    .footer-social {
        width:100px;
        height:100px;
        position: absolute;
        top:4px;
        left:30px;
        right:auto;
    }

    .ofsted {
        position: absolute;
        top:0px;
        left:30px;
        right: auto;
        margin-bottom:0px;
    }
  }

@media (min-width: 800px) {
	
	.footer-social {
		right:190px;
	}
	
	.ofsted {
		position: absolute;
		top:0px;
		right:30px;
		margin-bottom:0px;
    }
}

.ofsted img {
	width:100%;
	height:auto;
}

#myBtn {
  display: none;
  position: fixed;
  top: 40px;
  left: 20px;
  z-index: 99;
  font-size: 1em;
  border: none;
  outline: none;
  background-color: rgba(222,222,222,0.6);
  color: #000;
  cursor: pointer;
  padding: 15px;
  border-radius: 15px;
  text-transform: uppercase;
  font-weight: 300!important;
}

/* Courses */

.main-container {
    width:100%;
    max-width:1024px;
    margin:0 auto;
    margin-top:8vw;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    padding:0 30px;
    padding-top:5vw;
    box-sizing: border-box;
}

.box {
    width:100%;
    margin-bottom:5vw;
    border-radius: 60px 0px 60px 0px;
    line-height:0;
    display:flex;
    transition: all .3s ease-in-out;
    background: #f8aa00;
}

.box:hover {
    transform: scale(1.03);
    cursor: hand!important;
}

.box p {
    font-family: franklin-gothic-urw, sans-serif;
    font-size:1.4em;
    font-weight:700;
    line-height:1.15em;
    color:#000;
    margin:0;
}

.box span {
    font-size:1em;
    line-height:1.2em;
    color:#000;
}

.box:last-child {
    border:none;
    background-color:transparent;
    margin:0;
    padding:0;
}

.box-image {
    flex:1.3;
    height:50vw;
    border-radius: 60px 0px 60px 0px;
}

.box-image img {
    width:100%;
    height:auto;
}

.box-text {
    flex:2;
    padding:15px;
}

@media (min-width: 480px) {
    .box-image {
        height:35vw;
    }
}

@media (min-width: 640px) {
    .main-container {
        padding:0 30px;
        padding-top:5vw;
    }
    .box {
        width: 47.5%;
        box-sizing: border-box;
        display:block;
    }
}

@media (min-width: 800px) {
    .box {
        width: 30%;
    }

    .box-image {
        height: 30vw;
    }
}

@media (min-width: 1024px) {
    .main-container {
        width:calc(100% - 60px);
        padding:0;
        padding-top:40px;
        margin:50px auto;
    }

    .box-image {
        height: 300px;
    }

    .box {
        margin-bottom: 50px;
    }
}

.tile-mobile {
    background-repeat: no-repeat;
    background-size: cover;
    background-position:center;
}

.part-time-courses {
    background-image: url("../../images/courses-2025-tab.jpg");
}

.student-info {
    background-image: url("../../images/sep22-studentinformation-tab.jpg");
}

.venues {
    background-image: url("../../images/venues-tab.jpg");
}

.advisory-board {
    background-image: url("../../images/advisory-board-tab.jpg");
}


.how-to-enrol {
    background-image: url("../../images/how-to-enrol-2025-tab.jpg");
}

.arts-crafts-fashion {
    background-image: url("../../images/jan24-art-tab.jpg");
}

.baking-cake-decorating {
    background-image: url("../../images/dec24-baking-tab.jpg");
}

.employability {
    background-image: url("../../images/jan24-employability-tab.jpg");
}       

.english {
     background-image: url("../../images/dec24-english-tab.jpg");
}    

.esol {
    background-image: url("../../images/esol-2025-tab.jpg");
}        

.family-learning {
    background-image: url("../../images/family-2025-tab.jpg");
}

.green-agenda {
    background-image: url("../../images/dec24-green-tab.jpg");
}    

.health-public-services-care {
    background-image: url("../../images/jan24-care-tab.jpg");
}

.it-digital-skills {
    background-image: url("../../images/dec24-it-tab.jpg");
}    

.maths {
    background-image: url("../../images/maths-2025-tab.jpg");
} 

.inclusive-learning {
    background-image: url("../../images/send-2025-tab.jpg");
}

@media (min-width: 640px) {
	.flexbox-container {
		display: -ms-flex;
		display: -webkit-flex;
		display: flex;
	}

	.flexbox-container > div {
		width: 50%;
	}

	.flexbox-container > div:first-child {
		margin-right: 20px;
	}
	
	.flexbox-container > div:last-child {
		margin-left: 20px;
	}
}

.loans-header {
	background:#fff;
	color: #000;
	padding:2em;
	margin-bottom:2em;
	position: relative;
}

.loans-header p {
	width:70%;
	font-size:1.8em;
	line-height:1.1em;
	margin:0;
}

.loans-header p:first-child {
	width:100%;
	margin-bottom:0.5em;
}

@media (min-width: 800px) {
	.loans-header p {
		font-size:2.2em;
		line-height:1.2em;
	}
	
	.loans-header p:first-child {
		width:75%;
	}
}

.loans-icon {
	background-color:#da4343;
	color:#fff;
	font-size:14vw;
	line-height: 1.6em;
	padding:0.1em;
	font-weight:bold;
	position: absolute;
	bottom:0px;
	right:0px;
	transform: rotate(15deg);
	border-radius: 25%;
}

@media (min-width: 480px) {
	.loans-icon {
		font-size:10vw;
	}
}

@media (min-width: 1024px) {
	.loans-icon {
		font-size:5.5em;
	}
}

.loans-icon-small {
	background-color:#da4343;
	color:#fff;
	font-size:1em;
	line-height: 1.3em;
	padding: 0.2em;
	font-weight:bold;
	transform: rotate(10deg);
	border-radius: 10px;
}

.loans-icon-small-2 {
	background-color:#8fc8dd;
	color:#fff;
	font-size:1em;
	line-height: 1.3em;
	padding: 0.2em 0.4em;
	font-weight:bold;
	transform: rotate(10deg);
	border-radius: 10px;
}

/* Venues & Contacts */

button {
	padding:0;
	margin:0;
	-webkit-appearance: none;
}

.collapsible-panels {
	position: relative;
	overflow: hidden;
}

.collapsible-panels p.clarendon-text {
	padding:0 30px;
}

@media (min-width: 640px) {
	.collapsible-panels {
		padding:0 30px;
		width:calc(100% - 60px);
		margin:0 auto;
		max-width:1024px;	
		border-radius: 15px;
	}
	
	.collapsible-panels p.clarendon-text {
		padding:0;
	}
}

.collapsible {
	cursor: pointer;
	margin-top: 0.4em;
	width: 100%;
	border: none;
	text-align: left;
	outline: none;
	position: relative;
}

.venue-title {
	font-size: 18px;
	line-height: 20px;
	font-family: franklin-gothic-urw, sans-serif;
	font-weight: 700;
	font-style: normal;
	color: #fff;
	padding-left: 86px;
	padding-right: 30px;
}

.venue-title-solo {
	font-size: 18px;
	line-height: 20px;
	font-family: franklin-gothic-urw, sans-serif;
	font-weight: 700;
	font-style: normal;
	color: #fff;
    padding-top: 12px;
	padding-left: 36px;
	padding-right: 30px;
}

.north-east-title {
	background-color: rgba(255,173,0,1.00);
}

.north-west-title {
	background-color: rgba(255,173,0,1.00);
}

.south-east-title {
	background-color: rgba(255,173,0,1.00);
}

.south-west-title {
	background-color: rgba(255,173,0,1.00);
}

.remote-title {
    background-color: rgba(255,173,0,1.00);
}

.north-east-title.active,
.collapsible.north-east-title:hover {
	background-color: rgba(225,143,0,1.00);
	transition: 0.2s ease-out;
}

.north-west-title.active,
.collapsible.north-west-title:hover {
	background-color: rgba(225,143,0,1.00);
	transition: 0.2s ease-out;
}

.south-east-title.active,
.collapsible.south-east-title:hover {
	background-color: rgba(225,143,0,1.00);
	transition: 0.2s ease-out;
}

.south-west-title.active,
.collapsible.south-west-title:hover {
	background-color: rgba(225,143,0,1.00);
	transition: 0.2s ease-out;
}

.venue {
	padding: 0 30px;
	max-height: 0;
	overflow: hidden;
	transition: max-height 0.4s ease-out;
}

.venue-icon-container {
	padding:15px;
	background-color: #fff;
	margin-bottom:15px;
}
.venue-icon {
	float:left;
	margin-top:-5px;
}

.venue-detail-text {
	padding-left:46px;
	margin-bottom:25px;
}

.venue-detail-text {
	padding-left:46px;
	margin-bottom:25px;
}

.venue-detail-text:last-child {
	padding-left:46px;
	margin-bottom:5px;
}

.venue p img {
	position: relative;
	top:10px;
}

.venue-map {
	margin-bottom:15px;
}

.venue-label {
    width: 46px;
    height: 24px;
	border: 1px solid #fff;
    border-radius: 23px / 12px;
	font-family: franklin-gothic-urw, sans-serif;
	font-size: 17px;
	line-height: 24px;
	text-align: center;
	font-weight: bold;
	color: #fff;
	position: absolute;
	top: 13px;
	left:30px;
}
@media (min-width: 640px) {
	
	.venue {
		padding: 0 18px;
	}
	
	.venue-label {
		left:10px;
	}
	
	.venue-title {
		padding-left: 66px;
	}
    
    .venue-title-solo {
		padding-left: 12px;
	}

}

.north-east-label {
    background-color: rgba(255,173,0,1.00);
}

.north-west-label {
    background-color: rgba(255,173,0,1.00);
}

.south-east-label {
    background-color: rgba(255,173,0,1.00);
}

.south-west-label {
    background-color: rgba(255,173,0,1.00);
}

.north-east {
    background-color: rgba(255,173,0,0.2);
}

.north-west {
    background-color: rgba(255,173,0,0.2);
}

.south-east {
    background-color: rgba(255,173,0,0.2);
}

.south-west {
    background-color: rgba(255,173,0,0.2);
}

.remote { 
    background-color: #E0E0E0;
}

.form-fields {
	width:100%;
	padding:6px 6px 7px 6px;
	font-family: franklin-gothic-urw, sans-serif;
	font-size:1em;
	font-weight:400;
	outline:none;
	box-shadow:none !important;
	border:0px;
	margin-bottom:1em;
	margin-top:0.35em;
	color:#000;
	box-sizing: border-box;
}

textarea,
input.text,
input[type="text"],
input[type="button"],
input[type="submit"],
.input-checkbox {
    -webkit-appearance: none;
    border-radius: 0;
}

.cv-head {
    font-size: 1.8em; 
    margin: 0.4em 0;
}