/*
 * People Factor Consultants
 * designed and coded using the finest Fabric around - www.madewithfabric.com.
 * May 2015
*/

/* ---- Type ---- */

/** {
	text-rendering: optimizeLegibility!important;
	-webkit-font-smoothing: antialiased!important;
}*/

@font-face {
    font-family: 'sofia_prolight';
    src: url('SofiaProLight-webfont.eot');
    src: url('SofiaProLight-webfont.eot?#iefix') format('embedded-opentype'),
         url('SofiaProLight-webfont.woff2') format('woff2'),
         url('SofiaProLight-webfont.woff') format('woff'),
         url('SofiaProLight-webfont.ttf') format('truetype'),
         url('SofiaProLight-webfont.svg#sofia_prolight') format('svg');
    font-weight: normal;
    font-style: normal;
}


/* ---- Base ---- */

body { 
	font-family: 'Roboto', sans-serif;
	height: 100%;
	color: #62676a;
	background: #ffffff;
	font-weight: 300;
}

h1, h2, h3, h4 {
	font-family: 'Work Sans', sans-serif;
    font-weight: 300;
    color: #0D2240;
    text-transform: none;
}

img {
	width: 100%;
	max-width: 100%;
}

.row {
	max-width: 1140px;
}

a {
	font-family: 'Work Sans', sans-serif;
	-webkit-transition: all .1s ease-in-out;
	-moz-transition: all .1s ease-in-out;
	-o-transition: all .1s ease-in-out;
	transition: all .1s ease-in-out;
}

a:hover, a:focus {
	color: #1b80b5;
}

p {
	
}

.bt-blocks.section {
	padding: 3em 0 1.875rem;
}

.section {
    padding: 2em 0;
    position: relative;
    display: inline-block;
    width: 100%;
}

::-webkit-input-placeholder {
   color: #ffffff;
}

:-moz-placeholder { 
   color: #ffffff;  
}

::-moz-placeholder {   
    color: #ffffff;  
}

:-ms-input-placeholder {  
   color: #ffffff;  
}

.menu {
	list-style: none;
	padding: 0;
	margin: 0;
}

.centered {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
}

.divide-bloc {
	width: 100px;
	height: 100px;
	margin: 0 auto;
	position: relative;
}

.bloc-content {
    width: 50px;
    margin: 0 auto;
    position: relative;
    top: 24px;
}

.divide-bloc figure.rotate-bg::before {
	background: #1b80b5;
}

.ribbon {
    position: absolute;
    top: 0;
    right: 0;
}

.ribbon img {
	z-index: 500;
	position: relative;
}

.ribbon:before {
    width: 100%;
    height: 100%;
    content: "";
    display: block;
    border-left: 130px solid transparent;
    border-right: 0px solid transparent;
    border-top: 110px solid #1b80b5;
    position: absolute;
    right: 0;
    z-index: 100;
}

.ribbon .in-right {
    width: 40px;
    position: relative;
    top: 10px;
    right: 10px;
}

#consultancy .ribbon .in-right {
	width: 45px;	
}

.br-ribbon {
    position: absolute;
    right: 0;
}

.br-ribbon:before {
    width: 100%;
    height: 100%;
    content: "";
    display: block;
    border-right: 180px solid #1b80b5;
    border-left: 0px solid transparent;
    border-top: 180px solid transparent;
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: 100;
    opacity: 1;
}

.us-item a:hover .br-ribbon:before {
	opacity: 0;
}

.br-ribbon:before {
	-webkit-transition: opacity .4s;
	-moz-transition: opacity .4s;
	-o-transition: opacity .4s;
	transition: opacity .4s;
}

a.full-fade {
	display: block;
}

a.full-fade:before {
	background: #1b80b5;
	background: rgba(27, 128, 181, .75);
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	width: 100%;
	z-index: 2;
	display: block;
	opacity: 0;
}

.us-item a:hover:before {
	opacity: 1;
}

.us-item a:hover .br-icons {
	z-index: 3000;
	opacity: .8;
}

.us-item a:before {
	-webkit-transition: opacity .4s;
	-moz-transition: opacity .4s;
	-o-transition: opacity .4s;
	transition: opacity .4s;
}

.title-ul {
	display: inline-block;
	padding-bottom: 15px;
	margin-bottom: 32px;
	border-bottom: 4px solid #1b80b5;
	width: auto;
}

.title-ul-w {
	display: inline-block;
	padding-bottom: 15px;
	margin-bottom: 32px;
	border-bottom: 4px solid #ffffff;
}

.col-lrg {
	float: left;
	position: relative;
	width: 100%;
	padding: 0;
	margin: 0;
}

::-webkit-input-placeholder {
   color: #62676a;
}

:-moz-placeholder { 
   color: #62676a;  
}

::-moz-placeholder {   
    color: #62676a;  
}

:-ms-input-placeholder {  
   color: #62676a;  
}

/* ---- Nav ---- */

header .upper {
	background-color: #164976;
}

header .upper nav ul li a {
	text-transform: lowercase!important;
	color: #fff;
	padding: .5em 0.5em .5em 1.2em;
}

header .lower {
    position: relative;
}

.main-logo {
    position: absolute;
    bottom: -12px;
    display: block;
    width: 20.5em;
    height: 8.125em;
    text-indent: -999px;
    background: url('../img/logo.png') center center no-repeat;
    background-size: 20em auto;
    outline: none;
}

header nav > ul {
	margin: 0;
}

header nav > ul li {
	font-family: 'Roboto', sans-serif;
	font-weight: 400;
	float: left;
	margin-left: 1.2em;
	list-style: none;
}

header nav > ul li.phone {
	color: #fff;
    padding: 0.5em;
}

