@charset "UTF-8";
@import url(https://fonts.googleapis.com/css?family=Source+Sans+Pro:300,400,600,700);
#st-2 {
	display: none!important
}

body {
	margin: 0;
	padding: 0!important;
	font-family: 'source sans pro', sans-serif
}

h1 {
	font-size: 40px;
	color: #fff;
	font-weight: 700;
	text-shadow: #000 1px 1px;
	margin: 0
}

h2 {
	font-size: 34px;
	font-weight: 700
}

h3 {
	font-weight: 600;
	font-size: 20px
}

h4 {
	font-size: 20px;
	font-weight: 600
}

.purple-text {
	color: #2a2d58
}

.white-text {
	color: #fff
}

h2.title-header-white {
	color: #fff
}

h2.title-header-yellow {
	color: #f1b860
}

h2.title-header-purple {
	color: #2a2d58
}

section#banner-top {
	position: relative;
	margin: 0;
	padding: 0;
	background-color: #0a1d2c;
	width: 100%;
	height: 85vh;
	background-repeat: no-repeat;
	background-position: 0 50%;
	background-size: cover;
	display: flex;
	align-items: center;
	padding-top: 100px
}

section#offer {
	position: relative;
	margin: 0;
	padding: 50px 30px;
	width: 100%;
	background-color: #ffffff;
}
section#offer img { float:right; padding:20px;}
section#offer h2, section#offer h3 {color: #2a2d58;}

