@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: #262a82;
	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;
}

.blue-button {
	display:inline-block;
	background-color:black;
	font-weight:400;
	color:#FFF!important;
	font-size:15px;
	line-height:18px;
	text-decoration:none;
	padding:6px 12px 8px 11px;
	-moz-border-radius:7px;
	-webkit-border-radius:7px;
	border-radius:7px;
	border:0;
	-webkit-appearance: none;
}
	
.blue-button:hover {
	background-color: #505050;
	-moz-box-shadow:none;
	-webkit-box-shadow:none;
	box-shadow:none;
	transform: scale(1.05);
	transition: 0.2s ease-out;
	cursor: pointer;
}

.purple-button {
	display:inline-block;
	background:#705598;
	font-weight:400;
	color:#FFF!important;
	font-size:15px;
	line-height:18px;
	text-decoration:none;
	padding:6px 12px 8px 11px;
	-moz-border-radius:7px;
	-webkit-border-radius:7px;
	border-radius:7px;
	border:0;
	-webkit-appearance: none;
	
}
	
.purple-button:hover {
	background:#7f66a2;
	-moz-box-shadow:none;
	-webkit-box-shadow:none;
	box-shadow:none;
	transform: scale(1.05);
	transition: 0.2s ease-out;
	cursor: pointer;
}

.yellow-button {
	display:inline-block;
	background:#f8aa00;
	font-weight:bold;
	color:#000;
	font-size:16px;
	line-height:18px;
	text-decoration:none;
	padding:12px 18px 14px 17px;
	-moz-border-radius:7px;
	-webkit-border-radius:7px;
	border-radius:7px!important;
	border:0;
	-webkit-appearance: none;
}
	
.yellow-button:hover {
	-moz-box-shadow:none;
	-webkit-box-shadow:none;
	box-shadow:none;
	transform: scale(1.1);
	transition: 0.2s ease-out;
	cursor: pointer;
}

.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;
	text-transform: uppercase;
}

.header-container-wide {
	background-color: #fff;
	width:100%;
	height:100px;
	position: relative;
	border-bottom:5px solid #f8aa00;
}

@media (min-width: 640px) {
	.header-container-wide {
		height:120px;
	}
}

@media (min-width: 840px) {
	.header-container-wide {
		margin-bottom:4.5em;
	}
}

@media (min-width: 900px) {
	.header-container-wide {
		margin-bottom:0;
		border-bottom:none;
	}
}

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

@media (min-width: 1024px) {
	.header-container-wide {
		height:170px;
	}
}

@media (min-width: 1280px) {
	.header-container-wide {
		height:200px;
	}
}

.header-container {
	height:100px;
	overflow: hidden;
	position:relative;
	max-width:1360px;
	margin:0 auto;
}

@media (min-width: 840px) {
	.header-container {
		height:150px;
	}
}

@media (min-width: 1280px) {
	.header-container {
		height:200px;
	}
}

.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;
	}
}

.header-image {
	position: relative;
	top:0px;
	left:0px;
	width:100%;
	height:0px;
	padding-bottom:50%;
	background-size: cover;
	background-position: top center;
	overflow: hidden;
	border-bottom-right-radius:50vw;
}

@media (min-width: 640px) {
	.header-image {
		position: relative;
		top:0px;
		left:0px;
		width:100%;
		height:0px;
		padding-bottom:300px;
		background-size: cover;
		background-position: top center;
		overflow: hidden;
		border-bottom-right-radius:300px;
	}
}

@media (min-width: 840px) {
	.header-image {
		position: absolute;
		top:0px;
		left:3%;
		right:0;
		width: calc(100% - 400px);
		margin: 0 auto;
		height:140px;
		max-width:760px;
		padding-bottom:0;
		z-index:2;
		background-size: cover;
		background-position: top right;
		overflow: visible;
		border-bottom-right-radius:150px;
		border-top-left-radius:150px;
	}
}

@media (min-width: 840px) {
	.header-image {
		height:150px;
	}
}

@media (min-width: 1024px) {
	.header-image {
		height:170px;
		border-bottom-right-radius:170px;
		border-top-left-radius:170px;
	}
}

@media (min-width: 1280px) {
	.header-image {
		height:200px;
		background-position: top;
		background-size: cover;
	}
}

.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%;
	}
}	

