/* Corporate Pages */

@media only screen and (max-width: 1000px) {
	.corporate-page img {
		max-width: 100%;
	}

	.desktop-only {
		display: none;
	}

	.mobile-only {
		display: block;
	}
}

@media only screen and (min-width: 768px) {
	.mobile-only {
		display: none;
	}
}

.corporate-page {
	position: relative;
	z-index: 0;
}

.corporate-page .page-header {
	width: 100%;
	margin-top: 0px;
}

.corporate-page .page-header img {
	float: right;
}

.corporate-page .page-header h1 {
	color: #000000;
	float: left;
	font-size: 30px;
	font-weight: 400;
}

.corporate-intro h3 {
	color: #FF7B03;
	font-size: 28px;
	line-height: 1;
	margin-bottom: 30px;
}

@media only screen and (max-width: 1000px) {
	.corporate-intro h3 {
		margin-top: 25px;
	}
}


.corporate-intro p {
	margin-right: 10px;
}

.corporate-intro .contact-us, .corporate-intro-full .contact-us, #corporate-tabs .contact-us, #global-rollout .contact-us {	
	display: block;
	color: #fff;
	font-size: 16px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	padding: 2% 5% 1.8% 5%; /* 18px 50px */
	float: right;
	text-transform: uppercase;
	margin-top: 10px;
	font-family: arial;
	text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.7);
	font-weight: bold;

  background: -moz-linear-gradient(90deg, rgba(253,122,35,1) 0%, rgba(253,154,74,1) 100%); /* ff3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(253,154,74,1)), color-stop(100%, rgba(253,122,35,1))); /* safari4+,chrome */
  background: -webkit-linear-gradient(90deg, rgba(253,122,35,1) 0%, rgba(253,154,74,1) 100%); /* safari5.1+,chrome10+ */
  background: -o-linear-gradient(90deg, rgba(253,122,35,1) 0%, rgba(253,154,74,1) 100%); /* opera 11.10+ */
  background: -ms-linear-gradient(90deg, rgba(253,122,35,1) 0%, rgba(253,154,74,1) 100%); /* ie10+ */
  background: linear-gradient(0deg, rgba(253,122,35,1) 0%, rgba(253,154,74,1) 100%); /* w3c */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fd9a4a', endColorstr='#fd7a23',GradientType=0 ); /* ie6-9 */
}

.corporate-intro .contact-us:hover, #corporate-tabs .contact-us:hover {
	text-decoration: none !important;
	background: -moz-linear-gradient(90deg,  rgba(253,154,74,1) 0%, rgba(253,122,35,1) 100%); /* ff3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(253,122,35,1)), color-stop(100%, rgba(253,154,74,1))); /* safari4+,chrome */
  background: -webkit-linear-gradient(90deg,  rgba(253,154,74,1) 0%, rgba(253,122,35,1) 100%); /* safari5.1+,chrome10+ */
  background: -o-linear-gradient(90deg, rgba(253,154,74,1) 0%, rgba(253,122,35,1) 100%); /* opera 11.10+ */
  background: -ms-linear-gradient(90deg,  rgba(253,154,74,1) 0%, rgba(253,122,35,1) 100%); /* ie10+ */
  background: linear-gradient(0deg, rgba(253,154,74,1) 0%, rgba(253,122,35,1) 100%); /* w3c */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fd7a23', endColorstr='#fd9a4a',GradientType=0 ); /* ie6-9 */
}

#corporate-video {
 display: block;
 float: left;
 position: relative;
 margin-right: 30px;
 max-width: 100%;
}

@media only screen and (max-width: 767px) {
	#corporate-video {
		float: none;
		margin-right: 0px;
	}
}

#corporate-video .watermarkPlay {
	background-image: url("../img/video-large.png");
	cursor: pointer;
	height: 100%;
	opacity: 0.8;
	width: 100%;
	background-position: center center;
	position: absolute;
	top: 0px;
	left: 0px;
}

/* TABS section */

#corporate-tabs h3, .corporate-page>section>h3  {
	font-size: 30px;
}

#corporate-tabs > ul li, h3.ui-accordion-header {
	background: url("/assets/img/corporate/tab-arrow.png") no-repeat scroll 173px 50px #FFFFFF;
  border: 1px solid #DDDDDD;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  float: left;
  height: 120px;
  list-style: none outside none;
  margin-right: 4px;
  position: relative;
  width: 208px;
  z-index: 10;
}

#corporate-tabs>ul li:last-child, .corporate-page>section>h3:last-child {
	background-image: none;
}


@media only screen and (max-width: 1000px) {
	#corporate-tabs h3.ui-accordion-header {
		width: 100%;
		background-position: 95% center;
		border-radius: 0px;
		border-top: 0px;
	}

	#corporate-tabs h3.ui-accordion-header:first-child {
		border-top: 1px solid #dddddd;
	}

	#ui-accordion-corporate-tabs-panel-0, #ui-accordion-corporate-tabs-panel-2 {
		padding-bottom: 100px !important;
		height: auto;
	}

}

#corporate-tabs h3.ui-accordion-header { 
	margin-bottom: 0px;
	margin-top: 0px;

}

#corporate-tabs>ul li:last-child {
	margin-right: 0px;
}

#corporate-tabs>ul li.ui-state-active {
	border-bottom: 1px solid #ffffff;
}

@media only screen and (max-width: 1000px) {
	#corporate-tabs>ul li.ui-state-active {
		border-bottom: 1px solid #dddddd;
	}
}

#corporate-tabs>ul li a, #corporate-tabs h3.ui-accordion-header a {
	font-size: 24px;
	color: #000000;
	position: absolute;
	line-height: 1.3;
	width: 80%;
	height: 70%;
	padding: 13% 10%;
}