section#offer p {text-align:left; padding-bottom:10px}
.highlight {color:#F1B860 !important;}

p.terms {font-size:12px !important;}
.terms a {
  color: #2a2d58;
  font-size:12px !important;
  font-weight: 200;
  text-decoration: underline;
}

.terms a::hover, .terms a::active {
  color: #f1b860;
  font-size:12px !important;
  font-weight: 200;
  text-decoration: underline;
}
    
ul.offerlist {
    list-style-type: none;
    padding: 0;
    margin: 15px 0px !important;
    margin-top: 30px;
}

.offerlist li {
  color: #2A2D58 !important;
    font-weight: 700 !important;
    margin-left: 35px !important;
}


.offerlist li:before {
    content: url(https://info.learningpeople.com/hubfs/2019/Landing%20pages/Logos/tick.png);
    position: absolute;
    margin-top: 5px;
    left: 15px;

}




section#s-2 {
	position: relative;
	margin: 0;
	padding: 50px 30px;
	width: 100%;
	background-color: #f5f5f3
}

section#s-3 {
	position: relative;
	margin: 0;
	padding: 50px 30px;
	width: 100%;
	background-image: url(https://cdn2.hubspot.net/hubfs/2590835/2019/Landing%20pages/Banners/pm-banner-2.jpg);
	background-repeat: no-repeat;
	background-size: cover
}



.purple-bg {
	 background-color: #2a2d58;
   padding:50px 10px;
}

.motherboard-bg {
	background-image: url(https://info.learningpeople.com/hubfs/2019/Landing%20pages/Illustrations/tech-bg.jpg)!important;
	background-repeat: repeat
}

.s3-generic-bg {
	background-image: url(https://cdn2.hubspot.net/hubfs/2590835/2019/Landing%20pages/Banners/pm-banner-2.jpg);
	background-repeat: no-repeat;
	background-size: cover
}

section#s-4 {
	position: relative;
	margin: 0;
	padding: 50px 30px;
	width: 100%;
	background-color: #fff
}

#s-5 {
	background-color: #333333;
	padding: 40px 0;
	/*padding-right: 350px */
}

.bt-container {
	padding: 15px;
	animation: fadeIn .8s;
	animation-delay: .5s;
	opacity: 0;
	animation-fill-mode: forwards;
	padding-left: 30px;
	z-index: 900;
	height: 100%;
	align-content: center
}

.bt-container p {
	color: #fff;
	text-shadow: 1px 1px 1px #000;
	font-size: 16px
}

.bt-container>h2 {
	font-weight: 400;
	color: #fff;
	text-shadow: #000 1px 1px;
	margin: 0;
	margin-top: 10px;
	font-size: 40px;
	margin-bottom: 10px
}

.cta-1,
.cta-2 {
	background: #f1b860;
	white-space: nowrap;
	text-transform: uppercase;
	font-weight: 600;
	font-size: 15px;
	cursor: pointer;
	color: #fff;
	margin-top: 20px;
	text-decoration: none;
	border: 0;
	line-height: 38px;
	letter-spacing: 1.2px;
	padding: 0 25px;
	padding: 10px 25px
}

button.cta-1:hover {
	color: #fff;
	background: #f3c378
}

.cta-2 {
	font-size: 14px;
	line-height: 40px;
	padding: 10px 20px;
	background: #f1b860
}

button.cta-2:hover {
	color: #fff;
	background: #f3c378
}

.s2-icon-wrapper {
	text-align: left
}

.s2-icon-wrapper img {
	margin-bottom: 25px;
	margin-top: 25px
}

.course-container {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	height: 100%
}

.course-container:before {
	content: '';
	border-left: 1px solid #fff;
	position: absolute;
	height: 95%;
	top: 10px;
	left: 0
}

h3.course-header {
	font-size: 24px;
	font-weight: 600;
	color: #fff;
	text-shadow: none
}

h3.course-header:after {
	content: '';
	width: 20px;
	height: 3px;
	display: block;
	background-color: #f1b860;
	margin: 15px 0
}

span.span-contact {
	cursor: pointer;
	color: #f1b860
}

.course-container p {
	color: #fff;
	font-size: 16px;
	margin-bottom: 0
}

.course-container button {
	align-self: flex-start
}

p.larger-p {
	font-size: 16px
}

.cc-getintouch {
	display: flex;
	border-radius: 5px;
	justify-content: space-between;
	margin-top: 10px
}

.cc-getintouch h4 {
	font-weight: 600;
	color: #f1b860;
	align-self: center;
	font-size: 15px;
	margin: 0
}

.course-container-last {
	margin-top: 10px;
	padding: 15px;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	height: 97%;
	position: relative;
	z-index: 100
}

.course-wrapper div {
	margin-bottom: 20px
}

.wu-outer-container {
	background-color: #f9f9f9;
	padding: 20px 25px;
	max-width: 600px
}

.wu-container img {
	width: 100%;
	max-width: 30px
}

.wu-container p {
	font-size: 14px
}

.wu-content-wrapper {
	display: flex;
	height: 100%;
	align-items: center;
	margin: 25px 0
}

.icon-border,
.icon-border-b {
	border: 1px solid #e2e2e2;
	border-radius: 50%;
	text-align: center;
	height: 100%;
	width: 100%;
	max-height: 65px;
	max-width: 65px;
	display: flex;
	min-height: 50px;
	justify-content: center;
	min-width: 50px;
	padding: 20px 0px;
	margin-right: 20px;
	align-self: flex-start
}

.icon-border-b {
	min-height: 125px;
	min-width: 125px;
	margin-bottom: 25px;
	margin-top: 15px
}

.icon-border-b img {
	height: 50px
}

.wu-container h3 {
	color: #2a2d58;
	margin-top: 15px;
	margin-bottom: 35px;
	font-size: 30px
}

.wu-content h4 {
	color: #2a2d58
}

#enquiry-outer-container {
	background-color: #f1b860;
	z-index: 998;
	position: absolute;
	bottom: 0;
	position: fixed;
	right: 40px; /* 25px*/
	border-radius: 15px 15px 0 0;
	width: 100%;
	max-width: 340px; /* width:300px*/
	min-height: 50px
}

#close-enquiry-button,
#enquiry-hidden-form,
#reveal-form {
	display: none
}