ul li.mail a {
	background-image: url('../img/email.png');
	background-repeat: no-repeat;
	background-position: left center;
	background-size: 25px;
	text-indent: -999999px;
}

ul li.linkedIn a {
	background-image: url('../img/linkedIn.png');
	background-repeat: no-repeat;
	background-position: left center;
	background-size: 23px;
	text-indent: -999999px;
}

header nav > ul li:first-child {
	margin-left: 0;
}

header nav > ul li a {
	color: #3c4859;
	-webkit-transition: color .4s;
	-moz-transition: color .4s;
	transition: color .4s;
	-o-transition: color .4s;
	display: block;
	padding: 2em 0.5em;
	text-transform: uppercase;
}

header .lower nav > ul li a:before {
    content: "";
    position: absolute;
    z-index: -1;
    left: 50%;
    right: 50%;
    bottom: 0;
    background: #2098d1;
    height: 4px;
    -webkit-transition-property: left, right;
    transition-property: left, right;
    -webkit-transition-duration: 0.2s;
    transition-duration: 0.2s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}

header .lower nav > ul li a.no-bg:before {
	background: none;
}

header .lower nav > ul li a:hover:before {
	left: 0;
	right: 0;
}

header nav > ul li a.active {
	color: #2098d1;	
}

header nav > ul li a.active:before {
	left: 0;
	right: 0;
}

header nav > ul li.active a {
	background-color: #fff;
	background-color: rgba(255,255,255,.7);
}

header .lower nav > ul li {
	padding: 1em .5em;
}

header .lower nav > ul li a {
	padding: 1em 0;
	position: relative;
}

.drop-nav {
	background: #164976;
}

.dropdown {
	position: relative;
}

.dropdown:after {
	content: "\25BC";
	font-size: .5em;
	display: block;
	position: absolute;
	top: 44%;
	right: -6%;
}

.drop-nav {
    position: absolute;
    display: none;
    z-index: 6000;
    margin: 0;
    left: -16px;
}

.drop-nav li {
    border-bottom: 1px solid rgba(255,255,255,.2);
    width: 100%;
    padding: 0!important;
    margin: 0;
}

.drop-nav li a {
	padding: 1em 1.5em!important;
	color: #ffffff;
}

.dropdown:hover > .drop-nav,
.flyout:hover > .flyout-nav {
	display: block;
}

.title {
	width: 100%;
	padding-left: 0.9375rem;
	padding-right: 0.9375rem;
}

.title.center {
    text-align: center;
    width: 70%;
    margin: 2em auto 0;
    padding-bottom: 2em;
}

#news-single .title {
	padding: 0;
}

.menu-link {
	display: none;	
}

@media all and (max-width: 920px) {
	.main-logo {
		bottom: -1px;
		width: 16.5em;
		height: 4.125em;
		background-size: 15em auto;
		top: 0;
	}
}

@media all and (max-width: 800px) {
	.main-logo {
		width: 15.5em;
		height: 4.125em;
		background-size: 13em auto;	
	}
	
	header .upper {
		display: block;	
	}
	
	header .upper {
		margin-bottom: 0;	
	}
	
	a.menu-link { 
		display: block; 
		color: #fff; 
		background-color: #1b80b5; 
		float: right; 
		text-decoration: none; 
		padding: 19px 10px;
	}
	
	header .menu { 
		clear: both; 
		min-width: inherit; 
		float: none; 
	}
	
	header .menu, .menu > ul ul { 
		overflow: hidden; 
		max-height: 0; 
		background-color: #ffffff; 
	}
	
	header .menu > li > ul.sub-menu { 
		padding: 0px; 
		border: none; 
	}
	
	header .menu.active, .menu > ul ul.active { 
	  z-index: 1000;
	  top: 0;
	  margin-top: 0;
	  width: 100%;
	  max-height: 55em;
	  padding: 0 15px 15px; 
	}
	
	header .menu ul { 
		display: inline; 
	}
	
	header .menu > ul { 
		margin: 0; 
	}
	
	.menu li, .menu > ul > li { 
		display: block;
		width: 100%;
		padding: 0!important;
		margin: 0; 
	}
	
	.drop-nav.sub-menu.active li {
		border-bottom: none;
	}
	
	header .menu > ul ul.active {
		padding: 0!important;	
	}
	
	.drop-nav.sub-menu.active li a {
		color: #3c4859;	
	}
	
	header .menu li a { 
		display: block;
		padding: 0.8em!important;
		border-bottom: 1px solid #dee4e6;
		position: relative; 
	}
	
	header .menu li.has-submenu > a:after {
	  content: '\25be';
	  position: absolute;
	  top: 0;
	  right: 0;
	  display: block;
	  font-size: 1.5em;
	  padding: 0.55em 0.5em;
	}
	
	header .menu li.has-submenu > a.active:after {
	  content: "\25b5";
	}
	
	header .menu ul ul > li a { 
		background-color: #f3f9fb;
		height: 58px;
	}
	
	header .menu ul ul, .menu ul ul ul { 
		display: inherit; 
		position: relative; 
		left: auto; 
		top:auto; 
		border:none; 
	}

}


/* ---- Hero ---- */ 