.social-icons {
	visibility: hidden;
	position: absolute;
	bottom:10px;
	right:43px;
	z-index: 25;
}

.social-icons img {
	height:0px;
}

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

@media (min-width: 1024px) {
	.social-icons {
		visibility: visible;
		bottom:-42px;
	}

	.social-icons img {
		height:26px;
		width:auto;
		padding-left: 2px;
		transition: all .1s ease-in-out;
	}
}

@media (min-width: 1090px) {
	.social-icons {
		right:calc(50% - 510px);
	}
}

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
}


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;
    text-transform:uppercase;
    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/dec24-courses-tab.jpg");
}

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

.how-to-enrol {
    background-image: url("../../images/sep22-howtoenrol-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/dec24-esol-tab.jpg");
}        

.family-learning {
    background-image: url("../../images/jan24-family-learning-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/mar25-maths-tab.jpg");
} 

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

.nineteen-plus-loans {
	background-color:rgba(243,166,0,1.00);
	color: black;
	padding:2em;
	margin-top:2em;
}

.nineteen-loans-img-container {
	width:100%;
}

.nineteen-loans-img1,
.nineteen-loans-img2 {
	border-radius: 120px 0px 120px 0px;
	overflow: hidden;
}

.nineteen-loans-img1 img,
.nineteen-loans-img2 img {
	width:100%;
	height:auto;
}

.nineteen-loans-img2 img {
	visibility: hidden;
	height:0;
}

@media (min-width: 640px) {
	.nineteen-plus-loans {
		width:calc(100% - 120px);
		margin:0 auto;
		margin-top:2em;
		max-width:calc(1024px - 60px);	
		border-radius: 15px;
	}
	
	.nineteen-loans-img-container {
		display: flex;
		justify-content: space-between;
	}
	
	.nineteen-loans-img1,
	.nineteen-loans-img2 {
		width:calc(50% - 4px);
	}
	
	.nineteen-loans-img1 {
		border-radius: 100% 0px 0px 0px;
	}
	
	.nineteen-loans-img2 {
		border-radius: 0px 0px 100% 0px;
	}

	.nineteen-loans-img2 img {
		visibility: visible;
		height:auto;
	}
}

@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: #ff9b32;
}

.north-west-title {
	background-color: #4ec0b4;
}

.south-east-title {
	background-color: #2688ce;
}

.south-west-title {
	background-color: #9673bf;
}

.remote-title {
    background-color: #898989;
}

.north-east-title.active,
.collapsible.north-east-title:hover {
	background-color: #ee7c04;
	transition: 0.2s ease-out;
}

.north-west-title.active,
.collapsible.north-west-title:hover {
	background-color: #00a897;
	transition: 0.2s ease-out;
}

.south-east-title.active,
.collapsible.south-east-title:hover {
	background-color: #0069b4;
	transition: 0.2s ease-out;
}

.south-west-title.active,
.collapsible.south-west-title:hover {
	background-color: #75529d;
	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: #ee7c04;
}

.north-west-label {
	 background-color: #00a897;
}

.south-east-label {
	 background-color: #0069b4;
}

.south-west-label {
	 background-color: #75529d;
}

.north-east {
	background-color: #fad8b3;
}

.north-west {
	background-color: #d9eeeb;
}

.south-east {
	background-color: #cce1f0;
}

.south-west {
	background-color: #e3dceb;
}

.remote { 
    background-color: #E0E0E0;
}

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

.online-courses-title.active,
.collapsible.online-courses-title:hover {
	background-color: #0061B0;
	transition: 0.2s ease-out;
}

.online-courses {
	padding:0;
}

.online-courses p {
	line-height:18px;
	padding:10px 0;
	margin:0;
}

.online-courses table, th, td {
  border:none;
}

.online-courses table {
  margin-bottom: 1em;
	border-bottom: 1px solid #0175D4;
}

@media (min-width: 640px) {
	.online-courses table br {
		display:none;
	}
}

.online-courses th, 
.online-courses td {
  padding: 10px 8px;
  text-align: left;
	line-height: 20px;
}

.online-courses tr:nth-child(even) {
    background-color: #C0E2FF;
}

.online-courses tr td:nth-child(2) {
   text-align: right;
}

/* Resources Styles */

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

.resources-title {
	background-color: #646464;
}