span.form-input {
	display: block;
	margin: 8px 0; /* 8px 0*/
	text-transform: uppercase;
	color: #ffffff;
	font-weight: 600;
	letter-spacing: 1.2px;
  font-size:14px;
  margin-bottom:18px;
  width:100%;
  
}
h3.white-text {
  font-size:1.75rem;
}
.cta {
  padding: 10px 5px;
}
.hr-form {
  width:90%; 
  min-width:290px; 
  margin:20px auto 0 0; 
  text-align:left; 
  height:2px;
  border-width:0;
  background-color:#fff;
}
.checker {
   text-align:left;
   
   font-family:Arial;
   color:#ffffff;
   padding-left: 10px;
   margin-bottom: 10px;
  font-size:13px;
   
  }
.git-text {
 padding:0 10px 30px 10px;
}
.onpage_form {
  width:100%;
}
#enquiry-form input[type=text],input[type=email] {
  border-radius:0px !important;
  min-width:290px;
  width: 90%;
  padding: 15px;
}
#enquiry-form input[type=phone] {
  border-radius:0px !important;
  height:59px;
  min-width:200px;
  width: 88%;
  padding: 15px 15px 15px 5px !important
}
.c-checker   {
  float:left;
  margin-top:20px;
}
.c-content   {
  margin:15px 0 0 25px;
  color:#fff;
  line-height:22px;
  font-size:14px;
}
.p-link {
  color:#fff; 
  font-size:13px; 
  text-decoration:underline;
}
.flex-container {
  display: flex;
  flex-wrap: nowrap;
}
.block1{
  margin:8px 0px 0 0;

  background-color:#ffffff;
  height:59px;
  border-bottom:3px solid rgba(42, 45, 88, 0.2);

}
.block2 {
  width: 100%;
  margin:0px;
  padding:0px;
}
.selectParent{
  width:80px;
  overflow:hidden;
}
.drop-arrow {
  border-bottom:3px solid rgba(42, 45, 88, 0.2);
  height:59px;
  background-color:#fff;
  position:relative;
  top:8px;

}
.exblock {
  display:inline-block;
  margin:0px;
}
.example {
  text-transform: capitalize;
  font-weight:300;
  display:inline-block !important;

}
.arrow {
  border: solid grey;
  border-width: 0 3px 3px 0;
  display: inline-block;
  padding: 3px;
  position:relative;
  left: -23px;
  top:14px;

}

.down {
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
} 
.phone   {
  padding: 15px;
  width:100%;
  border-top-width: initial;
  border-right-width: initial;
  border-left-width: initial;
  border-top-color: initial;
  border-right-color: initial;
  border-left-color: initial;
  font-size: 15px;
  line-height: 26px;
  box-sizing: border-box;
  background: #ffffff;
  border-style: none none solid;
  border-image: initial;
  border-bottom: 3px solid rgba(42, 45, 88, 0.2);
  margin-bottom:18px;
}
.js-select   {
  padding:15px;
  position:absolute;
  background-color:#ffffff;
  border-top-width: initial;
  border-right-width: initial;
  border-left-width: initial;
  border-top-color: initial;
  border-right-color: initial;
  border-left-color: initial;
  font-size: 15px;
  line-height: 26px;

  box-sizing: border-box;

  border-style: none none solid;
  border-image: initial;
  border-bottom: 3px solid rgba(42, 45, 88, 0.2);
  margin-bottom:18px;
  height:60px;
  pointer:cursor;
  position:relative;
  top:-24px;
  width:80px;    
  z-index:10;
  opacity:-1;
}
#code{
  color:#000000;
  width:10px;
  position:relative; 
  top:16px; 
  left:18px;
  background:#fff;

}
/*
 * #enquiry-form input {
	padding: 10px 5px;
	width: 90%;
	min-width: 280px
} 

*/

#enquiry-form {
	width: 100%;
	padding: 10px
}