.hero {
    background-image: url('../img/hero-header_5.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
    background-position: center 16%;
    padding: 3em 0;
}

.overlay {
    position: absolute;
    background: #fff;
    background: rgba(255,255,255, .5);
    top: 0;
    bottom: 0;
    left: -7%;
    right: 0;
    width: 62%;
    height: 100%;
    -webkit-transform: skewX(-25deg);
    -moz-transform: skewX(-25deg);
    -ms-transform: skewX(-25deg);
    -o-transform: skewX(-25deg);
    transform: skewX(-25deg);
}

.hero .overlay:before {
    content: '';
    z-index: 3;
    overflow: hidden;
    position: absolute;
}

.hero .row {
	position: relative;
	overflow: hidden;
	padding-left: 0.9375rem;
	padding-right: 0.9375rem;
}

.hero .message {
	position: relative;
	display: inline-block;
}

.hero .message h1 {
    color: #3c4859;
    width: 60%;
    text-align: left;
    float: left;
    font-size: 2.5em;
    padding: 1em 0;
    line-height: 1.2;
}

.hero a.lrg-btn-w {
	background: #ffffff;
	padding: .75em 1.25em;
	color: #175077;
	right: 0;
	bottom: 0;
	display: inline-block;
}

#who .hero {
	background-image: url("../img/hero-header_2.jpg");
}

#what .hero {
	background-image: url("../img/hero-header_3.jpg");
}

#courses .hero {
	background-image: url("../img/hero-header_4.jpg");
}

#consultancy .hero {
	background-image: url("../img/hero-header_1.jpg");
}

#human .hero {
	background-image: url("../img/hero-header_6.jpg");
	background-position: center 43%;
}

#simulator .hero {
	background-image: url("../img/hero-header_2.jpg");
	background-position: center 15%;
}

#news-single .hero {
	background-image: none;
	background-position: center center;
	min-height: 387px;	
}

#news-single.news-1 .hero {
	background-image: url("../img/hero-header_8.jpg");
	background-position: center 15%;
	min-height: 387px;
}

#news-single.news-2 .hero {
	background-image: url("../img/hero-header_9.jpg");
	background-position: center 53%;
	min-height: 387px;
}

#news-single.news-3 .hero {
	background-image: url("../img/hero-header_10.jpg");
	background-position: center 45%;
	min-height: 387px;
}

#contact .hero {
	background-image: url("../img/hero-header_11.jpg");
	background-position: center 25%;
	min-height: 386px;
}

a.t-course {
	position: absolute;
	width: 100px;
	height: 100px;	
	right: 3%;
	top: 9%;
    z-index: 500;
}

figure.rotate-bg {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    margin: 0 auto;
}

figure.rotate-bg::before {
	transform: rotate3d(0,0,1,45deg);
	-webkit-transform: rotate3d(0,0,1,45deg);
	-moz-transform: rotate3d(0,0,1,45deg);
	transform: rotate3d(0,0,1,45deg);
	-o-transform: rotate3d(0,0,1,45deg);
	position: absolute;
	content: "";
	display: block;
	width: 100px;
	height: 100px;
	background: #fff;
	-moz-transition: all .1s ease;
    -o-transition: all .1s ease;
    transition: all .1s ease;	
}

a.t-course:hover figure.rotate-bg::before {
	transform: rotate3d(0,0,1,0deg);
	-webkit-transform: rotate3d(0,0,1,0deg);
	-moz-transform: rotate3d(0,0,1,0deg);
}

.t-content {
    text-align: center;
    font-size: 14px;
    line-height: normal;
    position: relative;
    top: 10px;
    left: -1px;
}

.t-content .upper {
    width: 50px;
    margin: 0 auto;
}

.header-blocks {
    padding: 2em 0;
    background-color: #f3f9fb;
    border-bottom: 1px solid #dee4e6;
    border-top: 1px solid #dee4e6;
}

.header-blocks .tile span {
    width: 40px;
    position: relative;
    display: block;
}

@media all and (max-width: 1024px) {
	.title {
		text-align: center;
	}
	
	.header-blocks .tile {
		text-align: center;
		width: 70%;
		margin: 0 auto;
	}
	
	.header-blocks .tile span {
		margin: 0 auto;
	}
	
	.hero a.lrg-btn-b, .hero a.lrg-btn-w {
		margin-left: auto!important;
		margin-right: auto!important;
		width: 50%;
		display: block;
		text-align: center;
		margin-bottom: 1em;
	}
	
	.hero a.lrg-btn-w {
		margin-bottom: 0;
	}
	
	.t-course {
		display: none;
	}
	
	.hero .message {
		padding-left: 0.9375rem;
		padding-right: 0.9375rem;
	}
	
	.hero .message h1 {
		width: 100%;
		text-align: center;
		padding: 0;
	}
}

@media all and (max-width: 960px) { 
	.overlay {
		left: -22%;
		width: 70%;
	}
}

@media all and (max-width: 560px) { 
	.header-blocks .tile {
		width: 100%;
	}
	
	.title.center {
		width: 100%;
	}
}

@media all and (max-width: 460px) { 
	.hero .message {
		padding: 0;
	}
	
	.hero .message h1 {
		font-size: 2em;
	}
}


/* ---- Main Content  ---- */

.main-content {
		
}

.service-blocks {
    width: 70%;
    margin: 3em auto 0;
}

.sb {
    margin-bottom: 60px;
}

.sb:last-child {
    margin-bottom: 0;
}

.sb-body {
    border-left: 1px solid #dee4e6;
    padding-left: 30px;
}
.sb .sb-body {
    overflow: hidden;
    zoom: 1;
}

.sb-item {
    padding-right: 20px;
    margin-right: 0;
    float: left;
    width: 87px;
}

.upper {
	display: inline-block;
	margin-bottom: 1em;
	width: 100%;
}

.main-content .tile,
#what .main-content .tile,
#consultancy .main-content .tile {
    min-height: 440px;
    background-color: #ffffff;
    border: 1px solid #dee4e6;
    padding: 2.5em 2.5em;
    position: relative;
}

#human .main-content .tile {
	min-height: 312px;
}

#what .main-content .upper .tile p {
	margin-bottom: 1.25rem;
}

#courses .main-content .upper .tile p {
	margin-bottom: 1.25rem;
}

.main-content .upper .tile p {
	margin-bottom: 0;
}