.resources-title.active,
.collapsible.resources-title:hover {
	background-color: #3E3E3E;
	transition: 0.2s ease-out;
}

.student-leisure-title.active,
.collapsible.student-leisure-title:hover {
	background-color: #d63186;
	transition: 0.2s ease-out;
}

.resources {
	background-color: #CACACA;
}

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

.resource-download {
    width:100%;
    padding-bottom: 50px;

}
.resource-download  img {
    width:40%;
    float: left;
    margin-right:12px;
}

		@media (min-width: 640px) {
			.resource-download  {
				width:45%;
				margin-right: 5%
			}
			.resource-download  img {
				width:40%;
				float: left;
				margin-right:15px;
			}
		}
		
		@media (min-width: 900px) {
			.resource-download  {
				width:30.3%;
				margin-right: 3%
			}
			.resource-download  img {
				width:40%;
				float: left;
				margin-right:15px;
			}
		}

.breadcrumb a {
	color:black;
	text-transform: none;
}

/* Modal Styles */

	.modalDialog {
		position:fixed;
		top: 0;
		right: 0;
		bottom: 0;
		left: 0;
		background: rgba(100,100,100,0.8);
		z-index: 99999;
		opacity:0;
		pointer-events: none;
        height: 100%;
	}

	.modalDialog:target {
		opacity:1;
		pointer-events: auto;
	}

	.modalDialog > div {
		width: 90%;
		max-width:480px;
		position: relative;
		margin: 8% auto;
		padding: 5px 20px 13px 20px;
		border-radius: 10px;
		background: #fff;
		box-sizing: border-box;
	}

	.modalDialogA {
		position:fixed;
		top: 0;
		right: 0;
		bottom: 0;
		left: 0;
		background: rgba(100,100,100,0.8);
		z-index: 99999;
		opacity:0;
		pointer-events: none;
        max-height: 100vh;
        overflow-y: auto;
	}

	.modalDialogA:target {
		opacity:1;
		pointer-events: auto;
	}

	.modalDialogA > div {
		width: 90%;
		position: relative;
		margin: 8% auto;
		padding: 5px 20px 13px 20px;
		border-radius: 10px;
		background: #fff;
		box-sizing: border-box;
	}

	.close {
		background: black;
		color: #FFFFFF!important;
		line-height: 36px;
		position: absolute;
		right: -12px;
		text-align: center;
		top: -10px;
		width: 36px;
		text-decoration: none;
		font-weight: bold;
		-webkit-border-radius: 18px;
		-moz-border-radius: 18px;
		border-radius: 18px;
	}

	.close:hover { 
		transform: scale(1.25);
		transition: 0.2s ease-out;
}

/* Modal Styles END*/

/* Coronavirus - Catch it, bin it, kill it */

.covid-19-wellbeing {
			background-image: url("../../images/covid-19-wellbeing-m.png");
			background-position: center;
			background-size: contain;
			background-repeat: no-repeat;
			width:100%;
			max-width:90%;
			padding-bottom:320px;
			margin-top:20px;
			box-sizing: border-box;			
		}
		
		@media (min-width: 800px) {
			.covid-19-wellbeing {
				background-image: url("../../images/covid-19-wellbeing-dt.png");
				width:740px;
				max-width: none;
				height:182px;
			}
		}

/* Mailchimp Form Styles */
.mailchimp-form {
	width:100%;
	margin:0 auto;
	display:block;
}

.indicates-required {
	color:#ee7c04;
	margin-bottom:1em;
}
		
    @media (min-width: 640px) {
        .indicates-required {
            margin-bottom:0;
            position:absolute;
            right:2em;
            top:2em;
        }
    }
		
.asterisk {
	color:#ee7c04;
	font-weight:bold;
	font-size: 18px;
	line-height: 18px;
}

.marketing-permissions {
	background-color: #393fa2;
	padding:1em 1em 0.3em 1em;
	margin-bottom:1em;
}
		
	@media (min-width: 600px) {
		.marketing-permissions {
			display: flex;
			flex-wrap: wrap;
		}

		.permissions {
			margin-right:3em;
		}
	}
		
.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;
}

::placeholder {
  color: #999;
}

.submit {
	float:left;
	margin-bottom: 2em;
}
		
