html,
body {
	background-color: #ffffff;
}

/* @group Pop up */

.popup {
	/*background-color: rgba(0, 0, 0, 0.8);*/
	position: fixed;
	top: 0;
	left: 0;
	width: 100% !important;
	height: 100% !important;
	overflow: scroll;
	-webkit-overflow-scrolling: touch;
	z-index: 101; /* header's z-index is 100 */
  padding: 20px;
	display: none; /* Default state is hidden */
}
.popup .close {
  position: fixed;
  top: 0px;
  right: 0px;
  color: #ffffff;
  cursor: pointer;
  -webkit-transition-duration: 0.5s !important;
     -moz-transition-duration: 0.5s !important;
          transition-duration: 0.5s !important;
  opacity: 0.5;
  font-size: 0; /* hide default label */
  height: 0;
}
.popup .close::before {
  font-family: fontawesome;
  content: "\f00d";
  width: 40px;
  height: 40px !important;
  line-height: 40px;
  font-size: 30px;
  display: block;
  /*background-color: rgba(255, 255, 255, 0.2);*/
}
.popup .close:hover {
  opacity: 1;
}

/* @end */

.popup h4 {
  font-size: 1.3em !important;
  font-weight: 300;
}
.popup p {
  font-size: 0.9em;
  line-height: 1.5em;
  opacity: 0.9;
  text-align: left;
}
.popup ul {
	font-size: 0.9em;
	line-height: 1.5;
}
.popup dl {
  font-size: 0.9em;
  line-height: 1.5;
  opacity: 0.5;
  margin: 2em 0;
  border-top: 1px solid rgba(255, 255, 255, 0.3);
}
.popup dl dt {
	margin: 0;
	padding-top: 0.5em;
}
.popup dl dd {
	border-bottom: 1px solid rgba(255, 255, 255, 0.3);
	margin: 0;
	padding-bottom: 0.5em;
}
.popup h5 {
	text-align: left;
	padding-top: 0;
}
.popup hr {
  margin: 2em 0;
}
.popup img {
  width: 50%;
  float: left;
}
.popup .button.hide-popup {
	margin-top: 2em;
}
.popup .programme {
	margin-bottom: 4em;
}

@media only screen and (min-width:769px) {
	.popup {
		padding: 40px;
	}
  .popup h4 {
    text-align: left;
    padding-top: 0;
  }
  .popup p {
    text-align: left;
  }
  .popup dl {
    text-align: left;
    float: left;
    clear: both;
  }
  .popup img {
    width: 25%;
  }
  .popup img:first-of-type {
    clear: both;
  }
  #training-programme h4 {
    width: 33.3333%;
    float: left;
    padding-right: 20px;
  }
  #training-programme p {
    width: 66.6666%;
    float: right;
    padding-left: 20px;
  }
  .popup .left {
    width: 33.3333%;
    float: left;
  }
  .popup .right {
    width: 66.6666%;
    float: right;
  }
}

/* @group landing */

#landing {
	padding: 0;
}
#landing table {
	width: 100%;
}
#landing td {
	display: block;
	padding: 0;
	margin: 0;
	-webkit-transition-duration: 0.5s !important;
	   -moz-transition-duration: 0.5s !important;
	        transition-duration: 0.5s !important;
}
@media only screen and (min-width:721px) {
	#landing td {
		display: table-cell;
		width: 20%;
	}
}
#landing td a {
	font: italic 400 1em/1.3em 'Roboto';
	color: #ffffff;
	padding: 1em;
	text-transform: uppercase;
	display: block;
	text-align: center;
	font-smooth: always;
	-webkit-font-smoothing: antialiased;
}
#landing td:nth-of-type(1) {
	background-color: #3688b5;
}
#landing td:nth-of-type(2) {
	background-color: #205d72;
}
#landing td:nth-of-type(3) {
	background-color: #543c5e;
}
#landing td:nth-of-type(4) {
	background-color: #4d7038;
}
#landing td:nth-of-type(5) {
	background-color: #c96a36;
}

#landing td:hover {
	-webkit-filter: brightness(1.5);
}

/* @end */

/* @group about */