.main-content .lower .top {
	position: relative;
    padding: 1em 0;
    display: inline-block;
    width: 100%;
}

#us-blocks li .tile {
	background-color: #3c4859;
	position: relative;
}

.us-item {
	position: relative;
}

.us-item a {
	background-color: #3c4859;
	display: block;
    padding: 20px;
    min-height: 175px;
}

.us-item a:hover, .us-item a:focus {
	background-color: #1b80b5;
}

.us-content {
    position: absolute;
    color: #fff;
    left: 1.25em;
    right: 1.25em;
    text-align: left;
    z-index: 2;
    bottom: 1em;
}

.tile.img a {
	position: relative;
}

.tile.img p {
	margin: 0;
}

.in-left, .in-right {
	display: inline-block;
}

.in-left {
	width: 54px;
}

.in-right {
	position: absolute;
	right: 0;
	bottom: 0;
}

.us-content h4 {
	font-size: 14px;
	color: #fff;
	margin: 0;
}

.tile.img {
	height: 100%;
	min-height: 374px;
}

.tile.img a {
	padding: 0;
	background-color: #fff;	
}

.tile.img .in-left {
	width: 50%;
}

.tile.img .in-right {
	width: 54px;
	z-index: 200;
	right: 26px;
	bottom: 14px;
}

#call-to {
    background-color: #1b80b5;   
}

#call-to .cta-copy {
	text-align: right;
	padding: 0 30px;
	float: none;
	display: inline-block;
	vertical-align: middle;
}

#call-to .cta-copy span {
    font-size: 24px;
    color: #ffffff;   
}

#call-to .cta-btns {
    padding: 0 30px;
    float: none;
    display: inline-block;
    width: auto;
    vertical-align: middle;
}

#call-to .overlay,
.course-title .overlay {
    background: rgba(255,255,255, .1);
    width: 55%;
}

.client-bar ul {
	text-align: center;
	margin: 0;
}

.client-bar ul li {
    float: none;
    display: inline-block;
    padding: 0 0.625rem;
    margin: 0 5%;
}

.client-bar ul li.bp {
	width: 129px;
}

.client-bar ul li.ensco {
	width: 298px;
}

.client-bar ul li.shell {
	width: 141px;
}

@media all and (max-width: 1024px) {
	#call-to .overlay {
		width: 70%;
		left: -21%;
	}
	
	#human .main-content .large-4 {
		padding-bottom: 2em;
	}

}

@media all and (max-width: 560px) { 
	.service-blocks {
		width: 100%;
		margin: 0 auto;
		padding-left: 0.9375rem;
		padding-right: 0.9375rem;
	}
}

@media all and (max-width: 480px) { 
	.sb-item {
		margin: 0 auto;
		padding: 0;
		float: none;
		margin-bottom: 1em;
	}
	
	.sb .sb-body {
		width: 100%;
		text-align: center;
		border-left: none;
		padding: 0;
	}
}

/* ---- Home/Sections ---- */

.divide {
	position: relative;
	padding: 2em 0 0;
}

.divide::before {
    position: relative;
    width: 80%;
    border: 1px solid #e4e9ec;
    display: block;
    content: "";
    margin: 0 auto;
    top: 51px;
    z-index: -300;
}

#map .bloc-content {
	width: 80%;
}

.quote {
	padding: 2em 0 3em;
}

.quote-slider {
    display: inline-block;
    width: 100%;
    text-align: center;
    clear: both;
    margin: 1em 0 0;
}

.quote-slider ul {
	list-style: none;
	margin: 0 auto;
	padding: 0 9.548302em;
}

.quote-slider blockquote {
    border: none;
    margin: 0;
    padding: 0;
    color: #3C485A;
}

.quote-slider blockquote cite {
	font-weight: 700;
}

@media all and (max-width: 1024px) {
	#about #info-about .message {
		width: 70%;
		text-align: center;
		margin: 0 auto;
	}
	
	#pic {
		border: 10px solid #1b80b5;
		background-position: center 20%;
	}
	
	#info-about:before {
		display: none;
	}
	
	#call-to .cta-copy {
		text-align: center;
		margin-bottom: 1em;
	}
	
	#call-to .cta-btns {
		width: 100%;
		text-align: center;
	
	}
}

@media all and (max-width: 560px) { 
	#about #info-about .message {
		width: 100%;
	}
}

@media all and (max-width: 660px) {
	.quote-slider ul {
		padding: 0 4.548302em;
	}
}

@media all and (max-width: 410px) {
	.quote-slider ul {
		padding-left: 0.9375rem;
		padding-right: 0.9375rem;
	}
}

/* ---- Who We Are ---- */

#team {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
    margin: 0 auto;
	width: 100%;	
}

.team ul li:last-child div {
	background-color: #1b80b5;
    padding: 20px;
}

.team ul li:last-child p {
	color: #ffffff;
}

.bio {
	position: absolute;
	color: #fff;
	/* left: 1.25em; */
	/* right: 1.25em; */
	text-align: left;
	z-index: 400;
	width: 100%;
	height: 100%;
	padding: 1.25em;
	opacity: 0;
}

.us-item a:hover .bio {
	opacity: 1;
	-webkit-transition: opacity .6s;
	-moz-transition: opacity .6s;
	-o-transition: opacity .6s;
	transition: opacity .6s;
}

.team .bio p {
	margin-bottom: 1.25rem;
	font-size: .9rem;
}

.br-icons {
	position: relative;
	display: block;
}

.linkedIn-w {
    position: absolute;
    right: 55px;
    bottom: 15px;
    width: 39px;
    z-index: 900;
}