#corporate-tabs>ul li a:hover, 
#corporate-tabs .ui-state-active a, 
#corporate-tabs h3.ui-accordion-header:hover a,
#corporate-tabs h3.ui-state-active a{
	text-decoration: none;
	color: #FF7B03; 
}

#corporate-tabs .ui-tabs-nav {
	border-bottom: 1px solid #dddddd;
	padding: 0px;
	margin: 0px;
	height: 121px;
	position: relative;
}

#corporate-tabs .tab-content {
	border-left: 1px solid #dddddd;
	border-right: 1px solid #dddddd;
	border-bottom: 1px solid #dddddd;
	width: 864px;
	padding: 37px 25px;
}

@media only screen and (max-width: 1000px) { 
	#corporate-tabs .tab-content {
		width: 90%;
		padding: 37px 5%;
	}
}

#corporate-tabs .tab-content h4, #global-rollout h4  {
	font-size: 24px;
	color: #FF7B03;
	line-height: 1.2;
	margin-bottom: 5px;
}

#corporate-tabs article {
	position: relative;
}

#corporate-tabs article .section {
	margin-bottom: 40px;
}

#corporate-tabs article li {
	list-style-image: url(/assets/img/corporate/orange-bullet.png);
	line-height: 1.2;
	margin-bottom: 15px;
}

#corporate-tabs p.logos img {
	margin-right: 10px;
	float: left;
	margin-bottom: 10px;
}


#programme-delivery p {
	width: 490px;
}

#update-your-skills .section {
	width: 430px;
}

#update-your-skills h4 {
	margin-top: 40px;
}

#corporate-tabs .tab-content#update-your-skills {
	padding-bottom: 190px;
}

img.update-skills-image {
	position: absolute;
	top: 190px;
	right: 50px;
}

@media only screen and (max-width: 1000px) { 
	#programme-delivery p, #update-your-skills .section {
		width: 100%;
	}

	#programme-delivery img.alignright{
		float: none;
		margin: 0px auto;
	}

	img.update-skills-image {
		position: static;
		float: none;
	}
}

.small-p {
	width: 550px;
}

@media only screen and (max-width: 767px) { 
	.small-p {
		width: 95%;
	}
	}

/* contents under tabs */

section.additional-contents h3 {
	padding-left: 15px;
	padding-top: 35px;
}

section.additional-contents {
	min-height: 0px;
}

#logos-carousel {
	width: 760px;
	margin: 0 auto;
}



ul#client-logos {
	overflow: hidden;
	margin: 0 auto;
}

#client-logos li {
	height: 120px;
	/*width: 150px;*/
	background: url(/assets/img/corporate/frame.jpg) center center no-repeat;
	position: relative;
	float: left;
	list-style: none;
	display: block;
}

#client-logos .logo {
	width: 120px;
	height: 60px;
	position: absolute;
	top: 30px;
	left: 50%;
	margin-left: -60px;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: contain;
}

#prev_logo, #next_logo {
	background-position: center center;
	background-repeat: no-repeat;
	display: block;
	height: 50px;
	overflow: hidden;
	position: absolute;
	top: 160px;
	width: 50px;
	cursor: pointer;
}

#prev_logo {
	background-image: url("../img/carousel-prev.png");
	left: 1.5%;
}

#next_logo {
	background-image: url("../img/carousel-next.png");
	right: 1.5%;
}

#logos_pagination {
	margin: 30px auto 0px;
	text-align: center;
}

#logos_pagination a {
	background: none repeat scroll 0 0 #EEEEEE;
	border: 0.5px solid #DDDDDD;
	border-radius: 50px;
	cursor: pointer;
	display: inline-block;
	height: 10px;
	margin: 0 10px 0 0;
	outline-color: rgba(0, 0, 0, 0);
	text-indent: -99999px;
	width: 10px;
}

#logos_pagination a.selected {
	background: none repeat scroll 0 0 #FF7C21;	
}

#global-rollout>div {
	margin-left: 17px;
}

@media only screen and (min-width: 1000px) { 
	#global-rollout .roll-intro {
		width: 300px;
	}
}

#global-rollout .contact-us {
	float: left;
	margin-top: 25px;
}

@media only screen and (max-width: 1000px) { 
	#logos-carousel {
		width: 60%;
	}
	
	#prev_logo, #next_logo { 
		top: 195px;
	}	
}

.corporate-intro-full .contact-us{	
  display: block;
  color: #fff;
  font-size: 18px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  padding: 18px 50px;
  float: left;
  margin: 20px 20%;
  text-transform: uppercase;
  margin-top: 20px;
  font-family: arial;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.7);
  font-weight: bold;
  background: -moz-linear-gradient(90deg, rgba(253,122,35,1) 0%, rgba(253,154,74,1) 100%);
  background: #29a1ad;
}

.corp-btn{	
  display: block;
  color: #fff;
  font-size: 18px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  padding: 18px 50px;
  float: left;
  margin: 20px 0px;
  text-transform: uppercase;
  margin-top: 20px;
  font-family: arial;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.7);
  font-weight: bold;
  background: -moz-linear-gradient(90deg, rgba(253,122,35,1) 0%, rgba(253,154,74,1) 100%);
  background: #29a1ad;
}

@media only screen and (max-width: 1000px) { 
	.corporate-intro-full .contact-us{
		margin: 20px 33%;
	}
}

@media only screen  and (min-width: 480px) and (max-width: 1000px) { 
	.corporate-intro-full .contact-us{
		margin: 20px 25%;
		padding: 18px 40px;
	}
}
@media only screen  and (max-width: 479px) { 
	.corporate-intro-full .contact-us{
		margin: 0px;
		padding: 18px 60px;
	}
}