#about {
	color: #595959;
}
#about h2 {
	color: #595959;
	font-weight: 300;
	display: inline-block;
	background-image: -webkit-linear-gradient(left, #205d72 0%, #543c5e 33.3%, #4d7038 66.6%, #c96a36 100%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}

/* @end */

/* @group live */

#live {
  background-color: #3688b5;
  padding-top: 0;
}
#live .hero {
	padding: 10%;
	background: linear-gradient(to bottom, rgba(84, 60, 94, 0) 0%, #3688b5 100%), url(../expertise/images/live.jpg) #3688b5;
}
#live .hero h1 {
  padding: 0;
}
#live h2 {
	font-weight: 100;
	font-style: normal;
	text-transform: none;
	font-size: 2em;
	/*padding-top: 0;*/
}
#live h4 {
	text-align: left;
	font-size: 1.5em;
}
#live .popup {
  background-color: rgba(54, 135, 181, 0.97);
  /*display: block;*/
}
#live .button {
  background-color: #ffffff !important;
  color: #543c5d !important;
}
#live p img.infographic {
	width: 100%;
	max-width: 500px;
}

/* @end */

/* @group training */

#training {
	background-color: #205d72;
	padding-top: 0;
}
#training .hero {
	padding: 10%;
	background: linear-gradient(to bottom, rgba(32, 92, 113, 0) 70%, #205d72 100%), url(../expertise/images/training.jpg);
}
#training .hero h1 {
	padding: 0;
}
#training h2 {
	font-weight: 100;
	font-style: normal;
	text-transform: none;
	font-size: 2em;
	padding-top: 0;
}
#training .popup {
  background-color: rgba(32, 92, 113, 0.97);
}
#training .button {
  background-color: #ffffff !important;
  color: #1f5c72 !important;
}

/* @end */

/* @group teambuilding */

#teambuilding {
  background-color: #543c5e;
  padding-top: 0;
}
#teambuilding .hero {
	padding: 10%;
	background: linear-gradient(to bottom, rgba(84, 60, 94, 0) 70%, #543c5e 100%), url(../expertise/images/teambuilding.png) #205d72;
}
#teambuilding .hero h1 {
  padding: 2em 0 0;
}
#teambuilding h2 {
	font-weight: 100;
	font-style: normal;
	text-transform: none;
	font-size: 2em;
	padding-top: 0;
}
#teambuilding .popup {
  background-color: rgba(84, 60, 94, 0.97);
  /*display: block;*/
}
#teambuilding .button {
  background-color: #ffffff !important;
  color: #543c5d !important;
}

/* @end */

/* @group csr */

#csr {
	background-color: #4d7038;
	padding-top: 0;
}
#csr .hero {
	padding: 10% 10%;
	background: linear-gradient(to bottom, rgba(77, 112, 56, 0) 70%, #4d7038 100%), url(../expertise/images/csr.jpg);
}
#csr .hero h1 {
  padding: 0;
}
#csr h2 {
	font-weight: 100;
	font-style: normal;
	text-transform: none;
	font-size: 2em;
	padding-top: 0;
}
#csr .popup {
  background-color: rgba(77, 112, 56, 0.97);
  /*display: block;*/
}
#csr .button {
  background-color: #ffffff !important;
  color: #4d6f38 !important;
}

/* @end */

/* @group young champions */

#youngchampions {
	background-color: #c96a36;
	padding-top: 0;
}
#youngchampions .hero {
	padding: 10% 10%;
	background: linear-gradient(to bottom, rgba(200, 106, 54, 0) 70%, #c96a36 100%), url(../expertise/images/youngchampions.jpg);
}
#youngchampions .hero h1 {
  padding: 0;
}
#youngchampions h2 {
	font-weight: 100;
	font-style: normal;
	text-transform: none;
	font-size: 2em;
	padding-top: 0;
}
#youngchampions-programme {
	margin-top: 5em;
}
#youngchampions-programme img {
	border-radius: 50%;
	width: 70%;
	max-width: 250px;
}
#youngchampions-programme>div {
	margin-bottom: 3em;
}
#youngchampions .popup {
  background-color: rgba(200, 105, 53, 0.97);
  /*display: block;*/
}
#youngchampions .button {
  background-color: #ffffff !important;
  color: #c86935 !important;
}
#youngchampions-testimonial img {
	display: block;
	width: 100%;
	max-width: 700px;
	margin: 0 auto !important;
	float: none;
	padding: 20px;
}
/* @end */