.linkedIn-w a.linkedIn {
    background: url("../img/linkedIn-w.png") center center no-repeat;
    width: 35px;
    height: 29px;
    text-indent: -99999px;
    display: block;
    min-height: 44px;
    background-size: 28px;
}

.linkedIn-w a {
    min-height: 0;
    background-color: transparent!important;
    text-indent: -9999px;
    background-image: url("../img/linkedIn-w.png");
    width: 30px;
    height: 46px;
    background-size: 97%;
    background-repeat: no-repeat;
    background-position: center;
}

.info{
	position: absolute;
	right: 15px;
	bottom: 15px;
	width: 39px;
	z-index: 900;
	overflow: hidden;
}

.tile.img .info a {
    min-height: 0;
    background-color: transparent!important;
    text-indent: -999px;
    background-image: url('../img/hm-about-us.png');
    width: 40px;
    height: 40px;
    background-size: 100%;
    background-repeat: no-repeat;
}

.us-item .us-content .in-left p {
    text-shadow: 2px 3px 3px rgba(0,0,0,0.3);   
}

#icons {
	padding: 2em 0;	
}

#who .icon {
    display: inline-block;	
}

#who .icon-holder {
	width: 74px;
	display: inline-block;
	margin-bottom: 10px;	
}

#who .icon p {
	width: 80%;
	color: #0D2240;
	font-family: 'Work Sans', sans-serif;
    margin: 0 auto;	
}

#who hr {
    border: none;
    border-bottom: 3px solid rgba(167,169,173,.3);
    color: #ccc;
    width: 15%;
    display: inline-block;
    clear: none;
    margin: 30px;
    vertical-align: top;	
}

#who .title.center {
	margin-top: 0;
}

#map {
	padding: 3em 0 0;	
	display: block;
}

#map-nc {
    width: 100%;
    height: 500px;   
}

#map-nc h2 {
	
}

#map-nc h4 {
    margin: 0;
}

@media all and (max-width: 1163px) {
	#team li {
		width: 50%;
		clear:none;
	}
}

@media all and (max-width: 1008px) {
	#who hr {
		width: 10%;
	}
	
	#who .icon-holder {
		width: 57px;
	}

}

@media all and (max-width: 880px) { 
	#who hr {
		display: none;
	}
	
	#who .icon {
		margin: 0 1em 1em;
	}
}

@media all and (max-width: 813px) {
	#team li {
		width: 100%;
		padding: 0 5em 1.25rem;	
	}
}

@media all and (max-width: 583px) {
	#team li {
		padding: 0 0.625rem 1.25rem;
	}
	
	.team .bio p {
		font-size: .9rem;	
	}
}

/* ---- What We do --- */

#what .service-blocks {
    width: 78%;
}

#what .main-content .bloc-bloc {
	background-size: 70px;
	background-position: 4% 20%;
	background-repeat: no-repeat;
	padding-left: 7em;
	background-color: #f0f6f8;
	border-bottom: 4px solid #1b80b5;
	min-height: 303px;
}

#what .main-content .bloc-bloc p {
	margin-bottom: 0;
}

#bloc-lf {
	background-image: url("../img/ic-clock.png");
}

#bloc-rt {
	background-image: url("../img/ic-flow.png");
}

.service-full {
	padding-top: 1.875rem;
	position: relative;
	float: left;
}

.bt-blocks .tile.no-bg {
	border: none!important;
}

#what #us-blocks, 
#human #us-blocks,
#consultancy #us-blocks,
#simulator #us-blocks {
	padding-left: 0.9375rem;
	padding-right: 0.9375rem;
}

#what .bt-blocks.section.no-pad {
    padding: 0;
}

#what .title.center {
    padding: 0;
}

/* ---- Courses --- */

#course-img {
    position: relative;
    background-image: url("../img/courses-img.jpg");
    background-repeat: no-repeat;
    background-position: center center;
    background-color: #3c4859;
    display: block;
    padding: 20px;
    min-height: 424px;	
}

#course-img h3 {
	color: #ffffff;
}

#course-key {
    background: #1b80b5;
    padding: 2em;
    position: relative;	
}

.hero .rt-bloc {
	position: relative;
}

.hero .rt-bloc {
	float: none!important;
	position: absolute;
	right: 0;
	bottom: 10%;
}

.hero .rt-bloc a {
	position: relative;
}

.hero ul {
	list-style: none;
	margin: 0;
	color: #ffffff;
}

.hero ul li {
	padding: 1em 0;
}

.hero ul li .in-left {
    margin-right: 5%;
	width: 36px
}

.hero ul li:first-child {
	padding-top: 0;
}

.hero ul li:last-child {
	padding-bottom: 0;
}

.hero a.lrg-btn-b,
#call-to a.lrg-btn-b {
	margin-right: 20px;
}


a.lrg-btn-w {
	background: #ffffff;
	padding: .75em 1.25em;
	color: #175077;
	right: 36%;
	bottom: 15%;
	display: inline-block;
	border: 2px solid #ffffff;
}

a.lrg-btn-w:hover,
a.lrg-btn-w:focus {
	background: none;
	border: 2px solid #ffffff;
}

a.lrg-btn-b,
button {
	background: #175077;
	padding: .75em 1.25em;
	color:  #ffffff;
	display: inline-block;
	border: 2px solid #175077;
}

a.lrg-btn-b:hover,
a.lrg-btn-b:focus {
	background: none;
	border: 2px solid #175077;
	color: #175077;
}

.hero a.lrg-btn-b:hover, #call-to a.lrg-btn-b:hover, 
.hero a.lrg-btn-b:focus, #call-to a.lrg-btn-b:focus {
	color: #175077;
}

#assessment .tile {
	padding: 20px;
}

#assessment .service-blocks {
	margin: 3em auto;
}