button.cta-purple,
input.cta {
	
	background-color: #F1B860;
	color: #fff;
	border: 0;
	text-transform: uppercase;
	font-size: 14px;
	letter-spacing: 1.2px;
	font-weight: 600;
  line-height:40px;
  padding: 10px 30px;
  margin-top:20px;
}


button.cta-purple:hover,
input.cta:hover {
	background-color: #f3c378
}

#close-enquiry-button {
	background-color: #2a2d58;
	color: #fff;
	padding: 9px 12px;
	padding-top: 10px;
	border-radius: 50%;
	border: 0;
	position: absolute; /*fixed;*/
	right: -15px;
	top: -15px;
	cursor: pointer;
	z-index: 999
}

#reveal-form {
	padding: 15px;
	color: #fff;
	font-size: 12pt;
	text-align: center;
	font-weight: 600
}

button.cta-purple {
	height: 35px;
	font-size: 8pt;
	width: 150px!important
}

#enquiry-outer-container {
	animation-name: slideUp, bouncy;
	animation-delay: 0s, 5s;
	animation-duration: 2s, 12s;
	animation-iteration-count: 1, infinite
}

@keyframes slideUp {
	0% {
		bottom: -150px
	}
	100% {
		height: auto;
		bottom: 0
	}
}

@keyframes fadeIn {
	0% {
		opacity: 0
	}
	100% {
		opacity: 1
	}
}

@keyframes bouncy {
	0% {
		padding-bottom: 0
	}
	3% {
		padding-bottom: 10px
	}
	6% {
		padding-bottom: 0
	}
	9% {
		padding-bottom: 10px
	}
	12% {
		padding-bottom: 0
	}
	100% {
		padding-bottom: 0
	}
}

.fixed-outer-container-container {
	position: absolute;
	font-size: 16px;
	width: 100%;
	color: #fff;
	letter-spacing: 2px;
	z-index: 998;
	transition: all 1s
}

.logo {
	max-width: 140px;
	padding-top: 10px;
	padding-bottom: 10px;
	margin: 10px
}

.fixed-outer-container-container h3 {
	font-size: 18px;
	text-transform: uppercase
}

.hidden-bg-phone {
	background-color: rgba(255, 255, 255, 0);
	padding-left: 15px;
	text-shadow: 1px 1px 2px #202020
}

.show-bg-phone {
	background-color: rgba(255, 255, 255, 1);
	color: #2a2d58;
	position: fixed;
	text-shadow: none;
	box-shadow: 0 0 25px 1px #000
}
@media only screen and (max-width: 600px) {
  .mob-row {
    display:table-row;
  }
}
@media screen and (max-width:630px) {
	.fixed-outer-container-container {
		position: fixed;
		top: 0;
		padding-left: 5px
	}
 .example a[href^=tel]{ color:#fff; font-size:14px;text-decoration:none;}
  
}
.example {
 display:block; 
}


@media screen and (min-width:630px) {
	.fixed-outer-container-container {
		top: 0
	}
}

.a {
	fill: #fff
}

.b {
	fill: #2a2d58
}

.phone-container {
	display: flex;
	position: absolute;
	right: 10px;
	top: 25px;
	align-items: center
}

.phone-icon-c {
	background-color: #f5f5f3;
	border-radius: 50%;
	padding: 15px 15px;
	margin-right: 10px
}

.phone-icon-c img {
	width: 25px
}

a.pn {
	color: #fff;
	text-decoration: none;
	font-size: 18px
}

a.scroll-pn {
	color: #2a2d58;
	text-decoration: none;
	font-size: 18px
}

h4 a {
	color: #f1b860!important;
	text-decoration: none
}

@media screen and (min-width:500px) {
	h1 {
		font-size: 70px
	}
	.bt-container h3 {
		font-size: 30pt
	}
	h2 {
		font-size: 40px
	}
 
}

@media screen and (max-width:750px) {
	#s-5 {
		padding-left: 0!important
	}
	.logo {
		max-width: 75px
	}
	.phone-icon-c {
		display: none
	}
  
  
  
  section#offer img {float:none; padding:20px}
}