.mailchimp-intro br {
	display: none;
}
		
    @media (min-width: 980px) {
        .mailchimp-intro br {
             display:block;
        }
    }
		
/* Custom Checkboxes */
.container {
	display: block;
	position: relative;
	padding-left: 35px;
	margin-bottom: 14px;
	cursor: pointer;
	font-size: 16px;
	line-height:24px;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

/* Hide the browser's default checkbox */
.container input {
	position: absolute;
	opacity: 0;
	cursor: pointer;
	height: 0;
	width: 0;
}

/* Create a custom checkbox */
.checkmark {
	position: absolute;
	top: 0;
	left: 0;
	height: 25px;
	width: 25px;
	background-color: #fff;
}

/* On mouse-over, add a grey background color */
.container:hover input ~ .checkmark {
	background-color: #ccc;
}

/* When the checkbox is checked, add a blue background */
.container input:checked ~ .checkmark {
	background-color: #f8aa00;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
	content: "";
	position: absolute;
	display: none;
}

/* Show the checkmark when checked */
.container input:checked ~ .checkmark:after {
	display: block;
}

/* Style the checkmark/indicator */
.container .checkmark:after {
	left: 9px;
	top: 5px;
	width: 5px;
	height: 10px;
	border: solid #000;
	border-width: 0 3px 3px 0;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}	

/* ENDS */

select {
    color: #000;
    margin: 0 0 18px 0;
    width: 100%;
    padding: 0px 33px 0px 5px;
    font-size: 16px;
    border: none;
    height: 33px;
    border-radius: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: url("../../images/drop-down.svg")100% / 33px no-repeat #FFF;
    text-overflow: ellipsis;
}

select::-ms-expand {
    display: none; /* Remove default arrow in Internet Explorer 10 and 11 */
}

/* Enrolment Form */

label {
	font-size: 16px;
	line-height: 18px;
}

.enrolment-form {
	width:100%;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.enrolment-form hr {
	width:100%;
	margin:10px 0;
	border: none;
	height:1px;
	background-color: #0069b4;
}

.main-aim p,
.salutation p,
.personal-other p,
.address p,
.newham-resident p,
.gender p,
.disabilty p,
.primary_disabilty p,
.additional_support p,
.support_details p,
.continuous_resident p,
.which_country p,
.uk_national p,
.settled_status p,
.passport p,
.extension_to_stay p,
.study_stay p,
.outside_uk p,
.return_to_uk p,
.how_long p,
.creche_1 p,
.creche_2 p,
.employment_status p,
.employed_1 p,
.employed_2 p,
.employed_3 p,
.employed_4 p,
.found_out p,
.trainee_apprentice p {
	margin-bottom:0.35em!important;
	line-height: 20px;
}


.employed_group p,
.unemployed_group p
{
	margin-bottom:0px;
	line-height: 20px;
}

.salutation {
		width:100%;
	}

.forename {
    width:100%
}

.surname {
    width:100%;
}

@media (min-width: 500px) {
	.salutation {
		width:100px;
	}

	.forename {
		width:calc(100% - 120px)
	}
}

@media (min-width: 880px) {
	.salutation {
		width:100px;
	}

	.forename {
		width:calc(49% - 120px)
	}

	.surname {
		width:49%;
	}
}

.address {
		width:100%;
	}

@media (min-width: 640px) {
	.address {
		width:49%;
	}
}

.personal-other {
	width:100%;
}

@media (min-width: 640px) {
	.personal-other {
		width:49%;
	}
}

.dob {
	width:49%;
}

.gender {
	width:49%;
}

.ni_no {
	width:100%;
}

@media (min-width: 740px) {
	
	.dob {
		width:32%;
	}

	.gender {
		width:32%;
	}

	.ni_no {
		width:32%;
	}
}


.disabilty {
	width:100%; 
	justify-content:flex-start;
}

.primary_disabilty {
	width:100%; 
	margin-top:1em;
}

@media (min-width: 880px) {
	.disabilty {
		width:49%; 
	}
	
	.primary_disabilty {
		width:100%; 
		margin-top:1em;
	}
}

.primary_disabilty textarea {
	width:100%;
	height:50px;
	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:#262a82;
	box-sizing: border-box
}

.support_details {
	margin-top:1em;
}

.support_details textarea,
.main-aim textarea {
	width:100%;
	height:150px;
	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
}

.continuous_resident {
	width:100%;
}

.which_country {
	width:100%;
	margin-top:1em;
}

@media (min-width: 880px) {
	.continuous_resident {
		width:66%;
	}

	.which_country {
		width:32%;
		margin-top:0;
	}
}

.uk_national {
		width:100%;
	}

	.settled_status {
		width:100%;
		margin-top:1em;
	}

	.passport {
		width:100%;
		margin-top:1em;
	}

	.how_long {
		width:100%;
	}

@media (min-width: 580px) {
	.uk_national {
		width:49%;
		margin-right:2%;
		float:left;
	}

	.settled_status {
		width:49%;
		margin-top:0;
		float:left;
	}

	
}

@media (min-width: 880px) {


	.passport {
		width:49%;
		margin-top:0;
	}
	
	.how_long {
		width:49%;
	}
}


.extension_to_stay {
		width:100%
	}

.study_stay {
	width:100%;
	margin-top:1em;
}

@media (min-width: 640px) {

	.extension_to_stay {
		width:49%
	}

	.study_stay {
		width:49%;
		margin-top:0em;
		margin-left:2%;
	}
}


.ethnic_group {
	width:100%;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.ethnicity {
	width:100%; 
}

@media (min-width: 640px) {
	.ethnicity {
		width:49%; 
	}
}

@media (min-width: 1024px) {
	.ethnicity {
		width:23%; 
	}
}

.creche_1 {
	width:100%; 
}

.creche_2 {
	width:100%; 
	margin-top:1em;
}

@media (min-width: 720px) {
	.creche_1 {
		width:32%; 
	}

	.creche_2 {
		width:66%; 
		margin-top:0;
	}
}

.employment_status {
	width:66%;
}

.employed_group,
.unemployed_group {
	width:100%;
	max-width:320px;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	
}

.employed_1,
.employed_2,
.employed_3,
.unemployed_1,
.unemployed_2,
.unemployed_3,
.unemployed_4 {
	width:100%;
}


.employed_2,
.unemployed_3,
.unemployed_4{
	margin-top:1em;
}

@media (min-width: 640px) {
	
	.employed_group,
	.unemployed_group {
		width:100%;
		max-width:none;
	}
	
	.employed_1,
	.unemployed_1 {
		width:100%;
	}
	
	.employed_2,
	.employed_3,
	.unemployed_2,
	.unemployed_3,
	.unemployed_4 {
		width:49%;
	}
	
	.employed_2,
	.unemployed_3,
	.unemployed_4 {
		margin-top:0;
	}
}


@media (min-width: 820px) {
	
	.employed_group,
	.unemployed_group {
		width:100%;
		max-width:none;
	}
	
	.employed_1,
	.employed_2,
	.employed_3,
	.unemployed_1,
	.unemployed_2,
	.unemployed_3 {
		width:32%;
	}
	
	.unemployed_4 {
		width:65%;
	}
	
	.employed_2,
	.unemployed_3 {
		margin-top:0;
	}
}

@media (min-width: 980px) {
	.unemployed_4 {
		width:32%;
	}
}

.fee_category {
		margin-bottom: 1.25em;
		background-color: rgba(0,0,0,0.25);
		padding:1em;
		box-sizing: border-box;
	}

@media (min-width: 800px) {

	.category {
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
		align-items: stretch;
	}

	.fee_category {
		width:48.7%;
	}
	
}

@media (min-width: 1024px) {

	.fee_category {
		width:49%;
	}
}

.childs_age {
		width:100%;
	}

	.childs_name {
		width:100%
	}


@media (min-width: 500px) {
	.childs_age {
		width:100px;
	}

	.childs_name {
		width:calc(100% - 120px)
	}
}

.agreements {
		margin-bottom: 1.25em;
		background-color: rgba(0,0,0,0.2);
		padding:1em;
		box-sizing: border-box;
	}

.sign {
	width:100%; 
	height:42px; 
	background-color: #fff; 
	background-image: url("../../images/sign.png"); 
	background-repeat:no-repeat; 
	background-position:left; 
	background-size:contain; 
	margin-bottom:1em;
}

.sign_townsend {
	visibility: hidden;
	height:0;
}

.found_out {}


.employer_details {
	width:100%;
}

.employer_address {
	width:100%;
}

@media (min-width: 720px) {
	.employer_details {
		width:49%;
	}

	.employer_address {
		width:49%;
	}
}

.employer_address textarea {
	width:100%;
	height:101px;
	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:0.85em;
	margin-top:0.35em;
	color:#262a82;
	box-sizing: border-box
}

.important_info ol {
	font-size:0.8em; 
	line-height: 1.25em;
	padding-left: 0.5em;
	margin-left: 0.5em;
}

.student_declaration {
	width:100%;
}

.declaration_date {
	width:100%;
}

@media (min-width: 640px) {
	.student_declaration {
		width:66%;
	}

	.declaration_date {
		width:32%;
	}
}

.enrolment-form .container {
	display: block;
	position: relative;
	padding-left: 39px;
	margin-bottom: 14px;
	cursor: pointer;
	font-size: 16px;
	line-height:12px;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	margin-top: 1em;
}

.column .container {
	display: block;
	position: relative;
	padding-left: 41px;
	margin-bottom: 14px;
	cursor: pointer;
	font-size: 16px;
	line-height: 22px;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	margin-top: 1.5em;
}

.enrolment-form .checkmark {
	top: -9px;
	height: 33px;
	width: 33px;
}

.column .checkmark {
	top: -4px;
	height: 33px;
	width: 33px;
}

.enrolment-form .container .checkmark:after,
.column .container .checkmark:after{
	left: 12px;
	top: 8px;
}	

.address textarea {
	width:100%;
	height:109px;
	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:0.65em;
	margin-top:0.35em;
	color:#262a82;
	box-sizing: border-box
}

.video-no-strech {
	width:100%;
	height:0;
	padding-bottom:58%;
	overflow: hidden;
}

/* NEW TABLE STYLES */

table.responsive { 
  width: 100%; 
  border-collapse: collapse; 
	margin:1em 0;
}

table.responsive th { 
  color: white; 
  font-weight: bold; 
  text-transform: uppercase;
  font-size: 0.85em;
}
table.responsive td, table.responsive th { 
  padding: 6px; 
  border: 1px solid #ccc; 
  text-align: center; 
}
		
table.responsive th:nth-child(1),
table.responsive td:nth-child(1) {
		 text-align:left;
	}
		/* 
Max width before this PARTICULAR table gets nasty
This query will take effect for any screen smaller than 760px
and also iPads specifically.
*/
@media (max-width: 680px)  {

	/* Force table to not be like tables anymore */
	table.responsive, table.responsive thead, table.responsive tbody, table.responsive th, table.responsive td, table.responsive tr { 
		display: block; 
	}
	
	/* Hide table headers (but not display: none;, for accessibility) */
	table.responsive thead tr { 
		position: absolute;
		top: -9999px;
		left: -9999px;
	}
	
	table.responsive tr { 
		border: 1px solid #ccc;
		text-align: left; 
	}
	
	table.responsive td { 
		/* Behave  like a "row" */
		border: none;
		border-bottom: 1px solid #eee; 
		position: relative;
		padding-left: 30%; 
		text-align: left; 
	}

	table.responsive td:before { 
		/* Now like a table header */
		position: absolute;
		/* Top/left values mimic padding */
		top: 6px;
		left: 6px;
		width: 65%; 
		padding-right: 10px; 
		white-space: nowrap;
		font-weight:bold;
	}
	
	/*	Label the data	*/
	table.responsive td:nth-of-type(1):before { content: "COURSE"; }
	table.responsive td:nth-of-type(2):before { content: "DAY"; }
	table.responsive td:nth-of-type(3):before { content: "TIME"; }
	table.responsive td:nth-of-type(4):before { content: "WEEKS"; }
	table.responsive td:nth-of-type(5):before { content: "FEE"; }
	table.responsive td:nth-of-type(6):before { content: "LINK"; }
    
	/*	For online courses	*/
	.o-c.responsive td:nth-of-type(1):before { content: "COURSE"; }
	.o-c.responsive td:nth-of-type(2):before { content: "BLURB"; }    
	.o-c.responsive td:nth-of-type(3):before { content: "FEE"; }
	.o-c.responsive td:nth-of-type(4):before { content: ""; }    

}	

/* NEW TABLE STYLES */

.free {
    background-color: red; 
    color:#fff; 
    padding:5px; 
    text-align: center;
}

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