#courses .main-content .upper .tile {
    min-height: 425px;
    background-color: #ffffff;
    border: 1px solid #dee4e6;
    padding: 0;
    position: relative;
}

a.course-title {
    display: block;
    overflow: hidden;
    background-color: #008CBA;
    position: relative;
    padding: 1.5em 2.5em;
	min-height: 169px;
}

a.course-title h3 {
	color: #ffffff;
}

article.course-body {
	padding: 1.5em 2.5em;
}

article.course-body a {
	position: absolute;
    right: 2.25em;
    bottom: 2.25em;
}

.course-title .overlay {
	left: -10%;
}


#courses.single .sb {
	margin-bottom: 24px;
}

#courses.single .sb .sb-body {
	overflow: hidden;
	zoom: 1;
	width: 100%;
	text-align: center;
	border-left: none;
	padding: 0;		
}

#courses.single .sb-item {
	width: 43px;
	margin: 0 auto;
	padding: 0;
	float: none;
	margin-bottom: 1em;	
}

#courses.single .sb-body p {
	margin-bottom: 0;	
}

.sb-body ul {
	margin: 0;
	list-style: none;	
}

#courses.single .upper .small-3 {
	border-right: 1px solid #dee4e6;	
}

h5.price span {
	color: #62676a;
	font-weight: normal;
	font-size: 1rem;
}

.course-deets {
	list-style: none;
}

#courses.single .upper .inner {
	margin-left: 1.1rem;
}

/* The fun begins */
table {
  border-collapse: collapse;
  width: 100%;
}

table tr.even, table tr.alt, table tr:nth-of-type(even) {
    background: #f8fafb;
}
th {
  background-color: #f3f9fb;
}

th,
td {
  border: 0.025em solid #dee4e6;
  line-height: 1.5;
  padding: 0.75em;
  text-align: left;
}

#courses table tr th, table tr td {
    color: #62676a;
    font-size: .9rem;
}

#courses table th,
#courses table tr td {
	text-align: center;	
}

#courses table th.tl,
#courses table tr td.tl {
    text-align: left;
    max-width: 200px;
    color: #0D2240;
}

#courses table thead tr th, table thead tr td {
	font-size: 1rem;
	font-weight: normal;	
}

@media (max-width: 900px) {
th, td {
  font-size: .7em;
}

#courses table th.tl,
#courses table tr td.tl {
	max-width: none;
	text-align: center;
}

}
/* Stack rows vertically on small screens */
@media only screen and (max-width: 768px) and (min-width: 0) {
  /* Hide column labels */
	thead tr {
		position: absolute;
		top: -9999em;
		left: -9999em;
	}
	tr {
    border: 0.025em solid #dee4e6;
    border-bottom: 0;
  }
	/* Leave a space between table rows */
  tr + tr {
    margin-top: 1.5em;
  }
  /* Get table cells to act like rows */
  tr,
  td {
		display: block;
	}
	td {
		border: none;
		border-bottom: 0.025em solid #dee4e6;
	/* Leave a space for data labels */
		padding-left: 50%;
	}
	/* Add data labels */
  td:before {
    content: attr(data-label);
    display: inline-block;
    font-weight: bold;
    line-height: 1.5;
    margin-left: -100%;
    width: 100%;
  }
}

/* Stack labels vertically on smaller screens */
@media only screen and (max-width: 768px) and (min-width: 0) {
	table thead tr th, table tfoot tr th, table tfoot tr td, table tbody tr th, table tbody tr td, table tr td {
		display: block;	
	}
  td {
    padding-left: 0.75em;
  }
  td:before {
    display: block;
    margin-bottom: 0.75em;
    margin-left: 0;
  }
}

#pic {
    background-image: url('../img/hm-about-rhona.jpg');
    background-repeat: no-repeat;
    background-size: cover;
	background-position: center center;
    /* background-attachment: fixed; */
    padding: 8em 0;
    min-height: 330px;
    z-index: -200;
}

#what #pic {
    background-image: none;   
}

#info-about {
    background-color: #1b80b5;
    padding: 2em 0;
    min-height: 330px;   
}

#info-about:before {
    width: 100%;
    height: 100%;
    content: "";
    display: block;
    border-left: 60px solid transparent;
    border-right: 0px solid transparent;
    border-top: 330px solid #1b80b5;
    position: absolute;
    right: 10%;
    z-index: -100;
    top: 0;  
}

#info-about .message {
    color: #ffffff;
    width: 84%;
}


@media all and (max-width: 1134px) {
	a.course-title {
		min-height: 150px;
	}
	
	a.course-title h3 {
		font-size: 1.4rem;
	}

}

@media all and (max-width: 1003px) {
	#courses .main-content .upper .tile {
		min-height: 445px;
	}
	
	a.course-title {
		min-height: 134px;
		text-align: center;
	}
	
	a.course-title h3 {
		font-size: 1.1rem;
	}
	
	article.course-body a {
		position: relative;
		margin: 0 auto;
		width: 80%;
		right: 0;
		bottom: 0;
	}
	
	article.course-body {
		text-align: center;
	}
}

@media all and (max-width: 852px) {
	#courses .medium-block-grid-3 > li {
		width: 50%;
		clear: none;
	}
}

@media all and (max-width: 660px) {
	#call-to a.lrg-btn-b {
		margin-right: auto;
		margin-left: auto;
		margin-bottom: 1em;
	}
	
	#courses.single .upper .small-3 {
		width: 100%;
		border-bottom: 1px solid #dee4e6;
		border-right: none;
		padding-bottom: 2em;	
	}
	
	#courses.single .sb {
		float: left;
		width: 20%;
		margin-bottom: 0;
	}
	
	#courses.single .sb h5 {
		font-size: 1rem;
	}
	
	#courses.single .sb-body p,
	#courses.single .sb-body ul li {
		font-size: .8rem;
	}
	
	#courses.single .upper .small-9 {
		width: 100%;
		padding-top: 2em;	
	}
	 
	#courses .medium-block-grid-3 > li {
		width: 100%;
		padding: 0 4em 2em;
	}
	
	a.course-title {
		min-height: 108px;
	}
	
	#courses .main-content .upper .tile {
		min-height: 345px;
	}
}