@media screen and (max-width:1000px) {
	section#banner-top {
		background-position: 100% 50%;
		background-size: cover
	}
	section#banner-top {
		height: 100vh
	}
	#mobile-hide {
		display: none!important
	}
  
  section#offer img {float:none; }
}

@media screen and (max-width:600px) {
	section#banner-top {
		background-position: 70% 50%;
		background-size: cover;
		align-items: flex-start
	}
}

@media screen and (max-height:1250px) {
	section#banner-top {
		min-height: 700px
	}
}

.unsure-box:after {
	content: "";
	background-color: #2a2d58;
	position: absolute;
	width: 100px;
	height: 100px;
	top: 0;
	height: 100%;
	width: calc(100% + 30px);
	left: 0;
	z-index: 0;
	overflow: hidden
}

div.cta-text {
	text-align: left;
	margin-bottom: 15px;
	font-size: 16px;
	margin-right: 20px
}

.download-open {
	background-color: transparent;
	color: #fff;
	position: relative;
	cursor: pointer;
	z-index: 999;
	position: absolute;
	bottom: 0;
	position: fixed;
	right: 40px; /* 25px*/
	border-radius: 15px 15px 0 0;
	width: 100%;
	max-width: 340px; /*300px*/
	padding: 10px 0;
	text-transform: uppercase;
	min-height: 50px
}

.download-open:hover {
	background: #f3c378
}

@media screen and (min-width:1500px) {
	.xl-wrapper {
		padding: 0 250px
	}
}

.wave {
	width: 100%;
	position: absolute;
	bottom: 0
}

section#footer {
	background-color: #fff;
	width: 100%;
	margin: 0;
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 25px 25px;
	flex-direction: column
}

ul.footer-list {
	list-style-type: none;
	margin: 10px 0;
	padding: 0
}

li.footer-item {
	display: inline;
	font-family: 'source sans pro', sans-serif;
	color: #2a2d58;
	margin: 0 0;
	padding: 0;
	font-size: 16px;
	margin-right: 20px
}

li.footer-item-sub {
	display: inline;
	font-family: 'source sans pro', sans-serif;
	color: #2a2d58;
	opacity: .8;
	margin: 0 0;
	font-size: 12px;
	font-weight: 300;
	margin-right: 10px
}

li.footer-item a {
	color: #2a2d58;
	text-decoration: none
}

.circle {
	color: #fff;
	z-indez: 999;
	background-color: rgba(255, 255, 255, .16);
	width: 35px;
	height: 35px;
	border-radius: 30px;
	padding: 10px;
	fill: #2a2d58;
	margin-left: 15px;
	position: relative;
	transition: ease all .2s;
	left: 0
}

svg.circle g {
	fill: #fff
}

button:hover .circle {
	left: 10px
}

span.numbers {
	color: #2a2d58;
	font-family: 'source sans pro', sans-serif;
	height: 30px;
	line-height: 75px;
	font-size: 50px;
	font-weight: 900
}

.aligning {
	display: flex;
	align-items: flex-start
}

.unsure-box {
	background-color: #2a2d58;
	width: calc(100% + 30px);
	padding: 25px
}

.unsure-box-alt {
	background-color: #2a2d58;
	width: calc(100% + 30px);
	padding: 25px
}

div.cta-text {
	text-align: left;
	margin-bottom: 15px;
	font-size: 16px;
	margin-right: 20px
}

.courses-list li:before {
	content: url(https://cdn2.hubspot.net/hubfs/2590835/2019/Landing%20pages/Logos/tick.png);
	position: absolute;
	left: 15px;
	margin-top: 5px
}

ul.courses-list {
	list-style-type: none;
	padding: 0;
	margin: 0
}

.courses-list li {
	padding: 10px 0;
	margin-left: 30px;
	color: #2a2d58
}