@media all and (max-width: 524px) {
	#courses.single .sb {
		width: 33.333333%;
		margin-bottom: 29px;
	}
}

@media all and (max-width: 480px) {
	#courses.single .sb {
		width: 50%;	
	}
	  
	#courses .medium-block-grid-3 > li {
		padding: 0 0 2em;
	}	
}

/* ---- Consultancy --- */

#consultancy .tile ul,
#human .tile ul  {
	margin: 0;
	list-style: none;
	position: relative;
}

#consultancy .tile ul li,
#human .tile ul li  {
	position: relative;
	padding-left: 23px;
	line-height: 1.9;
}

#consultancy .tile ul li:before,
#human .tile ul li:before  {
    position: absolute;
    width: 15px;
    height: 15px;
    left: 0;
    top: 7px;
    display: block;
    content: "";
    border: 2px solid #1b80b5;
    background-color: #ffffff;
    -webkit-border-radius: 100%;
    border-radius: 100%;
    -moz-border-radius: 100%;
}

#consultancy .main-content .lower .tile {
	padding: 2.5em 2.5em;
	position: relative;	
}

@media all and (max-width: 1100px) {
	#what .main-content .bloc-bloc {
		min-height: 366px;
	}
}

@media all and (max-width: 1024px) {
	#consultancy .main-content .large-6, #consultancy .main-content .large-4, #what .main-content .upper .large-6 {
	  width: 100%;
	  padding-bottom: 2em;
	}
	
	#consultancy .main-content .tile {
		min-height: 372px;	
	}
	
	.service-full {
		padding-top: 0;	
	}
	
	.bt-blocks.section {
		padding-top: 0;
	}
	
	.bt-blocks .large-6 {
		width: 50%;
	}
	
	#what .main-content .bt-blocks .large-4 .tile {
		min-height: 0;
	}
}

@media all and (max-width: 944px) {
	.bt-blocks .large-6 {
			width: 100%;
		}
		
	.bt-blocks #bloc-lf {
		margin-bottom: 2em;
	}
}

@media all and (max-width: 600px) {
	#what .service-blocks {
		width: 100%;	
	}
}

/* ---- Simulator --- */


#simulator .main-content .upper .tile,
#simulator .main-content .lower .tile {
	min-height: 268px;
}

#simulator .service-blocks {
	text-align: left;
	width: 48%;	
}

.img-reel {
		margin: 0 auto;
		display: inline-block;
		width: 100%;
		position: relative;
	}
	
		
@media (max-width: 1024px) {
	.sim_img {
		width: 33.33333%;
	}
	
	.img-reel .columns + .columns:last-child {
		float: left;
	}		
}

@media (max-width: 700px) {
	.sim_img {
		width: 70%;
		margin: 1em auto;
		float: none;	
	}
	
	.img-reel .columns + .columns:last-child {
		float: none;
	}		
}

@media (max-width: 400px) {
	.sim_img {
		width: 100%;
	}	
}

/* ---- News --- */

.featured.article-image {
    margin-bottom: 0;
}

.article-image {
    position: relative;
    margin-bottom: 30px;
}

#news h2 a,
#news h3 a,
.quote-slider ul li h3 a {
    color: #0D2240;
}

#news h2 a:hover,
#news h2 a:focus,
#news h3 a:hover,
#news h3 a:focus,
.quote-slider ul li h3 a:hover,
.quote-slider ul li h3 a:focus {
    color: #1b80b5;
}

p.featured.meta {
    width: 88px;  
}

p.meta {
    position: absolute;
    bottom: 0;
    margin-bottom: 0;
    background: #1b80b5;
    padding: 12px;
    color: #ffffff;
    display: inline-block;
    width: 60px;
    text-align: center;
    line-height: 1.2;
	left: 0;   
}

span.day {
    position: relative;
    display: block;
    font-size: 1.2rem;   
}

span.month {
    position: relative;
    display: block;
    font-size: 1rem;
}

#news .columns + .columns:last-child {
	float: left;
}

#news-single .hero .message h1 {
    padding: 2.3em;
    margin: 0;
    text-align: center;	
    width: 100%;
}

#news-single p.meta {
    width: 88px;
    position: relative;
    margin: 0.2rem auto 0 auto;
    display: block;
    float: none;
}

.post-intro {
	border-bottom: 1px solid #dee4e6;
    margin-bottom: 1em;
}

.post-intro p {
	font-size: 1.3rem;
	color: #0D2240;
}

.featured.meta span.day,
#news-single span.day {
	font-size: 1.6rem;
}

.featured.meta span.month,
#news-single span.month {
	font-size: 1.3rem;
}

p.author {
	float: none;
	margin-top: 2em;
	border-top: 1px solid #dee4e6;
	padding-top: 1em;
	text-align: center;
}

p.back a:before,
a.prev:before {
	content: "\2190";
}

a.next:after,
.hentry .read-more:after {
	content: "\2192";	
}

#news .main-content .medium-6 {
	margin-bottom: 60px;
}

#news-single .nextprev {
	display: block;
	width: 100%;
	border-top: 1px solid #dee4e6;	
}

#news-single .nextprev .disabled {
	display: none;	
}

#news-single .nextprev .blog-nav .left {
	border-right: 1px solid #dee4e6;
}

#news-single .nextprev .blog-nav .right {
	border-left: 1px solid #dee4e6;
}

#news-single .nextprev .blog-nav .left a {
    padding: 1em 1em 1em 0;
    display: block;
}

#news-single .nextprev .blog-nav .right a {
	padding: 1em 0 1em 1em;
    display: block;
}

@media all and (max-width: 1024px) {
	#news-single .main-content .medium-2 {
		width: 100%;
		margin-bottom: 2em;
	}
	
	#news-single p.meta {
		float: left;
		clear: both;
		margin-right: 10px;
	}
	
	#news-single p.author {
		float: left;
		margin-top: 1em;
		border-top: none;
	}
	
	#news-single p.back {
		float: right;
	}
	
	#news-single .main-content .medium-10 {
		width: 100%;
	}
	
	#news-single .title {
		text-align: left;
	}
	
	
}

@media all and (max-width: 746px) {
	.featured-post .medium-7, .featured-post .medium-5  {
		width: 100%;
	}
}

@media all and (max-width: 460px) {
	#news-single .main-content .medium-2 {
		margin-bottom: 1em;
	}
		
	#news-single p.author {
		clear: both;
		margin: 0;
	}
}

/* ---- Contact --- */

fieldset {
    background: #fff;
    padding: 0;
    border: none;
    margin: 0;
}

#contact-form .upper {
	position: relative;	
}

#contact-form .middle {
    margin-bottom: 2em;
    display: inline-block;
    width: 100%;   
}

#contact-form h3 {
    text-align: center;
    margin-bottom: 1em;
}

#contact-form .column-1 {
  width: 40%;
  vertical-align: top;
  margin-right: 5%;
  float: left;
}

#contact-form .column-2 {
  float: right;
  width: 55%;
  text-align: center;
}

#contact-form .lower {
    position: relative;
    padding: 2em 0;
    border-top: 1px solid #fff;
}

#contact-form .lower .large-6:last-child {
    text-align: right;
}

#contact-form .lower > div p {
    margin: 0;
    color: #0e223e;
}

input[type="text"], textarea {
	border: 1px solid #dee4e6;
	background-color: #f3f9fb;
	color: #0D2240!important;
	font-weight: normal;
	height: 2.5rem;
	padding: 1em;
	box-shadow: none;
}

textarea {
    min-height: 208px
}

#contact-form button {
	outline: none;
	cursor: pointer;
	-webkit-transition: border-color 0.15s linear, background 0.15s linear;
	-moz-transition: border-color 0.15s linear, background 0.15s linear;
	-ms-transition: border-color 0.15s linear, background 0.15s linear;
	-o-transition: border-color 0.15s linear, background 0.15s linear;
	transition: border-color 0.15s linear, background 0.15s linear;
}

.intro .mrg-bottom {
	margin-bottom: -210px;	
}

#contact.single footer .upper {
	padding: 7em 0;	
}

.error_message {
	color: #D42F20;
	border: 1px solid #D42F20;
	width: 23%;
	margin: 0 auto;
	padding: .5em;	
	text-align: center;
}

#contact-form .upper .loader {
	width: 32px;
	height: 32px;
	position: absolute;
	float: right;
	right: 30%;
	top: 88%;
}

#contact .main-content .tile {
	min-height: 0;
}


.loader {
	width: 40px;
	height: 40px;
}

#message {
	margin-bottom: 2em;
}

@media all and (max-width: 768px) {
	#contact-form .column-1, #contact-form .column-2 {
		width: 100%;
	}
	
	#contact-form button {
		margin-bottom: 0;
	}
	
	.error_message {
		width: 65%;
	}
}


/* ---- Footer --- */

footer {
	background-color: #164976;
    padding: 3em 0;
}

footer .row {
	max-width: 860px;
	text-align: center;
}

.three-col {
	margin-left: auto;
	margin-right: auto;
	clear: left;
	margin-bottom: 3em;
	display: inline-block;
	width: 100%;
}

.three-col:before, .three-col:after {
	content: " ";
	display: table;
}

.three-col > .col {
    width: 33.3333333%;
    float: left;
    margin-bottom: 0;
}

.three-col > .col:nth-of-type(3n) {
    margin-right: 0;
}

.three-col > .col.last span {
	color: #89a4bb;
	display: block;
}

footer .address-social {
    margin: .4em 0;
    text-align: center;
    display: inline-block;
}

footer .address-social li {
	float: left;
	margin-right: 25px;
}

footer .address-social li:last-child {
	margin-right: 0;
}

footer ul li a {
	color: #ffffff;
}

footer ul li.linkedIn a, footer ul li.mail a {
	width: 30px;
	height: 30px;
	display: block;
	margin: 0 auto;
	padding-left: 0;
}

footer ul li.mail a {
	width: 36px;
}

footer ul .sub {
	color: #89a4bb;
}

.accreditations {
	padding: 4em 0;
	clear: left;
}

.accreditations img {
    display: inline-block;
    margin-left: 1em;
    margin-right: 1em;
    width: auto;
    opacity: .3;
}

.credit p {
	color: #fff;
}

p.happy {
	margin-bottom: 0;	
}

.credit p a {
	color: #89a4bb;
}

br.dis-no-no {
	display: none;
}

@media all and (max-width: 660px) {
	.client-bar ul li {
		display: block;
		margin: 0 auto 0.8em auto;	
	}
	
	.client-bar ul li.bp {
		width: 69px;
	}
	
	.client-bar ul li.ensco {
		width: 195px;
	}
	
	.client-bar ul li.shell {
		width: 81px;
	}
	
	.three-col > .col {
		width: 100%;
	}
	
	br.dis-no-no {
		display: block;
	}
	
	.accreditations {
		padding: 0;
	}
	
	.accreditations img {
		margin: 1em 4em;
	}
}
